01J5F56PGE2ZYXATE4AAH11CB9: 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: 01J5F57J3N3KKDDB0HWY88XENM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-17T03:16:38.986Zjob assigned to worker 01J5F5B6RB1VHNZ5DKR6GCD99D (queued for 2 m 44 s)
 
22024-08-17T03:16:46.543Zstarting task 0: "setup"
32024-08-17T03:16:46.554Z++ uname -s
42024-08-17T03:16:46.556Z+ kern=SunOS
52024-08-17T03:16:46.556Z+ case "$kern" in
62024-08-17T03:16:46.557Z+ groupadd -g 12345 build
72024-08-17T03:16:46.559Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-17T03:16:48.567Z+ zfs create -o mountpoint=/work rpool/work
92024-08-17T03:16:48.663Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-17T03:16:48.665Z+ home_fs=zfs
112024-08-17T03:16:48.665Z+ [[ zfs == autofs ]]
122024-08-17T03:16:48.665Z+ mkdir -p /home/build
132024-08-17T03:16:48.667Z+ chown build:build /home/build /work
142024-08-17T03:16:49.669Z+ chmod 0700 /home/build /work
152024-08-17T03:16:49.673Zprocess exited: duration 3131 ms, exit code 0
 
162024-08-17T03:16:49.678Zstarting task 1: "rust-toolchain"
172024-08-17T03:16:49.684Z+ printf ' * toolchain channel = "%s"
182024-08-17T03:16:49.684Z' 1.80.1
192024-08-17T03:16:49.684Z * toolchain channel = "1.80.1"
202024-08-17T03:16:49.684Z * toolchain profile = "default"
212024-08-17T03:16:49.684Z+ printf ' * toolchain profile = "%s"
222024-08-17T03:16:49.684Z' default
232024-08-17T03:16:49.688Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-17T03:16:49.688Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-17T03:16:49.800Zinfo: downloading installer
262024-08-17T03:16:51.189Zinfo: profile set to 'default'
272024-08-17T03:16:51.189Zinfo: default host triple is x86_64-unknown-illumos
282024-08-17T03:16:51.192Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-17T03:16:51.321Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-17T03:16:51.321Zinfo: downloading component 'cargo'
312024-08-17T03:16:51.992Zinfo: downloading component 'clippy'
322024-08-17T03:16:52.226Zinfo: downloading component 'rust-docs'
332024-08-17T03:16:53.457Zinfo: downloading component 'rust-std'
342024-08-17T03:16:54.466Zinfo: downloading component 'rustc'
352024-08-17T03:16:58.078Zinfo: downloading component 'rustfmt'
362024-08-17T03:16:58.274Zinfo: installing component 'cargo'
372024-08-17T03:16:59.089Zinfo: installing component 'clippy'
382024-08-17T03:16:59.458Zinfo: installing component 'rust-docs'
392024-08-17T03:17:01.069Zinfo: installing component 'rust-std'
402024-08-17T03:17:02.722Zinfo: installing component 'rustc'
412024-08-17T03:17:06.893Zinfo: installing component 'rustfmt'
422024-08-17T03:17:07.228Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-17T03:17:07.228Z
442024-08-17T03:17:07.490Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-17T03:17:07.490Z
462024-08-17T03:17:07.493Z
472024-08-17T03:17:07.493ZRust is installed now. Great!
482024-08-17T03:17:07.493Z
492024-08-17T03:17:07.493ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-17T03:17:07.493Zenvironment variable. This has not been done automatically.
512024-08-17T03:17:07.493Z
522024-08-17T03:17:07.493ZTo configure your current shell, you need to source
532024-08-17T03:17:07.493Zthe corresponding env file under $HOME/.cargo.
542024-08-17T03:17:07.493Z
552024-08-17T03:17:07.493ZThis is usually done by running one of the following (note the leading DOT):
562024-08-17T03:17:07.493Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-17T03:17:07.493Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-17T03:17:07.552Z+ rustc --version
592024-08-17T03:17:07.608Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-17T03:17:07.615Zprocess exited: duration 17922 ms, exit code 0
 
612024-08-17T03:17:07.647Zstarting task 2: "authentication"
622024-08-17T03:17:07.660ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-08-17T03:17:35.969Zprocess exited: duration 28319 ms, exit code 0
 
642024-08-17T03:17:35.987Zstarting task 3: "clone repository"
652024-08-17T03:17:36.126Z+ mkdir -p /work/oxidecomputer/omicron
662024-08-17T03:17:36.126Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-08-17T03:17:36.271ZCloning into '/work/oxidecomputer/omicron'...
682024-08-17T03:17:42.382Z+ cd /work/oxidecomputer/omicron
692024-08-17T03:17:42.382Z+ git fetch origin da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534
702024-08-17T03:17:42.555ZFrom https://github.com/oxidecomputer/omicron
712024-08-17T03:17:42.556Z * branch da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 -> FETCH_HEAD
722024-08-17T03:17:42.577Z+ [[ -n sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]]
732024-08-17T03:17:42.577Z++ git branch --show-current
742024-08-17T03:17:42.577Z+ current=main
752024-08-17T03:17:42.577Z+ [[ main != sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]]
762024-08-17T03:17:42.577Z+ git branch -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534
772024-08-17T03:17:42.578Z+ git checkout -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate
782024-08-17T03:17:42.753ZSwitched to branch 'sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate'
792024-08-17T03:17:42.768Z+ git reset --hard da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534
802024-08-17T03:17:42.769ZHEAD is now at da2e79ee0 rebase on main
812024-08-17T03:17:42.769Zprocess exited: duration 6735 ms, exit code 0
 
822024-08-17T03:17:42.789Zstarting task 4: "build"
832024-08-17T03:17:42.811Z+ cargo --version
842024-08-17T03:17:42.857Zcargo 1.80.1 (376290515 2024-07-16)
852024-08-17T03:17:42.873Z+ rustc --version
862024-08-17T03:17:42.904Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
872024-08-17T03:17:42.914Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
882024-08-17T03:17:47.340Z Startup: Refreshing catalog 'helios-dev' ... Done
892024-08-17T03:17:49.485Z Startup: Caching catalogs ... Done
902024-08-17T03:17:51.444ZPlanning: Solver setup ... Done (1.218s)
912024-08-17T03:17:51.695ZPlanning: Running solver ... Done (0.020s)
922024-08-17T03:17:51.695ZPlanning: Finding local manifests ... Done (0.003s)
932024-08-17T03:17:52.036ZPlanning: Fetching manifests: 0/4 0% complete
942024-08-17T03:17:52.512ZPlanning: Fetching manifests: 4/4 100% complete
952024-08-17T03:17:52.656ZPlanning: Package planning ... Done (0.158s)
962024-08-17T03:17:52.827ZPlanning: Merging actions ... Done (0.051s)
972024-08-17T03:17:52.985ZPlanning: Checking for conflicting actions ... Done (0.307s)
982024-08-17T03:17:52.985ZPlanning: Consolidating action changes ... Done (0.011s)
992024-08-17T03:17:53.872ZPlanning: Evaluating mediators ... Done (0.986s)
1002024-08-17T03:17:53.886ZPlanning: Planning completed in 4.38 seconds
1012024-08-17T03:17:53.897Z Packages to install: 4
1022024-08-17T03:17:53.900Z Mediators to change: 2
1032024-08-17T03:17:53.900Z Services to change: 1
1042024-08-17T03:17:53.900Z Estimated space available: 155.72 GB
1052024-08-17T03:17:53.900ZEstimated space to be consumed: 1.48 GB
1062024-08-17T03:17:53.900Z Create boot environment: No
1072024-08-17T03:17:53.900ZCreate backup boot environment: No
1082024-08-17T03:17:53.900Z Rebuild boot archive: No
1092024-08-17T03:17:53.900Z
1102024-08-17T03:17:53.900ZChanged mediators:
1112024-08-17T03:17:53.900Z mediator clang:
1122024-08-17T03:17:53.900Z version: None -> 15 (system default)
1132024-08-17T03:17:53.900Z
1142024-08-17T03:17:53.901Z mediator llvm:
1152024-08-17T03:17:53.901Z version: 14 (system default) -> 15 (system default)
1162024-08-17T03:17:53.901Z
1172024-08-17T03:17:53.901ZChanged packages:
1182024-08-17T03:17:53.901Zhelios-dev
1192024-08-17T03:17:53.901Z developer/build-essential
1202024-08-17T03:17:53.901Z None -> 11-2.0
1212024-08-17T03:17:53.901Z library/libxmlsec1
1222024-08-17T03:17:53.901Z None -> 1.2.35-2.0
1232024-08-17T03:17:53.901Z ooce/developer/clang-15
1242024-08-17T03:17:53.901Z None -> 15.0.7-2.0
1252024-08-17T03:17:53.901Z ooce/developer/llvm-15
1262024-08-17T03:17:53.901Z None -> 15.0.7-2.0
1272024-08-17T03:17:53.901Z
1282024-08-17T03:17:53.901ZServices:
1292024-08-17T03:17:53.901Z restart_fmri:
1302024-08-17T03:17:53.901Z svc:/system/update-man-index:default
1312024-08-17T03:17:53.944Z
1322024-08-17T03:17:53.944ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1332024-08-17T03:17:58.954ZDownload: 533/3290 items 17.3/212.6MB 8% complete (3.5M/s)
1342024-08-17T03:18:04.852ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (9.0M/s)
1352024-08-17T03:18:09.848ZDownload: 1727/3290 items 117.5/212.6MB 55% complete (9.9M/s)
1362024-08-17T03:18:14.868ZDownload: 2575/3290 items 120.5/212.6MB 56% complete (3.7M/s)
1372024-08-17T03:18:20.021ZDownload: 3289/3290 items 211.7/212.6MB 99% complete (9.4M/s)
1382024-08-17T03:18:20.058ZDownload: Completed 212.60 MB in 26.10 seconds (8.2M/s)
1392024-08-17T03:18:20.310Z Actions: 1/3689 actions (Installing new actions)
1402024-08-17T03:18:24.907Z Actions: Completed 3689 actions in 4.60 seconds.
1412024-08-17T03:18:25.183Z Done (0.272s)
1422024-08-17T03:18:25.183Z Done (0.000s)
1432024-08-17T03:18:25.548Z Done (0.364s)
1442024-08-17T03:18:29.774Z Done (4.034s)
1452024-08-17T03:18:29.862Z Done (0.018s)
1462024-08-17T03:18:29.875Z Done (0.000s)
1472024-08-17T03:18:30.037Z Done (0.000s)
1482024-08-17T03:18:30.591ZPlanning: Evaluating mediator changes ... Done
1492024-08-17T03:18:30.753ZPlanning: Checking for conflicting actions ... Done
1502024-08-17T03:18:30.756ZPlanning: Consolidating action changes ... Done
1512024-08-17T03:18:31.013ZPlanning: Evaluating mediators ... Done
1522024-08-17T03:18:31.017ZPlanning: Planning completed in 0.42 seconds
1532024-08-17T03:18:31.054Z Mediators to change: 2
1542024-08-17T03:18:31.069Z Create boot environment: No
1552024-08-17T03:18:31.069ZCreate backup boot environment: No
1562024-08-17T03:18:31.120Z Done
1572024-08-17T03:18:31.120Z Done
1582024-08-17T03:18:31.348Z Done
1592024-08-17T03:18:34.855Z Done
1602024-08-17T03:18:34.893Z Done
1612024-08-17T03:18:34.913Z Done
1622024-08-17T03:18:35.091Z Done
1632024-08-17T03:18:35.660ZPlanning: Evaluating mediator changes ... Done
1642024-08-17T03:18:35.664ZPlanning: Merging actions ... Done
1652024-08-17T03:18:35.854ZPlanning: Checking for conflicting actions ... Done
1662024-08-17T03:18:35.860ZPlanning: Consolidating action changes ... Done
1672024-08-17T03:18:36.119ZPlanning: Evaluating mediators ... Done
1682024-08-17T03:18:36.174ZPlanning: Planning completed in 0.75 seconds
1692024-08-17T03:18:36.208Z Packages to change: 1
1702024-08-17T03:18:36.209Z Mediators to change: 1
1712024-08-17T03:18:36.212Z Services to change: 1
1722024-08-17T03:18:36.212Z Create boot environment: No
1732024-08-17T03:18:36.212ZCreate backup boot environment: Yes
1742024-08-17T03:18:38.360Z Actions: 1/6 actions (Updating modified actions)
1752024-08-17T03:18:38.363Z Actions: Completed 6 actions in 0.00 seconds.
1762024-08-17T03:18:38.363Z Done
1772024-08-17T03:18:38.363Z Done
1782024-08-17T03:18:38.439Z Done
1792024-08-17T03:18:42.041Z Done
1802024-08-17T03:18:42.126Z Done
1812024-08-17T03:18:42.128Z Done
1822024-08-17T03:18:42.240Z Done
1832024-08-17T03:18:42.674ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-08-17T03:18:42.674Zclang system 15 system
1852024-08-17T03:18:42.674Zcsh system system illumos
1862024-08-17T03:18:42.674Zctags system system illumos
1872024-08-17T03:18:42.674Zgcc vendor 12 vendor
1882024-08-17T03:18:42.674Zgcc system 10 system
1892024-08-17T03:18:42.674Zgcc system 7 system
1902024-08-17T03:18:42.674Zgo system 1.20 system
1912024-08-17T03:18:42.674Zgo system 1.19 system
1922024-08-17T03:18:42.674Zllvm system 15 system
1932024-08-17T03:18:42.674Zllvm system 14 system
1942024-08-17T03:18:42.674Zmariadb system 10.6 system
1952024-08-17T03:18:42.674Zmta vendor vendor dma
1962024-08-17T03:18:42.674Zopenjdk system 17 system
1972024-08-17T03:18:42.674Zopenjdk system 11 system
1982024-08-17T03:18:42.674Zopenjdk system 1.8 system
1992024-08-17T03:18:42.674Zopenssl vendor 3 vendor
2002024-08-17T03:18:42.674Zperl system 5.36 system
2012024-08-17T03:18:42.674Zpostgresql system 15 system
2022024-08-17T03:18:42.675Zpostgresql system 13 system
2032024-08-17T03:18:42.675Zpython vendor 3 vendor
2042024-08-17T03:18:42.675Zpython system 2 system
2052024-08-17T03:18:42.675Zpython3 system 3.11 system
2062024-08-17T03:18:42.675Zruby system 3.0 system
2072024-08-17T03:18:42.675Zwords vendor vendor american-english
2082024-08-17T03:18:42.675Zwords system system australian-english
2092024-08-17T03:18:42.675Zwords system system british-english
2102024-08-17T03:18:42.675Zwords system system canadian-english
2112024-08-17T03:18:42.675Zwords system system french
2122024-08-17T03:18:42.675Zwords system system italian
2132024-08-17T03:18:42.675Zwords system system ngerman
2142024-08-17T03:18:42.675Zwords system system ogerman
2152024-08-17T03:18:42.675Zwords system system spanish
2162024-08-17T03:18:43.007ZPUBLISHER TYPE STATUS P LOCATION
2172024-08-17T03:18:43.008Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-08-17T03:18:44.709ZFMRI IFO
2192024-08-17T03:18:44.709Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-08-17T03:18:44.709Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-08-17T03:18:44.709Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-08-17T03:18:44.709Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-08-17T03:18:44.709Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-08-17T03:18:44.709Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-08-17T03:18:44.709Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-08-17T03:18:44.709Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-08-17T03:18:44.709Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-08-17T03:18:44.709Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-08-17T03:18:44.709Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-08-17T03:18:44.709Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-08-17T03:18:45.302Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-08-17T03:18:45.549Z Updating git repository `https://github.com/oxidecomputer/zone`
2332024-08-17T03:18:45.819Z Updating crates.io index
2342024-08-17T03:18:45.894Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2352024-08-17T03:18:46.571Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362024-08-17T03:18:47.292Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2372024-08-17T03:18:47.547Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2382024-08-17T03:18:49.069Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392024-08-17T03:18:49.698Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402024-08-17T03:18:49.961Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412024-08-17T03:18:50.976Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422024-08-17T03:18:52.904Z Updating git repository `https://github.com/oxidecomputer/opte`
2432024-08-17T03:18:53.871Z Updating git repository `https://github.com/oxidecomputer/falcon`
2442024-08-17T03:18:54.561Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2452024-08-17T03:18:54.816Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462024-08-17T03:18:55.322Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2472024-08-17T03:18:55.588Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2482024-08-17T03:18:55.899Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492024-08-17T03:18:56.230Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2502024-08-17T03:18:56.482Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2512024-08-17T03:18:56.704Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2522024-08-17T03:18:56.964Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532024-08-17T03:18:57.344Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542024-08-17T03:18:57.736Z Updating git repository `https://github.com/oxidecomputer/ispf`
2552024-08-17T03:18:58.070Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2562024-08-17T03:18:58.334Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2572024-08-17T03:18:58.751Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582024-08-17T03:18:59.264Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2592024-08-17T03:18:59.655Z Updating git repository `https://github.com/oxidecomputer/typify`
2602024-08-17T03:19:01.601Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612024-08-17T03:19:01.870Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622024-08-17T03:19:02.124Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632024-08-17T03:19:02.559Z Updating git repository `https://github.com/oxidecomputer/rfb`
2642024-08-17T03:19:03.741Z Downloading crates ...
2652024-08-17T03:19:03.799Z Downloaded equivalent v1.0.1
2662024-08-17T03:19:03.803Z Downloaded block-buffer v0.10.4
2672024-08-17T03:19:03.806Z Downloaded anstyle-query v1.0.3
2682024-08-17T03:19:03.806Z Downloaded anstyle v1.0.8
2692024-08-17T03:19:03.808Z Downloaded is_terminal_polyfill v1.70.0
2702024-08-17T03:19:03.813Z Downloaded scroll_derive v0.12.0
2712024-08-17T03:19:03.815Z Downloaded pretty-hex v0.4.1
2722024-08-17T03:19:03.820Z Downloaded dof v0.3.0
2732024-08-17T03:19:03.823Z Downloaded cpufeatures v0.2.12
2742024-08-17T03:19:03.825Z Downloaded heck v0.5.0
2752024-08-17T03:19:03.825Z Downloaded generic-array v0.14.7
2762024-08-17T03:19:03.827Z Downloaded cfg-if v1.0.0
2772024-08-17T03:19:03.827Z Downloaded strsim v0.11.1
2782024-08-17T03:19:03.830Z Downloaded pest_generator v2.7.10
2792024-08-17T03:19:03.830Z Downloaded macaddr v1.0.1
2802024-08-17T03:19:03.832Z Downloaded clap_lex v0.7.0
2812024-08-17T03:19:03.832Z Downloaded usdt v0.5.0
2822024-08-17T03:19:03.834Z Downloaded plain v0.2.3
2832024-08-17T03:19:03.834Z Downloaded fnv v1.0.7
2842024-08-17T03:19:03.836Z Downloaded serde_tokenstream v0.2.2
2852024-08-17T03:19:03.836Z Downloaded anstream v0.6.14
2862024-08-17T03:19:03.839Z Downloaded digest v0.10.7
2872024-08-17T03:19:03.841Z Downloaded proc-macro-error-attr v1.0.4
2882024-08-17T03:19:03.841Z Downloaded cargo-platform v0.1.8
2892024-08-17T03:19:03.843Z Downloaded terminal_size v0.3.0
2902024-08-17T03:19:03.843Z Downloaded byteorder v1.5.0
2912024-08-17T03:19:03.846Z Downloaded anstyle-parse v0.2.4
2922024-08-17T03:19:03.848Z Downloaded once_cell v1.19.0
2932024-08-17T03:19:03.851Z Downloaded cargo_metadata v0.18.1
2942024-08-17T03:19:03.854Z Downloaded utf8parse v0.2.1
2952024-08-17T03:19:03.854Z Downloaded zerocopy-derive v0.7.34
2962024-08-17T03:19:03.856Z Downloaded usdt-impl v0.5.0
2972024-08-17T03:19:03.858Z Downloaded thiserror-impl v1.0.63
2982024-08-17T03:19:03.861Z Downloaded autocfg v1.3.0
2992024-08-17T03:19:03.863Z Downloaded ryu v1.0.18
3002024-08-17T03:19:03.865Z Downloaded errno v0.3.9
3012024-08-17T03:19:03.868Z Downloaded dtrace-parser v0.2.0
3022024-08-17T03:19:03.871Z Downloaded toml v0.8.19
3032024-08-17T03:19:03.873Z Downloaded typenum v1.17.0
3042024-08-17T03:19:03.876Z Downloaded unicode-ident v1.0.12
3052024-08-17T03:19:03.879Z Downloaded usdt-attr-macro v0.5.0
3062024-08-17T03:19:03.882Z Downloaded quote v1.0.36
3072024-08-17T03:19:03.885Z Downloaded colorchoice v1.0.1
3082024-08-17T03:19:03.887Z Downloaded usdt-macro v0.5.0
3092024-08-17T03:19:03.890Z Downloaded swrite v0.1.0
3102024-08-17T03:19:03.890Z Downloaded itoa v1.0.11
3112024-08-17T03:19:03.892Z Downloaded crypto-common v0.1.6
3122024-08-17T03:19:03.892Z Downloaded bytecount v0.6.8
3132024-08-17T03:19:03.894Z Downloaded heck v0.4.1
3142024-08-17T03:19:03.905Z Downloaded serde_spanned v0.6.7
3152024-08-17T03:19:03.909Z Downloaded memmap v0.7.0
3162024-08-17T03:19:03.911Z Downloaded clap_derive v4.5.13
3172024-08-17T03:19:03.914Z Downloaded cargo_toml v0.20.4
3182024-08-17T03:19:03.917Z Downloaded toml_datetime v0.6.8
3192024-08-17T03:19:03.920Z Downloaded version_check v0.9.5
3202024-08-17T03:19:03.922Z Downloaded fs-err v2.11.0
3212024-08-17T03:19:03.925Z Downloaded thread-id v4.2.1
3222024-08-17T03:19:03.925Z Downloaded thiserror v1.0.63
3232024-08-17T03:19:03.928Z Downloaded tabled_derive v0.7.0
3242024-08-17T03:19:03.931Z Downloaded pest_derive v2.7.10
3252024-08-17T03:19:03.933Z Downloaded memchr v2.7.2
3262024-08-17T03:19:03.937Z Downloaded sha2 v0.10.8
3272024-08-17T03:19:03.940Z Downloaded proc-macro-error v1.0.4
3282024-08-17T03:19:03.943Z Downloaded serde v1.0.207
3292024-08-17T03:19:03.945Z Downloaded log v0.4.21
3302024-08-17T03:19:03.947Z Downloaded semver v1.0.23
3312024-08-17T03:19:03.950Z Downloaded anyhow v1.0.86
3322024-08-17T03:19:03.953Z Downloaded pest_meta v2.7.10
3332024-08-17T03:19:03.956Z Downloaded clap v4.5.16
3342024-08-17T03:19:03.964Z Downloaded scroll v0.12.0
3352024-08-17T03:19:03.966Z Downloaded ucd-trie v0.1.6
3362024-08-17T03:19:03.969Z Downloaded papergrid v0.11.0
3372024-08-17T03:19:03.972Z Downloaded pest v2.7.10
3382024-08-17T03:19:03.977Z Downloaded serde_derive v1.0.207
3392024-08-17T03:19:03.981Z Downloaded indexmap v2.4.0
3402024-08-17T03:19:03.984Z Downloaded proc-macro2 v1.0.86
3412024-08-17T03:19:03.987Z Downloaded hashbrown v0.14.5
3422024-08-17T03:19:03.991Z Downloaded bitflags v2.6.0
3432024-08-17T03:19:03.995Z Downloaded camino v1.1.8
3442024-08-17T03:19:03.998Z Downloaded clap_builder v4.5.15
3452024-08-17T03:19:04.004Z Downloaded winnow v0.6.18
3462024-08-17T03:19:04.012Z Downloaded toml_edit v0.22.20
3472024-08-17T03:19:04.033Z Downloaded serde_json v1.0.125
3482024-08-17T03:19:04.048Z Downloaded zerocopy v0.7.34
3492024-08-17T03:19:04.055Z Downloaded tabled v0.15.0
3502024-08-17T03:19:04.071Z Downloaded syn v2.0.74
3512024-08-17T03:19:04.081Z Downloaded syn v1.0.109
3522024-08-17T03:19:04.091Z Downloaded goblin v0.8.2
3532024-08-17T03:19:04.097Z Downloaded rustix v0.38.34
3542024-08-17T03:19:04.118Z Downloaded unicode-width v0.1.13
3552024-08-17T03:19:04.125Z Downloaded libc v0.2.155
3562024-08-17T03:19:04.427Z Compiling proc-macro2 v1.0.86
3572024-08-17T03:19:04.427Z Compiling unicode-ident v1.0.12
3582024-08-17T03:19:04.429Z Compiling version_check v0.9.5
3592024-08-17T03:19:04.429Z Compiling serde v1.0.207
3602024-08-17T03:19:04.429Z Compiling memchr v2.7.2
3612024-08-17T03:19:04.459Z Compiling thiserror v1.0.63
3622024-08-17T03:19:04.462Z Compiling libc v0.2.155
3632024-08-17T03:19:04.462Z Compiling itoa v1.0.11
3642024-08-17T03:19:04.673Z Compiling ryu v1.0.18
3652024-08-17T03:19:04.763Z Compiling ucd-trie v0.1.6
3662024-08-17T03:19:05.172Z Compiling once_cell v1.19.0
3672024-08-17T03:19:05.297Z Compiling byteorder v1.5.0
3682024-08-17T03:19:05.387Z Compiling serde_json v1.0.125
3692024-08-17T03:19:05.651Z Compiling proc-macro-error-attr v1.0.4
3702024-08-17T03:19:05.754Z Compiling usdt-impl v0.5.0
3712024-08-17T03:19:05.778Z Compiling syn v1.0.109
3722024-08-17T03:19:05.947Z Compiling rustix v0.38.34
3732024-08-17T03:19:05.977Z Compiling quote v1.0.36
3742024-08-17T03:19:06.260Z Compiling proc-macro-error v1.0.4
3752024-08-17T03:19:06.284Z Compiling utf8parse v0.2.1
3762024-08-17T03:19:06.444Z Compiling syn v2.0.74
3772024-08-17T03:19:06.546Z Compiling errno v0.3.9
3782024-08-17T03:19:06.569Z Compiling log v0.4.21
3792024-08-17T03:19:06.637Z Compiling plain v0.2.3
3802024-08-17T03:19:06.790Z Compiling thread-id v4.2.1
3812024-08-17T03:19:06.815Z Compiling bitflags v2.6.0
3822024-08-17T03:19:06.839Z Compiling hashbrown v0.14.5
3832024-08-17T03:19:06.863Z Compiling equivalent v1.0.1
3842024-08-17T03:19:06.958Z Compiling anstyle-parse v0.2.4
3852024-08-17T03:19:07.024Z Compiling winnow v0.6.18
3862024-08-17T03:19:07.339Z Compiling colorchoice v1.0.1
3872024-08-17T03:19:07.370Z Compiling autocfg v1.3.0
3882024-08-17T03:19:07.500Z Compiling semver v1.0.23
3892024-08-17T03:19:07.842Z Compiling camino v1.1.8
3902024-08-17T03:19:08.121Z Compiling indexmap v2.4.0
3912024-08-17T03:19:08.222Z Compiling anstyle v1.0.8
3922024-08-17T03:19:08.338Z Compiling pretty-hex v0.4.1
3932024-08-17T03:19:08.556Z Compiling is_terminal_polyfill v1.70.0
3942024-08-17T03:19:08.582Z Compiling anstyle-query v1.0.3
3952024-08-17T03:19:08.691Z Compiling anstream v0.6.14
3962024-08-17T03:19:08.726Z Compiling terminal_size v0.3.0
3972024-08-17T03:19:08.750Z Compiling fs-err v2.11.0
3982024-08-17T03:19:09.053Z Compiling anyhow v1.0.86
3992024-08-17T03:19:09.078Z Compiling clap_lex v0.7.0
4002024-08-17T03:19:09.081Z Compiling strsim v0.11.1
4012024-08-17T03:19:09.391Z Compiling bytecount v0.6.8
4022024-08-17T03:19:09.418Z Compiling heck v0.4.1
4032024-08-17T03:19:09.589Z Compiling unicode-width v0.1.13
4042024-08-17T03:19:09.612Z Compiling fnv v1.0.7
4052024-08-17T03:19:09.652Z Compiling heck v0.5.0
4062024-08-17T03:19:09.837Z Compiling papergrid v0.11.0
4072024-08-17T03:19:09.927Z Compiling clap_builder v4.5.15
4082024-08-17T03:19:10.165Z Compiling memmap v0.7.0
4092024-08-17T03:19:10.584Z Compiling swrite v0.1.0
4102024-08-17T03:19:12.076Z Compiling tabled_derive v0.7.0
4112024-08-17T03:19:13.706Z Compiling tabled v0.15.0
4122024-08-17T03:19:14.823Z Compiling serde_derive v1.0.207
4132024-08-17T03:19:14.823Z Compiling thiserror-impl v1.0.63
4142024-08-17T03:19:14.823Z Compiling zerocopy-derive v0.7.34
4152024-08-17T03:19:14.826Z Compiling scroll_derive v0.12.0
4162024-08-17T03:19:15.080Z Compiling clap_derive v4.5.13
4172024-08-17T03:19:16.115Z Compiling scroll v0.12.0
4182024-08-17T03:19:16.642Z Compiling goblin v0.8.2
4192024-08-17T03:19:17.115Z Compiling zerocopy v0.7.34
4202024-08-17T03:19:17.862Z Compiling pest v2.7.10
4212024-08-17T03:19:18.967Z Compiling clap v4.5.16
4222024-08-17T03:19:19.980Z Compiling pest_meta v2.7.10
4232024-08-17T03:19:20.799Z Compiling pest_generator v2.7.10
4242024-08-17T03:19:22.822Z Compiling pest_derive v2.7.10
4252024-08-17T03:19:23.551Z Compiling dtrace-parser v0.2.0
4262024-08-17T03:19:25.060Z Compiling serde_tokenstream v0.2.2
4272024-08-17T03:19:25.138Z Compiling serde_spanned v0.6.7
4282024-08-17T03:19:25.138Z Compiling toml_datetime v0.6.8
4292024-08-17T03:19:25.395Z Compiling cargo-platform v0.1.8
4302024-08-17T03:19:25.497Z Compiling toml_edit v0.22.20
4312024-08-17T03:19:25.663Z Compiling macaddr v1.0.1
4322024-08-17T03:19:26.445Z Compiling dof v0.3.0
4332024-08-17T03:19:26.567Z Compiling cargo_metadata v0.18.1
4342024-08-17T03:19:28.105Z Compiling usdt-attr-macro v0.5.0
4352024-08-17T03:19:28.107Z Compiling usdt-macro v0.5.0
4362024-08-17T03:19:28.318Z Compiling toml v0.8.19
4372024-08-17T03:19:29.252Z Compiling cargo_toml v0.20.4
4382024-08-17T03:19:29.459Z Compiling usdt v0.5.0
4392024-08-17T03:19:32.919Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4402024-08-17T03:19:36.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.60s
4412024-08-17T03:19:36.935Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4422024-08-17T03:19:37.498Z Downloading crates ...
4432024-08-17T03:19:37.608Z Downloaded adler v1.0.2
4442024-08-17T03:19:37.615Z Downloaded addr2line v0.21.0
4452024-08-17T03:19:37.619Z Downloaded bitstruct_derive v0.1.0
4462024-08-17T03:19:37.621Z Downloaded atty v0.2.14
4472024-08-17T03:19:37.624Z Downloaded camino-tempfile v1.1.1
4482024-08-17T03:19:37.627Z Downloaded bitfield v0.14.0
4492024-08-17T03:19:37.630Z Downloaded async-stream-impl v0.3.5
4502024-08-17T03:19:37.632Z Downloaded crunchy v0.2.2
4512024-08-17T03:19:37.639Z Downloaded cstr-argument v0.1.2
4522024-08-17T03:19:37.641Z Downloaded is-terminal v0.4.12
4532024-08-17T03:19:37.643Z Downloaded cassowary v0.3.0
4542024-08-17T03:19:37.646Z Downloaded atomic-waker v1.1.2
4552024-08-17T03:19:37.648Z Downloaded ident_case v1.0.1
4562024-08-17T03:19:37.651Z Downloaded cipher v0.4.4
4572024-08-17T03:19:37.651Z Downloaded defmt v0.3.8
4582024-08-17T03:19:37.654Z Downloaded async-recursion v1.1.1
4592024-08-17T03:19:37.657Z Downloaded openssl-macros v0.1.1
4602024-08-17T03:19:37.660Z Downloaded num-conv v0.1.0
4612024-08-17T03:19:37.662Z Downloaded ciborium-io v0.2.2
4622024-08-17T03:19:37.662Z Downloaded crc-catalog v2.4.0
4632024-08-17T03:19:37.664Z Downloaded bitflags v1.3.2
4642024-08-17T03:19:37.666Z Downloaded array-init v0.0.4
4652024-08-17T03:19:37.669Z Downloaded oso-derive v0.27.3
4662024-08-17T03:19:37.669Z Downloaded lazycell v1.3.0
4672024-08-17T03:19:37.671Z Downloaded instability v0.3.2
4682024-08-17T03:19:37.673Z Downloaded impl-trait-for-tuples v0.2.2
4692024-08-17T03:19:37.676Z Downloaded arrayvec v0.7.4
4702024-08-17T03:19:37.678Z Downloaded maybe-uninit v2.0.0
4712024-08-17T03:19:37.680Z Downloaded match_cfg v0.1.0
4722024-08-17T03:19:37.680Z Downloaded convert_case v0.4.0
4732024-08-17T03:19:37.682Z Downloaded number_prefix v0.4.0
4742024-08-17T03:19:37.682Z Downloaded csv-core v0.1.11
4752024-08-17T03:19:37.684Z Downloaded num_enum_derive v0.5.11
4762024-08-17T03:19:37.687Z Downloaded chacha20 v0.9.1
4772024-08-17T03:19:37.687Z Downloaded mime v0.3.17
4782024-08-17T03:19:37.690Z Downloaded num-iter v0.1.45
4792024-08-17T03:19:37.692Z Downloaded atomicwrites v0.4.3
4802024-08-17T03:19:37.692Z Downloaded packed_struct v0.10.1
4812024-08-17T03:19:37.694Z Downloaded num-derive v0.4.2
4822024-08-17T03:19:37.697Z Downloaded mockall v0.13.0
4832024-08-17T03:19:37.697Z Downloaded hubpack v0.1.2
4842024-08-17T03:19:37.699Z Downloaded nibble_vec v0.1.0
4852024-08-17T03:19:37.699Z Downloaded new_debug_unreachable v1.0.6
4862024-08-17T03:19:37.702Z Downloaded lock_api v0.4.12
4872024-08-17T03:19:37.704Z Downloaded ipnet v2.9.0
4882024-08-17T03:19:37.704Z Downloaded newtype-uuid v1.1.0
4892024-08-17T03:19:37.706Z Downloaded multer v3.1.0
4902024-08-17T03:19:37.709Z Downloaded nu-ansi-term v0.50.0
4912024-08-17T03:19:37.711Z Downloaded memmap2 v0.9.4
4922024-08-17T03:19:37.713Z Downloaded indexmap v1.9.3
4932024-08-17T03:19:37.717Z Downloaded darling_macro v0.20.9
4942024-08-17T03:19:37.719Z Downloaded crucible-workspace-hack v0.1.0
4952024-08-17T03:19:37.719Z Downloaded instant v0.1.12
4962024-08-17T03:19:37.721Z Downloaded cfg_aliases v0.1.1
4972024-08-17T03:19:37.721Z Downloaded bitstruct v0.1.1
4982024-08-17T03:19:37.724Z Downloaded crossbeam-utils v0.8.19
4992024-08-17T03:19:37.726Z Downloaded semver v0.1.20
5002024-08-17T03:19:37.728Z Downloaded num-traits v0.2.19
5012024-08-17T03:19:37.730Z Downloaded const-oid v0.9.6
5022024-08-17T03:19:37.733Z Downloaded blake2 v0.10.6
5032024-08-17T03:19:37.735Z Downloaded is_ci v1.2.0
5042024-08-17T03:19:37.738Z Downloaded shlex v1.3.0
5052024-08-17T03:19:37.740Z Downloaded arrayref v0.3.7
5062024-08-17T03:19:37.740Z Downloaded want v0.3.1
5072024-08-17T03:19:37.742Z Downloaded newline-converter v0.3.0
5082024-08-17T03:19:37.742Z Downloaded num_threads v0.1.7
5092024-08-17T03:19:37.745Z Downloaded bitfield-struct v0.6.1
5102024-08-17T03:19:37.745Z Downloaded bit-vec v0.6.3
5112024-08-17T03:19:37.747Z Downloaded opaque-debug v0.3.1
5122024-08-17T03:19:37.747Z Downloaded normalize-line-endings v0.3.0
5132024-08-17T03:19:37.749Z Downloaded base16ct v0.2.0
5142024-08-17T03:19:37.751Z Downloaded newtype_derive v0.1.6
5152024-08-17T03:19:37.751Z Downloaded castaway v0.2.3
5162024-08-17T03:19:37.753Z Downloaded async-stream v0.3.5
5172024-08-17T03:19:37.756Z Downloaded buf-list v1.0.3
5182024-08-17T03:19:37.758Z Downloaded aead v0.5.2
5192024-08-17T03:19:37.758Z Downloaded downcast v0.11.0
5202024-08-17T03:19:37.760Z Downloaded constant_time_eq v0.3.0
5212024-08-17T03:19:37.762Z Downloaded display-error-chain v0.2.0
5222024-08-17T03:19:37.762Z Downloaded diesel_table_macro_syntax v0.2.0
5232024-08-17T03:19:37.765Z Downloaded headers-core v0.2.0
5242024-08-17T03:19:37.765Z Downloaded funty v2.0.0
5252024-08-17T03:19:37.768Z Downloaded ciborium-ll v0.2.2
5262024-08-17T03:19:37.768Z Downloaded debug-ignore v1.0.5
5272024-08-17T03:19:37.771Z Downloaded peg-runtime v0.8.3
5282024-08-17T03:19:37.774Z Downloaded strum_macros v0.25.3
5292024-08-17T03:19:37.774Z Downloaded omicron-zone-package v0.11.0
5302024-08-17T03:19:37.777Z Downloaded secrecy v0.8.0
5312024-08-17T03:19:37.779Z Downloaded slog-dtrace v0.3.0
5322024-08-17T03:19:37.781Z Downloaded compact_str v0.8.0
5332024-08-17T03:19:37.785Z Downloaded lalrpop-util v0.19.12
5342024-08-17T03:19:37.788Z Downloaded universal-hash v0.5.1
5352024-08-17T03:19:37.791Z Downloaded strum_macros v0.24.3
5362024-08-17T03:19:37.793Z Downloaded which v4.4.2
5372024-08-17T03:19:37.796Z Downloaded tap v1.0.1
5382024-08-17T03:19:37.796Z Downloaded lru v0.12.3
5392024-08-17T03:19:37.798Z Downloaded linked-hash-map v0.5.6
5402024-08-17T03:19:37.800Z Downloaded num-integer v0.1.46
5412024-08-17T03:19:37.802Z Downloaded waitgroup v0.1.2
5422024-08-17T03:19:37.802Z Downloaded thread_local v1.1.8
5432024-08-17T03:19:37.804Z Downloaded unicode-xid v0.2.4
5442024-08-17T03:19:37.807Z Downloaded olpc-cjson v0.1.3
5452024-08-17T03:19:37.809Z Downloaded num_enum v0.5.11
5462024-08-17T03:19:37.813Z Downloaded cancel-safe-futures v0.1.5
5472024-08-17T03:19:37.817Z Downloaded hash32 v0.2.1
5482024-08-17T03:19:37.819Z Downloaded time-core v0.1.2
5492024-08-17T03:19:37.822Z Downloaded sigpipe v0.1.3
5502024-08-17T03:19:37.824Z Downloaded serde-big-array v0.5.1
5512024-08-17T03:19:37.826Z Downloaded foreign-types v0.5.0
5522024-08-17T03:19:37.826Z Downloaded percent-encoding v2.3.1
5532024-08-17T03:19:37.829Z Downloaded pem v3.0.4
5542024-08-17T03:19:37.832Z Downloaded getopts v0.2.21
5552024-08-17T03:19:37.832Z Downloaded iana-time-zone v0.1.60
5562024-08-17T03:19:37.834Z Downloaded backtrace v0.3.71
5572024-08-17T03:19:37.840Z Downloaded libloading v0.8.3
5582024-08-17T03:19:37.844Z Downloaded paste v1.0.15
5592024-08-17T03:19:37.847Z Downloaded tokio-tungstenite v0.21.0
5602024-08-17T03:19:37.851Z Downloaded walkdir v2.5.0
5612024-08-17T03:19:37.853Z Downloaded foreign-types-shared v0.3.1
5622024-08-17T03:19:37.857Z Downloaded ppv-lite86 v0.2.17
5632024-08-17T03:19:37.860Z Downloaded ref-cast v1.0.23
5642024-08-17T03:19:37.860Z Downloaded rand_core v0.6.4
5652024-08-17T03:19:37.862Z Downloaded slog-term v2.9.1
5662024-08-17T03:19:37.864Z Downloaded crossbeam-epoch v0.9.18
5672024-08-17T03:19:37.867Z Downloaded parse-size v1.0.0
5682024-08-17T03:19:37.869Z Downloaded slog-scope v4.4.0
5692024-08-17T03:19:37.872Z Downloaded signature v2.2.0
5702024-08-17T03:19:37.874Z Downloaded termcolor v1.4.1
5712024-08-17T03:19:37.876Z Downloaded subtle v2.5.0
5722024-08-17T03:19:37.876Z Downloaded structmeta-derive v0.2.0
5732024-08-17T03:19:37.878Z Downloaded slog-stdlog v4.1.1
5742024-08-17T03:19:37.880Z Downloaded pem-rfc7468 v0.7.0
5752024-08-17T03:19:37.883Z Downloaded minimal-lexical v0.2.1
5762024-08-17T03:19:37.887Z Downloaded getrandom v0.2.14
5772024-08-17T03:19:37.891Z Downloaded hickory-client v0.24.1
5782024-08-17T03:19:37.895Z Downloaded strum v0.26.3
5792024-08-17T03:19:37.897Z Downloaded tinyvec_macros v0.1.1
5802024-08-17T03:19:37.900Z Downloaded utf-8 v0.7.6
5812024-08-17T03:19:37.900Z Downloaded tui-tree-widget v0.22.0
5822024-08-17T03:19:37.904Z Downloaded postgres-protocol v0.6.7
5832024-08-17T03:19:37.909Z Downloaded tls_codec_derive v0.4.1
5842024-08-17T03:19:37.909Z Downloaded smallvec v0.6.14
5852024-08-17T03:19:37.912Z Downloaded futures-executor v0.3.30
5862024-08-17T03:19:37.912Z Downloaded form_urlencoded v1.2.1
5872024-08-17T03:19:37.912Z Downloaded fd-lock v4.0.2
5882024-08-17T03:19:37.914Z Downloaded rustversion v1.0.17
5892024-08-17T03:19:37.918Z Downloaded foreign-types-shared v0.1.1
5902024-08-17T03:19:37.921Z Downloaded diff v0.1.13
5912024-08-17T03:19:37.924Z Downloaded pin-utils v0.1.0
5922024-08-17T03:19:37.924Z Downloaded phf_shared v0.10.0
5932024-08-17T03:19:37.926Z Downloaded rtoolbox v0.0.2
5942024-08-17T03:19:37.927Z Downloaded hostname v0.4.0
5952024-08-17T03:19:37.929Z Downloaded r2d2 v0.8.10
5962024-08-17T03:19:37.931Z Downloaded chacha20poly1305 v0.10.1
5972024-08-17T03:19:37.934Z Downloaded parking_lot v0.12.2
5982024-08-17T03:19:37.936Z Downloaded hubpack_derive v0.1.1
5992024-08-17T03:19:37.938Z Downloaded rustc-hash v1.1.0
6002024-08-17T03:19:37.938Z Downloaded quick-error v1.2.3
6012024-08-17T03:19:37.940Z Downloaded mio v0.8.11
6022024-08-17T03:19:37.945Z Downloaded indicatif v0.17.8
6032024-08-17T03:19:37.949Z Downloaded structmeta-derive v0.3.0
6042024-08-17T03:19:37.952Z Downloaded termtree v0.4.1
6052024-08-17T03:19:37.954Z Downloaded futures v0.3.30
6062024-08-17T03:19:37.957Z Downloaded dyn-clone v1.0.17
6072024-08-17T03:19:37.960Z Downloaded fallible-iterator v0.3.0
6082024-08-17T03:19:37.962Z Downloaded fallible-iterator v0.2.0
6092024-08-17T03:19:37.965Z Downloaded smallvec v1.13.2
6102024-08-17T03:19:37.966Z Downloaded take_mut v0.2.2
6112024-08-17T03:19:37.968Z Downloaded oso v0.27.3
6122024-08-17T03:19:37.970Z Downloaded yasna v0.5.2
6132024-08-17T03:19:37.973Z Downloaded rustc-demangle v0.1.24
6142024-08-17T03:19:37.976Z Downloaded pin-project-lite v0.2.14
6152024-08-17T03:19:37.981Z Downloaded base64 v0.21.7
6162024-08-17T03:19:37.985Z Downloaded glob v0.3.1
6172024-08-17T03:19:37.987Z Downloaded pkcs1 v0.7.5
6182024-08-17T03:19:37.989Z Downloaded nom v7.1.3
6192024-08-17T03:19:38.005Z Downloaded phf v0.11.2
6202024-08-17T03:19:38.007Z Downloaded rand_xorshift v0.3.0
6212024-08-17T03:19:38.009Z Downloaded predicates-core v1.0.6
6222024-08-17T03:19:38.009Z Downloaded path-slash v0.1.5
6232024-08-17T03:19:38.012Z Downloaded spki v0.7.3
6242024-08-17T03:19:38.014Z Downloaded sha1 v0.10.6
6252024-08-17T03:19:38.016Z Downloaded zone_cfg_derive v0.1.2
6262024-08-17T03:19:38.016Z Downloaded whoami v1.5.1
6272024-08-17T03:19:38.019Z Downloaded spin v0.5.2
6282024-08-17T03:19:38.021Z Downloaded xattr v1.3.1
6292024-08-17T03:19:38.023Z Downloaded precomputed-hash v0.1.1
6302024-08-17T03:19:38.023Z Downloaded zerocopy v0.6.6
6312024-08-17T03:19:38.026Z Downloaded tower-service v0.3.2
6322024-08-17T03:19:38.029Z Downloaded hmac v0.12.1
6332024-08-17T03:19:38.029Z Downloaded derive_more v0.99.18
6342024-08-17T03:19:38.034Z Downloaded unicode_categories v0.1.1
6352024-08-17T03:19:38.036Z Downloaded fxhash v0.2.1
6362024-08-17T03:19:38.038Z Downloaded httpdate v1.0.3
6372024-08-17T03:19:38.039Z Downloaded crossterm v0.28.1
6382024-08-17T03:19:38.046Z Downloaded steno v0.4.1
6392024-08-17T03:19:38.051Z Downloaded futures-sink v0.3.30
6402024-08-17T03:19:38.053Z Downloaded typed-path v0.7.1
6412024-08-17T03:19:38.059Z Downloaded mio v1.0.2
6422024-08-17T03:19:38.065Z Downloaded pretty-hex v0.2.1
6432024-08-17T03:19:38.070Z Downloaded stringprep v0.1.4
6442024-08-17T03:19:38.073Z Downloaded static_assertions v1.1.0
6452024-08-17T03:19:38.073Z Downloaded toolchain_find v0.4.0
6462024-08-17T03:19:38.073Z Downloaded zone v0.1.8
6472024-08-17T03:19:38.075Z Downloaded uuid v1.10.0
6482024-08-17T03:19:38.077Z Downloaded zeroize_derive v1.4.2
6492024-08-17T03:19:38.080Z Downloaded pkg-config v0.3.30
6502024-08-17T03:19:38.082Z Downloaded tungstenite v0.21.0
6512024-08-17T03:19:38.084Z Downloaded wait-timeout v0.2.0
6522024-08-17T03:19:38.087Z Downloaded password-hash v0.5.0
6532024-08-17T03:19:38.089Z Downloaded derive_builder_macro v0.20.0
6542024-08-17T03:19:38.090Z Downloaded predicates-tree v1.0.9
6552024-08-17T03:19:38.092Z Downloaded http-range v0.1.5
6562024-08-17T03:19:38.092Z Downloaded parking_lot_core v0.9.10
6572024-08-17T03:19:38.095Z Downloaded snafu v0.8.2
6582024-08-17T03:19:38.101Z Downloaded hickory-resolver v0.24.1
6592024-08-17T03:19:38.106Z Downloaded pin-project v1.1.5
6602024-08-17T03:19:38.119Z Downloaded rustls-pemfile v2.1.3
6612024-08-17T03:19:38.121Z Downloaded sync_wrapper v0.1.2
6622024-08-17T03:19:38.123Z Downloaded scrypt v0.11.0
6632024-08-17T03:19:38.123Z Downloaded deranged v0.3.11
6642024-08-17T03:19:38.125Z Downloaded defmt-parser v0.3.4
6652024-08-17T03:19:38.127Z Downloaded sec1 v0.7.3
6662024-08-17T03:19:38.130Z Downloaded rsa v0.9.6
6672024-08-17T03:19:38.133Z Downloaded ref-cast-impl v1.0.23
6682024-08-17T03:19:38.137Z Downloaded rustls-pki-types v1.7.0
6692024-08-17T03:19:38.139Z Downloaded serde_urlencoded v0.7.1
6702024-08-17T03:19:38.139Z Downloaded serde_with v3.8.3
6712024-08-17T03:19:38.148Z Downloaded structmeta v0.2.0
6722024-08-17T03:19:38.150Z Downloaded http-body v0.4.6
6732024-08-17T03:19:38.152Z Downloaded packed_struct_codegen v0.10.1
6742024-08-17T03:19:38.152Z Downloaded peg v0.8.4
6752024-08-17T03:19:38.158Z Downloaded fallible-streaming-iterator v0.1.9
6762024-08-17T03:19:38.161Z Downloaded portpicker v0.1.1
6772024-08-17T03:19:38.161Z Downloaded pbkdf2 v0.12.2
6782024-08-17T03:19:38.161Z Downloaded hex v0.4.3
6792024-08-17T03:19:38.163Z Downloaded fastrand v2.1.0
6802024-08-17T03:19:38.163Z Downloaded peg-macros v0.8.4
6812024-08-17T03:19:38.165Z Downloaded vte v0.11.1
6822024-08-17T03:19:38.168Z Downloaded publicsuffix v2.2.3
6832024-08-17T03:19:38.170Z Downloaded foreign-types v0.3.2
6842024-08-17T03:19:38.172Z Downloaded enum-as-inner v0.6.0
6852024-08-17T03:19:38.174Z Downloaded itertools v0.12.1
6862024-08-17T03:19:38.180Z Downloaded float-ord v0.3.2
6872024-08-17T03:19:38.183Z Downloaded unarray v0.1.4
6882024-08-17T03:19:38.186Z Downloaded endian-type v0.1.2
6892024-08-17T03:19:38.186Z Downloaded signal-hook-mio v0.2.4
6902024-08-17T03:19:38.186Z Downloaded serde_derive_internals v0.29.1
6912024-08-17T03:19:38.188Z Downloaded sct v0.7.1
6922024-08-17T03:19:38.190Z Downloaded sqlparser_derive v0.2.2
6932024-08-17T03:19:38.192Z Downloaded siphasher v0.3.11
6942024-08-17T03:19:38.194Z Downloaded derive_builder v0.20.0
6952024-08-17T03:19:38.198Z Downloaded serde_yaml v0.9.34+deprecated
6962024-08-17T03:19:38.201Z Downloaded stable_deref_trait v1.2.0
6972024-08-17T03:19:38.204Z Downloaded rand_chacha v0.3.1
6982024-08-17T03:19:38.206Z Downloaded heck v0.3.3
6992024-08-17T03:19:38.206Z Downloaded either v1.13.0
7002024-08-17T03:19:38.208Z Downloaded serde_with_macros v3.8.3
7012024-08-17T03:19:38.211Z Downloaded rand_seeder v0.3.0
7022024-08-17T03:19:38.211Z Downloaded slog-envlogger v2.2.0
7032024-08-17T03:19:38.213Z Downloaded parking_lot v0.11.2
7042024-08-17T03:19:38.215Z Downloaded expectorate v1.1.0
7052024-08-17T03:19:38.217Z Downloaded slog-bunyan v2.5.0
7062024-08-17T03:19:38.219Z Downloaded tiny-keccak v2.0.2
7072024-08-17T03:19:38.222Z Downloaded scopeguard v1.2.0
7082024-08-17T03:19:38.224Z Downloaded twox-hash v1.6.3
7092024-08-17T03:19:38.224Z Downloaded flagset v0.4.5
7102024-08-17T03:19:38.226Z Downloaded parking_lot_core v0.8.6
7112024-08-17T03:19:38.228Z Downloaded vergen v8.3.2
7122024-08-17T03:19:38.231Z Downloaded tokio-util v0.7.11
7132024-08-17T03:19:38.238Z Downloaded try-lock v0.2.5
7142024-08-17T03:19:38.240Z Downloaded gethostname v0.5.0
7152024-08-17T03:19:38.240Z Downloaded futures-task v0.3.30
7162024-08-17T03:19:38.243Z Downloaded futures-macro v0.3.30
7172024-08-17T03:19:38.243Z Downloaded slog-json v2.6.1
7182024-08-17T03:19:38.245Z Downloaded salsa20 v0.10.2
7192024-08-17T03:19:38.247Z Downloaded slog-async v2.8.0
7202024-08-17T03:19:38.249Z Downloaded similar v2.5.0
7212024-08-17T03:19:38.253Z Downloaded ron v0.7.1
7222024-08-17T03:19:38.258Z Downloaded hashlink v0.9.1
7232024-08-17T03:19:38.260Z Downloaded toml v0.7.8
7242024-08-17T03:19:38.263Z Downloaded poly1305 v0.8.0
7252024-08-17T03:19:38.266Z Downloaded socket2 v0.5.7
7262024-08-17T03:19:38.269Z Downloaded heapless v0.7.17
7272024-08-17T03:19:38.273Z Downloaded subprocess v0.2.9
7282024-08-17T03:19:38.275Z Downloaded bindgen v0.69.4
7292024-08-17T03:19:38.282Z Downloaded samael v0.0.15
7302024-08-17T03:19:38.288Z Downloaded url v2.5.2
7312024-08-17T03:19:38.291Z Downloaded slog v2.7.0
7322024-08-17T03:19:38.294Z Downloaded regex-automata v0.1.10
7332024-08-17T03:19:38.300Z Downloaded zip v0.6.6
7342024-08-17T03:19:38.303Z Downloaded rayon-core v1.12.1
7352024-08-17T03:19:38.307Z Downloaded tokio-rustls v0.25.0
7362024-08-17T03:19:38.315Z Downloaded tinyvec v1.6.0
7372024-08-17T03:19:38.317Z Downloaded rand v0.8.5
7382024-08-17T03:19:38.317Z Downloaded flume v0.11.0
7392024-08-17T03:19:38.320Z Downloaded prettyplease v0.2.20
7402024-08-17T03:19:38.324Z Downloaded tokio-postgres v0.7.11
7412024-08-17T03:19:38.329Z Downloaded der v0.7.9
7422024-08-17T03:19:38.336Z Downloaded rusqlite v0.31.0
7432024-08-17T03:19:38.342Z Downloaded elliptic-curve v0.13.8
7442024-08-17T03:19:38.346Z Downloaded hashbrown v0.13.2
7452024-08-17T03:19:38.350Z Downloaded http v1.1.0
7462024-08-17T03:19:38.354Z Downloaded rustls-webpki v0.102.4
7472024-08-17T03:19:38.373Z Downloaded tracing-core v0.1.32
7482024-08-17T03:19:38.376Z Downloaded flate2 v1.0.31
7492024-08-17T03:19:38.381Z Downloaded h2 v0.3.26
7502024-08-17T03:19:38.388Z Downloaded reqwest v0.11.27
7512024-08-17T03:19:38.396Z Downloaded bitvec v1.0.1
7522024-08-17T03:19:38.412Z Downloaded http v0.2.12
7532024-08-17T03:19:38.416Z Downloaded toml_edit v0.19.15
7542024-08-17T03:19:38.433Z Downloaded futures-util v0.3.30
7552024-08-17T03:19:38.445Z Downloaded hashbrown v0.12.3
7562024-08-17T03:19:38.450Z Downloaded portable-atomic v1.6.0
7572024-08-17T03:19:38.456Z Downloaded idna v0.4.0
7582024-08-17T03:19:38.463Z Downloaded quick-xml v0.31.0
7592024-08-17T03:19:38.469Z Downloaded sqlparser v0.45.0
7602024-08-17T03:19:38.474Z Downloaded curve25519-dalek v4.1.3
7612024-08-17T03:19:38.484Z Downloaded vcpkg v0.2.15
7622024-08-17T03:19:38.524Z Downloaded rustyline v14.0.0
7632024-08-17T03:19:38.528Z Downloaded regex v1.10.6
7642024-08-17T03:19:38.542Z Downloaded bstr v0.2.17
7652024-08-17T03:19:38.552Z Downloaded gimli v0.28.1
7662024-08-17T03:19:38.560Z Downloaded regex-syntax v0.6.29
7672024-08-17T03:19:38.567Z Downloaded proptest v1.5.0
7682024-08-17T03:19:38.577Z Downloaded hyper v0.14.30
7692024-08-17T03:19:38.586Z Downloaded diesel v2.2.2
7702024-08-17T03:19:38.604Z Downloaded rustls-webpki v0.101.7
7712024-08-17T03:19:38.621Z Downloaded rayon v1.10.0
7722024-08-17T03:19:38.629Z Downloaded ratatui v0.28.0
7732024-08-17T03:19:38.649Z Downloaded rustls v0.21.12
7742024-08-17T03:19:38.660Z Downloaded openapiv3 v2.0.0
7752024-08-17T03:19:38.673Z Downloaded radix_trie v0.2.1
7762024-08-17T03:19:38.678Z Downloaded regex-automata v0.4.6
7772024-08-17T03:19:38.695Z Downloaded bzip2-sys v0.1.11+1.0.8
7782024-08-17T03:19:38.707Z Downloaded polar-core v0.27.3
7792024-08-17T03:19:38.715Z Downloaded tokio v1.39.2
7802024-08-17T03:19:38.752Z Downloaded csv v1.3.0
7812024-08-17T03:19:38.774Z Downloaded petgraph v0.6.5
7822024-08-17T03:19:38.788Z Downloaded regress v0.9.1
7832024-08-17T03:19:38.798Z Downloaded regex-syntax v0.8.4
7842024-08-17T03:19:38.806Z Downloaded rustls v0.22.4
7852024-08-17T03:19:38.819Z Downloaded hickory-proto v0.24.1
7862024-08-17T03:19:38.836Z Downloaded git2 v0.19.0
7872024-08-17T03:19:38.845Z Downloaded openssl v0.10.66
7882024-08-17T03:19:38.855Z Downloaded nix v0.27.1
7892024-08-17T03:19:38.866Z Downloaded hkdf v0.12.4
7902024-08-17T03:19:38.869Z Downloaded nix v0.28.0
7912024-08-17T03:19:38.881Z Downloaded zerocopy-derive v0.6.6
7922024-08-17T03:19:38.892Z Downloaded sled v0.34.7
7932024-08-17T03:19:38.903Z Downloaded idna v0.5.0
7942024-08-17T03:19:38.910Z Downloaded idna v0.3.0
7952024-08-17T03:19:38.918Z Downloaded webpki-roots v0.25.4
7962024-08-17T03:19:38.922Z Downloaded object v0.32.2
7972024-08-17T03:19:38.932Z Downloaded object v0.30.4
7982024-08-17T03:19:38.943Z Downloaded winnow v0.5.40
7992024-08-17T03:19:38.952Z Downloaded finl_unicode v1.2.0
8002024-08-17T03:19:38.965Z Downloaded smoltcp v0.11.0
8012024-08-17T03:19:38.979Z Downloaded bstr v1.9.1
8022024-08-17T03:19:38.990Z Downloaded sha3 v0.10.8
8032024-08-17T03:19:38.995Z Downloaded smoltcp v0.9.1
8042024-08-17T03:19:39.006Z Downloaded unicode-normalization v0.1.23
8052024-08-17T03:19:39.010Z Downloaded lalrpop v0.19.12
8062024-08-17T03:19:39.020Z Downloaded textwrap v0.16.1
8072024-08-17T03:19:39.022Z Downloaded ring v0.16.20
8082024-08-17T03:19:39.103Z Downloaded fatfs v0.3.6
8092024-08-17T03:19:39.107Z Downloaded x509-cert v0.2.5
8102024-08-17T03:19:39.112Z Downloaded unicode-segmentation v1.11.0
8112024-08-17T03:19:39.116Z Downloaded chrono v0.4.38
8122024-08-17T03:19:39.123Z Downloaded tracing v0.1.40
8132024-08-17T03:19:39.129Z Downloaded reedline v0.33.0
8142024-08-17T03:19:39.135Z Downloaded libxml v0.3.3
8152024-08-17T03:19:39.141Z Downloaded tough v0.17.1
8162024-08-17T03:19:39.150Z Downloaded fixedbitset v0.4.2
8172024-08-17T03:19:39.152Z Downloaded highway v1.2.0
8182024-08-17T03:19:39.154Z Downloaded time v0.3.36
8192024-08-17T03:19:39.160Z Downloaded blake3 v1.5.1
8202024-08-17T03:19:39.168Z Downloaded tracing-attributes v0.1.27
8212024-08-17T03:19:39.170Z Downloaded time-macros v0.2.18
8222024-08-17T03:19:39.173Z Downloaded supports-color v3.0.0
8232024-08-17T03:19:39.175Z Downloaded hyper-rustls v0.24.2
8242024-08-17T03:19:39.178Z Downloaded httparse v1.8.0
8252024-08-17T03:19:39.181Z Downloaded radium v0.7.0
8262024-08-17T03:19:39.181Z Downloaded signal-hook v0.3.17
8272024-08-17T03:19:39.183Z Downloaded schemars v0.8.21
8282024-08-17T03:19:39.194Z Downloaded predicates v3.1.2
8292024-08-17T03:19:39.197Z Downloaded derive_builder_core v0.20.0
8302024-08-17T03:19:39.199Z Downloaded encoding_rs v0.8.34
8312024-08-17T03:19:39.222Z Downloaded strum_macros v0.26.4
8322024-08-17T03:19:39.224Z Downloaded headers v0.3.9
8332024-08-17T03:19:39.229Z Downloaded aho-corasick v1.1.3
8342024-08-17T03:19:39.235Z Downloaded env_logger v0.9.3
8352024-08-17T03:19:39.238Z Downloaded half v2.4.1
8362024-08-17T03:19:39.241Z Downloaded vsss-rs v3.3.4
8372024-08-17T03:19:39.243Z Downloaded unsafe-libyaml v0.2.11
8382024-08-17T03:19:39.247Z Downloaded pkcs5 v0.7.1
8392024-08-17T03:19:39.250Z Downloaded heapless v0.8.0
8402024-08-17T03:19:39.254Z Downloaded defmt-macros v0.3.9
8412024-08-17T03:19:39.257Z Downloaded tokio-native-tls v0.3.1
8422024-08-17T03:19:39.260Z Downloaded tempfile v3.10.1
8432024-08-17T03:19:39.262Z Downloaded crossterm v0.27.0
8442024-08-17T03:19:39.269Z Downloaded rustls-pemfile v1.0.4
8452024-08-17T03:19:39.271Z Downloaded unicode-bidi v0.3.15
8462024-08-17T03:19:39.274Z Downloaded tungstenite v0.20.1
8472024-08-17T03:19:39.277Z Downloaded hickory-server v0.24.1
8482024-08-17T03:19:39.282Z Downloaded group v0.13.0
8492024-08-17T03:19:39.285Z Downloaded globset v0.4.14
8502024-08-17T03:19:39.287Z Downloaded topological-sort v0.2.2
8512024-08-17T03:19:39.287Z Downloaded erased-serde v0.3.31
8522024-08-17T03:19:39.289Z Downloaded env_logger v0.10.2
8532024-08-17T03:19:39.292Z Downloaded libgit2-sys v0.17.0+1.8.1
8542024-08-17T03:19:39.352Z Downloaded test-strategy v0.3.1
8552024-08-17T03:19:39.356Z Downloaded zeroize v1.7.0
8562024-08-17T03:19:39.358Z Downloaded strip-ansi-escapes v0.2.0
8572024-08-17T03:19:39.360Z Downloaded serde_repr v0.1.19
8582024-08-17T03:19:39.360Z Downloaded serde_arrays v0.1.0
8592024-08-17T03:19:39.362Z Downloaded crypto-bigint v0.5.5
8602024-08-17T03:19:39.368Z Downloaded smf v0.2.3
8612024-08-17T03:19:39.370Z Downloaded serde_plain v1.0.2
8622024-08-17T03:19:39.372Z Downloaded serde_path_to_error v0.1.16
8632024-08-17T03:19:39.372Z Downloaded hash32 v0.3.1
8642024-08-17T03:19:39.374Z Downloaded wyz v0.5.1
8652024-08-17T03:19:39.374Z Downloaded term v0.7.0
8662024-08-17T03:19:39.378Z Downloaded spin v0.9.8
8672024-08-17T03:19:39.380Z Downloaded itertools v0.13.0
8682024-08-17T03:19:39.387Z Downloaded vte_generate_state_changes v0.1.1
8692024-08-17T03:19:39.389Z Downloaded rpassword v7.3.1
8702024-08-17T03:19:39.389Z Downloaded float-cmp v0.9.0
8712024-08-17T03:19:39.392Z Downloaded resolv-conf v0.7.0
8722024-08-17T03:19:39.394Z Downloaded pkcs8 v0.10.2
8732024-08-17T03:19:39.397Z Downloaded phf_shared v0.11.2
8742024-08-17T03:19:39.397Z Downloaded socket2 v0.4.10
8752024-08-17T03:19:39.401Z Downloaded aes v0.8.4
8762024-08-17T03:19:39.403Z Downloaded ron v0.8.1
8772024-08-17T03:19:39.406Z Downloaded diesel_derives v2.2.2
8782024-08-17T03:19:39.411Z Downloaded termios v0.3.3
8792024-08-17T03:19:39.414Z Downloaded tabwriter v1.4.0
8802024-08-17T03:19:39.416Z Downloaded rcgen v0.12.1
8812024-08-17T03:19:39.418Z Downloaded crossbeam-channel v0.5.12
8822024-08-17T03:19:39.421Z Downloaded scheduled-thread-pool v0.2.7
8832024-08-17T03:19:39.424Z Downloaded same-file v1.0.6
8842024-08-17T03:19:39.428Z Downloaded snafu-derive v0.8.2
8852024-08-17T03:19:39.428Z Downloaded signal-hook-tokio v0.3.1
8862024-08-17T03:19:39.428Z Downloaded signal-hook-registry v1.4.2
8872024-08-17T03:19:39.432Z Downloaded der_derive v0.7.2
8882024-08-17T03:19:39.432Z Downloaded postcard v1.0.8
8892024-08-17T03:19:39.436Z Downloaded miniz_oxide v0.7.2
8902024-08-17T03:19:39.436Z Downloaded num-bigint-dig v0.8.4
8912024-08-17T03:19:39.440Z Downloaded pin-project-internal v1.1.5
8922024-08-17T03:19:39.442Z Downloaded parse-display-derive v0.10.0
8932024-08-17T03:19:39.443Z Downloaded futures-core v0.3.30
8942024-08-17T03:19:39.445Z Downloaded ff v0.13.0
8952024-08-17T03:19:39.445Z Downloaded derive-where v1.2.7
8962024-08-17T03:19:39.448Z Downloaded dsl_auto_type v0.1.2
8972024-08-17T03:19:39.451Z Downloaded untrusted v0.9.0
8982024-08-17T03:19:39.453Z Downloaded untrusted v0.7.1
8992024-08-17T03:19:39.453Z Downloaded unicode-linebreak v0.1.5
9002024-08-17T03:19:39.453Z Downloaded unicase v2.7.0
9012024-08-17T03:19:39.457Z Downloaded tokio-macros v2.4.0
9022024-08-17T03:19:39.457Z Downloaded futures-channel v0.3.30
9032024-08-17T03:19:39.462Z Downloaded const_format v0.2.32
9042024-08-17T03:19:39.464Z Downloaded cc v1.0.97
9052024-08-17T03:19:39.466Z Downloaded tls_codec v0.4.1
9062024-08-17T03:19:39.469Z Downloaded structmeta v0.3.0
9072024-08-17T03:19:39.469Z Downloaded rustfmt-wrapper v0.2.1
9082024-08-17T03:19:39.471Z Downloaded psl-types v2.0.11
9092024-08-17T03:19:39.471Z Downloaded proc-macro-crate v1.3.1
9102024-08-17T03:19:39.473Z Downloaded tokio-rustls v0.24.1
9112024-08-17T03:19:39.476Z Downloaded libm v0.2.8
9122024-08-17T03:19:39.482Z Downloaded itertools v0.10.5
9132024-08-17T03:19:39.488Z Downloaded hostname v0.3.1
9142024-08-17T03:19:39.490Z Downloaded futures-io v0.3.30
9152024-08-17T03:19:39.492Z Downloaded filetime v0.2.24
9162024-08-17T03:19:39.492Z Downloaded embedded-io v0.4.0
9172024-08-17T03:19:39.495Z Downloaded parse-display v0.10.0
9182024-08-17T03:19:39.498Z Downloaded home v0.5.9
9192024-08-17T03:19:39.498Z Downloaded foreign-types-macros v0.2.3
9202024-08-17T03:19:39.498Z Downloaded postgres-types v0.2.7
9212024-08-17T03:19:39.500Z Downloaded ena v0.14.3
9222024-08-17T03:19:39.503Z Downloaded uzers v0.11.3
9232024-08-17T03:19:39.503Z Downloaded console v0.15.8
9242024-08-17T03:19:39.505Z Downloaded tar v0.4.41
9252024-08-17T03:19:39.508Z Downloaded num-complex v0.4.6
9262024-08-17T03:19:39.510Z Downloaded mockall_derive v0.13.0
9272024-08-17T03:19:39.514Z Downloaded allocator-api2 v0.2.18
9282024-08-17T03:19:39.516Z Downloaded smawk v0.3.2
9292024-08-17T03:19:39.518Z Downloaded serde-hex v0.1.0
9302024-08-17T03:19:39.518Z Downloaded rusty-fork v0.3.0
9312024-08-17T03:19:39.520Z Downloaded rustc_version v0.4.0
9322024-08-17T03:19:39.523Z Downloaded rustc_version v0.1.7
9332024-08-17T03:19:39.523Z Downloaded crc-any v2.5.0
9342024-08-17T03:19:39.525Z Downloaded clang-sys v1.7.0
9352024-08-17T03:19:39.527Z Downloaded powerfmt v0.2.0
9362024-08-17T03:19:39.530Z Downloaded owo-colors v4.0.0
9372024-08-17T03:19:39.532Z Downloaded tokio-tungstenite v0.20.1
9382024-08-17T03:19:39.532Z Downloaded tokio-stream v0.1.15
9392024-08-17T03:19:39.536Z Downloaded humantime v2.1.0
9402024-08-17T03:19:39.538Z Downloaded num-rational v0.4.2
9412024-08-17T03:19:39.541Z Downloaded native-tls v0.2.11
9422024-08-17T03:19:39.543Z Downloaded mime_guess v2.0.4
9432024-08-17T03:19:39.543Z Downloaded libefi-sys v0.1.0
9442024-08-17T03:19:39.545Z Downloaded jobserver v0.1.32
9452024-08-17T03:19:39.549Z Downloaded ascii v1.1.0
9462024-08-17T03:19:39.551Z Downloaded ahash v0.8.11
9472024-08-17T03:19:39.551Z Downloaded cookie v0.17.0
9482024-08-17T03:19:39.555Z Downloaded darling v0.20.9
9492024-08-17T03:19:39.558Z Downloaded fragile v2.0.0
9502024-08-17T03:19:39.560Z Downloaded dirs-sys-next v0.1.2
9512024-08-17T03:19:39.563Z Downloaded dirs-next v2.0.0
9522024-08-17T03:19:39.563Z Downloaded difflib v0.4.0
9532024-08-17T03:19:39.563Z Downloaded sqlformat v0.2.4
9542024-08-17T03:19:39.565Z Downloaded cookie_store v0.20.0
9552024-08-17T03:19:39.568Z Downloaded ciborium v0.2.2
9562024-08-17T03:19:39.571Z Downloaded bcs v0.1.6
9572024-08-17T03:19:39.573Z Downloaded backoff v0.4.0
9582024-08-17T03:19:39.576Z Downloaded unicode-truncate v1.0.0
9592024-08-17T03:19:39.576Z Downloaded thiserror-impl-no-std v2.0.2
9602024-08-17T03:19:39.578Z Downloaded thiserror-no-std v2.0.2
9612024-08-17T03:19:39.584Z Downloaded nodrop v0.1.14
9622024-08-17T03:19:39.587Z Downloaded libsw v3.3.1
9632024-08-17T03:19:39.587Z Downloaded bzip2 v0.4.4
9642024-08-17T03:19:39.589Z Downloaded base64ct v1.6.0
9652024-08-17T03:19:39.592Z Downloaded argon2 v0.5.3
9662024-08-17T03:19:39.593Z Downloaded arc-swap v1.7.1
9672024-08-17T03:19:39.595Z Downloaded openssl-probe v0.1.5
9682024-08-17T03:19:39.598Z Downloaded num v0.4.3
9692024-08-17T03:19:39.598Z Downloaded multimap v0.10.0
9702024-08-17T03:19:39.600Z Downloaded memoffset v0.9.1
9712024-08-17T03:19:39.600Z Downloaded md-5 v0.10.6
9722024-08-17T03:19:39.602Z Downloaded managed v0.8.0
9732024-08-17T03:19:39.602Z Downloaded string_cache v0.8.7
9742024-08-17T03:19:39.604Z Downloaded bytes v1.7.1
9752024-08-17T03:19:39.609Z Downloaded base64 v0.22.1
9762024-08-17T03:19:39.612Z Downloaded hyper-staticfile v0.9.5
9772024-08-17T03:19:39.614Z Downloaded async-trait v0.1.81
9782024-08-17T03:19:39.617Z Downloaded ipnetwork v0.20.0
9792024-08-17T03:19:39.619Z Downloaded darling_core v0.20.9
9802024-08-17T03:19:39.624Z Downloaded assert_matches v1.5.0
9812024-08-17T03:19:39.626Z Downloaded slab v0.4.9
9822024-08-17T03:19:39.626Z Downloaded shell-words v1.1.0
9832024-08-17T03:19:39.628Z Downloaded schemars_derive v0.8.21
9842024-08-17T03:19:39.630Z Downloaded openssl-sys v0.9.103
9852024-08-17T03:19:39.634Z Downloaded base64 v0.13.1
9862024-08-17T03:19:39.637Z Downloaded kstat-rs v0.2.4
9872024-08-17T03:19:39.639Z Downloaded indent_write v2.2.0
9882024-08-17T03:19:39.639Z Downloaded inout v0.1.3
9892024-08-17T03:19:39.642Z Downloaded colored v2.1.0
9902024-08-17T03:19:39.644Z Downloaded cookie v0.18.1
9912024-08-17T03:19:39.646Z Downloaded crc32fast v1.4.0
9922024-08-17T03:19:39.648Z Downloaded nanorand v0.7.0
9932024-08-17T03:19:39.650Z Downloaded keccak v0.1.5
9942024-08-17T03:19:39.653Z Downloaded maplit v1.0.2
9952024-08-17T03:19:39.653Z Downloaded lru-cache v0.1.2
9962024-08-17T03:19:39.655Z Downloaded lazy_static v1.5.0
9972024-08-17T03:19:39.655Z Downloaded indoc v1.0.9
9982024-08-17T03:19:39.657Z Downloaded hyper-tls v0.5.0
9992024-08-17T03:19:39.660Z Downloaded crc v3.2.1
10002024-08-17T03:19:39.662Z Downloaded bit-set v0.5.3
10012024-08-17T03:19:39.662Z Downloaded data-encoding v2.6.0
10022024-08-17T03:19:39.664Z Downloaded curve25519-dalek-derive v0.1.1
10032024-08-17T03:19:39.664Z Downloaded linear-map v1.2.0
10042024-08-17T03:19:39.667Z Downloaded const_format_proc_macros v0.2.32
10052024-08-17T03:19:39.669Z Downloaded cobs v0.2.3
10062024-08-17T03:19:39.672Z Downloaded crossbeam-deque v0.8.5
10072024-08-17T03:19:39.672Z Downloaded cexpr v0.6.0
10082024-08-17T03:19:39.674Z Downloaded block-padding v0.3.3
10092024-08-17T03:19:39.674Z Downloaded ascii-canvas v3.0.0
10102024-08-17T03:19:39.676Z Downloaded cbc v0.1.2
10112024-08-17T03:19:39.676Z Downloaded bb8 v0.8.5
10122024-08-17T03:19:39.738Z Downloaded libz-sys v1.1.16
10132024-08-17T03:19:39.815Z Downloaded ring v0.17.8
10142024-08-17T03:19:39.917Z Downloaded libsqlite3-sys v0.28.0
10152024-08-17T03:19:40.075Z Compiling cfg-if v1.0.0
10162024-08-17T03:19:40.075Z Compiling serde v1.0.207
10172024-08-17T03:19:40.077Z Compiling lock_api v0.4.12
10182024-08-17T03:19:40.077Z Compiling scopeguard v1.2.0
10192024-08-17T03:19:40.077Z Compiling typenum v1.17.0
10202024-08-17T03:19:40.077Z Compiling generic-array v0.14.7
10212024-08-17T03:19:40.228Z Compiling syn v2.0.74
10222024-08-17T03:19:40.266Z Compiling log v0.4.21
10232024-08-17T03:19:40.310Z Compiling getrandom v0.2.14
10242024-08-17T03:19:40.381Z Compiling jobserver v0.1.32
10252024-08-17T03:19:40.659Z Compiling rand_core v0.6.4
10262024-08-17T03:19:40.765Z Compiling cc v1.0.97
10272024-08-17T03:19:40.778Z Compiling subtle v2.5.0
10282024-08-17T03:19:41.069Z Compiling const-oid v0.9.6
10292024-08-17T03:19:41.088Z Compiling pin-project-lite v0.2.14
10302024-08-17T03:19:41.178Z Compiling smallvec v1.13.2
10312024-08-17T03:19:41.202Z Compiling parking_lot_core v0.9.10
10322024-08-17T03:19:41.252Z Compiling spin v0.9.8
10332024-08-17T03:19:41.278Z Compiling signal-hook-registry v1.4.2
10342024-08-17T03:19:41.565Z Compiling mio v1.0.2
10352024-08-17T03:19:41.652Z Compiling ahash v0.8.11
10362024-08-17T03:19:42.001Z Compiling tinyvec_macros v0.1.1
10372024-08-17T03:19:42.079Z Compiling parking_lot v0.12.2
10382024-08-17T03:19:42.096Z Compiling tinyvec v1.6.0
10392024-08-17T03:19:42.519Z Compiling socket2 v0.5.7
10402024-08-17T03:19:42.878Z Compiling serde_json v1.0.125
10412024-08-17T03:19:42.896Z Compiling libm v0.2.8
10422024-08-17T03:19:43.035Z Compiling futures-core v0.3.30
10432024-08-17T03:19:43.187Z Compiling cpufeatures v0.2.12
10442024-08-17T03:19:43.272Z Compiling num-traits v0.2.19
10452024-08-17T03:19:43.289Z Compiling slab v0.4.9
10462024-08-17T03:19:43.289Z Compiling futures-sink v0.3.30
10472024-08-17T03:19:43.320Z Compiling allocator-api2 v0.2.18
10482024-08-17T03:19:43.443Z Compiling unicode-bidi v0.3.15
10492024-08-17T03:19:43.645Z Compiling unicode-normalization v0.1.23
10502024-08-17T03:19:43.837Z Compiling futures-channel v0.3.30
10512024-08-17T03:19:44.186Z Compiling pin-utils v0.1.0
10522024-08-17T03:19:44.204Z Compiling vcpkg v0.2.15
10532024-08-17T03:19:44.275Z Compiling futures-io v0.3.30
10542024-08-17T03:19:44.293Z Compiling pkg-config v0.3.30
10552024-08-17T03:19:44.791Z Compiling futures-task v0.3.30
10562024-08-17T03:19:44.951Z Compiling ring v0.17.8
10572024-08-17T03:19:44.979Z Compiling base64ct v1.6.0
10582024-08-17T03:19:45.017Z Compiling flagset v0.4.5
10592024-08-17T03:19:45.094Z Compiling percent-encoding v2.3.1
10602024-08-17T03:19:45.230Z Compiling ppv-lite86 v0.2.17
10612024-08-17T03:19:45.478Z Compiling pem-rfc7468 v0.7.0
10622024-08-17T03:19:45.583Z Compiling tracing-core v0.1.32
10632024-08-17T03:19:45.854Z Compiling untrusted v0.9.0
10642024-08-17T03:19:46.013Z Compiling rand_chacha v0.3.1
10652024-08-17T03:19:46.030Z Compiling rustix v0.38.34
10662024-08-17T03:19:46.190Z Compiling powerfmt v0.2.0
10672024-08-17T03:19:46.381Z Compiling openssl-sys v0.9.103
10682024-08-17T03:19:46.560Z Compiling rand v0.8.5
10692024-08-17T03:19:46.699Z Compiling httparse v1.8.0
10702024-08-17T03:19:46.913Z Compiling time-core v0.1.2
10712024-08-17T03:19:46.944Z Compiling num-conv v0.1.0
10722024-08-17T03:19:47.091Z Compiling openssl v0.10.66
10732024-08-17T03:19:47.151Z Compiling foreign-types-shared v0.1.1
10742024-08-17T03:19:47.248Z Compiling rustversion v1.0.17
10752024-08-17T03:19:47.273Z Compiling time-macros v0.2.18
10762024-08-17T03:19:47.520Z Compiling foreign-types v0.3.2
10772024-08-17T03:19:47.666Z Compiling deranged v0.3.11
10782024-08-17T03:19:48.040Z Compiling form_urlencoded v1.2.1
10792024-08-17T03:19:48.313Z Compiling lazy_static v1.5.0
10802024-08-17T03:19:48.339Z Compiling crossbeam-utils v0.8.19
10812024-08-17T03:19:48.433Z Compiling native-tls v0.2.11
10822024-08-17T03:19:48.553Z Compiling syn v1.0.109
10832024-08-17T03:19:48.769Z Compiling try-lock v0.2.5
10842024-08-17T03:19:48.870Z Compiling rustls v0.21.12
10852024-08-17T03:19:48.904Z Compiling siphasher v0.3.11
10862024-08-17T03:19:48.934Z Compiling num_threads v0.1.7
10872024-08-17T03:19:49.083Z Compiling want v0.3.1
10882024-08-17T03:19:49.272Z Compiling idna v0.5.0
10892024-08-17T03:19:49.344Z Compiling aho-corasick v1.1.3
10902024-08-17T03:19:49.513Z Compiling cookie v0.17.0
10912024-08-17T03:19:49.805Z Compiling tower-service v0.3.2
10922024-08-17T03:19:49.851Z Compiling slog v2.7.0
10932024-08-17T03:19:49.920Z Compiling iana-time-zone v0.1.60
10942024-08-17T03:19:50.368Z Compiling adler v1.0.2
10952024-08-17T03:19:50.386Z Compiling finl_unicode v1.2.0
10962024-08-17T03:19:50.451Z Compiling time v0.3.36
10972024-08-17T03:19:50.520Z Compiling httpdate v1.0.3
10982024-08-17T03:19:50.576Z Compiling openssl-probe v0.1.5
10992024-08-17T03:19:50.761Z Compiling regex-syntax v0.8.4
11002024-08-17T03:19:50.911Z Compiling stringprep v0.1.4
11012024-08-17T03:19:50.911Z Compiling miniz_oxide v0.7.2
11022024-08-17T03:19:50.997Z Compiling url v2.5.2
11032024-08-17T03:19:52.913Z Compiling num-integer v0.1.46
11042024-08-17T03:19:53.661Z Compiling backtrace v0.3.71
11052024-08-17T03:19:53.681Z Compiling idna v0.3.0
11062024-08-17T03:19:54.139Z Compiling sct v0.7.1
11072024-08-17T03:19:54.426Z Compiling serde_derive v1.0.207
11082024-08-17T03:19:54.455Z Compiling zeroize_derive v1.4.2
11092024-08-17T03:19:54.732Z Compiling zerocopy-derive v0.7.34
11102024-08-17T03:19:55.284Z Compiling tokio-macros v2.4.0
11112024-08-17T03:19:55.499Z Compiling thiserror-impl v1.0.63
11122024-08-17T03:19:55.602Z Compiling futures-macro v0.3.30
11132024-08-17T03:19:56.035Z Compiling zeroize v1.7.0
11142024-08-17T03:19:56.969Z Compiling der_derive v0.7.2
11152024-08-17T03:19:56.990Z Compiling zerocopy v0.7.34
11162024-08-17T03:19:57.163Z Compiling scroll_derive v0.12.0
11172024-08-17T03:19:57.625Z Compiling futures-util v0.3.30
11182024-08-17T03:19:57.889Z Compiling crypto-common v0.1.6
11192024-08-17T03:19:58.123Z Compiling block-buffer v0.10.4
11202024-08-17T03:19:58.386Z Compiling digest v0.10.7
11212024-08-17T03:19:58.665Z Compiling block-padding v0.3.3
11222024-08-17T03:19:58.818Z Compiling hmac v0.12.1
11232024-08-17T03:19:58.838Z Compiling thiserror v1.0.63
11242024-08-17T03:19:58.909Z Compiling inout v0.1.3
11252024-08-17T03:19:58.975Z Compiling sha2 v0.10.8
11262024-08-17T03:19:59.046Z Compiling pest v2.7.10
11272024-08-17T03:19:59.138Z Compiling hashbrown v0.14.5
11282024-08-17T03:19:59.173Z Compiling cipher v0.4.4
11292024-08-17T03:19:59.495Z Compiling der v0.7.9
11302024-08-17T03:19:59.712Z Compiling salsa20 v0.10.2
11312024-08-17T03:19:59.926Z Compiling pbkdf2 v0.12.2
11322024-08-17T03:20:00.099Z Compiling tracing-attributes v0.1.27
11332024-08-17T03:20:00.513Z Compiling scrypt v0.11.0
11342024-08-17T03:20:01.106Z Compiling cbc v0.1.2
11352024-08-17T03:20:01.342Z Compiling aes v0.8.4
11362024-08-17T03:20:02.013Z Compiling pest_meta v2.7.10
11372024-08-17T03:20:02.581Z Compiling spki v0.7.3
11382024-08-17T03:20:02.741Z Compiling scroll v0.12.0
11392024-08-17T03:20:02.958Z Compiling pkcs5 v0.7.1
11402024-08-17T03:20:03.309Z Compiling pest_generator v2.7.10
11412024-08-17T03:20:03.735Z Compiling goblin v0.8.2
11422024-08-17T03:20:03.942Z Compiling tracing v0.1.40
11432024-08-17T03:20:04.099Z Compiling openssl-macros v0.1.1
11442024-08-17T03:20:04.147Z Compiling pkcs8 v0.10.2
11452024-08-17T03:20:04.744Z Compiling rustls-webpki v0.101.7
11462024-08-17T03:20:04.827Z Compiling md-5 v0.10.6
11472024-08-17T03:20:04.870Z Compiling regex-automata v0.4.6
11482024-08-17T03:20:05.087Z Compiling hash32 v0.2.1
11492024-08-17T03:20:05.457Z Compiling signal-hook v0.3.17
11502024-08-17T03:20:05.725Z Compiling fallible-iterator v0.2.0
11512024-08-17T03:20:06.049Z Compiling psl-types v2.0.11
11522024-08-17T03:20:06.247Z Compiling base64 v0.22.1
11532024-08-17T03:20:06.399Z Compiling num-bigint-dig v0.8.4
11542024-08-17T03:20:06.417Z Compiling crc32fast v1.4.0
11552024-08-17T03:20:06.705Z Compiling stable_deref_trait v1.2.0
11562024-08-17T03:20:06.805Z Compiling smoltcp v0.9.1
11572024-08-17T03:20:06.935Z Compiling cfg_aliases v0.1.1
11582024-08-17T03:20:06.993Z Compiling gimli v0.28.1
11592024-08-17T03:20:07.035Z Compiling nix v0.28.0
11602024-08-17T03:20:07.054Z Compiling pest_derive v2.7.10
11612024-08-17T03:20:07.693Z Compiling publicsuffix v2.2.3
11622024-08-17T03:20:07.876Z Compiling hubpack_derive v0.1.1
11632024-08-17T03:20:07.908Z Compiling dtrace-parser v0.2.0
11642024-08-17T03:20:07.953Z Compiling async-trait v0.1.81
11652024-08-17T03:20:08.799Z Compiling bytes v1.7.1
11662024-08-17T03:20:08.967Z Compiling bitflags v2.6.0
11672024-08-17T03:20:10.015Z Compiling tokio v1.39.2
11682024-08-17T03:20:10.050Z Compiling indexmap v2.4.0
11692024-08-17T03:20:10.773Z Compiling http v0.2.12
11702024-08-17T03:20:11.443Z Compiling semver v1.0.23
11712024-08-17T03:20:11.905Z Compiling rustc_version v0.4.0
11722024-08-17T03:20:12.419Z Compiling http-body v0.4.6
11732024-08-17T03:20:12.737Z Compiling heapless v0.7.17
11742024-08-17T03:20:12.891Z Compiling dof v0.3.0
11752024-08-17T03:20:13.282Z Compiling uuid v1.10.0
11762024-08-17T03:20:14.081Z Compiling usdt-impl v0.5.0
11772024-08-17T03:20:14.231Z Compiling chrono v0.4.38
11782024-08-17T03:20:14.708Z Compiling toml_datetime v0.6.8
11792024-08-17T03:20:15.054Z Compiling serde_spanned v0.6.7
11802024-08-17T03:20:15.205Z Compiling serde_tokenstream v0.2.2
11812024-08-17T03:20:15.224Z Compiling terminal_size v0.3.0
11822024-08-17T03:20:15.419Z Compiling addr2line v0.21.0
11832024-08-17T03:20:15.628Z Compiling postgres-protocol v0.6.7
11842024-08-17T03:20:15.803Z Compiling zerocopy-derive v0.6.6
11852024-08-17T03:20:16.101Z Compiling num-iter v0.1.45
11862024-08-17T03:20:17.008Z Compiling phf_shared v0.11.2
11872024-08-17T03:20:17.322Z Compiling serde_derive_internals v0.29.1
11882024-08-17T03:20:17.325Z Compiling ff v0.13.0
11892024-08-17T03:20:17.420Z Compiling object v0.32.2
11902024-08-17T03:20:17.558Z Compiling fs-err v2.11.0
11912024-08-17T03:20:17.622Z Compiling anyhow v1.0.86
11922024-08-17T03:20:17.844Z Compiling winnow v0.5.40
11932024-08-17T03:20:17.946Z Compiling schemars v0.8.21
11942024-08-17T03:20:17.987Z Compiling managed v0.8.0
11952024-08-17T03:20:18.247Z Compiling tokio-util v0.7.11
11962024-08-17T03:20:18.301Z Compiling tokio-rustls v0.24.1
11972024-08-17T03:20:18.375Z Compiling either v1.13.0
11982024-08-17T03:20:18.692Z Compiling rustc-demangle v0.1.24
11992024-08-17T03:20:18.783Z Compiling base16ct v0.2.0
12002024-08-17T03:20:19.117Z Compiling ipnet v2.9.0
12012024-08-17T03:20:19.613Z Compiling h2 v0.3.26
12022024-08-17T03:20:20.050Z Compiling tokio-native-tls v0.3.1
12032024-08-17T03:20:20.299Z Compiling base64 v0.21.7
12042024-08-17T03:20:20.323Z Compiling regex-automata v0.1.10
12052024-08-17T03:20:20.326Z Compiling bitflags v1.3.2
12062024-08-17T03:20:20.806Z Compiling rustls-pemfile v1.0.4
12072024-08-17T03:20:21.022Z Compiling bstr v0.2.17
12082024-08-17T03:20:21.260Z Compiling toml_edit v0.19.15
12092024-08-17T03:20:21.558Z Compiling clap_builder v4.5.15
12102024-08-17T03:20:21.827Z Compiling schemars_derive v0.8.21
12112024-08-17T03:20:22.519Z Compiling sec1 v0.7.3
12122024-08-17T03:20:22.794Z Compiling zerocopy v0.6.6
12132024-08-17T03:20:23.211Z Compiling group v0.13.0
12142024-08-17T03:20:23.534Z Compiling phf v0.11.2
12152024-08-17T03:20:23.609Z Compiling cookie_store v0.20.0
12162024-08-17T03:20:23.820Z Compiling postgres-types v0.2.7
12172024-08-17T03:20:25.129Z Compiling usdt-macro v0.5.0
12182024-08-17T03:20:25.231Z Compiling usdt-attr-macro v0.5.0
12192024-08-17T03:20:25.322Z Compiling regex v1.10.6
12202024-08-17T03:20:26.400Z Compiling hyper v0.14.30
12212024-08-17T03:20:26.588Z Compiling hubpack v0.1.2
12222024-08-17T03:20:26.855Z Compiling serde_urlencoded v0.7.1
12232024-08-17T03:20:27.749Z Compiling pkcs1 v0.7.5
12242024-08-17T03:20:28.069Z Compiling futures-executor v0.3.30
12252024-08-17T03:20:28.119Z Compiling hkdf v0.12.4
12262024-08-17T03:20:28.378Z Compiling signature v2.2.0
12272024-08-17T03:20:28.609Z Compiling crypto-bigint v0.5.5
12282024-08-17T03:20:28.673Z Compiling enum-as-inner v0.6.0
12292024-08-17T03:20:28.760Z Compiling serde_repr v0.1.19
12302024-08-17T03:20:29.124Z Compiling strum_macros v0.25.3
12312024-08-17T03:20:29.762Z Compiling clap_derive v4.5.13
12322024-08-17T03:20:29.961Z Compiling phf_shared v0.10.0
12332024-08-17T03:20:30.003Z Compiling float-cmp v0.9.0
12342024-08-17T03:20:30.227Z Compiling idna v0.4.0
12352024-08-17T03:20:30.361Z Compiling mio v0.8.11
12362024-08-17T03:20:30.687Z Compiling encoding_rs v0.8.34
12372024-08-17T03:20:31.577Z Compiling whoami v1.5.1
12382024-08-17T03:20:31.802Z Compiling webpki-roots v0.25.4
12392024-08-17T03:20:31.970Z Compiling sync_wrapper v0.1.2
12402024-08-17T03:20:32.112Z Compiling unicode-segmentation v1.11.0
12412024-08-17T03:20:32.250Z Compiling precomputed-hash v0.1.1
12422024-08-17T03:20:32.381Z Compiling fixedbitset v0.4.2
12432024-08-17T03:20:32.840Z Compiling mime v0.3.17
12442024-08-17T03:20:32.982Z Compiling bit-vec v0.6.3
12452024-08-17T03:20:33.218Z Compiling hyper-tls v0.5.0
12462024-08-17T03:20:33.429Z Compiling hyper-rustls v0.24.2
12472024-08-17T03:20:33.447Z Compiling new_debug_unreachable v1.0.6
12482024-08-17T03:20:33.536Z Compiling static_assertions v1.1.0
12492024-08-17T03:20:33.555Z Compiling minimal-lexical v0.2.1
12502024-08-17T03:20:33.637Z Compiling data-encoding v2.6.0
12512024-08-17T03:20:33.762Z Compiling predicates-core v1.0.6
12522024-08-17T03:20:34.077Z Compiling difflib v0.4.0
12532024-08-17T03:20:34.117Z Compiling normalize-line-endings v0.3.0
12542024-08-17T03:20:34.246Z Compiling dyn-clone v1.0.17
12552024-08-17T03:20:34.461Z Compiling predicates v3.1.2
12562024-08-17T03:20:34.707Z Compiling clap v4.5.16
12572024-08-17T03:20:34.827Z Compiling hickory-proto v0.24.1
12582024-08-17T03:20:35.152Z Compiling nom v7.1.3
12592024-08-17T03:20:35.648Z Compiling reqwest v0.11.27
12602024-08-17T03:20:35.971Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12612024-08-17T03:20:36.063Z Compiling string_cache v0.8.7
12622024-08-17T03:20:36.176Z Compiling bit-set v0.5.3
12632024-08-17T03:20:36.467Z Compiling similar v2.5.0
12642024-08-17T03:20:36.525Z Compiling petgraph v0.6.5
12652024-08-17T03:20:38.380Z Compiling tokio-postgres v0.7.11
12662024-08-17T03:20:38.821Z Compiling console v0.15.8
12672024-08-17T03:20:39.062Z Compiling toml_edit v0.22.20
12682024-08-17T03:20:39.617Z Compiling usdt v0.5.0
12692024-08-17T03:20:40.102Z Compiling elliptic-curve v0.13.8
12702024-08-17T03:20:40.325Z Compiling signal-hook-mio v0.2.4
12712024-08-17T03:20:40.510Z Compiling rsa v0.9.6
12722024-08-17T03:20:40.579Z Compiling futures v0.3.30
12732024-08-17T03:20:40.701Z Compiling flate2 v1.0.31
12742024-08-17T03:20:42.362Z Compiling toml v0.7.8
12752024-08-17T03:20:43.390Z Compiling itertools v0.10.5
12762024-08-17T03:20:44.034Z Compiling itertools v0.12.1
12772024-08-17T03:20:44.053Z Compiling tokio-stream v0.1.15
12782024-08-17T03:20:44.883Z Compiling openapiv3 v2.0.0
12792024-08-17T03:20:45.012Z Compiling bstr v1.9.1
12802024-08-17T03:20:45.035Z Compiling hex v0.4.3
12812024-08-17T03:20:45.629Z Compiling sha1 v0.10.6
12822024-08-17T03:20:46.054Z Compiling crossbeam-epoch v0.9.18
12832024-08-17T03:20:46.237Z Compiling dirs-sys-next v0.1.2
12842024-08-17T03:20:46.770Z Compiling lalrpop-util v0.19.12
12852024-08-17T03:20:46.801Z Compiling unicode-xid v0.2.4
12862024-08-17T03:20:46.890Z Compiling peg-runtime v0.8.3
12872024-08-17T03:20:46.968Z Compiling dirs-next v2.0.0
12882024-08-17T03:20:47.119Z Compiling thread_local v1.1.8
12892024-08-17T03:20:47.173Z Compiling slog-async v2.8.0
12902024-08-17T03:20:47.183Z Compiling term v0.7.0
12912024-08-17T03:20:47.285Z Compiling xattr v1.3.1
12922024-08-17T03:20:47.575Z Compiling strum_macros v0.26.4
12932024-08-17T03:20:47.579Z Compiling crossbeam-channel v0.5.12
12942024-08-17T03:20:47.687Z Compiling filetime v0.2.24
12952024-08-17T03:20:47.782Z Compiling is-terminal v0.4.12
12962024-08-17T03:20:47.908Z Compiling take_mut v0.2.2
12972024-08-17T03:20:47.986Z Compiling slog-term v2.9.1
12982024-08-17T03:20:48.056Z Compiling tar v0.4.41
12992024-08-17T03:20:48.740Z Compiling camino v1.1.8
13002024-08-17T03:20:49.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13012024-08-17T03:20:50.621Z Compiling strum v0.26.3
13022024-08-17T03:20:50.699Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13032024-08-17T03:20:55.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
13042024-08-17T03:20:56.098Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13052024-08-17T03:20:56.144ZAug 17 03:20:54.502 INFO Starting download, target: Clickhouse
13062024-08-17T03:20:56.144ZAug 17 03:20:54.502 INFO Starting download, target: Cockroach
13072024-08-17T03:20:56.144ZAug 17 03:20:54.502 INFO Starting download, target: Console
13082024-08-17T03:20:56.147ZAug 17 03:20:54.502 INFO Starting download, target: DendriteOpenapi
13092024-08-17T03:20:56.147ZAug 17 03:20:54.502 INFO Starting download, target: DendriteStub
13102024-08-17T03:20:56.147ZAug 17 03:20:54.502 INFO Starting download, target: MaghemiteMgd
13112024-08-17T03:20:56.147ZAug 17 03:20:54.502 INFO Starting download, target: TransceiverControl
13122024-08-17T03:20:56.147ZAug 17 03:20:54.503 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13132024-08-17T03:20:56.147ZAug 17 03:20:54.503 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13142024-08-17T03:20:56.147ZAug 17 03:20:54.503 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13152024-08-17T03:20:56.147ZAug 17 03:20:54.503 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13162024-08-17T03:20:56.148ZAug 17 03:20:54.503 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13172024-08-17T03:20:56.148ZAug 17 03:20:54.503 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13182024-08-17T03:20:56.148ZAug 17 03:20:54.503 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13192024-08-17T03:20:56.266ZAug 17 03:20:54.618 INFO Download complete, target: DendriteOpenapi
13202024-08-17T03:20:56.413ZAug 17 03:20:54.770 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13212024-08-17T03:20:56.737ZAug 17 03:20:55.091 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13222024-08-17T03:20:56.780ZAug 17 03:20:55.136 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13232024-08-17T03:20:56.878ZAug 17 03:20:55.235 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13242024-08-17T03:20:57.166ZAug 17 03:20:55.524 INFO Download complete, target: Console
13252024-08-17T03:20:57.248ZAug 17 03:20:55.605 INFO Download complete, target: TransceiverControl
13262024-08-17T03:20:58.239ZAug 17 03:20:56.594 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13272024-08-17T03:20:58.259ZAug 17 03:20:56.617 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13282024-08-17T03:20:58.259ZAug 17 03:20:56.617 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13292024-08-17T03:20:59.912ZAug 17 03:20:58.269 INFO Download complete, target: DendriteStub
13302024-08-17T03:21:00.211ZAug 17 03:20:58.568 INFO Download complete, target: MaghemiteMgd
13312024-08-17T03:21:06.233ZAug 17 03:21:04.589 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13322024-08-17T03:21:06.562ZAug 17 03:21:04.918 INFO Checking that binary works, target: Cockroach
13332024-08-17T03:21:06.720ZAug 17 03:21:05.075 INFO Download complete, target: Cockroach
13342024-08-17T03:21:11.657ZAug 17 03:21:10.012 INFO Checking that binary works, target: Clickhouse
13352024-08-17T03:21:11.810ZAug 17 03:21:10.165 INFO Download complete, target: Clickhouse
13362024-08-17T03:21:11.817ZAll prerequisites installed successfully
13372024-08-17T03:21:11.819Z
13382024-08-17T03:21:11.819Zreal 3:28.872026847
13392024-08-17T03:21:11.819Zuser 11:12.583185698
13402024-08-17T03:21:11.819Zsys 2:23.524521364
13412024-08-17T03:21:11.819Ztrap 0.444643193
13422024-08-17T03:21:11.819Ztflt 0.827950016
13432024-08-17T03:21:11.819Zdflt 1.581333560
13442024-08-17T03:21:11.819Zkflt 0.020286673
13452024-08-17T03:21:11.819Zlock 22:08.608492214
13462024-08-17T03:21:11.819Zslp 43:00.004171875
13472024-08-17T03:21:11.819Zlat 41.217840139
13482024-08-17T03:21:11.819Zstop 1:45.475715748
13492024-08-17T03:21:11.820Z+ source ./tools/include/force-git-over-https.sh
13502024-08-17T03:21:11.820Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13512024-08-17T03:21:11.820Z++ (( i = 0 ))
13522024-08-17T03:21:11.820Z++ (( i < 5 ))
13532024-08-17T03:21:11.820Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13542024-08-17T03:21:11.822Z++ (( i++ ))
13552024-08-17T03:21:11.822Z++ (( i < 5 ))
13562024-08-17T03:21:11.822Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13572024-08-17T03:21:11.825Z++ (( i++ ))
13582024-08-17T03:21:11.825Z++ (( i < 5 ))
13592024-08-17T03:21:11.825Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13602024-08-17T03:21:11.828Z++ (( i++ ))
13612024-08-17T03:21:11.828Z++ (( i < 5 ))
13622024-08-17T03:21:11.831Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13632024-08-17T03:21:11.833Z++ (( i++ ))
13642024-08-17T03:21:11.833Z++ (( i < 5 ))
13652024-08-17T03:21:11.833Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13662024-08-17T03:21:11.836Z++ (( i++ ))
13672024-08-17T03:21:11.836Z++ (( i < 5 ))
13682024-08-17T03:21:11.836Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13692024-08-17T03:21:11.836Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13702024-08-17T03:21:11.836Z+ rc=0
13712024-08-17T03:21:11.836Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13722024-08-17T03:21:43.974Z+ case $rc in
13732024-08-17T03:21:43.974Z+ pfexec zfs create -p rpool/images/build/host
13742024-08-17T03:21:44.183Z+ pfexec zfs create -p rpool/images/build/recovery
13752024-08-17T03:21:44.262Z+ cargo xtask releng --output-dir /work
13762024-08-17T03:21:44.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13772024-08-17T03:21:44.826Z Running `target/debug/xtask releng --output-dir /work`
13782024-08-17T03:21:45.694Z Compiling proc-macro2 v1.0.86
13792024-08-17T03:21:45.694Z Compiling unicode-ident v1.0.12
13802024-08-17T03:21:45.694Z Compiling libc v0.2.155
13812024-08-17T03:21:45.696Z Compiling serde v1.0.207
13822024-08-17T03:21:45.696Z Compiling version_check v0.9.5
13832024-08-17T03:21:45.696Z Compiling autocfg v1.3.0
13842024-08-17T03:21:45.697Z Compiling cfg-if v1.0.0
13852024-08-17T03:21:45.697Z Compiling once_cell v1.19.0
13862024-08-17T03:21:46.057Z Compiling typenum v1.17.0
13872024-08-17T03:21:46.106Z Compiling memchr v2.7.2
13882024-08-17T03:21:46.588Z Compiling lock_api v0.4.12
13892024-08-17T03:21:46.588Z Compiling generic-array v0.14.7
13902024-08-17T03:21:46.921Z Compiling ahash v0.8.11
13912024-08-17T03:21:46.970Z Compiling serde_json v1.0.125
13922024-08-17T03:21:46.992Z Compiling libm v0.2.8
13932024-08-17T03:21:47.268Z Compiling num-traits v0.2.19
13942024-08-17T03:21:47.303Z Compiling quote v1.0.36
13952024-08-17T03:21:47.345Z Compiling parking_lot_core v0.9.10
13962024-08-17T03:21:47.567Z Compiling byteorder v1.5.0
13972024-08-17T03:21:47.769Z Compiling syn v2.0.74
13982024-08-17T03:21:47.886Z Compiling getrandom v0.2.14
13992024-08-17T03:21:47.974Z Compiling jobserver v0.1.32
14002024-08-17T03:21:48.125Z Compiling scopeguard v1.2.0
14012024-08-17T03:21:48.175Z Compiling log v0.4.21
14022024-08-17T03:21:48.377Z Compiling cc v1.0.97
14032024-08-17T03:21:48.409Z Compiling thiserror v1.0.63
14042024-08-17T03:21:48.568Z Compiling itoa v1.0.11
14052024-08-17T03:21:48.822Z Compiling slab v0.4.9
14062024-08-17T03:21:48.840Z Compiling rand_core v0.6.4
14072024-08-17T03:21:48.999Z Compiling pkg-config v0.3.30
14082024-08-17T03:21:49.379Z Compiling semver v1.0.23
14092024-08-17T03:21:49.720Z Compiling ryu v1.0.18
14102024-08-17T03:21:49.861Z Compiling smallvec v1.13.2
14112024-08-17T03:21:49.918Z Compiling pin-project-lite v0.2.14
14122024-08-17T03:21:50.036Z Compiling vcpkg v0.2.15
14132024-08-17T03:21:50.116Z Compiling spin v0.9.8
14142024-08-17T03:21:50.444Z Compiling allocator-api2 v0.2.18
14152024-08-17T03:21:50.787Z Compiling subtle v2.5.0
14162024-08-17T03:21:51.277Z Compiling const-oid v0.9.6
14172024-08-17T03:21:51.445Z Compiling signal-hook-registry v1.4.2
14182024-08-17T03:21:51.768Z Compiling ring v0.17.8
14192024-08-17T03:21:51.787Z Compiling openssl-sys v0.9.103
14202024-08-17T03:21:52.843Z Compiling httparse v1.8.0
14212024-08-17T03:21:52.868Z Compiling heck v0.5.0
14222024-08-17T03:21:53.299Z Compiling rustix v0.38.34
14232024-08-17T03:21:53.327Z Compiling schemars v0.8.21
14242024-08-17T03:21:53.727Z Compiling parking_lot v0.12.2
14252024-08-17T03:21:53.745Z Compiling mio v1.0.2
14262024-08-17T03:21:53.830Z Compiling num-conv v0.1.0
14272024-08-17T03:21:53.971Z Compiling time-core v0.1.2
14282024-08-17T03:21:54.135Z Compiling futures-core v0.3.30
14292024-08-17T03:21:54.251Z Compiling time-macros v0.2.18
14302024-08-17T03:21:54.406Z Compiling socket2 v0.5.7
14312024-08-17T03:21:54.622Z Compiling openssl v0.10.66
14322024-08-17T03:21:55.060Z Compiling fnv v1.0.7
14332024-08-17T03:21:55.084Z Compiling equivalent v1.0.1
14342024-08-17T03:21:55.206Z Compiling serde_derive_internals v0.29.1
14352024-08-17T03:21:55.628Z Compiling rustls v0.21.12
14362024-08-17T03:21:55.713Z Compiling native-tls v0.2.11
14372024-08-17T03:21:55.731Z Compiling tinyvec_macros v0.1.1
14382024-08-17T03:21:55.827Z Compiling tinyvec v1.6.0
14392024-08-17T03:21:56.155Z Compiling crossbeam-utils v0.8.19
14402024-08-17T03:21:56.706Z Compiling futures-sink v0.3.30
14412024-08-17T03:21:57.119Z Compiling cookie v0.17.0
14422024-08-17T03:21:57.185Z Compiling cpufeatures v0.2.12
14432024-08-17T03:21:57.377Z Compiling iana-time-zone v0.1.60
14442024-08-17T03:21:57.501Z Compiling unicode-normalization v0.1.23
14452024-08-17T03:21:57.558Z Compiling ucd-trie v0.1.6
14462024-08-17T03:21:57.771Z Compiling futures-channel v0.3.30
14472024-08-17T03:21:57.948Z Compiling syn v1.0.109
14482024-08-17T03:21:58.079Z Compiling unicode-bidi v0.3.15
14492024-08-17T03:21:58.191Z Compiling futures-io v0.3.30
14502024-08-17T03:21:58.418Z Compiling slog v2.7.0
14512024-08-17T03:21:58.540Z Compiling pin-utils v0.1.0
14522024-08-17T03:21:58.674Z Compiling futures-task v0.3.30
14532024-08-17T03:21:59.125Z Compiling untrusted v0.9.0
14542024-08-17T03:21:59.551Z Compiling aho-corasick v1.1.3
14552024-08-17T03:21:59.588Z Compiling regex-syntax v0.8.4
14562024-08-17T03:21:59.856Z Compiling crc32fast v1.4.0
14572024-08-17T03:22:00.288Z Compiling dyn-clone v1.0.17
14582024-08-17T03:22:00.606Z Compiling usdt-impl v0.5.0
14592024-08-17T03:22:00.722Z Compiling serde_derive v1.0.207
14602024-08-17T03:22:00.782Z Compiling zeroize_derive v1.4.2
14612024-08-17T03:22:01.147Z Compiling zerocopy-derive v0.7.34
14622024-08-17T03:22:01.641Z Compiling tokio-macros v2.4.0
14632024-08-17T03:22:02.245Z Compiling thiserror-impl v1.0.63
14642024-08-17T03:22:03.130Z Compiling zeroize v1.7.0
14652024-08-17T03:22:03.172Z Compiling zerocopy v0.7.34
14662024-08-17T03:22:04.069Z Compiling futures-macro v0.3.30
14672024-08-17T03:22:05.705Z Compiling crypto-common v0.1.6
14682024-08-17T03:22:05.961Z Compiling tracing-attributes v0.1.27
14692024-08-17T03:22:06.056Z Compiling der_derive v0.7.2
14702024-08-17T03:22:06.232Z Compiling hashbrown v0.14.5
14712024-08-17T03:22:06.753Z Compiling block-buffer v0.10.4
14722024-08-17T03:22:07.098Z Compiling digest v0.10.7
14732024-08-17T03:22:07.545Z Compiling schemars_derive v0.8.21
14742024-08-17T03:22:08.449Z Compiling openssl-macros v0.1.1
14752024-08-17T03:22:09.169Z Compiling scroll_derive v0.12.0
14762024-08-17T03:22:09.301Z Compiling hmac v0.12.1
14772024-08-17T03:22:09.510Z Compiling pest v2.7.10
14782024-08-17T03:22:09.542Z Compiling block-padding v0.3.3
14792024-08-17T03:22:09.806Z Compiling inout v0.1.3
14802024-08-17T03:22:09.912Z Compiling futures-util v0.3.30
14812024-08-17T03:22:10.360Z Compiling cipher v0.4.4
14822024-08-17T03:22:10.701Z Compiling sha2 v0.10.8
14832024-08-17T03:22:11.580Z Compiling regex-automata v0.4.6
14842024-08-17T03:22:12.708Z Compiling pest_meta v2.7.10
14852024-08-17T03:22:12.740Z Compiling heck v0.4.1
14862024-08-17T03:22:13.283Z Compiling powerfmt v0.2.0
14872024-08-17T03:22:13.834Z Compiling percent-encoding v2.3.1
14882024-08-17T03:22:14.502Z Compiling pest_generator v2.7.10
14892024-08-17T03:22:15.229Z Compiling bytes v1.7.1
14902024-08-17T03:22:17.125Z Compiling bitflags v2.6.0
14912024-08-17T03:22:17.532Z Compiling tokio v1.39.2
14922024-08-17T03:22:17.891Z Compiling indexmap v2.4.0
14932024-08-17T03:22:18.228Z Compiling serde_tokenstream v0.2.2
14942024-08-17T03:22:18.802Z Compiling uuid v1.10.0
14952024-08-17T03:22:19.613Z Compiling chrono v0.4.38
14962024-08-17T03:22:19.733Z Compiling http v0.2.12
14972024-08-17T03:22:20.126Z Compiling rustc_version v0.4.0
14982024-08-17T03:22:20.804Z Compiling pest_derive v2.7.10
14992024-08-17T03:22:23.037Z Compiling base64ct v1.6.0
15002024-08-17T03:22:23.429Z Compiling heapless v0.7.17
15012024-08-17T03:22:23.710Z Compiling pem-rfc7468 v0.7.0
15022024-08-17T03:22:23.898Z Compiling deranged v0.3.11
15032024-08-17T03:22:24.432Z Compiling scroll v0.12.0
15042024-08-17T03:22:24.532Z Compiling zerocopy-derive v0.6.6
15052024-08-17T03:22:26.294Z Compiling backtrace v0.3.71
15062024-08-17T03:22:26.388Z Compiling tracing-core v0.1.32
15072024-08-17T03:22:26.586Z Compiling errno v0.3.9
15082024-08-17T03:22:27.297Z Compiling num-bigint-dig v0.8.4
15092024-08-17T03:22:27.325Z Compiling flagset v0.4.5
15102024-08-17T03:22:27.444Z Compiling num_threads v0.1.7
15112024-08-17T03:22:27.463Z Compiling plain v0.2.3
15122024-08-17T03:22:27.655Z Compiling ppv-lite86 v0.2.17
15132024-08-17T03:22:27.756Z Compiling time v0.3.36
15142024-08-17T03:22:28.457Z Compiling rand_chacha v0.3.1
15152024-08-17T03:22:28.708Z Compiling goblin v0.8.2
15162024-08-17T03:22:28.740Z Compiling der v0.7.9
15172024-08-17T03:22:28.872Z Compiling tracing v0.1.40
15182024-08-17T03:22:29.699Z Compiling tokio-util v0.7.11
15192024-08-17T03:22:31.639Z Compiling regex v1.10.6
15202024-08-17T03:22:31.807Z Compiling salsa20 v0.10.2
15212024-08-17T03:22:32.047Z Compiling pbkdf2 v0.12.2
15222024-08-17T03:22:32.212Z Compiling async-trait v0.1.81
15232024-08-17T03:22:32.766Z Compiling rustversion v1.0.17
15242024-08-17T03:22:34.087Z Compiling pretty-hex v0.4.1
15252024-08-17T03:22:34.302Z Compiling strsim v0.11.1
15262024-08-17T03:22:34.667Z Compiling dof v0.3.0
15272024-08-17T03:22:35.765Z Compiling scrypt v0.11.0
15282024-08-17T03:22:36.328Z Compiling spki v0.7.3
15292024-08-17T03:22:36.468Z Compiling rand v0.8.5
15302024-08-17T03:22:36.605Z Compiling dtrace-parser v0.2.0
15312024-08-17T03:22:36.717Z Compiling form_urlencoded v1.2.1
15322024-08-17T03:22:37.327Z Compiling aes v0.8.4
15332024-08-17T03:22:37.984Z Compiling cbc v0.1.2
15342024-08-17T03:22:38.306Z Compiling thread-id v4.2.1
15352024-08-17T03:22:38.344Z Compiling unicode-width v0.1.13
15362024-08-17T03:22:38.344Z Compiling anyhow v1.0.86
15372024-08-17T03:22:38.441Z Compiling foreign-types-shared v0.1.1
15382024-08-17T03:22:38.544Z Compiling try-lock v0.2.5
15392024-08-17T03:22:38.602Z Compiling signal-hook v0.3.17
15402024-08-17T03:22:38.761Z Compiling smoltcp v0.9.1
15412024-08-17T03:22:38.847Z Compiling foreign-types v0.3.2
15422024-08-17T03:22:38.983Z Compiling want v0.3.1
15432024-08-17T03:22:39.315Z Compiling pkcs5 v0.7.1
15442024-08-17T03:22:40.838Z Compiling h2 v0.3.26
15452024-08-17T03:22:42.079Z Compiling http-body v0.4.6
15462024-08-17T03:22:42.767Z Compiling clap_derive v4.5.13
15472024-08-17T03:22:43.306Z Compiling lazy_static v1.5.0
15482024-08-17T03:22:43.449Z Compiling cfg_aliases v0.1.1
15492024-08-17T03:22:43.564Z Compiling siphasher v0.3.11
15502024-08-17T03:22:43.946Z Compiling httpdate v1.0.3
15512024-08-17T03:22:44.459Z Compiling base64 v0.21.7
15522024-08-17T03:22:45.727Z Compiling tower-service v0.3.2
15532024-08-17T03:22:46.159Z Compiling nix v0.28.0
15542024-08-17T03:22:50.700Z Compiling hyper v0.14.30
15552024-08-17T03:22:50.766Z Compiling pkcs8 v0.10.2
15562024-08-17T03:22:56.211Z Compiling rustls-webpki v0.101.7
15572024-08-17T03:22:58.020Z Compiling sct v0.7.1
15582024-08-17T03:22:58.680Z Compiling openapiv3 v2.0.0
15592024-08-17T03:23:02.426Z Compiling hubpack_derive v0.1.1
15602024-08-17T03:23:03.087Z Compiling idna v0.5.0
15612024-08-17T03:23:03.906Z Compiling fs-err v2.11.0
15622024-08-17T03:23:04.370Z Compiling openssl-probe v0.1.5
15632024-08-17T03:23:04.422Z Compiling adler v1.0.2
15642024-08-17T03:23:04.606Z Compiling finl_unicode v1.2.0
15652024-08-17T03:23:04.634Z Compiling anstyle v1.0.8
15662024-08-17T03:23:04.653Z Compiling utf8parse v0.2.1
15672024-08-17T03:23:04.874Z Compiling anstyle-parse v0.2.4
15682024-08-17T03:23:04.877Z Compiling miniz_oxide v0.7.2
15692024-08-17T03:23:05.222Z Compiling stringprep v0.1.4
15702024-08-17T03:23:06.193Z Compiling url v2.5.2
15712024-08-17T03:23:10.807Z Compiling usdt-attr-macro v0.5.0
15722024-08-17T03:23:11.378Z Compiling usdt-macro v0.5.0
15732024-08-17T03:23:12.661Z Compiling toml_datetime v0.6.8
15742024-08-17T03:23:12.907Z Compiling serde_spanned v0.6.7
15752024-08-17T03:23:13.082Z Compiling regress v0.9.1
15762024-08-17T03:23:13.176Z Compiling md-5 v0.10.6
15772024-08-17T03:23:13.470Z Compiling idna v0.3.0
15782024-08-17T03:23:18.136Z Compiling num-integer v0.1.46
15792024-08-17T03:23:18.709Z Compiling hash32 v0.2.1
15802024-08-17T03:23:18.758Z Compiling encoding_rs v0.8.34
15812024-08-17T03:23:18.759Z Compiling psl-types v2.0.11
15822024-08-17T03:23:18.759Z Compiling stable_deref_trait v1.2.0
15832024-08-17T03:23:18.759Z Compiling fallible-iterator v0.2.0
15842024-08-17T03:23:18.759Z Compiling colorchoice v1.0.1
15852024-08-17T03:23:18.759Z Compiling anstyle-query v1.0.3
15862024-08-17T03:23:18.759Z Compiling is_terminal_polyfill v1.70.0
15872024-08-17T03:23:18.759Z Compiling gimli v0.28.1
15882024-08-17T03:23:18.759Z Compiling mime v0.3.17
15892024-08-17T03:23:18.759Z Compiling base64 v0.22.1
15902024-08-17T03:23:18.759Z Compiling publicsuffix v2.2.3
15912024-08-17T03:23:18.759Z Compiling postgres-protocol v0.6.7
15922024-08-17T03:23:18.759Z Compiling anstream v0.6.14
15932024-08-17T03:23:19.827Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15942024-08-17T03:23:20.460Z Compiling num-iter v0.1.45
15952024-08-17T03:23:21.460Z Compiling addr2line v0.21.0
15962024-08-17T03:23:23.060Z Compiling tokio-rustls v0.24.1
15972024-08-17T03:23:23.915Z Compiling terminal_size v0.3.0
15982024-08-17T03:23:24.118Z Compiling tokio-native-tls v0.3.1
15992024-08-17T03:23:24.728Z Compiling phf_shared v0.11.2
16002024-08-17T03:23:24.858Z Compiling strum_macros v0.25.3
16012024-08-17T03:23:25.161Z Compiling serde_urlencoded v0.7.1
16022024-08-17T03:23:25.996Z Compiling enum-as-inner v0.6.0
16032024-08-17T03:23:26.081Z Compiling serde_repr v0.1.19
16042024-08-17T03:23:27.118Z Compiling ff v0.13.0
16052024-08-17T03:23:27.204Z Compiling object v0.32.2
16062024-08-17T03:23:27.312Z Compiling managed v0.8.0
16072024-08-17T03:23:27.332Z Compiling rustc-demangle v0.1.24
16082024-08-17T03:23:28.167Z Compiling bitflags v1.3.2
16092024-08-17T03:23:28.476Z Compiling regex-automata v0.1.10
16102024-08-17T03:23:28.858Z Compiling clap_lex v0.7.0
16112024-08-17T03:23:28.998Z Compiling either v1.13.0
16122024-08-17T03:23:29.295Z Compiling ipnet v2.9.0
16132024-08-17T03:23:29.677Z Compiling winnow v0.5.40
16142024-08-17T03:23:30.435Z Compiling base16ct v0.2.0
16152024-08-17T03:23:30.719Z Compiling sec1 v0.7.3
16162024-08-17T03:23:31.252Z Compiling rustls-pemfile v1.0.4
16172024-08-17T03:23:31.624Z Compiling clap_builder v4.5.15
16182024-08-17T03:23:31.664Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16192024-08-17T03:23:31.872Z Compiling bstr v0.2.17
16202024-08-17T03:23:33.228Z Compiling toml_edit v0.19.15
16212024-08-17T03:23:34.666Z Compiling group v0.13.0
16222024-08-17T03:23:35.407Z Compiling phf v0.11.2
16232024-08-17T03:23:35.701Z Compiling hyper-tls v0.5.0
16242024-08-17T03:23:36.046Z Compiling hyper-rustls v0.24.2
16252024-08-17T03:23:36.422Z Compiling cookie_store v0.20.0
16262024-08-17T03:23:36.565Z Compiling postgres-types v0.2.7
16272024-08-17T03:23:37.881Z Compiling hubpack v0.1.2
16282024-08-17T03:23:37.906Z Compiling pkcs1 v0.7.5
16292024-08-17T03:23:38.396Z Compiling phf_shared v0.10.0
16302024-08-17T03:23:38.781Z Compiling zerocopy v0.6.6
16312024-08-17T03:23:38.817Z Compiling futures-executor v0.3.30
16322024-08-17T03:23:38.930Z Compiling hkdf v0.12.4
16332024-08-17T03:23:39.073Z Compiling signature v2.2.0
16342024-08-17T03:23:39.166Z Compiling crypto-bigint v0.5.5
16352024-08-17T03:23:39.257Z Compiling idna v0.4.0
16362024-08-17T03:23:39.317Z Compiling float-cmp v0.9.0
16372024-08-17T03:23:39.367Z Compiling mio v0.8.11
16382024-08-17T03:23:39.543Z Compiling memmap v0.7.0
16392024-08-17T03:23:39.877Z Compiling fixedbitset v0.4.2
16402024-08-17T03:23:39.923Z Compiling minimal-lexical v0.2.1
16412024-08-17T03:23:40.535Z Compiling bit-vec v0.6.3
16422024-08-17T03:23:40.601Z Compiling whoami v1.5.1
16432024-08-17T03:23:40.617Z Compiling normalize-line-endings v0.3.0
16442024-08-17T03:23:40.637Z Compiling sync_wrapper v0.1.2
16452024-08-17T03:23:40.742Z Compiling difflib v0.4.0
16462024-08-17T03:23:40.934Z Compiling static_assertions v1.1.0
16472024-08-17T03:23:40.942Z Compiling new_debug_unreachable v1.0.6
16482024-08-17T03:23:41.017Z Compiling precomputed-hash v0.1.1
16492024-08-17T03:23:41.035Z Compiling webpki-roots v0.25.4
16502024-08-17T03:23:41.115Z Compiling data-encoding v2.6.0
16512024-08-17T03:23:41.141Z Compiling unicode-segmentation v1.11.0
16522024-08-17T03:23:41.360Z Compiling winnow v0.6.18
16532024-08-17T03:23:41.410Z Compiling predicates-core v1.0.6
16542024-08-17T03:23:41.709Z Compiling predicates v3.1.2
16552024-08-17T03:23:41.907Z Compiling hickory-proto v0.24.1
16562024-08-17T03:23:41.964Z Compiling reqwest v0.11.27
16572024-08-17T03:23:42.636Z Compiling elliptic-curve v0.13.8
16582024-08-17T03:23:42.766Z Compiling similar v2.5.0
16592024-08-17T03:23:43.149Z Compiling string_cache v0.8.7
16602024-08-17T03:23:43.364Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16612024-08-17T03:23:43.548Z Compiling tokio-postgres v0.7.11
16622024-08-17T03:23:44.848Z Compiling toml_edit v0.22.20
16632024-08-17T03:23:44.946Z Compiling bit-set v0.5.3
16642024-08-17T03:23:46.275Z Compiling nom v7.1.3
16652024-08-17T03:23:48.663Z Compiling petgraph v0.6.5
16662024-08-17T03:23:49.565Z Compiling signal-hook-mio v0.2.4
16672024-08-17T03:23:49.746Z Compiling usdt v0.5.0
16682024-08-17T03:23:50.707Z Compiling rsa v0.9.6
16692024-08-17T03:23:50.710Z Compiling futures v0.3.30
16702024-08-17T03:23:51.933Z Compiling toml v0.7.8
16712024-08-17T03:23:52.261Z Compiling crossbeam-epoch v0.9.18
16722024-08-17T03:23:52.264Z Compiling flate2 v1.0.31
16732024-08-17T03:23:52.625Z Compiling clap v4.5.16
16742024-08-17T03:23:52.731Z Compiling itertools v0.12.1
16752024-08-17T03:23:52.758Z Compiling itertools v0.10.5
16762024-08-17T03:23:53.468Z Compiling console v0.15.8
16772024-08-17T03:23:54.452Z Compiling tokio-stream v0.1.15
16782024-08-17T03:23:54.795Z Compiling bstr v1.9.1
16792024-08-17T03:23:55.375Z Compiling hex v0.4.3
16802024-08-17T03:23:55.763Z Compiling sha1 v0.10.6
16812024-08-17T03:23:56.048Z Compiling lalrpop-util v0.19.12
16822024-08-17T03:23:56.356Z Compiling unicode-xid v0.2.4
16832024-08-17T03:23:56.527Z Compiling camino v1.1.8
16842024-08-17T03:23:57.094Z Compiling radium v0.7.0
16852024-08-17T03:23:57.246Z Compiling peg-runtime v0.8.3
16862024-08-17T03:23:57.757Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16872024-08-17T03:24:02.048Z Compiling is-terminal v0.4.12
16882024-08-17T03:24:02.971Z Compiling tap v1.0.1
16892024-08-17T03:24:04.696Z Compiling maybe-uninit v2.0.0
16902024-08-17T03:24:05.174Z Compiling rustls-pki-types v1.7.0
16912024-08-17T03:24:06.185Z Compiling ident_case v1.0.1
16922024-08-17T03:24:06.372Z Compiling darling_core v0.20.9
16932024-08-17T03:24:12.440Z Compiling wyz v0.5.1
16942024-08-17T03:24:21.282Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16952024-08-17T03:24:21.418Z Compiling getopts v0.2.21
16962024-08-17T03:24:22.239Z Compiling bzip2-sys v0.1.11+1.0.8
16972024-08-17T03:24:22.754Z Compiling dirs-sys-next v0.1.2
16982024-08-17T03:24:22.855Z Compiling packed_struct v0.10.1
16992024-08-17T03:24:23.413Z Compiling unsafe-libyaml v0.2.11
17002024-08-17T03:24:23.793Z Compiling funty v2.0.0
17012024-08-17T03:24:23.811Z Compiling rustls v0.22.4
17022024-08-17T03:24:24.118Z Compiling paste v1.0.15
17032024-08-17T03:24:25.238Z Compiling bitvec v1.0.1
17042024-08-17T03:24:26.037Z Compiling serde_yaml v0.9.34+deprecated
17052024-08-17T03:24:26.315Z Compiling dirs-next v2.0.0
17062024-08-17T03:24:29.777Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17072024-08-17T03:24:30.704Z Compiling darling_macro v0.20.9
17082024-08-17T03:24:31.697Z Compiling rustls-webpki v0.102.4
17092024-08-17T03:24:35.632Z Compiling packed_struct_codegen v0.10.1
17102024-08-17T03:24:35.843Z Compiling structmeta-derive v0.3.0
17112024-08-17T03:24:36.630Z Compiling thread_local v1.1.8
17122024-08-17T03:24:36.846Z Compiling indexmap v1.9.3
17132024-08-17T03:24:37.150Z Compiling multer v3.1.0
17142024-08-17T03:24:37.325Z Compiling match_cfg v0.1.0
17152024-08-17T03:24:37.426Z Compiling rayon-core v1.12.1
17162024-08-17T03:24:37.598Z Compiling nodrop v0.1.14
17172024-08-17T03:24:37.687Z Compiling crc-catalog v2.4.0
17182024-08-17T03:24:37.750Z Compiling slog-async v2.8.0
17192024-08-17T03:24:38.120Z Compiling fastrand v2.1.0
17202024-08-17T03:24:38.435Z Compiling structmeta v0.3.0
17212024-08-17T03:24:38.540Z Compiling tempfile v3.10.1
17222024-08-17T03:24:38.777Z Compiling crc v3.2.1
17232024-08-17T03:24:38.822Z Compiling array-init v0.0.4
17242024-08-17T03:24:40.245Z Compiling hostname v0.3.1
17252024-08-17T03:24:40.657Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17262024-08-17T03:24:42.476Z Compiling smallvec v0.6.14
17272024-08-17T03:24:42.862Z Compiling darling v0.20.9
17282024-08-17T03:24:42.986Z Compiling term v0.7.0
17292024-08-17T03:24:44.738Z Compiling crossbeam-deque v0.8.5
17302024-08-17T03:24:45.136Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17312024-08-17T03:24:46.573Z Compiling slog-json v2.6.1
17322024-08-17T03:24:47.239Z Compiling crossbeam-channel v0.5.12
17332024-08-17T03:24:47.696Z Compiling http v1.1.0
17342024-08-17T03:24:49.144Z Compiling async-stream-impl v0.3.5
17352024-08-17T03:24:49.730Z Compiling pin-project-internal v1.1.5
17362024-08-17T03:24:52.536Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17372024-08-17T03:24:53.761Z Compiling take_mut v0.2.2
17382024-08-17T03:24:53.909Z Compiling same-file v1.0.6
17392024-08-17T03:24:54.011Z Compiling termcolor v1.4.1
17402024-08-17T03:24:54.236Z Compiling hashbrown v0.12.3
17412024-08-17T03:24:54.582Z Compiling atomic-waker v1.1.2
17422024-08-17T03:24:54.783Z Compiling bitfield v0.14.0
17432024-08-17T03:25:00.962Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17442024-08-17T03:25:01.316Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17452024-08-17T03:25:02.432Z Compiling waitgroup v0.1.2
17462024-08-17T03:25:02.666Z Compiling env_logger v0.10.2
17472024-08-17T03:25:07.537Z Compiling walkdir v2.5.0
17482024-08-17T03:25:12.222Z Compiling pin-project v1.1.5
17492024-08-17T03:25:15.602Z Compiling async-stream v0.3.5
17502024-08-17T03:25:15.636Z Compiling slog-bunyan v2.5.0
17512024-08-17T03:25:15.636Z Compiling tokio-rustls v0.25.0
17522024-08-17T03:25:16.340Z Compiling slog-term v2.9.1
17532024-08-17T03:25:16.716Z Compiling serde_with_macros v3.8.3
17542024-08-17T03:25:18.055Z Compiling serde-hex v0.1.0
17552024-08-17T03:25:18.850Z Compiling bzip2 v0.4.4
17562024-08-17T03:25:18.935Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17572024-08-17T03:25:19.056Z Compiling parse-display-derive v0.10.0
17582024-08-17T03:25:19.250Z Compiling toml v0.8.19
17592024-08-17T03:25:19.291Z Compiling rustls-pemfile v2.1.3
17602024-08-17T03:25:21.253Z Compiling x509-cert v0.2.5
17612024-08-17T03:25:22.209Z Compiling ron v0.8.1
17622024-08-17T03:25:22.962Z Compiling strum_macros v0.26.4
17632024-08-17T03:25:23.144Z Compiling ipnetwork v0.20.0
17642024-08-17T03:25:23.149Z Compiling newtype-uuid v1.1.0
17652024-08-17T03:25:23.451Z Compiling xattr v1.3.1
17662024-08-17T03:25:23.779Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
17672024-08-17T03:25:24.707Z Compiling serde_path_to_error v0.1.16
17682024-08-17T03:25:25.721Z Compiling snafu-derive v0.8.2
17692024-08-17T03:25:26.134Z Compiling hashbrown v0.13.2
17702024-08-17T03:25:26.817Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17712024-08-17T03:25:27.463Z Compiling ring v0.16.20
17722024-08-17T03:25:27.488Z Compiling blake3 v1.5.1
17732024-08-17T03:25:27.508Z Compiling filetime v0.2.24
17742024-08-17T03:25:27.536Z Compiling hostname v0.4.0
17752024-08-17T03:25:27.799Z Compiling instant v0.1.12
17762024-08-17T03:25:27.829Z Compiling crc-any v2.5.0
17772024-08-17T03:25:27.967Z Compiling debug-ignore v1.0.5
17782024-08-17T03:25:28.098Z Compiling buf-list v1.0.3
17792024-08-17T03:25:28.590Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17802024-08-17T03:25:29.167Z Compiling backoff v0.4.0
17812024-08-17T03:25:29.367Z Compiling tar v0.4.41
17822024-08-17T03:25:29.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17832024-08-17T03:25:29.762Z Compiling strum v0.26.3
17842024-08-17T03:25:29.930Z Compiling object v0.30.4
17852024-08-17T03:25:30.411Z Compiling snafu v0.8.2
17862024-08-17T03:25:31.650Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17872024-08-17T03:25:32.681Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17882024-08-17T03:25:37.713Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17892024-08-17T03:25:37.906Z Compiling parse-display v0.10.0
17902024-08-17T03:25:37.906Z Compiling serde_with v3.8.3
17912024-08-17T03:25:37.906Z Compiling zip v0.6.6
17922024-08-17T03:25:37.906Z Compiling rayon v1.10.0
17932024-08-17T03:25:37.906Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17942024-08-17T03:25:37.906Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17952024-08-17T03:25:37.906Z Compiling camino-tempfile v1.1.1
17962024-08-17T03:25:37.975Z Compiling globset v0.4.14
17972024-08-17T03:25:38.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17982024-08-17T03:25:38.649Z Compiling pem v3.0.4
17992024-08-17T03:25:40.140Z Compiling olpc-cjson v0.1.3
18002024-08-17T03:25:40.462Z Compiling serde_plain v1.0.2
18012024-08-17T03:25:41.274Z Compiling macaddr v1.0.1
18022024-08-17T03:25:41.528Z Compiling async-recursion v1.1.1
18032024-08-17T03:25:41.572Z Compiling memmap2 v0.9.4
18042024-08-17T03:25:42.164Z Compiling path-slash v0.1.5
18052024-08-17T03:25:42.403Z Compiling typed-path v0.7.1
18062024-08-17T03:25:42.720Z Compiling untrusted v0.7.1
18072024-08-17T03:25:42.912Z Compiling arrayvec v0.7.4
18082024-08-17T03:25:42.996Z Compiling constant_time_eq v0.3.0
18092024-08-17T03:25:43.176Z Compiling spin v0.5.2
18102024-08-17T03:25:43.391Z Compiling arrayref v0.3.7
18112024-08-17T03:25:43.525Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18122024-08-17T03:25:45.318Z Compiling tough v0.17.1
18132024-08-17T03:25:45.959Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18142024-08-17T03:25:47.024Z Compiling itertools v0.13.0
18152024-08-17T03:25:49.275Z Compiling cargo-platform v0.1.8
18162024-08-17T03:25:50.365Z Compiling topological-sort v0.2.2
18172024-08-17T03:25:50.641Z Compiling parse-size v1.0.0
18182024-08-17T03:25:50.705Z Compiling omicron-zone-package v0.11.0
18192024-08-17T03:25:50.770Z Compiling cargo_metadata v0.18.1
18202024-08-17T03:25:50.901Z Compiling shell-words v1.1.0
18212024-08-17T03:25:57.144Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18222024-08-17T03:26:10.085Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18232024-08-17T03:26:23.718Z Finished `release` profile [optimized] target(s) in 4m 38s
18242024-08-17T03:26:23.861Z Running `target/release/omicron-releng --output-dir /work`
18252024-08-17T03:26:23.900ZAug 17 03:26:22.196 DEBG changing working directory to /work/oxidecomputer/omicron
18262024-08-17T03:26:23.993ZAug 17 03:26:22.288 DEBG running: git rev-parse HEAD
18272024-08-17T03:26:24.005ZAug 17 03:26:22.294 DEBG process exited with exit status: 0 (6.445087ms)
18282024-08-17T03:26:24.005ZAug 17 03:26:22.294 INFO version: 10.0.0-0.ci+gitda2e79ee000
18292024-08-17T03:26:24.035ZAug 17 03:26:22.333 INFO cloning helios to /work/oxidecomputer/helios
18302024-08-17T03:26:24.035ZAug 17 03:26:22.333 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18312024-08-17T03:26:24.040ZCloning into '/work/oxidecomputer/helios'...
18322024-08-17T03:26:24.524ZAug 17 03:26:22.822 DEBG process exited with exit status: 0 (489.108769ms)
18332024-08-17T03:26:24.525ZAug 17 03:26:22.823 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18342024-08-17T03:26:24.532Z# branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70
18352024-08-17T03:26:24.532Z# branch.head master
18362024-08-17T03:26:24.532Z# branch.upstream origin/master
18372024-08-17T03:26:24.532Z# branch.ab +0 -0
18382024-08-17T03:26:24.535ZAug 17 03:26:22.831 DEBG process exited with exit status: 0 (8.169412ms)
18392024-08-17T03:26:24.535ZAug 17 03:26:22.831 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18402024-08-17T03:26:25.241ZAug 17 03:26:23.539 DEBG process exited with exit status: 0 (708.520098ms)
18412024-08-17T03:26:25.242ZAug 17 03:26:23.540 DEBG running: zfs list rpool/images/build/host
18422024-08-17T03:26:25.248ZNAME USED AVAIL REFER MOUNTPOINT
18432024-08-17T03:26:25.248Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
18442024-08-17T03:26:25.251ZAug 17 03:26:23.547 DEBG process exited with exit status: 0 (7.488835ms)
18452024-08-17T03:26:25.252ZAug 17 03:26:23.547 DEBG running: zfs list rpool/images/build/recovery
18462024-08-17T03:26:25.256ZNAME USED AVAIL REFER MOUNTPOINT
18472024-08-17T03:26:25.256Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
18482024-08-17T03:26:25.258ZAug 17 03:26:23.554 DEBG process exited with exit status: 0 (6.292183ms)
18492024-08-17T03:26:25.258ZAug 17 03:26:23.554 INFO [hubris-staging] running task
18502024-08-17T03:26:25.258ZAug 17 03:26:23.555 INFO [hubris-production] running task
18512024-08-17T03:26:25.258ZAug 17 03:26:23.555 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
18522024-08-17T03:26:25.261ZAug 17 03:26:23.558 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18532024-08-17T03:26:25.328Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18542024-08-17T03:26:25.758Z[ omicron-package] Blocking waiting for file lock on package cache
18552024-08-17T03:26:26.311Z[ omicron-package] Blocking waiting for file lock on package cache
18562024-08-17T03:26:26.497ZAug 17 03:26:24.795 INFO [hubris-production] task succeeded (1.240622914s)
18572024-08-17T03:26:26.548Z[ omicron-package] Blocking waiting for file lock on package cache
18582024-08-17T03:26:27.260Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18592024-08-17T03:26:27.264Z[ omicron-package] Compiling heapless v0.8.0
18602024-08-17T03:26:27.264Z[ omicron-package] Compiling hash32 v0.3.1
18612024-08-17T03:26:27.264Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18622024-08-17T03:26:27.264Z[ omicron-package] Compiling smoltcp v0.11.0
18632024-08-17T03:26:27.264Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18642024-08-17T03:26:27.264Z[ omicron-package] Compiling cobs v0.2.3
18652024-08-17T03:26:27.264Z[ omicron-package] Compiling embedded-io v0.4.0
18662024-08-17T03:26:28.079Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18672024-08-17T03:26:28.704Z[ omicron-package] Compiling postcard v1.0.8
18682024-08-17T03:26:29.050Z[ omicron-package] Compiling proc-macro-error v1.0.4
18692024-08-17T03:26:29.050Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18702024-08-17T03:26:29.182Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18712024-08-17T03:26:29.609Z[ omicron-package] Compiling num_enum_derive v0.5.11
18722024-08-17T03:26:29.694Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18732024-08-17T03:26:29.760Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18742024-08-17T03:26:29.856Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18752024-08-17T03:26:30.735Z[ omicron-package] Compiling tabwriter v1.4.0
18762024-08-17T03:26:30.811Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18772024-08-17T03:26:30.935Z[ omicron-package] Compiling cstr-argument v0.1.2
18782024-08-17T03:26:31.111Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18792024-08-17T03:26:31.634Z[ omicron-package] Compiling foreign-types v0.5.0
18802024-08-17T03:26:31.819Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18812024-08-17T03:26:31.868Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18822024-08-17T03:26:32.345Z[ omicron-package] Compiling pretty-hex v0.2.1
18832024-08-17T03:26:33.163Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18842024-08-17T03:26:33.281Z[ omicron-package] Compiling num_enum v0.5.11
18852024-08-17T03:26:33.284Z[ omicron-package] Compiling colored v2.1.0
18862024-08-17T03:26:33.330Z[ omicron-package] Compiling socket2 v0.4.10
18872024-08-17T03:26:33.513Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18882024-08-17T03:26:33.749Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18892024-08-17T03:26:34.032Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18902024-08-17T03:26:34.206Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18912024-08-17T03:26:34.827Z[ omicron-package] Compiling sigpipe v0.1.3
18922024-08-17T03:26:34.883Z[ omicron-package] Compiling num-derive v0.4.2
18932024-08-17T03:26:35.031Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18942024-08-17T03:26:35.570Z[ omicron-package] Compiling libefi-sys v0.1.0
18952024-08-17T03:26:35.570ZAug 17 03:26:33.867 INFO [hubris-staging] task succeeded (10.312315136s)
18962024-08-17T03:26:36.024Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18972024-08-17T03:26:36.130Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18982024-08-17T03:26:36.214Z[ omicron-package] Compiling smf v0.2.3
18992024-08-17T03:26:36.620Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19002024-08-17T03:26:37.005Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19012024-08-17T03:26:37.170Z[ omicron-package] Compiling bitfield-struct v0.6.1
19022024-08-17T03:26:37.575Z[ omicron-package] Compiling portable-atomic v1.6.0
19032024-08-17T03:26:39.196Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19042024-08-17T03:26:39.855Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19052024-08-17T03:26:39.972Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19062024-08-17T03:26:41.726Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19072024-08-17T03:26:42.060Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19082024-08-17T03:26:42.283Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19092024-08-17T03:26:42.520Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19102024-08-17T03:26:42.636Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19112024-08-17T03:26:43.652Z[ omicron-package] Compiling gethostname v0.5.0
19122024-08-17T03:26:43.922Z[ omicron-package] Compiling number_prefix v0.4.0
19132024-08-17T03:26:45.205Z[ omicron-package] Compiling indicatif v0.17.8
19142024-08-17T03:26:45.282Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19152024-08-17T03:26:48.514Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19162024-08-17T03:26:49.106Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19172024-08-17T03:26:51.017Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19182024-08-17T03:27:06.814Z[ helios-setup] Aug 17 03:27:05.083 INFO helios repository root is: /work/oxidecomputer/helios
19192024-08-17T03:27:06.845Z[ helios-setup] Aug 17 03:27:05.086 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
19202024-08-17T03:27:06.845Z[ helios-setup] Aug 17 03:27:05.086 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
19212024-08-17T03:27:06.846Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19222024-08-17T03:27:07.929Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19232024-08-17T03:27:07.957Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19242024-08-17T03:27:10.026Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.75s
19252024-08-17T03:27:10.226Z[ omicron-package]
19262024-08-17T03:27:10.226Z[ omicron-package] real 44.922925153
19272024-08-17T03:27:10.229Z[ omicron-package] user 2:43.537022821
19282024-08-17T03:27:10.229Z[ omicron-package] sys 22.432479502
19292024-08-17T03:27:10.229Z[ omicron-package] trap 0.150899258
19302024-08-17T03:27:10.229Z[ omicron-package] tflt 0.627241871
19312024-08-17T03:27:10.229Z[ omicron-package] dflt 0.678292493
19322024-08-17T03:27:10.229Z[ omicron-package] kflt 0.009955178
19332024-08-17T03:27:10.229Z[ omicron-package] lock 5:18.277040870
19342024-08-17T03:27:10.229Z[ omicron-package] slp 8:54.747972348
19352024-08-17T03:27:10.230Z[ omicron-package] lat 1:33.966822997
19362024-08-17T03:27:10.230Z[ omicron-package] stop 1:00.936914025
19372024-08-17T03:27:10.230ZAug 17 03:27:08.517 INFO [omicron-package] process exited with exit status: 0 (44.961944187s)
19382024-08-17T03:27:10.230ZAug 17 03:27:08.517 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19392024-08-17T03:27:10.270ZAug 17 03:27:08.561 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
19402024-08-17T03:27:10.281Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19412024-08-17T03:27:10.284Z[ recovery-target] Created new build target 'recovery' and set it as active
19422024-08-17T03:27:10.284ZAug 17 03:27:08.574 INFO [recovery-target] process exited with exit status: 0 (56.26229ms)
19432024-08-17T03:27:10.286Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19442024-08-17T03:27:10.286Z[ host-target] Created new build target 'host' and set it as active
19452024-08-17T03:27:10.286ZAug 17 03:27:08.577 INFO [host-target] process exited with exit status: 0 (15.80777ms)
19462024-08-17T03:27:10.288ZAug 17 03:27:08.577 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19472024-08-17T03:27:10.299Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19482024-08-17T03:27:11.413Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19492024-08-17T03:27:11.413Z[ host-package] Compiling camino v1.1.8
19502024-08-17T03:27:11.413Z[ host-package] Compiling password-hash v0.5.0
19512024-08-17T03:27:11.416Z[ host-package] Compiling blake2 v0.10.6
19522024-08-17T03:27:11.416Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19532024-08-17T03:27:11.416Z[ host-package] Compiling derive-where v1.2.7
19542024-08-17T03:27:11.566Z[ host-package] Compiling humantime v2.1.0
19552024-08-17T03:27:11.604Z[ host-package] Compiling newline-converter v0.3.0
19562024-08-17T03:27:11.793Z[ host-package] Compiling toml v0.8.19
19572024-08-17T03:27:11.908Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19582024-08-17T03:27:12.297Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
19592024-08-17T03:27:12.309Z[ helios-setup] Aug 17 03:27:10.599 INFO clone ok!, project: amd-host-image-builder
19602024-08-17T03:27:12.312Z[ helios-setup] Aug 17 03:27:10.599 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
19612024-08-17T03:27:12.312Z[ helios-setup] Aug 17 03:27:10.599 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19622024-08-17T03:27:12.314Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19632024-08-17T03:27:12.448Z[ host-package] Compiling argon2 v0.5.3
19642024-08-17T03:27:12.487Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19652024-08-17T03:27:12.560Z[ host-package] Compiling expectorate v1.1.0
19662024-08-17T03:27:12.580Z[ host-package] Compiling dirs-sys-next v0.1.2
19672024-08-17T03:27:12.700Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19682024-08-17T03:27:12.797Z[ host-package] Compiling dirs-next v2.0.0
19692024-08-17T03:27:12.816Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19702024-08-17T03:27:12.979Z[ host-package] Compiling convert_case v0.4.0
19712024-08-17T03:27:13.058Z[ host-package] Compiling term v0.7.0
19722024-08-17T03:27:13.401Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19732024-08-17T03:27:13.657Z[ host-package] Compiling prettyplease v0.2.20
19742024-08-17T03:27:13.758Z[ host-package] Compiling derive_more v0.99.18
19752024-08-17T03:27:13.984Z[ host-package] Compiling is-terminal v0.4.12
19762024-08-17T03:27:14.007Z[ host-package] Compiling semver v0.1.20
19772024-08-17T03:27:14.124Z[ host-package] Compiling home v0.5.9
19782024-08-17T03:27:14.399Z[ host-package] Compiling rustc_version v0.1.7
19792024-08-17T03:27:14.419Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19802024-08-17T03:27:14.671Z[ host-package] Compiling rustls-pki-types v1.7.0
19812024-08-17T03:27:14.833Z[ host-package] Compiling newtype_derive v0.1.6
19822024-08-17T03:27:15.020Z[ host-package] Compiling rustls v0.22.4
19832024-08-17T03:27:15.055Z[ host-package] Compiling thread_local v1.1.8
19842024-08-17T03:27:15.432Z[ host-package] Compiling steno v0.4.1
19852024-08-17T03:27:15.524Z[ host-package] Compiling rustls-webpki v0.102.4
19862024-08-17T03:27:15.613Z[ host-package] Compiling slog-dtrace v0.3.0
19872024-08-17T03:27:16.133Z[ host-package] Compiling match_cfg v0.1.0
19882024-08-17T03:27:16.150Z[ host-package] Compiling hostname v0.3.1
19892024-08-17T03:27:17.323Z[ host-package] Compiling multer v3.1.0
19902024-08-17T03:27:17.400Z[ host-package] Compiling slog-async v2.8.0
19912024-08-17T03:27:17.478Z[ host-package] Compiling slog-json v2.6.1
19922024-08-17T03:27:17.638Z[ host-package] Compiling crossbeam-channel v0.5.12
19932024-08-17T03:27:17.846Z[ host-package] Compiling http v1.1.0
19942024-08-17T03:27:18.755Z[ host-package] Compiling linked-hash-map v0.5.6
19952024-08-17T03:27:19.224Z[ host-package] Compiling atomic-waker v1.1.2
19962024-08-17T03:27:19.331Z[ host-package] Compiling take_mut v0.2.2
19972024-08-17T03:27:19.363Z[ helios-setup] Aug 17 03:27:17.651 INFO clone ok!, project: amd-firmware
19982024-08-17T03:27:19.367Z[ helios-setup] Aug 17 03:27:17.652 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19992024-08-17T03:27:19.367Z[ helios-setup] Aug 17 03:27:17.652 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
20002024-08-17T03:27:19.367Z[ helios-setup] Aug 17 03:27:17.652 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20012024-08-17T03:27:19.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20022024-08-17T03:27:19.529Z[ host-package] Compiling waitgroup v0.1.2
20032024-08-17T03:27:20.361Z[ helios-setup] Aug 17 03:27:18.649 INFO clone ok!, project: image-builder
20042024-08-17T03:27:20.364Z[ helios-setup] Aug 17 03:27:18.649 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
20052024-08-17T03:27:20.364Z[ helios-setup] Aug 17 03:27:18.649 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20062024-08-17T03:27:20.367Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20072024-08-17T03:27:20.383Z[ host-package] Compiling lru-cache v0.1.2
20082024-08-17T03:27:20.579Z[ host-package] Compiling slog-bunyan v2.5.0
20092024-08-17T03:27:20.718Z[ host-package] Compiling slog-term v2.9.1
20102024-08-17T03:27:20.743Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20112024-08-17T03:27:20.774Z[ host-package] Compiling rustls-pemfile v2.1.3
20122024-08-17T03:27:21.022Z[ helios-setup] Aug 17 03:27:19.309 INFO clone ok!, project: phbl
20132024-08-17T03:27:21.025Z[ helios-setup] Aug 17 03:27:19.309 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20142024-08-17T03:27:21.025Z[ helios-setup] Aug 17 03:27:19.309 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
20152024-08-17T03:27:21.025Z[ helios-setup] Aug 17 03:27:19.309 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20162024-08-17T03:27:21.029Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20172024-08-17T03:27:21.242Z[ host-package] Compiling tokio-rustls v0.25.0
20182024-08-17T03:27:21.728Z[ host-package] Compiling async-stream v0.3.5
20192024-08-17T03:27:21.888Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
20202024-08-17T03:27:21.985Z[ host-package] Compiling newtype-uuid v1.1.0
20212024-08-17T03:27:22.006Z[ helios-setup] Aug 17 03:27:20.294 INFO clone ok!, project: chelsio-t6-roms
20222024-08-17T03:27:22.009Z[ helios-setup] Aug 17 03:27:20.294 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
20232024-08-17T03:27:22.010Z[ helios-setup] Aug 17 03:27:20.294 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20242024-08-17T03:27:22.013Z[ host-package] Compiling ipnetwork v0.20.0
20252024-08-17T03:27:22.013Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20262024-08-17T03:27:22.083Z[ host-package] Compiling serde_path_to_error v0.1.16
20272024-08-17T03:27:22.214Z[ host-package] Compiling hostname v0.4.0
20282024-08-17T03:27:22.300Z[ host-package] Compiling instant v0.1.12
20292024-08-17T03:27:22.441Z[ host-package] Compiling debug-ignore v1.0.5
20302024-08-17T03:27:22.460Z[ host-package] Compiling backoff v0.4.0
20312024-08-17T03:27:22.603Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20322024-08-17T03:27:22.784Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20332024-08-17T03:27:22.901Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20342024-08-17T03:27:23.111Z[ helios-setup] Aug 17 03:27:21.398 INFO clone ok!, project: pilot
20352024-08-17T03:27:23.114Z[ helios-setup] Aug 17 03:27:21.398 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
20362024-08-17T03:27:23.114Z[ helios-setup] Aug 17 03:27:21.398 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20372024-08-17T03:27:23.117Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20382024-08-17T03:27:23.173Z[ host-package] Compiling parse-display v0.10.0
20392024-08-17T03:27:23.275Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20402024-08-17T03:27:23.452Z[ host-package] Compiling serde_with v3.8.3
20412024-08-17T03:27:23.773Z[ host-package] Compiling strum v0.26.3
20422024-08-17T03:27:23.800Z[ helios-setup] Aug 17 03:27:22.086 INFO clone ok!, project: pinprick
20432024-08-17T03:27:23.803Z[ helios-setup] Aug 17 03:27:22.086 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
20442024-08-17T03:27:23.803Z[ helios-setup] Aug 17 03:27:22.086 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20452024-08-17T03:27:23.821Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20462024-08-17T03:27:24.061Z[ host-package] Compiling num-rational v0.4.2
20472024-08-17T03:27:24.579Z[ helios-setup] Aug 17 03:27:22.866 INFO clone ok!, project: bootserver
20482024-08-17T03:27:24.583Z[ helios-setup] Aug 17 03:27:22.866 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
20492024-08-17T03:27:24.583Z[ helios-setup] Aug 17 03:27:22.867 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20502024-08-17T03:27:25.610Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20512024-08-17T03:27:25.983Z[ helios-setup] Aug 17 03:27:24.270 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20522024-08-17T03:27:26.554Z[ helios-setup] Aug 17 03:27:24.840 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20532024-08-17T03:27:26.554Z[ helios-setup] Aug 17 03:27:24.840 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20542024-08-17T03:27:26.677Z[ host-package] Compiling num-complex v0.4.6
20552024-08-17T03:27:27.076Z[ helios-setup] Aug 17 03:27:25.363 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20562024-08-17T03:27:27.739Z[ helios-setup] Aug 17 03:27:26.026 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20572024-08-17T03:27:27.743Z[ helios-setup] Aug 17 03:27:26.026 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20582024-08-17T03:27:27.759Z[ host-package] Compiling macaddr v1.0.1
20592024-08-17T03:27:27.856Z[ host-package] Compiling num v0.4.3
20602024-08-17T03:27:27.995Z[ host-package] Compiling swrite v0.1.0
20612024-08-17T03:27:28.036Z[ host-package] Compiling float-ord v0.3.2
20622024-08-17T03:27:28.268Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20632024-08-17T03:27:28.271Z[ helios-setup] Aug 17 03:27:26.555 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20642024-08-17T03:27:28.421Z[ host-package] Compiling quick-error v1.2.3
20652024-08-17T03:27:28.440Z[ host-package] Compiling utf-8 v0.7.6
20662024-08-17T03:27:28.637Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20672024-08-17T03:27:28.776Z[ helios-setup] Aug 17 03:27:27.062 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20682024-08-17T03:27:28.779Z[ helios-setup] Aug 17 03:27:27.063 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20692024-08-17T03:27:28.779Z[ helios-setup] Aug 17 03:27:27.063 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20702024-08-17T03:27:28.779Z[ helios-setup] Aug 17 03:27:27.063 INFO ok!
20712024-08-17T03:27:28.779Z[ helios-setup] Aug 17 03:27:27.063 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20722024-08-17T03:27:28.779Z[ helios-setup] Aug 17 03:27:27.063 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20732024-08-17T03:27:28.780Z[ helios-setup] Aug 17 03:27:27.063 INFO ok!
20742024-08-17T03:27:28.780Z[ helios-setup] Aug 17 03:27:27.063 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20752024-08-17T03:27:28.780Z[ helios-setup] Aug 17 03:27:27.063 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20762024-08-17T03:27:28.780Z[ helios-setup] Aug 17 03:27:27.063 INFO ok!
20772024-08-17T03:27:28.780Z[ helios-setup] Aug 17 03:27:27.063 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
20782024-08-17T03:27:28.780Z[ helios-setup] Aug 17 03:27:27.063 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
20792024-08-17T03:27:28.785Z[ helios-setup] Aug 17 03:27:27.071 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
20802024-08-17T03:27:28.807Z[ host-package] Compiling resolv-conf v0.7.0
20812024-08-17T03:27:28.993Z[ helios-setup] Aug 17 03:27:27.280 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
20822024-08-17T03:27:28.993Z[ helios-setup] Aug 17 03:27:27.280 INFO E| info: downloading component 'cargo'
20832024-08-17T03:27:30.317Z[ helios-setup] Aug 17 03:27:28.603 INFO E| info: downloading component 'clippy'
20842024-08-17T03:27:30.508Z[ host-package] Compiling hickory-resolver v0.24.1
20852024-08-17T03:27:30.532Z[ helios-setup] Aug 17 03:27:28.818 INFO E| info: downloading component 'rust-docs'
20862024-08-17T03:27:30.760Z[ host-package] Compiling rayon-core v1.12.1
20872024-08-17T03:27:30.795Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20882024-08-17T03:27:31.190Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20892024-08-17T03:27:31.916Z[ helios-setup] Aug 17 03:27:30.202 INFO E| info: downloading component 'rust-src'
20902024-08-17T03:27:32.070Z[ helios-setup] Aug 17 03:27:30.356 INFO E| info: downloading component 'rust-std'
20912024-08-17T03:27:32.330Z[ host-package] Compiling crossbeam-deque v0.8.5
20922024-08-17T03:27:32.691Z[ host-package] Compiling half v2.4.1
20932024-08-17T03:27:33.452Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20942024-08-17T03:27:34.995Z[ helios-setup] Aug 17 03:27:33.281 INFO E| info: downloading component 'rustc'
20952024-08-17T03:27:36.988Z[ host-package] Compiling ciborium-io v0.2.2
20962024-08-17T03:27:37.131Z[ host-package] Compiling fastrand v2.1.0
20972024-08-17T03:27:37.685Z[ host-package] Compiling display-error-chain v0.2.0
20982024-08-17T03:27:37.881Z[ host-package] Compiling same-file v1.0.6
20992024-08-17T03:27:38.142Z[ host-package] Compiling walkdir v2.5.0
21002024-08-17T03:27:38.310Z[ host-package] Compiling tempfile v3.10.1
21012024-08-17T03:27:38.829Z[ host-package] Compiling ciborium-ll v0.2.2
21022024-08-17T03:27:39.360Z[ host-package] Compiling ring v0.16.20
21032024-08-17T03:27:39.919Z[ helios-setup] Aug 17 03:27:38.204 INFO E| info: downloading component 'rustfmt'
21042024-08-17T03:27:40.913Z[ helios-setup] Aug 17 03:27:39.197 INFO E| info: installing component 'cargo'
21052024-08-17T03:27:42.269Z[ helios-setup] Aug 17 03:27:40.553 INFO E| info: installing component 'clippy'
21062024-08-17T03:27:42.289Z[ host-package] Compiling rayon v1.10.0
21072024-08-17T03:27:42.822Z[ helios-setup] Aug 17 03:27:41.106 INFO E| info: installing component 'rust-docs'
21082024-08-17T03:27:48.039Z[ host-package] Compiling blake3 v1.5.1
21092024-08-17T03:27:48.853Z[ host-package] Compiling ciborium v0.2.2
21102024-08-17T03:27:48.875Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21112024-08-17T03:27:49.230Z[ helios-setup] Aug 17 03:27:47.513 INFO E| info: installing component 'rust-src'
21122024-08-17T03:27:49.441Z[ host-package] Compiling xattr v1.3.1
21132024-08-17T03:27:49.833Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21142024-08-17T03:27:49.853Z[ host-package] Compiling memmap2 v0.9.4
21152024-08-17T03:27:50.137Z[ helios-setup] Aug 17 03:27:48.420 INFO E| info: installing component 'rust-std'
21162024-08-17T03:27:50.783Z[ host-package] Compiling filetime v0.2.24
21172024-08-17T03:27:51.111Z[ host-package] Compiling cancel-safe-futures v0.1.5
21182024-08-17T03:27:51.428Z[ host-package] Compiling spin v0.5.2
21192024-08-17T03:27:51.506Z[ host-package] Compiling untrusted v0.7.1
21202024-08-17T03:27:51.746Z[ host-package] Compiling arrayref v0.3.7
21212024-08-17T03:27:51.865Z[ host-package] Compiling arrayvec v0.7.4
21222024-08-17T03:27:51.868Z[ host-package] Compiling constant_time_eq v0.3.0
21232024-08-17T03:27:52.761Z[ helios-setup] Aug 17 03:27:51.044 INFO E| info: installing component 'rustc'
21242024-08-17T03:27:53.611Z[ host-package] Compiling tar v0.4.41
21252024-08-17T03:27:53.639Z[ host-package] Compiling camino-tempfile v1.1.1
21262024-08-17T03:27:54.411Z[ host-package] Compiling toolchain_find v0.4.0
21272024-08-17T03:27:54.880Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21282024-08-17T03:27:55.036Z[ host-package] Compiling nibble_vec v0.1.0
21292024-08-17T03:27:55.087Z[ host-package] Compiling atty v0.2.14
21302024-08-17T03:27:55.294Z[ host-package] Compiling topological-sort v0.2.2
21312024-08-17T03:27:55.328Z[ host-package] Compiling endian-type v0.1.2
21322024-08-17T03:27:55.428Z[ host-package] Compiling crunchy v0.2.2
21332024-08-17T03:27:55.527Z[ host-package] Compiling maplit v1.0.2
21342024-08-17T03:27:55.634Z[ host-package] Compiling glob v0.3.1
21352024-08-17T03:27:55.672Z[ host-package] Compiling radix_trie v0.2.1
21362024-08-17T03:27:55.712Z[ host-package] Compiling omicron-zone-package v0.11.0
21372024-08-17T03:27:55.745Z[ host-package] Compiling rustfmt-wrapper v0.2.1
21382024-08-17T03:27:55.963Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21392024-08-17T03:27:56.464Z[ host-package] Compiling tungstenite v0.21.0
21402024-08-17T03:27:56.515Z[ host-package] Compiling clang-sys v1.7.0
21412024-08-17T03:27:56.631Z[ host-package] Compiling tiny-keccak v2.0.2
21422024-08-17T03:27:56.919Z[ host-package] Compiling dsl_auto_type v0.1.2
21432024-08-17T03:27:57.057Z[ host-package] Compiling scheduled-thread-pool v0.2.7
21442024-08-17T03:27:57.306Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
21452024-08-17T03:27:57.865Z[ host-package] Compiling tokio-tungstenite v0.21.0
21462024-08-17T03:27:58.426Z[ host-package] Compiling arc-swap v1.7.1
21472024-08-17T03:27:58.649Z[ host-package] Compiling diesel_derives v2.2.2
21482024-08-17T03:27:58.707Z[ host-package] Compiling r2d2 v0.8.10
21492024-08-17T03:27:59.202Z[ helios-setup] Aug 17 03:27:57.483 INFO E| info: installing component 'rustfmt'
21502024-08-17T03:27:59.375Z[ host-package] Compiling slog-scope v4.4.0
21512024-08-17T03:28:00.030Z[ host-package] Compiling ascii-canvas v3.0.0
21522024-08-17T03:28:00.256Z[ helios-setup] Aug 17 03:27:58.537 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
21532024-08-17T03:28:00.299Z[ host-package] Compiling ena v0.14.3
21542024-08-17T03:28:00.532Z[ host-package] Compiling libloading v0.8.3
21552024-08-17T03:28:00.729Z[ host-package] Compiling bindgen v0.69.4
21562024-08-17T03:28:00.945Z[ host-package] Compiling regex-syntax v0.6.29
21572024-08-17T03:28:01.039Z[ helios-setup] Aug 17 03:27:59.320 INFO E| From https://github.com/oxidecomputer/amd-apcb
21582024-08-17T03:28:01.039Z[ helios-setup] Aug 17 03:27:59.320 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
21592024-08-17T03:28:01.039Z[ helios-setup] Aug 17 03:27:59.320 INFO E| * [new tag] v0.3.3 -> v0.3.3
21602024-08-17T03:28:01.069Z[ helios-setup] Aug 17 03:27:59.350 INFO E| * [new tag] v0.1.3 -> v0.1.3
21612024-08-17T03:28:01.069Z[ helios-setup] Aug 17 03:27:59.350 INFO E| * [new tag] v0.1.4 -> v0.1.4
21622024-08-17T03:28:01.072Z[ helios-setup] Aug 17 03:27:59.351 INFO E| * [new tag] v0.1.5 -> v0.1.5
21632024-08-17T03:28:01.072Z[ helios-setup] Aug 17 03:27:59.351 INFO E| * [new tag] v0.2.0 -> v0.2.0
21642024-08-17T03:28:01.072Z[ helios-setup] Aug 17 03:27:59.351 INFO E| * [new tag] v0.3.0 -> v0.3.0
21652024-08-17T03:28:01.072Z[ helios-setup] Aug 17 03:27:59.351 INFO E| * [new tag] v0.3.1 -> v0.3.1
21662024-08-17T03:28:01.072Z[ helios-setup] Aug 17 03:27:59.351 INFO E| * [new tag] v0.3.2 -> v0.3.2
21672024-08-17T03:28:01.105Z[ helios-setup] Aug 17 03:27:59.386 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
21682024-08-17T03:28:01.294Z[ host-package] Compiling diff v0.1.13
21692024-08-17T03:28:01.629Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21702024-08-17T03:28:01.950Z[ helios-setup] Aug 17 03:28:00.231 INFO E| From https://github.com/oxidecomputer/amd-efs
21712024-08-17T03:28:01.950Z[ helios-setup] Aug 17 03:28:00.231 INFO E| * [new branch] empty -> origin/empty
21722024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.231 INFO E| * [new branch] issue-99 -> origin/issue-99
21732024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.231 INFO E| * [new branch] main -> origin/main
21742024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.232 INFO E| * [new branch] review -> origin/review
21752024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.232 INFO E| * [new ref] -> origin/HEAD
21762024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.232 INFO E| * [new tag] v0.2.0 -> v0.2.0
21772024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.232 INFO E| * [new tag] v0.2.1 -> v0.2.1
21782024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.232 INFO E| * [new tag] v0.2.2 -> v0.2.2
21792024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.2.3 -> v0.2.3
21802024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.2.4 -> v0.2.4
21812024-08-17T03:28:01.953Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.2.5 -> v0.2.5
21822024-08-17T03:28:01.954Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.2.6 -> v0.2.6
21832024-08-17T03:28:01.954Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.2.7 -> v0.2.7
21842024-08-17T03:28:01.954Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.3.0 -> v0.3.0
21852024-08-17T03:28:01.954Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.3.1 -> v0.3.1
21862024-08-17T03:28:01.954Z[ helios-setup] Aug 17 03:28:00.233 INFO E| * [new tag] v0.4.0 -> v0.4.0
21872024-08-17T03:28:01.972Z[ helios-setup] Aug 17 03:28:00.253 INFO E| Updating crates.io index
21882024-08-17T03:28:02.013Z[ host-package] Compiling slog-stdlog v4.1.1
21892024-08-17T03:28:02.156Z[ helios-setup] Aug 17 03:28:00.437 INFO E| Downloading crates ...
21902024-08-17T03:28:02.282Z[ helios-setup] Aug 17 03:28:00.562 INFO E| Downloaded log v0.4.22
21912024-08-17T03:28:02.289Z[ helios-setup] Aug 17 03:28:00.567 INFO E| Downloaded modular-bitfield-impl v0.11.2
21922024-08-17T03:28:02.291Z[ helios-setup] Aug 17 03:28:00.571 INFO E| Downloaded memoffset v0.5.6
21932024-08-17T03:28:02.293Z[ helios-setup] Aug 17 03:28:00.573 INFO E| Downloaded four-cc v0.3.0
21942024-08-17T03:28:02.293Z[ helios-setup] Aug 17 03:28:00.574 INFO E| Downloaded strum v0.23.0
21952024-08-17T03:28:02.296Z[ helios-setup] Aug 17 03:28:00.575 INFO E| Downloaded scroll_derive v0.10.5
21962024-08-17T03:28:02.298Z[ helios-setup] Aug 17 03:28:00.577 INFO E| Downloaded parse_int v0.6.0
21972024-08-17T03:28:02.298Z[ helios-setup] Aug 17 03:28:00.578 INFO E| Downloaded bytesize v1.3.0
21982024-08-17T03:28:02.301Z[ helios-setup] Aug 17 03:28:00.581 INFO E| Downloaded unic-char-range v0.9.0
21992024-08-17T03:28:02.304Z[ helios-setup] Aug 17 03:28:00.584 INFO E| Downloaded unic-char-property v0.9.0
22002024-08-17T03:28:02.307Z[ helios-setup] Aug 17 03:28:00.585 INFO E| Downloaded unic-common v0.9.0
22012024-08-17T03:28:02.307Z[ helios-setup] Aug 17 03:28:00.587 INFO E| Downloaded unic-ucd-version v0.9.0
22022024-08-17T03:28:02.310Z[ helios-setup] Aug 17 03:28:00.588 INFO E| Downloaded fletcher v0.1.0
22032024-08-17T03:28:02.337Z[ helios-setup] Aug 17 03:28:00.618 INFO E| Downloaded vec_map v0.8.2
22042024-08-17T03:28:02.340Z[ helios-setup] Aug 17 03:28:00.620 INFO E| Downloaded unic-ucd-ident v0.9.0
22052024-08-17T03:28:02.342Z[ helios-setup] Aug 17 03:28:00.622 INFO E| Downloaded semver-parser v0.7.0
22062024-08-17T03:28:02.344Z[ helios-setup] Aug 17 03:28:00.624 INFO E| Downloaded rustc_version v0.2.3
22072024-08-17T03:28:02.347Z[ helios-setup] Aug 17 03:28:00.625 INFO E| Downloaded proc-macro-crate v0.1.5
22082024-08-17T03:28:02.347Z[ helios-setup] Aug 17 03:28:00.627 INFO E| Downloaded textwrap v0.11.0
22092024-08-17T03:28:02.349Z[ helios-setup] Aug 17 03:28:00.630 INFO E| Downloaded semver v0.9.0
22102024-08-17T03:28:02.352Z[ helios-setup] Aug 17 03:28:00.633 INFO E| Downloaded structopt-derive v0.4.18
22112024-08-17T03:28:02.355Z[ helios-setup] Aug 17 03:28:00.635 INFO E| Downloaded pre-proc-macro v0.2.1
22122024-08-17T03:28:02.358Z[ helios-setup] Aug 17 03:28:00.638 INFO E| Downloaded pest_generator v2.7.11
22132024-08-17T03:28:02.360Z[ helios-setup] Aug 17 03:28:00.641 INFO E| Downloaded ansi_term v0.12.1
22142024-08-17T03:28:02.363Z[ helios-setup] Aug 17 03:28:00.644 INFO E| Downloaded strsim v0.8.0
22152024-08-17T03:28:02.365Z[ helios-setup] Aug 17 03:28:00.645 INFO E| Downloaded num-derive v0.3.3
22162024-08-17T03:28:02.368Z[ helios-setup] Aug 17 03:28:00.649 INFO E| Downloaded toml v0.5.11
22172024-08-17T03:28:02.372Z[ helios-setup] Aug 17 03:28:00.653 INFO E| Downloaded pest_meta v2.7.11
22182024-08-17T03:28:02.376Z[ helios-setup] Aug 17 03:28:00.656 INFO E| Downloaded serde_derive v1.0.204
22192024-08-17T03:28:02.380Z[ helios-setup] Aug 17 03:28:00.660 INFO E| Downloaded modular-bitfield v0.11.2
22202024-08-17T03:28:02.399Z[ helios-setup] Aug 17 03:28:00.679 INFO E| Downloaded serde v1.0.204
22212024-08-17T03:28:02.404Z[ helios-setup] Aug 17 03:28:00.685 INFO E| Downloaded structopt v0.3.26
22222024-08-17T03:28:02.419Z[ helios-setup] Aug 17 03:28:00.699 INFO E| Downloaded serde_json v1.0.120
22232024-08-17T03:28:02.431Z[ helios-setup] Aug 17 03:28:00.712 INFO E| Downloaded syn v2.0.71
22242024-08-17T03:28:02.449Z[ helios-setup] Aug 17 03:28:00.729 INFO E| Downloaded goblin v0.4.3
22252024-08-17T03:28:02.456Z[ helios-setup] Aug 17 03:28:00.737 INFO E| Downloaded clap v2.34.0
22262024-08-17T03:28:02.467Z[ helios-setup] Aug 17 03:28:00.748 INFO E| Downloaded pest v2.7.11
22272024-08-17T03:28:02.474Z[ helios-setup] Aug 17 03:28:00.755 INFO E| Downloaded memchr v2.7.4
22282024-08-17T03:28:02.483Z[ helios-setup] Aug 17 03:28:00.763 INFO E| Downloaded scroll v0.10.2
22292024-08-17T03:28:02.485Z[ helios-setup] Aug 17 03:28:00.766 INFO E| Downloaded pest_derive v2.7.11
22302024-08-17T03:28:02.489Z[ helios-setup] Aug 17 03:28:00.769 INFO E| Downloaded strum_macros v0.23.1
22312024-08-17T03:28:02.493Z[ helios-setup] Aug 17 03:28:00.772 INFO E| Downloaded pre v0.2.1
22322024-08-17T03:28:02.495Z[ helios-setup] Aug 17 03:28:00.774 INFO E| Downloaded cfg-if v0.1.10
22332024-08-17T03:28:02.607Z[ helios-setup] Aug 17 03:28:00.887 INFO E| Compiling proc-macro2 v1.0.86
22342024-08-17T03:28:02.634Z[ helios-setup] Aug 17 03:28:00.914 INFO E| Compiling unicode-ident v1.0.12
22352024-08-17T03:28:02.634Z[ helios-setup] Aug 17 03:28:00.914 INFO E| Compiling syn v1.0.109
22362024-08-17T03:28:02.634Z[ helios-setup] Aug 17 03:28:00.914 INFO E| Compiling version_check v0.9.4
22372024-08-17T03:28:02.634Z[ helios-setup] Aug 17 03:28:00.914 INFO E| Compiling thiserror v1.0.63
22382024-08-17T03:28:02.636Z[ helios-setup] Aug 17 03:28:00.915 INFO E| Compiling semver-parser v0.7.0
22392024-08-17T03:28:02.636Z[ helios-setup] Aug 17 03:28:00.915 INFO E| Compiling autocfg v1.3.0
22402024-08-17T03:28:02.636Z[ helios-setup] Aug 17 03:28:00.915 INFO E| Compiling serde v1.0.204
22412024-08-17T03:28:02.911Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22422024-08-17T03:28:03.936Z[ helios-setup] Aug 17 03:28:02.216 INFO E| Compiling semver v0.9.0
22432024-08-17T03:28:04.198Z[ helios-setup] Aug 17 03:28:02.479 INFO E| Compiling proc-macro-error-attr v1.0.4
22442024-08-17T03:28:04.207Z[ helios-setup] Aug 17 03:28:02.487 INFO E| Compiling proc-macro-error v1.0.4
22452024-08-17T03:28:04.257Z[ helios-setup] Aug 17 03:28:02.538 INFO E| Compiling serde_json v1.0.120
22462024-08-17T03:28:04.446Z[ helios-setup] Aug 17 03:28:02.726 INFO E| Compiling num-traits v0.2.19
22472024-08-17T03:28:04.825Z[ helios-setup] Aug 17 03:28:03.105 INFO E| Compiling rustc_version v0.2.3
22482024-08-17T03:28:04.916Z[ helios-setup] Aug 17 03:28:03.197 INFO E| Compiling unicode-segmentation v1.11.0
22492024-08-17T03:28:05.054Z[ helios-setup] Aug 17 03:28:03.334 INFO E| Compiling itoa v1.0.11
22502024-08-17T03:28:05.103Z[ host-package] Compiling which v4.4.2
22512024-08-17T03:28:05.121Z[ helios-setup] Aug 17 03:28:03.385 INFO E| Compiling schemars v0.8.21
22522024-08-17T03:28:05.121Z[ helios-setup] Aug 17 03:28:03.385 INFO E| Compiling ryu v1.0.18
22532024-08-17T03:28:05.500Z[ helios-setup] Aug 17 03:28:03.781 INFO E| Compiling quote v1.0.36
22542024-08-17T03:28:05.546Z[ helios-setup] Aug 17 03:28:03.826 INFO E| Compiling memoffset v0.5.6
22552024-08-17T03:28:05.867Z[ helios-setup] Aug 17 03:28:04.147 INFO E| Compiling memchr v2.7.4
22562024-08-17T03:28:05.880Z[ helios-setup] Aug 17 03:28:04.159 INFO E| Compiling pre-proc-macro v0.2.1
22572024-08-17T03:28:05.919Z[ helios-setup] Aug 17 03:28:04.198 INFO E| Compiling dyn-clone v1.0.17
22582024-08-17T03:28:06.242Z[ helios-setup] Aug 17 03:28:04.521 INFO E| Compiling syn v2.0.71
22592024-08-17T03:28:06.362Z[ host-package] Compiling lalrpop v0.19.12
22602024-08-17T03:28:06.523Z[ helios-setup] Aug 17 03:28:04.802 INFO E| Compiling heck v0.3.3
22612024-08-17T03:28:06.688Z[ helios-setup] Aug 17 03:28:04.967 INFO E| Compiling paste v1.0.15
22622024-08-17T03:28:06.961Z[ helios-setup] Aug 17 03:28:05.241 INFO E| Compiling libc v0.2.155
22632024-08-17T03:28:07.101Z[ helios-setup] Aug 17 03:28:05.381 INFO E| Compiling ucd-trie v0.1.6
22642024-08-17T03:28:07.687Z[ helios-setup] Aug 17 03:28:05.967 INFO E| Compiling lazy_static v1.5.0
22652024-08-17T03:28:07.878Z[ helios-setup] Aug 17 03:28:06.157 INFO E| Compiling rustversion v1.0.17
22662024-08-17T03:28:08.607Z[ helios-setup] Aug 17 03:28:06.886 INFO E| Compiling pre v0.2.1
22672024-08-17T03:28:08.862Z[ helios-setup] Aug 17 03:28:07.141 INFO E| Compiling static_assertions v1.1.0
22682024-08-17T03:28:09.189Z[ helios-setup] Aug 17 03:28:07.468 INFO E| Compiling cfg-if v0.1.10
22692024-08-17T03:28:09.275Z[ helios-setup] Aug 17 03:28:07.553 INFO E| Compiling once_cell v1.19.0
22702024-08-17T03:28:09.494Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22712024-08-17T03:28:09.505Z[ helios-setup] Aug 17 03:28:07.785 INFO E| Compiling byteorder v1.5.0
22722024-08-17T03:28:10.017Z[ host-package] Compiling cexpr v0.6.0
22732024-08-17T03:28:10.279Z[ helios-setup] Aug 17 03:28:08.552 INFO E| Compiling unicode-width v0.1.13
22742024-08-17T03:28:10.677Z[ helios-setup] Aug 17 03:28:08.950 INFO E| Compiling textwrap v0.11.0
22752024-08-17T03:28:11.869Z[ helios-setup] Aug 17 03:28:10.148 INFO E| Compiling atty v0.2.14
22762024-08-17T03:28:11.896Z[ helios-setup] Aug 17 03:28:10.175 INFO E| Compiling ansi_term v0.12.1
22772024-08-17T03:28:12.332Z[ helios-setup] Aug 17 03:28:10.609 INFO E| Compiling strum v0.23.0
22782024-08-17T03:28:12.510Z[ helios-setup] Aug 17 03:28:10.785 INFO E| Compiling strsim v0.8.0
22792024-08-17T03:28:12.555Z[ helios-setup] Aug 17 03:28:10.834 INFO E| Compiling vec_map v0.8.2
22802024-08-17T03:28:12.790Z[ helios-setup] Aug 17 03:28:11.068 INFO E| Compiling unic-char-range v0.9.0
22812024-08-17T03:28:12.983Z[ helios-setup] Aug 17 03:28:11.262 INFO E| Compiling fletcher v0.1.0
22822024-08-17T03:28:13.046Z[ helios-setup] Aug 17 03:28:11.325 INFO E| Compiling bitflags v1.3.2
22832024-08-17T03:28:13.152Z[ helios-setup] Aug 17 03:28:11.431 INFO E| Compiling unic-common v0.9.0
22842024-08-17T03:28:13.195Z[ host-package] Compiling libsw v3.3.1
22852024-08-17T03:28:13.208Z[ helios-setup] Aug 17 03:28:11.487 INFO E| Compiling clap v2.34.0
22862024-08-17T03:28:13.340Z[ helios-setup] Aug 17 03:28:11.618 INFO E| Compiling parse_int v0.6.0
22872024-08-17T03:28:13.350Z[ helios-setup] Aug 17 03:28:11.629 INFO E| Compiling unic-ucd-version v0.9.0
22882024-08-17T03:28:13.448Z[ helios-setup] Aug 17 03:28:11.726 INFO E| Compiling unic-char-property v0.9.0
22892024-08-17T03:28:13.618Z[ helios-setup] Aug 17 03:28:11.897 INFO E| Compiling log v0.4.22
22902024-08-17T03:28:13.705Z[ helios-setup] Aug 17 03:28:11.983 INFO E| Compiling plain v0.2.3
22912024-08-17T03:28:13.745Z[ helios-setup] Aug 17 03:28:12.023 INFO E| Compiling unic-ucd-ident v0.9.0
22922024-08-17T03:28:13.891Z[ host-package] Compiling rustc-hash v1.1.0
22932024-08-17T03:28:13.959Z[ helios-setup] Aug 17 03:28:12.237 INFO E| Compiling bytesize v1.3.0
22942024-08-17T03:28:14.322Z[ host-package] Compiling ref-cast v1.0.23
22952024-08-17T03:28:14.982Z[ host-package] Compiling linear-map v1.2.0
22962024-08-17T03:28:15.117Z[ helios-setup] Aug 17 03:28:13.394 INFO E| Compiling serde_derive_internals v0.29.1
22972024-08-17T03:28:15.901Z[ host-package] Compiling lazycell v1.3.0
22982024-08-17T03:28:16.300Z[ host-package] Compiling shlex v1.3.0
22992024-08-17T03:28:16.501Z[ helios-setup] Aug 17 03:28:14.778 INFO E| Compiling toml v0.5.11
23002024-08-17T03:28:17.024Z[ host-package] Compiling owo-colors v4.0.0
23012024-08-17T03:28:17.818Z[ host-package] Compiling diesel v2.2.2
23022024-08-17T03:28:19.770Z[ helios-setup] Aug 17 03:28:17.991 INFO E| Compiling proc-macro-crate v0.1.5
23032024-08-17T03:28:20.581Z[ helios-setup] Aug 17 03:28:18.855 INFO E| Compiling thiserror-impl v1.0.63
23042024-08-17T03:28:20.657Z[ helios-setup] Aug 17 03:28:18.932 INFO E| Compiling serde_derive v1.0.204
23052024-08-17T03:28:20.879Z[ helios-setup] Aug 17 03:28:19.156 INFO E| Compiling schemars_derive v0.8.21
23062024-08-17T03:28:21.013Z[ helios-setup] Aug 17 03:28:19.241 INFO E| Compiling zerocopy-derive v0.6.6
23072024-08-17T03:28:21.151Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23082024-08-17T03:28:24.266Z[ helios-setup] Aug 17 03:28:22.542 INFO E| Compiling zerocopy v0.6.6
23092024-08-17T03:28:25.686Z[ helios-setup] Aug 17 03:28:23.961 INFO E| Compiling pest v2.7.11
23102024-08-17T03:28:27.821Z[ helios-setup] Aug 17 03:28:26.095 INFO E| Compiling modular-bitfield-impl v0.11.2
23112024-08-17T03:28:27.821Z[ helios-setup] Aug 17 03:28:26.095 INFO E| Compiling num-derive v0.3.3
23122024-08-17T03:28:27.853Z[ helios-setup] Aug 17 03:28:26.129 INFO E| Compiling strum_macros v0.23.1
23132024-08-17T03:28:30.357Z[ helios-setup] Aug 17 03:28:28.633 INFO E| Compiling pest_meta v2.7.11
23142024-08-17T03:28:30.372Z[ helios-setup] Aug 17 03:28:28.647 INFO E| Compiling scroll_derive v0.10.5
23152024-08-17T03:28:31.493Z[ helios-setup] Aug 17 03:28:29.762 INFO E| Compiling structopt-derive v0.4.18
23162024-08-17T03:28:32.495Z[ host-package] Compiling slog-envlogger v2.2.0
23172024-08-17T03:28:33.389Z[ helios-setup] Aug 17 03:28:31.663 INFO E| Compiling modular-bitfield v0.11.2
23182024-08-17T03:28:33.791Z[ helios-setup] Aug 17 03:28:32.066 INFO E| Compiling pest_generator v2.7.11
23192024-08-17T03:28:33.833Z[ helios-setup] Aug 17 03:28:32.108 INFO E| Compiling scroll v0.10.2
23202024-08-17T03:28:34.431Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23212024-08-17T03:28:35.141Z[ helios-setup] Aug 17 03:28:33.416 INFO E| Compiling goblin v0.4.3
23222024-08-17T03:28:36.457Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23232024-08-17T03:28:37.046Z[ helios-setup] Aug 17 03:28:35.320 INFO E| Compiling structopt v0.3.26
23242024-08-17T03:28:37.058Z[ host-package] Compiling derive_builder_core v0.20.0
23252024-08-17T03:28:37.467Z[ helios-setup] Aug 17 03:28:35.742 INFO E| Compiling pest_derive v2.7.11
23262024-08-17T03:28:40.186Z[ host-package] Compiling headers-core v0.2.0
23272024-08-17T03:28:40.386Z[ host-package] Compiling fxhash v0.2.1
23282024-08-17T03:28:40.883Z[ host-package] Compiling libxml v0.3.3
23292024-08-17T03:28:41.577Z[ host-package] Compiling ref-cast-impl v1.0.23
23302024-08-17T03:28:43.358Z[ host-package] Compiling headers v0.3.9
23312024-08-17T03:28:43.998Z[ helios-setup] Aug 17 03:28:42.271 INFO E| Compiling json5 v0.4.1
23322024-08-17T03:28:45.132Z[ host-package] Compiling samael v0.0.15
23332024-08-17T03:28:47.192Z[ host-package] Compiling derive_builder_macro v0.20.0
23342024-08-17T03:28:47.758Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23352024-08-17T03:28:48.514Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23362024-08-17T03:28:49.106Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23372024-08-17T03:28:49.259Z[ host-package] Compiling strum_macros v0.24.3
23382024-08-17T03:28:49.929Z[ helios-setup] Aug 17 03:28:48.202 INFO E| Compiling four-cc v0.3.0
23392024-08-17T03:28:49.930Z[ helios-setup] Aug 17 03:28:48.202 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
23402024-08-17T03:28:50.237Z[ helios-setup] Aug 17 03:28:48.509 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
23412024-08-17T03:28:51.286Z[ host-package] Compiling polar-core v0.27.3
23422024-08-17T03:28:52.191Z[ host-package] Compiling unicase v2.7.0
23432024-08-17T03:28:52.975Z[ host-package] Compiling cookie v0.18.1
23442024-08-17T03:28:53.487Z[ host-package] Compiling indoc v1.0.9
23452024-08-17T03:28:54.027Z[ host-package] Compiling derive_builder v0.20.0
23462024-08-17T03:28:54.724Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23472024-08-17T03:28:55.264Z[ host-package] Compiling crossterm v0.28.1
23482024-08-17T03:28:55.875Z[ host-package] Compiling curve25519-dalek v4.1.3
23492024-08-17T03:28:56.481Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
23502024-08-17T03:28:59.955Z[ host-package] Compiling oso-derive v0.27.3
23512024-08-17T03:28:59.991Z[ host-package] Compiling libz-sys v1.1.16
23522024-08-17T03:29:00.917Z[ host-package] Compiling quick-xml v0.31.0
23532024-08-17T03:29:01.043Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
23542024-08-17T03:29:01.531Z[ host-package] Compiling parking_lot_core v0.8.6
23552024-08-17T03:29:02.074Z[ host-package] Compiling keccak v0.1.5
23562024-08-17T03:29:03.254Z[ host-package] Compiling sha3 v0.10.8
23572024-08-17T03:29:04.730Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23582024-08-17T03:29:04.842Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23592024-08-17T03:29:06.641Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23602024-08-17T03:29:07.515Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23612024-08-17T03:29:07.905Z[ host-package] Compiling bb8 v0.8.5
23622024-08-17T03:29:08.630Z[ host-package] Compiling const_format_proc_macros v0.2.32
23632024-08-17T03:29:10.780Z[ host-package] Compiling universal-hash v0.5.1
23642024-08-17T03:29:10.808Z[ host-package] Compiling secrecy v0.8.0
23652024-08-17T03:29:11.031Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23662024-08-17T03:29:11.153Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
23672024-08-17T03:29:12.058Z[ host-package] Compiling vte_generate_state_changes v0.1.1
23682024-08-17T03:29:12.791Z[ host-package] Compiling opaque-debug v0.3.1
23692024-08-17T03:29:12.927Z[ host-package] Compiling poly1305 v0.8.0
23702024-08-17T03:29:14.080Z[ host-package] Compiling thiserror-no-std v2.0.2
23712024-08-17T03:29:14.300Z[ host-package] Compiling vte v0.11.1
23722024-08-17T03:29:14.655Z[ host-package] Compiling const_format v0.2.32
23732024-08-17T03:29:16.297Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23742024-08-17T03:29:17.026Z[ host-package] Compiling oso v0.27.3
23752024-08-17T03:29:20.569Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
23762024-08-17T03:29:21.848Z[ host-package] Compiling chacha20 v0.9.1
23772024-08-17T03:29:22.424Z[ host-package] Compiling fd-lock v4.0.2
23782024-08-17T03:29:22.758Z[ host-package] Compiling aead v0.5.2
23792024-08-17T03:29:23.186Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
23802024-08-17T03:29:24.214Z[ host-package] Compiling bytecount v0.6.8
23812024-08-17T03:29:24.588Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23822024-08-17T03:29:25.037Z[ host-package] Compiling papergrid v0.11.0
23832024-08-17T03:29:26.860Z[ host-package] Compiling chacha20poly1305 v0.10.1
23842024-08-17T03:29:27.197Z[ host-package] Compiling parking_lot v0.11.2
23852024-08-17T03:29:29.717Z[ host-package] Compiling strip-ansi-escapes v0.2.0
23862024-08-17T03:29:30.657Z[ helios-setup] Aug 17 03:29:28.922 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
23872024-08-17T03:29:30.674Z[ host-package] Compiling vsss-rs v3.3.4
23882024-08-17T03:29:36.613Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
23892024-08-17T03:29:36.673Z[ host-package] Compiling tabled_derive v0.7.0
23902024-08-17T03:29:37.790Z[ host-package] Compiling crossterm v0.27.0
23912024-08-17T03:29:38.364Z[ host-package] Compiling peg-macros v0.8.4
23922024-08-17T03:29:39.573Z[ host-package] Compiling kstat-rs v0.2.4
23932024-08-17T03:29:40.846Z[ host-package] Compiling sqlparser_derive v0.2.2
23942024-08-17T03:29:41.521Z[ helios-setup] Aug 17 03:29:39.784 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
23952024-08-17T03:29:42.081Z[ host-package] Compiling highway v1.2.0
23962024-08-17T03:29:42.472Z[ host-package] Compiling unicode_categories v0.1.1
23972024-08-17T03:29:42.765Z[ host-package] Compiling nu-ansi-term v0.50.0
23982024-08-17T03:29:42.899Z[ host-package] Compiling sqlformat v0.2.4
23992024-08-17T03:29:43.704Z[ host-package] Compiling reedline v0.33.0
24002024-08-17T03:29:44.184Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24012024-08-17T03:29:45.640Z[ host-package] Compiling rustyline v14.0.0
24022024-08-17T03:29:54.487Z[ host-package] Compiling peg v0.8.4
24032024-08-17T03:29:54.619Z[ host-package] Compiling sqlparser v0.45.0
24042024-08-17T03:29:56.054Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24052024-08-17T03:29:58.732Z[ host-package] Compiling tabled v0.15.0
24062024-08-17T03:30:09.757Z[ host-package] Compiling mime_guess v2.0.4
24072024-08-17T03:30:11.373Z[ host-package] Compiling sled v0.34.7
24082024-08-17T03:30:18.971Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24092024-08-17T03:30:19.843Z[ helios-setup] Aug 17 03:30:18.099 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 19s
24102024-08-17T03:30:19.879Z[ helios-setup] Aug 17 03:30:18.135 INFO building project "amd-host-image-builder" ok (171 seconds)
24112024-08-17T03:30:19.881Z[ helios-setup] Aug 17 03:30:18.135 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24122024-08-17T03:30:19.882Z[ helios-setup] Aug 17 03:30:18.135 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24132024-08-17T03:30:20.095Z[ host-package] Compiling hickory-client v0.24.1
24142024-08-17T03:30:20.147Z[ helios-setup] Aug 17 03:30:18.403 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24152024-08-17T03:30:20.715Z[ helios-setup] Aug 17 03:30:18.971 INFO E| From https://github.com/jclulow/rust-jmclib
24162024-08-17T03:30:20.715Z[ helios-setup] Aug 17 03:30:18.971 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24172024-08-17T03:30:20.754Z[ helios-setup] Aug 17 03:30:19.009 INFO E| Updating crates.io index
24182024-08-17T03:30:20.886Z[ helios-setup] Aug 17 03:30:19.142 INFO E| Downloading crates ...
24192024-08-17T03:30:20.994Z[ helios-setup] Aug 17 03:30:19.250 INFO E| Downloaded bitflags v2.3.3
24202024-08-17T03:30:20.999Z[ helios-setup] Aug 17 03:30:19.255 INFO E| Downloaded md-5 v0.9.1
24212024-08-17T03:30:21.002Z[ helios-setup] Aug 17 03:30:19.257 INFO E| Downloaded itoa v1.0.9
24222024-08-17T03:30:21.006Z[ helios-setup] Aug 17 03:30:19.262 INFO E| Downloaded opaque-debug v0.3.0
24232024-08-17T03:30:21.029Z[ helios-setup] Aug 17 03:30:19.285 INFO E| Downloaded libdevinfo-sys v1.0.0
24242024-08-17T03:30:21.032Z[ helios-setup] Aug 17 03:30:19.286 INFO E| Downloaded fastrand v2.0.0
24252024-08-17T03:30:21.035Z[ helios-setup] Aug 17 03:30:19.288 INFO E| Downloaded errno v0.3.1
24262024-08-17T03:30:21.035Z[ helios-setup] Aug 17 03:30:19.290 INFO E| Downloaded cpufeatures v0.2.9
24272024-08-17T03:30:21.040Z[ helios-setup] Aug 17 03:30:19.292 INFO E| Downloaded block-buffer v0.9.0
24282024-08-17T03:30:21.040Z[ helios-setup] Aug 17 03:30:19.293 INFO E| Downloaded digest v0.9.0
24292024-08-17T03:30:21.046Z[ helios-setup] Aug 17 03:30:19.302 INFO E| Downloaded walkdir v2.3.3
24302024-08-17T03:30:21.050Z[ helios-setup] Aug 17 03:30:19.305 INFO E| Downloaded unicode-width v0.1.10
24312024-08-17T03:30:21.052Z[ helios-setup] Aug 17 03:30:19.307 INFO E| Downloaded getrandom v0.2.10
24322024-08-17T03:30:21.055Z[ helios-setup] Aug 17 03:30:19.311 INFO E| Downloaded uuid v0.8.2
24332024-08-17T03:30:21.063Z[ helios-setup] Aug 17 03:30:19.319 INFO E| Downloaded once_cell v1.18.0
24342024-08-17T03:30:21.068Z[ helios-setup] Aug 17 03:30:19.324 INFO E| Downloaded typenum v1.16.0
24352024-08-17T03:30:21.072Z[ helios-setup] Aug 17 03:30:19.328 INFO E| Downloaded unicode-ident v1.0.11
24362024-08-17T03:30:21.078Z[ helios-setup] Aug 17 03:30:19.334 INFO E| Downloaded serde_derive v1.0.193
24372024-08-17T03:30:21.083Z[ helios-setup] Aug 17 03:30:19.338 INFO E| Downloaded serde v1.0.193
24382024-08-17T03:30:21.088Z[ helios-setup] Aug 17 03:30:19.344 INFO E| Downloaded syn v2.0.32
24392024-08-17T03:30:21.108Z[ helios-setup] Aug 17 03:30:19.364 INFO E| Downloaded serde_json v1.0.103
24402024-08-17T03:30:21.121Z[ helios-setup] Aug 17 03:30:19.376 INFO E| Downloaded rustix v0.38.4
24412024-08-17T03:30:21.156Z[ helios-setup] Aug 17 03:30:19.412 INFO E| Downloaded proc-macro2 v1.0.66
24422024-08-17T03:30:21.163Z[ helios-setup] Aug 17 03:30:19.418 INFO E| Downloaded tempfile v3.7.0
24432024-08-17T03:30:21.166Z[ helios-setup] Aug 17 03:30:19.422 INFO E| Downloaded libc v0.2.147
24442024-08-17T03:30:21.212Z[ helios-setup] Aug 17 03:30:19.464 INFO E| Downloaded sha-1 v0.9.8
24452024-08-17T03:30:21.215Z[ helios-setup] Aug 17 03:30:19.468 INFO E| Downloaded ryu v1.0.15
24462024-08-17T03:30:21.218Z[ helios-setup] Aug 17 03:30:19.472 INFO E| Downloaded quote v1.0.31
24472024-08-17T03:30:21.221Z[ helios-setup] Aug 17 03:30:19.476 INFO E| Downloaded anyhow v1.0.72
24482024-08-17T03:30:21.382Z[ helios-setup] Aug 17 03:30:19.638 INFO E| Compiling libc v0.2.147
24492024-08-17T03:30:21.382Z[ helios-setup] Aug 17 03:30:19.638 INFO E| Compiling proc-macro2 v1.0.66
24502024-08-17T03:30:21.388Z[ helios-setup] Aug 17 03:30:19.638 INFO E| Compiling unicode-ident v1.0.11
24512024-08-17T03:30:21.388Z[ helios-setup] Aug 17 03:30:19.638 INFO E| Compiling cfg-if v1.0.0
24522024-08-17T03:30:21.388Z[ helios-setup] Aug 17 03:30:19.638 INFO E| Compiling typenum v1.16.0
24532024-08-17T03:30:21.388Z[ helios-setup] Aug 17 03:30:19.638 INFO E| Compiling version_check v0.9.4
24542024-08-17T03:30:21.388Z[ helios-setup] Aug 17 03:30:19.638 INFO E| Compiling serde v1.0.193
24552024-08-17T03:30:21.388Z[ helios-setup] Aug 17 03:30:19.639 INFO E| Compiling time-core v0.1.2
24562024-08-17T03:30:21.915Z[ helios-setup] Aug 17 03:30:20.170 INFO E| Compiling num-conv v0.1.0
24572024-08-17T03:30:21.917Z[ helios-setup] Aug 17 03:30:20.171 INFO E| Compiling rustix v0.38.4
24582024-08-17T03:30:22.272Z[ helios-setup] Aug 17 03:30:20.527 INFO E| Compiling itoa v1.0.9
24592024-08-17T03:30:22.399Z[ helios-setup] Aug 17 03:30:20.655 INFO E| Compiling slog v2.7.0
24602024-08-17T03:30:22.440Z[ host-package] Compiling env_logger v0.9.3
24612024-08-17T03:30:22.741Z[ helios-setup] Aug 17 03:30:20.996 INFO E| Compiling powerfmt v0.2.0
24622024-08-17T03:30:23.063Z[ helios-setup] Aug 17 03:30:21.318 INFO E| Compiling generic-array v0.14.7
24632024-08-17T03:30:23.083Z[ helios-setup] Aug 17 03:30:21.339 INFO E| Compiling time-macros v0.2.18
24642024-08-17T03:30:23.635Z[ helios-setup] Aug 17 03:30:21.890 INFO E| Compiling deranged v0.3.11
24652024-08-17T03:30:23.666Z[ helios-setup] Aug 17 03:30:21.922 INFO E| Compiling bitflags v2.3.3
24662024-08-17T03:30:23.714Z[ helios-setup] Aug 17 03:30:21.969 INFO E| Compiling once_cell v1.18.0
24672024-08-17T03:30:23.768Z[ host-package] Compiling tungstenite v0.20.1
24682024-08-17T03:30:24.118Z[ helios-setup] Aug 17 03:30:22.373 INFO E| Compiling num_threads v0.1.6
24692024-08-17T03:30:24.442Z[ helios-setup] Aug 17 03:30:22.697 INFO E| Compiling thread_local v1.1.7
24702024-08-17T03:30:24.648Z[ helios-setup] Aug 17 03:30:22.903 INFO E| Compiling serde_json v1.0.103
24712024-08-17T03:30:25.751Z[ helios-setup] Aug 17 03:30:23.850 INFO E| Compiling quote v1.0.31
24722024-08-17T03:30:25.835Z[ helios-setup] Aug 17 03:30:24.090 INFO E| Compiling dirs-sys-next v0.1.2
24732024-08-17T03:30:25.945Z[ helios-setup] Aug 17 03:30:24.200 INFO E| Compiling errno v0.3.1
24742024-08-17T03:30:26.361Z[ helios-setup] Aug 17 03:30:24.616 INFO E| Compiling dirs-next v2.0.0
24752024-08-17T03:30:26.892Z[ helios-setup] Aug 17 03:30:25.146 INFO E| Compiling syn v2.0.32
24762024-08-17T03:30:26.905Z[ helios-setup] Aug 17 03:30:25.159 INFO E| Compiling term v0.7.0
24772024-08-17T03:30:27.324Z[ helios-setup] Aug 17 03:30:25.579 INFO E| Compiling atty v0.2.14
24782024-08-17T03:30:27.383Z[ helios-setup] Aug 17 03:30:25.638 INFO E| Compiling fastrand v2.0.0
24792024-08-17T03:30:27.766Z[ helios-setup] Aug 17 03:30:26.020 INFO E| Compiling anyhow v1.0.72
24802024-08-17T03:30:27.969Z[ helios-setup] Aug 17 03:30:26.224 INFO E| Compiling opaque-debug v0.3.0
24812024-08-17T03:30:28.119Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
24822024-08-17T03:30:28.119Z[ helios-setup] Aug 17 03:30:26.374 INFO E| Compiling getrandom v0.2.10
24832024-08-17T03:30:28.390Z[ helios-setup] Aug 17 03:30:26.645 INFO E| Compiling ryu v1.0.15
24842024-08-17T03:30:28.740Z[ helios-setup] Aug 17 03:30:26.994 INFO E| Compiling cpufeatures v0.2.9
24852024-08-17T03:30:28.791Z[ helios-setup] Aug 17 03:30:27.045 INFO E| Compiling time v0.3.36
24862024-08-17T03:30:28.834Z[ helios-setup] Aug 17 03:30:27.086 INFO E| Compiling digest v0.9.0
24872024-08-17T03:30:28.897Z[ helios-setup] Aug 17 03:30:27.151 INFO E| Compiling block-buffer v0.9.0
24882024-08-17T03:30:29.176Z[ helios-setup] Aug 17 03:30:27.429 INFO E| Compiling same-file v1.0.6
24892024-08-17T03:30:29.273Z[ helios-setup] Aug 17 03:30:27.527 INFO E| Compiling unicode-width v0.1.10
24902024-08-17T03:30:29.341Z[ helios-setup] Aug 17 03:30:27.596 INFO E| Compiling tempfile v3.7.0
24912024-08-17T03:30:29.600Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24922024-08-17T03:30:29.738Z[ helios-setup] Aug 17 03:30:27.992 INFO E| Compiling getopts v0.2.21
24932024-08-17T03:30:29.738Z[ helios-setup] Aug 17 03:30:27.993 INFO E| Compiling walkdir v2.3.3
24942024-08-17T03:30:30.294Z[ helios-setup] Aug 17 03:30:28.548 INFO E| Compiling md-5 v0.9.1
24952024-08-17T03:30:30.791Z[ helios-setup] Aug 17 03:30:29.045 INFO E| Compiling sha-1 v0.9.8
24962024-08-17T03:30:31.101Z[ helios-setup] Aug 17 03:30:29.355 INFO E| Compiling libdevinfo-sys v1.0.0
24972024-08-17T03:30:31.193Z[ helios-setup] Aug 17 03:30:29.447 INFO E| Compiling glob v0.3.1
24982024-08-17T03:30:32.443Z[ helios-setup] Aug 17 03:30:30.697 INFO E| Compiling slog-term v2.9.0
24992024-08-17T03:30:32.483Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25002024-08-17T03:30:36.138Z[ helios-setup] Aug 17 03:30:34.391 INFO E| Compiling serde_derive v1.0.193
25012024-08-17T03:30:37.640Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25022024-08-17T03:30:40.098Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
25032024-08-17T03:30:42.025Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25042024-08-17T03:30:42.356Z[ host-package] Compiling hickory-server v0.24.1
25052024-08-17T03:30:42.959Z[ host-package] Compiling bcs v0.1.6
25062024-08-17T03:30:44.021Z[ host-package] Compiling vergen v8.3.2
25072024-08-17T03:30:44.473Z[ host-package] Compiling bitstruct_derive v0.1.0
25082024-08-17T03:30:45.944Z[ host-package] Compiling cargo-platform v0.1.8
25092024-08-17T03:30:46.087Z[ host-package] Compiling nanorand v0.7.0
25102024-08-17T03:30:46.529Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25112024-08-17T03:30:46.739Z[ host-package] Compiling memoffset v0.9.1
25122024-08-17T03:30:46.949Z[ host-package] Compiling ascii v1.1.0
25132024-08-17T03:30:47.304Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25142024-08-17T03:30:47.684Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25152024-08-17T03:30:47.810Z[ host-package] Compiling flume v0.11.0
25162024-08-17T03:30:48.704Z[ host-package] Compiling cargo_metadata v0.18.1
25172024-08-17T03:30:49.610Z[ helios-setup] Aug 17 03:30:47.860 INFO E| Compiling toml v0.5.11
25182024-08-17T03:30:49.610Z[ helios-setup] Aug 17 03:30:47.860 INFO E| Compiling uuid v0.8.2
25192024-08-17T03:30:50.656Z[ host-package] Compiling bitstruct v0.1.1
25202024-08-17T03:30:50.861Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25212024-08-17T03:30:51.733Z[ helios-setup] Aug 17 03:30:49.983 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25222024-08-17T03:30:52.965Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25232024-08-17T03:30:53.937Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25242024-08-17T03:30:54.264Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25252024-08-17T03:30:54.615Z[ helios-setup] Aug 17 03:30:52.864 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25262024-08-17T03:30:54.709Z[ host-package] Compiling tokio-tungstenite v0.20.1
25272024-08-17T03:30:55.403Z[ host-package] Compiling git2 v0.19.0
25282024-08-17T03:31:05.992Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25292024-08-17T03:31:09.813Z[ helios-setup] Aug 17 03:31:08.060 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.84s
25302024-08-17T03:31:09.847Z[ helios-setup] Aug 17 03:31:08.094 INFO building project "image-builder" ok (49 seconds)
25312024-08-17T03:31:09.847Z[ helios-setup] Aug 17 03:31:08.094 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25322024-08-17T03:31:09.850Z[ helios-setup] Aug 17 03:31:08.094 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25332024-08-17T03:31:10.399Z[ helios-setup] Aug 17 03:31:08.646 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25342024-08-17T03:31:10.935Z[ helios-setup] Aug 17 03:31:09.181 INFO E| From https://github.com/jclulow/hiercmd
25352024-08-17T03:31:10.935Z[ helios-setup] Aug 17 03:31:09.181 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25362024-08-17T03:31:10.957Z[ helios-setup] Aug 17 03:31:09.204 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25372024-08-17T03:31:11.476Z[ helios-setup] Aug 17 03:31:09.722 INFO E| From https://github.com/jclulow/network-interface
25382024-08-17T03:31:11.476Z[ helios-setup] Aug 17 03:31:09.722 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25392024-08-17T03:31:11.508Z[ helios-setup] Aug 17 03:31:09.754 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25402024-08-17T03:31:12.065Z[ helios-setup] Aug 17 03:31:10.312 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25412024-08-17T03:31:12.065Z[ helios-setup] Aug 17 03:31:10.312 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25422024-08-17T03:31:12.104Z[ helios-setup] Aug 17 03:31:10.351 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25432024-08-17T03:31:13.186Z[ helios-setup] Aug 17 03:31:11.286 INFO E| From https://github.com/oxidecomputer/facade
25442024-08-17T03:31:13.186Z[ helios-setup] Aug 17 03:31:11.286 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25452024-08-17T03:31:13.203Z[ helios-setup] Aug 17 03:31:11.373 INFO E| Updating crates.io index
25462024-08-17T03:31:13.690Z[ helios-setup] Aug 17 03:31:11.936 INFO E| Downloading crates ...
25472024-08-17T03:31:13.899Z[ helios-setup] Aug 17 03:31:12.145 INFO E| Downloaded autocfg v1.1.0
25482024-08-17T03:31:13.903Z[ helios-setup] Aug 17 03:31:12.149 INFO E| Downloaded const-random-macro v0.1.15
25492024-08-17T03:31:13.923Z[ helios-setup] Aug 17 03:31:12.169 INFO E| Downloaded ryu v1.0.13
25502024-08-17T03:31:13.930Z[ helios-setup] Aug 17 03:31:12.176 INFO E| Downloaded anstyle v0.3.5
25512024-08-17T03:31:13.934Z[ helios-setup] Aug 17 03:31:12.180 INFO E| Downloaded toolchain_find v0.2.0
25522024-08-17T03:31:13.936Z[ helios-setup] Aug 17 03:31:12.182 INFO E| Downloaded serde_yaml v0.9.21
25532024-08-17T03:31:13.943Z[ helios-setup] Aug 17 03:31:12.189 INFO E| Downloaded serde_spanned v0.6.1
25542024-08-17T03:31:13.946Z[ helios-setup] Aug 17 03:31:12.191 INFO E| Downloaded want v0.3.0
25552024-08-17T03:31:13.948Z[ helios-setup] Aug 17 03:31:12.193 INFO E| Downloaded concolor-query v0.3.3
25562024-08-17T03:31:13.951Z[ helios-setup] Aug 17 03:31:12.195 INFO E| Downloaded num_enum v0.5.7
25572024-08-17T03:31:13.957Z[ helios-setup] Aug 17 03:31:12.204 INFO E| Downloaded slab v0.4.7
25582024-08-17T03:31:13.961Z[ helios-setup] Aug 17 03:31:12.206 INFO E| Downloaded tokio-rustls v0.24.0
25592024-08-17T03:31:13.964Z[ helios-setup] Aug 17 03:31:12.210 INFO E| Downloaded serde_path_to_error v0.1.11
25602024-08-17T03:31:13.967Z[ helios-setup] Aug 17 03:31:12.214 INFO E| Downloaded futures-core v0.3.28
25612024-08-17T03:31:13.970Z[ helios-setup] Aug 17 03:31:12.216 INFO E| Downloaded paste v1.0.12
25622024-08-17T03:31:13.977Z[ helios-setup] Aug 17 03:31:12.223 INFO E| Downloaded bincode v1.3.3
25632024-08-17T03:31:13.982Z[ helios-setup] Aug 17 03:31:12.228 INFO E| Downloaded tungstenite v0.18.0
25642024-08-17T03:31:13.988Z[ helios-setup] Aug 17 03:31:12.234 INFO E| Downloaded unicode-bidi v0.3.13
25652024-08-17T03:31:13.992Z[ helios-setup] Aug 17 03:31:12.239 INFO E| Downloaded serde_derive_internals v0.26.0
25662024-08-17T03:31:13.995Z[ helios-setup] Aug 17 03:31:12.241 INFO E| Downloaded try-lock v0.2.4
25672024-08-17T03:31:13.999Z[ helios-setup] Aug 17 03:31:12.243 INFO E| Downloaded url v2.3.1
25682024-08-17T03:31:14.059Z[ helios-setup] Aug 17 03:31:12.248 INFO E| Downloaded is-terminal v0.4.7
25692024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.250 INFO E| Downloaded thiserror-impl v1.0.38
25702024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.252 INFO E| Downloaded log v0.4.17
25712024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.257 INFO E| Downloaded async-trait v0.1.68
25722024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.264 INFO E| Downloaded tokio-macros v2.0.0
25732024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.266 INFO E| Downloaded smartstring v1.0.1
25742024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.271 INFO E| Downloaded ahash v0.8.3
25752024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.276 INFO E| Downloaded rhai_codegen v1.5.0
25762024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.291 INFO E| Downloaded unicode-linebreak v0.1.4
25772024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.294 INFO E| Downloaded uuid v1.3.0
25782024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.301 INFO E| Downloaded unicode-ident v1.0.8
25792024-08-17T03:31:14.062Z[ helios-setup] Aug 17 03:31:12.306 INFO E| Downloaded unsafe-libyaml v0.2.8
25802024-08-17T03:31:14.065Z[ helios-setup] Aug 17 03:31:12.311 INFO E| Downloaded toml_edit v0.19.8
25812024-08-17T03:31:14.094Z[ helios-setup] Aug 17 03:31:12.340 INFO E| Downloaded unicode-normalization v0.1.22
25822024-08-17T03:31:14.099Z[ helios-setup] Aug 17 03:31:12.346 INFO E| Downloaded winnow v0.4.1
25832024-08-17T03:31:14.114Z[ helios-setup] Aug 17 03:31:12.360 INFO E| Downloaded rustfmt-wrapper v0.2.0
25842024-08-17T03:31:14.117Z[ helios-setup] Aug 17 03:31:12.362 INFO E| Downloaded syn v2.0.72
25852024-08-17T03:31:14.133Z[ helios-setup] Aug 17 03:31:12.379 INFO E| Downloaded futures-channel v0.3.28
25862024-08-17T03:31:14.136Z[ helios-setup] Aug 17 03:31:12.382 INFO E| Downloaded crossbeam-utils v0.8.14
25872024-08-17T03:31:14.140Z[ helios-setup] Aug 17 03:31:12.386 INFO E| Downloaded tokio v1.27.0
25882024-08-17T03:31:14.192Z[ helios-setup] Aug 17 03:31:12.435 INFO E| Downloaded clap v4.2.1
25892024-08-17T03:31:14.202Z[ helios-setup] Aug 17 03:31:12.448 INFO E| Downloaded bytes v1.4.0
25902024-08-17T03:31:14.208Z[ helios-setup] Aug 17 03:31:12.455 INFO E| Downloaded flate2 v1.0.25
25912024-08-17T03:31:14.216Z[ helios-setup] Aug 17 03:31:12.462 INFO E| Downloaded cc v1.0.78
25922024-08-17T03:31:14.220Z[ helios-setup] Aug 17 03:31:12.466 INFO E| Downloaded crossbeam-channel v0.5.6
25932024-08-17T03:31:14.226Z[ helios-setup] Aug 17 03:31:12.473 INFO E| Downloaded syn v1.0.107
25942024-08-17T03:31:14.244Z[ helios-setup] Aug 17 03:31:12.489 INFO E| Downloaded rayon-core v1.10.2
25952024-08-17T03:31:14.250Z[ helios-setup] Aug 17 03:31:12.495 INFO E| Downloaded memchr v2.5.0
25962024-08-17T03:31:14.261Z[ helios-setup] Aug 17 03:31:12.501 INFO E| Downloaded mio v0.8.5
25972024-08-17T03:31:14.269Z[ helios-setup] Aug 17 03:31:12.510 INFO E| Downloaded miniz_oxide v0.6.2
25982024-08-17T03:31:14.272Z[ helios-setup] Aug 17 03:31:12.514 INFO E| Downloaded pest v2.5.7
25992024-08-17T03:31:14.275Z[ helios-setup] Aug 17 03:31:12.521 INFO E| Downloaded http v0.2.9
26002024-08-17T03:31:14.281Z[ helios-setup] Aug 17 03:31:12.527 INFO E| Downloaded aho-corasick v0.7.20
26012024-08-17T03:31:14.287Z[ helios-setup] Aug 17 03:31:12.533 INFO E| Downloaded base64 v0.21.0
26022024-08-17T03:31:14.293Z[ helios-setup] Aug 17 03:31:12.538 INFO E| Downloaded clap_builder v4.2.1
26032024-08-17T03:31:14.304Z[ helios-setup] Aug 17 03:31:12.548 INFO E| Downloaded parking_lot_core v0.9.6
26042024-08-17T03:31:14.308Z[ helios-setup] Aug 17 03:31:12.552 INFO E| Downloaded futures-util v0.3.28
26052024-08-17T03:31:14.324Z[ helios-setup] Aug 17 03:31:12.570 INFO E| Downloaded ipnet v2.7.2
26062024-08-17T03:31:14.326Z[ helios-setup] Aug 17 03:31:12.572 INFO E| Downloaded reqwest v0.11.16
26072024-08-17T03:31:14.338Z[ helios-setup] Aug 17 03:31:12.584 INFO E| Downloaded chrono v0.4.24
26082024-08-17T03:31:14.350Z[ helios-setup] Aug 17 03:31:12.596 INFO E| Downloaded generic-array v0.14.6
26092024-08-17T03:31:14.352Z[ helios-setup] Aug 17 03:31:12.599 INFO E| Downloaded h2 v0.3.16
26102024-08-17T03:31:14.364Z[ helios-setup] Aug 17 03:31:12.610 INFO E| Downloaded rayon v1.6.1
26112024-08-17T03:31:14.379Z[ helios-setup] Aug 17 03:31:12.625 INFO E| Downloaded hyper v0.14.25
26122024-08-17T03:31:14.394Z[ helios-setup] Aug 17 03:31:12.638 INFO E| Downloaded git2 v0.16.1
26132024-08-17T03:31:14.440Z[ helios-setup] Aug 17 03:31:12.686 INFO E| Downloaded parking_lot v0.12.1
26142024-08-17T03:31:14.444Z[ helios-setup] Aug 17 03:31:12.690 INFO E| Downloaded regress v0.5.0
26152024-08-17T03:31:14.456Z[ helios-setup] Aug 17 03:31:12.702 INFO E| Downloaded regex v1.7.3
26162024-08-17T03:31:14.470Z[ helios-setup] Aug 17 03:31:12.716 INFO E| Downloaded num_enum_derive v0.5.7
26172024-08-17T03:31:14.472Z[ helios-setup] Aug 17 03:31:12.718 INFO E| Downloaded rustls v0.21.0
26182024-08-17T03:31:14.492Z[ helios-setup] Aug 17 03:31:12.738 INFO E| Downloaded rustix v0.37.3
26192024-08-17T03:31:14.527Z[ helios-setup] Aug 17 03:31:12.773 INFO E| Downloaded rhai v1.14.0
26202024-08-17T03:31:14.551Z[ helios-setup] Aug 17 03:31:12.797 INFO E| Downloaded openapiv3 v1.0.2
26212024-08-17T03:31:14.587Z[ helios-setup] Aug 17 03:31:12.831 INFO E| Downloaded lock_api v0.4.9
26222024-08-17T03:31:14.592Z[ helios-setup] Aug 17 03:31:12.833 INFO E| Downloaded futures-task v0.3.28
26232024-08-17T03:31:14.592Z[ helios-setup] Aug 17 03:31:12.835 INFO E| Downloaded dyn-clone v1.0.11
26242024-08-17T03:31:14.595Z[ helios-setup] Aug 17 03:31:12.837 INFO E| Downloaded ahash v0.7.6
26252024-08-17T03:31:14.598Z[ helios-setup] Aug 17 03:31:12.841 INFO E| Downloaded proc-macro-crate v1.2.1
26262024-08-17T03:31:14.598Z[ helios-setup] Aug 17 03:31:12.843 INFO E| Downloaded pin-project-lite v0.2.9
26272024-08-17T03:31:14.603Z[ helios-setup] Aug 17 03:31:12.850 INFO E| Downloaded iana-time-zone v0.1.56
26282024-08-17T03:31:14.606Z[ helios-setup] Aug 17 03:31:12.853 INFO E| Downloaded byteorder v1.4.3
26292024-08-17T03:31:14.609Z[ helios-setup] Aug 17 03:31:12.855 INFO E| Downloaded serde_json v1.0.95
26302024-08-17T03:31:14.621Z[ helios-setup] Aug 17 03:31:12.867 INFO E| Downloaded num-traits v0.2.15
26312024-08-17T03:31:14.625Z[ helios-setup] Aug 17 03:31:12.871 INFO E| Downloaded libc v0.2.139
26322024-08-17T03:31:14.665Z[ helios-setup] Aug 17 03:31:12.911 INFO E| Downloaded futures v0.3.28
26332024-08-17T03:31:14.672Z[ helios-setup] Aug 17 03:31:12.918 INFO E| Downloaded ucd-trie v0.1.5
26342024-08-17T03:31:14.679Z[ helios-setup] Aug 17 03:31:12.920 INFO E| Downloaded tracing v0.1.37
26352024-08-17T03:31:14.683Z[ helios-setup] Aug 17 03:31:12.927 INFO E| Downloaded toml v0.7.3
26362024-08-17T03:31:14.686Z[ helios-setup] Aug 17 03:31:12.932 INFO E| Downloaded tokio-util v0.7.7
26372024-08-17T03:31:14.696Z[ helios-setup] Aug 17 03:31:12.942 INFO E| Downloaded textwrap v0.16.0
26382024-08-17T03:31:14.700Z[ helios-setup] Aug 17 03:31:12.946 INFO E| Downloaded socket2 v0.4.9
26392024-08-17T03:31:14.703Z[ helios-setup] Aug 17 03:31:12.949 INFO E| Downloaded percent-encoding v2.2.0
26402024-08-17T03:31:14.705Z[ helios-setup] Aug 17 03:31:12.950 INFO E| Downloaded num_cpus v1.15.0
26412024-08-17T03:31:14.708Z[ helios-setup] Aug 17 03:31:12.955 INFO E| Downloaded num-integer v0.1.45
26422024-08-17T03:31:14.711Z[ helios-setup] Aug 17 03:31:12.957 INFO E| Downloaded lazy_static v1.4.0
26432024-08-17T03:31:14.714Z[ helios-setup] Aug 17 03:31:12.959 INFO E| Downloaded itoa v1.0.6
26442024-08-17T03:31:14.716Z[ helios-setup] Aug 17 03:31:12.961 INFO E| Downloaded httpdate v1.0.2
26452024-08-17T03:31:14.719Z[ helios-setup] Aug 17 03:31:12.963 INFO E| Downloaded futures-macro v0.3.28
26462024-08-17T03:31:14.721Z[ helios-setup] Aug 17 03:31:12.965 INFO E| Downloaded futures-executor v0.3.28
26472024-08-17T03:31:14.721Z[ helios-setup] Aug 17 03:31:12.967 INFO E| Downloaded form_urlencoded v1.1.0
26482024-08-17T03:31:14.724Z[ helios-setup] Aug 17 03:31:12.968 INFO E| Downloaded crossbeam-epoch v0.9.13
26492024-08-17T03:31:14.726Z[ helios-setup] Aug 17 03:31:12.973 INFO E| Downloaded crossbeam-deque v0.8.2
26502024-08-17T03:31:14.729Z[ helios-setup] Aug 17 03:31:12.975 INFO E| Downloaded clap_lex v0.4.1
26512024-08-17T03:31:14.732Z[ helios-setup] Aug 17 03:31:12.977 INFO E| Downloaded cargo-lock v8.0.3
26522024-08-17T03:31:14.749Z[ helios-setup] Aug 17 03:31:12.995 INFO E| Downloaded tokio-tungstenite v0.18.0
26532024-08-17T03:31:14.752Z[ helios-setup] Aug 17 03:31:12.999 INFO E| Downloaded tempfile v3.5.0
26542024-08-17T03:31:14.756Z[ helios-setup] Aug 17 03:31:13.002 INFO E| Downloaded rustls-webpki v0.100.1
26552024-08-17T03:31:14.766Z[ helios-setup] Aug 17 03:31:13.013 INFO E| Downloaded io-lifetimes v1.0.10
26562024-08-17T03:31:14.770Z[ helios-setup] Aug 17 03:31:13.017 INFO E| Downloaded camino v1.1.4
26572024-08-17T03:31:14.774Z[ helios-setup] Aug 17 03:31:13.020 INFO E| Downloaded once_cell v1.17.0
26582024-08-17T03:31:14.778Z[ helios-setup] Aug 17 03:31:13.024 INFO E| Downloaded cpufeatures v0.2.5
26592024-08-17T03:31:14.780Z[ helios-setup] Aug 17 03:31:13.026 INFO E| Downloaded const-random v0.1.15
26602024-08-17T03:31:14.783Z[ helios-setup] Aug 17 03:31:13.028 INFO E| Downloaded signal-hook-registry v1.4.0
26612024-08-17T03:31:14.785Z[ helios-setup] Aug 17 03:31:13.032 INFO E| Downloaded sha1 v0.10.5
26622024-08-17T03:31:14.788Z[ helios-setup] Aug 17 03:31:13.034 INFO E| Downloaded getrandom v0.2.8
26632024-08-17T03:31:14.792Z[ helios-setup] Aug 17 03:31:13.039 INFO E| Downloaded block-buffer v0.10.3
26642024-08-17T03:31:14.796Z[ helios-setup] Aug 17 03:31:13.041 INFO E| Downloaded anyhow v1.0.68
26652024-08-17T03:31:14.803Z[ helios-setup] Aug 17 03:31:13.047 INFO E| Downloaded encoding_rs v0.8.32
26662024-08-17T03:31:14.838Z[ helios-setup] Aug 17 03:31:13.084 INFO E| Downloaded slog-async v2.7.0
26672024-08-17T03:31:14.841Z[ helios-setup] Aug 17 03:31:13.086 INFO E| Downloaded http-body v0.4.5
26682024-08-17T03:31:14.843Z[ helios-setup] Aug 17 03:31:13.089 INFO E| Downloaded futures-io v0.3.28
26692024-08-17T03:31:14.846Z[ helios-setup] Aug 17 03:31:13.090 INFO E| Downloaded either v1.8.0
26702024-08-17T03:31:14.849Z[ helios-setup] Aug 17 03:31:13.094 INFO E| Downloaded tracing-core v0.1.30
26712024-08-17T03:31:14.866Z[ helios-setup] Aug 17 03:31:13.099 INFO E| Downloaded pkg-config v0.3.26
26722024-08-17T03:31:14.871Z[ helios-setup] Aug 17 03:31:13.102 INFO E| Downloaded clap_derive v4.2.0
26732024-08-17T03:31:14.871Z[ helios-setup] Aug 17 03:31:13.106 INFO E| Downloaded semver v1.0.17
26742024-08-17T03:31:14.871Z[ helios-setup] Aug 17 03:31:13.110 INFO E| Downloaded sct v0.7.0
26752024-08-17T03:31:14.874Z[ helios-setup] Aug 17 03:31:13.116 INFO E| Downloaded schemars v0.8.12
26762024-08-17T03:31:14.895Z[ helios-setup] Aug 17 03:31:13.138 INFO E| Downloaded smallvec v1.10.0
26772024-08-17T03:31:14.903Z[ helios-setup] Aug 17 03:31:13.141 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26782024-08-17T03:31:14.995Z[ helios-setup] Aug 17 03:31:13.241 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26792024-08-17T03:31:14.999Z[ helios-setup] Aug 17 03:31:13.244 INFO E| Downloaded anstyle-parse v0.1.1
26802024-08-17T03:31:15.007Z[ helios-setup] Aug 17 03:31:13.247 INFO E| Downloaded semver v0.11.0
26812024-08-17T03:31:15.007Z[ helios-setup] Aug 17 03:31:13.250 INFO E| Downloaded scopeguard v1.1.0
26822024-08-17T03:31:15.012Z[ helios-setup] Aug 17 03:31:13.252 INFO E| Downloaded time v0.1.45
26832024-08-17T03:31:15.012Z[ helios-setup] Aug 17 03:31:13.255 INFO E| Downloaded terminal_size v0.2.6
26842024-08-17T03:31:15.017Z[ helios-setup] Aug 17 03:31:13.257 INFO E| Downloaded strsim v0.10.0
26852024-08-17T03:31:15.017Z[ helios-setup] Aug 17 03:31:13.260 INFO E| Downloaded smawk v0.3.1
26862024-08-17T03:31:15.021Z[ helios-setup] Aug 17 03:31:13.262 INFO E| Downloaded slog-bunyan v2.4.0
26872024-08-17T03:31:15.021Z[ helios-setup] Aug 17 03:31:13.264 INFO E| Downloaded sha2 v0.10.6
26882024-08-17T03:31:15.025Z[ helios-setup] Aug 17 03:31:13.268 INFO E| Downloaded serde_tokenstream v0.2.0
26892024-08-17T03:31:15.029Z[ helios-setup] Aug 17 03:31:13.273 INFO E| Downloaded libz-sys v1.1.8
26902024-08-17T03:31:15.119Z[ helios-setup] Aug 17 03:31:13.360 INFO E| Downloaded jobserver v0.1.26
26912024-08-17T03:31:15.123Z[ helios-setup] Aug 17 03:31:13.363 INFO E| Downloaded concolor-override v1.0.0
26922024-08-17T03:31:15.124Z[ helios-setup] Aug 17 03:31:13.364 INFO E| Downloaded memoffset v0.7.1
26932024-08-17T03:31:15.124Z[ helios-setup] Aug 17 03:31:13.366 INFO E| Downloaded home v0.5.4
26942024-08-17T03:31:15.124Z[ helios-setup] Aug 17 03:31:13.367 INFO E| Downloaded fastrand v1.9.0
26952024-08-17T03:31:15.124Z[ helios-setup] Aug 17 03:31:13.369 INFO E| Downloaded toml_datetime v0.6.1
26962024-08-17T03:31:15.127Z[ helios-setup] Aug 17 03:31:13.371 INFO E| Downloaded thiserror v1.0.38
26972024-08-17T03:31:15.134Z[ helios-setup] Aug 17 03:31:13.377 INFO E| Downloaded semver-parser v0.10.2
26982024-08-17T03:31:15.139Z[ helios-setup] Aug 17 03:31:13.380 INFO E| Downloaded schemars_derive v0.8.12
26992024-08-17T03:31:15.139Z[ helios-setup] Aug 17 03:31:13.382 INFO E| Downloaded project-root v0.2.2
27002024-08-17T03:31:15.139Z[ helios-setup] Aug 17 03:31:13.383 INFO E| Downloaded built v0.6.0
27012024-08-17T03:31:15.143Z[ helios-setup] Aug 17 03:31:13.385 INFO E| Downloaded rustls-pemfile v1.0.2
27022024-08-17T03:31:15.143Z[ helios-setup] Aug 17 03:31:13.388 INFO E| Downloaded futures-sink v0.3.28
27032024-08-17T03:31:15.164Z[ helios-setup] Aug 17 03:31:13.389 INFO E| Downloaded digest v0.10.6
27042024-08-17T03:31:15.169Z[ helios-setup] Aug 17 03:31:13.392 INFO E| Downloaded anstream v0.2.6
27052024-08-17T03:31:15.540Z[ helios-setup] Aug 17 03:31:13.786 INFO E| Compiling proc-macro2 v1.0.86
27062024-08-17T03:31:15.543Z[ helios-setup] Aug 17 03:31:13.786 INFO E| Compiling libc v0.2.139
27072024-08-17T03:31:15.543Z[ helios-setup] Aug 17 03:31:13.787 INFO E| Compiling unicode-ident v1.0.8
27082024-08-17T03:31:15.543Z[ helios-setup] Aug 17 03:31:13.787 INFO E| Compiling autocfg v1.1.0
27092024-08-17T03:31:15.543Z[ helios-setup] Aug 17 03:31:13.787 INFO E| Compiling cfg-if v1.0.0
27102024-08-17T03:31:15.543Z[ helios-setup] Aug 17 03:31:13.787 INFO E| Compiling version_check v0.9.4
27112024-08-17T03:31:15.543Z[ helios-setup] Aug 17 03:31:13.787 INFO E| Compiling serde v1.0.204
27122024-08-17T03:31:15.543Z[ helios-setup] Aug 17 03:31:13.787 INFO E| Compiling syn v1.0.107
27132024-08-17T03:31:15.989Z[ helios-setup] Aug 17 03:31:14.235 INFO E| Compiling memchr v2.5.0
27142024-08-17T03:31:16.444Z[ helios-setup] Aug 17 03:31:14.689 INFO E| Compiling once_cell v1.17.0
27152024-08-17T03:31:17.193Z[ helios-setup] Aug 17 03:31:15.439 INFO E| Compiling thiserror v1.0.38
27162024-08-17T03:31:17.473Z[ helios-setup] Aug 17 03:31:15.719 INFO E| Compiling log v0.4.17
27172024-08-17T03:31:17.988Z[ helios-setup] Aug 17 03:31:16.233 INFO E| Compiling serde_json v1.0.95
27182024-08-17T03:31:18.128Z[ helios-setup] Aug 17 03:31:16.373 INFO E| Compiling itoa v1.0.6
27192024-08-17T03:31:19.316Z[ helios-setup] Aug 17 03:31:17.558 INFO E| Compiling jobserver v0.1.26
27202024-08-17T03:31:19.627Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27212024-08-17T03:31:19.643Z[ helios-setup] Aug 17 03:31:17.886 INFO E| Compiling getrandom v0.2.8
27222024-08-17T03:31:19.935Z[ helios-setup] Aug 17 03:31:18.178 INFO E| Compiling cc v1.0.78
27232024-08-17T03:31:20.219Z[ helios-setup] Aug 17 03:31:18.462 INFO E| Compiling quote v1.0.36
27242024-08-17T03:31:20.475Z[ helios-setup] Aug 17 03:31:18.720 INFO E| Compiling indexmap v1.9.3
27252024-08-17T03:31:20.486Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27262024-08-17T03:31:20.562Z[ helios-setup] Aug 17 03:31:18.807 INFO E| Compiling pin-project-lite v0.2.9
27272024-08-17T03:31:20.694Z[ helios-setup] Aug 17 03:31:18.937 INFO E| Compiling scopeguard v1.1.0
27282024-08-17T03:31:20.895Z[ helios-setup] Aug 17 03:31:19.139 INFO E| Compiling syn v2.0.72
27292024-08-17T03:31:21.195Z[ helios-setup] Aug 17 03:31:19.438 INFO E| Compiling num-integer v0.1.45
27302024-08-17T03:31:21.317Z[ helios-setup] Aug 17 03:31:19.549 INFO E| Compiling bytes v1.4.0
27312024-08-17T03:31:21.361Z[ helios-setup] Aug 17 03:31:19.606 INFO E| Compiling futures-core v0.3.28
27322024-08-17T03:31:22.064Z[ helios-setup] Aug 17 03:31:20.309 INFO E| Compiling ryu v1.0.13
27332024-08-17T03:31:22.810Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27342024-08-17T03:31:23.038Z[ helios-setup] Aug 17 03:31:21.282 INFO E| Compiling lock_api v0.4.9
27352024-08-17T03:31:23.272Z[ helios-setup] Aug 17 03:31:21.516 INFO E| Compiling typenum v1.16.0
27362024-08-17T03:31:23.409Z[ helios-setup] Aug 17 03:31:21.653 INFO E| Compiling bitflags v1.3.2
27372024-08-17T03:31:23.720Z[ helios-setup] Aug 17 03:31:21.964 INFO E| Compiling parking_lot_core v0.9.6
27382024-08-17T03:31:23.990Z[ helios-setup] Aug 17 03:31:22.234 INFO E| Compiling num_cpus v1.15.0
27392024-08-17T03:31:24.345Z[ helios-setup] Aug 17 03:31:22.589 INFO E| Compiling generic-array v0.14.6
27402024-08-17T03:31:24.469Z[ helios-setup] Aug 17 03:31:22.713 INFO E| Compiling slab v0.4.7
27412024-08-17T03:31:24.625Z[ helios-setup] Aug 17 03:31:22.869 INFO E| Compiling futures-channel v0.3.28
27422024-08-17T03:31:24.977Z[ helios-setup] Aug 17 03:31:23.221 INFO E| Compiling futures-sink v0.3.28
27432024-08-17T03:31:25.044Z[ helios-setup] Aug 17 03:31:23.289 INFO E| Compiling futures-task v0.3.28
27442024-08-17T03:31:25.622Z[ helios-setup] Aug 17 03:31:23.866 INFO E| Compiling tokio v1.27.0
27452024-08-17T03:31:25.948Z[ helios-setup] Aug 17 03:31:24.192 INFO E| Compiling schemars v0.8.12
27462024-08-17T03:31:26.098Z[ host-package] Compiling libsqlite3-sys v0.28.0
27472024-08-17T03:31:26.116Z[ helios-setup] Aug 17 03:31:24.354 INFO E| Compiling futures-util v0.3.28
27482024-08-17T03:31:27.003Z[ helios-setup] Aug 17 03:31:25.247 INFO E| Compiling mio v0.8.5
27492024-08-17T03:31:27.292Z[ helios-setup] Aug 17 03:31:25.536 INFO E| Compiling socket2 v0.4.9
27502024-08-17T03:31:27.402Z[ helios-setup] Aug 17 03:31:25.646 INFO E| Compiling signal-hook-registry v1.4.0
27512024-08-17T03:31:27.546Z[ host-package] Compiling erased-serde v0.3.31
27522024-08-17T03:31:27.725Z[ helios-setup] Aug 17 03:31:25.968 INFO E| Compiling ahash v0.7.6
27532024-08-17T03:31:28.044Z[ helios-setup] Aug 17 03:31:26.288 INFO E| Compiling num-traits v0.2.15
27542024-08-17T03:31:28.998Z[ helios-setup] Aug 17 03:31:27.242 INFO E| Compiling crunchy v0.2.2
27552024-08-17T03:31:29.456Z[ helios-setup] Aug 17 03:31:27.699 INFO E| Compiling pin-utils v0.1.0
27562024-08-17T03:31:29.785Z[ helios-setup] Aug 17 03:31:28.029 INFO E| Compiling futures-io v0.3.28
27572024-08-17T03:31:30.124Z[ helios-setup] Aug 17 03:31:28.367 INFO E| Compiling io-lifetimes v1.0.10
27582024-08-17T03:31:30.873Z[ helios-setup] Aug 17 03:31:29.112 INFO E| Compiling ahash v0.8.3
27592024-08-17T03:31:30.921Z[ host-package] Compiling serde_arrays v0.1.0
27602024-08-17T03:31:31.431Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27612024-08-17T03:31:31.629Z[ helios-setup] Aug 17 03:31:29.868 INFO E| Compiling tiny-keccak v2.0.2
27622024-08-17T03:31:31.930Z[ helios-setup] Aug 17 03:31:30.172 INFO E| Compiling serde_derive_internals v0.26.0
27632024-08-17T03:31:31.966Z[ helios-setup] Aug 17 03:31:30.209 INFO E| Compiling hashbrown v0.12.3
27642024-08-17T03:31:32.016Z[ helios-setup] Aug 17 03:31:30.259 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27652024-08-17T03:31:32.016Z[ helios-setup] Aug 17 03:31:30.259 INFO E| Compiling rustix v0.37.3
27662024-08-17T03:31:33.152Z[ helios-setup] Aug 17 03:31:31.395 INFO E| Compiling crypto-common v0.1.6
27672024-08-17T03:31:33.522Z[ helios-setup] Aug 17 03:31:31.765 INFO E| Compiling block-buffer v0.10.3
27682024-08-17T03:31:34.292Z[ helios-setup] Aug 17 03:31:32.534 INFO E| Compiling errno v0.3.1
27692024-08-17T03:31:34.942Z[ helios-setup] Aug 17 03:31:33.184 INFO E| Compiling pkg-config v0.3.26
27702024-08-17T03:31:34.944Z[ helios-setup] Aug 17 03:31:33.186 INFO E| Compiling slog v2.7.0
27712024-08-17T03:31:34.947Z[ helios-setup] Aug 17 03:31:33.187 INFO E| Compiling fnv v1.0.7
27722024-08-17T03:31:35.497Z[ helios-setup] Aug 17 03:31:33.739 INFO E| Compiling crossbeam-utils v0.8.14
27732024-08-17T03:31:36.157Z[ helios-setup] Aug 17 03:31:34.399 INFO E| Compiling http v0.2.9
27742024-08-17T03:31:37.904Z[ helios-setup] Aug 17 03:31:36.146 INFO E| Compiling digest v0.10.6
27752024-08-17T03:31:38.809Z[ helios-setup] Aug 17 03:31:37.051 INFO E| Compiling aho-corasick v0.7.20
27762024-08-17T03:31:38.908Z[ helios-setup] Aug 17 03:31:37.150 INFO E| Compiling percent-encoding v2.2.0
27772024-08-17T03:31:39.372Z[ helios-setup] Aug 17 03:31:37.614 INFO E| Compiling tinyvec_macros v0.1.1
27782024-08-17T03:31:39.796Z[ helios-setup] Aug 17 03:31:38.038 INFO E| Compiling heck v0.4.1
27792024-08-17T03:31:39.897Z[ helios-setup] Aug 17 03:31:38.139 INFO E| Compiling regex-syntax v0.6.29
27802024-08-17T03:31:41.100Z[ helios-setup] Aug 17 03:31:39.341 INFO E| Compiling unicode-width v0.1.10
27812024-08-17T03:31:41.245Z[ helios-setup] Aug 17 03:31:39.486 INFO E| Compiling anyhow v1.0.68
27822024-08-17T03:31:41.391Z[ helios-setup] Aug 17 03:31:39.632 INFO E| Compiling thiserror-impl v1.0.38
27832024-08-17T03:31:41.581Z[ helios-setup] Aug 17 03:31:39.822 INFO E| Compiling schemars_derive v0.8.12
27842024-08-17T03:31:41.906Z[ helios-setup] Aug 17 03:31:40.147 INFO E| Compiling httparse v1.8.0
27852024-08-17T03:31:42.358Z[ helios-setup] Aug 17 03:31:40.599 INFO E| Compiling cpufeatures v0.2.5
27862024-08-17T03:31:42.846Z[ helios-setup] Aug 17 03:31:41.087 INFO E| Compiling serde_derive v1.0.204
27872024-08-17T03:31:42.982Z[ helios-setup] Aug 17 03:31:41.223 INFO E| Compiling futures-macro v0.3.28
27882024-08-17T03:31:42.985Z[ helios-setup] Aug 17 03:31:41.223 INFO E| Compiling tokio-macros v2.0.0
27892024-08-17T03:31:43.148Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27902024-08-17T03:31:43.416Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912024-08-17T03:31:43.566Z[ helios-setup] Aug 17 03:31:41.807 INFO E| Compiling tinyvec v1.6.0
27922024-08-17T03:31:45.000Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27932024-08-17T03:31:45.988Z[ helios-setup] Aug 17 03:31:44.226 INFO E| Compiling const-random-macro v0.1.15
27942024-08-17T03:31:46.050Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27952024-08-17T03:31:47.507Z[ helios-setup] Aug 17 03:31:45.748 INFO E| Compiling regex v1.7.3
27962024-08-17T03:31:47.530Z[ helios-setup] Aug 17 03:31:45.770 INFO E| Compiling form_urlencoded v1.1.0
27972024-08-17T03:31:47.590Z[ helios-setup] Aug 17 03:31:45.829 INFO E| Compiling hashbrown v0.13.2
27982024-08-17T03:31:48.500Z[ helios-setup] Aug 17 03:31:46.735 INFO E| Compiling chrono v0.4.24
27992024-08-17T03:31:49.447Z[ helios-setup] Aug 17 03:31:47.687 INFO E| Compiling libz-sys v1.1.8
28002024-08-17T03:31:49.542Z[ host-package] Compiling heck v0.3.3
28012024-08-17T03:31:50.319Z[ host-package] Compiling rand_seeder v0.3.0
28022024-08-17T03:31:51.142Z[ host-package] Compiling castaway v0.2.3
28032024-08-17T03:31:51.829Z[ host-package] Compiling csv-core v0.1.11
28042024-08-17T03:31:51.940Z[ helios-setup] Aug 17 03:31:50.179 INFO E| Compiling dyn-clone v1.0.11
28052024-08-17T03:31:52.325Z[ helios-setup] Aug 17 03:31:50.564 INFO E| Compiling uuid v1.3.0
28062024-08-17T03:31:52.711Z[ helios-setup] Aug 17 03:31:50.950 INFO E| Compiling regress v0.5.0
28072024-08-17T03:31:52.766Z[ helios-setup] Aug 17 03:31:50.996 INFO E| Compiling unicode-normalization v0.1.22
28082024-08-17T03:31:53.092Z[ helios-setup] Aug 17 03:31:51.331 INFO E| Compiling const-random v0.1.15
28092024-08-17T03:31:53.719Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28102024-08-17T03:31:55.062Z[ helios-setup] Aug 17 03:31:53.301 INFO E| Compiling getopts v0.2.21
28112024-08-17T03:31:55.838Z[ helios-setup] Aug 17 03:31:54.076 INFO E| Compiling tracing-core v0.1.30
28122024-08-17T03:31:56.426Z[ helios-setup] Aug 17 03:31:54.664 INFO E| Compiling memoffset v0.7.1
28132024-08-17T03:31:56.994Z[ helios-setup] Aug 17 03:31:55.230 INFO E| Compiling unicode-bidi v0.3.13
28142024-08-17T03:31:57.413Z[ helios-setup] Aug 17 03:31:55.651 INFO E| Compiling powerfmt v0.2.0
28152024-08-17T03:31:57.685Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28162024-08-17T03:31:58.367Z[ host-package] Compiling http-range v0.1.5
28172024-08-17T03:31:58.540Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28182024-08-17T03:31:58.759Z[ helios-setup] Aug 17 03:31:56.997 INFO E| Compiling time-core v0.1.2
28192024-08-17T03:31:59.731Z[ host-package] Compiling hyper-staticfile v0.9.5
28202024-08-17T03:31:59.980Z[ helios-setup] Aug 17 03:31:58.218 INFO E| Compiling num-conv v0.1.0
28212024-08-17T03:32:00.611Z[ helios-setup] Aug 17 03:31:58.596 INFO E| Compiling ucd-trie v0.1.5
28222024-08-17T03:32:00.791Z[ helios-setup] Aug 17 03:31:59.028 INFO E| Compiling time-macros v0.2.18
28232024-08-17T03:32:01.373Z[ helios-setup] Aug 17 03:31:59.611 INFO E| Compiling pest v2.5.7
28242024-08-17T03:32:01.501Z[ helios-setup] Aug 17 03:31:59.739 INFO E| Compiling idna v0.3.0
28252024-08-17T03:32:02.439Z[ helios-setup] Aug 17 03:32:00.677 INFO E| Compiling deranged v0.3.11
28262024-08-17T03:32:03.906Z[ helios-setup] Aug 17 03:32:02.143 INFO E| Compiling tracing v0.1.37
28272024-08-17T03:32:04.082Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28282024-08-17T03:32:05.517Z[ host-package] Compiling csv v1.3.0
28292024-08-17T03:32:06.116Z[ host-package] Compiling compact_str v0.8.0
28302024-08-17T03:32:06.982Z[ helios-setup] Aug 17 03:32:05.217 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28312024-08-17T03:32:07.034Z[ helios-setup] Aug 17 03:32:05.270 INFO E| Compiling time v0.1.45
28322024-08-17T03:32:07.591Z[ helios-setup] Aug 17 03:32:05.825 INFO E| Compiling crossbeam-epoch v0.9.13
28332024-08-17T03:32:08.691Z[ helios-setup] Aug 17 03:32:06.928 INFO E| Compiling iana-time-zone v0.1.56
28342024-08-17T03:32:09.108Z[ helios-setup] Aug 17 03:32:07.345 INFO E| Compiling semver v1.0.17
28352024-08-17T03:32:09.515Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28362024-08-17T03:32:10.184Z[ host-package] Compiling zone_cfg_derive v0.1.2
28372024-08-17T03:32:10.344Z[ helios-setup] Aug 17 03:32:08.580 INFO E| Compiling num_threads v0.1.6
28382024-08-17T03:32:10.753Z[ helios-setup] Aug 17 03:32:08.988 INFO E| Compiling time v0.3.36
28392024-08-17T03:32:11.024Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
28402024-08-17T03:32:11.097Z[ helios-setup] Aug 17 03:32:09.333 INFO E| Compiling semver-parser v0.10.2
28412024-08-17T03:32:11.135Z[ helios-setup] Aug 17 03:32:09.371 INFO E| Compiling url v2.3.1
28422024-08-17T03:32:11.967Z[ helios-setup] Aug 17 03:32:10.203 INFO E| Compiling smallvec v1.10.0
28432024-08-17T03:32:12.283Z[ helios-setup] Aug 17 03:32:10.518 INFO E| Compiling toml v0.5.11
28442024-08-17T03:32:13.332Z[ host-package] Compiling nix v0.27.1
28452024-08-17T03:32:14.346Z[ helios-setup] Aug 17 03:32:12.581 INFO E| Compiling parking_lot v0.12.1
28462024-08-17T03:32:15.554Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28472024-08-17T03:32:16.952Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28482024-08-17T03:32:17.595Z[ helios-setup] Aug 17 03:32:15.830 INFO E| Compiling serde_tokenstream v0.2.0
28492024-08-17T03:32:17.764Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28502024-08-17T03:32:19.321Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28512024-08-17T03:32:22.703Z[ helios-setup] Aug 17 03:32:20.936 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28522024-08-17T03:32:24.064Z[ helios-setup] Aug 17 03:32:22.298 INFO E| Compiling crossbeam-channel v0.5.6
28532024-08-17T03:32:24.853Z[ helios-setup] Aug 17 03:32:23.081 INFO E| Compiling dirs-sys-next v0.1.2
28542024-08-17T03:32:25.508Z[ helios-setup] Aug 17 03:32:23.741 INFO E| Compiling same-file v1.0.6
28552024-08-17T03:32:25.992Z[ helios-setup] Aug 17 03:32:24.225 INFO E| Compiling crc32fast v1.3.2
28562024-08-17T03:32:27.640Z[ helios-setup] Aug 17 03:32:25.872 INFO E| Compiling try-lock v0.2.4
28572024-08-17T03:32:28.033Z[ helios-setup] Aug 17 03:32:26.265 INFO E| Compiling want v0.3.0
28582024-08-17T03:32:28.077Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28592024-08-17T03:32:28.190Z[ helios-setup] Aug 17 03:32:26.422 INFO E| Compiling walkdir v2.3.3
28602024-08-17T03:32:28.399Z[ helios-setup] Aug 17 03:32:26.632 INFO E| Compiling dirs-next v2.0.0
28612024-08-17T03:32:28.909Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28622024-08-17T03:32:29.938Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28632024-08-17T03:32:31.148Z[ host-package] Compiling unicode-truncate v1.0.0
28642024-08-17T03:32:31.218Z[ host-package] Compiling lru v0.12.3
28652024-08-17T03:32:31.254Z[ helios-setup] Aug 17 03:32:29.484 INFO E| Compiling proc-macro-crate v1.2.1
28662024-08-17T03:32:31.882Z[ host-package] Compiling hashlink v0.9.1
28672024-08-17T03:32:32.042Z[ host-package] Compiling serde-big-array v0.5.1
28682024-08-17T03:32:32.159Z[ helios-setup] Aug 17 03:32:30.391 INFO E| Compiling tokio-util v0.7.7
28692024-08-17T03:32:32.712Z[ host-package] Compiling instability v0.3.2
28702024-08-17T03:32:32.925Z[ helios-setup] Aug 17 03:32:31.157 INFO E| Compiling semver v0.11.0
28712024-08-17T03:32:33.934Z[ host-package] Compiling base64 v0.13.1
28722024-08-17T03:32:34.806Z[ helios-setup] Aug 17 03:32:33.035 INFO E| Compiling h2 v0.3.16
28732024-08-17T03:32:35.082Z[ host-package] Compiling cassowary v0.3.0
28742024-08-17T03:32:35.744Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28752024-08-17T03:32:36.862Z[ helios-setup] Aug 17 03:32:35.093 INFO E| Compiling futures-executor v0.3.28
28762024-08-17T03:32:36.922Z[ host-package] Compiling fallible-iterator v0.3.0
28772024-08-17T03:32:37.759Z[ helios-setup] Aug 17 03:32:35.990 INFO E| Compiling http-body v0.4.5
28782024-08-17T03:32:38.953Z[ helios-setup] Aug 17 03:32:37.182 INFO E| Compiling ring v0.16.20
28792024-08-17T03:32:39.220Z[ helios-setup] Aug 17 03:32:37.451 INFO E| Compiling rand_core v0.6.4
28802024-08-17T03:32:39.563Z[ helios-setup] Aug 17 03:32:37.793 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28812024-08-17T03:32:39.702Z[ host-package] Compiling rusqlite v0.31.0
28822024-08-17T03:32:40.719Z[ helios-setup] Aug 17 03:32:38.950 INFO E| Compiling thread_local v1.1.7
28832024-08-17T03:32:41.176Z[ helios-setup] Aug 17 03:32:39.407 INFO E| Compiling home v0.5.4
28842024-08-17T03:32:41.867Z[ helios-setup] Aug 17 03:32:40.097 INFO E| Compiling lazy_static v1.4.0
28852024-08-17T03:32:42.345Z[ helios-setup] Aug 17 03:32:40.574 INFO E| Compiling adler v1.0.2
28862024-08-17T03:32:42.409Z[ helios-setup] Aug 17 03:32:40.639 INFO E| Compiling utf8parse v0.2.1
28872024-08-17T03:32:42.493Z[ host-package] Compiling ratatui v0.28.0
28882024-08-17T03:32:42.904Z[ helios-setup] Aug 17 03:32:41.133 INFO E| Compiling rayon-core v1.10.2
28892024-08-17T03:32:43.056Z[ helios-setup] Aug 17 03:32:41.280 INFO E| Compiling base64 v0.21.0
28902024-08-17T03:32:44.525Z[ helios-setup] Aug 17 03:32:42.755 INFO E| Compiling ppv-lite86 v0.2.17
28912024-08-17T03:32:45.302Z[ helios-setup] Aug 17 03:32:43.532 INFO E| Compiling tower-service v0.3.2
28922024-08-17T03:32:45.914Z[ helios-setup] Aug 17 03:32:44.144 INFO E| Compiling httpdate v1.0.2
28932024-08-17T03:32:46.231Z[ helios-setup] Aug 17 03:32:44.460 INFO E| Compiling fastrand v1.9.0
28942024-08-17T03:32:47.395Z[ helios-setup] Aug 17 03:32:45.624 INFO E| Compiling tempfile v3.5.0
28952024-08-17T03:32:47.577Z[ helios-setup] Aug 17 03:32:45.806 INFO E| Compiling hyper v0.14.25
28962024-08-17T03:32:48.333Z[ helios-setup] Aug 17 03:32:46.562 INFO E| Compiling rand_chacha v0.3.1
28972024-08-17T03:32:49.724Z[ host-package] Compiling ron v0.7.1
28982024-08-17T03:32:51.495Z[ helios-setup] Aug 17 03:32:49.723 INFO E| Compiling miniz_oxide v0.6.2
28992024-08-17T03:32:51.637Z[ helios-setup] Aug 17 03:32:49.865 INFO E| Compiling anstyle-parse v0.1.1
29002024-08-17T03:32:52.223Z[ helios-setup] Aug 17 03:32:50.452 INFO E| Compiling toolchain_find v0.2.0
29012024-08-17T03:32:53.296Z[ helios-setup] Aug 17 03:32:51.524 INFO E| Compiling futures v0.3.28
29022024-08-17T03:33:00.350Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29032024-08-17T03:33:05.292Z[ helios-setup] Aug 17 03:33:03.518 INFO E| Compiling cargo-lock v8.0.3
29042024-08-17T03:33:09.317Z[ helios-setup] Aug 17 03:33:07.542 INFO E| Compiling num_enum_derive v0.5.7
29052024-08-17T03:33:12.175Z[ helios-setup] Aug 17 03:33:10.398 INFO E| Compiling crossbeam-deque v0.8.2
29062024-08-17T03:33:12.434Z[ helios-setup] Aug 17 03:33:10.659 INFO E| Compiling term v0.7.0
29072024-08-17T03:33:13.700Z[ helios-setup] Aug 17 03:33:11.925 INFO E| Compiling serde_urlencoded v0.7.1
29082024-08-17T03:33:14.228Z[ helios-setup] Aug 17 03:33:12.449 INFO E| Compiling sha2 v0.10.6
29092024-08-17T03:33:15.001Z[ helios-setup] Aug 17 03:33:13.225 INFO E| Compiling sha1 v0.10.5
29102024-08-17T03:33:15.962Z[ helios-setup] Aug 17 03:33:14.186 INFO E| Compiling is-terminal v0.4.7
29112024-08-17T03:33:16.326Z[ helios-setup] Aug 17 03:33:14.550 INFO E| Compiling atty v0.2.14
29122024-08-17T03:33:16.514Z[ helios-setup] Aug 17 03:33:14.738 INFO E| Compiling concolor-override v1.0.0
29132024-08-17T03:33:18.133Z[ helios-setup] Aug 17 03:33:16.356 INFO E| Compiling anstyle v0.3.5
29142024-08-17T03:33:18.750Z[ helios-setup] Aug 17 03:33:16.974 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29152024-08-17T03:33:19.502Z[ helios-setup] Aug 17 03:33:17.725 INFO E| Compiling concolor-query v0.3.3
29162024-08-17T03:33:20.050Z[ helios-setup] Aug 17 03:33:18.274 INFO E| Compiling anstream v0.2.6
29172024-08-17T03:33:21.588Z[ helios-setup] Aug 17 03:33:19.811 INFO E| Compiling slog-term v2.9.0
29182024-08-17T03:33:21.615Z[ helios-setup] Aug 17 03:33:19.838 INFO E| Compiling num_enum v0.5.7
29192024-08-17T03:33:22.068Z[ helios-setup] Aug 17 03:33:20.290 INFO E| Compiling flate2 v1.0.25
29202024-08-17T03:33:22.234Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29212024-08-17T03:33:23.042Z[ helios-setup] Aug 17 03:33:21.265 INFO E| Compiling rustfmt-wrapper v0.2.0
29222024-08-17T03:33:24.197Z[ helios-setup] Aug 17 03:33:22.419 INFO E| Compiling rand v0.8.5
29232024-08-17T03:33:24.841Z[ helios-setup] Aug 17 03:33:23.064 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29242024-08-17T03:33:25.330Z[ helios-setup] Aug 17 03:33:23.552 INFO E| Compiling openapiv3 v1.0.2
29252024-08-17T03:33:26.799Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29262024-08-17T03:33:28.101Z[ host-package] Compiling zone v0.1.8
29272024-08-17T03:33:28.523Z[ helios-setup] Aug 17 03:33:26.745 INFO E| Compiling encoding_rs v0.8.32
29282024-08-17T03:33:29.274Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29292024-08-17T03:33:30.454Z[ helios-setup] Aug 17 03:33:28.674 INFO E| Compiling strsim v0.10.0
29302024-08-17T03:33:30.736Z[ helios-setup] Aug 17 03:33:28.957 INFO E| Compiling unsafe-libyaml v0.2.8
29312024-08-17T03:33:31.098Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29322024-08-17T03:33:33.723Z[ helios-setup] Aug 17 03:33:31.944 INFO E| Compiling base64 v0.13.1
29332024-08-17T03:33:34.068Z[ helios-setup] Aug 17 03:33:32.289 INFO E| Compiling spin v0.5.2
29342024-08-17T03:33:34.295Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29352024-08-17T03:33:34.477Z[ helios-setup] Aug 17 03:33:32.697 INFO E| Compiling project-root v0.2.2
29362024-08-17T03:33:34.803Z[ helios-setup] Aug 17 03:33:33.023 INFO E| Compiling untrusted v0.7.1
29372024-08-17T03:33:35.514Z[ helios-setup] Aug 17 03:33:33.272 INFO E| Compiling clap_lex v0.4.1
29382024-08-17T03:33:35.553Z[ helios-setup] Aug 17 03:33:33.403 INFO E| Compiling ipnet v2.7.2
29392024-08-17T03:33:35.553Z[ helios-setup] Aug 17 03:33:33.485 INFO E| Compiling mime v0.3.17
29402024-08-17T03:33:35.754Z[ helios-setup] Aug 17 03:33:33.975 INFO E| Compiling utf-8 v0.7.6
29412024-08-17T03:33:36.480Z[ helios-setup] Aug 17 03:33:34.700 INFO E| Compiling byteorder v1.4.3
29422024-08-17T03:33:37.058Z[ helios-setup] Aug 17 03:33:35.278 INFO E| Compiling either v1.8.0
29432024-08-17T03:33:37.895Z[ helios-setup] Aug 17 03:33:36.116 INFO E| Compiling rayon v1.6.1
29442024-08-17T03:33:38.070Z[ helios-setup] Aug 17 03:33:36.291 INFO E| Compiling tungstenite v0.18.0
29452024-08-17T03:33:38.095Z[ helios-setup] Aug 17 03:33:36.315 INFO E| Compiling reqwest v0.11.16
29462024-08-17T03:33:39.688Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29472024-08-17T03:33:39.747Z[ helios-setup] Aug 17 03:33:37.967 INFO E| Compiling clap_builder v4.2.1
29482024-08-17T03:33:43.504Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29492024-08-17T03:33:48.321Z[ helios-setup] Aug 17 03:33:46.539 INFO E| Compiling serde_yaml v0.9.21
29502024-08-17T03:33:48.329Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29512024-08-17T03:33:49.011Z[ helios-setup] Aug 17 03:33:47.229 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29522024-08-17T03:33:49.533Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29532024-08-17T03:33:50.230Z[ host-package] Compiling signal-hook-tokio v0.3.1
29542024-08-17T03:33:50.239Z[ helios-setup] Aug 17 03:33:48.456 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29552024-08-17T03:33:50.729Z[ host-package] Compiling twox-hash v1.6.3
29562024-08-17T03:33:52.606Z[ helios-setup] Aug 17 03:33:50.823 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29572024-08-17T03:33:52.641Z[ host-package] Compiling yasna v0.5.2
29582024-08-17T03:33:55.469Z[ helios-setup] Aug 17 03:33:53.684 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29592024-08-17T03:33:56.313Z[ helios-setup] Aug 17 03:33:54.529 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29602024-08-17T03:33:57.369Z[ helios-setup] Aug 17 03:33:55.585 INFO E| Compiling clap_derive v4.2.0
29612024-08-17T03:33:58.773Z[ host-package] Compiling portpicker v0.1.1
29622024-08-17T03:33:59.816Z[ host-package] Compiling smawk v0.3.2
29632024-08-17T03:33:59.933Z[ host-package] Compiling unicode-linebreak v0.1.5
29642024-08-17T03:34:00.021Z[ helios-setup] Aug 17 03:33:58.237 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29652024-08-17T03:34:00.464Z[ helios-setup] Aug 17 03:33:58.680 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29662024-08-17T03:34:00.562Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29672024-08-17T03:34:01.508Z[ host-package] Compiling textwrap v0.16.1
29682024-08-17T03:34:06.045Z[ host-package] Compiling rcgen v0.12.1
29692024-08-17T03:34:07.261Z[ helios-setup] Aug 17 03:34:05.475 INFO E| Compiling clap v4.2.1
29702024-08-17T03:34:15.859Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29712024-08-17T03:34:19.833Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29722024-08-17T03:34:24.749Z[ helios-setup] Aug 17 03:34:22.961 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29732024-08-17T03:34:28.091Z[ helios-setup] Aug 17 03:34:26.302 INFO E| Compiling tokio-tungstenite v0.18.0
29742024-08-17T03:34:28.645Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29752024-08-17T03:34:29.243Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29762024-08-17T03:34:29.381Z[ helios-setup] Aug 17 03:34:27.590 INFO E| Compiling smartstring v1.0.1
29772024-08-17T03:34:30.360Z[ helios-setup] Aug 17 03:34:28.570 INFO E| Compiling rustls v0.21.0
29782024-08-17T03:34:31.856Z[ helios-setup] Aug 17 03:34:30.064 INFO E| Compiling sct v0.7.0
29792024-08-17T03:34:32.537Z[ helios-setup] Aug 17 03:34:30.746 INFO E| Compiling rustls-webpki v0.100.1
29802024-08-17T03:34:32.953Z[ helios-setup] Aug 17 03:34:31.164 INFO E| Compiling toml_datetime v0.6.1
29812024-08-17T03:34:34.537Z[ helios-setup] Aug 17 03:34:32.747 INFO E| Compiling serde_spanned v0.6.1
29822024-08-17T03:34:35.092Z[ helios-setup] Aug 17 03:34:33.301 INFO E| Compiling winnow v0.4.1
29832024-08-17T03:34:35.241Z[ helios-setup] Aug 17 03:34:33.450 INFO E| Compiling static_assertions v1.1.0
29842024-08-17T03:34:35.794Z[ helios-setup] Aug 17 03:34:34.003 INFO E| Compiling match_cfg v0.1.0
29852024-08-17T03:34:36.019Z[ helios-setup] Aug 17 03:34:34.228 INFO E| Compiling camino v1.1.4
29862024-08-17T03:34:36.504Z[ helios-setup] Aug 17 03:34:34.713 INFO E| Compiling slog-async v2.7.0
29872024-08-17T03:34:37.598Z[ helios-setup] Aug 17 03:34:35.807 INFO E| Compiling paste v1.0.12
29882024-08-17T03:34:37.639Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29892024-08-17T03:34:37.678Z[ helios-setup] Aug 17 03:34:35.887 INFO E| Compiling async-trait v0.1.68
29902024-08-17T03:34:39.425Z[ helios-setup] Aug 17 03:34:37.634 INFO E| Compiling hostname v0.3.1
29912024-08-17T03:34:41.091Z[ helios-setup] Aug 17 03:34:39.300 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29922024-08-17T03:34:42.199Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29932024-08-17T03:34:42.220Z[ helios-setup] Aug 17 03:34:40.429 INFO E| Compiling toml_edit v0.19.8
29942024-08-17T03:34:43.521Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29952024-08-17T03:34:44.626Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29962024-08-17T03:34:49.042Z[ helios-setup] Aug 17 03:34:47.249 INFO E| Compiling slog-json v2.6.1
29972024-08-17T03:34:50.117Z[ helios-setup] Aug 17 03:34:48.324 INFO E| Compiling unicode-linebreak v0.1.4
29982024-08-17T03:34:50.182Z[ helios-setup] Aug 17 03:34:48.389 INFO E| Compiling async-stream-impl v0.3.5
29992024-08-17T03:34:53.046Z[ host-package] Compiling atomicwrites v0.4.3
30002024-08-17T03:34:53.313Z[ helios-setup] Aug 17 03:34:51.519 INFO E| Compiling rhai_codegen v1.5.0
30012024-08-17T03:34:54.062Z[ helios-setup] Aug 17 03:34:52.268 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30022024-08-17T03:34:54.223Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30032024-08-17T03:34:54.410Z[ host-package] Compiling fatfs v0.3.6
30042024-08-17T03:34:54.969Z[ helios-setup] Aug 17 03:34:53.174 INFO E| Compiling take_mut v0.2.2
30052024-08-17T03:34:55.736Z[ helios-setup] Aug 17 03:34:53.941 INFO E| Compiling async-stream v0.3.5
30062024-08-17T03:34:56.388Z[ helios-setup] Aug 17 03:34:54.594 INFO E| Compiling toml v0.7.3
30072024-08-17T03:34:57.414Z[ helios-setup] Aug 17 03:34:55.620 INFO E| Compiling slog-bunyan v2.4.0
30082024-08-17T03:34:57.425Z[ host-package] Compiling subprocess v0.2.9
30092024-08-17T03:34:58.383Z[ helios-setup] Aug 17 03:34:56.588 INFO E| Compiling rhai v1.14.0
30102024-08-17T03:34:58.482Z[ helios-setup] Aug 17 03:34:56.688 INFO E| Compiling tokio-rustls v0.24.0
30112024-08-17T03:34:59.939Z[ host-package] Compiling rtoolbox v0.0.2
30122024-08-17T03:35:01.019Z[ host-package] Compiling assert_matches v1.5.0
30132024-08-17T03:35:01.271Z[ host-package] Compiling is_ci v1.2.0
30142024-08-17T03:35:02.140Z[ host-package] Compiling supports-color v3.0.0
30152024-08-17T03:35:04.977Z[ host-package] Compiling rpassword v7.3.1
30162024-08-17T03:35:05.301Z[ helios-setup] Aug 17 03:35:03.505 INFO E| Compiling rustls-pemfile v1.0.2
30172024-08-17T03:35:05.986Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30182024-08-17T03:35:06.103Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30192024-08-17T03:35:06.628Z[ helios-setup] Aug 17 03:35:04.832 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30202024-08-17T03:35:06.695Z[ helios-setup] Aug 17 03:35:04.899 INFO E| Compiling bincode v1.3.3
30212024-08-17T03:35:07.872Z[ helios-setup] Aug 17 03:35:06.076 INFO E| Compiling serde_path_to_error v0.1.11
30222024-08-17T03:35:09.161Z[ helios-setup] Aug 17 03:35:07.365 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30232024-08-17T03:35:09.784Z[ helios-setup] Aug 17 03:35:07.987 INFO E| Compiling terminal_size v0.2.6
30242024-08-17T03:35:10.511Z[ helios-setup] Aug 17 03:35:08.387 INFO E| Compiling smawk v0.3.1
30252024-08-17T03:35:10.958Z[ helios-setup] Aug 17 03:35:09.162 INFO E| Compiling textwrap v0.16.0
30262024-08-17T03:35:11.556Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30272024-08-17T03:35:13.753Z[ host-package] Compiling tui-tree-widget v0.22.0
30282024-08-17T03:35:14.370Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30292024-08-17T03:35:14.548Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30302024-08-17T03:35:19.296Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30312024-08-17T03:35:20.274Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30322024-08-17T03:35:24.346Z[ host-package] Compiling uzers v0.11.3
30332024-08-17T03:35:28.948Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30342024-08-17T03:35:32.154Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30352024-08-17T03:35:36.145Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362024-08-17T03:35:38.732Z[ helios-setup] Aug 17 03:35:36.931 INFO E| Compiling git2 v0.16.1
30372024-08-17T03:35:40.275Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30382024-08-17T03:35:44.246Z[ helios-setup] Aug 17 03:35:42.343 INFO E| Compiling built v0.6.0
30392024-08-17T03:35:48.038Z[ helios-setup] Aug 17 03:35:46.234 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30402024-08-17T03:35:49.848Z[ helios-setup] Aug 17 03:35:48.044 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30412024-08-17T03:35:50.491Z[ helios-setup] Aug 17 03:35:48.687 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30422024-08-17T03:35:54.713Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30432024-08-17T03:36:08.725Z[ host-package] Compiling multimap v0.10.0
30442024-08-17T03:36:09.395Z[ helios-setup] Aug 17 03:36:07.587 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30452024-08-17T03:36:11.995Z[ helios-setup] Aug 17 03:36:10.188 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30462024-08-17T03:36:56.597Z[ helios-setup] Aug 17 03:36:54.782 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30472024-08-17T03:37:58.551Z[ helios-setup] Aug 17 03:37:56.722 INFO E| Finished `release` profile [optimized] target(s) in 6m 48s
30482024-08-17T03:37:58.686Z[ helios-setup] Aug 17 03:37:56.859 INFO building project "pilot" ok (408 seconds)
30492024-08-17T03:37:58.691Z[ helios-setup] Aug 17 03:37:56.859 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30502024-08-17T03:37:58.691Z[ helios-setup] Aug 17 03:37:56.859 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30512024-08-17T03:37:59.134Z[ helios-setup] Aug 17 03:37:57.291 INFO E| Compiling adler v1.0.2
30522024-08-17T03:37:59.277Z[ helios-setup] Aug 17 03:37:57.449 INFO E| Compiling miniz_oxide v0.7.2
30532024-08-17T03:38:02.371Z[ helios-setup] Aug 17 03:38:00.542 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30542024-08-17T03:38:03.329Z[ helios-setup] Aug 17 03:38:01.498 INFO E| Finished `release` profile [optimized] target(s) in 4.53s
30552024-08-17T03:38:03.335Z[ helios-setup] Aug 17 03:38:01.507 INFO building project "pinprick" ok (4 seconds)
30562024-08-17T03:38:03.335Z[ helios-setup] Aug 17 03:38:01.507 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30572024-08-17T03:38:03.335Z[ helios-setup] Aug 17 03:38:01.507 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30582024-08-17T03:38:03.723Z[ helios-setup] Aug 17 03:38:01.891 INFO E| Downloading crates ...
30592024-08-17T03:38:03.914Z[ helios-setup] Aug 17 03:38:02.086 INFO E| Downloaded sha2 v0.10.5
30602024-08-17T03:38:03.919Z[ helios-setup] Aug 17 03:38:02.091 INFO E| Downloaded bytes v1.2.1
30612024-08-17T03:38:03.926Z[ helios-setup] Aug 17 03:38:02.098 INFO E| Downloaded typenum v1.15.0
30622024-08-17T03:38:03.930Z[ helios-setup] Aug 17 03:38:02.102 INFO E| Downloaded digest v0.10.3
30632024-08-17T03:38:03.932Z[ helios-setup] Aug 17 03:38:02.104 INFO E| Downloaded anyhow v1.0.62
30642024-08-17T03:38:04.045Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling typenum v1.15.0
30652024-08-17T03:38:04.045Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling version_check v0.9.4
30662024-08-17T03:38:04.045Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling crc32fast v1.3.2
30672024-08-17T03:38:04.048Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling cfg-if v1.0.0
30682024-08-17T03:38:04.048Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling anyhow v1.0.62
30692024-08-17T03:38:04.048Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling adler v1.0.2
30702024-08-17T03:38:04.048Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling unicode-width v0.1.10
30712024-08-17T03:38:04.048Z[ helios-setup] Aug 17 03:38:02.212 INFO E| Compiling cpufeatures v0.2.5
30722024-08-17T03:38:04.341Z[ helios-setup] Aug 17 03:38:02.509 INFO E| Compiling bitflags v1.3.2
30732024-08-17T03:38:04.518Z[ helios-setup] Aug 17 03:38:02.683 INFO E| Compiling bytes v1.2.1
30742024-08-17T03:38:04.672Z[ helios-setup] Aug 17 03:38:02.838 INFO E| Compiling miniz_oxide v0.6.2
30752024-08-17T03:38:04.830Z[ helios-setup] Aug 17 03:38:02.996 INFO E| Compiling getopts v0.2.21
30762024-08-17T03:38:05.411Z[ helios-setup] Aug 17 03:38:03.582 INFO E| Compiling generic-array v0.14.6
30772024-08-17T03:38:06.512Z[ helios-setup] Aug 17 03:38:04.677 INFO E| Compiling flate2 v1.0.25
30782024-08-17T03:38:10.168Z[ helios-setup] Aug 17 03:38:08.338 INFO E| Compiling block-buffer v0.10.3
30792024-08-17T03:38:10.168Z[ helios-setup] Aug 17 03:38:08.338 INFO E| Compiling crypto-common v0.1.6
30802024-08-17T03:38:10.425Z[ helios-setup] Aug 17 03:38:08.592 INFO E| Compiling digest v0.10.3
30812024-08-17T03:38:10.759Z[ helios-setup] Aug 17 03:38:08.929 INFO E| Compiling sha2 v0.10.5
30822024-08-17T03:38:11.353Z[ helios-setup] Aug 17 03:38:09.523 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30832024-08-17T03:38:17.069Z[ helios-setup] Aug 17 03:38:15.238 INFO E| Finished `release` profile [optimized] target(s) in 13.64s
30842024-08-17T03:38:17.089Z[ helios-setup] Aug 17 03:38:15.255 INFO building project "bootserver" ok (13 seconds)
30852024-08-17T03:38:17.095Z[ helios-setup] rm -f helios-build
30862024-08-17T03:38:17.095Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30872024-08-17T03:38:17.099Z[ helios-setup]
30882024-08-17T03:38:17.100Z[ helios-setup] Setup complete! ./helios-build is now available.
30892024-08-17T03:38:17.100Z[ helios-setup]
30902024-08-17T03:38:17.102Z[ helios-setup]
30912024-08-17T03:38:17.102Z[ helios-setup] real 11:51.706511314
30922024-08-17T03:38:17.102Z[ helios-setup] user 28:40.407308283
30932024-08-17T03:38:17.103Z[ helios-setup] sys 3:31.829496231
30942024-08-17T03:38:17.103Z[ helios-setup] trap 1.678593586
30952024-08-17T03:38:17.103Z[ helios-setup] tflt 7.007248858
30962024-08-17T03:38:17.103Z[ helios-setup] dflt 30.764311694
30972024-08-17T03:38:17.103Z[ helios-setup] kflt 0.020993007
30982024-08-17T03:38:17.103Z[ helios-setup] lock 1:52:39.055732196
30992024-08-17T03:38:17.103Z[ helios-setup] slp 3:39:16.587400267
31002024-08-17T03:38:17.103Z[ helios-setup] lat 32:23.969322232
31012024-08-17T03:38:17.103Z[ helios-setup] stop 4:46.639269782
31022024-08-17T03:38:17.103ZAug 17 03:38:15.270 INFO [helios-setup] process exited with exit status: 0 (711.712094344s)
31032024-08-17T03:38:17.103ZAug 17 03:38:15.271 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31042024-08-17T03:38:17.121Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31052024-08-17T03:38:17.345Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31062024-08-17T03:38:17.348Z[ phbl-toolchain] info: downloading component 'cargo'
31072024-08-17T03:38:18.692Z[ phbl-toolchain] info: downloading component 'clippy'
31082024-08-17T03:38:19.087Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31092024-08-17T03:38:26.795Z[ phbl-toolchain] info: downloading component 'miri'
31102024-08-17T03:38:26.882Z[ phbl-toolchain] info: downloading component 'rust-docs'
31112024-08-17T03:38:26.882Z[ phbl-toolchain] info: downloading component 'rust-src'
31122024-08-17T03:38:26.882Z[ phbl-toolchain] info: downloading component 'rust-std'
31132024-08-17T03:38:28.136Z[ phbl-toolchain] info: downloading component 'rustc'
31142024-08-17T03:38:33.501Z[ phbl-toolchain] info: downloading component 'rustfmt'
31152024-08-17T03:38:34.139Z[ phbl-toolchain] info: installing component 'cargo'
31162024-08-17T03:38:35.443Z[ phbl-toolchain] info: installing component 'clippy'
31172024-08-17T03:38:35.958Z[ phbl-toolchain] info: installing component 'llvm-tools'
31182024-08-17T03:38:36.750Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31192024-08-17T03:38:41.348Z[ phbl-toolchain] info: installing component 'miri'
31202024-08-17T03:38:41.722Z[ phbl-toolchain] info: installing component 'rust-docs'
31212024-08-17T03:38:48.181Z[ phbl-toolchain] info: installing component 'rust-src'
31222024-08-17T03:38:48.845Z[ phbl-toolchain] info: installing component 'rust-std'
31232024-08-17T03:38:51.285Z[ phbl-toolchain] info: installing component 'rustc'
31242024-08-17T03:38:57.545Z[ phbl-toolchain] info: installing component 'rustfmt'
31252024-08-17T03:38:58.340Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31262024-08-17T03:38:58.343ZAug 17 03:38:56.503 INFO [phbl-toolchain] process exited with exit status: 0 (41.232106325s)
31272024-08-17T03:39:04.488Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31282024-08-17T03:45:32.695Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 22s
31292024-08-17T03:46:22.517ZAug 17 03:46:20.593 INFO [host-package] process exited with exit status: 0 (1152.016454745s)
31302024-08-17T03:46:22.517ZAug 17 03:46:20.593 INFO [host-stamp] running task
31312024-08-17T03:46:22.525ZAug 17 03:46:20.594 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31322024-08-17T03:46:22.525ZAug 17 03:46:20.600 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+gitda2e79ee000
31332024-08-17T03:46:22.531ZAug 17 03:46:20.605 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+gitda2e79ee000
31342024-08-17T03:46:22.531ZAug 17 03:46:20.610 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+gitda2e79ee000
31352024-08-17T03:46:22.544Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31362024-08-17T03:46:22.544Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31372024-08-17T03:46:22.544ZAug 17 03:46:20.616 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+gitda2e79ee000
31382024-08-17T03:46:22.545Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31392024-08-17T03:46:22.551ZAug 17 03:46:20.621 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+gitda2e79ee000
31402024-08-17T03:46:22.552Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31412024-08-17T03:46:22.552ZAug 17 03:46:20.627 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+gitda2e79ee000
31422024-08-17T03:46:22.569Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31432024-08-17T03:46:22.569Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31442024-08-17T03:46:22.569ZAug 17 03:46:20.636 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+gitda2e79ee000
31452024-08-17T03:46:22.569Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31462024-08-17T03:46:22.569Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31472024-08-17T03:46:22.570ZAug 17 03:46:20.645 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+gitda2e79ee000
31482024-08-17T03:46:22.573Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31492024-08-17T03:46:22.573Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31502024-08-17T03:46:22.578Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31512024-08-17T03:46:22.578ZAug 17 03:46:20.656 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (35.455948ms)
31522024-08-17T03:46:22.578ZAug 17 03:46:20.656 INFO [stamp-oxlog] process exited with exit status: 0 (51.120613ms)
31532024-08-17T03:46:22.578ZAug 17 03:46:20.656 INFO [stamp-overlay] process exited with exit status: 0 (29.731003ms)
31542024-08-17T03:46:22.586Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31552024-08-17T03:46:22.631Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31562024-08-17T03:46:22.635ZAug 17 03:46:20.715 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.478623ms)
31572024-08-17T03:46:22.742Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31582024-08-17T03:46:22.746ZAug 17 03:46:20.828 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (212.707578ms)
31592024-08-17T03:46:22.865Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31602024-08-17T03:46:22.868ZAug 17 03:46:20.950 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (339.91759ms)
31612024-08-17T03:46:23.806Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31622024-08-17T03:46:23.809ZAug 17 03:46:21.891 INFO [stamp-propolis-server] process exited with exit status: 0 (1.245543325s)
31632024-08-17T03:46:23.851Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31642024-08-17T03:46:26.103Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31652024-08-17T03:46:32.636Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31662024-08-17T03:46:32.639ZAug 17 03:46:30.719 INFO [stamp-switch-asic] process exited with exit status: 0 (10.082834051s)
31672024-08-17T03:46:32.639ZAug 17 03:46:30.719 INFO [host-stamp] task succeeded (10.125671825s)
31682024-08-17T03:46:32.639ZAug 17 03:46:30.719 INFO [host-proto] running task
31692024-08-17T03:46:33.035ZAug 17 03:46:31.115 INFO [host-proto] task succeeded (395.53496ms)
31702024-08-17T03:46:33.035ZAug 17 03:46:31.115 INFO [host-profile] running task
31712024-08-17T03:46:33.038ZAug 17 03:46:31.115 INFO [host-profile] task succeeded (288.738µs)
31722024-08-17T03:46:33.038ZAug 17 03:46:31.115 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpcPIiuD/proto/host/root -N 'ci da2e79e/${os_short_commit} 2024-08-17 03:26' -s host -B
31732024-08-17T03:46:33.049Z[ host-image] Aug 17 03:46:31.129 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31742024-08-17T03:46:33.049Z[ host-image] Aug 17 03:46:31.129 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31752024-08-17T03:46:33.063Z[ host-image] Aug 17 03:46:31.143 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpcPIiuD/proto/host/root"
31762024-08-17T03:46:33.063Z[ host-image] Aug 17 03:46:31.143 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31772024-08-17T03:46:33.066Z[ host-image] Aug 17 03:46:31.144 INFO image builder template: ramdisk-01-os...
31782024-08-17T03:46:33.067Z[ host-image] Aug 17 03:46:31.144 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/.tmpcPIiuD/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31792024-08-17T03:46:33.083Z[ host-image] Aug 17 03:46:31.163 INFO O| Aug 17 03:46:31.163 INFO CREATE DATASET: rpool/images/build/host/output
31802024-08-17T03:46:33.340Z[ host-image] Aug 17 03:46:31.414 INFO O| Aug 17 03:46:31.414 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31812024-08-17T03:46:33.351Z[ host-image] Aug 17 03:46:31.419 INFO O| Aug 17 03:46:31.419 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31822024-08-17T03:46:33.578Z[ host-image] Aug 17 03:46:31.658 INFO O| Aug 17 03:46:31.658 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31832024-08-17T03:46:33.646Z[ host-image] Aug 17 03:46:31.726 INFO O| Aug 17 03:46:31.726 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31842024-08-17T03:46:33.646Z[ host-image] Aug 17 03:46:31.726 INFO O| Aug 17 03:46:31.726 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31852024-08-17T03:46:33.649Z[ host-image] Aug 17 03:46:31.726 INFO O| Aug 17 03:46:31.726 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31862024-08-17T03:46:33.649Z[ host-image] Aug 17 03:46:31.726 INFO O| Aug 17 03:46:31.726 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31872024-08-17T03:46:33.659Z[ host-image] Aug 17 03:46:31.739 INFO O| Aug 17 03:46:31.738 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31882024-08-17T03:46:33.914Z[ host-image] Aug 17 03:46:31.993 INFO O| Aug 17 03:46:31.993 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31892024-08-17T03:46:33.929Z[ host-image] Aug 17 03:46:32.009 INFO O| Aug 17 03:46:32.009 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31902024-08-17T03:46:34.503Z[ host-image] Aug 17 03:46:32.582 INFO O| Aug 17 03:46:32.582 INFO O| Caching catalogs ... Done
31912024-08-17T03:46:34.632Z[ host-image] Aug 17 03:46:32.711 INFO O| Aug 17 03:46:32.711 INFO STEP 0 (pkg_image_create) COMPLETE
31922024-08-17T03:46:34.632Z[ host-image] Aug 17 03:46:32.711 INFO O| Aug 17 03:46:32.711 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31932024-08-17T03:46:34.635Z[ host-image] Aug 17 03:46:32.711 INFO O| Aug 17 03:46:32.711 INFO skip step because feature "repo_redist" is not enabled
31942024-08-17T03:46:34.635Z[ host-image] Aug 17 03:46:32.711 INFO O| Aug 17 03:46:32.711 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31952024-08-17T03:46:34.649Z[ host-image] Aug 17 03:46:32.729 INFO O| Aug 17 03:46:32.729 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"]
31962024-08-17T03:46:35.202Z[ host-image] Aug 17 03:46:33.281 INFO O| Aug 17 03:46:33.281 INFO STEP 2 (pkg_set_publisher) COMPLETE
31972024-08-17T03:46:35.202Z[ host-image] Aug 17 03:46:33.282 INFO O| Aug 17 03:46:33.281 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31982024-08-17T03:46:35.219Z[ host-image] Aug 17 03:46:33.299 INFO O| Aug 17 03:46:33.299 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"]
31992024-08-17T03:46:35.776Z[ host-image] Aug 17 03:46:33.856 INFO O| Aug 17 03:46:33.855 INFO STEP 3 (pkg_set_publisher) COMPLETE
32002024-08-17T03:46:35.776Z[ host-image] Aug 17 03:46:33.856 INFO O| Aug 17 03:46:33.856 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32012024-08-17T03:46:35.780Z[ host-image] Aug 17 03:46:33.856 INFO O| Aug 17 03:46:33.856 INFO skip step because feature "repo_redist" is not enabled
32022024-08-17T03:46:35.780Z[ host-image] Aug 17 03:46:33.856 INFO O| Aug 17 03:46:33.856 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32032024-08-17T03:46:36.337Z[ host-image] Aug 17 03:46:34.417 INFO O| Aug 17 03:46:34.416 INFO variant opensolaris.zone is already global
32042024-08-17T03:46:36.337Z[ host-image] Aug 17 03:46:34.417 INFO O| Aug 17 03:46:34.416 INFO STEP 5 (pkg_change_variant) COMPLETE
32052024-08-17T03:46:36.340Z[ host-image] Aug 17 03:46:34.417 INFO O| Aug 17 03:46:34.417 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32062024-08-17T03:46:36.909Z[ host-image] Aug 17 03:46:34.988 INFO O| Aug 17 03:46:34.988 INFO variant opensolaris.imagetype is full; changing to partial
32072024-08-17T03:46:36.910Z[ host-image] Aug 17 03:46:34.988 INFO O| Aug 17 03:46:34.988 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32082024-08-17T03:46:43.265Z[ host-image] Aug 17 03:46:41.343 INFO O| Aug 17 03:46:41.343 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32092024-08-17T03:46:44.623Z[recovery-package] Finished `release` profile [optimized] target(s) in 21.86s
32102024-08-17T03:46:45.482Z[ host-image] Aug 17 03:46:43.559 INFO O| Aug 17 03:46:43.559 INFO O| Startup: Caching catalogs ... Done
32112024-08-17T03:46:45.534Z[ host-image] Aug 17 03:46:43.610 INFO O| Aug 17 03:46:43.610 INFO O| Planning: Planning completed in 0.00 seconds
32122024-08-17T03:46:45.541Z[ host-image] Aug 17 03:46:43.610 INFO O| Aug 17 03:46:43.610 INFO O| Planning: Consolidating action changes ... Done
32132024-08-17T03:46:45.541Z[ host-image] Aug 17 03:46:43.610 INFO O| Aug 17 03:46:43.610 INFO O| Planning: Evaluating mediators ... Done
32142024-08-17T03:46:45.541Z[ host-image] Aug 17 03:46:43.611 INFO O| Aug 17 03:46:43.611 INFO O| Planning: Planning completed in 0.00 seconds
32152024-08-17T03:46:45.541Z[ host-image] Aug 17 03:46:43.611 INFO O| Aug 17 03:46:43.611 INFO O| Variants/Facets to change: 1
32162024-08-17T03:46:45.552Z[ host-image] Aug 17 03:46:43.628 INFO O| Aug 17 03:46:43.627 INFO O| Done
32172024-08-17T03:46:45.553Z[ host-image] Aug 17 03:46:43.628 INFO O| Aug 17 03:46:43.628 INFO O| Done
32182024-08-17T03:46:45.919Z[ host-image] Aug 17 03:46:43.997 INFO O| Aug 17 03:46:43.997 INFO O| Done
32192024-08-17T03:46:45.949Z[ host-image] Aug 17 03:46:44.027 INFO O| Aug 17 03:46:44.027 INFO O| Done
32202024-08-17T03:46:45.952Z[ host-image] Aug 17 03:46:44.028 INFO O| Aug 17 03:46:44.028 INFO O| Done
32212024-08-17T03:46:45.952Z[ host-image] Aug 17 03:46:44.028 INFO O| Aug 17 03:46:44.028 INFO O| Done
32222024-08-17T03:46:45.952Z[ host-image] Aug 17 03:46:44.029 INFO O| Aug 17 03:46:44.029 INFO O| Done
32232024-08-17T03:46:46.009ZAug 17 03:46:44.087 INFO [recovery-package] process exited with exit status: 0 (23.493193005s)
32242024-08-17T03:46:46.009ZAug 17 03:46:44.087 INFO [recovery-stamp] running task
32252024-08-17T03:46:46.012ZAug 17 03:46:44.087 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32262024-08-17T03:46:46.012ZAug 17 03:46:44.087 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitda2e79ee000
32272024-08-17T03:46:46.023ZAug 17 03:46:44.101 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+gitda2e79ee000
32282024-08-17T03:46:46.034Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32292024-08-17T03:46:46.045Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32302024-08-17T03:46:46.095Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32312024-08-17T03:46:46.098ZAug 17 03:46:44.177 INFO [stamp-installinator] process exited with exit status: 0 (88.99989ms)
32322024-08-17T03:46:46.156Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32332024-08-17T03:46:46.159ZAug 17 03:46:44.237 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (135.751833ms)
32342024-08-17T03:46:46.161ZAug 17 03:46:44.237 INFO [recovery-stamp] task succeeded (149.857337ms)
32352024-08-17T03:46:46.161ZAug 17 03:46:44.237 INFO [recovery-proto] running task
32362024-08-17T03:46:46.161ZAug 17 03:46:44.237 INFO [tuf-stamp] running task
32372024-08-17T03:46:46.161ZAug 17 03:46:44.238 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+gitda2e79ee000
32382024-08-17T03:46:46.170ZAug 17 03:46:44.248 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+gitda2e79ee000
32392024-08-17T03:46:46.181ZAug 17 03:46:44.258 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+gitda2e79ee000
32402024-08-17T03:46:46.187Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32412024-08-17T03:46:46.190ZAug 17 03:46:44.268 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+gitda2e79ee000
32422024-08-17T03:46:46.199Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32432024-08-17T03:46:46.202Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32442024-08-17T03:46:46.203ZAug 17 03:46:44.278 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+gitda2e79ee000
32452024-08-17T03:46:46.215Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32462024-08-17T03:46:46.218ZAug 17 03:46:44.292 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+gitda2e79ee000
32472024-08-17T03:46:46.234Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32482024-08-17T03:46:46.263ZAug 17 03:46:44.340 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+gitda2e79ee000
32492024-08-17T03:46:46.288Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32502024-08-17T03:46:46.288ZAug 17 03:46:44.365 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+gitda2e79ee000
32512024-08-17T03:46:46.318Z[ host-image] Aug 17 03:46:44.371 INFO O| Aug 17 03:46:44.371 INFO STEP 6 (pkg_change_variant) COMPLETE
32522024-08-17T03:46:46.318Z[ host-image] Aug 17 03:46:44.372 INFO O| Aug 17 03:46:44.371 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32532024-08-17T03:46:46.318Z[ host-image] Aug 17 03:46:44.372 INFO O| Aug 17 03:46:44.371 INFO skip step because feature "debug_variant" is not enabled
32542024-08-17T03:46:46.321Z[ host-image] Aug 17 03:46:44.372 INFO O| Aug 17 03:46:44.371 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-08-17T03:46:46.321Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32562024-08-17T03:46:46.321ZAug 17 03:46:44.397 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+gitda2e79ee000
32572024-08-17T03:46:46.377ZAug 17 03:46:44.455 INFO [recovery-proto] task succeeded (218.18304ms)
32582024-08-17T03:46:46.380ZAug 17 03:46:44.456 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpcPIiuD/proto/recovery/root -N 'recovery da2e79e/${os_short_commit} 2024-08-17 03:26' -s recovery -R
32592024-08-17T03:46:46.389Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32602024-08-17T03:46:46.392ZAug 17 03:46:44.467 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+gitda2e79ee000
32612024-08-17T03:46:46.411Z[ recovery-image] Aug 17 03:46:44.477 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32622024-08-17T03:46:46.413Z[ recovery-image] Aug 17 03:46:44.478 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32632024-08-17T03:46:46.413ZAug 17 03:46:44.488 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+gitda2e79ee000
32642024-08-17T03:46:46.432Z[ recovery-image] Aug 17 03:46:44.493 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpcPIiuD/proto/recovery/root"
32652024-08-17T03:46:46.434Z[ recovery-image] Aug 17 03:46:44.493 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32662024-08-17T03:46:46.434Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32672024-08-17T03:46:46.434Z[ recovery-image] Aug 17 03:46:44.494 INFO image builder template: ramdisk-01-os...
32682024-08-17T03:46:46.434Z[ recovery-image] Aug 17 03:46:44.494 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/.tmpcPIiuD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32692024-08-17T03:46:46.434Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32702024-08-17T03:46:46.443Z[ recovery-image] Aug 17 03:46:44.521 INFO O| Aug 17 03:46:44.520 INFO CREATE DATASET: rpool/images/build/recovery/output
32712024-08-17T03:46:46.525Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32722024-08-17T03:46:46.674Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32732024-08-17T03:46:46.778ZAug 17 03:46:44.856 INFO [stamp-probe] process exited with exit status: 0 (388.612345ms)
32742024-08-17T03:46:46.830Z[ recovery-image] Aug 17 03:46:44.908 INFO O| Aug 17 03:46:44.908 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32752024-08-17T03:46:46.860Z[ recovery-image] Aug 17 03:46:44.937 INFO O| Aug 17 03:46:44.937 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32762024-08-17T03:46:47.039Z[ host-image] Aug 17 03:46:45.115 INFO O| Aug 17 03:46:45.115 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32772024-08-17T03:46:47.069Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32782024-08-17T03:46:47.074ZAug 17 03:46:45.152 INFO [stamp-ntp] process exited with exit status: 0 (663.268862ms)
32792024-08-17T03:46:47.347Z[ recovery-image] Aug 17 03:46:45.425 INFO O| Aug 17 03:46:45.424 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32802024-08-17T03:46:47.451Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
32812024-08-17T03:46:47.457Z[ recovery-image] Aug 17 03:46:45.535 INFO O| Aug 17 03:46:45.534 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32822024-08-17T03:46:47.457Z[ recovery-image] Aug 17 03:46:45.535 INFO O| Aug 17 03:46:45.535 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32832024-08-17T03:46:47.459Z[ recovery-image] Aug 17 03:46:45.535 INFO O| Aug 17 03:46:45.535 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32842024-08-17T03:46:47.459Z[ recovery-image] Aug 17 03:46:45.535 INFO O| Aug 17 03:46:45.535 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32852024-08-17T03:46:47.467Z[ recovery-image] Aug 17 03:46:45.545 INFO O| Aug 17 03:46:45.545 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32862024-08-17T03:46:47.486ZAug 17 03:46:45.563 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.315227553s)
32872024-08-17T03:46:47.617Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32882024-08-17T03:46:47.647ZAug 17 03:46:45.725 INFO [stamp-internal-dns] process exited with exit status: 0 (1.466823403s)
32892024-08-17T03:46:47.813Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
32902024-08-17T03:46:47.817ZAug 17 03:46:45.894 INFO [stamp-external-dns] process exited with exit status: 0 (1.494397938s)
32912024-08-17T03:46:47.839Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
32922024-08-17T03:46:47.844Z[ recovery-image] Aug 17 03:46:45.922 INFO O| Aug 17 03:46:45.922 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32932024-08-17T03:46:47.860Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
32942024-08-17T03:46:47.875Z[ recovery-image] Aug 17 03:46:45.949 INFO O| Aug 17 03:46:45.949 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32952024-08-17T03:46:48.099Z[ host-image] Aug 17 03:46:46.176 INFO O| Aug 17 03:46:46.176 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32962024-08-17T03:46:48.101Z[ host-image] Aug 17 03:46:46.178 INFO O| Aug 17 03:46:46.178 INFO O| Planning: Planning completed in 0.00 seconds
32972024-08-17T03:46:48.101Z[ host-image] Aug 17 03:46:46.179 INFO O| Aug 17 03:46:46.179 INFO O| Planning: Consolidating action changes ... Done
32982024-08-17T03:46:48.101Z[ host-image] Aug 17 03:46:46.179 INFO O| Aug 17 03:46:46.179 INFO O| Planning: Evaluating mediators ... Done
32992024-08-17T03:46:48.104Z[ host-image] Aug 17 03:46:46.180 INFO O| Aug 17 03:46:46.179 INFO O| Planning: Planning completed in 0.00 seconds
33002024-08-17T03:46:48.104Z[ host-image] Aug 17 03:46:46.180 INFO O| Aug 17 03:46:46.180 INFO O| Variants/Facets to change: 1
33012024-08-17T03:46:48.124Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33022024-08-17T03:46:48.131ZAug 17 03:46:46.208 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.929804161s)
33032024-08-17T03:46:48.139Z[ host-image] Aug 17 03:46:46.216 INFO O| Aug 17 03:46:46.216 INFO O| Done
33042024-08-17T03:46:48.139Z[ host-image] Aug 17 03:46:46.216 INFO O| Aug 17 03:46:46.216 INFO O| Done
33052024-08-17T03:46:48.312Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33062024-08-17T03:46:48.316ZAug 17 03:46:46.393 INFO [stamp-oximeter] process exited with exit status: 0 (2.100937551s)
33072024-08-17T03:46:48.372Z[ recovery-image] Aug 17 03:46:46.449 INFO O| Aug 17 03:46:46.449 INFO O| Caching catalogs ... Done
33082024-08-17T03:46:48.488Z[ recovery-image] Aug 17 03:46:46.565 INFO O| Aug 17 03:46:46.565 INFO STEP 0 (pkg_image_create) COMPLETE
33092024-08-17T03:46:48.488Z[ recovery-image] Aug 17 03:46:46.565 INFO O| Aug 17 03:46:46.565 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33102024-08-17T03:46:48.491Z[ recovery-image] Aug 17 03:46:46.565 INFO O| Aug 17 03:46:46.565 INFO skip step because feature "repo_redist" is not enabled
33112024-08-17T03:46:48.491Z[ recovery-image] Aug 17 03:46:46.565 INFO O| Aug 17 03:46:46.565 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-08-17T03:46:48.502Z[ recovery-image] Aug 17 03:46:46.579 INFO O| Aug 17 03:46:46.579 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"]
33132024-08-17T03:46:48.561Z[ host-image] Aug 17 03:46:46.638 INFO O| Aug 17 03:46:46.638 INFO O| Done
33142024-08-17T03:46:48.609Z[ host-image] Aug 17 03:46:46.686 INFO O| Aug 17 03:46:46.685 INFO O| Done
33152024-08-17T03:46:48.611Z[ host-image] Aug 17 03:46:46.686 INFO O| Aug 17 03:46:46.686 INFO O| Done
33162024-08-17T03:46:48.611Z[ host-image] Aug 17 03:46:46.686 INFO O| Aug 17 03:46:46.686 INFO O| Done
33172024-08-17T03:46:48.611Z[ host-image] Aug 17 03:46:46.688 INFO O| Aug 17 03:46:46.688 INFO O| Done
33182024-08-17T03:46:48.683Z[ host-image] Aug 17 03:46:46.761 INFO O| Aug 17 03:46:46.761 INFO STEP 8 (pkg_change_facet) COMPLETE
33192024-08-17T03:46:48.683Z[ host-image] Aug 17 03:46:46.761 INFO O| Aug 17 03:46:46.761 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-08-17T03:46:48.683Z[ host-image] Aug 17 03:46:46.761 INFO O| Aug 17 03:46:46.761 INFO skip step because feature "recovery" is not enabled
33212024-08-17T03:46:48.683Z[ host-image] Aug 17 03:46:46.761 INFO O| Aug 17 03:46:46.761 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33222024-08-17T03:46:48.686Z[ host-image] Aug 17 03:46:46.761 INFO O| Aug 17 03:46:46.761 INFO skip step because feature "recovery" is not enabled
33232024-08-17T03:46:48.686Z[ host-image] Aug 17 03:46:46.761 INFO O| Aug 17 03:46:46.761 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33242024-08-17T03:46:48.699Z[ host-image] Aug 17 03:46:46.776 INFO O| Aug 17 03:46:46.776 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"]
33252024-08-17T03:46:48.906Z[ recovery-image] Aug 17 03:46:46.984 INFO O| Aug 17 03:46:46.984 INFO STEP 2 (pkg_set_publisher) COMPLETE
33262024-08-17T03:46:48.906Z[ recovery-image] Aug 17 03:46:46.984 INFO O| Aug 17 03:46:46.984 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33272024-08-17T03:46:48.920Z[ recovery-image] Aug 17 03:46:46.998 INFO O| Aug 17 03:46:46.998 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"]
33282024-08-17T03:46:49.288Z[ host-image] Aug 17 03:46:47.364 INFO O| Aug 17 03:46:47.364 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33292024-08-17T03:46:49.413Z[ recovery-image] Aug 17 03:46:47.490 INFO O| Aug 17 03:46:47.490 INFO STEP 3 (pkg_set_publisher) COMPLETE
33302024-08-17T03:46:49.413Z[ recovery-image] Aug 17 03:46:47.490 INFO O| Aug 17 03:46:47.490 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33312024-08-17T03:46:49.413Z[ recovery-image] Aug 17 03:46:47.490 INFO O| Aug 17 03:46:47.490 INFO skip step because feature "repo_redist" is not enabled
33322024-08-17T03:46:49.416Z[ recovery-image] Aug 17 03:46:47.490 INFO O| Aug 17 03:46:47.490 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33332024-08-17T03:46:49.895Z[ recovery-image] Aug 17 03:46:47.972 INFO O| Aug 17 03:46:47.972 INFO variant opensolaris.zone is already global
33342024-08-17T03:46:49.895Z[ recovery-image] Aug 17 03:46:47.972 INFO O| Aug 17 03:46:47.972 INFO STEP 5 (pkg_change_variant) COMPLETE
33352024-08-17T03:46:49.895Z[ recovery-image] Aug 17 03:46:47.972 INFO O| Aug 17 03:46:47.972 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33362024-08-17T03:46:50.015Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33372024-08-17T03:46:50.019ZAug 17 03:46:48.096 INFO [stamp-nexus] process exited with exit status: 0 (3.731495168s)
33382024-08-17T03:46:50.355Z[ recovery-image] Aug 17 03:46:48.432 INFO O| Aug 17 03:46:48.432 INFO variant opensolaris.imagetype is full; changing to partial
33392024-08-17T03:46:50.355Z[ recovery-image] Aug 17 03:46:48.432 INFO O| Aug 17 03:46:48.432 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33402024-08-17T03:46:51.787Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33412024-08-17T03:46:51.792ZAug 17 03:46:49.869 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.529366644s)
33422024-08-17T03:46:52.039Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33432024-08-17T03:46:52.174Z[verify-libraries] Compiling heck v0.4.1
33442024-08-17T03:46:52.174Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33452024-08-17T03:46:52.188Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33462024-08-17T03:46:52.192Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33472024-08-17T03:46:52.217Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33482024-08-17T03:46:52.220Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33492024-08-17T03:46:52.220Z[verify-libraries] Compiling indent_write v2.2.0
33502024-08-17T03:46:52.616Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33512024-08-17T03:46:52.833Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33522024-08-17T03:46:52.892Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33532024-08-17T03:46:53.123Z[verify-libraries] Compiling termios v0.3.3
33542024-08-17T03:46:53.290Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33552024-08-17T03:46:54.146Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33562024-08-17T03:46:56.749Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33572024-08-17T03:46:56.789ZAug 17 03:46:54.865 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.597005216s)
33582024-08-17T03:46:57.503Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33592024-08-17T03:46:57.556ZAug 17 03:46:55.631 INFO [stamp-clickhouse] process exited with exit status: 0 (11.392947405s)
33602024-08-17T03:46:57.556ZAug 17 03:46:55.631 INFO [tuf-stamp] task succeeded (11.394126638s)
33612024-08-17T03:46:58.162Z[ recovery-image] Aug 17 03:46:56.237 INFO O| Aug 17 03:46:56.237 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33622024-08-17T03:47:03.913Z[ recovery-image] Aug 17 03:47:01.976 INFO O| Aug 17 03:47:01.976 INFO O| Startup: Caching catalogs ... Done
33632024-08-17T03:47:03.983Z[ recovery-image] Aug 17 03:47:02.057 INFO O| Aug 17 03:47:02.057 INFO O| Planning: Planning completed in 0.00 seconds
33642024-08-17T03:47:03.986Z[ recovery-image] Aug 17 03:47:02.058 INFO O| Aug 17 03:47:02.058 INFO O| Planning: Consolidating action changes ... Done
33652024-08-17T03:47:03.986Z[ recovery-image] Aug 17 03:47:02.058 INFO O| Aug 17 03:47:02.058 INFO O| Planning: Evaluating mediators ... Done
33662024-08-17T03:47:03.986Z[ recovery-image] Aug 17 03:47:02.059 INFO O| Aug 17 03:47:02.059 INFO O| Planning: Planning completed in 0.00 seconds
33672024-08-17T03:47:03.986Z[ recovery-image] Aug 17 03:47:02.059 INFO O| Aug 17 03:47:02.059 INFO O| Variants/Facets to change: 1
33682024-08-17T03:47:04.050Z[ recovery-image] Aug 17 03:47:02.125 INFO O| Aug 17 03:47:02.125 INFO O| Done
33692024-08-17T03:47:04.051Z[ recovery-image] Aug 17 03:47:02.125 INFO O| Aug 17 03:47:02.125 INFO O| Done
33702024-08-17T03:47:04.770Z[ recovery-image] Aug 17 03:47:02.844 INFO O| Aug 17 03:47:02.843 INFO O| Done
33712024-08-17T03:47:04.818Z[ recovery-image] Aug 17 03:47:02.892 INFO O| Aug 17 03:47:02.892 INFO O| Done
33722024-08-17T03:47:04.820Z[ recovery-image] Aug 17 03:47:02.894 INFO O| Aug 17 03:47:02.893 INFO O| Done
33732024-08-17T03:47:04.820Z[ recovery-image] Aug 17 03:47:02.894 INFO O| Aug 17 03:47:02.894 INFO O| Done
33742024-08-17T03:47:04.823Z[ recovery-image] Aug 17 03:47:02.896 INFO O| Aug 17 03:47:02.895 INFO O| Done
33752024-08-17T03:47:05.344Z[ recovery-image] Aug 17 03:47:03.417 INFO O| Aug 17 03:47:03.417 INFO STEP 6 (pkg_change_variant) COMPLETE
33762024-08-17T03:47:05.344Z[ recovery-image] Aug 17 03:47:03.417 INFO O| Aug 17 03:47:03.417 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33772024-08-17T03:47:05.347Z[ recovery-image] Aug 17 03:47:03.417 INFO O| Aug 17 03:47:03.417 INFO skip step because feature "debug_variant" is not enabled
33782024-08-17T03:47:05.347Z[ recovery-image] Aug 17 03:47:03.417 INFO O| Aug 17 03:47:03.417 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33792024-08-17T03:47:06.018Z[ recovery-image] Aug 17 03:47:04.092 INFO O| Aug 17 03:47:04.092 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33802024-08-17T03:47:07.192Z[ recovery-image] Aug 17 03:47:05.257 INFO O| Aug 17 03:47:05.257 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33812024-08-17T03:47:07.196Z[ recovery-image] Aug 17 03:47:05.259 INFO O| Aug 17 03:47:05.259 INFO O| Planning: Planning completed in 0.00 seconds
33822024-08-17T03:47:07.196Z[ recovery-image] Aug 17 03:47:05.260 INFO O| Aug 17 03:47:05.260 INFO O| Planning: Consolidating action changes ... Done
33832024-08-17T03:47:07.196Z[ recovery-image] Aug 17 03:47:05.260 INFO O| Aug 17 03:47:05.260 INFO O| Planning: Evaluating mediators ... Done
33842024-08-17T03:47:07.196Z[ recovery-image] Aug 17 03:47:05.261 INFO O| Aug 17 03:47:05.261 INFO O| Planning: Planning completed in 0.00 seconds
33852024-08-17T03:47:07.196Z[ recovery-image] Aug 17 03:47:05.261 INFO O| Aug 17 03:47:05.261 INFO O| Variants/Facets to change: 1
33862024-08-17T03:47:07.257Z[ recovery-image] Aug 17 03:47:05.330 INFO O| Aug 17 03:47:05.330 INFO O| Done
33872024-08-17T03:47:07.257Z[ recovery-image] Aug 17 03:47:05.330 INFO O| Aug 17 03:47:05.330 INFO O| Done
33882024-08-17T03:47:07.926Z[ recovery-image] Aug 17 03:47:05.894 INFO O| Aug 17 03:47:05.894 INFO O| Done
33892024-08-17T03:47:07.940Z[ recovery-image] Aug 17 03:47:05.966 INFO O| Aug 17 03:47:05.966 INFO O| Done
33902024-08-17T03:47:07.940Z[ recovery-image] Aug 17 03:47:05.967 INFO O| Aug 17 03:47:05.967 INFO O| Done
33912024-08-17T03:47:07.940Z[ recovery-image] Aug 17 03:47:05.967 INFO O| Aug 17 03:47:05.967 INFO O| Done
33922024-08-17T03:47:07.940Z[ recovery-image] Aug 17 03:47:05.969 INFO O| Aug 17 03:47:05.969 INFO O| Done
33932024-08-17T03:47:07.990Z[ recovery-image] Aug 17 03:47:06.064 INFO O| Aug 17 03:47:06.064 INFO STEP 8 (pkg_change_facet) COMPLETE
33942024-08-17T03:47:07.990Z[ recovery-image] Aug 17 03:47:06.064 INFO O| Aug 17 03:47:06.064 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33952024-08-17T03:47:08.606Z[ recovery-image] Aug 17 03:47:06.679 INFO O| Aug 17 03:47:06.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33962024-08-17T03:47:09.644Z[ recovery-image] Aug 17 03:47:07.717 INFO O| Aug 17 03:47:07.717 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33972024-08-17T03:47:09.646Z[ recovery-image] Aug 17 03:47:07.719 INFO O| Aug 17 03:47:07.719 INFO O| Planning: Planning completed in 0.00 seconds
33982024-08-17T03:47:09.646Z[ recovery-image] Aug 17 03:47:07.720 INFO O| Aug 17 03:47:07.720 INFO O| Planning: Consolidating action changes ... Done
33992024-08-17T03:47:09.646Z[ recovery-image] Aug 17 03:47:07.720 INFO O| Aug 17 03:47:07.720 INFO O| Planning: Evaluating mediators ... Done
34002024-08-17T03:47:09.649Z[ recovery-image] Aug 17 03:47:07.720 INFO O| Aug 17 03:47:07.720 INFO O| Planning: Planning completed in 0.00 seconds
34012024-08-17T03:47:09.649Z[ recovery-image] Aug 17 03:47:07.721 INFO O| Aug 17 03:47:07.721 INFO O| Variants/Facets to change: 1
34022024-08-17T03:47:09.716Z[ recovery-image] Aug 17 03:47:07.790 INFO O| Aug 17 03:47:07.790 INFO O| Done
34032024-08-17T03:47:09.716Z[ recovery-image] Aug 17 03:47:07.790 INFO O| Aug 17 03:47:07.790 INFO O| Done
34042024-08-17T03:47:10.179Z[ recovery-image] Aug 17 03:47:08.252 INFO O| Aug 17 03:47:08.252 INFO O| Done
34052024-08-17T03:47:10.281Z[ recovery-image] Aug 17 03:47:08.354 INFO O| Aug 17 03:47:08.354 INFO O| Done
34062024-08-17T03:47:10.286Z[ recovery-image] Aug 17 03:47:08.360 INFO O| Aug 17 03:47:08.359 INFO O| Done
34072024-08-17T03:47:10.288Z[ recovery-image] Aug 17 03:47:08.360 INFO O| Aug 17 03:47:08.360 INFO O| Done
34082024-08-17T03:47:10.288Z[ recovery-image] Aug 17 03:47:08.362 INFO O| Aug 17 03:47:08.362 INFO O| Done
34092024-08-17T03:47:10.387Z[ recovery-image] Aug 17 03:47:08.451 INFO O| Aug 17 03:47:08.451 INFO STEP 9 (pkg_change_facet) COMPLETE
34102024-08-17T03:47:10.387Z[ recovery-image] Aug 17 03:47:08.451 INFO O| Aug 17 03:47:08.451 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-08-17T03:47:11.094Z[ recovery-image] Aug 17 03:47:09.167 INFO O| Aug 17 03:47:09.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34122024-08-17T03:47:12.251Z[ recovery-image] Aug 17 03:47:10.322 INFO O| Aug 17 03:47:10.322 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34132024-08-17T03:47:12.255Z[ recovery-image] Aug 17 03:47:10.324 INFO O| Aug 17 03:47:10.324 INFO O| Planning: Planning completed in 0.00 seconds
34142024-08-17T03:47:12.255Z[ recovery-image] Aug 17 03:47:10.325 INFO O| Aug 17 03:47:10.325 INFO O| Planning: Consolidating action changes ... Done
34152024-08-17T03:47:12.255Z[ recovery-image] Aug 17 03:47:10.325 INFO O| Aug 17 03:47:10.325 INFO O| Planning: Evaluating mediators ... Done
34162024-08-17T03:47:12.255Z[ recovery-image] Aug 17 03:47:10.326 INFO O| Aug 17 03:47:10.326 INFO O| Planning: Planning completed in 0.00 seconds
34172024-08-17T03:47:12.261Z[ recovery-image] Aug 17 03:47:10.335 INFO O| Aug 17 03:47:10.335 INFO O| Variants/Facets to change: 1
34182024-08-17T03:47:12.294Z[ recovery-image] Aug 17 03:47:10.366 INFO O| Aug 17 03:47:10.366 INFO O| Done
34192024-08-17T03:47:12.294Z[ recovery-image] Aug 17 03:47:10.366 INFO O| Aug 17 03:47:10.366 INFO O| Done
34202024-08-17T03:47:12.774Z[ recovery-image] Aug 17 03:47:10.845 INFO O| Aug 17 03:47:10.844 INFO O| Done
34212024-08-17T03:47:12.838Z[ recovery-image] Aug 17 03:47:10.910 INFO O| Aug 17 03:47:10.910 INFO O| Done
34222024-08-17T03:47:12.842Z[ recovery-image] Aug 17 03:47:10.911 INFO O| Aug 17 03:47:10.911 INFO O| Done
34232024-08-17T03:47:12.842Z[ recovery-image] Aug 17 03:47:10.911 INFO O| Aug 17 03:47:10.911 INFO O| Done
34242024-08-17T03:47:12.842Z[ recovery-image] Aug 17 03:47:10.913 INFO O| Aug 17 03:47:10.913 INFO O| Done
34252024-08-17T03:47:12.958Z[ recovery-image] Aug 17 03:47:11.019 INFO O| Aug 17 03:47:11.019 INFO STEP 10 (pkg_change_facet) COMPLETE
34262024-08-17T03:47:12.958Z[ recovery-image] Aug 17 03:47:11.019 INFO O| Aug 17 03:47:11.019 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34272024-08-17T03:47:12.969Z[ recovery-image] Aug 17 03:47:11.039 INFO O| Aug 17 03:47:11.039 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"]
34282024-08-17T03:47:14.001Z[ recovery-image] Aug 17 03:47:12.074 INFO O| Aug 17 03:47:12.074 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34292024-08-17T03:47:19.682Z[ host-image] Aug 17 03:47:17.753 INFO O| Aug 17 03:47:17.753 INFO O| Planning: Solver setup ... Done
34302024-08-17T03:47:25.443Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34312024-08-17T03:47:30.147Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34322024-08-17T03:47:32.798Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34332024-08-17T03:47:42.922Z[ host-image] Aug 17 03:47:40.989 INFO O| Aug 17 03:47:40.989 INFO O| Planning: Running solver ... Done
34342024-08-17T03:47:43.279Z[ host-image] Aug 17 03:47:41.347 INFO O| Aug 17 03:47:41.346 INFO O| Planning: Finding local manifests ... Done
34352024-08-17T03:47:43.297Z[ host-image] Aug 17 03:47:41.364 INFO O| Aug 17 03:47:41.364 INFO O| Planning: Fetching manifests: 0/124 0% complete
34362024-08-17T03:47:45.512Z[ recovery-image] Aug 17 03:47:43.579 INFO O| Aug 17 03:47:43.578 INFO O| Planning: Solver setup ... Done
34372024-08-17T03:47:48.323Z[ host-image] Aug 17 03:47:46.390 INFO O| Aug 17 03:47:46.390 INFO O| Planning: Fetching manifests: 124/124 100% complete
34382024-08-17T03:47:49.416Z[ host-image] Aug 17 03:47:47.482 INFO O| Aug 17 03:47:47.482 INFO O| Planning: Package planning ... Done
34392024-08-17T03:47:51.165Z[ host-image] Aug 17 03:47:49.231 INFO O| Aug 17 03:47:49.230 INFO O| Planning: Merging actions ... Done
34402024-08-17T03:47:51.737Z[ host-image] Aug 17 03:47:49.802 INFO O| Aug 17 03:47:49.802 INFO O| Planning: Checking for conflicting actions ... Done
34412024-08-17T03:47:52.046Z[ host-image] Aug 17 03:47:50.111 INFO O| Aug 17 03:47:50.111 INFO O| Planning: Consolidating action changes ... Done
34422024-08-17T03:47:52.563Z[ host-image] Aug 17 03:47:50.629 INFO O| Aug 17 03:47:50.629 INFO O| Planning: Evaluating mediators ... Done
34432024-08-17T03:47:58.828Z[ host-image] Aug 17 03:47:56.893 INFO O| Aug 17 03:47:56.893 INFO O| Planning: Planning completed in 69.53 seconds
34442024-08-17T03:47:58.836Z[ host-image] Aug 17 03:47:56.901 INFO O| Aug 17 03:47:56.901 INFO O| Packages to install: 124
34452024-08-17T03:47:58.838Z[ host-image] Aug 17 03:47:56.901 INFO O| Aug 17 03:47:56.901 INFO O| Mediators to change: 4
34462024-08-17T03:47:58.838Z[ host-image] Aug 17 03:47:56.901 INFO O| Aug 17 03:47:56.901 INFO O| Services to change: 6
34472024-08-17T03:47:58.956Z[ host-image] Aug 17 03:47:57.021 INFO O| Aug 17 03:47:57.021 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete
34482024-08-17T03:48:02.427Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34492024-08-17T03:48:03.970Z[ host-image] Aug 17 03:48:02.034 INFO O| Aug 17 03:48:02.033 INFO O| Download: 739/22727 items 5.3/196.4MB 2% complete (1.1M/s)
34502024-08-17T03:48:07.578Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34512024-08-17T03:48:08.377Z[ recovery-image] Aug 17 03:48:06.440 INFO O| Aug 17 03:48:06.440 INFO O| Planning: Running solver ... Done
34522024-08-17T03:48:08.660Z[ recovery-image] Aug 17 03:48:06.723 INFO O| Aug 17 03:48:06.723 INFO O| Planning: Finding local manifests ... Done
34532024-08-17T03:48:08.676Z[ recovery-image] Aug 17 03:48:06.739 INFO O| Aug 17 03:48:06.739 INFO O| Planning: Fetching manifests: 0/124 0% complete
34542024-08-17T03:48:08.976Z[ host-image] Aug 17 03:48:07.038 INFO O| Aug 17 03:48:07.038 INFO O| Download: 1282/22727 items 7.2/196.4MB 3% complete (759k/s)
34552024-08-17T03:48:13.354Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34562024-08-17T03:48:13.878Z[ recovery-image] Aug 17 03:48:11.940 INFO O| Aug 17 03:48:11.939 INFO O| Planning: Fetching manifests: 118/124 95% complete
34572024-08-17T03:48:14.141Z[ host-image] Aug 17 03:48:12.203 INFO O| Aug 17 03:48:12.203 INFO O| Download: 1591/22727 items 9.6/196.4MB 4% complete (535k/s)
34582024-08-17T03:48:18.885Z[ recovery-image] Aug 17 03:48:16.946 INFO O| Aug 17 03:48:16.946 INFO O| Planning: Fetching manifests: 121/124 97% complete
34592024-08-17T03:48:21.576Z[ host-image] Aug 17 03:48:19.637 INFO O| Aug 17 03:48:19.637 INFO O| Download: 1593/22727 items 9.6/196.4MB 4% complete (519k/s)
34602024-08-17T03:48:23.884Z[ recovery-image] Aug 17 03:48:21.945 INFO O| Aug 17 03:48:21.945 INFO O| Planning: Fetching manifests: 123/124 99% complete
34612024-08-17T03:48:28.886Z[ recovery-image] Aug 17 03:48:26.946 INFO O| Aug 17 03:48:26.946 INFO O| Planning: Fetching manifests: 123/124 99% complete
34622024-08-17T03:48:29.708Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34632024-08-17T03:48:33.757Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34642024-08-17T03:48:33.889Z[ recovery-image] Aug 17 03:48:31.947 INFO O| Aug 17 03:48:31.947 INFO O| Planning: Fetching manifests: 123/124 99% complete
34652024-08-17T03:48:34.548Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34662024-08-17T03:48:37.879Z[ recovery-image] Aug 17 03:48:35.936 INFO O| Aug 17 03:48:35.936 INFO O| Planning: Fetching manifests: 124/124 100% complete
34672024-08-17T03:48:38.809Z[ recovery-image] Aug 17 03:48:36.866 INFO O| Aug 17 03:48:36.866 INFO O| Planning: Package planning ... Done
34682024-08-17T03:48:38.901Z[ host-image] Aug 17 03:48:36.958 INFO O| Aug 17 03:48:36.958 INFO O| Download: 1595/22727 items 9.6/196.4MB 4% complete
34692024-08-17T03:48:39.509Z[ recovery-image] Aug 17 03:48:37.566 INFO O| Aug 17 03:48:37.566 INFO O| Planning: Merging actions ... Done
34702024-08-17T03:48:39.820Z[ recovery-image] Aug 17 03:48:37.877 INFO O| Aug 17 03:48:37.877 INFO O| Planning: Checking for conflicting actions ... Done
34712024-08-17T03:48:39.955Z[ recovery-image] Aug 17 03:48:38.013 INFO O| Aug 17 03:48:38.012 INFO O| Planning: Consolidating action changes ... Done
34722024-08-17T03:48:40.272Z[ recovery-image] Aug 17 03:48:38.329 INFO O| Aug 17 03:48:38.329 INFO O| Planning: Evaluating mediators ... Done
34732024-08-17T03:48:44.164Z[ host-image] Aug 17 03:48:42.220 INFO O| Aug 17 03:48:42.220 INFO O| Download: 1676/22727 items 10.9/196.4MB 5% complete (261k/s)
34742024-08-17T03:48:46.101Z[ recovery-image] Aug 17 03:48:44.157 INFO O| Aug 17 03:48:44.157 INFO O| Planning: Planning completed in 92.08 seconds
34752024-08-17T03:48:46.107Z[ recovery-image] Aug 17 03:48:44.164 INFO O| Aug 17 03:48:44.164 INFO O| Packages to install: 124
34762024-08-17T03:48:46.108Z[ recovery-image] Aug 17 03:48:44.164 INFO O| Aug 17 03:48:44.164 INFO O| Mediators to change: 4
34772024-08-17T03:48:46.111Z[ recovery-image] Aug 17 03:48:44.164 INFO O| Aug 17 03:48:44.164 INFO O| Services to change: 5
34782024-08-17T03:48:46.185Z[ recovery-image] Aug 17 03:48:44.241 INFO O| Aug 17 03:48:44.241 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34792024-08-17T03:48:49.200Z[ host-image] Aug 17 03:48:47.255 INFO O| Aug 17 03:48:47.255 INFO O| Download: 1779/22727 items 12.0/196.4MB 6% complete (276k/s)
34802024-08-17T03:48:51.193Z[ recovery-image] Aug 17 03:48:49.247 INFO O| Aug 17 03:48:49.246 INFO O| Download: 388/15831 items 4.0/173.2MB 2% complete (838k/s)
34812024-08-17T03:49:01.680Z[ recovery-image] Aug 17 03:48:59.733 INFO O| Aug 17 03:48:59.733 INFO O| Download: 1007/15831 items 7.9/173.2MB 4% complete (874k/s)
34822024-08-17T03:49:06.782Z[ recovery-image] Aug 17 03:49:04.828 INFO O| Aug 17 03:49:04.828 INFO O| Download: 1102/15831 items 9.4/173.2MB 5% complete (248k/s)
34832024-08-17T03:49:12.013Z[ host-image] Aug 17 03:49:10.065 INFO O| Aug 17 03:49:10.065 INFO O| Download: 1781/22727 items 12.0/196.4MB 6% complete
34842024-08-17T03:49:12.157Z[ recovery-image] Aug 17 03:49:10.209 INFO O| Aug 17 03:49:10.208 INFO O| Download: 1467/15831 items 21.5/173.2MB 12% complete (1.4M/s)
34852024-08-17T03:49:17.021Z[ host-image] Aug 17 03:49:15.072 INFO O| Aug 17 03:49:15.072 INFO O| Download: 2126/22727 items 23.5/196.4MB 11% complete (2.4M/s)
34862024-08-17T03:49:18.219Z[ recovery-image] Aug 17 03:49:16.269 INFO O| Aug 17 03:49:16.268 INFO O| Download: 1578/15831 items 24.4/173.2MB 14% complete (1.4M/s)
34872024-08-17T03:49:23.390Z[ recovery-image] Aug 17 03:49:21.439 INFO O| Aug 17 03:49:21.439 INFO O| Download: 2668/15831 items 33.0/173.2MB 19% complete (1.1M/s)
34882024-08-17T03:49:25.289Z[ host-image] Aug 17 03:49:23.338 INFO O| Aug 17 03:49:23.338 INFO O| Download: 2232/22727 items 24.4/196.4MB 12% complete (1.8M/s)
34892024-08-17T03:49:28.394Z[ recovery-image] Aug 17 03:49:26.443 INFO O| Aug 17 03:49:26.442 INFO O| Download: 3415/15831 items 38.1/173.2MB 22% complete (1.4M/s)
34902024-08-17T03:49:30.824Z[ host-image] Aug 17 03:49:28.872 INFO O| Aug 17 03:49:28.871 INFO O| Download: 2289/22727 items 26.7/196.4MB 13% complete (314k/s)
34912024-08-17T03:49:33.409Z[ recovery-image] Aug 17 03:49:31.456 INFO O| Aug 17 03:49:31.456 INFO O| Download: 3650/15831 items 39.9/173.2MB 23% complete (787k/s)
34922024-08-17T03:49:35.826Z[ host-image] Aug 17 03:49:33.874 INFO O| Aug 17 03:49:33.873 INFO O| Download: 2856/22727 items 32.5/196.4MB 16% complete (796k/s)
34932024-08-17T03:49:38.413Z[ recovery-image] Aug 17 03:49:36.459 INFO O| Aug 17 03:49:36.459 INFO O| Download: 4016/15831 items 42.6/173.2MB 24% complete (450k/s)
34942024-08-17T03:49:40.880Z[ host-image] Aug 17 03:49:38.926 INFO O| Aug 17 03:49:38.926 INFO O| Download: 3478/22727 items 35.6/196.4MB 18% complete (952k/s)
34952024-08-17T03:49:43.427Z[ recovery-image] Aug 17 03:49:41.473 INFO O| Aug 17 03:49:41.473 INFO O| Download: 5647/15831 items 44.5/173.2MB 25% complete (428k/s)
34962024-08-17T03:49:45.882Z[ host-image] Aug 17 03:49:43.928 INFO O| Aug 17 03:49:43.927 INFO O| Download: 4227/22727 items 40.8/196.4MB 20% complete (833k/s)
34972024-08-17T03:49:48.560Z[ recovery-image] Aug 17 03:49:46.604 INFO O| Aug 17 03:49:46.604 INFO O| Download: 5723/15831 items 46.2/173.2MB 26% complete (396k/s)
34982024-08-17T03:49:51.110Z[ host-image] Aug 17 03:49:49.155 INFO O| Aug 17 03:49:49.154 INFO O| Download: 4708/22727 items 44.7/196.4MB 22% complete (923k/s)
34992024-08-17T03:49:53.772Z[ recovery-image] Aug 17 03:49:51.813 INFO O| Aug 17 03:49:51.813 INFO O| Download: 5940/15831 items 53.6/173.2MB 30% complete (1008k/s)
35002024-08-17T03:49:56.112Z[ host-image] Aug 17 03:49:54.155 INFO O| Aug 17 03:49:54.154 INFO O| Download: 5745/22727 items 46.2/196.4MB 23% complete (550k/s)
35012024-08-17T03:49:59.082Z[ recovery-image] Aug 17 03:49:57.125 INFO O| Aug 17 03:49:57.125 INFO O| Download: 6172/15831 items 61.9/173.2MB 35% complete (1.7M/s)
35022024-08-17T03:50:01.127Z[ host-image] Aug 17 03:49:59.160 INFO O| Aug 17 03:49:59.160 INFO O| Download: 6708/22727 items 46.8/196.4MB 23% complete (281k/s)
35032024-08-17T03:50:04.084Z[ recovery-image] Aug 17 03:50:02.126 INFO O| Aug 17 03:50:02.126 INFO O| Download: 7141/15831 items 73.0/173.2MB 42% complete (1.9M/s)
35042024-08-17T03:50:06.420Z[ host-image] Aug 17 03:50:04.461 INFO O| Aug 17 03:50:04.461 INFO O| Download: 6991/22727 items 50.6/196.4MB 25% complete (424k/s)
35052024-08-17T03:50:09.207Z[ recovery-image] Aug 17 03:50:07.248 INFO O| Aug 17 03:50:07.248 INFO O| Download: 7777/15831 items 74.9/173.2MB 43% complete (1.3M/s)
35062024-08-17T03:50:11.790Z[ host-image] Aug 17 03:50:09.830 INFO O| Aug 17 03:50:09.830 INFO O| Download: 7972/22727 items 59.6/196.4MB 30% complete (1.2M/s)
35072024-08-17T03:50:14.389Z[ recovery-image] Aug 17 03:50:12.429 INFO O| Aug 17 03:50:12.429 INFO O| Download: 7968/15831 items 78.8/173.2MB 45% complete (645k/s)
35082024-08-17T03:50:16.791Z[ host-image] Aug 17 03:50:14.830 INFO O| Aug 17 03:50:14.830 INFO O| Download: 8274/22727 items 66.6/196.4MB 33% complete (1.4M/s)
35092024-08-17T03:50:20.066Z[ recovery-image] Aug 17 03:50:18.105 INFO O| Aug 17 03:50:18.105 INFO O| Download: 8772/15831 items 89.5/173.2MB 51% complete (1.3M/s)
35102024-08-17T03:50:21.797Z[ host-image] Aug 17 03:50:19.835 INFO O| Aug 17 03:50:19.835 INFO O| Download: 9094/22727 items 75.1/196.4MB 38% complete (1.5M/s)
35112024-08-17T03:50:25.077Z[ recovery-image] Aug 17 03:50:23.115 INFO O| Aug 17 03:50:23.115 INFO O| Download: 9171/15831 items 92.7/173.2MB 53% complete (1.3M/s)
35122024-08-17T03:50:26.799Z[ host-image] Aug 17 03:50:24.836 INFO O| Aug 17 03:50:24.836 INFO O| Download: 9874/22727 items 83.6/196.4MB 42% complete (1.8M/s)
35132024-08-17T03:50:30.080Z[ recovery-image] Aug 17 03:50:28.118 INFO O| Aug 17 03:50:28.118 INFO O| Download: 9757/15831 items 93.0/173.2MB 53% complete (376k/s)
35142024-08-17T03:50:31.811Z[ host-image] Aug 17 03:50:29.847 INFO O| Aug 17 03:50:29.847 INFO O| Download: 10538/22727 items 88.7/196.4MB 45% complete (1.4M/s)
35152024-08-17T03:50:35.091Z[ recovery-image] Aug 17 03:50:33.128 INFO O| Aug 17 03:50:33.127 INFO O| Download: 10460/15831 items 93.4/173.2MB 53% complete (68.5k/s)
35162024-08-17T03:50:37.006Z[ host-image] Aug 17 03:50:35.042 INFO O| Aug 17 03:50:35.042 INFO O| Download: 10847/22727 items 89.9/196.4MB 45% complete (660k/s)
35172024-08-17T03:50:40.130Z[ recovery-image] Aug 17 03:50:38.165 INFO O| Aug 17 03:50:38.165 INFO O| Download: 10904/15831 items 93.8/173.2MB 54% complete (89.7k/s)
35182024-08-17T03:50:42.059Z[ host-image] Aug 17 03:50:40.094 INFO O| Aug 17 03:50:40.094 INFO O| Download: 11139/22727 items 93.6/196.4MB 47% complete (543k/s)
35192024-08-17T03:50:45.141Z[ recovery-image] Aug 17 03:50:43.175 INFO O| Aug 17 03:50:43.175 INFO O| Download: 11228/15831 items 103.7/173.2MB 59% complete (994k/s)
35202024-08-17T03:50:47.060Z[ host-image] Aug 17 03:50:45.094 INFO O| Aug 17 03:50:45.094 INFO O| Download: 11763/22727 items 96.3/196.4MB 49% complete (664k/s)
35212024-08-17T03:50:50.479Z[ recovery-image] Aug 17 03:50:48.513 INFO O| Aug 17 03:50:48.513 INFO O| Download: 11397/15831 items 106.8/173.2MB 61% complete (1.3M/s)
35222024-08-17T03:50:52.081Z[ host-image] Aug 17 03:50:50.112 INFO O| Aug 17 03:50:50.112 INFO O| Download: 12193/22727 items 108.7/196.4MB 55% complete (1.6M/s)
35232024-08-17T03:50:55.494Z[ recovery-image] Aug 17 03:50:53.527 INFO O| Aug 17 03:50:53.527 INFO O| Download: 11863/15831 items 127.3/173.2MB 73% complete (2.3M/s)
35242024-08-17T03:50:57.083Z[ host-image] Aug 17 03:50:55.115 INFO O| Aug 17 03:50:55.115 INFO O| Download: 13599/22727 items 110.0/196.4MB 56% complete (1.4M/s)
35252024-08-17T03:50:58.670Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 08s
35262024-08-17T03:50:58.934ZAug 17 03:50:56.965 INFO [verify-libraries] process exited with exit status: 0 (252.877537189s)
35272024-08-17T03:51:00.497Z[ recovery-image] Aug 17 03:50:58.529 INFO O| Aug 17 03:50:58.529 INFO O| Download: 12274/15831 items 138.7/173.2MB 80% complete (3.2M/s)
35282024-08-17T03:51:02.755Z[ host-image] Aug 17 03:51:00.787 INFO O| Aug 17 03:51:00.787 INFO O| Download: 14462/22727 items 112.3/196.4MB 57% complete (1.1M/s)
35292024-08-17T03:51:05.651Z[ recovery-image] Aug 17 03:51:03.682 INFO O| Aug 17 03:51:03.682 INFO O| Download: 14026/15831 items 145.4/173.2MB 83% complete (2.0M/s)
35302024-08-17T03:51:07.767Z[ host-image] Aug 17 03:51:05.798 INFO O| Aug 17 03:51:05.797 INFO O| Download: 14852/22727 items 121.1/196.4MB 61% complete (1.1M/s)
35312024-08-17T03:51:10.908Z[ recovery-image] Aug 17 03:51:08.938 INFO O| Aug 17 03:51:08.938 INFO O| Download: 14747/15831 items 153.3/173.2MB 88% complete (1.4M/s)
35322024-08-17T03:51:15.936Z[ recovery-image] Aug 17 03:51:13.965 INFO O| Aug 17 03:51:13.965 INFO O| Download: 15593/15831 items 166.5/173.2MB 96% complete (2.1M/s)
35332024-08-17T03:51:17.451Z[ recovery-image] Aug 17 03:51:15.479 INFO O| Aug 17 03:51:15.479 INFO O| Download: Completed 173.16 MB in 151.24 seconds (1.1M/s)
35342024-08-17T03:51:17.861Z[ recovery-image] Aug 17 03:51:15.890 INFO O| Aug 17 03:51:15.890 INFO O| Actions: 1/24964 actions (Installing new actions)
35352024-08-17T03:51:18.880Z[ host-image] Aug 17 03:51:16.904 INFO O| Aug 17 03:51:16.904 INFO O| Download: 15545/22727 items 123.2/196.4MB 62% complete (1.2M/s)
35362024-08-17T03:51:22.863Z[ recovery-image] Aug 17 03:51:20.891 INFO O| Aug 17 03:51:20.891 INFO O| Actions: 12472/24964 actions (Installing new actions)
35372024-08-17T03:51:23.883Z[ host-image] Aug 17 03:51:21.906 INFO O| Aug 17 03:51:21.906 INFO O| Download: 17121/22727 items 141.7/196.4MB 72% complete (3.7M/s)
35382024-08-17T03:51:27.982Z[ recovery-image] Aug 17 03:51:26.007 INFO O| Aug 17 03:51:26.007 INFO O| Actions: 24411/24964 actions (Installing new actions)
35392024-08-17T03:51:28.881Z[ host-image] Aug 17 03:51:26.907 INFO O| Aug 17 03:51:26.907 INFO O| Download: 18213/22727 items 160.5/196.4MB 81% complete (3.7M/s)
35402024-08-17T03:51:28.932Z[ recovery-image] Aug 17 03:51:26.959 INFO O| Aug 17 03:51:26.959 INFO O| Actions: Completed 24964 actions in 11.07 seconds.
35412024-08-17T03:51:29.185Z[ recovery-image] Aug 17 03:51:27.211 INFO O| Aug 17 03:51:27.211 INFO O| Done
35422024-08-17T03:51:29.185Z[ recovery-image] Aug 17 03:51:27.211 INFO O| Aug 17 03:51:27.211 INFO O| Done
35432024-08-17T03:51:29.637Z[ recovery-image] Aug 17 03:51:27.661 INFO O| Aug 17 03:51:27.661 INFO O| Done
35442024-08-17T03:51:30.402Z[ recovery-image] Aug 17 03:51:28.428 INFO O| Aug 17 03:51:28.428 INFO O| Done
35452024-08-17T03:51:30.413Z[ recovery-image] Aug 17 03:51:28.440 INFO O| Aug 17 03:51:28.440 INFO O| Done
35462024-08-17T03:51:33.883Z[ host-image] Aug 17 03:51:31.909 INFO O| Aug 17 03:51:31.909 INFO O| Download: 19735/22727 items 166.3/196.4MB 84% complete (2.5M/s)
35472024-08-17T03:51:34.576Z[ recovery-image] Aug 17 03:51:32.602 INFO O| Aug 17 03:51:32.602 INFO O| Done
35482024-08-17T03:51:34.899Z[ recovery-image] Aug 17 03:51:32.925 INFO O| Aug 17 03:51:32.924 INFO O| Done
35492024-08-17T03:51:35.085Z[ recovery-image] Aug 17 03:51:33.109 INFO O| Aug 17 03:51:33.109 INFO STEP 11 (pkg_install) COMPLETE
35502024-08-17T03:51:35.091Z[ recovery-image] Aug 17 03:51:33.110 INFO O| Aug 17 03:51:33.109 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-08-17T03:51:35.091Z[ recovery-image] Aug 17 03:51:33.110 INFO O| Aug 17 03:51:33.109 INFO skip step because feature "recovery" is enabled
35522024-08-17T03:51:35.092Z[ recovery-image] Aug 17 03:51:33.110 INFO O| Aug 17 03:51:33.109 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-08-17T03:51:35.092Z[ recovery-image] Aug 17 03:51:33.110 INFO O| Aug 17 03:51:33.110 INFO skip step because feature "omicron1" is not enabled
35542024-08-17T03:51:35.092Z[ recovery-image] Aug 17 03:51:33.110 INFO O| Aug 17 03:51:33.110 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-08-17T03:51:35.096Z[ recovery-image] Aug 17 03:51:33.121 INFO O| Aug 17 03:51:33.121 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35562024-08-17T03:51:35.569Z[ recovery-image] Aug 17 03:51:33.594 INFO O| Aug 17 03:51:33.594 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35572024-08-17T03:51:37.006Z[ recovery-image] Aug 17 03:51:35.029 INFO O| Aug 17 03:51:35.029 INFO O| Planning: Solver setup ... Done
35582024-08-17T03:51:37.010Z[ recovery-image] Aug 17 03:51:35.032 INFO O| Aug 17 03:51:35.032 INFO O| Planning: Running solver ... Done
35592024-08-17T03:51:37.048Z[ recovery-image] Aug 17 03:51:35.069 INFO O| Aug 17 03:51:35.069 INFO O| Planning: Finding local manifests ... Done
35602024-08-17T03:51:37.052Z[ recovery-image] Aug 17 03:51:35.070 INFO O| Aug 17 03:51:35.070 INFO O| Planning: Fetching manifests: 0/1 0% complete
35612024-08-17T03:51:37.117Z[ recovery-image] Aug 17 03:51:35.142 INFO O| Aug 17 03:51:35.142 INFO O| Planning: Fetching manifests: 1/1 100% complete
35622024-08-17T03:51:37.145Z[ recovery-image] Aug 17 03:51:35.170 INFO O| Aug 17 03:51:35.170 INFO O| Planning: Package planning ... Done
35632024-08-17T03:51:37.151Z[ recovery-image] Aug 17 03:51:35.171 INFO O| Aug 17 03:51:35.171 INFO O| Planning: Merging actions ... Done
35642024-08-17T03:51:37.213Z[ recovery-image] Aug 17 03:51:35.238 INFO O| Aug 17 03:51:35.238 INFO O| Planning: Checking for conflicting actions ... Done
35652024-08-17T03:51:37.217Z[ recovery-image] Aug 17 03:51:35.239 INFO O| Aug 17 03:51:35.239 INFO O| Planning: Consolidating action changes ... Done
35662024-08-17T03:51:37.411Z[ recovery-image] Aug 17 03:51:35.436 INFO O| Aug 17 03:51:35.436 INFO O| Planning: Evaluating mediators ... Done
35672024-08-17T03:51:37.414Z[ recovery-image] Aug 17 03:51:35.436 INFO O| Aug 17 03:51:35.436 INFO O| Planning: Planning completed in 1.84 seconds
35682024-08-17T03:51:37.414Z[ recovery-image] Aug 17 03:51:35.438 INFO O| Aug 17 03:51:35.438 INFO O| Packages to install: 1
35692024-08-17T03:51:37.422Z[ recovery-image] Aug 17 03:51:35.447 INFO O| Aug 17 03:51:35.447 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35702024-08-17T03:51:37.809Z[ recovery-image] Aug 17 03:51:35.834 INFO O| Aug 17 03:51:35.834 INFO O| Download: Completed 20.86 MB in 0.39 seconds (54.0M/s)
35712024-08-17T03:51:37.831Z[ recovery-image] Aug 17 03:51:35.856 INFO O| Aug 17 03:51:35.856 INFO O| Actions: 1/22 actions (Installing new actions)
35722024-08-17T03:51:38.320Z[ recovery-image] Aug 17 03:51:36.345 INFO O| Aug 17 03:51:36.345 INFO O| Actions: Completed 22 actions in 0.49 seconds.
35732024-08-17T03:51:38.471Z[ recovery-image] Aug 17 03:51:36.494 INFO O| Aug 17 03:51:36.494 INFO O| Done
35742024-08-17T03:51:38.471Z[ recovery-image] Aug 17 03:51:36.494 INFO O| Aug 17 03:51:36.494 INFO O| Done
35752024-08-17T03:51:38.822Z[ recovery-image] Aug 17 03:51:36.847 INFO O| Aug 17 03:51:36.847 INFO O| Done
35762024-08-17T03:51:39.452Z[ host-image] Aug 17 03:51:37.477 INFO O| Aug 17 03:51:37.477 INFO O| Download: 20606/22727 items 169.8/196.4MB 86% complete (1.1M/s)
35772024-08-17T03:51:39.589Z[ recovery-image] Aug 17 03:51:37.610 INFO O| Aug 17 03:51:37.610 INFO O| Done
35782024-08-17T03:51:39.597Z[ recovery-image] Aug 17 03:51:37.621 INFO O| Aug 17 03:51:37.621 INFO O| Done
35792024-08-17T03:51:39.602Z[ recovery-image] Aug 17 03:51:37.622 INFO O| Aug 17 03:51:37.621 INFO O| Done
35802024-08-17T03:51:39.607Z[ recovery-image] Aug 17 03:51:37.631 INFO O| Aug 17 03:51:37.631 INFO O| Done
35812024-08-17T03:51:39.691Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO STEP 14 (pkg_install) COMPLETE
35822024-08-17T03:51:39.691Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35832024-08-17T03:51:39.696Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO skip step because feature "mfg" is not enabled
35842024-08-17T03:51:39.696Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35852024-08-17T03:51:39.697Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO skip step because feature "compliance" is not enabled
35862024-08-17T03:51:39.697Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35872024-08-17T03:51:39.697Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO skip step because feature "stress" is not enabled
35882024-08-17T03:51:39.697Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-08-17T03:51:39.697Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO skip step because feature "nfs" is not enabled
35902024-08-17T03:51:39.697Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35912024-08-17T03:51:39.697Z[ recovery-image] Aug 17 03:51:37.715 INFO O| Aug 17 03:51:37.715 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35922024-08-17T03:51:39.787Z[ recovery-image] Aug 17 03:51:37.811 INFO O| Aug 17 03:51:37.811 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35932024-08-17T03:51:39.878Z[ recovery-image] Aug 17 03:51:37.902 INFO O| Aug 17 03:51:37.902 INFO completed processing gimlet/ramdisk-01-os
35942024-08-17T03:51:39.881Z[ recovery-image] Aug 17 03:51:37.904 INFO image builder template: ramdisk-02-trim...
35952024-08-17T03:51:39.881Z[ recovery-image] Aug 17 03:51:37.904 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/.tmpcPIiuD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
35962024-08-17T03:51:39.902Z[ recovery-image] Aug 17 03:51:37.927 INFO O| Aug 17 03:51:37.927 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35972024-08-17T03:51:39.906Z[ recovery-image] Aug 17 03:51:37.930 INFO O| Aug 17 03:51:37.930 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35982024-08-17T03:51:39.986Z[ recovery-image] Aug 17 03:51:38.010 INFO O| Aug 17 03:51:38.010 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35992024-08-17T03:51:40.104Z[ recovery-image] Aug 17 03:51:38.124 INFO O| Aug 17 03:51:38.124 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36002024-08-17T03:51:40.107Z[ recovery-image] Aug 17 03:51:38.124 INFO O| Aug 17 03:51:38.124 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36012024-08-17T03:51:40.107Z[ recovery-image] Aug 17 03:51:38.130 INFO O| Aug 17 03:51:38.130 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36022024-08-17T03:51:40.110Z[ recovery-image] Aug 17 03:51:38.134 INFO O| Aug 17 03:51:38.134 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36032024-08-17T03:51:40.114Z[ recovery-image] Aug 17 03:51:38.138 INFO O| Aug 17 03:51:38.138 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36042024-08-17T03:51:40.329Z[ recovery-image] Aug 17 03:51:38.353 INFO O| Aug 17 03:51:38.353 INFO rolled back to input snapshot; work may begin
36052024-08-17T03:51:40.329Z[ recovery-image] Aug 17 03:51:38.353 INFO O| Aug 17 03:51:38.353 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36062024-08-17T03:51:40.334Z[ recovery-image] Aug 17 03:51:38.359 INFO O| Aug 17 03:51:38.359 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36072024-08-17T03:51:40.343Z[ recovery-image] Aug 17 03:51:38.368 INFO O| Aug 17 03:51:38.368 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36082024-08-17T03:51:40.391Z[ recovery-image] Aug 17 03:51:38.416 INFO O| Aug 17 03:51:38.415 INFO STEP 0 (remove_files) COMPLETE
36092024-08-17T03:51:40.391Z[ recovery-image] Aug 17 03:51:38.416 INFO O| Aug 17 03:51:38.416 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-17T03:51:40.401Z[ recovery-image] Aug 17 03:51:38.426 INFO O| Aug 17 03:51:38.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36112024-08-17T03:51:40.404Z[ recovery-image] Aug 17 03:51:38.428 INFO O| Aug 17 03:51:38.428 INFO STEP 1 (remove_files) COMPLETE
36122024-08-17T03:51:40.404Z[ recovery-image] Aug 17 03:51:38.428 INFO O| Aug 17 03:51:38.428 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36132024-08-17T03:51:40.412Z[ recovery-image] Aug 17 03:51:38.437 INFO O| Aug 17 03:51:38.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36142024-08-17T03:51:40.425Z[ recovery-image] Aug 17 03:51:38.450 INFO O| Aug 17 03:51:38.450 INFO STEP 2 (remove_files) COMPLETE
36152024-08-17T03:51:40.429Z[ recovery-image] Aug 17 03:51:38.450 INFO O| Aug 17 03:51:38.450 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36162024-08-17T03:51:40.434Z[ recovery-image] Aug 17 03:51:38.459 INFO O| Aug 17 03:51:38.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36172024-08-17T03:51:40.437Z[ recovery-image] Aug 17 03:51:38.461 INFO O| Aug 17 03:51:38.461 INFO STEP 3 (remove_files) COMPLETE
36182024-08-17T03:51:40.437Z[ recovery-image] Aug 17 03:51:38.461 INFO O| Aug 17 03:51:38.461 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36192024-08-17T03:51:40.445Z[ recovery-image] Aug 17 03:51:38.470 INFO O| Aug 17 03:51:38.470 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36202024-08-17T03:51:40.449Z[ recovery-image] Aug 17 03:51:38.474 INFO O| Aug 17 03:51:38.474 INFO STEP 4 (remove_files) COMPLETE
36212024-08-17T03:51:40.449Z[ recovery-image] Aug 17 03:51:38.474 INFO O| Aug 17 03:51:38.474 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36222024-08-17T03:51:40.457Z[ recovery-image] Aug 17 03:51:38.482 INFO O| Aug 17 03:51:38.482 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36232024-08-17T03:51:40.460Z[ recovery-image] Aug 17 03:51:38.483 INFO O| Aug 17 03:51:38.483 INFO STEP 5 (remove_files) COMPLETE
36242024-08-17T03:51:40.460Z[ recovery-image] Aug 17 03:51:38.483 INFO O| Aug 17 03:51:38.483 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36252024-08-17T03:51:40.467Z[ recovery-image] Aug 17 03:51:38.491 INFO O| Aug 17 03:51:38.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36262024-08-17T03:51:40.477Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO STEP 6 (remove_files) COMPLETE
36272024-08-17T03:51:40.477Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36282024-08-17T03:51:40.477Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO skip step because feature "recovery" is enabled
36292024-08-17T03:51:40.482Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36302024-08-17T03:51:40.482Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO skip step because feature "recovery" is enabled
36312024-08-17T03:51:40.482Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-17T03:51:40.482Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO skip step because feature "recovery" is enabled
36332024-08-17T03:51:40.482Z[ recovery-image] Aug 17 03:51:38.502 INFO O| Aug 17 03:51:38.502 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36342024-08-17T03:51:40.487Z[ recovery-image] Aug 17 03:51:38.512 INFO O| Aug 17 03:51:38.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36352024-08-17T03:51:40.490Z[ recovery-image] Aug 17 03:51:38.515 INFO O| Aug 17 03:51:38.515 INFO STEP 10 (remove_files) COMPLETE
36362024-08-17T03:51:40.490Z[ recovery-image] Aug 17 03:51:38.515 INFO O| Aug 17 03:51:38.515 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36372024-08-17T03:51:40.501Z[ recovery-image] Aug 17 03:51:38.524 INFO O| Aug 17 03:51:38.524 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36382024-08-17T03:51:40.503Z[ recovery-image] Aug 17 03:51:38.525 INFO O| Aug 17 03:51:38.525 INFO STEP 11 (remove_files) COMPLETE
36392024-08-17T03:51:40.503Z[ recovery-image] Aug 17 03:51:38.525 INFO O| Aug 17 03:51:38.525 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36402024-08-17T03:51:40.512Z[ recovery-image] Aug 17 03:51:38.536 INFO O| Aug 17 03:51:38.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36412024-08-17T03:51:40.515Z[ recovery-image] Aug 17 03:51:38.538 INFO O| Aug 17 03:51:38.538 INFO STEP 12 (remove_files) COMPLETE
36422024-08-17T03:51:40.515Z[ recovery-image] Aug 17 03:51:38.538 INFO O| Aug 17 03:51:38.538 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36432024-08-17T03:51:40.531Z[ recovery-image] Aug 17 03:51:38.556 INFO O| Aug 17 03:51:38.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36442024-08-17T03:51:40.600Z[ recovery-image] Aug 17 03:51:38.617 INFO O| Aug 17 03:51:38.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36452024-08-17T03:51:40.606Z[ recovery-image] Aug 17 03:51:38.625 INFO O| Aug 17 03:51:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36462024-08-17T03:51:40.611Z[ recovery-image] Aug 17 03:51:38.633 INFO O| Aug 17 03:51:38.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36472024-08-17T03:51:40.613Z[ recovery-image] Aug 17 03:51:38.634 INFO O| Aug 17 03:51:38.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36482024-08-17T03:51:40.762Z[ recovery-image] Aug 17 03:51:38.784 INFO O| Aug 17 03:51:38.784 INFO STEP 13 (remove_files) COMPLETE
36492024-08-17T03:51:40.762Z[ recovery-image] Aug 17 03:51:38.784 INFO O| Aug 17 03:51:38.784 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-17T03:51:40.772Z[ recovery-image] Aug 17 03:51:38.795 INFO O| Aug 17 03:51:38.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36512024-08-17T03:51:40.774Z[ recovery-image] Aug 17 03:51:38.796 INFO O| Aug 17 03:51:38.796 INFO STEP 14 (remove_files) COMPLETE
36522024-08-17T03:51:40.774Z[ recovery-image] Aug 17 03:51:38.796 INFO O| Aug 17 03:51:38.796 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36532024-08-17T03:51:40.781Z[ recovery-image] Aug 17 03:51:38.805 INFO O| Aug 17 03:51:38.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36542024-08-17T03:51:40.787Z[ recovery-image] Aug 17 03:51:38.811 INFO O| Aug 17 03:51:38.811 INFO STEP 15 (remove_files) COMPLETE
36552024-08-17T03:51:40.787Z[ recovery-image] Aug 17 03:51:38.811 INFO O| Aug 17 03:51:38.811 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36562024-08-17T03:51:40.796Z[ recovery-image] Aug 17 03:51:38.820 INFO O| Aug 17 03:51:38.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36572024-08-17T03:51:40.799Z[ recovery-image] Aug 17 03:51:38.821 INFO O| Aug 17 03:51:38.821 INFO STEP 16 (remove_files) COMPLETE
36582024-08-17T03:51:40.799Z[ recovery-image] Aug 17 03:51:38.821 INFO O| Aug 17 03:51:38.821 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36592024-08-17T03:51:40.805Z[ recovery-image] Aug 17 03:51:38.830 INFO O| Aug 17 03:51:38.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36602024-08-17T03:51:40.820Z[ recovery-image] Aug 17 03:51:38.831 INFO O| Aug 17 03:51:38.831 INFO STEP 17 (remove_files) COMPLETE
36612024-08-17T03:51:40.820Z[ recovery-image] Aug 17 03:51:38.831 INFO O| Aug 17 03:51:38.831 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36622024-08-17T03:51:40.820Z[ recovery-image] Aug 17 03:51:38.840 INFO O| Aug 17 03:51:38.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36632024-08-17T03:51:40.820Z[ recovery-image] Aug 17 03:51:38.840 INFO O| Aug 17 03:51:38.840 INFO STEP 18 (remove_files) COMPLETE
36642024-08-17T03:51:40.820Z[ recovery-image] Aug 17 03:51:38.840 INFO O| Aug 17 03:51:38.840 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36652024-08-17T03:51:40.824Z[ recovery-image] Aug 17 03:51:38.849 INFO O| Aug 17 03:51:38.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36662024-08-17T03:51:40.824Z[ recovery-image] Aug 17 03:51:38.849 INFO O| Aug 17 03:51:38.849 INFO STEP 19 (remove_files) COMPLETE
36672024-08-17T03:51:40.824Z[ recovery-image] Aug 17 03:51:38.849 INFO O| Aug 17 03:51:38.849 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36682024-08-17T03:51:40.833Z[ recovery-image] Aug 17 03:51:38.858 INFO O| Aug 17 03:51:38.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36692024-08-17T03:51:40.833Z[ recovery-image] Aug 17 03:51:38.858 INFO O| Aug 17 03:51:38.858 INFO STEP 20 (remove_files) COMPLETE
36702024-08-17T03:51:40.836Z[ recovery-image] Aug 17 03:51:38.858 INFO O| Aug 17 03:51:38.858 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36712024-08-17T03:51:40.842Z[ recovery-image] Aug 17 03:51:38.867 INFO O| Aug 17 03:51:38.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36722024-08-17T03:51:40.846Z[ recovery-image] Aug 17 03:51:38.867 INFO O| Aug 17 03:51:38.867 INFO STEP 21 (remove_files) COMPLETE
36732024-08-17T03:51:40.846Z[ recovery-image] Aug 17 03:51:38.867 INFO O| Aug 17 03:51:38.867 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36742024-08-17T03:51:40.851Z[ recovery-image] Aug 17 03:51:38.875 INFO O| Aug 17 03:51:38.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36752024-08-17T03:51:40.854Z[ recovery-image] Aug 17 03:51:38.875 INFO O| Aug 17 03:51:38.875 INFO STEP 22 (remove_files) COMPLETE
36762024-08-17T03:51:40.854Z[ recovery-image] Aug 17 03:51:38.875 INFO O| Aug 17 03:51:38.875 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36772024-08-17T03:51:40.860Z[ recovery-image] Aug 17 03:51:38.884 INFO O| Aug 17 03:51:38.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36782024-08-17T03:51:40.863Z[ recovery-image] Aug 17 03:51:38.884 INFO O| Aug 17 03:51:38.884 INFO STEP 23 (remove_files) COMPLETE
36792024-08-17T03:51:40.863Z[ recovery-image] Aug 17 03:51:38.884 INFO O| Aug 17 03:51:38.884 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36802024-08-17T03:51:40.869Z[ recovery-image] Aug 17 03:51:38.893 INFO O| Aug 17 03:51:38.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36812024-08-17T03:51:40.869Z[ recovery-image] Aug 17 03:51:38.893 INFO O| Aug 17 03:51:38.893 INFO STEP 24 (remove_files) COMPLETE
36822024-08-17T03:51:40.872Z[ recovery-image] Aug 17 03:51:38.893 INFO O| Aug 17 03:51:38.893 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36832024-08-17T03:51:40.878Z[ recovery-image] Aug 17 03:51:38.902 INFO O| Aug 17 03:51:38.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36842024-08-17T03:51:40.878Z[ recovery-image] Aug 17 03:51:38.902 INFO O| Aug 17 03:51:38.902 INFO STEP 25 (remove_files) COMPLETE
36852024-08-17T03:51:40.878Z[ recovery-image] Aug 17 03:51:38.902 INFO O| Aug 17 03:51:38.902 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-08-17T03:51:40.887Z[ recovery-image] Aug 17 03:51:38.911 INFO O| Aug 17 03:51:38.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36872024-08-17T03:51:40.887Z[ recovery-image] Aug 17 03:51:38.911 INFO O| Aug 17 03:51:38.911 INFO STEP 26 (remove_files) COMPLETE
36882024-08-17T03:51:40.889Z[ recovery-image] Aug 17 03:51:38.911 INFO O| Aug 17 03:51:38.911 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-08-17T03:51:40.900Z[ recovery-image] Aug 17 03:51:38.920 INFO O| Aug 17 03:51:38.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36902024-08-17T03:51:40.901Z[ recovery-image] Aug 17 03:51:38.920 INFO O| Aug 17 03:51:38.920 INFO STEP 27 (remove_files) COMPLETE
36912024-08-17T03:51:40.905Z[ recovery-image] Aug 17 03:51:38.920 INFO O| Aug 17 03:51:38.920 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-08-17T03:51:40.909Z[ recovery-image] Aug 17 03:51:38.929 INFO O| Aug 17 03:51:38.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36932024-08-17T03:51:40.909Z[ recovery-image] Aug 17 03:51:38.929 INFO O| Aug 17 03:51:38.929 INFO STEP 28 (remove_files) COMPLETE
36942024-08-17T03:51:40.909Z[ recovery-image] Aug 17 03:51:38.929 INFO O| Aug 17 03:51:38.929 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-08-17T03:51:40.916Z[ recovery-image] Aug 17 03:51:38.938 INFO O| Aug 17 03:51:38.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36962024-08-17T03:51:40.916Z[ recovery-image] Aug 17 03:51:38.938 INFO O| Aug 17 03:51:38.938 INFO STEP 29 (remove_files) COMPLETE
36972024-08-17T03:51:40.916Z[ recovery-image] Aug 17 03:51:38.938 INFO O| Aug 17 03:51:38.938 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-08-17T03:51:40.929Z[ recovery-image] Aug 17 03:51:38.947 INFO O| Aug 17 03:51:38.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36992024-08-17T03:51:40.929Z[ recovery-image] Aug 17 03:51:38.947 INFO O| Aug 17 03:51:38.947 INFO STEP 30 (remove_files) COMPLETE
37002024-08-17T03:51:40.932Z[ recovery-image] Aug 17 03:51:38.947 INFO O| Aug 17 03:51:38.947 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-08-17T03:51:40.932Z[ recovery-image] Aug 17 03:51:38.956 INFO O| Aug 17 03:51:38.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37022024-08-17T03:51:40.932Z[ recovery-image] Aug 17 03:51:38.956 INFO O| Aug 17 03:51:38.956 INFO STEP 31 (remove_files) COMPLETE
37032024-08-17T03:51:40.932Z[ recovery-image] Aug 17 03:51:38.956 INFO O| Aug 17 03:51:38.956 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-08-17T03:51:40.940Z[ recovery-image] Aug 17 03:51:38.965 INFO O| Aug 17 03:51:38.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37052024-08-17T03:51:40.940Z[ recovery-image] Aug 17 03:51:38.965 INFO O| Aug 17 03:51:38.965 INFO STEP 32 (remove_files) COMPLETE
37062024-08-17T03:51:40.940Z[ recovery-image] Aug 17 03:51:38.965 INFO O| Aug 17 03:51:38.965 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-08-17T03:51:40.951Z[ recovery-image] Aug 17 03:51:38.974 INFO O| Aug 17 03:51:38.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37082024-08-17T03:51:40.959Z[ recovery-image] Aug 17 03:51:38.974 INFO O| Aug 17 03:51:38.974 INFO STEP 33 (remove_files) COMPLETE
37092024-08-17T03:51:40.959Z[ recovery-image] Aug 17 03:51:38.974 INFO O| Aug 17 03:51:38.974 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37102024-08-17T03:51:40.968Z[ recovery-image] Aug 17 03:51:38.983 INFO O| Aug 17 03:51:38.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37112024-08-17T03:51:40.969Z[ recovery-image] Aug 17 03:51:38.983 INFO O| Aug 17 03:51:38.983 INFO STEP 34 (remove_files) COMPLETE
37122024-08-17T03:51:40.969Z[ recovery-image] Aug 17 03:51:38.983 INFO O| Aug 17 03:51:38.983 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-08-17T03:51:40.979Z[ recovery-image] Aug 17 03:51:38.992 INFO O| Aug 17 03:51:38.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37142024-08-17T03:51:40.979Z[ recovery-image] Aug 17 03:51:38.992 INFO O| Aug 17 03:51:38.992 INFO STEP 35 (remove_files) COMPLETE
37152024-08-17T03:51:40.979Z[ recovery-image] Aug 17 03:51:38.992 INFO O| Aug 17 03:51:38.992 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-08-17T03:51:40.984Z[ recovery-image] Aug 17 03:51:39.001 INFO O| Aug 17 03:51:39.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37172024-08-17T03:51:40.984Z[ recovery-image] Aug 17 03:51:39.001 INFO O| Aug 17 03:51:39.001 INFO STEP 36 (remove_files) COMPLETE
37182024-08-17T03:51:40.984Z[ recovery-image] Aug 17 03:51:39.001 INFO O| Aug 17 03:51:39.001 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-08-17T03:51:40.991Z[ recovery-image] Aug 17 03:51:39.011 INFO O| Aug 17 03:51:39.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37202024-08-17T03:51:40.992Z[ recovery-image] Aug 17 03:51:39.011 INFO O| Aug 17 03:51:39.011 INFO STEP 37 (remove_files) COMPLETE
37212024-08-17T03:51:40.992Z[ recovery-image] Aug 17 03:51:39.011 INFO O| Aug 17 03:51:39.011 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-08-17T03:51:40.999Z[ recovery-image] Aug 17 03:51:39.020 INFO O| Aug 17 03:51:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37232024-08-17T03:51:41.005Z[ recovery-image] Aug 17 03:51:39.020 INFO O| Aug 17 03:51:39.020 INFO STEP 38 (remove_files) COMPLETE
37242024-08-17T03:51:41.005Z[ recovery-image] Aug 17 03:51:39.020 INFO O| Aug 17 03:51:39.020 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37252024-08-17T03:51:41.019Z[ recovery-image] Aug 17 03:51:39.029 INFO O| Aug 17 03:51:39.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37262024-08-17T03:51:41.019Z[ recovery-image] Aug 17 03:51:39.029 INFO O| Aug 17 03:51:39.029 INFO STEP 39 (remove_files) COMPLETE
37272024-08-17T03:51:41.019Z[ recovery-image] Aug 17 03:51:39.029 INFO O| Aug 17 03:51:39.029 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37282024-08-17T03:51:41.031Z[ recovery-image] Aug 17 03:51:39.038 INFO O| Aug 17 03:51:39.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37292024-08-17T03:51:41.031Z[ recovery-image] Aug 17 03:51:39.038 INFO O| Aug 17 03:51:39.038 INFO STEP 40 (remove_files) COMPLETE
37302024-08-17T03:51:41.031Z[ recovery-image] Aug 17 03:51:39.038 INFO O| Aug 17 03:51:39.038 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37312024-08-17T03:51:41.036Z[ recovery-image] Aug 17 03:51:39.047 INFO O| Aug 17 03:51:39.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37322024-08-17T03:51:41.036Z[ recovery-image] Aug 17 03:51:39.048 INFO O| Aug 17 03:51:39.048 INFO STEP 41 (remove_files) COMPLETE
37332024-08-17T03:51:41.036Z[ recovery-image] Aug 17 03:51:39.048 INFO O| Aug 17 03:51:39.048 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37342024-08-17T03:51:41.037Z[ recovery-image] Aug 17 03:51:39.056 INFO O| Aug 17 03:51:39.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37352024-08-17T03:51:41.037Z[ recovery-image] Aug 17 03:51:39.057 INFO O| Aug 17 03:51:39.057 INFO STEP 42 (remove_files) COMPLETE
37362024-08-17T03:51:41.037Z[ recovery-image] Aug 17 03:51:39.057 INFO O| Aug 17 03:51:39.057 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37372024-08-17T03:51:41.042Z[ recovery-image] Aug 17 03:51:39.066 INFO O| Aug 17 03:51:39.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37382024-08-17T03:51:41.042Z[ recovery-image] Aug 17 03:51:39.066 INFO O| Aug 17 03:51:39.066 INFO STEP 43 (remove_files) COMPLETE
37392024-08-17T03:51:41.045Z[ recovery-image] Aug 17 03:51:39.066 INFO O| Aug 17 03:51:39.066 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37402024-08-17T03:51:41.051Z[ recovery-image] Aug 17 03:51:39.075 INFO O| Aug 17 03:51:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37412024-08-17T03:51:41.054Z[ recovery-image] Aug 17 03:51:39.075 INFO O| Aug 17 03:51:39.075 INFO STEP 44 (remove_files) COMPLETE
37422024-08-17T03:51:41.054Z[ recovery-image] Aug 17 03:51:39.076 INFO O| Aug 17 03:51:39.075 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37432024-08-17T03:51:41.061Z[ recovery-image] Aug 17 03:51:39.085 INFO O| Aug 17 03:51:39.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37442024-08-17T03:51:41.061Z[ recovery-image] Aug 17 03:51:39.085 INFO O| Aug 17 03:51:39.085 INFO STEP 45 (remove_files) COMPLETE
37452024-08-17T03:51:41.061Z[ recovery-image] Aug 17 03:51:39.085 INFO O| Aug 17 03:51:39.085 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37462024-08-17T03:51:41.070Z[ recovery-image] Aug 17 03:51:39.094 INFO O| Aug 17 03:51:39.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37472024-08-17T03:51:41.070Z[ recovery-image] Aug 17 03:51:39.094 INFO O| Aug 17 03:51:39.094 INFO STEP 46 (remove_files) COMPLETE
37482024-08-17T03:51:41.074Z[ recovery-image] Aug 17 03:51:39.094 INFO O| Aug 17 03:51:39.094 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37492024-08-17T03:51:41.080Z[ recovery-image] Aug 17 03:51:39.104 INFO O| Aug 17 03:51:39.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37502024-08-17T03:51:41.080Z[ recovery-image] Aug 17 03:51:39.104 INFO O| Aug 17 03:51:39.104 INFO STEP 47 (remove_files) COMPLETE
37512024-08-17T03:51:41.080Z[ recovery-image] Aug 17 03:51:39.104 INFO O| Aug 17 03:51:39.104 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-08-17T03:51:41.088Z[ recovery-image] Aug 17 03:51:39.113 INFO O| Aug 17 03:51:39.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37532024-08-17T03:51:41.088Z[ recovery-image] Aug 17 03:51:39.113 INFO O| Aug 17 03:51:39.113 INFO STEP 48 (remove_files) COMPLETE
37542024-08-17T03:51:41.093Z[ recovery-image] Aug 17 03:51:39.113 INFO O| Aug 17 03:51:39.113 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37552024-08-17T03:51:41.100Z[ recovery-image] Aug 17 03:51:39.122 INFO O| Aug 17 03:51:39.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37562024-08-17T03:51:41.100Z[ recovery-image] Aug 17 03:51:39.122 INFO O| Aug 17 03:51:39.122 INFO STEP 49 (remove_files) COMPLETE
37572024-08-17T03:51:41.100Z[ recovery-image] Aug 17 03:51:39.122 INFO O| Aug 17 03:51:39.122 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37582024-08-17T03:51:41.110Z[ recovery-image] Aug 17 03:51:39.131 INFO O| Aug 17 03:51:39.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37592024-08-17T03:51:41.111Z[ recovery-image] Aug 17 03:51:39.131 INFO O| Aug 17 03:51:39.131 INFO STEP 50 (remove_files) COMPLETE
37602024-08-17T03:51:41.118Z[ recovery-image] Aug 17 03:51:39.131 INFO O| Aug 17 03:51:39.131 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37612024-08-17T03:51:41.125Z[ recovery-image] Aug 17 03:51:39.140 INFO O| Aug 17 03:51:39.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37622024-08-17T03:51:41.125Z[ recovery-image] Aug 17 03:51:39.140 INFO O| Aug 17 03:51:39.140 INFO STEP 51 (remove_files) COMPLETE
37632024-08-17T03:51:41.125Z[ recovery-image] Aug 17 03:51:39.140 INFO O| Aug 17 03:51:39.140 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37642024-08-17T03:51:41.128Z[ recovery-image] Aug 17 03:51:39.149 INFO O| Aug 17 03:51:39.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37652024-08-17T03:51:41.128Z[ recovery-image] Aug 17 03:51:39.149 INFO O| Aug 17 03:51:39.149 INFO STEP 52 (remove_files) COMPLETE
37662024-08-17T03:51:41.128Z[ recovery-image] Aug 17 03:51:39.149 INFO O| Aug 17 03:51:39.149 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37672024-08-17T03:51:41.135Z[ recovery-image] Aug 17 03:51:39.158 INFO O| Aug 17 03:51:39.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37682024-08-17T03:51:41.135Z[ recovery-image] Aug 17 03:51:39.158 INFO O| Aug 17 03:51:39.158 INFO STEP 53 (remove_files) COMPLETE
37692024-08-17T03:51:41.135Z[ recovery-image] Aug 17 03:51:39.158 INFO O| Aug 17 03:51:39.158 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37702024-08-17T03:51:41.147Z[ recovery-image] Aug 17 03:51:39.167 INFO O| Aug 17 03:51:39.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37712024-08-17T03:51:41.147Z[ recovery-image] Aug 17 03:51:39.167 INFO O| Aug 17 03:51:39.167 INFO STEP 54 (remove_files) COMPLETE
37722024-08-17T03:51:41.151Z[ recovery-image] Aug 17 03:51:39.167 INFO O| Aug 17 03:51:39.167 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37732024-08-17T03:51:41.154Z[ recovery-image] Aug 17 03:51:39.176 INFO O| Aug 17 03:51:39.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37742024-08-17T03:51:41.154Z[ recovery-image] Aug 17 03:51:39.176 INFO O| Aug 17 03:51:39.176 INFO STEP 55 (remove_files) COMPLETE
37752024-08-17T03:51:41.154Z[ recovery-image] Aug 17 03:51:39.176 INFO O| Aug 17 03:51:39.176 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-08-17T03:51:41.160Z[ recovery-image] Aug 17 03:51:39.185 INFO O| Aug 17 03:51:39.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37772024-08-17T03:51:41.160Z[ recovery-image] Aug 17 03:51:39.185 INFO O| Aug 17 03:51:39.185 INFO STEP 56 (remove_files) COMPLETE
37782024-08-17T03:51:41.161Z[ recovery-image] Aug 17 03:51:39.185 INFO O| Aug 17 03:51:39.185 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-08-17T03:51:41.169Z[ recovery-image] Aug 17 03:51:39.194 INFO O| Aug 17 03:51:39.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37802024-08-17T03:51:41.170Z[ recovery-image] Aug 17 03:51:39.194 INFO O| Aug 17 03:51:39.194 INFO STEP 57 (remove_files) COMPLETE
37812024-08-17T03:51:41.174Z[ recovery-image] Aug 17 03:51:39.194 INFO O| Aug 17 03:51:39.194 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-08-17T03:51:41.179Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37832024-08-17T03:51:41.179Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37842024-08-17T03:51:41.182Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37852024-08-17T03:51:41.182Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37862024-08-17T03:51:41.182Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37872024-08-17T03:51:41.182Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37882024-08-17T03:51:41.182Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO ok!
37892024-08-17T03:51:41.182Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO STEP 58 (ensure_file) COMPLETE
37902024-08-17T03:51:41.182Z[ recovery-image] Aug 17 03:51:39.203 INFO O| Aug 17 03:51:39.203 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-08-17T03:51:41.188Z[ recovery-image] Aug 17 03:51:39.212 INFO O| Aug 17 03:51:39.212 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37922024-08-17T03:51:41.188Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.212 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37932024-08-17T03:51:41.191Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.213 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37942024-08-17T03:51:41.191Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.213 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37952024-08-17T03:51:41.192Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.213 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37962024-08-17T03:51:41.192Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.213 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37972024-08-17T03:51:41.192Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.213 INFO ok!
37982024-08-17T03:51:41.192Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.213 INFO STEP 59 (ensure_file) COMPLETE
37992024-08-17T03:51:41.192Z[ recovery-image] Aug 17 03:51:39.213 INFO O| Aug 17 03:51:39.213 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-08-17T03:51:41.200Z[ recovery-image] Aug 17 03:51:39.222 INFO O| Aug 17 03:51:39.222 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38012024-08-17T03:51:41.203Z[ recovery-image] Aug 17 03:51:39.222 INFO O| Aug 17 03:51:39.222 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38022024-08-17T03:51:41.203Z[ recovery-image] Aug 17 03:51:39.222 INFO O| Aug 17 03:51:39.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38032024-08-17T03:51:41.203Z[ recovery-image] Aug 17 03:51:39.222 INFO O| Aug 17 03:51:39.222 INFO ok!
38042024-08-17T03:51:41.203Z[ recovery-image] Aug 17 03:51:39.222 INFO O| Aug 17 03:51:39.222 INFO STEP 60 (ensure_file) COMPLETE
38052024-08-17T03:51:41.203Z[ recovery-image] Aug 17 03:51:39.222 INFO O| Aug 17 03:51:39.222 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-08-17T03:51:41.207Z[ recovery-image] Aug 17 03:51:39.231 INFO O| Aug 17 03:51:39.231 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38072024-08-17T03:51:41.207Z[ recovery-image] Aug 17 03:51:39.231 INFO O| Aug 17 03:51:39.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38082024-08-17T03:51:41.210Z[ recovery-image] Aug 17 03:51:39.231 INFO O| Aug 17 03:51:39.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38092024-08-17T03:51:41.210Z[ recovery-image] Aug 17 03:51:39.231 INFO O| Aug 17 03:51:39.231 INFO ok!
38102024-08-17T03:51:41.210Z[ recovery-image] Aug 17 03:51:39.231 INFO O| Aug 17 03:51:39.231 INFO STEP 61 (ensure_file) COMPLETE
38112024-08-17T03:51:41.210Z[ recovery-image] Aug 17 03:51:39.231 INFO O| Aug 17 03:51:39.231 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-08-17T03:51:41.217Z[ recovery-image] Aug 17 03:51:39.240 INFO O| Aug 17 03:51:39.240 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38132024-08-17T03:51:41.217Z[ recovery-image] Aug 17 03:51:39.240 INFO O| Aug 17 03:51:39.240 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38142024-08-17T03:51:41.221Z[ recovery-image] Aug 17 03:51:39.241 INFO O| Aug 17 03:51:39.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38152024-08-17T03:51:41.221Z[ recovery-image] Aug 17 03:51:39.241 INFO O| Aug 17 03:51:39.241 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38162024-08-17T03:51:41.221Z[ recovery-image] Aug 17 03:51:39.241 INFO O| Aug 17 03:51:39.241 INFO ok!
38172024-08-17T03:51:41.221Z[ recovery-image] Aug 17 03:51:39.241 INFO O| Aug 17 03:51:39.241 INFO STEP 62 (ensure_file) COMPLETE
38182024-08-17T03:51:41.221Z[ recovery-image] Aug 17 03:51:39.241 INFO O| Aug 17 03:51:39.241 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-08-17T03:51:41.228Z[ recovery-image] Aug 17 03:51:39.250 INFO O| Aug 17 03:51:39.250 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38202024-08-17T03:51:41.232Z[ recovery-image] Aug 17 03:51:39.250 INFO O| Aug 17 03:51:39.250 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38212024-08-17T03:51:41.232Z[ recovery-image] Aug 17 03:51:39.250 INFO O| Aug 17 03:51:39.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38222024-08-17T03:51:41.232Z[ recovery-image] Aug 17 03:51:39.250 INFO O| Aug 17 03:51:39.250 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38232024-08-17T03:51:41.233Z[ recovery-image] Aug 17 03:51:39.250 INFO O| Aug 17 03:51:39.250 INFO ok!
38242024-08-17T03:51:41.233Z[ recovery-image] Aug 17 03:51:39.250 INFO O| Aug 17 03:51:39.250 INFO STEP 63 (ensure_file) COMPLETE
38252024-08-17T03:51:41.233Z[ recovery-image] Aug 17 03:51:39.250 INFO O| Aug 17 03:51:39.250 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-08-17T03:51:41.236Z[ recovery-image] Aug 17 03:51:39.259 INFO O| Aug 17 03:51:39.259 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38272024-08-17T03:51:41.236Z[ recovery-image] Aug 17 03:51:39.259 INFO O| Aug 17 03:51:39.259 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38282024-08-17T03:51:41.236Z[ recovery-image] Aug 17 03:51:39.259 INFO O| Aug 17 03:51:39.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38292024-08-17T03:51:41.236Z[ recovery-image] Aug 17 03:51:39.259 INFO O| Aug 17 03:51:39.259 INFO ok!
38302024-08-17T03:51:41.236Z[ recovery-image] Aug 17 03:51:39.259 INFO O| Aug 17 03:51:39.259 INFO STEP 64 (assemble_files) COMPLETE
38312024-08-17T03:51:41.236Z[ recovery-image] Aug 17 03:51:39.259 INFO O| Aug 17 03:51:39.259 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-08-17T03:51:41.244Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38332024-08-17T03:51:41.244Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38342024-08-17T03:51:41.248Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38352024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38362024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO ok!
38372024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO STEP 65 (ensure_file) COMPLETE
38382024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO skip step because feature "omicron1" is not enabled
38402024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO skip step because feature "omicron1" is not enabled
38422024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO skip step because feature "omicron1" is not enabled
38442024-08-17T03:51:41.249Z[ recovery-image] Aug 17 03:51:39.268 INFO O| Aug 17 03:51:39.268 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-08-17T03:51:41.258Z[ recovery-image] Aug 17 03:51:39.282 INFO O| Aug 17 03:51:39.282 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38462024-08-17T03:51:41.258Z[ recovery-image] Aug 17 03:51:39.282 INFO O| Aug 17 03:51:39.282 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38472024-08-17T03:51:42.761Z[ recovery-image] Aug 17 03:51:40.785 INFO O| Aug 17 03:51:40.785 INFO STEP 69 (pack_tar) COMPLETE
38482024-08-17T03:51:42.761Z[ recovery-image] Aug 17 03:51:40.785 INFO O| Aug 17 03:51:40.785 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38492024-08-17T03:51:42.764Z[ recovery-image] Aug 17 03:51:40.785 INFO O| Aug 17 03:51:40.785 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38502024-08-17T03:51:43.140Z[ recovery-image] Aug 17 03:51:41.164 INFO O| Aug 17 03:51:41.164 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38512024-08-17T03:51:43.217Z[ recovery-image] Aug 17 03:51:41.241 INFO O| Aug 17 03:51:41.241 INFO completed processing gimlet/ramdisk-02-trim
38522024-08-17T03:51:43.221Z[ recovery-image] Aug 17 03:51:41.243 INFO image builder template: ramdisk-03-recovery-trim...
38532024-08-17T03:51:43.221Z[ recovery-image] Aug 17 03:51:41.244 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/.tmpcPIiuD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
38542024-08-17T03:51:43.285Z[ recovery-image] Aug 17 03:51:41.308 INFO O| Aug 17 03:51:41.308 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38552024-08-17T03:51:43.288Z[ recovery-image] Aug 17 03:51:41.312 INFO O| Aug 17 03:51:41.312 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38562024-08-17T03:51:43.385Z[ recovery-image] Aug 17 03:51:41.399 INFO O| Aug 17 03:51:41.399 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38572024-08-17T03:51:43.448Z[ recovery-image] Aug 17 03:51:41.473 INFO O| Aug 17 03:51:41.473 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38582024-08-17T03:51:43.452Z[ recovery-image] Aug 17 03:51:41.473 INFO O| Aug 17 03:51:41.473 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38592024-08-17T03:51:43.457Z[ recovery-image] Aug 17 03:51:41.481 INFO O| Aug 17 03:51:41.481 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38602024-08-17T03:51:43.461Z[ recovery-image] Aug 17 03:51:41.485 INFO O| Aug 17 03:51:41.485 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38612024-08-17T03:51:43.465Z[ recovery-image] Aug 17 03:51:41.490 INFO O| Aug 17 03:51:41.490 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38622024-08-17T03:51:43.759Z[ recovery-image] Aug 17 03:51:41.783 INFO O| Aug 17 03:51:41.783 INFO rolled back to input snapshot; work may begin
38632024-08-17T03:51:43.759Z[ recovery-image] Aug 17 03:51:41.783 INFO O| Aug 17 03:51:41.783 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38642024-08-17T03:51:43.784Z[ recovery-image] Aug 17 03:51:41.789 INFO O| Aug 17 03:51:41.789 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38652024-08-17T03:51:43.793Z[ recovery-image] Aug 17 03:51:41.799 INFO O| Aug 17 03:51:41.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38662024-08-17T03:51:43.793Z[ recovery-image] Aug 17 03:51:41.803 INFO O| Aug 17 03:51:41.803 INFO STEP 0 (remove_files) COMPLETE
38672024-08-17T03:51:43.793Z[ recovery-image] Aug 17 03:51:41.803 INFO O| Aug 17 03:51:41.803 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38682024-08-17T03:51:43.793Z[ recovery-image] Aug 17 03:51:41.812 INFO O| Aug 17 03:51:41.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38692024-08-17T03:51:43.844Z[ recovery-image] Aug 17 03:51:41.867 INFO O| Aug 17 03:51:41.867 INFO STEP 1 (remove_files) COMPLETE
38702024-08-17T03:51:43.844Z[ recovery-image] Aug 17 03:51:41.868 INFO O| Aug 17 03:51:41.867 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38712024-08-17T03:51:43.854Z[ recovery-image] Aug 17 03:51:41.878 INFO O| Aug 17 03:51:41.878 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38722024-08-17T03:51:43.856Z[ recovery-image] Aug 17 03:51:41.880 INFO O| Aug 17 03:51:41.880 INFO STEP 2 (remove_files) COMPLETE
38732024-08-17T03:51:43.856Z[ recovery-image] Aug 17 03:51:41.880 INFO O| Aug 17 03:51:41.880 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38742024-08-17T03:51:43.866Z[ recovery-image] Aug 17 03:51:41.890 INFO O| Aug 17 03:51:41.890 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38752024-08-17T03:51:43.906Z[ recovery-image] Aug 17 03:51:41.930 INFO O| Aug 17 03:51:41.930 INFO STEP 3 (remove_files) COMPLETE
38762024-08-17T03:51:43.906Z[ recovery-image] Aug 17 03:51:41.930 INFO O| Aug 17 03:51:41.930 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38772024-08-17T03:51:43.916Z[ recovery-image] Aug 17 03:51:41.940 INFO O| Aug 17 03:51:41.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38782024-08-17T03:51:43.933Z[ recovery-image] Aug 17 03:51:41.957 INFO O| Aug 17 03:51:41.957 INFO STEP 4 (remove_files) COMPLETE
38792024-08-17T03:51:43.936Z[ recovery-image] Aug 17 03:51:41.957 INFO O| Aug 17 03:51:41.957 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38802024-08-17T03:51:43.943Z[ recovery-image] Aug 17 03:51:41.967 INFO O| Aug 17 03:51:41.967 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38812024-08-17T03:51:43.947Z[ recovery-image] Aug 17 03:51:41.972 INFO O| Aug 17 03:51:41.972 INFO STEP 5 (remove_files) COMPLETE
38822024-08-17T03:51:43.947Z[ recovery-image] Aug 17 03:51:41.972 INFO O| Aug 17 03:51:41.972 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38832024-08-17T03:51:43.957Z[ recovery-image] Aug 17 03:51:41.981 INFO O| Aug 17 03:51:41.981 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
38842024-08-17T03:51:43.960Z[ recovery-image] Aug 17 03:51:41.984 INFO O| Aug 17 03:51:41.984 INFO STEP 6 (remove_files) COMPLETE
38852024-08-17T03:51:43.960Z[ recovery-image] Aug 17 03:51:41.984 INFO O| Aug 17 03:51:41.984 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38862024-08-17T03:51:43.969Z[ recovery-image] Aug 17 03:51:41.993 INFO O| Aug 17 03:51:41.993 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
38872024-08-17T03:51:43.972Z[ recovery-image] Aug 17 03:51:41.995 INFO O| Aug 17 03:51:41.995 INFO STEP 7 (remove_files) COMPLETE
38882024-08-17T03:51:43.972Z[ recovery-image] Aug 17 03:51:41.995 INFO O| Aug 17 03:51:41.995 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38892024-08-17T03:51:43.982Z[ recovery-image] Aug 17 03:51:42.006 INFO O| Aug 17 03:51:42.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
38902024-08-17T03:51:43.985Z[ recovery-image] Aug 17 03:51:42.009 INFO O| Aug 17 03:51:42.009 INFO STEP 8 (remove_files) COMPLETE
38912024-08-17T03:51:43.987Z[ recovery-image] Aug 17 03:51:42.009 INFO O| Aug 17 03:51:42.009 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38922024-08-17T03:51:43.995Z[ recovery-image] Aug 17 03:51:42.018 INFO O| Aug 17 03:51:42.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
38932024-08-17T03:51:43.998Z[ recovery-image] Aug 17 03:51:42.019 INFO O| Aug 17 03:51:42.019 INFO STEP 9 (remove_files) COMPLETE
38942024-08-17T03:51:43.998Z[ recovery-image] Aug 17 03:51:42.019 INFO O| Aug 17 03:51:42.019 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38952024-08-17T03:51:44.005Z[ recovery-image] Aug 17 03:51:42.029 INFO O| Aug 17 03:51:42.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
38962024-08-17T03:51:44.008Z[ recovery-image] Aug 17 03:51:42.031 INFO O| Aug 17 03:51:42.031 INFO STEP 10 (remove_files) COMPLETE
38972024-08-17T03:51:44.008Z[ recovery-image] Aug 17 03:51:42.031 INFO O| Aug 17 03:51:42.031 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-17T03:51:44.016Z[ recovery-image] Aug 17 03:51:42.040 INFO O| Aug 17 03:51:42.040 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
38992024-08-17T03:51:44.071Z[ recovery-image] Aug 17 03:51:42.094 INFO O| Aug 17 03:51:42.094 INFO STEP 11 (remove_files) COMPLETE
39002024-08-17T03:51:44.071Z[ recovery-image] Aug 17 03:51:42.094 INFO O| Aug 17 03:51:42.094 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-17T03:51:44.081Z[ recovery-image] Aug 17 03:51:42.105 INFO O| Aug 17 03:51:42.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39022024-08-17T03:51:44.088Z[ recovery-image] Aug 17 03:51:42.108 INFO O| Aug 17 03:51:42.108 INFO STEP 12 (remove_files) COMPLETE
39032024-08-17T03:51:44.088Z[ recovery-image] Aug 17 03:51:42.109 INFO O| Aug 17 03:51:42.108 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-17T03:51:44.097Z[ recovery-image] Aug 17 03:51:42.118 INFO O| Aug 17 03:51:42.118 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39052024-08-17T03:51:44.101Z[ recovery-image] Aug 17 03:51:42.121 INFO O| Aug 17 03:51:42.121 INFO STEP 13 (remove_files) COMPLETE
39062024-08-17T03:51:44.101Z[ recovery-image] Aug 17 03:51:42.121 INFO O| Aug 17 03:51:42.121 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-17T03:51:44.106Z[ recovery-image] Aug 17 03:51:42.130 INFO O| Aug 17 03:51:42.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39082024-08-17T03:51:44.109Z[ recovery-image] Aug 17 03:51:42.131 INFO O| Aug 17 03:51:42.131 INFO STEP 14 (remove_files) COMPLETE
39092024-08-17T03:51:44.109Z[ recovery-image] Aug 17 03:51:42.131 INFO O| Aug 17 03:51:42.131 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-17T03:51:44.118Z[ recovery-image] Aug 17 03:51:42.141 INFO O| Aug 17 03:51:42.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39112024-08-17T03:51:44.123Z[ recovery-image] Aug 17 03:51:42.142 INFO O| Aug 17 03:51:42.142 INFO STEP 15 (remove_files) COMPLETE
39122024-08-17T03:51:44.123Z[ recovery-image] Aug 17 03:51:42.142 INFO O| Aug 17 03:51:42.142 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-17T03:51:44.133Z[ recovery-image] Aug 17 03:51:42.151 INFO O| Aug 17 03:51:42.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39142024-08-17T03:51:44.140Z[ recovery-image] Aug 17 03:51:42.157 INFO O| Aug 17 03:51:42.157 INFO STEP 16 (remove_files) COMPLETE
39152024-08-17T03:51:44.140Z[ recovery-image] Aug 17 03:51:42.157 INFO O| Aug 17 03:51:42.157 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-17T03:51:44.144Z[ recovery-image] Aug 17 03:51:42.167 INFO O| Aug 17 03:51:42.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39172024-08-17T03:51:44.153Z[ recovery-image] Aug 17 03:51:42.167 INFO O| Aug 17 03:51:42.167 INFO STEP 17 (remove_files) COMPLETE
39182024-08-17T03:51:44.153Z[ recovery-image] Aug 17 03:51:42.167 INFO O| Aug 17 03:51:42.167 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39192024-08-17T03:51:44.159Z[ recovery-image] Aug 17 03:51:42.177 INFO O| Aug 17 03:51:42.177 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39202024-08-17T03:51:44.159Z[ recovery-image] Aug 17 03:51:42.178 INFO O| Aug 17 03:51:42.178 INFO STEP 18 (remove_files) COMPLETE
39212024-08-17T03:51:44.159Z[ recovery-image] Aug 17 03:51:42.178 INFO O| Aug 17 03:51:42.178 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-17T03:51:44.166Z[ recovery-image] Aug 17 03:51:42.187 INFO O| Aug 17 03:51:42.187 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39232024-08-17T03:51:44.203Z[ recovery-image] Aug 17 03:51:42.227 INFO O| Aug 17 03:51:42.227 INFO STEP 19 (remove_files) COMPLETE
39242024-08-17T03:51:44.203Z[ recovery-image] Aug 17 03:51:42.227 INFO O| Aug 17 03:51:42.227 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-17T03:51:44.215Z[ recovery-image] Aug 17 03:51:42.239 INFO O| Aug 17 03:51:42.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39262024-08-17T03:51:44.219Z[ recovery-image] Aug 17 03:51:42.240 INFO O| Aug 17 03:51:42.240 INFO STEP 20 (remove_files) COMPLETE
39272024-08-17T03:51:44.219Z[ recovery-image] Aug 17 03:51:42.240 INFO O| Aug 17 03:51:42.240 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-17T03:51:44.226Z[ recovery-image] Aug 17 03:51:42.250 INFO O| Aug 17 03:51:42.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39292024-08-17T03:51:44.229Z[ recovery-image] Aug 17 03:51:42.250 INFO O| Aug 17 03:51:42.250 INFO STEP 21 (remove_files) COMPLETE
39302024-08-17T03:51:44.229Z[ recovery-image] Aug 17 03:51:42.250 INFO O| Aug 17 03:51:42.250 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-17T03:51:44.236Z[ recovery-image] Aug 17 03:51:42.260 INFO O| Aug 17 03:51:42.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39322024-08-17T03:51:44.239Z[ recovery-image] Aug 17 03:51:42.260 INFO O| Aug 17 03:51:42.260 INFO STEP 22 (remove_files) COMPLETE
39332024-08-17T03:51:44.239Z[ recovery-image] Aug 17 03:51:42.260 INFO O| Aug 17 03:51:42.260 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-17T03:51:44.245Z[ recovery-image] Aug 17 03:51:42.269 INFO O| Aug 17 03:51:42.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39352024-08-17T03:51:44.248Z[ recovery-image] Aug 17 03:51:42.270 INFO O| Aug 17 03:51:42.270 INFO STEP 23 (remove_files) COMPLETE
39362024-08-17T03:51:44.248Z[ recovery-image] Aug 17 03:51:42.270 INFO O| Aug 17 03:51:42.270 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-17T03:51:44.255Z[ recovery-image] Aug 17 03:51:42.279 INFO O| Aug 17 03:51:42.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39382024-08-17T03:51:44.255Z[ recovery-image] Aug 17 03:51:42.279 INFO O| Aug 17 03:51:42.279 INFO STEP 24 (remove_files) COMPLETE
39392024-08-17T03:51:44.258Z[ recovery-image] Aug 17 03:51:42.279 INFO O| Aug 17 03:51:42.279 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-17T03:51:44.264Z[ recovery-image] Aug 17 03:51:42.288 INFO O| Aug 17 03:51:42.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39412024-08-17T03:51:44.264Z[ recovery-image] Aug 17 03:51:42.288 INFO O| Aug 17 03:51:42.288 INFO STEP 25 (remove_files) COMPLETE
39422024-08-17T03:51:44.264Z[ recovery-image] Aug 17 03:51:42.288 INFO O| Aug 17 03:51:42.288 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-17T03:51:44.274Z[ recovery-image] Aug 17 03:51:42.298 INFO O| Aug 17 03:51:42.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39442024-08-17T03:51:44.278Z[ recovery-image] Aug 17 03:51:42.298 INFO O| Aug 17 03:51:42.298 INFO STEP 26 (remove_files) COMPLETE
39452024-08-17T03:51:44.278Z[ recovery-image] Aug 17 03:51:42.298 INFO O| Aug 17 03:51:42.298 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-17T03:51:44.285Z[ recovery-image] Aug 17 03:51:42.307 INFO O| Aug 17 03:51:42.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39472024-08-17T03:51:44.285Z[ recovery-image] Aug 17 03:51:42.307 INFO O| Aug 17 03:51:42.307 INFO STEP 27 (remove_files) COMPLETE
39482024-08-17T03:51:44.289Z[ recovery-image] Aug 17 03:51:42.307 INFO O| Aug 17 03:51:42.307 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-17T03:51:44.293Z[ recovery-image] Aug 17 03:51:42.316 INFO O| Aug 17 03:51:42.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39502024-08-17T03:51:44.296Z[ recovery-image] Aug 17 03:51:42.317 INFO O| Aug 17 03:51:42.317 INFO STEP 28 (remove_files) COMPLETE
39512024-08-17T03:51:44.296Z[ recovery-image] Aug 17 03:51:42.317 INFO O| Aug 17 03:51:42.317 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-17T03:51:44.303Z[ recovery-image] Aug 17 03:51:42.326 INFO O| Aug 17 03:51:42.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39532024-08-17T03:51:44.303Z[ recovery-image] Aug 17 03:51:42.327 INFO O| Aug 17 03:51:42.326 INFO STEP 29 (remove_files) COMPLETE
39542024-08-17T03:51:44.305Z[ recovery-image] Aug 17 03:51:42.327 INFO O| Aug 17 03:51:42.327 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-17T03:51:44.312Z[ recovery-image] Aug 17 03:51:42.336 INFO O| Aug 17 03:51:42.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39562024-08-17T03:51:44.315Z[ recovery-image] Aug 17 03:51:42.336 INFO O| Aug 17 03:51:42.336 INFO STEP 30 (remove_files) COMPLETE
39572024-08-17T03:51:44.315Z[ recovery-image] Aug 17 03:51:42.336 INFO O| Aug 17 03:51:42.336 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-17T03:51:44.321Z[ recovery-image] Aug 17 03:51:42.345 INFO O| Aug 17 03:51:42.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39592024-08-17T03:51:44.321Z[ recovery-image] Aug 17 03:51:42.345 INFO O| Aug 17 03:51:42.345 INFO STEP 31 (remove_files) COMPLETE
39602024-08-17T03:51:44.324Z[ recovery-image] Aug 17 03:51:42.345 INFO O| Aug 17 03:51:42.345 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-17T03:51:44.331Z[ recovery-image] Aug 17 03:51:42.355 INFO O| Aug 17 03:51:42.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39622024-08-17T03:51:44.334Z[ recovery-image] Aug 17 03:51:42.355 INFO O| Aug 17 03:51:42.355 INFO STEP 32 (remove_files) COMPLETE
39632024-08-17T03:51:44.335Z[ recovery-image] Aug 17 03:51:42.355 INFO O| Aug 17 03:51:42.355 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-17T03:51:44.340Z[ recovery-image] Aug 17 03:51:42.364 INFO O| Aug 17 03:51:42.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39652024-08-17T03:51:44.344Z[ recovery-image] Aug 17 03:51:42.364 INFO O| Aug 17 03:51:42.364 INFO STEP 33 (remove_files) COMPLETE
39662024-08-17T03:51:44.344Z[ recovery-image] Aug 17 03:51:42.364 INFO O| Aug 17 03:51:42.364 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-17T03:51:44.350Z[ recovery-image] Aug 17 03:51:42.374 INFO O| Aug 17 03:51:42.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39682024-08-17T03:51:44.350Z[ recovery-image] Aug 17 03:51:42.374 INFO O| Aug 17 03:51:42.374 INFO STEP 34 (remove_files) COMPLETE
39692024-08-17T03:51:44.353Z[ recovery-image] Aug 17 03:51:42.374 INFO O| Aug 17 03:51:42.374 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-17T03:51:44.359Z[ recovery-image] Aug 17 03:51:42.383 INFO O| Aug 17 03:51:42.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39712024-08-17T03:51:44.362Z[ recovery-image] Aug 17 03:51:42.383 INFO O| Aug 17 03:51:42.383 INFO STEP 35 (remove_files) COMPLETE
39722024-08-17T03:51:44.362Z[ recovery-image] Aug 17 03:51:42.383 INFO O| Aug 17 03:51:42.383 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-17T03:51:44.368Z[ recovery-image] Aug 17 03:51:42.392 INFO O| Aug 17 03:51:42.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39742024-08-17T03:51:44.371Z[ recovery-image] Aug 17 03:51:42.392 INFO O| Aug 17 03:51:42.392 INFO STEP 36 (remove_files) COMPLETE
39752024-08-17T03:51:44.372Z[ recovery-image] Aug 17 03:51:42.392 INFO O| Aug 17 03:51:42.392 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-17T03:51:44.377Z[ recovery-image] Aug 17 03:51:42.401 INFO O| Aug 17 03:51:42.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39772024-08-17T03:51:44.377Z[ recovery-image] Aug 17 03:51:42.401 INFO O| Aug 17 03:51:42.401 INFO STEP 37 (remove_files) COMPLETE
39782024-08-17T03:51:44.380Z[ recovery-image] Aug 17 03:51:42.401 INFO O| Aug 17 03:51:42.401 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-17T03:51:44.387Z[ recovery-image] Aug 17 03:51:42.411 INFO O| Aug 17 03:51:42.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
39802024-08-17T03:51:44.387Z[ recovery-image] Aug 17 03:51:42.411 INFO O| Aug 17 03:51:42.411 INFO STEP 38 (remove_files) COMPLETE
39812024-08-17T03:51:44.393Z[ recovery-image] Aug 17 03:51:42.411 INFO O| Aug 17 03:51:42.411 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-17T03:51:44.396Z[ recovery-image] Aug 17 03:51:42.420 INFO O| Aug 17 03:51:42.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
39832024-08-17T03:51:44.396Z[ recovery-image] Aug 17 03:51:42.420 INFO O| Aug 17 03:51:42.420 INFO STEP 39 (remove_files) COMPLETE
39842024-08-17T03:51:44.396Z[ recovery-image] Aug 17 03:51:42.420 INFO O| Aug 17 03:51:42.420 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-17T03:51:44.405Z[ recovery-image] Aug 17 03:51:42.429 INFO O| Aug 17 03:51:42.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
39862024-08-17T03:51:44.405Z[ recovery-image] Aug 17 03:51:42.429 INFO O| Aug 17 03:51:42.429 INFO STEP 40 (remove_files) COMPLETE
39872024-08-17T03:51:44.405Z[ recovery-image] Aug 17 03:51:42.429 INFO O| Aug 17 03:51:42.429 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-17T03:51:44.415Z[ recovery-image] Aug 17 03:51:42.439 INFO O| Aug 17 03:51:42.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
39892024-08-17T03:51:44.415Z[ recovery-image] Aug 17 03:51:42.439 INFO O| Aug 17 03:51:42.439 INFO STEP 41 (remove_files) COMPLETE
39902024-08-17T03:51:44.418Z[ recovery-image] Aug 17 03:51:42.439 INFO O| Aug 17 03:51:42.439 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-17T03:51:44.424Z[ recovery-image] Aug 17 03:51:42.448 INFO O| Aug 17 03:51:42.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
39922024-08-17T03:51:44.424Z[ recovery-image] Aug 17 03:51:42.448 INFO O| Aug 17 03:51:42.448 INFO STEP 42 (remove_files) COMPLETE
39932024-08-17T03:51:44.428Z[ recovery-image] Aug 17 03:51:42.448 INFO O| Aug 17 03:51:42.448 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-17T03:51:44.433Z[ recovery-image] Aug 17 03:51:42.457 INFO O| Aug 17 03:51:42.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
39952024-08-17T03:51:44.433Z[ recovery-image] Aug 17 03:51:42.457 INFO O| Aug 17 03:51:42.457 INFO STEP 43 (remove_files) COMPLETE
39962024-08-17T03:51:44.436Z[ recovery-image] Aug 17 03:51:42.457 INFO O| Aug 17 03:51:42.457 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-17T03:51:44.442Z[ recovery-image] Aug 17 03:51:42.466 INFO O| Aug 17 03:51:42.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
39982024-08-17T03:51:44.442Z[ recovery-image] Aug 17 03:51:42.466 INFO O| Aug 17 03:51:42.466 INFO STEP 44 (remove_files) COMPLETE
39992024-08-17T03:51:44.442Z[ recovery-image] Aug 17 03:51:42.466 INFO O| Aug 17 03:51:42.466 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-17T03:51:44.470Z[ recovery-image] Aug 17 03:51:42.475 INFO O| Aug 17 03:51:42.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40012024-08-17T03:51:44.470Z[ recovery-image] Aug 17 03:51:42.476 INFO O| Aug 17 03:51:42.476 INFO STEP 45 (remove_files) COMPLETE
40022024-08-17T03:51:44.470Z[ recovery-image] Aug 17 03:51:42.476 INFO O| Aug 17 03:51:42.476 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-17T03:51:44.470Z[ recovery-image] Aug 17 03:51:42.485 INFO O| Aug 17 03:51:42.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40042024-08-17T03:51:44.470Z[ recovery-image] Aug 17 03:51:42.485 INFO O| Aug 17 03:51:42.485 INFO STEP 46 (remove_files) COMPLETE
40052024-08-17T03:51:44.470Z[ recovery-image] Aug 17 03:51:42.485 INFO O| Aug 17 03:51:42.485 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-17T03:51:44.474Z[ recovery-image] Aug 17 03:51:42.494 INFO O| Aug 17 03:51:42.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40072024-08-17T03:51:44.474Z[ recovery-image] Aug 17 03:51:42.494 INFO O| Aug 17 03:51:42.494 INFO STEP 47 (remove_files) COMPLETE
40082024-08-17T03:51:44.474Z[ recovery-image] Aug 17 03:51:42.494 INFO O| Aug 17 03:51:42.494 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-17T03:51:44.479Z[ recovery-image] Aug 17 03:51:42.503 INFO O| Aug 17 03:51:42.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40102024-08-17T03:51:44.479Z[ recovery-image] Aug 17 03:51:42.504 INFO O| Aug 17 03:51:42.503 INFO STEP 48 (remove_files) COMPLETE
40112024-08-17T03:51:44.484Z[ recovery-image] Aug 17 03:51:42.504 INFO O| Aug 17 03:51:42.503 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-17T03:51:44.489Z[ recovery-image] Aug 17 03:51:42.513 INFO O| Aug 17 03:51:42.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40132024-08-17T03:51:44.489Z[ recovery-image] Aug 17 03:51:42.513 INFO O| Aug 17 03:51:42.513 INFO STEP 49 (remove_files) COMPLETE
40142024-08-17T03:51:44.492Z[ recovery-image] Aug 17 03:51:42.513 INFO O| Aug 17 03:51:42.513 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-17T03:51:44.498Z[ recovery-image] Aug 17 03:51:42.522 INFO O| Aug 17 03:51:42.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40162024-08-17T03:51:44.498Z[ recovery-image] Aug 17 03:51:42.522 INFO O| Aug 17 03:51:42.522 INFO STEP 50 (remove_files) COMPLETE
40172024-08-17T03:51:44.500Z[ recovery-image] Aug 17 03:51:42.522 INFO O| Aug 17 03:51:42.522 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-17T03:51:44.510Z[ recovery-image] Aug 17 03:51:42.531 INFO O| Aug 17 03:51:42.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40192024-08-17T03:51:44.510Z[ recovery-image] Aug 17 03:51:42.532 INFO O| Aug 17 03:51:42.531 INFO STEP 51 (remove_files) COMPLETE
40202024-08-17T03:51:44.510Z[ recovery-image] Aug 17 03:51:42.532 INFO O| Aug 17 03:51:42.531 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-17T03:51:44.517Z[ recovery-image] Aug 17 03:51:42.541 INFO O| Aug 17 03:51:42.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40222024-08-17T03:51:44.520Z[ recovery-image] Aug 17 03:51:42.541 INFO O| Aug 17 03:51:42.541 INFO STEP 52 (remove_files) COMPLETE
40232024-08-17T03:51:44.520Z[ recovery-image] Aug 17 03:51:42.541 INFO O| Aug 17 03:51:42.541 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-17T03:51:44.526Z[ recovery-image] Aug 17 03:51:42.550 INFO O| Aug 17 03:51:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40252024-08-17T03:51:44.530Z[ recovery-image] Aug 17 03:51:42.550 INFO O| Aug 17 03:51:42.550 INFO STEP 53 (remove_files) COMPLETE
40262024-08-17T03:51:44.530Z[ recovery-image] Aug 17 03:51:42.550 INFO O| Aug 17 03:51:42.550 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-17T03:51:44.536Z[ recovery-image] Aug 17 03:51:42.559 INFO O| Aug 17 03:51:42.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40282024-08-17T03:51:44.536Z[ recovery-image] Aug 17 03:51:42.560 INFO O| Aug 17 03:51:42.559 INFO STEP 54 (remove_files) COMPLETE
40292024-08-17T03:51:44.536Z[ recovery-image] Aug 17 03:51:42.560 INFO O| Aug 17 03:51:42.560 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-17T03:51:44.545Z[ recovery-image] Aug 17 03:51:42.569 INFO O| Aug 17 03:51:42.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40312024-08-17T03:51:44.545Z[ recovery-image] Aug 17 03:51:42.569 INFO O| Aug 17 03:51:42.569 INFO STEP 55 (remove_files) COMPLETE
40322024-08-17T03:51:44.546Z[ recovery-image] Aug 17 03:51:42.569 INFO O| Aug 17 03:51:42.569 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-08-17T03:51:44.554Z[ recovery-image] Aug 17 03:51:42.578 INFO O| Aug 17 03:51:42.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40342024-08-17T03:51:44.554Z[ recovery-image] Aug 17 03:51:42.578 INFO O| Aug 17 03:51:42.578 INFO STEP 56 (remove_files) COMPLETE
40352024-08-17T03:51:44.554Z[ recovery-image] Aug 17 03:51:42.578 INFO O| Aug 17 03:51:42.578 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-08-17T03:51:44.563Z[ recovery-image] Aug 17 03:51:42.587 INFO O| Aug 17 03:51:42.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40372024-08-17T03:51:44.567Z[ recovery-image] Aug 17 03:51:42.587 INFO O| Aug 17 03:51:42.587 INFO STEP 57 (remove_files) COMPLETE
40382024-08-17T03:51:44.567Z[ recovery-image] Aug 17 03:51:42.587 INFO O| Aug 17 03:51:42.587 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-08-17T03:51:44.573Z[ recovery-image] Aug 17 03:51:42.597 INFO O| Aug 17 03:51:42.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40402024-08-17T03:51:44.573Z[ recovery-image] Aug 17 03:51:42.597 INFO O| Aug 17 03:51:42.597 INFO STEP 58 (remove_files) COMPLETE
40412024-08-17T03:51:44.575Z[ recovery-image] Aug 17 03:51:42.597 INFO O| Aug 17 03:51:42.597 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-08-17T03:51:44.583Z[ recovery-image] Aug 17 03:51:42.606 INFO O| Aug 17 03:51:42.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40432024-08-17T03:51:44.588Z[ recovery-image] Aug 17 03:51:42.607 INFO O| Aug 17 03:51:42.607 INFO STEP 59 (remove_files) COMPLETE
40442024-08-17T03:51:44.588Z[ recovery-image] Aug 17 03:51:42.607 INFO O| Aug 17 03:51:42.607 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40452024-08-17T03:51:44.592Z[ recovery-image] Aug 17 03:51:42.616 INFO O| Aug 17 03:51:42.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40462024-08-17T03:51:44.595Z[ recovery-image] Aug 17 03:51:42.617 INFO O| Aug 17 03:51:42.617 INFO STEP 60 (remove_files) COMPLETE
40472024-08-17T03:51:44.595Z[ recovery-image] Aug 17 03:51:42.617 INFO O| Aug 17 03:51:42.617 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40482024-08-17T03:51:44.602Z[ recovery-image] Aug 17 03:51:42.626 INFO O| Aug 17 03:51:42.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40492024-08-17T03:51:44.602Z[ recovery-image] Aug 17 03:51:42.626 INFO O| Aug 17 03:51:42.626 INFO STEP 61 (remove_files) COMPLETE
40502024-08-17T03:51:44.605Z[ recovery-image] Aug 17 03:51:42.626 INFO O| Aug 17 03:51:42.626 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40512024-08-17T03:51:44.611Z[ recovery-image] Aug 17 03:51:42.635 INFO O| Aug 17 03:51:42.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40522024-08-17T03:51:44.611Z[ recovery-image] Aug 17 03:51:42.635 INFO O| Aug 17 03:51:42.635 INFO STEP 62 (remove_files) COMPLETE
40532024-08-17T03:51:44.616Z[ recovery-image] Aug 17 03:51:42.635 INFO O| Aug 17 03:51:42.635 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40542024-08-17T03:51:44.621Z[ recovery-image] Aug 17 03:51:42.645 INFO O| Aug 17 03:51:42.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40552024-08-17T03:51:44.621Z[ recovery-image] Aug 17 03:51:42.645 INFO O| Aug 17 03:51:42.645 INFO STEP 63 (remove_files) COMPLETE
40562024-08-17T03:51:44.621Z[ recovery-image] Aug 17 03:51:42.645 INFO O| Aug 17 03:51:42.645 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40572024-08-17T03:51:44.630Z[ recovery-image] Aug 17 03:51:42.654 INFO O| Aug 17 03:51:42.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40582024-08-17T03:51:44.631Z[ recovery-image] Aug 17 03:51:42.654 INFO O| Aug 17 03:51:42.654 INFO STEP 64 (remove_files) COMPLETE
40592024-08-17T03:51:44.641Z[ recovery-image] Aug 17 03:51:42.654 INFO O| Aug 17 03:51:42.654 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40602024-08-17T03:51:44.646Z[ recovery-image] Aug 17 03:51:42.663 INFO O| Aug 17 03:51:42.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40612024-08-17T03:51:44.646Z[ recovery-image] Aug 17 03:51:42.663 INFO O| Aug 17 03:51:42.663 INFO STEP 65 (remove_files) COMPLETE
40622024-08-17T03:51:44.647Z[ recovery-image] Aug 17 03:51:42.663 INFO O| Aug 17 03:51:42.663 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40632024-08-17T03:51:44.658Z[ recovery-image] Aug 17 03:51:42.673 INFO O| Aug 17 03:51:42.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40642024-08-17T03:51:44.659Z[ recovery-image] Aug 17 03:51:42.673 INFO O| Aug 17 03:51:42.673 INFO STEP 66 (remove_files) COMPLETE
40652024-08-17T03:51:44.659Z[ recovery-image] Aug 17 03:51:42.673 INFO O| Aug 17 03:51:42.673 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40662024-08-17T03:51:44.663Z[ recovery-image] Aug 17 03:51:42.682 INFO O| Aug 17 03:51:42.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40672024-08-17T03:51:44.663Z[ recovery-image] Aug 17 03:51:42.682 INFO O| Aug 17 03:51:42.682 INFO STEP 67 (remove_files) COMPLETE
40682024-08-17T03:51:44.663Z[ recovery-image] Aug 17 03:51:42.682 INFO O| Aug 17 03:51:42.682 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40692024-08-17T03:51:44.668Z[ recovery-image] Aug 17 03:51:42.691 INFO O| Aug 17 03:51:42.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40702024-08-17T03:51:44.673Z[ recovery-image] Aug 17 03:51:42.691 INFO O| Aug 17 03:51:42.691 INFO STEP 68 (remove_files) COMPLETE
40712024-08-17T03:51:44.673Z[ recovery-image] Aug 17 03:51:42.691 INFO O| Aug 17 03:51:42.691 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-08-17T03:51:44.679Z[ recovery-image] Aug 17 03:51:42.700 INFO O| Aug 17 03:51:42.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40732024-08-17T03:51:44.697Z[ recovery-image] Aug 17 03:51:42.700 INFO O| Aug 17 03:51:42.700 INFO STEP 69 (remove_files) COMPLETE
40742024-08-17T03:51:44.697Z[ recovery-image] Aug 17 03:51:42.700 INFO O| Aug 17 03:51:42.700 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-08-17T03:51:44.700Z[ recovery-image] Aug 17 03:51:42.709 INFO O| Aug 17 03:51:42.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40762024-08-17T03:51:44.700Z[ recovery-image] Aug 17 03:51:42.710 INFO O| Aug 17 03:51:42.710 INFO STEP 70 (remove_files) COMPLETE
40772024-08-17T03:51:44.700Z[ recovery-image] Aug 17 03:51:42.710 INFO O| Aug 17 03:51:42.710 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-08-17T03:51:44.700Z[ recovery-image] Aug 17 03:51:42.719 INFO O| Aug 17 03:51:42.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
40792024-08-17T03:51:44.700Z[ recovery-image] Aug 17 03:51:42.719 INFO O| Aug 17 03:51:42.719 INFO STEP 71 (remove_files) COMPLETE
40802024-08-17T03:51:44.701Z[ recovery-image] Aug 17 03:51:42.719 INFO O| Aug 17 03:51:42.719 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-08-17T03:51:44.705Z[ recovery-image] Aug 17 03:51:42.728 INFO O| Aug 17 03:51:42.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
40822024-08-17T03:51:44.708Z[ recovery-image] Aug 17 03:51:42.729 INFO O| Aug 17 03:51:42.728 INFO STEP 72 (remove_files) COMPLETE
40832024-08-17T03:51:44.708Z[ recovery-image] Aug 17 03:51:42.729 INFO O| Aug 17 03:51:42.729 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-08-17T03:51:44.714Z[ recovery-image] Aug 17 03:51:42.738 INFO O| Aug 17 03:51:42.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
40852024-08-17T03:51:44.714Z[ recovery-image] Aug 17 03:51:42.738 INFO O| Aug 17 03:51:42.738 INFO STEP 73 (remove_files) COMPLETE
40862024-08-17T03:51:44.714Z[ recovery-image] Aug 17 03:51:42.738 INFO O| Aug 17 03:51:42.738 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-08-17T03:51:44.723Z[ recovery-image] Aug 17 03:51:42.747 INFO O| Aug 17 03:51:42.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
40882024-08-17T03:51:44.723Z[ recovery-image] Aug 17 03:51:42.747 INFO O| Aug 17 03:51:42.747 INFO STEP 74 (remove_files) COMPLETE
40892024-08-17T03:51:44.727Z[ recovery-image] Aug 17 03:51:42.747 INFO O| Aug 17 03:51:42.747 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-08-17T03:51:44.735Z[ recovery-image] Aug 17 03:51:42.756 INFO O| Aug 17 03:51:42.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
40912024-08-17T03:51:44.735Z[ recovery-image] Aug 17 03:51:42.756 INFO O| Aug 17 03:51:42.756 INFO STEP 75 (remove_files) COMPLETE
40922024-08-17T03:51:44.740Z[ recovery-image] Aug 17 03:51:42.756 INFO O| Aug 17 03:51:42.756 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-08-17T03:51:44.746Z[ recovery-image] Aug 17 03:51:42.766 INFO O| Aug 17 03:51:42.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
40942024-08-17T03:51:44.746Z[ recovery-image] Aug 17 03:51:42.766 INFO O| Aug 17 03:51:42.766 INFO STEP 76 (remove_files) COMPLETE
40952024-08-17T03:51:44.746Z[ recovery-image] Aug 17 03:51:42.766 INFO O| Aug 17 03:51:42.766 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-08-17T03:51:44.751Z[ recovery-image] Aug 17 03:51:42.775 INFO O| Aug 17 03:51:42.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
40972024-08-17T03:51:44.772Z[ recovery-image] Aug 17 03:51:42.775 INFO O| Aug 17 03:51:42.775 INFO STEP 77 (remove_files) COMPLETE
40982024-08-17T03:51:44.772Z[ recovery-image] Aug 17 03:51:42.775 INFO O| Aug 17 03:51:42.775 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-08-17T03:51:44.772Z[ recovery-image] Aug 17 03:51:42.784 INFO O| Aug 17 03:51:42.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41002024-08-17T03:51:44.772Z[ recovery-image] Aug 17 03:51:42.784 INFO O| Aug 17 03:51:42.784 INFO STEP 78 (remove_files) COMPLETE
41012024-08-17T03:51:44.772Z[ recovery-image] Aug 17 03:51:42.784 INFO O| Aug 17 03:51:42.784 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-08-17T03:51:44.772Z[ recovery-image] Aug 17 03:51:42.793 INFO O| Aug 17 03:51:42.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41032024-08-17T03:51:44.773Z[ recovery-image] Aug 17 03:51:42.793 INFO O| Aug 17 03:51:42.793 INFO STEP 79 (remove_files) COMPLETE
41042024-08-17T03:51:44.773Z[ recovery-image] Aug 17 03:51:42.793 INFO O| Aug 17 03:51:42.793 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-08-17T03:51:44.779Z[ recovery-image] Aug 17 03:51:42.803 INFO O| Aug 17 03:51:42.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41062024-08-17T03:51:44.779Z[ recovery-image] Aug 17 03:51:42.803 INFO O| Aug 17 03:51:42.803 INFO STEP 80 (remove_files) COMPLETE
41072024-08-17T03:51:44.782Z[ recovery-image] Aug 17 03:51:42.803 INFO O| Aug 17 03:51:42.803 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-08-17T03:51:44.788Z[ recovery-image] Aug 17 03:51:42.812 INFO O| Aug 17 03:51:42.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41092024-08-17T03:51:44.810Z[ recovery-image] Aug 17 03:51:42.812 INFO O| Aug 17 03:51:42.812 INFO STEP 81 (remove_files) COMPLETE
41102024-08-17T03:51:44.811Z[ recovery-image] Aug 17 03:51:42.812 INFO O| Aug 17 03:51:42.812 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-08-17T03:51:44.811Z[ recovery-image] Aug 17 03:51:42.821 INFO O| Aug 17 03:51:42.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41122024-08-17T03:51:44.811Z[ recovery-image] Aug 17 03:51:42.821 INFO O| Aug 17 03:51:42.821 INFO STEP 82 (remove_files) COMPLETE
41132024-08-17T03:51:44.811Z[ recovery-image] Aug 17 03:51:42.821 INFO O| Aug 17 03:51:42.821 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-08-17T03:51:44.811Z[ recovery-image] Aug 17 03:51:42.831 INFO O| Aug 17 03:51:42.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41152024-08-17T03:51:44.811Z[ recovery-image] Aug 17 03:51:42.831 INFO O| Aug 17 03:51:42.831 INFO STEP 83 (remove_files) COMPLETE
41162024-08-17T03:51:44.811Z[ recovery-image] Aug 17 03:51:42.831 INFO O| Aug 17 03:51:42.831 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-08-17T03:51:44.816Z[ recovery-image] Aug 17 03:51:42.840 INFO O| Aug 17 03:51:42.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41182024-08-17T03:51:44.820Z[ recovery-image] Aug 17 03:51:42.840 INFO O| Aug 17 03:51:42.840 INFO STEP 84 (remove_files) COMPLETE
41192024-08-17T03:51:44.821Z[ recovery-image] Aug 17 03:51:42.840 INFO O| Aug 17 03:51:42.840 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-08-17T03:51:44.826Z[ recovery-image] Aug 17 03:51:42.850 INFO O| Aug 17 03:51:42.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41212024-08-17T03:51:44.826Z[ recovery-image] Aug 17 03:51:42.850 INFO O| Aug 17 03:51:42.850 INFO STEP 85 (remove_files) COMPLETE
41222024-08-17T03:51:44.826Z[ recovery-image] Aug 17 03:51:42.850 INFO O| Aug 17 03:51:42.850 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-08-17T03:51:44.835Z[ recovery-image] Aug 17 03:51:42.859 INFO O| Aug 17 03:51:42.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41242024-08-17T03:51:44.835Z[ recovery-image] Aug 17 03:51:42.859 INFO O| Aug 17 03:51:42.859 INFO STEP 86 (remove_files) COMPLETE
41252024-08-17T03:51:44.838Z[ recovery-image] Aug 17 03:51:42.859 INFO O| Aug 17 03:51:42.859 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-08-17T03:51:44.844Z[ recovery-image] Aug 17 03:51:42.868 INFO O| Aug 17 03:51:42.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41272024-08-17T03:51:44.844Z[ recovery-image] Aug 17 03:51:42.868 INFO O| Aug 17 03:51:42.868 INFO STEP 87 (remove_files) COMPLETE
41282024-08-17T03:51:44.844Z[ recovery-image] Aug 17 03:51:42.868 INFO O| Aug 17 03:51:42.868 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-08-17T03:51:44.854Z[ recovery-image] Aug 17 03:51:42.878 INFO O| Aug 17 03:51:42.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41302024-08-17T03:51:44.854Z[ recovery-image] Aug 17 03:51:42.878 INFO O| Aug 17 03:51:42.878 INFO STEP 88 (remove_files) COMPLETE
41312024-08-17T03:51:44.854Z[ recovery-image] Aug 17 03:51:42.878 INFO O| Aug 17 03:51:42.878 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-08-17T03:51:44.863Z[ recovery-image] Aug 17 03:51:42.887 INFO O| Aug 17 03:51:42.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41332024-08-17T03:51:44.922Z[ recovery-image] Aug 17 03:51:42.887 INFO O| Aug 17 03:51:42.887 INFO STEP 89 (remove_files) COMPLETE
41342024-08-17T03:51:44.922Z[ recovery-image] Aug 17 03:51:42.887 INFO O| Aug 17 03:51:42.887 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.896 INFO O| Aug 17 03:51:42.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41362024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.896 INFO O| Aug 17 03:51:42.896 INFO STEP 90 (remove_files) COMPLETE
41372024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.896 INFO O| Aug 17 03:51:42.896 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.906 INFO O| Aug 17 03:51:42.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41392024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.906 INFO O| Aug 17 03:51:42.906 INFO STEP 91 (remove_files) COMPLETE
41402024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.906 INFO O| Aug 17 03:51:42.906 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.915 INFO O| Aug 17 03:51:42.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41422024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.915 INFO O| Aug 17 03:51:42.915 INFO STEP 92 (remove_files) COMPLETE
41432024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.915 INFO O| Aug 17 03:51:42.915 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.924 INFO O| Aug 17 03:51:42.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41452024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.924 INFO O| Aug 17 03:51:42.924 INFO STEP 93 (remove_files) COMPLETE
41462024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.924 INFO O| Aug 17 03:51:42.924 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.933 INFO O| Aug 17 03:51:42.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41482024-08-17T03:51:44.952Z[ recovery-image] Aug 17 03:51:42.934 INFO O| Aug 17 03:51:42.934 INFO STEP 94 (remove_files) COMPLETE
41492024-08-17T03:51:44.953Z[ recovery-image] Aug 17 03:51:42.934 INFO O| Aug 17 03:51:42.934 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-08-17T03:51:44.953Z[ recovery-image] Aug 17 03:51:42.943 INFO O| Aug 17 03:51:42.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41512024-08-17T03:51:44.953Z[ recovery-image] Aug 17 03:51:42.943 INFO O| Aug 17 03:51:42.943 INFO STEP 95 (remove_files) COMPLETE
41522024-08-17T03:51:44.953Z[ recovery-image] Aug 17 03:51:42.943 INFO O| Aug 17 03:51:42.943 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.953 INFO O| Aug 17 03:51:42.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41542024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.953 INFO O| Aug 17 03:51:42.953 INFO STEP 96 (remove_files) COMPLETE
41552024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.953 INFO O| Aug 17 03:51:42.953 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.962 INFO O| Aug 17 03:51:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41572024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.962 INFO O| Aug 17 03:51:42.962 INFO STEP 97 (remove_files) COMPLETE
41582024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.962 INFO O| Aug 17 03:51:42.962 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.971 INFO O| Aug 17 03:51:42.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41602024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.971 INFO O| Aug 17 03:51:42.971 INFO STEP 98 (remove_files) COMPLETE
41612024-08-17T03:51:44.961Z[ recovery-image] Aug 17 03:51:42.971 INFO O| Aug 17 03:51:42.971 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-08-17T03:51:44.968Z[ recovery-image] Aug 17 03:51:42.980 INFO O| Aug 17 03:51:42.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41632024-08-17T03:51:44.968Z[ recovery-image] Aug 17 03:51:42.981 INFO O| Aug 17 03:51:42.980 INFO STEP 99 (remove_files) COMPLETE
41642024-08-17T03:51:44.968Z[ recovery-image] Aug 17 03:51:42.981 INFO O| Aug 17 03:51:42.980 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-08-17T03:51:44.968Z[ recovery-image] Aug 17 03:51:42.990 INFO O| Aug 17 03:51:42.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41662024-08-17T03:51:44.975Z[ recovery-image] Aug 17 03:51:42.991 INFO O| Aug 17 03:51:42.990 INFO STEP 100 (remove_files) COMPLETE
41672024-08-17T03:51:44.975Z[ recovery-image] Aug 17 03:51:42.991 INFO O| Aug 17 03:51:42.991 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-08-17T03:51:44.982Z[ recovery-image] Aug 17 03:51:43.000 INFO O| Aug 17 03:51:43.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41692024-08-17T03:51:44.983Z[ recovery-image] Aug 17 03:51:43.000 INFO O| Aug 17 03:51:43.000 INFO STEP 101 (remove_files) COMPLETE
41702024-08-17T03:51:44.983Z[ recovery-image] Aug 17 03:51:43.000 INFO O| Aug 17 03:51:43.000 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-08-17T03:51:44.987Z[ recovery-image] Aug 17 03:51:43.010 INFO O| Aug 17 03:51:43.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41722024-08-17T03:51:44.987Z[ recovery-image] Aug 17 03:51:43.010 INFO O| Aug 17 03:51:43.010 INFO STEP 102 (remove_files) COMPLETE
41732024-08-17T03:51:44.992Z[ recovery-image] Aug 17 03:51:43.010 INFO O| Aug 17 03:51:43.010 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-08-17T03:51:44.998Z[ recovery-image] Aug 17 03:51:43.019 INFO O| Aug 17 03:51:43.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41752024-08-17T03:51:44.998Z[ recovery-image] Aug 17 03:51:43.019 INFO O| Aug 17 03:51:43.019 INFO STEP 103 (remove_files) COMPLETE
41762024-08-17T03:51:44.998Z[ recovery-image] Aug 17 03:51:43.020 INFO O| Aug 17 03:51:43.019 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-08-17T03:51:45.012Z[ recovery-image] Aug 17 03:51:43.029 INFO O| Aug 17 03:51:43.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
41782024-08-17T03:51:45.012Z[ recovery-image] Aug 17 03:51:43.029 INFO O| Aug 17 03:51:43.029 INFO STEP 104 (remove_files) COMPLETE
41792024-08-17T03:51:45.012Z[ recovery-image] Aug 17 03:51:43.029 INFO O| Aug 17 03:51:43.029 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-08-17T03:51:45.016Z[ recovery-image] Aug 17 03:51:43.038 INFO O| Aug 17 03:51:43.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
41812024-08-17T03:51:45.016Z[ recovery-image] Aug 17 03:51:43.038 INFO O| Aug 17 03:51:43.038 INFO STEP 105 (remove_files) COMPLETE
41822024-08-17T03:51:45.016Z[ recovery-image] Aug 17 03:51:43.038 INFO O| Aug 17 03:51:43.038 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-08-17T03:51:45.023Z[ recovery-image] Aug 17 03:51:43.047 INFO O| Aug 17 03:51:43.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
41842024-08-17T03:51:45.030Z[ recovery-image] Aug 17 03:51:43.047 INFO O| Aug 17 03:51:43.047 INFO STEP 106 (remove_files) COMPLETE
41852024-08-17T03:51:45.030Z[ recovery-image] Aug 17 03:51:43.047 INFO O| Aug 17 03:51:43.047 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-08-17T03:51:45.037Z[ recovery-image] Aug 17 03:51:43.056 INFO O| Aug 17 03:51:43.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
41872024-08-17T03:51:45.037Z[ recovery-image] Aug 17 03:51:43.057 INFO O| Aug 17 03:51:43.056 INFO STEP 107 (remove_files) COMPLETE
41882024-08-17T03:51:45.037Z[ recovery-image] Aug 17 03:51:43.057 INFO O| Aug 17 03:51:43.057 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-08-17T03:51:45.043Z[ recovery-image] Aug 17 03:51:43.066 INFO O| Aug 17 03:51:43.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
41902024-08-17T03:51:45.043Z[ recovery-image] Aug 17 03:51:43.066 INFO O| Aug 17 03:51:43.066 INFO STEP 108 (remove_files) COMPLETE
41912024-08-17T03:51:45.043Z[ recovery-image] Aug 17 03:51:43.066 INFO O| Aug 17 03:51:43.066 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-08-17T03:51:45.051Z[ recovery-image] Aug 17 03:51:43.075 INFO O| Aug 17 03:51:43.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
41932024-08-17T03:51:45.051Z[ recovery-image] Aug 17 03:51:43.075 INFO O| Aug 17 03:51:43.075 INFO STEP 109 (remove_files) COMPLETE
41942024-08-17T03:51:45.051Z[ recovery-image] Aug 17 03:51:43.075 INFO O| Aug 17 03:51:43.075 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-08-17T03:51:45.065Z[ recovery-image] Aug 17 03:51:43.084 INFO O| Aug 17 03:51:43.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
41962024-08-17T03:51:45.065Z[ recovery-image] Aug 17 03:51:43.084 INFO O| Aug 17 03:51:43.084 INFO STEP 110 (remove_files) COMPLETE
41972024-08-17T03:51:45.065Z[ recovery-image] Aug 17 03:51:43.084 INFO O| Aug 17 03:51:43.084 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-08-17T03:51:45.070Z[ recovery-image] Aug 17 03:51:43.093 INFO O| Aug 17 03:51:43.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
41992024-08-17T03:51:45.070Z[ recovery-image] Aug 17 03:51:43.093 INFO O| Aug 17 03:51:43.093 INFO STEP 111 (remove_files) COMPLETE
42002024-08-17T03:51:45.070Z[ recovery-image] Aug 17 03:51:43.093 INFO O| Aug 17 03:51:43.093 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-08-17T03:51:45.079Z[ recovery-image] Aug 17 03:51:43.103 INFO O| Aug 17 03:51:43.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42022024-08-17T03:51:45.079Z[ recovery-image] Aug 17 03:51:43.103 INFO O| Aug 17 03:51:43.103 INFO STEP 112 (remove_files) COMPLETE
42032024-08-17T03:51:45.084Z[ recovery-image] Aug 17 03:51:43.103 INFO O| Aug 17 03:51:43.103 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-08-17T03:51:45.088Z[ recovery-image] Aug 17 03:51:43.112 INFO O| Aug 17 03:51:43.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42052024-08-17T03:51:45.088Z[ recovery-image] Aug 17 03:51:43.112 INFO O| Aug 17 03:51:43.112 INFO STEP 113 (remove_files) COMPLETE
42062024-08-17T03:51:45.088Z[ recovery-image] Aug 17 03:51:43.112 INFO O| Aug 17 03:51:43.112 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-08-17T03:51:45.098Z[ recovery-image] Aug 17 03:51:43.121 INFO O| Aug 17 03:51:43.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42082024-08-17T03:51:45.098Z[ recovery-image] Aug 17 03:51:43.121 INFO O| Aug 17 03:51:43.121 INFO STEP 114 (remove_files) COMPLETE
42092024-08-17T03:51:45.098Z[ recovery-image] Aug 17 03:51:43.121 INFO O| Aug 17 03:51:43.121 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-08-17T03:51:45.107Z[ recovery-image] Aug 17 03:51:43.131 INFO O| Aug 17 03:51:43.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42112024-08-17T03:51:45.107Z[ recovery-image] Aug 17 03:51:43.131 INFO O| Aug 17 03:51:43.131 INFO STEP 115 (remove_files) COMPLETE
42122024-08-17T03:51:45.108Z[ recovery-image] Aug 17 03:51:43.131 INFO O| Aug 17 03:51:43.131 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-08-17T03:51:45.116Z[ recovery-image] Aug 17 03:51:43.140 INFO O| Aug 17 03:51:43.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42142024-08-17T03:51:45.116Z[ recovery-image] Aug 17 03:51:43.140 INFO O| Aug 17 03:51:43.140 INFO STEP 116 (remove_files) COMPLETE
42152024-08-17T03:51:45.125Z[ recovery-image] Aug 17 03:51:43.140 INFO O| Aug 17 03:51:43.140 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-08-17T03:51:45.130Z[ recovery-image] Aug 17 03:51:43.149 INFO O| Aug 17 03:51:43.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42172024-08-17T03:51:45.130Z[ recovery-image] Aug 17 03:51:43.149 INFO O| Aug 17 03:51:43.149 INFO STEP 117 (remove_files) COMPLETE
42182024-08-17T03:51:45.130Z[ recovery-image] Aug 17 03:51:43.150 INFO O| Aug 17 03:51:43.149 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-08-17T03:51:45.135Z[ recovery-image] Aug 17 03:51:43.159 INFO O| Aug 17 03:51:43.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42202024-08-17T03:51:45.135Z[ recovery-image] Aug 17 03:51:43.159 INFO O| Aug 17 03:51:43.159 INFO STEP 118 (remove_files) COMPLETE
42212024-08-17T03:51:45.135Z[ recovery-image] Aug 17 03:51:43.159 INFO O| Aug 17 03:51:43.159 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-08-17T03:51:45.146Z[ recovery-image] Aug 17 03:51:43.168 INFO O| Aug 17 03:51:43.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42232024-08-17T03:51:45.146Z[ recovery-image] Aug 17 03:51:43.168 INFO O| Aug 17 03:51:43.168 INFO STEP 119 (remove_files) COMPLETE
42242024-08-17T03:51:45.149Z[ recovery-image] Aug 17 03:51:43.168 INFO O| Aug 17 03:51:43.168 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-08-17T03:51:45.153Z[ recovery-image] Aug 17 03:51:43.177 INFO O| Aug 17 03:51:43.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42262024-08-17T03:51:45.184Z[ recovery-image] Aug 17 03:51:43.177 INFO O| Aug 17 03:51:43.177 INFO STEP 120 (remove_files) COMPLETE
42272024-08-17T03:51:45.184Z[ recovery-image] Aug 17 03:51:43.177 INFO O| Aug 17 03:51:43.177 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-08-17T03:51:45.184Z[ recovery-image] Aug 17 03:51:43.187 INFO O| Aug 17 03:51:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42292024-08-17T03:51:45.184Z[ recovery-image] Aug 17 03:51:43.187 INFO O| Aug 17 03:51:43.187 INFO STEP 121 (remove_files) COMPLETE
42302024-08-17T03:51:45.184Z[ recovery-image] Aug 17 03:51:43.187 INFO O| Aug 17 03:51:43.187 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-08-17T03:51:45.184Z[ recovery-image] Aug 17 03:51:43.196 INFO O| Aug 17 03:51:43.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42322024-08-17T03:51:45.185Z[ recovery-image] Aug 17 03:51:43.197 INFO O| Aug 17 03:51:43.197 INFO STEP 122 (remove_files) COMPLETE
42332024-08-17T03:51:45.185Z[ recovery-image] Aug 17 03:51:43.197 INFO O| Aug 17 03:51:43.197 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-08-17T03:51:45.192Z[ recovery-image] Aug 17 03:51:43.206 INFO O| Aug 17 03:51:43.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42352024-08-17T03:51:45.192Z[ recovery-image] Aug 17 03:51:43.206 INFO O| Aug 17 03:51:43.206 INFO STEP 123 (remove_files) COMPLETE
42362024-08-17T03:51:45.192Z[ recovery-image] Aug 17 03:51:43.206 INFO O| Aug 17 03:51:43.206 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-08-17T03:51:45.200Z[ recovery-image] Aug 17 03:51:43.215 INFO O| Aug 17 03:51:43.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42382024-08-17T03:51:45.200Z[ recovery-image] Aug 17 03:51:43.215 INFO O| Aug 17 03:51:43.215 INFO STEP 124 (remove_files) COMPLETE
42392024-08-17T03:51:45.200Z[ recovery-image] Aug 17 03:51:43.215 INFO O| Aug 17 03:51:43.215 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-08-17T03:51:45.208Z[ recovery-image] Aug 17 03:51:43.224 INFO O| Aug 17 03:51:43.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42412024-08-17T03:51:45.208Z[ recovery-image] Aug 17 03:51:43.224 INFO O| Aug 17 03:51:43.224 INFO STEP 125 (remove_files) COMPLETE
42422024-08-17T03:51:45.208Z[ recovery-image] Aug 17 03:51:43.224 INFO O| Aug 17 03:51:43.224 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-08-17T03:51:45.213Z[ recovery-image] Aug 17 03:51:43.233 INFO O| Aug 17 03:51:43.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42442024-08-17T03:51:45.213Z[ recovery-image] Aug 17 03:51:43.234 INFO O| Aug 17 03:51:43.234 INFO STEP 126 (remove_files) COMPLETE
42452024-08-17T03:51:45.213Z[ recovery-image] Aug 17 03:51:43.234 INFO O| Aug 17 03:51:43.234 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-08-17T03:51:45.219Z[ recovery-image] Aug 17 03:51:43.243 INFO O| Aug 17 03:51:43.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42472024-08-17T03:51:45.222Z[ recovery-image] Aug 17 03:51:43.243 INFO O| Aug 17 03:51:43.243 INFO STEP 127 (remove_files) COMPLETE
42482024-08-17T03:51:45.222Z[ recovery-image] Aug 17 03:51:43.243 INFO O| Aug 17 03:51:43.243 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-08-17T03:51:45.228Z[ recovery-image] Aug 17 03:51:43.252 INFO O| Aug 17 03:51:43.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42502024-08-17T03:51:45.233Z[ recovery-image] Aug 17 03:51:43.252 INFO O| Aug 17 03:51:43.252 INFO STEP 128 (remove_files) COMPLETE
42512024-08-17T03:51:45.233Z[ recovery-image] Aug 17 03:51:43.252 INFO O| Aug 17 03:51:43.252 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-08-17T03:51:45.238Z[ recovery-image] Aug 17 03:51:43.261 INFO O| Aug 17 03:51:43.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42532024-08-17T03:51:45.238Z[ recovery-image] Aug 17 03:51:43.261 INFO O| Aug 17 03:51:43.261 INFO STEP 129 (remove_files) COMPLETE
42542024-08-17T03:51:45.238Z[ recovery-image] Aug 17 03:51:43.261 INFO O| Aug 17 03:51:43.261 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-08-17T03:51:45.247Z[ recovery-image] Aug 17 03:51:43.270 INFO O| Aug 17 03:51:43.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42562024-08-17T03:51:45.247Z[ recovery-image] Aug 17 03:51:43.270 INFO O| Aug 17 03:51:43.270 INFO STEP 130 (remove_files) COMPLETE
42572024-08-17T03:51:45.247Z[ recovery-image] Aug 17 03:51:43.270 INFO O| Aug 17 03:51:43.270 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-08-17T03:51:45.255Z[ recovery-image] Aug 17 03:51:43.279 INFO O| Aug 17 03:51:43.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42592024-08-17T03:51:45.255Z[ recovery-image] Aug 17 03:51:43.279 INFO O| Aug 17 03:51:43.279 INFO STEP 131 (remove_files) COMPLETE
42602024-08-17T03:51:45.259Z[ recovery-image] Aug 17 03:51:43.279 INFO O| Aug 17 03:51:43.279 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-08-17T03:51:45.265Z[ recovery-image] Aug 17 03:51:43.288 INFO O| Aug 17 03:51:43.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42622024-08-17T03:51:45.268Z[ recovery-image] Aug 17 03:51:43.289 INFO O| Aug 17 03:51:43.288 INFO STEP 132 (remove_files) COMPLETE
42632024-08-17T03:51:45.268Z[ recovery-image] Aug 17 03:51:43.289 INFO O| Aug 17 03:51:43.288 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-08-17T03:51:45.274Z[ recovery-image] Aug 17 03:51:43.297 INFO O| Aug 17 03:51:43.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42652024-08-17T03:51:45.278Z[ recovery-image] Aug 17 03:51:43.297 INFO O| Aug 17 03:51:43.297 INFO STEP 133 (remove_files) COMPLETE
42662024-08-17T03:51:45.278Z[ recovery-image] Aug 17 03:51:43.297 INFO O| Aug 17 03:51:43.297 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-08-17T03:51:45.284Z[ recovery-image] Aug 17 03:51:43.306 INFO O| Aug 17 03:51:43.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42682024-08-17T03:51:45.284Z[ recovery-image] Aug 17 03:51:43.306 INFO O| Aug 17 03:51:43.306 INFO STEP 134 (remove_files) COMPLETE
42692024-08-17T03:51:45.284Z[ recovery-image] Aug 17 03:51:43.307 INFO O| Aug 17 03:51:43.306 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-08-17T03:51:45.292Z[ recovery-image] Aug 17 03:51:43.315 INFO O| Aug 17 03:51:43.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42712024-08-17T03:51:45.292Z[ recovery-image] Aug 17 03:51:43.316 INFO O| Aug 17 03:51:43.316 INFO STEP 135 (remove_files) COMPLETE
42722024-08-17T03:51:45.295Z[ recovery-image] Aug 17 03:51:43.316 INFO O| Aug 17 03:51:43.316 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-08-17T03:51:45.301Z[ recovery-image] Aug 17 03:51:43.325 INFO O| Aug 17 03:51:43.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42742024-08-17T03:51:45.301Z[ recovery-image] Aug 17 03:51:43.325 INFO O| Aug 17 03:51:43.325 INFO STEP 136 (remove_files) COMPLETE
42752024-08-17T03:51:45.301Z[ recovery-image] Aug 17 03:51:43.325 INFO O| Aug 17 03:51:43.325 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-08-17T03:51:45.310Z[ recovery-image] Aug 17 03:51:43.334 INFO O| Aug 17 03:51:43.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42772024-08-17T03:51:45.310Z[ recovery-image] Aug 17 03:51:43.334 INFO O| Aug 17 03:51:43.334 INFO STEP 137 (remove_files) COMPLETE
42782024-08-17T03:51:45.313Z[ recovery-image] Aug 17 03:51:43.334 INFO O| Aug 17 03:51:43.334 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-08-17T03:51:45.319Z[ recovery-image] Aug 17 03:51:43.343 INFO O| Aug 17 03:51:43.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
42802024-08-17T03:51:45.319Z[ recovery-image] Aug 17 03:51:43.343 INFO O| Aug 17 03:51:43.343 INFO STEP 138 (remove_files) COMPLETE
42812024-08-17T03:51:45.323Z[ recovery-image] Aug 17 03:51:43.343 INFO O| Aug 17 03:51:43.343 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-08-17T03:51:45.328Z[ recovery-image] Aug 17 03:51:43.352 INFO O| Aug 17 03:51:43.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
42832024-08-17T03:51:45.328Z[ recovery-image] Aug 17 03:51:43.352 INFO O| Aug 17 03:51:43.352 INFO STEP 139 (remove_files) COMPLETE
42842024-08-17T03:51:45.328Z[ recovery-image] Aug 17 03:51:43.352 INFO O| Aug 17 03:51:43.352 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-08-17T03:51:45.338Z[ recovery-image] Aug 17 03:51:43.361 INFO O| Aug 17 03:51:43.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
42862024-08-17T03:51:45.338Z[ recovery-image] Aug 17 03:51:43.361 INFO O| Aug 17 03:51:43.361 INFO STEP 140 (remove_files) COMPLETE
42872024-08-17T03:51:45.342Z[ recovery-image] Aug 17 03:51:43.361 INFO O| Aug 17 03:51:43.361 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-08-17T03:51:45.346Z[ recovery-image] Aug 17 03:51:43.370 INFO O| Aug 17 03:51:43.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
42892024-08-17T03:51:45.350Z[ recovery-image] Aug 17 03:51:43.371 INFO O| Aug 17 03:51:43.371 INFO STEP 141 (remove_files) COMPLETE
42902024-08-17T03:51:45.350Z[ recovery-image] Aug 17 03:51:43.371 INFO O| Aug 17 03:51:43.371 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-08-17T03:51:45.359Z[ recovery-image] Aug 17 03:51:43.380 INFO O| Aug 17 03:51:43.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
42922024-08-17T03:51:45.359Z[ recovery-image] Aug 17 03:51:43.380 INFO O| Aug 17 03:51:43.380 INFO STEP 142 (remove_files) COMPLETE
42932024-08-17T03:51:45.362Z[ recovery-image] Aug 17 03:51:43.380 INFO O| Aug 17 03:51:43.380 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-08-17T03:51:45.365Z[ recovery-image] Aug 17 03:51:43.389 INFO O| Aug 17 03:51:43.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
42952024-08-17T03:51:45.365Z[ recovery-image] Aug 17 03:51:43.389 INFO O| Aug 17 03:51:43.389 INFO STEP 143 (remove_files) COMPLETE
42962024-08-17T03:51:45.370Z[ recovery-image] Aug 17 03:51:43.389 INFO O| Aug 17 03:51:43.389 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-08-17T03:51:45.374Z[ recovery-image] Aug 17 03:51:43.398 INFO O| Aug 17 03:51:43.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
42982024-08-17T03:51:45.375Z[ recovery-image] Aug 17 03:51:43.398 INFO O| Aug 17 03:51:43.398 INFO STEP 144 (remove_files) COMPLETE
42992024-08-17T03:51:45.375Z[ recovery-image] Aug 17 03:51:43.398 INFO O| Aug 17 03:51:43.398 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-08-17T03:51:45.384Z[ recovery-image] Aug 17 03:51:43.407 INFO O| Aug 17 03:51:43.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43012024-08-17T03:51:45.384Z[ recovery-image] Aug 17 03:51:43.407 INFO O| Aug 17 03:51:43.407 INFO STEP 145 (remove_files) COMPLETE
43022024-08-17T03:51:45.384Z[ recovery-image] Aug 17 03:51:43.408 INFO O| Aug 17 03:51:43.407 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-08-17T03:51:45.393Z[ recovery-image] Aug 17 03:51:43.416 INFO O| Aug 17 03:51:43.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43042024-08-17T03:51:45.396Z[ recovery-image] Aug 17 03:51:43.417 INFO O| Aug 17 03:51:43.416 INFO STEP 146 (remove_files) COMPLETE
43052024-08-17T03:51:45.396Z[ recovery-image] Aug 17 03:51:43.417 INFO O| Aug 17 03:51:43.417 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-08-17T03:51:45.402Z[ recovery-image] Aug 17 03:51:43.426 INFO O| Aug 17 03:51:43.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43072024-08-17T03:51:45.402Z[ recovery-image] Aug 17 03:51:43.426 INFO O| Aug 17 03:51:43.426 INFO STEP 147 (remove_files) COMPLETE
43082024-08-17T03:51:45.402Z[ recovery-image] Aug 17 03:51:43.426 INFO O| Aug 17 03:51:43.426 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-08-17T03:51:45.411Z[ recovery-image] Aug 17 03:51:43.435 INFO O| Aug 17 03:51:43.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43102024-08-17T03:51:45.415Z[ recovery-image] Aug 17 03:51:43.435 INFO O| Aug 17 03:51:43.435 INFO STEP 148 (remove_files) COMPLETE
43112024-08-17T03:51:45.415Z[ recovery-image] Aug 17 03:51:43.435 INFO O| Aug 17 03:51:43.435 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-08-17T03:51:45.420Z[ recovery-image] Aug 17 03:51:43.444 INFO O| Aug 17 03:51:43.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43132024-08-17T03:51:45.424Z[ recovery-image] Aug 17 03:51:43.444 INFO O| Aug 17 03:51:43.444 INFO STEP 149 (remove_files) COMPLETE
43142024-08-17T03:51:45.424Z[ recovery-image] Aug 17 03:51:43.444 INFO O| Aug 17 03:51:43.444 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-08-17T03:51:45.429Z[ recovery-image] Aug 17 03:51:43.453 INFO O| Aug 17 03:51:43.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43162024-08-17T03:51:45.429Z[ recovery-image] Aug 17 03:51:43.453 INFO O| Aug 17 03:51:43.453 INFO STEP 150 (remove_files) COMPLETE
43172024-08-17T03:51:45.433Z[ recovery-image] Aug 17 03:51:43.453 INFO O| Aug 17 03:51:43.453 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-08-17T03:51:45.443Z[ recovery-image] Aug 17 03:51:43.462 INFO O| Aug 17 03:51:43.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43192024-08-17T03:51:45.443Z[ recovery-image] Aug 17 03:51:43.462 INFO O| Aug 17 03:51:43.462 INFO STEP 151 (remove_files) COMPLETE
43202024-08-17T03:51:45.443Z[ recovery-image] Aug 17 03:51:43.462 INFO O| Aug 17 03:51:43.462 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-08-17T03:51:45.447Z[ recovery-image] Aug 17 03:51:43.471 INFO O| Aug 17 03:51:43.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43222024-08-17T03:51:45.448Z[ recovery-image] Aug 17 03:51:43.471 INFO O| Aug 17 03:51:43.471 INFO STEP 152 (remove_files) COMPLETE
43232024-08-17T03:51:45.450Z[ recovery-image] Aug 17 03:51:43.471 INFO O| Aug 17 03:51:43.471 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-08-17T03:51:45.456Z[ recovery-image] Aug 17 03:51:43.480 INFO O| Aug 17 03:51:43.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43252024-08-17T03:51:45.456Z[ recovery-image] Aug 17 03:51:43.480 INFO O| Aug 17 03:51:43.480 INFO STEP 153 (remove_files) COMPLETE
43262024-08-17T03:51:45.459Z[ recovery-image] Aug 17 03:51:43.480 INFO O| Aug 17 03:51:43.480 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-08-17T03:51:45.465Z[ recovery-image] Aug 17 03:51:43.489 INFO O| Aug 17 03:51:43.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43282024-08-17T03:51:45.466Z[ recovery-image] Aug 17 03:51:43.489 INFO O| Aug 17 03:51:43.489 INFO STEP 154 (remove_files) COMPLETE
43292024-08-17T03:51:45.466Z[ recovery-image] Aug 17 03:51:43.489 INFO O| Aug 17 03:51:43.489 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-08-17T03:51:45.475Z[ recovery-image] Aug 17 03:51:43.498 INFO O| Aug 17 03:51:43.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43312024-08-17T03:51:45.481Z[ recovery-image] Aug 17 03:51:43.498 INFO O| Aug 17 03:51:43.498 INFO STEP 155 (remove_files) COMPLETE
43322024-08-17T03:51:45.481Z[ recovery-image] Aug 17 03:51:43.498 INFO O| Aug 17 03:51:43.498 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-08-17T03:51:45.485Z[ recovery-image] Aug 17 03:51:43.507 INFO O| Aug 17 03:51:43.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43342024-08-17T03:51:45.485Z[ recovery-image] Aug 17 03:51:43.508 INFO O| Aug 17 03:51:43.508 INFO STEP 156 (remove_files) COMPLETE
43352024-08-17T03:51:45.485Z[ recovery-image] Aug 17 03:51:43.508 INFO O| Aug 17 03:51:43.508 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-08-17T03:51:45.493Z[ recovery-image] Aug 17 03:51:43.516 INFO O| Aug 17 03:51:43.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43372024-08-17T03:51:45.493Z[ recovery-image] Aug 17 03:51:43.517 INFO O| Aug 17 03:51:43.516 INFO STEP 157 (remove_files) COMPLETE
43382024-08-17T03:51:45.496Z[ recovery-image] Aug 17 03:51:43.517 INFO O| Aug 17 03:51:43.517 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-08-17T03:51:45.502Z[ recovery-image] Aug 17 03:51:43.526 INFO O| Aug 17 03:51:43.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43402024-08-17T03:51:45.506Z[ recovery-image] Aug 17 03:51:43.526 INFO O| Aug 17 03:51:43.526 INFO STEP 158 (remove_files) COMPLETE
43412024-08-17T03:51:45.506Z[ recovery-image] Aug 17 03:51:43.526 INFO O| Aug 17 03:51:43.526 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-08-17T03:51:45.511Z[ recovery-image] Aug 17 03:51:43.535 INFO O| Aug 17 03:51:43.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43432024-08-17T03:51:45.515Z[ recovery-image] Aug 17 03:51:43.535 INFO O| Aug 17 03:51:43.535 INFO STEP 159 (remove_files) COMPLETE
43442024-08-17T03:51:45.515Z[ recovery-image] Aug 17 03:51:43.535 INFO O| Aug 17 03:51:43.535 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-08-17T03:51:45.520Z[ recovery-image] Aug 17 03:51:43.544 INFO O| Aug 17 03:51:43.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43462024-08-17T03:51:45.523Z[ recovery-image] Aug 17 03:51:43.544 INFO O| Aug 17 03:51:43.544 INFO STEP 160 (remove_files) COMPLETE
43472024-08-17T03:51:45.523Z[ recovery-image] Aug 17 03:51:43.544 INFO O| Aug 17 03:51:43.544 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-08-17T03:51:45.530Z[ recovery-image] Aug 17 03:51:43.553 INFO O| Aug 17 03:51:43.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43492024-08-17T03:51:45.530Z[ recovery-image] Aug 17 03:51:43.553 INFO O| Aug 17 03:51:43.553 INFO STEP 161 (remove_files) COMPLETE
43502024-08-17T03:51:45.530Z[ recovery-image] Aug 17 03:51:43.553 INFO O| Aug 17 03:51:43.553 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-08-17T03:51:45.539Z[ recovery-image] Aug 17 03:51:43.562 INFO O| Aug 17 03:51:43.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43522024-08-17T03:51:45.542Z[ recovery-image] Aug 17 03:51:43.563 INFO O| Aug 17 03:51:43.562 INFO STEP 162 (remove_files) COMPLETE
43532024-08-17T03:51:45.542Z[ recovery-image] Aug 17 03:51:43.563 INFO O| Aug 17 03:51:43.563 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-08-17T03:51:45.548Z[ recovery-image] Aug 17 03:51:43.571 INFO O| Aug 17 03:51:43.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43552024-08-17T03:51:45.548Z[ recovery-image] Aug 17 03:51:43.572 INFO O| Aug 17 03:51:43.572 INFO STEP 163 (remove_files) COMPLETE
43562024-08-17T03:51:45.548Z[ recovery-image] Aug 17 03:51:43.572 INFO O| Aug 17 03:51:43.572 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-08-17T03:51:45.557Z[ recovery-image] Aug 17 03:51:43.581 INFO O| Aug 17 03:51:43.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43582024-08-17T03:51:45.557Z[ recovery-image] Aug 17 03:51:43.581 INFO O| Aug 17 03:51:43.581 INFO STEP 164 (remove_files) COMPLETE
43592024-08-17T03:51:45.557Z[ recovery-image] Aug 17 03:51:43.581 INFO O| Aug 17 03:51:43.581 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-08-17T03:51:45.569Z[ recovery-image] Aug 17 03:51:43.590 INFO O| Aug 17 03:51:43.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43612024-08-17T03:51:45.569Z[ recovery-image] Aug 17 03:51:43.590 INFO O| Aug 17 03:51:43.590 INFO STEP 165 (remove_files) COMPLETE
43622024-08-17T03:51:45.575Z[ recovery-image] Aug 17 03:51:43.590 INFO O| Aug 17 03:51:43.590 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-08-17T03:51:45.580Z[ recovery-image] Aug 17 03:51:43.599 INFO O| Aug 17 03:51:43.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43642024-08-17T03:51:45.580Z[ recovery-image] Aug 17 03:51:43.599 INFO O| Aug 17 03:51:43.599 INFO STEP 166 (remove_files) COMPLETE
43652024-08-17T03:51:45.581Z[ recovery-image] Aug 17 03:51:43.599 INFO O| Aug 17 03:51:43.599 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-08-17T03:51:45.585Z[ recovery-image] Aug 17 03:51:43.608 INFO O| Aug 17 03:51:43.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43672024-08-17T03:51:45.585Z[ recovery-image] Aug 17 03:51:43.608 INFO O| Aug 17 03:51:43.608 INFO STEP 167 (remove_files) COMPLETE
43682024-08-17T03:51:45.585Z[ recovery-image] Aug 17 03:51:43.608 INFO O| Aug 17 03:51:43.608 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-08-17T03:51:45.594Z[ recovery-image] Aug 17 03:51:43.617 INFO O| Aug 17 03:51:43.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43702024-08-17T03:51:45.594Z[ recovery-image] Aug 17 03:51:43.617 INFO O| Aug 17 03:51:43.617 INFO STEP 168 (remove_files) COMPLETE
43712024-08-17T03:51:45.599Z[ recovery-image] Aug 17 03:51:43.617 INFO O| Aug 17 03:51:43.617 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-08-17T03:51:45.604Z[ recovery-image] Aug 17 03:51:43.626 INFO O| Aug 17 03:51:43.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43732024-08-17T03:51:45.604Z[ recovery-image] Aug 17 03:51:43.626 INFO O| Aug 17 03:51:43.626 INFO STEP 169 (remove_files) COMPLETE
43742024-08-17T03:51:45.604Z[ recovery-image] Aug 17 03:51:43.626 INFO O| Aug 17 03:51:43.626 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-08-17T03:51:45.613Z[ recovery-image] Aug 17 03:51:43.635 INFO O| Aug 17 03:51:43.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43762024-08-17T03:51:45.613Z[ recovery-image] Aug 17 03:51:43.635 INFO O| Aug 17 03:51:43.635 INFO STEP 170 (remove_files) COMPLETE
43772024-08-17T03:51:45.615Z[ recovery-image] Aug 17 03:51:43.635 INFO O| Aug 17 03:51:43.635 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-08-17T03:51:45.621Z[ recovery-image] Aug 17 03:51:43.644 INFO O| Aug 17 03:51:43.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
43792024-08-17T03:51:45.621Z[ recovery-image] Aug 17 03:51:43.644 INFO O| Aug 17 03:51:43.644 INFO STEP 171 (remove_files) COMPLETE
43802024-08-17T03:51:45.621Z[ recovery-image] Aug 17 03:51:43.644 INFO O| Aug 17 03:51:43.644 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-08-17T03:51:45.629Z[ recovery-image] Aug 17 03:51:43.653 INFO O| Aug 17 03:51:43.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
43822024-08-17T03:51:45.633Z[ recovery-image] Aug 17 03:51:43.654 INFO O| Aug 17 03:51:43.654 INFO STEP 172 (remove_files) COMPLETE
43832024-08-17T03:51:45.633Z[ recovery-image] Aug 17 03:51:43.654 INFO O| Aug 17 03:51:43.654 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-08-17T03:51:45.639Z[ recovery-image] Aug 17 03:51:43.663 INFO O| Aug 17 03:51:43.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
43852024-08-17T03:51:45.639Z[ recovery-image] Aug 17 03:51:43.663 INFO O| Aug 17 03:51:43.663 INFO STEP 173 (remove_files) COMPLETE
43862024-08-17T03:51:45.640Z[ recovery-image] Aug 17 03:51:43.663 INFO O| Aug 17 03:51:43.663 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-08-17T03:51:45.650Z[ recovery-image] Aug 17 03:51:43.672 INFO O| Aug 17 03:51:43.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
43882024-08-17T03:51:45.653Z[ recovery-image] Aug 17 03:51:43.673 INFO O| Aug 17 03:51:43.673 INFO STEP 174 (remove_files) COMPLETE
43892024-08-17T03:51:45.653Z[ recovery-image] Aug 17 03:51:43.673 INFO O| Aug 17 03:51:43.673 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-08-17T03:51:45.662Z[ recovery-image] Aug 17 03:51:43.682 INFO O| Aug 17 03:51:43.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
43912024-08-17T03:51:45.662Z[ recovery-image] Aug 17 03:51:43.682 INFO O| Aug 17 03:51:43.682 INFO STEP 175 (remove_files) COMPLETE
43922024-08-17T03:51:45.662Z[ recovery-image] Aug 17 03:51:43.682 INFO O| Aug 17 03:51:43.682 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-08-17T03:51:45.687Z[ recovery-image] Aug 17 03:51:43.691 INFO O| Aug 17 03:51:43.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
43942024-08-17T03:51:45.687Z[ recovery-image] Aug 17 03:51:43.691 INFO O| Aug 17 03:51:43.691 INFO STEP 176 (remove_files) COMPLETE
43952024-08-17T03:51:45.687Z[ recovery-image] Aug 17 03:51:43.691 INFO O| Aug 17 03:51:43.691 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-08-17T03:51:45.705Z[ recovery-image] Aug 17 03:51:43.700 INFO O| Aug 17 03:51:43.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
43972024-08-17T03:51:45.705Z[ recovery-image] Aug 17 03:51:43.701 INFO O| Aug 17 03:51:43.701 INFO STEP 177 (remove_files) COMPLETE
43982024-08-17T03:51:45.705Z[ recovery-image] Aug 17 03:51:43.701 INFO O| Aug 17 03:51:43.701 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-08-17T03:51:45.705Z[ recovery-image] Aug 17 03:51:43.710 INFO O| Aug 17 03:51:43.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44002024-08-17T03:51:45.705Z[ recovery-image] Aug 17 03:51:43.710 INFO O| Aug 17 03:51:43.710 INFO STEP 178 (remove_files) COMPLETE
44012024-08-17T03:51:45.705Z[ recovery-image] Aug 17 03:51:43.710 INFO O| Aug 17 03:51:43.710 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-08-17T03:51:45.712Z[ recovery-image] Aug 17 03:51:43.719 INFO O| Aug 17 03:51:43.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44032024-08-17T03:51:45.712Z[ recovery-image] Aug 17 03:51:43.719 INFO O| Aug 17 03:51:43.719 INFO STEP 179 (remove_files) COMPLETE
44042024-08-17T03:51:45.712Z[ recovery-image] Aug 17 03:51:43.719 INFO O| Aug 17 03:51:43.719 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-08-17T03:51:45.712Z[ recovery-image] Aug 17 03:51:43.728 INFO O| Aug 17 03:51:43.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44062024-08-17T03:51:45.712Z[ recovery-image] Aug 17 03:51:43.728 INFO O| Aug 17 03:51:43.728 INFO STEP 180 (remove_files) COMPLETE
44072024-08-17T03:51:45.713Z[ recovery-image] Aug 17 03:51:43.728 INFO O| Aug 17 03:51:43.728 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-08-17T03:51:45.720Z[ recovery-image] Aug 17 03:51:43.737 INFO O| Aug 17 03:51:43.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44092024-08-17T03:51:45.720Z[ recovery-image] Aug 17 03:51:43.737 INFO O| Aug 17 03:51:43.737 INFO STEP 181 (remove_files) COMPLETE
44102024-08-17T03:51:45.720Z[ recovery-image] Aug 17 03:51:43.737 INFO O| Aug 17 03:51:43.737 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-08-17T03:51:45.723Z[ recovery-image] Aug 17 03:51:43.746 INFO O| Aug 17 03:51:43.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44122024-08-17T03:51:45.723Z[ recovery-image] Aug 17 03:51:43.746 INFO O| Aug 17 03:51:43.746 INFO STEP 182 (remove_files) COMPLETE
44132024-08-17T03:51:45.723Z[ recovery-image] Aug 17 03:51:43.746 INFO O| Aug 17 03:51:43.746 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-08-17T03:51:45.732Z[ recovery-image] Aug 17 03:51:43.755 INFO O| Aug 17 03:51:43.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44152024-08-17T03:51:45.734Z[ recovery-image] Aug 17 03:51:43.756 INFO O| Aug 17 03:51:43.756 INFO STEP 183 (remove_files) COMPLETE
44162024-08-17T03:51:45.734Z[ recovery-image] Aug 17 03:51:43.756 INFO O| Aug 17 03:51:43.756 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-08-17T03:51:45.741Z[ recovery-image] Aug 17 03:51:43.765 INFO O| Aug 17 03:51:43.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44182024-08-17T03:51:45.741Z[ recovery-image] Aug 17 03:51:43.765 INFO O| Aug 17 03:51:43.765 INFO STEP 184 (remove_files) COMPLETE
44192024-08-17T03:51:45.741Z[ recovery-image] Aug 17 03:51:43.765 INFO O| Aug 17 03:51:43.765 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-08-17T03:51:45.750Z[ recovery-image] Aug 17 03:51:43.774 INFO O| Aug 17 03:51:43.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44212024-08-17T03:51:45.750Z[ recovery-image] Aug 17 03:51:43.774 INFO O| Aug 17 03:51:43.774 INFO STEP 185 (remove_files) COMPLETE
44222024-08-17T03:51:45.751Z[ recovery-image] Aug 17 03:51:43.774 INFO O| Aug 17 03:51:43.774 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-08-17T03:51:45.759Z[ recovery-image] Aug 17 03:51:43.783 INFO O| Aug 17 03:51:43.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44242024-08-17T03:51:45.760Z[ recovery-image] Aug 17 03:51:43.783 INFO O| Aug 17 03:51:43.783 INFO STEP 186 (remove_files) COMPLETE
44252024-08-17T03:51:45.762Z[ recovery-image] Aug 17 03:51:43.783 INFO O| Aug 17 03:51:43.783 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-08-17T03:51:45.768Z[ recovery-image] Aug 17 03:51:43.792 INFO O| Aug 17 03:51:43.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44272024-08-17T03:51:45.768Z[ recovery-image] Aug 17 03:51:43.792 INFO O| Aug 17 03:51:43.792 INFO STEP 187 (remove_files) COMPLETE
44282024-08-17T03:51:45.772Z[ recovery-image] Aug 17 03:51:43.792 INFO O| Aug 17 03:51:43.792 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-08-17T03:51:45.778Z[ recovery-image] Aug 17 03:51:43.801 INFO O| Aug 17 03:51:43.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44302024-08-17T03:51:45.778Z[ recovery-image] Aug 17 03:51:43.801 INFO O| Aug 17 03:51:43.801 INFO STEP 188 (remove_files) COMPLETE
44312024-08-17T03:51:45.778Z[ recovery-image] Aug 17 03:51:43.801 INFO O| Aug 17 03:51:43.801 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-08-17T03:51:45.787Z[ recovery-image] Aug 17 03:51:43.810 INFO O| Aug 17 03:51:43.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44332024-08-17T03:51:45.787Z[ recovery-image] Aug 17 03:51:43.810 INFO O| Aug 17 03:51:43.810 INFO STEP 189 (remove_files) COMPLETE
44342024-08-17T03:51:45.789Z[ recovery-image] Aug 17 03:51:43.810 INFO O| Aug 17 03:51:43.810 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-08-17T03:51:45.796Z[ recovery-image] Aug 17 03:51:43.819 INFO O| Aug 17 03:51:43.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44362024-08-17T03:51:45.796Z[ recovery-image] Aug 17 03:51:43.820 INFO O| Aug 17 03:51:43.820 INFO STEP 190 (remove_files) COMPLETE
44372024-08-17T03:51:45.796Z[ recovery-image] Aug 17 03:51:43.820 INFO O| Aug 17 03:51:43.820 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-08-17T03:51:45.813Z[ recovery-image] Aug 17 03:51:43.829 INFO O| Aug 17 03:51:43.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44392024-08-17T03:51:45.830Z[ recovery-image] Aug 17 03:51:43.829 INFO O| Aug 17 03:51:43.829 INFO STEP 191 (remove_files) COMPLETE
44402024-08-17T03:51:45.830Z[ recovery-image] Aug 17 03:51:43.829 INFO O| Aug 17 03:51:43.829 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-08-17T03:51:45.830Z[ recovery-image] Aug 17 03:51:43.838 INFO O| Aug 17 03:51:43.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44422024-08-17T03:51:45.830Z[ recovery-image] Aug 17 03:51:43.838 INFO O| Aug 17 03:51:43.838 INFO STEP 192 (remove_files) COMPLETE
44432024-08-17T03:51:45.830Z[ recovery-image] Aug 17 03:51:43.838 INFO O| Aug 17 03:51:43.838 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-08-17T03:51:45.834Z[ recovery-image] Aug 17 03:51:43.847 INFO O| Aug 17 03:51:43.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44452024-08-17T03:51:45.834Z[ recovery-image] Aug 17 03:51:43.847 INFO O| Aug 17 03:51:43.847 INFO STEP 193 (remove_files) COMPLETE
44462024-08-17T03:51:45.834Z[ recovery-image] Aug 17 03:51:43.847 INFO O| Aug 17 03:51:43.847 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-08-17T03:51:45.834Z[ recovery-image] Aug 17 03:51:43.856 INFO O| Aug 17 03:51:43.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44482024-08-17T03:51:45.835Z[ recovery-image] Aug 17 03:51:43.856 INFO O| Aug 17 03:51:43.856 INFO STEP 194 (remove_files) COMPLETE
44492024-08-17T03:51:45.835Z[ recovery-image] Aug 17 03:51:43.856 INFO O| Aug 17 03:51:43.856 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-08-17T03:51:45.841Z[ recovery-image] Aug 17 03:51:43.865 INFO O| Aug 17 03:51:43.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44512024-08-17T03:51:45.841Z[ recovery-image] Aug 17 03:51:43.865 INFO O| Aug 17 03:51:43.865 INFO STEP 195 (remove_files) COMPLETE
44522024-08-17T03:51:45.845Z[ recovery-image] Aug 17 03:51:43.865 INFO O| Aug 17 03:51:43.865 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-08-17T03:51:45.850Z[ recovery-image] Aug 17 03:51:43.874 INFO O| Aug 17 03:51:43.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44542024-08-17T03:51:45.850Z[ recovery-image] Aug 17 03:51:43.874 INFO O| Aug 17 03:51:43.874 INFO STEP 196 (remove_files) COMPLETE
44552024-08-17T03:51:45.854Z[ recovery-image] Aug 17 03:51:43.874 INFO O| Aug 17 03:51:43.874 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-08-17T03:51:45.866Z[ recovery-image] Aug 17 03:51:43.883 INFO O| Aug 17 03:51:43.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44572024-08-17T03:51:45.866Z[ recovery-image] Aug 17 03:51:43.883 INFO O| Aug 17 03:51:43.883 INFO STEP 197 (remove_files) COMPLETE
44582024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.883 INFO O| Aug 17 03:51:43.883 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.892 INFO O| Aug 17 03:51:43.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44602024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.892 INFO O| Aug 17 03:51:43.892 INFO STEP 198 (remove_files) COMPLETE
44612024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.892 INFO O| Aug 17 03:51:43.892 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.901 INFO O| Aug 17 03:51:43.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44632024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.901 INFO O| Aug 17 03:51:43.901 INFO STEP 199 (remove_files) COMPLETE
44642024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.901 INFO O| Aug 17 03:51:43.901 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.910 INFO O| Aug 17 03:51:43.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44662024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.910 INFO O| Aug 17 03:51:43.910 INFO STEP 200 (remove_files) COMPLETE
44672024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.910 INFO O| Aug 17 03:51:43.910 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.919 INFO O| Aug 17 03:51:43.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44692024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.919 INFO O| Aug 17 03:51:43.919 INFO STEP 201 (remove_files) COMPLETE
44702024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.920 INFO O| Aug 17 03:51:43.919 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.928 INFO O| Aug 17 03:51:43.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44722024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.929 INFO O| Aug 17 03:51:43.928 INFO STEP 202 (remove_files) COMPLETE
44732024-08-17T03:51:45.929Z[ recovery-image] Aug 17 03:51:43.929 INFO O| Aug 17 03:51:43.929 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-17T03:51:45.941Z[ recovery-image] Aug 17 03:51:43.937 INFO O| Aug 17 03:51:43.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
44752024-08-17T03:51:45.941Z[ recovery-image] Aug 17 03:51:43.937 INFO O| Aug 17 03:51:43.937 INFO STEP 203 (remove_files) COMPLETE
44762024-08-17T03:51:45.941Z[ recovery-image] Aug 17 03:51:43.937 INFO O| Aug 17 03:51:43.937 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-17T03:51:45.941Z[ recovery-image] Aug 17 03:51:43.947 INFO O| Aug 17 03:51:43.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
44782024-08-17T03:51:45.942Z[ recovery-image] Aug 17 03:51:43.947 INFO O| Aug 17 03:51:43.947 INFO STEP 204 (remove_files) COMPLETE
44792024-08-17T03:51:45.942Z[ recovery-image] Aug 17 03:51:43.947 INFO O| Aug 17 03:51:43.947 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-17T03:51:45.942Z[ recovery-image] Aug 17 03:51:43.956 INFO O| Aug 17 03:51:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
44812024-08-17T03:51:45.942Z[ recovery-image] Aug 17 03:51:43.956 INFO O| Aug 17 03:51:43.956 INFO STEP 205 (remove_files) COMPLETE
44822024-08-17T03:51:45.942Z[ recovery-image] Aug 17 03:51:43.956 INFO O| Aug 17 03:51:43.956 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-17T03:51:45.945Z[ recovery-image] Aug 17 03:51:43.965 INFO O| Aug 17 03:51:43.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
44842024-08-17T03:51:45.945Z[ recovery-image] Aug 17 03:51:43.965 INFO O| Aug 17 03:51:43.965 INFO STEP 206 (remove_files) COMPLETE
44852024-08-17T03:51:45.945Z[ recovery-image] Aug 17 03:51:43.965 INFO O| Aug 17 03:51:43.965 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-08-17T03:51:45.950Z[ recovery-image] Aug 17 03:51:43.974 INFO O| Aug 17 03:51:43.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
44872024-08-17T03:51:45.951Z[ recovery-image] Aug 17 03:51:43.974 INFO O| Aug 17 03:51:43.974 INFO STEP 207 (remove_files) COMPLETE
44882024-08-17T03:51:45.968Z[ recovery-image] Aug 17 03:51:43.974 INFO O| Aug 17 03:51:43.974 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-08-17T03:51:45.974Z[ recovery-image] Aug 17 03:51:43.983 INFO O| Aug 17 03:51:43.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
44902024-08-17T03:51:45.974Z[ recovery-image] Aug 17 03:51:43.983 INFO O| Aug 17 03:51:43.983 INFO STEP 208 (remove_files) COMPLETE
44912024-08-17T03:51:45.974Z[ recovery-image] Aug 17 03:51:43.983 INFO O| Aug 17 03:51:43.983 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-08-17T03:51:45.974Z[ recovery-image] Aug 17 03:51:43.992 INFO O| Aug 17 03:51:43.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
44932024-08-17T03:51:45.974Z[ recovery-image] Aug 17 03:51:43.993 INFO O| Aug 17 03:51:43.993 INFO STEP 209 (remove_files) COMPLETE
44942024-08-17T03:51:45.974Z[ recovery-image] Aug 17 03:51:43.993 INFO O| Aug 17 03:51:43.993 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-08-17T03:51:45.982Z[ recovery-image] Aug 17 03:51:44.002 INFO O| Aug 17 03:51:44.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
44962024-08-17T03:51:45.982Z[ recovery-image] Aug 17 03:51:44.002 INFO O| Aug 17 03:51:44.002 INFO STEP 210 (remove_files) COMPLETE
44972024-08-17T03:51:45.982Z[ recovery-image] Aug 17 03:51:44.002 INFO O| Aug 17 03:51:44.002 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-08-17T03:51:45.992Z[ recovery-image] Aug 17 03:51:44.012 INFO O| Aug 17 03:51:44.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
44992024-08-17T03:51:45.992Z[ recovery-image] Aug 17 03:51:44.012 INFO O| Aug 17 03:51:44.012 INFO STEP 211 (remove_files) COMPLETE
45002024-08-17T03:51:45.992Z[ recovery-image] Aug 17 03:51:44.012 INFO O| Aug 17 03:51:44.012 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-08-17T03:51:46.001Z[ recovery-image] Aug 17 03:51:44.021 INFO O| Aug 17 03:51:44.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45022024-08-17T03:51:46.002Z[ recovery-image] Aug 17 03:51:44.021 INFO O| Aug 17 03:51:44.021 INFO STEP 212 (remove_files) COMPLETE
45032024-08-17T03:51:46.002Z[ recovery-image] Aug 17 03:51:44.021 INFO O| Aug 17 03:51:44.021 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-08-17T03:51:46.011Z[ recovery-image] Aug 17 03:51:44.030 INFO O| Aug 17 03:51:44.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45052024-08-17T03:51:46.011Z[ recovery-image] Aug 17 03:51:44.030 INFO O| Aug 17 03:51:44.030 INFO STEP 213 (remove_files) COMPLETE
45062024-08-17T03:51:46.011Z[ recovery-image] Aug 17 03:51:44.030 INFO O| Aug 17 03:51:44.030 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-08-17T03:51:46.065Z[ recovery-image] Aug 17 03:51:44.039 INFO O| Aug 17 03:51:44.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45082024-08-17T03:51:46.065Z[ recovery-image] Aug 17 03:51:44.039 INFO O| Aug 17 03:51:44.039 INFO STEP 214 (remove_files) COMPLETE
45092024-08-17T03:51:46.065Z[ recovery-image] Aug 17 03:51:44.039 INFO O| Aug 17 03:51:44.039 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.048 INFO O| Aug 17 03:51:44.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45112024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.048 INFO O| Aug 17 03:51:44.048 INFO STEP 215 (remove_files) COMPLETE
45122024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.048 INFO O| Aug 17 03:51:44.048 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.057 INFO O| Aug 17 03:51:44.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45142024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.057 INFO O| Aug 17 03:51:44.057 INFO STEP 216 (remove_files) COMPLETE
45152024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.057 INFO O| Aug 17 03:51:44.057 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.066 INFO O| Aug 17 03:51:44.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45172024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.066 INFO O| Aug 17 03:51:44.066 INFO STEP 217 (remove_files) COMPLETE
45182024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.066 INFO O| Aug 17 03:51:44.066 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.075 INFO O| Aug 17 03:51:44.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45202024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.075 INFO O| Aug 17 03:51:44.075 INFO STEP 218 (remove_files) COMPLETE
45212024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.075 INFO O| Aug 17 03:51:44.075 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.084 INFO O| Aug 17 03:51:44.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45232024-08-17T03:51:46.070Z[ recovery-image] Aug 17 03:51:44.084 INFO O| Aug 17 03:51:44.084 INFO STEP 219 (remove_files) COMPLETE
45242024-08-17T03:51:46.071Z[ recovery-image] Aug 17 03:51:44.085 INFO O| Aug 17 03:51:44.084 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-08-17T03:51:46.085Z[ recovery-image] Aug 17 03:51:44.093 INFO O| Aug 17 03:51:44.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45262024-08-17T03:51:46.085Z[ recovery-image] Aug 17 03:51:44.094 INFO O| Aug 17 03:51:44.093 INFO STEP 220 (remove_files) COMPLETE
45272024-08-17T03:51:46.085Z[ recovery-image] Aug 17 03:51:44.094 INFO O| Aug 17 03:51:44.093 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-17T03:51:46.137Z[ recovery-image] Aug 17 03:51:44.103 INFO O| Aug 17 03:51:44.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45292024-08-17T03:51:46.137Z[ recovery-image] Aug 17 03:51:44.103 INFO O| Aug 17 03:51:44.103 INFO STEP 221 (remove_files) COMPLETE
45302024-08-17T03:51:46.137Z[ recovery-image] Aug 17 03:51:44.103 INFO O| Aug 17 03:51:44.103 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-17T03:51:46.137Z[ recovery-image] Aug 17 03:51:44.112 INFO O| Aug 17 03:51:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45322024-08-17T03:51:46.137Z[ recovery-image] Aug 17 03:51:44.112 INFO O| Aug 17 03:51:44.112 INFO STEP 222 (remove_files) COMPLETE
45332024-08-17T03:51:46.137Z[ recovery-image] Aug 17 03:51:44.112 INFO O| Aug 17 03:51:44.112 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.121 INFO O| Aug 17 03:51:44.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45352024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.121 INFO O| Aug 17 03:51:44.121 INFO STEP 223 (remove_files) COMPLETE
45362024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.121 INFO O| Aug 17 03:51:44.121 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.130 INFO O| Aug 17 03:51:44.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45382024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.130 INFO O| Aug 17 03:51:44.130 INFO STEP 224 (remove_files) COMPLETE
45392024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.130 INFO O| Aug 17 03:51:44.130 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.139 INFO O| Aug 17 03:51:44.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45412024-08-17T03:51:46.216Z[ recovery-image] Aug 17 03:51:44.139 INFO O| Aug 17 03:51:44.139 INFO STEP 225 (remove_files) COMPLETE
45422024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.139 INFO O| Aug 17 03:51:44.139 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.148 INFO O| Aug 17 03:51:44.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45442024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.148 INFO O| Aug 17 03:51:44.148 INFO STEP 226 (remove_files) COMPLETE
45452024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.149 INFO O| Aug 17 03:51:44.148 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.157 INFO O| Aug 17 03:51:44.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45472024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.157 INFO O| Aug 17 03:51:44.157 INFO STEP 227 (remove_files) COMPLETE
45482024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.158 INFO O| Aug 17 03:51:44.157 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.167 INFO O| Aug 17 03:51:44.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45502024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.167 INFO O| Aug 17 03:51:44.167 INFO STEP 228 (remove_files) COMPLETE
45512024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.167 INFO O| Aug 17 03:51:44.167 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.176 INFO O| Aug 17 03:51:44.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45532024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.176 INFO O| Aug 17 03:51:44.176 INFO STEP 229 (remove_files) COMPLETE
45542024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.176 INFO O| Aug 17 03:51:44.176 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.185 INFO O| Aug 17 03:51:44.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45562024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.185 INFO O| Aug 17 03:51:44.185 INFO STEP 230 (remove_files) COMPLETE
45572024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.185 INFO O| Aug 17 03:51:44.185 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.194 INFO O| Aug 17 03:51:44.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45592024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.194 INFO O| Aug 17 03:51:44.194 INFO STEP 231 (remove_files) COMPLETE
45602024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.194 INFO O| Aug 17 03:51:44.194 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.203 INFO O| Aug 17 03:51:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45622024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.203 INFO O| Aug 17 03:51:44.203 INFO STEP 232 (remove_files) COMPLETE
45632024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.203 INFO O| Aug 17 03:51:44.203 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.212 INFO O| Aug 17 03:51:44.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45652024-08-17T03:51:46.217Z[ recovery-image] Aug 17 03:51:44.212 INFO O| Aug 17 03:51:44.212 INFO STEP 233 (remove_files) COMPLETE
45662024-08-17T03:51:46.218Z[ recovery-image] Aug 17 03:51:44.212 INFO O| Aug 17 03:51:44.212 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.221 INFO O| Aug 17 03:51:44.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45682024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.221 INFO O| Aug 17 03:51:44.221 INFO STEP 234 (remove_files) COMPLETE
45692024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.221 INFO O| Aug 17 03:51:44.221 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.231 INFO O| Aug 17 03:51:44.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
45712024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.231 INFO O| Aug 17 03:51:44.231 INFO STEP 235 (remove_files) COMPLETE
45722024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.231 INFO O| Aug 17 03:51:44.231 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.240 INFO O| Aug 17 03:51:44.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
45742024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.240 INFO O| Aug 17 03:51:44.240 INFO STEP 236 (remove_files) COMPLETE
45752024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.241 INFO O| Aug 17 03:51:44.240 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.250 INFO O| Aug 17 03:51:44.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
45772024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.250 INFO O| Aug 17 03:51:44.250 INFO STEP 237 (remove_files) COMPLETE
45782024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.250 INFO O| Aug 17 03:51:44.250 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.259 INFO O| Aug 17 03:51:44.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
45802024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.259 INFO O| Aug 17 03:51:44.259 INFO STEP 238 (remove_files) COMPLETE
45812024-08-17T03:51:46.265Z[ recovery-image] Aug 17 03:51:44.259 INFO O| Aug 17 03:51:44.259 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-08-17T03:51:46.266Z[ recovery-image] Aug 17 03:51:44.268 INFO O| Aug 17 03:51:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
45832024-08-17T03:51:46.266Z[ recovery-image] Aug 17 03:51:44.268 INFO O| Aug 17 03:51:44.268 INFO STEP 239 (remove_files) COMPLETE
45842024-08-17T03:51:46.266Z[ recovery-image] Aug 17 03:51:44.268 INFO O| Aug 17 03:51:44.268 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-08-17T03:51:46.280Z[ recovery-image] Aug 17 03:51:44.277 INFO O| Aug 17 03:51:44.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
45862024-08-17T03:51:46.281Z[ recovery-image] Aug 17 03:51:44.277 INFO O| Aug 17 03:51:44.277 INFO STEP 240 (remove_files) COMPLETE
45872024-08-17T03:51:46.281Z[ recovery-image] Aug 17 03:51:44.277 INFO O| Aug 17 03:51:44.277 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-08-17T03:51:46.281Z[ recovery-image] Aug 17 03:51:44.286 INFO O| Aug 17 03:51:44.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
45892024-08-17T03:51:46.281Z[ recovery-image] Aug 17 03:51:44.286 INFO O| Aug 17 03:51:44.286 INFO STEP 241 (remove_files) COMPLETE
45902024-08-17T03:51:46.281Z[ recovery-image] Aug 17 03:51:44.286 INFO O| Aug 17 03:51:44.286 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.295 INFO O| Aug 17 03:51:44.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
45922024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.295 INFO O| Aug 17 03:51:44.295 INFO STEP 242 (remove_files) COMPLETE
45932024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.295 INFO O| Aug 17 03:51:44.295 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.304 INFO O| Aug 17 03:51:44.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
45952024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.304 INFO O| Aug 17 03:51:44.304 INFO STEP 243 (remove_files) COMPLETE
45962024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.304 INFO O| Aug 17 03:51:44.304 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.313 INFO O| Aug 17 03:51:44.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
45982024-08-17T03:51:46.347Z[ recovery-image] Aug 17 03:51:44.313 INFO O| Aug 17 03:51:44.313 INFO STEP 244 (remove_files) COMPLETE
45992024-08-17T03:51:46.348Z[ recovery-image] Aug 17 03:51:44.313 INFO O| Aug 17 03:51:44.313 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-08-17T03:51:46.384Z[ recovery-image] Aug 17 03:51:44.322 INFO O| Aug 17 03:51:44.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46012024-08-17T03:51:46.384Z[ recovery-image] Aug 17 03:51:44.322 INFO O| Aug 17 03:51:44.322 INFO STEP 245 (remove_files) COMPLETE
46022024-08-17T03:51:46.384Z[ recovery-image] Aug 17 03:51:44.322 INFO O| Aug 17 03:51:44.322 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-08-17T03:51:46.384Z[ recovery-image] Aug 17 03:51:44.331 INFO O| Aug 17 03:51:44.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46042024-08-17T03:51:46.384Z[ recovery-image] Aug 17 03:51:44.331 INFO O| Aug 17 03:51:44.331 INFO STEP 246 (remove_files) COMPLETE
46052024-08-17T03:51:46.384Z[ recovery-image] Aug 17 03:51:44.331 INFO O| Aug 17 03:51:44.331 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-08-17T03:51:46.384Z[ recovery-image] Aug 17 03:51:44.340 INFO O| Aug 17 03:51:44.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46072024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.340 INFO O| Aug 17 03:51:44.340 INFO STEP 247 (remove_files) COMPLETE
46082024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.340 INFO O| Aug 17 03:51:44.340 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.350 INFO O| Aug 17 03:51:44.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46102024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.350 INFO O| Aug 17 03:51:44.350 INFO STEP 248 (remove_files) COMPLETE
46112024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.350 INFO O| Aug 17 03:51:44.350 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.359 INFO O| Aug 17 03:51:44.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46132024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.359 INFO O| Aug 17 03:51:44.359 INFO STEP 249 (remove_files) COMPLETE
46142024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.359 INFO O| Aug 17 03:51:44.359 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.368 INFO O| Aug 17 03:51:44.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46162024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.368 INFO O| Aug 17 03:51:44.368 INFO STEP 250 (remove_files) COMPLETE
46172024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.368 INFO O| Aug 17 03:51:44.368 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.377 INFO O| Aug 17 03:51:44.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46192024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.377 INFO O| Aug 17 03:51:44.377 INFO STEP 251 (remove_files) COMPLETE
46202024-08-17T03:51:46.385Z[ recovery-image] Aug 17 03:51:44.377 INFO O| Aug 17 03:51:44.377 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.386 INFO O| Aug 17 03:51:44.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46222024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.386 INFO O| Aug 17 03:51:44.386 INFO STEP 252 (remove_files) COMPLETE
46232024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.386 INFO O| Aug 17 03:51:44.386 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.395 INFO O| Aug 17 03:51:44.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46252024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.395 INFO O| Aug 17 03:51:44.395 INFO STEP 253 (remove_files) COMPLETE
46262024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.395 INFO O| Aug 17 03:51:44.395 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.406 INFO O| Aug 17 03:51:44.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46282024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.407 INFO O| Aug 17 03:51:44.406 INFO STEP 254 (remove_files) COMPLETE
46292024-08-17T03:51:46.404Z[ recovery-image] Aug 17 03:51:44.407 INFO O| Aug 17 03:51:44.407 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-17T03:51:46.424Z[ recovery-image] Aug 17 03:51:44.418 INFO O| Aug 17 03:51:44.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46312024-08-17T03:51:46.424Z[ recovery-image] Aug 17 03:51:44.418 INFO O| Aug 17 03:51:44.418 INFO STEP 255 (remove_files) COMPLETE
46322024-08-17T03:51:46.424Z[ recovery-image] Aug 17 03:51:44.418 INFO O| Aug 17 03:51:44.418 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-08-17T03:51:46.424Z[ recovery-image] Aug 17 03:51:44.430 INFO O| Aug 17 03:51:44.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46342024-08-17T03:51:46.424Z[ recovery-image] Aug 17 03:51:44.431 INFO O| Aug 17 03:51:44.431 INFO STEP 256 (remove_files) COMPLETE
46352024-08-17T03:51:46.425Z[ recovery-image] Aug 17 03:51:44.431 INFO O| Aug 17 03:51:44.431 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-17T03:51:46.425Z[ recovery-image] Aug 17 03:51:44.440 INFO O| Aug 17 03:51:44.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46372024-08-17T03:51:46.425Z[ recovery-image] Aug 17 03:51:44.440 INFO O| Aug 17 03:51:44.440 INFO STEP 257 (remove_files) COMPLETE
46382024-08-17T03:51:46.425Z[ recovery-image] Aug 17 03:51:44.440 INFO O| Aug 17 03:51:44.440 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-08-17T03:51:46.471Z[ recovery-image] Aug 17 03:51:44.449 INFO O| Aug 17 03:51:44.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46402024-08-17T03:51:46.471Z[ recovery-image] Aug 17 03:51:44.449 INFO O| Aug 17 03:51:44.449 INFO STEP 258 (remove_files) COMPLETE
46412024-08-17T03:51:46.471Z[ recovery-image] Aug 17 03:51:44.449 INFO O| Aug 17 03:51:44.449 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-08-17T03:51:46.471Z[ recovery-image] Aug 17 03:51:44.458 INFO O| Aug 17 03:51:44.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46432024-08-17T03:51:46.471Z[ recovery-image] Aug 17 03:51:44.458 INFO O| Aug 17 03:51:44.458 INFO STEP 259 (remove_files) COMPLETE
46442024-08-17T03:51:46.471Z[ recovery-image] Aug 17 03:51:44.458 INFO O| Aug 17 03:51:44.458 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-08-17T03:51:46.496Z[ recovery-image] Aug 17 03:51:44.468 INFO O| Aug 17 03:51:44.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46462024-08-17T03:51:46.496Z[ recovery-image] Aug 17 03:51:44.468 INFO O| Aug 17 03:51:44.468 INFO STEP 260 (remove_files) COMPLETE
46472024-08-17T03:51:46.496Z[ recovery-image] Aug 17 03:51:44.468 INFO O| Aug 17 03:51:44.468 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-08-17T03:51:46.496Z[ recovery-image] Aug 17 03:51:44.477 INFO O| Aug 17 03:51:44.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46492024-08-17T03:51:46.496Z[ recovery-image] Aug 17 03:51:44.477 INFO O| Aug 17 03:51:44.477 INFO STEP 261 (remove_files) COMPLETE
46502024-08-17T03:51:46.496Z[ recovery-image] Aug 17 03:51:44.477 INFO O| Aug 17 03:51:44.477 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-08-17T03:51:46.497Z[ recovery-image] Aug 17 03:51:44.486 INFO O| Aug 17 03:51:44.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46522024-08-17T03:51:46.497Z[ recovery-image] Aug 17 03:51:44.486 INFO O| Aug 17 03:51:44.486 INFO STEP 262 (remove_files) COMPLETE
46532024-08-17T03:51:46.497Z[ recovery-image] Aug 17 03:51:44.486 INFO O| Aug 17 03:51:44.486 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-08-17T03:51:46.497Z[ recovery-image] Aug 17 03:51:44.495 INFO O| Aug 17 03:51:44.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46552024-08-17T03:51:46.497Z[ recovery-image] Aug 17 03:51:44.495 INFO O| Aug 17 03:51:44.495 INFO STEP 263 (remove_files) COMPLETE
46562024-08-17T03:51:46.497Z[ recovery-image] Aug 17 03:51:44.495 INFO O| Aug 17 03:51:44.495 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-08-17T03:51:46.516Z[ recovery-image] Aug 17 03:51:44.504 INFO O| Aug 17 03:51:44.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46582024-08-17T03:51:46.517Z[ recovery-image] Aug 17 03:51:44.504 INFO O| Aug 17 03:51:44.504 INFO STEP 264 (remove_files) COMPLETE
46592024-08-17T03:51:46.517Z[ recovery-image] Aug 17 03:51:44.504 INFO O| Aug 17 03:51:44.504 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-08-17T03:51:46.518Z[ recovery-image] Aug 17 03:51:44.513 INFO O| Aug 17 03:51:44.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46612024-08-17T03:51:46.518Z[ recovery-image] Aug 17 03:51:44.513 INFO O| Aug 17 03:51:44.513 INFO STEP 265 (remove_files) COMPLETE
46622024-08-17T03:51:46.518Z[ recovery-image] Aug 17 03:51:44.513 INFO O| Aug 17 03:51:44.513 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-08-17T03:51:46.519Z[ recovery-image] Aug 17 03:51:44.522 INFO O| Aug 17 03:51:44.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
46642024-08-17T03:51:46.519Z[ recovery-image] Aug 17 03:51:44.522 INFO O| Aug 17 03:51:44.522 INFO STEP 266 (remove_files) COMPLETE
46652024-08-17T03:51:46.519Z[ recovery-image] Aug 17 03:51:44.523 INFO O| Aug 17 03:51:44.522 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-08-17T03:51:46.538Z[ recovery-image] Aug 17 03:51:44.532 INFO O| Aug 17 03:51:44.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
46672024-08-17T03:51:46.538Z[ recovery-image] Aug 17 03:51:44.532 INFO O| Aug 17 03:51:44.532 INFO STEP 267 (remove_files) COMPLETE
46682024-08-17T03:51:46.538Z[ recovery-image] Aug 17 03:51:44.532 INFO O| Aug 17 03:51:44.532 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-08-17T03:51:46.538Z[ recovery-image] Aug 17 03:51:44.541 INFO O| Aug 17 03:51:44.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
46702024-08-17T03:51:46.538Z[ recovery-image] Aug 17 03:51:44.541 INFO O| Aug 17 03:51:44.541 INFO STEP 268 (remove_files) COMPLETE
46712024-08-17T03:51:46.539Z[ recovery-image] Aug 17 03:51:44.541 INFO O| Aug 17 03:51:44.541 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-08-17T03:51:46.539Z[ recovery-image] Aug 17 03:51:44.550 INFO O| Aug 17 03:51:44.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
46732024-08-17T03:51:46.539Z[ recovery-image] Aug 17 03:51:44.550 INFO O| Aug 17 03:51:44.550 INFO STEP 269 (remove_files) COMPLETE
46742024-08-17T03:51:46.539Z[ recovery-image] Aug 17 03:51:44.550 INFO O| Aug 17 03:51:44.550 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-08-17T03:51:46.578Z[ recovery-image] Aug 17 03:51:44.559 INFO O| Aug 17 03:51:44.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
46762024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.559 INFO O| Aug 17 03:51:44.559 INFO STEP 270 (remove_files) COMPLETE
46772024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.559 INFO O| Aug 17 03:51:44.559 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.568 INFO O| Aug 17 03:51:44.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
46792024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.568 INFO O| Aug 17 03:51:44.568 INFO STEP 271 (remove_files) COMPLETE
46802024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.568 INFO O| Aug 17 03:51:44.568 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.577 INFO O| Aug 17 03:51:44.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
46822024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.577 INFO O| Aug 17 03:51:44.577 INFO STEP 272 (remove_files) COMPLETE
46832024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.577 INFO O| Aug 17 03:51:44.577 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.586 INFO O| Aug 17 03:51:44.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
46852024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.586 INFO O| Aug 17 03:51:44.586 INFO STEP 273 (remove_files) COMPLETE
46862024-08-17T03:51:46.579Z[ recovery-image] Aug 17 03:51:44.586 INFO O| Aug 17 03:51:44.586 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-08-17T03:51:46.605Z[ recovery-image] Aug 17 03:51:44.595 INFO O| Aug 17 03:51:44.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
46882024-08-17T03:51:46.606Z[ recovery-image] Aug 17 03:51:44.595 INFO O| Aug 17 03:51:44.595 INFO STEP 274 (remove_files) COMPLETE
46892024-08-17T03:51:46.606Z[ recovery-image] Aug 17 03:51:44.595 INFO O| Aug 17 03:51:44.595 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-08-17T03:51:46.606Z[ recovery-image] Aug 17 03:51:44.605 INFO O| Aug 17 03:51:44.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
46912024-08-17T03:51:46.606Z[ recovery-image] Aug 17 03:51:44.605 INFO O| Aug 17 03:51:44.605 INFO STEP 275 (remove_files) COMPLETE
46922024-08-17T03:51:46.606Z[ recovery-image] Aug 17 03:51:44.605 INFO O| Aug 17 03:51:44.605 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-08-17T03:51:46.630Z[ recovery-image] Aug 17 03:51:44.614 INFO O| Aug 17 03:51:44.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
46942024-08-17T03:51:46.630Z[ recovery-image] Aug 17 03:51:44.614 INFO O| Aug 17 03:51:44.614 INFO STEP 276 (remove_files) COMPLETE
46952024-08-17T03:51:46.630Z[ recovery-image] Aug 17 03:51:44.614 INFO O| Aug 17 03:51:44.614 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-08-17T03:51:46.631Z[ recovery-image] Aug 17 03:51:44.623 INFO O| Aug 17 03:51:44.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
46972024-08-17T03:51:46.631Z[ recovery-image] Aug 17 03:51:44.623 INFO O| Aug 17 03:51:44.623 INFO STEP 277 (remove_files) COMPLETE
46982024-08-17T03:51:46.632Z[ recovery-image] Aug 17 03:51:44.623 INFO O| Aug 17 03:51:44.623 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-08-17T03:51:46.632Z[ recovery-image] Aug 17 03:51:44.632 INFO O| Aug 17 03:51:44.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47002024-08-17T03:51:46.632Z[ recovery-image] Aug 17 03:51:44.632 INFO O| Aug 17 03:51:44.632 INFO STEP 278 (remove_files) COMPLETE
47012024-08-17T03:51:46.632Z[ recovery-image] Aug 17 03:51:44.632 INFO O| Aug 17 03:51:44.632 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-08-17T03:51:46.632Z[ recovery-image] Aug 17 03:51:44.641 INFO O| Aug 17 03:51:44.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47032024-08-17T03:51:46.632Z[ recovery-image] Aug 17 03:51:44.641 INFO O| Aug 17 03:51:44.641 INFO STEP 279 (remove_files) COMPLETE
47042024-08-17T03:51:46.632Z[ recovery-image] Aug 17 03:51:44.641 INFO O| Aug 17 03:51:44.641 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-08-17T03:51:46.645Z[ recovery-image] Aug 17 03:51:44.650 INFO O| Aug 17 03:51:44.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47062024-08-17T03:51:46.645Z[ recovery-image] Aug 17 03:51:44.650 INFO O| Aug 17 03:51:44.650 INFO STEP 280 (remove_files) COMPLETE
47072024-08-17T03:51:46.645Z[ recovery-image] Aug 17 03:51:44.650 INFO O| Aug 17 03:51:44.650 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-08-17T03:51:46.645Z[ recovery-image] Aug 17 03:51:44.659 INFO O| Aug 17 03:51:44.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47092024-08-17T03:51:46.646Z[ recovery-image] Aug 17 03:51:44.659 INFO O| Aug 17 03:51:44.659 INFO STEP 281 (remove_files) COMPLETE
47102024-08-17T03:51:46.646Z[ recovery-image] Aug 17 03:51:44.659 INFO O| Aug 17 03:51:44.659 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-08-17T03:51:46.674Z[ recovery-image] Aug 17 03:51:44.668 INFO O| Aug 17 03:51:44.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47122024-08-17T03:51:46.674Z[ recovery-image] Aug 17 03:51:44.668 INFO O| Aug 17 03:51:44.668 INFO STEP 282 (remove_files) COMPLETE
47132024-08-17T03:51:46.674Z[ recovery-image] Aug 17 03:51:44.668 INFO O| Aug 17 03:51:44.668 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-08-17T03:51:46.674Z[ recovery-image] Aug 17 03:51:44.677 INFO O| Aug 17 03:51:44.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47152024-08-17T03:51:46.674Z[ recovery-image] Aug 17 03:51:44.677 INFO O| Aug 17 03:51:44.677 INFO STEP 283 (remove_files) COMPLETE
47162024-08-17T03:51:46.674Z[ recovery-image] Aug 17 03:51:44.677 INFO O| Aug 17 03:51:44.677 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-08-17T03:51:46.688Z[ recovery-image] Aug 17 03:51:44.686 INFO O| Aug 17 03:51:44.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47182024-08-17T03:51:46.688Z[ recovery-image] Aug 17 03:51:44.687 INFO O| Aug 17 03:51:44.687 INFO STEP 284 (remove_files) COMPLETE
47192024-08-17T03:51:46.688Z[ recovery-image] Aug 17 03:51:44.687 INFO O| Aug 17 03:51:44.687 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-08-17T03:51:46.688Z[ recovery-image] Aug 17 03:51:44.696 INFO O| Aug 17 03:51:44.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47212024-08-17T03:51:46.688Z[ recovery-image] Aug 17 03:51:44.696 INFO O| Aug 17 03:51:44.696 INFO STEP 285 (remove_files) COMPLETE
47222024-08-17T03:51:46.688Z[ recovery-image] Aug 17 03:51:44.696 INFO O| Aug 17 03:51:44.696 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-08-17T03:51:46.688Z[ recovery-image] Aug 17 03:51:44.705 INFO O| Aug 17 03:51:44.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47242024-08-17T03:51:46.689Z[ recovery-image] Aug 17 03:51:44.705 INFO O| Aug 17 03:51:44.705 INFO STEP 286 (remove_files) COMPLETE
47252024-08-17T03:51:46.689Z[ recovery-image] Aug 17 03:51:44.705 INFO O| Aug 17 03:51:44.705 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-08-17T03:51:46.714Z[ recovery-image] Aug 17 03:51:44.714 INFO O| Aug 17 03:51:44.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47272024-08-17T03:51:46.714Z[ recovery-image] Aug 17 03:51:44.714 INFO O| Aug 17 03:51:44.714 INFO STEP 287 (remove_files) COMPLETE
47282024-08-17T03:51:46.714Z[ recovery-image] Aug 17 03:51:44.714 INFO O| Aug 17 03:51:44.714 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-08-17T03:51:46.724Z[ recovery-image] Aug 17 03:51:44.723 INFO O| Aug 17 03:51:44.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47302024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.723 INFO O| Aug 17 03:51:44.723 INFO STEP 288 (remove_files) COMPLETE
47312024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.723 INFO O| Aug 17 03:51:44.723 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.732 INFO O| Aug 17 03:51:44.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47332024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.732 INFO O| Aug 17 03:51:44.732 INFO STEP 289 (remove_files) COMPLETE
47342024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.732 INFO O| Aug 17 03:51:44.732 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.741 INFO O| Aug 17 03:51:44.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47362024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.741 INFO O| Aug 17 03:51:44.741 INFO STEP 290 (remove_files) COMPLETE
47372024-08-17T03:51:46.725Z[ recovery-image] Aug 17 03:51:44.741 INFO O| Aug 17 03:51:44.741 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-08-17T03:51:46.742Z[ recovery-image] Aug 17 03:51:44.750 INFO O| Aug 17 03:51:44.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47392024-08-17T03:51:46.743Z[ recovery-image] Aug 17 03:51:44.750 INFO O| Aug 17 03:51:44.750 INFO STEP 291 (remove_files) COMPLETE
47402024-08-17T03:51:46.743Z[ recovery-image] Aug 17 03:51:44.750 INFO O| Aug 17 03:51:44.750 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-08-17T03:51:46.758Z[ host-image] Aug 17 03:51:44.758 INFO O| Aug 17 03:51:44.758 INFO O| Download: 20892/22727 items 175.5/196.4MB 89% complete (1.1M/s)
47422024-08-17T03:51:46.758Z[ recovery-image] Aug 17 03:51:44.760 INFO O| Aug 17 03:51:44.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47432024-08-17T03:51:46.758Z[ recovery-image] Aug 17 03:51:44.760 INFO O| Aug 17 03:51:44.760 INFO STEP 292 (remove_files) COMPLETE
47442024-08-17T03:51:46.758Z[ recovery-image] Aug 17 03:51:44.760 INFO O| Aug 17 03:51:44.760 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-17T03:51:46.758Z[ recovery-image] Aug 17 03:51:44.769 INFO O| Aug 17 03:51:44.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47462024-08-17T03:51:46.758Z[ recovery-image] Aug 17 03:51:44.769 INFO O| Aug 17 03:51:44.769 INFO STEP 293 (remove_files) COMPLETE
47472024-08-17T03:51:46.758Z[ recovery-image] Aug 17 03:51:44.769 INFO O| Aug 17 03:51:44.769 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-17T03:51:46.769Z[ recovery-image] Aug 17 03:51:44.778 INFO O| Aug 17 03:51:44.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47492024-08-17T03:51:46.769Z[ recovery-image] Aug 17 03:51:44.778 INFO O| Aug 17 03:51:44.778 INFO STEP 294 (remove_files) COMPLETE
47502024-08-17T03:51:46.769Z[ recovery-image] Aug 17 03:51:44.778 INFO O| Aug 17 03:51:44.778 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-17T03:51:46.783Z[ recovery-image] Aug 17 03:51:44.788 INFO O| Aug 17 03:51:44.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47522024-08-17T03:51:46.783Z[ recovery-image] Aug 17 03:51:44.788 INFO O| Aug 17 03:51:44.788 INFO STEP 295 (remove_files) COMPLETE
47532024-08-17T03:51:46.783Z[ recovery-image] Aug 17 03:51:44.788 INFO O| Aug 17 03:51:44.788 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-17T03:51:46.811Z[ recovery-image] Aug 17 03:51:44.797 INFO O| Aug 17 03:51:44.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47552024-08-17T03:51:46.811Z[ recovery-image] Aug 17 03:51:44.797 INFO O| Aug 17 03:51:44.797 INFO STEP 296 (remove_files) COMPLETE
47562024-08-17T03:51:46.811Z[ recovery-image] Aug 17 03:51:44.797 INFO O| Aug 17 03:51:44.797 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-17T03:51:46.811Z[ recovery-image] Aug 17 03:51:44.807 INFO O| Aug 17 03:51:44.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47582024-08-17T03:51:46.812Z[ recovery-image] Aug 17 03:51:44.807 INFO O| Aug 17 03:51:44.807 INFO STEP 297 (remove_files) COMPLETE
47592024-08-17T03:51:46.812Z[ recovery-image] Aug 17 03:51:44.807 INFO O| Aug 17 03:51:44.807 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.816 INFO O| Aug 17 03:51:44.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47612024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.816 INFO O| Aug 17 03:51:44.816 INFO STEP 298 (remove_files) COMPLETE
47622024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.816 INFO O| Aug 17 03:51:44.816 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.825 INFO O| Aug 17 03:51:44.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
47642024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.825 INFO O| Aug 17 03:51:44.825 INFO STEP 299 (remove_files) COMPLETE
47652024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.825 INFO O| Aug 17 03:51:44.825 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.835 INFO O| Aug 17 03:51:44.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
47672024-08-17T03:51:46.838Z[ recovery-image] Aug 17 03:51:44.835 INFO O| Aug 17 03:51:44.835 INFO STEP 300 (remove_files) COMPLETE
47682024-08-17T03:51:46.839Z[ recovery-image] Aug 17 03:51:44.835 INFO O| Aug 17 03:51:44.835 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-17T03:51:46.860Z[ recovery-image] Aug 17 03:51:44.844 INFO O| Aug 17 03:51:44.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
47702024-08-17T03:51:46.860Z[ recovery-image] Aug 17 03:51:44.844 INFO O| Aug 17 03:51:44.844 INFO STEP 301 (remove_files) COMPLETE
47712024-08-17T03:51:46.861Z[ recovery-image] Aug 17 03:51:44.844 INFO O| Aug 17 03:51:44.844 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-17T03:51:46.861Z[ recovery-image] Aug 17 03:51:44.853 INFO O| Aug 17 03:51:44.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
47732024-08-17T03:51:46.861Z[ recovery-image] Aug 17 03:51:44.853 INFO O| Aug 17 03:51:44.853 INFO STEP 302 (remove_files) COMPLETE
47742024-08-17T03:51:46.861Z[ recovery-image] Aug 17 03:51:44.853 INFO O| Aug 17 03:51:44.853 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-17T03:51:46.861Z[ recovery-image] Aug 17 03:51:44.862 INFO O| Aug 17 03:51:44.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
47762024-08-17T03:51:46.862Z[ recovery-image] Aug 17 03:51:44.862 INFO O| Aug 17 03:51:44.862 INFO STEP 303 (remove_files) COMPLETE
47772024-08-17T03:51:46.862Z[ recovery-image] Aug 17 03:51:44.862 INFO O| Aug 17 03:51:44.862 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-17T03:51:46.893Z[ recovery-image] Aug 17 03:51:44.871 INFO O| Aug 17 03:51:44.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
47792024-08-17T03:51:46.894Z[ recovery-image] Aug 17 03:51:44.871 INFO O| Aug 17 03:51:44.871 INFO STEP 304 (remove_files) COMPLETE
47802024-08-17T03:51:46.894Z[ recovery-image] Aug 17 03:51:44.871 INFO O| Aug 17 03:51:44.871 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-17T03:51:46.894Z[ recovery-image] Aug 17 03:51:44.880 INFO O| Aug 17 03:51:44.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
47822024-08-17T03:51:46.894Z[ recovery-image] Aug 17 03:51:44.880 INFO O| Aug 17 03:51:44.880 INFO STEP 305 (remove_files) COMPLETE
47832024-08-17T03:51:46.894Z[ recovery-image] Aug 17 03:51:44.880 INFO O| Aug 17 03:51:44.880 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-17T03:51:46.894Z[ recovery-image] Aug 17 03:51:44.890 INFO O| Aug 17 03:51:44.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
47852024-08-17T03:51:46.894Z[ recovery-image] Aug 17 03:51:44.890 INFO O| Aug 17 03:51:44.890 INFO STEP 306 (remove_files) COMPLETE
47862024-08-17T03:51:46.895Z[ recovery-image] Aug 17 03:51:44.890 INFO O| Aug 17 03:51:44.890 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-17T03:51:46.972Z[ recovery-image] Aug 17 03:51:44.899 INFO O| Aug 17 03:51:44.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
47882024-08-17T03:51:46.972Z[ recovery-image] Aug 17 03:51:44.899 INFO O| Aug 17 03:51:44.899 INFO STEP 307 (remove_files) COMPLETE
47892024-08-17T03:51:46.972Z[ recovery-image] Aug 17 03:51:44.899 INFO O| Aug 17 03:51:44.899 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-17T03:51:46.972Z[ recovery-image] Aug 17 03:51:44.908 INFO O| Aug 17 03:51:44.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
47912024-08-17T03:51:46.972Z[ recovery-image] Aug 17 03:51:44.908 INFO O| Aug 17 03:51:44.908 INFO STEP 308 (remove_files) COMPLETE
47922024-08-17T03:51:46.972Z[ recovery-image] Aug 17 03:51:44.908 INFO O| Aug 17 03:51:44.908 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-17T03:51:46.979Z[ recovery-image] Aug 17 03:51:44.918 INFO O| Aug 17 03:51:44.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
47942024-08-17T03:51:46.979Z[ recovery-image] Aug 17 03:51:44.918 INFO O| Aug 17 03:51:44.918 INFO STEP 309 (remove_files) COMPLETE
47952024-08-17T03:51:46.980Z[ recovery-image] Aug 17 03:51:44.918 INFO O| Aug 17 03:51:44.918 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-17T03:51:47.010Z[ recovery-image] Aug 17 03:51:44.927 INFO O| Aug 17 03:51:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
47972024-08-17T03:51:47.010Z[ recovery-image] Aug 17 03:51:44.927 INFO O| Aug 17 03:51:44.927 INFO STEP 310 (remove_files) COMPLETE
47982024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.927 INFO O| Aug 17 03:51:44.927 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.936 INFO O| Aug 17 03:51:44.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48002024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.936 INFO O| Aug 17 03:51:44.936 INFO STEP 311 (remove_files) COMPLETE
48012024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.936 INFO O| Aug 17 03:51:44.936 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.945 INFO O| Aug 17 03:51:44.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48032024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.945 INFO O| Aug 17 03:51:44.945 INFO STEP 312 (remove_files) COMPLETE
48042024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.945 INFO O| Aug 17 03:51:44.945 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-17T03:51:47.011Z[ recovery-image] Aug 17 03:51:44.954 INFO O| Aug 17 03:51:44.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48062024-08-17T03:51:47.012Z[ recovery-image] Aug 17 03:51:44.955 INFO O| Aug 17 03:51:44.955 INFO STEP 313 (remove_files) COMPLETE
48072024-08-17T03:51:47.012Z[ recovery-image] Aug 17 03:51:44.955 INFO O| Aug 17 03:51:44.955 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-17T03:51:47.012Z[ recovery-image] Aug 17 03:51:44.964 INFO O| Aug 17 03:51:44.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48092024-08-17T03:51:47.012Z[ recovery-image] Aug 17 03:51:44.964 INFO O| Aug 17 03:51:44.964 INFO STEP 314 (remove_files) COMPLETE
48102024-08-17T03:51:47.012Z[ recovery-image] Aug 17 03:51:44.964 INFO O| Aug 17 03:51:44.964 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.973 INFO O| Aug 17 03:51:44.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48122024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.974 INFO O| Aug 17 03:51:44.974 INFO STEP 315 (remove_files) COMPLETE
48132024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.974 INFO O| Aug 17 03:51:44.974 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.983 INFO O| Aug 17 03:51:44.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48152024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.983 INFO O| Aug 17 03:51:44.983 INFO STEP 316 (remove_files) COMPLETE
48162024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.983 INFO O| Aug 17 03:51:44.983 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.992 INFO O| Aug 17 03:51:44.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48182024-08-17T03:51:47.013Z[ recovery-image] Aug 17 03:51:44.992 INFO O| Aug 17 03:51:44.992 INFO STEP 317 (remove_files) COMPLETE
48192024-08-17T03:51:47.014Z[ recovery-image] Aug 17 03:51:44.992 INFO O| Aug 17 03:51:44.992 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-17T03:51:47.014Z[ recovery-image] Aug 17 03:51:45.001 INFO O| Aug 17 03:51:45.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48212024-08-17T03:51:47.014Z[ recovery-image] Aug 17 03:51:45.001 INFO O| Aug 17 03:51:45.001 INFO STEP 318 (remove_files) COMPLETE
48222024-08-17T03:51:47.014Z[ recovery-image] Aug 17 03:51:45.001 INFO O| Aug 17 03:51:45.001 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-17T03:51:47.014Z[ recovery-image] Aug 17 03:51:45.011 INFO O| Aug 17 03:51:45.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48242024-08-17T03:51:47.014Z[ recovery-image] Aug 17 03:51:45.011 INFO O| Aug 17 03:51:45.011 INFO STEP 319 (remove_files) COMPLETE
48252024-08-17T03:51:47.014Z[ recovery-image] Aug 17 03:51:45.011 INFO O| Aug 17 03:51:45.011 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-17T03:51:47.029Z[ recovery-image] Aug 17 03:51:45.020 INFO O| Aug 17 03:51:45.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48272024-08-17T03:51:47.029Z[ recovery-image] Aug 17 03:51:45.020 INFO O| Aug 17 03:51:45.020 INFO STEP 320 (remove_files) COMPLETE
48282024-08-17T03:51:47.029Z[ recovery-image] Aug 17 03:51:45.020 INFO O| Aug 17 03:51:45.020 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-17T03:51:47.029Z[ recovery-image] Aug 17 03:51:45.029 INFO O| Aug 17 03:51:45.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48302024-08-17T03:51:47.029Z[ recovery-image] Aug 17 03:51:45.029 INFO O| Aug 17 03:51:45.029 INFO STEP 321 (remove_files) COMPLETE
48312024-08-17T03:51:47.030Z[ recovery-image] Aug 17 03:51:45.029 INFO O| Aug 17 03:51:45.029 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-17T03:51:47.030Z[ recovery-image] Aug 17 03:51:45.038 INFO O| Aug 17 03:51:45.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48332024-08-17T03:51:47.030Z[ recovery-image] Aug 17 03:51:45.038 INFO O| Aug 17 03:51:45.038 INFO STEP 322 (remove_files) COMPLETE
48342024-08-17T03:51:47.030Z[ recovery-image] Aug 17 03:51:45.038 INFO O| Aug 17 03:51:45.038 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-17T03:51:47.030Z[ recovery-image] Aug 17 03:51:45.047 INFO O| Aug 17 03:51:45.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48362024-08-17T03:51:47.030Z[ recovery-image] Aug 17 03:51:45.047 INFO O| Aug 17 03:51:45.047 INFO STEP 323 (remove_files) COMPLETE
48372024-08-17T03:51:47.030Z[ recovery-image] Aug 17 03:51:45.047 INFO O| Aug 17 03:51:45.047 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-17T03:51:47.049Z[ recovery-image] Aug 17 03:51:45.057 INFO O| Aug 17 03:51:45.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48392024-08-17T03:51:47.049Z[ recovery-image] Aug 17 03:51:45.057 INFO O| Aug 17 03:51:45.057 INFO STEP 324 (remove_files) COMPLETE
48402024-08-17T03:51:47.049Z[ recovery-image] Aug 17 03:51:45.057 INFO O| Aug 17 03:51:45.057 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-17T03:51:47.062Z[ recovery-image] Aug 17 03:51:45.066 INFO O| Aug 17 03:51:45.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48422024-08-17T03:51:47.062Z[ recovery-image] Aug 17 03:51:45.066 INFO O| Aug 17 03:51:45.066 INFO STEP 325 (remove_files) COMPLETE
48432024-08-17T03:51:47.062Z[ recovery-image] Aug 17 03:51:45.066 INFO O| Aug 17 03:51:45.066 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-17T03:51:47.062Z[ recovery-image] Aug 17 03:51:45.075 INFO O| Aug 17 03:51:45.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48452024-08-17T03:51:47.062Z[ recovery-image] Aug 17 03:51:45.075 INFO O| Aug 17 03:51:45.075 INFO STEP 326 (remove_files) COMPLETE
48462024-08-17T03:51:47.062Z[ recovery-image] Aug 17 03:51:45.075 INFO O| Aug 17 03:51:45.075 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-17T03:51:47.082Z[ recovery-image] Aug 17 03:51:45.084 INFO O| Aug 17 03:51:45.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48482024-08-17T03:51:47.082Z[ recovery-image] Aug 17 03:51:45.084 INFO O| Aug 17 03:51:45.084 INFO STEP 327 (remove_files) COMPLETE
48492024-08-17T03:51:47.082Z[ recovery-image] Aug 17 03:51:45.084 INFO O| Aug 17 03:51:45.084 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-17T03:51:47.082Z[ recovery-image] Aug 17 03:51:45.093 INFO O| Aug 17 03:51:45.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48512024-08-17T03:51:47.083Z[ recovery-image] Aug 17 03:51:45.093 INFO O| Aug 17 03:51:45.093 INFO STEP 328 (remove_files) COMPLETE
48522024-08-17T03:51:47.083Z[ recovery-image] Aug 17 03:51:45.093 INFO O| Aug 17 03:51:45.093 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-17T03:51:47.103Z[ recovery-image] Aug 17 03:51:45.102 INFO O| Aug 17 03:51:45.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48542024-08-17T03:51:47.103Z[ recovery-image] Aug 17 03:51:45.102 INFO O| Aug 17 03:51:45.102 INFO STEP 329 (remove_files) COMPLETE
48552024-08-17T03:51:47.103Z[ recovery-image] Aug 17 03:51:45.102 INFO O| Aug 17 03:51:45.102 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-17T03:51:47.103Z[ recovery-image] Aug 17 03:51:45.112 INFO O| Aug 17 03:51:45.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48572024-08-17T03:51:47.103Z[ recovery-image] Aug 17 03:51:45.112 INFO O| Aug 17 03:51:45.112 INFO STEP 330 (remove_files) COMPLETE
48582024-08-17T03:51:47.103Z[ recovery-image] Aug 17 03:51:45.112 INFO O| Aug 17 03:51:45.112 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-17T03:51:47.152Z[ recovery-image] Aug 17 03:51:45.121 INFO O| Aug 17 03:51:45.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48602024-08-17T03:51:47.152Z[ recovery-image] Aug 17 03:51:45.121 INFO O| Aug 17 03:51:45.121 INFO STEP 331 (remove_files) COMPLETE
48612024-08-17T03:51:47.152Z[ recovery-image] Aug 17 03:51:45.121 INFO O| Aug 17 03:51:45.121 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-17T03:51:47.152Z[ recovery-image] Aug 17 03:51:45.131 INFO O| Aug 17 03:51:45.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48632024-08-17T03:51:47.152Z[ recovery-image] Aug 17 03:51:45.131 INFO O| Aug 17 03:51:45.131 INFO STEP 332 (remove_files) COMPLETE
48642024-08-17T03:51:47.152Z[ recovery-image] Aug 17 03:51:45.131 INFO O| Aug 17 03:51:45.131 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.140 INFO O| Aug 17 03:51:45.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
48662024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.140 INFO O| Aug 17 03:51:45.140 INFO STEP 333 (remove_files) COMPLETE
48672024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.140 INFO O| Aug 17 03:51:45.140 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.150 INFO O| Aug 17 03:51:45.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
48692024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.150 INFO O| Aug 17 03:51:45.150 INFO STEP 334 (remove_files) COMPLETE
48702024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.150 INFO O| Aug 17 03:51:45.150 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.159 INFO O| Aug 17 03:51:45.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
48722024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.159 INFO O| Aug 17 03:51:45.159 INFO STEP 335 (remove_files) COMPLETE
48732024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.159 INFO O| Aug 17 03:51:45.159 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.168 INFO O| Aug 17 03:51:45.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
48752024-08-17T03:51:47.203Z[ recovery-image] Aug 17 03:51:45.168 INFO O| Aug 17 03:51:45.168 INFO STEP 336 (remove_files) COMPLETE
48762024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.168 INFO O| Aug 17 03:51:45.168 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.177 INFO O| Aug 17 03:51:45.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
48782024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.178 INFO O| Aug 17 03:51:45.178 INFO STEP 337 (remove_files) COMPLETE
48792024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.178 INFO O| Aug 17 03:51:45.178 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.187 INFO O| Aug 17 03:51:45.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
48812024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.187 INFO O| Aug 17 03:51:45.187 INFO STEP 338 (remove_files) COMPLETE
48822024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.187 INFO O| Aug 17 03:51:45.187 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.196 INFO O| Aug 17 03:51:45.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
48842024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.196 INFO O| Aug 17 03:51:45.196 INFO STEP 339 (remove_files) COMPLETE
48852024-08-17T03:51:47.204Z[ recovery-image] Aug 17 03:51:45.196 INFO O| Aug 17 03:51:45.196 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-17T03:51:47.210Z[ recovery-image] Aug 17 03:51:45.205 INFO O| Aug 17 03:51:45.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
48872024-08-17T03:51:47.210Z[ recovery-image] Aug 17 03:51:45.205 INFO O| Aug 17 03:51:45.205 INFO STEP 340 (remove_files) COMPLETE
48882024-08-17T03:51:47.210Z[ recovery-image] Aug 17 03:51:45.205 INFO O| Aug 17 03:51:45.205 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-17T03:51:47.210Z[ recovery-image] Aug 17 03:51:45.214 INFO O| Aug 17 03:51:45.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
48902024-08-17T03:51:47.210Z[ recovery-image] Aug 17 03:51:45.214 INFO O| Aug 17 03:51:45.214 INFO STEP 341 (remove_files) COMPLETE
48912024-08-17T03:51:47.211Z[ recovery-image] Aug 17 03:51:45.214 INFO O| Aug 17 03:51:45.214 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-17T03:51:47.211Z[ recovery-image] Aug 17 03:51:45.223 INFO O| Aug 17 03:51:45.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
48932024-08-17T03:51:47.211Z[ recovery-image] Aug 17 03:51:45.223 INFO O| Aug 17 03:51:45.223 INFO STEP 342 (remove_files) COMPLETE
48942024-08-17T03:51:47.211Z[ recovery-image] Aug 17 03:51:45.224 INFO O| Aug 17 03:51:45.223 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-17T03:51:47.214Z[ recovery-image] Aug 17 03:51:45.233 INFO O| Aug 17 03:51:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
48962024-08-17T03:51:47.214Z[ recovery-image] Aug 17 03:51:45.233 INFO O| Aug 17 03:51:45.233 INFO STEP 343 (remove_files) COMPLETE
48972024-08-17T03:51:47.214Z[ recovery-image] Aug 17 03:51:45.233 INFO O| Aug 17 03:51:45.233 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-17T03:51:47.219Z[ recovery-image] Aug 17 03:51:45.242 INFO O| Aug 17 03:51:45.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
48992024-08-17T03:51:47.219Z[ recovery-image] Aug 17 03:51:45.242 INFO O| Aug 17 03:51:45.242 INFO STEP 344 (remove_files) COMPLETE
49002024-08-17T03:51:47.222Z[ recovery-image] Aug 17 03:51:45.242 INFO O| Aug 17 03:51:45.242 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-17T03:51:47.228Z[ recovery-image] Aug 17 03:51:45.251 INFO O| Aug 17 03:51:45.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49022024-08-17T03:51:47.228Z[ recovery-image] Aug 17 03:51:45.252 INFO O| Aug 17 03:51:45.252 INFO STEP 345 (remove_files) COMPLETE
49032024-08-17T03:51:47.231Z[ recovery-image] Aug 17 03:51:45.252 INFO O| Aug 17 03:51:45.252 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-17T03:51:47.238Z[ recovery-image] Aug 17 03:51:45.261 INFO O| Aug 17 03:51:45.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49052024-08-17T03:51:47.238Z[ recovery-image] Aug 17 03:51:45.261 INFO O| Aug 17 03:51:45.261 INFO STEP 346 (remove_files) COMPLETE
49062024-08-17T03:51:47.241Z[ recovery-image] Aug 17 03:51:45.261 INFO O| Aug 17 03:51:45.261 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-17T03:51:47.247Z[ recovery-image] Aug 17 03:51:45.270 INFO O| Aug 17 03:51:45.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49082024-08-17T03:51:47.247Z[ recovery-image] Aug 17 03:51:45.270 INFO O| Aug 17 03:51:45.270 INFO STEP 347 (remove_files) COMPLETE
49092024-08-17T03:51:47.308Z[ recovery-image] Aug 17 03:51:45.270 INFO O| Aug 17 03:51:45.270 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-17T03:51:49.804Z[ recovery-image] Aug 17 03:51:45.279 INFO O| Aug 17 03:51:45.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49112024-08-17T03:51:49.804Z[ recovery-image] Aug 17 03:51:45.280 INFO O| Aug 17 03:51:45.280 INFO STEP 348 (remove_files) COMPLETE
49122024-08-17T03:51:49.804Z[ recovery-image] Aug 17 03:51:45.280 INFO O| Aug 17 03:51:45.280 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.289 INFO O| Aug 17 03:51:45.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49142024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.289 INFO O| Aug 17 03:51:45.289 INFO STEP 349 (remove_files) COMPLETE
49152024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.289 INFO O| Aug 17 03:51:45.289 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.298 INFO O| Aug 17 03:51:45.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49172024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.298 INFO O| Aug 17 03:51:45.298 INFO STEP 350 (remove_files) COMPLETE
49182024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.298 INFO O| Aug 17 03:51:45.298 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.307 INFO O| Aug 17 03:51:45.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49202024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.307 INFO O| Aug 17 03:51:45.307 INFO STEP 351 (remove_files) COMPLETE
49212024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.307 INFO O| Aug 17 03:51:45.307 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.316 INFO O| Aug 17 03:51:45.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49232024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.316 INFO O| Aug 17 03:51:45.316 INFO STEP 352 (remove_files) COMPLETE
49242024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.316 INFO O| Aug 17 03:51:45.316 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.326 INFO O| Aug 17 03:51:45.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49262024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.326 INFO O| Aug 17 03:51:45.326 INFO STEP 353 (remove_files) COMPLETE
49272024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.326 INFO O| Aug 17 03:51:45.326 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.335 INFO O| Aug 17 03:51:45.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49292024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.335 INFO O| Aug 17 03:51:45.335 INFO STEP 354 (remove_files) COMPLETE
49302024-08-17T03:51:49.805Z[ recovery-image] Aug 17 03:51:45.335 INFO O| Aug 17 03:51:45.335 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.344 INFO O| Aug 17 03:51:45.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49322024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.344 INFO O| Aug 17 03:51:45.344 INFO STEP 355 (remove_files) COMPLETE
49332024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.344 INFO O| Aug 17 03:51:45.344 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.353 INFO O| Aug 17 03:51:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49352024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.353 INFO O| Aug 17 03:51:45.353 INFO STEP 356 (remove_files) COMPLETE
49362024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.353 INFO O| Aug 17 03:51:45.353 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.362 INFO O| Aug 17 03:51:45.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49382024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.363 INFO O| Aug 17 03:51:45.362 INFO STEP 357 (remove_files) COMPLETE
49392024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.363 INFO O| Aug 17 03:51:45.363 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.372 INFO O| Aug 17 03:51:45.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49412024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.372 INFO O| Aug 17 03:51:45.372 INFO STEP 358 (remove_files) COMPLETE
49422024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.372 INFO O| Aug 17 03:51:45.372 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.381 INFO O| Aug 17 03:51:45.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49442024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.381 INFO O| Aug 17 03:51:45.381 INFO STEP 359 (remove_files) COMPLETE
49452024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.381 INFO O| Aug 17 03:51:45.381 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.390 INFO O| Aug 17 03:51:45.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49472024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.390 INFO O| Aug 17 03:51:45.390 INFO STEP 360 (remove_files) COMPLETE
49482024-08-17T03:51:49.878Z[ recovery-image] Aug 17 03:51:45.390 INFO O| Aug 17 03:51:45.390 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.399 INFO O| Aug 17 03:51:45.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49502024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.399 INFO O| Aug 17 03:51:45.399 INFO STEP 361 (remove_files) COMPLETE
49512024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.399 INFO O| Aug 17 03:51:45.399 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.409 INFO O| Aug 17 03:51:45.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49532024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.409 INFO O| Aug 17 03:51:45.409 INFO STEP 362 (remove_files) COMPLETE
49542024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.409 INFO O| Aug 17 03:51:45.409 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.418 INFO O| Aug 17 03:51:45.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49562024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.418 INFO O| Aug 17 03:51:45.418 INFO STEP 363 (remove_files) COMPLETE
49572024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.418 INFO O| Aug 17 03:51:45.418 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.427 INFO O| Aug 17 03:51:45.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49592024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.427 INFO O| Aug 17 03:51:45.427 INFO STEP 364 (remove_files) COMPLETE
49602024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.427 INFO O| Aug 17 03:51:45.427 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.436 INFO O| Aug 17 03:51:45.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49622024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.436 INFO O| Aug 17 03:51:45.436 INFO STEP 365 (remove_files) COMPLETE
49632024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.437 INFO O| Aug 17 03:51:45.436 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.446 INFO O| Aug 17 03:51:45.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
49652024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.446 INFO O| Aug 17 03:51:45.446 INFO STEP 366 (remove_files) COMPLETE
49662024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.446 INFO O| Aug 17 03:51:45.446 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.455 INFO O| Aug 17 03:51:45.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
49682024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.455 INFO O| Aug 17 03:51:45.455 INFO STEP 367 (remove_files) COMPLETE
49692024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.455 INFO O| Aug 17 03:51:45.455 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.464 INFO O| Aug 17 03:51:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
49712024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.464 INFO O| Aug 17 03:51:45.464 INFO STEP 368 (remove_files) COMPLETE
49722024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.464 INFO O| Aug 17 03:51:45.464 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.473 INFO O| Aug 17 03:51:45.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
49742024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.473 INFO O| Aug 17 03:51:45.473 INFO STEP 369 (remove_files) COMPLETE
49752024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.473 INFO O| Aug 17 03:51:45.473 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.482 INFO O| Aug 17 03:51:45.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
49772024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.482 INFO O| Aug 17 03:51:45.482 INFO STEP 370 (remove_files) COMPLETE
49782024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.482 INFO O| Aug 17 03:51:45.482 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.492 INFO O| Aug 17 03:51:45.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
49802024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.492 INFO O| Aug 17 03:51:45.492 INFO STEP 371 (remove_files) COMPLETE
49812024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.492 INFO O| Aug 17 03:51:45.492 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.501 INFO O| Aug 17 03:51:45.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
49832024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.501 INFO O| Aug 17 03:51:45.501 INFO STEP 372 (remove_files) COMPLETE
49842024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.501 INFO O| Aug 17 03:51:45.501 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.510 INFO O| Aug 17 03:51:45.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
49862024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.510 INFO O| Aug 17 03:51:45.510 INFO STEP 373 (remove_files) COMPLETE
49872024-08-17T03:51:49.879Z[ recovery-image] Aug 17 03:51:45.510 INFO O| Aug 17 03:51:45.510 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.519 INFO O| Aug 17 03:51:45.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
49892024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.519 INFO O| Aug 17 03:51:45.519 INFO STEP 374 (remove_files) COMPLETE
49902024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.519 INFO O| Aug 17 03:51:45.519 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.528 INFO O| Aug 17 03:51:45.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
49922024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.528 INFO O| Aug 17 03:51:45.528 INFO STEP 375 (remove_files) COMPLETE
49932024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.528 INFO O| Aug 17 03:51:45.528 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.537 INFO O| Aug 17 03:51:45.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
49952024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.537 INFO O| Aug 17 03:51:45.537 INFO STEP 376 (remove_files) COMPLETE
49962024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.538 INFO O| Aug 17 03:51:45.537 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.547 INFO O| Aug 17 03:51:45.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
49982024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.547 INFO O| Aug 17 03:51:45.547 INFO STEP 377 (remove_files) COMPLETE
49992024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.547 INFO O| Aug 17 03:51:45.547 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.556 INFO O| Aug 17 03:51:45.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50012024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.556 INFO O| Aug 17 03:51:45.556 INFO STEP 378 (remove_files) COMPLETE
50022024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.556 INFO O| Aug 17 03:51:45.556 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.565 INFO O| Aug 17 03:51:45.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50042024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.565 INFO O| Aug 17 03:51:45.565 INFO STEP 379 (remove_files) COMPLETE
50052024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.565 INFO O| Aug 17 03:51:45.565 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.574 INFO O| Aug 17 03:51:45.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50072024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.574 INFO O| Aug 17 03:51:45.574 INFO STEP 380 (remove_files) COMPLETE
50082024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.574 INFO O| Aug 17 03:51:45.574 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.584 INFO O| Aug 17 03:51:45.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50102024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.584 INFO O| Aug 17 03:51:45.584 INFO STEP 381 (remove_files) COMPLETE
50112024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.584 INFO O| Aug 17 03:51:45.584 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.593 INFO O| Aug 17 03:51:45.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50132024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.593 INFO O| Aug 17 03:51:45.593 INFO STEP 382 (remove_files) COMPLETE
50142024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.593 INFO O| Aug 17 03:51:45.593 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.602 INFO O| Aug 17 03:51:45.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50162024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.602 INFO O| Aug 17 03:51:45.602 INFO STEP 383 (remove_files) COMPLETE
50172024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.602 INFO O| Aug 17 03:51:45.602 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.612 INFO O| Aug 17 03:51:45.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50192024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.612 INFO O| Aug 17 03:51:45.612 INFO STEP 384 (remove_files) COMPLETE
50202024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.612 INFO O| Aug 17 03:51:45.612 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.621 INFO O| Aug 17 03:51:45.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50222024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.621 INFO O| Aug 17 03:51:45.621 INFO STEP 385 (remove_files) COMPLETE
50232024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.621 INFO O| Aug 17 03:51:45.621 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-17T03:51:49.880Z[ recovery-image] Aug 17 03:51:45.630 INFO O| Aug 17 03:51:45.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50252024-08-17T03:51:49.881Z[ recovery-image] Aug 17 03:51:45.630 INFO O| Aug 17 03:51:45.630 INFO STEP 386 (remove_files) COMPLETE
50262024-08-17T03:51:49.881Z[ recovery-image] Aug 17 03:51:45.630 INFO O| Aug 17 03:51:45.630 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-17T03:51:49.881Z[ recovery-image] Aug 17 03:51:45.639 INFO O| Aug 17 03:51:45.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50282024-08-17T03:51:49.881Z[ recovery-image] Aug 17 03:51:45.639 INFO O| Aug 17 03:51:45.639 INFO STEP 387 (remove_files) COMPLETE
50292024-08-17T03:51:49.881Z[ recovery-image] Aug 17 03:51:45.639 INFO O| Aug 17 03:51:45.639 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-17T03:51:49.881Z[ recovery-image] Aug 17 03:51:45.649 INFO O| Aug 17 03:51:45.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50312024-08-17T03:51:49.919Z[ recovery-image] Aug 17 03:51:45.649 INFO O| Aug 17 03:51:45.649 INFO STEP 388 (remove_files) COMPLETE
50322024-08-17T03:51:49.919Z[ recovery-image] Aug 17 03:51:45.649 INFO O| Aug 17 03:51:45.649 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-17T03:51:49.919Z[ recovery-image] Aug 17 03:51:45.658 INFO O| Aug 17 03:51:45.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50342024-08-17T03:51:49.919Z[ recovery-image] Aug 17 03:51:45.658 INFO O| Aug 17 03:51:45.658 INFO STEP 389 (remove_files) COMPLETE
50352024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.658 INFO O| Aug 17 03:51:45.658 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.667 INFO O| Aug 17 03:51:45.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50372024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.667 INFO O| Aug 17 03:51:45.667 INFO STEP 390 (remove_files) COMPLETE
50382024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.667 INFO O| Aug 17 03:51:45.667 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.676 INFO O| Aug 17 03:51:45.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50402024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.676 INFO O| Aug 17 03:51:45.676 INFO STEP 391 (remove_files) COMPLETE
50412024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.676 INFO O| Aug 17 03:51:45.676 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.686 INFO O| Aug 17 03:51:45.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50432024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.686 INFO O| Aug 17 03:51:45.686 INFO STEP 392 (remove_files) COMPLETE
50442024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.686 INFO O| Aug 17 03:51:45.686 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.695 INFO O| Aug 17 03:51:45.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50462024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.695 INFO O| Aug 17 03:51:45.695 INFO STEP 393 (remove_files) COMPLETE
50472024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.695 INFO O| Aug 17 03:51:45.695 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.704 INFO O| Aug 17 03:51:45.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50492024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.704 INFO O| Aug 17 03:51:45.704 INFO STEP 394 (remove_files) COMPLETE
50502024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.704 INFO O| Aug 17 03:51:45.704 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.713 INFO O| Aug 17 03:51:45.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50522024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.713 INFO O| Aug 17 03:51:45.713 INFO STEP 395 (remove_files) COMPLETE
50532024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.713 INFO O| Aug 17 03:51:45.713 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.722 INFO O| Aug 17 03:51:45.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50552024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.722 INFO O| Aug 17 03:51:45.722 INFO STEP 396 (remove_files) COMPLETE
50562024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.722 INFO O| Aug 17 03:51:45.722 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.732 INFO O| Aug 17 03:51:45.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50582024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.732 INFO O| Aug 17 03:51:45.732 INFO STEP 397 (remove_files) COMPLETE
50592024-08-17T03:51:49.920Z[ recovery-image] Aug 17 03:51:45.732 INFO O| Aug 17 03:51:45.732 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.741 INFO O| Aug 17 03:51:45.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50612024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.741 INFO O| Aug 17 03:51:45.741 INFO STEP 398 (remove_files) COMPLETE
50622024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.741 INFO O| Aug 17 03:51:45.741 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.750 INFO O| Aug 17 03:51:45.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
50642024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.750 INFO O| Aug 17 03:51:45.750 INFO STEP 399 (remove_files) COMPLETE
50652024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.750 INFO O| Aug 17 03:51:45.750 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.759 INFO O| Aug 17 03:51:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
50672024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.759 INFO O| Aug 17 03:51:45.759 INFO STEP 400 (remove_files) COMPLETE
50682024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.759 INFO O| Aug 17 03:51:45.759 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.768 INFO O| Aug 17 03:51:45.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
50702024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.768 INFO O| Aug 17 03:51:45.768 INFO STEP 401 (remove_files) COMPLETE
50712024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.768 INFO O| Aug 17 03:51:45.768 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.778 INFO O| Aug 17 03:51:45.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
50732024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.778 INFO O| Aug 17 03:51:45.778 INFO STEP 402 (remove_files) COMPLETE
50742024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.778 INFO O| Aug 17 03:51:45.778 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.787 INFO O| Aug 17 03:51:45.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
50762024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.787 INFO O| Aug 17 03:51:45.787 INFO STEP 403 (remove_files) COMPLETE
50772024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.787 INFO O| Aug 17 03:51:45.787 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.796 INFO O| Aug 17 03:51:45.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
50792024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.796 INFO O| Aug 17 03:51:45.796 INFO STEP 404 (remove_files) COMPLETE
50802024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.796 INFO O| Aug 17 03:51:45.796 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.805 INFO O| Aug 17 03:51:45.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
50822024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.805 INFO O| Aug 17 03:51:45.805 INFO STEP 405 (remove_files) COMPLETE
50832024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.805 INFO O| Aug 17 03:51:45.805 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.815 INFO O| Aug 17 03:51:45.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
50852024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.815 INFO O| Aug 17 03:51:45.815 INFO STEP 406 (remove_files) COMPLETE
50862024-08-17T03:51:49.921Z[ recovery-image] Aug 17 03:51:45.815 INFO O| Aug 17 03:51:45.815 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.824 INFO O| Aug 17 03:51:45.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
50882024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.824 INFO O| Aug 17 03:51:45.824 INFO STEP 407 (remove_files) COMPLETE
50892024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.824 INFO O| Aug 17 03:51:45.824 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.833 INFO O| Aug 17 03:51:45.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
50912024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.833 INFO O| Aug 17 03:51:45.833 INFO STEP 408 (remove_files) COMPLETE
50922024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.833 INFO O| Aug 17 03:51:45.833 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.842 INFO O| Aug 17 03:51:45.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
50942024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.842 INFO O| Aug 17 03:51:45.842 INFO STEP 409 (remove_files) COMPLETE
50952024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.842 INFO O| Aug 17 03:51:45.842 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.852 INFO O| Aug 17 03:51:45.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
50972024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.852 INFO O| Aug 17 03:51:45.852 INFO STEP 410 (remove_files) COMPLETE
50982024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.852 INFO O| Aug 17 03:51:45.852 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.861 INFO O| Aug 17 03:51:45.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51002024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.861 INFO O| Aug 17 03:51:45.861 INFO STEP 411 (remove_files) COMPLETE
51012024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.861 INFO O| Aug 17 03:51:45.861 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.870 INFO O| Aug 17 03:51:45.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51032024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.870 INFO O| Aug 17 03:51:45.870 INFO STEP 412 (remove_files) COMPLETE
51042024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.870 INFO O| Aug 17 03:51:45.870 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.879 INFO O| Aug 17 03:51:45.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51062024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.879 INFO O| Aug 17 03:51:45.879 INFO STEP 413 (remove_files) COMPLETE
51072024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.879 INFO O| Aug 17 03:51:45.879 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.888 INFO O| Aug 17 03:51:45.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51092024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.888 INFO O| Aug 17 03:51:45.888 INFO STEP 414 (remove_files) COMPLETE
51102024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.888 INFO O| Aug 17 03:51:45.888 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.898 INFO O| Aug 17 03:51:45.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51122024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.898 INFO O| Aug 17 03:51:45.898 INFO STEP 415 (remove_files) COMPLETE
51132024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.898 INFO O| Aug 17 03:51:45.898 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.907 INFO O| Aug 17 03:51:45.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51152024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.907 INFO O| Aug 17 03:51:45.907 INFO STEP 416 (remove_files) COMPLETE
51162024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.907 INFO O| Aug 17 03:51:45.907 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.916 INFO O| Aug 17 03:51:45.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51182024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.916 INFO O| Aug 17 03:51:45.916 INFO STEP 417 (remove_files) COMPLETE
51192024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.916 INFO O| Aug 17 03:51:45.916 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-17T03:51:49.922Z[ recovery-image] Aug 17 03:51:45.925 INFO O| Aug 17 03:51:45.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51212024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.925 INFO O| Aug 17 03:51:45.925 INFO STEP 418 (remove_files) COMPLETE
51222024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.925 INFO O| Aug 17 03:51:45.925 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.935 INFO O| Aug 17 03:51:45.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51242024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.935 INFO O| Aug 17 03:51:45.935 INFO STEP 419 (remove_files) COMPLETE
51252024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.935 INFO O| Aug 17 03:51:45.935 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.944 INFO O| Aug 17 03:51:45.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51272024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.944 INFO O| Aug 17 03:51:45.944 INFO STEP 420 (remove_files) COMPLETE
51282024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.944 INFO O| Aug 17 03:51:45.944 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.953 INFO O| Aug 17 03:51:45.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51302024-08-17T03:51:49.923Z[ recovery-image] Aug 17 03:51:45.953 INFO O| Aug 17 03:51:45.953 INFO STEP 421 (remove_files) COMPLETE
51312024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.953 INFO O| Aug 17 03:51:45.953 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.962 INFO O| Aug 17 03:51:45.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51332024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.962 INFO O| Aug 17 03:51:45.962 INFO STEP 422 (remove_files) COMPLETE
51342024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.962 INFO O| Aug 17 03:51:45.962 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.971 INFO O| Aug 17 03:51:45.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51362024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.971 INFO O| Aug 17 03:51:45.971 INFO STEP 423 (remove_files) COMPLETE
51372024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.971 INFO O| Aug 17 03:51:45.971 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.980 INFO O| Aug 17 03:51:45.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51392024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.980 INFO O| Aug 17 03:51:45.980 INFO STEP 424 (remove_files) COMPLETE
51402024-08-17T03:51:49.934Z[ recovery-image] Aug 17 03:51:45.980 INFO O| Aug 17 03:51:45.980 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:45.989 INFO O| Aug 17 03:51:45.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51422024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:45.989 INFO O| Aug 17 03:51:45.989 INFO STEP 425 (remove_files) COMPLETE
51432024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:45.989 INFO O| Aug 17 03:51:45.989 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:45.998 INFO O| Aug 17 03:51:45.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51452024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:45.998 INFO O| Aug 17 03:51:45.998 INFO STEP 426 (remove_files) COMPLETE
51462024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:45.998 INFO O| Aug 17 03:51:45.998 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.008 INFO O| Aug 17 03:51:46.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51482024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.008 INFO O| Aug 17 03:51:46.008 INFO STEP 427 (remove_files) COMPLETE
51492024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.008 INFO O| Aug 17 03:51:46.008 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.017 INFO O| Aug 17 03:51:46.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51512024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.017 INFO O| Aug 17 03:51:46.017 INFO STEP 428 (remove_files) COMPLETE
51522024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.017 INFO O| Aug 17 03:51:46.017 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.026 INFO O| Aug 17 03:51:46.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51542024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.026 INFO O| Aug 17 03:51:46.026 INFO STEP 429 (remove_files) COMPLETE
51552024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.026 INFO O| Aug 17 03:51:46.026 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.036 INFO O| Aug 17 03:51:46.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51572024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.036 INFO O| Aug 17 03:51:46.036 INFO STEP 430 (remove_files) COMPLETE
51582024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.036 INFO O| Aug 17 03:51:46.036 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.045 INFO O| Aug 17 03:51:46.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51602024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.045 INFO O| Aug 17 03:51:46.045 INFO STEP 431 (remove_files) COMPLETE
51612024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.045 INFO O| Aug 17 03:51:46.045 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.054 INFO O| Aug 17 03:51:46.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51632024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.054 INFO O| Aug 17 03:51:46.054 INFO STEP 432 (remove_files) COMPLETE
51642024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.054 INFO O| Aug 17 03:51:46.054 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.063 INFO O| Aug 17 03:51:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
51662024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.063 INFO O| Aug 17 03:51:46.063 INFO STEP 433 (remove_files) COMPLETE
51672024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.063 INFO O| Aug 17 03:51:46.063 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.072 INFO O| Aug 17 03:51:46.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
51692024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.072 INFO O| Aug 17 03:51:46.072 INFO STEP 434 (remove_files) COMPLETE
51702024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.072 INFO O| Aug 17 03:51:46.072 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.082 INFO O| Aug 17 03:51:46.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
51722024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.082 INFO O| Aug 17 03:51:46.082 INFO STEP 435 (remove_files) COMPLETE
51732024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.082 INFO O| Aug 17 03:51:46.082 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-17T03:51:49.935Z[ recovery-image] Aug 17 03:51:46.091 INFO O| Aug 17 03:51:46.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
51752024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.091 INFO O| Aug 17 03:51:46.091 INFO STEP 436 (remove_files) COMPLETE
51762024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.091 INFO O| Aug 17 03:51:46.091 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.100 INFO O| Aug 17 03:51:46.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
51782024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.100 INFO O| Aug 17 03:51:46.100 INFO STEP 437 (remove_files) COMPLETE
51792024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.100 INFO O| Aug 17 03:51:46.100 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.109 INFO O| Aug 17 03:51:46.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
51812024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.109 INFO O| Aug 17 03:51:46.109 INFO STEP 438 (remove_files) COMPLETE
51822024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.110 INFO O| Aug 17 03:51:46.109 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.119 INFO O| Aug 17 03:51:46.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
51842024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.119 INFO O| Aug 17 03:51:46.119 INFO STEP 439 (remove_files) COMPLETE
51852024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.119 INFO O| Aug 17 03:51:46.119 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.128 INFO O| Aug 17 03:51:46.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
51872024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.128 INFO O| Aug 17 03:51:46.128 INFO STEP 440 (remove_files) COMPLETE
51882024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.128 INFO O| Aug 17 03:51:46.128 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.137 INFO O| Aug 17 03:51:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
51902024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.137 INFO O| Aug 17 03:51:46.137 INFO STEP 441 (remove_files) COMPLETE
51912024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.137 INFO O| Aug 17 03:51:46.137 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.146 INFO O| Aug 17 03:51:46.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
51932024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.146 INFO O| Aug 17 03:51:46.146 INFO STEP 442 (remove_files) COMPLETE
51942024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.146 INFO O| Aug 17 03:51:46.146 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.155 INFO O| Aug 17 03:51:46.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
51962024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.155 INFO O| Aug 17 03:51:46.155 INFO STEP 443 (remove_files) COMPLETE
51972024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.155 INFO O| Aug 17 03:51:46.155 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.165 INFO O| Aug 17 03:51:46.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
51992024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.165 INFO O| Aug 17 03:51:46.165 INFO STEP 444 (remove_files) COMPLETE
52002024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.165 INFO O| Aug 17 03:51:46.165 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.174 INFO O| Aug 17 03:51:46.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52022024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.174 INFO O| Aug 17 03:51:46.174 INFO STEP 445 (remove_files) COMPLETE
52032024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.174 INFO O| Aug 17 03:51:46.174 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.183 INFO O| Aug 17 03:51:46.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52052024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.183 INFO O| Aug 17 03:51:46.183 INFO STEP 446 (remove_files) COMPLETE
52062024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.183 INFO O| Aug 17 03:51:46.183 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.192 INFO O| Aug 17 03:51:46.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52082024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.192 INFO O| Aug 17 03:51:46.192 INFO STEP 447 (remove_files) COMPLETE
52092024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.192 INFO O| Aug 17 03:51:46.192 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.201 INFO O| Aug 17 03:51:46.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52112024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.201 INFO O| Aug 17 03:51:46.201 INFO STEP 448 (remove_files) COMPLETE
52122024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.201 INFO O| Aug 17 03:51:46.201 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.210 INFO O| Aug 17 03:51:46.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52142024-08-17T03:51:49.936Z[ recovery-image] Aug 17 03:51:46.210 INFO O| Aug 17 03:51:46.210 INFO STEP 449 (remove_files) COMPLETE
52152024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.210 INFO O| Aug 17 03:51:46.210 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.219 INFO O| Aug 17 03:51:46.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52172024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.220 INFO O| Aug 17 03:51:46.219 INFO STEP 450 (remove_files) COMPLETE
52182024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.220 INFO O| Aug 17 03:51:46.219 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.229 INFO O| Aug 17 03:51:46.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52202024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.229 INFO O| Aug 17 03:51:46.229 INFO STEP 451 (remove_files) COMPLETE
52212024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.229 INFO O| Aug 17 03:51:46.229 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.238 INFO O| Aug 17 03:51:46.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52232024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.238 INFO O| Aug 17 03:51:46.238 INFO STEP 452 (remove_files) COMPLETE
52242024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.238 INFO O| Aug 17 03:51:46.238 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.246 INFO O| Aug 17 03:51:46.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52262024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.247 INFO O| Aug 17 03:51:46.247 INFO STEP 453 (remove_files) COMPLETE
52272024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.247 INFO O| Aug 17 03:51:46.247 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.255 INFO O| Aug 17 03:51:46.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52292024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.256 INFO O| Aug 17 03:51:46.256 INFO STEP 454 (remove_files) COMPLETE
52302024-08-17T03:51:49.937Z[ recovery-image] Aug 17 03:51:46.256 INFO O| Aug 17 03:51:46.256 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.265 INFO O| Aug 17 03:51:46.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52322024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.265 INFO O| Aug 17 03:51:46.265 INFO STEP 455 (remove_files) COMPLETE
52332024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.265 INFO O| Aug 17 03:51:46.265 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.274 INFO O| Aug 17 03:51:46.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52352024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.274 INFO O| Aug 17 03:51:46.274 INFO STEP 456 (remove_files) COMPLETE
52362024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.274 INFO O| Aug 17 03:51:46.274 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.283 INFO O| Aug 17 03:51:46.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52382024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.283 INFO O| Aug 17 03:51:46.283 INFO STEP 457 (remove_files) COMPLETE
52392024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.283 INFO O| Aug 17 03:51:46.283 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.292 INFO O| Aug 17 03:51:46.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52412024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.292 INFO O| Aug 17 03:51:46.292 INFO STEP 458 (remove_files) COMPLETE
52422024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.292 INFO O| Aug 17 03:51:46.292 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.301 INFO O| Aug 17 03:51:46.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52442024-08-17T03:51:49.948Z[ recovery-image] Aug 17 03:51:46.301 INFO O| Aug 17 03:51:46.301 INFO STEP 459 (remove_files) COMPLETE
52452024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.301 INFO O| Aug 17 03:51:46.301 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.310 INFO O| Aug 17 03:51:46.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52472024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.310 INFO O| Aug 17 03:51:46.310 INFO STEP 460 (remove_files) COMPLETE
52482024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.310 INFO O| Aug 17 03:51:46.310 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.319 INFO O| Aug 17 03:51:46.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52502024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.319 INFO O| Aug 17 03:51:46.319 INFO STEP 461 (remove_files) COMPLETE
52512024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.319 INFO O| Aug 17 03:51:46.319 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.328 INFO O| Aug 17 03:51:46.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52532024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.328 INFO O| Aug 17 03:51:46.328 INFO STEP 462 (remove_files) COMPLETE
52542024-08-17T03:51:49.949Z[ recovery-image] Aug 17 03:51:46.328 INFO O| Aug 17 03:51:46.328 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-17T03:51:49.950Z[ recovery-image] Aug 17 03:51:46.337 INFO O| Aug 17 03:51:46.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52562024-08-17T03:51:49.950Z[ recovery-image] Aug 17 03:51:46.337 INFO O| Aug 17 03:51:46.337 INFO STEP 463 (remove_files) COMPLETE
52572024-08-17T03:51:49.950Z[ recovery-image] Aug 17 03:51:46.337 INFO O| Aug 17 03:51:46.337 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-17T03:51:49.950Z[ recovery-image] Aug 17 03:51:46.346 INFO O| Aug 17 03:51:46.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52592024-08-17T03:51:49.950Z[ recovery-image] Aug 17 03:51:46.347 INFO O| Aug 17 03:51:46.346 INFO STEP 464 (remove_files) COMPLETE
52602024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.347 INFO O| Aug 17 03:51:46.347 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.356 INFO O| Aug 17 03:51:46.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52622024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.356 INFO O| Aug 17 03:51:46.356 INFO STEP 465 (remove_files) COMPLETE
52632024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.356 INFO O| Aug 17 03:51:46.356 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.365 INFO O| Aug 17 03:51:46.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
52652024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.365 INFO O| Aug 17 03:51:46.365 INFO STEP 466 (remove_files) COMPLETE
52662024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.365 INFO O| Aug 17 03:51:46.365 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.374 INFO O| Aug 17 03:51:46.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
52682024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.374 INFO O| Aug 17 03:51:46.374 INFO STEP 467 (remove_files) COMPLETE
52692024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.374 INFO O| Aug 17 03:51:46.374 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.383 INFO O| Aug 17 03:51:46.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
52712024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.384 INFO O| Aug 17 03:51:46.384 INFO STEP 468 (remove_files) COMPLETE
52722024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.384 INFO O| Aug 17 03:51:46.384 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.393 INFO O| Aug 17 03:51:46.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
52742024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.393 INFO O| Aug 17 03:51:46.393 INFO STEP 469 (remove_files) COMPLETE
52752024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.393 INFO O| Aug 17 03:51:46.393 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.402 INFO O| Aug 17 03:51:46.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
52772024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.403 INFO O| Aug 17 03:51:46.402 INFO STEP 470 (remove_files) COMPLETE
52782024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.403 INFO O| Aug 17 03:51:46.403 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.412 INFO O| Aug 17 03:51:46.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
52802024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.412 INFO O| Aug 17 03:51:46.412 INFO STEP 471 (remove_files) COMPLETE
52812024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.412 INFO O| Aug 17 03:51:46.412 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.421 INFO O| Aug 17 03:51:46.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
52832024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.421 INFO O| Aug 17 03:51:46.421 INFO STEP 472 (remove_files) COMPLETE
52842024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.421 INFO O| Aug 17 03:51:46.421 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.430 INFO O| Aug 17 03:51:46.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
52862024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.430 INFO O| Aug 17 03:51:46.430 INFO STEP 473 (remove_files) COMPLETE
52872024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.430 INFO O| Aug 17 03:51:46.430 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.439 INFO O| Aug 17 03:51:46.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
52892024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.439 INFO O| Aug 17 03:51:46.439 INFO STEP 474 (remove_files) COMPLETE
52902024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.439 INFO O| Aug 17 03:51:46.439 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.448 INFO O| Aug 17 03:51:46.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
52922024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.448 INFO O| Aug 17 03:51:46.448 INFO STEP 475 (remove_files) COMPLETE
52932024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.448 INFO O| Aug 17 03:51:46.448 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.457 INFO O| Aug 17 03:51:46.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
52952024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.457 INFO O| Aug 17 03:51:46.457 INFO STEP 476 (remove_files) COMPLETE
52962024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.457 INFO O| Aug 17 03:51:46.457 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.466 INFO O| Aug 17 03:51:46.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
52982024-08-17T03:51:49.951Z[ recovery-image] Aug 17 03:51:46.466 INFO O| Aug 17 03:51:46.466 INFO STEP 477 (remove_files) COMPLETE
52992024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.466 INFO O| Aug 17 03:51:46.466 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.475 INFO O| Aug 17 03:51:46.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53012024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.475 INFO O| Aug 17 03:51:46.475 INFO STEP 478 (remove_files) COMPLETE
53022024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.475 INFO O| Aug 17 03:51:46.475 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.484 INFO O| Aug 17 03:51:46.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53042024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.484 INFO O| Aug 17 03:51:46.484 INFO STEP 479 (remove_files) COMPLETE
53052024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.484 INFO O| Aug 17 03:51:46.484 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.493 INFO O| Aug 17 03:51:46.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53072024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.494 INFO O| Aug 17 03:51:46.494 INFO STEP 480 (remove_files) COMPLETE
53082024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.494 INFO O| Aug 17 03:51:46.494 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.503 INFO O| Aug 17 03:51:46.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53102024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.504 INFO O| Aug 17 03:51:46.504 INFO STEP 481 (remove_files) COMPLETE
53112024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.504 INFO O| Aug 17 03:51:46.504 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.513 INFO O| Aug 17 03:51:46.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53132024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.513 INFO O| Aug 17 03:51:46.513 INFO STEP 482 (remove_files) COMPLETE
53142024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.513 INFO O| Aug 17 03:51:46.513 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.522 INFO O| Aug 17 03:51:46.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53162024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.522 INFO O| Aug 17 03:51:46.522 INFO STEP 483 (remove_files) COMPLETE
53172024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.522 INFO O| Aug 17 03:51:46.522 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.531 INFO O| Aug 17 03:51:46.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53192024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.531 INFO O| Aug 17 03:51:46.531 INFO STEP 484 (remove_files) COMPLETE
53202024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.531 INFO O| Aug 17 03:51:46.531 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.540 INFO O| Aug 17 03:51:46.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53222024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.540 INFO O| Aug 17 03:51:46.540 INFO STEP 485 (remove_files) COMPLETE
53232024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.540 INFO O| Aug 17 03:51:46.540 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.549 INFO O| Aug 17 03:51:46.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53252024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.550 INFO O| Aug 17 03:51:46.550 INFO STEP 486 (remove_files) COMPLETE
53262024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.550 INFO O| Aug 17 03:51:46.550 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.559 INFO O| Aug 17 03:51:46.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53282024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.559 INFO O| Aug 17 03:51:46.559 INFO STEP 487 (remove_files) COMPLETE
53292024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.559 INFO O| Aug 17 03:51:46.559 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-17T03:51:49.952Z[ recovery-image] Aug 17 03:51:46.568 INFO O| Aug 17 03:51:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53312024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.568 INFO O| Aug 17 03:51:46.568 INFO STEP 488 (remove_files) COMPLETE
53322024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.568 INFO O| Aug 17 03:51:46.568 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.577 INFO O| Aug 17 03:51:46.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53342024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.577 INFO O| Aug 17 03:51:46.577 INFO STEP 489 (remove_files) COMPLETE
53352024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.577 INFO O| Aug 17 03:51:46.577 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.586 INFO O| Aug 17 03:51:46.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53372024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.586 INFO O| Aug 17 03:51:46.586 INFO STEP 490 (remove_files) COMPLETE
53382024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.586 INFO O| Aug 17 03:51:46.586 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.595 INFO O| Aug 17 03:51:46.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53402024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.595 INFO O| Aug 17 03:51:46.595 INFO STEP 491 (remove_files) COMPLETE
53412024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.595 INFO O| Aug 17 03:51:46.595 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.604 INFO O| Aug 17 03:51:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53432024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.605 INFO O| Aug 17 03:51:46.604 INFO STEP 492 (remove_files) COMPLETE
53442024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.605 INFO O| Aug 17 03:51:46.604 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.614 INFO O| Aug 17 03:51:46.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53462024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.614 INFO O| Aug 17 03:51:46.614 INFO STEP 493 (remove_files) COMPLETE
53472024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.614 INFO O| Aug 17 03:51:46.614 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.623 INFO O| Aug 17 03:51:46.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53492024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.623 INFO O| Aug 17 03:51:46.623 INFO STEP 494 (remove_files) COMPLETE
53502024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.623 INFO O| Aug 17 03:51:46.623 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.632 INFO O| Aug 17 03:51:46.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53522024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.632 INFO O| Aug 17 03:51:46.632 INFO STEP 495 (remove_files) COMPLETE
53532024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.632 INFO O| Aug 17 03:51:46.632 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.641 INFO O| Aug 17 03:51:46.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53552024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.641 INFO O| Aug 17 03:51:46.641 INFO STEP 496 (remove_files) COMPLETE
53562024-08-17T03:51:49.956Z[ recovery-image] Aug 17 03:51:46.641 INFO O| Aug 17 03:51:46.641 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.650 INFO O| Aug 17 03:51:46.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53582024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.650 INFO O| Aug 17 03:51:46.650 INFO STEP 497 (remove_files) COMPLETE
53592024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.650 INFO O| Aug 17 03:51:46.650 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.659 INFO O| Aug 17 03:51:46.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53612024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.659 INFO O| Aug 17 03:51:46.659 INFO STEP 498 (remove_files) COMPLETE
53622024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.659 INFO O| Aug 17 03:51:46.659 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.668 INFO O| Aug 17 03:51:46.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
53642024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.668 INFO O| Aug 17 03:51:46.668 INFO STEP 499 (remove_files) COMPLETE
53652024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.668 INFO O| Aug 17 03:51:46.668 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.677 INFO O| Aug 17 03:51:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
53672024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.677 INFO O| Aug 17 03:51:46.677 INFO STEP 500 (remove_files) COMPLETE
53682024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.677 INFO O| Aug 17 03:51:46.677 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.686 INFO O| Aug 17 03:51:46.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
53702024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.686 INFO O| Aug 17 03:51:46.686 INFO STEP 501 (remove_files) COMPLETE
53712024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.686 INFO O| Aug 17 03:51:46.686 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.695 INFO O| Aug 17 03:51:46.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
53732024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.695 INFO O| Aug 17 03:51:46.695 INFO STEP 502 (remove_files) COMPLETE
53742024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.695 INFO O| Aug 17 03:51:46.695 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.704 INFO O| Aug 17 03:51:46.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
53762024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.704 INFO O| Aug 17 03:51:46.704 INFO STEP 503 (remove_files) COMPLETE
53772024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.704 INFO O| Aug 17 03:51:46.704 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.714 INFO O| Aug 17 03:51:46.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
53792024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.714 INFO O| Aug 17 03:51:46.714 INFO STEP 504 (remove_files) COMPLETE
53802024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.714 INFO O| Aug 17 03:51:46.714 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.729 INFO O| Aug 17 03:51:46.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
53822024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.729 INFO O| Aug 17 03:51:46.729 INFO STEP 505 (remove_files) COMPLETE
53832024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.729 INFO O| Aug 17 03:51:46.729 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.740 INFO O| Aug 17 03:51:46.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
53852024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.740 INFO O| Aug 17 03:51:46.740 INFO STEP 506 (remove_files) COMPLETE
53862024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.740 INFO O| Aug 17 03:51:46.740 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.750 INFO O| Aug 17 03:51:46.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
53882024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.750 INFO O| Aug 17 03:51:46.750 INFO STEP 507 (remove_files) COMPLETE
53892024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.750 INFO O| Aug 17 03:51:46.750 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.759 INFO O| Aug 17 03:51:46.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
53912024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.759 INFO O| Aug 17 03:51:46.759 INFO STEP 508 (remove_files) COMPLETE
53922024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.759 INFO O| Aug 17 03:51:46.759 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.769 INFO O| Aug 17 03:51:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
53942024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.769 INFO O| Aug 17 03:51:46.769 INFO STEP 509 (remove_files) COMPLETE
53952024-08-17T03:51:49.957Z[ recovery-image] Aug 17 03:51:46.769 INFO O| Aug 17 03:51:46.769 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.778 INFO O| Aug 17 03:51:46.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
53972024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.778 INFO O| Aug 17 03:51:46.778 INFO STEP 510 (remove_files) COMPLETE
53982024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.779 INFO O| Aug 17 03:51:46.778 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.788 INFO O| Aug 17 03:51:46.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54002024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.788 INFO O| Aug 17 03:51:46.788 INFO STEP 511 (remove_files) COMPLETE
54012024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.788 INFO O| Aug 17 03:51:46.788 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.797 INFO O| Aug 17 03:51:46.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54032024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.797 INFO O| Aug 17 03:51:46.797 INFO STEP 512 (remove_files) COMPLETE
54042024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.797 INFO O| Aug 17 03:51:46.797 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.807 INFO O| Aug 17 03:51:46.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
54062024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.807 INFO O| Aug 17 03:51:46.807 INFO STEP 513 (remove_files) COMPLETE
54072024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.807 INFO O| Aug 17 03:51:46.807 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.816 INFO O| Aug 17 03:51:46.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54092024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.816 INFO O| Aug 17 03:51:46.816 INFO STEP 514 (remove_files) COMPLETE
54102024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.816 INFO O| Aug 17 03:51:46.816 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.825 INFO O| Aug 17 03:51:46.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54122024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.825 INFO O| Aug 17 03:51:46.825 INFO STEP 515 (remove_files) COMPLETE
54132024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.825 INFO O| Aug 17 03:51:46.825 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.834 INFO O| Aug 17 03:51:46.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54152024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.834 INFO O| Aug 17 03:51:46.834 INFO STEP 516 (remove_files) COMPLETE
54162024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.834 INFO O| Aug 17 03:51:46.834 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.844 INFO O| Aug 17 03:51:46.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54182024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.844 INFO O| Aug 17 03:51:46.844 INFO STEP 517 (remove_files) COMPLETE
54192024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.844 INFO O| Aug 17 03:51:46.844 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.853 INFO O| Aug 17 03:51:46.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54212024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.853 INFO O| Aug 17 03:51:46.853 INFO STEP 518 (remove_files) COMPLETE
54222024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.853 INFO O| Aug 17 03:51:46.853 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.862 INFO O| Aug 17 03:51:46.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54242024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.863 INFO O| Aug 17 03:51:46.863 INFO STEP 519 (remove_files) COMPLETE
54252024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.863 INFO O| Aug 17 03:51:46.863 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.872 INFO O| Aug 17 03:51:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54272024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.872 INFO O| Aug 17 03:51:46.872 INFO STEP 520 (remove_files) COMPLETE
54282024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.872 INFO O| Aug 17 03:51:46.872 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.881 INFO O| Aug 17 03:51:46.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54302024-08-17T03:51:49.958Z[ recovery-image] Aug 17 03:51:46.881 INFO O| Aug 17 03:51:46.881 INFO STEP 521 (remove_files) COMPLETE
54312024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.881 INFO O| Aug 17 03:51:46.881 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.890 INFO O| Aug 17 03:51:46.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54332024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.891 INFO O| Aug 17 03:51:46.891 INFO STEP 522 (remove_files) COMPLETE
54342024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.891 INFO O| Aug 17 03:51:46.891 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.900 INFO O| Aug 17 03:51:46.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54362024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.900 INFO O| Aug 17 03:51:46.900 INFO STEP 523 (remove_files) COMPLETE
54372024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.900 INFO O| Aug 17 03:51:46.900 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.909 INFO O| Aug 17 03:51:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54392024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.909 INFO O| Aug 17 03:51:46.909 INFO STEP 524 (remove_files) COMPLETE
54402024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.909 INFO O| Aug 17 03:51:46.909 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.918 INFO O| Aug 17 03:51:46.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54422024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.918 INFO O| Aug 17 03:51:46.918 INFO STEP 525 (remove_files) COMPLETE
54432024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.918 INFO O| Aug 17 03:51:46.918 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.927 INFO O| Aug 17 03:51:46.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54452024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.927 INFO O| Aug 17 03:51:46.927 INFO STEP 526 (remove_files) COMPLETE
54462024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.927 INFO O| Aug 17 03:51:46.927 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.936 INFO O| Aug 17 03:51:46.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54482024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.936 INFO O| Aug 17 03:51:46.936 INFO STEP 527 (remove_files) COMPLETE
54492024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.936 INFO O| Aug 17 03:51:46.936 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.945 INFO O| Aug 17 03:51:46.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54512024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.945 INFO O| Aug 17 03:51:46.945 INFO STEP 528 (remove_files) COMPLETE
54522024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.945 INFO O| Aug 17 03:51:46.945 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.954 INFO O| Aug 17 03:51:46.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54542024-08-17T03:51:49.962Z[ recovery-image] Aug 17 03:51:46.954 INFO O| Aug 17 03:51:46.954 INFO STEP 529 (remove_files) COMPLETE
54552024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.954 INFO O| Aug 17 03:51:46.954 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.963 INFO O| Aug 17 03:51:46.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54572024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.964 INFO O| Aug 17 03:51:46.964 INFO STEP 530 (remove_files) COMPLETE
54582024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.964 INFO O| Aug 17 03:51:46.964 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.973 INFO O| Aug 17 03:51:46.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54602024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.973 INFO O| Aug 17 03:51:46.973 INFO STEP 531 (remove_files) COMPLETE
54612024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.973 INFO O| Aug 17 03:51:46.973 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.982 INFO O| Aug 17 03:51:46.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54632024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.982 INFO O| Aug 17 03:51:46.982 INFO STEP 532 (remove_files) COMPLETE
54642024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.982 INFO O| Aug 17 03:51:46.982 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.991 INFO O| Aug 17 03:51:46.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54662024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.991 INFO O| Aug 17 03:51:46.991 INFO STEP 533 (remove_files) COMPLETE
54672024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:46.991 INFO O| Aug 17 03:51:46.991 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.000 INFO O| Aug 17 03:51:47.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
54692024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.000 INFO O| Aug 17 03:51:47.000 INFO STEP 534 (remove_files) COMPLETE
54702024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.000 INFO O| Aug 17 03:51:47.000 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.010 INFO O| Aug 17 03:51:47.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
54722024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.010 INFO O| Aug 17 03:51:47.010 INFO STEP 535 (remove_files) COMPLETE
54732024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.010 INFO O| Aug 17 03:51:47.010 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.019 INFO O| Aug 17 03:51:47.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
54752024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.020 INFO O| Aug 17 03:51:47.020 INFO STEP 536 (remove_files) COMPLETE
54762024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.020 INFO O| Aug 17 03:51:47.020 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.029 INFO O| Aug 17 03:51:47.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
54782024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.029 INFO O| Aug 17 03:51:47.029 INFO STEP 537 (remove_files) COMPLETE
54792024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.029 INFO O| Aug 17 03:51:47.029 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.038 INFO O| Aug 17 03:51:47.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
54812024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.038 INFO O| Aug 17 03:51:47.038 INFO STEP 538 (remove_files) COMPLETE
54822024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.038 INFO O| Aug 17 03:51:47.038 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.047 INFO O| Aug 17 03:51:47.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
54842024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.047 INFO O| Aug 17 03:51:47.047 INFO STEP 539 (remove_files) COMPLETE
54852024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.047 INFO O| Aug 17 03:51:47.047 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.056 INFO O| Aug 17 03:51:47.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
54872024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.056 INFO O| Aug 17 03:51:47.056 INFO STEP 540 (remove_files) COMPLETE
54882024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.056 INFO O| Aug 17 03:51:47.056 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.065 INFO O| Aug 17 03:51:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
54902024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.065 INFO O| Aug 17 03:51:47.065 INFO STEP 541 (remove_files) COMPLETE
54912024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.065 INFO O| Aug 17 03:51:47.065 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.074 INFO O| Aug 17 03:51:47.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
54932024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.075 INFO O| Aug 17 03:51:47.075 INFO STEP 542 (remove_files) COMPLETE
54942024-08-17T03:51:49.963Z[ recovery-image] Aug 17 03:51:47.075 INFO O| Aug 17 03:51:47.075 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.084 INFO O| Aug 17 03:51:47.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
54962024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.084 INFO O| Aug 17 03:51:47.084 INFO STEP 543 (remove_files) COMPLETE
54972024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.084 INFO O| Aug 17 03:51:47.084 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.093 INFO O| Aug 17 03:51:47.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
54992024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.093 INFO O| Aug 17 03:51:47.093 INFO STEP 544 (remove_files) COMPLETE
55002024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.093 INFO O| Aug 17 03:51:47.093 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.102 INFO O| Aug 17 03:51:47.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55022024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.102 INFO O| Aug 17 03:51:47.102 INFO STEP 545 (remove_files) COMPLETE
55032024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.102 INFO O| Aug 17 03:51:47.102 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.111 INFO O| Aug 17 03:51:47.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55052024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.111 INFO O| Aug 17 03:51:47.111 INFO STEP 546 (remove_files) COMPLETE
55062024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.111 INFO O| Aug 17 03:51:47.111 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.120 INFO O| Aug 17 03:51:47.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55082024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.120 INFO O| Aug 17 03:51:47.120 INFO STEP 547 (remove_files) COMPLETE
55092024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.120 INFO O| Aug 17 03:51:47.120 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.130 INFO O| Aug 17 03:51:47.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55112024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.130 INFO O| Aug 17 03:51:47.130 INFO STEP 548 (remove_files) COMPLETE
55122024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.130 INFO O| Aug 17 03:51:47.130 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.139 INFO O| Aug 17 03:51:47.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55142024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.139 INFO O| Aug 17 03:51:47.139 INFO STEP 549 (remove_files) COMPLETE
55152024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.139 INFO O| Aug 17 03:51:47.139 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.148 INFO O| Aug 17 03:51:47.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55172024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.148 INFO O| Aug 17 03:51:47.148 INFO STEP 550 (remove_files) COMPLETE
55182024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.148 INFO O| Aug 17 03:51:47.148 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.157 INFO O| Aug 17 03:51:47.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55202024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.157 INFO O| Aug 17 03:51:47.157 INFO STEP 551 (remove_files) COMPLETE
55212024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.157 INFO O| Aug 17 03:51:47.157 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.166 INFO O| Aug 17 03:51:47.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55232024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.167 INFO O| Aug 17 03:51:47.167 INFO STEP 552 (remove_files) COMPLETE
55242024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.167 INFO O| Aug 17 03:51:47.167 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.176 INFO O| Aug 17 03:51:47.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55262024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.176 INFO O| Aug 17 03:51:47.176 INFO STEP 553 (remove_files) COMPLETE
55272024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.176 INFO O| Aug 17 03:51:47.176 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.185 INFO O| Aug 17 03:51:47.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55292024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.185 INFO O| Aug 17 03:51:47.185 INFO STEP 554 (remove_files) COMPLETE
55302024-08-17T03:51:49.964Z[ recovery-image] Aug 17 03:51:47.185 INFO O| Aug 17 03:51:47.185 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.194 INFO O| Aug 17 03:51:47.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55322024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.194 INFO STEP 555 (remove_files) COMPLETE
55332024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.194 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55352024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.203 INFO STEP 556 (remove_files) COMPLETE
55362024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.203 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55382024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.213 INFO STEP 557 (remove_files) COMPLETE
55392024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.213 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55412024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.223 INFO STEP 558 (remove_files) COMPLETE
55422024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.223 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55442024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.232 INFO STEP 559 (remove_files) COMPLETE
55452024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.232 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55472024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.241 INFO STEP 560 (remove_files) COMPLETE
55482024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.241 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55502024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.250 INFO STEP 561 (remove_files) COMPLETE
55512024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.250 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55532024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.259 INFO STEP 562 (remove_files) COMPLETE
55542024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.259 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55562024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.269 INFO STEP 563 (remove_files) COMPLETE
55572024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.269 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55592024-08-17T03:51:49.968Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.278 INFO STEP 564 (remove_files) COMPLETE
55602024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.278 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55622024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.287 INFO STEP 565 (remove_files) COMPLETE
55632024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.287 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55652024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.296 INFO STEP 566 (remove_files) COMPLETE
55662024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.296 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
55682024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.305 INFO STEP 567 (remove_files) COMPLETE
55692024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.305 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
55712024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.315 INFO STEP 568 (remove_files) COMPLETE
55722024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.315 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
55742024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.324 INFO STEP 569 (remove_files) COMPLETE
55752024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.324 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
55772024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.333 INFO STEP 570 (remove_files) COMPLETE
55782024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.333 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
55802024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.342 INFO STEP 571 (remove_files) COMPLETE
55812024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.342 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
55832024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.351 INFO STEP 572 (remove_files) COMPLETE
55842024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.351 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
55862024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.360 INFO STEP 573 (remove_files) COMPLETE
55872024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.361 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
55892024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.370 INFO STEP 574 (remove_files) COMPLETE
55902024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.370 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
55922024-08-17T03:51:49.969Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.379 INFO STEP 575 (remove_files) COMPLETE
55932024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.379 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
55952024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.388 INFO STEP 576 (remove_files) COMPLETE
55962024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.832 INFO O| Aug 17 03:51:47.388 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
55982024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.397 INFO STEP 577 (remove_files) COMPLETE
55992024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.397 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56012024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.406 INFO STEP 578 (remove_files) COMPLETE
56022024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.406 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56042024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.415 INFO STEP 579 (remove_files) COMPLETE
56052024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.415 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56072024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.425 INFO STEP 580 (remove_files) COMPLETE
56082024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.425 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56102024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.438 INFO STEP 581 (remove_files) COMPLETE
56112024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.438 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56132024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.457 INFO STEP 582 (remove_files) COMPLETE
56142024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.457 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56162024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.475 INFO STEP 583 (remove_files) COMPLETE
56172024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.475 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56192024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.493 INFO STEP 584 (remove_files) COMPLETE
56202024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.493 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56222024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.512 INFO STEP 585 (remove_files) COMPLETE
56232024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.512 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56252024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.531 INFO STEP 586 (remove_files) COMPLETE
56262024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.531 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56282024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.552 INFO STEP 587 (remove_files) COMPLETE
56292024-08-17T03:51:49.970Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.552 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-17T03:51:49.971Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56312024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.562 INFO STEP 588 (remove_files) COMPLETE
56322024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.562 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56342024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.571 INFO STEP 589 (remove_files) COMPLETE
56352024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.571 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56372024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.580 INFO STEP 590 (remove_files) COMPLETE
56382024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.580 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56402024-08-17T03:51:49.974Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.590 INFO STEP 591 (remove_files) COMPLETE
56412024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.590 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56432024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.599 INFO STEP 592 (remove_files) COMPLETE
56442024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.599 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56462024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.609 INFO STEP 593 (remove_files) COMPLETE
56472024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.609 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56492024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.619 INFO STEP 594 (remove_files) COMPLETE
56502024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.619 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56522024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.628 INFO STEP 595 (remove_files) COMPLETE
56532024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.835 INFO O| Aug 17 03:51:47.628 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.836 INFO O| Aug 17 03:51:47.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56552024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.836 INFO O| Aug 17 03:51:47.638 INFO STEP 596 (remove_files) COMPLETE
56562024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.836 INFO O| Aug 17 03:51:47.638 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.836 INFO O| Aug 17 03:51:47.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56582024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.836 INFO O| Aug 17 03:51:47.647 INFO STEP 597 (remove_files) COMPLETE
56592024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.836 INFO O| Aug 17 03:51:47.647 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56612024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.656 INFO STEP 598 (remove_files) COMPLETE
56622024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.656 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56642024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.666 INFO STEP 599 (remove_files) COMPLETE
56652024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.666 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
56672024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.675 INFO STEP 600 (remove_files) COMPLETE
56682024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.675 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
56702024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.684 INFO STEP 601 (remove_files) COMPLETE
56712024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.684 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
56732024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.693 INFO STEP 602 (remove_files) COMPLETE
56742024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.693 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
56762024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.703 INFO STEP 603 (remove_files) COMPLETE
56772024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.703 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-17T03:51:49.975Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
56792024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.713 INFO STEP 604 (remove_files) COMPLETE
56802024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.713 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
56822024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.722 INFO STEP 605 (remove_files) COMPLETE
56832024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.722 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
56852024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.732 INFO STEP 606 (remove_files) COMPLETE
56862024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.732 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
56882024-08-17T03:51:49.976Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.741 INFO STEP 607 (remove_files) COMPLETE
56892024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.741 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
56912024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.750 INFO STEP 608 (remove_files) COMPLETE
56922024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.750 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
56942024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.760 INFO STEP 609 (remove_files) COMPLETE
56952024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.760 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
56972024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.843 INFO STEP 610 (remove_files) COMPLETE
56982024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.843 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57002024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.852 INFO STEP 611 (remove_files) COMPLETE
57012024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.852 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57032024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.862 INFO STEP 612 (remove_files) COMPLETE
57042024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.862 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57062024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.871 INFO STEP 613 (remove_files) COMPLETE
57072024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.871 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57092024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.880 INFO STEP 614 (remove_files) COMPLETE
57102024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.880 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57122024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.889 INFO STEP 615 (remove_files) COMPLETE
57132024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.889 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57152024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.899 INFO STEP 616 (remove_files) COMPLETE
57162024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.899 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57182024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.908 INFO STEP 617 (remove_files) COMPLETE
57192024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.915 INFO O| Aug 17 03:51:47.908 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.917 INFO O| Aug 17 03:51:47.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57212024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.917 INFO O| Aug 17 03:51:47.917 INFO STEP 618 (remove_files) COMPLETE
57222024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.917 INFO O| Aug 17 03:51:47.917 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.928 INFO O| Aug 17 03:51:47.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57242024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.928 INFO O| Aug 17 03:51:47.928 INFO STEP 619 (remove_files) COMPLETE
57252024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.928 INFO O| Aug 17 03:51:47.928 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.937 INFO O| Aug 17 03:51:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57272024-08-17T03:51:49.977Z[ recovery-image] Aug 17 03:51:47.937 INFO O| Aug 17 03:51:47.937 INFO STEP 620 (remove_files) COMPLETE
57282024-08-17T03:51:49.978Z[ recovery-image] Aug 17 03:51:47.937 INFO O| Aug 17 03:51:47.937 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-17T03:51:49.978Z[ recovery-image] Aug 17 03:51:47.946 INFO O| Aug 17 03:51:47.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57302024-08-17T03:51:49.978Z[ recovery-image] Aug 17 03:51:47.946 INFO O| Aug 17 03:51:47.946 INFO STEP 621 (remove_files) COMPLETE
57312024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.946 INFO O| Aug 17 03:51:47.946 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.956 INFO O| Aug 17 03:51:47.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57332024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.956 INFO O| Aug 17 03:51:47.956 INFO STEP 622 (remove_files) COMPLETE
57342024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.956 INFO O| Aug 17 03:51:47.956 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.965 INFO O| Aug 17 03:51:47.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57362024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.966 INFO O| Aug 17 03:51:47.966 INFO STEP 623 (remove_files) COMPLETE
57372024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.966 INFO O| Aug 17 03:51:47.966 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.975 INFO O| Aug 17 03:51:47.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57392024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.975 INFO O| Aug 17 03:51:47.975 INFO STEP 624 (remove_files) COMPLETE
57402024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.975 INFO O| Aug 17 03:51:47.975 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.984 INFO O| Aug 17 03:51:47.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57422024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.985 INFO O| Aug 17 03:51:47.985 INFO STEP 625 (remove_files) COMPLETE
57432024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.985 INFO O| Aug 17 03:51:47.985 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.994 INFO O| Aug 17 03:51:47.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57452024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.994 INFO O| Aug 17 03:51:47.994 INFO STEP 626 (remove_files) COMPLETE
57462024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:47.994 INFO O| Aug 17 03:51:47.994 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:48.003 INFO O| Aug 17 03:51:48.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57482024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:48.003 INFO O| Aug 17 03:51:48.003 INFO STEP 627 (remove_files) COMPLETE
57492024-08-17T03:51:49.981Z[ recovery-image] Aug 17 03:51:48.003 INFO O| Aug 17 03:51:48.003 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-17T03:51:49.990Z[ recovery-image] Aug 17 03:51:48.013 INFO O| Aug 17 03:51:48.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57512024-08-17T03:51:49.990Z[ recovery-image] Aug 17 03:51:48.013 INFO O| Aug 17 03:51:48.013 INFO STEP 628 (remove_files) COMPLETE
57522024-08-17T03:51:49.990Z[ recovery-image] Aug 17 03:51:48.013 INFO O| Aug 17 03:51:48.013 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-17T03:51:49.999Z[ recovery-image] Aug 17 03:51:48.022 INFO O| Aug 17 03:51:48.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57542024-08-17T03:51:49.999Z[ recovery-image] Aug 17 03:51:48.022 INFO O| Aug 17 03:51:48.022 INFO STEP 629 (remove_files) COMPLETE
57552024-08-17T03:51:50.001Z[ recovery-image] Aug 17 03:51:48.022 INFO O| Aug 17 03:51:48.022 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-17T03:51:50.009Z[ recovery-image] Aug 17 03:51:48.031 INFO O| Aug 17 03:51:48.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57572024-08-17T03:51:50.009Z[ recovery-image] Aug 17 03:51:48.031 INFO O| Aug 17 03:51:48.031 INFO STEP 630 (remove_files) COMPLETE
57582024-08-17T03:51:50.009Z[ recovery-image] Aug 17 03:51:48.031 INFO O| Aug 17 03:51:48.031 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-17T03:51:50.017Z[ recovery-image] Aug 17 03:51:48.040 INFO O| Aug 17 03:51:48.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57602024-08-17T03:51:50.021Z[ recovery-image] Aug 17 03:51:48.040 INFO O| Aug 17 03:51:48.040 INFO STEP 631 (remove_files) COMPLETE
57612024-08-17T03:51:50.021Z[ recovery-image] Aug 17 03:51:48.040 INFO O| Aug 17 03:51:48.040 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-17T03:51:50.027Z[ recovery-image] Aug 17 03:51:48.050 INFO O| Aug 17 03:51:48.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57632024-08-17T03:51:50.027Z[ recovery-image] Aug 17 03:51:48.050 INFO O| Aug 17 03:51:48.050 INFO STEP 632 (remove_files) COMPLETE
57642024-08-17T03:51:50.030Z[ recovery-image] Aug 17 03:51:48.050 INFO O| Aug 17 03:51:48.050 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-17T03:51:50.038Z[ recovery-image] Aug 17 03:51:48.059 INFO O| Aug 17 03:51:48.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57662024-08-17T03:51:50.038Z[ recovery-image] Aug 17 03:51:48.059 INFO O| Aug 17 03:51:48.059 INFO STEP 633 (remove_files) COMPLETE
57672024-08-17T03:51:50.039Z[ recovery-image] Aug 17 03:51:48.059 INFO O| Aug 17 03:51:48.059 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-17T03:51:50.045Z[ recovery-image] Aug 17 03:51:48.068 INFO O| Aug 17 03:51:48.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
57692024-08-17T03:51:50.050Z[ recovery-image] Aug 17 03:51:48.068 INFO O| Aug 17 03:51:48.068 INFO STEP 634 (remove_files) COMPLETE
57702024-08-17T03:51:50.050Z[ recovery-image] Aug 17 03:51:48.068 INFO O| Aug 17 03:51:48.068 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-17T03:51:50.054Z[ recovery-image] Aug 17 03:51:48.077 INFO O| Aug 17 03:51:48.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
57722024-08-17T03:51:50.054Z[ recovery-image] Aug 17 03:51:48.077 INFO O| Aug 17 03:51:48.077 INFO STEP 635 (remove_files) COMPLETE
57732024-08-17T03:51:50.054Z[ recovery-image] Aug 17 03:51:48.077 INFO O| Aug 17 03:51:48.077 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-17T03:51:50.065Z[ recovery-image] Aug 17 03:51:48.086 INFO O| Aug 17 03:51:48.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
57752024-08-17T03:51:50.065Z[ recovery-image] Aug 17 03:51:48.086 INFO O| Aug 17 03:51:48.086 INFO STEP 636 (remove_files) COMPLETE
57762024-08-17T03:51:50.068Z[ recovery-image] Aug 17 03:51:48.086 INFO O| Aug 17 03:51:48.086 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-17T03:51:50.074Z[ recovery-image] Aug 17 03:51:48.095 INFO O| Aug 17 03:51:48.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
57782024-08-17T03:51:50.077Z[ recovery-image] Aug 17 03:51:48.096 INFO O| Aug 17 03:51:48.095 INFO STEP 637 (remove_files) COMPLETE
57792024-08-17T03:51:50.077Z[ recovery-image] Aug 17 03:51:48.096 INFO O| Aug 17 03:51:48.096 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-17T03:51:50.083Z[ recovery-image] Aug 17 03:51:48.105 INFO O| Aug 17 03:51:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
57812024-08-17T03:51:50.083Z[ recovery-image] Aug 17 03:51:48.105 INFO O| Aug 17 03:51:48.105 INFO STEP 638 (remove_files) COMPLETE
57822024-08-17T03:51:50.087Z[ recovery-image] Aug 17 03:51:48.105 INFO O| Aug 17 03:51:48.105 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-17T03:51:50.091Z[ recovery-image] Aug 17 03:51:48.114 INFO O| Aug 17 03:51:48.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
57842024-08-17T03:51:50.093Z[ recovery-image] Aug 17 03:51:48.114 INFO O| Aug 17 03:51:48.114 INFO STEP 639 (remove_files) COMPLETE
57852024-08-17T03:51:50.093Z[ recovery-image] Aug 17 03:51:48.114 INFO O| Aug 17 03:51:48.114 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-17T03:51:50.100Z[ recovery-image] Aug 17 03:51:48.123 INFO O| Aug 17 03:51:48.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
57872024-08-17T03:51:50.100Z[ recovery-image] Aug 17 03:51:48.123 INFO O| Aug 17 03:51:48.123 INFO STEP 640 (remove_files) COMPLETE
57882024-08-17T03:51:50.103Z[ recovery-image] Aug 17 03:51:48.123 INFO O| Aug 17 03:51:48.123 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-17T03:51:50.109Z[ recovery-image] Aug 17 03:51:48.133 INFO O| Aug 17 03:51:48.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
57902024-08-17T03:51:50.110Z[ recovery-image] Aug 17 03:51:48.133 INFO O| Aug 17 03:51:48.133 INFO STEP 641 (remove_files) COMPLETE
57912024-08-17T03:51:50.113Z[ recovery-image] Aug 17 03:51:48.133 INFO O| Aug 17 03:51:48.133 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-17T03:51:50.119Z[ recovery-image] Aug 17 03:51:48.142 INFO O| Aug 17 03:51:48.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
57932024-08-17T03:51:50.122Z[ recovery-image] Aug 17 03:51:48.142 INFO O| Aug 17 03:51:48.142 INFO STEP 642 (remove_files) COMPLETE
57942024-08-17T03:51:50.122Z[ recovery-image] Aug 17 03:51:48.142 INFO O| Aug 17 03:51:48.142 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-17T03:51:50.129Z[ recovery-image] Aug 17 03:51:48.151 INFO O| Aug 17 03:51:48.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
57962024-08-17T03:51:50.129Z[ recovery-image] Aug 17 03:51:48.151 INFO O| Aug 17 03:51:48.151 INFO STEP 643 (remove_files) COMPLETE
57972024-08-17T03:51:50.129Z[ recovery-image] Aug 17 03:51:48.151 INFO O| Aug 17 03:51:48.151 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-17T03:51:50.137Z[ recovery-image] Aug 17 03:51:48.161 INFO O| Aug 17 03:51:48.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
57992024-08-17T03:51:50.140Z[ recovery-image] Aug 17 03:51:48.161 INFO O| Aug 17 03:51:48.161 INFO STEP 644 (remove_files) COMPLETE
58002024-08-17T03:51:50.140Z[ recovery-image] Aug 17 03:51:48.161 INFO O| Aug 17 03:51:48.161 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-17T03:51:50.148Z[ recovery-image] Aug 17 03:51:48.170 INFO O| Aug 17 03:51:48.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58022024-08-17T03:51:50.148Z[ recovery-image] Aug 17 03:51:48.170 INFO O| Aug 17 03:51:48.170 INFO STEP 645 (remove_files) COMPLETE
58032024-08-17T03:51:50.151Z[ recovery-image] Aug 17 03:51:48.170 INFO O| Aug 17 03:51:48.170 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-17T03:51:50.156Z[ recovery-image] Aug 17 03:51:48.179 INFO O| Aug 17 03:51:48.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58052024-08-17T03:51:50.156Z[ recovery-image] Aug 17 03:51:48.180 INFO O| Aug 17 03:51:48.179 INFO STEP 646 (remove_files) COMPLETE
58062024-08-17T03:51:50.159Z[ recovery-image] Aug 17 03:51:48.180 INFO O| Aug 17 03:51:48.180 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-17T03:51:50.166Z[ recovery-image] Aug 17 03:51:48.189 INFO O| Aug 17 03:51:48.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58082024-08-17T03:51:50.166Z[ recovery-image] Aug 17 03:51:48.189 INFO O| Aug 17 03:51:48.189 INFO STEP 647 (remove_files) COMPLETE
58092024-08-17T03:51:50.169Z[ recovery-image] Aug 17 03:51:48.189 INFO O| Aug 17 03:51:48.189 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-17T03:51:50.176Z[ recovery-image] Aug 17 03:51:48.198 INFO O| Aug 17 03:51:48.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58112024-08-17T03:51:50.179Z[ recovery-image] Aug 17 03:51:48.198 INFO O| Aug 17 03:51:48.198 INFO STEP 648 (remove_files) COMPLETE
58122024-08-17T03:51:50.179Z[ recovery-image] Aug 17 03:51:48.198 INFO O| Aug 17 03:51:48.198 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-17T03:51:50.185Z[ recovery-image] Aug 17 03:51:48.207 INFO O| Aug 17 03:51:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58142024-08-17T03:51:50.185Z[ recovery-image] Aug 17 03:51:48.207 INFO O| Aug 17 03:51:48.207 INFO STEP 649 (remove_files) COMPLETE
58152024-08-17T03:51:50.185Z[ recovery-image] Aug 17 03:51:48.207 INFO O| Aug 17 03:51:48.207 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-17T03:51:50.193Z[ recovery-image] Aug 17 03:51:48.216 INFO O| Aug 17 03:51:48.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58172024-08-17T03:51:50.193Z[ recovery-image] Aug 17 03:51:48.216 INFO O| Aug 17 03:51:48.216 INFO STEP 650 (remove_files) COMPLETE
58182024-08-17T03:51:50.198Z[ recovery-image] Aug 17 03:51:48.216 INFO O| Aug 17 03:51:48.216 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-17T03:51:50.204Z[ recovery-image] Aug 17 03:51:48.225 INFO O| Aug 17 03:51:48.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58202024-08-17T03:51:50.207Z[ recovery-image] Aug 17 03:51:48.226 INFO O| Aug 17 03:51:48.226 INFO STEP 651 (remove_files) COMPLETE
58212024-08-17T03:51:50.207Z[ recovery-image] Aug 17 03:51:48.226 INFO O| Aug 17 03:51:48.226 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-17T03:51:50.212Z[ recovery-image] Aug 17 03:51:48.235 INFO O| Aug 17 03:51:48.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58232024-08-17T03:51:50.214Z[ recovery-image] Aug 17 03:51:48.235 INFO O| Aug 17 03:51:48.235 INFO STEP 652 (remove_files) COMPLETE
58242024-08-17T03:51:50.214Z[ recovery-image] Aug 17 03:51:48.235 INFO O| Aug 17 03:51:48.235 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-17T03:51:50.221Z[ recovery-image] Aug 17 03:51:48.244 INFO O| Aug 17 03:51:48.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58262024-08-17T03:51:50.221Z[ recovery-image] Aug 17 03:51:48.244 INFO O| Aug 17 03:51:48.244 INFO STEP 653 (remove_files) COMPLETE
58272024-08-17T03:51:50.223Z[ recovery-image] Aug 17 03:51:48.244 INFO O| Aug 17 03:51:48.244 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-17T03:51:50.231Z[ recovery-image] Aug 17 03:51:48.253 INFO O| Aug 17 03:51:48.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58292024-08-17T03:51:50.231Z[ recovery-image] Aug 17 03:51:48.253 INFO O| Aug 17 03:51:48.253 INFO STEP 654 (remove_files) COMPLETE
58302024-08-17T03:51:50.233Z[ recovery-image] Aug 17 03:51:48.253 INFO O| Aug 17 03:51:48.253 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-17T03:51:50.240Z[ recovery-image] Aug 17 03:51:48.263 INFO O| Aug 17 03:51:48.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58322024-08-17T03:51:50.240Z[ recovery-image] Aug 17 03:51:48.263 INFO O| Aug 17 03:51:48.263 INFO STEP 655 (remove_files) COMPLETE
58332024-08-17T03:51:50.242Z[ recovery-image] Aug 17 03:51:48.263 INFO O| Aug 17 03:51:48.263 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-17T03:51:50.250Z[ recovery-image] Aug 17 03:51:48.273 INFO O| Aug 17 03:51:48.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58352024-08-17T03:51:50.255Z[ recovery-image] Aug 17 03:51:48.273 INFO O| Aug 17 03:51:48.273 INFO STEP 656 (remove_files) COMPLETE
58362024-08-17T03:51:50.255Z[ recovery-image] Aug 17 03:51:48.273 INFO O| Aug 17 03:51:48.273 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-17T03:51:50.259Z[ recovery-image] Aug 17 03:51:48.282 INFO O| Aug 17 03:51:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58382024-08-17T03:51:50.259Z[ recovery-image] Aug 17 03:51:48.282 INFO O| Aug 17 03:51:48.282 INFO STEP 657 (remove_files) COMPLETE
58392024-08-17T03:51:50.261Z[ recovery-image] Aug 17 03:51:48.282 INFO O| Aug 17 03:51:48.282 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-17T03:51:50.269Z[ recovery-image] Aug 17 03:51:48.291 INFO O| Aug 17 03:51:48.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58412024-08-17T03:51:50.271Z[ recovery-image] Aug 17 03:51:48.292 INFO O| Aug 17 03:51:48.292 INFO STEP 658 (remove_files) COMPLETE
58422024-08-17T03:51:50.272Z[ recovery-image] Aug 17 03:51:48.292 INFO O| Aug 17 03:51:48.292 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-17T03:51:50.279Z[ recovery-image] Aug 17 03:51:48.302 INFO O| Aug 17 03:51:48.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58442024-08-17T03:51:50.282Z[ recovery-image] Aug 17 03:51:48.303 INFO O| Aug 17 03:51:48.303 INFO STEP 659 (remove_files) COMPLETE
58452024-08-17T03:51:50.282Z[ recovery-image] Aug 17 03:51:48.303 INFO O| Aug 17 03:51:48.303 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-17T03:51:50.289Z[ recovery-image] Aug 17 03:51:48.312 INFO O| Aug 17 03:51:48.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58472024-08-17T03:51:50.292Z[ recovery-image] Aug 17 03:51:48.312 INFO O| Aug 17 03:51:48.312 INFO STEP 660 (remove_files) COMPLETE
58482024-08-17T03:51:50.292Z[ recovery-image] Aug 17 03:51:48.312 INFO O| Aug 17 03:51:48.312 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-17T03:51:50.300Z[ recovery-image] Aug 17 03:51:48.322 INFO O| Aug 17 03:51:48.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58502024-08-17T03:51:50.300Z[ recovery-image] Aug 17 03:51:48.322 INFO O| Aug 17 03:51:48.322 INFO STEP 661 (remove_files) COMPLETE
58512024-08-17T03:51:50.304Z[ recovery-image] Aug 17 03:51:48.323 INFO O| Aug 17 03:51:48.322 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-17T03:51:50.328Z[ recovery-image] Aug 17 03:51:48.332 INFO O| Aug 17 03:51:48.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58532024-08-17T03:51:50.332Z[ recovery-image] Aug 17 03:51:48.332 INFO O| Aug 17 03:51:48.332 INFO STEP 662 (remove_files) COMPLETE
58542024-08-17T03:51:50.333Z[ recovery-image] Aug 17 03:51:48.332 INFO O| Aug 17 03:51:48.332 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-17T03:51:50.333Z[ recovery-image] Aug 17 03:51:48.342 INFO O| Aug 17 03:51:48.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58562024-08-17T03:51:50.333Z[ recovery-image] Aug 17 03:51:48.342 INFO O| Aug 17 03:51:48.342 INFO STEP 663 (remove_files) COMPLETE
58572024-08-17T03:51:50.333Z[ recovery-image] Aug 17 03:51:48.342 INFO O| Aug 17 03:51:48.342 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-17T03:51:50.333Z[ recovery-image] Aug 17 03:51:48.351 INFO O| Aug 17 03:51:48.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58592024-08-17T03:51:50.333Z[ recovery-image] Aug 17 03:51:48.351 INFO O| Aug 17 03:51:48.351 INFO STEP 664 (remove_files) COMPLETE
58602024-08-17T03:51:50.333Z[ recovery-image] Aug 17 03:51:48.351 INFO O| Aug 17 03:51:48.351 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-17T03:51:50.338Z[ recovery-image] Aug 17 03:51:48.361 INFO O| Aug 17 03:51:48.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58622024-08-17T03:51:50.338Z[ recovery-image] Aug 17 03:51:48.361 INFO O| Aug 17 03:51:48.361 INFO STEP 665 (remove_files) COMPLETE
58632024-08-17T03:51:50.338Z[ recovery-image] Aug 17 03:51:48.361 INFO O| Aug 17 03:51:48.361 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-17T03:51:50.348Z[ recovery-image] Aug 17 03:51:48.370 INFO O| Aug 17 03:51:48.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58652024-08-17T03:51:50.348Z[ recovery-image] Aug 17 03:51:48.370 INFO O| Aug 17 03:51:48.370 INFO STEP 666 (remove_files) COMPLETE
58662024-08-17T03:51:50.348Z[ recovery-image] Aug 17 03:51:48.370 INFO O| Aug 17 03:51:48.370 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-17T03:51:50.356Z[ recovery-image] Aug 17 03:51:48.379 INFO O| Aug 17 03:51:48.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
58682024-08-17T03:51:50.358Z[ recovery-image] Aug 17 03:51:48.380 INFO O| Aug 17 03:51:48.379 INFO STEP 667 (remove_files) COMPLETE
58692024-08-17T03:51:50.358Z[ recovery-image] Aug 17 03:51:48.380 INFO O| Aug 17 03:51:48.379 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-17T03:51:50.366Z[ recovery-image] Aug 17 03:51:48.389 INFO O| Aug 17 03:51:48.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
58712024-08-17T03:51:50.366Z[ recovery-image] Aug 17 03:51:48.389 INFO O| Aug 17 03:51:48.389 INFO STEP 668 (remove_files) COMPLETE
58722024-08-17T03:51:50.369Z[ recovery-image] Aug 17 03:51:48.389 INFO O| Aug 17 03:51:48.389 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-17T03:51:50.375Z[ recovery-image] Aug 17 03:51:48.398 INFO O| Aug 17 03:51:48.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
58742024-08-17T03:51:50.375Z[ recovery-image] Aug 17 03:51:48.398 INFO O| Aug 17 03:51:48.398 INFO STEP 669 (remove_files) COMPLETE
58752024-08-17T03:51:50.378Z[ recovery-image] Aug 17 03:51:48.398 INFO O| Aug 17 03:51:48.398 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-17T03:51:50.384Z[ recovery-image] Aug 17 03:51:48.407 INFO O| Aug 17 03:51:48.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
58772024-08-17T03:51:50.384Z[ recovery-image] Aug 17 03:51:48.408 INFO O| Aug 17 03:51:48.408 INFO STEP 670 (remove_files) COMPLETE
58782024-08-17T03:51:50.391Z[ recovery-image] Aug 17 03:51:48.408 INFO O| Aug 17 03:51:48.408 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-17T03:51:50.394Z[ recovery-image] Aug 17 03:51:48.417 INFO O| Aug 17 03:51:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
58802024-08-17T03:51:50.394Z[ recovery-image] Aug 17 03:51:48.417 INFO O| Aug 17 03:51:48.417 INFO STEP 671 (remove_files) COMPLETE
58812024-08-17T03:51:50.396Z[ recovery-image] Aug 17 03:51:48.417 INFO O| Aug 17 03:51:48.417 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-17T03:51:50.403Z[ recovery-image] Aug 17 03:51:48.426 INFO O| Aug 17 03:51:48.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
58832024-08-17T03:51:50.403Z[ recovery-image] Aug 17 03:51:48.427 INFO O| Aug 17 03:51:48.426 INFO STEP 672 (remove_files) COMPLETE
58842024-08-17T03:51:50.403Z[ recovery-image] Aug 17 03:51:48.427 INFO O| Aug 17 03:51:48.427 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-17T03:51:50.413Z[ recovery-image] Aug 17 03:51:48.436 INFO O| Aug 17 03:51:48.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
58862024-08-17T03:51:50.416Z[ recovery-image] Aug 17 03:51:48.436 INFO O| Aug 17 03:51:48.436 INFO STEP 673 (remove_files) COMPLETE
58872024-08-17T03:51:50.416Z[ recovery-image] Aug 17 03:51:48.436 INFO O| Aug 17 03:51:48.436 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-08-17T03:51:50.423Z[ recovery-image] Aug 17 03:51:48.445 INFO O| Aug 17 03:51:48.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
58892024-08-17T03:51:50.423Z[ recovery-image] Aug 17 03:51:48.445 INFO O| Aug 17 03:51:48.445 INFO STEP 674 (remove_files) COMPLETE
58902024-08-17T03:51:50.425Z[ recovery-image] Aug 17 03:51:48.445 INFO O| Aug 17 03:51:48.445 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-08-17T03:51:50.432Z[ recovery-image] Aug 17 03:51:48.455 INFO O| Aug 17 03:51:48.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
58922024-08-17T03:51:50.434Z[ recovery-image] Aug 17 03:51:48.455 INFO O| Aug 17 03:51:48.455 INFO STEP 675 (remove_files) COMPLETE
58932024-08-17T03:51:50.434Z[ recovery-image] Aug 17 03:51:48.455 INFO O| Aug 17 03:51:48.455 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-08-17T03:51:50.442Z[ recovery-image] Aug 17 03:51:48.464 INFO O| Aug 17 03:51:48.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
58952024-08-17T03:51:50.445Z[ recovery-image] Aug 17 03:51:48.464 INFO O| Aug 17 03:51:48.464 INFO STEP 676 (remove_files) COMPLETE
58962024-08-17T03:51:50.445Z[ recovery-image] Aug 17 03:51:48.464 INFO O| Aug 17 03:51:48.464 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-08-17T03:51:50.450Z[ recovery-image] Aug 17 03:51:48.473 INFO O| Aug 17 03:51:48.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
58982024-08-17T03:51:50.450Z[ recovery-image] Aug 17 03:51:48.474 INFO O| Aug 17 03:51:48.474 INFO STEP 677 (remove_files) COMPLETE
58992024-08-17T03:51:50.450Z[ recovery-image] Aug 17 03:51:48.474 INFO O| Aug 17 03:51:48.474 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-08-17T03:51:50.460Z[ recovery-image] Aug 17 03:51:48.483 INFO O| Aug 17 03:51:48.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59012024-08-17T03:51:50.462Z[ recovery-image] Aug 17 03:51:48.484 INFO O| Aug 17 03:51:48.483 INFO STEP 678 (remove_files) COMPLETE
59022024-08-17T03:51:50.462Z[ recovery-image] Aug 17 03:51:48.484 INFO O| Aug 17 03:51:48.484 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-08-17T03:51:50.470Z[ recovery-image] Aug 17 03:51:48.493 INFO O| Aug 17 03:51:48.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59042024-08-17T03:51:50.470Z[ recovery-image] Aug 17 03:51:48.493 INFO O| Aug 17 03:51:48.493 INFO STEP 679 (remove_files) COMPLETE
59052024-08-17T03:51:50.470Z[ recovery-image] Aug 17 03:51:48.493 INFO O| Aug 17 03:51:48.493 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-08-17T03:51:50.480Z[ recovery-image] Aug 17 03:51:48.502 INFO O| Aug 17 03:51:48.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59072024-08-17T03:51:50.480Z[ recovery-image] Aug 17 03:51:48.502 INFO O| Aug 17 03:51:48.502 INFO STEP 680 (remove_files) COMPLETE
59082024-08-17T03:51:50.480Z[ recovery-image] Aug 17 03:51:48.502 INFO O| Aug 17 03:51:48.502 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-08-17T03:51:50.488Z[ recovery-image] Aug 17 03:51:48.511 INFO O| Aug 17 03:51:48.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59102024-08-17T03:51:50.488Z[ recovery-image] Aug 17 03:51:48.511 INFO O| Aug 17 03:51:48.511 INFO STEP 681 (remove_files) COMPLETE
59112024-08-17T03:51:50.488Z[ recovery-image] Aug 17 03:51:48.511 INFO O| Aug 17 03:51:48.511 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-08-17T03:51:50.497Z[ recovery-image] Aug 17 03:51:48.520 INFO O| Aug 17 03:51:48.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59132024-08-17T03:51:50.497Z[ recovery-image] Aug 17 03:51:48.520 INFO O| Aug 17 03:51:48.520 INFO STEP 682 (remove_files) COMPLETE
59142024-08-17T03:51:50.499Z[ recovery-image] Aug 17 03:51:48.520 INFO O| Aug 17 03:51:48.520 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-08-17T03:51:50.507Z[ recovery-image] Aug 17 03:51:48.529 INFO O| Aug 17 03:51:48.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59162024-08-17T03:51:50.507Z[ recovery-image] Aug 17 03:51:48.529 INFO O| Aug 17 03:51:48.529 INFO STEP 683 (remove_files) COMPLETE
59172024-08-17T03:51:50.510Z[ recovery-image] Aug 17 03:51:48.529 INFO O| Aug 17 03:51:48.529 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-08-17T03:51:50.515Z[ recovery-image] Aug 17 03:51:48.538 INFO O| Aug 17 03:51:48.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59192024-08-17T03:51:50.515Z[ recovery-image] Aug 17 03:51:48.538 INFO O| Aug 17 03:51:48.538 INFO STEP 684 (remove_files) COMPLETE
59202024-08-17T03:51:50.518Z[ recovery-image] Aug 17 03:51:48.539 INFO O| Aug 17 03:51:48.538 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-08-17T03:51:50.525Z[ recovery-image] Aug 17 03:51:48.548 INFO O| Aug 17 03:51:48.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59222024-08-17T03:51:50.525Z[ recovery-image] Aug 17 03:51:48.548 INFO O| Aug 17 03:51:48.548 INFO STEP 685 (remove_files) COMPLETE
59232024-08-17T03:51:50.527Z[ recovery-image] Aug 17 03:51:48.548 INFO O| Aug 17 03:51:48.548 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-08-17T03:51:50.534Z[ recovery-image] Aug 17 03:51:48.557 INFO O| Aug 17 03:51:48.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59252024-08-17T03:51:50.534Z[ recovery-image] Aug 17 03:51:48.557 INFO O| Aug 17 03:51:48.557 INFO STEP 686 (remove_files) COMPLETE
59262024-08-17T03:51:50.538Z[ recovery-image] Aug 17 03:51:48.557 INFO O| Aug 17 03:51:48.557 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-08-17T03:51:50.543Z[ recovery-image] Aug 17 03:51:48.566 INFO O| Aug 17 03:51:48.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59282024-08-17T03:51:50.545Z[ recovery-image] Aug 17 03:51:48.566 INFO O| Aug 17 03:51:48.566 INFO STEP 687 (remove_files) COMPLETE
59292024-08-17T03:51:50.545Z[ recovery-image] Aug 17 03:51:48.566 INFO O| Aug 17 03:51:48.566 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-08-17T03:51:50.553Z[ recovery-image] Aug 17 03:51:48.575 INFO O| Aug 17 03:51:48.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59312024-08-17T03:51:50.553Z[ recovery-image] Aug 17 03:51:48.575 INFO O| Aug 17 03:51:48.575 INFO STEP 688 (remove_files) COMPLETE
59322024-08-17T03:51:50.553Z[ recovery-image] Aug 17 03:51:48.575 INFO O| Aug 17 03:51:48.575 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-08-17T03:51:50.562Z[ recovery-image] Aug 17 03:51:48.585 INFO O| Aug 17 03:51:48.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59342024-08-17T03:51:50.563Z[ recovery-image] Aug 17 03:51:48.585 INFO O| Aug 17 03:51:48.585 INFO STEP 689 (remove_files) COMPLETE
59352024-08-17T03:51:50.565Z[ recovery-image] Aug 17 03:51:48.585 INFO O| Aug 17 03:51:48.585 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-08-17T03:51:50.573Z[ recovery-image] Aug 17 03:51:48.594 INFO O| Aug 17 03:51:48.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59372024-08-17T03:51:50.573Z[ recovery-image] Aug 17 03:51:48.594 INFO O| Aug 17 03:51:48.594 INFO STEP 690 (remove_files) COMPLETE
59382024-08-17T03:51:50.576Z[ recovery-image] Aug 17 03:51:48.594 INFO O| Aug 17 03:51:48.594 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-08-17T03:51:50.580Z[ recovery-image] Aug 17 03:51:48.603 INFO O| Aug 17 03:51:48.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59402024-08-17T03:51:50.587Z[ recovery-image] Aug 17 03:51:48.603 INFO O| Aug 17 03:51:48.603 INFO STEP 691 (remove_files) COMPLETE
59412024-08-17T03:51:50.587Z[ recovery-image] Aug 17 03:51:48.603 INFO O| Aug 17 03:51:48.603 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-08-17T03:51:50.590Z[ recovery-image] Aug 17 03:51:48.612 INFO O| Aug 17 03:51:48.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59432024-08-17T03:51:50.590Z[ recovery-image] Aug 17 03:51:48.612 INFO O| Aug 17 03:51:48.612 INFO STEP 692 (remove_files) COMPLETE
59442024-08-17T03:51:50.590Z[ recovery-image] Aug 17 03:51:48.612 INFO O| Aug 17 03:51:48.612 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-08-17T03:51:50.600Z[ recovery-image] Aug 17 03:51:48.622 INFO O| Aug 17 03:51:48.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59462024-08-17T03:51:50.600Z[ recovery-image] Aug 17 03:51:48.622 INFO O| Aug 17 03:51:48.622 INFO STEP 693 (remove_files) COMPLETE
59472024-08-17T03:51:50.600Z[ recovery-image] Aug 17 03:51:48.622 INFO O| Aug 17 03:51:48.622 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-08-17T03:51:50.608Z[ recovery-image] Aug 17 03:51:48.631 INFO O| Aug 17 03:51:48.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59492024-08-17T03:51:50.608Z[ recovery-image] Aug 17 03:51:48.631 INFO O| Aug 17 03:51:48.631 INFO STEP 694 (remove_files) COMPLETE
59502024-08-17T03:51:50.608Z[ recovery-image] Aug 17 03:51:48.631 INFO O| Aug 17 03:51:48.631 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-08-17T03:51:50.617Z[ recovery-image] Aug 17 03:51:48.640 INFO O| Aug 17 03:51:48.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59522024-08-17T03:51:50.617Z[ recovery-image] Aug 17 03:51:48.640 INFO O| Aug 17 03:51:48.640 INFO STEP 695 (remove_files) COMPLETE
59532024-08-17T03:51:50.620Z[ recovery-image] Aug 17 03:51:48.640 INFO O| Aug 17 03:51:48.640 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-08-17T03:51:50.627Z[ recovery-image] Aug 17 03:51:48.649 INFO O| Aug 17 03:51:48.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59552024-08-17T03:51:50.627Z[ recovery-image] Aug 17 03:51:48.650 INFO O| Aug 17 03:51:48.649 INFO STEP 696 (remove_files) COMPLETE
59562024-08-17T03:51:50.629Z[ recovery-image] Aug 17 03:51:48.650 INFO O| Aug 17 03:51:48.649 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-08-17T03:51:50.636Z[ recovery-image] Aug 17 03:51:48.659 INFO O| Aug 17 03:51:48.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59582024-08-17T03:51:50.640Z[ recovery-image] Aug 17 03:51:48.659 INFO O| Aug 17 03:51:48.659 INFO STEP 697 (remove_files) COMPLETE
59592024-08-17T03:51:50.640Z[ recovery-image] Aug 17 03:51:48.659 INFO O| Aug 17 03:51:48.659 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-08-17T03:51:50.645Z[ recovery-image] Aug 17 03:51:48.668 INFO O| Aug 17 03:51:48.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59612024-08-17T03:51:50.645Z[ recovery-image] Aug 17 03:51:48.668 INFO O| Aug 17 03:51:48.668 INFO STEP 698 (remove_files) COMPLETE
59622024-08-17T03:51:50.645Z[ recovery-image] Aug 17 03:51:48.668 INFO O| Aug 17 03:51:48.668 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-08-17T03:51:50.654Z[ recovery-image] Aug 17 03:51:48.677 INFO O| Aug 17 03:51:48.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59642024-08-17T03:51:50.654Z[ recovery-image] Aug 17 03:51:48.677 INFO O| Aug 17 03:51:48.677 INFO STEP 699 (remove_files) COMPLETE
59652024-08-17T03:51:50.657Z[ recovery-image] Aug 17 03:51:48.677 INFO O| Aug 17 03:51:48.677 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-08-17T03:51:50.664Z[ recovery-image] Aug 17 03:51:48.686 INFO O| Aug 17 03:51:48.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
59672024-08-17T03:51:50.666Z[ recovery-image] Aug 17 03:51:48.686 INFO O| Aug 17 03:51:48.686 INFO STEP 700 (remove_files) COMPLETE
59682024-08-17T03:51:50.666Z[ recovery-image] Aug 17 03:51:48.686 INFO O| Aug 17 03:51:48.686 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-08-17T03:51:50.673Z[ recovery-image] Aug 17 03:51:48.696 INFO O| Aug 17 03:51:48.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
59702024-08-17T03:51:50.673Z[ recovery-image] Aug 17 03:51:48.696 INFO O| Aug 17 03:51:48.696 INFO STEP 701 (remove_files) COMPLETE
59712024-08-17T03:51:50.676Z[ recovery-image] Aug 17 03:51:48.696 INFO O| Aug 17 03:51:48.696 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-08-17T03:51:50.683Z[ recovery-image] Aug 17 03:51:48.705 INFO O| Aug 17 03:51:48.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
59732024-08-17T03:51:50.687Z[ recovery-image] Aug 17 03:51:48.705 INFO O| Aug 17 03:51:48.705 INFO STEP 702 (remove_files) COMPLETE
59742024-08-17T03:51:50.687Z[ recovery-image] Aug 17 03:51:48.705 INFO O| Aug 17 03:51:48.705 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-08-17T03:51:50.692Z[ recovery-image] Aug 17 03:51:48.714 INFO O| Aug 17 03:51:48.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
59762024-08-17T03:51:50.695Z[ recovery-image] Aug 17 03:51:48.714 INFO O| Aug 17 03:51:48.714 INFO STEP 703 (remove_files) COMPLETE
59772024-08-17T03:51:50.695Z[ recovery-image] Aug 17 03:51:48.715 INFO O| Aug 17 03:51:48.714 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-08-17T03:51:50.701Z[ recovery-image] Aug 17 03:51:48.724 INFO O| Aug 17 03:51:48.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
59792024-08-17T03:51:50.703Z[ recovery-image] Aug 17 03:51:48.724 INFO O| Aug 17 03:51:48.724 INFO STEP 704 (remove_files) COMPLETE
59802024-08-17T03:51:50.703Z[ recovery-image] Aug 17 03:51:48.724 INFO O| Aug 17 03:51:48.724 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-08-17T03:51:50.710Z[ recovery-image] Aug 17 03:51:48.733 INFO O| Aug 17 03:51:48.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
59822024-08-17T03:51:50.716Z[ recovery-image] Aug 17 03:51:48.733 INFO O| Aug 17 03:51:48.733 INFO STEP 705 (remove_files) COMPLETE
59832024-08-17T03:51:50.716Z[ recovery-image] Aug 17 03:51:48.733 INFO O| Aug 17 03:51:48.733 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-08-17T03:51:50.719Z[ recovery-image] Aug 17 03:51:48.742 INFO O| Aug 17 03:51:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
59852024-08-17T03:51:50.721Z[ recovery-image] Aug 17 03:51:48.742 INFO O| Aug 17 03:51:48.742 INFO STEP 706 (remove_files) COMPLETE
59862024-08-17T03:51:50.721Z[ recovery-image] Aug 17 03:51:48.742 INFO O| Aug 17 03:51:48.742 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-08-17T03:51:50.731Z[ recovery-image] Aug 17 03:51:48.751 INFO O| Aug 17 03:51:48.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
59882024-08-17T03:51:50.731Z[ recovery-image] Aug 17 03:51:48.751 INFO O| Aug 17 03:51:48.751 INFO STEP 707 (remove_files) COMPLETE
59892024-08-17T03:51:50.731Z[ recovery-image] Aug 17 03:51:48.751 INFO O| Aug 17 03:51:48.751 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-08-17T03:51:50.738Z[ recovery-image] Aug 17 03:51:48.760 INFO O| Aug 17 03:51:48.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
59912024-08-17T03:51:50.738Z[ recovery-image] Aug 17 03:51:48.760 INFO O| Aug 17 03:51:48.760 INFO STEP 708 (remove_files) COMPLETE
59922024-08-17T03:51:50.741Z[ recovery-image] Aug 17 03:51:48.760 INFO O| Aug 17 03:51:48.760 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-08-17T03:51:50.752Z[ recovery-image] Aug 17 03:51:48.770 INFO O| Aug 17 03:51:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
59942024-08-17T03:51:50.756Z[ recovery-image] Aug 17 03:51:48.770 INFO O| Aug 17 03:51:48.770 INFO STEP 709 (remove_files) COMPLETE
59952024-08-17T03:51:50.756Z[ recovery-image] Aug 17 03:51:48.770 INFO O| Aug 17 03:51:48.770 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-08-17T03:51:50.760Z[ recovery-image] Aug 17 03:51:48.779 INFO O| Aug 17 03:51:48.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
59972024-08-17T03:51:50.761Z[ recovery-image] Aug 17 03:51:48.779 INFO O| Aug 17 03:51:48.779 INFO STEP 710 (remove_files) COMPLETE
59982024-08-17T03:51:50.761Z[ recovery-image] Aug 17 03:51:48.779 INFO O| Aug 17 03:51:48.779 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-08-17T03:51:50.767Z[ recovery-image] Aug 17 03:51:48.788 INFO O| Aug 17 03:51:48.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60002024-08-17T03:51:50.767Z[ recovery-image] Aug 17 03:51:48.788 INFO O| Aug 17 03:51:48.788 INFO STEP 711 (remove_files) COMPLETE
60012024-08-17T03:51:50.770Z[ recovery-image] Aug 17 03:51:48.788 INFO O| Aug 17 03:51:48.788 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-08-17T03:51:50.775Z[ recovery-image] Aug 17 03:51:48.798 INFO O| Aug 17 03:51:48.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60032024-08-17T03:51:50.775Z[ recovery-image] Aug 17 03:51:48.798 INFO O| Aug 17 03:51:48.798 INFO STEP 712 (remove_files) COMPLETE
60042024-08-17T03:51:50.777Z[ recovery-image] Aug 17 03:51:48.798 INFO O| Aug 17 03:51:48.798 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-08-17T03:51:50.784Z[ recovery-image] Aug 17 03:51:48.807 INFO O| Aug 17 03:51:48.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60062024-08-17T03:51:50.784Z[ recovery-image] Aug 17 03:51:48.807 INFO O| Aug 17 03:51:48.807 INFO STEP 713 (remove_files) COMPLETE
60072024-08-17T03:51:50.784Z[ recovery-image] Aug 17 03:51:48.807 INFO O| Aug 17 03:51:48.807 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-08-17T03:51:50.793Z[ recovery-image] Aug 17 03:51:48.816 INFO O| Aug 17 03:51:48.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60092024-08-17T03:51:50.795Z[ recovery-image] Aug 17 03:51:48.816 INFO O| Aug 17 03:51:48.816 INFO STEP 714 (remove_files) COMPLETE
60102024-08-17T03:51:50.795Z[ recovery-image] Aug 17 03:51:48.816 INFO O| Aug 17 03:51:48.816 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-08-17T03:51:50.802Z[ recovery-image] Aug 17 03:51:48.825 INFO O| Aug 17 03:51:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60122024-08-17T03:51:50.802Z[ recovery-image] Aug 17 03:51:48.825 INFO O| Aug 17 03:51:48.825 INFO STEP 715 (remove_files) COMPLETE
60132024-08-17T03:51:50.802Z[ recovery-image] Aug 17 03:51:48.825 INFO O| Aug 17 03:51:48.825 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-08-17T03:51:50.812Z[ recovery-image] Aug 17 03:51:48.835 INFO O| Aug 17 03:51:48.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60152024-08-17T03:51:50.812Z[ recovery-image] Aug 17 03:51:48.835 INFO O| Aug 17 03:51:48.835 INFO STEP 716 (remove_files) COMPLETE
60162024-08-17T03:51:50.812Z[ recovery-image] Aug 17 03:51:48.835 INFO O| Aug 17 03:51:48.835 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-08-17T03:51:50.828Z[ recovery-image] Aug 17 03:51:48.844 INFO O| Aug 17 03:51:48.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60182024-08-17T03:51:50.830Z[ recovery-image] Aug 17 03:51:48.844 INFO O| Aug 17 03:51:48.844 INFO STEP 717 (remove_files) COMPLETE
60192024-08-17T03:51:50.830Z[ recovery-image] Aug 17 03:51:48.844 INFO O| Aug 17 03:51:48.844 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-08-17T03:51:50.830Z[ recovery-image] Aug 17 03:51:48.853 INFO O| Aug 17 03:51:48.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60212024-08-17T03:51:50.830Z[ recovery-image] Aug 17 03:51:48.853 INFO O| Aug 17 03:51:48.853 INFO STEP 718 (remove_files) COMPLETE
60222024-08-17T03:51:50.830Z[ recovery-image] Aug 17 03:51:48.853 INFO O| Aug 17 03:51:48.853 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-08-17T03:51:50.841Z[ recovery-image] Aug 17 03:51:48.862 INFO O| Aug 17 03:51:48.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60242024-08-17T03:51:50.844Z[ recovery-image] Aug 17 03:51:48.863 INFO O| Aug 17 03:51:48.862 INFO STEP 719 (remove_files) COMPLETE
60252024-08-17T03:51:50.844Z[ recovery-image] Aug 17 03:51:48.863 INFO O| Aug 17 03:51:48.863 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-08-17T03:51:50.849Z[ recovery-image] Aug 17 03:51:48.872 INFO O| Aug 17 03:51:48.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60272024-08-17T03:51:50.851Z[ recovery-image] Aug 17 03:51:48.872 INFO O| Aug 17 03:51:48.872 INFO STEP 720 (remove_files) COMPLETE
60282024-08-17T03:51:50.851Z[ recovery-image] Aug 17 03:51:48.872 INFO O| Aug 17 03:51:48.872 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-08-17T03:51:50.858Z[ recovery-image] Aug 17 03:51:48.881 INFO O| Aug 17 03:51:48.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60302024-08-17T03:51:50.858Z[ recovery-image] Aug 17 03:51:48.881 INFO O| Aug 17 03:51:48.881 INFO STEP 721 (remove_files) COMPLETE
60312024-08-17T03:51:50.858Z[ recovery-image] Aug 17 03:51:48.881 INFO O| Aug 17 03:51:48.881 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-08-17T03:51:50.867Z[ recovery-image] Aug 17 03:51:48.890 INFO O| Aug 17 03:51:48.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60332024-08-17T03:51:50.867Z[ recovery-image] Aug 17 03:51:48.890 INFO O| Aug 17 03:51:48.890 INFO STEP 722 (remove_files) COMPLETE
60342024-08-17T03:51:50.870Z[ recovery-image] Aug 17 03:51:48.890 INFO O| Aug 17 03:51:48.890 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-08-17T03:51:50.876Z[ recovery-image] Aug 17 03:51:48.899 INFO O| Aug 17 03:51:48.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60362024-08-17T03:51:50.876Z[ recovery-image] Aug 17 03:51:48.899 INFO O| Aug 17 03:51:48.899 INFO STEP 723 (remove_files) COMPLETE
60372024-08-17T03:51:50.879Z[ recovery-image] Aug 17 03:51:48.899 INFO O| Aug 17 03:51:48.899 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-17T03:51:50.885Z[ recovery-image] Aug 17 03:51:48.908 INFO O| Aug 17 03:51:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60392024-08-17T03:51:50.888Z[ recovery-image] Aug 17 03:51:48.908 INFO O| Aug 17 03:51:48.908 INFO STEP 724 (remove_files) COMPLETE
60402024-08-17T03:51:50.888Z[ recovery-image] Aug 17 03:51:48.909 INFO O| Aug 17 03:51:48.908 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-17T03:51:50.896Z[ recovery-image] Aug 17 03:51:48.918 INFO O| Aug 17 03:51:48.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60422024-08-17T03:51:50.896Z[ recovery-image] Aug 17 03:51:48.918 INFO O| Aug 17 03:51:48.918 INFO STEP 725 (remove_files) COMPLETE
60432024-08-17T03:51:50.898Z[ recovery-image] Aug 17 03:51:48.918 INFO O| Aug 17 03:51:48.918 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-17T03:51:50.904Z[ recovery-image] Aug 17 03:51:48.927 INFO O| Aug 17 03:51:48.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60452024-08-17T03:51:50.904Z[ recovery-image] Aug 17 03:51:48.927 INFO O| Aug 17 03:51:48.927 INFO STEP 726 (remove_files) COMPLETE
60462024-08-17T03:51:50.906Z[ recovery-image] Aug 17 03:51:48.927 INFO O| Aug 17 03:51:48.927 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-17T03:51:50.913Z[ recovery-image] Aug 17 03:51:48.936 INFO O| Aug 17 03:51:48.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60482024-08-17T03:51:50.913Z[ recovery-image] Aug 17 03:51:48.936 INFO O| Aug 17 03:51:48.936 INFO STEP 727 (remove_files) COMPLETE
60492024-08-17T03:51:50.918Z[ recovery-image] Aug 17 03:51:48.936 INFO O| Aug 17 03:51:48.936 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-17T03:51:50.923Z[ recovery-image] Aug 17 03:51:48.945 INFO O| Aug 17 03:51:48.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60512024-08-17T03:51:50.923Z[ recovery-image] Aug 17 03:51:48.945 INFO O| Aug 17 03:51:48.945 INFO STEP 728 (remove_files) COMPLETE
60522024-08-17T03:51:50.926Z[ recovery-image] Aug 17 03:51:48.945 INFO O| Aug 17 03:51:48.945 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-17T03:51:50.931Z[ recovery-image] Aug 17 03:51:48.954 INFO O| Aug 17 03:51:48.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60542024-08-17T03:51:50.932Z[ recovery-image] Aug 17 03:51:48.954 INFO O| Aug 17 03:51:48.954 INFO STEP 729 (remove_files) COMPLETE
60552024-08-17T03:51:50.932Z[ recovery-image] Aug 17 03:51:48.954 INFO O| Aug 17 03:51:48.954 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-17T03:51:50.941Z[ recovery-image] Aug 17 03:51:48.964 INFO O| Aug 17 03:51:48.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60572024-08-17T03:51:50.944Z[ recovery-image] Aug 17 03:51:48.964 INFO O| Aug 17 03:51:48.964 INFO STEP 730 (remove_files) COMPLETE
60582024-08-17T03:51:50.944Z[ recovery-image] Aug 17 03:51:48.964 INFO O| Aug 17 03:51:48.964 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-17T03:51:50.950Z[ recovery-image] Aug 17 03:51:48.973 INFO O| Aug 17 03:51:48.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60602024-08-17T03:51:50.952Z[ recovery-image] Aug 17 03:51:48.973 INFO O| Aug 17 03:51:48.973 INFO STEP 731 (remove_files) COMPLETE
60612024-08-17T03:51:50.952Z[ recovery-image] Aug 17 03:51:48.973 INFO O| Aug 17 03:51:48.973 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-17T03:51:50.959Z[ recovery-image] Aug 17 03:51:48.982 INFO O| Aug 17 03:51:48.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60632024-08-17T03:51:50.959Z[ recovery-image] Aug 17 03:51:48.982 INFO O| Aug 17 03:51:48.982 INFO STEP 732 (remove_files) COMPLETE
60642024-08-17T03:51:50.965Z[ recovery-image] Aug 17 03:51:48.982 INFO O| Aug 17 03:51:48.982 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-17T03:51:50.968Z[ recovery-image] Aug 17 03:51:48.991 INFO O| Aug 17 03:51:48.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
60662024-08-17T03:51:50.968Z[ recovery-image] Aug 17 03:51:48.991 INFO O| Aug 17 03:51:48.991 INFO STEP 733 (remove_files) COMPLETE
60672024-08-17T03:51:50.971Z[ recovery-image] Aug 17 03:51:48.991 INFO O| Aug 17 03:51:48.991 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-17T03:51:50.979Z[ recovery-image] Aug 17 03:51:49.001 INFO O| Aug 17 03:51:49.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
60692024-08-17T03:51:50.979Z[ recovery-image] Aug 17 03:51:49.001 INFO O| Aug 17 03:51:49.001 INFO STEP 734 (remove_files) COMPLETE
60702024-08-17T03:51:50.979Z[ recovery-image] Aug 17 03:51:49.001 INFO O| Aug 17 03:51:49.001 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-17T03:51:50.987Z[ recovery-image] Aug 17 03:51:49.010 INFO O| Aug 17 03:51:49.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
60722024-08-17T03:51:50.988Z[ recovery-image] Aug 17 03:51:49.011 INFO O| Aug 17 03:51:49.010 INFO STEP 735 (remove_files) COMPLETE
60732024-08-17T03:51:50.990Z[ recovery-image] Aug 17 03:51:49.011 INFO O| Aug 17 03:51:49.010 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-17T03:51:50.997Z[ recovery-image] Aug 17 03:51:49.020 INFO O| Aug 17 03:51:49.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
60752024-08-17T03:51:50.999Z[ recovery-image] Aug 17 03:51:49.020 INFO O| Aug 17 03:51:49.020 INFO STEP 736 (remove_files) COMPLETE
60762024-08-17T03:51:50.999Z[ recovery-image] Aug 17 03:51:49.020 INFO O| Aug 17 03:51:49.020 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-17T03:51:51.007Z[ recovery-image] Aug 17 03:51:49.029 INFO O| Aug 17 03:51:49.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
60782024-08-17T03:51:51.007Z[ recovery-image] Aug 17 03:51:49.029 INFO O| Aug 17 03:51:49.029 INFO STEP 737 (remove_files) COMPLETE
60792024-08-17T03:51:51.010Z[ recovery-image] Aug 17 03:51:49.029 INFO O| Aug 17 03:51:49.029 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-17T03:51:51.015Z[ recovery-image] Aug 17 03:51:49.038 INFO O| Aug 17 03:51:49.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
60812024-08-17T03:51:51.015Z[ recovery-image] Aug 17 03:51:49.038 INFO O| Aug 17 03:51:49.038 INFO STEP 738 (remove_files) COMPLETE
60822024-08-17T03:51:51.018Z[ recovery-image] Aug 17 03:51:49.038 INFO O| Aug 17 03:51:49.038 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-17T03:51:51.025Z[ recovery-image] Aug 17 03:51:49.047 INFO O| Aug 17 03:51:49.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
60842024-08-17T03:51:51.027Z[ recovery-image] Aug 17 03:51:49.047 INFO O| Aug 17 03:51:49.047 INFO STEP 739 (remove_files) COMPLETE
60852024-08-17T03:51:51.027Z[ recovery-image] Aug 17 03:51:49.047 INFO O| Aug 17 03:51:49.047 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-17T03:51:51.035Z[ recovery-image] Aug 17 03:51:49.058 INFO O| Aug 17 03:51:49.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
60872024-08-17T03:51:51.035Z[ recovery-image] Aug 17 03:51:49.058 INFO O| Aug 17 03:51:49.058 INFO STEP 740 (remove_files) COMPLETE
60882024-08-17T03:51:51.038Z[ recovery-image] Aug 17 03:51:49.058 INFO O| Aug 17 03:51:49.058 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-17T03:51:51.045Z[ recovery-image] Aug 17 03:51:49.067 INFO O| Aug 17 03:51:49.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
60902024-08-17T03:51:51.048Z[ recovery-image] Aug 17 03:51:49.067 INFO O| Aug 17 03:51:49.067 INFO STEP 741 (remove_files) COMPLETE
60912024-08-17T03:51:51.048Z[ recovery-image] Aug 17 03:51:49.067 INFO O| Aug 17 03:51:49.067 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-17T03:51:51.053Z[ recovery-image] Aug 17 03:51:49.076 INFO O| Aug 17 03:51:49.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
60932024-08-17T03:51:51.055Z[ recovery-image] Aug 17 03:51:49.076 INFO O| Aug 17 03:51:49.076 INFO STEP 742 (remove_files) COMPLETE
60942024-08-17T03:51:51.055Z[ recovery-image] Aug 17 03:51:49.076 INFO O| Aug 17 03:51:49.076 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-17T03:51:51.062Z[ recovery-image] Aug 17 03:51:49.085 INFO O| Aug 17 03:51:49.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
60962024-08-17T03:51:51.062Z[ recovery-image] Aug 17 03:51:49.085 INFO O| Aug 17 03:51:49.085 INFO STEP 743 (remove_files) COMPLETE
60972024-08-17T03:51:51.064Z[ recovery-image] Aug 17 03:51:49.085 INFO O| Aug 17 03:51:49.085 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-17T03:51:51.072Z[ recovery-image] Aug 17 03:51:49.094 INFO O| Aug 17 03:51:49.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
60992024-08-17T03:51:51.075Z[ recovery-image] Aug 17 03:51:49.095 INFO O| Aug 17 03:51:49.094 INFO STEP 744 (remove_files) COMPLETE
61002024-08-17T03:51:51.075Z[ recovery-image] Aug 17 03:51:49.095 INFO O| Aug 17 03:51:49.095 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-17T03:51:51.081Z[ recovery-image] Aug 17 03:51:49.104 INFO O| Aug 17 03:51:49.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61022024-08-17T03:51:51.081Z[ recovery-image] Aug 17 03:51:49.104 INFO O| Aug 17 03:51:49.104 INFO STEP 745 (remove_files) COMPLETE
61032024-08-17T03:51:51.084Z[ recovery-image] Aug 17 03:51:49.104 INFO O| Aug 17 03:51:49.104 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-17T03:51:51.092Z[ recovery-image] Aug 17 03:51:49.113 INFO O| Aug 17 03:51:49.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61052024-08-17T03:51:51.096Z[ recovery-image] Aug 17 03:51:49.113 INFO O| Aug 17 03:51:49.113 INFO STEP 746 (remove_files) COMPLETE
61062024-08-17T03:51:51.096Z[ recovery-image] Aug 17 03:51:49.113 INFO O| Aug 17 03:51:49.113 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-17T03:51:51.100Z[ recovery-image] Aug 17 03:51:49.122 INFO O| Aug 17 03:51:49.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61082024-08-17T03:51:51.100Z[ recovery-image] Aug 17 03:51:49.122 INFO O| Aug 17 03:51:49.122 INFO STEP 747 (remove_files) COMPLETE
61092024-08-17T03:51:51.103Z[ recovery-image] Aug 17 03:51:49.122 INFO O| Aug 17 03:51:49.122 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-08-17T03:51:51.108Z[ recovery-image] Aug 17 03:51:49.131 INFO O| Aug 17 03:51:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61112024-08-17T03:51:51.109Z[ recovery-image] Aug 17 03:51:49.132 INFO O| Aug 17 03:51:49.132 INFO STEP 748 (remove_files) COMPLETE
61122024-08-17T03:51:51.111Z[ recovery-image] Aug 17 03:51:49.132 INFO O| Aug 17 03:51:49.132 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-08-17T03:51:51.119Z[ recovery-image] Aug 17 03:51:49.142 INFO O| Aug 17 03:51:49.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61142024-08-17T03:51:51.121Z[ recovery-image] Aug 17 03:51:49.142 INFO O| Aug 17 03:51:49.142 INFO STEP 749 (remove_files) COMPLETE
61152024-08-17T03:51:51.121Z[ recovery-image] Aug 17 03:51:49.142 INFO O| Aug 17 03:51:49.142 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-08-17T03:51:51.128Z[ recovery-image] Aug 17 03:51:49.151 INFO O| Aug 17 03:51:49.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61172024-08-17T03:51:51.128Z[ recovery-image] Aug 17 03:51:49.151 INFO O| Aug 17 03:51:49.151 INFO STEP 750 (remove_files) COMPLETE
61182024-08-17T03:51:51.131Z[ recovery-image] Aug 17 03:51:49.151 INFO O| Aug 17 03:51:49.151 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-08-17T03:51:51.138Z[ recovery-image] Aug 17 03:51:49.161 INFO O| Aug 17 03:51:49.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61202024-08-17T03:51:51.138Z[ recovery-image] Aug 17 03:51:49.161 INFO O| Aug 17 03:51:49.161 INFO STEP 751 (remove_files) COMPLETE
61212024-08-17T03:51:51.138Z[ recovery-image] Aug 17 03:51:49.161 INFO O| Aug 17 03:51:49.161 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-08-17T03:51:51.149Z[ recovery-image] Aug 17 03:51:49.170 INFO O| Aug 17 03:51:49.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61232024-08-17T03:51:51.149Z[ recovery-image] Aug 17 03:51:49.170 INFO O| Aug 17 03:51:49.170 INFO STEP 752 (remove_files) COMPLETE
61242024-08-17T03:51:51.151Z[ recovery-image] Aug 17 03:51:49.170 INFO O| Aug 17 03:51:49.170 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-08-17T03:51:51.159Z[ recovery-image] Aug 17 03:51:49.180 INFO O| Aug 17 03:51:49.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61262024-08-17T03:51:51.162Z[ recovery-image] Aug 17 03:51:49.180 INFO O| Aug 17 03:51:49.180 INFO STEP 753 (remove_files) COMPLETE
61272024-08-17T03:51:51.162Z[ recovery-image] Aug 17 03:51:49.180 INFO O| Aug 17 03:51:49.180 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-08-17T03:51:51.166Z[ recovery-image] Aug 17 03:51:49.189 INFO O| Aug 17 03:51:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61292024-08-17T03:51:51.169Z[ recovery-image] Aug 17 03:51:49.189 INFO O| Aug 17 03:51:49.189 INFO STEP 754 (remove_files) COMPLETE
61302024-08-17T03:51:51.169Z[ recovery-image] Aug 17 03:51:49.189 INFO O| Aug 17 03:51:49.189 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-08-17T03:51:51.176Z[ recovery-image] Aug 17 03:51:49.198 INFO O| Aug 17 03:51:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61322024-08-17T03:51:51.176Z[ recovery-image] Aug 17 03:51:49.198 INFO O| Aug 17 03:51:49.198 INFO STEP 755 (remove_files) COMPLETE
61332024-08-17T03:51:51.179Z[ recovery-image] Aug 17 03:51:49.198 INFO O| Aug 17 03:51:49.198 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-08-17T03:51:51.184Z[ recovery-image] Aug 17 03:51:49.207 INFO O| Aug 17 03:51:49.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61352024-08-17T03:51:51.184Z[ recovery-image] Aug 17 03:51:49.207 INFO O| Aug 17 03:51:49.207 INFO STEP 756 (remove_files) COMPLETE
61362024-08-17T03:51:51.187Z[ recovery-image] Aug 17 03:51:49.207 INFO O| Aug 17 03:51:49.207 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-08-17T03:51:51.194Z[ recovery-image] Aug 17 03:51:49.217 INFO O| Aug 17 03:51:49.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61382024-08-17T03:51:51.194Z[ recovery-image] Aug 17 03:51:49.217 INFO O| Aug 17 03:51:49.217 INFO STEP 757 (remove_files) COMPLETE
61392024-08-17T03:51:51.196Z[ recovery-image] Aug 17 03:51:49.217 INFO O| Aug 17 03:51:49.217 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-08-17T03:51:51.203Z[ recovery-image] Aug 17 03:51:49.226 INFO O| Aug 17 03:51:49.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61412024-08-17T03:51:51.203Z[ recovery-image] Aug 17 03:51:49.226 INFO O| Aug 17 03:51:49.226 INFO STEP 758 (remove_files) COMPLETE
61422024-08-17T03:51:51.206Z[ recovery-image] Aug 17 03:51:49.226 INFO O| Aug 17 03:51:49.226 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-08-17T03:51:51.212Z[ recovery-image] Aug 17 03:51:49.235 INFO O| Aug 17 03:51:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61442024-08-17T03:51:51.215Z[ recovery-image] Aug 17 03:51:49.235 INFO O| Aug 17 03:51:49.235 INFO STEP 759 (remove_files) COMPLETE
61452024-08-17T03:51:51.215Z[ recovery-image] Aug 17 03:51:49.235 INFO O| Aug 17 03:51:49.235 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-08-17T03:51:51.222Z[ recovery-image] Aug 17 03:51:49.244 INFO O| Aug 17 03:51:49.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61472024-08-17T03:51:51.224Z[ recovery-image] Aug 17 03:51:49.245 INFO O| Aug 17 03:51:49.245 INFO STEP 760 (remove_files) COMPLETE
61482024-08-17T03:51:51.224Z[ recovery-image] Aug 17 03:51:49.245 INFO O| Aug 17 03:51:49.245 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-08-17T03:51:51.231Z[ recovery-image] Aug 17 03:51:49.254 INFO O| Aug 17 03:51:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61502024-08-17T03:51:51.233Z[ recovery-image] Aug 17 03:51:49.254 INFO O| Aug 17 03:51:49.254 INFO STEP 761 (remove_files) COMPLETE
61512024-08-17T03:51:51.233Z[ recovery-image] Aug 17 03:51:49.254 INFO O| Aug 17 03:51:49.254 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-08-17T03:51:51.240Z[ recovery-image] Aug 17 03:51:49.263 INFO O| Aug 17 03:51:49.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61532024-08-17T03:51:51.240Z[ recovery-image] Aug 17 03:51:49.263 INFO O| Aug 17 03:51:49.263 INFO STEP 762 (remove_files) COMPLETE
61542024-08-17T03:51:51.244Z[ recovery-image] Aug 17 03:51:49.263 INFO O| Aug 17 03:51:49.263 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-08-17T03:51:51.249Z[ recovery-image] Aug 17 03:51:49.272 INFO O| Aug 17 03:51:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61562024-08-17T03:51:51.249Z[ recovery-image] Aug 17 03:51:49.272 INFO O| Aug 17 03:51:49.272 INFO STEP 763 (remove_files) COMPLETE
61572024-08-17T03:51:51.252Z[ recovery-image] Aug 17 03:51:49.272 INFO O| Aug 17 03:51:49.272 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-08-17T03:51:51.259Z[ recovery-image] Aug 17 03:51:49.282 INFO O| Aug 17 03:51:49.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61592024-08-17T03:51:51.259Z[ recovery-image] Aug 17 03:51:49.282 INFO O| Aug 17 03:51:49.282 INFO STEP 764 (remove_files) COMPLETE
61602024-08-17T03:51:51.259Z[ recovery-image] Aug 17 03:51:49.282 INFO O| Aug 17 03:51:49.282 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-08-17T03:51:51.268Z[ recovery-image] Aug 17 03:51:49.291 INFO O| Aug 17 03:51:49.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
61622024-08-17T03:51:51.268Z[ recovery-image] Aug 17 03:51:49.291 INFO O| Aug 17 03:51:49.291 INFO STEP 765 (remove_files) COMPLETE
61632024-08-17T03:51:51.271Z[ recovery-image] Aug 17 03:51:49.291 INFO O| Aug 17 03:51:49.291 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-08-17T03:51:51.278Z[ recovery-image] Aug 17 03:51:49.301 INFO O| Aug 17 03:51:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
61652024-08-17T03:51:51.278Z[ recovery-image] Aug 17 03:51:49.301 INFO O| Aug 17 03:51:49.301 INFO STEP 766 (remove_files) COMPLETE
61662024-08-17T03:51:51.278Z[ recovery-image] Aug 17 03:51:49.301 INFO O| Aug 17 03:51:49.301 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-08-17T03:51:51.288Z[ recovery-image] Aug 17 03:51:49.310 INFO O| Aug 17 03:51:49.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
61682024-08-17T03:51:51.290Z[ recovery-image] Aug 17 03:51:49.310 INFO O| Aug 17 03:51:49.310 INFO STEP 767 (remove_files) COMPLETE
61692024-08-17T03:51:51.290Z[ recovery-image] Aug 17 03:51:49.310 INFO O| Aug 17 03:51:49.310 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-08-17T03:51:51.296Z[ recovery-image] Aug 17 03:51:49.319 INFO O| Aug 17 03:51:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
61712024-08-17T03:51:51.300Z[ recovery-image] Aug 17 03:51:49.319 INFO O| Aug 17 03:51:49.319 INFO STEP 768 (remove_files) COMPLETE
61722024-08-17T03:51:51.300Z[ recovery-image] Aug 17 03:51:49.319 INFO O| Aug 17 03:51:49.319 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-08-17T03:51:51.306Z[ recovery-image] Aug 17 03:51:49.329 INFO O| Aug 17 03:51:49.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
61742024-08-17T03:51:51.308Z[ recovery-image] Aug 17 03:51:49.329 INFO O| Aug 17 03:51:49.329 INFO STEP 769 (remove_files) COMPLETE
61752024-08-17T03:51:51.308Z[ recovery-image] Aug 17 03:51:49.329 INFO O| Aug 17 03:51:49.329 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-08-17T03:51:51.315Z[ recovery-image] Aug 17 03:51:49.338 INFO O| Aug 17 03:51:49.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
61772024-08-17T03:51:51.317Z[ recovery-image] Aug 17 03:51:49.338 INFO O| Aug 17 03:51:49.338 INFO STEP 770 (remove_files) COMPLETE
61782024-08-17T03:51:51.317Z[ recovery-image] Aug 17 03:51:49.338 INFO O| Aug 17 03:51:49.338 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-08-17T03:51:51.324Z[ recovery-image] Aug 17 03:51:49.347 INFO O| Aug 17 03:51:49.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
61802024-08-17T03:51:51.324Z[ recovery-image] Aug 17 03:51:49.347 INFO O| Aug 17 03:51:49.347 INFO STEP 771 (remove_files) COMPLETE
61812024-08-17T03:51:51.324Z[ recovery-image] Aug 17 03:51:49.347 INFO O| Aug 17 03:51:49.347 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-08-17T03:51:51.334Z[ recovery-image] Aug 17 03:51:49.357 INFO O| Aug 17 03:51:49.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
61832024-08-17T03:51:51.337Z[ recovery-image] Aug 17 03:51:49.357 INFO O| Aug 17 03:51:49.357 INFO STEP 772 (remove_files) COMPLETE
61842024-08-17T03:51:51.337Z[ recovery-image] Aug 17 03:51:49.357 INFO O| Aug 17 03:51:49.357 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-08-17T03:51:51.345Z[ recovery-image] Aug 17 03:51:49.366 INFO O| Aug 17 03:51:49.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
61862024-08-17T03:51:51.347Z[ recovery-image] Aug 17 03:51:49.366 INFO O| Aug 17 03:51:49.366 INFO STEP 773 (remove_files) COMPLETE
61872024-08-17T03:51:51.347Z[ recovery-image] Aug 17 03:51:49.366 INFO O| Aug 17 03:51:49.366 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-08-17T03:51:51.352Z[ recovery-image] Aug 17 03:51:49.375 INFO O| Aug 17 03:51:49.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
61892024-08-17T03:51:51.352Z[ recovery-image] Aug 17 03:51:49.375 INFO O| Aug 17 03:51:49.375 INFO STEP 774 (remove_files) COMPLETE
61902024-08-17T03:51:51.356Z[ recovery-image] Aug 17 03:51:49.375 INFO O| Aug 17 03:51:49.375 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-08-17T03:51:51.363Z[ recovery-image] Aug 17 03:51:49.384 INFO O| Aug 17 03:51:49.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
61922024-08-17T03:51:51.363Z[ recovery-image] Aug 17 03:51:49.384 INFO O| Aug 17 03:51:49.384 INFO STEP 775 (remove_files) COMPLETE
61932024-08-17T03:51:51.365Z[ recovery-image] Aug 17 03:51:49.384 INFO O| Aug 17 03:51:49.384 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-08-17T03:51:51.371Z[ recovery-image] Aug 17 03:51:49.394 INFO O| Aug 17 03:51:49.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
61952024-08-17T03:51:51.371Z[ recovery-image] Aug 17 03:51:49.394 INFO O| Aug 17 03:51:49.394 INFO STEP 776 (remove_files) COMPLETE
61962024-08-17T03:51:51.372Z[ recovery-image] Aug 17 03:51:49.394 INFO O| Aug 17 03:51:49.394 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-08-17T03:51:51.380Z[ recovery-image] Aug 17 03:51:49.403 INFO O| Aug 17 03:51:49.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
61982024-08-17T03:51:51.380Z[ recovery-image] Aug 17 03:51:49.403 INFO O| Aug 17 03:51:49.403 INFO STEP 777 (remove_files) COMPLETE
61992024-08-17T03:51:51.384Z[ recovery-image] Aug 17 03:51:49.403 INFO O| Aug 17 03:51:49.403 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-08-17T03:51:51.389Z[ recovery-image] Aug 17 03:51:49.412 INFO O| Aug 17 03:51:49.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62012024-08-17T03:51:51.389Z[ recovery-image] Aug 17 03:51:49.412 INFO O| Aug 17 03:51:49.412 INFO STEP 778 (remove_files) COMPLETE
62022024-08-17T03:51:51.389Z[ recovery-image] Aug 17 03:51:49.412 INFO O| Aug 17 03:51:49.412 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-08-17T03:51:51.400Z[ recovery-image] Aug 17 03:51:49.421 INFO O| Aug 17 03:51:49.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62042024-08-17T03:51:51.403Z[ recovery-image] Aug 17 03:51:49.422 INFO O| Aug 17 03:51:49.421 INFO STEP 779 (remove_files) COMPLETE
62052024-08-17T03:51:51.403Z[ recovery-image] Aug 17 03:51:49.422 INFO O| Aug 17 03:51:49.422 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-08-17T03:51:51.408Z[ recovery-image] Aug 17 03:51:49.431 INFO O| Aug 17 03:51:49.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62072024-08-17T03:51:51.408Z[ recovery-image] Aug 17 03:51:49.431 INFO O| Aug 17 03:51:49.431 INFO STEP 780 (remove_files) COMPLETE
62082024-08-17T03:51:51.408Z[ recovery-image] Aug 17 03:51:49.431 INFO O| Aug 17 03:51:49.431 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-08-17T03:51:51.417Z[ recovery-image] Aug 17 03:51:49.440 INFO O| Aug 17 03:51:49.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62102024-08-17T03:51:51.419Z[ recovery-image] Aug 17 03:51:49.440 INFO O| Aug 17 03:51:49.440 INFO STEP 781 (remove_files) COMPLETE
62112024-08-17T03:51:51.419Z[ recovery-image] Aug 17 03:51:49.440 INFO O| Aug 17 03:51:49.440 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-08-17T03:51:51.426Z[ recovery-image] Aug 17 03:51:49.449 INFO O| Aug 17 03:51:49.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62132024-08-17T03:51:51.426Z[ recovery-image] Aug 17 03:51:49.449 INFO O| Aug 17 03:51:49.449 INFO STEP 782 (remove_files) COMPLETE
62142024-08-17T03:51:51.426Z[ recovery-image] Aug 17 03:51:49.449 INFO O| Aug 17 03:51:49.449 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-08-17T03:51:51.436Z[ recovery-image] Aug 17 03:51:49.458 INFO O| Aug 17 03:51:49.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62162024-08-17T03:51:51.436Z[ recovery-image] Aug 17 03:51:49.458 INFO O| Aug 17 03:51:49.458 INFO STEP 783 (remove_files) COMPLETE
62172024-08-17T03:51:51.436Z[ recovery-image] Aug 17 03:51:49.458 INFO O| Aug 17 03:51:49.458 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-08-17T03:51:51.445Z[ recovery-image] Aug 17 03:51:49.468 INFO O| Aug 17 03:51:49.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62192024-08-17T03:51:51.445Z[ recovery-image] Aug 17 03:51:49.468 INFO O| Aug 17 03:51:49.468 INFO STEP 784 (remove_files) COMPLETE
62202024-08-17T03:51:51.445Z[ recovery-image] Aug 17 03:51:49.468 INFO O| Aug 17 03:51:49.468 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-08-17T03:51:51.454Z[ recovery-image] Aug 17 03:51:49.477 INFO O| Aug 17 03:51:49.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62222024-08-17T03:51:51.454Z[ recovery-image] Aug 17 03:51:49.477 INFO O| Aug 17 03:51:49.477 INFO STEP 785 (remove_files) COMPLETE
62232024-08-17T03:51:51.456Z[ recovery-image] Aug 17 03:51:49.477 INFO O| Aug 17 03:51:49.477 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-17T03:51:51.463Z[ recovery-image] Aug 17 03:51:49.486 INFO O| Aug 17 03:51:49.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62252024-08-17T03:51:51.467Z[ recovery-image] Aug 17 03:51:49.486 INFO O| Aug 17 03:51:49.486 INFO STEP 786 (remove_files) COMPLETE
62262024-08-17T03:51:51.467Z[ recovery-image] Aug 17 03:51:49.486 INFO O| Aug 17 03:51:49.486 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-17T03:51:51.475Z[ recovery-image] Aug 17 03:51:49.495 INFO O| Aug 17 03:51:49.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62282024-08-17T03:51:51.477Z[ recovery-image] Aug 17 03:51:49.496 INFO O| Aug 17 03:51:49.496 INFO STEP 787 (remove_files) COMPLETE
62292024-08-17T03:51:51.477Z[ recovery-image] Aug 17 03:51:49.496 INFO O| Aug 17 03:51:49.496 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-17T03:51:51.482Z[ recovery-image] Aug 17 03:51:49.505 INFO O| Aug 17 03:51:49.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62312024-08-17T03:51:51.482Z[ recovery-image] Aug 17 03:51:49.505 INFO O| Aug 17 03:51:49.505 INFO STEP 788 (remove_files) COMPLETE
62322024-08-17T03:51:51.485Z[ recovery-image] Aug 17 03:51:49.505 INFO O| Aug 17 03:51:49.505 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-17T03:51:51.491Z[ recovery-image] Aug 17 03:51:49.514 INFO O| Aug 17 03:51:49.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62342024-08-17T03:51:51.491Z[ recovery-image] Aug 17 03:51:49.514 INFO O| Aug 17 03:51:49.514 INFO STEP 789 (remove_files) COMPLETE
62352024-08-17T03:51:51.493Z[ recovery-image] Aug 17 03:51:49.514 INFO O| Aug 17 03:51:49.514 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-17T03:51:51.501Z[ recovery-image] Aug 17 03:51:49.523 INFO O| Aug 17 03:51:49.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62372024-08-17T03:51:51.501Z[ recovery-image] Aug 17 03:51:49.523 INFO O| Aug 17 03:51:49.523 INFO STEP 790 (remove_files) COMPLETE
62382024-08-17T03:51:51.504Z[ recovery-image] Aug 17 03:51:49.523 INFO O| Aug 17 03:51:49.523 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-17T03:51:51.510Z[ recovery-image] Aug 17 03:51:49.533 INFO O| Aug 17 03:51:49.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62402024-08-17T03:51:51.510Z[ recovery-image] Aug 17 03:51:49.533 INFO O| Aug 17 03:51:49.533 INFO STEP 791 (remove_files) COMPLETE
62412024-08-17T03:51:51.510Z[ recovery-image] Aug 17 03:51:49.533 INFO O| Aug 17 03:51:49.533 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-17T03:51:51.523Z[ recovery-image] Aug 17 03:51:49.542 INFO O| Aug 17 03:51:49.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62432024-08-17T03:51:51.523Z[ recovery-image] Aug 17 03:51:49.542 INFO O| Aug 17 03:51:49.542 INFO STEP 792 (remove_files) COMPLETE
62442024-08-17T03:51:51.528Z[ recovery-image] Aug 17 03:51:49.542 INFO O| Aug 17 03:51:49.542 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-17T03:51:51.535Z[ recovery-image] Aug 17 03:51:49.551 INFO O| Aug 17 03:51:49.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62462024-08-17T03:51:51.535Z[ recovery-image] Aug 17 03:51:49.551 INFO O| Aug 17 03:51:49.551 INFO STEP 793 (remove_files) COMPLETE
62472024-08-17T03:51:51.535Z[ recovery-image] Aug 17 03:51:49.551 INFO O| Aug 17 03:51:49.551 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-17T03:51:51.541Z[ recovery-image] Aug 17 03:51:49.560 INFO O| Aug 17 03:51:49.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62492024-08-17T03:51:51.541Z[ recovery-image] Aug 17 03:51:49.560 INFO O| Aug 17 03:51:49.560 INFO STEP 794 (remove_files) COMPLETE
62502024-08-17T03:51:51.541Z[ recovery-image] Aug 17 03:51:49.560 INFO O| Aug 17 03:51:49.560 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-17T03:51:51.547Z[ recovery-image] Aug 17 03:51:49.570 INFO O| Aug 17 03:51:49.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62522024-08-17T03:51:51.552Z[ recovery-image] Aug 17 03:51:49.570 INFO O| Aug 17 03:51:49.570 INFO STEP 795 (remove_files) COMPLETE
62532024-08-17T03:51:51.552Z[ recovery-image] Aug 17 03:51:49.570 INFO O| Aug 17 03:51:49.570 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-17T03:51:51.562Z[ recovery-image] Aug 17 03:51:49.579 INFO O| Aug 17 03:51:49.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62552024-08-17T03:51:51.562Z[ recovery-image] Aug 17 03:51:49.579 INFO O| Aug 17 03:51:49.579 INFO STEP 796 (remove_files) COMPLETE
62562024-08-17T03:51:51.562Z[ recovery-image] Aug 17 03:51:49.579 INFO O| Aug 17 03:51:49.579 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-17T03:51:51.566Z[ recovery-image] Aug 17 03:51:49.588 INFO O| Aug 17 03:51:49.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62582024-08-17T03:51:51.568Z[ recovery-image] Aug 17 03:51:49.588 INFO O| Aug 17 03:51:49.588 INFO STEP 797 (remove_files) COMPLETE
62592024-08-17T03:51:51.568Z[ recovery-image] Aug 17 03:51:49.588 INFO O| Aug 17 03:51:49.588 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-17T03:51:51.575Z[ recovery-image] Aug 17 03:51:49.597 INFO O| Aug 17 03:51:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
62612024-08-17T03:51:51.576Z[ recovery-image] Aug 17 03:51:49.597 INFO O| Aug 17 03:51:49.597 INFO STEP 798 (remove_files) COMPLETE
62622024-08-17T03:51:51.579Z[ recovery-image] Aug 17 03:51:49.597 INFO O| Aug 17 03:51:49.597 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-17T03:51:51.584Z[ recovery-image] Aug 17 03:51:49.606 INFO O| Aug 17 03:51:49.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
62642024-08-17T03:51:51.584Z[ recovery-image] Aug 17 03:51:49.606 INFO O| Aug 17 03:51:49.606 INFO STEP 799 (remove_files) COMPLETE
62652024-08-17T03:51:51.584Z[ recovery-image] Aug 17 03:51:49.606 INFO O| Aug 17 03:51:49.606 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-17T03:51:51.593Z[ recovery-image] Aug 17 03:51:49.616 INFO O| Aug 17 03:51:49.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
62672024-08-17T03:51:51.599Z[ recovery-image] Aug 17 03:51:49.616 INFO O| Aug 17 03:51:49.616 INFO STEP 800 (remove_files) COMPLETE
62682024-08-17T03:51:51.599Z[ recovery-image] Aug 17 03:51:49.616 INFO O| Aug 17 03:51:49.616 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-17T03:51:51.606Z[ recovery-image] Aug 17 03:51:49.625 INFO O| Aug 17 03:51:49.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
62702024-08-17T03:51:51.606Z[ recovery-image] Aug 17 03:51:49.625 INFO O| Aug 17 03:51:49.625 INFO STEP 801 (remove_files) COMPLETE
62712024-08-17T03:51:51.611Z[ recovery-image] Aug 17 03:51:49.625 INFO O| Aug 17 03:51:49.625 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-17T03:51:51.614Z[ recovery-image] Aug 17 03:51:49.634 INFO O| Aug 17 03:51:49.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
62732024-08-17T03:51:51.614Z[ recovery-image] Aug 17 03:51:49.634 INFO O| Aug 17 03:51:49.634 INFO STEP 802 (remove_files) COMPLETE
62742024-08-17T03:51:51.614Z[ recovery-image] Aug 17 03:51:49.634 INFO O| Aug 17 03:51:49.634 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-17T03:51:51.620Z[ recovery-image] Aug 17 03:51:49.643 INFO O| Aug 17 03:51:49.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
62762024-08-17T03:51:51.620Z[ recovery-image] Aug 17 03:51:49.643 INFO O| Aug 17 03:51:49.643 INFO STEP 803 (remove_files) COMPLETE
62772024-08-17T03:51:51.624Z[ recovery-image] Aug 17 03:51:49.643 INFO O| Aug 17 03:51:49.643 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-17T03:51:51.630Z[ recovery-image] Aug 17 03:51:49.652 INFO O| Aug 17 03:51:49.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
62792024-08-17T03:51:51.630Z[ recovery-image] Aug 17 03:51:49.652 INFO O| Aug 17 03:51:49.652 INFO STEP 804 (remove_files) COMPLETE
62802024-08-17T03:51:51.633Z[ recovery-image] Aug 17 03:51:49.652 INFO O| Aug 17 03:51:49.652 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-17T03:51:51.639Z[ recovery-image] Aug 17 03:51:49.662 INFO O| Aug 17 03:51:49.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
62822024-08-17T03:51:51.639Z[ recovery-image] Aug 17 03:51:49.662 INFO O| Aug 17 03:51:49.662 INFO STEP 805 (remove_files) COMPLETE
62832024-08-17T03:51:51.639Z[ recovery-image] Aug 17 03:51:49.662 INFO O| Aug 17 03:51:49.662 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-17T03:51:51.648Z[ recovery-image] Aug 17 03:51:49.671 INFO O| Aug 17 03:51:49.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
62852024-08-17T03:51:51.648Z[ recovery-image] Aug 17 03:51:49.671 INFO O| Aug 17 03:51:49.671 INFO STEP 806 (remove_files) COMPLETE
62862024-08-17T03:51:51.648Z[ recovery-image] Aug 17 03:51:49.671 INFO O| Aug 17 03:51:49.671 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-17T03:51:51.657Z[ recovery-image] Aug 17 03:51:49.680 INFO O| Aug 17 03:51:49.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
62882024-08-17T03:51:51.657Z[ recovery-image] Aug 17 03:51:49.680 INFO O| Aug 17 03:51:49.680 INFO STEP 807 (remove_files) COMPLETE
62892024-08-17T03:51:51.657Z[ recovery-image] Aug 17 03:51:49.680 INFO O| Aug 17 03:51:49.680 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-17T03:51:51.667Z[ recovery-image] Aug 17 03:51:49.689 INFO O| Aug 17 03:51:49.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
62912024-08-17T03:51:51.667Z[ recovery-image] Aug 17 03:51:49.689 INFO O| Aug 17 03:51:49.689 INFO STEP 808 (remove_files) COMPLETE
62922024-08-17T03:51:51.669Z[ recovery-image] Aug 17 03:51:49.689 INFO O| Aug 17 03:51:49.689 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-17T03:51:51.677Z[ recovery-image] Aug 17 03:51:49.699 INFO O| Aug 17 03:51:49.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
62942024-08-17T03:51:51.689Z[ recovery-image] Aug 17 03:51:49.699 INFO O| Aug 17 03:51:49.699 INFO STEP 809 (remove_files) COMPLETE
62952024-08-17T03:51:51.689Z[ recovery-image] Aug 17 03:51:49.699 INFO O| Aug 17 03:51:49.699 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-17T03:51:51.689Z[ recovery-image] Aug 17 03:51:49.708 INFO O| Aug 17 03:51:49.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
62972024-08-17T03:51:51.689Z[ recovery-image] Aug 17 03:51:49.708 INFO O| Aug 17 03:51:49.708 INFO STEP 810 (remove_files) COMPLETE
62982024-08-17T03:51:51.689Z[ recovery-image] Aug 17 03:51:49.708 INFO O| Aug 17 03:51:49.708 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-17T03:51:51.695Z[ recovery-image] Aug 17 03:51:49.718 INFO O| Aug 17 03:51:49.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63002024-08-17T03:51:51.698Z[ recovery-image] Aug 17 03:51:49.718 INFO O| Aug 17 03:51:49.718 INFO STEP 811 (remove_files) COMPLETE
63012024-08-17T03:51:51.698Z[ recovery-image] Aug 17 03:51:49.718 INFO O| Aug 17 03:51:49.718 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-17T03:51:51.704Z[ recovery-image] Aug 17 03:51:49.727 INFO O| Aug 17 03:51:49.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63032024-08-17T03:51:51.704Z[ recovery-image] Aug 17 03:51:49.727 INFO O| Aug 17 03:51:49.727 INFO STEP 812 (remove_files) COMPLETE
63042024-08-17T03:51:51.707Z[ recovery-image] Aug 17 03:51:49.727 INFO O| Aug 17 03:51:49.727 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-17T03:51:51.713Z[ recovery-image] Aug 17 03:51:49.736 INFO O| Aug 17 03:51:49.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63062024-08-17T03:51:51.713Z[ recovery-image] Aug 17 03:51:49.736 INFO O| Aug 17 03:51:49.736 INFO STEP 813 (remove_files) COMPLETE
63072024-08-17T03:51:51.714Z[ recovery-image] Aug 17 03:51:49.736 INFO O| Aug 17 03:51:49.736 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-17T03:51:51.723Z[ recovery-image] Aug 17 03:51:49.745 INFO O| Aug 17 03:51:49.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63092024-08-17T03:51:51.723Z[ recovery-image] Aug 17 03:51:49.745 INFO O| Aug 17 03:51:49.745 INFO STEP 814 (remove_files) COMPLETE
63102024-08-17T03:51:51.723Z[ recovery-image] Aug 17 03:51:49.745 INFO O| Aug 17 03:51:49.745 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-17T03:51:51.732Z[ recovery-image] Aug 17 03:51:49.754 INFO O| Aug 17 03:51:49.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63122024-08-17T03:51:51.732Z[ recovery-image] Aug 17 03:51:49.755 INFO O| Aug 17 03:51:49.754 INFO STEP 815 (remove_files) COMPLETE
63132024-08-17T03:51:51.735Z[ recovery-image] Aug 17 03:51:49.755 INFO O| Aug 17 03:51:49.754 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-17T03:51:51.741Z[ recovery-image] Aug 17 03:51:49.764 INFO O| Aug 17 03:51:49.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63152024-08-17T03:51:51.741Z[ recovery-image] Aug 17 03:51:49.764 INFO O| Aug 17 03:51:49.764 INFO STEP 816 (remove_files) COMPLETE
63162024-08-17T03:51:51.741Z[ recovery-image] Aug 17 03:51:49.764 INFO O| Aug 17 03:51:49.764 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-17T03:51:51.750Z[ recovery-image] Aug 17 03:51:49.773 INFO O| Aug 17 03:51:49.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63182024-08-17T03:51:51.750Z[ recovery-image] Aug 17 03:51:49.773 INFO O| Aug 17 03:51:49.773 INFO STEP 817 (remove_files) COMPLETE
63192024-08-17T03:51:51.750Z[ recovery-image] Aug 17 03:51:49.773 INFO O| Aug 17 03:51:49.773 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-17T03:51:51.759Z[ recovery-image] Aug 17 03:51:49.782 INFO O| Aug 17 03:51:49.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63212024-08-17T03:51:51.762Z[ recovery-image] Aug 17 03:51:49.782 INFO O| Aug 17 03:51:49.782 INFO STEP 818 (remove_files) COMPLETE
63222024-08-17T03:51:51.762Z[ recovery-image] Aug 17 03:51:49.782 INFO O| Aug 17 03:51:49.782 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-17T03:51:51.769Z[ recovery-image] Aug 17 03:51:49.792 INFO O| Aug 17 03:51:49.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63242024-08-17T03:51:51.769Z[ recovery-image] Aug 17 03:51:49.792 INFO O| Aug 17 03:51:49.792 INFO STEP 819 (remove_files) COMPLETE
63252024-08-17T03:51:51.771Z[ recovery-image] Aug 17 03:51:49.792 INFO O| Aug 17 03:51:49.792 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-17T03:51:51.778Z[ recovery-image] Aug 17 03:51:49.801 INFO O| Aug 17 03:51:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63272024-08-17T03:51:51.778Z[ recovery-image] Aug 17 03:51:49.801 INFO O| Aug 17 03:51:49.801 INFO STEP 820 (remove_files) COMPLETE
63282024-08-17T03:51:51.781Z[ recovery-image] Aug 17 03:51:49.801 INFO O| Aug 17 03:51:49.801 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-17T03:51:51.787Z[ recovery-image] Aug 17 03:51:49.810 INFO O| Aug 17 03:51:49.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63302024-08-17T03:51:51.791Z[ recovery-image] Aug 17 03:51:49.810 INFO O| Aug 17 03:51:49.810 INFO STEP 821 (remove_files) COMPLETE
63312024-08-17T03:51:51.791Z[ recovery-image] Aug 17 03:51:49.810 INFO O| Aug 17 03:51:49.810 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-17T03:51:51.797Z[ recovery-image] Aug 17 03:51:49.819 INFO O| Aug 17 03:51:49.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63332024-08-17T03:51:51.797Z[ recovery-image] Aug 17 03:51:49.820 INFO O| Aug 17 03:51:49.819 INFO STEP 822 (remove_files) COMPLETE
63342024-08-17T03:51:51.797Z[ recovery-image] Aug 17 03:51:49.820 INFO O| Aug 17 03:51:49.820 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-17T03:51:51.806Z[ recovery-image] Aug 17 03:51:49.829 INFO O| Aug 17 03:51:49.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63362024-08-17T03:51:51.806Z[ recovery-image] Aug 17 03:51:49.829 INFO O| Aug 17 03:51:49.829 INFO STEP 823 (remove_files) COMPLETE
63372024-08-17T03:51:51.806Z[ recovery-image] Aug 17 03:51:49.829 INFO O| Aug 17 03:51:49.829 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-17T03:51:51.815Z[ recovery-image] Aug 17 03:51:49.838 INFO O| Aug 17 03:51:49.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63392024-08-17T03:51:51.815Z[ recovery-image] Aug 17 03:51:49.838 INFO O| Aug 17 03:51:49.838 INFO STEP 824 (remove_files) COMPLETE
63402024-08-17T03:51:51.818Z[ recovery-image] Aug 17 03:51:49.838 INFO O| Aug 17 03:51:49.838 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-17T03:51:51.825Z[ recovery-image] Aug 17 03:51:49.847 INFO O| Aug 17 03:51:49.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63422024-08-17T03:51:51.827Z[ recovery-image] Aug 17 03:51:49.848 INFO O| Aug 17 03:51:49.847 INFO STEP 825 (remove_files) COMPLETE
63432024-08-17T03:51:51.827Z[ recovery-image] Aug 17 03:51:49.848 INFO O| Aug 17 03:51:49.847 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-17T03:51:51.839Z[ recovery-image] Aug 17 03:51:49.857 INFO O| Aug 17 03:51:49.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63452024-08-17T03:51:51.839Z[ recovery-image] Aug 17 03:51:49.857 INFO O| Aug 17 03:51:49.857 INFO STEP 826 (remove_files) COMPLETE
63462024-08-17T03:51:51.843Z[ recovery-image] Aug 17 03:51:49.857 INFO O| Aug 17 03:51:49.857 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-17T03:51:51.846Z[ recovery-image] Aug 17 03:51:49.866 INFO O| Aug 17 03:51:49.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63482024-08-17T03:51:51.846Z[ recovery-image] Aug 17 03:51:49.866 INFO O| Aug 17 03:51:49.866 INFO STEP 827 (remove_files) COMPLETE
63492024-08-17T03:51:51.846Z[ recovery-image] Aug 17 03:51:49.866 INFO O| Aug 17 03:51:49.866 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-17T03:51:51.852Z[ recovery-image] Aug 17 03:51:49.875 INFO O| Aug 17 03:51:49.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63512024-08-17T03:51:51.852Z[ recovery-image] Aug 17 03:51:49.875 INFO O| Aug 17 03:51:49.875 INFO STEP 828 (remove_files) COMPLETE
63522024-08-17T03:51:51.855Z[ recovery-image] Aug 17 03:51:49.875 INFO O| Aug 17 03:51:49.875 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-17T03:51:51.861Z[ recovery-image] Aug 17 03:51:49.884 INFO O| Aug 17 03:51:49.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63542024-08-17T03:51:51.864Z[ recovery-image] Aug 17 03:51:49.884 INFO O| Aug 17 03:51:49.884 INFO STEP 829 (remove_files) COMPLETE
63552024-08-17T03:51:51.864Z[ recovery-image] Aug 17 03:51:49.884 INFO O| Aug 17 03:51:49.884 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-17T03:51:51.871Z[ recovery-image] Aug 17 03:51:49.893 INFO O| Aug 17 03:51:49.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63572024-08-17T03:51:51.871Z[ recovery-image] Aug 17 03:51:49.894 INFO O| Aug 17 03:51:49.894 INFO STEP 830 (remove_files) COMPLETE
63582024-08-17T03:51:51.874Z[ recovery-image] Aug 17 03:51:49.894 INFO O| Aug 17 03:51:49.894 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-17T03:51:51.880Z[ recovery-image] Aug 17 03:51:49.903 INFO O| Aug 17 03:51:49.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63602024-08-17T03:51:51.880Z[ recovery-image] Aug 17 03:51:49.903 INFO O| Aug 17 03:51:49.903 INFO STEP 831 (remove_files) COMPLETE
63612024-08-17T03:51:51.883Z[ recovery-image] Aug 17 03:51:49.903 INFO O| Aug 17 03:51:49.903 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-17T03:51:51.889Z[ recovery-image] Aug 17 03:51:49.912 INFO O| Aug 17 03:51:49.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
63632024-08-17T03:51:51.891Z[ recovery-image] Aug 17 03:51:49.912 INFO O| Aug 17 03:51:49.912 INFO STEP 832 (remove_files) COMPLETE
63642024-08-17T03:51:51.892Z[ recovery-image] Aug 17 03:51:49.912 INFO O| Aug 17 03:51:49.912 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-17T03:51:51.898Z[ recovery-image] Aug 17 03:51:49.921 INFO O| Aug 17 03:51:49.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
63662024-08-17T03:51:51.898Z[ recovery-image] Aug 17 03:51:49.921 INFO O| Aug 17 03:51:49.921 INFO STEP 833 (remove_files) COMPLETE
63672024-08-17T03:51:51.898Z[ recovery-image] Aug 17 03:51:49.921 INFO O| Aug 17 03:51:49.921 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-17T03:51:51.907Z[ recovery-image] Aug 17 03:51:49.930 INFO O| Aug 17 03:51:49.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
63692024-08-17T03:51:51.907Z[ recovery-image] Aug 17 03:51:49.930 INFO O| Aug 17 03:51:49.930 INFO STEP 834 (remove_files) COMPLETE
63702024-08-17T03:51:51.910Z[ recovery-image] Aug 17 03:51:49.930 INFO O| Aug 17 03:51:49.930 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-17T03:51:51.917Z[ recovery-image] Aug 17 03:51:49.939 INFO O| Aug 17 03:51:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
63722024-08-17T03:51:51.917Z[ recovery-image] Aug 17 03:51:49.940 INFO O| Aug 17 03:51:49.940 INFO STEP 835 (remove_files) COMPLETE
63732024-08-17T03:51:51.917Z[ recovery-image] Aug 17 03:51:49.940 INFO O| Aug 17 03:51:49.940 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-17T03:51:51.927Z[ recovery-image] Aug 17 03:51:49.949 INFO O| Aug 17 03:51:49.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
63752024-08-17T03:51:51.927Z[ recovery-image] Aug 17 03:51:49.949 INFO O| Aug 17 03:51:49.949 INFO STEP 836 (remove_files) COMPLETE
63762024-08-17T03:51:51.927Z[ recovery-image] Aug 17 03:51:49.949 INFO O| Aug 17 03:51:49.949 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-17T03:51:51.936Z[ recovery-image] Aug 17 03:51:49.958 INFO O| Aug 17 03:51:49.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
63782024-08-17T03:51:51.936Z[ recovery-image] Aug 17 03:51:49.958 INFO O| Aug 17 03:51:49.958 INFO STEP 837 (remove_files) COMPLETE
63792024-08-17T03:51:51.938Z[ recovery-image] Aug 17 03:51:49.958 INFO O| Aug 17 03:51:49.958 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-17T03:51:51.945Z[ recovery-image] Aug 17 03:51:49.968 INFO O| Aug 17 03:51:49.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
63812024-08-17T03:51:51.947Z[ recovery-image] Aug 17 03:51:49.968 INFO O| Aug 17 03:51:49.968 INFO STEP 838 (remove_files) COMPLETE
63822024-08-17T03:51:51.947Z[ recovery-image] Aug 17 03:51:49.968 INFO O| Aug 17 03:51:49.968 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-17T03:51:51.954Z[ recovery-image] Aug 17 03:51:49.977 INFO O| Aug 17 03:51:49.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
63842024-08-17T03:51:51.954Z[ recovery-image] Aug 17 03:51:49.977 INFO O| Aug 17 03:51:49.977 INFO STEP 839 (remove_files) COMPLETE
63852024-08-17T03:51:51.958Z[ recovery-image] Aug 17 03:51:49.977 INFO O| Aug 17 03:51:49.977 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-17T03:51:51.963Z[ recovery-image] Aug 17 03:51:49.986 INFO O| Aug 17 03:51:49.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
63872024-08-17T03:51:51.963Z[ recovery-image] Aug 17 03:51:49.986 INFO O| Aug 17 03:51:49.986 INFO STEP 840 (remove_files) COMPLETE
63882024-08-17T03:51:51.965Z[ recovery-image] Aug 17 03:51:49.986 INFO O| Aug 17 03:51:49.986 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-17T03:51:51.972Z[ recovery-image] Aug 17 03:51:49.995 INFO O| Aug 17 03:51:49.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
63902024-08-17T03:51:51.973Z[ recovery-image] Aug 17 03:51:49.995 INFO O| Aug 17 03:51:49.995 INFO STEP 841 (remove_files) COMPLETE
63912024-08-17T03:51:51.973Z[ recovery-image] Aug 17 03:51:49.995 INFO O| Aug 17 03:51:49.995 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-17T03:51:51.983Z[ recovery-image] Aug 17 03:51:50.005 INFO O| Aug 17 03:51:50.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
63932024-08-17T03:51:51.985Z[ recovery-image] Aug 17 03:51:50.006 INFO O| Aug 17 03:51:50.005 INFO STEP 842 (remove_files) COMPLETE
63942024-08-17T03:51:51.985Z[ recovery-image] Aug 17 03:51:50.006 INFO O| Aug 17 03:51:50.005 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-17T03:51:51.992Z[ recovery-image] Aug 17 03:51:50.015 INFO O| Aug 17 03:51:50.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
63962024-08-17T03:51:51.995Z[ recovery-image] Aug 17 03:51:50.015 INFO O| Aug 17 03:51:50.015 INFO STEP 843 (remove_files) COMPLETE
63972024-08-17T03:51:51.995Z[ recovery-image] Aug 17 03:51:50.015 INFO O| Aug 17 03:51:50.015 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-17T03:51:52.001Z[ recovery-image] Aug 17 03:51:50.024 INFO O| Aug 17 03:51:50.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
63992024-08-17T03:51:52.004Z[ recovery-image] Aug 17 03:51:50.024 INFO O| Aug 17 03:51:50.024 INFO STEP 844 (remove_files) COMPLETE
64002024-08-17T03:51:52.004Z[ recovery-image] Aug 17 03:51:50.024 INFO O| Aug 17 03:51:50.024 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-17T03:51:52.011Z[ recovery-image] Aug 17 03:51:50.034 INFO O| Aug 17 03:51:50.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64022024-08-17T03:51:52.011Z[ recovery-image] Aug 17 03:51:50.034 INFO O| Aug 17 03:51:50.034 INFO STEP 845 (remove_files) COMPLETE
64032024-08-17T03:51:52.011Z[ recovery-image] Aug 17 03:51:50.034 INFO O| Aug 17 03:51:50.034 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-17T03:51:52.020Z[ recovery-image] Aug 17 03:51:50.043 INFO O| Aug 17 03:51:50.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64052024-08-17T03:51:52.020Z[ recovery-image] Aug 17 03:51:50.043 INFO O| Aug 17 03:51:50.043 INFO STEP 846 (remove_files) COMPLETE
64062024-08-17T03:51:52.023Z[ recovery-image] Aug 17 03:51:50.043 INFO O| Aug 17 03:51:50.043 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-17T03:51:52.029Z[ recovery-image] Aug 17 03:51:50.052 INFO O| Aug 17 03:51:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64082024-08-17T03:51:52.031Z[ recovery-image] Aug 17 03:51:50.052 INFO O| Aug 17 03:51:50.052 INFO STEP 847 (remove_files) COMPLETE
64092024-08-17T03:51:52.031Z[ recovery-image] Aug 17 03:51:50.052 INFO O| Aug 17 03:51:50.052 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-17T03:51:52.038Z[ recovery-image] Aug 17 03:51:50.061 INFO O| Aug 17 03:51:50.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64112024-08-17T03:51:52.038Z[ recovery-image] Aug 17 03:51:50.061 INFO O| Aug 17 03:51:50.061 INFO STEP 848 (remove_files) COMPLETE
64122024-08-17T03:51:52.040Z[ recovery-image] Aug 17 03:51:50.061 INFO O| Aug 17 03:51:50.061 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-17T03:51:52.048Z[ recovery-image] Aug 17 03:51:50.070 INFO O| Aug 17 03:51:50.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64142024-08-17T03:51:52.050Z[ recovery-image] Aug 17 03:51:50.070 INFO O| Aug 17 03:51:50.070 INFO STEP 849 (remove_files) COMPLETE
64152024-08-17T03:51:52.050Z[ recovery-image] Aug 17 03:51:50.071 INFO O| Aug 17 03:51:50.070 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-17T03:51:52.057Z[ recovery-image] Aug 17 03:51:50.080 INFO O| Aug 17 03:51:50.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64172024-08-17T03:51:52.057Z[ recovery-image] Aug 17 03:51:50.080 INFO O| Aug 17 03:51:50.080 INFO STEP 850 (remove_files) COMPLETE
64182024-08-17T03:51:52.057Z[ recovery-image] Aug 17 03:51:50.080 INFO O| Aug 17 03:51:50.080 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-17T03:51:52.066Z[ recovery-image] Aug 17 03:51:50.089 INFO O| Aug 17 03:51:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64202024-08-17T03:51:52.068Z[ recovery-image] Aug 17 03:51:50.089 INFO O| Aug 17 03:51:50.089 INFO STEP 851 (remove_files) COMPLETE
64212024-08-17T03:51:52.068Z[ recovery-image] Aug 17 03:51:50.089 INFO O| Aug 17 03:51:50.089 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-17T03:51:52.075Z[ recovery-image] Aug 17 03:51:50.098 INFO O| Aug 17 03:51:50.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64232024-08-17T03:51:52.075Z[ recovery-image] Aug 17 03:51:50.098 INFO O| Aug 17 03:51:50.098 INFO STEP 852 (remove_files) COMPLETE
64242024-08-17T03:51:52.075Z[ recovery-image] Aug 17 03:51:50.098 INFO O| Aug 17 03:51:50.098 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-17T03:51:52.085Z[ recovery-image] Aug 17 03:51:50.107 INFO O| Aug 17 03:51:50.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64262024-08-17T03:51:52.085Z[ recovery-image] Aug 17 03:51:50.107 INFO O| Aug 17 03:51:50.107 INFO STEP 853 (remove_files) COMPLETE
64272024-08-17T03:51:52.085Z[ recovery-image] Aug 17 03:51:50.107 INFO O| Aug 17 03:51:50.107 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-17T03:51:52.100Z[ recovery-image] Aug 17 03:51:50.116 INFO O| Aug 17 03:51:50.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64292024-08-17T03:51:52.100Z[ recovery-image] Aug 17 03:51:50.116 INFO O| Aug 17 03:51:50.116 INFO STEP 854 (remove_files) COMPLETE
64302024-08-17T03:51:52.103Z[ recovery-image] Aug 17 03:51:50.117 INFO O| Aug 17 03:51:50.116 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-17T03:51:52.103Z[ recovery-image] Aug 17 03:51:50.126 INFO O| Aug 17 03:51:50.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64322024-08-17T03:51:52.103Z[ recovery-image] Aug 17 03:51:50.126 INFO O| Aug 17 03:51:50.126 INFO STEP 855 (remove_files) COMPLETE
64332024-08-17T03:51:52.103Z[ recovery-image] Aug 17 03:51:50.126 INFO O| Aug 17 03:51:50.126 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-17T03:51:52.112Z[ recovery-image] Aug 17 03:51:50.135 INFO O| Aug 17 03:51:50.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64352024-08-17T03:51:52.112Z[ recovery-image] Aug 17 03:51:50.135 INFO O| Aug 17 03:51:50.135 INFO STEP 856 (remove_files) COMPLETE
64362024-08-17T03:51:52.112Z[ recovery-image] Aug 17 03:51:50.135 INFO O| Aug 17 03:51:50.135 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-17T03:51:52.122Z[ recovery-image] Aug 17 03:51:50.144 INFO O| Aug 17 03:51:50.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64382024-08-17T03:51:52.122Z[ recovery-image] Aug 17 03:51:50.144 INFO O| Aug 17 03:51:50.144 INFO STEP 857 (remove_files) COMPLETE
64392024-08-17T03:51:52.122Z[ recovery-image] Aug 17 03:51:50.144 INFO O| Aug 17 03:51:50.144 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-17T03:51:52.131Z[ recovery-image] Aug 17 03:51:50.153 INFO O| Aug 17 03:51:50.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64412024-08-17T03:51:52.133Z[ recovery-image] Aug 17 03:51:50.153 INFO O| Aug 17 03:51:50.153 INFO STEP 858 (remove_files) COMPLETE
64422024-08-17T03:51:52.133Z[ recovery-image] Aug 17 03:51:50.153 INFO O| Aug 17 03:51:50.153 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-17T03:51:52.140Z[ recovery-image] Aug 17 03:51:50.163 INFO O| Aug 17 03:51:50.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64442024-08-17T03:51:52.140Z[ recovery-image] Aug 17 03:51:50.163 INFO O| Aug 17 03:51:50.163 INFO STEP 859 (remove_files) COMPLETE
64452024-08-17T03:51:52.140Z[ recovery-image] Aug 17 03:51:50.163 INFO O| Aug 17 03:51:50.163 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-17T03:51:52.149Z[ recovery-image] Aug 17 03:51:50.172 INFO O| Aug 17 03:51:50.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64472024-08-17T03:51:52.149Z[ recovery-image] Aug 17 03:51:50.172 INFO O| Aug 17 03:51:50.172 INFO STEP 860 (remove_files) COMPLETE
64482024-08-17T03:51:52.149Z[ recovery-image] Aug 17 03:51:50.172 INFO O| Aug 17 03:51:50.172 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-17T03:51:52.158Z[ recovery-image] Aug 17 03:51:50.181 INFO O| Aug 17 03:51:50.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64502024-08-17T03:51:52.158Z[ recovery-image] Aug 17 03:51:50.181 INFO O| Aug 17 03:51:50.181 INFO STEP 861 (remove_files) COMPLETE
64512024-08-17T03:51:52.158Z[ recovery-image] Aug 17 03:51:50.181 INFO O| Aug 17 03:51:50.181 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-17T03:51:52.168Z[ recovery-image] Aug 17 03:51:50.190 INFO O| Aug 17 03:51:50.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64532024-08-17T03:51:52.170Z[ recovery-image] Aug 17 03:51:50.190 INFO O| Aug 17 03:51:50.190 INFO STEP 862 (remove_files) COMPLETE
64542024-08-17T03:51:52.170Z[ recovery-image] Aug 17 03:51:50.190 INFO O| Aug 17 03:51:50.190 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-17T03:51:52.178Z[ recovery-image] Aug 17 03:51:50.200 INFO O| Aug 17 03:51:50.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64562024-08-17T03:51:52.180Z[ recovery-image] Aug 17 03:51:50.200 INFO O| Aug 17 03:51:50.200 INFO STEP 863 (remove_files) COMPLETE
64572024-08-17T03:51:52.180Z[ recovery-image] Aug 17 03:51:50.200 INFO O| Aug 17 03:51:50.200 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-17T03:51:52.186Z[ recovery-image] Aug 17 03:51:50.209 INFO O| Aug 17 03:51:50.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64592024-08-17T03:51:52.186Z[ recovery-image] Aug 17 03:51:50.209 INFO O| Aug 17 03:51:50.209 INFO STEP 864 (remove_files) COMPLETE
64602024-08-17T03:51:52.186Z[ recovery-image] Aug 17 03:51:50.209 INFO O| Aug 17 03:51:50.209 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-17T03:51:52.195Z[ recovery-image] Aug 17 03:51:50.218 INFO O| Aug 17 03:51:50.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
64622024-08-17T03:51:52.195Z[ recovery-image] Aug 17 03:51:50.218 INFO O| Aug 17 03:51:50.218 INFO STEP 865 (remove_files) COMPLETE
64632024-08-17T03:51:52.195Z[ recovery-image] Aug 17 03:51:50.218 INFO O| Aug 17 03:51:50.218 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-17T03:51:52.204Z[ recovery-image] Aug 17 03:51:50.227 INFO O| Aug 17 03:51:50.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
64652024-08-17T03:51:52.207Z[ recovery-image] Aug 17 03:51:50.227 INFO O| Aug 17 03:51:50.227 INFO STEP 866 (remove_files) COMPLETE
64662024-08-17T03:51:52.207Z[ recovery-image] Aug 17 03:51:50.227 INFO O| Aug 17 03:51:50.227 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-17T03:51:52.214Z[ recovery-image] Aug 17 03:51:50.237 INFO O| Aug 17 03:51:50.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
64682024-08-17T03:51:52.214Z[ recovery-image] Aug 17 03:51:50.237 INFO O| Aug 17 03:51:50.237 INFO STEP 867 (remove_files) COMPLETE
64692024-08-17T03:51:52.217Z[ recovery-image] Aug 17 03:51:50.237 INFO O| Aug 17 03:51:50.237 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-17T03:51:52.223Z[ recovery-image] Aug 17 03:51:50.246 INFO O| Aug 17 03:51:50.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
64712024-08-17T03:51:52.223Z[ recovery-image] Aug 17 03:51:50.246 INFO O| Aug 17 03:51:50.246 INFO STEP 868 (remove_files) COMPLETE
64722024-08-17T03:51:52.223Z[ recovery-image] Aug 17 03:51:50.246 INFO O| Aug 17 03:51:50.246 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-17T03:51:52.232Z[ recovery-image] Aug 17 03:51:50.255 INFO O| Aug 17 03:51:50.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
64742024-08-17T03:51:52.232Z[ recovery-image] Aug 17 03:51:50.255 INFO O| Aug 17 03:51:50.255 INFO STEP 869 (remove_files) COMPLETE
64752024-08-17T03:51:52.235Z[ recovery-image] Aug 17 03:51:50.255 INFO O| Aug 17 03:51:50.255 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-17T03:51:52.243Z[ recovery-image] Aug 17 03:51:50.264 INFO O| Aug 17 03:51:50.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
64772024-08-17T03:51:52.243Z[ recovery-image] Aug 17 03:51:50.264 INFO O| Aug 17 03:51:50.264 INFO STEP 870 (remove_files) COMPLETE
64782024-08-17T03:51:52.245Z[ recovery-image] Aug 17 03:51:50.264 INFO O| Aug 17 03:51:50.264 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-17T03:51:52.259Z[ recovery-image] Aug 17 03:51:50.273 INFO O| Aug 17 03:51:50.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
64802024-08-17T03:51:52.259Z[ recovery-image] Aug 17 03:51:50.273 INFO O| Aug 17 03:51:50.273 INFO STEP 871 (remove_files) COMPLETE
64812024-08-17T03:51:52.263Z[ recovery-image] Aug 17 03:51:50.274 INFO O| Aug 17 03:51:50.273 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-17T03:51:52.263Z[ recovery-image] Aug 17 03:51:50.283 INFO O| Aug 17 03:51:50.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
64832024-08-17T03:51:52.263Z[ recovery-image] Aug 17 03:51:50.283 INFO O| Aug 17 03:51:50.283 INFO STEP 872 (remove_files) COMPLETE
64842024-08-17T03:51:52.263Z[ recovery-image] Aug 17 03:51:50.283 INFO O| Aug 17 03:51:50.283 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-17T03:51:52.269Z[ recovery-image] Aug 17 03:51:50.292 INFO O| Aug 17 03:51:50.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
64862024-08-17T03:51:52.271Z[ recovery-image] Aug 17 03:51:50.292 INFO O| Aug 17 03:51:50.292 INFO STEP 873 (remove_files) COMPLETE
64872024-08-17T03:51:52.271Z[ recovery-image] Aug 17 03:51:50.292 INFO O| Aug 17 03:51:50.292 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-17T03:51:52.280Z[ recovery-image] Aug 17 03:51:50.301 INFO O| Aug 17 03:51:50.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
64892024-08-17T03:51:52.282Z[ recovery-image] Aug 17 03:51:50.302 INFO O| Aug 17 03:51:50.302 INFO STEP 874 (remove_files) COMPLETE
64902024-08-17T03:51:52.282Z[ recovery-image] Aug 17 03:51:50.302 INFO O| Aug 17 03:51:50.302 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-17T03:51:52.288Z[ recovery-image] Aug 17 03:51:50.311 INFO O| Aug 17 03:51:50.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
64922024-08-17T03:51:52.291Z[ recovery-image] Aug 17 03:51:50.311 INFO O| Aug 17 03:51:50.311 INFO STEP 875 (remove_files) COMPLETE
64932024-08-17T03:51:52.291Z[ recovery-image] Aug 17 03:51:50.311 INFO O| Aug 17 03:51:50.311 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-17T03:51:52.297Z[ recovery-image] Aug 17 03:51:50.320 INFO O| Aug 17 03:51:50.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
64952024-08-17T03:51:52.298Z[ recovery-image] Aug 17 03:51:50.320 INFO O| Aug 17 03:51:50.320 INFO STEP 876 (remove_files) COMPLETE
64962024-08-17T03:51:52.331Z[ recovery-image] Aug 17 03:51:50.320 INFO O| Aug 17 03:51:50.320 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.329 INFO O| Aug 17 03:51:50.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
64982024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.329 INFO O| Aug 17 03:51:50.329 INFO STEP 877 (remove_files) COMPLETE
64992024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.329 INFO O| Aug 17 03:51:50.329 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.338 INFO O| Aug 17 03:51:50.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65012024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.339 INFO O| Aug 17 03:51:50.339 INFO STEP 878 (remove_files) COMPLETE
65022024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.339 INFO O| Aug 17 03:51:50.339 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.348 INFO O| Aug 17 03:51:50.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65042024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.348 INFO O| Aug 17 03:51:50.348 INFO STEP 879 (remove_files) COMPLETE
65052024-08-17T03:51:52.389Z[ recovery-image] Aug 17 03:51:50.348 INFO O| Aug 17 03:51:50.348 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.357 INFO O| Aug 17 03:51:50.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65072024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.357 INFO O| Aug 17 03:51:50.357 INFO STEP 880 (remove_files) COMPLETE
65082024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.357 INFO O| Aug 17 03:51:50.357 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.366 INFO O| Aug 17 03:51:50.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65102024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.366 INFO O| Aug 17 03:51:50.366 INFO STEP 881 (remove_files) COMPLETE
65112024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.366 INFO O| Aug 17 03:51:50.366 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.375 INFO O| Aug 17 03:51:50.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65132024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.375 INFO O| Aug 17 03:51:50.375 INFO STEP 882 (remove_files) COMPLETE
65142024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.375 INFO O| Aug 17 03:51:50.375 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.384 INFO O| Aug 17 03:51:50.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65162024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.385 INFO O| Aug 17 03:51:50.384 INFO STEP 883 (remove_files) COMPLETE
65172024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.385 INFO O| Aug 17 03:51:50.384 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.394 INFO O| Aug 17 03:51:50.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65192024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.394 INFO O| Aug 17 03:51:50.394 INFO STEP 884 (remove_files) COMPLETE
65202024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.394 INFO O| Aug 17 03:51:50.394 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.403 INFO O| Aug 17 03:51:50.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65222024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.403 INFO O| Aug 17 03:51:50.403 INFO STEP 885 (remove_files) COMPLETE
65232024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.403 INFO O| Aug 17 03:51:50.403 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.412 INFO O| Aug 17 03:51:50.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65252024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.412 INFO O| Aug 17 03:51:50.412 INFO STEP 886 (remove_files) COMPLETE
65262024-08-17T03:51:52.406Z[ recovery-image] Aug 17 03:51:50.413 INFO O| Aug 17 03:51:50.412 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-17T03:51:52.443Z[ recovery-image] Aug 17 03:51:50.422 INFO O| Aug 17 03:51:50.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65282024-08-17T03:51:52.443Z[ recovery-image] Aug 17 03:51:50.423 INFO O| Aug 17 03:51:50.423 INFO STEP 887 (remove_files) COMPLETE
65292024-08-17T03:51:52.443Z[ recovery-image] Aug 17 03:51:50.423 INFO O| Aug 17 03:51:50.423 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-17T03:51:52.443Z[ recovery-image] Aug 17 03:51:50.432 INFO O| Aug 17 03:51:50.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65312024-08-17T03:51:52.443Z[ recovery-image] Aug 17 03:51:50.432 INFO O| Aug 17 03:51:50.432 INFO STEP 888 (remove_files) COMPLETE
65322024-08-17T03:51:52.444Z[ recovery-image] Aug 17 03:51:50.432 INFO O| Aug 17 03:51:50.432 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-17T03:51:52.467Z[ recovery-image] Aug 17 03:51:50.441 INFO O| Aug 17 03:51:50.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65342024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.441 INFO O| Aug 17 03:51:50.441 INFO STEP 889 (remove_files) COMPLETE
65352024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.441 INFO O| Aug 17 03:51:50.441 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.451 INFO O| Aug 17 03:51:50.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65372024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.451 INFO O| Aug 17 03:51:50.451 INFO STEP 890 (remove_files) COMPLETE
65382024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.451 INFO O| Aug 17 03:51:50.451 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.460 INFO O| Aug 17 03:51:50.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65402024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.460 INFO O| Aug 17 03:51:50.460 INFO STEP 891 (remove_files) COMPLETE
65412024-08-17T03:51:52.468Z[ recovery-image] Aug 17 03:51:50.460 INFO O| Aug 17 03:51:50.460 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.469 INFO O| Aug 17 03:51:50.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65432024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.469 INFO O| Aug 17 03:51:50.469 INFO STEP 892 (remove_files) COMPLETE
65442024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.469 INFO O| Aug 17 03:51:50.469 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.478 INFO O| Aug 17 03:51:50.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65462024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.478 INFO O| Aug 17 03:51:50.478 INFO STEP 893 (remove_files) COMPLETE
65472024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.478 INFO O| Aug 17 03:51:50.478 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.488 INFO O| Aug 17 03:51:50.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65492024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.488 INFO O| Aug 17 03:51:50.488 INFO STEP 894 (remove_files) COMPLETE
65502024-08-17T03:51:52.550Z[ recovery-image] Aug 17 03:51:50.488 INFO O| Aug 17 03:51:50.488 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-17T03:51:52.671Z[ recovery-image] Aug 17 03:51:50.497 INFO O| Aug 17 03:51:50.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65522024-08-17T03:51:52.671Z[ recovery-image] Aug 17 03:51:50.497 INFO O| Aug 17 03:51:50.497 INFO STEP 895 (remove_files) COMPLETE
65532024-08-17T03:51:52.671Z[ recovery-image] Aug 17 03:51:50.497 INFO O| Aug 17 03:51:50.497 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-17T03:51:52.671Z[ recovery-image] Aug 17 03:51:50.506 INFO O| Aug 17 03:51:50.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65552024-08-17T03:51:52.671Z[ recovery-image] Aug 17 03:51:50.506 INFO O| Aug 17 03:51:50.506 INFO STEP 896 (remove_files) COMPLETE
65562024-08-17T03:51:52.671Z[ recovery-image] Aug 17 03:51:50.506 INFO O| Aug 17 03:51:50.506 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.515 INFO O| Aug 17 03:51:50.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
65582024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.515 INFO O| Aug 17 03:51:50.515 INFO STEP 897 (remove_files) COMPLETE
65592024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.515 INFO O| Aug 17 03:51:50.515 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.524 INFO O| Aug 17 03:51:50.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
65612024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.524 INFO O| Aug 17 03:51:50.524 INFO STEP 898 (remove_files) COMPLETE
65622024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.524 INFO O| Aug 17 03:51:50.524 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.534 INFO O| Aug 17 03:51:50.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
65642024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.534 INFO O| Aug 17 03:51:50.534 INFO STEP 899 (remove_files) COMPLETE
65652024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.534 INFO O| Aug 17 03:51:50.534 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.543 INFO O| Aug 17 03:51:50.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
65672024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.543 INFO O| Aug 17 03:51:50.543 INFO STEP 900 (remove_files) COMPLETE
65682024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.543 INFO O| Aug 17 03:51:50.543 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.552 INFO O| Aug 17 03:51:50.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
65702024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.553 INFO O| Aug 17 03:51:50.552 INFO STEP 901 (remove_files) COMPLETE
65712024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.553 INFO O| Aug 17 03:51:50.552 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.562 INFO O| Aug 17 03:51:50.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
65732024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.562 INFO O| Aug 17 03:51:50.562 INFO STEP 902 (remove_files) COMPLETE
65742024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.562 INFO O| Aug 17 03:51:50.562 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.571 INFO O| Aug 17 03:51:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
65762024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.571 INFO O| Aug 17 03:51:50.571 INFO STEP 903 (remove_files) COMPLETE
65772024-08-17T03:51:52.672Z[ recovery-image] Aug 17 03:51:50.571 INFO O| Aug 17 03:51:50.571 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-08-17T03:51:52.701Z[ recovery-image] Aug 17 03:51:50.580 INFO O| Aug 17 03:51:50.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
65792024-08-17T03:51:52.701Z[ recovery-image] Aug 17 03:51:50.580 INFO O| Aug 17 03:51:50.580 INFO STEP 904 (remove_files) COMPLETE
65802024-08-17T03:51:52.701Z[ recovery-image] Aug 17 03:51:50.580 INFO O| Aug 17 03:51:50.580 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-08-17T03:51:52.701Z[ recovery-image] Aug 17 03:51:50.589 INFO O| Aug 17 03:51:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
65822024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.589 INFO O| Aug 17 03:51:50.589 INFO STEP 905 (remove_files) COMPLETE
65832024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.589 INFO O| Aug 17 03:51:50.589 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.599 INFO O| Aug 17 03:51:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
65852024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.599 INFO O| Aug 17 03:51:50.599 INFO STEP 906 (remove_files) COMPLETE
65862024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.599 INFO O| Aug 17 03:51:50.599 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.608 INFO O| Aug 17 03:51:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
65882024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.608 INFO O| Aug 17 03:51:50.608 INFO STEP 907 (remove_files) COMPLETE
65892024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.608 INFO O| Aug 17 03:51:50.608 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.617 INFO O| Aug 17 03:51:50.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
65912024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.617 INFO O| Aug 17 03:51:50.617 INFO STEP 908 (remove_files) COMPLETE
65922024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.617 INFO O| Aug 17 03:51:50.617 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.627 INFO O| Aug 17 03:51:50.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
65942024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.627 INFO O| Aug 17 03:51:50.627 INFO STEP 909 (remove_files) COMPLETE
65952024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.627 INFO O| Aug 17 03:51:50.627 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.636 INFO O| Aug 17 03:51:50.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
65972024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.636 INFO O| Aug 17 03:51:50.636 INFO STEP 910 (remove_files) COMPLETE
65982024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.636 INFO O| Aug 17 03:51:50.636 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.645 INFO O| Aug 17 03:51:50.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66002024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.645 INFO O| Aug 17 03:51:50.645 INFO STEP 911 (remove_files) COMPLETE
66012024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.645 INFO O| Aug 17 03:51:50.645 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.654 INFO O| Aug 17 03:51:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66032024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.654 INFO O| Aug 17 03:51:50.654 INFO STEP 912 (remove_files) COMPLETE
66042024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.654 INFO O| Aug 17 03:51:50.654 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.663 INFO O| Aug 17 03:51:50.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66062024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.664 INFO O| Aug 17 03:51:50.664 INFO STEP 913 (remove_files) COMPLETE
66072024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.664 INFO O| Aug 17 03:51:50.664 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.673 INFO O| Aug 17 03:51:50.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66092024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.673 INFO O| Aug 17 03:51:50.673 INFO STEP 914 (remove_files) COMPLETE
66102024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.673 INFO O| Aug 17 03:51:50.673 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.682 INFO O| Aug 17 03:51:50.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66122024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.682 INFO O| Aug 17 03:51:50.682 INFO STEP 915 (remove_files) COMPLETE
66132024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.682 INFO O| Aug 17 03:51:50.682 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-08-17T03:51:52.702Z[ recovery-image] Aug 17 03:51:50.691 INFO O| Aug 17 03:51:50.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66152024-08-17T03:51:52.703Z[ recovery-image] Aug 17 03:51:50.691 INFO O| Aug 17 03:51:50.691 INFO STEP 916 (remove_files) COMPLETE
66162024-08-17T03:51:52.703Z[ recovery-image] Aug 17 03:51:50.691 INFO O| Aug 17 03:51:50.691 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.701 INFO O| Aug 17 03:51:50.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66182024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.701 INFO O| Aug 17 03:51:50.701 INFO STEP 917 (remove_files) COMPLETE
66192024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.701 INFO O| Aug 17 03:51:50.701 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.710 INFO O| Aug 17 03:51:50.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66212024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.710 INFO O| Aug 17 03:51:50.710 INFO STEP 918 (remove_files) COMPLETE
66222024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.710 INFO O| Aug 17 03:51:50.710 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.719 INFO O| Aug 17 03:51:50.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66242024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.719 INFO O| Aug 17 03:51:50.719 INFO STEP 919 (remove_files) COMPLETE
66252024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.719 INFO O| Aug 17 03:51:50.719 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.728 INFO O| Aug 17 03:51:50.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66272024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.729 INFO O| Aug 17 03:51:50.728 INFO STEP 920 (remove_files) COMPLETE
66282024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.729 INFO O| Aug 17 03:51:50.729 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.738 INFO O| Aug 17 03:51:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66302024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.738 INFO O| Aug 17 03:51:50.738 INFO STEP 921 (remove_files) COMPLETE
66312024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.738 INFO O| Aug 17 03:51:50.738 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.747 INFO O| Aug 17 03:51:50.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66332024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.747 INFO O| Aug 17 03:51:50.747 INFO STEP 922 (remove_files) COMPLETE
66342024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.747 INFO O| Aug 17 03:51:50.747 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.756 INFO O| Aug 17 03:51:50.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66362024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.756 INFO O| Aug 17 03:51:50.756 INFO STEP 923 (remove_files) COMPLETE
66372024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.756 INFO O| Aug 17 03:51:50.756 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-17T03:51:52.907Z[ host-image] Aug 17 03:51:50.764 INFO O| Aug 17 03:51:50.764 INFO O| Download: 21025/22727 items 176.3/196.4MB 89% complete (238k/s)
66392024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.766 INFO O| Aug 17 03:51:50.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66402024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.766 INFO O| Aug 17 03:51:50.766 INFO STEP 924 (remove_files) COMPLETE
66412024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.766 INFO O| Aug 17 03:51:50.766 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.775 INFO O| Aug 17 03:51:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66432024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.775 INFO O| Aug 17 03:51:50.775 INFO STEP 925 (remove_files) COMPLETE
66442024-08-17T03:51:52.907Z[ recovery-image] Aug 17 03:51:50.775 INFO O| Aug 17 03:51:50.775 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.784 INFO O| Aug 17 03:51:50.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66462024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.784 INFO O| Aug 17 03:51:50.784 INFO STEP 926 (remove_files) COMPLETE
66472024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.784 INFO O| Aug 17 03:51:50.784 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.794 INFO O| Aug 17 03:51:50.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66492024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.794 INFO O| Aug 17 03:51:50.794 INFO STEP 927 (remove_files) COMPLETE
66502024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.794 INFO O| Aug 17 03:51:50.794 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.803 INFO O| Aug 17 03:51:50.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66522024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.804 INFO O| Aug 17 03:51:50.804 INFO STEP 928 (remove_files) COMPLETE
66532024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.804 INFO O| Aug 17 03:51:50.804 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.813 INFO O| Aug 17 03:51:50.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
66552024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.813 INFO O| Aug 17 03:51:50.813 INFO STEP 929 (remove_files) COMPLETE
66562024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.813 INFO O| Aug 17 03:51:50.813 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.822 INFO O| Aug 17 03:51:50.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
66582024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.822 INFO O| Aug 17 03:51:50.822 INFO STEP 930 (remove_files) COMPLETE
66592024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.822 INFO O| Aug 17 03:51:50.822 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.831 INFO O| Aug 17 03:51:50.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
66612024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.831 INFO O| Aug 17 03:51:50.831 INFO STEP 931 (remove_files) COMPLETE
66622024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.831 INFO O| Aug 17 03:51:50.831 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.841 INFO O| Aug 17 03:51:50.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
66642024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.841 INFO O| Aug 17 03:51:50.841 INFO STEP 932 (remove_files) COMPLETE
66652024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.841 INFO O| Aug 17 03:51:50.841 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.850 INFO O| Aug 17 03:51:50.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
66672024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.850 INFO O| Aug 17 03:51:50.850 INFO STEP 933 (remove_files) COMPLETE
66682024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.850 INFO O| Aug 17 03:51:50.850 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.859 INFO O| Aug 17 03:51:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
66702024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.859 INFO O| Aug 17 03:51:50.859 INFO STEP 934 (remove_files) COMPLETE
66712024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.859 INFO O| Aug 17 03:51:50.859 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.868 INFO O| Aug 17 03:51:50.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
66732024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.868 INFO O| Aug 17 03:51:50.868 INFO STEP 935 (remove_files) COMPLETE
66742024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.868 INFO O| Aug 17 03:51:50.868 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.877 INFO O| Aug 17 03:51:50.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
66762024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.877 INFO O| Aug 17 03:51:50.877 INFO STEP 936 (remove_files) COMPLETE
66772024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.877 INFO O| Aug 17 03:51:50.877 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.887 INFO O| Aug 17 03:51:50.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
66792024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.887 INFO O| Aug 17 03:51:50.887 INFO STEP 937 (remove_files) COMPLETE
66802024-08-17T03:51:52.908Z[ recovery-image] Aug 17 03:51:50.887 INFO O| Aug 17 03:51:50.887 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.896 INFO O| Aug 17 03:51:50.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
66822024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.896 INFO O| Aug 17 03:51:50.896 INFO STEP 938 (remove_files) COMPLETE
66832024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.896 INFO O| Aug 17 03:51:50.896 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.905 INFO O| Aug 17 03:51:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
66852024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.905 INFO O| Aug 17 03:51:50.905 INFO STEP 939 (remove_files) COMPLETE
66862024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.905 INFO O| Aug 17 03:51:50.905 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.915 INFO O| Aug 17 03:51:50.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
66882024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.915 INFO O| Aug 17 03:51:50.915 INFO STEP 940 (remove_files) COMPLETE
66892024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.915 INFO O| Aug 17 03:51:50.915 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.924 INFO O| Aug 17 03:51:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
66912024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.924 INFO O| Aug 17 03:51:50.924 INFO STEP 941 (remove_files) COMPLETE
66922024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.924 INFO O| Aug 17 03:51:50.924 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.933 INFO O| Aug 17 03:51:50.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
66942024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.933 INFO O| Aug 17 03:51:50.933 INFO STEP 942 (remove_files) COMPLETE
66952024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.933 INFO O| Aug 17 03:51:50.933 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.942 INFO O| Aug 17 03:51:50.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
66972024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.942 INFO O| Aug 17 03:51:50.942 INFO STEP 943 (remove_files) COMPLETE
66982024-08-17T03:51:52.924Z[ recovery-image] Aug 17 03:51:50.942 INFO O| Aug 17 03:51:50.942 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-17T03:51:52.932Z[ recovery-image] Aug 17 03:51:50.951 INFO O| Aug 17 03:51:50.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67002024-08-17T03:51:52.932Z[ recovery-image] Aug 17 03:51:50.951 INFO O| Aug 17 03:51:50.951 INFO STEP 944 (remove_files) COMPLETE
67012024-08-17T03:51:52.932Z[ recovery-image] Aug 17 03:51:50.951 INFO O| Aug 17 03:51:50.951 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-17T03:51:52.938Z[ recovery-image] Aug 17 03:51:50.960 INFO O| Aug 17 03:51:50.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67032024-08-17T03:51:52.938Z[ recovery-image] Aug 17 03:51:50.960 INFO O| Aug 17 03:51:50.960 INFO STEP 945 (remove_files) COMPLETE
67042024-08-17T03:51:52.940Z[ recovery-image] Aug 17 03:51:50.960 INFO O| Aug 17 03:51:50.960 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-17T03:51:52.947Z[ recovery-image] Aug 17 03:51:50.970 INFO O| Aug 17 03:51:50.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67062024-08-17T03:51:52.947Z[ recovery-image] Aug 17 03:51:50.970 INFO O| Aug 17 03:51:50.970 INFO STEP 946 (remove_files) COMPLETE
67072024-08-17T03:51:52.950Z[ recovery-image] Aug 17 03:51:50.970 INFO O| Aug 17 03:51:50.970 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-17T03:51:52.959Z[ recovery-image] Aug 17 03:51:50.979 INFO O| Aug 17 03:51:50.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67092024-08-17T03:51:52.962Z[ recovery-image] Aug 17 03:51:50.979 INFO O| Aug 17 03:51:50.979 INFO STEP 947 (remove_files) COMPLETE
67102024-08-17T03:51:52.962Z[ recovery-image] Aug 17 03:51:50.979 INFO O| Aug 17 03:51:50.979 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-17T03:51:52.966Z[ recovery-image] Aug 17 03:51:50.988 INFO O| Aug 17 03:51:50.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67122024-08-17T03:51:52.966Z[ recovery-image] Aug 17 03:51:50.988 INFO O| Aug 17 03:51:50.988 INFO STEP 948 (remove_files) COMPLETE
67132024-08-17T03:51:52.966Z[ recovery-image] Aug 17 03:51:50.988 INFO O| Aug 17 03:51:50.988 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-17T03:51:52.975Z[ recovery-image] Aug 17 03:51:50.997 INFO O| Aug 17 03:51:50.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67152024-08-17T03:51:52.975Z[ recovery-image] Aug 17 03:51:50.997 INFO O| Aug 17 03:51:50.997 INFO STEP 949 (remove_files) COMPLETE
67162024-08-17T03:51:52.975Z[ recovery-image] Aug 17 03:51:50.997 INFO O| Aug 17 03:51:50.997 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-17T03:51:52.985Z[ recovery-image] Aug 17 03:51:51.007 INFO O| Aug 17 03:51:51.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67182024-08-17T03:51:52.985Z[ recovery-image] Aug 17 03:51:51.007 INFO O| Aug 17 03:51:51.007 INFO STEP 950 (remove_files) COMPLETE
67192024-08-17T03:51:52.985Z[ recovery-image] Aug 17 03:51:51.007 INFO O| Aug 17 03:51:51.007 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-17T03:51:52.995Z[ recovery-image] Aug 17 03:51:51.016 INFO O| Aug 17 03:51:51.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67212024-08-17T03:51:52.995Z[ recovery-image] Aug 17 03:51:51.016 INFO O| Aug 17 03:51:51.016 INFO STEP 951 (remove_files) COMPLETE
67222024-08-17T03:51:52.995Z[ recovery-image] Aug 17 03:51:51.016 INFO O| Aug 17 03:51:51.016 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-08-17T03:51:53.003Z[ recovery-image] Aug 17 03:51:51.025 INFO O| Aug 17 03:51:51.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67242024-08-17T03:51:53.003Z[ recovery-image] Aug 17 03:51:51.025 INFO O| Aug 17 03:51:51.025 INFO STEP 952 (remove_files) COMPLETE
67252024-08-17T03:51:53.007Z[ recovery-image] Aug 17 03:51:51.026 INFO O| Aug 17 03:51:51.025 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-08-17T03:51:53.013Z[ recovery-image] Aug 17 03:51:51.035 INFO O| Aug 17 03:51:51.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67272024-08-17T03:51:53.013Z[ recovery-image] Aug 17 03:51:51.035 INFO O| Aug 17 03:51:51.035 INFO STEP 953 (remove_files) COMPLETE
67282024-08-17T03:51:53.017Z[ recovery-image] Aug 17 03:51:51.035 INFO O| Aug 17 03:51:51.035 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-08-17T03:51:53.022Z[ recovery-image] Aug 17 03:51:51.044 INFO O| Aug 17 03:51:51.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67302024-08-17T03:51:53.033Z[ recovery-image] Aug 17 03:51:51.044 INFO O| Aug 17 03:51:51.044 INFO STEP 954 (remove_files) COMPLETE
67312024-08-17T03:51:53.033Z[ recovery-image] Aug 17 03:51:51.044 INFO O| Aug 17 03:51:51.044 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-17T03:51:53.035Z[ recovery-image] Aug 17 03:51:51.053 INFO O| Aug 17 03:51:51.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67332024-08-17T03:51:53.035Z[ recovery-image] Aug 17 03:51:51.054 INFO O| Aug 17 03:51:51.054 INFO STEP 955 (remove_files) COMPLETE
67342024-08-17T03:51:53.035Z[ recovery-image] Aug 17 03:51:51.054 INFO O| Aug 17 03:51:51.054 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-17T03:51:53.041Z[ recovery-image] Aug 17 03:51:51.063 INFO O| Aug 17 03:51:51.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67362024-08-17T03:51:53.045Z[ recovery-image] Aug 17 03:51:51.063 INFO O| Aug 17 03:51:51.063 INFO STEP 956 (remove_files) COMPLETE
67372024-08-17T03:51:53.045Z[ recovery-image] Aug 17 03:51:51.063 INFO O| Aug 17 03:51:51.063 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-17T03:51:53.050Z[ recovery-image] Aug 17 03:51:51.072 INFO O| Aug 17 03:51:51.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67392024-08-17T03:51:53.054Z[ recovery-image] Aug 17 03:51:51.072 INFO O| Aug 17 03:51:51.072 INFO STEP 957 (remove_files) COMPLETE
67402024-08-17T03:51:53.054Z[ recovery-image] Aug 17 03:51:51.072 INFO O| Aug 17 03:51:51.072 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-17T03:51:53.060Z[ recovery-image] Aug 17 03:51:51.082 INFO O| Aug 17 03:51:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67422024-08-17T03:51:53.062Z[ recovery-image] Aug 17 03:51:51.082 INFO O| Aug 17 03:51:51.082 INFO STEP 958 (remove_files) COMPLETE
67432024-08-17T03:51:53.063Z[ recovery-image] Aug 17 03:51:51.082 INFO O| Aug 17 03:51:51.082 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-17T03:51:53.071Z[ recovery-image] Aug 17 03:51:51.091 INFO O| Aug 17 03:51:51.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67452024-08-17T03:51:53.075Z[ recovery-image] Aug 17 03:51:51.091 INFO O| Aug 17 03:51:51.091 INFO STEP 959 (remove_files) COMPLETE
67462024-08-17T03:51:53.075Z[ recovery-image] Aug 17 03:51:51.091 INFO O| Aug 17 03:51:51.091 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-17T03:51:53.078Z[ recovery-image] Aug 17 03:51:51.100 INFO O| Aug 17 03:51:51.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67482024-08-17T03:51:53.078Z[ recovery-image] Aug 17 03:51:51.100 INFO O| Aug 17 03:51:51.100 INFO STEP 960 (remove_files) COMPLETE
67492024-08-17T03:51:53.078Z[ recovery-image] Aug 17 03:51:51.100 INFO O| Aug 17 03:51:51.100 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-17T03:51:53.087Z[ recovery-image] Aug 17 03:51:51.109 INFO O| Aug 17 03:51:51.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67512024-08-17T03:51:53.087Z[ recovery-image] Aug 17 03:51:51.109 INFO O| Aug 17 03:51:51.109 INFO STEP 961 (remove_files) COMPLETE
67522024-08-17T03:51:53.090Z[ recovery-image] Aug 17 03:51:51.109 INFO O| Aug 17 03:51:51.109 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-17T03:51:53.097Z[ recovery-image] Aug 17 03:51:51.118 INFO O| Aug 17 03:51:51.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
67542024-08-17T03:51:53.097Z[ recovery-image] Aug 17 03:51:51.119 INFO O| Aug 17 03:51:51.118 INFO STEP 962 (remove_files) COMPLETE
67552024-08-17T03:51:53.098Z[ recovery-image] Aug 17 03:51:51.119 INFO O| Aug 17 03:51:51.119 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-17T03:51:53.105Z[ recovery-image] Aug 17 03:51:51.127 INFO O| Aug 17 03:51:51.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
67572024-08-17T03:51:53.105Z[ recovery-image] Aug 17 03:51:51.128 INFO O| Aug 17 03:51:51.128 INFO STEP 963 (remove_files) COMPLETE
67582024-08-17T03:51:53.108Z[ recovery-image] Aug 17 03:51:51.128 INFO O| Aug 17 03:51:51.128 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-08-17T03:51:53.114Z[ recovery-image] Aug 17 03:51:51.137 INFO O| Aug 17 03:51:51.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
67602024-08-17T03:51:53.115Z[ recovery-image] Aug 17 03:51:51.137 INFO O| Aug 17 03:51:51.137 INFO STEP 964 (remove_files) COMPLETE
67612024-08-17T03:51:53.117Z[ recovery-image] Aug 17 03:51:51.137 INFO O| Aug 17 03:51:51.137 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-17T03:51:53.142Z[ recovery-image] Aug 17 03:51:51.146 INFO O| Aug 17 03:51:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
67632024-08-17T03:51:53.146Z[ recovery-image] Aug 17 03:51:51.147 INFO O| Aug 17 03:51:51.147 INFO STEP 965 (remove_files) COMPLETE
67642024-08-17T03:51:53.146Z[ recovery-image] Aug 17 03:51:51.147 INFO O| Aug 17 03:51:51.147 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-17T03:51:53.146Z[ recovery-image] Aug 17 03:51:51.156 INFO O| Aug 17 03:51:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
67662024-08-17T03:51:53.146Z[ recovery-image] Aug 17 03:51:51.156 INFO O| Aug 17 03:51:51.156 INFO STEP 966 (remove_files) COMPLETE
67672024-08-17T03:51:53.146Z[ recovery-image] Aug 17 03:51:51.156 INFO O| Aug 17 03:51:51.156 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-17T03:51:53.146Z[ recovery-image] Aug 17 03:51:51.165 INFO O| Aug 17 03:51:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
67692024-08-17T03:51:53.146Z[ recovery-image] Aug 17 03:51:51.165 INFO O| Aug 17 03:51:51.165 INFO STEP 967 (remove_files) COMPLETE
67702024-08-17T03:51:53.147Z[ recovery-image] Aug 17 03:51:51.165 INFO O| Aug 17 03:51:51.165 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-17T03:51:53.154Z[ recovery-image] Aug 17 03:51:51.175 INFO O| Aug 17 03:51:51.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
67722024-08-17T03:51:53.155Z[ recovery-image] Aug 17 03:51:51.175 INFO O| Aug 17 03:51:51.175 INFO STEP 968 (remove_files) COMPLETE
67732024-08-17T03:51:53.157Z[ recovery-image] Aug 17 03:51:51.175 INFO O| Aug 17 03:51:51.175 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-08-17T03:51:53.163Z[ recovery-image] Aug 17 03:51:51.184 INFO O| Aug 17 03:51:51.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
67752024-08-17T03:51:53.163Z[ recovery-image] Aug 17 03:51:51.184 INFO O| Aug 17 03:51:51.184 INFO STEP 969 (remove_files) COMPLETE
67762024-08-17T03:51:53.165Z[ recovery-image] Aug 17 03:51:51.184 INFO O| Aug 17 03:51:51.184 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-08-17T03:51:53.173Z[ recovery-image] Aug 17 03:51:51.194 INFO O| Aug 17 03:51:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
67782024-08-17T03:51:53.173Z[ recovery-image] Aug 17 03:51:51.194 INFO O| Aug 17 03:51:51.194 INFO STEP 970 (remove_files) COMPLETE
67792024-08-17T03:51:53.176Z[ recovery-image] Aug 17 03:51:51.194 INFO O| Aug 17 03:51:51.194 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-08-17T03:51:53.180Z[ recovery-image] Aug 17 03:51:51.203 INFO O| Aug 17 03:51:51.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
67812024-08-17T03:51:53.183Z[ recovery-image] Aug 17 03:51:51.203 INFO O| Aug 17 03:51:51.203 INFO STEP 971 (remove_files) COMPLETE
67822024-08-17T03:51:53.183Z[ recovery-image] Aug 17 03:51:51.203 INFO O| Aug 17 03:51:51.203 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-08-17T03:51:53.189Z[ recovery-image] Aug 17 03:51:51.212 INFO O| Aug 17 03:51:51.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
67842024-08-17T03:51:53.192Z[ recovery-image] Aug 17 03:51:51.212 INFO O| Aug 17 03:51:51.212 INFO STEP 972 (remove_files) COMPLETE
67852024-08-17T03:51:53.192Z[ recovery-image] Aug 17 03:51:51.212 INFO O| Aug 17 03:51:51.212 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-08-17T03:51:53.200Z[ recovery-image] Aug 17 03:51:51.222 INFO O| Aug 17 03:51:51.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
67872024-08-17T03:51:53.203Z[ recovery-image] Aug 17 03:51:51.222 INFO O| Aug 17 03:51:51.222 INFO STEP 973 (remove_files) COMPLETE
67882024-08-17T03:51:53.203Z[ recovery-image] Aug 17 03:51:51.222 INFO O| Aug 17 03:51:51.222 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-08-17T03:51:53.209Z[ recovery-image] Aug 17 03:51:51.231 INFO O| Aug 17 03:51:51.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
67902024-08-17T03:51:53.212Z[ recovery-image] Aug 17 03:51:51.231 INFO O| Aug 17 03:51:51.231 INFO STEP 974 (remove_files) COMPLETE
67912024-08-17T03:51:53.212Z[ recovery-image] Aug 17 03:51:51.231 INFO O| Aug 17 03:51:51.231 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-08-17T03:51:53.218Z[ recovery-image] Aug 17 03:51:51.240 INFO O| Aug 17 03:51:51.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
67932024-08-17T03:51:53.218Z[ recovery-image] Aug 17 03:51:51.241 INFO O| Aug 17 03:51:51.240 INFO STEP 975 (remove_files) COMPLETE
67942024-08-17T03:51:53.221Z[ recovery-image] Aug 17 03:51:51.241 INFO O| Aug 17 03:51:51.241 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-08-17T03:51:53.227Z[ recovery-image] Aug 17 03:51:51.250 INFO O| Aug 17 03:51:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
67962024-08-17T03:51:53.230Z[ recovery-image] Aug 17 03:51:51.250 INFO O| Aug 17 03:51:51.250 INFO STEP 976 (remove_files) COMPLETE
67972024-08-17T03:51:53.230Z[ recovery-image] Aug 17 03:51:51.250 INFO O| Aug 17 03:51:51.250 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-08-17T03:51:53.237Z[ recovery-image] Aug 17 03:51:51.259 INFO O| Aug 17 03:51:51.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
67992024-08-17T03:51:53.241Z[ recovery-image] Aug 17 03:51:51.259 INFO O| Aug 17 03:51:51.259 INFO STEP 977 (remove_files) COMPLETE
68002024-08-17T03:51:53.241Z[ recovery-image] Aug 17 03:51:51.259 INFO O| Aug 17 03:51:51.259 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-08-17T03:51:53.246Z[ recovery-image] Aug 17 03:51:51.268 INFO O| Aug 17 03:51:51.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68022024-08-17T03:51:53.250Z[ recovery-image] Aug 17 03:51:51.268 INFO O| Aug 17 03:51:51.268 INFO STEP 978 (remove_files) COMPLETE
68032024-08-17T03:51:53.250Z[ recovery-image] Aug 17 03:51:51.269 INFO O| Aug 17 03:51:51.268 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-08-17T03:51:53.256Z[ recovery-image] Aug 17 03:51:51.278 INFO O| Aug 17 03:51:51.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68052024-08-17T03:51:53.258Z[ recovery-image] Aug 17 03:51:51.278 INFO O| Aug 17 03:51:51.278 INFO STEP 979 (remove_files) COMPLETE
68062024-08-17T03:51:53.258Z[ recovery-image] Aug 17 03:51:51.278 INFO O| Aug 17 03:51:51.278 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-08-17T03:51:53.265Z[ recovery-image] Aug 17 03:51:51.287 INFO O| Aug 17 03:51:51.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68082024-08-17T03:51:53.265Z[ recovery-image] Aug 17 03:51:51.287 INFO O| Aug 17 03:51:51.287 INFO STEP 980 (remove_files) COMPLETE
68092024-08-17T03:51:53.268Z[ recovery-image] Aug 17 03:51:51.287 INFO O| Aug 17 03:51:51.287 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-08-17T03:51:53.274Z[ recovery-image] Aug 17 03:51:51.296 INFO O| Aug 17 03:51:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68112024-08-17T03:51:53.278Z[ recovery-image] Aug 17 03:51:51.296 INFO O| Aug 17 03:51:51.296 INFO STEP 981 (remove_files) COMPLETE
68122024-08-17T03:51:53.278Z[ recovery-image] Aug 17 03:51:51.297 INFO O| Aug 17 03:51:51.296 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-08-17T03:51:53.284Z[ recovery-image] Aug 17 03:51:51.306 INFO O| Aug 17 03:51:51.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68142024-08-17T03:51:53.287Z[ recovery-image] Aug 17 03:51:51.306 INFO O| Aug 17 03:51:51.306 INFO STEP 982 (remove_files) COMPLETE
68152024-08-17T03:51:53.287Z[ recovery-image] Aug 17 03:51:51.306 INFO O| Aug 17 03:51:51.306 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-08-17T03:51:53.296Z[ recovery-image] Aug 17 03:51:51.315 INFO O| Aug 17 03:51:51.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68172024-08-17T03:51:53.303Z[ recovery-image] Aug 17 03:51:51.315 INFO O| Aug 17 03:51:51.315 INFO STEP 983 (remove_files) COMPLETE
68182024-08-17T03:51:53.303Z[ recovery-image] Aug 17 03:51:51.315 INFO O| Aug 17 03:51:51.315 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-08-17T03:51:53.306Z[ recovery-image] Aug 17 03:51:51.324 INFO O| Aug 17 03:51:51.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68202024-08-17T03:51:53.306Z[ recovery-image] Aug 17 03:51:51.324 INFO O| Aug 17 03:51:51.324 INFO STEP 984 (remove_files) COMPLETE
68212024-08-17T03:51:53.306Z[ recovery-image] Aug 17 03:51:51.324 INFO O| Aug 17 03:51:51.324 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-08-17T03:51:53.312Z[ recovery-image] Aug 17 03:51:51.334 INFO O| Aug 17 03:51:51.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68232024-08-17T03:51:53.312Z[ recovery-image] Aug 17 03:51:51.334 INFO O| Aug 17 03:51:51.334 INFO STEP 985 (remove_files) COMPLETE
68242024-08-17T03:51:53.312Z[ recovery-image] Aug 17 03:51:51.334 INFO O| Aug 17 03:51:51.334 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-08-17T03:51:53.321Z[ recovery-image] Aug 17 03:51:51.343 INFO O| Aug 17 03:51:51.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68262024-08-17T03:51:53.321Z[ recovery-image] Aug 17 03:51:51.343 INFO O| Aug 17 03:51:51.343 INFO STEP 986 (remove_files) COMPLETE
68272024-08-17T03:51:53.321Z[ recovery-image] Aug 17 03:51:51.343 INFO O| Aug 17 03:51:51.343 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-08-17T03:51:53.330Z[ recovery-image] Aug 17 03:51:51.352 INFO O| Aug 17 03:51:51.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68292024-08-17T03:51:53.330Z[ recovery-image] Aug 17 03:51:51.352 INFO O| Aug 17 03:51:51.352 INFO STEP 987 (remove_files) COMPLETE
68302024-08-17T03:51:53.330Z[ recovery-image] Aug 17 03:51:51.352 INFO O| Aug 17 03:51:51.352 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-08-17T03:51:53.339Z[ recovery-image] Aug 17 03:51:51.361 INFO O| Aug 17 03:51:51.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68322024-08-17T03:51:53.339Z[ recovery-image] Aug 17 03:51:51.361 INFO O| Aug 17 03:51:51.361 INFO STEP 988 (remove_files) COMPLETE
68332024-08-17T03:51:53.339Z[ recovery-image] Aug 17 03:51:51.361 INFO O| Aug 17 03:51:51.361 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-08-17T03:51:53.348Z[ recovery-image] Aug 17 03:51:51.371 INFO O| Aug 17 03:51:51.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68352024-08-17T03:51:53.351Z[ recovery-image] Aug 17 03:51:51.371 INFO O| Aug 17 03:51:51.371 INFO STEP 989 (remove_files) COMPLETE
68362024-08-17T03:51:53.352Z[ recovery-image] Aug 17 03:51:51.371 INFO O| Aug 17 03:51:51.371 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-08-17T03:51:53.357Z[ recovery-image] Aug 17 03:51:51.380 INFO O| Aug 17 03:51:51.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68382024-08-17T03:51:53.358Z[ recovery-image] Aug 17 03:51:51.380 INFO O| Aug 17 03:51:51.380 INFO STEP 990 (remove_files) COMPLETE
68392024-08-17T03:51:53.358Z[ recovery-image] Aug 17 03:51:51.380 INFO O| Aug 17 03:51:51.380 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-08-17T03:51:53.368Z[ recovery-image] Aug 17 03:51:51.389 INFO O| Aug 17 03:51:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68412024-08-17T03:51:53.368Z[ recovery-image] Aug 17 03:51:51.389 INFO O| Aug 17 03:51:51.389 INFO STEP 991 (remove_files) COMPLETE
68422024-08-17T03:51:53.371Z[ recovery-image] Aug 17 03:51:51.389 INFO O| Aug 17 03:51:51.389 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-08-17T03:51:53.378Z[ recovery-image] Aug 17 03:51:51.398 INFO O| Aug 17 03:51:51.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68442024-08-17T03:51:53.378Z[ recovery-image] Aug 17 03:51:51.398 INFO O| Aug 17 03:51:51.398 INFO STEP 992 (remove_files) COMPLETE
68452024-08-17T03:51:53.381Z[ recovery-image] Aug 17 03:51:51.399 INFO O| Aug 17 03:51:51.398 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-08-17T03:51:53.385Z[ recovery-image] Aug 17 03:51:51.408 INFO O| Aug 17 03:51:51.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68472024-08-17T03:51:53.388Z[ recovery-image] Aug 17 03:51:51.408 INFO O| Aug 17 03:51:51.408 INFO STEP 993 (remove_files) COMPLETE
68482024-08-17T03:51:53.388Z[ recovery-image] Aug 17 03:51:51.408 INFO O| Aug 17 03:51:51.408 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-08-17T03:51:53.395Z[ recovery-image] Aug 17 03:51:51.417 INFO O| Aug 17 03:51:51.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68502024-08-17T03:51:53.395Z[ recovery-image] Aug 17 03:51:51.417 INFO O| Aug 17 03:51:51.417 INFO STEP 994 (remove_files) COMPLETE
68512024-08-17T03:51:53.395Z[ recovery-image] Aug 17 03:51:51.417 INFO O| Aug 17 03:51:51.417 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-08-17T03:51:53.404Z[ recovery-image] Aug 17 03:51:51.426 INFO O| Aug 17 03:51:51.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68532024-08-17T03:51:53.404Z[ recovery-image] Aug 17 03:51:51.426 INFO O| Aug 17 03:51:51.426 INFO STEP 995 (remove_files) COMPLETE
68542024-08-17T03:51:53.404Z[ recovery-image] Aug 17 03:51:51.426 INFO O| Aug 17 03:51:51.426 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-08-17T03:51:53.413Z[ recovery-image] Aug 17 03:51:51.435 INFO O| Aug 17 03:51:51.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
68562024-08-17T03:51:53.413Z[ recovery-image] Aug 17 03:51:51.435 INFO O| Aug 17 03:51:51.435 INFO STEP 996 (remove_files) COMPLETE
68572024-08-17T03:51:53.416Z[ recovery-image] Aug 17 03:51:51.435 INFO O| Aug 17 03:51:51.435 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-08-17T03:51:53.422Z[ recovery-image] Aug 17 03:51:51.445 INFO O| Aug 17 03:51:51.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
68592024-08-17T03:51:53.423Z[ recovery-image] Aug 17 03:51:51.445 INFO O| Aug 17 03:51:51.445 INFO STEP 997 (remove_files) COMPLETE
68602024-08-17T03:51:53.425Z[ recovery-image] Aug 17 03:51:51.445 INFO O| Aug 17 03:51:51.445 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-08-17T03:51:53.431Z[ recovery-image] Aug 17 03:51:51.454 INFO O| Aug 17 03:51:51.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
68622024-08-17T03:51:53.431Z[ recovery-image] Aug 17 03:51:51.454 INFO O| Aug 17 03:51:51.454 INFO STEP 998 (remove_files) COMPLETE
68632024-08-17T03:51:53.431Z[ recovery-image] Aug 17 03:51:51.454 INFO O| Aug 17 03:51:51.454 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-08-17T03:51:53.441Z[ recovery-image] Aug 17 03:51:51.463 INFO O| Aug 17 03:51:51.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
68652024-08-17T03:51:53.441Z[ recovery-image] Aug 17 03:51:51.463 INFO O| Aug 17 03:51:51.463 INFO STEP 999 (remove_files) COMPLETE
68662024-08-17T03:51:53.441Z[ recovery-image] Aug 17 03:51:51.463 INFO O| Aug 17 03:51:51.463 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-08-17T03:51:53.450Z[ recovery-image] Aug 17 03:51:51.472 INFO O| Aug 17 03:51:51.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
68682024-08-17T03:51:53.453Z[ recovery-image] Aug 17 03:51:51.472 INFO O| Aug 17 03:51:51.472 INFO STEP 1000 (remove_files) COMPLETE
68692024-08-17T03:51:53.453Z[ recovery-image] Aug 17 03:51:51.472 INFO O| Aug 17 03:51:51.472 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-08-17T03:51:53.459Z[ recovery-image] Aug 17 03:51:51.481 INFO O| Aug 17 03:51:51.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
68712024-08-17T03:51:53.459Z[ recovery-image] Aug 17 03:51:51.482 INFO O| Aug 17 03:51:51.481 INFO STEP 1001 (remove_files) COMPLETE
68722024-08-17T03:51:53.462Z[ recovery-image] Aug 17 03:51:51.482 INFO O| Aug 17 03:51:51.481 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-08-17T03:51:53.469Z[ recovery-image] Aug 17 03:51:51.491 INFO O| Aug 17 03:51:51.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
68742024-08-17T03:51:53.469Z[ recovery-image] Aug 17 03:51:51.491 INFO O| Aug 17 03:51:51.491 INFO STEP 1002 (remove_files) COMPLETE
68752024-08-17T03:51:53.469Z[ recovery-image] Aug 17 03:51:51.491 INFO O| Aug 17 03:51:51.491 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-08-17T03:51:53.478Z[ recovery-image] Aug 17 03:51:51.500 INFO O| Aug 17 03:51:51.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
68772024-08-17T03:51:53.478Z[ recovery-image] Aug 17 03:51:51.500 INFO O| Aug 17 03:51:51.500 INFO STEP 1003 (remove_files) COMPLETE
68782024-08-17T03:51:53.481Z[ recovery-image] Aug 17 03:51:51.500 INFO O| Aug 17 03:51:51.500 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-08-17T03:51:53.490Z[ recovery-image] Aug 17 03:51:51.509 INFO O| Aug 17 03:51:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
68802024-08-17T03:51:53.496Z[ recovery-image] Aug 17 03:51:51.509 INFO O| Aug 17 03:51:51.509 INFO STEP 1004 (remove_files) COMPLETE
68812024-08-17T03:51:53.496Z[ recovery-image] Aug 17 03:51:51.510 INFO O| Aug 17 03:51:51.509 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-08-17T03:51:53.507Z[ recovery-image] Aug 17 03:51:51.519 INFO O| Aug 17 03:51:51.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
68832024-08-17T03:51:53.507Z[ recovery-image] Aug 17 03:51:51.519 INFO O| Aug 17 03:51:51.519 INFO STEP 1005 (remove_files) COMPLETE
68842024-08-17T03:51:53.507Z[ recovery-image] Aug 17 03:51:51.519 INFO O| Aug 17 03:51:51.519 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-08-17T03:51:53.516Z[ recovery-image] Aug 17 03:51:51.528 INFO O| Aug 17 03:51:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
68862024-08-17T03:51:53.516Z[ recovery-image] Aug 17 03:51:51.528 INFO O| Aug 17 03:51:51.528 INFO STEP 1006 (remove_files) COMPLETE
68872024-08-17T03:51:53.516Z[ recovery-image] Aug 17 03:51:51.528 INFO O| Aug 17 03:51:51.528 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-08-17T03:51:53.520Z[ recovery-image] Aug 17 03:51:51.537 INFO O| Aug 17 03:51:51.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
68892024-08-17T03:51:53.520Z[ recovery-image] Aug 17 03:51:51.537 INFO O| Aug 17 03:51:51.537 INFO STEP 1007 (remove_files) COMPLETE
68902024-08-17T03:51:53.520Z[ recovery-image] Aug 17 03:51:51.537 INFO O| Aug 17 03:51:51.537 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-08-17T03:51:53.524Z[ recovery-image] Aug 17 03:51:51.546 INFO O| Aug 17 03:51:51.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
68922024-08-17T03:51:53.524Z[ recovery-image] Aug 17 03:51:51.546 INFO O| Aug 17 03:51:51.546 INFO STEP 1008 (remove_files) COMPLETE
68932024-08-17T03:51:53.527Z[ recovery-image] Aug 17 03:51:51.546 INFO O| Aug 17 03:51:51.546 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-08-17T03:51:53.533Z[ recovery-image] Aug 17 03:51:51.555 INFO O| Aug 17 03:51:51.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
68952024-08-17T03:51:53.533Z[ recovery-image] Aug 17 03:51:51.555 INFO O| Aug 17 03:51:51.555 INFO STEP 1009 (remove_files) COMPLETE
68962024-08-17T03:51:53.537Z[ recovery-image] Aug 17 03:51:51.555 INFO O| Aug 17 03:51:51.555 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-08-17T03:51:53.542Z[ recovery-image] Aug 17 03:51:51.565 INFO O| Aug 17 03:51:51.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
68982024-08-17T03:51:53.543Z[ recovery-image] Aug 17 03:51:51.565 INFO O| Aug 17 03:51:51.565 INFO STEP 1010 (remove_files) COMPLETE
68992024-08-17T03:51:53.546Z[ recovery-image] Aug 17 03:51:51.565 INFO O| Aug 17 03:51:51.565 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-08-17T03:51:53.552Z[ recovery-image] Aug 17 03:51:51.574 INFO O| Aug 17 03:51:51.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69012024-08-17T03:51:53.554Z[ recovery-image] Aug 17 03:51:51.574 INFO O| Aug 17 03:51:51.574 INFO STEP 1011 (remove_files) COMPLETE
69022024-08-17T03:51:53.554Z[ recovery-image] Aug 17 03:51:51.574 INFO O| Aug 17 03:51:51.574 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-08-17T03:51:53.561Z[ recovery-image] Aug 17 03:51:51.583 INFO O| Aug 17 03:51:51.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69042024-08-17T03:51:53.563Z[ recovery-image] Aug 17 03:51:51.583 INFO O| Aug 17 03:51:51.583 INFO STEP 1012 (remove_files) COMPLETE
69052024-08-17T03:51:53.563Z[ recovery-image] Aug 17 03:51:51.583 INFO O| Aug 17 03:51:51.583 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-08-17T03:51:53.583Z[ recovery-image] Aug 17 03:51:51.592 INFO O| Aug 17 03:51:51.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69072024-08-17T03:51:53.583Z[ recovery-image] Aug 17 03:51:51.592 INFO O| Aug 17 03:51:51.592 INFO STEP 1013 (remove_files) COMPLETE
69082024-08-17T03:51:53.583Z[ recovery-image] Aug 17 03:51:51.592 INFO O| Aug 17 03:51:51.592 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-08-17T03:51:53.587Z[ recovery-image] Aug 17 03:51:51.602 INFO O| Aug 17 03:51:51.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69102024-08-17T03:51:53.587Z[ recovery-image] Aug 17 03:51:51.602 INFO O| Aug 17 03:51:51.602 INFO STEP 1014 (remove_files) COMPLETE
69112024-08-17T03:51:53.587Z[ recovery-image] Aug 17 03:51:51.602 INFO O| Aug 17 03:51:51.602 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-08-17T03:51:53.593Z[ recovery-image] Aug 17 03:51:51.611 INFO O| Aug 17 03:51:51.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69132024-08-17T03:51:53.593Z[ recovery-image] Aug 17 03:51:51.611 INFO O| Aug 17 03:51:51.611 INFO STEP 1015 (remove_files) COMPLETE
69142024-08-17T03:51:53.593Z[ recovery-image] Aug 17 03:51:51.611 INFO O| Aug 17 03:51:51.611 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-08-17T03:51:53.603Z[ recovery-image] Aug 17 03:51:51.620 INFO O| Aug 17 03:51:51.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69162024-08-17T03:51:53.610Z[ recovery-image] Aug 17 03:51:51.620 INFO O| Aug 17 03:51:51.620 INFO STEP 1016 (remove_files) COMPLETE
69172024-08-17T03:51:53.610Z[ recovery-image] Aug 17 03:51:51.620 INFO O| Aug 17 03:51:51.620 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-08-17T03:51:53.620Z[ recovery-image] Aug 17 03:51:51.629 INFO O| Aug 17 03:51:51.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69192024-08-17T03:51:53.620Z[ recovery-image] Aug 17 03:51:51.629 INFO O| Aug 17 03:51:51.629 INFO STEP 1017 (remove_files) COMPLETE
69202024-08-17T03:51:53.620Z[ recovery-image] Aug 17 03:51:51.630 INFO O| Aug 17 03:51:51.629 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-08-17T03:51:53.627Z[ recovery-image] Aug 17 03:51:51.639 INFO O| Aug 17 03:51:51.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69222024-08-17T03:51:53.627Z[ recovery-image] Aug 17 03:51:51.639 INFO O| Aug 17 03:51:51.639 INFO STEP 1018 (remove_files) COMPLETE
69232024-08-17T03:51:53.627Z[ recovery-image] Aug 17 03:51:51.639 INFO O| Aug 17 03:51:51.639 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-08-17T03:51:53.634Z[ recovery-image] Aug 17 03:51:51.648 INFO O| Aug 17 03:51:51.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69252024-08-17T03:51:53.634Z[ recovery-image] Aug 17 03:51:51.648 INFO O| Aug 17 03:51:51.648 INFO STEP 1019 (remove_files) COMPLETE
69262024-08-17T03:51:53.634Z[ recovery-image] Aug 17 03:51:51.648 INFO O| Aug 17 03:51:51.648 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-08-17T03:51:53.641Z[ recovery-image] Aug 17 03:51:51.657 INFO O| Aug 17 03:51:51.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69282024-08-17T03:51:53.641Z[ recovery-image] Aug 17 03:51:51.657 INFO O| Aug 17 03:51:51.657 INFO STEP 1020 (remove_files) COMPLETE
69292024-08-17T03:51:53.641Z[ recovery-image] Aug 17 03:51:51.657 INFO O| Aug 17 03:51:51.657 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-08-17T03:51:53.649Z[ recovery-image] Aug 17 03:51:51.666 INFO O| Aug 17 03:51:51.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69312024-08-17T03:51:53.649Z[ recovery-image] Aug 17 03:51:51.667 INFO O| Aug 17 03:51:51.667 INFO STEP 1021 (remove_files) COMPLETE
69322024-08-17T03:51:53.649Z[ recovery-image] Aug 17 03:51:51.667 INFO O| Aug 17 03:51:51.667 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-08-17T03:51:53.656Z[ recovery-image] Aug 17 03:51:51.676 INFO O| Aug 17 03:51:51.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69342024-08-17T03:51:53.656Z[ recovery-image] Aug 17 03:51:51.676 INFO O| Aug 17 03:51:51.676 INFO STEP 1022 (remove_files) COMPLETE
69352024-08-17T03:51:53.659Z[ recovery-image] Aug 17 03:51:51.676 INFO O| Aug 17 03:51:51.676 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-08-17T03:51:53.663Z[ recovery-image] Aug 17 03:51:51.685 INFO O| Aug 17 03:51:51.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69372024-08-17T03:51:53.663Z[ recovery-image] Aug 17 03:51:51.685 INFO O| Aug 17 03:51:51.685 INFO STEP 1023 (remove_files) COMPLETE
69382024-08-17T03:51:53.666Z[ recovery-image] Aug 17 03:51:51.685 INFO O| Aug 17 03:51:51.685 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-08-17T03:51:53.672Z[ recovery-image] Aug 17 03:51:51.694 INFO O| Aug 17 03:51:51.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69402024-08-17T03:51:53.672Z[ recovery-image] Aug 17 03:51:51.694 INFO O| Aug 17 03:51:51.694 INFO STEP 1024 (remove_files) COMPLETE
69412024-08-17T03:51:53.675Z[ recovery-image] Aug 17 03:51:51.694 INFO O| Aug 17 03:51:51.694 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-08-17T03:51:53.681Z[ recovery-image] Aug 17 03:51:51.703 INFO O| Aug 17 03:51:51.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69432024-08-17T03:51:53.682Z[ recovery-image] Aug 17 03:51:51.704 INFO O| Aug 17 03:51:51.704 INFO STEP 1025 (remove_files) COMPLETE
69442024-08-17T03:51:53.682Z[ recovery-image] Aug 17 03:51:51.704 INFO O| Aug 17 03:51:51.704 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-08-17T03:51:53.692Z[ recovery-image] Aug 17 03:51:51.713 INFO O| Aug 17 03:51:51.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69462024-08-17T03:51:53.694Z[ recovery-image] Aug 17 03:51:51.713 INFO O| Aug 17 03:51:51.713 INFO STEP 1026 (remove_files) COMPLETE
69472024-08-17T03:51:53.694Z[ recovery-image] Aug 17 03:51:51.713 INFO O| Aug 17 03:51:51.713 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-08-17T03:51:53.702Z[ recovery-image] Aug 17 03:51:51.724 INFO O| Aug 17 03:51:51.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69492024-08-17T03:51:53.702Z[ recovery-image] Aug 17 03:51:51.724 INFO O| Aug 17 03:51:51.724 INFO STEP 1027 (remove_files) COMPLETE
69502024-08-17T03:51:53.702Z[ recovery-image] Aug 17 03:51:51.724 INFO O| Aug 17 03:51:51.724 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-08-17T03:51:53.715Z[ recovery-image] Aug 17 03:51:51.734 INFO O| Aug 17 03:51:51.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69522024-08-17T03:51:53.715Z[ recovery-image] Aug 17 03:51:51.734 INFO O| Aug 17 03:51:51.734 INFO STEP 1028 (remove_files) COMPLETE
69532024-08-17T03:51:53.715Z[ recovery-image] Aug 17 03:51:51.734 INFO O| Aug 17 03:51:51.734 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-08-17T03:51:53.721Z[ recovery-image] Aug 17 03:51:51.744 INFO O| Aug 17 03:51:51.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
69552024-08-17T03:51:53.727Z[ recovery-image] Aug 17 03:51:51.744 INFO O| Aug 17 03:51:51.744 INFO STEP 1029 (remove_files) COMPLETE
69562024-08-17T03:51:53.728Z[ recovery-image] Aug 17 03:51:51.744 INFO O| Aug 17 03:51:51.744 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-08-17T03:51:53.731Z[ recovery-image] Aug 17 03:51:51.753 INFO O| Aug 17 03:51:51.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
69582024-08-17T03:51:53.733Z[ recovery-image] Aug 17 03:51:51.754 INFO O| Aug 17 03:51:51.754 INFO STEP 1030 (remove_files) COMPLETE
69592024-08-17T03:51:53.733Z[ recovery-image] Aug 17 03:51:51.754 INFO O| Aug 17 03:51:51.754 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-08-17T03:51:53.741Z[ recovery-image] Aug 17 03:51:51.763 INFO O| Aug 17 03:51:51.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
69612024-08-17T03:51:53.741Z[ recovery-image] Aug 17 03:51:51.763 INFO O| Aug 17 03:51:51.763 INFO STEP 1031 (remove_files) COMPLETE
69622024-08-17T03:51:53.741Z[ recovery-image] Aug 17 03:51:51.763 INFO O| Aug 17 03:51:51.763 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-08-17T03:51:53.751Z[ recovery-image] Aug 17 03:51:51.773 INFO O| Aug 17 03:51:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
69642024-08-17T03:51:53.751Z[ recovery-image] Aug 17 03:51:51.773 INFO O| Aug 17 03:51:51.773 INFO STEP 1032 (remove_files) COMPLETE
69652024-08-17T03:51:53.753Z[ recovery-image] Aug 17 03:51:51.773 INFO O| Aug 17 03:51:51.773 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-08-17T03:51:53.760Z[ recovery-image] Aug 17 03:51:51.782 INFO O| Aug 17 03:51:51.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
69672024-08-17T03:51:53.761Z[ recovery-image] Aug 17 03:51:51.782 INFO O| Aug 17 03:51:51.782 INFO STEP 1033 (remove_files) COMPLETE
69682024-08-17T03:51:53.763Z[ recovery-image] Aug 17 03:51:51.783 INFO O| Aug 17 03:51:51.782 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-08-17T03:51:53.771Z[ recovery-image] Aug 17 03:51:51.792 INFO O| Aug 17 03:51:51.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
69702024-08-17T03:51:53.774Z[ recovery-image] Aug 17 03:51:51.792 INFO O| Aug 17 03:51:51.792 INFO STEP 1034 (remove_files) COMPLETE
69712024-08-17T03:51:53.774Z[ recovery-image] Aug 17 03:51:51.792 INFO O| Aug 17 03:51:51.792 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-08-17T03:51:53.780Z[ recovery-image] Aug 17 03:51:51.802 INFO O| Aug 17 03:51:51.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
69732024-08-17T03:51:53.783Z[ recovery-image] Aug 17 03:51:51.802 INFO O| Aug 17 03:51:51.802 INFO STEP 1035 (remove_files) COMPLETE
69742024-08-17T03:51:53.783Z[ recovery-image] Aug 17 03:51:51.802 INFO O| Aug 17 03:51:51.802 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-08-17T03:51:53.789Z[ recovery-image] Aug 17 03:51:51.811 INFO O| Aug 17 03:51:51.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
69762024-08-17T03:51:53.789Z[ recovery-image] Aug 17 03:51:51.811 INFO O| Aug 17 03:51:51.811 INFO STEP 1036 (remove_files) COMPLETE
69772024-08-17T03:51:53.792Z[ recovery-image] Aug 17 03:51:51.811 INFO O| Aug 17 03:51:51.811 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-08-17T03:51:53.798Z[ recovery-image] Aug 17 03:51:51.820 INFO O| Aug 17 03:51:51.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
69792024-08-17T03:51:53.801Z[ recovery-image] Aug 17 03:51:51.820 INFO O| Aug 17 03:51:51.820 INFO STEP 1037 (remove_files) COMPLETE
69802024-08-17T03:51:53.801Z[ recovery-image] Aug 17 03:51:51.820 INFO O| Aug 17 03:51:51.820 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-08-17T03:51:53.807Z[ recovery-image] Aug 17 03:51:51.829 INFO O| Aug 17 03:51:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
69822024-08-17T03:51:53.810Z[ recovery-image] Aug 17 03:51:51.830 INFO O| Aug 17 03:51:51.829 INFO STEP 1038 (remove_files) COMPLETE
69832024-08-17T03:51:53.810Z[ recovery-image] Aug 17 03:51:51.830 INFO O| Aug 17 03:51:51.829 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-08-17T03:51:53.817Z[ recovery-image] Aug 17 03:51:51.839 INFO O| Aug 17 03:51:51.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
69852024-08-17T03:51:53.817Z[ recovery-image] Aug 17 03:51:51.839 INFO O| Aug 17 03:51:51.839 INFO STEP 1039 (remove_files) COMPLETE
69862024-08-17T03:51:53.817Z[ recovery-image] Aug 17 03:51:51.839 INFO O| Aug 17 03:51:51.839 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-08-17T03:51:53.826Z[ recovery-image] Aug 17 03:51:51.848 INFO O| Aug 17 03:51:51.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
69882024-08-17T03:51:53.826Z[ recovery-image] Aug 17 03:51:51.848 INFO O| Aug 17 03:51:51.848 INFO STEP 1040 (remove_files) COMPLETE
69892024-08-17T03:51:53.828Z[ recovery-image] Aug 17 03:51:51.848 INFO O| Aug 17 03:51:51.848 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-08-17T03:51:53.835Z[ recovery-image] Aug 17 03:51:51.857 INFO O| Aug 17 03:51:51.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
69912024-08-17T03:51:53.835Z[ recovery-image] Aug 17 03:51:51.857 INFO O| Aug 17 03:51:51.857 INFO STEP 1041 (remove_files) COMPLETE
69922024-08-17T03:51:53.839Z[ recovery-image] Aug 17 03:51:51.857 INFO O| Aug 17 03:51:51.857 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-08-17T03:51:53.844Z[ recovery-image] Aug 17 03:51:51.866 INFO O| Aug 17 03:51:51.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
69942024-08-17T03:51:53.847Z[ recovery-image] Aug 17 03:51:51.866 INFO O| Aug 17 03:51:51.866 INFO STEP 1042 (remove_files) COMPLETE
69952024-08-17T03:51:53.847Z[ recovery-image] Aug 17 03:51:51.866 INFO O| Aug 17 03:51:51.866 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-08-17T03:51:53.853Z[ recovery-image] Aug 17 03:51:51.875 INFO O| Aug 17 03:51:51.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
69972024-08-17T03:51:53.853Z[ recovery-image] Aug 17 03:51:51.875 INFO O| Aug 17 03:51:51.875 INFO STEP 1043 (remove_files) COMPLETE
69982024-08-17T03:51:53.853Z[ recovery-image] Aug 17 03:51:51.875 INFO O| Aug 17 03:51:51.875 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-08-17T03:51:53.863Z[ recovery-image] Aug 17 03:51:51.884 INFO O| Aug 17 03:51:51.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70002024-08-17T03:51:53.863Z[ recovery-image] Aug 17 03:51:51.884 INFO O| Aug 17 03:51:51.884 INFO STEP 1044 (remove_files) COMPLETE
70012024-08-17T03:51:53.866Z[ recovery-image] Aug 17 03:51:51.885 INFO O| Aug 17 03:51:51.884 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-08-17T03:51:53.871Z[ recovery-image] Aug 17 03:51:51.893 INFO O| Aug 17 03:51:51.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70032024-08-17T03:51:53.871Z[ recovery-image] Aug 17 03:51:51.893 INFO O| Aug 17 03:51:51.893 INFO STEP 1045 (remove_files) COMPLETE
70042024-08-17T03:51:53.871Z[ recovery-image] Aug 17 03:51:51.893 INFO O| Aug 17 03:51:51.893 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-08-17T03:51:53.881Z[ recovery-image] Aug 17 03:51:51.902 INFO O| Aug 17 03:51:51.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70062024-08-17T03:51:53.881Z[ recovery-image] Aug 17 03:51:51.903 INFO O| Aug 17 03:51:51.903 INFO STEP 1046 (remove_files) COMPLETE
70072024-08-17T03:51:53.896Z[ recovery-image] Aug 17 03:51:51.903 INFO O| Aug 17 03:51:51.903 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-08-17T03:51:53.899Z[ recovery-image] Aug 17 03:51:51.912 INFO O| Aug 17 03:51:51.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70092024-08-17T03:51:53.899Z[ recovery-image] Aug 17 03:51:51.912 INFO O| Aug 17 03:51:51.912 INFO STEP 1047 (remove_files) COMPLETE
70102024-08-17T03:51:53.899Z[ recovery-image] Aug 17 03:51:51.912 INFO O| Aug 17 03:51:51.912 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-08-17T03:51:53.903Z[ recovery-image] Aug 17 03:51:51.921 INFO O| Aug 17 03:51:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70122024-08-17T03:51:53.903Z[ recovery-image] Aug 17 03:51:51.921 INFO O| Aug 17 03:51:51.921 INFO STEP 1048 (remove_files) COMPLETE
70132024-08-17T03:51:53.903Z[ recovery-image] Aug 17 03:51:51.921 INFO O| Aug 17 03:51:51.921 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-08-17T03:51:53.910Z[ recovery-image] Aug 17 03:51:51.931 INFO O| Aug 17 03:51:51.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70152024-08-17T03:51:53.910Z[ recovery-image] Aug 17 03:51:51.931 INFO O| Aug 17 03:51:51.931 INFO STEP 1049 (remove_files) COMPLETE
70162024-08-17T03:51:53.910Z[ recovery-image] Aug 17 03:51:51.931 INFO O| Aug 17 03:51:51.931 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-08-17T03:51:53.918Z[ recovery-image] Aug 17 03:51:51.940 INFO O| Aug 17 03:51:51.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70182024-08-17T03:51:53.920Z[ recovery-image] Aug 17 03:51:51.940 INFO O| Aug 17 03:51:51.940 INFO STEP 1050 (remove_files) COMPLETE
70192024-08-17T03:51:53.920Z[ recovery-image] Aug 17 03:51:51.940 INFO O| Aug 17 03:51:51.940 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-08-17T03:51:53.927Z[ recovery-image] Aug 17 03:51:51.949 INFO O| Aug 17 03:51:51.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70212024-08-17T03:51:53.927Z[ recovery-image] Aug 17 03:51:51.949 INFO O| Aug 17 03:51:51.949 INFO STEP 1051 (remove_files) COMPLETE
70222024-08-17T03:51:53.927Z[ recovery-image] Aug 17 03:51:51.949 INFO O| Aug 17 03:51:51.949 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-08-17T03:51:53.936Z[ recovery-image] Aug 17 03:51:51.958 INFO O| Aug 17 03:51:51.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70242024-08-17T03:51:53.936Z[ recovery-image] Aug 17 03:51:51.958 INFO O| Aug 17 03:51:51.958 INFO STEP 1052 (remove_files) COMPLETE
70252024-08-17T03:51:53.936Z[ recovery-image] Aug 17 03:51:51.958 INFO O| Aug 17 03:51:51.958 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-08-17T03:51:53.945Z[ recovery-image] Aug 17 03:51:51.967 INFO O| Aug 17 03:51:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70272024-08-17T03:51:53.945Z[ recovery-image] Aug 17 03:51:51.967 INFO O| Aug 17 03:51:51.967 INFO STEP 1053 (remove_files) COMPLETE
70282024-08-17T03:51:53.948Z[ recovery-image] Aug 17 03:51:51.967 INFO O| Aug 17 03:51:51.967 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-08-17T03:51:53.954Z[ recovery-image] Aug 17 03:51:51.976 INFO O| Aug 17 03:51:51.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70302024-08-17T03:51:53.954Z[ recovery-image] Aug 17 03:51:51.976 INFO O| Aug 17 03:51:51.976 INFO STEP 1054 (remove_files) COMPLETE
70312024-08-17T03:51:53.957Z[ recovery-image] Aug 17 03:51:51.976 INFO O| Aug 17 03:51:51.976 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-08-17T03:51:53.964Z[ recovery-image] Aug 17 03:51:51.985 INFO O| Aug 17 03:51:51.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70332024-08-17T03:51:53.964Z[ recovery-image] Aug 17 03:51:51.985 INFO O| Aug 17 03:51:51.985 INFO STEP 1055 (remove_files) COMPLETE
70342024-08-17T03:51:53.964Z[ recovery-image] Aug 17 03:51:51.985 INFO O| Aug 17 03:51:51.985 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-08-17T03:51:53.972Z[ recovery-image] Aug 17 03:51:51.994 INFO O| Aug 17 03:51:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70362024-08-17T03:51:53.972Z[ recovery-image] Aug 17 03:51:51.994 INFO O| Aug 17 03:51:51.994 INFO STEP 1056 (remove_files) COMPLETE
70372024-08-17T03:51:53.975Z[ recovery-image] Aug 17 03:51:51.994 INFO O| Aug 17 03:51:51.994 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-08-17T03:51:53.983Z[ recovery-image] Aug 17 03:51:52.004 INFO O| Aug 17 03:51:52.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70392024-08-17T03:51:53.983Z[ recovery-image] Aug 17 03:51:52.004 INFO O| Aug 17 03:51:52.004 INFO STEP 1057 (remove_files) COMPLETE
70402024-08-17T03:51:53.986Z[ recovery-image] Aug 17 03:51:52.004 INFO O| Aug 17 03:51:52.004 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-08-17T03:51:53.992Z[ recovery-image] Aug 17 03:51:52.013 INFO O| Aug 17 03:51:52.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70422024-08-17T03:51:53.992Z[ recovery-image] Aug 17 03:51:52.014 INFO O| Aug 17 03:51:52.013 INFO STEP 1058 (remove_files) COMPLETE
70432024-08-17T03:51:53.995Z[ recovery-image] Aug 17 03:51:52.014 INFO O| Aug 17 03:51:52.014 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-08-17T03:51:54.000Z[ recovery-image] Aug 17 03:51:52.023 INFO O| Aug 17 03:51:52.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70452024-08-17T03:51:54.001Z[ recovery-image] Aug 17 03:51:52.023 INFO O| Aug 17 03:51:52.023 INFO STEP 1059 (remove_files) COMPLETE
70462024-08-17T03:51:54.002Z[ recovery-image] Aug 17 03:51:52.023 INFO O| Aug 17 03:51:52.023 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-08-17T03:51:54.010Z[ recovery-image] Aug 17 03:51:52.032 INFO O| Aug 17 03:51:52.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70482024-08-17T03:51:54.010Z[ recovery-image] Aug 17 03:51:52.032 INFO O| Aug 17 03:51:52.032 INFO STEP 1060 (remove_files) COMPLETE
70492024-08-17T03:51:54.012Z[ recovery-image] Aug 17 03:51:52.032 INFO O| Aug 17 03:51:52.032 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-08-17T03:51:54.022Z[ recovery-image] Aug 17 03:51:52.044 INFO O| Aug 17 03:51:52.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70512024-08-17T03:51:54.022Z[ recovery-image] Aug 17 03:51:52.044 INFO O| Aug 17 03:51:52.044 INFO STEP 1061 (remove_files) COMPLETE
70522024-08-17T03:51:54.022Z[ recovery-image] Aug 17 03:51:52.044 INFO O| Aug 17 03:51:52.044 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-08-17T03:51:54.031Z[ recovery-image] Aug 17 03:51:52.053 INFO O| Aug 17 03:51:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
70542024-08-17T03:51:54.031Z[ recovery-image] Aug 17 03:51:52.053 INFO O| Aug 17 03:51:52.053 INFO STEP 1062 (remove_files) COMPLETE
70552024-08-17T03:51:54.031Z[ recovery-image] Aug 17 03:51:52.053 INFO O| Aug 17 03:51:52.053 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-08-17T03:51:54.040Z[ recovery-image] Aug 17 03:51:52.062 INFO O| Aug 17 03:51:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
70572024-08-17T03:51:54.040Z[ recovery-image] Aug 17 03:51:52.062 INFO O| Aug 17 03:51:52.062 INFO STEP 1063 (remove_files) COMPLETE
70582024-08-17T03:51:54.043Z[ recovery-image] Aug 17 03:51:52.062 INFO O| Aug 17 03:51:52.062 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-08-17T03:51:54.049Z[ recovery-image] Aug 17 03:51:52.071 INFO O| Aug 17 03:51:52.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
70602024-08-17T03:51:54.049Z[ recovery-image] Aug 17 03:51:52.072 INFO O| Aug 17 03:51:52.071 INFO STEP 1064 (remove_files) COMPLETE
70612024-08-17T03:51:54.052Z[ recovery-image] Aug 17 03:51:52.072 INFO O| Aug 17 03:51:52.072 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-08-17T03:51:54.058Z[ recovery-image] Aug 17 03:51:52.081 INFO O| Aug 17 03:51:52.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
70632024-08-17T03:51:54.058Z[ recovery-image] Aug 17 03:51:52.081 INFO O| Aug 17 03:51:52.081 INFO STEP 1065 (remove_files) COMPLETE
70642024-08-17T03:51:54.059Z[ recovery-image] Aug 17 03:51:52.081 INFO O| Aug 17 03:51:52.081 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-08-17T03:51:54.068Z[ recovery-image] Aug 17 03:51:52.090 INFO O| Aug 17 03:51:52.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
70662024-08-17T03:51:54.071Z[ recovery-image] Aug 17 03:51:52.090 INFO O| Aug 17 03:51:52.090 INFO STEP 1066 (remove_files) COMPLETE
70672024-08-17T03:51:54.071Z[ recovery-image] Aug 17 03:51:52.090 INFO O| Aug 17 03:51:52.090 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-08-17T03:51:54.077Z[ recovery-image] Aug 17 03:51:52.099 INFO O| Aug 17 03:51:52.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
70692024-08-17T03:51:54.077Z[ recovery-image] Aug 17 03:51:52.099 INFO O| Aug 17 03:51:52.099 INFO STEP 1067 (remove_files) COMPLETE
70702024-08-17T03:51:54.080Z[ recovery-image] Aug 17 03:51:52.099 INFO O| Aug 17 03:51:52.099 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-08-17T03:51:54.087Z[ recovery-image] Aug 17 03:51:52.108 INFO O| Aug 17 03:51:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
70722024-08-17T03:51:54.087Z[ recovery-image] Aug 17 03:51:52.108 INFO O| Aug 17 03:51:52.108 INFO STEP 1068 (remove_files) COMPLETE
70732024-08-17T03:51:54.087Z[ recovery-image] Aug 17 03:51:52.108 INFO O| Aug 17 03:51:52.108 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-08-17T03:51:54.100Z[ recovery-image] Aug 17 03:51:52.118 INFO O| Aug 17 03:51:52.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
70752024-08-17T03:51:54.104Z[ recovery-image] Aug 17 03:51:52.118 INFO O| Aug 17 03:51:52.118 INFO STEP 1069 (remove_files) COMPLETE
70762024-08-17T03:51:54.104Z[ recovery-image] Aug 17 03:51:52.118 INFO O| Aug 17 03:51:52.118 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-08-17T03:51:54.106Z[ recovery-image] Aug 17 03:51:52.127 INFO O| Aug 17 03:51:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
70782024-08-17T03:51:54.106Z[ recovery-image] Aug 17 03:51:52.127 INFO O| Aug 17 03:51:52.127 INFO STEP 1070 (remove_files) COMPLETE
70792024-08-17T03:51:54.107Z[ recovery-image] Aug 17 03:51:52.127 INFO O| Aug 17 03:51:52.127 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-08-17T03:51:54.119Z[ recovery-image] Aug 17 03:51:52.137 INFO O| Aug 17 03:51:52.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
70812024-08-17T03:51:54.122Z[ recovery-image] Aug 17 03:51:52.137 INFO O| Aug 17 03:51:52.137 INFO STEP 1071 (remove_files) COMPLETE
70822024-08-17T03:51:54.122Z[ recovery-image] Aug 17 03:51:52.137 INFO O| Aug 17 03:51:52.137 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-08-17T03:51:54.126Z[ recovery-image] Aug 17 03:51:52.146 INFO O| Aug 17 03:51:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
70842024-08-17T03:51:54.126Z[ recovery-image] Aug 17 03:51:52.146 INFO O| Aug 17 03:51:52.146 INFO STEP 1072 (remove_files) COMPLETE
70852024-08-17T03:51:54.126Z[ recovery-image] Aug 17 03:51:52.146 INFO O| Aug 17 03:51:52.146 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-08-17T03:51:54.133Z[ recovery-image] Aug 17 03:51:52.155 INFO O| Aug 17 03:51:52.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
70872024-08-17T03:51:54.133Z[ recovery-image] Aug 17 03:51:52.156 INFO O| Aug 17 03:51:52.156 INFO STEP 1073 (remove_files) COMPLETE
70882024-08-17T03:51:54.134Z[ recovery-image] Aug 17 03:51:52.156 INFO O| Aug 17 03:51:52.156 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-08-17T03:51:54.145Z[ recovery-image] Aug 17 03:51:52.165 INFO O| Aug 17 03:51:52.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
70902024-08-17T03:51:54.145Z[ recovery-image] Aug 17 03:51:52.165 INFO O| Aug 17 03:51:52.165 INFO STEP 1074 (remove_files) COMPLETE
70912024-08-17T03:51:54.145Z[ recovery-image] Aug 17 03:51:52.165 INFO O| Aug 17 03:51:52.165 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-08-17T03:51:54.152Z[ recovery-image] Aug 17 03:51:52.175 INFO O| Aug 17 03:51:52.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
70932024-08-17T03:51:54.155Z[ recovery-image] Aug 17 03:51:52.175 INFO O| Aug 17 03:51:52.175 INFO STEP 1075 (remove_files) COMPLETE
70942024-08-17T03:51:54.155Z[ recovery-image] Aug 17 03:51:52.176 INFO O| Aug 17 03:51:52.175 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-08-17T03:51:54.163Z[ recovery-image] Aug 17 03:51:52.185 INFO O| Aug 17 03:51:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
70962024-08-17T03:51:54.166Z[ recovery-image] Aug 17 03:51:52.185 INFO O| Aug 17 03:51:52.185 INFO STEP 1076 (remove_files) COMPLETE
70972024-08-17T03:51:54.166Z[ recovery-image] Aug 17 03:51:52.185 INFO O| Aug 17 03:51:52.185 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-08-17T03:51:54.172Z[ recovery-image] Aug 17 03:51:52.194 INFO O| Aug 17 03:51:52.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
70992024-08-17T03:51:54.173Z[ recovery-image] Aug 17 03:51:52.194 INFO O| Aug 17 03:51:52.194 INFO STEP 1077 (remove_files) COMPLETE
71002024-08-17T03:51:54.173Z[ recovery-image] Aug 17 03:51:52.194 INFO O| Aug 17 03:51:52.194 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-08-17T03:51:54.188Z[ recovery-image] Aug 17 03:51:52.204 INFO O| Aug 17 03:51:52.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71022024-08-17T03:51:54.188Z[ recovery-image] Aug 17 03:51:52.204 INFO O| Aug 17 03:51:52.204 INFO STEP 1078 (remove_files) COMPLETE
71032024-08-17T03:51:54.188Z[ recovery-image] Aug 17 03:51:52.204 INFO O| Aug 17 03:51:52.204 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-08-17T03:51:54.191Z[ recovery-image] Aug 17 03:51:52.213 INFO O| Aug 17 03:51:52.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71052024-08-17T03:51:54.197Z[ recovery-image] Aug 17 03:51:52.213 INFO O| Aug 17 03:51:52.213 INFO STEP 1079 (remove_files) COMPLETE
71062024-08-17T03:51:54.197Z[ recovery-image] Aug 17 03:51:52.213 INFO O| Aug 17 03:51:52.213 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-08-17T03:51:54.200Z[ recovery-image] Aug 17 03:51:52.222 INFO O| Aug 17 03:51:52.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71082024-08-17T03:51:54.200Z[ recovery-image] Aug 17 03:51:52.222 INFO O| Aug 17 03:51:52.222 INFO STEP 1080 (remove_files) COMPLETE
71092024-08-17T03:51:54.203Z[ recovery-image] Aug 17 03:51:52.222 INFO O| Aug 17 03:51:52.222 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-08-17T03:51:54.210Z[ recovery-image] Aug 17 03:51:52.232 INFO O| Aug 17 03:51:52.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71112024-08-17T03:51:54.210Z[ recovery-image] Aug 17 03:51:52.232 INFO O| Aug 17 03:51:52.232 INFO STEP 1081 (remove_files) COMPLETE
71122024-08-17T03:51:54.212Z[ recovery-image] Aug 17 03:51:52.232 INFO O| Aug 17 03:51:52.232 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-08-17T03:51:54.219Z[ recovery-image] Aug 17 03:51:52.241 INFO O| Aug 17 03:51:52.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71142024-08-17T03:51:54.219Z[ recovery-image] Aug 17 03:51:52.241 INFO O| Aug 17 03:51:52.241 INFO STEP 1082 (remove_files) COMPLETE
71152024-08-17T03:51:54.221Z[ recovery-image] Aug 17 03:51:52.241 INFO O| Aug 17 03:51:52.241 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-08-17T03:51:54.229Z[ recovery-image] Aug 17 03:51:52.251 INFO O| Aug 17 03:51:52.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71172024-08-17T03:51:54.232Z[ recovery-image] Aug 17 03:51:52.251 INFO O| Aug 17 03:51:52.251 INFO STEP 1083 (remove_files) COMPLETE
71182024-08-17T03:51:54.232Z[ recovery-image] Aug 17 03:51:52.251 INFO O| Aug 17 03:51:52.251 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-08-17T03:51:54.239Z[ recovery-image] Aug 17 03:51:52.260 INFO O| Aug 17 03:51:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71202024-08-17T03:51:54.245Z[ recovery-image] Aug 17 03:51:52.260 INFO O| Aug 17 03:51:52.260 INFO STEP 1084 (remove_files) COMPLETE
71212024-08-17T03:51:54.245Z[ recovery-image] Aug 17 03:51:52.260 INFO O| Aug 17 03:51:52.260 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-08-17T03:51:54.248Z[ recovery-image] Aug 17 03:51:52.269 INFO O| Aug 17 03:51:52.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71232024-08-17T03:51:54.248Z[ recovery-image] Aug 17 03:51:52.269 INFO O| Aug 17 03:51:52.269 INFO STEP 1085 (remove_files) COMPLETE
71242024-08-17T03:51:54.248Z[ recovery-image] Aug 17 03:51:52.270 INFO O| Aug 17 03:51:52.269 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-08-17T03:51:54.258Z[ recovery-image] Aug 17 03:51:52.279 INFO O| Aug 17 03:51:52.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71262024-08-17T03:51:54.258Z[ recovery-image] Aug 17 03:51:52.279 INFO O| Aug 17 03:51:52.279 INFO STEP 1086 (remove_files) COMPLETE
71272024-08-17T03:51:54.258Z[ recovery-image] Aug 17 03:51:52.279 INFO O| Aug 17 03:51:52.279 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-08-17T03:51:54.266Z[ recovery-image] Aug 17 03:51:52.288 INFO O| Aug 17 03:51:52.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71292024-08-17T03:51:54.266Z[ recovery-image] Aug 17 03:51:52.288 INFO O| Aug 17 03:51:52.288 INFO STEP 1087 (remove_files) COMPLETE
71302024-08-17T03:51:54.269Z[ recovery-image] Aug 17 03:51:52.288 INFO O| Aug 17 03:51:52.288 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-08-17T03:51:54.275Z[ recovery-image] Aug 17 03:51:52.298 INFO O| Aug 17 03:51:52.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71322024-08-17T03:51:54.275Z[ recovery-image] Aug 17 03:51:52.298 INFO O| Aug 17 03:51:52.298 INFO STEP 1088 (remove_files) COMPLETE
71332024-08-17T03:51:54.275Z[ recovery-image] Aug 17 03:51:52.298 INFO O| Aug 17 03:51:52.298 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-08-17T03:51:54.285Z[ recovery-image] Aug 17 03:51:52.307 INFO O| Aug 17 03:51:52.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71352024-08-17T03:51:54.285Z[ recovery-image] Aug 17 03:51:52.307 INFO O| Aug 17 03:51:52.307 INFO STEP 1089 (remove_files) COMPLETE
71362024-08-17T03:51:54.285Z[ recovery-image] Aug 17 03:51:52.307 INFO O| Aug 17 03:51:52.307 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-08-17T03:51:54.294Z[ recovery-image] Aug 17 03:51:52.316 INFO O| Aug 17 03:51:52.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71382024-08-17T03:51:54.298Z[ recovery-image] Aug 17 03:51:52.316 INFO O| Aug 17 03:51:52.316 INFO STEP 1090 (remove_files) COMPLETE
71392024-08-17T03:51:54.298Z[ recovery-image] Aug 17 03:51:52.316 INFO O| Aug 17 03:51:52.316 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-08-17T03:51:54.304Z[ recovery-image] Aug 17 03:51:52.325 INFO O| Aug 17 03:51:52.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71412024-08-17T03:51:54.304Z[ recovery-image] Aug 17 03:51:52.326 INFO O| Aug 17 03:51:52.325 INFO STEP 1091 (remove_files) COMPLETE
71422024-08-17T03:51:54.304Z[ recovery-image] Aug 17 03:51:52.326 INFO O| Aug 17 03:51:52.326 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-08-17T03:51:54.312Z[ recovery-image] Aug 17 03:51:52.335 INFO O| Aug 17 03:51:52.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71442024-08-17T03:51:54.312Z[ recovery-image] Aug 17 03:51:52.335 INFO O| Aug 17 03:51:52.335 INFO STEP 1092 (remove_files) COMPLETE
71452024-08-17T03:51:54.315Z[ recovery-image] Aug 17 03:51:52.335 INFO O| Aug 17 03:51:52.335 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-08-17T03:51:54.322Z[ recovery-image] Aug 17 03:51:52.344 INFO O| Aug 17 03:51:52.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71472024-08-17T03:51:54.325Z[ recovery-image] Aug 17 03:51:52.344 INFO O| Aug 17 03:51:52.344 INFO STEP 1093 (remove_files) COMPLETE
71482024-08-17T03:51:54.325Z[ recovery-image] Aug 17 03:51:52.344 INFO O| Aug 17 03:51:52.344 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-08-17T03:51:54.336Z[ recovery-image] Aug 17 03:51:52.353 INFO O| Aug 17 03:51:52.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71502024-08-17T03:51:54.345Z[ recovery-image] Aug 17 03:51:52.353 INFO O| Aug 17 03:51:52.353 INFO STEP 1094 (remove_files) COMPLETE
71512024-08-17T03:51:54.345Z[ recovery-image] Aug 17 03:51:52.353 INFO O| Aug 17 03:51:52.353 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-08-17T03:51:54.345Z[ recovery-image] Aug 17 03:51:52.362 INFO O| Aug 17 03:51:52.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71532024-08-17T03:51:54.345Z[ recovery-image] Aug 17 03:51:52.362 INFO O| Aug 17 03:51:52.362 INFO STEP 1095 (remove_files) COMPLETE
71542024-08-17T03:51:54.345Z[ recovery-image] Aug 17 03:51:52.362 INFO O| Aug 17 03:51:52.362 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-08-17T03:51:54.352Z[ recovery-image] Aug 17 03:51:52.371 INFO O| Aug 17 03:51:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
71562024-08-17T03:51:54.352Z[ recovery-image] Aug 17 03:51:52.371 INFO O| Aug 17 03:51:52.371 INFO STEP 1096 (remove_files) COMPLETE
71572024-08-17T03:51:54.352Z[ recovery-image] Aug 17 03:51:52.371 INFO O| Aug 17 03:51:52.371 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-08-17T03:51:54.358Z[ recovery-image] Aug 17 03:51:52.381 INFO O| Aug 17 03:51:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
71592024-08-17T03:51:54.361Z[ recovery-image] Aug 17 03:51:52.381 INFO O| Aug 17 03:51:52.381 INFO STEP 1097 (remove_files) COMPLETE
71602024-08-17T03:51:54.361Z[ recovery-image] Aug 17 03:51:52.381 INFO O| Aug 17 03:51:52.381 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-17T03:51:54.368Z[ recovery-image] Aug 17 03:51:52.390 INFO O| Aug 17 03:51:52.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
71622024-08-17T03:51:54.370Z[ recovery-image] Aug 17 03:51:52.390 INFO O| Aug 17 03:51:52.390 INFO STEP 1098 (remove_files) COMPLETE
71632024-08-17T03:51:54.371Z[ recovery-image] Aug 17 03:51:52.390 INFO O| Aug 17 03:51:52.390 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-17T03:51:54.377Z[ recovery-image] Aug 17 03:51:52.399 INFO O| Aug 17 03:51:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
71652024-08-17T03:51:54.377Z[ recovery-image] Aug 17 03:51:52.399 INFO O| Aug 17 03:51:52.399 INFO STEP 1099 (remove_files) COMPLETE
71662024-08-17T03:51:54.380Z[ recovery-image] Aug 17 03:51:52.399 INFO O| Aug 17 03:51:52.399 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-17T03:51:54.386Z[ recovery-image] Aug 17 03:51:52.408 INFO O| Aug 17 03:51:52.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
71682024-08-17T03:51:54.389Z[ recovery-image] Aug 17 03:51:52.408 INFO O| Aug 17 03:51:52.408 INFO STEP 1100 (remove_files) COMPLETE
71692024-08-17T03:51:54.389Z[ recovery-image] Aug 17 03:51:52.408 INFO O| Aug 17 03:51:52.408 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-08-17T03:51:54.395Z[ recovery-image] Aug 17 03:51:52.418 INFO O| Aug 17 03:51:52.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
71712024-08-17T03:51:54.395Z[ recovery-image] Aug 17 03:51:52.418 INFO O| Aug 17 03:51:52.418 INFO STEP 1101 (remove_files) COMPLETE
71722024-08-17T03:51:54.399Z[ recovery-image] Aug 17 03:51:52.418 INFO O| Aug 17 03:51:52.418 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-08-17T03:51:54.405Z[ recovery-image] Aug 17 03:51:52.427 INFO O| Aug 17 03:51:52.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
71742024-08-17T03:51:54.405Z[ recovery-image] Aug 17 03:51:52.427 INFO O| Aug 17 03:51:52.427 INFO STEP 1102 (remove_files) COMPLETE
71752024-08-17T03:51:54.407Z[ recovery-image] Aug 17 03:51:52.427 INFO O| Aug 17 03:51:52.427 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-17T03:51:54.414Z[ recovery-image] Aug 17 03:51:52.436 INFO O| Aug 17 03:51:52.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
71772024-08-17T03:51:54.414Z[ recovery-image] Aug 17 03:51:52.436 INFO O| Aug 17 03:51:52.436 INFO STEP 1103 (remove_files) COMPLETE
71782024-08-17T03:51:54.416Z[ recovery-image] Aug 17 03:51:52.436 INFO O| Aug 17 03:51:52.436 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-17T03:51:54.423Z[ recovery-image] Aug 17 03:51:52.445 INFO O| Aug 17 03:51:52.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
71802024-08-17T03:51:54.423Z[ recovery-image] Aug 17 03:51:52.445 INFO O| Aug 17 03:51:52.445 INFO STEP 1104 (remove_files) COMPLETE
71812024-08-17T03:51:54.426Z[ recovery-image] Aug 17 03:51:52.445 INFO O| Aug 17 03:51:52.445 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-17T03:51:54.432Z[ recovery-image] Aug 17 03:51:52.454 INFO O| Aug 17 03:51:52.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
71832024-08-17T03:51:54.432Z[ recovery-image] Aug 17 03:51:52.455 INFO O| Aug 17 03:51:52.455 INFO STEP 1105 (remove_files) COMPLETE
71842024-08-17T03:51:54.435Z[ recovery-image] Aug 17 03:51:52.455 INFO O| Aug 17 03:51:52.455 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-17T03:51:54.441Z[ recovery-image] Aug 17 03:51:52.464 INFO O| Aug 17 03:51:52.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
71862024-08-17T03:51:54.442Z[ recovery-image] Aug 17 03:51:52.464 INFO O| Aug 17 03:51:52.464 INFO STEP 1106 (remove_files) COMPLETE
71872024-08-17T03:51:54.442Z[ recovery-image] Aug 17 03:51:52.464 INFO O| Aug 17 03:51:52.464 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-17T03:51:54.451Z[ recovery-image] Aug 17 03:51:52.473 INFO O| Aug 17 03:51:52.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
71892024-08-17T03:51:54.455Z[ recovery-image] Aug 17 03:51:52.473 INFO O| Aug 17 03:51:52.473 INFO STEP 1107 (remove_files) COMPLETE
71902024-08-17T03:51:54.455Z[ recovery-image] Aug 17 03:51:52.473 INFO O| Aug 17 03:51:52.473 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-17T03:51:54.460Z[ recovery-image] Aug 17 03:51:52.482 INFO O| Aug 17 03:51:52.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
71922024-08-17T03:51:54.460Z[ recovery-image] Aug 17 03:51:52.482 INFO O| Aug 17 03:51:52.482 INFO STEP 1108 (remove_files) COMPLETE
71932024-08-17T03:51:54.463Z[ recovery-image] Aug 17 03:51:52.482 INFO O| Aug 17 03:51:52.482 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-17T03:51:54.469Z[ recovery-image] Aug 17 03:51:52.492 INFO O| Aug 17 03:51:52.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
71952024-08-17T03:51:54.470Z[ recovery-image] Aug 17 03:51:52.492 INFO O| Aug 17 03:51:52.492 INFO STEP 1109 (remove_files) COMPLETE
71962024-08-17T03:51:54.473Z[ recovery-image] Aug 17 03:51:52.492 INFO O| Aug 17 03:51:52.492 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-17T03:51:54.479Z[ recovery-image] Aug 17 03:51:52.501 INFO O| Aug 17 03:51:52.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
71982024-08-17T03:51:54.479Z[ recovery-image] Aug 17 03:51:52.501 INFO O| Aug 17 03:51:52.501 INFO STEP 1110 (remove_files) COMPLETE
71992024-08-17T03:51:54.479Z[ recovery-image] Aug 17 03:51:52.501 INFO O| Aug 17 03:51:52.501 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-17T03:51:54.488Z[ recovery-image] Aug 17 03:51:52.510 INFO O| Aug 17 03:51:52.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72012024-08-17T03:51:54.488Z[ recovery-image] Aug 17 03:51:52.510 INFO O| Aug 17 03:51:52.510 INFO STEP 1111 (remove_files) COMPLETE
72022024-08-17T03:51:54.490Z[ recovery-image] Aug 17 03:51:52.510 INFO O| Aug 17 03:51:52.510 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-08-17T03:51:54.497Z[ recovery-image] Aug 17 03:51:52.519 INFO O| Aug 17 03:51:52.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72042024-08-17T03:51:54.497Z[ recovery-image] Aug 17 03:51:52.520 INFO O| Aug 17 03:51:52.520 INFO STEP 1112 (remove_files) COMPLETE
72052024-08-17T03:51:54.497Z[ recovery-image] Aug 17 03:51:52.520 INFO O| Aug 17 03:51:52.520 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-08-17T03:51:54.507Z[ recovery-image] Aug 17 03:51:52.529 INFO O| Aug 17 03:51:52.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72072024-08-17T03:51:54.508Z[ recovery-image] Aug 17 03:51:52.529 INFO O| Aug 17 03:51:52.529 INFO STEP 1113 (remove_files) COMPLETE
72082024-08-17T03:51:54.508Z[ recovery-image] Aug 17 03:51:52.529 INFO O| Aug 17 03:51:52.529 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-08-17T03:51:54.516Z[ recovery-image] Aug 17 03:51:52.539 INFO O| Aug 17 03:51:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72102024-08-17T03:51:54.520Z[ recovery-image] Aug 17 03:51:52.539 INFO O| Aug 17 03:51:52.539 INFO STEP 1114 (remove_files) COMPLETE
72112024-08-17T03:51:54.520Z[ recovery-image] Aug 17 03:51:52.539 INFO O| Aug 17 03:51:52.539 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-17T03:51:54.526Z[ recovery-image] Aug 17 03:51:52.548 INFO O| Aug 17 03:51:52.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72132024-08-17T03:51:54.526Z[ recovery-image] Aug 17 03:51:52.548 INFO O| Aug 17 03:51:52.548 INFO STEP 1115 (remove_files) COMPLETE
72142024-08-17T03:51:54.529Z[ recovery-image] Aug 17 03:51:52.548 INFO O| Aug 17 03:51:52.548 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-17T03:51:54.535Z[ recovery-image] Aug 17 03:51:52.557 INFO O| Aug 17 03:51:52.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72162024-08-17T03:51:54.540Z[ recovery-image] Aug 17 03:51:52.557 INFO O| Aug 17 03:51:52.557 INFO STEP 1116 (remove_files) COMPLETE
72172024-08-17T03:51:54.540Z[ recovery-image] Aug 17 03:51:52.557 INFO O| Aug 17 03:51:52.557 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-17T03:51:54.544Z[ recovery-image] Aug 17 03:51:52.566 INFO O| Aug 17 03:51:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72192024-08-17T03:51:54.544Z[ recovery-image] Aug 17 03:51:52.566 INFO O| Aug 17 03:51:52.566 INFO STEP 1117 (remove_files) COMPLETE
72202024-08-17T03:51:54.547Z[ recovery-image] Aug 17 03:51:52.566 INFO O| Aug 17 03:51:52.566 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-17T03:51:54.553Z[ recovery-image] Aug 17 03:51:52.575 INFO O| Aug 17 03:51:52.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72222024-08-17T03:51:54.556Z[ recovery-image] Aug 17 03:51:52.575 INFO O| Aug 17 03:51:52.575 INFO STEP 1118 (remove_files) COMPLETE
72232024-08-17T03:51:54.556Z[ recovery-image] Aug 17 03:51:52.575 INFO O| Aug 17 03:51:52.575 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-08-17T03:51:54.562Z[ recovery-image] Aug 17 03:51:52.584 INFO O| Aug 17 03:51:52.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72252024-08-17T03:51:54.563Z[ recovery-image] Aug 17 03:51:52.585 INFO O| Aug 17 03:51:52.585 INFO STEP 1119 (remove_files) COMPLETE
72262024-08-17T03:51:54.563Z[ recovery-image] Aug 17 03:51:52.585 INFO O| Aug 17 03:51:52.585 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-08-17T03:51:54.572Z[ recovery-image] Aug 17 03:51:52.594 INFO O| Aug 17 03:51:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72282024-08-17T03:51:54.575Z[ recovery-image] Aug 17 03:51:52.594 INFO O| Aug 17 03:51:52.594 INFO STEP 1120 (remove_files) COMPLETE
72292024-08-17T03:51:54.575Z[ recovery-image] Aug 17 03:51:52.594 INFO O| Aug 17 03:51:52.594 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-17T03:51:54.596Z[ recovery-image] Aug 17 03:51:52.603 INFO O| Aug 17 03:51:52.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72312024-08-17T03:51:54.596Z[ recovery-image] Aug 17 03:51:52.603 INFO O| Aug 17 03:51:52.603 INFO STEP 1121 (remove_files) COMPLETE
72322024-08-17T03:51:54.605Z[ recovery-image] Aug 17 03:51:52.603 INFO O| Aug 17 03:51:52.603 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-17T03:51:54.605Z[ recovery-image] Aug 17 03:51:52.612 INFO O| Aug 17 03:51:52.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72342024-08-17T03:51:54.605Z[ recovery-image] Aug 17 03:51:52.612 INFO O| Aug 17 03:51:52.612 INFO STEP 1122 (remove_files) COMPLETE
72352024-08-17T03:51:54.605Z[ recovery-image] Aug 17 03:51:52.612 INFO O| Aug 17 03:51:52.612 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-17T03:51:54.610Z[ recovery-image] Aug 17 03:51:52.622 INFO O| Aug 17 03:51:52.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72372024-08-17T03:51:54.611Z[ recovery-image] Aug 17 03:51:52.622 INFO O| Aug 17 03:51:52.622 INFO STEP 1123 (remove_files) COMPLETE
72382024-08-17T03:51:54.611Z[ recovery-image] Aug 17 03:51:52.622 INFO O| Aug 17 03:51:52.622 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.631 INFO O| Aug 17 03:51:52.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72402024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.632 INFO O| Aug 17 03:51:52.632 INFO STEP 1124 (remove_files) COMPLETE
72412024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.632 INFO O| Aug 17 03:51:52.632 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.641 INFO O| Aug 17 03:51:52.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72432024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.641 INFO O| Aug 17 03:51:52.641 INFO STEP 1125 (remove_files) COMPLETE
72442024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.641 INFO O| Aug 17 03:51:52.641 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.650 INFO O| Aug 17 03:51:52.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
72462024-08-17T03:51:54.631Z[ recovery-image] Aug 17 03:51:52.650 INFO O| Aug 17 03:51:52.650 INFO STEP 1126 (remove_files) COMPLETE
72472024-08-17T03:51:54.638Z[ recovery-image] Aug 17 03:51:52.650 INFO O| Aug 17 03:51:52.650 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-17T03:51:54.642Z[ recovery-image] Aug 17 03:51:52.660 INFO O| Aug 17 03:51:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
72492024-08-17T03:51:54.642Z[ recovery-image] Aug 17 03:51:52.660 INFO O| Aug 17 03:51:52.660 INFO STEP 1127 (remove_files) COMPLETE
72502024-08-17T03:51:54.642Z[ recovery-image] Aug 17 03:51:52.660 INFO O| Aug 17 03:51:52.660 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-17T03:51:54.647Z[ recovery-image] Aug 17 03:51:52.669 INFO O| Aug 17 03:51:52.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
72522024-08-17T03:51:54.647Z[ recovery-image] Aug 17 03:51:52.669 INFO O| Aug 17 03:51:52.669 INFO STEP 1128 (remove_files) COMPLETE
72532024-08-17T03:51:54.652Z[ recovery-image] Aug 17 03:51:52.669 INFO O| Aug 17 03:51:52.669 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-17T03:51:54.661Z[ recovery-image] Aug 17 03:51:52.679 INFO O| Aug 17 03:51:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
72552024-08-17T03:51:54.661Z[ recovery-image] Aug 17 03:51:52.679 INFO O| Aug 17 03:51:52.679 INFO STEP 1129 (remove_files) COMPLETE
72562024-08-17T03:51:54.670Z[ recovery-image] Aug 17 03:51:52.679 INFO O| Aug 17 03:51:52.679 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-17T03:51:54.673Z[ recovery-image] Aug 17 03:51:52.688 INFO O| Aug 17 03:51:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
72582024-08-17T03:51:54.674Z[ recovery-image] Aug 17 03:51:52.688 INFO O| Aug 17 03:51:52.688 INFO STEP 1130 (remove_files) COMPLETE
72592024-08-17T03:51:54.674Z[ recovery-image] Aug 17 03:51:52.688 INFO O| Aug 17 03:51:52.688 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-17T03:51:54.676Z[ recovery-image] Aug 17 03:51:52.697 INFO O| Aug 17 03:51:52.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
72612024-08-17T03:51:54.676Z[ recovery-image] Aug 17 03:51:52.697 INFO O| Aug 17 03:51:52.697 INFO STEP 1131 (remove_files) COMPLETE
72622024-08-17T03:51:54.676Z[ recovery-image] Aug 17 03:51:52.697 INFO O| Aug 17 03:51:52.697 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-17T03:51:54.685Z[ recovery-image] Aug 17 03:51:52.707 INFO O| Aug 17 03:51:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
72642024-08-17T03:51:54.685Z[ recovery-image] Aug 17 03:51:52.707 INFO O| Aug 17 03:51:52.707 INFO STEP 1132 (remove_files) COMPLETE
72652024-08-17T03:51:54.688Z[ recovery-image] Aug 17 03:51:52.707 INFO O| Aug 17 03:51:52.707 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-17T03:51:54.694Z[ recovery-image] Aug 17 03:51:52.716 INFO O| Aug 17 03:51:52.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
72672024-08-17T03:51:54.694Z[ recovery-image] Aug 17 03:51:52.716 INFO O| Aug 17 03:51:52.716 INFO STEP 1133 (remove_files) COMPLETE
72682024-08-17T03:51:54.700Z[ recovery-image] Aug 17 03:51:52.716 INFO O| Aug 17 03:51:52.716 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-17T03:51:54.704Z[ recovery-image] Aug 17 03:51:52.725 INFO O| Aug 17 03:51:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
72702024-08-17T03:51:54.704Z[ recovery-image] Aug 17 03:51:52.725 INFO O| Aug 17 03:51:52.725 INFO STEP 1134 (remove_files) COMPLETE
72712024-08-17T03:51:54.705Z[ recovery-image] Aug 17 03:51:52.725 INFO O| Aug 17 03:51:52.725 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-17T03:51:54.713Z[ recovery-image] Aug 17 03:51:52.735 INFO O| Aug 17 03:51:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
72732024-08-17T03:51:54.713Z[ recovery-image] Aug 17 03:51:52.735 INFO O| Aug 17 03:51:52.735 INFO STEP 1135 (remove_files) COMPLETE
72742024-08-17T03:51:54.713Z[ recovery-image] Aug 17 03:51:52.735 INFO O| Aug 17 03:51:52.735 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-17T03:51:54.722Z[ recovery-image] Aug 17 03:51:52.744 INFO O| Aug 17 03:51:52.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
72762024-08-17T03:51:54.722Z[ recovery-image] Aug 17 03:51:52.744 INFO O| Aug 17 03:51:52.744 INFO STEP 1136 (remove_files) COMPLETE
72772024-08-17T03:51:54.725Z[ recovery-image] Aug 17 03:51:52.744 INFO O| Aug 17 03:51:52.744 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-17T03:51:54.731Z[ recovery-image] Aug 17 03:51:52.754 INFO O| Aug 17 03:51:52.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
72792024-08-17T03:51:54.732Z[ recovery-image] Aug 17 03:51:52.754 INFO O| Aug 17 03:51:52.754 INFO STEP 1137 (remove_files) COMPLETE
72802024-08-17T03:51:54.734Z[ recovery-image] Aug 17 03:51:52.754 INFO O| Aug 17 03:51:52.754 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-17T03:51:54.741Z[ recovery-image] Aug 17 03:51:52.763 INFO O| Aug 17 03:51:52.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
72822024-08-17T03:51:54.741Z[ recovery-image] Aug 17 03:51:52.763 INFO O| Aug 17 03:51:52.763 INFO STEP 1138 (remove_files) COMPLETE
72832024-08-17T03:51:54.743Z[ recovery-image] Aug 17 03:51:52.763 INFO O| Aug 17 03:51:52.763 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-17T03:51:54.752Z[ recovery-image] Aug 17 03:51:52.772 INFO O| Aug 17 03:51:52.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
72852024-08-17T03:51:54.754Z[ recovery-image] Aug 17 03:51:52.773 INFO O| Aug 17 03:51:52.772 INFO STEP 1139 (remove_files) COMPLETE
72862024-08-17T03:51:54.755Z[ recovery-image] Aug 17 03:51:52.773 INFO O| Aug 17 03:51:52.772 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-17T03:51:54.760Z[ recovery-image] Aug 17 03:51:52.782 INFO O| Aug 17 03:51:52.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
72882024-08-17T03:51:54.760Z[ recovery-image] Aug 17 03:51:52.782 INFO O| Aug 17 03:51:52.782 INFO STEP 1140 (remove_files) COMPLETE
72892024-08-17T03:51:54.763Z[ recovery-image] Aug 17 03:51:52.782 INFO O| Aug 17 03:51:52.782 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-17T03:51:54.769Z[ recovery-image] Aug 17 03:51:52.791 INFO O| Aug 17 03:51:52.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
72912024-08-17T03:51:54.769Z[ recovery-image] Aug 17 03:51:52.791 INFO O| Aug 17 03:51:52.791 INFO STEP 1141 (remove_files) COMPLETE
72922024-08-17T03:51:54.771Z[ recovery-image] Aug 17 03:51:52.791 INFO O| Aug 17 03:51:52.791 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-17T03:51:54.778Z[ recovery-image] Aug 17 03:51:52.800 INFO O| Aug 17 03:51:52.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
72942024-08-17T03:51:54.782Z[ recovery-image] Aug 17 03:51:52.800 INFO O| Aug 17 03:51:52.800 INFO STEP 1142 (remove_files) COMPLETE
72952024-08-17T03:51:54.782Z[ recovery-image] Aug 17 03:51:52.800 INFO O| Aug 17 03:51:52.800 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-17T03:51:54.788Z[ recovery-image] Aug 17 03:51:52.809 INFO O| Aug 17 03:51:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
72972024-08-17T03:51:54.788Z[ recovery-image] Aug 17 03:51:52.810 INFO O| Aug 17 03:51:52.810 INFO STEP 1143 (remove_files) COMPLETE
72982024-08-17T03:51:54.788Z[ recovery-image] Aug 17 03:51:52.810 INFO O| Aug 17 03:51:52.810 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-17T03:51:54.797Z[ recovery-image] Aug 17 03:51:52.819 INFO O| Aug 17 03:51:52.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73002024-08-17T03:51:54.797Z[ recovery-image] Aug 17 03:51:52.819 INFO O| Aug 17 03:51:52.819 INFO STEP 1144 (remove_files) COMPLETE
73012024-08-17T03:51:54.811Z[ recovery-image] Aug 17 03:51:52.819 INFO O| Aug 17 03:51:52.819 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-17T03:51:54.811Z[ recovery-image] Aug 17 03:51:52.828 INFO O| Aug 17 03:51:52.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73032024-08-17T03:51:54.811Z[ recovery-image] Aug 17 03:51:52.828 INFO O| Aug 17 03:51:52.828 INFO STEP 1145 (remove_files) COMPLETE
73042024-08-17T03:51:54.811Z[ recovery-image] Aug 17 03:51:52.828 INFO O| Aug 17 03:51:52.828 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-17T03:51:54.837Z[ recovery-image] Aug 17 03:51:52.837 INFO O| Aug 17 03:51:52.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73062024-08-17T03:51:54.837Z[ recovery-image] Aug 17 03:51:52.837 INFO O| Aug 17 03:51:52.837 INFO STEP 1146 (remove_files) COMPLETE
73072024-08-17T03:51:54.837Z[ recovery-image] Aug 17 03:51:52.837 INFO O| Aug 17 03:51:52.837 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-17T03:51:54.837Z[ recovery-image] Aug 17 03:51:52.846 INFO O| Aug 17 03:51:52.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73092024-08-17T03:51:54.837Z[ recovery-image] Aug 17 03:51:52.846 INFO O| Aug 17 03:51:52.846 INFO STEP 1147 (remove_files) COMPLETE
73102024-08-17T03:51:54.837Z[ recovery-image] Aug 17 03:51:52.846 INFO O| Aug 17 03:51:52.846 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-17T03:51:54.840Z[ recovery-image] Aug 17 03:51:52.856 INFO O| Aug 17 03:51:52.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73122024-08-17T03:51:54.840Z[ recovery-image] Aug 17 03:51:52.856 INFO O| Aug 17 03:51:52.856 INFO STEP 1148 (remove_files) COMPLETE
73132024-08-17T03:51:54.840Z[ recovery-image] Aug 17 03:51:52.856 INFO O| Aug 17 03:51:52.856 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-17T03:51:54.843Z[ recovery-image] Aug 17 03:51:52.865 INFO O| Aug 17 03:51:52.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73152024-08-17T03:51:54.843Z[ recovery-image] Aug 17 03:51:52.865 INFO O| Aug 17 03:51:52.865 INFO STEP 1149 (remove_files) COMPLETE
73162024-08-17T03:51:54.845Z[ recovery-image] Aug 17 03:51:52.865 INFO O| Aug 17 03:51:52.865 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-17T03:51:54.852Z[ recovery-image] Aug 17 03:51:52.874 INFO O| Aug 17 03:51:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73182024-08-17T03:51:54.852Z[ recovery-image] Aug 17 03:51:52.874 INFO O| Aug 17 03:51:52.874 INFO STEP 1150 (remove_files) COMPLETE
73192024-08-17T03:51:54.852Z[ recovery-image] Aug 17 03:51:52.874 INFO O| Aug 17 03:51:52.874 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-17T03:51:54.862Z[ recovery-image] Aug 17 03:51:52.883 INFO O| Aug 17 03:51:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73212024-08-17T03:51:54.866Z[ recovery-image] Aug 17 03:51:52.883 INFO O| Aug 17 03:51:52.883 INFO STEP 1151 (remove_files) COMPLETE
73222024-08-17T03:51:54.866Z[ recovery-image] Aug 17 03:51:52.883 INFO O| Aug 17 03:51:52.883 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-17T03:51:54.871Z[ recovery-image] Aug 17 03:51:52.892 INFO O| Aug 17 03:51:52.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73242024-08-17T03:51:54.871Z[ recovery-image] Aug 17 03:51:52.892 INFO O| Aug 17 03:51:52.892 INFO STEP 1152 (remove_files) COMPLETE
73252024-08-17T03:51:54.874Z[ recovery-image] Aug 17 03:51:52.892 INFO O| Aug 17 03:51:52.892 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-17T03:51:54.880Z[ recovery-image] Aug 17 03:51:52.901 INFO O| Aug 17 03:51:52.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73272024-08-17T03:51:54.880Z[ recovery-image] Aug 17 03:51:52.901 INFO O| Aug 17 03:51:52.901 INFO STEP 1153 (remove_files) COMPLETE
73282024-08-17T03:51:54.882Z[ recovery-image] Aug 17 03:51:52.901 INFO O| Aug 17 03:51:52.901 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-17T03:51:54.889Z[ recovery-image] Aug 17 03:51:52.910 INFO O| Aug 17 03:51:52.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73302024-08-17T03:51:54.889Z[ recovery-image] Aug 17 03:51:52.911 INFO O| Aug 17 03:51:52.911 INFO STEP 1154 (remove_files) COMPLETE
73312024-08-17T03:51:54.889Z[ recovery-image] Aug 17 03:51:52.911 INFO O| Aug 17 03:51:52.911 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-17T03:51:54.902Z[ recovery-image] Aug 17 03:51:52.920 INFO O| Aug 17 03:51:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73332024-08-17T03:51:54.902Z[ recovery-image] Aug 17 03:51:52.920 INFO O| Aug 17 03:51:52.920 INFO STEP 1155 (remove_files) COMPLETE
73342024-08-17T03:51:54.903Z[ recovery-image] Aug 17 03:51:52.920 INFO O| Aug 17 03:51:52.920 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-17T03:51:54.907Z[ recovery-image] Aug 17 03:51:52.929 INFO O| Aug 17 03:51:52.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73362024-08-17T03:51:54.907Z[ recovery-image] Aug 17 03:51:52.929 INFO O| Aug 17 03:51:52.929 INFO STEP 1156 (remove_files) COMPLETE
73372024-08-17T03:51:54.910Z[ recovery-image] Aug 17 03:51:52.929 INFO O| Aug 17 03:51:52.929 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-17T03:51:54.917Z[ recovery-image] Aug 17 03:51:52.938 INFO O| Aug 17 03:51:52.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73392024-08-17T03:51:54.917Z[ recovery-image] Aug 17 03:51:52.938 INFO O| Aug 17 03:51:52.938 INFO STEP 1157 (remove_files) COMPLETE
73402024-08-17T03:51:54.920Z[ recovery-image] Aug 17 03:51:52.938 INFO O| Aug 17 03:51:52.938 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-17T03:51:54.925Z[ recovery-image] Aug 17 03:51:52.947 INFO O| Aug 17 03:51:52.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
73422024-08-17T03:51:54.928Z[ recovery-image] Aug 17 03:51:52.947 INFO O| Aug 17 03:51:52.947 INFO STEP 1158 (remove_files) COMPLETE
73432024-08-17T03:51:54.928Z[ recovery-image] Aug 17 03:51:52.947 INFO O| Aug 17 03:51:52.947 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-17T03:51:54.935Z[ recovery-image] Aug 17 03:51:52.956 INFO O| Aug 17 03:51:52.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
73452024-08-17T03:51:54.935Z[ recovery-image] Aug 17 03:51:52.956 INFO O| Aug 17 03:51:52.956 INFO STEP 1159 (remove_files) COMPLETE
73462024-08-17T03:51:54.935Z[ recovery-image] Aug 17 03:51:52.956 INFO O| Aug 17 03:51:52.956 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-17T03:51:54.944Z[ recovery-image] Aug 17 03:51:52.965 INFO O| Aug 17 03:51:52.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
73482024-08-17T03:51:54.944Z[ recovery-image] Aug 17 03:51:52.966 INFO O| Aug 17 03:51:52.965 INFO STEP 1160 (remove_files) COMPLETE
73492024-08-17T03:51:54.947Z[ recovery-image] Aug 17 03:51:52.966 INFO O| Aug 17 03:51:52.965 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-17T03:51:54.953Z[ recovery-image] Aug 17 03:51:52.974 INFO O| Aug 17 03:51:52.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
73512024-08-17T03:51:54.953Z[ recovery-image] Aug 17 03:51:52.975 INFO O| Aug 17 03:51:52.974 INFO STEP 1161 (remove_files) COMPLETE
73522024-08-17T03:51:54.955Z[ recovery-image] Aug 17 03:51:52.975 INFO O| Aug 17 03:51:52.975 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-17T03:51:54.962Z[ recovery-image] Aug 17 03:51:52.984 INFO O| Aug 17 03:51:52.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
73542024-08-17T03:51:54.962Z[ recovery-image] Aug 17 03:51:52.984 INFO O| Aug 17 03:51:52.984 INFO STEP 1162 (remove_files) COMPLETE
73552024-08-17T03:51:54.962Z[ recovery-image] Aug 17 03:51:52.984 INFO O| Aug 17 03:51:52.984 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-17T03:51:54.972Z[ recovery-image] Aug 17 03:51:52.993 INFO O| Aug 17 03:51:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
73572024-08-17T03:51:54.972Z[ recovery-image] Aug 17 03:51:52.993 INFO O| Aug 17 03:51:52.993 INFO STEP 1163 (remove_files) COMPLETE
73582024-08-17T03:51:54.975Z[ recovery-image] Aug 17 03:51:52.993 INFO O| Aug 17 03:51:52.993 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-17T03:51:54.981Z[ recovery-image] Aug 17 03:51:53.002 INFO O| Aug 17 03:51:53.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
73602024-08-17T03:51:54.981Z[ recovery-image] Aug 17 03:51:53.002 INFO O| Aug 17 03:51:53.002 INFO STEP 1164 (remove_files) COMPLETE
73612024-08-17T03:51:54.983Z[ recovery-image] Aug 17 03:51:53.002 INFO O| Aug 17 03:51:53.002 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-17T03:51:54.990Z[ recovery-image] Aug 17 03:51:53.012 INFO O| Aug 17 03:51:53.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
73632024-08-17T03:51:54.990Z[ recovery-image] Aug 17 03:51:53.012 INFO O| Aug 17 03:51:53.012 INFO STEP 1165 (remove_files) COMPLETE
73642024-08-17T03:51:54.990Z[ recovery-image] Aug 17 03:51:53.012 INFO O| Aug 17 03:51:53.012 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-17T03:51:54.999Z[ recovery-image] Aug 17 03:51:53.021 INFO O| Aug 17 03:51:53.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
73662024-08-17T03:51:54.999Z[ recovery-image] Aug 17 03:51:53.021 INFO O| Aug 17 03:51:53.021 INFO STEP 1166 (remove_files) COMPLETE
73672024-08-17T03:51:55.002Z[ recovery-image] Aug 17 03:51:53.021 INFO O| Aug 17 03:51:53.021 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-17T03:51:55.008Z[ recovery-image] Aug 17 03:51:53.030 INFO O| Aug 17 03:51:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
73692024-08-17T03:51:55.008Z[ recovery-image] Aug 17 03:51:53.030 INFO O| Aug 17 03:51:53.030 INFO STEP 1167 (remove_files) COMPLETE
73702024-08-17T03:51:55.011Z[ recovery-image] Aug 17 03:51:53.030 INFO O| Aug 17 03:51:53.030 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-17T03:51:55.018Z[ recovery-image] Aug 17 03:51:53.040 INFO O| Aug 17 03:51:53.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
73722024-08-17T03:51:55.018Z[ recovery-image] Aug 17 03:51:53.040 INFO O| Aug 17 03:51:53.040 INFO STEP 1168 (remove_files) COMPLETE
73732024-08-17T03:51:55.021Z[ recovery-image] Aug 17 03:51:53.040 INFO O| Aug 17 03:51:53.040 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-08-17T03:51:55.027Z[ recovery-image] Aug 17 03:51:53.049 INFO O| Aug 17 03:51:53.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
73752024-08-17T03:51:55.027Z[ recovery-image] Aug 17 03:51:53.049 INFO O| Aug 17 03:51:53.049 INFO STEP 1169 (remove_files) COMPLETE
73762024-08-17T03:51:55.027Z[ recovery-image] Aug 17 03:51:53.049 INFO O| Aug 17 03:51:53.049 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-08-17T03:51:55.036Z[ recovery-image] Aug 17 03:51:53.058 INFO O| Aug 17 03:51:53.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
73782024-08-17T03:51:55.038Z[ recovery-image] Aug 17 03:51:53.058 INFO O| Aug 17 03:51:53.058 INFO STEP 1170 (remove_files) COMPLETE
73792024-08-17T03:51:55.039Z[ recovery-image] Aug 17 03:51:53.058 INFO O| Aug 17 03:51:53.058 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-08-17T03:51:55.045Z[ recovery-image] Aug 17 03:51:53.067 INFO O| Aug 17 03:51:53.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
73812024-08-17T03:51:55.045Z[ recovery-image] Aug 17 03:51:53.067 INFO O| Aug 17 03:51:53.067 INFO STEP 1171 (remove_files) COMPLETE
73822024-08-17T03:51:55.048Z[ recovery-image] Aug 17 03:51:53.067 INFO O| Aug 17 03:51:53.067 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-08-17T03:51:55.054Z[ recovery-image] Aug 17 03:51:53.076 INFO O| Aug 17 03:51:53.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
73842024-08-17T03:51:55.054Z[ recovery-image] Aug 17 03:51:53.076 INFO O| Aug 17 03:51:53.076 INFO STEP 1172 (remove_files) COMPLETE
73852024-08-17T03:51:55.054Z[ recovery-image] Aug 17 03:51:53.076 INFO O| Aug 17 03:51:53.076 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-08-17T03:51:55.063Z[ recovery-image] Aug 17 03:51:53.085 INFO O| Aug 17 03:51:53.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
73872024-08-17T03:51:55.063Z[ recovery-image] Aug 17 03:51:53.086 INFO O| Aug 17 03:51:53.086 INFO STEP 1173 (remove_files) COMPLETE
73882024-08-17T03:51:55.063Z[ recovery-image] Aug 17 03:51:53.086 INFO O| Aug 17 03:51:53.086 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-08-17T03:51:55.073Z[ recovery-image] Aug 17 03:51:53.095 INFO O| Aug 17 03:51:53.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
73902024-08-17T03:51:55.073Z[ recovery-image] Aug 17 03:51:53.095 INFO O| Aug 17 03:51:53.095 INFO STEP 1174 (remove_files) COMPLETE
73912024-08-17T03:51:55.075Z[ recovery-image] Aug 17 03:51:53.095 INFO O| Aug 17 03:51:53.095 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-08-17T03:51:55.082Z[ recovery-image] Aug 17 03:51:53.104 INFO O| Aug 17 03:51:53.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
73932024-08-17T03:51:55.082Z[ recovery-image] Aug 17 03:51:53.104 INFO O| Aug 17 03:51:53.104 INFO STEP 1175 (remove_files) COMPLETE
73942024-08-17T03:51:55.085Z[ recovery-image] Aug 17 03:51:53.104 INFO O| Aug 17 03:51:53.104 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-08-17T03:51:55.091Z[ recovery-image] Aug 17 03:51:53.113 INFO O| Aug 17 03:51:53.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
73962024-08-17T03:51:55.091Z[ recovery-image] Aug 17 03:51:53.113 INFO O| Aug 17 03:51:53.113 INFO STEP 1176 (remove_files) COMPLETE
73972024-08-17T03:51:55.097Z[ recovery-image] Aug 17 03:51:53.113 INFO O| Aug 17 03:51:53.113 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-08-17T03:51:55.100Z[ recovery-image] Aug 17 03:51:53.122 INFO O| Aug 17 03:51:53.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
73992024-08-17T03:51:55.103Z[ recovery-image] Aug 17 03:51:53.122 INFO O| Aug 17 03:51:53.122 INFO STEP 1177 (remove_files) COMPLETE
74002024-08-17T03:51:55.103Z[ recovery-image] Aug 17 03:51:53.122 INFO O| Aug 17 03:51:53.122 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-08-17T03:51:55.109Z[ recovery-image] Aug 17 03:51:53.131 INFO O| Aug 17 03:51:53.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74022024-08-17T03:51:55.112Z[ recovery-image] Aug 17 03:51:53.131 INFO O| Aug 17 03:51:53.131 INFO STEP 1178 (remove_files) COMPLETE
74032024-08-17T03:51:55.112Z[ recovery-image] Aug 17 03:51:53.131 INFO O| Aug 17 03:51:53.131 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-08-17T03:51:55.118Z[ recovery-image] Aug 17 03:51:53.140 INFO O| Aug 17 03:51:53.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74052024-08-17T03:51:55.121Z[ recovery-image] Aug 17 03:51:53.141 INFO O| Aug 17 03:51:53.140 INFO STEP 1179 (remove_files) COMPLETE
74062024-08-17T03:51:55.121Z[ recovery-image] Aug 17 03:51:53.141 INFO O| Aug 17 03:51:53.140 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-08-17T03:51:55.128Z[ recovery-image] Aug 17 03:51:53.150 INFO O| Aug 17 03:51:53.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74082024-08-17T03:51:55.128Z[ recovery-image] Aug 17 03:51:53.150 INFO O| Aug 17 03:51:53.150 INFO STEP 1180 (remove_files) COMPLETE
74092024-08-17T03:51:55.130Z[ recovery-image] Aug 17 03:51:53.150 INFO O| Aug 17 03:51:53.150 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-08-17T03:51:55.136Z[ recovery-image] Aug 17 03:51:53.159 INFO O| Aug 17 03:51:53.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74112024-08-17T03:51:55.139Z[ recovery-image] Aug 17 03:51:53.159 INFO O| Aug 17 03:51:53.159 INFO STEP 1181 (remove_files) COMPLETE
74122024-08-17T03:51:55.139Z[ recovery-image] Aug 17 03:51:53.159 INFO O| Aug 17 03:51:53.159 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-08-17T03:51:55.146Z[ recovery-image] Aug 17 03:51:53.168 INFO O| Aug 17 03:51:53.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74142024-08-17T03:51:55.148Z[ recovery-image] Aug 17 03:51:53.168 INFO O| Aug 17 03:51:53.168 INFO STEP 1182 (remove_files) COMPLETE
74152024-08-17T03:51:55.148Z[ recovery-image] Aug 17 03:51:53.168 INFO O| Aug 17 03:51:53.168 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-08-17T03:51:55.155Z[ recovery-image] Aug 17 03:51:53.177 INFO O| Aug 17 03:51:53.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74172024-08-17T03:51:55.155Z[ recovery-image] Aug 17 03:51:53.177 INFO O| Aug 17 03:51:53.177 INFO STEP 1183 (remove_files) COMPLETE
74182024-08-17T03:51:55.157Z[ recovery-image] Aug 17 03:51:53.177 INFO O| Aug 17 03:51:53.177 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-08-17T03:51:55.164Z[ recovery-image] Aug 17 03:51:53.186 INFO O| Aug 17 03:51:53.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74202024-08-17T03:51:55.164Z[ recovery-image] Aug 17 03:51:53.186 INFO O| Aug 17 03:51:53.186 INFO STEP 1184 (remove_files) COMPLETE
74212024-08-17T03:51:55.164Z[ recovery-image] Aug 17 03:51:53.186 INFO O| Aug 17 03:51:53.186 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-08-17T03:51:55.173Z[ recovery-image] Aug 17 03:51:53.195 INFO O| Aug 17 03:51:53.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74232024-08-17T03:51:55.175Z[ recovery-image] Aug 17 03:51:53.195 INFO O| Aug 17 03:51:53.195 INFO STEP 1185 (remove_files) COMPLETE
74242024-08-17T03:51:55.175Z[ recovery-image] Aug 17 03:51:53.195 INFO O| Aug 17 03:51:53.195 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-08-17T03:51:55.182Z[ recovery-image] Aug 17 03:51:53.204 INFO O| Aug 17 03:51:53.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74262024-08-17T03:51:55.183Z[ recovery-image] Aug 17 03:51:53.204 INFO O| Aug 17 03:51:53.204 INFO STEP 1186 (remove_files) COMPLETE
74272024-08-17T03:51:55.185Z[ recovery-image] Aug 17 03:51:53.204 INFO O| Aug 17 03:51:53.204 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-08-17T03:51:55.191Z[ recovery-image] Aug 17 03:51:53.213 INFO O| Aug 17 03:51:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74292024-08-17T03:51:55.194Z[ recovery-image] Aug 17 03:51:53.214 INFO O| Aug 17 03:51:53.214 INFO STEP 1187 (remove_files) COMPLETE
74302024-08-17T03:51:55.194Z[ recovery-image] Aug 17 03:51:53.214 INFO O| Aug 17 03:51:53.214 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-08-17T03:51:55.200Z[ recovery-image] Aug 17 03:51:53.223 INFO O| Aug 17 03:51:53.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74322024-08-17T03:51:55.203Z[ recovery-image] Aug 17 03:51:53.223 INFO O| Aug 17 03:51:53.223 INFO STEP 1188 (remove_files) COMPLETE
74332024-08-17T03:51:55.203Z[ recovery-image] Aug 17 03:51:53.223 INFO O| Aug 17 03:51:53.223 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-17T03:51:55.210Z[ recovery-image] Aug 17 03:51:53.232 INFO O| Aug 17 03:51:53.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74352024-08-17T03:51:55.212Z[ recovery-image] Aug 17 03:51:53.232 INFO O| Aug 17 03:51:53.232 INFO STEP 1189 (remove_files) COMPLETE
74362024-08-17T03:51:55.212Z[ recovery-image] Aug 17 03:51:53.232 INFO O| Aug 17 03:51:53.232 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-17T03:51:55.219Z[ recovery-image] Aug 17 03:51:53.241 INFO O| Aug 17 03:51:53.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74382024-08-17T03:51:55.219Z[ recovery-image] Aug 17 03:51:53.241 INFO O| Aug 17 03:51:53.241 INFO STEP 1190 (remove_files) COMPLETE
74392024-08-17T03:51:55.219Z[ recovery-image] Aug 17 03:51:53.241 INFO O| Aug 17 03:51:53.241 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-17T03:51:55.228Z[ recovery-image] Aug 17 03:51:53.250 INFO O| Aug 17 03:51:53.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
74412024-08-17T03:51:55.228Z[ recovery-image] Aug 17 03:51:53.250 INFO O| Aug 17 03:51:53.250 INFO STEP 1191 (remove_files) COMPLETE
74422024-08-17T03:51:55.228Z[ recovery-image] Aug 17 03:51:53.250 INFO O| Aug 17 03:51:53.250 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-08-17T03:51:55.237Z[ recovery-image] Aug 17 03:51:53.259 INFO O| Aug 17 03:51:53.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
74442024-08-17T03:51:55.237Z[ recovery-image] Aug 17 03:51:53.259 INFO O| Aug 17 03:51:53.259 INFO STEP 1192 (remove_files) COMPLETE
74452024-08-17T03:51:55.240Z[ recovery-image] Aug 17 03:51:53.259 INFO O| Aug 17 03:51:53.259 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-08-17T03:51:55.246Z[ recovery-image] Aug 17 03:51:53.268 INFO O| Aug 17 03:51:53.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
74472024-08-17T03:51:55.246Z[ recovery-image] Aug 17 03:51:53.268 INFO O| Aug 17 03:51:53.268 INFO STEP 1193 (remove_files) COMPLETE
74482024-08-17T03:51:55.249Z[ recovery-image] Aug 17 03:51:53.268 INFO O| Aug 17 03:51:53.268 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-08-17T03:51:55.255Z[ recovery-image] Aug 17 03:51:53.277 INFO O| Aug 17 03:51:53.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
74502024-08-17T03:51:55.258Z[ recovery-image] Aug 17 03:51:53.277 INFO O| Aug 17 03:51:53.277 INFO STEP 1194 (remove_files) COMPLETE
74512024-08-17T03:51:55.258Z[ recovery-image] Aug 17 03:51:53.278 INFO O| Aug 17 03:51:53.277 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-08-17T03:51:55.265Z[ recovery-image] Aug 17 03:51:53.287 INFO O| Aug 17 03:51:53.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
74532024-08-17T03:51:55.265Z[ recovery-image] Aug 17 03:51:53.287 INFO O| Aug 17 03:51:53.287 INFO STEP 1195 (remove_files) COMPLETE
74542024-08-17T03:51:55.265Z[ recovery-image] Aug 17 03:51:53.287 INFO O| Aug 17 03:51:53.287 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-08-17T03:51:55.274Z[ recovery-image] Aug 17 03:51:53.296 INFO O| Aug 17 03:51:53.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
74562024-08-17T03:51:55.274Z[ recovery-image] Aug 17 03:51:53.296 INFO O| Aug 17 03:51:53.296 INFO STEP 1196 (remove_files) COMPLETE
74572024-08-17T03:51:55.274Z[ recovery-image] Aug 17 03:51:53.296 INFO O| Aug 17 03:51:53.296 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-08-17T03:51:55.283Z[ recovery-image] Aug 17 03:51:53.305 INFO O| Aug 17 03:51:53.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
74592024-08-17T03:51:55.283Z[ recovery-image] Aug 17 03:51:53.305 INFO O| Aug 17 03:51:53.305 INFO STEP 1197 (remove_files) COMPLETE
74602024-08-17T03:51:55.286Z[ recovery-image] Aug 17 03:51:53.305 INFO O| Aug 17 03:51:53.305 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-08-17T03:51:55.292Z[ recovery-image] Aug 17 03:51:53.314 INFO O| Aug 17 03:51:53.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
74622024-08-17T03:51:55.292Z[ recovery-image] Aug 17 03:51:53.314 INFO O| Aug 17 03:51:53.314 INFO STEP 1198 (remove_files) COMPLETE
74632024-08-17T03:51:55.295Z[ recovery-image] Aug 17 03:51:53.314 INFO O| Aug 17 03:51:53.314 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-08-17T03:51:55.301Z[ recovery-image] Aug 17 03:51:53.323 INFO O| Aug 17 03:51:53.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
74652024-08-17T03:51:55.301Z[ recovery-image] Aug 17 03:51:53.323 INFO O| Aug 17 03:51:53.323 INFO STEP 1199 (remove_files) COMPLETE
74662024-08-17T03:51:55.304Z[ recovery-image] Aug 17 03:51:53.323 INFO O| Aug 17 03:51:53.323 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-08-17T03:51:55.311Z[ recovery-image] Aug 17 03:51:53.333 INFO O| Aug 17 03:51:53.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
74682024-08-17T03:51:55.311Z[ recovery-image] Aug 17 03:51:53.333 INFO O| Aug 17 03:51:53.333 INFO STEP 1200 (remove_files) COMPLETE
74692024-08-17T03:51:55.313Z[ recovery-image] Aug 17 03:51:53.333 INFO O| Aug 17 03:51:53.333 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-08-17T03:51:55.320Z[ recovery-image] Aug 17 03:51:53.342 INFO O| Aug 17 03:51:53.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
74712024-08-17T03:51:55.320Z[ recovery-image] Aug 17 03:51:53.342 INFO O| Aug 17 03:51:53.342 INFO STEP 1201 (remove_files) COMPLETE
74722024-08-17T03:51:55.322Z[ recovery-image] Aug 17 03:51:53.342 INFO O| Aug 17 03:51:53.342 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-08-17T03:51:55.330Z[ recovery-image] Aug 17 03:51:53.351 INFO O| Aug 17 03:51:53.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
74742024-08-17T03:51:55.330Z[ recovery-image] Aug 17 03:51:53.351 INFO O| Aug 17 03:51:53.351 INFO STEP 1202 (remove_files) COMPLETE
74752024-08-17T03:51:55.330Z[ recovery-image] Aug 17 03:51:53.351 INFO O| Aug 17 03:51:53.351 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-08-17T03:51:55.338Z[ recovery-image] Aug 17 03:51:53.360 INFO O| Aug 17 03:51:53.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
74772024-08-17T03:51:55.338Z[ recovery-image] Aug 17 03:51:53.360 INFO O| Aug 17 03:51:53.360 INFO STEP 1203 (remove_files) COMPLETE
74782024-08-17T03:51:55.342Z[ recovery-image] Aug 17 03:51:53.360 INFO O| Aug 17 03:51:53.360 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-08-17T03:51:55.347Z[ recovery-image] Aug 17 03:51:53.369 INFO O| Aug 17 03:51:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
74802024-08-17T03:51:55.350Z[ recovery-image] Aug 17 03:51:53.369 INFO O| Aug 17 03:51:53.369 INFO STEP 1204 (remove_files) COMPLETE
74812024-08-17T03:51:55.351Z[ recovery-image] Aug 17 03:51:53.369 INFO O| Aug 17 03:51:53.369 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-08-17T03:51:55.356Z[ recovery-image] Aug 17 03:51:53.378 INFO O| Aug 17 03:51:53.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
74832024-08-17T03:51:55.357Z[ recovery-image] Aug 17 03:51:53.379 INFO O| Aug 17 03:51:53.378 INFO STEP 1205 (remove_files) COMPLETE
74842024-08-17T03:51:55.359Z[ recovery-image] Aug 17 03:51:53.379 INFO O| Aug 17 03:51:53.378 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-08-17T03:51:55.365Z[ recovery-image] Aug 17 03:51:53.387 INFO O| Aug 17 03:51:53.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
74862024-08-17T03:51:55.365Z[ recovery-image] Aug 17 03:51:53.387 INFO O| Aug 17 03:51:53.387 INFO STEP 1206 (remove_files) COMPLETE
74872024-08-17T03:51:55.368Z[ recovery-image] Aug 17 03:51:53.387 INFO O| Aug 17 03:51:53.387 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
74882024-08-17T03:51:55.380Z[ recovery-image] Aug 17 03:51:53.401 INFO O| Aug 17 03:51:53.401 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
74892024-08-17T03:51:55.383Z[ recovery-image] Aug 17 03:51:53.402 INFO O| Aug 17 03:51:53.402 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
74902024-08-17T03:51:56.065Z[ recovery-image] Aug 17 03:51:54.087 INFO O| Aug 17 03:51:54.086 INFO STEP 1207 (pack_tar) COMPLETE
74912024-08-17T03:51:56.065Z[ recovery-image] Aug 17 03:51:54.087 INFO O| Aug 17 03:51:54.087 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74922024-08-17T03:51:56.065Z[ recovery-image] Aug 17 03:51:54.087 INFO O| Aug 17 03:51:54.087 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
74932024-08-17T03:51:56.292Z[ recovery-image] Aug 17 03:51:54.311 INFO O| Aug 17 03:51:54.311 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
74942024-08-17T03:51:56.375Z[ recovery-image] Aug 17 03:51:54.397 INFO O| Aug 17 03:51:54.397 INFO completed processing gimlet/ramdisk-03-recovery-trim
74952024-08-17T03:51:56.382Z[ recovery-image] Aug 17 03:51:54.403 INFO image builder template: zfs-recovery...
74962024-08-17T03:51:56.385Z[ recovery-image] Aug 17 03:51:54.403 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/.tmpcPIiuD/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
74972024-08-17T03:51:56.413Z[ recovery-image] Aug 17 03:51:54.435 INFO O| Aug 17 03:51:54.434 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74982024-08-17T03:51:56.416Z[ recovery-image] Aug 17 03:51:54.438 INFO O| Aug 17 03:51:54.438 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
74992024-08-17T03:51:56.496Z[ recovery-image] Aug 17 03:51:54.517 INFO O| Aug 17 03:51:54.517 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75002024-08-17T03:51:56.567Z[ recovery-image] Aug 17 03:51:54.579 INFO O| Aug 17 03:51:54.578 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75012024-08-17T03:51:56.567Z[ recovery-image] Aug 17 03:51:54.579 INFO O| Aug 17 03:51:54.579 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75022024-08-17T03:51:56.577Z[ recovery-image] Aug 17 03:51:54.583 INFO O| Aug 17 03:51:54.583 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75032024-08-17T03:51:56.653Z[ recovery-image] Aug 17 03:51:54.675 INFO O| Aug 17 03:51:54.675 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75042024-08-17T03:51:56.767Z[ recovery-image] Aug 17 03:51:54.789 INFO O| Aug 17 03:51:54.788 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75052024-08-17T03:51:56.777Z[ recovery-image] Aug 17 03:51:54.798 INFO O| Aug 17 03:51:54.798 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75062024-08-17T03:51:56.782Z[ recovery-image] Aug 17 03:51:54.803 INFO O| Aug 17 03:51:54.803 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75072024-08-17T03:51:56.784Z[ recovery-image] Aug 17 03:51:54.804 INFO O| Aug 17 03:51:54.804 INFO no lofi found
75082024-08-17T03:51:56.785Z[ recovery-image] Aug 17 03:51:54.804 INFO O| Aug 17 03:51:54.804 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75092024-08-17T03:51:56.785Z[ recovery-image] Aug 17 03:51:54.804 INFO O| Aug 17 03:51:54.804 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75102024-08-17T03:51:57.744Z[ host-image] Aug 17 03:51:55.765 INFO O| Aug 17 03:51:55.765 INFO O| Download: 21490/22727 items 180.3/196.4MB 91% complete (429k/s)
75112024-08-17T03:51:58.990Z[ recovery-image] Aug 17 03:51:57.010 INFO O| Aug 17 03:51:57.010 INFO lofi device = /dev/dsk/c2t1d0p0
75122024-08-17T03:51:58.990Z[ recovery-image] Aug 17 03:51:57.010 INFO O| Aug 17 03:51:57.010 INFO pool device = /dev/dsk/c2t1d0p0
75132024-08-17T03:51:58.993Z[ recovery-image] Aug 17 03:51:57.010 INFO O| Aug 17 03:51:57.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75142024-08-17T03:51:59.061Z[ recovery-image] Aug 17 03:51:57.081 INFO O| Aug 17 03:51:57.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75152024-08-17T03:51:59.062Z[ recovery-image] Aug 17 03:51:57.081 INFO O| Aug 17 03:51:57.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
75162024-08-17T03:51:59.083Z[ recovery-image] Aug 17 03:51:57.104 INFO O| Aug 17 03:51:57.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
75172024-08-17T03:51:59.141Z[ recovery-image] Aug 17 03:51:57.163 INFO O| Aug 17 03:51:57.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
75182024-08-17T03:51:59.177Z[ recovery-image] Aug 17 03:51:57.198 INFO O| Aug 17 03:51:57.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
75192024-08-17T03:51:59.191Z[ recovery-image] Aug 17 03:51:57.210 INFO O| Aug 17 03:51:57.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
75202024-08-17T03:51:59.199Z[ recovery-image] Aug 17 03:51:57.220 INFO O| Aug 17 03:51:57.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
75212024-08-17T03:51:59.242Z[ recovery-image] Aug 17 03:51:57.264 INFO O| Aug 17 03:51:57.263 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75222024-08-17T03:51:59.246Z[ recovery-image] Aug 17 03:51:57.264 INFO O| Aug 17 03:51:57.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
75232024-08-17T03:51:59.246Z[ recovery-image] Aug 17 03:51:57.264 INFO O| Aug 17 03:51:57.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75242024-08-17T03:51:59.256Z[ recovery-image] Aug 17 03:51:57.276 INFO O| Aug 17 03:51:57.276 INFO boot environment UUID: 3ab781df-397d-4888-ab64-da46acd81ef8
75252024-08-17T03:51:59.256Z[ recovery-image] Aug 17 03:51:57.276 INFO O| Aug 17 03:51:57.276 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3ab781df-397d-4888-ab64-da46acd81ef8
75262024-08-17T03:51:59.266Z[ recovery-image] Aug 17 03:51:57.286 INFO O| Aug 17 03:51:57.286 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
75272024-08-17T03:51:59.276Z[ recovery-image] Aug 17 03:51:57.294 INFO O| Aug 17 03:51:57.294 INFO STEP 0 (create_be) COMPLETE
75282024-08-17T03:51:59.276Z[ recovery-image] Aug 17 03:51:57.294 INFO O| Aug 17 03:51:57.294 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75292024-08-17T03:51:59.289Z[ recovery-image] Aug 17 03:51:57.309 INFO O| Aug 17 03:51:57.309 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"]
75302024-08-17T03:52:00.403Z[ recovery-image] Aug 17 03:51:58.424 INFO O| Aug 17 03:51:58.423 INFO STEP 1 (unpack_tar) COMPLETE
75312024-08-17T03:52:00.403Z[ recovery-image] Aug 17 03:51:58.424 INFO O| Aug 17 03:51:58.424 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75322024-08-17T03:52:00.416Z[ recovery-image] Aug 17 03:51:58.435 INFO O| Aug 17 03:51:58.435 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
75332024-08-17T03:52:00.614Z[ recovery-image] Aug 17 03:51:58.634 INFO O| Aug 17 03:51:58.634 INFO STEP 2 (devfsadm) COMPLETE
75342024-08-17T03:52:00.614Z[ recovery-image] Aug 17 03:51:58.635 INFO O| Aug 17 03:51:58.634 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75352024-08-17T03:52:00.625Z[ recovery-image] Aug 17 03:51:58.646 INFO O| Aug 17 03:51:58.646 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75362024-08-17T03:52:00.628Z[ recovery-image] Aug 17 03:51:58.646 INFO O| Aug 17 03:51:58.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75372024-08-17T03:52:00.628Z[ recovery-image] Aug 17 03:51:58.646 INFO O| Aug 17 03:51:58.646 INFO STEP 3 (ensure_dir) COMPLETE
75382024-08-17T03:52:00.628Z[ recovery-image] Aug 17 03:51:58.646 INFO O| Aug 17 03:51:58.646 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75392024-08-17T03:52:00.635Z[ recovery-image] Aug 17 03:51:58.656 INFO O| Aug 17 03:51:58.656 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75402024-08-17T03:52:00.638Z[ recovery-image] Aug 17 03:51:58.656 INFO O| Aug 17 03:51:58.656 INFO STEP 4 (ensure_dir) COMPLETE
75412024-08-17T03:52:00.638Z[ recovery-image] Aug 17 03:51:58.656 INFO O| Aug 17 03:51:58.656 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75422024-08-17T03:52:00.645Z[ recovery-image] Aug 17 03:51:58.666 INFO O| Aug 17 03:51:58.666 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75432024-08-17T03:52:00.645Z[ recovery-image] Aug 17 03:51:58.666 INFO O| Aug 17 03:51:58.666 INFO STEP 5 (ensure_dir) COMPLETE
75442024-08-17T03:52:00.647Z[ recovery-image] Aug 17 03:51:58.666 INFO O| Aug 17 03:51:58.666 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75452024-08-17T03:52:00.656Z[ recovery-image] Aug 17 03:51:58.675 INFO O| Aug 17 03:51:58.675 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75462024-08-17T03:52:00.659Z[ recovery-image] Aug 17 03:51:58.675 INFO O| Aug 17 03:51:58.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75472024-08-17T03:52:00.659Z[ recovery-image] Aug 17 03:51:58.675 INFO O| Aug 17 03:51:58.675 INFO STEP 6 (ensure_dir) COMPLETE
75482024-08-17T03:52:00.659Z[ recovery-image] Aug 17 03:51:58.675 INFO O| Aug 17 03:51:58.675 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75492024-08-17T03:52:00.663Z[ recovery-image] Aug 17 03:51:58.684 INFO O| Aug 17 03:51:58.684 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75502024-08-17T03:52:00.663Z[ recovery-image] Aug 17 03:51:58.684 INFO O| Aug 17 03:51:58.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75512024-08-17T03:52:00.663Z[ recovery-image] Aug 17 03:51:58.684 INFO O| Aug 17 03:51:58.684 INFO STEP 7 (ensure_dir) COMPLETE
75522024-08-17T03:52:00.666Z[ recovery-image] Aug 17 03:51:58.684 INFO O| Aug 17 03:51:58.684 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75532024-08-17T03:52:00.673Z[ recovery-image] Aug 17 03:51:58.694 INFO O| Aug 17 03:51:58.694 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
75542024-08-17T03:52:00.676Z[ recovery-image] Aug 17 03:51:58.694 INFO O| Aug 17 03:51:58.694 INFO STEP 8 (remove_files) COMPLETE
75552024-08-17T03:52:00.676Z[ recovery-image] Aug 17 03:51:58.694 INFO O| Aug 17 03:51:58.694 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75562024-08-17T03:52:00.684Z[ recovery-image] Aug 17 03:51:58.703 INFO O| Aug 17 03:51:58.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
75572024-08-17T03:52:00.687Z[ recovery-image] Aug 17 03:51:58.704 INFO O| Aug 17 03:51:58.704 INFO STEP 9 (remove_files) COMPLETE
75582024-08-17T03:52:00.687Z[ recovery-image] Aug 17 03:51:58.704 INFO O| Aug 17 03:51:58.704 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75592024-08-17T03:52:00.705Z[ recovery-image] Aug 17 03:51:58.714 INFO O| Aug 17 03:51:58.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
75602024-08-17T03:52:00.705Z[ recovery-image] Aug 17 03:51:58.714 INFO O| Aug 17 03:51:58.714 INFO STEP 10 (remove_files) COMPLETE
75612024-08-17T03:52:00.705Z[ recovery-image] Aug 17 03:51:58.714 INFO O| Aug 17 03:51:58.714 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75622024-08-17T03:52:00.705Z[ recovery-image] Aug 17 03:51:58.724 INFO O| Aug 17 03:51:58.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
75632024-08-17T03:52:00.705Z[ recovery-image] Aug 17 03:51:58.724 INFO O| Aug 17 03:51:58.724 INFO STEP 11 (remove_files) COMPLETE
75642024-08-17T03:52:00.705Z[ recovery-image] Aug 17 03:51:58.724 INFO O| Aug 17 03:51:58.724 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75652024-08-17T03:52:00.713Z[ recovery-image] Aug 17 03:51:58.734 INFO O| Aug 17 03:51:58.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
75662024-08-17T03:52:00.716Z[ recovery-image] Aug 17 03:51:58.734 INFO O| Aug 17 03:51:58.734 INFO STEP 12 (remove_files) COMPLETE
75672024-08-17T03:52:00.716Z[ recovery-image] Aug 17 03:51:58.734 INFO O| Aug 17 03:51:58.734 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75682024-08-17T03:52:00.723Z[ recovery-image] Aug 17 03:51:58.743 INFO O| Aug 17 03:51:58.743 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75692024-08-17T03:52:00.726Z[ recovery-image] Aug 17 03:51:58.743 INFO O| Aug 17 03:51:58.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
75702024-08-17T03:52:00.726Z[ recovery-image] Aug 17 03:51:58.743 INFO O| Aug 17 03:51:58.743 INFO STEP 13 (ensure_dir) COMPLETE
75712024-08-17T03:52:00.726Z[ recovery-image] Aug 17 03:51:58.744 INFO O| Aug 17 03:51:58.743 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75722024-08-17T03:52:00.732Z[ recovery-image] Aug 17 03:51:58.753 INFO O| Aug 17 03:51:58.753 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75732024-08-17T03:52:00.735Z[ recovery-image] Aug 17 03:51:58.753 INFO O| Aug 17 03:51:58.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75742024-08-17T03:52:00.735Z[ recovery-image] Aug 17 03:51:58.753 INFO O| Aug 17 03:51:58.753 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
75752024-08-17T03:52:00.735Z[ recovery-image] Aug 17 03:51:58.753 INFO O| Aug 17 03:51:58.753 INFO STEP 14 (ensure_dir) COMPLETE
75762024-08-17T03:52:00.735Z[ recovery-image] Aug 17 03:51:58.753 INFO O| Aug 17 03:51:58.753 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75772024-08-17T03:52:00.742Z[ recovery-image] Aug 17 03:51:58.763 INFO O| Aug 17 03:51:58.763 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75782024-08-17T03:52:00.742Z[ recovery-image] Aug 17 03:51:58.763 INFO O| Aug 17 03:51:58.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75792024-08-17T03:52:00.742Z[ recovery-image] Aug 17 03:51:58.763 INFO O| Aug 17 03:51:58.763 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
75802024-08-17T03:52:00.745Z[ recovery-image] Aug 17 03:51:58.763 INFO O| Aug 17 03:51:58.763 INFO STEP 15 (ensure_dir) COMPLETE
75812024-08-17T03:52:00.746Z[ recovery-image] Aug 17 03:51:58.763 INFO O| Aug 17 03:51:58.763 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75822024-08-17T03:52:00.751Z[ recovery-image] Aug 17 03:51:58.772 INFO O| Aug 17 03:51:58.772 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75832024-08-17T03:52:00.757Z[ recovery-image] Aug 17 03:51:58.772 INFO O| Aug 17 03:51:58.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
75842024-08-17T03:52:00.757Z[ recovery-image] Aug 17 03:51:58.772 INFO O| Aug 17 03:51:58.772 INFO STEP 16 (ensure_dir) COMPLETE
75852024-08-17T03:52:00.757Z[ recovery-image] Aug 17 03:51:58.772 INFO O| Aug 17 03:51:58.772 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75862024-08-17T03:52:00.761Z[ recovery-image] Aug 17 03:51:58.782 INFO O| Aug 17 03:51:58.782 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75872024-08-17T03:52:00.761Z[ recovery-image] Aug 17 03:51:58.782 INFO O| Aug 17 03:51:58.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
75882024-08-17T03:52:00.761Z[ recovery-image] Aug 17 03:51:58.782 INFO O| Aug 17 03:51:58.782 INFO STEP 17 (ensure_dir) COMPLETE
75892024-08-17T03:52:00.761Z[ recovery-image] Aug 17 03:51:58.782 INFO O| Aug 17 03:51:58.782 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75902024-08-17T03:52:00.772Z[ recovery-image] Aug 17 03:51:58.791 INFO O| Aug 17 03:51:58.791 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
75912024-08-17T03:52:00.772Z[ recovery-image] Aug 17 03:51:58.792 INFO O| Aug 17 03:51:58.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
75922024-08-17T03:52:00.772Z[ recovery-image] Aug 17 03:51:58.792 INFO O| Aug 17 03:51:58.792 INFO ok!
75932024-08-17T03:52:00.780Z[ recovery-image] Aug 17 03:51:58.792 INFO O| Aug 17 03:51:58.792 INFO STEP 18 (ensure_symlink) COMPLETE
75942024-08-17T03:52:00.780Z[ recovery-image] Aug 17 03:51:58.792 INFO O| Aug 17 03:51:58.792 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
75952024-08-17T03:52:00.798Z[ recovery-image] Aug 17 03:51:58.801 INFO O| Aug 17 03:51:58.801 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
75962024-08-17T03:52:00.798Z[ recovery-image] Aug 17 03:51:58.801 INFO O| Aug 17 03:51:58.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
75972024-08-17T03:52:00.798Z[ recovery-image] Aug 17 03:51:58.801 INFO O| Aug 17 03:51:58.801 INFO ok!
75982024-08-17T03:52:00.798Z[ recovery-image] Aug 17 03:51:58.801 INFO O| Aug 17 03:51:58.801 INFO STEP 19 (ensure_file) COMPLETE
75992024-08-17T03:52:00.798Z[ recovery-image] Aug 17 03:51:58.801 INFO O| Aug 17 03:51:58.801 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76002024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.811 INFO O| Aug 17 03:51:58.810 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76012024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.811 INFO O| Aug 17 03:51:58.810 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76022024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.811 INFO O| Aug 17 03:51:58.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76032024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.811 INFO O| Aug 17 03:51:58.811 INFO ok!
76042024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.811 INFO O| Aug 17 03:51:58.811 INFO STEP 20 (ensure_symlink) COMPLETE
76052024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.811 INFO O| Aug 17 03:51:58.811 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76062024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.820 INFO O| Aug 17 03:51:58.820 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76072024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.820 INFO O| Aug 17 03:51:58.820 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76082024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.820 INFO O| Aug 17 03:51:58.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76092024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.820 INFO O| Aug 17 03:51:58.820 INFO ok!
76102024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.820 INFO O| Aug 17 03:51:58.820 INFO STEP 21 (ensure_symlink) COMPLETE
76112024-08-17T03:52:00.803Z[ recovery-image] Aug 17 03:51:58.820 INFO O| Aug 17 03:51:58.820 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76122024-08-17T03:52:00.809Z[ recovery-image] Aug 17 03:51:58.830 INFO O| Aug 17 03:51:58.830 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76132024-08-17T03:52:00.809Z[ recovery-image] Aug 17 03:51:58.830 INFO O| Aug 17 03:51:58.830 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76142024-08-17T03:52:00.812Z[ recovery-image] Aug 17 03:51:58.830 INFO O| Aug 17 03:51:58.830 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76152024-08-17T03:52:00.812Z[ recovery-image] Aug 17 03:51:58.830 INFO O| Aug 17 03:51:58.830 INFO ok!
76162024-08-17T03:52:00.812Z[ recovery-image] Aug 17 03:51:58.830 INFO O| Aug 17 03:51:58.830 INFO STEP 22 (ensure_symlink) COMPLETE
76172024-08-17T03:52:00.812Z[ recovery-image] Aug 17 03:51:58.830 INFO O| Aug 17 03:51:58.830 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76182024-08-17T03:52:00.819Z[ recovery-image] Aug 17 03:51:58.840 INFO O| Aug 17 03:51:58.840 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
76192024-08-17T03:52:00.819Z[ recovery-image] Aug 17 03:51:58.840 INFO O| Aug 17 03:51:58.840 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
76202024-08-17T03:52:00.822Z[ recovery-image] Aug 17 03:51:58.840 INFO O| Aug 17 03:51:58.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
76212024-08-17T03:52:00.822Z[ recovery-image] Aug 17 03:51:58.840 INFO O| Aug 17 03:51:58.840 INFO ok!
76222024-08-17T03:52:00.822Z[ recovery-image] Aug 17 03:51:58.840 INFO O| Aug 17 03:51:58.840 INFO STEP 23 (ensure_symlink) COMPLETE
76232024-08-17T03:52:00.822Z[ recovery-image] Aug 17 03:51:58.840 INFO O| Aug 17 03:51:58.840 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76242024-08-17T03:52:00.829Z[ recovery-image] Aug 17 03:51:58.849 INFO O| Aug 17 03:51:58.849 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
76252024-08-17T03:52:00.835Z[ recovery-image] Aug 17 03:51:58.849 INFO O| Aug 17 03:51:58.849 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 ...
76262024-08-17T03:52:00.835Z[ recovery-image] Aug 17 03:51:58.850 INFO O| Aug 17 03:51:58.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
76272024-08-17T03:52:00.835Z[ recovery-image] Aug 17 03:51:58.850 INFO O| Aug 17 03:51:58.850 INFO ok!
76282024-08-17T03:52:00.835Z[ recovery-image] Aug 17 03:51:58.850 INFO O| Aug 17 03:51:58.850 INFO STEP 24 (ensure_file) COMPLETE
76292024-08-17T03:52:00.835Z[ recovery-image] Aug 17 03:51:58.850 INFO O| Aug 17 03:51:58.850 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
76302024-08-17T03:52:00.839Z[ recovery-image] Aug 17 03:51:58.859 INFO O| Aug 17 03:51:58.859 INFO updating shadow file
76312024-08-17T03:52:00.842Z[ recovery-image] Aug 17 03:51:58.860 INFO O| Aug 17 03:51:58.860 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76322024-08-17T03:52:00.842Z[ recovery-image] Aug 17 03:51:58.860 INFO O| Aug 17 03:51:58.860 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76332024-08-17T03:52:00.842Z[ recovery-image] Aug 17 03:51:58.860 INFO O| Aug 17 03:51:58.860 INFO STEP 25 (shadow) COMPLETE
76342024-08-17T03:52:00.842Z[ recovery-image] Aug 17 03:51:58.860 INFO O| Aug 17 03:51:58.860 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76352024-08-17T03:52:00.849Z[ recovery-image] Aug 17 03:51:58.869 INFO O| Aug 17 03:51:58.869 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
76362024-08-17T03:52:00.854Z[ recovery-image] Aug 17 03:51:58.869 INFO O| Aug 17 03:51:58.869 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
76372024-08-17T03:52:00.854Z[ recovery-image] Aug 17 03:51:58.869 INFO O| Aug 17 03:51:58.869 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
76382024-08-17T03:52:00.854Z[ recovery-image] Aug 17 03:51:58.869 INFO O| Aug 17 03:51:58.869 INFO ok!
76392024-08-17T03:52:00.854Z[ recovery-image] Aug 17 03:51:58.869 INFO O| Aug 17 03:51:58.869 INFO STEP 26 (ensure_file) COMPLETE
76402024-08-17T03:52:00.854Z[ recovery-image] Aug 17 03:51:58.869 INFO O| Aug 17 03:51:58.869 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76412024-08-17T03:52:00.858Z[ recovery-image] Aug 17 03:51:58.879 INFO O| Aug 17 03:51:58.879 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
76422024-08-17T03:52:00.858Z[ recovery-image] Aug 17 03:51:58.879 INFO O| Aug 17 03:51:58.879 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
76432024-08-17T03:52:00.861Z[ recovery-image] Aug 17 03:51:58.879 INFO O| Aug 17 03:51:58.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
76442024-08-17T03:52:00.861Z[ recovery-image] Aug 17 03:51:58.879 INFO O| Aug 17 03:51:58.879 INFO ok!
76452024-08-17T03:52:00.861Z[ recovery-image] Aug 17 03:51:58.879 INFO O| Aug 17 03:51:58.879 INFO STEP 27 (ensure_file) COMPLETE
76462024-08-17T03:52:00.861Z[ recovery-image] Aug 17 03:51:58.879 INFO O| Aug 17 03:51:58.879 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76472024-08-17T03:52:00.869Z[ recovery-image] Aug 17 03:51:58.889 INFO O| Aug 17 03:51:58.889 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
76482024-08-17T03:52:00.870Z[ recovery-image] Aug 17 03:51:58.889 INFO O| Aug 17 03:51:58.889 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
76492024-08-17T03:52:00.874Z[ recovery-image] Aug 17 03:51:58.889 INFO O| Aug 17 03:51:58.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76502024-08-17T03:52:00.874Z[ recovery-image] Aug 17 03:51:58.889 INFO O| Aug 17 03:51:58.889 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
76512024-08-17T03:52:00.874Z[ recovery-image] Aug 17 03:51:58.889 INFO O| Aug 17 03:51:58.889 INFO ok!
76522024-08-17T03:52:00.874Z[ recovery-image] Aug 17 03:51:58.889 INFO O| Aug 17 03:51:58.889 INFO STEP 28 (ensure_file) COMPLETE
76532024-08-17T03:52:00.874Z[ recovery-image] Aug 17 03:51:58.889 INFO O| Aug 17 03:51:58.889 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
76542024-08-17T03:52:00.877Z[ recovery-image] Aug 17 03:51:58.898 INFO O| Aug 17 03:51:58.898 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
76552024-08-17T03:52:00.881Z[ recovery-image] Aug 17 03:51:58.898 INFO O| Aug 17 03:51:58.898 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
76562024-08-17T03:52:00.881Z[ recovery-image] Aug 17 03:51:58.898 INFO O| Aug 17 03:51:58.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
76572024-08-17T03:52:00.881Z[ recovery-image] Aug 17 03:51:58.899 INFO O| Aug 17 03:51:58.898 INFO ok!
76582024-08-17T03:52:00.881Z[ recovery-image] Aug 17 03:51:58.899 INFO O| Aug 17 03:51:58.898 INFO STEP 29 (ensure_file) COMPLETE
76592024-08-17T03:52:00.881Z[ recovery-image] Aug 17 03:51:58.899 INFO O| Aug 17 03:51:58.899 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76602024-08-17T03:52:00.887Z[ recovery-image] Aug 17 03:51:58.908 INFO O| Aug 17 03:51:58.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
76612024-08-17T03:52:00.887Z[ recovery-image] Aug 17 03:51:58.908 INFO O| Aug 17 03:51:58.908 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
76622024-08-17T03:52:00.890Z[ recovery-image] Aug 17 03:51:58.908 INFO O| Aug 17 03:51:58.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
76632024-08-17T03:52:00.890Z[ recovery-image] Aug 17 03:51:58.908 INFO O| Aug 17 03:51:58.908 INFO ok!
76642024-08-17T03:52:00.890Z[ recovery-image] Aug 17 03:51:58.908 INFO O| Aug 17 03:51:58.908 INFO STEP 30 (ensure_file) COMPLETE
76652024-08-17T03:52:00.890Z[ recovery-image] Aug 17 03:51:58.908 INFO O| Aug 17 03:51:58.908 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76662024-08-17T03:52:00.898Z[ recovery-image] Aug 17 03:51:58.918 INFO O| Aug 17 03:51:58.918 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
76672024-08-17T03:52:00.898Z[ recovery-image] Aug 17 03:51:58.918 INFO O| Aug 17 03:51:58.918 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
76682024-08-17T03:52:00.901Z[ recovery-image] Aug 17 03:51:58.918 INFO O| Aug 17 03:51:58.918 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76692024-08-17T03:52:00.901Z[ recovery-image] Aug 17 03:51:58.918 INFO O| Aug 17 03:51:58.918 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
76702024-08-17T03:52:00.901Z[ recovery-image] Aug 17 03:51:58.918 INFO O| Aug 17 03:51:58.918 INFO ok!
76712024-08-17T03:52:00.901Z[ recovery-image] Aug 17 03:51:58.918 INFO O| Aug 17 03:51:58.918 INFO STEP 31 (ensure_file) COMPLETE
76722024-08-17T03:52:00.901Z[ recovery-image] Aug 17 03:51:58.918 INFO O| Aug 17 03:51:58.918 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76732024-08-17T03:52:00.906Z[ recovery-image] Aug 17 03:51:58.927 INFO O| Aug 17 03:51:58.927 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
76742024-08-17T03:52:00.906Z[ recovery-image] Aug 17 03:51:58.927 INFO O| Aug 17 03:51:58.927 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
76752024-08-17T03:52:00.909Z[ recovery-image] Aug 17 03:51:58.927 INFO O| Aug 17 03:51:58.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
76762024-08-17T03:52:00.909Z[ recovery-image] Aug 17 03:51:58.927 INFO O| Aug 17 03:51:58.927 INFO ok!
76772024-08-17T03:52:00.909Z[ recovery-image] Aug 17 03:51:58.927 INFO O| Aug 17 03:51:58.927 INFO STEP 32 (ensure_file) COMPLETE
76782024-08-17T03:52:00.909Z[ recovery-image] Aug 17 03:51:58.927 INFO O| Aug 17 03:51:58.927 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76792024-08-17T03:52:00.916Z[ recovery-image] Aug 17 03:51:58.937 INFO O| Aug 17 03:51:58.937 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
76802024-08-17T03:52:00.919Z[ recovery-image] Aug 17 03:51:58.937 INFO O| Aug 17 03:51:58.937 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
76812024-08-17T03:52:00.919Z[ recovery-image] Aug 17 03:51:58.937 INFO O| Aug 17 03:51:58.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
76822024-08-17T03:52:00.919Z[ recovery-image] Aug 17 03:51:58.937 INFO O| Aug 17 03:51:58.937 INFO ok!
76832024-08-17T03:52:00.919Z[ recovery-image] Aug 17 03:51:58.937 INFO O| Aug 17 03:51:58.937 INFO STEP 33 (ensure_file) COMPLETE
76842024-08-17T03:52:00.920Z[ recovery-image] Aug 17 03:51:58.937 INFO O| Aug 17 03:51:58.937 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76852024-08-17T03:52:00.925Z[ recovery-image] Aug 17 03:51:58.946 INFO O| Aug 17 03:51:58.946 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
76862024-08-17T03:52:00.926Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.946 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
76872024-08-17T03:52:00.928Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.947 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76882024-08-17T03:52:00.928Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.947 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76892024-08-17T03:52:00.928Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.947 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76902024-08-17T03:52:00.928Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.947 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
76912024-08-17T03:52:00.928Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.947 INFO ok!
76922024-08-17T03:52:00.928Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.947 INFO STEP 34 (ensure_file) COMPLETE
76932024-08-17T03:52:00.929Z[ recovery-image] Aug 17 03:51:58.947 INFO O| Aug 17 03:51:58.947 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
76942024-08-17T03:52:00.935Z[ recovery-image] Aug 17 03:51:58.956 INFO O| Aug 17 03:51:58.956 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76952024-08-17T03:52:00.938Z[ recovery-image] Aug 17 03:51:58.956 INFO O| Aug 17 03:51:58.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76962024-08-17T03:52:00.938Z[ recovery-image] Aug 17 03:51:58.956 INFO O| Aug 17 03:51:58.956 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
76972024-08-17T03:52:00.938Z[ recovery-image] Aug 17 03:51:58.956 INFO O| Aug 17 03:51:58.956 INFO STEP 35 (ensure_dir) COMPLETE
76982024-08-17T03:52:00.938Z[ recovery-image] Aug 17 03:51:58.956 INFO O| Aug 17 03:51:58.956 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
76992024-08-17T03:52:00.951Z[ recovery-image] Aug 17 03:51:58.966 INFO O| Aug 17 03:51:58.966 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
77002024-08-17T03:52:00.951Z[ recovery-image] Aug 17 03:51:58.966 INFO O| Aug 17 03:51:58.966 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 ...
77012024-08-17T03:52:00.955Z[ recovery-image] Aug 17 03:51:58.966 INFO O| Aug 17 03:51:58.966 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
77022024-08-17T03:52:00.955Z[ recovery-image] Aug 17 03:51:58.967 INFO O| Aug 17 03:51:58.966 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
77032024-08-17T03:52:00.955Z[ recovery-image] Aug 17 03:51:58.967 INFO O| Aug 17 03:51:58.967 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
77042024-08-17T03:52:00.955Z[ recovery-image] Aug 17 03:51:58.967 INFO O| Aug 17 03:51:58.967 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
77052024-08-17T03:52:00.955Z[ recovery-image] Aug 17 03:51:58.967 INFO O| Aug 17 03:51:58.967 INFO ok!
77062024-08-17T03:52:00.955Z[ recovery-image] Aug 17 03:51:58.967 INFO O| Aug 17 03:51:58.967 INFO STEP 36 (ensure_file) COMPLETE
77072024-08-17T03:52:00.955Z[ recovery-image] Aug 17 03:51:58.967 INFO O| Aug 17 03:51:58.967 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77082024-08-17T03:52:00.958Z[ recovery-image] Aug 17 03:51:58.976 INFO O| Aug 17 03:51:58.976 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77092024-08-17T03:52:00.958Z[ recovery-image] Aug 17 03:51:58.976 INFO O| Aug 17 03:51:58.976 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 ...
77102024-08-17T03:52:00.958Z[ recovery-image] Aug 17 03:51:58.977 INFO O| Aug 17 03:51:58.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77112024-08-17T03:52:00.958Z[ recovery-image] Aug 17 03:51:58.977 INFO O| Aug 17 03:51:58.977 INFO ok!
77122024-08-17T03:52:00.958Z[ recovery-image] Aug 17 03:51:58.977 INFO O| Aug 17 03:51:58.977 INFO STEP 37 (ensure_symlink) COMPLETE
77132024-08-17T03:52:00.958Z[ recovery-image] Aug 17 03:51:58.977 INFO O| Aug 17 03:51:58.977 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77142024-08-17T03:52:00.965Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77152024-08-17T03:52:00.965Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
77162024-08-17T03:52:00.970Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77172024-08-17T03:52:00.970Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77182024-08-17T03:52:00.970Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77192024-08-17T03:52:00.970Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
77202024-08-17T03:52:00.970Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO ok!
77212024-08-17T03:52:00.970Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO STEP 38 (ensure_file) COMPLETE
77222024-08-17T03:52:00.971Z[ recovery-image] Aug 17 03:51:58.986 INFO O| Aug 17 03:51:58.986 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77232024-08-17T03:52:00.975Z[ recovery-image] Aug 17 03:51:58.996 INFO O| Aug 17 03:51:58.995 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
77242024-08-17T03:52:00.978Z[ recovery-image] Aug 17 03:51:58.996 INFO O| Aug 17 03:51:58.996 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 ...
77252024-08-17T03:52:00.978Z[ recovery-image] Aug 17 03:51:58.996 INFO O| Aug 17 03:51:58.996 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
77262024-08-17T03:52:00.978Z[ recovery-image] Aug 17 03:51:58.996 INFO O| Aug 17 03:51:58.996 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
77272024-08-17T03:52:00.978Z[ recovery-image] Aug 17 03:51:58.996 INFO O| Aug 17 03:51:58.996 INFO ok!
77282024-08-17T03:52:00.978Z[ recovery-image] Aug 17 03:51:58.996 INFO O| Aug 17 03:51:58.996 INFO STEP 39 (ensure_file) COMPLETE
77292024-08-17T03:52:00.978Z[ recovery-image] Aug 17 03:51:58.996 INFO O| Aug 17 03:51:58.996 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77302024-08-17T03:52:00.985Z[ recovery-image] Aug 17 03:51:59.006 INFO O| Aug 17 03:51:59.006 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
77312024-08-17T03:52:00.985Z[ recovery-image] Aug 17 03:51:59.006 INFO O| Aug 17 03:51:59.006 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
77322024-08-17T03:52:00.985Z[ recovery-image] Aug 17 03:51:59.006 INFO O| Aug 17 03:51:59.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
77332024-08-17T03:52:00.985Z[ recovery-image] Aug 17 03:51:59.006 INFO O| Aug 17 03:51:59.006 INFO ok!
77342024-08-17T03:52:00.993Z[ recovery-image] Aug 17 03:51:59.006 INFO O| Aug 17 03:51:59.006 INFO STEP 40 (ensure_file) COMPLETE
77352024-08-17T03:52:00.993Z[ recovery-image] Aug 17 03:51:59.006 INFO O| Aug 17 03:51:59.006 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77362024-08-17T03:52:00.996Z[ recovery-image] Aug 17 03:51:59.015 INFO O| Aug 17 03:51:59.015 INFO updating shadow file
77372024-08-17T03:52:00.996Z[ recovery-image] Aug 17 03:51:59.016 INFO O| Aug 17 03:51:59.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77382024-08-17T03:52:00.996Z[ recovery-image] Aug 17 03:51:59.016 INFO O| Aug 17 03:51:59.016 INFO STEP 41 (shadow) COMPLETE
77392024-08-17T03:52:00.996Z[ recovery-image] Aug 17 03:51:59.016 INFO O| Aug 17 03:51:59.016 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
77402024-08-17T03:52:01.005Z[ recovery-image] Aug 17 03:51:59.026 INFO O| Aug 17 03:51:59.026 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
77412024-08-17T03:52:01.005Z[ recovery-image] Aug 17 03:51:59.026 INFO O| Aug 17 03:51:59.026 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
77422024-08-17T03:52:01.007Z[ recovery-image] Aug 17 03:51:59.026 INFO O| Aug 17 03:51:59.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77432024-08-17T03:52:01.008Z[ recovery-image] Aug 17 03:51:59.026 INFO O| Aug 17 03:51:59.026 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
77442024-08-17T03:52:01.008Z[ recovery-image] Aug 17 03:51:59.026 INFO O| Aug 17 03:51:59.026 INFO ok!
77452024-08-17T03:52:01.008Z[ recovery-image] Aug 17 03:51:59.026 INFO O| Aug 17 03:51:59.026 INFO STEP 42 (ensure_file) COMPLETE
77462024-08-17T03:52:01.008Z[ recovery-image] Aug 17 03:51:59.026 INFO O| Aug 17 03:51:59.026 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77472024-08-17T03:52:01.014Z[ recovery-image] Aug 17 03:51:59.035 INFO O| Aug 17 03:51:59.035 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
77482024-08-17T03:52:01.014Z[ recovery-image] Aug 17 03:51:59.035 INFO O| Aug 17 03:51:59.035 INFO STEP 43 (ensure_dir) COMPLETE
77492024-08-17T03:52:01.017Z[ recovery-image] Aug 17 03:51:59.035 INFO O| Aug 17 03:51:59.035 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77502024-08-17T03:52:01.024Z[ recovery-image] Aug 17 03:51:59.045 INFO O| Aug 17 03:51:59.045 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77512024-08-17T03:52:01.024Z[ recovery-image] Aug 17 03:51:59.045 INFO O| Aug 17 03:51:59.045 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
77522024-08-17T03:52:01.027Z[ recovery-image] Aug 17 03:51:59.045 INFO O| Aug 17 03:51:59.045 INFO STEP 44 (ensure_dir) COMPLETE
77532024-08-17T03:52:01.027Z[ recovery-image] Aug 17 03:51:59.045 INFO O| Aug 17 03:51:59.045 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77542024-08-17T03:52:01.033Z[ recovery-image] Aug 17 03:51:59.054 INFO O| Aug 17 03:51:59.054 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77552024-08-17T03:52:01.036Z[ recovery-image] Aug 17 03:51:59.054 INFO O| Aug 17 03:51:59.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
77562024-08-17T03:52:01.036Z[ recovery-image] Aug 17 03:51:59.054 INFO O| Aug 17 03:51:59.054 INFO STEP 45 (ensure_dir) COMPLETE
77572024-08-17T03:52:01.036Z[ recovery-image] Aug 17 03:51:59.054 INFO O| Aug 17 03:51:59.054 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77582024-08-17T03:52:01.043Z[ recovery-image] Aug 17 03:51:59.064 INFO O| Aug 17 03:51:59.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
77592024-08-17T03:52:01.043Z[ recovery-image] Aug 17 03:51:59.064 INFO O| Aug 17 03:51:59.064 INFO copying /tmp/.tmpcPIiuD/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
77602024-08-17T03:52:01.071Z[ recovery-image] Aug 17 03:51:59.092 INFO O| Aug 17 03:51:59.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
77612024-08-17T03:52:01.071Z[ recovery-image] Aug 17 03:51:59.092 INFO O| Aug 17 03:51:59.092 INFO ok!
77622024-08-17T03:52:01.075Z[ recovery-image] Aug 17 03:51:59.092 INFO O| Aug 17 03:51:59.092 INFO STEP 46 (ensure_file) COMPLETE
77632024-08-17T03:52:01.075Z[ recovery-image] Aug 17 03:51:59.092 INFO O| Aug 17 03:51:59.092 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77642024-08-17T03:52:01.083Z[ recovery-image] Aug 17 03:51:59.104 INFO O| Aug 17 03:51:59.104 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77652024-08-17T03:52:01.088Z[ recovery-image] Aug 17 03:51:59.104 INFO O| Aug 17 03:51:59.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
77662024-08-17T03:52:01.089Z[ recovery-image] Aug 17 03:51:59.104 INFO O| Aug 17 03:51:59.104 INFO STEP 47 (ensure_dir) COMPLETE
77672024-08-17T03:52:01.089Z[ recovery-image] Aug 17 03:51:59.104 INFO O| Aug 17 03:51:59.104 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77682024-08-17T03:52:01.093Z[ recovery-image] Aug 17 03:51:59.114 INFO O| Aug 17 03:51:59.114 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
77692024-08-17T03:52:01.093Z[ recovery-image] Aug 17 03:51:59.114 INFO O| Aug 17 03:51:59.114 INFO copying /tmp/.tmpcPIiuD/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
77702024-08-17T03:52:01.097Z[ recovery-image] Aug 17 03:51:59.114 INFO O| Aug 17 03:51:59.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
77712024-08-17T03:52:01.097Z[ recovery-image] Aug 17 03:51:59.114 INFO O| Aug 17 03:51:59.114 INFO ok!
77722024-08-17T03:52:01.097Z[ recovery-image] Aug 17 03:51:59.114 INFO O| Aug 17 03:51:59.114 INFO STEP 48 (ensure_file) COMPLETE
77732024-08-17T03:52:01.097Z[ recovery-image] Aug 17 03:51:59.114 INFO O| Aug 17 03:51:59.114 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77742024-08-17T03:52:01.103Z[ recovery-image] Aug 17 03:51:59.124 INFO O| Aug 17 03:51:59.124 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77752024-08-17T03:52:01.103Z[ recovery-image] Aug 17 03:51:59.124 INFO O| Aug 17 03:51:59.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
77762024-08-17T03:52:01.106Z[ recovery-image] Aug 17 03:51:59.124 INFO O| Aug 17 03:51:59.124 INFO STEP 49 (ensure_dir) COMPLETE
77772024-08-17T03:52:01.106Z[ recovery-image] Aug 17 03:51:59.124 INFO O| Aug 17 03:51:59.124 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77782024-08-17T03:52:01.113Z[ recovery-image] Aug 17 03:51:59.134 INFO O| Aug 17 03:51:59.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
77792024-08-17T03:52:01.113Z[ recovery-image] Aug 17 03:51:59.134 INFO O| Aug 17 03:51:59.134 INFO copying /tmp/.tmpcPIiuD/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
77802024-08-17T03:52:01.126Z[ recovery-image] Aug 17 03:51:59.147 INFO O| Aug 17 03:51:59.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
77812024-08-17T03:52:01.127Z[ recovery-image] Aug 17 03:51:59.147 INFO O| Aug 17 03:51:59.147 INFO ok!
77822024-08-17T03:52:01.131Z[ recovery-image] Aug 17 03:51:59.147 INFO O| Aug 17 03:51:59.147 INFO STEP 50 (ensure_file) COMPLETE
77832024-08-17T03:52:01.131Z[ recovery-image] Aug 17 03:51:59.147 INFO O| Aug 17 03:51:59.147 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77842024-08-17T03:52:01.138Z[ recovery-image] Aug 17 03:51:59.158 INFO O| Aug 17 03:51:59.158 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
77852024-08-17T03:52:01.143Z[ recovery-image] Aug 17 03:51:59.158 INFO O| Aug 17 03:51:59.158 INFO copying /tmp/.tmpcPIiuD/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
77862024-08-17T03:52:01.356Z[ recovery-image] Aug 17 03:51:59.369 INFO O| Aug 17 03:51:59.368 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
77872024-08-17T03:52:01.356Z[ recovery-image] Aug 17 03:51:59.369 INFO O| Aug 17 03:51:59.369 INFO ok!
77882024-08-17T03:52:01.360Z[ recovery-image] Aug 17 03:51:59.369 INFO O| Aug 17 03:51:59.369 INFO STEP 51 (ensure_file) COMPLETE
77892024-08-17T03:52:01.360Z[ recovery-image] Aug 17 03:51:59.369 INFO O| Aug 17 03:51:59.369 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77902024-08-17T03:52:01.360Z[ recovery-image] Aug 17 03:51:59.380 INFO O| Aug 17 03:51:59.380 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
77912024-08-17T03:52:01.364Z[ recovery-image] Aug 17 03:51:59.380 INFO O| Aug 17 03:51:59.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
77922024-08-17T03:52:01.364Z[ recovery-image] Aug 17 03:51:59.380 INFO O| Aug 17 03:51:59.380 INFO STEP 52 (ensure_dir) COMPLETE
77932024-08-17T03:52:01.364Z[ recovery-image] Aug 17 03:51:59.380 INFO O| Aug 17 03:51:59.380 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77942024-08-17T03:52:01.369Z[ recovery-image] Aug 17 03:51:59.389 INFO O| Aug 17 03:51:59.389 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
77952024-08-17T03:52:01.369Z[ recovery-image] Aug 17 03:51:59.389 INFO O| Aug 17 03:51:59.389 INFO copying /tmp/.tmpcPIiuD/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 ...
77962024-08-17T03:52:01.371Z[ recovery-image] Aug 17 03:51:59.390 INFO O| Aug 17 03:51:59.390 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
77972024-08-17T03:52:01.371Z[ recovery-image] Aug 17 03:51:59.390 INFO O| Aug 17 03:51:59.390 INFO ok!
77982024-08-17T03:52:01.371Z[ recovery-image] Aug 17 03:51:59.390 INFO O| Aug 17 03:51:59.390 INFO STEP 53 (ensure_file) COMPLETE
77992024-08-17T03:52:01.371Z[ recovery-image] Aug 17 03:51:59.390 INFO O| Aug 17 03:51:59.390 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78002024-08-17T03:52:01.378Z[ recovery-image] Aug 17 03:51:59.399 INFO O| Aug 17 03:51:59.399 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78012024-08-17T03:52:01.381Z[ recovery-image] Aug 17 03:51:59.399 INFO O| Aug 17 03:51:59.399 INFO copying /tmp/.tmpcPIiuD/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 ...
78022024-08-17T03:52:01.381Z[ recovery-image] Aug 17 03:51:59.399 INFO O| Aug 17 03:51:59.399 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
78032024-08-17T03:52:01.381Z[ recovery-image] Aug 17 03:51:59.399 INFO O| Aug 17 03:51:59.399 INFO ok!
78042024-08-17T03:52:01.381Z[ recovery-image] Aug 17 03:51:59.399 INFO O| Aug 17 03:51:59.399 INFO STEP 54 (ensure_file) COMPLETE
78052024-08-17T03:52:01.381Z[ recovery-image] Aug 17 03:51:59.399 INFO O| Aug 17 03:51:59.399 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78062024-08-17T03:52:01.388Z[ recovery-image] Aug 17 03:51:59.409 INFO O| Aug 17 03:51:59.409 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78072024-08-17T03:52:01.391Z[ recovery-image] Aug 17 03:51:59.409 INFO O| Aug 17 03:51:59.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78082024-08-17T03:52:01.391Z[ recovery-image] Aug 17 03:51:59.409 INFO O| Aug 17 03:51:59.409 INFO STEP 55 (ensure_dir) COMPLETE
78092024-08-17T03:52:01.391Z[ recovery-image] Aug 17 03:51:59.409 INFO O| Aug 17 03:51:59.409 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78102024-08-17T03:52:01.398Z[ recovery-image] Aug 17 03:51:59.419 INFO O| Aug 17 03:51:59.419 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78112024-08-17T03:52:01.401Z[ recovery-image] Aug 17 03:51:59.419 INFO O| Aug 17 03:51:59.419 INFO copying /tmp/.tmpcPIiuD/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 ...
78122024-08-17T03:52:01.401Z[ recovery-image] Aug 17 03:51:59.419 INFO O| Aug 17 03:51:59.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78132024-08-17T03:52:01.401Z[ recovery-image] Aug 17 03:51:59.419 INFO O| Aug 17 03:51:59.419 INFO ok!
78142024-08-17T03:52:01.401Z[ recovery-image] Aug 17 03:51:59.419 INFO O| Aug 17 03:51:59.419 INFO STEP 56 (ensure_file) COMPLETE
78152024-08-17T03:52:01.401Z[ recovery-image] Aug 17 03:51:59.419 INFO O| Aug 17 03:51:59.419 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78162024-08-17T03:52:01.408Z[ recovery-image] Aug 17 03:51:59.429 INFO O| Aug 17 03:51:59.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
78172024-08-17T03:52:01.408Z[ recovery-image] Aug 17 03:51:59.429 INFO O| Aug 17 03:51:59.429 INFO copying /tmp/.tmpcPIiuD/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 ...
78182024-08-17T03:52:01.411Z[ recovery-image] Aug 17 03:51:59.429 INFO O| Aug 17 03:51:59.429 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
78192024-08-17T03:52:01.411Z[ recovery-image] Aug 17 03:51:59.429 INFO O| Aug 17 03:51:59.429 INFO ok!
78202024-08-17T03:52:01.411Z[ recovery-image] Aug 17 03:51:59.429 INFO O| Aug 17 03:51:59.429 INFO STEP 57 (ensure_file) COMPLETE
78212024-08-17T03:52:01.411Z[ recovery-image] Aug 17 03:51:59.429 INFO O| Aug 17 03:51:59.429 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78222024-08-17T03:52:01.417Z[ recovery-image] Aug 17 03:51:59.438 INFO O| Aug 17 03:51:59.438 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78232024-08-17T03:52:01.423Z[ recovery-image] Aug 17 03:51:59.438 INFO O| Aug 17 03:51:59.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
78242024-08-17T03:52:01.423Z[ recovery-image] Aug 17 03:51:59.438 INFO O| Aug 17 03:51:59.438 INFO STEP 58 (ensure_dir) COMPLETE
78252024-08-17T03:52:01.423Z[ recovery-image] Aug 17 03:51:59.438 INFO O| Aug 17 03:51:59.438 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78262024-08-17T03:52:01.428Z[ recovery-image] Aug 17 03:51:59.448 INFO O| Aug 17 03:51:59.448 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
78272024-08-17T03:52:01.428Z[ recovery-image] Aug 17 03:51:59.448 INFO O| Aug 17 03:51:59.448 INFO copying /tmp/.tmpcPIiuD/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 ...
78282024-08-17T03:52:01.432Z[ recovery-image] Aug 17 03:51:59.448 INFO O| Aug 17 03:51:59.448 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
78292024-08-17T03:52:01.432Z[ recovery-image] Aug 17 03:51:59.448 INFO O| Aug 17 03:51:59.448 INFO ok!
78302024-08-17T03:52:01.432Z[ recovery-image] Aug 17 03:51:59.448 INFO O| Aug 17 03:51:59.448 INFO STEP 59 (ensure_file) COMPLETE
78312024-08-17T03:52:01.432Z[ recovery-image] Aug 17 03:51:59.448 INFO O| Aug 17 03:51:59.448 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78322024-08-17T03:52:01.437Z[ recovery-image] Aug 17 03:51:59.458 INFO O| Aug 17 03:51:59.458 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
78332024-08-17T03:52:01.438Z[ recovery-image] Aug 17 03:51:59.458 INFO O| Aug 17 03:51:59.458 INFO copying /tmp/.tmpcPIiuD/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
78342024-08-17T03:52:01.449Z[ recovery-image] Aug 17 03:51:59.458 INFO O| Aug 17 03:51:59.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
78352024-08-17T03:52:01.449Z[ recovery-image] Aug 17 03:51:59.458 INFO O| Aug 17 03:51:59.458 INFO ok!
78362024-08-17T03:52:01.449Z[ recovery-image] Aug 17 03:51:59.458 INFO O| Aug 17 03:51:59.458 INFO STEP 60 (ensure_file) COMPLETE
78372024-08-17T03:52:01.449Z[ recovery-image] Aug 17 03:51:59.458 INFO O| Aug 17 03:51:59.458 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78382024-08-17T03:52:01.453Z[ recovery-image] Aug 17 03:51:59.468 INFO O| Aug 17 03:51:59.468 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
78392024-08-17T03:52:01.453Z[ recovery-image] Aug 17 03:51:59.468 INFO O| Aug 17 03:51:59.468 INFO STEP 61 (ensure_dir) COMPLETE
78402024-08-17T03:52:01.453Z[ recovery-image] Aug 17 03:51:59.468 INFO O| Aug 17 03:51:59.468 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78412024-08-17T03:52:01.457Z[ recovery-image] Aug 17 03:51:59.477 INFO O| Aug 17 03:51:59.477 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
78422024-08-17T03:52:01.457Z[ recovery-image] Aug 17 03:51:59.477 INFO O| Aug 17 03:51:59.477 INFO STEP 62 (ensure_dir) COMPLETE
78432024-08-17T03:52:01.459Z[ recovery-image] Aug 17 03:51:59.477 INFO O| Aug 17 03:51:59.477 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78442024-08-17T03:52:01.466Z[ recovery-image] Aug 17 03:51:59.487 INFO O| Aug 17 03:51:59.487 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
78452024-08-17T03:52:01.466Z[ recovery-image] Aug 17 03:51:59.487 INFO O| Aug 17 03:51:59.487 INFO STEP 63 (ensure_dir) COMPLETE
78462024-08-17T03:52:01.469Z[ recovery-image] Aug 17 03:51:59.487 INFO O| Aug 17 03:51:59.487 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78472024-08-17T03:52:01.482Z[ recovery-image] Aug 17 03:51:59.497 INFO O| Aug 17 03:51:59.496 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
78482024-08-17T03:52:01.483Z[ recovery-image] Aug 17 03:51:59.497 INFO O| Aug 17 03:51:59.497 INFO STEP 64 (ensure_dir) COMPLETE
78492024-08-17T03:52:01.485Z[ recovery-image] Aug 17 03:51:59.497 INFO O| Aug 17 03:51:59.497 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78502024-08-17T03:52:01.488Z[ recovery-image] Aug 17 03:51:59.507 INFO O| Aug 17 03:51:59.507 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
78512024-08-17T03:52:01.488Z[ recovery-image] Aug 17 03:51:59.507 INFO O| Aug 17 03:51:59.507 INFO copying /tmp/.tmpcPIiuD/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
78522024-08-17T03:52:01.488Z[ recovery-image] Aug 17 03:51:59.507 INFO O| Aug 17 03:51:59.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
78532024-08-17T03:52:01.488Z[ recovery-image] Aug 17 03:51:59.507 INFO O| Aug 17 03:51:59.507 INFO ok!
78542024-08-17T03:52:01.488Z[ recovery-image] Aug 17 03:51:59.507 INFO O| Aug 17 03:51:59.507 INFO STEP 65 (ensure_file) COMPLETE
78552024-08-17T03:52:01.488Z[ recovery-image] Aug 17 03:51:59.507 INFO O| Aug 17 03:51:59.507 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78562024-08-17T03:52:01.496Z[ recovery-image] Aug 17 03:51:59.517 INFO O| Aug 17 03:51:59.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
78572024-08-17T03:52:01.498Z[ recovery-image] Aug 17 03:51:59.517 INFO O| Aug 17 03:51:59.517 INFO STEP 66 (remove_files) COMPLETE
78582024-08-17T03:52:01.498Z[ recovery-image] Aug 17 03:51:59.517 INFO O| Aug 17 03:51:59.517 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78592024-08-17T03:52:01.505Z[ recovery-image] Aug 17 03:51:59.526 INFO O| Aug 17 03:51:59.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
78602024-08-17T03:52:01.508Z[ recovery-image] Aug 17 03:51:59.526 INFO O| Aug 17 03:51:59.526 INFO STEP 67 (remove_files) COMPLETE
78612024-08-17T03:52:01.508Z[ recovery-image] Aug 17 03:51:59.526 INFO O| Aug 17 03:51:59.526 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78622024-08-17T03:52:01.515Z[ recovery-image] Aug 17 03:51:59.536 INFO O| Aug 17 03:51:59.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
78632024-08-17T03:52:01.518Z[ recovery-image] Aug 17 03:51:59.536 INFO O| Aug 17 03:51:59.536 INFO STEP 68 (remove_files) COMPLETE
78642024-08-17T03:52:01.518Z[ recovery-image] Aug 17 03:51:59.536 INFO O| Aug 17 03:51:59.536 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78652024-08-17T03:52:01.525Z[ recovery-image] Aug 17 03:51:59.545 INFO O| Aug 17 03:51:59.545 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
78662024-08-17T03:52:01.528Z[ recovery-image] Aug 17 03:51:59.546 INFO O| Aug 17 03:51:59.546 INFO STEP 69 (remove_files) COMPLETE
78672024-08-17T03:52:01.528Z[ recovery-image] Aug 17 03:51:59.546 INFO O| Aug 17 03:51:59.546 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78682024-08-17T03:52:01.534Z[ recovery-image] Aug 17 03:51:59.555 INFO O| Aug 17 03:51:59.555 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
78692024-08-17T03:52:01.537Z[ recovery-image] Aug 17 03:51:59.555 INFO O| Aug 17 03:51:59.555 INFO STEP 70 (remove_files) COMPLETE
78702024-08-17T03:52:01.537Z[ recovery-image] Aug 17 03:51:59.555 INFO O| Aug 17 03:51:59.555 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78712024-08-17T03:52:01.544Z[ recovery-image] Aug 17 03:51:59.565 INFO O| Aug 17 03:51:59.565 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
78722024-08-17T03:52:01.547Z[ recovery-image] Aug 17 03:51:59.565 INFO O| Aug 17 03:51:59.565 INFO STEP 71 (remove_files) COMPLETE
78732024-08-17T03:52:01.547Z[ recovery-image] Aug 17 03:51:59.565 INFO O| Aug 17 03:51:59.565 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78742024-08-17T03:52:01.554Z[ recovery-image] Aug 17 03:51:59.574 INFO O| Aug 17 03:51:59.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
78752024-08-17T03:52:01.554Z[ recovery-image] Aug 17 03:51:59.574 INFO O| Aug 17 03:51:59.574 INFO STEP 72 (remove_files) COMPLETE
78762024-08-17T03:52:01.557Z[ recovery-image] Aug 17 03:51:59.574 INFO O| Aug 17 03:51:59.574 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78772024-08-17T03:52:01.566Z[ recovery-image] Aug 17 03:51:59.584 INFO O| Aug 17 03:51:59.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
78782024-08-17T03:52:01.566Z[ recovery-image] Aug 17 03:51:59.584 INFO O| Aug 17 03:51:59.584 INFO STEP 73 (remove_files) COMPLETE
78792024-08-17T03:52:01.566Z[ recovery-image] Aug 17 03:51:59.584 INFO O| Aug 17 03:51:59.584 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78802024-08-17T03:52:01.576Z[ recovery-image] Aug 17 03:51:59.593 INFO O| Aug 17 03:51:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
78812024-08-17T03:52:01.576Z[ recovery-image] Aug 17 03:51:59.593 INFO O| Aug 17 03:51:59.593 INFO STEP 74 (remove_files) COMPLETE
78822024-08-17T03:52:01.580Z[ recovery-image] Aug 17 03:51:59.593 INFO O| Aug 17 03:51:59.593 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78832024-08-17T03:52:01.584Z[ recovery-image] Aug 17 03:51:59.603 INFO O| Aug 17 03:51:59.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
78842024-08-17T03:52:01.584Z[ recovery-image] Aug 17 03:51:59.603 INFO O| Aug 17 03:51:59.603 INFO STEP 75 (remove_files) COMPLETE
78852024-08-17T03:52:01.584Z[ recovery-image] Aug 17 03:51:59.603 INFO O| Aug 17 03:51:59.603 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78862024-08-17T03:52:01.591Z[ recovery-image] Aug 17 03:51:59.612 INFO O| Aug 17 03:51:59.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
78872024-08-17T03:52:01.592Z[ recovery-image] Aug 17 03:51:59.612 INFO O| Aug 17 03:51:59.612 INFO STEP 76 (remove_files) COMPLETE
78882024-08-17T03:52:01.594Z[ recovery-image] Aug 17 03:51:59.612 INFO O| Aug 17 03:51:59.612 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78892024-08-17T03:52:01.601Z[ recovery-image] Aug 17 03:51:59.621 INFO O| Aug 17 03:51:59.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
78902024-08-17T03:52:01.604Z[ recovery-image] Aug 17 03:51:59.622 INFO O| Aug 17 03:51:59.621 INFO STEP 77 (remove_files) COMPLETE
78912024-08-17T03:52:01.604Z[ recovery-image] Aug 17 03:51:59.622 INFO O| Aug 17 03:51:59.622 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78922024-08-17T03:52:01.610Z[ recovery-image] Aug 17 03:51:59.631 INFO O| Aug 17 03:51:59.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
78932024-08-17T03:52:01.610Z[ recovery-image] Aug 17 03:51:59.631 INFO O| Aug 17 03:51:59.631 INFO STEP 78 (remove_files) COMPLETE
78942024-08-17T03:52:01.613Z[ recovery-image] Aug 17 03:51:59.631 INFO O| Aug 17 03:51:59.631 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78952024-08-17T03:52:01.622Z[ recovery-image] Aug 17 03:51:59.641 INFO O| Aug 17 03:51:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
78962024-08-17T03:52:01.622Z[ recovery-image] Aug 17 03:51:59.641 INFO O| Aug 17 03:51:59.641 INFO STEP 79 (remove_files) COMPLETE
78972024-08-17T03:52:01.626Z[ recovery-image] Aug 17 03:51:59.641 INFO O| Aug 17 03:51:59.641 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78982024-08-17T03:52:01.629Z[ recovery-image] Aug 17 03:51:59.650 INFO O| Aug 17 03:51:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
78992024-08-17T03:52:01.630Z[ recovery-image] Aug 17 03:51:59.650 INFO O| Aug 17 03:51:59.650 INFO STEP 80 (remove_files) COMPLETE
79002024-08-17T03:52:01.633Z[ recovery-image] Aug 17 03:51:59.650 INFO O| Aug 17 03:51:59.650 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79012024-08-17T03:52:01.639Z[ recovery-image] Aug 17 03:51:59.660 INFO O| Aug 17 03:51:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79022024-08-17T03:52:01.647Z[ recovery-image] Aug 17 03:51:59.660 INFO O| Aug 17 03:51:59.660 INFO STEP 81 (remove_files) COMPLETE
79032024-08-17T03:52:01.647Z[ recovery-image] Aug 17 03:51:59.660 INFO O| Aug 17 03:51:59.660 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79042024-08-17T03:52:01.655Z[ recovery-image] Aug 17 03:51:59.669 INFO O| Aug 17 03:51:59.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79052024-08-17T03:52:01.655Z[ recovery-image] Aug 17 03:51:59.669 INFO O| Aug 17 03:51:59.669 INFO STEP 82 (remove_files) COMPLETE
79062024-08-17T03:52:01.655Z[ recovery-image] Aug 17 03:51:59.669 INFO O| Aug 17 03:51:59.669 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79072024-08-17T03:52:01.679Z[ recovery-image] Aug 17 03:51:59.679 INFO O| Aug 17 03:51:59.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79082024-08-17T03:52:01.679Z[ recovery-image] Aug 17 03:51:59.679 INFO O| Aug 17 03:51:59.679 INFO STEP 83 (remove_files) COMPLETE
79092024-08-17T03:52:01.679Z[ recovery-image] Aug 17 03:51:59.679 INFO O| Aug 17 03:51:59.679 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79102024-08-17T03:52:01.679Z[ recovery-image] Aug 17 03:51:59.688 INFO O| Aug 17 03:51:59.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79112024-08-17T03:52:01.679Z[ recovery-image] Aug 17 03:51:59.688 INFO O| Aug 17 03:51:59.688 INFO STEP 84 (remove_files) COMPLETE
79122024-08-17T03:52:01.680Z[ recovery-image] Aug 17 03:51:59.689 INFO O| Aug 17 03:51:59.688 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79132024-08-17T03:52:01.686Z[ recovery-image] Aug 17 03:51:59.698 INFO O| Aug 17 03:51:59.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79142024-08-17T03:52:01.686Z[ recovery-image] Aug 17 03:51:59.698 INFO O| Aug 17 03:51:59.698 INFO STEP 85 (remove_files) COMPLETE
79152024-08-17T03:52:01.686Z[ recovery-image] Aug 17 03:51:59.698 INFO O| Aug 17 03:51:59.698 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79162024-08-17T03:52:01.697Z[ recovery-image] Aug 17 03:51:59.707 INFO O| Aug 17 03:51:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
79172024-08-17T03:52:01.697Z[ recovery-image] Aug 17 03:51:59.708 INFO O| Aug 17 03:51:59.708 INFO STEP 86 (remove_files) COMPLETE
79182024-08-17T03:52:01.698Z[ recovery-image] Aug 17 03:51:59.708 INFO O| Aug 17 03:51:59.708 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79192024-08-17T03:52:01.703Z[ recovery-image] Aug 17 03:51:59.717 INFO O| Aug 17 03:51:59.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
79202024-08-17T03:52:01.703Z[ recovery-image] Aug 17 03:51:59.717 INFO O| Aug 17 03:51:59.717 INFO STEP 87 (remove_files) COMPLETE
79212024-08-17T03:52:01.703Z[ recovery-image] Aug 17 03:51:59.717 INFO O| Aug 17 03:51:59.717 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79222024-08-17T03:52:01.706Z[ recovery-image] Aug 17 03:51:59.727 INFO O| Aug 17 03:51:59.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
79232024-08-17T03:52:01.710Z[ recovery-image] Aug 17 03:51:59.727 INFO O| Aug 17 03:51:59.727 INFO STEP 88 (remove_files) COMPLETE
79242024-08-17T03:52:01.710Z[ recovery-image] Aug 17 03:51:59.727 INFO O| Aug 17 03:51:59.727 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79252024-08-17T03:52:01.716Z[ recovery-image] Aug 17 03:51:59.736 INFO O| Aug 17 03:51:59.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
79262024-08-17T03:52:01.716Z[ recovery-image] Aug 17 03:51:59.736 INFO O| Aug 17 03:51:59.736 INFO STEP 89 (remove_files) COMPLETE
79272024-08-17T03:52:01.716Z[ recovery-image] Aug 17 03:51:59.736 INFO O| Aug 17 03:51:59.736 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79282024-08-17T03:52:01.725Z[ recovery-image] Aug 17 03:51:59.746 INFO O| Aug 17 03:51:59.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
79292024-08-17T03:52:01.725Z[ recovery-image] Aug 17 03:51:59.746 INFO O| Aug 17 03:51:59.746 INFO STEP 90 (remove_files) COMPLETE
79302024-08-17T03:52:01.728Z[ recovery-image] Aug 17 03:51:59.746 INFO O| Aug 17 03:51:59.746 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79312024-08-17T03:52:01.735Z[ recovery-image] Aug 17 03:51:59.756 INFO O| Aug 17 03:51:59.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
79322024-08-17T03:52:01.739Z[ recovery-image] Aug 17 03:51:59.756 INFO O| Aug 17 03:51:59.756 INFO STEP 91 (remove_files) COMPLETE
79332024-08-17T03:52:01.739Z[ recovery-image] Aug 17 03:51:59.756 INFO O| Aug 17 03:51:59.756 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79342024-08-17T03:52:01.747Z[ recovery-image] Aug 17 03:51:59.765 INFO O| Aug 17 03:51:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
79352024-08-17T03:52:01.750Z[ recovery-image] Aug 17 03:51:59.765 INFO O| Aug 17 03:51:59.765 INFO STEP 92 (remove_files) COMPLETE
79362024-08-17T03:52:01.750Z[ recovery-image] Aug 17 03:51:59.766 INFO O| Aug 17 03:51:59.765 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79372024-08-17T03:52:01.755Z[ recovery-image] Aug 17 03:51:59.775 INFO O| Aug 17 03:51:59.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
79382024-08-17T03:52:01.759Z[ recovery-image] Aug 17 03:51:59.775 INFO O| Aug 17 03:51:59.775 INFO STEP 93 (remove_files) COMPLETE
79392024-08-17T03:52:01.759Z[ recovery-image] Aug 17 03:51:59.775 INFO O| Aug 17 03:51:59.775 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-17T03:52:01.764Z[ recovery-image] Aug 17 03:51:59.785 INFO O| Aug 17 03:51:59.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
79412024-08-17T03:52:01.764Z[ recovery-image] Aug 17 03:51:59.785 INFO O| Aug 17 03:51:59.785 INFO STEP 94 (remove_files) COMPLETE
79422024-08-17T03:52:01.766Z[ recovery-image] Aug 17 03:51:59.785 INFO O| Aug 17 03:51:59.785 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79432024-08-17T03:52:01.779Z[ recovery-image] Aug 17 03:51:59.799 INFO O| Aug 17 03:51:59.799 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
79442024-08-17T03:52:01.783Z[ recovery-image] Aug 17 03:51:59.799 INFO O| Aug 17 03:51:59.799 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
79452024-08-17T03:52:04.860Z[ host-image] Aug 17 03:52:02.880 INFO O| Aug 17 03:52:02.880 INFO O| Download: 21647/22727 items 180.5/196.4MB 91% complete (482k/s)
79462024-08-17T03:52:08.372Z[ recovery-image] Aug 17 03:52:06.391 INFO O| Aug 17 03:52:06.391 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
79472024-08-17T03:52:08.372Z[ recovery-image] Aug 17 03:52:06.391 INFO O| Aug 17 03:52:06.391 INFO E| svccfg: Loaded 67 smf(7) service descriptions
79482024-08-17T03:52:08.385Z[ recovery-image] Aug 17 03:52:06.404 INFO O| Aug 17 03:52:06.404 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
79492024-08-17T03:52:08.458Z[ recovery-image] Aug 17 03:52:06.478 INFO O| Aug 17 03:52:06.478 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
79502024-08-17T03:52:08.458Z[ recovery-image] Aug 17 03:52:06.478 INFO O| Aug 17 03:52:06.478 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 ...
79512024-08-17T03:52:08.462Z[ recovery-image] Aug 17 03:52:06.479 INFO O| Aug 17 03:52:06.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
79522024-08-17T03:52:08.462Z[ recovery-image] Aug 17 03:52:06.479 INFO O| Aug 17 03:52:06.479 INFO ok!
79532024-08-17T03:52:08.462Z[ recovery-image] Aug 17 03:52:06.479 INFO O| Aug 17 03:52:06.479 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
79542024-08-17T03:52:08.462Z[ recovery-image] Aug 17 03:52:06.479 INFO O| Aug 17 03:52:06.479 INFO STEP 95 (seed_smf) COMPLETE
79552024-08-17T03:52:08.462Z[ recovery-image] Aug 17 03:52:06.479 INFO O| Aug 17 03:52:06.479 INFO steps complete; finalising image!
79562024-08-17T03:52:08.462Z[ recovery-image] Aug 17 03:52:06.479 INFO O| Aug 17 03:52:06.479 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
79572024-08-17T03:52:08.487Z[ recovery-image] Aug 17 03:52:06.506 INFO O| Aug 17 03:52:06.506 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Sat Aug 17 03:52:06 2024)
79582024-08-17T03:52:08.697Z[ recovery-image] Aug 17 03:52:06.715 INFO O| Aug 17 03:52:06.715 INFO trim TEMPORARY-gimlet-zfs-recovery: (74% trimmed, started at Sat Aug 17 03:52:06 2024)
79592024-08-17T03:52:08.917Z[ recovery-image] Aug 17 03:52:06.937 INFO O| Aug 17 03:52:06.937 INFO temporary pool has 400M used, 1.36G avail, 1.00x compressratio
79602024-08-17T03:52:08.917Z[ recovery-image] Aug 17 03:52:06.937 INFO O| Aug 17 03:52:06.937 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
79612024-08-17T03:52:09.114Z[ recovery-image] Aug 17 03:52:07.133 INFO O| Aug 17 03:52:07.133 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
79622024-08-17T03:52:09.114Z[ recovery-image] Aug 17 03:52:07.133 INFO O| Aug 17 03:52:07.133 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
79632024-08-17T03:52:10.748Z[ host-image] Aug 17 03:52:08.767 INFO O| Aug 17 03:52:08.767 INFO O| Download: 21902/22727 items 188.4/196.4MB 95% complete (819k/s)
79642024-08-17T03:52:12.005Z[ recovery-image] Aug 17 03:52:10.024 INFO O| Aug 17 03:52:10.024 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79652024-08-17T03:52:12.005Z[ recovery-image] Aug 17 03:52:10.024 INFO O| Aug 17 03:52:10.024 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79662024-08-17T03:52:12.008Z[ recovery-image] Aug 17 03:52:10.024 INFO O| Aug 17 03:52:10.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
79672024-08-17T03:52:12.008Z[ recovery-image] Aug 17 03:52:10.024 INFO O| Aug 17 03:52:10.024 INFO completed processing gimlet/zfs-recovery
79682024-08-17T03:52:12.008Z[ recovery-image] Aug 17 03:52:10.024 INFO O| Aug 17 03:52:10.024 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79692024-08-17T03:52:12.437Z[ recovery-image] Aug 17 03:52:10.455 INFO O| Aug 17 03:52:10.455 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79702024-08-17T03:52:12.530Z[ recovery-image] Aug 17 03:52:10.549 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
79712024-08-17T03:52:12.532Z[ recovery-image] Aug 17 03:52:10.549 INFO expanded image name: "recovery da2e79e/${os_short_commit} 2024-08-17 03:26" -> "recovery da2e79e/f449ff4 2024-08-17 03:26"
79722024-08-17T03:52:12.532Z[ recovery-image] Aug 17 03:52:10.549 INFO output artefacts stored in: "/work/os-recovery"
79732024-08-17T03:52:12.532Z[ recovery-image] Aug 17 03:52:10.549 INFO collecting git info from project "pilot"...
79742024-08-17T03:52:12.541Z[ recovery-image] Aug 17 03:52:10.560 INFO collecting git info from project "chelsio-t6-roms"...
79752024-08-17T03:52:12.563Z[ recovery-image] Aug 17 03:52:10.581 INFO collecting git info from project "pinprick"...
79762024-08-17T03:52:12.568Z[ recovery-image] Aug 17 03:52:10.586 INFO collecting git info from project "amd-host-image-builder"...
79772024-08-17T03:52:12.802Z[ recovery-image] Aug 17 03:52:10.821 INFO collecting git info from project "amd-firmware"...
79782024-08-17T03:52:13.022Z[ recovery-image] Aug 17 03:52:11.040 INFO collecting git info from project "image-builder"...
79792024-08-17T03:52:13.028Z[ recovery-image] Aug 17 03:52:11.047 INFO collecting git info from project "bootserver"...
79802024-08-17T03:52:13.034Z[ recovery-image] Aug 17 03:52:11.053 INFO collecting git info from project "phbl"...
79812024-08-17T03:52:13.044Z[ recovery-image] Aug 17 03:52:11.059 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
79822024-08-17T03:52:13.408Z[ recovery-image] Aug 17 03:52:11.425 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
79832024-08-17T03:52:13.747Z[ recovery-image] Aug 17 03:52:11.766 INFO creating Oxide boot image...
79842024-08-17T03:52:13.747Z[ recovery-image] Aug 17 03:52:11.766 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery da2e79e/f449ff4 2024-08-17 03:26", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
79852024-08-17T03:52:16.161Z[ host-image] Aug 17 03:52:14.179 INFO O| Aug 17 03:52:14.178 INFO O| Download: 21979/22727 items 189.2/196.4MB 96% complete (748k/s)
79862024-08-17T03:52:19.411Z[ host-image] Aug 17 03:52:17.428 INFO O| Aug 17 03:52:17.428 INFO O| Download: Completed 196.39 MB in 260.41 seconds (770k/s)
79872024-08-17T03:52:20.131Z[ host-image] Aug 17 03:52:18.148 INFO O| Aug 17 03:52:18.148 INFO O| Actions: 1/49260 actions (Installing new actions)
79882024-08-17T03:52:25.132Z[ host-image] Aug 17 03:52:23.149 INFO O| Aug 17 03:52:23.149 INFO O| Actions: 13295/49260 actions (Installing new actions)
79892024-08-17T03:52:30.134Z[ host-image] Aug 17 03:52:28.149 INFO O| Aug 17 03:52:28.149 INFO O| Actions: 26650/49260 actions (Installing new actions)
79902024-08-17T03:52:33.595Z[ host-image] Aug 17 03:52:31.609 INFO O| Aug 17 03:52:31.609 INFO O| Actions: Completed 49260 actions in 13.46 seconds.
79912024-08-17T03:52:33.855Z[ host-image] Aug 17 03:52:31.870 INFO O| Aug 17 03:52:31.870 INFO O| Done
79922024-08-17T03:52:33.857Z[ host-image] Aug 17 03:52:31.870 INFO O| Aug 17 03:52:31.870 INFO O| Done
79932024-08-17T03:52:34.306Z[ host-image] Aug 17 03:52:32.321 INFO O| Aug 17 03:52:32.321 INFO O| Done
79942024-08-17T03:52:35.336Z[ host-image] Aug 17 03:52:33.351 INFO O| Aug 17 03:52:33.351 INFO O| Done
79952024-08-17T03:52:35.356Z[ host-image] Aug 17 03:52:33.371 INFO O| Aug 17 03:52:33.371 INFO O| Done
79962024-08-17T03:52:41.782Z[ host-image] Aug 17 03:52:39.796 INFO O| Aug 17 03:52:39.796 INFO O| Done
79972024-08-17T03:52:42.223Z[ host-image] Aug 17 03:52:40.237 INFO O| Aug 17 03:52:40.236 INFO O| Done
79982024-08-17T03:52:42.409Z[ host-image] Aug 17 03:52:40.423 INFO O| Aug 17 03:52:40.423 INFO STEP 11 (pkg_install) COMPLETE
79992024-08-17T03:52:42.410Z[ host-image] Aug 17 03:52:40.423 INFO O| Aug 17 03:52:40.423 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80002024-08-17T03:52:42.421Z[ host-image] Aug 17 03:52:40.434 INFO O| Aug 17 03:52:40.434 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
80012024-08-17T03:52:42.932Z[ host-image] Aug 17 03:52:40.945 INFO O| Aug 17 03:52:40.945 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80022024-08-17T03:52:44.499Z[ host-image] Aug 17 03:52:42.512 INFO O| Aug 17 03:52:42.512 INFO O| Planning: Solver setup ... Done
80032024-08-17T03:52:44.502Z[ host-image] Aug 17 03:52:42.516 INFO O| Aug 17 03:52:42.516 INFO O| Planning: Running solver ... Done
80042024-08-17T03:52:44.541Z[ host-image] Aug 17 03:52:42.554 INFO O| Aug 17 03:52:42.554 INFO O| Planning: Finding local manifests ... Done
80052024-08-17T03:52:44.544Z[ host-image] Aug 17 03:52:42.555 INFO O| Aug 17 03:52:42.555 INFO O| Planning: Fetching manifests: 0/4 0% complete
80062024-08-17T03:52:44.629Z[ host-image] Aug 17 03:52:42.643 INFO O| Aug 17 03:52:42.643 INFO O| Planning: Fetching manifests: 4/4 100% complete
80072024-08-17T03:52:44.653Z[ host-image] Aug 17 03:52:42.665 INFO O| Aug 17 03:52:42.665 INFO O| Planning: Package planning ... Done
80082024-08-17T03:52:44.655Z[ host-image] Aug 17 03:52:42.668 INFO O| Aug 17 03:52:42.668 INFO O| Planning: Merging actions ... Done
80092024-08-17T03:52:44.732Z[ host-image] Aug 17 03:52:42.745 INFO O| Aug 17 03:52:42.745 INFO O| Planning: Checking for conflicting actions ... Done
80102024-08-17T03:52:44.734Z[ host-image] Aug 17 03:52:42.746 INFO O| Aug 17 03:52:42.746 INFO O| Planning: Consolidating action changes ... Done
80112024-08-17T03:52:44.900Z[ host-image] Aug 17 03:52:42.913 INFO O| Aug 17 03:52:42.913 INFO O| Planning: Evaluating mediators ... Done
80122024-08-17T03:52:44.902Z[ host-image] Aug 17 03:52:42.914 INFO O| Aug 17 03:52:42.914 INFO O| Planning: Planning completed in 1.97 seconds
80132024-08-17T03:52:44.905Z[ host-image] Aug 17 03:52:42.916 INFO O| Aug 17 03:52:42.916 INFO O| Packages to install: 4
80142024-08-17T03:52:44.905Z[ host-image] Aug 17 03:52:42.916 INFO O| Aug 17 03:52:42.916 INFO O| Services to change: 2
80152024-08-17T03:52:44.914Z[ host-image] Aug 17 03:52:42.926 INFO O| Aug 17 03:52:42.926 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
80162024-08-17T03:52:45.914Z[ host-image] Aug 17 03:52:43.926 INFO O| Aug 17 03:52:43.926 INFO O| Download: Completed 1.39 MB in 1.00 seconds (1.4M/s)
80172024-08-17T03:52:45.937Z[ host-image] Aug 17 03:52:43.950 INFO O| Aug 17 03:52:43.950 INFO O| Actions: 1/238 actions (Installing new actions)
80182024-08-17T03:52:46.077Z[ host-image] Aug 17 03:52:44.090 INFO O| Aug 17 03:52:44.089 INFO O| Actions: Completed 238 actions in 0.14 seconds.
80192024-08-17T03:52:46.241Z[ host-image] Aug 17 03:52:44.254 INFO O| Aug 17 03:52:44.254 INFO O| Done
80202024-08-17T03:52:46.241Z[ host-image] Aug 17 03:52:44.254 INFO O| Aug 17 03:52:44.254 INFO O| Done
80212024-08-17T03:52:46.587Z[ host-image] Aug 17 03:52:44.599 INFO O| Aug 17 03:52:44.599 INFO O| Done
80222024-08-17T03:52:47.705Z[ host-image] Aug 17 03:52:45.717 INFO O| Aug 17 03:52:45.717 INFO O| Done
80232024-08-17T03:52:47.727Z[ host-image] Aug 17 03:52:45.739 INFO O| Aug 17 03:52:45.739 INFO O| Done
80242024-08-17T03:52:47.727Z[ host-image] Aug 17 03:52:45.739 INFO O| Aug 17 03:52:45.739 INFO O| Done
80252024-08-17T03:52:47.741Z[ host-image] Aug 17 03:52:45.753 INFO O| Aug 17 03:52:45.753 INFO O| Done
80262024-08-17T03:52:47.830Z[ host-image] Aug 17 03:52:45.843 INFO O| Aug 17 03:52:45.842 INFO STEP 12 (pkg_install) COMPLETE
80272024-08-17T03:52:47.830Z[ host-image] Aug 17 03:52:45.843 INFO O| Aug 17 03:52:45.843 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80282024-08-17T03:52:47.841Z[ host-image] Aug 17 03:52:45.854 INFO O| Aug 17 03:52:45.854 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
80292024-08-17T03:52:48.269Z[ host-image] Aug 17 03:52:46.281 INFO O| Aug 17 03:52:46.281 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80302024-08-17T03:52:49.684Z[ host-image] Aug 17 03:52:47.697 INFO O| Aug 17 03:52:47.697 INFO O| Planning: Solver setup ... Done
80312024-08-17T03:52:49.688Z[ host-image] Aug 17 03:52:47.700 INFO O| Aug 17 03:52:47.700 INFO O| Planning: Running solver ... Done
80322024-08-17T03:52:49.725Z[ host-image] Aug 17 03:52:47.737 INFO O| Aug 17 03:52:47.737 INFO O| Planning: Finding local manifests ... Done
80332024-08-17T03:52:49.727Z[ host-image] Aug 17 03:52:47.738 INFO O| Aug 17 03:52:47.738 INFO O| Planning: Fetching manifests: 0/6 0% complete
80342024-08-17T03:52:49.858Z[ host-image] Aug 17 03:52:47.870 INFO O| Aug 17 03:52:47.870 INFO O| Planning: Fetching manifests: 6/6 100% complete
80352024-08-17T03:52:49.889Z[ host-image] Aug 17 03:52:47.902 INFO O| Aug 17 03:52:47.901 INFO O| Planning: Package planning ... Done
80362024-08-17T03:52:49.908Z[ host-image] Aug 17 03:52:47.920 INFO O| Aug 17 03:52:47.920 INFO O| Planning: Merging actions ... Done
80372024-08-17T03:52:49.980Z[ host-image] Aug 17 03:52:47.993 INFO O| Aug 17 03:52:47.992 INFO O| Planning: Checking for conflicting actions ... Done
80382024-08-17T03:52:49.984Z[ host-image] Aug 17 03:52:47.996 INFO O| Aug 17 03:52:47.996 INFO O| Planning: Consolidating action changes ... Done
80392024-08-17T03:52:50.158Z[ host-image] Aug 17 03:52:48.170 INFO O| Aug 17 03:52:48.170 INFO O| Planning: Evaluating mediators ... Done
80402024-08-17T03:52:50.161Z[ host-image] Aug 17 03:52:48.173 INFO O| Aug 17 03:52:48.173 INFO O| Planning: Planning completed in 1.89 seconds
80412024-08-17T03:52:50.163Z[ host-image] Aug 17 03:52:48.174 INFO O| Aug 17 03:52:48.174 INFO O| Packages to install: 6
80422024-08-17T03:52:50.163Z[ host-image] Aug 17 03:52:48.174 INFO O| Aug 17 03:52:48.174 INFO O| Mediators to change: 1
80432024-08-17T03:52:50.163Z[ host-image] Aug 17 03:52:48.174 INFO O| Aug 17 03:52:48.174 INFO O| Services to change: 1
80442024-08-17T03:52:50.174Z[ host-image] Aug 17 03:52:48.186 INFO O| Aug 17 03:52:48.186 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
80452024-08-17T03:52:54.646Z[ host-image] Aug 17 03:52:52.657 INFO O| Aug 17 03:52:52.657 INFO O| Download: Completed 8.42 MB in 4.47 seconds (1.9M/s)
80462024-08-17T03:52:54.697Z[ host-image] Aug 17 03:52:52.708 INFO O| Aug 17 03:52:52.708 INFO O| Actions: 1/1361 actions (Installing new actions)
80472024-08-17T03:52:55.101Z[ host-image] Aug 17 03:52:53.112 INFO O| Aug 17 03:52:53.112 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
80482024-08-17T03:52:55.328Z[ host-image] Aug 17 03:52:53.339 INFO O| Aug 17 03:52:53.339 INFO O| Done
80492024-08-17T03:52:55.329Z[ host-image] Aug 17 03:52:53.339 INFO O| Aug 17 03:52:53.339 INFO O| Done
80502024-08-17T03:52:55.671Z[ host-image] Aug 17 03:52:53.682 INFO O| Aug 17 03:52:53.682 INFO O| Done
80512024-08-17T03:52:56.797Z[ host-image] Aug 17 03:52:54.808 INFO O| Aug 17 03:52:54.808 INFO O| Done
80522024-08-17T03:52:56.820Z[ host-image] Aug 17 03:52:54.831 INFO O| Aug 17 03:52:54.831 INFO O| Done
80532024-08-17T03:52:56.820Z[ host-image] Aug 17 03:52:54.831 INFO O| Aug 17 03:52:54.831 INFO O| Done
80542024-08-17T03:52:56.859Z[ host-image] Aug 17 03:52:54.870 INFO O| Aug 17 03:52:54.870 INFO O| Done
80552024-08-17T03:52:56.946Z[ host-image] Aug 17 03:52:54.957 INFO O| Aug 17 03:52:54.957 INFO STEP 13 (pkg_install) COMPLETE
80562024-08-17T03:52:56.946Z[ host-image] Aug 17 03:52:54.957 INFO O| Aug 17 03:52:54.957 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80572024-08-17T03:52:56.957Z[ host-image] Aug 17 03:52:54.968 INFO O| Aug 17 03:52:54.968 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
80582024-08-17T03:52:57.384Z[ host-image] Aug 17 03:52:55.395 INFO O| Aug 17 03:52:55.395 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80592024-08-17T03:52:58.806Z[ host-image] Aug 17 03:52:56.816 INFO O| Aug 17 03:52:56.816 INFO O| Planning: Solver setup ... Done
80602024-08-17T03:52:58.809Z[ host-image] Aug 17 03:52:56.820 INFO O| Aug 17 03:52:56.820 INFO O| Planning: Running solver ... Done
80612024-08-17T03:52:58.847Z[ host-image] Aug 17 03:52:56.857 INFO O| Aug 17 03:52:56.857 INFO O| Planning: Finding local manifests ... Done
80622024-08-17T03:52:58.849Z[ host-image] Aug 17 03:52:56.858 INFO O| Aug 17 03:52:56.858 INFO O| Planning: Fetching manifests: 0/1 0% complete
80632024-08-17T03:52:58.911Z[ host-image] Aug 17 03:52:56.921 INFO O| Aug 17 03:52:56.921 INFO O| Planning: Fetching manifests: 1/1 100% complete
80642024-08-17T03:52:58.928Z[ host-image] Aug 17 03:52:56.939 INFO O| Aug 17 03:52:56.939 INFO O| Planning: Package planning ... Done
80652024-08-17T03:52:58.930Z[ host-image] Aug 17 03:52:56.939 INFO O| Aug 17 03:52:56.939 INFO O| Planning: Merging actions ... Done
80662024-08-17T03:52:58.988Z[ host-image] Aug 17 03:52:56.999 INFO O| Aug 17 03:52:56.999 INFO O| Planning: Checking for conflicting actions ... Done
80672024-08-17T03:52:58.990Z[ host-image] Aug 17 03:52:56.999 INFO O| Aug 17 03:52:56.999 INFO O| Planning: Consolidating action changes ... Done
80682024-08-17T03:52:59.158Z[ host-image] Aug 17 03:52:57.169 INFO O| Aug 17 03:52:57.169 INFO O| Planning: Evaluating mediators ... Done
80692024-08-17T03:52:59.162Z[ host-image] Aug 17 03:52:57.169 INFO O| Aug 17 03:52:57.169 INFO O| Planning: Planning completed in 1.77 seconds
80702024-08-17T03:52:59.163Z[ host-image] Aug 17 03:52:57.171 INFO O| Aug 17 03:52:57.170 INFO O| Packages to install: 1
80712024-08-17T03:52:59.175Z[ host-image] Aug 17 03:52:57.181 INFO O| Aug 17 03:52:57.181 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
80722024-08-17T03:52:59.522Z[ host-image] Aug 17 03:52:57.533 INFO O| Aug 17 03:52:57.533 INFO O| Download: Completed 20.86 MB in 0.35 seconds (59.2M/s)
80732024-08-17T03:52:59.551Z[ host-image] Aug 17 03:52:57.555 INFO O| Aug 17 03:52:57.555 INFO O| Actions: 1/22 actions (Installing new actions)
80742024-08-17T03:53:00.039Z[ host-image] Aug 17 03:52:58.049 INFO O| Aug 17 03:52:58.049 INFO O| Actions: Completed 22 actions in 0.49 seconds.
80752024-08-17T03:53:00.269Z[ host-image] Aug 17 03:52:58.280 INFO O| Aug 17 03:52:58.279 INFO O| Done
80762024-08-17T03:53:00.269Z[ host-image] Aug 17 03:52:58.280 INFO O| Aug 17 03:52:58.279 INFO O| Done
80772024-08-17T03:53:00.610Z[ host-image] Aug 17 03:52:58.620 INFO O| Aug 17 03:52:58.620 INFO O| Done
80782024-08-17T03:53:01.720Z[ host-image] Aug 17 03:52:59.730 INFO O| Aug 17 03:52:59.730 INFO O| Done
80792024-08-17T03:53:01.743Z[ host-image] Aug 17 03:52:59.753 INFO O| Aug 17 03:52:59.753 INFO O| Done
80802024-08-17T03:53:01.745Z[ host-image] Aug 17 03:52:59.753 INFO O| Aug 17 03:52:59.753 INFO O| Done
80812024-08-17T03:53:01.753Z[ host-image] Aug 17 03:52:59.763 INFO O| Aug 17 03:52:59.763 INFO O| Done
80822024-08-17T03:53:01.842Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO STEP 14 (pkg_install) COMPLETE
80832024-08-17T03:53:01.842Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80842024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO skip step because feature "mfg" is not enabled
80852024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80862024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO skip step because feature "compliance" is not enabled
80872024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80882024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO skip step because feature "stress" is not enabled
80892024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80902024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO skip step because feature "nfs" is not enabled
80912024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80922024-08-17T03:53:01.846Z[ host-image] Aug 17 03:52:59.852 INFO O| Aug 17 03:52:59.852 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80932024-08-17T03:53:01.911Z[ host-image] Aug 17 03:52:59.921 INFO O| Aug 17 03:52:59.921 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80942024-08-17T03:53:01.986Z[ host-image] Aug 17 03:52:59.996 INFO O| Aug 17 03:52:59.995 INFO completed processing gimlet/ramdisk-01-os
80952024-08-17T03:53:01.988Z[ host-image] Aug 17 03:52:59.998 INFO omicron1 baseline generation...
80962024-08-17T03:53:01.988Z[ host-image] Aug 17 03:52:59.998 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80972024-08-17T03:53:02.357Z[ host-image] Aug 17 03:53:00.367 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z
80982024-08-17T03:53:04.738Z[ recovery-image] Aug 17 03:53:02.748 INFO O| ok, image written!
80992024-08-17T03:53:04.738Z[ recovery-image] Aug 17 03:53:02.748 INFO O| ok, boot_image_csum file written!
81002024-08-17T03:53:04.741Z[ recovery-image] Aug 17 03:53:02.751 INFO creating boot archive (CPIO)...
81012024-08-17T03:53:04.741Z[ recovery-image] Aug 17 03:53:02.751 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
81022024-08-17T03:53:04.750Z[ recovery-image] Aug 17 03:53:02.759 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
81032024-08-17T03:53:04.750Z[ recovery-image] Aug 17 03:53:02.759 INFO E| + outfile=/work/os-recovery/cpio
81042024-08-17T03:53:04.752Z[ recovery-image] Aug 17 03:53:02.759 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
81052024-08-17T03:53:04.752Z[ recovery-image] Aug 17 03:53:02.761 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
81062024-08-17T03:53:04.752Z[ recovery-image] Aug 17 03:53:02.762 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
81072024-08-17T03:53:04.785Z[ recovery-image] Aug 17 03:53:02.794 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
81082024-08-17T03:53:04.785Z[ recovery-image] Aug 17 03:53:02.794 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
81092024-08-17T03:53:04.793Z[ recovery-image] Aug 17 03:53:02.801 INFO creating compressed cpio/unix for nanobl-rs...
81102024-08-17T03:53:04.795Z[ recovery-image] Aug 17 03:53:02.801 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
81112024-08-17T03:53:05.072Z[ recovery-image] Aug 17 03:53:03.081 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
81122024-08-17T03:53:09.422Z[ recovery-image] Aug 17 03:53:07.431 INFO creating reset image...
81132024-08-17T03:53:09.422Z[ recovery-image] Aug 17 03:53:07.431 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
81142024-08-17T03:53:09.640Z[ recovery-image] Aug 17 03:53:07.649 INFO E| Updating crates.io index
81152024-08-17T03:53:09.733Z[ recovery-image] Aug 17 03:53:07.742 INFO E| Downloading crates ...
81162024-08-17T03:53:09.840Z[ recovery-image] Aug 17 03:53:07.849 INFO E| Downloaded clap v4.5.3
81172024-08-17T03:53:09.851Z[ recovery-image] Aug 17 03:53:07.859 INFO E| Downloaded shared_child v1.0.0
81182024-08-17T03:53:09.854Z[ recovery-image] Aug 17 03:53:07.861 INFO E| Downloaded anstyle-query v1.0.2
81192024-08-17T03:53:09.854Z[ recovery-image] Aug 17 03:53:07.862 INFO E| Downloaded os_pipe v1.1.5
81202024-08-17T03:53:09.856Z[ recovery-image] Aug 17 03:53:07.863 INFO E| Downloaded anstyle v1.0.6
81212024-08-17T03:53:09.856Z[ recovery-image] Aug 17 03:53:07.865 INFO E| Downloaded anstream v0.6.13
81222024-08-17T03:53:09.859Z[ recovery-image] Aug 17 03:53:07.867 INFO E| Downloaded duct v0.13.7
81232024-08-17T03:53:09.861Z[ recovery-image] Aug 17 03:53:07.869 INFO E| Downloaded anstyle-parse v0.2.3
81242024-08-17T03:53:09.863Z[ recovery-image] Aug 17 03:53:07.871 INFO E| Downloaded clap_derive v4.5.3
81252024-08-17T03:53:09.867Z[ recovery-image] Aug 17 03:53:07.876 INFO E| Downloaded proc-macro2 v1.0.79
81262024-08-17T03:53:09.889Z[ recovery-image] Aug 17 03:53:07.898 INFO E| Downloaded syn v2.0.53
81272024-08-17T03:53:09.923Z[ recovery-image] Aug 17 03:53:07.931 INFO E| Downloaded libc v0.2.153
81282024-08-17T03:53:10.002Z[ recovery-image] Aug 17 03:53:08.009 INFO E| Compiling proc-macro2 v1.0.79
81292024-08-17T03:53:10.002Z[ recovery-image] Aug 17 03:53:08.010 INFO E| Compiling unicode-ident v1.0.12
81302024-08-17T03:53:10.002Z[ recovery-image] Aug 17 03:53:08.010 INFO E| Compiling libc v0.2.153
81312024-08-17T03:53:10.005Z[ recovery-image] Aug 17 03:53:08.010 INFO E| Compiling utf8parse v0.2.1
81322024-08-17T03:53:10.005Z[ recovery-image] Aug 17 03:53:08.010 INFO E| Compiling anstyle-query v1.0.2
81332024-08-17T03:53:10.008Z[ recovery-image] Aug 17 03:53:08.014 INFO E| Compiling colorchoice v1.0.0
81342024-08-17T03:53:10.008Z[ recovery-image] Aug 17 03:53:08.014 INFO E| Compiling anstyle v1.0.6
81352024-08-17T03:53:10.008Z[ recovery-image] Aug 17 03:53:08.015 INFO E| Compiling heck v0.5.0
81362024-08-17T03:53:10.208Z[ recovery-image] Aug 17 03:53:08.216 INFO E| Compiling anstyle-parse v0.2.3
81372024-08-17T03:53:10.217Z[ recovery-image] Aug 17 03:53:08.225 INFO E| Compiling strsim v0.11.0
81382024-08-17T03:53:10.225Z[ recovery-image] Aug 17 03:53:08.233 INFO E| Compiling clap_lex v0.7.0
81392024-08-17T03:53:10.242Z[ recovery-image] Aug 17 03:53:08.243 INFO E| Compiling once_cell v1.19.0
81402024-08-17T03:53:10.559Z[ recovery-image] Aug 17 03:53:08.567 INFO E| Compiling anstream v0.6.13
81412024-08-17T03:53:10.935Z[ recovery-image] Aug 17 03:53:08.942 INFO E| Compiling clap_builder v4.5.2
81422024-08-17T03:53:11.442Z[ recovery-image] Aug 17 03:53:09.450 INFO E| Compiling quote v1.0.35
81432024-08-17T03:53:11.496Z[ recovery-image] Aug 17 03:53:09.504 INFO E| Compiling shared_child v1.0.0
81442024-08-17T03:53:11.496Z[ recovery-image] Aug 17 03:53:09.504 INFO E| Compiling os_pipe v1.1.5
81452024-08-17T03:53:11.635Z[ recovery-image] Aug 17 03:53:09.642 INFO E| Compiling duct v0.13.7
81462024-08-17T03:53:11.791Z[ recovery-image] Aug 17 03:53:09.799 INFO E| Compiling syn v2.0.53
81472024-08-17T03:53:16.898Z[ recovery-image] Aug 17 03:53:14.906 INFO E| Compiling clap_derive v4.5.3
81482024-08-17T03:53:18.999Z[ recovery-image] Aug 17 03:53:17.006 INFO E| Compiling clap v4.5.3
81492024-08-17T03:53:19.057Z[ recovery-image] Aug 17 03:53:17.064 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
81502024-08-17T03:53:20.201Z[ recovery-image] Aug 17 03:53:18.208 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s
81512024-08-17T03:53:20.210Z[ recovery-image] Aug 17 03:53:18.217 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
81522024-08-17T03:53:20.338Z[ recovery-image] Aug 17 03:53:18.339 INFO E| Updating crates.io index
81532024-08-17T03:53:20.399Z[ recovery-image] Aug 17 03:53:18.405 INFO E| Downloading crates ...
81542024-08-17T03:53:20.472Z[ recovery-image] Aug 17 03:53:18.479 INFO E| Downloaded seq-macro v0.3.5
81552024-08-17T03:53:20.485Z[ recovery-image] Aug 17 03:53:18.492 INFO E| Downloaded bit_field v0.10.2
81562024-08-17T03:53:20.492Z[ recovery-image] Aug 17 03:53:18.499 INFO E| Downloaded raw-cpuid v10.7.0
81572024-08-17T03:53:20.495Z[ recovery-image] Aug 17 03:53:18.502 INFO E| Downloaded cpio_reader v0.1.1
81582024-08-17T03:53:20.628Z[ recovery-image] Aug 17 03:53:18.635 INFO E| Downloaded x86 v0.52.0
81592024-08-17T03:53:20.697Z[ recovery-image] Aug 17 03:53:18.704 INFO E| Updating crates.io index
81602024-08-17T03:53:20.760Z[ recovery-image] Aug 17 03:53:18.766 INFO E| Downloading crates ...
81612024-08-17T03:53:20.827Z[ recovery-image] Aug 17 03:53:18.833 INFO E| Downloaded compiler_builtins v0.1.108
81622024-08-17T03:53:20.895Z[ recovery-image] Aug 17 03:53:18.902 INFO E| Compiling compiler_builtins v0.1.108
81632024-08-17T03:53:20.896Z[ recovery-image] Aug 17 03:53:18.902 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
81642024-08-17T03:53:20.896Z[ recovery-image] Aug 17 03:53:18.902 INFO E| Compiling proc-macro2 v1.0.79
81652024-08-17T03:53:20.896Z[ recovery-image] Aug 17 03:53:18.902 INFO E| Compiling unicode-ident v1.0.12
81662024-08-17T03:53:20.896Z[ recovery-image] Aug 17 03:53:18.902 INFO E| Compiling syn v1.0.109
81672024-08-17T03:53:20.898Z[ recovery-image] Aug 17 03:53:18.902 INFO E| Compiling x86 v0.52.0
81682024-08-17T03:53:20.898Z[ recovery-image] Aug 17 03:53:18.902 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
81692024-08-17T03:53:20.901Z[ recovery-image] Aug 17 03:53:18.908 INFO E| Compiling seq-macro v0.3.5
81702024-08-17T03:53:22.040Z[ recovery-image] Aug 17 03:53:20.046 INFO E| Compiling quote v1.0.35
81712024-08-17T03:53:22.349Z[ recovery-image] Aug 17 03:53:20.355 INFO E| Compiling syn v2.0.53
81722024-08-17T03:53:25.472Z[ recovery-image] Aug 17 03:53:23.478 INFO E| Compiling scroll_derive v0.12.0
81732024-08-17T03:53:28.380Z[ recovery-image] Aug 17 03:53:26.385 INFO E| Compiling bitstruct_derive v0.1.0
81742024-08-17T03:53:42.300Z[ recovery-image] Aug 17 03:53:40.299 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
81752024-08-17T03:53:44.023Z[ recovery-image] Aug 17 03:53:42.024 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
81762024-08-17T03:53:47.208Z[ recovery-image] Aug 17 03:53:45.210 INFO E| Compiling bitflags v1.3.2
81772024-08-17T03:53:47.208Z[ recovery-image] Aug 17 03:53:45.210 INFO E| Compiling adler v1.0.2
81782024-08-17T03:53:47.210Z[ recovery-image] Aug 17 03:53:45.210 INFO E| Compiling plain v0.2.3
81792024-08-17T03:53:47.210Z[ recovery-image] Aug 17 03:53:45.210 INFO E| Compiling scroll v0.12.0
81802024-08-17T03:53:47.210Z[ recovery-image] Aug 17 03:53:45.210 INFO E| Compiling bit_field v0.10.2
81812024-08-17T03:53:47.210Z[ recovery-image] Aug 17 03:53:45.210 INFO E| Compiling log v0.4.21
81822024-08-17T03:53:47.210Z[ recovery-image] Aug 17 03:53:45.210 INFO E| Compiling static_assertions v1.1.0
81832024-08-17T03:53:47.295Z[ recovery-image] Aug 17 03:53:45.296 INFO E| Compiling raw-cpuid v10.7.0
81842024-08-17T03:53:47.299Z[ recovery-image] Aug 17 03:53:45.297 INFO E| Compiling cpio_reader v0.1.1
81852024-08-17T03:53:47.398Z[ recovery-image] Aug 17 03:53:45.400 INFO E| Compiling miniz_oxide v0.7.2
81862024-08-17T03:53:47.438Z[ recovery-image] Aug 17 03:53:45.440 INFO E| Compiling bitstruct v0.1.1
81872024-08-17T03:53:47.707Z[ recovery-image] Aug 17 03:53:45.708 INFO E| Compiling goblin v0.8.0
81882024-08-17T03:53:53.858Z[ recovery-image] Aug 17 03:53:51.859 INFO E| Finished `release` profile [optimized] target(s) in 33.62s
81892024-08-17T03:53:53.878Z[ recovery-image] Aug 17 03:53:51.878 INFO building host image...
81902024-08-17T03:53:53.880Z[ recovery-image] Aug 17 03:53:51.879 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")
81912024-08-17T03:53:54.313Z[ recovery-image] Aug 17 03:53:52.314 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
81922024-08-17T03:53:55.241Z[ host-image] Aug 17 03:53:53.242 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z
81932024-08-17T03:53:55.241Z[ host-image] Aug 17 03:53:53.242 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z
81942024-08-17T03:53:55.244Z[ host-image] Aug 17 03:53:53.242 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81952024-08-17T03:53:55.244Z[ host-image] Aug 17 03:53:53.242 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81962024-08-17T03:53:55.244Z[ host-image] Aug 17 03:53:53.242 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81972024-08-17T03:53:55.244Z[ host-image] Aug 17 03:53:53.243 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81982024-08-17T03:53:55.244Z[ host-image] Aug 17 03:53:53.243 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81992024-08-17T03:53:55.244Z[ host-image] Aug 17 03:53:53.244 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82002024-08-17T03:53:55.245Z[ host-image] Aug 17 03:53:53.244 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82012024-08-17T03:53:55.245Z[ host-image] Aug 17 03:53:53.244 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82022024-08-17T03:53:55.245Z[ host-image] Aug 17 03:53:53.244 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z
82032024-08-17T03:53:55.247Z[ host-image] Aug 17 03:53:53.245 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z
82042024-08-17T03:53:55.247Z[ host-image] Aug 17 03:53:53.246 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z
82052024-08-17T03:53:55.247Z[ host-image] Aug 17 03:53:53.247 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z
82062024-08-17T03:53:55.247Z[ host-image] Aug 17 03:53:53.247 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82072024-08-17T03:53:55.247Z[ host-image] Aug 17 03:53:53.248 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z
82082024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.248 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z
82092024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.248 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z
82102024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.249 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z
82112024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.249 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z
82122024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.249 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z
82132024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.249 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z
82142024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.249 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z
82152024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.249 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z
82162024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z
82172024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z
82182024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z
82192024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z
82202024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
82212024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z
82222024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z
82232024-08-17T03:53:55.250Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z
82242024-08-17T03:53:55.254Z[ host-image] Aug 17 03:53:53.250 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z
82252024-08-17T03:53:55.254Z[ host-image] Aug 17 03:53:53.252 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z
82262024-08-17T03:53:55.254Z[ host-image] Aug 17 03:53:53.252 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z
82272024-08-17T03:53:55.260Z[ host-image] Aug 17 03:53:53.261 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82282024-08-17T03:53:55.263Z[ host-image] Aug 17 03:53:53.261 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z
82292024-08-17T03:53:55.263Z[ host-image] Aug 17 03:53:53.261 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82302024-08-17T03:53:55.263Z[ host-image] Aug 17 03:53:53.261 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82312024-08-17T03:53:55.263Z[ host-image] Aug 17 03:53:53.262 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82322024-08-17T03:53:55.263Z[ host-image] Aug 17 03:53:53.262 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z
82332024-08-17T03:53:55.263Z[ host-image] Aug 17 03:53:53.262 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82342024-08-17T03:53:55.263Z[ host-image] Aug 17 03:53:53.263 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82352024-08-17T03:53:55.265Z[ host-image] Aug 17 03:53:53.264 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82362024-08-17T03:53:55.265Z[ host-image] Aug 17 03:53:53.264 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82372024-08-17T03:53:55.277Z[ host-image] Aug 17 03:53:53.276 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82382024-08-17T03:53:55.277Z[ host-image] Aug 17 03:53:53.276 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82392024-08-17T03:53:55.279Z[ host-image] Aug 17 03:53:53.277 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82402024-08-17T03:53:55.279Z[ host-image] Aug 17 03:53:53.277 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82412024-08-17T03:53:55.279Z[ host-image] Aug 17 03:53:53.278 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82422024-08-17T03:53:55.279Z[ host-image] Aug 17 03:53:53.278 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82432024-08-17T03:53:55.313Z[ host-image] Aug 17 03:53:53.314 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
82442024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.315 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82452024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.315 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82462024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.315 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z
82472024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z
82482024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82492024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z
82502024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82512024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82522024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82532024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z
82542024-08-17T03:53:55.316Z[ host-image] Aug 17 03:53:53.316 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82552024-08-17T03:53:55.321Z[ host-image] Aug 17 03:53:53.321 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82562024-08-17T03:53:55.324Z[ host-image] Aug 17 03:53:53.321 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82572024-08-17T03:53:55.325Z[ host-image] Aug 17 03:53:53.321 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82582024-08-17T03:53:55.325Z[ host-image] Aug 17 03:53:53.322 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z
82592024-08-17T03:53:55.325Z[ host-image] Aug 17 03:53:53.322 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82602024-08-17T03:53:55.337Z[ host-image] Aug 17 03:53:53.337 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82612024-08-17T03:53:55.339Z[ host-image] Aug 17 03:53:53.337 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z
82622024-08-17T03:53:55.339Z[ host-image] Aug 17 03:53:53.339 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z
82632024-08-17T03:53:55.339Z[ host-image] Aug 17 03:53:53.339 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z
82642024-08-17T03:53:55.339Z[ host-image] Aug 17 03:53:53.340 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82652024-08-17T03:53:55.344Z[ host-image] Aug 17 03:53:53.340 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z
82662024-08-17T03:53:55.344Z[ host-image] Aug 17 03:53:53.341 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z
82672024-08-17T03:53:55.344Z[ host-image] Aug 17 03:53:53.341 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z
82682024-08-17T03:53:55.344Z[ host-image] Aug 17 03:53:53.341 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z
82692024-08-17T03:53:55.348Z[ host-image] Aug 17 03:53:53.345 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82702024-08-17T03:53:55.348Z[ host-image] Aug 17 03:53:53.345 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z
82712024-08-17T03:53:55.348Z[ host-image] Aug 17 03:53:53.346 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z
82722024-08-17T03:53:55.348Z[ host-image] Aug 17 03:53:53.346 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82732024-08-17T03:53:55.348Z[ host-image] Aug 17 03:53:53.346 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z
82742024-08-17T03:53:55.348Z[ host-image] Aug 17 03:53:53.347 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z
82752024-08-17T03:53:55.348Z[ host-image] Aug 17 03:53:53.347 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z
82762024-08-17T03:53:55.350Z[ host-image] Aug 17 03:53:53.347 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z
82772024-08-17T03:53:55.355Z[ host-image] Aug 17 03:53:53.356 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z
82782024-08-17T03:53:55.355Z[ host-image] Aug 17 03:53:53.356 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82792024-08-17T03:53:55.357Z[ host-image] Aug 17 03:53:53.358 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z
82802024-08-17T03:53:55.360Z[ host-image] Aug 17 03:53:53.359 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z
82812024-08-17T03:53:55.360Z[ host-image] Aug 17 03:53:53.359 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z
82822024-08-17T03:53:55.360Z[ host-image] Aug 17 03:53:53.359 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z
82832024-08-17T03:53:55.360Z[ host-image] Aug 17 03:53:53.360 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z
82842024-08-17T03:53:55.363Z[ host-image] Aug 17 03:53:53.360 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z
82852024-08-17T03:53:55.370Z[ host-image] Aug 17 03:53:53.370 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z
82862024-08-17T03:53:55.372Z[ host-image] Aug 17 03:53:53.371 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z
82872024-08-17T03:53:55.372Z[ host-image] Aug 17 03:53:53.371 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z
82882024-08-17T03:53:55.372Z[ host-image] Aug 17 03:53:53.372 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z
82892024-08-17T03:53:55.372Z[ host-image] Aug 17 03:53:53.372 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z
82902024-08-17T03:53:55.394Z[ host-image] Aug 17 03:53:53.394 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z
82912024-08-17T03:53:55.396Z[ host-image] Aug 17 03:53:53.394 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z
82922024-08-17T03:53:55.396Z[ host-image] Aug 17 03:53:53.394 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z
82932024-08-17T03:53:55.396Z[ host-image] Aug 17 03:53:53.395 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82942024-08-17T03:53:55.396Z[ host-image] Aug 17 03:53:53.395 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82952024-08-17T03:53:55.424Z[ host-image] Aug 17 03:53:53.424 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z
82962024-08-17T03:53:55.426Z[ host-image] Aug 17 03:53:53.424 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82972024-08-17T03:53:55.426Z[ host-image] Aug 17 03:53:53.424 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z
82982024-08-17T03:53:55.426Z[ host-image] Aug 17 03:53:53.425 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z
82992024-08-17T03:53:55.426Z[ host-image] Aug 17 03:53:53.426 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z
83002024-08-17T03:53:55.426Z[ host-image] Aug 17 03:53:53.426 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83012024-08-17T03:53:55.426Z[ host-image] Aug 17 03:53:53.427 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83022024-08-17T03:53:55.429Z[ host-image] Aug 17 03:53:53.427 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z
83032024-08-17T03:53:55.429Z[ host-image] Aug 17 03:53:53.427 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z
83042024-08-17T03:53:55.429Z[ host-image] Aug 17 03:53:53.427 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z
83052024-08-17T03:53:55.429Z[ host-image] Aug 17 03:53:53.428 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z
83062024-08-17T03:53:55.429Z[ host-image] Aug 17 03:53:53.428 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z
83072024-08-17T03:53:55.429Z[ host-image] Aug 17 03:53:53.428 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z
83082024-08-17T03:53:55.432Z[ host-image] Aug 17 03:53:53.431 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83092024-08-17T03:53:55.432Z[ host-image] Aug 17 03:53:53.431 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z
83102024-08-17T03:53:55.434Z[ host-image] Aug 17 03:53:53.433 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z
83112024-08-17T03:53:55.434Z[ host-image] Aug 17 03:53:53.433 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z
83122024-08-17T03:53:55.434Z[ host-image] Aug 17 03:53:53.433 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z
83132024-08-17T03:53:55.434Z[ host-image] Aug 17 03:53:53.434 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z
83142024-08-17T03:53:55.434Z[ host-image] Aug 17 03:53:53.434 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z
83152024-08-17T03:53:55.434Z[ host-image] Aug 17 03:53:53.434 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83162024-08-17T03:53:55.434Z[ host-image] Aug 17 03:53:53.434 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83172024-08-17T03:53:55.435Z[ host-image] Aug 17 03:53:53.435 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z
83182024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.435 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z
83192024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.435 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83202024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.435 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83212024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.435 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83222024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.435 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83232024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.435 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83242024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.436 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83252024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.437 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83262024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.438 INFO O| tempdir @ "/tmp/.tmp6BjFoK/tmp"
83272024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.438 INFO O| image root @ "/tmp/.tmp6BjFoK/tmp/root"
83282024-08-17T03:53:55.437Z[ host-image] Aug 17 03:53:53.438 INFO O| creating image...
83292024-08-17T03:53:55.684Z[ recovery-image] Aug 17 03:53:53.683 INFO image complete! materials are in "/work/os-recovery"
83302024-08-17T03:53:55.686Z[ recovery-image]
83312024-08-17T03:53:55.686Z[ recovery-image] real 7:09.212646685
83322024-08-17T03:53:55.686Z[ recovery-image] user 4:24.703186200
83332024-08-17T03:53:55.686Z[ recovery-image] sys 55.110590132
83342024-08-17T03:53:55.686Z[ recovery-image] trap 0.119790984
83352024-08-17T03:53:55.686Z[ recovery-image] tflt 0.181834746
83362024-08-17T03:53:55.686Z[ recovery-image] dflt 0.902777303
83372024-08-17T03:53:55.686Z[ recovery-image] kflt 0.001989995
83382024-08-17T03:53:55.686Z[ recovery-image] lock 15:26.528705194
83392024-08-17T03:53:55.686Z[ recovery-image] slp 43:23.607595425
83402024-08-17T03:53:55.687Z[ recovery-image] lat 44.139321006
83412024-08-17T03:53:55.687Z[ recovery-image] stop 2.754877082
83422024-08-17T03:53:55.689ZAug 17 03:53:53.687 INFO [recovery-image] process exited with exit status: 0 (429.230969965s)
83432024-08-17T03:53:55.922Z[ host-image] Aug 17 03:53:53.922 INFO O| copying publishers...
83442024-08-17T03:54:01.987Z[ host-image] Aug 17 03:53:59.986 INFO O| adding properties...
83452024-08-17T03:54:02.979Z[ host-image] Aug 17 03:54:00.978 INFO O| installing packages...
83462024-08-17T03:54:26.305Z[ host-image] Aug 17 03:54:24.300 INFO O| seeding SMF database...
83472024-08-17T03:54:33.951Z[ host-image] Aug 17 03:54:31.944 INFO O| configuring SMF profile...
83482024-08-17T03:54:33.954Z[ host-image] Aug 17 03:54:31.944 INFO O| modifying shadow(5)...
83492024-08-17T03:54:33.954Z[ host-image] Aug 17 03:54:31.944 INFO O| loading user and group database...
83502024-08-17T03:54:33.954Z[ host-image] Aug 17 03:54:31.944 INFO O| assessing packaged files...
83512024-08-17T03:54:36.052Z[ host-image] Aug 17 03:54:34.045 INFO O| creating archive...
83522024-08-17T03:54:36.085Z[ host-image] Aug 17 03:54:34.078 INFO O| missing from packaging:
83532024-08-17T03:54:36.085Z[ host-image] Aug 17 03:54:34.078 INFO O| "etc/.pwd.lock"
83542024-08-17T03:54:36.087Z[ host-image] Aug 17 03:54:34.078 INFO O| "etc/bash"
83552024-08-17T03:54:36.090Z[ host-image] Aug 17 03:54:34.083 INFO O| "etc/svc/profile/generic.xml"
83562024-08-17T03:54:36.090Z[ host-image] Aug 17 03:54:34.083 INFO O| "etc/svc/profile/inetd_services.xml"
83572024-08-17T03:54:36.090Z[ host-image] Aug 17 03:54:34.083 INFO O| "etc/svc/profile/name_service.xml"
83582024-08-17T03:54:36.090Z[ host-image] Aug 17 03:54:34.083 INFO O| "etc/svc/profile/platform.xml"
83592024-08-17T03:54:36.090Z[ host-image] Aug 17 03:54:34.083 INFO O| "etc/svc/profile/platform_omicron1.xml"
83602024-08-17T03:54:36.090Z[ host-image] Aug 17 03:54:34.083 INFO O| "etc/svc/repository.db"
83612024-08-17T03:54:36.098Z[ host-image] Aug 17 03:54:34.091 INFO O| "opt/ooce/share"
83622024-08-17T03:54:36.098Z[ host-image] Aug 17 03:54:34.091 INFO O| "opt/ooce/share/man"
83632024-08-17T03:54:36.101Z[ host-image] Aug 17 03:54:34.091 INFO O| "opt/ooce/share/man/man1"
83642024-08-17T03:54:36.107Z[ host-image] Aug 17 03:54:34.100 INFO O| finishing archive...
83652024-08-17T03:54:38.925Z[ host-image] Aug 17 03:54:36.917 INFO O| creating gzonly manifest...
83662024-08-17T03:54:38.937Z[ host-image] Aug 17 03:54:36.929 INFO O| ok
83672024-08-17T03:54:39.028Z[ host-image] Aug 17 03:54:37.020 INFO image builder template: ramdisk-02-trim...
83682024-08-17T03:54:39.028Z[ host-image] Aug 17 03:54:37.020 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/.tmpcPIiuD/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
83692024-08-17T03:54:39.050Z[ host-image] Aug 17 03:54:37.043 INFO O| Aug 17 03:54:37.042 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83702024-08-17T03:54:39.054Z[ host-image] Aug 17 03:54:37.046 INFO O| Aug 17 03:54:37.046 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83712024-08-17T03:54:39.143Z[ host-image] Aug 17 03:54:37.135 INFO O| Aug 17 03:54:37.135 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83722024-08-17T03:54:39.190Z[ host-image] Aug 17 03:54:37.183 INFO O| Aug 17 03:54:37.183 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83732024-08-17T03:54:39.193Z[ host-image] Aug 17 03:54:37.183 INFO O| Aug 17 03:54:37.183 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83742024-08-17T03:54:39.196Z[ host-image] Aug 17 03:54:37.188 INFO O| Aug 17 03:54:37.188 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83752024-08-17T03:54:39.200Z[ host-image] Aug 17 03:54:37.192 INFO O| Aug 17 03:54:37.192 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83762024-08-17T03:54:39.204Z[ host-image] Aug 17 03:54:37.196 INFO O| Aug 17 03:54:37.196 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83772024-08-17T03:54:39.401Z[ host-image] Aug 17 03:54:37.394 INFO O| Aug 17 03:54:37.394 INFO rolled back to input snapshot; work may begin
83782024-08-17T03:54:39.401Z[ host-image] Aug 17 03:54:37.394 INFO O| Aug 17 03:54:37.394 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83792024-08-17T03:54:39.406Z[ host-image] Aug 17 03:54:37.399 INFO O| Aug 17 03:54:37.399 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83802024-08-17T03:54:39.416Z[ host-image] Aug 17 03:54:37.408 INFO O| Aug 17 03:54:37.408 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83812024-08-17T03:54:39.461Z[ host-image] Aug 17 03:54:37.454 INFO O| Aug 17 03:54:37.454 INFO STEP 0 (remove_files) COMPLETE
83822024-08-17T03:54:39.461Z[ host-image] Aug 17 03:54:37.454 INFO O| Aug 17 03:54:37.454 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83832024-08-17T03:54:39.471Z[ host-image] Aug 17 03:54:37.464 INFO O| Aug 17 03:54:37.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83842024-08-17T03:54:39.473Z[ host-image] Aug 17 03:54:37.465 INFO O| Aug 17 03:54:37.465 INFO STEP 1 (remove_files) COMPLETE
83852024-08-17T03:54:39.473Z[ host-image] Aug 17 03:54:37.465 INFO O| Aug 17 03:54:37.465 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83862024-08-17T03:54:39.482Z[ host-image] Aug 17 03:54:37.474 INFO O| Aug 17 03:54:37.474 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83872024-08-17T03:54:39.497Z[ host-image] Aug 17 03:54:37.488 INFO O| Aug 17 03:54:37.488 INFO STEP 2 (remove_files) COMPLETE
83882024-08-17T03:54:39.497Z[ host-image] Aug 17 03:54:37.488 INFO O| Aug 17 03:54:37.488 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83892024-08-17T03:54:39.505Z[ host-image] Aug 17 03:54:37.497 INFO O| Aug 17 03:54:37.497 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83902024-08-17T03:54:39.507Z[ host-image] Aug 17 03:54:37.499 INFO O| Aug 17 03:54:37.499 INFO STEP 3 (remove_files) COMPLETE
83912024-08-17T03:54:39.507Z[ host-image] Aug 17 03:54:37.499 INFO O| Aug 17 03:54:37.499 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83922024-08-17T03:54:39.515Z[ host-image] Aug 17 03:54:37.508 INFO O| Aug 17 03:54:37.508 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83932024-08-17T03:54:39.518Z[ host-image] Aug 17 03:54:37.511 INFO O| Aug 17 03:54:37.511 INFO STEP 4 (remove_files) COMPLETE
83942024-08-17T03:54:39.521Z[ host-image] Aug 17 03:54:37.511 INFO O| Aug 17 03:54:37.511 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83952024-08-17T03:54:39.527Z[ host-image] Aug 17 03:54:37.520 INFO O| Aug 17 03:54:37.520 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83962024-08-17T03:54:39.530Z[ host-image] Aug 17 03:54:37.523 INFO O| Aug 17 03:54:37.523 INFO STEP 5 (remove_files) COMPLETE
83972024-08-17T03:54:39.532Z[ host-image] Aug 17 03:54:37.523 INFO O| Aug 17 03:54:37.523 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83982024-08-17T03:54:39.539Z[ host-image] Aug 17 03:54:37.532 INFO O| Aug 17 03:54:37.531 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83992024-08-17T03:54:39.550Z[ host-image] Aug 17 03:54:37.541 INFO O| Aug 17 03:54:37.541 INFO STEP 6 (remove_files) COMPLETE
84002024-08-17T03:54:39.550Z[ host-image] Aug 17 03:54:37.541 INFO O| Aug 17 03:54:37.541 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84012024-08-17T03:54:39.557Z[ host-image] Aug 17 03:54:37.550 INFO O| Aug 17 03:54:37.550 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84022024-08-17T03:54:39.569Z[ host-image] Aug 17 03:54:37.562 INFO O| Aug 17 03:54:37.561 INFO STEP 7 (remove_files) COMPLETE
84032024-08-17T03:54:39.569Z[ host-image] Aug 17 03:54:37.562 INFO O| Aug 17 03:54:37.561 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84042024-08-17T03:54:39.578Z[ host-image] Aug 17 03:54:37.571 INFO O| Aug 17 03:54:37.570 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84052024-08-17T03:54:39.648Z[ host-image] Aug 17 03:54:37.640 INFO O| Aug 17 03:54:37.640 INFO STEP 8 (remove_files) COMPLETE
84062024-08-17T03:54:39.648Z[ host-image] Aug 17 03:54:37.640 INFO O| Aug 17 03:54:37.640 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84072024-08-17T03:54:39.658Z[ host-image] Aug 17 03:54:37.650 INFO O| Aug 17 03:54:37.650 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84082024-08-17T03:54:39.730Z[ host-image] Aug 17 03:54:37.722 INFO O| Aug 17 03:54:37.722 INFO STEP 9 (remove_files) COMPLETE
84092024-08-17T03:54:39.730Z[ host-image] Aug 17 03:54:37.722 INFO O| Aug 17 03:54:37.722 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84102024-08-17T03:54:39.739Z[ host-image] Aug 17 03:54:37.732 INFO O| Aug 17 03:54:37.732 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84112024-08-17T03:54:39.744Z[ host-image] Aug 17 03:54:37.735 INFO O| Aug 17 03:54:37.735 INFO STEP 10 (remove_files) COMPLETE
84122024-08-17T03:54:39.745Z[ host-image] Aug 17 03:54:37.735 INFO O| Aug 17 03:54:37.735 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84132024-08-17T03:54:39.751Z[ host-image] Aug 17 03:54:37.744 INFO O| Aug 17 03:54:37.744 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84142024-08-17T03:54:39.754Z[ host-image] Aug 17 03:54:37.745 INFO O| Aug 17 03:54:37.745 INFO STEP 11 (remove_files) COMPLETE
84152024-08-17T03:54:39.754Z[ host-image] Aug 17 03:54:37.745 INFO O| Aug 17 03:54:37.745 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84162024-08-17T03:54:39.761Z[ host-image] Aug 17 03:54:37.754 INFO O| Aug 17 03:54:37.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84172024-08-17T03:54:39.764Z[ host-image] Aug 17 03:54:37.755 INFO O| Aug 17 03:54:37.755 INFO STEP 12 (remove_files) COMPLETE
84182024-08-17T03:54:39.764Z[ host-image] Aug 17 03:54:37.755 INFO O| Aug 17 03:54:37.755 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84192024-08-17T03:54:39.772Z[ host-image] Aug 17 03:54:37.764 INFO O| Aug 17 03:54:37.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84202024-08-17T03:54:39.785Z[ host-image] Aug 17 03:54:37.777 INFO O| Aug 17 03:54:37.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84212024-08-17T03:54:39.785Z[ host-image] Aug 17 03:54:37.777 INFO O| Aug 17 03:54:37.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84222024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.777 INFO O| Aug 17 03:54:37.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84232024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.777 INFO O| Aug 17 03:54:37.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84242024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.778 INFO O| Aug 17 03:54:37.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84252024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.778 INFO O| Aug 17 03:54:37.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84262024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.778 INFO O| Aug 17 03:54:37.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84272024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.778 INFO O| Aug 17 03:54:37.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84282024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.778 INFO O| Aug 17 03:54:37.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84292024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.778 INFO O| Aug 17 03:54:37.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84302024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.779 INFO O| Aug 17 03:54:37.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84312024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.779 INFO O| Aug 17 03:54:37.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84322024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.779 INFO O| Aug 17 03:54:37.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84332024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.779 INFO O| Aug 17 03:54:37.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84342024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.779 INFO O| Aug 17 03:54:37.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84352024-08-17T03:54:39.787Z[ host-image] Aug 17 03:54:37.779 INFO O| Aug 17 03:54:37.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84362024-08-17T03:54:40.083Z[ host-image] Aug 17 03:54:38.075 INFO O| Aug 17 03:54:38.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84372024-08-17T03:54:40.086Z[ host-image] Aug 17 03:54:38.077 INFO O| Aug 17 03:54:38.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84382024-08-17T03:54:40.086Z[ host-image] Aug 17 03:54:38.077 INFO O| Aug 17 03:54:38.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84392024-08-17T03:54:40.096Z[ host-image] Aug 17 03:54:38.089 INFO O| Aug 17 03:54:38.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84402024-08-17T03:54:40.150Z[ host-image] Aug 17 03:54:38.143 INFO O| Aug 17 03:54:38.143 INFO STEP 13 (remove_files) COMPLETE
84412024-08-17T03:54:40.150Z[ host-image] Aug 17 03:54:38.143 INFO O| Aug 17 03:54:38.143 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84422024-08-17T03:54:40.161Z[ host-image] Aug 17 03:54:38.153 INFO O| Aug 17 03:54:38.153 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84432024-08-17T03:54:40.164Z[ host-image] Aug 17 03:54:38.155 INFO O| Aug 17 03:54:38.155 INFO STEP 14 (remove_files) COMPLETE
84442024-08-17T03:54:40.164Z[ host-image] Aug 17 03:54:38.155 INFO O| Aug 17 03:54:38.155 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84452024-08-17T03:54:40.171Z[ host-image] Aug 17 03:54:38.164 INFO O| Aug 17 03:54:38.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84462024-08-17T03:54:40.177Z[ host-image] Aug 17 03:54:38.169 INFO O| Aug 17 03:54:38.169 INFO STEP 15 (remove_files) COMPLETE
84472024-08-17T03:54:40.177Z[ host-image] Aug 17 03:54:38.169 INFO O| Aug 17 03:54:38.169 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84482024-08-17T03:54:40.186Z[ host-image] Aug 17 03:54:38.178 INFO O| Aug 17 03:54:38.178 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84492024-08-17T03:54:40.189Z[ host-image] Aug 17 03:54:38.178 INFO O| Aug 17 03:54:38.178 INFO STEP 16 (remove_files) COMPLETE
84502024-08-17T03:54:40.189Z[ host-image] Aug 17 03:54:38.178 INFO O| Aug 17 03:54:38.178 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84512024-08-17T03:54:40.196Z[ host-image] Aug 17 03:54:38.187 INFO O| Aug 17 03:54:38.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84522024-08-17T03:54:40.198Z[ host-image] Aug 17 03:54:38.189 INFO O| Aug 17 03:54:38.189 INFO STEP 17 (remove_files) COMPLETE
84532024-08-17T03:54:40.198Z[ host-image] Aug 17 03:54:38.189 INFO O| Aug 17 03:54:38.189 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84542024-08-17T03:54:40.205Z[ host-image] Aug 17 03:54:38.198 INFO O| Aug 17 03:54:38.198 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84552024-08-17T03:54:40.208Z[ host-image] Aug 17 03:54:38.198 INFO O| Aug 17 03:54:38.198 INFO STEP 18 (remove_files) COMPLETE
84562024-08-17T03:54:40.208Z[ host-image] Aug 17 03:54:38.198 INFO O| Aug 17 03:54:38.198 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84572024-08-17T03:54:40.215Z[ host-image] Aug 17 03:54:38.207 INFO O| Aug 17 03:54:38.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84582024-08-17T03:54:40.215Z[ host-image] Aug 17 03:54:38.207 INFO O| Aug 17 03:54:38.207 INFO STEP 19 (remove_files) COMPLETE
84592024-08-17T03:54:40.217Z[ host-image] Aug 17 03:54:38.207 INFO O| Aug 17 03:54:38.207 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84602024-08-17T03:54:40.224Z[ host-image] Aug 17 03:54:38.216 INFO O| Aug 17 03:54:38.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84612024-08-17T03:54:40.226Z[ host-image] Aug 17 03:54:38.216 INFO O| Aug 17 03:54:38.216 INFO STEP 20 (remove_files) COMPLETE
84622024-08-17T03:54:40.226Z[ host-image] Aug 17 03:54:38.216 INFO O| Aug 17 03:54:38.216 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84632024-08-17T03:54:40.233Z[ host-image] Aug 17 03:54:38.225 INFO O| Aug 17 03:54:38.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84642024-08-17T03:54:40.233Z[ host-image] Aug 17 03:54:38.225 INFO O| Aug 17 03:54:38.225 INFO STEP 21 (remove_files) COMPLETE
84652024-08-17T03:54:40.235Z[ host-image] Aug 17 03:54:38.225 INFO O| Aug 17 03:54:38.225 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84662024-08-17T03:54:40.242Z[ host-image] Aug 17 03:54:38.234 INFO O| Aug 17 03:54:38.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84672024-08-17T03:54:40.244Z[ host-image] Aug 17 03:54:38.234 INFO O| Aug 17 03:54:38.234 INFO STEP 22 (remove_files) COMPLETE
84682024-08-17T03:54:40.244Z[ host-image] Aug 17 03:54:38.234 INFO O| Aug 17 03:54:38.234 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84692024-08-17T03:54:40.251Z[ host-image] Aug 17 03:54:38.243 INFO O| Aug 17 03:54:38.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84702024-08-17T03:54:40.251Z[ host-image] Aug 17 03:54:38.243 INFO O| Aug 17 03:54:38.243 INFO STEP 23 (remove_files) COMPLETE
84712024-08-17T03:54:40.251Z[ host-image] Aug 17 03:54:38.243 INFO O| Aug 17 03:54:38.243 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84722024-08-17T03:54:40.262Z[ host-image] Aug 17 03:54:38.252 INFO O| Aug 17 03:54:38.252 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84732024-08-17T03:54:40.262Z[ host-image] Aug 17 03:54:38.252 INFO O| Aug 17 03:54:38.252 INFO STEP 24 (remove_files) COMPLETE
84742024-08-17T03:54:40.266Z[ host-image] Aug 17 03:54:38.252 INFO O| Aug 17 03:54:38.252 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-08-17T03:54:40.269Z[ host-image] Aug 17 03:54:38.261 INFO O| Aug 17 03:54:38.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84762024-08-17T03:54:40.269Z[ host-image] Aug 17 03:54:38.261 INFO O| Aug 17 03:54:38.261 INFO STEP 25 (remove_files) COMPLETE
84772024-08-17T03:54:40.269Z[ host-image] Aug 17 03:54:38.261 INFO O| Aug 17 03:54:38.261 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84782024-08-17T03:54:40.278Z[ host-image] Aug 17 03:54:38.270 INFO O| Aug 17 03:54:38.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84792024-08-17T03:54:40.280Z[ host-image] Aug 17 03:54:38.270 INFO O| Aug 17 03:54:38.270 INFO STEP 26 (remove_files) COMPLETE
84802024-08-17T03:54:40.280Z[ host-image] Aug 17 03:54:38.270 INFO O| Aug 17 03:54:38.270 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84812024-08-17T03:54:40.287Z[ host-image] Aug 17 03:54:38.279 INFO O| Aug 17 03:54:38.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84822024-08-17T03:54:40.287Z[ host-image] Aug 17 03:54:38.279 INFO O| Aug 17 03:54:38.279 INFO STEP 27 (remove_files) COMPLETE
84832024-08-17T03:54:40.289Z[ host-image] Aug 17 03:54:38.279 INFO O| Aug 17 03:54:38.279 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84842024-08-17T03:54:40.296Z[ host-image] Aug 17 03:54:38.288 INFO O| Aug 17 03:54:38.288 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84852024-08-17T03:54:40.296Z[ host-image] Aug 17 03:54:38.288 INFO O| Aug 17 03:54:38.288 INFO STEP 28 (remove_files) COMPLETE
84862024-08-17T03:54:40.298Z[ host-image] Aug 17 03:54:38.288 INFO O| Aug 17 03:54:38.288 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84872024-08-17T03:54:40.305Z[ host-image] Aug 17 03:54:38.297 INFO O| Aug 17 03:54:38.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84882024-08-17T03:54:40.305Z[ host-image] Aug 17 03:54:38.297 INFO O| Aug 17 03:54:38.297 INFO STEP 29 (remove_files) COMPLETE
84892024-08-17T03:54:40.305Z[ host-image] Aug 17 03:54:38.297 INFO O| Aug 17 03:54:38.297 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84902024-08-17T03:54:40.314Z[ host-image] Aug 17 03:54:38.306 INFO O| Aug 17 03:54:38.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84912024-08-17T03:54:40.314Z[ host-image] Aug 17 03:54:38.306 INFO O| Aug 17 03:54:38.306 INFO STEP 30 (remove_files) COMPLETE
84922024-08-17T03:54:40.314Z[ host-image] Aug 17 03:54:38.307 INFO O| Aug 17 03:54:38.306 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-08-17T03:54:40.323Z[ host-image] Aug 17 03:54:38.315 INFO O| Aug 17 03:54:38.315 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84942024-08-17T03:54:40.325Z[ host-image] Aug 17 03:54:38.315 INFO O| Aug 17 03:54:38.315 INFO STEP 31 (remove_files) COMPLETE
84952024-08-17T03:54:40.325Z[ host-image] Aug 17 03:54:38.316 INFO O| Aug 17 03:54:38.315 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-08-17T03:54:40.332Z[ host-image] Aug 17 03:54:38.324 INFO O| Aug 17 03:54:38.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84972024-08-17T03:54:40.332Z[ host-image] Aug 17 03:54:38.325 INFO O| Aug 17 03:54:38.324 INFO STEP 32 (remove_files) COMPLETE
84982024-08-17T03:54:40.334Z[ host-image] Aug 17 03:54:38.325 INFO O| Aug 17 03:54:38.325 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-08-17T03:54:40.341Z[ host-image] Aug 17 03:54:38.334 INFO O| Aug 17 03:54:38.333 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85002024-08-17T03:54:40.341Z[ host-image] Aug 17 03:54:38.334 INFO O| Aug 17 03:54:38.334 INFO STEP 33 (remove_files) COMPLETE
85012024-08-17T03:54:40.341Z[ host-image] Aug 17 03:54:38.334 INFO O| Aug 17 03:54:38.334 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-08-17T03:54:40.351Z[ host-image] Aug 17 03:54:38.343 INFO O| Aug 17 03:54:38.343 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85032024-08-17T03:54:40.351Z[ host-image] Aug 17 03:54:38.343 INFO O| Aug 17 03:54:38.343 INFO STEP 34 (remove_files) COMPLETE
85042024-08-17T03:54:40.353Z[ host-image] Aug 17 03:54:38.343 INFO O| Aug 17 03:54:38.343 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-08-17T03:54:40.359Z[ host-image] Aug 17 03:54:38.352 INFO O| Aug 17 03:54:38.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85062024-08-17T03:54:40.361Z[ host-image] Aug 17 03:54:38.352 INFO O| Aug 17 03:54:38.352 INFO STEP 35 (remove_files) COMPLETE
85072024-08-17T03:54:40.361Z[ host-image] Aug 17 03:54:38.352 INFO O| Aug 17 03:54:38.352 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-08-17T03:54:40.368Z[ host-image] Aug 17 03:54:38.361 INFO O| Aug 17 03:54:38.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85092024-08-17T03:54:40.368Z[ host-image] Aug 17 03:54:38.361 INFO O| Aug 17 03:54:38.361 INFO STEP 36 (remove_files) COMPLETE
85102024-08-17T03:54:40.371Z[ host-image] Aug 17 03:54:38.361 INFO O| Aug 17 03:54:38.361 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-08-17T03:54:40.377Z[ host-image] Aug 17 03:54:38.370 INFO O| Aug 17 03:54:38.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85122024-08-17T03:54:40.377Z[ host-image] Aug 17 03:54:38.370 INFO O| Aug 17 03:54:38.370 INFO STEP 37 (remove_files) COMPLETE
85132024-08-17T03:54:40.377Z[ host-image] Aug 17 03:54:38.370 INFO O| Aug 17 03:54:38.370 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-08-17T03:54:40.387Z[ host-image] Aug 17 03:54:38.379 INFO O| Aug 17 03:54:38.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85152024-08-17T03:54:40.387Z[ host-image] Aug 17 03:54:38.379 INFO O| Aug 17 03:54:38.379 INFO STEP 38 (remove_files) COMPLETE
85162024-08-17T03:54:40.389Z[ host-image] Aug 17 03:54:38.379 INFO O| Aug 17 03:54:38.379 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-08-17T03:54:40.396Z[ host-image] Aug 17 03:54:38.388 INFO O| Aug 17 03:54:38.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85182024-08-17T03:54:40.396Z[ host-image] Aug 17 03:54:38.388 INFO O| Aug 17 03:54:38.388 INFO STEP 39 (remove_files) COMPLETE
85192024-08-17T03:54:40.396Z[ host-image] Aug 17 03:54:38.388 INFO O| Aug 17 03:54:38.388 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-08-17T03:54:40.405Z[ host-image] Aug 17 03:54:38.397 INFO O| Aug 17 03:54:38.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85212024-08-17T03:54:40.405Z[ host-image] Aug 17 03:54:38.397 INFO O| Aug 17 03:54:38.397 INFO STEP 40 (remove_files) COMPLETE
85222024-08-17T03:54:40.407Z[ host-image] Aug 17 03:54:38.397 INFO O| Aug 17 03:54:38.397 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-08-17T03:54:40.414Z[ host-image] Aug 17 03:54:38.406 INFO O| Aug 17 03:54:38.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85242024-08-17T03:54:40.414Z[ host-image] Aug 17 03:54:38.406 INFO O| Aug 17 03:54:38.406 INFO STEP 41 (remove_files) COMPLETE
85252024-08-17T03:54:40.416Z[ host-image] Aug 17 03:54:38.406 INFO O| Aug 17 03:54:38.406 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-08-17T03:54:40.423Z[ host-image] Aug 17 03:54:38.415 INFO O| Aug 17 03:54:38.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85272024-08-17T03:54:40.426Z[ host-image] Aug 17 03:54:38.415 INFO O| Aug 17 03:54:38.415 INFO STEP 42 (remove_files) COMPLETE
85282024-08-17T03:54:40.426Z[ host-image] Aug 17 03:54:38.415 INFO O| Aug 17 03:54:38.415 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-08-17T03:54:40.432Z[ host-image] Aug 17 03:54:38.424 INFO O| Aug 17 03:54:38.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85302024-08-17T03:54:40.432Z[ host-image] Aug 17 03:54:38.424 INFO O| Aug 17 03:54:38.424 INFO STEP 43 (remove_files) COMPLETE
85312024-08-17T03:54:40.435Z[ host-image] Aug 17 03:54:38.424 INFO O| Aug 17 03:54:38.424 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-08-17T03:54:40.442Z[ host-image] Aug 17 03:54:38.433 INFO O| Aug 17 03:54:38.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85332024-08-17T03:54:40.442Z[ host-image] Aug 17 03:54:38.433 INFO O| Aug 17 03:54:38.433 INFO STEP 44 (remove_files) COMPLETE
85342024-08-17T03:54:40.442Z[ host-image] Aug 17 03:54:38.433 INFO O| Aug 17 03:54:38.433 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-08-17T03:54:40.450Z[ host-image] Aug 17 03:54:38.442 INFO O| Aug 17 03:54:38.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85362024-08-17T03:54:40.450Z[ host-image] Aug 17 03:54:38.442 INFO O| Aug 17 03:54:38.442 INFO STEP 45 (remove_files) COMPLETE
85372024-08-17T03:54:40.450Z[ host-image] Aug 17 03:54:38.442 INFO O| Aug 17 03:54:38.442 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-08-17T03:54:40.460Z[ host-image] Aug 17 03:54:38.451 INFO O| Aug 17 03:54:38.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85392024-08-17T03:54:40.462Z[ host-image] Aug 17 03:54:38.451 INFO O| Aug 17 03:54:38.451 INFO STEP 46 (remove_files) COMPLETE
85402024-08-17T03:54:40.462Z[ host-image] Aug 17 03:54:38.451 INFO O| Aug 17 03:54:38.451 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-08-17T03:54:40.468Z[ host-image] Aug 17 03:54:38.460 INFO O| Aug 17 03:54:38.460 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85422024-08-17T03:54:40.468Z[ host-image] Aug 17 03:54:38.460 INFO O| Aug 17 03:54:38.460 INFO STEP 47 (remove_files) COMPLETE
85432024-08-17T03:54:40.470Z[ host-image] Aug 17 03:54:38.460 INFO O| Aug 17 03:54:38.460 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-08-17T03:54:40.477Z[ host-image] Aug 17 03:54:38.469 INFO O| Aug 17 03:54:38.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85452024-08-17T03:54:40.477Z[ host-image] Aug 17 03:54:38.469 INFO O| Aug 17 03:54:38.469 INFO STEP 48 (remove_files) COMPLETE
85462024-08-17T03:54:40.477Z[ host-image] Aug 17 03:54:38.469 INFO O| Aug 17 03:54:38.469 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-08-17T03:54:40.488Z[ host-image] Aug 17 03:54:38.478 INFO O| Aug 17 03:54:38.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85482024-08-17T03:54:40.490Z[ host-image] Aug 17 03:54:38.478 INFO O| Aug 17 03:54:38.478 INFO STEP 49 (remove_files) COMPLETE
85492024-08-17T03:54:40.490Z[ host-image] Aug 17 03:54:38.478 INFO O| Aug 17 03:54:38.478 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-08-17T03:54:40.495Z[ host-image] Aug 17 03:54:38.487 INFO O| Aug 17 03:54:38.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85512024-08-17T03:54:40.497Z[ host-image] Aug 17 03:54:38.487 INFO O| Aug 17 03:54:38.487 INFO STEP 50 (remove_files) COMPLETE
85522024-08-17T03:54:40.497Z[ host-image] Aug 17 03:54:38.487 INFO O| Aug 17 03:54:38.487 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-08-17T03:54:40.504Z[ host-image] Aug 17 03:54:38.496 INFO O| Aug 17 03:54:38.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85542024-08-17T03:54:40.504Z[ host-image] Aug 17 03:54:38.496 INFO O| Aug 17 03:54:38.496 INFO STEP 51 (remove_files) COMPLETE
85552024-08-17T03:54:40.506Z[ host-image] Aug 17 03:54:38.496 INFO O| Aug 17 03:54:38.496 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-08-17T03:54:40.513Z[ host-image] Aug 17 03:54:38.505 INFO O| Aug 17 03:54:38.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85572024-08-17T03:54:40.515Z[ host-image] Aug 17 03:54:38.505 INFO O| Aug 17 03:54:38.505 INFO STEP 52 (remove_files) COMPLETE
85582024-08-17T03:54:40.515Z[ host-image] Aug 17 03:54:38.505 INFO O| Aug 17 03:54:38.505 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-08-17T03:54:40.522Z[ host-image] Aug 17 03:54:38.514 INFO O| Aug 17 03:54:38.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85602024-08-17T03:54:40.522Z[ host-image] Aug 17 03:54:38.514 INFO O| Aug 17 03:54:38.514 INFO STEP 53 (remove_files) COMPLETE
85612024-08-17T03:54:40.524Z[ host-image] Aug 17 03:54:38.515 INFO O| Aug 17 03:54:38.514 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-08-17T03:54:40.531Z[ host-image] Aug 17 03:54:38.523 INFO O| Aug 17 03:54:38.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85632024-08-17T03:54:40.531Z[ host-image] Aug 17 03:54:38.524 INFO O| Aug 17 03:54:38.524 INFO STEP 54 (remove_files) COMPLETE
85642024-08-17T03:54:40.533Z[ host-image] Aug 17 03:54:38.524 INFO O| Aug 17 03:54:38.524 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-08-17T03:54:40.540Z[ host-image] Aug 17 03:54:38.533 INFO O| Aug 17 03:54:38.532 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85662024-08-17T03:54:40.540Z[ host-image] Aug 17 03:54:38.533 INFO O| Aug 17 03:54:38.533 INFO STEP 55 (remove_files) COMPLETE
85672024-08-17T03:54:40.542Z[ host-image] Aug 17 03:54:38.533 INFO O| Aug 17 03:54:38.533 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-08-17T03:54:40.549Z[ host-image] Aug 17 03:54:38.542 INFO O| Aug 17 03:54:38.542 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85692024-08-17T03:54:40.549Z[ host-image] Aug 17 03:54:38.542 INFO O| Aug 17 03:54:38.542 INFO STEP 56 (remove_files) COMPLETE
85702024-08-17T03:54:40.549Z[ host-image] Aug 17 03:54:38.542 INFO O| Aug 17 03:54:38.542 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-08-17T03:54:40.558Z[ host-image] Aug 17 03:54:38.551 INFO O| Aug 17 03:54:38.551 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85722024-08-17T03:54:40.558Z[ host-image] Aug 17 03:54:38.551 INFO O| Aug 17 03:54:38.551 INFO STEP 57 (remove_files) COMPLETE
85732024-08-17T03:54:40.561Z[ host-image] Aug 17 03:54:38.551 INFO O| Aug 17 03:54:38.551 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-08-17T03:54:40.568Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85752024-08-17T03:54:40.568Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85762024-08-17T03:54:40.570Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85772024-08-17T03:54:40.570Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85782024-08-17T03:54:40.570Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85792024-08-17T03:54:40.570Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85802024-08-17T03:54:40.570Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 INFO ok!
85812024-08-17T03:54:40.570Z[ host-image] Aug 17 03:54:38.560 INFO O| Aug 17 03:54:38.560 INFO STEP 58 (ensure_file) COMPLETE
85822024-08-17T03:54:40.570Z[ host-image] Aug 17 03:54:38.561 INFO O| Aug 17 03:54:38.560 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-08-17T03:54:40.577Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85842024-08-17T03:54:40.577Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85852024-08-17T03:54:40.580Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85862024-08-17T03:54:40.580Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85872024-08-17T03:54:40.580Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85882024-08-17T03:54:40.580Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85892024-08-17T03:54:40.580Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO ok!
85902024-08-17T03:54:40.580Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO STEP 59 (ensure_file) COMPLETE
85912024-08-17T03:54:40.580Z[ host-image] Aug 17 03:54:38.570 INFO O| Aug 17 03:54:38.570 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-08-17T03:54:40.587Z[ host-image] Aug 17 03:54:38.579 INFO O| Aug 17 03:54:38.579 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85932024-08-17T03:54:40.587Z[ host-image] Aug 17 03:54:38.579 INFO O| Aug 17 03:54:38.579 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85942024-08-17T03:54:40.589Z[ host-image] Aug 17 03:54:38.579 INFO O| Aug 17 03:54:38.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85952024-08-17T03:54:40.589Z[ host-image] Aug 17 03:54:38.579 INFO O| Aug 17 03:54:38.579 INFO ok!
85962024-08-17T03:54:40.589Z[ host-image] Aug 17 03:54:38.579 INFO O| Aug 17 03:54:38.579 INFO STEP 60 (ensure_file) COMPLETE
85972024-08-17T03:54:40.589Z[ host-image] Aug 17 03:54:38.579 INFO O| Aug 17 03:54:38.579 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-08-17T03:54:40.596Z[ host-image] Aug 17 03:54:38.589 INFO O| Aug 17 03:54:38.588 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85992024-08-17T03:54:40.596Z[ host-image] Aug 17 03:54:38.589 INFO O| Aug 17 03:54:38.589 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86002024-08-17T03:54:40.600Z[ host-image] Aug 17 03:54:38.589 INFO O| Aug 17 03:54:38.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86012024-08-17T03:54:40.600Z[ host-image] Aug 17 03:54:38.589 INFO O| Aug 17 03:54:38.589 INFO ok!
86022024-08-17T03:54:40.600Z[ host-image] Aug 17 03:54:38.589 INFO O| Aug 17 03:54:38.589 INFO STEP 61 (ensure_file) COMPLETE
86032024-08-17T03:54:40.600Z[ host-image] Aug 17 03:54:38.589 INFO O| Aug 17 03:54:38.589 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-08-17T03:54:40.607Z[ host-image] Aug 17 03:54:38.598 INFO O| Aug 17 03:54:38.598 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86052024-08-17T03:54:40.607Z[ host-image] Aug 17 03:54:38.598 INFO O| Aug 17 03:54:38.598 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86062024-08-17T03:54:40.609Z[ host-image] Aug 17 03:54:38.598 INFO O| Aug 17 03:54:38.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86072024-08-17T03:54:40.609Z[ host-image] Aug 17 03:54:38.598 INFO O| Aug 17 03:54:38.598 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86082024-08-17T03:54:40.609Z[ host-image] Aug 17 03:54:38.598 INFO O| Aug 17 03:54:38.598 INFO ok!
86092024-08-17T03:54:40.609Z[ host-image] Aug 17 03:54:38.598 INFO O| Aug 17 03:54:38.598 INFO STEP 62 (ensure_file) COMPLETE
86102024-08-17T03:54:40.609Z[ host-image] Aug 17 03:54:38.598 INFO O| Aug 17 03:54:38.598 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-08-17T03:54:40.615Z[ host-image] Aug 17 03:54:38.607 INFO O| Aug 17 03:54:38.607 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86122024-08-17T03:54:40.615Z[ host-image] Aug 17 03:54:38.607 INFO O| Aug 17 03:54:38.607 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86132024-08-17T03:54:40.617Z[ host-image] Aug 17 03:54:38.607 INFO O| Aug 17 03:54:38.607 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86142024-08-17T03:54:40.617Z[ host-image] Aug 17 03:54:38.607 INFO O| Aug 17 03:54:38.607 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86152024-08-17T03:54:40.617Z[ host-image] Aug 17 03:54:38.607 INFO O| Aug 17 03:54:38.607 INFO ok!
86162024-08-17T03:54:40.617Z[ host-image] Aug 17 03:54:38.607 INFO O| Aug 17 03:54:38.607 INFO STEP 63 (ensure_file) COMPLETE
86172024-08-17T03:54:40.617Z[ host-image] Aug 17 03:54:38.607 INFO O| Aug 17 03:54:38.607 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-08-17T03:54:40.624Z[ host-image] Aug 17 03:54:38.616 INFO O| Aug 17 03:54:38.616 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86192024-08-17T03:54:40.624Z[ host-image] Aug 17 03:54:38.617 INFO O| Aug 17 03:54:38.616 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86202024-08-17T03:54:40.624Z[ host-image] Aug 17 03:54:38.617 INFO O| Aug 17 03:54:38.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86212024-08-17T03:54:40.627Z[ host-image] Aug 17 03:54:38.617 INFO O| Aug 17 03:54:38.617 INFO ok!
86222024-08-17T03:54:40.627Z[ host-image] Aug 17 03:54:38.617 INFO O| Aug 17 03:54:38.617 INFO STEP 64 (assemble_files) COMPLETE
86232024-08-17T03:54:40.627Z[ host-image] Aug 17 03:54:38.617 INFO O| Aug 17 03:54:38.617 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86242024-08-17T03:54:40.633Z[ host-image] Aug 17 03:54:38.626 INFO O| Aug 17 03:54:38.626 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86252024-08-17T03:54:40.633Z[ host-image] Aug 17 03:54:38.626 INFO O| Aug 17 03:54:38.626 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86262024-08-17T03:54:40.633Z[ host-image] Aug 17 03:54:38.626 INFO O| Aug 17 03:54:38.626 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86272024-08-17T03:54:40.637Z[ host-image] Aug 17 03:54:38.626 INFO O| Aug 17 03:54:38.626 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86282024-08-17T03:54:40.637Z[ host-image] Aug 17 03:54:38.626 INFO O| Aug 17 03:54:38.626 INFO ok!
86292024-08-17T03:54:40.637Z[ host-image] Aug 17 03:54:38.626 INFO O| Aug 17 03:54:38.626 INFO STEP 65 (ensure_file) COMPLETE
86302024-08-17T03:54:40.637Z[ host-image] Aug 17 03:54:38.626 INFO O| Aug 17 03:54:38.626 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-08-17T03:54:40.643Z[ host-image] Aug 17 03:54:38.635 INFO O| Aug 17 03:54:38.635 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86322024-08-17T03:54:40.646Z[ host-image] Aug 17 03:54:38.635 INFO O| Aug 17 03:54:38.635 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86332024-08-17T03:54:40.646Z[ host-image] Aug 17 03:54:38.635 INFO O| Aug 17 03:54:38.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86342024-08-17T03:54:40.646Z[ host-image] Aug 17 03:54:38.635 INFO O| Aug 17 03:54:38.635 INFO STEP 66 (ensure_dir) COMPLETE
86352024-08-17T03:54:40.646Z[ host-image] Aug 17 03:54:38.635 INFO O| Aug 17 03:54:38.635 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-08-17T03:54:40.652Z[ host-image] Aug 17 03:54:38.644 INFO O| Aug 17 03:54:38.644 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86372024-08-17T03:54:40.652Z[ host-image] Aug 17 03:54:38.644 INFO O| Aug 17 03:54:38.644 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 ...
86382024-08-17T03:54:40.659Z[ host-image] Aug 17 03:54:38.651 INFO O| Aug 17 03:54:38.651 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
86392024-08-17T03:54:40.659Z[ host-image] Aug 17 03:54:38.651 INFO O| Aug 17 03:54:38.651 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86402024-08-17T03:54:40.661Z[ host-image] Aug 17 03:54:38.651 INFO O| Aug 17 03:54:38.651 INFO ok!
86412024-08-17T03:54:40.661Z[ host-image] Aug 17 03:54:38.651 INFO O| Aug 17 03:54:38.651 INFO STEP 67 (ensure_file) COMPLETE
86422024-08-17T03:54:40.661Z[ host-image] Aug 17 03:54:38.651 INFO O| Aug 17 03:54:38.651 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-08-17T03:54:40.668Z[ host-image] Aug 17 03:54:38.660 INFO O| Aug 17 03:54:38.660 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86442024-08-17T03:54:40.668Z[ host-image] Aug 17 03:54:38.660 INFO O| Aug 17 03:54:38.660 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 ...
86452024-08-17T03:54:40.670Z[ host-image] Aug 17 03:54:38.660 INFO O| Aug 17 03:54:38.660 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
86462024-08-17T03:54:40.670Z[ host-image] Aug 17 03:54:38.661 INFO O| Aug 17 03:54:38.660 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86472024-08-17T03:54:40.670Z[ host-image] Aug 17 03:54:38.661 INFO O| Aug 17 03:54:38.661 INFO ok!
86482024-08-17T03:54:40.670Z[ host-image] Aug 17 03:54:38.661 INFO O| Aug 17 03:54:38.661 INFO STEP 68 (ensure_file) COMPLETE
86492024-08-17T03:54:40.670Z[ host-image] Aug 17 03:54:38.661 INFO O| Aug 17 03:54:38.661 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-08-17T03:54:40.682Z[ host-image] Aug 17 03:54:38.674 INFO O| Aug 17 03:54:38.674 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86512024-08-17T03:54:40.682Z[ host-image] Aug 17 03:54:38.674 INFO O| Aug 17 03:54:38.674 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86522024-08-17T03:54:42.789Z[ host-image] Aug 17 03:54:40.781 INFO O| Aug 17 03:54:40.780 INFO STEP 69 (pack_tar) COMPLETE
86532024-08-17T03:54:42.789Z[ host-image] Aug 17 03:54:40.781 INFO O| Aug 17 03:54:40.780 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86542024-08-17T03:54:42.791Z[ host-image] Aug 17 03:54:40.781 INFO O| Aug 17 03:54:40.781 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86552024-08-17T03:54:43.007Z[ host-image] Aug 17 03:54:40.999 INFO O| Aug 17 03:54:40.998 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86562024-08-17T03:54:43.089Z[ host-image] Aug 17 03:54:41.081 INFO O| Aug 17 03:54:41.080 INFO completed processing gimlet/ramdisk-02-trim
86572024-08-17T03:54:43.091Z[ host-image] Aug 17 03:54:41.083 INFO image builder template: zfs...
86582024-08-17T03:54:43.091Z[ host-image] Aug 17 03:54:41.083 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/.tmpcPIiuD/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
86592024-08-17T03:54:43.104Z[ host-image] Aug 17 03:54:41.096 INFO O| Aug 17 03:54:41.096 INFO skip include "stress" because feature "stress" is not enabled
86602024-08-17T03:54:43.134Z[ host-image] Aug 17 03:54:41.126 INFO O| Aug 17 03:54:41.126 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86612024-08-17T03:54:43.137Z[ host-image] Aug 17 03:54:41.129 INFO O| Aug 17 03:54:41.129 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86622024-08-17T03:54:43.201Z[ host-image] Aug 17 03:54:41.193 INFO O| Aug 17 03:54:41.193 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86632024-08-17T03:54:43.260Z[ host-image] Aug 17 03:54:41.251 INFO O| Aug 17 03:54:41.251 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86642024-08-17T03:54:43.262Z[ host-image] Aug 17 03:54:41.252 INFO O| Aug 17 03:54:41.252 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86652024-08-17T03:54:43.264Z[ host-image] Aug 17 03:54:41.255 INFO O| Aug 17 03:54:41.255 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86662024-08-17T03:54:43.348Z[ host-image] Aug 17 03:54:41.340 INFO O| Aug 17 03:54:41.340 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86672024-08-17T03:54:43.418Z[ host-image] Aug 17 03:54:41.410 INFO O| Aug 17 03:54:41.410 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86682024-08-17T03:54:43.427Z[ host-image] Aug 17 03:54:41.418 INFO O| Aug 17 03:54:41.418 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86692024-08-17T03:54:43.431Z[ host-image] Aug 17 03:54:41.423 INFO O| Aug 17 03:54:41.423 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86702024-08-17T03:54:43.433Z[ host-image] Aug 17 03:54:41.423 INFO O| Aug 17 03:54:41.423 INFO no lofi found
86712024-08-17T03:54:43.433Z[ host-image] Aug 17 03:54:41.423 INFO O| Aug 17 03:54:41.423 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86722024-08-17T03:54:43.433Z[ host-image] Aug 17 03:54:41.423 INFO O| Aug 17 03:54:41.423 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86732024-08-17T03:54:45.018Z[ host-image] Aug 17 03:54:43.009 INFO O| Aug 17 03:54:43.009 INFO lofi device = /dev/dsk/c2t1d0p0
86742024-08-17T03:54:45.018Z[ host-image] Aug 17 03:54:43.009 INFO O| Aug 17 03:54:43.009 INFO pool device = /dev/dsk/c2t1d0p0
86752024-08-17T03:54:45.021Z[ host-image] Aug 17 03:54:43.009 INFO O| Aug 17 03:54:43.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86762024-08-17T03:54:45.084Z[ host-image] Aug 17 03:54:43.076 INFO O| Aug 17 03:54:43.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86772024-08-17T03:54:45.085Z[ host-image] Aug 17 03:54:43.076 INFO O| Aug 17 03:54:43.076 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86782024-08-17T03:54:45.122Z[ host-image] Aug 17 03:54:43.113 INFO O| Aug 17 03:54:43.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86792024-08-17T03:54:45.178Z[ host-image] Aug 17 03:54:43.169 INFO O| Aug 17 03:54:43.169 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86802024-08-17T03:54:45.223Z[ host-image] Aug 17 03:54:43.214 INFO O| Aug 17 03:54:43.214 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86812024-08-17T03:54:45.235Z[ host-image] Aug 17 03:54:43.226 INFO O| Aug 17 03:54:43.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86822024-08-17T03:54:45.244Z[ host-image] Aug 17 03:54:43.235 INFO O| Aug 17 03:54:43.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86832024-08-17T03:54:45.293Z[ host-image] Aug 17 03:54:43.285 INFO O| Aug 17 03:54:43.285 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86842024-08-17T03:54:45.301Z[ host-image] Aug 17 03:54:43.285 INFO O| Aug 17 03:54:43.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86852024-08-17T03:54:45.302Z[ host-image] Aug 17 03:54:43.285 INFO O| Aug 17 03:54:43.285 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86862024-08-17T03:54:45.308Z[ host-image] Aug 17 03:54:43.292 INFO O| Aug 17 03:54:43.292 INFO boot environment UUID: c58ecc53-e069-4bf9-863c-c880f93b8a7a
86872024-08-17T03:54:45.308Z[ host-image] Aug 17 03:54:43.292 INFO O| Aug 17 03:54:43.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c58ecc53-e069-4bf9-863c-c880f93b8a7a
86882024-08-17T03:54:45.311Z[ host-image] Aug 17 03:54:43.301 INFO O| Aug 17 03:54:43.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86892024-08-17T03:54:45.318Z[ host-image] Aug 17 03:54:43.309 INFO O| Aug 17 03:54:43.309 INFO STEP 0 (create_be) COMPLETE
86902024-08-17T03:54:45.318Z[ host-image] Aug 17 03:54:43.309 INFO O| Aug 17 03:54:43.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86912024-08-17T03:54:45.331Z[ host-image] Aug 17 03:54:43.323 INFO O| Aug 17 03:54:43.323 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86922024-08-17T03:55:04.450Z[ host-image] Aug 17 03:55:02.436 INFO O| Aug 17 03:55:02.436 INFO STEP 1 (unpack_tar) COMPLETE
86932024-08-17T03:55:04.451Z[ host-image] Aug 17 03:55:02.436 INFO O| Aug 17 03:55:02.436 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86942024-08-17T03:55:04.462Z[ host-image] Aug 17 03:55:02.448 INFO O| Aug 17 03:55:02.448 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86952024-08-17T03:55:04.606Z[ host-image] Aug 17 03:55:02.589 INFO O| Aug 17 03:55:02.589 INFO STEP 2 (devfsadm) COMPLETE
86962024-08-17T03:55:04.609Z[ host-image] Aug 17 03:55:02.589 INFO O| Aug 17 03:55:02.589 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86972024-08-17T03:55:04.613Z[ host-image] Aug 17 03:55:02.601 INFO O| Aug 17 03:55:02.601 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86982024-08-17T03:55:04.613Z[ host-image] Aug 17 03:55:02.601 INFO O| Aug 17 03:55:02.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86992024-08-17T03:55:04.616Z[ host-image] Aug 17 03:55:02.601 INFO O| Aug 17 03:55:02.601 INFO STEP 3 (ensure_dir) COMPLETE
87002024-08-17T03:55:04.616Z[ host-image] Aug 17 03:55:02.601 INFO O| Aug 17 03:55:02.601 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87012024-08-17T03:55:04.623Z[ host-image] Aug 17 03:55:02.610 INFO O| Aug 17 03:55:02.610 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87022024-08-17T03:55:04.623Z[ host-image] Aug 17 03:55:02.610 INFO O| Aug 17 03:55:02.610 INFO STEP 4 (ensure_dir) COMPLETE
87032024-08-17T03:55:04.627Z[ host-image] Aug 17 03:55:02.610 INFO O| Aug 17 03:55:02.610 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87042024-08-17T03:55:04.634Z[ host-image] Aug 17 03:55:02.620 INFO O| Aug 17 03:55:02.620 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87052024-08-17T03:55:04.634Z[ host-image] Aug 17 03:55:02.620 INFO O| Aug 17 03:55:02.620 INFO STEP 5 (ensure_dir) COMPLETE
87062024-08-17T03:55:04.634Z[ host-image] Aug 17 03:55:02.620 INFO O| Aug 17 03:55:02.620 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87072024-08-17T03:55:04.643Z[ host-image] Aug 17 03:55:02.629 INFO O| Aug 17 03:55:02.629 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87082024-08-17T03:55:04.648Z[ host-image] Aug 17 03:55:02.629 INFO O| Aug 17 03:55:02.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87092024-08-17T03:55:04.648Z[ host-image] Aug 17 03:55:02.629 INFO O| Aug 17 03:55:02.629 INFO STEP 6 (ensure_dir) COMPLETE
87102024-08-17T03:55:04.648Z[ host-image] Aug 17 03:55:02.629 INFO O| Aug 17 03:55:02.629 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87112024-08-17T03:55:04.662Z[ host-image] Aug 17 03:55:02.638 INFO O| Aug 17 03:55:02.638 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87122024-08-17T03:55:04.663Z[ host-image] Aug 17 03:55:02.638 INFO O| Aug 17 03:55:02.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87132024-08-17T03:55:04.663Z[ host-image] Aug 17 03:55:02.638 INFO O| Aug 17 03:55:02.638 INFO STEP 7 (ensure_dir) COMPLETE
87142024-08-17T03:55:04.663Z[ host-image] Aug 17 03:55:02.638 INFO O| Aug 17 03:55:02.638 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87152024-08-17T03:55:04.666Z[ host-image] Aug 17 03:55:02.647 INFO O| Aug 17 03:55:02.647 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87162024-08-17T03:55:04.666Z[ host-image] Aug 17 03:55:02.647 INFO O| Aug 17 03:55:02.647 INFO STEP 8 (remove_files) COMPLETE
87172024-08-17T03:55:04.666Z[ host-image] Aug 17 03:55:02.647 INFO O| Aug 17 03:55:02.647 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87182024-08-17T03:55:04.669Z[ host-image] Aug 17 03:55:02.656 INFO O| Aug 17 03:55:02.656 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87192024-08-17T03:55:04.672Z[ host-image] Aug 17 03:55:02.657 INFO O| Aug 17 03:55:02.657 INFO STEP 9 (remove_files) COMPLETE
87202024-08-17T03:55:04.672Z[ host-image] Aug 17 03:55:02.657 INFO O| Aug 17 03:55:02.657 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87212024-08-17T03:55:04.678Z[ host-image] Aug 17 03:55:02.666 INFO O| Aug 17 03:55:02.666 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87222024-08-17T03:55:04.681Z[ host-image] Aug 17 03:55:02.667 INFO O| Aug 17 03:55:02.667 INFO STEP 10 (remove_files) COMPLETE
87232024-08-17T03:55:04.681Z[ host-image] Aug 17 03:55:02.667 INFO O| Aug 17 03:55:02.667 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87242024-08-17T03:55:04.689Z[ host-image] Aug 17 03:55:02.676 INFO O| Aug 17 03:55:02.676 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87252024-08-17T03:55:04.694Z[ host-image] Aug 17 03:55:02.676 INFO O| Aug 17 03:55:02.676 INFO STEP 11 (remove_files) COMPLETE
87262024-08-17T03:55:04.694Z[ host-image] Aug 17 03:55:02.676 INFO O| Aug 17 03:55:02.676 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87272024-08-17T03:55:04.701Z[ host-image] Aug 17 03:55:02.685 INFO O| Aug 17 03:55:02.685 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87282024-08-17T03:55:04.701Z[ host-image] Aug 17 03:55:02.685 INFO O| Aug 17 03:55:02.685 INFO STEP 12 (remove_files) COMPLETE
87292024-08-17T03:55:04.701Z[ host-image] Aug 17 03:55:02.685 INFO O| Aug 17 03:55:02.685 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87302024-08-17T03:55:04.709Z[ host-image] Aug 17 03:55:02.694 INFO O| Aug 17 03:55:02.694 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87312024-08-17T03:55:04.713Z[ host-image] Aug 17 03:55:02.695 INFO O| Aug 17 03:55:02.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87322024-08-17T03:55:04.713Z[ host-image] Aug 17 03:55:02.695 INFO O| Aug 17 03:55:02.695 INFO STEP 13 (ensure_dir) COMPLETE
87332024-08-17T03:55:04.713Z[ host-image] Aug 17 03:55:02.695 INFO O| Aug 17 03:55:02.695 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87342024-08-17T03:55:04.718Z[ host-image] Aug 17 03:55:02.703 INFO O| Aug 17 03:55:02.703 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87352024-08-17T03:55:04.718Z[ host-image] Aug 17 03:55:02.704 INFO O| Aug 17 03:55:02.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87362024-08-17T03:55:04.719Z[ host-image] Aug 17 03:55:02.704 INFO O| Aug 17 03:55:02.704 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87372024-08-17T03:55:04.719Z[ host-image] Aug 17 03:55:02.704 INFO O| Aug 17 03:55:02.704 INFO STEP 14 (ensure_dir) COMPLETE
87382024-08-17T03:55:04.719Z[ host-image] Aug 17 03:55:02.704 INFO O| Aug 17 03:55:02.704 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392024-08-17T03:55:04.725Z[ host-image] Aug 17 03:55:02.713 INFO O| Aug 17 03:55:02.713 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87402024-08-17T03:55:04.725Z[ host-image] Aug 17 03:55:02.713 INFO O| Aug 17 03:55:02.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87412024-08-17T03:55:04.728Z[ host-image] Aug 17 03:55:02.713 INFO O| Aug 17 03:55:02.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87422024-08-17T03:55:04.728Z[ host-image] Aug 17 03:55:02.713 INFO O| Aug 17 03:55:02.713 INFO STEP 15 (ensure_dir) COMPLETE
87432024-08-17T03:55:04.728Z[ host-image] Aug 17 03:55:02.713 INFO O| Aug 17 03:55:02.713 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87442024-08-17T03:55:04.734Z[ host-image] Aug 17 03:55:02.722 INFO O| Aug 17 03:55:02.722 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87452024-08-17T03:55:04.735Z[ host-image] Aug 17 03:55:02.722 INFO O| Aug 17 03:55:02.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87462024-08-17T03:55:04.738Z[ host-image] Aug 17 03:55:02.722 INFO O| Aug 17 03:55:02.722 INFO STEP 16 (ensure_dir) COMPLETE
87472024-08-17T03:55:04.739Z[ host-image] Aug 17 03:55:02.722 INFO O| Aug 17 03:55:02.722 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87482024-08-17T03:55:04.743Z[ host-image] Aug 17 03:55:02.731 INFO O| Aug 17 03:55:02.731 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87492024-08-17T03:55:04.747Z[ host-image] Aug 17 03:55:02.731 INFO O| Aug 17 03:55:02.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87502024-08-17T03:55:04.747Z[ host-image] Aug 17 03:55:02.731 INFO O| Aug 17 03:55:02.731 INFO STEP 17 (ensure_dir) COMPLETE
87512024-08-17T03:55:04.747Z[ host-image] Aug 17 03:55:02.731 INFO O| Aug 17 03:55:02.731 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87522024-08-17T03:55:04.753Z[ host-image] Aug 17 03:55:02.740 INFO O| Aug 17 03:55:02.740 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87532024-08-17T03:55:04.754Z[ host-image] Aug 17 03:55:02.740 INFO O| Aug 17 03:55:02.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87542024-08-17T03:55:04.763Z[ host-image] Aug 17 03:55:02.740 INFO O| Aug 17 03:55:02.740 INFO ok!
87552024-08-17T03:55:04.763Z[ host-image] Aug 17 03:55:02.740 INFO O| Aug 17 03:55:02.740 INFO STEP 18 (ensure_symlink) COMPLETE
87562024-08-17T03:55:04.763Z[ host-image] Aug 17 03:55:02.740 INFO O| Aug 17 03:55:02.740 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87572024-08-17T03:55:04.767Z[ host-image] Aug 17 03:55:02.749 INFO O| Aug 17 03:55:02.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87582024-08-17T03:55:04.768Z[ host-image] Aug 17 03:55:02.749 INFO O| Aug 17 03:55:02.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87592024-08-17T03:55:04.768Z[ host-image] Aug 17 03:55:02.749 INFO O| Aug 17 03:55:02.749 INFO ok!
87602024-08-17T03:55:04.768Z[ host-image] Aug 17 03:55:02.749 INFO O| Aug 17 03:55:02.749 INFO STEP 19 (ensure_file) COMPLETE
87612024-08-17T03:55:04.768Z[ host-image] Aug 17 03:55:02.750 INFO O| Aug 17 03:55:02.749 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87622024-08-17T03:55:04.772Z[ host-image] Aug 17 03:55:02.759 INFO O| Aug 17 03:55:02.759 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87632024-08-17T03:55:04.772Z[ host-image] Aug 17 03:55:02.759 INFO O| Aug 17 03:55:02.759 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87642024-08-17T03:55:04.775Z[ host-image] Aug 17 03:55:02.759 INFO O| Aug 17 03:55:02.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87652024-08-17T03:55:04.776Z[ host-image] Aug 17 03:55:02.759 INFO O| Aug 17 03:55:02.759 INFO ok!
87662024-08-17T03:55:04.776Z[ host-image] Aug 17 03:55:02.759 INFO O| Aug 17 03:55:02.759 INFO STEP 20 (ensure_symlink) COMPLETE
87672024-08-17T03:55:04.776Z[ host-image] Aug 17 03:55:02.759 INFO O| Aug 17 03:55:02.759 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87682024-08-17T03:55:04.780Z[ host-image] Aug 17 03:55:02.768 INFO O| Aug 17 03:55:02.768 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87692024-08-17T03:55:04.783Z[ host-image] Aug 17 03:55:02.768 INFO O| Aug 17 03:55:02.768 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87702024-08-17T03:55:04.784Z[ host-image] Aug 17 03:55:02.768 INFO O| Aug 17 03:55:02.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87712024-08-17T03:55:04.784Z[ host-image] Aug 17 03:55:02.768 INFO O| Aug 17 03:55:02.768 INFO ok!
87722024-08-17T03:55:04.784Z[ host-image] Aug 17 03:55:02.768 INFO O| Aug 17 03:55:02.768 INFO STEP 21 (ensure_symlink) COMPLETE
87732024-08-17T03:55:04.784Z[ host-image] Aug 17 03:55:02.768 INFO O| Aug 17 03:55:02.768 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87742024-08-17T03:55:04.807Z[ host-image] Aug 17 03:55:02.777 INFO O| Aug 17 03:55:02.777 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87752024-08-17T03:55:04.807Z[ host-image] Aug 17 03:55:02.777 INFO O| Aug 17 03:55:02.777 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87762024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.777 INFO O| Aug 17 03:55:02.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87772024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.777 INFO O| Aug 17 03:55:02.777 INFO ok!
87782024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.777 INFO O| Aug 17 03:55:02.777 INFO STEP 22 (ensure_symlink) COMPLETE
87792024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.777 INFO O| Aug 17 03:55:02.777 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87802024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.786 INFO O| Aug 17 03:55:02.786 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87812024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.786 INFO O| Aug 17 03:55:02.786 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87822024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.786 INFO O| Aug 17 03:55:02.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87832024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.786 INFO O| Aug 17 03:55:02.786 INFO ok!
87842024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.786 INFO O| Aug 17 03:55:02.786 INFO STEP 23 (ensure_symlink) COMPLETE
87852024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.786 INFO O| Aug 17 03:55:02.786 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87862024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.795 INFO O| Aug 17 03:55:02.795 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87872024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.795 INFO O| Aug 17 03:55:02.795 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87882024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.796 INFO O| Aug 17 03:55:02.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87892024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.796 INFO O| Aug 17 03:55:02.796 INFO ok!
87902024-08-17T03:55:04.815Z[ host-image] Aug 17 03:55:02.796 INFO O| Aug 17 03:55:02.796 INFO STEP 24 (ensure_file) COMPLETE
87912024-08-17T03:55:04.816Z[ host-image] Aug 17 03:55:02.796 INFO O| Aug 17 03:55:02.796 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87922024-08-17T03:55:04.824Z[ host-image] Aug 17 03:55:02.805 INFO O| Aug 17 03:55:02.805 INFO updating shadow file
87932024-08-17T03:55:04.824Z[ host-image] Aug 17 03:55:02.805 INFO O| Aug 17 03:55:02.805 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87942024-08-17T03:55:04.824Z[ host-image] Aug 17 03:55:02.805 INFO O| Aug 17 03:55:02.805 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87952024-08-17T03:55:04.824Z[ host-image] Aug 17 03:55:02.805 INFO O| Aug 17 03:55:02.805 INFO STEP 25 (shadow) COMPLETE
87962024-08-17T03:55:04.824Z[ host-image] Aug 17 03:55:02.805 INFO O| Aug 17 03:55:02.805 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87972024-08-17T03:55:04.833Z[ host-image] Aug 17 03:55:02.814 INFO O| Aug 17 03:55:02.814 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87982024-08-17T03:55:04.834Z[ host-image] Aug 17 03:55:02.815 INFO O| Aug 17 03:55:02.815 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87992024-08-17T03:55:04.834Z[ host-image] Aug 17 03:55:02.815 INFO O| Aug 17 03:55:02.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88002024-08-17T03:55:04.834Z[ host-image] Aug 17 03:55:02.815 INFO O| Aug 17 03:55:02.815 INFO ok!
88012024-08-17T03:55:04.834Z[ host-image] Aug 17 03:55:02.815 INFO O| Aug 17 03:55:02.815 INFO STEP 26 (ensure_file) COMPLETE
88022024-08-17T03:55:04.834Z[ host-image] Aug 17 03:55:02.815 INFO O| Aug 17 03:55:02.815 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88032024-08-17T03:55:04.837Z[ host-image] Aug 17 03:55:02.824 INFO O| Aug 17 03:55:02.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88042024-08-17T03:55:04.837Z[ host-image] Aug 17 03:55:02.824 INFO O| Aug 17 03:55:02.824 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88052024-08-17T03:55:04.837Z[ host-image] Aug 17 03:55:02.824 INFO O| Aug 17 03:55:02.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88062024-08-17T03:55:04.837Z[ host-image] Aug 17 03:55:02.824 INFO O| Aug 17 03:55:02.824 INFO ok!
88072024-08-17T03:55:04.837Z[ host-image] Aug 17 03:55:02.824 INFO O| Aug 17 03:55:02.824 INFO STEP 27 (ensure_file) COMPLETE
88082024-08-17T03:55:04.838Z[ host-image] Aug 17 03:55:02.824 INFO O| Aug 17 03:55:02.824 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092024-08-17T03:55:04.846Z[ host-image] Aug 17 03:55:02.833 INFO O| Aug 17 03:55:02.833 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88102024-08-17T03:55:04.846Z[ host-image] Aug 17 03:55:02.833 INFO O| Aug 17 03:55:02.833 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88112024-08-17T03:55:04.849Z[ host-image] Aug 17 03:55:02.833 INFO O| Aug 17 03:55:02.833 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88122024-08-17T03:55:04.849Z[ host-image] Aug 17 03:55:02.833 INFO O| Aug 17 03:55:02.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88132024-08-17T03:55:04.849Z[ host-image] Aug 17 03:55:02.833 INFO O| Aug 17 03:55:02.833 INFO ok!
88142024-08-17T03:55:04.849Z[ host-image] Aug 17 03:55:02.833 INFO O| Aug 17 03:55:02.833 INFO STEP 28 (ensure_file) COMPLETE
88152024-08-17T03:55:04.849Z[ host-image] Aug 17 03:55:02.833 INFO O| Aug 17 03:55:02.833 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88162024-08-17T03:55:04.856Z[ host-image] Aug 17 03:55:02.843 INFO O| Aug 17 03:55:02.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88172024-08-17T03:55:04.856Z[ host-image] Aug 17 03:55:02.843 INFO O| Aug 17 03:55:02.843 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88182024-08-17T03:55:04.856Z[ host-image] Aug 17 03:55:02.843 INFO O| Aug 17 03:55:02.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88192024-08-17T03:55:04.862Z[ host-image] Aug 17 03:55:02.843 INFO O| Aug 17 03:55:02.843 INFO ok!
88202024-08-17T03:55:04.863Z[ host-image] Aug 17 03:55:02.843 INFO O| Aug 17 03:55:02.843 INFO STEP 29 (ensure_file) COMPLETE
88212024-08-17T03:55:04.863Z[ host-image] Aug 17 03:55:02.843 INFO O| Aug 17 03:55:02.843 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88222024-08-17T03:55:04.867Z[ host-image] Aug 17 03:55:02.852 INFO O| Aug 17 03:55:02.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88232024-08-17T03:55:04.867Z[ host-image] Aug 17 03:55:02.852 INFO O| Aug 17 03:55:02.852 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88242024-08-17T03:55:04.867Z[ host-image] Aug 17 03:55:02.852 INFO O| Aug 17 03:55:02.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88252024-08-17T03:55:04.867Z[ host-image] Aug 17 03:55:02.852 INFO O| Aug 17 03:55:02.852 INFO ok!
88262024-08-17T03:55:04.867Z[ host-image] Aug 17 03:55:02.852 INFO O| Aug 17 03:55:02.852 INFO STEP 30 (ensure_file) COMPLETE
88272024-08-17T03:55:04.868Z[ host-image] Aug 17 03:55:02.852 INFO O| Aug 17 03:55:02.852 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88282024-08-17T03:55:04.874Z[ host-image] Aug 17 03:55:02.862 INFO O| Aug 17 03:55:02.862 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88292024-08-17T03:55:04.874Z[ host-image] Aug 17 03:55:02.862 INFO O| Aug 17 03:55:02.862 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88302024-08-17T03:55:04.877Z[ host-image] Aug 17 03:55:02.862 INFO O| Aug 17 03:55:02.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88312024-08-17T03:55:04.877Z[ host-image] Aug 17 03:55:02.862 INFO O| Aug 17 03:55:02.862 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88322024-08-17T03:55:04.877Z[ host-image] Aug 17 03:55:02.862 INFO O| Aug 17 03:55:02.862 INFO ok!
88332024-08-17T03:55:04.877Z[ host-image] Aug 17 03:55:02.862 INFO O| Aug 17 03:55:02.862 INFO STEP 31 (ensure_file) COMPLETE
88342024-08-17T03:55:04.877Z[ host-image] Aug 17 03:55:02.862 INFO O| Aug 17 03:55:02.862 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88352024-08-17T03:55:04.884Z[ host-image] Aug 17 03:55:02.871 INFO O| Aug 17 03:55:02.871 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88362024-08-17T03:55:04.884Z[ host-image] Aug 17 03:55:02.871 INFO O| Aug 17 03:55:02.871 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88372024-08-17T03:55:04.888Z[ host-image] Aug 17 03:55:02.871 INFO O| Aug 17 03:55:02.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88382024-08-17T03:55:04.888Z[ host-image] Aug 17 03:55:02.871 INFO O| Aug 17 03:55:02.871 INFO ok!
88392024-08-17T03:55:04.888Z[ host-image] Aug 17 03:55:02.871 INFO O| Aug 17 03:55:02.871 INFO STEP 32 (ensure_file) COMPLETE
88402024-08-17T03:55:04.888Z[ host-image] Aug 17 03:55:02.871 INFO O| Aug 17 03:55:02.871 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88412024-08-17T03:55:04.893Z[ host-image] Aug 17 03:55:02.880 INFO O| Aug 17 03:55:02.880 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88422024-08-17T03:55:04.898Z[ host-image] Aug 17 03:55:02.880 INFO O| Aug 17 03:55:02.880 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88432024-08-17T03:55:04.898Z[ host-image] Aug 17 03:55:02.881 INFO O| Aug 17 03:55:02.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88442024-08-17T03:55:04.898Z[ host-image] Aug 17 03:55:02.881 INFO O| Aug 17 03:55:02.881 INFO ok!
88452024-08-17T03:55:04.899Z[ host-image] Aug 17 03:55:02.881 INFO O| Aug 17 03:55:02.881 INFO STEP 33 (ensure_file) COMPLETE
88462024-08-17T03:55:04.899Z[ host-image] Aug 17 03:55:02.881 INFO O| Aug 17 03:55:02.881 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88472024-08-17T03:55:04.903Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88482024-08-17T03:55:04.910Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88492024-08-17T03:55:04.910Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88502024-08-17T03:55:04.911Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88512024-08-17T03:55:04.911Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88522024-08-17T03:55:04.911Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88532024-08-17T03:55:04.911Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO ok!
88542024-08-17T03:55:04.911Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO STEP 34 (ensure_file) COMPLETE
88552024-08-17T03:55:04.911Z[ host-image] Aug 17 03:55:02.890 INFO O| Aug 17 03:55:02.890 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88562024-08-17T03:55:04.915Z[ host-image] Aug 17 03:55:02.899 INFO O| Aug 17 03:55:02.899 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88572024-08-17T03:55:04.915Z[ host-image] Aug 17 03:55:02.899 INFO O| Aug 17 03:55:02.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88582024-08-17T03:55:04.916Z[ host-image] Aug 17 03:55:02.899 INFO O| Aug 17 03:55:02.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88592024-08-17T03:55:04.916Z[ host-image] Aug 17 03:55:02.899 INFO O| Aug 17 03:55:02.899 INFO STEP 35 (ensure_dir) COMPLETE
88602024-08-17T03:55:04.916Z[ host-image] Aug 17 03:55:02.899 INFO O| Aug 17 03:55:02.899 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88612024-08-17T03:55:04.923Z[ host-image] Aug 17 03:55:02.908 INFO O| Aug 17 03:55:02.908 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
88622024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.908 INFO O| Aug 17 03:55:02.908 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 ...
88632024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.909 INFO O| Aug 17 03:55:02.908 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
88642024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.909 INFO O| Aug 17 03:55:02.909 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
88652024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.909 INFO O| Aug 17 03:55:02.909 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
88662024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.909 INFO O| Aug 17 03:55:02.909 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
88672024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.909 INFO O| Aug 17 03:55:02.909 INFO ok!
88682024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.909 INFO O| Aug 17 03:55:02.909 INFO STEP 36 (ensure_file) COMPLETE
88692024-08-17T03:55:04.927Z[ host-image] Aug 17 03:55:02.909 INFO O| Aug 17 03:55:02.909 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88702024-08-17T03:55:04.930Z[ host-image] Aug 17 03:55:02.918 INFO O| Aug 17 03:55:02.918 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88712024-08-17T03:55:04.930Z[ host-image] Aug 17 03:55:02.918 INFO O| Aug 17 03:55:02.918 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 ...
88722024-08-17T03:55:04.930Z[ host-image] Aug 17 03:55:02.918 INFO O| Aug 17 03:55:02.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88732024-08-17T03:55:04.931Z[ host-image] Aug 17 03:55:02.918 INFO O| Aug 17 03:55:02.918 INFO ok!
88742024-08-17T03:55:04.931Z[ host-image] Aug 17 03:55:02.918 INFO O| Aug 17 03:55:02.918 INFO STEP 37 (ensure_symlink) COMPLETE
88752024-08-17T03:55:04.931Z[ host-image] Aug 17 03:55:02.918 INFO O| Aug 17 03:55:02.918 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88762024-08-17T03:55:04.940Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88772024-08-17T03:55:04.940Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88782024-08-17T03:55:04.943Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88792024-08-17T03:55:04.944Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88802024-08-17T03:55:04.944Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88812024-08-17T03:55:04.944Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88822024-08-17T03:55:04.944Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO ok!
88832024-08-17T03:55:04.944Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO STEP 38 (ensure_file) COMPLETE
88842024-08-17T03:55:04.944Z[ host-image] Aug 17 03:55:02.927 INFO O| Aug 17 03:55:02.927 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88852024-08-17T03:55:04.949Z[ host-image] Aug 17 03:55:02.937 INFO O| Aug 17 03:55:02.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88862024-08-17T03:55:04.952Z[ host-image] Aug 17 03:55:02.937 INFO O| Aug 17 03:55:02.937 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 ...
88872024-08-17T03:55:04.952Z[ host-image] Aug 17 03:55:02.937 INFO O| Aug 17 03:55:02.937 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
88882024-08-17T03:55:04.952Z[ host-image] Aug 17 03:55:02.937 INFO O| Aug 17 03:55:02.937 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88892024-08-17T03:55:04.953Z[ host-image] Aug 17 03:55:02.937 INFO O| Aug 17 03:55:02.937 INFO ok!
88902024-08-17T03:55:04.953Z[ host-image] Aug 17 03:55:02.937 INFO O| Aug 17 03:55:02.937 INFO STEP 39 (ensure_file) COMPLETE
88912024-08-17T03:55:04.953Z[ host-image] Aug 17 03:55:02.937 INFO O| Aug 17 03:55:02.937 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88922024-08-17T03:55:04.961Z[ host-image] Aug 17 03:55:02.946 INFO O| Aug 17 03:55:02.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88932024-08-17T03:55:04.961Z[ host-image] Aug 17 03:55:02.946 INFO O| Aug 17 03:55:02.946 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88942024-08-17T03:55:04.964Z[ host-image] Aug 17 03:55:02.946 INFO O| Aug 17 03:55:02.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88952024-08-17T03:55:04.964Z[ host-image] Aug 17 03:55:02.946 INFO O| Aug 17 03:55:02.946 INFO ok!
88962024-08-17T03:55:04.965Z[ host-image] Aug 17 03:55:02.946 INFO O| Aug 17 03:55:02.946 INFO STEP 40 (ensure_file) COMPLETE
88972024-08-17T03:55:04.965Z[ host-image] Aug 17 03:55:02.946 INFO O| Aug 17 03:55:02.946 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88982024-08-17T03:55:04.968Z[ host-image] Aug 17 03:55:02.955 INFO O| Aug 17 03:55:02.955 INFO updating shadow file
88992024-08-17T03:55:04.971Z[ host-image] Aug 17 03:55:02.956 INFO O| Aug 17 03:55:02.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89002024-08-17T03:55:04.971Z[ host-image] Aug 17 03:55:02.956 INFO O| Aug 17 03:55:02.956 INFO STEP 41 (shadow) COMPLETE
89012024-08-17T03:55:04.971Z[ host-image] Aug 17 03:55:02.956 INFO O| Aug 17 03:55:02.956 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89022024-08-17T03:55:04.979Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89032024-08-17T03:55:04.979Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89042024-08-17T03:55:04.982Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89052024-08-17T03:55:04.982Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89062024-08-17T03:55:04.982Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO ok!
89072024-08-17T03:55:04.983Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO STEP 42 (ensure_file) COMPLETE
89082024-08-17T03:55:04.983Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89092024-08-17T03:55:04.983Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO skip step because feature "mfg" is not enabled
89102024-08-17T03:55:04.983Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89112024-08-17T03:55:04.983Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO skip step because feature "mfg" is not enabled
89122024-08-17T03:55:04.983Z[ host-image] Aug 17 03:55:02.965 INFO O| Aug 17 03:55:02.965 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89132024-08-17T03:55:04.988Z[ host-image] Aug 17 03:55:02.974 INFO O| Aug 17 03:55:02.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89142024-08-17T03:55:04.988Z[ host-image] Aug 17 03:55:02.974 INFO O| Aug 17 03:55:02.974 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89152024-08-17T03:55:05.616Z[ host-image] Aug 17 03:55:03.603 INFO O| Aug 17 03:55:03.603 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89162024-08-17T03:55:05.616Z[ host-image] Aug 17 03:55:03.603 INFO O| Aug 17 03:55:03.603 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89172024-08-17T03:55:05.616Z[ host-image] Aug 17 03:55:03.603 INFO O| Aug 17 03:55:03.603 INFO ok!
89182024-08-17T03:55:05.620Z[ host-image] Aug 17 03:55:03.603 INFO O| Aug 17 03:55:03.603 INFO STEP 45 (ensure_file) COMPLETE
89192024-08-17T03:55:05.620Z[ host-image] Aug 17 03:55:03.603 INFO O| Aug 17 03:55:03.603 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89202024-08-17T03:55:05.627Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89212024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89222024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89232024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89242024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89252024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89262024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO ok!
89272024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO STEP 46 (ensure_file) COMPLETE
89282024-08-17T03:55:05.631Z[ host-image] Aug 17 03:55:03.615 INFO O| Aug 17 03:55:03.615 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89292024-08-17T03:55:05.639Z[ host-image] Aug 17 03:55:03.625 INFO O| Aug 17 03:55:03.625 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89302024-08-17T03:55:05.644Z[ host-image] Aug 17 03:55:03.625 INFO O| Aug 17 03:55:03.625 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 ...
89312024-08-17T03:55:05.644Z[ host-image] Aug 17 03:55:03.625 INFO O| Aug 17 03:55:03.625 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
89322024-08-17T03:55:05.644Z[ host-image] Aug 17 03:55:03.625 INFO O| Aug 17 03:55:03.625 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89332024-08-17T03:55:05.644Z[ host-image] Aug 17 03:55:03.625 INFO O| Aug 17 03:55:03.625 INFO ok!
89342024-08-17T03:55:05.644Z[ host-image] Aug 17 03:55:03.625 INFO O| Aug 17 03:55:03.625 INFO STEP 47 (ensure_file) COMPLETE
89352024-08-17T03:55:05.644Z[ host-image] Aug 17 03:55:03.625 INFO O| Aug 17 03:55:03.625 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89362024-08-17T03:55:05.649Z[ host-image] Aug 17 03:55:03.634 INFO O| Aug 17 03:55:03.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89372024-08-17T03:55:05.649Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.634 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89382024-08-17T03:55:05.649Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.635 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89392024-08-17T03:55:05.649Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.635 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89402024-08-17T03:55:05.649Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.635 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89412024-08-17T03:55:05.649Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89422024-08-17T03:55:05.650Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.635 INFO ok!
89432024-08-17T03:55:05.650Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.635 INFO STEP 48 (ensure_file) COMPLETE
89442024-08-17T03:55:05.651Z[ host-image] Aug 17 03:55:03.635 INFO O| Aug 17 03:55:03.635 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89452024-08-17T03:55:05.682Z[ host-image] Aug 17 03:55:03.644 INFO O| Aug 17 03:55:03.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89462024-08-17T03:55:05.686Z[ host-image] Aug 17 03:55:03.644 INFO O| Aug 17 03:55:03.644 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 ...
89472024-08-17T03:55:05.686Z[ host-image] Aug 17 03:55:03.644 INFO O| Aug 17 03:55:03.644 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
89482024-08-17T03:55:05.686Z[ host-image] Aug 17 03:55:03.644 INFO O| Aug 17 03:55:03.644 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89492024-08-17T03:55:05.686Z[ host-image] Aug 17 03:55:03.644 INFO O| Aug 17 03:55:03.644 INFO ok!
89502024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.644 INFO O| Aug 17 03:55:03.644 INFO STEP 49 (ensure_file) COMPLETE
89512024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.644 INFO O| Aug 17 03:55:03.644 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89522024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89532024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89542024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89552024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89562024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89572024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89582024-08-17T03:55:05.687Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO ok!
89592024-08-17T03:55:05.688Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO STEP 50 (ensure_file) COMPLETE
89602024-08-17T03:55:05.688Z[ host-image] Aug 17 03:55:03.653 INFO O| Aug 17 03:55:03.653 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89612024-08-17T03:55:05.688Z[ host-image] Aug 17 03:55:03.662 INFO O| Aug 17 03:55:03.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89622024-08-17T03:55:05.688Z[ host-image] Aug 17 03:55:03.662 INFO O| Aug 17 03:55:03.662 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 ...
89632024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.663 INFO O| Aug 17 03:55:03.663 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
89642024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.663 INFO O| Aug 17 03:55:03.663 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89652024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.663 INFO O| Aug 17 03:55:03.663 INFO ok!
89662024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.663 INFO O| Aug 17 03:55:03.663 INFO STEP 51 (ensure_file) COMPLETE
89672024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.663 INFO O| Aug 17 03:55:03.663 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89682024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.672 INFO O| Aug 17 03:55:03.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89692024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.672 INFO O| Aug 17 03:55:03.672 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 ...
89702024-08-17T03:55:05.689Z[ host-image] Aug 17 03:55:03.672 INFO O| Aug 17 03:55:03.672 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
89712024-08-17T03:55:05.690Z[ host-image] Aug 17 03:55:03.672 INFO O| Aug 17 03:55:03.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89722024-08-17T03:55:05.690Z[ host-image] Aug 17 03:55:03.672 INFO O| Aug 17 03:55:03.672 INFO ok!
89732024-08-17T03:55:05.691Z[ host-image] Aug 17 03:55:03.672 INFO O| Aug 17 03:55:03.672 INFO STEP 52 (ensure_file) COMPLETE
89742024-08-17T03:55:05.691Z[ host-image] Aug 17 03:55:03.672 INFO O| Aug 17 03:55:03.672 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89752024-08-17T03:55:05.696Z[ host-image] Aug 17 03:55:03.681 INFO O| Aug 17 03:55:03.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89762024-08-17T03:55:05.696Z[ host-image] Aug 17 03:55:03.681 INFO O| Aug 17 03:55:03.681 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 ...
89772024-08-17T03:55:05.696Z[ host-image] Aug 17 03:55:03.681 INFO O| Aug 17 03:55:03.681 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
89782024-08-17T03:55:05.696Z[ host-image] Aug 17 03:55:03.681 INFO O| Aug 17 03:55:03.681 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89792024-08-17T03:55:05.696Z[ host-image] Aug 17 03:55:03.681 INFO O| Aug 17 03:55:03.681 INFO ok!
89802024-08-17T03:55:05.696Z[ host-image] Aug 17 03:55:03.681 INFO O| Aug 17 03:55:03.681 INFO STEP 53 (ensure_file) COMPLETE
89812024-08-17T03:55:05.696Z[ host-image] Aug 17 03:55:03.681 INFO O| Aug 17 03:55:03.681 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89822024-08-17T03:55:05.703Z[ host-image] Aug 17 03:55:03.690 INFO O| Aug 17 03:55:03.690 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89832024-08-17T03:55:05.703Z[ host-image] Aug 17 03:55:03.690 INFO O| Aug 17 03:55:03.690 INFO STEP 54 (ensure_dir) COMPLETE
89842024-08-17T03:55:05.708Z[ host-image] Aug 17 03:55:03.690 INFO O| Aug 17 03:55:03.690 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89852024-08-17T03:55:05.712Z[ host-image] Aug 17 03:55:03.699 INFO O| Aug 17 03:55:03.699 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89862024-08-17T03:55:05.712Z[ host-image] Aug 17 03:55:03.699 INFO O| Aug 17 03:55:03.699 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89872024-08-17T03:55:05.716Z[ host-image] Aug 17 03:55:03.699 INFO O| Aug 17 03:55:03.699 INFO STEP 55 (ensure_dir) COMPLETE
89882024-08-17T03:55:05.716Z[ host-image] Aug 17 03:55:03.699 INFO O| Aug 17 03:55:03.699 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89892024-08-17T03:55:05.725Z[ host-image] Aug 17 03:55:03.708 INFO O| Aug 17 03:55:03.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89902024-08-17T03:55:05.732Z[ host-image] Aug 17 03:55:03.708 INFO O| Aug 17 03:55:03.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89912024-08-17T03:55:05.732Z[ host-image] Aug 17 03:55:03.708 INFO O| Aug 17 03:55:03.708 INFO STEP 56 (ensure_dir) COMPLETE
89922024-08-17T03:55:05.732Z[ host-image] Aug 17 03:55:03.708 INFO O| Aug 17 03:55:03.708 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89932024-08-17T03:55:05.737Z[ host-image] Aug 17 03:55:03.718 INFO O| Aug 17 03:55:03.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89942024-08-17T03:55:05.737Z[ host-image] Aug 17 03:55:03.718 INFO O| Aug 17 03:55:03.718 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89952024-08-17T03:55:05.750Z[ host-image] Aug 17 03:55:03.732 INFO O| Aug 17 03:55:03.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89962024-08-17T03:55:05.750Z[ host-image] Aug 17 03:55:03.732 INFO O| Aug 17 03:55:03.732 INFO ok!
89972024-08-17T03:55:05.764Z[ host-image] Aug 17 03:55:03.732 INFO O| Aug 17 03:55:03.732 INFO STEP 57 (ensure_file) COMPLETE
89982024-08-17T03:55:05.764Z[ host-image] Aug 17 03:55:03.732 INFO O| Aug 17 03:55:03.732 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89992024-08-17T03:55:05.767Z[ host-image] Aug 17 03:55:03.742 INFO O| Aug 17 03:55:03.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90002024-08-17T03:55:05.767Z[ host-image] Aug 17 03:55:03.742 INFO O| Aug 17 03:55:03.742 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90012024-08-17T03:55:06.801Z[ host-image] Aug 17 03:55:04.788 INFO O| Aug 17 03:55:04.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90022024-08-17T03:55:06.801Z[ host-image] Aug 17 03:55:04.788 INFO O| Aug 17 03:55:04.788 INFO ok!
90032024-08-17T03:55:06.805Z[ host-image] Aug 17 03:55:04.788 INFO O| Aug 17 03:55:04.788 INFO STEP 58 (ensure_file) COMPLETE
90042024-08-17T03:55:06.806Z[ host-image] Aug 17 03:55:04.788 INFO O| Aug 17 03:55:04.788 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90052024-08-17T03:55:06.814Z[ host-image] Aug 17 03:55:04.799 INFO O| Aug 17 03:55:04.799 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90062024-08-17T03:55:06.831Z[ host-image] Aug 17 03:55:04.799 INFO O| Aug 17 03:55:04.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90072024-08-17T03:55:06.831Z[ host-image] Aug 17 03:55:04.799 INFO O| Aug 17 03:55:04.799 INFO STEP 59 (ensure_dir) COMPLETE
90082024-08-17T03:55:06.831Z[ host-image] Aug 17 03:55:04.799 INFO O| Aug 17 03:55:04.799 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90092024-08-17T03:55:06.839Z[ host-image] Aug 17 03:55:04.809 INFO O| Aug 17 03:55:04.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90102024-08-17T03:55:06.839Z[ host-image] Aug 17 03:55:04.809 INFO O| Aug 17 03:55:04.809 INFO copying /tmp/.tmpcPIiuD/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 ...
90112024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.809 INFO O| Aug 17 03:55:04.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90122024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.809 INFO O| Aug 17 03:55:04.809 INFO ok!
90132024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.809 INFO O| Aug 17 03:55:04.809 INFO STEP 60 (ensure_file) COMPLETE
90142024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.809 INFO O| Aug 17 03:55:04.809 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90152024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.818 INFO O| Aug 17 03:55:04.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90162024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.818 INFO O| Aug 17 03:55:04.818 INFO copying /tmp/.tmpcPIiuD/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 ...
90172024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.819 INFO O| Aug 17 03:55:04.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90182024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.819 INFO O| Aug 17 03:55:04.819 INFO ok!
90192024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.819 INFO O| Aug 17 03:55:04.819 INFO STEP 61 (ensure_file) COMPLETE
90202024-08-17T03:55:06.840Z[ host-image] Aug 17 03:55:04.819 INFO O| Aug 17 03:55:04.819 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90212024-08-17T03:55:06.845Z[ host-image] Aug 17 03:55:04.828 INFO O| Aug 17 03:55:04.828 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90222024-08-17T03:55:06.845Z[ host-image] Aug 17 03:55:04.828 INFO O| Aug 17 03:55:04.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90232024-08-17T03:55:06.845Z[ host-image] Aug 17 03:55:04.828 INFO O| Aug 17 03:55:04.828 INFO STEP 62 (ensure_dir) COMPLETE
90242024-08-17T03:55:06.845Z[ host-image] Aug 17 03:55:04.828 INFO O| Aug 17 03:55:04.828 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90252024-08-17T03:55:06.850Z[ host-image] Aug 17 03:55:04.837 INFO O| Aug 17 03:55:04.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90262024-08-17T03:55:06.850Z[ host-image] Aug 17 03:55:04.837 INFO O| Aug 17 03:55:04.837 INFO copying /tmp/.tmpcPIiuD/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 ...
90272024-08-17T03:55:06.862Z[ host-image] Aug 17 03:55:04.837 INFO O| Aug 17 03:55:04.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90282024-08-17T03:55:06.862Z[ host-image] Aug 17 03:55:04.837 INFO O| Aug 17 03:55:04.837 INFO ok!
90292024-08-17T03:55:06.862Z[ host-image] Aug 17 03:55:04.837 INFO O| Aug 17 03:55:04.837 INFO STEP 63 (ensure_file) COMPLETE
90302024-08-17T03:55:06.862Z[ host-image] Aug 17 03:55:04.837 INFO O| Aug 17 03:55:04.837 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90312024-08-17T03:55:06.894Z[ host-image] Aug 17 03:55:04.846 INFO O| Aug 17 03:55:04.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90322024-08-17T03:55:06.894Z[ host-image] Aug 17 03:55:04.846 INFO O| Aug 17 03:55:04.846 INFO copying /tmp/.tmpcPIiuD/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 ...
90332024-08-17T03:55:06.894Z[ host-image] Aug 17 03:55:04.846 INFO O| Aug 17 03:55:04.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90342024-08-17T03:55:06.894Z[ host-image] Aug 17 03:55:04.846 INFO O| Aug 17 03:55:04.846 INFO ok!
90352024-08-17T03:55:06.894Z[ host-image] Aug 17 03:55:04.847 INFO O| Aug 17 03:55:04.846 INFO STEP 64 (ensure_file) COMPLETE
90362024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.847 INFO O| Aug 17 03:55:04.846 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90372024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.856 INFO O| Aug 17 03:55:04.856 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90382024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.856 INFO O| Aug 17 03:55:04.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90392024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.856 INFO O| Aug 17 03:55:04.856 INFO STEP 65 (ensure_dir) COMPLETE
90402024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.856 INFO O| Aug 17 03:55:04.856 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90412024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.865 INFO O| Aug 17 03:55:04.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90422024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.865 INFO O| Aug 17 03:55:04.865 INFO copying /tmp/.tmpcPIiuD/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 ...
90432024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.865 INFO O| Aug 17 03:55:04.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90442024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.865 INFO O| Aug 17 03:55:04.865 INFO ok!
90452024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.865 INFO O| Aug 17 03:55:04.865 INFO STEP 66 (ensure_file) COMPLETE
90462024-08-17T03:55:06.895Z[ host-image] Aug 17 03:55:04.865 INFO O| Aug 17 03:55:04.865 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90472024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.874 INFO O| Aug 17 03:55:04.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90482024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.874 INFO O| Aug 17 03:55:04.874 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90492024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.874 INFO O| Aug 17 03:55:04.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90502024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.874 INFO O| Aug 17 03:55:04.874 INFO ok!
90512024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.874 INFO O| Aug 17 03:55:04.874 INFO STEP 67 (ensure_file) COMPLETE
90522024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.874 INFO O| Aug 17 03:55:04.874 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90532024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.883 INFO O| Aug 17 03:55:04.883 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90542024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.883 INFO O| Aug 17 03:55:04.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90552024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.883 INFO O| Aug 17 03:55:04.883 INFO STEP 68 (ensure_dir) COMPLETE
90562024-08-17T03:55:06.902Z[ host-image] Aug 17 03:55:04.883 INFO O| Aug 17 03:55:04.883 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-08-17T03:55:06.909Z[ host-image] Aug 17 03:55:04.892 INFO O| Aug 17 03:55:04.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90582024-08-17T03:55:06.910Z[ host-image] Aug 17 03:55:04.892 INFO O| Aug 17 03:55:04.892 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90592024-08-17T03:55:07.458Z[ host-image] Aug 17 03:55:05.444 INFO O| Aug 17 03:55:05.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90602024-08-17T03:55:07.463Z[ host-image] Aug 17 03:55:05.444 INFO O| Aug 17 03:55:05.444 INFO ok!
90612024-08-17T03:55:07.463Z[ host-image] Aug 17 03:55:05.444 INFO O| Aug 17 03:55:05.444 INFO STEP 69 (ensure_file) COMPLETE
90622024-08-17T03:55:07.463Z[ host-image] Aug 17 03:55:05.444 INFO O| Aug 17 03:55:05.444 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90632024-08-17T03:55:07.468Z[ host-image] Aug 17 03:55:05.455 INFO O| Aug 17 03:55:05.455 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90642024-08-17T03:55:07.468Z[ host-image] Aug 17 03:55:05.455 INFO O| Aug 17 03:55:05.455 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90652024-08-17T03:55:08.889Z[ host-image] Aug 17 03:55:06.867 INFO O| Aug 17 03:55:06.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90662024-08-17T03:55:08.890Z[ host-image] Aug 17 03:55:06.867 INFO O| Aug 17 03:55:06.867 INFO ok!
90672024-08-17T03:55:08.894Z[ host-image] Aug 17 03:55:06.867 INFO O| Aug 17 03:55:06.867 INFO STEP 70 (ensure_file) COMPLETE
90682024-08-17T03:55:08.894Z[ host-image] Aug 17 03:55:06.867 INFO O| Aug 17 03:55:06.867 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-08-17T03:55:08.894Z[ host-image] Aug 17 03:55:06.879 INFO O| Aug 17 03:55:06.879 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90702024-08-17T03:55:08.894Z[ host-image] Aug 17 03:55:06.879 INFO O| Aug 17 03:55:06.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90712024-08-17T03:55:08.894Z[ host-image] Aug 17 03:55:06.879 INFO O| Aug 17 03:55:06.879 INFO STEP 71 (ensure_dir) COMPLETE
90722024-08-17T03:55:08.894Z[ host-image] Aug 17 03:55:06.879 INFO O| Aug 17 03:55:06.879 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-08-17T03:55:08.904Z[ host-image] Aug 17 03:55:06.890 INFO O| Aug 17 03:55:06.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90742024-08-17T03:55:08.904Z[ host-image] Aug 17 03:55:06.890 INFO O| Aug 17 03:55:06.890 INFO copying /tmp/.tmpcPIiuD/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 ...
90752024-08-17T03:55:08.910Z[ host-image] Aug 17 03:55:06.890 INFO O| Aug 17 03:55:06.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90762024-08-17T03:55:08.910Z[ host-image] Aug 17 03:55:06.890 INFO O| Aug 17 03:55:06.890 INFO ok!
90772024-08-17T03:55:08.910Z[ host-image] Aug 17 03:55:06.890 INFO O| Aug 17 03:55:06.890 INFO STEP 72 (ensure_file) COMPLETE
90782024-08-17T03:55:08.910Z[ host-image] Aug 17 03:55:06.890 INFO O| Aug 17 03:55:06.890 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90792024-08-17T03:55:08.913Z[ host-image] Aug 17 03:55:06.899 INFO O| Aug 17 03:55:06.899 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90802024-08-17T03:55:08.913Z[ host-image] Aug 17 03:55:06.899 INFO O| Aug 17 03:55:06.899 INFO copying /tmp/.tmpcPIiuD/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 ...
90812024-08-17T03:55:08.914Z[ host-image] Aug 17 03:55:06.900 INFO O| Aug 17 03:55:06.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90822024-08-17T03:55:08.914Z[ host-image] Aug 17 03:55:06.900 INFO O| Aug 17 03:55:06.900 INFO ok!
90832024-08-17T03:55:08.914Z[ host-image] Aug 17 03:55:06.900 INFO O| Aug 17 03:55:06.900 INFO STEP 73 (ensure_file) COMPLETE
90842024-08-17T03:55:08.914Z[ host-image] Aug 17 03:55:06.900 INFO O| Aug 17 03:55:06.900 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90852024-08-17T03:55:08.922Z[ host-image] Aug 17 03:55:06.909 INFO O| Aug 17 03:55:06.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90862024-08-17T03:55:08.925Z[ host-image] Aug 17 03:55:06.909 INFO O| Aug 17 03:55:06.909 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90872024-08-17T03:55:08.925Z[ host-image] Aug 17 03:55:06.909 INFO O| Aug 17 03:55:06.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90882024-08-17T03:55:08.925Z[ host-image] Aug 17 03:55:06.909 INFO O| Aug 17 03:55:06.909 INFO ok!
90892024-08-17T03:55:08.925Z[ host-image] Aug 17 03:55:06.909 INFO O| Aug 17 03:55:06.909 INFO STEP 74 (ensure_file) COMPLETE
90902024-08-17T03:55:08.925Z[ host-image] Aug 17 03:55:06.909 INFO O| Aug 17 03:55:06.909 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90912024-08-17T03:55:08.931Z[ host-image] Aug 17 03:55:06.918 INFO O| Aug 17 03:55:06.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90922024-08-17T03:55:08.934Z[ host-image] Aug 17 03:55:06.918 INFO O| Aug 17 03:55:06.918 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90932024-08-17T03:55:08.934Z[ host-image] Aug 17 03:55:06.918 INFO O| Aug 17 03:55:06.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90942024-08-17T03:55:08.934Z[ host-image] Aug 17 03:55:06.918 INFO O| Aug 17 03:55:06.918 INFO ok!
90952024-08-17T03:55:08.934Z[ host-image] Aug 17 03:55:06.918 INFO O| Aug 17 03:55:06.918 INFO STEP 75 (ensure_file) COMPLETE
90962024-08-17T03:55:08.934Z[ host-image] Aug 17 03:55:06.918 INFO O| Aug 17 03:55:06.918 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90972024-08-17T03:55:08.941Z[ host-image] Aug 17 03:55:06.928 INFO O| Aug 17 03:55:06.928 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90982024-08-17T03:55:08.944Z[ host-image] Aug 17 03:55:06.928 INFO O| Aug 17 03:55:06.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90992024-08-17T03:55:08.944Z[ host-image] Aug 17 03:55:06.928 INFO O| Aug 17 03:55:06.928 INFO STEP 76 (ensure_dir) COMPLETE
91002024-08-17T03:55:08.944Z[ host-image] Aug 17 03:55:06.928 INFO O| Aug 17 03:55:06.928 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-08-17T03:55:08.950Z[ host-image] Aug 17 03:55:06.937 INFO O| Aug 17 03:55:06.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91022024-08-17T03:55:08.950Z[ host-image] Aug 17 03:55:06.937 INFO O| Aug 17 03:55:06.937 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91032024-08-17T03:55:08.953Z[ host-image] Aug 17 03:55:06.940 INFO O| Aug 17 03:55:06.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91042024-08-17T03:55:08.953Z[ host-image] Aug 17 03:55:06.940 INFO O| Aug 17 03:55:06.940 INFO ok!
91052024-08-17T03:55:08.953Z[ host-image] Aug 17 03:55:06.940 INFO O| Aug 17 03:55:06.940 INFO STEP 77 (ensure_file) COMPLETE
91062024-08-17T03:55:08.953Z[ host-image] Aug 17 03:55:06.940 INFO O| Aug 17 03:55:06.940 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-08-17T03:55:08.962Z[ host-image] Aug 17 03:55:06.949 INFO O| Aug 17 03:55:06.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91082024-08-17T03:55:08.962Z[ host-image] Aug 17 03:55:06.949 INFO O| Aug 17 03:55:06.949 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91092024-08-17T03:55:08.965Z[ host-image] Aug 17 03:55:06.949 INFO O| Aug 17 03:55:06.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91102024-08-17T03:55:08.965Z[ host-image] Aug 17 03:55:06.949 INFO O| Aug 17 03:55:06.949 INFO ok!
91112024-08-17T03:55:08.965Z[ host-image] Aug 17 03:55:06.949 INFO O| Aug 17 03:55:06.949 INFO STEP 78 (ensure_file) COMPLETE
91122024-08-17T03:55:08.965Z[ host-image] Aug 17 03:55:06.949 INFO O| Aug 17 03:55:06.949 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91132024-08-17T03:55:08.972Z[ host-image] Aug 17 03:55:06.959 INFO O| Aug 17 03:55:06.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91142024-08-17T03:55:08.972Z[ host-image] Aug 17 03:55:06.960 INFO O| Aug 17 03:55:06.959 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91152024-08-17T03:55:09.979Z[ host-image] Aug 17 03:55:07.966 INFO O| Aug 17 03:55:07.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91162024-08-17T03:55:09.979Z[ host-image] Aug 17 03:55:07.966 INFO O| Aug 17 03:55:07.966 INFO ok!
91172024-08-17T03:55:09.979Z[ host-image] Aug 17 03:55:07.966 INFO O| Aug 17 03:55:07.966 INFO STEP 79 (ensure_file) COMPLETE
91182024-08-17T03:55:09.983Z[ host-image] Aug 17 03:55:07.966 INFO O| Aug 17 03:55:07.966 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91192024-08-17T03:55:09.990Z[ host-image] Aug 17 03:55:07.977 INFO O| Aug 17 03:55:07.976 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91202024-08-17T03:55:09.993Z[ host-image] Aug 17 03:55:07.977 INFO O| Aug 17 03:55:07.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91212024-08-17T03:55:09.993Z[ host-image] Aug 17 03:55:07.977 INFO O| Aug 17 03:55:07.977 INFO STEP 80 (ensure_dir) COMPLETE
91222024-08-17T03:55:09.993Z[ host-image] Aug 17 03:55:07.977 INFO O| Aug 17 03:55:07.977 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91232024-08-17T03:55:09.999Z[ host-image] Aug 17 03:55:07.986 INFO O| Aug 17 03:55:07.986 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91242024-08-17T03:55:09.999Z[ host-image] Aug 17 03:55:07.986 INFO O| Aug 17 03:55:07.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91252024-08-17T03:55:10.004Z[ host-image] Aug 17 03:55:07.986 INFO O| Aug 17 03:55:07.986 INFO STEP 81 (ensure_dir) COMPLETE
91262024-08-17T03:55:10.004Z[ host-image] Aug 17 03:55:07.986 INFO O| Aug 17 03:55:07.986 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-17T03:55:10.010Z[ host-image] Aug 17 03:55:07.995 INFO O| Aug 17 03:55:07.995 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91282024-08-17T03:55:10.015Z[ host-image] Aug 17 03:55:07.995 INFO O| Aug 17 03:55:07.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91292024-08-17T03:55:10.015Z[ host-image] Aug 17 03:55:07.995 INFO O| Aug 17 03:55:07.995 INFO STEP 82 (ensure_dir) COMPLETE
91302024-08-17T03:55:10.015Z[ host-image] Aug 17 03:55:07.995 INFO O| Aug 17 03:55:07.995 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91312024-08-17T03:55:10.019Z[ host-image] Aug 17 03:55:08.005 INFO O| Aug 17 03:55:08.005 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91322024-08-17T03:55:10.019Z[ host-image] Aug 17 03:55:08.005 INFO O| Aug 17 03:55:08.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91332024-08-17T03:55:10.019Z[ host-image] Aug 17 03:55:08.005 INFO O| Aug 17 03:55:08.005 INFO STEP 83 (ensure_dir) COMPLETE
91342024-08-17T03:55:10.019Z[ host-image] Aug 17 03:55:08.005 INFO O| Aug 17 03:55:08.005 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91352024-08-17T03:55:10.028Z[ host-image] Aug 17 03:55:08.015 INFO O| Aug 17 03:55:08.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91362024-08-17T03:55:10.028Z[ host-image] Aug 17 03:55:08.015 INFO O| Aug 17 03:55:08.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91372024-08-17T03:55:10.033Z[ host-image] Aug 17 03:55:08.015 INFO O| Aug 17 03:55:08.015 INFO STEP 84 (ensure_dir) COMPLETE
91382024-08-17T03:55:10.033Z[ host-image] Aug 17 03:55:08.015 INFO O| Aug 17 03:55:08.015 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-17T03:55:10.039Z[ host-image] Aug 17 03:55:08.024 INFO O| Aug 17 03:55:08.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91402024-08-17T03:55:10.042Z[ host-image] Aug 17 03:55:08.024 INFO O| Aug 17 03:55:08.024 INFO copying /tmp/.tmpcPIiuD/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 ...
91412024-08-17T03:55:10.042Z[ host-image] Aug 17 03:55:08.024 INFO O| Aug 17 03:55:08.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91422024-08-17T03:55:10.042Z[ host-image] Aug 17 03:55:08.024 INFO O| Aug 17 03:55:08.024 INFO ok!
91432024-08-17T03:55:10.042Z[ host-image] Aug 17 03:55:08.024 INFO O| Aug 17 03:55:08.024 INFO STEP 85 (ensure_file) COMPLETE
91442024-08-17T03:55:10.042Z[ host-image] Aug 17 03:55:08.024 INFO O| Aug 17 03:55:08.024 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-17T03:55:10.047Z[ host-image] Aug 17 03:55:08.033 INFO O| Aug 17 03:55:08.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91462024-08-17T03:55:10.047Z[ host-image] Aug 17 03:55:08.033 INFO O| Aug 17 03:55:08.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91472024-08-17T03:55:10.050Z[ host-image] Aug 17 03:55:08.033 INFO O| Aug 17 03:55:08.033 INFO STEP 86 (ensure_dir) COMPLETE
91482024-08-17T03:55:10.050Z[ host-image] Aug 17 03:55:08.033 INFO O| Aug 17 03:55:08.033 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-08-17T03:55:10.056Z[ host-image] Aug 17 03:55:08.043 INFO O| Aug 17 03:55:08.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91502024-08-17T03:55:10.056Z[ host-image] Aug 17 03:55:08.043 INFO O| Aug 17 03:55:08.042 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91512024-08-17T03:55:10.059Z[ host-image] Aug 17 03:55:08.043 INFO O| Aug 17 03:55:08.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91522024-08-17T03:55:10.059Z[ host-image] Aug 17 03:55:08.043 INFO O| Aug 17 03:55:08.043 INFO ok!
91532024-08-17T03:55:10.059Z[ host-image] Aug 17 03:55:08.043 INFO O| Aug 17 03:55:08.043 INFO STEP 87 (ensure_file) COMPLETE
91542024-08-17T03:55:10.059Z[ host-image] Aug 17 03:55:08.043 INFO O| Aug 17 03:55:08.043 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91552024-08-17T03:55:10.065Z[ host-image] Aug 17 03:55:08.052 INFO O| Aug 17 03:55:08.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91562024-08-17T03:55:10.065Z[ host-image] Aug 17 03:55:08.052 INFO O| Aug 17 03:55:08.052 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91572024-08-17T03:55:10.077Z[ host-image] Aug 17 03:55:08.063 INFO O| Aug 17 03:55:08.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91582024-08-17T03:55:10.077Z[ host-image] Aug 17 03:55:08.063 INFO O| Aug 17 03:55:08.063 INFO ok!
91592024-08-17T03:55:10.081Z[ host-image] Aug 17 03:55:08.063 INFO O| Aug 17 03:55:08.063 INFO STEP 88 (ensure_file) COMPLETE
91602024-08-17T03:55:10.081Z[ host-image] Aug 17 03:55:08.063 INFO O| Aug 17 03:55:08.063 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91612024-08-17T03:55:10.086Z[ host-image] Aug 17 03:55:08.073 INFO O| Aug 17 03:55:08.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91622024-08-17T03:55:10.086Z[ host-image] Aug 17 03:55:08.073 INFO O| Aug 17 03:55:08.073 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91632024-08-17T03:55:10.570Z[ host-image] Aug 17 03:55:08.552 INFO O| Aug 17 03:55:08.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91642024-08-17T03:55:10.570Z[ host-image] Aug 17 03:55:08.552 INFO O| Aug 17 03:55:08.552 INFO ok!
91652024-08-17T03:55:10.570Z[ host-image] Aug 17 03:55:08.552 INFO O| Aug 17 03:55:08.552 INFO STEP 89 (ensure_file) COMPLETE
91662024-08-17T03:55:10.574Z[ host-image] Aug 17 03:55:08.552 INFO O| Aug 17 03:55:08.552 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91672024-08-17T03:55:10.577Z[ host-image] Aug 17 03:55:08.563 INFO O| Aug 17 03:55:08.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91682024-08-17T03:55:10.577Z[ host-image] Aug 17 03:55:08.563 INFO O| Aug 17 03:55:08.563 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91692024-08-17T03:55:10.577Z[ host-image] Aug 17 03:55:08.563 INFO O| Aug 17 03:55:08.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91702024-08-17T03:55:10.578Z[ host-image] Aug 17 03:55:08.563 INFO O| Aug 17 03:55:08.563 INFO ok!
91712024-08-17T03:55:10.578Z[ host-image] Aug 17 03:55:08.563 INFO O| Aug 17 03:55:08.563 INFO STEP 90 (ensure_file) COMPLETE
91722024-08-17T03:55:10.578Z[ host-image] Aug 17 03:55:08.563 INFO O| Aug 17 03:55:08.563 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91732024-08-17T03:55:10.586Z[ host-image] Aug 17 03:55:08.572 INFO O| Aug 17 03:55:08.572 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91742024-08-17T03:55:10.589Z[ host-image] Aug 17 03:55:08.572 INFO O| Aug 17 03:55:08.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91752024-08-17T03:55:10.589Z[ host-image] Aug 17 03:55:08.572 INFO O| Aug 17 03:55:08.572 INFO STEP 91 (ensure_dir) COMPLETE
91762024-08-17T03:55:10.589Z[ host-image] Aug 17 03:55:08.572 INFO O| Aug 17 03:55:08.572 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-08-17T03:55:10.595Z[ host-image] Aug 17 03:55:08.581 INFO O| Aug 17 03:55:08.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91782024-08-17T03:55:10.598Z[ host-image] Aug 17 03:55:08.581 INFO O| Aug 17 03:55:08.581 INFO copying /tmp/.tmpcPIiuD/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 ...
91792024-08-17T03:55:10.598Z[ host-image] Aug 17 03:55:08.582 INFO O| Aug 17 03:55:08.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91802024-08-17T03:55:10.598Z[ host-image] Aug 17 03:55:08.582 INFO O| Aug 17 03:55:08.582 INFO ok!
91812024-08-17T03:55:10.598Z[ host-image] Aug 17 03:55:08.582 INFO O| Aug 17 03:55:08.582 INFO STEP 92 (ensure_file) COMPLETE
91822024-08-17T03:55:10.598Z[ host-image] Aug 17 03:55:08.582 INFO O| Aug 17 03:55:08.582 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91832024-08-17T03:55:10.604Z[ host-image] Aug 17 03:55:08.591 INFO O| Aug 17 03:55:08.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91842024-08-17T03:55:10.604Z[ host-image] Aug 17 03:55:08.591 INFO O| Aug 17 03:55:08.591 INFO copying /tmp/.tmpcPIiuD/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 ...
91852024-08-17T03:55:10.607Z[ host-image] Aug 17 03:55:08.591 INFO O| Aug 17 03:55:08.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91862024-08-17T03:55:10.607Z[ host-image] Aug 17 03:55:08.591 INFO O| Aug 17 03:55:08.591 INFO ok!
91872024-08-17T03:55:10.607Z[ host-image] Aug 17 03:55:08.591 INFO O| Aug 17 03:55:08.591 INFO STEP 93 (ensure_file) COMPLETE
91882024-08-17T03:55:10.607Z[ host-image] Aug 17 03:55:08.591 INFO O| Aug 17 03:55:08.591 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91892024-08-17T03:55:10.614Z[ host-image] Aug 17 03:55:08.600 INFO O| Aug 17 03:55:08.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91902024-08-17T03:55:10.614Z[ host-image] Aug 17 03:55:08.600 INFO O| Aug 17 03:55:08.600 INFO copying /tmp/.tmpcPIiuD/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 ...
91912024-08-17T03:55:10.617Z[ host-image] Aug 17 03:55:08.600 INFO O| Aug 17 03:55:08.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91922024-08-17T03:55:10.617Z[ host-image] Aug 17 03:55:08.600 INFO O| Aug 17 03:55:08.600 INFO ok!
91932024-08-17T03:55:10.617Z[ host-image] Aug 17 03:55:08.600 INFO O| Aug 17 03:55:08.600 INFO STEP 94 (ensure_file) COMPLETE
91942024-08-17T03:55:10.617Z[ host-image] Aug 17 03:55:08.600 INFO O| Aug 17 03:55:08.600 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91952024-08-17T03:55:10.625Z[ host-image] Aug 17 03:55:08.609 INFO O| Aug 17 03:55:08.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91962024-08-17T03:55:10.627Z[ host-image] Aug 17 03:55:08.609 INFO O| Aug 17 03:55:08.609 INFO copying /tmp/.tmpcPIiuD/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 ...
91972024-08-17T03:55:10.628Z[ host-image] Aug 17 03:55:08.609 INFO O| Aug 17 03:55:08.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91982024-08-17T03:55:10.628Z[ host-image] Aug 17 03:55:08.609 INFO O| Aug 17 03:55:08.609 INFO ok!
91992024-08-17T03:55:10.628Z[ host-image] Aug 17 03:55:08.609 INFO O| Aug 17 03:55:08.609 INFO STEP 95 (ensure_file) COMPLETE
92002024-08-17T03:55:10.628Z[ host-image] Aug 17 03:55:08.609 INFO O| Aug 17 03:55:08.609 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-08-17T03:55:10.632Z[ host-image] Aug 17 03:55:08.619 INFO O| Aug 17 03:55:08.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92022024-08-17T03:55:10.632Z[ host-image] Aug 17 03:55:08.619 INFO O| Aug 17 03:55:08.619 INFO copying /tmp/.tmpcPIiuD/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 ...
92032024-08-17T03:55:10.637Z[ host-image] Aug 17 03:55:08.619 INFO O| Aug 17 03:55:08.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92042024-08-17T03:55:10.638Z[ host-image] Aug 17 03:55:08.619 INFO O| Aug 17 03:55:08.619 INFO ok!
92052024-08-17T03:55:10.638Z[ host-image] Aug 17 03:55:08.619 INFO O| Aug 17 03:55:08.619 INFO STEP 96 (ensure_file) COMPLETE
92062024-08-17T03:55:10.638Z[ host-image] Aug 17 03:55:08.619 INFO O| Aug 17 03:55:08.619 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-08-17T03:55:10.642Z[ host-image] Aug 17 03:55:08.628 INFO O| Aug 17 03:55:08.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92082024-08-17T03:55:10.651Z[ host-image] Aug 17 03:55:08.628 INFO O| Aug 17 03:55:08.628 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92092024-08-17T03:55:10.651Z[ host-image] Aug 17 03:55:08.629 INFO O| Aug 17 03:55:08.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92102024-08-17T03:55:10.651Z[ host-image] Aug 17 03:55:08.629 INFO O| Aug 17 03:55:08.629 INFO ok!
92112024-08-17T03:55:10.651Z[ host-image] Aug 17 03:55:08.629 INFO O| Aug 17 03:55:08.629 INFO STEP 97 (ensure_file) COMPLETE
92122024-08-17T03:55:10.652Z[ host-image] Aug 17 03:55:08.629 INFO O| Aug 17 03:55:08.629 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-08-17T03:55:10.655Z[ host-image] Aug 17 03:55:08.638 INFO O| Aug 17 03:55:08.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92142024-08-17T03:55:10.655Z[ host-image] Aug 17 03:55:08.638 INFO O| Aug 17 03:55:08.638 INFO copying /tmp/.tmpcPIiuD/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 ...
92152024-08-17T03:55:10.656Z[ host-image] Aug 17 03:55:08.638 INFO O| Aug 17 03:55:08.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92162024-08-17T03:55:10.656Z[ host-image] Aug 17 03:55:08.638 INFO O| Aug 17 03:55:08.638 INFO ok!
92172024-08-17T03:55:10.656Z[ host-image] Aug 17 03:55:08.638 INFO O| Aug 17 03:55:08.638 INFO STEP 98 (ensure_file) COMPLETE
92182024-08-17T03:55:10.656Z[ host-image] Aug 17 03:55:08.638 INFO O| Aug 17 03:55:08.638 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-08-17T03:55:10.660Z[ host-image] Aug 17 03:55:08.647 INFO O| Aug 17 03:55:08.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92202024-08-17T03:55:10.660Z[ host-image] Aug 17 03:55:08.647 INFO O| Aug 17 03:55:08.647 INFO copying /tmp/.tmpcPIiuD/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 ...
92212024-08-17T03:55:10.664Z[ host-image] Aug 17 03:55:08.647 INFO O| Aug 17 03:55:08.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92222024-08-17T03:55:10.664Z[ host-image] Aug 17 03:55:08.647 INFO O| Aug 17 03:55:08.647 INFO ok!
92232024-08-17T03:55:10.664Z[ host-image] Aug 17 03:55:08.647 INFO O| Aug 17 03:55:08.647 INFO STEP 99 (ensure_file) COMPLETE
92242024-08-17T03:55:10.664Z[ host-image] Aug 17 03:55:08.647 INFO O| Aug 17 03:55:08.647 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-08-17T03:55:10.670Z[ host-image] Aug 17 03:55:08.656 INFO O| Aug 17 03:55:08.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92262024-08-17T03:55:10.670Z[ host-image] Aug 17 03:55:08.656 INFO O| Aug 17 03:55:08.656 INFO copying /tmp/.tmpcPIiuD/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 ...
92272024-08-17T03:55:10.673Z[ host-image] Aug 17 03:55:08.656 INFO O| Aug 17 03:55:08.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92282024-08-17T03:55:10.673Z[ host-image] Aug 17 03:55:08.657 INFO O| Aug 17 03:55:08.656 INFO ok!
92292024-08-17T03:55:10.673Z[ host-image] Aug 17 03:55:08.657 INFO O| Aug 17 03:55:08.656 INFO STEP 100 (ensure_file) COMPLETE
92302024-08-17T03:55:10.673Z[ host-image] Aug 17 03:55:08.657 INFO O| Aug 17 03:55:08.657 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92312024-08-17T03:55:10.679Z[ host-image] Aug 17 03:55:08.666 INFO O| Aug 17 03:55:08.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92322024-08-17T03:55:10.679Z[ host-image] Aug 17 03:55:08.666 INFO O| Aug 17 03:55:08.666 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92332024-08-17T03:55:10.683Z[ host-image] Aug 17 03:55:08.666 INFO O| Aug 17 03:55:08.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92342024-08-17T03:55:10.683Z[ host-image] Aug 17 03:55:08.666 INFO O| Aug 17 03:55:08.666 INFO ok!
92352024-08-17T03:55:10.683Z[ host-image] Aug 17 03:55:08.666 INFO O| Aug 17 03:55:08.666 INFO STEP 101 (ensure_file) COMPLETE
92362024-08-17T03:55:10.683Z[ host-image] Aug 17 03:55:08.666 INFO O| Aug 17 03:55:08.666 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-08-17T03:55:10.697Z[ host-image] Aug 17 03:55:08.675 INFO O| Aug 17 03:55:08.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92382024-08-17T03:55:10.697Z[ host-image] Aug 17 03:55:08.675 INFO O| Aug 17 03:55:08.675 INFO copying /tmp/.tmpcPIiuD/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 ...
92392024-08-17T03:55:10.697Z[ host-image] Aug 17 03:55:08.675 INFO O| Aug 17 03:55:08.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92402024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.675 INFO O| Aug 17 03:55:08.675 INFO ok!
92412024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.675 INFO O| Aug 17 03:55:08.675 INFO STEP 102 (ensure_file) COMPLETE
92422024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.675 INFO O| Aug 17 03:55:08.675 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.684 INFO O| Aug 17 03:55:08.684 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92442024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.684 INFO O| Aug 17 03:55:08.684 INFO copying /tmp/.tmpcPIiuD/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 ...
92452024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.684 INFO O| Aug 17 03:55:08.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92462024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.684 INFO O| Aug 17 03:55:08.684 INFO ok!
92472024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.684 INFO O| Aug 17 03:55:08.684 INFO STEP 103 (ensure_file) COMPLETE
92482024-08-17T03:55:10.703Z[ host-image] Aug 17 03:55:08.685 INFO O| Aug 17 03:55:08.684 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-08-17T03:55:10.711Z[ host-image] Aug 17 03:55:08.694 INFO O| Aug 17 03:55:08.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92502024-08-17T03:55:10.711Z[ host-image] Aug 17 03:55:08.694 INFO O| Aug 17 03:55:08.694 INFO copying /tmp/.tmpcPIiuD/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 ...
92512024-08-17T03:55:10.716Z[ host-image] Aug 17 03:55:08.694 INFO O| Aug 17 03:55:08.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92522024-08-17T03:55:10.716Z[ host-image] Aug 17 03:55:08.694 INFO O| Aug 17 03:55:08.694 INFO ok!
92532024-08-17T03:55:10.716Z[ host-image] Aug 17 03:55:08.694 INFO O| Aug 17 03:55:08.694 INFO STEP 104 (ensure_file) COMPLETE
92542024-08-17T03:55:10.716Z[ host-image] Aug 17 03:55:08.694 INFO O| Aug 17 03:55:08.694 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-08-17T03:55:10.719Z[ host-image] Aug 17 03:55:08.703 INFO O| Aug 17 03:55:08.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92562024-08-17T03:55:10.719Z[ host-image] Aug 17 03:55:08.703 INFO O| Aug 17 03:55:08.703 INFO copying /tmp/.tmpcPIiuD/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 ...
92572024-08-17T03:55:10.719Z[ host-image] Aug 17 03:55:08.703 INFO O| Aug 17 03:55:08.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92582024-08-17T03:55:10.719Z[ host-image] Aug 17 03:55:08.703 INFO O| Aug 17 03:55:08.703 INFO ok!
92592024-08-17T03:55:10.719Z[ host-image] Aug 17 03:55:08.703 INFO O| Aug 17 03:55:08.703 INFO STEP 105 (ensure_file) COMPLETE
92602024-08-17T03:55:10.720Z[ host-image] Aug 17 03:55:08.703 INFO O| Aug 17 03:55:08.703 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-08-17T03:55:10.726Z[ host-image] Aug 17 03:55:08.712 INFO O| Aug 17 03:55:08.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92622024-08-17T03:55:10.726Z[ host-image] Aug 17 03:55:08.712 INFO O| Aug 17 03:55:08.712 INFO copying /tmp/.tmpcPIiuD/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 ...
92632024-08-17T03:55:10.729Z[ host-image] Aug 17 03:55:08.712 INFO O| Aug 17 03:55:08.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92642024-08-17T03:55:10.729Z[ host-image] Aug 17 03:55:08.713 INFO O| Aug 17 03:55:08.712 INFO ok!
92652024-08-17T03:55:10.729Z[ host-image] Aug 17 03:55:08.713 INFO O| Aug 17 03:55:08.713 INFO STEP 106 (ensure_file) COMPLETE
92662024-08-17T03:55:10.729Z[ host-image] Aug 17 03:55:08.713 INFO O| Aug 17 03:55:08.713 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-08-17T03:55:10.735Z[ host-image] Aug 17 03:55:08.722 INFO O| Aug 17 03:55:08.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92682024-08-17T03:55:10.735Z[ host-image] Aug 17 03:55:08.722 INFO O| Aug 17 03:55:08.722 INFO copying /tmp/.tmpcPIiuD/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 ...
92692024-08-17T03:55:10.738Z[ host-image] Aug 17 03:55:08.722 INFO O| Aug 17 03:55:08.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92702024-08-17T03:55:10.738Z[ host-image] Aug 17 03:55:08.722 INFO O| Aug 17 03:55:08.722 INFO ok!
92712024-08-17T03:55:10.738Z[ host-image] Aug 17 03:55:08.722 INFO O| Aug 17 03:55:08.722 INFO STEP 107 (ensure_file) COMPLETE
92722024-08-17T03:55:10.738Z[ host-image] Aug 17 03:55:08.722 INFO O| Aug 17 03:55:08.722 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92732024-08-17T03:55:10.745Z[ host-image] Aug 17 03:55:08.731 INFO O| Aug 17 03:55:08.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92742024-08-17T03:55:10.745Z[ host-image] Aug 17 03:55:08.731 INFO O| Aug 17 03:55:08.731 INFO copying /tmp/.tmpcPIiuD/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 ...
92752024-08-17T03:55:10.748Z[ host-image] Aug 17 03:55:08.732 INFO O| Aug 17 03:55:08.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92762024-08-17T03:55:10.748Z[ host-image] Aug 17 03:55:08.732 INFO O| Aug 17 03:55:08.732 INFO ok!
92772024-08-17T03:55:10.748Z[ host-image] Aug 17 03:55:08.732 INFO O| Aug 17 03:55:08.732 INFO STEP 108 (ensure_file) COMPLETE
92782024-08-17T03:55:10.748Z[ host-image] Aug 17 03:55:08.732 INFO O| Aug 17 03:55:08.732 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-08-17T03:55:10.759Z[ host-image] Aug 17 03:55:08.741 INFO O| Aug 17 03:55:08.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92802024-08-17T03:55:10.759Z[ host-image] Aug 17 03:55:08.741 INFO O| Aug 17 03:55:08.741 INFO copying /tmp/.tmpcPIiuD/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 ...
92812024-08-17T03:55:10.766Z[ host-image] Aug 17 03:55:08.741 INFO O| Aug 17 03:55:08.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92822024-08-17T03:55:10.766Z[ host-image] Aug 17 03:55:08.741 INFO O| Aug 17 03:55:08.741 INFO ok!
92832024-08-17T03:55:10.767Z[ host-image] Aug 17 03:55:08.741 INFO O| Aug 17 03:55:08.741 INFO STEP 109 (ensure_file) COMPLETE
92842024-08-17T03:55:10.767Z[ host-image] Aug 17 03:55:08.741 INFO O| Aug 17 03:55:08.741 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-08-17T03:55:10.769Z[ host-image] Aug 17 03:55:08.750 INFO O| Aug 17 03:55:08.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92862024-08-17T03:55:10.770Z[ host-image] Aug 17 03:55:08.750 INFO O| Aug 17 03:55:08.750 INFO copying /tmp/.tmpcPIiuD/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 ...
92872024-08-17T03:55:10.770Z[ host-image] Aug 17 03:55:08.750 INFO O| Aug 17 03:55:08.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92882024-08-17T03:55:10.770Z[ host-image] Aug 17 03:55:08.750 INFO O| Aug 17 03:55:08.750 INFO ok!
92892024-08-17T03:55:10.770Z[ host-image] Aug 17 03:55:08.750 INFO O| Aug 17 03:55:08.750 INFO STEP 110 (ensure_file) COMPLETE
92902024-08-17T03:55:10.770Z[ host-image] Aug 17 03:55:08.750 INFO O| Aug 17 03:55:08.750 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-08-17T03:55:10.773Z[ host-image] Aug 17 03:55:08.760 INFO O| Aug 17 03:55:08.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92922024-08-17T03:55:10.773Z[ host-image] Aug 17 03:55:08.760 INFO O| Aug 17 03:55:08.760 INFO copying /tmp/.tmpcPIiuD/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 ...
92932024-08-17T03:55:10.776Z[ host-image] Aug 17 03:55:08.760 INFO O| Aug 17 03:55:08.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92942024-08-17T03:55:10.776Z[ host-image] Aug 17 03:55:08.760 INFO O| Aug 17 03:55:08.760 INFO ok!
92952024-08-17T03:55:10.776Z[ host-image] Aug 17 03:55:08.760 INFO O| Aug 17 03:55:08.760 INFO STEP 111 (ensure_file) COMPLETE
92962024-08-17T03:55:10.776Z[ host-image] Aug 17 03:55:08.760 INFO O| Aug 17 03:55:08.760 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-08-17T03:55:10.784Z[ host-image] Aug 17 03:55:08.769 INFO O| Aug 17 03:55:08.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92982024-08-17T03:55:10.784Z[ host-image] Aug 17 03:55:08.769 INFO O| Aug 17 03:55:08.769 INFO copying /tmp/.tmpcPIiuD/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 ...
92992024-08-17T03:55:10.788Z[ host-image] Aug 17 03:55:08.769 INFO O| Aug 17 03:55:08.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93002024-08-17T03:55:10.788Z[ host-image] Aug 17 03:55:08.769 INFO O| Aug 17 03:55:08.769 INFO ok!
93012024-08-17T03:55:10.788Z[ host-image] Aug 17 03:55:08.769 INFO O| Aug 17 03:55:08.769 INFO STEP 112 (ensure_file) COMPLETE
93022024-08-17T03:55:10.788Z[ host-image] Aug 17 03:55:08.769 INFO O| Aug 17 03:55:08.769 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-08-17T03:55:10.792Z[ host-image] Aug 17 03:55:08.778 INFO O| Aug 17 03:55:08.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93042024-08-17T03:55:10.797Z[ host-image] Aug 17 03:55:08.778 INFO O| Aug 17 03:55:08.778 INFO copying /tmp/.tmpcPIiuD/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 ...
93052024-08-17T03:55:10.797Z[ host-image] Aug 17 03:55:08.778 INFO O| Aug 17 03:55:08.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93062024-08-17T03:55:10.797Z[ host-image] Aug 17 03:55:08.778 INFO O| Aug 17 03:55:08.778 INFO ok!
93072024-08-17T03:55:10.797Z[ host-image] Aug 17 03:55:08.778 INFO O| Aug 17 03:55:08.778 INFO STEP 113 (ensure_file) COMPLETE
93082024-08-17T03:55:10.797Z[ host-image] Aug 17 03:55:08.778 INFO O| Aug 17 03:55:08.778 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-08-17T03:55:10.806Z[ host-image] Aug 17 03:55:08.788 INFO O| Aug 17 03:55:08.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93102024-08-17T03:55:10.806Z[ host-image] Aug 17 03:55:08.788 INFO O| Aug 17 03:55:08.788 INFO copying /tmp/.tmpcPIiuD/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 ...
93112024-08-17T03:55:10.812Z[ host-image] Aug 17 03:55:08.788 INFO O| Aug 17 03:55:08.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93122024-08-17T03:55:10.812Z[ host-image] Aug 17 03:55:08.788 INFO O| Aug 17 03:55:08.788 INFO ok!
93132024-08-17T03:55:10.812Z[ host-image] Aug 17 03:55:08.788 INFO O| Aug 17 03:55:08.788 INFO STEP 114 (ensure_file) COMPLETE
93142024-08-17T03:55:10.813Z[ host-image] Aug 17 03:55:08.788 INFO O| Aug 17 03:55:08.788 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-08-17T03:55:10.815Z[ host-image] Aug 17 03:55:08.797 INFO O| Aug 17 03:55:08.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93162024-08-17T03:55:10.815Z[ host-image] Aug 17 03:55:08.797 INFO O| Aug 17 03:55:08.797 INFO copying /tmp/.tmpcPIiuD/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 ...
93172024-08-17T03:55:10.816Z[ host-image] Aug 17 03:55:08.797 INFO O| Aug 17 03:55:08.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93182024-08-17T03:55:10.816Z[ host-image] Aug 17 03:55:08.797 INFO O| Aug 17 03:55:08.797 INFO ok!
93192024-08-17T03:55:10.816Z[ host-image] Aug 17 03:55:08.797 INFO O| Aug 17 03:55:08.797 INFO STEP 115 (ensure_file) COMPLETE
93202024-08-17T03:55:10.816Z[ host-image] Aug 17 03:55:08.797 INFO O| Aug 17 03:55:08.797 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-08-17T03:55:10.821Z[ host-image] Aug 17 03:55:08.806 INFO O| Aug 17 03:55:08.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93222024-08-17T03:55:10.821Z[ host-image] Aug 17 03:55:08.806 INFO O| Aug 17 03:55:08.806 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93232024-08-17T03:55:10.825Z[ host-image] Aug 17 03:55:08.806 INFO O| Aug 17 03:55:08.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93242024-08-17T03:55:10.825Z[ host-image] Aug 17 03:55:08.806 INFO O| Aug 17 03:55:08.806 INFO ok!
93252024-08-17T03:55:10.825Z[ host-image] Aug 17 03:55:08.806 INFO O| Aug 17 03:55:08.806 INFO STEP 116 (ensure_file) COMPLETE
93262024-08-17T03:55:10.825Z[ host-image] Aug 17 03:55:08.806 INFO O| Aug 17 03:55:08.806 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-08-17T03:55:10.829Z[ host-image] Aug 17 03:55:08.816 INFO O| Aug 17 03:55:08.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93282024-08-17T03:55:10.829Z[ host-image] Aug 17 03:55:08.816 INFO O| Aug 17 03:55:08.816 INFO copying /tmp/.tmpcPIiuD/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 ...
93292024-08-17T03:55:10.832Z[ host-image] Aug 17 03:55:08.816 INFO O| Aug 17 03:55:08.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93302024-08-17T03:55:10.832Z[ host-image] Aug 17 03:55:08.816 INFO O| Aug 17 03:55:08.816 INFO ok!
93312024-08-17T03:55:10.832Z[ host-image] Aug 17 03:55:08.816 INFO O| Aug 17 03:55:08.816 INFO STEP 117 (ensure_file) COMPLETE
93322024-08-17T03:55:10.832Z[ host-image] Aug 17 03:55:08.816 INFO O| Aug 17 03:55:08.816 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93332024-08-17T03:55:10.839Z[ host-image] Aug 17 03:55:08.825 INFO O| Aug 17 03:55:08.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93342024-08-17T03:55:10.839Z[ host-image] Aug 17 03:55:08.825 INFO O| Aug 17 03:55:08.825 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93352024-08-17T03:55:10.839Z[ host-image] Aug 17 03:55:08.825 INFO O| Aug 17 03:55:08.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93362024-08-17T03:55:10.839Z[ host-image] Aug 17 03:55:08.825 INFO O| Aug 17 03:55:08.825 INFO ok!
93372024-08-17T03:55:10.842Z[ host-image] Aug 17 03:55:08.825 INFO O| Aug 17 03:55:08.825 INFO STEP 118 (ensure_file) COMPLETE
93382024-08-17T03:55:10.842Z[ host-image] Aug 17 03:55:08.825 INFO O| Aug 17 03:55:08.825 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-08-17T03:55:10.849Z[ host-image] Aug 17 03:55:08.835 INFO O| Aug 17 03:55:08.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93402024-08-17T03:55:10.852Z[ host-image] Aug 17 03:55:08.835 INFO O| Aug 17 03:55:08.835 INFO copying /tmp/.tmpcPIiuD/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93412024-08-17T03:55:14.000Z[ host-image] Aug 17 03:55:11.986 INFO O| Aug 17 03:55:11.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93422024-08-17T03:55:14.001Z[ host-image] Aug 17 03:55:11.986 INFO O| Aug 17 03:55:11.986 INFO ok!
93432024-08-17T03:55:14.003Z[ host-image] Aug 17 03:55:11.986 INFO O| Aug 17 03:55:11.986 INFO STEP 119 (ensure_file) COMPLETE
93442024-08-17T03:55:14.003Z[ host-image] Aug 17 03:55:11.986 INFO O| Aug 17 03:55:11.986 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93452024-08-17T03:55:14.012Z[ host-image] Aug 17 03:55:11.998 INFO O| Aug 17 03:55:11.998 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93462024-08-17T03:55:14.012Z[ host-image] Aug 17 03:55:11.998 INFO O| Aug 17 03:55:11.998 INFO STEP 120 (ensure_dir) COMPLETE
93472024-08-17T03:55:14.015Z[ host-image] Aug 17 03:55:11.998 INFO O| Aug 17 03:55:11.998 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-08-17T03:55:14.025Z[ host-image] Aug 17 03:55:12.008 INFO O| Aug 17 03:55:12.007 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93492024-08-17T03:55:14.025Z[ host-image] Aug 17 03:55:12.008 INFO O| Aug 17 03:55:12.008 INFO STEP 121 (ensure_dir) COMPLETE
93502024-08-17T03:55:14.029Z[ host-image] Aug 17 03:55:12.008 INFO O| Aug 17 03:55:12.008 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-08-17T03:55:14.032Z[ host-image] Aug 17 03:55:12.017 INFO O| Aug 17 03:55:12.017 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93522024-08-17T03:55:14.032Z[ host-image] Aug 17 03:55:12.017 INFO O| Aug 17 03:55:12.017 INFO STEP 122 (ensure_dir) COMPLETE
93532024-08-17T03:55:14.032Z[ host-image] Aug 17 03:55:12.018 INFO O| Aug 17 03:55:12.017 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-08-17T03:55:14.041Z[ host-image] Aug 17 03:55:12.027 INFO O| Aug 17 03:55:12.027 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93552024-08-17T03:55:14.041Z[ host-image] Aug 17 03:55:12.027 INFO O| Aug 17 03:55:12.027 INFO STEP 123 (ensure_dir) COMPLETE
93562024-08-17T03:55:14.045Z[ host-image] Aug 17 03:55:12.027 INFO O| Aug 17 03:55:12.027 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-08-17T03:55:14.050Z[ host-image] Aug 17 03:55:12.036 INFO O| Aug 17 03:55:12.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93582024-08-17T03:55:14.050Z[ host-image] Aug 17 03:55:12.036 INFO O| Aug 17 03:55:12.036 INFO copying /tmp/.tmpcPIiuD/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 ...
93592024-08-17T03:55:14.052Z[ host-image] Aug 17 03:55:12.037 INFO O| Aug 17 03:55:12.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93602024-08-17T03:55:14.052Z[ host-image] Aug 17 03:55:12.037 INFO O| Aug 17 03:55:12.037 INFO ok!
93612024-08-17T03:55:14.052Z[ host-image] Aug 17 03:55:12.037 INFO O| Aug 17 03:55:12.037 INFO STEP 124 (ensure_file) COMPLETE
93622024-08-17T03:55:14.052Z[ host-image] Aug 17 03:55:12.037 INFO O| Aug 17 03:55:12.037 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93632024-08-17T03:55:14.059Z[ host-image] Aug 17 03:55:12.046 INFO O| Aug 17 03:55:12.046 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93642024-08-17T03:55:14.062Z[ host-image] Aug 17 03:55:12.046 INFO O| Aug 17 03:55:12.046 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93652024-08-17T03:55:14.062Z[ host-image] Aug 17 03:55:12.046 INFO O| Aug 17 03:55:12.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93662024-08-17T03:55:14.062Z[ host-image] Aug 17 03:55:12.046 INFO O| Aug 17 03:55:12.046 INFO STEP 125 (ensure_dir) COMPLETE
93672024-08-17T03:55:14.062Z[ host-image] Aug 17 03:55:12.046 INFO O| Aug 17 03:55:12.046 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-08-17T03:55:14.069Z[ host-image] Aug 17 03:55:12.055 INFO O| Aug 17 03:55:12.055 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93692024-08-17T03:55:14.069Z[ host-image] Aug 17 03:55:12.055 INFO O| Aug 17 03:55:12.055 INFO copying /tmp/.tmpcPIiuD/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93702024-08-17T03:55:14.071Z[ host-image] Aug 17 03:55:12.055 INFO O| Aug 17 03:55:12.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93712024-08-17T03:55:14.071Z[ host-image] Aug 17 03:55:12.055 INFO O| Aug 17 03:55:12.055 INFO ok!
93722024-08-17T03:55:14.071Z[ host-image] Aug 17 03:55:12.055 INFO O| Aug 17 03:55:12.055 INFO STEP 126 (ensure_file) COMPLETE
93732024-08-17T03:55:14.071Z[ host-image] Aug 17 03:55:12.055 INFO O| Aug 17 03:55:12.055 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93742024-08-17T03:55:14.078Z[ host-image] Aug 17 03:55:12.064 INFO O| Aug 17 03:55:12.064 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93752024-08-17T03:55:14.081Z[ host-image] Aug 17 03:55:12.065 INFO O| Aug 17 03:55:12.065 INFO STEP 127 (remove_files) COMPLETE
93762024-08-17T03:55:14.081Z[ host-image] Aug 17 03:55:12.065 INFO O| Aug 17 03:55:12.065 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93772024-08-17T03:55:14.088Z[ host-image] Aug 17 03:55:12.074 INFO O| Aug 17 03:55:12.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93782024-08-17T03:55:14.093Z[ host-image] Aug 17 03:55:12.074 INFO O| Aug 17 03:55:12.074 INFO STEP 128 (remove_files) COMPLETE
93792024-08-17T03:55:14.093Z[ host-image] Aug 17 03:55:12.074 INFO O| Aug 17 03:55:12.074 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93802024-08-17T03:55:14.097Z[ host-image] Aug 17 03:55:12.083 INFO O| Aug 17 03:55:12.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93812024-08-17T03:55:14.100Z[ host-image] Aug 17 03:55:12.083 INFO O| Aug 17 03:55:12.083 INFO STEP 129 (remove_files) COMPLETE
93822024-08-17T03:55:14.100Z[ host-image] Aug 17 03:55:12.083 INFO O| Aug 17 03:55:12.083 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93832024-08-17T03:55:14.115Z[ host-image] Aug 17 03:55:12.092 INFO O| Aug 17 03:55:12.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93842024-08-17T03:55:14.119Z[ host-image] Aug 17 03:55:12.093 INFO O| Aug 17 03:55:12.093 INFO STEP 130 (remove_files) COMPLETE
93852024-08-17T03:55:14.119Z[ host-image] Aug 17 03:55:12.093 INFO O| Aug 17 03:55:12.093 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93862024-08-17T03:55:14.119Z[ host-image] Aug 17 03:55:12.102 INFO O| Aug 17 03:55:12.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93872024-08-17T03:55:14.119Z[ host-image] Aug 17 03:55:12.102 INFO O| Aug 17 03:55:12.102 INFO STEP 131 (remove_files) COMPLETE
93882024-08-17T03:55:14.119Z[ host-image] Aug 17 03:55:12.102 INFO O| Aug 17 03:55:12.102 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93892024-08-17T03:55:14.125Z[ host-image] Aug 17 03:55:12.111 INFO O| Aug 17 03:55:12.111 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93902024-08-17T03:55:14.128Z[ host-image] Aug 17 03:55:12.112 INFO O| Aug 17 03:55:12.112 INFO STEP 132 (remove_files) COMPLETE
93912024-08-17T03:55:14.128Z[ host-image] Aug 17 03:55:12.112 INFO O| Aug 17 03:55:12.112 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93922024-08-17T03:55:14.135Z[ host-image] Aug 17 03:55:12.121 INFO O| Aug 17 03:55:12.121 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93932024-08-17T03:55:14.135Z[ host-image] Aug 17 03:55:12.121 INFO O| Aug 17 03:55:12.121 INFO STEP 133 (remove_files) COMPLETE
93942024-08-17T03:55:14.138Z[ host-image] Aug 17 03:55:12.121 INFO O| Aug 17 03:55:12.121 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93952024-08-17T03:55:14.145Z[ host-image] Aug 17 03:55:12.131 INFO O| Aug 17 03:55:12.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93962024-08-17T03:55:14.147Z[ host-image] Aug 17 03:55:12.131 INFO O| Aug 17 03:55:12.131 INFO STEP 134 (remove_files) COMPLETE
93972024-08-17T03:55:14.147Z[ host-image] Aug 17 03:55:12.131 INFO O| Aug 17 03:55:12.131 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93982024-08-17T03:55:14.154Z[ host-image] Aug 17 03:55:12.140 INFO O| Aug 17 03:55:12.140 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93992024-08-17T03:55:14.154Z[ host-image] Aug 17 03:55:12.140 INFO O| Aug 17 03:55:12.140 INFO STEP 135 (remove_files) COMPLETE
94002024-08-17T03:55:14.154Z[ host-image] Aug 17 03:55:12.140 INFO O| Aug 17 03:55:12.140 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94012024-08-17T03:55:14.163Z[ host-image] Aug 17 03:55:12.149 INFO O| Aug 17 03:55:12.149 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94022024-08-17T03:55:14.165Z[ host-image] Aug 17 03:55:12.149 INFO O| Aug 17 03:55:12.149 INFO STEP 136 (remove_files) COMPLETE
94032024-08-17T03:55:14.165Z[ host-image] Aug 17 03:55:12.149 INFO O| Aug 17 03:55:12.149 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94042024-08-17T03:55:14.172Z[ host-image] Aug 17 03:55:12.158 INFO O| Aug 17 03:55:12.158 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94052024-08-17T03:55:14.172Z[ host-image] Aug 17 03:55:12.159 INFO O| Aug 17 03:55:12.158 INFO STEP 137 (remove_files) COMPLETE
94062024-08-17T03:55:14.176Z[ host-image] Aug 17 03:55:12.159 INFO O| Aug 17 03:55:12.158 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94072024-08-17T03:55:14.182Z[ host-image] Aug 17 03:55:12.168 INFO O| Aug 17 03:55:12.168 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94082024-08-17T03:55:14.182Z[ host-image] Aug 17 03:55:12.168 INFO O| Aug 17 03:55:12.168 INFO STEP 138 (remove_files) COMPLETE
94092024-08-17T03:55:14.182Z[ host-image] Aug 17 03:55:12.168 INFO O| Aug 17 03:55:12.168 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94102024-08-17T03:55:14.192Z[ host-image] Aug 17 03:55:12.177 INFO O| Aug 17 03:55:12.177 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94112024-08-17T03:55:14.194Z[ host-image] Aug 17 03:55:12.177 INFO O| Aug 17 03:55:12.177 INFO STEP 139 (remove_files) COMPLETE
94122024-08-17T03:55:14.194Z[ host-image] Aug 17 03:55:12.177 INFO O| Aug 17 03:55:12.177 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94132024-08-17T03:55:14.201Z[ host-image] Aug 17 03:55:12.187 INFO O| Aug 17 03:55:12.187 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94142024-08-17T03:55:14.205Z[ host-image] Aug 17 03:55:12.187 INFO O| Aug 17 03:55:12.187 INFO STEP 140 (remove_files) COMPLETE
94152024-08-17T03:55:14.205Z[ host-image] Aug 17 03:55:12.187 INFO O| Aug 17 03:55:12.187 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94162024-08-17T03:55:14.210Z[ host-image] Aug 17 03:55:12.196 INFO O| Aug 17 03:55:12.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94172024-08-17T03:55:14.213Z[ host-image] Aug 17 03:55:12.196 INFO O| Aug 17 03:55:12.196 INFO STEP 141 (remove_files) COMPLETE
94182024-08-17T03:55:14.213Z[ host-image] Aug 17 03:55:12.196 INFO O| Aug 17 03:55:12.196 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94192024-08-17T03:55:14.219Z[ host-image] Aug 17 03:55:12.205 INFO O| Aug 17 03:55:12.205 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94202024-08-17T03:55:14.219Z[ host-image] Aug 17 03:55:12.206 INFO O| Aug 17 03:55:12.205 INFO STEP 142 (remove_files) COMPLETE
94212024-08-17T03:55:14.224Z[ host-image] Aug 17 03:55:12.206 INFO O| Aug 17 03:55:12.206 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94222024-08-17T03:55:14.229Z[ host-image] Aug 17 03:55:12.215 INFO O| Aug 17 03:55:12.215 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94232024-08-17T03:55:14.229Z[ host-image] Aug 17 03:55:12.215 INFO O| Aug 17 03:55:12.215 INFO STEP 143 (remove_files) COMPLETE
94242024-08-17T03:55:14.231Z[ host-image] Aug 17 03:55:12.215 INFO O| Aug 17 03:55:12.215 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94252024-08-17T03:55:14.239Z[ host-image] Aug 17 03:55:12.225 INFO O| Aug 17 03:55:12.225 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94262024-08-17T03:55:14.239Z[ host-image] Aug 17 03:55:12.225 INFO O| Aug 17 03:55:12.225 INFO STEP 144 (remove_files) COMPLETE
94272024-08-17T03:55:14.241Z[ host-image] Aug 17 03:55:12.225 INFO O| Aug 17 03:55:12.225 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94282024-08-17T03:55:14.248Z[ host-image] Aug 17 03:55:12.234 INFO O| Aug 17 03:55:12.234 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94292024-08-17T03:55:14.248Z[ host-image] Aug 17 03:55:12.234 INFO O| Aug 17 03:55:12.234 INFO STEP 145 (remove_files) COMPLETE
94302024-08-17T03:55:14.252Z[ host-image] Aug 17 03:55:12.234 INFO O| Aug 17 03:55:12.234 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94312024-08-17T03:55:14.257Z[ host-image] Aug 17 03:55:12.243 INFO O| Aug 17 03:55:12.243 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94322024-08-17T03:55:14.259Z[ host-image] Aug 17 03:55:12.243 INFO O| Aug 17 03:55:12.243 INFO STEP 146 (remove_files) COMPLETE
94332024-08-17T03:55:14.259Z[ host-image] Aug 17 03:55:12.243 INFO O| Aug 17 03:55:12.243 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94342024-08-17T03:55:14.267Z[ host-image] Aug 17 03:55:12.253 INFO O| Aug 17 03:55:12.253 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94352024-08-17T03:55:14.267Z[ host-image] Aug 17 03:55:12.253 INFO O| Aug 17 03:55:12.253 INFO STEP 147 (remove_files) COMPLETE
94362024-08-17T03:55:14.267Z[ host-image] Aug 17 03:55:12.253 INFO O| Aug 17 03:55:12.253 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94372024-08-17T03:55:14.276Z[ host-image] Aug 17 03:55:12.262 INFO O| Aug 17 03:55:12.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94382024-08-17T03:55:14.278Z[ host-image] Aug 17 03:55:12.262 INFO O| Aug 17 03:55:12.262 INFO STEP 148 (remove_files) COMPLETE
94392024-08-17T03:55:14.278Z[ host-image] Aug 17 03:55:12.262 INFO O| Aug 17 03:55:12.262 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94402024-08-17T03:55:14.285Z[ host-image] Aug 17 03:55:12.271 INFO O| Aug 17 03:55:12.271 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94412024-08-17T03:55:14.285Z[ host-image] Aug 17 03:55:12.271 INFO O| Aug 17 03:55:12.271 INFO STEP 149 (remove_files) COMPLETE
94422024-08-17T03:55:14.285Z[ host-image] Aug 17 03:55:12.272 INFO O| Aug 17 03:55:12.271 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94432024-08-17T03:55:14.297Z[ host-image] Aug 17 03:55:12.281 INFO O| Aug 17 03:55:12.281 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94442024-08-17T03:55:14.300Z[ host-image] Aug 17 03:55:12.281 INFO O| Aug 17 03:55:12.281 INFO STEP 150 (remove_files) COMPLETE
94452024-08-17T03:55:14.300Z[ host-image] Aug 17 03:55:12.281 INFO O| Aug 17 03:55:12.281 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94462024-08-17T03:55:14.305Z[ host-image] Aug 17 03:55:12.291 INFO O| Aug 17 03:55:12.291 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94472024-08-17T03:55:14.305Z[ host-image] Aug 17 03:55:12.291 INFO O| Aug 17 03:55:12.291 INFO STEP 151 (remove_files) COMPLETE
94482024-08-17T03:55:14.305Z[ host-image] Aug 17 03:55:12.291 INFO O| Aug 17 03:55:12.291 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94492024-08-17T03:55:14.314Z[ host-image] Aug 17 03:55:12.300 INFO O| Aug 17 03:55:12.300 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94502024-08-17T03:55:14.314Z[ host-image] Aug 17 03:55:12.300 INFO O| Aug 17 03:55:12.300 INFO STEP 152 (remove_files) COMPLETE
94512024-08-17T03:55:14.317Z[ host-image] Aug 17 03:55:12.300 INFO O| Aug 17 03:55:12.300 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94522024-08-17T03:55:14.323Z[ host-image] Aug 17 03:55:12.309 INFO O| Aug 17 03:55:12.309 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94532024-08-17T03:55:14.323Z[ host-image] Aug 17 03:55:12.310 INFO O| Aug 17 03:55:12.310 INFO STEP 153 (remove_files) COMPLETE
94542024-08-17T03:55:14.323Z[ host-image] Aug 17 03:55:12.310 INFO O| Aug 17 03:55:12.310 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94552024-08-17T03:55:14.333Z[ host-image] Aug 17 03:55:12.319 INFO O| Aug 17 03:55:12.319 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94562024-08-17T03:55:14.333Z[ host-image] Aug 17 03:55:12.319 INFO O| Aug 17 03:55:12.319 INFO STEP 154 (remove_files) COMPLETE
94572024-08-17T03:55:14.335Z[ host-image] Aug 17 03:55:12.319 INFO O| Aug 17 03:55:12.319 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94582024-08-17T03:55:14.342Z[ host-image] Aug 17 03:55:12.328 INFO O| Aug 17 03:55:12.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94592024-08-17T03:55:14.342Z[ host-image] Aug 17 03:55:12.328 INFO O| Aug 17 03:55:12.328 INFO STEP 155 (remove_files) COMPLETE
94602024-08-17T03:55:14.345Z[ host-image] Aug 17 03:55:12.328 INFO O| Aug 17 03:55:12.328 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94612024-08-17T03:55:14.357Z[ host-image] Aug 17 03:55:12.342 INFO O| Aug 17 03:55:12.342 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94622024-08-17T03:55:14.359Z[ host-image] Aug 17 03:55:12.342 INFO O| Aug 17 03:55:12.342 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94632024-08-17T03:55:23.026Z[ host-image] Aug 17 03:55:21.011 INFO O| Aug 17 03:55:21.010 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
94642024-08-17T03:55:23.026Z[ host-image] Aug 17 03:55:21.011 INFO O| Aug 17 03:55:21.010 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94652024-08-17T03:55:23.041Z[ host-image] Aug 17 03:55:21.026 INFO O| Aug 17 03:55:21.026 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
94662024-08-17T03:55:23.119Z[ host-image] Aug 17 03:55:21.103 INFO O| Aug 17 03:55:21.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94672024-08-17T03:55:23.119Z[ host-image] Aug 17 03:55:21.103 INFO O| Aug 17 03:55:21.103 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94682024-08-17T03:55:23.122Z[ host-image] Aug 17 03:55:21.105 INFO O| Aug 17 03:55:21.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94692024-08-17T03:55:23.122Z[ host-image] Aug 17 03:55:21.105 INFO O| Aug 17 03:55:21.105 INFO ok!
94702024-08-17T03:55:23.122Z[ host-image] Aug 17 03:55:21.105 INFO O| Aug 17 03:55:21.105 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94712024-08-17T03:55:23.122Z[ host-image] Aug 17 03:55:21.105 INFO O| Aug 17 03:55:21.105 INFO STEP 156 (seed_smf) COMPLETE
94722024-08-17T03:55:23.122Z[ host-image] Aug 17 03:55:21.105 INFO O| Aug 17 03:55:21.105 INFO steps complete; finalising image!
94732024-08-17T03:55:23.122Z[ host-image] Aug 17 03:55:21.105 INFO O| Aug 17 03:55:21.105 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94742024-08-17T03:55:23.261Z[ host-image] Aug 17 03:55:21.244 INFO O| Aug 17 03:55:21.244 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Sat Aug 17 03:55:21 2024)
94752024-08-17T03:55:23.480Z[ host-image] Aug 17 03:55:21.464 INFO O| Aug 17 03:55:21.464 INFO temporary pool has 661M used, 171M avail, 1.88x compressratio
94762024-08-17T03:55:23.480Z[ host-image] Aug 17 03:55:21.464 INFO O| Aug 17 03:55:21.464 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94772024-08-17T03:55:23.757Z[ host-image] Aug 17 03:55:21.741 INFO O| Aug 17 03:55:21.741 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94782024-08-17T03:55:23.757Z[ host-image] Aug 17 03:55:21.741 INFO O| Aug 17 03:55:21.741 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94792024-08-17T03:55:24.778Z[ host-image] Aug 17 03:55:22.762 INFO O| Aug 17 03:55:22.762 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94802024-08-17T03:55:24.778Z[ host-image] Aug 17 03:55:22.762 INFO O| Aug 17 03:55:22.762 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94812024-08-17T03:55:24.785Z[ host-image] Aug 17 03:55:22.762 INFO O| Aug 17 03:55:22.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94822024-08-17T03:55:24.785Z[ host-image] Aug 17 03:55:22.762 INFO O| Aug 17 03:55:22.762 INFO completed processing gimlet/zfs
94832024-08-17T03:55:24.785Z[ host-image] Aug 17 03:55:22.762 INFO O| Aug 17 03:55:22.762 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94842024-08-17T03:55:31.256Z[ host-image] Aug 17 03:55:29.044 INFO O| Aug 17 03:55:29.044 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94852024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.135 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n"
94862024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.136 INFO expanded image name: "ci da2e79e/${os_short_commit} 2024-08-17 03:26" -> "ci da2e79e/f449ff4 2024-08-17 03:26"
94872024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.136 INFO output artefacts stored in: "/work/os-host"
94882024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.136 INFO collecting git info from project "pilot"...
94892024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.142 INFO collecting git info from project "chelsio-t6-roms"...
94902024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.146 INFO collecting git info from project "pinprick"...
94912024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.150 INFO collecting git info from project "amd-host-image-builder"...
94922024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.163 INFO collecting git info from project "amd-firmware"...
94932024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.171 INFO collecting git info from project "image-builder"...
94942024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.175 INFO collecting git info from project "bootserver"...
94952024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.179 INFO collecting git info from project "phbl"...
94962024-08-17T03:55:31.272Z[ host-image] Aug 17 03:55:29.183 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94972024-08-17T03:55:31.556Z[ host-image] Aug 17 03:55:29.539 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94982024-08-17T03:55:31.889Z[ host-image] Aug 17 03:55:29.871 INFO creating Oxide boot image...
94992024-08-17T03:55:31.889Z[ host-image] Aug 17 03:55:29.872 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci da2e79e/f449ff4 2024-08-17 03:26", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95002024-08-17T03:55:32.832Z[ host-image] Aug 17 03:55:30.815 INFO O| ok, image written!
95012024-08-17T03:55:32.832Z[ host-image] Aug 17 03:55:30.815 INFO O| ok, boot_image_csum file written!
95022024-08-17T03:55:32.835Z[ host-image] Aug 17 03:55:30.818 INFO creating boot archive (CPIO)...
95032024-08-17T03:55:32.835Z[ host-image] Aug 17 03:55:30.818 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
95042024-08-17T03:55:32.843Z[ host-image] Aug 17 03:55:30.826 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95052024-08-17T03:55:32.843Z[ host-image] Aug 17 03:55:30.826 INFO E| + outfile=/work/os-host/cpio
95062024-08-17T03:55:32.848Z[ host-image] Aug 17 03:55:30.826 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95072024-08-17T03:55:32.848Z[ host-image] Aug 17 03:55:30.828 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95082024-08-17T03:55:32.848Z[ host-image] Aug 17 03:55:30.828 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95092024-08-17T03:55:32.883Z[ host-image] Aug 17 03:55:30.865 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95102024-08-17T03:55:32.883Z[ host-image] Aug 17 03:55:30.866 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95112024-08-17T03:55:32.890Z[ host-image] Aug 17 03:55:30.873 INFO creating compressed cpio/unix for nanobl-rs...
95122024-08-17T03:55:32.893Z[ host-image] Aug 17 03:55:30.873 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
95132024-08-17T03:55:33.173Z[ host-image] Aug 17 03:55:31.156 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95142024-08-17T03:55:37.510Z[ host-image] Aug 17 03:55:35.492 INFO creating reset image...
95152024-08-17T03:55:37.512Z[ host-image] Aug 17 03:55:35.492 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95162024-08-17T03:55:37.596Z[ host-image] Aug 17 03:55:35.576 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95172024-08-17T03:55:37.599Z[ host-image] Aug 17 03:55:35.577 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95182024-08-17T03:55:37.658Z[ host-image] Aug 17 03:55:35.639 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95192024-08-17T03:55:39.848Z[ host-image] Aug 17 03:55:37.829 INFO E| Finished `release` profile [optimized] target(s) in 2.24s
95202024-08-17T03:55:39.859Z[ host-image] Aug 17 03:55:37.840 INFO building host image...
95212024-08-17T03:55:39.861Z[ host-image] Aug 17 03:55:37.841 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")
95222024-08-17T03:55:40.335Z[ host-image] Aug 17 03:55:38.316 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95232024-08-17T03:56:26.905Z[ host-image] Aug 17 03:56:24.878 INFO image complete! materials are in "/work/os-host"
95242024-08-17T03:56:26.908Z[ host-image]
95252024-08-17T03:56:26.908Z[ host-image] real 9:53.754087712
95262024-08-17T03:56:26.911Z[ host-image] user 3:54.308131768
95272024-08-17T03:56:26.911Z[ host-image] sys 46.342996315
95282024-08-17T03:56:26.911Z[ host-image] trap 0.103381339
95292024-08-17T03:56:26.911Z[ host-image] tflt 0.017329436
95302024-08-17T03:56:26.911Z[ host-image] dflt 0.021526354
95312024-08-17T03:56:26.911Z[ host-image] kflt 0.000012117
95322024-08-17T03:56:26.911Z[ host-image] lock 6:47.543218709
95332024-08-17T03:56:26.912Z[ host-image] slp 56:38.307069938
95342024-08-17T03:56:26.912Z[ host-image] lat 40.788327955
95352024-08-17T03:56:26.912Z[ host-image] stop 0.768576386
95362024-08-17T03:56:26.912ZAug 17 03:56:24.881 INFO [host-image] process exited with exit status: 0 (593.76610942s)
95372024-08-17T03:56:26.912ZAug 17 03:56:24.881 INFO [tuf-repo] running task
95382024-08-17T03:56:33.911ZAug 17 03:56:31.882 INFO assembling repository in `/tmp/tufaceouspxQZrX`, component: OmicronRepoAssembler
95392024-08-17T03:56:38.495ZAug 17 03:56:36.369 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95402024-08-17T03:56:38.581ZAug 17 03:56:36.552 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95412024-08-17T03:56:49.591ZAug 17 03:56:47.560 INFO [tuf-repo] task succeeded (22.67820659s)
95422024-08-17T03:56:49.591ZAug 17 03:56:47.560 INFO all jobs completed in 1824.00546546s
95432024-08-17T03:56:50.103Zprocess exited: duration 2346895 ms, exit code 0
 
95442024-08-17T03:56:50.115Zfound 33 output files
95452024-08-17T03:56:50.115Zuploading: /work/manifest.toml (8404 bytes)
95462024-08-17T03:56:51.128Zuploaded: /work/manifest.toml
95472024-08-17T03:56:51.128Zuploading: /work/repo.zip (1780465754 bytes)
95482024-08-17T03:57:25.308Zuploaded: /work/repo.zip
95492024-08-17T03:57:25.308Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95502024-08-17T03:57:26.397Zuploaded: /work/repo.zip.sha256.txt
95512024-08-17T03:57:26.401Zuploading: /work/helios-setup.log (52337 bytes)
95522024-08-17T03:57:27.409Zuploaded: /work/helios-setup.log
95532024-08-17T03:57:27.409Zuploading: /work/host-image.log (195612 bytes)
95542024-08-17T03:57:28.424Zuploaded: /work/host-image.log
95552024-08-17T03:57:28.424Zuploading: /work/host-package.log (18948 bytes)
95562024-08-17T03:57:29.439Zuploaded: /work/host-package.log
95572024-08-17T03:57:29.439Zuploading: /work/host-target.log (101 bytes)
95582024-08-17T03:57:30.463Zuploaded: /work/host-target.log
95592024-08-17T03:57:30.463Zuploading: /work/omicron-package.log (4572 bytes)
95602024-08-17T03:57:31.483Zuploaded: /work/omicron-package.log
95612024-08-17T03:57:31.483Zuploading: /work/phbl-toolchain.log (881 bytes)
95622024-08-17T03:57:32.495Zuploaded: /work/phbl-toolchain.log
95632024-08-17T03:57:32.495Zuploading: /work/recovery-image.log (591946 bytes)
95642024-08-17T03:57:33.527Zuploaded: /work/recovery-image.log
95652024-08-17T03:57:33.527Zuploading: /work/recovery-package.log (282 bytes)
95662024-08-17T03:57:34.536Zuploaded: /work/recovery-package.log
95672024-08-17T03:57:34.536Zuploading: /work/recovery-target.log (98 bytes)
95682024-08-17T03:57:35.552Zuploaded: /work/recovery-target.log
95692024-08-17T03:57:35.552Zuploading: /work/stamp-clickhouse.log (117 bytes)
95702024-08-17T03:57:36.564Zuploaded: /work/stamp-clickhouse.log
95712024-08-17T03:57:36.564Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95722024-08-17T03:57:37.573Zuploaded: /work/stamp-clickhouse_keeper.log
95732024-08-17T03:57:37.573Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95742024-08-17T03:57:38.587Zuploaded: /work/stamp-cockroachdb.log
95752024-08-17T03:57:38.587Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95762024-08-17T03:57:39.597Zuploaded: /work/stamp-crucible-dtrace.log
95772024-08-17T03:57:39.600Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95782024-08-17T03:57:40.607Zuploaded: /work/stamp-crucible-pantry-zone.log
95792024-08-17T03:57:40.607Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95802024-08-17T03:57:41.618Zuploaded: /work/stamp-crucible-zone.log
95812024-08-17T03:57:41.620Zuploading: /work/stamp-external-dns.log (119 bytes)
95822024-08-17T03:57:42.626Zuploaded: /work/stamp-external-dns.log
95832024-08-17T03:57:42.629Zuploading: /work/stamp-installinator.log (103 bytes)
95842024-08-17T03:57:43.637Zuploaded: /work/stamp-installinator.log
95852024-08-17T03:57:43.637Zuploading: /work/stamp-internal-dns.log (119 bytes)
95862024-08-17T03:57:44.645Zuploaded: /work/stamp-internal-dns.log
95872024-08-17T03:57:44.645Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95882024-08-17T03:57:45.655Zuploaded: /work/stamp-mg-ddm-gz.log
95892024-08-17T03:57:45.655Zuploading: /work/stamp-nexus.log (112 bytes)
95902024-08-17T03:57:46.669Zuploaded: /work/stamp-nexus.log
95912024-08-17T03:57:46.669Zuploading: /work/stamp-ntp.log (110 bytes)
95922024-08-17T03:57:47.680Zuploaded: /work/stamp-ntp.log
95932024-08-17T03:57:47.688Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95942024-08-17T03:57:48.696Zuploaded: /work/stamp-omicron-sled-agent.log
95952024-08-17T03:57:48.696Zuploading: /work/stamp-overlay.log (114 bytes)
95962024-08-17T03:57:49.706Zuploaded: /work/stamp-overlay.log
95972024-08-17T03:57:49.710Zuploading: /work/stamp-oximeter.log (115 bytes)
95982024-08-17T03:57:50.718Zuploaded: /work/stamp-oximeter.log
95992024-08-17T03:57:50.720Zuploading: /work/stamp-oxlog.log (109 bytes)
96002024-08-17T03:57:51.727Zuploaded: /work/stamp-oxlog.log
96012024-08-17T03:57:51.731Zuploading: /work/stamp-probe.log (112 bytes)
96022024-08-17T03:57:52.737Zuploaded: /work/stamp-probe.log
96032024-08-17T03:57:52.747Zuploading: /work/stamp-propolis-server.log (122 bytes)
96042024-08-17T03:57:53.756Zuploaded: /work/stamp-propolis-server.log
96052024-08-17T03:57:53.766Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96062024-08-17T03:57:58.160Zuploaded: /work/stamp-pumpkind-gz.log
96072024-08-17T03:57:58.161Zuploading: /work/stamp-switch-asic.log (118 bytes)
96082024-08-17T03:57:59.203Zuploaded: /work/stamp-switch-asic.log
96092024-08-17T03:57:59.206Zuploading: /work/verify-libraries.log (1888 bytes)
96102024-08-17T03:58:00.213Zuploaded: /work/verify-libraries.log