01J6WZ39M7CQZKDGVV98A3HP9P: 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: 01J6WZ3SDXFS3354697B0ZXM28

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-03T22:14:15.502Zjob assigned to worker 01J6WZ737X7RZEWS5GJ1CRXC5Z (queued for 2 m 11 s)
 
22024-09-03T22:14:16.354Zstarting task 0: "setup"
32024-09-03T22:14:16.378Z++ uname -s
42024-09-03T22:14:16.378Z+ kern=SunOS
52024-09-03T22:14:16.378Z+ case "$kern" in
62024-09-03T22:14:16.378Z+ groupadd -g 12345 build
72024-09-03T22:14:16.378Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-03T22:14:18.387Z+ zfs create -o mountpoint=/work rpool/work
92024-09-03T22:14:18.422Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-03T22:14:18.445Z+ home_fs=zfs
112024-09-03T22:14:18.445Z+ [[ zfs == autofs ]]
122024-09-03T22:14:18.445Z+ mkdir -p /home/build
132024-09-03T22:14:18.445Z+ chown build:build /home/build /work
142024-09-03T22:14:20.431Z+ chmod 0700 /home/build /work
152024-09-03T22:14:20.454Zprocess exited: duration 4081 ms, exit code 0
 
162024-09-03T22:14:20.501Zstarting task 1: "rust-toolchain"
172024-09-03T22:14:20.525Z+ printf ' * toolchain channel = "%s"
182024-09-03T22:14:20.525Z' 1.80.1
192024-09-03T22:14:20.525Z+ printf ' * toolchain profile = "%s"
202024-09-03T22:14:20.525Z' default
212024-09-03T22:14:20.525Z * toolchain channel = "1.80.1"
222024-09-03T22:14:20.525Z * toolchain profile = "default"
232024-09-03T22:14:20.525Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-03T22:14:20.525Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-03T22:14:20.673Zinfo: downloading installer
262024-09-03T22:14:21.148Zinfo: profile set to 'default'
272024-09-03T22:14:21.148Zinfo: default host triple is x86_64-unknown-illumos
282024-09-03T22:14:21.148Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-03T22:14:21.244Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-03T22:14:21.244Zinfo: downloading component 'cargo'
312024-09-03T22:14:21.429Zinfo: downloading component 'clippy'
322024-09-03T22:14:21.480Zinfo: downloading component 'rust-docs'
332024-09-03T22:14:21.702Zinfo: downloading component 'rust-std'
342024-09-03T22:14:21.975Zinfo: downloading component 'rustc'
352024-09-03T22:14:22.843Zinfo: downloading component 'rustfmt'
362024-09-03T22:14:22.894Zinfo: installing component 'cargo'
372024-09-03T22:14:23.971Zinfo: installing component 'clippy'
382024-09-03T22:14:24.407Zinfo: installing component 'rust-docs'
392024-09-03T22:14:27.166Zinfo: installing component 'rust-std'
402024-09-03T22:14:29.068Zinfo: installing component 'rustc'
412024-09-03T22:14:34.229Zinfo: installing component 'rustfmt'
422024-09-03T22:14:34.624Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-03T22:14:34.624Z
442024-09-03T22:14:34.715Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-03T22:14:34.715Z
462024-09-03T22:14:34.715Z
472024-09-03T22:14:34.715ZRust is installed now. Great!
482024-09-03T22:14:34.715Z
492024-09-03T22:14:34.715ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-03T22:14:34.715Zenvironment variable. This has not been done automatically.
512024-09-03T22:14:34.715Z
522024-09-03T22:14:34.715ZTo configure your current shell, you need to source
532024-09-03T22:14:34.715Zthe corresponding env file under $HOME/.cargo.
542024-09-03T22:14:34.715Z
552024-09-03T22:14:34.715ZThis is usually done by running one of the following (note the leading DOT):
562024-09-03T22:14:34.738Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-03T22:14:34.738Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-03T22:14:34.785Z+ rustc --version
592024-09-03T22:14:34.873Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-03T22:14:34.898Zprocess exited: duration 14376 ms, exit code 0
 
612024-09-03T22:14:34.948Zstarting task 2: "authentication"
622024-09-03T22:14:35.003Zprocess exited: duration 55 ms, exit code 0
 
632024-09-03T22:14:35.054Zstarting task 3: "clone repository"
642024-09-03T22:14:35.077Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-03T22:14:35.078Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-03T22:14:35.102ZCloning into '/work/oxidecomputer/omicron'...
672024-09-03T22:14:40.260Z+ cd /work/oxidecomputer/omicron
682024-09-03T22:14:40.260Z+ git fetch origin 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b
692024-09-03T22:14:40.638ZFrom https://github.com/oxidecomputer/omicron
702024-09-03T22:14:40.638Z * branch 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b -> FETCH_HEAD
712024-09-03T22:14:40.662Z+ [[ -n iliana/lockfile-maintenance ]]
722024-09-03T22:14:40.662Z++ git branch --show-current
732024-09-03T22:14:40.662Z+ current=main
742024-09-03T22:14:40.662Z+ [[ main != iliana/lockfile-maintenance ]]
752024-09-03T22:14:40.662Z+ git branch -f iliana/lockfile-maintenance 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b
762024-09-03T22:14:40.685Z+ git checkout -f iliana/lockfile-maintenance
772024-09-03T22:14:40.731ZSwitched to branch 'iliana/lockfile-maintenance'
782024-09-03T22:14:40.755Z+ git reset --hard 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b
792024-09-03T22:14:40.802ZHEAD is now at 72fafea7a newer libfalcon uses xz to decompress images
802024-09-03T22:14:40.825Zprocess exited: duration 5752 ms, exit code 0
 
812024-09-03T22:14:40.872Zstarting task 4: "build"
822024-09-03T22:14:40.896Z+ cargo --version
832024-09-03T22:14:40.958Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-03T22:14:40.982Z+ rustc --version
852024-09-03T22:14:41.057Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-03T22:14:41.081Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-03T22:14:46.648Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-03T22:14:49.562Z Startup: Caching catalogs ... Done
892024-09-03T22:14:52.092ZPlanning: Solver setup ... Done (1.771s)
902024-09-03T22:14:52.124ZPlanning: Running solver ... Done (0.032s)
912024-09-03T22:14:52.163ZPlanning: Finding local manifests ... Done (0.003s)
922024-09-03T22:14:52.242ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-03T22:14:52.699ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-03T22:14:52.839ZPlanning: Package planning ... Done (0.139s)
952024-09-03T22:14:52.907ZPlanning: Merging actions ... Done (0.068s)
962024-09-03T22:14:53.218ZPlanning: Checking for conflicting actions ... Done (0.311s)
972024-09-03T22:14:54.359ZPlanning: Consolidating action changes ... Done (1.140s)
982024-09-03T22:14:54.783ZPlanning: Evaluating mediators ... Done (0.424s)
992024-09-03T22:14:54.883ZPlanning: Planning completed in 5.25 seconds
1002024-09-03T22:14:54.907Z Packages to install: 4
1012024-09-03T22:14:54.907Z Packages to update: 1
1022024-09-03T22:14:54.907Z Mediators to change: 2
1032024-09-03T22:14:54.907Z Services to change: 1
1042024-09-03T22:14:54.907Z Estimated space available: 148.82 GB
1052024-09-03T22:14:54.907ZEstimated space to be consumed: 1.53 GB
1062024-09-03T22:14:54.907Z Create boot environment: No
1072024-09-03T22:14:54.907ZCreate backup boot environment: Yes
1082024-09-03T22:14:54.907Z Rebuild boot archive: No
1092024-09-03T22:14:54.907Z
1102024-09-03T22:14:54.907ZChanged mediators:
1112024-09-03T22:14:54.907Z mediator clang:
1122024-09-03T22:14:54.908Z version: None -> 15 (system default)
1132024-09-03T22:14:54.908Z
1142024-09-03T22:14:54.908Z mediator llvm:
1152024-09-03T22:14:54.908Z version: 14 (system default) -> 15 (system default)
1162024-09-03T22:14:54.908Z
1172024-09-03T22:14:54.908ZChanged packages:
1182024-09-03T22:14:54.908Zhelios-dev
1192024-09-03T22:14:54.908Z developer/build-essential
1202024-09-03T22:14:54.908Z None -> 11-2.0
1212024-09-03T22:14:54.908Z library/libxmlsec1
1222024-09-03T22:14:54.908Z None -> 1.2.35-2.0
1232024-09-03T22:14:54.908Z ooce/developer/clang-15
1242024-09-03T22:14:54.908Z None -> 15.0.7-2.0
1252024-09-03T22:14:54.908Z ooce/developer/llvm-15
1262024-09-03T22:14:54.908Z None -> 15.0.7-2.0
1272024-09-03T22:14:54.908Z package/pkg
1282024-09-03T22:14:54.908Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-03T22:14:54.908Z
1302024-09-03T22:14:54.908ZServices:
1312024-09-03T22:14:54.908Z restart_fmri:
1322024-09-03T22:14:54.908Z svc:/system/update-man-index:default
1332024-09-03T22:14:54.908Z
1342024-09-03T22:14:54.908ZEditable files to change:
1352024-09-03T22:14:54.908Z Update:
1362024-09-03T22:14:54.908Z usr/share/lib/pkg/web/config.shtml
1372024-09-03T22:14:54.984Z
1382024-09-03T22:14:54.984ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-03T22:14:59.984ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (16.9M/s)
1402024-09-03T22:15:04.986ZDownload: 3137/4281 items 133.3/220.6MB 60% complete (13.2M/s)
1412024-09-03T22:15:09.986ZDownload: 3943/4281 items 218.7/220.6MB 99% complete (13.5M/s)
1422024-09-03T22:15:11.093ZDownload: Completed 220.60 MB in 16.11 seconds (13.7M/s)
1432024-09-03T22:15:11.651Z Actions: 1/5063 actions (Removing old actions)
1442024-09-03T22:15:11.674Z Actions: 194/5063 actions (Installing new actions)
1452024-09-03T22:15:16.800Z Actions: 3745/5063 actions (Installing new actions)
1462024-09-03T22:15:17.723Z Actions: 4226/5063 actions (Updating modified actions)
1472024-09-03T22:15:18.117Z Actions: Completed 5063 actions in 6.47 seconds.
1482024-09-03T22:15:18.559Z Done (0.431s)
1492024-09-03T22:15:18.583Z Done (0.000s)
1502024-09-03T22:15:19.032Z Done (0.471s)
1512024-09-03T22:15:24.709Z Done (5.525s)
1522024-09-03T22:15:24.818Z Done (0.020s)
1532024-09-03T22:15:24.842Z Done (0.000s)
1542024-09-03T22:15:25.029Z Done (0.000s)
1552024-09-03T22:15:25.776ZPlanning: Evaluating mediator changes ... Done
1562024-09-03T22:15:26.101ZPlanning: Checking for conflicting actions ... Done
1572024-09-03T22:15:26.125ZPlanning: Consolidating action changes ... Done
1582024-09-03T22:15:26.481ZPlanning: Evaluating mediators ... Done
1592024-09-03T22:15:26.505ZPlanning: Planning completed in 0.71 seconds
1602024-09-03T22:15:26.531Z Mediators to change: 2
1612024-09-03T22:15:26.531Z Create boot environment: No
1622024-09-03T22:15:26.531ZCreate backup boot environment: No
1632024-09-03T22:15:26.596Z Done
1642024-09-03T22:15:26.596Z Done
1652024-09-03T22:15:26.936Z Done
1662024-09-03T22:15:31.956Z Done
1672024-09-03T22:15:32.058Z Done
1682024-09-03T22:15:32.058Z Done
1692024-09-03T22:15:32.111Z Done
1702024-09-03T22:15:32.979ZPlanning: Evaluating mediator changes ... Done
1712024-09-03T22:15:33.003ZPlanning: Merging actions ... Done
1722024-09-03T22:15:33.283ZPlanning: Checking for conflicting actions ... Done
1732024-09-03T22:15:33.306ZPlanning: Consolidating action changes ... Done
1742024-09-03T22:15:33.631ZPlanning: Evaluating mediators ... Done
1752024-09-03T22:15:33.704ZPlanning: Planning completed in 1.06 seconds
1762024-09-03T22:15:33.754Z Packages to change: 1
1772024-09-03T22:15:33.754Z Mediators to change: 1
1782024-09-03T22:15:33.754Z Services to change: 1
1792024-09-03T22:15:33.754Z Create boot environment: No
1802024-09-03T22:15:33.754ZCreate backup boot environment: Yes
1812024-09-03T22:15:35.355Z Actions: 1/6 actions (Updating modified actions)
1822024-09-03T22:15:35.379Z Actions: Completed 6 actions in 0.00 seconds.
1832024-09-03T22:15:35.379Z Done
1842024-09-03T22:15:35.379Z Done
1852024-09-03T22:15:35.454Z Done
1862024-09-03T22:15:40.278Z Done
1872024-09-03T22:15:40.395Z Done
1882024-09-03T22:15:40.419Z Done
1892024-09-03T22:15:40.444Z Done
1902024-09-03T22:15:41.032ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-09-03T22:15:41.033Zclang system 15 system
1922024-09-03T22:15:41.033Zcsh system system illumos
1932024-09-03T22:15:41.033Zctags system system illumos
1942024-09-03T22:15:41.033Zgcc vendor 12 vendor
1952024-09-03T22:15:41.033Zgcc system 10 system
1962024-09-03T22:15:41.033Zgcc system 7 system
1972024-09-03T22:15:41.033Zgo system 1.20 system
1982024-09-03T22:15:41.033Zgo system 1.19 system
1992024-09-03T22:15:41.033Zllvm system 15 system
2002024-09-03T22:15:41.033Zllvm system 14 system
2012024-09-03T22:15:41.033Zmariadb system 10.6 system
2022024-09-03T22:15:41.033Zmta vendor vendor dma
2032024-09-03T22:15:41.033Zopenjdk system 17 system
2042024-09-03T22:15:41.033Zopenjdk system 11 system
2052024-09-03T22:15:41.033Zopenjdk system 1.8 system
2062024-09-03T22:15:41.033Zopenssl vendor 3 vendor
2072024-09-03T22:15:41.033Zperl system 5.36 system
2082024-09-03T22:15:41.033Zpostgresql system 15 system
2092024-09-03T22:15:41.033Zpostgresql system 13 system
2102024-09-03T22:15:41.033Zpython vendor 3 vendor
2112024-09-03T22:15:41.033Zpython system 2 system
2122024-09-03T22:15:41.033Zpython3 system 3.11 system
2132024-09-03T22:15:41.033Zruby system 3.0 system
2142024-09-03T22:15:41.033Zwords vendor vendor american-english
2152024-09-03T22:15:41.033Zwords system system australian-english
2162024-09-03T22:15:41.033Zwords system system british-english
2172024-09-03T22:15:41.033Zwords system system canadian-english
2182024-09-03T22:15:41.033Zwords system system french
2192024-09-03T22:15:41.033Zwords system system italian
2202024-09-03T22:15:41.034Zwords system system ngerman
2212024-09-03T22:15:41.034Zwords system system ogerman
2222024-09-03T22:15:41.034Zwords system system spanish
2232024-09-03T22:15:41.492ZPUBLISHER TYPE STATUS P LOCATION
2242024-09-03T22:15:41.492Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-09-03T22:15:43.758ZFMRI IFO
2262024-09-03T22:15:43.758Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-09-03T22:15:43.758Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-09-03T22:15:43.758Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-09-03T22:15:43.758Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-09-03T22:15:43.758Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-09-03T22:15:43.758Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-09-03T22:15:43.758Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-09-03T22:15:43.758Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-09-03T22:15:43.758Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-09-03T22:15:43.758Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-09-03T22:15:43.758Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-09-03T22:15:43.758Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-09-03T22:15:43.758Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-09-03T22:15:44.520Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-09-03T22:15:44.907Z Updating crates.io index
2412024-09-03T22:15:44.975Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-09-03T22:15:45.902Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-09-03T22:15:46.750Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-09-03T22:15:47.076Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-09-03T22:15:48.947Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-09-03T22:15:49.252Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-09-03T22:15:49.610Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-09-03T22:15:50.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-09-03T22:15:53.024Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-09-03T22:15:54.165Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-09-03T22:15:54.925Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-09-03T22:15:55.271Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-09-03T22:15:55.869Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-09-03T22:15:56.239Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-09-03T22:15:56.740Z Updating git repository `https://github.com/oxidecomputer/qorb`
2562024-09-03T22:15:57.235Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-09-03T22:15:57.811Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-09-03T22:15:58.224Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-09-03T22:15:58.502Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-09-03T22:15:58.833Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-09-03T22:15:59.193Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-09-03T22:15:59.580Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-09-03T22:15:59.945Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-09-03T22:16:00.306Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-09-03T22:16:00.674Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-09-03T22:16:01.177Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-09-03T22:16:01.648Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-09-03T22:16:02.330Z Updating git repository `https://github.com/oxidecomputer/typify`
2692024-09-03T22:16:05.073Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702024-09-03T22:16:05.398Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712024-09-03T22:16:05.770Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722024-09-03T22:16:07.209Z Downloading crates ...
2732024-09-03T22:16:07.271Z Downloaded cargo_metadata v0.18.1
2742024-09-03T22:16:07.294Z Downloaded zerocopy-derive v0.7.35
2752024-09-03T22:16:07.318Z Downloaded ucd-trie v0.1.6
2762024-09-03T22:16:07.318Z Downloaded toml v0.8.19
2772024-09-03T22:16:07.318Z Downloaded toml_edit v0.22.20
2782024-09-03T22:16:07.341Z Downloaded winnow v0.6.18
2792024-09-03T22:16:07.364Z Downloaded version_check v0.9.5
2802024-09-03T22:16:07.364Z Downloaded zerocopy v0.7.35
2812024-09-03T22:16:07.388Z Downloaded syn v2.0.77
2822024-09-03T22:16:07.388Z Downloaded unicode-width v0.1.13
2832024-09-03T22:16:07.388Z Downloaded serde_json v1.0.127
2842024-09-03T22:16:07.411Z Downloaded libc v0.2.158
2852024-09-03T22:16:07.434Z Downloaded serde v1.0.209
2862024-09-03T22:16:07.434Z Downloaded rustix v0.38.35
2872024-09-03T22:16:07.458Z Downloaded hashbrown v0.14.5
2882024-09-03T22:16:07.481Z Downloaded usdt-macro v0.5.0
2892024-09-03T22:16:07.481Z Downloaded usdt-attr-macro v0.5.0
2902024-09-03T22:16:07.481Z Downloaded unicode-ident v1.0.12
2912024-09-03T22:16:07.481Z Downloaded typenum v1.17.0
2922024-09-03T22:16:07.481Z Downloaded toml_datetime v0.6.8
2932024-09-03T22:16:07.481Z Downloaded thread-id v4.2.2
2942024-09-03T22:16:07.481Z Downloaded thiserror v1.0.63
2952024-09-03T22:16:07.481Z Downloaded terminal_size v0.3.0
2962024-09-03T22:16:07.481Z Downloaded tabled_derive v0.7.0
2972024-09-03T22:16:07.481Z Downloaded tabled v0.15.0
2982024-09-03T22:16:07.505Z Downloaded syn v1.0.109
2992024-09-03T22:16:07.505Z Downloaded swrite v0.1.0
3002024-09-03T22:16:07.528Z Downloaded smawk v0.3.2
3012024-09-03T22:16:07.528Z Downloaded serde_tokenstream v0.2.2
3022024-09-03T22:16:07.528Z Downloaded scroll_derive v0.12.0
3032024-09-03T22:16:07.528Z Downloaded quote v1.0.37
3042024-09-03T22:16:07.528Z Downloaded pretty-hex v0.4.1
3052024-09-03T22:16:07.528Z Downloaded pest_meta v2.7.11
3062024-09-03T22:16:07.528Z Downloaded pest_derive v2.7.11
3072024-09-03T22:16:07.528Z Downloaded papergrid v0.11.0
3082024-09-03T22:16:07.528Z Downloaded macaddr v1.0.1
3092024-09-03T22:16:07.528Z Downloaded fastrand v2.1.1
3102024-09-03T22:16:07.528Z Downloaded ryu v1.0.18
3112024-09-03T22:16:07.552Z Downloaded memmap v0.7.0
3122024-09-03T22:16:07.552Z Downloaded goblin v0.8.2
3132024-09-03T22:16:07.552Z Downloaded generic-array v0.14.7
3142024-09-03T22:16:07.552Z Downloaded fs-err v2.11.0
3152024-09-03T22:16:07.552Z Downloaded dof v0.3.0
3162024-09-03T22:16:07.552Z Downloaded proc-macro-error-attr v1.0.4
3172024-09-03T22:16:07.552Z Downloaded pest v2.7.11
3182024-09-03T22:16:07.552Z Downloaded memchr v2.7.4
3192024-09-03T22:16:07.575Z Downloaded is_terminal_polyfill v1.70.1
3202024-09-03T22:16:07.576Z Downloaded heck v0.5.0
3212024-09-03T22:16:07.576Z Downloaded equivalent v1.0.1
3222024-09-03T22:16:07.576Z Downloaded clap_builder v4.5.15
3232024-09-03T22:16:07.576Z Downloaded clap v4.5.16
3242024-09-03T22:16:07.576Z Downloaded textwrap v0.16.1
3252024-09-03T22:16:07.599Z Downloaded proc-macro2 v1.0.86
3262024-09-03T22:16:07.599Z Downloaded log v0.4.22
3272024-09-03T22:16:07.599Z Downloaded tempfile v3.12.0
3282024-09-03T22:16:07.599Z Downloaded serde_derive v1.0.209
3292024-09-03T22:16:07.599Z Downloaded indexmap v2.5.0
3302024-09-03T22:16:07.599Z Downloaded crypto-common v0.1.6
3312024-09-03T22:16:07.599Z Downloaded camino v1.1.9
3322024-09-03T22:16:07.599Z Downloaded bitflags v2.6.0
3332024-09-03T22:16:07.599Z Downloaded anyhow v1.0.86
3342024-09-03T22:16:07.622Z Downloaded anstream v0.6.15
3352024-09-03T22:16:07.623Z Downloaded utf8parse v0.2.2
3362024-09-03T22:16:07.623Z Downloaded usdt-impl v0.5.0
3372024-09-03T22:16:07.623Z Downloaded usdt v0.5.0
3382024-09-03T22:16:07.623Z Downloaded unicode-linebreak v0.1.5
3392024-09-03T22:16:07.623Z Downloaded thiserror-impl v1.0.63
3402024-09-03T22:16:07.623Z Downloaded strsim v0.11.1
3412024-09-03T22:16:07.623Z Downloaded sha2 v0.10.8
3422024-09-03T22:16:07.623Z Downloaded serde_spanned v0.6.7
3432024-09-03T22:16:07.623Z Downloaded semver v1.0.23
3442024-09-03T22:16:07.623Z Downloaded scroll v0.12.0
3452024-09-03T22:16:07.623Z Downloaded proc-macro-error v1.0.4
3462024-09-03T22:16:07.646Z Downloaded plain v0.2.3
3472024-09-03T22:16:07.646Z Downloaded pest_generator v2.7.11
3482024-09-03T22:16:07.646Z Downloaded once_cell v1.19.0
3492024-09-03T22:16:07.646Z Downloaded itoa v1.0.11
3502024-09-03T22:16:07.646Z Downloaded heck v0.4.1
3512024-09-03T22:16:07.646Z Downloaded fnv v1.0.7
3522024-09-03T22:16:07.646Z Downloaded errno v0.3.9
3532024-09-03T22:16:07.646Z Downloaded dtrace-parser v0.2.0
3542024-09-03T22:16:07.646Z Downloaded digest v0.10.7
3552024-09-03T22:16:07.646Z Downloaded cpufeatures v0.2.13
3562024-09-03T22:16:07.646Z Downloaded colorchoice v1.0.2
3572024-09-03T22:16:07.646Z Downloaded clap_lex v0.7.2
3582024-09-03T22:16:07.647Z Downloaded clap_derive v4.5.13
3592024-09-03T22:16:07.647Z Downloaded cfg-if v1.0.0
3602024-09-03T22:16:07.647Z Downloaded cargo_toml v0.20.4
3612024-09-03T22:16:07.647Z Downloaded cargo-platform v0.1.8
3622024-09-03T22:16:07.671Z Downloaded camino-tempfile v1.1.1
3632024-09-03T22:16:07.671Z Downloaded byteorder v1.5.0
3642024-09-03T22:16:07.671Z Downloaded bytecount v0.6.8
3652024-09-03T22:16:07.671Z Downloaded block-buffer v0.10.4
3662024-09-03T22:16:07.671Z Downloaded autocfg v1.3.0
3672024-09-03T22:16:07.671Z Downloaded anstyle-query v1.1.1
3682024-09-03T22:16:07.671Z Downloaded anstyle-parse v0.2.5
3692024-09-03T22:16:07.671Z Downloaded anstyle v1.0.8
3702024-09-03T22:16:07.792Z Compiling proc-macro2 v1.0.86
3712024-09-03T22:16:07.792Z Compiling unicode-ident v1.0.12
3722024-09-03T22:16:07.816Z Compiling version_check v0.9.5
3732024-09-03T22:16:07.816Z Compiling serde v1.0.209
3742024-09-03T22:16:07.816Z Compiling thiserror v1.0.63
3752024-09-03T22:16:07.816Z Compiling memchr v2.7.4
3762024-09-03T22:16:07.816Z Compiling libc v0.2.158
3772024-09-03T22:16:07.816Z Compiling itoa v1.0.11
3782024-09-03T22:16:08.113Z Compiling ryu v1.0.18
3792024-09-03T22:16:08.167Z Compiling ucd-trie v0.1.6
3802024-09-03T22:16:08.424Z Compiling once_cell v1.19.0
3812024-09-03T22:16:08.669Z Compiling byteorder v1.5.0
3822024-09-03T22:16:08.692Z Compiling rustix v0.38.35
3832024-09-03T22:16:08.807Z Compiling serde_json v1.0.127
3842024-09-03T22:16:09.141Z Compiling bitflags v2.6.0
3852024-09-03T22:16:09.165Z Compiling proc-macro-error-attr v1.0.4
3862024-09-03T22:16:09.305Z Compiling usdt-impl v0.5.0
3872024-09-03T22:16:09.442Z Compiling quote v1.0.37
3882024-09-03T22:16:09.538Z Compiling syn v1.0.109
3892024-09-03T22:16:09.567Z Compiling proc-macro-error v1.0.4
3902024-09-03T22:16:09.657Z Compiling errno v0.3.9
3912024-09-03T22:16:09.840Z Compiling syn v2.0.77
3922024-09-03T22:16:09.910Z Compiling hashbrown v0.14.5
3932024-09-03T22:16:09.938Z Compiling equivalent v1.0.1
3942024-09-03T22:16:10.056Z Compiling log v0.4.22
3952024-09-03T22:16:10.087Z Compiling plain v0.2.3
3962024-09-03T22:16:10.194Z Compiling camino v1.1.9
3972024-09-03T22:16:10.235Z Compiling thread-id v4.2.2
3982024-09-03T22:16:10.273Z Compiling utf8parse v0.2.2
3992024-09-03T22:16:10.447Z Compiling anstyle-parse v0.2.5
4002024-09-03T22:16:10.846Z Compiling winnow v0.6.18
4012024-09-03T22:16:10.882Z Compiling pretty-hex v0.4.1
4022024-09-03T22:16:11.108Z Compiling anstyle-query v1.1.1
4032024-09-03T22:16:11.161Z Compiling indexmap v2.5.0
4042024-09-03T22:16:11.252Z Compiling unicode-width v0.1.13
4052024-09-03T22:16:11.278Z Compiling semver v1.0.23
4062024-09-03T22:16:11.308Z Compiling autocfg v1.3.0
4072024-09-03T22:16:11.485Z Compiling colorchoice v1.0.2
4082024-09-03T22:16:11.638Z Compiling anstyle v1.0.8
4092024-09-03T22:16:11.769Z Compiling is_terminal_polyfill v1.70.1
4102024-09-03T22:16:11.887Z Compiling terminal_size v0.3.0
4112024-09-03T22:16:12.039Z Compiling anstream v0.6.15
4122024-09-03T22:16:12.163Z Compiling fs-err v2.11.0
4132024-09-03T22:16:12.377Z Compiling heck v0.4.1
4142024-09-03T22:16:12.413Z Compiling heck v0.5.0
4152024-09-03T22:16:12.441Z Compiling clap_lex v0.7.2
4162024-09-03T22:16:12.678Z Compiling cfg-if v1.0.0
4172024-09-03T22:16:12.792Z Compiling fastrand v2.1.1
4182024-09-03T22:16:12.825Z Compiling strsim v0.11.1
4192024-09-03T22:16:12.897Z Compiling anyhow v1.0.86
4202024-09-03T22:16:12.937Z Compiling bytecount v0.6.8
4212024-09-03T22:16:13.137Z Compiling fnv v1.0.7
4222024-09-03T22:16:13.279Z Compiling papergrid v0.11.0
4232024-09-03T22:16:13.322Z Compiling clap_builder v4.5.15
4242024-09-03T22:16:13.527Z Compiling tempfile v3.12.0
4252024-09-03T22:16:13.670Z Compiling memmap v0.7.0
4262024-09-03T22:16:13.748Z Compiling smawk v0.3.2
4272024-09-03T22:16:13.981Z Compiling unicode-linebreak v0.1.5
4282024-09-03T22:16:14.372Z Compiling textwrap v0.16.1
4292024-09-03T22:16:14.453Z Compiling swrite v0.1.0
4302024-09-03T22:16:15.623Z Compiling tabled_derive v0.7.0
4312024-09-03T22:16:17.395Z Compiling tabled v0.15.0
4322024-09-03T22:16:18.246Z Compiling serde_derive v1.0.209
4332024-09-03T22:16:18.246Z Compiling thiserror-impl v1.0.63
4342024-09-03T22:16:18.270Z Compiling zerocopy-derive v0.7.35
4352024-09-03T22:16:18.270Z Compiling scroll_derive v0.12.0
4362024-09-03T22:16:18.420Z Compiling clap_derive v4.5.13
4372024-09-03T22:16:19.555Z Compiling scroll v0.12.0
4382024-09-03T22:16:19.922Z Compiling zerocopy v0.7.35
4392024-09-03T22:16:20.032Z Compiling goblin v0.8.2
4402024-09-03T22:16:20.601Z Compiling pest v2.7.11
4412024-09-03T22:16:21.534Z Compiling clap v4.5.16
4422024-09-03T22:16:22.595Z Compiling pest_meta v2.7.11
4432024-09-03T22:16:23.585Z Compiling pest_generator v2.7.11
4442024-09-03T22:16:25.364Z Compiling pest_derive v2.7.11
4452024-09-03T22:16:26.036Z Compiling dtrace-parser v0.2.0
4462024-09-03T22:16:27.831Z Compiling serde_tokenstream v0.2.2
4472024-09-03T22:16:27.881Z Compiling toml_datetime v0.6.8
4482024-09-03T22:16:27.904Z Compiling serde_spanned v0.6.7
4492024-09-03T22:16:28.193Z Compiling toml_edit v0.22.20
4502024-09-03T22:16:28.244Z Compiling cargo-platform v0.1.8
4512024-09-03T22:16:28.385Z Compiling macaddr v1.0.1
4522024-09-03T22:16:28.518Z Compiling camino-tempfile v1.1.1
4532024-09-03T22:16:29.186Z Compiling dof v0.3.0
4542024-09-03T22:16:29.297Z Compiling cargo_metadata v0.18.1
4552024-09-03T22:16:30.845Z Compiling usdt-attr-macro v0.5.0
4562024-09-03T22:16:30.845Z Compiling usdt-macro v0.5.0
4572024-09-03T22:16:30.899Z Compiling toml v0.8.19
4582024-09-03T22:16:31.665Z Compiling cargo_toml v0.20.4
4592024-09-03T22:16:32.148Z Compiling usdt v0.5.0
4602024-09-03T22:16:35.899Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-09-03T22:16:41.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.81s
4622024-09-03T22:16:41.250Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-09-03T22:16:41.943Z Downloading crates ...
4642024-09-03T22:16:42.062Z Downloaded atty v0.2.14
4652024-09-03T22:16:42.087Z Downloaded ciborium-io v0.2.2
4662024-09-03T22:16:42.087Z Downloaded crucible-workspace-hack v0.1.0
4672024-09-03T22:16:42.087Z Downloaded crc v3.2.1
4682024-09-03T22:16:42.087Z Downloaded darling_macro v0.20.10
4692024-09-03T22:16:42.087Z Downloaded http-range v0.1.5
4702024-09-03T22:16:42.111Z Downloaded matches v0.1.10
4712024-09-03T22:16:42.111Z Downloaded normalize-line-endings v0.3.0
4722024-09-03T22:16:42.111Z Downloaded mime v0.3.17
4732024-09-03T22:16:42.111Z Downloaded rfc6979 v0.4.0
4742024-09-03T22:16:42.111Z Downloaded strum v0.26.3
4752024-09-03T22:16:42.136Z Downloaded stringprep v0.1.5
4762024-09-03T22:16:42.136Z Downloaded foreign-types-shared v0.3.1
4772024-09-03T22:16:42.136Z Downloaded foreign-types-shared v0.1.1
4782024-09-03T22:16:42.136Z Downloaded pretty-hex v0.2.1
4792024-09-03T22:16:42.161Z Downloaded foreign-types-macros v0.2.3
4802024-09-03T22:16:42.161Z Downloaded predicates-tree v1.0.11
4812024-09-03T22:16:42.161Z Downloaded zip v0.6.6
4822024-09-03T22:16:42.161Z Downloaded unarray v0.1.4
4832024-09-03T22:16:42.161Z Downloaded russh-cryptovec v0.7.3
4842024-09-03T22:16:42.161Z Downloaded rustls-pemfile v1.0.4
4852024-09-03T22:16:42.161Z Downloaded unicode-xid v0.2.5
4862024-09-03T22:16:42.185Z Downloaded untrusted v0.9.0
4872024-09-03T22:16:42.185Z Downloaded take_mut v0.2.2
4882024-09-03T22:16:42.185Z Downloaded downcast v0.11.0
4892024-09-03T22:16:42.185Z Downloaded want v0.3.1
4902024-09-03T22:16:42.185Z Downloaded powerfmt v0.2.0
4912024-09-03T22:16:42.185Z Downloaded futures-task v0.3.30
4922024-09-03T22:16:42.185Z Downloaded tap v1.0.1
4932024-09-03T22:16:42.209Z Downloaded signal-hook-mio v0.2.4
4942024-09-03T22:16:42.209Z Downloaded num_threads v0.1.7
4952024-09-03T22:16:42.209Z Downloaded pbkdf2 v0.11.0
4962024-09-03T22:16:42.209Z Downloaded pkg-config v0.3.30
4972024-09-03T22:16:42.209Z Downloaded sigpipe v0.1.3
4982024-09-03T22:16:42.234Z Downloaded tower-service v0.3.3
4992024-09-03T22:16:42.234Z Downloaded tinyvec_macros v0.1.1
5002024-09-03T22:16:42.234Z Downloaded which v4.4.2
5012024-09-03T22:16:42.234Z Downloaded tls_codec_derive v0.4.1
5022024-09-03T22:16:42.234Z Downloaded oso-derive v0.27.3
5032024-09-03T22:16:42.259Z Downloaded thiserror-impl-no-std v2.0.2
5042024-09-03T22:16:42.259Z Downloaded packed_struct_codegen v0.10.1
5052024-09-03T22:16:42.259Z Downloaded opaque-debug v0.3.1
5062024-09-03T22:16:42.259Z Downloaded dhcproto-macros v0.1.0
5072024-09-03T22:16:42.259Z Downloaded hashbrown v0.12.3
5082024-09-03T22:16:42.259Z Downloaded radium v0.7.0
5092024-09-03T22:16:42.285Z Downloaded endian-type v0.1.2
5102024-09-03T22:16:42.285Z Downloaded smf v0.2.3
5112024-09-03T22:16:42.285Z Downloaded phf_shared v0.10.0
5122024-09-03T22:16:42.285Z Downloaded yasna v0.5.2
5132024-09-03T22:16:42.285Z Downloaded pin-utils v0.1.0
5142024-09-03T22:16:42.285Z Downloaded phf_shared v0.11.2
5152024-09-03T22:16:42.285Z Downloaded difflib v0.4.0
5162024-09-03T22:16:42.285Z Downloaded slog-envlogger v2.2.0
5172024-09-03T22:16:42.285Z Downloaded sqlparser_derive v0.2.2
5182024-09-03T22:16:42.309Z Downloaded stable_deref_trait v1.2.0
5192024-09-03T22:16:42.309Z Downloaded smallvec v0.6.14
5202024-09-03T22:16:42.310Z Downloaded static_assertions v1.1.0
5212024-09-03T22:16:42.310Z Downloaded ecdsa v0.16.9
5222024-09-03T22:16:42.310Z Downloaded samael v0.0.15
5232024-09-03T22:16:42.310Z Downloaded diff v0.1.13
5242024-09-03T22:16:42.336Z Downloaded ssh-encoding v0.2.0
5252024-09-03T22:16:42.336Z Downloaded globset v0.4.14
5262024-09-03T22:16:42.336Z Downloaded pin-project-lite v0.2.14
5272024-09-03T22:16:42.336Z Downloaded portable-atomic v1.7.0
5282024-09-03T22:16:42.360Z Downloaded sqlparser v0.45.0
5292024-09-03T22:16:42.845Z Downloaded h2 v0.3.26
5302024-09-03T22:16:42.845Z Downloaded zerocopy-derive v0.6.6
5312024-09-03T22:16:42.845Z Downloaded ratatui v0.28.1
5322024-09-03T22:16:42.845Z Downloaded petgraph v0.6.5
5332024-09-03T22:16:42.845Z Downloaded ssh-key v0.6.6
5342024-09-03T22:16:42.845Z Downloaded idna v0.5.0
5352024-09-03T22:16:42.845Z Downloaded webpki-roots v0.25.4
5362024-09-03T22:16:42.845Z Downloaded git2 v0.19.0
5372024-09-03T22:16:42.845Z Downloaded smoltcp v0.9.1
5382024-09-03T22:16:42.845Z Downloaded smoltcp v0.11.0
5392024-09-03T22:16:42.845Z Downloaded diesel v2.2.4
5402024-09-03T22:16:42.845Z Downloaded openapiv3 v2.0.0
5412024-09-03T22:16:42.845Z Downloaded lzma-sys v0.1.20
5422024-09-03T22:16:42.845Z Downloaded libz-sys v1.1.20
5432024-09-03T22:16:42.845Z Downloaded sled v0.34.7
5442024-09-03T22:16:42.846Z Downloaded object v0.36.4
5452024-09-03T22:16:42.846Z Downloaded encoding_rs v0.8.34
5462024-09-03T22:16:42.846Z Downloaded openssl v0.10.66
5472024-09-03T22:16:42.846Z Downloaded libgit2-sys v0.17.0+1.8.1
5482024-09-03T22:16:42.846Z Downloaded dropshot v0.11.0
5492024-09-03T22:16:42.846Z Downloaded ring v0.17.8
5502024-09-03T22:16:42.876Z Downloaded nix v0.29.0
5512024-09-03T22:16:42.900Z Downloaded nix v0.27.1
5522024-09-03T22:16:42.923Z Downloaded object v0.30.4
5532024-09-03T22:16:42.923Z Downloaded nix v0.28.0
5542024-09-03T22:16:42.946Z Downloaded idna v0.3.0
5552024-09-03T22:16:42.946Z Downloaded tokio v1.40.0
5562024-09-03T22:16:42.982Z Downloaded ring v0.16.20
5572024-09-03T22:16:43.080Z Downloaded rayon v1.10.0
5582024-09-03T22:16:43.104Z Downloaded winnow v0.5.40
5592024-09-03T22:16:43.104Z Downloaded vcpkg v0.2.15
5602024-09-03T22:16:43.152Z Downloaded rustls-webpki v0.102.7
5612024-09-03T22:16:43.175Z Downloaded lalrpop v0.19.12
5622024-09-03T22:16:43.198Z Downloaded idna v0.4.0
5632024-09-03T22:16:43.198Z Downloaded idna v0.2.3
5642024-09-03T22:16:43.222Z Downloaded proptest v1.5.0
5652024-09-03T22:16:43.222Z Downloaded libsqlite3-sys v0.28.0
5662024-09-03T22:16:43.304Z Downloaded sha3 v0.10.8
5672024-09-03T22:16:43.327Z Downloaded csv v1.3.0
5682024-09-03T22:16:43.351Z Downloaded regex-automata v0.4.7
5692024-09-03T22:16:43.374Z Downloaded hkdf v0.12.4
5702024-09-03T22:16:43.374Z Downloaded itertools v0.13.0
5712024-09-03T22:16:43.374Z Downloaded hyper v0.14.30
5722024-09-03T22:16:43.398Z Downloaded publicsuffix v2.2.3
5732024-09-03T22:16:43.398Z Downloaded rustyline v14.0.0
5742024-09-03T22:16:43.398Z Downloaded nom v7.1.3
5752024-09-03T22:16:43.398Z Downloaded bzip2-sys v0.1.11+1.0.8
5762024-09-03T22:16:43.422Z Downloaded snafu v0.8.4
5772024-09-03T22:16:43.422Z Downloaded diesel_derives v2.2.3
5782024-09-03T22:16:43.422Z Downloaded p384 v0.13.0
5792024-09-03T22:16:43.445Z Downloaded gimli v0.29.0
5802024-09-03T22:16:43.445Z Downloaded rayon-core v1.12.1
5812024-09-03T22:16:43.445Z Downloaded radix_trie v0.2.1
5822024-09-03T22:16:43.469Z Downloaded x509-cert v0.2.5
5832024-09-03T22:16:43.469Z Downloaded regress v0.9.1
5842024-09-03T22:16:43.469Z Downloaded regex-syntax v0.8.4
5852024-09-03T22:16:43.492Z Downloaded regex-syntax v0.6.29
5862024-09-03T22:16:43.492Z Downloaded regex v1.10.6
5872024-09-03T22:16:43.515Z Downloaded polar-core v0.27.3
5882024-09-03T22:16:43.516Z Downloaded regress v0.10.1
5892024-09-03T22:16:43.539Z Downloaded libxml v0.3.3
5902024-09-03T22:16:43.539Z Downloaded expectorate v1.1.0
5912024-09-03T22:16:43.539Z Downloaded quick-xml v0.31.0
5922024-09-03T22:16:43.539Z Downloaded hickory-proto v0.24.1
5932024-09-03T22:16:43.562Z Downloaded pin-project-internal v1.1.5
5942024-09-03T22:16:43.563Z Downloaded slog-async v2.8.0
5952024-09-03T22:16:43.563Z Downloaded slog v2.7.0
5962024-09-03T22:16:43.563Z Downloaded dhcproto v0.12.0
5972024-09-03T22:16:43.586Z Downloaded rcgen v0.12.1
5982024-09-03T22:16:43.586Z Downloaded itertools v0.10.5
5992024-09-03T22:16:43.586Z Downloaded reedline v0.33.0
6002024-09-03T22:16:43.586Z Downloaded p521 v0.13.3
6012024-09-03T22:16:43.610Z Downloaded rustls v0.22.4
6022024-09-03T22:16:43.610Z Downloaded ssh-cipher v0.2.0
6032024-09-03T22:16:43.610Z Downloaded pin-project v1.1.5
6042024-09-03T22:16:43.633Z Downloaded slog-term v2.9.1
6052024-09-03T22:16:43.633Z Downloaded slog-scope v4.4.0
6062024-09-03T22:16:43.633Z Downloaded pem-rfc7468 v0.7.0
6072024-09-03T22:16:43.633Z Downloaded peg-macros v0.8.4
6082024-09-03T22:16:43.633Z Downloaded time v0.3.36
6092024-09-03T22:16:43.657Z Downloaded num-bigint v0.4.6
6102024-09-03T22:16:43.657Z Downloaded ena v0.14.3
6112024-09-03T22:16:43.657Z Downloaded elliptic-curve v0.13.8
6122024-09-03T22:16:43.657Z Downloaded ed25519-dalek v2.1.1
6132024-09-03T22:16:43.657Z Downloaded des v0.8.1
6142024-09-03T22:16:43.657Z Downloaded url v2.5.2
6152024-09-03T22:16:43.680Z Downloaded rustls v0.21.12
6162024-09-03T22:16:43.680Z Downloaded hickory-resolver v0.24.1
6172024-09-03T22:16:43.680Z Downloaded typed-path v0.7.1
6182024-09-03T22:16:43.704Z Downloaded itertools v0.12.1
6192024-09-03T22:16:43.704Z Downloaded half v2.4.1
6202024-09-03T22:16:43.704Z Downloaded tokio-postgres v0.7.11
6212024-09-03T22:16:43.704Z Downloaded bstr v1.10.0
6222024-09-03T22:16:43.727Z Downloaded sqlformat v0.2.4
6232024-09-03T22:16:43.727Z Downloaded postcard v1.0.10
6242024-09-03T22:16:43.727Z Downloaded slog-stdlog v4.1.1
6252024-09-03T22:16:43.727Z Downloaded slog-dtrace v0.3.0
6262024-09-03T22:16:43.727Z Downloaded der v0.7.9
6272024-09-03T22:16:43.751Z Downloaded polyval v0.6.2
6282024-09-03T22:16:43.751Z Downloaded spin v0.9.8
6292024-09-03T22:16:43.751Z Downloaded tough v0.17.1
6302024-09-03T22:16:43.751Z Downloaded tokio-util v0.7.11
6312024-09-03T22:16:43.775Z Downloaded poly1305 v0.8.0
6322024-09-03T22:16:43.775Z Downloaded hickory-server v0.24.1
6332024-09-03T22:16:43.775Z Downloaded slog-json v2.6.1
6342024-09-03T22:16:43.775Z Downloaded slog-bunyan v2.5.0
6352024-09-03T22:16:43.775Z Downloaded zerocopy v0.6.6
6362024-09-03T22:16:43.775Z Downloaded rand v0.8.5
6372024-09-03T22:16:43.775Z Downloaded pem v3.0.4
6382024-09-03T22:16:43.775Z Downloaded futures-util v0.3.30
6392024-09-03T22:16:43.798Z Downloaded trust-dns-proto v0.22.0
6402024-09-03T22:16:43.822Z Downloaded fallible-iterator v0.2.0
6412024-09-03T22:16:43.822Z Downloaded env_logger v0.10.2
6422024-09-03T22:16:43.822Z Downloaded enum-as-inner v0.6.0
6432024-09-03T22:16:43.822Z Downloaded smallvec v1.13.2
6442024-09-03T22:16:43.822Z Downloaded test-strategy v0.3.1
6452024-09-03T22:16:43.822Z Downloaded percent-encoding v2.3.1
6462024-09-03T22:16:43.822Z Downloaded openssl-macros v0.1.1
6472024-09-03T22:16:43.822Z Downloaded num-bigint-dig v0.8.4
6482024-09-03T22:16:43.822Z Downloaded phf v0.11.2
6492024-09-03T22:16:43.846Z Downloaded group v0.13.0
6502024-09-03T22:16:43.846Z Downloaded embedded-io v0.4.0
6512024-09-03T22:16:43.846Z Downloaded embedded-io v0.6.1
6522024-09-03T22:16:43.846Z Downloaded either v1.13.0
6532024-09-03T22:16:43.846Z Downloaded ed25519 v2.2.3
6542024-09-03T22:16:43.846Z Downloaded glob v0.3.1
6552024-09-03T22:16:43.846Z Downloaded tokio-rustls v0.25.0
6562024-09-03T22:16:43.846Z Downloaded omicron-zone-package v0.11.0
6572024-09-03T22:16:43.846Z Downloaded derive_more v0.99.18
6582024-09-03T22:16:43.846Z Downloaded password-hash v0.4.2
6592024-09-03T22:16:43.846Z Downloaded p256 v0.13.2
6602024-09-03T22:16:43.869Z Downloaded openssl-sys v0.9.103
6612024-09-03T22:16:43.870Z Downloaded prettyplease v0.2.22
6622024-09-03T22:16:43.870Z Downloaded libm v0.2.8
6632024-09-03T22:16:43.870Z Downloaded enum-as-inner v0.5.1
6642024-09-03T22:16:43.870Z Downloaded tokio-rustls v0.24.1
6652024-09-03T22:16:43.893Z Downloaded spki v0.7.3
6662024-09-03T22:16:43.893Z Downloaded whoami v1.5.2
6672024-09-03T22:16:43.893Z Downloaded toml_edit v0.19.15
6682024-09-03T22:16:43.916Z Downloaded dropshot_endpoint v0.11.0
6692024-09-03T22:16:43.916Z Downloaded quick-error v1.2.3
6702024-09-03T22:16:43.916Z Downloaded hash32 v0.3.1
6712024-09-03T22:16:43.916Z Downloaded term v0.7.0
6722024-09-03T22:16:43.917Z Downloaded rustls-webpki v0.101.7
6732024-09-03T22:16:43.940Z Downloaded mio v0.8.11
6742024-09-03T22:16:43.940Z Downloaded ref-cast v1.0.23
6752024-09-03T22:16:43.940Z Downloaded diesel_table_macro_syntax v0.2.0
6762024-09-03T22:16:43.940Z Downloaded xz2 v0.1.7
6772024-09-03T22:16:43.940Z Downloaded peg-runtime v0.8.3
6782024-09-03T22:16:43.940Z Downloaded openssl-probe v0.1.5
6792024-09-03T22:16:43.940Z Downloaded derive_builder_core v0.20.1
6802024-09-03T22:16:43.940Z Downloaded paste v1.0.15
6812024-09-03T22:16:43.940Z Downloaded tinyvec v1.8.0
6822024-09-03T22:16:43.964Z Downloaded hashbrown v0.13.2
6832024-09-03T22:16:43.964Z Downloaded vergen v8.3.2
6842024-09-03T22:16:43.964Z Downloaded uuid v1.10.0
6852024-09-03T22:16:43.964Z Downloaded derive-where v1.2.7
6862024-09-03T22:16:43.964Z Downloaded r2d2 v0.8.10
6872024-09-03T22:16:43.964Z Downloaded subtle v2.6.1
6882024-09-03T22:16:43.964Z Downloaded hash32 v0.2.1
6892024-09-03T22:16:43.964Z Downloaded socket2 v0.5.7
6902024-09-03T22:16:43.987Z Downloaded snafu-derive v0.8.4
6912024-09-03T22:16:43.987Z Downloaded oso v0.27.3
6922024-09-03T22:16:43.987Z Downloaded tokio-native-tls v0.3.1
6932024-09-03T22:16:43.987Z Downloaded tokio-macros v2.4.0
6942024-09-03T22:16:43.987Z Downloaded unicode-bidi v0.3.15
6952024-09-03T22:16:43.987Z Downloaded sct v0.7.1
6962024-09-03T22:16:43.987Z Downloaded zeroize v1.8.1
6972024-09-03T22:16:43.987Z Downloaded owo-colors v4.0.0
6982024-09-03T22:16:43.987Z Downloaded wyz v0.5.1
6992024-09-03T22:16:43.987Z Downloaded curve25519-dalek v4.1.3
7002024-09-03T22:16:44.011Z Downloaded derive_builder_macro v0.20.1
7012024-09-03T22:16:44.011Z Downloaded spin v0.5.2
7022024-09-03T22:16:44.011Z Downloaded password-hash v0.5.0
7032024-09-03T22:16:44.011Z Downloaded parking_lot v0.11.2
7042024-09-03T22:16:44.011Z Downloaded packed_struct v0.10.1
7052024-09-03T22:16:44.011Z Downloaded getrandom v0.2.15
7062024-09-03T22:16:44.011Z Downloaded parking_lot v0.12.3
7072024-09-03T22:16:44.011Z Downloaded xattr v1.3.1
7082024-09-03T22:16:44.035Z Downloaded rusqlite v0.31.0
7092024-09-03T22:16:44.035Z Downloaded mio v1.0.2
7102024-09-03T22:16:44.036Z Downloaded ghash v0.5.1
7112024-09-03T22:16:44.036Z Downloaded rand_seeder v0.3.0
7122024-09-03T22:16:44.036Z Downloaded parking_lot_core v0.8.6
7132024-09-03T22:16:44.036Z Downloaded toml v0.7.8
7142024-09-03T22:16:44.036Z Downloaded pbkdf2 v0.12.2
7152024-09-03T22:16:44.059Z Downloaded olpc-cjson v0.1.3
7162024-09-03T22:16:44.059Z Downloaded flate2 v1.0.33
7172024-09-03T22:16:44.059Z Downloaded num-traits v0.2.19
7182024-09-03T22:16:44.059Z Downloaded hmac v0.12.1
7192024-09-03T22:16:44.059Z Downloaded parse-display-derive v0.10.0
7202024-09-03T22:16:44.059Z Downloaded parking_lot_core v0.9.10
7212024-09-03T22:16:44.059Z Downloaded tokio-tungstenite v0.23.1
7222024-09-03T22:16:44.059Z Downloaded tokio-tungstenite v0.21.0
7232024-09-03T22:16:44.059Z Downloaded tokio-tungstenite v0.20.1
7242024-09-03T22:16:44.082Z Downloaded similar v2.6.0
7252024-09-03T22:16:44.083Z Downloaded peg v0.8.4
7262024-09-03T22:16:44.083Z Downloaded vsss-rs v3.3.4
7272024-09-03T22:16:44.083Z Downloaded reqwest v0.11.27
7282024-09-03T22:16:44.083Z Downloaded rand_xorshift v0.3.0
7292024-09-03T22:16:44.083Z Downloaded rand_chacha v0.3.1
7302024-09-03T22:16:44.106Z Downloaded parse-size v1.0.0
7312024-09-03T22:16:44.106Z Downloaded time-macros v0.2.18
7322024-09-03T22:16:44.106Z Downloaded pkcs5 v0.7.1
7332024-09-03T22:16:44.106Z Downloaded unicode-normalization v0.1.23
7342024-09-03T22:16:44.106Z Downloaded schemars_derive v0.8.21
7352024-09-03T22:16:44.106Z Downloaded tls_codec v0.4.1
7362024-09-03T22:16:44.106Z Downloaded thread_local v1.1.8
7372024-09-03T22:16:44.106Z Downloaded thiserror-no-std v2.0.2
7382024-09-03T22:16:44.106Z Downloaded rand_core v0.6.4
7392024-09-03T22:16:44.106Z Downloaded parse-display v0.10.0
7402024-09-03T22:16:44.130Z Downloaded tokio-stream v0.1.15
7412024-09-03T22:16:44.130Z Downloaded proc-macro-crate v1.3.1
7422024-09-03T22:16:44.130Z Downloaded unicase v2.7.0
7432024-09-03T22:16:44.130Z Downloaded topological-sort v0.2.2
7442024-09-03T22:16:44.130Z Downloaded dyn-clone v1.0.17
7452024-09-03T22:16:44.130Z Downloaded dsl_auto_type v0.1.2
7462024-09-03T22:16:44.130Z Downloaded rustversion v1.0.17
7472024-09-03T22:16:44.130Z Downloaded tiny-keccak v2.0.2
7482024-09-03T22:16:44.130Z Downloaded siphasher v0.3.11
7492024-09-03T22:16:44.130Z Downloaded pkcs8 v0.10.2
7502024-09-03T22:16:44.130Z Downloaded termios v0.3.3
7512024-09-03T22:16:44.154Z Downloaded termcolor v1.4.1
7522024-09-03T22:16:44.154Z Downloaded signature v2.2.0
7532024-09-03T22:16:44.154Z Downloaded signal-hook-registry v1.4.2
7542024-09-03T22:16:44.154Z Downloaded russh v0.45.0
7552024-09-03T22:16:44.154Z Downloaded highway v1.2.0
7562024-09-03T22:16:44.154Z Downloaded der_derive v0.7.3
7572024-09-03T22:16:44.154Z Downloaded mockall_derive v0.13.0
7582024-09-03T22:16:44.154Z Downloaded miniz_oxide v0.7.4
7592024-09-03T22:16:44.154Z Downloaded minimal-lexical v0.2.1
7602024-09-03T22:16:44.177Z Downloaded indicatif v0.17.8
7612024-09-03T22:16:44.177Z Downloaded toolchain_find v0.4.0
7622024-09-03T22:16:44.177Z Downloaded time-core v0.1.2
7632024-09-03T22:16:44.177Z Downloaded slab v0.4.9
7642024-09-03T22:16:44.177Z Downloaded ref-cast-impl v1.0.23
7652024-09-03T22:16:44.177Z Downloaded pkcs1 v0.7.5
7662024-09-03T22:16:44.177Z Downloaded gethostname v0.5.0
7672024-09-03T22:16:44.177Z Downloaded flume v0.11.0
7682024-09-03T22:16:44.177Z Downloaded native-tls v0.2.12
7692024-09-03T22:16:44.177Z Downloaded libloading v0.8.5
7702024-09-03T22:16:44.178Z Downloaded base64 v0.21.7
7712024-09-03T22:16:44.202Z Downloaded number_prefix v0.4.0
7722024-09-03T22:16:44.203Z Downloaded hashlink v0.9.1
7732024-09-03T22:16:44.203Z Downloaded uzers v0.11.3
7742024-09-03T22:16:44.203Z Downloaded utf-8 v0.7.6
7752024-09-03T22:16:44.203Z Downloaded unicode_categories v0.1.1
7762024-09-03T22:16:44.203Z Downloaded scrypt v0.11.0
7772024-09-03T22:16:44.203Z Downloaded scopeguard v1.2.0
7782024-09-03T22:16:44.203Z Downloaded salsa20 v0.10.2
7792024-09-03T22:16:44.203Z Downloaded rusty-fork v0.3.0
7802024-09-03T22:16:44.203Z Downloaded rsa v0.9.6
7812024-09-03T22:16:44.203Z Downloaded num_enum_derive v0.5.11
7822024-09-03T22:16:44.226Z Downloaded num-rational v0.4.2
7832024-09-03T22:16:44.226Z Downloaded vte v0.11.1
7842024-09-03T22:16:44.226Z Downloaded tar v0.4.41
7852024-09-03T22:16:44.226Z Downloaded fatfs v0.3.6
7862024-09-03T22:16:44.226Z Downloaded unicode-segmentation v1.11.0
7872024-09-03T22:16:44.226Z Downloaded primeorder v0.13.6
7882024-09-03T22:16:44.226Z Downloaded http v1.1.0
7892024-09-03T22:16:44.226Z Downloaded http v0.2.12
7902024-09-03T22:16:44.226Z Downloaded path-slash v0.1.5
7912024-09-03T22:16:44.250Z Downloaded termtree v0.4.1
7922024-09-03T22:16:44.250Z Downloaded signal-hook-tokio v0.3.1
7932024-09-03T22:16:44.250Z Downloaded futures v0.3.30
7942024-09-03T22:16:44.250Z Downloaded dirs-sys-next v0.1.2
7952024-09-03T22:16:44.250Z Downloaded dirs-next v2.0.0
7962024-09-03T22:16:44.250Z Downloaded walkdir v2.5.0
7972024-09-03T22:16:44.250Z Downloaded wait-timeout v0.2.0
7982024-09-03T22:16:44.250Z Downloaded serde_derive_internals v0.29.1
7992024-09-03T22:16:44.250Z Downloaded ppv-lite86 v0.2.20
8002024-09-03T22:16:44.250Z Downloaded postgres-types v0.2.7
8012024-09-03T22:16:44.250Z Downloaded postgres-protocol v0.6.7
8022024-09-03T22:16:44.250Z Downloaded unsafe-libyaml v0.2.11
8032024-09-03T22:16:44.273Z Downloaded ron v0.8.1
8042024-09-03T22:16:44.273Z Downloaded derive_builder v0.20.1
8052024-09-03T22:16:44.274Z Downloaded futures-channel v0.3.30
8062024-09-03T22:16:44.274Z Downloaded filetime v0.2.25
8072024-09-03T22:16:44.274Z Downloaded deranged v0.3.11
8082024-09-03T22:16:44.274Z Downloaded tabwriter v1.4.0
8092024-09-03T22:16:44.274Z Downloaded supports-color v3.0.0
8102024-09-03T22:16:44.274Z Downloaded serde-hex v0.1.0
8112024-09-03T22:16:44.274Z Downloaded semver v0.1.20
8122024-09-03T22:16:44.297Z Downloaded secrecy v0.8.0
8132024-09-03T22:16:44.297Z Downloaded sec1 v0.7.3
8142024-09-03T22:16:44.297Z Downloaded psl-types v2.0.11
8152024-09-03T22:16:44.297Z Downloaded futures-core v0.3.30
8162024-09-03T22:16:44.297Z Downloaded num-complex v0.4.6
8172024-09-03T22:16:44.297Z Downloaded lock_api v0.4.12
8182024-09-03T22:16:44.297Z Downloaded futures-macro v0.3.30
8192024-09-03T22:16:44.297Z Downloaded futures-executor v0.3.30
8202024-09-03T22:16:44.297Z Downloaded flagset v0.4.6
8212024-09-03T22:16:44.297Z Downloaded ff v0.13.0
8222024-09-03T22:16:44.297Z Downloaded fd-lock v4.0.2
8232024-09-03T22:16:44.297Z Downloaded num-iter v0.1.45
8242024-09-03T22:16:44.297Z Downloaded num-integer v0.1.46
8252024-09-03T22:16:44.297Z Downloaded fragile v2.0.0
8262024-09-03T22:16:44.297Z Downloaded waitgroup v0.1.2
8272024-09-03T22:16:44.321Z Downloaded float-cmp v0.9.0
8282024-09-03T22:16:44.321Z Downloaded fallible-iterator v0.3.0
8292024-09-03T22:16:44.321Z Downloaded unicode-properties v0.1.2
8302024-09-03T22:16:44.321Z Downloaded mime_guess v2.0.5
8312024-09-03T22:16:44.321Z Downloaded ipnet v2.9.0
8322024-09-03T22:16:44.321Z Downloaded display-error-chain v0.2.1
8332024-09-03T22:16:44.321Z Downloaded vte_generate_state_changes v0.1.2
8342024-09-03T22:16:44.321Z Downloaded sync_wrapper v0.1.2
8352024-09-03T22:16:44.322Z Downloaded serde-big-array v0.5.1
8362024-09-03T22:16:44.322Z Downloaded precomputed-hash v0.1.1
8372024-09-03T22:16:44.322Z Downloaded fxhash v0.2.1
8382024-09-03T22:16:44.322Z Downloaded futures-io v0.3.30
8392024-09-03T22:16:44.322Z Downloaded float-ord v0.3.2
8402024-09-03T22:16:44.322Z Downloaded fixedbitset v0.4.2
8412024-09-03T22:16:44.322Z Downloaded fallible-streaming-iterator v0.1.9
8422024-09-03T22:16:44.322Z Downloaded russh-keys v0.45.0
8432024-09-03T22:16:44.322Z Downloaded ron v0.7.1
8442024-09-03T22:16:44.345Z Downloaded num_enum v0.5.11
8452024-09-03T22:16:44.345Z Downloaded defmt-parser v0.3.4
8462024-09-03T22:16:44.345Z Downloaded serde_with v3.9.0
8472024-09-03T22:16:44.345Z Downloaded nu-ansi-term v0.50.1
8482024-09-03T22:16:44.345Z Downloaded mockall v0.13.0
8492024-09-03T22:16:44.345Z Downloaded bitvec v1.0.1
8502024-09-03T22:16:44.369Z Downloaded futures-sink v0.3.30
8512024-09-03T22:16:44.369Z Downloaded rustls-pki-types v1.8.0
8522024-09-03T22:16:44.369Z Downloaded untrusted v0.7.1
8532024-09-03T22:16:44.369Z Downloaded universal-hash v0.5.1
8542024-09-03T22:16:44.369Z Downloaded unicode-truncate v1.1.0
8552024-09-03T22:16:44.369Z Downloaded rustls-pemfile v2.1.3
8562024-09-03T22:16:44.393Z Downloaded rtoolbox v0.0.2
8572024-09-03T22:16:44.393Z Downloaded heapless v0.8.0
8582024-09-03T22:16:44.393Z Downloaded heapless v0.7.17
8592024-09-03T22:16:44.393Z Downloaded form_urlencoded v1.2.1
8602024-09-03T22:16:44.393Z Downloaded crossterm v0.28.1
8612024-09-03T22:16:44.393Z Downloaded chrono v0.4.38
8622024-09-03T22:16:44.417Z Downloaded rustfmt-wrapper v0.2.1
8632024-09-03T22:16:44.417Z Downloaded rpassword v7.3.1
8642024-09-03T22:16:44.417Z Downloaded funty v2.0.0
8652024-09-03T22:16:44.417Z Downloaded tracing v0.1.40
8662024-09-03T22:16:44.417Z Downloaded bindgen v0.69.4
8672024-09-03T22:16:44.417Z Downloaded headers v0.3.9
8682024-09-03T22:16:44.440Z Downloaded num-derive v0.4.2
8692024-09-03T22:16:44.440Z Downloaded managed v0.8.0
8702024-09-03T22:16:44.440Z Downloaded resolv-conf v0.7.0
8712024-09-03T22:16:44.440Z Downloaded predicates v3.1.2
8722024-09-03T22:16:44.440Z Downloaded tungstenite v0.20.1
8732024-09-03T22:16:44.440Z Downloaded multimap v0.10.0
8742024-09-03T22:16:44.440Z Downloaded memoffset v0.9.1
8752024-09-03T22:16:44.440Z Downloaded linear-map v1.2.0
8762024-09-03T22:16:44.440Z Downloaded keccak v0.1.5
8772024-09-03T22:16:44.441Z Downloaded tungstenite v0.21.0
8782024-09-03T22:16:44.464Z Downloaded steno v0.4.1
8792024-09-03T22:16:44.464Z Downloaded lazy_static v1.5.0
8802024-09-03T22:16:44.464Z Downloaded is-terminal v0.4.13
8812024-09-03T22:16:44.464Z Downloaded inout v0.1.3
8822024-09-03T22:16:44.464Z Downloaded blake3 v1.5.4
8832024-09-03T22:16:44.464Z Downloaded predicates-core v1.0.8
8842024-09-03T22:16:44.464Z Downloaded hickory-client v0.24.1
8852024-09-03T22:16:44.464Z Downloaded heck v0.3.3
8862024-09-03T22:16:44.488Z Downloaded tungstenite v0.23.0
8872024-09-03T22:16:44.488Z Downloaded tracing-core v0.1.32
8882024-09-03T22:16:44.488Z Downloaded libefi-sys v0.1.0
8892024-09-03T22:16:44.488Z Downloaded foreign-types v0.5.0
8902024-09-03T22:16:44.488Z Downloaded defmt v0.3.8
8912024-09-03T22:16:44.488Z Downloaded subprocess v0.2.9
8922024-09-03T22:16:44.488Z Downloaded serde_yaml v0.9.34+deprecated
8932024-09-03T22:16:44.488Z Downloaded miniz_oxide v0.8.0
8942024-09-03T22:16:44.488Z Downloaded memmap2 v0.9.4
8952024-09-03T22:16:44.512Z Downloaded maybe-uninit v2.0.0
8962024-09-03T22:16:44.512Z Downloaded lru-cache v0.1.2
8972024-09-03T22:16:44.512Z Downloaded aho-corasick v1.1.3
8982024-09-03T22:16:44.512Z Downloaded hex-literal v0.4.1
8992024-09-03T22:16:44.512Z Downloaded hex v0.4.3
9002024-09-03T22:16:44.512Z Downloaded headers-core v0.2.0
9012024-09-03T22:16:44.512Z Downloaded defmt-macros v0.3.9
9022024-09-03T22:16:44.512Z Downloaded tracing-attributes v0.1.27
9032024-09-03T22:16:44.512Z Downloaded schemars v0.8.21
9042024-09-03T22:16:44.535Z Downloaded newtype_derive v0.1.6
9052024-09-03T22:16:44.535Z Downloaded indexmap v1.9.3
9062024-09-03T22:16:44.535Z Downloaded indent_write v2.2.0
9072024-09-03T22:16:44.535Z Downloaded crossterm v0.27.0
9082024-09-03T22:16:44.535Z Downloaded debug-ignore v1.0.5
9092024-09-03T22:16:44.559Z Downloaded zone v0.3.0
9102024-09-03T22:16:44.559Z Downloaded tui-tree-widget v0.22.0
9112024-09-03T22:16:44.559Z Downloaded serde_with_macros v3.9.0
9122024-09-03T22:16:44.559Z Downloaded newline-converter v0.3.0
9132024-09-03T22:16:44.559Z Downloaded const_format v0.2.32
9142024-09-03T22:16:44.559Z Downloaded foreign-types v0.3.2
9152024-09-03T22:16:44.559Z Downloaded zone_cfg_derive v0.3.0
9162024-09-03T22:16:44.559Z Downloaded zone_cfg_derive v0.1.2
9172024-09-03T22:16:44.559Z Downloaded zone v0.1.8
9182024-09-03T22:16:44.559Z Downloaded zeroize_derive v1.4.2
9192024-09-03T22:16:44.559Z Downloaded twox-hash v1.6.3
9202024-09-03T22:16:44.559Z Downloaded try-lock v0.2.5
9212024-09-03T22:16:44.559Z Downloaded strum_macros v0.26.4
9222024-09-03T22:16:44.559Z Downloaded strum_macros v0.25.3
9232024-09-03T22:16:44.559Z Downloaded strum_macros v0.24.3
9242024-09-03T22:16:44.583Z Downloaded structmeta-derive v0.3.0
9252024-09-03T22:16:44.583Z Downloaded structmeta-derive v0.2.0
9262024-09-03T22:16:44.583Z Downloaded structmeta v0.3.0
9272024-09-03T22:16:44.583Z Downloaded structmeta v0.2.0
9282024-09-03T22:16:44.583Z Downloaded strip-ansi-escapes v0.2.0
9292024-09-03T22:16:44.583Z Downloaded string_cache v0.8.7
9302024-09-03T22:16:44.583Z Downloaded signal-hook v0.3.17
9312024-09-03T22:16:44.583Z Downloaded serde_path_to_error v0.1.16
9322024-09-03T22:16:44.583Z Downloaded rustc-demangle v0.1.24
9332024-09-03T22:16:44.583Z Downloaded libsw v3.3.1
9342024-09-03T22:16:44.583Z Downloaded jobserver v0.1.32
9352024-09-03T22:16:44.583Z Downloaded crc-any v2.5.0
9362024-09-03T22:16:44.583Z Downloaded shlex v1.3.0
9372024-09-03T22:16:44.583Z Downloaded shell-words v1.1.0
9382024-09-03T22:16:44.607Z Downloaded scheduled-thread-pool v0.2.7
9392024-09-03T22:16:44.607Z Downloaded rustc_version v0.4.1
9402024-09-03T22:16:44.607Z Downloaded nodrop v0.1.14
9412024-09-03T22:16:44.607Z Downloaded nanorand v0.7.0
9422024-09-03T22:16:44.607Z Downloaded multer v3.1.0
9432024-09-03T22:16:44.607Z Downloaded md5 v0.7.0
9442024-09-03T22:16:44.607Z Downloaded match_cfg v0.1.0
9452024-09-03T22:16:44.607Z Downloaded instant v0.1.13
9462024-09-03T22:16:44.607Z Downloaded ident_case v1.0.1
9472024-09-03T22:16:44.607Z Downloaded bytes v1.7.1
9482024-09-03T22:16:44.607Z Downloaded blake2 v0.10.6
9492024-09-03T22:16:44.607Z Downloaded backtrace v0.3.73
9502024-09-03T22:16:44.631Z Downloaded aes-gcm v0.10.3
9512024-09-03T22:16:44.631Z Downloaded aes v0.8.4
9522024-09-03T22:16:44.631Z Downloaded sha1 v0.10.6
9532024-09-03T22:16:44.631Z Downloaded serde_urlencoded v0.7.1
9542024-09-03T22:16:44.631Z Downloaded serde_repr v0.1.19
9552024-09-03T22:16:44.631Z Downloaded serde_plain v1.0.2
9562024-09-03T22:16:44.631Z Downloaded same-file v1.0.6
9572024-09-03T22:16:44.631Z Downloaded rustc_version v0.1.7
9582024-09-03T22:16:44.631Z Downloaded rustc-hash v1.1.0
9592024-09-03T22:16:44.631Z Downloaded nibble_vec v0.1.0
9602024-09-03T22:16:44.631Z Downloaded newtype-uuid v1.1.0
9612024-09-03T22:16:44.654Z Downloaded md-5 v0.10.6
9622024-09-03T22:16:44.654Z Downloaded kstat-rs v0.2.4
9632024-09-03T22:16:44.654Z Downloaded ipnetwork v0.20.0
9642024-09-03T22:16:44.654Z Downloaded indoc v1.0.9
9652024-09-03T22:16:44.654Z Downloaded impl-trait-for-tuples v0.2.2
9662024-09-03T22:16:44.654Z Downloaded hyper-tls v0.5.0
9672024-09-03T22:16:44.654Z Downloaded hyper-rustls v0.24.2
9682024-09-03T22:16:44.654Z Downloaded httparse v1.9.4
9692024-09-03T22:16:44.654Z Downloaded crypto-bigint v0.5.5
9702024-09-03T22:16:44.678Z Downloaded crossbeam-utils v0.8.20
9712024-09-03T22:16:44.678Z Downloaded crossbeam-channel v0.5.13
9722024-09-03T22:16:44.678Z Downloaded cookie v0.17.0
9732024-09-03T22:16:44.678Z Downloaded compact_str v0.8.0
9742024-09-03T22:16:44.678Z Downloaded clang-sys v1.8.1
9752024-09-03T22:16:44.678Z Downloaded ciborium v0.2.2
9762024-09-03T22:16:44.678Z Downloaded chacha20poly1305 v0.10.1
9772024-09-03T22:16:44.701Z Downloaded cc v1.1.15
9782024-09-03T22:16:44.701Z Downloaded cassowary v0.3.0
9792024-09-03T22:16:44.701Z Downloaded num-conv v0.1.0
9802024-09-03T22:16:44.701Z Downloaded num v0.4.3
9812024-09-03T22:16:44.701Z Downloaded maplit v1.0.2
9822024-09-03T22:16:44.701Z Downloaded lru v0.12.4
9832024-09-03T22:16:44.701Z Downloaded csv-core v0.1.11
9842024-09-03T22:16:44.701Z Downloaded bitflags v1.3.2
9852024-09-03T22:16:44.701Z Downloaded base64 v0.22.1
9862024-09-03T22:16:44.701Z Downloaded linked-hash-map v0.5.6
9872024-09-03T22:16:44.701Z Downloaded lazycell v1.3.0
9882024-09-03T22:16:44.701Z Downloaded lalrpop-util v0.19.12
9892024-09-03T22:16:44.702Z Downloaded internet-checksum v0.2.1
9902024-09-03T22:16:44.725Z Downloaded instability v0.3.2
9912024-09-03T22:16:44.725Z Downloaded iana-time-zone v0.1.60
9922024-09-03T22:16:44.725Z Downloaded hyper-staticfile v0.9.6
9932024-09-03T22:16:44.725Z Downloaded humantime v2.1.0
9942024-09-03T22:16:44.725Z Downloaded hubpack v0.1.2
9952024-09-03T22:16:44.725Z Downloaded httpdate v1.0.3
9962024-09-03T22:16:44.725Z Downloaded darling_core v0.20.10
9972024-09-03T22:16:44.725Z Downloaded darling v0.20.10
9982024-09-03T22:16:44.725Z Downloaded crossbeam-deque v0.8.5
9992024-09-03T22:16:44.725Z Downloaded crc32fast v1.4.2
10002024-09-03T22:16:44.749Z Downloaded cookie_store v0.20.0
10012024-09-03T22:16:44.749Z Downloaded console v0.15.8
10022024-09-03T22:16:44.749Z Downloaded block-padding v0.3.3
10032024-09-03T22:16:44.749Z Downloaded arc-swap v1.7.1
10042024-09-03T22:16:44.749Z Downloaded allocator-api2 v0.2.18
10052024-09-03T22:16:44.749Z Downloaded new_debug_unreachable v1.0.6
10062024-09-03T22:16:44.749Z Downloaded hostname v0.3.1
10072024-09-03T22:16:44.749Z Downloaded crunchy v0.2.2
10082024-09-03T22:16:44.749Z Downloaded crossbeam-epoch v0.9.18
10092024-09-03T22:16:44.749Z Downloaded cookie v0.18.1
10102024-09-03T22:16:44.772Z Downloaded constant_time_eq v0.3.1
10112024-09-03T22:16:44.772Z Downloaded ciborium-ll v0.2.2
10122024-09-03T22:16:44.772Z Downloaded is_ci v1.2.0
10132024-09-03T22:16:44.772Z Downloaded hubpack_derive v0.1.1
10142024-09-03T22:16:44.772Z Downloaded http-body v0.4.6
10152024-09-03T22:16:44.772Z Downloaded home v0.5.9
10162024-09-03T22:16:44.772Z Downloaded data-encoding v2.6.0
10172024-09-03T22:16:44.772Z Downloaded const-oid v0.9.6
10182024-09-03T22:16:44.773Z Downloaded colored v2.1.0
10192024-09-03T22:16:44.773Z Downloaded cexpr v0.6.0
10202024-09-03T22:16:44.773Z Downloaded cbc v0.1.2
10212024-09-03T22:16:44.773Z Downloaded cancel-safe-futures v0.1.5
10222024-09-03T22:16:44.773Z Downloaded bitfield v0.14.0
10232024-09-03T22:16:44.773Z Downloaded base64 v0.13.1
10242024-09-03T22:16:44.796Z Downloaded async-trait v0.1.82
10252024-09-03T22:16:44.796Z Downloaded async-bb8-diesel v0.2.1
10262024-09-03T22:16:44.796Z Downloaded hostname v0.4.0
10272024-09-03T22:16:44.796Z Downloaded curve25519-dalek-derive v0.1.1
10282024-09-03T22:16:44.796Z Downloaded cstr-argument v0.1.2
10292024-09-03T22:16:44.796Z Downloaded crc-catalog v2.4.0
10302024-09-03T22:16:44.796Z Downloaded cobs v0.2.3
10312024-09-03T22:16:44.796Z Downloaded cipher v0.4.4
10322024-09-03T22:16:44.796Z Downloaded cfg_aliases v0.2.1
10332024-09-03T22:16:44.796Z Downloaded blowfish v0.9.1
10342024-09-03T22:16:44.796Z Downloaded base64ct v1.6.0
10352024-09-03T22:16:44.796Z Downloaded backoff v0.4.0
10362024-09-03T22:16:44.797Z Downloaded addr2line v0.22.0
10372024-09-03T22:16:44.820Z Downloaded ctr v0.9.2
10382024-09-03T22:16:44.820Z Downloaded convert_case v0.4.0
10392024-09-03T22:16:44.820Z Downloaded const_format_proc_macros v0.2.32
10402024-09-03T22:16:44.820Z Downloaded bzip2 v0.4.4
10412024-09-03T22:16:44.820Z Downloaded buf-list v1.0.3
10422024-09-03T22:16:44.820Z Downloaded bitfield-struct v0.6.2
10432024-09-03T22:16:44.820Z Downloaded bit-vec v0.6.3
10442024-09-03T22:16:44.820Z Downloaded bit-set v0.5.3
10452024-09-03T22:16:44.820Z Downloaded bcs v0.1.6
10462024-09-03T22:16:44.820Z Downloaded bcrypt-pbkdf v0.10.0
10472024-09-03T22:16:44.820Z Downloaded arrayvec v0.7.6
10482024-09-03T22:16:44.820Z Downloaded ahash v0.8.11
10492024-09-03T22:16:44.844Z Downloaded chacha20 v0.9.1
10502024-09-03T22:16:44.844Z Downloaded castaway v0.2.3
10512024-09-03T22:16:44.844Z Downloaded bb8 v0.8.5
10522024-09-03T22:16:44.844Z Downloaded base16ct v0.2.0
10532024-09-03T22:16:44.844Z Downloaded atomic-waker v1.1.2
10542024-09-03T22:16:44.844Z Downloaded async-stream v0.3.5
10552024-09-03T22:16:44.844Z Downloaded async-recursion v1.1.1
10562024-09-03T22:16:44.844Z Downloaded ascii-canvas v3.0.0
10572024-09-03T22:16:44.844Z Downloaded arrayref v0.3.8
10582024-09-03T22:16:44.844Z Downloaded array-init v0.0.4
10592024-09-03T22:16:44.844Z Downloaded argon2 v0.5.3
10602024-09-03T22:16:44.844Z Downloaded assert_matches v1.5.0
10612024-09-03T22:16:44.844Z Downloaded adler v1.0.2
10622024-09-03T22:16:44.844Z Downloaded cfg_aliases v0.1.1
10632024-09-03T22:16:44.844Z Downloaded aead v0.5.2
10642024-09-03T22:16:44.844Z Downloaded adler2 v2.0.0
10652024-09-03T22:16:44.867Z Downloaded atomicwrites v0.4.3
10662024-09-03T22:16:44.867Z Downloaded async-stream-impl v0.3.5
10672024-09-03T22:16:44.952Z Compiling serde v1.0.209
10682024-09-03T22:16:44.976Z Compiling lock_api v0.4.12
10692024-09-03T22:16:44.977Z Compiling typenum v1.17.0
10702024-09-03T22:16:44.977Z Compiling generic-array v0.14.7
10712024-09-03T22:16:44.977Z Compiling scopeguard v1.2.0
10722024-09-03T22:16:44.977Z Compiling log v0.4.22
10732024-09-03T22:16:44.977Z Compiling syn v2.0.77
10742024-09-03T22:16:44.977Z Compiling getrandom v0.2.15
10752024-09-03T22:16:45.360Z Compiling jobserver v0.1.32
10762024-09-03T22:16:45.383Z Compiling rand_core v0.6.4
10772024-09-03T22:16:45.425Z Compiling shlex v1.3.0
10782024-09-03T22:16:45.674Z Compiling subtle v2.6.1
10792024-09-03T22:16:45.674Z Compiling const-oid v0.9.6
10802024-09-03T22:16:46.069Z Compiling cc v1.1.15
10812024-09-03T22:16:46.238Z Compiling pin-project-lite v0.2.14
10822024-09-03T22:16:46.289Z Compiling smallvec v1.13.2
10832024-09-03T22:16:46.512Z Compiling parking_lot_core v0.9.10
10842024-09-03T22:16:46.535Z Compiling spin v0.9.8
10852024-09-03T22:16:46.558Z Compiling signal-hook-registry v1.4.2
10862024-09-03T22:16:46.793Z Compiling mio v1.0.2
10872024-09-03T22:16:46.927Z Compiling ahash v0.8.11
10882024-09-03T22:16:47.201Z Compiling tinyvec_macros v0.1.1
10892024-09-03T22:16:47.289Z Compiling parking_lot v0.12.3
10902024-09-03T22:16:47.356Z Compiling tinyvec v1.8.0
10912024-09-03T22:16:47.583Z Compiling socket2 v0.5.7
10922024-09-03T22:16:47.608Z Compiling libm v0.2.8
10932024-09-03T22:16:47.730Z Compiling futures-sink v0.3.30
10942024-09-03T22:16:47.804Z Compiling futures-core v0.3.30
10952024-09-03T22:16:47.880Z Compiling cpufeatures v0.2.13
10962024-09-03T22:16:47.905Z Compiling serde_json v1.0.127
10972024-09-03T22:16:48.008Z Compiling slab v0.4.9
10982024-09-03T22:16:48.040Z Compiling num-traits v0.2.19
10992024-09-03T22:16:48.090Z Compiling allocator-api2 v0.2.18
11002024-09-03T22:16:48.217Z Compiling unicode-bidi v0.3.15
11012024-09-03T22:16:48.541Z Compiling unicode-normalization v0.1.23
11022024-09-03T22:16:48.588Z Compiling futures-channel v0.3.30
11032024-09-03T22:16:48.702Z Compiling vcpkg v0.2.15
11042024-09-03T22:16:48.758Z Compiling pkg-config v0.3.30
11052024-09-03T22:16:48.953Z Compiling pin-utils v0.1.0
11062024-09-03T22:16:49.038Z Compiling futures-task v0.3.30
11072024-09-03T22:16:49.448Z Compiling futures-io v0.3.30
11082024-09-03T22:16:49.472Z Compiling base64ct v1.6.0
11092024-09-03T22:16:49.601Z Compiling crossbeam-utils v0.8.20
11102024-09-03T22:16:49.768Z Compiling percent-encoding v2.3.1
11112024-09-03T22:16:49.826Z Compiling ring v0.17.8
11122024-09-03T22:16:50.030Z Compiling pem-rfc7468 v0.7.0
11132024-09-03T22:16:50.147Z Compiling flagset v0.4.6
11142024-09-03T22:16:50.172Z Compiling tracing-core v0.1.32
11152024-09-03T22:16:50.355Z Compiling rustix v0.38.35
11162024-09-03T22:16:50.699Z Compiling openssl-sys v0.9.103
11172024-09-03T22:16:50.739Z Compiling untrusted v0.9.0
11182024-09-03T22:16:50.915Z Compiling num-conv v0.1.0
11192024-09-03T22:16:51.218Z Compiling openssl v0.10.66
11202024-09-03T22:16:51.242Z Compiling foreign-types-shared v0.1.1
11212024-09-03T22:16:51.266Z Compiling httparse v1.9.4
11222024-09-03T22:16:51.378Z Compiling time-core v0.1.2
11232024-09-03T22:16:51.498Z Compiling powerfmt v0.2.0
11242024-09-03T22:16:51.522Z Compiling rustversion v1.0.17
11252024-09-03T22:16:51.545Z Compiling time-macros v0.2.18
11262024-09-03T22:16:51.602Z Compiling foreign-types v0.3.2
11272024-09-03T22:16:51.692Z Compiling form_urlencoded v1.2.1
11282024-09-03T22:16:51.855Z Compiling deranged v0.3.11
11292024-09-03T22:16:51.988Z Compiling aho-corasick v1.1.3
11302024-09-03T22:16:52.035Z Compiling native-tls v0.2.12
11312024-09-03T22:16:52.205Z Compiling try-lock v0.2.5
11322024-09-03T22:16:52.321Z Compiling regex-syntax v0.8.4
11332024-09-03T22:16:52.345Z Compiling num_threads v0.1.7
11342024-09-03T22:16:52.455Z Compiling rustls v0.21.12
11352024-09-03T22:16:52.686Z Compiling syn v1.0.109
11362024-09-03T22:16:52.896Z Compiling siphasher v0.3.11
11372024-09-03T22:16:53.264Z Compiling want v0.3.1
11382024-09-03T22:16:53.533Z Compiling crossbeam-epoch v0.9.18
11392024-09-03T22:16:54.061Z Compiling idna v0.5.0
11402024-09-03T22:16:54.151Z Compiling time v0.3.36
11412024-09-03T22:16:54.186Z Compiling lazy_static v1.5.0
11422024-09-03T22:16:54.301Z Compiling cookie v0.17.0
11432024-09-03T22:16:54.451Z Compiling tower-service v0.3.3
11442024-09-03T22:16:54.553Z Compiling iana-time-zone v0.1.60
11452024-09-03T22:16:54.576Z Compiling rayon-core v1.12.1
11462024-09-03T22:16:54.806Z Compiling either v1.13.0
11472024-09-03T22:16:54.931Z Compiling httpdate v1.0.3
11482024-09-03T22:16:55.164Z Compiling regex-automata v0.4.7
11492024-09-03T22:16:55.284Z Compiling slog v2.7.0
11502024-09-03T22:16:55.347Z Compiling openssl-probe v0.1.5
11512024-09-03T22:16:55.719Z Compiling unicode-properties v0.1.2
11522024-09-03T22:16:55.883Z Compiling url v2.5.2
11532024-09-03T22:16:56.119Z Compiling stringprep v0.1.5
11542024-09-03T22:16:56.500Z Compiling crossbeam-deque v0.8.5
11552024-09-03T22:16:57.119Z Compiling num-integer v0.1.46
11562024-09-03T22:16:57.480Z Compiling backtrace v0.3.73
11572024-09-03T22:16:57.774Z Compiling sct v0.7.1
11582024-09-03T22:16:57.797Z Compiling serde_derive v1.0.209
11592024-09-03T22:16:57.822Z Compiling zeroize_derive v1.4.2
11602024-09-03T22:16:57.886Z Compiling zerocopy-derive v0.7.35
11612024-09-03T22:16:58.058Z Compiling tokio-macros v2.4.0
11622024-09-03T22:16:58.619Z Compiling thiserror-impl v1.0.63
11632024-09-03T22:16:59.149Z Compiling zeroize v1.8.1
11642024-09-03T22:16:59.215Z Compiling futures-macro v0.3.30
11652024-09-03T22:16:59.505Z Compiling der_derive v0.7.3
11662024-09-03T22:16:59.737Z Compiling zerocopy v0.7.35
11672024-09-03T22:17:00.655Z Compiling crypto-common v0.1.6
11682024-09-03T22:17:00.829Z Compiling block-buffer v0.10.4
11692024-09-03T22:17:00.871Z Compiling block-padding v0.3.3
11702024-09-03T22:17:01.123Z Compiling digest v0.10.7
11712024-09-03T22:17:01.147Z Compiling inout v0.1.3
11722024-09-03T22:17:01.395Z Compiling thiserror v1.0.63
11732024-09-03T22:17:01.530Z Compiling hmac v0.12.1
11742024-09-03T22:17:01.567Z Compiling sha2 v0.10.8
11752024-09-03T22:17:01.637Z Compiling hashbrown v0.14.5
11762024-09-03T22:17:01.661Z Compiling cipher v0.4.4
11772024-09-03T22:17:01.695Z Compiling futures-util v0.3.30
11782024-09-03T22:17:01.754Z Compiling pest v2.7.11
11792024-09-03T22:17:02.113Z Compiling ppv-lite86 v0.2.20
11802024-09-03T22:17:02.799Z Compiling rand_chacha v0.3.1
11812024-09-03T22:17:02.842Z Compiling salsa20 v0.10.2
11822024-09-03T22:17:03.046Z Compiling pbkdf2 v0.12.2
11832024-09-03T22:17:03.194Z Compiling der v0.7.9
11842024-09-03T22:17:04.147Z Compiling pest_meta v2.7.11
11852024-09-03T22:17:04.316Z Compiling scroll_derive v0.12.0
11862024-09-03T22:17:04.649Z Compiling tracing-attributes v0.1.27
11872024-09-03T22:17:05.676Z Compiling scroll v0.12.0
11882024-09-03T22:17:06.231Z Compiling pest_generator v2.7.11
11892024-09-03T22:17:06.257Z Compiling spki v0.7.3
11902024-09-03T22:17:06.334Z Compiling scrypt v0.11.0
11912024-09-03T22:17:06.615Z Compiling rand v0.8.5
11922024-09-03T22:17:06.856Z Compiling aes v0.8.4
11932024-09-03T22:17:07.120Z Compiling cbc v0.1.2
11942024-09-03T22:17:07.338Z Compiling goblin v0.8.2
11952024-09-03T22:17:07.915Z Compiling pkcs5 v0.7.1
11962024-09-03T22:17:08.058Z Compiling tracing v0.1.40
11972024-09-03T22:17:08.356Z Compiling openssl-macros v0.1.1
11982024-09-03T22:17:08.531Z Compiling pkcs8 v0.10.2
11992024-09-03T22:17:08.680Z Compiling pest_derive v2.7.11
12002024-09-03T22:17:08.757Z Compiling rustls-webpki v0.101.7
12012024-09-03T22:17:08.957Z Compiling md-5 v0.10.6
12022024-09-03T22:17:09.019Z Compiling idna v0.3.0
12032024-09-03T22:17:09.043Z Compiling hash32 v0.2.1
12042024-09-03T22:17:09.174Z Compiling psl-types v2.0.11
12052024-09-03T22:17:09.198Z Compiling signal-hook v0.3.17
12062024-09-03T22:17:09.352Z Compiling adler v1.0.2
12072024-09-03T22:17:09.393Z Compiling gimli v0.29.0
12082024-09-03T22:17:09.417Z Compiling dtrace-parser v0.2.0
12092024-09-03T22:17:09.562Z Compiling smoltcp v0.9.1
12102024-09-03T22:17:09.957Z Compiling bytes v1.7.1
12112024-09-03T22:17:10.178Z Compiling bitflags v2.6.0
12122024-09-03T22:17:10.369Z Compiling indexmap v2.5.0
12132024-09-03T22:17:10.628Z Compiling semver v1.0.23
12142024-09-03T22:17:11.145Z Compiling tokio v1.40.0
12152024-09-03T22:17:11.318Z Compiling http v0.2.12
12162024-09-03T22:17:11.343Z Compiling rustc_version v0.4.1
12172024-09-03T22:17:12.037Z Compiling heapless v0.7.17
12182024-09-03T22:17:12.419Z Compiling dof v0.3.0
12192024-09-03T22:17:13.029Z Compiling http-body v0.4.6
12202024-09-03T22:17:13.494Z Compiling uuid v1.10.0
12212024-09-03T22:17:13.760Z Compiling usdt-impl v0.5.0
12222024-09-03T22:17:14.259Z Compiling toml_datetime v0.6.8
12232024-09-03T22:17:14.282Z Compiling serde_spanned v0.6.7
12242024-09-03T22:17:14.486Z Compiling serde_tokenstream v0.2.2
12252024-09-03T22:17:14.672Z Compiling chrono v0.4.38
12262024-09-03T22:17:14.708Z Compiling portable-atomic v1.7.0
12272024-09-03T22:17:15.005Z Compiling fallible-iterator v0.2.0
12282024-09-03T22:17:15.105Z Compiling num-bigint-dig v0.8.4
12292024-09-03T22:17:15.361Z Compiling base64 v0.22.1
12302024-09-03T22:17:15.647Z Compiling stable_deref_trait v1.2.0
12312024-09-03T22:17:15.788Z Compiling terminal_size v0.3.0
12322024-09-03T22:17:15.987Z Compiling postgres-protocol v0.6.7
12332024-09-03T22:17:16.086Z Compiling addr2line v0.22.0
12342024-09-03T22:17:16.188Z Compiling publicsuffix v2.2.3
12352024-09-03T22:17:16.404Z Compiling miniz_oxide v0.7.4
12362024-09-03T22:17:16.702Z Compiling hubpack_derive v0.1.1
12372024-09-03T22:17:16.795Z Compiling zerocopy-derive v0.6.6
12382024-09-03T22:17:17.081Z Compiling async-trait v0.1.82
12392024-09-03T22:17:17.109Z Compiling num-iter v0.1.45
12402024-09-03T22:17:17.905Z Compiling phf_shared v0.11.2
12412024-09-03T22:17:18.214Z Compiling serde_derive_internals v0.29.1
12422024-09-03T22:17:18.270Z Compiling ff v0.13.0
12432024-09-03T22:17:18.294Z Compiling object v0.36.4
12442024-09-03T22:17:18.477Z Compiling tokio-util v0.7.11
12452024-09-03T22:17:18.696Z Compiling tokio-rustls v0.24.1
12462024-09-03T22:17:19.052Z Compiling tokio-native-tls v0.3.1
12472024-09-03T22:17:19.219Z Compiling fs-err v2.11.0
12482024-09-03T22:17:19.306Z Compiling h2 v0.3.26
12492024-09-03T22:17:19.479Z Compiling schemars v0.8.21
12502024-09-03T22:17:19.503Z Compiling rustc-demangle v0.1.24
12512024-09-03T22:17:19.677Z Compiling managed v0.8.0
12522024-09-03T22:17:19.800Z Compiling bitflags v1.3.2
12532024-09-03T22:17:19.901Z Compiling base16ct v0.2.0
12542024-09-03T22:17:20.065Z Compiling adler2 v2.0.0
12552024-09-03T22:17:20.200Z Compiling anyhow v1.0.86
12562024-09-03T22:17:20.254Z Compiling winnow v0.5.40
12572024-09-03T22:17:20.354Z Compiling ipnet v2.9.0
12582024-09-03T22:17:20.587Z Compiling base64 v0.21.7
12592024-09-03T22:17:20.799Z Compiling clap_builder v4.5.15
12602024-09-03T22:17:21.094Z Compiling rustls-pemfile v1.0.4
12612024-09-03T22:17:21.281Z Compiling schemars_derive v0.8.21
12622024-09-03T22:17:21.477Z Compiling miniz_oxide v0.8.0
12632024-09-03T22:17:21.500Z Compiling sec1 v0.7.3
12642024-09-03T22:17:22.005Z Compiling console v0.15.8
12652024-09-03T22:17:23.301Z Compiling toml_edit v0.19.15
12662024-09-03T22:17:23.754Z Compiling zerocopy v0.6.6
12672024-09-03T22:17:24.043Z Compiling group v0.13.0
12682024-09-03T22:17:24.462Z Compiling phf v0.11.2
12692024-09-03T22:17:24.579Z Compiling rayon v1.10.0
12702024-09-03T22:17:24.616Z Compiling cookie_store v0.20.0
12712024-09-03T22:17:24.726Z Compiling hubpack v0.1.2
12722024-09-03T22:17:24.956Z Compiling hyper v0.14.30
12732024-09-03T22:17:26.832Z Compiling postgres-types v0.2.7
12742024-09-03T22:17:27.441Z Compiling usdt-attr-macro v0.5.0
12752024-09-03T22:17:28.105Z Compiling usdt-macro v0.5.0
12762024-09-03T22:17:28.696Z Compiling serde_urlencoded v0.7.1
12772024-09-03T22:17:28.754Z Compiling pkcs1 v0.7.5
12782024-09-03T22:17:28.847Z Compiling futures-executor v0.3.30
12792024-09-03T22:17:29.140Z Compiling hkdf v0.12.4
12802024-09-03T22:17:29.184Z Compiling signature v2.2.0
12812024-09-03T22:17:29.326Z Compiling crypto-bigint v0.5.5
12822024-09-03T22:17:29.355Z Compiling bstr v1.10.0
12832024-09-03T22:17:29.382Z Compiling regex v1.10.6
12842024-09-03T22:17:29.443Z Compiling enum-as-inner v0.6.0
12852024-09-03T22:17:29.601Z Compiling strum_macros v0.25.3
12862024-09-03T22:17:30.033Z Compiling clap_derive v4.5.13
12872024-09-03T22:17:30.269Z Compiling serde_repr v0.1.19
12882024-09-03T22:17:30.355Z Compiling phf_shared v0.10.0
12892024-09-03T22:17:30.759Z Compiling hyper-rustls v0.24.2
12902024-09-03T22:17:30.891Z Compiling hyper-tls v0.5.0
12912024-09-03T22:17:31.165Z Compiling float-cmp v0.9.0
12922024-09-03T22:17:31.244Z Compiling idna v0.4.0
12932024-09-03T22:17:31.378Z Compiling mio v0.8.11
12942024-09-03T22:17:31.406Z Compiling crc32fast v1.4.2
12952024-09-03T22:17:31.673Z Compiling encoding_rs v0.8.34
12962024-09-03T22:17:32.505Z Compiling data-encoding v2.6.0
12972024-09-03T22:17:32.561Z Compiling sync_wrapper v0.1.2
12982024-09-03T22:17:32.695Z Compiling normalize-line-endings v0.3.0
12992024-09-03T22:17:32.818Z Compiling number_prefix v0.4.0
13002024-09-03T22:17:33.033Z Compiling new_debug_unreachable v1.0.6
13012024-09-03T22:17:33.072Z Compiling precomputed-hash v0.1.1
13022024-09-03T22:17:33.135Z Compiling unicode-segmentation v1.11.0
13032024-09-03T22:17:33.196Z Compiling minimal-lexical v0.2.1
13042024-09-03T22:17:33.397Z Compiling bit-vec v0.6.3
13052024-09-03T22:17:33.673Z Compiling predicates-core v1.0.8
13062024-09-03T22:17:33.824Z Compiling mime v0.3.17
13072024-09-03T22:17:33.904Z Compiling whoami v1.5.2
13082024-09-03T22:17:33.998Z Compiling webpki-roots v0.25.4
13092024-09-03T22:17:34.144Z Compiling dyn-clone v1.0.17
13102024-09-03T22:17:34.243Z Compiling fixedbitset v0.4.2
13112024-09-03T22:17:34.337Z Compiling static_assertions v1.1.0
13122024-09-03T22:17:34.401Z Compiling difflib v0.4.0
13132024-09-03T22:17:34.441Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13142024-09-03T22:17:34.491Z Compiling petgraph v0.6.5
13152024-09-03T22:17:34.587Z Compiling clap v4.5.16
13162024-09-03T22:17:34.665Z Compiling tokio-postgres v0.7.11
13172024-09-03T22:17:34.700Z Compiling reqwest v0.11.27
13182024-09-03T22:17:35.295Z Compiling predicates v3.1.2
13192024-09-03T22:17:35.824Z Compiling bit-set v0.5.3
13202024-09-03T22:17:36.097Z Compiling similar v2.6.0
13212024-09-03T22:17:36.901Z Compiling nom v7.1.3
13222024-09-03T22:17:37.359Z Compiling string_cache v0.8.7
13232024-09-03T22:17:37.762Z Compiling hickory-proto v0.24.1
13242024-09-03T22:17:37.786Z Compiling toml_edit v0.22.20
13252024-09-03T22:17:38.139Z Compiling indicatif v0.17.8
13262024-09-03T22:17:38.167Z Compiling signal-hook-mio v0.2.4
13272024-09-03T22:17:38.333Z Compiling elliptic-curve v0.13.8
13282024-09-03T22:17:39.071Z Compiling flate2 v1.0.33
13292024-09-03T22:17:39.617Z Compiling usdt v0.5.0
13302024-09-03T22:17:39.791Z Compiling rsa v0.9.6
13312024-09-03T22:17:39.930Z Compiling futures v0.3.30
13322024-09-03T22:17:39.985Z Compiling toml v0.7.8
13332024-09-03T22:17:40.144Z Compiling tokio-stream v0.1.15
13342024-09-03T22:17:40.879Z Compiling openapiv3 v2.0.0
13352024-09-03T22:17:40.902Z Compiling hex v0.4.3
13362024-09-03T22:17:41.081Z Compiling sha1 v0.10.6
13372024-09-03T22:17:41.464Z Compiling itertools v0.10.5
13382024-09-03T22:17:41.487Z Compiling itertools v0.12.1
13392024-09-03T22:17:41.551Z Compiling dirs-sys-next v0.1.2
13402024-09-03T22:17:42.146Z Compiling lalrpop-util v0.19.12
13412024-09-03T22:17:42.457Z Compiling unicode-xid v0.2.5
13422024-09-03T22:17:42.615Z Compiling peg-runtime v0.8.3
13432024-09-03T22:17:43.199Z Compiling dirs-next v2.0.0
13442024-09-03T22:17:43.383Z Compiling thread_local v1.1.8
13452024-09-03T22:17:43.882Z Compiling slog-async v2.8.0
13462024-09-03T22:17:43.913Z Compiling term v0.7.0
13472024-09-03T22:17:44.215Z Compiling xattr v1.3.1
13482024-09-03T22:17:44.434Z Compiling strum_macros v0.26.4
13492024-09-03T22:17:44.479Z Compiling crossbeam-channel v0.5.13
13502024-09-03T22:17:44.613Z Compiling filetime v0.2.25
13512024-09-03T22:17:44.904Z Compiling is-terminal v0.4.13
13522024-09-03T22:17:45.030Z Compiling take_mut v0.2.2
13532024-09-03T22:17:45.067Z Compiling slog-term v2.9.1
13542024-09-03T22:17:45.278Z Compiling tar v0.4.41
13552024-09-03T22:17:45.523Z Compiling camino v1.1.9
13562024-09-03T22:17:47.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13572024-09-03T22:17:47.957Z Compiling strum v0.26.3
13582024-09-03T22:17:48.081Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13592024-09-03T22:17:55.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
13602024-09-03T22:17:55.707Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13612024-09-03T22:17:55.774ZSep 03 22:17:55.597 INFO Starting download, target: Clickhouse
13622024-09-03T22:17:55.775ZSep 03 22:17:55.598 INFO Starting download, target: Cockroach
13632024-09-03T22:17:55.775ZSep 03 22:17:55.598 INFO Starting download, target: Console
13642024-09-03T22:17:55.775ZSep 03 22:17:55.598 INFO Starting download, target: DendriteOpenapi
13652024-09-03T22:17:55.775ZSep 03 22:17:55.598 INFO Starting download, target: MaghemiteMgd
13662024-09-03T22:17:55.775ZSep 03 22:17:55.598 INFO Starting download, target: DendriteStub
13672024-09-03T22:17:55.775ZSep 03 22:17:55.598 INFO Starting download, target: TransceiverControl
13682024-09-03T22:17:55.798ZSep 03 22:17:55.599 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13692024-09-03T22:17:55.798ZSep 03 22:17:55.599 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13702024-09-03T22:17:55.798ZSep 03 22:17:55.599 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13712024-09-03T22:17:55.798ZSep 03 22:17:55.600 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13722024-09-03T22:17:55.798ZSep 03 22:17:55.600 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13732024-09-03T22:17:55.798ZSep 03 22:17:55.600 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13742024-09-03T22:17:55.798ZSep 03 22:17:55.600 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13752024-09-03T22:17:56.116ZSep 03 22:17:55.935 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13762024-09-03T22:17:56.185ZSep 03 22:17:56.008 INFO Download complete, target: DendriteOpenapi
13772024-09-03T22:17:56.419ZSep 03 22:17:56.242 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13782024-09-03T22:17:56.447ZSep 03 22:17:56.253 INFO Download complete, target: Console
13792024-09-03T22:17:57.090ZSep 03 22:17:56.913 INFO Download complete, target: TransceiverControl
13802024-09-03T22:17:57.518ZSep 03 22:17:57.341 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13812024-09-03T22:18:00.640ZSep 03 22:18:00.463 INFO Download complete, target: DendriteStub
13822024-09-03T22:18:01.421ZSep 03 22:18:01.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13832024-09-03T22:18:04.245ZSep 03 22:18:04.068 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13842024-09-03T22:18:04.245ZSep 03 22:18:04.068 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13852024-09-03T22:18:04.738ZSep 03 22:18:04.562 INFO Download complete, target: MaghemiteMgd
13862024-09-03T22:18:08.400ZSep 03 22:18:08.223 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13872024-09-03T22:18:13.652ZSep 03 22:18:13.475 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13882024-09-03T22:18:14.246ZSep 03 22:18:14.068 INFO Checking that binary works, target: Cockroach
13892024-09-03T22:18:14.619ZSep 03 22:18:14.442 INFO Download complete, target: Cockroach
13902024-09-03T22:18:24.015ZSep 03 22:18:23.838 INFO Checking that binary works, target: Clickhouse
13912024-09-03T22:18:24.230ZSep 03 22:18:24.052 INFO Download complete, target: Clickhouse
13922024-09-03T22:18:24.254ZAll prerequisites installed successfully
13932024-09-03T22:18:24.254Z
13942024-09-03T22:18:24.254Zreal 3:43.172208393
13952024-09-03T22:18:24.254Zuser 10:32.395986610
13962024-09-03T22:18:24.254Zsys 2:29.940642149
13972024-09-03T22:18:24.255Ztrap 0.391314959
13982024-09-03T22:18:24.255Ztflt 0.631593294
13992024-09-03T22:18:24.255Zdflt 1.643166783
14002024-09-03T22:18:24.255Zkflt 0.009980242
14012024-09-03T22:18:24.255Zlock 22:42.635811815
14022024-09-03T22:18:24.255Zslp 39:13.522600591
14032024-09-03T22:18:24.255Zlat 49.259573289
14042024-09-03T22:18:24.255Zstop 1:49.319894612
14052024-09-03T22:18:24.255Z+ source ./tools/include/force-git-over-https.sh
14062024-09-03T22:18:24.255Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14072024-09-03T22:18:24.255Z++ (( i = 0 ))
14082024-09-03T22:18:24.255Z++ (( i < 5 ))
14092024-09-03T22:18:24.255Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14102024-09-03T22:18:24.255Z++ (( i++ ))
14112024-09-03T22:18:24.255Z++ (( i < 5 ))
14122024-09-03T22:18:24.255Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14132024-09-03T22:18:24.255Z++ (( i++ ))
14142024-09-03T22:18:24.255Z++ (( i < 5 ))
14152024-09-03T22:18:24.255Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14162024-09-03T22:18:24.279Z++ (( i++ ))
14172024-09-03T22:18:24.279Z++ (( i < 5 ))
14182024-09-03T22:18:24.279Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14192024-09-03T22:18:24.279Z++ (( i++ ))
14202024-09-03T22:18:24.279Z++ (( i < 5 ))
14212024-09-03T22:18:24.279Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14222024-09-03T22:18:24.279Z++ (( i++ ))
14232024-09-03T22:18:24.279Z++ (( i < 5 ))
14242024-09-03T22:18:24.279Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14252024-09-03T22:18:24.279Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14262024-09-03T22:18:24.279Z+ rc=0
14272024-09-03T22:18:24.279Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14282024-09-03T22:18:52.008Z+ case $rc in
14292024-09-03T22:18:52.008Z+ pfexec zfs create -p rpool/images/build/host
14302024-09-03T22:18:52.082Z+ pfexec zfs create -p rpool/images/build/recovery
14312024-09-03T22:18:52.111Z+ cargo xtask releng --output-dir /work
14322024-09-03T22:18:52.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
14332024-09-03T22:18:52.886Z Running `target/debug/xtask releng --output-dir /work`
14342024-09-03T22:18:54.119Z Compiling proc-macro2 v1.0.86
14352024-09-03T22:18:54.119Z Compiling unicode-ident v1.0.12
14362024-09-03T22:18:54.119Z Compiling libc v0.2.158
14372024-09-03T22:18:54.120Z Compiling serde v1.0.209
14382024-09-03T22:18:54.120Z Compiling version_check v0.9.5
14392024-09-03T22:18:54.143Z Compiling autocfg v1.3.0
14402024-09-03T22:18:54.143Z Compiling cfg-if v1.0.0
14412024-09-03T22:18:54.314Z Compiling shlex v1.3.0
14422024-09-03T22:18:54.314Z Compiling typenum v1.17.0
14432024-09-03T22:18:54.471Z Compiling memchr v2.7.4
14442024-09-03T22:18:54.867Z Compiling generic-array v0.14.7
14452024-09-03T22:18:54.947Z Compiling lock_api v0.4.12
14462024-09-03T22:18:55.179Z Compiling ahash v0.8.11
14472024-09-03T22:18:55.262Z Compiling byteorder v1.5.0
14482024-09-03T22:18:55.286Z Compiling serde_json v1.0.127
14492024-09-03T22:18:55.582Z Compiling quote v1.0.37
14502024-09-03T22:18:55.686Z Compiling libm v0.2.8
14512024-09-03T22:18:55.952Z Compiling num-traits v0.2.19
14522024-09-03T22:18:56.068Z Compiling syn v2.0.77
14532024-09-03T22:18:56.149Z Compiling getrandom v0.2.15
14542024-09-03T22:18:56.218Z Compiling jobserver v0.1.32
14552024-09-03T22:18:56.291Z Compiling parking_lot_core v0.9.10
14562024-09-03T22:18:56.379Z Compiling once_cell v1.19.0
14572024-09-03T22:18:56.562Z Compiling scopeguard v1.2.0
14582024-09-03T22:18:56.640Z Compiling cc v1.1.15
14592024-09-03T22:18:56.666Z Compiling log v0.4.22
14602024-09-03T22:18:57.006Z Compiling thiserror v1.0.63
14612024-09-03T22:18:57.105Z Compiling itoa v1.0.11
14622024-09-03T22:18:57.233Z Compiling slab v0.4.9
14632024-09-03T22:18:57.277Z Compiling rand_core v0.6.4
14642024-09-03T22:18:57.346Z Compiling pkg-config v0.3.30
14652024-09-03T22:18:57.742Z Compiling semver v1.0.23
14662024-09-03T22:18:58.018Z Compiling ryu v1.0.18
14672024-09-03T22:18:58.295Z Compiling vcpkg v0.2.15
14682024-09-03T22:18:58.320Z Compiling pin-project-lite v0.2.14
14692024-09-03T22:18:58.398Z Compiling smallvec v1.13.2
14702024-09-03T22:18:58.556Z Compiling allocator-api2 v0.2.18
14712024-09-03T22:18:58.943Z Compiling spin v0.9.8
14722024-09-03T22:18:59.069Z Compiling heck v0.5.0
14732024-09-03T22:18:59.305Z Compiling subtle v2.6.1
14742024-09-03T22:18:59.783Z Compiling const-oid v0.9.6
14752024-09-03T22:19:00.017Z Compiling signal-hook-registry v1.4.2
14762024-09-03T22:19:00.061Z Compiling ring v0.17.8
14772024-09-03T22:19:00.648Z Compiling openssl-sys v0.9.103
14782024-09-03T22:19:01.110Z Compiling rustix v0.38.35
14792024-09-03T22:19:01.536Z Compiling crossbeam-utils v0.8.20
14802024-09-03T22:19:01.581Z Compiling httparse v1.9.4
14812024-09-03T22:19:01.734Z Compiling schemars v0.8.21
14822024-09-03T22:19:02.016Z Compiling parking_lot v0.12.3
14832024-09-03T22:19:02.076Z Compiling mio v1.0.2
14842024-09-03T22:19:02.273Z Compiling futures-core v0.3.30
14852024-09-03T22:19:02.626Z Compiling time-core v0.1.2
14862024-09-03T22:19:02.712Z Compiling num-conv v0.1.0
14872024-09-03T22:19:02.807Z Compiling socket2 v0.5.7
14882024-09-03T22:19:02.835Z Compiling openssl v0.10.66
14892024-09-03T22:19:03.008Z Compiling serde_derive_internals v0.29.1
14902024-09-03T22:19:03.074Z Compiling time-macros v0.2.18
14912024-09-03T22:19:03.411Z Compiling equivalent v1.0.1
14922024-09-03T22:19:03.582Z Compiling fnv v1.0.7
14932024-09-03T22:19:03.812Z Compiling native-tls v0.2.12
14942024-09-03T22:19:04.181Z Compiling tinyvec_macros v0.1.1
14952024-09-03T22:19:04.206Z Compiling futures-sink v0.3.30
14962024-09-03T22:19:04.297Z Compiling rustls v0.21.12
14972024-09-03T22:19:04.330Z Compiling tinyvec v1.8.0
14982024-09-03T22:19:05.242Z Compiling cookie v0.17.0
14992024-09-03T22:19:05.641Z Compiling ucd-trie v0.1.6
15002024-09-03T22:19:05.738Z Compiling cpufeatures v0.2.13
15012024-09-03T22:19:05.776Z Compiling iana-time-zone v0.1.60
15022024-09-03T22:19:05.920Z Compiling unicode-normalization v0.1.23
15032024-09-03T22:19:05.978Z Compiling futures-channel v0.3.30
15042024-09-03T22:19:06.192Z Compiling unicode-bidi v0.3.15
15052024-09-03T22:19:06.284Z Compiling syn v1.0.109
15062024-09-03T22:19:06.328Z Compiling slog v2.7.0
15072024-09-03T22:19:06.790Z Compiling futures-task v0.3.30
15082024-09-03T22:19:06.879Z Compiling futures-io v0.3.30
15092024-09-03T22:19:07.080Z Compiling pin-utils v0.1.0
15102024-09-03T22:19:07.243Z Compiling aho-corasick v1.1.3
15112024-09-03T22:19:07.267Z Compiling rayon-core v1.12.1
15122024-09-03T22:19:07.380Z Compiling untrusted v0.9.0
15132024-09-03T22:19:07.464Z Compiling regex-syntax v0.8.4
15142024-09-03T22:19:07.875Z Compiling serde_derive v1.0.209
15152024-09-03T22:19:08.215Z Compiling zerocopy-derive v0.7.35
15162024-09-03T22:19:08.245Z Compiling zeroize_derive v1.4.2
15172024-09-03T22:19:08.954Z Compiling tokio-macros v2.4.0
15182024-09-03T22:19:09.655Z Compiling thiserror-impl v1.0.63
15192024-09-03T22:19:10.156Z Compiling zerocopy v0.7.35
15202024-09-03T22:19:11.226Z Compiling zeroize v1.8.1
15212024-09-03T22:19:11.772Z Compiling futures-macro v0.3.30
15222024-09-03T22:19:12.941Z Compiling hashbrown v0.14.5
15232024-09-03T22:19:13.314Z Compiling crypto-common v0.1.6
15242024-09-03T22:19:13.462Z Compiling tracing-attributes v0.1.27
15252024-09-03T22:19:13.594Z Compiling der_derive v0.7.3
15262024-09-03T22:19:13.626Z Compiling block-buffer v0.10.4
15272024-09-03T22:19:13.861Z Compiling digest v0.10.7
15282024-09-03T22:19:14.205Z Compiling schemars_derive v0.8.21
15292024-09-03T22:19:15.481Z Compiling openssl-macros v0.1.1
15302024-09-03T22:19:15.575Z Compiling scroll_derive v0.12.0
15312024-09-03T22:19:16.125Z Compiling hmac v0.12.1
15322024-09-03T22:19:16.234Z Compiling block-padding v0.3.3
15332024-09-03T22:19:16.327Z Compiling pest v2.7.11
15342024-09-03T22:19:16.398Z Compiling futures-util v0.3.30
15352024-09-03T22:19:16.611Z Compiling inout v0.1.3
15362024-09-03T22:19:16.891Z Compiling cipher v0.4.4
15372024-09-03T22:19:17.042Z Compiling sha2 v0.10.8
15382024-09-03T22:19:17.340Z Compiling regex-automata v0.4.7
15392024-09-03T22:19:18.877Z Compiling pest_meta v2.7.11
15402024-09-03T22:19:19.227Z Compiling dyn-clone v1.0.17
15412024-09-03T22:19:20.242Z Compiling bytes v1.7.1
15422024-09-03T22:19:22.120Z Compiling bitflags v2.6.0
15432024-09-03T22:19:22.783Z Compiling tokio v1.40.0
15442024-09-03T22:19:23.210Z Compiling indexmap v2.5.0
15452024-09-03T22:19:23.587Z Compiling serde_tokenstream v0.2.2
15462024-09-03T22:19:24.182Z Compiling uuid v1.10.0
15472024-09-03T22:19:24.504Z Compiling chrono v0.4.38
15482024-09-03T22:19:25.075Z Compiling http v0.2.12
15492024-09-03T22:19:25.352Z Compiling pest_generator v2.7.11
15502024-09-03T22:19:27.243Z Compiling pest_derive v2.7.11
15512024-09-03T22:19:27.751Z Compiling rustc_version v0.4.1
15522024-09-03T22:19:28.036Z Compiling usdt-impl v0.5.0
15532024-09-03T22:19:28.423Z Compiling powerfmt v0.2.0
15542024-09-03T22:19:28.513Z Compiling base64ct v1.6.0
15552024-09-03T22:19:28.554Z Compiling percent-encoding v2.3.1
15562024-09-03T22:19:28.928Z Compiling deranged v0.3.11
15572024-09-03T22:19:29.074Z Compiling pem-rfc7468 v0.7.0
15582024-09-03T22:19:29.108Z Compiling heapless v0.7.17
15592024-09-03T22:19:29.652Z Compiling scroll v0.12.0
15602024-09-03T22:19:29.864Z Compiling ppv-lite86 v0.2.20
15612024-09-03T22:19:30.212Z Compiling zerocopy-derive v0.6.6
15622024-09-03T22:19:30.943Z Compiling backtrace v0.3.73
15632024-09-03T22:19:31.145Z Compiling tracing-core v0.1.32
15642024-09-03T22:19:31.432Z Compiling errno v0.3.9
15652024-09-03T22:19:31.712Z Compiling tokio-util v0.7.11
15662024-09-03T22:19:31.995Z Compiling plain v0.2.3
15672024-09-03T22:19:32.207Z Compiling flagset v0.4.6
15682024-09-03T22:19:33.064Z Compiling num-bigint-dig v0.8.4
15692024-09-03T22:19:33.291Z Compiling num_threads v0.1.7
15702024-09-03T22:19:33.484Z Compiling der v0.7.9
15712024-09-03T22:19:33.617Z Compiling goblin v0.8.2
15722024-09-03T22:19:33.641Z Compiling time v0.3.36
15732024-09-03T22:19:33.668Z Compiling tracing v0.1.40
15742024-09-03T22:19:34.763Z Compiling rand_chacha v0.3.1
15752024-09-03T22:19:36.131Z Compiling regex v1.10.6
15762024-09-03T22:19:36.285Z Compiling salsa20 v0.10.2
15772024-09-03T22:19:36.308Z Compiling pbkdf2 v0.12.2
15782024-09-03T22:19:36.482Z Compiling async-trait v0.1.82
15792024-09-03T22:19:37.010Z Compiling rustversion v1.0.17
15802024-09-03T22:19:37.665Z Compiling pretty-hex v0.4.1
15812024-09-03T22:19:37.761Z Compiling strsim v0.11.1
15822024-09-03T22:19:38.677Z Compiling dof v0.3.0
15832024-09-03T22:19:38.991Z Compiling scrypt v0.11.0
15842024-09-03T22:19:39.479Z Compiling spki v0.7.3
15852024-09-03T22:19:39.808Z Compiling rand v0.8.5
15862024-09-03T22:19:39.833Z Compiling form_urlencoded v1.2.1
15872024-09-03T22:19:40.035Z Compiling dtrace-parser v0.2.0
15882024-09-03T22:19:40.221Z Compiling cbc v0.1.2
15892024-09-03T22:19:40.295Z Compiling aes v0.8.4
15902024-09-03T22:19:41.247Z Compiling thread-id v4.2.2
15912024-09-03T22:19:41.389Z Compiling foreign-types-shared v0.1.1
15922024-09-03T22:19:41.412Z Compiling signal-hook v0.3.17
15932024-09-03T22:19:41.524Z Compiling smoltcp v0.9.1
15942024-09-03T22:19:41.700Z Compiling heck v0.4.1
15952024-09-03T22:19:41.749Z Compiling try-lock v0.2.5
15962024-09-03T22:19:41.888Z Compiling portable-atomic v1.7.0
15972024-09-03T22:19:41.930Z Compiling anyhow v1.0.86
15982024-09-03T22:19:42.182Z Compiling want v0.3.1
15992024-09-03T22:19:42.629Z Compiling foreign-types v0.3.2
16002024-09-03T22:19:46.337Z Compiling pkcs5 v0.7.1
16012024-09-03T22:19:47.468Z Compiling h2 v0.3.26
16022024-09-03T22:19:49.079Z Compiling http-body v0.4.6
16032024-09-03T22:19:49.841Z Compiling clap_derive v4.5.13
16042024-09-03T22:19:50.627Z Compiling tower-service v0.3.3
16052024-09-03T22:19:50.815Z Compiling siphasher v0.3.11
16062024-09-03T22:19:50.936Z Compiling base64 v0.21.7
16072024-09-03T22:19:51.191Z Compiling httpdate v1.0.3
16082024-09-03T22:19:53.941Z Compiling pkcs8 v0.10.2
16092024-09-03T22:19:54.404Z Compiling crossbeam-epoch v0.9.18
16102024-09-03T22:19:55.015Z Compiling hyper v0.14.30
16112024-09-03T22:19:56.009Z Compiling rustls-webpki v0.101.7
16122024-09-03T22:19:56.805Z Compiling sct v0.7.1
16132024-09-03T22:19:57.694Z Compiling openapiv3 v2.0.0
16142024-09-03T22:20:01.625Z Compiling hubpack_derive v0.1.1
16152024-09-03T22:20:01.770Z Compiling idna v0.5.0
16162024-09-03T22:20:02.417Z Compiling lazy_static v1.5.0
16172024-09-03T22:20:02.851Z Compiling fs-err v2.11.0
16182024-09-03T22:20:03.127Z Compiling utf8parse v0.2.2
16192024-09-03T22:20:03.247Z Compiling openssl-probe v0.1.5
16202024-09-03T22:20:03.282Z Compiling unicode-properties v0.1.2
16212024-09-03T22:20:03.596Z Compiling either v1.13.0
16222024-09-03T22:20:04.049Z Compiling anstyle v1.0.8
16232024-09-03T22:20:05.281Z Compiling stringprep v0.1.5
16242024-09-03T22:20:05.503Z Compiling anstyle-parse v0.2.5
16252024-09-03T22:20:05.780Z Compiling url v2.5.2
16262024-09-03T22:20:08.729Z Compiling crossbeam-deque v0.8.5
16272024-09-03T22:20:09.005Z Compiling usdt-attr-macro v0.5.0
16282024-09-03T22:20:10.205Z Compiling usdt-macro v0.5.0
16292024-09-03T22:20:11.490Z Compiling toml_datetime v0.6.8
16302024-09-03T22:20:11.551Z Compiling serde_spanned v0.6.7
16312024-09-03T22:20:11.725Z Compiling md-5 v0.10.6
16322024-09-03T22:20:11.749Z Compiling regress v0.10.1
16332024-09-03T22:20:11.894Z Compiling idna v0.3.0
16342024-09-03T22:20:12.387Z Compiling num-integer v0.1.46
16352024-09-03T22:20:13.020Z Compiling hash32 v0.2.1
16362024-09-03T22:20:13.070Z Compiling encoding_rs v0.8.34
16372024-09-03T22:20:13.337Z Compiling is_terminal_polyfill v1.70.1
16382024-09-03T22:20:13.455Z Compiling fallible-iterator v0.2.0
16392024-09-03T22:20:14.073Z Compiling adler v1.0.2
16402024-09-03T22:20:14.263Z Compiling mime v0.3.17
16412024-09-03T22:20:14.579Z Compiling colorchoice v1.0.2
16422024-09-03T22:20:14.647Z Compiling stable_deref_trait v1.2.0
16432024-09-03T22:20:14.737Z Compiling psl-types v2.0.11
16442024-09-03T22:20:14.760Z Compiling anstyle-query v1.1.1
16452024-09-03T22:20:14.909Z Compiling base64 v0.22.1
16462024-09-03T22:20:14.941Z Compiling gimli v0.29.0
16472024-09-03T22:20:15.355Z Compiling publicsuffix v2.2.3
16482024-09-03T22:20:15.465Z Compiling postgres-protocol v0.6.7
16492024-09-03T22:20:15.585Z Compiling anstream v0.6.15
16502024-09-03T22:20:16.170Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334)
16512024-09-03T22:20:16.510Z Compiling miniz_oxide v0.7.4
16522024-09-03T22:20:17.141Z Compiling num-iter v0.1.45
16532024-09-03T22:20:18.851Z Compiling addr2line v0.22.0
16542024-09-03T22:20:19.698Z Compiling tokio-rustls v0.24.1
16552024-09-03T22:20:20.394Z Compiling terminal_size v0.3.0
16562024-09-03T22:20:20.429Z Compiling tokio-native-tls v0.3.1
16572024-09-03T22:20:20.692Z Compiling phf_shared v0.11.2
16582024-09-03T22:20:20.813Z Compiling strum_macros v0.25.3
16592024-09-03T22:20:21.087Z Compiling enum-as-inner v0.6.0
16602024-09-03T22:20:21.385Z Compiling serde_urlencoded v0.7.1
16612024-09-03T22:20:21.900Z Compiling serde_repr v0.1.19
16622024-09-03T22:20:21.941Z Compiling ff v0.13.0
16632024-09-03T22:20:21.965Z Compiling object v0.36.4
16642024-09-03T22:20:22.501Z Compiling ipnet v2.9.0
16652024-09-03T22:20:23.289Z Compiling adler2 v2.0.0
16662024-09-03T22:20:23.476Z Compiling base16ct v0.2.0
16672024-09-03T22:20:23.639Z Compiling bitflags v1.3.2
16682024-09-03T22:20:23.760Z Compiling unicode-width v0.1.13
16692024-09-03T22:20:23.786Z Compiling winnow v0.5.40
16702024-09-03T22:20:23.897Z Compiling clap_lex v0.7.2
16712024-09-03T22:20:23.976Z Compiling managed v0.8.0
16722024-09-03T22:20:24.277Z Compiling rustc-demangle v0.1.24
16732024-09-03T22:20:24.984Z Compiling clap_builder v4.5.15
16742024-09-03T22:20:25.522Z Compiling console v0.15.8
16752024-09-03T22:20:25.737Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334)
16762024-09-03T22:20:26.353Z Compiling sec1 v0.7.3
16772024-09-03T22:20:26.616Z Compiling toml_edit v0.19.15
16782024-09-03T22:20:26.833Z Compiling miniz_oxide v0.8.0
16792024-09-03T22:20:26.878Z Compiling rustls-pemfile v1.0.4
16802024-09-03T22:20:27.238Z Compiling group v0.13.0
16812024-09-03T22:20:28.981Z Compiling phf v0.11.2
16822024-09-03T22:20:29.246Z Compiling hyper-tls v0.5.0
16832024-09-03T22:20:29.560Z Compiling hyper-rustls v0.24.2
16842024-09-03T22:20:29.905Z Compiling rayon v1.10.0
16852024-09-03T22:20:29.982Z Compiling cookie_store v0.20.0
16862024-09-03T22:20:30.326Z Compiling postgres-types v0.2.7
16872024-09-03T22:20:31.018Z Compiling hubpack v0.1.2
16882024-09-03T22:20:31.124Z Compiling pkcs1 v0.7.5
16892024-09-03T22:20:31.460Z Compiling phf_shared v0.10.0
16902024-09-03T22:20:32.045Z Compiling zerocopy v0.6.6
16912024-09-03T22:20:32.070Z Compiling futures-executor v0.3.30
16922024-09-03T22:20:32.246Z Compiling bstr v1.10.0
16932024-09-03T22:20:32.376Z Compiling hkdf v0.12.4
16942024-09-03T22:20:32.484Z Compiling signature v2.2.0
16952024-09-03T22:20:32.589Z Compiling crypto-bigint v0.5.5
16962024-09-03T22:20:32.711Z Compiling idna v0.4.0
16972024-09-03T22:20:32.835Z Compiling float-cmp v0.9.0
16982024-09-03T22:20:33.025Z Compiling mio v0.8.11
16992024-09-03T22:20:33.049Z Compiling memmap v0.7.0
17002024-09-03T22:20:33.514Z Compiling crc32fast v1.4.2
17012024-09-03T22:20:33.571Z Compiling static_assertions v1.1.0
17022024-09-03T22:20:33.674Z Compiling bit-vec v0.6.3
17032024-09-03T22:20:33.882Z Compiling precomputed-hash v0.1.1
17042024-09-03T22:20:33.905Z Compiling minimal-lexical v0.2.1
17052024-09-03T22:20:33.963Z Compiling normalize-line-endings v0.3.0
17062024-09-03T22:20:33.988Z Compiling sync_wrapper v0.1.2
17072024-09-03T22:20:34.012Z Compiling predicates-core v1.0.8
17082024-09-03T22:20:34.056Z Compiling whoami v1.5.2
17092024-09-03T22:20:34.092Z Compiling winnow v0.6.18
17102024-09-03T22:20:34.241Z Compiling difflib v0.4.0
17112024-09-03T22:20:34.319Z Compiling webpki-roots v0.25.4
17122024-09-03T22:20:34.463Z Compiling number_prefix v0.4.0
17132024-09-03T22:20:34.664Z Compiling new_debug_unreachable v1.0.6
17142024-09-03T22:20:34.687Z Compiling data-encoding v2.6.0
17152024-09-03T22:20:34.721Z Compiling unicode-segmentation v1.11.0
17162024-09-03T22:20:34.918Z Compiling fixedbitset v0.4.2
17172024-09-03T22:20:35.274Z Compiling hickory-proto v0.24.1
17182024-09-03T22:20:35.274Z Compiling similar v2.6.0
17192024-09-03T22:20:35.375Z Compiling reqwest v0.11.27
17202024-09-03T22:20:35.438Z Compiling petgraph v0.6.5
17212024-09-03T22:20:36.105Z Compiling elliptic-curve v0.13.8
17222024-09-03T22:20:36.731Z Compiling toml_edit v0.22.20
17232024-09-03T22:20:36.955Z Compiling string_cache v0.8.7
17242024-09-03T22:20:37.026Z Compiling indicatif v0.17.8
17252024-09-03T22:20:37.338Z Compiling predicates v3.1.2
17262024-09-03T22:20:38.538Z Compiling tokio-postgres v0.7.11
17272024-09-03T22:20:38.578Z Compiling nom v7.1.3
17282024-09-03T22:20:38.718Z Compiling bit-set v0.5.3
17292024-09-03T22:20:38.968Z Compiling flate2 v1.0.33
17302024-09-03T22:20:39.762Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17312024-09-03T22:20:41.519Z Compiling signal-hook-mio v0.2.4
17322024-09-03T22:20:41.680Z Compiling usdt v0.5.0
17332024-09-03T22:20:42.740Z Compiling rsa v0.9.6
17342024-09-03T22:20:42.775Z Compiling futures v0.3.30
17352024-09-03T22:20:43.117Z Compiling toml v0.7.8
17362024-09-03T22:20:43.522Z Compiling clap v4.5.16
17372024-09-03T22:20:43.588Z Compiling itertools v0.12.1
17382024-09-03T22:20:43.648Z Compiling itertools v0.10.5
17392024-09-03T22:20:44.502Z Compiling tokio-stream v0.1.15
17402024-09-03T22:20:44.846Z Compiling hex v0.4.3
17412024-09-03T22:20:45.429Z Compiling sha1 v0.10.6
17422024-09-03T22:20:46.233Z Compiling camino v1.1.9
17432024-09-03T22:20:46.479Z Compiling lalrpop-util v0.19.12
17442024-09-03T22:20:46.718Z Compiling radium v0.7.0
17452024-09-03T22:20:46.754Z Compiling peg-runtime v0.8.3
17462024-09-03T22:20:47.115Z Compiling unicode-xid v0.2.5
17472024-09-03T22:20:47.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482024-09-03T22:20:52.018Z Compiling is-terminal v0.4.13
17492024-09-03T22:20:52.162Z Compiling ident_case v1.0.1
17502024-09-03T22:20:52.336Z Compiling tap v1.0.1
17512024-09-03T22:20:52.512Z Compiling rustls-pki-types v1.8.0
17522024-09-03T22:20:55.670Z Compiling maybe-uninit v2.0.0
17532024-09-03T22:21:00.078Z Compiling wyz v0.5.1
17542024-09-03T22:21:00.482Z Compiling darling_core v0.20.10
17552024-09-03T22:21:08.293Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334)
17562024-09-03T22:21:09.349Z Compiling bzip2-sys v0.1.11+1.0.8
17572024-09-03T22:21:09.750Z Compiling dirs-sys-next v0.1.2
17582024-09-03T22:21:10.089Z Compiling packed_struct v0.10.1
17592024-09-03T22:21:10.457Z Compiling funty v2.0.0
17602024-09-03T22:21:10.804Z Compiling rustls v0.22.4
17612024-09-03T22:21:11.048Z Compiling unsafe-libyaml v0.2.11
17622024-09-03T22:21:11.265Z Compiling paste v1.0.15
17632024-09-03T22:21:11.312Z Compiling bitvec v1.0.1
17642024-09-03T22:21:15.265Z Compiling serde_yaml v0.9.34+deprecated
17652024-09-03T22:21:15.295Z Compiling dirs-next v2.0.0
17662024-09-03T22:21:15.445Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
17672024-09-03T22:21:16.129Z Compiling darling_macro v0.20.10
17682024-09-03T22:21:16.955Z Compiling rustls-webpki v0.102.7
17692024-09-03T22:21:19.405Z Compiling packed_struct_codegen v0.10.1
17702024-09-03T22:21:19.429Z Compiling structmeta-derive v0.3.0
17712024-09-03T22:21:20.633Z Compiling thread_local v1.1.8
17722024-09-03T22:21:20.724Z Compiling indexmap v1.9.3
17732024-09-03T22:21:21.017Z Compiling multer v3.1.0
17742024-09-03T22:21:21.245Z Compiling fastrand v2.1.1
17752024-09-03T22:21:21.386Z Compiling nodrop v0.1.14
17762024-09-03T22:21:21.424Z Compiling crc-catalog v2.4.0
17772024-09-03T22:21:21.525Z Compiling match_cfg v0.1.0
17782024-09-03T22:21:21.548Z Compiling slog-async v2.8.0
17792024-09-03T22:21:21.586Z Compiling tempfile v3.12.0
17802024-09-03T22:21:21.632Z Compiling hostname v0.3.1
17812024-09-03T22:21:21.678Z Compiling crc v3.2.1
17822024-09-03T22:21:21.824Z Compiling structmeta v0.3.0
17832024-09-03T22:21:21.873Z Compiling array-init v0.0.4
17842024-09-03T22:21:23.190Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
17852024-09-03T22:21:24.730Z Compiling smallvec v0.6.14
17862024-09-03T22:21:25.175Z Compiling darling v0.20.10
17872024-09-03T22:21:25.819Z Compiling term v0.7.0
17882024-09-03T22:21:29.624Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
17892024-09-03T22:21:29.825Z Compiling slog-json v2.6.1
17902024-09-03T22:21:30.766Z Compiling crossbeam-channel v0.5.13
17912024-09-03T22:21:30.914Z Compiling http v1.1.0
17922024-09-03T22:21:32.106Z Compiling pin-project-internal v1.1.5
17932024-09-03T22:21:32.129Z Compiling async-stream-impl v0.3.5
17942024-09-03T22:21:34.734Z Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e)
17952024-09-03T22:21:35.350Z Compiling hashbrown v0.12.3
17962024-09-03T22:21:35.426Z Compiling same-file v1.0.6
17972024-09-03T22:21:35.710Z Compiling take_mut v0.2.2
17982024-09-03T22:21:36.302Z Compiling termcolor v1.4.1
17992024-09-03T22:21:37.637Z Compiling atomic-waker v1.1.2
18002024-09-03T22:21:37.660Z Compiling bitfield v0.14.0
18012024-09-03T22:21:37.826Z Compiling waitgroup v0.1.2
18022024-09-03T22:21:37.935Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18032024-09-03T22:21:47.824Z Compiling env_logger v0.10.2
18042024-09-03T22:21:50.282Z Compiling walkdir v2.5.0
18052024-09-03T22:21:51.258Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
18062024-09-03T22:21:51.537Z Compiling pin-project v1.1.5
18072024-09-03T22:21:51.668Z Compiling async-stream v0.3.5
18082024-09-03T22:21:52.720Z Compiling slog-bunyan v2.5.0
18092024-09-03T22:21:53.065Z Compiling tokio-rustls v0.25.0
18102024-09-03T22:21:53.216Z Compiling slog-term v2.9.1
18112024-09-03T22:21:53.472Z Compiling serde_with_macros v3.9.0
18122024-09-03T22:21:53.536Z Compiling serde-hex v0.1.0
18132024-09-03T22:21:54.170Z Compiling bzip2 v0.4.4
18142024-09-03T22:21:54.543Z Compiling parse-display-derive v0.10.0
18152024-09-03T22:21:55.289Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18162024-09-03T22:21:55.516Z Compiling toml v0.8.19
18172024-09-03T22:21:55.571Z Compiling rustls-pemfile v2.1.3
18182024-09-03T22:21:57.769Z Compiling x509-cert v0.2.5
18192024-09-03T22:21:57.795Z Compiling ron v0.8.1
18202024-09-03T22:21:58.275Z Compiling strum_macros v0.26.4
18212024-09-03T22:21:58.931Z Compiling newtype-uuid v1.1.0
18222024-09-03T22:21:59.198Z Compiling ipnetwork v0.20.0
18232024-09-03T22:21:59.242Z Compiling xattr v1.3.1
18242024-09-03T22:21:59.544Z Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e)
18252024-09-03T22:22:00.444Z Compiling serde_path_to_error v0.1.16
18262024-09-03T22:22:01.138Z Compiling hashbrown v0.13.2
18272024-09-03T22:22:01.283Z Compiling snafu-derive v0.8.4
18282024-09-03T22:22:01.855Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18292024-09-03T22:22:02.309Z Compiling ring v0.16.20
18302024-09-03T22:22:02.333Z Compiling blake3 v1.5.4
18312024-09-03T22:22:02.492Z Compiling filetime v0.2.25
18322024-09-03T22:22:02.684Z Compiling hostname v0.4.0
18332024-09-03T22:22:02.813Z Compiling instant v0.1.13
18342024-09-03T22:22:02.885Z Compiling crc-any v2.5.0
18352024-09-03T22:22:02.928Z Compiling buf-list v1.0.3
18362024-09-03T22:22:03.160Z Compiling debug-ignore v1.0.5
18372024-09-03T22:22:03.446Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18382024-09-03T22:22:03.684Z Compiling backoff v0.4.0
18392024-09-03T22:22:04.022Z Compiling tar v0.4.41
18402024-09-03T22:22:04.372Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18412024-09-03T22:22:04.550Z Compiling object v0.30.4
18422024-09-03T22:22:05.125Z Compiling snafu v0.8.4
18432024-09-03T22:22:06.223Z Compiling strum v0.26.3
18442024-09-03T22:22:06.671Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
18452024-09-03T22:22:06.949Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18462024-09-03T22:22:07.433Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18472024-09-03T22:22:08.038Z Compiling parse-display v0.10.0
18482024-09-03T22:22:08.231Z Compiling serde_with v3.9.0
18492024-09-03T22:22:08.813Z Compiling zip v0.6.6
18502024-09-03T22:22:09.562Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18512024-09-03T22:22:09.678Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18522024-09-03T22:22:09.934Z Compiling camino-tempfile v1.1.1
18532024-09-03T22:22:10.159Z Compiling globset v0.4.14
18542024-09-03T22:22:10.620Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18552024-09-03T22:22:10.804Z Compiling pem v3.0.4
18562024-09-03T22:22:11.073Z Compiling olpc-cjson v0.1.3
18572024-09-03T22:22:11.382Z Compiling macaddr v1.0.1
18582024-09-03T22:22:11.789Z Compiling serde_plain v1.0.2
18592024-09-03T22:22:11.876Z Compiling regress v0.9.1
18602024-09-03T22:22:12.090Z Compiling async-recursion v1.1.1
18612024-09-03T22:22:12.255Z Compiling memmap2 v0.9.4
18622024-09-03T22:22:12.772Z Compiling path-slash v0.1.5
18632024-09-03T22:22:12.980Z Compiling arrayref v0.3.8
18642024-09-03T22:22:13.079Z Compiling typed-path v0.7.1
18652024-09-03T22:22:13.356Z Compiling constant_time_eq v0.3.1
18662024-09-03T22:22:13.526Z Compiling arrayvec v0.7.6
18672024-09-03T22:22:13.928Z Compiling untrusted v0.7.1
18682024-09-03T22:22:14.104Z Compiling spin v0.5.2
18692024-09-03T22:22:14.996Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18702024-09-03T22:22:16.379Z Compiling tough v0.17.1
18712024-09-03T22:22:18.612Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18722024-09-03T22:22:19.128Z Compiling itertools v0.13.0
18732024-09-03T22:22:19.425Z Compiling cargo-platform v0.1.8
18742024-09-03T22:22:20.305Z Compiling parse-size v1.0.0
18752024-09-03T22:22:20.332Z Compiling topological-sort v0.2.2
18762024-09-03T22:22:20.567Z Compiling omicron-zone-package v0.11.0
18772024-09-03T22:22:20.591Z Compiling cargo_metadata v0.18.1
18782024-09-03T22:22:22.178Z Compiling shell-words v1.1.0
18792024-09-03T22:22:25.983Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18802024-09-03T22:22:38.280Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18812024-09-03T22:22:53.108Z Finished `release` profile [optimized] target(s) in 4m 00s
18822024-09-03T22:22:53.228Z Running `target/release/omicron-releng --output-dir /work`
18832024-09-03T22:22:53.288ZSep 03 22:22:53.108 DEBG changing working directory to /work/oxidecomputer/omicron
18842024-09-03T22:22:53.413ZSep 03 22:22:53.235 DEBG running: git rev-parse HEAD
18852024-09-03T22:22:53.437ZSep 03 22:22:53.242 DEBG process exited with exit status: 0 (6.798321ms)
18862024-09-03T22:22:53.437ZSep 03 22:22:53.242 INFO version: 10.0.0-0.ci+git72fafea7a1a
18872024-09-03T22:22:53.468ZSep 03 22:22:53.290 INFO cloning helios to /work/oxidecomputer/helios
18882024-09-03T22:22:53.468ZSep 03 22:22:53.290 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18892024-09-03T22:22:53.492ZCloning into '/work/oxidecomputer/helios'...
18902024-09-03T22:22:54.092ZSep 03 22:22:53.914 DEBG process exited with exit status: 0 (623.952668ms)
18912024-09-03T22:22:54.092ZSep 03 22:22:53.914 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18922024-09-03T22:22:54.116Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
18932024-09-03T22:22:54.116Z# branch.head master
18942024-09-03T22:22:54.116Z# branch.upstream origin/master
18952024-09-03T22:22:54.116Z# branch.ab +0 -0
18962024-09-03T22:22:54.116ZSep 03 22:22:53.927 DEBG process exited with exit status: 0 (12.213913ms)
18972024-09-03T22:22:54.116ZSep 03 22:22:53.927 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18982024-09-03T22:22:54.985ZSep 03 22:22:54.808 DEBG process exited with exit status: 0 (880.981949ms)
18992024-09-03T22:22:54.986ZSep 03 22:22:54.808 DEBG running: zfs list rpool/images/build/host
19002024-09-03T22:22:55.010ZNAME USED AVAIL REFER MOUNTPOINT
19012024-09-03T22:22:55.010Zrpool/images/build/host 96K 145G 96K /rpool/images/build/host
19022024-09-03T22:22:55.010ZSep 03 22:22:54.818 DEBG process exited with exit status: 0 (9.928718ms)
19032024-09-03T22:22:55.010ZSep 03 22:22:54.818 DEBG running: zfs list rpool/images/build/recovery
19042024-09-03T22:22:55.010ZNAME USED AVAIL REFER MOUNTPOINT
19052024-09-03T22:22:55.010Zrpool/images/build/recovery 96K 145G 96K /rpool/images/build/recovery
19062024-09-03T22:22:55.010ZSep 03 22:22:54.827 DEBG process exited with exit status: 0 (8.718007ms)
19072024-09-03T22:22:55.010ZSep 03 22:22:54.828 INFO [hubris-production] running task
19082024-09-03T22:22:55.010ZSep 03 22:22:54.828 INFO [hubris-staging] running task
19092024-09-03T22:22:55.010ZSep 03 22:22:54.828 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19102024-09-03T22:22:55.034ZSep 03 22:22:54.834 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
19112024-09-03T22:22:55.102Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19122024-09-03T22:22:55.707Z[ omicron-package] Blocking waiting for file lock on package cache
19132024-09-03T22:22:56.380Z[ omicron-package] Blocking waiting for file lock on package cache
19142024-09-03T22:22:56.700Z[ omicron-package] Blocking waiting for file lock on package cache
19152024-09-03T22:22:57.291Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19162024-09-03T22:22:57.291Z[ omicron-package] Compiling heapless v0.8.0
19172024-09-03T22:22:57.315Z[ omicron-package] Compiling hash32 v0.3.1
19182024-09-03T22:22:57.315Z[ omicron-package] Compiling smoltcp v0.11.0
19192024-09-03T22:22:57.315Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19202024-09-03T22:22:57.315Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19212024-09-03T22:22:57.315Z[ omicron-package] Compiling cobs v0.2.3
19222024-09-03T22:22:57.315Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19232024-09-03T22:22:58.391Z[ omicron-package] Compiling proc-macro-error v1.0.4
19242024-09-03T22:22:58.644Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19252024-09-03T22:22:58.668Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19262024-09-03T22:22:58.768ZSep 03 22:22:58.591 INFO [hubris-production] task succeeded (3.762826298s)
19272024-09-03T22:22:58.925Z[ omicron-package] Compiling postcard v1.0.10
19282024-09-03T22:22:58.949Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19292024-09-03T22:22:59.265Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19302024-09-03T22:22:59.289Z[ omicron-package] Compiling num_enum_derive v0.5.11
19312024-09-03T22:23:00.063Z[ omicron-package] Compiling tabwriter v1.4.0
19322024-09-03T22:23:00.192Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19332024-09-03T22:23:00.359Z[ omicron-package] Compiling cstr-argument v0.1.2
19342024-09-03T22:23:00.635Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19352024-09-03T22:23:00.838Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19362024-09-03T22:23:00.967Z[ omicron-package] Compiling foreign-types v0.5.0
19372024-09-03T22:23:01.247Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19382024-09-03T22:23:01.574Z[ omicron-package] Compiling pretty-hex v0.2.1
19392024-09-03T22:23:01.688Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19402024-09-03T22:23:02.002Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412024-09-03T22:23:02.070Z[ omicron-package] Compiling colored v2.1.0
19422024-09-03T22:23:02.259Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19432024-09-03T22:23:02.463Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19442024-09-03T22:23:02.832Z[ omicron-package] Compiling sigpipe v0.1.3
19452024-09-03T22:23:02.962Z[ omicron-package] Compiling num-derive v0.4.2
19462024-09-03T22:23:03.023Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19472024-09-03T22:23:03.121Z[ omicron-package] Compiling num_enum v0.5.11
19482024-09-03T22:23:03.295Z[ omicron-package] Compiling libefi-sys v0.1.0
19492024-09-03T22:23:03.580Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19502024-09-03T22:23:03.581Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19512024-09-03T22:23:03.806Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19522024-09-03T22:23:03.951Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19532024-09-03T22:23:04.116Z[ omicron-package] Compiling smf v0.2.3
19542024-09-03T22:23:04.235Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19552024-09-03T22:23:04.842Z[ omicron-package] Compiling bitfield-struct v0.6.2
19562024-09-03T22:23:05.445Z[ omicron-package] Compiling zone v0.3.0
19572024-09-03T22:23:06.860Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19582024-09-03T22:23:06.954Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19592024-09-03T22:23:07.908Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19602024-09-03T22:23:08.133Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19612024-09-03T22:23:08.565Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19622024-09-03T22:23:08.876Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19632024-09-03T22:23:09.205Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19642024-09-03T22:23:09.259Z[ omicron-package] Compiling gethostname v0.5.0
19652024-09-03T22:23:11.610Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19662024-09-03T22:23:13.790Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19672024-09-03T22:23:14.976ZSep 03 22:23:14.798 INFO [hubris-staging] task succeeded (19.97015423s)
19682024-09-03T22:23:16.504Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19692024-09-03T22:23:17.041Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19702024-09-03T22:23:18.364Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19712024-09-03T22:23:33.003Z[ helios-setup] Sep 03 22:23:32.824 INFO helios repository root is: /work/oxidecomputer/helios
19722024-09-03T22:23:33.027Z[ helios-setup] Sep 03 22:23:32.827 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19732024-09-03T22:23:33.027Z[ helios-setup] Sep 03 22:23:32.827 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
19742024-09-03T22:23:33.027Z[ helios-setup] Sep 03 22:23:32.827 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19752024-09-03T22:23:33.027Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19762024-09-03T22:23:37.519Z[ helios-setup] Sep 03 22:23:37.341 INFO clone ok!, project: amd-firmware
19772024-09-03T22:23:37.519Z[ helios-setup] Sep 03 22:23:37.342 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
19782024-09-03T22:23:37.543Z[ helios-setup] Sep 03 22:23:37.342 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19792024-09-03T22:23:37.543Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19802024-09-03T22:23:37.941Z[ omicron-package] Finished `release` profile [optimized] target(s) in 42.91s
19812024-09-03T22:23:38.109Z[ helios-setup] Sep 03 22:23:37.931 INFO clone ok!, project: pinprick
19822024-09-03T22:23:38.109Z[ helios-setup] Sep 03 22:23:37.931 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
19832024-09-03T22:23:38.133Z[ helios-setup] Sep 03 22:23:37.931 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
19842024-09-03T22:23:38.133Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
19852024-09-03T22:23:38.163Z[ omicron-package]
19862024-09-03T22:23:38.187Z[ omicron-package] real 43.087799676
19872024-09-03T22:23:38.187Z[ omicron-package] user 2:20.102805764
19882024-09-03T22:23:38.187Z[ omicron-package] sys 20.991914499
19892024-09-03T22:23:38.187Z[ omicron-package] trap 0.238873530
19902024-09-03T22:23:38.187Z[ omicron-package] tflt 0.243005843
19912024-09-03T22:23:38.187Z[ omicron-package] dflt 0.641407903
19922024-09-03T22:23:38.187Z[ omicron-package] kflt 0.000020009
19932024-09-03T22:23:38.187Z[ omicron-package] lock 4:26.437328440
19942024-09-03T22:23:38.187Z[ omicron-package] slp 7:15.160787703
19952024-09-03T22:23:38.187Z[ omicron-package] lat 1:21.498396159
19962024-09-03T22:23:38.188ZSep 03 22:23:37.987 INFO [omicron-package] process exited with exit status: 0 (43.153283153s)
19972024-09-03T22:23:38.188Z[ omicron-package] stop 48.313992896
19982024-09-03T22:23:38.188ZSep 03 22:23:37.987 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
19992024-09-03T22:23:38.188ZSep 03 22:23:38.004 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20002024-09-03T22:23:38.212Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20012024-09-03T22:23:38.212Z[ host-target] Created new build target 'host' and set it as active
20022024-09-03T22:23:38.212ZSep 03 22:23:38.023 INFO [host-target] process exited with exit status: 0 (35.543499ms)
20032024-09-03T22:23:38.212ZSep 03 22:23:38.023 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20042024-09-03T22:23:38.212Z[ recovery-target] Created new build target 'recovery' and set it as active
20052024-09-03T22:23:38.212Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20062024-09-03T22:23:38.212ZSep 03 22:23:38.034 INFO [recovery-target] process exited with exit status: 0 (29.644086ms)
20072024-09-03T22:23:38.236Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20082024-09-03T22:23:38.786Z[ helios-setup] Sep 03 22:23:38.608 INFO clone ok!, project: phbl
20092024-09-03T22:23:38.786Z[ helios-setup] Sep 03 22:23:38.608 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20102024-09-03T22:23:38.786Z[ helios-setup] Sep 03 22:23:38.609 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
20112024-09-03T22:23:38.786Z[ helios-setup] Sep 03 22:23:38.609 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20122024-09-03T22:23:38.810Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20132024-09-03T22:23:39.390Z[ helios-setup] Sep 03 22:23:39.212 INFO clone ok!, project: bootserver
20142024-09-03T22:23:39.413Z[ helios-setup] Sep 03 22:23:39.212 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
20152024-09-03T22:23:39.413Z[ helios-setup] Sep 03 22:23:39.212 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
20162024-09-03T22:23:39.413Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20172024-09-03T22:23:39.853Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20182024-09-03T22:23:39.853Z[ host-package] Compiling camino v1.1.9
20192024-09-03T22:23:39.877Z[ host-package] Compiling convert_case v0.4.0
20202024-09-03T22:23:39.877Z[ host-package] Compiling newline-converter v0.3.0
20212024-09-03T22:23:39.877Z[ host-package] Compiling password-hash v0.5.0
20222024-09-03T22:23:39.877Z[ host-package] Compiling blake2 v0.10.6
20232024-09-03T22:23:39.877Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20242024-09-03T22:23:39.877Z[ host-package] Compiling derive-where v1.2.7
20252024-09-03T22:23:40.139Z[ host-package] Compiling expectorate v1.1.0
20262024-09-03T22:23:40.168Z[ host-package] Compiling toml v0.8.19
20272024-09-03T22:23:40.397Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
20282024-09-03T22:23:40.535Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20292024-09-03T22:23:40.571Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20302024-09-03T22:23:40.672Z[ host-package] Compiling argon2 v0.5.3
20312024-09-03T22:23:40.801Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
20322024-09-03T22:23:40.824Z[ host-package] Compiling derive_more v0.99.18
20332024-09-03T22:23:40.889Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20342024-09-03T22:23:40.947Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20352024-09-03T22:23:41.038Z[ host-package] Compiling num-rational v0.4.2
20362024-09-03T22:23:41.610Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20372024-09-03T22:23:41.805Z[ host-package] Compiling num-complex v0.4.6
20382024-09-03T22:23:42.224Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20392024-09-03T22:23:42.713Z[ host-package] Compiling dirs-sys-next v0.1.2
20402024-09-03T22:23:42.933Z[ host-package] Compiling num v0.4.3
20412024-09-03T22:23:43.047Z[ host-package] Compiling dirs-next v2.0.0
20422024-09-03T22:23:43.071Z[ host-package] Compiling float-ord v0.3.2
20432024-09-03T22:23:43.181Z[ host-package] Compiling semver v0.1.20
20442024-09-03T22:23:43.220Z[ host-package] Compiling term v0.7.0
20452024-09-03T22:23:43.252Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20462024-09-03T22:23:43.278Z[ host-package] Compiling prettyplease v0.2.22
20472024-09-03T22:23:43.569Z[ host-package] Compiling rustc_version v0.1.7
20482024-09-03T22:23:43.756Z[ host-package] Compiling is-terminal v0.4.13
20492024-09-03T22:23:43.930Z[ host-package] Compiling utf-8 v0.7.6
20502024-09-03T22:23:44.006Z[ host-package] Compiling newtype_derive v0.1.6
20512024-09-03T22:23:44.268Z[ host-package] Compiling cookie v0.18.1
20522024-09-03T22:23:44.390Z[ host-package] Compiling highway v1.2.0
20532024-09-03T22:23:44.428Z[ host-package] Compiling humantime v2.1.0
20542024-09-03T22:23:44.888Z[ host-package] Compiling rustls-pki-types v1.8.0
20552024-09-03T22:23:45.261Z[ host-package] Compiling linked-hash-map v0.5.6
20562024-09-03T22:23:45.486Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20572024-09-03T22:23:45.510Z[ helios-setup] Sep 03 22:23:45.323 INFO clone ok!, project: amd-host-image-builder
20582024-09-03T22:23:45.510Z[ helios-setup] Sep 03 22:23:45.324 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
20592024-09-03T22:23:45.510Z[ helios-setup] Sep 03 22:23:45.324 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20602024-09-03T22:23:45.510Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20612024-09-03T22:23:45.693Z[ host-package] Compiling lru-cache v0.1.2
20622024-09-03T22:23:45.716Z[ host-package] Compiling steno v0.4.1
20632024-09-03T22:23:45.914Z[ host-package] Compiling quick-error v1.2.3
20642024-09-03T22:23:46.123Z[ host-package] Compiling home v0.5.9
20652024-09-03T22:23:46.287Z[ helios-setup] Sep 03 22:23:46.109 INFO clone ok!, project: image-builder
20662024-09-03T22:23:46.287Z[ helios-setup] Sep 03 22:23:46.109 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
20672024-09-03T22:23:46.311Z[ helios-setup] Sep 03 22:23:46.109 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20682024-09-03T22:23:46.311Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20692024-09-03T22:23:46.380Z[ host-package] Compiling resolv-conf v0.7.0
20702024-09-03T22:23:46.404Z[ host-package] Compiling rustls-webpki v0.102.7
20712024-09-03T22:23:47.360Z[ helios-setup] Sep 03 22:23:47.182 INFO clone ok!, project: pilot
20722024-09-03T22:23:47.384Z[ helios-setup] Sep 03 22:23:47.183 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
20732024-09-03T22:23:47.384Z[ helios-setup] Sep 03 22:23:47.183 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
20742024-09-03T22:23:47.384Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
20752024-09-03T22:23:47.809Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20762024-09-03T22:23:48.146Z[ host-package] Compiling rustls v0.22.4
20772024-09-03T22:23:48.180Z[ host-package] Compiling thread_local v1.1.8
20782024-09-03T22:23:48.204Z[ host-package] Compiling match_cfg v0.1.0
20792024-09-03T22:23:48.362Z[ host-package] Compiling hostname v0.3.1
20802024-09-03T22:23:48.537Z[ helios-setup] Sep 03 22:23:48.359 INFO clone ok!, project: chelsio-t6-roms
20812024-09-03T22:23:48.537Z[ helios-setup] Sep 03 22:23:48.359 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20822024-09-03T22:23:48.561Z[ helios-setup] Sep 03 22:23:48.359 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20832024-09-03T22:23:48.668Z[ host-package] Compiling hickory-resolver v0.24.1
20842024-09-03T22:23:48.753Z[ host-package] Compiling multer v3.1.0
20852024-09-03T22:23:48.858Z[ host-package] Compiling slog-async v2.8.0
20862024-09-03T22:23:48.969Z[ host-package] Compiling slog-json v2.6.1
20872024-09-03T22:23:49.071Z[ helios-setup] Sep 03 22:23:48.893 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20882024-09-03T22:23:49.381Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20892024-09-03T22:23:49.525Z[ helios-setup] Sep 03 22:23:49.347 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20902024-09-03T22:23:49.525Z[ helios-setup] Sep 03 22:23:49.347 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20912024-09-03T22:23:49.548Z[ host-package] Compiling crossbeam-channel v0.5.13
20922024-09-03T22:23:49.994Z[ helios-setup] Sep 03 22:23:49.816 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20932024-09-03T22:23:50.475Z[ helios-setup] Sep 03 22:23:50.297 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20942024-09-03T22:23:50.475Z[ helios-setup] Sep 03 22:23:50.297 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20952024-09-03T22:23:50.611Z[ host-package] Compiling http v1.1.0
20962024-09-03T22:23:50.890Z[ helios-setup] Sep 03 22:23:50.712 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20972024-09-03T22:23:51.403Z[ helios-setup] Sep 03 22:23:51.224 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20982024-09-03T22:23:51.403Z[ helios-setup] Sep 03 22:23:51.224 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20992024-09-03T22:23:51.430Z[ helios-setup] Sep 03 22:23:51.224 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21002024-09-03T22:23:51.430Z[ helios-setup] Sep 03 22:23:51.224 INFO ok!
21012024-09-03T22:23:51.430Z[ helios-setup] Sep 03 22:23:51.224 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21022024-09-03T22:23:51.430Z[ helios-setup] Sep 03 22:23:51.224 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21032024-09-03T22:23:51.431Z[ helios-setup] Sep 03 22:23:51.224 INFO ok!
21042024-09-03T22:23:51.431Z[ helios-setup] Sep 03 22:23:51.224 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21052024-09-03T22:23:51.431Z[ helios-setup] Sep 03 22:23:51.224 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21062024-09-03T22:23:51.431Z[ helios-setup] Sep 03 22:23:51.224 INFO ok!
21072024-09-03T22:23:51.431Z[ helios-setup] Sep 03 22:23:51.224 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
21082024-09-03T22:23:51.431Z[ helios-setup] Sep 03 22:23:51.224 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
21092024-09-03T22:23:51.648Z[ helios-setup] Sep 03 22:23:51.470 INFO E| Downloading crates ...
21102024-09-03T22:23:51.773Z[ helios-setup] Sep 03 22:23:51.595 INFO E| Downloaded miniz_oxide v0.7.2
21112024-09-03T22:23:51.890Z[ helios-setup] Sep 03 22:23:51.710 INFO E| Compiling adler v1.0.2
21122024-09-03T22:23:52.001Z[ helios-setup] Sep 03 22:23:51.823 INFO E| Compiling miniz_oxide v0.7.2
21132024-09-03T22:23:52.820Z[ host-package] Compiling atomic-waker v1.1.2
21142024-09-03T22:23:53.019Z[ host-package] Compiling take_mut v0.2.2
21152024-09-03T22:23:53.807Z[ host-package] Compiling waitgroup v0.1.2
21162024-09-03T22:23:54.231Z[ host-package] Compiling tokio-rustls v0.25.0
21172024-09-03T22:23:54.564Z[ helios-setup] Sep 03 22:23:54.386 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
21182024-09-03T22:23:54.647Z[ host-package] Compiling slog-bunyan v2.5.0
21192024-09-03T22:23:54.877Z[ host-package] Compiling slog-term v2.9.1
21202024-09-03T22:23:55.113Z[ host-package] Compiling rustls-pemfile v2.1.3
21212024-09-03T22:23:55.398Z[ helios-setup] Sep 03 22:23:55.220 INFO E| Finished `release` profile [optimized] target(s) in 3.90s
21222024-09-03T22:23:55.422Z[ helios-setup] Sep 03 22:23:55.230 INFO building project "pinprick" ok (4 seconds)
21232024-09-03T22:23:55.422Z[ helios-setup] Sep 03 22:23:55.230 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21242024-09-03T22:23:55.422Z[ helios-setup] Sep 03 22:23:55.230 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21252024-09-03T22:23:55.638Z[ host-package] Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e)
21262024-09-03T22:23:55.662Z[ helios-setup] Sep 03 22:23:55.469 INFO E| Downloading crates ...
21272024-09-03T22:23:55.710Z[ host-package] Compiling async-stream v0.3.5
21282024-09-03T22:23:55.770Z[ helios-setup] Sep 03 22:23:55.593 INFO E| Downloaded unicode-width v0.1.10
21292024-09-03T22:23:55.794Z[ helios-setup] Sep 03 22:23:55.596 INFO E| Downloaded block-buffer v0.10.3
21302024-09-03T22:23:55.794Z[ helios-setup] Sep 03 22:23:55.598 INFO E| Downloaded sha2 v0.10.5
21312024-09-03T22:23:55.794Z[ helios-setup] Sep 03 22:23:55.601 INFO E| Downloaded flate2 v1.0.25
21322024-09-03T22:23:55.794Z[ helios-setup] Sep 03 22:23:55.607 INFO E| Downloaded typenum v1.15.0
21332024-09-03T22:23:55.794Z[ helios-setup] Sep 03 22:23:55.610 INFO E| Downloaded miniz_oxide v0.6.2
21342024-09-03T22:23:55.795Z[ helios-setup] Sep 03 22:23:55.612 INFO E| Downloaded generic-array v0.14.6
21352024-09-03T22:23:55.795Z[ helios-setup] Sep 03 22:23:55.617 INFO E| Downloaded digest v0.10.3
21362024-09-03T22:23:55.795Z[ helios-setup] Sep 03 22:23:55.617 INFO E| Downloaded anyhow v1.0.62
21372024-09-03T22:23:55.818Z[ helios-setup] Sep 03 22:23:55.621 INFO E| Downloaded cpufeatures v0.2.5
21382024-09-03T22:23:55.818Z[ helios-setup] Sep 03 22:23:55.622 INFO E| Downloaded bytes v1.2.1
21392024-09-03T22:23:55.851Z[ host-package] Compiling newtype-uuid v1.1.0
21402024-09-03T22:23:55.883Z[ helios-setup] Sep 03 22:23:55.705 INFO E| Compiling typenum v1.15.0
21412024-09-03T22:23:55.883Z[ helios-setup] Sep 03 22:23:55.705 INFO E| Compiling version_check v0.9.4
21422024-09-03T22:23:55.908Z[ helios-setup] Sep 03 22:23:55.705 INFO E| Compiling crc32fast v1.3.2
21432024-09-03T22:23:55.908Z[ helios-setup] Sep 03 22:23:55.706 INFO E| Compiling cfg-if v1.0.0
21442024-09-03T22:23:55.908Z[ helios-setup] Sep 03 22:23:55.706 INFO E| Compiling adler v1.0.2
21452024-09-03T22:23:55.908Z[ helios-setup] Sep 03 22:23:55.710 INFO E| Compiling anyhow v1.0.62
21462024-09-03T22:23:55.909Z[ helios-setup] Sep 03 22:23:55.715 INFO E| Compiling unicode-width v0.1.10
21472024-09-03T22:23:55.909Z[ helios-setup] Sep 03 22:23:55.715 INFO E| Compiling cpufeatures v0.2.5
21482024-09-03T22:23:56.068Z[ helios-setup] Sep 03 22:23:55.890 INFO E| Compiling bitflags v1.3.2
21492024-09-03T22:23:56.151Z[ host-package] Compiling ipnetwork v0.20.0
21502024-09-03T22:23:56.175Z[ helios-setup] Sep 03 22:23:55.985 INFO E| Compiling bytes v1.2.1
21512024-09-03T22:23:56.309Z[ helios-setup] Sep 03 22:23:56.131 INFO E| Compiling miniz_oxide v0.6.2
21522024-09-03T22:23:56.352Z[ helios-setup] Sep 03 22:23:56.174 INFO E| Compiling getopts v0.2.21
21532024-09-03T22:23:56.416Z[ host-package] Compiling serde_path_to_error v0.1.16
21542024-09-03T22:23:56.821Z[ host-package] Compiling hostname v0.4.0
21552024-09-03T22:23:56.936Z[ helios-setup] Sep 03 22:23:56.758 INFO E| Compiling generic-array v0.14.6
21562024-09-03T22:23:57.602Z[ host-package] Compiling instant v0.1.13
21572024-09-03T22:23:57.815Z[ host-package] Compiling debug-ignore v1.0.5
21582024-09-03T22:23:57.815Z[ helios-setup] Sep 03 22:23:57.638 INFO E| Compiling flate2 v1.0.25
21592024-09-03T22:23:57.877Z[ host-package] Compiling backoff v0.4.0
21602024-09-03T22:23:57.992Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21612024-09-03T22:23:58.843Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21622024-09-03T22:23:59.334Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21632024-09-03T22:23:59.425Z[ host-package] Compiling parse-display v0.10.0
21642024-09-03T22:24:00.079Z[ host-package] Compiling serde_with v3.9.0
21652024-09-03T22:24:01.056Z[ helios-setup] Sep 03 22:24:00.878 INFO E| Compiling block-buffer v0.10.3
21662024-09-03T22:24:01.057Z[ helios-setup] Sep 03 22:24:00.878 INFO E| Compiling crypto-common v0.1.6
21672024-09-03T22:24:01.280Z[ helios-setup] Sep 03 22:24:01.102 INFO E| Compiling digest v0.10.3
21682024-09-03T22:24:01.577Z[ helios-setup] Sep 03 22:24:01.399 INFO E| Compiling sha2 v0.10.5
21692024-09-03T22:24:02.063Z[ helios-setup] Sep 03 22:24:01.885 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
21702024-09-03T22:24:03.480Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712024-09-03T22:24:03.757Z[ host-package] Compiling strum v0.26.3
21722024-09-03T22:24:03.947Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21732024-09-03T22:24:05.464Z[ host-package] Compiling regress v0.9.1
21742024-09-03T22:24:06.182Z[ host-package] Compiling macaddr v1.0.1
21752024-09-03T22:24:06.807Z[ helios-setup] Sep 03 22:24:06.629 INFO E| Finished `release` profile [optimized] target(s) in 11.31s
21762024-09-03T22:24:06.832Z[ helios-setup] Sep 03 22:24:06.640 INFO building project "bootserver" ok (11 seconds)
21772024-09-03T22:24:06.832Z[ helios-setup] Sep 03 22:24:06.640 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
21782024-09-03T22:24:06.832Z[ helios-setup] Sep 03 22:24:06.640 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
21792024-09-03T22:24:06.832Z[ helios-setup] Sep 03 22:24:06.652 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
21802024-09-03T22:24:06.863Z[ host-package] Compiling slog-dtrace v0.3.0
21812024-09-03T22:24:07.146Z[ helios-setup] Sep 03 22:24:06.968 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
21822024-09-03T22:24:07.169Z[ helios-setup] Sep 03 22:24:06.968 INFO E| info: downloading component 'cargo'
21832024-09-03T22:24:07.446Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
21842024-09-03T22:24:08.186Z[ helios-setup] Sep 03 22:24:08.008 INFO E| info: downloading component 'clippy'
21852024-09-03T22:24:08.552Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21862024-09-03T22:24:08.576Z[ helios-setup] Sep 03 22:24:08.393 INFO E| info: downloading component 'rust-docs'
21872024-09-03T22:24:08.640Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21882024-09-03T22:24:08.772Z[ host-package] Compiling half v2.4.1
21892024-09-03T22:24:09.455Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21902024-09-03T22:24:09.485Z[ helios-setup] Sep 03 22:24:09.307 INFO E| info: downloading component 'rust-src'
21912024-09-03T22:24:09.826Z[ host-package] Compiling swrite v0.1.0
21922024-09-03T22:24:09.853Z[ helios-setup] Sep 03 22:24:09.666 INFO E| info: downloading component 'rust-std'
21932024-09-03T22:24:09.987Z[ host-package] Compiling ciborium-io v0.2.2
21942024-09-03T22:24:10.189Z[ host-package] Compiling ciborium-ll v0.2.2
21952024-09-03T22:24:10.422Z[ host-package] Compiling tungstenite v0.21.0
21962024-09-03T22:24:10.723Z[ host-package] Compiling ciborium v0.2.2
21972024-09-03T22:24:11.153Z[ helios-setup] Sep 03 22:24:10.975 INFO E| info: downloading component 'rustc'
21982024-09-03T22:24:11.305Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21992024-09-03T22:24:12.882Z[ host-package] Compiling tokio-tungstenite v0.21.0
22002024-09-03T22:24:13.457Z[ host-package] Compiling fastrand v2.1.1
22012024-09-03T22:24:13.993Z[ host-package] Compiling same-file v1.0.6
22022024-09-03T22:24:14.292Z[ host-package] Compiling display-error-chain v0.2.1
22032024-09-03T22:24:14.475Z[ host-package] Compiling walkdir v2.5.0
22042024-09-03T22:24:14.625Z[ helios-setup] Sep 03 22:24:14.447 INFO E| info: downloading component 'rustfmt'
22052024-09-03T22:24:14.887Z[ helios-setup] Sep 03 22:24:14.709 INFO E| info: installing component 'cargo'
22062024-09-03T22:24:15.079Z[ host-package] Compiling tempfile v3.12.0
22072024-09-03T22:24:15.120Z[ host-package] Compiling ring v0.16.20
22082024-09-03T22:24:15.844Z[ host-package] Compiling blake3 v1.5.4
22092024-09-03T22:24:16.172Z[ helios-setup] Sep 03 22:24:15.993 INFO E| info: installing component 'clippy'
22102024-09-03T22:24:16.603Z[ helios-setup] Sep 03 22:24:16.425 INFO E| info: installing component 'rust-docs'
22112024-09-03T22:24:16.636Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
22122024-09-03T22:24:16.931Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22132024-09-03T22:24:18.241Z[ host-package] Compiling xattr v1.3.1
22142024-09-03T22:24:18.482Z[ host-package] Compiling filetime v0.2.25
22152024-09-03T22:24:18.842Z[ host-package] Compiling memmap2 v0.9.4
22162024-09-03T22:24:19.482Z[ host-package] Compiling untrusted v0.7.1
22172024-09-03T22:24:19.836Z[ host-package] Compiling arrayvec v0.7.6
22182024-09-03T22:24:21.586Z[ host-package] Compiling cancel-safe-futures v0.1.5
22192024-09-03T22:24:22.526Z[ host-package] Compiling constant_time_eq v0.3.1
22202024-09-03T22:24:22.690Z[ host-package] Compiling arrayref v0.3.8
22212024-09-03T22:24:22.835Z[ host-package] Compiling spin v0.5.2
22222024-09-03T22:24:23.304Z[ helios-setup] Sep 03 22:24:23.126 INFO E| info: installing component 'rust-src'
22232024-09-03T22:24:24.197Z[ helios-setup] Sep 03 22:24:24.019 INFO E| info: installing component 'rust-std'
22242024-09-03T22:24:26.602Z[ helios-setup] Sep 03 22:24:26.424 INFO E| info: installing component 'rustc'
22252024-09-03T22:24:27.457Z[ host-package] Compiling tar v0.4.41
22262024-09-03T22:24:27.548Z[ host-package] Compiling camino-tempfile v1.1.1
22272024-09-03T22:24:27.661Z[ host-package] Compiling toolchain_find v0.4.0
22282024-09-03T22:24:28.105Z[ host-package] Compiling nibble_vec v0.1.0
22292024-09-03T22:24:28.213Z[ host-package] Compiling endian-type v0.1.2
22302024-09-03T22:24:28.447Z[ host-package] Compiling maplit v1.0.2
22312024-09-03T22:24:28.479Z[ host-package] Compiling topological-sort v0.2.2
22322024-09-03T22:24:28.503Z[ host-package] Compiling crunchy v0.2.2
22332024-09-03T22:24:28.624Z[ host-package] Compiling glob v0.3.1
22342024-09-03T22:24:28.727Z[ host-package] Compiling omicron-zone-package v0.11.0
22352024-09-03T22:24:29.080Z[ host-package] Compiling radix_trie v0.2.1
22362024-09-03T22:24:29.167Z[ host-package] Compiling rustfmt-wrapper v0.2.1
22372024-09-03T22:24:29.440Z[ host-package] Compiling clang-sys v1.8.1
22382024-09-03T22:24:29.491Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22392024-09-03T22:24:29.940Z[ host-package] Compiling tiny-keccak v2.0.2
22402024-09-03T22:24:30.348Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22412024-09-03T22:24:30.389Z[ host-package] Compiling dsl_auto_type v0.1.2
22422024-09-03T22:24:30.466Z[ host-package] Compiling curve25519-dalek v4.1.3
22432024-09-03T22:24:31.182Z[ host-package] Compiling scheduled-thread-pool v0.2.7
22442024-09-03T22:24:31.856Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
22452024-09-03T22:24:32.503Z[ helios-setup] Sep 03 22:24:32.325 INFO E| info: installing component 'rustfmt'
22462024-09-03T22:24:32.652Z[ host-package] Compiling arc-swap v1.7.1
22472024-09-03T22:24:33.052Z[ host-package] Compiling keccak v0.1.5
22482024-09-03T22:24:33.401Z[ host-package] Compiling slog-scope v4.4.0
22492024-09-03T22:24:33.425Z[ helios-setup] Sep 03 22:24:33.229 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
22502024-09-03T22:24:33.908Z[ host-package] Compiling sha3 v0.10.8
22512024-09-03T22:24:34.038Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22522024-09-03T22:24:34.226Z[ host-package] Compiling diesel_derives v2.2.3
22532024-09-03T22:24:34.401Z[ helios-setup] Sep 03 22:24:34.223 INFO E| From https://github.com/oxidecomputer/amd-apcb
22542024-09-03T22:24:34.401Z[ helios-setup] Sep 03 22:24:34.223 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
22552024-09-03T22:24:34.401Z[ helios-setup] Sep 03 22:24:34.223 INFO E| * [new tag] v0.3.3 -> v0.3.3
22562024-09-03T22:24:34.431Z[ helios-setup] Sep 03 22:24:34.253 INFO E| * [new tag] v0.1.3 -> v0.1.3
22572024-09-03T22:24:34.431Z[ helios-setup] Sep 03 22:24:34.253 INFO E| * [new tag] v0.1.4 -> v0.1.4
22582024-09-03T22:24:34.431Z[ helios-setup] Sep 03 22:24:34.253 INFO E| * [new tag] v0.1.5 -> v0.1.5
22592024-09-03T22:24:34.455Z[ helios-setup] Sep 03 22:24:34.253 INFO E| * [new tag] v0.2.0 -> v0.2.0
22602024-09-03T22:24:34.455Z[ helios-setup] Sep 03 22:24:34.253 INFO E| * [new tag] v0.3.0 -> v0.3.0
22612024-09-03T22:24:34.455Z[ helios-setup] Sep 03 22:24:34.253 INFO E| * [new tag] v0.3.1 -> v0.3.1
22622024-09-03T22:24:34.455Z[ helios-setup] Sep 03 22:24:34.253 INFO E| * [new tag] v0.3.2 -> v0.3.2
22632024-09-03T22:24:34.497Z[ helios-setup] Sep 03 22:24:34.290 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22642024-09-03T22:24:34.584Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22652024-09-03T22:24:34.735Z[ host-package] Compiling r2d2 v0.8.10
22662024-09-03T22:24:35.005Z[ host-package] Compiling ascii-canvas v3.0.0
22672024-09-03T22:24:35.139Z[ host-package] Compiling universal-hash v0.5.1
22682024-09-03T22:24:35.332Z[ host-package] Compiling secrecy v0.8.0
22692024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.171 INFO E| From https://github.com/oxidecomputer/amd-efs
22702024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.171 INFO E| * [new branch] empty -> origin/empty
22712024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.171 INFO E| * [new branch] issue-99 -> origin/issue-99
22722024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.171 INFO E| * [new branch] main -> origin/main
22732024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new branch] review -> origin/review
22742024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new ref] -> origin/HEAD
22752024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new tag] v0.2.0 -> v0.2.0
22762024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new tag] v0.2.1 -> v0.2.1
22772024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new tag] v0.2.2 -> v0.2.2
22782024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new tag] v0.2.3 -> v0.2.3
22792024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new tag] v0.2.4 -> v0.2.4
22802024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.172 INFO E| * [new tag] v0.2.5 -> v0.2.5
22812024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.173 INFO E| * [new tag] v0.2.6 -> v0.2.6
22822024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.173 INFO E| * [new tag] v0.2.7 -> v0.2.7
22832024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.173 INFO E| * [new tag] v0.3.0 -> v0.3.0
22842024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.173 INFO E| * [new tag] v0.3.1 -> v0.3.1
22852024-09-03T22:24:35.356Z[ helios-setup] Sep 03 22:24:35.173 INFO E| * [new tag] v0.4.0 -> v0.4.0
22862024-09-03T22:24:35.380Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
22872024-09-03T22:24:35.380Z[ helios-setup] Sep 03 22:24:35.194 INFO E| Updating crates.io index
22882024-09-03T22:24:35.455Z[ host-package] Compiling ena v0.14.3
22892024-09-03T22:24:35.589Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
22902024-09-03T22:24:35.679Z[ helios-setup] Sep 03 22:24:35.501 INFO E| Downloading crates ...
22912024-09-03T22:24:35.764Z[ helios-setup] Sep 03 22:24:35.586 INFO E| Downloaded vec_map v0.8.2
22922024-09-03T22:24:35.788Z[ helios-setup] Sep 03 22:24:35.589 INFO E| Downloaded structopt v0.3.26
22932024-09-03T22:24:35.788Z[ helios-setup] Sep 03 22:24:35.600 INFO E| Downloaded toml v0.5.11
22942024-09-03T22:24:35.788Z[ helios-setup] Sep 03 22:24:35.606 INFO E| Downloaded unic-ucd-ident v0.9.0
22952024-09-03T22:24:35.788Z[ helios-setup] Sep 03 22:24:35.608 INFO E| Downloaded libc v0.2.155
22962024-09-03T22:24:35.821Z[ helios-setup] Sep 03 22:24:35.643 INFO E| Downloaded fletcher v0.1.0
22972024-09-03T22:24:35.844Z[ helios-setup] Sep 03 22:24:35.644 INFO E| Downloaded syn v2.0.71
22982024-09-03T22:24:35.845Z[ helios-setup] Sep 03 22:24:35.656 INFO E| Downloaded clap v2.34.0
22992024-09-03T22:24:35.845Z[ host-package] Compiling libloading v0.8.5
23002024-09-03T22:24:35.868Z[ helios-setup] Sep 03 22:24:35.669 INFO E| Downloaded strum_macros v0.23.1
23012024-09-03T22:24:35.868Z[ helios-setup] Sep 03 22:24:35.671 INFO E| Downloaded serde_json v1.0.120
23022024-09-03T22:24:35.868Z[ helios-setup] Sep 03 22:24:35.678 INFO E| Downloaded serde_derive v1.0.204
23032024-09-03T22:24:35.868Z[ helios-setup] Sep 03 22:24:35.681 INFO E| Downloaded modular-bitfield v0.11.2
23042024-09-03T22:24:35.892Z[ helios-setup] Sep 03 22:24:35.692 INFO E| Downloaded goblin v0.4.3
23052024-09-03T22:24:35.892Z[ helios-setup] Sep 03 22:24:35.699 INFO E| Downloaded strsim v0.8.0
23062024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.717 INFO E| Downloaded semver-parser v0.7.0
23072024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.719 INFO E| Downloaded scroll v0.10.2
23082024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.721 INFO E| Downloaded rustc_version v0.2.3
23092024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.722 INFO E| Downloaded proc-macro-crate v0.1.5
23102024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.723 INFO E| Downloaded pre-proc-macro v0.2.1
23112024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.725 INFO E| Downloaded four-cc v0.3.0
23122024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.726 INFO E| Downloaded unic-ucd-version v0.9.0
23132024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.728 INFO E| Downloaded unic-common v0.9.0
23142024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.729 INFO E| Downloaded unic-char-range v0.9.0
23152024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.731 INFO E| Downloaded unic-char-property v0.9.0
23162024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.733 INFO E| Downloaded textwrap v0.11.0
23172024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.736 INFO E| Downloaded strum v0.23.0
23182024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.736 INFO E| Downloaded structopt-derive v0.4.18
23192024-09-03T22:24:35.917Z[ helios-setup] Sep 03 22:24:35.738 INFO E| Downloaded serde v1.0.204
23202024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.742 INFO E| Downloaded semver v0.9.0
23212024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.744 INFO E| Downloaded scroll_derive v0.10.5
23222024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.746 INFO E| Downloaded quote v1.0.36
23232024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.749 INFO E| Downloaded pre v0.2.1
23242024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.750 INFO E| Downloaded parse_int v0.6.0
23252024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.751 INFO E| Downloaded num-derive v0.3.3
23262024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.753 INFO E| Downloaded modular-bitfield-impl v0.11.2
23272024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.754 INFO E| Downloaded memoffset v0.5.6
23282024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.756 INFO E| Downloaded cfg-if v0.1.10
23292024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.757 INFO E| Downloaded bytesize v1.3.0
23302024-09-03T22:24:35.945Z[ helios-setup] Sep 03 22:24:35.758 INFO E| Downloaded ansi_term v0.12.1
23312024-09-03T22:24:36.014Z[ helios-setup] Sep 03 22:24:35.835 INFO E| Compiling proc-macro2 v1.0.86
23322024-09-03T22:24:36.038Z[ helios-setup] Sep 03 22:24:35.850 INFO E| Compiling unicode-ident v1.0.12
23332024-09-03T22:24:36.038Z[ helios-setup] Sep 03 22:24:35.850 INFO E| Compiling syn v1.0.109
23342024-09-03T22:24:36.038Z[ helios-setup] Sep 03 22:24:35.850 INFO E| Compiling version_check v0.9.4
23352024-09-03T22:24:36.038Z[ helios-setup] Sep 03 22:24:35.850 INFO E| Compiling autocfg v1.3.0
23362024-09-03T22:24:36.038Z[ helios-setup] Sep 03 22:24:35.850 INFO E| Compiling semver-parser v0.7.0
23372024-09-03T22:24:36.038Z[ helios-setup] Sep 03 22:24:35.850 INFO E| Compiling thiserror v1.0.63
23382024-09-03T22:24:36.038Z[ helios-setup] Sep 03 22:24:35.850 INFO E| Compiling serde v1.0.204
23392024-09-03T22:24:36.381Z[ host-package] Compiling bindgen v0.69.4
23402024-09-03T22:24:37.114Z[ helios-setup] Sep 03 22:24:36.936 INFO E| Compiling semver v0.9.0
23412024-09-03T22:24:37.258Z[ host-package] Compiling diff v0.1.13
23422024-09-03T22:24:37.348Z[ helios-setup] Sep 03 22:24:37.170 INFO E| Compiling proc-macro-error-attr v1.0.4
23432024-09-03T22:24:37.452Z[ host-package] Compiling opaque-debug v0.3.1
23442024-09-03T22:24:37.476Z[ helios-setup] Sep 03 22:24:37.283 INFO E| Compiling proc-macro-error v1.0.4
23452024-09-03T22:24:37.713Z[ host-package] Compiling regex-syntax v0.6.29
23462024-09-03T22:24:37.836Z[ helios-setup] Sep 03 22:24:37.658 INFO E| Compiling rustc_version v0.2.3
23472024-09-03T22:24:38.047Z[ helios-setup] Sep 03 22:24:37.869 INFO E| Compiling serde_json v1.0.120
23482024-09-03T22:24:38.079Z[ host-package] Compiling poly1305 v0.8.0
23492024-09-03T22:24:38.179Z[ helios-setup] Sep 03 22:24:38.001 INFO E| Compiling unicode-segmentation v1.11.0
23502024-09-03T22:24:38.226Z[ helios-setup] Sep 03 22:24:38.048 INFO E| Compiling schemars v0.8.21
23512024-09-03T22:24:38.383Z[ helios-setup] Sep 03 22:24:38.205 INFO E| Compiling num-traits v0.2.19
23522024-09-03T22:24:38.427Z[ helios-setup] Sep 03 22:24:38.249 INFO E| Compiling itoa v1.0.11
23532024-09-03T22:24:38.498Z[ helios-setup] Sep 03 22:24:38.320 INFO E| Compiling ryu v1.0.18
23542024-09-03T22:24:38.653Z[ helios-setup] Sep 03 22:24:38.475 INFO E| Compiling pre-proc-macro v0.2.1
23552024-09-03T22:24:38.791Z[ helios-setup] Sep 03 22:24:38.613 INFO E| Compiling memoffset v0.5.6
23562024-09-03T22:24:38.853Z[ helios-setup] Sep 03 22:24:38.675 INFO E| Compiling ucd-trie v0.1.6
23572024-09-03T22:24:39.063Z[ host-package] Compiling thiserror-no-std v2.0.2
23582024-09-03T22:24:39.122Z[ helios-setup] Sep 03 22:24:38.944 INFO E| Compiling paste v1.0.15
23592024-09-03T22:24:39.203Z[ helios-setup] Sep 03 22:24:39.024 INFO E| Compiling rustversion v1.0.17
23602024-09-03T22:24:39.295Z[ helios-setup] Sep 03 22:24:39.117 INFO E| Compiling libc v0.2.155
23612024-09-03T22:24:39.424Z[ helios-setup] Sep 03 22:24:39.246 INFO E| Compiling lazy_static v1.5.0
23622024-09-03T22:24:39.735Z[ helios-setup] Sep 03 22:24:39.557 INFO E| Compiling quote v1.0.36
23632024-09-03T22:24:39.735Z[ helios-setup] Sep 03 22:24:39.557 INFO E| Compiling heck v0.3.3
23642024-09-03T22:24:40.127Z[ helios-setup] Sep 03 22:24:39.949 INFO E| Compiling memchr v2.7.4
23652024-09-03T22:24:40.208Z[ helios-setup] Sep 03 22:24:40.030 INFO E| Compiling dyn-clone v1.0.17
23662024-09-03T22:24:40.470Z[ helios-setup] Sep 03 22:24:40.292 INFO E| Compiling syn v2.0.71
23672024-09-03T22:24:40.955Z[ helios-setup] Sep 03 22:24:40.776 INFO E| Compiling pre v0.2.1
23682024-09-03T22:24:40.979Z[ helios-setup] Sep 03 22:24:40.783 INFO E| Compiling once_cell v1.19.0
23692024-09-03T22:24:41.809Z[ helios-setup] Sep 03 22:24:41.631 INFO E| Compiling cfg-if v0.1.10
23702024-09-03T22:24:41.853Z[ helios-setup] Sep 03 22:24:41.674 INFO E| Compiling byteorder v1.5.0
23712024-09-03T22:24:41.924Z[ helios-setup] Sep 03 22:24:41.744 INFO E| Compiling static_assertions v1.1.0
23722024-09-03T22:24:43.433Z[ helios-setup] Sep 03 22:24:43.255 INFO E| Compiling unicode-width v0.1.13
23732024-09-03T22:24:43.862Z[ helios-setup] Sep 03 22:24:43.684 INFO E| Compiling textwrap v0.11.0
23742024-09-03T22:24:43.886Z[ helios-setup] Sep 03 22:24:43.690 INFO E| Compiling atty v0.2.14
23752024-09-03T22:24:44.016Z[ helios-setup] Sep 03 22:24:43.837 INFO E| Compiling strum v0.23.0
23762024-09-03T22:24:44.106Z[ helios-setup] Sep 03 22:24:43.928 INFO E| Compiling unic-common v0.9.0
23772024-09-03T22:24:44.325Z[ helios-setup] Sep 03 22:24:44.147 INFO E| Compiling unic-char-range v0.9.0
23782024-09-03T22:24:44.479Z[ helios-setup] Sep 03 22:24:44.301 INFO E| Compiling ansi_term v0.12.1
23792024-09-03T22:24:44.738Z[ helios-setup] Sep 03 22:24:44.554 INFO E| Compiling parse_int v0.6.0
23802024-09-03T22:24:44.858Z[ helios-setup] Sep 03 22:24:44.680 INFO E| Compiling strsim v0.8.0
23812024-09-03T22:24:44.904Z[ helios-setup] Sep 03 22:24:44.726 INFO E| Compiling fletcher v0.1.0
23822024-09-03T22:24:44.927Z[ helios-setup] Sep 03 22:24:44.746 INFO E| Compiling bitflags v1.3.2
23832024-09-03T22:24:45.014Z[ helios-setup] Sep 03 22:24:44.836 INFO E| Compiling vec_map v0.8.2
23842024-09-03T22:24:45.348Z[ helios-setup] Sep 03 22:24:45.170 INFO E| Compiling unic-char-property v0.9.0
23852024-09-03T22:24:45.372Z[ helios-setup] Sep 03 22:24:45.177 INFO E| Compiling unic-ucd-version v0.9.0
23862024-09-03T22:24:45.488Z[ helios-setup] Sep 03 22:24:45.310 INFO E| Compiling clap v2.34.0
23872024-09-03T22:24:45.594Z[ helios-setup] Sep 03 22:24:45.416 INFO E| Compiling log v0.4.22
23882024-09-03T22:24:45.829Z[ helios-setup] Sep 03 22:24:45.651 INFO E| Compiling plain v0.2.3
23892024-09-03T22:24:45.874Z[ helios-setup] Sep 03 22:24:45.696 INFO E| Compiling unic-ucd-ident v0.9.0
23902024-09-03T22:24:45.902Z[ helios-setup] Sep 03 22:24:45.724 INFO E| Compiling bytesize v1.3.0
23912024-09-03T22:24:47.498Z[ host-package] Compiling lalrpop v0.19.12
23922024-09-03T22:24:47.693Z[ helios-setup] Sep 03 22:24:47.515 INFO E| Compiling serde_derive_internals v0.29.1
23932024-09-03T22:24:47.720Z[ helios-setup] Sep 03 22:24:47.542 INFO E| Compiling toml v0.5.11
23942024-09-03T22:24:49.510Z[ host-package] Compiling diesel v2.2.4
23952024-09-03T22:24:49.809Z[ host-package] Compiling slog-stdlog v4.1.1
23962024-09-03T22:24:50.439Z[ helios-setup] Sep 03 22:24:50.254 INFO E| Compiling proc-macro-crate v0.1.5
23972024-09-03T22:24:51.073Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23982024-09-03T22:24:52.637Z[ helios-setup] Sep 03 22:24:52.459 INFO E| Compiling thiserror-impl v1.0.63
23992024-09-03T22:24:52.637Z[ helios-setup] Sep 03 22:24:52.459 INFO E| Compiling serde_derive v1.0.204
24002024-09-03T22:24:52.671Z[ helios-setup] Sep 03 22:24:52.493 INFO E| Compiling schemars_derive v0.8.21
24012024-09-03T22:24:52.806Z[ helios-setup] Sep 03 22:24:52.627 INFO E| Compiling zerocopy-derive v0.6.6
24022024-09-03T22:24:53.222Z[ host-package] Compiling which v4.4.2
24032024-09-03T22:24:54.117Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042024-09-03T22:24:54.985Z[ host-package] Compiling chacha20 v0.9.1
24052024-09-03T22:24:55.907Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24062024-09-03T22:24:56.202Z[ host-package] Compiling cexpr v0.6.0
24072024-09-03T22:24:56.797Z[ host-package] Compiling libsw v3.3.1
24082024-09-03T22:24:56.857Z[ helios-setup] Sep 03 22:24:56.670 INFO E| Compiling zerocopy v0.6.6
24092024-09-03T22:24:57.317Z[ helios-setup] Sep 03 22:24:57.139 INFO E| Compiling pest v2.7.11
24102024-09-03T22:24:57.622Z[ helios-setup] Sep 03 22:24:57.444 INFO E| Compiling modular-bitfield-impl v0.11.2
24112024-09-03T22:24:57.754Z[ host-package] Compiling aead v0.5.2
24122024-09-03T22:24:57.843Z[ helios-setup] Sep 03 22:24:57.665 INFO E| Compiling num-derive v0.3.3
24132024-09-03T22:24:57.874Z[ helios-setup] Sep 03 22:24:57.695 INFO E| Compiling strum_macros v0.23.1
24142024-09-03T22:24:58.260Z[ helios-setup] Sep 03 22:24:58.081 INFO E| Compiling scroll_derive v0.10.5
24152024-09-03T22:24:58.544Z[ host-package] Compiling rustc-hash v1.1.0
24162024-09-03T22:24:58.637Z[ host-package] Compiling owo-colors v4.0.0
24172024-09-03T22:24:58.929Z[ host-package] Compiling lazycell v1.3.0
24182024-09-03T22:24:59.694Z[ host-package] Compiling linear-map v1.2.0
24192024-09-03T22:25:00.442Z[ host-package] Compiling ref-cast v1.0.23
24202024-09-03T22:25:00.840Z[ helios-setup] Sep 03 22:25:00.662 INFO E| Compiling scroll v0.10.2
24212024-09-03T22:25:01.872Z[ helios-setup] Sep 03 22:25:01.694 INFO E| Compiling pest_meta v2.7.11
24222024-09-03T22:25:02.182Z[ helios-setup] Sep 03 22:25:02.004 INFO E| Compiling modular-bitfield v0.11.2
24232024-09-03T22:25:02.399Z[ helios-setup] Sep 03 22:25:02.221 INFO E| Compiling structopt-derive v0.4.18
24242024-09-03T22:25:02.721Z[ helios-setup] Sep 03 22:25:02.543 INFO E| Compiling goblin v0.4.3
24252024-09-03T22:25:03.150Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24262024-09-03T22:25:04.018Z[ helios-setup] Sep 03 22:25:03.840 INFO E| Compiling pest_generator v2.7.11
24272024-09-03T22:25:07.346Z[ helios-setup] Sep 03 22:25:07.168 INFO E| Compiling structopt v0.3.26
24282024-09-03T22:25:08.979Z[ helios-setup] Sep 03 22:25:08.800 INFO E| Compiling pest_derive v2.7.11
24292024-09-03T22:25:09.127Z[ host-package] Compiling chacha20poly1305 v0.10.1
24302024-09-03T22:25:09.492Z[ host-package] Compiling slog-envlogger v2.2.0
24312024-09-03T22:25:11.638Z[ host-package] Compiling vsss-rs v3.3.4
24322024-09-03T22:25:12.397Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24332024-09-03T22:25:12.421Z[ helios-setup] Sep 03 22:25:12.242 INFO E| Compiling json5 v0.4.1
24342024-09-03T22:25:12.812Z[ host-package] Compiling derive_builder_core v0.20.1
24352024-09-03T22:25:13.528Z[ host-package] Compiling headers-core v0.2.0
24362024-09-03T22:25:13.852Z[ host-package] Compiling libxml v0.3.3
24372024-09-03T22:25:14.277Z[ host-package] Compiling fxhash v0.2.1
24382024-09-03T22:25:14.581Z[ host-package] Compiling ref-cast-impl v1.0.23
24392024-09-03T22:25:15.553Z[ host-package] Compiling derive_builder_macro v0.20.1
24402024-09-03T22:25:17.030Z[ host-package] Compiling headers v0.3.9
24412024-09-03T22:25:17.125Z[ helios-setup] Sep 03 22:25:16.947 INFO E| Compiling four-cc v0.3.0
24422024-09-03T22:25:17.125Z[ helios-setup] Sep 03 22:25:16.947 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
24432024-09-03T22:25:17.288Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24442024-09-03T22:25:17.315Z[ helios-setup] Sep 03 22:25:17.137 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
24452024-09-03T22:25:20.143Z[ host-package] Compiling samael v0.0.15
24462024-09-03T22:25:20.996Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24472024-09-03T22:25:21.218Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24482024-09-03T22:25:21.669Z[ host-package] Compiling strum_macros v0.24.3
24492024-09-03T22:25:22.050Z[ host-package] Compiling kstat-rs v0.2.4
24502024-09-03T22:25:23.043Z[ host-package] Compiling unicase v2.7.0
24512024-09-03T22:25:23.165Z[ host-package] Compiling polar-core v0.27.3
24522024-09-03T22:25:23.650Z[ host-package] Compiling dropshot v0.11.0
24532024-09-03T22:25:24.187Z[ host-package] Compiling indoc v1.0.9
24542024-09-03T22:25:25.065Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24552024-09-03T22:25:26.167Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24562024-09-03T22:25:31.593Z[ host-package] Compiling derive_builder v0.20.1
24572024-09-03T22:25:31.824Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24582024-09-03T22:25:34.633Z[ host-package] Compiling tungstenite v0.23.0
24592024-09-03T22:25:35.657Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24602024-09-03T22:25:35.993Z[ host-package] Compiling crossterm v0.28.1
24612024-09-03T22:25:36.514Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
24622024-09-03T22:25:40.034Z[ host-package] Compiling oso-derive v0.27.3
24632024-09-03T22:25:41.052Z[ host-package] Compiling dropshot_endpoint v0.11.0
24642024-09-03T22:25:43.335Z[ host-package] Compiling libz-sys v1.1.20
24652024-09-03T22:25:43.811Z[ host-package] Compiling quick-xml v0.31.0
24662024-09-03T22:25:43.941Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#575e4eca)
24672024-09-03T22:25:44.372Z[ host-package] Compiling cfg_aliases v0.1.1
24682024-09-03T22:25:44.507Z[ host-package] Compiling parking_lot_core v0.8.6
24692024-09-03T22:25:45.079Z[ host-package] Compiling nix v0.28.0
24702024-09-03T22:25:46.433Z[ host-package] Compiling oso v0.27.3
24712024-09-03T22:25:48.001Z[ host-package] Compiling tokio-tungstenite v0.23.1
24722024-09-03T22:25:48.611Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24732024-09-03T22:25:51.324Z[ helios-setup] Sep 03 22:25:51.146 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
24742024-09-03T22:25:53.902Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24752024-09-03T22:25:55.306Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24762024-09-03T22:25:55.659Z[ host-package] Compiling bb8 v0.8.5
24772024-09-03T22:25:56.331Z[ host-package] Compiling const_format_proc_macros v0.2.32
24782024-09-03T22:25:58.178Z[ host-package] Compiling vte_generate_state_changes v0.1.2
24792024-09-03T22:25:58.732Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24802024-09-03T22:25:59.141Z[ host-package] Compiling vte v0.11.1
24812024-09-03T22:26:00.622Z[ host-package] Compiling const_format v0.2.32
24822024-09-03T22:26:02.012Z[ host-package] Compiling async-bb8-diesel v0.2.1
24832024-09-03T22:26:03.038Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#7c886a24)
24842024-09-03T22:26:05.087Z[ host-package] Compiling fd-lock v4.0.2
24852024-09-03T22:26:05.192Z[ helios-setup] Sep 03 22:26:05.013 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
24862024-09-03T22:26:05.309Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
24872024-09-03T22:26:06.197Z[ host-package] Compiling atty v0.2.14
24882024-09-03T22:26:06.551Z[ host-package] Compiling bytecount v0.6.8
24892024-09-03T22:26:06.873Z[ host-package] Compiling papergrid v0.11.0
24902024-09-03T22:26:17.987Z[ host-package] Compiling parking_lot v0.11.2
24912024-09-03T22:26:22.860Z[ host-package] Compiling strip-ansi-escapes v0.2.0
24922024-09-03T22:26:24.485Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
24932024-09-03T22:26:25.251Z[ host-package] Compiling tabled_derive v0.7.0
24942024-09-03T22:26:27.567Z[ host-package] Compiling crossterm v0.27.0
24952024-09-03T22:26:28.547Z[ host-package] Compiling peg-macros v0.8.4
24962024-09-03T22:26:29.263Z[ host-package] Compiling sqlparser_derive v0.2.2
24972024-09-03T22:26:30.706Z[ host-package] Compiling unicode_categories v0.1.1
24982024-09-03T22:26:31.108Z[ host-package] Compiling nu-ansi-term v0.50.1
24992024-09-03T22:26:31.897Z[ host-package] Compiling peg v0.8.4
25002024-09-03T22:26:32.280Z[ host-package] Compiling reedline v0.33.0
25012024-09-03T22:26:32.393Z[ host-package] Compiling sqlformat v0.2.4
25022024-09-03T22:26:34.580Z[ host-package] Compiling rustyline v14.0.0
25032024-09-03T22:26:34.611Z[ host-package] Compiling sqlparser v0.45.0
25042024-09-03T22:26:34.636Z[ host-package] Compiling tabled v0.15.0
25052024-09-03T22:26:40.685Z[ helios-setup] Sep 03 22:26:40.507 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 07s
25062024-09-03T22:26:40.715Z[ helios-setup] Sep 03 22:26:40.536 INFO building project "amd-host-image-builder" ok (153 seconds)
25072024-09-03T22:26:40.738Z[ helios-setup] Sep 03 22:26:40.536 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
25082024-09-03T22:26:40.738Z[ helios-setup] Sep 03 22:26:40.536 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
25092024-09-03T22:26:41.031Z[ helios-setup] Sep 03 22:26:40.853 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
25102024-09-03T22:26:41.551Z[ helios-setup] Sep 03 22:26:41.373 INFO E| From https://github.com/jclulow/rust-jmclib
25112024-09-03T22:26:41.551Z[ helios-setup] Sep 03 22:26:41.373 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
25122024-09-03T22:26:41.589Z[ helios-setup] Sep 03 22:26:41.410 INFO E| Updating crates.io index
25132024-09-03T22:26:41.619Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25142024-09-03T22:26:41.729Z[ helios-setup] Sep 03 22:26:41.550 INFO E| Downloading crates ...
25152024-09-03T22:26:41.803Z[ helios-setup] Sep 03 22:26:41.624 INFO E| Downloaded cpufeatures v0.2.9
25162024-09-03T22:26:41.827Z[ helios-setup] Sep 03 22:26:41.629 INFO E| Downloaded bitflags v2.3.3
25172024-09-03T22:26:41.827Z[ helios-setup] Sep 03 22:26:41.640 INFO E| Downloaded walkdir v2.3.3
25182024-09-03T22:26:41.827Z[ helios-setup] Sep 03 22:26:41.649 INFO E| Downloaded typenum v1.16.0
25192024-09-03T22:26:41.850Z[ helios-setup] Sep 03 22:26:41.654 INFO E| Downloaded tempfile v3.7.0
25202024-09-03T22:26:41.850Z[ helios-setup] Sep 03 22:26:41.659 INFO E| Downloaded syn v2.0.32
25212024-09-03T22:26:41.874Z[ helios-setup] Sep 03 22:26:41.673 INFO E| Downloaded rustix v0.38.4
25222024-09-03T22:26:41.897Z[ helios-setup] Sep 03 22:26:41.707 INFO E| Downloaded libc v0.2.147
25232024-09-03T22:26:41.951Z[ helios-setup] Sep 03 22:26:41.772 INFO E| Downloaded libdevinfo-sys v1.0.0
25242024-09-03T22:26:41.975Z[ helios-setup] Sep 03 22:26:41.774 INFO E| Downloaded sha-1 v0.9.8
25252024-09-03T22:26:41.975Z[ helios-setup] Sep 03 22:26:41.776 INFO E| Downloaded serde_json v1.0.103
25262024-09-03T22:26:41.998Z[ helios-setup] Sep 03 22:26:41.810 INFO E| Downloaded serde_derive v1.0.193
25272024-09-03T22:26:41.998Z[ helios-setup] Sep 03 22:26:41.815 INFO E| Downloaded serde v1.0.193
25282024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.820 INFO E| Downloaded ryu v1.0.15
25292024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.824 INFO E| Downloaded quote v1.0.31
25302024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.827 INFO E| Downloaded proc-macro2 v1.0.66
25312024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.830 INFO E| Downloaded opaque-debug v0.3.0
25322024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.831 INFO E| Downloaded once_cell v1.18.0
25332024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.834 INFO E| Downloaded md-5 v0.9.1
25342024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.836 INFO E| Downloaded itoa v1.0.9
25352024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.837 INFO E| Downloaded getrandom v0.2.10
25362024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.841 INFO E| Downloaded fastrand v2.0.0
25372024-09-03T22:26:42.022Z[ helios-setup] Sep 03 22:26:41.843 INFO E| Downloaded digest v0.9.0
25382024-09-03T22:26:42.045Z[ helios-setup] Sep 03 22:26:41.844 INFO E| Downloaded block-buffer v0.9.0
25392024-09-03T22:26:42.045Z[ helios-setup] Sep 03 22:26:41.845 INFO E| Downloaded anyhow v1.0.72
25402024-09-03T22:26:42.046Z[ helios-setup] Sep 03 22:26:41.850 INFO E| Downloaded uuid v0.8.2
25412024-09-03T22:26:42.046Z[ helios-setup] Sep 03 22:26:41.853 INFO E| Downloaded unicode-ident v1.0.11
25422024-09-03T22:26:42.046Z[ helios-setup] Sep 03 22:26:41.857 INFO E| Downloaded errno v0.3.1
25432024-09-03T22:26:42.126Z[ helios-setup] Sep 03 22:26:41.947 INFO E| Compiling libc v0.2.147
25442024-09-03T22:26:42.149Z[ helios-setup] Sep 03 22:26:41.947 INFO E| Compiling proc-macro2 v1.0.66
25452024-09-03T22:26:42.149Z[ helios-setup] Sep 03 22:26:41.949 INFO E| Compiling unicode-ident v1.0.11
25462024-09-03T22:26:42.149Z[ helios-setup] Sep 03 22:26:41.961 INFO E| Compiling cfg-if v1.0.0
25472024-09-03T22:26:42.149Z[ helios-setup] Sep 03 22:26:41.961 INFO E| Compiling typenum v1.16.0
25482024-09-03T22:26:42.149Z[ helios-setup] Sep 03 22:26:41.961 INFO E| Compiling version_check v0.9.4
25492024-09-03T22:26:42.149Z[ helios-setup] Sep 03 22:26:41.961 INFO E| Compiling serde v1.0.193
25502024-09-03T22:26:42.149Z[ helios-setup] Sep 03 22:26:41.962 INFO E| Compiling powerfmt v0.2.0
25512024-09-03T22:26:42.855Z[ helios-setup] Sep 03 22:26:42.677 INFO E| Compiling rustix v0.38.4
25522024-09-03T22:26:42.879Z[ helios-setup] Sep 03 22:26:42.678 INFO E| Compiling itoa v1.0.9
25532024-09-03T22:26:43.276Z[ helios-setup] Sep 03 22:26:43.098 INFO E| Compiling num-conv v0.1.0
25542024-09-03T22:26:43.750Z[ helios-setup] Sep 03 22:26:43.572 INFO E| Compiling slog v2.7.0
25552024-09-03T22:26:43.800Z[ helios-setup] Sep 03 22:26:43.618 INFO E| Compiling time-core v0.1.2
25562024-09-03T22:26:43.948Z[ helios-setup] Sep 03 22:26:43.770 INFO E| Compiling generic-array v0.14.7
25572024-09-03T22:26:44.110Z[ helios-setup] Sep 03 22:26:43.931 INFO E| Compiling time-macros v0.2.18
25582024-09-03T22:26:44.186Z[ host-package] Compiling sled v0.34.7
25592024-09-03T22:26:44.314Z[ helios-setup] Sep 03 22:26:44.136 INFO E| Compiling deranged v0.3.11
25602024-09-03T22:26:44.338Z[ helios-setup] Sep 03 22:26:44.142 INFO E| Compiling once_cell v1.18.0
25612024-09-03T22:26:44.693Z[ helios-setup] Sep 03 22:26:44.514 INFO E| Compiling num_threads v0.1.6
25622024-09-03T22:26:44.907Z[ helios-setup] Sep 03 22:26:44.729 INFO E| Compiling dirs-sys-next v0.1.2
25632024-09-03T22:26:44.954Z[ helios-setup] Sep 03 22:26:44.775 INFO E| Compiling errno v0.3.1
25642024-09-03T22:26:45.057Z[ helios-setup] Sep 03 22:26:44.879 INFO E| Compiling bitflags v2.3.3
25652024-09-03T22:26:45.347Z[ helios-setup] Sep 03 22:26:45.169 INFO E| Compiling quote v1.0.31
25662024-09-03T22:26:45.432Z[ helios-setup] Sep 03 22:26:45.253 INFO E| Compiling dirs-next v2.0.0
25672024-09-03T22:26:45.859Z[ helios-setup] Sep 03 22:26:45.680 INFO E| Compiling syn v2.0.32
25682024-09-03T22:26:45.888Z[ helios-setup] Sep 03 22:26:45.710 INFO E| Compiling term v0.7.0
25692024-09-03T22:26:46.337Z[ helios-setup] Sep 03 22:26:46.159 INFO E| Compiling thread_local v1.1.7
25702024-09-03T22:26:46.685Z[ host-package] Compiling mime_guess v2.0.5
25712024-09-03T22:26:46.800Z[ helios-setup] Sep 03 22:26:46.621 INFO E| Compiling atty v0.2.14
25722024-09-03T22:26:47.404Z[ helios-setup] Sep 03 22:26:47.225 INFO E| Compiling opaque-debug v0.3.0
25732024-09-03T22:26:47.492Z[ helios-setup] Sep 03 22:26:47.313 INFO E| Compiling fastrand v2.0.0
25742024-09-03T22:26:47.893Z[ helios-setup] Sep 03 22:26:47.715 INFO E| Compiling anyhow v1.0.72
25752024-09-03T22:26:48.461Z[ helios-setup] Sep 03 22:26:48.283 INFO E| Compiling serde_json v1.0.103
25762024-09-03T22:26:48.506Z[ helios-setup] Sep 03 22:26:48.328 INFO E| Compiling tempfile v3.7.0
25772024-09-03T22:26:48.583Z[ helios-setup] Sep 03 22:26:48.405 INFO E| Compiling time v0.3.36
25782024-09-03T22:26:48.887Z[ helios-setup] Sep 03 22:26:48.708 INFO E| Compiling digest v0.9.0
25792024-09-03T22:26:48.945Z[ helios-setup] Sep 03 22:26:48.767 INFO E| Compiling block-buffer v0.9.0
25802024-09-03T22:26:49.129Z[ helios-setup] Sep 03 22:26:48.941 INFO E| Compiling getrandom v0.2.10
25812024-09-03T22:26:49.327Z[ helios-setup] Sep 03 22:26:49.148 INFO E| Compiling cpufeatures v0.2.9
25822024-09-03T22:26:49.351Z[ host-package] Compiling hickory-client v0.24.1
25832024-09-03T22:26:49.435Z[ helios-setup] Sep 03 22:26:49.256 INFO E| Compiling ryu v1.0.15
25842024-09-03T22:26:49.458Z[ helios-setup] Sep 03 22:26:49.276 INFO E| Compiling unicode-width v0.1.10
25852024-09-03T22:26:49.483Z[ helios-setup] Sep 03 22:26:49.301 INFO E| Compiling same-file v1.0.6
25862024-09-03T22:26:49.846Z[ helios-setup] Sep 03 22:26:49.668 INFO E| Compiling walkdir v2.3.3
25872024-09-03T22:26:49.870Z[ helios-setup] Sep 03 22:26:49.677 INFO E| Compiling getopts v0.2.21
25882024-09-03T22:26:49.894Z[ helios-setup] Sep 03 22:26:49.698 INFO E| Compiling sha-1 v0.9.8
25892024-09-03T22:26:50.171Z[ helios-setup] Sep 03 22:26:49.992 INFO E| Compiling md-5 v0.9.1
25902024-09-03T22:26:50.261Z[ helios-setup] Sep 03 22:26:50.083 INFO E| Compiling libdevinfo-sys v1.0.0
25912024-09-03T22:26:50.694Z[ helios-setup] Sep 03 22:26:50.516 INFO E| Compiling glob v0.3.1
25922024-09-03T22:26:51.690Z[ helios-setup] Sep 03 22:26:51.512 INFO E| Compiling slog-term v2.9.0
25932024-09-03T22:26:51.868Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
25942024-09-03T22:26:54.056Z[ helios-setup] Sep 03 22:26:53.877 INFO E| Compiling serde_derive v1.0.193
25952024-09-03T22:26:57.065Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25962024-09-03T22:26:57.490Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25972024-09-03T22:26:58.259Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25982024-09-03T22:27:05.156Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25992024-09-03T22:27:05.268Z[ helios-setup] Sep 03 22:27:05.090 INFO E| Compiling toml v0.5.11
26002024-09-03T22:27:05.268Z[ helios-setup] Sep 03 22:27:05.090 INFO E| Compiling uuid v0.8.2
26012024-09-03T22:27:05.919Z[ host-package] Compiling hickory-server v0.24.1
26022024-09-03T22:27:06.760Z[ host-package] Compiling bcs v0.1.6
26032024-09-03T22:27:07.140Z[ helios-setup] Sep 03 22:27:06.962 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26042024-09-03T22:27:07.771Z[ host-package] Compiling vergen v8.3.2
26052024-09-03T22:27:08.135Z[ host-package] Compiling cargo-platform v0.1.8
26062024-09-03T22:27:08.784Z[ host-package] Compiling nanorand v0.7.0
26072024-09-03T22:27:09.805Z[ host-package] Compiling memoffset v0.9.1
26082024-09-03T22:27:10.291Z[ helios-setup] Sep 03 22:27:10.105 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26092024-09-03T22:27:10.379Z[ host-package] Compiling flume v0.11.0
26102024-09-03T22:27:11.217Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26112024-09-03T22:27:17.086Z[ host-package] Compiling cargo_metadata v0.18.1
26122024-09-03T22:27:17.887Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26132024-09-03T22:27:19.258Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26142024-09-03T22:27:20.385Z[ host-package] Compiling git2 v0.19.0
26152024-09-03T22:27:22.580Z[ helios-setup] Sep 03 22:27:22.402 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.77s
26162024-09-03T22:27:22.609Z[ helios-setup] Sep 03 22:27:22.431 INFO building project "image-builder" ok (41 seconds)
26172024-09-03T22:27:22.610Z[ helios-setup] Sep 03 22:27:22.431 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26182024-09-03T22:27:22.633Z[ helios-setup] Sep 03 22:27:22.431 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26192024-09-03T22:27:23.029Z[ helios-setup] Sep 03 22:27:22.850 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26202024-09-03T22:27:23.591Z[ helios-setup] Sep 03 22:27:23.412 INFO E| From https://github.com/jclulow/hiercmd
26212024-09-03T22:27:23.591Z[ helios-setup] Sep 03 22:27:23.413 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26222024-09-03T22:27:23.626Z[ helios-setup] Sep 03 22:27:23.448 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26232024-09-03T22:27:23.700Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26242024-09-03T22:27:24.095Z[ helios-setup] Sep 03 22:27:23.916 INFO E| From https://github.com/jclulow/network-interface
26252024-09-03T22:27:24.095Z[ helios-setup] Sep 03 22:27:23.917 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26262024-09-03T22:27:24.119Z[ helios-setup] Sep 03 22:27:23.935 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26272024-09-03T22:27:24.671Z[ helios-setup] Sep 03 22:27:24.492 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26282024-09-03T22:27:24.671Z[ helios-setup] Sep 03 22:27:24.492 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26292024-09-03T22:27:24.717Z[ helios-setup] Sep 03 22:27:24.538 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26302024-09-03T22:27:25.486Z[ helios-setup] Sep 03 22:27:25.307 INFO E| From https://github.com/oxidecomputer/facade
26312024-09-03T22:27:25.486Z[ helios-setup] Sep 03 22:27:25.307 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26322024-09-03T22:27:25.558Z[ helios-setup] Sep 03 22:27:25.378 INFO E| Updating crates.io index
26332024-09-03T22:27:26.381Z[ helios-setup] Sep 03 22:27:26.186 INFO E| Downloading crates ...
26342024-09-03T22:27:26.544Z[ helios-setup] Sep 03 22:27:26.365 INFO E| Downloaded const-random v0.1.15
26352024-09-03T22:27:26.568Z[ helios-setup] Sep 03 22:27:26.374 INFO E| Downloaded concolor-override v1.0.0
26362024-09-03T22:27:26.568Z[ helios-setup] Sep 03 22:27:26.377 INFO E| Downloaded either v1.8.0
26372024-09-03T22:27:26.568Z[ helios-setup] Sep 03 22:27:26.380 INFO E| Downloaded fastrand v1.9.0
26382024-09-03T22:27:26.568Z[ helios-setup] Sep 03 22:27:26.383 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26392024-09-03T22:27:26.608Z[ helios-setup] Sep 03 22:27:26.426 INFO E| Downloaded semver v0.11.0
26402024-09-03T22:27:26.633Z[ helios-setup] Sep 03 22:27:26.432 INFO E| Downloaded want v0.3.0
26412024-09-03T22:27:26.633Z[ helios-setup] Sep 03 22:27:26.434 INFO E| Downloaded unicode-bidi v0.3.13
26422024-09-03T22:27:26.633Z[ helios-setup] Sep 03 22:27:26.440 INFO E| Downloaded uuid v1.3.0
26432024-09-03T22:27:26.633Z[ helios-setup] Sep 03 22:27:26.451 INFO E| Downloaded sct v0.7.0
26442024-09-03T22:27:26.658Z[ helios-setup] Sep 03 22:27:26.459 INFO E| Downloaded winnow v0.4.1
26452024-09-03T22:27:26.658Z[ helios-setup] Sep 03 22:27:26.473 INFO E| Downloaded syn v2.0.72
26462024-09-03T22:27:26.682Z[ helios-setup] Sep 03 22:27:26.501 INFO E| Downloaded serde_json v1.0.95
26472024-09-03T22:27:26.707Z[ helios-setup] Sep 03 22:27:26.525 INFO E| Downloaded tokio v1.27.0
26482024-09-03T22:27:26.755Z[ helios-setup] Sep 03 22:27:26.576 INFO E| Downloaded hyper v0.14.25
26492024-09-03T22:27:26.781Z[ helios-setup] Sep 03 22:27:26.596 INFO E| Downloaded rhai v1.14.0
26502024-09-03T22:27:26.804Z[ helios-setup] Sep 03 22:27:26.620 INFO E| Downloaded libc v0.2.139
26512024-09-03T22:27:26.835Z[ helios-setup] Sep 03 22:27:26.657 INFO E| Downloaded git2 v0.16.1
26522024-09-03T22:27:26.884Z[ helios-setup] Sep 03 22:27:26.704 INFO E| Downloaded rustls v0.21.0
26532024-09-03T22:27:26.908Z[ helios-setup] Sep 03 22:27:26.721 INFO E| Downloaded encoding_rs v0.8.32
26542024-09-03T22:27:26.953Z[ helios-setup] Sep 03 22:27:26.774 INFO E| Downloaded rustix v0.37.3
26552024-09-03T22:27:27.000Z[ helios-setup] Sep 03 22:27:26.822 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26562024-09-03T22:27:27.079Z[ helios-setup] Sep 03 22:27:26.900 INFO E| Downloaded regress v0.5.0
26572024-09-03T22:27:27.104Z[ helios-setup] Sep 03 22:27:26.911 INFO E| Downloaded regex v1.7.3
26582024-09-03T22:27:27.104Z[ helios-setup] Sep 03 22:27:26.921 INFO E| Downloaded rayon v1.6.1
26592024-09-03T22:27:27.128Z[ helios-setup] Sep 03 22:27:26.932 INFO E| Downloaded openapiv3 v1.0.2
26602024-09-03T22:27:27.128Z[ helios-setup] Sep 03 22:27:26.946 INFO E| Downloaded libz-sys v1.1.8
26612024-09-03T22:27:27.193Z[ helios-setup] Sep 03 22:27:27.014 INFO E| Downloaded h2 v0.3.16
26622024-09-03T22:27:27.217Z[ helios-setup] Sep 03 22:27:27.022 INFO E| Downloaded futures-util v0.3.28
26632024-09-03T22:27:27.241Z[ helios-setup] Sep 03 22:27:27.039 INFO E| Downloaded clap_builder v4.2.1
26642024-09-03T22:27:27.241Z[ helios-setup] Sep 03 22:27:27.047 INFO E| Downloaded chrono v0.4.24
26652024-09-03T22:27:27.241Z[ helios-setup] Sep 03 22:27:27.055 INFO E| Downloaded reqwest v0.11.16
26662024-09-03T22:27:27.265Z[ helios-setup] Sep 03 22:27:27.064 INFO E| Downloaded pest v2.5.7
26672024-09-03T22:27:27.265Z[ helios-setup] Sep 03 22:27:27.070 INFO E| Downloaded mio v0.8.5
26682024-09-03T22:27:27.265Z[ helios-setup] Sep 03 22:27:27.077 INFO E| Downloaded syn v1.0.107
26692024-09-03T22:27:27.289Z[ helios-setup] Sep 03 22:27:27.089 INFO E| Downloaded rhai_codegen v1.5.0
26702024-09-03T22:27:27.289Z[ helios-setup] Sep 03 22:27:27.099 INFO E| Downloaded rayon-core v1.10.2
26712024-09-03T22:27:27.289Z[ helios-setup] Sep 03 22:27:27.103 INFO E| Downloaded memchr v2.5.0
26722024-09-03T22:27:27.313Z[ helios-setup] Sep 03 22:27:27.112 INFO E| Downloaded http v0.2.9
26732024-09-03T22:27:27.313Z[ helios-setup] Sep 03 22:27:27.116 INFO E| Downloaded unicode-normalization v0.1.22
26742024-09-03T22:27:27.313Z[ helios-setup] Sep 03 22:27:27.121 INFO E| Downloaded tracing v0.1.37
26752024-09-03T22:27:27.314Z[ helios-setup] Sep 03 22:27:27.126 INFO E| Downloaded tokio-util v0.7.7
26762024-09-03T22:27:27.371Z[ helios-setup] Sep 03 22:27:27.192 INFO E| Downloaded rustls-webpki v0.100.1
26772024-09-03T22:27:27.395Z[ helios-setup] Sep 03 22:27:27.199 INFO E| Downloaded parking_lot v0.12.1
26782024-09-03T22:27:27.395Z[ helios-setup] Sep 03 22:27:27.202 INFO E| Downloaded io-lifetimes v1.0.10
26792024-09-03T22:27:27.395Z[ helios-setup] Sep 03 22:27:27.204 INFO E| Downloaded httparse v1.8.0
26802024-09-03T22:27:27.395Z[ helios-setup] Sep 03 22:27:27.207 INFO E| Downloaded unicode-ident v1.0.8
26812024-09-03T22:27:27.395Z[ helios-setup] Sep 03 22:27:27.210 INFO E| Downloaded ucd-trie v0.1.5
26822024-09-03T22:27:27.395Z[ helios-setup] Sep 03 22:27:27.212 INFO E| Downloaded toml_edit v0.19.8
26832024-09-03T22:27:27.449Z[ helios-setup] Sep 03 22:27:27.270 INFO E| Downloaded tokio-rustls v0.24.0
26842024-09-03T22:27:27.474Z[ helios-setup] Sep 03 22:27:27.273 INFO E| Downloaded serde_derive_internals v0.26.0
26852024-09-03T22:27:27.499Z[ helios-setup] Sep 03 22:27:27.321 INFO E| Downloaded semver-parser v0.10.2
26862024-09-03T22:27:27.523Z[ helios-setup] Sep 03 22:27:27.323 INFO E| Downloaded schemars_derive v0.8.12
26872024-09-03T22:27:27.523Z[ helios-setup] Sep 03 22:27:27.325 INFO E| Downloaded ryu v1.0.13
26882024-09-03T22:27:27.523Z[ helios-setup] Sep 03 22:27:27.328 INFO E| Downloaded pkg-config v0.3.26
26892024-09-03T22:27:27.523Z[ helios-setup] Sep 03 22:27:27.330 INFO E| Downloaded once_cell v1.17.0
26902024-09-03T22:27:27.523Z[ helios-setup] Sep 03 22:27:27.333 INFO E| Downloaded num-traits v0.2.15
26912024-09-03T22:27:27.524Z[ helios-setup] Sep 03 22:27:27.336 INFO E| Downloaded crossbeam-channel v0.5.6
26922024-09-03T22:27:27.524Z[ helios-setup] Sep 03 22:27:27.341 INFO E| Downloaded aho-corasick v0.7.20
26932024-09-03T22:27:27.548Z[ helios-setup] Sep 03 22:27:27.346 INFO E| Downloaded url v2.3.1
26942024-09-03T22:27:27.548Z[ helios-setup] Sep 03 22:27:27.350 INFO E| Downloaded unsafe-libyaml v0.2.8
26952024-09-03T22:27:27.548Z[ helios-setup] Sep 03 22:27:27.354 INFO E| Downloaded unicode-linebreak v0.1.4
26962024-09-03T22:27:27.548Z[ helios-setup] Sep 03 22:27:27.356 INFO E| Downloaded tracing-core v0.1.30
26972024-09-03T22:27:27.548Z[ helios-setup] Sep 03 22:27:27.360 INFO E| Downloaded serde_yaml v0.9.21
26982024-09-03T22:27:27.548Z[ helios-setup] Sep 03 22:27:27.365 INFO E| Downloaded semver v1.0.17
26992024-09-03T22:27:27.548Z[ helios-setup] Sep 03 22:27:27.368 INFO E| Downloaded lock_api v0.4.9
27002024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.370 INFO E| Downloaded futures-channel v0.3.28
27012024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.372 INFO E| Downloaded bytes v1.4.0
27022024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.377 INFO E| Downloaded tungstenite v0.18.0
27032024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.380 INFO E| Downloaded toml_datetime v0.6.1
27042024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.382 INFO E| Downloaded toml v0.7.3
27052024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.386 INFO E| Downloaded time v0.1.45
27062024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.388 INFO E| Downloaded thiserror v1.0.38
27072024-09-03T22:27:27.572Z[ helios-setup] Sep 03 22:27:27.393 INFO E| Downloaded terminal_size v0.2.6
27082024-09-03T22:27:27.596Z[ helios-setup] Sep 03 22:27:27.395 INFO E| Downloaded smawk v0.3.1
27092024-09-03T22:27:27.596Z[ helios-setup] Sep 03 22:27:27.397 INFO E| Downloaded smallvec v1.10.0
27102024-09-03T22:27:27.596Z[ helios-setup] Sep 03 22:27:27.399 INFO E| Downloaded slab v0.4.7
27112024-09-03T22:27:27.596Z[ helios-setup] Sep 03 22:27:27.401 INFO E| Downloaded schemars v0.8.12
27122024-09-03T22:27:27.596Z[ helios-setup] Sep 03 22:27:27.414 INFO E| Downloaded rustls-pemfile v1.0.2
27132024-09-03T22:27:27.596Z[ helios-setup] Sep 03 22:27:27.417 INFO E| Downloaded proc-macro-crate v1.2.1
27142024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.435 INFO E| Downloaded paste v1.0.12
27152024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.435 INFO E| Downloaded num_enum v0.5.7
27162024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.435 INFO E| Downloaded is-terminal v0.4.7
27172024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.435 INFO E| Downloaded home v0.5.4
27182024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.435 INFO E| Downloaded futures-sink v0.3.28
27192024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.435 INFO E| Downloaded futures-executor v0.3.28
27202024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.435 INFO E| Downloaded futures v0.3.28
27212024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.438 INFO E| Downloaded cc v1.0.78
27222024-09-03T22:27:27.620Z[ helios-setup] Sep 03 22:27:27.442 INFO E| Downloaded base64 v0.21.0
27232024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.446 INFO E| Downloaded utf8parse v0.2.1
27242024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.447 INFO E| Downloaded try-lock v0.2.4
27252024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.448 INFO E| Downloaded toolchain_find v0.2.0
27262024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.450 INFO E| Downloaded tempfile v3.5.0
27272024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.453 INFO E| Downloaded strsim v0.10.0
27282024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.454 INFO E| Downloaded socket2 v0.4.9
27292024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.457 INFO E| Downloaded smartstring v1.0.1
27302024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.459 INFO E| Downloaded slog-bunyan v2.4.0
27312024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.461 INFO E| Downloaded slog-async v2.7.0
27322024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.462 INFO E| Downloaded signal-hook-registry v1.4.0
27332024-09-03T22:27:27.645Z[ helios-setup] Sep 03 22:27:27.464 INFO E| Downloaded sha2 v0.10.6
27342024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.467 INFO E| Downloaded sha1 v0.10.5
27352024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.469 INFO E| Downloaded serde_tokenstream v0.2.0
27362024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.473 INFO E| Downloaded serde_spanned v0.6.1
27372024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.474 INFO E| Downloaded serde_path_to_error v0.1.11
27382024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.477 INFO E| Downloaded rustfmt-wrapper v0.2.0
27392024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.478 INFO E| Downloaded project-root v0.2.2
27402024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.479 INFO E| Downloaded pin-project-lite v0.2.9
27412024-09-03T22:27:27.669Z[ helios-setup] Sep 03 22:27:27.485 INFO E| Downloaded num_cpus v1.15.0
27422024-09-03T22:27:27.670Z[ helios-setup] Sep 03 22:27:27.488 INFO E| Downloaded num-integer v0.1.45
27432024-09-03T22:27:27.670Z[ helios-setup] Sep 03 22:27:27.490 INFO E| Downloaded log v0.4.17
27442024-09-03T22:27:27.693Z[ helios-setup] Sep 03 22:27:27.493 INFO E| Downloaded jobserver v0.1.26
27452024-09-03T22:27:27.693Z[ host-package] Compiling libsqlite3-sys v0.28.0
27462024-09-03T22:27:27.693Z[ helios-setup] Sep 03 22:27:27.513 INFO E| Downloaded itoa v1.0.6
27472024-09-03T22:27:27.693Z[ helios-setup] Sep 03 22:27:27.515 INFO E| Downloaded ipnet v2.7.2
27482024-09-03T22:27:27.717Z[ helios-setup] Sep 03 22:27:27.517 INFO E| Downloaded httpdate v1.0.2
27492024-09-03T22:27:27.717Z[ helios-setup] Sep 03 22:27:27.519 INFO E| Downloaded getrandom v0.2.8
27502024-09-03T22:27:27.717Z[ helios-setup] Sep 03 22:27:27.522 INFO E| Downloaded futures-macro v0.3.28
27512024-09-03T22:27:27.717Z[ helios-setup] Sep 03 22:27:27.523 INFO E| Downloaded futures-io v0.3.28
27522024-09-03T22:27:27.717Z[ helios-setup] Sep 03 22:27:27.524 INFO E| Downloaded futures-core v0.3.28
27532024-09-03T22:27:27.718Z[ helios-setup] Sep 03 22:27:27.526 INFO E| Downloaded form_urlencoded v1.1.0
27542024-09-03T22:27:27.718Z[ helios-setup] Sep 03 22:27:27.527 INFO E| Downloaded crossbeam-utils v0.8.14
27552024-09-03T22:27:27.718Z[ helios-setup] Sep 03 22:27:27.531 INFO E| Downloaded crossbeam-epoch v0.9.13
27562024-09-03T22:27:27.718Z[ helios-setup] Sep 03 22:27:27.534 INFO E| Downloaded crossbeam-deque v0.8.2
27572024-09-03T22:27:27.718Z[ helios-setup] Sep 03 22:27:27.536 INFO E| Downloaded clap_derive v4.2.0
27582024-09-03T22:27:27.742Z[ helios-setup] Sep 03 22:27:27.538 INFO E| Downloaded clap v4.2.1
27592024-09-03T22:27:27.742Z[ helios-setup] Sep 03 22:27:27.549 INFO E| Downloaded cargo-lock v8.0.3
27602024-09-03T22:27:27.742Z[ helios-setup] Sep 03 22:27:27.552 INFO E| Downloaded built v0.6.0
27612024-09-03T22:27:27.742Z[ helios-setup] Sep 03 22:27:27.554 INFO E| Downloaded bincode v1.3.3
27622024-09-03T22:27:27.742Z[ helios-setup] Sep 03 22:27:27.556 INFO E| Downloaded anyhow v1.0.68
27632024-09-03T22:27:27.742Z[ helios-setup] Sep 03 22:27:27.561 INFO E| Downloaded ahash v0.8.3
27642024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.565 INFO E| Downloaded scopeguard v1.1.0
27652024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.566 INFO E| Downloaded tower-service v0.3.2
27662024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.567 INFO E| Downloaded tokio-tungstenite v0.18.0
27672024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.569 INFO E| Downloaded tokio-macros v2.0.0
27682024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.571 INFO E| Downloaded tinyvec v1.6.0
27692024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.575 INFO E| Downloaded thiserror-impl v1.0.38
27702024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.577 INFO E| Downloaded textwrap v0.16.0
27712024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.580 INFO E| Downloaded percent-encoding v2.2.0
27722024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.580 INFO E| Downloaded parking_lot_core v0.9.6
27732024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.583 INFO E| Downloaded memoffset v0.7.1
27742024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.587 INFO E| Downloaded lazy_static v1.4.0
27752024-09-03T22:27:27.766Z[ helios-setup] Sep 03 22:27:27.587 INFO E| Downloaded futures-task v0.3.28
27762024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.588 INFO E| Downloaded anstyle v0.3.5
27772024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.590 INFO E| Downloaded ppv-lite86 v0.2.17
27782024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.592 INFO E| Downloaded num_enum_derive v0.5.7
27792024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.594 INFO E| Downloaded iana-time-zone v0.1.56
27802024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.596 INFO E| Downloaded http-body v0.4.5
27812024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.598 INFO E| Downloaded dyn-clone v1.0.11
27822024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.600 INFO E| Downloaded concolor-query v0.3.3
27832024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.601 INFO E| Downloaded clap_lex v0.4.1
27842024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.603 INFO E| Downloaded camino v1.1.4
27852024-09-03T22:27:27.791Z[ helios-setup] Sep 03 22:27:27.605 INFO E| Downloaded anstream v0.2.6
27862024-09-03T22:27:27.792Z[ helios-setup] Sep 03 22:27:27.608 INFO E| Downloaded ahash v0.7.6
27872024-09-03T22:27:27.792Z[ helios-setup] Sep 03 22:27:27.611 INFO E| Downloaded const-random-macro v0.1.15
27882024-09-03T22:27:27.792Z[ helios-setup] Sep 03 22:27:27.612 INFO E| Downloaded async-trait v0.1.68
27892024-09-03T22:27:27.815Z[ helios-setup] Sep 03 22:27:27.616 INFO E| Downloaded digest v0.10.6
27902024-09-03T22:27:27.815Z[ helios-setup] Sep 03 22:27:27.619 INFO E| Downloaded byteorder v1.4.3
27912024-09-03T22:27:27.815Z[ helios-setup] Sep 03 22:27:27.621 INFO E| Downloaded autocfg v1.1.0
27922024-09-03T22:27:27.815Z[ helios-setup] Sep 03 22:27:27.623 INFO E| Downloaded anstyle-parse v0.1.1
27932024-09-03T22:27:28.070Z[ helios-setup] Sep 03 22:27:27.892 INFO E| Compiling proc-macro2 v1.0.86
27942024-09-03T22:27:28.070Z[ helios-setup] Sep 03 22:27:27.892 INFO E| Compiling libc v0.2.139
27952024-09-03T22:27:28.094Z[ helios-setup] Sep 03 22:27:27.892 INFO E| Compiling unicode-ident v1.0.8
27962024-09-03T22:27:28.094Z[ helios-setup] Sep 03 22:27:27.892 INFO E| Compiling autocfg v1.1.0
27972024-09-03T22:27:28.094Z[ helios-setup] Sep 03 22:27:27.893 INFO E| Compiling cfg-if v1.0.0
27982024-09-03T22:27:28.094Z[ helios-setup] Sep 03 22:27:27.893 INFO E| Compiling version_check v0.9.4
27992024-09-03T22:27:28.094Z[ helios-setup] Sep 03 22:27:27.893 INFO E| Compiling serde v1.0.204
28002024-09-03T22:27:28.094Z[ helios-setup] Sep 03 22:27:27.893 INFO E| Compiling syn v1.0.107
28012024-09-03T22:27:28.261Z[ host-package] Compiling lzma-sys v0.1.20
28022024-09-03T22:27:28.503Z[ host-package] Compiling cfg_aliases v0.2.1
28032024-09-03T22:27:28.664Z[ host-package] Compiling nix v0.29.0
28042024-09-03T22:27:28.915Z[ helios-setup] Sep 03 22:27:28.736 INFO E| Compiling memchr v2.5.0
28052024-09-03T22:27:29.716Z[ helios-setup] Sep 03 22:27:29.537 INFO E| Compiling once_cell v1.17.0
28062024-09-03T22:27:29.922Z[ helios-setup] Sep 03 22:27:29.743 INFO E| Compiling thiserror v1.0.38
28072024-09-03T22:27:30.056Z[ helios-setup] Sep 03 22:27:29.878 INFO E| Compiling log v0.4.17
28082024-09-03T22:27:30.478Z[ helios-setup] Sep 03 22:27:30.299 INFO E| Compiling serde_json v1.0.95
28092024-09-03T22:27:30.986Z[ helios-setup] Sep 03 22:27:30.807 INFO E| Compiling itoa v1.0.6
28102024-09-03T22:27:31.710Z[ helios-setup] Sep 03 22:27:31.531 INFO E| Compiling jobserver v0.1.26
28112024-09-03T22:27:31.814Z[ helios-setup] Sep 03 22:27:31.635 INFO E| Compiling getrandom v0.2.8
28122024-09-03T22:27:32.051Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132024-09-03T22:27:32.452Z[ helios-setup] Sep 03 22:27:32.273 INFO E| Compiling quote v1.0.36
28142024-09-03T22:27:32.605Z[ helios-setup] Sep 03 22:27:32.426 INFO E| Compiling cc v1.0.78
28152024-09-03T22:27:32.684Z[ helios-setup] Sep 03 22:27:32.505 INFO E| Compiling indexmap v1.9.3
28162024-09-03T22:27:32.863Z[ helios-setup] Sep 03 22:27:32.685 INFO E| Compiling pin-project-lite v0.2.9
28172024-09-03T22:27:32.916Z[ helios-setup] Sep 03 22:27:32.738 INFO E| Compiling scopeguard v1.1.0
28182024-09-03T22:27:32.976Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28192024-09-03T22:27:33.029Z[ helios-setup] Sep 03 22:27:32.850 INFO E| Compiling num-integer v0.1.45
28202024-09-03T22:27:33.140Z[ helios-setup] Sep 03 22:27:32.961 INFO E| Compiling futures-core v0.3.28
28212024-09-03T22:27:33.274Z[ helios-setup] Sep 03 22:27:33.095 INFO E| Compiling syn v2.0.72
28222024-09-03T22:27:33.483Z[ helios-setup] Sep 03 22:27:33.304 INFO E| Compiling bytes v1.4.0
28232024-09-03T22:27:33.874Z[ helios-setup] Sep 03 22:27:33.695 INFO E| Compiling ryu v1.0.13
28242024-09-03T22:27:34.536Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28252024-09-03T22:27:35.176Z[ helios-setup] Sep 03 22:27:34.997 INFO E| Compiling lock_api v0.4.9
28262024-09-03T22:27:35.222Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28272024-09-03T22:27:35.562Z[ helios-setup] Sep 03 22:27:35.383 INFO E| Compiling parking_lot_core v0.9.6
28282024-09-03T22:27:35.818Z[ helios-setup] Sep 03 22:27:35.640 INFO E| Compiling bitflags v1.3.2
28292024-09-03T22:27:35.908Z[ helios-setup] Sep 03 22:27:35.730 INFO E| Compiling typenum v1.16.0
28302024-09-03T22:27:36.243Z[ host-package] Compiling heck v0.3.3
28312024-09-03T22:27:36.514Z[ helios-setup] Sep 03 22:27:36.335 INFO E| Compiling num_cpus v1.15.0
28322024-09-03T22:27:36.668Z[ helios-setup] Sep 03 22:27:36.490 INFO E| Compiling generic-array v0.14.6
28332024-09-03T22:27:36.808Z[ helios-setup] Sep 03 22:27:36.630 INFO E| Compiling slab v0.4.7
28342024-09-03T22:27:36.945Z[ host-package] Compiling castaway v0.2.3
28352024-09-03T22:27:37.024Z[ helios-setup] Sep 03 22:27:36.845 INFO E| Compiling futures-sink v0.3.28
28362024-09-03T22:27:37.058Z[ helios-setup] Sep 03 22:27:36.879 INFO E| Compiling futures-channel v0.3.28
28372024-09-03T22:27:37.262Z[ helios-setup] Sep 03 22:27:37.084 INFO E| Compiling futures-task v0.3.28
28382024-09-03T22:27:37.427Z[ host-package] Compiling rand_seeder v0.3.0
28392024-09-03T22:27:37.509Z[ host-package] Compiling csv-core v0.1.11
28402024-09-03T22:27:37.846Z[ helios-setup] Sep 03 22:27:37.662 INFO E| Compiling tokio v1.27.0
28412024-09-03T22:27:37.921Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
28422024-09-03T22:27:37.959Z[ helios-setup] Sep 03 22:27:37.781 INFO E| Compiling futures-util v0.3.28
28432024-09-03T22:27:38.030Z[ helios-setup] Sep 03 22:27:37.852 INFO E| Compiling schemars v0.8.12
28442024-09-03T22:27:38.402Z[ host-package] Compiling http-range v0.1.5
28452024-09-03T22:27:38.881Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28462024-09-03T22:27:38.940Z[ helios-setup] Sep 03 22:27:38.762 INFO E| Compiling mio v0.8.5
28472024-09-03T22:27:39.158Z[ host-package] Compiling hyper-staticfile v0.9.6
28482024-09-03T22:27:39.345Z[ helios-setup] Sep 03 22:27:39.167 INFO E| Compiling signal-hook-registry v1.4.0
28492024-09-03T22:27:39.557Z[ helios-setup] Sep 03 22:27:39.378 INFO E| Compiling socket2 v0.4.9
28502024-09-03T22:27:39.581Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28512024-09-03T22:27:39.823Z[ helios-setup] Sep 03 22:27:39.644 INFO E| Compiling ahash v0.7.6
28522024-09-03T22:27:39.886Z[ helios-setup] Sep 03 22:27:39.707 INFO E| Compiling num-traits v0.2.15
28532024-09-03T22:27:39.931Z[ host-package] Compiling csv v1.3.0
28542024-09-03T22:27:40.943Z[ helios-setup] Sep 03 22:27:40.764 INFO E| Compiling crunchy v0.2.2
28552024-09-03T22:27:41.028Z[ helios-setup] Sep 03 22:27:40.850 INFO E| Compiling pin-utils v0.1.0
28562024-09-03T22:27:41.209Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28572024-09-03T22:27:41.674Z[ helios-setup] Sep 03 22:27:41.495 INFO E| Compiling futures-io v0.3.28
28582024-09-03T22:27:41.823Z[ host-package] Compiling compact_str v0.8.0
28592024-09-03T22:27:41.878Z[ helios-setup] Sep 03 22:27:41.699 INFO E| Compiling io-lifetimes v1.0.10
28602024-09-03T22:27:42.582Z[ helios-setup] Sep 03 22:27:42.403 INFO E| Compiling serde_derive_internals v0.26.0
28612024-09-03T22:27:42.927Z[ helios-setup] Sep 03 22:27:42.747 INFO E| Compiling ahash v0.8.3
28622024-09-03T22:27:42.973Z[ helios-setup] Sep 03 22:27:42.794 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28632024-09-03T22:27:42.997Z[ host-package] Compiling zone_cfg_derive v0.1.2
28642024-09-03T22:27:43.436Z[ helios-setup] Sep 03 22:27:43.257 INFO E| Compiling rustix v0.37.3
28652024-09-03T22:27:43.740Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28662024-09-03T22:27:43.957Z[ helios-setup] Sep 03 22:27:43.778 INFO E| Compiling hashbrown v0.12.3
28672024-09-03T22:27:44.036Z[ helios-setup] Sep 03 22:27:43.857 INFO E| Compiling tiny-keccak v2.0.2
28682024-09-03T22:27:45.438Z[ host-package] Compiling nix v0.27.1
28692024-09-03T22:27:45.539Z[ helios-setup] Sep 03 22:27:45.360 INFO E| Compiling block-buffer v0.10.3
28702024-09-03T22:27:45.729Z[ helios-setup] Sep 03 22:27:45.505 INFO E| Compiling crypto-common v0.1.6
28712024-09-03T22:27:46.268Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
28722024-09-03T22:27:46.316Z[ helios-setup] Sep 03 22:27:46.137 INFO E| Compiling errno v0.3.1
28732024-09-03T22:27:46.431Z[ helios-setup] Sep 03 22:27:46.252 INFO E| Compiling pkg-config v0.3.26
28742024-09-03T22:27:46.556Z[ helios-setup] Sep 03 22:27:46.377 INFO E| Compiling crossbeam-utils v0.8.14
28752024-09-03T22:27:46.767Z[ helios-setup] Sep 03 22:27:46.589 INFO E| Compiling fnv v1.0.7
28762024-09-03T22:27:46.866Z[ helios-setup] Sep 03 22:27:46.688 INFO E| Compiling slog v2.7.0
28772024-09-03T22:27:47.597Z[ helios-setup] Sep 03 22:27:47.418 INFO E| Compiling http v0.2.9
28782024-09-03T22:27:48.289Z[ helios-setup] Sep 03 22:27:48.104 INFO E| Compiling digest v0.10.6
28792024-09-03T22:27:49.550Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28802024-09-03T22:27:49.804Z[ helios-setup] Sep 03 22:27:49.625 INFO E| Compiling aho-corasick v0.7.20
28812024-09-03T22:27:49.955Z[ helios-setup] Sep 03 22:27:49.776 INFO E| Compiling httparse v1.8.0
28822024-09-03T22:27:49.979Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28832024-09-03T22:27:50.472Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28842024-09-03T22:27:50.511Z[ helios-setup] Sep 03 22:27:50.332 INFO E| Compiling thiserror-impl v1.0.38
28852024-09-03T22:27:50.866Z[ helios-setup] Sep 03 22:27:50.688 INFO E| Compiling schemars_derive v0.8.12
28862024-09-03T22:27:51.301Z[ helios-setup] Sep 03 22:27:51.122 INFO E| Compiling heck v0.4.1
28872024-09-03T22:27:51.534Z[ helios-setup] Sep 03 22:27:51.355 INFO E| Compiling serde_derive v1.0.204
28882024-09-03T22:27:52.095Z[ helios-setup] Sep 03 22:27:51.916 INFO E| Compiling futures-macro v0.3.28
28892024-09-03T22:27:52.179Z[ helios-setup] Sep 03 22:27:52.000 INFO E| Compiling tokio-macros v2.0.0
28902024-09-03T22:27:52.319Z[ helios-setup] Sep 03 22:27:52.140 INFO E| Compiling percent-encoding v2.2.0
28912024-09-03T22:27:52.934Z[ helios-setup] Sep 03 22:27:52.756 INFO E| Compiling tinyvec_macros v0.1.1
28922024-09-03T22:27:53.072Z[ helios-setup] Sep 03 22:27:52.893 INFO E| Compiling unicode-width v0.1.10
28932024-09-03T22:27:53.205Z[ helios-setup] Sep 03 22:27:53.026 INFO E| Compiling regex-syntax v0.6.29
28942024-09-03T22:27:53.350Z[ helios-setup] Sep 03 22:27:53.171 INFO E| Compiling anyhow v1.0.68
28952024-09-03T22:27:54.677Z[ helios-setup] Sep 03 22:27:54.493 INFO E| Compiling cpufeatures v0.2.5
28962024-09-03T22:27:55.025Z[ helios-setup] Sep 03 22:27:54.846 INFO E| Compiling tinyvec v1.6.0
28972024-09-03T22:27:55.832Z[ helios-setup] Sep 03 22:27:55.654 INFO E| Compiling form_urlencoded v1.1.0
28982024-09-03T22:27:56.869Z[ helios-setup] Sep 03 22:27:56.690 INFO E| Compiling const-random-macro v0.1.15
28992024-09-03T22:27:57.031Z[ helios-setup] Sep 03 22:27:56.852 INFO E| Compiling hashbrown v0.13.2
29002024-09-03T22:27:57.939Z[ helios-setup] Sep 03 22:27:57.760 INFO E| Compiling chrono v0.4.24
29012024-09-03T22:27:58.459Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29022024-09-03T22:27:58.568Z[ host-package] Compiling unicode-truncate v1.1.0
29032024-09-03T22:27:58.856Z[ helios-setup] Sep 03 22:27:58.678 INFO E| Compiling regex v1.7.3
29042024-09-03T22:27:58.898Z[ helios-setup] Sep 03 22:27:58.719 INFO E| Compiling libz-sys v1.1.8
29052024-09-03T22:27:59.147Z[ host-package] Compiling tungstenite v0.20.1
29062024-09-03T22:27:59.279Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29072024-09-03T22:28:00.186Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29082024-09-03T22:28:00.656Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29092024-09-03T22:28:00.816Z[ host-package] Compiling hashlink v0.9.1
29102024-09-03T22:28:01.566Z[ helios-setup] Sep 03 22:28:01.387 INFO E| Compiling dyn-clone v1.0.11
29112024-09-03T22:28:01.632Z[ helios-setup] Sep 03 22:28:01.453 INFO E| Compiling uuid v1.3.0
29122024-09-03T22:28:01.773Z[ helios-setup] Sep 03 22:28:01.594 INFO E| Compiling const-random v0.1.15
29132024-09-03T22:28:01.867Z[ host-package] Compiling lru v0.12.4
29142024-09-03T22:28:01.947Z[ helios-setup] Sep 03 22:28:01.767 INFO E| Compiling regress v0.5.0
29152024-09-03T22:28:02.060Z[ helios-setup] Sep 03 22:28:01.881 INFO E| Compiling unicode-normalization v0.1.22
29162024-09-03T22:28:02.611Z[ host-package] Compiling serde-big-array v0.5.1
29172024-09-03T22:28:02.868Z[ host-package] Compiling instability v0.3.2
29182024-09-03T22:28:03.509Z[ host-package] Compiling cassowary v0.3.0
29192024-09-03T22:28:03.637Z[ host-package] Compiling base64 v0.13.1
29202024-09-03T22:28:04.031Z[ helios-setup] Sep 03 22:28:03.852 INFO E| Compiling getopts v0.2.21
29212024-09-03T22:28:04.836Z[ helios-setup] Sep 03 22:28:04.657 INFO E| Compiling tracing-core v0.1.30
29222024-09-03T22:28:04.913Z[ host-package] Compiling fallible-iterator v0.3.0
29232024-09-03T22:28:05.060Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29242024-09-03T22:28:05.613Z[ helios-setup] Sep 03 22:28:05.435 INFO E| Compiling memoffset v0.7.1
29252024-09-03T22:28:05.865Z[ host-package] Compiling ratatui v0.28.1
29262024-09-03T22:28:06.728Z[ helios-setup] Sep 03 22:28:06.549 INFO E| Compiling num-conv v0.1.0
29272024-09-03T22:28:06.764Z[ host-package] Compiling rusqlite v0.31.0
29282024-09-03T22:28:06.877Z[ host-package] Compiling ron v0.7.1
29292024-09-03T22:28:07.410Z[ helios-setup] Sep 03 22:28:07.231 INFO E| Compiling unicode-bidi v0.3.13
29302024-09-03T22:28:07.934Z[ helios-setup] Sep 03 22:28:07.756 INFO E| Compiling ucd-trie v0.1.5
29312024-09-03T22:28:08.248Z[ helios-setup] Sep 03 22:28:08.069 INFO E| Compiling time-core v0.1.2
29322024-09-03T22:28:08.485Z[ helios-setup] Sep 03 22:28:08.306 INFO E| Compiling powerfmt v0.2.0
29332024-09-03T22:28:08.803Z[ helios-setup] Sep 03 22:28:08.622 INFO E| Compiling time-macros v0.2.18
29342024-09-03T22:28:09.003Z[ helios-setup] Sep 03 22:28:08.825 INFO E| Compiling deranged v0.3.11
29352024-09-03T22:28:09.452Z[ helios-setup] Sep 03 22:28:09.273 INFO E| Compiling idna v0.3.0
29362024-09-03T22:28:09.714Z[ helios-setup] Sep 03 22:28:09.535 INFO E| Compiling pest v2.5.7
29372024-09-03T22:28:13.832Z[ helios-setup] Sep 03 22:28:13.653 INFO E| Compiling toml v0.5.11
29382024-09-03T22:28:14.141Z[ helios-setup] Sep 03 22:28:13.962 INFO E| Compiling serde_tokenstream v0.2.0
29392024-09-03T22:28:14.303Z[ helios-setup] Sep 03 22:28:14.124 INFO E| Compiling tracing v0.1.37
29402024-09-03T22:28:14.757Z[ host-package] Compiling tokio-tungstenite v0.20.1
29412024-09-03T22:28:15.164Z[ helios-setup] Sep 03 22:28:14.985 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29422024-09-03T22:28:15.510Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
29432024-09-03T22:28:15.729Z[ helios-setup] Sep 03 22:28:15.550 INFO E| Compiling smallvec v1.10.0
29442024-09-03T22:28:15.798Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29452024-09-03T22:28:16.811Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29462024-09-03T22:28:18.164Z[ helios-setup] Sep 03 22:28:17.985 INFO E| Compiling parking_lot v0.12.1
29472024-09-03T22:28:18.318Z[ helios-setup] Sep 03 22:28:18.139 INFO E| Compiling time v0.1.45
29482024-09-03T22:28:18.440Z[ helios-setup] Sep 03 22:28:18.261 INFO E| Compiling crossbeam-epoch v0.9.13
29492024-09-03T22:28:19.277Z[ helios-setup] Sep 03 22:28:19.098 INFO E| Compiling semver v1.0.17
29502024-09-03T22:28:19.396Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29512024-09-03T22:28:19.969Z[ helios-setup] Sep 03 22:28:19.790 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29522024-09-03T22:28:20.234Z[ helios-setup] Sep 03 22:28:20.055 INFO E| Compiling num_threads v0.1.6
29532024-09-03T22:28:20.585Z[ helios-setup] Sep 03 22:28:20.406 INFO E| Compiling iana-time-zone v0.1.56
29542024-09-03T22:28:21.895Z[ host-package] Compiling xz2 v0.1.7
29552024-09-03T22:28:22.238Z[ helios-setup] Sep 03 22:28:22.060 INFO E| Compiling time v0.3.36
29562024-09-03T22:28:25.068Z[ host-package] Compiling zone v0.1.8
29572024-09-03T22:28:25.092Z[ helios-setup] Sep 03 22:28:24.898 INFO E| Compiling url v2.3.1
29582024-09-03T22:28:25.423Z[ helios-setup] Sep 03 22:28:25.244 INFO E| Compiling semver-parser v0.10.2
29592024-09-03T22:28:28.576Z[ helios-setup] Sep 03 22:28:28.397 INFO E| Compiling crossbeam-channel v0.5.6
29602024-09-03T22:28:29.718Z[ helios-setup] Sep 03 22:28:29.539 INFO E| Compiling dirs-sys-next v0.1.2
29612024-09-03T22:28:30.388Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29622024-09-03T22:28:31.834Z[ helios-setup] Sep 03 22:28:31.655 INFO E| Compiling crc32fast v1.3.2
29632024-09-03T22:28:31.975Z[ helios-setup] Sep 03 22:28:31.796 INFO E| Compiling try-lock v0.2.4
29642024-09-03T22:28:32.409Z[ helios-setup] Sep 03 22:28:32.230 INFO E| Compiling same-file v1.0.6
29652024-09-03T22:28:32.587Z[ helios-setup] Sep 03 22:28:32.408 INFO E| Compiling want v0.3.0
29662024-09-03T22:28:32.933Z[ helios-setup] Sep 03 22:28:32.755 INFO E| Compiling walkdir v2.3.3
29672024-09-03T22:28:33.731Z[ helios-setup] Sep 03 22:28:33.552 INFO E| Compiling tokio-util v0.7.7
29682024-09-03T22:28:34.083Z[ helios-setup] Sep 03 22:28:33.904 INFO E| Compiling dirs-next v2.0.0
29692024-09-03T22:28:34.130Z[ helios-setup] Sep 03 22:28:33.951 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29702024-09-03T22:28:36.070Z[ helios-setup] Sep 03 22:28:35.891 INFO E| Compiling h2 v0.3.16
29712024-09-03T22:28:38.024Z[ helios-setup] Sep 03 22:28:37.844 INFO E| Compiling semver v0.11.0
29722024-09-03T22:28:38.964Z[ helios-setup] Sep 03 22:28:38.785 INFO E| Compiling proc-macro-crate v1.2.1
29732024-09-03T22:28:38.995Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29742024-09-03T22:28:40.623Z[ helios-setup] Sep 03 22:28:40.444 INFO E| Compiling futures-executor v0.3.28
29752024-09-03T22:28:41.934Z[ helios-setup] Sep 03 22:28:41.754 INFO E| Compiling http-body v0.4.5
29762024-09-03T22:28:42.785Z[ helios-setup] Sep 03 22:28:42.606 INFO E| Compiling ring v0.16.20
29772024-09-03T22:28:42.913Z[ helios-setup] Sep 03 22:28:42.734 INFO E| Compiling rand_core v0.6.4
29782024-09-03T22:28:44.008Z[ helios-setup] Sep 03 22:28:43.829 INFO E| Compiling thread_local v1.1.7
29792024-09-03T22:28:44.430Z[ helios-setup] Sep 03 22:28:44.251 INFO E| Compiling rayon-core v1.10.2
29802024-09-03T22:28:45.271Z[ helios-setup] Sep 03 22:28:45.092 INFO E| Compiling tower-service v0.3.2
29812024-09-03T22:28:45.376Z[ helios-setup] Sep 03 22:28:45.197 INFO E| Compiling lazy_static v1.4.0
29822024-09-03T22:28:45.400Z[ helios-setup] Sep 03 22:28:45.198 INFO E| Compiling utf8parse v0.2.1
29832024-09-03T22:28:45.844Z[ helios-setup] Sep 03 22:28:45.665 INFO E| Compiling httpdate v1.0.2
29842024-09-03T22:28:45.934Z[ helios-setup] Sep 03 22:28:45.755 INFO E| Compiling fastrand v1.9.0
29852024-09-03T22:28:46.857Z[ helios-setup] Sep 03 22:28:46.678 INFO E| Compiling adler v1.0.2
29862024-09-03T22:28:47.190Z[ helios-setup] Sep 03 22:28:47.011 INFO E| Compiling base64 v0.21.0
29872024-09-03T22:28:47.236Z[ helios-setup] Sep 03 22:28:47.056 INFO E| Compiling ppv-lite86 v0.2.17
29882024-09-03T22:28:47.669Z[ helios-setup] Sep 03 22:28:47.490 INFO E| Compiling home v0.5.4
29892024-09-03T22:28:48.326Z[ helios-setup] Sep 03 22:28:48.147 INFO E| Compiling toolchain_find v0.2.0
29902024-09-03T22:28:48.986Z[ helios-setup] Sep 03 22:28:48.807 INFO E| Compiling rand_chacha v0.3.1
29912024-09-03T22:28:49.098Z[ helios-setup] Sep 03 22:28:48.919 INFO E| Compiling miniz_oxide v0.6.2
29922024-09-03T22:28:49.327Z[ helios-setup] Sep 03 22:28:49.148 INFO E| Compiling tempfile v3.5.0
29932024-09-03T22:28:49.353Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29942024-09-03T22:28:50.607Z[ helios-setup] Sep 03 22:28:50.428 INFO E| Compiling hyper v0.14.25
29952024-09-03T22:28:51.060Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29962024-09-03T22:28:52.093Z[ helios-setup] Sep 03 22:28:51.913 INFO E| Compiling anstyle-parse v0.1.1
29972024-09-03T22:28:52.471Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29982024-09-03T22:28:59.030Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29992024-09-03T22:28:59.303Z[ host-package] Compiling twox-hash v1.6.3
30002024-09-03T22:29:00.433Z[ host-package] Compiling signal-hook-tokio v0.3.1
30012024-09-03T22:29:00.869Z[ host-package] Compiling yasna v0.5.2
30022024-09-03T22:29:01.313Z[ host-package] Compiling smawk v0.3.2
30032024-09-03T22:29:01.424Z[ host-package] Compiling unicode-linebreak v0.1.5
30042024-09-03T22:29:01.876Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30052024-09-03T22:29:02.246Z[ helios-setup] Sep 03 22:29:02.067 INFO E| Compiling futures v0.3.28
30062024-09-03T22:29:02.680Z[ helios-setup] Sep 03 22:29:02.501 INFO E| Compiling num_enum_derive v0.5.7
30072024-09-03T22:29:02.821Z[ host-package] Compiling textwrap v0.16.1
30082024-09-03T22:29:04.280Z[ helios-setup] Sep 03 22:29:04.101 INFO E| Compiling cargo-lock v8.0.3
30092024-09-03T22:29:06.220Z[ helios-setup] Sep 03 22:29:06.041 INFO E| Compiling crossbeam-deque v0.8.2
30102024-09-03T22:29:06.993Z[ host-package] Compiling rcgen v0.12.1
30112024-09-03T22:29:07.297Z[ helios-setup] Sep 03 22:29:07.118 INFO E| Compiling term v0.7.0
30122024-09-03T22:29:09.350Z[ helios-setup] Sep 03 22:29:09.170 INFO E| Compiling serde_urlencoded v0.7.1
30132024-09-03T22:29:09.794Z[ helios-setup] Sep 03 22:29:09.614 INFO E| Compiling sha2 v0.10.6
30142024-09-03T22:29:09.953Z[ helios-setup] Sep 03 22:29:09.774 INFO E| Compiling sha1 v0.10.5
30152024-09-03T22:29:10.319Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30162024-09-03T22:29:10.730Z[ helios-setup] Sep 03 22:29:10.551 INFO E| Compiling is-terminal v0.4.7
30172024-09-03T22:29:11.253Z[ helios-setup] Sep 03 22:29:11.074 INFO E| Compiling atty v0.2.14
30182024-09-03T22:29:11.845Z[ helios-setup] Sep 03 22:29:11.666 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30192024-09-03T22:29:11.985Z[ helios-setup] Sep 03 22:29:11.806 INFO E| Compiling concolor-override v1.0.0
30202024-09-03T22:29:12.340Z[ helios-setup] Sep 03 22:29:12.161 INFO E| Compiling concolor-query v0.3.3
30212024-09-03T22:29:12.428Z[ helios-setup] Sep 03 22:29:12.247 INFO E| Compiling anstyle v0.3.5
30222024-09-03T22:29:15.451Z[ helios-setup] Sep 03 22:29:15.272 INFO E| Compiling anstream v0.2.6
30232024-09-03T22:29:16.126Z[ helios-setup] Sep 03 22:29:15.928 INFO E| Compiling slog-term v2.9.0
30242024-09-03T22:29:16.784Z[ helios-setup] Sep 03 22:29:16.604 INFO E| Compiling flate2 v1.0.25
30252024-09-03T22:29:17.266Z[ helios-setup] Sep 03 22:29:17.078 INFO E| Compiling num_enum v0.5.7
30262024-09-03T22:29:17.792Z[ helios-setup] Sep 03 22:29:17.610 INFO E| Compiling rustfmt-wrapper v0.2.0
30272024-09-03T22:29:18.993Z[ helios-setup] Sep 03 22:29:18.813 INFO E| Compiling rand v0.8.5
30282024-09-03T22:29:19.157Z[ helios-setup] Sep 03 22:29:18.977 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30292024-09-03T22:29:19.302Z[ helios-setup] Sep 03 22:29:19.123 INFO E| Compiling openapiv3 v1.0.2
30302024-09-03T22:29:21.201Z[ helios-setup] Sep 03 22:29:21.021 INFO E| Compiling encoding_rs v0.8.32
30312024-09-03T22:29:22.438Z[ helios-setup] Sep 03 22:29:22.258 INFO E| Compiling mime v0.3.17
30322024-09-03T22:29:23.809Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=17bcdbc4754a46323a7217a6ebb0abaa7c98bd13#17bcdbc4)
30332024-09-03T22:29:24.600Z[ helios-setup] Sep 03 22:29:24.421 INFO E| Compiling utf-8 v0.7.6
30342024-09-03T22:29:24.914Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30352024-09-03T22:29:25.330Z[ helios-setup] Sep 03 22:29:25.151 INFO E| Compiling strsim v0.10.0
30362024-09-03T22:29:25.965Z[ helios-setup] Sep 03 22:29:25.786 INFO E| Compiling clap_lex v0.4.1
30372024-09-03T22:29:26.329Z[ helios-setup] Sep 03 22:29:26.150 INFO E| Compiling project-root v0.2.2
30382024-09-03T22:29:26.870Z[ helios-setup] Sep 03 22:29:26.685 INFO E| Compiling spin v0.5.2
30392024-09-03T22:29:27.648Z[ helios-setup] Sep 03 22:29:27.468 INFO E| Compiling unsafe-libyaml v0.2.8
30402024-09-03T22:29:27.750Z[ helios-setup] Sep 03 22:29:27.556 INFO E| Compiling byteorder v1.4.3
30412024-09-03T22:29:28.374Z[ helios-setup] Sep 03 22:29:28.178 INFO E| Compiling ipnet v2.7.2
30422024-09-03T22:29:28.772Z[ helios-setup] Sep 03 22:29:28.592 INFO E| Compiling base64 v0.13.1
30432024-09-03T22:29:30.032Z[ helios-setup] Sep 03 22:29:29.852 INFO E| Compiling either v1.8.0
30442024-09-03T22:29:30.530Z[ helios-setup] Sep 03 22:29:30.348 INFO E| Compiling untrusted v0.7.1
30452024-09-03T22:29:30.806Z[ helios-setup] Sep 03 22:29:30.627 INFO E| Compiling rayon v1.6.1
30462024-09-03T22:29:30.882Z[ helios-setup] Sep 03 22:29:30.703 INFO E| Compiling serde_yaml v0.9.21
30472024-09-03T22:29:30.956Z[ helios-setup] Sep 03 22:29:30.777 INFO E| Compiling tungstenite v0.18.0
30482024-09-03T22:29:31.415Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30492024-09-03T22:29:31.735Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30502024-09-03T22:29:32.223Z[ helios-setup] Sep 03 22:29:32.043 INFO E| Compiling reqwest v0.11.16
30512024-09-03T22:29:32.590Z[ helios-setup] Sep 03 22:29:32.411 INFO E| Compiling clap_builder v4.2.1
30522024-09-03T22:29:36.512Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30532024-09-03T22:29:37.163Z[ helios-setup] Sep 03 22:29:36.983 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30542024-09-03T22:29:37.761Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30552024-09-03T22:29:38.624Z[ helios-setup] Sep 03 22:29:38.445 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30562024-09-03T22:29:39.105Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30572024-09-03T22:29:39.328Z[ helios-setup] Sep 03 22:29:39.149 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30582024-09-03T22:29:39.869Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30592024-09-03T22:29:41.700Z[ helios-setup] Sep 03 22:29:41.521 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30602024-09-03T22:29:42.165Z[ helios-setup] Sep 03 22:29:41.985 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30612024-09-03T22:29:42.251Z[ helios-setup] Sep 03 22:29:42.072 INFO E| Compiling clap_derive v4.2.0
30622024-09-03T22:29:45.719Z[ helios-setup] Sep 03 22:29:45.534 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30632024-09-03T22:29:46.390Z[ helios-setup] Sep 03 22:29:46.204 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30642024-09-03T22:29:52.520Z[ helios-setup] Sep 03 22:29:49.142 INFO E| Compiling clap v4.2.1
30652024-09-03T22:29:52.558Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30662024-09-03T22:29:54.142Z[ host-package] Compiling atomicwrites v0.4.3
30672024-09-03T22:29:55.213Z[ host-package] Compiling fatfs v0.3.6
30682024-09-03T22:29:59.569Z[ host-package] Compiling rtoolbox v0.0.2
30692024-09-03T22:29:59.648Z[ host-package] Compiling subprocess v0.2.9
30702024-09-03T22:30:01.007Z[ host-package] Compiling assert_matches v1.5.0
30712024-09-03T22:30:01.381Z[ host-package] Compiling is_ci v1.2.0
30722024-09-03T22:30:01.950Z[ host-package] Compiling supports-color v3.0.0
30732024-09-03T22:30:04.013Z[ helios-setup] Sep 03 22:30:03.833 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30742024-09-03T22:30:05.464Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30752024-09-03T22:30:06.686Z[ host-package] Compiling rpassword v7.3.1
30762024-09-03T22:30:06.820Z[ helios-setup] Sep 03 22:30:06.640 INFO E| Compiling tokio-tungstenite v0.18.0
30772024-09-03T22:30:07.618Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30782024-09-03T22:30:07.773Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30792024-09-03T22:30:08.166Z[ helios-setup] Sep 03 22:30:07.986 INFO E| Compiling smartstring v1.0.1
30802024-09-03T22:30:09.174Z[ helios-setup] Sep 03 22:30:08.994 INFO E| Compiling rustls v0.21.0
30812024-09-03T22:30:11.290Z[ helios-setup] Sep 03 22:30:11.110 INFO E| Compiling serde_spanned v0.6.1
30822024-09-03T22:30:11.438Z[ host-package] Compiling tui-tree-widget v0.22.0
30832024-09-03T22:30:11.850Z[ helios-setup] Sep 03 22:30:11.670 INFO E| Compiling toml_datetime v0.6.1
30842024-09-03T22:30:12.858Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30852024-09-03T22:30:13.353Z[ helios-setup] Sep 03 22:30:13.173 INFO E| Compiling match_cfg v0.1.0
30862024-09-03T22:30:13.665Z[ helios-setup] Sep 03 22:30:13.486 INFO E| Compiling async-trait v0.1.68
30872024-09-03T22:30:14.299Z[ helios-setup] Sep 03 22:30:14.119 INFO E| Compiling static_assertions v1.1.0
30882024-09-03T22:30:14.765Z[ helios-setup] Sep 03 22:30:14.586 INFO E| Compiling camino v1.1.4
30892024-09-03T22:30:15.023Z[ helios-setup] Sep 03 22:30:14.843 INFO E| Compiling winnow v0.4.1
30902024-09-03T22:30:16.109Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30912024-09-03T22:30:16.217Z[ helios-setup] Sep 03 22:30:16.037 INFO E| Compiling paste v1.0.12
30922024-09-03T22:30:16.661Z[ helios-setup] Sep 03 22:30:16.482 INFO E| Compiling slog-async v2.7.0
30932024-09-03T22:30:17.863Z[ helios-setup] Sep 03 22:30:17.684 INFO E| Compiling hostname v0.3.1
30942024-09-03T22:30:18.515Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30952024-09-03T22:30:18.539Z[ helios-setup] Sep 03 22:30:18.357 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30962024-09-03T22:30:19.029Z[ helios-setup] Sep 03 22:30:18.849 INFO E| Compiling slog-json v2.6.1
30972024-09-03T22:30:19.950Z[ helios-setup] Sep 03 22:30:19.771 INFO E| Compiling unicode-linebreak v0.1.4
30982024-09-03T22:30:21.440Z[ helios-setup] Sep 03 22:30:21.261 INFO E| Compiling toml_edit v0.19.8
30992024-09-03T22:30:24.026Z[ helios-setup] Sep 03 22:30:23.846 INFO E| Compiling async-stream-impl v0.3.5
31002024-09-03T22:30:24.313Z[ helios-setup] Sep 03 22:30:24.134 INFO E| Compiling rhai_codegen v1.5.0
31012024-09-03T22:30:26.993Z[ helios-setup] Sep 03 22:30:26.814 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31022024-09-03T22:30:27.473Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31032024-09-03T22:30:27.872Z[ helios-setup] Sep 03 22:30:27.692 INFO E| Compiling take_mut v0.2.2
31042024-09-03T22:30:28.095Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31052024-09-03T22:30:28.603Z[ helios-setup] Sep 03 22:30:28.423 INFO E| Compiling rhai v1.14.0
31062024-09-03T22:30:32.046Z[ helios-setup] Sep 03 22:30:31.865 INFO E| Compiling async-stream v0.3.5
31072024-09-03T22:30:32.855Z[ helios-setup] Sep 03 22:30:32.675 INFO E| Compiling toml v0.7.3
31082024-09-03T22:30:33.932Z[ helios-setup] Sep 03 22:30:33.752 INFO E| Compiling slog-bunyan v2.4.0
31092024-09-03T22:30:36.327Z[ host-package] Compiling uzers v0.11.3
31102024-09-03T22:30:37.199Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31112024-09-03T22:30:37.870Z[ helios-setup] Sep 03 22:30:37.690 INFO E| Compiling rustls-pemfile v1.0.2
31122024-09-03T22:30:38.078Z[ helios-setup] Sep 03 22:30:37.899 INFO E| Compiling bincode v1.3.3
31132024-09-03T22:30:38.239Z[ helios-setup] Sep 03 22:30:38.060 INFO E| Compiling serde_path_to_error v0.1.11
31142024-09-03T22:30:39.245Z[ helios-setup] Sep 03 22:30:39.065 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31152024-09-03T22:30:39.952Z[ helios-setup] Sep 03 22:30:39.773 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31162024-09-03T22:30:40.303Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31172024-09-03T22:30:40.460Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31182024-09-03T22:30:40.604Z[ helios-setup] Sep 03 22:30:40.424 INFO E| Compiling terminal_size v0.2.6
31192024-09-03T22:30:41.113Z[ helios-setup] Sep 03 22:30:40.934 INFO E| Compiling smawk v0.3.1
31202024-09-03T22:30:41.660Z[ helios-setup] Sep 03 22:30:41.480 INFO E| Compiling textwrap v0.16.0
31212024-09-03T22:30:43.649Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31222024-09-03T22:30:47.273Z[ helios-setup] Sep 03 22:30:47.094 INFO E| Compiling rustls-webpki v0.100.1
31232024-09-03T22:30:48.105Z[ helios-setup] Sep 03 22:30:47.926 INFO E| Compiling sct v0.7.0
31242024-09-03T22:30:56.424Z[ helios-setup] Sep 03 22:30:56.245 INFO E| Compiling tokio-rustls v0.24.0
31252024-09-03T22:30:56.520Z[ helios-setup] Sep 03 22:30:56.340 INFO E| Compiling git2 v0.16.1
31262024-09-03T22:31:01.755Z[ helios-setup] Sep 03 22:31:01.575 INFO E| Compiling built v0.6.0
31272024-09-03T22:31:02.870Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31282024-09-03T22:31:06.133Z[ helios-setup] Sep 03 22:31:05.953 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31292024-09-03T22:31:08.506Z[ helios-setup] Sep 03 22:31:08.326 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31302024-09-03T22:31:09.207Z[ helios-setup] Sep 03 22:31:09.027 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31312024-09-03T22:31:18.269Z[ host-package] Compiling multimap v0.10.0
31322024-09-03T22:31:30.128Z[ helios-setup] Sep 03 22:31:29.948 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31332024-09-03T22:31:32.103Z[ helios-setup] Sep 03 22:31:31.923 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31342024-09-03T22:32:10.139Z[ helios-setup] Sep 03 22:32:09.733 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31352024-09-03T22:33:06.184Z[ helios-setup] Sep 03 22:33:06.004 INFO E| Finished `release` profile [optimized] target(s) in 5m 43s
31362024-09-03T22:33:06.288Z[ helios-setup] Sep 03 22:33:06.107 INFO building project "pilot" ok (343 seconds)
31372024-09-03T22:33:06.312Z[ helios-setup] rm -f helios-build
31382024-09-03T22:33:06.312Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31392024-09-03T22:33:06.312Z[ helios-setup]
31402024-09-03T22:33:06.312Z[ helios-setup] Setup complete! ./helios-build is now available.
31412024-09-03T22:33:06.312Z[ helios-setup]
31422024-09-03T22:33:06.312Z[ helios-setup]
31432024-09-03T22:33:06.312Z[ helios-setup] real 10:11.285490321
31442024-09-03T22:33:06.312Z[ helios-setup] user 23:59.114453028
31452024-09-03T22:33:06.312Z[ helios-setup] sys 3:21.306350090
31462024-09-03T22:33:06.313Z[ helios-setup] trap 1.390316436
31472024-09-03T22:33:06.313Z[ helios-setup] tflt 5.792001211
31482024-09-03T22:33:06.313Z[ helios-setup] dflt 29.023928084
31492024-09-03T22:33:06.313Z[ helios-setup] kflt 0.000795458
31502024-09-03T22:33:06.313Z[ helios-setup] lock 1:43:46.181432230
31512024-09-03T22:33:06.313Z[ helios-setup] slp 3:07:48.202950815
31522024-09-03T22:33:06.313Z[ helios-setup] lat 28:04.147521420
31532024-09-03T22:33:06.313Z[ helios-setup] stop 4:41.528503882
31542024-09-03T22:33:06.313ZSep 03 22:33:06.123 INFO [helios-setup] process exited with exit status: 0 (611.29497186s)
31552024-09-03T22:33:06.313ZSep 03 22:33:06.124 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31562024-09-03T22:33:06.337Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
31572024-09-03T22:33:06.593Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
31582024-09-03T22:33:06.593Z[ phbl-toolchain] info: downloading component 'cargo'
31592024-09-03T22:33:07.830Z[ phbl-toolchain] info: downloading component 'clippy'
31602024-09-03T22:33:08.092Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31612024-09-03T22:33:12.205Z[ phbl-toolchain] info: downloading component 'miri'
31622024-09-03T22:33:12.840Z[ phbl-toolchain] info: downloading component 'rust-docs'
31632024-09-03T22:33:13.883Z[ phbl-toolchain] info: downloading component 'rust-src'
31642024-09-03T22:33:14.124Z[ phbl-toolchain] info: downloading component 'rust-std'
31652024-09-03T22:33:14.692Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31662024-09-03T22:33:15.990Z[ phbl-toolchain] info: downloading component 'rustc'
31672024-09-03T22:33:19.955Z[ phbl-toolchain] info: downloading component 'rustfmt'
31682024-09-03T22:33:20.853Z[ phbl-toolchain] info: installing component 'cargo'
31692024-09-03T22:33:22.137Z[ phbl-toolchain] info: installing component 'clippy'
31702024-09-03T22:33:22.777Z[ phbl-toolchain] info: installing component 'llvm-tools'
31712024-09-03T22:33:27.800Z[ phbl-toolchain] info: installing component 'miri'
31722024-09-03T22:33:28.144Z[ phbl-toolchain] info: installing component 'rust-docs'
31732024-09-03T22:33:37.127Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31742024-09-03T22:33:39.697Z[ phbl-toolchain] info: installing component 'rust-src'
31752024-09-03T22:33:40.432Z[ phbl-toolchain] info: installing component 'rust-std'
31762024-09-03T22:33:42.901Z[ phbl-toolchain] info: installing component 'rustc'
31772024-09-03T22:33:48.499Z[ phbl-toolchain] info: installing component 'rustfmt'
31782024-09-03T22:33:49.321Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31792024-09-03T22:33:49.344ZSep 03 22:33:49.143 INFO [phbl-toolchain] process exited with exit status: 0 (43.01928763s)
31802024-09-03T22:39:53.058Z[ host-package] Finished `release` profile [optimized] target(s) in 16m 14s
31812024-09-03T22:41:13.257ZSep 03 22:41:13.075 INFO [host-package] process exited with exit status: 0 (1055.051741389s)
31822024-09-03T22:41:13.257ZSep 03 22:41:13.075 INFO [host-stamp] running task
31832024-09-03T22:41:13.280ZSep 03 22:41:13.076 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31842024-09-03T22:41:13.280ZSep 03 22:41:13.086 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+git72fafea7a1a
31852024-09-03T22:41:13.304ZSep 03 22:41:13.101 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+git72fafea7a1a
31862024-09-03T22:41:13.304Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31872024-09-03T22:41:13.304ZSep 03 22:41:13.114 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+git72fafea7a1a
31882024-09-03T22:41:13.304Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31892024-09-03T22:41:13.327Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31902024-09-03T22:41:13.327ZSep 03 22:41:13.129 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+git72fafea7a1a
31912024-09-03T22:41:13.327Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31922024-09-03T22:41:13.328ZSep 03 22:41:13.140 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+git72fafea7a1a
31932024-09-03T22:41:13.351Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31942024-09-03T22:41:13.351Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31952024-09-03T22:41:13.351ZSep 03 22:41:13.153 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+git72fafea7a1a
31962024-09-03T22:41:13.351ZSep 03 22:41:13.165 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+git72fafea7a1a
31972024-09-03T22:41:13.375Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31982024-09-03T22:41:13.375Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31992024-09-03T22:41:13.375Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32002024-09-03T22:41:13.375ZSep 03 22:41:13.177 INFO [stamp-overlay] process exited with exit status: 0 (76.1565ms)
32012024-09-03T22:41:13.375ZSep 03 22:41:13.177 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+git72fafea7a1a
32022024-09-03T22:41:13.375Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32032024-09-03T22:41:13.376ZSep 03 22:41:13.189 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (48.565371ms)
32042024-09-03T22:41:13.376ZSep 03 22:41:13.189 INFO [stamp-oxlog] process exited with exit status: 0 (60.221527ms)
32052024-09-03T22:41:13.376Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32062024-09-03T22:41:13.399Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32072024-09-03T22:41:13.422Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32082024-09-03T22:41:13.422ZSep 03 22:41:13.240 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (154.071507ms)
32092024-09-03T22:41:13.685Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32102024-09-03T22:41:13.708ZSep 03 22:41:13.509 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (356.141642ms)
32112024-09-03T22:41:13.795Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32122024-09-03T22:41:13.818ZSep 03 22:41:13.618 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (503.614831ms)
32132024-09-03T22:41:14.828Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32142024-09-03T22:41:14.852ZSep 03 22:41:14.652 INFO [stamp-propolis-server] process exited with exit status: 0 (1.486469009s)
32152024-09-03T22:41:15.093Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32162024-09-03T22:41:18.034Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32172024-09-03T22:41:24.646Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32182024-09-03T22:41:24.670ZSep 03 22:41:24.470 INFO [stamp-switch-asic] process exited with exit status: 0 (11.29229992s)
32192024-09-03T22:41:24.670ZSep 03 22:41:24.470 INFO [host-stamp] task succeeded (11.39441161s)
32202024-09-03T22:41:24.670ZSep 03 22:41:24.470 INFO [host-proto] running task
32212024-09-03T22:41:25.540ZSep 03 22:41:25.359 INFO [host-proto] task succeeded (888.527841ms)
32222024-09-03T22:41:25.541ZSep 03 22:41:25.359 INFO [host-profile] running task
32232024-09-03T22:41:25.564ZSep 03 22:41:25.359 INFO [host-profile] task succeeded (687.663µs)
32242024-09-03T22:41:25.564ZSep 03 22:41:25.360 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpvhwQ9K/proto/host/root -N 'ci 72fafea/${os_short_commit} 2024-09-03 22:22' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32252024-09-03T22:41:25.564Z[ host-image] Sep 03 22:41:25.381 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32262024-09-03T22:41:25.564Z[ host-image] Sep 03 22:41:25.381 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32272024-09-03T22:41:25.588Z[ host-image] Sep 03 22:41:25.403 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpvhwQ9K/proto/host/root"
32282024-09-03T22:41:25.588Z[ host-image] Sep 03 22:41:25.403 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32292024-09-03T22:41:25.588Z[ host-image] Sep 03 22:41:25.403 INFO image builder template: ramdisk-01-os...
32302024-09-03T22:41:25.588Z[ host-image] Sep 03 22:41:25.403 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/.tmpvhwQ9K/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32312024-09-03T22:41:25.612Z[ host-image] Sep 03 22:41:25.431 INFO O| Sep 03 22:41:25.431 INFO CREATE DATASET: rpool/images/build/host/output
32322024-09-03T22:41:25.704Z[ host-image] Sep 03 22:41:25.523 INFO O| Sep 03 22:41:25.522 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32332024-09-03T22:41:25.728Z[ host-image] Sep 03 22:41:25.529 INFO O| Sep 03 22:41:25.529 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32342024-09-03T22:41:25.785Z[ host-image] Sep 03 22:41:25.604 INFO O| Sep 03 22:41:25.603 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32352024-09-03T22:41:25.814Z[ host-image] Sep 03 22:41:25.633 INFO O| Sep 03 22:41:25.633 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32362024-09-03T22:41:25.814Z[ host-image] Sep 03 22:41:25.633 INFO O| Sep 03 22:41:25.633 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32372024-09-03T22:41:25.838Z[ host-image] Sep 03 22:41:25.633 INFO O| Sep 03 22:41:25.633 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32382024-09-03T22:41:25.838Z[ host-image] Sep 03 22:41:25.633 INFO O| Sep 03 22:41:25.633 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32392024-09-03T22:41:25.838Z[ host-image] Sep 03 22:41:25.644 INFO O| Sep 03 22:41:25.644 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32402024-09-03T22:41:25.894Z[ host-image] Sep 03 22:41:25.713 INFO O| Sep 03 22:41:25.713 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32412024-09-03T22:41:25.917Z[ host-image] Sep 03 22:41:25.729 INFO O| Sep 03 22:41:25.729 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32422024-09-03T22:41:26.347Z[ host-image] Sep 03 22:41:26.166 INFO O| Sep 03 22:41:26.165 INFO O| Caching catalogs ... Done
32432024-09-03T22:41:26.458Z[ host-image] Sep 03 22:41:26.276 INFO O| Sep 03 22:41:26.276 INFO STEP 0 (pkg_image_create) COMPLETE
32442024-09-03T22:41:26.458Z[ host-image] Sep 03 22:41:26.276 INFO O| Sep 03 22:41:26.276 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32452024-09-03T22:41:26.481Z[ host-image] Sep 03 22:41:26.276 INFO O| Sep 03 22:41:26.276 INFO skip step because feature "repo_redist" is not enabled
32462024-09-03T22:41:26.481Z[ host-image] Sep 03 22:41:26.276 INFO O| Sep 03 22:41:26.276 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32472024-09-03T22:41:26.481Z[ host-image] Sep 03 22:41:26.293 INFO O| Sep 03 22:41:26.293 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"]
32482024-09-03T22:41:26.926Z[ host-image] Sep 03 22:41:26.744 INFO O| Sep 03 22:41:26.744 INFO STEP 2 (pkg_set_publisher) COMPLETE
32492024-09-03T22:41:26.926Z[ host-image] Sep 03 22:41:26.744 INFO O| Sep 03 22:41:26.744 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32502024-09-03T22:41:26.950Z[ host-image] Sep 03 22:41:26.760 INFO O| Sep 03 22:41:26.760 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"]
32512024-09-03T22:41:27.370Z[ host-image] Sep 03 22:41:27.188 INFO O| Sep 03 22:41:27.188 INFO STEP 3 (pkg_set_publisher) COMPLETE
32522024-09-03T22:41:27.370Z[ host-image] Sep 03 22:41:27.188 INFO O| Sep 03 22:41:27.188 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32532024-09-03T22:41:27.370Z[ host-image] Sep 03 22:41:27.188 INFO O| Sep 03 22:41:27.188 INFO skip step because feature "repo_redist" is not enabled
32542024-09-03T22:41:27.370Z[ host-image] Sep 03 22:41:27.188 INFO O| Sep 03 22:41:27.188 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32552024-09-03T22:41:27.797Z[ host-image] Sep 03 22:41:27.615 INFO O| Sep 03 22:41:27.615 INFO variant opensolaris.zone is already global
32562024-09-03T22:41:27.797Z[ host-image] Sep 03 22:41:27.615 INFO O| Sep 03 22:41:27.615 INFO STEP 5 (pkg_change_variant) COMPLETE
32572024-09-03T22:41:27.820Z[ host-image] Sep 03 22:41:27.615 INFO O| Sep 03 22:41:27.615 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32582024-09-03T22:41:28.221Z[ host-image] Sep 03 22:41:28.039 INFO O| Sep 03 22:41:28.039 INFO variant opensolaris.imagetype is full; changing to partial
32592024-09-03T22:41:28.221Z[ host-image] Sep 03 22:41:28.039 INFO O| Sep 03 22:41:28.039 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32602024-09-03T22:41:34.523Z[ host-image] Sep 03 22:41:34.341 INFO O| Sep 03 22:41:34.341 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32612024-09-03T22:41:38.302Z[ host-image] Sep 03 22:41:37.097 INFO O| Sep 03 22:41:37.096 INFO O| Startup: Caching catalogs ... Done
32622024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.141 INFO O| Sep 03 22:41:37.141 INFO O| Planning: Planning completed in 0.00 seconds
32632024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.142 INFO O| Sep 03 22:41:37.142 INFO O| Planning: Consolidating action changes ... Done
32642024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.142 INFO O| Sep 03 22:41:37.142 INFO O| Planning: Evaluating mediators ... Done
32652024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.142 INFO O| Sep 03 22:41:37.142 INFO O| Planning: Planning completed in 0.00 seconds
32662024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.143 INFO O| Sep 03 22:41:37.142 INFO O| Variants/Facets to change: 1
32672024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.163 INFO O| Sep 03 22:41:37.163 INFO O| Done
32682024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.163 INFO O| Sep 03 22:41:37.163 INFO O| Done
32692024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.600 INFO O| Sep 03 22:41:37.600 INFO O| Done
32702024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.630 INFO O| Sep 03 22:41:37.630 INFO O| Done
32712024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.631 INFO O| Sep 03 22:41:37.631 INFO O| Done
32722024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.631 INFO O| Sep 03 22:41:37.631 INFO O| Done
32732024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.633 INFO O| Sep 03 22:41:37.633 INFO O| Done
32742024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.957 INFO O| Sep 03 22:41:37.957 INFO STEP 6 (pkg_change_variant) COMPLETE
32752024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.957 INFO O| Sep 03 22:41:37.957 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32762024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.957 INFO O| Sep 03 22:41:37.957 INFO skip step because feature "debug_variant" is not enabled
32772024-09-03T22:41:38.326Z[ host-image] Sep 03 22:41:37.957 INFO O| Sep 03 22:41:37.957 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32782024-09-03T22:41:38.578Z[ host-image] Sep 03 22:41:38.397 INFO O| Sep 03 22:41:38.396 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32792024-09-03T22:41:38.810Z[recovery-package] Finished `release` profile [optimized] target(s) in 25.29s
32802024-09-03T22:41:39.202Z[ host-image] Sep 03 22:41:39.021 INFO O| Sep 03 22:41:39.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32812024-09-03T22:41:39.226Z[ host-image] Sep 03 22:41:39.022 INFO O| Sep 03 22:41:39.022 INFO O| Planning: Planning completed in 0.00 seconds
32822024-09-03T22:41:39.226Z[ host-image] Sep 03 22:41:39.023 INFO O| Sep 03 22:41:39.023 INFO O| Planning: Consolidating action changes ... Done
32832024-09-03T22:41:39.226Z[ host-image] Sep 03 22:41:39.023 INFO O| Sep 03 22:41:39.023 INFO O| Planning: Evaluating mediators ... Done
32842024-09-03T22:41:39.226Z[ host-image] Sep 03 22:41:39.023 INFO O| Sep 03 22:41:39.023 INFO O| Planning: Planning completed in 0.00 seconds
32852024-09-03T22:41:39.226Z[ host-image] Sep 03 22:41:39.024 INFO O| Sep 03 22:41:39.023 INFO O| Variants/Facets to change: 1
32862024-09-03T22:41:39.226Z[ host-image] Sep 03 22:41:39.043 INFO O| Sep 03 22:41:39.043 INFO O| Done
32872024-09-03T22:41:39.226Z[ host-image] Sep 03 22:41:39.043 INFO O| Sep 03 22:41:39.043 INFO O| Done
32882024-09-03T22:41:39.546Z[ host-image] Sep 03 22:41:39.365 INFO O| Sep 03 22:41:39.364 INFO O| Done
32892024-09-03T22:41:39.577Z[ host-image] Sep 03 22:41:39.394 INFO O| Sep 03 22:41:39.394 INFO O| Done
32902024-09-03T22:41:39.601Z[ host-image] Sep 03 22:41:39.395 INFO O| Sep 03 22:41:39.395 INFO O| Done
32912024-09-03T22:41:39.601Z[ host-image] Sep 03 22:41:39.395 INFO O| Sep 03 22:41:39.395 INFO O| Done
32922024-09-03T22:41:39.601Z[ host-image] Sep 03 22:41:39.397 INFO O| Sep 03 22:41:39.397 INFO O| Done
32932024-09-03T22:41:39.644Z[ host-image] Sep 03 22:41:39.461 INFO O| Sep 03 22:41:39.460 INFO STEP 8 (pkg_change_facet) COMPLETE
32942024-09-03T22:41:39.644Z[ host-image] Sep 03 22:41:39.461 INFO O| Sep 03 22:41:39.461 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32952024-09-03T22:41:39.670Z[ host-image] Sep 03 22:41:39.461 INFO O| Sep 03 22:41:39.461 INFO skip step because feature "recovery" is not enabled
32962024-09-03T22:41:39.670Z[ host-image] Sep 03 22:41:39.461 INFO O| Sep 03 22:41:39.461 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32972024-09-03T22:41:39.670Z[ host-image] Sep 03 22:41:39.461 INFO O| Sep 03 22:41:39.461 INFO skip step because feature "recovery" is not enabled
32982024-09-03T22:41:39.670Z[ host-image] Sep 03 22:41:39.461 INFO O| Sep 03 22:41:39.461 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32992024-09-03T22:41:39.670Z[ host-image] Sep 03 22:41:39.481 INFO O| Sep 03 22:41:39.481 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"]
33002024-09-03T22:41:40.274Z[ host-image] Sep 03 22:41:40.092 INFO O| Sep 03 22:41:40.092 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33012024-09-03T22:41:42.313ZSep 03 22:41:42.131 INFO [recovery-package] process exited with exit status: 0 (29.055086753s)
33022024-09-03T22:41:42.313ZSep 03 22:41:42.131 INFO [recovery-stamp] running task
33032024-09-03T22:41:42.337ZSep 03 22:41:42.132 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33042024-09-03T22:41:42.337ZSep 03 22:41:42.132 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git72fafea7a1a
33052024-09-03T22:41:42.337ZSep 03 22:41:42.155 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+git72fafea7a1a
33062024-09-03T22:41:42.361Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33072024-09-03T22:41:42.361Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33082024-09-03T22:41:42.441Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33092024-09-03T22:41:42.465ZSep 03 22:41:42.266 INFO [stamp-installinator] process exited with exit status: 0 (134.167599ms)
33102024-09-03T22:41:42.497Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33112024-09-03T22:41:42.521ZSep 03 22:41:42.321 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (165.724827ms)
33122024-09-03T22:41:42.521ZSep 03 22:41:42.321 INFO [recovery-stamp] task succeeded (189.501643ms)
33132024-09-03T22:41:42.521ZSep 03 22:41:42.321 INFO [recovery-proto] running task
33142024-09-03T22:41:42.521ZSep 03 22:41:42.321 INFO [tuf-stamp] running task
33152024-09-03T22:41:42.521ZSep 03 22:41:42.323 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+git72fafea7a1a
33162024-09-03T22:41:42.521ZSep 03 22:41:42.336 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+git72fafea7a1a
33172024-09-03T22:41:42.544Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33182024-09-03T22:41:42.544ZSep 03 22:41:42.349 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+git72fafea7a1a
33192024-09-03T22:41:42.570Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33202024-09-03T22:41:42.570ZSep 03 22:41:42.364 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+git72fafea7a1a
33212024-09-03T22:41:42.570Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33222024-09-03T22:41:42.570ZSep 03 22:41:42.377 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+git72fafea7a1a
33232024-09-03T22:41:42.593Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33242024-09-03T22:41:42.593ZSep 03 22:41:42.391 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+git72fafea7a1a
33252024-09-03T22:41:42.593ZSep 03 22:41:42.398 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+git72fafea7a1a
33262024-09-03T22:41:42.593Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33272024-09-03T22:41:42.617ZSep 03 22:41:42.416 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+git72fafea7a1a
33282024-09-03T22:41:42.617ZSep 03 22:41:42.429 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+git72fafea7a1a
33292024-09-03T22:41:42.648ZSep 03 22:41:42.467 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+git72fafea7a1a
33302024-09-03T22:41:42.894Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33312024-09-03T22:41:42.918Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33322024-09-03T22:41:42.918Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33332024-09-03T22:41:42.918Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33342024-09-03T22:41:42.918ZSep 03 22:41:42.718 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+git72fafea7a1a
33352024-09-03T22:41:42.918Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33362024-09-03T22:41:42.941Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33372024-09-03T22:41:42.965Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33382024-09-03T22:41:42.988ZSep 03 22:41:42.798 INFO [recovery-proto] task succeeded (476.306388ms)
33392024-09-03T22:41:42.988ZSep 03 22:41:42.798 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpvhwQ9K/proto/recovery/root -N 'recovery 72fafea/${os_short_commit} 2024-09-03 22:22' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33402024-09-03T22:41:43.011Z[ recovery-image] Sep 03 22:41:42.816 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33412024-09-03T22:41:43.011Z[ recovery-image] Sep 03 22:41:42.816 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33422024-09-03T22:41:43.034Z[ recovery-image] Sep 03 22:41:42.833 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpvhwQ9K/proto/recovery/root"
33432024-09-03T22:41:43.034Z[ recovery-image] Sep 03 22:41:42.833 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33442024-09-03T22:41:43.034Z[ recovery-image] Sep 03 22:41:42.833 INFO image builder template: ramdisk-01-os...
33452024-09-03T22:41:43.034Z[ recovery-image] Sep 03 22:41:42.833 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/.tmpvhwQ9K/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33462024-09-03T22:41:43.058ZSep 03 22:41:42.859 INFO [stamp-ntp] process exited with exit status: 0 (509.627597ms)
33472024-09-03T22:41:43.081Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33482024-09-03T22:41:43.110Z[ recovery-image] Sep 03 22:41:42.929 INFO O| Sep 03 22:41:42.922 INFO CREATE DATASET: rpool/images/build/recovery/output
33492024-09-03T22:41:43.134ZSep 03 22:41:42.951 INFO [stamp-probe] process exited with exit status: 0 (232.946554ms)
33502024-09-03T22:41:43.341Z[ recovery-image] Sep 03 22:41:43.160 INFO O| Sep 03 22:41:43.155 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33512024-09-03T22:41:43.365Z[ recovery-image] Sep 03 22:41:43.174 INFO O| Sep 03 22:41:43.163 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33522024-09-03T22:41:43.584Z[ recovery-image] Sep 03 22:41:43.403 INFO O| Sep 03 22:41:43.377 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33532024-09-03T22:41:43.610Z[ recovery-image] Sep 03 22:41:43.429 INFO O| Sep 03 22:41:43.427 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33542024-09-03T22:41:43.610Z[ recovery-image] Sep 03 22:41:43.429 INFO O| Sep 03 22:41:43.427 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33552024-09-03T22:41:43.610Z[ recovery-image] Sep 03 22:41:43.429 INFO O| Sep 03 22:41:43.428 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33562024-09-03T22:41:43.634Z[ recovery-image] Sep 03 22:41:43.429 INFO O| Sep 03 22:41:43.428 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33572024-09-03T22:41:43.657Z[ recovery-image] Sep 03 22:41:43.458 INFO O| Sep 03 22:41:43.441 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33582024-09-03T22:41:43.721Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33592024-09-03T22:41:43.766ZSep 03 22:41:43.584 INFO [stamp-external-dns] process exited with exit status: 0 (1.247969623s)
33602024-09-03T22:41:43.766Z[ recovery-image] Sep 03 22:41:43.584 INFO O| Sep 03 22:41:43.584 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33612024-09-03T22:41:43.792Z[ recovery-image] Sep 03 22:41:43.611 INFO O| Sep 03 22:41:43.603 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33622024-09-03T22:41:43.815Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
33632024-09-03T22:41:43.838ZSep 03 22:41:43.637 INFO [stamp-internal-dns] process exited with exit status: 0 (1.314141835s)
33642024-09-03T22:41:44.058Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
33652024-09-03T22:41:44.084Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33662024-09-03T22:41:44.168Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33672024-09-03T22:41:44.196Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33682024-09-03T22:41:44.219ZSep 03 22:41:44.019 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.655603883s)
33692024-09-03T22:41:44.219ZSep 03 22:41:44.024 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.544306888s)
33702024-09-03T22:41:44.326Z[ recovery-image] Sep 03 22:41:44.144 INFO O| Sep 03 22:41:44.144 INFO O| Caching catalogs ... Done
33712024-09-03T22:41:44.407Z[ recovery-image] Sep 03 22:41:44.226 INFO O| Sep 03 22:41:44.225 INFO STEP 0 (pkg_image_create) COMPLETE
33722024-09-03T22:41:44.407Z[ recovery-image] Sep 03 22:41:44.226 INFO O| Sep 03 22:41:44.226 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33732024-09-03T22:41:44.407Z[ recovery-image] Sep 03 22:41:44.226 INFO O| Sep 03 22:41:44.226 INFO skip step because feature "repo_redist" is not enabled
33742024-09-03T22:41:44.431Z[ recovery-image] Sep 03 22:41:44.226 INFO O| Sep 03 22:41:44.226 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33752024-09-03T22:41:44.431Z[ recovery-image] Sep 03 22:41:44.240 INFO O| Sep 03 22:41:44.240 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"]
33762024-09-03T22:41:44.503Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33772024-09-03T22:41:44.526ZSep 03 22:41:44.326 INFO [stamp-oximeter] process exited with exit status: 0 (1.935580018s)
33782024-09-03T22:41:44.913Z[ recovery-image] Sep 03 22:41:44.732 INFO O| Sep 03 22:41:44.732 INFO STEP 2 (pkg_set_publisher) COMPLETE
33792024-09-03T22:41:44.914Z[ recovery-image] Sep 03 22:41:44.732 INFO O| Sep 03 22:41:44.732 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33802024-09-03T22:41:44.937Z[ recovery-image] Sep 03 22:41:44.751 INFO O| Sep 03 22:41:44.751 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"]
33812024-09-03T22:41:45.416Z[ recovery-image] Sep 03 22:41:45.234 INFO O| Sep 03 22:41:45.234 INFO STEP 3 (pkg_set_publisher) COMPLETE
33822024-09-03T22:41:45.416Z[ recovery-image] Sep 03 22:41:45.235 INFO O| Sep 03 22:41:45.234 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33832024-09-03T22:41:45.440Z[ recovery-image] Sep 03 22:41:45.235 INFO O| Sep 03 22:41:45.234 INFO skip step because feature "repo_redist" is not enabled
33842024-09-03T22:41:45.440Z[ recovery-image] Sep 03 22:41:45.235 INFO O| Sep 03 22:41:45.234 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33852024-09-03T22:41:45.874Z[ recovery-image] Sep 03 22:41:45.692 INFO O| Sep 03 22:41:45.692 INFO variant opensolaris.zone is already global
33862024-09-03T22:41:45.874Z[ recovery-image] Sep 03 22:41:45.692 INFO O| Sep 03 22:41:45.692 INFO STEP 5 (pkg_change_variant) COMPLETE
33872024-09-03T22:41:45.897Z[ recovery-image] Sep 03 22:41:45.692 INFO O| Sep 03 22:41:45.692 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33882024-09-03T22:41:46.269Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33892024-09-03T22:41:46.293ZSep 03 22:41:46.093 INFO [stamp-nexus] process exited with exit status: 0 (3.664748042s)
33902024-09-03T22:41:46.383Z[ recovery-image] Sep 03 22:41:46.182 INFO O| Sep 03 22:41:46.182 INFO variant opensolaris.imagetype is full; changing to partial
33912024-09-03T22:41:46.383Z[ recovery-image] Sep 03 22:41:46.182 INFO O| Sep 03 22:41:46.182 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33922024-09-03T22:41:47.938Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33932024-09-03T22:41:47.962ZSep 03 22:41:47.761 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.363018886s)
33942024-09-03T22:41:48.313Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33952024-09-03T22:41:48.337Z[verify-libraries] Compiling polyval v0.6.2
33962024-09-03T22:41:48.371Z[verify-libraries] Compiling rfc6979 v0.4.0
33972024-09-03T22:41:48.395Z[verify-libraries] Compiling primeorder v0.13.6
33982024-09-03T22:41:48.395Z[verify-libraries] Compiling ctr v0.9.2
33992024-09-03T22:41:48.418Z[verify-libraries] Compiling ed25519 v2.2.3
34002024-09-03T22:41:48.418Z[verify-libraries] Compiling ssh-encoding v0.2.0
34012024-09-03T22:41:48.418Z[verify-libraries] Compiling blowfish v0.9.1
34022024-09-03T22:41:48.826Z[verify-libraries] Compiling ecdsa v0.16.9
34032024-09-03T22:41:49.022Z[verify-libraries] Compiling ghash v0.5.1
34042024-09-03T22:41:49.126Z[verify-libraries] Compiling password-hash v0.4.2
34052024-09-03T22:41:49.468Z[verify-libraries] Compiling aes-gcm v0.10.3
34062024-09-03T22:41:49.573Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34072024-09-03T22:41:49.724Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34082024-09-03T22:41:49.938Z[verify-libraries] Compiling ssh-cipher v0.2.0
34092024-09-03T22:41:50.534Z[verify-libraries] Compiling matches v0.1.10
34102024-09-03T22:41:50.575Z[verify-libraries] Compiling ssh-key v0.6.6
34112024-09-03T22:41:50.654Z[verify-libraries] Compiling p384 v0.13.0
34122024-09-03T22:41:50.860Z[verify-libraries] Compiling idna v0.2.3
34132024-09-03T22:41:51.033Z[verify-libraries] Compiling p521 v0.13.3
34142024-09-03T22:41:51.242Z[verify-libraries] Compiling p256 v0.13.2
34152024-09-03T22:41:51.505Z[verify-libraries] Compiling pbkdf2 v0.11.0
34162024-09-03T22:41:52.170Z[verify-libraries] Compiling enum-as-inner v0.5.1
34172024-09-03T22:41:52.790Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34182024-09-03T22:41:52.827ZSep 03 22:41:52.646 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.229663863s)
34192024-09-03T22:41:53.064Z[ recovery-image] Sep 03 22:41:52.882 INFO O| Sep 03 22:41:52.882 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34202024-09-03T22:41:53.561Z[verify-libraries] Compiling russh-cryptovec v0.7.3
34212024-09-03T22:41:53.767Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34222024-09-03T22:41:53.790ZSep 03 22:41:53.591 INFO [stamp-clickhouse] process exited with exit status: 0 (11.21409899s)
34232024-09-03T22:41:53.790ZSep 03 22:41:53.591 INFO [tuf-stamp] task succeeded (11.270326101s)
34242024-09-03T22:41:53.843Z[verify-libraries] Compiling md5 v0.7.0
34252024-09-03T22:41:53.931Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34262024-09-03T22:41:54.315Z[verify-libraries] Compiling russh-keys v0.45.0
34272024-09-03T22:41:54.523Z[verify-libraries] Compiling num-bigint v0.4.6
34282024-09-03T22:41:54.644Z[verify-libraries] Compiling des v0.8.1
34292024-09-03T22:41:55.256Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34302024-09-03T22:41:56.245Z[verify-libraries] Compiling hex-literal v0.4.1
34312024-09-03T22:41:56.279Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322024-09-03T22:41:56.476Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34332024-09-03T22:41:56.840Z[ recovery-image] Sep 03 22:41:56.658 INFO O| Sep 03 22:41:56.658 INFO O| Startup: Caching catalogs ... Done
34342024-09-03T22:41:56.925Z[ recovery-image] Sep 03 22:41:56.743 INFO O| Sep 03 22:41:56.743 INFO O| Planning: Planning completed in 0.00 seconds
34352024-09-03T22:41:56.949Z[ recovery-image] Sep 03 22:41:56.744 INFO O| Sep 03 22:41:56.744 INFO O| Planning: Consolidating action changes ... Done
34362024-09-03T22:41:56.949Z[ recovery-image] Sep 03 22:41:56.744 INFO O| Sep 03 22:41:56.744 INFO O| Planning: Evaluating mediators ... Done
34372024-09-03T22:41:56.949Z[ recovery-image] Sep 03 22:41:56.744 INFO O| Sep 03 22:41:56.744 INFO O| Planning: Planning completed in 0.00 seconds
34382024-09-03T22:41:56.949Z[ recovery-image] Sep 03 22:41:56.745 INFO O| Sep 03 22:41:56.745 INFO O| Variants/Facets to change: 1
34392024-09-03T22:41:57.045Z[ recovery-image] Sep 03 22:41:56.863 INFO O| Sep 03 22:41:56.862 INFO O| Done
34402024-09-03T22:41:57.045Z[ recovery-image] Sep 03 22:41:56.863 INFO O| Sep 03 22:41:56.863 INFO O| Done
34412024-09-03T22:41:57.068Z[verify-libraries] Compiling internet-checksum v0.2.1
34422024-09-03T22:41:57.323Z[verify-libraries] Compiling heck v0.4.1
34432024-09-03T22:41:57.551Z[ recovery-image] Sep 03 22:41:57.369 INFO O| Sep 03 22:41:57.369 INFO O| Done
34442024-09-03T22:41:57.586Z[ recovery-image] Sep 03 22:41:57.405 INFO O| Sep 03 22:41:57.405 INFO O| Done
34452024-09-03T22:41:57.610Z[ recovery-image] Sep 03 22:41:57.406 INFO O| Sep 03 22:41:57.406 INFO O| Done
34462024-09-03T22:41:57.610Z[ recovery-image] Sep 03 22:41:57.407 INFO O| Sep 03 22:41:57.407 INFO O| Done
34472024-09-03T22:41:57.610Z[ recovery-image] Sep 03 22:41:57.408 INFO O| Sep 03 22:41:57.408 INFO O| Done
34482024-09-03T22:41:57.993Z[ recovery-image] Sep 03 22:41:57.811 INFO O| Sep 03 22:41:57.811 INFO STEP 6 (pkg_change_variant) COMPLETE
34492024-09-03T22:41:57.993Z[ recovery-image] Sep 03 22:41:57.811 INFO O| Sep 03 22:41:57.811 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34502024-09-03T22:41:58.017Z[ recovery-image] Sep 03 22:41:57.811 INFO O| Sep 03 22:41:57.811 INFO skip step because feature "debug_variant" is not enabled
34512024-09-03T22:41:58.017Z[ recovery-image] Sep 03 22:41:57.811 INFO O| Sep 03 22:41:57.811 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34522024-09-03T22:41:58.546Z[ recovery-image] Sep 03 22:41:58.364 INFO O| Sep 03 22:41:58.364 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34532024-09-03T22:41:58.745Z[verify-libraries] Compiling russh v0.45.0
34542024-09-03T22:41:59.652Z[ recovery-image] Sep 03 22:41:59.470 INFO O| Sep 03 22:41:59.470 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34552024-09-03T22:41:59.675Z[ recovery-image] Sep 03 22:41:59.472 INFO O| Sep 03 22:41:59.472 INFO O| Planning: Planning completed in 0.00 seconds
34562024-09-03T22:41:59.675Z[ recovery-image] Sep 03 22:41:59.473 INFO O| Sep 03 22:41:59.473 INFO O| Planning: Consolidating action changes ... Done
34572024-09-03T22:41:59.676Z[ recovery-image] Sep 03 22:41:59.473 INFO O| Sep 03 22:41:59.473 INFO O| Planning: Evaluating mediators ... Done
34582024-09-03T22:41:59.676Z[ recovery-image] Sep 03 22:41:59.473 INFO O| Sep 03 22:41:59.473 INFO O| Planning: Planning completed in 0.00 seconds
34592024-09-03T22:41:59.676Z[ recovery-image] Sep 03 22:41:59.473 INFO O| Sep 03 22:41:59.473 INFO O| Variants/Facets to change: 1
34602024-09-03T22:41:59.725Z[ recovery-image] Sep 03 22:41:59.544 INFO O| Sep 03 22:41:59.543 INFO O| Done
34612024-09-03T22:41:59.725Z[ recovery-image] Sep 03 22:41:59.544 INFO O| Sep 03 22:41:59.543 INFO O| Done
34622024-09-03T22:42:00.048Z[ recovery-image] Sep 03 22:41:59.866 INFO O| Sep 03 22:41:59.866 INFO O| Done
34632024-09-03T22:42:00.086Z[ recovery-image] Sep 03 22:41:59.904 INFO O| Sep 03 22:41:59.904 INFO O| Done
34642024-09-03T22:42:00.109Z[ recovery-image] Sep 03 22:41:59.905 INFO O| Sep 03 22:41:59.905 INFO O| Done
34652024-09-03T22:42:00.109Z[ recovery-image] Sep 03 22:41:59.905 INFO O| Sep 03 22:41:59.905 INFO O| Done
34662024-09-03T22:42:00.109Z[ recovery-image] Sep 03 22:41:59.907 INFO O| Sep 03 22:41:59.907 INFO O| Done
34672024-09-03T22:42:00.133Z[verify-libraries] Compiling dhcproto v0.12.0
34682024-09-03T22:42:00.157Z[ recovery-image] Sep 03 22:41:59.975 INFO O| Sep 03 22:41:59.975 INFO STEP 8 (pkg_change_facet) COMPLETE
34692024-09-03T22:42:00.157Z[ recovery-image] Sep 03 22:41:59.975 INFO O| Sep 03 22:41:59.975 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34702024-09-03T22:42:00.661Z[ recovery-image] Sep 03 22:42:00.479 INFO O| Sep 03 22:42:00.479 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
34712024-09-03T22:42:01.597Z[ recovery-image] Sep 03 22:42:01.416 INFO O| Sep 03 22:42:01.416 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34722024-09-03T22:42:01.621Z[ recovery-image] Sep 03 22:42:01.417 INFO O| Sep 03 22:42:01.417 INFO O| Planning: Planning completed in 0.00 seconds
34732024-09-03T22:42:01.621Z[ recovery-image] Sep 03 22:42:01.418 INFO O| Sep 03 22:42:01.418 INFO O| Planning: Consolidating action changes ... Done
34742024-09-03T22:42:01.621Z[ recovery-image] Sep 03 22:42:01.418 INFO O| Sep 03 22:42:01.418 INFO O| Planning: Evaluating mediators ... Done
34752024-09-03T22:42:01.621Z[ recovery-image] Sep 03 22:42:01.419 INFO O| Sep 03 22:42:01.418 INFO O| Planning: Planning completed in 0.00 seconds
34762024-09-03T22:42:01.621Z[ recovery-image] Sep 03 22:42:01.419 INFO O| Sep 03 22:42:01.419 INFO O| Variants/Facets to change: 1
34772024-09-03T22:42:01.769Z[ recovery-image] Sep 03 22:42:01.587 INFO O| Sep 03 22:42:01.587 INFO O| Done
34782024-09-03T22:42:01.769Z[ recovery-image] Sep 03 22:42:01.587 INFO O| Sep 03 22:42:01.587 INFO O| Done
34792024-09-03T22:42:02.155Z[ recovery-image] Sep 03 22:42:01.973 INFO O| Sep 03 22:42:01.973 INFO O| Done
34802024-09-03T22:42:02.185Z[ recovery-image] Sep 03 22:42:02.003 INFO O| Sep 03 22:42:02.003 INFO O| Done
34812024-09-03T22:42:02.208Z[ recovery-image] Sep 03 22:42:02.004 INFO O| Sep 03 22:42:02.004 INFO O| Done
34822024-09-03T22:42:02.208Z[ recovery-image] Sep 03 22:42:02.004 INFO O| Sep 03 22:42:02.004 INFO O| Done
34832024-09-03T22:42:02.208Z[ recovery-image] Sep 03 22:42:02.006 INFO O| Sep 03 22:42:02.006 INFO O| Done
34842024-09-03T22:42:02.281Z[ recovery-image] Sep 03 22:42:02.099 INFO O| Sep 03 22:42:02.099 INFO STEP 9 (pkg_change_facet) COMPLETE
34852024-09-03T22:42:02.281Z[ recovery-image] Sep 03 22:42:02.099 INFO O| Sep 03 22:42:02.099 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34862024-09-03T22:42:02.642Z[ host-image] Sep 03 22:42:02.460 INFO O| Sep 03 22:42:02.460 INFO O| Planning: Solver setup ... Done
34872024-09-03T22:42:02.976Z[ recovery-image] Sep 03 22:42:02.794 INFO O| Sep 03 22:42:02.794 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34882024-09-03T22:42:03.153Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34892024-09-03T22:42:04.002Z[ recovery-image] Sep 03 22:42:03.820 INFO O| Sep 03 22:42:03.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34902024-09-03T22:42:04.025Z[ recovery-image] Sep 03 22:42:03.822 INFO O| Sep 03 22:42:03.821 INFO O| Planning: Planning completed in 0.00 seconds
34912024-09-03T22:42:04.026Z[ recovery-image] Sep 03 22:42:03.822 INFO O| Sep 03 22:42:03.822 INFO O| Planning: Consolidating action changes ... Done
34922024-09-03T22:42:04.026Z[ recovery-image] Sep 03 22:42:03.823 INFO O| Sep 03 22:42:03.822 INFO O| Planning: Evaluating mediators ... Done
34932024-09-03T22:42:04.026Z[ recovery-image] Sep 03 22:42:03.823 INFO O| Sep 03 22:42:03.823 INFO O| Planning: Planning completed in 0.00 seconds
34942024-09-03T22:42:04.026Z[ recovery-image] Sep 03 22:42:03.823 INFO O| Sep 03 22:42:03.823 INFO O| Variants/Facets to change: 1
34952024-09-03T22:42:04.092Z[ recovery-image] Sep 03 22:42:03.910 INFO O| Sep 03 22:42:03.910 INFO O| Done
34962024-09-03T22:42:04.092Z[ recovery-image] Sep 03 22:42:03.910 INFO O| Sep 03 22:42:03.910 INFO O| Done
34972024-09-03T22:42:04.480Z[ recovery-image] Sep 03 22:42:04.298 INFO O| Sep 03 22:42:04.298 INFO O| Done
34982024-09-03T22:42:04.510Z[ recovery-image] Sep 03 22:42:04.329 INFO O| Sep 03 22:42:04.328 INFO O| Done
34992024-09-03T22:42:04.534Z[ recovery-image] Sep 03 22:42:04.329 INFO O| Sep 03 22:42:04.329 INFO O| Done
35002024-09-03T22:42:04.534Z[ recovery-image] Sep 03 22:42:04.329 INFO O| Sep 03 22:42:04.329 INFO O| Done
35012024-09-03T22:42:04.534Z[ recovery-image] Sep 03 22:42:04.331 INFO O| Sep 03 22:42:04.331 INFO O| Done
35022024-09-03T22:42:04.597Z[ recovery-image] Sep 03 22:42:04.415 INFO O| Sep 03 22:42:04.414 INFO STEP 10 (pkg_change_facet) COMPLETE
35032024-09-03T22:42:04.597Z[ recovery-image] Sep 03 22:42:04.415 INFO O| Sep 03 22:42:04.415 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35042024-09-03T22:42:04.622Z[ recovery-image] Sep 03 22:42:04.440 INFO O| Sep 03 22:42:04.440 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"]
35052024-09-03T22:42:05.776Z[ recovery-image] Sep 03 22:42:05.594 INFO O| Sep 03 22:42:05.594 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35062024-09-03T22:42:09.012Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35072024-09-03T22:42:09.635Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35082024-09-03T22:42:10.033Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35092024-09-03T22:42:10.342Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35102024-09-03T22:42:10.477Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35112024-09-03T22:42:10.819Z[verify-libraries] Compiling indent_write v2.2.0
35122024-09-03T22:42:10.950Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35132024-09-03T22:42:11.162Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35142024-09-03T22:42:13.292Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35152024-09-03T22:42:13.348Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35162024-09-03T22:42:13.748Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35172024-09-03T22:42:16.475Z[ host-image] Sep 03 22:42:16.293 INFO O| Sep 03 22:42:16.293 INFO O| Planning: Running solver ... Done
35182024-09-03T22:42:16.699Z[ host-image] Sep 03 22:42:16.517 INFO O| Sep 03 22:42:16.517 INFO O| Planning: Finding local manifests ... Done
35192024-09-03T22:42:16.722Z[ host-image] Sep 03 22:42:16.540 INFO O| Sep 03 22:42:16.540 INFO O| Planning: Fetching manifests: 0/124 0% complete
35202024-09-03T22:42:19.962Z[ host-image] Sep 03 22:42:19.780 INFO O| Sep 03 22:42:19.780 INFO O| Planning: Fetching manifests: 124/124 100% complete
35212024-09-03T22:42:19.991Z[verify-libraries] Compiling termios v0.3.3
35222024-09-03T22:42:20.492Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35232024-09-03T22:42:20.965Z[ host-image] Sep 03 22:42:20.783 INFO O| Sep 03 22:42:20.783 INFO O| Planning: Package planning ... Done
35242024-09-03T22:42:22.104Z[ host-image] Sep 03 22:42:21.922 INFO O| Sep 03 22:42:21.921 INFO O| Planning: Merging actions ... Done
35252024-09-03T22:42:22.532Z[ host-image] Sep 03 22:42:22.350 INFO O| Sep 03 22:42:22.350 INFO O| Planning: Checking for conflicting actions ... Done
35262024-09-03T22:42:22.729Z[ host-image] Sep 03 22:42:22.547 INFO O| Sep 03 22:42:22.547 INFO O| Planning: Consolidating action changes ... Done
35272024-09-03T22:42:23.095Z[ host-image] Sep 03 22:42:22.913 INFO O| Sep 03 22:42:22.913 INFO O| Planning: Evaluating mediators ... Done
35282024-09-03T22:42:27.200Z[ host-image] Sep 03 22:42:27.018 INFO O| Sep 03 22:42:27.018 INFO O| Planning: Planning completed in 46.93 seconds
35292024-09-03T22:42:27.224Z[ host-image] Sep 03 22:42:27.024 INFO O| Sep 03 22:42:27.024 INFO O| Packages to install: 124
35302024-09-03T22:42:27.225Z[ host-image] Sep 03 22:42:27.024 INFO O| Sep 03 22:42:27.024 INFO O| Mediators to change: 4
35312024-09-03T22:42:27.225Z[ host-image] Sep 03 22:42:27.024 INFO O| Sep 03 22:42:27.024 INFO O| Services to change: 6
35322024-09-03T22:42:27.291Z[ host-image] Sep 03 22:42:27.109 INFO O| Sep 03 22:42:27.109 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35332024-09-03T22:42:28.320Z[ recovery-image] Sep 03 22:42:28.138 INFO O| Sep 03 22:42:28.138 INFO O| Planning: Solver setup ... Done
35342024-09-03T22:42:32.330Z[ host-image] Sep 03 22:42:32.148 INFO O| Sep 03 22:42:32.148 INFO O| Download: 1175/22728 items 6.9/196.4MB 3% complete (1.4M/s)
35352024-09-03T22:42:37.640Z[ host-image] Sep 03 22:42:37.458 INFO O| Sep 03 22:42:37.458 INFO O| Download: 1792/22728 items 12.8/196.4MB 6% complete (1.3M/s)
35362024-09-03T22:42:40.447Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35372024-09-03T22:42:40.559Z[ recovery-image] Sep 03 22:42:40.377 INFO O| Sep 03 22:42:40.377 INFO O| Planning: Running solver ... Done
35382024-09-03T22:42:40.786Z[ recovery-image] Sep 03 22:42:40.604 INFO O| Sep 03 22:42:40.603 INFO O| Planning: Finding local manifests ... Done
35392024-09-03T22:42:40.809Z[ recovery-image] Sep 03 22:42:40.616 INFO O| Sep 03 22:42:40.616 INFO O| Planning: Fetching manifests: 0/124 0% complete
35402024-09-03T22:42:42.657Z[ host-image] Sep 03 22:42:42.475 INFO O| Sep 03 22:42:42.475 INFO O| Download: 2328/22728 items 27.2/196.4MB 13% complete (2.0M/s)
35412024-09-03T22:42:44.569Z[ recovery-image] Sep 03 22:42:44.387 INFO O| Sep 03 22:42:44.386 INFO O| Planning: Fetching manifests: 124/124 100% complete
35422024-09-03T22:42:45.328Z[ recovery-image] Sep 03 22:42:45.146 INFO O| Sep 03 22:42:45.146 INFO O| Planning: Package planning ... Done
35432024-09-03T22:42:45.844Z[ recovery-image] Sep 03 22:42:45.662 INFO O| Sep 03 22:42:45.662 INFO O| Planning: Merging actions ... Done
35442024-09-03T22:42:45.982Z[ recovery-image] Sep 03 22:42:45.801 INFO O| Sep 03 22:42:45.801 INFO O| Planning: Checking for conflicting actions ... Done
35452024-09-03T22:42:46.068Z[ recovery-image] Sep 03 22:42:45.886 INFO O| Sep 03 22:42:45.886 INFO O| Planning: Consolidating action changes ... Done
35462024-09-03T22:42:46.307Z[ recovery-image] Sep 03 22:42:46.125 INFO O| Sep 03 22:42:46.125 INFO O| Planning: Evaluating mediators ... Done
35472024-09-03T22:42:47.657Z[ host-image] Sep 03 22:42:47.475 INFO O| Sep 03 22:42:47.475 INFO O| Download: 3508/22728 items 35.7/196.4MB 18% complete (2.3M/s)
35482024-09-03T22:42:50.152Z[ recovery-image] Sep 03 22:42:49.970 INFO O| Sep 03 22:42:49.970 INFO O| Planning: Planning completed in 44.38 seconds
35492024-09-03T22:42:50.176Z[ recovery-image] Sep 03 22:42:49.975 INFO O| Sep 03 22:42:49.975 INFO O| Packages to install: 124
35502024-09-03T22:42:50.176Z[ recovery-image] Sep 03 22:42:49.975 INFO O| Sep 03 22:42:49.975 INFO O| Mediators to change: 4
35512024-09-03T22:42:50.176Z[ recovery-image] Sep 03 22:42:49.975 INFO O| Sep 03 22:42:49.975 INFO O| Services to change: 5
35522024-09-03T22:42:50.204Z[ recovery-image] Sep 03 22:42:50.022 INFO O| Sep 03 22:42:50.022 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35532024-09-03T22:42:52.899Z[ host-image] Sep 03 22:42:52.717 INFO O| Sep 03 22:42:52.716 INFO O| Download: 4531/22728 items 42.3/196.4MB 21% complete (1.5M/s)
35542024-09-03T22:42:55.206Z[ recovery-image] Sep 03 22:42:55.022 INFO O| Sep 03 22:42:55.022 INFO O| Download: 979/15831 items 7.8/173.2MB 4% complete (1.6M/s)
35552024-09-03T22:42:57.901Z[ host-image] Sep 03 22:42:57.719 INFO O| Sep 03 22:42:57.719 INFO O| Download: 5278/22728 items 46.0/196.4MB 23% complete (1.0M/s)
35562024-09-03T22:43:00.219Z[ recovery-image] Sep 03 22:43:00.037 INFO O| Sep 03 22:43:00.037 INFO O| Download: 1188/15831 items 15.1/173.2MB 8% complete (1.6M/s)
35572024-09-03T22:43:02.904Z[ host-image] Sep 03 22:43:02.722 INFO O| Sep 03 22:43:02.721 INFO O| Download: 6367/22728 items 46.6/196.4MB 23% complete (443k/s)
35582024-09-03T22:43:05.308Z[ recovery-image] Sep 03 22:43:05.126 INFO O| Sep 03 22:43:05.126 INFO O| Download: 1644/15831 items 25.5/173.2MB 14% complete (1.8M/s)
35592024-09-03T22:43:07.928Z[ host-image] Sep 03 22:43:07.746 INFO O| Sep 03 22:43:07.746 INFO O| Download: 6981/22728 items 50.4/196.4MB 25% complete (445k/s)
35602024-09-03T22:43:08.914Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35612024-09-03T22:43:10.312Z[ recovery-image] Sep 03 22:43:10.127 INFO O| Sep 03 22:43:10.127 INFO O| Download: 2600/15831 items 32.8/173.2MB 18% complete (1.8M/s)
35622024-09-03T22:43:12.930Z[ host-image] Sep 03 22:43:12.748 INFO O| Sep 03 22:43:12.748 INFO O| Download: 7881/22728 items 59.3/196.4MB 30% complete (1.3M/s)
35632024-09-03T22:43:17.442Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35642024-09-03T22:43:17.478Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35652024-09-03T22:43:17.478Z[ recovery-image] Sep 03 22:43:15.147 INFO O| Sep 03 22:43:15.146 INFO O| Download: 3538/15831 items 38.4/173.2MB 22% complete (1.3M/s)
35662024-09-03T22:43:17.938Z[ host-image] Sep 03 22:43:17.756 INFO O| Sep 03 22:43:17.755 INFO O| Download: 8356/22728 items 69.0/196.4MB 35% complete (1.8M/s)
35672024-09-03T22:43:19.144Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
35682024-09-03T22:43:20.330Z[ recovery-image] Sep 03 22:43:20.148 INFO O| Sep 03 22:43:20.148 INFO O| Download: 4180/15831 items 42.6/173.2MB 24% complete (1021k/s)
35692024-09-03T22:43:22.938Z[ host-image] Sep 03 22:43:22.756 INFO O| Sep 03 22:43:22.755 INFO O| Download: 9275/22728 items 79.6/196.4MB 40% complete (2.0M/s)
35702024-09-03T22:43:25.349Z[ recovery-image] Sep 03 22:43:25.167 INFO O| Sep 03 22:43:25.167 INFO O| Download: 4997/15831 items 43.1/173.2MB 24% complete (482k/s)
35712024-09-03T22:43:27.940Z[ host-image] Sep 03 22:43:27.757 INFO O| Sep 03 22:43:27.757 INFO O| Download: 10112/22728 items 84.8/196.4MB 43% complete (1.6M/s)
35722024-09-03T22:43:30.360Z[ recovery-image] Sep 03 22:43:30.177 INFO O| Sep 03 22:43:30.177 INFO O| Download: 5748/15831 items 46.8/173.2MB 27% complete (397k/s)
35732024-09-03T22:43:32.948Z[ host-image] Sep 03 22:43:32.765 INFO O| Sep 03 22:43:32.765 INFO O| Download: 10856/22728 items 90.0/196.4MB 45% complete (1.2M/s)
35742024-09-03T22:43:35.389Z[ recovery-image] Sep 03 22:43:35.207 INFO O| Sep 03 22:43:35.207 INFO O| Download: 6200/15831 items 62.0/173.2MB 35% complete (1.9M/s)
35752024-09-03T22:43:37.951Z[ host-image] Sep 03 22:43:37.768 INFO O| Sep 03 22:43:37.768 INFO O| Download: 11465/22728 items 96.2/196.4MB 48% complete (1.1M/s)
35762024-09-03T22:43:40.394Z[ recovery-image] Sep 03 22:43:40.211 INFO O| Sep 03 22:43:40.211 INFO O| Download: 7195/15831 items 73.2/173.2MB 42% complete (2.7M/s)
35772024-09-03T22:43:42.967Z[ host-image] Sep 03 22:43:42.785 INFO O| Sep 03 22:43:42.784 INFO O| Download: 12012/22728 items 100.4/196.4MB 51% complete (1.0M/s)
35782024-09-03T22:43:44.491Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792024-09-03T22:43:45.560Z[ recovery-image] Sep 03 22:43:45.377 INFO O| Sep 03 22:43:45.377 INFO O| Download: 7893/15831 items 76.7/173.2MB 44% complete (1.4M/s)
35802024-09-03T22:43:47.968Z[ host-image] Sep 03 22:43:47.786 INFO O| Sep 03 22:43:47.786 INFO O| Download: 12671/22728 items 109.6/196.4MB 55% complete (1.3M/s)
35812024-09-03T22:43:48.582Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35822024-09-03T22:43:50.580Z[ recovery-image] Sep 03 22:43:50.398 INFO O| Sep 03 22:43:50.398 INFO O| Download: 8627/15831 items 80.4/173.2MB 46% complete (707k/s)
35832024-09-03T22:43:52.968Z[ host-image] Sep 03 22:43:52.786 INFO O| Sep 03 22:43:52.786 INFO O| Download: 13728/22728 items 110.1/196.4MB 56% complete (1006k/s)
35842024-09-03T22:43:53.041Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
35852024-09-03T22:43:55.646Z[ recovery-image] Sep 03 22:43:55.463 INFO O| Sep 03 22:43:55.463 INFO O| Download: 8921/15831 items 92.6/173.2MB 53% complete (1.6M/s)
35862024-09-03T22:43:57.977Z[ host-image] Sep 03 22:43:57.795 INFO O| Sep 03 22:43:57.795 INFO O| Download: 14489/22728 items 114.2/196.4MB 58% complete (392k/s)
35872024-09-03T22:44:00.647Z[ recovery-image] Sep 03 22:44:00.465 INFO O| Sep 03 22:44:00.465 INFO O| Download: 9968/15831 items 93.1/173.2MB 53% complete (1.3M/s)
35882024-09-03T22:44:02.979Z[ host-image] Sep 03 22:44:02.797 INFO O| Sep 03 22:44:02.797 INFO O| Download: 15272/22728 items 121.2/196.4MB 61% complete (1.1M/s)
35892024-09-03T22:44:05.649Z[ recovery-image] Sep 03 22:44:05.467 INFO O| Sep 03 22:44:05.466 INFO O| Download: 10836/15831 items 93.7/173.2MB 54% complete (119k/s)
35902024-09-03T22:44:07.980Z[ host-image] Sep 03 22:44:07.798 INFO O| Sep 03 22:44:07.798 INFO O| Download: 15899/22728 items 131.3/196.4MB 66% complete (1.8M/s)
35912024-09-03T22:44:10.659Z[ recovery-image] Sep 03 22:44:10.477 INFO O| Sep 03 22:44:10.477 INFO O| Download: 11309/15831 items 105.2/173.2MB 60% complete (1.1M/s)
35922024-09-03T22:44:12.980Z[ host-image] Sep 03 22:44:12.798 INFO O| Sep 03 22:44:12.798 INFO O| Download: 16911/22728 items 143.3/196.4MB 72% complete (2.2M/s)
35932024-09-03T22:44:15.697Z[ recovery-image] Sep 03 22:44:15.515 INFO O| Sep 03 22:44:15.515 INFO O| Download: 11894/15831 items 128.0/173.2MB 73% complete (3.4M/s)
35942024-09-03T22:44:17.984Z[ host-image] Sep 03 22:44:17.802 INFO O| Sep 03 22:44:17.802 INFO O| Download: 17836/22728 items 150.0/196.4MB 76% complete (1.9M/s)
35952024-09-03T22:44:20.886Z[ recovery-image] Sep 03 22:44:20.703 INFO O| Sep 03 22:44:20.703 INFO O| Download: 13003/15831 items 140.9/173.2MB 81% complete (3.8M/s)
35962024-09-03T22:44:22.986Z[ host-image] Sep 03 22:44:22.804 INFO O| Sep 03 22:44:22.803 INFO O| Download: 18631/22728 items 161.8/196.4MB 82% complete (1.9M/s)
35972024-09-03T22:44:25.888Z[ recovery-image] Sep 03 22:44:25.706 INFO O| Sep 03 22:44:25.706 INFO O| Download: 14230/15831 items 146.1/173.2MB 84% complete (1.8M/s)
35982024-09-03T22:44:27.986Z[ host-image] Sep 03 22:44:27.804 INFO O| Sep 03 22:44:27.804 INFO O| Download: 18976/22728 items 162.9/196.4MB 82% complete (1.3M/s)
35992024-09-03T22:44:30.937Z[ recovery-image] Sep 03 22:44:30.754 INFO O| Sep 03 22:44:30.754 INFO O| Download: 14750/15831 items 153.3/173.2MB 88% complete (1.3M/s)
36002024-09-03T22:44:32.994Z[ host-image] Sep 03 22:44:32.812 INFO O| Sep 03 22:44:32.812 INFO O| Download: 20338/22728 items 168.4/196.4MB 85% complete (686k/s)
36012024-09-03T22:44:35.947Z[ recovery-image] Sep 03 22:44:35.765 INFO O| Sep 03 22:44:35.764 INFO O| Download: 15445/15831 items 161.4/173.2MB 93% complete (1.5M/s)
36022024-09-03T22:44:38.088Z[ host-image] Sep 03 22:44:37.905 INFO O| Sep 03 22:44:37.905 INFO O| Download: 20906/22728 items 175.8/196.4MB 89% complete (1.3M/s)
36032024-09-03T22:44:40.804Z[ recovery-image] Sep 03 22:44:40.621 INFO O| Sep 03 22:44:40.621 INFO O| Download: Completed 173.18 MB in 110.60 seconds (1.6M/s)
36042024-09-03T22:44:41.383Z[ recovery-image] Sep 03 22:44:41.199 INFO O| Sep 03 22:44:41.199 INFO O| Actions: 1/24965 actions (Installing new actions)
36052024-09-03T22:44:43.096Z[ host-image] Sep 03 22:44:42.914 INFO O| Sep 03 22:44:42.914 INFO O| Download: 21891/22728 items 188.3/196.4MB 95% complete (2.0M/s)
36062024-09-03T22:44:46.384Z[ recovery-image] Sep 03 22:44:46.199 INFO O| Sep 03 22:44:46.199 INFO O| Actions: 10296/24965 actions (Installing new actions)
36072024-09-03T22:44:48.122Z[ host-image] Sep 03 22:44:47.939 INFO O| Sep 03 22:44:47.939 INFO O| Download: 22538/22728 items 196.2/196.4MB 99% complete (2.0M/s)
36082024-09-03T22:44:49.269Z[ host-image] Sep 03 22:44:49.087 INFO O| Sep 03 22:44:49.087 INFO O| Download: Completed 196.40 MB in 141.98 seconds (1.4M/s)
36092024-09-03T22:44:50.484Z[ host-image] Sep 03 22:44:50.301 INFO O| Sep 03 22:44:50.301 INFO O| Actions: 1/49262 actions (Installing new actions)
36102024-09-03T22:44:51.384Z[ recovery-image] Sep 03 22:44:51.199 INFO O| Sep 03 22:44:51.199 INFO O| Actions: 16602/24965 actions (Installing new actions)
36112024-09-03T22:44:55.484Z[ host-image] Sep 03 22:44:55.302 INFO O| Sep 03 22:44:55.301 INFO O| Actions: 10881/49262 actions (Installing new actions)
36122024-09-03T22:44:56.399Z[ recovery-image] Sep 03 22:44:56.217 INFO O| Sep 03 22:44:56.217 INFO O| Actions: 24513/24965 actions (Installing new actions)
36132024-09-03T22:44:57.923Z[ recovery-image] Sep 03 22:44:57.741 INFO O| Sep 03 22:44:57.740 INFO O| Actions: Completed 24965 actions in 16.54 seconds.
36142024-09-03T22:44:58.320Z[ recovery-image] Sep 03 22:44:58.137 INFO O| Sep 03 22:44:58.137 INFO O| Done
36152024-09-03T22:44:58.320Z[ recovery-image] Sep 03 22:44:58.137 INFO O| Sep 03 22:44:58.137 INFO O| Done
36162024-09-03T22:44:58.918Z[ recovery-image] Sep 03 22:44:58.735 INFO O| Sep 03 22:44:58.735 INFO O| Done
36172024-09-03T22:45:00.023Z[ recovery-image] Sep 03 22:44:59.841 INFO O| Sep 03 22:44:59.841 INFO O| Done
36182024-09-03T22:45:00.047Z[ recovery-image] Sep 03 22:44:59.855 INFO O| Sep 03 22:44:59.855 INFO O| Done
36192024-09-03T22:45:00.485Z[ host-image] Sep 03 22:45:00.302 INFO O| Sep 03 22:45:00.302 INFO O| Actions: 21106/49262 actions (Installing new actions)
36202024-09-03T22:45:02.580Z[ recovery-image] Sep 03 22:45:02.397 INFO O| Sep 03 22:45:02.397 INFO O| Done
36212024-09-03T22:45:03.134Z[ recovery-image] Sep 03 22:45:02.951 INFO O| Sep 03 22:45:02.951 INFO O| Done
36222024-09-03T22:45:03.430Z[ recovery-image] Sep 03 22:45:03.247 INFO O| Sep 03 22:45:03.247 INFO STEP 11 (pkg_install) COMPLETE
36232024-09-03T22:45:03.430Z[ recovery-image] Sep 03 22:45:03.248 INFO O| Sep 03 22:45:03.247 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36242024-09-03T22:45:03.454Z[ recovery-image] Sep 03 22:45:03.248 INFO O| Sep 03 22:45:03.247 INFO skip step because feature "recovery" is enabled
36252024-09-03T22:45:03.454Z[ recovery-image] Sep 03 22:45:03.248 INFO O| Sep 03 22:45:03.247 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36262024-09-03T22:45:03.454Z[ recovery-image] Sep 03 22:45:03.248 INFO O| Sep 03 22:45:03.247 INFO skip step because feature "omicron1" is not enabled
36272024-09-03T22:45:03.454Z[ recovery-image] Sep 03 22:45:03.248 INFO O| Sep 03 22:45:03.247 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36282024-09-03T22:45:03.454Z[ recovery-image] Sep 03 22:45:03.270 INFO O| Sep 03 22:45:03.269 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36292024-09-03T22:45:04.641Z[ recovery-image] Sep 03 22:45:04.458 INFO O| Sep 03 22:45:04.458 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36302024-09-03T22:45:05.484Z[ host-image] Sep 03 22:45:05.302 INFO O| Sep 03 22:45:05.302 INFO O| Actions: 40698/49262 actions (Installing new actions)
36312024-09-03T22:45:07.371Z[ recovery-image] Sep 03 22:45:07.189 INFO O| Sep 03 22:45:07.188 INFO O| Planning: Solver setup ... Done
36322024-09-03T22:45:07.394Z[ recovery-image] Sep 03 22:45:07.193 INFO O| Sep 03 22:45:07.193 INFO O| Planning: Running solver ... Done
36332024-09-03T22:45:07.451Z[ recovery-image] Sep 03 22:45:07.269 INFO O| Sep 03 22:45:07.269 INFO O| Planning: Finding local manifests ... Done
36342024-09-03T22:45:07.474Z[ recovery-image] Sep 03 22:45:07.270 INFO O| Sep 03 22:45:07.270 INFO O| Planning: Fetching manifests: 0/1 0% complete
36352024-09-03T22:45:07.581Z[ recovery-image] Sep 03 22:45:07.399 INFO O| Sep 03 22:45:07.399 INFO O| Planning: Fetching manifests: 1/1 100% complete
36362024-09-03T22:45:07.611Z[ recovery-image] Sep 03 22:45:07.425 INFO O| Sep 03 22:45:07.425 INFO O| Planning: Package planning ... Done
36372024-09-03T22:45:07.611Z[ recovery-image] Sep 03 22:45:07.426 INFO O| Sep 03 22:45:07.426 INFO O| Planning: Merging actions ... Done
36382024-09-03T22:45:07.654Z[ recovery-image] Sep 03 22:45:07.472 INFO O| Sep 03 22:45:07.472 INFO O| Planning: Checking for conflicting actions ... Done
36392024-09-03T22:45:07.677Z[ recovery-image] Sep 03 22:45:07.473 INFO O| Sep 03 22:45:07.473 INFO O| Planning: Consolidating action changes ... Done
36402024-09-03T22:45:07.814Z[ recovery-image] Sep 03 22:45:07.631 INFO O| Sep 03 22:45:07.631 INFO O| Planning: Evaluating mediators ... Done
36412024-09-03T22:45:07.837Z[ recovery-image] Sep 03 22:45:07.632 INFO O| Sep 03 22:45:07.632 INFO O| Planning: Planning completed in 3.17 seconds
36422024-09-03T22:45:07.837Z[ recovery-image] Sep 03 22:45:07.634 INFO O| Sep 03 22:45:07.634 INFO O| Packages to install: 1
36432024-09-03T22:45:07.837Z[ recovery-image] Sep 03 22:45:07.652 INFO O| Sep 03 22:45:07.651 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36442024-09-03T22:45:09.456Z[ recovery-image] Sep 03 22:45:09.273 INFO O| Sep 03 22:45:09.273 INFO O| Download: Completed 20.80 MB in 1.62 seconds (12.8M/s)
36452024-09-03T22:45:09.547Z[ recovery-image] Sep 03 22:45:09.365 INFO O| Sep 03 22:45:09.365 INFO O| Actions: 1/22 actions (Installing new actions)
36462024-09-03T22:45:10.147Z[ host-image] Sep 03 22:45:09.965 INFO O| Sep 03 22:45:09.965 INFO O| Actions: Completed 49262 actions in 19.66 seconds.
36472024-09-03T22:45:10.331Z[ recovery-image] Sep 03 22:45:10.148 INFO O| Sep 03 22:45:10.148 INFO O| Actions: Completed 22 actions in 0.78 seconds.
36482024-09-03T22:45:10.650Z[ recovery-image] Sep 03 22:45:10.468 INFO O| Sep 03 22:45:10.468 INFO O| Done
36492024-09-03T22:45:10.650Z[ recovery-image] Sep 03 22:45:10.468 INFO O| Sep 03 22:45:10.468 INFO O| Done
36502024-09-03T22:45:10.744Z[ host-image] Sep 03 22:45:10.561 INFO O| Sep 03 22:45:10.561 INFO O| Done
36512024-09-03T22:45:10.744Z[ host-image] Sep 03 22:45:10.561 INFO O| Sep 03 22:45:10.561 INFO O| Done
36522024-09-03T22:45:11.313Z[ recovery-image] Sep 03 22:45:11.129 INFO O| Sep 03 22:45:11.129 INFO O| Done
36532024-09-03T22:45:11.404Z[ host-image] Sep 03 22:45:11.222 INFO O| Sep 03 22:45:11.222 INFO O| Done
36542024-09-03T22:45:12.566Z[ recovery-image] Sep 03 22:45:12.383 INFO O| Sep 03 22:45:12.383 INFO O| Done
36552024-09-03T22:45:12.591Z[ recovery-image] Sep 03 22:45:12.409 INFO O| Sep 03 22:45:12.409 INFO O| Done
36562024-09-03T22:45:12.591Z[ recovery-image] Sep 03 22:45:12.409 INFO O| Sep 03 22:45:12.409 INFO O| Done
36572024-09-03T22:45:12.615Z[ recovery-image] Sep 03 22:45:12.420 INFO O| Sep 03 22:45:12.420 INFO O| Done
36582024-09-03T22:45:12.835Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO STEP 14 (pkg_install) COMPLETE
36592024-09-03T22:45:12.835Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-09-03T22:45:12.835Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO skip step because feature "mfg" is not enabled
36612024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO skip step because feature "compliance" is not enabled
36632024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO skip step because feature "stress" is not enabled
36652024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO skip step because feature "nfs" is not enabled
36672024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36682024-09-03T22:45:12.859Z[ recovery-image] Sep 03 22:45:12.653 INFO O| Sep 03 22:45:12.653 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36692024-09-03T22:45:12.882Z[ recovery-image] Sep 03 22:45:12.685 INFO O| Sep 03 22:45:12.685 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36702024-09-03T22:45:12.951Z[ recovery-image] Sep 03 22:45:12.769 INFO O| Sep 03 22:45:12.768 INFO completed processing gimlet/ramdisk-01-os
36712024-09-03T22:45:12.974Z[ recovery-image] Sep 03 22:45:12.772 INFO image builder template: ramdisk-02-trim...
36722024-09-03T22:45:12.975Z[ recovery-image] Sep 03 22:45:12.773 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/.tmpvhwQ9K/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
36732024-09-03T22:45:12.998Z[ recovery-image] Sep 03 22:45:12.813 INFO O| Sep 03 22:45:12.812 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36742024-09-03T22:45:13.022Z[ recovery-image] Sep 03 22:45:12.821 INFO O| Sep 03 22:45:12.821 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36752024-09-03T22:45:13.047Z[ recovery-image] Sep 03 22:45:12.865 INFO O| Sep 03 22:45:12.865 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
36762024-09-03T22:45:13.141Z[ recovery-image] Sep 03 22:45:12.959 INFO O| Sep 03 22:45:12.959 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36772024-09-03T22:45:13.165Z[ recovery-image] Sep 03 22:45:12.959 INFO O| Sep 03 22:45:12.959 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36782024-09-03T22:45:13.166Z[ host-image] Sep 03 22:45:12.962 INFO O| Sep 03 22:45:12.962 INFO O| Done
36792024-09-03T22:45:13.166Z[ recovery-image] Sep 03 22:45:12.969 INFO O| Sep 03 22:45:12.969 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36802024-09-03T22:45:13.166Z[ recovery-image] Sep 03 22:45:12.977 INFO O| Sep 03 22:45:12.977 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
36812024-09-03T22:45:13.189Z[ recovery-image] Sep 03 22:45:12.985 INFO O| Sep 03 22:45:12.985 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
36822024-09-03T22:45:13.212Z[ host-image] Sep 03 22:45:13.015 INFO O| Sep 03 22:45:13.014 INFO O| Done
36832024-09-03T22:45:13.371Z[ recovery-image] Sep 03 22:45:13.189 INFO O| Sep 03 22:45:13.189 INFO rolled back to input snapshot; work may begin
36842024-09-03T22:45:13.371Z[ recovery-image] Sep 03 22:45:13.189 INFO O| Sep 03 22:45:13.189 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36852024-09-03T22:45:13.395Z[ recovery-image] Sep 03 22:45:13.210 INFO O| Sep 03 22:45:13.210 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36862024-09-03T22:45:13.433Z[ recovery-image] Sep 03 22:45:13.251 INFO O| Sep 03 22:45:13.251 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36872024-09-03T22:45:13.607Z[ recovery-image] Sep 03 22:45:13.425 INFO O| Sep 03 22:45:13.425 INFO STEP 0 (remove_files) COMPLETE
36882024-09-03T22:45:13.607Z[ recovery-image] Sep 03 22:45:13.425 INFO O| Sep 03 22:45:13.425 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36892024-09-03T22:45:13.648Z[ recovery-image] Sep 03 22:45:13.465 INFO O| Sep 03 22:45:13.465 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36902024-09-03T22:45:13.671Z[ recovery-image] Sep 03 22:45:13.468 INFO O| Sep 03 22:45:13.468 INFO STEP 1 (remove_files) COMPLETE
36912024-09-03T22:45:13.671Z[ recovery-image] Sep 03 22:45:13.468 INFO O| Sep 03 22:45:13.468 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36922024-09-03T22:45:13.694Z[ recovery-image] Sep 03 22:45:13.506 INFO O| Sep 03 22:45:13.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36932024-09-03T22:45:13.770Z[ recovery-image] Sep 03 22:45:13.588 INFO O| Sep 03 22:45:13.588 INFO STEP 2 (remove_files) COMPLETE
36942024-09-03T22:45:13.771Z[ recovery-image] Sep 03 22:45:13.588 INFO O| Sep 03 22:45:13.588 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36952024-09-03T22:45:13.811Z[ recovery-image] Sep 03 22:45:13.629 INFO O| Sep 03 22:45:13.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36962024-09-03T22:45:13.835Z[ recovery-image] Sep 03 22:45:13.632 INFO O| Sep 03 22:45:13.632 INFO STEP 3 (remove_files) COMPLETE
36972024-09-03T22:45:13.835Z[ recovery-image] Sep 03 22:45:13.632 INFO O| Sep 03 22:45:13.632 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36982024-09-03T22:45:13.868Z[ recovery-image] Sep 03 22:45:13.686 INFO O| Sep 03 22:45:13.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36992024-09-03T22:45:13.892Z[ recovery-image] Sep 03 22:45:13.692 INFO O| Sep 03 22:45:13.692 INFO STEP 4 (remove_files) COMPLETE
37002024-09-03T22:45:13.892Z[ recovery-image] Sep 03 22:45:13.692 INFO O| Sep 03 22:45:13.692 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37012024-09-03T22:45:13.915Z[ recovery-image] Sep 03 22:45:13.711 INFO O| Sep 03 22:45:13.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37022024-09-03T22:45:13.915Z[ recovery-image] Sep 03 22:45:13.711 INFO O| Sep 03 22:45:13.711 INFO STEP 5 (remove_files) COMPLETE
37032024-09-03T22:45:13.915Z[ recovery-image] Sep 03 22:45:13.711 INFO O| Sep 03 22:45:13.711 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37042024-09-03T22:45:13.938Z[ recovery-image] Sep 03 22:45:13.748 INFO O| Sep 03 22:45:13.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37052024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO STEP 6 (remove_files) COMPLETE
37062024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37072024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO skip step because feature "recovery" is enabled
37082024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37092024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO skip step because feature "recovery" is enabled
37102024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO skip step because feature "recovery" is enabled
37122024-09-03T22:45:13.961Z[ recovery-image] Sep 03 22:45:13.765 INFO O| Sep 03 22:45:13.765 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37132024-09-03T22:45:13.985Z[ recovery-image] Sep 03 22:45:13.784 INFO O| Sep 03 22:45:13.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37142024-09-03T22:45:13.985Z[ recovery-image] Sep 03 22:45:13.789 INFO O| Sep 03 22:45:13.789 INFO STEP 10 (remove_files) COMPLETE
37152024-09-03T22:45:13.985Z[ recovery-image] Sep 03 22:45:13.789 INFO O| Sep 03 22:45:13.789 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37162024-09-03T22:45:14.008Z[ recovery-image] Sep 03 22:45:13.805 INFO O| Sep 03 22:45:13.804 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37172024-09-03T22:45:14.008Z[ recovery-image] Sep 03 22:45:13.806 INFO O| Sep 03 22:45:13.806 INFO STEP 11 (remove_files) COMPLETE
37182024-09-03T22:45:14.008Z[ recovery-image] Sep 03 22:45:13.806 INFO O| Sep 03 22:45:13.806 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37192024-09-03T22:45:14.041Z[ recovery-image] Sep 03 22:45:13.859 INFO O| Sep 03 22:45:13.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37202024-09-03T22:45:14.065Z[ recovery-image] Sep 03 22:45:13.861 INFO O| Sep 03 22:45:13.861 INFO STEP 12 (remove_files) COMPLETE
37212024-09-03T22:45:14.065Z[ recovery-image] Sep 03 22:45:13.861 INFO O| Sep 03 22:45:13.861 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37222024-09-03T22:45:14.107Z[ recovery-image] Sep 03 22:45:13.925 INFO O| Sep 03 22:45:13.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37232024-09-03T22:45:14.131Z[ recovery-image] Sep 03 22:45:13.947 INFO O| Sep 03 22:45:13.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37242024-09-03T22:45:14.154Z[ recovery-image] Sep 03 22:45:13.964 INFO O| Sep 03 22:45:13.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37252024-09-03T22:45:14.154Z[ recovery-image] Sep 03 22:45:13.967 INFO O| Sep 03 22:45:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37262024-09-03T22:45:14.460Z[ recovery-image] Sep 03 22:45:14.278 INFO O| Sep 03 22:45:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37272024-09-03T22:45:14.484Z[ recovery-image] Sep 03 22:45:14.287 INFO O| Sep 03 22:45:14.287 INFO STEP 13 (remove_files) COMPLETE
37282024-09-03T22:45:14.484Z[ recovery-image] Sep 03 22:45:14.287 INFO O| Sep 03 22:45:14.287 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-09-03T22:45:14.507Z[ recovery-image] Sep 03 22:45:14.306 INFO O| Sep 03 22:45:14.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37302024-09-03T22:45:14.507Z[ recovery-image] Sep 03 22:45:14.308 INFO O| Sep 03 22:45:14.307 INFO STEP 14 (remove_files) COMPLETE
37312024-09-03T22:45:14.507Z[ recovery-image] Sep 03 22:45:14.308 INFO O| Sep 03 22:45:14.308 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-09-03T22:45:14.507Z[ recovery-image] Sep 03 22:45:14.322 INFO O| Sep 03 22:45:14.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37332024-09-03T22:45:14.530Z[ recovery-image] Sep 03 22:45:14.331 INFO O| Sep 03 22:45:14.331 INFO STEP 15 (remove_files) COMPLETE
37342024-09-03T22:45:14.530Z[ recovery-image] Sep 03 22:45:14.331 INFO O| Sep 03 22:45:14.331 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-09-03T22:45:14.530Z[ recovery-image] Sep 03 22:45:14.345 INFO O| Sep 03 22:45:14.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37362024-09-03T22:45:14.530Z[ recovery-image] Sep 03 22:45:14.345 INFO O| Sep 03 22:45:14.345 INFO STEP 16 (remove_files) COMPLETE
37372024-09-03T22:45:14.530Z[ recovery-image] Sep 03 22:45:14.345 INFO O| Sep 03 22:45:14.345 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-09-03T22:45:14.554Z[ recovery-image] Sep 03 22:45:14.360 INFO O| Sep 03 22:45:14.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37392024-09-03T22:45:14.554Z[ recovery-image] Sep 03 22:45:14.362 INFO O| Sep 03 22:45:14.362 INFO STEP 17 (remove_files) COMPLETE
37402024-09-03T22:45:14.554Z[ recovery-image] Sep 03 22:45:14.362 INFO O| Sep 03 22:45:14.362 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-09-03T22:45:14.600Z[ recovery-image] Sep 03 22:45:14.417 INFO O| Sep 03 22:45:14.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37422024-09-03T22:45:14.623Z[ recovery-image] Sep 03 22:45:14.417 INFO O| Sep 03 22:45:14.417 INFO STEP 18 (remove_files) COMPLETE
37432024-09-03T22:45:14.623Z[ recovery-image] Sep 03 22:45:14.417 INFO O| Sep 03 22:45:14.417 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-09-03T22:45:14.646Z[ recovery-image] Sep 03 22:45:14.453 INFO O| Sep 03 22:45:14.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37452024-09-03T22:45:14.646Z[ recovery-image] Sep 03 22:45:14.453 INFO O| Sep 03 22:45:14.453 INFO STEP 19 (remove_files) COMPLETE
37462024-09-03T22:45:14.646Z[ recovery-image] Sep 03 22:45:14.453 INFO O| Sep 03 22:45:14.453 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-09-03T22:45:14.670Z[ recovery-image] Sep 03 22:45:14.470 INFO O| Sep 03 22:45:14.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37482024-09-03T22:45:14.670Z[ recovery-image] Sep 03 22:45:14.470 INFO O| Sep 03 22:45:14.470 INFO STEP 20 (remove_files) COMPLETE
37492024-09-03T22:45:14.670Z[ recovery-image] Sep 03 22:45:14.470 INFO O| Sep 03 22:45:14.470 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-09-03T22:45:14.670Z[ recovery-image] Sep 03 22:45:14.486 INFO O| Sep 03 22:45:14.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37512024-09-03T22:45:14.670Z[ recovery-image] Sep 03 22:45:14.486 INFO O| Sep 03 22:45:14.486 INFO STEP 21 (remove_files) COMPLETE
37522024-09-03T22:45:14.670Z[ recovery-image] Sep 03 22:45:14.486 INFO O| Sep 03 22:45:14.486 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-09-03T22:45:14.693Z[ recovery-image] Sep 03 22:45:14.502 INFO O| Sep 03 22:45:14.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
37542024-09-03T22:45:14.693Z[ recovery-image] Sep 03 22:45:14.502 INFO O| Sep 03 22:45:14.502 INFO STEP 22 (remove_files) COMPLETE
37552024-09-03T22:45:14.693Z[ recovery-image] Sep 03 22:45:14.502 INFO O| Sep 03 22:45:14.502 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-09-03T22:45:14.716Z[ recovery-image] Sep 03 22:45:14.517 INFO O| Sep 03 22:45:14.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
37572024-09-03T22:45:14.716Z[ recovery-image] Sep 03 22:45:14.517 INFO O| Sep 03 22:45:14.517 INFO STEP 23 (remove_files) COMPLETE
37582024-09-03T22:45:14.716Z[ recovery-image] Sep 03 22:45:14.517 INFO O| Sep 03 22:45:14.517 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-09-03T22:45:14.784Z[ recovery-image] Sep 03 22:45:14.602 INFO O| Sep 03 22:45:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
37602024-09-03T22:45:14.784Z[ recovery-image] Sep 03 22:45:14.602 INFO O| Sep 03 22:45:14.602 INFO STEP 24 (remove_files) COMPLETE
37612024-09-03T22:45:14.808Z[ recovery-image] Sep 03 22:45:14.602 INFO O| Sep 03 22:45:14.602 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-09-03T22:45:14.808Z[ recovery-image] Sep 03 22:45:14.621 INFO O| Sep 03 22:45:14.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
37632024-09-03T22:45:14.808Z[ recovery-image] Sep 03 22:45:14.621 INFO O| Sep 03 22:45:14.621 INFO STEP 25 (remove_files) COMPLETE
37642024-09-03T22:45:14.808Z[ recovery-image] Sep 03 22:45:14.621 INFO O| Sep 03 22:45:14.621 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-09-03T22:45:14.831Z[ recovery-image] Sep 03 22:45:14.634 INFO O| Sep 03 22:45:14.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
37662024-09-03T22:45:14.831Z[ recovery-image] Sep 03 22:45:14.634 INFO O| Sep 03 22:45:14.634 INFO STEP 26 (remove_files) COMPLETE
37672024-09-03T22:45:14.831Z[ recovery-image] Sep 03 22:45:14.635 INFO O| Sep 03 22:45:14.634 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-09-03T22:45:14.854Z[ recovery-image] Sep 03 22:45:14.661 INFO O| Sep 03 22:45:14.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
37692024-09-03T22:45:14.854Z[ recovery-image] Sep 03 22:45:14.661 INFO O| Sep 03 22:45:14.661 INFO STEP 27 (remove_files) COMPLETE
37702024-09-03T22:45:14.854Z[ recovery-image] Sep 03 22:45:14.661 INFO O| Sep 03 22:45:14.661 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-09-03T22:45:14.884Z[ recovery-image] Sep 03 22:45:14.702 INFO O| Sep 03 22:45:14.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
37722024-09-03T22:45:14.884Z[ recovery-image] Sep 03 22:45:14.702 INFO O| Sep 03 22:45:14.702 INFO STEP 28 (remove_files) COMPLETE
37732024-09-03T22:45:14.884Z[ recovery-image] Sep 03 22:45:14.702 INFO O| Sep 03 22:45:14.702 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-09-03T22:45:14.972Z[ recovery-image] Sep 03 22:45:14.790 INFO O| Sep 03 22:45:14.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
37752024-09-03T22:45:14.972Z[ recovery-image] Sep 03 22:45:14.790 INFO O| Sep 03 22:45:14.790 INFO STEP 29 (remove_files) COMPLETE
37762024-09-03T22:45:14.996Z[ recovery-image] Sep 03 22:45:14.790 INFO O| Sep 03 22:45:14.790 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37772024-09-03T22:45:15.032Z[ recovery-image] Sep 03 22:45:14.849 INFO O| Sep 03 22:45:14.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
37782024-09-03T22:45:15.032Z[ recovery-image] Sep 03 22:45:14.849 INFO O| Sep 03 22:45:14.849 INFO STEP 30 (remove_files) COMPLETE
37792024-09-03T22:45:15.032Z[ recovery-image] Sep 03 22:45:14.849 INFO O| Sep 03 22:45:14.849 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37802024-09-03T22:45:15.093Z[ recovery-image] Sep 03 22:45:14.911 INFO O| Sep 03 22:45:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
37812024-09-03T22:45:15.093Z[ recovery-image] Sep 03 22:45:14.911 INFO O| Sep 03 22:45:14.911 INFO STEP 31 (remove_files) COMPLETE
37822024-09-03T22:45:15.093Z[ recovery-image] Sep 03 22:45:14.911 INFO O| Sep 03 22:45:14.911 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-09-03T22:45:15.116Z[ recovery-image] Sep 03 22:45:14.927 INFO O| Sep 03 22:45:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
37842024-09-03T22:45:15.116Z[ recovery-image] Sep 03 22:45:14.927 INFO O| Sep 03 22:45:14.927 INFO STEP 32 (remove_files) COMPLETE
37852024-09-03T22:45:15.116Z[ recovery-image] Sep 03 22:45:14.927 INFO O| Sep 03 22:45:14.927 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37862024-09-03T22:45:15.140Z[ recovery-image] Sep 03 22:45:14.941 INFO O| Sep 03 22:45:14.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37872024-09-03T22:45:15.140Z[ recovery-image] Sep 03 22:45:14.941 INFO O| Sep 03 22:45:14.941 INFO STEP 33 (remove_files) COMPLETE
37882024-09-03T22:45:15.140Z[ recovery-image] Sep 03 22:45:14.941 INFO O| Sep 03 22:45:14.941 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37892024-09-03T22:45:15.140Z[ recovery-image] Sep 03 22:45:14.955 INFO O| Sep 03 22:45:14.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37902024-09-03T22:45:15.140Z[ recovery-image] Sep 03 22:45:14.955 INFO O| Sep 03 22:45:14.955 INFO STEP 34 (remove_files) COMPLETE
37912024-09-03T22:45:15.140Z[ recovery-image] Sep 03 22:45:14.955 INFO O| Sep 03 22:45:14.955 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37922024-09-03T22:45:15.163Z[ recovery-image] Sep 03 22:45:14.968 INFO O| Sep 03 22:45:14.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37932024-09-03T22:45:15.163Z[ recovery-image] Sep 03 22:45:14.968 INFO O| Sep 03 22:45:14.968 INFO STEP 35 (remove_files) COMPLETE
37942024-09-03T22:45:15.163Z[ recovery-image] Sep 03 22:45:14.968 INFO O| Sep 03 22:45:14.968 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37952024-09-03T22:45:15.186Z[ recovery-image] Sep 03 22:45:15.001 INFO O| Sep 03 22:45:15.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37962024-09-03T22:45:15.186Z[ recovery-image] Sep 03 22:45:15.001 INFO O| Sep 03 22:45:15.001 INFO STEP 36 (remove_files) COMPLETE
37972024-09-03T22:45:15.186Z[ recovery-image] Sep 03 22:45:15.001 INFO O| Sep 03 22:45:15.001 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37982024-09-03T22:45:15.209Z[ recovery-image] Sep 03 22:45:15.016 INFO O| Sep 03 22:45:15.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37992024-09-03T22:45:15.209Z[ recovery-image] Sep 03 22:45:15.016 INFO O| Sep 03 22:45:15.016 INFO STEP 37 (remove_files) COMPLETE
38002024-09-03T22:45:15.210Z[ recovery-image] Sep 03 22:45:15.016 INFO O| Sep 03 22:45:15.016 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38012024-09-03T22:45:15.251Z[ recovery-image] Sep 03 22:45:15.069 INFO O| Sep 03 22:45:15.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38022024-09-03T22:45:15.251Z[ recovery-image] Sep 03 22:45:15.069 INFO O| Sep 03 22:45:15.069 INFO STEP 38 (remove_files) COMPLETE
38032024-09-03T22:45:15.251Z[ recovery-image] Sep 03 22:45:15.069 INFO O| Sep 03 22:45:15.069 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38042024-09-03T22:45:15.289Z[ recovery-image] Sep 03 22:45:15.107 INFO O| Sep 03 22:45:15.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38052024-09-03T22:45:15.290Z[ recovery-image] Sep 03 22:45:15.107 INFO O| Sep 03 22:45:15.107 INFO STEP 39 (remove_files) COMPLETE
38062024-09-03T22:45:15.290Z[ recovery-image] Sep 03 22:45:15.107 INFO O| Sep 03 22:45:15.107 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38072024-09-03T22:45:15.313Z[ recovery-image] Sep 03 22:45:15.123 INFO O| Sep 03 22:45:15.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38082024-09-03T22:45:15.313Z[ recovery-image] Sep 03 22:45:15.123 INFO O| Sep 03 22:45:15.123 INFO STEP 40 (remove_files) COMPLETE
38092024-09-03T22:45:15.313Z[ recovery-image] Sep 03 22:45:15.123 INFO O| Sep 03 22:45:15.123 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-09-03T22:45:15.336Z[ recovery-image] Sep 03 22:45:15.138 INFO O| Sep 03 22:45:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38112024-09-03T22:45:15.336Z[ recovery-image] Sep 03 22:45:15.139 INFO O| Sep 03 22:45:15.139 INFO STEP 41 (remove_files) COMPLETE
38122024-09-03T22:45:15.336Z[ recovery-image] Sep 03 22:45:15.139 INFO O| Sep 03 22:45:15.139 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-09-03T22:45:15.336Z[ recovery-image] Sep 03 22:45:15.152 INFO O| Sep 03 22:45:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38142024-09-03T22:45:15.336Z[ recovery-image] Sep 03 22:45:15.152 INFO O| Sep 03 22:45:15.152 INFO STEP 42 (remove_files) COMPLETE
38152024-09-03T22:45:15.336Z[ recovery-image] Sep 03 22:45:15.152 INFO O| Sep 03 22:45:15.152 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-09-03T22:45:15.360Z[ recovery-image] Sep 03 22:45:15.166 INFO O| Sep 03 22:45:15.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38172024-09-03T22:45:15.360Z[ recovery-image] Sep 03 22:45:15.166 INFO O| Sep 03 22:45:15.166 INFO STEP 43 (remove_files) COMPLETE
38182024-09-03T22:45:15.360Z[ recovery-image] Sep 03 22:45:15.166 INFO O| Sep 03 22:45:15.166 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38192024-09-03T22:45:15.383Z[ recovery-image] Sep 03 22:45:15.184 INFO O| Sep 03 22:45:15.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38202024-09-03T22:45:15.383Z[ recovery-image] Sep 03 22:45:15.184 INFO O| Sep 03 22:45:15.184 INFO STEP 44 (remove_files) COMPLETE
38212024-09-03T22:45:15.383Z[ recovery-image] Sep 03 22:45:15.184 INFO O| Sep 03 22:45:15.184 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-09-03T22:45:15.426Z[ recovery-image] Sep 03 22:45:15.243 INFO O| Sep 03 22:45:15.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38232024-09-03T22:45:15.426Z[ recovery-image] Sep 03 22:45:15.243 INFO O| Sep 03 22:45:15.243 INFO STEP 45 (remove_files) COMPLETE
38242024-09-03T22:45:15.426Z[ recovery-image] Sep 03 22:45:15.243 INFO O| Sep 03 22:45:15.243 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38252024-09-03T22:45:15.496Z[ recovery-image] Sep 03 22:45:15.314 INFO O| Sep 03 22:45:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38262024-09-03T22:45:15.496Z[ recovery-image] Sep 03 22:45:15.314 INFO O| Sep 03 22:45:15.314 INFO STEP 46 (remove_files) COMPLETE
38272024-09-03T22:45:15.519Z[ recovery-image] Sep 03 22:45:15.314 INFO O| Sep 03 22:45:15.314 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-09-03T22:45:15.556Z[ recovery-image] Sep 03 22:45:15.373 INFO O| Sep 03 22:45:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38292024-09-03T22:45:15.556Z[ recovery-image] Sep 03 22:45:15.373 INFO O| Sep 03 22:45:15.373 INFO STEP 47 (remove_files) COMPLETE
38302024-09-03T22:45:15.556Z[ recovery-image] Sep 03 22:45:15.373 INFO O| Sep 03 22:45:15.373 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38312024-09-03T22:45:15.616Z[ recovery-image] Sep 03 22:45:15.434 INFO O| Sep 03 22:45:15.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38322024-09-03T22:45:15.617Z[ recovery-image] Sep 03 22:45:15.434 INFO O| Sep 03 22:45:15.434 INFO STEP 48 (remove_files) COMPLETE
38332024-09-03T22:45:15.640Z[ recovery-image] Sep 03 22:45:15.434 INFO O| Sep 03 22:45:15.434 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-09-03T22:45:15.640Z[ recovery-image] Sep 03 22:45:15.448 INFO O| Sep 03 22:45:15.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38352024-09-03T22:45:15.640Z[ recovery-image] Sep 03 22:45:15.448 INFO O| Sep 03 22:45:15.448 INFO STEP 49 (remove_files) COMPLETE
38362024-09-03T22:45:15.640Z[ recovery-image] Sep 03 22:45:15.448 INFO O| Sep 03 22:45:15.448 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-09-03T22:45:15.669Z[ recovery-image] Sep 03 22:45:15.486 INFO O| Sep 03 22:45:15.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38382024-09-03T22:45:15.669Z[ recovery-image] Sep 03 22:45:15.486 INFO O| Sep 03 22:45:15.486 INFO STEP 50 (remove_files) COMPLETE
38392024-09-03T22:45:15.692Z[ recovery-image] Sep 03 22:45:15.486 INFO O| Sep 03 22:45:15.486 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38402024-09-03T22:45:15.692Z[ recovery-image] Sep 03 22:45:15.503 INFO O| Sep 03 22:45:15.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38412024-09-03T22:45:15.692Z[ recovery-image] Sep 03 22:45:15.503 INFO O| Sep 03 22:45:15.503 INFO STEP 51 (remove_files) COMPLETE
38422024-09-03T22:45:15.692Z[ recovery-image] Sep 03 22:45:15.503 INFO O| Sep 03 22:45:15.503 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38432024-09-03T22:45:15.716Z[ recovery-image] Sep 03 22:45:15.518 INFO O| Sep 03 22:45:15.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38442024-09-03T22:45:15.716Z[ recovery-image] Sep 03 22:45:15.518 INFO O| Sep 03 22:45:15.518 INFO STEP 52 (remove_files) COMPLETE
38452024-09-03T22:45:15.716Z[ recovery-image] Sep 03 22:45:15.518 INFO O| Sep 03 22:45:15.518 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38462024-09-03T22:45:15.739Z[ recovery-image] Sep 03 22:45:15.534 INFO O| Sep 03 22:45:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38472024-09-03T22:45:15.739Z[ recovery-image] Sep 03 22:45:15.534 INFO O| Sep 03 22:45:15.534 INFO STEP 53 (remove_files) COMPLETE
38482024-09-03T22:45:15.739Z[ recovery-image] Sep 03 22:45:15.534 INFO O| Sep 03 22:45:15.534 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-09-03T22:45:15.762Z[ recovery-image] Sep 03 22:45:15.572 INFO O| Sep 03 22:45:15.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38502024-09-03T22:45:15.762Z[ recovery-image] Sep 03 22:45:15.572 INFO O| Sep 03 22:45:15.572 INFO STEP 54 (remove_files) COMPLETE
38512024-09-03T22:45:15.762Z[ recovery-image] Sep 03 22:45:15.572 INFO O| Sep 03 22:45:15.572 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-09-03T22:45:15.815Z[ recovery-image] Sep 03 22:45:15.633 INFO O| Sep 03 22:45:15.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
38532024-09-03T22:45:15.815Z[ recovery-image] Sep 03 22:45:15.633 INFO O| Sep 03 22:45:15.633 INFO STEP 55 (remove_files) COMPLETE
38542024-09-03T22:45:15.839Z[ recovery-image] Sep 03 22:45:15.633 INFO O| Sep 03 22:45:15.633 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-09-03T22:45:15.839Z[ recovery-image] Sep 03 22:45:15.656 INFO O| Sep 03 22:45:15.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
38562024-09-03T22:45:15.839Z[ recovery-image] Sep 03 22:45:15.656 INFO O| Sep 03 22:45:15.656 INFO STEP 56 (remove_files) COMPLETE
38572024-09-03T22:45:15.862Z[ recovery-image] Sep 03 22:45:15.656 INFO O| Sep 03 22:45:15.656 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-09-03T22:45:15.887Z[ recovery-image] Sep 03 22:45:15.705 INFO O| Sep 03 22:45:15.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
38592024-09-03T22:45:15.887Z[ recovery-image] Sep 03 22:45:15.705 INFO O| Sep 03 22:45:15.705 INFO STEP 57 (remove_files) COMPLETE
38602024-09-03T22:45:15.910Z[ recovery-image] Sep 03 22:45:15.705 INFO O| Sep 03 22:45:15.705 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-09-03T22:45:15.934Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.750 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
38622024-09-03T22:45:15.934Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
38632024-09-03T22:45:15.934Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38642024-09-03T22:45:15.934Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38652024-09-03T22:45:15.934Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38662024-09-03T22:45:15.934Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
38672024-09-03T22:45:15.934Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO ok!
38682024-09-03T22:45:15.957Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO STEP 58 (ensure_file) COMPLETE
38692024-09-03T22:45:15.957Z[ recovery-image] Sep 03 22:45:15.751 INFO O| Sep 03 22:45:15.751 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.777 INFO O| Sep 03 22:45:15.777 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
38712024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.778 INFO O| Sep 03 22:45:15.778 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
38722024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.778 INFO O| Sep 03 22:45:15.778 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38732024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.778 INFO O| Sep 03 22:45:15.778 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38742024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.778 INFO O| Sep 03 22:45:15.778 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38752024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.779 INFO O| Sep 03 22:45:15.778 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
38762024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.779 INFO O| Sep 03 22:45:15.779 INFO ok!
38772024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.779 INFO O| Sep 03 22:45:15.779 INFO STEP 59 (ensure_file) COMPLETE
38782024-09-03T22:45:15.981Z[ recovery-image] Sep 03 22:45:15.779 INFO O| Sep 03 22:45:15.779 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.800 INFO O| Sep 03 22:45:15.799 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
38802024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.800 INFO O| Sep 03 22:45:15.800 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
38812024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.800 INFO O| Sep 03 22:45:15.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
38822024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.800 INFO O| Sep 03 22:45:15.800 INFO ok!
38832024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.800 INFO O| Sep 03 22:45:15.800 INFO STEP 60 (ensure_file) COMPLETE
38842024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.800 INFO O| Sep 03 22:45:15.800 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.816 INFO O| Sep 03 22:45:15.816 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38862024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.816 INFO O| Sep 03 22:45:15.816 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38872024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.817 INFO O| Sep 03 22:45:15.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38882024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.817 INFO O| Sep 03 22:45:15.817 INFO ok!
38892024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.817 INFO O| Sep 03 22:45:15.817 INFO STEP 61 (ensure_file) COMPLETE
38902024-09-03T22:45:16.005Z[ recovery-image] Sep 03 22:45:15.817 INFO O| Sep 03 22:45:15.817 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.831 INFO O| Sep 03 22:45:15.831 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38922024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.831 INFO O| Sep 03 22:45:15.831 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38932024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.831 INFO O| Sep 03 22:45:15.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38942024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.831 INFO O| Sep 03 22:45:15.831 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38952024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.831 INFO O| Sep 03 22:45:15.831 INFO ok!
38962024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.832 INFO O| Sep 03 22:45:15.831 INFO STEP 62 (ensure_file) COMPLETE
38972024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.832 INFO O| Sep 03 22:45:15.832 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.846 INFO O| Sep 03 22:45:15.846 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38992024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.846 INFO O| Sep 03 22:45:15.846 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39002024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.846 INFO O| Sep 03 22:45:15.846 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39012024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.846 INFO O| Sep 03 22:45:15.846 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39022024-09-03T22:45:16.029Z[ recovery-image] Sep 03 22:45:15.846 INFO O| Sep 03 22:45:15.846 INFO ok!
39032024-09-03T22:45:16.030Z[ recovery-image] Sep 03 22:45:15.847 INFO O| Sep 03 22:45:15.846 INFO STEP 63 (ensure_file) COMPLETE
39042024-09-03T22:45:16.030Z[ recovery-image] Sep 03 22:45:15.847 INFO O| Sep 03 22:45:15.847 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-09-03T22:45:16.053Z[ recovery-image] Sep 03 22:45:15.861 INFO O| Sep 03 22:45:15.861 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39062024-09-03T22:45:16.053Z[ recovery-image] Sep 03 22:45:15.861 INFO O| Sep 03 22:45:15.861 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39072024-09-03T22:45:16.053Z[ recovery-image] Sep 03 22:45:15.861 INFO O| Sep 03 22:45:15.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39082024-09-03T22:45:16.053Z[ recovery-image] Sep 03 22:45:15.861 INFO O| Sep 03 22:45:15.861 INFO ok!
39092024-09-03T22:45:16.053Z[ recovery-image] Sep 03 22:45:15.861 INFO O| Sep 03 22:45:15.861 INFO STEP 64 (assemble_files) COMPLETE
39102024-09-03T22:45:16.053Z[ recovery-image] Sep 03 22:45:15.861 INFO O| Sep 03 22:45:15.861 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.888 INFO O| Sep 03 22:45:15.888 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39122024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.888 INFO O| Sep 03 22:45:15.888 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39132024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39142024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39152024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO ok!
39162024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO STEP 65 (ensure_file) COMPLETE
39172024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-09-03T22:45:16.076Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO skip step because feature "omicron1" is not enabled
39192024-09-03T22:45:16.077Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-03T22:45:16.077Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO skip step because feature "omicron1" is not enabled
39212024-09-03T22:45:16.077Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-09-03T22:45:16.077Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO skip step because feature "omicron1" is not enabled
39232024-09-03T22:45:16.077Z[ recovery-image] Sep 03 22:45:15.889 INFO O| Sep 03 22:45:15.889 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39242024-09-03T22:45:16.100Z[ recovery-image] Sep 03 22:45:15.917 INFO O| Sep 03 22:45:15.916 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39252024-09-03T22:45:16.100Z[ recovery-image] Sep 03 22:45:15.917 INFO O| Sep 03 22:45:15.917 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39262024-09-03T22:45:18.245Z[ host-image] Sep 03 22:45:18.063 INFO O| Sep 03 22:45:18.063 INFO O| Done
39272024-09-03T22:45:18.770Z[ recovery-image] Sep 03 22:45:18.587 INFO O| Sep 03 22:45:18.587 INFO STEP 69 (pack_tar) COMPLETE
39282024-09-03T22:45:18.770Z[ recovery-image] Sep 03 22:45:18.587 INFO O| Sep 03 22:45:18.587 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39292024-09-03T22:45:18.794Z[ recovery-image] Sep 03 22:45:18.587 INFO O| Sep 03 22:45:18.587 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39302024-09-03T22:45:18.903Z[ recovery-image] Sep 03 22:45:18.721 INFO O| Sep 03 22:45:18.720 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39312024-09-03T22:45:19.198Z[ recovery-image] Sep 03 22:45:19.016 INFO O| Sep 03 22:45:19.016 INFO completed processing gimlet/ramdisk-02-trim
39322024-09-03T22:45:19.222Z[ recovery-image] Sep 03 22:45:19.020 INFO image builder template: ramdisk-03-recovery-trim...
39332024-09-03T22:45:19.222Z[ recovery-image] Sep 03 22:45:19.020 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/.tmpvhwQ9K/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
39342024-09-03T22:45:19.222Z[ host-image] Sep 03 22:45:19.028 INFO O| Sep 03 22:45:19.028 INFO O| Done
39352024-09-03T22:45:19.309Z[ recovery-image] Sep 03 22:45:19.127 INFO O| Sep 03 22:45:19.126 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39362024-09-03T22:45:19.473Z[ recovery-image] Sep 03 22:45:19.290 INFO O| Sep 03 22:45:19.290 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39372024-09-03T22:45:19.473Z[ host-image] Sep 03 22:45:19.290 INFO O| Sep 03 22:45:19.290 INFO STEP 11 (pkg_install) COMPLETE
39382024-09-03T22:45:19.496Z[ host-image] Sep 03 22:45:19.291 INFO O| Sep 03 22:45:19.290 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39392024-09-03T22:45:19.519Z[ host-image] Sep 03 22:45:19.325 INFO O| Sep 03 22:45:19.325 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
39402024-09-03T22:45:19.626Z[ recovery-image] Sep 03 22:45:19.443 INFO O| Sep 03 22:45:19.443 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39412024-09-03T22:45:19.687Z[ recovery-image] Sep 03 22:45:19.504 INFO O| Sep 03 22:45:19.504 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39422024-09-03T22:45:19.710Z[ recovery-image] Sep 03 22:45:19.505 INFO O| Sep 03 22:45:19.505 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39432024-09-03T22:45:19.739Z[ recovery-image] Sep 03 22:45:19.557 INFO O| Sep 03 22:45:19.557 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
39442024-09-03T22:45:19.803Z[ recovery-image] Sep 03 22:45:19.620 INFO O| Sep 03 22:45:19.620 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39452024-09-03T22:45:19.826Z[ recovery-image] Sep 03 22:45:19.642 INFO O| Sep 03 22:45:19.642 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39462024-09-03T22:45:20.162Z[ recovery-image] Sep 03 22:45:19.980 INFO O| Sep 03 22:45:19.979 INFO rolled back to input snapshot; work may begin
39472024-09-03T22:45:20.162Z[ recovery-image] Sep 03 22:45:19.980 INFO O| Sep 03 22:45:19.980 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
39482024-09-03T22:45:20.208Z[ recovery-image] Sep 03 22:45:20.026 INFO O| Sep 03 22:45:20.025 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-09-03T22:45:20.231Z[ recovery-image] Sep 03 22:45:20.048 INFO O| Sep 03 22:45:20.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
39502024-09-03T22:45:20.255Z[ recovery-image] Sep 03 22:45:20.065 INFO O| Sep 03 22:45:20.065 INFO STEP 0 (remove_files) COMPLETE
39512024-09-03T22:45:20.255Z[ recovery-image] Sep 03 22:45:20.065 INFO O| Sep 03 22:45:20.065 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-09-03T22:45:20.294Z[ recovery-image] Sep 03 22:45:20.112 INFO O| Sep 03 22:45:20.112 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
39532024-09-03T22:45:20.628Z[ recovery-image] Sep 03 22:45:20.446 INFO O| Sep 03 22:45:20.445 INFO STEP 1 (remove_files) COMPLETE
39542024-09-03T22:45:20.628Z[ recovery-image] Sep 03 22:45:20.446 INFO O| Sep 03 22:45:20.446 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-09-03T22:45:20.708Z[ recovery-image] Sep 03 22:45:20.526 INFO O| Sep 03 22:45:20.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
39562024-09-03T22:45:20.732Z[ recovery-image] Sep 03 22:45:20.527 INFO O| Sep 03 22:45:20.527 INFO STEP 2 (remove_files) COMPLETE
39572024-09-03T22:45:20.732Z[ recovery-image] Sep 03 22:45:20.527 INFO O| Sep 03 22:45:20.527 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-09-03T22:45:20.755Z[ recovery-image] Sep 03 22:45:20.566 INFO O| Sep 03 22:45:20.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
39592024-09-03T22:45:20.778Z[ host-image] Sep 03 22:45:20.577 INFO O| Sep 03 22:45:20.577 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39602024-09-03T22:45:20.839Z[ recovery-image] Sep 03 22:45:20.657 INFO O| Sep 03 22:45:20.657 INFO STEP 3 (remove_files) COMPLETE
39612024-09-03T22:45:20.839Z[ recovery-image] Sep 03 22:45:20.657 INFO O| Sep 03 22:45:20.657 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-09-03T22:45:20.889Z[ recovery-image] Sep 03 22:45:20.707 INFO O| Sep 03 22:45:20.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
39632024-09-03T22:45:20.913Z[ recovery-image] Sep 03 22:45:20.719 INFO O| Sep 03 22:45:20.719 INFO STEP 4 (remove_files) COMPLETE
39642024-09-03T22:45:20.913Z[ recovery-image] Sep 03 22:45:20.719 INFO O| Sep 03 22:45:20.719 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-09-03T22:45:20.939Z[ recovery-image] Sep 03 22:45:20.757 INFO O| Sep 03 22:45:20.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
39662024-09-03T22:45:20.962Z[ recovery-image] Sep 03 22:45:20.760 INFO O| Sep 03 22:45:20.760 INFO STEP 5 (remove_files) COMPLETE
39672024-09-03T22:45:20.962Z[ recovery-image] Sep 03 22:45:20.760 INFO O| Sep 03 22:45:20.760 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-09-03T22:45:20.986Z[ recovery-image] Sep 03 22:45:20.791 INFO O| Sep 03 22:45:20.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39692024-09-03T22:45:20.986Z[ recovery-image] Sep 03 22:45:20.794 INFO O| Sep 03 22:45:20.793 INFO STEP 6 (remove_files) COMPLETE
39702024-09-03T22:45:20.986Z[ recovery-image] Sep 03 22:45:20.794 INFO O| Sep 03 22:45:20.793 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39712024-09-03T22:45:21.009Z[ recovery-image] Sep 03 22:45:20.816 INFO O| Sep 03 22:45:20.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39722024-09-03T22:45:21.009Z[ recovery-image] Sep 03 22:45:20.818 INFO O| Sep 03 22:45:20.818 INFO STEP 7 (remove_files) COMPLETE
39732024-09-03T22:45:21.009Z[ recovery-image] Sep 03 22:45:20.818 INFO O| Sep 03 22:45:20.818 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39742024-09-03T22:45:21.039Z[ recovery-image] Sep 03 22:45:20.857 INFO O| Sep 03 22:45:20.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39752024-09-03T22:45:21.071Z[ recovery-image] Sep 03 22:45:20.889 INFO O| Sep 03 22:45:20.888 INFO STEP 8 (remove_files) COMPLETE
39762024-09-03T22:45:21.071Z[ recovery-image] Sep 03 22:45:20.889 INFO O| Sep 03 22:45:20.888 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39772024-09-03T22:45:21.140Z[ recovery-image] Sep 03 22:45:20.952 INFO O| Sep 03 22:45:20.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39782024-09-03T22:45:21.140Z[ recovery-image] Sep 03 22:45:20.953 INFO O| Sep 03 22:45:20.952 INFO STEP 9 (remove_files) COMPLETE
39792024-09-03T22:45:21.140Z[ recovery-image] Sep 03 22:45:20.953 INFO O| Sep 03 22:45:20.953 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39802024-09-03T22:45:21.267Z[ recovery-image] Sep 03 22:45:21.085 INFO O| Sep 03 22:45:21.085 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39812024-09-03T22:45:21.291Z[ recovery-image] Sep 03 22:45:21.094 INFO O| Sep 03 22:45:21.094 INFO STEP 10 (remove_files) COMPLETE
39822024-09-03T22:45:21.291Z[ recovery-image] Sep 03 22:45:21.094 INFO O| Sep 03 22:45:21.094 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39832024-09-03T22:45:21.314Z[ recovery-image] Sep 03 22:45:21.129 INFO O| Sep 03 22:45:21.129 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39842024-09-03T22:45:21.432Z[ recovery-image] Sep 03 22:45:21.249 INFO O| Sep 03 22:45:21.249 INFO STEP 11 (remove_files) COMPLETE
39852024-09-03T22:45:21.455Z[ recovery-image] Sep 03 22:45:21.249 INFO O| Sep 03 22:45:21.249 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39862024-09-03T22:45:21.478Z[ recovery-image] Sep 03 22:45:21.287 INFO O| Sep 03 22:45:21.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39872024-09-03T22:45:21.522Z[ recovery-image] Sep 03 22:45:21.340 INFO O| Sep 03 22:45:21.340 INFO STEP 12 (remove_files) COMPLETE
39882024-09-03T22:45:21.522Z[ recovery-image] Sep 03 22:45:21.340 INFO O| Sep 03 22:45:21.340 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39892024-09-03T22:45:21.564Z[ recovery-image] Sep 03 22:45:21.381 INFO O| Sep 03 22:45:21.381 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39902024-09-03T22:45:21.587Z[ recovery-image] Sep 03 22:45:21.384 INFO O| Sep 03 22:45:21.384 INFO STEP 13 (remove_files) COMPLETE
39912024-09-03T22:45:21.587Z[ recovery-image] Sep 03 22:45:21.384 INFO O| Sep 03 22:45:21.384 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39922024-09-03T22:45:21.624Z[ recovery-image] Sep 03 22:45:21.441 INFO O| Sep 03 22:45:21.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39932024-09-03T22:45:21.647Z[ recovery-image] Sep 03 22:45:21.442 INFO O| Sep 03 22:45:21.442 INFO STEP 14 (remove_files) COMPLETE
39942024-09-03T22:45:21.647Z[ recovery-image] Sep 03 22:45:21.442 INFO O| Sep 03 22:45:21.442 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39952024-09-03T22:45:21.688Z[ recovery-image] Sep 03 22:45:21.506 INFO O| Sep 03 22:45:21.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39962024-09-03T22:45:21.715Z[ recovery-image] Sep 03 22:45:21.532 INFO O| Sep 03 22:45:21.532 INFO STEP 15 (remove_files) COMPLETE
39972024-09-03T22:45:21.715Z[ recovery-image] Sep 03 22:45:21.532 INFO O| Sep 03 22:45:21.532 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39982024-09-03T22:45:21.757Z[ recovery-image] Sep 03 22:45:21.575 INFO O| Sep 03 22:45:21.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39992024-09-03T22:45:21.781Z[ recovery-image] Sep 03 22:45:21.597 INFO O| Sep 03 22:45:21.596 INFO STEP 16 (remove_files) COMPLETE
40002024-09-03T22:45:21.781Z[ recovery-image] Sep 03 22:45:21.597 INFO O| Sep 03 22:45:21.597 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-09-03T22:45:21.832Z[ recovery-image] Sep 03 22:45:21.650 INFO O| Sep 03 22:45:21.650 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40022024-09-03T22:45:21.856Z[ recovery-image] Sep 03 22:45:21.651 INFO O| Sep 03 22:45:21.650 INFO STEP 17 (remove_files) COMPLETE
40032024-09-03T22:45:21.856Z[ recovery-image] Sep 03 22:45:21.651 INFO O| Sep 03 22:45:21.651 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40042024-09-03T22:45:21.856Z[ recovery-image] Sep 03 22:45:21.671 INFO O| Sep 03 22:45:21.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40052024-09-03T22:45:21.856Z[ recovery-image] Sep 03 22:45:21.672 INFO O| Sep 03 22:45:21.672 INFO STEP 18 (remove_files) COMPLETE
40062024-09-03T22:45:21.856Z[ recovery-image] Sep 03 22:45:21.672 INFO O| Sep 03 22:45:21.672 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40072024-09-03T22:45:21.955Z[ recovery-image] Sep 03 22:45:21.772 INFO O| Sep 03 22:45:21.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40082024-09-03T22:45:22.141Z[ recovery-image] Sep 03 22:45:21.959 INFO O| Sep 03 22:45:21.959 INFO STEP 19 (remove_files) COMPLETE
40092024-09-03T22:45:22.141Z[ recovery-image] Sep 03 22:45:21.959 INFO O| Sep 03 22:45:21.959 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40102024-09-03T22:45:22.165Z[ recovery-image] Sep 03 22:45:21.983 INFO O| Sep 03 22:45:21.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40112024-09-03T22:45:22.195Z[ recovery-image] Sep 03 22:45:22.013 INFO O| Sep 03 22:45:22.013 INFO STEP 20 (remove_files) COMPLETE
40122024-09-03T22:45:22.195Z[ recovery-image] Sep 03 22:45:22.013 INFO O| Sep 03 22:45:22.013 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40132024-09-03T22:45:22.237Z[ recovery-image] Sep 03 22:45:22.054 INFO O| Sep 03 22:45:22.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40142024-09-03T22:45:22.276Z[ recovery-image] Sep 03 22:45:22.094 INFO O| Sep 03 22:45:22.094 INFO STEP 21 (remove_files) COMPLETE
40152024-09-03T22:45:22.276Z[ recovery-image] Sep 03 22:45:22.094 INFO O| Sep 03 22:45:22.094 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40162024-09-03T22:45:22.314Z[ recovery-image] Sep 03 22:45:22.131 INFO O| Sep 03 22:45:22.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40172024-09-03T22:45:22.337Z[ recovery-image] Sep 03 22:45:22.132 INFO O| Sep 03 22:45:22.132 INFO STEP 22 (remove_files) COMPLETE
40182024-09-03T22:45:22.337Z[ recovery-image] Sep 03 22:45:22.132 INFO O| Sep 03 22:45:22.132 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40192024-09-03T22:45:22.337Z[ recovery-image] Sep 03 22:45:22.147 INFO O| Sep 03 22:45:22.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40202024-09-03T22:45:22.337Z[ recovery-image] Sep 03 22:45:22.147 INFO O| Sep 03 22:45:22.147 INFO STEP 23 (remove_files) COMPLETE
40212024-09-03T22:45:22.337Z[ recovery-image] Sep 03 22:45:22.147 INFO O| Sep 03 22:45:22.147 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40222024-09-03T22:45:22.361Z[ recovery-image] Sep 03 22:45:22.160 INFO O| Sep 03 22:45:22.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40232024-09-03T22:45:22.361Z[ recovery-image] Sep 03 22:45:22.160 INFO O| Sep 03 22:45:22.160 INFO STEP 24 (remove_files) COMPLETE
40242024-09-03T22:45:22.361Z[ recovery-image] Sep 03 22:45:22.160 INFO O| Sep 03 22:45:22.160 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40252024-09-03T22:45:22.385Z[ recovery-image] Sep 03 22:45:22.193 INFO O| Sep 03 22:45:22.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40262024-09-03T22:45:22.385Z[ recovery-image] Sep 03 22:45:22.193 INFO O| Sep 03 22:45:22.193 INFO STEP 25 (remove_files) COMPLETE
40272024-09-03T22:45:22.385Z[ recovery-image] Sep 03 22:45:22.193 INFO O| Sep 03 22:45:22.193 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40282024-09-03T22:45:22.408Z[ recovery-image] Sep 03 22:45:22.206 INFO O| Sep 03 22:45:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40292024-09-03T22:45:22.408Z[ recovery-image] Sep 03 22:45:22.206 INFO O| Sep 03 22:45:22.206 INFO STEP 26 (remove_files) COMPLETE
40302024-09-03T22:45:22.408Z[ recovery-image] Sep 03 22:45:22.206 INFO O| Sep 03 22:45:22.206 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40312024-09-03T22:45:22.431Z[ recovery-image] Sep 03 22:45:22.245 INFO O| Sep 03 22:45:22.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40322024-09-03T22:45:22.431Z[ recovery-image] Sep 03 22:45:22.245 INFO O| Sep 03 22:45:22.245 INFO STEP 27 (remove_files) COMPLETE
40332024-09-03T22:45:22.431Z[ recovery-image] Sep 03 22:45:22.245 INFO O| Sep 03 22:45:22.245 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-09-03T22:45:22.549Z[ recovery-image] Sep 03 22:45:22.367 INFO O| Sep 03 22:45:22.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40352024-09-03T22:45:22.574Z[ recovery-image] Sep 03 22:45:22.392 INFO O| Sep 03 22:45:22.392 INFO STEP 28 (remove_files) COMPLETE
40362024-09-03T22:45:22.575Z[ recovery-image] Sep 03 22:45:22.392 INFO O| Sep 03 22:45:22.392 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-09-03T22:45:22.620Z[ recovery-image] Sep 03 22:45:22.438 INFO O| Sep 03 22:45:22.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
40382024-09-03T22:45:22.620Z[ recovery-image] Sep 03 22:45:22.438 INFO O| Sep 03 22:45:22.438 INFO STEP 29 (remove_files) COMPLETE
40392024-09-03T22:45:22.644Z[ recovery-image] Sep 03 22:45:22.438 INFO O| Sep 03 22:45:22.438 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-09-03T22:45:22.668Z[ recovery-image] Sep 03 22:45:22.472 INFO O| Sep 03 22:45:22.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
40412024-09-03T22:45:22.668Z[ recovery-image] Sep 03 22:45:22.472 INFO O| Sep 03 22:45:22.472 INFO STEP 30 (remove_files) COMPLETE
40422024-09-03T22:45:22.668Z[ recovery-image] Sep 03 22:45:22.473 INFO O| Sep 03 22:45:22.472 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-09-03T22:45:22.694Z[ recovery-image] Sep 03 22:45:22.512 INFO O| Sep 03 22:45:22.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
40442024-09-03T22:45:22.694Z[ recovery-image] Sep 03 22:45:22.512 INFO O| Sep 03 22:45:22.512 INFO STEP 31 (remove_files) COMPLETE
40452024-09-03T22:45:22.717Z[ recovery-image] Sep 03 22:45:22.512 INFO O| Sep 03 22:45:22.512 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-09-03T22:45:22.741Z[ recovery-image] Sep 03 22:45:22.541 INFO O| Sep 03 22:45:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
40472024-09-03T22:45:22.741Z[ recovery-image] Sep 03 22:45:22.541 INFO O| Sep 03 22:45:22.541 INFO STEP 32 (remove_files) COMPLETE
40482024-09-03T22:45:22.741Z[ recovery-image] Sep 03 22:45:22.541 INFO O| Sep 03 22:45:22.541 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-09-03T22:45:22.764Z[ recovery-image] Sep 03 22:45:22.579 INFO O| Sep 03 22:45:22.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
40502024-09-03T22:45:22.764Z[ recovery-image] Sep 03 22:45:22.580 INFO O| Sep 03 22:45:22.580 INFO STEP 33 (remove_files) COMPLETE
40512024-09-03T22:45:22.764Z[ recovery-image] Sep 03 22:45:22.580 INFO O| Sep 03 22:45:22.580 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-09-03T22:45:22.795Z[ recovery-image] Sep 03 22:45:22.613 INFO O| Sep 03 22:45:22.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
40532024-09-03T22:45:22.795Z[ recovery-image] Sep 03 22:45:22.613 INFO O| Sep 03 22:45:22.613 INFO STEP 34 (remove_files) COMPLETE
40542024-09-03T22:45:22.818Z[ recovery-image] Sep 03 22:45:22.613 INFO O| Sep 03 22:45:22.613 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-09-03T22:45:22.841Z[ recovery-image] Sep 03 22:45:22.651 INFO O| Sep 03 22:45:22.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
40562024-09-03T22:45:22.841Z[ recovery-image] Sep 03 22:45:22.652 INFO O| Sep 03 22:45:22.652 INFO STEP 35 (remove_files) COMPLETE
40572024-09-03T22:45:22.842Z[ recovery-image] Sep 03 22:45:22.652 INFO O| Sep 03 22:45:22.652 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-09-03T22:45:22.867Z[ recovery-image] Sep 03 22:45:22.685 INFO O| Sep 03 22:45:22.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
40592024-09-03T22:45:22.891Z[ recovery-image] Sep 03 22:45:22.686 INFO O| Sep 03 22:45:22.686 INFO STEP 36 (remove_files) COMPLETE
40602024-09-03T22:45:22.891Z[ recovery-image] Sep 03 22:45:22.686 INFO O| Sep 03 22:45:22.686 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-09-03T22:45:22.891Z[ recovery-image] Sep 03 22:45:22.708 INFO O| Sep 03 22:45:22.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
40622024-09-03T22:45:22.914Z[ recovery-image] Sep 03 22:45:22.709 INFO O| Sep 03 22:45:22.709 INFO STEP 37 (remove_files) COMPLETE
40632024-09-03T22:45:22.914Z[ recovery-image] Sep 03 22:45:22.709 INFO O| Sep 03 22:45:22.709 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-09-03T22:45:22.914Z[ recovery-image] Sep 03 22:45:22.730 INFO O| Sep 03 22:45:22.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40652024-09-03T22:45:22.914Z[ recovery-image] Sep 03 22:45:22.730 INFO O| Sep 03 22:45:22.730 INFO STEP 38 (remove_files) COMPLETE
40662024-09-03T22:45:22.914Z[ recovery-image] Sep 03 22:45:22.730 INFO O| Sep 03 22:45:22.730 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-09-03T22:45:22.937Z[ recovery-image] Sep 03 22:45:22.746 INFO O| Sep 03 22:45:22.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40682024-09-03T22:45:22.937Z[ recovery-image] Sep 03 22:45:22.746 INFO O| Sep 03 22:45:22.746 INFO STEP 39 (remove_files) COMPLETE
40692024-09-03T22:45:22.937Z[ recovery-image] Sep 03 22:45:22.746 INFO O| Sep 03 22:45:22.746 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-09-03T22:45:22.961Z[ recovery-image] Sep 03 22:45:22.760 INFO O| Sep 03 22:45:22.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40712024-09-03T22:45:22.961Z[ recovery-image] Sep 03 22:45:22.760 INFO O| Sep 03 22:45:22.760 INFO STEP 40 (remove_files) COMPLETE
40722024-09-03T22:45:22.961Z[ recovery-image] Sep 03 22:45:22.760 INFO O| Sep 03 22:45:22.760 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-09-03T22:45:22.961Z[ recovery-image] Sep 03 22:45:22.774 INFO O| Sep 03 22:45:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40742024-09-03T22:45:22.961Z[ recovery-image] Sep 03 22:45:22.774 INFO O| Sep 03 22:45:22.774 INFO STEP 41 (remove_files) COMPLETE
40752024-09-03T22:45:22.961Z[ recovery-image] Sep 03 22:45:22.774 INFO O| Sep 03 22:45:22.774 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-09-03T22:45:22.991Z[ recovery-image] Sep 03 22:45:22.809 INFO O| Sep 03 22:45:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40772024-09-03T22:45:22.991Z[ recovery-image] Sep 03 22:45:22.809 INFO O| Sep 03 22:45:22.809 INFO STEP 42 (remove_files) COMPLETE
40782024-09-03T22:45:23.014Z[ recovery-image] Sep 03 22:45:22.809 INFO O| Sep 03 22:45:22.809 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-09-03T22:45:23.038Z[ recovery-image] Sep 03 22:45:22.845 INFO O| Sep 03 22:45:22.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40802024-09-03T22:45:23.038Z[ recovery-image] Sep 03 22:45:22.845 INFO O| Sep 03 22:45:22.845 INFO STEP 43 (remove_files) COMPLETE
40812024-09-03T22:45:23.038Z[ recovery-image] Sep 03 22:45:22.845 INFO O| Sep 03 22:45:22.845 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-09-03T22:45:23.061Z[ recovery-image] Sep 03 22:45:22.877 INFO O| Sep 03 22:45:22.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40832024-09-03T22:45:23.061Z[ recovery-image] Sep 03 22:45:22.877 INFO O| Sep 03 22:45:22.877 INFO STEP 44 (remove_files) COMPLETE
40842024-09-03T22:45:23.061Z[ recovery-image] Sep 03 22:45:22.877 INFO O| Sep 03 22:45:22.877 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-09-03T22:45:23.084Z[ recovery-image] Sep 03 22:45:22.897 INFO O| Sep 03 22:45:22.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40862024-09-03T22:45:23.084Z[ recovery-image] Sep 03 22:45:22.897 INFO O| Sep 03 22:45:22.897 INFO STEP 45 (remove_files) COMPLETE
40872024-09-03T22:45:23.084Z[ recovery-image] Sep 03 22:45:22.897 INFO O| Sep 03 22:45:22.897 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-09-03T22:45:23.108Z[ recovery-image] Sep 03 22:45:22.915 INFO O| Sep 03 22:45:22.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40892024-09-03T22:45:23.108Z[ recovery-image] Sep 03 22:45:22.915 INFO O| Sep 03 22:45:22.915 INFO STEP 46 (remove_files) COMPLETE
40902024-09-03T22:45:23.108Z[ recovery-image] Sep 03 22:45:22.915 INFO O| Sep 03 22:45:22.915 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-09-03T22:45:23.133Z[ recovery-image] Sep 03 22:45:22.949 INFO O| Sep 03 22:45:22.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40922024-09-03T22:45:23.133Z[ recovery-image] Sep 03 22:45:22.949 INFO O| Sep 03 22:45:22.949 INFO STEP 47 (remove_files) COMPLETE
40932024-09-03T22:45:23.133Z[ recovery-image] Sep 03 22:45:22.949 INFO O| Sep 03 22:45:22.949 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-09-03T22:45:23.166Z[ recovery-image] Sep 03 22:45:22.983 INFO O| Sep 03 22:45:22.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40952024-09-03T22:45:23.166Z[ recovery-image] Sep 03 22:45:22.983 INFO O| Sep 03 22:45:22.983 INFO STEP 48 (remove_files) COMPLETE
40962024-09-03T22:45:23.166Z[ recovery-image] Sep 03 22:45:22.983 INFO O| Sep 03 22:45:22.983 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-09-03T22:45:23.202Z[ recovery-image] Sep 03 22:45:23.019 INFO O| Sep 03 22:45:23.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40982024-09-03T22:45:23.225Z[ recovery-image] Sep 03 22:45:23.019 INFO O| Sep 03 22:45:23.019 INFO STEP 49 (remove_files) COMPLETE
40992024-09-03T22:45:23.225Z[ recovery-image] Sep 03 22:45:23.019 INFO O| Sep 03 22:45:23.019 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-09-03T22:45:23.248Z[ recovery-image] Sep 03 22:45:23.054 INFO O| Sep 03 22:45:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41012024-09-03T22:45:23.248Z[ recovery-image] Sep 03 22:45:23.054 INFO O| Sep 03 22:45:23.054 INFO STEP 50 (remove_files) COMPLETE
41022024-09-03T22:45:23.248Z[ recovery-image] Sep 03 22:45:23.054 INFO O| Sep 03 22:45:23.054 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-09-03T22:45:23.285Z[ recovery-image] Sep 03 22:45:23.102 INFO O| Sep 03 22:45:23.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41042024-09-03T22:45:23.309Z[ recovery-image] Sep 03 22:45:23.127 INFO O| Sep 03 22:45:23.127 INFO STEP 51 (remove_files) COMPLETE
41052024-09-03T22:45:23.332Z[ recovery-image] Sep 03 22:45:23.127 INFO O| Sep 03 22:45:23.127 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-09-03T22:45:23.332Z[ host-image] Sep 03 22:45:23.138 INFO O| Sep 03 22:45:23.138 INFO O| Planning: Solver setup ... Done
41072024-09-03T22:45:23.332Z[ host-image] Sep 03 22:45:23.143 INFO O| Sep 03 22:45:23.143 INFO O| Planning: Running solver ... Done
41082024-09-03T22:45:23.332Z[ recovery-image] Sep 03 22:45:23.146 INFO O| Sep 03 22:45:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41092024-09-03T22:45:23.332Z[ recovery-image] Sep 03 22:45:23.147 INFO O| Sep 03 22:45:23.147 INFO STEP 52 (remove_files) COMPLETE
41102024-09-03T22:45:23.332Z[ recovery-image] Sep 03 22:45:23.147 INFO O| Sep 03 22:45:23.147 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-03T22:45:23.356Z[ recovery-image] Sep 03 22:45:23.164 INFO O| Sep 03 22:45:23.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41122024-09-03T22:45:23.356Z[ recovery-image] Sep 03 22:45:23.167 INFO O| Sep 03 22:45:23.167 INFO STEP 53 (remove_files) COMPLETE
41132024-09-03T22:45:23.356Z[ recovery-image] Sep 03 22:45:23.167 INFO O| Sep 03 22:45:23.167 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-03T22:45:23.383Z[ recovery-image] Sep 03 22:45:23.201 INFO O| Sep 03 22:45:23.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41152024-09-03T22:45:23.383Z[ recovery-image] Sep 03 22:45:23.201 INFO O| Sep 03 22:45:23.201 INFO STEP 54 (remove_files) COMPLETE
41162024-09-03T22:45:23.407Z[ recovery-image] Sep 03 22:45:23.201 INFO O| Sep 03 22:45:23.201 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-03T22:45:23.407Z[ host-image] Sep 03 22:45:23.205 INFO O| Sep 03 22:45:23.205 INFO O| Planning: Finding local manifests ... Done
41182024-09-03T22:45:23.407Z[ host-image] Sep 03 22:45:23.207 INFO O| Sep 03 22:45:23.207 INFO O| Planning: Fetching manifests: 0/4 0% complete
41192024-09-03T22:45:23.407Z[ recovery-image] Sep 03 22:45:23.221 INFO O| Sep 03 22:45:23.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41202024-09-03T22:45:23.407Z[ recovery-image] Sep 03 22:45:23.221 INFO O| Sep 03 22:45:23.221 INFO STEP 55 (remove_files) COMPLETE
41212024-09-03T22:45:23.407Z[ recovery-image] Sep 03 22:45:23.222 INFO O| Sep 03 22:45:23.221 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-09-03T22:45:23.430Z[ recovery-image] Sep 03 22:45:23.239 INFO O| Sep 03 22:45:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41232024-09-03T22:45:23.430Z[ recovery-image] Sep 03 22:45:23.239 INFO O| Sep 03 22:45:23.239 INFO STEP 56 (remove_files) COMPLETE
41242024-09-03T22:45:23.430Z[ recovery-image] Sep 03 22:45:23.239 INFO O| Sep 03 22:45:23.239 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-09-03T22:45:23.454Z[ recovery-image] Sep 03 22:45:23.255 INFO O| Sep 03 22:45:23.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41262024-09-03T22:45:23.454Z[ recovery-image] Sep 03 22:45:23.255 INFO O| Sep 03 22:45:23.255 INFO STEP 57 (remove_files) COMPLETE
41272024-09-03T22:45:23.454Z[ recovery-image] Sep 03 22:45:23.255 INFO O| Sep 03 22:45:23.255 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-09-03T22:45:23.454Z[ recovery-image] Sep 03 22:45:23.271 INFO O| Sep 03 22:45:23.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41292024-09-03T22:45:23.454Z[ recovery-image] Sep 03 22:45:23.271 INFO O| Sep 03 22:45:23.271 INFO STEP 58 (remove_files) COMPLETE
41302024-09-03T22:45:23.454Z[ recovery-image] Sep 03 22:45:23.271 INFO O| Sep 03 22:45:23.271 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-09-03T22:45:23.532Z[ recovery-image] Sep 03 22:45:23.350 INFO O| Sep 03 22:45:23.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41322024-09-03T22:45:23.532Z[ recovery-image] Sep 03 22:45:23.350 INFO O| Sep 03 22:45:23.350 INFO STEP 59 (remove_files) COMPLETE
41332024-09-03T22:45:23.556Z[ recovery-image] Sep 03 22:45:23.350 INFO O| Sep 03 22:45:23.350 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-09-03T22:45:23.591Z[ recovery-image] Sep 03 22:45:23.407 INFO O| Sep 03 22:45:23.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41352024-09-03T22:45:23.591Z[ recovery-image] Sep 03 22:45:23.407 INFO O| Sep 03 22:45:23.407 INFO STEP 60 (remove_files) COMPLETE
41362024-09-03T22:45:23.614Z[ recovery-image] Sep 03 22:45:23.407 INFO O| Sep 03 22:45:23.407 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-09-03T22:45:23.614Z[ recovery-image] Sep 03 22:45:23.421 INFO O| Sep 03 22:45:23.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41382024-09-03T22:45:23.614Z[ recovery-image] Sep 03 22:45:23.422 INFO O| Sep 03 22:45:23.421 INFO STEP 61 (remove_files) COMPLETE
41392024-09-03T22:45:23.614Z[ recovery-image] Sep 03 22:45:23.422 INFO O| Sep 03 22:45:23.422 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-09-03T22:45:23.638Z[ recovery-image] Sep 03 22:45:23.453 INFO O| Sep 03 22:45:23.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41412024-09-03T22:45:23.638Z[ recovery-image] Sep 03 22:45:23.453 INFO O| Sep 03 22:45:23.453 INFO STEP 62 (remove_files) COMPLETE
41422024-09-03T22:45:23.638Z[ recovery-image] Sep 03 22:45:23.453 INFO O| Sep 03 22:45:23.453 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-09-03T22:45:23.673Z[ host-image] Sep 03 22:45:23.490 INFO O| Sep 03 22:45:23.490 INFO O| Planning: Fetching manifests: 4/4 100% complete
41442024-09-03T22:45:23.702Z[ host-image] Sep 03 22:45:23.520 INFO O| Sep 03 22:45:23.520 INFO O| Planning: Package planning ... Done
41452024-09-03T22:45:23.726Z[ host-image] Sep 03 22:45:23.524 INFO O| Sep 03 22:45:23.524 INFO O| Planning: Merging actions ... Done
41462024-09-03T22:45:23.726Z[ recovery-image] Sep 03 22:45:23.526 INFO O| Sep 03 22:45:23.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
41472024-09-03T22:45:23.726Z[ recovery-image] Sep 03 22:45:23.526 INFO O| Sep 03 22:45:23.526 INFO STEP 63 (remove_files) COMPLETE
41482024-09-03T22:45:23.726Z[ recovery-image] Sep 03 22:45:23.526 INFO O| Sep 03 22:45:23.526 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-09-03T22:45:23.726Z[ recovery-image] Sep 03 22:45:23.543 INFO O| Sep 03 22:45:23.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
41502024-09-03T22:45:23.726Z[ recovery-image] Sep 03 22:45:23.544 INFO O| Sep 03 22:45:23.544 INFO STEP 64 (remove_files) COMPLETE
41512024-09-03T22:45:23.726Z[ recovery-image] Sep 03 22:45:23.544 INFO O| Sep 03 22:45:23.544 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-09-03T22:45:23.750Z[ recovery-image] Sep 03 22:45:23.560 INFO O| Sep 03 22:45:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
41532024-09-03T22:45:23.750Z[ recovery-image] Sep 03 22:45:23.560 INFO O| Sep 03 22:45:23.560 INFO STEP 65 (remove_files) COMPLETE
41542024-09-03T22:45:23.750Z[ recovery-image] Sep 03 22:45:23.560 INFO O| Sep 03 22:45:23.560 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-09-03T22:45:23.774Z[ recovery-image] Sep 03 22:45:23.577 INFO O| Sep 03 22:45:23.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
41562024-09-03T22:45:23.774Z[ recovery-image] Sep 03 22:45:23.577 INFO O| Sep 03 22:45:23.577 INFO STEP 66 (remove_files) COMPLETE
41572024-09-03T22:45:23.774Z[ recovery-image] Sep 03 22:45:23.577 INFO O| Sep 03 22:45:23.577 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-09-03T22:45:23.797Z[ recovery-image] Sep 03 22:45:23.592 INFO O| Sep 03 22:45:23.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
41592024-09-03T22:45:23.797Z[ recovery-image] Sep 03 22:45:23.600 INFO O| Sep 03 22:45:23.600 INFO STEP 67 (remove_files) COMPLETE
41602024-09-03T22:45:23.797Z[ recovery-image] Sep 03 22:45:23.600 INFO O| Sep 03 22:45:23.600 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-09-03T22:45:23.828Z[ recovery-image] Sep 03 22:45:23.646 INFO O| Sep 03 22:45:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
41622024-09-03T22:45:23.828Z[ recovery-image] Sep 03 22:45:23.646 INFO O| Sep 03 22:45:23.646 INFO STEP 68 (remove_files) COMPLETE
41632024-09-03T22:45:23.851Z[ recovery-image] Sep 03 22:45:23.646 INFO O| Sep 03 22:45:23.646 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-09-03T22:45:23.851Z[ host-image] Sep 03 22:45:23.667 INFO O| Sep 03 22:45:23.667 INFO O| Planning: Checking for conflicting actions ... Done
41652024-09-03T22:45:23.875Z[ host-image] Sep 03 22:45:23.671 INFO O| Sep 03 22:45:23.671 INFO O| Planning: Consolidating action changes ... Done
41662024-09-03T22:45:23.875Z[ recovery-image] Sep 03 22:45:23.681 INFO O| Sep 03 22:45:23.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
41672024-09-03T22:45:23.875Z[ recovery-image] Sep 03 22:45:23.681 INFO O| Sep 03 22:45:23.681 INFO STEP 69 (remove_files) COMPLETE
41682024-09-03T22:45:23.875Z[ recovery-image] Sep 03 22:45:23.681 INFO O| Sep 03 22:45:23.681 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-09-03T22:45:23.898Z[ recovery-image] Sep 03 22:45:23.707 INFO O| Sep 03 22:45:23.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
41702024-09-03T22:45:23.898Z[ recovery-image] Sep 03 22:45:23.707 INFO O| Sep 03 22:45:23.707 INFO STEP 70 (remove_files) COMPLETE
41712024-09-03T22:45:23.898Z[ recovery-image] Sep 03 22:45:23.707 INFO O| Sep 03 22:45:23.707 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-09-03T22:45:23.930Z[ recovery-image] Sep 03 22:45:23.748 INFO O| Sep 03 22:45:23.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41732024-09-03T22:45:23.930Z[ recovery-image] Sep 03 22:45:23.748 INFO O| Sep 03 22:45:23.748 INFO STEP 71 (remove_files) COMPLETE
41742024-09-03T22:45:23.953Z[ recovery-image] Sep 03 22:45:23.748 INFO O| Sep 03 22:45:23.748 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-09-03T22:45:23.953Z[ recovery-image] Sep 03 22:45:23.765 INFO O| Sep 03 22:45:23.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41762024-09-03T22:45:23.953Z[ recovery-image] Sep 03 22:45:23.766 INFO O| Sep 03 22:45:23.766 INFO STEP 72 (remove_files) COMPLETE
41772024-09-03T22:45:23.953Z[ recovery-image] Sep 03 22:45:23.766 INFO O| Sep 03 22:45:23.766 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-09-03T22:45:23.977Z[ recovery-image] Sep 03 22:45:23.788 INFO O| Sep 03 22:45:23.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41792024-09-03T22:45:23.977Z[ recovery-image] Sep 03 22:45:23.788 INFO O| Sep 03 22:45:23.788 INFO STEP 73 (remove_files) COMPLETE
41802024-09-03T22:45:23.977Z[ recovery-image] Sep 03 22:45:23.788 INFO O| Sep 03 22:45:23.788 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-09-03T22:45:24.028Z[ recovery-image] Sep 03 22:45:23.845 INFO O| Sep 03 22:45:23.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41822024-09-03T22:45:24.028Z[ recovery-image] Sep 03 22:45:23.845 INFO O| Sep 03 22:45:23.845 INFO STEP 74 (remove_files) COMPLETE
41832024-09-03T22:45:24.028Z[ recovery-image] Sep 03 22:45:23.845 INFO O| Sep 03 22:45:23.845 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-09-03T22:45:24.089Z[ recovery-image] Sep 03 22:45:23.907 INFO O| Sep 03 22:45:23.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41852024-09-03T22:45:24.089Z[ recovery-image] Sep 03 22:45:23.907 INFO O| Sep 03 22:45:23.907 INFO STEP 75 (remove_files) COMPLETE
41862024-09-03T22:45:24.113Z[ recovery-image] Sep 03 22:45:23.907 INFO O| Sep 03 22:45:23.907 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-09-03T22:45:24.113Z[ recovery-image] Sep 03 22:45:23.921 INFO O| Sep 03 22:45:23.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41882024-09-03T22:45:24.113Z[ recovery-image] Sep 03 22:45:23.921 INFO O| Sep 03 22:45:23.921 INFO STEP 76 (remove_files) COMPLETE
41892024-09-03T22:45:24.113Z[ recovery-image] Sep 03 22:45:23.921 INFO O| Sep 03 22:45:23.921 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-09-03T22:45:24.136Z[ host-image] Sep 03 22:45:23.934 INFO O| Sep 03 22:45:23.934 INFO O| Planning: Evaluating mediators ... Done
41912024-09-03T22:45:24.136Z[ host-image] Sep 03 22:45:23.935 INFO O| Sep 03 22:45:23.935 INFO O| Planning: Planning completed in 3.36 seconds
41922024-09-03T22:45:24.136Z[ host-image] Sep 03 22:45:23.947 INFO O| Sep 03 22:45:23.947 INFO O| Packages to install: 4
41932024-09-03T22:45:24.136Z[ host-image] Sep 03 22:45:23.947 INFO O| Sep 03 22:45:23.947 INFO O| Services to change: 2
41942024-09-03T22:45:24.136Z[ recovery-image] Sep 03 22:45:23.954 INFO O| Sep 03 22:45:23.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41952024-09-03T22:45:24.136Z[ recovery-image] Sep 03 22:45:23.954 INFO O| Sep 03 22:45:23.954 INFO STEP 77 (remove_files) COMPLETE
41962024-09-03T22:45:24.136Z[ recovery-image] Sep 03 22:45:23.954 INFO O| Sep 03 22:45:23.954 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-09-03T22:45:24.160Z[ host-image] Sep 03 22:45:23.961 INFO O| Sep 03 22:45:23.961 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
41982024-09-03T22:45:24.201Z[ recovery-image] Sep 03 22:45:24.018 INFO O| Sep 03 22:45:24.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41992024-09-03T22:45:24.201Z[ recovery-image] Sep 03 22:45:24.018 INFO O| Sep 03 22:45:24.018 INFO STEP 78 (remove_files) COMPLETE
42002024-09-03T22:45:24.224Z[ recovery-image] Sep 03 22:45:24.018 INFO O| Sep 03 22:45:24.018 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-09-03T22:45:24.224Z[ recovery-image] Sep 03 22:45:24.034 INFO O| Sep 03 22:45:24.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42022024-09-03T22:45:24.224Z[ recovery-image] Sep 03 22:45:24.034 INFO O| Sep 03 22:45:24.034 INFO STEP 79 (remove_files) COMPLETE
42032024-09-03T22:45:24.224Z[ recovery-image] Sep 03 22:45:24.034 INFO O| Sep 03 22:45:24.034 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-09-03T22:45:24.247Z[ recovery-image] Sep 03 22:45:24.048 INFO O| Sep 03 22:45:24.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42052024-09-03T22:45:24.247Z[ recovery-image] Sep 03 22:45:24.048 INFO O| Sep 03 22:45:24.048 INFO STEP 80 (remove_files) COMPLETE
42062024-09-03T22:45:24.247Z[ recovery-image] Sep 03 22:45:24.048 INFO O| Sep 03 22:45:24.048 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-09-03T22:45:24.247Z[ recovery-image] Sep 03 22:45:24.061 INFO O| Sep 03 22:45:24.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42082024-09-03T22:45:24.247Z[ recovery-image] Sep 03 22:45:24.062 INFO O| Sep 03 22:45:24.061 INFO STEP 81 (remove_files) COMPLETE
42092024-09-03T22:45:24.247Z[ recovery-image] Sep 03 22:45:24.062 INFO O| Sep 03 22:45:24.062 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-09-03T22:45:24.271Z[ recovery-image] Sep 03 22:45:24.075 INFO O| Sep 03 22:45:24.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42112024-09-03T22:45:24.271Z[ recovery-image] Sep 03 22:45:24.075 INFO O| Sep 03 22:45:24.075 INFO STEP 82 (remove_files) COMPLETE
42122024-09-03T22:45:24.271Z[ recovery-image] Sep 03 22:45:24.075 INFO O| Sep 03 22:45:24.075 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-09-03T22:45:24.271Z[ recovery-image] Sep 03 22:45:24.089 INFO O| Sep 03 22:45:24.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42142024-09-03T22:45:24.271Z[ recovery-image] Sep 03 22:45:24.089 INFO O| Sep 03 22:45:24.089 INFO STEP 83 (remove_files) COMPLETE
42152024-09-03T22:45:24.295Z[ recovery-image] Sep 03 22:45:24.089 INFO O| Sep 03 22:45:24.089 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-03T22:45:24.295Z[ recovery-image] Sep 03 22:45:24.103 INFO O| Sep 03 22:45:24.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42172024-09-03T22:45:24.295Z[ recovery-image] Sep 03 22:45:24.103 INFO O| Sep 03 22:45:24.103 INFO STEP 84 (remove_files) COMPLETE
42182024-09-03T22:45:24.295Z[ recovery-image] Sep 03 22:45:24.103 INFO O| Sep 03 22:45:24.103 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-03T22:45:24.318Z[ recovery-image] Sep 03 22:45:24.116 INFO O| Sep 03 22:45:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42202024-09-03T22:45:24.318Z[ recovery-image] Sep 03 22:45:24.116 INFO O| Sep 03 22:45:24.116 INFO STEP 85 (remove_files) COMPLETE
42212024-09-03T22:45:24.318Z[ recovery-image] Sep 03 22:45:24.117 INFO O| Sep 03 22:45:24.116 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-09-03T22:45:24.318Z[ recovery-image] Sep 03 22:45:24.130 INFO O| Sep 03 22:45:24.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42232024-09-03T22:45:24.318Z[ recovery-image] Sep 03 22:45:24.130 INFO O| Sep 03 22:45:24.130 INFO STEP 86 (remove_files) COMPLETE
42242024-09-03T22:45:24.318Z[ recovery-image] Sep 03 22:45:24.130 INFO O| Sep 03 22:45:24.130 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-03T22:45:24.342Z[ recovery-image] Sep 03 22:45:24.152 INFO O| Sep 03 22:45:24.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42262024-09-03T22:45:24.342Z[ recovery-image] Sep 03 22:45:24.152 INFO O| Sep 03 22:45:24.152 INFO STEP 87 (remove_files) COMPLETE
42272024-09-03T22:45:24.342Z[ recovery-image] Sep 03 22:45:24.152 INFO O| Sep 03 22:45:24.152 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-03T22:45:24.366Z[ recovery-image] Sep 03 22:45:24.168 INFO O| Sep 03 22:45:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42292024-09-03T22:45:24.366Z[ recovery-image] Sep 03 22:45:24.169 INFO O| Sep 03 22:45:24.168 INFO STEP 88 (remove_files) COMPLETE
42302024-09-03T22:45:24.366Z[ recovery-image] Sep 03 22:45:24.169 INFO O| Sep 03 22:45:24.169 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-03T22:45:24.390Z[ recovery-image] Sep 03 22:45:24.208 INFO O| Sep 03 22:45:24.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42322024-09-03T22:45:24.391Z[ recovery-image] Sep 03 22:45:24.208 INFO O| Sep 03 22:45:24.208 INFO STEP 89 (remove_files) COMPLETE
42332024-09-03T22:45:24.414Z[ recovery-image] Sep 03 22:45:24.208 INFO O| Sep 03 22:45:24.208 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-03T22:45:24.414Z[ recovery-image] Sep 03 22:45:24.223 INFO O| Sep 03 22:45:24.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42352024-09-03T22:45:24.414Z[ recovery-image] Sep 03 22:45:24.223 INFO O| Sep 03 22:45:24.223 INFO STEP 90 (remove_files) COMPLETE
42362024-09-03T22:45:24.414Z[ recovery-image] Sep 03 22:45:24.223 INFO O| Sep 03 22:45:24.223 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-03T22:45:24.437Z[ recovery-image] Sep 03 22:45:24.236 INFO O| Sep 03 22:45:24.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42382024-09-03T22:45:24.437Z[ recovery-image] Sep 03 22:45:24.236 INFO O| Sep 03 22:45:24.236 INFO STEP 91 (remove_files) COMPLETE
42392024-09-03T22:45:24.437Z[ recovery-image] Sep 03 22:45:24.236 INFO O| Sep 03 22:45:24.236 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-03T22:45:24.437Z[ recovery-image] Sep 03 22:45:24.249 INFO O| Sep 03 22:45:24.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42412024-09-03T22:45:24.437Z[ recovery-image] Sep 03 22:45:24.249 INFO O| Sep 03 22:45:24.249 INFO STEP 92 (remove_files) COMPLETE
42422024-09-03T22:45:24.437Z[ recovery-image] Sep 03 22:45:24.250 INFO O| Sep 03 22:45:24.249 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-03T22:45:24.461Z[ recovery-image] Sep 03 22:45:24.266 INFO O| Sep 03 22:45:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42442024-09-03T22:45:24.461Z[ recovery-image] Sep 03 22:45:24.266 INFO O| Sep 03 22:45:24.266 INFO STEP 93 (remove_files) COMPLETE
42452024-09-03T22:45:24.462Z[ recovery-image] Sep 03 22:45:24.266 INFO O| Sep 03 22:45:24.266 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-03T22:45:24.485Z[ recovery-image] Sep 03 22:45:24.280 INFO O| Sep 03 22:45:24.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42472024-09-03T22:45:24.485Z[ recovery-image] Sep 03 22:45:24.281 INFO O| Sep 03 22:45:24.280 INFO STEP 94 (remove_files) COMPLETE
42482024-09-03T22:45:24.485Z[ recovery-image] Sep 03 22:45:24.281 INFO O| Sep 03 22:45:24.281 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-03T22:45:24.485Z[ recovery-image] Sep 03 22:45:24.294 INFO O| Sep 03 22:45:24.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42502024-09-03T22:45:24.485Z[ recovery-image] Sep 03 22:45:24.294 INFO O| Sep 03 22:45:24.294 INFO STEP 95 (remove_files) COMPLETE
42512024-09-03T22:45:24.485Z[ recovery-image] Sep 03 22:45:24.294 INFO O| Sep 03 22:45:24.294 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-03T22:45:24.508Z[ recovery-image] Sep 03 22:45:24.322 INFO O| Sep 03 22:45:24.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
42532024-09-03T22:45:24.508Z[ recovery-image] Sep 03 22:45:24.322 INFO O| Sep 03 22:45:24.322 INFO STEP 96 (remove_files) COMPLETE
42542024-09-03T22:45:24.508Z[ recovery-image] Sep 03 22:45:24.322 INFO O| Sep 03 22:45:24.322 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-03T22:45:24.543Z[ recovery-image] Sep 03 22:45:24.361 INFO O| Sep 03 22:45:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
42562024-09-03T22:45:24.543Z[ recovery-image] Sep 03 22:45:24.361 INFO O| Sep 03 22:45:24.361 INFO STEP 97 (remove_files) COMPLETE
42572024-09-03T22:45:24.543Z[ recovery-image] Sep 03 22:45:24.361 INFO O| Sep 03 22:45:24.361 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-03T22:45:24.566Z[ recovery-image] Sep 03 22:45:24.378 INFO O| Sep 03 22:45:24.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
42592024-09-03T22:45:24.567Z[ recovery-image] Sep 03 22:45:24.378 INFO O| Sep 03 22:45:24.378 INFO STEP 98 (remove_files) COMPLETE
42602024-09-03T22:45:24.567Z[ recovery-image] Sep 03 22:45:24.378 INFO O| Sep 03 22:45:24.378 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-03T22:45:24.590Z[ recovery-image] Sep 03 22:45:24.395 INFO O| Sep 03 22:45:24.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
42622024-09-03T22:45:24.590Z[ recovery-image] Sep 03 22:45:24.395 INFO O| Sep 03 22:45:24.395 INFO STEP 99 (remove_files) COMPLETE
42632024-09-03T22:45:24.590Z[ recovery-image] Sep 03 22:45:24.395 INFO O| Sep 03 22:45:24.395 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-03T22:45:24.613Z[ recovery-image] Sep 03 22:45:24.411 INFO O| Sep 03 22:45:24.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
42652024-09-03T22:45:24.613Z[ recovery-image] Sep 03 22:45:24.411 INFO O| Sep 03 22:45:24.411 INFO STEP 100 (remove_files) COMPLETE
42662024-09-03T22:45:24.613Z[ recovery-image] Sep 03 22:45:24.411 INFO O| Sep 03 22:45:24.411 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-03T22:45:24.613Z[ recovery-image] Sep 03 22:45:24.427 INFO O| Sep 03 22:45:24.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
42682024-09-03T22:45:24.613Z[ recovery-image] Sep 03 22:45:24.427 INFO O| Sep 03 22:45:24.427 INFO STEP 101 (remove_files) COMPLETE
42692024-09-03T22:45:24.613Z[ recovery-image] Sep 03 22:45:24.427 INFO O| Sep 03 22:45:24.427 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-03T22:45:24.637Z[ recovery-image] Sep 03 22:45:24.442 INFO O| Sep 03 22:45:24.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
42712024-09-03T22:45:24.637Z[ recovery-image] Sep 03 22:45:24.442 INFO O| Sep 03 22:45:24.442 INFO STEP 102 (remove_files) COMPLETE
42722024-09-03T22:45:24.637Z[ recovery-image] Sep 03 22:45:24.442 INFO O| Sep 03 22:45:24.442 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-03T22:45:24.660Z[ recovery-image] Sep 03 22:45:24.456 INFO O| Sep 03 22:45:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
42742024-09-03T22:45:24.660Z[ recovery-image] Sep 03 22:45:24.456 INFO O| Sep 03 22:45:24.456 INFO STEP 103 (remove_files) COMPLETE
42752024-09-03T22:45:24.660Z[ recovery-image] Sep 03 22:45:24.456 INFO O| Sep 03 22:45:24.456 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-03T22:45:24.660Z[ recovery-image] Sep 03 22:45:24.469 INFO O| Sep 03 22:45:24.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42772024-09-03T22:45:24.660Z[ recovery-image] Sep 03 22:45:24.469 INFO O| Sep 03 22:45:24.469 INFO STEP 104 (remove_files) COMPLETE
42782024-09-03T22:45:24.660Z[ recovery-image] Sep 03 22:45:24.469 INFO O| Sep 03 22:45:24.469 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-03T22:45:24.684Z[ recovery-image] Sep 03 22:45:24.482 INFO O| Sep 03 22:45:24.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42802024-09-03T22:45:24.684Z[ recovery-image] Sep 03 22:45:24.483 INFO O| Sep 03 22:45:24.482 INFO STEP 105 (remove_files) COMPLETE
42812024-09-03T22:45:24.684Z[ recovery-image] Sep 03 22:45:24.483 INFO O| Sep 03 22:45:24.483 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-03T22:45:24.684Z[ recovery-image] Sep 03 22:45:24.496 INFO O| Sep 03 22:45:24.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42832024-09-03T22:45:24.684Z[ recovery-image] Sep 03 22:45:24.496 INFO O| Sep 03 22:45:24.496 INFO STEP 106 (remove_files) COMPLETE
42842024-09-03T22:45:24.684Z[ recovery-image] Sep 03 22:45:24.496 INFO O| Sep 03 22:45:24.496 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-03T22:45:24.707Z[ recovery-image] Sep 03 22:45:24.509 INFO O| Sep 03 22:45:24.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42862024-09-03T22:45:24.707Z[ recovery-image] Sep 03 22:45:24.509 INFO O| Sep 03 22:45:24.509 INFO STEP 107 (remove_files) COMPLETE
42872024-09-03T22:45:24.707Z[ recovery-image] Sep 03 22:45:24.509 INFO O| Sep 03 22:45:24.509 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-03T22:45:24.707Z[ recovery-image] Sep 03 22:45:24.523 INFO O| Sep 03 22:45:24.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42892024-09-03T22:45:24.707Z[ recovery-image] Sep 03 22:45:24.523 INFO O| Sep 03 22:45:24.523 INFO STEP 108 (remove_files) COMPLETE
42902024-09-03T22:45:24.707Z[ recovery-image] Sep 03 22:45:24.523 INFO O| Sep 03 22:45:24.523 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-03T22:45:24.731Z[ recovery-image] Sep 03 22:45:24.545 INFO O| Sep 03 22:45:24.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42922024-09-03T22:45:24.731Z[ recovery-image] Sep 03 22:45:24.545 INFO O| Sep 03 22:45:24.545 INFO STEP 109 (remove_files) COMPLETE
42932024-09-03T22:45:24.731Z[ recovery-image] Sep 03 22:45:24.545 INFO O| Sep 03 22:45:24.545 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-03T22:45:24.754Z[ recovery-image] Sep 03 22:45:24.563 INFO O| Sep 03 22:45:24.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42952024-09-03T22:45:24.754Z[ recovery-image] Sep 03 22:45:24.563 INFO O| Sep 03 22:45:24.563 INFO STEP 110 (remove_files) COMPLETE
42962024-09-03T22:45:24.754Z[ recovery-image] Sep 03 22:45:24.563 INFO O| Sep 03 22:45:24.563 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-03T22:45:24.777Z[ recovery-image] Sep 03 22:45:24.577 INFO O| Sep 03 22:45:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42982024-09-03T22:45:24.777Z[ recovery-image] Sep 03 22:45:24.577 INFO O| Sep 03 22:45:24.577 INFO STEP 111 (remove_files) COMPLETE
42992024-09-03T22:45:24.777Z[ recovery-image] Sep 03 22:45:24.577 INFO O| Sep 03 22:45:24.577 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-03T22:45:24.777Z[ recovery-image] Sep 03 22:45:24.591 INFO O| Sep 03 22:45:24.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43012024-09-03T22:45:24.777Z[ recovery-image] Sep 03 22:45:24.591 INFO O| Sep 03 22:45:24.591 INFO STEP 112 (remove_files) COMPLETE
43022024-09-03T22:45:24.777Z[ recovery-image] Sep 03 22:45:24.591 INFO O| Sep 03 22:45:24.591 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-03T22:45:24.838Z[ recovery-image] Sep 03 22:45:24.656 INFO O| Sep 03 22:45:24.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43042024-09-03T22:45:24.838Z[ recovery-image] Sep 03 22:45:24.656 INFO O| Sep 03 22:45:24.656 INFO STEP 113 (remove_files) COMPLETE
43052024-09-03T22:45:24.861Z[ recovery-image] Sep 03 22:45:24.656 INFO O| Sep 03 22:45:24.656 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-09-03T22:45:24.861Z[ recovery-image] Sep 03 22:45:24.674 INFO O| Sep 03 22:45:24.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43072024-09-03T22:45:24.861Z[ recovery-image] Sep 03 22:45:24.675 INFO O| Sep 03 22:45:24.675 INFO STEP 114 (remove_files) COMPLETE
43082024-09-03T22:45:24.861Z[ recovery-image] Sep 03 22:45:24.675 INFO O| Sep 03 22:45:24.675 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-09-03T22:45:24.895Z[ recovery-image] Sep 03 22:45:24.713 INFO O| Sep 03 22:45:24.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43102024-09-03T22:45:24.895Z[ recovery-image] Sep 03 22:45:24.713 INFO O| Sep 03 22:45:24.713 INFO STEP 115 (remove_files) COMPLETE
43112024-09-03T22:45:24.919Z[ recovery-image] Sep 03 22:45:24.713 INFO O| Sep 03 22:45:24.713 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-09-03T22:45:24.942Z[ recovery-image] Sep 03 22:45:24.740 INFO O| Sep 03 22:45:24.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43132024-09-03T22:45:24.942Z[ recovery-image] Sep 03 22:45:24.740 INFO O| Sep 03 22:45:24.740 INFO STEP 116 (remove_files) COMPLETE
43142024-09-03T22:45:24.942Z[ recovery-image] Sep 03 22:45:24.740 INFO O| Sep 03 22:45:24.740 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-09-03T22:45:24.942Z[ recovery-image] Sep 03 22:45:24.755 INFO O| Sep 03 22:45:24.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43162024-09-03T22:45:24.942Z[ recovery-image] Sep 03 22:45:24.755 INFO O| Sep 03 22:45:24.755 INFO STEP 117 (remove_files) COMPLETE
43172024-09-03T22:45:24.942Z[ recovery-image] Sep 03 22:45:24.755 INFO O| Sep 03 22:45:24.755 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-09-03T22:45:24.965Z[ recovery-image] Sep 03 22:45:24.775 INFO O| Sep 03 22:45:24.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43192024-09-03T22:45:24.989Z[ recovery-image] Sep 03 22:45:24.804 INFO O| Sep 03 22:45:24.804 INFO STEP 118 (remove_files) COMPLETE
43202024-09-03T22:45:24.989Z[ recovery-image] Sep 03 22:45:24.804 INFO O| Sep 03 22:45:24.804 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-09-03T22:45:25.028Z[ recovery-image] Sep 03 22:45:24.845 INFO O| Sep 03 22:45:24.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43222024-09-03T22:45:25.028Z[ recovery-image] Sep 03 22:45:24.846 INFO O| Sep 03 22:45:24.845 INFO STEP 119 (remove_files) COMPLETE
43232024-09-03T22:45:25.051Z[ recovery-image] Sep 03 22:45:24.846 INFO O| Sep 03 22:45:24.846 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-09-03T22:45:25.106Z[ recovery-image] Sep 03 22:45:24.924 INFO O| Sep 03 22:45:24.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43252024-09-03T22:45:25.130Z[ recovery-image] Sep 03 22:45:24.924 INFO O| Sep 03 22:45:24.924 INFO STEP 120 (remove_files) COMPLETE
43262024-09-03T22:45:25.130Z[ recovery-image] Sep 03 22:45:24.924 INFO O| Sep 03 22:45:24.924 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-09-03T22:45:25.130Z[ host-image] Sep 03 22:45:24.926 INFO O| Sep 03 22:45:24.925 INFO O| Download: Completed 1.39 MB in 0.96 seconds (1.4M/s)
43282024-09-03T22:45:25.153Z[ recovery-image] Sep 03 22:45:24.961 INFO O| Sep 03 22:45:24.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43292024-09-03T22:45:25.177Z[ recovery-image] Sep 03 22:45:24.974 INFO O| Sep 03 22:45:24.974 INFO STEP 121 (remove_files) COMPLETE
43302024-09-03T22:45:25.177Z[ recovery-image] Sep 03 22:45:24.974 INFO O| Sep 03 22:45:24.974 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-03T22:45:25.200Z[ host-image] Sep 03 22:45:25.000 INFO O| Sep 03 22:45:24.999 INFO O| Actions: 1/238 actions (Installing new actions)
43322024-09-03T22:45:25.200Z[ recovery-image] Sep 03 22:45:25.005 INFO O| Sep 03 22:45:25.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43332024-09-03T22:45:25.200Z[ recovery-image] Sep 03 22:45:25.005 INFO O| Sep 03 22:45:25.005 INFO STEP 122 (remove_files) COMPLETE
43342024-09-03T22:45:25.200Z[ recovery-image] Sep 03 22:45:25.005 INFO O| Sep 03 22:45:25.005 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-09-03T22:45:25.224Z[ recovery-image] Sep 03 22:45:25.023 INFO O| Sep 03 22:45:25.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43362024-09-03T22:45:25.247Z[ recovery-image] Sep 03 22:45:25.052 INFO O| Sep 03 22:45:25.052 INFO STEP 123 (remove_files) COMPLETE
43372024-09-03T22:45:25.247Z[ recovery-image] Sep 03 22:45:25.052 INFO O| Sep 03 22:45:25.052 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-09-03T22:45:25.289Z[ recovery-image] Sep 03 22:45:25.107 INFO O| Sep 03 22:45:25.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43392024-09-03T22:45:25.289Z[ recovery-image] Sep 03 22:45:25.107 INFO O| Sep 03 22:45:25.107 INFO STEP 124 (remove_files) COMPLETE
43402024-09-03T22:45:25.289Z[ recovery-image] Sep 03 22:45:25.107 INFO O| Sep 03 22:45:25.107 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-09-03T22:45:25.325Z[ recovery-image] Sep 03 22:45:25.143 INFO O| Sep 03 22:45:25.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43422024-09-03T22:45:25.325Z[ recovery-image] Sep 03 22:45:25.143 INFO O| Sep 03 22:45:25.143 INFO STEP 125 (remove_files) COMPLETE
43432024-09-03T22:45:25.325Z[ recovery-image] Sep 03 22:45:25.143 INFO O| Sep 03 22:45:25.143 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-09-03T22:45:25.348Z[ recovery-image] Sep 03 22:45:25.158 INFO O| Sep 03 22:45:25.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43452024-09-03T22:45:25.348Z[ recovery-image] Sep 03 22:45:25.158 INFO O| Sep 03 22:45:25.158 INFO STEP 126 (remove_files) COMPLETE
43462024-09-03T22:45:25.348Z[ recovery-image] Sep 03 22:45:25.158 INFO O| Sep 03 22:45:25.158 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-09-03T22:45:25.372Z[ recovery-image] Sep 03 22:45:25.186 INFO O| Sep 03 22:45:25.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
43482024-09-03T22:45:25.372Z[ recovery-image] Sep 03 22:45:25.186 INFO O| Sep 03 22:45:25.186 INFO STEP 127 (remove_files) COMPLETE
43492024-09-03T22:45:25.372Z[ recovery-image] Sep 03 22:45:25.186 INFO O| Sep 03 22:45:25.186 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-09-03T22:45:25.395Z[ host-image] Sep 03 22:45:25.207 INFO O| Sep 03 22:45:25.207 INFO O| Actions: Completed 238 actions in 0.21 seconds.
43512024-09-03T22:45:25.395Z[ recovery-image] Sep 03 22:45:25.208 INFO O| Sep 03 22:45:25.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
43522024-09-03T22:45:25.395Z[ recovery-image] Sep 03 22:45:25.208 INFO O| Sep 03 22:45:25.208 INFO STEP 128 (remove_files) COMPLETE
43532024-09-03T22:45:25.395Z[ recovery-image] Sep 03 22:45:25.208 INFO O| Sep 03 22:45:25.208 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-09-03T22:45:25.419Z[ recovery-image] Sep 03 22:45:25.229 INFO O| Sep 03 22:45:25.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
43552024-09-03T22:45:25.419Z[ recovery-image] Sep 03 22:45:25.229 INFO O| Sep 03 22:45:25.229 INFO STEP 129 (remove_files) COMPLETE
43562024-09-03T22:45:25.419Z[ recovery-image] Sep 03 22:45:25.229 INFO O| Sep 03 22:45:25.229 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-09-03T22:45:25.442Z[ recovery-image] Sep 03 22:45:25.246 INFO O| Sep 03 22:45:25.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
43582024-09-03T22:45:25.442Z[ recovery-image] Sep 03 22:45:25.246 INFO O| Sep 03 22:45:25.246 INFO STEP 130 (remove_files) COMPLETE
43592024-09-03T22:45:25.442Z[ recovery-image] Sep 03 22:45:25.246 INFO O| Sep 03 22:45:25.246 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-09-03T22:45:25.466Z[ recovery-image] Sep 03 22:45:25.262 INFO O| Sep 03 22:45:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
43612024-09-03T22:45:25.466Z[ recovery-image] Sep 03 22:45:25.262 INFO O| Sep 03 22:45:25.262 INFO STEP 131 (remove_files) COMPLETE
43622024-09-03T22:45:25.466Z[ recovery-image] Sep 03 22:45:25.262 INFO O| Sep 03 22:45:25.262 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-09-03T22:45:25.466Z[ recovery-image] Sep 03 22:45:25.277 INFO O| Sep 03 22:45:25.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
43642024-09-03T22:45:25.466Z[ recovery-image] Sep 03 22:45:25.277 INFO O| Sep 03 22:45:25.277 INFO STEP 132 (remove_files) COMPLETE
43652024-09-03T22:45:25.466Z[ recovery-image] Sep 03 22:45:25.277 INFO O| Sep 03 22:45:25.277 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-09-03T22:45:25.489Z[ recovery-image] Sep 03 22:45:25.292 INFO O| Sep 03 22:45:25.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
43672024-09-03T22:45:25.489Z[ recovery-image] Sep 03 22:45:25.292 INFO O| Sep 03 22:45:25.292 INFO STEP 133 (remove_files) COMPLETE
43682024-09-03T22:45:25.489Z[ recovery-image] Sep 03 22:45:25.292 INFO O| Sep 03 22:45:25.292 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-09-03T22:45:25.489Z[ recovery-image] Sep 03 22:45:25.307 INFO O| Sep 03 22:45:25.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
43702024-09-03T22:45:25.489Z[ recovery-image] Sep 03 22:45:25.307 INFO O| Sep 03 22:45:25.307 INFO STEP 134 (remove_files) COMPLETE
43712024-09-03T22:45:25.489Z[ recovery-image] Sep 03 22:45:25.307 INFO O| Sep 03 22:45:25.307 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-09-03T22:45:25.526Z[ recovery-image] Sep 03 22:45:25.344 INFO O| Sep 03 22:45:25.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
43732024-09-03T22:45:25.526Z[ recovery-image] Sep 03 22:45:25.344 INFO O| Sep 03 22:45:25.344 INFO STEP 135 (remove_files) COMPLETE
43742024-09-03T22:45:25.550Z[ recovery-image] Sep 03 22:45:25.344 INFO O| Sep 03 22:45:25.344 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-09-03T22:45:25.550Z[ recovery-image] Sep 03 22:45:25.361 INFO O| Sep 03 22:45:25.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
43762024-09-03T22:45:25.550Z[ recovery-image] Sep 03 22:45:25.361 INFO O| Sep 03 22:45:25.361 INFO STEP 136 (remove_files) COMPLETE
43772024-09-03T22:45:25.550Z[ recovery-image] Sep 03 22:45:25.361 INFO O| Sep 03 22:45:25.361 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-09-03T22:45:25.573Z[ recovery-image] Sep 03 22:45:25.391 INFO O| Sep 03 22:45:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
43792024-09-03T22:45:25.573Z[ recovery-image] Sep 03 22:45:25.391 INFO O| Sep 03 22:45:25.391 INFO STEP 137 (remove_files) COMPLETE
43802024-09-03T22:45:25.596Z[ recovery-image] Sep 03 22:45:25.391 INFO O| Sep 03 22:45:25.391 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-09-03T22:45:25.657Z[ recovery-image] Sep 03 22:45:25.474 INFO O| Sep 03 22:45:25.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43822024-09-03T22:45:25.657Z[ recovery-image] Sep 03 22:45:25.474 INFO O| Sep 03 22:45:25.474 INFO STEP 138 (remove_files) COMPLETE
43832024-09-03T22:45:25.657Z[ recovery-image] Sep 03 22:45:25.474 INFO O| Sep 03 22:45:25.474 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-09-03T22:45:25.692Z[ recovery-image] Sep 03 22:45:25.509 INFO O| Sep 03 22:45:25.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43852024-09-03T22:45:25.715Z[ recovery-image] Sep 03 22:45:25.509 INFO O| Sep 03 22:45:25.509 INFO STEP 139 (remove_files) COMPLETE
43862024-09-03T22:45:25.715Z[ recovery-image] Sep 03 22:45:25.509 INFO O| Sep 03 22:45:25.509 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-09-03T22:45:25.715Z[ recovery-image] Sep 03 22:45:25.525 INFO O| Sep 03 22:45:25.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43882024-09-03T22:45:25.715Z[ recovery-image] Sep 03 22:45:25.525 INFO O| Sep 03 22:45:25.525 INFO STEP 140 (remove_files) COMPLETE
43892024-09-03T22:45:25.715Z[ recovery-image] Sep 03 22:45:25.525 INFO O| Sep 03 22:45:25.525 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-09-03T22:45:25.739Z[ recovery-image] Sep 03 22:45:25.540 INFO O| Sep 03 22:45:25.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43912024-09-03T22:45:25.739Z[ recovery-image] Sep 03 22:45:25.540 INFO O| Sep 03 22:45:25.540 INFO STEP 141 (remove_files) COMPLETE
43922024-09-03T22:45:25.739Z[ recovery-image] Sep 03 22:45:25.540 INFO O| Sep 03 22:45:25.540 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-09-03T22:45:25.739Z[ recovery-image] Sep 03 22:45:25.554 INFO O| Sep 03 22:45:25.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43942024-09-03T22:45:25.739Z[ recovery-image] Sep 03 22:45:25.554 INFO O| Sep 03 22:45:25.554 INFO STEP 142 (remove_files) COMPLETE
43952024-09-03T22:45:25.739Z[ recovery-image] Sep 03 22:45:25.554 INFO O| Sep 03 22:45:25.554 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-09-03T22:45:25.762Z[ recovery-image] Sep 03 22:45:25.570 INFO O| Sep 03 22:45:25.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43972024-09-03T22:45:25.762Z[ recovery-image] Sep 03 22:45:25.570 INFO O| Sep 03 22:45:25.570 INFO STEP 143 (remove_files) COMPLETE
43982024-09-03T22:45:25.762Z[ recovery-image] Sep 03 22:45:25.570 INFO O| Sep 03 22:45:25.570 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-09-03T22:45:25.786Z[ recovery-image] Sep 03 22:45:25.586 INFO O| Sep 03 22:45:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44002024-09-03T22:45:25.786Z[ recovery-image] Sep 03 22:45:25.586 INFO O| Sep 03 22:45:25.586 INFO STEP 144 (remove_files) COMPLETE
44012024-09-03T22:45:25.786Z[ recovery-image] Sep 03 22:45:25.586 INFO O| Sep 03 22:45:25.586 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-09-03T22:45:25.786Z[ host-image] Sep 03 22:45:25.596 INFO O| Sep 03 22:45:25.596 INFO O| Done
44032024-09-03T22:45:25.786Z[ host-image] Sep 03 22:45:25.596 INFO O| Sep 03 22:45:25.596 INFO O| Done
44042024-09-03T22:45:25.809Z[ recovery-image] Sep 03 22:45:25.627 INFO O| Sep 03 22:45:25.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44052024-09-03T22:45:25.809Z[ recovery-image] Sep 03 22:45:25.627 INFO O| Sep 03 22:45:25.627 INFO STEP 145 (remove_files) COMPLETE
44062024-09-03T22:45:25.809Z[ recovery-image] Sep 03 22:45:25.627 INFO O| Sep 03 22:45:25.627 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-09-03T22:45:25.835Z[ recovery-image] Sep 03 22:45:25.653 INFO O| Sep 03 22:45:25.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44082024-09-03T22:45:25.836Z[ recovery-image] Sep 03 22:45:25.653 INFO O| Sep 03 22:45:25.653 INFO STEP 146 (remove_files) COMPLETE
44092024-09-03T22:45:25.836Z[ recovery-image] Sep 03 22:45:25.653 INFO O| Sep 03 22:45:25.653 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-09-03T22:45:25.859Z[ recovery-image] Sep 03 22:45:25.675 INFO O| Sep 03 22:45:25.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44112024-09-03T22:45:25.859Z[ recovery-image] Sep 03 22:45:25.675 INFO O| Sep 03 22:45:25.675 INFO STEP 147 (remove_files) COMPLETE
44122024-09-03T22:45:25.859Z[ recovery-image] Sep 03 22:45:25.675 INFO O| Sep 03 22:45:25.675 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-09-03T22:45:25.894Z[ recovery-image] Sep 03 22:45:25.712 INFO O| Sep 03 22:45:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44142024-09-03T22:45:25.894Z[ recovery-image] Sep 03 22:45:25.712 INFO O| Sep 03 22:45:25.712 INFO STEP 148 (remove_files) COMPLETE
44152024-09-03T22:45:25.917Z[ recovery-image] Sep 03 22:45:25.712 INFO O| Sep 03 22:45:25.712 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-09-03T22:45:25.951Z[ recovery-image] Sep 03 22:45:25.768 INFO O| Sep 03 22:45:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44172024-09-03T22:45:25.974Z[ recovery-image] Sep 03 22:45:25.768 INFO O| Sep 03 22:45:25.768 INFO STEP 149 (remove_files) COMPLETE
44182024-09-03T22:45:25.974Z[ recovery-image] Sep 03 22:45:25.768 INFO O| Sep 03 22:45:25.768 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-09-03T22:45:25.997Z[ recovery-image] Sep 03 22:45:25.795 INFO O| Sep 03 22:45:25.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44202024-09-03T22:45:25.997Z[ recovery-image] Sep 03 22:45:25.795 INFO O| Sep 03 22:45:25.795 INFO STEP 150 (remove_files) COMPLETE
44212024-09-03T22:45:25.997Z[ recovery-image] Sep 03 22:45:25.795 INFO O| Sep 03 22:45:25.795 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-09-03T22:45:26.020Z[ recovery-image] Sep 03 22:45:25.830 INFO O| Sep 03 22:45:25.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44232024-09-03T22:45:26.021Z[ recovery-image] Sep 03 22:45:25.830 INFO O| Sep 03 22:45:25.830 INFO STEP 151 (remove_files) COMPLETE
44242024-09-03T22:45:26.021Z[ recovery-image] Sep 03 22:45:25.830 INFO O| Sep 03 22:45:25.830 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-09-03T22:45:26.044Z[ recovery-image] Sep 03 22:45:25.862 INFO O| Sep 03 22:45:25.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44262024-09-03T22:45:26.045Z[ recovery-image] Sep 03 22:45:25.862 INFO O| Sep 03 22:45:25.862 INFO STEP 152 (remove_files) COMPLETE
44272024-09-03T22:45:26.068Z[ recovery-image] Sep 03 22:45:25.862 INFO O| Sep 03 22:45:25.862 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-09-03T22:45:26.068Z[ recovery-image] Sep 03 22:45:25.878 INFO O| Sep 03 22:45:25.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44292024-09-03T22:45:26.068Z[ recovery-image] Sep 03 22:45:25.878 INFO O| Sep 03 22:45:25.878 INFO STEP 153 (remove_files) COMPLETE
44302024-09-03T22:45:26.068Z[ recovery-image] Sep 03 22:45:25.878 INFO O| Sep 03 22:45:25.878 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-09-03T22:45:26.092Z[ recovery-image] Sep 03 22:45:25.910 INFO O| Sep 03 22:45:25.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44322024-09-03T22:45:26.115Z[ recovery-image] Sep 03 22:45:25.910 INFO O| Sep 03 22:45:25.910 INFO STEP 154 (remove_files) COMPLETE
44332024-09-03T22:45:26.115Z[ recovery-image] Sep 03 22:45:25.910 INFO O| Sep 03 22:45:25.910 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-03T22:45:26.115Z[ recovery-image] Sep 03 22:45:25.932 INFO O| Sep 03 22:45:25.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44352024-09-03T22:45:26.115Z[ recovery-image] Sep 03 22:45:25.932 INFO O| Sep 03 22:45:25.932 INFO STEP 155 (remove_files) COMPLETE
44362024-09-03T22:45:26.115Z[ recovery-image] Sep 03 22:45:25.933 INFO O| Sep 03 22:45:25.932 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-09-03T22:45:26.139Z[ recovery-image] Sep 03 22:45:25.950 INFO O| Sep 03 22:45:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44382024-09-03T22:45:26.139Z[ recovery-image] Sep 03 22:45:25.951 INFO O| Sep 03 22:45:25.950 INFO STEP 156 (remove_files) COMPLETE
44392024-09-03T22:45:26.139Z[ recovery-image] Sep 03 22:45:25.951 INFO O| Sep 03 22:45:25.951 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-09-03T22:45:26.162Z[ recovery-image] Sep 03 22:45:25.966 INFO O| Sep 03 22:45:25.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44412024-09-03T22:45:26.162Z[ recovery-image] Sep 03 22:45:25.966 INFO O| Sep 03 22:45:25.966 INFO STEP 157 (remove_files) COMPLETE
44422024-09-03T22:45:26.162Z[ recovery-image] Sep 03 22:45:25.966 INFO O| Sep 03 22:45:25.966 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-09-03T22:45:26.185Z[ recovery-image] Sep 03 22:45:25.981 INFO O| Sep 03 22:45:25.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44442024-09-03T22:45:26.185Z[ recovery-image] Sep 03 22:45:25.981 INFO O| Sep 03 22:45:25.981 INFO STEP 158 (remove_files) COMPLETE
44452024-09-03T22:45:26.186Z[ recovery-image] Sep 03 22:45:25.981 INFO O| Sep 03 22:45:25.981 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-09-03T22:45:26.186Z[ recovery-image] Sep 03 22:45:25.996 INFO O| Sep 03 22:45:25.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44472024-09-03T22:45:26.186Z[ recovery-image] Sep 03 22:45:25.996 INFO O| Sep 03 22:45:25.996 INFO STEP 159 (remove_files) COMPLETE
44482024-09-03T22:45:26.186Z[ recovery-image] Sep 03 22:45:25.996 INFO O| Sep 03 22:45:25.996 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-03T22:45:26.275Z[ recovery-image] Sep 03 22:45:26.092 INFO O| Sep 03 22:45:26.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
44502024-09-03T22:45:26.275Z[ recovery-image] Sep 03 22:45:26.092 INFO O| Sep 03 22:45:26.092 INFO STEP 160 (remove_files) COMPLETE
44512024-09-03T22:45:26.275Z[ recovery-image] Sep 03 22:45:26.093 INFO O| Sep 03 22:45:26.092 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-03T22:45:26.299Z[ host-image] Sep 03 22:45:26.093 INFO O| Sep 03 22:45:26.093 INFO O| Done
44532024-09-03T22:45:26.299Z[ recovery-image] Sep 03 22:45:26.108 INFO O| Sep 03 22:45:26.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
44542024-09-03T22:45:26.299Z[ recovery-image] Sep 03 22:45:26.108 INFO O| Sep 03 22:45:26.108 INFO STEP 161 (remove_files) COMPLETE
44552024-09-03T22:45:26.299Z[ recovery-image] Sep 03 22:45:26.108 INFO O| Sep 03 22:45:26.108 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-09-03T22:45:26.322Z[ recovery-image] Sep 03 22:45:26.137 INFO O| Sep 03 22:45:26.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
44572024-09-03T22:45:26.322Z[ recovery-image] Sep 03 22:45:26.137 INFO O| Sep 03 22:45:26.137 INFO STEP 162 (remove_files) COMPLETE
44582024-09-03T22:45:26.322Z[ recovery-image] Sep 03 22:45:26.137 INFO O| Sep 03 22:45:26.137 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-09-03T22:45:26.346Z[ recovery-image] Sep 03 22:45:26.151 INFO O| Sep 03 22:45:26.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
44602024-09-03T22:45:26.346Z[ recovery-image] Sep 03 22:45:26.151 INFO O| Sep 03 22:45:26.151 INFO STEP 163 (remove_files) COMPLETE
44612024-09-03T22:45:26.346Z[ recovery-image] Sep 03 22:45:26.151 INFO O| Sep 03 22:45:26.151 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-09-03T22:45:26.394Z[ recovery-image] Sep 03 22:45:26.174 INFO O| Sep 03 22:45:26.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
44632024-09-03T22:45:26.394Z[ recovery-image] Sep 03 22:45:26.174 INFO O| Sep 03 22:45:26.174 INFO STEP 164 (remove_files) COMPLETE
44642024-09-03T22:45:26.394Z[ recovery-image] Sep 03 22:45:26.174 INFO O| Sep 03 22:45:26.174 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-09-03T22:45:26.417Z[ recovery-image] Sep 03 22:45:26.208 INFO O| Sep 03 22:45:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
44662024-09-03T22:45:26.417Z[ recovery-image] Sep 03 22:45:26.208 INFO O| Sep 03 22:45:26.208 INFO STEP 165 (remove_files) COMPLETE
44672024-09-03T22:45:26.418Z[ recovery-image] Sep 03 22:45:26.208 INFO O| Sep 03 22:45:26.208 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-09-03T22:45:26.418Z[ recovery-image] Sep 03 22:45:26.227 INFO O| Sep 03 22:45:26.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
44692024-09-03T22:45:26.418Z[ recovery-image] Sep 03 22:45:26.227 INFO O| Sep 03 22:45:26.227 INFO STEP 166 (remove_files) COMPLETE
44702024-09-03T22:45:26.418Z[ recovery-image] Sep 03 22:45:26.227 INFO O| Sep 03 22:45:26.227 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-09-03T22:45:26.441Z[ recovery-image] Sep 03 22:45:26.243 INFO O| Sep 03 22:45:26.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
44722024-09-03T22:45:26.441Z[ recovery-image] Sep 03 22:45:26.243 INFO O| Sep 03 22:45:26.243 INFO STEP 167 (remove_files) COMPLETE
44732024-09-03T22:45:26.441Z[ recovery-image] Sep 03 22:45:26.243 INFO O| Sep 03 22:45:26.243 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-09-03T22:45:26.496Z[ recovery-image] Sep 03 22:45:26.314 INFO O| Sep 03 22:45:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
44752024-09-03T22:45:26.519Z[ recovery-image] Sep 03 22:45:26.325 INFO O| Sep 03 22:45:26.324 INFO STEP 168 (remove_files) COMPLETE
44762024-09-03T22:45:26.519Z[ recovery-image] Sep 03 22:45:26.325 INFO O| Sep 03 22:45:26.325 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-09-03T22:45:26.612Z[ recovery-image] Sep 03 22:45:26.429 INFO O| Sep 03 22:45:26.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
44782024-09-03T22:45:26.612Z[ recovery-image] Sep 03 22:45:26.429 INFO O| Sep 03 22:45:26.429 INFO STEP 169 (remove_files) COMPLETE
44792024-09-03T22:45:26.635Z[ recovery-image] Sep 03 22:45:26.429 INFO O| Sep 03 22:45:26.429 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-09-03T22:45:26.658Z[ recovery-image] Sep 03 22:45:26.453 INFO O| Sep 03 22:45:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
44812024-09-03T22:45:26.658Z[ recovery-image] Sep 03 22:45:26.453 INFO O| Sep 03 22:45:26.453 INFO STEP 170 (remove_files) COMPLETE
44822024-09-03T22:45:26.658Z[ recovery-image] Sep 03 22:45:26.453 INFO O| Sep 03 22:45:26.453 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-09-03T22:45:26.658Z[ recovery-image] Sep 03 22:45:26.470 INFO O| Sep 03 22:45:26.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44842024-09-03T22:45:26.658Z[ recovery-image] Sep 03 22:45:26.471 INFO O| Sep 03 22:45:26.470 INFO STEP 171 (remove_files) COMPLETE
44852024-09-03T22:45:26.658Z[ recovery-image] Sep 03 22:45:26.471 INFO O| Sep 03 22:45:26.471 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-09-03T22:45:26.682Z[ recovery-image] Sep 03 22:45:26.485 INFO O| Sep 03 22:45:26.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44872024-09-03T22:45:26.682Z[ recovery-image] Sep 03 22:45:26.485 INFO O| Sep 03 22:45:26.485 INFO STEP 172 (remove_files) COMPLETE
44882024-09-03T22:45:26.682Z[ recovery-image] Sep 03 22:45:26.485 INFO O| Sep 03 22:45:26.485 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-09-03T22:45:26.682Z[ recovery-image] Sep 03 22:45:26.500 INFO O| Sep 03 22:45:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44902024-09-03T22:45:26.705Z[ recovery-image] Sep 03 22:45:26.500 INFO O| Sep 03 22:45:26.500 INFO STEP 173 (remove_files) COMPLETE
44912024-09-03T22:45:26.705Z[ recovery-image] Sep 03 22:45:26.500 INFO O| Sep 03 22:45:26.500 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-09-03T22:45:26.705Z[ recovery-image] Sep 03 22:45:26.514 INFO O| Sep 03 22:45:26.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44932024-09-03T22:45:26.705Z[ recovery-image] Sep 03 22:45:26.514 INFO O| Sep 03 22:45:26.514 INFO STEP 174 (remove_files) COMPLETE
44942024-09-03T22:45:26.705Z[ recovery-image] Sep 03 22:45:26.514 INFO O| Sep 03 22:45:26.514 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-09-03T22:45:26.760Z[ recovery-image] Sep 03 22:45:26.578 INFO O| Sep 03 22:45:26.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44962024-09-03T22:45:26.784Z[ recovery-image] Sep 03 22:45:26.599 INFO O| Sep 03 22:45:26.599 INFO STEP 175 (remove_files) COMPLETE
44972024-09-03T22:45:26.784Z[ recovery-image] Sep 03 22:45:26.599 INFO O| Sep 03 22:45:26.599 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-09-03T22:45:26.813Z[ recovery-image] Sep 03 22:45:26.631 INFO O| Sep 03 22:45:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44992024-09-03T22:45:26.813Z[ recovery-image] Sep 03 22:45:26.631 INFO O| Sep 03 22:45:26.631 INFO STEP 176 (remove_files) COMPLETE
45002024-09-03T22:45:26.813Z[ recovery-image] Sep 03 22:45:26.631 INFO O| Sep 03 22:45:26.631 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-09-03T22:45:26.847Z[ recovery-image] Sep 03 22:45:26.665 INFO O| Sep 03 22:45:26.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45022024-09-03T22:45:26.870Z[ recovery-image] Sep 03 22:45:26.665 INFO O| Sep 03 22:45:26.665 INFO STEP 177 (remove_files) COMPLETE
45032024-09-03T22:45:26.871Z[ recovery-image] Sep 03 22:45:26.665 INFO O| Sep 03 22:45:26.665 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-09-03T22:45:26.894Z[ recovery-image] Sep 03 22:45:26.700 INFO O| Sep 03 22:45:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45052024-09-03T22:45:26.894Z[ recovery-image] Sep 03 22:45:26.700 INFO O| Sep 03 22:45:26.700 INFO STEP 178 (remove_files) COMPLETE
45062024-09-03T22:45:26.894Z[ recovery-image] Sep 03 22:45:26.700 INFO O| Sep 03 22:45:26.700 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-09-03T22:45:26.927Z[ recovery-image] Sep 03 22:45:26.744 INFO O| Sep 03 22:45:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45082024-09-03T22:45:26.927Z[ recovery-image] Sep 03 22:45:26.745 INFO O| Sep 03 22:45:26.744 INFO STEP 179 (remove_files) COMPLETE
45092024-09-03T22:45:26.950Z[ recovery-image] Sep 03 22:45:26.745 INFO O| Sep 03 22:45:26.745 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-09-03T22:45:26.973Z[ recovery-image] Sep 03 22:45:26.774 INFO O| Sep 03 22:45:26.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45112024-09-03T22:45:26.973Z[ recovery-image] Sep 03 22:45:26.774 INFO O| Sep 03 22:45:26.774 INFO STEP 180 (remove_files) COMPLETE
45122024-09-03T22:45:26.973Z[ recovery-image] Sep 03 22:45:26.774 INFO O| Sep 03 22:45:26.774 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-09-03T22:45:26.999Z[ recovery-image] Sep 03 22:45:26.817 INFO O| Sep 03 22:45:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45142024-09-03T22:45:26.999Z[ recovery-image] Sep 03 22:45:26.817 INFO O| Sep 03 22:45:26.817 INFO STEP 181 (remove_files) COMPLETE
45152024-09-03T22:45:27.022Z[ recovery-image] Sep 03 22:45:26.817 INFO O| Sep 03 22:45:26.817 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-09-03T22:45:27.022Z[ recovery-image] Sep 03 22:45:26.834 INFO O| Sep 03 22:45:26.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45172024-09-03T22:45:27.023Z[ recovery-image] Sep 03 22:45:26.834 INFO O| Sep 03 22:45:26.834 INFO STEP 182 (remove_files) COMPLETE
45182024-09-03T22:45:27.023Z[ recovery-image] Sep 03 22:45:26.834 INFO O| Sep 03 22:45:26.834 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-09-03T22:45:27.046Z[ recovery-image] Sep 03 22:45:26.850 INFO O| Sep 03 22:45:26.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45202024-09-03T22:45:27.046Z[ recovery-image] Sep 03 22:45:26.851 INFO O| Sep 03 22:45:26.850 INFO STEP 183 (remove_files) COMPLETE
45212024-09-03T22:45:27.046Z[ recovery-image] Sep 03 22:45:26.851 INFO O| Sep 03 22:45:26.850 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-09-03T22:45:27.069Z[ recovery-image] Sep 03 22:45:26.866 INFO O| Sep 03 22:45:26.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45232024-09-03T22:45:27.069Z[ recovery-image] Sep 03 22:45:26.866 INFO O| Sep 03 22:45:26.866 INFO STEP 184 (remove_files) COMPLETE
45242024-09-03T22:45:27.069Z[ recovery-image] Sep 03 22:45:26.866 INFO O| Sep 03 22:45:26.866 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-09-03T22:45:27.069Z[ recovery-image] Sep 03 22:45:26.881 INFO O| Sep 03 22:45:26.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45262024-09-03T22:45:27.069Z[ recovery-image] Sep 03 22:45:26.881 INFO O| Sep 03 22:45:26.881 INFO STEP 185 (remove_files) COMPLETE
45272024-09-03T22:45:27.069Z[ recovery-image] Sep 03 22:45:26.881 INFO O| Sep 03 22:45:26.881 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-09-03T22:45:27.092Z[ recovery-image] Sep 03 22:45:26.896 INFO O| Sep 03 22:45:26.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45292024-09-03T22:45:27.092Z[ recovery-image] Sep 03 22:45:26.896 INFO O| Sep 03 22:45:26.896 INFO STEP 186 (remove_files) COMPLETE
45302024-09-03T22:45:27.092Z[ recovery-image] Sep 03 22:45:26.896 INFO O| Sep 03 22:45:26.896 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-09-03T22:45:27.116Z[ recovery-image] Sep 03 22:45:26.911 INFO O| Sep 03 22:45:26.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45322024-09-03T22:45:27.116Z[ recovery-image] Sep 03 22:45:26.911 INFO O| Sep 03 22:45:26.911 INFO STEP 187 (remove_files) COMPLETE
45332024-09-03T22:45:27.116Z[ recovery-image] Sep 03 22:45:26.911 INFO O| Sep 03 22:45:26.911 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-09-03T22:45:27.116Z[ recovery-image] Sep 03 22:45:26.926 INFO O| Sep 03 22:45:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45352024-09-03T22:45:27.116Z[ recovery-image] Sep 03 22:45:26.926 INFO O| Sep 03 22:45:26.926 INFO STEP 188 (remove_files) COMPLETE
45362024-09-03T22:45:27.116Z[ recovery-image] Sep 03 22:45:26.926 INFO O| Sep 03 22:45:26.926 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-09-03T22:45:27.140Z[ recovery-image] Sep 03 22:45:26.940 INFO O| Sep 03 22:45:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45382024-09-03T22:45:27.140Z[ recovery-image] Sep 03 22:45:26.941 INFO O| Sep 03 22:45:26.940 INFO STEP 189 (remove_files) COMPLETE
45392024-09-03T22:45:27.140Z[ recovery-image] Sep 03 22:45:26.941 INFO O| Sep 03 22:45:26.940 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-09-03T22:45:27.140Z[ recovery-image] Sep 03 22:45:26.955 INFO O| Sep 03 22:45:26.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45412024-09-03T22:45:27.140Z[ recovery-image] Sep 03 22:45:26.955 INFO O| Sep 03 22:45:26.955 INFO STEP 190 (remove_files) COMPLETE
45422024-09-03T22:45:27.140Z[ recovery-image] Sep 03 22:45:26.956 INFO O| Sep 03 22:45:26.955 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-09-03T22:45:27.163Z[ recovery-image] Sep 03 22:45:26.970 INFO O| Sep 03 22:45:26.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45442024-09-03T22:45:27.163Z[ recovery-image] Sep 03 22:45:26.971 INFO O| Sep 03 22:45:26.971 INFO STEP 191 (remove_files) COMPLETE
45452024-09-03T22:45:27.163Z[ recovery-image] Sep 03 22:45:26.971 INFO O| Sep 03 22:45:26.971 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-09-03T22:45:27.186Z[ recovery-image] Sep 03 22:45:26.986 INFO O| Sep 03 22:45:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45472024-09-03T22:45:27.186Z[ recovery-image] Sep 03 22:45:26.986 INFO O| Sep 03 22:45:26.986 INFO STEP 192 (remove_files) COMPLETE
45482024-09-03T22:45:27.186Z[ recovery-image] Sep 03 22:45:26.986 INFO O| Sep 03 22:45:26.986 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-09-03T22:45:27.186Z[ recovery-image] Sep 03 22:45:27.004 INFO O| Sep 03 22:45:27.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
45502024-09-03T22:45:27.186Z[ recovery-image] Sep 03 22:45:27.004 INFO O| Sep 03 22:45:27.004 INFO STEP 193 (remove_files) COMPLETE
45512024-09-03T22:45:27.187Z[ recovery-image] Sep 03 22:45:27.004 INFO O| Sep 03 22:45:27.004 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-09-03T22:45:27.210Z[ recovery-image] Sep 03 22:45:27.027 INFO O| Sep 03 22:45:27.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
45532024-09-03T22:45:27.210Z[ recovery-image] Sep 03 22:45:27.027 INFO O| Sep 03 22:45:27.027 INFO STEP 194 (remove_files) COMPLETE
45542024-09-03T22:45:27.210Z[ recovery-image] Sep 03 22:45:27.027 INFO O| Sep 03 22:45:27.027 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-09-03T22:45:27.234Z[ recovery-image] Sep 03 22:45:27.048 INFO O| Sep 03 22:45:27.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
45562024-09-03T22:45:27.234Z[ recovery-image] Sep 03 22:45:27.048 INFO O| Sep 03 22:45:27.048 INFO STEP 195 (remove_files) COMPLETE
45572024-09-03T22:45:27.234Z[ recovery-image] Sep 03 22:45:27.048 INFO O| Sep 03 22:45:27.048 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-09-03T22:45:27.257Z[ recovery-image] Sep 03 22:45:27.064 INFO O| Sep 03 22:45:27.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
45592024-09-03T22:45:27.257Z[ recovery-image] Sep 03 22:45:27.064 INFO O| Sep 03 22:45:27.064 INFO STEP 196 (remove_files) COMPLETE
45602024-09-03T22:45:27.257Z[ recovery-image] Sep 03 22:45:27.064 INFO O| Sep 03 22:45:27.064 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-09-03T22:45:27.280Z[ recovery-image] Sep 03 22:45:27.079 INFO O| Sep 03 22:45:27.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
45622024-09-03T22:45:27.280Z[ recovery-image] Sep 03 22:45:27.079 INFO O| Sep 03 22:45:27.079 INFO STEP 197 (remove_files) COMPLETE
45632024-09-03T22:45:27.281Z[ recovery-image] Sep 03 22:45:27.079 INFO O| Sep 03 22:45:27.079 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-09-03T22:45:27.281Z[ recovery-image] Sep 03 22:45:27.093 INFO O| Sep 03 22:45:27.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
45652024-09-03T22:45:27.281Z[ recovery-image] Sep 03 22:45:27.093 INFO O| Sep 03 22:45:27.093 INFO STEP 198 (remove_files) COMPLETE
45662024-09-03T22:45:27.281Z[ recovery-image] Sep 03 22:45:27.093 INFO O| Sep 03 22:45:27.093 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-09-03T22:45:27.304Z[ recovery-image] Sep 03 22:45:27.107 INFO O| Sep 03 22:45:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
45682024-09-03T22:45:27.304Z[ recovery-image] Sep 03 22:45:27.107 INFO O| Sep 03 22:45:27.107 INFO STEP 199 (remove_files) COMPLETE
45692024-09-03T22:45:27.304Z[ recovery-image] Sep 03 22:45:27.107 INFO O| Sep 03 22:45:27.107 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-09-03T22:45:27.327Z[ recovery-image] Sep 03 22:45:27.122 INFO O| Sep 03 22:45:27.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
45712024-09-03T22:45:27.327Z[ recovery-image] Sep 03 22:45:27.122 INFO O| Sep 03 22:45:27.122 INFO STEP 200 (remove_files) COMPLETE
45722024-09-03T22:45:27.327Z[ recovery-image] Sep 03 22:45:27.122 INFO O| Sep 03 22:45:27.122 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-09-03T22:45:27.327Z[ recovery-image] Sep 03 22:45:27.137 INFO O| Sep 03 22:45:27.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
45742024-09-03T22:45:27.327Z[ recovery-image] Sep 03 22:45:27.137 INFO O| Sep 03 22:45:27.137 INFO STEP 201 (remove_files) COMPLETE
45752024-09-03T22:45:27.327Z[ recovery-image] Sep 03 22:45:27.137 INFO O| Sep 03 22:45:27.137 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-09-03T22:45:27.350Z[ recovery-image] Sep 03 22:45:27.151 INFO O| Sep 03 22:45:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
45772024-09-03T22:45:27.350Z[ recovery-image] Sep 03 22:45:27.152 INFO O| Sep 03 22:45:27.151 INFO STEP 202 (remove_files) COMPLETE
45782024-09-03T22:45:27.351Z[ recovery-image] Sep 03 22:45:27.152 INFO O| Sep 03 22:45:27.152 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-09-03T22:45:27.351Z[ recovery-image] Sep 03 22:45:27.166 INFO O| Sep 03 22:45:27.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45802024-09-03T22:45:27.351Z[ recovery-image] Sep 03 22:45:27.167 INFO O| Sep 03 22:45:27.166 INFO STEP 203 (remove_files) COMPLETE
45812024-09-03T22:45:27.351Z[ recovery-image] Sep 03 22:45:27.167 INFO O| Sep 03 22:45:27.167 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-09-03T22:45:27.374Z[ recovery-image] Sep 03 22:45:27.181 INFO O| Sep 03 22:45:27.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45832024-09-03T22:45:27.374Z[ recovery-image] Sep 03 22:45:27.181 INFO O| Sep 03 22:45:27.181 INFO STEP 204 (remove_files) COMPLETE
45842024-09-03T22:45:27.374Z[ recovery-image] Sep 03 22:45:27.182 INFO O| Sep 03 22:45:27.182 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-09-03T22:45:27.398Z[ recovery-image] Sep 03 22:45:27.197 INFO O| Sep 03 22:45:27.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45862024-09-03T22:45:27.398Z[ recovery-image] Sep 03 22:45:27.197 INFO O| Sep 03 22:45:27.197 INFO STEP 205 (remove_files) COMPLETE
45872024-09-03T22:45:27.398Z[ recovery-image] Sep 03 22:45:27.197 INFO O| Sep 03 22:45:27.197 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-09-03T22:45:27.398Z[ recovery-image] Sep 03 22:45:27.212 INFO O| Sep 03 22:45:27.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45892024-09-03T22:45:27.398Z[ recovery-image] Sep 03 22:45:27.213 INFO O| Sep 03 22:45:27.213 INFO STEP 206 (remove_files) COMPLETE
45902024-09-03T22:45:27.398Z[ recovery-image] Sep 03 22:45:27.213 INFO O| Sep 03 22:45:27.213 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-09-03T22:45:27.421Z[ recovery-image] Sep 03 22:45:27.228 INFO O| Sep 03 22:45:27.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45922024-09-03T22:45:27.421Z[ recovery-image] Sep 03 22:45:27.228 INFO O| Sep 03 22:45:27.228 INFO STEP 207 (remove_files) COMPLETE
45932024-09-03T22:45:27.421Z[ recovery-image] Sep 03 22:45:27.228 INFO O| Sep 03 22:45:27.228 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-09-03T22:45:27.444Z[ recovery-image] Sep 03 22:45:27.243 INFO O| Sep 03 22:45:27.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45952024-09-03T22:45:27.444Z[ recovery-image] Sep 03 22:45:27.243 INFO O| Sep 03 22:45:27.243 INFO STEP 208 (remove_files) COMPLETE
45962024-09-03T22:45:27.444Z[ recovery-image] Sep 03 22:45:27.243 INFO O| Sep 03 22:45:27.243 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-09-03T22:45:27.444Z[ recovery-image] Sep 03 22:45:27.258 INFO O| Sep 03 22:45:27.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45982024-09-03T22:45:27.444Z[ recovery-image] Sep 03 22:45:27.258 INFO O| Sep 03 22:45:27.258 INFO STEP 209 (remove_files) COMPLETE
45992024-09-03T22:45:27.444Z[ recovery-image] Sep 03 22:45:27.259 INFO O| Sep 03 22:45:27.258 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-09-03T22:45:27.467Z[ recovery-image] Sep 03 22:45:27.273 INFO O| Sep 03 22:45:27.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46012024-09-03T22:45:27.467Z[ recovery-image] Sep 03 22:45:27.273 INFO O| Sep 03 22:45:27.273 INFO STEP 210 (remove_files) COMPLETE
46022024-09-03T22:45:27.467Z[ recovery-image] Sep 03 22:45:27.274 INFO O| Sep 03 22:45:27.273 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-09-03T22:45:27.491Z[ recovery-image] Sep 03 22:45:27.288 INFO O| Sep 03 22:45:27.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46042024-09-03T22:45:27.491Z[ recovery-image] Sep 03 22:45:27.289 INFO O| Sep 03 22:45:27.289 INFO STEP 211 (remove_files) COMPLETE
46052024-09-03T22:45:27.491Z[ recovery-image] Sep 03 22:45:27.289 INFO O| Sep 03 22:45:27.289 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-09-03T22:45:27.491Z[ recovery-image] Sep 03 22:45:27.303 INFO O| Sep 03 22:45:27.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46072024-09-03T22:45:27.491Z[ recovery-image] Sep 03 22:45:27.303 INFO O| Sep 03 22:45:27.303 INFO STEP 212 (remove_files) COMPLETE
46082024-09-03T22:45:27.491Z[ recovery-image] Sep 03 22:45:27.303 INFO O| Sep 03 22:45:27.303 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-09-03T22:45:27.514Z[ recovery-image] Sep 03 22:45:27.317 INFO O| Sep 03 22:45:27.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46102024-09-03T22:45:27.514Z[ recovery-image] Sep 03 22:45:27.317 INFO O| Sep 03 22:45:27.317 INFO STEP 213 (remove_files) COMPLETE
46112024-09-03T22:45:27.514Z[ recovery-image] Sep 03 22:45:27.317 INFO O| Sep 03 22:45:27.317 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-09-03T22:45:27.514Z[ recovery-image] Sep 03 22:45:27.331 INFO O| Sep 03 22:45:27.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46132024-09-03T22:45:27.514Z[ recovery-image] Sep 03 22:45:27.331 INFO O| Sep 03 22:45:27.331 INFO STEP 214 (remove_files) COMPLETE
46142024-09-03T22:45:27.514Z[ recovery-image] Sep 03 22:45:27.332 INFO O| Sep 03 22:45:27.331 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-09-03T22:45:27.538Z[ recovery-image] Sep 03 22:45:27.346 INFO O| Sep 03 22:45:27.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46162024-09-03T22:45:27.538Z[ recovery-image] Sep 03 22:45:27.346 INFO O| Sep 03 22:45:27.346 INFO STEP 215 (remove_files) COMPLETE
46172024-09-03T22:45:27.538Z[ recovery-image] Sep 03 22:45:27.346 INFO O| Sep 03 22:45:27.346 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-09-03T22:45:27.561Z[ recovery-image] Sep 03 22:45:27.360 INFO O| Sep 03 22:45:27.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46192024-09-03T22:45:27.561Z[ recovery-image] Sep 03 22:45:27.360 INFO O| Sep 03 22:45:27.360 INFO STEP 216 (remove_files) COMPLETE
46202024-09-03T22:45:27.561Z[ recovery-image] Sep 03 22:45:27.360 INFO O| Sep 03 22:45:27.360 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-09-03T22:45:27.561Z[ recovery-image] Sep 03 22:45:27.375 INFO O| Sep 03 22:45:27.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46222024-09-03T22:45:27.561Z[ recovery-image] Sep 03 22:45:27.375 INFO O| Sep 03 22:45:27.375 INFO STEP 217 (remove_files) COMPLETE
46232024-09-03T22:45:27.561Z[ recovery-image] Sep 03 22:45:27.375 INFO O| Sep 03 22:45:27.375 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-09-03T22:45:27.584Z[ recovery-image] Sep 03 22:45:27.390 INFO O| Sep 03 22:45:27.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46252024-09-03T22:45:27.584Z[ recovery-image] Sep 03 22:45:27.390 INFO O| Sep 03 22:45:27.390 INFO STEP 218 (remove_files) COMPLETE
46262024-09-03T22:45:27.584Z[ recovery-image] Sep 03 22:45:27.391 INFO O| Sep 03 22:45:27.390 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-09-03T22:45:27.608Z[ recovery-image] Sep 03 22:45:27.407 INFO O| Sep 03 22:45:27.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46282024-09-03T22:45:27.608Z[ recovery-image] Sep 03 22:45:27.407 INFO O| Sep 03 22:45:27.407 INFO STEP 219 (remove_files) COMPLETE
46292024-09-03T22:45:27.608Z[ recovery-image] Sep 03 22:45:27.407 INFO O| Sep 03 22:45:27.407 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-09-03T22:45:27.608Z[ recovery-image] Sep 03 22:45:27.423 INFO O| Sep 03 22:45:27.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46312024-09-03T22:45:27.608Z[ recovery-image] Sep 03 22:45:27.423 INFO O| Sep 03 22:45:27.423 INFO STEP 220 (remove_files) COMPLETE
46322024-09-03T22:45:27.608Z[ recovery-image] Sep 03 22:45:27.424 INFO O| Sep 03 22:45:27.424 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-09-03T22:45:27.636Z[ recovery-image] Sep 03 22:45:27.439 INFO O| Sep 03 22:45:27.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46342024-09-03T22:45:27.636Z[ recovery-image] Sep 03 22:45:27.439 INFO O| Sep 03 22:45:27.439 INFO STEP 221 (remove_files) COMPLETE
46352024-09-03T22:45:27.636Z[ recovery-image] Sep 03 22:45:27.439 INFO O| Sep 03 22:45:27.439 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-09-03T22:45:27.660Z[ recovery-image] Sep 03 22:45:27.455 INFO O| Sep 03 22:45:27.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46372024-09-03T22:45:27.660Z[ recovery-image] Sep 03 22:45:27.455 INFO O| Sep 03 22:45:27.455 INFO STEP 222 (remove_files) COMPLETE
46382024-09-03T22:45:27.660Z[ recovery-image] Sep 03 22:45:27.455 INFO O| Sep 03 22:45:27.455 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-09-03T22:45:27.660Z[ recovery-image] Sep 03 22:45:27.471 INFO O| Sep 03 22:45:27.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46402024-09-03T22:45:27.660Z[ recovery-image] Sep 03 22:45:27.471 INFO O| Sep 03 22:45:27.471 INFO STEP 223 (remove_files) COMPLETE
46412024-09-03T22:45:27.660Z[ recovery-image] Sep 03 22:45:27.471 INFO O| Sep 03 22:45:27.471 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-09-03T22:45:27.683Z[ recovery-image] Sep 03 22:45:27.500 INFO O| Sep 03 22:45:27.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46432024-09-03T22:45:27.683Z[ recovery-image] Sep 03 22:45:27.500 INFO O| Sep 03 22:45:27.500 INFO STEP 224 (remove_files) COMPLETE
46442024-09-03T22:45:27.683Z[ recovery-image] Sep 03 22:45:27.500 INFO O| Sep 03 22:45:27.500 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-09-03T22:45:27.726Z[ recovery-image] Sep 03 22:45:27.544 INFO O| Sep 03 22:45:27.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46462024-09-03T22:45:27.726Z[ recovery-image] Sep 03 22:45:27.544 INFO O| Sep 03 22:45:27.544 INFO STEP 225 (remove_files) COMPLETE
46472024-09-03T22:45:27.726Z[ recovery-image] Sep 03 22:45:27.544 INFO O| Sep 03 22:45:27.544 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-09-03T22:45:27.749Z[ recovery-image] Sep 03 22:45:27.566 INFO O| Sep 03 22:45:27.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46492024-09-03T22:45:27.773Z[ recovery-image] Sep 03 22:45:27.588 INFO O| Sep 03 22:45:27.588 INFO STEP 226 (remove_files) COMPLETE
46502024-09-03T22:45:27.773Z[ recovery-image] Sep 03 22:45:27.588 INFO O| Sep 03 22:45:27.588 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-09-03T22:45:27.796Z[ host-image] Sep 03 22:45:27.592 INFO O| Sep 03 22:45:27.592 INFO O| Done
46522024-09-03T22:45:27.796Z[ recovery-image] Sep 03 22:45:27.605 INFO O| Sep 03 22:45:27.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
46532024-09-03T22:45:27.796Z[ recovery-image] Sep 03 22:45:27.605 INFO O| Sep 03 22:45:27.605 INFO STEP 227 (remove_files) COMPLETE
46542024-09-03T22:45:27.796Z[ recovery-image] Sep 03 22:45:27.605 INFO O| Sep 03 22:45:27.605 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-09-03T22:45:27.840Z[ recovery-image] Sep 03 22:45:27.657 INFO O| Sep 03 22:45:27.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
46562024-09-03T22:45:27.840Z[ recovery-image] Sep 03 22:45:27.657 INFO O| Sep 03 22:45:27.657 INFO STEP 228 (remove_files) COMPLETE
46572024-09-03T22:45:27.840Z[ recovery-image] Sep 03 22:45:27.657 INFO O| Sep 03 22:45:27.657 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-09-03T22:45:27.863Z[ host-image] Sep 03 22:45:27.660 INFO O| Sep 03 22:45:27.660 INFO O| Done
46592024-09-03T22:45:27.863Z[ host-image] Sep 03 22:45:27.661 INFO O| Sep 03 22:45:27.661 INFO O| Done
46602024-09-03T22:45:27.863Z[ recovery-image] Sep 03 22:45:27.678 INFO O| Sep 03 22:45:27.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
46612024-09-03T22:45:27.863Z[ recovery-image] Sep 03 22:45:27.678 INFO O| Sep 03 22:45:27.678 INFO STEP 229 (remove_files) COMPLETE
46622024-09-03T22:45:27.863Z[ recovery-image] Sep 03 22:45:27.678 INFO O| Sep 03 22:45:27.678 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-09-03T22:45:27.887Z[ host-image] Sep 03 22:45:27.695 INFO O| Sep 03 22:45:27.695 INFO O| Done
46642024-09-03T22:45:27.910Z[ recovery-image] Sep 03 22:45:27.709 INFO O| Sep 03 22:45:27.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
46652024-09-03T22:45:27.910Z[ recovery-image] Sep 03 22:45:27.709 INFO O| Sep 03 22:45:27.709 INFO STEP 230 (remove_files) COMPLETE
46662024-09-03T22:45:27.910Z[ recovery-image] Sep 03 22:45:27.709 INFO O| Sep 03 22:45:27.709 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-09-03T22:45:27.946Z[ recovery-image] Sep 03 22:45:27.763 INFO O| Sep 03 22:45:27.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
46682024-09-03T22:45:27.946Z[ recovery-image] Sep 03 22:45:27.763 INFO O| Sep 03 22:45:27.763 INFO STEP 231 (remove_files) COMPLETE
46692024-09-03T22:45:27.969Z[ recovery-image] Sep 03 22:45:27.763 INFO O| Sep 03 22:45:27.763 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-09-03T22:45:27.992Z[ recovery-image] Sep 03 22:45:27.789 INFO O| Sep 03 22:45:27.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
46712024-09-03T22:45:27.992Z[ recovery-image] Sep 03 22:45:27.789 INFO O| Sep 03 22:45:27.789 INFO STEP 232 (remove_files) COMPLETE
46722024-09-03T22:45:27.992Z[ recovery-image] Sep 03 22:45:27.789 INFO O| Sep 03 22:45:27.789 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-09-03T22:45:28.015Z[ host-image] Sep 03 22:45:27.812 INFO O| Sep 03 22:45:27.812 INFO STEP 12 (pkg_install) COMPLETE
46742024-09-03T22:45:28.015Z[ host-image] Sep 03 22:45:27.812 INFO O| Sep 03 22:45:27.812 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
46752024-09-03T22:45:28.015Z[ recovery-image] Sep 03 22:45:27.823 INFO O| Sep 03 22:45:27.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
46762024-09-03T22:45:28.015Z[ recovery-image] Sep 03 22:45:27.823 INFO O| Sep 03 22:45:27.823 INFO STEP 233 (remove_files) COMPLETE
46772024-09-03T22:45:28.015Z[ recovery-image] Sep 03 22:45:27.823 INFO O| Sep 03 22:45:27.823 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-09-03T22:45:28.015Z[ host-image] Sep 03 22:45:27.832 INFO O| Sep 03 22:45:27.832 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
46792024-09-03T22:45:28.039Z[ recovery-image] Sep 03 22:45:27.841 INFO O| Sep 03 22:45:27.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
46802024-09-03T22:45:28.039Z[ recovery-image] Sep 03 22:45:27.841 INFO O| Sep 03 22:45:27.841 INFO STEP 234 (remove_files) COMPLETE
46812024-09-03T22:45:28.039Z[ recovery-image] Sep 03 22:45:27.841 INFO O| Sep 03 22:45:27.841 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-09-03T22:45:28.091Z[ recovery-image] Sep 03 22:45:27.908 INFO O| Sep 03 22:45:27.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46832024-09-03T22:45:28.091Z[ recovery-image] Sep 03 22:45:27.908 INFO O| Sep 03 22:45:27.908 INFO STEP 235 (remove_files) COMPLETE
46842024-09-03T22:45:28.091Z[ recovery-image] Sep 03 22:45:27.908 INFO O| Sep 03 22:45:27.908 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-09-03T22:45:28.123Z[ recovery-image] Sep 03 22:45:27.941 INFO O| Sep 03 22:45:27.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46862024-09-03T22:45:28.146Z[ recovery-image] Sep 03 22:45:27.941 INFO O| Sep 03 22:45:27.941 INFO STEP 236 (remove_files) COMPLETE
46872024-09-03T22:45:28.147Z[ recovery-image] Sep 03 22:45:27.941 INFO O| Sep 03 22:45:27.941 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-09-03T22:45:28.147Z[ recovery-image] Sep 03 22:45:27.955 INFO O| Sep 03 22:45:27.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46892024-09-03T22:45:28.147Z[ recovery-image] Sep 03 22:45:27.955 INFO O| Sep 03 22:45:27.955 INFO STEP 237 (remove_files) COMPLETE
46902024-09-03T22:45:28.147Z[ recovery-image] Sep 03 22:45:27.955 INFO O| Sep 03 22:45:27.955 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-09-03T22:45:28.170Z[ recovery-image] Sep 03 22:45:27.968 INFO O| Sep 03 22:45:27.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46922024-09-03T22:45:28.170Z[ recovery-image] Sep 03 22:45:27.968 INFO O| Sep 03 22:45:27.968 INFO STEP 238 (remove_files) COMPLETE
46932024-09-03T22:45:28.170Z[ recovery-image] Sep 03 22:45:27.969 INFO O| Sep 03 22:45:27.968 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-09-03T22:45:28.170Z[ recovery-image] Sep 03 22:45:27.982 INFO O| Sep 03 22:45:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46952024-09-03T22:45:28.170Z[ recovery-image] Sep 03 22:45:27.982 INFO O| Sep 03 22:45:27.982 INFO STEP 239 (remove_files) COMPLETE
46962024-09-03T22:45:28.170Z[ recovery-image] Sep 03 22:45:27.982 INFO O| Sep 03 22:45:27.982 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-09-03T22:45:28.194Z[ recovery-image] Sep 03 22:45:27.995 INFO O| Sep 03 22:45:27.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46982024-09-03T22:45:28.194Z[ recovery-image] Sep 03 22:45:27.995 INFO O| Sep 03 22:45:27.995 INFO STEP 240 (remove_files) COMPLETE
46992024-09-03T22:45:28.194Z[ recovery-image] Sep 03 22:45:27.995 INFO O| Sep 03 22:45:27.995 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-09-03T22:45:28.194Z[ recovery-image] Sep 03 22:45:28.009 INFO O| Sep 03 22:45:28.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47012024-09-03T22:45:28.194Z[ recovery-image] Sep 03 22:45:28.009 INFO O| Sep 03 22:45:28.009 INFO STEP 241 (remove_files) COMPLETE
47022024-09-03T22:45:28.194Z[ recovery-image] Sep 03 22:45:28.009 INFO O| Sep 03 22:45:28.009 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-09-03T22:45:28.218Z[ recovery-image] Sep 03 22:45:28.022 INFO O| Sep 03 22:45:28.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47042024-09-03T22:45:28.218Z[ recovery-image] Sep 03 22:45:28.023 INFO O| Sep 03 22:45:28.023 INFO STEP 242 (remove_files) COMPLETE
47052024-09-03T22:45:28.218Z[ recovery-image] Sep 03 22:45:28.023 INFO O| Sep 03 22:45:28.023 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-09-03T22:45:28.241Z[ recovery-image] Sep 03 22:45:28.036 INFO O| Sep 03 22:45:28.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47072024-09-03T22:45:28.241Z[ recovery-image] Sep 03 22:45:28.036 INFO O| Sep 03 22:45:28.036 INFO STEP 243 (remove_files) COMPLETE
47082024-09-03T22:45:28.241Z[ recovery-image] Sep 03 22:45:28.036 INFO O| Sep 03 22:45:28.036 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-09-03T22:45:28.241Z[ recovery-image] Sep 03 22:45:28.049 INFO O| Sep 03 22:45:28.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47102024-09-03T22:45:28.241Z[ recovery-image] Sep 03 22:45:28.049 INFO O| Sep 03 22:45:28.049 INFO STEP 244 (remove_files) COMPLETE
47112024-09-03T22:45:28.241Z[ recovery-image] Sep 03 22:45:28.049 INFO O| Sep 03 22:45:28.049 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-09-03T22:45:28.265Z[ recovery-image] Sep 03 22:45:28.063 INFO O| Sep 03 22:45:28.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47132024-09-03T22:45:28.265Z[ recovery-image] Sep 03 22:45:28.063 INFO O| Sep 03 22:45:28.063 INFO STEP 245 (remove_files) COMPLETE
47142024-09-03T22:45:28.265Z[ recovery-image] Sep 03 22:45:28.063 INFO O| Sep 03 22:45:28.063 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-09-03T22:45:28.265Z[ recovery-image] Sep 03 22:45:28.076 INFO O| Sep 03 22:45:28.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47162024-09-03T22:45:28.265Z[ recovery-image] Sep 03 22:45:28.076 INFO O| Sep 03 22:45:28.076 INFO STEP 246 (remove_files) COMPLETE
47172024-09-03T22:45:28.265Z[ recovery-image] Sep 03 22:45:28.076 INFO O| Sep 03 22:45:28.076 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-09-03T22:45:28.288Z[ recovery-image] Sep 03 22:45:28.089 INFO O| Sep 03 22:45:28.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47192024-09-03T22:45:28.288Z[ recovery-image] Sep 03 22:45:28.090 INFO O| Sep 03 22:45:28.089 INFO STEP 247 (remove_files) COMPLETE
47202024-09-03T22:45:28.288Z[ recovery-image] Sep 03 22:45:28.090 INFO O| Sep 03 22:45:28.090 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-03T22:45:28.288Z[ recovery-image] Sep 03 22:45:28.103 INFO O| Sep 03 22:45:28.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47222024-09-03T22:45:28.288Z[ recovery-image] Sep 03 22:45:28.103 INFO O| Sep 03 22:45:28.103 INFO STEP 248 (remove_files) COMPLETE
47232024-09-03T22:45:28.288Z[ recovery-image] Sep 03 22:45:28.103 INFO O| Sep 03 22:45:28.103 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-03T22:45:28.322Z[ recovery-image] Sep 03 22:45:28.140 INFO O| Sep 03 22:45:28.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47252024-09-03T22:45:28.322Z[ recovery-image] Sep 03 22:45:28.140 INFO O| Sep 03 22:45:28.140 INFO STEP 249 (remove_files) COMPLETE
47262024-09-03T22:45:28.322Z[ recovery-image] Sep 03 22:45:28.140 INFO O| Sep 03 22:45:28.140 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-09-03T22:45:28.380Z[ recovery-image] Sep 03 22:45:28.197 INFO O| Sep 03 22:45:28.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47282024-09-03T22:45:28.380Z[ recovery-image] Sep 03 22:45:28.197 INFO O| Sep 03 22:45:28.197 INFO STEP 250 (remove_files) COMPLETE
47292024-09-03T22:45:28.380Z[ recovery-image] Sep 03 22:45:28.197 INFO O| Sep 03 22:45:28.197 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-09-03T22:45:28.403Z[ recovery-image] Sep 03 22:45:28.215 INFO O| Sep 03 22:45:28.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47312024-09-03T22:45:28.403Z[ recovery-image] Sep 03 22:45:28.215 INFO O| Sep 03 22:45:28.215 INFO STEP 251 (remove_files) COMPLETE
47322024-09-03T22:45:28.403Z[ recovery-image] Sep 03 22:45:28.215 INFO O| Sep 03 22:45:28.215 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-09-03T22:45:28.427Z[ recovery-image] Sep 03 22:45:28.242 INFO O| Sep 03 22:45:28.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47342024-09-03T22:45:28.427Z[ recovery-image] Sep 03 22:45:28.243 INFO O| Sep 03 22:45:28.242 INFO STEP 252 (remove_files) COMPLETE
47352024-09-03T22:45:28.427Z[ recovery-image] Sep 03 22:45:28.243 INFO O| Sep 03 22:45:28.243 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-09-03T22:45:28.450Z[ recovery-image] Sep 03 22:45:28.261 INFO O| Sep 03 22:45:28.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47372024-09-03T22:45:28.450Z[ recovery-image] Sep 03 22:45:28.261 INFO O| Sep 03 22:45:28.261 INFO STEP 253 (remove_files) COMPLETE
47382024-09-03T22:45:28.450Z[ recovery-image] Sep 03 22:45:28.261 INFO O| Sep 03 22:45:28.261 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-09-03T22:45:28.473Z[ recovery-image] Sep 03 22:45:28.276 INFO O| Sep 03 22:45:28.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47402024-09-03T22:45:28.473Z[ recovery-image] Sep 03 22:45:28.276 INFO O| Sep 03 22:45:28.276 INFO STEP 254 (remove_files) COMPLETE
47412024-09-03T22:45:28.473Z[ recovery-image] Sep 03 22:45:28.276 INFO O| Sep 03 22:45:28.276 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-09-03T22:45:28.497Z[ recovery-image] Sep 03 22:45:28.292 INFO O| Sep 03 22:45:28.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47432024-09-03T22:45:28.497Z[ recovery-image] Sep 03 22:45:28.292 INFO O| Sep 03 22:45:28.292 INFO STEP 255 (remove_files) COMPLETE
47442024-09-03T22:45:28.497Z[ recovery-image] Sep 03 22:45:28.292 INFO O| Sep 03 22:45:28.292 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-09-03T22:45:28.520Z[ recovery-image] Sep 03 22:45:28.318 INFO O| Sep 03 22:45:28.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47462024-09-03T22:45:28.521Z[ recovery-image] Sep 03 22:45:28.319 INFO O| Sep 03 22:45:28.318 INFO STEP 256 (remove_files) COMPLETE
47472024-09-03T22:45:28.521Z[ recovery-image] Sep 03 22:45:28.319 INFO O| Sep 03 22:45:28.319 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-09-03T22:45:28.601Z[ recovery-image] Sep 03 22:45:28.419 INFO O| Sep 03 22:45:28.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
47492024-09-03T22:45:28.624Z[ recovery-image] Sep 03 22:45:28.419 INFO O| Sep 03 22:45:28.419 INFO STEP 257 (remove_files) COMPLETE
47502024-09-03T22:45:28.624Z[ recovery-image] Sep 03 22:45:28.419 INFO O| Sep 03 22:45:28.419 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-09-03T22:45:28.648Z[ recovery-image] Sep 03 22:45:28.451 INFO O| Sep 03 22:45:28.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
47522024-09-03T22:45:28.648Z[ recovery-image] Sep 03 22:45:28.451 INFO O| Sep 03 22:45:28.451 INFO STEP 258 (remove_files) COMPLETE
47532024-09-03T22:45:28.648Z[ recovery-image] Sep 03 22:45:28.451 INFO O| Sep 03 22:45:28.451 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-09-03T22:45:28.671Z[ recovery-image] Sep 03 22:45:28.489 INFO O| Sep 03 22:45:28.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
47552024-09-03T22:45:28.671Z[ recovery-image] Sep 03 22:45:28.489 INFO O| Sep 03 22:45:28.489 INFO STEP 259 (remove_files) COMPLETE
47562024-09-03T22:45:28.671Z[ recovery-image] Sep 03 22:45:28.489 INFO O| Sep 03 22:45:28.489 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-09-03T22:45:28.704Z[ recovery-image] Sep 03 22:45:28.522 INFO O| Sep 03 22:45:28.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
47582024-09-03T22:45:28.704Z[ recovery-image] Sep 03 22:45:28.522 INFO O| Sep 03 22:45:28.522 INFO STEP 260 (remove_files) COMPLETE
47592024-09-03T22:45:28.704Z[ recovery-image] Sep 03 22:45:28.522 INFO O| Sep 03 22:45:28.522 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-09-03T22:45:28.760Z[ recovery-image] Sep 03 22:45:28.578 INFO O| Sep 03 22:45:28.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
47612024-09-03T22:45:28.760Z[ recovery-image] Sep 03 22:45:28.578 INFO O| Sep 03 22:45:28.578 INFO STEP 261 (remove_files) COMPLETE
47622024-09-03T22:45:28.760Z[ recovery-image] Sep 03 22:45:28.578 INFO O| Sep 03 22:45:28.578 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-09-03T22:45:28.802Z[ recovery-image] Sep 03 22:45:28.620 INFO O| Sep 03 22:45:28.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
47642024-09-03T22:45:28.802Z[ recovery-image] Sep 03 22:45:28.620 INFO O| Sep 03 22:45:28.620 INFO STEP 262 (remove_files) COMPLETE
47652024-09-03T22:45:28.825Z[ recovery-image] Sep 03 22:45:28.620 INFO O| Sep 03 22:45:28.620 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-03T22:45:28.852Z[ host-image] Sep 03 22:45:28.670 INFO O| Sep 03 22:45:28.670 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
47672024-09-03T22:45:28.880Z[ recovery-image] Sep 03 22:45:28.698 INFO O| Sep 03 22:45:28.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
47682024-09-03T22:45:28.904Z[ recovery-image] Sep 03 22:45:28.698 INFO O| Sep 03 22:45:28.698 INFO STEP 263 (remove_files) COMPLETE
47692024-09-03T22:45:28.904Z[ recovery-image] Sep 03 22:45:28.699 INFO O| Sep 03 22:45:28.699 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-09-03T22:45:28.927Z[ recovery-image] Sep 03 22:45:28.738 INFO O| Sep 03 22:45:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
47712024-09-03T22:45:28.927Z[ recovery-image] Sep 03 22:45:28.739 INFO O| Sep 03 22:45:28.739 INFO STEP 264 (remove_files) COMPLETE
47722024-09-03T22:45:28.927Z[ recovery-image] Sep 03 22:45:28.739 INFO O| Sep 03 22:45:28.739 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-09-03T22:45:28.950Z[ recovery-image] Sep 03 22:45:28.755 INFO O| Sep 03 22:45:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
47742024-09-03T22:45:28.950Z[ recovery-image] Sep 03 22:45:28.755 INFO O| Sep 03 22:45:28.755 INFO STEP 265 (remove_files) COMPLETE
47752024-09-03T22:45:28.950Z[ recovery-image] Sep 03 22:45:28.755 INFO O| Sep 03 22:45:28.755 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-09-03T22:45:28.987Z[ recovery-image] Sep 03 22:45:28.805 INFO O| Sep 03 22:45:28.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47772024-09-03T22:45:28.987Z[ recovery-image] Sep 03 22:45:28.805 INFO O| Sep 03 22:45:28.805 INFO STEP 266 (remove_files) COMPLETE
47782024-09-03T22:45:28.987Z[ recovery-image] Sep 03 22:45:28.805 INFO O| Sep 03 22:45:28.805 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-09-03T22:45:29.023Z[ recovery-image] Sep 03 22:45:28.840 INFO O| Sep 03 22:45:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47802024-09-03T22:45:29.023Z[ recovery-image] Sep 03 22:45:28.840 INFO O| Sep 03 22:45:28.840 INFO STEP 267 (remove_files) COMPLETE
47812024-09-03T22:45:29.046Z[ recovery-image] Sep 03 22:45:28.840 INFO O| Sep 03 22:45:28.840 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-09-03T22:45:29.083Z[ recovery-image] Sep 03 22:45:28.901 INFO O| Sep 03 22:45:28.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47832024-09-03T22:45:29.083Z[ recovery-image] Sep 03 22:45:28.901 INFO O| Sep 03 22:45:28.901 INFO STEP 268 (remove_files) COMPLETE
47842024-09-03T22:45:29.107Z[ recovery-image] Sep 03 22:45:28.901 INFO O| Sep 03 22:45:28.901 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-09-03T22:45:29.107Z[ recovery-image] Sep 03 22:45:28.919 INFO O| Sep 03 22:45:28.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47862024-09-03T22:45:29.107Z[ recovery-image] Sep 03 22:45:28.919 INFO O| Sep 03 22:45:28.919 INFO STEP 269 (remove_files) COMPLETE
47872024-09-03T22:45:29.107Z[ recovery-image] Sep 03 22:45:28.919 INFO O| Sep 03 22:45:28.919 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-09-03T22:45:29.134Z[ recovery-image] Sep 03 22:45:28.952 INFO O| Sep 03 22:45:28.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47892024-09-03T22:45:29.134Z[ recovery-image] Sep 03 22:45:28.952 INFO O| Sep 03 22:45:28.952 INFO STEP 270 (remove_files) COMPLETE
47902024-09-03T22:45:29.157Z[ recovery-image] Sep 03 22:45:28.952 INFO O| Sep 03 22:45:28.952 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-09-03T22:45:29.181Z[ recovery-image] Sep 03 22:45:28.985 INFO O| Sep 03 22:45:28.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47922024-09-03T22:45:29.181Z[ recovery-image] Sep 03 22:45:28.985 INFO O| Sep 03 22:45:28.985 INFO STEP 271 (remove_files) COMPLETE
47932024-09-03T22:45:29.181Z[ recovery-image] Sep 03 22:45:28.985 INFO O| Sep 03 22:45:28.985 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-09-03T22:45:29.247Z[ recovery-image] Sep 03 22:45:29.064 INFO O| Sep 03 22:45:29.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47952024-09-03T22:45:29.247Z[ recovery-image] Sep 03 22:45:29.064 INFO O| Sep 03 22:45:29.064 INFO STEP 272 (remove_files) COMPLETE
47962024-09-03T22:45:29.271Z[ recovery-image] Sep 03 22:45:29.064 INFO O| Sep 03 22:45:29.064 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-09-03T22:45:29.331Z[ recovery-image] Sep 03 22:45:29.148 INFO O| Sep 03 22:45:29.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47982024-09-03T22:45:29.331Z[ recovery-image] Sep 03 22:45:29.148 INFO O| Sep 03 22:45:29.148 INFO STEP 273 (remove_files) COMPLETE
47992024-09-03T22:45:29.354Z[ recovery-image] Sep 03 22:45:29.148 INFO O| Sep 03 22:45:29.148 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-09-03T22:45:29.354Z[ recovery-image] Sep 03 22:45:29.163 INFO O| Sep 03 22:45:29.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48012024-09-03T22:45:29.354Z[ recovery-image] Sep 03 22:45:29.163 INFO O| Sep 03 22:45:29.163 INFO STEP 274 (remove_files) COMPLETE
48022024-09-03T22:45:29.354Z[ recovery-image] Sep 03 22:45:29.163 INFO O| Sep 03 22:45:29.163 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-09-03T22:45:29.386Z[ recovery-image] Sep 03 22:45:29.203 INFO O| Sep 03 22:45:29.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48042024-09-03T22:45:29.386Z[ recovery-image] Sep 03 22:45:29.204 INFO O| Sep 03 22:45:29.204 INFO STEP 275 (remove_files) COMPLETE
48052024-09-03T22:45:29.409Z[ recovery-image] Sep 03 22:45:29.204 INFO O| Sep 03 22:45:29.204 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-09-03T22:45:29.409Z[ recovery-image] Sep 03 22:45:29.220 INFO O| Sep 03 22:45:29.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48072024-09-03T22:45:29.409Z[ recovery-image] Sep 03 22:45:29.220 INFO O| Sep 03 22:45:29.220 INFO STEP 276 (remove_files) COMPLETE
48082024-09-03T22:45:29.409Z[ recovery-image] Sep 03 22:45:29.220 INFO O| Sep 03 22:45:29.220 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-09-03T22:45:29.433Z[ recovery-image] Sep 03 22:45:29.234 INFO O| Sep 03 22:45:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48102024-09-03T22:45:29.433Z[ recovery-image] Sep 03 22:45:29.235 INFO O| Sep 03 22:45:29.234 INFO STEP 277 (remove_files) COMPLETE
48112024-09-03T22:45:29.433Z[ recovery-image] Sep 03 22:45:29.235 INFO O| Sep 03 22:45:29.235 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-09-03T22:45:29.433Z[ recovery-image] Sep 03 22:45:29.250 INFO O| Sep 03 22:45:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48132024-09-03T22:45:29.433Z[ recovery-image] Sep 03 22:45:29.250 INFO O| Sep 03 22:45:29.250 INFO STEP 278 (remove_files) COMPLETE
48142024-09-03T22:45:29.433Z[ recovery-image] Sep 03 22:45:29.250 INFO O| Sep 03 22:45:29.250 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-09-03T22:45:29.456Z[ recovery-image] Sep 03 22:45:29.265 INFO O| Sep 03 22:45:29.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48162024-09-03T22:45:29.456Z[ recovery-image] Sep 03 22:45:29.265 INFO O| Sep 03 22:45:29.265 INFO STEP 279 (remove_files) COMPLETE
48172024-09-03T22:45:29.456Z[ recovery-image] Sep 03 22:45:29.265 INFO O| Sep 03 22:45:29.265 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-09-03T22:45:29.479Z[ recovery-image] Sep 03 22:45:29.292 INFO O| Sep 03 22:45:29.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48192024-09-03T22:45:29.479Z[ recovery-image] Sep 03 22:45:29.292 INFO O| Sep 03 22:45:29.292 INFO STEP 280 (remove_files) COMPLETE
48202024-09-03T22:45:29.479Z[ recovery-image] Sep 03 22:45:29.292 INFO O| Sep 03 22:45:29.292 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-09-03T22:45:29.526Z[ recovery-image] Sep 03 22:45:29.343 INFO O| Sep 03 22:45:29.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48222024-09-03T22:45:29.526Z[ recovery-image] Sep 03 22:45:29.343 INFO O| Sep 03 22:45:29.343 INFO STEP 281 (remove_files) COMPLETE
48232024-09-03T22:45:29.526Z[ recovery-image] Sep 03 22:45:29.343 INFO O| Sep 03 22:45:29.343 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-09-03T22:45:29.550Z[ recovery-image] Sep 03 22:45:29.361 INFO O| Sep 03 22:45:29.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48252024-09-03T22:45:29.550Z[ recovery-image] Sep 03 22:45:29.362 INFO O| Sep 03 22:45:29.362 INFO STEP 282 (remove_files) COMPLETE
48262024-09-03T22:45:29.550Z[ recovery-image] Sep 03 22:45:29.362 INFO O| Sep 03 22:45:29.362 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-09-03T22:45:29.573Z[ recovery-image] Sep 03 22:45:29.379 INFO O| Sep 03 22:45:29.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48282024-09-03T22:45:29.573Z[ recovery-image] Sep 03 22:45:29.379 INFO O| Sep 03 22:45:29.379 INFO STEP 283 (remove_files) COMPLETE
48292024-09-03T22:45:29.573Z[ recovery-image] Sep 03 22:45:29.379 INFO O| Sep 03 22:45:29.379 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-09-03T22:45:29.596Z[ recovery-image] Sep 03 22:45:29.399 INFO O| Sep 03 22:45:29.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48312024-09-03T22:45:29.596Z[ recovery-image] Sep 03 22:45:29.399 INFO O| Sep 03 22:45:29.399 INFO STEP 284 (remove_files) COMPLETE
48322024-09-03T22:45:29.596Z[ recovery-image] Sep 03 22:45:29.399 INFO O| Sep 03 22:45:29.399 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-09-03T22:45:29.620Z[ recovery-image] Sep 03 22:45:29.438 INFO O| Sep 03 22:45:29.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48342024-09-03T22:45:29.620Z[ recovery-image] Sep 03 22:45:29.438 INFO O| Sep 03 22:45:29.438 INFO STEP 285 (remove_files) COMPLETE
48352024-09-03T22:45:29.620Z[ recovery-image] Sep 03 22:45:29.438 INFO O| Sep 03 22:45:29.438 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-09-03T22:45:29.644Z[ recovery-image] Sep 03 22:45:29.456 INFO O| Sep 03 22:45:29.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48372024-09-03T22:45:29.644Z[ recovery-image] Sep 03 22:45:29.456 INFO O| Sep 03 22:45:29.456 INFO STEP 286 (remove_files) COMPLETE
48382024-09-03T22:45:29.644Z[ recovery-image] Sep 03 22:45:29.456 INFO O| Sep 03 22:45:29.456 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-09-03T22:45:29.667Z[ recovery-image] Sep 03 22:45:29.470 INFO O| Sep 03 22:45:29.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48402024-09-03T22:45:29.667Z[ recovery-image] Sep 03 22:45:29.470 INFO O| Sep 03 22:45:29.470 INFO STEP 287 (remove_files) COMPLETE
48412024-09-03T22:45:29.667Z[ recovery-image] Sep 03 22:45:29.471 INFO O| Sep 03 22:45:29.470 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-09-03T22:45:29.667Z[ recovery-image] Sep 03 22:45:29.484 INFO O| Sep 03 22:45:29.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
48432024-09-03T22:45:29.667Z[ recovery-image] Sep 03 22:45:29.484 INFO O| Sep 03 22:45:29.484 INFO STEP 288 (remove_files) COMPLETE
48442024-09-03T22:45:29.667Z[ recovery-image] Sep 03 22:45:29.484 INFO O| Sep 03 22:45:29.484 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-09-03T22:45:29.711Z[ recovery-image] Sep 03 22:45:29.528 INFO O| Sep 03 22:45:29.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
48462024-09-03T22:45:29.711Z[ recovery-image] Sep 03 22:45:29.529 INFO O| Sep 03 22:45:29.528 INFO STEP 289 (remove_files) COMPLETE
48472024-09-03T22:45:29.711Z[ recovery-image] Sep 03 22:45:29.529 INFO O| Sep 03 22:45:29.529 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-09-03T22:45:29.735Z[ recovery-image] Sep 03 22:45:29.545 INFO O| Sep 03 22:45:29.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
48492024-09-03T22:45:29.735Z[ recovery-image] Sep 03 22:45:29.545 INFO O| Sep 03 22:45:29.545 INFO STEP 290 (remove_files) COMPLETE
48502024-09-03T22:45:29.735Z[ recovery-image] Sep 03 22:45:29.545 INFO O| Sep 03 22:45:29.545 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-09-03T22:45:29.766Z[ recovery-image] Sep 03 22:45:29.558 INFO O| Sep 03 22:45:29.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
48522024-09-03T22:45:29.766Z[ recovery-image] Sep 03 22:45:29.558 INFO O| Sep 03 22:45:29.558 INFO STEP 291 (remove_files) COMPLETE
48532024-09-03T22:45:29.766Z[ recovery-image] Sep 03 22:45:29.558 INFO O| Sep 03 22:45:29.558 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-09-03T22:45:29.766Z[ recovery-image] Sep 03 22:45:29.571 INFO O| Sep 03 22:45:29.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
48552024-09-03T22:45:29.766Z[ recovery-image] Sep 03 22:45:29.571 INFO O| Sep 03 22:45:29.571 INFO STEP 292 (remove_files) COMPLETE
48562024-09-03T22:45:29.766Z[ recovery-image] Sep 03 22:45:29.571 INFO O| Sep 03 22:45:29.571 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-09-03T22:45:29.791Z[ recovery-image] Sep 03 22:45:29.585 INFO O| Sep 03 22:45:29.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
48582024-09-03T22:45:29.791Z[ recovery-image] Sep 03 22:45:29.585 INFO O| Sep 03 22:45:29.585 INFO STEP 293 (remove_files) COMPLETE
48592024-09-03T22:45:29.791Z[ recovery-image] Sep 03 22:45:29.585 INFO O| Sep 03 22:45:29.585 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-09-03T22:45:29.791Z[ recovery-image] Sep 03 22:45:29.598 INFO O| Sep 03 22:45:29.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
48612024-09-03T22:45:29.791Z[ recovery-image] Sep 03 22:45:29.599 INFO O| Sep 03 22:45:29.598 INFO STEP 294 (remove_files) COMPLETE
48622024-09-03T22:45:29.791Z[ recovery-image] Sep 03 22:45:29.599 INFO O| Sep 03 22:45:29.598 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-09-03T22:45:29.815Z[ recovery-image] Sep 03 22:45:29.612 INFO O| Sep 03 22:45:29.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
48642024-09-03T22:45:29.815Z[ recovery-image] Sep 03 22:45:29.612 INFO O| Sep 03 22:45:29.612 INFO STEP 295 (remove_files) COMPLETE
48652024-09-03T22:45:29.815Z[ recovery-image] Sep 03 22:45:29.612 INFO O| Sep 03 22:45:29.612 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-09-03T22:45:29.815Z[ recovery-image] Sep 03 22:45:29.625 INFO O| Sep 03 22:45:29.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
48672024-09-03T22:45:29.815Z[ recovery-image] Sep 03 22:45:29.625 INFO O| Sep 03 22:45:29.625 INFO STEP 296 (remove_files) COMPLETE
48682024-09-03T22:45:29.815Z[ recovery-image] Sep 03 22:45:29.625 INFO O| Sep 03 22:45:29.625 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-09-03T22:45:29.843Z[ recovery-image] Sep 03 22:45:29.660 INFO O| Sep 03 22:45:29.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
48702024-09-03T22:45:29.843Z[ recovery-image] Sep 03 22:45:29.660 INFO O| Sep 03 22:45:29.660 INFO STEP 297 (remove_files) COMPLETE
48712024-09-03T22:45:29.866Z[ recovery-image] Sep 03 22:45:29.660 INFO O| Sep 03 22:45:29.660 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-09-03T22:45:29.866Z[ recovery-image] Sep 03 22:45:29.682 INFO O| Sep 03 22:45:29.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
48732024-09-03T22:45:29.866Z[ recovery-image] Sep 03 22:45:29.682 INFO O| Sep 03 22:45:29.682 INFO STEP 298 (remove_files) COMPLETE
48742024-09-03T22:45:29.866Z[ recovery-image] Sep 03 22:45:29.682 INFO O| Sep 03 22:45:29.682 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-09-03T22:45:29.902Z[ recovery-image] Sep 03 22:45:29.720 INFO O| Sep 03 22:45:29.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48762024-09-03T22:45:29.902Z[ recovery-image] Sep 03 22:45:29.720 INFO O| Sep 03 22:45:29.720 INFO STEP 299 (remove_files) COMPLETE
48772024-09-03T22:45:29.926Z[ recovery-image] Sep 03 22:45:29.720 INFO O| Sep 03 22:45:29.720 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-09-03T22:45:29.950Z[ recovery-image] Sep 03 22:45:29.750 INFO O| Sep 03 22:45:29.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48792024-09-03T22:45:29.950Z[ recovery-image] Sep 03 22:45:29.750 INFO O| Sep 03 22:45:29.750 INFO STEP 300 (remove_files) COMPLETE
48802024-09-03T22:45:29.950Z[ recovery-image] Sep 03 22:45:29.750 INFO O| Sep 03 22:45:29.750 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-09-03T22:45:29.950Z[ recovery-image] Sep 03 22:45:29.766 INFO O| Sep 03 22:45:29.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48822024-09-03T22:45:29.950Z[ recovery-image] Sep 03 22:45:29.766 INFO O| Sep 03 22:45:29.766 INFO STEP 301 (remove_files) COMPLETE
48832024-09-03T22:45:29.950Z[ recovery-image] Sep 03 22:45:29.766 INFO O| Sep 03 22:45:29.766 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-09-03T22:45:29.982Z[ recovery-image] Sep 03 22:45:29.799 INFO O| Sep 03 22:45:29.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48852024-09-03T22:45:29.982Z[ recovery-image] Sep 03 22:45:29.799 INFO O| Sep 03 22:45:29.799 INFO STEP 302 (remove_files) COMPLETE
48862024-09-03T22:45:29.982Z[ recovery-image] Sep 03 22:45:29.799 INFO O| Sep 03 22:45:29.799 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-09-03T22:45:30.005Z[ recovery-image] Sep 03 22:45:29.817 INFO O| Sep 03 22:45:29.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48882024-09-03T22:45:30.005Z[ recovery-image] Sep 03 22:45:29.818 INFO O| Sep 03 22:45:29.817 INFO STEP 303 (remove_files) COMPLETE
48892024-09-03T22:45:30.005Z[ recovery-image] Sep 03 22:45:29.818 INFO O| Sep 03 22:45:29.818 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-09-03T22:45:30.029Z[ recovery-image] Sep 03 22:45:29.836 INFO O| Sep 03 22:45:29.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48912024-09-03T22:45:30.029Z[ recovery-image] Sep 03 22:45:29.836 INFO O| Sep 03 22:45:29.836 INFO STEP 304 (remove_files) COMPLETE
48922024-09-03T22:45:30.029Z[ recovery-image] Sep 03 22:45:29.836 INFO O| Sep 03 22:45:29.836 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-03T22:45:30.052Z[ recovery-image] Sep 03 22:45:29.853 INFO O| Sep 03 22:45:29.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48942024-09-03T22:45:30.052Z[ recovery-image] Sep 03 22:45:29.853 INFO O| Sep 03 22:45:29.853 INFO STEP 305 (remove_files) COMPLETE
48952024-09-03T22:45:30.052Z[ recovery-image] Sep 03 22:45:29.853 INFO O| Sep 03 22:45:29.853 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-09-03T22:45:30.147Z[ recovery-image] Sep 03 22:45:29.965 INFO O| Sep 03 22:45:29.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48972024-09-03T22:45:30.147Z[ recovery-image] Sep 03 22:45:29.965 INFO O| Sep 03 22:45:29.965 INFO STEP 306 (remove_files) COMPLETE
48982024-09-03T22:45:30.171Z[ recovery-image] Sep 03 22:45:29.965 INFO O| Sep 03 22:45:29.965 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-09-03T22:45:30.194Z[ recovery-image] Sep 03 22:45:30.011 INFO O| Sep 03 22:45:30.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49002024-09-03T22:45:30.194Z[ recovery-image] Sep 03 22:45:30.011 INFO O| Sep 03 22:45:30.011 INFO STEP 307 (remove_files) COMPLETE
49012024-09-03T22:45:30.194Z[ recovery-image] Sep 03 22:45:30.011 INFO O| Sep 03 22:45:30.011 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-09-03T22:45:30.232Z[ recovery-image] Sep 03 22:45:30.049 INFO O| Sep 03 22:45:30.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49032024-09-03T22:45:30.232Z[ recovery-image] Sep 03 22:45:30.049 INFO O| Sep 03 22:45:30.049 INFO STEP 308 (remove_files) COMPLETE
49042024-09-03T22:45:30.232Z[ recovery-image] Sep 03 22:45:30.049 INFO O| Sep 03 22:45:30.049 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-09-03T22:45:30.265Z[ recovery-image] Sep 03 22:45:30.082 INFO O| Sep 03 22:45:30.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49062024-09-03T22:45:30.265Z[ recovery-image] Sep 03 22:45:30.082 INFO O| Sep 03 22:45:30.082 INFO STEP 309 (remove_files) COMPLETE
49072024-09-03T22:45:30.265Z[ recovery-image] Sep 03 22:45:30.082 INFO O| Sep 03 22:45:30.082 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-09-03T22:45:30.289Z[ recovery-image] Sep 03 22:45:30.098 INFO O| Sep 03 22:45:30.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49092024-09-03T22:45:30.289Z[ recovery-image] Sep 03 22:45:30.099 INFO O| Sep 03 22:45:30.099 INFO STEP 310 (remove_files) COMPLETE
49102024-09-03T22:45:30.289Z[ recovery-image] Sep 03 22:45:30.099 INFO O| Sep 03 22:45:30.099 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-09-03T22:45:30.315Z[ recovery-image] Sep 03 22:45:30.132 INFO O| Sep 03 22:45:30.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49122024-09-03T22:45:30.315Z[ recovery-image] Sep 03 22:45:30.132 INFO O| Sep 03 22:45:30.132 INFO STEP 311 (remove_files) COMPLETE
49132024-09-03T22:45:30.315Z[ recovery-image] Sep 03 22:45:30.132 INFO O| Sep 03 22:45:30.132 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-09-03T22:45:30.373Z[ recovery-image] Sep 03 22:45:30.190 INFO O| Sep 03 22:45:30.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49152024-09-03T22:45:30.373Z[ recovery-image] Sep 03 22:45:30.190 INFO O| Sep 03 22:45:30.190 INFO STEP 312 (remove_files) COMPLETE
49162024-09-03T22:45:30.373Z[ recovery-image] Sep 03 22:45:30.190 INFO O| Sep 03 22:45:30.190 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-09-03T22:45:30.397Z[ recovery-image] Sep 03 22:45:30.205 INFO O| Sep 03 22:45:30.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49182024-09-03T22:45:30.397Z[ recovery-image] Sep 03 22:45:30.205 INFO O| Sep 03 22:45:30.205 INFO STEP 313 (remove_files) COMPLETE
49192024-09-03T22:45:30.397Z[ recovery-image] Sep 03 22:45:30.205 INFO O| Sep 03 22:45:30.205 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-09-03T22:45:30.420Z[ recovery-image] Sep 03 22:45:30.219 INFO O| Sep 03 22:45:30.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49212024-09-03T22:45:30.420Z[ recovery-image] Sep 03 22:45:30.219 INFO O| Sep 03 22:45:30.219 INFO STEP 314 (remove_files) COMPLETE
49222024-09-03T22:45:30.421Z[ recovery-image] Sep 03 22:45:30.219 INFO O| Sep 03 22:45:30.219 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-09-03T22:45:30.462Z[ recovery-image] Sep 03 22:45:30.280 INFO O| Sep 03 22:45:30.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49242024-09-03T22:45:30.462Z[ recovery-image] Sep 03 22:45:30.280 INFO O| Sep 03 22:45:30.280 INFO STEP 315 (remove_files) COMPLETE
49252024-09-03T22:45:30.463Z[ recovery-image] Sep 03 22:45:30.280 INFO O| Sep 03 22:45:30.280 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-09-03T22:45:30.524Z[ recovery-image] Sep 03 22:45:30.341 INFO O| Sep 03 22:45:30.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49272024-09-03T22:45:30.524Z[ recovery-image] Sep 03 22:45:30.341 INFO O| Sep 03 22:45:30.341 INFO STEP 316 (remove_files) COMPLETE
49282024-09-03T22:45:30.547Z[ recovery-image] Sep 03 22:45:30.341 INFO O| Sep 03 22:45:30.341 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-09-03T22:45:30.583Z[ recovery-image] Sep 03 22:45:30.400 INFO O| Sep 03 22:45:30.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49302024-09-03T22:45:30.583Z[ recovery-image] Sep 03 22:45:30.400 INFO O| Sep 03 22:45:30.400 INFO STEP 317 (remove_files) COMPLETE
49312024-09-03T22:45:30.583Z[ recovery-image] Sep 03 22:45:30.400 INFO O| Sep 03 22:45:30.400 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-09-03T22:45:30.609Z[ recovery-image] Sep 03 22:45:30.427 INFO O| Sep 03 22:45:30.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49332024-09-03T22:45:30.609Z[ recovery-image] Sep 03 22:45:30.427 INFO O| Sep 03 22:45:30.427 INFO STEP 318 (remove_files) COMPLETE
49342024-09-03T22:45:30.633Z[ recovery-image] Sep 03 22:45:30.427 INFO O| Sep 03 22:45:30.427 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-09-03T22:45:30.668Z[ recovery-image] Sep 03 22:45:30.485 INFO O| Sep 03 22:45:30.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49362024-09-03T22:45:30.668Z[ recovery-image] Sep 03 22:45:30.485 INFO O| Sep 03 22:45:30.485 INFO STEP 319 (remove_files) COMPLETE
49372024-09-03T22:45:30.668Z[ recovery-image] Sep 03 22:45:30.485 INFO O| Sep 03 22:45:30.485 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-09-03T22:45:30.691Z[ recovery-image] Sep 03 22:45:30.502 INFO O| Sep 03 22:45:30.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49392024-09-03T22:45:30.691Z[ recovery-image] Sep 03 22:45:30.502 INFO O| Sep 03 22:45:30.502 INFO STEP 320 (remove_files) COMPLETE
49402024-09-03T22:45:30.691Z[ recovery-image] Sep 03 22:45:30.502 INFO O| Sep 03 22:45:30.502 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-09-03T22:45:30.714Z[ recovery-image] Sep 03 22:45:30.532 INFO O| Sep 03 22:45:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49422024-09-03T22:45:30.714Z[ recovery-image] Sep 03 22:45:30.532 INFO O| Sep 03 22:45:30.532 INFO STEP 321 (remove_files) COMPLETE
49432024-09-03T22:45:30.739Z[ recovery-image] Sep 03 22:45:30.532 INFO O| Sep 03 22:45:30.532 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-09-03T22:45:30.739Z[ recovery-image] Sep 03 22:45:30.553 INFO O| Sep 03 22:45:30.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
49452024-09-03T22:45:30.739Z[ recovery-image] Sep 03 22:45:30.553 INFO O| Sep 03 22:45:30.553 INFO STEP 322 (remove_files) COMPLETE
49462024-09-03T22:45:30.739Z[ recovery-image] Sep 03 22:45:30.553 INFO O| Sep 03 22:45:30.553 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-09-03T22:45:30.769Z[ recovery-image] Sep 03 22:45:30.587 INFO O| Sep 03 22:45:30.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
49482024-09-03T22:45:30.793Z[ recovery-image] Sep 03 22:45:30.587 INFO O| Sep 03 22:45:30.587 INFO STEP 323 (remove_files) COMPLETE
49492024-09-03T22:45:30.793Z[ recovery-image] Sep 03 22:45:30.587 INFO O| Sep 03 22:45:30.587 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-09-03T22:45:30.830Z[ recovery-image] Sep 03 22:45:30.648 INFO O| Sep 03 22:45:30.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
49512024-09-03T22:45:30.830Z[ recovery-image] Sep 03 22:45:30.648 INFO O| Sep 03 22:45:30.648 INFO STEP 324 (remove_files) COMPLETE
49522024-09-03T22:45:30.830Z[ recovery-image] Sep 03 22:45:30.648 INFO O| Sep 03 22:45:30.648 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-09-03T22:45:30.854Z[ recovery-image] Sep 03 22:45:30.667 INFO O| Sep 03 22:45:30.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
49542024-09-03T22:45:30.854Z[ recovery-image] Sep 03 22:45:30.668 INFO O| Sep 03 22:45:30.668 INFO STEP 325 (remove_files) COMPLETE
49552024-09-03T22:45:30.854Z[ recovery-image] Sep 03 22:45:30.668 INFO O| Sep 03 22:45:30.668 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-09-03T22:45:30.877Z[ recovery-image] Sep 03 22:45:30.684 INFO O| Sep 03 22:45:30.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
49572024-09-03T22:45:30.877Z[ recovery-image] Sep 03 22:45:30.684 INFO O| Sep 03 22:45:30.684 INFO STEP 326 (remove_files) COMPLETE
49582024-09-03T22:45:30.877Z[ recovery-image] Sep 03 22:45:30.684 INFO O| Sep 03 22:45:30.684 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-09-03T22:45:30.900Z[ recovery-image] Sep 03 22:45:30.705 INFO O| Sep 03 22:45:30.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
49602024-09-03T22:45:30.901Z[ recovery-image] Sep 03 22:45:30.705 INFO O| Sep 03 22:45:30.705 INFO STEP 327 (remove_files) COMPLETE
49612024-09-03T22:45:30.901Z[ recovery-image] Sep 03 22:45:30.705 INFO O| Sep 03 22:45:30.705 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-09-03T22:45:30.924Z[ recovery-image] Sep 03 22:45:30.719 INFO O| Sep 03 22:45:30.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
49632024-09-03T22:45:30.924Z[ recovery-image] Sep 03 22:45:30.719 INFO O| Sep 03 22:45:30.719 INFO STEP 328 (remove_files) COMPLETE
49642024-09-03T22:45:30.924Z[ recovery-image] Sep 03 22:45:30.719 INFO O| Sep 03 22:45:30.719 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-09-03T22:45:30.924Z[ recovery-image] Sep 03 22:45:30.733 INFO O| Sep 03 22:45:30.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
49662024-09-03T22:45:30.924Z[ recovery-image] Sep 03 22:45:30.733 INFO O| Sep 03 22:45:30.733 INFO STEP 329 (remove_files) COMPLETE
49672024-09-03T22:45:30.924Z[ recovery-image] Sep 03 22:45:30.733 INFO O| Sep 03 22:45:30.733 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-09-03T22:45:30.948Z[ recovery-image] Sep 03 22:45:30.746 INFO O| Sep 03 22:45:30.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
49692024-09-03T22:45:30.948Z[ recovery-image] Sep 03 22:45:30.746 INFO O| Sep 03 22:45:30.746 INFO STEP 330 (remove_files) COMPLETE
49702024-09-03T22:45:30.948Z[ recovery-image] Sep 03 22:45:30.746 INFO O| Sep 03 22:45:30.746 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-09-03T22:45:30.948Z[ recovery-image] Sep 03 22:45:30.759 INFO O| Sep 03 22:45:30.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
49722024-09-03T22:45:30.948Z[ recovery-image] Sep 03 22:45:30.760 INFO O| Sep 03 22:45:30.760 INFO STEP 331 (remove_files) COMPLETE
49732024-09-03T22:45:30.948Z[ recovery-image] Sep 03 22:45:30.760 INFO O| Sep 03 22:45:30.760 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-09-03T22:45:30.975Z[ recovery-image] Sep 03 22:45:30.773 INFO O| Sep 03 22:45:30.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
49752024-09-03T22:45:30.975Z[ recovery-image] Sep 03 22:45:30.773 INFO O| Sep 03 22:45:30.773 INFO STEP 332 (remove_files) COMPLETE
49762024-09-03T22:45:30.975Z[ recovery-image] Sep 03 22:45:30.773 INFO O| Sep 03 22:45:30.773 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-09-03T22:45:30.998Z[ recovery-image] Sep 03 22:45:30.812 INFO O| Sep 03 22:45:30.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49782024-09-03T22:45:30.998Z[ recovery-image] Sep 03 22:45:30.812 INFO O| Sep 03 22:45:30.812 INFO STEP 333 (remove_files) COMPLETE
49792024-09-03T22:45:30.998Z[ recovery-image] Sep 03 22:45:30.812 INFO O| Sep 03 22:45:30.812 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-09-03T22:45:31.022Z[ recovery-image] Sep 03 22:45:30.827 INFO O| Sep 03 22:45:30.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49812024-09-03T22:45:31.022Z[ recovery-image] Sep 03 22:45:30.827 INFO O| Sep 03 22:45:30.827 INFO STEP 334 (remove_files) COMPLETE
49822024-09-03T22:45:31.022Z[ recovery-image] Sep 03 22:45:30.827 INFO O| Sep 03 22:45:30.827 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-09-03T22:45:31.060Z[ recovery-image] Sep 03 22:45:30.877 INFO O| Sep 03 22:45:30.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49842024-09-03T22:45:31.060Z[ recovery-image] Sep 03 22:45:30.877 INFO O| Sep 03 22:45:30.877 INFO STEP 335 (remove_files) COMPLETE
49852024-09-03T22:45:31.060Z[ recovery-image] Sep 03 22:45:30.877 INFO O| Sep 03 22:45:30.877 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-09-03T22:45:31.117Z[ recovery-image] Sep 03 22:45:30.934 INFO O| Sep 03 22:45:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49872024-09-03T22:45:31.117Z[ recovery-image] Sep 03 22:45:30.934 INFO O| Sep 03 22:45:30.934 INFO STEP 336 (remove_files) COMPLETE
49882024-09-03T22:45:31.117Z[ recovery-image] Sep 03 22:45:30.934 INFO O| Sep 03 22:45:30.934 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-09-03T22:45:31.155Z[ host-image] Sep 03 22:45:30.973 INFO O| Sep 03 22:45:30.973 INFO O| Planning: Solver setup ... Done
49902024-09-03T22:45:31.178Z[ host-image] Sep 03 22:45:30.977 INFO O| Sep 03 22:45:30.977 INFO O| Planning: Running solver ... Done
49912024-09-03T22:45:31.179Z[ recovery-image] Sep 03 22:45:30.989 INFO O| Sep 03 22:45:30.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49922024-09-03T22:45:31.179Z[ recovery-image] Sep 03 22:45:30.989 INFO O| Sep 03 22:45:30.989 INFO STEP 337 (remove_files) COMPLETE
49932024-09-03T22:45:31.179Z[ recovery-image] Sep 03 22:45:30.989 INFO O| Sep 03 22:45:30.989 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-09-03T22:45:31.202Z[ recovery-image] Sep 03 22:45:31.005 INFO O| Sep 03 22:45:31.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49952024-09-03T22:45:31.203Z[ recovery-image] Sep 03 22:45:31.005 INFO O| Sep 03 22:45:31.005 INFO STEP 338 (remove_files) COMPLETE
49962024-09-03T22:45:31.203Z[ recovery-image] Sep 03 22:45:31.005 INFO O| Sep 03 22:45:31.005 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-09-03T22:45:31.226Z[ host-image] Sep 03 22:45:31.022 INFO O| Sep 03 22:45:31.022 INFO O| Planning: Finding local manifests ... Done
49982024-09-03T22:45:31.226Z[ host-image] Sep 03 22:45:31.024 INFO O| Sep 03 22:45:31.024 INFO O| Planning: Fetching manifests: 0/6 0% complete
49992024-09-03T22:45:31.226Z[ recovery-image] Sep 03 22:45:31.026 INFO O| Sep 03 22:45:31.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50002024-09-03T22:45:31.226Z[ recovery-image] Sep 03 22:45:31.027 INFO O| Sep 03 22:45:31.027 INFO STEP 339 (remove_files) COMPLETE
50012024-09-03T22:45:31.226Z[ recovery-image] Sep 03 22:45:31.027 INFO O| Sep 03 22:45:31.027 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-03T22:45:31.250Z[ recovery-image] Sep 03 22:45:31.045 INFO O| Sep 03 22:45:31.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50032024-09-03T22:45:31.250Z[ recovery-image] Sep 03 22:45:31.045 INFO O| Sep 03 22:45:31.045 INFO STEP 340 (remove_files) COMPLETE
50042024-09-03T22:45:31.250Z[ recovery-image] Sep 03 22:45:31.045 INFO O| Sep 03 22:45:31.045 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-03T22:45:31.250Z[ recovery-image] Sep 03 22:45:31.066 INFO O| Sep 03 22:45:31.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50062024-09-03T22:45:31.250Z[ recovery-image] Sep 03 22:45:31.066 INFO O| Sep 03 22:45:31.066 INFO STEP 341 (remove_files) COMPLETE
50072024-09-03T22:45:31.250Z[ recovery-image] Sep 03 22:45:31.066 INFO O| Sep 03 22:45:31.066 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-03T22:45:31.273Z[ recovery-image] Sep 03 22:45:31.088 INFO O| Sep 03 22:45:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50092024-09-03T22:45:31.274Z[ recovery-image] Sep 03 22:45:31.088 INFO O| Sep 03 22:45:31.088 INFO STEP 342 (remove_files) COMPLETE
50102024-09-03T22:45:31.274Z[ recovery-image] Sep 03 22:45:31.088 INFO O| Sep 03 22:45:31.088 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-03T22:45:31.323Z[ recovery-image] Sep 03 22:45:31.141 INFO O| Sep 03 22:45:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50122024-09-03T22:45:31.346Z[ recovery-image] Sep 03 22:45:31.141 INFO O| Sep 03 22:45:31.141 INFO STEP 343 (remove_files) COMPLETE
50132024-09-03T22:45:31.346Z[ recovery-image] Sep 03 22:45:31.141 INFO O| Sep 03 22:45:31.141 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-09-03T22:45:31.346Z[ recovery-image] Sep 03 22:45:31.158 INFO O| Sep 03 22:45:31.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50152024-09-03T22:45:31.346Z[ recovery-image] Sep 03 22:45:31.159 INFO O| Sep 03 22:45:31.159 INFO STEP 344 (remove_files) COMPLETE
50162024-09-03T22:45:31.346Z[ recovery-image] Sep 03 22:45:31.159 INFO O| Sep 03 22:45:31.159 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.193 INFO O| Sep 03 22:45:31.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50182024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.193 INFO O| Sep 03 22:45:31.193 INFO STEP 345 (remove_files) COMPLETE
50192024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.193 INFO O| Sep 03 22:45:31.193 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.208 INFO O| Sep 03 22:45:31.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50212024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.208 INFO O| Sep 03 22:45:31.208 INFO STEP 346 (remove_files) COMPLETE
50222024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.208 INFO O| Sep 03 22:45:31.208 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.222 INFO O| Sep 03 22:45:31.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50242024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.222 INFO O| Sep 03 22:45:31.222 INFO STEP 347 (remove_files) COMPLETE
50252024-09-03T22:45:31.407Z[ recovery-image] Sep 03 22:45:31.222 INFO O| Sep 03 22:45:31.222 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-09-03T22:45:31.431Z[ recovery-image] Sep 03 22:45:31.236 INFO O| Sep 03 22:45:31.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50272024-09-03T22:45:31.431Z[ recovery-image] Sep 03 22:45:31.236 INFO O| Sep 03 22:45:31.236 INFO STEP 348 (remove_files) COMPLETE
50282024-09-03T22:45:31.431Z[ recovery-image] Sep 03 22:45:31.236 INFO O| Sep 03 22:45:31.236 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-09-03T22:45:31.454Z[ recovery-image] Sep 03 22:45:31.250 INFO O| Sep 03 22:45:31.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50302024-09-03T22:45:31.455Z[ recovery-image] Sep 03 22:45:31.251 INFO O| Sep 03 22:45:31.251 INFO STEP 349 (remove_files) COMPLETE
50312024-09-03T22:45:31.455Z[ recovery-image] Sep 03 22:45:31.251 INFO O| Sep 03 22:45:31.251 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-09-03T22:45:31.455Z[ recovery-image] Sep 03 22:45:31.264 INFO O| Sep 03 22:45:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50332024-09-03T22:45:31.455Z[ recovery-image] Sep 03 22:45:31.264 INFO O| Sep 03 22:45:31.264 INFO STEP 350 (remove_files) COMPLETE
50342024-09-03T22:45:31.455Z[ recovery-image] Sep 03 22:45:31.265 INFO O| Sep 03 22:45:31.264 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-09-03T22:45:31.479Z[ recovery-image] Sep 03 22:45:31.279 INFO O| Sep 03 22:45:31.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50362024-09-03T22:45:31.479Z[ recovery-image] Sep 03 22:45:31.279 INFO O| Sep 03 22:45:31.279 INFO STEP 351 (remove_files) COMPLETE
50372024-09-03T22:45:31.479Z[ recovery-image] Sep 03 22:45:31.279 INFO O| Sep 03 22:45:31.279 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-09-03T22:45:31.479Z[ recovery-image] Sep 03 22:45:31.293 INFO O| Sep 03 22:45:31.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50392024-09-03T22:45:31.479Z[ recovery-image] Sep 03 22:45:31.294 INFO O| Sep 03 22:45:31.294 INFO STEP 352 (remove_files) COMPLETE
50402024-09-03T22:45:31.479Z[ recovery-image] Sep 03 22:45:31.294 INFO O| Sep 03 22:45:31.294 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-09-03T22:45:31.503Z[ recovery-image] Sep 03 22:45:31.311 INFO O| Sep 03 22:45:31.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50422024-09-03T22:45:31.503Z[ recovery-image] Sep 03 22:45:31.311 INFO O| Sep 03 22:45:31.311 INFO STEP 353 (remove_files) COMPLETE
50432024-09-03T22:45:31.503Z[ recovery-image] Sep 03 22:45:31.311 INFO O| Sep 03 22:45:31.311 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-09-03T22:45:31.551Z[ recovery-image] Sep 03 22:45:31.368 INFO O| Sep 03 22:45:31.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50452024-09-03T22:45:31.551Z[ recovery-image] Sep 03 22:45:31.369 INFO O| Sep 03 22:45:31.369 INFO STEP 354 (remove_files) COMPLETE
50462024-09-03T22:45:31.575Z[ recovery-image] Sep 03 22:45:31.369 INFO O| Sep 03 22:45:31.369 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-09-03T22:45:31.599Z[ recovery-image] Sep 03 22:45:31.399 INFO O| Sep 03 22:45:31.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
50482024-09-03T22:45:31.599Z[ recovery-image] Sep 03 22:45:31.399 INFO O| Sep 03 22:45:31.399 INFO STEP 355 (remove_files) COMPLETE
50492024-09-03T22:45:31.599Z[ recovery-image] Sep 03 22:45:31.399 INFO O| Sep 03 22:45:31.399 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-09-03T22:45:31.623Z[ recovery-image] Sep 03 22:45:31.425 INFO O| Sep 03 22:45:31.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
50512024-09-03T22:45:31.623Z[ recovery-image] Sep 03 22:45:31.425 INFO O| Sep 03 22:45:31.425 INFO STEP 356 (remove_files) COMPLETE
50522024-09-03T22:45:31.623Z[ recovery-image] Sep 03 22:45:31.425 INFO O| Sep 03 22:45:31.425 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-09-03T22:45:31.623Z[ host-image] Sep 03 22:45:31.435 INFO O| Sep 03 22:45:31.435 INFO O| Planning: Fetching manifests: 6/6 100% complete
50542024-09-03T22:45:31.646Z[ recovery-image] Sep 03 22:45:31.447 INFO O| Sep 03 22:45:31.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
50552024-09-03T22:45:31.646Z[ recovery-image] Sep 03 22:45:31.447 INFO O| Sep 03 22:45:31.447 INFO STEP 357 (remove_files) COMPLETE
50562024-09-03T22:45:31.646Z[ recovery-image] Sep 03 22:45:31.447 INFO O| Sep 03 22:45:31.447 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-09-03T22:45:31.646Z[ recovery-image] Sep 03 22:45:31.463 INFO O| Sep 03 22:45:31.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
50582024-09-03T22:45:31.646Z[ recovery-image] Sep 03 22:45:31.463 INFO O| Sep 03 22:45:31.463 INFO STEP 358 (remove_files) COMPLETE
50592024-09-03T22:45:31.647Z[ recovery-image] Sep 03 22:45:31.463 INFO O| Sep 03 22:45:31.463 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-09-03T22:45:31.670Z[ recovery-image] Sep 03 22:45:31.477 INFO O| Sep 03 22:45:31.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
50612024-09-03T22:45:31.670Z[ recovery-image] Sep 03 22:45:31.477 INFO O| Sep 03 22:45:31.477 INFO STEP 359 (remove_files) COMPLETE
50622024-09-03T22:45:31.670Z[ recovery-image] Sep 03 22:45:31.477 INFO O| Sep 03 22:45:31.477 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-09-03T22:45:31.670Z[ host-image] Sep 03 22:45:31.481 INFO O| Sep 03 22:45:31.481 INFO O| Planning: Package planning ... Done
50642024-09-03T22:45:31.694Z[ recovery-image] Sep 03 22:45:31.491 INFO O| Sep 03 22:45:31.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
50652024-09-03T22:45:31.694Z[ recovery-image] Sep 03 22:45:31.491 INFO O| Sep 03 22:45:31.491 INFO STEP 360 (remove_files) COMPLETE
50662024-09-03T22:45:31.694Z[ recovery-image] Sep 03 22:45:31.491 INFO O| Sep 03 22:45:31.491 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-09-03T22:45:31.694Z[ host-image] Sep 03 22:45:31.503 INFO O| Sep 03 22:45:31.503 INFO O| Planning: Merging actions ... Done
50682024-09-03T22:45:31.694Z[ recovery-image] Sep 03 22:45:31.506 INFO O| Sep 03 22:45:31.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
50692024-09-03T22:45:31.694Z[ recovery-image] Sep 03 22:45:31.506 INFO O| Sep 03 22:45:31.506 INFO STEP 361 (remove_files) COMPLETE
50702024-09-03T22:45:31.694Z[ recovery-image] Sep 03 22:45:31.506 INFO O| Sep 03 22:45:31.506 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-09-03T22:45:31.718Z[ recovery-image] Sep 03 22:45:31.520 INFO O| Sep 03 22:45:31.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
50722024-09-03T22:45:31.718Z[ recovery-image] Sep 03 22:45:31.520 INFO O| Sep 03 22:45:31.520 INFO STEP 362 (remove_files) COMPLETE
50732024-09-03T22:45:31.718Z[ recovery-image] Sep 03 22:45:31.520 INFO O| Sep 03 22:45:31.520 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-09-03T22:45:31.718Z[ recovery-image] Sep 03 22:45:31.534 INFO O| Sep 03 22:45:31.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
50752024-09-03T22:45:31.718Z[ recovery-image] Sep 03 22:45:31.534 INFO O| Sep 03 22:45:31.534 INFO STEP 363 (remove_files) COMPLETE
50762024-09-03T22:45:31.718Z[ recovery-image] Sep 03 22:45:31.534 INFO O| Sep 03 22:45:31.534 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-09-03T22:45:31.742Z[ recovery-image] Sep 03 22:45:31.548 INFO O| Sep 03 22:45:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
50782024-09-03T22:45:31.742Z[ recovery-image] Sep 03 22:45:31.548 INFO O| Sep 03 22:45:31.548 INFO STEP 364 (remove_files) COMPLETE
50792024-09-03T22:45:31.742Z[ recovery-image] Sep 03 22:45:31.548 INFO O| Sep 03 22:45:31.548 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-09-03T22:45:31.766Z[ recovery-image] Sep 03 22:45:31.561 INFO O| Sep 03 22:45:31.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
50812024-09-03T22:45:31.766Z[ recovery-image] Sep 03 22:45:31.562 INFO O| Sep 03 22:45:31.561 INFO STEP 365 (remove_files) COMPLETE
50822024-09-03T22:45:31.766Z[ recovery-image] Sep 03 22:45:31.562 INFO O| Sep 03 22:45:31.562 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-09-03T22:45:31.766Z[ recovery-image] Sep 03 22:45:31.576 INFO O| Sep 03 22:45:31.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50842024-09-03T22:45:31.766Z[ recovery-image] Sep 03 22:45:31.576 INFO O| Sep 03 22:45:31.576 INFO STEP 366 (remove_files) COMPLETE
50852024-09-03T22:45:31.766Z[ recovery-image] Sep 03 22:45:31.576 INFO O| Sep 03 22:45:31.576 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-09-03T22:45:31.790Z[ recovery-image] Sep 03 22:45:31.589 INFO O| Sep 03 22:45:31.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50872024-09-03T22:45:31.790Z[ recovery-image] Sep 03 22:45:31.589 INFO O| Sep 03 22:45:31.589 INFO STEP 367 (remove_files) COMPLETE
50882024-09-03T22:45:31.790Z[ recovery-image] Sep 03 22:45:31.589 INFO O| Sep 03 22:45:31.589 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-03T22:45:31.790Z[ host-image] Sep 03 22:45:31.598 INFO O| Sep 03 22:45:31.598 INFO O| Planning: Checking for conflicting actions ... Done
50902024-09-03T22:45:31.790Z[ recovery-image] Sep 03 22:45:31.603 INFO O| Sep 03 22:45:31.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50912024-09-03T22:45:31.790Z[ recovery-image] Sep 03 22:45:31.603 INFO O| Sep 03 22:45:31.603 INFO STEP 368 (remove_files) COMPLETE
50922024-09-03T22:45:31.790Z[ host-image] Sep 03 22:45:31.603 INFO O| Sep 03 22:45:31.603 INFO O| Planning: Consolidating action changes ... Done
50932024-09-03T22:45:31.790Z[ recovery-image] Sep 03 22:45:31.603 INFO O| Sep 03 22:45:31.603 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-09-03T22:45:31.814Z[ recovery-image] Sep 03 22:45:31.617 INFO O| Sep 03 22:45:31.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50952024-09-03T22:45:31.814Z[ recovery-image] Sep 03 22:45:31.617 INFO O| Sep 03 22:45:31.617 INFO STEP 369 (remove_files) COMPLETE
50962024-09-03T22:45:31.814Z[ recovery-image] Sep 03 22:45:31.617 INFO O| Sep 03 22:45:31.617 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-09-03T22:45:31.837Z[ recovery-image] Sep 03 22:45:31.631 INFO O| Sep 03 22:45:31.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50982024-09-03T22:45:31.838Z[ recovery-image] Sep 03 22:45:31.631 INFO O| Sep 03 22:45:31.631 INFO STEP 370 (remove_files) COMPLETE
50992024-09-03T22:45:31.838Z[ recovery-image] Sep 03 22:45:31.631 INFO O| Sep 03 22:45:31.631 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-09-03T22:45:31.838Z[ recovery-image] Sep 03 22:45:31.645 INFO O| Sep 03 22:45:31.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51012024-09-03T22:45:31.838Z[ recovery-image] Sep 03 22:45:31.645 INFO O| Sep 03 22:45:31.645 INFO STEP 371 (remove_files) COMPLETE
51022024-09-03T22:45:31.838Z[ recovery-image] Sep 03 22:45:31.645 INFO O| Sep 03 22:45:31.645 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-09-03T22:45:31.861Z[ recovery-image] Sep 03 22:45:31.659 INFO O| Sep 03 22:45:31.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51042024-09-03T22:45:31.861Z[ recovery-image] Sep 03 22:45:31.660 INFO O| Sep 03 22:45:31.659 INFO STEP 372 (remove_files) COMPLETE
51052024-09-03T22:45:31.861Z[ recovery-image] Sep 03 22:45:31.660 INFO O| Sep 03 22:45:31.660 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-09-03T22:45:31.885Z[ recovery-image] Sep 03 22:45:31.700 INFO O| Sep 03 22:45:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51072024-09-03T22:45:31.909Z[ recovery-image] Sep 03 22:45:31.720 INFO O| Sep 03 22:45:31.720 INFO STEP 373 (remove_files) COMPLETE
51082024-09-03T22:45:31.909Z[ recovery-image] Sep 03 22:45:31.720 INFO O| Sep 03 22:45:31.720 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-09-03T22:45:31.932Z[ recovery-image] Sep 03 22:45:31.738 INFO O| Sep 03 22:45:31.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51102024-09-03T22:45:31.933Z[ recovery-image] Sep 03 22:45:31.739 INFO O| Sep 03 22:45:31.739 INFO STEP 374 (remove_files) COMPLETE
51112024-09-03T22:45:31.933Z[ recovery-image] Sep 03 22:45:31.739 INFO O| Sep 03 22:45:31.739 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-09-03T22:45:31.956Z[ recovery-image] Sep 03 22:45:31.754 INFO O| Sep 03 22:45:31.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51132024-09-03T22:45:31.956Z[ recovery-image] Sep 03 22:45:31.754 INFO O| Sep 03 22:45:31.754 INFO STEP 375 (remove_files) COMPLETE
51142024-09-03T22:45:31.956Z[ recovery-image] Sep 03 22:45:31.754 INFO O| Sep 03 22:45:31.754 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-09-03T22:45:31.957Z[ recovery-image] Sep 03 22:45:31.769 INFO O| Sep 03 22:45:31.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51162024-09-03T22:45:31.957Z[ recovery-image] Sep 03 22:45:31.769 INFO O| Sep 03 22:45:31.769 INFO STEP 376 (remove_files) COMPLETE
51172024-09-03T22:45:31.957Z[ recovery-image] Sep 03 22:45:31.769 INFO O| Sep 03 22:45:31.769 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-09-03T22:45:31.980Z[ recovery-image] Sep 03 22:45:31.784 INFO O| Sep 03 22:45:31.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51192024-09-03T22:45:31.980Z[ recovery-image] Sep 03 22:45:31.784 INFO O| Sep 03 22:45:31.784 INFO STEP 377 (remove_files) COMPLETE
51202024-09-03T22:45:31.980Z[ recovery-image] Sep 03 22:45:31.784 INFO O| Sep 03 22:45:31.784 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-09-03T22:45:32.004Z[ recovery-image] Sep 03 22:45:31.802 INFO O| Sep 03 22:45:31.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51222024-09-03T22:45:32.004Z[ recovery-image] Sep 03 22:45:31.802 INFO O| Sep 03 22:45:31.802 INFO STEP 378 (remove_files) COMPLETE
51232024-09-03T22:45:32.004Z[ recovery-image] Sep 03 22:45:31.802 INFO O| Sep 03 22:45:31.802 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-09-03T22:45:32.005Z[ recovery-image] Sep 03 22:45:31.817 INFO O| Sep 03 22:45:31.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51252024-09-03T22:45:32.005Z[ recovery-image] Sep 03 22:45:31.817 INFO O| Sep 03 22:45:31.817 INFO STEP 379 (remove_files) COMPLETE
51262024-09-03T22:45:32.005Z[ recovery-image] Sep 03 22:45:31.817 INFO O| Sep 03 22:45:31.817 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-09-03T22:45:32.029Z[ recovery-image] Sep 03 22:45:31.831 INFO O| Sep 03 22:45:31.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51282024-09-03T22:45:32.029Z[ recovery-image] Sep 03 22:45:31.831 INFO O| Sep 03 22:45:31.831 INFO STEP 380 (remove_files) COMPLETE
51292024-09-03T22:45:32.029Z[ recovery-image] Sep 03 22:45:31.831 INFO O| Sep 03 22:45:31.831 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-09-03T22:45:32.029Z[ recovery-image] Sep 03 22:45:31.845 INFO O| Sep 03 22:45:31.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51312024-09-03T22:45:32.029Z[ recovery-image] Sep 03 22:45:31.845 INFO O| Sep 03 22:45:31.845 INFO STEP 381 (remove_files) COMPLETE
51322024-09-03T22:45:32.029Z[ recovery-image] Sep 03 22:45:31.845 INFO O| Sep 03 22:45:31.845 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-09-03T22:45:32.053Z[ recovery-image] Sep 03 22:45:31.859 INFO O| Sep 03 22:45:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51342024-09-03T22:45:32.053Z[ recovery-image] Sep 03 22:45:31.859 INFO O| Sep 03 22:45:31.859 INFO STEP 382 (remove_files) COMPLETE
51352024-09-03T22:45:32.053Z[ recovery-image] Sep 03 22:45:31.859 INFO O| Sep 03 22:45:31.859 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-09-03T22:45:32.053Z[ host-image] Sep 03 22:45:31.859 INFO O| Sep 03 22:45:31.859 INFO O| Planning: Evaluating mediators ... Done
51372024-09-03T22:45:32.053Z[ host-image] Sep 03 22:45:31.863 INFO O| Sep 03 22:45:31.863 INFO O| Planning: Planning completed in 3.19 seconds
51382024-09-03T22:45:32.053Z[ host-image] Sep 03 22:45:31.865 INFO O| Sep 03 22:45:31.865 INFO O| Packages to install: 6
51392024-09-03T22:45:32.053Z[ host-image] Sep 03 22:45:31.866 INFO O| Sep 03 22:45:31.865 INFO O| Mediators to change: 1
51402024-09-03T22:45:32.053Z[ host-image] Sep 03 22:45:31.866 INFO O| Sep 03 22:45:31.865 INFO O| Services to change: 1
51412024-09-03T22:45:32.077Z[ recovery-image] Sep 03 22:45:31.872 INFO O| Sep 03 22:45:31.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51422024-09-03T22:45:32.077Z[ recovery-image] Sep 03 22:45:31.872 INFO O| Sep 03 22:45:31.872 INFO STEP 383 (remove_files) COMPLETE
51432024-09-03T22:45:32.077Z[ recovery-image] Sep 03 22:45:31.872 INFO O| Sep 03 22:45:31.872 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-09-03T22:45:32.077Z[ host-image] Sep 03 22:45:31.882 INFO O| Sep 03 22:45:31.881 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
51452024-09-03T22:45:32.077Z[ recovery-image] Sep 03 22:45:31.893 INFO O| Sep 03 22:45:31.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51462024-09-03T22:45:32.077Z[ recovery-image] Sep 03 22:45:31.894 INFO O| Sep 03 22:45:31.894 INFO STEP 384 (remove_files) COMPLETE
51472024-09-03T22:45:32.101Z[ recovery-image] Sep 03 22:45:31.894 INFO O| Sep 03 22:45:31.894 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-09-03T22:45:32.101Z[ recovery-image] Sep 03 22:45:31.912 INFO O| Sep 03 22:45:31.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51492024-09-03T22:45:32.101Z[ recovery-image] Sep 03 22:45:31.912 INFO O| Sep 03 22:45:31.912 INFO STEP 385 (remove_files) COMPLETE
51502024-09-03T22:45:32.101Z[ recovery-image] Sep 03 22:45:31.912 INFO O| Sep 03 22:45:31.912 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-09-03T22:45:32.125Z[ recovery-image] Sep 03 22:45:31.926 INFO O| Sep 03 22:45:31.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51522024-09-03T22:45:32.125Z[ recovery-image] Sep 03 22:45:31.926 INFO O| Sep 03 22:45:31.926 INFO STEP 386 (remove_files) COMPLETE
51532024-09-03T22:45:32.125Z[ recovery-image] Sep 03 22:45:31.926 INFO O| Sep 03 22:45:31.926 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-09-03T22:45:32.125Z[ recovery-image] Sep 03 22:45:31.940 INFO O| Sep 03 22:45:31.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51552024-09-03T22:45:32.150Z[ recovery-image] Sep 03 22:45:31.967 INFO O| Sep 03 22:45:31.967 INFO STEP 387 (remove_files) COMPLETE
51562024-09-03T22:45:32.150Z[ recovery-image] Sep 03 22:45:31.967 INFO O| Sep 03 22:45:31.967 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-09-03T22:45:32.201Z[ recovery-image] Sep 03 22:45:32.018 INFO O| Sep 03 22:45:32.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
51582024-09-03T22:45:32.201Z[ recovery-image] Sep 03 22:45:32.018 INFO O| Sep 03 22:45:32.018 INFO STEP 388 (remove_files) COMPLETE
51592024-09-03T22:45:32.227Z[ recovery-image] Sep 03 22:45:32.018 INFO O| Sep 03 22:45:32.018 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-09-03T22:45:32.227Z[ recovery-image] Sep 03 22:45:32.032 INFO O| Sep 03 22:45:32.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
51612024-09-03T22:45:32.227Z[ recovery-image] Sep 03 22:45:32.032 INFO O| Sep 03 22:45:32.032 INFO STEP 389 (remove_files) COMPLETE
51622024-09-03T22:45:32.227Z[ recovery-image] Sep 03 22:45:32.032 INFO O| Sep 03 22:45:32.032 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-09-03T22:45:32.273Z[ recovery-image] Sep 03 22:45:32.090 INFO O| Sep 03 22:45:32.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
51642024-09-03T22:45:32.297Z[ recovery-image] Sep 03 22:45:32.090 INFO O| Sep 03 22:45:32.090 INFO STEP 390 (remove_files) COMPLETE
51652024-09-03T22:45:32.297Z[ recovery-image] Sep 03 22:45:32.091 INFO O| Sep 03 22:45:32.090 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-09-03T22:45:32.325Z[ recovery-image] Sep 03 22:45:32.143 INFO O| Sep 03 22:45:32.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
51672024-09-03T22:45:32.326Z[ recovery-image] Sep 03 22:45:32.143 INFO O| Sep 03 22:45:32.143 INFO STEP 391 (remove_files) COMPLETE
51682024-09-03T22:45:32.349Z[ recovery-image] Sep 03 22:45:32.143 INFO O| Sep 03 22:45:32.143 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-09-03T22:45:32.349Z[ recovery-image] Sep 03 22:45:32.160 INFO O| Sep 03 22:45:32.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
51702024-09-03T22:45:32.349Z[ recovery-image] Sep 03 22:45:32.160 INFO O| Sep 03 22:45:32.160 INFO STEP 392 (remove_files) COMPLETE
51712024-09-03T22:45:32.350Z[ recovery-image] Sep 03 22:45:32.160 INFO O| Sep 03 22:45:32.160 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-09-03T22:45:32.373Z[ recovery-image] Sep 03 22:45:32.173 INFO O| Sep 03 22:45:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
51732024-09-03T22:45:32.373Z[ recovery-image] Sep 03 22:45:32.174 INFO O| Sep 03 22:45:32.173 INFO STEP 393 (remove_files) COMPLETE
51742024-09-03T22:45:32.373Z[ recovery-image] Sep 03 22:45:32.174 INFO O| Sep 03 22:45:32.173 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-09-03T22:45:32.373Z[ recovery-image] Sep 03 22:45:32.187 INFO O| Sep 03 22:45:32.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
51762024-09-03T22:45:32.373Z[ recovery-image] Sep 03 22:45:32.187 INFO O| Sep 03 22:45:32.187 INFO STEP 394 (remove_files) COMPLETE
51772024-09-03T22:45:32.373Z[ recovery-image] Sep 03 22:45:32.187 INFO O| Sep 03 22:45:32.187 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-09-03T22:45:32.397Z[ recovery-image] Sep 03 22:45:32.200 INFO O| Sep 03 22:45:32.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
51792024-09-03T22:45:32.397Z[ recovery-image] Sep 03 22:45:32.200 INFO O| Sep 03 22:45:32.200 INFO STEP 395 (remove_files) COMPLETE
51802024-09-03T22:45:32.397Z[ recovery-image] Sep 03 22:45:32.200 INFO O| Sep 03 22:45:32.200 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-09-03T22:45:32.397Z[ recovery-image] Sep 03 22:45:32.213 INFO O| Sep 03 22:45:32.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
51822024-09-03T22:45:32.397Z[ recovery-image] Sep 03 22:45:32.213 INFO O| Sep 03 22:45:32.213 INFO STEP 396 (remove_files) COMPLETE
51832024-09-03T22:45:32.397Z[ recovery-image] Sep 03 22:45:32.213 INFO O| Sep 03 22:45:32.213 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-09-03T22:45:32.421Z[ recovery-image] Sep 03 22:45:32.227 INFO O| Sep 03 22:45:32.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
51852024-09-03T22:45:32.421Z[ recovery-image] Sep 03 22:45:32.227 INFO O| Sep 03 22:45:32.227 INFO STEP 397 (remove_files) COMPLETE
51862024-09-03T22:45:32.421Z[ recovery-image] Sep 03 22:45:32.227 INFO O| Sep 03 22:45:32.227 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-09-03T22:45:32.446Z[ recovery-image] Sep 03 22:45:32.240 INFO O| Sep 03 22:45:32.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
51882024-09-03T22:45:32.446Z[ recovery-image] Sep 03 22:45:32.240 INFO O| Sep 03 22:45:32.240 INFO STEP 398 (remove_files) COMPLETE
51892024-09-03T22:45:32.446Z[ recovery-image] Sep 03 22:45:32.240 INFO O| Sep 03 22:45:32.240 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-09-03T22:45:32.446Z[ recovery-image] Sep 03 22:45:32.253 INFO O| Sep 03 22:45:32.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51912024-09-03T22:45:32.446Z[ recovery-image] Sep 03 22:45:32.253 INFO O| Sep 03 22:45:32.253 INFO STEP 399 (remove_files) COMPLETE
51922024-09-03T22:45:32.446Z[ recovery-image] Sep 03 22:45:32.253 INFO O| Sep 03 22:45:32.253 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-09-03T22:45:32.470Z[ recovery-image] Sep 03 22:45:32.266 INFO O| Sep 03 22:45:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51942024-09-03T22:45:32.470Z[ recovery-image] Sep 03 22:45:32.266 INFO O| Sep 03 22:45:32.266 INFO STEP 400 (remove_files) COMPLETE
51952024-09-03T22:45:32.470Z[ recovery-image] Sep 03 22:45:32.266 INFO O| Sep 03 22:45:32.266 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-09-03T22:45:32.470Z[ recovery-image] Sep 03 22:45:32.281 INFO O| Sep 03 22:45:32.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51972024-09-03T22:45:32.470Z[ recovery-image] Sep 03 22:45:32.281 INFO O| Sep 03 22:45:32.281 INFO STEP 401 (remove_files) COMPLETE
51982024-09-03T22:45:32.470Z[ recovery-image] Sep 03 22:45:32.282 INFO O| Sep 03 22:45:32.281 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-09-03T22:45:32.494Z[ recovery-image] Sep 03 22:45:32.299 INFO O| Sep 03 22:45:32.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52002024-09-03T22:45:32.494Z[ recovery-image] Sep 03 22:45:32.299 INFO O| Sep 03 22:45:32.299 INFO STEP 402 (remove_files) COMPLETE
52012024-09-03T22:45:32.494Z[ recovery-image] Sep 03 22:45:32.299 INFO O| Sep 03 22:45:32.299 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-09-03T22:45:32.518Z[ recovery-image] Sep 03 22:45:32.313 INFO O| Sep 03 22:45:32.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52032024-09-03T22:45:32.518Z[ recovery-image] Sep 03 22:45:32.313 INFO O| Sep 03 22:45:32.313 INFO STEP 403 (remove_files) COMPLETE
52042024-09-03T22:45:32.518Z[ recovery-image] Sep 03 22:45:32.313 INFO O| Sep 03 22:45:32.313 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-09-03T22:45:32.518Z[ recovery-image] Sep 03 22:45:32.327 INFO O| Sep 03 22:45:32.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52062024-09-03T22:45:32.542Z[ recovery-image] Sep 03 22:45:32.349 INFO O| Sep 03 22:45:32.349 INFO STEP 404 (remove_files) COMPLETE
52072024-09-03T22:45:32.542Z[ recovery-image] Sep 03 22:45:32.349 INFO O| Sep 03 22:45:32.349 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-09-03T22:45:32.567Z[ recovery-image] Sep 03 22:45:32.384 INFO O| Sep 03 22:45:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52092024-09-03T22:45:32.567Z[ recovery-image] Sep 03 22:45:32.384 INFO O| Sep 03 22:45:32.384 INFO STEP 405 (remove_files) COMPLETE
52102024-09-03T22:45:32.567Z[ recovery-image] Sep 03 22:45:32.384 INFO O| Sep 03 22:45:32.384 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-09-03T22:45:32.591Z[ recovery-image] Sep 03 22:45:32.400 INFO O| Sep 03 22:45:32.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52122024-09-03T22:45:32.591Z[ recovery-image] Sep 03 22:45:32.400 INFO O| Sep 03 22:45:32.400 INFO STEP 406 (remove_files) COMPLETE
52132024-09-03T22:45:32.591Z[ recovery-image] Sep 03 22:45:32.400 INFO O| Sep 03 22:45:32.400 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-09-03T22:45:32.640Z[ recovery-image] Sep 03 22:45:32.457 INFO O| Sep 03 22:45:32.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52152024-09-03T22:45:32.663Z[ recovery-image] Sep 03 22:45:32.457 INFO O| Sep 03 22:45:32.457 INFO STEP 407 (remove_files) COMPLETE
52162024-09-03T22:45:32.663Z[ recovery-image] Sep 03 22:45:32.457 INFO O| Sep 03 22:45:32.457 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-09-03T22:45:32.664Z[ recovery-image] Sep 03 22:45:32.475 INFO O| Sep 03 22:45:32.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52182024-09-03T22:45:32.664Z[ recovery-image] Sep 03 22:45:32.475 INFO O| Sep 03 22:45:32.475 INFO STEP 408 (remove_files) COMPLETE
52192024-09-03T22:45:32.664Z[ recovery-image] Sep 03 22:45:32.475 INFO O| Sep 03 22:45:32.475 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-09-03T22:45:32.687Z[ recovery-image] Sep 03 22:45:32.491 INFO O| Sep 03 22:45:32.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52212024-09-03T22:45:32.687Z[ recovery-image] Sep 03 22:45:32.492 INFO O| Sep 03 22:45:32.492 INFO STEP 409 (remove_files) COMPLETE
52222024-09-03T22:45:32.687Z[ recovery-image] Sep 03 22:45:32.492 INFO O| Sep 03 22:45:32.492 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-09-03T22:45:32.711Z[ recovery-image] Sep 03 22:45:32.507 INFO O| Sep 03 22:45:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52242024-09-03T22:45:32.711Z[ recovery-image] Sep 03 22:45:32.508 INFO O| Sep 03 22:45:32.508 INFO STEP 410 (remove_files) COMPLETE
52252024-09-03T22:45:32.711Z[ recovery-image] Sep 03 22:45:32.508 INFO O| Sep 03 22:45:32.508 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-09-03T22:45:32.711Z[ recovery-image] Sep 03 22:45:32.522 INFO O| Sep 03 22:45:32.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52272024-09-03T22:45:32.711Z[ recovery-image] Sep 03 22:45:32.522 INFO O| Sep 03 22:45:32.522 INFO STEP 411 (remove_files) COMPLETE
52282024-09-03T22:45:32.712Z[ recovery-image] Sep 03 22:45:32.522 INFO O| Sep 03 22:45:32.522 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-09-03T22:45:32.735Z[ recovery-image] Sep 03 22:45:32.538 INFO O| Sep 03 22:45:32.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52302024-09-03T22:45:32.735Z[ recovery-image] Sep 03 22:45:32.538 INFO O| Sep 03 22:45:32.538 INFO STEP 412 (remove_files) COMPLETE
52312024-09-03T22:45:32.735Z[ recovery-image] Sep 03 22:45:32.538 INFO O| Sep 03 22:45:32.538 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-09-03T22:45:32.759Z[ recovery-image] Sep 03 22:45:32.555 INFO O| Sep 03 22:45:32.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52332024-09-03T22:45:32.759Z[ recovery-image] Sep 03 22:45:32.555 INFO O| Sep 03 22:45:32.555 INFO STEP 413 (remove_files) COMPLETE
52342024-09-03T22:45:32.759Z[ recovery-image] Sep 03 22:45:32.555 INFO O| Sep 03 22:45:32.555 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-09-03T22:45:32.759Z[ recovery-image] Sep 03 22:45:32.571 INFO O| Sep 03 22:45:32.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52362024-09-03T22:45:32.759Z[ recovery-image] Sep 03 22:45:32.572 INFO O| Sep 03 22:45:32.571 INFO STEP 414 (remove_files) COMPLETE
52372024-09-03T22:45:32.759Z[ recovery-image] Sep 03 22:45:32.572 INFO O| Sep 03 22:45:32.572 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-09-03T22:45:32.790Z[ recovery-image] Sep 03 22:45:32.607 INFO O| Sep 03 22:45:32.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52392024-09-03T22:45:32.790Z[ recovery-image] Sep 03 22:45:32.607 INFO O| Sep 03 22:45:32.607 INFO STEP 415 (remove_files) COMPLETE
52402024-09-03T22:45:32.790Z[ recovery-image] Sep 03 22:45:32.607 INFO O| Sep 03 22:45:32.607 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-09-03T22:45:32.831Z[ recovery-image] Sep 03 22:45:32.649 INFO O| Sep 03 22:45:32.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52422024-09-03T22:45:32.831Z[ recovery-image] Sep 03 22:45:32.649 INFO O| Sep 03 22:45:32.649 INFO STEP 416 (remove_files) COMPLETE
52432024-09-03T22:45:32.855Z[ recovery-image] Sep 03 22:45:32.649 INFO O| Sep 03 22:45:32.649 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-09-03T22:45:32.879Z[ recovery-image] Sep 03 22:45:32.676 INFO O| Sep 03 22:45:32.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52452024-09-03T22:45:32.879Z[ recovery-image] Sep 03 22:45:32.676 INFO O| Sep 03 22:45:32.676 INFO STEP 417 (remove_files) COMPLETE
52462024-09-03T22:45:32.879Z[ recovery-image] Sep 03 22:45:32.676 INFO O| Sep 03 22:45:32.676 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-09-03T22:45:32.908Z[ recovery-image] Sep 03 22:45:32.725 INFO O| Sep 03 22:45:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52482024-09-03T22:45:32.908Z[ recovery-image] Sep 03 22:45:32.725 INFO O| Sep 03 22:45:32.725 INFO STEP 418 (remove_files) COMPLETE
52492024-09-03T22:45:32.908Z[ recovery-image] Sep 03 22:45:32.725 INFO O| Sep 03 22:45:32.725 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-03T22:45:32.944Z[ recovery-image] Sep 03 22:45:32.761 INFO O| Sep 03 22:45:32.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52512024-09-03T22:45:32.944Z[ recovery-image] Sep 03 22:45:32.761 INFO O| Sep 03 22:45:32.761 INFO STEP 419 (remove_files) COMPLETE
52522024-09-03T22:45:32.968Z[ recovery-image] Sep 03 22:45:32.761 INFO O| Sep 03 22:45:32.761 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-03T22:45:32.968Z[ recovery-image] Sep 03 22:45:32.779 INFO O| Sep 03 22:45:32.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52542024-09-03T22:45:32.968Z[ recovery-image] Sep 03 22:45:32.780 INFO O| Sep 03 22:45:32.779 INFO STEP 420 (remove_files) COMPLETE
52552024-09-03T22:45:32.968Z[ recovery-image] Sep 03 22:45:32.780 INFO O| Sep 03 22:45:32.780 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-03T22:45:32.992Z[ recovery-image] Sep 03 22:45:32.794 INFO O| Sep 03 22:45:32.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52572024-09-03T22:45:32.992Z[ recovery-image] Sep 03 22:45:32.794 INFO O| Sep 03 22:45:32.794 INFO STEP 421 (remove_files) COMPLETE
52582024-09-03T22:45:32.993Z[ recovery-image] Sep 03 22:45:32.794 INFO O| Sep 03 22:45:32.794 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-03T22:45:32.993Z[ recovery-image] Sep 03 22:45:32.809 INFO O| Sep 03 22:45:32.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
52602024-09-03T22:45:32.993Z[ recovery-image] Sep 03 22:45:32.809 INFO O| Sep 03 22:45:32.809 INFO STEP 422 (remove_files) COMPLETE
52612024-09-03T22:45:32.993Z[ recovery-image] Sep 03 22:45:32.809 INFO O| Sep 03 22:45:32.809 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-03T22:45:33.059Z[ recovery-image] Sep 03 22:45:32.876 INFO O| Sep 03 22:45:32.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
52632024-09-03T22:45:33.059Z[ recovery-image] Sep 03 22:45:32.876 INFO O| Sep 03 22:45:32.876 INFO STEP 423 (remove_files) COMPLETE
52642024-09-03T22:45:33.059Z[ recovery-image] Sep 03 22:45:32.876 INFO O| Sep 03 22:45:32.876 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-03T22:45:33.088Z[ recovery-image] Sep 03 22:45:32.904 INFO O| Sep 03 22:45:32.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
52662024-09-03T22:45:33.088Z[ recovery-image] Sep 03 22:45:32.904 INFO O| Sep 03 22:45:32.904 INFO STEP 424 (remove_files) COMPLETE
52672024-09-03T22:45:33.088Z[ recovery-image] Sep 03 22:45:32.904 INFO O| Sep 03 22:45:32.904 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-03T22:45:33.112Z[ recovery-image] Sep 03 22:45:32.924 INFO O| Sep 03 22:45:32.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
52692024-09-03T22:45:33.112Z[ recovery-image] Sep 03 22:45:32.924 INFO O| Sep 03 22:45:32.924 INFO STEP 425 (remove_files) COMPLETE
52702024-09-03T22:45:33.112Z[ recovery-image] Sep 03 22:45:32.924 INFO O| Sep 03 22:45:32.924 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-03T22:45:33.136Z[ recovery-image] Sep 03 22:45:32.939 INFO O| Sep 03 22:45:32.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
52722024-09-03T22:45:33.136Z[ recovery-image] Sep 03 22:45:32.939 INFO O| Sep 03 22:45:32.939 INFO STEP 426 (remove_files) COMPLETE
52732024-09-03T22:45:33.136Z[ recovery-image] Sep 03 22:45:32.939 INFO O| Sep 03 22:45:32.939 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-03T22:45:33.136Z[ recovery-image] Sep 03 22:45:32.952 INFO O| Sep 03 22:45:32.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
52752024-09-03T22:45:33.136Z[ recovery-image] Sep 03 22:45:32.952 INFO O| Sep 03 22:45:32.952 INFO STEP 427 (remove_files) COMPLETE
52762024-09-03T22:45:33.136Z[ recovery-image] Sep 03 22:45:32.952 INFO O| Sep 03 22:45:32.952 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-09-03T22:45:33.160Z[ recovery-image] Sep 03 22:45:32.965 INFO O| Sep 03 22:45:32.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
52782024-09-03T22:45:33.160Z[ recovery-image] Sep 03 22:45:32.965 INFO O| Sep 03 22:45:32.965 INFO STEP 428 (remove_files) COMPLETE
52792024-09-03T22:45:33.160Z[ recovery-image] Sep 03 22:45:32.965 INFO O| Sep 03 22:45:32.965 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-09-03T22:45:33.184Z[ recovery-image] Sep 03 22:45:32.978 INFO O| Sep 03 22:45:32.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
52812024-09-03T22:45:33.184Z[ recovery-image] Sep 03 22:45:32.978 INFO O| Sep 03 22:45:32.978 INFO STEP 429 (remove_files) COMPLETE
52822024-09-03T22:45:33.184Z[ recovery-image] Sep 03 22:45:32.978 INFO O| Sep 03 22:45:32.978 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-03T22:45:33.216Z[ recovery-image] Sep 03 22:45:33.033 INFO O| Sep 03 22:45:33.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
52842024-09-03T22:45:33.216Z[ recovery-image] Sep 03 22:45:33.034 INFO O| Sep 03 22:45:33.033 INFO STEP 430 (remove_files) COMPLETE
52852024-09-03T22:45:33.240Z[ recovery-image] Sep 03 22:45:33.034 INFO O| Sep 03 22:45:33.033 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-09-03T22:45:33.240Z[ recovery-image] Sep 03 22:45:33.049 INFO O| Sep 03 22:45:33.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
52872024-09-03T22:45:33.240Z[ recovery-image] Sep 03 22:45:33.049 INFO O| Sep 03 22:45:33.049 INFO STEP 431 (remove_files) COMPLETE
52882024-09-03T22:45:33.240Z[ recovery-image] Sep 03 22:45:33.049 INFO O| Sep 03 22:45:33.049 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-09-03T22:45:33.264Z[ recovery-image] Sep 03 22:45:33.063 INFO O| Sep 03 22:45:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
52902024-09-03T22:45:33.264Z[ recovery-image] Sep 03 22:45:33.063 INFO O| Sep 03 22:45:33.063 INFO STEP 432 (remove_files) COMPLETE
52912024-09-03T22:45:33.264Z[ recovery-image] Sep 03 22:45:33.063 INFO O| Sep 03 22:45:33.063 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-09-03T22:45:33.264Z[ recovery-image] Sep 03 22:45:33.077 INFO O| Sep 03 22:45:33.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52932024-09-03T22:45:33.264Z[ recovery-image] Sep 03 22:45:33.077 INFO O| Sep 03 22:45:33.077 INFO STEP 433 (remove_files) COMPLETE
52942024-09-03T22:45:33.264Z[ recovery-image] Sep 03 22:45:33.077 INFO O| Sep 03 22:45:33.077 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-09-03T22:45:33.288Z[ recovery-image] Sep 03 22:45:33.091 INFO O| Sep 03 22:45:33.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52962024-09-03T22:45:33.288Z[ recovery-image] Sep 03 22:45:33.091 INFO O| Sep 03 22:45:33.091 INFO STEP 434 (remove_files) COMPLETE
52972024-09-03T22:45:33.288Z[ recovery-image] Sep 03 22:45:33.091 INFO O| Sep 03 22:45:33.091 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-09-03T22:45:33.288Z[ recovery-image] Sep 03 22:45:33.104 INFO O| Sep 03 22:45:33.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52992024-09-03T22:45:33.288Z[ recovery-image] Sep 03 22:45:33.104 INFO O| Sep 03 22:45:33.104 INFO STEP 435 (remove_files) COMPLETE
53002024-09-03T22:45:33.288Z[ recovery-image] Sep 03 22:45:33.104 INFO O| Sep 03 22:45:33.104 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-09-03T22:45:33.312Z[ recovery-image] Sep 03 22:45:33.118 INFO O| Sep 03 22:45:33.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53022024-09-03T22:45:33.312Z[ recovery-image] Sep 03 22:45:33.118 INFO O| Sep 03 22:45:33.118 INFO STEP 436 (remove_files) COMPLETE
53032024-09-03T22:45:33.312Z[ recovery-image] Sep 03 22:45:33.118 INFO O| Sep 03 22:45:33.118 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-03T22:45:33.336Z[ recovery-image] Sep 03 22:45:33.131 INFO O| Sep 03 22:45:33.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53052024-09-03T22:45:33.336Z[ recovery-image] Sep 03 22:45:33.131 INFO O| Sep 03 22:45:33.131 INFO STEP 437 (remove_files) COMPLETE
53062024-09-03T22:45:33.337Z[ recovery-image] Sep 03 22:45:33.131 INFO O| Sep 03 22:45:33.131 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-03T22:45:33.337Z[ recovery-image] Sep 03 22:45:33.144 INFO O| Sep 03 22:45:33.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53082024-09-03T22:45:33.337Z[ recovery-image] Sep 03 22:45:33.144 INFO O| Sep 03 22:45:33.144 INFO STEP 438 (remove_files) COMPLETE
53092024-09-03T22:45:33.337Z[ recovery-image] Sep 03 22:45:33.144 INFO O| Sep 03 22:45:33.144 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-03T22:45:33.360Z[ recovery-image] Sep 03 22:45:33.157 INFO O| Sep 03 22:45:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53112024-09-03T22:45:33.360Z[ recovery-image] Sep 03 22:45:33.158 INFO O| Sep 03 22:45:33.157 INFO STEP 439 (remove_files) COMPLETE
53122024-09-03T22:45:33.360Z[ recovery-image] Sep 03 22:45:33.158 INFO O| Sep 03 22:45:33.158 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-03T22:45:33.384Z[ recovery-image] Sep 03 22:45:33.184 INFO O| Sep 03 22:45:33.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53142024-09-03T22:45:33.384Z[ recovery-image] Sep 03 22:45:33.184 INFO O| Sep 03 22:45:33.184 INFO STEP 440 (remove_files) COMPLETE
53152024-09-03T22:45:33.384Z[ recovery-image] Sep 03 22:45:33.184 INFO O| Sep 03 22:45:33.184 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-09-03T22:45:33.408Z[ recovery-image] Sep 03 22:45:33.207 INFO O| Sep 03 22:45:33.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53172024-09-03T22:45:33.408Z[ recovery-image] Sep 03 22:45:33.207 INFO O| Sep 03 22:45:33.207 INFO STEP 441 (remove_files) COMPLETE
53182024-09-03T22:45:33.408Z[ recovery-image] Sep 03 22:45:33.207 INFO O| Sep 03 22:45:33.207 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-09-03T22:45:33.408Z[ recovery-image] Sep 03 22:45:33.224 INFO O| Sep 03 22:45:33.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53202024-09-03T22:45:33.408Z[ recovery-image] Sep 03 22:45:33.224 INFO O| Sep 03 22:45:33.224 INFO STEP 442 (remove_files) COMPLETE
53212024-09-03T22:45:33.408Z[ recovery-image] Sep 03 22:45:33.224 INFO O| Sep 03 22:45:33.224 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-09-03T22:45:33.432Z[ recovery-image] Sep 03 22:45:33.239 INFO O| Sep 03 22:45:33.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53232024-09-03T22:45:33.432Z[ recovery-image] Sep 03 22:45:33.239 INFO O| Sep 03 22:45:33.239 INFO STEP 443 (remove_files) COMPLETE
53242024-09-03T22:45:33.432Z[ recovery-image] Sep 03 22:45:33.239 INFO O| Sep 03 22:45:33.239 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-09-03T22:45:33.456Z[ recovery-image] Sep 03 22:45:33.253 INFO O| Sep 03 22:45:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53262024-09-03T22:45:33.456Z[ recovery-image] Sep 03 22:45:33.253 INFO O| Sep 03 22:45:33.253 INFO STEP 444 (remove_files) COMPLETE
53272024-09-03T22:45:33.456Z[ recovery-image] Sep 03 22:45:33.254 INFO O| Sep 03 22:45:33.253 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-09-03T22:45:33.456Z[ recovery-image] Sep 03 22:45:33.268 INFO O| Sep 03 22:45:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53292024-09-03T22:45:33.456Z[ recovery-image] Sep 03 22:45:33.268 INFO O| Sep 03 22:45:33.268 INFO STEP 445 (remove_files) COMPLETE
53302024-09-03T22:45:33.456Z[ recovery-image] Sep 03 22:45:33.268 INFO O| Sep 03 22:45:33.268 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-09-03T22:45:33.485Z[ recovery-image] Sep 03 22:45:33.302 INFO O| Sep 03 22:45:33.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53322024-09-03T22:45:33.485Z[ recovery-image] Sep 03 22:45:33.302 INFO O| Sep 03 22:45:33.302 INFO STEP 446 (remove_files) COMPLETE
53332024-09-03T22:45:33.485Z[ recovery-image] Sep 03 22:45:33.302 INFO O| Sep 03 22:45:33.302 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-09-03T22:45:33.523Z[ recovery-image] Sep 03 22:45:33.340 INFO O| Sep 03 22:45:33.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53352024-09-03T22:45:33.523Z[ recovery-image] Sep 03 22:45:33.340 INFO O| Sep 03 22:45:33.340 INFO STEP 447 (remove_files) COMPLETE
53362024-09-03T22:45:33.523Z[ recovery-image] Sep 03 22:45:33.340 INFO O| Sep 03 22:45:33.340 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-09-03T22:45:33.547Z[ recovery-image] Sep 03 22:45:33.357 INFO O| Sep 03 22:45:33.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53382024-09-03T22:45:33.547Z[ recovery-image] Sep 03 22:45:33.357 INFO O| Sep 03 22:45:33.357 INFO STEP 448 (remove_files) COMPLETE
53392024-09-03T22:45:33.547Z[ recovery-image] Sep 03 22:45:33.357 INFO O| Sep 03 22:45:33.357 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-09-03T22:45:33.571Z[ recovery-image] Sep 03 22:45:33.371 INFO O| Sep 03 22:45:33.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53412024-09-03T22:45:33.571Z[ recovery-image] Sep 03 22:45:33.371 INFO O| Sep 03 22:45:33.371 INFO STEP 449 (remove_files) COMPLETE
53422024-09-03T22:45:33.571Z[ recovery-image] Sep 03 22:45:33.371 INFO O| Sep 03 22:45:33.371 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-09-03T22:45:33.572Z[ recovery-image] Sep 03 22:45:33.384 INFO O| Sep 03 22:45:33.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53442024-09-03T22:45:33.572Z[ recovery-image] Sep 03 22:45:33.384 INFO O| Sep 03 22:45:33.384 INFO STEP 450 (remove_files) COMPLETE
53452024-09-03T22:45:33.572Z[ recovery-image] Sep 03 22:45:33.384 INFO O| Sep 03 22:45:33.384 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-09-03T22:45:33.596Z[ recovery-image] Sep 03 22:45:33.397 INFO O| Sep 03 22:45:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53472024-09-03T22:45:33.596Z[ recovery-image] Sep 03 22:45:33.397 INFO O| Sep 03 22:45:33.397 INFO STEP 451 (remove_files) COMPLETE
53482024-09-03T22:45:33.596Z[ recovery-image] Sep 03 22:45:33.397 INFO O| Sep 03 22:45:33.397 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-09-03T22:45:33.651Z[ recovery-image] Sep 03 22:45:33.468 INFO O| Sep 03 22:45:33.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53502024-09-03T22:45:33.675Z[ recovery-image] Sep 03 22:45:33.469 INFO O| Sep 03 22:45:33.469 INFO STEP 452 (remove_files) COMPLETE
53512024-09-03T22:45:33.675Z[ recovery-image] Sep 03 22:45:33.469 INFO O| Sep 03 22:45:33.469 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-09-03T22:45:33.699Z[ recovery-image] Sep 03 22:45:33.500 INFO O| Sep 03 22:45:33.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53532024-09-03T22:45:33.699Z[ recovery-image] Sep 03 22:45:33.500 INFO O| Sep 03 22:45:33.500 INFO STEP 453 (remove_files) COMPLETE
53542024-09-03T22:45:33.699Z[ recovery-image] Sep 03 22:45:33.501 INFO O| Sep 03 22:45:33.501 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-09-03T22:45:33.699Z[ recovery-image] Sep 03 22:45:33.515 INFO O| Sep 03 22:45:33.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53562024-09-03T22:45:33.699Z[ recovery-image] Sep 03 22:45:33.515 INFO O| Sep 03 22:45:33.515 INFO STEP 454 (remove_files) COMPLETE
53572024-09-03T22:45:33.699Z[ recovery-image] Sep 03 22:45:33.516 INFO O| Sep 03 22:45:33.516 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-09-03T22:45:33.723Z[ recovery-image] Sep 03 22:45:33.529 INFO O| Sep 03 22:45:33.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
53592024-09-03T22:45:33.723Z[ recovery-image] Sep 03 22:45:33.530 INFO O| Sep 03 22:45:33.530 INFO STEP 455 (remove_files) COMPLETE
53602024-09-03T22:45:33.723Z[ recovery-image] Sep 03 22:45:33.530 INFO O| Sep 03 22:45:33.530 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-09-03T22:45:33.747Z[ recovery-image] Sep 03 22:45:33.544 INFO O| Sep 03 22:45:33.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
53622024-09-03T22:45:33.747Z[ recovery-image] Sep 03 22:45:33.544 INFO O| Sep 03 22:45:33.544 INFO STEP 456 (remove_files) COMPLETE
53632024-09-03T22:45:33.747Z[ recovery-image] Sep 03 22:45:33.544 INFO O| Sep 03 22:45:33.544 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-03T22:45:33.794Z[ recovery-image] Sep 03 22:45:33.611 INFO O| Sep 03 22:45:33.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
53652024-09-03T22:45:33.794Z[ recovery-image] Sep 03 22:45:33.611 INFO O| Sep 03 22:45:33.611 INFO STEP 457 (remove_files) COMPLETE
53662024-09-03T22:45:33.818Z[ recovery-image] Sep 03 22:45:33.611 INFO O| Sep 03 22:45:33.611 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-03T22:45:33.842Z[ recovery-image] Sep 03 22:45:33.651 INFO O| Sep 03 22:45:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
53682024-09-03T22:45:33.842Z[ recovery-image] Sep 03 22:45:33.651 INFO O| Sep 03 22:45:33.651 INFO STEP 458 (remove_files) COMPLETE
53692024-09-03T22:45:33.842Z[ recovery-image] Sep 03 22:45:33.651 INFO O| Sep 03 22:45:33.651 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-03T22:45:33.866Z[ recovery-image] Sep 03 22:45:33.672 INFO O| Sep 03 22:45:33.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
53712024-09-03T22:45:33.866Z[ recovery-image] Sep 03 22:45:33.672 INFO O| Sep 03 22:45:33.672 INFO STEP 459 (remove_files) COMPLETE
53722024-09-03T22:45:33.866Z[ recovery-image] Sep 03 22:45:33.672 INFO O| Sep 03 22:45:33.672 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-03T22:45:33.890Z[ recovery-image] Sep 03 22:45:33.703 INFO O| Sep 03 22:45:33.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
53742024-09-03T22:45:33.890Z[ recovery-image] Sep 03 22:45:33.703 INFO O| Sep 03 22:45:33.703 INFO STEP 460 (remove_files) COMPLETE
53752024-09-03T22:45:33.890Z[ recovery-image] Sep 03 22:45:33.703 INFO O| Sep 03 22:45:33.703 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-03T22:45:33.914Z[ recovery-image] Sep 03 22:45:33.721 INFO O| Sep 03 22:45:33.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
53772024-09-03T22:45:33.914Z[ recovery-image] Sep 03 22:45:33.721 INFO O| Sep 03 22:45:33.721 INFO STEP 461 (remove_files) COMPLETE
53782024-09-03T22:45:33.914Z[ recovery-image] Sep 03 22:45:33.722 INFO O| Sep 03 22:45:33.722 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-03T22:45:33.985Z[ recovery-image] Sep 03 22:45:33.802 INFO O| Sep 03 22:45:33.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
53802024-09-03T22:45:34.009Z[ recovery-image] Sep 03 22:45:33.803 INFO O| Sep 03 22:45:33.803 INFO STEP 462 (remove_files) COMPLETE
53812024-09-03T22:45:34.009Z[ recovery-image] Sep 03 22:45:33.803 INFO O| Sep 03 22:45:33.803 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-03T22:45:34.033Z[ recovery-image] Sep 03 22:45:33.848 INFO O| Sep 03 22:45:33.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
53832024-09-03T22:45:34.033Z[ recovery-image] Sep 03 22:45:33.849 INFO O| Sep 03 22:45:33.849 INFO STEP 463 (remove_files) COMPLETE
53842024-09-03T22:45:34.033Z[ recovery-image] Sep 03 22:45:33.849 INFO O| Sep 03 22:45:33.849 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-03T22:45:34.057Z[ recovery-image] Sep 03 22:45:33.864 INFO O| Sep 03 22:45:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
53862024-09-03T22:45:34.057Z[ recovery-image] Sep 03 22:45:33.864 INFO O| Sep 03 22:45:33.864 INFO STEP 464 (remove_files) COMPLETE
53872024-09-03T22:45:34.057Z[ recovery-image] Sep 03 22:45:33.864 INFO O| Sep 03 22:45:33.864 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-03T22:45:34.080Z[ recovery-image] Sep 03 22:45:33.880 INFO O| Sep 03 22:45:33.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
53892024-09-03T22:45:34.080Z[ recovery-image] Sep 03 22:45:33.880 INFO O| Sep 03 22:45:33.880 INFO STEP 465 (remove_files) COMPLETE
53902024-09-03T22:45:34.080Z[ recovery-image] Sep 03 22:45:33.880 INFO O| Sep 03 22:45:33.880 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-03T22:45:34.080Z[ recovery-image] Sep 03 22:45:33.894 INFO O| Sep 03 22:45:33.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53922024-09-03T22:45:34.080Z[ recovery-image] Sep 03 22:45:33.895 INFO O| Sep 03 22:45:33.894 INFO STEP 466 (remove_files) COMPLETE
53932024-09-03T22:45:34.080Z[ recovery-image] Sep 03 22:45:33.895 INFO O| Sep 03 22:45:33.895 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-03T22:45:34.104Z[ recovery-image] Sep 03 22:45:33.909 INFO O| Sep 03 22:45:33.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53952024-09-03T22:45:34.104Z[ recovery-image] Sep 03 22:45:33.909 INFO O| Sep 03 22:45:33.909 INFO STEP 467 (remove_files) COMPLETE
53962024-09-03T22:45:34.104Z[ recovery-image] Sep 03 22:45:33.909 INFO O| Sep 03 22:45:33.909 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-03T22:45:34.128Z[ recovery-image] Sep 03 22:45:33.925 INFO O| Sep 03 22:45:33.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53982024-09-03T22:45:34.128Z[ recovery-image] Sep 03 22:45:33.925 INFO O| Sep 03 22:45:33.925 INFO STEP 468 (remove_files) COMPLETE
53992024-09-03T22:45:34.128Z[ recovery-image] Sep 03 22:45:33.926 INFO O| Sep 03 22:45:33.925 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-03T22:45:34.152Z[ recovery-image] Sep 03 22:45:33.947 INFO O| Sep 03 22:45:33.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54012024-09-03T22:45:34.152Z[ recovery-image] Sep 03 22:45:33.947 INFO O| Sep 03 22:45:33.947 INFO STEP 469 (remove_files) COMPLETE
54022024-09-03T22:45:34.152Z[ recovery-image] Sep 03 22:45:33.947 INFO O| Sep 03 22:45:33.947 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-03T22:45:34.152Z[ recovery-image] Sep 03 22:45:33.963 INFO O| Sep 03 22:45:33.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54042024-09-03T22:45:34.152Z[ recovery-image] Sep 03 22:45:33.964 INFO O| Sep 03 22:45:33.963 INFO STEP 470 (remove_files) COMPLETE
54052024-09-03T22:45:34.152Z[ recovery-image] Sep 03 22:45:33.964 INFO O| Sep 03 22:45:33.964 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-03T22:45:34.176Z[ recovery-image] Sep 03 22:45:33.978 INFO O| Sep 03 22:45:33.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54072024-09-03T22:45:34.176Z[ recovery-image] Sep 03 22:45:33.979 INFO O| Sep 03 22:45:33.979 INFO STEP 471 (remove_files) COMPLETE
54082024-09-03T22:45:34.176Z[ recovery-image] Sep 03 22:45:33.979 INFO O| Sep 03 22:45:33.979 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-09-03T22:45:34.199Z[ recovery-image] Sep 03 22:45:33.994 INFO O| Sep 03 22:45:33.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54102024-09-03T22:45:34.200Z[ recovery-image] Sep 03 22:45:33.994 INFO O| Sep 03 22:45:33.994 INFO STEP 472 (remove_files) COMPLETE
54112024-09-03T22:45:34.200Z[ recovery-image] Sep 03 22:45:33.994 INFO O| Sep 03 22:45:33.994 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-09-03T22:45:34.223Z[ recovery-image] Sep 03 22:45:34.032 INFO O| Sep 03 22:45:34.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54132024-09-03T22:45:34.223Z[ recovery-image] Sep 03 22:45:34.032 INFO O| Sep 03 22:45:34.032 INFO STEP 473 (remove_files) COMPLETE
54142024-09-03T22:45:34.223Z[ recovery-image] Sep 03 22:45:34.032 INFO O| Sep 03 22:45:34.032 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-09-03T22:45:34.247Z[ recovery-image] Sep 03 22:45:34.048 INFO O| Sep 03 22:45:34.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54162024-09-03T22:45:34.247Z[ recovery-image] Sep 03 22:45:34.048 INFO O| Sep 03 22:45:34.048 INFO STEP 474 (remove_files) COMPLETE
54172024-09-03T22:45:34.247Z[ recovery-image] Sep 03 22:45:34.048 INFO O| Sep 03 22:45:34.048 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-09-03T22:45:34.247Z[ recovery-image] Sep 03 22:45:34.063 INFO O| Sep 03 22:45:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54192024-09-03T22:45:34.247Z[ recovery-image] Sep 03 22:45:34.063 INFO O| Sep 03 22:45:34.063 INFO STEP 475 (remove_files) COMPLETE
54202024-09-03T22:45:34.247Z[ recovery-image] Sep 03 22:45:34.063 INFO O| Sep 03 22:45:34.063 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-09-03T22:45:34.271Z[ recovery-image] Sep 03 22:45:34.078 INFO O| Sep 03 22:45:34.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54222024-09-03T22:45:34.271Z[ recovery-image] Sep 03 22:45:34.078 INFO O| Sep 03 22:45:34.078 INFO STEP 476 (remove_files) COMPLETE
54232024-09-03T22:45:34.271Z[ recovery-image] Sep 03 22:45:34.078 INFO O| Sep 03 22:45:34.078 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-09-03T22:45:34.295Z[ recovery-image] Sep 03 22:45:34.091 INFO O| Sep 03 22:45:34.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54252024-09-03T22:45:34.295Z[ recovery-image] Sep 03 22:45:34.091 INFO O| Sep 03 22:45:34.091 INFO STEP 477 (remove_files) COMPLETE
54262024-09-03T22:45:34.295Z[ recovery-image] Sep 03 22:45:34.091 INFO O| Sep 03 22:45:34.091 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-09-03T22:45:34.295Z[ recovery-image] Sep 03 22:45:34.107 INFO O| Sep 03 22:45:34.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54282024-09-03T22:45:34.295Z[ recovery-image] Sep 03 22:45:34.108 INFO O| Sep 03 22:45:34.108 INFO STEP 478 (remove_files) COMPLETE
54292024-09-03T22:45:34.295Z[ recovery-image] Sep 03 22:45:34.108 INFO O| Sep 03 22:45:34.108 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-09-03T22:45:34.319Z[ recovery-image] Sep 03 22:45:34.121 INFO O| Sep 03 22:45:34.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54312024-09-03T22:45:34.319Z[ recovery-image] Sep 03 22:45:34.122 INFO O| Sep 03 22:45:34.122 INFO STEP 479 (remove_files) COMPLETE
54322024-09-03T22:45:34.320Z[ recovery-image] Sep 03 22:45:34.122 INFO O| Sep 03 22:45:34.122 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-09-03T22:45:34.320Z[ recovery-image] Sep 03 22:45:34.136 INFO O| Sep 03 22:45:34.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54342024-09-03T22:45:34.320Z[ recovery-image] Sep 03 22:45:34.136 INFO O| Sep 03 22:45:34.136 INFO STEP 480 (remove_files) COMPLETE
54352024-09-03T22:45:34.320Z[ recovery-image] Sep 03 22:45:34.136 INFO O| Sep 03 22:45:34.136 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-09-03T22:45:34.344Z[ recovery-image] Sep 03 22:45:34.150 INFO O| Sep 03 22:45:34.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54372024-09-03T22:45:34.344Z[ recovery-image] Sep 03 22:45:34.150 INFO O| Sep 03 22:45:34.150 INFO STEP 481 (remove_files) COMPLETE
54382024-09-03T22:45:34.344Z[ recovery-image] Sep 03 22:45:34.150 INFO O| Sep 03 22:45:34.150 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-09-03T22:45:34.368Z[ recovery-image] Sep 03 22:45:34.166 INFO O| Sep 03 22:45:34.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54402024-09-03T22:45:34.368Z[ recovery-image] Sep 03 22:45:34.166 INFO O| Sep 03 22:45:34.166 INFO STEP 482 (remove_files) COMPLETE
54412024-09-03T22:45:34.368Z[ recovery-image] Sep 03 22:45:34.166 INFO O| Sep 03 22:45:34.166 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-09-03T22:45:34.368Z[ recovery-image] Sep 03 22:45:34.181 INFO O| Sep 03 22:45:34.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54432024-09-03T22:45:34.368Z[ recovery-image] Sep 03 22:45:34.181 INFO O| Sep 03 22:45:34.181 INFO STEP 483 (remove_files) COMPLETE
54442024-09-03T22:45:34.368Z[ recovery-image] Sep 03 22:45:34.181 INFO O| Sep 03 22:45:34.181 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-09-03T22:45:34.392Z[ recovery-image] Sep 03 22:45:34.195 INFO O| Sep 03 22:45:34.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54462024-09-03T22:45:34.392Z[ recovery-image] Sep 03 22:45:34.195 INFO O| Sep 03 22:45:34.195 INFO STEP 484 (remove_files) COMPLETE
54472024-09-03T22:45:34.392Z[ recovery-image] Sep 03 22:45:34.195 INFO O| Sep 03 22:45:34.195 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-09-03T22:45:34.416Z[ recovery-image] Sep 03 22:45:34.211 INFO O| Sep 03 22:45:34.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54492024-09-03T22:45:34.416Z[ recovery-image] Sep 03 22:45:34.211 INFO O| Sep 03 22:45:34.211 INFO STEP 485 (remove_files) COMPLETE
54502024-09-03T22:45:34.416Z[ recovery-image] Sep 03 22:45:34.211 INFO O| Sep 03 22:45:34.211 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-09-03T22:45:34.416Z[ recovery-image] Sep 03 22:45:34.225 INFO O| Sep 03 22:45:34.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54522024-09-03T22:45:34.416Z[ recovery-image] Sep 03 22:45:34.225 INFO O| Sep 03 22:45:34.225 INFO STEP 486 (remove_files) COMPLETE
54532024-09-03T22:45:34.416Z[ recovery-image] Sep 03 22:45:34.225 INFO O| Sep 03 22:45:34.225 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-09-03T22:45:34.440Z[ recovery-image] Sep 03 22:45:34.242 INFO O| Sep 03 22:45:34.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54552024-09-03T22:45:34.440Z[ recovery-image] Sep 03 22:45:34.242 INFO O| Sep 03 22:45:34.242 INFO STEP 487 (remove_files) COMPLETE
54562024-09-03T22:45:34.440Z[ recovery-image] Sep 03 22:45:34.242 INFO O| Sep 03 22:45:34.242 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-09-03T22:45:34.464Z[ recovery-image] Sep 03 22:45:34.258 INFO O| Sep 03 22:45:34.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
54582024-09-03T22:45:34.464Z[ recovery-image] Sep 03 22:45:34.259 INFO O| Sep 03 22:45:34.258 INFO STEP 488 (remove_files) COMPLETE
54592024-09-03T22:45:34.464Z[ recovery-image] Sep 03 22:45:34.259 INFO O| Sep 03 22:45:34.259 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-09-03T22:45:34.464Z[ recovery-image] Sep 03 22:45:34.279 INFO O| Sep 03 22:45:34.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
54612024-09-03T22:45:34.464Z[ recovery-image] Sep 03 22:45:34.279 INFO O| Sep 03 22:45:34.279 INFO STEP 489 (remove_files) COMPLETE
54622024-09-03T22:45:34.464Z[ recovery-image] Sep 03 22:45:34.279 INFO O| Sep 03 22:45:34.279 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-09-03T22:45:34.488Z[ recovery-image] Sep 03 22:45:34.294 INFO O| Sep 03 22:45:34.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
54642024-09-03T22:45:34.488Z[ recovery-image] Sep 03 22:45:34.294 INFO O| Sep 03 22:45:34.294 INFO STEP 490 (remove_files) COMPLETE
54652024-09-03T22:45:34.488Z[ recovery-image] Sep 03 22:45:34.294 INFO O| Sep 03 22:45:34.294 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-09-03T22:45:34.574Z[ recovery-image] Sep 03 22:45:34.391 INFO O| Sep 03 22:45:34.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
54672024-09-03T22:45:34.598Z[ recovery-image] Sep 03 22:45:34.391 INFO O| Sep 03 22:45:34.391 INFO STEP 491 (remove_files) COMPLETE
54682024-09-03T22:45:34.598Z[ recovery-image] Sep 03 22:45:34.392 INFO O| Sep 03 22:45:34.391 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-09-03T22:45:34.598Z[ recovery-image] Sep 03 22:45:34.413 INFO O| Sep 03 22:45:34.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
54702024-09-03T22:45:34.598Z[ recovery-image] Sep 03 22:45:34.413 INFO O| Sep 03 22:45:34.413 INFO STEP 492 (remove_files) COMPLETE
54712024-09-03T22:45:34.598Z[ recovery-image] Sep 03 22:45:34.413 INFO O| Sep 03 22:45:34.413 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-09-03T22:45:34.622Z[ recovery-image] Sep 03 22:45:34.434 INFO O| Sep 03 22:45:34.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
54732024-09-03T22:45:34.622Z[ recovery-image] Sep 03 22:45:34.435 INFO O| Sep 03 22:45:34.435 INFO STEP 493 (remove_files) COMPLETE
54742024-09-03T22:45:34.622Z[ recovery-image] Sep 03 22:45:34.435 INFO O| Sep 03 22:45:34.435 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-09-03T22:45:34.646Z[ recovery-image] Sep 03 22:45:34.450 INFO O| Sep 03 22:45:34.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
54762024-09-03T22:45:34.646Z[ recovery-image] Sep 03 22:45:34.450 INFO O| Sep 03 22:45:34.450 INFO STEP 494 (remove_files) COMPLETE
54772024-09-03T22:45:34.646Z[ recovery-image] Sep 03 22:45:34.450 INFO O| Sep 03 22:45:34.450 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-09-03T22:45:34.670Z[ recovery-image] Sep 03 22:45:34.465 INFO O| Sep 03 22:45:34.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
54792024-09-03T22:45:34.670Z[ recovery-image] Sep 03 22:45:34.466 INFO O| Sep 03 22:45:34.465 INFO STEP 495 (remove_files) COMPLETE
54802024-09-03T22:45:34.671Z[ recovery-image] Sep 03 22:45:34.466 INFO O| Sep 03 22:45:34.466 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-09-03T22:45:34.671Z[ recovery-image] Sep 03 22:45:34.480 INFO O| Sep 03 22:45:34.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
54822024-09-03T22:45:34.671Z[ recovery-image] Sep 03 22:45:34.480 INFO O| Sep 03 22:45:34.480 INFO STEP 496 (remove_files) COMPLETE
54832024-09-03T22:45:34.671Z[ recovery-image] Sep 03 22:45:34.480 INFO O| Sep 03 22:45:34.480 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-09-03T22:45:34.694Z[ recovery-image] Sep 03 22:45:34.493 INFO O| Sep 03 22:45:34.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
54852024-09-03T22:45:34.695Z[ recovery-image] Sep 03 22:45:34.494 INFO O| Sep 03 22:45:34.494 INFO STEP 497 (remove_files) COMPLETE
54862024-09-03T22:45:34.695Z[ recovery-image] Sep 03 22:45:34.494 INFO O| Sep 03 22:45:34.494 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-09-03T22:45:34.695Z[ recovery-image] Sep 03 22:45:34.507 INFO O| Sep 03 22:45:34.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
54882024-09-03T22:45:34.695Z[ recovery-image] Sep 03 22:45:34.507 INFO O| Sep 03 22:45:34.507 INFO STEP 498 (remove_files) COMPLETE
54892024-09-03T22:45:34.695Z[ recovery-image] Sep 03 22:45:34.507 INFO O| Sep 03 22:45:34.507 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-09-03T22:45:34.718Z[ recovery-image] Sep 03 22:45:34.520 INFO O| Sep 03 22:45:34.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54912024-09-03T22:45:34.718Z[ recovery-image] Sep 03 22:45:34.520 INFO O| Sep 03 22:45:34.520 INFO STEP 499 (remove_files) COMPLETE
54922024-09-03T22:45:34.718Z[ recovery-image] Sep 03 22:45:34.520 INFO O| Sep 03 22:45:34.520 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-09-03T22:45:34.742Z[ recovery-image] Sep 03 22:45:34.551 INFO O| Sep 03 22:45:34.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54942024-09-03T22:45:34.742Z[ recovery-image] Sep 03 22:45:34.552 INFO O| Sep 03 22:45:34.552 INFO STEP 500 (remove_files) COMPLETE
54952024-09-03T22:45:34.742Z[ recovery-image] Sep 03 22:45:34.552 INFO O| Sep 03 22:45:34.552 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-09-03T22:45:34.766Z[ recovery-image] Sep 03 22:45:34.570 INFO O| Sep 03 22:45:34.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54972024-09-03T22:45:34.766Z[ recovery-image] Sep 03 22:45:34.570 INFO O| Sep 03 22:45:34.570 INFO STEP 501 (remove_files) COMPLETE
54982024-09-03T22:45:34.766Z[ recovery-image] Sep 03 22:45:34.570 INFO O| Sep 03 22:45:34.570 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-09-03T22:45:34.819Z[ recovery-image] Sep 03 22:45:34.636 INFO O| Sep 03 22:45:34.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55002024-09-03T22:45:34.819Z[ recovery-image] Sep 03 22:45:34.636 INFO O| Sep 03 22:45:34.636 INFO STEP 502 (remove_files) COMPLETE
55012024-09-03T22:45:34.819Z[ recovery-image] Sep 03 22:45:34.636 INFO O| Sep 03 22:45:34.636 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-09-03T22:45:34.849Z[ recovery-image] Sep 03 22:45:34.666 INFO O| Sep 03 22:45:34.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55032024-09-03T22:45:34.849Z[ recovery-image] Sep 03 22:45:34.666 INFO O| Sep 03 22:45:34.666 INFO STEP 503 (remove_files) COMPLETE
55042024-09-03T22:45:34.849Z[ recovery-image] Sep 03 22:45:34.666 INFO O| Sep 03 22:45:34.666 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-09-03T22:45:34.876Z[ recovery-image] Sep 03 22:45:34.694 INFO O| Sep 03 22:45:34.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55062024-09-03T22:45:34.876Z[ recovery-image] Sep 03 22:45:34.694 INFO O| Sep 03 22:45:34.694 INFO STEP 504 (remove_files) COMPLETE
55072024-09-03T22:45:34.900Z[ recovery-image] Sep 03 22:45:34.694 INFO O| Sep 03 22:45:34.694 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-03T22:45:34.900Z[ recovery-image] Sep 03 22:45:34.716 INFO O| Sep 03 22:45:34.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55092024-09-03T22:45:34.900Z[ recovery-image] Sep 03 22:45:34.716 INFO O| Sep 03 22:45:34.716 INFO STEP 505 (remove_files) COMPLETE
55102024-09-03T22:45:34.900Z[ recovery-image] Sep 03 22:45:34.716 INFO O| Sep 03 22:45:34.716 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-03T22:45:34.950Z[ recovery-image] Sep 03 22:45:34.767 INFO O| Sep 03 22:45:34.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55122024-09-03T22:45:34.975Z[ recovery-image] Sep 03 22:45:34.768 INFO O| Sep 03 22:45:34.767 INFO STEP 506 (remove_files) COMPLETE
55132024-09-03T22:45:34.975Z[ recovery-image] Sep 03 22:45:34.768 INFO O| Sep 03 22:45:34.767 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-03T22:45:34.975Z[ recovery-image] Sep 03 22:45:34.789 INFO O| Sep 03 22:45:34.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55152024-09-03T22:45:34.975Z[ recovery-image] Sep 03 22:45:34.789 INFO O| Sep 03 22:45:34.789 INFO STEP 507 (remove_files) COMPLETE
55162024-09-03T22:45:34.975Z[ recovery-image] Sep 03 22:45:34.789 INFO O| Sep 03 22:45:34.789 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-03T22:45:34.999Z[ recovery-image] Sep 03 22:45:34.811 INFO O| Sep 03 22:45:34.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55182024-09-03T22:45:34.999Z[ recovery-image] Sep 03 22:45:34.812 INFO O| Sep 03 22:45:34.812 INFO STEP 508 (remove_files) COMPLETE
55192024-09-03T22:45:34.999Z[ recovery-image] Sep 03 22:45:34.812 INFO O| Sep 03 22:45:34.812 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-03T22:45:35.023Z[ recovery-image] Sep 03 22:45:34.827 INFO O| Sep 03 22:45:34.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55212024-09-03T22:45:35.023Z[ recovery-image] Sep 03 22:45:34.827 INFO O| Sep 03 22:45:34.827 INFO STEP 509 (remove_files) COMPLETE
55222024-09-03T22:45:35.023Z[ recovery-image] Sep 03 22:45:34.827 INFO O| Sep 03 22:45:34.827 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-03T22:45:35.047Z[ recovery-image] Sep 03 22:45:34.842 INFO O| Sep 03 22:45:34.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55242024-09-03T22:45:35.047Z[ recovery-image] Sep 03 22:45:34.843 INFO O| Sep 03 22:45:34.843 INFO STEP 510 (remove_files) COMPLETE
55252024-09-03T22:45:35.047Z[ recovery-image] Sep 03 22:45:34.843 INFO O| Sep 03 22:45:34.843 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-03T22:45:35.047Z[ recovery-image] Sep 03 22:45:34.857 INFO O| Sep 03 22:45:34.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55272024-09-03T22:45:35.047Z[ recovery-image] Sep 03 22:45:34.857 INFO O| Sep 03 22:45:34.857 INFO STEP 511 (remove_files) COMPLETE
55282024-09-03T22:45:35.047Z[ recovery-image] Sep 03 22:45:34.857 INFO O| Sep 03 22:45:34.857 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-03T22:45:35.077Z[ recovery-image] Sep 03 22:45:34.894 INFO O| Sep 03 22:45:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55302024-09-03T22:45:35.100Z[ recovery-image] Sep 03 22:45:34.894 INFO O| Sep 03 22:45:34.894 INFO STEP 512 (remove_files) COMPLETE
55312024-09-03T22:45:35.100Z[ recovery-image] Sep 03 22:45:34.894 INFO O| Sep 03 22:45:34.894 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-03T22:45:35.100Z[ recovery-image] Sep 03 22:45:34.917 INFO O| Sep 03 22:45:34.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55332024-09-03T22:45:35.100Z[ recovery-image] Sep 03 22:45:34.918 INFO O| Sep 03 22:45:34.918 INFO STEP 513 (remove_files) COMPLETE
55342024-09-03T22:45:35.124Z[ recovery-image] Sep 03 22:45:34.918 INFO O| Sep 03 22:45:34.918 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-03T22:45:35.124Z[ recovery-image] Sep 03 22:45:34.934 INFO O| Sep 03 22:45:34.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55362024-09-03T22:45:35.124Z[ recovery-image] Sep 03 22:45:34.934 INFO O| Sep 03 22:45:34.934 INFO STEP 514 (remove_files) COMPLETE
55372024-09-03T22:45:35.124Z[ recovery-image] Sep 03 22:45:34.934 INFO O| Sep 03 22:45:34.934 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-09-03T22:45:35.148Z[ recovery-image] Sep 03 22:45:34.949 INFO O| Sep 03 22:45:34.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55392024-09-03T22:45:35.148Z[ recovery-image] Sep 03 22:45:34.950 INFO O| Sep 03 22:45:34.950 INFO STEP 515 (remove_files) COMPLETE
55402024-09-03T22:45:35.148Z[ recovery-image] Sep 03 22:45:34.950 INFO O| Sep 03 22:45:34.950 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-09-03T22:45:35.148Z[ recovery-image] Sep 03 22:45:34.965 INFO O| Sep 03 22:45:34.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55422024-09-03T22:45:35.148Z[ recovery-image] Sep 03 22:45:34.965 INFO O| Sep 03 22:45:34.965 INFO STEP 516 (remove_files) COMPLETE
55432024-09-03T22:45:35.148Z[ recovery-image] Sep 03 22:45:34.965 INFO O| Sep 03 22:45:34.965 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-09-03T22:45:35.172Z[ recovery-image] Sep 03 22:45:34.980 INFO O| Sep 03 22:45:34.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55452024-09-03T22:45:35.172Z[ recovery-image] Sep 03 22:45:34.980 INFO O| Sep 03 22:45:34.980 INFO STEP 517 (remove_files) COMPLETE
55462024-09-03T22:45:35.172Z[ recovery-image] Sep 03 22:45:34.980 INFO O| Sep 03 22:45:34.980 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-09-03T22:45:35.197Z[ recovery-image] Sep 03 22:45:34.994 INFO O| Sep 03 22:45:34.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55482024-09-03T22:45:35.197Z[ recovery-image] Sep 03 22:45:34.994 INFO O| Sep 03 22:45:34.994 INFO STEP 518 (remove_files) COMPLETE
55492024-09-03T22:45:35.197Z[ recovery-image] Sep 03 22:45:34.994 INFO O| Sep 03 22:45:34.994 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-09-03T22:45:35.197Z[ recovery-image] Sep 03 22:45:35.009 INFO O| Sep 03 22:45:35.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55512024-09-03T22:45:35.197Z[ recovery-image] Sep 03 22:45:35.009 INFO O| Sep 03 22:45:35.009 INFO STEP 519 (remove_files) COMPLETE
55522024-09-03T22:45:35.197Z[ recovery-image] Sep 03 22:45:35.009 INFO O| Sep 03 22:45:35.009 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-09-03T22:45:35.220Z[ recovery-image] Sep 03 22:45:35.024 INFO O| Sep 03 22:45:35.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
55542024-09-03T22:45:35.221Z[ recovery-image] Sep 03 22:45:35.025 INFO O| Sep 03 22:45:35.025 INFO STEP 520 (remove_files) COMPLETE
55552024-09-03T22:45:35.244Z[ recovery-image] Sep 03 22:45:35.043 INFO O| Sep 03 22:45:35.029 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-09-03T22:45:35.275Z[ recovery-image] Sep 03 22:45:35.092 INFO O| Sep 03 22:45:35.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
55572024-09-03T22:45:35.275Z[ recovery-image] Sep 03 22:45:35.092 INFO O| Sep 03 22:45:35.092 INFO STEP 521 (remove_files) COMPLETE
55582024-09-03T22:45:35.299Z[ recovery-image] Sep 03 22:45:35.092 INFO O| Sep 03 22:45:35.092 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-09-03T22:45:35.299Z[ recovery-image] Sep 03 22:45:35.110 INFO O| Sep 03 22:45:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
55602024-09-03T22:45:35.299Z[ recovery-image] Sep 03 22:45:35.110 INFO O| Sep 03 22:45:35.110 INFO STEP 522 (remove_files) COMPLETE
55612024-09-03T22:45:35.299Z[ recovery-image] Sep 03 22:45:35.110 INFO O| Sep 03 22:45:35.110 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-03T22:45:35.323Z[ recovery-image] Sep 03 22:45:35.125 INFO O| Sep 03 22:45:35.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
55632024-09-03T22:45:35.323Z[ recovery-image] Sep 03 22:45:35.125 INFO O| Sep 03 22:45:35.125 INFO STEP 523 (remove_files) COMPLETE
55642024-09-03T22:45:35.323Z[ recovery-image] Sep 03 22:45:35.125 INFO O| Sep 03 22:45:35.125 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-03T22:45:35.323Z[ recovery-image] Sep 03 22:45:35.140 INFO O| Sep 03 22:45:35.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
55662024-09-03T22:45:35.323Z[ recovery-image] Sep 03 22:45:35.140 INFO O| Sep 03 22:45:35.140 INFO STEP 524 (remove_files) COMPLETE
55672024-09-03T22:45:35.323Z[ recovery-image] Sep 03 22:45:35.140 INFO O| Sep 03 22:45:35.140 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-09-03T22:45:35.347Z[ recovery-image] Sep 03 22:45:35.156 INFO O| Sep 03 22:45:35.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
55692024-09-03T22:45:35.347Z[ recovery-image] Sep 03 22:45:35.156 INFO O| Sep 03 22:45:35.156 INFO STEP 525 (remove_files) COMPLETE
55702024-09-03T22:45:35.347Z[ recovery-image] Sep 03 22:45:35.156 INFO O| Sep 03 22:45:35.156 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-03T22:45:35.371Z[ recovery-image] Sep 03 22:45:35.171 INFO O| Sep 03 22:45:35.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
55722024-09-03T22:45:35.371Z[ recovery-image] Sep 03 22:45:35.171 INFO O| Sep 03 22:45:35.171 INFO STEP 526 (remove_files) COMPLETE
55732024-09-03T22:45:35.371Z[ recovery-image] Sep 03 22:45:35.171 INFO O| Sep 03 22:45:35.171 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-03T22:45:35.371Z[ recovery-image] Sep 03 22:45:35.186 INFO O| Sep 03 22:45:35.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
55752024-09-03T22:45:35.371Z[ recovery-image] Sep 03 22:45:35.186 INFO O| Sep 03 22:45:35.186 INFO STEP 527 (remove_files) COMPLETE
55762024-09-03T22:45:35.371Z[ recovery-image] Sep 03 22:45:35.186 INFO O| Sep 03 22:45:35.186 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-03T22:45:35.395Z[ recovery-image] Sep 03 22:45:35.201 INFO O| Sep 03 22:45:35.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
55782024-09-03T22:45:35.395Z[ recovery-image] Sep 03 22:45:35.202 INFO O| Sep 03 22:45:35.202 INFO STEP 528 (remove_files) COMPLETE
55792024-09-03T22:45:35.395Z[ recovery-image] Sep 03 22:45:35.202 INFO O| Sep 03 22:45:35.202 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-03T22:45:35.446Z[ recovery-image] Sep 03 22:45:35.263 INFO O| Sep 03 22:45:35.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
55812024-09-03T22:45:35.446Z[ recovery-image] Sep 03 22:45:35.263 INFO O| Sep 03 22:45:35.263 INFO STEP 529 (remove_files) COMPLETE
55822024-09-03T22:45:35.446Z[ recovery-image] Sep 03 22:45:35.263 INFO O| Sep 03 22:45:35.263 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-03T22:45:35.470Z[ recovery-image] Sep 03 22:45:35.280 INFO O| Sep 03 22:45:35.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
55842024-09-03T22:45:35.470Z[ recovery-image] Sep 03 22:45:35.280 INFO O| Sep 03 22:45:35.280 INFO STEP 530 (remove_files) COMPLETE
55852024-09-03T22:45:35.470Z[ recovery-image] Sep 03 22:45:35.280 INFO O| Sep 03 22:45:35.280 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-09-03T22:45:35.494Z[ recovery-image] Sep 03 22:45:35.299 INFO O| Sep 03 22:45:35.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
55872024-09-03T22:45:35.494Z[ recovery-image] Sep 03 22:45:35.299 INFO O| Sep 03 22:45:35.299 INFO STEP 531 (remove_files) COMPLETE
55882024-09-03T22:45:35.494Z[ recovery-image] Sep 03 22:45:35.299 INFO O| Sep 03 22:45:35.299 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-09-03T22:45:35.518Z[ recovery-image] Sep 03 22:45:35.317 INFO O| Sep 03 22:45:35.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
55902024-09-03T22:45:35.518Z[ recovery-image] Sep 03 22:45:35.317 INFO O| Sep 03 22:45:35.317 INFO STEP 532 (remove_files) COMPLETE
55912024-09-03T22:45:35.518Z[ recovery-image] Sep 03 22:45:35.317 INFO O| Sep 03 22:45:35.317 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-09-03T22:45:35.518Z[ recovery-image] Sep 03 22:45:35.333 INFO O| Sep 03 22:45:35.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55932024-09-03T22:45:35.518Z[ recovery-image] Sep 03 22:45:35.333 INFO O| Sep 03 22:45:35.333 INFO STEP 533 (remove_files) COMPLETE
55942024-09-03T22:45:35.518Z[ recovery-image] Sep 03 22:45:35.333 INFO O| Sep 03 22:45:35.333 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-09-03T22:45:35.542Z[ recovery-image] Sep 03 22:45:35.348 INFO O| Sep 03 22:45:35.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55962024-09-03T22:45:35.542Z[ recovery-image] Sep 03 22:45:35.348 INFO O| Sep 03 22:45:35.348 INFO STEP 534 (remove_files) COMPLETE
55972024-09-03T22:45:35.542Z[ recovery-image] Sep 03 22:45:35.348 INFO O| Sep 03 22:45:35.348 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-09-03T22:45:35.566Z[ recovery-image] Sep 03 22:45:35.364 INFO O| Sep 03 22:45:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55992024-09-03T22:45:35.566Z[ recovery-image] Sep 03 22:45:35.364 INFO O| Sep 03 22:45:35.364 INFO STEP 535 (remove_files) COMPLETE
56002024-09-03T22:45:35.566Z[ recovery-image] Sep 03 22:45:35.364 INFO O| Sep 03 22:45:35.364 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-09-03T22:45:35.566Z[ recovery-image] Sep 03 22:45:35.380 INFO O| Sep 03 22:45:35.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56022024-09-03T22:45:35.566Z[ recovery-image] Sep 03 22:45:35.380 INFO O| Sep 03 22:45:35.380 INFO STEP 536 (remove_files) COMPLETE
56032024-09-03T22:45:35.566Z[ recovery-image] Sep 03 22:45:35.380 INFO O| Sep 03 22:45:35.380 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-09-03T22:45:35.590Z[ recovery-image] Sep 03 22:45:35.396 INFO O| Sep 03 22:45:35.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56052024-09-03T22:45:35.590Z[ recovery-image] Sep 03 22:45:35.396 INFO O| Sep 03 22:45:35.396 INFO STEP 537 (remove_files) COMPLETE
56062024-09-03T22:45:35.590Z[ recovery-image] Sep 03 22:45:35.396 INFO O| Sep 03 22:45:35.396 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-09-03T22:45:35.614Z[ recovery-image] Sep 03 22:45:35.431 INFO O| Sep 03 22:45:35.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56082024-09-03T22:45:35.614Z[ recovery-image] Sep 03 22:45:35.431 INFO O| Sep 03 22:45:35.431 INFO STEP 538 (remove_files) COMPLETE
56092024-09-03T22:45:35.614Z[ recovery-image] Sep 03 22:45:35.431 INFO O| Sep 03 22:45:35.431 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-09-03T22:45:35.657Z[ recovery-image] Sep 03 22:45:35.475 INFO O| Sep 03 22:45:35.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56112024-09-03T22:45:35.682Z[ recovery-image] Sep 03 22:45:35.475 INFO O| Sep 03 22:45:35.475 INFO STEP 539 (remove_files) COMPLETE
56122024-09-03T22:45:35.682Z[ recovery-image] Sep 03 22:45:35.475 INFO O| Sep 03 22:45:35.475 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-09-03T22:45:35.682Z[ recovery-image] Sep 03 22:45:35.492 INFO O| Sep 03 22:45:35.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56142024-09-03T22:45:35.682Z[ recovery-image] Sep 03 22:45:35.492 INFO O| Sep 03 22:45:35.492 INFO STEP 540 (remove_files) COMPLETE
56152024-09-03T22:45:35.682Z[ recovery-image] Sep 03 22:45:35.492 INFO O| Sep 03 22:45:35.492 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-09-03T22:45:35.711Z[ recovery-image] Sep 03 22:45:35.528 INFO O| Sep 03 22:45:35.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56172024-09-03T22:45:35.711Z[ recovery-image] Sep 03 22:45:35.528 INFO O| Sep 03 22:45:35.528 INFO STEP 541 (remove_files) COMPLETE
56182024-09-03T22:45:35.711Z[ recovery-image] Sep 03 22:45:35.528 INFO O| Sep 03 22:45:35.528 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-09-03T22:45:35.746Z[ recovery-image] Sep 03 22:45:35.563 INFO O| Sep 03 22:45:35.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56202024-09-03T22:45:35.746Z[ recovery-image] Sep 03 22:45:35.563 INFO O| Sep 03 22:45:35.563 INFO STEP 542 (remove_files) COMPLETE
56212024-09-03T22:45:35.746Z[ recovery-image] Sep 03 22:45:35.563 INFO O| Sep 03 22:45:35.563 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-09-03T22:45:35.770Z[ recovery-image] Sep 03 22:45:35.586 INFO O| Sep 03 22:45:35.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56232024-09-03T22:45:35.770Z[ recovery-image] Sep 03 22:45:35.586 INFO O| Sep 03 22:45:35.586 INFO STEP 543 (remove_files) COMPLETE
56242024-09-03T22:45:35.770Z[ recovery-image] Sep 03 22:45:35.587 INFO O| Sep 03 22:45:35.586 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-09-03T22:45:35.794Z[ recovery-image] Sep 03 22:45:35.602 INFO O| Sep 03 22:45:35.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56262024-09-03T22:45:35.794Z[ recovery-image] Sep 03 22:45:35.602 INFO O| Sep 03 22:45:35.602 INFO STEP 544 (remove_files) COMPLETE
56272024-09-03T22:45:35.794Z[ recovery-image] Sep 03 22:45:35.602 INFO O| Sep 03 22:45:35.602 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-09-03T22:45:35.828Z[ recovery-image] Sep 03 22:45:35.643 INFO O| Sep 03 22:45:35.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56292024-09-03T22:45:35.852Z[ recovery-image] Sep 03 22:45:35.643 INFO O| Sep 03 22:45:35.643 INFO STEP 545 (remove_files) COMPLETE
56302024-09-03T22:45:35.852Z[ recovery-image] Sep 03 22:45:35.644 INFO O| Sep 03 22:45:35.643 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-09-03T22:45:35.852Z[ recovery-image] Sep 03 22:45:35.662 INFO O| Sep 03 22:45:35.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56322024-09-03T22:45:35.852Z[ recovery-image] Sep 03 22:45:35.662 INFO O| Sep 03 22:45:35.662 INFO STEP 546 (remove_files) COMPLETE
56332024-09-03T22:45:35.852Z[ recovery-image] Sep 03 22:45:35.662 INFO O| Sep 03 22:45:35.662 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-09-03T22:45:35.876Z[ recovery-image] Sep 03 22:45:35.689 INFO O| Sep 03 22:45:35.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56352024-09-03T22:45:35.876Z[ recovery-image] Sep 03 22:45:35.689 INFO O| Sep 03 22:45:35.685 INFO STEP 547 (remove_files) COMPLETE
56362024-09-03T22:45:35.876Z[ recovery-image] Sep 03 22:45:35.689 INFO O| Sep 03 22:45:35.685 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-09-03T22:45:35.899Z[ recovery-image] Sep 03 22:45:35.707 INFO O| Sep 03 22:45:35.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56382024-09-03T22:45:35.899Z[ recovery-image] Sep 03 22:45:35.707 INFO O| Sep 03 22:45:35.707 INFO STEP 548 (remove_files) COMPLETE
56392024-09-03T22:45:35.900Z[ recovery-image] Sep 03 22:45:35.708 INFO O| Sep 03 22:45:35.708 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-03T22:45:35.923Z[ recovery-image] Sep 03 22:45:35.726 INFO O| Sep 03 22:45:35.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56412024-09-03T22:45:35.923Z[ recovery-image] Sep 03 22:45:35.726 INFO O| Sep 03 22:45:35.726 INFO STEP 549 (remove_files) COMPLETE
56422024-09-03T22:45:35.923Z[ recovery-image] Sep 03 22:45:35.727 INFO O| Sep 03 22:45:35.727 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-03T22:45:35.947Z[ recovery-image] Sep 03 22:45:35.748 INFO O| Sep 03 22:45:35.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56442024-09-03T22:45:35.947Z[ recovery-image] Sep 03 22:45:35.748 INFO O| Sep 03 22:45:35.748 INFO STEP 550 (remove_files) COMPLETE
56452024-09-03T22:45:35.947Z[ recovery-image] Sep 03 22:45:35.748 INFO O| Sep 03 22:45:35.748 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-03T22:45:35.971Z[ recovery-image] Sep 03 22:45:35.767 INFO O| Sep 03 22:45:35.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56472024-09-03T22:45:35.971Z[ recovery-image] Sep 03 22:45:35.767 INFO O| Sep 03 22:45:35.767 INFO STEP 551 (remove_files) COMPLETE
56482024-09-03T22:45:35.971Z[ recovery-image] Sep 03 22:45:35.767 INFO O| Sep 03 22:45:35.767 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-09-03T22:45:35.995Z[ recovery-image] Sep 03 22:45:35.795 INFO O| Sep 03 22:45:35.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56502024-09-03T22:45:35.995Z[ recovery-image] Sep 03 22:45:35.795 INFO O| Sep 03 22:45:35.795 INFO STEP 552 (remove_files) COMPLETE
56512024-09-03T22:45:35.995Z[ recovery-image] Sep 03 22:45:35.795 INFO O| Sep 03 22:45:35.795 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-03T22:45:35.995Z[ recovery-image] Sep 03 22:45:35.811 INFO O| Sep 03 22:45:35.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
56532024-09-03T22:45:35.995Z[ recovery-image] Sep 03 22:45:35.811 INFO O| Sep 03 22:45:35.811 INFO STEP 553 (remove_files) COMPLETE
56542024-09-03T22:45:35.995Z[ recovery-image] Sep 03 22:45:35.811 INFO O| Sep 03 22:45:35.811 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-03T22:45:36.019Z[ recovery-image] Sep 03 22:45:35.826 INFO O| Sep 03 22:45:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
56562024-09-03T22:45:36.042Z[ recovery-image] Sep 03 22:45:35.845 INFO O| Sep 03 22:45:35.845 INFO STEP 554 (remove_files) COMPLETE
56572024-09-03T22:45:36.042Z[ recovery-image] Sep 03 22:45:35.845 INFO O| Sep 03 22:45:35.845 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-03T22:45:36.066Z[ recovery-image] Sep 03 22:45:35.862 INFO O| Sep 03 22:45:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
56592024-09-03T22:45:36.066Z[ recovery-image] Sep 03 22:45:35.862 INFO O| Sep 03 22:45:35.862 INFO STEP 555 (remove_files) COMPLETE
56602024-09-03T22:45:36.066Z[ recovery-image] Sep 03 22:45:35.862 INFO O| Sep 03 22:45:35.862 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-03T22:45:36.066Z[ recovery-image] Sep 03 22:45:35.878 INFO O| Sep 03 22:45:35.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
56622024-09-03T22:45:36.066Z[ recovery-image] Sep 03 22:45:35.878 INFO O| Sep 03 22:45:35.878 INFO STEP 556 (remove_files) COMPLETE
56632024-09-03T22:45:36.066Z[ recovery-image] Sep 03 22:45:35.878 INFO O| Sep 03 22:45:35.878 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-03T22:45:36.090Z[ recovery-image] Sep 03 22:45:35.893 INFO O| Sep 03 22:45:35.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
56652024-09-03T22:45:36.090Z[ recovery-image] Sep 03 22:45:35.893 INFO O| Sep 03 22:45:35.893 INFO STEP 557 (remove_files) COMPLETE
56662024-09-03T22:45:36.091Z[ recovery-image] Sep 03 22:45:35.893 INFO O| Sep 03 22:45:35.893 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-03T22:45:36.114Z[ recovery-image] Sep 03 22:45:35.915 INFO O| Sep 03 22:45:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
56682024-09-03T22:45:36.138Z[ recovery-image] Sep 03 22:45:35.941 INFO O| Sep 03 22:45:35.941 INFO STEP 558 (remove_files) COMPLETE
56692024-09-03T22:45:36.138Z[ recovery-image] Sep 03 22:45:35.941 INFO O| Sep 03 22:45:35.941 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-03T22:45:36.178Z[ recovery-image] Sep 03 22:45:35.995 INFO O| Sep 03 22:45:35.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
56712024-09-03T22:45:36.178Z[ recovery-image] Sep 03 22:45:35.995 INFO O| Sep 03 22:45:35.995 INFO STEP 559 (remove_files) COMPLETE
56722024-09-03T22:45:36.202Z[ recovery-image] Sep 03 22:45:35.995 INFO O| Sep 03 22:45:35.995 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-03T22:45:36.225Z[ recovery-image] Sep 03 22:45:36.041 INFO O| Sep 03 22:45:36.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
56742024-09-03T22:45:36.225Z[ recovery-image] Sep 03 22:45:36.041 INFO O| Sep 03 22:45:36.041 INFO STEP 560 (remove_files) COMPLETE
56752024-09-03T22:45:36.225Z[ recovery-image] Sep 03 22:45:36.041 INFO O| Sep 03 22:45:36.041 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-03T22:45:36.250Z[ recovery-image] Sep 03 22:45:36.057 INFO O| Sep 03 22:45:36.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
56772024-09-03T22:45:36.250Z[ recovery-image] Sep 03 22:45:36.058 INFO O| Sep 03 22:45:36.058 INFO STEP 561 (remove_files) COMPLETE
56782024-09-03T22:45:36.250Z[ recovery-image] Sep 03 22:45:36.058 INFO O| Sep 03 22:45:36.058 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-03T22:45:36.274Z[ recovery-image] Sep 03 22:45:36.074 INFO O| Sep 03 22:45:36.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
56802024-09-03T22:45:36.274Z[ recovery-image] Sep 03 22:45:36.074 INFO O| Sep 03 22:45:36.074 INFO STEP 562 (remove_files) COMPLETE
56812024-09-03T22:45:36.274Z[ recovery-image] Sep 03 22:45:36.074 INFO O| Sep 03 22:45:36.074 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-03T22:45:36.274Z[ recovery-image] Sep 03 22:45:36.091 INFO O| Sep 03 22:45:36.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
56832024-09-03T22:45:36.297Z[ recovery-image] Sep 03 22:45:36.091 INFO O| Sep 03 22:45:36.091 INFO STEP 563 (remove_files) COMPLETE
56842024-09-03T22:45:36.297Z[ recovery-image] Sep 03 22:45:36.091 INFO O| Sep 03 22:45:36.091 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-03T22:45:36.359Z[ recovery-image] Sep 03 22:45:36.176 INFO O| Sep 03 22:45:36.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
56862024-09-03T22:45:36.383Z[ recovery-image] Sep 03 22:45:36.176 INFO O| Sep 03 22:45:36.176 INFO STEP 564 (remove_files) COMPLETE
56872024-09-03T22:45:36.383Z[ recovery-image] Sep 03 22:45:36.177 INFO O| Sep 03 22:45:36.176 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-03T22:45:36.407Z[ recovery-image] Sep 03 22:45:36.216 INFO O| Sep 03 22:45:36.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
56892024-09-03T22:45:36.407Z[ recovery-image] Sep 03 22:45:36.216 INFO O| Sep 03 22:45:36.216 INFO STEP 565 (remove_files) COMPLETE
56902024-09-03T22:45:36.407Z[ recovery-image] Sep 03 22:45:36.216 INFO O| Sep 03 22:45:36.216 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-03T22:45:36.431Z[ recovery-image] Sep 03 22:45:36.235 INFO O| Sep 03 22:45:36.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56922024-09-03T22:45:36.431Z[ recovery-image] Sep 03 22:45:36.235 INFO O| Sep 03 22:45:36.235 INFO STEP 566 (remove_files) COMPLETE
56932024-09-03T22:45:36.431Z[ recovery-image] Sep 03 22:45:36.235 INFO O| Sep 03 22:45:36.235 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-03T22:45:36.455Z[ recovery-image] Sep 03 22:45:36.251 INFO O| Sep 03 22:45:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56952024-09-03T22:45:36.455Z[ recovery-image] Sep 03 22:45:36.251 INFO O| Sep 03 22:45:36.251 INFO STEP 567 (remove_files) COMPLETE
56962024-09-03T22:45:36.455Z[ recovery-image] Sep 03 22:45:36.251 INFO O| Sep 03 22:45:36.251 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-03T22:45:36.455Z[ recovery-image] Sep 03 22:45:36.264 INFO O| Sep 03 22:45:36.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56982024-09-03T22:45:36.455Z[ recovery-image] Sep 03 22:45:36.265 INFO O| Sep 03 22:45:36.265 INFO STEP 568 (remove_files) COMPLETE
56992024-09-03T22:45:36.455Z[ recovery-image] Sep 03 22:45:36.265 INFO O| Sep 03 22:45:36.265 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-03T22:45:36.478Z[ recovery-image] Sep 03 22:45:36.278 INFO O| Sep 03 22:45:36.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57012024-09-03T22:45:36.478Z[ recovery-image] Sep 03 22:45:36.278 INFO O| Sep 03 22:45:36.278 INFO STEP 569 (remove_files) COMPLETE
57022024-09-03T22:45:36.478Z[ recovery-image] Sep 03 22:45:36.278 INFO O| Sep 03 22:45:36.278 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-03T22:45:36.479Z[ recovery-image] Sep 03 22:45:36.293 INFO O| Sep 03 22:45:36.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57042024-09-03T22:45:36.479Z[ recovery-image] Sep 03 22:45:36.294 INFO O| Sep 03 22:45:36.294 INFO STEP 570 (remove_files) COMPLETE
57052024-09-03T22:45:36.479Z[ recovery-image] Sep 03 22:45:36.294 INFO O| Sep 03 22:45:36.294 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-03T22:45:36.578Z[ recovery-image] Sep 03 22:45:36.395 INFO O| Sep 03 22:45:36.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57072024-09-03T22:45:36.578Z[ recovery-image] Sep 03 22:45:36.395 INFO O| Sep 03 22:45:36.395 INFO STEP 571 (remove_files) COMPLETE
57082024-09-03T22:45:36.602Z[ recovery-image] Sep 03 22:45:36.395 INFO O| Sep 03 22:45:36.395 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-03T22:45:36.626Z[ recovery-image] Sep 03 22:45:36.426 INFO O| Sep 03 22:45:36.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57102024-09-03T22:45:36.626Z[ recovery-image] Sep 03 22:45:36.426 INFO O| Sep 03 22:45:36.426 INFO STEP 572 (remove_files) COMPLETE
57112024-09-03T22:45:36.626Z[ recovery-image] Sep 03 22:45:36.426 INFO O| Sep 03 22:45:36.426 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-03T22:45:36.650Z[ recovery-image] Sep 03 22:45:36.465 INFO O| Sep 03 22:45:36.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57132024-09-03T22:45:36.650Z[ recovery-image] Sep 03 22:45:36.465 INFO O| Sep 03 22:45:36.465 INFO STEP 573 (remove_files) COMPLETE
57142024-09-03T22:45:36.650Z[ recovery-image] Sep 03 22:45:36.465 INFO O| Sep 03 22:45:36.465 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-09-03T22:45:36.675Z[ recovery-image] Sep 03 22:45:36.492 INFO O| Sep 03 22:45:36.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57162024-09-03T22:45:36.699Z[ recovery-image] Sep 03 22:45:36.492 INFO O| Sep 03 22:45:36.492 INFO STEP 574 (remove_files) COMPLETE
57172024-09-03T22:45:36.699Z[ recovery-image] Sep 03 22:45:36.492 INFO O| Sep 03 22:45:36.492 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-09-03T22:45:36.725Z[ recovery-image] Sep 03 22:45:36.520 INFO O| Sep 03 22:45:36.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57192024-09-03T22:45:36.725Z[ recovery-image] Sep 03 22:45:36.520 INFO O| Sep 03 22:45:36.517 INFO STEP 575 (remove_files) COMPLETE
57202024-09-03T22:45:36.725Z[ recovery-image] Sep 03 22:45:36.520 INFO O| Sep 03 22:45:36.517 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-09-03T22:45:36.725Z[ recovery-image] Sep 03 22:45:36.536 INFO O| Sep 03 22:45:36.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57222024-09-03T22:45:36.725Z[ recovery-image] Sep 03 22:45:36.536 INFO O| Sep 03 22:45:36.536 INFO STEP 576 (remove_files) COMPLETE
57232024-09-03T22:45:36.725Z[ recovery-image] Sep 03 22:45:36.536 INFO O| Sep 03 22:45:36.536 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-09-03T22:45:36.749Z[ recovery-image] Sep 03 22:45:36.554 INFO O| Sep 03 22:45:36.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57252024-09-03T22:45:36.749Z[ recovery-image] Sep 03 22:45:36.554 INFO O| Sep 03 22:45:36.554 INFO STEP 577 (remove_files) COMPLETE
57262024-09-03T22:45:36.749Z[ recovery-image] Sep 03 22:45:36.554 INFO O| Sep 03 22:45:36.554 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-09-03T22:45:36.773Z[ recovery-image] Sep 03 22:45:36.570 INFO O| Sep 03 22:45:36.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57282024-09-03T22:45:36.773Z[ recovery-image] Sep 03 22:45:36.570 INFO O| Sep 03 22:45:36.570 INFO STEP 578 (remove_files) COMPLETE
57292024-09-03T22:45:36.773Z[ recovery-image] Sep 03 22:45:36.570 INFO O| Sep 03 22:45:36.570 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-03T22:45:36.773Z[ recovery-image] Sep 03 22:45:36.586 INFO O| Sep 03 22:45:36.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57312024-09-03T22:45:36.773Z[ recovery-image] Sep 03 22:45:36.586 INFO O| Sep 03 22:45:36.586 INFO STEP 579 (remove_files) COMPLETE
57322024-09-03T22:45:36.773Z[ recovery-image] Sep 03 22:45:36.586 INFO O| Sep 03 22:45:36.586 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-03T22:45:36.798Z[ recovery-image] Sep 03 22:45:36.601 INFO O| Sep 03 22:45:36.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57342024-09-03T22:45:36.798Z[ recovery-image] Sep 03 22:45:36.601 INFO O| Sep 03 22:45:36.601 INFO STEP 580 (remove_files) COMPLETE
57352024-09-03T22:45:36.798Z[ recovery-image] Sep 03 22:45:36.601 INFO O| Sep 03 22:45:36.601 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-03T22:45:36.825Z[ recovery-image] Sep 03 22:45:36.616 INFO O| Sep 03 22:45:36.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57372024-09-03T22:45:36.825Z[ recovery-image] Sep 03 22:45:36.616 INFO O| Sep 03 22:45:36.616 INFO STEP 581 (remove_files) COMPLETE
57382024-09-03T22:45:36.825Z[ recovery-image] Sep 03 22:45:36.616 INFO O| Sep 03 22:45:36.616 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-03T22:45:36.825Z[ recovery-image] Sep 03 22:45:36.632 INFO O| Sep 03 22:45:36.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57402024-09-03T22:45:36.825Z[ recovery-image] Sep 03 22:45:36.632 INFO O| Sep 03 22:45:36.632 INFO STEP 582 (remove_files) COMPLETE
57412024-09-03T22:45:36.825Z[ recovery-image] Sep 03 22:45:36.632 INFO O| Sep 03 22:45:36.632 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-03T22:45:36.848Z[ recovery-image] Sep 03 22:45:36.650 INFO O| Sep 03 22:45:36.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57432024-09-03T22:45:36.848Z[ recovery-image] Sep 03 22:45:36.650 INFO O| Sep 03 22:45:36.649 INFO STEP 583 (remove_files) COMPLETE
57442024-09-03T22:45:36.848Z[ recovery-image] Sep 03 22:45:36.650 INFO O| Sep 03 22:45:36.649 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-03T22:45:36.872Z[ recovery-image] Sep 03 22:45:36.670 INFO O| Sep 03 22:45:36.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57462024-09-03T22:45:36.872Z[ recovery-image] Sep 03 22:45:36.671 INFO O| Sep 03 22:45:36.670 INFO STEP 584 (remove_files) COMPLETE
57472024-09-03T22:45:36.872Z[ recovery-image] Sep 03 22:45:36.671 INFO O| Sep 03 22:45:36.670 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-03T22:45:36.872Z[ recovery-image] Sep 03 22:45:36.686 INFO O| Sep 03 22:45:36.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57492024-09-03T22:45:36.872Z[ recovery-image] Sep 03 22:45:36.687 INFO O| Sep 03 22:45:36.686 INFO STEP 585 (remove_files) COMPLETE
57502024-09-03T22:45:36.872Z[ recovery-image] Sep 03 22:45:36.687 INFO O| Sep 03 22:45:36.687 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-03T22:45:36.896Z[ recovery-image] Sep 03 22:45:36.701 INFO O| Sep 03 22:45:36.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
57522024-09-03T22:45:36.896Z[ recovery-image] Sep 03 22:45:36.701 INFO O| Sep 03 22:45:36.701 INFO STEP 586 (remove_files) COMPLETE
57532024-09-03T22:45:36.896Z[ recovery-image] Sep 03 22:45:36.701 INFO O| Sep 03 22:45:36.701 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-09-03T22:45:36.920Z[ recovery-image] Sep 03 22:45:36.715 INFO O| Sep 03 22:45:36.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
57552024-09-03T22:45:36.920Z[ recovery-image] Sep 03 22:45:36.715 INFO O| Sep 03 22:45:36.715 INFO STEP 587 (remove_files) COMPLETE
57562024-09-03T22:45:36.920Z[ recovery-image] Sep 03 22:45:36.715 INFO O| Sep 03 22:45:36.715 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-09-03T22:45:36.920Z[ recovery-image] Sep 03 22:45:36.728 INFO O| Sep 03 22:45:36.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
57582024-09-03T22:45:36.920Z[ recovery-image] Sep 03 22:45:36.729 INFO O| Sep 03 22:45:36.729 INFO STEP 588 (remove_files) COMPLETE
57592024-09-03T22:45:36.920Z[ recovery-image] Sep 03 22:45:36.729 INFO O| Sep 03 22:45:36.729 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-09-03T22:45:36.948Z[ recovery-image] Sep 03 22:45:36.742 INFO O| Sep 03 22:45:36.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
57612024-09-03T22:45:36.948Z[ recovery-image] Sep 03 22:45:36.743 INFO O| Sep 03 22:45:36.742 INFO STEP 589 (remove_files) COMPLETE
57622024-09-03T22:45:36.949Z[ recovery-image] Sep 03 22:45:36.743 INFO O| Sep 03 22:45:36.743 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-03T22:45:36.949Z[ recovery-image] Sep 03 22:45:36.756 INFO O| Sep 03 22:45:36.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
57642024-09-03T22:45:36.949Z[ recovery-image] Sep 03 22:45:36.756 INFO O| Sep 03 22:45:36.756 INFO STEP 590 (remove_files) COMPLETE
57652024-09-03T22:45:36.949Z[ recovery-image] Sep 03 22:45:36.756 INFO O| Sep 03 22:45:36.756 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-03T22:45:36.978Z[ recovery-image] Sep 03 22:45:36.784 INFO O| Sep 03 22:45:36.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
57672024-09-03T22:45:36.978Z[ recovery-image] Sep 03 22:45:36.784 INFO O| Sep 03 22:45:36.784 INFO STEP 591 (remove_files) COMPLETE
57682024-09-03T22:45:36.978Z[ recovery-image] Sep 03 22:45:36.784 INFO O| Sep 03 22:45:36.784 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-09-03T22:45:37.003Z[ recovery-image] Sep 03 22:45:36.799 INFO O| Sep 03 22:45:36.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
57702024-09-03T22:45:37.003Z[ recovery-image] Sep 03 22:45:36.800 INFO O| Sep 03 22:45:36.799 INFO STEP 592 (remove_files) COMPLETE
57712024-09-03T22:45:37.003Z[ recovery-image] Sep 03 22:45:36.800 INFO O| Sep 03 22:45:36.799 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-03T22:45:37.003Z[ recovery-image] Sep 03 22:45:36.813 INFO O| Sep 03 22:45:36.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
57732024-09-03T22:45:37.003Z[ recovery-image] Sep 03 22:45:36.813 INFO O| Sep 03 22:45:36.813 INFO STEP 593 (remove_files) COMPLETE
57742024-09-03T22:45:37.003Z[ recovery-image] Sep 03 22:45:36.813 INFO O| Sep 03 22:45:36.813 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-03T22:45:37.027Z[ recovery-image] Sep 03 22:45:36.827 INFO O| Sep 03 22:45:36.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
57762024-09-03T22:45:37.027Z[ recovery-image] Sep 03 22:45:36.827 INFO O| Sep 03 22:45:36.827 INFO STEP 594 (remove_files) COMPLETE
57772024-09-03T22:45:37.027Z[ recovery-image] Sep 03 22:45:36.827 INFO O| Sep 03 22:45:36.827 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-03T22:45:37.051Z[ recovery-image] Sep 03 22:45:36.850 INFO O| Sep 03 22:45:36.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
57792024-09-03T22:45:37.051Z[ recovery-image] Sep 03 22:45:36.850 INFO O| Sep 03 22:45:36.850 INFO STEP 595 (remove_files) COMPLETE
57802024-09-03T22:45:37.051Z[ recovery-image] Sep 03 22:45:36.850 INFO O| Sep 03 22:45:36.850 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-03T22:45:37.075Z[ recovery-image] Sep 03 22:45:36.878 INFO O| Sep 03 22:45:36.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
57822024-09-03T22:45:37.075Z[ recovery-image] Sep 03 22:45:36.878 INFO O| Sep 03 22:45:36.878 INFO STEP 596 (remove_files) COMPLETE
57832024-09-03T22:45:37.075Z[ recovery-image] Sep 03 22:45:36.878 INFO O| Sep 03 22:45:36.878 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-09-03T22:45:37.099Z[ recovery-image] Sep 03 22:45:36.905 INFO O| Sep 03 22:45:36.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
57852024-09-03T22:45:37.099Z[ recovery-image] Sep 03 22:45:36.905 INFO O| Sep 03 22:45:36.905 INFO STEP 597 (remove_files) COMPLETE
57862024-09-03T22:45:37.099Z[ recovery-image] Sep 03 22:45:36.905 INFO O| Sep 03 22:45:36.905 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-09-03T22:45:37.099Z[ host-image] Sep 03 22:45:36.913 INFO O| Sep 03 22:45:36.913 INFO O| Download: 1096/1140 items 5.8/8.4MB 68% complete (986k/s)
57882024-09-03T22:45:37.123Z[ recovery-image] Sep 03 22:45:36.924 INFO O| Sep 03 22:45:36.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
57892024-09-03T22:45:37.123Z[ recovery-image] Sep 03 22:45:36.925 INFO O| Sep 03 22:45:36.924 INFO STEP 598 (remove_files) COMPLETE
57902024-09-03T22:45:37.123Z[ recovery-image] Sep 03 22:45:36.925 INFO O| Sep 03 22:45:36.925 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-03T22:45:37.123Z[ recovery-image] Sep 03 22:45:36.940 INFO O| Sep 03 22:45:36.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57922024-09-03T22:45:37.123Z[ recovery-image] Sep 03 22:45:36.940 INFO O| Sep 03 22:45:36.940 INFO STEP 599 (remove_files) COMPLETE
57932024-09-03T22:45:37.123Z[ recovery-image] Sep 03 22:45:36.940 INFO O| Sep 03 22:45:36.940 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-03T22:45:37.147Z[ recovery-image] Sep 03 22:45:36.959 INFO O| Sep 03 22:45:36.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57952024-09-03T22:45:37.147Z[ recovery-image] Sep 03 22:45:36.959 INFO O| Sep 03 22:45:36.959 INFO STEP 600 (remove_files) COMPLETE
57962024-09-03T22:45:37.147Z[ recovery-image] Sep 03 22:45:36.959 INFO O| Sep 03 22:45:36.959 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-03T22:45:37.171Z[ recovery-image] Sep 03 22:45:36.976 INFO O| Sep 03 22:45:36.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57982024-09-03T22:45:37.171Z[ recovery-image] Sep 03 22:45:36.976 INFO O| Sep 03 22:45:36.976 INFO STEP 601 (remove_files) COMPLETE
57992024-09-03T22:45:37.171Z[ recovery-image] Sep 03 22:45:36.976 INFO O| Sep 03 22:45:36.976 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-03T22:45:37.196Z[ recovery-image] Sep 03 22:45:36.991 INFO O| Sep 03 22:45:36.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58012024-09-03T22:45:37.196Z[ recovery-image] Sep 03 22:45:36.991 INFO O| Sep 03 22:45:36.991 INFO STEP 602 (remove_files) COMPLETE
58022024-09-03T22:45:37.196Z[ recovery-image] Sep 03 22:45:36.991 INFO O| Sep 03 22:45:36.991 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-03T22:45:37.196Z[ recovery-image] Sep 03 22:45:37.005 INFO O| Sep 03 22:45:37.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58042024-09-03T22:45:37.196Z[ recovery-image] Sep 03 22:45:37.005 INFO O| Sep 03 22:45:37.005 INFO STEP 603 (remove_files) COMPLETE
58052024-09-03T22:45:37.196Z[ recovery-image] Sep 03 22:45:37.006 INFO O| Sep 03 22:45:37.005 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-03T22:45:37.220Z[ recovery-image] Sep 03 22:45:37.023 INFO O| Sep 03 22:45:37.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58072024-09-03T22:45:37.220Z[ recovery-image] Sep 03 22:45:37.023 INFO O| Sep 03 22:45:37.023 INFO STEP 604 (remove_files) COMPLETE
58082024-09-03T22:45:37.220Z[ recovery-image] Sep 03 22:45:37.023 INFO O| Sep 03 22:45:37.023 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-03T22:45:37.220Z[ recovery-image] Sep 03 22:45:37.036 INFO O| Sep 03 22:45:37.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58102024-09-03T22:45:37.220Z[ recovery-image] Sep 03 22:45:37.036 INFO O| Sep 03 22:45:37.036 INFO STEP 605 (remove_files) COMPLETE
58112024-09-03T22:45:37.220Z[ recovery-image] Sep 03 22:45:37.036 INFO O| Sep 03 22:45:37.036 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-03T22:45:37.244Z[ recovery-image] Sep 03 22:45:37.057 INFO O| Sep 03 22:45:37.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58132024-09-03T22:45:37.244Z[ recovery-image] Sep 03 22:45:37.057 INFO O| Sep 03 22:45:37.057 INFO STEP 606 (remove_files) COMPLETE
58142024-09-03T22:45:37.244Z[ recovery-image] Sep 03 22:45:37.057 INFO O| Sep 03 22:45:37.057 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-03T22:45:37.268Z[ recovery-image] Sep 03 22:45:37.072 INFO O| Sep 03 22:45:37.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58162024-09-03T22:45:37.268Z[ recovery-image] Sep 03 22:45:37.072 INFO O| Sep 03 22:45:37.072 INFO STEP 607 (remove_files) COMPLETE
58172024-09-03T22:45:37.269Z[ recovery-image] Sep 03 22:45:37.072 INFO O| Sep 03 22:45:37.072 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-03T22:45:37.292Z[ recovery-image] Sep 03 22:45:37.091 INFO O| Sep 03 22:45:37.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58192024-09-03T22:45:37.292Z[ recovery-image] Sep 03 22:45:37.091 INFO O| Sep 03 22:45:37.091 INFO STEP 608 (remove_files) COMPLETE
58202024-09-03T22:45:37.292Z[ recovery-image] Sep 03 22:45:37.091 INFO O| Sep 03 22:45:37.091 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-03T22:45:37.292Z[ recovery-image] Sep 03 22:45:37.106 INFO O| Sep 03 22:45:37.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58222024-09-03T22:45:37.292Z[ recovery-image] Sep 03 22:45:37.107 INFO O| Sep 03 22:45:37.107 INFO STEP 609 (remove_files) COMPLETE
58232024-09-03T22:45:37.293Z[ recovery-image] Sep 03 22:45:37.107 INFO O| Sep 03 22:45:37.107 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-03T22:45:37.317Z[ recovery-image] Sep 03 22:45:37.123 INFO O| Sep 03 22:45:37.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58252024-09-03T22:45:37.317Z[ recovery-image] Sep 03 22:45:37.123 INFO O| Sep 03 22:45:37.123 INFO STEP 610 (remove_files) COMPLETE
58262024-09-03T22:45:37.317Z[ recovery-image] Sep 03 22:45:37.124 INFO O| Sep 03 22:45:37.123 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-03T22:45:37.340Z[ recovery-image] Sep 03 22:45:37.138 INFO O| Sep 03 22:45:37.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58282024-09-03T22:45:37.340Z[ recovery-image] Sep 03 22:45:37.138 INFO O| Sep 03 22:45:37.138 INFO STEP 611 (remove_files) COMPLETE
58292024-09-03T22:45:37.341Z[ recovery-image] Sep 03 22:45:37.138 INFO O| Sep 03 22:45:37.138 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-09-03T22:45:37.341Z[ recovery-image] Sep 03 22:45:37.152 INFO O| Sep 03 22:45:37.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58312024-09-03T22:45:37.341Z[ recovery-image] Sep 03 22:45:37.152 INFO O| Sep 03 22:45:37.152 INFO STEP 612 (remove_files) COMPLETE
58322024-09-03T22:45:37.341Z[ recovery-image] Sep 03 22:45:37.152 INFO O| Sep 03 22:45:37.152 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-09-03T22:45:37.365Z[ recovery-image] Sep 03 22:45:37.166 INFO O| Sep 03 22:45:37.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58342024-09-03T22:45:37.365Z[ recovery-image] Sep 03 22:45:37.166 INFO O| Sep 03 22:45:37.166 INFO STEP 613 (remove_files) COMPLETE
58352024-09-03T22:45:37.365Z[ recovery-image] Sep 03 22:45:37.166 INFO O| Sep 03 22:45:37.166 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-09-03T22:45:37.365Z[ recovery-image] Sep 03 22:45:37.180 INFO O| Sep 03 22:45:37.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58372024-09-03T22:45:37.365Z[ recovery-image] Sep 03 22:45:37.180 INFO O| Sep 03 22:45:37.180 INFO STEP 614 (remove_files) COMPLETE
58382024-09-03T22:45:37.365Z[ recovery-image] Sep 03 22:45:37.180 INFO O| Sep 03 22:45:37.180 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-09-03T22:45:37.389Z[ recovery-image] Sep 03 22:45:37.194 INFO O| Sep 03 22:45:37.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58402024-09-03T22:45:37.389Z[ recovery-image] Sep 03 22:45:37.195 INFO O| Sep 03 22:45:37.194 INFO STEP 615 (remove_files) COMPLETE
58412024-09-03T22:45:37.389Z[ recovery-image] Sep 03 22:45:37.195 INFO O| Sep 03 22:45:37.195 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-03T22:45:37.413Z[ recovery-image] Sep 03 22:45:37.208 INFO O| Sep 03 22:45:37.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58432024-09-03T22:45:37.413Z[ recovery-image] Sep 03 22:45:37.209 INFO O| Sep 03 22:45:37.209 INFO STEP 616 (remove_files) COMPLETE
58442024-09-03T22:45:37.413Z[ recovery-image] Sep 03 22:45:37.209 INFO O| Sep 03 22:45:37.209 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-03T22:45:37.414Z[ recovery-image] Sep 03 22:45:37.222 INFO O| Sep 03 22:45:37.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58462024-09-03T22:45:37.414Z[ recovery-image] Sep 03 22:45:37.222 INFO O| Sep 03 22:45:37.222 INFO STEP 617 (remove_files) COMPLETE
58472024-09-03T22:45:37.414Z[ recovery-image] Sep 03 22:45:37.222 INFO O| Sep 03 22:45:37.222 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-03T22:45:37.437Z[ recovery-image] Sep 03 22:45:37.236 INFO O| Sep 03 22:45:37.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58492024-09-03T22:45:37.437Z[ recovery-image] Sep 03 22:45:37.236 INFO O| Sep 03 22:45:37.236 INFO STEP 618 (remove_files) COMPLETE
58502024-09-03T22:45:37.438Z[ recovery-image] Sep 03 22:45:37.236 INFO O| Sep 03 22:45:37.236 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-03T22:45:37.438Z[ recovery-image] Sep 03 22:45:37.250 INFO O| Sep 03 22:45:37.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
58522024-09-03T22:45:37.438Z[ recovery-image] Sep 03 22:45:37.251 INFO O| Sep 03 22:45:37.251 INFO STEP 619 (remove_files) COMPLETE
58532024-09-03T22:45:37.438Z[ recovery-image] Sep 03 22:45:37.251 INFO O| Sep 03 22:45:37.251 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-03T22:45:37.462Z[ recovery-image] Sep 03 22:45:37.265 INFO O| Sep 03 22:45:37.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
58552024-09-03T22:45:37.462Z[ recovery-image] Sep 03 22:45:37.266 INFO O| Sep 03 22:45:37.265 INFO STEP 620 (remove_files) COMPLETE
58562024-09-03T22:45:37.462Z[ recovery-image] Sep 03 22:45:37.266 INFO O| Sep 03 22:45:37.266 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-03T22:45:37.486Z[ recovery-image] Sep 03 22:45:37.280 INFO O| Sep 03 22:45:37.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
58582024-09-03T22:45:37.486Z[ recovery-image] Sep 03 22:45:37.280 INFO O| Sep 03 22:45:37.280 INFO STEP 621 (remove_files) COMPLETE
58592024-09-03T22:45:37.486Z[ recovery-image] Sep 03 22:45:37.280 INFO O| Sep 03 22:45:37.280 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-03T22:45:37.486Z[ recovery-image] Sep 03 22:45:37.294 INFO O| Sep 03 22:45:37.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
58612024-09-03T22:45:37.486Z[ recovery-image] Sep 03 22:45:37.294 INFO O| Sep 03 22:45:37.294 INFO STEP 622 (remove_files) COMPLETE
58622024-09-03T22:45:37.486Z[ recovery-image] Sep 03 22:45:37.294 INFO O| Sep 03 22:45:37.294 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-09-03T22:45:37.554Z[ recovery-image] Sep 03 22:45:37.371 INFO O| Sep 03 22:45:37.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
58642024-09-03T22:45:37.554Z[ recovery-image] Sep 03 22:45:37.371 INFO O| Sep 03 22:45:37.371 INFO STEP 623 (remove_files) COMPLETE
58652024-09-03T22:45:37.554Z[ recovery-image] Sep 03 22:45:37.371 INFO O| Sep 03 22:45:37.371 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-03T22:45:37.579Z[ recovery-image] Sep 03 22:45:37.390 INFO O| Sep 03 22:45:37.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
58672024-09-03T22:45:37.579Z[ recovery-image] Sep 03 22:45:37.390 INFO O| Sep 03 22:45:37.390 INFO STEP 624 (remove_files) COMPLETE
58682024-09-03T22:45:37.579Z[ recovery-image] Sep 03 22:45:37.390 INFO O| Sep 03 22:45:37.390 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-09-03T22:45:37.603Z[ recovery-image] Sep 03 22:45:37.406 INFO O| Sep 03 22:45:37.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
58702024-09-03T22:45:37.603Z[ recovery-image] Sep 03 22:45:37.406 INFO O| Sep 03 22:45:37.406 INFO STEP 625 (remove_files) COMPLETE
58712024-09-03T22:45:37.603Z[ recovery-image] Sep 03 22:45:37.406 INFO O| Sep 03 22:45:37.406 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-09-03T22:45:37.627Z[ recovery-image] Sep 03 22:45:37.422 INFO O| Sep 03 22:45:37.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
58732024-09-03T22:45:37.627Z[ recovery-image] Sep 03 22:45:37.422 INFO O| Sep 03 22:45:37.422 INFO STEP 626 (remove_files) COMPLETE
58742024-09-03T22:45:37.627Z[ recovery-image] Sep 03 22:45:37.422 INFO O| Sep 03 22:45:37.422 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-09-03T22:45:37.627Z[ recovery-image] Sep 03 22:45:37.437 INFO O| Sep 03 22:45:37.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
58762024-09-03T22:45:37.627Z[ recovery-image] Sep 03 22:45:37.438 INFO O| Sep 03 22:45:37.438 INFO STEP 627 (remove_files) COMPLETE
58772024-09-03T22:45:37.627Z[ recovery-image] Sep 03 22:45:37.438 INFO O| Sep 03 22:45:37.438 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-09-03T22:45:37.627Z[ host-image] Sep 03 22:45:37.438 INFO O| Sep 03 22:45:37.438 INFO O| Download: Completed 8.42 MB in 5.56 seconds (1.5M/s)
58792024-09-03T22:45:37.651Z[ recovery-image] Sep 03 22:45:37.457 INFO O| Sep 03 22:45:37.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
58802024-09-03T22:45:37.651Z[ recovery-image] Sep 03 22:45:37.457 INFO O| Sep 03 22:45:37.457 INFO STEP 628 (remove_files) COMPLETE
58812024-09-03T22:45:37.651Z[ recovery-image] Sep 03 22:45:37.457 INFO O| Sep 03 22:45:37.457 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-09-03T22:45:37.722Z[ recovery-image] Sep 03 22:45:37.538 INFO O| Sep 03 22:45:37.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
58832024-09-03T22:45:37.722Z[ recovery-image] Sep 03 22:45:37.539 INFO O| Sep 03 22:45:37.539 INFO STEP 629 (remove_files) COMPLETE
58842024-09-03T22:45:37.722Z[ recovery-image] Sep 03 22:45:37.539 INFO O| Sep 03 22:45:37.539 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-09-03T22:45:37.746Z[ recovery-image] Sep 03 22:45:37.555 INFO O| Sep 03 22:45:37.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
58862024-09-03T22:45:37.746Z[ recovery-image] Sep 03 22:45:37.555 INFO O| Sep 03 22:45:37.555 INFO STEP 630 (remove_files) COMPLETE
58872024-09-03T22:45:37.746Z[ recovery-image] Sep 03 22:45:37.555 INFO O| Sep 03 22:45:37.555 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-09-03T22:45:37.770Z[ recovery-image] Sep 03 22:45:37.573 INFO O| Sep 03 22:45:37.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
58892024-09-03T22:45:37.770Z[ host-image] Sep 03 22:45:37.575 INFO O| Sep 03 22:45:37.575 INFO O| Actions: 1/1361 actions (Installing new actions)
58902024-09-03T22:45:37.794Z[ recovery-image] Sep 03 22:45:37.602 INFO O| Sep 03 22:45:37.602 INFO STEP 631 (remove_files) COMPLETE
58912024-09-03T22:45:37.794Z[ recovery-image] Sep 03 22:45:37.602 INFO O| Sep 03 22:45:37.602 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-09-03T22:45:37.818Z[ recovery-image] Sep 03 22:45:37.633 INFO O| Sep 03 22:45:37.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
58932024-09-03T22:45:37.818Z[ recovery-image] Sep 03 22:45:37.634 INFO O| Sep 03 22:45:37.633 INFO STEP 632 (remove_files) COMPLETE
58942024-09-03T22:45:37.818Z[ recovery-image] Sep 03 22:45:37.634 INFO O| Sep 03 22:45:37.634 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-09-03T22:45:37.847Z[ recovery-image] Sep 03 22:45:37.664 INFO O| Sep 03 22:45:37.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58962024-09-03T22:45:37.847Z[ recovery-image] Sep 03 22:45:37.664 INFO O| Sep 03 22:45:37.664 INFO STEP 633 (remove_files) COMPLETE
58972024-09-03T22:45:37.872Z[ recovery-image] Sep 03 22:45:37.664 INFO O| Sep 03 22:45:37.664 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-09-03T22:45:37.896Z[ recovery-image] Sep 03 22:45:37.711 INFO O| Sep 03 22:45:37.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58992024-09-03T22:45:37.896Z[ recovery-image] Sep 03 22:45:37.711 INFO O| Sep 03 22:45:37.711 INFO STEP 634 (remove_files) COMPLETE
59002024-09-03T22:45:37.896Z[ recovery-image] Sep 03 22:45:37.711 INFO O| Sep 03 22:45:37.711 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-09-03T22:45:37.920Z[ recovery-image] Sep 03 22:45:37.728 INFO O| Sep 03 22:45:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59022024-09-03T22:45:37.920Z[ recovery-image] Sep 03 22:45:37.728 INFO O| Sep 03 22:45:37.728 INFO STEP 635 (remove_files) COMPLETE
59032024-09-03T22:45:37.920Z[ recovery-image] Sep 03 22:45:37.728 INFO O| Sep 03 22:45:37.728 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-09-03T22:45:37.963Z[ recovery-image] Sep 03 22:45:37.780 INFO O| Sep 03 22:45:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59052024-09-03T22:45:37.987Z[ recovery-image] Sep 03 22:45:37.780 INFO O| Sep 03 22:45:37.780 INFO STEP 636 (remove_files) COMPLETE
59062024-09-03T22:45:37.987Z[ recovery-image] Sep 03 22:45:37.780 INFO O| Sep 03 22:45:37.780 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-09-03T22:45:37.987Z[ recovery-image] Sep 03 22:45:37.797 INFO O| Sep 03 22:45:37.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59082024-09-03T22:45:37.987Z[ recovery-image] Sep 03 22:45:37.797 INFO O| Sep 03 22:45:37.797 INFO STEP 637 (remove_files) COMPLETE
59092024-09-03T22:45:37.987Z[ recovery-image] Sep 03 22:45:37.797 INFO O| Sep 03 22:45:37.797 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-09-03T22:45:38.012Z[ recovery-image] Sep 03 22:45:37.812 INFO O| Sep 03 22:45:37.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59112024-09-03T22:45:38.012Z[ recovery-image] Sep 03 22:45:37.812 INFO O| Sep 03 22:45:37.812 INFO STEP 638 (remove_files) COMPLETE
59122024-09-03T22:45:38.012Z[ recovery-image] Sep 03 22:45:37.812 INFO O| Sep 03 22:45:37.812 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-09-03T22:45:38.012Z[ recovery-image] Sep 03 22:45:37.827 INFO O| Sep 03 22:45:37.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59142024-09-03T22:45:38.012Z[ recovery-image] Sep 03 22:45:37.827 INFO O| Sep 03 22:45:37.827 INFO STEP 639 (remove_files) COMPLETE
59152024-09-03T22:45:38.012Z[ recovery-image] Sep 03 22:45:37.827 INFO O| Sep 03 22:45:37.827 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-09-03T22:45:38.036Z[ recovery-image] Sep 03 22:45:37.841 INFO O| Sep 03 22:45:37.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59172024-09-03T22:45:38.036Z[ recovery-image] Sep 03 22:45:37.841 INFO O| Sep 03 22:45:37.841 INFO STEP 640 (remove_files) COMPLETE
59182024-09-03T22:45:38.036Z[ recovery-image] Sep 03 22:45:37.841 INFO O| Sep 03 22:45:37.841 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-09-03T22:45:38.059Z[ recovery-image] Sep 03 22:45:37.854 INFO O| Sep 03 22:45:37.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59202024-09-03T22:45:38.059Z[ recovery-image] Sep 03 22:45:37.855 INFO O| Sep 03 22:45:37.855 INFO STEP 641 (remove_files) COMPLETE
59212024-09-03T22:45:38.060Z[ recovery-image] Sep 03 22:45:37.855 INFO O| Sep 03 22:45:37.855 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-09-03T22:45:38.060Z[ recovery-image] Sep 03 22:45:37.868 INFO O| Sep 03 22:45:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59232024-09-03T22:45:38.060Z[ recovery-image] Sep 03 22:45:37.868 INFO O| Sep 03 22:45:37.868 INFO STEP 642 (remove_files) COMPLETE
59242024-09-03T22:45:38.060Z[ recovery-image] Sep 03 22:45:37.868 INFO O| Sep 03 22:45:37.868 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-09-03T22:45:38.084Z[ recovery-image] Sep 03 22:45:37.881 INFO O| Sep 03 22:45:37.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59262024-09-03T22:45:38.084Z[ recovery-image] Sep 03 22:45:37.882 INFO O| Sep 03 22:45:37.882 INFO STEP 643 (remove_files) COMPLETE
59272024-09-03T22:45:38.084Z[ recovery-image] Sep 03 22:45:37.882 INFO O| Sep 03 22:45:37.882 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-09-03T22:45:38.108Z[ recovery-image] Sep 03 22:45:37.904 INFO O| Sep 03 22:45:37.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59292024-09-03T22:45:38.108Z[ recovery-image] Sep 03 22:45:37.904 INFO O| Sep 03 22:45:37.904 INFO STEP 644 (remove_files) COMPLETE
59302024-09-03T22:45:38.108Z[ recovery-image] Sep 03 22:45:37.904 INFO O| Sep 03 22:45:37.904 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-09-03T22:45:38.108Z[ recovery-image] Sep 03 22:45:37.924 INFO O| Sep 03 22:45:37.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59322024-09-03T22:45:38.108Z[ recovery-image] Sep 03 22:45:37.924 INFO O| Sep 03 22:45:37.924 INFO STEP 645 (remove_files) COMPLETE
59332024-09-03T22:45:38.108Z[ recovery-image] Sep 03 22:45:37.924 INFO O| Sep 03 22:45:37.924 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-09-03T22:45:38.159Z[ recovery-image] Sep 03 22:45:37.976 INFO O| Sep 03 22:45:37.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59352024-09-03T22:45:38.159Z[ recovery-image] Sep 03 22:45:37.976 INFO O| Sep 03 22:45:37.976 INFO STEP 646 (remove_files) COMPLETE
59362024-09-03T22:45:38.183Z[ recovery-image] Sep 03 22:45:37.976 INFO O| Sep 03 22:45:37.976 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-09-03T22:45:38.207Z[ recovery-image] Sep 03 22:45:38.007 INFO O| Sep 03 22:45:38.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59382024-09-03T22:45:38.207Z[ recovery-image] Sep 03 22:45:38.007 INFO O| Sep 03 22:45:38.007 INFO STEP 647 (remove_files) COMPLETE
59392024-09-03T22:45:38.207Z[ recovery-image] Sep 03 22:45:38.007 INFO O| Sep 03 22:45:38.007 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-09-03T22:45:38.231Z[ recovery-image] Sep 03 22:45:38.025 INFO O| Sep 03 22:45:38.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59412024-09-03T22:45:38.231Z[ recovery-image] Sep 03 22:45:38.025 INFO O| Sep 03 22:45:38.025 INFO STEP 648 (remove_files) COMPLETE
59422024-09-03T22:45:38.231Z[ recovery-image] Sep 03 22:45:38.025 INFO O| Sep 03 22:45:38.025 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-09-03T22:45:38.302Z[ recovery-image] Sep 03 22:45:38.120 INFO O| Sep 03 22:45:38.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59442024-09-03T22:45:38.302Z[ recovery-image] Sep 03 22:45:38.120 INFO O| Sep 03 22:45:38.120 INFO STEP 649 (remove_files) COMPLETE
59452024-09-03T22:45:38.326Z[ recovery-image] Sep 03 22:45:38.120 INFO O| Sep 03 22:45:38.120 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-09-03T22:45:38.327Z[ host-image] Sep 03 22:45:38.131 INFO O| Sep 03 22:45:38.131 INFO O| Actions: Completed 1361 actions in 0.56 seconds.
59472024-09-03T22:45:38.355Z[ recovery-image] Sep 03 22:45:38.172 INFO O| Sep 03 22:45:38.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59482024-09-03T22:45:38.355Z[ recovery-image] Sep 03 22:45:38.173 INFO O| Sep 03 22:45:38.172 INFO STEP 650 (remove_files) COMPLETE
59492024-09-03T22:45:38.379Z[ recovery-image] Sep 03 22:45:38.173 INFO O| Sep 03 22:45:38.172 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-03T22:45:38.379Z[ recovery-image] Sep 03 22:45:38.190 INFO O| Sep 03 22:45:38.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59512024-09-03T22:45:38.379Z[ recovery-image] Sep 03 22:45:38.190 INFO O| Sep 03 22:45:38.190 INFO STEP 651 (remove_files) COMPLETE
59522024-09-03T22:45:38.379Z[ recovery-image] Sep 03 22:45:38.190 INFO O| Sep 03 22:45:38.190 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-03T22:45:38.407Z[ recovery-image] Sep 03 22:45:38.224 INFO O| Sep 03 22:45:38.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59542024-09-03T22:45:38.407Z[ recovery-image] Sep 03 22:45:38.224 INFO O| Sep 03 22:45:38.224 INFO STEP 652 (remove_files) COMPLETE
59552024-09-03T22:45:38.431Z[ recovery-image] Sep 03 22:45:38.224 INFO O| Sep 03 22:45:38.224 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-03T22:45:38.431Z[ recovery-image] Sep 03 22:45:38.246 INFO O| Sep 03 22:45:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
59572024-09-03T22:45:38.431Z[ recovery-image] Sep 03 22:45:38.246 INFO O| Sep 03 22:45:38.246 INFO STEP 653 (remove_files) COMPLETE
59582024-09-03T22:45:38.431Z[ recovery-image] Sep 03 22:45:38.246 INFO O| Sep 03 22:45:38.246 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-03T22:45:38.461Z[ recovery-image] Sep 03 22:45:38.278 INFO O| Sep 03 22:45:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
59602024-09-03T22:45:38.461Z[ recovery-image] Sep 03 22:45:38.278 INFO O| Sep 03 22:45:38.278 INFO STEP 654 (remove_files) COMPLETE
59612024-09-03T22:45:38.485Z[ recovery-image] Sep 03 22:45:38.278 INFO O| Sep 03 22:45:38.278 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-03T22:45:38.520Z[ recovery-image] Sep 03 22:45:38.337 INFO O| Sep 03 22:45:38.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
59632024-09-03T22:45:38.520Z[ recovery-image] Sep 03 22:45:38.337 INFO O| Sep 03 22:45:38.337 INFO STEP 655 (remove_files) COMPLETE
59642024-09-03T22:45:38.520Z[ recovery-image] Sep 03 22:45:38.337 INFO O| Sep 03 22:45:38.337 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-03T22:45:38.571Z[ recovery-image] Sep 03 22:45:38.387 INFO O| Sep 03 22:45:38.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
59662024-09-03T22:45:38.571Z[ recovery-image] Sep 03 22:45:38.387 INFO O| Sep 03 22:45:38.387 INFO STEP 656 (remove_files) COMPLETE
59672024-09-03T22:45:38.595Z[ recovery-image] Sep 03 22:45:38.387 INFO O| Sep 03 22:45:38.387 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-03T22:45:38.628Z[ recovery-image] Sep 03 22:45:38.445 INFO O| Sep 03 22:45:38.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
59692024-09-03T22:45:38.628Z[ recovery-image] Sep 03 22:45:38.445 INFO O| Sep 03 22:45:38.445 INFO STEP 657 (remove_files) COMPLETE
59702024-09-03T22:45:38.652Z[ recovery-image] Sep 03 22:45:38.445 INFO O| Sep 03 22:45:38.445 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-03T22:45:38.676Z[ recovery-image] Sep 03 22:45:38.482 INFO O| Sep 03 22:45:38.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
59722024-09-03T22:45:38.676Z[ recovery-image] Sep 03 22:45:38.482 INFO O| Sep 03 22:45:38.482 INFO STEP 658 (remove_files) COMPLETE
59732024-09-03T22:45:38.676Z[ recovery-image] Sep 03 22:45:38.482 INFO O| Sep 03 22:45:38.482 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-03T22:45:38.700Z[ recovery-image] Sep 03 22:45:38.500 INFO O| Sep 03 22:45:38.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
59752024-09-03T22:45:38.700Z[ recovery-image] Sep 03 22:45:38.500 INFO O| Sep 03 22:45:38.500 INFO STEP 659 (remove_files) COMPLETE
59762024-09-03T22:45:38.700Z[ recovery-image] Sep 03 22:45:38.500 INFO O| Sep 03 22:45:38.500 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-03T22:45:38.700Z[ host-image] Sep 03 22:45:38.513 INFO O| Sep 03 22:45:38.513 INFO O| Done
59782024-09-03T22:45:38.700Z[ host-image] Sep 03 22:45:38.513 INFO O| Sep 03 22:45:38.513 INFO O| Done
59792024-09-03T22:45:38.731Z[ recovery-image] Sep 03 22:45:38.547 INFO O| Sep 03 22:45:38.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
59802024-09-03T22:45:38.731Z[ recovery-image] Sep 03 22:45:38.547 INFO O| Sep 03 22:45:38.547 INFO STEP 660 (remove_files) COMPLETE
59812024-09-03T22:45:38.731Z[ recovery-image] Sep 03 22:45:38.547 INFO O| Sep 03 22:45:38.547 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-09-03T22:45:38.761Z[ recovery-image] Sep 03 22:45:38.565 INFO O| Sep 03 22:45:38.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
59832024-09-03T22:45:38.761Z[ recovery-image] Sep 03 22:45:38.565 INFO O| Sep 03 22:45:38.565 INFO STEP 661 (remove_files) COMPLETE
59842024-09-03T22:45:38.761Z[ recovery-image] Sep 03 22:45:38.565 INFO O| Sep 03 22:45:38.565 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-09-03T22:45:38.788Z[ recovery-image] Sep 03 22:45:38.585 INFO O| Sep 03 22:45:38.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
59862024-09-03T22:45:38.788Z[ recovery-image] Sep 03 22:45:38.585 INFO O| Sep 03 22:45:38.585 INFO STEP 662 (remove_files) COMPLETE
59872024-09-03T22:45:38.788Z[ recovery-image] Sep 03 22:45:38.585 INFO O| Sep 03 22:45:38.585 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-09-03T22:45:38.812Z[ recovery-image] Sep 03 22:45:38.624 INFO O| Sep 03 22:45:38.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
59892024-09-03T22:45:38.812Z[ recovery-image] Sep 03 22:45:38.624 INFO O| Sep 03 22:45:38.624 INFO STEP 663 (remove_files) COMPLETE
59902024-09-03T22:45:38.812Z[ recovery-image] Sep 03 22:45:38.624 INFO O| Sep 03 22:45:38.624 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-09-03T22:45:38.836Z[ recovery-image] Sep 03 22:45:38.643 INFO O| Sep 03 22:45:38.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
59922024-09-03T22:45:38.836Z[ recovery-image] Sep 03 22:45:38.643 INFO O| Sep 03 22:45:38.643 INFO STEP 664 (remove_files) COMPLETE
59932024-09-03T22:45:38.836Z[ recovery-image] Sep 03 22:45:38.643 INFO O| Sep 03 22:45:38.643 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-09-03T22:45:38.860Z[ recovery-image] Sep 03 22:45:38.671 INFO O| Sep 03 22:45:38.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
59952024-09-03T22:45:38.860Z[ recovery-image] Sep 03 22:45:38.671 INFO O| Sep 03 22:45:38.671 INFO STEP 665 (remove_files) COMPLETE
59962024-09-03T22:45:38.860Z[ recovery-image] Sep 03 22:45:38.671 INFO O| Sep 03 22:45:38.671 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-09-03T22:45:38.897Z[ recovery-image] Sep 03 22:45:38.714 INFO O| Sep 03 22:45:38.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59982024-09-03T22:45:38.897Z[ recovery-image] Sep 03 22:45:38.714 INFO O| Sep 03 22:45:38.714 INFO STEP 666 (remove_files) COMPLETE
59992024-09-03T22:45:38.897Z[ recovery-image] Sep 03 22:45:38.714 INFO O| Sep 03 22:45:38.714 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-09-03T22:45:38.927Z[ recovery-image] Sep 03 22:45:38.744 INFO O| Sep 03 22:45:38.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60012024-09-03T22:45:38.927Z[ recovery-image] Sep 03 22:45:38.744 INFO O| Sep 03 22:45:38.744 INFO STEP 667 (remove_files) COMPLETE
60022024-09-03T22:45:38.951Z[ recovery-image] Sep 03 22:45:38.744 INFO O| Sep 03 22:45:38.744 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-09-03T22:45:38.977Z[ recovery-image] Sep 03 22:45:38.794 INFO O| Sep 03 22:45:38.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60042024-09-03T22:45:38.977Z[ recovery-image] Sep 03 22:45:38.794 INFO O| Sep 03 22:45:38.794 INFO STEP 668 (remove_files) COMPLETE
60052024-09-03T22:45:38.977Z[ recovery-image] Sep 03 22:45:38.794 INFO O| Sep 03 22:45:38.794 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-09-03T22:45:39.001Z[ recovery-image] Sep 03 22:45:38.807 INFO O| Sep 03 22:45:38.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60072024-09-03T22:45:39.001Z[ recovery-image] Sep 03 22:45:38.807 INFO O| Sep 03 22:45:38.807 INFO STEP 669 (remove_files) COMPLETE
60082024-09-03T22:45:39.001Z[ recovery-image] Sep 03 22:45:38.807 INFO O| Sep 03 22:45:38.807 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-09-03T22:45:39.025Z[ recovery-image] Sep 03 22:45:38.820 INFO O| Sep 03 22:45:38.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60102024-09-03T22:45:39.025Z[ recovery-image] Sep 03 22:45:38.820 INFO O| Sep 03 22:45:38.820 INFO STEP 670 (remove_files) COMPLETE
60112024-09-03T22:45:39.025Z[ recovery-image] Sep 03 22:45:38.820 INFO O| Sep 03 22:45:38.820 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-09-03T22:45:39.049Z[ recovery-image] Sep 03 22:45:38.847 INFO O| Sep 03 22:45:38.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60132024-09-03T22:45:39.049Z[ recovery-image] Sep 03 22:45:38.847 INFO O| Sep 03 22:45:38.847 INFO STEP 671 (remove_files) COMPLETE
60142024-09-03T22:45:39.049Z[ recovery-image] Sep 03 22:45:38.848 INFO O| Sep 03 22:45:38.848 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-09-03T22:45:39.073Z[ recovery-image] Sep 03 22:45:38.889 INFO O| Sep 03 22:45:38.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60162024-09-03T22:45:39.073Z[ recovery-image] Sep 03 22:45:38.889 INFO O| Sep 03 22:45:38.889 INFO STEP 672 (remove_files) COMPLETE
60172024-09-03T22:45:39.073Z[ recovery-image] Sep 03 22:45:38.889 INFO O| Sep 03 22:45:38.889 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-09-03T22:45:39.097Z[ recovery-image] Sep 03 22:45:38.910 INFO O| Sep 03 22:45:38.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60192024-09-03T22:45:39.097Z[ recovery-image] Sep 03 22:45:38.911 INFO O| Sep 03 22:45:38.910 INFO STEP 673 (remove_files) COMPLETE
60202024-09-03T22:45:39.097Z[ recovery-image] Sep 03 22:45:38.911 INFO O| Sep 03 22:45:38.910 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-09-03T22:45:39.121Z[ recovery-image] Sep 03 22:45:38.927 INFO O| Sep 03 22:45:38.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60222024-09-03T22:45:39.121Z[ recovery-image] Sep 03 22:45:38.927 INFO O| Sep 03 22:45:38.927 INFO STEP 674 (remove_files) COMPLETE
60232024-09-03T22:45:39.121Z[ recovery-image] Sep 03 22:45:38.927 INFO O| Sep 03 22:45:38.927 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-09-03T22:45:39.145Z[ recovery-image] Sep 03 22:45:38.951 INFO O| Sep 03 22:45:38.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60252024-09-03T22:45:39.145Z[ recovery-image] Sep 03 22:45:38.951 INFO O| Sep 03 22:45:38.951 INFO STEP 675 (remove_files) COMPLETE
60262024-09-03T22:45:39.145Z[ recovery-image] Sep 03 22:45:38.951 INFO O| Sep 03 22:45:38.951 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-09-03T22:45:39.169Z[ host-image] Sep 03 22:45:38.972 INFO O| Sep 03 22:45:38.972 INFO O| Done
60282024-09-03T22:45:39.170Z[ recovery-image] Sep 03 22:45:38.984 INFO O| Sep 03 22:45:38.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60292024-09-03T22:45:39.170Z[ recovery-image] Sep 03 22:45:38.984 INFO O| Sep 03 22:45:38.984 INFO STEP 676 (remove_files) COMPLETE
60302024-09-03T22:45:39.170Z[ recovery-image] Sep 03 22:45:38.984 INFO O| Sep 03 22:45:38.984 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-09-03T22:45:39.225Z[ recovery-image] Sep 03 22:45:39.042 INFO O| Sep 03 22:45:39.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60322024-09-03T22:45:39.225Z[ recovery-image] Sep 03 22:45:39.043 INFO O| Sep 03 22:45:39.042 INFO STEP 677 (remove_files) COMPLETE
60332024-09-03T22:45:39.249Z[ recovery-image] Sep 03 22:45:39.043 INFO O| Sep 03 22:45:39.042 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-09-03T22:45:39.249Z[ recovery-image] Sep 03 22:45:39.059 INFO O| Sep 03 22:45:39.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60352024-09-03T22:45:39.249Z[ recovery-image] Sep 03 22:45:39.060 INFO O| Sep 03 22:45:39.059 INFO STEP 678 (remove_files) COMPLETE
60362024-09-03T22:45:39.249Z[ recovery-image] Sep 03 22:45:39.060 INFO O| Sep 03 22:45:39.060 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-03T22:45:39.273Z[ recovery-image] Sep 03 22:45:39.074 INFO O| Sep 03 22:45:39.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60382024-09-03T22:45:39.273Z[ recovery-image] Sep 03 22:45:39.074 INFO O| Sep 03 22:45:39.074 INFO STEP 679 (remove_files) COMPLETE
60392024-09-03T22:45:39.273Z[ recovery-image] Sep 03 22:45:39.074 INFO O| Sep 03 22:45:39.074 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-03T22:45:39.273Z[ recovery-image] Sep 03 22:45:39.088 INFO O| Sep 03 22:45:39.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60412024-09-03T22:45:39.273Z[ recovery-image] Sep 03 22:45:39.088 INFO O| Sep 03 22:45:39.088 INFO STEP 680 (remove_files) COMPLETE
60422024-09-03T22:45:39.273Z[ recovery-image] Sep 03 22:45:39.088 INFO O| Sep 03 22:45:39.088 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-03T22:45:39.297Z[ recovery-image] Sep 03 22:45:39.103 INFO O| Sep 03 22:45:39.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60442024-09-03T22:45:39.297Z[ recovery-image] Sep 03 22:45:39.103 INFO O| Sep 03 22:45:39.103 INFO STEP 681 (remove_files) COMPLETE
60452024-09-03T22:45:39.297Z[ recovery-image] Sep 03 22:45:39.103 INFO O| Sep 03 22:45:39.103 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-03T22:45:39.365Z[ recovery-image] Sep 03 22:45:39.182 INFO O| Sep 03 22:45:39.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60472024-09-03T22:45:39.365Z[ recovery-image] Sep 03 22:45:39.182 INFO O| Sep 03 22:45:39.182 INFO STEP 682 (remove_files) COMPLETE
60482024-09-03T22:45:39.389Z[ recovery-image] Sep 03 22:45:39.182 INFO O| Sep 03 22:45:39.182 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-03T22:45:39.389Z[ recovery-image] Sep 03 22:45:39.203 INFO O| Sep 03 22:45:39.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60502024-09-03T22:45:39.389Z[ recovery-image] Sep 03 22:45:39.203 INFO O| Sep 03 22:45:39.203 INFO STEP 683 (remove_files) COMPLETE
60512024-09-03T22:45:39.390Z[ recovery-image] Sep 03 22:45:39.203 INFO O| Sep 03 22:45:39.203 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-03T22:45:39.418Z[ recovery-image] Sep 03 22:45:39.235 INFO O| Sep 03 22:45:39.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
60532024-09-03T22:45:39.418Z[ recovery-image] Sep 03 22:45:39.235 INFO O| Sep 03 22:45:39.235 INFO STEP 684 (remove_files) COMPLETE
60542024-09-03T22:45:39.418Z[ recovery-image] Sep 03 22:45:39.235 INFO O| Sep 03 22:45:39.235 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-03T22:45:39.480Z[ recovery-image] Sep 03 22:45:39.296 INFO O| Sep 03 22:45:39.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
60562024-09-03T22:45:39.480Z[ recovery-image] Sep 03 22:45:39.296 INFO O| Sep 03 22:45:39.296 INFO STEP 685 (remove_files) COMPLETE
60572024-09-03T22:45:39.480Z[ recovery-image] Sep 03 22:45:39.297 INFO O| Sep 03 22:45:39.296 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-03T22:45:39.504Z[ recovery-image] Sep 03 22:45:39.315 INFO O| Sep 03 22:45:39.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
60592024-09-03T22:45:39.504Z[ recovery-image] Sep 03 22:45:39.315 INFO O| Sep 03 22:45:39.315 INFO STEP 686 (remove_files) COMPLETE
60602024-09-03T22:45:39.504Z[ recovery-image] Sep 03 22:45:39.315 INFO O| Sep 03 22:45:39.315 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-03T22:45:39.528Z[ recovery-image] Sep 03 22:45:39.330 INFO O| Sep 03 22:45:39.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
60622024-09-03T22:45:39.528Z[ recovery-image] Sep 03 22:45:39.330 INFO O| Sep 03 22:45:39.330 INFO STEP 687 (remove_files) COMPLETE
60632024-09-03T22:45:39.528Z[ recovery-image] Sep 03 22:45:39.330 INFO O| Sep 03 22:45:39.330 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-03T22:45:39.552Z[ recovery-image] Sep 03 22:45:39.345 INFO O| Sep 03 22:45:39.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
60652024-09-03T22:45:39.552Z[ recovery-image] Sep 03 22:45:39.346 INFO O| Sep 03 22:45:39.345 INFO STEP 688 (remove_files) COMPLETE
60662024-09-03T22:45:39.552Z[ recovery-image] Sep 03 22:45:39.346 INFO O| Sep 03 22:45:39.346 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-03T22:45:39.552Z[ recovery-image] Sep 03 22:45:39.366 INFO O| Sep 03 22:45:39.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
60682024-09-03T22:45:39.552Z[ recovery-image] Sep 03 22:45:39.366 INFO O| Sep 03 22:45:39.366 INFO STEP 689 (remove_files) COMPLETE
60692024-09-03T22:45:39.552Z[ recovery-image] Sep 03 22:45:39.366 INFO O| Sep 03 22:45:39.366 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-03T22:45:39.618Z[ recovery-image] Sep 03 22:45:39.435 INFO O| Sep 03 22:45:39.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
60712024-09-03T22:45:39.618Z[ recovery-image] Sep 03 22:45:39.435 INFO O| Sep 03 22:45:39.435 INFO STEP 690 (remove_files) COMPLETE
60722024-09-03T22:45:39.618Z[ recovery-image] Sep 03 22:45:39.435 INFO O| Sep 03 22:45:39.435 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-03T22:45:39.729Z[ recovery-image] Sep 03 22:45:39.546 INFO O| Sep 03 22:45:39.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
60742024-09-03T22:45:39.729Z[ recovery-image] Sep 03 22:45:39.546 INFO O| Sep 03 22:45:39.546 INFO STEP 691 (remove_files) COMPLETE
60752024-09-03T22:45:39.753Z[ recovery-image] Sep 03 22:45:39.546 INFO O| Sep 03 22:45:39.546 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-03T22:45:39.782Z[ recovery-image] Sep 03 22:45:39.598 INFO O| Sep 03 22:45:39.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
60772024-09-03T22:45:39.782Z[ recovery-image] Sep 03 22:45:39.598 INFO O| Sep 03 22:45:39.598 INFO STEP 692 (remove_files) COMPLETE
60782024-09-03T22:45:39.782Z[ recovery-image] Sep 03 22:45:39.598 INFO O| Sep 03 22:45:39.598 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-03T22:45:39.806Z[ recovery-image] Sep 03 22:45:39.614 INFO O| Sep 03 22:45:39.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
60802024-09-03T22:45:39.806Z[ recovery-image] Sep 03 22:45:39.614 INFO O| Sep 03 22:45:39.614 INFO STEP 693 (remove_files) COMPLETE
60812024-09-03T22:45:39.806Z[ recovery-image] Sep 03 22:45:39.614 INFO O| Sep 03 22:45:39.614 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-03T22:45:39.832Z[ recovery-image] Sep 03 22:45:39.640 INFO O| Sep 03 22:45:39.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
60832024-09-03T22:45:39.832Z[ recovery-image] Sep 03 22:45:39.640 INFO O| Sep 03 22:45:39.640 INFO STEP 694 (remove_files) COMPLETE
60842024-09-03T22:45:39.832Z[ recovery-image] Sep 03 22:45:39.640 INFO O| Sep 03 22:45:39.640 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-03T22:45:39.857Z[ recovery-image] Sep 03 22:45:39.664 INFO O| Sep 03 22:45:39.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
60862024-09-03T22:45:39.857Z[ recovery-image] Sep 03 22:45:39.664 INFO O| Sep 03 22:45:39.664 INFO STEP 695 (remove_files) COMPLETE
60872024-09-03T22:45:39.857Z[ recovery-image] Sep 03 22:45:39.665 INFO O| Sep 03 22:45:39.664 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-03T22:45:39.881Z[ recovery-image] Sep 03 22:45:39.693 INFO O| Sep 03 22:45:39.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
60892024-09-03T22:45:39.881Z[ recovery-image] Sep 03 22:45:39.693 INFO O| Sep 03 22:45:39.693 INFO STEP 696 (remove_files) COMPLETE
60902024-09-03T22:45:39.881Z[ recovery-image] Sep 03 22:45:39.693 INFO O| Sep 03 22:45:39.693 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-03T22:45:39.949Z[ recovery-image] Sep 03 22:45:39.766 INFO O| Sep 03 22:45:39.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
60922024-09-03T22:45:39.949Z[ recovery-image] Sep 03 22:45:39.766 INFO O| Sep 03 22:45:39.766 INFO STEP 697 (remove_files) COMPLETE
60932024-09-03T22:45:39.949Z[ recovery-image] Sep 03 22:45:39.766 INFO O| Sep 03 22:45:39.766 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-03T22:45:40.007Z[ recovery-image] Sep 03 22:45:39.822 INFO O| Sep 03 22:45:39.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
60952024-09-03T22:45:40.008Z[ recovery-image] Sep 03 22:45:39.822 INFO O| Sep 03 22:45:39.822 INFO STEP 698 (remove_files) COMPLETE
60962024-09-03T22:45:40.008Z[ recovery-image] Sep 03 22:45:39.822 INFO O| Sep 03 22:45:39.822 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-03T22:45:40.057Z[ recovery-image] Sep 03 22:45:39.874 INFO O| Sep 03 22:45:39.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60982024-09-03T22:45:40.057Z[ recovery-image] Sep 03 22:45:39.874 INFO O| Sep 03 22:45:39.874 INFO STEP 699 (remove_files) COMPLETE
60992024-09-03T22:45:40.081Z[ recovery-image] Sep 03 22:45:39.874 INFO O| Sep 03 22:45:39.874 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-03T22:45:40.217Z[ recovery-image] Sep 03 22:45:40.034 INFO O| Sep 03 22:45:40.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61012024-09-03T22:45:40.217Z[ recovery-image] Sep 03 22:45:40.034 INFO O| Sep 03 22:45:40.034 INFO STEP 700 (remove_files) COMPLETE
61022024-09-03T22:45:40.241Z[ recovery-image] Sep 03 22:45:40.034 INFO O| Sep 03 22:45:40.034 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-03T22:45:40.265Z[ recovery-image] Sep 03 22:45:40.063 INFO O| Sep 03 22:45:40.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61042024-09-03T22:45:40.265Z[ recovery-image] Sep 03 22:45:40.063 INFO O| Sep 03 22:45:40.063 INFO STEP 701 (remove_files) COMPLETE
61052024-09-03T22:45:40.265Z[ recovery-image] Sep 03 22:45:40.063 INFO O| Sep 03 22:45:40.063 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-03T22:45:40.265Z[ recovery-image] Sep 03 22:45:40.077 INFO O| Sep 03 22:45:40.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61072024-09-03T22:45:40.265Z[ recovery-image] Sep 03 22:45:40.077 INFO O| Sep 03 22:45:40.077 INFO STEP 702 (remove_files) COMPLETE
61082024-09-03T22:45:40.265Z[ recovery-image] Sep 03 22:45:40.077 INFO O| Sep 03 22:45:40.077 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-03T22:45:40.321Z[ recovery-image] Sep 03 22:45:40.138 INFO O| Sep 03 22:45:40.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61102024-09-03T22:45:40.321Z[ recovery-image] Sep 03 22:45:40.138 INFO O| Sep 03 22:45:40.138 INFO STEP 703 (remove_files) COMPLETE
61112024-09-03T22:45:40.346Z[ recovery-image] Sep 03 22:45:40.138 INFO O| Sep 03 22:45:40.138 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-03T22:45:40.378Z[ recovery-image] Sep 03 22:45:40.195 INFO O| Sep 03 22:45:40.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61132024-09-03T22:45:40.378Z[ recovery-image] Sep 03 22:45:40.195 INFO O| Sep 03 22:45:40.195 INFO STEP 704 (remove_files) COMPLETE
61142024-09-03T22:45:40.402Z[ recovery-image] Sep 03 22:45:40.195 INFO O| Sep 03 22:45:40.195 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-03T22:45:40.426Z[ recovery-image] Sep 03 22:45:40.230 INFO O| Sep 03 22:45:40.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61162024-09-03T22:45:40.426Z[ recovery-image] Sep 03 22:45:40.230 INFO O| Sep 03 22:45:40.230 INFO STEP 705 (remove_files) COMPLETE
61172024-09-03T22:45:40.426Z[ recovery-image] Sep 03 22:45:40.230 INFO O| Sep 03 22:45:40.230 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-03T22:45:40.450Z[ recovery-image] Sep 03 22:45:40.265 INFO O| Sep 03 22:45:40.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61192024-09-03T22:45:40.450Z[ recovery-image] Sep 03 22:45:40.265 INFO O| Sep 03 22:45:40.265 INFO STEP 706 (remove_files) COMPLETE
61202024-09-03T22:45:40.450Z[ recovery-image] Sep 03 22:45:40.265 INFO O| Sep 03 22:45:40.265 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-03T22:45:40.507Z[ recovery-image] Sep 03 22:45:40.324 INFO O| Sep 03 22:45:40.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61222024-09-03T22:45:40.507Z[ recovery-image] Sep 03 22:45:40.324 INFO O| Sep 03 22:45:40.324 INFO STEP 707 (remove_files) COMPLETE
61232024-09-03T22:45:40.531Z[ recovery-image] Sep 03 22:45:40.324 INFO O| Sep 03 22:45:40.324 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-03T22:45:40.531Z[ recovery-image] Sep 03 22:45:40.339 INFO O| Sep 03 22:45:40.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61252024-09-03T22:45:40.531Z[ recovery-image] Sep 03 22:45:40.339 INFO O| Sep 03 22:45:40.339 INFO STEP 708 (remove_files) COMPLETE
61262024-09-03T22:45:40.531Z[ recovery-image] Sep 03 22:45:40.339 INFO O| Sep 03 22:45:40.339 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-03T22:45:40.555Z[ recovery-image] Sep 03 22:45:40.368 INFO O| Sep 03 22:45:40.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61282024-09-03T22:45:40.555Z[ recovery-image] Sep 03 22:45:40.368 INFO O| Sep 03 22:45:40.368 INFO STEP 709 (remove_files) COMPLETE
61292024-09-03T22:45:40.555Z[ recovery-image] Sep 03 22:45:40.368 INFO O| Sep 03 22:45:40.368 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-03T22:45:40.602Z[ recovery-image] Sep 03 22:45:40.419 INFO O| Sep 03 22:45:40.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61312024-09-03T22:45:40.602Z[ recovery-image] Sep 03 22:45:40.419 INFO O| Sep 03 22:45:40.419 INFO STEP 710 (remove_files) COMPLETE
61322024-09-03T22:45:40.626Z[ recovery-image] Sep 03 22:45:40.419 INFO O| Sep 03 22:45:40.419 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-03T22:45:40.626Z[ recovery-image] Sep 03 22:45:40.435 INFO O| Sep 03 22:45:40.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61342024-09-03T22:45:40.626Z[ recovery-image] Sep 03 22:45:40.435 INFO O| Sep 03 22:45:40.435 INFO STEP 711 (remove_files) COMPLETE
61352024-09-03T22:45:40.626Z[ recovery-image] Sep 03 22:45:40.435 INFO O| Sep 03 22:45:40.435 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-03T22:45:40.650Z[ recovery-image] Sep 03 22:45:40.449 INFO O| Sep 03 22:45:40.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61372024-09-03T22:45:40.650Z[ recovery-image] Sep 03 22:45:40.450 INFO O| Sep 03 22:45:40.449 INFO STEP 712 (remove_files) COMPLETE
61382024-09-03T22:45:40.650Z[ recovery-image] Sep 03 22:45:40.450 INFO O| Sep 03 22:45:40.450 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-03T22:45:40.651Z[ recovery-image] Sep 03 22:45:40.464 INFO O| Sep 03 22:45:40.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61402024-09-03T22:45:40.651Z[ recovery-image] Sep 03 22:45:40.464 INFO O| Sep 03 22:45:40.464 INFO STEP 713 (remove_files) COMPLETE
61412024-09-03T22:45:40.651Z[ recovery-image] Sep 03 22:45:40.464 INFO O| Sep 03 22:45:40.464 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-03T22:45:40.675Z[ recovery-image] Sep 03 22:45:40.477 INFO O| Sep 03 22:45:40.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61432024-09-03T22:45:40.675Z[ recovery-image] Sep 03 22:45:40.477 INFO O| Sep 03 22:45:40.477 INFO STEP 714 (remove_files) COMPLETE
61442024-09-03T22:45:40.675Z[ recovery-image] Sep 03 22:45:40.477 INFO O| Sep 03 22:45:40.477 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-03T22:45:40.718Z[ recovery-image] Sep 03 22:45:40.535 INFO O| Sep 03 22:45:40.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61462024-09-03T22:45:40.718Z[ recovery-image] Sep 03 22:45:40.535 INFO O| Sep 03 22:45:40.535 INFO STEP 715 (remove_files) COMPLETE
61472024-09-03T22:45:40.718Z[ recovery-image] Sep 03 22:45:40.535 INFO O| Sep 03 22:45:40.535 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-03T22:45:40.742Z[ recovery-image] Sep 03 22:45:40.549 INFO O| Sep 03 22:45:40.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61492024-09-03T22:45:40.742Z[ recovery-image] Sep 03 22:45:40.549 INFO O| Sep 03 22:45:40.549 INFO STEP 716 (remove_files) COMPLETE
61502024-09-03T22:45:40.742Z[ recovery-image] Sep 03 22:45:40.549 INFO O| Sep 03 22:45:40.549 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-03T22:45:40.766Z[ recovery-image] Sep 03 22:45:40.575 INFO O| Sep 03 22:45:40.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
61522024-09-03T22:45:40.766Z[ recovery-image] Sep 03 22:45:40.575 INFO O| Sep 03 22:45:40.575 INFO STEP 717 (remove_files) COMPLETE
61532024-09-03T22:45:40.766Z[ recovery-image] Sep 03 22:45:40.575 INFO O| Sep 03 22:45:40.575 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-03T22:45:40.790Z[ recovery-image] Sep 03 22:45:40.588 INFO O| Sep 03 22:45:40.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
61552024-09-03T22:45:40.790Z[ recovery-image] Sep 03 22:45:40.588 INFO O| Sep 03 22:45:40.588 INFO STEP 718 (remove_files) COMPLETE
61562024-09-03T22:45:40.790Z[ recovery-image] Sep 03 22:45:40.588 INFO O| Sep 03 22:45:40.588 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-03T22:45:40.790Z[ recovery-image] Sep 03 22:45:40.602 INFO O| Sep 03 22:45:40.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
61582024-09-03T22:45:40.790Z[ recovery-image] Sep 03 22:45:40.602 INFO O| Sep 03 22:45:40.602 INFO STEP 719 (remove_files) COMPLETE
61592024-09-03T22:45:40.790Z[ recovery-image] Sep 03 22:45:40.602 INFO O| Sep 03 22:45:40.602 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-03T22:45:40.814Z[ recovery-image] Sep 03 22:45:40.616 INFO O| Sep 03 22:45:40.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
61612024-09-03T22:45:40.814Z[ recovery-image] Sep 03 22:45:40.616 INFO O| Sep 03 22:45:40.616 INFO STEP 720 (remove_files) COMPLETE
61622024-09-03T22:45:40.814Z[ recovery-image] Sep 03 22:45:40.616 INFO O| Sep 03 22:45:40.616 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-03T22:45:40.814Z[ recovery-image] Sep 03 22:45:40.629 INFO O| Sep 03 22:45:40.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
61642024-09-03T22:45:40.814Z[ recovery-image] Sep 03 22:45:40.629 INFO O| Sep 03 22:45:40.629 INFO STEP 721 (remove_files) COMPLETE
61652024-09-03T22:45:40.814Z[ recovery-image] Sep 03 22:45:40.629 INFO O| Sep 03 22:45:40.629 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-03T22:45:40.839Z[ recovery-image] Sep 03 22:45:40.642 INFO O| Sep 03 22:45:40.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
61672024-09-03T22:45:40.839Z[ recovery-image] Sep 03 22:45:40.642 INFO O| Sep 03 22:45:40.642 INFO STEP 722 (remove_files) COMPLETE
61682024-09-03T22:45:40.839Z[ recovery-image] Sep 03 22:45:40.642 INFO O| Sep 03 22:45:40.642 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-03T22:45:40.864Z[ recovery-image] Sep 03 22:45:40.677 INFO O| Sep 03 22:45:40.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
61702024-09-03T22:45:40.864Z[ recovery-image] Sep 03 22:45:40.677 INFO O| Sep 03 22:45:40.677 INFO STEP 723 (remove_files) COMPLETE
61712024-09-03T22:45:40.864Z[ recovery-image] Sep 03 22:45:40.677 INFO O| Sep 03 22:45:40.677 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-03T22:45:40.905Z[ recovery-image] Sep 03 22:45:40.722 INFO O| Sep 03 22:45:40.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
61732024-09-03T22:45:40.905Z[ recovery-image] Sep 03 22:45:40.722 INFO O| Sep 03 22:45:40.722 INFO STEP 724 (remove_files) COMPLETE
61742024-09-03T22:45:40.929Z[ recovery-image] Sep 03 22:45:40.722 INFO O| Sep 03 22:45:40.722 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-03T22:45:40.954Z[ recovery-image] Sep 03 22:45:40.767 INFO O| Sep 03 22:45:40.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
61762024-09-03T22:45:40.955Z[ recovery-image] Sep 03 22:45:40.767 INFO O| Sep 03 22:45:40.767 INFO STEP 725 (remove_files) COMPLETE
61772024-09-03T22:45:40.955Z[ recovery-image] Sep 03 22:45:40.767 INFO O| Sep 03 22:45:40.767 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-03T22:45:40.984Z[ recovery-image] Sep 03 22:45:40.783 INFO O| Sep 03 22:45:40.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
61792024-09-03T22:45:40.985Z[ recovery-image] Sep 03 22:45:40.783 INFO O| Sep 03 22:45:40.783 INFO STEP 726 (remove_files) COMPLETE
61802024-09-03T22:45:40.985Z[ recovery-image] Sep 03 22:45:40.783 INFO O| Sep 03 22:45:40.783 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-03T22:45:40.985Z[ host-image] Sep 03 22:45:40.784 INFO O| Sep 03 22:45:40.783 INFO O| Done
61822024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.797 INFO O| Sep 03 22:45:40.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
61832024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.797 INFO O| Sep 03 22:45:40.797 INFO STEP 727 (remove_files) COMPLETE
61842024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.798 INFO O| Sep 03 22:45:40.797 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.823 INFO O| Sep 03 22:45:40.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
61862024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.823 INFO O| Sep 03 22:45:40.823 INFO STEP 728 (remove_files) COMPLETE
61872024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.823 INFO O| Sep 03 22:45:40.823 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-09-03T22:45:41.064Z[ host-image] Sep 03 22:45:40.834 INFO O| Sep 03 22:45:40.834 INFO O| Done
61892024-09-03T22:45:41.064Z[ host-image] Sep 03 22:45:40.835 INFO O| Sep 03 22:45:40.834 INFO O| Done
61902024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.861 INFO O| Sep 03 22:45:40.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
61912024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.861 INFO O| Sep 03 22:45:40.861 INFO STEP 729 (remove_files) COMPLETE
61922024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.861 INFO O| Sep 03 22:45:40.861 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.878 INFO O| Sep 03 22:45:40.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
61942024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.878 INFO O| Sep 03 22:45:40.878 INFO STEP 730 (remove_files) COMPLETE
61952024-09-03T22:45:41.064Z[ recovery-image] Sep 03 22:45:40.878 INFO O| Sep 03 22:45:40.878 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-03T22:45:41.088Z[ host-image] Sep 03 22:45:40.886 INFO O| Sep 03 22:45:40.886 INFO O| Done
61972024-09-03T22:45:41.088Z[ recovery-image] Sep 03 22:45:40.896 INFO O| Sep 03 22:45:40.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
61982024-09-03T22:45:41.088Z[ recovery-image] Sep 03 22:45:40.896 INFO O| Sep 03 22:45:40.896 INFO STEP 731 (remove_files) COMPLETE
61992024-09-03T22:45:41.088Z[ recovery-image] Sep 03 22:45:40.897 INFO O| Sep 03 22:45:40.896 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-09-03T22:45:41.136Z[ recovery-image] Sep 03 22:45:40.953 INFO O| Sep 03 22:45:40.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62012024-09-03T22:45:41.137Z[ recovery-image] Sep 03 22:45:40.953 INFO O| Sep 03 22:45:40.953 INFO STEP 732 (remove_files) COMPLETE
62022024-09-03T22:45:41.137Z[ recovery-image] Sep 03 22:45:40.953 INFO O| Sep 03 22:45:40.953 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-09-03T22:45:41.160Z[ recovery-image] Sep 03 22:45:40.969 INFO O| Sep 03 22:45:40.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62042024-09-03T22:45:41.160Z[ recovery-image] Sep 03 22:45:40.969 INFO O| Sep 03 22:45:40.969 INFO STEP 733 (remove_files) COMPLETE
62052024-09-03T22:45:41.160Z[ recovery-image] Sep 03 22:45:40.969 INFO O| Sep 03 22:45:40.969 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-09-03T22:45:41.184Z[ recovery-image] Sep 03 22:45:40.984 INFO O| Sep 03 22:45:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62072024-09-03T22:45:41.184Z[ recovery-image] Sep 03 22:45:40.984 INFO O| Sep 03 22:45:40.984 INFO STEP 734 (remove_files) COMPLETE
62082024-09-03T22:45:41.184Z[ recovery-image] Sep 03 22:45:40.984 INFO O| Sep 03 22:45:40.984 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-09-03T22:45:41.184Z[ recovery-image] Sep 03 22:45:40.999 INFO O| Sep 03 22:45:40.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62102024-09-03T22:45:41.184Z[ recovery-image] Sep 03 22:45:40.999 INFO O| Sep 03 22:45:40.999 INFO STEP 735 (remove_files) COMPLETE
62112024-09-03T22:45:41.184Z[ recovery-image] Sep 03 22:45:40.999 INFO O| Sep 03 22:45:40.999 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-09-03T22:45:41.208Z[ recovery-image] Sep 03 22:45:41.013 INFO O| Sep 03 22:45:41.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62132024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.014 INFO O| Sep 03 22:45:41.013 INFO STEP 736 (remove_files) COMPLETE
62142024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.014 INFO O| Sep 03 22:45:41.014 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.028 INFO O| Sep 03 22:45:41.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62162024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.029 INFO O| Sep 03 22:45:41.028 INFO STEP 737 (remove_files) COMPLETE
62172024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.029 INFO O| Sep 03 22:45:41.029 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-09-03T22:45:41.232Z[ host-image] Sep 03 22:45:41.034 INFO O| Sep 03 22:45:41.034 INFO STEP 13 (pkg_install) COMPLETE
62192024-09-03T22:45:41.232Z[ host-image] Sep 03 22:45:41.034 INFO O| Sep 03 22:45:41.034 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62202024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.046 INFO O| Sep 03 22:45:41.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62212024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.046 INFO O| Sep 03 22:45:41.046 INFO STEP 738 (remove_files) COMPLETE
62222024-09-03T22:45:41.232Z[ recovery-image] Sep 03 22:45:41.046 INFO O| Sep 03 22:45:41.046 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-09-03T22:45:41.256Z[ host-image] Sep 03 22:45:41.051 INFO O| Sep 03 22:45:41.051 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
62242024-09-03T22:45:41.280Z[ recovery-image] Sep 03 22:45:41.073 INFO O| Sep 03 22:45:41.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62252024-09-03T22:45:41.280Z[ recovery-image] Sep 03 22:45:41.073 INFO O| Sep 03 22:45:41.073 INFO STEP 739 (remove_files) COMPLETE
62262024-09-03T22:45:41.280Z[ recovery-image] Sep 03 22:45:41.073 INFO O| Sep 03 22:45:41.073 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-09-03T22:45:41.304Z[ recovery-image] Sep 03 22:45:41.108 INFO O| Sep 03 22:45:41.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62282024-09-03T22:45:41.304Z[ recovery-image] Sep 03 22:45:41.108 INFO O| Sep 03 22:45:41.108 INFO STEP 740 (remove_files) COMPLETE
62292024-09-03T22:45:41.304Z[ recovery-image] Sep 03 22:45:41.108 INFO O| Sep 03 22:45:41.108 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-09-03T22:45:41.351Z[ recovery-image] Sep 03 22:45:41.168 INFO O| Sep 03 22:45:41.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62312024-09-03T22:45:41.351Z[ recovery-image] Sep 03 22:45:41.168 INFO O| Sep 03 22:45:41.168 INFO STEP 741 (remove_files) COMPLETE
62322024-09-03T22:45:41.374Z[ recovery-image] Sep 03 22:45:41.168 INFO O| Sep 03 22:45:41.168 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-09-03T22:45:41.398Z[ recovery-image] Sep 03 22:45:41.186 INFO O| Sep 03 22:45:41.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62342024-09-03T22:45:41.398Z[ recovery-image] Sep 03 22:45:41.186 INFO O| Sep 03 22:45:41.186 INFO STEP 742 (remove_files) COMPLETE
62352024-09-03T22:45:41.398Z[ recovery-image] Sep 03 22:45:41.186 INFO O| Sep 03 22:45:41.186 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-09-03T22:45:41.398Z[ recovery-image] Sep 03 22:45:41.202 INFO O| Sep 03 22:45:41.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62372024-09-03T22:45:41.398Z[ recovery-image] Sep 03 22:45:41.202 INFO O| Sep 03 22:45:41.202 INFO STEP 743 (remove_files) COMPLETE
62382024-09-03T22:45:41.398Z[ recovery-image] Sep 03 22:45:41.202 INFO O| Sep 03 22:45:41.202 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-09-03T22:45:41.422Z[ recovery-image] Sep 03 22:45:41.216 INFO O| Sep 03 22:45:41.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62402024-09-03T22:45:41.422Z[ recovery-image] Sep 03 22:45:41.216 INFO O| Sep 03 22:45:41.216 INFO STEP 744 (remove_files) COMPLETE
62412024-09-03T22:45:41.422Z[ recovery-image] Sep 03 22:45:41.216 INFO O| Sep 03 22:45:41.216 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-09-03T22:45:41.422Z[ recovery-image] Sep 03 22:45:41.230 INFO O| Sep 03 22:45:41.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62432024-09-03T22:45:41.422Z[ recovery-image] Sep 03 22:45:41.230 INFO O| Sep 03 22:45:41.230 INFO STEP 745 (remove_files) COMPLETE
62442024-09-03T22:45:41.422Z[ recovery-image] Sep 03 22:45:41.230 INFO O| Sep 03 22:45:41.230 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-09-03T22:45:41.446Z[ recovery-image] Sep 03 22:45:41.244 INFO O| Sep 03 22:45:41.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62462024-09-03T22:45:41.446Z[ recovery-image] Sep 03 22:45:41.244 INFO O| Sep 03 22:45:41.244 INFO STEP 746 (remove_files) COMPLETE
62472024-09-03T22:45:41.446Z[ recovery-image] Sep 03 22:45:41.244 INFO O| Sep 03 22:45:41.244 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-09-03T22:45:41.446Z[ recovery-image] Sep 03 22:45:41.258 INFO O| Sep 03 22:45:41.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62492024-09-03T22:45:41.446Z[ recovery-image] Sep 03 22:45:41.258 INFO O| Sep 03 22:45:41.258 INFO STEP 747 (remove_files) COMPLETE
62502024-09-03T22:45:41.446Z[ recovery-image] Sep 03 22:45:41.258 INFO O| Sep 03 22:45:41.258 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-09-03T22:45:41.470Z[ recovery-image] Sep 03 22:45:41.271 INFO O| Sep 03 22:45:41.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62522024-09-03T22:45:41.470Z[ recovery-image] Sep 03 22:45:41.272 INFO O| Sep 03 22:45:41.271 INFO STEP 748 (remove_files) COMPLETE
62532024-09-03T22:45:41.470Z[ recovery-image] Sep 03 22:45:41.272 INFO O| Sep 03 22:45:41.271 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-09-03T22:45:41.494Z[ recovery-image] Sep 03 22:45:41.309 INFO O| Sep 03 22:45:41.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62552024-09-03T22:45:41.494Z[ recovery-image] Sep 03 22:45:41.309 INFO O| Sep 03 22:45:41.309 INFO STEP 749 (remove_files) COMPLETE
62562024-09-03T22:45:41.494Z[ recovery-image] Sep 03 22:45:41.309 INFO O| Sep 03 22:45:41.309 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-09-03T22:45:41.537Z[ recovery-image] Sep 03 22:45:41.354 INFO O| Sep 03 22:45:41.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
62582024-09-03T22:45:41.537Z[ recovery-image] Sep 03 22:45:41.354 INFO O| Sep 03 22:45:41.354 INFO STEP 750 (remove_files) COMPLETE
62592024-09-03T22:45:41.537Z[ recovery-image] Sep 03 22:45:41.354 INFO O| Sep 03 22:45:41.354 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-09-03T22:45:41.580Z[ recovery-image] Sep 03 22:45:41.398 INFO O| Sep 03 22:45:41.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
62612024-09-03T22:45:41.605Z[ recovery-image] Sep 03 22:45:41.398 INFO O| Sep 03 22:45:41.398 INFO STEP 751 (remove_files) COMPLETE
62622024-09-03T22:45:41.605Z[ recovery-image] Sep 03 22:45:41.398 INFO O| Sep 03 22:45:41.398 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-09-03T22:45:41.605Z[ recovery-image] Sep 03 22:45:41.413 INFO O| Sep 03 22:45:41.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
62642024-09-03T22:45:41.605Z[ recovery-image] Sep 03 22:45:41.414 INFO O| Sep 03 22:45:41.414 INFO STEP 752 (remove_files) COMPLETE
62652024-09-03T22:45:41.605Z[ recovery-image] Sep 03 22:45:41.414 INFO O| Sep 03 22:45:41.414 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-09-03T22:45:41.629Z[ recovery-image] Sep 03 22:45:41.428 INFO O| Sep 03 22:45:41.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
62672024-09-03T22:45:41.629Z[ recovery-image] Sep 03 22:45:41.429 INFO O| Sep 03 22:45:41.429 INFO STEP 753 (remove_files) COMPLETE
62682024-09-03T22:45:41.629Z[ recovery-image] Sep 03 22:45:41.429 INFO O| Sep 03 22:45:41.429 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-09-03T22:45:41.629Z[ recovery-image] Sep 03 22:45:41.443 INFO O| Sep 03 22:45:41.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
62702024-09-03T22:45:41.629Z[ recovery-image] Sep 03 22:45:41.443 INFO O| Sep 03 22:45:41.443 INFO STEP 754 (remove_files) COMPLETE
62712024-09-03T22:45:41.629Z[ recovery-image] Sep 03 22:45:41.443 INFO O| Sep 03 22:45:41.443 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-09-03T22:45:41.653Z[ recovery-image] Sep 03 22:45:41.458 INFO O| Sep 03 22:45:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
62732024-09-03T22:45:41.653Z[ recovery-image] Sep 03 22:45:41.458 INFO O| Sep 03 22:45:41.458 INFO STEP 755 (remove_files) COMPLETE
62742024-09-03T22:45:41.653Z[ recovery-image] Sep 03 22:45:41.458 INFO O| Sep 03 22:45:41.458 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-09-03T22:45:41.676Z[ recovery-image] Sep 03 22:45:41.486 INFO O| Sep 03 22:45:41.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
62762024-09-03T22:45:41.676Z[ recovery-image] Sep 03 22:45:41.487 INFO O| Sep 03 22:45:41.486 INFO STEP 756 (remove_files) COMPLETE
62772024-09-03T22:45:41.676Z[ recovery-image] Sep 03 22:45:41.487 INFO O| Sep 03 22:45:41.486 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-09-03T22:45:41.700Z[ recovery-image] Sep 03 22:45:41.508 INFO O| Sep 03 22:45:41.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
62792024-09-03T22:45:41.775Z[ recovery-image] Sep 03 22:45:41.592 INFO O| Sep 03 22:45:41.592 INFO STEP 757 (remove_files) COMPLETE
62802024-09-03T22:45:41.775Z[ recovery-image] Sep 03 22:45:41.592 INFO O| Sep 03 22:45:41.592 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-09-03T22:45:41.840Z[ recovery-image] Sep 03 22:45:41.657 INFO O| Sep 03 22:45:41.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
62822024-09-03T22:45:41.840Z[ recovery-image] Sep 03 22:45:41.657 INFO O| Sep 03 22:45:41.657 INFO STEP 758 (remove_files) COMPLETE
62832024-09-03T22:45:41.864Z[ recovery-image] Sep 03 22:45:41.657 INFO O| Sep 03 22:45:41.657 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-09-03T22:45:41.864Z[ recovery-image] Sep 03 22:45:41.672 INFO O| Sep 03 22:45:41.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
62852024-09-03T22:45:41.864Z[ recovery-image] Sep 03 22:45:41.673 INFO O| Sep 03 22:45:41.673 INFO STEP 759 (remove_files) COMPLETE
62862024-09-03T22:45:41.864Z[ recovery-image] Sep 03 22:45:41.673 INFO O| Sep 03 22:45:41.673 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-09-03T22:45:41.897Z[ recovery-image] Sep 03 22:45:41.714 INFO O| Sep 03 22:45:41.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
62882024-09-03T22:45:41.897Z[ recovery-image] Sep 03 22:45:41.714 INFO O| Sep 03 22:45:41.714 INFO STEP 760 (remove_files) COMPLETE
62892024-09-03T22:45:41.897Z[ recovery-image] Sep 03 22:45:41.714 INFO O| Sep 03 22:45:41.714 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-09-03T22:45:41.921Z[ recovery-image] Sep 03 22:45:41.731 INFO O| Sep 03 22:45:41.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
62912024-09-03T22:45:41.921Z[ recovery-image] Sep 03 22:45:41.732 INFO O| Sep 03 22:45:41.731 INFO STEP 761 (remove_files) COMPLETE
62922024-09-03T22:45:41.921Z[ recovery-image] Sep 03 22:45:41.732 INFO O| Sep 03 22:45:41.731 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-09-03T22:45:41.947Z[ recovery-image] Sep 03 22:45:41.747 INFO O| Sep 03 22:45:41.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
62942024-09-03T22:45:41.947Z[ recovery-image] Sep 03 22:45:41.747 INFO O| Sep 03 22:45:41.747 INFO STEP 762 (remove_files) COMPLETE
62952024-09-03T22:45:41.947Z[ recovery-image] Sep 03 22:45:41.747 INFO O| Sep 03 22:45:41.747 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-09-03T22:45:41.971Z[ recovery-image] Sep 03 22:45:41.762 INFO O| Sep 03 22:45:41.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
62972024-09-03T22:45:41.971Z[ recovery-image] Sep 03 22:45:41.762 INFO O| Sep 03 22:45:41.762 INFO STEP 763 (remove_files) COMPLETE
62982024-09-03T22:45:41.971Z[ recovery-image] Sep 03 22:45:41.762 INFO O| Sep 03 22:45:41.762 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-09-03T22:45:41.995Z[ recovery-image] Sep 03 22:45:41.794 INFO O| Sep 03 22:45:41.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63002024-09-03T22:45:41.995Z[ recovery-image] Sep 03 22:45:41.794 INFO O| Sep 03 22:45:41.794 INFO STEP 764 (remove_files) COMPLETE
63012024-09-03T22:45:41.995Z[ recovery-image] Sep 03 22:45:41.795 INFO O| Sep 03 22:45:41.795 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-09-03T22:45:41.995Z[ recovery-image] Sep 03 22:45:41.810 INFO O| Sep 03 22:45:41.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63032024-09-03T22:45:41.995Z[ recovery-image] Sep 03 22:45:41.810 INFO O| Sep 03 22:45:41.810 INFO STEP 765 (remove_files) COMPLETE
63042024-09-03T22:45:41.995Z[ recovery-image] Sep 03 22:45:41.810 INFO O| Sep 03 22:45:41.810 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-09-03T22:45:42.026Z[ recovery-image] Sep 03 22:45:41.844 INFO O| Sep 03 22:45:41.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63062024-09-03T22:45:42.026Z[ recovery-image] Sep 03 22:45:41.844 INFO O| Sep 03 22:45:41.844 INFO STEP 766 (remove_files) COMPLETE
63072024-09-03T22:45:42.026Z[ recovery-image] Sep 03 22:45:41.844 INFO O| Sep 03 22:45:41.844 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-09-03T22:45:42.068Z[ recovery-image] Sep 03 22:45:41.885 INFO O| Sep 03 22:45:41.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63092024-09-03T22:45:42.068Z[ recovery-image] Sep 03 22:45:41.885 INFO O| Sep 03 22:45:41.885 INFO STEP 767 (remove_files) COMPLETE
63102024-09-03T22:45:42.092Z[ recovery-image] Sep 03 22:45:41.885 INFO O| Sep 03 22:45:41.885 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-09-03T22:45:42.092Z[ host-image] Sep 03 22:45:41.902 INFO O| Sep 03 22:45:41.902 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
63122024-09-03T22:45:42.125Z[ recovery-image] Sep 03 22:45:41.942 INFO O| Sep 03 22:45:41.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63132024-09-03T22:45:42.125Z[ recovery-image] Sep 03 22:45:41.942 INFO O| Sep 03 22:45:41.942 INFO STEP 768 (remove_files) COMPLETE
63142024-09-03T22:45:42.149Z[ recovery-image] Sep 03 22:45:41.942 INFO O| Sep 03 22:45:41.942 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-03T22:45:42.172Z[ recovery-image] Sep 03 22:45:41.968 INFO O| Sep 03 22:45:41.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63162024-09-03T22:45:42.173Z[ recovery-image] Sep 03 22:45:41.968 INFO O| Sep 03 22:45:41.968 INFO STEP 769 (remove_files) COMPLETE
63172024-09-03T22:45:42.173Z[ recovery-image] Sep 03 22:45:41.968 INFO O| Sep 03 22:45:41.968 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-03T22:45:42.204Z[ recovery-image] Sep 03 22:45:42.021 INFO O| Sep 03 22:45:42.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63192024-09-03T22:45:42.204Z[ recovery-image] Sep 03 22:45:42.021 INFO O| Sep 03 22:45:42.021 INFO STEP 770 (remove_files) COMPLETE
63202024-09-03T22:45:42.228Z[ recovery-image] Sep 03 22:45:42.021 INFO O| Sep 03 22:45:42.021 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-03T22:45:42.257Z[ recovery-image] Sep 03 22:45:42.074 INFO O| Sep 03 22:45:42.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63222024-09-03T22:45:42.281Z[ recovery-image] Sep 03 22:45:42.074 INFO O| Sep 03 22:45:42.074 INFO STEP 771 (remove_files) COMPLETE
63232024-09-03T22:45:42.281Z[ recovery-image] Sep 03 22:45:42.074 INFO O| Sep 03 22:45:42.074 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-03T22:45:42.281Z[ recovery-image] Sep 03 22:45:42.095 INFO O| Sep 03 22:45:42.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63252024-09-03T22:45:42.281Z[ recovery-image] Sep 03 22:45:42.095 INFO O| Sep 03 22:45:42.095 INFO STEP 772 (remove_files) COMPLETE
63262024-09-03T22:45:42.281Z[ recovery-image] Sep 03 22:45:42.095 INFO O| Sep 03 22:45:42.095 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-03T22:45:42.315Z[ recovery-image] Sep 03 22:45:42.132 INFO O| Sep 03 22:45:42.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63282024-09-03T22:45:42.339Z[ recovery-image] Sep 03 22:45:42.133 INFO O| Sep 03 22:45:42.132 INFO STEP 773 (remove_files) COMPLETE
63292024-09-03T22:45:42.339Z[ recovery-image] Sep 03 22:45:42.133 INFO O| Sep 03 22:45:42.133 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-03T22:45:42.363Z[ recovery-image] Sep 03 22:45:42.157 INFO O| Sep 03 22:45:42.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63312024-09-03T22:45:42.363Z[ recovery-image] Sep 03 22:45:42.158 INFO O| Sep 03 22:45:42.158 INFO STEP 774 (remove_files) COMPLETE
63322024-09-03T22:45:42.363Z[ recovery-image] Sep 03 22:45:42.158 INFO O| Sep 03 22:45:42.158 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-03T22:45:42.363Z[ recovery-image] Sep 03 22:45:42.177 INFO O| Sep 03 22:45:42.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63342024-09-03T22:45:42.363Z[ recovery-image] Sep 03 22:45:42.177 INFO O| Sep 03 22:45:42.177 INFO STEP 775 (remove_files) COMPLETE
63352024-09-03T22:45:42.363Z[ recovery-image] Sep 03 22:45:42.177 INFO O| Sep 03 22:45:42.177 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-03T22:45:42.387Z[ recovery-image] Sep 03 22:45:42.192 INFO O| Sep 03 22:45:42.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63372024-09-03T22:45:42.387Z[ recovery-image] Sep 03 22:45:42.192 INFO O| Sep 03 22:45:42.192 INFO STEP 776 (remove_files) COMPLETE
63382024-09-03T22:45:42.387Z[ recovery-image] Sep 03 22:45:42.192 INFO O| Sep 03 22:45:42.192 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-03T22:45:42.427Z[ recovery-image] Sep 03 22:45:42.244 INFO O| Sep 03 22:45:42.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63402024-09-03T22:45:42.451Z[ recovery-image] Sep 03 22:45:42.244 INFO O| Sep 03 22:45:42.244 INFO STEP 777 (remove_files) COMPLETE
63412024-09-03T22:45:42.451Z[ recovery-image] Sep 03 22:45:42.244 INFO O| Sep 03 22:45:42.244 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-03T22:45:42.474Z[ recovery-image] Sep 03 22:45:42.286 INFO O| Sep 03 22:45:42.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63432024-09-03T22:45:42.474Z[ recovery-image] Sep 03 22:45:42.287 INFO O| Sep 03 22:45:42.286 INFO STEP 778 (remove_files) COMPLETE
63442024-09-03T22:45:42.474Z[ recovery-image] Sep 03 22:45:42.287 INFO O| Sep 03 22:45:42.287 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-03T22:45:42.512Z[ recovery-image] Sep 03 22:45:42.329 INFO O| Sep 03 22:45:42.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63462024-09-03T22:45:42.536Z[ recovery-image] Sep 03 22:45:42.329 INFO O| Sep 03 22:45:42.329 INFO STEP 779 (remove_files) COMPLETE
63472024-09-03T22:45:42.536Z[ recovery-image] Sep 03 22:45:42.330 INFO O| Sep 03 22:45:42.329 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-03T22:45:42.560Z[ recovery-image] Sep 03 22:45:42.375 INFO O| Sep 03 22:45:42.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63492024-09-03T22:45:42.560Z[ recovery-image] Sep 03 22:45:42.375 INFO O| Sep 03 22:45:42.375 INFO STEP 780 (remove_files) COMPLETE
63502024-09-03T22:45:42.560Z[ recovery-image] Sep 03 22:45:42.375 INFO O| Sep 03 22:45:42.375 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-03T22:45:42.583Z[ recovery-image] Sep 03 22:45:42.390 INFO O| Sep 03 22:45:42.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63522024-09-03T22:45:42.584Z[ recovery-image] Sep 03 22:45:42.390 INFO O| Sep 03 22:45:42.390 INFO STEP 781 (remove_files) COMPLETE
63532024-09-03T22:45:42.584Z[ recovery-image] Sep 03 22:45:42.390 INFO O| Sep 03 22:45:42.390 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-03T22:45:42.607Z[ recovery-image] Sep 03 22:45:42.404 INFO O| Sep 03 22:45:42.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63552024-09-03T22:45:42.607Z[ recovery-image] Sep 03 22:45:42.404 INFO O| Sep 03 22:45:42.404 INFO STEP 782 (remove_files) COMPLETE
63562024-09-03T22:45:42.607Z[ recovery-image] Sep 03 22:45:42.404 INFO O| Sep 03 22:45:42.404 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-03T22:45:42.607Z[ recovery-image] Sep 03 22:45:42.418 INFO O| Sep 03 22:45:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
63582024-09-03T22:45:42.607Z[ recovery-image] Sep 03 22:45:42.418 INFO O| Sep 03 22:45:42.418 INFO STEP 783 (remove_files) COMPLETE
63592024-09-03T22:45:42.608Z[ recovery-image] Sep 03 22:45:42.418 INFO O| Sep 03 22:45:42.418 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-03T22:45:42.631Z[ recovery-image] Sep 03 22:45:42.432 INFO O| Sep 03 22:45:42.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
63612024-09-03T22:45:42.631Z[ recovery-image] Sep 03 22:45:42.432 INFO O| Sep 03 22:45:42.432 INFO STEP 784 (remove_files) COMPLETE
63622024-09-03T22:45:42.631Z[ recovery-image] Sep 03 22:45:42.432 INFO O| Sep 03 22:45:42.432 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-03T22:45:42.631Z[ recovery-image] Sep 03 22:45:42.446 INFO O| Sep 03 22:45:42.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
63642024-09-03T22:45:42.632Z[ recovery-image] Sep 03 22:45:42.446 INFO O| Sep 03 22:45:42.446 INFO STEP 785 (remove_files) COMPLETE
63652024-09-03T22:45:42.632Z[ recovery-image] Sep 03 22:45:42.446 INFO O| Sep 03 22:45:42.446 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-03T22:45:42.655Z[ recovery-image] Sep 03 22:45:42.460 INFO O| Sep 03 22:45:42.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
63672024-09-03T22:45:42.655Z[ recovery-image] Sep 03 22:45:42.460 INFO O| Sep 03 22:45:42.460 INFO STEP 786 (remove_files) COMPLETE
63682024-09-03T22:45:42.655Z[ recovery-image] Sep 03 22:45:42.460 INFO O| Sep 03 22:45:42.460 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-03T22:45:42.679Z[ recovery-image] Sep 03 22:45:42.474 INFO O| Sep 03 22:45:42.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
63702024-09-03T22:45:42.679Z[ recovery-image] Sep 03 22:45:42.474 INFO O| Sep 03 22:45:42.474 INFO STEP 787 (remove_files) COMPLETE
63712024-09-03T22:45:42.679Z[ recovery-image] Sep 03 22:45:42.474 INFO O| Sep 03 22:45:42.474 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-09-03T22:45:42.679Z[ recovery-image] Sep 03 22:45:42.487 INFO O| Sep 03 22:45:42.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
63732024-09-03T22:45:42.679Z[ recovery-image] Sep 03 22:45:42.487 INFO O| Sep 03 22:45:42.487 INFO STEP 788 (remove_files) COMPLETE
63742024-09-03T22:45:42.679Z[ recovery-image] Sep 03 22:45:42.487 INFO O| Sep 03 22:45:42.487 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-09-03T22:45:42.703Z[ recovery-image] Sep 03 22:45:42.500 INFO O| Sep 03 22:45:42.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
63762024-09-03T22:45:42.703Z[ recovery-image] Sep 03 22:45:42.500 INFO O| Sep 03 22:45:42.500 INFO STEP 789 (remove_files) COMPLETE
63772024-09-03T22:45:42.703Z[ recovery-image] Sep 03 22:45:42.500 INFO O| Sep 03 22:45:42.500 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-09-03T22:45:42.728Z[ recovery-image] Sep 03 22:45:42.536 INFO O| Sep 03 22:45:42.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
63792024-09-03T22:45:42.728Z[ recovery-image] Sep 03 22:45:42.536 INFO O| Sep 03 22:45:42.536 INFO STEP 790 (remove_files) COMPLETE
63802024-09-03T22:45:42.728Z[ recovery-image] Sep 03 22:45:42.536 INFO O| Sep 03 22:45:42.536 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-09-03T22:45:42.777Z[ recovery-image] Sep 03 22:45:42.594 INFO O| Sep 03 22:45:42.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
63822024-09-03T22:45:42.777Z[ recovery-image] Sep 03 22:45:42.594 INFO O| Sep 03 22:45:42.594 INFO STEP 791 (remove_files) COMPLETE
63832024-09-03T22:45:42.801Z[ recovery-image] Sep 03 22:45:42.595 INFO O| Sep 03 22:45:42.594 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-09-03T22:45:42.825Z[ recovery-image] Sep 03 22:45:42.635 INFO O| Sep 03 22:45:42.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
63852024-09-03T22:45:42.825Z[ recovery-image] Sep 03 22:45:42.635 INFO O| Sep 03 22:45:42.635 INFO STEP 792 (remove_files) COMPLETE
63862024-09-03T22:45:42.825Z[ recovery-image] Sep 03 22:45:42.635 INFO O| Sep 03 22:45:42.635 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-09-03T22:45:42.849Z[ recovery-image] Sep 03 22:45:42.656 INFO O| Sep 03 22:45:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
63882024-09-03T22:45:42.849Z[ recovery-image] Sep 03 22:45:42.656 INFO O| Sep 03 22:45:42.656 INFO STEP 793 (remove_files) COMPLETE
63892024-09-03T22:45:42.849Z[ recovery-image] Sep 03 22:45:42.656 INFO O| Sep 03 22:45:42.656 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-09-03T22:45:42.873Z[ recovery-image] Sep 03 22:45:42.689 INFO O| Sep 03 22:45:42.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
63912024-09-03T22:45:42.873Z[ recovery-image] Sep 03 22:45:42.689 INFO O| Sep 03 22:45:42.689 INFO STEP 794 (remove_files) COMPLETE
63922024-09-03T22:45:42.873Z[ recovery-image] Sep 03 22:45:42.689 INFO O| Sep 03 22:45:42.689 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-09-03T22:45:42.905Z[ recovery-image] Sep 03 22:45:42.716 INFO O| Sep 03 22:45:42.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
63942024-09-03T22:45:42.905Z[ recovery-image] Sep 03 22:45:42.717 INFO O| Sep 03 22:45:42.717 INFO STEP 795 (remove_files) COMPLETE
63952024-09-03T22:45:42.905Z[ recovery-image] Sep 03 22:45:42.717 INFO O| Sep 03 22:45:42.717 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-09-03T22:45:42.929Z[ recovery-image] Sep 03 22:45:42.732 INFO O| Sep 03 22:45:42.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
63972024-09-03T22:45:42.929Z[ recovery-image] Sep 03 22:45:42.732 INFO O| Sep 03 22:45:42.732 INFO STEP 796 (remove_files) COMPLETE
63982024-09-03T22:45:42.929Z[ recovery-image] Sep 03 22:45:42.733 INFO O| Sep 03 22:45:42.733 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-09-03T22:45:42.929Z[ recovery-image] Sep 03 22:45:42.746 INFO O| Sep 03 22:45:42.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64002024-09-03T22:45:42.953Z[ recovery-image] Sep 03 22:45:42.747 INFO O| Sep 03 22:45:42.747 INFO STEP 797 (remove_files) COMPLETE
64012024-09-03T22:45:42.953Z[ recovery-image] Sep 03 22:45:42.747 INFO O| Sep 03 22:45:42.747 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-09-03T22:45:42.953Z[ recovery-image] Sep 03 22:45:42.760 INFO O| Sep 03 22:45:42.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64032024-09-03T22:45:42.953Z[ recovery-image] Sep 03 22:45:42.760 INFO O| Sep 03 22:45:42.760 INFO STEP 798 (remove_files) COMPLETE
64042024-09-03T22:45:42.953Z[ recovery-image] Sep 03 22:45:42.760 INFO O| Sep 03 22:45:42.760 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-09-03T22:45:42.977Z[ recovery-image] Sep 03 22:45:42.773 INFO O| Sep 03 22:45:42.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64062024-09-03T22:45:42.977Z[ recovery-image] Sep 03 22:45:42.774 INFO O| Sep 03 22:45:42.774 INFO STEP 799 (remove_files) COMPLETE
64072024-09-03T22:45:42.977Z[ recovery-image] Sep 03 22:45:42.774 INFO O| Sep 03 22:45:42.774 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-03T22:45:42.977Z[ recovery-image] Sep 03 22:45:42.787 INFO O| Sep 03 22:45:42.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64092024-09-03T22:45:42.977Z[ recovery-image] Sep 03 22:45:42.787 INFO O| Sep 03 22:45:42.787 INFO STEP 800 (remove_files) COMPLETE
64102024-09-03T22:45:42.977Z[ recovery-image] Sep 03 22:45:42.787 INFO O| Sep 03 22:45:42.787 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-03T22:45:43.001Z[ recovery-image] Sep 03 22:45:42.801 INFO O| Sep 03 22:45:42.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64122024-09-03T22:45:43.001Z[ recovery-image] Sep 03 22:45:42.801 INFO O| Sep 03 22:45:42.801 INFO STEP 801 (remove_files) COMPLETE
64132024-09-03T22:45:43.001Z[ recovery-image] Sep 03 22:45:42.801 INFO O| Sep 03 22:45:42.801 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-03T22:45:43.025Z[ recovery-image] Sep 03 22:45:42.829 INFO O| Sep 03 22:45:42.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64152024-09-03T22:45:43.025Z[ recovery-image] Sep 03 22:45:42.829 INFO O| Sep 03 22:45:42.829 INFO STEP 802 (remove_files) COMPLETE
64162024-09-03T22:45:43.025Z[ recovery-image] Sep 03 22:45:42.829 INFO O| Sep 03 22:45:42.829 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-09-03T22:45:43.065Z[ recovery-image] Sep 03 22:45:42.881 INFO O| Sep 03 22:45:42.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64182024-09-03T22:45:43.065Z[ recovery-image] Sep 03 22:45:42.881 INFO O| Sep 03 22:45:42.881 INFO STEP 803 (remove_files) COMPLETE
64192024-09-03T22:45:43.065Z[ recovery-image] Sep 03 22:45:42.881 INFO O| Sep 03 22:45:42.881 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-09-03T22:45:43.140Z[ recovery-image] Sep 03 22:45:42.957 INFO O| Sep 03 22:45:42.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64212024-09-03T22:45:43.140Z[ recovery-image] Sep 03 22:45:42.957 INFO O| Sep 03 22:45:42.957 INFO STEP 804 (remove_files) COMPLETE
64222024-09-03T22:45:43.164Z[ recovery-image] Sep 03 22:45:42.957 INFO O| Sep 03 22:45:42.957 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-09-03T22:45:43.235Z[ recovery-image] Sep 03 22:45:43.052 INFO O| Sep 03 22:45:43.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64242024-09-03T22:45:43.235Z[ recovery-image] Sep 03 22:45:43.052 INFO O| Sep 03 22:45:43.052 INFO STEP 805 (remove_files) COMPLETE
64252024-09-03T22:45:43.260Z[ recovery-image] Sep 03 22:45:43.052 INFO O| Sep 03 22:45:43.052 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-09-03T22:45:43.284Z[ recovery-image] Sep 03 22:45:43.090 INFO O| Sep 03 22:45:43.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64272024-09-03T22:45:43.284Z[ recovery-image] Sep 03 22:45:43.090 INFO O| Sep 03 22:45:43.090 INFO STEP 806 (remove_files) COMPLETE
64282024-09-03T22:45:43.284Z[ recovery-image] Sep 03 22:45:43.090 INFO O| Sep 03 22:45:43.090 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-09-03T22:45:43.386Z[ recovery-image] Sep 03 22:45:43.203 INFO O| Sep 03 22:45:43.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64302024-09-03T22:45:43.386Z[ recovery-image] Sep 03 22:45:43.203 INFO O| Sep 03 22:45:43.203 INFO STEP 807 (remove_files) COMPLETE
64312024-09-03T22:45:43.410Z[ recovery-image] Sep 03 22:45:43.203 INFO O| Sep 03 22:45:43.203 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-09-03T22:45:43.434Z[ recovery-image] Sep 03 22:45:43.236 INFO O| Sep 03 22:45:43.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64332024-09-03T22:45:43.434Z[ recovery-image] Sep 03 22:45:43.236 INFO O| Sep 03 22:45:43.236 INFO STEP 808 (remove_files) COMPLETE
64342024-09-03T22:45:43.435Z[ recovery-image] Sep 03 22:45:43.236 INFO O| Sep 03 22:45:43.236 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-03T22:45:43.481Z[ recovery-image] Sep 03 22:45:43.298 INFO O| Sep 03 22:45:43.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64362024-09-03T22:45:43.481Z[ recovery-image] Sep 03 22:45:43.298 INFO O| Sep 03 22:45:43.298 INFO STEP 809 (remove_files) COMPLETE
64372024-09-03T22:45:43.505Z[ recovery-image] Sep 03 22:45:43.298 INFO O| Sep 03 22:45:43.298 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-09-03T22:45:43.539Z[ recovery-image] Sep 03 22:45:43.356 INFO O| Sep 03 22:45:43.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64392024-09-03T22:45:43.539Z[ recovery-image] Sep 03 22:45:43.356 INFO O| Sep 03 22:45:43.356 INFO STEP 810 (remove_files) COMPLETE
64402024-09-03T22:45:43.563Z[ recovery-image] Sep 03 22:45:43.356 INFO O| Sep 03 22:45:43.356 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-09-03T22:45:43.563Z[ recovery-image] Sep 03 22:45:43.371 INFO O| Sep 03 22:45:43.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64422024-09-03T22:45:43.563Z[ recovery-image] Sep 03 22:45:43.371 INFO O| Sep 03 22:45:43.371 INFO STEP 811 (remove_files) COMPLETE
64432024-09-03T22:45:43.563Z[ recovery-image] Sep 03 22:45:43.371 INFO O| Sep 03 22:45:43.371 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-03T22:45:43.587Z[ recovery-image] Sep 03 22:45:43.384 INFO O| Sep 03 22:45:43.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64452024-09-03T22:45:43.587Z[ recovery-image] Sep 03 22:45:43.384 INFO O| Sep 03 22:45:43.384 INFO STEP 812 (remove_files) COMPLETE
64462024-09-03T22:45:43.587Z[ recovery-image] Sep 03 22:45:43.384 INFO O| Sep 03 22:45:43.384 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-03T22:45:43.587Z[ recovery-image] Sep 03 22:45:43.398 INFO O| Sep 03 22:45:43.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64482024-09-03T22:45:43.587Z[ recovery-image] Sep 03 22:45:43.398 INFO O| Sep 03 22:45:43.398 INFO STEP 813 (remove_files) COMPLETE
64492024-09-03T22:45:43.587Z[ recovery-image] Sep 03 22:45:43.398 INFO O| Sep 03 22:45:43.398 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-03T22:45:43.611Z[ recovery-image] Sep 03 22:45:43.412 INFO O| Sep 03 22:45:43.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
64512024-09-03T22:45:43.611Z[ recovery-image] Sep 03 22:45:43.412 INFO O| Sep 03 22:45:43.412 INFO STEP 814 (remove_files) COMPLETE
64522024-09-03T22:45:43.611Z[ recovery-image] Sep 03 22:45:43.412 INFO O| Sep 03 22:45:43.412 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-03T22:45:43.611Z[ recovery-image] Sep 03 22:45:43.425 INFO O| Sep 03 22:45:43.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
64542024-09-03T22:45:43.611Z[ recovery-image] Sep 03 22:45:43.425 INFO O| Sep 03 22:45:43.425 INFO STEP 815 (remove_files) COMPLETE
64552024-09-03T22:45:43.611Z[ recovery-image] Sep 03 22:45:43.425 INFO O| Sep 03 22:45:43.425 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-03T22:45:43.635Z[ recovery-image] Sep 03 22:45:43.439 INFO O| Sep 03 22:45:43.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
64572024-09-03T22:45:43.635Z[ recovery-image] Sep 03 22:45:43.439 INFO O| Sep 03 22:45:43.439 INFO STEP 816 (remove_files) COMPLETE
64582024-09-03T22:45:43.635Z[ recovery-image] Sep 03 22:45:43.439 INFO O| Sep 03 22:45:43.439 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-03T22:45:43.659Z[ recovery-image] Sep 03 22:45:43.464 INFO O| Sep 03 22:45:43.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
64602024-09-03T22:45:43.659Z[ recovery-image] Sep 03 22:45:43.465 INFO O| Sep 03 22:45:43.464 INFO STEP 817 (remove_files) COMPLETE
64612024-09-03T22:45:43.659Z[ recovery-image] Sep 03 22:45:43.465 INFO O| Sep 03 22:45:43.465 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-03T22:45:43.708Z[ recovery-image] Sep 03 22:45:43.525 INFO O| Sep 03 22:45:43.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
64632024-09-03T22:45:43.708Z[ recovery-image] Sep 03 22:45:43.525 INFO O| Sep 03 22:45:43.525 INFO STEP 818 (remove_files) COMPLETE
64642024-09-03T22:45:43.732Z[ recovery-image] Sep 03 22:45:43.525 INFO O| Sep 03 22:45:43.525 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-03T22:45:43.732Z[ recovery-image] Sep 03 22:45:43.545 INFO O| Sep 03 22:45:43.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
64662024-09-03T22:45:43.732Z[ recovery-image] Sep 03 22:45:43.545 INFO O| Sep 03 22:45:43.545 INFO STEP 819 (remove_files) COMPLETE
64672024-09-03T22:45:43.732Z[ recovery-image] Sep 03 22:45:43.545 INFO O| Sep 03 22:45:43.545 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-03T22:45:43.766Z[ recovery-image] Sep 03 22:45:43.583 INFO O| Sep 03 22:45:43.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
64692024-09-03T22:45:43.766Z[ recovery-image] Sep 03 22:45:43.583 INFO O| Sep 03 22:45:43.583 INFO STEP 820 (remove_files) COMPLETE
64702024-09-03T22:45:43.766Z[ recovery-image] Sep 03 22:45:43.583 INFO O| Sep 03 22:45:43.583 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-03T22:45:43.790Z[ recovery-image] Sep 03 22:45:43.606 INFO O| Sep 03 22:45:43.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
64722024-09-03T22:45:43.790Z[ recovery-image] Sep 03 22:45:43.606 INFO O| Sep 03 22:45:43.606 INFO STEP 821 (remove_files) COMPLETE
64732024-09-03T22:45:43.790Z[ recovery-image] Sep 03 22:45:43.607 INFO O| Sep 03 22:45:43.606 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-03T22:45:43.843Z[ recovery-image] Sep 03 22:45:43.660 INFO O| Sep 03 22:45:43.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
64752024-09-03T22:45:43.843Z[ recovery-image] Sep 03 22:45:43.660 INFO O| Sep 03 22:45:43.660 INFO STEP 822 (remove_files) COMPLETE
64762024-09-03T22:45:43.843Z[ recovery-image] Sep 03 22:45:43.660 INFO O| Sep 03 22:45:43.660 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-03T22:45:43.867Z[ recovery-image] Sep 03 22:45:43.678 INFO O| Sep 03 22:45:43.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
64782024-09-03T22:45:43.867Z[ recovery-image] Sep 03 22:45:43.678 INFO O| Sep 03 22:45:43.678 INFO STEP 823 (remove_files) COMPLETE
64792024-09-03T22:45:43.867Z[ recovery-image] Sep 03 22:45:43.678 INFO O| Sep 03 22:45:43.678 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-03T22:45:43.898Z[ recovery-image] Sep 03 22:45:43.715 INFO O| Sep 03 22:45:43.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
64812024-09-03T22:45:43.898Z[ recovery-image] Sep 03 22:45:43.715 INFO O| Sep 03 22:45:43.715 INFO STEP 824 (remove_files) COMPLETE
64822024-09-03T22:45:43.922Z[ recovery-image] Sep 03 22:45:43.715 INFO O| Sep 03 22:45:43.715 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-03T22:45:43.946Z[ recovery-image] Sep 03 22:45:43.751 INFO O| Sep 03 22:45:43.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
64842024-09-03T22:45:43.946Z[ recovery-image] Sep 03 22:45:43.751 INFO O| Sep 03 22:45:43.751 INFO STEP 825 (remove_files) COMPLETE
64852024-09-03T22:45:43.946Z[ recovery-image] Sep 03 22:45:43.751 INFO O| Sep 03 22:45:43.751 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-03T22:45:43.970Z[ recovery-image] Sep 03 22:45:43.764 INFO O| Sep 03 22:45:43.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
64872024-09-03T22:45:43.970Z[ recovery-image] Sep 03 22:45:43.764 INFO O| Sep 03 22:45:43.764 INFO STEP 826 (remove_files) COMPLETE
64882024-09-03T22:45:43.970Z[ recovery-image] Sep 03 22:45:43.764 INFO O| Sep 03 22:45:43.764 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-03T22:45:43.970Z[ recovery-image] Sep 03 22:45:43.777 INFO O| Sep 03 22:45:43.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
64902024-09-03T22:45:43.970Z[ recovery-image] Sep 03 22:45:43.777 INFO O| Sep 03 22:45:43.777 INFO STEP 827 (remove_files) COMPLETE
64912024-09-03T22:45:43.970Z[ recovery-image] Sep 03 22:45:43.777 INFO O| Sep 03 22:45:43.777 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-09-03T22:45:43.994Z[ recovery-image] Sep 03 22:45:43.791 INFO O| Sep 03 22:45:43.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
64932024-09-03T22:45:43.994Z[ recovery-image] Sep 03 22:45:43.791 INFO O| Sep 03 22:45:43.791 INFO STEP 828 (remove_files) COMPLETE
64942024-09-03T22:45:43.994Z[ recovery-image] Sep 03 22:45:43.791 INFO O| Sep 03 22:45:43.791 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-03T22:45:43.994Z[ recovery-image] Sep 03 22:45:43.805 INFO O| Sep 03 22:45:43.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
64962024-09-03T22:45:43.994Z[ recovery-image] Sep 03 22:45:43.805 INFO O| Sep 03 22:45:43.805 INFO STEP 829 (remove_files) COMPLETE
64972024-09-03T22:45:43.994Z[ recovery-image] Sep 03 22:45:43.805 INFO O| Sep 03 22:45:43.805 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-03T22:45:44.018Z[ recovery-image] Sep 03 22:45:43.817 INFO O| Sep 03 22:45:43.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
64992024-09-03T22:45:44.018Z[ recovery-image] Sep 03 22:45:43.817 INFO O| Sep 03 22:45:43.817 INFO STEP 830 (remove_files) COMPLETE
65002024-09-03T22:45:44.018Z[ recovery-image] Sep 03 22:45:43.818 INFO O| Sep 03 22:45:43.817 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-03T22:45:44.018Z[ recovery-image] Sep 03 22:45:43.830 INFO O| Sep 03 22:45:43.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65022024-09-03T22:45:44.018Z[ recovery-image] Sep 03 22:45:43.830 INFO O| Sep 03 22:45:43.830 INFO STEP 831 (remove_files) COMPLETE
65032024-09-03T22:45:44.018Z[ recovery-image] Sep 03 22:45:43.830 INFO O| Sep 03 22:45:43.830 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-09-03T22:45:44.042Z[ recovery-image] Sep 03 22:45:43.848 INFO O| Sep 03 22:45:43.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65052024-09-03T22:45:44.042Z[ recovery-image] Sep 03 22:45:43.848 INFO O| Sep 03 22:45:43.848 INFO STEP 832 (remove_files) COMPLETE
65062024-09-03T22:45:44.042Z[ recovery-image] Sep 03 22:45:43.848 INFO O| Sep 03 22:45:43.848 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-09-03T22:45:44.071Z[ recovery-image] Sep 03 22:45:43.888 INFO O| Sep 03 22:45:43.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65082024-09-03T22:45:44.071Z[ recovery-image] Sep 03 22:45:43.888 INFO O| Sep 03 22:45:43.888 INFO STEP 833 (remove_files) COMPLETE
65092024-09-03T22:45:44.095Z[ recovery-image] Sep 03 22:45:43.888 INFO O| Sep 03 22:45:43.888 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-09-03T22:45:44.129Z[ recovery-image] Sep 03 22:45:43.946 INFO O| Sep 03 22:45:43.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65112024-09-03T22:45:44.129Z[ recovery-image] Sep 03 22:45:43.946 INFO O| Sep 03 22:45:43.946 INFO STEP 834 (remove_files) COMPLETE
65122024-09-03T22:45:44.153Z[ recovery-image] Sep 03 22:45:43.947 INFO O| Sep 03 22:45:43.947 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-03T22:45:44.177Z[ recovery-image] Sep 03 22:45:43.971 INFO O| Sep 03 22:45:43.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65142024-09-03T22:45:44.177Z[ recovery-image] Sep 03 22:45:43.972 INFO O| Sep 03 22:45:43.971 INFO STEP 835 (remove_files) COMPLETE
65152024-09-03T22:45:44.177Z[ recovery-image] Sep 03 22:45:43.972 INFO O| Sep 03 22:45:43.971 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-03T22:45:44.177Z[ recovery-image] Sep 03 22:45:43.990 INFO O| Sep 03 22:45:43.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65172024-09-03T22:45:44.177Z[ recovery-image] Sep 03 22:45:43.990 INFO O| Sep 03 22:45:43.990 INFO STEP 836 (remove_files) COMPLETE
65182024-09-03T22:45:44.177Z[ recovery-image] Sep 03 22:45:43.990 INFO O| Sep 03 22:45:43.990 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-03T22:45:44.201Z[ recovery-image] Sep 03 22:45:44.005 INFO O| Sep 03 22:45:44.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65202024-09-03T22:45:44.201Z[ recovery-image] Sep 03 22:45:44.005 INFO O| Sep 03 22:45:44.005 INFO STEP 837 (remove_files) COMPLETE
65212024-09-03T22:45:44.201Z[ recovery-image] Sep 03 22:45:44.005 INFO O| Sep 03 22:45:44.005 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-03T22:45:44.225Z[ recovery-image] Sep 03 22:45:44.020 INFO O| Sep 03 22:45:44.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65232024-09-03T22:45:44.225Z[ recovery-image] Sep 03 22:45:44.020 INFO O| Sep 03 22:45:44.020 INFO STEP 838 (remove_files) COMPLETE
65242024-09-03T22:45:44.225Z[ recovery-image] Sep 03 22:45:44.020 INFO O| Sep 03 22:45:44.020 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-03T22:45:44.225Z[ recovery-image] Sep 03 22:45:44.035 INFO O| Sep 03 22:45:44.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65262024-09-03T22:45:44.225Z[ recovery-image] Sep 03 22:45:44.035 INFO O| Sep 03 22:45:44.035 INFO STEP 839 (remove_files) COMPLETE
65272024-09-03T22:45:44.225Z[ recovery-image] Sep 03 22:45:44.035 INFO O| Sep 03 22:45:44.035 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-03T22:45:44.249Z[ recovery-image] Sep 03 22:45:44.049 INFO O| Sep 03 22:45:44.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65292024-09-03T22:45:44.249Z[ recovery-image] Sep 03 22:45:44.049 INFO O| Sep 03 22:45:44.049 INFO STEP 840 (remove_files) COMPLETE
65302024-09-03T22:45:44.249Z[ recovery-image] Sep 03 22:45:44.049 INFO O| Sep 03 22:45:44.049 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-03T22:45:44.249Z[ recovery-image] Sep 03 22:45:44.063 INFO O| Sep 03 22:45:44.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65322024-09-03T22:45:44.249Z[ recovery-image] Sep 03 22:45:44.064 INFO O| Sep 03 22:45:44.064 INFO STEP 841 (remove_files) COMPLETE
65332024-09-03T22:45:44.249Z[ recovery-image] Sep 03 22:45:44.064 INFO O| Sep 03 22:45:44.064 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-03T22:45:44.280Z[ recovery-image] Sep 03 22:45:44.097 INFO O| Sep 03 22:45:44.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65352024-09-03T22:45:44.280Z[ recovery-image] Sep 03 22:45:44.097 INFO O| Sep 03 22:45:44.097 INFO STEP 842 (remove_files) COMPLETE
65362024-09-03T22:45:44.280Z[ recovery-image] Sep 03 22:45:44.097 INFO O| Sep 03 22:45:44.097 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-03T22:45:44.306Z[ recovery-image] Sep 03 22:45:44.117 INFO O| Sep 03 22:45:44.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65382024-09-03T22:45:44.306Z[ recovery-image] Sep 03 22:45:44.117 INFO O| Sep 03 22:45:44.117 INFO STEP 843 (remove_files) COMPLETE
65392024-09-03T22:45:44.306Z[ recovery-image] Sep 03 22:45:44.117 INFO O| Sep 03 22:45:44.117 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-03T22:45:44.330Z[ recovery-image] Sep 03 22:45:44.133 INFO O| Sep 03 22:45:44.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65412024-09-03T22:45:44.330Z[ recovery-image] Sep 03 22:45:44.133 INFO O| Sep 03 22:45:44.133 INFO STEP 844 (remove_files) COMPLETE
65422024-09-03T22:45:44.330Z[ recovery-image] Sep 03 22:45:44.133 INFO O| Sep 03 22:45:44.133 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-03T22:45:44.354Z[ host-image] Sep 03 22:45:44.148 INFO O| Sep 03 22:45:44.148 INFO O| Planning: Solver setup ... Done
65442024-09-03T22:45:44.354Z[ host-image] Sep 03 22:45:44.162 INFO O| Sep 03 22:45:44.162 INFO O| Planning: Running solver ... Done
65452024-09-03T22:45:44.378Z[ recovery-image] Sep 03 22:45:44.186 INFO O| Sep 03 22:45:44.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65462024-09-03T22:45:44.378Z[ recovery-image] Sep 03 22:45:44.186 INFO O| Sep 03 22:45:44.186 INFO STEP 845 (remove_files) COMPLETE
65472024-09-03T22:45:44.378Z[ recovery-image] Sep 03 22:45:44.186 INFO O| Sep 03 22:45:44.186 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-09-03T22:45:44.401Z[ recovery-image] Sep 03 22:45:44.203 INFO O| Sep 03 22:45:44.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
65492024-09-03T22:45:44.401Z[ recovery-image] Sep 03 22:45:44.203 INFO O| Sep 03 22:45:44.203 INFO STEP 846 (remove_files) COMPLETE
65502024-09-03T22:45:44.402Z[ recovery-image] Sep 03 22:45:44.203 INFO O| Sep 03 22:45:44.203 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-09-03T22:45:44.425Z[ host-image] Sep 03 22:45:44.220 INFO O| Sep 03 22:45:44.220 INFO O| Planning: Finding local manifests ... Done
65522024-09-03T22:45:44.425Z[ host-image] Sep 03 22:45:44.221 INFO O| Sep 03 22:45:44.221 INFO O| Planning: Fetching manifests: 0/1 0% complete
65532024-09-03T22:45:44.486Z[ recovery-image] Sep 03 22:45:44.303 INFO O| Sep 03 22:45:44.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
65542024-09-03T22:45:44.486Z[ recovery-image] Sep 03 22:45:44.303 INFO O| Sep 03 22:45:44.303 INFO STEP 847 (remove_files) COMPLETE
65552024-09-03T22:45:44.510Z[ recovery-image] Sep 03 22:45:44.303 INFO O| Sep 03 22:45:44.303 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-03T22:45:44.534Z[ host-image] Sep 03 22:45:44.336 INFO O| Sep 03 22:45:44.336 INFO O| Planning: Fetching manifests: 1/1 100% complete
65572024-09-03T22:45:44.534Z[ recovery-image] Sep 03 22:45:44.339 INFO O| Sep 03 22:45:44.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
65582024-09-03T22:45:44.534Z[ recovery-image] Sep 03 22:45:44.339 INFO O| Sep 03 22:45:44.339 INFO STEP 848 (remove_files) COMPLETE
65592024-09-03T22:45:44.534Z[ recovery-image] Sep 03 22:45:44.339 INFO O| Sep 03 22:45:44.339 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-09-03T22:45:44.557Z[ recovery-image] Sep 03 22:45:44.353 INFO O| Sep 03 22:45:44.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
65612024-09-03T22:45:44.557Z[ recovery-image] Sep 03 22:45:44.353 INFO O| Sep 03 22:45:44.353 INFO STEP 849 (remove_files) COMPLETE
65622024-09-03T22:45:44.557Z[ recovery-image] Sep 03 22:45:44.353 INFO O| Sep 03 22:45:44.353 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-09-03T22:45:44.557Z[ recovery-image] Sep 03 22:45:44.368 INFO O| Sep 03 22:45:44.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
65642024-09-03T22:45:44.558Z[ recovery-image] Sep 03 22:45:44.368 INFO O| Sep 03 22:45:44.368 INFO STEP 850 (remove_files) COMPLETE
65652024-09-03T22:45:44.558Z[ recovery-image] Sep 03 22:45:44.368 INFO O| Sep 03 22:45:44.368 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-09-03T22:45:44.581Z[ recovery-image] Sep 03 22:45:44.383 INFO O| Sep 03 22:45:44.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
65672024-09-03T22:45:44.581Z[ recovery-image] Sep 03 22:45:44.383 INFO O| Sep 03 22:45:44.383 INFO STEP 851 (remove_files) COMPLETE
65682024-09-03T22:45:44.581Z[ recovery-image] Sep 03 22:45:44.383 INFO O| Sep 03 22:45:44.383 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-09-03T22:45:44.581Z[ host-image] Sep 03 22:45:44.386 INFO O| Sep 03 22:45:44.385 INFO O| Planning: Package planning ... Done
65702024-09-03T22:45:44.581Z[ host-image] Sep 03 22:45:44.386 INFO O| Sep 03 22:45:44.386 INFO O| Planning: Merging actions ... Done
65712024-09-03T22:45:44.581Z[ recovery-image] Sep 03 22:45:44.398 INFO O| Sep 03 22:45:44.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
65722024-09-03T22:45:44.581Z[ recovery-image] Sep 03 22:45:44.398 INFO O| Sep 03 22:45:44.398 INFO STEP 852 (remove_files) COMPLETE
65732024-09-03T22:45:44.581Z[ recovery-image] Sep 03 22:45:44.398 INFO O| Sep 03 22:45:44.398 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-03T22:45:44.605Z[ recovery-image] Sep 03 22:45:44.413 INFO O| Sep 03 22:45:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
65752024-09-03T22:45:44.605Z[ recovery-image] Sep 03 22:45:44.414 INFO O| Sep 03 22:45:44.414 INFO STEP 853 (remove_files) COMPLETE
65762024-09-03T22:45:44.605Z[ recovery-image] Sep 03 22:45:44.414 INFO O| Sep 03 22:45:44.414 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-03T22:45:44.629Z[ recovery-image] Sep 03 22:45:44.429 INFO O| Sep 03 22:45:44.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
65782024-09-03T22:45:44.629Z[ recovery-image] Sep 03 22:45:44.429 INFO O| Sep 03 22:45:44.429 INFO STEP 854 (remove_files) COMPLETE
65792024-09-03T22:45:44.629Z[ recovery-image] Sep 03 22:45:44.429 INFO O| Sep 03 22:45:44.429 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-03T22:45:44.653Z[ recovery-image] Sep 03 22:45:44.453 INFO O| Sep 03 22:45:44.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
65812024-09-03T22:45:44.653Z[ recovery-image] Sep 03 22:45:44.453 INFO O| Sep 03 22:45:44.453 INFO STEP 855 (remove_files) COMPLETE
65822024-09-03T22:45:44.653Z[ recovery-image] Sep 03 22:45:44.454 INFO O| Sep 03 22:45:44.453 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-03T22:45:44.677Z[ recovery-image] Sep 03 22:45:44.472 INFO O| Sep 03 22:45:44.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
65842024-09-03T22:45:44.677Z[ recovery-image] Sep 03 22:45:44.472 INFO O| Sep 03 22:45:44.472 INFO STEP 856 (remove_files) COMPLETE
65852024-09-03T22:45:44.677Z[ recovery-image] Sep 03 22:45:44.472 INFO O| Sep 03 22:45:44.472 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-03T22:45:44.677Z[ host-image] Sep 03 22:45:44.485 INFO O| Sep 03 22:45:44.485 INFO O| Planning: Checking for conflicting actions ... Done
65872024-09-03T22:45:44.677Z[ host-image] Sep 03 22:45:44.486 INFO O| Sep 03 22:45:44.486 INFO O| Planning: Consolidating action changes ... Done
65882024-09-03T22:45:44.677Z[ recovery-image] Sep 03 22:45:44.488 INFO O| Sep 03 22:45:44.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
65892024-09-03T22:45:44.677Z[ recovery-image] Sep 03 22:45:44.488 INFO O| Sep 03 22:45:44.488 INFO STEP 857 (remove_files) COMPLETE
65902024-09-03T22:45:44.677Z[ recovery-image] Sep 03 22:45:44.488 INFO O| Sep 03 22:45:44.488 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-09-03T22:45:44.707Z[ recovery-image] Sep 03 22:45:44.524 INFO O| Sep 03 22:45:44.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
65922024-09-03T22:45:44.707Z[ recovery-image] Sep 03 22:45:44.524 INFO O| Sep 03 22:45:44.524 INFO STEP 858 (remove_files) COMPLETE
65932024-09-03T22:45:44.731Z[ recovery-image] Sep 03 22:45:44.524 INFO O| Sep 03 22:45:44.524 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-09-03T22:45:44.765Z[ recovery-image] Sep 03 22:45:44.582 INFO O| Sep 03 22:45:44.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
65952024-09-03T22:45:44.765Z[ recovery-image] Sep 03 22:45:44.582 INFO O| Sep 03 22:45:44.582 INFO STEP 859 (remove_files) COMPLETE
65962024-09-03T22:45:44.788Z[ recovery-image] Sep 03 22:45:44.582 INFO O| Sep 03 22:45:44.582 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-09-03T22:45:44.788Z[ recovery-image] Sep 03 22:45:44.598 INFO O| Sep 03 22:45:44.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
65982024-09-03T22:45:44.788Z[ recovery-image] Sep 03 22:45:44.598 INFO O| Sep 03 22:45:44.598 INFO STEP 860 (remove_files) COMPLETE
65992024-09-03T22:45:44.788Z[ recovery-image] Sep 03 22:45:44.598 INFO O| Sep 03 22:45:44.598 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-09-03T22:45:44.812Z[ recovery-image] Sep 03 22:45:44.616 INFO O| Sep 03 22:45:44.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66012024-09-03T22:45:44.812Z[ recovery-image] Sep 03 22:45:44.617 INFO O| Sep 03 22:45:44.616 INFO STEP 861 (remove_files) COMPLETE
66022024-09-03T22:45:44.812Z[ recovery-image] Sep 03 22:45:44.617 INFO O| Sep 03 22:45:44.616 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-09-03T22:45:44.836Z[ recovery-image] Sep 03 22:45:44.633 INFO O| Sep 03 22:45:44.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66042024-09-03T22:45:44.836Z[ recovery-image] Sep 03 22:45:44.633 INFO O| Sep 03 22:45:44.633 INFO STEP 862 (remove_files) COMPLETE
66052024-09-03T22:45:44.836Z[ recovery-image] Sep 03 22:45:44.633 INFO O| Sep 03 22:45:44.633 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-09-03T22:45:44.860Z[ recovery-image] Sep 03 22:45:44.669 INFO O| Sep 03 22:45:44.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66072024-09-03T22:45:44.860Z[ recovery-image] Sep 03 22:45:44.669 INFO O| Sep 03 22:45:44.669 INFO STEP 863 (remove_files) COMPLETE
66082024-09-03T22:45:44.860Z[ recovery-image] Sep 03 22:45:44.669 INFO O| Sep 03 22:45:44.669 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-09-03T22:45:44.887Z[ recovery-image] Sep 03 22:45:44.704 INFO O| Sep 03 22:45:44.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66102024-09-03T22:45:44.887Z[ recovery-image] Sep 03 22:45:44.704 INFO O| Sep 03 22:45:44.704 INFO STEP 864 (remove_files) COMPLETE
66112024-09-03T22:45:44.887Z[ recovery-image] Sep 03 22:45:44.704 INFO O| Sep 03 22:45:44.704 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-09-03T22:45:44.911Z[ host-image] Sep 03 22:45:44.717 INFO O| Sep 03 22:45:44.717 INFO O| Planning: Evaluating mediators ... Done
66132024-09-03T22:45:44.911Z[ host-image] Sep 03 22:45:44.718 INFO O| Sep 03 22:45:44.717 INFO O| Planning: Planning completed in 2.81 seconds
66142024-09-03T22:45:44.911Z[ host-image] Sep 03 22:45:44.719 INFO O| Sep 03 22:45:44.719 INFO O| Packages to install: 1
66152024-09-03T22:45:44.935Z[ host-image] Sep 03 22:45:44.733 INFO O| Sep 03 22:45:44.733 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
66162024-09-03T22:45:44.935Z[ recovery-image] Sep 03 22:45:44.740 INFO O| Sep 03 22:45:44.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66172024-09-03T22:45:44.935Z[ recovery-image] Sep 03 22:45:44.740 INFO O| Sep 03 22:45:44.740 INFO STEP 865 (remove_files) COMPLETE
66182024-09-03T22:45:44.935Z[ recovery-image] Sep 03 22:45:44.740 INFO O| Sep 03 22:45:44.740 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-03T22:45:44.959Z[ recovery-image] Sep 03 22:45:44.754 INFO O| Sep 03 22:45:44.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66202024-09-03T22:45:44.959Z[ recovery-image] Sep 03 22:45:44.754 INFO O| Sep 03 22:45:44.754 INFO STEP 866 (remove_files) COMPLETE
66212024-09-03T22:45:44.959Z[ recovery-image] Sep 03 22:45:44.755 INFO O| Sep 03 22:45:44.754 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-03T22:45:44.959Z[ recovery-image] Sep 03 22:45:44.768 INFO O| Sep 03 22:45:44.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66232024-09-03T22:45:44.959Z[ recovery-image] Sep 03 22:45:44.768 INFO O| Sep 03 22:45:44.768 INFO STEP 867 (remove_files) COMPLETE
66242024-09-03T22:45:44.960Z[ recovery-image] Sep 03 22:45:44.768 INFO O| Sep 03 22:45:44.768 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-03T22:45:44.983Z[ recovery-image] Sep 03 22:45:44.782 INFO O| Sep 03 22:45:44.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66262024-09-03T22:45:44.984Z[ recovery-image] Sep 03 22:45:44.782 INFO O| Sep 03 22:45:44.782 INFO STEP 868 (remove_files) COMPLETE
66272024-09-03T22:45:44.984Z[ recovery-image] Sep 03 22:45:44.782 INFO O| Sep 03 22:45:44.782 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-03T22:45:44.984Z[ recovery-image] Sep 03 22:45:44.794 INFO O| Sep 03 22:45:44.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66292024-09-03T22:45:44.984Z[ recovery-image] Sep 03 22:45:44.794 INFO O| Sep 03 22:45:44.794 INFO STEP 869 (remove_files) COMPLETE
66302024-09-03T22:45:44.984Z[ recovery-image] Sep 03 22:45:44.794 INFO O| Sep 03 22:45:44.794 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-03T22:45:45.008Z[ recovery-image] Sep 03 22:45:44.808 INFO O| Sep 03 22:45:44.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66322024-09-03T22:45:45.008Z[ recovery-image] Sep 03 22:45:44.808 INFO O| Sep 03 22:45:44.808 INFO STEP 870 (remove_files) COMPLETE
66332024-09-03T22:45:45.008Z[ recovery-image] Sep 03 22:45:44.808 INFO O| Sep 03 22:45:44.808 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-03T22:45:45.008Z[ recovery-image] Sep 03 22:45:44.821 INFO O| Sep 03 22:45:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66352024-09-03T22:45:45.008Z[ recovery-image] Sep 03 22:45:44.821 INFO O| Sep 03 22:45:44.821 INFO STEP 871 (remove_files) COMPLETE
66362024-09-03T22:45:45.008Z[ recovery-image] Sep 03 22:45:44.821 INFO O| Sep 03 22:45:44.821 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-03T22:45:45.032Z[ recovery-image] Sep 03 22:45:44.836 INFO O| Sep 03 22:45:44.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66382024-09-03T22:45:45.032Z[ recovery-image] Sep 03 22:45:44.837 INFO O| Sep 03 22:45:44.836 INFO STEP 872 (remove_files) COMPLETE
66392024-09-03T22:45:45.032Z[ recovery-image] Sep 03 22:45:44.837 INFO O| Sep 03 22:45:44.837 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-03T22:45:45.056Z[ recovery-image] Sep 03 22:45:44.858 INFO O| Sep 03 22:45:44.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66412024-09-03T22:45:45.056Z[ recovery-image] Sep 03 22:45:44.858 INFO O| Sep 03 22:45:44.858 INFO STEP 873 (remove_files) COMPLETE
66422024-09-03T22:45:45.056Z[ recovery-image] Sep 03 22:45:44.858 INFO O| Sep 03 22:45:44.858 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-03T22:45:45.099Z[ recovery-image] Sep 03 22:45:44.916 INFO O| Sep 03 22:45:44.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66442024-09-03T22:45:45.099Z[ recovery-image] Sep 03 22:45:44.916 INFO O| Sep 03 22:45:44.916 INFO STEP 874 (remove_files) COMPLETE
66452024-09-03T22:45:45.122Z[ recovery-image] Sep 03 22:45:44.916 INFO O| Sep 03 22:45:44.916 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-03T22:45:45.146Z[ recovery-image] Sep 03 22:45:44.953 INFO O| Sep 03 22:45:44.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66472024-09-03T22:45:45.146Z[ recovery-image] Sep 03 22:45:44.953 INFO O| Sep 03 22:45:44.953 INFO STEP 875 (remove_files) COMPLETE
66482024-09-03T22:45:45.146Z[ recovery-image] Sep 03 22:45:44.953 INFO O| Sep 03 22:45:44.953 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-03T22:45:45.215Z[ recovery-image] Sep 03 22:45:45.031 INFO O| Sep 03 22:45:45.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66502024-09-03T22:45:45.215Z[ recovery-image] Sep 03 22:45:45.031 INFO O| Sep 03 22:45:45.031 INFO STEP 876 (remove_files) COMPLETE
66512024-09-03T22:45:45.215Z[ recovery-image] Sep 03 22:45:45.031 INFO O| Sep 03 22:45:45.031 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-03T22:45:45.246Z[ recovery-image] Sep 03 22:45:45.062 INFO O| Sep 03 22:45:45.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66532024-09-03T22:45:45.246Z[ recovery-image] Sep 03 22:45:45.063 INFO O| Sep 03 22:45:45.063 INFO STEP 877 (remove_files) COMPLETE
66542024-09-03T22:45:45.246Z[ recovery-image] Sep 03 22:45:45.063 INFO O| Sep 03 22:45:45.063 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-03T22:45:45.270Z[ recovery-image] Sep 03 22:45:45.077 INFO O| Sep 03 22:45:45.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
66562024-09-03T22:45:45.270Z[ recovery-image] Sep 03 22:45:45.077 INFO O| Sep 03 22:45:45.077 INFO STEP 878 (remove_files) COMPLETE
66572024-09-03T22:45:45.270Z[ recovery-image] Sep 03 22:45:45.077 INFO O| Sep 03 22:45:45.077 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-03T22:45:45.294Z[ recovery-image] Sep 03 22:45:45.091 INFO O| Sep 03 22:45:45.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
66592024-09-03T22:45:45.294Z[ recovery-image] Sep 03 22:45:45.091 INFO O| Sep 03 22:45:45.091 INFO STEP 879 (remove_files) COMPLETE
66602024-09-03T22:45:45.294Z[ recovery-image] Sep 03 22:45:45.091 INFO O| Sep 03 22:45:45.091 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-03T22:45:45.294Z[ recovery-image] Sep 03 22:45:45.103 INFO O| Sep 03 22:45:45.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
66622024-09-03T22:45:45.294Z[ recovery-image] Sep 03 22:45:45.104 INFO O| Sep 03 22:45:45.104 INFO STEP 880 (remove_files) COMPLETE
66632024-09-03T22:45:45.294Z[ recovery-image] Sep 03 22:45:45.104 INFO O| Sep 03 22:45:45.104 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-03T22:45:45.318Z[ recovery-image] Sep 03 22:45:45.118 INFO O| Sep 03 22:45:45.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
66652024-09-03T22:45:45.318Z[ recovery-image] Sep 03 22:45:45.118 INFO O| Sep 03 22:45:45.118 INFO STEP 881 (remove_files) COMPLETE
66662024-09-03T22:45:45.318Z[ recovery-image] Sep 03 22:45:45.119 INFO O| Sep 03 22:45:45.118 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-03T22:45:45.318Z[ recovery-image] Sep 03 22:45:45.134 INFO O| Sep 03 22:45:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
66682024-09-03T22:45:45.318Z[ recovery-image] Sep 03 22:45:45.134 INFO O| Sep 03 22:45:45.134 INFO STEP 882 (remove_files) COMPLETE
66692024-09-03T22:45:45.318Z[ recovery-image] Sep 03 22:45:45.134 INFO O| Sep 03 22:45:45.134 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-03T22:45:45.373Z[ recovery-image] Sep 03 22:45:45.190 INFO O| Sep 03 22:45:45.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
66712024-09-03T22:45:45.373Z[ recovery-image] Sep 03 22:45:45.190 INFO O| Sep 03 22:45:45.190 INFO STEP 883 (remove_files) COMPLETE
66722024-09-03T22:45:45.373Z[ recovery-image] Sep 03 22:45:45.190 INFO O| Sep 03 22:45:45.190 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-03T22:45:45.412Z[ recovery-image] Sep 03 22:45:45.230 INFO O| Sep 03 22:45:45.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
66742024-09-03T22:45:45.412Z[ recovery-image] Sep 03 22:45:45.230 INFO O| Sep 03 22:45:45.230 INFO STEP 884 (remove_files) COMPLETE
66752024-09-03T22:45:45.412Z[ recovery-image] Sep 03 22:45:45.230 INFO O| Sep 03 22:45:45.230 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-03T22:45:45.454Z[ recovery-image] Sep 03 22:45:45.272 INFO O| Sep 03 22:45:45.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
66772024-09-03T22:45:45.454Z[ recovery-image] Sep 03 22:45:45.272 INFO O| Sep 03 22:45:45.272 INFO STEP 885 (remove_files) COMPLETE
66782024-09-03T22:45:45.478Z[ recovery-image] Sep 03 22:45:45.272 INFO O| Sep 03 22:45:45.272 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-03T22:45:45.502Z[ recovery-image] Sep 03 22:45:45.300 INFO O| Sep 03 22:45:45.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
66802024-09-03T22:45:45.502Z[ recovery-image] Sep 03 22:45:45.316 INFO O| Sep 03 22:45:45.316 INFO STEP 886 (remove_files) COMPLETE
66812024-09-03T22:45:45.502Z[ recovery-image] Sep 03 22:45:45.316 INFO O| Sep 03 22:45:45.316 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-03T22:45:45.525Z[ recovery-image] Sep 03 22:45:45.333 INFO O| Sep 03 22:45:45.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
66832024-09-03T22:45:45.525Z[ recovery-image] Sep 03 22:45:45.333 INFO O| Sep 03 22:45:45.333 INFO STEP 887 (remove_files) COMPLETE
66842024-09-03T22:45:45.525Z[ recovery-image] Sep 03 22:45:45.333 INFO O| Sep 03 22:45:45.333 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-03T22:45:45.554Z[ recovery-image] Sep 03 22:45:45.348 INFO O| Sep 03 22:45:45.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
66862024-09-03T22:45:45.554Z[ recovery-image] Sep 03 22:45:45.348 INFO O| Sep 03 22:45:45.348 INFO STEP 888 (remove_files) COMPLETE
66872024-09-03T22:45:45.554Z[ recovery-image] Sep 03 22:45:45.348 INFO O| Sep 03 22:45:45.348 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-03T22:45:45.554Z[ recovery-image] Sep 03 22:45:45.362 INFO O| Sep 03 22:45:45.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
66892024-09-03T22:45:45.554Z[ recovery-image] Sep 03 22:45:45.362 INFO O| Sep 03 22:45:45.362 INFO STEP 889 (remove_files) COMPLETE
66902024-09-03T22:45:45.554Z[ recovery-image] Sep 03 22:45:45.362 INFO O| Sep 03 22:45:45.362 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-03T22:45:45.578Z[ recovery-image] Sep 03 22:45:45.374 INFO O| Sep 03 22:45:45.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
66922024-09-03T22:45:45.578Z[ recovery-image] Sep 03 22:45:45.375 INFO O| Sep 03 22:45:45.375 INFO STEP 890 (remove_files) COMPLETE
66932024-09-03T22:45:45.578Z[ recovery-image] Sep 03 22:45:45.375 INFO O| Sep 03 22:45:45.375 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-03T22:45:45.578Z[ recovery-image] Sep 03 22:45:45.387 INFO O| Sep 03 22:45:45.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
66952024-09-03T22:45:45.578Z[ recovery-image] Sep 03 22:45:45.388 INFO O| Sep 03 22:45:45.388 INFO STEP 891 (remove_files) COMPLETE
66962024-09-03T22:45:45.578Z[ recovery-image] Sep 03 22:45:45.388 INFO O| Sep 03 22:45:45.388 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-03T22:45:45.601Z[ recovery-image] Sep 03 22:45:45.401 INFO O| Sep 03 22:45:45.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
66982024-09-03T22:45:45.601Z[ recovery-image] Sep 03 22:45:45.401 INFO O| Sep 03 22:45:45.401 INFO STEP 892 (remove_files) COMPLETE
66992024-09-03T22:45:45.601Z[ recovery-image] Sep 03 22:45:45.401 INFO O| Sep 03 22:45:45.401 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-03T22:45:45.601Z[ recovery-image] Sep 03 22:45:45.416 INFO O| Sep 03 22:45:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67012024-09-03T22:45:45.601Z[ recovery-image] Sep 03 22:45:45.416 INFO O| Sep 03 22:45:45.416 INFO STEP 893 (remove_files) COMPLETE
67022024-09-03T22:45:45.601Z[ recovery-image] Sep 03 22:45:45.416 INFO O| Sep 03 22:45:45.416 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-03T22:45:45.625Z[ recovery-image] Sep 03 22:45:45.436 INFO O| Sep 03 22:45:45.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67042024-09-03T22:45:45.625Z[ recovery-image] Sep 03 22:45:45.436 INFO O| Sep 03 22:45:45.436 INFO STEP 894 (remove_files) COMPLETE
67052024-09-03T22:45:45.625Z[ recovery-image] Sep 03 22:45:45.436 INFO O| Sep 03 22:45:45.436 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-03T22:45:45.650Z[ recovery-image] Sep 03 22:45:45.450 INFO O| Sep 03 22:45:45.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67072024-09-03T22:45:45.650Z[ recovery-image] Sep 03 22:45:45.450 INFO O| Sep 03 22:45:45.450 INFO STEP 895 (remove_files) COMPLETE
67082024-09-03T22:45:45.650Z[ recovery-image] Sep 03 22:45:45.450 INFO O| Sep 03 22:45:45.450 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-03T22:45:45.650Z[ recovery-image] Sep 03 22:45:45.464 INFO O| Sep 03 22:45:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67102024-09-03T22:45:45.650Z[ recovery-image] Sep 03 22:45:45.464 INFO O| Sep 03 22:45:45.464 INFO STEP 896 (remove_files) COMPLETE
67112024-09-03T22:45:45.651Z[ recovery-image] Sep 03 22:45:45.464 INFO O| Sep 03 22:45:45.464 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-03T22:45:45.675Z[ recovery-image] Sep 03 22:45:45.478 INFO O| Sep 03 22:45:45.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67132024-09-03T22:45:45.675Z[ recovery-image] Sep 03 22:45:45.478 INFO O| Sep 03 22:45:45.478 INFO STEP 897 (remove_files) COMPLETE
67142024-09-03T22:45:45.675Z[ recovery-image] Sep 03 22:45:45.478 INFO O| Sep 03 22:45:45.478 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-03T22:45:45.699Z[ recovery-image] Sep 03 22:45:45.497 INFO O| Sep 03 22:45:45.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67162024-09-03T22:45:45.699Z[ recovery-image] Sep 03 22:45:45.497 INFO O| Sep 03 22:45:45.497 INFO STEP 898 (remove_files) COMPLETE
67172024-09-03T22:45:45.699Z[ recovery-image] Sep 03 22:45:45.497 INFO O| Sep 03 22:45:45.497 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-03T22:45:45.699Z[ recovery-image] Sep 03 22:45:45.515 INFO O| Sep 03 22:45:45.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67192024-09-03T22:45:45.699Z[ recovery-image] Sep 03 22:45:45.516 INFO O| Sep 03 22:45:45.516 INFO STEP 899 (remove_files) COMPLETE
67202024-09-03T22:45:45.722Z[ recovery-image] Sep 03 22:45:45.516 INFO O| Sep 03 22:45:45.516 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-03T22:45:45.722Z[ recovery-image] Sep 03 22:45:45.529 INFO O| Sep 03 22:45:45.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67222024-09-03T22:45:45.722Z[ recovery-image] Sep 03 22:45:45.529 INFO O| Sep 03 22:45:45.529 INFO STEP 900 (remove_files) COMPLETE
67232024-09-03T22:45:45.722Z[ recovery-image] Sep 03 22:45:45.529 INFO O| Sep 03 22:45:45.529 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-03T22:45:45.746Z[ recovery-image] Sep 03 22:45:45.544 INFO O| Sep 03 22:45:45.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67252024-09-03T22:45:45.746Z[ recovery-image] Sep 03 22:45:45.544 INFO O| Sep 03 22:45:45.544 INFO STEP 901 (remove_files) COMPLETE
67262024-09-03T22:45:45.746Z[ recovery-image] Sep 03 22:45:45.544 INFO O| Sep 03 22:45:45.544 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-03T22:45:45.746Z[ recovery-image] Sep 03 22:45:45.557 INFO O| Sep 03 22:45:45.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67282024-09-03T22:45:45.746Z[ recovery-image] Sep 03 22:45:45.557 INFO O| Sep 03 22:45:45.557 INFO STEP 902 (remove_files) COMPLETE
67292024-09-03T22:45:45.746Z[ recovery-image] Sep 03 22:45:45.557 INFO O| Sep 03 22:45:45.557 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-03T22:45:45.770Z[ recovery-image] Sep 03 22:45:45.570 INFO O| Sep 03 22:45:45.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67312024-09-03T22:45:45.770Z[ recovery-image] Sep 03 22:45:45.571 INFO O| Sep 03 22:45:45.571 INFO STEP 903 (remove_files) COMPLETE
67322024-09-03T22:45:45.770Z[ recovery-image] Sep 03 22:45:45.571 INFO O| Sep 03 22:45:45.571 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-03T22:45:45.770Z[ recovery-image] Sep 03 22:45:45.584 INFO O| Sep 03 22:45:45.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67342024-09-03T22:45:45.770Z[ recovery-image] Sep 03 22:45:45.584 INFO O| Sep 03 22:45:45.584 INFO STEP 904 (remove_files) COMPLETE
67352024-09-03T22:45:45.770Z[ recovery-image] Sep 03 22:45:45.584 INFO O| Sep 03 22:45:45.584 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-03T22:45:45.794Z[ recovery-image] Sep 03 22:45:45.601 INFO O| Sep 03 22:45:45.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67372024-09-03T22:45:45.794Z[ recovery-image] Sep 03 22:45:45.601 INFO O| Sep 03 22:45:45.601 INFO STEP 905 (remove_files) COMPLETE
67382024-09-03T22:45:45.794Z[ recovery-image] Sep 03 22:45:45.601 INFO O| Sep 03 22:45:45.601 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-03T22:45:45.817Z[ recovery-image] Sep 03 22:45:45.618 INFO O| Sep 03 22:45:45.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67402024-09-03T22:45:45.817Z[ recovery-image] Sep 03 22:45:45.618 INFO O| Sep 03 22:45:45.618 INFO STEP 906 (remove_files) COMPLETE
67412024-09-03T22:45:45.817Z[ recovery-image] Sep 03 22:45:45.618 INFO O| Sep 03 22:45:45.618 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-03T22:45:45.817Z[ recovery-image] Sep 03 22:45:45.633 INFO O| Sep 03 22:45:45.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67432024-09-03T22:45:45.817Z[ recovery-image] Sep 03 22:45:45.633 INFO O| Sep 03 22:45:45.633 INFO STEP 907 (remove_files) COMPLETE
67442024-09-03T22:45:45.817Z[ recovery-image] Sep 03 22:45:45.633 INFO O| Sep 03 22:45:45.633 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-03T22:45:45.841Z[ recovery-image] Sep 03 22:45:45.647 INFO O| Sep 03 22:45:45.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67462024-09-03T22:45:45.841Z[ recovery-image] Sep 03 22:45:45.647 INFO O| Sep 03 22:45:45.647 INFO STEP 908 (remove_files) COMPLETE
67472024-09-03T22:45:45.841Z[ recovery-image] Sep 03 22:45:45.647 INFO O| Sep 03 22:45:45.647 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-03T22:45:45.865Z[ recovery-image] Sep 03 22:45:45.660 INFO O| Sep 03 22:45:45.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67492024-09-03T22:45:45.865Z[ recovery-image] Sep 03 22:45:45.661 INFO O| Sep 03 22:45:45.661 INFO STEP 909 (remove_files) COMPLETE
67502024-09-03T22:45:45.865Z[ recovery-image] Sep 03 22:45:45.661 INFO O| Sep 03 22:45:45.661 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-03T22:45:45.888Z[ recovery-image] Sep 03 22:45:45.693 INFO O| Sep 03 22:45:45.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67522024-09-03T22:45:45.888Z[ recovery-image] Sep 03 22:45:45.694 INFO O| Sep 03 22:45:45.693 INFO STEP 910 (remove_files) COMPLETE
67532024-09-03T22:45:45.888Z[ recovery-image] Sep 03 22:45:45.694 INFO O| Sep 03 22:45:45.694 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-03T22:45:45.912Z[ recovery-image] Sep 03 22:45:45.715 INFO O| Sep 03 22:45:45.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
67552024-09-03T22:45:45.912Z[ recovery-image] Sep 03 22:45:45.715 INFO O| Sep 03 22:45:45.715 INFO STEP 911 (remove_files) COMPLETE
67562024-09-03T22:45:45.912Z[ recovery-image] Sep 03 22:45:45.716 INFO O| Sep 03 22:45:45.715 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-03T22:45:46.008Z[ recovery-image] Sep 03 22:45:45.825 INFO O| Sep 03 22:45:45.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
67582024-09-03T22:45:46.008Z[ recovery-image] Sep 03 22:45:45.825 INFO O| Sep 03 22:45:45.825 INFO STEP 912 (remove_files) COMPLETE
67592024-09-03T22:45:46.032Z[ recovery-image] Sep 03 22:45:45.825 INFO O| Sep 03 22:45:45.825 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-03T22:45:46.032Z[ recovery-image] Sep 03 22:45:45.845 INFO O| Sep 03 22:45:45.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
67612024-09-03T22:45:46.032Z[ recovery-image] Sep 03 22:45:45.845 INFO O| Sep 03 22:45:45.845 INFO STEP 913 (remove_files) COMPLETE
67622024-09-03T22:45:46.032Z[ recovery-image] Sep 03 22:45:45.845 INFO O| Sep 03 22:45:45.845 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-03T22:45:46.056Z[ recovery-image] Sep 03 22:45:45.861 INFO O| Sep 03 22:45:45.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
67642024-09-03T22:45:46.056Z[ recovery-image] Sep 03 22:45:45.862 INFO O| Sep 03 22:45:45.862 INFO STEP 914 (remove_files) COMPLETE
67652024-09-03T22:45:46.056Z[ recovery-image] Sep 03 22:45:45.862 INFO O| Sep 03 22:45:45.862 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-03T22:45:46.081Z[ recovery-image] Sep 03 22:45:45.876 INFO O| Sep 03 22:45:45.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
67672024-09-03T22:45:46.081Z[ recovery-image] Sep 03 22:45:45.876 INFO O| Sep 03 22:45:45.876 INFO STEP 915 (remove_files) COMPLETE
67682024-09-03T22:45:46.081Z[ recovery-image] Sep 03 22:45:45.876 INFO O| Sep 03 22:45:45.876 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-03T22:45:46.081Z[ recovery-image] Sep 03 22:45:45.889 INFO O| Sep 03 22:45:45.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
67702024-09-03T22:45:46.081Z[ recovery-image] Sep 03 22:45:45.889 INFO O| Sep 03 22:45:45.889 INFO STEP 916 (remove_files) COMPLETE
67712024-09-03T22:45:46.081Z[ recovery-image] Sep 03 22:45:45.890 INFO O| Sep 03 22:45:45.890 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-03T22:45:46.104Z[ recovery-image] Sep 03 22:45:45.903 INFO O| Sep 03 22:45:45.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
67732024-09-03T22:45:46.105Z[ recovery-image] Sep 03 22:45:45.903 INFO O| Sep 03 22:45:45.903 INFO STEP 917 (remove_files) COMPLETE
67742024-09-03T22:45:46.105Z[ recovery-image] Sep 03 22:45:45.903 INFO O| Sep 03 22:45:45.903 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-03T22:45:46.128Z[ recovery-image] Sep 03 22:45:45.923 INFO O| Sep 03 22:45:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
67762024-09-03T22:45:46.128Z[ recovery-image] Sep 03 22:45:45.923 INFO O| Sep 03 22:45:45.923 INFO STEP 918 (remove_files) COMPLETE
67772024-09-03T22:45:46.128Z[ recovery-image] Sep 03 22:45:45.923 INFO O| Sep 03 22:45:45.923 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-03T22:45:46.128Z[ recovery-image] Sep 03 22:45:45.943 INFO O| Sep 03 22:45:45.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
67792024-09-03T22:45:46.128Z[ recovery-image] Sep 03 22:45:45.944 INFO O| Sep 03 22:45:45.944 INFO STEP 919 (remove_files) COMPLETE
67802024-09-03T22:45:46.128Z[ recovery-image] Sep 03 22:45:45.944 INFO O| Sep 03 22:45:45.944 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-03T22:45:46.179Z[ recovery-image] Sep 03 22:45:45.997 INFO O| Sep 03 22:45:45.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
67822024-09-03T22:45:46.217Z[ recovery-image] Sep 03 22:45:46.034 INFO O| Sep 03 22:45:46.034 INFO STEP 920 (remove_files) COMPLETE
67832024-09-03T22:45:46.240Z[ recovery-image] Sep 03 22:45:46.034 INFO O| Sep 03 22:45:46.034 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-03T22:45:46.240Z[ recovery-image] Sep 03 22:45:46.053 INFO O| Sep 03 22:45:46.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
67852024-09-03T22:45:46.240Z[ recovery-image] Sep 03 22:45:46.054 INFO O| Sep 03 22:45:46.054 INFO STEP 921 (remove_files) COMPLETE
67862024-09-03T22:45:46.240Z[ recovery-image] Sep 03 22:45:46.054 INFO O| Sep 03 22:45:46.054 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-03T22:45:46.264Z[ recovery-image] Sep 03 22:45:46.069 INFO O| Sep 03 22:45:46.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
67882024-09-03T22:45:46.264Z[ recovery-image] Sep 03 22:45:46.069 INFO O| Sep 03 22:45:46.069 INFO STEP 922 (remove_files) COMPLETE
67892024-09-03T22:45:46.264Z[ recovery-image] Sep 03 22:45:46.070 INFO O| Sep 03 22:45:46.069 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-03T22:45:46.288Z[ recovery-image] Sep 03 22:45:46.083 INFO O| Sep 03 22:45:46.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
67912024-09-03T22:45:46.288Z[ recovery-image] Sep 03 22:45:46.083 INFO O| Sep 03 22:45:46.083 INFO STEP 923 (remove_files) COMPLETE
67922024-09-03T22:45:46.288Z[ recovery-image] Sep 03 22:45:46.084 INFO O| Sep 03 22:45:46.084 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-03T22:45:46.312Z[ recovery-image] Sep 03 22:45:46.106 INFO O| Sep 03 22:45:46.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
67942024-09-03T22:45:46.312Z[ recovery-image] Sep 03 22:45:46.106 INFO O| Sep 03 22:45:46.106 INFO STEP 924 (remove_files) COMPLETE
67952024-09-03T22:45:46.312Z[ recovery-image] Sep 03 22:45:46.106 INFO O| Sep 03 22:45:46.106 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-03T22:45:46.312Z[ recovery-image] Sep 03 22:45:46.121 INFO O| Sep 03 22:45:46.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
67972024-09-03T22:45:46.312Z[ recovery-image] Sep 03 22:45:46.121 INFO O| Sep 03 22:45:46.121 INFO STEP 925 (remove_files) COMPLETE
67982024-09-03T22:45:46.312Z[ recovery-image] Sep 03 22:45:46.121 INFO O| Sep 03 22:45:46.121 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-03T22:45:46.341Z[ recovery-image] Sep 03 22:45:46.158 INFO O| Sep 03 22:45:46.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68002024-09-03T22:45:46.364Z[ recovery-image] Sep 03 22:45:46.158 INFO O| Sep 03 22:45:46.158 INFO STEP 926 (remove_files) COMPLETE
68012024-09-03T22:45:46.365Z[ recovery-image] Sep 03 22:45:46.158 INFO O| Sep 03 22:45:46.158 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-03T22:45:46.388Z[ recovery-image] Sep 03 22:45:46.193 INFO O| Sep 03 22:45:46.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68032024-09-03T22:45:46.388Z[ recovery-image] Sep 03 22:45:46.193 INFO O| Sep 03 22:45:46.193 INFO STEP 927 (remove_files) COMPLETE
68042024-09-03T22:45:46.388Z[ recovery-image] Sep 03 22:45:46.193 INFO O| Sep 03 22:45:46.193 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-09-03T22:45:46.388Z[ host-image] Sep 03 22:45:46.199 INFO O| Sep 03 22:45:46.199 INFO O| Download: Completed 20.80 MB in 1.47 seconds (14.2M/s)
68062024-09-03T22:45:46.412Z[ recovery-image] Sep 03 22:45:46.211 INFO O| Sep 03 22:45:46.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68072024-09-03T22:45:46.412Z[ recovery-image] Sep 03 22:45:46.211 INFO O| Sep 03 22:45:46.211 INFO STEP 928 (remove_files) COMPLETE
68082024-09-03T22:45:46.412Z[ recovery-image] Sep 03 22:45:46.211 INFO O| Sep 03 22:45:46.211 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-09-03T22:45:46.435Z[ host-image] Sep 03 22:45:46.243 INFO O| Sep 03 22:45:46.243 INFO O| Actions: 1/22 actions (Installing new actions)
68102024-09-03T22:45:46.435Z[ recovery-image] Sep 03 22:45:46.244 INFO O| Sep 03 22:45:46.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68112024-09-03T22:45:46.436Z[ recovery-image] Sep 03 22:45:46.244 INFO O| Sep 03 22:45:46.244 INFO STEP 929 (remove_files) COMPLETE
68122024-09-03T22:45:46.436Z[ recovery-image] Sep 03 22:45:46.244 INFO O| Sep 03 22:45:46.244 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-09-03T22:45:46.489Z[ recovery-image] Sep 03 22:45:46.305 INFO O| Sep 03 22:45:46.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68142024-09-03T22:45:46.489Z[ recovery-image] Sep 03 22:45:46.305 INFO O| Sep 03 22:45:46.305 INFO STEP 930 (remove_files) COMPLETE
68152024-09-03T22:45:46.489Z[ recovery-image] Sep 03 22:45:46.305 INFO O| Sep 03 22:45:46.305 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-09-03T22:45:46.512Z[ recovery-image] Sep 03 22:45:46.326 INFO O| Sep 03 22:45:46.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68172024-09-03T22:45:46.512Z[ recovery-image] Sep 03 22:45:46.326 INFO O| Sep 03 22:45:46.326 INFO STEP 931 (remove_files) COMPLETE
68182024-09-03T22:45:46.512Z[ recovery-image] Sep 03 22:45:46.326 INFO O| Sep 03 22:45:46.326 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-09-03T22:45:46.536Z[ recovery-image] Sep 03 22:45:46.344 INFO O| Sep 03 22:45:46.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68202024-09-03T22:45:46.536Z[ recovery-image] Sep 03 22:45:46.344 INFO O| Sep 03 22:45:46.344 INFO STEP 932 (remove_files) COMPLETE
68212024-09-03T22:45:46.536Z[ recovery-image] Sep 03 22:45:46.344 INFO O| Sep 03 22:45:46.344 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-09-03T22:45:46.560Z[ recovery-image] Sep 03 22:45:46.359 INFO O| Sep 03 22:45:46.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68232024-09-03T22:45:46.560Z[ recovery-image] Sep 03 22:45:46.359 INFO O| Sep 03 22:45:46.359 INFO STEP 933 (remove_files) COMPLETE
68242024-09-03T22:45:46.560Z[ recovery-image] Sep 03 22:45:46.359 INFO O| Sep 03 22:45:46.359 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-09-03T22:45:46.560Z[ recovery-image] Sep 03 22:45:46.372 INFO O| Sep 03 22:45:46.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68262024-09-03T22:45:46.584Z[ recovery-image] Sep 03 22:45:46.394 INFO O| Sep 03 22:45:46.394 INFO STEP 934 (remove_files) COMPLETE
68272024-09-03T22:45:46.584Z[ recovery-image] Sep 03 22:45:46.394 INFO O| Sep 03 22:45:46.394 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-09-03T22:45:46.608Z[ recovery-image] Sep 03 22:45:46.411 INFO O| Sep 03 22:45:46.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68292024-09-03T22:45:46.608Z[ recovery-image] Sep 03 22:45:46.411 INFO O| Sep 03 22:45:46.411 INFO STEP 935 (remove_files) COMPLETE
68302024-09-03T22:45:46.608Z[ recovery-image] Sep 03 22:45:46.411 INFO O| Sep 03 22:45:46.411 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-09-03T22:45:46.632Z[ recovery-image] Sep 03 22:45:46.432 INFO O| Sep 03 22:45:46.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68322024-09-03T22:45:46.632Z[ recovery-image] Sep 03 22:45:46.432 INFO O| Sep 03 22:45:46.432 INFO STEP 936 (remove_files) COMPLETE
68332024-09-03T22:45:46.632Z[ recovery-image] Sep 03 22:45:46.432 INFO O| Sep 03 22:45:46.432 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-09-03T22:45:46.655Z[ recovery-image] Sep 03 22:45:46.470 INFO O| Sep 03 22:45:46.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68352024-09-03T22:45:46.655Z[ recovery-image] Sep 03 22:45:46.470 INFO O| Sep 03 22:45:46.470 INFO STEP 937 (remove_files) COMPLETE
68362024-09-03T22:45:46.655Z[ recovery-image] Sep 03 22:45:46.470 INFO O| Sep 03 22:45:46.470 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-09-03T22:45:46.709Z[ recovery-image] Sep 03 22:45:46.525 INFO O| Sep 03 22:45:46.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68382024-09-03T22:45:46.709Z[ recovery-image] Sep 03 22:45:46.525 INFO O| Sep 03 22:45:46.525 INFO STEP 938 (remove_files) COMPLETE
68392024-09-03T22:45:46.709Z[ recovery-image] Sep 03 22:45:46.525 INFO O| Sep 03 22:45:46.525 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-09-03T22:45:46.732Z[ recovery-image] Sep 03 22:45:46.542 INFO O| Sep 03 22:45:46.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68412024-09-03T22:45:46.732Z[ recovery-image] Sep 03 22:45:46.542 INFO O| Sep 03 22:45:46.542 INFO STEP 939 (remove_files) COMPLETE
68422024-09-03T22:45:46.732Z[ recovery-image] Sep 03 22:45:46.542 INFO O| Sep 03 22:45:46.542 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-09-03T22:45:46.756Z[ recovery-image] Sep 03 22:45:46.555 INFO O| Sep 03 22:45:46.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68442024-09-03T22:45:46.756Z[ recovery-image] Sep 03 22:45:46.555 INFO O| Sep 03 22:45:46.555 INFO STEP 940 (remove_files) COMPLETE
68452024-09-03T22:45:46.756Z[ recovery-image] Sep 03 22:45:46.555 INFO O| Sep 03 22:45:46.555 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-09-03T22:45:46.756Z[ recovery-image] Sep 03 22:45:46.568 INFO O| Sep 03 22:45:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68472024-09-03T22:45:46.756Z[ recovery-image] Sep 03 22:45:46.568 INFO O| Sep 03 22:45:46.568 INFO STEP 941 (remove_files) COMPLETE
68482024-09-03T22:45:46.756Z[ recovery-image] Sep 03 22:45:46.568 INFO O| Sep 03 22:45:46.568 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-09-03T22:45:46.780Z[ recovery-image] Sep 03 22:45:46.592 INFO O| Sep 03 22:45:46.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68502024-09-03T22:45:46.780Z[ recovery-image] Sep 03 22:45:46.592 INFO O| Sep 03 22:45:46.592 INFO STEP 942 (remove_files) COMPLETE
68512024-09-03T22:45:46.780Z[ recovery-image] Sep 03 22:45:46.592 INFO O| Sep 03 22:45:46.592 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-09-03T22:45:46.804Z[ recovery-image] Sep 03 22:45:46.608 INFO O| Sep 03 22:45:46.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68532024-09-03T22:45:46.804Z[ recovery-image] Sep 03 22:45:46.609 INFO O| Sep 03 22:45:46.609 INFO STEP 943 (remove_files) COMPLETE
68542024-09-03T22:45:46.804Z[ recovery-image] Sep 03 22:45:46.609 INFO O| Sep 03 22:45:46.609 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-09-03T22:45:46.828Z[ recovery-image] Sep 03 22:45:46.622 INFO O| Sep 03 22:45:46.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
68562024-09-03T22:45:46.828Z[ recovery-image] Sep 03 22:45:46.622 INFO O| Sep 03 22:45:46.622 INFO STEP 944 (remove_files) COMPLETE
68572024-09-03T22:45:46.828Z[ recovery-image] Sep 03 22:45:46.622 INFO O| Sep 03 22:45:46.622 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-09-03T22:45:46.862Z[ recovery-image] Sep 03 22:45:46.679 INFO O| Sep 03 22:45:46.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
68592024-09-03T22:45:46.862Z[ recovery-image] Sep 03 22:45:46.679 INFO O| Sep 03 22:45:46.679 INFO STEP 945 (remove_files) COMPLETE
68602024-09-03T22:45:46.886Z[ recovery-image] Sep 03 22:45:46.679 INFO O| Sep 03 22:45:46.679 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-09-03T22:45:46.886Z[ recovery-image] Sep 03 22:45:46.699 INFO O| Sep 03 22:45:46.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
68622024-09-03T22:45:46.886Z[ recovery-image] Sep 03 22:45:46.699 INFO O| Sep 03 22:45:46.699 INFO STEP 946 (remove_files) COMPLETE
68632024-09-03T22:45:46.886Z[ recovery-image] Sep 03 22:45:46.699 INFO O| Sep 03 22:45:46.699 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-09-03T22:45:46.917Z[ recovery-image] Sep 03 22:45:46.735 INFO O| Sep 03 22:45:46.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
68652024-09-03T22:45:46.917Z[ recovery-image] Sep 03 22:45:46.735 INFO O| Sep 03 22:45:46.735 INFO STEP 947 (remove_files) COMPLETE
68662024-09-03T22:45:46.917Z[ recovery-image] Sep 03 22:45:46.735 INFO O| Sep 03 22:45:46.735 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-09-03T22:45:46.941Z[ recovery-image] Sep 03 22:45:46.751 INFO O| Sep 03 22:45:46.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
68682024-09-03T22:45:46.941Z[ recovery-image] Sep 03 22:45:46.751 INFO O| Sep 03 22:45:46.751 INFO STEP 948 (remove_files) COMPLETE
68692024-09-03T22:45:46.941Z[ recovery-image] Sep 03 22:45:46.751 INFO O| Sep 03 22:45:46.751 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-09-03T22:45:46.975Z[ recovery-image] Sep 03 22:45:46.792 INFO O| Sep 03 22:45:46.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
68712024-09-03T22:45:46.998Z[ recovery-image] Sep 03 22:45:46.792 INFO O| Sep 03 22:45:46.792 INFO STEP 949 (remove_files) COMPLETE
68722024-09-03T22:45:46.998Z[ recovery-image] Sep 03 22:45:46.792 INFO O| Sep 03 22:45:46.792 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-09-03T22:45:46.998Z[ recovery-image] Sep 03 22:45:46.810 INFO O| Sep 03 22:45:46.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
68742024-09-03T22:45:46.999Z[ recovery-image] Sep 03 22:45:46.810 INFO O| Sep 03 22:45:46.810 INFO STEP 950 (remove_files) COMPLETE
68752024-09-03T22:45:46.999Z[ recovery-image] Sep 03 22:45:46.810 INFO O| Sep 03 22:45:46.810 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-09-03T22:45:47.022Z[ recovery-image] Sep 03 22:45:46.830 INFO O| Sep 03 22:45:46.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
68772024-09-03T22:45:47.022Z[ recovery-image] Sep 03 22:45:46.830 INFO O| Sep 03 22:45:46.830 INFO STEP 951 (remove_files) COMPLETE
68782024-09-03T22:45:47.022Z[ recovery-image] Sep 03 22:45:46.830 INFO O| Sep 03 22:45:46.830 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-09-03T22:45:47.069Z[ recovery-image] Sep 03 22:45:46.886 INFO O| Sep 03 22:45:46.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
68802024-09-03T22:45:47.069Z[ recovery-image] Sep 03 22:45:46.886 INFO O| Sep 03 22:45:46.886 INFO STEP 952 (remove_files) COMPLETE
68812024-09-03T22:45:47.069Z[ recovery-image] Sep 03 22:45:46.886 INFO O| Sep 03 22:45:46.886 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-09-03T22:45:47.118Z[ recovery-image] Sep 03 22:45:46.935 INFO O| Sep 03 22:45:46.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
68832024-09-03T22:45:47.118Z[ recovery-image] Sep 03 22:45:46.935 INFO O| Sep 03 22:45:46.935 INFO STEP 953 (remove_files) COMPLETE
68842024-09-03T22:45:47.141Z[ recovery-image] Sep 03 22:45:46.935 INFO O| Sep 03 22:45:46.935 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-09-03T22:45:47.171Z[ recovery-image] Sep 03 22:45:46.989 INFO O| Sep 03 22:45:46.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
68862024-09-03T22:45:47.195Z[ recovery-image] Sep 03 22:45:46.989 INFO O| Sep 03 22:45:46.989 INFO STEP 954 (remove_files) COMPLETE
68872024-09-03T22:45:47.195Z[ recovery-image] Sep 03 22:45:46.989 INFO O| Sep 03 22:45:46.989 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-09-03T22:45:47.220Z[ recovery-image] Sep 03 22:45:47.038 INFO O| Sep 03 22:45:47.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
68892024-09-03T22:45:47.244Z[ recovery-image] Sep 03 22:45:47.038 INFO O| Sep 03 22:45:47.038 INFO STEP 955 (remove_files) COMPLETE
68902024-09-03T22:45:47.245Z[ recovery-image] Sep 03 22:45:47.038 INFO O| Sep 03 22:45:47.038 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-09-03T22:45:47.245Z[ host-image] Sep 03 22:45:47.041 INFO O| Sep 03 22:45:47.040 INFO O| Actions: Completed 22 actions in 0.80 seconds.
68922024-09-03T22:45:47.275Z[ recovery-image] Sep 03 22:45:47.093 INFO O| Sep 03 22:45:47.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
68932024-09-03T22:45:47.275Z[ recovery-image] Sep 03 22:45:47.093 INFO O| Sep 03 22:45:47.093 INFO STEP 956 (remove_files) COMPLETE
68942024-09-03T22:45:47.300Z[ recovery-image] Sep 03 22:45:47.093 INFO O| Sep 03 22:45:47.093 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-03T22:45:47.300Z[ recovery-image] Sep 03 22:45:47.110 INFO O| Sep 03 22:45:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
68962024-09-03T22:45:47.300Z[ recovery-image] Sep 03 22:45:47.110 INFO O| Sep 03 22:45:47.110 INFO STEP 957 (remove_files) COMPLETE
68972024-09-03T22:45:47.300Z[ recovery-image] Sep 03 22:45:47.110 INFO O| Sep 03 22:45:47.110 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-03T22:45:47.324Z[ recovery-image] Sep 03 22:45:47.127 INFO O| Sep 03 22:45:47.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
68992024-09-03T22:45:47.324Z[ recovery-image] Sep 03 22:45:47.127 INFO O| Sep 03 22:45:47.127 INFO STEP 958 (remove_files) COMPLETE
69002024-09-03T22:45:47.324Z[ recovery-image] Sep 03 22:45:47.127 INFO O| Sep 03 22:45:47.127 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-03T22:45:47.348Z[ recovery-image] Sep 03 22:45:47.142 INFO O| Sep 03 22:45:47.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69022024-09-03T22:45:47.348Z[ recovery-image] Sep 03 22:45:47.142 INFO O| Sep 03 22:45:47.142 INFO STEP 959 (remove_files) COMPLETE
69032024-09-03T22:45:47.348Z[ recovery-image] Sep 03 22:45:47.142 INFO O| Sep 03 22:45:47.142 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-03T22:45:47.348Z[ recovery-image] Sep 03 22:45:47.157 INFO O| Sep 03 22:45:47.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69052024-09-03T22:45:47.348Z[ recovery-image] Sep 03 22:45:47.158 INFO O| Sep 03 22:45:47.158 INFO STEP 960 (remove_files) COMPLETE
69062024-09-03T22:45:47.348Z[ recovery-image] Sep 03 22:45:47.158 INFO O| Sep 03 22:45:47.158 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-03T22:45:47.372Z[ recovery-image] Sep 03 22:45:47.173 INFO O| Sep 03 22:45:47.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69082024-09-03T22:45:47.372Z[ recovery-image] Sep 03 22:45:47.174 INFO O| Sep 03 22:45:47.174 INFO STEP 961 (remove_files) COMPLETE
69092024-09-03T22:45:47.372Z[ recovery-image] Sep 03 22:45:47.174 INFO O| Sep 03 22:45:47.174 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-03T22:45:47.396Z[ recovery-image] Sep 03 22:45:47.202 INFO O| Sep 03 22:45:47.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69112024-09-03T22:45:47.396Z[ recovery-image] Sep 03 22:45:47.202 INFO O| Sep 03 22:45:47.202 INFO STEP 962 (remove_files) COMPLETE
69122024-09-03T22:45:47.396Z[ recovery-image] Sep 03 22:45:47.202 INFO O| Sep 03 22:45:47.202 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-03T22:45:47.434Z[ recovery-image] Sep 03 22:45:47.251 INFO O| Sep 03 22:45:47.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69142024-09-03T22:45:47.434Z[ recovery-image] Sep 03 22:45:47.251 INFO O| Sep 03 22:45:47.251 INFO STEP 963 (remove_files) COMPLETE
69152024-09-03T22:45:47.457Z[ recovery-image] Sep 03 22:45:47.251 INFO O| Sep 03 22:45:47.251 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-03T22:45:47.458Z[ recovery-image] Sep 03 22:45:47.265 INFO O| Sep 03 22:45:47.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69172024-09-03T22:45:47.458Z[ recovery-image] Sep 03 22:45:47.265 INFO O| Sep 03 22:45:47.265 INFO STEP 964 (remove_files) COMPLETE
69182024-09-03T22:45:47.458Z[ recovery-image] Sep 03 22:45:47.265 INFO O| Sep 03 22:45:47.265 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-03T22:45:47.593Z[ recovery-image] Sep 03 22:45:47.410 INFO O| Sep 03 22:45:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69202024-09-03T22:45:47.593Z[ recovery-image] Sep 03 22:45:47.410 INFO O| Sep 03 22:45:47.410 INFO STEP 965 (remove_files) COMPLETE
69212024-09-03T22:45:47.617Z[ recovery-image] Sep 03 22:45:47.410 INFO O| Sep 03 22:45:47.410 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-03T22:45:47.640Z[ recovery-image] Sep 03 22:45:47.444 INFO O| Sep 03 22:45:47.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69232024-09-03T22:45:47.640Z[ recovery-image] Sep 03 22:45:47.444 INFO O| Sep 03 22:45:47.444 INFO STEP 966 (remove_files) COMPLETE
69242024-09-03T22:45:47.640Z[ recovery-image] Sep 03 22:45:47.444 INFO O| Sep 03 22:45:47.444 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-03T22:45:47.664Z[ recovery-image] Sep 03 22:45:47.471 INFO O| Sep 03 22:45:47.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69262024-09-03T22:45:47.664Z[ recovery-image] Sep 03 22:45:47.472 INFO O| Sep 03 22:45:47.471 INFO STEP 967 (remove_files) COMPLETE
69272024-09-03T22:45:47.664Z[ recovery-image] Sep 03 22:45:47.472 INFO O| Sep 03 22:45:47.471 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-03T22:45:47.688Z[ host-image] Sep 03 22:45:47.491 INFO O| Sep 03 22:45:47.491 INFO O| Done
69292024-09-03T22:45:47.688Z[ host-image] Sep 03 22:45:47.491 INFO O| Sep 03 22:45:47.491 INFO O| Done
69302024-09-03T22:45:47.711Z[ recovery-image] Sep 03 22:45:47.507 INFO O| Sep 03 22:45:47.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69312024-09-03T22:45:47.711Z[ recovery-image] Sep 03 22:45:47.507 INFO O| Sep 03 22:45:47.507 INFO STEP 968 (remove_files) COMPLETE
69322024-09-03T22:45:47.711Z[ recovery-image] Sep 03 22:45:47.507 INFO O| Sep 03 22:45:47.507 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-09-03T22:45:47.711Z[ recovery-image] Sep 03 22:45:47.523 INFO O| Sep 03 22:45:47.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69342024-09-03T22:45:47.711Z[ recovery-image] Sep 03 22:45:47.524 INFO O| Sep 03 22:45:47.524 INFO STEP 969 (remove_files) COMPLETE
69352024-09-03T22:45:47.711Z[ recovery-image] Sep 03 22:45:47.524 INFO O| Sep 03 22:45:47.524 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-09-03T22:45:47.735Z[ recovery-image] Sep 03 22:45:47.547 INFO O| Sep 03 22:45:47.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69372024-09-03T22:45:47.735Z[ recovery-image] Sep 03 22:45:47.547 INFO O| Sep 03 22:45:47.547 INFO STEP 970 (remove_files) COMPLETE
69382024-09-03T22:45:47.735Z[ recovery-image] Sep 03 22:45:47.547 INFO O| Sep 03 22:45:47.547 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-09-03T22:45:47.783Z[ recovery-image] Sep 03 22:45:47.600 INFO O| Sep 03 22:45:47.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69402024-09-03T22:45:47.783Z[ recovery-image] Sep 03 22:45:47.600 INFO O| Sep 03 22:45:47.600 INFO STEP 971 (remove_files) COMPLETE
69412024-09-03T22:45:47.783Z[ recovery-image] Sep 03 22:45:47.600 INFO O| Sep 03 22:45:47.600 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-09-03T22:45:47.807Z[ recovery-image] Sep 03 22:45:47.617 INFO O| Sep 03 22:45:47.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69432024-09-03T22:45:47.807Z[ recovery-image] Sep 03 22:45:47.618 INFO O| Sep 03 22:45:47.618 INFO STEP 972 (remove_files) COMPLETE
69442024-09-03T22:45:47.807Z[ recovery-image] Sep 03 22:45:47.618 INFO O| Sep 03 22:45:47.618 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-09-03T22:45:47.832Z[ recovery-image] Sep 03 22:45:47.633 INFO O| Sep 03 22:45:47.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69462024-09-03T22:45:47.832Z[ recovery-image] Sep 03 22:45:47.633 INFO O| Sep 03 22:45:47.633 INFO STEP 973 (remove_files) COMPLETE
69472024-09-03T22:45:47.832Z[ recovery-image] Sep 03 22:45:47.633 INFO O| Sep 03 22:45:47.633 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-09-03T22:45:47.856Z[ recovery-image] Sep 03 22:45:47.651 INFO O| Sep 03 22:45:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69492024-09-03T22:45:47.856Z[ recovery-image] Sep 03 22:45:47.652 INFO O| Sep 03 22:45:47.651 INFO STEP 974 (remove_files) COMPLETE
69502024-09-03T22:45:47.856Z[ recovery-image] Sep 03 22:45:47.652 INFO O| Sep 03 22:45:47.652 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-09-03T22:45:47.856Z[ recovery-image] Sep 03 22:45:47.668 INFO O| Sep 03 22:45:47.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69522024-09-03T22:45:47.856Z[ recovery-image] Sep 03 22:45:47.668 INFO O| Sep 03 22:45:47.668 INFO STEP 975 (remove_files) COMPLETE
69532024-09-03T22:45:47.856Z[ recovery-image] Sep 03 22:45:47.669 INFO O| Sep 03 22:45:47.668 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-09-03T22:45:47.880Z[ recovery-image] Sep 03 22:45:47.696 INFO O| Sep 03 22:45:47.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69552024-09-03T22:45:47.880Z[ recovery-image] Sep 03 22:45:47.696 INFO O| Sep 03 22:45:47.696 INFO STEP 976 (remove_files) COMPLETE
69562024-09-03T22:45:47.880Z[ recovery-image] Sep 03 22:45:47.697 INFO O| Sep 03 22:45:47.696 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-09-03T22:45:47.903Z[ recovery-image] Sep 03 22:45:47.713 INFO O| Sep 03 22:45:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
69582024-09-03T22:45:47.903Z[ recovery-image] Sep 03 22:45:47.713 INFO O| Sep 03 22:45:47.713 INFO STEP 977 (remove_files) COMPLETE
69592024-09-03T22:45:47.903Z[ recovery-image] Sep 03 22:45:47.713 INFO O| Sep 03 22:45:47.713 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-09-03T22:45:47.927Z[ recovery-image] Sep 03 22:45:47.727 INFO O| Sep 03 22:45:47.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
69612024-09-03T22:45:47.927Z[ recovery-image] Sep 03 22:45:47.727 INFO O| Sep 03 22:45:47.727 INFO STEP 978 (remove_files) COMPLETE
69622024-09-03T22:45:47.927Z[ recovery-image] Sep 03 22:45:47.727 INFO O| Sep 03 22:45:47.727 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-09-03T22:45:47.927Z[ recovery-image] Sep 03 22:45:47.741 INFO O| Sep 03 22:45:47.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
69642024-09-03T22:45:47.927Z[ recovery-image] Sep 03 22:45:47.741 INFO O| Sep 03 22:45:47.741 INFO STEP 979 (remove_files) COMPLETE
69652024-09-03T22:45:47.927Z[ recovery-image] Sep 03 22:45:47.741 INFO O| Sep 03 22:45:47.741 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-09-03T22:45:47.951Z[ recovery-image] Sep 03 22:45:47.754 INFO O| Sep 03 22:45:47.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
69672024-09-03T22:45:47.951Z[ recovery-image] Sep 03 22:45:47.754 INFO O| Sep 03 22:45:47.754 INFO STEP 980 (remove_files) COMPLETE
69682024-09-03T22:45:47.951Z[ recovery-image] Sep 03 22:45:47.754 INFO O| Sep 03 22:45:47.754 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-09-03T22:45:47.951Z[ recovery-image] Sep 03 22:45:47.767 INFO O| Sep 03 22:45:47.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
69702024-09-03T22:45:47.951Z[ recovery-image] Sep 03 22:45:47.767 INFO O| Sep 03 22:45:47.767 INFO STEP 981 (remove_files) COMPLETE
69712024-09-03T22:45:47.951Z[ recovery-image] Sep 03 22:45:47.768 INFO O| Sep 03 22:45:47.768 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-09-03T22:45:47.975Z[ recovery-image] Sep 03 22:45:47.787 INFO O| Sep 03 22:45:47.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
69732024-09-03T22:45:47.975Z[ recovery-image] Sep 03 22:45:47.787 INFO O| Sep 03 22:45:47.787 INFO STEP 982 (remove_files) COMPLETE
69742024-09-03T22:45:47.975Z[ recovery-image] Sep 03 22:45:47.787 INFO O| Sep 03 22:45:47.787 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-09-03T22:45:48.028Z[ recovery-image] Sep 03 22:45:47.845 INFO O| Sep 03 22:45:47.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
69762024-09-03T22:45:48.028Z[ recovery-image] Sep 03 22:45:47.845 INFO O| Sep 03 22:45:47.845 INFO STEP 983 (remove_files) COMPLETE
69772024-09-03T22:45:48.028Z[ recovery-image] Sep 03 22:45:47.845 INFO O| Sep 03 22:45:47.845 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-09-03T22:45:48.058Z[ recovery-image] Sep 03 22:45:47.875 INFO O| Sep 03 22:45:47.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
69792024-09-03T22:45:48.058Z[ recovery-image] Sep 03 22:45:47.875 INFO O| Sep 03 22:45:47.875 INFO STEP 984 (remove_files) COMPLETE
69802024-09-03T22:45:48.082Z[ recovery-image] Sep 03 22:45:47.875 INFO O| Sep 03 22:45:47.875 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-09-03T22:45:48.082Z[ recovery-image] Sep 03 22:45:47.895 INFO O| Sep 03 22:45:47.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
69822024-09-03T22:45:48.082Z[ recovery-image] Sep 03 22:45:47.895 INFO O| Sep 03 22:45:47.895 INFO STEP 985 (remove_files) COMPLETE
69832024-09-03T22:45:48.082Z[ recovery-image] Sep 03 22:45:47.895 INFO O| Sep 03 22:45:47.895 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-09-03T22:45:48.110Z[ recovery-image] Sep 03 22:45:47.926 INFO O| Sep 03 22:45:47.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
69852024-09-03T22:45:48.110Z[ recovery-image] Sep 03 22:45:47.926 INFO O| Sep 03 22:45:47.926 INFO STEP 986 (remove_files) COMPLETE
69862024-09-03T22:45:48.110Z[ recovery-image] Sep 03 22:45:47.926 INFO O| Sep 03 22:45:47.926 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-03T22:45:48.171Z[ recovery-image] Sep 03 22:45:47.988 INFO O| Sep 03 22:45:47.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
69882024-09-03T22:45:48.171Z[ recovery-image] Sep 03 22:45:47.988 INFO O| Sep 03 22:45:47.988 INFO STEP 987 (remove_files) COMPLETE
69892024-09-03T22:45:48.171Z[ recovery-image] Sep 03 22:45:47.988 INFO O| Sep 03 22:45:47.988 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-09-03T22:45:48.194Z[ host-image] Sep 03 22:45:47.993 INFO O| Sep 03 22:45:47.992 INFO O| Done
69912024-09-03T22:45:48.194Z[ recovery-image] Sep 03 22:45:48.006 INFO O| Sep 03 22:45:48.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
69922024-09-03T22:45:48.194Z[ recovery-image] Sep 03 22:45:48.006 INFO O| Sep 03 22:45:48.006 INFO STEP 988 (remove_files) COMPLETE
69932024-09-03T22:45:48.194Z[ recovery-image] Sep 03 22:45:48.006 INFO O| Sep 03 22:45:48.006 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-03T22:45:48.264Z[ recovery-image] Sep 03 22:45:48.081 INFO O| Sep 03 22:45:48.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
69952024-09-03T22:45:48.288Z[ recovery-image] Sep 03 22:45:48.081 INFO O| Sep 03 22:45:48.081 INFO STEP 989 (remove_files) COMPLETE
69962024-09-03T22:45:48.288Z[ recovery-image] Sep 03 22:45:48.081 INFO O| Sep 03 22:45:48.081 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-03T22:45:48.312Z[ recovery-image] Sep 03 22:45:48.113 INFO O| Sep 03 22:45:48.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
69982024-09-03T22:45:48.312Z[ recovery-image] Sep 03 22:45:48.113 INFO O| Sep 03 22:45:48.113 INFO STEP 990 (remove_files) COMPLETE
69992024-09-03T22:45:48.312Z[ recovery-image] Sep 03 22:45:48.113 INFO O| Sep 03 22:45:48.113 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-03T22:45:48.368Z[ recovery-image] Sep 03 22:45:48.185 INFO O| Sep 03 22:45:48.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70012024-09-03T22:45:48.368Z[ recovery-image] Sep 03 22:45:48.185 INFO O| Sep 03 22:45:48.185 INFO STEP 991 (remove_files) COMPLETE
70022024-09-03T22:45:48.392Z[ recovery-image] Sep 03 22:45:48.185 INFO O| Sep 03 22:45:48.185 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-03T22:45:48.423Z[ recovery-image] Sep 03 22:45:48.240 INFO O| Sep 03 22:45:48.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70042024-09-03T22:45:48.423Z[ recovery-image] Sep 03 22:45:48.240 INFO O| Sep 03 22:45:48.240 INFO STEP 992 (remove_files) COMPLETE
70052024-09-03T22:45:48.447Z[ recovery-image] Sep 03 22:45:48.240 INFO O| Sep 03 22:45:48.240 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-03T22:45:48.447Z[ recovery-image] Sep 03 22:45:48.256 INFO O| Sep 03 22:45:48.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70072024-09-03T22:45:48.447Z[ recovery-image] Sep 03 22:45:48.256 INFO O| Sep 03 22:45:48.256 INFO STEP 993 (remove_files) COMPLETE
70082024-09-03T22:45:48.447Z[ recovery-image] Sep 03 22:45:48.256 INFO O| Sep 03 22:45:48.256 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-03T22:45:48.494Z[ recovery-image] Sep 03 22:45:48.311 INFO O| Sep 03 22:45:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70102024-09-03T22:45:48.494Z[ recovery-image] Sep 03 22:45:48.311 INFO O| Sep 03 22:45:48.311 INFO STEP 994 (remove_files) COMPLETE
70112024-09-03T22:45:48.517Z[ recovery-image] Sep 03 22:45:48.311 INFO O| Sep 03 22:45:48.311 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-03T22:45:48.549Z[ recovery-image] Sep 03 22:45:48.366 INFO O| Sep 03 22:45:48.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70132024-09-03T22:45:48.549Z[ recovery-image] Sep 03 22:45:48.366 INFO O| Sep 03 22:45:48.366 INFO STEP 995 (remove_files) COMPLETE
70142024-09-03T22:45:48.573Z[ recovery-image] Sep 03 22:45:48.366 INFO O| Sep 03 22:45:48.366 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-03T22:45:48.573Z[ recovery-image] Sep 03 22:45:48.381 INFO O| Sep 03 22:45:48.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70162024-09-03T22:45:48.573Z[ recovery-image] Sep 03 22:45:48.381 INFO O| Sep 03 22:45:48.381 INFO STEP 996 (remove_files) COMPLETE
70172024-09-03T22:45:48.573Z[ recovery-image] Sep 03 22:45:48.381 INFO O| Sep 03 22:45:48.381 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-03T22:45:48.597Z[ recovery-image] Sep 03 22:45:48.394 INFO O| Sep 03 22:45:48.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70192024-09-03T22:45:48.597Z[ recovery-image] Sep 03 22:45:48.394 INFO O| Sep 03 22:45:48.394 INFO STEP 997 (remove_files) COMPLETE
70202024-09-03T22:45:48.597Z[ recovery-image] Sep 03 22:45:48.394 INFO O| Sep 03 22:45:48.394 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-03T22:45:48.597Z[ recovery-image] Sep 03 22:45:48.407 INFO O| Sep 03 22:45:48.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70222024-09-03T22:45:48.597Z[ recovery-image] Sep 03 22:45:48.407 INFO O| Sep 03 22:45:48.407 INFO STEP 998 (remove_files) COMPLETE
70232024-09-03T22:45:48.597Z[ recovery-image] Sep 03 22:45:48.407 INFO O| Sep 03 22:45:48.407 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-03T22:45:48.620Z[ recovery-image] Sep 03 22:45:48.429 INFO O| Sep 03 22:45:48.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70252024-09-03T22:45:48.620Z[ recovery-image] Sep 03 22:45:48.429 INFO O| Sep 03 22:45:48.429 INFO STEP 999 (remove_files) COMPLETE
70262024-09-03T22:45:48.620Z[ recovery-image] Sep 03 22:45:48.429 INFO O| Sep 03 22:45:48.429 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-03T22:45:48.644Z[ recovery-image] Sep 03 22:45:48.451 INFO O| Sep 03 22:45:48.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70282024-09-03T22:45:48.644Z[ recovery-image] Sep 03 22:45:48.451 INFO O| Sep 03 22:45:48.451 INFO STEP 1000 (remove_files) COMPLETE
70292024-09-03T22:45:48.644Z[ recovery-image] Sep 03 22:45:48.451 INFO O| Sep 03 22:45:48.451 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-03T22:45:48.668Z[ recovery-image] Sep 03 22:45:48.469 INFO O| Sep 03 22:45:48.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70312024-09-03T22:45:48.668Z[ recovery-image] Sep 03 22:45:48.469 INFO O| Sep 03 22:45:48.469 INFO STEP 1001 (remove_files) COMPLETE
70322024-09-03T22:45:48.668Z[ recovery-image] Sep 03 22:45:48.469 INFO O| Sep 03 22:45:48.469 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-03T22:45:48.668Z[ recovery-image] Sep 03 22:45:48.483 INFO O| Sep 03 22:45:48.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70342024-09-03T22:45:48.668Z[ recovery-image] Sep 03 22:45:48.483 INFO O| Sep 03 22:45:48.483 INFO STEP 1002 (remove_files) COMPLETE
70352024-09-03T22:45:48.668Z[ recovery-image] Sep 03 22:45:48.483 INFO O| Sep 03 22:45:48.483 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-03T22:45:48.692Z[ recovery-image] Sep 03 22:45:48.496 INFO O| Sep 03 22:45:48.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70372024-09-03T22:45:48.692Z[ recovery-image] Sep 03 22:45:48.496 INFO O| Sep 03 22:45:48.496 INFO STEP 1003 (remove_files) COMPLETE
70382024-09-03T22:45:48.692Z[ recovery-image] Sep 03 22:45:48.496 INFO O| Sep 03 22:45:48.496 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-03T22:45:48.692Z[ recovery-image] Sep 03 22:45:48.509 INFO O| Sep 03 22:45:48.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70402024-09-03T22:45:48.692Z[ recovery-image] Sep 03 22:45:48.509 INFO O| Sep 03 22:45:48.509 INFO STEP 1004 (remove_files) COMPLETE
70412024-09-03T22:45:48.692Z[ recovery-image] Sep 03 22:45:48.509 INFO O| Sep 03 22:45:48.509 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-03T22:45:48.716Z[ recovery-image] Sep 03 22:45:48.523 INFO O| Sep 03 22:45:48.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70432024-09-03T22:45:48.716Z[ recovery-image] Sep 03 22:45:48.523 INFO O| Sep 03 22:45:48.523 INFO STEP 1005 (remove_files) COMPLETE
70442024-09-03T22:45:48.716Z[ recovery-image] Sep 03 22:45:48.523 INFO O| Sep 03 22:45:48.523 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-03T22:45:48.740Z[ recovery-image] Sep 03 22:45:48.554 INFO O| Sep 03 22:45:48.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70462024-09-03T22:45:48.740Z[ recovery-image] Sep 03 22:45:48.554 INFO O| Sep 03 22:45:48.554 INFO STEP 1006 (remove_files) COMPLETE
70472024-09-03T22:45:48.740Z[ recovery-image] Sep 03 22:45:48.554 INFO O| Sep 03 22:45:48.554 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-03T22:45:48.771Z[ recovery-image] Sep 03 22:45:48.589 INFO O| Sep 03 22:45:48.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70492024-09-03T22:45:48.771Z[ recovery-image] Sep 03 22:45:48.589 INFO O| Sep 03 22:45:48.589 INFO STEP 1007 (remove_files) COMPLETE
70502024-09-03T22:45:48.795Z[ recovery-image] Sep 03 22:45:48.589 INFO O| Sep 03 22:45:48.589 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-03T22:45:48.819Z[ recovery-image] Sep 03 22:45:48.616 INFO O| Sep 03 22:45:48.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70522024-09-03T22:45:48.819Z[ recovery-image] Sep 03 22:45:48.616 INFO O| Sep 03 22:45:48.616 INFO STEP 1008 (remove_files) COMPLETE
70532024-09-03T22:45:48.819Z[ recovery-image] Sep 03 22:45:48.616 INFO O| Sep 03 22:45:48.616 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-03T22:45:48.819Z[ recovery-image] Sep 03 22:45:48.630 INFO O| Sep 03 22:45:48.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70552024-09-03T22:45:48.819Z[ recovery-image] Sep 03 22:45:48.630 INFO O| Sep 03 22:45:48.630 INFO STEP 1009 (remove_files) COMPLETE
70562024-09-03T22:45:48.819Z[ recovery-image] Sep 03 22:45:48.630 INFO O| Sep 03 22:45:48.630 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-03T22:45:48.843Z[ recovery-image] Sep 03 22:45:48.644 INFO O| Sep 03 22:45:48.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
70582024-09-03T22:45:48.843Z[ recovery-image] Sep 03 22:45:48.644 INFO O| Sep 03 22:45:48.644 INFO STEP 1010 (remove_files) COMPLETE
70592024-09-03T22:45:48.843Z[ recovery-image] Sep 03 22:45:48.644 INFO O| Sep 03 22:45:48.644 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-03T22:45:48.872Z[ recovery-image] Sep 03 22:45:48.689 INFO O| Sep 03 22:45:48.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
70612024-09-03T22:45:48.872Z[ recovery-image] Sep 03 22:45:48.689 INFO O| Sep 03 22:45:48.689 INFO STEP 1011 (remove_files) COMPLETE
70622024-09-03T22:45:48.895Z[ recovery-image] Sep 03 22:45:48.689 INFO O| Sep 03 22:45:48.689 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-03T22:45:48.919Z[ recovery-image] Sep 03 22:45:48.730 INFO O| Sep 03 22:45:48.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
70642024-09-03T22:45:48.919Z[ recovery-image] Sep 03 22:45:48.730 INFO O| Sep 03 22:45:48.730 INFO STEP 1012 (remove_files) COMPLETE
70652024-09-03T22:45:48.919Z[ recovery-image] Sep 03 22:45:48.730 INFO O| Sep 03 22:45:48.730 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-03T22:45:48.943Z[ recovery-image] Sep 03 22:45:48.746 INFO O| Sep 03 22:45:48.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
70672024-09-03T22:45:48.943Z[ recovery-image] Sep 03 22:45:48.746 INFO O| Sep 03 22:45:48.746 INFO STEP 1013 (remove_files) COMPLETE
70682024-09-03T22:45:48.943Z[ recovery-image] Sep 03 22:45:48.746 INFO O| Sep 03 22:45:48.746 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-03T22:45:48.966Z[ recovery-image] Sep 03 22:45:48.761 INFO O| Sep 03 22:45:48.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
70702024-09-03T22:45:48.967Z[ recovery-image] Sep 03 22:45:48.761 INFO O| Sep 03 22:45:48.761 INFO STEP 1014 (remove_files) COMPLETE
70712024-09-03T22:45:48.967Z[ recovery-image] Sep 03 22:45:48.761 INFO O| Sep 03 22:45:48.761 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-03T22:45:48.967Z[ recovery-image] Sep 03 22:45:48.775 INFO O| Sep 03 22:45:48.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
70732024-09-03T22:45:48.967Z[ recovery-image] Sep 03 22:45:48.775 INFO O| Sep 03 22:45:48.775 INFO STEP 1015 (remove_files) COMPLETE
70742024-09-03T22:45:48.967Z[ recovery-image] Sep 03 22:45:48.776 INFO O| Sep 03 22:45:48.776 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-03T22:45:48.991Z[ recovery-image] Sep 03 22:45:48.789 INFO O| Sep 03 22:45:48.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
70762024-09-03T22:45:48.991Z[ recovery-image] Sep 03 22:45:48.790 INFO O| Sep 03 22:45:48.790 INFO STEP 1016 (remove_files) COMPLETE
70772024-09-03T22:45:48.991Z[ recovery-image] Sep 03 22:45:48.790 INFO O| Sep 03 22:45:48.790 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-03T22:45:48.991Z[ recovery-image] Sep 03 22:45:48.803 INFO O| Sep 03 22:45:48.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
70792024-09-03T22:45:48.991Z[ recovery-image] Sep 03 22:45:48.803 INFO O| Sep 03 22:45:48.803 INFO STEP 1017 (remove_files) COMPLETE
70802024-09-03T22:45:48.991Z[ recovery-image] Sep 03 22:45:48.804 INFO O| Sep 03 22:45:48.803 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-03T22:45:49.014Z[ recovery-image] Sep 03 22:45:48.816 INFO O| Sep 03 22:45:48.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
70822024-09-03T22:45:49.014Z[ recovery-image] Sep 03 22:45:48.817 INFO O| Sep 03 22:45:48.817 INFO STEP 1018 (remove_files) COMPLETE
70832024-09-03T22:45:49.014Z[ recovery-image] Sep 03 22:45:48.817 INFO O| Sep 03 22:45:48.817 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-03T22:45:49.014Z[ recovery-image] Sep 03 22:45:48.830 INFO O| Sep 03 22:45:48.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
70852024-09-03T22:45:49.014Z[ recovery-image] Sep 03 22:45:48.830 INFO O| Sep 03 22:45:48.830 INFO STEP 1019 (remove_files) COMPLETE
70862024-09-03T22:45:49.014Z[ recovery-image] Sep 03 22:45:48.830 INFO O| Sep 03 22:45:48.830 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-03T22:45:49.038Z[ recovery-image] Sep 03 22:45:48.843 INFO O| Sep 03 22:45:48.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
70882024-09-03T22:45:49.038Z[ recovery-image] Sep 03 22:45:48.844 INFO O| Sep 03 22:45:48.844 INFO STEP 1020 (remove_files) COMPLETE
70892024-09-03T22:45:49.038Z[ recovery-image] Sep 03 22:45:48.844 INFO O| Sep 03 22:45:48.844 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-03T22:45:49.062Z[ recovery-image] Sep 03 22:45:48.858 INFO O| Sep 03 22:45:48.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
70912024-09-03T22:45:49.062Z[ recovery-image] Sep 03 22:45:48.858 INFO O| Sep 03 22:45:48.858 INFO STEP 1021 (remove_files) COMPLETE
70922024-09-03T22:45:49.062Z[ recovery-image] Sep 03 22:45:48.858 INFO O| Sep 03 22:45:48.858 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-03T22:45:49.062Z[ recovery-image] Sep 03 22:45:48.872 INFO O| Sep 03 22:45:48.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
70942024-09-03T22:45:49.062Z[ recovery-image] Sep 03 22:45:48.872 INFO O| Sep 03 22:45:48.872 INFO STEP 1022 (remove_files) COMPLETE
70952024-09-03T22:45:49.062Z[ recovery-image] Sep 03 22:45:48.872 INFO O| Sep 03 22:45:48.872 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-03T22:45:49.086Z[ recovery-image] Sep 03 22:45:48.885 INFO O| Sep 03 22:45:48.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
70972024-09-03T22:45:49.086Z[ recovery-image] Sep 03 22:45:48.885 INFO O| Sep 03 22:45:48.885 INFO STEP 1023 (remove_files) COMPLETE
70982024-09-03T22:45:49.086Z[ recovery-image] Sep 03 22:45:48.885 INFO O| Sep 03 22:45:48.885 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-03T22:45:49.086Z[ recovery-image] Sep 03 22:45:48.900 INFO O| Sep 03 22:45:48.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71002024-09-03T22:45:49.086Z[ recovery-image] Sep 03 22:45:48.900 INFO O| Sep 03 22:45:48.900 INFO STEP 1024 (remove_files) COMPLETE
71012024-09-03T22:45:49.086Z[ recovery-image] Sep 03 22:45:48.900 INFO O| Sep 03 22:45:48.900 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-03T22:45:49.109Z[ recovery-image] Sep 03 22:45:48.914 INFO O| Sep 03 22:45:48.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71032024-09-03T22:45:49.110Z[ recovery-image] Sep 03 22:45:48.914 INFO O| Sep 03 22:45:48.914 INFO STEP 1025 (remove_files) COMPLETE
71042024-09-03T22:45:49.110Z[ recovery-image] Sep 03 22:45:48.914 INFO O| Sep 03 22:45:48.914 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-03T22:45:49.133Z[ recovery-image] Sep 03 22:45:48.928 INFO O| Sep 03 22:45:48.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71062024-09-03T22:45:49.133Z[ recovery-image] Sep 03 22:45:48.928 INFO O| Sep 03 22:45:48.928 INFO STEP 1026 (remove_files) COMPLETE
71072024-09-03T22:45:49.133Z[ recovery-image] Sep 03 22:45:48.928 INFO O| Sep 03 22:45:48.928 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-03T22:45:49.133Z[ recovery-image] Sep 03 22:45:48.941 INFO O| Sep 03 22:45:48.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71092024-09-03T22:45:49.133Z[ recovery-image] Sep 03 22:45:48.942 INFO O| Sep 03 22:45:48.941 INFO STEP 1027 (remove_files) COMPLETE
71102024-09-03T22:45:49.133Z[ recovery-image] Sep 03 22:45:48.942 INFO O| Sep 03 22:45:48.942 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-03T22:45:49.157Z[ recovery-image] Sep 03 22:45:48.955 INFO O| Sep 03 22:45:48.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71122024-09-03T22:45:49.157Z[ recovery-image] Sep 03 22:45:48.956 INFO O| Sep 03 22:45:48.956 INFO STEP 1028 (remove_files) COMPLETE
71132024-09-03T22:45:49.157Z[ recovery-image] Sep 03 22:45:48.956 INFO O| Sep 03 22:45:48.956 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-03T22:45:49.157Z[ recovery-image] Sep 03 22:45:48.969 INFO O| Sep 03 22:45:48.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71152024-09-03T22:45:49.157Z[ recovery-image] Sep 03 22:45:48.969 INFO O| Sep 03 22:45:48.969 INFO STEP 1029 (remove_files) COMPLETE
71162024-09-03T22:45:49.157Z[ recovery-image] Sep 03 22:45:48.970 INFO O| Sep 03 22:45:48.970 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-03T22:45:49.181Z[ recovery-image] Sep 03 22:45:48.983 INFO O| Sep 03 22:45:48.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71182024-09-03T22:45:49.181Z[ recovery-image] Sep 03 22:45:48.984 INFO O| Sep 03 22:45:48.983 INFO STEP 1030 (remove_files) COMPLETE
71192024-09-03T22:45:49.181Z[ recovery-image] Sep 03 22:45:48.984 INFO O| Sep 03 22:45:48.984 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-03T22:45:49.181Z[ recovery-image] Sep 03 22:45:48.997 INFO O| Sep 03 22:45:48.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71212024-09-03T22:45:49.181Z[ recovery-image] Sep 03 22:45:48.998 INFO O| Sep 03 22:45:48.998 INFO STEP 1031 (remove_files) COMPLETE
71222024-09-03T22:45:49.181Z[ recovery-image] Sep 03 22:45:48.998 INFO O| Sep 03 22:45:48.998 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-03T22:45:49.204Z[ recovery-image] Sep 03 22:45:49.011 INFO O| Sep 03 22:45:49.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71242024-09-03T22:45:49.204Z[ recovery-image] Sep 03 22:45:49.011 INFO O| Sep 03 22:45:49.011 INFO STEP 1032 (remove_files) COMPLETE
71252024-09-03T22:45:49.205Z[ recovery-image] Sep 03 22:45:49.011 INFO O| Sep 03 22:45:49.011 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-03T22:45:49.228Z[ recovery-image] Sep 03 22:45:49.024 INFO O| Sep 03 22:45:49.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71272024-09-03T22:45:49.228Z[ recovery-image] Sep 03 22:45:49.025 INFO O| Sep 03 22:45:49.025 INFO STEP 1033 (remove_files) COMPLETE
71282024-09-03T22:45:49.228Z[ recovery-image] Sep 03 22:45:49.025 INFO O| Sep 03 22:45:49.025 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-03T22:45:49.228Z[ recovery-image] Sep 03 22:45:49.038 INFO O| Sep 03 22:45:49.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71302024-09-03T22:45:49.228Z[ recovery-image] Sep 03 22:45:49.038 INFO O| Sep 03 22:45:49.038 INFO STEP 1034 (remove_files) COMPLETE
71312024-09-03T22:45:49.228Z[ recovery-image] Sep 03 22:45:49.038 INFO O| Sep 03 22:45:49.038 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-03T22:45:49.252Z[ recovery-image] Sep 03 22:45:49.052 INFO O| Sep 03 22:45:49.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71332024-09-03T22:45:49.252Z[ recovery-image] Sep 03 22:45:49.052 INFO O| Sep 03 22:45:49.052 INFO STEP 1035 (remove_files) COMPLETE
71342024-09-03T22:45:49.252Z[ recovery-image] Sep 03 22:45:49.052 INFO O| Sep 03 22:45:49.052 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-03T22:45:49.252Z[ recovery-image] Sep 03 22:45:49.065 INFO O| Sep 03 22:45:49.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71362024-09-03T22:45:49.252Z[ recovery-image] Sep 03 22:45:49.066 INFO O| Sep 03 22:45:49.066 INFO STEP 1036 (remove_files) COMPLETE
71372024-09-03T22:45:49.252Z[ recovery-image] Sep 03 22:45:49.066 INFO O| Sep 03 22:45:49.066 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-03T22:45:49.276Z[ recovery-image] Sep 03 22:45:49.079 INFO O| Sep 03 22:45:49.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71392024-09-03T22:45:49.276Z[ recovery-image] Sep 03 22:45:49.079 INFO O| Sep 03 22:45:49.079 INFO STEP 1037 (remove_files) COMPLETE
71402024-09-03T22:45:49.276Z[ recovery-image] Sep 03 22:45:49.079 INFO O| Sep 03 22:45:49.079 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-03T22:45:49.276Z[ recovery-image] Sep 03 22:45:49.092 INFO O| Sep 03 22:45:49.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71422024-09-03T22:45:49.276Z[ recovery-image] Sep 03 22:45:49.093 INFO O| Sep 03 22:45:49.093 INFO STEP 1038 (remove_files) COMPLETE
71432024-09-03T22:45:49.276Z[ recovery-image] Sep 03 22:45:49.093 INFO O| Sep 03 22:45:49.093 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-03T22:45:49.300Z[ recovery-image] Sep 03 22:45:49.106 INFO O| Sep 03 22:45:49.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
71452024-09-03T22:45:49.300Z[ recovery-image] Sep 03 22:45:49.106 INFO O| Sep 03 22:45:49.106 INFO STEP 1039 (remove_files) COMPLETE
71462024-09-03T22:45:49.300Z[ recovery-image] Sep 03 22:45:49.106 INFO O| Sep 03 22:45:49.106 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-09-03T22:45:49.323Z[ recovery-image] Sep 03 22:45:49.119 INFO O| Sep 03 22:45:49.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
71482024-09-03T22:45:49.323Z[ recovery-image] Sep 03 22:45:49.120 INFO O| Sep 03 22:45:49.120 INFO STEP 1040 (remove_files) COMPLETE
71492024-09-03T22:45:49.323Z[ recovery-image] Sep 03 22:45:49.120 INFO O| Sep 03 22:45:49.120 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-09-03T22:45:49.323Z[ recovery-image] Sep 03 22:45:49.133 INFO O| Sep 03 22:45:49.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
71512024-09-03T22:45:49.323Z[ recovery-image] Sep 03 22:45:49.133 INFO O| Sep 03 22:45:49.133 INFO STEP 1041 (remove_files) COMPLETE
71522024-09-03T22:45:49.323Z[ recovery-image] Sep 03 22:45:49.133 INFO O| Sep 03 22:45:49.133 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-09-03T22:45:49.347Z[ recovery-image] Sep 03 22:45:49.146 INFO O| Sep 03 22:45:49.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
71542024-09-03T22:45:49.347Z[ recovery-image] Sep 03 22:45:49.146 INFO O| Sep 03 22:45:49.146 INFO STEP 1042 (remove_files) COMPLETE
71552024-09-03T22:45:49.347Z[ recovery-image] Sep 03 22:45:49.146 INFO O| Sep 03 22:45:49.146 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-09-03T22:45:49.347Z[ recovery-image] Sep 03 22:45:49.160 INFO O| Sep 03 22:45:49.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
71572024-09-03T22:45:49.347Z[ recovery-image] Sep 03 22:45:49.160 INFO O| Sep 03 22:45:49.160 INFO STEP 1043 (remove_files) COMPLETE
71582024-09-03T22:45:49.347Z[ recovery-image] Sep 03 22:45:49.160 INFO O| Sep 03 22:45:49.160 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-09-03T22:45:49.371Z[ recovery-image] Sep 03 22:45:49.174 INFO O| Sep 03 22:45:49.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
71602024-09-03T22:45:49.371Z[ recovery-image] Sep 03 22:45:49.174 INFO O| Sep 03 22:45:49.174 INFO STEP 1044 (remove_files) COMPLETE
71612024-09-03T22:45:49.371Z[ recovery-image] Sep 03 22:45:49.174 INFO O| Sep 03 22:45:49.174 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-09-03T22:45:49.395Z[ recovery-image] Sep 03 22:45:49.194 INFO O| Sep 03 22:45:49.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
71632024-09-03T22:45:49.395Z[ recovery-image] Sep 03 22:45:49.195 INFO O| Sep 03 22:45:49.194 INFO STEP 1045 (remove_files) COMPLETE
71642024-09-03T22:45:49.395Z[ recovery-image] Sep 03 22:45:49.195 INFO O| Sep 03 22:45:49.194 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-09-03T22:45:49.418Z[ recovery-image] Sep 03 22:45:49.233 INFO O| Sep 03 22:45:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
71662024-09-03T22:45:49.418Z[ recovery-image] Sep 03 22:45:49.233 INFO O| Sep 03 22:45:49.233 INFO STEP 1046 (remove_files) COMPLETE
71672024-09-03T22:45:49.418Z[ recovery-image] Sep 03 22:45:49.233 INFO O| Sep 03 22:45:49.233 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-09-03T22:45:49.451Z[ recovery-image] Sep 03 22:45:49.269 INFO O| Sep 03 22:45:49.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
71692024-09-03T22:45:49.451Z[ recovery-image] Sep 03 22:45:49.269 INFO O| Sep 03 22:45:49.269 INFO STEP 1047 (remove_files) COMPLETE
71702024-09-03T22:45:49.451Z[ recovery-image] Sep 03 22:45:49.269 INFO O| Sep 03 22:45:49.269 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-09-03T22:45:49.475Z[ recovery-image] Sep 03 22:45:49.285 INFO O| Sep 03 22:45:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
71722024-09-03T22:45:49.475Z[ recovery-image] Sep 03 22:45:49.285 INFO O| Sep 03 22:45:49.285 INFO STEP 1048 (remove_files) COMPLETE
71732024-09-03T22:45:49.475Z[ recovery-image] Sep 03 22:45:49.285 INFO O| Sep 03 22:45:49.285 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-09-03T22:45:49.505Z[ recovery-image] Sep 03 22:45:49.322 INFO O| Sep 03 22:45:49.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
71752024-09-03T22:45:49.505Z[ recovery-image] Sep 03 22:45:49.322 INFO O| Sep 03 22:45:49.322 INFO STEP 1049 (remove_files) COMPLETE
71762024-09-03T22:45:49.505Z[ recovery-image] Sep 03 22:45:49.322 INFO O| Sep 03 22:45:49.322 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-09-03T22:45:49.561Z[ recovery-image] Sep 03 22:45:49.378 INFO O| Sep 03 22:45:49.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
71782024-09-03T22:45:49.561Z[ recovery-image] Sep 03 22:45:49.379 INFO O| Sep 03 22:45:49.379 INFO STEP 1050 (remove_files) COMPLETE
71792024-09-03T22:45:49.585Z[ recovery-image] Sep 03 22:45:49.379 INFO O| Sep 03 22:45:49.379 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-09-03T22:45:49.609Z[ recovery-image] Sep 03 22:45:49.404 INFO O| Sep 03 22:45:49.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
71812024-09-03T22:45:49.609Z[ recovery-image] Sep 03 22:45:49.404 INFO O| Sep 03 22:45:49.404 INFO STEP 1051 (remove_files) COMPLETE
71822024-09-03T22:45:49.609Z[ recovery-image] Sep 03 22:45:49.404 INFO O| Sep 03 22:45:49.404 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-09-03T22:45:49.633Z[ recovery-image] Sep 03 22:45:49.438 INFO O| Sep 03 22:45:49.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
71842024-09-03T22:45:49.633Z[ recovery-image] Sep 03 22:45:49.438 INFO O| Sep 03 22:45:49.438 INFO STEP 1052 (remove_files) COMPLETE
71852024-09-03T22:45:49.633Z[ recovery-image] Sep 03 22:45:49.438 INFO O| Sep 03 22:45:49.438 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-09-03T22:45:49.782Z[ recovery-image] Sep 03 22:45:49.545 INFO O| Sep 03 22:45:49.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
71872024-09-03T22:45:49.782Z[ recovery-image] Sep 03 22:45:49.545 INFO O| Sep 03 22:45:49.545 INFO STEP 1053 (remove_files) COMPLETE
71882024-09-03T22:45:49.782Z[ recovery-image] Sep 03 22:45:49.545 INFO O| Sep 03 22:45:49.545 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-09-03T22:45:49.806Z[ host-image] Sep 03 22:45:49.568 INFO O| Sep 03 22:45:49.568 INFO O| Done
71902024-09-03T22:45:49.807Z[ recovery-image] Sep 03 22:45:49.577 INFO O| Sep 03 22:45:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
71912024-09-03T22:45:49.807Z[ recovery-image] Sep 03 22:45:49.577 INFO O| Sep 03 22:45:49.577 INFO STEP 1054 (remove_files) COMPLETE
71922024-09-03T22:45:49.807Z[ recovery-image] Sep 03 22:45:49.577 INFO O| Sep 03 22:45:49.577 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-09-03T22:45:49.807Z[ host-image] Sep 03 22:45:49.600 INFO O| Sep 03 22:45:49.600 INFO O| Done
71942024-09-03T22:45:49.807Z[ host-image] Sep 03 22:45:49.601 INFO O| Sep 03 22:45:49.601 INFO O| Done
71952024-09-03T22:45:49.807Z[ host-image] Sep 03 22:45:49.613 INFO O| Sep 03 22:45:49.613 INFO O| Done
71962024-09-03T22:45:49.830Z[ recovery-image] Sep 03 22:45:49.642 INFO O| Sep 03 22:45:49.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
71972024-09-03T22:45:49.830Z[ recovery-image] Sep 03 22:45:49.642 INFO O| Sep 03 22:45:49.642 INFO STEP 1055 (remove_files) COMPLETE
71982024-09-03T22:45:49.830Z[ recovery-image] Sep 03 22:45:49.642 INFO O| Sep 03 22:45:49.642 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-09-03T22:45:49.854Z[ recovery-image] Sep 03 22:45:49.659 INFO O| Sep 03 22:45:49.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72002024-09-03T22:45:49.854Z[ recovery-image] Sep 03 22:45:49.660 INFO O| Sep 03 22:45:49.660 INFO STEP 1056 (remove_files) COMPLETE
72012024-09-03T22:45:49.854Z[ recovery-image] Sep 03 22:45:49.660 INFO O| Sep 03 22:45:49.660 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-09-03T22:45:49.878Z[ recovery-image] Sep 03 22:45:49.674 INFO O| Sep 03 22:45:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72032024-09-03T22:45:49.878Z[ recovery-image] Sep 03 22:45:49.674 INFO O| Sep 03 22:45:49.674 INFO STEP 1057 (remove_files) COMPLETE
72042024-09-03T22:45:49.878Z[ recovery-image] Sep 03 22:45:49.674 INFO O| Sep 03 22:45:49.674 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-09-03T22:45:49.901Z[ recovery-image] Sep 03 22:45:49.710 INFO O| Sep 03 22:45:49.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72062024-09-03T22:45:49.902Z[ recovery-image] Sep 03 22:45:49.710 INFO O| Sep 03 22:45:49.710 INFO STEP 1058 (remove_files) COMPLETE
72072024-09-03T22:45:49.902Z[ recovery-image] Sep 03 22:45:49.710 INFO O| Sep 03 22:45:49.710 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO STEP 14 (pkg_install) COMPLETE
72092024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72102024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO skip step because feature "mfg" is not enabled
72112024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72122024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO skip step because feature "compliance" is not enabled
72132024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72142024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO skip step because feature "stress" is not enabled
72152024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72162024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO skip step because feature "nfs" is not enabled
72172024-09-03T22:45:49.931Z[ recovery-image] Sep 03 22:45:49.725 INFO O| Sep 03 22:45:49.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72182024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
72192024-09-03T22:45:49.931Z[ recovery-image] Sep 03 22:45:49.726 INFO O| Sep 03 22:45:49.726 INFO STEP 1059 (remove_files) COMPLETE
72202024-09-03T22:45:49.931Z[ host-image] Sep 03 22:45:49.724 INFO O| Sep 03 22:45:49.724 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
72212024-09-03T22:45:49.931Z[ recovery-image] Sep 03 22:45:49.726 INFO O| Sep 03 22:45:49.726 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-09-03T22:45:49.955Z[ recovery-image] Sep 03 22:45:49.762 INFO O| Sep 03 22:45:49.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72232024-09-03T22:45:49.955Z[ recovery-image] Sep 03 22:45:49.762 INFO O| Sep 03 22:45:49.762 INFO STEP 1060 (remove_files) COMPLETE
72242024-09-03T22:45:49.955Z[ recovery-image] Sep 03 22:45:49.762 INFO O| Sep 03 22:45:49.762 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-09-03T22:45:49.955Z[ host-image] Sep 03 22:45:49.764 INFO O| Sep 03 22:45:49.764 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
72262024-09-03T22:45:50.029Z[ host-image] Sep 03 22:45:49.846 INFO O| Sep 03 22:45:49.846 INFO completed processing gimlet/ramdisk-01-os
72272024-09-03T22:45:50.052Z[ host-image] Sep 03 22:45:49.849 INFO omicron1 baseline generation...
72282024-09-03T22:45:50.052Z[ host-image] Sep 03 22:45:49.849 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
72292024-09-03T22:45:50.076Z[ recovery-image] Sep 03 22:45:49.886 INFO O| Sep 03 22:45:49.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72302024-09-03T22:45:50.076Z[ recovery-image] Sep 03 22:45:49.887 INFO O| Sep 03 22:45:49.887 INFO STEP 1061 (remove_files) COMPLETE
72312024-09-03T22:45:50.076Z[ recovery-image] Sep 03 22:45:49.887 INFO O| Sep 03 22:45:49.887 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-09-03T22:45:50.100Z[ recovery-image] Sep 03 22:45:49.901 INFO O| Sep 03 22:45:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72332024-09-03T22:45:50.100Z[ recovery-image] Sep 03 22:45:49.901 INFO O| Sep 03 22:45:49.901 INFO STEP 1062 (remove_files) COMPLETE
72342024-09-03T22:45:50.100Z[ recovery-image] Sep 03 22:45:49.901 INFO O| Sep 03 22:45:49.901 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-09-03T22:45:50.100Z[ recovery-image] Sep 03 22:45:49.915 INFO O| Sep 03 22:45:49.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72362024-09-03T22:45:50.100Z[ recovery-image] Sep 03 22:45:49.915 INFO O| Sep 03 22:45:49.915 INFO STEP 1063 (remove_files) COMPLETE
72372024-09-03T22:45:50.100Z[ recovery-image] Sep 03 22:45:49.915 INFO O| Sep 03 22:45:49.915 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-09-03T22:45:50.124Z[ recovery-image] Sep 03 22:45:49.928 INFO O| Sep 03 22:45:49.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72392024-09-03T22:45:50.124Z[ recovery-image] Sep 03 22:45:49.928 INFO O| Sep 03 22:45:49.928 INFO STEP 1064 (remove_files) COMPLETE
72402024-09-03T22:45:50.124Z[ recovery-image] Sep 03 22:45:49.928 INFO O| Sep 03 22:45:49.928 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-09-03T22:45:50.124Z[ recovery-image] Sep 03 22:45:49.941 INFO O| Sep 03 22:45:49.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72422024-09-03T22:45:50.124Z[ recovery-image] Sep 03 22:45:49.941 INFO O| Sep 03 22:45:49.941 INFO STEP 1065 (remove_files) COMPLETE
72432024-09-03T22:45:50.124Z[ recovery-image] Sep 03 22:45:49.941 INFO O| Sep 03 22:45:49.941 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-09-03T22:45:50.148Z[ recovery-image] Sep 03 22:45:49.953 INFO O| Sep 03 22:45:49.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72452024-09-03T22:45:50.148Z[ recovery-image] Sep 03 22:45:49.954 INFO O| Sep 03 22:45:49.953 INFO STEP 1066 (remove_files) COMPLETE
72462024-09-03T22:45:50.148Z[ recovery-image] Sep 03 22:45:49.954 INFO O| Sep 03 22:45:49.954 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-09-03T22:45:50.172Z[ recovery-image] Sep 03 22:45:49.966 INFO O| Sep 03 22:45:49.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72482024-09-03T22:45:50.172Z[ recovery-image] Sep 03 22:45:49.966 INFO O| Sep 03 22:45:49.966 INFO STEP 1067 (remove_files) COMPLETE
72492024-09-03T22:45:50.172Z[ recovery-image] Sep 03 22:45:49.966 INFO O| Sep 03 22:45:49.966 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-09-03T22:45:50.200Z[ recovery-image] Sep 03 22:45:50.017 INFO O| Sep 03 22:45:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72512024-09-03T22:45:50.200Z[ recovery-image] Sep 03 22:45:50.017 INFO O| Sep 03 22:45:50.017 INFO STEP 1068 (remove_files) COMPLETE
72522024-09-03T22:45:50.223Z[ recovery-image] Sep 03 22:45:50.017 INFO O| Sep 03 22:45:50.017 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-09-03T22:45:50.224Z[ recovery-image] Sep 03 22:45:50.031 INFO O| Sep 03 22:45:50.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72542024-09-03T22:45:50.224Z[ recovery-image] Sep 03 22:45:50.031 INFO O| Sep 03 22:45:50.031 INFO STEP 1069 (remove_files) COMPLETE
72552024-09-03T22:45:50.224Z[ recovery-image] Sep 03 22:45:50.031 INFO O| Sep 03 22:45:50.031 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-09-03T22:45:50.247Z[ recovery-image] Sep 03 22:45:50.045 INFO O| Sep 03 22:45:50.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
72572024-09-03T22:45:50.247Z[ recovery-image] Sep 03 22:45:50.045 INFO O| Sep 03 22:45:50.045 INFO STEP 1070 (remove_files) COMPLETE
72582024-09-03T22:45:50.247Z[ recovery-image] Sep 03 22:45:50.045 INFO O| Sep 03 22:45:50.045 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-09-03T22:45:50.247Z[ recovery-image] Sep 03 22:45:50.062 INFO O| Sep 03 22:45:50.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
72602024-09-03T22:45:50.248Z[ recovery-image] Sep 03 22:45:50.062 INFO O| Sep 03 22:45:50.062 INFO STEP 1071 (remove_files) COMPLETE
72612024-09-03T22:45:50.248Z[ recovery-image] Sep 03 22:45:50.062 INFO O| Sep 03 22:45:50.062 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-09-03T22:45:50.271Z[ recovery-image] Sep 03 22:45:50.088 INFO O| Sep 03 22:45:50.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
72632024-09-03T22:45:50.271Z[ recovery-image] Sep 03 22:45:50.088 INFO O| Sep 03 22:45:50.088 INFO STEP 1072 (remove_files) COMPLETE
72642024-09-03T22:45:50.271Z[ recovery-image] Sep 03 22:45:50.088 INFO O| Sep 03 22:45:50.088 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-09-03T22:45:50.324Z[ recovery-image] Sep 03 22:45:50.141 INFO O| Sep 03 22:45:50.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
72662024-09-03T22:45:50.324Z[ recovery-image] Sep 03 22:45:50.142 INFO O| Sep 03 22:45:50.142 INFO STEP 1073 (remove_files) COMPLETE
72672024-09-03T22:45:50.324Z[ recovery-image] Sep 03 22:45:50.142 INFO O| Sep 03 22:45:50.142 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-09-03T22:45:50.348Z[ recovery-image] Sep 03 22:45:50.161 INFO O| Sep 03 22:45:50.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
72692024-09-03T22:45:50.348Z[ recovery-image] Sep 03 22:45:50.161 INFO O| Sep 03 22:45:50.161 INFO STEP 1074 (remove_files) COMPLETE
72702024-09-03T22:45:50.348Z[ recovery-image] Sep 03 22:45:50.161 INFO O| Sep 03 22:45:50.161 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-09-03T22:45:50.372Z[ recovery-image] Sep 03 22:45:50.177 INFO O| Sep 03 22:45:50.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
72722024-09-03T22:45:50.372Z[ recovery-image] Sep 03 22:45:50.178 INFO O| Sep 03 22:45:50.178 INFO STEP 1075 (remove_files) COMPLETE
72732024-09-03T22:45:50.372Z[ recovery-image] Sep 03 22:45:50.178 INFO O| Sep 03 22:45:50.178 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-09-03T22:45:50.395Z[ recovery-image] Sep 03 22:45:50.201 INFO O| Sep 03 22:45:50.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
72752024-09-03T22:45:50.396Z[ recovery-image] Sep 03 22:45:50.201 INFO O| Sep 03 22:45:50.201 INFO STEP 1076 (remove_files) COMPLETE
72762024-09-03T22:45:50.396Z[ recovery-image] Sep 03 22:45:50.201 INFO O| Sep 03 22:45:50.201 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-09-03T22:45:50.420Z[ recovery-image] Sep 03 22:45:50.220 INFO O| Sep 03 22:45:50.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
72782024-09-03T22:45:50.420Z[ recovery-image] Sep 03 22:45:50.220 INFO O| Sep 03 22:45:50.220 INFO STEP 1077 (remove_files) COMPLETE
72792024-09-03T22:45:50.420Z[ recovery-image] Sep 03 22:45:50.220 INFO O| Sep 03 22:45:50.220 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-09-03T22:45:50.420Z[ recovery-image] Sep 03 22:45:50.236 INFO O| Sep 03 22:45:50.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
72812024-09-03T22:45:50.420Z[ recovery-image] Sep 03 22:45:50.236 INFO O| Sep 03 22:45:50.236 INFO STEP 1078 (remove_files) COMPLETE
72822024-09-03T22:45:50.420Z[ recovery-image] Sep 03 22:45:50.236 INFO O| Sep 03 22:45:50.236 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-09-03T22:45:50.443Z[ recovery-image] Sep 03 22:45:50.250 INFO O| Sep 03 22:45:50.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
72842024-09-03T22:45:50.443Z[ recovery-image] Sep 03 22:45:50.250 INFO O| Sep 03 22:45:50.250 INFO STEP 1079 (remove_files) COMPLETE
72852024-09-03T22:45:50.443Z[ recovery-image] Sep 03 22:45:50.250 INFO O| Sep 03 22:45:50.250 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-09-03T22:45:50.467Z[ recovery-image] Sep 03 22:45:50.264 INFO O| Sep 03 22:45:50.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
72872024-09-03T22:45:50.467Z[ recovery-image] Sep 03 22:45:50.264 INFO O| Sep 03 22:45:50.264 INFO STEP 1080 (remove_files) COMPLETE
72882024-09-03T22:45:50.467Z[ recovery-image] Sep 03 22:45:50.264 INFO O| Sep 03 22:45:50.264 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-09-03T22:45:50.467Z[ recovery-image] Sep 03 22:45:50.278 INFO O| Sep 03 22:45:50.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
72902024-09-03T22:45:50.467Z[ recovery-image] Sep 03 22:45:50.278 INFO O| Sep 03 22:45:50.278 INFO STEP 1081 (remove_files) COMPLETE
72912024-09-03T22:45:50.467Z[ recovery-image] Sep 03 22:45:50.278 INFO O| Sep 03 22:45:50.278 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-09-03T22:45:50.490Z[ recovery-image] Sep 03 22:45:50.291 INFO O| Sep 03 22:45:50.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
72932024-09-03T22:45:50.490Z[ recovery-image] Sep 03 22:45:50.291 INFO O| Sep 03 22:45:50.291 INFO STEP 1082 (remove_files) COMPLETE
72942024-09-03T22:45:50.490Z[ recovery-image] Sep 03 22:45:50.291 INFO O| Sep 03 22:45:50.291 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-03T22:45:50.491Z[ recovery-image] Sep 03 22:45:50.304 INFO O| Sep 03 22:45:50.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
72962024-09-03T22:45:50.491Z[ recovery-image] Sep 03 22:45:50.304 INFO O| Sep 03 22:45:50.304 INFO STEP 1083 (remove_files) COMPLETE
72972024-09-03T22:45:50.491Z[ recovery-image] Sep 03 22:45:50.304 INFO O| Sep 03 22:45:50.304 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-03T22:45:50.514Z[ recovery-image] Sep 03 22:45:50.317 INFO O| Sep 03 22:45:50.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
72992024-09-03T22:45:50.514Z[ recovery-image] Sep 03 22:45:50.317 INFO O| Sep 03 22:45:50.317 INFO STEP 1084 (remove_files) COMPLETE
73002024-09-03T22:45:50.514Z[ recovery-image] Sep 03 22:45:50.317 INFO O| Sep 03 22:45:50.317 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-09-03T22:45:50.514Z[ recovery-image] Sep 03 22:45:50.331 INFO O| Sep 03 22:45:50.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73022024-09-03T22:45:50.514Z[ recovery-image] Sep 03 22:45:50.331 INFO O| Sep 03 22:45:50.331 INFO STEP 1085 (remove_files) COMPLETE
73032024-09-03T22:45:50.514Z[ recovery-image] Sep 03 22:45:50.331 INFO O| Sep 03 22:45:50.331 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-09-03T22:45:50.538Z[ recovery-image] Sep 03 22:45:50.344 INFO O| Sep 03 22:45:50.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73052024-09-03T22:45:50.538Z[ recovery-image] Sep 03 22:45:50.344 INFO O| Sep 03 22:45:50.344 INFO STEP 1086 (remove_files) COMPLETE
73062024-09-03T22:45:50.538Z[ recovery-image] Sep 03 22:45:50.344 INFO O| Sep 03 22:45:50.344 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-09-03T22:45:50.561Z[ recovery-image] Sep 03 22:45:50.358 INFO O| Sep 03 22:45:50.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73082024-09-03T22:45:50.561Z[ recovery-image] Sep 03 22:45:50.358 INFO O| Sep 03 22:45:50.358 INFO STEP 1087 (remove_files) COMPLETE
73092024-09-03T22:45:50.562Z[ recovery-image] Sep 03 22:45:50.358 INFO O| Sep 03 22:45:50.358 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-09-03T22:45:50.562Z[ recovery-image] Sep 03 22:45:50.372 INFO O| Sep 03 22:45:50.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73112024-09-03T22:45:50.562Z[ recovery-image] Sep 03 22:45:50.372 INFO O| Sep 03 22:45:50.372 INFO STEP 1088 (remove_files) COMPLETE
73122024-09-03T22:45:50.562Z[ recovery-image] Sep 03 22:45:50.372 INFO O| Sep 03 22:45:50.372 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-09-03T22:45:50.585Z[ recovery-image] Sep 03 22:45:50.400 INFO O| Sep 03 22:45:50.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73142024-09-03T22:45:50.585Z[ recovery-image] Sep 03 22:45:50.400 INFO O| Sep 03 22:45:50.400 INFO STEP 1089 (remove_files) COMPLETE
73152024-09-03T22:45:50.585Z[ recovery-image] Sep 03 22:45:50.400 INFO O| Sep 03 22:45:50.400 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-09-03T22:45:50.631Z[ recovery-image] Sep 03 22:45:50.449 INFO O| Sep 03 22:45:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73172024-09-03T22:45:50.631Z[ recovery-image] Sep 03 22:45:50.449 INFO O| Sep 03 22:45:50.449 INFO STEP 1090 (remove_files) COMPLETE
73182024-09-03T22:45:50.655Z[ recovery-image] Sep 03 22:45:50.449 INFO O| Sep 03 22:45:50.449 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-09-03T22:45:50.655Z[ recovery-image] Sep 03 22:45:50.464 INFO O| Sep 03 22:45:50.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73202024-09-03T22:45:50.655Z[ recovery-image] Sep 03 22:45:50.464 INFO O| Sep 03 22:45:50.464 INFO STEP 1091 (remove_files) COMPLETE
73212024-09-03T22:45:50.655Z[ recovery-image] Sep 03 22:45:50.464 INFO O| Sep 03 22:45:50.464 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-09-03T22:45:50.679Z[ recovery-image] Sep 03 22:45:50.496 INFO O| Sep 03 22:45:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73232024-09-03T22:45:50.702Z[ recovery-image] Sep 03 22:45:50.496 INFO O| Sep 03 22:45:50.496 INFO STEP 1092 (remove_files) COMPLETE
73242024-09-03T22:45:50.702Z[ recovery-image] Sep 03 22:45:50.496 INFO O| Sep 03 22:45:50.496 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-09-03T22:45:50.737Z[ recovery-image] Sep 03 22:45:50.555 INFO O| Sep 03 22:45:50.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73262024-09-03T22:45:50.737Z[ recovery-image] Sep 03 22:45:50.555 INFO O| Sep 03 22:45:50.555 INFO STEP 1093 (remove_files) COMPLETE
73272024-09-03T22:45:50.761Z[ recovery-image] Sep 03 22:45:50.555 INFO O| Sep 03 22:45:50.555 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-09-03T22:45:50.784Z[ recovery-image] Sep 03 22:45:50.585 INFO O| Sep 03 22:45:50.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73292024-09-03T22:45:50.784Z[ recovery-image] Sep 03 22:45:50.585 INFO O| Sep 03 22:45:50.585 INFO STEP 1094 (remove_files) COMPLETE
73302024-09-03T22:45:50.785Z[ recovery-image] Sep 03 22:45:50.585 INFO O| Sep 03 22:45:50.585 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-09-03T22:45:50.785Z[ recovery-image] Sep 03 22:45:50.600 INFO O| Sep 03 22:45:50.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73322024-09-03T22:45:50.785Z[ recovery-image] Sep 03 22:45:50.600 INFO O| Sep 03 22:45:50.600 INFO STEP 1095 (remove_files) COMPLETE
73332024-09-03T22:45:50.785Z[ recovery-image] Sep 03 22:45:50.600 INFO O| Sep 03 22:45:50.600 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-09-03T22:45:50.811Z[ recovery-image] Sep 03 22:45:50.629 INFO O| Sep 03 22:45:50.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73352024-09-03T22:45:50.839Z[ recovery-image] Sep 03 22:45:50.629 INFO O| Sep 03 22:45:50.629 INFO STEP 1096 (remove_files) COMPLETE
73362024-09-03T22:45:50.839Z[ recovery-image] Sep 03 22:45:50.629 INFO O| Sep 03 22:45:50.629 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-09-03T22:45:50.839Z[ host-image] Sep 03 22:45:50.632 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z
73382024-09-03T22:45:50.863Z[ recovery-image] Sep 03 22:45:50.657 INFO O| Sep 03 22:45:50.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73392024-09-03T22:45:50.863Z[ recovery-image] Sep 03 22:45:50.657 INFO O| Sep 03 22:45:50.657 INFO STEP 1097 (remove_files) COMPLETE
73402024-09-03T22:45:50.863Z[ recovery-image] Sep 03 22:45:50.657 INFO O| Sep 03 22:45:50.657 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-03T22:45:50.887Z[ recovery-image] Sep 03 22:45:50.691 INFO O| Sep 03 22:45:50.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73422024-09-03T22:45:50.887Z[ recovery-image] Sep 03 22:45:50.691 INFO O| Sep 03 22:45:50.691 INFO STEP 1098 (remove_files) COMPLETE
73432024-09-03T22:45:50.887Z[ recovery-image] Sep 03 22:45:50.691 INFO O| Sep 03 22:45:50.691 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-03T22:45:50.910Z[ recovery-image] Sep 03 22:45:50.719 INFO O| Sep 03 22:45:50.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73452024-09-03T22:45:50.910Z[ recovery-image] Sep 03 22:45:50.719 INFO O| Sep 03 22:45:50.719 INFO STEP 1099 (remove_files) COMPLETE
73462024-09-03T22:45:50.910Z[ recovery-image] Sep 03 22:45:50.719 INFO O| Sep 03 22:45:50.719 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-03T22:45:50.934Z[ recovery-image] Sep 03 22:45:50.735 INFO O| Sep 03 22:45:50.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73482024-09-03T22:45:50.934Z[ recovery-image] Sep 03 22:45:50.735 INFO O| Sep 03 22:45:50.735 INFO STEP 1100 (remove_files) COMPLETE
73492024-09-03T22:45:50.934Z[ recovery-image] Sep 03 22:45:50.735 INFO O| Sep 03 22:45:50.735 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-09-03T22:45:50.934Z[ recovery-image] Sep 03 22:45:50.749 INFO O| Sep 03 22:45:50.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73512024-09-03T22:45:50.934Z[ recovery-image] Sep 03 22:45:50.749 INFO O| Sep 03 22:45:50.749 INFO STEP 1101 (remove_files) COMPLETE
73522024-09-03T22:45:50.934Z[ recovery-image] Sep 03 22:45:50.749 INFO O| Sep 03 22:45:50.749 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-09-03T22:45:50.984Z[ recovery-image] Sep 03 22:45:50.801 INFO O| Sep 03 22:45:50.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73542024-09-03T22:45:50.984Z[ recovery-image] Sep 03 22:45:50.801 INFO O| Sep 03 22:45:50.801 INFO STEP 1102 (remove_files) COMPLETE
73552024-09-03T22:45:51.007Z[ recovery-image] Sep 03 22:45:50.801 INFO O| Sep 03 22:45:50.801 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-09-03T22:45:51.038Z[ recovery-image] Sep 03 22:45:50.856 INFO O| Sep 03 22:45:50.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73572024-09-03T22:45:51.038Z[ recovery-image] Sep 03 22:45:50.856 INFO O| Sep 03 22:45:50.856 INFO STEP 1103 (remove_files) COMPLETE
73582024-09-03T22:45:51.038Z[ recovery-image] Sep 03 22:45:50.856 INFO O| Sep 03 22:45:50.856 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-09-03T22:45:51.062Z[ recovery-image] Sep 03 22:45:50.879 INFO O| Sep 03 22:45:50.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
73602024-09-03T22:45:51.062Z[ recovery-image] Sep 03 22:45:50.879 INFO O| Sep 03 22:45:50.879 INFO STEP 1104 (remove_files) COMPLETE
73612024-09-03T22:45:51.062Z[ recovery-image] Sep 03 22:45:50.879 INFO O| Sep 03 22:45:50.879 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-09-03T22:45:51.086Z[ recovery-image] Sep 03 22:45:50.898 INFO O| Sep 03 22:45:50.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
73632024-09-03T22:45:51.086Z[ recovery-image] Sep 03 22:45:50.898 INFO O| Sep 03 22:45:50.898 INFO STEP 1105 (remove_files) COMPLETE
73642024-09-03T22:45:51.086Z[ recovery-image] Sep 03 22:45:50.898 INFO O| Sep 03 22:45:50.898 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-09-03T22:45:51.110Z[ recovery-image] Sep 03 22:45:50.912 INFO O| Sep 03 22:45:50.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
73662024-09-03T22:45:51.110Z[ recovery-image] Sep 03 22:45:50.912 INFO O| Sep 03 22:45:50.912 INFO STEP 1106 (remove_files) COMPLETE
73672024-09-03T22:45:51.110Z[ recovery-image] Sep 03 22:45:50.912 INFO O| Sep 03 22:45:50.912 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-09-03T22:45:51.110Z[ recovery-image] Sep 03 22:45:50.925 INFO O| Sep 03 22:45:50.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
73692024-09-03T22:45:51.110Z[ recovery-image] Sep 03 22:45:50.926 INFO O| Sep 03 22:45:50.925 INFO STEP 1107 (remove_files) COMPLETE
73702024-09-03T22:45:51.111Z[ recovery-image] Sep 03 22:45:50.926 INFO O| Sep 03 22:45:50.925 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-09-03T22:45:51.140Z[ recovery-image] Sep 03 22:45:50.957 INFO O| Sep 03 22:45:50.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
73722024-09-03T22:45:51.140Z[ recovery-image] Sep 03 22:45:50.957 INFO O| Sep 03 22:45:50.957 INFO STEP 1108 (remove_files) COMPLETE
73732024-09-03T22:45:51.164Z[ recovery-image] Sep 03 22:45:50.958 INFO O| Sep 03 22:45:50.957 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-09-03T22:45:51.164Z[ recovery-image] Sep 03 22:45:50.974 INFO O| Sep 03 22:45:50.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
73752024-09-03T22:45:51.164Z[ recovery-image] Sep 03 22:45:50.975 INFO O| Sep 03 22:45:50.975 INFO STEP 1109 (remove_files) COMPLETE
73762024-09-03T22:45:51.164Z[ recovery-image] Sep 03 22:45:50.975 INFO O| Sep 03 22:45:50.975 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-09-03T22:45:51.188Z[ recovery-image] Sep 03 22:45:50.990 INFO O| Sep 03 22:45:50.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
73782024-09-03T22:45:51.188Z[ recovery-image] Sep 03 22:45:50.990 INFO O| Sep 03 22:45:50.990 INFO STEP 1110 (remove_files) COMPLETE
73792024-09-03T22:45:51.188Z[ recovery-image] Sep 03 22:45:50.990 INFO O| Sep 03 22:45:50.990 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-09-03T22:45:51.211Z[ recovery-image] Sep 03 22:45:51.005 INFO O| Sep 03 22:45:51.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
73812024-09-03T22:45:51.211Z[ recovery-image] Sep 03 22:45:51.006 INFO O| Sep 03 22:45:51.006 INFO STEP 1111 (remove_files) COMPLETE
73822024-09-03T22:45:51.211Z[ recovery-image] Sep 03 22:45:51.006 INFO O| Sep 03 22:45:51.006 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-09-03T22:45:51.211Z[ recovery-image] Sep 03 22:45:51.021 INFO O| Sep 03 22:45:51.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
73842024-09-03T22:45:51.235Z[ recovery-image] Sep 03 22:45:51.043 INFO O| Sep 03 22:45:51.043 INFO STEP 1112 (remove_files) COMPLETE
73852024-09-03T22:45:51.235Z[ recovery-image] Sep 03 22:45:51.043 INFO O| Sep 03 22:45:51.043 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-09-03T22:45:51.259Z[ recovery-image] Sep 03 22:45:51.059 INFO O| Sep 03 22:45:51.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
73872024-09-03T22:45:51.259Z[ recovery-image] Sep 03 22:45:51.059 INFO O| Sep 03 22:45:51.059 INFO STEP 1113 (remove_files) COMPLETE
73882024-09-03T22:45:51.259Z[ recovery-image] Sep 03 22:45:51.059 INFO O| Sep 03 22:45:51.059 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-09-03T22:45:51.300Z[ recovery-image] Sep 03 22:45:51.117 INFO O| Sep 03 22:45:51.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
73902024-09-03T22:45:51.300Z[ recovery-image] Sep 03 22:45:51.118 INFO O| Sep 03 22:45:51.118 INFO STEP 1114 (remove_files) COMPLETE
73912024-09-03T22:45:51.324Z[ recovery-image] Sep 03 22:45:51.118 INFO O| Sep 03 22:45:51.118 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-09-03T22:45:51.324Z[ recovery-image] Sep 03 22:45:51.132 INFO O| Sep 03 22:45:51.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
73932024-09-03T22:45:51.324Z[ recovery-image] Sep 03 22:45:51.132 INFO O| Sep 03 22:45:51.132 INFO STEP 1115 (remove_files) COMPLETE
73942024-09-03T22:45:51.324Z[ recovery-image] Sep 03 22:45:51.133 INFO O| Sep 03 22:45:51.132 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-09-03T22:45:51.429Z[ recovery-image] Sep 03 22:45:51.246 INFO O| Sep 03 22:45:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
73962024-09-03T22:45:51.429Z[ recovery-image] Sep 03 22:45:51.246 INFO O| Sep 03 22:45:51.246 INFO STEP 1116 (remove_files) COMPLETE
73972024-09-03T22:45:51.430Z[ recovery-image] Sep 03 22:45:51.246 INFO O| Sep 03 22:45:51.246 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-03T22:45:51.469Z[ recovery-image] Sep 03 22:45:51.287 INFO O| Sep 03 22:45:51.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
73992024-09-03T22:45:51.470Z[ recovery-image] Sep 03 22:45:51.287 INFO O| Sep 03 22:45:51.287 INFO STEP 1117 (remove_files) COMPLETE
74002024-09-03T22:45:51.493Z[ recovery-image] Sep 03 22:45:51.287 INFO O| Sep 03 22:45:51.287 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-03T22:45:51.521Z[ recovery-image] Sep 03 22:45:51.338 INFO O| Sep 03 22:45:51.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74022024-09-03T22:45:51.521Z[ recovery-image] Sep 03 22:45:51.338 INFO O| Sep 03 22:45:51.338 INFO STEP 1118 (remove_files) COMPLETE
74032024-09-03T22:45:51.544Z[ recovery-image] Sep 03 22:45:51.338 INFO O| Sep 03 22:45:51.338 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-03T22:45:51.568Z[ recovery-image] Sep 03 22:45:51.376 INFO O| Sep 03 22:45:51.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74052024-09-03T22:45:51.568Z[ recovery-image] Sep 03 22:45:51.376 INFO O| Sep 03 22:45:51.376 INFO STEP 1119 (remove_files) COMPLETE
74062024-09-03T22:45:51.568Z[ recovery-image] Sep 03 22:45:51.376 INFO O| Sep 03 22:45:51.376 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-03T22:45:51.592Z[ recovery-image] Sep 03 22:45:51.392 INFO O| Sep 03 22:45:51.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74082024-09-03T22:45:51.592Z[ recovery-image] Sep 03 22:45:51.393 INFO O| Sep 03 22:45:51.393 INFO STEP 1120 (remove_files) COMPLETE
74092024-09-03T22:45:51.592Z[ recovery-image] Sep 03 22:45:51.393 INFO O| Sep 03 22:45:51.393 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-03T22:45:51.592Z[ recovery-image] Sep 03 22:45:51.408 INFO O| Sep 03 22:45:51.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74112024-09-03T22:45:51.592Z[ recovery-image] Sep 03 22:45:51.408 INFO O| Sep 03 22:45:51.408 INFO STEP 1121 (remove_files) COMPLETE
74122024-09-03T22:45:51.592Z[ recovery-image] Sep 03 22:45:51.408 INFO O| Sep 03 22:45:51.408 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-03T22:45:51.615Z[ recovery-image] Sep 03 22:45:51.425 INFO O| Sep 03 22:45:51.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74142024-09-03T22:45:51.616Z[ recovery-image] Sep 03 22:45:51.425 INFO O| Sep 03 22:45:51.425 INFO STEP 1122 (remove_files) COMPLETE
74152024-09-03T22:45:51.616Z[ recovery-image] Sep 03 22:45:51.425 INFO O| Sep 03 22:45:51.425 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-03T22:45:51.639Z[ recovery-image] Sep 03 22:45:51.441 INFO O| Sep 03 22:45:51.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74172024-09-03T22:45:51.639Z[ recovery-image] Sep 03 22:45:51.441 INFO O| Sep 03 22:45:51.441 INFO STEP 1123 (remove_files) COMPLETE
74182024-09-03T22:45:51.639Z[ recovery-image] Sep 03 22:45:51.441 INFO O| Sep 03 22:45:51.441 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-03T22:45:51.639Z[ recovery-image] Sep 03 22:45:51.455 INFO O| Sep 03 22:45:51.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74202024-09-03T22:45:51.639Z[ recovery-image] Sep 03 22:45:51.455 INFO O| Sep 03 22:45:51.455 INFO STEP 1124 (remove_files) COMPLETE
74212024-09-03T22:45:51.639Z[ recovery-image] Sep 03 22:45:51.455 INFO O| Sep 03 22:45:51.455 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-03T22:45:51.663Z[ recovery-image] Sep 03 22:45:51.469 INFO O| Sep 03 22:45:51.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74232024-09-03T22:45:51.663Z[ recovery-image] Sep 03 22:45:51.469 INFO O| Sep 03 22:45:51.469 INFO STEP 1125 (remove_files) COMPLETE
74242024-09-03T22:45:51.663Z[ recovery-image] Sep 03 22:45:51.470 INFO O| Sep 03 22:45:51.469 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-03T22:45:51.687Z[ recovery-image] Sep 03 22:45:51.501 INFO O| Sep 03 22:45:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74262024-09-03T22:45:51.687Z[ recovery-image] Sep 03 22:45:51.501 INFO O| Sep 03 22:45:51.501 INFO STEP 1126 (remove_files) COMPLETE
74272024-09-03T22:45:51.687Z[ recovery-image] Sep 03 22:45:51.501 INFO O| Sep 03 22:45:51.501 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-03T22:45:51.732Z[ recovery-image] Sep 03 22:45:51.549 INFO O| Sep 03 22:45:51.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74292024-09-03T22:45:51.756Z[ recovery-image] Sep 03 22:45:51.550 INFO O| Sep 03 22:45:51.550 INFO STEP 1127 (remove_files) COMPLETE
74302024-09-03T22:45:51.756Z[ recovery-image] Sep 03 22:45:51.550 INFO O| Sep 03 22:45:51.550 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-03T22:45:51.780Z[ recovery-image] Sep 03 22:45:51.580 INFO O| Sep 03 22:45:51.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74322024-09-03T22:45:51.780Z[ recovery-image] Sep 03 22:45:51.580 INFO O| Sep 03 22:45:51.580 INFO STEP 1128 (remove_files) COMPLETE
74332024-09-03T22:45:51.780Z[ recovery-image] Sep 03 22:45:51.580 INFO O| Sep 03 22:45:51.580 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-03T22:45:51.780Z[ recovery-image] Sep 03 22:45:51.595 INFO O| Sep 03 22:45:51.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74352024-09-03T22:45:51.780Z[ recovery-image] Sep 03 22:45:51.595 INFO O| Sep 03 22:45:51.595 INFO STEP 1129 (remove_files) COMPLETE
74362024-09-03T22:45:51.780Z[ recovery-image] Sep 03 22:45:51.596 INFO O| Sep 03 22:45:51.595 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-09-03T22:45:51.803Z[ recovery-image] Sep 03 22:45:51.609 INFO O| Sep 03 22:45:51.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74382024-09-03T22:45:51.803Z[ recovery-image] Sep 03 22:45:51.609 INFO O| Sep 03 22:45:51.609 INFO STEP 1130 (remove_files) COMPLETE
74392024-09-03T22:45:51.803Z[ recovery-image] Sep 03 22:45:51.609 INFO O| Sep 03 22:45:51.609 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-09-03T22:45:51.828Z[ recovery-image] Sep 03 22:45:51.627 INFO O| Sep 03 22:45:51.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74412024-09-03T22:45:51.828Z[ recovery-image] Sep 03 22:45:51.627 INFO O| Sep 03 22:45:51.627 INFO STEP 1131 (remove_files) COMPLETE
74422024-09-03T22:45:51.828Z[ recovery-image] Sep 03 22:45:51.627 INFO O| Sep 03 22:45:51.627 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-09-03T22:45:51.852Z[ recovery-image] Sep 03 22:45:51.668 INFO O| Sep 03 22:45:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74442024-09-03T22:45:51.852Z[ recovery-image] Sep 03 22:45:51.668 INFO O| Sep 03 22:45:51.668 INFO STEP 1132 (remove_files) COMPLETE
74452024-09-03T22:45:51.852Z[ recovery-image] Sep 03 22:45:51.668 INFO O| Sep 03 22:45:51.668 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-09-03T22:45:51.876Z[ recovery-image] Sep 03 22:45:51.686 INFO O| Sep 03 22:45:51.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74472024-09-03T22:45:51.876Z[ recovery-image] Sep 03 22:45:51.686 INFO O| Sep 03 22:45:51.686 INFO STEP 1133 (remove_files) COMPLETE
74482024-09-03T22:45:51.876Z[ recovery-image] Sep 03 22:45:51.686 INFO O| Sep 03 22:45:51.686 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-09-03T22:45:51.911Z[ recovery-image] Sep 03 22:45:51.728 INFO O| Sep 03 22:45:51.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74502024-09-03T22:45:51.911Z[ recovery-image] Sep 03 22:45:51.728 INFO O| Sep 03 22:45:51.728 INFO STEP 1134 (remove_files) COMPLETE
74512024-09-03T22:45:51.934Z[ recovery-image] Sep 03 22:45:51.728 INFO O| Sep 03 22:45:51.728 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-09-03T22:45:51.969Z[ recovery-image] Sep 03 22:45:51.786 INFO O| Sep 03 22:45:51.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74532024-09-03T22:45:51.969Z[ recovery-image] Sep 03 22:45:51.786 INFO O| Sep 03 22:45:51.786 INFO STEP 1135 (remove_files) COMPLETE
74542024-09-03T22:45:51.993Z[ recovery-image] Sep 03 22:45:51.786 INFO O| Sep 03 22:45:51.786 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-09-03T22:45:51.993Z[ recovery-image] Sep 03 22:45:51.802 INFO O| Sep 03 22:45:51.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74562024-09-03T22:45:51.993Z[ recovery-image] Sep 03 22:45:51.802 INFO O| Sep 03 22:45:51.802 INFO STEP 1136 (remove_files) COMPLETE
74572024-09-03T22:45:51.993Z[ recovery-image] Sep 03 22:45:51.802 INFO O| Sep 03 22:45:51.802 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-09-03T22:45:52.017Z[ recovery-image] Sep 03 22:45:51.817 INFO O| Sep 03 22:45:51.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
74592024-09-03T22:45:52.017Z[ recovery-image] Sep 03 22:45:51.817 INFO O| Sep 03 22:45:51.817 INFO STEP 1137 (remove_files) COMPLETE
74602024-09-03T22:45:52.017Z[ recovery-image] Sep 03 22:45:51.817 INFO O| Sep 03 22:45:51.817 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-09-03T22:45:52.041Z[ recovery-image] Sep 03 22:45:51.836 INFO O| Sep 03 22:45:51.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
74622024-09-03T22:45:52.041Z[ recovery-image] Sep 03 22:45:51.836 INFO O| Sep 03 22:45:51.836 INFO STEP 1138 (remove_files) COMPLETE
74632024-09-03T22:45:52.041Z[ recovery-image] Sep 03 22:45:51.836 INFO O| Sep 03 22:45:51.836 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-09-03T22:45:52.041Z[ recovery-image] Sep 03 22:45:51.850 INFO O| Sep 03 22:45:51.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
74652024-09-03T22:45:52.041Z[ recovery-image] Sep 03 22:45:51.850 INFO O| Sep 03 22:45:51.850 INFO STEP 1139 (remove_files) COMPLETE
74662024-09-03T22:45:52.041Z[ recovery-image] Sep 03 22:45:51.850 INFO O| Sep 03 22:45:51.850 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-09-03T22:45:52.065Z[ recovery-image] Sep 03 22:45:51.867 INFO O| Sep 03 22:45:51.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
74682024-09-03T22:45:52.065Z[ recovery-image] Sep 03 22:45:51.868 INFO O| Sep 03 22:45:51.867 INFO STEP 1140 (remove_files) COMPLETE
74692024-09-03T22:45:52.065Z[ recovery-image] Sep 03 22:45:51.868 INFO O| Sep 03 22:45:51.867 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-09-03T22:45:52.104Z[ recovery-image] Sep 03 22:45:51.921 INFO O| Sep 03 22:45:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
74712024-09-03T22:45:52.104Z[ recovery-image] Sep 03 22:45:51.921 INFO O| Sep 03 22:45:51.921 INFO STEP 1141 (remove_files) COMPLETE
74722024-09-03T22:45:52.128Z[ recovery-image] Sep 03 22:45:51.922 INFO O| Sep 03 22:45:51.921 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-09-03T22:45:52.152Z[ recovery-image] Sep 03 22:45:51.967 INFO O| Sep 03 22:45:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
74742024-09-03T22:45:52.152Z[ recovery-image] Sep 03 22:45:51.967 INFO O| Sep 03 22:45:51.967 INFO STEP 1142 (remove_files) COMPLETE
74752024-09-03T22:45:52.152Z[ recovery-image] Sep 03 22:45:51.967 INFO O| Sep 03 22:45:51.967 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-09-03T22:45:52.180Z[ recovery-image] Sep 03 22:45:51.984 INFO O| Sep 03 22:45:51.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
74772024-09-03T22:45:52.180Z[ recovery-image] Sep 03 22:45:51.984 INFO O| Sep 03 22:45:51.984 INFO STEP 1143 (remove_files) COMPLETE
74782024-09-03T22:45:52.180Z[ recovery-image] Sep 03 22:45:51.984 INFO O| Sep 03 22:45:51.984 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-09-03T22:45:52.204Z[ recovery-image] Sep 03 22:45:52.020 INFO O| Sep 03 22:45:52.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
74802024-09-03T22:45:52.204Z[ recovery-image] Sep 03 22:45:52.020 INFO O| Sep 03 22:45:52.020 INFO STEP 1144 (remove_files) COMPLETE
74812024-09-03T22:45:52.204Z[ recovery-image] Sep 03 22:45:52.020 INFO O| Sep 03 22:45:52.020 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-09-03T22:45:52.228Z[ recovery-image] Sep 03 22:45:52.038 INFO O| Sep 03 22:45:52.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
74832024-09-03T22:45:52.228Z[ recovery-image] Sep 03 22:45:52.038 INFO O| Sep 03 22:45:52.038 INFO STEP 1145 (remove_files) COMPLETE
74842024-09-03T22:45:52.228Z[ recovery-image] Sep 03 22:45:52.038 INFO O| Sep 03 22:45:52.038 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-09-03T22:45:52.252Z[ recovery-image] Sep 03 22:45:52.054 INFO O| Sep 03 22:45:52.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
74862024-09-03T22:45:52.252Z[ recovery-image] Sep 03 22:45:52.054 INFO O| Sep 03 22:45:52.054 INFO STEP 1146 (remove_files) COMPLETE
74872024-09-03T22:45:52.252Z[ recovery-image] Sep 03 22:45:52.054 INFO O| Sep 03 22:45:52.054 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-09-03T22:45:52.252Z[ recovery-image] Sep 03 22:45:52.069 INFO O| Sep 03 22:45:52.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
74892024-09-03T22:45:52.252Z[ recovery-image] Sep 03 22:45:52.069 INFO O| Sep 03 22:45:52.069 INFO STEP 1147 (remove_files) COMPLETE
74902024-09-03T22:45:52.252Z[ recovery-image] Sep 03 22:45:52.069 INFO O| Sep 03 22:45:52.069 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-09-03T22:45:52.292Z[ recovery-image] Sep 03 22:45:52.109 INFO O| Sep 03 22:45:52.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
74922024-09-03T22:45:52.316Z[ recovery-image] Sep 03 22:45:52.109 INFO O| Sep 03 22:45:52.109 INFO STEP 1148 (remove_files) COMPLETE
74932024-09-03T22:45:52.316Z[ recovery-image] Sep 03 22:45:52.109 INFO O| Sep 03 22:45:52.109 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-09-03T22:45:52.316Z[ recovery-image] Sep 03 22:45:52.127 INFO O| Sep 03 22:45:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
74952024-09-03T22:45:52.316Z[ recovery-image] Sep 03 22:45:52.127 INFO O| Sep 03 22:45:52.127 INFO STEP 1149 (remove_files) COMPLETE
74962024-09-03T22:45:52.316Z[ recovery-image] Sep 03 22:45:52.128 INFO O| Sep 03 22:45:52.127 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-09-03T22:45:52.340Z[ recovery-image] Sep 03 22:45:52.142 INFO O| Sep 03 22:45:52.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
74982024-09-03T22:45:52.340Z[ recovery-image] Sep 03 22:45:52.142 INFO O| Sep 03 22:45:52.142 INFO STEP 1150 (remove_files) COMPLETE
74992024-09-03T22:45:52.340Z[ recovery-image] Sep 03 22:45:52.142 INFO O| Sep 03 22:45:52.142 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-09-03T22:45:52.340Z[ recovery-image] Sep 03 22:45:52.157 INFO O| Sep 03 22:45:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75012024-09-03T22:45:52.340Z[ recovery-image] Sep 03 22:45:52.157 INFO O| Sep 03 22:45:52.157 INFO STEP 1151 (remove_files) COMPLETE
75022024-09-03T22:45:52.340Z[ recovery-image] Sep 03 22:45:52.157 INFO O| Sep 03 22:45:52.157 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-09-03T22:45:52.363Z[ recovery-image] Sep 03 22:45:52.172 INFO O| Sep 03 22:45:52.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75042024-09-03T22:45:52.363Z[ recovery-image] Sep 03 22:45:52.172 INFO O| Sep 03 22:45:52.172 INFO STEP 1152 (remove_files) COMPLETE
75052024-09-03T22:45:52.363Z[ recovery-image] Sep 03 22:45:52.172 INFO O| Sep 03 22:45:52.172 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-09-03T22:45:52.387Z[ recovery-image] Sep 03 22:45:52.186 INFO O| Sep 03 22:45:52.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75072024-09-03T22:45:52.387Z[ recovery-image] Sep 03 22:45:52.186 INFO O| Sep 03 22:45:52.186 INFO STEP 1153 (remove_files) COMPLETE
75082024-09-03T22:45:52.387Z[ recovery-image] Sep 03 22:45:52.186 INFO O| Sep 03 22:45:52.186 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-09-03T22:45:52.387Z[ recovery-image] Sep 03 22:45:52.201 INFO O| Sep 03 22:45:52.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75102024-09-03T22:45:52.387Z[ recovery-image] Sep 03 22:45:52.201 INFO O| Sep 03 22:45:52.201 INFO STEP 1154 (remove_files) COMPLETE
75112024-09-03T22:45:52.387Z[ recovery-image] Sep 03 22:45:52.201 INFO O| Sep 03 22:45:52.201 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-09-03T22:45:52.411Z[ recovery-image] Sep 03 22:45:52.222 INFO O| Sep 03 22:45:52.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75132024-09-03T22:45:52.411Z[ recovery-image] Sep 03 22:45:52.223 INFO O| Sep 03 22:45:52.222 INFO STEP 1155 (remove_files) COMPLETE
75142024-09-03T22:45:52.411Z[ recovery-image] Sep 03 22:45:52.223 INFO O| Sep 03 22:45:52.222 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-09-03T22:45:52.434Z[ recovery-image] Sep 03 22:45:52.242 INFO O| Sep 03 22:45:52.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75162024-09-03T22:45:52.434Z[ recovery-image] Sep 03 22:45:52.242 INFO O| Sep 03 22:45:52.242 INFO STEP 1156 (remove_files) COMPLETE
75172024-09-03T22:45:52.434Z[ recovery-image] Sep 03 22:45:52.242 INFO O| Sep 03 22:45:52.242 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-09-03T22:45:52.458Z[ recovery-image] Sep 03 22:45:52.256 INFO O| Sep 03 22:45:52.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75192024-09-03T22:45:52.458Z[ recovery-image] Sep 03 22:45:52.256 INFO O| Sep 03 22:45:52.256 INFO STEP 1157 (remove_files) COMPLETE
75202024-09-03T22:45:52.458Z[ recovery-image] Sep 03 22:45:52.256 INFO O| Sep 03 22:45:52.256 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-09-03T22:45:52.458Z[ recovery-image] Sep 03 22:45:52.270 INFO O| Sep 03 22:45:52.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75222024-09-03T22:45:52.458Z[ recovery-image] Sep 03 22:45:52.270 INFO O| Sep 03 22:45:52.270 INFO STEP 1158 (remove_files) COMPLETE
75232024-09-03T22:45:52.458Z[ recovery-image] Sep 03 22:45:52.270 INFO O| Sep 03 22:45:52.270 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-09-03T22:45:52.481Z[ recovery-image] Sep 03 22:45:52.290 INFO O| Sep 03 22:45:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75252024-09-03T22:45:52.481Z[ recovery-image] Sep 03 22:45:52.290 INFO O| Sep 03 22:45:52.290 INFO STEP 1159 (remove_files) COMPLETE
75262024-09-03T22:45:52.481Z[ recovery-image] Sep 03 22:45:52.290 INFO O| Sep 03 22:45:52.290 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-09-03T22:45:52.505Z[ recovery-image] Sep 03 22:45:52.312 INFO O| Sep 03 22:45:52.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75282024-09-03T22:45:52.505Z[ recovery-image] Sep 03 22:45:52.312 INFO O| Sep 03 22:45:52.312 INFO STEP 1160 (remove_files) COMPLETE
75292024-09-03T22:45:52.505Z[ recovery-image] Sep 03 22:45:52.312 INFO O| Sep 03 22:45:52.312 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-09-03T22:45:52.528Z[ recovery-image] Sep 03 22:45:52.337 INFO O| Sep 03 22:45:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75312024-09-03T22:45:52.528Z[ recovery-image] Sep 03 22:45:52.337 INFO O| Sep 03 22:45:52.337 INFO STEP 1161 (remove_files) COMPLETE
75322024-09-03T22:45:52.528Z[ recovery-image] Sep 03 22:45:52.337 INFO O| Sep 03 22:45:52.337 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-09-03T22:45:52.552Z[ recovery-image] Sep 03 22:45:52.353 INFO O| Sep 03 22:45:52.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75342024-09-03T22:45:52.552Z[ recovery-image] Sep 03 22:45:52.353 INFO O| Sep 03 22:45:52.353 INFO STEP 1162 (remove_files) COMPLETE
75352024-09-03T22:45:52.552Z[ recovery-image] Sep 03 22:45:52.353 INFO O| Sep 03 22:45:52.353 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-09-03T22:45:52.552Z[ recovery-image] Sep 03 22:45:52.367 INFO O| Sep 03 22:45:52.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75372024-09-03T22:45:52.552Z[ recovery-image] Sep 03 22:45:52.367 INFO O| Sep 03 22:45:52.367 INFO STEP 1163 (remove_files) COMPLETE
75382024-09-03T22:45:52.552Z[ recovery-image] Sep 03 22:45:52.367 INFO O| Sep 03 22:45:52.367 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-09-03T22:45:52.576Z[ recovery-image] Sep 03 22:45:52.388 INFO O| Sep 03 22:45:52.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75402024-09-03T22:45:52.576Z[ recovery-image] Sep 03 22:45:52.388 INFO O| Sep 03 22:45:52.388 INFO STEP 1164 (remove_files) COMPLETE
75412024-09-03T22:45:52.576Z[ recovery-image] Sep 03 22:45:52.388 INFO O| Sep 03 22:45:52.388 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-09-03T22:45:52.600Z[ recovery-image] Sep 03 22:45:52.405 INFO O| Sep 03 22:45:52.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75432024-09-03T22:45:52.600Z[ recovery-image] Sep 03 22:45:52.406 INFO O| Sep 03 22:45:52.406 INFO STEP 1165 (remove_files) COMPLETE
75442024-09-03T22:45:52.600Z[ recovery-image] Sep 03 22:45:52.406 INFO O| Sep 03 22:45:52.406 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-09-03T22:45:52.623Z[ recovery-image] Sep 03 22:45:52.421 INFO O| Sep 03 22:45:52.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75462024-09-03T22:45:52.624Z[ recovery-image] Sep 03 22:45:52.421 INFO O| Sep 03 22:45:52.421 INFO STEP 1166 (remove_files) COMPLETE
75472024-09-03T22:45:52.624Z[ recovery-image] Sep 03 22:45:52.421 INFO O| Sep 03 22:45:52.421 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-09-03T22:45:52.624Z[ recovery-image] Sep 03 22:45:52.439 INFO O| Sep 03 22:45:52.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75492024-09-03T22:45:52.624Z[ recovery-image] Sep 03 22:45:52.440 INFO O| Sep 03 22:45:52.439 INFO STEP 1167 (remove_files) COMPLETE
75502024-09-03T22:45:52.624Z[ recovery-image] Sep 03 22:45:52.440 INFO O| Sep 03 22:45:52.440 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-09-03T22:45:52.647Z[ recovery-image] Sep 03 22:45:52.454 INFO O| Sep 03 22:45:52.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75522024-09-03T22:45:52.647Z[ recovery-image] Sep 03 22:45:52.455 INFO O| Sep 03 22:45:52.454 INFO STEP 1168 (remove_files) COMPLETE
75532024-09-03T22:45:52.647Z[ recovery-image] Sep 03 22:45:52.455 INFO O| Sep 03 22:45:52.455 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-09-03T22:45:52.671Z[ recovery-image] Sep 03 22:45:52.488 INFO O| Sep 03 22:45:52.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75552024-09-03T22:45:52.671Z[ recovery-image] Sep 03 22:45:52.489 INFO O| Sep 03 22:45:52.489 INFO STEP 1169 (remove_files) COMPLETE
75562024-09-03T22:45:52.695Z[ recovery-image] Sep 03 22:45:52.489 INFO O| Sep 03 22:45:52.489 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-09-03T22:45:52.695Z[ recovery-image] Sep 03 22:45:52.505 INFO O| Sep 03 22:45:52.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
75582024-09-03T22:45:52.695Z[ recovery-image] Sep 03 22:45:52.505 INFO O| Sep 03 22:45:52.505 INFO STEP 1170 (remove_files) COMPLETE
75592024-09-03T22:45:52.695Z[ recovery-image] Sep 03 22:45:52.505 INFO O| Sep 03 22:45:52.505 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-09-03T22:45:52.718Z[ recovery-image] Sep 03 22:45:52.520 INFO O| Sep 03 22:45:52.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
75612024-09-03T22:45:52.718Z[ recovery-image] Sep 03 22:45:52.520 INFO O| Sep 03 22:45:52.520 INFO STEP 1171 (remove_files) COMPLETE
75622024-09-03T22:45:52.719Z[ recovery-image] Sep 03 22:45:52.521 INFO O| Sep 03 22:45:52.520 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-09-03T22:45:52.719Z[ recovery-image] Sep 03 22:45:52.535 INFO O| Sep 03 22:45:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
75642024-09-03T22:45:52.719Z[ recovery-image] Sep 03 22:45:52.535 INFO O| Sep 03 22:45:52.535 INFO STEP 1172 (remove_files) COMPLETE
75652024-09-03T22:45:52.719Z[ recovery-image] Sep 03 22:45:52.535 INFO O| Sep 03 22:45:52.535 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-09-03T22:45:52.742Z[ recovery-image] Sep 03 22:45:52.551 INFO O| Sep 03 22:45:52.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
75672024-09-03T22:45:52.742Z[ recovery-image] Sep 03 22:45:52.551 INFO O| Sep 03 22:45:52.551 INFO STEP 1173 (remove_files) COMPLETE
75682024-09-03T22:45:52.742Z[ recovery-image] Sep 03 22:45:52.551 INFO O| Sep 03 22:45:52.551 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-09-03T22:45:52.766Z[ recovery-image] Sep 03 22:45:52.581 INFO O| Sep 03 22:45:52.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
75702024-09-03T22:45:52.766Z[ recovery-image] Sep 03 22:45:52.581 INFO O| Sep 03 22:45:52.581 INFO STEP 1174 (remove_files) COMPLETE
75712024-09-03T22:45:52.766Z[ recovery-image] Sep 03 22:45:52.581 INFO O| Sep 03 22:45:52.581 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-09-03T22:45:52.789Z[ recovery-image] Sep 03 22:45:52.601 INFO O| Sep 03 22:45:52.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
75732024-09-03T22:45:52.789Z[ recovery-image] Sep 03 22:45:52.601 INFO O| Sep 03 22:45:52.601 INFO STEP 1175 (remove_files) COMPLETE
75742024-09-03T22:45:52.789Z[ recovery-image] Sep 03 22:45:52.601 INFO O| Sep 03 22:45:52.601 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-09-03T22:45:52.813Z[ recovery-image] Sep 03 22:45:52.629 INFO O| Sep 03 22:45:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
75762024-09-03T22:45:52.813Z[ recovery-image] Sep 03 22:45:52.629 INFO O| Sep 03 22:45:52.629 INFO STEP 1176 (remove_files) COMPLETE
75772024-09-03T22:45:52.813Z[ recovery-image] Sep 03 22:45:52.629 INFO O| Sep 03 22:45:52.629 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-09-03T22:45:52.845Z[ recovery-image] Sep 03 22:45:52.663 INFO O| Sep 03 22:45:52.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
75792024-09-03T22:45:52.845Z[ recovery-image] Sep 03 22:45:52.663 INFO O| Sep 03 22:45:52.663 INFO STEP 1177 (remove_files) COMPLETE
75802024-09-03T22:45:52.845Z[ recovery-image] Sep 03 22:45:52.663 INFO O| Sep 03 22:45:52.663 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-09-03T22:45:52.881Z[ recovery-image] Sep 03 22:45:52.698 INFO O| Sep 03 22:45:52.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
75822024-09-03T22:45:52.881Z[ recovery-image] Sep 03 22:45:52.698 INFO O| Sep 03 22:45:52.698 INFO STEP 1178 (remove_files) COMPLETE
75832024-09-03T22:45:52.904Z[ recovery-image] Sep 03 22:45:52.698 INFO O| Sep 03 22:45:52.698 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-09-03T22:45:52.928Z[ recovery-image] Sep 03 22:45:52.734 INFO O| Sep 03 22:45:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
75852024-09-03T22:45:52.928Z[ recovery-image] Sep 03 22:45:52.734 INFO O| Sep 03 22:45:52.734 INFO STEP 1179 (remove_files) COMPLETE
75862024-09-03T22:45:52.928Z[ recovery-image] Sep 03 22:45:52.734 INFO O| Sep 03 22:45:52.734 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-09-03T22:45:52.951Z[ recovery-image] Sep 03 22:45:52.753 INFO O| Sep 03 22:45:52.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
75882024-09-03T22:45:52.951Z[ recovery-image] Sep 03 22:45:52.753 INFO O| Sep 03 22:45:52.753 INFO STEP 1180 (remove_files) COMPLETE
75892024-09-03T22:45:52.951Z[ recovery-image] Sep 03 22:45:52.754 INFO O| Sep 03 22:45:52.753 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-09-03T22:45:52.975Z[ recovery-image] Sep 03 22:45:52.772 INFO O| Sep 03 22:45:52.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
75912024-09-03T22:45:52.975Z[ recovery-image] Sep 03 22:45:52.772 INFO O| Sep 03 22:45:52.772 INFO STEP 1181 (remove_files) COMPLETE
75922024-09-03T22:45:52.975Z[ recovery-image] Sep 03 22:45:52.772 INFO O| Sep 03 22:45:52.772 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-09-03T22:45:52.999Z[ recovery-image] Sep 03 22:45:52.794 INFO O| Sep 03 22:45:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
75942024-09-03T22:45:52.999Z[ recovery-image] Sep 03 22:45:52.795 INFO O| Sep 03 22:45:52.795 INFO STEP 1182 (remove_files) COMPLETE
75952024-09-03T22:45:52.999Z[ recovery-image] Sep 03 22:45:52.795 INFO O| Sep 03 22:45:52.795 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-09-03T22:45:52.999Z[ recovery-image] Sep 03 22:45:52.812 INFO O| Sep 03 22:45:52.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
75972024-09-03T22:45:52.999Z[ recovery-image] Sep 03 22:45:52.812 INFO O| Sep 03 22:45:52.812 INFO STEP 1183 (remove_files) COMPLETE
75982024-09-03T22:45:52.999Z[ recovery-image] Sep 03 22:45:52.812 INFO O| Sep 03 22:45:52.812 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-09-03T22:45:53.023Z[ recovery-image] Sep 03 22:45:52.826 INFO O| Sep 03 22:45:52.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76002024-09-03T22:45:53.023Z[ recovery-image] Sep 03 22:45:52.826 INFO O| Sep 03 22:45:52.826 INFO STEP 1184 (remove_files) COMPLETE
76012024-09-03T22:45:53.023Z[ recovery-image] Sep 03 22:45:52.826 INFO O| Sep 03 22:45:52.826 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-09-03T22:45:53.047Z[ recovery-image] Sep 03 22:45:52.841 INFO O| Sep 03 22:45:52.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76032024-09-03T22:45:53.047Z[ recovery-image] Sep 03 22:45:52.841 INFO O| Sep 03 22:45:52.841 INFO STEP 1185 (remove_files) COMPLETE
76042024-09-03T22:45:53.047Z[ recovery-image] Sep 03 22:45:52.841 INFO O| Sep 03 22:45:52.841 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-09-03T22:45:53.047Z[ recovery-image] Sep 03 22:45:52.855 INFO O| Sep 03 22:45:52.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76062024-09-03T22:45:53.047Z[ recovery-image] Sep 03 22:45:52.855 INFO O| Sep 03 22:45:52.855 INFO STEP 1186 (remove_files) COMPLETE
76072024-09-03T22:45:53.047Z[ recovery-image] Sep 03 22:45:52.855 INFO O| Sep 03 22:45:52.855 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-09-03T22:45:53.073Z[ recovery-image] Sep 03 22:45:52.890 INFO O| Sep 03 22:45:52.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76092024-09-03T22:45:53.073Z[ recovery-image] Sep 03 22:45:52.890 INFO O| Sep 03 22:45:52.890 INFO STEP 1187 (remove_files) COMPLETE
76102024-09-03T22:45:53.073Z[ recovery-image] Sep 03 22:45:52.890 INFO O| Sep 03 22:45:52.890 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-09-03T22:45:53.117Z[ recovery-image] Sep 03 22:45:52.933 INFO O| Sep 03 22:45:52.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76122024-09-03T22:45:53.117Z[ recovery-image] Sep 03 22:45:52.933 INFO O| Sep 03 22:45:52.933 INFO STEP 1188 (remove_files) COMPLETE
76132024-09-03T22:45:53.117Z[ recovery-image] Sep 03 22:45:52.933 INFO O| Sep 03 22:45:52.933 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-09-03T22:45:53.168Z[ recovery-image] Sep 03 22:45:52.985 INFO O| Sep 03 22:45:52.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76152024-09-03T22:45:53.168Z[ recovery-image] Sep 03 22:45:52.985 INFO O| Sep 03 22:45:52.985 INFO STEP 1189 (remove_files) COMPLETE
76162024-09-03T22:45:53.168Z[ recovery-image] Sep 03 22:45:52.985 INFO O| Sep 03 22:45:52.985 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-09-03T22:45:53.191Z[ recovery-image] Sep 03 22:45:53.000 INFO O| Sep 03 22:45:53.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76182024-09-03T22:45:53.191Z[ recovery-image] Sep 03 22:45:53.000 INFO O| Sep 03 22:45:53.000 INFO STEP 1190 (remove_files) COMPLETE
76192024-09-03T22:45:53.191Z[ recovery-image] Sep 03 22:45:53.000 INFO O| Sep 03 22:45:53.000 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-09-03T22:45:53.215Z[ recovery-image] Sep 03 22:45:53.015 INFO O| Sep 03 22:45:53.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76212024-09-03T22:45:53.215Z[ recovery-image] Sep 03 22:45:53.015 INFO O| Sep 03 22:45:53.015 INFO STEP 1191 (remove_files) COMPLETE
76222024-09-03T22:45:53.215Z[ recovery-image] Sep 03 22:45:53.015 INFO O| Sep 03 22:45:53.015 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-09-03T22:45:53.239Z[ recovery-image] Sep 03 22:45:53.037 INFO O| Sep 03 22:45:53.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76242024-09-03T22:45:53.239Z[ recovery-image] Sep 03 22:45:53.037 INFO O| Sep 03 22:45:53.037 INFO STEP 1192 (remove_files) COMPLETE
76252024-09-03T22:45:53.239Z[ recovery-image] Sep 03 22:45:53.037 INFO O| Sep 03 22:45:53.037 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-09-03T22:45:53.263Z[ recovery-image] Sep 03 22:45:53.078 INFO O| Sep 03 22:45:53.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76272024-09-03T22:45:53.263Z[ recovery-image] Sep 03 22:45:53.078 INFO O| Sep 03 22:45:53.078 INFO STEP 1193 (remove_files) COMPLETE
76282024-09-03T22:45:53.263Z[ recovery-image] Sep 03 22:45:53.078 INFO O| Sep 03 22:45:53.078 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-09-03T22:45:53.286Z[ recovery-image] Sep 03 22:45:53.095 INFO O| Sep 03 22:45:53.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76302024-09-03T22:45:53.287Z[ recovery-image] Sep 03 22:45:53.095 INFO O| Sep 03 22:45:53.095 INFO STEP 1194 (remove_files) COMPLETE
76312024-09-03T22:45:53.287Z[ recovery-image] Sep 03 22:45:53.095 INFO O| Sep 03 22:45:53.095 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-09-03T22:45:53.310Z[ recovery-image] Sep 03 22:45:53.109 INFO O| Sep 03 22:45:53.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76332024-09-03T22:45:53.310Z[ recovery-image] Sep 03 22:45:53.109 INFO O| Sep 03 22:45:53.109 INFO STEP 1195 (remove_files) COMPLETE
76342024-09-03T22:45:53.310Z[ recovery-image] Sep 03 22:45:53.109 INFO O| Sep 03 22:45:53.109 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-09-03T22:45:53.310Z[ recovery-image] Sep 03 22:45:53.123 INFO O| Sep 03 22:45:53.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76362024-09-03T22:45:53.310Z[ recovery-image] Sep 03 22:45:53.123 INFO O| Sep 03 22:45:53.123 INFO STEP 1196 (remove_files) COMPLETE
76372024-09-03T22:45:53.310Z[ recovery-image] Sep 03 22:45:53.123 INFO O| Sep 03 22:45:53.123 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-09-03T22:45:53.334Z[ recovery-image] Sep 03 22:45:53.138 INFO O| Sep 03 22:45:53.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76392024-09-03T22:45:53.334Z[ recovery-image] Sep 03 22:45:53.138 INFO O| Sep 03 22:45:53.138 INFO STEP 1197 (remove_files) COMPLETE
76402024-09-03T22:45:53.334Z[ recovery-image] Sep 03 22:45:53.138 INFO O| Sep 03 22:45:53.138 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-09-03T22:45:53.358Z[ recovery-image] Sep 03 22:45:53.157 INFO O| Sep 03 22:45:53.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76422024-09-03T22:45:53.358Z[ recovery-image] Sep 03 22:45:53.157 INFO O| Sep 03 22:45:53.157 INFO STEP 1198 (remove_files) COMPLETE
76432024-09-03T22:45:53.358Z[ recovery-image] Sep 03 22:45:53.157 INFO O| Sep 03 22:45:53.157 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-09-03T22:45:53.391Z[ recovery-image] Sep 03 22:45:53.208 INFO O| Sep 03 22:45:53.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76452024-09-03T22:45:53.415Z[ recovery-image] Sep 03 22:45:53.209 INFO O| Sep 03 22:45:53.209 INFO STEP 1199 (remove_files) COMPLETE
76462024-09-03T22:45:53.415Z[ recovery-image] Sep 03 22:45:53.209 INFO O| Sep 03 22:45:53.209 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-09-03T22:45:53.415Z[ recovery-image] Sep 03 22:45:53.227 INFO O| Sep 03 22:45:53.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76482024-09-03T22:45:53.415Z[ recovery-image] Sep 03 22:45:53.227 INFO O| Sep 03 22:45:53.227 INFO STEP 1200 (remove_files) COMPLETE
76492024-09-03T22:45:53.415Z[ recovery-image] Sep 03 22:45:53.227 INFO O| Sep 03 22:45:53.227 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-09-03T22:45:53.439Z[ recovery-image] Sep 03 22:45:53.242 INFO O| Sep 03 22:45:53.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76512024-09-03T22:45:53.439Z[ recovery-image] Sep 03 22:45:53.243 INFO O| Sep 03 22:45:53.243 INFO STEP 1201 (remove_files) COMPLETE
76522024-09-03T22:45:53.439Z[ recovery-image] Sep 03 22:45:53.243 INFO O| Sep 03 22:45:53.243 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-09-03T22:45:53.463Z[ recovery-image] Sep 03 22:45:53.258 INFO O| Sep 03 22:45:53.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76542024-09-03T22:45:53.463Z[ recovery-image] Sep 03 22:45:53.258 INFO O| Sep 03 22:45:53.258 INFO STEP 1202 (remove_files) COMPLETE
76552024-09-03T22:45:53.463Z[ recovery-image] Sep 03 22:45:53.258 INFO O| Sep 03 22:45:53.258 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-09-03T22:45:53.487Z[ recovery-image] Sep 03 22:45:53.304 INFO O| Sep 03 22:45:53.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76572024-09-03T22:45:53.487Z[ recovery-image] Sep 03 22:45:53.304 INFO O| Sep 03 22:45:53.304 INFO STEP 1203 (remove_files) COMPLETE
76582024-09-03T22:45:53.487Z[ recovery-image] Sep 03 22:45:53.304 INFO O| Sep 03 22:45:53.304 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-09-03T22:45:53.532Z[ recovery-image] Sep 03 22:45:53.349 INFO O| Sep 03 22:45:53.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
76602024-09-03T22:45:53.555Z[ recovery-image] Sep 03 22:45:53.349 INFO O| Sep 03 22:45:53.349 INFO STEP 1204 (remove_files) COMPLETE
76612024-09-03T22:45:53.555Z[ recovery-image] Sep 03 22:45:53.349 INFO O| Sep 03 22:45:53.349 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-09-03T22:45:53.618Z[ recovery-image] Sep 03 22:45:53.435 INFO O| Sep 03 22:45:53.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
76632024-09-03T22:45:53.618Z[ recovery-image] Sep 03 22:45:53.435 INFO O| Sep 03 22:45:53.435 INFO STEP 1205 (remove_files) COMPLETE
76642024-09-03T22:45:53.642Z[ recovery-image] Sep 03 22:45:53.435 INFO O| Sep 03 22:45:53.435 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
76652024-09-03T22:45:53.642Z[ recovery-image] Sep 03 22:45:53.457 INFO O| Sep 03 22:45:53.457 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
76662024-09-03T22:45:53.642Z[ recovery-image] Sep 03 22:45:53.458 INFO O| Sep 03 22:45:53.458 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
76672024-09-03T22:45:54.793Z[ recovery-image] Sep 03 22:45:54.610 INFO O| Sep 03 22:45:54.610 INFO STEP 1206 (pack_tar) COMPLETE
76682024-09-03T22:45:54.793Z[ recovery-image] Sep 03 22:45:54.610 INFO O| Sep 03 22:45:54.610 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76692024-09-03T22:45:54.826Z[ recovery-image] Sep 03 22:45:54.610 INFO O| Sep 03 22:45:54.610 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
76702024-09-03T22:45:55.057Z[ recovery-image] Sep 03 22:45:54.874 INFO O| Sep 03 22:45:54.874 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
76712024-09-03T22:45:55.188Z[ recovery-image] Sep 03 22:45:55.005 INFO O| Sep 03 22:45:55.005 INFO completed processing gimlet/ramdisk-03-recovery-trim
76722024-09-03T22:45:55.212Z[ recovery-image] Sep 03 22:45:55.013 INFO image builder template: zfs-recovery...
76732024-09-03T22:45:55.212Z[ recovery-image] Sep 03 22:45:55.013 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/.tmpvhwQ9K/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
76742024-09-03T22:45:55.238Z[ recovery-image] Sep 03 22:45:55.055 INFO O| Sep 03 22:45:55.055 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76752024-09-03T22:45:55.262Z[ recovery-image] Sep 03 22:45:55.062 INFO O| Sep 03 22:45:55.062 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76762024-09-03T22:45:55.285Z[ recovery-image] Sep 03 22:45:55.097 INFO O| Sep 03 22:45:55.097 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
76772024-09-03T22:45:55.328Z[ recovery-image] Sep 03 22:45:55.146 INFO O| Sep 03 22:45:55.145 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
76782024-09-03T22:45:55.328Z[ recovery-image] Sep 03 22:45:55.146 INFO O| Sep 03 22:45:55.146 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
76792024-09-03T22:45:55.352Z[ recovery-image] Sep 03 22:45:55.151 INFO O| Sep 03 22:45:55.151 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
76802024-09-03T22:45:55.376Z[ recovery-image] Sep 03 22:45:55.185 INFO O| Sep 03 22:45:55.185 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
76812024-09-03T22:45:55.400Z[ recovery-image] Sep 03 22:45:55.206 INFO O| Sep 03 22:45:55.206 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
76822024-09-03T22:45:55.430Z[ recovery-image] Sep 03 22:45:55.247 INFO O| Sep 03 22:45:55.247 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76832024-09-03T22:45:55.459Z[ recovery-image] Sep 03 22:45:55.276 INFO O| Sep 03 22:45:55.276 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
76842024-09-03T22:45:55.499Z[ recovery-image] Sep 03 22:45:55.316 INFO O| Sep 03 22:45:55.316 INFO no lofi found
76852024-09-03T22:45:55.499Z[ recovery-image] Sep 03 22:45:55.316 INFO O| Sep 03 22:45:55.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
76862024-09-03T22:45:55.522Z[ recovery-image] Sep 03 22:45:55.316 INFO O| Sep 03 22:45:55.316 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
76872024-09-03T22:45:57.197Z[ recovery-image] Sep 03 22:45:57.014 INFO O| Sep 03 22:45:57.014 INFO lofi device = /dev/dsk/c3t1d0p0
76882024-09-03T22:45:57.197Z[ recovery-image] Sep 03 22:45:57.014 INFO O| Sep 03 22:45:57.014 INFO pool device = /dev/dsk/c3t1d0p0
76892024-09-03T22:45:57.221Z[ recovery-image] Sep 03 22:45:57.014 INFO O| Sep 03 22:45:57.014 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
76902024-09-03T22:45:57.408Z[ recovery-image] Sep 03 22:45:57.225 INFO O| Sep 03 22:45:57.224 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76912024-09-03T22:45:57.408Z[ recovery-image] Sep 03 22:45:57.225 INFO O| Sep 03 22:45:57.225 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76922024-09-03T22:45:57.438Z[ recovery-image] Sep 03 22:45:57.256 INFO O| Sep 03 22:45:57.255 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76932024-09-03T22:45:57.527Z[ recovery-image] Sep 03 22:45:57.344 INFO O| Sep 03 22:45:57.344 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76942024-09-03T22:45:57.580Z[ recovery-image] Sep 03 22:45:57.397 INFO O| Sep 03 22:45:57.397 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76952024-09-03T22:45:57.611Z[ recovery-image] Sep 03 22:45:57.429 INFO O| Sep 03 22:45:57.429 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76962024-09-03T22:45:57.635Z[ recovery-image] Sep 03 22:45:57.452 INFO O| Sep 03 22:45:57.452 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76972024-09-03T22:45:57.701Z[ recovery-image] Sep 03 22:45:57.518 INFO O| Sep 03 22:45:57.518 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76982024-09-03T22:45:57.701Z[ recovery-image] Sep 03 22:45:57.518 INFO O| Sep 03 22:45:57.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76992024-09-03T22:45:57.725Z[ recovery-image] Sep 03 22:45:57.518 INFO O| Sep 03 22:45:57.518 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77002024-09-03T22:45:57.725Z[ recovery-image] Sep 03 22:45:57.530 INFO O| Sep 03 22:45:57.530 INFO boot environment UUID: 020e4e01-449f-41d9-802d-0a25553fda8a
77012024-09-03T22:45:57.725Z[ recovery-image] Sep 03 22:45:57.530 INFO O| Sep 03 22:45:57.530 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 020e4e01-449f-41d9-802d-0a25553fda8a
77022024-09-03T22:45:57.749Z[ recovery-image] Sep 03 22:45:57.551 INFO O| Sep 03 22:45:57.551 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77032024-09-03T22:45:57.773Z[ recovery-image] Sep 03 22:45:57.577 INFO O| Sep 03 22:45:57.577 INFO STEP 0 (create_be) COMPLETE
77042024-09-03T22:45:57.773Z[ recovery-image] Sep 03 22:45:57.578 INFO O| Sep 03 22:45:57.577 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77052024-09-03T22:45:57.796Z[ recovery-image] Sep 03 22:45:57.603 INFO O| Sep 03 22:45:57.603 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"]
77062024-09-03T22:46:05.719Z[ recovery-image] Sep 03 22:46:05.536 INFO O| Sep 03 22:46:05.536 INFO STEP 1 (unpack_tar) COMPLETE
77072024-09-03T22:46:05.719Z[ recovery-image] Sep 03 22:46:05.536 INFO O| Sep 03 22:46:05.536 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77082024-09-03T22:46:05.745Z[ recovery-image] Sep 03 22:46:05.554 INFO O| Sep 03 22:46:05.554 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77092024-09-03T22:46:07.780Z[ recovery-image] Sep 03 22:46:07.597 INFO O| Sep 03 22:46:07.597 INFO STEP 2 (devfsadm) COMPLETE
77102024-09-03T22:46:07.780Z[ recovery-image] Sep 03 22:46:07.597 INFO O| Sep 03 22:46:07.597 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77112024-09-03T22:46:07.804Z[ recovery-image] Sep 03 22:46:07.617 INFO O| Sep 03 22:46:07.617 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77122024-09-03T22:46:07.804Z[ recovery-image] Sep 03 22:46:07.617 INFO O| Sep 03 22:46:07.617 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77132024-09-03T22:46:07.804Z[ recovery-image] Sep 03 22:46:07.617 INFO O| Sep 03 22:46:07.617 INFO STEP 3 (ensure_dir) COMPLETE
77142024-09-03T22:46:07.804Z[ recovery-image] Sep 03 22:46:07.617 INFO O| Sep 03 22:46:07.617 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77152024-09-03T22:46:07.828Z[ recovery-image] Sep 03 22:46:07.632 INFO O| Sep 03 22:46:07.631 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77162024-09-03T22:46:07.828Z[ recovery-image] Sep 03 22:46:07.632 INFO O| Sep 03 22:46:07.632 INFO STEP 4 (ensure_dir) COMPLETE
77172024-09-03T22:46:07.828Z[ recovery-image] Sep 03 22:46:07.632 INFO O| Sep 03 22:46:07.632 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77182024-09-03T22:46:07.852Z[ recovery-image] Sep 03 22:46:07.650 INFO O| Sep 03 22:46:07.650 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77192024-09-03T22:46:07.852Z[ recovery-image] Sep 03 22:46:07.650 INFO O| Sep 03 22:46:07.650 INFO STEP 5 (ensure_dir) COMPLETE
77202024-09-03T22:46:07.852Z[ recovery-image] Sep 03 22:46:07.650 INFO O| Sep 03 22:46:07.650 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77212024-09-03T22:46:07.878Z[ recovery-image] Sep 03 22:46:07.670 INFO O| Sep 03 22:46:07.670 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77222024-09-03T22:46:07.878Z[ recovery-image] Sep 03 22:46:07.671 INFO O| Sep 03 22:46:07.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77232024-09-03T22:46:07.878Z[ recovery-image] Sep 03 22:46:07.671 INFO O| Sep 03 22:46:07.671 INFO STEP 6 (ensure_dir) COMPLETE
77242024-09-03T22:46:07.878Z[ recovery-image] Sep 03 22:46:07.671 INFO O| Sep 03 22:46:07.671 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77252024-09-03T22:46:07.902Z[ recovery-image] Sep 03 22:46:07.703 INFO O| Sep 03 22:46:07.703 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77262024-09-03T22:46:07.902Z[ recovery-image] Sep 03 22:46:07.703 INFO O| Sep 03 22:46:07.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77272024-09-03T22:46:07.902Z[ recovery-image] Sep 03 22:46:07.703 INFO O| Sep 03 22:46:07.703 INFO STEP 7 (ensure_dir) COMPLETE
77282024-09-03T22:46:07.902Z[ recovery-image] Sep 03 22:46:07.703 INFO O| Sep 03 22:46:07.703 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77292024-09-03T22:46:07.953Z[ recovery-image] Sep 03 22:46:07.770 INFO O| Sep 03 22:46:07.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77302024-09-03T22:46:07.977Z[ recovery-image] Sep 03 22:46:07.771 INFO O| Sep 03 22:46:07.770 INFO STEP 8 (remove_files) COMPLETE
77312024-09-03T22:46:07.977Z[ recovery-image] Sep 03 22:46:07.771 INFO O| Sep 03 22:46:07.771 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77322024-09-03T22:46:08.000Z[ recovery-image] Sep 03 22:46:07.814 INFO O| Sep 03 22:46:07.814 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77332024-09-03T22:46:08.000Z[ recovery-image] Sep 03 22:46:07.816 INFO O| Sep 03 22:46:07.816 INFO STEP 9 (remove_files) COMPLETE
77342024-09-03T22:46:08.001Z[ recovery-image] Sep 03 22:46:07.816 INFO O| Sep 03 22:46:07.816 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77352024-09-03T22:46:08.028Z[ recovery-image] Sep 03 22:46:07.846 INFO O| Sep 03 22:46:07.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77362024-09-03T22:46:08.052Z[ recovery-image] Sep 03 22:46:07.847 INFO O| Sep 03 22:46:07.847 INFO STEP 10 (remove_files) COMPLETE
77372024-09-03T22:46:08.052Z[ recovery-image] Sep 03 22:46:07.847 INFO O| Sep 03 22:46:07.847 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77382024-09-03T22:46:08.080Z[ recovery-image] Sep 03 22:46:07.897 INFO O| Sep 03 22:46:07.897 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77392024-09-03T22:46:08.080Z[ recovery-image] Sep 03 22:46:07.898 INFO O| Sep 03 22:46:07.897 INFO STEP 11 (remove_files) COMPLETE
77402024-09-03T22:46:08.104Z[ recovery-image] Sep 03 22:46:07.898 INFO O| Sep 03 22:46:07.898 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77412024-09-03T22:46:08.146Z[ recovery-image] Sep 03 22:46:07.963 INFO O| Sep 03 22:46:07.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77422024-09-03T22:46:08.146Z[ recovery-image] Sep 03 22:46:07.964 INFO O| Sep 03 22:46:07.964 INFO STEP 12 (remove_files) COMPLETE
77432024-09-03T22:46:08.170Z[ recovery-image] Sep 03 22:46:07.964 INFO O| Sep 03 22:46:07.964 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77442024-09-03T22:46:08.207Z[ recovery-image] Sep 03 22:46:08.024 INFO O| Sep 03 22:46:08.024 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77452024-09-03T22:46:08.231Z[ recovery-image] Sep 03 22:46:08.024 INFO O| Sep 03 22:46:08.024 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77462024-09-03T22:46:08.231Z[ recovery-image] Sep 03 22:46:08.024 INFO O| Sep 03 22:46:08.024 INFO STEP 13 (ensure_dir) COMPLETE
77472024-09-03T22:46:08.231Z[ recovery-image] Sep 03 22:46:08.024 INFO O| Sep 03 22:46:08.024 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77482024-09-03T22:46:08.301Z[ recovery-image] Sep 03 22:46:08.119 INFO O| Sep 03 22:46:08.118 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77492024-09-03T22:46:08.301Z[ recovery-image] Sep 03 22:46:08.119 INFO O| Sep 03 22:46:08.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77502024-09-03T22:46:08.326Z[ recovery-image] Sep 03 22:46:08.119 INFO O| Sep 03 22:46:08.119 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77512024-09-03T22:46:08.326Z[ recovery-image] Sep 03 22:46:08.119 INFO O| Sep 03 22:46:08.119 INFO STEP 14 (ensure_dir) COMPLETE
77522024-09-03T22:46:08.326Z[ recovery-image] Sep 03 22:46:08.119 INFO O| Sep 03 22:46:08.119 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77532024-09-03T22:46:08.358Z[ recovery-image] Sep 03 22:46:08.175 INFO O| Sep 03 22:46:08.175 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77542024-09-03T22:46:08.358Z[ recovery-image] Sep 03 22:46:08.175 INFO O| Sep 03 22:46:08.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77552024-09-03T22:46:08.358Z[ recovery-image] Sep 03 22:46:08.175 INFO O| Sep 03 22:46:08.175 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77562024-09-03T22:46:08.382Z[ recovery-image] Sep 03 22:46:08.175 INFO O| Sep 03 22:46:08.175 INFO STEP 15 (ensure_dir) COMPLETE
77572024-09-03T22:46:08.382Z[ recovery-image] Sep 03 22:46:08.175 INFO O| Sep 03 22:46:08.175 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77582024-09-03T22:46:08.415Z[ recovery-image] Sep 03 22:46:08.232 INFO O| Sep 03 22:46:08.232 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77592024-09-03T22:46:08.415Z[ recovery-image] Sep 03 22:46:08.232 INFO O| Sep 03 22:46:08.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77602024-09-03T22:46:08.415Z[ recovery-image] Sep 03 22:46:08.232 INFO O| Sep 03 22:46:08.232 INFO STEP 16 (ensure_dir) COMPLETE
77612024-09-03T22:46:08.415Z[ recovery-image] Sep 03 22:46:08.232 INFO O| Sep 03 22:46:08.232 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77622024-09-03T22:46:08.448Z[ recovery-image] Sep 03 22:46:08.265 INFO O| Sep 03 22:46:08.265 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77632024-09-03T22:46:08.448Z[ recovery-image] Sep 03 22:46:08.265 INFO O| Sep 03 22:46:08.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77642024-09-03T22:46:08.472Z[ recovery-image] Sep 03 22:46:08.265 INFO O| Sep 03 22:46:08.265 INFO STEP 17 (ensure_dir) COMPLETE
77652024-09-03T22:46:08.472Z[ recovery-image] Sep 03 22:46:08.265 INFO O| Sep 03 22:46:08.265 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77662024-09-03T22:46:08.495Z[ recovery-image] Sep 03 22:46:08.292 INFO O| Sep 03 22:46:08.292 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
77672024-09-03T22:46:08.495Z[ recovery-image] Sep 03 22:46:08.292 INFO O| Sep 03 22:46:08.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
77682024-09-03T22:46:08.495Z[ recovery-image] Sep 03 22:46:08.292 INFO O| Sep 03 22:46:08.292 INFO ok!
77692024-09-03T22:46:08.495Z[ recovery-image] Sep 03 22:46:08.292 INFO O| Sep 03 22:46:08.292 INFO STEP 18 (ensure_symlink) COMPLETE
77702024-09-03T22:46:08.495Z[ recovery-image] Sep 03 22:46:08.292 INFO O| Sep 03 22:46:08.292 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77712024-09-03T22:46:08.530Z[ recovery-image] Sep 03 22:46:08.347 INFO O| Sep 03 22:46:08.347 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
77722024-09-03T22:46:08.530Z[ recovery-image] Sep 03 22:46:08.347 INFO O| Sep 03 22:46:08.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
77732024-09-03T22:46:08.554Z[ recovery-image] Sep 03 22:46:08.347 INFO O| Sep 03 22:46:08.347 INFO ok!
77742024-09-03T22:46:08.554Z[ recovery-image] Sep 03 22:46:08.347 INFO O| Sep 03 22:46:08.347 INFO STEP 19 (ensure_file) COMPLETE
77752024-09-03T22:46:08.554Z[ recovery-image] Sep 03 22:46:08.347 INFO O| Sep 03 22:46:08.347 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77762024-09-03T22:46:08.579Z[ recovery-image] Sep 03 22:46:08.396 INFO O| Sep 03 22:46:08.396 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
77772024-09-03T22:46:08.602Z[ recovery-image] Sep 03 22:46:08.396 INFO O| Sep 03 22:46:08.396 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
77782024-09-03T22:46:08.602Z[ recovery-image] Sep 03 22:46:08.396 INFO O| Sep 03 22:46:08.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
77792024-09-03T22:46:08.602Z[ recovery-image] Sep 03 22:46:08.396 INFO O| Sep 03 22:46:08.396 INFO ok!
77802024-09-03T22:46:08.602Z[ recovery-image] Sep 03 22:46:08.396 INFO O| Sep 03 22:46:08.396 INFO STEP 20 (ensure_symlink) COMPLETE
77812024-09-03T22:46:08.602Z[ recovery-image] Sep 03 22:46:08.396 INFO O| Sep 03 22:46:08.396 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77822024-09-03T22:46:08.642Z[ recovery-image] Sep 03 22:46:08.459 INFO O| Sep 03 22:46:08.459 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
77832024-09-03T22:46:08.642Z[ recovery-image] Sep 03 22:46:08.459 INFO O| Sep 03 22:46:08.459 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
77842024-09-03T22:46:08.666Z[ recovery-image] Sep 03 22:46:08.460 INFO O| Sep 03 22:46:08.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
77852024-09-03T22:46:08.666Z[ recovery-image] Sep 03 22:46:08.460 INFO O| Sep 03 22:46:08.460 INFO ok!
77862024-09-03T22:46:08.666Z[ recovery-image] Sep 03 22:46:08.460 INFO O| Sep 03 22:46:08.460 INFO STEP 21 (ensure_symlink) COMPLETE
77872024-09-03T22:46:08.666Z[ recovery-image] Sep 03 22:46:08.460 INFO O| Sep 03 22:46:08.460 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77882024-09-03T22:46:08.699Z[ recovery-image] Sep 03 22:46:08.516 INFO O| Sep 03 22:46:08.516 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
77892024-09-03T22:46:08.699Z[ recovery-image] Sep 03 22:46:08.516 INFO O| Sep 03 22:46:08.516 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
77902024-09-03T22:46:08.699Z[ recovery-image] Sep 03 22:46:08.516 INFO O| Sep 03 22:46:08.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
77912024-09-03T22:46:08.723Z[ recovery-image] Sep 03 22:46:08.516 INFO O| Sep 03 22:46:08.516 INFO ok!
77922024-09-03T22:46:08.723Z[ recovery-image] Sep 03 22:46:08.516 INFO O| Sep 03 22:46:08.516 INFO STEP 22 (ensure_symlink) COMPLETE
77932024-09-03T22:46:08.723Z[ recovery-image] Sep 03 22:46:08.516 INFO O| Sep 03 22:46:08.516 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77942024-09-03T22:46:08.760Z[ recovery-image] Sep 03 22:46:08.575 INFO O| Sep 03 22:46:08.575 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77952024-09-03T22:46:08.760Z[ recovery-image] Sep 03 22:46:08.576 INFO O| Sep 03 22:46:08.575 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77962024-09-03T22:46:08.760Z[ recovery-image] Sep 03 22:46:08.576 INFO O| Sep 03 22:46:08.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77972024-09-03T22:46:08.760Z[ recovery-image] Sep 03 22:46:08.576 INFO O| Sep 03 22:46:08.576 INFO ok!
77982024-09-03T22:46:08.760Z[ recovery-image] Sep 03 22:46:08.576 INFO O| Sep 03 22:46:08.576 INFO STEP 23 (ensure_symlink) COMPLETE
77992024-09-03T22:46:08.760Z[ recovery-image] Sep 03 22:46:08.576 INFO O| Sep 03 22:46:08.576 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78002024-09-03T22:46:08.802Z[ recovery-image] Sep 03 22:46:08.620 INFO O| Sep 03 22:46:08.619 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78012024-09-03T22:46:08.802Z[ recovery-image] Sep 03 22:46:08.620 INFO O| Sep 03 22:46:08.620 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 ...
78022024-09-03T22:46:08.826Z[ recovery-image] Sep 03 22:46:08.620 INFO O| Sep 03 22:46:08.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78032024-09-03T22:46:08.826Z[ recovery-image] Sep 03 22:46:08.620 INFO O| Sep 03 22:46:08.620 INFO ok!
78042024-09-03T22:46:08.826Z[ recovery-image] Sep 03 22:46:08.620 INFO O| Sep 03 22:46:08.620 INFO STEP 24 (ensure_file) COMPLETE
78052024-09-03T22:46:08.826Z[ recovery-image] Sep 03 22:46:08.620 INFO O| Sep 03 22:46:08.620 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78062024-09-03T22:46:08.850Z[ recovery-image] Sep 03 22:46:08.645 INFO O| Sep 03 22:46:08.644 INFO updating shadow file
78072024-09-03T22:46:08.850Z[ recovery-image] Sep 03 22:46:08.645 INFO O| Sep 03 22:46:08.645 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78082024-09-03T22:46:08.850Z[ recovery-image] Sep 03 22:46:08.645 INFO O| Sep 03 22:46:08.645 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78092024-09-03T22:46:08.850Z[ recovery-image] Sep 03 22:46:08.645 INFO O| Sep 03 22:46:08.645 INFO STEP 25 (shadow) COMPLETE
78102024-09-03T22:46:08.850Z[ recovery-image] Sep 03 22:46:08.645 INFO O| Sep 03 22:46:08.645 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78112024-09-03T22:46:08.874Z[ recovery-image] Sep 03 22:46:08.668 INFO O| Sep 03 22:46:08.668 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78122024-09-03T22:46:08.874Z[ recovery-image] Sep 03 22:46:08.668 INFO O| Sep 03 22:46:08.668 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78132024-09-03T22:46:08.874Z[ recovery-image] Sep 03 22:46:08.668 INFO O| Sep 03 22:46:08.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78142024-09-03T22:46:08.874Z[ recovery-image] Sep 03 22:46:08.668 INFO O| Sep 03 22:46:08.668 INFO ok!
78152024-09-03T22:46:08.874Z[ recovery-image] Sep 03 22:46:08.668 INFO O| Sep 03 22:46:08.668 INFO STEP 26 (ensure_file) COMPLETE
78162024-09-03T22:46:08.874Z[ recovery-image] Sep 03 22:46:08.668 INFO O| Sep 03 22:46:08.668 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78172024-09-03T22:46:08.898Z[ recovery-image] Sep 03 22:46:08.711 INFO O| Sep 03 22:46:08.711 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78182024-09-03T22:46:08.898Z[ recovery-image] Sep 03 22:46:08.711 INFO O| Sep 03 22:46:08.711 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78192024-09-03T22:46:08.898Z[ recovery-image] Sep 03 22:46:08.711 INFO O| Sep 03 22:46:08.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78202024-09-03T22:46:08.898Z[ recovery-image] Sep 03 22:46:08.711 INFO O| Sep 03 22:46:08.711 INFO ok!
78212024-09-03T22:46:08.898Z[ recovery-image] Sep 03 22:46:08.711 INFO O| Sep 03 22:46:08.711 INFO STEP 27 (ensure_file) COMPLETE
78222024-09-03T22:46:08.898Z[ recovery-image] Sep 03 22:46:08.711 INFO O| Sep 03 22:46:08.711 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78232024-09-03T22:46:08.928Z[ recovery-image] Sep 03 22:46:08.745 INFO O| Sep 03 22:46:08.745 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78242024-09-03T22:46:08.928Z[ recovery-image] Sep 03 22:46:08.745 INFO O| Sep 03 22:46:08.745 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78252024-09-03T22:46:08.952Z[ recovery-image] Sep 03 22:46:08.745 INFO O| Sep 03 22:46:08.745 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78262024-09-03T22:46:08.952Z[ recovery-image] Sep 03 22:46:08.745 INFO O| Sep 03 22:46:08.745 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78272024-09-03T22:46:08.952Z[ recovery-image] Sep 03 22:46:08.745 INFO O| Sep 03 22:46:08.745 INFO ok!
78282024-09-03T22:46:08.952Z[ recovery-image] Sep 03 22:46:08.745 INFO O| Sep 03 22:46:08.745 INFO STEP 28 (ensure_file) COMPLETE
78292024-09-03T22:46:08.952Z[ recovery-image] Sep 03 22:46:08.745 INFO O| Sep 03 22:46:08.745 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78302024-09-03T22:46:08.976Z[ recovery-image] Sep 03 22:46:08.773 INFO O| Sep 03 22:46:08.773 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78312024-09-03T22:46:08.976Z[ recovery-image] Sep 03 22:46:08.773 INFO O| Sep 03 22:46:08.773 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78322024-09-03T22:46:08.976Z[ recovery-image] Sep 03 22:46:08.773 INFO O| Sep 03 22:46:08.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78332024-09-03T22:46:08.976Z[ recovery-image] Sep 03 22:46:08.773 INFO O| Sep 03 22:46:08.773 INFO ok!
78342024-09-03T22:46:08.976Z[ recovery-image] Sep 03 22:46:08.773 INFO O| Sep 03 22:46:08.773 INFO STEP 29 (ensure_file) COMPLETE
78352024-09-03T22:46:08.976Z[ recovery-image] Sep 03 22:46:08.773 INFO O| Sep 03 22:46:08.773 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78362024-09-03T22:46:09.014Z[ recovery-image] Sep 03 22:46:08.831 INFO O| Sep 03 22:46:08.831 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78372024-09-03T22:46:09.014Z[ recovery-image] Sep 03 22:46:08.831 INFO O| Sep 03 22:46:08.831 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78382024-09-03T22:46:09.038Z[ recovery-image] Sep 03 22:46:08.831 INFO O| Sep 03 22:46:08.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78392024-09-03T22:46:09.038Z[ recovery-image] Sep 03 22:46:08.831 INFO O| Sep 03 22:46:08.831 INFO ok!
78402024-09-03T22:46:09.038Z[ recovery-image] Sep 03 22:46:08.831 INFO O| Sep 03 22:46:08.831 INFO STEP 30 (ensure_file) COMPLETE
78412024-09-03T22:46:09.038Z[ recovery-image] Sep 03 22:46:08.831 INFO O| Sep 03 22:46:08.831 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78422024-09-03T22:46:09.064Z[ recovery-image] Sep 03 22:46:08.881 INFO O| Sep 03 22:46:08.881 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78432024-09-03T22:46:09.064Z[ recovery-image] Sep 03 22:46:08.882 INFO O| Sep 03 22:46:08.881 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78442024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.882 INFO O| Sep 03 22:46:08.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78452024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.882 INFO O| Sep 03 22:46:08.882 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78462024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.882 INFO O| Sep 03 22:46:08.882 INFO ok!
78472024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.882 INFO O| Sep 03 22:46:08.882 INFO STEP 31 (ensure_file) COMPLETE
78482024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.882 INFO O| Sep 03 22:46:08.882 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78492024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.904 INFO O| Sep 03 22:46:08.904 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78502024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.905 INFO O| Sep 03 22:46:08.904 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78512024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.905 INFO O| Sep 03 22:46:08.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78522024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.905 INFO O| Sep 03 22:46:08.905 INFO ok!
78532024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.905 INFO O| Sep 03 22:46:08.905 INFO STEP 32 (ensure_file) COMPLETE
78542024-09-03T22:46:09.088Z[ recovery-image] Sep 03 22:46:08.905 INFO O| Sep 03 22:46:08.905 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78552024-09-03T22:46:09.170Z[ recovery-image] Sep 03 22:46:08.987 INFO O| Sep 03 22:46:08.986 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78562024-09-03T22:46:09.170Z[ recovery-image] Sep 03 22:46:08.987 INFO O| Sep 03 22:46:08.987 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78572024-09-03T22:46:09.193Z[ recovery-image] Sep 03 22:46:08.987 INFO O| Sep 03 22:46:08.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
78582024-09-03T22:46:09.193Z[ recovery-image] Sep 03 22:46:08.987 INFO O| Sep 03 22:46:08.987 INFO ok!
78592024-09-03T22:46:09.193Z[ recovery-image] Sep 03 22:46:08.987 INFO O| Sep 03 22:46:08.987 INFO STEP 33 (ensure_file) COMPLETE
78602024-09-03T22:46:09.193Z[ recovery-image] Sep 03 22:46:08.987 INFO O| Sep 03 22:46:08.987 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78612024-09-03T22:46:09.226Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
78622024-09-03T22:46:09.226Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
78632024-09-03T22:46:09.250Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78642024-09-03T22:46:09.250Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78652024-09-03T22:46:09.250Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78662024-09-03T22:46:09.250Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
78672024-09-03T22:46:09.250Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO ok!
78682024-09-03T22:46:09.250Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO STEP 34 (ensure_file) COMPLETE
78692024-09-03T22:46:09.250Z[ recovery-image] Sep 03 22:46:09.044 INFO O| Sep 03 22:46:09.044 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78702024-09-03T22:46:09.342Z[ recovery-image] Sep 03 22:46:09.159 INFO O| Sep 03 22:46:09.159 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78712024-09-03T22:46:09.342Z[ recovery-image] Sep 03 22:46:09.159 INFO O| Sep 03 22:46:09.159 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78722024-09-03T22:46:09.366Z[ recovery-image] Sep 03 22:46:09.159 INFO O| Sep 03 22:46:09.159 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
78732024-09-03T22:46:09.366Z[ recovery-image] Sep 03 22:46:09.159 INFO O| Sep 03 22:46:09.159 INFO STEP 35 (ensure_dir) COMPLETE
78742024-09-03T22:46:09.366Z[ recovery-image] Sep 03 22:46:09.159 INFO O| Sep 03 22:46:09.159 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78752024-09-03T22:46:09.408Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.224 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
78762024-09-03T22:46:09.408Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 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 ...
78772024-09-03T22:46:09.408Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 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
78782024-09-03T22:46:09.432Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 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
78792024-09-03T22:46:09.432Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 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
78802024-09-03T22:46:09.432Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 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
78812024-09-03T22:46:09.432Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 INFO ok!
78822024-09-03T22:46:09.432Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 INFO STEP 36 (ensure_file) COMPLETE
78832024-09-03T22:46:09.432Z[ recovery-image] Sep 03 22:46:09.225 INFO O| Sep 03 22:46:09.225 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
78842024-09-03T22:46:09.486Z[ recovery-image] Sep 03 22:46:09.303 INFO O| Sep 03 22:46:09.303 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
78852024-09-03T22:46:09.486Z[ recovery-image] Sep 03 22:46:09.303 INFO O| Sep 03 22:46:09.303 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 ...
78862024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.303 INFO O| Sep 03 22:46:09.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
78872024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.303 INFO O| Sep 03 22:46:09.303 INFO ok!
78882024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.303 INFO O| Sep 03 22:46:09.303 INFO STEP 37 (ensure_symlink) COMPLETE
78892024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.303 INFO O| Sep 03 22:46:09.303 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78902024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
78912024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78922024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78932024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78942024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78952024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78962024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO ok!
78972024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO STEP 38 (ensure_file) COMPLETE
78982024-09-03T22:46:09.510Z[ recovery-image] Sep 03 22:46:09.318 INFO O| Sep 03 22:46:09.318 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78992024-09-03T22:46:09.534Z[ recovery-image] Sep 03 22:46:09.332 INFO O| Sep 03 22:46:09.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79002024-09-03T22:46:09.534Z[ recovery-image] Sep 03 22:46:09.332 INFO O| Sep 03 22:46:09.332 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 ...
79012024-09-03T22:46:09.534Z[ recovery-image] Sep 03 22:46:09.332 INFO O| Sep 03 22:46:09.332 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
79022024-09-03T22:46:09.534Z[ recovery-image] Sep 03 22:46:09.332 INFO O| Sep 03 22:46:09.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79032024-09-03T22:46:09.534Z[ recovery-image] Sep 03 22:46:09.332 INFO O| Sep 03 22:46:09.332 INFO ok!
79042024-09-03T22:46:09.534Z[ recovery-image] Sep 03 22:46:09.332 INFO O| Sep 03 22:46:09.332 INFO STEP 39 (ensure_file) COMPLETE
79052024-09-03T22:46:09.534Z[ recovery-image] Sep 03 22:46:09.333 INFO O| Sep 03 22:46:09.332 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79062024-09-03T22:46:09.559Z[ recovery-image] Sep 03 22:46:09.357 INFO O| Sep 03 22:46:09.357 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79072024-09-03T22:46:09.559Z[ recovery-image] Sep 03 22:46:09.357 INFO O| Sep 03 22:46:09.357 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79082024-09-03T22:46:09.559Z[ recovery-image] Sep 03 22:46:09.357 INFO O| Sep 03 22:46:09.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79092024-09-03T22:46:09.559Z[ recovery-image] Sep 03 22:46:09.357 INFO O| Sep 03 22:46:09.357 INFO ok!
79102024-09-03T22:46:09.559Z[ recovery-image] Sep 03 22:46:09.357 INFO O| Sep 03 22:46:09.357 INFO STEP 40 (ensure_file) COMPLETE
79112024-09-03T22:46:09.559Z[ recovery-image] Sep 03 22:46:09.357 INFO O| Sep 03 22:46:09.357 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79122024-09-03T22:46:09.597Z[ recovery-image] Sep 03 22:46:09.414 INFO O| Sep 03 22:46:09.414 INFO updating shadow file
79132024-09-03T22:46:09.598Z[ recovery-image] Sep 03 22:46:09.415 INFO O| Sep 03 22:46:09.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79142024-09-03T22:46:09.621Z[ recovery-image] Sep 03 22:46:09.415 INFO O| Sep 03 22:46:09.415 INFO STEP 41 (shadow) COMPLETE
79152024-09-03T22:46:09.621Z[ recovery-image] Sep 03 22:46:09.415 INFO O| Sep 03 22:46:09.415 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79162024-09-03T22:46:09.651Z[ recovery-image] Sep 03 22:46:09.468 INFO O| Sep 03 22:46:09.468 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79172024-09-03T22:46:09.651Z[ recovery-image] Sep 03 22:46:09.468 INFO O| Sep 03 22:46:09.468 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79182024-09-03T22:46:09.675Z[ recovery-image] Sep 03 22:46:09.468 INFO O| Sep 03 22:46:09.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79192024-09-03T22:46:09.675Z[ recovery-image] Sep 03 22:46:09.468 INFO O| Sep 03 22:46:09.468 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79202024-09-03T22:46:09.675Z[ recovery-image] Sep 03 22:46:09.468 INFO O| Sep 03 22:46:09.468 INFO ok!
79212024-09-03T22:46:09.675Z[ recovery-image] Sep 03 22:46:09.468 INFO O| Sep 03 22:46:09.468 INFO STEP 42 (ensure_file) COMPLETE
79222024-09-03T22:46:09.675Z[ recovery-image] Sep 03 22:46:09.468 INFO O| Sep 03 22:46:09.468 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79232024-09-03T22:46:09.699Z[ recovery-image] Sep 03 22:46:09.508 INFO O| Sep 03 22:46:09.508 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79242024-09-03T22:46:09.699Z[ recovery-image] Sep 03 22:46:09.508 INFO O| Sep 03 22:46:09.508 INFO STEP 43 (ensure_dir) COMPLETE
79252024-09-03T22:46:09.699Z[ recovery-image] Sep 03 22:46:09.508 INFO O| Sep 03 22:46:09.508 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79262024-09-03T22:46:09.743Z[ recovery-image] Sep 03 22:46:09.560 INFO O| Sep 03 22:46:09.560 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79272024-09-03T22:46:09.743Z[ recovery-image] Sep 03 22:46:09.560 INFO O| Sep 03 22:46:09.560 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79282024-09-03T22:46:09.767Z[ recovery-image] Sep 03 22:46:09.560 INFO O| Sep 03 22:46:09.560 INFO STEP 44 (ensure_dir) COMPLETE
79292024-09-03T22:46:09.767Z[ recovery-image] Sep 03 22:46:09.560 INFO O| Sep 03 22:46:09.560 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79302024-09-03T22:46:09.791Z[ recovery-image] Sep 03 22:46:09.603 INFO O| Sep 03 22:46:09.603 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79312024-09-03T22:46:09.791Z[ recovery-image] Sep 03 22:46:09.604 INFO O| Sep 03 22:46:09.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79322024-09-03T22:46:09.791Z[ recovery-image] Sep 03 22:46:09.604 INFO O| Sep 03 22:46:09.604 INFO STEP 45 (ensure_dir) COMPLETE
79332024-09-03T22:46:09.791Z[ recovery-image] Sep 03 22:46:09.604 INFO O| Sep 03 22:46:09.604 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79342024-09-03T22:46:09.815Z[ recovery-image] Sep 03 22:46:09.625 INFO O| Sep 03 22:46:09.625 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79352024-09-03T22:46:09.815Z[ recovery-image] Sep 03 22:46:09.625 INFO O| Sep 03 22:46:09.625 INFO copying /tmp/.tmpvhwQ9K/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79362024-09-03T22:46:09.845Z[ recovery-image] Sep 03 22:46:09.662 INFO O| Sep 03 22:46:09.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79372024-09-03T22:46:09.845Z[ recovery-image] Sep 03 22:46:09.662 INFO O| Sep 03 22:46:09.662 INFO ok!
79382024-09-03T22:46:09.869Z[ recovery-image] Sep 03 22:46:09.662 INFO O| Sep 03 22:46:09.662 INFO STEP 46 (ensure_file) COMPLETE
79392024-09-03T22:46:09.869Z[ recovery-image] Sep 03 22:46:09.662 INFO O| Sep 03 22:46:09.662 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79402024-09-03T22:46:09.869Z[ recovery-image] Sep 03 22:46:09.678 INFO O| Sep 03 22:46:09.678 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79412024-09-03T22:46:09.869Z[ recovery-image] Sep 03 22:46:09.678 INFO O| Sep 03 22:46:09.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79422024-09-03T22:46:09.869Z[ recovery-image] Sep 03 22:46:09.678 INFO O| Sep 03 22:46:09.678 INFO STEP 47 (ensure_dir) COMPLETE
79432024-09-03T22:46:09.869Z[ recovery-image] Sep 03 22:46:09.679 INFO O| Sep 03 22:46:09.678 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79442024-09-03T22:46:09.920Z[ recovery-image] Sep 03 22:46:09.737 INFO O| Sep 03 22:46:09.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79452024-09-03T22:46:09.920Z[ recovery-image] Sep 03 22:46:09.737 INFO O| Sep 03 22:46:09.737 INFO copying /tmp/.tmpvhwQ9K/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79462024-09-03T22:46:09.920Z[ recovery-image] Sep 03 22:46:09.738 INFO O| Sep 03 22:46:09.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79472024-09-03T22:46:09.944Z[ recovery-image] Sep 03 22:46:09.738 INFO O| Sep 03 22:46:09.738 INFO ok!
79482024-09-03T22:46:09.944Z[ recovery-image] Sep 03 22:46:09.738 INFO O| Sep 03 22:46:09.738 INFO STEP 48 (ensure_file) COMPLETE
79492024-09-03T22:46:09.945Z[ recovery-image] Sep 03 22:46:09.738 INFO O| Sep 03 22:46:09.738 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79502024-09-03T22:46:10.011Z[ recovery-image] Sep 03 22:46:09.828 INFO O| Sep 03 22:46:09.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79512024-09-03T22:46:10.011Z[ recovery-image] Sep 03 22:46:09.828 INFO O| Sep 03 22:46:09.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79522024-09-03T22:46:10.011Z[ recovery-image] Sep 03 22:46:09.828 INFO O| Sep 03 22:46:09.828 INFO STEP 49 (ensure_dir) COMPLETE
79532024-09-03T22:46:10.034Z[ recovery-image] Sep 03 22:46:09.828 INFO O| Sep 03 22:46:09.828 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79542024-09-03T22:46:10.074Z[ recovery-image] Sep 03 22:46:09.891 INFO O| Sep 03 22:46:09.891 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79552024-09-03T22:46:10.074Z[ recovery-image] Sep 03 22:46:09.891 INFO O| Sep 03 22:46:09.891 INFO copying /tmp/.tmpvhwQ9K/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79562024-09-03T22:46:10.098Z[ recovery-image] Sep 03 22:46:09.910 INFO O| Sep 03 22:46:09.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79572024-09-03T22:46:10.098Z[ recovery-image] Sep 03 22:46:09.910 INFO O| Sep 03 22:46:09.910 INFO ok!
79582024-09-03T22:46:10.098Z[ recovery-image] Sep 03 22:46:09.910 INFO O| Sep 03 22:46:09.910 INFO STEP 50 (ensure_file) COMPLETE
79592024-09-03T22:46:10.098Z[ recovery-image] Sep 03 22:46:09.910 INFO O| Sep 03 22:46:09.910 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79602024-09-03T22:46:10.129Z[ recovery-image] Sep 03 22:46:09.946 INFO O| Sep 03 22:46:09.945 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
79612024-09-03T22:46:10.129Z[ recovery-image] Sep 03 22:46:09.946 INFO O| Sep 03 22:46:09.946 INFO copying /tmp/.tmpvhwQ9K/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
79622024-09-03T22:46:12.694Z[ recovery-image] Sep 03 22:46:12.511 INFO O| Sep 03 22:46:12.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
79632024-09-03T22:46:12.694Z[ recovery-image] Sep 03 22:46:12.511 INFO O| Sep 03 22:46:12.511 INFO ok!
79642024-09-03T22:46:12.718Z[ recovery-image] Sep 03 22:46:12.511 INFO O| Sep 03 22:46:12.511 INFO STEP 51 (ensure_file) COMPLETE
79652024-09-03T22:46:12.718Z[ recovery-image] Sep 03 22:46:12.511 INFO O| Sep 03 22:46:12.511 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79662024-09-03T22:46:12.718Z[ recovery-image] Sep 03 22:46:12.531 INFO O| Sep 03 22:46:12.531 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79672024-09-03T22:46:12.718Z[ recovery-image] Sep 03 22:46:12.531 INFO O| Sep 03 22:46:12.531 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
79682024-09-03T22:46:12.718Z[ recovery-image] Sep 03 22:46:12.531 INFO O| Sep 03 22:46:12.531 INFO STEP 52 (ensure_dir) COMPLETE
79692024-09-03T22:46:12.718Z[ recovery-image] Sep 03 22:46:12.531 INFO O| Sep 03 22:46:12.531 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79702024-09-03T22:46:12.746Z[ recovery-image] Sep 03 22:46:12.563 INFO O| Sep 03 22:46:12.563 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
79712024-09-03T22:46:12.746Z[ recovery-image] Sep 03 22:46:12.563 INFO O| Sep 03 22:46:12.563 INFO copying /tmp/.tmpvhwQ9K/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 ...
79722024-09-03T22:46:12.770Z[ recovery-image] Sep 03 22:46:12.563 INFO O| Sep 03 22:46:12.563 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
79732024-09-03T22:46:12.770Z[ recovery-image] Sep 03 22:46:12.563 INFO O| Sep 03 22:46:12.563 INFO ok!
79742024-09-03T22:46:12.770Z[ recovery-image] Sep 03 22:46:12.564 INFO O| Sep 03 22:46:12.563 INFO STEP 53 (ensure_file) COMPLETE
79752024-09-03T22:46:12.770Z[ recovery-image] Sep 03 22:46:12.564 INFO O| Sep 03 22:46:12.563 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79762024-09-03T22:46:12.794Z[ recovery-image] Sep 03 22:46:12.599 INFO O| Sep 03 22:46:12.599 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
79772024-09-03T22:46:12.794Z[ recovery-image] Sep 03 22:46:12.599 INFO O| Sep 03 22:46:12.599 INFO copying /tmp/.tmpvhwQ9K/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 ...
79782024-09-03T22:46:12.794Z[ recovery-image] Sep 03 22:46:12.599 INFO O| Sep 03 22:46:12.599 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
79792024-09-03T22:46:12.794Z[ recovery-image] Sep 03 22:46:12.599 INFO O| Sep 03 22:46:12.599 INFO ok!
79802024-09-03T22:46:12.794Z[ recovery-image] Sep 03 22:46:12.599 INFO O| Sep 03 22:46:12.599 INFO STEP 54 (ensure_file) COMPLETE
79812024-09-03T22:46:12.794Z[ recovery-image] Sep 03 22:46:12.599 INFO O| Sep 03 22:46:12.599 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-09-03T22:46:12.827Z[ recovery-image] Sep 03 22:46:12.645 INFO O| Sep 03 22:46:12.644 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79832024-09-03T22:46:12.827Z[ recovery-image] Sep 03 22:46:12.645 INFO O| Sep 03 22:46:12.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
79842024-09-03T22:46:12.851Z[ recovery-image] Sep 03 22:46:12.645 INFO O| Sep 03 22:46:12.645 INFO STEP 55 (ensure_dir) COMPLETE
79852024-09-03T22:46:12.851Z[ recovery-image] Sep 03 22:46:12.645 INFO O| Sep 03 22:46:12.645 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79862024-09-03T22:46:12.875Z[ recovery-image] Sep 03 22:46:12.669 INFO O| Sep 03 22:46:12.669 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
79872024-09-03T22:46:12.875Z[ recovery-image] Sep 03 22:46:12.669 INFO O| Sep 03 22:46:12.669 INFO copying /tmp/.tmpvhwQ9K/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 ...
79882024-09-03T22:46:12.875Z[ recovery-image] Sep 03 22:46:12.669 INFO O| Sep 03 22:46:12.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
79892024-09-03T22:46:12.875Z[ recovery-image] Sep 03 22:46:12.669 INFO O| Sep 03 22:46:12.669 INFO ok!
79902024-09-03T22:46:12.875Z[ recovery-image] Sep 03 22:46:12.669 INFO O| Sep 03 22:46:12.669 INFO STEP 56 (ensure_file) COMPLETE
79912024-09-03T22:46:12.875Z[ recovery-image] Sep 03 22:46:12.669 INFO O| Sep 03 22:46:12.669 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79922024-09-03T22:46:12.899Z[ recovery-image] Sep 03 22:46:12.699 INFO O| Sep 03 22:46:12.699 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79932024-09-03T22:46:12.900Z[ recovery-image] Sep 03 22:46:12.699 INFO O| Sep 03 22:46:12.699 INFO copying /tmp/.tmpvhwQ9K/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 ...
79942024-09-03T22:46:12.900Z[ recovery-image] Sep 03 22:46:12.700 INFO O| Sep 03 22:46:12.699 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
79952024-09-03T22:46:12.900Z[ recovery-image] Sep 03 22:46:12.700 INFO O| Sep 03 22:46:12.700 INFO ok!
79962024-09-03T22:46:12.900Z[ recovery-image] Sep 03 22:46:12.700 INFO O| Sep 03 22:46:12.700 INFO STEP 57 (ensure_file) COMPLETE
79972024-09-03T22:46:12.900Z[ recovery-image] Sep 03 22:46:12.700 INFO O| Sep 03 22:46:12.700 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79982024-09-03T22:46:12.943Z[ recovery-image] Sep 03 22:46:12.760 INFO O| Sep 03 22:46:12.760 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79992024-09-03T22:46:12.943Z[ recovery-image] Sep 03 22:46:12.760 INFO O| Sep 03 22:46:12.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80002024-09-03T22:46:12.968Z[ recovery-image] Sep 03 22:46:12.760 INFO O| Sep 03 22:46:12.760 INFO STEP 58 (ensure_dir) COMPLETE
80012024-09-03T22:46:12.968Z[ recovery-image] Sep 03 22:46:12.761 INFO O| Sep 03 22:46:12.760 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-09-03T22:46:13.000Z[ recovery-image] Sep 03 22:46:12.817 INFO O| Sep 03 22:46:12.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80032024-09-03T22:46:13.000Z[ recovery-image] Sep 03 22:46:12.817 INFO O| Sep 03 22:46:12.817 INFO copying /tmp/.tmpvhwQ9K/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 ...
80042024-09-03T22:46:13.000Z[ recovery-image] Sep 03 22:46:12.817 INFO O| Sep 03 22:46:12.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80052024-09-03T22:46:13.025Z[ recovery-image] Sep 03 22:46:12.817 INFO O| Sep 03 22:46:12.817 INFO ok!
80062024-09-03T22:46:13.025Z[ recovery-image] Sep 03 22:46:12.817 INFO O| Sep 03 22:46:12.817 INFO STEP 59 (ensure_file) COMPLETE
80072024-09-03T22:46:13.025Z[ recovery-image] Sep 03 22:46:12.817 INFO O| Sep 03 22:46:12.817 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-09-03T22:46:13.067Z[ recovery-image] Sep 03 22:46:12.884 INFO O| Sep 03 22:46:12.883 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80092024-09-03T22:46:13.067Z[ recovery-image] Sep 03 22:46:12.884 INFO O| Sep 03 22:46:12.884 INFO copying /tmp/.tmpvhwQ9K/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80102024-09-03T22:46:13.067Z[ recovery-image] Sep 03 22:46:12.884 INFO O| Sep 03 22:46:12.884 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80112024-09-03T22:46:13.091Z[ recovery-image] Sep 03 22:46:12.884 INFO O| Sep 03 22:46:12.884 INFO ok!
80122024-09-03T22:46:13.091Z[ recovery-image] Sep 03 22:46:12.884 INFO O| Sep 03 22:46:12.884 INFO STEP 60 (ensure_file) COMPLETE
80132024-09-03T22:46:13.091Z[ recovery-image] Sep 03 22:46:12.884 INFO O| Sep 03 22:46:12.884 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80142024-09-03T22:46:13.131Z[ recovery-image] Sep 03 22:46:12.948 INFO O| Sep 03 22:46:12.948 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80152024-09-03T22:46:13.155Z[ recovery-image] Sep 03 22:46:12.948 INFO O| Sep 03 22:46:12.948 INFO STEP 61 (ensure_dir) COMPLETE
80162024-09-03T22:46:13.155Z[ recovery-image] Sep 03 22:46:12.948 INFO O| Sep 03 22:46:12.948 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80172024-09-03T22:46:13.189Z[ recovery-image] Sep 03 22:46:13.006 INFO O| Sep 03 22:46:13.006 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80182024-09-03T22:46:13.213Z[ recovery-image] Sep 03 22:46:13.006 INFO O| Sep 03 22:46:13.006 INFO STEP 62 (ensure_dir) COMPLETE
80192024-09-03T22:46:13.213Z[ recovery-image] Sep 03 22:46:13.007 INFO O| Sep 03 22:46:13.006 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80202024-09-03T22:46:13.245Z[ recovery-image] Sep 03 22:46:13.061 INFO O| Sep 03 22:46:13.061 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80212024-09-03T22:46:13.245Z[ recovery-image] Sep 03 22:46:13.061 INFO O| Sep 03 22:46:13.061 INFO STEP 63 (ensure_dir) COMPLETE
80222024-09-03T22:46:13.245Z[ recovery-image] Sep 03 22:46:13.061 INFO O| Sep 03 22:46:13.061 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80232024-09-03T22:46:13.268Z[ recovery-image] Sep 03 22:46:13.078 INFO O| Sep 03 22:46:13.078 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80242024-09-03T22:46:13.268Z[ recovery-image] Sep 03 22:46:13.078 INFO O| Sep 03 22:46:13.078 INFO STEP 64 (ensure_dir) COMPLETE
80252024-09-03T22:46:13.268Z[ recovery-image] Sep 03 22:46:13.078 INFO O| Sep 03 22:46:13.078 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80262024-09-03T22:46:13.316Z[ recovery-image] Sep 03 22:46:13.133 INFO O| Sep 03 22:46:13.133 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80272024-09-03T22:46:13.316Z[ recovery-image] Sep 03 22:46:13.133 INFO O| Sep 03 22:46:13.133 INFO copying /tmp/.tmpvhwQ9K/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80282024-09-03T22:46:13.316Z[ recovery-image] Sep 03 22:46:13.133 INFO O| Sep 03 22:46:13.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80292024-09-03T22:46:13.340Z[ recovery-image] Sep 03 22:46:13.133 INFO O| Sep 03 22:46:13.133 INFO ok!
80302024-09-03T22:46:13.340Z[ recovery-image] Sep 03 22:46:13.133 INFO O| Sep 03 22:46:13.133 INFO STEP 65 (ensure_file) COMPLETE
80312024-09-03T22:46:13.340Z[ recovery-image] Sep 03 22:46:13.133 INFO O| Sep 03 22:46:13.133 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80322024-09-03T22:46:13.363Z[ recovery-image] Sep 03 22:46:13.166 INFO O| Sep 03 22:46:13.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80332024-09-03T22:46:13.363Z[ recovery-image] Sep 03 22:46:13.167 INFO O| Sep 03 22:46:13.167 INFO STEP 66 (remove_files) COMPLETE
80342024-09-03T22:46:13.363Z[ recovery-image] Sep 03 22:46:13.167 INFO O| Sep 03 22:46:13.167 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80352024-09-03T22:46:13.387Z[ recovery-image] Sep 03 22:46:13.190 INFO O| Sep 03 22:46:13.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80362024-09-03T22:46:13.387Z[ recovery-image] Sep 03 22:46:13.190 INFO O| Sep 03 22:46:13.190 INFO STEP 67 (remove_files) COMPLETE
80372024-09-03T22:46:13.387Z[ recovery-image] Sep 03 22:46:13.191 INFO O| Sep 03 22:46:13.191 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80382024-09-03T22:46:13.470Z[ recovery-image] Sep 03 22:46:13.287 INFO O| Sep 03 22:46:13.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80392024-09-03T22:46:13.494Z[ recovery-image] Sep 03 22:46:13.287 INFO O| Sep 03 22:46:13.287 INFO STEP 68 (remove_files) COMPLETE
80402024-09-03T22:46:13.494Z[ recovery-image] Sep 03 22:46:13.287 INFO O| Sep 03 22:46:13.287 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80412024-09-03T22:46:13.538Z[ recovery-image] Sep 03 22:46:13.355 INFO O| Sep 03 22:46:13.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80422024-09-03T22:46:13.538Z[ recovery-image] Sep 03 22:46:13.356 INFO O| Sep 03 22:46:13.356 INFO STEP 69 (remove_files) COMPLETE
80432024-09-03T22:46:13.564Z[ recovery-image] Sep 03 22:46:13.356 INFO O| Sep 03 22:46:13.356 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80442024-09-03T22:46:13.594Z[ recovery-image] Sep 03 22:46:13.412 INFO O| Sep 03 22:46:13.411 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80452024-09-03T22:46:13.595Z[ recovery-image] Sep 03 22:46:13.412 INFO O| Sep 03 22:46:13.412 INFO STEP 70 (remove_files) COMPLETE
80462024-09-03T22:46:13.619Z[ recovery-image] Sep 03 22:46:13.412 INFO O| Sep 03 22:46:13.412 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80472024-09-03T22:46:13.653Z[ recovery-image] Sep 03 22:46:13.470 INFO O| Sep 03 22:46:13.470 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80482024-09-03T22:46:13.653Z[ recovery-image] Sep 03 22:46:13.470 INFO O| Sep 03 22:46:13.470 INFO STEP 71 (remove_files) COMPLETE
80492024-09-03T22:46:13.676Z[ recovery-image] Sep 03 22:46:13.470 INFO O| Sep 03 22:46:13.470 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80502024-09-03T22:46:13.700Z[ recovery-image] Sep 03 22:46:13.507 INFO O| Sep 03 22:46:13.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80512024-09-03T22:46:13.700Z[ recovery-image] Sep 03 22:46:13.507 INFO O| Sep 03 22:46:13.507 INFO STEP 72 (remove_files) COMPLETE
80522024-09-03T22:46:13.700Z[ recovery-image] Sep 03 22:46:13.507 INFO O| Sep 03 22:46:13.507 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80532024-09-03T22:46:13.768Z[ recovery-image] Sep 03 22:46:13.585 INFO O| Sep 03 22:46:13.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80542024-09-03T22:46:13.769Z[ recovery-image] Sep 03 22:46:13.585 INFO O| Sep 03 22:46:13.585 INFO STEP 73 (remove_files) COMPLETE
80552024-09-03T22:46:13.769Z[ recovery-image] Sep 03 22:46:13.585 INFO O| Sep 03 22:46:13.585 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80562024-09-03T22:46:13.832Z[ recovery-image] Sep 03 22:46:13.649 INFO O| Sep 03 22:46:13.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80572024-09-03T22:46:13.832Z[ recovery-image] Sep 03 22:46:13.649 INFO O| Sep 03 22:46:13.649 INFO STEP 74 (remove_files) COMPLETE
80582024-09-03T22:46:13.833Z[ recovery-image] Sep 03 22:46:13.649 INFO O| Sep 03 22:46:13.649 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80592024-09-03T22:46:13.869Z[ recovery-image] Sep 03 22:46:13.686 INFO O| Sep 03 22:46:13.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
80602024-09-03T22:46:13.893Z[ recovery-image] Sep 03 22:46:13.686 INFO O| Sep 03 22:46:13.686 INFO STEP 75 (remove_files) COMPLETE
80612024-09-03T22:46:13.893Z[ recovery-image] Sep 03 22:46:13.686 INFO O| Sep 03 22:46:13.686 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80622024-09-03T22:46:13.893Z[ recovery-image] Sep 03 22:46:13.702 INFO O| Sep 03 22:46:13.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
80632024-09-03T22:46:13.893Z[ recovery-image] Sep 03 22:46:13.702 INFO O| Sep 03 22:46:13.702 INFO STEP 76 (remove_files) COMPLETE
80642024-09-03T22:46:13.893Z[ recovery-image] Sep 03 22:46:13.702 INFO O| Sep 03 22:46:13.702 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80652024-09-03T22:46:13.917Z[ recovery-image] Sep 03 22:46:13.720 INFO O| Sep 03 22:46:13.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
80662024-09-03T22:46:13.917Z[ recovery-image] Sep 03 22:46:13.720 INFO O| Sep 03 22:46:13.720 INFO STEP 77 (remove_files) COMPLETE
80672024-09-03T22:46:13.917Z[ recovery-image] Sep 03 22:46:13.720 INFO O| Sep 03 22:46:13.720 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80682024-09-03T22:46:13.972Z[ recovery-image] Sep 03 22:46:13.789 INFO O| Sep 03 22:46:13.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
80692024-09-03T22:46:13.972Z[ recovery-image] Sep 03 22:46:13.789 INFO O| Sep 03 22:46:13.789 INFO STEP 78 (remove_files) COMPLETE
80702024-09-03T22:46:13.996Z[ recovery-image] Sep 03 22:46:13.789 INFO O| Sep 03 22:46:13.789 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80712024-09-03T22:46:14.039Z[ recovery-image] Sep 03 22:46:13.856 INFO O| Sep 03 22:46:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
80722024-09-03T22:46:14.039Z[ recovery-image] Sep 03 22:46:13.856 INFO O| Sep 03 22:46:13.856 INFO STEP 79 (remove_files) COMPLETE
80732024-09-03T22:46:14.063Z[ recovery-image] Sep 03 22:46:13.856 INFO O| Sep 03 22:46:13.856 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80742024-09-03T22:46:14.105Z[ recovery-image] Sep 03 22:46:13.922 INFO O| Sep 03 22:46:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
80752024-09-03T22:46:14.105Z[ recovery-image] Sep 03 22:46:13.922 INFO O| Sep 03 22:46:13.922 INFO STEP 80 (remove_files) COMPLETE
80762024-09-03T22:46:14.129Z[ recovery-image] Sep 03 22:46:13.922 INFO O| Sep 03 22:46:13.922 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-03T22:46:14.173Z[ recovery-image] Sep 03 22:46:13.990 INFO O| Sep 03 22:46:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
80782024-09-03T22:46:14.173Z[ recovery-image] Sep 03 22:46:13.990 INFO O| Sep 03 22:46:13.990 INFO STEP 81 (remove_files) COMPLETE
80792024-09-03T22:46:14.197Z[ recovery-image] Sep 03 22:46:13.990 INFO O| Sep 03 22:46:13.990 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-03T22:46:14.220Z[ recovery-image] Sep 03 22:46:14.025 INFO O| Sep 03 22:46:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
80812024-09-03T22:46:14.220Z[ recovery-image] Sep 03 22:46:14.025 INFO O| Sep 03 22:46:14.025 INFO STEP 82 (remove_files) COMPLETE
80822024-09-03T22:46:14.220Z[ recovery-image] Sep 03 22:46:14.025 INFO O| Sep 03 22:46:14.025 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-03T22:46:14.278Z[ recovery-image] Sep 03 22:46:14.095 INFO O| Sep 03 22:46:14.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
80842024-09-03T22:46:14.278Z[ recovery-image] Sep 03 22:46:14.095 INFO O| Sep 03 22:46:14.095 INFO STEP 83 (remove_files) COMPLETE
80852024-09-03T22:46:14.302Z[ recovery-image] Sep 03 22:46:14.096 INFO O| Sep 03 22:46:14.096 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80862024-09-03T22:46:14.341Z[ recovery-image] Sep 03 22:46:14.158 INFO O| Sep 03 22:46:14.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
80872024-09-03T22:46:14.365Z[ recovery-image] Sep 03 22:46:14.159 INFO O| Sep 03 22:46:14.159 INFO STEP 84 (remove_files) COMPLETE
80882024-09-03T22:46:14.365Z[ recovery-image] Sep 03 22:46:14.159 INFO O| Sep 03 22:46:14.159 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80892024-09-03T22:46:14.421Z[ recovery-image] Sep 03 22:46:14.238 INFO O| Sep 03 22:46:14.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
80902024-09-03T22:46:14.421Z[ recovery-image] Sep 03 22:46:14.238 INFO O| Sep 03 22:46:14.238 INFO STEP 85 (remove_files) COMPLETE
80912024-09-03T22:46:14.421Z[ recovery-image] Sep 03 22:46:14.238 INFO O| Sep 03 22:46:14.238 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80922024-09-03T22:46:14.460Z[ recovery-image] Sep 03 22:46:14.276 INFO O| Sep 03 22:46:14.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80932024-09-03T22:46:14.460Z[ recovery-image] Sep 03 22:46:14.276 INFO O| Sep 03 22:46:14.276 INFO STEP 86 (remove_files) COMPLETE
80942024-09-03T22:46:14.460Z[ recovery-image] Sep 03 22:46:14.277 INFO O| Sep 03 22:46:14.276 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80952024-09-03T22:46:14.515Z[ recovery-image] Sep 03 22:46:14.331 INFO O| Sep 03 22:46:14.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80962024-09-03T22:46:14.515Z[ recovery-image] Sep 03 22:46:14.332 INFO O| Sep 03 22:46:14.332 INFO STEP 87 (remove_files) COMPLETE
80972024-09-03T22:46:14.539Z[ recovery-image] Sep 03 22:46:14.332 INFO O| Sep 03 22:46:14.332 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80982024-09-03T22:46:14.581Z[ recovery-image] Sep 03 22:46:14.398 INFO O| Sep 03 22:46:14.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80992024-09-03T22:46:14.581Z[ recovery-image] Sep 03 22:46:14.399 INFO O| Sep 03 22:46:14.398 INFO STEP 88 (remove_files) COMPLETE
81002024-09-03T22:46:14.605Z[ recovery-image] Sep 03 22:46:14.399 INFO O| Sep 03 22:46:14.398 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81012024-09-03T22:46:14.643Z[ recovery-image] Sep 03 22:46:14.460 INFO O| Sep 03 22:46:14.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81022024-09-03T22:46:14.643Z[ recovery-image] Sep 03 22:46:14.460 INFO O| Sep 03 22:46:14.460 INFO STEP 89 (remove_files) COMPLETE
81032024-09-03T22:46:14.667Z[ recovery-image] Sep 03 22:46:14.460 INFO O| Sep 03 22:46:14.460 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81042024-09-03T22:46:14.706Z[ recovery-image] Sep 03 22:46:14.523 INFO O| Sep 03 22:46:14.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81052024-09-03T22:46:14.706Z[ recovery-image] Sep 03 22:46:14.523 INFO O| Sep 03 22:46:14.523 INFO STEP 90 (remove_files) COMPLETE
81062024-09-03T22:46:14.730Z[ recovery-image] Sep 03 22:46:14.523 INFO O| Sep 03 22:46:14.523 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81072024-09-03T22:46:14.754Z[ recovery-image] Sep 03 22:46:14.565 INFO O| Sep 03 22:46:14.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81082024-09-03T22:46:14.754Z[ recovery-image] Sep 03 22:46:14.565 INFO O| Sep 03 22:46:14.565 INFO STEP 91 (remove_files) COMPLETE
81092024-09-03T22:46:14.754Z[ recovery-image] Sep 03 22:46:14.565 INFO O| Sep 03 22:46:14.565 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81102024-09-03T22:46:14.796Z[ recovery-image] Sep 03 22:46:14.613 INFO O| Sep 03 22:46:14.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81112024-09-03T22:46:14.796Z[ recovery-image] Sep 03 22:46:14.613 INFO O| Sep 03 22:46:14.613 INFO STEP 92 (remove_files) COMPLETE
81122024-09-03T22:46:14.796Z[ recovery-image] Sep 03 22:46:14.613 INFO O| Sep 03 22:46:14.613 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81132024-09-03T22:46:14.897Z[ recovery-image] Sep 03 22:46:14.714 INFO O| Sep 03 22:46:14.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81142024-09-03T22:46:14.897Z[ recovery-image] Sep 03 22:46:14.714 INFO O| Sep 03 22:46:14.714 INFO STEP 93 (remove_files) COMPLETE
81152024-09-03T22:46:14.921Z[ recovery-image] Sep 03 22:46:14.714 INFO O| Sep 03 22:46:14.714 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81162024-09-03T22:46:14.964Z[ recovery-image] Sep 03 22:46:14.781 INFO O| Sep 03 22:46:14.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81172024-09-03T22:46:14.988Z[ recovery-image] Sep 03 22:46:14.781 INFO O| Sep 03 22:46:14.781 INFO STEP 94 (remove_files) COMPLETE
81182024-09-03T22:46:14.988Z[ recovery-image] Sep 03 22:46:14.781 INFO O| Sep 03 22:46:14.781 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81192024-09-03T22:46:15.071Z[ recovery-image] Sep 03 22:46:14.888 INFO O| Sep 03 22:46:14.888 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81202024-09-03T22:46:15.071Z[ recovery-image] Sep 03 22:46:14.888 INFO O| Sep 03 22:46:14.888 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
81212024-09-03T22:46:23.863Z[ recovery-image] Sep 03 22:46:23.680 INFO O| Sep 03 22:46:23.680 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
81222024-09-03T22:46:23.863Z[ recovery-image] Sep 03 22:46:23.680 INFO O| Sep 03 22:46:23.680 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81232024-09-03T22:46:23.909Z[ recovery-image] Sep 03 22:46:23.726 INFO O| Sep 03 22:46:23.726 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
81242024-09-03T22:46:24.024Z[ recovery-image] Sep 03 22:46:23.841 INFO O| Sep 03 22:46:23.840 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81252024-09-03T22:46:24.024Z[ recovery-image] Sep 03 22:46:23.841 INFO O| Sep 03 22:46:23.841 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 ...
81262024-09-03T22:46:24.048Z[ recovery-image] Sep 03 22:46:23.843 INFO O| Sep 03 22:46:23.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81272024-09-03T22:46:24.048Z[ recovery-image] Sep 03 22:46:23.843 INFO O| Sep 03 22:46:23.843 INFO ok!
81282024-09-03T22:46:24.048Z[ recovery-image] Sep 03 22:46:23.843 INFO O| Sep 03 22:46:23.843 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81292024-09-03T22:46:24.048Z[ recovery-image] Sep 03 22:46:23.843 INFO O| Sep 03 22:46:23.843 INFO STEP 95 (seed_smf) COMPLETE
81302024-09-03T22:46:24.048Z[ recovery-image] Sep 03 22:46:23.843 INFO O| Sep 03 22:46:23.843 INFO steps complete; finalising image!
81312024-09-03T22:46:24.048Z[ recovery-image] Sep 03 22:46:23.843 INFO O| Sep 03 22:46:23.843 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81322024-09-03T22:46:24.122Z[ recovery-image] Sep 03 22:46:23.939 INFO O| Sep 03 22:46:23.938 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Tue Sep 3 22:46:23 2024)
81332024-09-03T22:46:24.333Z[ recovery-image] Sep 03 22:46:24.151 INFO O| Sep 03 22:46:24.150 INFO trim TEMPORARY-gimlet-zfs-recovery: (71% trimmed, started at Tue Sep 3 22:46:23 2024)
81342024-09-03T22:46:24.629Z[ recovery-image] Sep 03 22:46:24.446 INFO O| Sep 03 22:46:24.446 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
81352024-09-03T22:46:24.629Z[ recovery-image] Sep 03 22:46:24.446 INFO O| Sep 03 22:46:24.446 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81362024-09-03T22:46:25.409Z[ recovery-image] Sep 03 22:46:25.226 INFO O| Sep 03 22:46:25.226 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
81372024-09-03T22:46:25.409Z[ recovery-image] Sep 03 22:46:25.226 INFO O| Sep 03 22:46:25.226 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81382024-09-03T22:46:30.322Z[ recovery-image] Sep 03 22:46:30.139 INFO O| Sep 03 22:46:30.139 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81392024-09-03T22:46:30.322Z[ recovery-image] Sep 03 22:46:30.139 INFO O| Sep 03 22:46:30.139 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81402024-09-03T22:46:30.346Z[ recovery-image] Sep 03 22:46:30.139 INFO O| Sep 03 22:46:30.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81412024-09-03T22:46:30.346Z[ recovery-image] Sep 03 22:46:30.140 INFO O| Sep 03 22:46:30.140 INFO completed processing gimlet/zfs-recovery
81422024-09-03T22:46:30.346Z[ recovery-image] Sep 03 22:46:30.140 INFO O| Sep 03 22:46:30.140 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81432024-09-03T22:46:30.514Z[ recovery-image] Sep 03 22:46:30.331 INFO O| Sep 03 22:46:30.331 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81442024-09-03T22:46:30.611Z[ recovery-image] Sep 03 22:46:30.428 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
81452024-09-03T22:46:30.611Z[ recovery-image] Sep 03 22:46:30.428 INFO expanded image name: "recovery 72fafea/${os_short_commit} 2024-09-03 22:22" -> "recovery 72fafea/2408c3f 2024-09-03 22:22"
81462024-09-03T22:46:30.635Z[ recovery-image] Sep 03 22:46:30.428 INFO output artefacts stored in: "/work/os-recovery"
81472024-09-03T22:46:30.635Z[ recovery-image] Sep 03 22:46:30.429 INFO collecting git info from project "pinprick"...
81482024-09-03T22:46:30.635Z[ recovery-image] Sep 03 22:46:30.440 INFO collecting git info from project "amd-host-image-builder"...
81492024-09-03T22:46:30.908Z[ recovery-image] Sep 03 22:46:30.725 INFO collecting git info from project "phbl"...
81502024-09-03T22:46:30.932Z[ recovery-image] Sep 03 22:46:30.734 INFO collecting git info from project "chelsio-t6-roms"...
81512024-09-03T22:46:30.955Z[ recovery-image] Sep 03 22:46:30.760 INFO collecting git info from project "image-builder"...
81522024-09-03T22:46:30.955Z[ recovery-image] Sep 03 22:46:30.769 INFO collecting git info from project "amd-firmware"...
81532024-09-03T22:46:31.186Z[ recovery-image] Sep 03 22:46:31.003 INFO collecting git info from project "pilot"...
81542024-09-03T22:46:31.210Z[ recovery-image] Sep 03 22:46:31.020 INFO collecting git info from project "bootserver"...
81552024-09-03T22:46:31.234Z[ recovery-image] Sep 03 22:46:31.029 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
81562024-09-03T22:46:31.668Z[ recovery-image] Sep 03 22:46:31.485 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
81572024-09-03T22:46:32.100Z[ recovery-image] Sep 03 22:46:31.917 INFO creating Oxide boot image...
81582024-09-03T22:46:32.100Z[ recovery-image] Sep 03 22:46:31.917 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 72fafea/2408c3f 2024-09-03 22:22", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
81592024-09-03T22:46:34.632Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 47s
81602024-09-03T22:46:34.954ZSep 03 22:46:34.771 INFO [verify-libraries] process exited with exit status: 0 (292.639422854s)
81612024-09-03T22:47:01.846Z[ host-image] Sep 03 22:47:01.662 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z
81622024-09-03T22:47:01.846Z[ host-image] Sep 03 22:47:01.663 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z
81632024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.663 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81642024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.663 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81652024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.663 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81662024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.663 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81672024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.664 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81682024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.664 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81692024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.664 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
81702024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.665 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81712024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.665 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z
81722024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.666 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z
81732024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.667 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z
81742024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.668 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z
81752024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.668 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
81762024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.668 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z
81772024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.669 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z
81782024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.669 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z
81792024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.669 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z
81802024-09-03T22:47:01.892Z[ host-image] Sep 03 22:47:01.669 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z
81812024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.669 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z
81822024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.669 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z
81832024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z
81842024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z
81852024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z
81862024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z
81872024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z
81882024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z
81892024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
81902024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z
81912024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.670 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z
81922024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.671 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z
81932024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.671 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z
81942024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.672 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z
81952024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.672 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z
81962024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.680 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81972024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.680 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z
81982024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.680 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81992024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.681 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82002024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.681 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82012024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.681 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z
82022024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.682 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82032024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.682 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82042024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.683 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82052024-09-03T22:47:01.893Z[ host-image] Sep 03 22:47:01.683 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82062024-09-03T22:47:01.917Z[ host-image] Sep 03 22:47:01.693 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82072024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.693 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82082024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.693 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82092024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.694 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82102024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.694 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82112024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.695 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82122024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.725 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82132024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.725 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82142024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.725 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82152024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.726 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z
82162024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.726 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z
82172024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.726 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82182024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.726 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z
82192024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.726 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82202024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.727 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82212024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.727 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82222024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.727 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z
82232024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.727 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82242024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.731 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82252024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.731 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82262024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.731 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82272024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.731 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z
82282024-09-03T22:47:01.918Z[ host-image] Sep 03 22:47:01.731 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82292024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.743 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82302024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.743 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z
82312024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.745 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z
82322024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.745 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z
82332024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.745 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82342024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.745 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z
82352024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.746 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z
82362024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.746 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z
82372024-09-03T22:47:01.944Z[ host-image] Sep 03 22:47:01.746 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z
82382024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.749 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82392024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.749 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z
82402024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.750 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z
82412024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.750 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82422024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.750 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z
82432024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.750 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z
82442024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.750 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z
82452024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.751 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z
82462024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.758 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z
82472024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.758 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82482024-09-03T22:47:01.945Z[ host-image] Sep 03 22:47:01.759 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z
82492024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.760 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z
82502024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.760 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z
82512024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.761 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z
82522024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.761 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z
82532024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.761 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z
82542024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.769 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z
82552024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.769 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z
82562024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.770 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z
82572024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.771 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z
82582024-09-03T22:47:01.969Z[ host-image] Sep 03 22:47:01.771 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z
82592024-09-03T22:47:01.993Z[ host-image] Sep 03 22:47:01.788 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z
82602024-09-03T22:47:01.993Z[ host-image] Sep 03 22:47:01.788 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z
82612024-09-03T22:47:01.993Z[ host-image] Sep 03 22:47:01.788 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z
82622024-09-03T22:47:01.993Z[ host-image] Sep 03 22:47:01.788 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
82632024-09-03T22:47:01.993Z[ host-image] Sep 03 22:47:01.789 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
82642024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.811 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z
82652024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.811 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
82662024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.811 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z
82672024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.811 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z
82682024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.812 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z
82692024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.812 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
82702024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.813 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
82712024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.813 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z
82722024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.813 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z
82732024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.813 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z
82742024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.814 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z
82752024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.814 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z
82762024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.814 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z
82772024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.816 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
82782024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.816 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z
82792024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.818 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z
82802024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.818 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z
82812024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.818 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z
82822024-09-03T22:47:02.018Z[ host-image] Sep 03 22:47:01.818 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z
82832024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.818 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z
82842024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.818 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
82852024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.818 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
82862024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.819 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z
82872024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.819 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z
82882024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.819 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
82892024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.819 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
82902024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.819 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
82912024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.819 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
82922024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.819 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
82932024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.820 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
82942024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.822 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82952024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.822 INFO O| tempdir @ "/tmp/.tmpFcaRLw/tmp"
82962024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.822 INFO O| image root @ "/tmp/.tmpFcaRLw/tmp/root"
82972024-09-03T22:47:02.019Z[ host-image] Sep 03 22:47:01.822 INFO O| creating image...
82982024-09-03T22:47:02.504Z[ host-image] Sep 03 22:47:02.320 INFO O| copying publishers...
82992024-09-03T22:47:11.905Z[ host-image] Sep 03 22:47:11.721 INFO O| adding properties...
83002024-09-03T22:47:13.205Z[ host-image] Sep 03 22:47:13.021 INFO O| installing packages...
83012024-09-03T22:47:31.673Z[ host-image] Sep 03 22:47:31.489 INFO O| seeding SMF database...
83022024-09-03T22:47:36.628Z[ recovery-image] Sep 03 22:47:36.444 INFO O| ok, image written!
83032024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.444 INFO O| ok, boot_image_csum file written!
83042024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.449 INFO creating boot archive (CPIO)...
83052024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.449 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
83062024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.461 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83072024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.461 INFO E| + outfile=/work/os-recovery/cpio
83082024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.461 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83092024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.463 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83102024-09-03T22:47:36.652Z[ recovery-image] Sep 03 22:47:36.463 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83112024-09-03T22:47:36.690Z[ recovery-image] Sep 03 22:47:36.507 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83122024-09-03T22:47:36.690Z[ recovery-image] Sep 03 22:47:36.507 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83132024-09-03T22:47:36.714Z[ recovery-image] Sep 03 22:47:36.519 INFO creating compressed cpio/unix for nanobl-rs...
83142024-09-03T22:47:36.714Z[ recovery-image] Sep 03 22:47:36.519 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
83152024-09-03T22:47:37.034Z[ recovery-image] Sep 03 22:47:36.851 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83162024-09-03T22:47:39.947Z[ host-image] Sep 03 22:47:39.763 INFO O| configuring SMF profile...
83172024-09-03T22:47:39.947Z[ host-image] Sep 03 22:47:39.764 INFO O| modifying shadow(5)...
83182024-09-03T22:47:39.971Z[ host-image] Sep 03 22:47:39.764 INFO O| loading user and group database...
83192024-09-03T22:47:39.971Z[ host-image] Sep 03 22:47:39.764 INFO O| assessing packaged files...
83202024-09-03T22:47:42.106Z[ recovery-image] Sep 03 22:47:41.923 INFO creating reset image...
83212024-09-03T22:47:42.106Z[ recovery-image] Sep 03 22:47:41.923 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83222024-09-03T22:47:42.426Z[ recovery-image] Sep 03 22:47:42.242 INFO E| Updating crates.io index
83232024-09-03T22:47:42.517Z[ recovery-image] Sep 03 22:47:42.334 INFO E| Downloading crates ...
83242024-09-03T22:47:42.571Z[ recovery-image] Sep 03 22:47:42.388 INFO E| Downloaded anstream v0.6.13
83252024-09-03T22:47:42.595Z[ recovery-image] Sep 03 22:47:42.395 INFO E| Downloaded shared_child v1.0.0
83262024-09-03T22:47:42.595Z[ recovery-image] Sep 03 22:47:42.399 INFO E| Downloaded duct v0.13.7
83272024-09-03T22:47:42.595Z[ recovery-image] Sep 03 22:47:42.403 INFO E| Downloaded proc-macro2 v1.0.79
83282024-09-03T22:47:42.595Z[ host-image] Sep 03 22:47:42.406 INFO O| creating archive...
83292024-09-03T22:47:42.595Z[ recovery-image] Sep 03 22:47:42.407 INFO E| Downloaded syn v2.0.53
83302024-09-03T22:47:42.619Z[ recovery-image] Sep 03 22:47:42.422 INFO E| Downloaded os_pipe v1.1.5
83312024-09-03T22:47:42.619Z[ recovery-image] Sep 03 22:47:42.424 INFO E| Downloaded clap_derive v4.5.3
83322024-09-03T22:47:42.619Z[ recovery-image] Sep 03 22:47:42.426 INFO E| Downloaded clap_builder v4.5.2
83332024-09-03T22:47:42.619Z[ recovery-image] Sep 03 22:47:42.434 INFO E| Downloaded libc v0.2.153
83342024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.449 INFO O| missing from packaging:
83352024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.450 INFO O| "etc/.pwd.lock"
83362024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.450 INFO O| "etc/bash"
83372024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.456 INFO O| "etc/svc/profile/generic.xml"
83382024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.456 INFO O| "etc/svc/profile/inetd_services.xml"
83392024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.456 INFO O| "etc/svc/profile/name_service.xml"
83402024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.456 INFO O| "etc/svc/profile/platform.xml"
83412024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.456 INFO O| "etc/svc/profile/platform_omicron1.xml"
83422024-09-03T22:47:42.643Z[ host-image] Sep 03 22:47:42.456 INFO O| "etc/svc/repository.db"
83432024-09-03T22:47:42.667Z[ host-image] Sep 03 22:47:42.468 INFO O| "opt/ooce/share"
83442024-09-03T22:47:42.667Z[ host-image] Sep 03 22:47:42.468 INFO O| "opt/ooce/share/man"
83452024-09-03T22:47:42.667Z[ host-image] Sep 03 22:47:42.468 INFO O| "opt/ooce/share/man/man1"
83462024-09-03T22:47:42.667Z[ recovery-image] Sep 03 22:47:42.468 INFO E| Downloaded clap v4.5.3
83472024-09-03T22:47:42.667Z[ recovery-image] Sep 03 22:47:42.479 INFO E| Downloaded anstyle-query v1.0.2
83482024-09-03T22:47:42.667Z[ host-image] Sep 03 22:47:42.479 INFO O| finishing archive...
83492024-09-03T22:47:42.667Z[ recovery-image] Sep 03 22:47:42.480 INFO E| Downloaded anstyle-parse v0.2.3
83502024-09-03T22:47:42.667Z[ recovery-image] Sep 03 22:47:42.482 INFO E| Downloaded anstyle v1.0.6
83512024-09-03T22:47:42.725Z[ recovery-image] Sep 03 22:47:42.542 INFO E| Compiling proc-macro2 v1.0.79
83522024-09-03T22:47:42.725Z[ recovery-image] Sep 03 22:47:42.542 INFO E| Compiling unicode-ident v1.0.12
83532024-09-03T22:47:42.749Z[ recovery-image] Sep 03 22:47:42.542 INFO E| Compiling libc v0.2.153
83542024-09-03T22:47:42.749Z[ recovery-image] Sep 03 22:47:42.542 INFO E| Compiling utf8parse v0.2.1
83552024-09-03T22:47:42.749Z[ recovery-image] Sep 03 22:47:42.542 INFO E| Compiling colorchoice v1.0.0
83562024-09-03T22:47:42.749Z[ recovery-image] Sep 03 22:47:42.542 INFO E| Compiling anstyle-query v1.0.2
83572024-09-03T22:47:42.749Z[ recovery-image] Sep 03 22:47:42.542 INFO E| Compiling anstyle v1.0.6
83582024-09-03T22:47:42.749Z[ recovery-image] Sep 03 22:47:42.543 INFO E| Compiling clap_lex v0.7.0
83592024-09-03T22:47:42.945Z[ recovery-image] Sep 03 22:47:42.761 INFO E| Compiling anstyle-parse v0.2.3
83602024-09-03T22:47:42.969Z[ recovery-image] Sep 03 22:47:42.778 INFO E| Compiling heck v0.5.0
83612024-09-03T22:47:42.993Z[ recovery-image] Sep 03 22:47:42.790 INFO E| Compiling strsim v0.11.0
83622024-09-03T22:47:42.993Z[ recovery-image] Sep 03 22:47:42.809 INFO E| Compiling once_cell v1.19.0
83632024-09-03T22:47:43.290Z[ recovery-image] Sep 03 22:47:43.107 INFO E| Compiling anstream v0.6.13
83642024-09-03T22:47:43.624Z[ recovery-image] Sep 03 22:47:43.440 INFO E| Compiling clap_builder v4.5.2
83652024-09-03T22:47:44.170Z[ recovery-image] Sep 03 22:47:43.987 INFO E| Compiling os_pipe v1.1.5
83662024-09-03T22:47:44.170Z[ recovery-image] Sep 03 22:47:43.987 INFO E| Compiling shared_child v1.0.0
83672024-09-03T22:47:44.268Z[ recovery-image] Sep 03 22:47:44.084 INFO E| Compiling quote v1.0.35
83682024-09-03T22:47:44.319Z[ recovery-image] Sep 03 22:47:44.135 INFO E| Compiling duct v0.13.7
83692024-09-03T22:47:44.565Z[ recovery-image] Sep 03 22:47:44.381 INFO E| Compiling syn v2.0.53
83702024-09-03T22:47:46.094Z[ host-image] Sep 03 22:47:45.910 INFO O| creating gzonly manifest...
83712024-09-03T22:47:46.118Z[ host-image] Sep 03 22:47:45.926 INFO O| ok
83722024-09-03T22:47:46.262Z[ host-image] Sep 03 22:47:46.078 INFO image builder template: ramdisk-02-trim...
83732024-09-03T22:47:46.262Z[ host-image] Sep 03 22:47:46.078 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/.tmpvhwQ9K/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
83742024-09-03T22:47:46.299Z[ host-image] Sep 03 22:47:46.116 INFO O| Sep 03 22:47:46.115 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83752024-09-03T22:47:46.323Z[ host-image] Sep 03 22:47:46.121 INFO O| Sep 03 22:47:46.121 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83762024-09-03T22:47:46.348Z[ host-image] Sep 03 22:47:46.151 INFO O| Sep 03 22:47:46.151 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
83772024-09-03T22:47:46.397Z[ host-image] Sep 03 22:47:46.178 INFO O| Sep 03 22:47:46.178 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83782024-09-03T22:47:46.397Z[ host-image] Sep 03 22:47:46.178 INFO O| Sep 03 22:47:46.178 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
83792024-09-03T22:47:46.397Z[ host-image] Sep 03 22:47:46.185 INFO O| Sep 03 22:47:46.185 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83802024-09-03T22:47:46.397Z[ host-image] Sep 03 22:47:46.191 INFO O| Sep 03 22:47:46.191 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83812024-09-03T22:47:46.397Z[ host-image] Sep 03 22:47:46.200 INFO O| Sep 03 22:47:46.200 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83822024-09-03T22:47:46.545Z[ host-image] Sep 03 22:47:46.362 INFO O| Sep 03 22:47:46.362 INFO rolled back to input snapshot; work may begin
83832024-09-03T22:47:46.545Z[ host-image] Sep 03 22:47:46.362 INFO O| Sep 03 22:47:46.362 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
83842024-09-03T22:47:46.569Z[ host-image] Sep 03 22:47:46.370 INFO O| Sep 03 22:47:46.370 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83852024-09-03T22:47:46.569Z[ host-image] Sep 03 22:47:46.384 INFO O| Sep 03 22:47:46.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
83862024-09-03T22:47:46.629Z[ host-image] Sep 03 22:47:46.446 INFO O| Sep 03 22:47:46.446 INFO STEP 0 (remove_files) COMPLETE
83872024-09-03T22:47:46.653Z[ host-image] Sep 03 22:47:46.446 INFO O| Sep 03 22:47:46.446 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83882024-09-03T22:47:46.653Z[ host-image] Sep 03 22:47:46.466 INFO O| Sep 03 22:47:46.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
83892024-09-03T22:47:46.653Z[ host-image] Sep 03 22:47:46.468 INFO O| Sep 03 22:47:46.468 INFO STEP 1 (remove_files) COMPLETE
83902024-09-03T22:47:46.654Z[ host-image] Sep 03 22:47:46.468 INFO O| Sep 03 22:47:46.468 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83912024-09-03T22:47:46.678Z[ host-image] Sep 03 22:47:46.485 INFO O| Sep 03 22:47:46.485 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
83922024-09-03T22:47:46.702Z[ host-image] Sep 03 22:47:46.504 INFO O| Sep 03 22:47:46.504 INFO STEP 2 (remove_files) COMPLETE
83932024-09-03T22:47:46.702Z[ host-image] Sep 03 22:47:46.504 INFO O| Sep 03 22:47:46.504 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83942024-09-03T22:47:46.702Z[ host-image] Sep 03 22:47:46.519 INFO O| Sep 03 22:47:46.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83952024-09-03T22:47:46.726Z[ host-image] Sep 03 22:47:46.521 INFO O| Sep 03 22:47:46.521 INFO STEP 3 (remove_files) COMPLETE
83962024-09-03T22:47:46.726Z[ host-image] Sep 03 22:47:46.521 INFO O| Sep 03 22:47:46.521 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83972024-09-03T22:47:46.726Z[ host-image] Sep 03 22:47:46.535 INFO O| Sep 03 22:47:46.535 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83982024-09-03T22:47:46.726Z[ host-image] Sep 03 22:47:46.540 INFO O| Sep 03 22:47:46.540 INFO STEP 4 (remove_files) COMPLETE
83992024-09-03T22:47:46.726Z[ host-image] Sep 03 22:47:46.540 INFO O| Sep 03 22:47:46.540 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84002024-09-03T22:47:46.750Z[ host-image] Sep 03 22:47:46.553 INFO O| Sep 03 22:47:46.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84012024-09-03T22:47:46.750Z[ host-image] Sep 03 22:47:46.557 INFO O| Sep 03 22:47:46.556 INFO STEP 5 (remove_files) COMPLETE
84022024-09-03T22:47:46.751Z[ host-image] Sep 03 22:47:46.557 INFO O| Sep 03 22:47:46.557 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84032024-09-03T22:47:46.774Z[ host-image] Sep 03 22:47:46.570 INFO O| Sep 03 22:47:46.570 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84042024-09-03T22:47:46.774Z[ host-image] Sep 03 22:47:46.583 INFO O| Sep 03 22:47:46.583 INFO STEP 6 (remove_files) COMPLETE
84052024-09-03T22:47:46.774Z[ host-image] Sep 03 22:47:46.583 INFO O| Sep 03 22:47:46.583 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84062024-09-03T22:47:46.798Z[ host-image] Sep 03 22:47:46.596 INFO O| Sep 03 22:47:46.596 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84072024-09-03T22:47:46.798Z[ host-image] Sep 03 22:47:46.611 INFO O| Sep 03 22:47:46.611 INFO STEP 7 (remove_files) COMPLETE
84082024-09-03T22:47:46.798Z[ host-image] Sep 03 22:47:46.611 INFO O| Sep 03 22:47:46.611 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84092024-09-03T22:47:46.822Z[ host-image] Sep 03 22:47:46.630 INFO O| Sep 03 22:47:46.629 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84102024-09-03T22:47:46.907Z[ host-image] Sep 03 22:47:46.724 INFO O| Sep 03 22:47:46.723 INFO STEP 8 (remove_files) COMPLETE
84112024-09-03T22:47:46.907Z[ host-image] Sep 03 22:47:46.724 INFO O| Sep 03 22:47:46.723 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84122024-09-03T22:47:46.931Z[ host-image] Sep 03 22:47:46.742 INFO O| Sep 03 22:47:46.741 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84132024-09-03T22:47:47.044Z[ host-image] Sep 03 22:47:46.861 INFO O| Sep 03 22:47:46.861 INFO STEP 9 (remove_files) COMPLETE
84142024-09-03T22:47:47.044Z[ host-image] Sep 03 22:47:46.861 INFO O| Sep 03 22:47:46.861 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84152024-09-03T22:47:47.069Z[ host-image] Sep 03 22:47:46.878 INFO O| Sep 03 22:47:46.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84162024-09-03T22:47:47.069Z[ host-image] Sep 03 22:47:46.883 INFO O| Sep 03 22:47:46.883 INFO STEP 10 (remove_files) COMPLETE
84172024-09-03T22:47:47.069Z[ host-image] Sep 03 22:47:46.883 INFO O| Sep 03 22:47:46.883 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84182024-09-03T22:47:47.093Z[ host-image] Sep 03 22:47:46.901 INFO O| Sep 03 22:47:46.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84192024-09-03T22:47:47.093Z[ host-image] Sep 03 22:47:46.903 INFO O| Sep 03 22:47:46.903 INFO STEP 11 (remove_files) COMPLETE
84202024-09-03T22:47:47.093Z[ host-image] Sep 03 22:47:46.903 INFO O| Sep 03 22:47:46.903 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84212024-09-03T22:47:47.117Z[ host-image] Sep 03 22:47:46.919 INFO O| Sep 03 22:47:46.919 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84222024-09-03T22:47:47.117Z[ host-image] Sep 03 22:47:46.922 INFO O| Sep 03 22:47:46.922 INFO STEP 12 (remove_files) COMPLETE
84232024-09-03T22:47:47.117Z[ host-image] Sep 03 22:47:46.922 INFO O| Sep 03 22:47:46.922 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84242024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.938 INFO O| Sep 03 22:47:46.937 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84252024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.938 INFO O| Sep 03 22:47:46.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84262024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.938 INFO O| Sep 03 22:47:46.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84272024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.938 INFO O| Sep 03 22:47:46.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84282024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.939 INFO O| Sep 03 22:47:46.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84292024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.939 INFO O| Sep 03 22:47:46.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84302024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.939 INFO O| Sep 03 22:47:46.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84312024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.939 INFO O| Sep 03 22:47:46.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84322024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.939 INFO O| Sep 03 22:47:46.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84332024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.939 INFO O| Sep 03 22:47:46.939 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84342024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.940 INFO O| Sep 03 22:47:46.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84352024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.940 INFO O| Sep 03 22:47:46.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84362024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.940 INFO O| Sep 03 22:47:46.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84372024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.940 INFO O| Sep 03 22:47:46.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84382024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.941 INFO O| Sep 03 22:47:46.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84392024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.941 INFO O| Sep 03 22:47:46.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84402024-09-03T22:47:47.142Z[ host-image] Sep 03 22:47:46.955 INFO O| Sep 03 22:47:46.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84412024-09-03T22:47:47.330Z[ host-image] Sep 03 22:47:47.147 INFO O| Sep 03 22:47:47.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84422024-09-03T22:47:47.355Z[ host-image] Sep 03 22:47:47.152 INFO O| Sep 03 22:47:47.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84432024-09-03T22:47:47.355Z[ host-image] Sep 03 22:47:47.155 INFO O| Sep 03 22:47:47.155 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84442024-09-03T22:47:47.355Z[ host-image] Sep 03 22:47:47.165 INFO O| Sep 03 22:47:47.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84452024-09-03T22:47:47.603Z[ host-image] Sep 03 22:47:47.419 INFO O| Sep 03 22:47:47.419 INFO STEP 13 (remove_files) COMPLETE
84462024-09-03T22:47:47.603Z[ host-image] Sep 03 22:47:47.419 INFO O| Sep 03 22:47:47.419 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-09-03T22:47:47.627Z[ host-image] Sep 03 22:47:47.436 INFO O| Sep 03 22:47:47.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84482024-09-03T22:47:47.627Z[ host-image] Sep 03 22:47:47.438 INFO O| Sep 03 22:47:47.438 INFO STEP 14 (remove_files) COMPLETE
84492024-09-03T22:47:47.627Z[ host-image] Sep 03 22:47:47.438 INFO O| Sep 03 22:47:47.438 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-09-03T22:47:47.651Z[ host-image] Sep 03 22:47:47.456 INFO O| Sep 03 22:47:47.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84512024-09-03T22:47:47.651Z[ host-image] Sep 03 22:47:47.465 INFO O| Sep 03 22:47:47.464 INFO STEP 15 (remove_files) COMPLETE
84522024-09-03T22:47:47.651Z[ host-image] Sep 03 22:47:47.465 INFO O| Sep 03 22:47:47.464 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-09-03T22:47:47.675Z[ host-image] Sep 03 22:47:47.482 INFO O| Sep 03 22:47:47.482 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
84542024-09-03T22:47:47.675Z[ host-image] Sep 03 22:47:47.482 INFO O| Sep 03 22:47:47.482 INFO STEP 16 (remove_files) COMPLETE
84552024-09-03T22:47:47.675Z[ host-image] Sep 03 22:47:47.482 INFO O| Sep 03 22:47:47.482 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-09-03T22:47:47.700Z[ host-image] Sep 03 22:47:47.497 INFO O| Sep 03 22:47:47.497 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
84572024-09-03T22:47:47.700Z[ host-image] Sep 03 22:47:47.499 INFO O| Sep 03 22:47:47.499 INFO STEP 17 (remove_files) COMPLETE
84582024-09-03T22:47:47.700Z[ host-image] Sep 03 22:47:47.499 INFO O| Sep 03 22:47:47.499 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-09-03T22:47:47.700Z[ host-image] Sep 03 22:47:47.513 INFO O| Sep 03 22:47:47.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
84602024-09-03T22:47:47.700Z[ host-image] Sep 03 22:47:47.513 INFO O| Sep 03 22:47:47.513 INFO STEP 18 (remove_files) COMPLETE
84612024-09-03T22:47:47.700Z[ host-image] Sep 03 22:47:47.513 INFO O| Sep 03 22:47:47.513 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-09-03T22:47:47.724Z[ host-image] Sep 03 22:47:47.527 INFO O| Sep 03 22:47:47.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
84632024-09-03T22:47:47.724Z[ host-image] Sep 03 22:47:47.527 INFO O| Sep 03 22:47:47.527 INFO STEP 19 (remove_files) COMPLETE
84642024-09-03T22:47:47.724Z[ host-image] Sep 03 22:47:47.527 INFO O| Sep 03 22:47:47.527 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-09-03T22:47:47.724Z[ host-image] Sep 03 22:47:47.540 INFO O| Sep 03 22:47:47.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
84662024-09-03T22:47:47.725Z[ host-image] Sep 03 22:47:47.540 INFO O| Sep 03 22:47:47.540 INFO STEP 20 (remove_files) COMPLETE
84672024-09-03T22:47:47.725Z[ host-image] Sep 03 22:47:47.540 INFO O| Sep 03 22:47:47.540 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-09-03T22:47:47.749Z[ host-image] Sep 03 22:47:47.556 INFO O| Sep 03 22:47:47.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
84692024-09-03T22:47:47.749Z[ host-image] Sep 03 22:47:47.556 INFO O| Sep 03 22:47:47.556 INFO STEP 21 (remove_files) COMPLETE
84702024-09-03T22:47:47.749Z[ host-image] Sep 03 22:47:47.556 INFO O| Sep 03 22:47:47.556 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-09-03T22:47:47.773Z[ host-image] Sep 03 22:47:47.572 INFO O| Sep 03 22:47:47.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
84722024-09-03T22:47:47.773Z[ host-image] Sep 03 22:47:47.572 INFO O| Sep 03 22:47:47.572 INFO STEP 22 (remove_files) COMPLETE
84732024-09-03T22:47:47.773Z[ host-image] Sep 03 22:47:47.572 INFO O| Sep 03 22:47:47.572 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-09-03T22:47:47.797Z[ host-image] Sep 03 22:47:47.592 INFO O| Sep 03 22:47:47.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
84752024-09-03T22:47:47.797Z[ host-image] Sep 03 22:47:47.592 INFO O| Sep 03 22:47:47.592 INFO STEP 23 (remove_files) COMPLETE
84762024-09-03T22:47:47.797Z[ host-image] Sep 03 22:47:47.592 INFO O| Sep 03 22:47:47.592 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-09-03T22:47:47.797Z[ host-image] Sep 03 22:47:47.606 INFO O| Sep 03 22:47:47.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
84782024-09-03T22:47:47.797Z[ host-image] Sep 03 22:47:47.606 INFO O| Sep 03 22:47:47.606 INFO STEP 24 (remove_files) COMPLETE
84792024-09-03T22:47:47.797Z[ host-image] Sep 03 22:47:47.606 INFO O| Sep 03 22:47:47.606 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-09-03T22:47:47.821Z[ host-image] Sep 03 22:47:47.621 INFO O| Sep 03 22:47:47.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
84812024-09-03T22:47:47.821Z[ host-image] Sep 03 22:47:47.622 INFO O| Sep 03 22:47:47.621 INFO STEP 25 (remove_files) COMPLETE
84822024-09-03T22:47:47.821Z[ host-image] Sep 03 22:47:47.622 INFO O| Sep 03 22:47:47.621 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-09-03T22:47:47.821Z[ host-image] Sep 03 22:47:47.635 INFO O| Sep 03 22:47:47.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
84842024-09-03T22:47:47.821Z[ host-image] Sep 03 22:47:47.635 INFO O| Sep 03 22:47:47.635 INFO STEP 26 (remove_files) COMPLETE
84852024-09-03T22:47:47.821Z[ host-image] Sep 03 22:47:47.635 INFO O| Sep 03 22:47:47.635 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-09-03T22:47:47.845Z[ host-image] Sep 03 22:47:47.648 INFO O| Sep 03 22:47:47.648 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
84872024-09-03T22:47:47.845Z[ host-image] Sep 03 22:47:47.648 INFO O| Sep 03 22:47:47.648 INFO STEP 27 (remove_files) COMPLETE
84882024-09-03T22:47:47.845Z[ host-image] Sep 03 22:47:47.648 INFO O| Sep 03 22:47:47.648 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84892024-09-03T22:47:47.869Z[ host-image] Sep 03 22:47:47.664 INFO O| Sep 03 22:47:47.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
84902024-09-03T22:47:47.869Z[ host-image] Sep 03 22:47:47.664 INFO O| Sep 03 22:47:47.664 INFO STEP 28 (remove_files) COMPLETE
84912024-09-03T22:47:47.869Z[ host-image] Sep 03 22:47:47.664 INFO O| Sep 03 22:47:47.664 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84922024-09-03T22:47:47.869Z[ host-image] Sep 03 22:47:47.677 INFO O| Sep 03 22:47:47.677 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84932024-09-03T22:47:47.869Z[ host-image] Sep 03 22:47:47.678 INFO O| Sep 03 22:47:47.677 INFO STEP 29 (remove_files) COMPLETE
84942024-09-03T22:47:47.869Z[ host-image] Sep 03 22:47:47.678 INFO O| Sep 03 22:47:47.678 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-09-03T22:47:47.893Z[ host-image] Sep 03 22:47:47.690 INFO O| Sep 03 22:47:47.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84962024-09-03T22:47:47.893Z[ host-image] Sep 03 22:47:47.690 INFO O| Sep 03 22:47:47.690 INFO STEP 30 (remove_files) COMPLETE
84972024-09-03T22:47:47.893Z[ host-image] Sep 03 22:47:47.690 INFO O| Sep 03 22:47:47.690 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84982024-09-03T22:47:47.893Z[ host-image] Sep 03 22:47:47.706 INFO O| Sep 03 22:47:47.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84992024-09-03T22:47:47.893Z[ host-image] Sep 03 22:47:47.706 INFO O| Sep 03 22:47:47.706 INFO STEP 31 (remove_files) COMPLETE
85002024-09-03T22:47:47.893Z[ host-image] Sep 03 22:47:47.706 INFO O| Sep 03 22:47:47.706 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85012024-09-03T22:47:47.917Z[ host-image] Sep 03 22:47:47.722 INFO O| Sep 03 22:47:47.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85022024-09-03T22:47:47.917Z[ host-image] Sep 03 22:47:47.722 INFO O| Sep 03 22:47:47.722 INFO STEP 32 (remove_files) COMPLETE
85032024-09-03T22:47:47.917Z[ host-image] Sep 03 22:47:47.722 INFO O| Sep 03 22:47:47.722 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-09-03T22:47:47.940Z[ host-image] Sep 03 22:47:47.737 INFO O| Sep 03 22:47:47.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85052024-09-03T22:47:47.940Z[ host-image] Sep 03 22:47:47.737 INFO O| Sep 03 22:47:47.737 INFO STEP 33 (remove_files) COMPLETE
85062024-09-03T22:47:47.940Z[ host-image] Sep 03 22:47:47.737 INFO O| Sep 03 22:47:47.737 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85072024-09-03T22:47:47.941Z[ host-image] Sep 03 22:47:47.750 INFO O| Sep 03 22:47:47.749 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85082024-09-03T22:47:47.941Z[ host-image] Sep 03 22:47:47.750 INFO O| Sep 03 22:47:47.750 INFO STEP 34 (remove_files) COMPLETE
85092024-09-03T22:47:47.941Z[ host-image] Sep 03 22:47:47.750 INFO O| Sep 03 22:47:47.750 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-09-03T22:47:47.964Z[ host-image] Sep 03 22:47:47.768 INFO O| Sep 03 22:47:47.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85112024-09-03T22:47:47.965Z[ host-image] Sep 03 22:47:47.768 INFO O| Sep 03 22:47:47.768 INFO STEP 35 (remove_files) COMPLETE
85122024-09-03T22:47:47.965Z[ host-image] Sep 03 22:47:47.768 INFO O| Sep 03 22:47:47.768 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85132024-09-03T22:47:47.989Z[ host-image] Sep 03 22:47:47.783 INFO O| Sep 03 22:47:47.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85142024-09-03T22:47:47.989Z[ host-image] Sep 03 22:47:47.783 INFO O| Sep 03 22:47:47.783 INFO STEP 36 (remove_files) COMPLETE
85152024-09-03T22:47:47.989Z[ host-image] Sep 03 22:47:47.783 INFO O| Sep 03 22:47:47.783 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-09-03T22:47:47.989Z[ host-image] Sep 03 22:47:47.797 INFO O| Sep 03 22:47:47.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85172024-09-03T22:47:47.989Z[ host-image] Sep 03 22:47:47.798 INFO O| Sep 03 22:47:47.798 INFO STEP 37 (remove_files) COMPLETE
85182024-09-03T22:47:47.989Z[ host-image] Sep 03 22:47:47.798 INFO O| Sep 03 22:47:47.798 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-09-03T22:47:48.013Z[ host-image] Sep 03 22:47:47.817 INFO O| Sep 03 22:47:47.817 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85202024-09-03T22:47:48.013Z[ host-image] Sep 03 22:47:47.817 INFO O| Sep 03 22:47:47.817 INFO STEP 38 (remove_files) COMPLETE
85212024-09-03T22:47:48.013Z[ host-image] Sep 03 22:47:47.817 INFO O| Sep 03 22:47:47.817 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-09-03T22:47:48.038Z[ host-image] Sep 03 22:47:47.833 INFO O| Sep 03 22:47:47.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85232024-09-03T22:47:48.038Z[ host-image] Sep 03 22:47:47.833 INFO O| Sep 03 22:47:47.833 INFO STEP 39 (remove_files) COMPLETE
85242024-09-03T22:47:48.038Z[ host-image] Sep 03 22:47:47.833 INFO O| Sep 03 22:47:47.833 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-09-03T22:47:48.038Z[ host-image] Sep 03 22:47:47.850 INFO O| Sep 03 22:47:47.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85262024-09-03T22:47:48.038Z[ host-image] Sep 03 22:47:47.851 INFO O| Sep 03 22:47:47.850 INFO STEP 40 (remove_files) COMPLETE
85272024-09-03T22:47:48.038Z[ host-image] Sep 03 22:47:47.851 INFO O| Sep 03 22:47:47.851 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85282024-09-03T22:47:48.062Z[ host-image] Sep 03 22:47:47.864 INFO O| Sep 03 22:47:47.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85292024-09-03T22:47:48.062Z[ host-image] Sep 03 22:47:47.864 INFO O| Sep 03 22:47:47.864 INFO STEP 41 (remove_files) COMPLETE
85302024-09-03T22:47:48.062Z[ host-image] Sep 03 22:47:47.865 INFO O| Sep 03 22:47:47.864 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85312024-09-03T22:47:48.086Z[ host-image] Sep 03 22:47:47.882 INFO O| Sep 03 22:47:47.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85322024-09-03T22:47:48.086Z[ host-image] Sep 03 22:47:47.882 INFO O| Sep 03 22:47:47.882 INFO STEP 42 (remove_files) COMPLETE
85332024-09-03T22:47:48.086Z[ host-image] Sep 03 22:47:47.882 INFO O| Sep 03 22:47:47.882 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85342024-09-03T22:47:48.086Z[ host-image] Sep 03 22:47:47.897 INFO O| Sep 03 22:47:47.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85352024-09-03T22:47:48.087Z[ host-image] Sep 03 22:47:47.897 INFO O| Sep 03 22:47:47.897 INFO STEP 43 (remove_files) COMPLETE
85362024-09-03T22:47:48.087Z[ host-image] Sep 03 22:47:47.897 INFO O| Sep 03 22:47:47.897 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85372024-09-03T22:47:48.112Z[ host-image] Sep 03 22:47:47.911 INFO O| Sep 03 22:47:47.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85382024-09-03T22:47:48.112Z[ host-image] Sep 03 22:47:47.911 INFO O| Sep 03 22:47:47.911 INFO STEP 44 (remove_files) COMPLETE
85392024-09-03T22:47:48.112Z[ host-image] Sep 03 22:47:47.911 INFO O| Sep 03 22:47:47.911 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85402024-09-03T22:47:48.112Z[ host-image] Sep 03 22:47:47.926 INFO O| Sep 03 22:47:47.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85412024-09-03T22:47:48.112Z[ host-image] Sep 03 22:47:47.926 INFO O| Sep 03 22:47:47.926 INFO STEP 45 (remove_files) COMPLETE
85422024-09-03T22:47:48.112Z[ host-image] Sep 03 22:47:47.926 INFO O| Sep 03 22:47:47.926 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-09-03T22:47:48.136Z[ host-image] Sep 03 22:47:47.944 INFO O| Sep 03 22:47:47.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85442024-09-03T22:47:48.136Z[ host-image] Sep 03 22:47:47.944 INFO O| Sep 03 22:47:47.944 INFO STEP 46 (remove_files) COMPLETE
85452024-09-03T22:47:48.136Z[ host-image] Sep 03 22:47:47.944 INFO O| Sep 03 22:47:47.944 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85462024-09-03T22:47:48.161Z[ host-image] Sep 03 22:47:47.958 INFO O| Sep 03 22:47:47.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85472024-09-03T22:47:48.161Z[ host-image] Sep 03 22:47:47.958 INFO O| Sep 03 22:47:47.958 INFO STEP 47 (remove_files) COMPLETE
85482024-09-03T22:47:48.161Z[ host-image] Sep 03 22:47:47.958 INFO O| Sep 03 22:47:47.958 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85492024-09-03T22:47:48.161Z[ host-image] Sep 03 22:47:47.972 INFO O| Sep 03 22:47:47.972 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85502024-09-03T22:47:48.161Z[ host-image] Sep 03 22:47:47.972 INFO O| Sep 03 22:47:47.972 INFO STEP 48 (remove_files) COMPLETE
85512024-09-03T22:47:48.161Z[ host-image] Sep 03 22:47:47.972 INFO O| Sep 03 22:47:47.972 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85522024-09-03T22:47:48.185Z[ host-image] Sep 03 22:47:47.987 INFO O| Sep 03 22:47:47.987 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85532024-09-03T22:47:48.185Z[ host-image] Sep 03 22:47:47.988 INFO O| Sep 03 22:47:47.988 INFO STEP 49 (remove_files) COMPLETE
85542024-09-03T22:47:48.185Z[ host-image] Sep 03 22:47:47.988 INFO O| Sep 03 22:47:47.988 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-09-03T22:47:48.209Z[ host-image] Sep 03 22:47:48.003 INFO O| Sep 03 22:47:48.003 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
85562024-09-03T22:47:48.209Z[ host-image] Sep 03 22:47:48.003 INFO O| Sep 03 22:47:48.003 INFO STEP 50 (remove_files) COMPLETE
85572024-09-03T22:47:48.209Z[ host-image] Sep 03 22:47:48.003 INFO O| Sep 03 22:47:48.003 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85582024-09-03T22:47:48.209Z[ host-image] Sep 03 22:47:48.017 INFO O| Sep 03 22:47:48.017 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
85592024-09-03T22:47:48.209Z[ host-image] Sep 03 22:47:48.017 INFO O| Sep 03 22:47:48.017 INFO STEP 51 (remove_files) COMPLETE
85602024-09-03T22:47:48.209Z[ host-image] Sep 03 22:47:48.017 INFO O| Sep 03 22:47:48.017 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85612024-09-03T22:47:48.233Z[ host-image] Sep 03 22:47:48.030 INFO O| Sep 03 22:47:48.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
85622024-09-03T22:47:48.233Z[ host-image] Sep 03 22:47:48.031 INFO O| Sep 03 22:47:48.031 INFO STEP 52 (remove_files) COMPLETE
85632024-09-03T22:47:48.233Z[ host-image] Sep 03 22:47:48.031 INFO O| Sep 03 22:47:48.031 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-09-03T22:47:48.233Z[ host-image] Sep 03 22:47:48.047 INFO O| Sep 03 22:47:48.047 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
85652024-09-03T22:47:48.233Z[ host-image] Sep 03 22:47:48.047 INFO O| Sep 03 22:47:48.047 INFO STEP 53 (remove_files) COMPLETE
85662024-09-03T22:47:48.233Z[ host-image] Sep 03 22:47:48.047 INFO O| Sep 03 22:47:48.047 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-09-03T22:47:48.257Z[ host-image] Sep 03 22:47:48.060 INFO O| Sep 03 22:47:48.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
85682024-09-03T22:47:48.257Z[ host-image] Sep 03 22:47:48.060 INFO O| Sep 03 22:47:48.060 INFO STEP 54 (remove_files) COMPLETE
85692024-09-03T22:47:48.257Z[ host-image] Sep 03 22:47:48.060 INFO O| Sep 03 22:47:48.060 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-09-03T22:47:48.257Z[ host-image] Sep 03 22:47:48.073 INFO O| Sep 03 22:47:48.073 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
85712024-09-03T22:47:48.257Z[ host-image] Sep 03 22:47:48.073 INFO O| Sep 03 22:47:48.073 INFO STEP 55 (remove_files) COMPLETE
85722024-09-03T22:47:48.257Z[ host-image] Sep 03 22:47:48.073 INFO O| Sep 03 22:47:48.073 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-09-03T22:47:48.281Z[ host-image] Sep 03 22:47:48.086 INFO O| Sep 03 22:47:48.086 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
85742024-09-03T22:47:48.281Z[ host-image] Sep 03 22:47:48.086 INFO O| Sep 03 22:47:48.086 INFO STEP 56 (remove_files) COMPLETE
85752024-09-03T22:47:48.281Z[ host-image] Sep 03 22:47:48.086 INFO O| Sep 03 22:47:48.086 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.099 INFO O| Sep 03 22:47:48.098 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
85772024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.099 INFO O| Sep 03 22:47:48.099 INFO STEP 57 (remove_files) COMPLETE
85782024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.099 INFO O| Sep 03 22:47:48.099 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.112 INFO O| Sep 03 22:47:48.112 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
85802024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.112 INFO O| Sep 03 22:47:48.112 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
85812024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.113 INFO O| Sep 03 22:47:48.112 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85822024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.113 INFO O| Sep 03 22:47:48.113 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85832024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.113 INFO O| Sep 03 22:47:48.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85842024-09-03T22:47:48.305Z[ host-image] Sep 03 22:47:48.113 INFO O| Sep 03 22:47:48.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
85852024-09-03T22:47:48.306Z[ host-image] Sep 03 22:47:48.113 INFO O| Sep 03 22:47:48.113 INFO ok!
85862024-09-03T22:47:48.306Z[ host-image] Sep 03 22:47:48.113 INFO O| Sep 03 22:47:48.113 INFO STEP 58 (ensure_file) COMPLETE
85872024-09-03T22:47:48.306Z[ host-image] Sep 03 22:47:48.113 INFO O| Sep 03 22:47:48.113 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.128 INFO O| Sep 03 22:47:48.128 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
85892024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.128 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
85902024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.129 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85912024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.129 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85922024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85932024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.129 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85942024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.129 INFO ok!
85952024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.129 INFO STEP 59 (ensure_file) COMPLETE
85962024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.129 INFO O| Sep 03 22:47:48.129 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.141 INFO O| Sep 03 22:47:48.141 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85982024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.142 INFO O| Sep 03 22:47:48.141 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85992024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.142 INFO O| Sep 03 22:47:48.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86002024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.142 INFO O| Sep 03 22:47:48.142 INFO ok!
86012024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.142 INFO O| Sep 03 22:47:48.142 INFO STEP 60 (ensure_file) COMPLETE
86022024-09-03T22:47:48.330Z[ host-image] Sep 03 22:47:48.142 INFO O| Sep 03 22:47:48.142 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-09-03T22:47:48.354Z[ host-image] Sep 03 22:47:48.156 INFO O| Sep 03 22:47:48.156 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86042024-09-03T22:47:48.354Z[ host-image] Sep 03 22:47:48.156 INFO O| Sep 03 22:47:48.156 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86052024-09-03T22:47:48.354Z[ host-image] Sep 03 22:47:48.156 INFO O| Sep 03 22:47:48.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86062024-09-03T22:47:48.354Z[ host-image] Sep 03 22:47:48.156 INFO O| Sep 03 22:47:48.156 INFO ok!
86072024-09-03T22:47:48.354Z[ host-image] Sep 03 22:47:48.156 INFO O| Sep 03 22:47:48.156 INFO STEP 61 (ensure_file) COMPLETE
86082024-09-03T22:47:48.354Z[ host-image] Sep 03 22:47:48.156 INFO O| Sep 03 22:47:48.156 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-09-03T22:47:48.354Z[ host-image] Sep 03 22:47:48.171 INFO O| Sep 03 22:47:48.171 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86102024-09-03T22:47:48.355Z[ host-image] Sep 03 22:47:48.171 INFO O| Sep 03 22:47:48.171 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86112024-09-03T22:47:48.355Z[ host-image] Sep 03 22:47:48.171 INFO O| Sep 03 22:47:48.171 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86122024-09-03T22:47:48.355Z[ host-image] Sep 03 22:47:48.171 INFO O| Sep 03 22:47:48.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86132024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.171 INFO O| Sep 03 22:47:48.171 INFO ok!
86142024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.171 INFO O| Sep 03 22:47:48.171 INFO STEP 62 (ensure_file) COMPLETE
86152024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.171 INFO O| Sep 03 22:47:48.171 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.185 INFO O| Sep 03 22:47:48.185 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86172024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.185 INFO O| Sep 03 22:47:48.185 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86182024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.185 INFO O| Sep 03 22:47:48.185 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86192024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.185 INFO O| Sep 03 22:47:48.185 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86202024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.185 INFO O| Sep 03 22:47:48.185 INFO ok!
86212024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.185 INFO O| Sep 03 22:47:48.185 INFO STEP 63 (ensure_file) COMPLETE
86222024-09-03T22:47:48.379Z[ host-image] Sep 03 22:47:48.185 INFO O| Sep 03 22:47:48.185 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.202 INFO O| Sep 03 22:47:48.202 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86242024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.202 INFO O| Sep 03 22:47:48.202 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86252024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.202 INFO O| Sep 03 22:47:48.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86262024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.202 INFO O| Sep 03 22:47:48.202 INFO ok!
86272024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.202 INFO O| Sep 03 22:47:48.202 INFO STEP 64 (assemble_files) COMPLETE
86282024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.202 INFO O| Sep 03 22:47:48.202 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.217 INFO O| Sep 03 22:47:48.216 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86302024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.217 INFO O| Sep 03 22:47:48.217 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86312024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.217 INFO O| Sep 03 22:47:48.217 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86322024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.217 INFO O| Sep 03 22:47:48.217 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86332024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.217 INFO O| Sep 03 22:47:48.217 INFO ok!
86342024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.217 INFO O| Sep 03 22:47:48.217 INFO STEP 65 (ensure_file) COMPLETE
86352024-09-03T22:47:48.404Z[ host-image] Sep 03 22:47:48.217 INFO O| Sep 03 22:47:48.217 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-09-03T22:47:48.429Z[ host-image] Sep 03 22:47:48.231 INFO O| Sep 03 22:47:48.231 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86372024-09-03T22:47:48.429Z[ host-image] Sep 03 22:47:48.231 INFO O| Sep 03 22:47:48.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86382024-09-03T22:47:48.429Z[ host-image] Sep 03 22:47:48.231 INFO O| Sep 03 22:47:48.231 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86392024-09-03T22:47:48.429Z[ host-image] Sep 03 22:47:48.231 INFO O| Sep 03 22:47:48.231 INFO STEP 66 (ensure_dir) COMPLETE
86402024-09-03T22:47:48.429Z[ host-image] Sep 03 22:47:48.231 INFO O| Sep 03 22:47:48.231 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-09-03T22:47:48.453Z[ host-image] Sep 03 22:47:48.247 INFO O| Sep 03 22:47:48.247 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86422024-09-03T22:47:48.453Z[ host-image] Sep 03 22:47:48.247 INFO O| Sep 03 22:47:48.247 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 ...
86432024-09-03T22:47:48.453Z[ host-image] Sep 03 22:47:48.255 INFO O| Sep 03 22:47:48.255 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
86442024-09-03T22:47:48.453Z[ host-image] Sep 03 22:47:48.256 INFO O| Sep 03 22:47:48.255 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86452024-09-03T22:47:48.453Z[ host-image] Sep 03 22:47:48.256 INFO O| Sep 03 22:47:48.255 INFO ok!
86462024-09-03T22:47:48.453Z[ host-image] Sep 03 22:47:48.256 INFO O| Sep 03 22:47:48.256 INFO STEP 67 (ensure_file) COMPLETE
86472024-09-03T22:47:48.453Z[ host-image] Sep 03 22:47:48.256 INFO O| Sep 03 22:47:48.256 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-09-03T22:47:48.477Z[ host-image] Sep 03 22:47:48.274 INFO O| Sep 03 22:47:48.273 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86492024-09-03T22:47:48.477Z[ host-image] Sep 03 22:47:48.274 INFO O| Sep 03 22:47:48.273 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 ...
86502024-09-03T22:47:48.477Z[ host-image] Sep 03 22:47:48.274 INFO O| Sep 03 22:47:48.274 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
86512024-09-03T22:47:48.477Z[ host-image] Sep 03 22:47:48.274 INFO O| Sep 03 22:47:48.274 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86522024-09-03T22:47:48.477Z[ host-image] Sep 03 22:47:48.274 INFO O| Sep 03 22:47:48.274 INFO ok!
86532024-09-03T22:47:48.477Z[ host-image] Sep 03 22:47:48.274 INFO O| Sep 03 22:47:48.274 INFO STEP 68 (ensure_file) COMPLETE
86542024-09-03T22:47:48.477Z[ host-image] Sep 03 22:47:48.274 INFO O| Sep 03 22:47:48.274 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-09-03T22:47:48.502Z[ host-image] Sep 03 22:47:48.297 INFO O| Sep 03 22:47:48.297 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
86562024-09-03T22:47:48.502Z[ host-image] Sep 03 22:47:48.297 INFO O| Sep 03 22:47:48.297 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
86572024-09-03T22:47:50.534Z[ recovery-image] Sep 03 22:47:50.296 INFO E| Compiling clap_derive v4.5.3
86582024-09-03T22:47:51.086Z[ host-image] Sep 03 22:47:50.903 INFO O| Sep 03 22:47:50.903 INFO STEP 69 (pack_tar) COMPLETE
86592024-09-03T22:47:51.110Z[ host-image] Sep 03 22:47:50.903 INFO O| Sep 03 22:47:50.903 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86602024-09-03T22:47:51.110Z[ host-image] Sep 03 22:47:50.903 INFO O| Sep 03 22:47:50.903 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
86612024-09-03T22:47:51.181Z[ host-image] Sep 03 22:47:50.998 INFO O| Sep 03 22:47:50.998 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86622024-09-03T22:47:51.226Z[ host-image] Sep 03 22:47:51.043 INFO O| Sep 03 22:47:51.043 INFO completed processing gimlet/ramdisk-02-trim
86632024-09-03T22:47:51.250Z[ host-image] Sep 03 22:47:51.046 INFO image builder template: zfs...
86642024-09-03T22:47:51.250Z[ host-image] Sep 03 22:47:51.046 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/.tmpvhwQ9K/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
86652024-09-03T22:47:51.250Z[ host-image] Sep 03 22:47:51.065 INFO O| Sep 03 22:47:51.065 INFO skip include "stress" because feature "stress" is not enabled
86662024-09-03T22:47:51.289Z[ host-image] Sep 03 22:47:51.106 INFO O| Sep 03 22:47:51.106 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
86672024-09-03T22:47:51.314Z[ host-image] Sep 03 22:47:51.112 INFO O| Sep 03 22:47:51.112 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
86682024-09-03T22:47:51.338Z[ host-image] Sep 03 22:47:51.145 INFO O| Sep 03 22:47:51.145 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
86692024-09-03T22:47:51.363Z[ host-image] Sep 03 22:47:51.176 INFO O| Sep 03 22:47:51.175 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
86702024-09-03T22:47:51.363Z[ host-image] Sep 03 22:47:51.176 INFO O| Sep 03 22:47:51.176 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
86712024-09-03T22:47:51.386Z[ host-image] Sep 03 22:47:51.182 INFO O| Sep 03 22:47:51.182 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86722024-09-03T22:47:51.411Z[ host-image] Sep 03 22:47:51.215 INFO O| Sep 03 22:47:51.215 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86732024-09-03T22:47:51.435Z[ host-image] Sep 03 22:47:51.236 INFO O| Sep 03 22:47:51.236 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86742024-09-03T22:47:51.435Z[ host-image] Sep 03 22:47:51.251 INFO O| Sep 03 22:47:51.250 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86752024-09-03T22:47:51.458Z[ host-image] Sep 03 22:47:51.258 INFO O| Sep 03 22:47:51.258 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86762024-09-03T22:47:51.458Z[ host-image] Sep 03 22:47:51.258 INFO O| Sep 03 22:47:51.258 INFO no lofi found
86772024-09-03T22:47:51.459Z[ host-image] Sep 03 22:47:51.258 INFO O| Sep 03 22:47:51.258 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86782024-09-03T22:47:51.459Z[ host-image] Sep 03 22:47:51.258 INFO O| Sep 03 22:47:51.258 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86792024-09-03T22:47:53.196Z[ host-image] Sep 03 22:47:53.013 INFO O| Sep 03 22:47:53.013 INFO lofi device = /dev/dsk/c3t1d0p0
86802024-09-03T22:47:53.196Z[ host-image] Sep 03 22:47:53.013 INFO O| Sep 03 22:47:53.013 INFO pool device = /dev/dsk/c3t1d0p0
86812024-09-03T22:47:53.220Z[ host-image] Sep 03 22:47:53.013 INFO O| Sep 03 22:47:53.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
86822024-09-03T22:47:53.313Z[ host-image] Sep 03 22:47:53.130 INFO O| Sep 03 22:47:53.130 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86832024-09-03T22:47:53.313Z[ host-image] Sep 03 22:47:53.130 INFO O| Sep 03 22:47:53.130 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86842024-09-03T22:47:53.349Z[ host-image] Sep 03 22:47:53.166 INFO O| Sep 03 22:47:53.165 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86852024-09-03T22:47:53.375Z[ recovery-image] Sep 03 22:47:53.192 INFO E| Compiling clap v4.5.3
86862024-09-03T22:47:53.427Z[ host-image] Sep 03 22:47:53.244 INFO O| Sep 03 22:47:53.244 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86872024-09-03T22:47:53.462Z[ recovery-image] Sep 03 22:47:53.279 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86882024-09-03T22:47:53.486Z[ host-image] Sep 03 22:47:53.295 INFO O| Sep 03 22:47:53.295 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86892024-09-03T22:47:53.510Z[ host-image] Sep 03 22:47:53.321 INFO O| Sep 03 22:47:53.321 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86902024-09-03T22:47:53.534Z[ host-image] Sep 03 22:47:53.340 INFO O| Sep 03 22:47:53.340 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86912024-09-03T22:47:53.583Z[ host-image] Sep 03 22:47:53.400 INFO O| Sep 03 22:47:53.399 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86922024-09-03T22:47:53.583Z[ host-image] Sep 03 22:47:53.400 INFO O| Sep 03 22:47:53.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86932024-09-03T22:47:53.583Z[ host-image] Sep 03 22:47:53.400 INFO O| Sep 03 22:47:53.400 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86942024-09-03T22:47:53.607Z[ host-image] Sep 03 22:47:53.411 INFO O| Sep 03 22:47:53.411 INFO boot environment UUID: 17b36e4f-2eeb-4bb0-b5df-340682038bbd
86952024-09-03T22:47:53.607Z[ host-image] Sep 03 22:47:53.411 INFO O| Sep 03 22:47:53.411 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 17b36e4f-2eeb-4bb0-b5df-340682038bbd
86962024-09-03T22:47:53.631Z[ host-image] Sep 03 22:47:53.429 INFO O| Sep 03 22:47:53.429 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86972024-09-03T22:47:53.631Z[ host-image] Sep 03 22:47:53.448 INFO O| Sep 03 22:47:53.448 INFO STEP 0 (create_be) COMPLETE
86982024-09-03T22:47:53.631Z[ host-image] Sep 03 22:47:53.448 INFO O| Sep 03 22:47:53.448 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86992024-09-03T22:47:53.655Z[ host-image] Sep 03 22:47:53.469 INFO O| Sep 03 22:47:53.468 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87002024-09-03T22:47:55.163Z[ recovery-image] Sep 03 22:47:54.980 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.97s
87012024-09-03T22:47:55.187Z[ recovery-image] Sep 03 22:47:54.988 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87022024-09-03T22:47:55.375Z[ recovery-image] Sep 03 22:47:55.191 INFO E| Updating crates.io index
87032024-09-03T22:47:55.666Z[ recovery-image] Sep 03 22:47:55.483 INFO E| Downloading crates ...
87042024-09-03T22:47:55.722Z[ recovery-image] Sep 03 22:47:55.539 INFO E| Downloaded bit_field v0.10.2
87052024-09-03T22:47:55.747Z[ recovery-image] Sep 03 22:47:55.542 INFO E| Downloaded log v0.4.21
87062024-09-03T22:47:55.747Z[ recovery-image] Sep 03 22:47:55.549 INFO E| Downloaded seq-macro v0.3.5
87072024-09-03T22:47:55.747Z[ recovery-image] Sep 03 22:47:55.554 INFO E| Downloaded raw-cpuid v10.7.0
87082024-09-03T22:47:55.747Z[ recovery-image] Sep 03 22:47:55.561 INFO E| Downloaded bitstruct_derive v0.1.0
87092024-09-03T22:47:55.747Z[ recovery-image] Sep 03 22:47:55.563 INFO E| Downloaded bitstruct v0.1.1
87102024-09-03T22:47:55.771Z[ recovery-image] Sep 03 22:47:55.570 INFO E| Downloaded x86 v0.52.0
87112024-09-03T22:47:55.819Z[ recovery-image] Sep 03 22:47:55.636 INFO E| Downloaded cpio_reader v0.1.1
87122024-09-03T22:47:55.853Z[ recovery-image] Sep 03 22:47:55.670 INFO E| Updating crates.io index
87132024-09-03T22:47:55.888Z[ recovery-image] Sep 03 22:47:55.703 INFO E| Downloading crates ...
87142024-09-03T22:47:55.921Z[ recovery-image] Sep 03 22:47:55.738 INFO E| Downloaded compiler_builtins v0.1.108
87152024-09-03T22:47:56.014Z[ recovery-image] Sep 03 22:47:55.828 INFO E| Compiling compiler_builtins v0.1.108
87162024-09-03T22:47:56.014Z[ recovery-image] Sep 03 22:47:55.828 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)
87172024-09-03T22:47:56.014Z[ recovery-image] Sep 03 22:47:55.828 INFO E| Compiling proc-macro2 v1.0.79
87182024-09-03T22:47:56.038Z[ recovery-image] Sep 03 22:47:55.828 INFO E| Compiling unicode-ident v1.0.12
87192024-09-03T22:47:56.038Z[ recovery-image] Sep 03 22:47:55.828 INFO E| Compiling syn v1.0.109
87202024-09-03T22:47:56.038Z[ recovery-image] Sep 03 22:47:55.828 INFO E| Compiling x86 v0.52.0
87212024-09-03T22:47:56.038Z[ recovery-image] Sep 03 22:47:55.828 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87222024-09-03T22:47:56.038Z[ recovery-image] Sep 03 22:47:55.828 INFO E| Compiling seq-macro v0.3.5
87232024-09-03T22:47:57.974Z[ recovery-image] Sep 03 22:47:57.792 INFO E| Compiling quote v1.0.35
87242024-09-03T22:47:58.308Z[ recovery-image] Sep 03 22:47:58.124 INFO E| Compiling syn v2.0.53
87252024-09-03T22:48:04.678Z[ recovery-image] Sep 03 22:48:04.495 INFO E| Compiling scroll_derive v0.12.0
87262024-09-03T22:48:10.216Z[ recovery-image] Sep 03 22:48:10.029 INFO E| Compiling bitstruct_derive v0.1.0
87272024-09-03T22:48:17.744Z[ host-image] Sep 03 22:48:17.561 INFO O| Sep 03 22:48:17.561 INFO STEP 1 (unpack_tar) COMPLETE
87282024-09-03T22:48:17.744Z[ host-image] Sep 03 22:48:17.561 INFO O| Sep 03 22:48:17.561 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87292024-09-03T22:48:17.768Z[ host-image] Sep 03 22:48:17.582 INFO O| Sep 03 22:48:17.582 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87302024-09-03T22:48:17.867Z[ host-image] Sep 03 22:48:17.683 INFO O| Sep 03 22:48:17.683 INFO STEP 2 (devfsadm) COMPLETE
87312024-09-03T22:48:17.867Z[ host-image] Sep 03 22:48:17.683 INFO O| Sep 03 22:48:17.683 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87322024-09-03T22:48:17.891Z[ host-image] Sep 03 22:48:17.700 INFO O| Sep 03 22:48:17.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87332024-09-03T22:48:17.891Z[ host-image] Sep 03 22:48:17.701 INFO O| Sep 03 22:48:17.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87342024-09-03T22:48:17.891Z[ host-image] Sep 03 22:48:17.701 INFO O| Sep 03 22:48:17.701 INFO STEP 3 (ensure_dir) COMPLETE
87352024-09-03T22:48:17.891Z[ host-image] Sep 03 22:48:17.701 INFO O| Sep 03 22:48:17.701 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87362024-09-03T22:48:17.915Z[ host-image] Sep 03 22:48:17.715 INFO O| Sep 03 22:48:17.715 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87372024-09-03T22:48:17.915Z[ host-image] Sep 03 22:48:17.715 INFO O| Sep 03 22:48:17.715 INFO STEP 4 (ensure_dir) COMPLETE
87382024-09-03T22:48:17.915Z[ host-image] Sep 03 22:48:17.715 INFO O| Sep 03 22:48:17.715 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87392024-09-03T22:48:17.915Z[ host-image] Sep 03 22:48:17.728 INFO O| Sep 03 22:48:17.728 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87402024-09-03T22:48:17.915Z[ host-image] Sep 03 22:48:17.728 INFO O| Sep 03 22:48:17.728 INFO STEP 5 (ensure_dir) COMPLETE
87412024-09-03T22:48:17.915Z[ host-image] Sep 03 22:48:17.729 INFO O| Sep 03 22:48:17.728 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87422024-09-03T22:48:17.939Z[ host-image] Sep 03 22:48:17.742 INFO O| Sep 03 22:48:17.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87432024-09-03T22:48:17.939Z[ host-image] Sep 03 22:48:17.742 INFO O| Sep 03 22:48:17.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87442024-09-03T22:48:17.939Z[ host-image] Sep 03 22:48:17.742 INFO O| Sep 03 22:48:17.742 INFO STEP 6 (ensure_dir) COMPLETE
87452024-09-03T22:48:17.939Z[ host-image] Sep 03 22:48:17.742 INFO O| Sep 03 22:48:17.742 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87462024-09-03T22:48:17.939Z[ host-image] Sep 03 22:48:17.756 INFO O| Sep 03 22:48:17.756 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87472024-09-03T22:48:17.939Z[ host-image] Sep 03 22:48:17.756 INFO O| Sep 03 22:48:17.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87482024-09-03T22:48:17.940Z[ host-image] Sep 03 22:48:17.756 INFO O| Sep 03 22:48:17.756 INFO STEP 7 (ensure_dir) COMPLETE
87492024-09-03T22:48:17.963Z[ host-image] Sep 03 22:48:17.756 INFO O| Sep 03 22:48:17.756 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87502024-09-03T22:48:17.963Z[ host-image] Sep 03 22:48:17.770 INFO O| Sep 03 22:48:17.770 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87512024-09-03T22:48:17.963Z[ host-image] Sep 03 22:48:17.770 INFO O| Sep 03 22:48:17.770 INFO STEP 8 (remove_files) COMPLETE
87522024-09-03T22:48:17.963Z[ host-image] Sep 03 22:48:17.770 INFO O| Sep 03 22:48:17.770 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87532024-09-03T22:48:17.987Z[ host-image] Sep 03 22:48:17.788 INFO O| Sep 03 22:48:17.788 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87542024-09-03T22:48:17.987Z[ host-image] Sep 03 22:48:17.789 INFO O| Sep 03 22:48:17.789 INFO STEP 9 (remove_files) COMPLETE
87552024-09-03T22:48:17.987Z[ host-image] Sep 03 22:48:17.789 INFO O| Sep 03 22:48:17.789 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87562024-09-03T22:48:18.011Z[ host-image] Sep 03 22:48:17.806 INFO O| Sep 03 22:48:17.805 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
87572024-09-03T22:48:18.012Z[ host-image] Sep 03 22:48:17.807 INFO O| Sep 03 22:48:17.807 INFO STEP 10 (remove_files) COMPLETE
87582024-09-03T22:48:18.012Z[ host-image] Sep 03 22:48:17.807 INFO O| Sep 03 22:48:17.807 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87592024-09-03T22:48:18.012Z[ host-image] Sep 03 22:48:17.821 INFO O| Sep 03 22:48:17.821 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
87602024-09-03T22:48:18.012Z[ host-image] Sep 03 22:48:17.822 INFO O| Sep 03 22:48:17.822 INFO STEP 11 (remove_files) COMPLETE
87612024-09-03T22:48:18.012Z[ host-image] Sep 03 22:48:17.822 INFO O| Sep 03 22:48:17.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87622024-09-03T22:48:18.035Z[ host-image] Sep 03 22:48:17.836 INFO O| Sep 03 22:48:17.836 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
87632024-09-03T22:48:18.035Z[ host-image] Sep 03 22:48:17.836 INFO O| Sep 03 22:48:17.836 INFO STEP 12 (remove_files) COMPLETE
87642024-09-03T22:48:18.035Z[ host-image] Sep 03 22:48:17.836 INFO O| Sep 03 22:48:17.836 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652024-09-03T22:48:18.035Z[ host-image] Sep 03 22:48:17.850 INFO O| Sep 03 22:48:17.850 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87662024-09-03T22:48:18.035Z[ host-image] Sep 03 22:48:17.850 INFO O| Sep 03 22:48:17.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87672024-09-03T22:48:18.035Z[ host-image] Sep 03 22:48:17.850 INFO O| Sep 03 22:48:17.850 INFO STEP 13 (ensure_dir) COMPLETE
87682024-09-03T22:48:18.035Z[ host-image] Sep 03 22:48:17.850 INFO O| Sep 03 22:48:17.850 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87692024-09-03T22:48:18.059Z[ host-image] Sep 03 22:48:17.864 INFO O| Sep 03 22:48:17.864 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87702024-09-03T22:48:18.060Z[ host-image] Sep 03 22:48:17.864 INFO O| Sep 03 22:48:17.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87712024-09-03T22:48:18.060Z[ host-image] Sep 03 22:48:17.864 INFO O| Sep 03 22:48:17.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87722024-09-03T22:48:18.060Z[ host-image] Sep 03 22:48:17.864 INFO O| Sep 03 22:48:17.864 INFO STEP 14 (ensure_dir) COMPLETE
87732024-09-03T22:48:18.060Z[ host-image] Sep 03 22:48:17.864 INFO O| Sep 03 22:48:17.864 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.880 INFO O| Sep 03 22:48:17.880 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87752024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.880 INFO O| Sep 03 22:48:17.880 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87762024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.880 INFO O| Sep 03 22:48:17.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87772024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.880 INFO O| Sep 03 22:48:17.880 INFO STEP 15 (ensure_dir) COMPLETE
87782024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.880 INFO O| Sep 03 22:48:17.880 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.897 INFO O| Sep 03 22:48:17.897 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87802024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.897 INFO O| Sep 03 22:48:17.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87812024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.897 INFO O| Sep 03 22:48:17.897 INFO STEP 16 (ensure_dir) COMPLETE
87822024-09-03T22:48:18.084Z[ host-image] Sep 03 22:48:17.897 INFO O| Sep 03 22:48:17.897 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.911 INFO O| Sep 03 22:48:17.910 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87842024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.911 INFO O| Sep 03 22:48:17.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87852024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.911 INFO O| Sep 03 22:48:17.911 INFO STEP 17 (ensure_dir) COMPLETE
87862024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.911 INFO O| Sep 03 22:48:17.911 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.924 INFO O| Sep 03 22:48:17.924 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
87882024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.924 INFO O| Sep 03 22:48:17.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
87892024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.924 INFO O| Sep 03 22:48:17.924 INFO ok!
87902024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.924 INFO O| Sep 03 22:48:17.924 INFO STEP 18 (ensure_symlink) COMPLETE
87912024-09-03T22:48:18.108Z[ host-image] Sep 03 22:48:17.924 INFO O| Sep 03 22:48:17.924 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87922024-09-03T22:48:18.132Z[ host-image] Sep 03 22:48:17.945 INFO O| Sep 03 22:48:17.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
87932024-09-03T22:48:18.132Z[ host-image] Sep 03 22:48:17.945 INFO O| Sep 03 22:48:17.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
87942024-09-03T22:48:18.132Z[ host-image] Sep 03 22:48:17.945 INFO O| Sep 03 22:48:17.945 INFO ok!
87952024-09-03T22:48:18.132Z[ host-image] Sep 03 22:48:17.945 INFO O| Sep 03 22:48:17.945 INFO STEP 19 (ensure_file) COMPLETE
87962024-09-03T22:48:18.132Z[ host-image] Sep 03 22:48:17.945 INFO O| Sep 03 22:48:17.945 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87972024-09-03T22:48:18.156Z[ host-image] Sep 03 22:48:17.962 INFO O| Sep 03 22:48:17.961 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
87982024-09-03T22:48:18.156Z[ host-image] Sep 03 22:48:17.962 INFO O| Sep 03 22:48:17.961 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87992024-09-03T22:48:18.156Z[ host-image] Sep 03 22:48:17.962 INFO O| Sep 03 22:48:17.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88002024-09-03T22:48:18.156Z[ host-image] Sep 03 22:48:17.962 INFO O| Sep 03 22:48:17.962 INFO ok!
88012024-09-03T22:48:18.156Z[ host-image] Sep 03 22:48:17.962 INFO O| Sep 03 22:48:17.962 INFO STEP 20 (ensure_symlink) COMPLETE
88022024-09-03T22:48:18.156Z[ host-image] Sep 03 22:48:17.962 INFO O| Sep 03 22:48:17.962 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88032024-09-03T22:48:18.180Z[ host-image] Sep 03 22:48:17.978 INFO O| Sep 03 22:48:17.977 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88042024-09-03T22:48:18.180Z[ host-image] Sep 03 22:48:17.978 INFO O| Sep 03 22:48:17.977 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88052024-09-03T22:48:18.180Z[ host-image] Sep 03 22:48:17.978 INFO O| Sep 03 22:48:17.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88062024-09-03T22:48:18.180Z[ host-image] Sep 03 22:48:17.978 INFO O| Sep 03 22:48:17.978 INFO ok!
88072024-09-03T22:48:18.180Z[ host-image] Sep 03 22:48:17.978 INFO O| Sep 03 22:48:17.978 INFO STEP 21 (ensure_symlink) COMPLETE
88082024-09-03T22:48:18.180Z[ host-image] Sep 03 22:48:17.978 INFO O| Sep 03 22:48:17.978 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88092024-09-03T22:48:18.204Z[ host-image] Sep 03 22:48:17.998 INFO O| Sep 03 22:48:17.998 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88102024-09-03T22:48:18.204Z[ host-image] Sep 03 22:48:17.998 INFO O| Sep 03 22:48:17.998 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88112024-09-03T22:48:18.204Z[ host-image] Sep 03 22:48:17.998 INFO O| Sep 03 22:48:17.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88122024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:17.998 INFO O| Sep 03 22:48:17.998 INFO ok!
88132024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:17.998 INFO O| Sep 03 22:48:17.998 INFO STEP 22 (ensure_symlink) COMPLETE
88142024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:17.998 INFO O| Sep 03 22:48:17.998 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88152024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:18.013 INFO O| Sep 03 22:48:18.013 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88162024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:18.013 INFO O| Sep 03 22:48:18.013 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88172024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:18.013 INFO O| Sep 03 22:48:18.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88182024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:18.013 INFO O| Sep 03 22:48:18.013 INFO ok!
88192024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:18.013 INFO O| Sep 03 22:48:18.013 INFO STEP 23 (ensure_symlink) COMPLETE
88202024-09-03T22:48:18.205Z[ host-image] Sep 03 22:48:18.013 INFO O| Sep 03 22:48:18.013 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88212024-09-03T22:48:18.229Z[ host-image] Sep 03 22:48:18.031 INFO O| Sep 03 22:48:18.030 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88222024-09-03T22:48:18.229Z[ host-image] Sep 03 22:48:18.031 INFO O| Sep 03 22:48:18.031 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88232024-09-03T22:48:18.229Z[ host-image] Sep 03 22:48:18.031 INFO O| Sep 03 22:48:18.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88242024-09-03T22:48:18.229Z[ host-image] Sep 03 22:48:18.031 INFO O| Sep 03 22:48:18.031 INFO ok!
88252024-09-03T22:48:18.229Z[ host-image] Sep 03 22:48:18.031 INFO O| Sep 03 22:48:18.031 INFO STEP 24 (ensure_file) COMPLETE
88262024-09-03T22:48:18.229Z[ host-image] Sep 03 22:48:18.031 INFO O| Sep 03 22:48:18.031 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88272024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.046 INFO O| Sep 03 22:48:18.046 INFO updating shadow file
88282024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.047 INFO O| Sep 03 22:48:18.046 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88292024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.047 INFO O| Sep 03 22:48:18.047 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88302024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.047 INFO O| Sep 03 22:48:18.047 INFO STEP 25 (shadow) COMPLETE
88312024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.047 INFO O| Sep 03 22:48:18.047 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.060 INFO O| Sep 03 22:48:18.060 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88332024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.060 INFO O| Sep 03 22:48:18.060 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88342024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.060 INFO O| Sep 03 22:48:18.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88352024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.061 INFO O| Sep 03 22:48:18.060 INFO ok!
88362024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.061 INFO O| Sep 03 22:48:18.060 INFO STEP 26 (ensure_file) COMPLETE
88372024-09-03T22:48:18.253Z[ host-image] Sep 03 22:48:18.061 INFO O| Sep 03 22:48:18.060 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382024-09-03T22:48:18.277Z[ host-image] Sep 03 22:48:18.074 INFO O| Sep 03 22:48:18.074 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88392024-09-03T22:48:18.277Z[ host-image] Sep 03 22:48:18.074 INFO O| Sep 03 22:48:18.074 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88402024-09-03T22:48:18.277Z[ host-image] Sep 03 22:48:18.074 INFO O| Sep 03 22:48:18.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88412024-09-03T22:48:18.277Z[ host-image] Sep 03 22:48:18.074 INFO O| Sep 03 22:48:18.074 INFO ok!
88422024-09-03T22:48:18.277Z[ host-image] Sep 03 22:48:18.074 INFO O| Sep 03 22:48:18.074 INFO STEP 27 (ensure_file) COMPLETE
88432024-09-03T22:48:18.277Z[ host-image] Sep 03 22:48:18.074 INFO O| Sep 03 22:48:18.074 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.095 INFO O| Sep 03 22:48:18.095 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88452024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.095 INFO O| Sep 03 22:48:18.095 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88462024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.096 INFO O| Sep 03 22:48:18.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88472024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.096 INFO O| Sep 03 22:48:18.096 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88482024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.096 INFO O| Sep 03 22:48:18.096 INFO ok!
88492024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.096 INFO O| Sep 03 22:48:18.096 INFO STEP 28 (ensure_file) COMPLETE
88502024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.096 INFO O| Sep 03 22:48:18.096 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88512024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.110 INFO O| Sep 03 22:48:18.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88522024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.111 INFO O| Sep 03 22:48:18.110 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88532024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.111 INFO O| Sep 03 22:48:18.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88542024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.111 INFO O| Sep 03 22:48:18.111 INFO ok!
88552024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.111 INFO O| Sep 03 22:48:18.111 INFO STEP 29 (ensure_file) COMPLETE
88562024-09-03T22:48:18.301Z[ host-image] Sep 03 22:48:18.111 INFO O| Sep 03 22:48:18.111 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88572024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.126 INFO O| Sep 03 22:48:18.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
88582024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.127 INFO O| Sep 03 22:48:18.126 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
88592024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.127 INFO O| Sep 03 22:48:18.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
88602024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.127 INFO O| Sep 03 22:48:18.127 INFO ok!
88612024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.127 INFO O| Sep 03 22:48:18.127 INFO STEP 30 (ensure_file) COMPLETE
88622024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.127 INFO O| Sep 03 22:48:18.127 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88632024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.141 INFO O| Sep 03 22:48:18.141 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
88642024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.141 INFO O| Sep 03 22:48:18.141 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
88652024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.141 INFO O| Sep 03 22:48:18.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88662024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.141 INFO O| Sep 03 22:48:18.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
88672024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.141 INFO O| Sep 03 22:48:18.141 INFO ok!
88682024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.141 INFO O| Sep 03 22:48:18.141 INFO STEP 31 (ensure_file) COMPLETE
88692024-09-03T22:48:18.325Z[ host-image] Sep 03 22:48:18.141 INFO O| Sep 03 22:48:18.141 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88702024-09-03T22:48:18.349Z[ host-image] Sep 03 22:48:18.161 INFO O| Sep 03 22:48:18.161 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
88712024-09-03T22:48:18.349Z[ host-image] Sep 03 22:48:18.161 INFO O| Sep 03 22:48:18.161 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
88722024-09-03T22:48:18.349Z[ host-image] Sep 03 22:48:18.161 INFO O| Sep 03 22:48:18.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
88732024-09-03T22:48:18.349Z[ host-image] Sep 03 22:48:18.161 INFO O| Sep 03 22:48:18.161 INFO ok!
88742024-09-03T22:48:18.349Z[ host-image] Sep 03 22:48:18.161 INFO O| Sep 03 22:48:18.161 INFO STEP 32 (ensure_file) COMPLETE
88752024-09-03T22:48:18.349Z[ host-image] Sep 03 22:48:18.161 INFO O| Sep 03 22:48:18.161 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88762024-09-03T22:48:18.373Z[ host-image] Sep 03 22:48:18.184 INFO O| Sep 03 22:48:18.184 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
88772024-09-03T22:48:18.373Z[ host-image] Sep 03 22:48:18.184 INFO O| Sep 03 22:48:18.184 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
88782024-09-03T22:48:18.373Z[ host-image] Sep 03 22:48:18.184 INFO O| Sep 03 22:48:18.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
88792024-09-03T22:48:18.373Z[ host-image] Sep 03 22:48:18.184 INFO O| Sep 03 22:48:18.184 INFO ok!
88802024-09-03T22:48:18.373Z[ host-image] Sep 03 22:48:18.184 INFO O| Sep 03 22:48:18.184 INFO STEP 33 (ensure_file) COMPLETE
88812024-09-03T22:48:18.373Z[ host-image] Sep 03 22:48:18.184 INFO O| Sep 03 22:48:18.184 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88822024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
88832024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
88842024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88852024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88862024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88872024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
88882024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO ok!
88892024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO STEP 34 (ensure_file) COMPLETE
88902024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.200 INFO O| Sep 03 22:48:18.200 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88912024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.215 INFO O| Sep 03 22:48:18.215 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88922024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.215 INFO O| Sep 03 22:48:18.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88932024-09-03T22:48:18.398Z[ host-image] Sep 03 22:48:18.215 INFO O| Sep 03 22:48:18.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
88942024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.215 INFO O| Sep 03 22:48:18.215 INFO STEP 35 (ensure_dir) COMPLETE
88952024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.215 INFO O| Sep 03 22:48:18.215 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88962024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 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
88972024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 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 ...
88982024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 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
88992024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 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
89002024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 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
89012024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 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
89022024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 INFO ok!
89032024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 INFO STEP 36 (ensure_file) COMPLETE
89042024-09-03T22:48:18.423Z[ host-image] Sep 03 22:48:18.230 INFO O| Sep 03 22:48:18.230 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89052024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.245 INFO O| Sep 03 22:48:18.245 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89062024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.245 INFO O| Sep 03 22:48:18.245 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89072024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.245 INFO O| Sep 03 22:48:18.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89082024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.245 INFO O| Sep 03 22:48:18.245 INFO ok!
89092024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.245 INFO O| Sep 03 22:48:18.245 INFO STEP 37 (ensure_symlink) COMPLETE
89102024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.245 INFO O| Sep 03 22:48:18.245 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89112024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89122024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89132024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89142024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89152024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89162024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89172024-09-03T22:48:18.447Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO ok!
89182024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO STEP 38 (ensure_file) COMPLETE
89192024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.264 INFO O| Sep 03 22:48:18.264 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89202024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.282 INFO O| Sep 03 22:48:18.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89212024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.282 INFO O| Sep 03 22:48:18.282 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 ...
89222024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.282 INFO O| Sep 03 22:48:18.282 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
89232024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.282 INFO O| Sep 03 22:48:18.282 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89242024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.282 INFO O| Sep 03 22:48:18.282 INFO ok!
89252024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.282 INFO O| Sep 03 22:48:18.282 INFO STEP 39 (ensure_file) COMPLETE
89262024-09-03T22:48:18.472Z[ host-image] Sep 03 22:48:18.282 INFO O| Sep 03 22:48:18.282 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89272024-09-03T22:48:18.496Z[ host-image] Sep 03 22:48:18.297 INFO O| Sep 03 22:48:18.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89282024-09-03T22:48:18.496Z[ host-image] Sep 03 22:48:18.297 INFO O| Sep 03 22:48:18.297 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89292024-09-03T22:48:18.496Z[ host-image] Sep 03 22:48:18.297 INFO O| Sep 03 22:48:18.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89302024-09-03T22:48:18.496Z[ host-image] Sep 03 22:48:18.297 INFO O| Sep 03 22:48:18.297 INFO ok!
89312024-09-03T22:48:18.496Z[ host-image] Sep 03 22:48:18.297 INFO O| Sep 03 22:48:18.297 INFO STEP 40 (ensure_file) COMPLETE
89322024-09-03T22:48:18.496Z[ host-image] Sep 03 22:48:18.297 INFO O| Sep 03 22:48:18.297 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89332024-09-03T22:48:18.520Z[ host-image] Sep 03 22:48:18.314 INFO O| Sep 03 22:48:18.314 INFO updating shadow file
89342024-09-03T22:48:18.520Z[ host-image] Sep 03 22:48:18.314 INFO O| Sep 03 22:48:18.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89352024-09-03T22:48:18.520Z[ host-image] Sep 03 22:48:18.314 INFO O| Sep 03 22:48:18.314 INFO STEP 41 (shadow) COMPLETE
89362024-09-03T22:48:18.520Z[ host-image] Sep 03 22:48:18.314 INFO O| Sep 03 22:48:18.314 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89372024-09-03T22:48:18.520Z[ host-image] Sep 03 22:48:18.329 INFO O| Sep 03 22:48:18.329 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89382024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.329 INFO O| Sep 03 22:48:18.329 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89392024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.329 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89402024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89412024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO ok!
89422024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO STEP 42 (ensure_file) COMPLETE
89432024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89442024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO skip step because feature "mfg" is not enabled
89452024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89462024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO skip step because feature "mfg" is not enabled
89472024-09-03T22:48:18.521Z[ host-image] Sep 03 22:48:18.330 INFO O| Sep 03 22:48:18.330 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89482024-09-03T22:48:18.544Z[ host-image] Sep 03 22:48:18.346 INFO O| Sep 03 22:48:18.346 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89492024-09-03T22:48:18.544Z[ host-image] Sep 03 22:48:18.346 INFO O| Sep 03 22:48:18.346 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89502024-09-03T22:48:19.240Z[ host-image] Sep 03 22:48:19.057 INFO O| Sep 03 22:48:19.057 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89512024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.057 INFO O| Sep 03 22:48:19.057 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89522024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.057 INFO O| Sep 03 22:48:19.057 INFO ok!
89532024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.057 INFO O| Sep 03 22:48:19.057 INFO STEP 45 (ensure_file) COMPLETE
89542024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.057 INFO O| Sep 03 22:48:19.057 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89552024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
89562024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89572024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89582024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89592024-09-03T22:48:19.264Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89602024-09-03T22:48:19.265Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89612024-09-03T22:48:19.265Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO ok!
89622024-09-03T22:48:19.265Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO STEP 46 (ensure_file) COMPLETE
89632024-09-03T22:48:19.265Z[ host-image] Sep 03 22:48:19.077 INFO O| Sep 03 22:48:19.077 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89642024-09-03T22:48:19.289Z[ host-image] Sep 03 22:48:19.094 INFO O| Sep 03 22:48:19.094 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
89652024-09-03T22:48:19.289Z[ host-image] Sep 03 22:48:19.094 INFO O| Sep 03 22:48:19.094 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 ...
89662024-09-03T22:48:19.289Z[ host-image] Sep 03 22:48:19.094 INFO O| Sep 03 22:48:19.094 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
89672024-09-03T22:48:19.289Z[ host-image] Sep 03 22:48:19.094 INFO O| Sep 03 22:48:19.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89682024-09-03T22:48:19.289Z[ host-image] Sep 03 22:48:19.094 INFO O| Sep 03 22:48:19.094 INFO ok!
89692024-09-03T22:48:19.289Z[ host-image] Sep 03 22:48:19.094 INFO O| Sep 03 22:48:19.094 INFO STEP 47 (ensure_file) COMPLETE
89702024-09-03T22:48:19.289Z[ host-image] Sep 03 22:48:19.094 INFO O| Sep 03 22:48:19.094 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89712024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.109 INFO O| Sep 03 22:48:19.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
89722024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
89732024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89742024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89752024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89762024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
89772024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO ok!
89782024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO STEP 48 (ensure_file) COMPLETE
89792024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.110 INFO O| Sep 03 22:48:19.109 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89802024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.130 INFO O| Sep 03 22:48:19.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
89812024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.130 INFO O| Sep 03 22:48:19.130 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 ...
89822024-09-03T22:48:19.313Z[ host-image] Sep 03 22:48:19.130 INFO O| Sep 03 22:48:19.130 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
89832024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.130 INFO O| Sep 03 22:48:19.130 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
89842024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.130 INFO O| Sep 03 22:48:19.130 INFO ok!
89852024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.130 INFO O| Sep 03 22:48:19.130 INFO STEP 49 (ensure_file) COMPLETE
89862024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.130 INFO O| Sep 03 22:48:19.130 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89872024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
89882024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
89892024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89902024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89912024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89922024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
89932024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO ok!
89942024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO STEP 50 (ensure_file) COMPLETE
89952024-09-03T22:48:19.338Z[ host-image] Sep 03 22:48:19.146 INFO O| Sep 03 22:48:19.146 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89962024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.161 INFO O| Sep 03 22:48:19.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
89972024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.161 INFO O| Sep 03 22:48:19.161 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 ...
89982024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.161 INFO O| Sep 03 22:48:19.161 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
89992024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.161 INFO O| Sep 03 22:48:19.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90002024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.161 INFO O| Sep 03 22:48:19.161 INFO ok!
90012024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.161 INFO O| Sep 03 22:48:19.161 INFO STEP 51 (ensure_file) COMPLETE
90022024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.161 INFO O| Sep 03 22:48:19.161 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90032024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.175 INFO O| Sep 03 22:48:19.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90042024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.175 INFO O| Sep 03 22:48:19.175 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 ...
90052024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.175 INFO O| Sep 03 22:48:19.175 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
90062024-09-03T22:48:19.362Z[ host-image] Sep 03 22:48:19.175 INFO O| Sep 03 22:48:19.175 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90072024-09-03T22:48:19.363Z[ host-image] Sep 03 22:48:19.175 INFO O| Sep 03 22:48:19.175 INFO ok!
90082024-09-03T22:48:19.363Z[ host-image] Sep 03 22:48:19.175 INFO O| Sep 03 22:48:19.175 INFO STEP 52 (ensure_file) COMPLETE
90092024-09-03T22:48:19.363Z[ host-image] Sep 03 22:48:19.175 INFO O| Sep 03 22:48:19.175 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90102024-09-03T22:48:19.387Z[ host-image] Sep 03 22:48:19.192 INFO O| Sep 03 22:48:19.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90112024-09-03T22:48:19.387Z[ host-image] Sep 03 22:48:19.192 INFO O| Sep 03 22:48:19.192 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 ...
90122024-09-03T22:48:19.387Z[ host-image] Sep 03 22:48:19.192 INFO O| Sep 03 22:48:19.192 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
90132024-09-03T22:48:19.387Z[ host-image] Sep 03 22:48:19.192 INFO O| Sep 03 22:48:19.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90142024-09-03T22:48:19.387Z[ host-image] Sep 03 22:48:19.192 INFO O| Sep 03 22:48:19.192 INFO ok!
90152024-09-03T22:48:19.387Z[ host-image] Sep 03 22:48:19.192 INFO O| Sep 03 22:48:19.192 INFO STEP 53 (ensure_file) COMPLETE
90162024-09-03T22:48:19.387Z[ host-image] Sep 03 22:48:19.193 INFO O| Sep 03 22:48:19.192 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90172024-09-03T22:48:19.411Z[ host-image] Sep 03 22:48:19.207 INFO O| Sep 03 22:48:19.207 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90182024-09-03T22:48:19.411Z[ host-image] Sep 03 22:48:19.207 INFO O| Sep 03 22:48:19.207 INFO STEP 54 (ensure_dir) COMPLETE
90192024-09-03T22:48:19.411Z[ host-image] Sep 03 22:48:19.207 INFO O| Sep 03 22:48:19.207 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90202024-09-03T22:48:19.411Z[ host-image] Sep 03 22:48:19.220 INFO O| Sep 03 22:48:19.220 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90212024-09-03T22:48:19.411Z[ host-image] Sep 03 22:48:19.220 INFO O| Sep 03 22:48:19.220 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90222024-09-03T22:48:19.411Z[ host-image] Sep 03 22:48:19.220 INFO O| Sep 03 22:48:19.220 INFO STEP 55 (ensure_dir) COMPLETE
90232024-09-03T22:48:19.411Z[ host-image] Sep 03 22:48:19.220 INFO O| Sep 03 22:48:19.220 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90242024-09-03T22:48:19.436Z[ host-image] Sep 03 22:48:19.236 INFO O| Sep 03 22:48:19.236 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90252024-09-03T22:48:19.436Z[ host-image] Sep 03 22:48:19.236 INFO O| Sep 03 22:48:19.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90262024-09-03T22:48:19.436Z[ host-image] Sep 03 22:48:19.236 INFO O| Sep 03 22:48:19.236 INFO STEP 56 (ensure_dir) COMPLETE
90272024-09-03T22:48:19.436Z[ host-image] Sep 03 22:48:19.236 INFO O| Sep 03 22:48:19.236 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90282024-09-03T22:48:19.436Z[ host-image] Sep 03 22:48:19.250 INFO O| Sep 03 22:48:19.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90292024-09-03T22:48:19.436Z[ host-image] Sep 03 22:48:19.250 INFO O| Sep 03 22:48:19.250 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90302024-09-03T22:48:19.461Z[ host-image] Sep 03 22:48:19.267 INFO O| Sep 03 22:48:19.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90312024-09-03T22:48:19.461Z[ host-image] Sep 03 22:48:19.267 INFO O| Sep 03 22:48:19.267 INFO ok!
90322024-09-03T22:48:19.461Z[ host-image] Sep 03 22:48:19.267 INFO O| Sep 03 22:48:19.267 INFO STEP 57 (ensure_file) COMPLETE
90332024-09-03T22:48:19.461Z[ host-image] Sep 03 22:48:19.267 INFO O| Sep 03 22:48:19.267 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90342024-09-03T22:48:19.486Z[ host-image] Sep 03 22:48:19.283 INFO O| Sep 03 22:48:19.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90352024-09-03T22:48:19.486Z[ host-image] Sep 03 22:48:19.283 INFO O| Sep 03 22:48:19.283 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90362024-09-03T22:48:20.676Z[ host-image] Sep 03 22:48:20.493 INFO O| Sep 03 22:48:20.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90372024-09-03T22:48:20.676Z[ host-image] Sep 03 22:48:20.493 INFO O| Sep 03 22:48:20.493 INFO ok!
90382024-09-03T22:48:20.700Z[ host-image] Sep 03 22:48:20.493 INFO O| Sep 03 22:48:20.493 INFO STEP 58 (ensure_file) COMPLETE
90392024-09-03T22:48:20.701Z[ host-image] Sep 03 22:48:20.493 INFO O| Sep 03 22:48:20.493 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90402024-09-03T22:48:20.701Z[ host-image] Sep 03 22:48:20.510 INFO O| Sep 03 22:48:20.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90412024-09-03T22:48:20.701Z[ host-image] Sep 03 22:48:20.510 INFO O| Sep 03 22:48:20.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90422024-09-03T22:48:20.701Z[ host-image] Sep 03 22:48:20.510 INFO O| Sep 03 22:48:20.510 INFO STEP 59 (ensure_dir) COMPLETE
90432024-09-03T22:48:20.701Z[ host-image] Sep 03 22:48:20.510 INFO O| Sep 03 22:48:20.510 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90442024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.524 INFO O| Sep 03 22:48:20.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90452024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.524 INFO O| Sep 03 22:48:20.524 INFO copying /tmp/.tmpvhwQ9K/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 ...
90462024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.525 INFO O| Sep 03 22:48:20.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90472024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.525 INFO O| Sep 03 22:48:20.525 INFO ok!
90482024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.525 INFO O| Sep 03 22:48:20.525 INFO STEP 60 (ensure_file) COMPLETE
90492024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.525 INFO O| Sep 03 22:48:20.525 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90502024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.542 INFO O| Sep 03 22:48:20.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90512024-09-03T22:48:20.725Z[ host-image] Sep 03 22:48:20.542 INFO O| Sep 03 22:48:20.542 INFO copying /tmp/.tmpvhwQ9K/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 ...
90522024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.542 INFO O| Sep 03 22:48:20.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90532024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.542 INFO O| Sep 03 22:48:20.542 INFO ok!
90542024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.542 INFO O| Sep 03 22:48:20.542 INFO STEP 61 (ensure_file) COMPLETE
90552024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.542 INFO O| Sep 03 22:48:20.542 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90562024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.556 INFO O| Sep 03 22:48:20.556 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90572024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.556 INFO O| Sep 03 22:48:20.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
90582024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.556 INFO O| Sep 03 22:48:20.556 INFO STEP 62 (ensure_dir) COMPLETE
90592024-09-03T22:48:20.749Z[ host-image] Sep 03 22:48:20.556 INFO O| Sep 03 22:48:20.556 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90602024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.570 INFO O| Sep 03 22:48:20.570 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90612024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.570 INFO O| Sep 03 22:48:20.570 INFO copying /tmp/.tmpvhwQ9K/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 ...
90622024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.570 INFO O| Sep 03 22:48:20.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90632024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.570 INFO O| Sep 03 22:48:20.570 INFO ok!
90642024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.570 INFO O| Sep 03 22:48:20.570 INFO STEP 63 (ensure_file) COMPLETE
90652024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.570 INFO O| Sep 03 22:48:20.570 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90662024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.585 INFO O| Sep 03 22:48:20.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90672024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.585 INFO O| Sep 03 22:48:20.585 INFO copying /tmp/.tmpvhwQ9K/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 ...
90682024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.585 INFO O| Sep 03 22:48:20.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90692024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.585 INFO O| Sep 03 22:48:20.585 INFO ok!
90702024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.585 INFO O| Sep 03 22:48:20.585 INFO STEP 64 (ensure_file) COMPLETE
90712024-09-03T22:48:20.774Z[ host-image] Sep 03 22:48:20.585 INFO O| Sep 03 22:48:20.585 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90722024-09-03T22:48:20.798Z[ host-image] Sep 03 22:48:20.599 INFO O| Sep 03 22:48:20.599 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90732024-09-03T22:48:20.798Z[ host-image] Sep 03 22:48:20.600 INFO O| Sep 03 22:48:20.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
90742024-09-03T22:48:20.799Z[ host-image] Sep 03 22:48:20.600 INFO O| Sep 03 22:48:20.599 INFO STEP 65 (ensure_dir) COMPLETE
90752024-09-03T22:48:20.799Z[ host-image] Sep 03 22:48:20.600 INFO O| Sep 03 22:48:20.599 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90762024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.617 INFO O| Sep 03 22:48:20.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90772024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.617 INFO O| Sep 03 22:48:20.617 INFO copying /tmp/.tmpvhwQ9K/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 ...
90782024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.618 INFO O| Sep 03 22:48:20.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90792024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.618 INFO O| Sep 03 22:48:20.618 INFO ok!
90802024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.618 INFO O| Sep 03 22:48:20.618 INFO STEP 66 (ensure_file) COMPLETE
90812024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.618 INFO O| Sep 03 22:48:20.618 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90822024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.638 INFO O| Sep 03 22:48:20.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
90832024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.638 INFO O| Sep 03 22:48:20.638 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
90842024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.638 INFO O| Sep 03 22:48:20.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
90852024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.638 INFO O| Sep 03 22:48:20.638 INFO ok!
90862024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.638 INFO O| Sep 03 22:48:20.638 INFO STEP 67 (ensure_file) COMPLETE
90872024-09-03T22:48:20.823Z[ host-image] Sep 03 22:48:20.638 INFO O| Sep 03 22:48:20.638 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90882024-09-03T22:48:20.847Z[ host-image] Sep 03 22:48:20.657 INFO O| Sep 03 22:48:20.657 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90892024-09-03T22:48:20.847Z[ host-image] Sep 03 22:48:20.657 INFO O| Sep 03 22:48:20.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
90902024-09-03T22:48:20.847Z[ host-image] Sep 03 22:48:20.657 INFO O| Sep 03 22:48:20.657 INFO STEP 68 (ensure_dir) COMPLETE
90912024-09-03T22:48:20.847Z[ host-image] Sep 03 22:48:20.657 INFO O| Sep 03 22:48:20.657 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90922024-09-03T22:48:20.871Z[ host-image] Sep 03 22:48:20.672 INFO O| Sep 03 22:48:20.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
90932024-09-03T22:48:20.871Z[ host-image] Sep 03 22:48:20.672 INFO O| Sep 03 22:48:20.672 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
90942024-09-03T22:48:21.493Z[ host-image] Sep 03 22:48:21.310 INFO O| Sep 03 22:48:21.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
90952024-09-03T22:48:21.493Z[ host-image] Sep 03 22:48:21.310 INFO O| Sep 03 22:48:21.310 INFO ok!
90962024-09-03T22:48:21.517Z[ host-image] Sep 03 22:48:21.310 INFO O| Sep 03 22:48:21.310 INFO STEP 69 (ensure_file) COMPLETE
90972024-09-03T22:48:21.517Z[ host-image] Sep 03 22:48:21.310 INFO O| Sep 03 22:48:21.310 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-09-03T22:48:21.517Z[ host-image] Sep 03 22:48:21.327 INFO O| Sep 03 22:48:21.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90992024-09-03T22:48:21.517Z[ host-image] Sep 03 22:48:21.327 INFO O| Sep 03 22:48:21.327 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91002024-09-03T22:48:23.141Z[ host-image] Sep 03 22:48:22.958 INFO O| Sep 03 22:48:22.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91012024-09-03T22:48:23.141Z[ host-image] Sep 03 22:48:22.958 INFO O| Sep 03 22:48:22.958 INFO ok!
91022024-09-03T22:48:23.141Z[ host-image] Sep 03 22:48:22.958 INFO O| Sep 03 22:48:22.958 INFO STEP 70 (ensure_file) COMPLETE
91032024-09-03T22:48:23.165Z[ host-image] Sep 03 22:48:22.958 INFO O| Sep 03 22:48:22.958 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-09-03T22:48:23.165Z[ host-image] Sep 03 22:48:22.978 INFO O| Sep 03 22:48:22.978 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91052024-09-03T22:48:23.165Z[ host-image] Sep 03 22:48:22.978 INFO O| Sep 03 22:48:22.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91062024-09-03T22:48:23.165Z[ host-image] Sep 03 22:48:22.978 INFO O| Sep 03 22:48:22.978 INFO STEP 71 (ensure_dir) COMPLETE
91072024-09-03T22:48:23.165Z[ host-image] Sep 03 22:48:22.979 INFO O| Sep 03 22:48:22.978 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91082024-09-03T22:48:23.189Z[ host-image] Sep 03 22:48:22.995 INFO O| Sep 03 22:48:22.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91092024-09-03T22:48:23.189Z[ host-image] Sep 03 22:48:22.995 INFO O| Sep 03 22:48:22.995 INFO copying /tmp/.tmpvhwQ9K/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 ...
91102024-09-03T22:48:23.189Z[ host-image] Sep 03 22:48:22.995 INFO O| Sep 03 22:48:22.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91112024-09-03T22:48:23.189Z[ host-image] Sep 03 22:48:22.995 INFO O| Sep 03 22:48:22.995 INFO ok!
91122024-09-03T22:48:23.189Z[ host-image] Sep 03 22:48:22.995 INFO O| Sep 03 22:48:22.995 INFO STEP 72 (ensure_file) COMPLETE
91132024-09-03T22:48:23.189Z[ host-image] Sep 03 22:48:22.995 INFO O| Sep 03 22:48:22.995 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91142024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.013 INFO O| Sep 03 22:48:23.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91152024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.013 INFO O| Sep 03 22:48:23.013 INFO copying /tmp/.tmpvhwQ9K/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 ...
91162024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.013 INFO O| Sep 03 22:48:23.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91172024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.013 INFO O| Sep 03 22:48:23.013 INFO ok!
91182024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.013 INFO O| Sep 03 22:48:23.013 INFO STEP 73 (ensure_file) COMPLETE
91192024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.013 INFO O| Sep 03 22:48:23.013 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91202024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.029 INFO O| Sep 03 22:48:23.029 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91212024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.029 INFO O| Sep 03 22:48:23.029 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91222024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.029 INFO O| Sep 03 22:48:23.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91232024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.029 INFO O| Sep 03 22:48:23.029 INFO ok!
91242024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.029 INFO O| Sep 03 22:48:23.029 INFO STEP 74 (ensure_file) COMPLETE
91252024-09-03T22:48:23.214Z[ host-image] Sep 03 22:48:23.029 INFO O| Sep 03 22:48:23.029 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91262024-09-03T22:48:23.238Z[ host-image] Sep 03 22:48:23.050 INFO O| Sep 03 22:48:23.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91272024-09-03T22:48:23.238Z[ host-image] Sep 03 22:48:23.050 INFO O| Sep 03 22:48:23.050 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91282024-09-03T22:48:23.238Z[ host-image] Sep 03 22:48:23.051 INFO O| Sep 03 22:48:23.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91292024-09-03T22:48:23.238Z[ host-image] Sep 03 22:48:23.051 INFO O| Sep 03 22:48:23.051 INFO ok!
91302024-09-03T22:48:23.238Z[ host-image] Sep 03 22:48:23.051 INFO O| Sep 03 22:48:23.051 INFO STEP 75 (ensure_file) COMPLETE
91312024-09-03T22:48:23.238Z[ host-image] Sep 03 22:48:23.051 INFO O| Sep 03 22:48:23.051 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-09-03T22:48:23.262Z[ host-image] Sep 03 22:48:23.066 INFO O| Sep 03 22:48:23.066 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91332024-09-03T22:48:23.262Z[ host-image] Sep 03 22:48:23.067 INFO O| Sep 03 22:48:23.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91342024-09-03T22:48:23.262Z[ host-image] Sep 03 22:48:23.067 INFO O| Sep 03 22:48:23.067 INFO STEP 76 (ensure_dir) COMPLETE
91352024-09-03T22:48:23.262Z[ host-image] Sep 03 22:48:23.067 INFO O| Sep 03 22:48:23.067 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-09-03T22:48:23.288Z[ host-image] Sep 03 22:48:23.082 INFO O| Sep 03 22:48:23.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91372024-09-03T22:48:23.288Z[ host-image] Sep 03 22:48:23.082 INFO O| Sep 03 22:48:23.082 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91382024-09-03T22:48:23.785Z[ host-image] Sep 03 22:48:23.602 INFO O| Sep 03 22:48:23.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91392024-09-03T22:48:23.785Z[ host-image] Sep 03 22:48:23.602 INFO O| Sep 03 22:48:23.602 INFO ok!
91402024-09-03T22:48:23.785Z[ host-image] Sep 03 22:48:23.602 INFO O| Sep 03 22:48:23.602 INFO STEP 77 (ensure_file) COMPLETE
91412024-09-03T22:48:23.810Z[ host-image] Sep 03 22:48:23.602 INFO O| Sep 03 22:48:23.602 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91422024-09-03T22:48:23.810Z[ host-image] Sep 03 22:48:23.623 INFO O| Sep 03 22:48:23.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91432024-09-03T22:48:23.810Z[ host-image] Sep 03 22:48:23.623 INFO O| Sep 03 22:48:23.623 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91442024-09-03T22:48:23.810Z[ host-image] Sep 03 22:48:23.623 INFO O| Sep 03 22:48:23.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91452024-09-03T22:48:23.810Z[ host-image] Sep 03 22:48:23.623 INFO O| Sep 03 22:48:23.623 INFO ok!
91462024-09-03T22:48:23.810Z[ host-image] Sep 03 22:48:23.623 INFO O| Sep 03 22:48:23.623 INFO STEP 78 (ensure_file) COMPLETE
91472024-09-03T22:48:23.810Z[ host-image] Sep 03 22:48:23.623 INFO O| Sep 03 22:48:23.623 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91482024-09-03T22:48:23.834Z[ host-image] Sep 03 22:48:23.640 INFO O| Sep 03 22:48:23.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91492024-09-03T22:48:23.834Z[ host-image] Sep 03 22:48:23.640 INFO O| Sep 03 22:48:23.640 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91502024-09-03T22:48:24.986Z[ host-image] Sep 03 22:48:24.803 INFO O| Sep 03 22:48:24.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91512024-09-03T22:48:24.986Z[ host-image] Sep 03 22:48:24.803 INFO O| Sep 03 22:48:24.803 INFO ok!
91522024-09-03T22:48:24.986Z[ host-image] Sep 03 22:48:24.803 INFO O| Sep 03 22:48:24.803 INFO STEP 79 (ensure_file) COMPLETE
91532024-09-03T22:48:24.986Z[ host-image] Sep 03 22:48:24.803 INFO O| Sep 03 22:48:24.803 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91542024-09-03T22:48:25.010Z[ host-image] Sep 03 22:48:24.820 INFO O| Sep 03 22:48:24.820 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91552024-09-03T22:48:25.011Z[ host-image] Sep 03 22:48:24.821 INFO O| Sep 03 22:48:24.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
91562024-09-03T22:48:25.011Z[ host-image] Sep 03 22:48:24.821 INFO O| Sep 03 22:48:24.820 INFO STEP 80 (ensure_dir) COMPLETE
91572024-09-03T22:48:25.011Z[ host-image] Sep 03 22:48:24.821 INFO O| Sep 03 22:48:24.820 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91582024-09-03T22:48:25.035Z[ host-image] Sep 03 22:48:24.843 INFO O| Sep 03 22:48:24.843 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91592024-09-03T22:48:25.035Z[ host-image] Sep 03 22:48:24.844 INFO O| Sep 03 22:48:24.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
91602024-09-03T22:48:25.035Z[ host-image] Sep 03 22:48:24.844 INFO O| Sep 03 22:48:24.843 INFO STEP 81 (ensure_dir) COMPLETE
91612024-09-03T22:48:25.035Z[ host-image] Sep 03 22:48:24.844 INFO O| Sep 03 22:48:24.843 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91622024-09-03T22:48:25.059Z[ host-image] Sep 03 22:48:24.864 INFO O| Sep 03 22:48:24.864 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91632024-09-03T22:48:25.059Z[ host-image] Sep 03 22:48:24.864 INFO O| Sep 03 22:48:24.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
91642024-09-03T22:48:25.059Z[ host-image] Sep 03 22:48:24.864 INFO O| Sep 03 22:48:24.864 INFO STEP 82 (ensure_dir) COMPLETE
91652024-09-03T22:48:25.059Z[ host-image] Sep 03 22:48:24.864 INFO O| Sep 03 22:48:24.864 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.881 INFO O| Sep 03 22:48:24.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91672024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.881 INFO O| Sep 03 22:48:24.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
91682024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.881 INFO O| Sep 03 22:48:24.881 INFO STEP 83 (ensure_dir) COMPLETE
91692024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.881 INFO O| Sep 03 22:48:24.881 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91702024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.897 INFO O| Sep 03 22:48:24.897 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91712024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.897 INFO O| Sep 03 22:48:24.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
91722024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.897 INFO O| Sep 03 22:48:24.897 INFO STEP 84 (ensure_dir) COMPLETE
91732024-09-03T22:48:25.083Z[ host-image] Sep 03 22:48:24.897 INFO O| Sep 03 22:48:24.897 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91742024-09-03T22:48:25.107Z[ host-image] Sep 03 22:48:24.916 INFO O| Sep 03 22:48:24.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
91752024-09-03T22:48:25.107Z[ host-image] Sep 03 22:48:24.916 INFO O| Sep 03 22:48:24.916 INFO copying /tmp/.tmpvhwQ9K/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 ...
91762024-09-03T22:48:25.107Z[ host-image] Sep 03 22:48:24.916 INFO O| Sep 03 22:48:24.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
91772024-09-03T22:48:25.107Z[ host-image] Sep 03 22:48:24.916 INFO O| Sep 03 22:48:24.916 INFO ok!
91782024-09-03T22:48:25.107Z[ host-image] Sep 03 22:48:24.916 INFO O| Sep 03 22:48:24.916 INFO STEP 85 (ensure_file) COMPLETE
91792024-09-03T22:48:25.107Z[ host-image] Sep 03 22:48:24.916 INFO O| Sep 03 22:48:24.916 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91802024-09-03T22:48:25.131Z[ host-image] Sep 03 22:48:24.931 INFO O| Sep 03 22:48:24.931 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91812024-09-03T22:48:25.131Z[ host-image] Sep 03 22:48:24.931 INFO O| Sep 03 22:48:24.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
91822024-09-03T22:48:25.131Z[ host-image] Sep 03 22:48:24.931 INFO O| Sep 03 22:48:24.931 INFO STEP 86 (ensure_dir) COMPLETE
91832024-09-03T22:48:25.131Z[ host-image] Sep 03 22:48:24.931 INFO O| Sep 03 22:48:24.931 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91842024-09-03T22:48:25.131Z[ host-image] Sep 03 22:48:24.946 INFO O| Sep 03 22:48:24.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
91852024-09-03T22:48:25.132Z[ host-image] Sep 03 22:48:24.946 INFO O| Sep 03 22:48:24.946 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
91862024-09-03T22:48:25.132Z[ host-image] Sep 03 22:48:24.946 INFO O| Sep 03 22:48:24.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
91872024-09-03T22:48:25.132Z[ host-image] Sep 03 22:48:24.946 INFO O| Sep 03 22:48:24.946 INFO ok!
91882024-09-03T22:48:25.132Z[ host-image] Sep 03 22:48:24.946 INFO O| Sep 03 22:48:24.946 INFO STEP 87 (ensure_file) COMPLETE
91892024-09-03T22:48:25.132Z[ host-image] Sep 03 22:48:24.946 INFO O| Sep 03 22:48:24.946 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91902024-09-03T22:48:25.156Z[ host-image] Sep 03 22:48:24.965 INFO O| Sep 03 22:48:24.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
91912024-09-03T22:48:25.156Z[ host-image] Sep 03 22:48:24.965 INFO O| Sep 03 22:48:24.965 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
91922024-09-03T22:48:25.180Z[ host-image] Sep 03 22:48:24.981 INFO O| Sep 03 22:48:24.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
91932024-09-03T22:48:25.180Z[ host-image] Sep 03 22:48:24.981 INFO O| Sep 03 22:48:24.981 INFO ok!
91942024-09-03T22:48:25.180Z[ host-image] Sep 03 22:48:24.981 INFO O| Sep 03 22:48:24.981 INFO STEP 88 (ensure_file) COMPLETE
91952024-09-03T22:48:25.180Z[ host-image] Sep 03 22:48:24.981 INFO O| Sep 03 22:48:24.981 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-09-03T22:48:25.180Z[ host-image] Sep 03 22:48:24.997 INFO O| Sep 03 22:48:24.997 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91972024-09-03T22:48:25.180Z[ host-image] Sep 03 22:48:24.997 INFO O| Sep 03 22:48:24.997 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91982024-09-03T22:48:25.715Z[ host-image] Sep 03 22:48:25.532 INFO O| Sep 03 22:48:25.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91992024-09-03T22:48:25.715Z[ host-image] Sep 03 22:48:25.532 INFO O| Sep 03 22:48:25.532 INFO ok!
92002024-09-03T22:48:25.715Z[ host-image] Sep 03 22:48:25.532 INFO O| Sep 03 22:48:25.532 INFO STEP 89 (ensure_file) COMPLETE
92012024-09-03T22:48:25.740Z[ host-image] Sep 03 22:48:25.532 INFO O| Sep 03 22:48:25.532 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92022024-09-03T22:48:25.740Z[ host-image] Sep 03 22:48:25.551 INFO O| Sep 03 22:48:25.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92032024-09-03T22:48:25.740Z[ host-image] Sep 03 22:48:25.551 INFO O| Sep 03 22:48:25.551 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92042024-09-03T22:48:25.740Z[ host-image] Sep 03 22:48:25.551 INFO O| Sep 03 22:48:25.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92052024-09-03T22:48:25.740Z[ host-image] Sep 03 22:48:25.551 INFO O| Sep 03 22:48:25.551 INFO ok!
92062024-09-03T22:48:25.740Z[ host-image] Sep 03 22:48:25.551 INFO O| Sep 03 22:48:25.551 INFO STEP 90 (ensure_file) COMPLETE
92072024-09-03T22:48:25.740Z[ host-image] Sep 03 22:48:25.551 INFO O| Sep 03 22:48:25.551 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-09-03T22:48:25.764Z[ host-image] Sep 03 22:48:25.572 INFO O| Sep 03 22:48:25.572 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92092024-09-03T22:48:25.764Z[ host-image] Sep 03 22:48:25.573 INFO O| Sep 03 22:48:25.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92102024-09-03T22:48:25.764Z[ host-image] Sep 03 22:48:25.573 INFO O| Sep 03 22:48:25.572 INFO STEP 91 (ensure_dir) COMPLETE
92112024-09-03T22:48:25.764Z[ host-image] Sep 03 22:48:25.573 INFO O| Sep 03 22:48:25.573 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-09-03T22:48:25.788Z[ host-image] Sep 03 22:48:25.592 INFO O| Sep 03 22:48:25.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92132024-09-03T22:48:25.788Z[ host-image] Sep 03 22:48:25.592 INFO O| Sep 03 22:48:25.592 INFO copying /tmp/.tmpvhwQ9K/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 ...
92142024-09-03T22:48:25.788Z[ host-image] Sep 03 22:48:25.592 INFO O| Sep 03 22:48:25.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92152024-09-03T22:48:25.788Z[ host-image] Sep 03 22:48:25.592 INFO O| Sep 03 22:48:25.592 INFO ok!
92162024-09-03T22:48:25.788Z[ host-image] Sep 03 22:48:25.592 INFO O| Sep 03 22:48:25.592 INFO STEP 92 (ensure_file) COMPLETE
92172024-09-03T22:48:25.788Z[ host-image] Sep 03 22:48:25.592 INFO O| Sep 03 22:48:25.592 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92182024-09-03T22:48:25.812Z[ host-image] Sep 03 22:48:25.612 INFO O| Sep 03 22:48:25.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92192024-09-03T22:48:25.812Z[ host-image] Sep 03 22:48:25.612 INFO O| Sep 03 22:48:25.612 INFO copying /tmp/.tmpvhwQ9K/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 ...
92202024-09-03T22:48:25.812Z[ host-image] Sep 03 22:48:25.612 INFO O| Sep 03 22:48:25.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92212024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.612 INFO O| Sep 03 22:48:25.612 INFO ok!
92222024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.612 INFO O| Sep 03 22:48:25.612 INFO STEP 93 (ensure_file) COMPLETE
92232024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.612 INFO O| Sep 03 22:48:25.612 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.628 INFO O| Sep 03 22:48:25.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92252024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.628 INFO O| Sep 03 22:48:25.628 INFO copying /tmp/.tmpvhwQ9K/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 ...
92262024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.628 INFO O| Sep 03 22:48:25.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92272024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.628 INFO O| Sep 03 22:48:25.628 INFO ok!
92282024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.628 INFO O| Sep 03 22:48:25.628 INFO STEP 94 (ensure_file) COMPLETE
92292024-09-03T22:48:25.813Z[ host-image] Sep 03 22:48:25.629 INFO O| Sep 03 22:48:25.628 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-03T22:48:25.837Z[ host-image] Sep 03 22:48:25.648 INFO O| Sep 03 22:48:25.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92312024-09-03T22:48:25.838Z[ host-image] Sep 03 22:48:25.648 INFO O| Sep 03 22:48:25.648 INFO copying /tmp/.tmpvhwQ9K/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 ...
92322024-09-03T22:48:25.838Z[ host-image] Sep 03 22:48:25.648 INFO O| Sep 03 22:48:25.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92332024-09-03T22:48:25.838Z[ host-image] Sep 03 22:48:25.648 INFO O| Sep 03 22:48:25.648 INFO ok!
92342024-09-03T22:48:25.838Z[ host-image] Sep 03 22:48:25.648 INFO O| Sep 03 22:48:25.648 INFO STEP 95 (ensure_file) COMPLETE
92352024-09-03T22:48:25.838Z[ host-image] Sep 03 22:48:25.648 INFO O| Sep 03 22:48:25.648 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-09-03T22:48:25.862Z[ host-image] Sep 03 22:48:25.668 INFO O| Sep 03 22:48:25.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92372024-09-03T22:48:25.862Z[ host-image] Sep 03 22:48:25.668 INFO O| Sep 03 22:48:25.668 INFO copying /tmp/.tmpvhwQ9K/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 ...
92382024-09-03T22:48:25.862Z[ host-image] Sep 03 22:48:25.668 INFO O| Sep 03 22:48:25.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92392024-09-03T22:48:25.862Z[ host-image] Sep 03 22:48:25.668 INFO O| Sep 03 22:48:25.668 INFO ok!
92402024-09-03T22:48:25.862Z[ host-image] Sep 03 22:48:25.668 INFO O| Sep 03 22:48:25.668 INFO STEP 96 (ensure_file) COMPLETE
92412024-09-03T22:48:25.862Z[ host-image] Sep 03 22:48:25.668 INFO O| Sep 03 22:48:25.668 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.685 INFO O| Sep 03 22:48:25.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92432024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.685 INFO O| Sep 03 22:48:25.685 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92442024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.686 INFO O| Sep 03 22:48:25.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92452024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.686 INFO O| Sep 03 22:48:25.685 INFO ok!
92462024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.686 INFO O| Sep 03 22:48:25.686 INFO STEP 97 (ensure_file) COMPLETE
92472024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.686 INFO O| Sep 03 22:48:25.686 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.701 INFO O| Sep 03 22:48:25.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92492024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.701 INFO O| Sep 03 22:48:25.701 INFO copying /tmp/.tmpvhwQ9K/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 ...
92502024-09-03T22:48:25.886Z[ host-image] Sep 03 22:48:25.701 INFO O| Sep 03 22:48:25.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92512024-09-03T22:48:25.887Z[ host-image] Sep 03 22:48:25.701 INFO O| Sep 03 22:48:25.701 INFO ok!
92522024-09-03T22:48:25.887Z[ host-image] Sep 03 22:48:25.701 INFO O| Sep 03 22:48:25.701 INFO STEP 98 (ensure_file) COMPLETE
92532024-09-03T22:48:25.887Z[ host-image] Sep 03 22:48:25.701 INFO O| Sep 03 22:48:25.701 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-03T22:48:25.911Z[ host-image] Sep 03 22:48:25.720 INFO O| Sep 03 22:48:25.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
92552024-09-03T22:48:25.911Z[ host-image] Sep 03 22:48:25.720 INFO O| Sep 03 22:48:25.720 INFO copying /tmp/.tmpvhwQ9K/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 ...
92562024-09-03T22:48:25.911Z[ host-image] Sep 03 22:48:25.721 INFO O| Sep 03 22:48:25.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
92572024-09-03T22:48:25.911Z[ host-image] Sep 03 22:48:25.721 INFO O| Sep 03 22:48:25.721 INFO ok!
92582024-09-03T22:48:25.911Z[ host-image] Sep 03 22:48:25.721 INFO O| Sep 03 22:48:25.721 INFO STEP 99 (ensure_file) COMPLETE
92592024-09-03T22:48:25.911Z[ host-image] Sep 03 22:48:25.721 INFO O| Sep 03 22:48:25.721 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92602024-09-03T22:48:25.935Z[ host-image] Sep 03 22:48:25.736 INFO O| Sep 03 22:48:25.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
92612024-09-03T22:48:25.935Z[ host-image] Sep 03 22:48:25.737 INFO O| Sep 03 22:48:25.736 INFO copying /tmp/.tmpvhwQ9K/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 ...
92622024-09-03T22:48:25.935Z[ host-image] Sep 03 22:48:25.737 INFO O| Sep 03 22:48:25.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
92632024-09-03T22:48:25.935Z[ host-image] Sep 03 22:48:25.737 INFO O| Sep 03 22:48:25.737 INFO ok!
92642024-09-03T22:48:25.935Z[ host-image] Sep 03 22:48:25.737 INFO O| Sep 03 22:48:25.737 INFO STEP 100 (ensure_file) COMPLETE
92652024-09-03T22:48:25.935Z[ host-image] Sep 03 22:48:25.737 INFO O| Sep 03 22:48:25.737 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92662024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.755 INFO O| Sep 03 22:48:25.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
92672024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.755 INFO O| Sep 03 22:48:25.755 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
92682024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.755 INFO O| Sep 03 22:48:25.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
92692024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.755 INFO O| Sep 03 22:48:25.755 INFO ok!
92702024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.755 INFO O| Sep 03 22:48:25.755 INFO STEP 101 (ensure_file) COMPLETE
92712024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.755 INFO O| Sep 03 22:48:25.755 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.773 INFO O| Sep 03 22:48:25.773 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
92732024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.774 INFO O| Sep 03 22:48:25.773 INFO copying /tmp/.tmpvhwQ9K/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 ...
92742024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.774 INFO O| Sep 03 22:48:25.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
92752024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.774 INFO O| Sep 03 22:48:25.774 INFO ok!
92762024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.774 INFO O| Sep 03 22:48:25.774 INFO STEP 102 (ensure_file) COMPLETE
92772024-09-03T22:48:25.960Z[ host-image] Sep 03 22:48:25.774 INFO O| Sep 03 22:48:25.774 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-09-03T22:48:25.984Z[ host-image] Sep 03 22:48:25.793 INFO O| Sep 03 22:48:25.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
92792024-09-03T22:48:25.984Z[ host-image] Sep 03 22:48:25.793 INFO O| Sep 03 22:48:25.793 INFO copying /tmp/.tmpvhwQ9K/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 ...
92802024-09-03T22:48:25.984Z[ host-image] Sep 03 22:48:25.793 INFO O| Sep 03 22:48:25.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
92812024-09-03T22:48:25.984Z[ host-image] Sep 03 22:48:25.793 INFO O| Sep 03 22:48:25.793 INFO ok!
92822024-09-03T22:48:25.984Z[ host-image] Sep 03 22:48:25.793 INFO O| Sep 03 22:48:25.793 INFO STEP 103 (ensure_file) COMPLETE
92832024-09-03T22:48:25.984Z[ host-image] Sep 03 22:48:25.793 INFO O| Sep 03 22:48:25.793 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-09-03T22:48:26.008Z[ host-image] Sep 03 22:48:25.811 INFO O| Sep 03 22:48:25.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
92852024-09-03T22:48:26.008Z[ host-image] Sep 03 22:48:25.811 INFO O| Sep 03 22:48:25.811 INFO copying /tmp/.tmpvhwQ9K/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 ...
92862024-09-03T22:48:26.008Z[ host-image] Sep 03 22:48:25.811 INFO O| Sep 03 22:48:25.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
92872024-09-03T22:48:26.008Z[ host-image] Sep 03 22:48:25.811 INFO O| Sep 03 22:48:25.811 INFO ok!
92882024-09-03T22:48:26.008Z[ host-image] Sep 03 22:48:25.811 INFO O| Sep 03 22:48:25.811 INFO STEP 104 (ensure_file) COMPLETE
92892024-09-03T22:48:26.008Z[ host-image] Sep 03 22:48:25.811 INFO O| Sep 03 22:48:25.811 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.827 INFO O| Sep 03 22:48:25.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
92912024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.828 INFO O| Sep 03 22:48:25.827 INFO copying /tmp/.tmpvhwQ9K/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 ...
92922024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.828 INFO O| Sep 03 22:48:25.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
92932024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.828 INFO O| Sep 03 22:48:25.828 INFO ok!
92942024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.828 INFO O| Sep 03 22:48:25.828 INFO STEP 105 (ensure_file) COMPLETE
92952024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.828 INFO O| Sep 03 22:48:25.828 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.843 INFO O| Sep 03 22:48:25.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92972024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.843 INFO O| Sep 03 22:48:25.843 INFO copying /tmp/.tmpvhwQ9K/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 ...
92982024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.843 INFO O| Sep 03 22:48:25.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92992024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.843 INFO O| Sep 03 22:48:25.843 INFO ok!
93002024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.843 INFO O| Sep 03 22:48:25.843 INFO STEP 106 (ensure_file) COMPLETE
93012024-09-03T22:48:26.033Z[ host-image] Sep 03 22:48:25.843 INFO O| Sep 03 22:48:25.843 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93022024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.858 INFO O| Sep 03 22:48:25.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93032024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.858 INFO O| Sep 03 22:48:25.858 INFO copying /tmp/.tmpvhwQ9K/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 ...
93042024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.858 INFO O| Sep 03 22:48:25.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93052024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.858 INFO O| Sep 03 22:48:25.858 INFO ok!
93062024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.858 INFO O| Sep 03 22:48:25.858 INFO STEP 107 (ensure_file) COMPLETE
93072024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.858 INFO O| Sep 03 22:48:25.858 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93082024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.873 INFO O| Sep 03 22:48:25.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93092024-09-03T22:48:26.057Z[ host-image] Sep 03 22:48:25.873 INFO O| Sep 03 22:48:25.873 INFO copying /tmp/.tmpvhwQ9K/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 ...
93102024-09-03T22:48:26.058Z[ host-image] Sep 03 22:48:25.873 INFO O| Sep 03 22:48:25.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93112024-09-03T22:48:26.058Z[ host-image] Sep 03 22:48:25.873 INFO O| Sep 03 22:48:25.873 INFO ok!
93122024-09-03T22:48:26.058Z[ host-image] Sep 03 22:48:25.873 INFO O| Sep 03 22:48:25.873 INFO STEP 108 (ensure_file) COMPLETE
93132024-09-03T22:48:26.058Z[ host-image] Sep 03 22:48:25.873 INFO O| Sep 03 22:48:25.873 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142024-09-03T22:48:26.083Z[ host-image] Sep 03 22:48:25.888 INFO O| Sep 03 22:48:25.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93152024-09-03T22:48:26.083Z[ host-image] Sep 03 22:48:25.888 INFO O| Sep 03 22:48:25.888 INFO copying /tmp/.tmpvhwQ9K/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 ...
93162024-09-03T22:48:26.083Z[ host-image] Sep 03 22:48:25.888 INFO O| Sep 03 22:48:25.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93172024-09-03T22:48:26.083Z[ host-image] Sep 03 22:48:25.888 INFO O| Sep 03 22:48:25.888 INFO ok!
93182024-09-03T22:48:26.083Z[ host-image] Sep 03 22:48:25.888 INFO O| Sep 03 22:48:25.888 INFO STEP 109 (ensure_file) COMPLETE
93192024-09-03T22:48:26.083Z[ host-image] Sep 03 22:48:25.888 INFO O| Sep 03 22:48:25.888 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.902 INFO O| Sep 03 22:48:25.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93212024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.902 INFO O| Sep 03 22:48:25.902 INFO copying /tmp/.tmpvhwQ9K/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 ...
93222024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.902 INFO O| Sep 03 22:48:25.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93232024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.902 INFO O| Sep 03 22:48:25.902 INFO ok!
93242024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.902 INFO O| Sep 03 22:48:25.902 INFO STEP 110 (ensure_file) COMPLETE
93252024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.902 INFO O| Sep 03 22:48:25.902 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.921 INFO O| Sep 03 22:48:25.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93272024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.921 INFO O| Sep 03 22:48:25.921 INFO copying /tmp/.tmpvhwQ9K/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 ...
93282024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.921 INFO O| Sep 03 22:48:25.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93292024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.921 INFO O| Sep 03 22:48:25.921 INFO ok!
93302024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.921 INFO O| Sep 03 22:48:25.921 INFO STEP 111 (ensure_file) COMPLETE
93312024-09-03T22:48:26.107Z[ host-image] Sep 03 22:48:25.921 INFO O| Sep 03 22:48:25.921 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-09-03T22:48:26.131Z[ host-image] Sep 03 22:48:25.937 INFO O| Sep 03 22:48:25.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93332024-09-03T22:48:26.131Z[ host-image] Sep 03 22:48:25.937 INFO O| Sep 03 22:48:25.937 INFO copying /tmp/.tmpvhwQ9K/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 ...
93342024-09-03T22:48:26.131Z[ host-image] Sep 03 22:48:25.937 INFO O| Sep 03 22:48:25.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93352024-09-03T22:48:26.131Z[ host-image] Sep 03 22:48:25.937 INFO O| Sep 03 22:48:25.937 INFO ok!
93362024-09-03T22:48:26.131Z[ host-image] Sep 03 22:48:25.937 INFO O| Sep 03 22:48:25.937 INFO STEP 112 (ensure_file) COMPLETE
93372024-09-03T22:48:26.131Z[ host-image] Sep 03 22:48:25.937 INFO O| Sep 03 22:48:25.937 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-09-03T22:48:26.155Z[ host-image] Sep 03 22:48:25.953 INFO O| Sep 03 22:48:25.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93392024-09-03T22:48:26.155Z[ host-image] Sep 03 22:48:25.953 INFO O| Sep 03 22:48:25.953 INFO copying /tmp/.tmpvhwQ9K/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 ...
93402024-09-03T22:48:26.156Z[ host-image] Sep 03 22:48:25.953 INFO O| Sep 03 22:48:25.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93412024-09-03T22:48:26.156Z[ host-image] Sep 03 22:48:25.953 INFO O| Sep 03 22:48:25.953 INFO ok!
93422024-09-03T22:48:26.156Z[ host-image] Sep 03 22:48:25.953 INFO O| Sep 03 22:48:25.953 INFO STEP 113 (ensure_file) COMPLETE
93432024-09-03T22:48:26.156Z[ host-image] Sep 03 22:48:25.953 INFO O| Sep 03 22:48:25.953 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.973 INFO O| Sep 03 22:48:25.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93452024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.973 INFO O| Sep 03 22:48:25.973 INFO copying /tmp/.tmpvhwQ9K/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 ...
93462024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.973 INFO O| Sep 03 22:48:25.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93472024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.973 INFO O| Sep 03 22:48:25.973 INFO ok!
93482024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.973 INFO O| Sep 03 22:48:25.973 INFO STEP 114 (ensure_file) COMPLETE
93492024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.973 INFO O| Sep 03 22:48:25.973 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.990 INFO O| Sep 03 22:48:25.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93512024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.990 INFO O| Sep 03 22:48:25.990 INFO copying /tmp/.tmpvhwQ9K/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 ...
93522024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.990 INFO O| Sep 03 22:48:25.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93532024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.990 INFO O| Sep 03 22:48:25.990 INFO ok!
93542024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.991 INFO O| Sep 03 22:48:25.990 INFO STEP 115 (ensure_file) COMPLETE
93552024-09-03T22:48:26.180Z[ host-image] Sep 03 22:48:25.991 INFO O| Sep 03 22:48:25.990 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-09-03T22:48:26.204Z[ host-image] Sep 03 22:48:26.006 INFO O| Sep 03 22:48:26.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
93572024-09-03T22:48:26.204Z[ host-image] Sep 03 22:48:26.006 INFO O| Sep 03 22:48:26.006 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
93582024-09-03T22:48:26.204Z[ host-image] Sep 03 22:48:26.007 INFO O| Sep 03 22:48:26.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
93592024-09-03T22:48:26.204Z[ host-image] Sep 03 22:48:26.007 INFO O| Sep 03 22:48:26.007 INFO ok!
93602024-09-03T22:48:26.204Z[ host-image] Sep 03 22:48:26.007 INFO O| Sep 03 22:48:26.007 INFO STEP 116 (ensure_file) COMPLETE
93612024-09-03T22:48:26.204Z[ host-image] Sep 03 22:48:26.007 INFO O| Sep 03 22:48:26.007 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.023 INFO O| Sep 03 22:48:26.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
93632024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.023 INFO O| Sep 03 22:48:26.023 INFO copying /tmp/.tmpvhwQ9K/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 ...
93642024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.023 INFO O| Sep 03 22:48:26.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
93652024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.023 INFO O| Sep 03 22:48:26.023 INFO ok!
93662024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.023 INFO O| Sep 03 22:48:26.023 INFO STEP 117 (ensure_file) COMPLETE
93672024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.023 INFO O| Sep 03 22:48:26.023 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.038 INFO O| Sep 03 22:48:26.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
93692024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.039 INFO O| Sep 03 22:48:26.038 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
93702024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.039 INFO O| Sep 03 22:48:26.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
93712024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.039 INFO O| Sep 03 22:48:26.039 INFO ok!
93722024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.039 INFO O| Sep 03 22:48:26.039 INFO STEP 118 (ensure_file) COMPLETE
93732024-09-03T22:48:26.229Z[ host-image] Sep 03 22:48:26.039 INFO O| Sep 03 22:48:26.039 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-09-03T22:48:26.253Z[ host-image] Sep 03 22:48:26.052 INFO O| Sep 03 22:48:26.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93752024-09-03T22:48:26.253Z[ host-image] Sep 03 22:48:26.052 INFO O| Sep 03 22:48:26.052 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93762024-09-03T22:48:26.278Z[ recovery-image] Sep 03 22:48:26.075 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)
93772024-09-03T22:48:28.423Z[ recovery-image] Sep 03 22:48:28.240 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)
93782024-09-03T22:48:33.819Z[ host-image] Sep 03 22:48:33.636 INFO O| Sep 03 22:48:33.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93792024-09-03T22:48:33.819Z[ host-image] Sep 03 22:48:33.636 INFO O| Sep 03 22:48:33.636 INFO ok!
93802024-09-03T22:48:33.819Z[ host-image] Sep 03 22:48:33.636 INFO O| Sep 03 22:48:33.636 INFO STEP 119 (ensure_file) COMPLETE
93812024-09-03T22:48:33.843Z[ host-image] Sep 03 22:48:33.636 INFO O| Sep 03 22:48:33.636 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-09-03T22:48:33.843Z[ host-image] Sep 03 22:48:33.657 INFO O| Sep 03 22:48:33.657 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93832024-09-03T22:48:33.843Z[ host-image] Sep 03 22:48:33.658 INFO O| Sep 03 22:48:33.657 INFO STEP 120 (ensure_dir) COMPLETE
93842024-09-03T22:48:33.843Z[ host-image] Sep 03 22:48:33.658 INFO O| Sep 03 22:48:33.657 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-09-03T22:48:33.867Z[ host-image] Sep 03 22:48:33.674 INFO O| Sep 03 22:48:33.674 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93862024-09-03T22:48:33.867Z[ host-image] Sep 03 22:48:33.674 INFO O| Sep 03 22:48:33.674 INFO STEP 121 (ensure_dir) COMPLETE
93872024-09-03T22:48:33.867Z[ host-image] Sep 03 22:48:33.674 INFO O| Sep 03 22:48:33.674 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-09-03T22:48:33.892Z[ host-image] Sep 03 22:48:33.689 INFO O| Sep 03 22:48:33.689 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93892024-09-03T22:48:33.892Z[ host-image] Sep 03 22:48:33.689 INFO O| Sep 03 22:48:33.689 INFO STEP 122 (ensure_dir) COMPLETE
93902024-09-03T22:48:33.892Z[ host-image] Sep 03 22:48:33.689 INFO O| Sep 03 22:48:33.689 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-09-03T22:48:33.892Z[ host-image] Sep 03 22:48:33.703 INFO O| Sep 03 22:48:33.703 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93922024-09-03T22:48:33.892Z[ host-image] Sep 03 22:48:33.704 INFO O| Sep 03 22:48:33.703 INFO STEP 123 (ensure_dir) COMPLETE
93932024-09-03T22:48:33.892Z[ host-image] Sep 03 22:48:33.704 INFO O| Sep 03 22:48:33.703 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93942024-09-03T22:48:33.915Z[ host-image] Sep 03 22:48:33.717 INFO O| Sep 03 22:48:33.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93952024-09-03T22:48:33.916Z[ host-image] Sep 03 22:48:33.717 INFO O| Sep 03 22:48:33.717 INFO copying /tmp/.tmpvhwQ9K/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 ...
93962024-09-03T22:48:33.916Z[ host-image] Sep 03 22:48:33.717 INFO O| Sep 03 22:48:33.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93972024-09-03T22:48:33.916Z[ host-image] Sep 03 22:48:33.717 INFO O| Sep 03 22:48:33.717 INFO ok!
93982024-09-03T22:48:33.916Z[ host-image] Sep 03 22:48:33.717 INFO O| Sep 03 22:48:33.717 INFO STEP 124 (ensure_file) COMPLETE
93992024-09-03T22:48:33.916Z[ host-image] Sep 03 22:48:33.717 INFO O| Sep 03 22:48:33.717 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.736 INFO O| Sep 03 22:48:33.735 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94012024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.736 INFO O| Sep 03 22:48:33.736 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94022024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.736 INFO O| Sep 03 22:48:33.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94032024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.736 INFO O| Sep 03 22:48:33.736 INFO STEP 125 (ensure_dir) COMPLETE
94042024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.736 INFO O| Sep 03 22:48:33.736 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94052024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.750 INFO O| Sep 03 22:48:33.750 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94062024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.750 INFO O| Sep 03 22:48:33.750 INFO copying /tmp/.tmpvhwQ9K/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94072024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.750 INFO O| Sep 03 22:48:33.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94082024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.750 INFO O| Sep 03 22:48:33.750 INFO ok!
94092024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.750 INFO O| Sep 03 22:48:33.750 INFO STEP 126 (ensure_file) COMPLETE
94102024-09-03T22:48:33.940Z[ host-image] Sep 03 22:48:33.750 INFO O| Sep 03 22:48:33.750 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94112024-09-03T22:48:33.964Z[ host-image] Sep 03 22:48:33.764 INFO O| Sep 03 22:48:33.764 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94122024-09-03T22:48:33.964Z[ host-image] Sep 03 22:48:33.765 INFO O| Sep 03 22:48:33.765 INFO STEP 127 (remove_files) COMPLETE
94132024-09-03T22:48:33.964Z[ host-image] Sep 03 22:48:33.765 INFO O| Sep 03 22:48:33.765 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94142024-09-03T22:48:33.964Z[ host-image] Sep 03 22:48:33.779 INFO O| Sep 03 22:48:33.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94152024-09-03T22:48:33.964Z[ host-image] Sep 03 22:48:33.779 INFO O| Sep 03 22:48:33.779 INFO STEP 128 (remove_files) COMPLETE
94162024-09-03T22:48:33.964Z[ host-image] Sep 03 22:48:33.779 INFO O| Sep 03 22:48:33.779 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94172024-09-03T22:48:33.988Z[ host-image] Sep 03 22:48:33.794 INFO O| Sep 03 22:48:33.794 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94182024-09-03T22:48:33.988Z[ host-image] Sep 03 22:48:33.794 INFO O| Sep 03 22:48:33.794 INFO STEP 129 (remove_files) COMPLETE
94192024-09-03T22:48:33.988Z[ host-image] Sep 03 22:48:33.794 INFO O| Sep 03 22:48:33.794 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94202024-09-03T22:48:34.012Z[ host-image] Sep 03 22:48:33.813 INFO O| Sep 03 22:48:33.813 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94212024-09-03T22:48:34.012Z[ host-image] Sep 03 22:48:33.813 INFO O| Sep 03 22:48:33.813 INFO STEP 130 (remove_files) COMPLETE
94222024-09-03T22:48:34.012Z[ host-image] Sep 03 22:48:33.813 INFO O| Sep 03 22:48:33.813 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94232024-09-03T22:48:34.036Z[ host-image] Sep 03 22:48:33.829 INFO O| Sep 03 22:48:33.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94242024-09-03T22:48:34.036Z[ host-image] Sep 03 22:48:33.830 INFO O| Sep 03 22:48:33.830 INFO STEP 131 (remove_files) COMPLETE
94252024-09-03T22:48:34.036Z[ host-image] Sep 03 22:48:33.830 INFO O| Sep 03 22:48:33.830 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94262024-09-03T22:48:34.036Z[ host-image] Sep 03 22:48:33.849 INFO O| Sep 03 22:48:33.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94272024-09-03T22:48:34.036Z[ host-image] Sep 03 22:48:33.849 INFO O| Sep 03 22:48:33.849 INFO STEP 132 (remove_files) COMPLETE
94282024-09-03T22:48:34.036Z[ host-image] Sep 03 22:48:33.849 INFO O| Sep 03 22:48:33.849 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94292024-09-03T22:48:34.061Z[ host-image] Sep 03 22:48:33.866 INFO O| Sep 03 22:48:33.866 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94302024-09-03T22:48:34.061Z[ host-image] Sep 03 22:48:33.866 INFO O| Sep 03 22:48:33.866 INFO STEP 133 (remove_files) COMPLETE
94312024-09-03T22:48:34.061Z[ host-image] Sep 03 22:48:33.866 INFO O| Sep 03 22:48:33.866 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94322024-09-03T22:48:34.085Z[ host-image] Sep 03 22:48:33.880 INFO O| Sep 03 22:48:33.880 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94332024-09-03T22:48:34.085Z[ host-image] Sep 03 22:48:33.881 INFO O| Sep 03 22:48:33.881 INFO STEP 134 (remove_files) COMPLETE
94342024-09-03T22:48:34.085Z[ host-image] Sep 03 22:48:33.881 INFO O| Sep 03 22:48:33.881 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94352024-09-03T22:48:34.085Z[ host-image] Sep 03 22:48:33.895 INFO O| Sep 03 22:48:33.895 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94362024-09-03T22:48:34.085Z[ host-image] Sep 03 22:48:33.895 INFO O| Sep 03 22:48:33.895 INFO STEP 135 (remove_files) COMPLETE
94372024-09-03T22:48:34.085Z[ host-image] Sep 03 22:48:33.895 INFO O| Sep 03 22:48:33.895 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94382024-09-03T22:48:34.114Z[ host-image] Sep 03 22:48:33.913 INFO O| Sep 03 22:48:33.913 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94392024-09-03T22:48:34.114Z[ host-image] Sep 03 22:48:33.913 INFO O| Sep 03 22:48:33.913 INFO STEP 136 (remove_files) COMPLETE
94402024-09-03T22:48:34.114Z[ host-image] Sep 03 22:48:33.913 INFO O| Sep 03 22:48:33.913 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94412024-09-03T22:48:34.114Z[ host-image] Sep 03 22:48:33.930 INFO O| Sep 03 22:48:33.930 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94422024-09-03T22:48:34.114Z[ host-image] Sep 03 22:48:33.930 INFO O| Sep 03 22:48:33.930 INFO STEP 137 (remove_files) COMPLETE
94432024-09-03T22:48:34.114Z[ host-image] Sep 03 22:48:33.930 INFO O| Sep 03 22:48:33.930 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94442024-09-03T22:48:34.140Z[ host-image] Sep 03 22:48:33.945 INFO O| Sep 03 22:48:33.945 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
94452024-09-03T22:48:34.140Z[ host-image] Sep 03 22:48:33.945 INFO O| Sep 03 22:48:33.945 INFO STEP 138 (remove_files) COMPLETE
94462024-09-03T22:48:34.140Z[ host-image] Sep 03 22:48:33.945 INFO O| Sep 03 22:48:33.945 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94472024-09-03T22:48:34.164Z[ recovery-image] Sep 03 22:48:33.961 INFO E| Compiling bitflags v1.3.2
94482024-09-03T22:48:34.164Z[ recovery-image] Sep 03 22:48:33.961 INFO E| Compiling adler v1.0.2
94492024-09-03T22:48:34.164Z[ recovery-image] Sep 03 22:48:33.961 INFO E| Compiling log v0.4.21
94502024-09-03T22:48:34.164Z[ recovery-image] Sep 03 22:48:33.961 INFO E| Compiling scroll v0.12.0
94512024-09-03T22:48:34.165Z[ recovery-image] Sep 03 22:48:33.961 INFO E| Compiling plain v0.2.3
94522024-09-03T22:48:34.165Z[ recovery-image] Sep 03 22:48:33.961 INFO E| Compiling bit_field v0.10.2
94532024-09-03T22:48:34.165Z[ recovery-image] Sep 03 22:48:33.961 INFO E| Compiling bitstruct v0.1.1
94542024-09-03T22:48:34.165Z[ host-image] Sep 03 22:48:33.966 INFO O| Sep 03 22:48:33.966 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
94552024-09-03T22:48:34.165Z[ host-image] Sep 03 22:48:33.966 INFO O| Sep 03 22:48:33.966 INFO STEP 139 (remove_files) COMPLETE
94562024-09-03T22:48:34.165Z[ host-image] Sep 03 22:48:33.966 INFO O| Sep 03 22:48:33.966 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94572024-09-03T22:48:34.189Z[ host-image] Sep 03 22:48:33.990 INFO O| Sep 03 22:48:33.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
94582024-09-03T22:48:34.189Z[ host-image] Sep 03 22:48:33.990 INFO O| Sep 03 22:48:33.990 INFO STEP 140 (remove_files) COMPLETE
94592024-09-03T22:48:34.189Z[ host-image] Sep 03 22:48:33.990 INFO O| Sep 03 22:48:33.990 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94602024-09-03T22:48:34.222Z[ host-image] Sep 03 22:48:34.039 INFO O| Sep 03 22:48:34.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
94612024-09-03T22:48:34.246Z[ host-image] Sep 03 22:48:34.039 INFO O| Sep 03 22:48:34.039 INFO STEP 141 (remove_files) COMPLETE
94622024-09-03T22:48:34.246Z[ host-image] Sep 03 22:48:34.039 INFO O| Sep 03 22:48:34.039 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94632024-09-03T22:48:34.246Z[ host-image] Sep 03 22:48:34.060 INFO O| Sep 03 22:48:34.060 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
94642024-09-03T22:48:34.246Z[ host-image] Sep 03 22:48:34.060 INFO O| Sep 03 22:48:34.060 INFO STEP 142 (remove_files) COMPLETE
94652024-09-03T22:48:34.246Z[ host-image] Sep 03 22:48:34.060 INFO O| Sep 03 22:48:34.060 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94662024-09-03T22:48:34.270Z[ recovery-image] Sep 03 22:48:34.081 INFO E| Compiling raw-cpuid v10.7.0
94672024-09-03T22:48:34.294Z[ host-image] Sep 03 22:48:34.088 INFO O| Sep 03 22:48:34.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94682024-09-03T22:48:34.294Z[ recovery-image] Sep 03 22:48:34.089 INFO E| Compiling cpio_reader v0.1.1
94692024-09-03T22:48:34.294Z[ host-image] Sep 03 22:48:34.089 INFO O| Sep 03 22:48:34.089 INFO STEP 143 (remove_files) COMPLETE
94702024-09-03T22:48:34.294Z[ host-image] Sep 03 22:48:34.089 INFO O| Sep 03 22:48:34.089 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94712024-09-03T22:48:34.294Z[ host-image] Sep 03 22:48:34.108 INFO O| Sep 03 22:48:34.108 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94722024-09-03T22:48:34.294Z[ host-image] Sep 03 22:48:34.109 INFO O| Sep 03 22:48:34.109 INFO STEP 144 (remove_files) COMPLETE
94732024-09-03T22:48:34.294Z[ host-image] Sep 03 22:48:34.109 INFO O| Sep 03 22:48:34.109 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94742024-09-03T22:48:34.319Z[ host-image] Sep 03 22:48:34.130 INFO O| Sep 03 22:48:34.130 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94752024-09-03T22:48:34.319Z[ host-image] Sep 03 22:48:34.130 INFO O| Sep 03 22:48:34.130 INFO STEP 145 (remove_files) COMPLETE
94762024-09-03T22:48:34.319Z[ host-image] Sep 03 22:48:34.130 INFO O| Sep 03 22:48:34.130 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94772024-09-03T22:48:34.344Z[ recovery-image] Sep 03 22:48:34.158 INFO E| Compiling miniz_oxide v0.7.2
94782024-09-03T22:48:34.368Z[ host-image] Sep 03 22:48:34.164 INFO O| Sep 03 22:48:34.164 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94792024-09-03T22:48:34.368Z[ host-image] Sep 03 22:48:34.165 INFO O| Sep 03 22:48:34.165 INFO STEP 146 (remove_files) COMPLETE
94802024-09-03T22:48:34.368Z[ host-image] Sep 03 22:48:34.165 INFO O| Sep 03 22:48:34.165 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94812024-09-03T22:48:34.368Z[ host-image] Sep 03 22:48:34.183 INFO O| Sep 03 22:48:34.183 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94822024-09-03T22:48:34.368Z[ host-image] Sep 03 22:48:34.184 INFO O| Sep 03 22:48:34.184 INFO STEP 147 (remove_files) COMPLETE
94832024-09-03T22:48:34.368Z[ host-image] Sep 03 22:48:34.184 INFO O| Sep 03 22:48:34.184 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94842024-09-03T22:48:34.392Z[ host-image] Sep 03 22:48:34.201 INFO O| Sep 03 22:48:34.201 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94852024-09-03T22:48:34.392Z[ host-image] Sep 03 22:48:34.202 INFO O| Sep 03 22:48:34.202 INFO STEP 148 (remove_files) COMPLETE
94862024-09-03T22:48:34.392Z[ host-image] Sep 03 22:48:34.202 INFO O| Sep 03 22:48:34.202 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94872024-09-03T22:48:34.416Z[ host-image] Sep 03 22:48:34.219 INFO O| Sep 03 22:48:34.219 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94882024-09-03T22:48:34.416Z[ host-image] Sep 03 22:48:34.219 INFO O| Sep 03 22:48:34.219 INFO STEP 149 (remove_files) COMPLETE
94892024-09-03T22:48:34.416Z[ host-image] Sep 03 22:48:34.219 INFO O| Sep 03 22:48:34.219 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94902024-09-03T22:48:34.440Z[ recovery-image] Sep 03 22:48:34.252 INFO E| Compiling static_assertions v1.1.0
94912024-09-03T22:48:34.464Z[ host-image] Sep 03 22:48:34.262 INFO O| Sep 03 22:48:34.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94922024-09-03T22:48:34.464Z[ host-image] Sep 03 22:48:34.262 INFO O| Sep 03 22:48:34.262 INFO STEP 150 (remove_files) COMPLETE
94932024-09-03T22:48:34.464Z[ host-image] Sep 03 22:48:34.262 INFO O| Sep 03 22:48:34.262 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-09-03T22:48:34.464Z[ host-image] Sep 03 22:48:34.281 INFO O| Sep 03 22:48:34.281 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94952024-09-03T22:48:34.464Z[ host-image] Sep 03 22:48:34.281 INFO O| Sep 03 22:48:34.281 INFO STEP 151 (remove_files) COMPLETE
94962024-09-03T22:48:34.464Z[ host-image] Sep 03 22:48:34.281 INFO O| Sep 03 22:48:34.281 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-09-03T22:48:34.488Z[ host-image] Sep 03 22:48:34.298 INFO O| Sep 03 22:48:34.298 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94982024-09-03T22:48:34.488Z[ host-image] Sep 03 22:48:34.298 INFO O| Sep 03 22:48:34.298 INFO STEP 152 (remove_files) COMPLETE
94992024-09-03T22:48:34.488Z[ host-image] Sep 03 22:48:34.298 INFO O| Sep 03 22:48:34.298 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-09-03T22:48:34.512Z[ host-image] Sep 03 22:48:34.314 INFO O| Sep 03 22:48:34.314 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95012024-09-03T22:48:34.512Z[ host-image] Sep 03 22:48:34.314 INFO O| Sep 03 22:48:34.314 INFO STEP 153 (remove_files) COMPLETE
95022024-09-03T22:48:34.512Z[ host-image] Sep 03 22:48:34.314 INFO O| Sep 03 22:48:34.314 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-09-03T22:48:34.536Z[ host-image] Sep 03 22:48:34.329 INFO O| Sep 03 22:48:34.329 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95042024-09-03T22:48:34.536Z[ host-image] Sep 03 22:48:34.329 INFO O| Sep 03 22:48:34.329 INFO STEP 154 (remove_files) COMPLETE
95052024-09-03T22:48:34.536Z[ host-image] Sep 03 22:48:34.330 INFO O| Sep 03 22:48:34.329 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-09-03T22:48:34.536Z[ host-image] Sep 03 22:48:34.345 INFO O| Sep 03 22:48:34.345 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95072024-09-03T22:48:34.536Z[ host-image] Sep 03 22:48:34.345 INFO O| Sep 03 22:48:34.345 INFO STEP 155 (remove_files) COMPLETE
95082024-09-03T22:48:34.536Z[ host-image] Sep 03 22:48:34.345 INFO O| Sep 03 22:48:34.345 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95092024-09-03T22:48:34.560Z[ host-image] Sep 03 22:48:34.372 INFO O| Sep 03 22:48:34.372 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95102024-09-03T22:48:34.560Z[ host-image] Sep 03 22:48:34.372 INFO O| Sep 03 22:48:34.372 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
95112024-09-03T22:48:34.641Z[ recovery-image] Sep 03 22:48:34.457 INFO E| Compiling goblin v0.8.0
95122024-09-03T22:48:41.410Z[ recovery-image] Sep 03 22:48:41.227 INFO E| Finished `release` profile [optimized] target(s) in 46.22s
95132024-09-03T22:48:41.440Z[ recovery-image] Sep 03 22:48:41.257 INFO building host image...
95142024-09-03T22:48:41.464Z[ recovery-image] Sep 03 22:48:41.257 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")
95152024-09-03T22:48:41.996Z[ recovery-image] Sep 03 22:48:41.813 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95162024-09-03T22:48:43.117Z[ host-image] Sep 03 22:48:42.933 INFO O| Sep 03 22:48:42.933 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
95172024-09-03T22:48:43.117Z[ host-image] Sep 03 22:48:42.933 INFO O| Sep 03 22:48:42.933 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95182024-09-03T22:48:43.140Z[ host-image] Sep 03 22:48:42.951 INFO O| Sep 03 22:48:42.950 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95192024-09-03T22:48:43.235Z[ host-image] Sep 03 22:48:43.051 INFO O| Sep 03 22:48:43.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95202024-09-03T22:48:43.235Z[ host-image] Sep 03 22:48:43.052 INFO O| Sep 03 22:48:43.051 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95212024-09-03T22:48:43.259Z[ host-image] Sep 03 22:48:43.054 INFO O| Sep 03 22:48:43.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95222024-09-03T22:48:43.259Z[ host-image] Sep 03 22:48:43.054 INFO O| Sep 03 22:48:43.054 INFO ok!
95232024-09-03T22:48:43.259Z[ host-image] Sep 03 22:48:43.054 INFO O| Sep 03 22:48:43.054 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95242024-09-03T22:48:43.259Z[ host-image] Sep 03 22:48:43.054 INFO O| Sep 03 22:48:43.054 INFO STEP 156 (seed_smf) COMPLETE
95252024-09-03T22:48:43.259Z[ host-image] Sep 03 22:48:43.054 INFO O| Sep 03 22:48:43.054 INFO steps complete; finalising image!
95262024-09-03T22:48:43.259Z[ host-image] Sep 03 22:48:43.054 INFO O| Sep 03 22:48:43.054 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95272024-09-03T22:48:43.410Z[ host-image] Sep 03 22:48:43.227 INFO O| Sep 03 22:48:43.227 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Sep 3 22:48:43 2024)
95282024-09-03T22:48:43.623Z[ host-image] Sep 03 22:48:43.439 INFO O| Sep 03 22:48:43.439 INFO trim TEMPORARY-gimlet-zfs: (84% trimmed, started at Tue Sep 3 22:48:43 2024)
95292024-09-03T22:48:43.672Z[ recovery-image] Sep 03 22:48:43.489 INFO image complete! materials are in "/work/os-recovery"
95302024-09-03T22:48:43.697Z[ recovery-image]
95312024-09-03T22:48:43.697Z[ recovery-image] real 7:00.681810451
95322024-09-03T22:48:43.697Z[ recovery-image] user 4:31.096229036
95332024-09-03T22:48:43.697Z[ recovery-image] sys 1:10.933260999
95342024-09-03T22:48:43.697Z[ recovery-image] trap 0.190499035
95352024-09-03T22:48:43.697Z[ recovery-image] tflt 0.332003830
95362024-09-03T22:48:43.697Z[ recovery-image] dflt 2.011857057
95372024-09-03T22:48:43.697Z[ recovery-image] kflt 0.000464700
95382024-09-03T22:48:43.697Z[ recovery-image] lock 16:08.338918550
95392024-09-03T22:48:43.697Z[ recovery-image] slp 39:52.321134002
95402024-09-03T22:48:43.697Z[ recovery-image] lat 2:02.870381275
95412024-09-03T22:48:43.697Z[ recovery-image] stop 8.419281728
95422024-09-03T22:48:43.697ZSep 03 22:48:43.498 INFO [recovery-image] process exited with exit status: 0 (420.699895171s)
95432024-09-03T22:48:43.861Z[ host-image] Sep 03 22:48:43.677 INFO O| Sep 03 22:48:43.677 INFO temporary pool has 674M used, 158M avail, 1.87x compressratio
95442024-09-03T22:48:43.861Z[ host-image] Sep 03 22:48:43.677 INFO O| Sep 03 22:48:43.677 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95452024-09-03T22:48:44.244Z[ host-image] Sep 03 22:48:44.060 INFO O| Sep 03 22:48:44.060 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95462024-09-03T22:48:44.244Z[ host-image] Sep 03 22:48:44.061 INFO O| Sep 03 22:48:44.060 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95472024-09-03T22:48:45.576Z[ host-image] Sep 03 22:48:45.393 INFO O| Sep 03 22:48:45.392 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95482024-09-03T22:48:45.576Z[ host-image] Sep 03 22:48:45.393 INFO O| Sep 03 22:48:45.393 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95492024-09-03T22:48:45.604Z[ host-image] Sep 03 22:48:45.393 INFO O| Sep 03 22:48:45.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95502024-09-03T22:48:45.604Z[ host-image] Sep 03 22:48:45.393 INFO O| Sep 03 22:48:45.393 INFO completed processing gimlet/zfs
95512024-09-03T22:48:45.604Z[ host-image] Sep 03 22:48:45.393 INFO O| Sep 03 22:48:45.393 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95522024-09-03T22:48:46.146Z[ host-image] Sep 03 22:48:45.963 INFO O| Sep 03 22:48:45.963 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95532024-09-03T22:48:46.195Z[ host-image] Sep 03 22:48:46.012 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n"
95542024-09-03T22:48:46.195Z[ host-image] Sep 03 22:48:46.012 INFO expanded image name: "ci 72fafea/${os_short_commit} 2024-09-03 22:22" -> "ci 72fafea/2408c3f 2024-09-03 22:22"
95552024-09-03T22:48:46.195Z[ host-image] Sep 03 22:48:46.012 INFO output artefacts stored in: "/work/os-host"
95562024-09-03T22:48:46.219Z[ host-image] Sep 03 22:48:46.012 INFO collecting git info from project "pinprick"...
95572024-09-03T22:48:46.219Z[ host-image] Sep 03 22:48:46.020 INFO collecting git info from project "amd-host-image-builder"...
95582024-09-03T22:48:46.243Z[ host-image] Sep 03 22:48:46.046 INFO collecting git info from project "phbl"...
95592024-09-03T22:48:46.243Z[ host-image] Sep 03 22:48:46.053 INFO collecting git info from project "chelsio-t6-roms"...
95602024-09-03T22:48:46.267Z[ host-image] Sep 03 22:48:46.061 INFO collecting git info from project "image-builder"...
95612024-09-03T22:48:46.267Z[ host-image] Sep 03 22:48:46.067 INFO collecting git info from project "amd-firmware"...
95622024-09-03T22:48:46.267Z[ host-image] Sep 03 22:48:46.078 INFO collecting git info from project "pilot"...
95632024-09-03T22:48:46.291Z[ host-image] Sep 03 22:48:46.085 INFO collecting git info from project "bootserver"...
95642024-09-03T22:48:46.291Z[ host-image] Sep 03 22:48:46.091 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
95652024-09-03T22:48:46.802Z[ host-image] Sep 03 22:48:46.619 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
95662024-09-03T22:48:47.236Z[ host-image] Sep 03 22:48:47.052 INFO creating Oxide boot image...
95672024-09-03T22:48:47.260Z[ host-image] Sep 03 22:48:47.052 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 72fafea/2408c3f 2024-09-03 22:22", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95682024-09-03T22:48:48.501Z[ host-image] Sep 03 22:48:48.318 INFO O| ok, image written!
95692024-09-03T22:48:48.501Z[ host-image] Sep 03 22:48:48.318 INFO O| ok, boot_image_csum file written!
95702024-09-03T22:48:48.525Z[ host-image] Sep 03 22:48:48.324 INFO creating boot archive (CPIO)...
95712024-09-03T22:48:48.525Z[ host-image] Sep 03 22:48:48.324 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
95722024-09-03T22:48:48.525Z[ host-image] Sep 03 22:48:48.339 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95732024-09-03T22:48:48.526Z[ host-image] Sep 03 22:48:48.339 INFO E| + outfile=/work/os-host/cpio
95742024-09-03T22:48:48.526Z[ host-image] Sep 03 22:48:48.339 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95752024-09-03T22:48:48.526Z[ host-image] Sep 03 22:48:48.342 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95762024-09-03T22:48:48.526Z[ host-image] Sep 03 22:48:48.342 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95772024-09-03T22:48:48.579Z[ host-image] Sep 03 22:48:48.396 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95782024-09-03T22:48:48.579Z[ host-image] Sep 03 22:48:48.396 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95792024-09-03T22:48:48.603Z[ host-image] Sep 03 22:48:48.408 INFO creating compressed cpio/unix for nanobl-rs...
95802024-09-03T22:48:48.603Z[ host-image] Sep 03 22:48:48.408 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
95812024-09-03T22:48:48.935Z[ host-image] Sep 03 22:48:48.751 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95822024-09-03T22:48:54.127Z[ host-image] Sep 03 22:48:53.944 INFO creating reset image...
95832024-09-03T22:48:54.127Z[ host-image] Sep 03 22:48:53.944 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95842024-09-03T22:48:54.234Z[ host-image] Sep 03 22:48:54.050 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95852024-09-03T22:48:54.257Z[ host-image] Sep 03 22:48:54.051 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95862024-09-03T22:48:54.311Z[ host-image] Sep 03 22:48:54.128 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95872024-09-03T22:48:56.667Z[ host-image] Sep 03 22:48:56.484 INFO E| Finished `release` profile [optimized] target(s) in 2.42s
95882024-09-03T22:48:56.691Z[ host-image] Sep 03 22:48:56.500 INFO building host image...
95892024-09-03T22:48:56.691Z[ host-image] Sep 03 22:48:56.500 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")
95902024-09-03T22:48:57.236Z[ host-image] Sep 03 22:48:57.052 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95912024-09-03T22:49:51.521Z[ host-image] Sep 03 22:49:51.338 INFO image complete! materials are in "/work/os-host"
95922024-09-03T22:49:51.545Z[ host-image]
95932024-09-03T22:49:51.545Z[ host-image] real 8:25.964290608
95942024-09-03T22:49:51.546Z[ host-image] user 4:00.533418571
95952024-09-03T22:49:51.546Z[ host-image] sys 59.123259198
95962024-09-03T22:49:51.546Z[ host-image] trap 0.136420057
95972024-09-03T22:49:51.546Z[ host-image] tflt 0.024057473
95982024-09-03T22:49:51.546Z[ host-image] dflt 0.024873423
95992024-09-03T22:49:51.546Z[ host-image] kflt 0.000015870
96002024-09-03T22:49:51.546Z[ host-image] lock 8:42.635150144
96012024-09-03T22:49:51.546Z[ host-image] slp 44:10.771106049
96022024-09-03T22:49:51.546Z[ host-image] lat 1:15.178369604
96032024-09-03T22:49:51.546ZSep 03 22:49:51.344 INFO [host-image] process exited with exit status: 0 (505.983823186s)
96042024-09-03T22:49:51.546Z[ host-image] stop 0.221688887
96052024-09-03T22:49:51.546ZSep 03 22:49:51.344 INFO [tuf-repo] running task
96062024-09-03T22:49:59.670ZSep 03 22:49:59.486 INFO assembling repository in `/tmp/tufaceousaiiLVy`, component: OmicronRepoAssembler
96072024-09-03T22:50:05.754ZSep 03 22:50:05.571 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96082024-09-03T22:50:06.027ZSep 03 22:50:05.843 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96092024-09-03T22:50:27.525ZSep 03 22:50:27.342 INFO [tuf-repo] task succeeded (35.998144796s)
96102024-09-03T22:50:27.525ZSep 03 22:50:27.342 INFO all jobs completed in 1652.51454336s
96112024-09-03T22:50:28.228Zprocess exited: duration 2147347 ms, exit code 0
 
96122024-09-03T22:50:28.307Zfound 33 output files
96132024-09-03T22:50:28.307Zuploading: /work/manifest.toml (8404 bytes)
96142024-09-03T22:50:29.426Zuploaded: /work/manifest.toml
96152024-09-03T22:50:29.426Zuploading: /work/repo.zip (1792502983 bytes)
96162024-09-03T22:54:42.092Zuploaded: /work/repo.zip
96172024-09-03T22:54:42.092Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96182024-09-03T22:54:43.176Zuploaded: /work/repo.zip.sha256.txt
96192024-09-03T22:54:43.176Zuploading: /work/helios-setup.log (52501 bytes)
96202024-09-03T22:54:44.363Zuploaded: /work/helios-setup.log
96212024-09-03T22:54:44.363Zuploading: /work/host-image.log (194408 bytes)
96222024-09-03T22:54:45.596Zuploaded: /work/host-image.log
96232024-09-03T22:54:45.621Zuploading: /work/host-package.log (18182 bytes)
96242024-09-03T22:54:46.737Zuploaded: /work/host-package.log
96252024-09-03T22:54:46.737Zuploading: /work/host-target.log (101 bytes)
96262024-09-03T22:54:47.834Zuploaded: /work/host-target.log
96272024-09-03T22:54:47.859Zuploading: /work/omicron-package.log (4257 bytes)
96282024-09-03T22:54:48.930Zuploaded: /work/omicron-package.log
96292024-09-03T22:54:48.930Zuploading: /work/phbl-toolchain.log (881 bytes)
96302024-09-03T22:54:50.027Zuploaded: /work/phbl-toolchain.log
96312024-09-03T22:54:50.027Zuploading: /work/recovery-image.log (590503 bytes)
96322024-09-03T22:54:51.399Zuploaded: /work/recovery-image.log
96332024-09-03T22:54:51.399Zuploading: /work/recovery-package.log (282 bytes)
96342024-09-03T22:54:52.495Zuploaded: /work/recovery-package.log
96352024-09-03T22:54:52.495Zuploading: /work/recovery-target.log (98 bytes)
96362024-09-03T22:54:53.591Zuploaded: /work/recovery-target.log
96372024-09-03T22:54:53.591Zuploading: /work/stamp-clickhouse.log (117 bytes)
96382024-09-03T22:54:54.687Zuploaded: /work/stamp-clickhouse.log
96392024-09-03T22:54:54.688Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96402024-09-03T22:54:55.784Zuploaded: /work/stamp-clickhouse_keeper.log
96412024-09-03T22:54:55.784Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96422024-09-03T22:54:56.880Zuploaded: /work/stamp-cockroachdb.log
96432024-09-03T22:54:56.880Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96442024-09-03T22:54:57.976Zuploaded: /work/stamp-crucible-dtrace.log
96452024-09-03T22:54:57.976Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96462024-09-03T22:54:59.073Zuploaded: /work/stamp-crucible-pantry-zone.log
96472024-09-03T22:54:59.073Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96482024-09-03T22:55:00.169Zuploaded: /work/stamp-crucible-zone.log
96492024-09-03T22:55:00.169Zuploading: /work/stamp-external-dns.log (119 bytes)
96502024-09-03T22:55:01.266Zuploaded: /work/stamp-external-dns.log
96512024-09-03T22:55:01.266Zuploading: /work/stamp-installinator.log (103 bytes)
96522024-09-03T22:55:02.362Zuploaded: /work/stamp-installinator.log
96532024-09-03T22:55:02.387Zuploading: /work/stamp-internal-dns.log (119 bytes)
96542024-09-03T22:55:03.462Zuploaded: /work/stamp-internal-dns.log
96552024-09-03T22:55:03.462Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96562024-09-03T22:55:04.558Zuploaded: /work/stamp-mg-ddm-gz.log
96572024-09-03T22:55:04.558Zuploading: /work/stamp-nexus.log (112 bytes)
96582024-09-03T22:55:05.655Zuploaded: /work/stamp-nexus.log
96592024-09-03T22:55:05.679Zuploading: /work/stamp-ntp.log (110 bytes)
96602024-09-03T22:55:06.751Zuploaded: /work/stamp-ntp.log
96612024-09-03T22:55:06.751Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96622024-09-03T22:55:07.848Zuploaded: /work/stamp-omicron-sled-agent.log
96632024-09-03T22:55:07.848Zuploading: /work/stamp-overlay.log (114 bytes)
96642024-09-03T22:55:08.945Zuploaded: /work/stamp-overlay.log
96652024-09-03T22:55:08.945Zuploading: /work/stamp-oximeter.log (115 bytes)
96662024-09-03T22:55:10.042Zuploaded: /work/stamp-oximeter.log
96672024-09-03T22:55:10.042Zuploading: /work/stamp-oxlog.log (109 bytes)
96682024-09-03T22:55:11.137Zuploaded: /work/stamp-oxlog.log
96692024-09-03T22:55:11.137Zuploading: /work/stamp-probe.log (112 bytes)
96702024-09-03T22:55:12.234Zuploaded: /work/stamp-probe.log
96712024-09-03T22:55:12.234Zuploading: /work/stamp-propolis-server.log (122 bytes)
96722024-09-03T22:55:13.330Zuploaded: /work/stamp-propolis-server.log
96732024-09-03T22:55:13.330Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96742024-09-03T22:55:14.427Zuploaded: /work/stamp-pumpkind-gz.log
96752024-09-03T22:55:14.427Zuploading: /work/stamp-switch-asic.log (118 bytes)
96762024-09-03T22:55:15.524Zuploaded: /work/stamp-switch-asic.log
96772024-09-03T22:55:15.524Zuploading: /work/verify-libraries.log (3116 bytes)
96782024-09-03T22:55:16.620Zuploaded: /work/verify-libraries.log