01J7XJ00QR964BT8YSGKQRVRGP: 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: 01J7XJ0DQGEEFNZ8J6CMCWGK8H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-16T13:58:48.309Zjob assigned to worker 01J7XJ0EX2VF31JG1P4VCB1HAC (queued for 50 s)
 
22024-09-16T13:58:55.759Zstarting task 0: "setup"
32024-09-16T13:58:55.767Z++ uname -s
42024-09-16T13:58:55.770Z+ kern=SunOS
52024-09-16T13:58:55.770Z+ case "$kern" in
62024-09-16T13:58:55.770Z+ groupadd -g 12345 build
72024-09-16T13:58:55.772Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-16T13:58:57.781Z+ zfs create -o mountpoint=/work rpool/work
92024-09-16T13:58:57.910Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-16T13:58:57.913Z+ home_fs=zfs
112024-09-16T13:58:57.913Z+ [[ zfs == autofs ]]
122024-09-16T13:58:57.913Z+ mkdir -p /home/build
132024-09-16T13:58:57.915Z+ chown build:build /home/build /work
142024-09-16T13:58:59.918Z+ chmod 0700 /home/build /work
152024-09-16T13:58:59.921Zprocess exited: duration 4162 ms, exit code 0
 
162024-09-16T13:58:59.928Zstarting task 1: "rust-toolchain"
172024-09-16T13:58:59.932Z+ printf ' * toolchain channel = "%s"
182024-09-16T13:58:59.932Z' 1.80.1
192024-09-16T13:58:59.932Z * toolchain channel = "1.80.1"
202024-09-16T13:58:59.932Z * toolchain profile = "default"
212024-09-16T13:58:59.932Z+ printf ' * toolchain profile = "%s"
222024-09-16T13:58:59.932Z' default
232024-09-16T13:58:59.934Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-16T13:58:59.934Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-16T13:59:00.050Zinfo: downloading installer
262024-09-16T13:59:01.268Zinfo: profile set to 'default'
272024-09-16T13:59:01.268Zinfo: default host triple is x86_64-unknown-illumos
282024-09-16T13:59:01.270Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-16T13:59:01.399Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-16T13:59:01.399Zinfo: downloading component 'cargo'
312024-09-16T13:59:02.015Zinfo: downloading component 'clippy'
322024-09-16T13:59:02.237Zinfo: downloading component 'rust-docs'
332024-09-16T13:59:03.097Zinfo: downloading component 'rust-std'
342024-09-16T13:59:04.311Zinfo: downloading component 'rustc'
352024-09-16T13:59:07.719Zinfo: downloading component 'rustfmt'
362024-09-16T13:59:07.903Zinfo: installing component 'cargo'
372024-09-16T13:59:08.733Zinfo: installing component 'clippy'
382024-09-16T13:59:09.105Zinfo: installing component 'rust-docs'
392024-09-16T13:59:10.717Zinfo: installing component 'rust-std'
402024-09-16T13:59:12.427Zinfo: installing component 'rustc'
412024-09-16T13:59:16.621Zinfo: installing component 'rustfmt'
422024-09-16T13:59:16.953Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-16T13:59:16.953Z
442024-09-16T13:59:17.207Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-16T13:59:17.207Z
462024-09-16T13:59:17.210Z
472024-09-16T13:59:17.210ZRust is installed now. Great!
482024-09-16T13:59:17.210Z
492024-09-16T13:59:17.210ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-16T13:59:17.210Zenvironment variable. This has not been done automatically.
512024-09-16T13:59:17.210Z
522024-09-16T13:59:17.210ZTo configure your current shell, you need to source
532024-09-16T13:59:17.210Zthe corresponding env file under $HOME/.cargo.
542024-09-16T13:59:17.210Z
552024-09-16T13:59:17.210ZThis is usually done by running one of the following (note the leading DOT):
562024-09-16T13:59:17.210Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-16T13:59:17.210Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-16T13:59:17.260Z+ rustc --version
592024-09-16T13:59:17.326Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-16T13:59:17.329Zprocess exited: duration 17399 ms, exit code 0
 
612024-09-16T13:59:17.334Zstarting task 2: "authentication"
622024-09-16T13:59:17.354Zprocess exited: duration 19 ms, exit code 0
 
632024-09-16T13:59:17.360Zstarting task 3: "clone repository"
642024-09-16T13:59:17.365Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-16T13:59:17.367Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-16T13:59:17.648ZCloning into '/work/oxidecomputer/omicron'...
672024-09-16T13:59:25.727Z+ cd /work/oxidecomputer/omicron
682024-09-16T13:59:25.729Z+ git fetch origin 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e
692024-09-16T13:59:26.070ZFrom https://github.com/oxidecomputer/omicron
702024-09-16T13:59:26.070Z * branch 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e -> FETCH_HEAD
712024-09-16T13:59:26.082Z+ [[ -n john/reconfigurator-oximeter-db ]]
722024-09-16T13:59:26.085Z++ git branch --show-current
732024-09-16T13:59:26.088Z+ current=main
742024-09-16T13:59:26.088Z+ [[ main != john/reconfigurator-oximeter-db ]]
752024-09-16T13:59:26.088Z+ git branch -f john/reconfigurator-oximeter-db 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e
762024-09-16T13:59:26.092Z+ git checkout -f john/reconfigurator-oximeter-db
772024-09-16T13:59:26.115ZSwitched to branch 'john/reconfigurator-oximeter-db'
782024-09-16T13:59:26.118Z+ git reset --hard 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e
792024-09-16T13:59:26.142ZHEAD is now at 96892a1d5 Merge branch 'main' into john/reconfigurator-oximeter-db
802024-09-16T13:59:26.145Zprocess exited: duration 8783 ms, exit code 0
 
812024-09-16T13:59:26.150Zstarting task 4: "build"
822024-09-16T13:59:26.156Z+ cargo --version
832024-09-16T13:59:26.217Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-16T13:59:26.220Z+ rustc --version
852024-09-16T13:59:26.285Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-16T13:59:26.289Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-16T13:59:36.282Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-16T13:59:39.062Z Startup: Caching catalogs ... Done
892024-09-16T13:59:41.817ZPlanning: Solver setup ... Done (2.105s)
902024-09-16T13:59:41.853ZPlanning: Running solver ... Done (0.036s)
912024-09-16T13:59:42.021ZPlanning: Finding local manifests ... Done (0.122s)
922024-09-16T13:59:42.050ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-16T13:59:42.305ZPlanning: Fetching manifests: 5/5 100% complete
942024-09-16T13:59:42.667ZPlanning: Package planning ... Done (0.362s)
952024-09-16T13:59:42.724ZPlanning: Merging actions ... Done (0.057s)
962024-09-16T13:59:44.265ZPlanning: Checking for conflicting actions ... Done (1.540s)
972024-09-16T13:59:55.589ZPlanning: Consolidating action changes ... Done (11.322s)
982024-09-16T13:59:55.960ZPlanning: Evaluating mediators ... Done (0.371s)
992024-09-16T13:59:56.176ZPlanning: Planning completed in 17.03 seconds
1002024-09-16T13:59:56.883Z Packages to install: 4
1012024-09-16T13:59:56.883Z Packages to update: 1
1022024-09-16T13:59:56.883Z Mediators to change: 2
1032024-09-16T13:59:56.886Z Services to change: 1
1042024-09-16T13:59:56.886Z Estimated space available: 155.72 GB
1052024-09-16T13:59:56.886ZEstimated space to be consumed: 1.54 GB
1062024-09-16T13:59:56.886Z Create boot environment: No
1072024-09-16T13:59:56.886ZCreate backup boot environment: Yes
1082024-09-16T13:59:56.886Z Rebuild boot archive: No
1092024-09-16T13:59:56.886Z
1102024-09-16T13:59:56.886ZChanged mediators:
1112024-09-16T13:59:56.886Z mediator clang:
1122024-09-16T13:59:56.886Z version: None -> 15 (system default)
1132024-09-16T13:59:56.886Z
1142024-09-16T13:59:56.886Z mediator llvm:
1152024-09-16T13:59:56.886Z version: 14 (system default) -> 15 (system default)
1162024-09-16T13:59:56.886Z
1172024-09-16T13:59:56.886ZChanged packages:
1182024-09-16T13:59:56.886Zhelios-dev
1192024-09-16T13:59:56.886Z developer/build-essential
1202024-09-16T13:59:56.886Z None -> 11-2.0
1212024-09-16T13:59:56.886Z library/libxmlsec1
1222024-09-16T13:59:56.886Z None -> 1.2.35-2.0
1232024-09-16T13:59:56.886Z ooce/developer/clang-15
1242024-09-16T13:59:56.886Z None -> 15.0.7-2.0
1252024-09-16T13:59:56.886Z ooce/developer/llvm-15
1262024-09-16T13:59:56.886Z None -> 15.0.7-2.0
1272024-09-16T13:59:56.886Z package/pkg
1282024-09-16T13:59:56.886Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-09-16T13:59:56.886Z
1302024-09-16T13:59:56.886ZServices:
1312024-09-16T13:59:56.886Z restart_fmri:
1322024-09-16T13:59:56.886Z svc:/system/update-man-index:default
1332024-09-16T13:59:56.886Z
1342024-09-16T13:59:56.887ZEditable files to change:
1352024-09-16T13:59:56.887Z Update:
1362024-09-16T13:59:56.887Z usr/share/lib/pkg/web/config.shtml
1372024-09-16T13:59:57.510Z
1382024-09-16T13:59:57.510ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-09-16T14:00:02.511ZDownload: 1198/4281 items 72.6/220.6MB 32% complete (14.5M/s)
1402024-09-16T14:00:07.513ZDownload: 2748/4281 items 120.6/220.6MB 54% complete (12.2M/s)
1412024-09-16T14:00:12.514ZDownload: 3787/4281 items 216.9/220.6MB 98% complete (14.6M/s)
1422024-09-16T14:00:14.257ZDownload: Completed 220.60 MB in 16.74 seconds (13.2M/s)
1432024-09-16T14:00:16.153Z Actions: 1/5063 actions (Removing old actions)
1442024-09-16T14:00:16.168Z Actions: 194/5063 actions (Installing new actions)
1452024-09-16T14:00:21.327Z Actions: 4077/5063 actions (Installing new actions)
1462024-09-16T14:00:23.203Z Actions: 4226/5063 actions (Updating modified actions)
1472024-09-16T14:00:23.677Z Actions: Completed 5063 actions in 7.52 seconds.
1482024-09-16T14:00:23.972Z Done (0.287s)
1492024-09-16T14:00:23.974Z Done (0.000s)
1502024-09-16T14:00:24.376Z Done (0.401s)
1512024-09-16T14:00:32.974Z Done (8.402s)
1522024-09-16T14:00:33.513Z Done (0.448s)
1532024-09-16T14:00:33.516Z Done (0.000s)
1542024-09-16T14:00:33.781Z Done (0.000s)
1552024-09-16T14:00:34.478ZPlanning: Evaluating mediator changes ... Done
1562024-09-16T14:00:34.661ZPlanning: Checking for conflicting actions ... Done
1572024-09-16T14:00:34.666ZPlanning: Consolidating action changes ... Done
1582024-09-16T14:00:34.951ZPlanning: Evaluating mediators ... Done
1592024-09-16T14:00:34.954ZPlanning: Planning completed in 0.47 seconds
1602024-09-16T14:00:34.992Z Mediators to change: 2
1612024-09-16T14:00:34.992Z Create boot environment: No
1622024-09-16T14:00:34.992ZCreate backup boot environment: No
1632024-09-16T14:00:35.074Z Done
1642024-09-16T14:00:35.074Z Done
1652024-09-16T14:00:35.341Z Done
1662024-09-16T14:00:39.485Z Done
1672024-09-16T14:00:39.576Z Done
1682024-09-16T14:00:39.587Z Done
1692024-09-16T14:00:39.696Z Done
1702024-09-16T14:00:40.295ZPlanning: Evaluating mediator changes ... Done
1712024-09-16T14:00:40.298ZPlanning: Merging actions ... Done
1722024-09-16T14:00:40.488ZPlanning: Checking for conflicting actions ... Done
1732024-09-16T14:00:40.490ZPlanning: Consolidating action changes ... Done
1742024-09-16T14:00:40.751ZPlanning: Evaluating mediators ... Done
1752024-09-16T14:00:40.805ZPlanning: Planning completed in 0.75 seconds
1762024-09-16T14:00:40.844Z Packages to change: 1
1772024-09-16T14:00:40.844Z Mediators to change: 1
1782024-09-16T14:00:40.847Z Services to change: 1
1792024-09-16T14:00:40.847Z Create boot environment: No
1802024-09-16T14:00:40.847ZCreate backup boot environment: Yes
1812024-09-16T14:00:42.706Z Actions: 1/6 actions (Updating modified actions)
1822024-09-16T14:00:42.871Z Actions: Completed 6 actions in 0.16 seconds.
1832024-09-16T14:00:42.872Z Done
1842024-09-16T14:00:42.872Z Done
1852024-09-16T14:00:42.955Z Done
1862024-09-16T14:00:46.640Z Done
1872024-09-16T14:00:46.727Z Done
1882024-09-16T14:00:46.731Z Done
1892024-09-16T14:00:46.841Z Done
1902024-09-16T14:00:47.287ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-09-16T14:00:47.287Zclang system 15 system
1922024-09-16T14:00:47.287Zcsh system system illumos
1932024-09-16T14:00:47.287Zctags system system illumos
1942024-09-16T14:00:47.287Zgcc vendor 12 vendor
1952024-09-16T14:00:47.287Zgcc system 10 system
1962024-09-16T14:00:47.287Zgcc system 7 system
1972024-09-16T14:00:47.287Zgo system 1.20 system
1982024-09-16T14:00:47.287Zgo system 1.19 system
1992024-09-16T14:00:47.287Zllvm system 15 system
2002024-09-16T14:00:47.287Zllvm system 14 system
2012024-09-16T14:00:47.288Zmariadb system 10.6 system
2022024-09-16T14:00:47.288Zmta vendor vendor dma
2032024-09-16T14:00:47.288Zopenjdk system 17 system
2042024-09-16T14:00:47.288Zopenjdk system 11 system
2052024-09-16T14:00:47.288Zopenjdk system 1.8 system
2062024-09-16T14:00:47.288Zopenssl vendor 3 vendor
2072024-09-16T14:00:47.288Zperl system 5.36 system
2082024-09-16T14:00:47.288Zpostgresql system 15 system
2092024-09-16T14:00:47.288Zpostgresql system 13 system
2102024-09-16T14:00:47.288Zpython vendor 3 vendor
2112024-09-16T14:00:47.288Zpython system 2 system
2122024-09-16T14:00:47.288Zpython3 system 3.11 system
2132024-09-16T14:00:47.288Zruby system 3.0 system
2142024-09-16T14:00:47.288Zwords vendor vendor american-english
2152024-09-16T14:00:47.288Zwords system system australian-english
2162024-09-16T14:00:47.288Zwords system system british-english
2172024-09-16T14:00:47.288Zwords system system canadian-english
2182024-09-16T14:00:47.288Zwords system system french
2192024-09-16T14:00:47.288Zwords system system italian
2202024-09-16T14:00:47.288Zwords system system ngerman
2212024-09-16T14:00:47.288Zwords system system ogerman
2222024-09-16T14:00:47.288Zwords system system spanish
2232024-09-16T14:00:47.620ZPUBLISHER TYPE STATUS P LOCATION
2242024-09-16T14:00:47.620Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-09-16T14:00:49.478ZFMRI IFO
2262024-09-16T14:00:49.478Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-09-16T14:00:49.478Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-09-16T14:00:49.478Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-09-16T14:00:49.478Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-09-16T14:00:49.478Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-09-16T14:00:49.478Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-09-16T14:00:49.478Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2332024-09-16T14:00:49.478Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2342024-09-16T14:00:49.478Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2352024-09-16T14:00:49.478Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-09-16T14:00:49.478Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-09-16T14:00:49.478Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2382024-09-16T14:00:49.478Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2392024-09-16T14:00:50.153Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402024-09-16T14:00:50.455Z Updating crates.io index
2412024-09-16T14:00:50.549Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-09-16T14:00:51.276Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-09-16T14:00:52.054Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-09-16T14:00:52.322Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-09-16T14:00:53.842Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-09-16T14:00:54.147Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-09-16T14:00:54.456Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-09-16T14:00:55.547Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-09-16T14:00:57.588Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-09-16T14:00:58.571Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-09-16T14:00:59.307Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-09-16T14:00:59.607Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-09-16T14:01:00.172Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-09-16T14:01:00.568Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-09-16T14:01:00.932Z Updating git repository `https://github.com/oxidecomputer/qorb`
2562024-09-16T14:01:01.255Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-09-16T14:01:01.822Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-09-16T14:01:02.085Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-09-16T14:01:02.378Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-09-16T14:01:02.659Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-09-16T14:01:02.913Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-09-16T14:01:03.235Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-09-16T14:01:03.664Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-09-16T14:01:04.174Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-09-16T14:01:04.428Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-09-16T14:01:04.909Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-09-16T14:01:05.229Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-09-16T14:01:05.666Z Updating git repository `https://github.com/oxidecomputer/typify`
2692024-09-16T14:01:08.235Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702024-09-16T14:01:08.513Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712024-09-16T14:01:08.770Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722024-09-16T14:01:09.186Z Updating git repository `https://github.com/oxidecomputer/rfb`
2732024-09-16T14:01:10.364Z Downloading crates ...
2742024-09-16T14:01:10.447Z Downloaded camino-tempfile v1.1.1
2752024-09-16T14:01:10.450Z Downloaded anstyle v1.0.8
2762024-09-16T14:01:10.453Z Downloaded autocfg v1.3.0
2772024-09-16T14:01:10.455Z Downloaded bytecount v0.6.8
2782024-09-16T14:01:10.458Z Downloaded cargo-platform v0.1.8
2792024-09-16T14:01:10.458Z Downloaded anstyle-parse v0.2.4
2802024-09-16T14:01:10.461Z Downloaded swrite v0.1.0
2812024-09-16T14:01:10.469Z Downloaded dtrace-parser v0.2.0
2822024-09-16T14:01:10.481Z Downloaded usdt-macro v0.5.0
2832024-09-16T14:01:10.485Z Downloaded anstream v0.6.14
2842024-09-16T14:01:10.485Z Downloaded usdt-attr-macro v0.5.0
2852024-09-16T14:01:10.488Z Downloaded equivalent v1.0.1
2862024-09-16T14:01:10.491Z Downloaded byteorder v1.5.0
2872024-09-16T14:01:10.494Z Downloaded block-buffer v0.10.4
2882024-09-16T14:01:10.494Z Downloaded scroll_derive v0.12.0
2892024-09-16T14:01:10.494Z Downloaded anstyle-query v1.0.3
2902024-09-16T14:01:10.499Z Downloaded is_terminal_polyfill v1.70.0
2912024-09-16T14:01:10.501Z Downloaded colorchoice v1.0.1
2922024-09-16T14:01:10.504Z Downloaded pretty-hex v0.4.1
2932024-09-16T14:01:10.512Z Downloaded itoa v1.0.11
2942024-09-16T14:01:10.514Z Downloaded heck v0.4.1
2952024-09-16T14:01:10.517Z Downloaded cpufeatures v0.2.12
2962024-09-16T14:01:10.517Z Downloaded cfg-if v1.0.0
2972024-09-16T14:01:10.519Z Downloaded cargo_metadata v0.18.1
2982024-09-16T14:01:10.522Z Downloaded clap_lex v0.7.0
2992024-09-16T14:01:10.524Z Downloaded serde_spanned v0.6.7
3002024-09-16T14:01:10.524Z Downloaded fnv v1.0.7
3012024-09-16T14:01:10.526Z Downloaded pest_generator v2.7.10
3022024-09-16T14:01:10.529Z Downloaded tabled_derive v0.7.0
3032024-09-16T14:01:10.531Z Downloaded smawk v0.3.2
3042024-09-16T14:01:10.531Z Downloaded generic-array v0.14.7
3052024-09-16T14:01:10.534Z Downloaded thread-id v4.2.1
3062024-09-16T14:01:10.534Z Downloaded thiserror v1.0.63
3072024-09-16T14:01:10.538Z Downloaded plain v0.2.3
3082024-09-16T14:01:10.541Z Downloaded errno v0.3.9
3092024-09-16T14:01:10.546Z Downloaded usdt v0.5.0
3102024-09-16T14:01:10.546Z Downloaded unicode-linebreak v0.1.5
3112024-09-16T14:01:10.546Z Downloaded version_check v0.9.5
3122024-09-16T14:01:10.549Z Downloaded proc-macro-error-attr v1.0.4
3132024-09-16T14:01:10.549Z Downloaded heck v0.5.0
3142024-09-16T14:01:10.549Z Downloaded dof v0.3.0
3152024-09-16T14:01:10.549Z Downloaded terminal_size v0.3.0
3162024-09-16T14:01:10.551Z Downloaded bitflags v2.6.0
3172024-09-16T14:01:10.554Z Downloaded memmap v0.7.0
3182024-09-16T14:01:10.556Z Downloaded serde_tokenstream v0.2.2
3192024-09-16T14:01:10.556Z Downloaded crypto-common v0.1.6
3202024-09-16T14:01:10.559Z Downloaded anyhow v1.0.86
3212024-09-16T14:01:10.561Z Downloaded fastrand v2.1.0
3222024-09-16T14:01:10.564Z Downloaded strsim v0.11.1
3232024-09-16T14:01:10.569Z Downloaded thiserror-impl v1.0.63
3242024-09-16T14:01:10.572Z Downloaded semver v1.0.23
3252024-09-16T14:01:10.574Z Downloaded proc-macro-error v1.0.4
3262024-09-16T14:01:10.577Z Downloaded toml_datetime v0.6.8
3272024-09-16T14:01:10.579Z Downloaded utf8parse v0.2.1
3282024-09-16T14:01:10.579Z Downloaded macaddr v1.0.1
3292024-09-16T14:01:10.582Z Downloaded fs-err v2.11.0
3302024-09-16T14:01:10.582Z Downloaded usdt-impl v0.5.0
3312024-09-16T14:01:10.585Z Downloaded once_cell v1.19.0
3322024-09-16T14:01:10.589Z Downloaded digest v0.10.7
3332024-09-16T14:01:10.593Z Downloaded camino v1.1.9
3342024-09-16T14:01:10.595Z Downloaded zerocopy-derive v0.7.34
3352024-09-16T14:01:10.599Z Downloaded sha2 v0.10.8
3362024-09-16T14:01:10.609Z Downloaded clap_derive v4.5.13
3372024-09-16T14:01:10.613Z Downloaded tempfile v3.10.1
3382024-09-16T14:01:10.616Z Downloaded quote v1.0.36
3392024-09-16T14:01:10.618Z Downloaded pest_derive v2.7.10
3402024-09-16T14:01:10.623Z Downloaded ucd-trie v0.1.6
3412024-09-16T14:01:10.626Z Downloaded scroll v0.12.0
3422024-09-16T14:01:10.629Z Downloaded toml v0.8.19
3432024-09-16T14:01:10.632Z Downloaded log v0.4.21
3442024-09-16T14:01:10.634Z Downloaded typenum v1.17.0
3452024-09-16T14:01:10.637Z Downloaded cargo_toml v0.20.4
3462024-09-16T14:01:10.639Z Downloaded clap v4.5.16
3472024-09-16T14:01:10.649Z Downloaded ryu v1.0.18
3482024-09-16T14:01:10.653Z Downloaded papergrid v0.11.0
3492024-09-16T14:01:10.659Z Downloaded proc-macro2 v1.0.86
3502024-09-16T14:01:10.670Z Downloaded unicode-ident v1.0.12
3512024-09-16T14:01:10.673Z Downloaded textwrap v0.16.1
3522024-09-16T14:01:10.676Z Downloaded pest_meta v2.7.10
3532024-09-16T14:01:10.678Z Downloaded serde_derive v1.0.208
3542024-09-16T14:01:10.680Z Downloaded indexmap v2.4.0
3552024-09-16T14:01:10.694Z Downloaded serde v1.0.208
3562024-09-16T14:01:10.701Z Downloaded memchr v2.7.2
3572024-09-16T14:01:10.715Z Downloaded toml_edit v0.22.20
3582024-09-16T14:01:10.737Z Downloaded pest v2.7.10
3592024-09-16T14:01:10.757Z Downloaded hashbrown v0.14.5
3602024-09-16T14:01:10.766Z Downloaded zerocopy v0.7.34
3612024-09-16T14:01:10.785Z Downloaded winnow v0.6.18
3622024-09-16T14:01:10.790Z Downloaded serde_json v1.0.125
3632024-09-16T14:01:10.797Z Downloaded clap_builder v4.5.15
3642024-09-16T14:01:10.804Z Downloaded goblin v0.8.2
3652024-09-16T14:01:10.810Z Downloaded tabled v0.15.0
3662024-09-16T14:01:10.826Z Downloaded syn v1.0.109
3672024-09-16T14:01:10.836Z Downloaded syn v2.0.74
3682024-09-16T14:01:10.857Z Downloaded rustix v0.38.34
3692024-09-16T14:01:10.879Z Downloaded unicode-width v0.1.13
3702024-09-16T14:01:10.900Z Downloaded libc v0.2.158
3712024-09-16T14:01:11.213Z Compiling proc-macro2 v1.0.86
3722024-09-16T14:01:11.216Z Compiling unicode-ident v1.0.12
3732024-09-16T14:01:11.216Z Compiling version_check v0.9.5
3742024-09-16T14:01:11.216Z Compiling serde v1.0.208
3752024-09-16T14:01:11.216Z Compiling thiserror v1.0.63
3762024-09-16T14:01:11.216Z Compiling memchr v2.7.2
3772024-09-16T14:01:11.249Z Compiling libc v0.2.158
3782024-09-16T14:01:11.252Z Compiling itoa v1.0.11
3792024-09-16T14:01:11.491Z Compiling ucd-trie v0.1.6
3802024-09-16T14:01:11.516Z Compiling ryu v1.0.18
3812024-09-16T14:01:11.903Z Compiling once_cell v1.19.0
3822024-09-16T14:01:12.099Z Compiling byteorder v1.5.0
3832024-09-16T14:01:12.295Z Compiling serde_json v1.0.125
3842024-09-16T14:01:12.530Z Compiling rustix v0.38.34
3852024-09-16T14:01:14.228Z Compiling bitflags v2.6.0
3862024-09-16T14:01:14.266Z Compiling proc-macro-error-attr v1.0.4
3872024-09-16T14:01:14.287Z Compiling usdt-impl v0.5.0
3882024-09-16T14:01:14.310Z Compiling syn v1.0.109
3892024-09-16T14:01:14.569Z Compiling proc-macro-error v1.0.4
3902024-09-16T14:01:14.637Z Compiling camino v1.1.9
3912024-09-16T14:01:14.640Z Compiling utf8parse v0.2.1
3922024-09-16T14:01:14.758Z Compiling plain v0.2.3
3932024-09-16T14:01:14.807Z Compiling hashbrown v0.14.5
3942024-09-16T14:01:14.866Z Compiling log v0.4.21
3952024-09-16T14:01:14.911Z Compiling equivalent v1.0.1
3962024-09-16T14:01:15.016Z Compiling thread-id v4.2.1
3972024-09-16T14:01:15.064Z Compiling quote v1.0.36
3982024-09-16T14:01:15.121Z Compiling anstyle-parse v0.2.4
3992024-09-16T14:01:15.223Z Compiling semver v1.0.23
4002024-09-16T14:01:15.351Z Compiling anstyle-query v1.0.3
4012024-09-16T14:01:15.471Z Compiling syn v2.0.74
4022024-09-16T14:01:15.523Z Compiling colorchoice v1.0.1
4032024-09-16T14:01:15.675Z Compiling errno v0.3.9
4042024-09-16T14:01:15.753Z Compiling winnow v0.6.18
4052024-09-16T14:01:15.756Z Compiling unicode-width v0.1.13
4062024-09-16T14:01:15.915Z Compiling autocfg v1.3.0
4072024-09-16T14:01:16.012Z Compiling anstyle v1.0.8
4082024-09-16T14:01:16.130Z Compiling indexmap v2.4.0
4092024-09-16T14:01:16.480Z Compiling pretty-hex v0.4.1
4102024-09-16T14:01:16.701Z Compiling is_terminal_polyfill v1.70.0
4112024-09-16T14:01:16.872Z Compiling fs-err v2.11.0
4122024-09-16T14:01:16.892Z Compiling anstream v0.6.14
4132024-09-16T14:01:17.437Z Compiling fastrand v2.1.0
4142024-09-16T14:01:17.508Z Compiling clap_lex v0.7.0
4152024-09-16T14:01:17.533Z Compiling anyhow v1.0.86
4162024-09-16T14:01:17.635Z Compiling heck v0.4.1
4172024-09-16T14:01:17.968Z Compiling terminal_size v0.3.0
4182024-09-16T14:01:18.004Z Compiling heck v0.5.0
4192024-09-16T14:01:18.125Z Compiling fnv v1.0.7
4202024-09-16T14:01:18.151Z Compiling bytecount v0.6.8
4212024-09-16T14:01:18.174Z Compiling cfg-if v1.0.0
4222024-09-16T14:01:18.277Z Compiling strsim v0.11.1
4232024-09-16T14:01:18.352Z Compiling papergrid v0.11.0
4242024-09-16T14:01:18.506Z Compiling tempfile v3.10.1
4252024-09-16T14:01:18.714Z Compiling clap_builder v4.5.15
4262024-09-16T14:01:19.224Z Compiling memmap v0.7.0
4272024-09-16T14:01:19.260Z Compiling unicode-linebreak v0.1.5
4282024-09-16T14:01:19.359Z Compiling smawk v0.3.2
4292024-09-16T14:01:19.590Z Compiling swrite v0.1.0
4302024-09-16T14:01:19.711Z Compiling textwrap v0.16.1
4312024-09-16T14:01:21.072Z Compiling tabled_derive v0.7.0
4322024-09-16T14:01:22.622Z Compiling tabled v0.15.0
4332024-09-16T14:01:24.085Z Compiling serde_derive v1.0.208
4342024-09-16T14:01:24.088Z Compiling thiserror-impl v1.0.63
4352024-09-16T14:01:24.088Z Compiling zerocopy-derive v0.7.34
4362024-09-16T14:01:24.139Z Compiling scroll_derive v0.12.0
4372024-09-16T14:01:24.189Z Compiling clap_derive v4.5.13
4382024-09-16T14:01:25.547Z Compiling scroll v0.12.0
4392024-09-16T14:01:26.016Z Compiling zerocopy v0.7.34
4402024-09-16T14:01:26.042Z Compiling goblin v0.8.2
4412024-09-16T14:01:26.704Z Compiling pest v2.7.10
4422024-09-16T14:01:28.142Z Compiling clap v4.5.16
4432024-09-16T14:01:29.251Z Compiling pest_meta v2.7.10
4442024-09-16T14:01:30.162Z Compiling pest_generator v2.7.10
4452024-09-16T14:01:31.975Z Compiling pest_derive v2.7.10
4462024-09-16T14:01:32.839Z Compiling dtrace-parser v0.2.0
4472024-09-16T14:01:34.795Z Compiling serde_tokenstream v0.2.2
4482024-09-16T14:01:34.934Z Compiling serde_spanned v0.6.7
4492024-09-16T14:01:34.934Z Compiling toml_datetime v0.6.8
4502024-09-16T14:01:35.058Z Compiling cargo-platform v0.1.8
4512024-09-16T14:01:35.328Z Compiling toml_edit v0.22.20
4522024-09-16T14:01:35.356Z Compiling macaddr v1.0.1
4532024-09-16T14:01:35.636Z Compiling camino-tempfile v1.1.1
4542024-09-16T14:01:36.228Z Compiling dof v0.3.0
4552024-09-16T14:01:36.415Z Compiling cargo_metadata v0.18.1
4562024-09-16T14:01:37.949Z Compiling usdt-attr-macro v0.5.0
4572024-09-16T14:01:37.949Z Compiling usdt-macro v0.5.0
4582024-09-16T14:01:38.179Z Compiling toml v0.8.19
4592024-09-16T14:01:39.084Z Compiling cargo_toml v0.20.4
4602024-09-16T14:01:39.301Z Compiling usdt v0.5.0
4612024-09-16T14:01:42.805Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622024-09-16T14:01:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.21s
4632024-09-16T14:01:47.382Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4642024-09-16T14:01:47.981Z Downloading crates ...
4652024-09-16T14:01:48.103Z Downloaded cfg_aliases v0.1.1
4662024-09-16T14:01:48.106Z Downloaded async-stream-impl v0.3.5
4672024-09-16T14:01:48.108Z Downloaded atomicwrites v0.4.3
4682024-09-16T14:01:48.111Z Downloaded bitstruct v0.1.1
4692024-09-16T14:01:48.113Z Downloaded ciborium-io v0.2.2
4702024-09-16T14:01:48.116Z Downloaded adler v1.0.2
4712024-09-16T14:01:48.118Z Downloaded aead v0.5.2
4722024-09-16T14:01:48.121Z Downloaded adler2 v2.0.0
4732024-09-16T14:01:48.124Z Downloaded http-body v1.0.0
4742024-09-16T14:01:48.126Z Downloaded crucible-workspace-hack v0.1.0
4752024-09-16T14:01:48.132Z Downloaded cipher v0.4.4
4762024-09-16T14:01:48.136Z Downloaded castaway v0.2.3
4772024-09-16T14:01:48.139Z Downloaded buf-list v1.0.3
4782024-09-16T14:01:48.141Z Downloaded ident_case v1.0.1
4792024-09-16T14:01:48.143Z Downloaded md5 v0.7.0
4802024-09-16T14:01:48.146Z Downloaded is_ci v1.2.0
4812024-09-16T14:01:48.146Z Downloaded atty v0.2.14
4822024-09-16T14:01:48.149Z Downloaded match_cfg v0.1.0
4832024-09-16T14:01:48.149Z Downloaded new_debug_unreachable v1.0.6
4842024-09-16T14:01:48.151Z Downloaded block-padding v0.3.3
4852024-09-16T14:01:48.151Z Downloaded async-recursion v1.1.1
4862024-09-16T14:01:48.154Z Downloaded bcrypt-pbkdf v0.10.0
4872024-09-16T14:01:48.157Z Downloaded indent_write v2.2.0
4882024-09-16T14:01:48.159Z Downloaded home v0.5.9
4892024-09-16T14:01:48.159Z Downloaded chacha20 v0.9.1
4902024-09-16T14:01:48.162Z Downloaded darling v0.20.9
4912024-09-16T14:01:48.167Z Downloaded indoc v1.0.9
4922024-09-16T14:01:48.170Z Downloaded lazycell v1.3.0
4932024-09-16T14:01:48.173Z Downloaded ipnetwork v0.20.0
4942024-09-16T14:01:48.175Z Downloaded cstr-argument v0.1.2
4952024-09-16T14:01:48.177Z Downloaded mockall v0.13.0
4962024-09-16T14:01:48.180Z Downloaded memoffset v0.9.1
4972024-09-16T14:01:48.180Z Downloaded lru v0.12.3
4982024-09-16T14:01:48.183Z Downloaded libsw v3.3.1
4992024-09-16T14:01:48.185Z Downloaded maybe-uninit v2.0.0
5002024-09-16T14:01:48.188Z Downloaded nodrop v0.1.14
5012024-09-16T14:01:48.188Z Downloaded base64ct v1.6.0
5022024-09-16T14:01:48.191Z Downloaded newtype-uuid v1.1.0
5032024-09-16T14:01:48.193Z Downloaded is-terminal v0.4.12
5042024-09-16T14:01:48.193Z Downloaded hubpack_derive v0.1.1
5052024-09-16T14:01:48.193Z Downloaded atomic-waker v1.1.2
5062024-09-16T14:01:48.196Z Downloaded bitflags v1.3.2
5072024-09-16T14:01:48.199Z Downloaded ahash v0.8.11
5082024-09-16T14:01:48.202Z Downloaded linked-hash-map v0.5.6
5092024-09-16T14:01:48.205Z Downloaded mime_guess v2.0.4
5102024-09-16T14:01:48.207Z Downloaded ciborium-ll v0.2.2
5112024-09-16T14:01:48.209Z Downloaded multer v3.1.0
5122024-09-16T14:01:48.212Z Downloaded cancel-safe-futures v0.1.5
5132024-09-16T14:01:48.215Z Downloaded newline-converter v0.3.0
5142024-09-16T14:01:48.217Z Downloaded newtype_derive v0.1.6
5152024-09-16T14:01:48.220Z Downloaded crossbeam-deque v0.8.5
5162024-09-16T14:01:48.223Z Downloaded httpdate v1.0.3
5172024-09-16T14:01:48.223Z Downloaded bitfield v0.14.0
5182024-09-16T14:01:48.225Z Downloaded bb8 v0.8.5
5192024-09-16T14:01:48.225Z Downloaded stable_deref_trait v1.2.0
5202024-09-16T14:01:48.228Z Downloaded hyper-tls v0.5.0
5212024-09-16T14:01:48.228Z Downloaded impl-trait-for-tuples v0.2.2
5222024-09-16T14:01:48.231Z Downloaded http-body v0.4.6
5232024-09-16T14:01:48.234Z Downloaded termtree v0.4.1
5242024-09-16T14:01:48.236Z Downloaded instant v0.1.12
5252024-09-16T14:01:48.239Z Downloaded console v0.15.8
5262024-09-16T14:01:48.241Z Downloaded constant_time_eq v0.3.0
5272024-09-16T14:01:48.244Z Downloaded maplit v1.0.2
5282024-09-16T14:01:48.244Z Downloaded libefi-sys v0.1.0
5292024-09-16T14:01:48.246Z Downloaded lazy_static v1.5.0
5302024-09-16T14:01:48.249Z Downloaded ref-cast-impl v1.0.23
5312024-09-16T14:01:48.249Z Downloaded arc-swap v1.7.1
5322024-09-16T14:01:48.253Z Downloaded tower-layer v0.3.2
5332024-09-16T14:01:48.255Z Downloaded tower-service v0.3.2
5342024-09-16T14:01:48.258Z Downloaded russh-cryptovec v0.7.2
5352024-09-16T14:01:48.258Z Downloaded derive_builder_macro v0.20.0
5362024-09-16T14:01:48.261Z Downloaded ciborium v0.2.2
5372024-09-16T14:01:48.263Z Downloaded bcs v0.1.6
5382024-09-16T14:01:48.266Z Downloaded zone_cfg_derive v0.1.2
5392024-09-16T14:01:48.266Z Downloaded schemars_derive v0.8.21
5402024-09-16T14:01:48.269Z Downloaded nibble_vec v0.1.0
5412024-09-16T14:01:48.269Z Downloaded cbc v0.1.2
5422024-09-16T14:01:48.272Z Downloaded csv-core v0.1.11
5432024-09-16T14:01:48.274Z Downloaded cookie_store v0.20.0
5442024-09-16T14:01:48.277Z Downloaded serde_arrays v0.1.0
5452024-09-16T14:01:48.279Z Downloaded hyper-util v0.1.3
5462024-09-16T14:01:48.281Z Downloaded foreign-types-shared v0.3.1
5472024-09-16T14:01:48.284Z Downloaded strip-ansi-escapes v0.2.0
5482024-09-16T14:01:48.287Z Downloaded slog-stdlog v4.1.1
5492024-09-16T14:01:48.287Z Downloaded sha1 v0.10.6
5502024-09-16T14:01:48.289Z Downloaded inout v0.1.3
5512024-09-16T14:01:48.289Z Downloaded hyper-rustls v0.24.2
5522024-09-16T14:01:48.292Z Downloaded foreign-types-shared v0.1.1
5532024-09-16T14:01:48.295Z Downloaded number_prefix v0.4.0
5542024-09-16T14:01:48.295Z Downloaded num_threads v0.1.7
5552024-09-16T14:01:48.297Z Downloaded strum_macros v0.25.3
5562024-09-16T14:01:48.300Z Downloaded miniz_oxide v0.7.2
5572024-09-16T14:01:48.302Z Downloaded ipnet v2.9.0
5582024-09-16T14:01:48.305Z Downloaded phf_shared v0.10.0
5592024-09-16T14:01:48.307Z Downloaded untrusted v0.7.1
5602024-09-16T14:01:48.307Z Downloaded blake2 v0.10.6
5612024-09-16T14:01:48.310Z Downloaded termios v0.3.3
5622024-09-16T14:01:48.312Z Downloaded rustls-pki-types v1.7.0
5632024-09-16T14:01:48.314Z Downloaded xattr v1.3.1
5642024-09-16T14:01:48.317Z Downloaded deranged v0.3.11
5652024-09-16T14:01:48.319Z Downloaded defmt-parser v0.3.4
5662024-09-16T14:01:48.322Z Downloaded native-tls v0.2.11
5672024-09-16T14:01:48.325Z Downloaded slog-term v2.9.1
5682024-09-16T14:01:48.327Z Downloaded const_format_proc_macros v0.2.33
5692024-09-16T14:01:48.330Z Downloaded take_mut v0.2.2
5702024-09-16T14:01:48.330Z Downloaded num v0.4.3
5712024-09-16T14:01:48.333Z Downloaded indexmap v1.9.3
5722024-09-16T14:01:48.336Z Downloaded hash32 v0.2.1
5732024-09-16T14:01:48.339Z Downloaded funty v2.0.0
5742024-09-16T14:01:48.339Z Downloaded fragile v2.0.0
5752024-09-16T14:01:48.341Z Downloaded form_urlencoded v1.2.1
5762024-09-16T14:01:48.344Z Downloaded fallible-iterator v0.2.0
5772024-09-16T14:01:48.344Z Downloaded hash32 v0.3.1
5782024-09-16T14:01:48.346Z Downloaded serde_with_macros v3.9.0
5792024-09-16T14:01:48.349Z Downloaded tokio-rustls v0.25.0
5802024-09-16T14:01:48.351Z Downloaded pkg-config v0.3.30
5812024-09-16T14:01:48.355Z Downloaded num_enum v0.5.11
5822024-09-16T14:01:48.358Z Downloaded bytes v1.7.1
5832024-09-16T14:01:48.363Z Downloaded phf v0.11.2
5842024-09-16T14:01:48.365Z Downloaded vte_generate_state_changes v0.1.1
5852024-09-16T14:01:48.368Z Downloaded normalize-line-endings v0.3.0
5862024-09-16T14:01:48.368Z Downloaded predicates-tree v1.0.9
5872024-09-16T14:01:48.370Z Downloaded rustls-pemfile v1.0.4
5882024-09-16T14:01:48.373Z Downloaded primeorder v0.13.6
5892024-09-16T14:01:48.373Z Downloaded scopeguard v1.2.0
5902024-09-16T14:01:48.376Z Downloaded scheduled-thread-pool v0.2.7
5912024-09-16T14:01:48.379Z Downloaded derive_builder_core v0.20.0
5922024-09-16T14:01:48.382Z Downloaded derive_builder v0.20.0
5932024-09-16T14:01:48.385Z Downloaded socket2 v0.4.10
5942024-09-16T14:01:48.387Z Downloaded tap v1.0.1
5952024-09-16T14:01:48.390Z Downloaded structmeta-derive v0.3.0
5962024-09-16T14:01:48.392Z Downloaded erased-serde v0.3.31
5972024-09-16T14:01:48.395Z Downloaded signal-hook-mio v0.2.4
5982024-09-16T14:01:48.395Z Downloaded psl-types v2.0.11
5992024-09-16T14:01:48.398Z Downloaded parse-size v1.0.0
6002024-09-16T14:01:48.398Z Downloaded base64 v0.13.1
6012024-09-16T14:01:48.400Z Downloaded const_format v0.2.33
6022024-09-16T14:01:48.406Z Downloaded static_assertions v1.1.0
6032024-09-16T14:01:48.409Z Downloaded tiny-keccak v2.0.2
6042024-09-16T14:01:48.411Z Downloaded pkcs8 v0.10.2
6052024-09-16T14:01:48.414Z Downloaded serde-big-array v0.5.1
6062024-09-16T14:01:48.417Z Downloaded mio v0.8.11
6072024-09-16T14:01:48.421Z Downloaded postgres-types v0.2.7
6082024-09-16T14:01:48.424Z Downloaded foreign-types v0.5.0
6092024-09-16T14:01:48.427Z Downloaded slog-bunyan v2.5.0
6102024-09-16T14:01:48.427Z Downloaded try-lock v0.2.5
6112024-09-16T14:01:48.429Z Downloaded defmt v0.3.8
6122024-09-16T14:01:48.432Z Downloaded toolchain_find v0.4.0
6132024-09-16T14:01:48.435Z Downloaded parse-display v0.10.0
6142024-09-16T14:01:48.438Z Downloaded serde_derive_internals v0.29.1
6152024-09-16T14:01:48.438Z Downloaded ppv-lite86 v0.2.17
6162024-09-16T14:01:48.440Z Downloaded socket2 v0.5.7
6172024-09-16T14:01:48.451Z Downloaded crypto-bigint v0.5.5
6182024-09-16T14:01:48.459Z Downloaded topological-sort v0.2.2
6192024-09-16T14:01:48.462Z Downloaded opaque-debug v0.3.1
6202024-09-16T14:01:48.464Z Downloaded serde-hex v0.1.0
6212024-09-16T14:01:48.464Z Downloaded secrecy v0.8.0
6222024-09-16T14:01:48.467Z Downloaded rustc_version v0.4.0
6232024-09-16T14:01:48.467Z Downloaded supports-color v3.0.1
6242024-09-16T14:01:48.470Z Downloaded stringprep v0.1.4
6252024-09-16T14:01:48.470Z Downloaded tokio-tungstenite v0.23.1
6262024-09-16T14:01:48.473Z Downloaded semver v0.1.20
6272024-09-16T14:01:48.475Z Downloaded resolv-conf v0.7.0
6282024-09-16T14:01:48.478Z Downloaded data-encoding v2.6.0
6292024-09-16T14:01:48.478Z Downloaded tracing v0.1.40
6302024-09-16T14:01:48.482Z Downloaded strum v0.26.3
6312024-09-16T14:01:48.486Z Downloaded sync_wrapper v0.1.2
6322024-09-16T14:01:48.486Z Downloaded subtle v2.5.0
6332024-09-16T14:01:48.486Z Downloaded nu-ansi-term v0.50.0
6342024-09-16T14:01:48.488Z Downloaded packed_struct v0.10.1
6352024-09-16T14:01:48.491Z Downloaded unsafe-libyaml v0.2.11
6362024-09-16T14:01:48.494Z Downloaded slog v2.7.0
6372024-09-16T14:01:48.498Z Downloaded serde_yaml v0.9.34+deprecated
6382024-09-16T14:01:48.502Z Downloaded difflib v0.4.0
6392024-09-16T14:01:48.505Z Downloaded enum-as-inner v0.5.1
6402024-09-16T14:01:48.505Z Downloaded http v0.2.12
6412024-09-16T14:01:48.509Z Downloaded diesel_table_macro_syntax v0.2.0
6422024-09-16T14:01:48.511Z Downloaded olpc-cjson v0.1.3
6432024-09-16T14:01:48.511Z Downloaded rpassword v7.3.1
6442024-09-16T14:01:48.514Z Downloaded pin-utils v0.1.0
6452024-09-16T14:01:48.514Z Downloaded peg-runtime v0.8.3
6462024-09-16T14:01:48.517Z Downloaded heck v0.3.3
6472024-09-16T14:01:48.517Z Downloaded getopts v0.2.21
6482024-09-16T14:01:48.519Z Downloaded gethostname v0.5.0
6492024-09-16T14:01:48.520Z Downloaded headers-core v0.2.0
6502024-09-16T14:01:48.525Z Downloaded rand_core v0.6.4
6512024-09-16T14:01:48.525Z Downloaded snafu-derive v0.8.2
6522024-09-16T14:01:48.525Z Downloaded tinyvec v1.6.0
6532024-09-16T14:01:48.528Z Downloaded smallvec v1.13.2
6542024-09-16T14:01:48.530Z Downloaded rustc_version v0.1.7
6552024-09-16T14:01:48.530Z Downloaded rustc-hash v1.1.0
6562024-09-16T14:01:48.533Z Downloaded rcgen v0.12.1
6572024-09-16T14:01:48.537Z Downloaded tui-tree-widget v0.22.0
6582024-09-16T14:01:48.540Z Downloaded des v0.8.1
6592024-09-16T14:01:48.540Z Downloaded vte v0.11.1
6602024-09-16T14:01:48.543Z Downloaded vsss-rs v3.3.4
6612024-09-16T14:01:48.545Z Downloaded ssh-encoding v0.2.0
6622024-09-16T14:01:48.545Z Downloaded strum_macros v0.24.3
6632024-09-16T14:01:48.548Z Downloaded spki v0.7.3
6642024-09-16T14:01:48.551Z Downloaded zeroize v1.7.0
6652024-09-16T14:01:48.551Z Downloaded unicode_categories v0.1.1
6662024-09-16T14:01:48.553Z Downloaded unicase v2.7.0
6672024-09-16T14:01:48.556Z Downloaded unarray v0.1.4
6682024-09-16T14:01:48.559Z Downloaded path-slash v0.1.5
6692024-09-16T14:01:48.559Z Downloaded futures-core v0.3.30
6702024-09-16T14:01:48.561Z Downloaded foreign-types v0.3.2
6712024-09-16T14:01:48.561Z Downloaded ff v0.13.0
6722024-09-16T14:01:48.565Z Downloaded dirs-next v2.0.0
6732024-09-16T14:01:48.565Z Downloaded group v0.13.0
6742024-09-16T14:01:48.565Z Downloaded pkcs1 v0.7.5
6752024-09-16T14:01:48.568Z Downloaded peg-macros v0.8.4
6762024-09-16T14:01:48.570Z Downloaded pin-project-lite v0.2.14
6772024-09-16T14:01:48.575Z Downloaded waitgroup v0.1.2
6782024-09-16T14:01:48.577Z Downloaded fxhash v0.2.1
6792024-09-16T14:01:48.578Z Downloaded quick-error v1.2.3
6802024-09-16T14:01:48.580Z Downloaded rustc-demangle v0.1.24
6812024-09-16T14:01:48.583Z Downloaded hyper v1.4.1
6822024-09-16T14:01:48.588Z Downloaded salsa20 v0.10.2
6832024-09-16T14:01:48.590Z Downloaded tabwriter v1.4.0
6842024-09-16T14:01:48.593Z Downloaded structmeta v0.2.0
6852024-09-16T14:01:48.593Z Downloaded dhcproto-macros v0.1.0
6862024-09-16T14:01:48.595Z Downloaded darling_macro v0.20.9
6872024-09-16T14:01:48.595Z Downloaded zone_cfg_derive v0.3.0
6882024-09-16T14:01:48.595Z Downloaded tokio-macros v2.4.0
6892024-09-16T14:01:48.598Z Downloaded spin v0.5.2
6902024-09-16T14:01:48.598Z Downloaded rtoolbox v0.0.2
6912024-09-16T14:01:48.600Z Downloaded twox-hash v1.6.3
6922024-09-16T14:01:48.603Z Downloaded x509-cert v0.2.5
6932024-09-16T14:01:48.607Z Downloaded crossterm v0.27.0
6942024-09-16T14:01:48.614Z Downloaded display-error-chain v0.2.1
6952024-09-16T14:01:48.617Z Downloaded slog-envlogger v2.2.0
6962024-09-16T14:01:48.617Z Downloaded utf-8 v0.7.6
6972024-09-16T14:01:48.620Z Downloaded pem-rfc7468 v0.7.0
6982024-09-16T14:01:48.622Z Downloaded predicates v3.1.2
6992024-09-16T14:01:48.625Z Downloaded precomputed-hash v0.1.1
7002024-09-16T14:01:48.627Z Downloaded downcast v0.11.0
7012024-09-16T14:01:48.627Z Downloaded percent-encoding v2.3.1
7022024-09-16T14:01:48.630Z Downloaded wait-timeout v0.2.0
7032024-09-16T14:01:48.630Z Downloaded russh-keys v0.45.0
7042024-09-16T14:01:48.632Z Downloaded rustyline v14.0.0
7052024-09-16T14:01:48.638Z Downloaded blake3 v1.5.1
7062024-09-16T14:01:48.647Z Downloaded thiserror-impl-no-std v2.0.2
7072024-09-16T14:01:48.649Z Downloaded time-core v0.1.2
7082024-09-16T14:01:48.652Z Downloaded dirs-sys-next v0.1.2
7092024-09-16T14:01:48.652Z Downloaded endian-type v0.1.2
7102024-09-16T14:01:48.652Z Downloaded portpicker v0.1.1
7112024-09-16T14:01:48.654Z Downloaded zone v0.1.8
7122024-09-16T14:01:48.654Z Downloaded tokio-native-tls v0.3.1
7132024-09-16T14:01:48.657Z Downloaded serde_repr v0.1.19
7142024-09-16T14:01:48.660Z Downloaded diff v0.1.13
7152024-09-16T14:01:48.662Z Downloaded serde_plain v1.0.2
7162024-09-16T14:01:48.665Z Downloaded num-bigint v0.4.5
7172024-09-16T14:01:48.668Z Downloaded openssl-macros v0.1.1
7182024-09-16T14:01:48.670Z Downloaded wyz v0.5.1
7192024-09-16T14:01:48.673Z Downloaded hashlink v0.9.1
7202024-09-16T14:01:48.673Z Downloaded sigpipe v0.1.3
7212024-09-16T14:01:48.675Z Downloaded num-conv v0.1.0
7222024-09-16T14:01:48.675Z Downloaded dyn-clone v1.0.17
7232024-09-16T14:01:48.678Z Downloaded dsl_auto_type v0.1.2
7242024-09-16T14:01:48.678Z Downloaded publicsuffix v2.2.3
7252024-09-16T14:01:48.681Z Downloaded float-cmp v0.9.0
7262024-09-16T14:01:48.684Z Downloaded futures-channel v0.3.30
7272024-09-16T14:01:48.686Z Downloaded uzers v0.11.3
7282024-09-16T14:01:48.686Z Downloaded tokio-util v0.7.11
7292024-09-16T14:01:48.693Z Downloaded openssl-probe v0.1.5
7302024-09-16T14:01:48.696Z Downloaded sqlparser_derive v0.2.2
7312024-09-16T14:01:48.696Z Downloaded sqlformat v0.2.4
7322024-09-16T14:01:48.698Z Downloaded slog-json v2.6.1
7332024-09-16T14:01:48.701Z Downloaded shlex v1.3.0
7342024-09-16T14:01:48.701Z Downloaded thread_local v1.1.8
7352024-09-16T14:01:48.703Z Downloaded polyval v0.6.2
7362024-09-16T14:01:48.705Z Downloaded num-integer v0.1.46
7372024-09-16T14:01:48.706Z Downloaded num-iter v0.1.45
7382024-09-16T14:01:48.708Z Downloaded radium v0.7.0
7392024-09-16T14:01:48.708Z Downloaded uuid v1.10.0
7402024-09-16T14:01:48.711Z Downloaded thiserror-no-std v2.0.2
7412024-09-16T14:01:48.715Z Downloaded scrypt v0.11.0
7422024-09-16T14:01:48.718Z Downloaded want v0.3.1
7432024-09-16T14:01:48.718Z Downloaded same-file v1.0.6
7442024-09-16T14:01:48.721Z Downloaded time-macros v0.2.18
7452024-09-16T14:01:48.727Z Downloaded sct v0.7.1
7462024-09-16T14:01:48.727Z Downloaded slog-dtrace v0.3.0
7472024-09-16T14:01:48.727Z Downloaded headers v0.3.9
7482024-09-16T14:01:48.734Z Downloaded powerfmt v0.2.0
7492024-09-16T14:01:48.737Z Downloaded which v4.4.2
7502024-09-16T14:01:48.737Z Downloaded fallible-iterator v0.3.0
7512024-09-16T14:01:48.737Z Downloaded enum-as-inner v0.6.0
7522024-09-16T14:01:48.739Z Downloaded test-strategy v0.3.1
7532024-09-16T14:01:48.742Z Downloaded ron v0.8.1
7542024-09-16T14:01:48.747Z Downloaded oso-derive v0.27.3
7552024-09-16T14:01:48.750Z Downloaded postcard v1.0.8
7562024-09-16T14:01:48.752Z Downloaded siphasher v0.3.11
7572024-09-16T14:01:48.755Z Downloaded num-complex v0.4.6
7582024-09-16T14:01:48.755Z Downloaded pin-project-internal v1.1.5
7592024-09-16T14:01:48.757Z Downloaded num-rational v0.4.2
7602024-09-16T14:01:48.760Z Downloaded r2d2 v0.8.10
7612024-09-16T14:01:48.760Z Downloaded ssh-cipher v0.2.0
7622024-09-16T14:01:48.762Z Downloaded float-ord v0.3.2
7632024-09-16T14:01:48.762Z Downloaded poly1305 v0.8.0
7642024-09-16T14:01:48.764Z Downloaded aho-corasick v1.1.3
7652024-09-16T14:01:48.770Z Downloaded pem v3.0.4
7662024-09-16T14:01:48.773Z Downloaded signal-hook-registry v1.4.2
7672024-09-16T14:01:48.775Z Downloaded tungstenite v0.20.1
7682024-09-16T14:01:48.777Z Downloaded yasna v0.5.2
7692024-09-16T14:01:48.779Z Downloaded peg v0.8.4
7702024-09-16T14:01:48.782Z Downloaded tinyvec_macros v0.1.1
7712024-09-16T14:01:48.785Z Downloaded pbkdf2 v0.12.2
7722024-09-16T14:01:48.787Z Downloaded whoami v1.5.1
7732024-09-16T14:01:48.789Z Downloaded slog-async v2.8.0
7742024-09-16T14:01:48.789Z Downloaded slab v0.4.9
7752024-09-16T14:01:48.792Z Downloaded filetime v0.2.25
7762024-09-16T14:01:48.792Z Downloaded pin-project v1.1.5
7772024-09-16T14:01:48.803Z Downloaded itertools v0.13.0
7782024-09-16T14:01:48.810Z Downloaded pbkdf2 v0.11.0
7792024-09-16T14:01:48.813Z Downloaded typed-path v0.7.1
7802024-09-16T14:01:48.819Z Downloaded hashbrown v0.13.2
7812024-09-16T14:01:48.823Z Downloaded num-traits v0.2.19
7822024-09-16T14:01:48.826Z Downloaded owo-colors v4.0.0
7832024-09-16T14:01:48.829Z Downloaded paste v1.0.15
7842024-09-16T14:01:48.832Z Downloaded globset v0.4.14
7852024-09-16T14:01:48.834Z Downloaded serde_with v3.9.0
7862024-09-16T14:01:48.842Z Downloaded p521 v0.13.3
7872024-09-16T14:01:48.846Z Downloaded postgres-protocol v0.6.7
7882024-09-16T14:01:48.849Z Downloaded hyper v0.14.30
7892024-09-16T14:01:48.856Z Downloaded similar v2.6.0
7902024-09-16T14:01:48.861Z Downloaded num-bigint-dig v0.8.4
7912024-09-16T14:01:48.866Z Downloaded unicode-normalization v0.1.23
7922024-09-16T14:01:48.870Z Downloaded walkdir v2.5.0
7932024-09-16T14:01:48.873Z Downloaded oso v0.27.3
7942024-09-16T14:01:48.876Z Downloaded tungstenite v0.21.0
7952024-09-16T14:01:48.878Z Downloaded bitvec v1.0.1
7962024-09-16T14:01:48.894Z Downloaded tungstenite v0.23.0
7972024-09-16T14:01:48.897Z Downloaded rand v0.8.5
7982024-09-16T14:01:48.900Z Downloaded rusqlite v0.31.0
7992024-09-16T14:01:48.907Z Downloaded samael v0.0.17
8002024-09-16T14:01:48.913Z Downloaded heapless v0.7.17
8012024-09-16T14:01:48.917Z Downloaded futures-util v0.3.30
8022024-09-16T14:01:48.933Z Downloaded flate2 v1.0.33
8032024-09-16T14:01:48.936Z Downloaded chrono v0.4.38
8042024-09-16T14:01:48.941Z Downloaded openssl-sys v0.9.103
8052024-09-16T14:01:48.948Z Downloaded p256 v0.13.2
8062024-09-16T14:01:48.950Z Downloaded steno v0.4.1
8072024-09-16T14:01:48.954Z Downloaded portable-atomic v1.6.0
8082024-09-16T14:01:48.961Z Downloaded idna v0.3.0
8092024-09-16T14:01:48.968Z Downloaded idna v0.5.0
8102024-09-16T14:01:48.975Z Downloaded rustls-webpki v0.101.7
8112024-09-16T14:01:48.990Z Downloaded lalrpop v0.19.12
8122024-09-16T14:01:49.001Z Downloaded ssh-key v0.6.6
8132024-09-16T14:01:49.008Z Downloaded time v0.3.36
8142024-09-16T14:01:49.015Z Downloaded h2 v0.3.26
8152024-09-16T14:01:49.023Z Downloaded regex v1.10.6
8162024-09-16T14:01:49.035Z Downloaded winnow v0.5.40
8172024-09-16T14:01:49.044Z Downloaded proptest v1.5.0
8182024-09-16T14:01:49.054Z Downloaded p384 v0.13.0
8192024-09-16T14:01:49.060Z Downloaded curve25519-dalek v4.1.3
8202024-09-16T14:01:49.069Z Downloaded rayon v1.10.0
8212024-09-16T14:01:49.079Z Downloaded sqlparser v0.45.0
8222024-09-16T14:01:49.084Z Downloaded dropshot v0.10.1
8232024-09-16T14:01:49.095Z Downloaded rustls v0.21.12
8242024-09-16T14:01:49.109Z Downloaded git2 v0.19.0
8252024-09-16T14:01:49.116Z Downloaded bstr v1.9.1
8262024-09-16T14:01:49.126Z Downloaded gimli v0.28.1
8272024-09-16T14:01:49.135Z Downloaded smoltcp v0.9.1
8282024-09-16T14:01:49.147Z Downloaded smoltcp v0.11.0
8292024-09-16T14:01:49.159Z Downloaded radix_trie v0.2.1
8302024-09-16T14:01:49.164Z Downloaded openapiv3 v2.0.0
8312024-09-16T14:01:49.177Z Downloaded rustls v0.22.4
8322024-09-16T14:01:49.190Z Downloaded webpki-roots v0.25.4
8332024-09-16T14:01:49.194Z Downloaded regress v0.9.1
8342024-09-16T14:01:49.203Z Downloaded openssl v0.10.66
8352024-09-16T14:01:49.212Z Downloaded regex-syntax v0.6.29
8362024-09-16T14:01:49.220Z Downloaded polar-core v0.27.3
8372024-09-16T14:01:49.229Z Downloaded sled v0.34.7
8382024-09-16T14:01:49.238Z Downloaded ratatui v0.28.0
8392024-09-16T14:01:49.258Z Downloaded regex-syntax v0.8.4
8402024-09-16T14:01:49.267Z Downloaded diesel v2.2.3
8412024-09-16T14:01:49.288Z Downloaded object v0.32.2
8422024-09-16T14:01:49.298Z Downloaded petgraph v0.6.5
8432024-09-16T14:01:49.316Z Downloaded trust-dns-proto v0.22.0
8442024-09-16T14:01:49.329Z Downloaded nix v0.29.0
8452024-09-16T14:01:49.341Z Downloaded hickory-proto v0.24.1
8462024-09-16T14:01:49.357Z Downloaded bzip2-sys v0.1.11+1.0.8
8472024-09-16T14:01:49.369Z Downloaded nix v0.27.1
8482024-09-16T14:01:49.380Z Downloaded zerocopy-derive v0.6.6
8492024-09-16T14:01:49.390Z Downloaded nix v0.28.0
8502024-09-16T14:01:49.403Z Downloaded regex-automata v0.4.6
8512024-09-16T14:01:49.421Z Downloaded finl_unicode v1.2.0
8522024-09-16T14:01:49.434Z Downloaded object v0.30.4
8532024-09-16T14:01:49.444Z Downloaded sha3 v0.10.8
8542024-09-16T14:01:49.449Z Downloaded tokio v1.39.3
8552024-09-16T14:01:49.487Z Downloaded csv v1.3.0
8562024-09-16T14:01:49.509Z Downloaded idna v0.4.0
8572024-09-16T14:01:49.517Z Downloaded idna v0.2.3
8582024-09-16T14:01:49.525Z Downloaded reqwest v0.11.27
8592024-09-16T14:01:49.534Z Downloaded quick-xml v0.33.0
8602024-09-16T14:01:49.541Z Downloaded h2 v0.4.6
8612024-09-16T14:01:49.548Z Downloaded encoding_rs v0.8.34
8622024-09-16T14:01:49.571Z Downloaded rustls-webpki v0.102.4
8632024-09-16T14:01:49.588Z Downloaded libgit2-sys v0.17.0+1.8.1
8642024-09-16T14:01:49.647Z Downloaded vcpkg v0.2.15
8652024-09-16T14:01:49.685Z Downloaded zerocopy v0.6.6
8662024-09-16T14:01:49.687Z Downloaded heapless v0.8.0
8672024-09-16T14:01:49.690Z Downloaded unicode-segmentation v1.11.0
8682024-09-16T14:01:49.694Z Downloaded bindgen v0.69.4
8692024-09-16T14:01:49.701Z Downloaded tokio-postgres v0.7.11
8702024-09-16T14:01:49.706Z Downloaded pkcs5 v0.7.1
8712024-09-16T14:01:49.709Z Downloaded diesel_derives v2.2.2
8722024-09-16T14:01:49.713Z Downloaded darling_core v0.20.9
8732024-09-16T14:01:49.718Z Downloaded url v2.5.2
8742024-09-16T14:01:49.721Z Downloaded nom v7.1.3
8752024-09-16T14:01:49.726Z Downloaded reedline v0.33.0
8762024-09-16T14:01:49.733Z Downloaded signature v2.2.0
8772024-09-16T14:01:49.736Z Downloaded signal-hook-tokio v0.3.1
8782024-09-16T14:01:49.736Z Downloaded toml_edit v0.19.15
8792024-09-16T14:01:49.753Z Downloaded spin v0.9.8
8802024-09-16T14:01:49.756Z Downloaded tls_codec_derive v0.4.1
8812024-09-16T14:01:49.758Z Downloaded embedded-io v0.4.0
8822024-09-16T14:01:49.759Z Downloaded ed25519 v2.2.3
8832024-09-16T14:01:49.761Z Downloaded ecdsa v0.16.9
8842024-09-16T14:01:49.761Z Downloaded num-derive v0.4.2
8852024-09-16T14:01:49.763Z Downloaded flume v0.11.0
8862024-09-16T14:01:49.766Z Downloaded russh v0.45.0
8872024-09-16T14:01:49.772Z Downloaded futures v0.3.30
8882024-09-16T14:01:49.777Z Downloaded zip v0.6.6
8892024-09-16T14:01:49.782Z Downloaded unicode-bidi v0.3.15
8902024-09-16T14:01:49.785Z Downloaded crossterm v0.28.1
8912024-09-16T14:01:49.793Z Downloaded elliptic-curve v0.13.8
8922024-09-16T14:01:49.797Z Downloaded hashbrown v0.12.3
8932024-09-16T14:01:49.801Z Downloaded ron v0.7.1
8942024-09-16T14:01:49.806Z Downloaded tough v0.17.1
8952024-09-16T14:01:49.815Z Downloaded half v2.4.1
8962024-09-16T14:01:49.818Z Downloaded ed25519-dalek v2.1.1
8972024-09-16T14:01:49.821Z Downloaded shell-words v1.1.0
8982024-09-16T14:01:49.824Z Downloaded phf_shared v0.11.2
8992024-09-16T14:01:49.824Z Downloaded hkdf v0.12.4
9002024-09-16T14:01:49.826Z Downloaded rand_chacha v0.3.1
9012024-09-16T14:01:49.828Z Downloaded tracing-core v0.1.32
9022024-09-16T14:01:49.831Z Downloaded serde_path_to_error v0.1.16
9032024-09-16T14:01:49.831Z Downloaded sec1 v0.7.3
9042024-09-16T14:01:49.833Z Downloaded string_cache v0.8.7
9052024-09-16T14:01:49.837Z Downloaded libxml v0.3.3
9062024-09-16T14:01:49.840Z Downloaded itertools v0.12.1
9072024-09-16T14:01:49.847Z Downloaded ring v0.16.20
9082024-09-16T14:01:49.931Z Downloaded snafu v0.8.2
9092024-09-16T14:01:49.936Z Downloaded tower v0.4.13
9102024-09-16T14:01:49.945Z Downloaded itertools v0.10.5
9112024-09-16T14:01:49.951Z Downloaded foreign-types-macros v0.2.3
9122024-09-16T14:01:49.953Z Downloaded ena v0.14.3
9132024-09-16T14:01:49.956Z Downloaded omicron-zone-package v0.11.0
9142024-09-16T14:01:49.958Z Downloaded expectorate v1.1.0
9152024-09-16T14:01:49.958Z Downloaded aes-gcm v0.10.3
9162024-09-16T14:01:49.962Z Downloaded dhcproto v0.12.0
9172024-09-16T14:01:49.964Z Downloaded derive_more v0.99.18
9182024-09-16T14:01:49.969Z Downloaded toml v0.7.8
9192024-09-16T14:01:49.972Z Downloaded prettyplease v0.2.20
9202024-09-16T14:01:49.975Z Downloaded mio v1.0.2
9212024-09-16T14:01:49.981Z Downloaded minimal-lexical v0.2.1
9222024-09-16T14:01:49.986Z Downloaded rfc6979 v0.4.0
9232024-09-16T14:01:49.988Z Downloaded subprocess v0.2.9
9242024-09-16T14:01:49.991Z Downloaded der v0.7.9
9252024-09-16T14:01:49.994Z Downloaded ghash v0.5.1
9262024-09-16T14:01:49.997Z Downloaded getrandom v0.2.14
9272024-09-16T14:01:49.999Z Downloaded password-hash v0.5.0
9282024-09-16T14:01:50.002Z Downloaded rayon-core v1.12.1
9292024-09-16T14:01:50.004Z Downloaded unicode-truncate v1.0.0
9302024-09-16T14:01:50.006Z Downloaded tracing-attributes v0.1.27
9312024-09-16T14:01:50.008Z Downloaded rsa v0.9.6
9322024-09-16T14:01:50.012Z Downloaded rusty-fork v0.3.0
9332024-09-16T14:01:50.014Z Downloaded rustversion v1.0.17
9342024-09-16T14:01:50.016Z Downloaded tls_codec v0.4.1
9352024-09-16T14:01:50.019Z Downloaded tokio-tungstenite v0.20.1
9362024-09-16T14:01:50.021Z Downloaded libm v0.2.8
9372024-09-16T14:01:50.027Z Downloaded structmeta v0.3.0
9382024-09-16T14:01:50.030Z Downloaded proc-macro-crate v1.3.1
9392024-09-16T14:01:50.030Z Downloaded fatfs v0.3.6
9402024-09-16T14:01:50.032Z Downloaded flagset v0.4.5
9412024-09-16T14:01:50.034Z Downloaded fixedbitset v0.4.2
9422024-09-16T14:01:50.034Z Downloaded zeroize_derive v1.4.2
9432024-09-16T14:01:50.037Z Downloaded password-hash v0.4.2
9442024-09-16T14:01:50.040Z Downloaded vergen v8.3.2
9452024-09-16T14:01:50.040Z Downloaded signal-hook v0.3.17
9462024-09-16T14:01:50.043Z Downloaded aes v0.8.4
9472024-09-16T14:01:50.046Z Downloaded value-bag v1.9.0
9482024-09-16T14:01:50.049Z Downloaded parking_lot v0.12.2
9492024-09-16T14:01:50.051Z Downloaded rand_xorshift v0.3.0
9502024-09-16T14:01:50.053Z Downloaded rand_seeder v0.3.0
9512024-09-16T14:01:50.053Z Downloaded parse-display-derive v0.10.0
9522024-09-16T14:01:50.056Z Downloaded tokio-tungstenite v0.21.0
9532024-09-16T14:01:50.058Z Downloaded tokio-stream v0.1.15
9542024-09-16T14:01:50.060Z Downloaded tokio-rustls v0.24.1
9552024-09-16T14:01:50.063Z Downloaded indicatif v0.17.8
9562024-09-16T14:01:50.066Z Downloaded crossbeam-channel v0.5.12
9572024-09-16T14:01:50.070Z Downloaded derive-where v1.2.7
9582024-09-16T14:01:50.073Z Downloaded hex-literal v0.4.1
9592024-09-16T14:01:50.076Z Downloaded hex v0.4.3
9602024-09-16T14:01:50.076Z Downloaded futures-macro v0.3.30
9612024-09-16T14:01:50.078Z Downloaded futures-io v0.3.30
9622024-09-16T14:01:50.078Z Downloaded futures-executor v0.3.30
9632024-09-16T14:01:50.081Z Downloaded rustls-pemfile v2.1.3
9642024-09-16T14:01:50.081Z Downloaded futures-task v0.3.30
9652024-09-16T14:01:50.083Z Downloaded futures-sink v0.3.30
9662024-09-16T14:01:50.083Z Downloaded fd-lock v4.0.2
9672024-09-16T14:01:50.085Z Downloaded fallible-streaming-iterator v0.1.9
9682024-09-16T14:01:50.085Z Downloaded either v1.13.0
9692024-09-16T14:01:50.088Z Downloaded dropshot_endpoint v0.10.1
9702024-09-16T14:01:50.088Z Downloaded defmt-macros v0.3.9
9712024-09-16T14:01:50.090Z Downloaded debug-ignore v1.0.5
9722024-09-16T14:01:50.092Z Downloaded schemars v0.8.21
9732024-09-16T14:01:50.102Z Downloaded parking_lot_core v0.9.10
9742024-09-16T14:01:50.105Z Downloaded libz-sys v1.1.16
9752024-09-16T14:01:50.172Z Downloaded parking_lot_core v0.8.6
9762024-09-16T14:01:50.176Z Downloaded chacha20poly1305 v0.10.1
9772024-09-16T14:01:50.179Z Downloaded backtrace v0.3.71
9782024-09-16T14:01:50.182Z Downloaded smf v0.2.3
9792024-09-16T14:01:50.183Z Downloaded smallvec v0.6.14
9802024-09-16T14:01:50.185Z Downloaded parking_lot v0.11.2
9812024-09-16T14:01:50.185Z Downloaded tar v0.4.41
9822024-09-16T14:01:50.188Z Downloaded base64 v0.22.1
9832024-09-16T14:01:50.191Z Downloaded structmeta-derive v0.2.0
9842024-09-16T14:01:50.193Z Downloaded slog-scope v4.4.0
9852024-09-16T14:01:50.193Z Downloaded env_logger v0.10.2
9862024-09-16T14:01:50.196Z Downloaded env_logger v0.9.3
9872024-09-16T14:01:50.198Z Downloaded http v1.1.0
9882024-09-16T14:01:50.202Z Downloaded hickory-resolver v0.24.1
9892024-09-16T14:01:50.206Z Downloaded ring v0.17.8
9902024-09-16T14:01:50.277Z Downloaded mockall_derive v0.13.0
9912024-09-16T14:01:50.279Z Downloaded compact_str v0.8.0
9922024-09-16T14:01:50.282Z Downloaded base64 v0.21.7
9932024-09-16T14:01:50.286Z Downloaded miniz_oxide v0.8.0
9942024-09-16T14:01:50.288Z Downloaded pretty-hex v0.2.1
9952024-09-16T14:01:50.291Z Downloaded predicates-core v1.0.6
9962024-09-16T14:01:50.291Z Downloaded hickory-server v0.24.1
9972024-09-16T14:01:50.295Z Downloaded der_derive v0.7.2
9982024-09-16T14:01:50.297Z Downloaded libsqlite3-sys v0.28.0
9992024-09-16T14:01:50.373Z Downloaded universal-hash v0.5.1
10002024-09-16T14:01:50.376Z Downloaded cc v1.0.97
10012024-09-16T14:01:50.378Z Downloaded packed_struct_codegen v0.10.1
10022024-09-16T14:01:50.379Z Downloaded num_enum_derive v0.5.11
10032024-09-16T14:01:50.381Z Downloaded term v0.7.0
10042024-09-16T14:01:50.383Z Downloaded strum_macros v0.26.4
10052024-09-16T14:01:50.386Z Downloaded hmac v0.12.1
10062024-09-16T14:01:50.389Z Downloaded crossbeam-utils v0.8.19
10072024-09-16T14:01:50.391Z Downloaded crc-any v2.5.0
10082024-09-16T14:01:50.391Z Downloaded glob v0.3.1
10092024-09-16T14:01:50.393Z Downloaded const-oid v0.9.6
10102024-09-16T14:01:50.396Z Downloaded zone v0.3.0
10112024-09-16T14:01:50.396Z Downloaded unicode-xid v0.2.4
10122024-09-16T14:01:50.396Z Downloaded untrusted v0.9.0
10132024-09-16T14:01:50.398Z Downloaded memmap2 v0.9.4
10142024-09-16T14:01:50.400Z Downloaded termcolor v1.4.1
10152024-09-16T14:01:50.401Z Downloaded lock_api v0.4.12
10162024-09-16T14:01:50.403Z Downloaded libloading v0.8.3
10172024-09-16T14:01:50.403Z Downloaded ascii v1.1.0
10182024-09-16T14:01:50.406Z Downloaded argon2 v0.5.3
10192024-09-16T14:01:50.408Z Downloaded serde_urlencoded v0.7.1
10202024-09-16T14:01:50.408Z Downloaded iana-time-zone v0.1.60
10212024-09-16T14:01:50.411Z Downloaded crossbeam-epoch v0.9.18
10222024-09-16T14:01:50.414Z Downloaded cookie v0.18.1
10232024-09-16T14:01:50.416Z Downloaded crc32fast v1.4.0
10242024-09-16T14:01:50.418Z Downloaded cookie v0.17.0
10252024-09-16T14:01:50.418Z Downloaded linear-map v1.2.0
10262024-09-16T14:01:50.421Z Downloaded clang-sys v1.7.0
10272024-09-16T14:01:50.423Z Downloaded rustfmt-wrapper v0.2.1
10282024-09-16T14:01:50.423Z Downloaded multimap v0.10.0
10292024-09-16T14:01:50.426Z Downloaded mime v0.3.17
10302024-09-16T14:01:50.426Z Downloaded md-5 v0.10.6
10312024-09-16T14:01:50.428Z Downloaded cobs v0.2.3
10322024-09-16T14:01:50.428Z Downloaded async-trait v0.1.82
10332024-09-16T14:01:50.431Z Downloaded lru-cache v0.1.2
10342024-09-16T14:01:50.433Z Downloaded allocator-api2 v0.2.18
10352024-09-16T14:01:50.436Z Downloaded ref-cast v1.0.23
10362024-09-16T14:01:50.438Z Downloaded keccak v0.1.5
10372024-09-16T14:01:50.438Z Downloaded async-bb8-diesel v0.2.1
10382024-09-16T14:01:50.440Z Downloaded matches v0.1.10
10392024-09-16T14:01:50.440Z Downloaded curve25519-dalek-derive v0.1.1
10402024-09-16T14:01:50.443Z Downloaded cassowary v0.3.0
10412024-09-16T14:01:50.443Z Downloaded arrayvec v0.7.4
10422024-09-16T14:01:50.445Z Downloaded hostname v0.3.1
10432024-09-16T14:01:50.447Z Downloaded async-stream v0.3.5
10442024-09-16T14:01:50.447Z Downloaded jobserver v0.1.32
10452024-09-16T14:01:50.450Z Downloaded cexpr v0.6.0
10462024-09-16T14:01:50.452Z Downloaded backoff v0.4.0
10472024-09-16T14:01:50.452Z Downloaded addr2line v0.21.0
10482024-09-16T14:01:50.455Z Downloaded bzip2 v0.4.4
10492024-09-16T14:01:50.457Z Downloaded blowfish v0.9.1
10502024-09-16T14:01:50.458Z Downloaded bit-set v0.5.3
10512024-09-16T14:01:50.458Z Downloaded arrayref v0.3.7
10522024-09-16T14:01:50.460Z Downloaded nanorand v0.7.0
10532024-09-16T14:01:50.463Z Downloaded httparse v1.8.0
10542024-09-16T14:01:50.463Z Downloaded highway v1.2.0
10552024-09-16T14:01:50.465Z Downloaded managed v0.8.0
10562024-09-16T14:01:50.465Z Downloaded humantime v2.1.0
10572024-09-16T14:01:50.468Z Downloaded crc v3.2.1
10582024-09-16T14:01:50.470Z Downloaded convert_case v0.4.0
10592024-09-16T14:01:50.470Z Downloaded http-range v0.1.5
10602024-09-16T14:01:50.470Z Downloaded ctr v0.9.2
10612024-09-16T14:01:50.473Z Downloaded crc-catalog v2.4.0
10622024-09-16T14:01:50.473Z Downloaded bit-vec v0.6.3
10632024-09-16T14:01:50.476Z Downloaded crunchy v0.2.2
10642024-09-16T14:01:50.476Z Downloaded internet-checksum v0.2.1
10652024-09-16T14:01:50.476Z Downloaded lalrpop-util v0.19.12
10662024-09-16T14:01:50.478Z Downloaded kstat-rs v0.2.4
10672024-09-16T14:01:50.478Z Downloaded instability v0.3.2
10682024-09-16T14:01:50.478Z Downloaded hyper-staticfile v0.9.5
10692024-09-16T14:01:50.481Z Downloaded bitfield-struct v0.6.1
10702024-09-16T14:01:50.481Z Downloaded hubpack v0.1.2
10712024-09-16T14:01:50.483Z Downloaded hostname v0.4.0
10722024-09-16T14:01:50.483Z Downloaded colored v2.1.0
10732024-09-16T14:01:50.486Z Downloaded base16ct v0.2.0
10742024-09-16T14:01:50.486Z Downloaded hickory-client v0.24.1
10752024-09-16T14:01:50.488Z Downloaded cfg_aliases v0.2.1
10762024-09-16T14:01:50.491Z Downloaded bitstruct_derive v0.1.0
10772024-09-16T14:01:50.491Z Downloaded array-init v0.0.4
10782024-09-16T14:01:50.491Z Downloaded assert_matches v1.5.0
10792024-09-16T14:01:50.493Z Downloaded ascii-canvas v3.0.0
10802024-09-16T14:01:50.580Z Compiling serde v1.0.208
10812024-09-16T14:01:50.583Z Compiling lock_api v0.4.12
10822024-09-16T14:01:50.583Z Compiling scopeguard v1.2.0
10832024-09-16T14:01:50.583Z Compiling value-bag v1.9.0
10842024-09-16T14:01:50.583Z Compiling typenum v1.17.0
10852024-09-16T14:01:50.583Z Compiling generic-array v0.14.7
10862024-09-16T14:01:50.784Z Compiling syn v2.0.74
10872024-09-16T14:01:50.787Z Compiling getrandom v0.2.14
10882024-09-16T14:01:50.865Z Compiling jobserver v0.1.32
10892024-09-16T14:01:51.091Z Compiling rand_core v0.6.4
10902024-09-16T14:01:51.289Z Compiling log v0.4.21
10912024-09-16T14:01:51.306Z Compiling cc v1.0.97
10922024-09-16T14:01:51.368Z Compiling pin-project-lite v0.2.14
10932024-09-16T14:01:51.499Z Compiling smallvec v1.13.2
10942024-09-16T14:01:51.608Z Compiling subtle v2.5.0
10952024-09-16T14:01:51.633Z Compiling parking_lot_core v0.9.10
10962024-09-16T14:01:51.845Z Compiling const-oid v0.9.6
10972024-09-16T14:01:52.008Z Compiling signal-hook-registry v1.4.2
10982024-09-16T14:01:52.046Z Compiling mio v1.0.2
10992024-09-16T14:01:52.306Z Compiling socket2 v0.5.7
11002024-09-16T14:01:52.900Z Compiling parking_lot v0.12.2
11012024-09-16T14:01:53.019Z Compiling ahash v0.8.11
11022024-09-16T14:01:53.342Z Compiling futures-sink v0.3.30
11032024-09-16T14:01:53.416Z Compiling futures-core v0.3.30
11042024-09-16T14:01:53.506Z Compiling slab v0.4.9
11052024-09-16T14:01:53.524Z Compiling allocator-api2 v0.2.18
11062024-09-16T14:01:53.685Z Compiling spin v0.9.8
11072024-09-16T14:01:53.715Z Compiling tinyvec_macros v0.1.1
11082024-09-16T14:01:53.813Z Compiling tinyvec v1.6.0
11092024-09-16T14:01:53.879Z Compiling futures-channel v0.3.30
11102024-09-16T14:01:54.032Z Compiling futures-io v0.3.30
11112024-09-16T14:01:54.123Z Compiling libm v0.2.8
11122024-09-16T14:01:54.292Z Compiling serde_json v1.0.125
11132024-09-16T14:01:54.312Z Compiling cpufeatures v0.2.12
11142024-09-16T14:01:54.330Z Compiling futures-task v0.3.30
11152024-09-16T14:01:54.371Z Compiling pin-utils v0.1.0
11162024-09-16T14:01:54.412Z Compiling num-traits v0.2.19
11172024-09-16T14:01:54.473Z Compiling unicode-bidi v0.3.15
11182024-09-16T14:01:54.639Z Compiling tracing-core v0.1.32
11192024-09-16T14:01:54.705Z Compiling vcpkg v0.2.15
11202024-09-16T14:01:54.965Z Compiling pkg-config v0.3.30
11212024-09-16T14:01:55.402Z Compiling unicode-normalization v0.1.23
11222024-09-16T14:01:55.975Z Compiling ring v0.17.8
11232024-09-16T14:01:55.996Z Compiling base64ct v1.6.0
11242024-09-16T14:01:55.996Z Compiling percent-encoding v2.3.1
11252024-09-16T14:01:56.378Z Compiling ppv-lite86 v0.2.17
11262024-09-16T14:01:56.485Z Compiling pem-rfc7468 v0.7.0
11272024-09-16T14:01:56.531Z Compiling flagset v0.4.5
11282024-09-16T14:01:56.613Z Compiling httparse v1.8.0
11292024-09-16T14:01:56.745Z Compiling rustix v0.38.34
11302024-09-16T14:01:56.871Z Compiling openssl-sys v0.9.103
11312024-09-16T14:01:57.124Z Compiling rand_chacha v0.3.1
11322024-09-16T14:01:57.188Z Compiling try-lock v0.2.5
11332024-09-16T14:01:57.227Z Compiling untrusted v0.9.0
11342024-09-16T14:01:57.335Z Compiling want v0.3.1
11352024-09-16T14:01:57.591Z Compiling rand v0.8.5
11362024-09-16T14:01:57.688Z Compiling rustversion v1.0.17
11372024-09-16T14:01:57.873Z Compiling tower-service v0.3.2
11382024-09-16T14:01:57.992Z Compiling num-conv v0.1.0
11392024-09-16T14:01:58.064Z Compiling powerfmt v0.2.0
11402024-09-16T14:01:58.273Z Compiling foreign-types-shared v0.1.1
11412024-09-16T14:01:58.387Z Compiling httpdate v1.0.3
11422024-09-16T14:01:58.404Z Compiling time-core v0.1.2
11432024-09-16T14:01:58.453Z Compiling openssl v0.10.66
11442024-09-16T14:01:58.557Z Compiling time-macros v0.2.18
11452024-09-16T14:01:58.873Z Compiling foreign-types v0.3.2
11462024-09-16T14:01:58.893Z Compiling deranged v0.3.11
11472024-09-16T14:01:58.973Z Compiling form_urlencoded v1.2.1
11482024-09-16T14:01:59.157Z Compiling aho-corasick v1.1.3
11492024-09-16T14:01:59.227Z Compiling rustls v0.21.12
11502024-09-16T14:01:59.361Z Compiling native-tls v0.2.11
11512024-09-16T14:01:59.492Z Compiling crossbeam-utils v0.8.19
11522024-09-16T14:01:59.667Z Compiling regex-syntax v0.8.4
11532024-09-16T14:02:00.071Z Compiling syn v1.0.109
11542024-09-16T14:02:00.592Z Compiling siphasher v0.3.11
11552024-09-16T14:02:00.628Z Compiling num_threads v0.1.7
11562024-09-16T14:02:00.925Z Compiling idna v0.5.0
11572024-09-16T14:02:01.474Z Compiling time v0.3.36
11582024-09-16T14:02:02.080Z Compiling cookie v0.17.0
11592024-09-16T14:02:02.310Z Compiling finl_unicode v1.2.0
11602024-09-16T14:02:02.353Z Compiling slog v2.7.0
11612024-09-16T14:02:02.805Z Compiling regex-automata v0.4.6
11622024-09-16T14:02:02.840Z Compiling openssl-probe v0.1.5
11632024-09-16T14:02:03.141Z Compiling iana-time-zone v0.1.60
11642024-09-16T14:02:03.705Z Compiling stringprep v0.1.4
11652024-09-16T14:02:03.959Z Compiling url v2.5.2
11662024-09-16T14:02:04.468Z Compiling serde_derive v1.0.208
11672024-09-16T14:02:04.582Z Compiling zeroize_derive v1.4.2
11682024-09-16T14:02:04.871Z Compiling zerocopy-derive v0.7.34
11692024-09-16T14:02:05.518Z Compiling tokio-macros v2.4.0
11702024-09-16T14:02:05.664Z Compiling futures-macro v0.3.30
11712024-09-16T14:02:06.018Z Compiling zeroize v1.7.0
11722024-09-16T14:02:06.181Z Compiling thiserror-impl v1.0.63
11732024-09-16T14:02:06.953Z Compiling zerocopy v0.7.34
11742024-09-16T14:02:07.141Z Compiling tracing-attributes v0.1.27
11752024-09-16T14:02:07.528Z Compiling futures-util v0.3.30
11762024-09-16T14:02:07.662Z Compiling crypto-common v0.1.6
11772024-09-16T14:02:07.879Z Compiling block-buffer v0.10.4
11782024-09-16T14:02:08.132Z Compiling digest v0.10.7
11792024-09-16T14:02:08.571Z Compiling hmac v0.12.1
11802024-09-16T14:02:08.815Z Compiling block-padding v0.3.3
11812024-09-16T14:02:09.063Z Compiling hashbrown v0.14.5
11822024-09-16T14:02:09.121Z Compiling inout v0.1.3
11832024-09-16T14:02:09.304Z Compiling thiserror v1.0.63
11842024-09-16T14:02:09.355Z Compiling cipher v0.4.4
11852024-09-16T14:02:09.438Z Compiling sha2 v0.10.8
11862024-09-16T14:02:09.817Z Compiling pest v2.7.10
11872024-09-16T14:02:10.389Z Compiling der_derive v0.7.2
11882024-09-16T14:02:10.656Z Compiling tracing v0.1.40
11892024-09-16T14:02:11.153Z Compiling salsa20 v0.10.2
11902024-09-16T14:02:11.369Z Compiling pbkdf2 v0.12.2
11912024-09-16T14:02:11.542Z Compiling scroll_derive v0.12.0
11922024-09-16T14:02:12.710Z Compiling pest_meta v2.7.10
11932024-09-16T14:02:12.811Z Compiling scrypt v0.11.0
11942024-09-16T14:02:12.832Z Compiling der v0.7.9
11952024-09-16T14:02:12.946Z Compiling scroll v0.12.0
11962024-09-16T14:02:13.286Z Compiling cbc v0.1.2
11972024-09-16T14:02:13.333Z Compiling aes v0.8.4
11982024-09-16T14:02:13.476Z Compiling goblin v0.8.2
11992024-09-16T14:02:13.495Z Compiling openssl-macros v0.1.1
12002024-09-16T14:02:14.259Z Compiling pest_generator v2.7.10
12012024-09-16T14:02:14.679Z Compiling md-5 v0.10.6
12022024-09-16T14:02:14.935Z Compiling spki v0.7.3
12032024-09-16T14:02:15.315Z Compiling pkcs5 v0.7.1
12042024-09-16T14:02:16.016Z Compiling pkcs8 v0.10.2
12052024-09-16T14:02:16.039Z Compiling pin-project-internal v1.1.5
12062024-09-16T14:02:16.717Z Compiling num-integer v0.1.46
12072024-09-16T14:02:17.500Z Compiling idna v0.3.0
12082024-09-16T14:02:17.532Z Compiling backtrace v0.3.71
12092024-09-16T14:02:17.551Z Compiling pest_derive v2.7.10
12102024-09-16T14:02:17.995Z Compiling bytes v1.7.1
12112024-09-16T14:02:18.181Z Compiling indexmap v2.4.0
12122024-09-16T14:02:18.335Z Compiling bitflags v2.6.0
12132024-09-16T14:02:19.056Z Compiling tokio v1.39.3
12142024-09-16T14:02:19.212Z Compiling http v0.2.12
12152024-09-16T14:02:19.239Z Compiling semver v1.0.23
12162024-09-16T14:02:19.973Z Compiling rustc_version v0.4.0
12172024-09-16T14:02:20.240Z Compiling http v1.1.0
12182024-09-16T14:02:20.730Z Compiling heapless v0.7.17
12192024-09-16T14:02:21.174Z Compiling http-body v0.4.6
12202024-09-16T14:02:21.647Z Compiling dof v0.3.0
12212024-09-16T14:02:21.927Z Compiling rustls-webpki v0.101.7
12222024-09-16T14:02:22.789Z Compiling sct v0.7.1
12232024-09-16T14:02:23.099Z Compiling dtrace-parser v0.2.0
12242024-09-16T14:02:23.750Z Compiling uuid v1.10.0
12252024-09-16T14:02:23.808Z Compiling usdt-impl v0.5.0
12262024-09-16T14:02:25.024Z Compiling serde_tokenstream v0.2.2
12272024-09-16T14:02:25.270Z Compiling chrono v0.4.38
12282024-09-16T14:02:25.291Z Compiling serde_spanned v0.6.7
12292024-09-16T14:02:25.446Z Compiling toml_datetime v0.6.8
12302024-09-16T14:02:25.527Z Compiling lazy_static v1.5.0
12312024-09-16T14:02:25.652Z Compiling hash32 v0.2.1
12322024-09-16T14:02:25.676Z Compiling adler v1.0.2
12332024-09-16T14:02:25.931Z Compiling fallible-iterator v0.2.0
12342024-09-16T14:02:26.004Z Compiling gimli v0.28.1
12352024-09-16T14:02:26.072Z Compiling signal-hook v0.3.17
12362024-09-16T14:02:26.382Z Compiling num-bigint-dig v0.8.4
12372024-09-16T14:02:26.655Z Compiling crc32fast v1.4.0
12382024-09-16T14:02:26.718Z Compiling psl-types v2.0.11
12392024-09-16T14:02:26.957Z Compiling stable_deref_trait v1.2.0
12402024-09-16T14:02:27.082Z Compiling atomic-waker v1.1.2
12412024-09-16T14:02:27.230Z Compiling base64 v0.22.1
12422024-09-16T14:02:27.268Z Compiling smoltcp v0.9.1
12432024-09-16T14:02:28.045Z Compiling tokio-util v0.7.11
12442024-09-16T14:02:28.776Z Compiling tokio-native-tls v0.3.1
12452024-09-16T14:02:29.086Z Compiling h2 v0.3.26
12462024-09-16T14:02:29.311Z Compiling h2 v0.4.6
12472024-09-16T14:02:29.538Z Compiling tokio-rustls v0.24.1
12482024-09-16T14:02:29.971Z Compiling postgres-protocol v0.6.7
12492024-09-16T14:02:30.976Z Compiling addr2line v0.21.0
12502024-09-16T14:02:31.074Z Compiling hubpack_derive v0.1.1
12512024-09-16T14:02:31.409Z Compiling publicsuffix v2.2.3
12522024-09-16T14:02:31.713Z Compiling miniz_oxide v0.7.2
12532024-09-16T14:02:31.740Z Compiling terminal_size v0.3.0
12542024-09-16T14:02:31.972Z Compiling http-body v1.0.0
12552024-09-16T14:02:32.116Z Compiling pin-project v1.1.5
12562024-09-16T14:02:32.259Z Compiling num-iter v0.1.45
12572024-09-16T14:02:32.286Z Compiling async-trait v0.1.82
12582024-09-16T14:02:32.471Z Compiling zerocopy-derive v0.6.6
12592024-09-16T14:02:33.236Z Compiling phf_shared v0.11.2
12602024-09-16T14:02:33.542Z Compiling serde_derive_internals v0.29.1
12612024-09-16T14:02:33.638Z Compiling ff v0.13.0
12622024-09-16T14:02:33.818Z Compiling object v0.32.2
12632024-09-16T14:02:33.889Z Compiling fs-err v2.11.0
12642024-09-16T14:02:34.225Z Compiling managed v0.8.0
12652024-09-16T14:02:34.693Z Compiling base16ct v0.2.0
12662024-09-16T14:02:34.757Z Compiling tower-layer v0.3.2
12672024-09-16T14:02:34.793Z Compiling either v1.13.0
12682024-09-16T14:02:35.045Z Compiling ipnet v2.9.0
12692024-09-16T14:02:35.067Z Compiling adler2 v2.0.0
12702024-09-16T14:02:35.215Z Compiling bitflags v1.3.2
12712024-09-16T14:02:35.262Z Compiling winnow v0.5.40
12722024-09-16T14:02:35.298Z Compiling rustc-demangle v0.1.24
12732024-09-16T14:02:35.335Z Compiling anyhow v1.0.86
12742024-09-16T14:02:36.005Z Compiling schemars v0.8.21
12752024-09-16T14:02:36.319Z Compiling base64 v0.21.7
12762024-09-16T14:02:36.474Z Compiling hyper v0.14.30
12772024-09-16T14:02:36.562Z Compiling schemars_derive v0.8.21
12782024-09-16T14:02:37.110Z Compiling hyper v1.4.1
12792024-09-16T14:02:38.593Z Compiling rustls-pemfile v1.0.4
12802024-09-16T14:02:39.041Z Compiling toml_edit v0.19.15
12812024-09-16T14:02:39.253Z Compiling clap_builder v4.5.15
12822024-09-16T14:02:40.023Z Compiling miniz_oxide v0.8.0
12832024-09-16T14:02:40.308Z Compiling tower v0.4.13
12842024-09-16T14:02:41.225Z Compiling sec1 v0.7.3
12852024-09-16T14:02:41.265Z Compiling zerocopy v0.6.6
12862024-09-16T14:02:41.443Z Compiling group v0.13.0
12872024-09-16T14:02:41.577Z Compiling phf v0.11.2
12882024-09-16T14:02:41.782Z Compiling cookie_store v0.20.0
12892024-09-16T14:02:41.885Z Compiling hubpack v0.1.2
12902024-09-16T14:02:42.676Z Compiling postgres-types v0.2.7
12912024-09-16T14:02:43.120Z Compiling usdt-macro v0.5.0
12922024-09-16T14:02:43.314Z Compiling hyper-tls v0.5.0
12932024-09-16T14:02:43.674Z Compiling hyper-rustls v0.24.2
12942024-09-16T14:02:44.044Z Compiling usdt-attr-macro v0.5.0
12952024-09-16T14:02:44.198Z Compiling serde-big-array v0.5.1
12962024-09-16T14:02:44.217Z Compiling serde_urlencoded v0.7.1
12972024-09-16T14:02:44.441Z Compiling pkcs1 v0.7.5
12982024-09-16T14:02:44.631Z Compiling futures-executor v0.3.30
12992024-09-16T14:02:44.729Z Compiling hkdf v0.12.4
13002024-09-16T14:02:44.992Z Compiling signature v2.2.0
13012024-09-16T14:02:45.191Z Compiling bstr v1.9.1
13022024-09-16T14:02:45.280Z Compiling regex v1.10.6
13032024-09-16T14:02:45.453Z Compiling crypto-bigint v0.5.5
13042024-09-16T14:02:45.703Z Compiling enum-as-inner v0.6.0
13052024-09-16T14:02:46.343Z Compiling strum_macros v0.25.3
13062024-09-16T14:02:46.394Z Compiling clap_derive v4.5.13
13072024-09-16T14:02:46.842Z Compiling serde_repr v0.1.19
13082024-09-16T14:02:46.950Z Compiling phf_shared v0.10.0
13092024-09-16T14:02:47.009Z Compiling float-cmp v0.9.0
13102024-09-16T14:02:47.247Z Compiling idna v0.4.0
13112024-09-16T14:02:47.373Z Compiling mio v0.8.11
13122024-09-16T14:02:48.065Z Compiling encoding_rs v0.8.34
13132024-09-16T14:02:48.528Z Compiling minimal-lexical v0.2.1
13142024-09-16T14:02:48.671Z Compiling mime v0.3.17
13152024-09-16T14:02:48.851Z Compiling normalize-line-endings v0.3.0
13162024-09-16T14:02:48.984Z Compiling sync_wrapper v0.1.2
13172024-09-16T14:02:49.005Z Compiling whoami v1.5.1
13182024-09-16T14:02:49.122Z Compiling data-encoding v2.6.0
13192024-09-16T14:02:49.268Z Compiling fixedbitset v0.4.2
13202024-09-16T14:02:49.654Z Compiling difflib v0.4.0
13212024-09-16T14:02:49.745Z Compiling dyn-clone v1.0.17
13222024-09-16T14:02:49.969Z Compiling webpki-roots v0.25.4
13232024-09-16T14:02:50.146Z Compiling new_debug_unreachable v1.0.6
13242024-09-16T14:02:50.266Z Compiling static_assertions v1.1.0
13252024-09-16T14:02:50.379Z Compiling precomputed-hash v0.1.1
13262024-09-16T14:02:50.506Z Compiling bit-vec v0.6.3
13272024-09-16T14:02:50.529Z Compiling predicates-core v1.0.6
13282024-09-16T14:02:50.893Z Compiling unicode-segmentation v1.11.0
13292024-09-16T14:02:50.982Z Compiling bit-set v0.5.3
13302024-09-16T14:02:51.237Z Compiling predicates v3.1.2
13312024-09-16T14:02:51.280Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
13322024-09-16T14:02:51.514Z Compiling reqwest v0.11.27
13332024-09-16T14:02:51.517Z Compiling clap v4.5.16
13342024-09-16T14:02:51.556Z Compiling similar v2.6.0
13352024-09-16T14:02:51.665Z Compiling string_cache v0.8.7
13362024-09-16T14:02:52.222Z Compiling hickory-proto v0.24.1
13372024-09-16T14:02:52.616Z Compiling petgraph v0.6.5
13382024-09-16T14:02:53.042Z Compiling tokio-postgres v0.7.11
13392024-09-16T14:02:54.119Z Compiling nom v7.1.3
13402024-09-16T14:02:55.775Z Compiling toml_edit v0.22.20
13412024-09-16T14:02:56.704Z Compiling console v0.15.8
13422024-09-16T14:02:56.752Z Compiling elliptic-curve v0.13.8
13432024-09-16T14:02:57.601Z Compiling usdt v0.5.0
13442024-09-16T14:02:57.883Z Compiling signal-hook-mio v0.2.4
13452024-09-16T14:02:58.075Z Compiling rsa v0.9.6
13462024-09-16T14:02:58.141Z Compiling futures v0.3.30
13472024-09-16T14:02:58.163Z Compiling flate2 v1.0.33
13482024-09-16T14:02:58.248Z Compiling toml v0.7.8
13492024-09-16T14:02:59.143Z Compiling hyper-util v0.1.3
13502024-09-16T14:02:59.146Z Compiling itertools v0.12.1
13512024-09-16T14:02:59.888Z Compiling itertools v0.10.5
13522024-09-16T14:03:00.005Z Compiling tokio-stream v0.1.15
13532024-09-16T14:03:01.102Z Compiling openapiv3 v2.0.0
13542024-09-16T14:03:02.148Z Compiling hex v0.4.3
13552024-09-16T14:03:02.443Z Compiling crossbeam-epoch v0.9.18
13562024-09-16T14:03:02.702Z Compiling sha1 v0.10.6
13572024-09-16T14:03:02.778Z Compiling dirs-sys-next v0.1.2
13582024-09-16T14:03:02.812Z Compiling lalrpop-util v0.19.12
13592024-09-16T14:03:03.151Z Compiling unicode-xid v0.2.4
13602024-09-16T14:03:03.171Z Compiling peg-runtime v0.8.3
13612024-09-16T14:03:03.208Z Compiling dirs-next v2.0.0
13622024-09-16T14:03:03.327Z Compiling thread_local v1.1.8
13632024-09-16T14:03:03.412Z Compiling slog-async v2.8.0
13642024-09-16T14:03:03.463Z Compiling term v0.7.0
13652024-09-16T14:03:03.804Z Compiling xattr v1.3.1
13662024-09-16T14:03:03.869Z Compiling crossbeam-channel v0.5.12
13672024-09-16T14:03:04.050Z Compiling strum_macros v0.26.4
13682024-09-16T14:03:04.076Z Compiling filetime v0.2.25
13692024-09-16T14:03:04.315Z Compiling is-terminal v0.4.12
13702024-09-16T14:03:04.404Z Compiling take_mut v0.2.2
13712024-09-16T14:03:04.448Z Compiling slog-term v2.9.1
13722024-09-16T14:03:04.562Z Compiling tar v0.4.41
13732024-09-16T14:03:04.958Z Compiling camino v1.1.9
13742024-09-16T14:03:06.557Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13752024-09-16T14:03:07.129Z Compiling strum v0.26.3
13762024-09-16T14:03:07.210Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13772024-09-16T14:03:12.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
13782024-09-16T14:03:12.616Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13792024-09-16T14:03:12.663ZSep 16 14:03:11.919 INFO Starting download, target: Cockroach
13802024-09-16T14:03:12.663ZSep 16 14:03:11.919 INFO Starting download, target: Clickhouse
13812024-09-16T14:03:12.663ZSep 16 14:03:11.919 INFO Starting download, target: DendriteOpenapi
13822024-09-16T14:03:12.666ZSep 16 14:03:11.919 INFO Starting download, target: DendriteStub
13832024-09-16T14:03:12.666ZSep 16 14:03:11.919 INFO Starting download, target: Console
13842024-09-16T14:03:12.666ZSep 16 14:03:11.919 INFO Starting download, target: MaghemiteMgd
13852024-09-16T14:03:12.666ZSep 16 14:03:11.919 INFO Starting download, target: TransceiverControl
13862024-09-16T14:03:12.666ZSep 16 14:03:11.920 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13872024-09-16T14:03:12.666ZSep 16 14:03:11.920 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13882024-09-16T14:03:12.666ZSep 16 14:03:11.920 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13892024-09-16T14:03:12.666ZSep 16 14:03:11.920 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13902024-09-16T14:03:12.666ZSep 16 14:03:11.920 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13912024-09-16T14:03:12.666ZSep 16 14:03:11.920 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13922024-09-16T14:03:12.666ZSep 16 14:03:11.920 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13932024-09-16T14:03:12.856ZSep 16 14:03:12.111 INFO Download complete, target: DendriteOpenapi
13942024-09-16T14:03:13.030ZSep 16 14:03:12.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13952024-09-16T14:03:13.264ZSep 16 14:03:12.505 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13962024-09-16T14:03:13.404ZSep 16 14:03:12.659 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13972024-09-16T14:03:13.529ZSep 16 14:03:12.785 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13982024-09-16T14:03:13.607ZSep 16 14:03:12.863 INFO Download complete, target: Console
13992024-09-16T14:03:13.762ZSep 16 14:03:13.018 INFO Download complete, target: TransceiverControl
14002024-09-16T14:03:14.177ZSep 16 14:03:13.432 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14012024-09-16T14:03:14.177ZSep 16 14:03:13.432 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14022024-09-16T14:03:14.811ZSep 16 14:03:14.067 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14032024-09-16T14:03:16.624ZSep 16 14:03:15.879 INFO Download complete, target: MaghemiteMgd
14042024-09-16T14:03:16.624ZSep 16 14:03:15.879 INFO Download complete, target: DendriteStub
14052024-09-16T14:03:22.578ZSep 16 14:03:21.832 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14062024-09-16T14:03:22.907ZSep 16 14:03:22.161 INFO Checking that binary works, target: Cockroach
14072024-09-16T14:03:23.070ZSep 16 14:03:22.324 INFO Download complete, target: Cockroach
14082024-09-16T14:03:28.925ZSep 16 14:03:28.175 INFO Checking that binary works, target: Clickhouse
14092024-09-16T14:03:29.972ZSep 16 14:03:29.225 INFO Download complete, target: Clickhouse
14102024-09-16T14:03:29.980ZAll prerequisites installed successfully
14112024-09-16T14:03:29.983Z
14122024-09-16T14:03:29.983Zreal 4:03.646086369
14132024-09-16T14:03:29.983Zuser 11:51.415674906
14142024-09-16T14:03:29.983Zsys 2:29.642964815
14152024-09-16T14:03:29.983Ztrap 0.410952224
14162024-09-16T14:03:29.983Ztflt 10.495670036
14172024-09-16T14:03:29.983Zdflt 8.892400798
14182024-09-16T14:03:29.983Zkflt 0.268053086
14192024-09-16T14:03:29.983Zlock 23:56.662338697
14202024-09-16T14:03:29.983Zslp 48:15.199053254
14212024-09-16T14:03:29.983Zlat 36.946236824
14222024-09-16T14:03:29.983Zstop 1:50.309553322
14232024-09-16T14:03:29.983Z+ source ./tools/include/force-git-over-https.sh
14242024-09-16T14:03:29.983Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14252024-09-16T14:03:29.983Z++ (( i = 0 ))
14262024-09-16T14:03:29.983Z++ (( i < 5 ))
14272024-09-16T14:03:29.983Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14282024-09-16T14:03:29.986Z++ (( i++ ))
14292024-09-16T14:03:29.986Z++ (( i < 5 ))
14302024-09-16T14:03:29.989Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14312024-09-16T14:03:29.991Z++ (( i++ ))
14322024-09-16T14:03:29.991Z++ (( i < 5 ))
14332024-09-16T14:03:29.991Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14342024-09-16T14:03:29.993Z++ (( i++ ))
14352024-09-16T14:03:29.993Z++ (( i < 5 ))
14362024-09-16T14:03:29.993Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14372024-09-16T14:03:29.996Z++ (( i++ ))
14382024-09-16T14:03:29.996Z++ (( i < 5 ))
14392024-09-16T14:03:29.996Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14402024-09-16T14:03:29.999Z++ (( i++ ))
14412024-09-16T14:03:29.999Z++ (( i < 5 ))
14422024-09-16T14:03:30.002Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14432024-09-16T14:03:30.002Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14442024-09-16T14:03:30.002Z+ rc=0
14452024-09-16T14:03:30.002Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14462024-09-16T14:03:52.650Z+ case $rc in
14472024-09-16T14:03:52.650Z+ pfexec zfs create -p rpool/images/build/host
14482024-09-16T14:03:52.807Z+ pfexec zfs create -p rpool/images/build/recovery
14492024-09-16T14:03:52.883Z+ cargo xtask releng --output-dir /work
14502024-09-16T14:03:53.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14512024-09-16T14:03:53.513Z Running `target/debug/xtask releng --output-dir /work`
14522024-09-16T14:03:54.486Z Compiling proc-macro2 v1.0.86
14532024-09-16T14:03:54.486Z Compiling unicode-ident v1.0.12
14542024-09-16T14:03:54.486Z Compiling libc v0.2.158
14552024-09-16T14:03:54.489Z Compiling serde v1.0.208
14562024-09-16T14:03:54.489Z Compiling version_check v0.9.5
14572024-09-16T14:03:54.489Z Compiling autocfg v1.3.0
14582024-09-16T14:03:54.489Z Compiling cfg-if v1.0.0
14592024-09-16T14:03:54.489Z Compiling once_cell v1.19.0
14602024-09-16T14:03:54.933Z Compiling typenum v1.17.0
14612024-09-16T14:03:54.996Z Compiling memchr v2.7.2
14622024-09-16T14:03:55.353Z Compiling lock_api v0.4.12
14632024-09-16T14:03:55.356Z Compiling generic-array v0.14.7
14642024-09-16T14:03:55.670Z Compiling ahash v0.8.11
14652024-09-16T14:03:55.728Z Compiling parking_lot_core v0.9.10
14662024-09-16T14:03:55.894Z Compiling serde_json v1.0.125
14672024-09-16T14:03:56.021Z Compiling libm v0.2.8
14682024-09-16T14:03:56.178Z Compiling quote v1.0.36
14692024-09-16T14:03:56.240Z Compiling byteorder v1.5.0
14702024-09-16T14:03:56.364Z Compiling num-traits v0.2.19
14712024-09-16T14:03:56.699Z Compiling syn v2.0.74
14722024-09-16T14:03:56.738Z Compiling getrandom v0.2.14
14732024-09-16T14:03:56.840Z Compiling jobserver v0.1.32
14742024-09-16T14:03:56.926Z Compiling value-bag v1.9.0
14752024-09-16T14:03:57.145Z Compiling scopeguard v1.2.0
14762024-09-16T14:03:57.237Z Compiling cc v1.0.97
14772024-09-16T14:03:57.282Z Compiling slab v0.4.9
14782024-09-16T14:03:57.582Z Compiling log v0.4.21
14792024-09-16T14:03:57.608Z Compiling itoa v1.0.11
14802024-09-16T14:03:57.914Z Compiling thiserror v1.0.63
14812024-09-16T14:03:58.279Z Compiling rand_core v0.6.4
14822024-09-16T14:03:58.439Z Compiling pkg-config v0.3.30
14832024-09-16T14:03:58.813Z Compiling smallvec v1.13.2
14842024-09-16T14:03:58.868Z Compiling pin-project-lite v0.2.14
14852024-09-16T14:03:59.048Z Compiling semver v1.0.23
14862024-09-16T14:03:59.125Z Compiling allocator-api2 v0.2.18
14872024-09-16T14:03:59.551Z Compiling ryu v1.0.18
14882024-09-16T14:03:59.672Z Compiling vcpkg v0.2.15
14892024-09-16T14:03:59.850Z Compiling signal-hook-registry v1.4.2
14902024-09-16T14:03:59.963Z Compiling httparse v1.8.0
14912024-09-16T14:04:00.458Z Compiling parking_lot v0.12.2
14922024-09-16T14:04:00.649Z Compiling mio v1.0.2
14932024-09-16T14:04:00.911Z Compiling ring v0.17.8
14942024-09-16T14:04:01.264Z Compiling futures-core v0.3.30
14952024-09-16T14:04:01.392Z Compiling openssl-sys v0.9.103
14962024-09-16T14:04:01.614Z Compiling spin v0.9.8
14972024-09-16T14:04:01.668Z Compiling socket2 v0.5.7
14982024-09-16T14:04:02.118Z Compiling subtle v2.5.0
14992024-09-16T14:04:02.154Z Compiling fnv v1.0.7
15002024-09-16T14:04:02.622Z Compiling const-oid v0.9.6
15012024-09-16T14:04:02.866Z Compiling futures-sink v0.3.30
15022024-09-16T14:04:03.207Z Compiling heck v0.5.0
15032024-09-16T14:04:03.636Z Compiling rustix v0.38.34
15042024-09-16T14:04:03.682Z Compiling equivalent v1.0.1
15052024-09-16T14:04:03.827Z Compiling schemars v0.8.21
15062024-09-16T14:04:04.709Z Compiling serde_derive_internals v0.29.1
15072024-09-16T14:04:05.280Z Compiling num-conv v0.1.0
15082024-09-16T14:04:05.362Z Compiling time-core v0.1.2
15092024-09-16T14:04:05.647Z Compiling time-macros v0.2.18
15102024-09-16T14:04:05.840Z Compiling openssl v0.10.66
15112024-09-16T14:04:06.064Z Compiling futures-channel v0.3.30
15122024-09-16T14:04:06.294Z Compiling rustls v0.21.12
15132024-09-16T14:04:06.370Z Compiling native-tls v0.2.11
15142024-09-16T14:04:06.411Z Compiling futures-task v0.3.30
15152024-09-16T14:04:06.452Z Compiling pin-utils v0.1.0
15162024-09-16T14:04:06.616Z Compiling futures-io v0.3.30
15172024-09-16T14:04:06.620Z Compiling tinyvec_macros v0.1.1
15182024-09-16T14:04:06.737Z Compiling tinyvec v1.6.0
15192024-09-16T14:04:07.072Z Compiling crossbeam-utils v0.8.19
15202024-09-16T14:04:07.332Z Compiling cookie v0.17.0
15212024-09-16T14:04:07.725Z Compiling iana-time-zone v0.1.60
15222024-09-16T14:04:07.933Z Compiling ucd-trie v0.1.6
15232024-09-16T14:04:08.135Z Compiling cpufeatures v0.2.12
15242024-09-16T14:04:08.275Z Compiling tracing-core v0.1.32
15252024-09-16T14:04:08.388Z Compiling syn v1.0.109
15262024-09-16T14:04:08.438Z Compiling slog v2.7.0
15272024-09-16T14:04:08.575Z Compiling unicode-normalization v0.1.23
15282024-09-16T14:04:08.720Z Compiling unicode-bidi v0.3.15
15292024-09-16T14:04:09.247Z Compiling aho-corasick v1.1.3
15302024-09-16T14:04:09.967Z Compiling untrusted v0.9.0
15312024-09-16T14:04:10.173Z Compiling serde_derive v1.0.208
15322024-09-16T14:04:10.215Z Compiling zeroize_derive v1.4.2
15332024-09-16T14:04:10.559Z Compiling zerocopy-derive v0.7.34
15342024-09-16T14:04:10.673Z Compiling tokio-macros v2.4.0
15352024-09-16T14:04:11.017Z Compiling thiserror-impl v1.0.63
15362024-09-16T14:04:11.774Z Compiling futures-macro v0.3.30
15372024-09-16T14:04:11.796Z Compiling zeroize v1.7.0
15382024-09-16T14:04:12.396Z Compiling tracing-attributes v0.1.27
15392024-09-16T14:04:12.683Z Compiling zerocopy v0.7.34
15402024-09-16T14:04:14.094Z Compiling crypto-common v0.1.6
15412024-09-16T14:04:14.171Z Compiling der_derive v0.7.2
15422024-09-16T14:04:14.395Z Compiling block-buffer v0.10.4
15432024-09-16T14:04:14.669Z Compiling digest v0.10.7
15442024-09-16T14:04:15.069Z Compiling hashbrown v0.14.5
15452024-09-16T14:04:15.309Z Compiling schemars_derive v0.8.21
15462024-09-16T14:04:15.871Z Compiling openssl-macros v0.1.1
15472024-09-16T14:04:16.294Z Compiling futures-util v0.3.30
15482024-09-16T14:04:16.537Z Compiling scroll_derive v0.12.0
15492024-09-16T14:04:16.561Z Compiling hmac v0.12.1
15502024-09-16T14:04:16.704Z Compiling pest v2.7.10
15512024-09-16T14:04:16.876Z Compiling block-padding v0.3.3
15522024-09-16T14:04:17.951Z Compiling inout v0.1.3
15532024-09-16T14:04:18.055Z Compiling tracing v0.1.40
15542024-09-16T14:04:18.975Z Compiling regex-syntax v0.8.4
15552024-09-16T14:04:19.574Z Compiling pest_meta v2.7.10
15562024-09-16T14:04:19.795Z Compiling cipher v0.4.4
15572024-09-16T14:04:20.903Z Compiling sha2 v0.10.8
15582024-09-16T14:04:21.889Z Compiling pest_generator v2.7.10
15592024-09-16T14:04:23.980Z Compiling regex-automata v0.4.6
15602024-09-16T14:04:24.206Z Compiling crc32fast v1.4.0
15612024-09-16T14:04:24.300Z Compiling dyn-clone v1.0.17
15622024-09-16T14:04:24.663Z Compiling pest_derive v2.7.10
15632024-09-16T14:04:25.167Z Compiling bytes v1.7.1
15642024-09-16T14:04:25.578Z Compiling bitflags v2.6.0
15652024-09-16T14:04:26.407Z Compiling tokio v1.39.3
15662024-09-16T14:04:27.402Z Compiling indexmap v2.4.0
15672024-09-16T14:04:29.118Z Compiling serde_tokenstream v0.2.2
15682024-09-16T14:04:29.723Z Compiling uuid v1.10.0
15692024-09-16T14:04:29.755Z Compiling chrono v0.4.38
15702024-09-16T14:04:29.972Z Compiling http v0.2.12
15712024-09-16T14:04:33.748Z Compiling rustc_version v0.4.0
15722024-09-16T14:04:34.800Z Compiling usdt-impl v0.5.0
15732024-09-16T14:04:35.199Z Compiling heck v0.4.1
15742024-09-16T14:04:35.274Z Compiling base64ct v1.6.0
15752024-09-16T14:04:35.760Z Compiling percent-encoding v2.3.1
15762024-09-16T14:04:35.908Z Compiling powerfmt v0.2.0
15772024-09-16T14:04:36.362Z Compiling deranged v0.3.11
15782024-09-16T14:04:36.432Z Compiling pem-rfc7468 v0.7.0
15792024-09-16T14:04:37.067Z Compiling tokio-util v0.7.11
15802024-09-16T14:04:37.728Z Compiling heapless v0.7.17
15812024-09-16T14:04:38.686Z Compiling scroll v0.12.0
15822024-09-16T14:04:38.858Z Compiling pin-project-internal v1.1.5
15832024-09-16T14:04:39.376Z Compiling zerocopy-derive v0.6.6
15842024-09-16T14:04:39.956Z Compiling backtrace v0.3.71
15852024-09-16T14:04:40.241Z Compiling errno v0.3.9
15862024-09-16T14:04:40.544Z Compiling num_threads v0.1.7
15872024-09-16T14:04:40.676Z Compiling num-bigint-dig v0.8.4
15882024-09-16T14:04:41.059Z Compiling flagset v0.4.5
15892024-09-16T14:04:41.260Z Compiling try-lock v0.2.5
15902024-09-16T14:04:41.301Z Compiling plain v0.2.3
15912024-09-16T14:04:41.325Z Compiling ppv-lite86 v0.2.17
15922024-09-16T14:04:41.428Z Compiling want v0.3.1
15932024-09-16T14:04:41.470Z Compiling goblin v0.8.2
15942024-09-16T14:04:41.740Z Compiling der v0.7.9
15952024-09-16T14:04:41.765Z Compiling time v0.3.36
15962024-09-16T14:04:42.195Z Compiling rand_chacha v0.3.1
15972024-09-16T14:04:43.305Z Compiling regex v1.10.6
15982024-09-16T14:04:43.683Z Compiling salsa20 v0.10.2
15992024-09-16T14:04:44.377Z Compiling pbkdf2 v0.12.2
16002024-09-16T14:04:44.676Z Compiling async-trait v0.1.82
16012024-09-16T14:04:45.037Z Compiling rustversion v1.0.17
16022024-09-16T14:04:45.773Z Compiling httpdate v1.0.3
16032024-09-16T14:04:45.828Z Compiling pretty-hex v0.4.1
16042024-09-16T14:04:46.488Z Compiling tower-service v0.3.2
16052024-09-16T14:04:47.016Z Compiling strsim v0.11.1
16062024-09-16T14:04:47.875Z Compiling dof v0.3.0
16072024-09-16T14:04:48.567Z Compiling scrypt v0.11.0
16082024-09-16T14:04:48.935Z Compiling spki v0.7.3
16092024-09-16T14:04:49.251Z Compiling rand v0.8.5
16102024-09-16T14:04:49.405Z Compiling form_urlencoded v1.2.1
16112024-09-16T14:04:50.161Z Compiling dtrace-parser v0.2.0
16122024-09-16T14:04:50.202Z Compiling cbc v0.1.2
16132024-09-16T14:04:50.456Z Compiling aes v0.8.4
16142024-09-16T14:04:51.036Z Compiling thread-id v4.2.1
16152024-09-16T14:04:51.531Z Compiling anyhow v1.0.86
16162024-09-16T14:04:51.570Z Compiling unicode-width v0.1.13
16172024-09-16T14:04:51.663Z Compiling foreign-types-shared v0.1.1
16182024-09-16T14:04:51.882Z Compiling smoltcp v0.9.1
16192024-09-16T14:04:52.239Z Compiling signal-hook v0.3.17
16202024-09-16T14:04:52.728Z Compiling foreign-types v0.3.2
16212024-09-16T14:04:53.026Z Compiling pkcs5 v0.7.1
16222024-09-16T14:04:57.522Z Compiling http-body v0.4.6
16232024-09-16T14:04:57.971Z Compiling h2 v0.3.26
16242024-09-16T14:04:58.096Z Compiling clap_derive v4.5.13
16252024-09-16T14:04:58.504Z Compiling siphasher v0.3.11
16262024-09-16T14:04:59.366Z Compiling base64 v0.21.7
16272024-09-16T14:05:06.043Z Compiling pkcs8 v0.10.2
16282024-09-16T14:05:06.504Z Compiling sct v0.7.1
16292024-09-16T14:05:06.803Z Compiling rustls-webpki v0.101.7
16302024-09-16T14:05:07.012Z Compiling hyper v0.14.30
16312024-09-16T14:05:08.929Z Compiling hubpack_derive v0.1.1
16322024-09-16T14:05:09.950Z Compiling openapiv3 v2.0.0
16332024-09-16T14:05:10.443Z Compiling http v1.1.0
16342024-09-16T14:05:13.596Z Compiling idna v0.5.0
16352024-09-16T14:05:15.978Z Compiling fs-err v2.11.0
16362024-09-16T14:05:16.439Z Compiling finl_unicode v1.2.0
16372024-09-16T14:05:16.980Z Compiling anstyle v1.0.8
16382024-09-16T14:05:17.173Z Compiling openssl-probe v0.1.5
16392024-09-16T14:05:17.899Z Compiling utf8parse v0.2.1
16402024-09-16T14:05:18.074Z Compiling anstyle-parse v0.2.4
16412024-09-16T14:05:18.960Z Compiling stringprep v0.1.4
16422024-09-16T14:05:20.024Z Compiling url v2.5.2
16432024-09-16T14:05:25.344Z Compiling usdt-attr-macro v0.5.0
16442024-09-16T14:05:26.051Z Compiling usdt-macro v0.5.0
16452024-09-16T14:05:27.591Z Compiling serde_spanned v0.6.7
16462024-09-16T14:05:27.733Z Compiling toml_datetime v0.6.8
16472024-09-16T14:05:27.862Z Compiling regress v0.9.1
16482024-09-16T14:05:28.259Z Compiling md-5 v0.10.6
16492024-09-16T14:05:28.530Z Compiling idna v0.3.0
16502024-09-16T14:05:30.093Z Compiling lazy_static v1.5.0
16512024-09-16T14:05:30.112Z Compiling num-integer v0.1.46
16522024-09-16T14:05:30.313Z Compiling hash32 v0.2.1
16532024-09-16T14:05:30.720Z Compiling encoding_rs v0.8.34
16542024-09-16T14:05:30.872Z Compiling fallible-iterator v0.2.0
16552024-09-16T14:05:31.427Z Compiling mime v0.3.17
16562024-09-16T14:05:31.653Z Compiling base64 v0.22.1
16572024-09-16T14:05:32.432Z Compiling stable_deref_trait v1.2.0
16582024-09-16T14:05:32.559Z Compiling atomic-waker v1.1.2
16592024-09-16T14:05:32.592Z Compiling colorchoice v1.0.1
16602024-09-16T14:05:32.756Z Compiling adler v1.0.2
16612024-09-16T14:05:32.777Z Compiling psl-types v2.0.11
16622024-09-16T14:05:32.798Z Compiling anstyle-query v1.0.3
16632024-09-16T14:05:32.974Z Compiling gimli v0.28.1
16642024-09-16T14:05:33.039Z Compiling is_terminal_polyfill v1.70.0
16652024-09-16T14:05:33.183Z Compiling anstream v0.6.14
16662024-09-16T14:05:33.213Z Compiling publicsuffix v2.2.3
16672024-09-16T14:05:33.514Z Compiling miniz_oxide v0.7.2
16682024-09-16T14:05:33.582Z Compiling h2 v0.4.6
16692024-09-16T14:05:34.273Z Compiling postgres-protocol v0.6.7
16702024-09-16T14:05:35.272Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16712024-09-16T14:05:35.547Z Compiling num-iter v0.1.45
16722024-09-16T14:05:38.200Z Compiling addr2line v0.21.0
16732024-09-16T14:05:41.109Z Compiling tokio-rustls v0.24.1
16742024-09-16T14:05:41.815Z Compiling terminal_size v0.3.0
16752024-09-16T14:05:42.006Z Compiling tokio-native-tls v0.3.1
16762024-09-16T14:05:42.039Z Compiling http-body v1.0.0
16772024-09-16T14:05:42.308Z Compiling phf_shared v0.11.2
16782024-09-16T14:05:42.334Z Compiling strum_macros v0.25.3
16792024-09-16T14:05:42.418Z Compiling serde_urlencoded v0.7.1
16802024-09-16T14:05:42.713Z Compiling pin-project v1.1.5
16812024-09-16T14:05:42.934Z Compiling enum-as-inner v0.6.0
16822024-09-16T14:05:43.366Z Compiling serde_repr v0.1.19
16832024-09-16T14:05:43.664Z Compiling ff v0.13.0
16842024-09-16T14:05:43.892Z Compiling object v0.32.2
16852024-09-16T14:05:43.913Z Compiling bitflags v1.3.2
16862024-09-16T14:05:43.999Z Compiling tower-layer v0.3.2
16872024-09-16T14:05:44.022Z Compiling winnow v0.5.40
16882024-09-16T14:05:45.441Z Compiling managed v0.8.0
16892024-09-16T14:05:45.706Z Compiling clap_lex v0.7.0
16902024-09-16T14:05:45.915Z Compiling ipnet v2.9.0
16912024-09-16T14:05:45.918Z Compiling base16ct v0.2.0
16922024-09-16T14:05:46.234Z Compiling adler2 v2.0.0
16932024-09-16T14:05:46.436Z Compiling either v1.13.0
16942024-09-16T14:05:46.884Z Compiling rustc-demangle v0.1.24
16952024-09-16T14:05:46.913Z Compiling miniz_oxide v0.8.0
16962024-09-16T14:05:47.261Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16972024-09-16T14:05:47.739Z Compiling toml_edit v0.19.15
16982024-09-16T14:05:48.263Z Compiling sec1 v0.7.3
16992024-09-16T14:05:48.311Z Compiling clap_builder v4.5.15
17002024-09-16T14:05:48.964Z Compiling rustls-pemfile v1.0.4
17012024-09-16T14:05:49.253Z Compiling tower v0.4.13
17022024-09-16T14:05:49.357Z Compiling group v0.13.0
17032024-09-16T14:05:50.882Z Compiling phf v0.11.2
17042024-09-16T14:05:51.107Z Compiling hyper-tls v0.5.0
17052024-09-16T14:05:51.467Z Compiling hyper v1.4.1
17062024-09-16T14:05:51.630Z Compiling hyper-rustls v0.24.2
17072024-09-16T14:05:52.290Z Compiling cookie_store v0.20.0
17082024-09-16T14:05:53.781Z Compiling postgres-types v0.2.7
17092024-09-16T14:05:54.652Z Compiling hubpack v0.1.2
17102024-09-16T14:05:54.789Z Compiling pkcs1 v0.7.5
17112024-09-16T14:05:55.114Z Compiling phf_shared v0.10.0
17122024-09-16T14:05:55.511Z Compiling zerocopy v0.6.6
17132024-09-16T14:05:55.586Z Compiling bstr v1.9.1
17142024-09-16T14:05:55.686Z Compiling serde-big-array v0.5.1
17152024-09-16T14:05:55.768Z Compiling futures-executor v0.3.30
17162024-09-16T14:05:55.789Z Compiling hkdf v0.12.4
17172024-09-16T14:05:55.924Z Compiling signature v2.2.0
17182024-09-16T14:05:56.033Z Compiling crypto-bigint v0.5.5
17192024-09-16T14:05:56.164Z Compiling idna v0.4.0
17202024-09-16T14:05:56.336Z Compiling float-cmp v0.9.0
17212024-09-16T14:05:56.364Z Compiling mio v0.8.11
17222024-09-16T14:05:56.508Z Compiling memmap v0.7.0
17232024-09-16T14:05:57.190Z Compiling unicode-segmentation v1.11.0
17242024-09-16T14:05:57.325Z Compiling bit-vec v0.6.3
17252024-09-16T14:05:57.417Z Compiling fixedbitset v0.4.2
17262024-09-16T14:05:57.488Z Compiling new_debug_unreachable v1.0.6
17272024-09-16T14:05:57.591Z Compiling normalize-line-endings v0.3.0
17282024-09-16T14:05:57.749Z Compiling predicates-core v1.0.6
17292024-09-16T14:05:57.818Z Compiling whoami v1.5.1
17302024-09-16T14:05:57.874Z Compiling sync_wrapper v0.1.2
17312024-09-16T14:05:57.999Z Compiling static_assertions v1.1.0
17322024-09-16T14:05:58.084Z Compiling precomputed-hash v0.1.1
17332024-09-16T14:05:58.116Z Compiling winnow v0.6.18
17342024-09-16T14:05:58.184Z Compiling webpki-roots v0.25.4
17352024-09-16T14:05:58.389Z Compiling data-encoding v2.6.0
17362024-09-16T14:05:58.408Z Compiling difflib v0.4.0
17372024-09-16T14:05:58.551Z Compiling minimal-lexical v0.2.1
17382024-09-16T14:05:59.565Z Compiling reqwest v0.11.27
17392024-09-16T14:05:59.645Z Compiling hickory-proto v0.24.1
17402024-09-16T14:06:00.110Z Compiling nom v7.1.3
17412024-09-16T14:06:00.113Z Compiling elliptic-curve v0.13.8
17422024-09-16T14:06:00.304Z Compiling predicates v3.1.2
17432024-09-16T14:06:01.813Z Compiling toml_edit v0.22.20
17442024-09-16T14:06:01.988Z Compiling string_cache v0.8.7
17452024-09-16T14:06:02.028Z Compiling tokio-postgres v0.7.11
17462024-09-16T14:06:02.461Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
17472024-09-16T14:06:03.969Z Compiling similar v2.6.0
17482024-09-16T14:06:05.989Z Compiling petgraph v0.6.5
17492024-09-16T14:06:07.370Z Compiling bit-set v0.5.3
17502024-09-16T14:06:07.680Z Compiling signal-hook-mio v0.2.4
17512024-09-16T14:06:07.858Z Compiling usdt v0.5.0
17522024-09-16T14:06:09.012Z Compiling rsa v0.9.6
17532024-09-16T14:06:09.063Z Compiling futures v0.3.30
17542024-09-16T14:06:09.725Z Compiling hyper-util v0.1.3
17552024-09-16T14:06:09.946Z Compiling clap v4.5.16
17562024-09-16T14:06:10.010Z Compiling toml v0.7.8
17572024-09-16T14:06:10.072Z Compiling crossbeam-epoch v0.9.18
17582024-09-16T14:06:10.189Z Compiling flate2 v1.0.33
17592024-09-16T14:06:10.596Z Compiling itertools v0.10.5
17602024-09-16T14:06:10.777Z Compiling itertools v0.12.1
17612024-09-16T14:06:10.839Z Compiling console v0.15.8
17622024-09-16T14:06:12.362Z Compiling tokio-stream v0.1.15
17632024-09-16T14:06:12.617Z Compiling hex v0.4.3
17642024-09-16T14:06:13.368Z Compiling sha1 v0.10.6
17652024-09-16T14:06:13.903Z Compiling radium v0.7.0
17662024-09-16T14:06:13.952Z Compiling lalrpop-util v0.19.12
17672024-09-16T14:06:14.286Z Compiling unicode-xid v0.2.4
17682024-09-16T14:06:14.346Z Compiling camino v1.1.9
17692024-09-16T14:06:14.798Z Compiling peg-runtime v0.8.3
17702024-09-16T14:06:15.301Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712024-09-16T14:06:19.288Z Compiling is-terminal v0.4.12
17722024-09-16T14:06:20.205Z Compiling maybe-uninit v2.0.0
17732024-09-16T14:06:20.796Z Compiling tap v1.0.1
17742024-09-16T14:06:23.558Z Compiling rustls-pki-types v1.7.0
17752024-09-16T14:06:23.729Z Compiling ident_case v1.0.1
17762024-09-16T14:06:23.924Z Compiling darling_core v0.20.9
17772024-09-16T14:06:34.311Z Compiling wyz v0.5.1
17782024-09-16T14:06:41.165Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17792024-09-16T14:06:41.877Z Compiling getopts v0.2.21
17802024-09-16T14:06:42.971Z Compiling bzip2-sys v0.1.11+1.0.8
17812024-09-16T14:06:43.399Z Compiling dirs-sys-next v0.1.2
17822024-09-16T14:06:44.364Z Compiling unsafe-libyaml v0.2.11
17832024-09-16T14:06:44.448Z Compiling paste v1.0.15
17842024-09-16T14:06:45.057Z Compiling rustls v0.22.4
17852024-09-16T14:06:45.371Z Compiling packed_struct v0.10.1
17862024-09-16T14:06:45.710Z Compiling funty v2.0.0
17872024-09-16T14:06:45.850Z Compiling serde_yaml v0.9.34+deprecated
17882024-09-16T14:06:47.902Z Compiling bitvec v1.0.1
17892024-09-16T14:06:48.291Z Compiling dirs-next v2.0.0
17902024-09-16T14:06:49.577Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17912024-09-16T14:06:52.490Z Compiling darling_macro v0.20.9
17922024-09-16T14:06:53.547Z Compiling rustls-webpki v0.102.4
17932024-09-16T14:06:56.838Z Compiling packed_struct_codegen v0.10.1
17942024-09-16T14:06:56.860Z Compiling structmeta-derive v0.3.0
17952024-09-16T14:06:57.159Z Compiling thread_local v1.1.8
17962024-09-16T14:06:57.811Z Compiling multer v3.1.0
17972024-09-16T14:06:57.862Z Compiling indexmap v1.9.3
17982024-09-16T14:06:58.162Z Compiling crc-catalog v2.4.0
17992024-09-16T14:06:58.204Z Compiling slog-async v2.8.0
18002024-09-16T14:06:58.329Z Compiling nodrop v0.1.14
18012024-09-16T14:06:58.482Z Compiling match_cfg v0.1.0
18022024-09-16T14:06:58.719Z Compiling rayon-core v1.12.1
18032024-09-16T14:06:58.976Z Compiling fastrand v2.1.0
18042024-09-16T14:06:59.574Z Compiling structmeta v0.3.0
18052024-09-16T14:06:59.660Z Compiling tempfile v3.10.1
18062024-09-16T14:07:00.066Z Compiling hostname v0.3.1
18072024-09-16T14:07:00.998Z Compiling array-init v0.0.4
18082024-09-16T14:07:01.350Z Compiling crc v3.2.1
18092024-09-16T14:07:02.558Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18102024-09-16T14:07:03.631Z Compiling darling v0.20.9
18112024-09-16T14:07:03.767Z Compiling smallvec v0.6.14
18122024-09-16T14:07:04.659Z Compiling term v0.7.0
18132024-09-16T14:07:10.860Z Compiling crossbeam-deque v0.8.5
18142024-09-16T14:07:11.301Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18152024-09-16T14:07:12.794Z Compiling slog-json v2.6.1
18162024-09-16T14:07:13.923Z Compiling crossbeam-channel v0.5.12
18172024-09-16T14:07:15.480Z Compiling async-stream-impl v0.3.5
18182024-09-16T14:07:16.769Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18192024-09-16T14:07:18.055Z Compiling bitfield v0.14.0
18202024-09-16T14:07:18.712Z Compiling termcolor v1.4.1
18212024-09-16T14:07:19.976Z Compiling same-file v1.0.6
18222024-09-16T14:07:20.344Z Compiling take_mut v0.2.2
18232024-09-16T14:07:20.555Z Compiling hashbrown v0.12.3
18242024-09-16T14:07:26.480Z Compiling walkdir v2.5.0
18252024-09-16T14:07:28.043Z Compiling env_logger v0.10.2
18262024-09-16T14:07:30.093Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18272024-09-16T14:07:32.062Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18282024-09-16T14:07:32.492Z Compiling async-stream v0.3.5
18292024-09-16T14:07:32.831Z Compiling slog-bunyan v2.5.0
18302024-09-16T14:07:33.890Z Compiling tokio-rustls v0.25.0
18312024-09-16T14:07:34.397Z Compiling slog-term v2.9.1
18322024-09-16T14:07:35.032Z Compiling serde-hex v0.1.0
18332024-09-16T14:07:36.904Z Compiling serde_with_macros v3.9.0
18342024-09-16T14:07:37.125Z Compiling bzip2 v0.4.4
18352024-09-16T14:07:37.608Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18362024-09-16T14:07:39.510Z Compiling parse-display-derive v0.10.0
18372024-09-16T14:07:39.688Z Compiling toml v0.8.19
18382024-09-16T14:07:40.354Z Compiling rustls-pemfile v2.1.3
18392024-09-16T14:07:41.096Z Compiling waitgroup v0.1.2
18402024-09-16T14:07:43.516Z Compiling x509-cert v0.2.5
18412024-09-16T14:07:43.814Z Compiling ron v0.8.1
18422024-09-16T14:07:43.835Z Compiling strum_macros v0.26.4
18432024-09-16T14:07:44.553Z Compiling ipnetwork v0.20.0
18442024-09-16T14:07:46.663Z Compiling newtype-uuid v1.1.0
18452024-09-16T14:07:47.043Z Compiling xattr v1.3.1
18462024-09-16T14:07:47.391Z Compiling snafu-derive v0.8.2
18472024-09-16T14:07:48.336Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18482024-09-16T14:07:48.409Z Compiling serde_path_to_error v0.1.16
18492024-09-16T14:07:48.512Z Compiling hashbrown v0.13.2
18502024-09-16T14:07:49.411Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18512024-09-16T14:07:49.762Z Compiling ring v0.16.20
18522024-09-16T14:07:49.922Z Compiling blake3 v1.5.1
18532024-09-16T14:07:50.233Z Compiling hostname v0.4.0
18542024-09-16T14:07:50.507Z Compiling filetime v0.2.25
18552024-09-16T14:07:50.525Z Compiling instant v0.1.12
18562024-09-16T14:07:50.692Z Compiling debug-ignore v1.0.5
18572024-09-16T14:07:50.853Z Compiling buf-list v1.0.3
18582024-09-16T14:07:50.870Z Compiling crc-any v2.5.0
18592024-09-16T14:07:51.630Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18602024-09-16T14:07:52.207Z Compiling tar v0.4.41
18612024-09-16T14:07:52.227Z Compiling snafu v0.8.2
18622024-09-16T14:07:53.541Z Compiling backoff v0.4.0
18632024-09-16T14:07:54.484Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18642024-09-16T14:07:54.713Z Compiling object v0.30.4
18652024-09-16T14:07:54.998Z Compiling strum v0.26.3
18662024-09-16T14:07:55.206Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18672024-09-16T14:07:55.768Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18682024-09-16T14:07:57.412Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18692024-09-16T14:07:57.507Z Compiling parse-display v0.10.0
18702024-09-16T14:07:57.565Z Compiling serde_with v3.9.0
18712024-09-16T14:07:57.686Z Compiling zip v0.6.6
18722024-09-16T14:07:59.569Z Compiling rayon v1.10.0
18732024-09-16T14:08:00.536Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18742024-09-16T14:08:01.204Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18752024-09-16T14:08:01.300Z Compiling camino-tempfile v1.1.1
18762024-09-16T14:08:01.999Z Compiling globset v0.4.14
18772024-09-16T14:08:02.062Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18782024-09-16T14:08:02.263Z Compiling pem v3.0.4
18792024-09-16T14:08:03.793Z Compiling olpc-cjson v0.1.3
18802024-09-16T14:08:04.133Z Compiling serde_plain v1.0.2
18812024-09-16T14:08:04.630Z Compiling macaddr v1.0.1
18822024-09-16T14:08:05.270Z Compiling async-recursion v1.1.1
18832024-09-16T14:08:05.312Z Compiling memmap2 v0.9.4
18842024-09-16T14:08:05.883Z Compiling spin v0.5.2
18852024-09-16T14:08:06.144Z Compiling arrayvec v0.7.4
18862024-09-16T14:08:06.590Z Compiling arrayref v0.3.7
18872024-09-16T14:08:06.709Z Compiling constant_time_eq v0.3.0
18882024-09-16T14:08:06.731Z Compiling untrusted v0.7.1
18892024-09-16T14:08:06.894Z Compiling typed-path v0.7.1
18902024-09-16T14:08:06.926Z Compiling path-slash v0.1.5
18912024-09-16T14:08:07.174Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18922024-09-16T14:08:09.483Z Compiling tough v0.17.1
18932024-09-16T14:08:12.318Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18942024-09-16T14:08:14.351Z Compiling itertools v0.13.0
18952024-09-16T14:08:14.436Z Compiling cargo-platform v0.1.8
18962024-09-16T14:08:15.426Z Compiling topological-sort v0.2.2
18972024-09-16T14:08:15.511Z Compiling parse-size v1.0.0
18982024-09-16T14:08:15.713Z Compiling omicron-zone-package v0.11.0
18992024-09-16T14:08:15.821Z Compiling cargo_metadata v0.18.1
19002024-09-16T14:08:18.179Z Compiling shell-words v1.1.0
19012024-09-16T14:08:24.853Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19022024-09-16T14:08:37.111Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19032024-09-16T14:08:51.797Z Finished `release` profile [optimized] target(s) in 4m 58s
19042024-09-16T14:08:51.952Z Running `target/release/omicron-releng --output-dir /work`
19052024-09-16T14:08:52.003ZSep 16 14:08:51.198 DEBG changing working directory to /work/oxidecomputer/omicron
19062024-09-16T14:08:52.102ZSep 16 14:08:51.299 DEBG running: git rev-parse HEAD
19072024-09-16T14:08:52.108ZSep 16 14:08:51.306 DEBG process exited with exit status: 0 (6.548718ms)
19082024-09-16T14:08:52.109ZSep 16 14:08:51.306 INFO version: 10.0.0-0.ci+git96892a1d56a
19092024-09-16T14:08:52.149ZSep 16 14:08:51.346 INFO cloning helios to /work/oxidecomputer/helios
19102024-09-16T14:08:52.149ZSep 16 14:08:51.346 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19112024-09-16T14:08:52.154ZCloning into '/work/oxidecomputer/helios'...
19122024-09-16T14:08:52.641ZSep 16 14:08:51.838 DEBG process exited with exit status: 0 (491.550564ms)
19132024-09-16T14:08:52.641ZSep 16 14:08:51.838 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19142024-09-16T14:08:52.648Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19152024-09-16T14:08:52.648Z# branch.head master
19162024-09-16T14:08:52.648Z# branch.upstream origin/master
19172024-09-16T14:08:52.648Z# branch.ab +0 -0
19182024-09-16T14:08:52.651ZSep 16 14:08:51.846 DEBG process exited with exit status: 0 (8.395082ms)
19192024-09-16T14:08:52.651ZSep 16 14:08:51.846 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19202024-09-16T14:08:53.618ZSep 16 14:08:52.815 DEBG process exited with exit status: 0 (968.920642ms)
19212024-09-16T14:08:53.618ZSep 16 14:08:52.815 DEBG running: zfs list rpool/images/build/host
19222024-09-16T14:08:53.625ZNAME USED AVAIL REFER MOUNTPOINT
19232024-09-16T14:08:53.625Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19242024-09-16T14:08:53.627ZSep 16 14:08:52.823 DEBG process exited with exit status: 0 (7.221353ms)
19252024-09-16T14:08:53.627ZSep 16 14:08:52.823 DEBG running: zfs list rpool/images/build/recovery
19262024-09-16T14:08:53.631ZNAME USED AVAIL REFER MOUNTPOINT
19272024-09-16T14:08:53.631Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19282024-09-16T14:08:53.634ZSep 16 14:08:52.829 DEBG process exited with exit status: 0 (6.324033ms)
19292024-09-16T14:08:53.634ZSep 16 14:08:52.830 INFO [hubris-production] running task
19302024-09-16T14:08:53.634ZSep 16 14:08:52.830 INFO [hubris-staging] running task
19312024-09-16T14:08:53.634ZSep 16 14:08:52.831 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
19322024-09-16T14:08:53.637ZSep 16 14:08:52.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
19332024-09-16T14:08:54.086Z[ helios-setup] cd tools/helios-build && cargo build --quiet
19342024-09-16T14:08:54.297Z[ omicron-package] Blocking waiting for file lock on package cache
19352024-09-16T14:08:55.095ZSep 16 14:08:54.291 INFO [hubris-production] task succeeded (1.460917337s)
19362024-09-16T14:08:55.108Z[ omicron-package] Blocking waiting for file lock on package cache
19372024-09-16T14:08:55.989Z[ omicron-package] Compiling proc-macro-crate v1.3.1
19382024-09-16T14:08:55.991Z[ omicron-package] Compiling heapless v0.8.0
19392024-09-16T14:08:55.991Z[ omicron-package] Compiling hash32 v0.3.1
19402024-09-16T14:08:55.991Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19412024-09-16T14:08:55.991Z[ omicron-package] Compiling smoltcp v0.11.0
19422024-09-16T14:08:55.992Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
19432024-09-16T14:08:55.992Z[ omicron-package] Compiling cobs v0.2.3
19442024-09-16T14:08:55.992Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19452024-09-16T14:08:56.609Z[ omicron-package] Compiling embedded-io v0.4.0
19462024-09-16T14:08:57.427Z[ omicron-package] Compiling postcard v1.0.8
19472024-09-16T14:08:57.704Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19482024-09-16T14:08:57.704Z[ omicron-package] Compiling proc-macro-error v1.0.4
19492024-09-16T14:08:58.131Z[ omicron-package] Compiling foreign-types-macros v0.2.3
19502024-09-16T14:08:58.255Z[ omicron-package] Compiling num_enum_derive v0.5.11
19512024-09-16T14:08:58.504Z[ omicron-package] Compiling foreign-types-shared v0.3.1
19522024-09-16T14:08:58.860Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19532024-09-16T14:08:58.926Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19542024-09-16T14:08:59.440Z[ omicron-package] Compiling tabwriter v1.4.0
19552024-09-16T14:08:59.895Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19562024-09-16T14:09:00.035Z[ omicron-package] Compiling cstr-argument v0.1.2
19572024-09-16T14:09:00.222Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19582024-09-16T14:09:00.523Z[ omicron-package] Compiling foreign-types v0.5.0
19592024-09-16T14:09:00.588Z[ omicron-package] Compiling pretty-hex v0.2.1
19602024-09-16T14:09:00.984Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
19612024-09-16T14:09:01.034Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19622024-09-16T14:09:01.338Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19632024-09-16T14:09:01.824Z[ omicron-package] Compiling colored v2.1.0
19642024-09-16T14:09:02.003Z[ omicron-package] Compiling socket2 v0.4.10
19652024-09-16T14:09:02.185Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19662024-09-16T14:09:02.370Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
19672024-09-16T14:09:02.761Z[ omicron-package] Compiling num_enum v0.5.11
19682024-09-16T14:09:03.174Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19692024-09-16T14:09:03.289Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19702024-09-16T14:09:03.299Z[ omicron-package] Compiling sigpipe v0.1.3
19712024-09-16T14:09:03.682Z[ omicron-package] Compiling num-derive v0.4.2
19722024-09-16T14:09:03.853Z[ omicron-package] Compiling libefi-sys v0.1.0
19732024-09-16T14:09:03.897Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19742024-09-16T14:09:04.565ZSep 16 14:09:03.760 INFO [hubris-staging] task succeeded (10.929579437s)
19752024-09-16T14:09:04.572Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19762024-09-16T14:09:04.965Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19772024-09-16T14:09:04.967Z[ omicron-package] Compiling zone v0.3.0
19782024-09-16T14:09:05.210Z[ omicron-package] Compiling smf v0.2.3
19792024-09-16T14:09:05.307Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19802024-09-16T14:09:05.830Z[ omicron-package] Compiling bitfield-struct v0.6.1
19812024-09-16T14:09:06.594Z[ omicron-package] Compiling portable-atomic v1.6.0
19822024-09-16T14:09:07.707Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19832024-09-16T14:09:08.485Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
19842024-09-16T14:09:08.937Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19852024-09-16T14:09:10.537Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19862024-09-16T14:09:10.704Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19872024-09-16T14:09:10.707Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19882024-09-16T14:09:10.995Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19892024-09-16T14:09:11.353Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19902024-09-16T14:09:12.927Z[ omicron-package] Compiling gethostname v0.5.0
19912024-09-16T14:09:13.241Z[ omicron-package] Compiling number_prefix v0.4.0
19922024-09-16T14:09:13.578Z[ omicron-package] Compiling indicatif v0.17.8
19932024-09-16T14:09:14.045Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
19942024-09-16T14:09:17.443Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19952024-09-16T14:09:17.862Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19962024-09-16T14:09:19.621Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19972024-09-16T14:09:38.971Z[ helios-setup] Sep 16 14:09:38.160 INFO helios repository root is: /work/oxidecomputer/helios
19982024-09-16T14:09:38.974Z[ helios-setup] Sep 16 14:09:38.162 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
19992024-09-16T14:09:38.974Z[ helios-setup] Sep 16 14:09:38.162 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
20002024-09-16T14:09:38.977Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
20012024-09-16T14:09:40.267Z[ helios-setup] Sep 16 14:09:39.455 INFO clone ok!, project: pilot
20022024-09-16T14:09:40.269Z[ helios-setup] Sep 16 14:09:39.455 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
20032024-09-16T14:09:40.269Z[ helios-setup] Sep 16 14:09:39.455 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20042024-09-16T14:09:40.272Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20052024-09-16T14:09:40.345Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.69s
20062024-09-16T14:09:40.598Z[ omicron-package]
20072024-09-16T14:09:40.599Z[ omicron-package] real 46.904170663
20082024-09-16T14:09:40.599Z[ omicron-package] user 2:52.488585202
20092024-09-16T14:09:40.601Z[ omicron-package] sys 22.357202517
20102024-09-16T14:09:40.601Z[ omicron-package] trap 0.169129646
20112024-09-16T14:09:40.602Z[ omicron-package] tflt 0.712409737
20122024-09-16T14:09:40.602Z[ omicron-package] dflt 0.539385018
20132024-09-16T14:09:40.602Z[ omicron-package] kflt 0.000030915
20142024-09-16T14:09:40.602Z[ omicron-package] lock 5:53.630804557
20152024-09-16T14:09:40.602ZSep 16 14:09:39.788[ omicron-package] slp 9:12.583673222
20162024-09-16T14:09:40.602Z INFO [omicron-package] process exited with exit status: 0 (46.953716011s)[ omicron-package] lat 1:39.730585989
20172024-09-16T14:09:40.602Z
20182024-09-16T14:09:40.602Z[ omicron-package] stop 1:02.582487063
20192024-09-16T14:09:40.602ZSep 16 14:09:39.788 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20202024-09-16T14:09:40.642ZSep 16 14:09:39.830 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
20212024-09-16T14:09:40.652Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20222024-09-16T14:09:40.655Z[ recovery-target] Created new build target 'recovery' and set it as active
20232024-09-16T14:09:40.657ZSep 16 14:09:39.845 INFO [recovery-target] process exited with exit status: 0 (56.294564ms)
20242024-09-16T14:09:40.660Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20252024-09-16T14:09:40.660Z[ host-target] Created new build target 'host' and set it as active
20262024-09-16T14:09:40.662ZSep 16 14:09:39.851 INFO [host-target] process exited with exit status: 0 (20.566889ms)
20272024-09-16T14:09:40.663ZSep 16 14:09:39.851 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20282024-09-16T14:09:40.680Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20292024-09-16T14:09:40.830Z[ helios-setup] Sep 16 14:09:40.019 INFO clone ok!, project: image-builder
20302024-09-16T14:09:40.833Z[ helios-setup] Sep 16 14:09:40.019 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
20312024-09-16T14:09:40.833Z[ helios-setup] Sep 16 14:09:40.019 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
20322024-09-16T14:09:40.835Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20332024-09-16T14:09:41.705Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20342024-09-16T14:09:41.711Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20352024-09-16T14:09:41.987Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20362024-09-16T14:09:41.987Z[ host-package] Compiling convert_case v0.4.0
20372024-09-16T14:09:41.990Z[ host-package] Compiling camino v1.1.9
20382024-09-16T14:09:41.990Z[ host-package] Compiling newline-converter v0.3.0
20392024-09-16T14:09:41.990Z[ host-package] Compiling password-hash v0.5.0
20402024-09-16T14:09:41.990Z[ host-package] Compiling blake2 v0.10.6
20412024-09-16T14:09:41.990Z[ host-package] Compiling cancel-safe-futures v0.1.5
20422024-09-16T14:09:42.113Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20432024-09-16T14:09:42.316Z[ host-package] Compiling expectorate v1.1.0
20442024-09-16T14:09:42.339Z[ host-package] Compiling derive-where v1.2.7
20452024-09-16T14:09:42.518Z[ host-package] Compiling libsw v3.3.1
20462024-09-16T14:09:42.857Z[ host-package] Compiling derive_more v0.99.18
20472024-09-16T14:09:42.885Z[ host-package] Compiling argon2 v0.5.3
20482024-09-16T14:09:43.142Z[ host-package] Compiling linear-map v1.2.0
20492024-09-16T14:09:43.285Z[ host-package] Compiling owo-colors v4.0.0
20502024-09-16T14:09:43.355Z[ host-package] Compiling indent_write v2.2.0
20512024-09-16T14:09:43.570Z[ host-package] Compiling swrite v0.1.0
20522024-09-16T14:09:43.593Z[ host-package] Compiling humantime v2.1.0
20532024-09-16T14:09:43.733Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20542024-09-16T14:09:43.937Z[ host-package] Compiling toml v0.8.19
20552024-09-16T14:09:44.366Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20562024-09-16T14:09:44.397Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20572024-09-16T14:09:44.432Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20582024-09-16T14:09:44.863Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20592024-09-16T14:09:45.107Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20602024-09-16T14:09:45.520Z[ host-package] Compiling num-rational v0.4.2
20612024-09-16T14:09:45.606Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20622024-09-16T14:09:45.627Z[ host-package] Compiling num-complex v0.4.6
20632024-09-16T14:09:46.124Z[ host-package] Compiling dirs-sys-next v0.1.2
20642024-09-16T14:09:46.674Z[ host-package] Compiling dirs-next v2.0.0
20652024-09-16T14:09:46.884Z[ host-package] Compiling num v0.4.3
20662024-09-16T14:09:47.026Z[ host-package] Compiling float-ord v0.3.2
20672024-09-16T14:09:47.049Z[ host-package] Compiling term v0.7.0
20682024-09-16T14:09:47.203Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20692024-09-16T14:09:48.198Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20702024-09-16T14:09:48.212Z[ helios-setup] Sep 16 14:09:47.399 INFO clone ok!, project: amd-host-image-builder
20712024-09-16T14:09:48.214Z[ helios-setup] Sep 16 14:09:47.399 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20722024-09-16T14:09:48.214Z[ helios-setup] Sep 16 14:09:47.399 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
20732024-09-16T14:09:48.214Z[ helios-setup] Sep 16 14:09:47.400 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20742024-09-16T14:09:48.217Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20752024-09-16T14:09:48.328Z[ host-package] Compiling semver v0.1.20
20762024-09-16T14:09:48.497Z[ host-package] Compiling prettyplease v0.2.20
20772024-09-16T14:09:48.846Z[ host-package] Compiling utf-8 v0.7.6
20782024-09-16T14:09:48.929Z[ host-package] Compiling rustc_version v0.1.7
20792024-09-16T14:09:48.976Z[ helios-setup] Sep 16 14:09:48.163 INFO clone ok!, project: phbl
20802024-09-16T14:09:48.976Z[ helios-setup] Sep 16 14:09:48.163 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
20812024-09-16T14:09:48.976Z[ helios-setup] Sep 16 14:09:48.163 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
20822024-09-16T14:09:48.980Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
20832024-09-16T14:09:49.237Z[ host-package] Compiling is-terminal v0.4.12
20842024-09-16T14:09:49.388Z[ host-package] Compiling cookie v0.18.1
20852024-09-16T14:09:49.391Z[ host-package] Compiling newtype_derive v0.1.6
20862024-09-16T14:09:49.733Z[ helios-setup] Sep 16 14:09:48.918 INFO clone ok!, project: pinprick
20872024-09-16T14:09:49.736Z[ helios-setup] Sep 16 14:09:48.919 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
20882024-09-16T14:09:49.736Z[ helios-setup] Sep 16 14:09:48.919 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
20892024-09-16T14:09:49.736Z[ host-package] Compiling highway v1.2.0
20902024-09-16T14:09:49.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
20912024-09-16T14:09:50.208Z[ host-package] Compiling rustls-pki-types v1.7.0
20922024-09-16T14:09:50.211Z[ host-package] Compiling linked-hash-map v0.5.6
20932024-09-16T14:09:50.546Z[ host-package] Compiling lru-cache v0.1.2
20942024-09-16T14:09:50.856Z[ host-package] Compiling steno v0.4.1
20952024-09-16T14:09:51.016Z[ host-package] Compiling quick-error v1.2.3
20962024-09-16T14:09:51.210Z[ host-package] Compiling home v0.5.9
20972024-09-16T14:09:51.261Z[ host-package] Compiling resolv-conf v0.7.0
20982024-09-16T14:09:51.473Z[ host-package] Compiling rustls-webpki v0.102.4
20992024-09-16T14:09:52.083Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21002024-09-16T14:09:53.689Z[ host-package] Compiling rustls v0.22.4
21012024-09-16T14:09:53.741Z[ host-package] Compiling thread_local v1.1.8
21022024-09-16T14:09:53.880Z[ host-package] Compiling match_cfg v0.1.0
21032024-09-16T14:09:54.023Z[ host-package] Compiling hostname v0.3.1
21042024-09-16T14:09:54.293Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21052024-09-16T14:09:54.452Z[ host-package] Compiling hickory-resolver v0.24.1
21062024-09-16T14:09:56.029Z[ host-package] Compiling multer v3.1.0
21072024-09-16T14:09:56.137Z[ host-package] Compiling slog-async v2.8.0
21082024-09-16T14:09:56.220Z[ host-package] Compiling slog-json v2.6.1
21092024-09-16T14:09:56.417Z[ helios-setup] Sep 16 14:09:55.603 INFO clone ok!, project: amd-firmware
21102024-09-16T14:09:56.420Z[ helios-setup] Sep 16 14:09:55.603 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
21112024-09-16T14:09:56.420Z[ helios-setup] Sep 16 14:09:55.603 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21122024-09-16T14:09:56.422Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21132024-09-16T14:09:56.622Z[ host-package] Compiling crossbeam-channel v0.5.12
21142024-09-16T14:09:57.214Z[ helios-setup] Sep 16 14:09:56.400 INFO clone ok!, project: bootserver
21152024-09-16T14:09:57.217Z[ helios-setup] Sep 16 14:09:56.400 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
21162024-09-16T14:09:57.217Z[ helios-setup] Sep 16 14:09:56.400 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21172024-09-16T14:09:57.219Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21182024-09-16T14:09:57.736Z[ host-package] Compiling take_mut v0.2.2
21192024-09-16T14:09:58.334Z[ helios-setup] Sep 16 14:09:57.520 INFO clone ok!, project: chelsio-t6-roms
21202024-09-16T14:09:58.337Z[ helios-setup] Sep 16 14:09:57.520 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21212024-09-16T14:09:58.337Z[ helios-setup] Sep 16 14:09:57.520 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21222024-09-16T14:09:58.337Z[ helios-setup] Sep 16 14:09:57.520 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21232024-09-16T14:09:59.141Z[ host-package] Compiling slog-bunyan v2.5.0
21242024-09-16T14:09:59.425Z[ helios-setup] Sep 16 14:09:58.610 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21252024-09-16T14:09:59.458Z[ host-package] Compiling tokio-rustls v0.25.0
21262024-09-16T14:10:00.103Z[ helios-setup] Sep 16 14:09:59.288 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21272024-09-16T14:10:00.103Z[ helios-setup] Sep 16 14:09:59.288 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21282024-09-16T14:10:00.462Z[ host-package] Compiling slog-term v2.9.1
21292024-09-16T14:10:00.730Z[ helios-setup] Sep 16 14:09:59.915 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21302024-09-16T14:10:01.270Z[ host-package] Compiling rustls-pemfile v2.1.3
21312024-09-16T14:10:01.356Z[ helios-setup] Sep 16 14:10:00.541 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21322024-09-16T14:10:01.356Z[ helios-setup] Sep 16 14:10:00.541 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21332024-09-16T14:10:01.750Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21342024-09-16T14:10:01.819Z[ host-package] Compiling async-stream v0.3.5
21352024-09-16T14:10:01.889Z[ host-package] Compiling waitgroup v0.1.2
21362024-09-16T14:10:01.985Z[ helios-setup] Sep 16 14:10:01.170 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21372024-09-16T14:10:02.198Z[ host-package] Compiling newtype-uuid v1.1.0
21382024-09-16T14:10:02.242Z[ host-package] Compiling ipnetwork v0.20.0
21392024-09-16T14:10:02.534Z[ helios-setup] Sep 16 14:10:01.719 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21402024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21412024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21422024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO ok!
21432024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21442024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21452024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO ok!
21462024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
21472024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
21482024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.719 INFO ok!
21492024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.720 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
21502024-09-16T14:10:02.537Z[ helios-setup] Sep 16 14:10:01.720 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
21512024-09-16T14:10:02.613Z[ host-package] Compiling serde_path_to_error v0.1.16
21522024-09-16T14:10:02.987Z[ helios-setup] Sep 16 14:10:02.171 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
21532024-09-16T14:10:03.275Z[ host-package] Compiling hostname v0.4.0
21542024-09-16T14:10:03.548Z[ host-package] Compiling instant v0.1.12
21552024-09-16T14:10:03.570Z[ host-package] Compiling debug-ignore v1.0.5
21562024-09-16T14:10:03.651Z[ helios-setup] Sep 16 14:10:02.835 INFO E| From https://github.com/jclulow/hiercmd
21572024-09-16T14:10:03.651Z[ helios-setup] Sep 16 14:10:02.836 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
21582024-09-16T14:10:03.673Z[ helios-setup] Sep 16 14:10:02.857 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
21592024-09-16T14:10:03.784Z[ host-package] Compiling backoff v0.4.0
21602024-09-16T14:10:04.177Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21612024-09-16T14:10:04.196Z[ helios-setup] Sep 16 14:10:03.381 INFO E| From https://github.com/jclulow/network-interface
21622024-09-16T14:10:04.197Z[ helios-setup] Sep 16 14:10:03.381 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
21632024-09-16T14:10:04.217Z[ helios-setup] Sep 16 14:10:03.402 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
21642024-09-16T14:10:04.225Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21652024-09-16T14:10:04.608Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21662024-09-16T14:10:04.753Z[ helios-setup] Sep 16 14:10:03.937 INFO E| From https://github.com/oxidecomputer/boot-image-tools
21672024-09-16T14:10:04.753Z[ helios-setup] Sep 16 14:10:03.937 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
21682024-09-16T14:10:04.797Z[ helios-setup] Sep 16 14:10:03.981 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
21692024-09-16T14:10:04.885Z[ host-package] Compiling parse-display v0.10.0
21702024-09-16T14:10:05.502Z[ host-package] Compiling serde_with v3.9.0
21712024-09-16T14:10:05.647Z[ helios-setup] Sep 16 14:10:04.832 INFO E| From https://github.com/oxidecomputer/facade
21722024-09-16T14:10:05.647Z[ helios-setup] Sep 16 14:10:04.832 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
21732024-09-16T14:10:05.727Z[ helios-setup] Sep 16 14:10:04.911 INFO E| Updating crates.io index
21742024-09-16T14:10:06.387Z[ helios-setup] Sep 16 14:10:05.571 INFO E| Downloading crates ...
21752024-09-16T14:10:06.522Z[ helios-setup] Sep 16 14:10:05.706 INFO E| Downloaded anstyle v0.3.5
21762024-09-16T14:10:06.531Z[ helios-setup] Sep 16 14:10:05.715 INFO E| Downloaded autocfg v1.1.0
21772024-09-16T14:10:06.534Z[ helios-setup] Sep 16 14:10:05.718 INFO E| Downloaded concolor-query v0.3.3
21782024-09-16T14:10:06.545Z[ helios-setup] Sep 16 14:10:05.729 INFO E| Downloaded const-random-macro v0.1.15
21792024-09-16T14:10:06.547Z[ helios-setup] Sep 16 14:10:05.731 INFO E| Downloaded concolor-override v1.0.0
21802024-09-16T14:10:06.550Z[ helios-setup] Sep 16 14:10:05.732 INFO E| Downloaded project-root v0.2.2
21812024-09-16T14:10:06.588Z[ helios-setup] Sep 16 14:10:05.772 INFO E| Downloaded want v0.3.0
21822024-09-16T14:10:06.591Z[ helios-setup] Sep 16 14:10:05.775 INFO E| Downloaded try-lock v0.2.4
21832024-09-16T14:10:06.593Z[ helios-setup] Sep 16 14:10:05.777 INFO E| Downloaded num_cpus v1.15.0
21842024-09-16T14:10:06.598Z[ helios-setup] Sep 16 14:10:05.783 INFO E| Downloaded futures-task v0.3.28
21852024-09-16T14:10:06.601Z[ helios-setup] Sep 16 14:10:05.785 INFO E| Downloaded sha1 v0.10.5
21862024-09-16T14:10:06.603Z[ helios-setup] Sep 16 14:10:05.787 INFO E| Downloaded rustfmt-wrapper v0.2.0
21872024-09-16T14:10:06.606Z[ helios-setup] Sep 16 14:10:05.790 INFO E| Downloaded errno v0.3.1
21882024-09-16T14:10:06.608Z[ helios-setup] Sep 16 14:10:05.792 INFO E| Downloaded tokio-macros v2.0.0
21892024-09-16T14:10:06.611Z[ helios-setup] Sep 16 14:10:05.794 INFO E| Downloaded serde_spanned v0.6.1
21902024-09-16T14:10:06.613Z[ helios-setup] Sep 16 14:10:05.796 INFO E| Downloaded proc-macro-crate v1.2.1
21912024-09-16T14:10:06.613Z[ helios-setup] Sep 16 14:10:05.798 INFO E| Downloaded const-random v0.1.15
21922024-09-16T14:10:06.616Z[ helios-setup] Sep 16 14:10:05.800 INFO E| Downloaded anyhow v1.0.68
21932024-09-16T14:10:06.622Z[ helios-setup] Sep 16 14:10:05.806 INFO E| Downloaded toolchain_find v0.2.0
21942024-09-16T14:10:06.625Z[ helios-setup] Sep 16 14:10:05.809 INFO E| Downloaded clap_derive v4.2.0
21952024-09-16T14:10:06.628Z[ helios-setup] Sep 16 14:10:05.813 INFO E| Downloaded cargo-lock v8.0.3
21962024-09-16T14:10:06.633Z[ helios-setup] Sep 16 14:10:05.817 INFO E| Downloaded futures-sink v0.3.28
21972024-09-16T14:10:06.635Z[ helios-setup] Sep 16 14:10:05.819 INFO E| Downloaded jobserver v0.1.26
21982024-09-16T14:10:06.637Z[ helios-setup] Sep 16 14:10:05.822 INFO E| Downloaded schemars_derive v0.8.12
21992024-09-16T14:10:06.640Z[ helios-setup] Sep 16 14:10:05.825 INFO E| Downloaded thiserror v1.0.38
22002024-09-16T14:10:06.648Z[ helios-setup] Sep 16 14:10:05.833 INFO E| Downloaded itoa v1.0.6
22012024-09-16T14:10:06.651Z[ helios-setup] Sep 16 14:10:05.835 INFO E| Downloaded thiserror-impl v1.0.38
22022024-09-16T14:10:06.653Z[ helios-setup] Sep 16 14:10:05.838 INFO E| Downloaded slog-async v2.7.0
22032024-09-16T14:10:06.656Z[ helios-setup] Sep 16 14:10:05.840 INFO E| Downloaded unicode-width v0.1.10
22042024-09-16T14:10:06.658Z[ helios-setup] Sep 16 14:10:05.842 INFO E| Downloaded walkdir v2.3.3
22052024-09-16T14:10:06.661Z[ helios-setup] Sep 16 14:10:05.846 INFO E| Downloaded strsim v0.10.0
22062024-09-16T14:10:06.664Z[ helios-setup] Sep 16 14:10:05.848 INFO E| Downloaded tokio-rustls v0.24.0
22072024-09-16T14:10:06.667Z[ helios-setup] Sep 16 14:10:05.851 INFO E| Downloaded toml_datetime v0.6.1
22082024-09-16T14:10:06.670Z[ helios-setup] Sep 16 14:10:05.853 INFO E| Downloaded paste v1.0.12
22092024-09-16T14:10:06.675Z[ helios-setup] Sep 16 14:10:05.859 INFO E| Downloaded num_enum v0.5.7
22102024-09-16T14:10:06.681Z[ helios-setup] Sep 16 14:10:05.866 INFO E| Downloaded tokio-tungstenite v0.18.0
22112024-09-16T14:10:06.690Z[ helios-setup] Sep 16 14:10:05.874 INFO E| Downloaded num-traits v0.2.15
22122024-09-16T14:10:06.694Z[ helios-setup] Sep 16 14:10:05.879 INFO E| Downloaded clap v4.2.1
22132024-09-16T14:10:06.788Z[ helios-setup] Sep 16 14:10:05.972 INFO E| Downloaded smawk v0.3.1
22142024-09-16T14:10:06.791Z[ helios-setup] Sep 16 14:10:05.975 INFO E| Downloaded ryu v1.0.13
22152024-09-16T14:10:06.797Z[ helios-setup] Sep 16 14:10:05.981 INFO E| Downloaded uuid v1.3.0
22162024-09-16T14:10:06.804Z[ helios-setup] Sep 16 14:10:05.989 INFO E| Downloaded unicode-bidi v0.3.13
22172024-09-16T14:10:06.809Z[ helios-setup] Sep 16 14:10:05.994 INFO E| Downloaded ucd-trie v0.1.5
22182024-09-16T14:10:06.812Z[ helios-setup] Sep 16 14:10:05.997 INFO E| Downloaded unicode-ident v1.0.8
22192024-09-16T14:10:06.817Z[ helios-setup] Sep 16 14:10:06.002 INFO E| Downloaded parking_lot v0.12.1
22202024-09-16T14:10:06.822Z[ helios-setup] Sep 16 14:10:06.006 INFO E| Downloaded unsafe-libyaml v0.2.8
22212024-09-16T14:10:06.829Z[ helios-setup] Sep 16 14:10:06.013 INFO E| Downloaded aho-corasick v0.7.20
22222024-09-16T14:10:06.836Z[ helios-setup] Sep 16 14:10:06.021 INFO E| Downloaded schemars v0.8.12
22232024-09-16T14:10:06.858Z[ helios-setup] Sep 16 14:10:06.043 INFO E| Downloaded tracing v0.1.37
22242024-09-16T14:10:06.867Z[ helios-setup] Sep 16 14:10:06.051 INFO E| Downloaded rustls-webpki v0.100.1
22252024-09-16T14:10:06.910Z[ helios-setup] Sep 16 14:10:06.094 INFO E| Downloaded toml_edit v0.19.8
22262024-09-16T14:10:06.943Z[ helios-setup] Sep 16 14:10:06.127 INFO E| Downloaded winnow v0.4.1
22272024-09-16T14:10:06.958Z[ helios-setup] Sep 16 14:10:06.142 INFO E| Downloaded unicode-normalization v0.1.22
22282024-09-16T14:10:06.964Z[ helios-setup] Sep 16 14:10:06.148 INFO E| Downloaded syn v1.0.107
22292024-09-16T14:10:06.984Z[ helios-setup] Sep 16 14:10:06.167 INFO E| Downloaded syn v2.0.72
22302024-09-16T14:10:07.004Z[ helios-setup] Sep 16 14:10:06.188 INFO E| Downloaded rayon v1.6.1
22312024-09-16T14:10:07.019Z[ helios-setup] Sep 16 14:10:06.203 INFO E| Downloaded tokio v1.27.0
22322024-09-16T14:10:07.074Z[ helios-setup] Sep 16 14:10:06.258 INFO E| Downloaded regex v1.7.3
22332024-09-16T14:10:07.088Z[ helios-setup] Sep 16 14:10:06.272 INFO E| Downloaded rustix v0.37.3
22342024-09-16T14:10:07.134Z[ helios-setup] Sep 16 14:10:06.318 INFO E| Downloaded rhai v1.14.0
22352024-09-16T14:10:07.155Z[ helios-setup] Sep 16 14:10:06.339 INFO E| Downloaded openapiv3 v1.0.2
22362024-09-16T14:10:07.176Z[ helios-setup] Sep 16 14:10:06.360 INFO E| Downloaded regress v0.5.0
22372024-09-16T14:10:07.189Z[ helios-setup] Sep 16 14:10:06.373 INFO E| Downloaded hyper v0.14.25
22382024-09-16T14:10:07.201Z[ helios-setup] Sep 16 14:10:06.386 INFO E| Downloaded rustls v0.21.0
22392024-09-16T14:10:07.220Z[ helios-setup] Sep 16 14:10:06.404 INFO E| Downloaded h2 v0.3.16
22402024-09-16T14:10:07.231Z[ helios-setup] Sep 16 14:10:06.415 INFO E| Downloaded libc v0.2.139
22412024-09-16T14:10:07.278Z[ helios-setup] Sep 16 14:10:06.462 INFO E| Downloaded reqwest v0.11.16
22422024-09-16T14:10:07.292Z[ helios-setup] Sep 16 14:10:06.476 INFO E| Downloaded git2 v0.16.1
22432024-09-16T14:10:07.306Z[ helios-setup] Sep 16 14:10:06.491 INFO E| Downloaded futures-util v0.3.28
22442024-09-16T14:10:07.333Z[ helios-setup] Sep 16 14:10:06.517 INFO E| Downloaded serde_json v1.0.95
22452024-09-16T14:10:07.346Z[ helios-setup] Sep 16 14:10:06.530 INFO E| Downloaded pest v2.5.7
22462024-09-16T14:10:07.354Z[ helios-setup] Sep 16 14:10:06.539 INFO E| Downloaded http v0.2.9
22472024-09-16T14:10:07.361Z[ helios-setup] Sep 16 14:10:06.545 INFO E| Downloaded clap_builder v4.2.1
22482024-09-16T14:10:07.372Z[ helios-setup] Sep 16 14:10:06.556 INFO E| Downloaded chrono v0.4.24
22492024-09-16T14:10:07.384Z[ helios-setup] Sep 16 14:10:06.568 INFO E| Downloaded tokio-util v0.7.7
22502024-09-16T14:10:07.393Z[ helios-setup] Sep 16 14:10:06.577 INFO E| Downloaded mio v0.8.5
22512024-09-16T14:10:07.402Z[ helios-setup] Sep 16 14:10:06.586 INFO E| Downloaded serde_yaml v0.9.21
22522024-09-16T14:10:07.409Z[ helios-setup] Sep 16 14:10:06.593 INFO E| Downloaded encoding_rs v0.8.32
22532024-09-16T14:10:07.443Z[ helios-setup] Sep 16 14:10:06.627 INFO E| Downloaded crossbeam-channel v0.5.6
22542024-09-16T14:10:07.449Z[ helios-setup] Sep 16 14:10:06.633 INFO E| Downloaded url v2.3.1
22552024-09-16T14:10:07.454Z[ helios-setup] Sep 16 14:10:06.638 INFO E| Downloaded unicode-linebreak v0.1.4
22562024-09-16T14:10:07.457Z[ helios-setup] Sep 16 14:10:06.641 INFO E| Downloaded tracing-core v0.1.30
22572024-09-16T14:10:07.461Z[ helios-setup] Sep 16 14:10:06.645 INFO E| Downloaded serde v1.0.204
22582024-09-16T14:10:07.466Z[ helios-setup] Sep 16 14:10:06.651 INFO E| Downloaded once_cell v1.17.0
22592024-09-16T14:10:07.470Z[ helios-setup] Sep 16 14:10:06.655 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22602024-09-16T14:10:07.554Z[ helios-setup] Sep 16 14:10:06.738 INFO E| Downloaded typenum v1.16.0
22612024-09-16T14:10:07.556Z[ helios-setup] Sep 16 14:10:06.741 INFO E| Downloaded tungstenite v0.18.0
22622024-09-16T14:10:07.560Z[ helios-setup] Sep 16 14:10:06.745 INFO E| Downloaded smallvec v1.10.0
22632024-09-16T14:10:07.563Z[ helios-setup] Sep 16 14:10:06.747 INFO E| Downloaded serde_derive v1.0.204
22642024-09-16T14:10:07.566Z[ helios-setup] Sep 16 14:10:06.751 INFO E| Downloaded miniz_oxide v0.6.2
22652024-09-16T14:10:07.570Z[ helios-setup] Sep 16 14:10:06.754 INFO E| Downloaded flate2 v1.0.25
22662024-09-16T14:10:07.575Z[ helios-setup] Sep 16 14:10:06.760 INFO E| Downloaded libz-sys v1.1.8
22672024-09-16T14:10:07.656Z[ helios-setup] Sep 16 14:10:06.840 INFO E| Downloaded crossbeam-utils v0.8.14
22682024-09-16T14:10:07.664Z[ helios-setup] Sep 16 14:10:06.848 INFO E| Downloaded bytes v1.4.0
22692024-09-16T14:10:07.670Z[ helios-setup] Sep 16 14:10:06.854 INFO E| Downloaded base64 v0.21.0
22702024-09-16T14:10:07.675Z[ helios-setup] Sep 16 14:10:06.859 INFO E| Downloaded toml v0.7.3
22712024-09-16T14:10:07.680Z[ helios-setup] Sep 16 14:10:06.865 INFO E| Downloaded rayon-core v1.10.2
22722024-09-16T14:10:07.687Z[ helios-setup] Sep 16 14:10:06.871 INFO E| Downloaded cc v1.0.78
22732024-09-16T14:10:07.690Z[ helios-setup] Sep 16 14:10:06.875 INFO E| Downloaded toml v0.5.11
22742024-09-16T14:10:07.694Z[ helios-setup] Sep 16 14:10:06.878 INFO E| Downloaded time v0.1.45
22752024-09-16T14:10:07.696Z[ helios-setup] Sep 16 14:10:06.881 INFO E| Downloaded textwrap v0.16.0
22762024-09-16T14:10:07.700Z[ helios-setup] Sep 16 14:10:06.884 INFO E| Downloaded socket2 v0.4.9
22772024-09-16T14:10:07.702Z[ helios-setup] Sep 16 14:10:06.887 INFO E| Downloaded smartstring v1.0.1
22782024-09-16T14:10:07.706Z[ helios-setup] Sep 16 14:10:06.890 INFO E| Downloaded scopeguard v1.1.0
22792024-09-16T14:10:07.708Z[ helios-setup] Sep 16 14:10:06.892 INFO E| Downloaded rhai_codegen v1.5.0
22802024-09-16T14:10:07.721Z[ helios-setup] Sep 16 14:10:06.905 INFO E| Downloaded memchr v2.5.0
22812024-09-16T14:10:07.727Z[ helios-setup] Sep 16 14:10:06.911 INFO E| Downloaded lock_api v0.4.9
22822024-09-16T14:10:07.729Z[ helios-setup] Sep 16 14:10:06.913 INFO E| Downloaded is-terminal v0.4.7
22832024-09-16T14:10:07.731Z[ helios-setup] Sep 16 14:10:06.915 INFO E| Downloaded getrandom v0.2.8
22842024-09-16T14:10:07.735Z[ helios-setup] Sep 16 14:10:06.919 INFO E| Downloaded crossbeam-deque v0.8.2
22852024-09-16T14:10:07.737Z[ helios-setup] Sep 16 14:10:06.921 INFO E| Downloaded pin-project-lite v0.2.9
22862024-09-16T14:10:07.744Z[ helios-setup] Sep 16 14:10:06.928 INFO E| Downloaded io-lifetimes v1.0.10
22872024-09-16T14:10:07.748Z[ helios-setup] Sep 16 14:10:06.932 INFO E| Downloaded log v0.4.17
22882024-09-16T14:10:07.751Z[ helios-setup] Sep 16 14:10:06.936 INFO E| Downloaded futures v0.3.28
22892024-09-16T14:10:07.759Z[ helios-setup] Sep 16 14:10:06.943 INFO E| Downloaded crossbeam-epoch v0.9.13
22902024-09-16T14:10:07.763Z[ helios-setup] Sep 16 14:10:06.948 INFO E| Downloaded tempfile v3.5.0
22912024-09-16T14:10:07.766Z[ helios-setup] Sep 16 14:10:06.951 INFO E| Downloaded rustls-pemfile v1.0.2
22922024-09-16T14:10:07.769Z[ helios-setup] Sep 16 14:10:06.954 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
22932024-09-16T14:10:07.772Z[ helios-setup] Sep 16 14:10:06.957 INFO E| Downloaded pkg-config v0.3.26
22942024-09-16T14:10:07.775Z[ helios-setup] Sep 16 14:10:06.959 INFO E| Downloaded num-integer v0.1.45
22952024-09-16T14:10:07.777Z[ helios-setup] Sep 16 14:10:06.962 INFO E| Downloaded futures-io v0.3.28
22962024-09-16T14:10:07.779Z[ helios-setup] Sep 16 14:10:06.963 INFO E| Downloaded fastrand v1.9.0
22972024-09-16T14:10:07.782Z[ helios-setup] Sep 16 14:10:06.965 INFO E| Downloaded terminal_size v0.2.6
22982024-09-16T14:10:07.784Z[ helios-setup] Sep 16 14:10:06.967 INFO E| Downloaded serde_tokenstream v0.2.0
22992024-09-16T14:10:07.791Z[ helios-setup] Sep 16 14:10:06.976 INFO E| Downloaded futures-core v0.3.28
23002024-09-16T14:10:07.795Z[ helios-setup] Sep 16 14:10:06.978 INFO E| Downloaded dyn-clone v1.0.11
23012024-09-16T14:10:07.797Z[ helios-setup] Sep 16 14:10:06.980 INFO E| Downloaded cpufeatures v0.2.5
23022024-09-16T14:10:07.799Z[ helios-setup] Sep 16 14:10:06.982 INFO E| Downloaded clap_lex v0.4.1
23032024-09-16T14:10:07.799Z[ helios-setup] Sep 16 14:10:06.983 INFO E| Downloaded bincode v1.3.3
23042024-09-16T14:10:07.802Z[ helios-setup] Sep 16 14:10:06.987 INFO E| Downloaded async-trait v0.1.68
23052024-09-16T14:10:07.807Z[ helios-setup] Sep 16 14:10:06.992 INFO E| Downloaded ahash v0.8.3
23062024-09-16T14:10:07.811Z[ helios-setup] Sep 16 14:10:06.996 INFO E| Downloaded slab v0.4.7
23072024-09-16T14:10:07.814Z[ helios-setup] Sep 16 14:10:06.998 INFO E| Downloaded sha2 v0.10.6
23082024-09-16T14:10:07.817Z[ helios-setup] Sep 16 14:10:07.001 INFO E| Downloaded semver-parser v0.10.2
23092024-09-16T14:10:07.819Z[ helios-setup] Sep 16 14:10:07.004 INFO E| Downloaded parking_lot_core v0.9.6
23102024-09-16T14:10:07.823Z[ helios-setup] Sep 16 14:10:07.007 INFO E| Downloaded ipnet v2.7.2
23112024-09-16T14:10:07.825Z[ helios-setup] Sep 16 14:10:07.010 INFO E| Downloaded generic-array v0.14.6
23122024-09-16T14:10:07.827Z[ helios-setup] Sep 16 14:10:07.012 INFO E| Downloaded futures-channel v0.3.28
23132024-09-16T14:10:07.830Z[ helios-setup] Sep 16 14:10:07.014 INFO E| Downloaded ahash v0.7.6
23142024-09-16T14:10:07.833Z[ helios-setup] Sep 16 14:10:07.017 INFO E| Downloaded httpdate v1.0.2
23152024-09-16T14:10:07.836Z[ helios-setup] Sep 16 14:10:07.019 INFO E| Downloaded camino v1.1.4
23162024-09-16T14:10:07.838Z[ helios-setup] Sep 16 14:10:07.022 INFO E| Downloaded form_urlencoded v1.1.0
23172024-09-16T14:10:07.852Z[ helios-setup] Sep 16 14:10:07.036 INFO E| Downloaded slog-bunyan v2.4.0
23182024-09-16T14:10:07.854Z[ helios-setup] Sep 16 14:10:07.038 INFO E| Downloaded signal-hook-registry v1.4.0
23192024-09-16T14:10:07.857Z[ helios-setup] Sep 16 14:10:07.039 INFO E| Downloaded semver v0.11.0
23202024-09-16T14:10:07.859Z[ helios-setup] Sep 16 14:10:07.042 INFO E| Downloaded percent-encoding v2.2.0
23212024-09-16T14:10:07.859Z[ helios-setup] Sep 16 14:10:07.043 INFO E| Downloaded num_enum_derive v0.5.7
23222024-09-16T14:10:07.862Z[ helios-setup] Sep 16 14:10:07.044 INFO E| Downloaded lazy_static v1.4.0
23232024-09-16T14:10:07.862Z[ helios-setup] Sep 16 14:10:07.046 INFO E| Downloaded iana-time-zone v0.1.56
23242024-09-16T14:10:07.864Z[ helios-setup] Sep 16 14:10:07.049 INFO E| Downloaded http-body v0.4.5
23252024-09-16T14:10:07.867Z[ helios-setup] Sep 16 14:10:07.051 INFO E| Downloaded home v0.5.4
23262024-09-16T14:10:07.869Z[ helios-setup] Sep 16 14:10:07.053 INFO E| Downloaded block-buffer v0.10.3
23272024-09-16T14:10:07.872Z[ helios-setup] Sep 16 14:10:07.054 INFO E| Downloaded serde_path_to_error v0.1.11
23282024-09-16T14:10:07.874Z[ helios-setup] Sep 16 14:10:07.057 INFO E| Downloaded futures-executor v0.3.28
23292024-09-16T14:10:07.876Z[ helios-setup] Sep 16 14:10:07.059 INFO E| Downloaded anstyle-parse v0.1.1
23302024-09-16T14:10:07.879Z[ helios-setup] Sep 16 14:10:07.062 INFO E| Downloaded futures-macro v0.3.28
23312024-09-16T14:10:07.881Z[ helios-setup] Sep 16 14:10:07.063 INFO E| Downloaded either v1.8.0
23322024-09-16T14:10:07.881Z[ helios-setup] Sep 16 14:10:07.065 INFO E| Downloaded serde_derive_internals v0.26.0
23332024-09-16T14:10:07.884Z[ helios-setup] Sep 16 14:10:07.067 INFO E| Downloaded semver v1.0.17
23342024-09-16T14:10:07.886Z[ helios-setup] Sep 16 14:10:07.070 INFO E| Downloaded sct v0.7.0
23352024-09-16T14:10:07.891Z[ helios-setup] Sep 16 14:10:07.075 INFO E| Downloaded memoffset v0.7.1
23362024-09-16T14:10:07.912Z[ helios-setup] Sep 16 14:10:07.077 INFO E| Downloaded digest v0.10.6
23372024-09-16T14:10:07.950Z[ helios-setup] Sep 16 14:10:07.134 INFO E| Downloaded byteorder v1.4.3
23382024-09-16T14:10:07.953Z[ helios-setup] Sep 16 14:10:07.137 INFO E| Downloaded built v0.6.0
23392024-09-16T14:10:07.956Z[ helios-setup] Sep 16 14:10:07.139 INFO E| Downloaded anstream v0.2.6
23402024-09-16T14:10:08.283Z[ helios-setup] Sep 16 14:10:07.467 INFO E| Compiling proc-macro2 v1.0.86
23412024-09-16T14:10:08.289Z[ helios-setup] Sep 16 14:10:07.473 INFO E| Compiling libc v0.2.139
23422024-09-16T14:10:08.289Z[ helios-setup] Sep 16 14:10:07.473 INFO E| Compiling unicode-ident v1.0.8
23432024-09-16T14:10:08.295Z[ helios-setup] Sep 16 14:10:07.473 INFO E| Compiling autocfg v1.1.0
23442024-09-16T14:10:08.295Z[ helios-setup] Sep 16 14:10:07.473 INFO E| Compiling cfg-if v1.0.0
23452024-09-16T14:10:08.295Z[ helios-setup] Sep 16 14:10:07.473 INFO E| Compiling version_check v0.9.4
23462024-09-16T14:10:08.511Z[ helios-setup] Sep 16 14:10:07.693 INFO E| Compiling serde v1.0.204
23472024-09-16T14:10:08.513Z[ helios-setup] Sep 16 14:10:07.693 INFO E| Compiling syn v1.0.107
23482024-09-16T14:10:08.778Z[ helios-setup] Sep 16 14:10:07.961 INFO E| Compiling memchr v2.5.0
23492024-09-16T14:10:09.551Z[ helios-setup] Sep 16 14:10:08.735 INFO E| Compiling once_cell v1.17.0
23502024-09-16T14:10:09.753Z[ helios-setup] Sep 16 14:10:08.937 INFO E| Compiling thiserror v1.0.38
23512024-09-16T14:10:09.757Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23522024-09-16T14:10:09.831Z[ helios-setup] Sep 16 14:10:09.015 INFO E| Compiling log v0.4.17
23532024-09-16T14:10:10.208Z[ host-package] Compiling strum v0.26.3
23542024-09-16T14:10:10.481Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23552024-09-16T14:10:10.576Z[ helios-setup] Sep 16 14:10:09.759 INFO E| Compiling serde_json v1.0.95
23562024-09-16T14:10:10.596Z[ helios-setup] Sep 16 14:10:09.778 INFO E| Compiling itoa v1.0.6
23572024-09-16T14:10:11.695Z[ helios-setup] Sep 16 14:10:10.878 INFO E| Compiling indexmap v1.9.3
23582024-09-16T14:10:11.822Z[ helios-setup] Sep 16 14:10:11.006 INFO E| Compiling pin-project-lite v0.2.9
23592024-09-16T14:10:11.822Z[ helios-setup] Sep 16 14:10:11.006 INFO E| Compiling scopeguard v1.1.0
23602024-09-16T14:10:12.204Z[ helios-setup] Sep 16 14:10:11.387 INFO E| Compiling quote v1.0.36
23612024-09-16T14:10:12.375Z[ helios-setup] Sep 16 14:10:11.558 INFO E| Compiling num-integer v0.1.45
23622024-09-16T14:10:12.568Z[ helios-setup] Sep 16 14:10:11.752 INFO E| Compiling bytes v1.4.0
23632024-09-16T14:10:12.743Z[ helios-setup] Sep 16 14:10:11.926 INFO E| Compiling jobserver v0.1.26
23642024-09-16T14:10:13.025Z[ helios-setup] Sep 16 14:10:12.208 INFO E| Compiling syn v2.0.72
23652024-09-16T14:10:13.454Z[ host-package] Compiling macaddr v1.0.1
23662024-09-16T14:10:13.526Z[ helios-setup] Sep 16 14:10:12.707 INFO E| Compiling getrandom v0.2.8
23672024-09-16T14:10:13.578Z[ host-package] Compiling slog-dtrace v0.3.0
23682024-09-16T14:10:13.617Z[ helios-setup] Sep 16 14:10:12.800 INFO E| Compiling cc v1.0.78
23692024-09-16T14:10:14.157Z[ helios-setup] Sep 16 14:10:13.339 INFO E| Compiling futures-core v0.3.28
23702024-09-16T14:10:14.574Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712024-09-16T14:10:14.842Z[ helios-setup] Sep 16 14:10:14.024 INFO E| Compiling ryu v1.0.13
23722024-09-16T14:10:15.794Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23732024-09-16T14:10:15.816Z[ helios-setup] Sep 16 14:10:14.998 INFO E| Compiling lock_api v0.4.9
23742024-09-16T14:10:15.843Z[ helios-setup] Sep 16 14:10:15.026 INFO E| Compiling parking_lot_core v0.9.6
23752024-09-16T14:10:15.967Z[ helios-setup] Sep 16 14:10:15.149 INFO E| Compiling bitflags v1.3.2
23762024-09-16T14:10:16.302Z[ helios-setup] Sep 16 14:10:15.484 INFO E| Compiling typenum v1.16.0
23772024-09-16T14:10:16.434Z[ helios-setup] Sep 16 14:10:15.617 INFO E| Compiling num_cpus v1.15.0
23782024-09-16T14:10:16.980Z[ helios-setup] Sep 16 14:10:16.163 INFO E| Compiling slab v0.4.7
23792024-09-16T14:10:17.067Z[ helios-setup] Sep 16 14:10:16.249 INFO E| Compiling generic-array v0.14.6
23802024-09-16T14:10:17.342Z[ helios-setup] Sep 16 14:10:16.524 INFO E| Compiling futures-channel v0.3.28
23812024-09-16T14:10:17.438Z[ helios-setup] Sep 16 14:10:16.620 INFO E| Compiling futures-sink v0.3.28
23822024-09-16T14:10:17.770Z[ helios-setup] Sep 16 14:10:16.952 INFO E| Compiling futures-task v0.3.28
23832024-09-16T14:10:17.812Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23842024-09-16T14:10:18.236Z[ helios-setup] Sep 16 14:10:17.418 INFO E| Compiling tokio v1.27.0
23852024-09-16T14:10:18.440Z[ helios-setup] Sep 16 14:10:17.622 INFO E| Compiling schemars v0.8.12
23862024-09-16T14:10:18.442Z[ helios-setup] Sep 16 14:10:17.624 INFO E| Compiling futures-util v0.3.28
23872024-09-16T14:10:18.887Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23882024-09-16T14:10:19.554Z[ helios-setup] Sep 16 14:10:18.736 INFO E| Compiling signal-hook-registry v1.4.0
23892024-09-16T14:10:19.618Z[ host-package] Compiling half v2.4.1
23902024-09-16T14:10:19.670Z[ helios-setup] Sep 16 14:10:18.852 INFO E| Compiling mio v0.8.5
23912024-09-16T14:10:19.758Z[ helios-setup] Sep 16 14:10:18.940 INFO E| Compiling socket2 v0.4.9
23922024-09-16T14:10:19.913Z[ host-package] Compiling ciborium-io v0.2.2
23932024-09-16T14:10:20.151Z[ helios-setup] Sep 16 14:10:19.333 INFO E| Compiling num-traits v0.2.15
23942024-09-16T14:10:20.331Z[ helios-setup] Sep 16 14:10:19.512 INFO E| Compiling ahash v0.7.6
23952024-09-16T14:10:20.380Z[ host-package] Compiling tungstenite v0.21.0
23962024-09-16T14:10:20.924Z[ helios-setup] Sep 16 14:10:20.106 INFO E| Compiling io-lifetimes v1.0.10
23972024-09-16T14:10:21.340Z[ host-package] Compiling ciborium-ll v0.2.2
23982024-09-16T14:10:21.441Z[ helios-setup] Sep 16 14:10:20.622 INFO E| Compiling pin-utils v0.1.0
23992024-09-16T14:10:21.977Z[ helios-setup] Sep 16 14:10:21.159 INFO E| Compiling futures-io v0.3.28
24002024-09-16T14:10:22.282Z[ helios-setup] Sep 16 14:10:21.464 INFO E| Compiling crunchy v0.2.2
24012024-09-16T14:10:22.637Z[ host-package] Compiling ciborium v0.2.2
24022024-09-16T14:10:23.393Z[ helios-setup] Sep 16 14:10:22.575 INFO E| Compiling ahash v0.8.3
24032024-09-16T14:10:23.469Z[ helios-setup] Sep 16 14:10:22.650 INFO E| Compiling hashbrown v0.12.3
24042024-09-16T14:10:23.639Z[ helios-setup] Sep 16 14:10:22.820 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
24052024-09-16T14:10:23.922Z[ helios-setup] Sep 16 14:10:23.103 INFO E| Compiling tiny-keccak v2.0.2
24062024-09-16T14:10:24.888Z[ helios-setup] Sep 16 14:10:24.069 INFO E| Compiling serde_derive_internals v0.26.0
24072024-09-16T14:10:24.998Z[ helios-setup] Sep 16 14:10:24.179 INFO E| Compiling rustix v0.37.3
24082024-09-16T14:10:25.366Z[ helios-setup] Sep 16 14:10:24.547 INFO E| Compiling crypto-common v0.1.6
24092024-09-16T14:10:25.494Z[ helios-setup] Sep 16 14:10:24.675 INFO E| Compiling block-buffer v0.10.3
24102024-09-16T14:10:26.731Z[ helios-setup] Sep 16 14:10:25.912 INFO E| Compiling errno v0.3.1
24112024-09-16T14:10:27.050Z[ host-package] Compiling tokio-tungstenite v0.21.0
24122024-09-16T14:10:27.258Z[ helios-setup] Sep 16 14:10:26.438 INFO E| Compiling pkg-config v0.3.26
24132024-09-16T14:10:27.466Z[ helios-setup] Sep 16 14:10:26.647 INFO E| Compiling crossbeam-utils v0.8.14
24142024-09-16T14:10:27.469Z[ helios-setup] Sep 16 14:10:26.647 INFO E| Compiling fnv v1.0.7
24152024-09-16T14:10:27.679Z[ host-package] Compiling rayon-core v1.12.1
24162024-09-16T14:10:27.766Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24172024-09-16T14:10:27.975Z[ helios-setup] Sep 16 14:10:27.155 INFO E| Compiling slog v2.7.0
24182024-09-16T14:10:28.482Z[ host-package] Compiling crossbeam-deque v0.8.5
24192024-09-16T14:10:29.239Z[ helios-setup] Sep 16 14:10:28.419 INFO E| Compiling http v0.2.9
24202024-09-16T14:10:29.437Z[ host-package] Compiling display-error-chain v0.2.1
24212024-09-16T14:10:29.828Z[ helios-setup] Sep 16 14:10:29.008 INFO E| Compiling digest v0.10.6
24222024-09-16T14:10:29.888Z[ host-package] Compiling same-file v1.0.6
24232024-09-16T14:10:30.185Z[ host-package] Compiling fastrand v2.1.0
24242024-09-16T14:10:30.547Z[ host-package] Compiling walkdir v2.5.0
24252024-09-16T14:10:31.150Z[ helios-setup] Sep 16 14:10:30.330 INFO E| Compiling aho-corasick v0.7.20
24262024-09-16T14:10:31.505Z[ helios-setup] Sep 16 14:10:30.685 INFO E| Compiling anyhow v1.0.68
24272024-09-16T14:10:31.575Z[ host-package] Compiling tempfile v3.10.1
24282024-09-16T14:10:32.233Z[ helios-setup] Sep 16 14:10:31.412 INFO E| Compiling tinyvec_macros v0.1.1
24292024-09-16T14:10:32.473Z[ helios-setup] Sep 16 14:10:31.652 INFO E| Compiling cpufeatures v0.2.5
24302024-09-16T14:10:33.106Z[ helios-setup] Sep 16 14:10:32.285 INFO E| Compiling heck v0.4.1
24312024-09-16T14:10:33.167Z[ host-package] Compiling ring v0.16.20
24322024-09-16T14:10:33.317Z[ helios-setup] Sep 16 14:10:32.496 INFO E| Compiling percent-encoding v2.2.0
24332024-09-16T14:10:34.246Z[ helios-setup] Sep 16 14:10:33.425 INFO E| Compiling httparse v1.8.0
24342024-09-16T14:10:34.536Z[ helios-setup] Sep 16 14:10:33.716 INFO E| Compiling unicode-width v0.1.10
24352024-09-16T14:10:34.621Z[ host-package] Compiling rayon v1.10.0
24362024-09-16T14:10:34.758Z[ helios-setup] Sep 16 14:10:33.937 INFO E| Compiling regex-syntax v0.6.29
24372024-09-16T14:10:34.926Z[ helios-setup] Sep 16 14:10:34.105 INFO E| Compiling tinyvec v1.6.0
24382024-09-16T14:10:35.017Z[ helios-setup] Sep 16 14:10:34.196 INFO E| Compiling const-random-macro v0.1.15
24392024-09-16T14:10:35.644Z[ helios-setup] Sep 16 14:10:34.823 INFO E| Compiling form_urlencoded v1.1.0
24402024-09-16T14:10:36.454Z[ helios-setup] Sep 16 14:10:35.633 INFO E| Compiling thiserror-impl v1.0.38
24412024-09-16T14:10:36.619Z[ helios-setup] Sep 16 14:10:35.798 INFO E| Compiling schemars_derive v0.8.12
24422024-09-16T14:10:36.911Z[ helios-setup] Sep 16 14:10:36.090 INFO E| Compiling hashbrown v0.13.2
24432024-09-16T14:10:36.914Z[ helios-setup] Sep 16 14:10:36.091 INFO E| Compiling serde_derive v1.0.204
24442024-09-16T14:10:38.489Z[ helios-setup] Sep 16 14:10:37.668 INFO E| Compiling tokio-macros v2.0.0
24452024-09-16T14:10:38.748Z[ helios-setup] Sep 16 14:10:37.927 INFO E| Compiling futures-macro v0.3.28
24462024-09-16T14:10:39.566Z[ host-package] Compiling blake3 v1.5.1
24472024-09-16T14:10:39.702Z[ helios-setup] Sep 16 14:10:38.881 INFO E| Compiling chrono v0.4.24
24482024-09-16T14:10:41.127Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24492024-09-16T14:10:42.856Z[ helios-setup] Sep 16 14:10:42.034 INFO E| Compiling regex v1.7.3
24502024-09-16T14:10:43.252Z[ helios-setup] Sep 16 14:10:42.430 INFO E| Compiling libz-sys v1.1.8
24512024-09-16T14:10:44.741Z[ host-package] Compiling xattr v1.3.1
24522024-09-16T14:10:44.877Z[ helios-setup] Sep 16 14:10:44.054 INFO E| Compiling dyn-clone v1.0.11
24532024-09-16T14:10:45.050Z[ helios-setup] Sep 16 14:10:44.227 INFO E| Compiling uuid v1.3.0
24542024-09-16T14:10:45.366Z[ host-package] Compiling memmap2 v0.9.4
24552024-09-16T14:10:45.604Z[ helios-setup] Sep 16 14:10:44.781 INFO E| Compiling unicode-normalization v0.1.22
24562024-09-16T14:10:45.687Z[ helios-setup] Sep 16 14:10:44.864 INFO E| Compiling regress v0.5.0
24572024-09-16T14:10:46.296Z[ helios-setup] Sep 16 14:10:45.473 INFO E| Compiling const-random v0.1.15
24582024-09-16T14:10:46.368Z[ host-package] Compiling filetime v0.2.25
24592024-09-16T14:10:47.129Z[ host-package] Compiling untrusted v0.7.1
24602024-09-16T14:10:47.572Z[ host-package] Compiling spin v0.5.2
24612024-09-16T14:10:47.612Z[ host-package] Compiling arrayref v0.3.7
24622024-09-16T14:10:47.866Z[ helios-setup] Sep 16 14:10:47.043 INFO E| Compiling getopts v0.2.21
24632024-09-16T14:10:48.215Z[ host-package] Compiling arrayvec v0.7.4
24642024-09-16T14:10:48.524Z[ host-package] Compiling constant_time_eq v0.3.0
24652024-09-16T14:10:48.917Z[ helios-setup] Sep 16 14:10:48.094 INFO E| Compiling tracing-core v0.1.30
24662024-09-16T14:10:49.007Z[ helios-setup] Sep 16 14:10:48.184 INFO E| Compiling memoffset v0.7.1
24672024-09-16T14:10:49.885Z[ helios-setup] Sep 16 14:10:49.062 INFO E| Compiling unicode-bidi v0.3.13
24682024-09-16T14:10:50.436Z[ helios-setup] Sep 16 14:10:49.613 INFO E| Compiling num-conv v0.1.0
24692024-09-16T14:10:51.469Z[ helios-setup] Sep 16 14:10:50.646 INFO E| Compiling powerfmt v0.2.0
24702024-09-16T14:10:51.698Z[ host-package] Compiling tar v0.4.41
24712024-09-16T14:10:51.788Z[ helios-setup] Sep 16 14:10:50.964 INFO E| Compiling time-core v0.1.2
24722024-09-16T14:10:52.941Z[ helios-setup] Sep 16 14:10:52.118 INFO E| Compiling ucd-trie v0.1.5
24732024-09-16T14:10:54.160Z[ helios-setup] Sep 16 14:10:53.336 INFO E| Compiling idna v0.3.0
24742024-09-16T14:10:54.429Z[ helios-setup] Sep 16 14:10:53.605 INFO E| Compiling pest v2.5.7
24752024-09-16T14:10:54.753Z[ host-package] Compiling camino-tempfile v1.1.1
24762024-09-16T14:10:55.265Z[ host-package] Compiling toolchain_find v0.4.0
24772024-09-16T14:10:55.342Z[ host-package] Compiling nibble_vec v0.1.0
24782024-09-16T14:10:55.472Z[ helios-setup] Sep 16 14:10:54.648 INFO E| Compiling time-macros v0.2.18
24792024-09-16T14:10:55.845Z[ host-package] Compiling atty v0.2.14
24802024-09-16T14:10:55.877Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24812024-09-16T14:10:56.153Z[ host-package] Compiling topological-sort v0.2.2
24822024-09-16T14:10:56.356Z[ host-package] Compiling crunchy v0.2.2
24832024-09-16T14:10:56.753Z[ host-package] Compiling glob v0.3.1
24842024-09-16T14:10:57.129Z[ host-package] Compiling maplit v1.0.2
24852024-09-16T14:10:57.480Z[ host-package] Compiling endian-type v0.1.2
24862024-09-16T14:10:57.631Z[ helios-setup] Sep 16 14:10:56.806 INFO E| Compiling deranged v0.3.11
24872024-09-16T14:10:57.735Z[ host-package] Compiling omicron-zone-package v0.11.0
24882024-09-16T14:10:58.383Z[ host-package] Compiling clang-sys v1.7.0
24892024-09-16T14:10:58.481Z[ host-package] Compiling radix_trie v0.2.1
24902024-09-16T14:10:59.503Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24912024-09-16T14:10:59.749Z[ helios-setup] Sep 16 14:10:58.924 INFO E| Compiling tracing v0.1.37
24922024-09-16T14:11:00.227Z[ host-package] Compiling tiny-keccak v2.0.2
24932024-09-16T14:11:01.048Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24942024-09-16T14:11:01.163Z[ host-package] Compiling dsl_auto_type v0.1.2
24952024-09-16T14:11:01.361Z[ host-package] Compiling curve25519-dalek v4.1.3
24962024-09-16T14:11:01.445Z[ helios-setup] Sep 16 14:11:00.620 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24972024-09-16T14:11:02.053Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24982024-09-16T14:11:02.127Z[ helios-setup] Sep 16 14:11:01.301 INFO E| Compiling time v0.1.45
24992024-09-16T14:11:02.546Z[ helios-setup] Sep 16 14:11:01.720 INFO E| Compiling crossbeam-epoch v0.9.13
25002024-09-16T14:11:02.670Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25012024-09-16T14:11:03.583Z[ host-package] Compiling keccak v0.1.5
25022024-09-16T14:11:03.647Z[ helios-setup] Sep 16 14:11:02.822 INFO E| Compiling semver v1.0.17
25032024-09-16T14:11:03.696Z[ host-package] Compiling arc-swap v1.7.1
25042024-09-16T14:11:04.038Z[ helios-setup] Sep 16 14:11:03.212 INFO E| Compiling iana-time-zone v0.1.56
25052024-09-16T14:11:04.499Z[ host-package] Compiling sha3 v0.10.8
25062024-09-16T14:11:04.859Z[ helios-setup] Sep 16 14:11:04.030 INFO E| Compiling num_threads v0.1.6
25072024-09-16T14:11:04.991Z[ helios-setup] Sep 16 14:11:04.165 INFO E| Compiling time v0.3.36
25082024-09-16T14:11:05.033Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25092024-09-16T14:11:05.229Z[ host-package] Compiling slog-scope v4.4.0
25102024-09-16T14:11:05.453Z[ helios-setup] Sep 16 14:11:04.627 INFO E| Compiling toml v0.5.11
25112024-09-16T14:11:05.648Z[ host-package] Compiling diesel_derives v2.2.2
25122024-09-16T14:11:05.673Z[ helios-setup] Sep 16 14:11:04.847 INFO E| Compiling serde_tokenstream v0.2.0
25132024-09-16T14:11:05.820Z[ helios-setup] Sep 16 14:11:04.994 INFO E| Compiling url v2.3.1
25142024-09-16T14:11:05.942Z[ helios-setup] Sep 16 14:11:05.116 INFO E| Compiling smallvec v1.10.0
25152024-09-16T14:11:06.587Z[ host-package] Compiling r2d2 v0.8.10
25162024-09-16T14:11:07.013Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25172024-09-16T14:11:07.659Z[ host-package] Compiling ascii-canvas v3.0.0
25182024-09-16T14:11:07.913Z[ host-package] Compiling universal-hash v0.5.1
25192024-09-16T14:11:08.561Z[ host-package] Compiling secrecy v0.8.0
25202024-09-16T14:11:08.625Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25212024-09-16T14:11:08.713Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25222024-09-16T14:11:08.974Z[ helios-setup] Sep 16 14:11:08.147 INFO E| Compiling parking_lot v0.12.1
25232024-09-16T14:11:09.476Z[ host-package] Compiling ena v0.14.3
25242024-09-16T14:11:10.473Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25252024-09-16T14:11:11.936Z[ helios-setup] Sep 16 14:11:11.108 INFO E| Compiling semver-parser v0.10.2
25262024-09-16T14:11:13.608Z[ host-package] Compiling libloading v0.8.3
25272024-09-16T14:11:13.873Z[ host-package] Compiling bindgen v0.69.4
25282024-09-16T14:11:14.564Z[ host-package] Compiling regex-syntax v0.6.29
25292024-09-16T14:11:15.195Z[ host-package] Compiling opaque-debug v0.3.1
25302024-09-16T14:11:15.266Z[ helios-setup] Sep 16 14:11:14.438 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25312024-09-16T14:11:15.502Z[ host-package] Compiling diff v0.1.13
25322024-09-16T14:11:16.294Z[ helios-setup] Sep 16 14:11:15.466 INFO E| Compiling crossbeam-channel v0.5.6
25332024-09-16T14:11:16.676Z[ host-package] Compiling poly1305 v0.8.0
25342024-09-16T14:11:19.421Z[ helios-setup] Sep 16 14:11:18.593 INFO E| Compiling dirs-sys-next v0.1.2
25352024-09-16T14:11:20.910Z[ helios-setup] Sep 16 14:11:20.082 INFO E| Compiling same-file v1.0.6
25362024-09-16T14:11:21.522Z[ helios-setup] Sep 16 14:11:20.693 INFO E| Compiling try-lock v0.2.4
25372024-09-16T14:11:21.694Z[ helios-setup] Sep 16 14:11:20.865 INFO E| Compiling crc32fast v1.3.2
25382024-09-16T14:11:21.845Z[ helios-setup] Sep 16 14:11:21.017 INFO E| Compiling walkdir v2.3.3
25392024-09-16T14:11:22.077Z[ helios-setup] Sep 16 14:11:21.248 INFO E| Compiling want v0.3.0
25402024-09-16T14:11:23.087Z[ helios-setup] Sep 16 14:11:22.257 INFO E| Compiling dirs-next v2.0.0
25412024-09-16T14:11:23.892Z[ helios-setup] Sep 16 14:11:23.062 INFO E| Compiling semver v0.11.0
25422024-09-16T14:11:26.242Z[ host-package] Compiling lalrpop v0.19.12
25432024-09-16T14:11:26.489Z[ helios-setup] Sep 16 14:11:25.659 INFO E| Compiling proc-macro-crate v1.2.1
25442024-09-16T14:11:27.783Z[ helios-setup] Sep 16 14:11:26.953 INFO E| Compiling tokio-util v0.7.7
25452024-09-16T14:11:29.107Z[ host-package] Compiling diesel v2.2.3
25462024-09-16T14:11:29.963Z[ helios-setup] Sep 16 14:11:29.133 INFO E| Compiling futures-executor v0.3.28
25472024-09-16T14:11:30.561Z[ helios-setup] Sep 16 14:11:29.730 INFO E| Compiling h2 v0.3.16
25482024-09-16T14:11:32.726Z[ helios-setup] Sep 16 14:11:31.895 INFO E| Compiling http-body v0.4.5
25492024-09-16T14:11:33.073Z[ helios-setup] Sep 16 14:11:32.241 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25502024-09-16T14:11:33.209Z[ helios-setup] Sep 16 14:11:32.378 INFO E| Compiling ring v0.16.20
25512024-09-16T14:11:33.646Z[ helios-setup] Sep 16 14:11:32.815 INFO E| Compiling rand_core v0.6.4
25522024-09-16T14:11:35.541Z[ helios-setup] Sep 16 14:11:34.709 INFO E| Compiling thread_local v1.1.7
25532024-09-16T14:11:37.124Z[ helios-setup] Sep 16 14:11:36.292 INFO E| Compiling fastrand v1.9.0
25542024-09-16T14:11:37.490Z[ helios-setup] Sep 16 14:11:36.658 INFO E| Compiling home v0.5.4
25552024-09-16T14:11:38.181Z[ helios-setup] Sep 16 14:11:37.349 INFO E| Compiling httpdate v1.0.2
25562024-09-16T14:11:38.310Z[ helios-setup] Sep 16 14:11:37.479 INFO E| Compiling utf8parse v0.2.1
25572024-09-16T14:11:38.378Z[ helios-setup] Sep 16 14:11:37.546 INFO E| Compiling rayon-core v1.10.2
25582024-09-16T14:11:38.865Z[ helios-setup] Sep 16 14:11:38.033 INFO E| Compiling ppv-lite86 v0.2.17
25592024-09-16T14:11:39.238Z[ helios-setup] Sep 16 14:11:38.407 INFO E| Compiling adler v1.0.2
25602024-09-16T14:11:39.940Z[ helios-setup] Sep 16 14:11:39.108 INFO E| Compiling tower-service v0.3.2
25612024-09-16T14:11:40.472Z[ helios-setup] Sep 16 14:11:39.640 INFO E| Compiling base64 v0.21.0
25622024-09-16T14:11:40.849Z[ helios-setup] Sep 16 14:11:40.017 INFO E| Compiling lazy_static v1.4.0
25632024-09-16T14:11:41.503Z[ helios-setup] Sep 16 14:11:40.671 INFO E| Compiling toolchain_find v0.2.0
25642024-09-16T14:11:41.738Z[ helios-setup] Sep 16 14:11:40.905 INFO E| Compiling rand_chacha v0.3.1
25652024-09-16T14:11:41.872Z[ host-package] Compiling thiserror-no-std v2.0.2
25662024-09-16T14:11:42.382Z[ helios-setup] Sep 16 14:11:41.549 INFO E| Compiling hyper v0.14.25
25672024-09-16T14:11:44.471Z[ host-package] Compiling slog-stdlog v4.1.1
25682024-09-16T14:11:45.706Z[ helios-setup] Sep 16 14:11:44.873 INFO E| Compiling miniz_oxide v0.6.2
25692024-09-16T14:11:46.046Z[ helios-setup] Sep 16 14:11:45.213 INFO E| Compiling anstyle-parse v0.1.1
25702024-09-16T14:11:46.228Z[ helios-setup] Sep 16 14:11:45.395 INFO E| Compiling tempfile v3.5.0
25712024-09-16T14:11:46.289Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25722024-09-16T14:11:48.890Z[ host-package] Compiling which v4.4.2
25732024-09-16T14:11:50.163Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25742024-09-16T14:11:51.121Z[ host-package] Compiling chacha20 v0.9.1
25752024-09-16T14:11:52.297Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25762024-09-16T14:11:53.074Z[ host-package] Compiling cexpr v0.6.0
25772024-09-16T14:11:56.458Z[ host-package] Compiling aead v0.5.2
25782024-09-16T14:11:56.534Z[ host-package] Compiling rustc-hash v1.1.0
25792024-09-16T14:11:57.141Z[ host-package] Compiling lazycell v1.3.0
25802024-09-16T14:11:57.509Z[ host-package] Compiling shlex v1.3.0
25812024-09-16T14:11:57.581Z[ host-package] Compiling ref-cast v1.0.23
25822024-09-16T14:11:59.468Z[ host-package] Compiling chacha20poly1305 v0.10.1
25832024-09-16T14:12:00.112Z[ helios-setup] Sep 16 14:11:59.276 INFO E| Compiling futures v0.3.28
25842024-09-16T14:12:00.479Z[ helios-setup] Sep 16 14:11:59.644 INFO E| Compiling cargo-lock v8.0.3
25852024-09-16T14:12:00.521Z[ host-package] Compiling vsss-rs v3.3.4
25862024-09-16T14:12:02.810Z[ helios-setup] Sep 16 14:12:01.975 INFO E| Compiling crossbeam-deque v0.8.2
25872024-09-16T14:12:03.973Z[ helios-setup] Sep 16 14:12:03.137 INFO E| Compiling num_enum_derive v0.5.7
25882024-09-16T14:12:07.939Z[ helios-setup] Sep 16 14:12:07.102 INFO E| Compiling term v0.7.0
25892024-09-16T14:12:08.220Z[ helios-setup] Sep 16 14:12:07.383 INFO E| Compiling serde_urlencoded v0.7.1
25902024-09-16T14:12:08.501Z[ helios-setup] Sep 16 14:12:07.664 INFO E| Compiling is-terminal v0.4.7
25912024-09-16T14:12:09.143Z[ helios-setup] Sep 16 14:12:08.306 INFO E| Compiling sha2 v0.10.6
25922024-09-16T14:12:09.569Z[ helios-setup] Sep 16 14:12:08.732 INFO E| Compiling sha1 v0.10.5
25932024-09-16T14:12:10.152Z[ host-package] Compiling slog-envlogger v2.2.0
25942024-09-16T14:12:10.369Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25952024-09-16T14:12:10.584Z[ helios-setup] Sep 16 14:12:09.747 INFO E| Compiling atty v0.2.14
25962024-09-16T14:12:11.044Z[ helios-setup] Sep 16 14:12:10.206 INFO E| Compiling concolor-query v0.3.3
25972024-09-16T14:12:11.276Z[ helios-setup] Sep 16 14:12:10.439 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25982024-09-16T14:12:11.427Z[ host-package] Compiling derive_builder_core v0.20.0
25992024-09-16T14:12:12.945Z[ helios-setup] Sep 16 14:12:12.108 INFO E| Compiling concolor-override v1.0.0
26002024-09-16T14:12:12.998Z[ helios-setup] Sep 16 14:12:12.160 INFO E| Compiling anstyle v0.3.5
26012024-09-16T14:12:14.129Z[ helios-setup] Sep 16 14:12:13.291 INFO E| Compiling anstream v0.2.6
26022024-09-16T14:12:14.607Z[ host-package] Compiling headers-core v0.2.0
26032024-09-16T14:12:15.229Z[ host-package] Compiling fxhash v0.2.1
26042024-09-16T14:12:15.654Z[ helios-setup] Sep 16 14:12:14.815 INFO E| Compiling slog-term v2.9.0
26052024-09-16T14:12:15.749Z[ host-package] Compiling libxml v0.3.3
26062024-09-16T14:12:15.792Z[ host-package] Compiling ref-cast-impl v1.0.23
26072024-09-16T14:12:16.220Z[ helios-setup] Sep 16 14:12:15.381 INFO E| Compiling num_enum v0.5.7
26082024-09-16T14:12:16.298Z[ helios-setup] Sep 16 14:12:15.460 INFO E| Compiling flate2 v1.0.25
26092024-09-16T14:12:17.107Z[ host-package] Compiling derive_builder_macro v0.20.0
26102024-09-16T14:12:17.670Z[ host-package] Compiling headers v0.3.9
26112024-09-16T14:12:18.135Z[ helios-setup] Sep 16 14:12:17.296 INFO E| Compiling rustfmt-wrapper v0.2.0
26122024-09-16T14:12:18.163Z[ helios-setup] Sep 16 14:12:17.324 INFO E| Compiling rand v0.8.5
26132024-09-16T14:12:19.011Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26142024-09-16T14:12:19.089Z[ helios-setup] Sep 16 14:12:18.250 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26152024-09-16T14:12:19.279Z[ helios-setup] Sep 16 14:12:18.440 INFO E| Compiling openapiv3 v1.0.2
26162024-09-16T14:12:21.073Z[ helios-setup] Sep 16 14:12:20.234 INFO E| Compiling encoding_rs v0.8.32
26172024-09-16T14:12:21.472Z[ host-package] Compiling polar-core v0.27.3
26182024-09-16T14:12:21.976Z[ helios-setup] Sep 16 14:12:21.137 INFO E| Compiling utf-8 v0.7.6
26192024-09-16T14:12:22.723Z[ helios-setup] Sep 16 14:12:21.883 INFO E| Compiling byteorder v1.4.3
26202024-09-16T14:12:24.494Z[ helios-setup] Sep 16 14:12:23.654 INFO E| Compiling unsafe-libyaml v0.2.8
26212024-09-16T14:12:24.583Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26222024-09-16T14:12:25.051Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26232024-09-16T14:12:25.673Z[ host-package] Compiling strum_macros v0.24.3
26242024-09-16T14:12:26.567Z[ host-package] Compiling samael v0.0.17
26252024-09-16T14:12:27.707Z[ helios-setup] Sep 16 14:12:26.866 INFO E| Compiling clap_lex v0.4.1
26262024-09-16T14:12:27.908Z[ helios-setup] Sep 16 14:12:27.068 INFO E| Compiling untrusted v0.7.1
26272024-09-16T14:12:28.243Z[ helios-setup] Sep 16 14:12:27.403 INFO E| Compiling spin v0.5.2
26282024-09-16T14:12:28.723Z[ helios-setup] Sep 16 14:12:27.882 INFO E| Compiling base64 v0.13.1
26292024-09-16T14:12:28.828Z[ helios-setup] Sep 16 14:12:27.987 INFO E| Compiling mime v0.3.17
26302024-09-16T14:12:29.321Z[ helios-setup] Sep 16 14:12:28.480 INFO E| Compiling strsim v0.10.0
26312024-09-16T14:12:30.535Z[ host-package] Compiling kstat-rs v0.2.4
26322024-09-16T14:12:30.742Z[ helios-setup] Sep 16 14:12:29.901 INFO E| Compiling ipnet v2.7.2
26332024-09-16T14:12:31.542Z[ helios-setup] Sep 16 14:12:30.701 INFO E| Compiling project-root v0.2.2
26342024-09-16T14:12:32.376Z[ helios-setup] Sep 16 14:12:31.535 INFO E| Compiling either v1.8.0
26352024-09-16T14:12:32.503Z[ host-package] Compiling unicase v2.7.0
26362024-09-16T14:12:32.855Z[ host-package] Compiling dropshot v0.10.1
26372024-09-16T14:12:33.135Z[ helios-setup] Sep 16 14:12:32.294 INFO E| Compiling reqwest v0.11.16
26382024-09-16T14:12:33.218Z[ helios-setup] Sep 16 14:12:32.376 INFO E| Compiling clap_builder v4.2.1
26392024-09-16T14:12:33.291Z[ helios-setup] Sep 16 14:12:32.449 INFO E| Compiling rayon v1.6.1
26402024-09-16T14:12:33.494Z[ host-package] Compiling indoc v1.0.9
26412024-09-16T14:12:33.955Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26422024-09-16T14:12:35.651Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26432024-09-16T14:12:35.796Z[ helios-setup] Sep 16 14:12:34.954 INFO E| Compiling tungstenite v0.18.0
26442024-09-16T14:12:39.334Z[ helios-setup] Sep 16 14:12:38.492 INFO E| Compiling serde_yaml v0.9.21
26452024-09-16T14:12:42.214Z[ helios-setup] Sep 16 14:12:41.371 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26462024-09-16T14:12:45.054Z[ helios-setup] Sep 16 14:12:44.210 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
26472024-09-16T14:12:45.495Z[ host-package] Compiling derive_builder v0.20.0
26482024-09-16T14:12:46.987Z[ helios-setup] Sep 16 14:12:46.143 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26492024-09-16T14:12:48.702Z[ helios-setup] Sep 16 14:12:47.858 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
26502024-09-16T14:12:49.223Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26512024-09-16T14:12:49.795Z[ helios-setup] Sep 16 14:12:48.951 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
26522024-09-16T14:12:50.030Z[ host-package] Compiling tungstenite v0.23.0
26532024-09-16T14:12:50.783Z[ helios-setup] Sep 16 14:12:49.939 INFO E| Compiling clap_derive v4.2.0
26542024-09-16T14:12:53.171Z[ helios-setup] Sep 16 14:12:52.326 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26552024-09-16T14:12:55.479Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26562024-09-16T14:12:56.344Z[ host-package] Compiling crossterm v0.28.1
26572024-09-16T14:12:56.621Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26582024-09-16T14:13:00.391Z[ helios-setup] Sep 16 14:12:59.545 INFO E| Compiling clap v4.2.1
26592024-09-16T14:13:00.990Z[ helios-setup] Sep 16 14:13:00.144 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
26602024-09-16T14:13:05.402Z[ host-package] Compiling dropshot_endpoint v0.10.1
26612024-09-16T14:13:09.778Z[ host-package] Compiling oso-derive v0.27.3
26622024-09-16T14:13:10.865Z[ host-package] Compiling libz-sys v1.1.16
26632024-09-16T14:13:11.825Z[ host-package] Compiling quick-xml v0.33.0
26642024-09-16T14:13:12.003Z[ helios-setup] Sep 16 14:13:11.154 INFO E| Compiling tokio-tungstenite v0.18.0
26652024-09-16T14:13:12.568Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
26662024-09-16T14:13:12.922Z[ host-package] Compiling parking_lot_core v0.8.6
26672024-09-16T14:13:13.177Z[ helios-setup] Sep 16 14:13:12.329 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26682024-09-16T14:13:13.606Z[ host-package] Compiling cfg_aliases v0.1.1
26692024-09-16T14:13:14.065Z[ host-package] Compiling nix v0.28.0
26702024-09-16T14:13:15.473Z[ host-package] Compiling oso v0.27.3
26712024-09-16T14:13:15.855Z[ host-package] Compiling tokio-tungstenite v0.23.1
26722024-09-16T14:13:16.403Z[ helios-setup] Sep 16 14:13:15.554 INFO E| Compiling smartstring v1.0.1
26732024-09-16T14:13:17.159Z[ helios-setup] Sep 16 14:13:16.310 INFO E| Compiling rustls v0.21.0
26742024-09-16T14:13:17.266Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26752024-09-16T14:13:19.128Z[ helios-setup] Sep 16 14:13:18.278 INFO E| Compiling serde_spanned v0.6.1
26762024-09-16T14:13:19.799Z[ helios-setup] Sep 16 14:13:18.950 INFO E| Compiling toml_datetime v0.6.1
26772024-09-16T14:13:20.786Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26782024-09-16T14:13:21.109Z[ helios-setup] Sep 16 14:13:20.259 INFO E| Compiling paste v1.0.12
26792024-09-16T14:13:22.140Z[ helios-setup] Sep 16 14:13:21.290 INFO E| Compiling async-trait v0.1.68
26802024-09-16T14:13:23.527Z[ helios-setup] Sep 16 14:13:22.677 INFO E| Compiling camino v1.1.4
26812024-09-16T14:13:25.621Z[ helios-setup] Sep 16 14:13:24.771 INFO E| Compiling match_cfg v0.1.0
26822024-09-16T14:13:26.185Z[ helios-setup] Sep 16 14:13:25.334 INFO E| Compiling slog-async v2.7.0
26832024-09-16T14:13:27.379Z[ helios-setup] Sep 16 14:13:26.520 INFO E| Compiling static_assertions v1.1.0
26842024-09-16T14:13:27.602Z[ helios-setup] Sep 16 14:13:26.751 INFO E| Compiling winnow v0.4.1
26852024-09-16T14:13:29.139Z[ helios-setup] Sep 16 14:13:28.288 INFO E| Compiling hostname v0.3.1
26862024-09-16T14:13:29.939Z[ helios-setup] Sep 16 14:13:29.088 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26872024-09-16T14:13:30.031Z[ helios-setup] Sep 16 14:13:29.180 INFO E| Compiling slog-json v2.6.1
26882024-09-16T14:13:31.184Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892024-09-16T14:13:31.386Z[ helios-setup] Sep 16 14:13:30.535 INFO E| Compiling unicode-linebreak v0.1.4
26902024-09-16T14:13:32.530Z[ host-package] Compiling const_format_proc_macros v0.2.33
26912024-09-16T14:13:35.388Z[ helios-setup] Sep 16 14:13:34.536 INFO E| Compiling toml_edit v0.19.8
26922024-09-16T14:13:36.814Z[ host-package] Compiling bb8 v0.8.5
26932024-09-16T14:13:37.044Z[ helios-setup] Sep 16 14:13:36.192 INFO E| Compiling async-stream-impl v0.3.5
26942024-09-16T14:13:38.584Z[ host-package] Compiling vte_generate_state_changes v0.1.1
26952024-09-16T14:13:40.205Z[ helios-setup] Sep 16 14:13:39.352 INFO E| Compiling rhai_codegen v1.5.0
26962024-09-16T14:13:40.330Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26972024-09-16T14:13:41.620Z[ host-package] Compiling vte v0.11.1
26982024-09-16T14:13:44.724Z[ host-package] Compiling async-bb8-diesel v0.2.1
26992024-09-16T14:13:45.937Z[ helios-setup] Sep 16 14:13:45.083 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27002024-09-16T14:13:46.685Z[ host-package] Compiling const_format v0.2.33
27012024-09-16T14:13:46.685Z[ helios-setup] Sep 16 14:13:45.831 INFO E| Compiling take_mut v0.2.2
27022024-09-16T14:13:47.516Z[ helios-setup] Sep 16 14:13:46.662 INFO E| Compiling rhai v1.14.0
27032024-09-16T14:13:49.465Z[ helios-setup] Sep 16 14:13:48.610 INFO E| Compiling toml v0.7.3
27042024-09-16T14:13:49.482Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
27052024-09-16T14:13:52.801Z[ helios-setup] Sep 16 14:13:51.946 INFO E| Compiling async-stream v0.3.5
27062024-09-16T14:13:53.211Z[ helios-setup] Sep 16 14:13:52.356 INFO E| Compiling slog-bunyan v2.4.0
27072024-09-16T14:13:54.568Z[ host-package] Compiling fd-lock v4.0.2
27082024-09-16T14:13:55.241Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27092024-09-16T14:13:57.270Z[ host-package] Compiling bytecount v0.6.8
27102024-09-16T14:13:58.382Z[ host-package] Compiling papergrid v0.11.0
27112024-09-16T14:13:58.804Z[ helios-setup] Sep 16 14:13:57.948 INFO E| Compiling rustls-pemfile v1.0.2
27122024-09-16T14:13:59.408Z[ helios-setup] Sep 16 14:13:58.552 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27132024-09-16T14:13:59.631Z[ helios-setup] Sep 16 14:13:58.775 INFO E| Compiling bincode v1.3.3
27142024-09-16T14:14:00.179Z[ helios-setup] Sep 16 14:13:59.323 INFO E| Compiling serde_path_to_error v0.1.11
27152024-09-16T14:14:01.789Z[ helios-setup] Sep 16 14:14:00.933 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27162024-09-16T14:14:01.994Z[ helios-setup] Sep 16 14:14:01.138 INFO E| Compiling terminal_size v0.2.6
27172024-09-16T14:14:02.587Z[ helios-setup] Sep 16 14:14:01.730 INFO E| Compiling smawk v0.3.1
27182024-09-16T14:14:03.520Z[ helios-setup] Sep 16 14:14:02.663 INFO E| Compiling textwrap v0.16.0
27192024-09-16T14:14:15.183Z[ helios-setup] Sep 16 14:14:14.324 INFO E| Compiling rustls-webpki v0.100.1
27202024-09-16T14:14:15.462Z[ helios-setup] Sep 16 14:14:14.603 INFO E| Compiling sct v0.7.0
27212024-09-16T14:14:21.147Z[ helios-setup] Sep 16 14:14:20.286 INFO E| Compiling git2 v0.16.1
27222024-09-16T14:14:22.649Z[ host-package] Compiling parking_lot v0.11.2
27232024-09-16T14:14:23.052Z[ helios-setup] Sep 16 14:14:22.191 INFO E| Compiling tokio-rustls v0.24.0
27242024-09-16T14:14:28.269Z[ helios-setup] Sep 16 14:14:27.407 INFO E| Compiling built v0.6.0
27252024-09-16T14:14:32.738Z[ helios-setup] Sep 16 14:14:31.876 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27262024-09-16T14:14:35.907Z[ helios-setup] Sep 16 14:14:35.045 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27272024-09-16T14:14:37.060Z[ helios-setup] Sep 16 14:14:36.197 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27282024-09-16T14:14:37.289Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27292024-09-16T14:14:40.423Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
27302024-09-16T14:14:48.698Z[ host-package] Compiling tabled_derive v0.7.0
27312024-09-16T14:14:49.009Z[ host-package] Compiling crossterm v0.27.0
27322024-09-16T14:14:52.916Z[ host-package] Compiling peg-macros v0.8.4
27332024-09-16T14:14:57.982Z[ host-package] Compiling sqlparser_derive v0.2.2
27342024-09-16T14:14:59.420Z[ host-package] Compiling unicode_categories v0.1.1
27352024-09-16T14:14:59.682Z[ host-package] Compiling nu-ansi-term v0.50.0
27362024-09-16T14:14:59.827Z[ host-package] Compiling sqlformat v0.2.4
27372024-09-16T14:14:59.862Z[ host-package] Compiling rustyline v14.0.0
27382024-09-16T14:15:01.109Z[ host-package] Compiling reedline v0.33.0
27392024-09-16T14:15:01.779Z[ host-package] Compiling peg v0.8.4
27402024-09-16T14:15:01.980Z[ host-package] Compiling sqlparser v0.45.0
27412024-09-16T14:15:03.044Z[ host-package] Compiling tabled v0.15.0
27422024-09-16T14:15:05.346Z[ helios-setup] Sep 16 14:15:04.478 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27432024-09-16T14:15:07.766Z[ helios-setup] Sep 16 14:15:06.898 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27442024-09-16T14:15:12.616Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452024-09-16T14:15:15.507Z[ host-package] Compiling sled v0.34.7
27462024-09-16T14:15:16.865Z[ host-package] Compiling mime_guess v2.0.4
27472024-09-16T14:15:19.846Z[ host-package] Compiling hickory-client v0.24.1
27482024-09-16T14:15:20.094Z[ host-package] Compiling env_logger v0.9.3
27492024-09-16T14:15:25.215Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27502024-09-16T14:15:26.988Z[ host-package] Compiling tungstenite v0.20.1
27512024-09-16T14:15:28.683Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27522024-09-16T14:15:36.418Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532024-09-16T14:15:36.476Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
27542024-09-16T14:15:37.111Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27552024-09-16T14:15:39.247Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27562024-09-16T14:15:39.939Z[ host-package] Compiling hickory-server v0.24.1
27572024-09-16T14:15:40.610Z[ host-package] Compiling bcs v0.1.6
27582024-09-16T14:15:42.618Z[ host-package] Compiling vergen v8.3.2
27592024-09-16T14:15:43.759Z[ host-package] Compiling bitstruct_derive v0.1.0
27602024-09-16T14:15:47.003Z[ host-package] Compiling cargo-platform v0.1.8
27612024-09-16T14:15:48.199Z[ host-package] Compiling nanorand v0.7.0
27622024-09-16T14:15:51.410Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27632024-09-16T14:15:51.666Z[ host-package] Compiling memoffset v0.9.1
27642024-09-16T14:15:51.823Z[ host-package] Compiling ascii v1.1.0
27652024-09-16T14:15:52.492Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27662024-09-16T14:15:52.802Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27672024-09-16T14:15:53.582Z[ host-package] Compiling flume v0.11.0
27682024-09-16T14:15:54.473Z[ host-package] Compiling cargo_metadata v0.18.1
27692024-09-16T14:15:55.157Z[ helios-setup] Sep 16 14:15:54.280 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27702024-09-16T14:15:55.333Z[ host-package] Compiling bitstruct v0.1.1
27712024-09-16T14:15:55.536Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722024-09-16T14:15:58.570Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732024-09-16T14:16:02.304Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27742024-09-16T14:16:03.235Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27752024-09-16T14:16:08.825Z[ host-package] Compiling tokio-tungstenite v0.20.1
27762024-09-16T14:16:09.733Z[ host-package] Compiling git2 v0.19.0
27772024-09-16T14:16:15.899Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27782024-09-16T14:16:22.849Z[ host-package] Compiling atomicwrites v0.4.3
27792024-09-16T14:16:23.828Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27802024-09-16T14:16:25.812Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27812024-09-16T14:16:29.174Z[ host-package] Compiling libsqlite3-sys v0.28.0
27822024-09-16T14:16:29.419Z[ host-package] Compiling serde_arrays v0.1.0
27832024-09-16T14:16:29.491Z[ host-package] Compiling erased-serde v0.3.31
27842024-09-16T14:16:29.834Z[ host-package] Compiling cfg_aliases v0.2.1
27852024-09-16T14:16:30.072Z[ host-package] Compiling nix v0.29.0
27862024-09-16T14:16:32.842Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27872024-09-16T14:16:33.391Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27882024-09-16T14:16:33.923Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27892024-09-16T14:16:34.833Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27902024-09-16T14:16:35.721Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
27912024-09-16T14:16:36.114Z[ host-package] Compiling heck v0.3.3
27922024-09-16T14:16:36.979Z[ host-package] Compiling castaway v0.2.3
27932024-09-16T14:16:37.552Z[ host-package] Compiling rand_seeder v0.3.0
27942024-09-16T14:16:38.540Z[ host-package] Compiling csv-core v0.1.11
27952024-09-16T14:16:39.241Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
27962024-09-16T14:16:40.095Z[ host-package] Compiling http-range v0.1.5
27972024-09-16T14:16:40.267Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27982024-09-16T14:16:41.314Z[ host-package] Compiling hyper-staticfile v0.9.5
27992024-09-16T14:16:44.641Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28002024-09-16T14:16:47.265Z[ host-package] Compiling csv v1.3.0
28012024-09-16T14:16:51.778Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28022024-09-16T14:16:52.398Z[ host-package] Compiling compact_str v0.8.0
28032024-09-16T14:16:56.772Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28042024-09-16T14:16:56.884Z[ host-package] Compiling zone_cfg_derive v0.1.2
28052024-09-16T14:16:57.044Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
28062024-09-16T14:16:57.758Z[ host-package] Compiling nix v0.27.1
28072024-09-16T14:16:58.873Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
28082024-09-16T14:17:00.448Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092024-09-16T14:17:02.597Z[ helios-setup] Sep 16 14:17:01.709 INFO E| Finished `release` profile [optimized] target(s) in 6m 59s
28102024-09-16T14:17:02.746Z[ helios-setup] Sep 16 14:17:01.858 INFO building project "pilot" ok (420 seconds)
28112024-09-16T14:17:02.749Z[ helios-setup] Sep 16 14:17:01.858 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28122024-09-16T14:17:02.749Z[ helios-setup] Sep 16 14:17:01.858 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28132024-09-16T14:17:02.886Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28142024-09-16T14:17:02.925Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28152024-09-16T14:17:03.127Z[ helios-setup] Sep 16 14:17:02.239 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28162024-09-16T14:17:03.678Z[ helios-setup] Sep 16 14:17:02.790 INFO E| From https://github.com/jclulow/rust-jmclib
28172024-09-16T14:17:03.678Z[ helios-setup] Sep 16 14:17:02.790 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28182024-09-16T14:17:03.703Z[ helios-setup] Sep 16 14:17:02.815 INFO E| Updating crates.io index
28192024-09-16T14:17:03.927Z[ helios-setup] Sep 16 14:17:03.039 INFO E| Downloading crates ...
28202024-09-16T14:17:04.083Z[ helios-setup] Sep 16 14:17:03.194 INFO E| Downloaded libdevinfo-sys v1.0.0
28212024-09-16T14:17:04.085Z[ helios-setup] Sep 16 14:17:03.197 INFO E| Downloaded itoa v1.0.9
28222024-09-16T14:17:04.118Z[ helios-setup] Sep 16 14:17:03.230 INFO E| Downloaded block-buffer v0.9.0
28232024-09-16T14:17:04.121Z[ helios-setup] Sep 16 14:17:03.232 INFO E| Downloaded bitflags v2.3.3
28242024-09-16T14:17:04.152Z[ helios-setup] Sep 16 14:17:03.264 INFO E| Downloaded opaque-debug v0.3.0
28252024-09-16T14:17:04.154Z[ helios-setup] Sep 16 14:17:03.265 INFO E| Downloaded fastrand v2.0.0
28262024-09-16T14:17:04.156Z[ helios-setup] Sep 16 14:17:03.268 INFO E| Downloaded digest v0.9.0
28272024-09-16T14:17:04.185Z[ helios-setup] Sep 16 14:17:03.297 INFO E| Downloaded uuid v0.8.2
28282024-09-16T14:17:04.191Z[ helios-setup] Sep 16 14:17:03.303 INFO E| Downloaded unicode-ident v1.0.11
28292024-09-16T14:17:04.195Z[ helios-setup] Sep 16 14:17:03.308 INFO E| Downloaded sha-1 v0.9.8
28302024-09-16T14:17:04.198Z[ helios-setup] Sep 16 14:17:03.310 INFO E| Downloaded tempfile v3.7.0
28312024-09-16T14:17:04.216Z[ helios-setup] Sep 16 14:17:03.328 INFO E| Downloaded serde_json v1.0.103
28322024-09-16T14:17:04.227Z[ helios-setup] Sep 16 14:17:03.339 INFO E| Downloaded serde v1.0.193
28332024-09-16T14:17:04.232Z[ helios-setup] Sep 16 14:17:03.344 INFO E| Downloaded serde_derive v1.0.193
28342024-09-16T14:17:04.236Z[ helios-setup] Sep 16 14:17:03.349 INFO E| Downloaded ryu v1.0.15
28352024-09-16T14:17:04.269Z[ helios-setup] Sep 16 14:17:03.381 INFO E| Downloaded anyhow v1.0.72
28362024-09-16T14:17:04.275Z[ helios-setup] Sep 16 14:17:03.387 INFO E| Downloaded syn v2.0.32
28372024-09-16T14:17:04.291Z[ helios-setup] Sep 16 14:17:03.403 INFO E| Downloaded rustix v0.38.4
28382024-09-16T14:17:04.322Z[ helios-setup] Sep 16 14:17:03.434 INFO E| Downloaded quote v1.0.31
28392024-09-16T14:17:04.326Z[ helios-setup] Sep 16 14:17:03.438 INFO E| Downloaded proc-macro2 v1.0.66
28402024-09-16T14:17:04.329Z[ helios-setup] Sep 16 14:17:03.441 INFO E| Downloaded libc v0.2.147
28412024-09-16T14:17:04.365Z[ helios-setup] Sep 16 14:17:03.477 INFO E| Downloaded once_cell v1.18.0
28422024-09-16T14:17:04.369Z[ helios-setup] Sep 16 14:17:03.481 INFO E| Downloaded md-5 v0.9.1
28432024-09-16T14:17:04.371Z[ helios-setup] Sep 16 14:17:03.483 INFO E| Downloaded getrandom v0.2.10
28442024-09-16T14:17:04.376Z[ helios-setup] Sep 16 14:17:03.488 INFO E| Downloaded cpufeatures v0.2.9
28452024-09-16T14:17:04.599Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling libc v0.2.147
28462024-09-16T14:17:04.599Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling proc-macro2 v1.0.66
28472024-09-16T14:17:04.599Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling unicode-ident v1.0.11
28482024-09-16T14:17:04.602Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling cfg-if v1.0.0
28492024-09-16T14:17:04.602Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling version_check v0.9.4
28502024-09-16T14:17:04.602Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling typenum v1.16.0
28512024-09-16T14:17:04.602Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling serde v1.0.193
28522024-09-16T14:17:04.602Z[ helios-setup] Sep 16 14:17:03.711 INFO E| Compiling itoa v1.0.9
28532024-09-16T14:17:05.045Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28542024-09-16T14:17:05.522Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28552024-09-16T14:17:05.670Z[ helios-setup] Sep 16 14:17:04.781 INFO E| Compiling num-conv v0.1.0
28562024-09-16T14:17:05.828Z[ helios-setup] Sep 16 14:17:04.939 INFO E| Compiling time-core v0.1.2
28572024-09-16T14:17:05.869Z[ helios-setup] Sep 16 14:17:04.981 INFO E| Compiling generic-array v0.14.7
28582024-09-16T14:17:06.036Z[ helios-setup] Sep 16 14:17:05.148 INFO E| Compiling slog v2.7.0
28592024-09-16T14:17:06.227Z[ helios-setup] Sep 16 14:17:05.338 INFO E| Compiling rustix v0.38.4
28602024-09-16T14:17:06.288Z[ helios-setup] Sep 16 14:17:05.399 INFO E| Compiling powerfmt v0.2.0
28612024-09-16T14:17:06.372Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28622024-09-16T14:17:06.799Z[ helios-setup] Sep 16 14:17:05.911 INFO E| Compiling time-macros v0.2.18
28632024-09-16T14:17:07.089Z[ helios-setup] Sep 16 14:17:06.200 INFO E| Compiling deranged v0.3.11
28642024-09-16T14:17:07.173Z[ host-package] Compiling unicode-truncate v1.0.0
28652024-09-16T14:17:07.202Z[ helios-setup] Sep 16 14:17:06.313 INFO E| Compiling once_cell v1.18.0
28662024-09-16T14:17:07.531Z[ helios-setup] Sep 16 14:17:06.637 INFO E| Compiling quote v1.0.31
28672024-09-16T14:17:07.580Z[ host-package] Compiling lru v0.12.3
28682024-09-16T14:17:07.841Z[ helios-setup] Sep 16 14:17:06.952 INFO E| Compiling num_threads v0.1.6
28692024-09-16T14:17:07.974Z[ host-package] Compiling hashlink v0.9.1
28702024-09-16T14:17:08.055Z[ helios-setup] Sep 16 14:17:07.166 INFO E| Compiling bitflags v2.3.3
28712024-09-16T14:17:08.269Z[ helios-setup] Sep 16 14:17:07.380 INFO E| Compiling thread_local v1.1.7
28722024-09-16T14:17:08.699Z[ host-package] Compiling instability v0.3.2
28732024-09-16T14:17:08.727Z[ helios-setup] Sep 16 14:17:07.838 INFO E| Compiling syn v2.0.32
28742024-09-16T14:17:08.972Z[ helios-setup] Sep 16 14:17:08.083 INFO E| Compiling fastrand v2.0.0
28752024-09-16T14:17:09.657Z[ helios-setup] Sep 16 14:17:08.766 INFO E| Compiling opaque-debug v0.3.0
28762024-09-16T14:17:09.749Z[ helios-setup] Sep 16 14:17:08.860 INFO E| Compiling serde_json v1.0.103
28772024-09-16T14:17:09.840Z[ host-package] Compiling cassowary v0.3.0
28782024-09-16T14:17:10.457Z[ helios-setup] Sep 16 14:17:09.568 INFO E| Compiling dirs-sys-next v0.1.2
28792024-09-16T14:17:10.611Z[ helios-setup] Sep 16 14:17:09.722 INFO E| Compiling errno v0.3.1
28802024-09-16T14:17:10.642Z[ helios-setup] Sep 16 14:17:09.753 INFO E| Compiling atty v0.2.14
28812024-09-16T14:17:10.918Z[ helios-setup] Sep 16 14:17:10.029 INFO E| Compiling dirs-next v2.0.0
28822024-09-16T14:17:10.962Z[ host-package] Compiling fallible-iterator v0.3.0
28832024-09-16T14:17:11.207Z[ helios-setup] Sep 16 14:17:10.317 INFO E| Compiling term v0.7.0
28842024-09-16T14:17:11.258Z[ helios-setup] Sep 16 14:17:10.368 INFO E| Compiling anyhow v1.0.72
28852024-09-16T14:17:11.358Z[ helios-setup] Sep 16 14:17:10.468 INFO E| Compiling getrandom v0.2.10
28862024-09-16T14:17:11.591Z[ helios-setup] Sep 16 14:17:10.701 INFO E| Compiling block-buffer v0.9.0
28872024-09-16T14:17:11.947Z[ helios-setup] Sep 16 14:17:11.057 INFO E| Compiling digest v0.9.0
28882024-09-16T14:17:12.017Z[ helios-setup] Sep 16 14:17:11.127 INFO E| Compiling same-file v1.0.6
28892024-09-16T14:17:12.131Z[ helios-setup] Sep 16 14:17:11.241 INFO E| Compiling cpufeatures v0.2.9
28902024-09-16T14:17:12.344Z[ helios-setup] Sep 16 14:17:11.454 INFO E| Compiling ryu v1.0.15
28912024-09-16T14:17:12.407Z[ helios-setup] Sep 16 14:17:11.517 INFO E| Compiling unicode-width v0.1.10
28922024-09-16T14:17:12.466Z[ helios-setup] Sep 16 14:17:11.577 INFO E| Compiling sha-1 v0.9.8
28932024-09-16T14:17:12.520Z[ helios-setup] Sep 16 14:17:11.630 INFO E| Compiling time v0.3.36
28942024-09-16T14:17:12.690Z[ helios-setup] Sep 16 14:17:11.800 INFO E| Compiling getopts v0.2.21
28952024-09-16T14:17:13.061Z[ host-package] Compiling base64 v0.13.1
28962024-09-16T14:17:13.297Z[ helios-setup] Sep 16 14:17:12.406 INFO E| Compiling walkdir v2.3.3
28972024-09-16T14:17:13.761Z[ helios-setup] Sep 16 14:17:12.871 INFO E| Compiling md-5 v0.9.1
28982024-09-16T14:17:14.678Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
28992024-09-16T14:17:14.755Z[ host-package] Compiling ron v0.7.1
29002024-09-16T14:17:14.760Z[ helios-setup] Sep 16 14:17:13.870 INFO E| Compiling tempfile v3.7.0
29012024-09-16T14:17:14.795Z[ helios-setup] Sep 16 14:17:13.905 INFO E| Compiling libdevinfo-sys v1.0.0
29022024-09-16T14:17:14.837Z[ helios-setup] Sep 16 14:17:13.947 INFO E| Compiling glob v0.3.1
29032024-09-16T14:17:15.314Z[ host-package] Compiling rusqlite v0.31.0
29042024-09-16T14:17:16.415Z[ host-package] Compiling ratatui v0.28.0
29052024-09-16T14:17:16.475Z[ helios-setup] Sep 16 14:17:15.585 INFO E| Compiling slog-term v2.9.0
29062024-09-16T14:17:18.066Z[ helios-setup] Sep 16 14:17:17.175 INFO E| Compiling serde_derive v1.0.193
29072024-09-16T14:17:22.175Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29082024-09-16T14:17:22.198Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29092024-09-16T14:17:25.944Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29102024-09-16T14:17:33.643Z[ helios-setup] Sep 16 14:17:32.749 INFO E| Compiling toml v0.5.11
29112024-09-16T14:17:33.643Z[ helios-setup] Sep 16 14:17:32.749 INFO E| Compiling uuid v0.8.2
29122024-09-16T14:17:35.911Z[ helios-setup] Sep 16 14:17:35.017 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29132024-09-16T14:17:39.298Z[ host-package] Compiling zone v0.1.8
29142024-09-16T14:17:39.403Z[ helios-setup] Sep 16 14:17:38.509 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29152024-09-16T14:17:43.444Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29162024-09-16T14:17:44.571Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29172024-09-16T14:17:52.308Z[ helios-setup] Sep 16 14:17:51.411 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.46s
29182024-09-16T14:17:52.347Z[ helios-setup] Sep 16 14:17:51.451 INFO building project "image-builder" ok (49 seconds)
29192024-09-16T14:17:52.347Z[ helios-setup] Sep 16 14:17:51.451 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29202024-09-16T14:17:52.347Z[ helios-setup] Sep 16 14:17:51.451 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29212024-09-16T14:17:52.359Z[ helios-setup] Sep 16 14:17:51.462 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29222024-09-16T14:17:52.628Z[ helios-setup] Sep 16 14:17:51.732 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29232024-09-16T14:17:52.628Z[ helios-setup] Sep 16 14:17:51.732 INFO E| info: downloading component 'cargo'
29242024-09-16T14:17:53.740Z[ helios-setup] Sep 16 14:17:52.843 INFO E| info: downloading component 'clippy'
29252024-09-16T14:17:53.958Z[ helios-setup] Sep 16 14:17:53.062 INFO E| info: downloading component 'rust-docs'
29262024-09-16T14:17:54.198Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29272024-09-16T14:17:54.927Z[ helios-setup] Sep 16 14:17:54.030 INFO E| info: downloading component 'rust-src'
29282024-09-16T14:17:55.083Z[ helios-setup] Sep 16 14:17:54.185 INFO E| info: downloading component 'rust-std'
29292024-09-16T14:17:55.884Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29302024-09-16T14:17:56.065Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29312024-09-16T14:17:56.958Z[ helios-setup] Sep 16 14:17:56.061 INFO E| info: downloading component 'rustc'
29322024-09-16T14:17:58.276Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29332024-09-16T14:17:58.641Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29342024-09-16T14:18:01.949Z[ helios-setup] Sep 16 14:18:01.051 INFO E| info: downloading component 'rustfmt'
29352024-09-16T14:18:02.665Z[ helios-setup] Sep 16 14:18:01.766 INFO E| info: installing component 'cargo'
29362024-09-16T14:18:04.249Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29372024-09-16T14:18:04.272Z[ helios-setup] Sep 16 14:18:03.374 INFO E| info: installing component 'clippy'
29382024-09-16T14:18:04.451Z[ host-package] Compiling twox-hash v1.6.3
29392024-09-16T14:18:04.760Z[ helios-setup] Sep 16 14:18:03.860 INFO E| info: installing component 'rust-docs'
29402024-09-16T14:18:05.535Z[ host-package] Compiling signal-hook-tokio v0.3.1
29412024-09-16T14:18:05.885Z[ host-package] Compiling yasna v0.5.2
29422024-09-16T14:18:06.832Z[ host-package] Compiling portpicker v0.1.1
29432024-09-16T14:18:07.420Z[ host-package] Compiling smawk v0.3.2
29442024-09-16T14:18:07.889Z[ host-package] Compiling is_ci v1.2.0
29452024-09-16T14:18:08.401Z[ host-package] Compiling unicode-linebreak v0.1.5
29462024-09-16T14:18:09.099Z[ host-package] Compiling textwrap v0.16.1
29472024-09-16T14:18:09.667Z[ helios-setup] Sep 16 14:18:08.768 INFO E| info: installing component 'rust-src'
29482024-09-16T14:18:10.057Z[ host-package] Compiling supports-color v3.0.1
29492024-09-16T14:18:10.422Z[ helios-setup] Sep 16 14:18:09.523 INFO E| info: installing component 'rust-std'
29502024-09-16T14:18:10.666Z[ host-package] Compiling rcgen v0.12.1
29512024-09-16T14:18:10.885Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29522024-09-16T14:18:13.150Z[ helios-setup] Sep 16 14:18:12.249 INFO E| info: installing component 'rustc'
29532024-09-16T14:18:13.277Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29542024-09-16T14:18:18.157Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29552024-09-16T14:18:19.852Z[ helios-setup] Sep 16 14:18:18.951 INFO E| info: installing component 'rustfmt'
29562024-09-16T14:18:20.774Z[ helios-setup] Sep 16 14:18:19.873 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29572024-09-16T14:18:21.793Z[ helios-setup] Sep 16 14:18:20.891 INFO E| From https://github.com/oxidecomputer/amd-apcb
29582024-09-16T14:18:21.793Z[ helios-setup] Sep 16 14:18:20.891 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
29592024-09-16T14:18:21.793Z[ helios-setup] Sep 16 14:18:20.891 INFO E| * [new tag] v0.3.3 -> v0.3.3
29602024-09-16T14:18:21.822Z[ helios-setup] Sep 16 14:18:20.920 INFO E| * [new tag] v0.1.3 -> v0.1.3
29612024-09-16T14:18:21.822Z[ helios-setup] Sep 16 14:18:20.920 INFO E| * [new tag] v0.1.4 -> v0.1.4
29622024-09-16T14:18:21.825Z[ helios-setup] Sep 16 14:18:20.921 INFO E| * [new tag] v0.1.5 -> v0.1.5
29632024-09-16T14:18:21.825Z[ helios-setup] Sep 16 14:18:20.921 INFO E| * [new tag] v0.2.0 -> v0.2.0
29642024-09-16T14:18:21.825Z[ helios-setup] Sep 16 14:18:20.921 INFO E| * [new tag] v0.3.0 -> v0.3.0
29652024-09-16T14:18:21.825Z[ helios-setup] Sep 16 14:18:20.921 INFO E| * [new tag] v0.3.1 -> v0.3.1
29662024-09-16T14:18:21.825Z[ helios-setup] Sep 16 14:18:20.921 INFO E| * [new tag] v0.3.2 -> v0.3.2
29672024-09-16T14:18:21.864Z[ helios-setup] Sep 16 14:18:20.962 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
29682024-09-16T14:18:22.780Z[ helios-setup] Sep 16 14:18:21.878 INFO E| From https://github.com/oxidecomputer/amd-efs
29692024-09-16T14:18:22.780Z[ helios-setup] Sep 16 14:18:21.878 INFO E| * [new branch] empty -> origin/empty
29702024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.878 INFO E| * [new branch] issue-99 -> origin/issue-99
29712024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.879 INFO E| * [new branch] main -> origin/main
29722024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.879 INFO E| * [new branch] review -> origin/review
29732024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.879 INFO E| * [new ref] -> origin/HEAD
29742024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.879 INFO E| * [new tag] v0.2.0 -> v0.2.0
29752024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.879 INFO E| * [new tag] v0.2.1 -> v0.2.1
29762024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.879 INFO E| * [new tag] v0.2.2 -> v0.2.2
29772024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.2.3 -> v0.2.3
29782024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.2.4 -> v0.2.4
29792024-09-16T14:18:22.785Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.2.5 -> v0.2.5
29802024-09-16T14:18:22.786Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.2.6 -> v0.2.6
29812024-09-16T14:18:22.786Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.2.7 -> v0.2.7
29822024-09-16T14:18:22.786Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.3.0 -> v0.3.0
29832024-09-16T14:18:22.786Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.3.1 -> v0.3.1
29842024-09-16T14:18:22.786Z[ helios-setup] Sep 16 14:18:21.880 INFO E| * [new tag] v0.4.0 -> v0.4.0
29852024-09-16T14:18:22.808Z[ helios-setup] Sep 16 14:18:21.906 INFO E| Updating crates.io index
29862024-09-16T14:18:23.240Z[ helios-setup] Sep 16 14:18:22.337 INFO E| Downloading crates ...
29872024-09-16T14:18:23.395Z[ helios-setup] Sep 16 14:18:22.493 INFO E| Downloaded rustc_version v0.2.3
29882024-09-16T14:18:23.398Z[ helios-setup] Sep 16 14:18:22.496 INFO E| Downloaded cfg-if v0.1.10
29892024-09-16T14:18:23.400Z[ helios-setup] Sep 16 14:18:22.499 INFO E| Downloaded fletcher v0.1.0
29902024-09-16T14:18:23.403Z[ helios-setup] Sep 16 14:18:22.500 INFO E| Downloaded ansi_term v0.12.1
29912024-09-16T14:18:23.407Z[ helios-setup] Sep 16 14:18:22.505 INFO E| Downloaded scroll_derive v0.10.5
29922024-09-16T14:18:23.409Z[ helios-setup] Sep 16 14:18:22.507 INFO E| Downloaded unic-ucd-version v0.9.0
29932024-09-16T14:18:23.411Z[ helios-setup] Sep 16 14:18:22.509 INFO E| Downloaded unic-common v0.9.0
29942024-09-16T14:18:23.414Z[ helios-setup] Sep 16 14:18:22.511 INFO E| Downloaded parse_int v0.6.0
29952024-09-16T14:18:23.414Z[ helios-setup] Sep 16 14:18:22.512 INFO E| Downloaded memoffset v0.5.6
29962024-09-16T14:18:23.443Z[ helios-setup] Sep 16 14:18:22.541 INFO E| Downloaded vec_map v0.8.2
29972024-09-16T14:18:23.446Z[ helios-setup] Sep 16 14:18:22.543 INFO E| Downloaded unic-char-range v0.9.0
29982024-09-16T14:18:23.449Z[ helios-setup] Sep 16 14:18:22.546 INFO E| Downloaded unic-char-property v0.9.0
29992024-09-16T14:18:23.452Z[ helios-setup] Sep 16 14:18:22.548 INFO E| Downloaded textwrap v0.11.0
30002024-09-16T14:18:23.454Z[ helios-setup] Sep 16 14:18:22.551 INFO E| Downloaded unic-ucd-ident v0.9.0
30012024-09-16T14:18:23.457Z[ helios-setup] Sep 16 14:18:22.554 INFO E| Downloaded pre v0.2.1
30022024-09-16T14:18:23.459Z[ helios-setup] Sep 16 14:18:22.556 INFO E| Downloaded pest_generator v2.7.11
30032024-09-16T14:18:23.462Z[ helios-setup] Sep 16 14:18:22.558 INFO E| Downloaded strum_macros v0.23.1
30042024-09-16T14:18:23.464Z[ helios-setup] Sep 16 14:18:22.563 INFO E| Downloaded pre-proc-macro v0.2.1
30052024-09-16T14:18:23.467Z[ helios-setup] Sep 16 14:18:22.566 INFO E| Downloaded num-derive v0.3.3
30062024-09-16T14:18:23.470Z[ helios-setup] Sep 16 14:18:22.568 INFO E| Downloaded strum v0.23.0
30072024-09-16T14:18:23.473Z[ helios-setup] Sep 16 14:18:22.570 INFO E| Downloaded scroll v0.10.2
30082024-09-16T14:18:23.476Z[ helios-setup] Sep 16 14:18:22.574 INFO E| Downloaded modular-bitfield v0.11.2
30092024-09-16T14:18:23.497Z[ helios-setup] Sep 16 14:18:22.595 INFO E| Downloaded structopt v0.3.26
30102024-09-16T14:18:23.510Z[ helios-setup] Sep 16 14:18:22.609 INFO E| Downloaded memchr v2.7.4
30112024-09-16T14:18:23.520Z[ helios-setup] Sep 16 14:18:22.618 INFO E| Downloaded pest_meta v2.7.11
30122024-09-16T14:18:23.523Z[ helios-setup] Sep 16 14:18:22.622 INFO E| Downloaded structopt-derive v0.4.18
30132024-09-16T14:18:23.526Z[ helios-setup] Sep 16 14:18:22.624 INFO E| Downloaded strsim v0.8.0
30142024-09-16T14:18:23.535Z[ helios-setup] Sep 16 14:18:22.633 INFO E| Downloaded pest v2.7.11
30152024-09-16T14:18:23.569Z[ helios-setup] Sep 16 14:18:22.667 INFO E| Downloaded serde_json v1.0.120
30162024-09-16T14:18:23.581Z[ helios-setup] Sep 16 14:18:22.679 INFO E| Downloaded syn v2.0.71
30172024-09-16T14:18:23.600Z[ helios-setup] Sep 16 14:18:22.698 INFO E| Downloaded goblin v0.4.3
30182024-09-16T14:18:23.607Z[ helios-setup] Sep 16 14:18:22.705 INFO E| Downloaded clap v2.34.0
30192024-09-16T14:18:23.617Z[ helios-setup] Sep 16 14:18:22.715 INFO E| Downloaded libc v0.2.155
30202024-09-16T14:18:23.670Z[ helios-setup] Sep 16 14:18:22.768 INFO E| Downloaded semver-parser v0.7.0
30212024-09-16T14:18:23.672Z[ helios-setup] Sep 16 14:18:22.769 INFO E| Downloaded semver v0.9.0
30222024-09-16T14:18:23.675Z[ helios-setup] Sep 16 14:18:22.771 INFO E| Downloaded proc-macro-crate v0.1.5
30232024-09-16T14:18:23.675Z[ helios-setup] Sep 16 14:18:22.773 INFO E| Downloaded pest_derive v2.7.11
30242024-09-16T14:18:23.678Z[ helios-setup] Sep 16 14:18:22.776 INFO E| Downloaded modular-bitfield-impl v0.11.2
30252024-09-16T14:18:23.681Z[ helios-setup] Sep 16 14:18:22.778 INFO E| Downloaded four-cc v0.3.0
30262024-09-16T14:18:23.684Z[ helios-setup] Sep 16 14:18:22.780 INFO E| Downloaded bytesize v1.3.0
30272024-09-16T14:18:23.831Z[ helios-setup] Sep 16 14:18:22.929 INFO E| Compiling proc-macro2 v1.0.86
30282024-09-16T14:18:23.833Z[ helios-setup] Sep 16 14:18:22.929 INFO E| Compiling unicode-ident v1.0.12
30292024-09-16T14:18:23.834Z[ helios-setup] Sep 16 14:18:22.929 INFO E| Compiling syn v1.0.109
30302024-09-16T14:18:23.834Z[ helios-setup] Sep 16 14:18:22.929 INFO E| Compiling version_check v0.9.4
30312024-09-16T14:18:23.834Z[ helios-setup] Sep 16 14:18:22.930 INFO E| Compiling autocfg v1.3.0
30322024-09-16T14:18:23.834Z[ helios-setup] Sep 16 14:18:22.930 INFO E| Compiling thiserror v1.0.63
30332024-09-16T14:18:23.834Z[ helios-setup] Sep 16 14:18:22.930 INFO E| Compiling semver-parser v0.7.0
30342024-09-16T14:18:23.834Z[ helios-setup] Sep 16 14:18:22.930 INFO E| Compiling serde v1.0.204
30352024-09-16T14:18:25.276Z[ helios-setup] Sep 16 14:18:24.373 INFO E| Compiling proc-macro-error-attr v1.0.4
30362024-09-16T14:18:25.554Z[ helios-setup] Sep 16 14:18:24.652 INFO E| Compiling semver v0.9.0
30372024-09-16T14:18:25.786Z[ helios-setup] Sep 16 14:18:24.883 INFO E| Compiling proc-macro-error v1.0.4
30382024-09-16T14:18:25.896Z[ helios-setup] Sep 16 14:18:24.994 INFO E| Compiling serde_json v1.0.120
30392024-09-16T14:18:26.035Z[ helios-setup] Sep 16 14:18:25.133 INFO E| Compiling num-traits v0.2.19
30402024-09-16T14:18:26.282Z[ helios-setup] Sep 16 14:18:25.380 INFO E| Compiling rustc_version v0.2.3
30412024-09-16T14:18:26.470Z[ helios-setup] Sep 16 14:18:25.567 INFO E| Compiling ryu v1.0.18
30422024-09-16T14:18:26.736Z[ helios-setup] Sep 16 14:18:25.834 INFO E| Compiling schemars v0.8.21
30432024-09-16T14:18:26.841Z[ helios-setup] Sep 16 14:18:25.938 INFO E| Compiling itoa v1.0.11
30442024-09-16T14:18:26.970Z[ helios-setup] Sep 16 14:18:26.068 INFO E| Compiling unicode-segmentation v1.11.0
30452024-09-16T14:18:27.228Z[ helios-setup] Sep 16 14:18:26.325 INFO E| Compiling memoffset v0.5.6
30462024-09-16T14:18:27.254Z[ helios-setup] Sep 16 14:18:26.352 INFO E| Compiling libc v0.2.155
30472024-09-16T14:18:27.338Z[ helios-setup] Sep 16 14:18:26.436 INFO E| Compiling paste v1.0.15
30482024-09-16T14:18:27.613Z[ helios-setup] Sep 16 14:18:26.710 INFO E| Compiling pre-proc-macro v0.2.1
30492024-09-16T14:18:27.691Z[ helios-setup] Sep 16 14:18:26.788 INFO E| Compiling dyn-clone v1.0.17
30502024-09-16T14:18:27.897Z[ helios-setup] Sep 16 14:18:26.994 INFO E| Compiling ucd-trie v0.1.6
30512024-09-16T14:18:28.241Z[ helios-setup] Sep 16 14:18:27.338 INFO E| Compiling quote v1.0.36
30522024-09-16T14:18:28.525Z[ helios-setup] Sep 16 14:18:27.622 INFO E| Compiling heck v0.3.3
30532024-09-16T14:18:28.556Z[ helios-setup] Sep 16 14:18:27.653 INFO E| Compiling memchr v2.7.4
30542024-09-16T14:18:28.678Z[ helios-setup] Sep 16 14:18:27.775 INFO E| Compiling lazy_static v1.5.0
30552024-09-16T14:18:28.784Z[ helios-setup] Sep 16 14:18:27.881 INFO E| Compiling rustversion v1.0.17
30562024-09-16T14:18:29.201Z[ helios-setup] Sep 16 14:18:28.298 INFO E| Compiling syn v2.0.71
30572024-09-16T14:18:30.027Z[ helios-setup] Sep 16 14:18:29.124 INFO E| Compiling pre v0.2.1
30582024-09-16T14:18:30.608Z[ helios-setup] Sep 16 14:18:29.704 INFO E| Compiling byteorder v1.5.0
30592024-09-16T14:18:31.199Z[ helios-setup] Sep 16 14:18:30.296 INFO E| Compiling cfg-if v0.1.10
30602024-09-16T14:18:31.362Z[ helios-setup] Sep 16 14:18:30.458 INFO E| Compiling static_assertions v1.1.0
30612024-09-16T14:18:31.497Z[ helios-setup] Sep 16 14:18:30.593 INFO E| Compiling once_cell v1.19.0
30622024-09-16T14:18:31.856Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30632024-09-16T14:18:32.818Z[ helios-setup] Sep 16 14:18:31.914 INFO E| Compiling unicode-width v0.1.13
30642024-09-16T14:18:33.378Z[ helios-setup] Sep 16 14:18:32.475 INFO E| Compiling textwrap v0.11.0
30652024-09-16T14:18:34.407Z[ helios-setup] Sep 16 14:18:33.503 INFO E| Compiling parse_int v0.6.0
30662024-09-16T14:18:34.485Z[ helios-setup] Sep 16 14:18:33.581 INFO E| Compiling atty v0.2.14
30672024-09-16T14:18:34.504Z[ helios-setup] Sep 16 14:18:33.600 INFO E| Compiling ansi_term v0.12.1
30682024-09-16T14:18:34.606Z[ helios-setup] Sep 16 14:18:33.702 INFO E| Compiling fletcher v0.1.0
30692024-09-16T14:18:34.772Z[ helios-setup] Sep 16 14:18:33.868 INFO E| Compiling unic-char-range v0.9.0
30702024-09-16T14:18:34.800Z[ helios-setup] Sep 16 14:18:33.896 INFO E| Compiling strum v0.23.0
30712024-09-16T14:18:34.897Z[ helios-setup] Sep 16 14:18:33.993 INFO E| Compiling bitflags v1.3.2
30722024-09-16T14:18:34.933Z[ helios-setup] Sep 16 14:18:34.029 INFO E| Compiling strsim v0.8.0
30732024-09-16T14:18:34.983Z[ helios-setup] Sep 16 14:18:34.079 INFO E| Compiling unic-common v0.9.0
30742024-09-16T14:18:34.997Z[ helios-setup] Sep 16 14:18:34.093 INFO E| Compiling vec_map v0.8.2
30752024-09-16T14:18:35.081Z[ helios-setup] Sep 16 14:18:34.177 INFO E| Compiling unic-char-property v0.9.0
30762024-09-16T14:18:35.402Z[ helios-setup] Sep 16 14:18:34.498 INFO E| Compiling unic-ucd-version v0.9.0
30772024-09-16T14:18:35.537Z[ helios-setup] Sep 16 14:18:34.633 INFO E| Compiling clap v2.34.0
30782024-09-16T14:18:35.560Z[ helios-setup] Sep 16 14:18:34.655 INFO E| Compiling log v0.4.22
30792024-09-16T14:18:35.658Z[ helios-setup] Sep 16 14:18:34.754 INFO E| Compiling plain v0.2.3
30802024-09-16T14:18:35.905Z[ helios-setup] Sep 16 14:18:35.001 INFO E| Compiling unic-ucd-ident v0.9.0
30812024-09-16T14:18:35.923Z[ helios-setup] Sep 16 14:18:35.019 INFO E| Compiling bytesize v1.3.0
30822024-09-16T14:18:38.491Z[ helios-setup] Sep 16 14:18:37.587 INFO E| Compiling serde_derive_internals v0.29.1
30832024-09-16T14:18:39.153Z[ helios-setup] Sep 16 14:18:38.248 INFO E| Compiling toml v0.5.11
30842024-09-16T14:18:42.914Z[ helios-setup] Sep 16 14:18:42.009 INFO E| Compiling proc-macro-crate v0.1.5
30852024-09-16T14:18:44.621Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30862024-09-16T14:18:44.697Z[ helios-setup] Sep 16 14:18:43.792 INFO E| Compiling thiserror-impl v1.0.63
30872024-09-16T14:18:44.697Z[ helios-setup] Sep 16 14:18:43.792 INFO E| Compiling serde_derive v1.0.204
30882024-09-16T14:18:44.966Z[ helios-setup] Sep 16 14:18:44.061 INFO E| Compiling schemars_derive v0.8.21
30892024-09-16T14:18:45.647Z[ helios-setup] Sep 16 14:18:44.741 INFO E| Compiling zerocopy-derive v0.6.6
30902024-09-16T14:18:49.770Z[ helios-setup] Sep 16 14:18:48.863 INFO E| Compiling zerocopy v0.6.6
30912024-09-16T14:18:50.066Z[ helios-setup] Sep 16 14:18:49.159 INFO E| Compiling pest v2.7.11
30922024-09-16T14:18:50.278Z[ helios-setup] Sep 16 14:18:49.371 INFO E| Compiling modular-bitfield-impl v0.11.2
30932024-09-16T14:18:50.690Z[ helios-setup] Sep 16 14:18:49.783 INFO E| Compiling num-derive v0.3.3
30942024-09-16T14:18:50.742Z[ helios-setup] Sep 16 14:18:49.835 INFO E| Compiling scroll_derive v0.10.5
30952024-09-16T14:18:51.808Z[ helios-setup] Sep 16 14:18:50.901 INFO E| Compiling strum_macros v0.23.1
30962024-09-16T14:18:51.924Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30972024-09-16T14:18:54.079Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30982024-09-16T14:18:54.161Z[ helios-setup] Sep 16 14:18:53.254 INFO E| Compiling scroll v0.10.2
30992024-09-16T14:18:54.355Z[ helios-setup] Sep 16 14:18:53.447 INFO E| Compiling structopt-derive v0.4.18
31002024-09-16T14:18:55.425Z[ helios-setup] Sep 16 14:18:54.517 INFO E| Compiling pest_meta v2.7.11
31012024-09-16T14:18:55.637Z[ helios-setup] Sep 16 14:18:54.730 INFO E| Compiling goblin v0.4.3
31022024-09-16T14:18:56.600Z[ helios-setup] Sep 16 14:18:55.693 INFO E| Compiling modular-bitfield v0.11.2
31032024-09-16T14:18:58.577Z[ helios-setup] Sep 16 14:18:57.669 INFO E| Compiling pest_generator v2.7.11
31042024-09-16T14:18:59.560Z[ helios-setup] Sep 16 14:18:58.652 INFO E| Compiling structopt v0.3.26
31052024-09-16T14:19:04.197Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31062024-09-16T14:19:04.241Z[ helios-setup] Sep 16 14:19:03.332 INFO E| Compiling pest_derive v2.7.11
31072024-09-16T14:19:05.493Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31082024-09-16T14:19:07.057Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31092024-09-16T14:19:07.391Z[ helios-setup] Sep 16 14:19:06.481 INFO E| Compiling json5 v0.4.1
31102024-09-16T14:19:07.545Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
31112024-09-16T14:19:12.912Z[ helios-setup] Sep 16 14:19:12.002 INFO E| Compiling four-cc v0.3.0
31122024-09-16T14:19:12.912Z[ helios-setup] Sep 16 14:19:12.002 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
31132024-09-16T14:19:13.202Z[ helios-setup] Sep 16 14:19:12.291 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
31142024-09-16T14:19:13.978Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31152024-09-16T14:19:17.190Z[ host-package] Compiling fatfs v0.3.6
31162024-09-16T14:19:19.733Z[ host-package] Compiling rtoolbox v0.0.2
31172024-09-16T14:19:20.332Z[ host-package] Compiling subprocess v0.2.9
31182024-09-16T14:19:20.931Z[ host-package] Compiling assert_matches v1.5.0
31192024-09-16T14:19:25.426Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31202024-09-16T14:19:25.708Z[ host-package] Compiling rpassword v7.3.1
31212024-09-16T14:19:26.314Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31222024-09-16T14:19:29.093Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31232024-09-16T14:19:33.617Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31242024-09-16T14:19:36.960Z[ host-package] Compiling tui-tree-widget v0.22.0
31252024-09-16T14:19:37.339Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31262024-09-16T14:19:37.535Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31272024-09-16T14:19:41.590Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31282024-09-16T14:19:42.026Z[ host-package] Compiling uzers v0.11.3
31292024-09-16T14:19:44.939Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31302024-09-16T14:19:52.104Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31312024-09-16T14:19:54.428Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31322024-09-16T14:19:55.327Z[ helios-setup] Sep 16 14:19:54.409 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31332024-09-16T14:20:12.469Z[ helios-setup] Sep 16 14:20:11.548 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31342024-09-16T14:20:33.144Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31352024-09-16T14:20:33.616Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31362024-09-16T14:20:47.291Z[ host-package] Compiling multimap v0.10.0
31372024-09-16T14:21:05.501Z[ helios-setup] Sep 16 14:21:04.571 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s
31382024-09-16T14:21:05.539Z[ helios-setup] Sep 16 14:21:04.609 INFO building project "amd-host-image-builder" ok (193 seconds)
31392024-09-16T14:21:05.541Z[ helios-setup] Sep 16 14:21:04.609 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31402024-09-16T14:21:05.542Z[ helios-setup] Sep 16 14:21:04.609 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31412024-09-16T14:21:06.093Z[ helios-setup] Sep 16 14:21:05.163 INFO E| Compiling adler v1.0.2
31422024-09-16T14:21:06.301Z[ helios-setup] Sep 16 14:21:05.371 INFO E| Compiling miniz_oxide v0.7.2
31432024-09-16T14:21:09.134Z[ helios-setup] Sep 16 14:21:08.204 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31442024-09-16T14:21:10.115Z[ helios-setup] Sep 16 14:21:09.183 INFO E| Finished `release` profile [optimized] target(s) in 4.46s
31452024-09-16T14:21:10.122Z[ helios-setup] Sep 16 14:21:09.192 INFO building project "pinprick" ok (4 seconds)
31462024-09-16T14:21:10.123Z[ helios-setup] Sep 16 14:21:09.192 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31472024-09-16T14:21:10.123Z[ helios-setup] Sep 16 14:21:09.192 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31482024-09-16T14:21:10.473Z[ helios-setup] Sep 16 14:21:09.542 INFO E| Downloading crates ...
31492024-09-16T14:21:10.609Z[ helios-setup] Sep 16 14:21:09.678 INFO E| Downloaded typenum v1.15.0
31502024-09-16T14:21:10.613Z[ helios-setup] Sep 16 14:21:09.683 INFO E| Downloaded anyhow v1.0.62
31512024-09-16T14:21:10.619Z[ helios-setup] Sep 16 14:21:09.688 INFO E| Downloaded sha2 v0.10.5
31522024-09-16T14:21:10.621Z[ helios-setup] Sep 16 14:21:09.691 INFO E| Downloaded digest v0.10.3
31532024-09-16T14:21:10.624Z[ helios-setup] Sep 16 14:21:09.693 INFO E| Downloaded bytes v1.2.1
31542024-09-16T14:21:10.710Z[ helios-setup] Sep 16 14:21:09.779 INFO E| Compiling typenum v1.15.0
31552024-09-16T14:21:10.734Z[ helios-setup] Sep 16 14:21:09.803 INFO E| Compiling version_check v0.9.4
31562024-09-16T14:21:10.737Z[ helios-setup] Sep 16 14:21:09.804 INFO E| Compiling crc32fast v1.3.2
31572024-09-16T14:21:10.737Z[ helios-setup] Sep 16 14:21:09.804 INFO E| Compiling cfg-if v1.0.0
31582024-09-16T14:21:10.737Z[ helios-setup] Sep 16 14:21:09.804 INFO E| Compiling adler v1.0.2
31592024-09-16T14:21:10.737Z[ helios-setup] Sep 16 14:21:09.804 INFO E| Compiling anyhow v1.0.62
31602024-09-16T14:21:10.737Z[ helios-setup] Sep 16 14:21:09.804 INFO E| Compiling cpufeatures v0.2.5
31612024-09-16T14:21:10.737Z[ helios-setup] Sep 16 14:21:09.804 INFO E| Compiling unicode-width v0.1.10
31622024-09-16T14:21:11.717Z[ helios-setup] Sep 16 14:21:10.786 INFO E| Compiling miniz_oxide v0.6.2
31632024-09-16T14:21:11.753Z[ helios-setup] Sep 16 14:21:10.821 INFO E| Compiling getopts v0.2.21
31642024-09-16T14:21:11.769Z[ helios-setup] Sep 16 14:21:10.838 INFO E| Compiling bytes v1.2.1
31652024-09-16T14:21:11.841Z[ helios-setup] Sep 16 14:21:10.910 INFO E| Compiling generic-array v0.14.6
31662024-09-16T14:21:11.886Z[ helios-setup] Sep 16 14:21:10.947 INFO E| Compiling bitflags v1.3.2
31672024-09-16T14:21:13.532Z[ helios-setup] Sep 16 14:21:12.601 INFO E| Compiling flate2 v1.0.25
31682024-09-16T14:21:17.088Z[ helios-setup] Sep 16 14:21:16.155 INFO E| Compiling block-buffer v0.10.3
31692024-09-16T14:21:17.088Z[ helios-setup] Sep 16 14:21:16.155 INFO E| Compiling crypto-common v0.1.6
31702024-09-16T14:21:17.301Z[ helios-setup] Sep 16 14:21:16.369 INFO E| Compiling digest v0.10.3
31712024-09-16T14:21:17.635Z[ helios-setup] Sep 16 14:21:16.703 INFO E| Compiling sha2 v0.10.5
31722024-09-16T14:21:18.211Z[ helios-setup] Sep 16 14:21:17.278 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31732024-09-16T14:21:23.721Z[ helios-setup] Sep 16 14:21:22.788 INFO E| Finished `release` profile [optimized] target(s) in 13.50s
31742024-09-16T14:21:23.737Z[ helios-setup] Sep 16 14:21:22.804 INFO building project "bootserver" ok (13 seconds)
31752024-09-16T14:21:23.740Z[ helios-setup] rm -f helios-build
31762024-09-16T14:21:23.743Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
31772024-09-16T14:21:23.745Z[ helios-setup]
31782024-09-16T14:21:23.748Z[ helios-setup] Setup complete! ./helios-build is now available.
31792024-09-16T14:21:23.750Z[ helios-setup]
31802024-09-16T14:21:23.750Z[ helios-setup]
31812024-09-16T14:21:23.750Z[ helios-setup] real 12:29.981293879
31822024-09-16T14:21:23.750Z[ helios-setup] user 29:52.291188315
31832024-09-16T14:21:23.750Z[ helios-setup] sys 3:38.513705692
31842024-09-16T14:21:23.751Z[ helios-setup] trap 1.883102590
31852024-09-16T14:21:23.751Z[ helios-setup] tflt 6.796612111
31862024-09-16T14:21:23.751Z[ helios-setup] dflt 38.011544820
31872024-09-16T14:21:23.751Z[ helios-setup] kflt 0.057961950
31882024-09-16T14:21:23.751Z[ helios-setup] lock 2:09:59.450496276
31892024-09-16T14:21:23.751Z[ helios-setup] slp 3:51:05.259814507
31902024-09-16T14:21:23.751Z[ helios-setup] lat 33:57.056681009
31912024-09-16T14:21:23.751Z[ helios-setup] stop 5:02.300298552
31922024-09-16T14:21:23.754ZSep 16 14:21:22.818 INFO [helios-setup] process exited with exit status: 0 (749.987123648s)
31932024-09-16T14:21:23.754ZSep 16 14:21:22.818 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
31942024-09-16T14:21:23.770Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-04-x86_64-unknown-illumos'
31952024-09-16T14:21:23.984Z[ phbl-toolchain] info: latest update on 2024-09-04, rust version 1.83.0-nightly (d6c8169c1 2024-09-03)
31962024-09-16T14:21:23.987Z[ phbl-toolchain] info: downloading component 'cargo'
31972024-09-16T14:21:25.807Z[ phbl-toolchain] info: downloading component 'clippy'
31982024-09-16T14:21:26.802Z[ phbl-toolchain] info: downloading component 'llvm-tools'
31992024-09-16T14:21:32.168Z[ phbl-toolchain] info: downloading component 'miri'
32002024-09-16T14:21:32.686Z[ phbl-toolchain] info: downloading component 'rust-docs'
32012024-09-16T14:21:34.030Z[ phbl-toolchain] info: downloading component 'rust-src'
32022024-09-16T14:21:34.672Z[ phbl-toolchain] info: downloading component 'rust-std'
32032024-09-16T14:21:36.802Z[ phbl-toolchain] info: downloading component 'rustc'
32042024-09-16T14:21:45.419Z[ phbl-toolchain] info: downloading component 'rustfmt'
32052024-09-16T14:21:45.783Z[ phbl-toolchain] info: installing component 'cargo'
32062024-09-16T14:21:47.208Z[ phbl-toolchain] info: installing component 'clippy'
32072024-09-16T14:21:47.741Z[ phbl-toolchain] info: installing component 'llvm-tools'
32082024-09-16T14:21:54.121Z[ phbl-toolchain] info: installing component 'miri'
32092024-09-16T14:21:54.556Z[ phbl-toolchain] info: installing component 'rust-docs'
32102024-09-16T14:22:02.435Z[ phbl-toolchain] info: installing component 'rust-src'
32112024-09-16T14:22:03.168Z[ phbl-toolchain] info: installing component 'rust-std'
32122024-09-16T14:22:05.656Z[ phbl-toolchain] info: installing component 'rustc'
32132024-09-16T14:22:14.728Z[ phbl-toolchain] info: installing component 'rustfmt'
32142024-09-16T14:22:15.636Z[ phbl-toolchain] cargo 1.83.0-nightly (c1fa840a8 2024-08-29)
32152024-09-16T14:22:15.639ZSep 16 14:22:14.697 INFO [phbl-toolchain] process exited with exit status: 0 (51.878337013s)
32162024-09-16T14:23:01.794Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32172024-09-16T14:23:16.656Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32182024-09-16T14:29:13.234Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 32s
32192024-09-16T14:30:14.341ZSep 16 14:30:13.316 INFO [host-package] process exited with exit status: 0 (1233.464945643s)
32202024-09-16T14:30:14.344ZSep 16 14:30:13.316 INFO [host-stamp] running task
32212024-09-16T14:30:14.344ZSep 16 14:30:13.317 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32222024-09-16T14:30:14.347ZSep 16 14:30:13.323 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+git96892a1d56a
32232024-09-16T14:30:14.352ZSep 16 14:30:13.328 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+git96892a1d56a
32242024-09-16T14:30:14.359ZSep 16 14:30:13.334 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+git96892a1d56a
32252024-09-16T14:30:14.363Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32262024-09-16T14:30:14.365Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32272024-09-16T14:30:14.365ZSep 16 14:30:13.340 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+git96892a1d56a
32282024-09-16T14:30:14.370Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32292024-09-16T14:30:14.372ZSep 16 14:30:13.347 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+git96892a1d56a
32302024-09-16T14:30:14.376Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
32312024-09-16T14:30:14.379ZSep 16 14:30:13.354 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+git96892a1d56a
32322024-09-16T14:30:14.384Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32332024-09-16T14:30:14.386Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
32342024-09-16T14:30:14.389ZSep 16 14:30:13.362 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+git96892a1d56a
32352024-09-16T14:30:14.392Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32362024-09-16T14:30:14.396ZSep 16 14:30:13.372 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+git96892a1d56a
32372024-09-16T14:30:14.403Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
32382024-09-16T14:30:14.411Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32392024-09-16T14:30:14.415Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32402024-09-16T14:30:14.418ZSep 16 14:30:13.391 INFO [stamp-oxlog] process exited with exit status: 0 (56.520999ms)
32412024-09-16T14:30:14.418ZSep 16 14:30:13.391 INFO [stamp-overlay] process exited with exit status: 0 (28.370803ms)
32422024-09-16T14:30:14.421Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
32432024-09-16T14:30:14.423Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
32442024-09-16T14:30:14.425ZSep 16 14:30:13.400 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (28.308322ms)
32452024-09-16T14:30:14.492Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
32462024-09-16T14:30:14.495ZSep 16 14:30:13.471 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (130.477353ms)
32472024-09-16T14:30:14.582Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
32482024-09-16T14:30:14.586ZSep 16 14:30:13.561 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (233.259197ms)
32492024-09-16T14:30:14.709Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
32502024-09-16T14:30:14.712ZSep 16 14:30:13.687 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (364.720647ms)
32512024-09-16T14:30:15.476Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
32522024-09-16T14:30:15.480ZSep 16 14:30:14.454 INFO [stamp-propolis-server] process exited with exit status: 0 (1.100668387s)
32532024-09-16T14:30:15.710Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32542024-09-16T14:30:18.128Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32552024-09-16T14:30:24.547Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
32562024-09-16T14:30:24.550ZSep 16 14:30:23.523 INFO [stamp-switch-asic] process exited with exit status: 0 (10.176043876s)
32572024-09-16T14:30:24.550ZSep 16 14:30:23.524 INFO [host-stamp] task succeeded (10.207298842s)
32582024-09-16T14:30:24.553ZSep 16 14:30:23.524 INFO [host-proto] running task
32592024-09-16T14:30:24.938ZSep 16 14:30:23.911 INFO [host-proto] task succeeded (387.355047ms)
32602024-09-16T14:30:24.938ZSep 16 14:30:23.911 INFO [host-profile] running task
32612024-09-16T14:30:24.941ZSep 16 14:30:23.911 INFO [host-profile] task succeeded (292.155µs)
32622024-09-16T14:30:24.941ZSep 16 14:30:23.912 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/.tmpshoa1R/proto/host/root -N 'ci 96892a1/${os_short_commit} 2024-09-16 14:08' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32632024-09-16T14:30:24.952Z[ host-image] Sep 16 14:30:23.925 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32642024-09-16T14:30:24.955Z[ host-image] Sep 16 14:30:23.926 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32652024-09-16T14:30:24.967Z[ host-image] Sep 16 14:30:23.940 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpshoa1R/proto/host/root"
32662024-09-16T14:30:24.967Z[ host-image] Sep 16 14:30:23.940 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32672024-09-16T14:30:24.970Z[ host-image] Sep 16 14:30:23.941 INFO image builder template: ramdisk-01-os...
32682024-09-16T14:30:24.970Z[ host-image] Sep 16 14:30:23.941 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/.tmpshoa1R/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
32692024-09-16T14:30:24.987Z[ host-image] Sep 16 14:30:23.961 INFO O| Sep 16 14:30:23.960 INFO CREATE DATASET: rpool/images/build/host/output
32702024-09-16T14:30:25.212Z[ host-image] Sep 16 14:30:24.185 INFO O| Sep 16 14:30:24.185 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32712024-09-16T14:30:25.216Z[ host-image] Sep 16 14:30:24.190 INFO O| Sep 16 14:30:24.190 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32722024-09-16T14:30:25.422Z[ host-image] Sep 16 14:30:24.395 INFO O| Sep 16 14:30:24.395 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
32732024-09-16T14:30:25.475Z[ host-image] Sep 16 14:30:24.448 INFO O| Sep 16 14:30:24.448 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
32742024-09-16T14:30:25.475Z[ host-image] Sep 16 14:30:24.448 INFO O| Sep 16 14:30:24.448 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
32752024-09-16T14:30:25.477Z[ host-image] Sep 16 14:30:24.448 INFO O| Sep 16 14:30:24.448 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
32762024-09-16T14:30:25.477Z[ host-image] Sep 16 14:30:24.448 INFO O| Sep 16 14:30:24.448 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
32772024-09-16T14:30:25.482Z[ host-image] Sep 16 14:30:24.456 INFO O| Sep 16 14:30:24.456 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
32782024-09-16T14:30:25.642Z[ host-image] Sep 16 14:30:24.615 INFO O| Sep 16 14:30:24.615 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32792024-09-16T14:30:25.653Z[ host-image] Sep 16 14:30:24.626 INFO O| Sep 16 14:30:24.626 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
32802024-09-16T14:30:26.070Z[ host-image] Sep 16 14:30:25.043 INFO O| Sep 16 14:30:25.043 INFO O| Caching catalogs ... Done
32812024-09-16T14:30:26.190Z[ host-image] Sep 16 14:30:25.163 INFO O| Sep 16 14:30:25.162 INFO STEP 0 (pkg_image_create) COMPLETE
32822024-09-16T14:30:26.190Z[ host-image] Sep 16 14:30:25.163 INFO O| Sep 16 14:30:25.163 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32832024-09-16T14:30:26.192Z[ host-image] Sep 16 14:30:25.163 INFO O| Sep 16 14:30:25.163 INFO skip step because feature "repo_redist" is not enabled
32842024-09-16T14:30:26.192Z[ host-image] Sep 16 14:30:25.163 INFO O| Sep 16 14:30:25.163 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32852024-09-16T14:30:26.204Z[ host-image] Sep 16 14:30:25.177 INFO O| Sep 16 14:30:25.177 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"]
32862024-09-16T14:30:26.705Z[ host-image] Sep 16 14:30:25.678 INFO O| Sep 16 14:30:25.677 INFO STEP 2 (pkg_set_publisher) COMPLETE
32872024-09-16T14:30:26.705Z[ host-image] Sep 16 14:30:25.678 INFO O| Sep 16 14:30:25.678 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32882024-09-16T14:30:26.721Z[ host-image] Sep 16 14:30:25.694 INFO O| Sep 16 14:30:25.694 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"]
32892024-09-16T14:30:27.315Z[ host-image] Sep 16 14:30:26.287 INFO O| Sep 16 14:30:26.287 INFO STEP 3 (pkg_set_publisher) COMPLETE
32902024-09-16T14:30:27.315Z[ host-image] Sep 16 14:30:26.287 INFO O| Sep 16 14:30:26.287 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32912024-09-16T14:30:27.317Z[ host-image] Sep 16 14:30:26.287 INFO O| Sep 16 14:30:26.287 INFO skip step because feature "repo_redist" is not enabled
32922024-09-16T14:30:27.317Z[ host-image] Sep 16 14:30:26.288 INFO O| Sep 16 14:30:26.287 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32932024-09-16T14:30:27.846Z[ host-image] Sep 16 14:30:26.818 INFO O| Sep 16 14:30:26.818 INFO variant opensolaris.zone is already global
32942024-09-16T14:30:27.846Z[ host-image] Sep 16 14:30:26.819 INFO O| Sep 16 14:30:26.818 INFO STEP 5 (pkg_change_variant) COMPLETE
32952024-09-16T14:30:27.849Z[ host-image] Sep 16 14:30:26.819 INFO O| Sep 16 14:30:26.818 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32962024-09-16T14:30:28.379Z[ host-image] Sep 16 14:30:27.351 INFO O| Sep 16 14:30:27.351 INFO variant opensolaris.imagetype is full; changing to partial
32972024-09-16T14:30:28.379Z[ host-image] Sep 16 14:30:27.352 INFO O| Sep 16 14:30:27.351 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
32982024-09-16T14:30:34.686Z[ host-image] Sep 16 14:30:33.657 INFO O| Sep 16 14:30:33.657 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32992024-09-16T14:30:37.065Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.46s
33002024-09-16T14:30:37.114Z[ host-image] Sep 16 14:30:36.085 INFO O| Sep 16 14:30:36.085 INFO O| Startup: Caching catalogs ... Done
33012024-09-16T14:30:37.163Z[ host-image] Sep 16 14:30:36.134 INFO O| Sep 16 14:30:36.134 INFO O| Planning: Planning completed in 0.00 seconds
33022024-09-16T14:30:37.165Z[ host-image] Sep 16 14:30:36.134 INFO O| Sep 16 14:30:36.134 INFO O| Planning: Consolidating action changes ... Done
33032024-09-16T14:30:37.165Z[ host-image] Sep 16 14:30:36.134 INFO O| Sep 16 14:30:36.134 INFO O| Planning: Evaluating mediators ... Done
33042024-09-16T14:30:37.165Z[ host-image] Sep 16 14:30:36.135 INFO O| Sep 16 14:30:36.135 INFO O| Planning: Planning completed in 0.00 seconds
33052024-09-16T14:30:37.165Z[ host-image] Sep 16 14:30:36.135 INFO O| Sep 16 14:30:36.135 INFO O| Variants/Facets to change: 1
33062024-09-16T14:30:37.179Z[ host-image] Sep 16 14:30:36.151 INFO O| Sep 16 14:30:36.151 INFO O| Done
33072024-09-16T14:30:37.179Z[ host-image] Sep 16 14:30:36.151 INFO O| Sep 16 14:30:36.151 INFO O| Done
33082024-09-16T14:30:37.483Z[ host-image] Sep 16 14:30:36.454 INFO O| Sep 16 14:30:36.454 INFO O| Done
33092024-09-16T14:30:37.513Z[ host-image] Sep 16 14:30:36.484 INFO O| Sep 16 14:30:36.484 INFO O| Done
33102024-09-16T14:30:37.515Z[ host-image] Sep 16 14:30:36.485 INFO O| Sep 16 14:30:36.485 INFO O| Done
33112024-09-16T14:30:37.515Z[ host-image] Sep 16 14:30:36.485 INFO O| Sep 16 14:30:36.485 INFO O| Done
33122024-09-16T14:30:37.515Z[ host-image] Sep 16 14:30:36.486 INFO O| Sep 16 14:30:36.486 INFO O| Done
33132024-09-16T14:30:37.816Z[ host-image] Sep 16 14:30:36.787 INFO O| Sep 16 14:30:36.786 INFO STEP 6 (pkg_change_variant) COMPLETE
33142024-09-16T14:30:37.816Z[ host-image] Sep 16 14:30:36.787 INFO O| Sep 16 14:30:36.787 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33152024-09-16T14:30:37.819Z[ host-image] Sep 16 14:30:36.787 INFO O| Sep 16 14:30:36.787 INFO skip step because feature "debug_variant" is not enabled
33162024-09-16T14:30:37.819Z[ host-image] Sep 16 14:30:36.787 INFO O| Sep 16 14:30:36.787 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-09-16T14:30:38.178Z[ host-image] Sep 16 14:30:37.147 INFO O| Sep 16 14:30:37.147 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33182024-09-16T14:30:38.606ZSep 16 14:30:37.576 INFO [recovery-package] process exited with exit status: 0 (24.259643968s)
33192024-09-16T14:30:38.606ZSep 16 14:30:37.576 INFO [recovery-stamp] running task
33202024-09-16T14:30:38.609ZSep 16 14:30:37.577 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33212024-09-16T14:30:38.609ZSep 16 14:30:37.577 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git96892a1d56a
33222024-09-16T14:30:38.618ZSep 16 14:30:37.589 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+git96892a1d56a
33232024-09-16T14:30:38.622Z[ host-image] Sep 16 14:30:37.593 INFO O| Sep 16 14:30:37.593 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33242024-09-16T14:30:38.624Z[ host-image] Sep 16 14:30:37.594 INFO O| Sep 16 14:30:37.594 INFO O| Planning: Planning completed in 0.00 seconds
33252024-09-16T14:30:38.624Z[ host-image] Sep 16 14:30:37.595 INFO O| Sep 16 14:30:37.595 INFO O| Planning: Consolidating action changes ... Done
33262024-09-16T14:30:38.624Z[ host-image] Sep 16 14:30:37.595 INFO O| Sep 16 14:30:37.595 INFO O| Planning: Evaluating mediators ... Done
33272024-09-16T14:30:38.627Z[ host-image] Sep 16 14:30:37.596 INFO O| Sep 16 14:30:37.596 INFO O| Planning: Planning completed in 0.00 seconds
33282024-09-16T14:30:38.627Z[ host-image] Sep 16 14:30:37.596 INFO O| Sep 16 14:30:37.596 INFO O| Variants/Facets to change: 1
33292024-09-16T14:30:38.629Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33302024-09-16T14:30:38.632Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33312024-09-16T14:30:38.642Z[ host-image] Sep 16 14:30:37.613 INFO O| Sep 16 14:30:37.613 INFO O| Done
33322024-09-16T14:30:38.642Z[ host-image] Sep 16 14:30:37.613 INFO O| Sep 16 14:30:37.613 INFO O| Done
33332024-09-16T14:30:38.713Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33342024-09-16T14:30:38.716ZSep 16 14:30:37.687 INFO [stamp-installinator] process exited with exit status: 0 (110.045632ms)
33352024-09-16T14:30:38.755Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
33362024-09-16T14:30:38.759ZSep 16 14:30:37.730 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (140.524789ms)
33372024-09-16T14:30:38.761ZSep 16 14:30:37.730 INFO [recovery-stamp] task succeeded (153.241152ms)
33382024-09-16T14:30:38.761ZSep 16 14:30:37.730 INFO [recovery-proto] running task
33392024-09-16T14:30:38.761ZSep 16 14:30:37.730 INFO [tuf-stamp] running task
33402024-09-16T14:30:38.761ZSep 16 14:30:37.731 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+git96892a1d56a
33412024-09-16T14:30:38.771ZSep 16 14:30:37.742 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+git96892a1d56a
33422024-09-16T14:30:38.781ZSep 16 14:30:37.752 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+git96892a1d56a
33432024-09-16T14:30:38.789Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
33442024-09-16T14:30:38.792Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
33452024-09-16T14:30:38.794ZSep 16 14:30:37.764 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+git96892a1d56a
33462024-09-16T14:30:38.805Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
33472024-09-16T14:30:38.808ZSep 16 14:30:37.776 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+git96892a1d56a
33482024-09-16T14:30:38.818Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33492024-09-16T14:30:38.821ZSep 16 14:30:37.790 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+git96892a1d56a
33502024-09-16T14:30:38.834Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
33512024-09-16T14:30:38.837ZSep 16 14:30:37.806 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+git96892a1d56a
33522024-09-16T14:30:38.896Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
33532024-09-16T14:30:38.906Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-09-16T14:30:38.908ZSep 16 14:30:37.877 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+git96892a1d56a
33552024-09-16T14:30:38.932ZSep 16 14:30:37.902 INFO [recovery-proto] task succeeded (172.351266ms)
33562024-09-16T14:30:38.932ZSep 16 14:30:37.902 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+git96892a1d56a
33572024-09-16T14:30:38.934Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
33582024-09-16T14:30:38.939ZSep 16 14:30:37.910 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/.tmpshoa1R/proto/recovery/root -N 'recovery 96892a1/${os_short_commit} 2024-09-16 14:08' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33592024-09-16T14:30:38.966Z[ recovery-image] Sep 16 14:30:37.936 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33602024-09-16T14:30:38.966Z[ recovery-image] Sep 16 14:30:37.937 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33612024-09-16T14:30:38.977Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-09-16T14:30:38.977ZSep 16 14:30:37.948 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+git96892a1d56a
33632024-09-16T14:30:39.019Z[ recovery-image] Sep 16 14:30:37.954 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpshoa1R/proto/recovery/root"
33642024-09-16T14:30:39.019Z[ recovery-image] Sep 16 14:30:37.954 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33652024-09-16T14:30:39.022Z[ recovery-image] Sep 16 14:30:37.954 INFO image builder template: ramdisk-01-os...
33662024-09-16T14:30:39.022Z[ recovery-image] Sep 16 14:30:37.955 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/.tmpshoa1R/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
33672024-09-16T14:30:39.022Z[ recovery-image] Sep 16 14:30:37.984 INFO O| Sep 16 14:30:37.984 INFO CREATE DATASET: rpool/images/build/recovery/output
33682024-09-16T14:30:39.022Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-09-16T14:30:39.022ZSep 16 14:30:37.990 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+git96892a1d56a
33702024-09-16T14:30:39.077Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-09-16T14:30:39.077ZSep 16 14:30:38.048 INFO [stamp-probe] process exited with exit status: 0 (305.710663ms)
33722024-09-16T14:30:39.217Z[ host-image] Sep 16 14:30:38.188 INFO O| Sep 16 14:30:38.187 INFO O| Done
33732024-09-16T14:30:39.250Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-09-16T14:30:39.338Z[ host-image] Sep 16 14:30:38.309 INFO O| Sep 16 14:30:38.309 INFO O| Done
33752024-09-16T14:30:39.343Z[ host-image] Sep 16 14:30:38.313 INFO O| Sep 16 14:30:38.313 INFO O| Done
33762024-09-16T14:30:39.345Z[ host-image] Sep 16 14:30:38.314 INFO O| Sep 16 14:30:38.314 INFO O| Done
33772024-09-16T14:30:39.345Z[ host-image] Sep 16 14:30:38.316 INFO O| Sep 16 14:30:38.316 INFO O| Done
33782024-09-16T14:30:39.425Z[ recovery-image] Sep 16 14:30:38.395 INFO O| Sep 16 14:30:38.395 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33792024-09-16T14:30:39.451Z[ recovery-image] Sep 16 14:30:38.422 INFO O| Sep 16 14:30:38.422 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33802024-09-16T14:30:39.468Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
33812024-09-16T14:30:39.471Z[ host-image] Sep 16 14:30:38.442 INFO O| Sep 16 14:30:38.442 INFO STEP 8 (pkg_change_facet) COMPLETE
33822024-09-16T14:30:39.471Z[ host-image] Sep 16 14:30:38.442 INFO O| Sep 16 14:30:38.442 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33832024-09-16T14:30:39.471Z[ host-image] Sep 16 14:30:38.442 INFO O| Sep 16 14:30:38.442 INFO skip step because feature "recovery" is not enabled
33842024-09-16T14:30:39.474Z[ host-image] Sep 16 14:30:38.442 INFO O| Sep 16 14:30:38.442 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33852024-09-16T14:30:39.474Z[ host-image] Sep 16 14:30:38.442 INFO O| Sep 16 14:30:38.442 INFO skip step because feature "recovery" is not enabled
33862024-09-16T14:30:39.474Z[ host-image] Sep 16 14:30:38.442 INFO O| Sep 16 14:30:38.442 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33872024-09-16T14:30:39.493Z[ host-image] Sep 16 14:30:38.463 INFO O| Sep 16 14:30:38.463 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"]
33882024-09-16T14:30:39.653ZSep 16 14:30:38.623 INFO [stamp-ntp] process exited with exit status: 0 (721.043305ms)
33892024-09-16T14:30:39.870Z[ recovery-image] Sep 16 14:30:38.841 INFO O| Sep 16 14:30:38.841 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
33902024-09-16T14:30:39.968Z[ recovery-image] Sep 16 14:30:38.939 INFO O| Sep 16 14:30:38.939 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33912024-09-16T14:30:39.968Z[ recovery-image] Sep 16 14:30:38.939 INFO O| Sep 16 14:30:38.939 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33922024-09-16T14:30:39.971Z[ recovery-image] Sep 16 14:30:38.939 INFO O| Sep 16 14:30:38.939 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33932024-09-16T14:30:39.971Z[ recovery-image] Sep 16 14:30:38.939 INFO O| Sep 16 14:30:38.939 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33942024-09-16T14:30:39.981Z[ recovery-image] Sep 16 14:30:38.951 INFO O| Sep 16 14:30:38.951 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33952024-09-16T14:30:40.149Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33962024-09-16T14:30:40.159ZSep 16 14:30:39.129 INFO [stamp-external-dns] process exited with exit status: 0 (1.365033355s)
33972024-09-16T14:30:40.327Z[ recovery-image] Sep 16 14:30:39.297 INFO O| Sep 16 14:30:39.297 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33982024-09-16T14:30:40.341Z[ recovery-image] Sep 16 14:30:39.312 INFO O| Sep 16 14:30:39.312 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
33992024-09-16T14:30:40.344Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34002024-09-16T14:30:40.406ZSep 16 14:30:39.376 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.428213244s)
34012024-09-16T14:30:40.501Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34022024-09-16T14:30:40.553ZSep 16 14:30:39.524 INFO [stamp-internal-dns] process exited with exit status: 0 (1.533390349s)
34032024-09-16T14:30:40.571Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34042024-09-16T14:30:40.574ZSep 16 14:30:39.545 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.755367972s)
34052024-09-16T14:30:40.613Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
34062024-09-16T14:30:40.675Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34072024-09-16T14:30:40.678Z[ host-image] Sep 16 14:30:39.649 INFO O| Sep 16 14:30:39.648 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34082024-09-16T14:30:40.818Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34092024-09-16T14:30:40.822ZSep 16 14:30:39.793 INFO [stamp-oximeter] process exited with exit status: 0 (2.016426629s)
34102024-09-16T14:30:40.848Z[ recovery-image] Sep 16 14:30:39.818 INFO O| Sep 16 14:30:39.818 INFO O| Caching catalogs ... Done
34112024-09-16T14:30:40.962Z[ recovery-image] Sep 16 14:30:39.933 INFO O| Sep 16 14:30:39.933 INFO STEP 0 (pkg_image_create) COMPLETE
34122024-09-16T14:30:40.962Z[ recovery-image] Sep 16 14:30:39.933 INFO O| Sep 16 14:30:39.933 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-09-16T14:30:40.962Z[ recovery-image] Sep 16 14:30:39.933 INFO O| Sep 16 14:30:39.933 INFO skip step because feature "repo_redist" is not enabled
34142024-09-16T14:30:40.965Z[ recovery-image] Sep 16 14:30:39.933 INFO O| Sep 16 14:30:39.933 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-09-16T14:30:40.976Z[ recovery-image] Sep 16 14:30:39.946 INFO O| Sep 16 14:30:39.946 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"]
34162024-09-16T14:30:41.448Z[ recovery-image] Sep 16 14:30:40.418 INFO O| Sep 16 14:30:40.418 INFO STEP 2 (pkg_set_publisher) COMPLETE
34172024-09-16T14:30:41.448Z[ recovery-image] Sep 16 14:30:40.418 INFO O| Sep 16 14:30:40.418 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-09-16T14:30:41.460Z[ recovery-image] Sep 16 14:30:40.431 INFO O| Sep 16 14:30:40.431 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"]
34192024-09-16T14:30:41.981Z[ recovery-image] Sep 16 14:30:40.951 INFO O| Sep 16 14:30:40.951 INFO STEP 3 (pkg_set_publisher) COMPLETE
34202024-09-16T14:30:41.981Z[ recovery-image] Sep 16 14:30:40.951 INFO O| Sep 16 14:30:40.951 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-09-16T14:30:41.981Z[ recovery-image] Sep 16 14:30:40.951 INFO O| Sep 16 14:30:40.951 INFO skip step because feature "repo_redist" is not enabled
34222024-09-16T14:30:41.984Z[ recovery-image] Sep 16 14:30:40.951 INFO O| Sep 16 14:30:40.951 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-09-16T14:30:42.455Z[ recovery-image] Sep 16 14:30:41.425 INFO O| Sep 16 14:30:41.425 INFO variant opensolaris.zone is already global
34242024-09-16T14:30:42.455Z[ recovery-image] Sep 16 14:30:41.425 INFO O| Sep 16 14:30:41.425 INFO STEP 5 (pkg_change_variant) COMPLETE
34252024-09-16T14:30:42.455Z[ recovery-image] Sep 16 14:30:41.425 INFO O| Sep 16 14:30:41.425 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-09-16T14:30:42.586Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34272024-09-16T14:30:42.589ZSep 16 14:30:41.560 INFO [stamp-nexus] process exited with exit status: 0 (3.829043858s)
34282024-09-16T14:30:42.917Z[ recovery-image] Sep 16 14:30:41.887 INFO O| Sep 16 14:30:41.887 INFO variant opensolaris.imagetype is full; changing to partial
34292024-09-16T14:30:42.917Z[ recovery-image] Sep 16 14:30:41.887 INFO O| Sep 16 14:30:41.887 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34302024-09-16T14:30:44.397Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34312024-09-16T14:30:44.401ZSep 16 14:30:43.371 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.494154307s)
34322024-09-16T14:30:45.797Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34332024-09-16T14:30:45.970Z[verify-libraries] Compiling polyval v0.6.2
34342024-09-16T14:30:45.992Z[verify-libraries] Compiling rfc6979 v0.4.0
34352024-09-16T14:30:46.015Z[verify-libraries] Compiling primeorder v0.13.6
34362024-09-16T14:30:46.062Z[verify-libraries] Compiling ctr v0.9.2
34372024-09-16T14:30:46.065Z[verify-libraries] Compiling ed25519 v2.2.3
34382024-09-16T14:30:46.065Z[verify-libraries] Compiling ssh-encoding v0.2.0
34392024-09-16T14:30:46.065Z[verify-libraries] Compiling blowfish v0.9.1
34402024-09-16T14:30:46.729Z[verify-libraries] Compiling ghash v0.5.1
34412024-09-16T14:30:46.731Z[verify-libraries] Compiling ecdsa v0.16.9
34422024-09-16T14:30:46.786Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
34432024-09-16T14:30:46.786Z[verify-libraries] Compiling ed25519-dalek v2.1.1
34442024-09-16T14:30:47.041Z[verify-libraries] Compiling password-hash v0.4.2
34452024-09-16T14:30:47.114Z[verify-libraries] Compiling aes-gcm v0.10.3
34462024-09-16T14:30:47.540Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
34472024-09-16T14:30:47.559ZSep 16 14:30:46.529 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.723255414s)
34482024-09-16T14:30:47.630Z[verify-libraries] Compiling ssh-cipher v0.2.0
34492024-09-16T14:30:47.694Z[verify-libraries] Compiling matches v0.1.10
34502024-09-16T14:30:47.958Z[verify-libraries] Compiling idna v0.2.3
34512024-09-16T14:30:48.073Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
34522024-09-16T14:30:48.118ZSep 16 14:30:47.087 INFO [stamp-clickhouse] process exited with exit status: 0 (9.335191472s)
34532024-09-16T14:30:48.118ZSep 16 14:30:47.087 INFO [tuf-stamp] task succeeded (9.357385969s)
34542024-09-16T14:30:48.258Z[verify-libraries] Compiling p521 v0.13.3
34552024-09-16T14:30:48.308Z[verify-libraries] Compiling ssh-key v0.6.6
34562024-09-16T14:30:48.310Z[verify-libraries] Compiling p256 v0.13.2
34572024-09-16T14:30:48.471Z[ recovery-image] Sep 16 14:30:47.440 INFO O| Sep 16 14:30:47.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34582024-09-16T14:30:48.566Z[verify-libraries] Compiling p384 v0.13.0
34592024-09-16T14:30:49.543Z[verify-libraries] Compiling pbkdf2 v0.11.0
34602024-09-16T14:30:50.096Z[verify-libraries] Compiling enum-as-inner v0.5.1
34612024-09-16T14:30:51.072Z[verify-libraries] Compiling russh-cryptovec v0.7.2
34622024-09-16T14:30:51.524Z[verify-libraries] Compiling md5 v0.7.0
34632024-09-16T14:30:51.574Z[verify-libraries] Compiling trust-dns-proto v0.22.0
34642024-09-16T14:30:51.990Z[verify-libraries] Compiling russh-keys v0.45.0
34652024-09-16T14:30:52.149Z[verify-libraries] Compiling num-bigint v0.4.5
34662024-09-16T14:30:52.734Z[verify-libraries] Compiling des v0.8.1
34672024-09-16T14:30:53.379Z[verify-libraries] Compiling dhcproto-macros v0.1.0
34682024-09-16T14:30:53.948Z[ recovery-image] Sep 16 14:30:52.916 INFO O| Sep 16 14:30:52.915 INFO O| Startup: Caching catalogs ... Done
34692024-09-16T14:30:54.032Z[ recovery-image] Sep 16 14:30:52.999 INFO O| Sep 16 14:30:52.999 INFO O| Planning: Planning completed in 0.00 seconds
34702024-09-16T14:30:54.036Z[ recovery-image] Sep 16 14:30:53.004 INFO O| Sep 16 14:30:53.004 INFO O| Planning: Consolidating action changes ... Done
34712024-09-16T14:30:54.038Z[ recovery-image] Sep 16 14:30:53.004 INFO O| Sep 16 14:30:53.004 INFO O| Planning: Evaluating mediators ... Done
34722024-09-16T14:30:54.038Z[ recovery-image] Sep 16 14:30:53.004 INFO O| Sep 16 14:30:53.004 INFO O| Planning: Planning completed in 0.00 seconds
34732024-09-16T14:30:54.038Z[ recovery-image] Sep 16 14:30:53.004 INFO O| Sep 16 14:30:53.004 INFO O| Variants/Facets to change: 1
34742024-09-16T14:30:54.224Z[ recovery-image] Sep 16 14:30:53.192 INFO O| Sep 16 14:30:53.192 INFO O| Done
34752024-09-16T14:30:54.224Z[ recovery-image] Sep 16 14:30:53.192 INFO O| Sep 16 14:30:53.192 INFO O| Done
34762024-09-16T14:30:54.675Z[verify-libraries] Compiling hex-literal v0.4.1
34772024-09-16T14:30:54.767Z[ recovery-image] Sep 16 14:30:53.735 INFO O| Sep 16 14:30:53.735 INFO O| Done
34782024-09-16T14:30:54.812Z[ recovery-image] Sep 16 14:30:53.780 INFO O| Sep 16 14:30:53.780 INFO O| Done
34792024-09-16T14:30:54.814Z[ recovery-image] Sep 16 14:30:53.781 INFO O| Sep 16 14:30:53.781 INFO O| Done
34802024-09-16T14:30:54.814Z[ recovery-image] Sep 16 14:30:53.782 INFO O| Sep 16 14:30:53.782 INFO O| Done
34812024-09-16T14:30:54.817Z[ recovery-image] Sep 16 14:30:53.783 INFO O| Sep 16 14:30:53.783 INFO O| Done
34822024-09-16T14:30:55.022Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34832024-09-16T14:30:55.369Z[ recovery-image] Sep 16 14:30:54.336 INFO O| Sep 16 14:30:54.336 INFO STEP 6 (pkg_change_variant) COMPLETE
34842024-09-16T14:30:55.369Z[ recovery-image] Sep 16 14:30:54.336 INFO O| Sep 16 14:30:54.336 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34852024-09-16T14:30:55.369Z[ recovery-image] Sep 16 14:30:54.336 INFO O| Sep 16 14:30:54.336 INFO skip step because feature "debug_variant" is not enabled
34862024-09-16T14:30:55.372Z[ recovery-image] Sep 16 14:30:54.336 INFO O| Sep 16 14:30:54.336 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34872024-09-16T14:30:56.052Z[ recovery-image] Sep 16 14:30:55.019 INFO O| Sep 16 14:30:55.019 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34882024-09-16T14:30:56.240Z[verify-libraries] Compiling russh v0.45.0
34892024-09-16T14:30:56.903Z[ recovery-image] Sep 16 14:30:55.870 INFO O| Sep 16 14:30:55.870 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34902024-09-16T14:30:56.905Z[ recovery-image] Sep 16 14:30:55.872 INFO O| Sep 16 14:30:55.872 INFO O| Planning: Planning completed in 0.00 seconds
34912024-09-16T14:30:56.905Z[ recovery-image] Sep 16 14:30:55.873 INFO O| Sep 16 14:30:55.873 INFO O| Planning: Consolidating action changes ... Done
34922024-09-16T14:30:56.905Z[ recovery-image] Sep 16 14:30:55.873 INFO O| Sep 16 14:30:55.873 INFO O| Planning: Evaluating mediators ... Done
34932024-09-16T14:30:56.908Z[ recovery-image] Sep 16 14:30:55.873 INFO O| Sep 16 14:30:55.873 INFO O| Planning: Planning completed in 0.00 seconds
34942024-09-16T14:30:56.908Z[ recovery-image] Sep 16 14:30:55.874 INFO O| Sep 16 14:30:55.874 INFO O| Variants/Facets to change: 1
34952024-09-16T14:30:56.985Z[ recovery-image] Sep 16 14:30:55.952 INFO O| Sep 16 14:30:55.952 INFO O| Done
34962024-09-16T14:30:56.985Z[ recovery-image] Sep 16 14:30:55.952 INFO O| Sep 16 14:30:55.952 INFO O| Done
34972024-09-16T14:30:57.638Z[ recovery-image] Sep 16 14:30:56.605 INFO O| Sep 16 14:30:56.605 INFO O| Done
34982024-09-16T14:30:57.720Z[ recovery-image] Sep 16 14:30:56.688 INFO O| Sep 16 14:30:56.688 INFO O| Done
34992024-09-16T14:30:57.741Z[ recovery-image] Sep 16 14:30:56.708 INFO O| Sep 16 14:30:56.708 INFO O| Done
35002024-09-16T14:30:57.741Z[ recovery-image] Sep 16 14:30:56.708 INFO O| Sep 16 14:30:56.708 INFO O| Done
35012024-09-16T14:30:57.743Z[ recovery-image] Sep 16 14:30:56.710 INFO O| Sep 16 14:30:56.710 INFO O| Done
35022024-09-16T14:30:57.833Z[ recovery-image] Sep 16 14:30:56.800 INFO O| Sep 16 14:30:56.800 INFO STEP 8 (pkg_change_facet) COMPLETE
35032024-09-16T14:30:57.833Z[ recovery-image] Sep 16 14:30:56.800 INFO O| Sep 16 14:30:56.800 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35042024-09-16T14:30:58.538Z[ recovery-image] Sep 16 14:30:57.505 INFO O| Sep 16 14:30:57.505 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35052024-09-16T14:30:59.727Z[ recovery-image] Sep 16 14:30:58.694 INFO O| Sep 16 14:30:58.694 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35062024-09-16T14:30:59.730Z[ recovery-image] Sep 16 14:30:58.696 INFO O| Sep 16 14:30:58.696 INFO O| Planning: Planning completed in 0.00 seconds
35072024-09-16T14:30:59.730Z[ recovery-image] Sep 16 14:30:58.697 INFO O| Sep 16 14:30:58.697 INFO O| Planning: Consolidating action changes ... Done
35082024-09-16T14:30:59.730Z[ recovery-image] Sep 16 14:30:58.697 INFO O| Sep 16 14:30:58.697 INFO O| Planning: Evaluating mediators ... Done
35092024-09-16T14:30:59.732Z[ recovery-image] Sep 16 14:30:58.698 INFO O| Sep 16 14:30:58.698 INFO O| Planning: Planning completed in 0.00 seconds
35102024-09-16T14:30:59.732Z[ recovery-image] Sep 16 14:30:58.698 INFO O| Sep 16 14:30:58.698 INFO O| Variants/Facets to change: 1
35112024-09-16T14:30:59.890Z[ recovery-image] Sep 16 14:30:58.857 INFO O| Sep 16 14:30:58.857 INFO O| Done
35122024-09-16T14:30:59.891Z[ recovery-image] Sep 16 14:30:58.858 INFO O| Sep 16 14:30:58.857 INFO O| Done
35132024-09-16T14:31:00.551Z[ recovery-image] Sep 16 14:30:59.517 INFO O| Sep 16 14:30:59.517 INFO O| Done
35142024-09-16T14:31:00.619Z[ recovery-image] Sep 16 14:30:59.586 INFO O| Sep 16 14:30:59.586 INFO O| Done
35152024-09-16T14:31:00.622Z[ recovery-image] Sep 16 14:30:59.587 INFO O| Sep 16 14:30:59.587 INFO O| Done
35162024-09-16T14:31:00.622Z[ recovery-image] Sep 16 14:30:59.588 INFO O| Sep 16 14:30:59.588 INFO O| Done
35172024-09-16T14:31:00.625Z[ recovery-image] Sep 16 14:30:59.589 INFO O| Sep 16 14:30:59.589 INFO O| Done
35182024-09-16T14:31:00.731Z[ recovery-image] Sep 16 14:30:59.698 INFO O| Sep 16 14:30:59.698 INFO STEP 9 (pkg_change_facet) COMPLETE
35192024-09-16T14:31:00.731Z[ recovery-image] Sep 16 14:30:59.698 INFO O| Sep 16 14:30:59.698 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-09-16T14:31:00.794Z[verify-libraries] Compiling dhcproto v0.12.0
35212024-09-16T14:31:01.414Z[ recovery-image] Sep 16 14:31:00.381 INFO O| Sep 16 14:31:00.380 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35222024-09-16T14:31:02.350Z[ recovery-image] Sep 16 14:31:01.316 INFO O| Sep 16 14:31:01.316 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35232024-09-16T14:31:02.352Z[ recovery-image] Sep 16 14:31:01.318 INFO O| Sep 16 14:31:01.318 INFO O| Planning: Planning completed in 0.00 seconds
35242024-09-16T14:31:02.352Z[ recovery-image] Sep 16 14:31:01.319 INFO O| Sep 16 14:31:01.319 INFO O| Planning: Consolidating action changes ... Done
35252024-09-16T14:31:02.352Z[ recovery-image] Sep 16 14:31:01.319 INFO O| Sep 16 14:31:01.319 INFO O| Planning: Evaluating mediators ... Done
35262024-09-16T14:31:02.355Z[ recovery-image] Sep 16 14:31:01.320 INFO O| Sep 16 14:31:01.320 INFO O| Planning: Planning completed in 0.00 seconds
35272024-09-16T14:31:02.355Z[ recovery-image] Sep 16 14:31:01.320 INFO O| Sep 16 14:31:01.320 INFO O| Variants/Facets to change: 1
35282024-09-16T14:31:02.452Z[ recovery-image] Sep 16 14:31:01.418 INFO O| Sep 16 14:31:01.418 INFO O| Done
35292024-09-16T14:31:02.452Z[ recovery-image] Sep 16 14:31:01.419 INFO O| Sep 16 14:31:01.418 INFO O| Done
35302024-09-16T14:31:03.037Z[ recovery-image] Sep 16 14:31:02.003 INFO O| Sep 16 14:31:02.003 INFO O| Done
35312024-09-16T14:31:03.093Z[ recovery-image] Sep 16 14:31:02.059 INFO O| Sep 16 14:31:02.059 INFO O| Done
35322024-09-16T14:31:03.095Z[ recovery-image] Sep 16 14:31:02.060 INFO O| Sep 16 14:31:02.060 INFO O| Done
35332024-09-16T14:31:03.096Z[ recovery-image] Sep 16 14:31:02.060 INFO O| Sep 16 14:31:02.060 INFO O| Done
35342024-09-16T14:31:03.096Z[ recovery-image] Sep 16 14:31:02.062 INFO O| Sep 16 14:31:02.062 INFO O| Done
35352024-09-16T14:31:03.185Z[ recovery-image] Sep 16 14:31:02.151 INFO O| Sep 16 14:31:02.151 INFO STEP 10 (pkg_change_facet) COMPLETE
35362024-09-16T14:31:03.185Z[ recovery-image] Sep 16 14:31:02.151 INFO O| Sep 16 14:31:02.151 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-09-16T14:31:03.188Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35382024-09-16T14:31:03.206Z[ recovery-image] Sep 16 14:31:02.171 INFO O| Sep 16 14:31:02.171 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"]
35392024-09-16T14:31:04.101Z[verify-libraries] Compiling internet-checksum v0.2.1
35402024-09-16T14:31:04.268Z[ recovery-image] Sep 16 14:31:03.234 INFO O| Sep 16 14:31:03.234 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35412024-09-16T14:31:04.466Z[verify-libraries] Compiling heck v0.4.1
35422024-09-16T14:31:06.154Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35432024-09-16T14:31:10.643Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35442024-09-16T14:31:12.738Z[ host-image] Sep 16 14:31:11.700 INFO O| Sep 16 14:31:11.700 INFO O| Planning: Solver setup ... Done
35452024-09-16T14:31:12.767Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35462024-09-16T14:31:13.421Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
35472024-09-16T14:31:13.849Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35482024-09-16T14:31:14.397Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
35492024-09-16T14:31:15.013Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35502024-09-16T14:31:15.238Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35512024-09-16T14:31:15.334Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35522024-09-16T14:31:16.973Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35532024-09-16T14:31:17.582Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35542024-09-16T14:31:24.502Z[verify-libraries] Compiling termios v0.3.3
35552024-09-16T14:31:24.969Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35562024-09-16T14:31:39.721Z[ recovery-image] Sep 16 14:31:38.681 INFO O| Sep 16 14:31:38.681 INFO O| Planning: Solver setup ... Done
35572024-09-16T14:31:41.235Z[ host-image] Sep 16 14:31:40.195 INFO O| Sep 16 14:31:40.194 INFO O| Planning: Running solver ... Done
35582024-09-16T14:31:41.571Z[ host-image] Sep 16 14:31:40.531 INFO O| Sep 16 14:31:40.530 INFO O| Planning: Finding local manifests ... Done
35592024-09-16T14:31:41.585Z[ host-image] Sep 16 14:31:40.545 INFO O| Sep 16 14:31:40.545 INFO O| Planning: Fetching manifests: 0/124 0% complete
35602024-09-16T14:31:46.295Z[ host-image] Sep 16 14:31:45.254 INFO O| Sep 16 14:31:45.254 INFO O| Planning: Fetching manifests: 124/124 100% complete
35612024-09-16T14:31:47.710Z[ host-image] Sep 16 14:31:46.669 INFO O| Sep 16 14:31:46.669 INFO O| Planning: Package planning ... Done
35622024-09-16T14:31:48.814Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35632024-09-16T14:31:49.488Z[ host-image] Sep 16 14:31:48.447 INFO O| Sep 16 14:31:48.447 INFO O| Planning: Merging actions ... Done
35642024-09-16T14:31:49.802Z[ host-image] Sep 16 14:31:48.760 INFO O| Sep 16 14:31:48.760 INFO O| Planning: Checking for conflicting actions ... Done
35652024-09-16T14:31:50.149Z[ host-image] Sep 16 14:31:49.107 INFO O| Sep 16 14:31:49.107 INFO O| Planning: Consolidating action changes ... Done
35662024-09-16T14:31:50.648Z[ host-image] Sep 16 14:31:49.606 INFO O| Sep 16 14:31:49.606 INFO O| Planning: Evaluating mediators ... Done
35672024-09-16T14:31:57.133Z[ host-image] Sep 16 14:31:56.090 INFO O| Sep 16 14:31:56.090 INFO O| Planning: Planning completed in 76.44 seconds
35682024-09-16T14:31:57.140Z[ host-image] Sep 16 14:31:56.097 INFO O| Sep 16 14:31:56.097 INFO O| Packages to install: 124
35692024-09-16T14:31:57.140Z[ host-image] Sep 16 14:31:56.097 INFO O| Sep 16 14:31:56.097 INFO O| Mediators to change: 4
35702024-09-16T14:31:57.143Z[ host-image] Sep 16 14:31:56.097 INFO O| Sep 16 14:31:56.097 INFO O| Services to change: 6
35712024-09-16T14:31:57.254Z[ host-image] Sep 16 14:31:56.211 INFO O| Sep 16 14:31:56.211 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
35722024-09-16T14:32:02.263Z[ host-image] Sep 16 14:32:01.219 INFO O| Sep 16 14:32:01.219 INFO O| Download: 1306/22728 items 8.1/196.4MB 4% complete (1.7M/s)
35732024-09-16T14:32:07.275Z[ host-image] Sep 16 14:32:06.230 INFO O| Sep 16 14:32:06.230 INFO O| Download: 1811/22728 items 17.4/196.4MB 8% complete (1.7M/s)
35742024-09-16T14:32:07.423Z[ recovery-image] Sep 16 14:32:06.378 INFO O| Sep 16 14:32:06.378 INFO O| Planning: Running solver ... Done
35752024-09-16T14:32:07.730Z[ recovery-image] Sep 16 14:32:06.686 INFO O| Sep 16 14:32:06.686 INFO O| Planning: Finding local manifests ... Done
35762024-09-16T14:32:07.748Z[ recovery-image] Sep 16 14:32:06.703 INFO O| Sep 16 14:32:06.703 INFO O| Planning: Fetching manifests: 0/124 0% complete
35772024-09-16T14:32:12.289Z[ host-image] Sep 16 14:32:11.243 INFO O| Sep 16 14:32:11.243 INFO O| Download: 2451/22728 items 28.2/196.4MB 14% complete (2.0M/s)
35782024-09-16T14:32:12.580Z[ recovery-image] Sep 16 14:32:11.534 INFO O| Sep 16 14:32:11.534 INFO O| Planning: Fetching manifests: 124/124 100% complete
35792024-09-16T14:32:13.640Z[ recovery-image] Sep 16 14:32:12.594 INFO O| Sep 16 14:32:12.594 INFO O| Planning: Package planning ... Done
35802024-09-16T14:32:14.389Z[ recovery-image] Sep 16 14:32:13.343 INFO O| Sep 16 14:32:13.343 INFO O| Planning: Merging actions ... Done
35812024-09-16T14:32:14.552Z[ recovery-image] Sep 16 14:32:13.506 INFO O| Sep 16 14:32:13.506 INFO O| Planning: Checking for conflicting actions ... Done
35822024-09-16T14:32:14.725Z[ recovery-image] Sep 16 14:32:13.679 INFO O| Sep 16 14:32:13.679 INFO O| Planning: Consolidating action changes ... Done
35832024-09-16T14:32:15.021Z[ recovery-image] Sep 16 14:32:13.975 INFO O| Sep 16 14:32:13.975 INFO O| Planning: Evaluating mediators ... Done
35842024-09-16T14:32:17.300Z[ host-image] Sep 16 14:32:16.253 INFO O| Sep 16 14:32:16.253 INFO O| Download: 3569/22728 items 35.8/196.4MB 18% complete (1.9M/s)
35852024-09-16T14:32:21.129Z[ recovery-image] Sep 16 14:32:20.082 INFO O| Sep 16 14:32:20.082 INFO O| Planning: Planning completed in 76.85 seconds
35862024-09-16T14:32:21.143Z[ recovery-image] Sep 16 14:32:20.096 INFO O| Sep 16 14:32:20.096 INFO O| Packages to install: 124
35872024-09-16T14:32:21.146Z[ recovery-image] Sep 16 14:32:20.096 INFO O| Sep 16 14:32:20.096 INFO O| Mediators to change: 4
35882024-09-16T14:32:21.146Z[ recovery-image] Sep 16 14:32:20.096 INFO O| Sep 16 14:32:20.096 INFO O| Services to change: 5
35892024-09-16T14:32:21.236Z[ recovery-image] Sep 16 14:32:20.189 INFO O| Sep 16 14:32:20.189 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
35902024-09-16T14:32:22.317Z[ host-image] Sep 16 14:32:21.269 INFO O| Sep 16 14:32:21.269 INFO O| Download: 4603/22728 items 42.7/196.4MB 21% complete (1.5M/s)
35912024-09-16T14:32:26.248Z[ recovery-image] Sep 16 14:32:25.199 INFO O| Sep 16 14:32:25.199 INFO O| Download: 971/15831 items 7.8/173.2MB 4% complete (1.6M/s)
35922024-09-16T14:32:27.318Z[ host-image] Sep 16 14:32:26.270 INFO O| Sep 16 14:32:26.270 INFO O| Download: 5254/22728 items 46.0/196.4MB 23% complete (1.0M/s)
35932024-09-16T14:32:29.602Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
35942024-09-16T14:32:31.280Z[ recovery-image] Sep 16 14:32:30.231 INFO O| Sep 16 14:32:30.231 INFO O| Download: 1192/15831 items 15.5/173.2MB 8% complete (1.5M/s)
35952024-09-16T14:32:32.327Z[ host-image] Sep 16 14:32:31.278 INFO O| Sep 16 14:32:31.278 INFO O| Download: 6439/22728 items 46.6/196.4MB 23% complete (399k/s)
35962024-09-16T14:32:34.571Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
35972024-09-16T14:32:36.001Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35982024-09-16T14:32:36.292Z[ recovery-image] Sep 16 14:32:35.242 INFO O| Sep 16 14:32:35.242 INFO O| Download: 1653/15831 items 25.8/173.2MB 14% complete (1.8M/s)
35992024-09-16T14:32:37.498Z[ host-image] Sep 16 14:32:36.448 INFO O| Sep 16 14:32:36.448 INFO O| Download: 7240/22728 items 57.2/196.4MB 29% complete (1.1M/s)
36002024-09-16T14:32:41.336Z[ recovery-image] Sep 16 14:32:40.286 INFO O| Sep 16 14:32:40.285 INFO O| Download: 2672/15831 items 33.0/173.2MB 19% complete (2.1M/s)
36012024-09-16T14:32:43.115Z[ host-image] Sep 16 14:32:42.064 INFO O| Sep 16 14:32:42.063 INFO O| Download: 8071/22728 items 60.3/196.4MB 30% complete (1.4M/s)
36022024-09-16T14:32:44.455Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36032024-09-16T14:32:46.559Z[ recovery-image] Sep 16 14:32:45.507 INFO O| Sep 16 14:32:45.507 INFO O| Download: 3601/15831 items 39.0/173.2MB 22% complete (1.3M/s)
36042024-09-16T14:32:48.117Z[ host-image] Sep 16 14:32:47.065 INFO O| Sep 16 14:32:47.065 INFO O| Download: 8349/22728 items 69.0/196.4MB 35% complete (1.1M/s)
36052024-09-16T14:32:51.561Z[ recovery-image] Sep 16 14:32:50.508 INFO O| Sep 16 14:32:50.508 INFO O| Download: 4292/15831 items 42.7/173.2MB 24% complete (997k/s)
36062024-09-16T14:32:53.126Z[ host-image] Sep 16 14:32:52.073 INFO O| Sep 16 14:32:52.073 INFO O| Download: 9188/22728 items 75.9/196.4MB 38% complete (1.5M/s)
36072024-09-16T14:32:56.576Z[ recovery-image] Sep 16 14:32:55.523 INFO O| Sep 16 14:32:55.523 INFO O| Download: 4843/15831 items 43.0/173.2MB 24% complete (422k/s)
36082024-09-16T14:32:58.129Z[ host-image] Sep 16 14:32:57.076 INFO O| Sep 16 14:32:57.076 INFO O| Download: 9885/22728 items 83.6/196.4MB 42% complete (1.5M/s)
36092024-09-16T14:33:01.577Z[ recovery-image] Sep 16 14:33:00.523 INFO O| Sep 16 14:33:00.523 INFO O| Download: 5660/15831 items 44.5/173.2MB 25% complete (182k/s)
36102024-09-16T14:33:03.359Z[ host-image] Sep 16 14:33:02.305 INFO O| Sep 16 14:33:02.305 INFO O| Download: 10841/22728 items 89.9/196.4MB 45% complete (1.4M/s)
36112024-09-16T14:33:06.868Z[ recovery-image] Sep 16 14:33:05.813 INFO O| Sep 16 14:33:05.813 INFO O| Download: 5943/15831 items 53.6/173.2MB 30% complete (1.0M/s)
36122024-09-16T14:33:08.573Z[ host-image] Sep 16 14:33:07.518 INFO O| Sep 16 14:33:07.518 INFO O| Download: 11224/22728 items 94.0/196.4MB 47% complete (1.0M/s)
36132024-09-16T14:33:09.308Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36142024-09-16T14:33:11.872Z[ recovery-image] Sep 16 14:33:10.816 INFO O| Sep 16 14:33:10.816 INFO O| Download: 6656/15831 items 64.4/173.2MB 37% complete (2.0M/s)
36152024-09-16T14:33:13.668Z[ host-image] Sep 16 14:33:12.612 INFO O| Sep 16 14:33:12.612 INFO O| Download: 12002/22728 items 99.2/196.4MB 50% complete (888k/s)
36162024-09-16T14:33:14.109Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36172024-09-16T14:33:14.505Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36182024-09-16T14:33:16.879Z[ recovery-image] Sep 16 14:33:15.822 INFO O| Sep 16 14:33:15.822 INFO O| Download: 7210/15831 items 73.2/173.2MB 42% complete (1.9M/s)
36192024-09-16T14:33:18.784Z[ host-image] Sep 16 14:33:17.726 INFO O| Sep 16 14:33:17.726 INFO O| Download: 12187/22728 items 108.6/196.4MB 55% complete (1.5M/s)
36202024-09-16T14:33:23.422Z[ recovery-image] Sep 16 14:33:22.364 INFO O| Sep 16 14:33:22.364 INFO O| Download: 7863/15831 items 75.7/173.2MB 43% complete (1.2M/s)
36212024-09-16T14:33:23.785Z[ host-image] Sep 16 14:33:22.726 INFO O| Sep 16 14:33:22.726 INFO O| Download: 13227/22728 items 109.9/196.4MB 55% complete (1007k/s)
36222024-09-16T14:33:28.443Z[ recovery-image] Sep 16 14:33:27.384 INFO O| Sep 16 14:33:27.384 INFO O| Download: 8412/15831 items 79.8/173.2MB 46% complete (635k/s)
36232024-09-16T14:33:29.402Z[ host-image] Sep 16 14:33:28.343 INFO O| Sep 16 14:33:28.343 INFO O| Download: 13892/22728 items 110.2/196.4MB 56% complete (266k/s)
36242024-09-16T14:33:33.468Z[ recovery-image] Sep 16 14:33:32.408 INFO O| Sep 16 14:33:32.408 INFO O| Download: 8896/15831 items 92.6/173.2MB 53% complete (1.7M/s)
36252024-09-16T14:33:34.715Z[ host-image] Sep 16 14:33:33.655 INFO O| Sep 16 14:33:33.655 INFO O| Download: 14500/22728 items 116.5/196.4MB 59% complete (588k/s)
36262024-09-16T14:33:38.489Z[ recovery-image] Sep 16 14:33:37.428 INFO O| Sep 16 14:33:37.428 INFO O| Download: 9937/15831 items 93.1/173.2MB 53% complete (1.3M/s)
36272024-09-16T14:33:39.725Z[ host-image] Sep 16 14:33:38.664 INFO O| Sep 16 14:33:38.664 INFO O| Download: 15303/22728 items 123.8/196.4MB 63% complete (1.4M/s)
36282024-09-16T14:33:43.502Z[ recovery-image] Sep 16 14:33:42.435 INFO O| Sep 16 14:33:42.435 INFO O| Download: 10583/15831 items 93.4/173.2MB 53% complete (92.8k/s)
36292024-09-16T14:33:44.734Z[ host-image] Sep 16 14:33:43.672 INFO O| Sep 16 14:33:43.672 INFO O| Download: 15908/22728 items 130.5/196.4MB 66% complete (1.4M/s)
36302024-09-16T14:33:48.503Z[ recovery-image] Sep 16 14:33:47.441 INFO O| Sep 16 14:33:47.441 INFO O| Download: 11322/15831 items 104.3/173.2MB 60% complete (1.1M/s)
36312024-09-16T14:33:50.178Z[ host-image] Sep 16 14:33:49.116 INFO O| Sep 16 14:33:49.116 INFO O| Download: 16866/22728 items 140.1/196.4MB 71% complete (1.8M/s)
36322024-09-16T14:33:53.506Z[ recovery-image] Sep 16 14:33:52.443 INFO O| Sep 16 14:33:52.443 INFO O| Download: 11788/15831 items 124.1/173.2MB 71% complete (3.0M/s)
36332024-09-16T14:33:55.179Z[ host-image] Sep 16 14:33:54.116 INFO O| Sep 16 14:33:54.116 INFO O| Download: 17957/22728 items 158.9/196.4MB 80% complete (2.8M/s)
36342024-09-16T14:33:58.508Z[ recovery-image] Sep 16 14:33:57.444 INFO O| Sep 16 14:33:57.444 INFO O| Download: 12103/15831 items 137.4/173.2MB 79% complete (3.3M/s)
36352024-09-16T14:34:00.199Z[ host-image] Sep 16 14:33:59.134 INFO O| Sep 16 14:33:59.134 INFO O| Download: 19334/22728 items 164.2/196.4MB 83% complete (2.4M/s)
36362024-09-16T14:34:03.621Z[ recovery-image] Sep 16 14:34:02.557 INFO O| Sep 16 14:34:02.556 INFO O| Download: 13001/15831 items 141.0/173.2MB 81% complete (3.0M/s)
36372024-09-16T14:34:05.470Z[ host-image] Sep 16 14:34:04.405 INFO O| Sep 16 14:34:04.405 INFO O| Download: 19965/22728 items 167.3/196.4MB 85% complete (1.7M/s)
36382024-09-16T14:34:08.625Z[ recovery-image] Sep 16 14:34:07.559 INFO O| Sep 16 14:34:07.559 INFO O| Download: 13984/15831 items 145.3/173.2MB 83% complete (827k/s)
36392024-09-16T14:34:10.482Z[ host-image] Sep 16 14:34:09.416 INFO O| Sep 16 14:34:09.416 INFO O| Download: 20755/22728 items 170.9/196.4MB 87% complete (658k/s)
36402024-09-16T14:34:13.756Z[ recovery-image] Sep 16 14:34:12.689 INFO O| Sep 16 14:34:12.689 INFO O| Download: 14725/15831 items 152.6/173.2MB 88% complete (1020k/s)
36412024-09-16T14:34:15.489Z[ host-image] Sep 16 14:34:14.422 INFO O| Sep 16 14:34:14.422 INFO O| Download: 21296/22728 items 177.2/196.4MB 90% complete (1.0M/s)
36422024-09-16T14:34:18.758Z[ recovery-image] Sep 16 14:34:17.690 INFO O| Sep 16 14:34:17.690 INFO O| Download: 15438/15831 items 164.5/173.2MB 94% complete (1.9M/s)
36432024-09-16T14:34:20.526Z[ host-image] Sep 16 14:34:19.458 INFO O| Sep 16 14:34:19.457 INFO O| Download: 21894/22728 items 188.4/196.4MB 95% complete (1.8M/s)
36442024-09-16T14:34:23.759Z[ recovery-image] Sep 16 14:34:22.690 INFO O| Sep 16 14:34:22.690 INFO O| Download: 15811/15831 items 172.4/173.2MB 99% complete (2.0M/s)
36452024-09-16T14:34:24.954Z[ recovery-image] Sep 16 14:34:23.885 INFO O| Sep 16 14:34:23.885 INFO O| Download: Completed 173.20 MB in 123.70 seconds (1.4M/s)
36462024-09-16T14:34:25.551Z[ host-image] Sep 16 14:34:24.482 INFO O| Sep 16 14:34:24.482 INFO O| Download: 22346/22728 items 196.0/196.4MB 99% complete (1.9M/s)
36472024-09-16T14:34:25.975Z[ recovery-image] Sep 16 14:34:24.906 INFO O| Sep 16 14:34:24.906 INFO O| Actions: 1/24965 actions (Installing new actions)
36482024-09-16T14:34:27.245Z[ host-image] Sep 16 14:34:26.176 INFO O| Sep 16 14:34:26.176 INFO O| Download: Completed 196.43 MB in 149.96 seconds (1.3M/s)
36492024-09-16T14:34:28.940Z[ host-image] Sep 16 14:34:27.871 INFO O| Sep 16 14:34:27.871 INFO O| Actions: 1/49262 actions (Installing new actions)
36502024-09-16T14:34:30.976Z[ recovery-image] Sep 16 14:34:29.906 INFO O| Sep 16 14:34:29.906 INFO O| Actions: 9384/24965 actions (Installing new actions)
36512024-09-16T14:34:33.960Z[ host-image] Sep 16 14:34:32.890 INFO O| Sep 16 14:34:32.890 INFO O| Actions: 11663/49262 actions (Installing new actions)
36522024-09-16T14:34:35.977Z[ recovery-image] Sep 16 14:34:34.907 INFO O| Sep 16 14:34:34.906 INFO O| Actions: 16608/24965 actions (Installing new actions)
36532024-09-16T14:34:38.962Z[ host-image] Sep 16 14:34:37.892 INFO O| Sep 16 14:34:37.891 INFO O| Actions: 17461/49262 actions (Installing new actions)
36542024-09-16T14:34:41.168Z[ recovery-image] Sep 16 14:34:40.096 INFO O| Sep 16 14:34:40.096 INFO O| Actions: 24496/24965 actions (Installing new actions)
36552024-09-16T14:34:44.001Z[ host-image] Sep 16 14:34:42.928 INFO O| Sep 16 14:34:42.928 INFO O| Actions: 24299/49262 actions (Installing new actions)
36562024-09-16T14:34:44.043Z[ recovery-image] Sep 16 14:34:42.971 INFO O| Sep 16 14:34:42.971 INFO O| Actions: Completed 24965 actions in 18.06 seconds.
36572024-09-16T14:34:44.693Z[ recovery-image] Sep 16 14:34:43.621 INFO O| Sep 16 14:34:43.621 INFO O| Done
36582024-09-16T14:34:44.693Z[ recovery-image] Sep 16 14:34:43.621 INFO O| Sep 16 14:34:43.621 INFO O| Done
36592024-09-16T14:34:46.182Z[ recovery-image] Sep 16 14:34:45.109 INFO O| Sep 16 14:34:45.109 INFO O| Done
36602024-09-16T14:34:48.130Z[ recovery-image] Sep 16 14:34:47.058 INFO O| Sep 16 14:34:47.058 INFO O| Done
36612024-09-16T14:34:48.152Z[ recovery-image] Sep 16 14:34:47.080 INFO O| Sep 16 14:34:47.079 INFO O| Done
36622024-09-16T14:34:49.669Z[ host-image] Sep 16 14:34:48.596 INFO O| Sep 16 14:34:48.596 INFO O| Actions: 48709/49262 actions (Installing new actions)
36632024-09-16T14:34:53.156Z[ recovery-image] Sep 16 14:34:52.083 INFO O| Sep 16 14:34:52.083 INFO O| Done
36642024-09-16T14:34:53.803Z[ host-image] Sep 16 14:34:52.728 INFO O| Sep 16 14:34:52.728 INFO O| Actions: Completed 49262 actions in 24.85 seconds.
36652024-09-16T14:34:53.912Z[ recovery-image] Sep 16 14:34:52.839 INFO O| Sep 16 14:34:52.839 INFO O| Done
36662024-09-16T14:34:54.283Z[ recovery-image] Sep 16 14:34:53.209 INFO O| Sep 16 14:34:53.209 INFO STEP 11 (pkg_install) COMPLETE
36672024-09-16T14:34:54.283Z[ recovery-image] Sep 16 14:34:53.209 INFO O| Sep 16 14:34:53.209 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682024-09-16T14:34:54.286Z[ recovery-image] Sep 16 14:34:53.209 INFO O| Sep 16 14:34:53.209 INFO skip step because feature "recovery" is enabled
36692024-09-16T14:34:54.286Z[ recovery-image] Sep 16 14:34:53.209 INFO O| Sep 16 14:34:53.209 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36702024-09-16T14:34:54.286Z[ recovery-image] Sep 16 14:34:53.209 INFO O| Sep 16 14:34:53.209 INFO skip step because feature "omicron1" is not enabled
36712024-09-16T14:34:54.286Z[ recovery-image] Sep 16 14:34:53.209 INFO O| Sep 16 14:34:53.209 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-09-16T14:34:54.293Z[ host-image] Sep 16 14:34:53.219 INFO O| Sep 16 14:34:53.219 INFO O| Done
36732024-09-16T14:34:54.293Z[ host-image] Sep 16 14:34:53.219 INFO O| Sep 16 14:34:53.219 INFO O| Done
36742024-09-16T14:34:54.304Z[ recovery-image] Sep 16 14:34:53.229 INFO O| Sep 16 14:34:53.229 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
36752024-09-16T14:34:55.419Z[ host-image] Sep 16 14:34:54.345 INFO O| Sep 16 14:34:54.345 INFO O| Done
36762024-09-16T14:34:55.487Z[ recovery-image] Sep 16 14:34:54.413 INFO O| Sep 16 14:34:54.413 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36772024-09-16T14:34:58.127Z[ host-image] Sep 16 14:34:57.053 INFO O| Sep 16 14:34:57.052 INFO O| Done
36782024-09-16T14:34:58.170Z[ host-image] Sep 16 14:34:57.096 INFO O| Sep 16 14:34:57.096 INFO O| Done
36792024-09-16T14:34:58.647Z[ recovery-image] Sep 16 14:34:57.573 INFO O| Sep 16 14:34:57.573 INFO O| Planning: Solver setup ... Done
36802024-09-16T14:34:58.654Z[ recovery-image] Sep 16 14:34:57.580 INFO O| Sep 16 14:34:57.580 INFO O| Planning: Running solver ... Done
36812024-09-16T14:34:58.750Z[ recovery-image] Sep 16 14:34:57.675 INFO O| Sep 16 14:34:57.675 INFO O| Planning: Finding local manifests ... Done
36822024-09-16T14:34:58.753Z[ recovery-image] Sep 16 14:34:57.676 INFO O| Sep 16 14:34:57.676 INFO O| Planning: Fetching manifests: 0/1 0% complete
36832024-09-16T14:34:58.894Z[ recovery-image] Sep 16 14:34:57.819 INFO O| Sep 16 14:34:57.819 INFO O| Planning: Fetching manifests: 1/1 100% complete
36842024-09-16T14:34:58.938Z[ recovery-image] Sep 16 14:34:57.861 INFO O| Sep 16 14:34:57.861 INFO O| Planning: Package planning ... Done
36852024-09-16T14:34:58.941Z[ recovery-image] Sep 16 14:34:57.862 INFO O| Sep 16 14:34:57.862 INFO O| Planning: Merging actions ... Done
36862024-09-16T14:34:59.011Z[ recovery-image] Sep 16 14:34:57.937 INFO O| Sep 16 14:34:57.937 INFO O| Planning: Checking for conflicting actions ... Done
36872024-09-16T14:34:59.014Z[ recovery-image] Sep 16 14:34:57.938 INFO O| Sep 16 14:34:57.938 INFO O| Planning: Consolidating action changes ... Done
36882024-09-16T14:34:59.338Z[ recovery-image] Sep 16 14:34:58.263 INFO O| Sep 16 14:34:58.263 INFO O| Planning: Evaluating mediators ... Done
36892024-09-16T14:34:59.342Z[ recovery-image] Sep 16 14:34:58.264 INFO O| Sep 16 14:34:58.264 INFO O| Planning: Planning completed in 3.85 seconds
36902024-09-16T14:34:59.342Z[ recovery-image] Sep 16 14:34:58.267 INFO O| Sep 16 14:34:58.267 INFO O| Packages to install: 1
36912024-09-16T14:34:59.360Z[ recovery-image] Sep 16 14:34:58.286 INFO O| Sep 16 14:34:58.286 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
36922024-09-16T14:35:00.806Z[ recovery-image] Sep 16 14:34:59.731 INFO O| Sep 16 14:34:59.731 INFO O| Download: Completed 20.80 MB in 1.45 seconds (14.4M/s)
36932024-09-16T14:35:00.931Z[ recovery-image] Sep 16 14:34:59.856 INFO O| Sep 16 14:34:59.856 INFO O| Actions: 1/22 actions (Installing new actions)
36942024-09-16T14:35:01.770Z[ recovery-image] Sep 16 14:35:00.695 INFO O| Sep 16 14:35:00.695 INFO O| Actions: Completed 22 actions in 0.84 seconds.
36952024-09-16T14:35:02.285Z[ recovery-image] Sep 16 14:35:01.210 INFO O| Sep 16 14:35:01.210 INFO O| Done
36962024-09-16T14:35:02.285Z[ recovery-image] Sep 16 14:35:01.210 INFO O| Sep 16 14:35:01.210 INFO O| Done
36972024-09-16T14:35:03.170Z[ recovery-image] Sep 16 14:35:02.095 INFO O| Sep 16 14:35:02.095 INFO O| Done
36982024-09-16T14:35:05.132Z[ recovery-image] Sep 16 14:35:04.056 INFO O| Sep 16 14:35:04.056 INFO O| Done
36992024-09-16T14:35:05.155Z[ recovery-image] Sep 16 14:35:04.080 INFO O| Sep 16 14:35:04.080 INFO O| Done
37002024-09-16T14:35:05.155Z[ recovery-image] Sep 16 14:35:04.080 INFO O| Sep 16 14:35:04.080 INFO O| Done
37012024-09-16T14:35:05.174Z[ recovery-image] Sep 16 14:35:04.098 INFO O| Sep 16 14:35:04.098 INFO O| Done
37022024-09-16T14:35:05.324Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO STEP 14 (pkg_install) COMPLETE
37032024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37042024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO skip step because feature "mfg" is not enabled
37052024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37062024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO skip step because feature "compliance" is not enabled
37072024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37082024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO skip step because feature "stress" is not enabled
37092024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37102024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO skip step because feature "nfs" is not enabled
37112024-09-16T14:35:05.325Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37122024-09-16T14:35:05.328Z[ recovery-image] Sep 16 14:35:04.248 INFO O| Sep 16 14:35:04.248 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37132024-09-16T14:35:05.476Z[ recovery-image] Sep 16 14:35:04.401 INFO O| Sep 16 14:35:04.401 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37142024-09-16T14:35:05.597Z[ recovery-image] Sep 16 14:35:04.521 INFO O| Sep 16 14:35:04.521 INFO completed processing gimlet/ramdisk-01-os
37152024-09-16T14:35:05.600Z[ recovery-image] Sep 16 14:35:04.525 INFO image builder template: ramdisk-02-trim...
37162024-09-16T14:35:05.601Z[ recovery-image] Sep 16 14:35:04.525 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/.tmpshoa1R/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
37172024-09-16T14:35:05.643Z[ recovery-image] Sep 16 14:35:04.567 INFO O| Sep 16 14:35:04.567 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37182024-09-16T14:35:05.652Z[ recovery-image] Sep 16 14:35:04.576 INFO O| Sep 16 14:35:04.576 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37192024-09-16T14:35:05.746Z[ recovery-image] Sep 16 14:35:04.671 INFO O| Sep 16 14:35:04.671 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
37202024-09-16T14:35:05.998Z[ recovery-image] Sep 16 14:35:04.922 INFO O| Sep 16 14:35:04.922 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37212024-09-16T14:35:06.001Z[ recovery-image] Sep 16 14:35:04.923 INFO O| Sep 16 14:35:04.922 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37222024-09-16T14:35:06.007Z[ recovery-image] Sep 16 14:35:04.932 INFO O| Sep 16 14:35:04.932 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
37232024-09-16T14:35:06.014Z[ recovery-image] Sep 16 14:35:04.939 INFO O| Sep 16 14:35:04.939 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37242024-09-16T14:35:06.042Z[ recovery-image] Sep 16 14:35:04.966 INFO O| Sep 16 14:35:04.966 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37252024-09-16T14:35:06.216Z[ host-image] Sep 16 14:35:05.140 INFO O| Sep 16 14:35:05.140 INFO O| Done
37262024-09-16T14:35:06.481Z[ recovery-image] Sep 16 14:35:05.405 INFO O| Sep 16 14:35:05.405 INFO rolled back to input snapshot; work may begin
37272024-09-16T14:35:06.484Z[ recovery-image] Sep 16 14:35:05.405 INFO O| Sep 16 14:35:05.405 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37282024-09-16T14:35:06.520Z[ recovery-image] Sep 16 14:35:05.444 INFO O| Sep 16 14:35:05.444 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-09-16T14:35:06.544Z[ recovery-image] Sep 16 14:35:05.468 INFO O| Sep 16 14:35:05.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
37302024-09-16T14:35:06.854Z[ recovery-image] Sep 16 14:35:05.778 INFO O| Sep 16 14:35:05.778 INFO STEP 0 (remove_files) COMPLETE
37312024-09-16T14:35:06.854Z[ recovery-image] Sep 16 14:35:05.778 INFO O| Sep 16 14:35:05.778 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-09-16T14:35:06.873Z[ recovery-image] Sep 16 14:35:05.797 INFO O| Sep 16 14:35:05.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
37332024-09-16T14:35:06.876Z[ recovery-image] Sep 16 14:35:05.800 INFO O| Sep 16 14:35:05.800 INFO STEP 1 (remove_files) COMPLETE
37342024-09-16T14:35:06.876Z[ recovery-image] Sep 16 14:35:05.800 INFO O| Sep 16 14:35:05.800 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-09-16T14:35:06.896Z[ recovery-image] Sep 16 14:35:05.820 INFO O| Sep 16 14:35:05.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
37362024-09-16T14:35:06.920Z[ recovery-image] Sep 16 14:35:05.843 INFO O| Sep 16 14:35:05.843 INFO STEP 2 (remove_files) COMPLETE
37372024-09-16T14:35:06.920Z[ recovery-image] Sep 16 14:35:05.843 INFO O| Sep 16 14:35:05.843 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-09-16T14:35:06.963Z[ recovery-image] Sep 16 14:35:05.887 INFO O| Sep 16 14:35:05.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
37392024-09-16T14:35:06.966Z[ recovery-image] Sep 16 14:35:05.890 INFO O| Sep 16 14:35:05.890 INFO STEP 3 (remove_files) COMPLETE
37402024-09-16T14:35:06.969Z[ recovery-image] Sep 16 14:35:05.890 INFO O| Sep 16 14:35:05.890 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-09-16T14:35:06.990Z[ recovery-image] Sep 16 14:35:05.913 INFO O| Sep 16 14:35:05.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
37422024-09-16T14:35:06.996Z[ recovery-image] Sep 16 14:35:05.921 INFO O| Sep 16 14:35:05.920 INFO STEP 4 (remove_files) COMPLETE
37432024-09-16T14:35:06.999Z[ recovery-image] Sep 16 14:35:05.921 INFO O| Sep 16 14:35:05.921 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-09-16T14:35:07.074Z[ recovery-image] Sep 16 14:35:05.998 INFO O| Sep 16 14:35:05.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
37452024-09-16T14:35:07.077Z[ recovery-image] Sep 16 14:35:05.999 INFO O| Sep 16 14:35:05.999 INFO STEP 5 (remove_files) COMPLETE
37462024-09-16T14:35:07.077Z[ recovery-image] Sep 16 14:35:05.999 INFO O| Sep 16 14:35:05.999 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-09-16T14:35:07.145Z[ recovery-image] Sep 16 14:35:06.069 INFO O| Sep 16 14:35:06.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
37482024-09-16T14:35:07.168Z[ recovery-image] Sep 16 14:35:06.092 INFO O| Sep 16 14:35:06.092 INFO STEP 6 (remove_files) COMPLETE
37492024-09-16T14:35:07.171Z[ recovery-image] Sep 16 14:35:06.093 INFO O| Sep 16 14:35:06.092 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-09-16T14:35:07.171Z[ recovery-image] Sep 16 14:35:06.093 INFO O| Sep 16 14:35:06.093 INFO skip step because feature "recovery" is enabled
37512024-09-16T14:35:07.171Z[ recovery-image] Sep 16 14:35:06.093 INFO O| Sep 16 14:35:06.093 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37522024-09-16T14:35:07.171Z[ recovery-image] Sep 16 14:35:06.093 INFO O| Sep 16 14:35:06.093 INFO skip step because feature "recovery" is enabled
37532024-09-16T14:35:07.171Z[ recovery-image] Sep 16 14:35:06.093 INFO O| Sep 16 14:35:06.093 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37542024-09-16T14:35:07.171Z[ recovery-image] Sep 16 14:35:06.093 INFO O| Sep 16 14:35:06.093 INFO skip step because feature "recovery" is enabled
37552024-09-16T14:35:07.171Z[ recovery-image] Sep 16 14:35:06.093 INFO O| Sep 16 14:35:06.093 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-09-16T14:35:07.193Z[ recovery-image] Sep 16 14:35:06.117 INFO O| Sep 16 14:35:06.117 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
37572024-09-16T14:35:07.199Z[ recovery-image] Sep 16 14:35:06.123 INFO O| Sep 16 14:35:06.123 INFO STEP 10 (remove_files) COMPLETE
37582024-09-16T14:35:07.199Z[ recovery-image] Sep 16 14:35:06.123 INFO O| Sep 16 14:35:06.123 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-09-16T14:35:07.246Z[ recovery-image] Sep 16 14:35:06.170 INFO O| Sep 16 14:35:06.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
37602024-09-16T14:35:07.249Z[ recovery-image] Sep 16 14:35:06.172 INFO O| Sep 16 14:35:06.172 INFO STEP 11 (remove_files) COMPLETE
37612024-09-16T14:35:07.249Z[ recovery-image] Sep 16 14:35:06.172 INFO O| Sep 16 14:35:06.172 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-09-16T14:35:07.272Z[ recovery-image] Sep 16 14:35:06.196 INFO O| Sep 16 14:35:06.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
37632024-09-16T14:35:07.275Z[ recovery-image] Sep 16 14:35:06.199 INFO O| Sep 16 14:35:06.199 INFO STEP 12 (remove_files) COMPLETE
37642024-09-16T14:35:07.275Z[ recovery-image] Sep 16 14:35:06.199 INFO O| Sep 16 14:35:06.199 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-09-16T14:35:07.353Z[ host-image] Sep 16 14:35:06.277 INFO O| Sep 16 14:35:06.277 INFO O| Done
37662024-09-16T14:35:07.609Z[ recovery-image] Sep 16 14:35:06.533 INFO O| Sep 16 14:35:06.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
37672024-09-16T14:35:07.613Z[ recovery-image] Sep 16 14:35:06.538 INFO O| Sep 16 14:35:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
37682024-09-16T14:35:07.616Z[ recovery-image] Sep 16 14:35:06.539 INFO O| Sep 16 14:35:06.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
37692024-09-16T14:35:07.625Z[ recovery-image] Sep 16 14:35:06.549 INFO O| Sep 16 14:35:06.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
37702024-09-16T14:35:07.695Z[ host-image] Sep 16 14:35:06.619 INFO O| Sep 16 14:35:06.619 INFO STEP 11 (pkg_install) COMPLETE
37712024-09-16T14:35:07.695Z[ host-image] Sep 16 14:35:06.619 INFO O| Sep 16 14:35:06.619 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722024-09-16T14:35:07.719Z[ host-image] Sep 16 14:35:06.644 INFO O| Sep 16 14:35:06.643 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
37732024-09-16T14:35:07.753Z[ recovery-image] Sep 16 14:35:06.677 INFO O| Sep 16 14:35:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
37742024-09-16T14:35:07.777Z[ recovery-image] Sep 16 14:35:06.701 INFO O| Sep 16 14:35:06.701 INFO STEP 13 (remove_files) COMPLETE
37752024-09-16T14:35:07.777Z[ recovery-image] Sep 16 14:35:06.701 INFO O| Sep 16 14:35:06.701 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37762024-09-16T14:35:07.810Z[ recovery-image] Sep 16 14:35:06.733 INFO O| Sep 16 14:35:06.733 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
37772024-09-16T14:35:07.813Z[ recovery-image] Sep 16 14:35:06.736 INFO O| Sep 16 14:35:06.736 INFO STEP 14 (remove_files) COMPLETE
37782024-09-16T14:35:07.813Z[ recovery-image] Sep 16 14:35:06.736 INFO O| Sep 16 14:35:06.736 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37792024-09-16T14:35:07.842Z[ recovery-image] Sep 16 14:35:06.766 INFO O| Sep 16 14:35:06.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
37802024-09-16T14:35:07.854Z[ recovery-image] Sep 16 14:35:06.777 INFO O| Sep 16 14:35:06.777 INFO STEP 15 (remove_files) COMPLETE
37812024-09-16T14:35:07.854Z[ recovery-image] Sep 16 14:35:06.777 INFO O| Sep 16 14:35:06.777 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37822024-09-16T14:35:07.873Z[ recovery-image] Sep 16 14:35:06.797 INFO O| Sep 16 14:35:06.797 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
37832024-09-16T14:35:07.875Z[ recovery-image] Sep 16 14:35:06.798 INFO O| Sep 16 14:35:06.798 INFO STEP 16 (remove_files) COMPLETE
37842024-09-16T14:35:07.875Z[ recovery-image] Sep 16 14:35:06.798 INFO O| Sep 16 14:35:06.798 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37852024-09-16T14:35:07.928Z[ recovery-image] Sep 16 14:35:06.852 INFO O| Sep 16 14:35:06.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
37862024-09-16T14:35:07.931Z[ recovery-image] Sep 16 14:35:06.855 INFO O| Sep 16 14:35:06.855 INFO STEP 17 (remove_files) COMPLETE
37872024-09-16T14:35:07.931Z[ recovery-image] Sep 16 14:35:06.855 INFO O| Sep 16 14:35:06.855 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37882024-09-16T14:35:07.951Z[ recovery-image] Sep 16 14:35:06.875 INFO O| Sep 16 14:35:06.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
37892024-09-16T14:35:07.951Z[ recovery-image] Sep 16 14:35:06.875 INFO O| Sep 16 14:35:06.875 INFO STEP 18 (remove_files) COMPLETE
37902024-09-16T14:35:07.951Z[ recovery-image] Sep 16 14:35:06.875 INFO O| Sep 16 14:35:06.875 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37912024-09-16T14:35:07.969Z[ recovery-image] Sep 16 14:35:06.893 INFO O| Sep 16 14:35:06.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
37922024-09-16T14:35:07.969Z[ recovery-image] Sep 16 14:35:06.893 INFO O| Sep 16 14:35:06.893 INFO STEP 19 (remove_files) COMPLETE
37932024-09-16T14:35:07.971Z[ recovery-image] Sep 16 14:35:06.893 INFO O| Sep 16 14:35:06.893 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-09-16T14:35:07.987Z[ recovery-image] Sep 16 14:35:06.911 INFO O| Sep 16 14:35:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
37952024-09-16T14:35:07.987Z[ recovery-image] Sep 16 14:35:06.911 INFO O| Sep 16 14:35:06.911 INFO STEP 20 (remove_files) COMPLETE
37962024-09-16T14:35:07.990Z[ recovery-image] Sep 16 14:35:06.911 INFO O| Sep 16 14:35:06.911 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37972024-09-16T14:35:08.014Z[ recovery-image] Sep 16 14:35:06.938 INFO O| Sep 16 14:35:06.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
37982024-09-16T14:35:08.017Z[ recovery-image] Sep 16 14:35:06.938 INFO O| Sep 16 14:35:06.938 INFO STEP 21 (remove_files) COMPLETE
37992024-09-16T14:35:08.017Z[ recovery-image] Sep 16 14:35:06.939 INFO O| Sep 16 14:35:06.939 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-09-16T14:35:08.034Z[ recovery-image] Sep 16 14:35:06.958 INFO O| Sep 16 14:35:06.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38012024-09-16T14:35:08.036Z[ recovery-image] Sep 16 14:35:06.958 INFO O| Sep 16 14:35:06.958 INFO STEP 22 (remove_files) COMPLETE
38022024-09-16T14:35:08.036Z[ recovery-image] Sep 16 14:35:06.958 INFO O| Sep 16 14:35:06.958 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38032024-09-16T14:35:08.053Z[ recovery-image] Sep 16 14:35:06.977 INFO O| Sep 16 14:35:06.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38042024-09-16T14:35:08.055Z[ recovery-image] Sep 16 14:35:06.977 INFO O| Sep 16 14:35:06.977 INFO STEP 23 (remove_files) COMPLETE
38052024-09-16T14:35:08.055Z[ recovery-image] Sep 16 14:35:06.977 INFO O| Sep 16 14:35:06.977 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-09-16T14:35:08.078Z[ recovery-image] Sep 16 14:35:07.002 INFO O| Sep 16 14:35:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38072024-09-16T14:35:08.078Z[ recovery-image] Sep 16 14:35:07.002 INFO O| Sep 16 14:35:07.002 INFO STEP 24 (remove_files) COMPLETE
38082024-09-16T14:35:08.078Z[ recovery-image] Sep 16 14:35:07.002 INFO O| Sep 16 14:35:07.002 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38092024-09-16T14:35:08.118Z[ recovery-image] Sep 16 14:35:07.042 INFO O| Sep 16 14:35:07.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38102024-09-16T14:35:08.118Z[ recovery-image] Sep 16 14:35:07.042 INFO O| Sep 16 14:35:07.042 INFO STEP 25 (remove_files) COMPLETE
38112024-09-16T14:35:08.118Z[ recovery-image] Sep 16 14:35:07.042 INFO O| Sep 16 14:35:07.042 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38122024-09-16T14:35:08.158Z[ recovery-image] Sep 16 14:35:07.082 INFO O| Sep 16 14:35:07.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38132024-09-16T14:35:08.158Z[ recovery-image] Sep 16 14:35:07.082 INFO O| Sep 16 14:35:07.082 INFO STEP 26 (remove_files) COMPLETE
38142024-09-16T14:35:08.158Z[ recovery-image] Sep 16 14:35:07.082 INFO O| Sep 16 14:35:07.082 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38152024-09-16T14:35:08.177Z[ recovery-image] Sep 16 14:35:07.101 INFO O| Sep 16 14:35:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38162024-09-16T14:35:08.177Z[ recovery-image] Sep 16 14:35:07.101 INFO O| Sep 16 14:35:07.101 INFO STEP 27 (remove_files) COMPLETE
38172024-09-16T14:35:08.179Z[ recovery-image] Sep 16 14:35:07.101 INFO O| Sep 16 14:35:07.101 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38182024-09-16T14:35:08.219Z[ recovery-image] Sep 16 14:35:07.142 INFO O| Sep 16 14:35:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
38192024-09-16T14:35:08.219Z[ recovery-image] Sep 16 14:35:07.142 INFO O| Sep 16 14:35:07.142 INFO STEP 28 (remove_files) COMPLETE
38202024-09-16T14:35:08.219Z[ recovery-image] Sep 16 14:35:07.142 INFO O| Sep 16 14:35:07.142 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38212024-09-16T14:35:08.243Z[ recovery-image] Sep 16 14:35:07.167 INFO O| Sep 16 14:35:07.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
38222024-09-16T14:35:08.246Z[ recovery-image] Sep 16 14:35:07.167 INFO O| Sep 16 14:35:07.167 INFO STEP 29 (remove_files) COMPLETE
38232024-09-16T14:35:08.246Z[ recovery-image] Sep 16 14:35:07.167 INFO O| Sep 16 14:35:07.167 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38242024-09-16T14:35:08.262Z[ recovery-image] Sep 16 14:35:07.186 INFO O| Sep 16 14:35:07.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
38252024-09-16T14:35:08.264Z[ recovery-image] Sep 16 14:35:07.186 INFO O| Sep 16 14:35:07.186 INFO STEP 30 (remove_files) COMPLETE
38262024-09-16T14:35:08.265Z[ recovery-image] Sep 16 14:35:07.186 INFO O| Sep 16 14:35:07.186 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38272024-09-16T14:35:08.280Z[ recovery-image] Sep 16 14:35:07.204 INFO O| Sep 16 14:35:07.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
38282024-09-16T14:35:08.282Z[ recovery-image] Sep 16 14:35:07.204 INFO O| Sep 16 14:35:07.204 INFO STEP 31 (remove_files) COMPLETE
38292024-09-16T14:35:08.282Z[ recovery-image] Sep 16 14:35:07.205 INFO O| Sep 16 14:35:07.204 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38302024-09-16T14:35:08.298Z[ recovery-image] Sep 16 14:35:07.222 INFO O| Sep 16 14:35:07.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
38312024-09-16T14:35:08.298Z[ recovery-image] Sep 16 14:35:07.222 INFO O| Sep 16 14:35:07.222 INFO STEP 32 (remove_files) COMPLETE
38322024-09-16T14:35:08.300Z[ recovery-image] Sep 16 14:35:07.222 INFO O| Sep 16 14:35:07.222 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38332024-09-16T14:35:08.317Z[ recovery-image] Sep 16 14:35:07.241 INFO O| Sep 16 14:35:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
38342024-09-16T14:35:08.317Z[ recovery-image] Sep 16 14:35:07.241 INFO O| Sep 16 14:35:07.241 INFO STEP 33 (remove_files) COMPLETE
38352024-09-16T14:35:08.320Z[ recovery-image] Sep 16 14:35:07.244 INFO O| Sep 16 14:35:07.244 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-16T14:35:08.375Z[ recovery-image] Sep 16 14:35:07.299 INFO O| Sep 16 14:35:07.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
38372024-09-16T14:35:08.378Z[ recovery-image] Sep 16 14:35:07.299 INFO O| Sep 16 14:35:07.299 INFO STEP 34 (remove_files) COMPLETE
38382024-09-16T14:35:08.378Z[ recovery-image] Sep 16 14:35:07.299 INFO O| Sep 16 14:35:07.299 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-09-16T14:35:08.441Z[ recovery-image] Sep 16 14:35:07.365 INFO O| Sep 16 14:35:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
38402024-09-16T14:35:08.441Z[ recovery-image] Sep 16 14:35:07.365 INFO O| Sep 16 14:35:07.365 INFO STEP 35 (remove_files) COMPLETE
38412024-09-16T14:35:08.444Z[ recovery-image] Sep 16 14:35:07.365 INFO O| Sep 16 14:35:07.365 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-09-16T14:35:08.459Z[ recovery-image] Sep 16 14:35:07.383 INFO O| Sep 16 14:35:07.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
38432024-09-16T14:35:08.459Z[ recovery-image] Sep 16 14:35:07.383 INFO O| Sep 16 14:35:07.383 INFO STEP 36 (remove_files) COMPLETE
38442024-09-16T14:35:08.459Z[ recovery-image] Sep 16 14:35:07.383 INFO O| Sep 16 14:35:07.383 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-09-16T14:35:08.477Z[ recovery-image] Sep 16 14:35:07.401 INFO O| Sep 16 14:35:07.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
38462024-09-16T14:35:08.477Z[ recovery-image] Sep 16 14:35:07.401 INFO O| Sep 16 14:35:07.401 INFO STEP 37 (remove_files) COMPLETE
38472024-09-16T14:35:08.479Z[ recovery-image] Sep 16 14:35:07.401 INFO O| Sep 16 14:35:07.401 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-09-16T14:35:08.522Z[ recovery-image] Sep 16 14:35:07.446 INFO O| Sep 16 14:35:07.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
38492024-09-16T14:35:08.522Z[ recovery-image] Sep 16 14:35:07.446 INFO O| Sep 16 14:35:07.446 INFO STEP 38 (remove_files) COMPLETE
38502024-09-16T14:35:08.522Z[ recovery-image] Sep 16 14:35:07.446 INFO O| Sep 16 14:35:07.446 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-09-16T14:35:08.582Z[ recovery-image] Sep 16 14:35:07.505 INFO O| Sep 16 14:35:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
38522024-09-16T14:35:08.582Z[ recovery-image] Sep 16 14:35:07.506 INFO O| Sep 16 14:35:07.506 INFO STEP 39 (remove_files) COMPLETE
38532024-09-16T14:35:08.585Z[ recovery-image] Sep 16 14:35:07.506 INFO O| Sep 16 14:35:07.506 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-09-16T14:35:08.601Z[ recovery-image] Sep 16 14:35:07.525 INFO O| Sep 16 14:35:07.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
38552024-09-16T14:35:08.601Z[ recovery-image] Sep 16 14:35:07.525 INFO O| Sep 16 14:35:07.525 INFO STEP 40 (remove_files) COMPLETE
38562024-09-16T14:35:08.601Z[ recovery-image] Sep 16 14:35:07.525 INFO O| Sep 16 14:35:07.525 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-09-16T14:35:08.640Z[ recovery-image] Sep 16 14:35:07.564 INFO O| Sep 16 14:35:07.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
38582024-09-16T14:35:08.640Z[ recovery-image] Sep 16 14:35:07.564 INFO O| Sep 16 14:35:07.564 INFO STEP 41 (remove_files) COMPLETE
38592024-09-16T14:35:08.641Z[ recovery-image] Sep 16 14:35:07.564 INFO O| Sep 16 14:35:07.564 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-09-16T14:35:08.661Z[ recovery-image] Sep 16 14:35:07.585 INFO O| Sep 16 14:35:07.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
38612024-09-16T14:35:08.661Z[ recovery-image] Sep 16 14:35:07.585 INFO O| Sep 16 14:35:07.585 INFO STEP 42 (remove_files) COMPLETE
38622024-09-16T14:35:08.661Z[ recovery-image] Sep 16 14:35:07.585 INFO O| Sep 16 14:35:07.585 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-09-16T14:35:08.685Z[ host-image] Sep 16 14:35:07.609 INFO O| Sep 16 14:35:07.608 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38642024-09-16T14:35:08.702Z[ recovery-image] Sep 16 14:35:07.626 INFO O| Sep 16 14:35:07.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
38652024-09-16T14:35:08.702Z[ recovery-image] Sep 16 14:35:07.626 INFO O| Sep 16 14:35:07.626 INFO STEP 43 (remove_files) COMPLETE
38662024-09-16T14:35:08.702Z[ recovery-image] Sep 16 14:35:07.626 INFO O| Sep 16 14:35:07.626 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-09-16T14:35:08.720Z[ recovery-image] Sep 16 14:35:07.644 INFO O| Sep 16 14:35:07.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
38682024-09-16T14:35:08.720Z[ recovery-image] Sep 16 14:35:07.644 INFO O| Sep 16 14:35:07.644 INFO STEP 44 (remove_files) COMPLETE
38692024-09-16T14:35:08.720Z[ recovery-image] Sep 16 14:35:07.644 INFO O| Sep 16 14:35:07.644 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-09-16T14:35:08.744Z[ recovery-image] Sep 16 14:35:07.667 INFO O| Sep 16 14:35:07.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
38712024-09-16T14:35:08.744Z[ recovery-image] Sep 16 14:35:07.667 INFO O| Sep 16 14:35:07.667 INFO STEP 45 (remove_files) COMPLETE
38722024-09-16T14:35:08.744Z[ recovery-image] Sep 16 14:35:07.667 INFO O| Sep 16 14:35:07.667 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-09-16T14:35:08.763Z[ recovery-image] Sep 16 14:35:07.687 INFO O| Sep 16 14:35:07.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
38742024-09-16T14:35:08.763Z[ recovery-image] Sep 16 14:35:07.687 INFO O| Sep 16 14:35:07.687 INFO STEP 46 (remove_files) COMPLETE
38752024-09-16T14:35:08.763Z[ recovery-image] Sep 16 14:35:07.687 INFO O| Sep 16 14:35:07.687 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-09-16T14:35:08.821Z[ recovery-image] Sep 16 14:35:07.745 INFO O| Sep 16 14:35:07.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
38772024-09-16T14:35:08.821Z[ recovery-image] Sep 16 14:35:07.745 INFO O| Sep 16 14:35:07.745 INFO STEP 47 (remove_files) COMPLETE
38782024-09-16T14:35:08.824Z[ recovery-image] Sep 16 14:35:07.745 INFO O| Sep 16 14:35:07.745 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-09-16T14:35:08.839Z[ recovery-image] Sep 16 14:35:07.763 INFO O| Sep 16 14:35:07.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
38802024-09-16T14:35:08.839Z[ recovery-image] Sep 16 14:35:07.763 INFO O| Sep 16 14:35:07.763 INFO STEP 48 (remove_files) COMPLETE
38812024-09-16T14:35:08.839Z[ recovery-image] Sep 16 14:35:07.763 INFO O| Sep 16 14:35:07.763 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-09-16T14:35:08.858Z[ recovery-image] Sep 16 14:35:07.782 INFO O| Sep 16 14:35:07.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
38832024-09-16T14:35:08.858Z[ recovery-image] Sep 16 14:35:07.782 INFO O| Sep 16 14:35:07.782 INFO STEP 49 (remove_files) COMPLETE
38842024-09-16T14:35:08.858Z[ recovery-image] Sep 16 14:35:07.782 INFO O| Sep 16 14:35:07.782 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-09-16T14:35:08.898Z[ recovery-image] Sep 16 14:35:07.822 INFO O| Sep 16 14:35:07.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
38862024-09-16T14:35:08.898Z[ recovery-image] Sep 16 14:35:07.822 INFO O| Sep 16 14:35:07.822 INFO STEP 50 (remove_files) COMPLETE
38872024-09-16T14:35:08.901Z[ recovery-image] Sep 16 14:35:07.822 INFO O| Sep 16 14:35:07.822 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-09-16T14:35:08.919Z[ recovery-image] Sep 16 14:35:07.843 INFO O| Sep 16 14:35:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
38892024-09-16T14:35:08.919Z[ recovery-image] Sep 16 14:35:07.843 INFO O| Sep 16 14:35:07.843 INFO STEP 51 (remove_files) COMPLETE
38902024-09-16T14:35:08.922Z[ recovery-image] Sep 16 14:35:07.843 INFO O| Sep 16 14:35:07.843 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-09-16T14:35:08.943Z[ recovery-image] Sep 16 14:35:07.867 INFO O| Sep 16 14:35:07.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
38922024-09-16T14:35:08.943Z[ recovery-image] Sep 16 14:35:07.867 INFO O| Sep 16 14:35:07.867 INFO STEP 52 (remove_files) COMPLETE
38932024-09-16T14:35:08.947Z[ recovery-image] Sep 16 14:35:07.867 INFO O| Sep 16 14:35:07.867 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-09-16T14:35:09.001Z[ recovery-image] Sep 16 14:35:07.925 INFO O| Sep 16 14:35:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
38952024-09-16T14:35:09.001Z[ recovery-image] Sep 16 14:35:07.925 INFO O| Sep 16 14:35:07.925 INFO STEP 53 (remove_files) COMPLETE
38962024-09-16T14:35:09.001Z[ recovery-image] Sep 16 14:35:07.925 INFO O| Sep 16 14:35:07.925 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-09-16T14:35:09.022Z[ recovery-image] Sep 16 14:35:07.946 INFO O| Sep 16 14:35:07.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
38982024-09-16T14:35:09.025Z[ recovery-image] Sep 16 14:35:07.946 INFO O| Sep 16 14:35:07.946 INFO STEP 54 (remove_files) COMPLETE
38992024-09-16T14:35:09.025Z[ recovery-image] Sep 16 14:35:07.946 INFO O| Sep 16 14:35:07.946 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-09-16T14:35:09.043Z[ recovery-image] Sep 16 14:35:07.967 INFO O| Sep 16 14:35:07.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39012024-09-16T14:35:09.044Z[ recovery-image] Sep 16 14:35:07.967 INFO O| Sep 16 14:35:07.967 INFO STEP 55 (remove_files) COMPLETE
39022024-09-16T14:35:09.044Z[ recovery-image] Sep 16 14:35:07.967 INFO O| Sep 16 14:35:07.967 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-09-16T14:35:09.074Z[ recovery-image] Sep 16 14:35:07.998 INFO O| Sep 16 14:35:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39042024-09-16T14:35:09.078Z[ recovery-image] Sep 16 14:35:07.998 INFO O| Sep 16 14:35:07.998 INFO STEP 56 (remove_files) COMPLETE
39052024-09-16T14:35:09.078Z[ recovery-image] Sep 16 14:35:07.999 INFO O| Sep 16 14:35:07.998 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-09-16T14:35:09.095Z[ recovery-image] Sep 16 14:35:08.019 INFO O| Sep 16 14:35:08.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39072024-09-16T14:35:09.098Z[ recovery-image] Sep 16 14:35:08.019 INFO O| Sep 16 14:35:08.019 INFO STEP 57 (remove_files) COMPLETE
39082024-09-16T14:35:09.098Z[ recovery-image] Sep 16 14:35:08.019 INFO O| Sep 16 14:35:08.019 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-09-16T14:35:09.123Z[ recovery-image] Sep 16 14:35:08.047 INFO O| Sep 16 14:35:08.047 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39102024-09-16T14:35:09.123Z[ recovery-image] Sep 16 14:35:08.047 INFO O| Sep 16 14:35:08.047 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39112024-09-16T14:35:09.126Z[ recovery-image] Sep 16 14:35:08.048 INFO O| Sep 16 14:35:08.048 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39122024-09-16T14:35:09.126Z[ recovery-image] Sep 16 14:35:08.048 INFO O| Sep 16 14:35:08.048 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39132024-09-16T14:35:09.126Z[ recovery-image] Sep 16 14:35:08.048 INFO O| Sep 16 14:35:08.048 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39142024-09-16T14:35:09.126Z[ recovery-image] Sep 16 14:35:08.048 INFO O| Sep 16 14:35:08.048 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39152024-09-16T14:35:09.126Z[ recovery-image] Sep 16 14:35:08.048 INFO O| Sep 16 14:35:08.048 INFO ok!
39162024-09-16T14:35:09.126Z[ recovery-image] Sep 16 14:35:08.048 INFO O| Sep 16 14:35:08.048 INFO STEP 58 (ensure_file) COMPLETE
39172024-09-16T14:35:09.126Z[ recovery-image] Sep 16 14:35:08.048 INFO O| Sep 16 14:35:08.048 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39182024-09-16T14:35:09.182Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39192024-09-16T14:35:09.182Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
39202024-09-16T14:35:09.182Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39212024-09-16T14:35:09.185Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39222024-09-16T14:35:09.185Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39232024-09-16T14:35:09.185Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
39242024-09-16T14:35:09.185Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO ok!
39252024-09-16T14:35:09.185Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO STEP 59 (ensure_file) COMPLETE
39262024-09-16T14:35:09.185Z[ recovery-image] Sep 16 14:35:08.106 INFO O| Sep 16 14:35:08.106 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39272024-09-16T14:35:09.225Z[ recovery-image] Sep 16 14:35:08.149 INFO O| Sep 16 14:35:08.149 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
39282024-09-16T14:35:09.225Z[ recovery-image] Sep 16 14:35:08.149 INFO O| Sep 16 14:35:08.149 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
39292024-09-16T14:35:09.228Z[ recovery-image] Sep 16 14:35:08.149 INFO O| Sep 16 14:35:08.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
39302024-09-16T14:35:09.228Z[ recovery-image] Sep 16 14:35:08.149 INFO O| Sep 16 14:35:08.149 INFO ok!
39312024-09-16T14:35:09.228Z[ recovery-image] Sep 16 14:35:08.149 INFO O| Sep 16 14:35:08.149 INFO STEP 60 (ensure_file) COMPLETE
39322024-09-16T14:35:09.228Z[ recovery-image] Sep 16 14:35:08.149 INFO O| Sep 16 14:35:08.149 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39332024-09-16T14:35:09.352Z[ recovery-image] Sep 16 14:35:08.275 INFO O| Sep 16 14:35:08.275 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
39342024-09-16T14:35:09.352Z[ recovery-image] Sep 16 14:35:08.276 INFO O| Sep 16 14:35:08.275 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
39352024-09-16T14:35:09.355Z[ recovery-image] Sep 16 14:35:08.276 INFO O| Sep 16 14:35:08.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
39362024-09-16T14:35:09.355Z[ recovery-image] Sep 16 14:35:08.276 INFO O| Sep 16 14:35:08.276 INFO ok!
39372024-09-16T14:35:09.355Z[ recovery-image] Sep 16 14:35:08.276 INFO O| Sep 16 14:35:08.276 INFO STEP 61 (ensure_file) COMPLETE
39382024-09-16T14:35:09.355Z[ recovery-image] Sep 16 14:35:08.276 INFO O| Sep 16 14:35:08.276 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-09-16T14:35:09.395Z[ recovery-image] Sep 16 14:35:08.318 INFO O| Sep 16 14:35:08.318 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
39402024-09-16T14:35:09.397Z[ recovery-image] Sep 16 14:35:08.319 INFO O| Sep 16 14:35:08.319 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
39412024-09-16T14:35:09.397Z[ recovery-image] Sep 16 14:35:08.319 INFO O| Sep 16 14:35:08.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39422024-09-16T14:35:09.397Z[ recovery-image] Sep 16 14:35:08.319 INFO O| Sep 16 14:35:08.319 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
39432024-09-16T14:35:09.397Z[ recovery-image] Sep 16 14:35:08.319 INFO O| Sep 16 14:35:08.319 INFO ok!
39442024-09-16T14:35:09.398Z[ recovery-image] Sep 16 14:35:08.319 INFO O| Sep 16 14:35:08.319 INFO STEP 62 (ensure_file) COMPLETE
39452024-09-16T14:35:09.398Z[ recovery-image] Sep 16 14:35:08.319 INFO O| Sep 16 14:35:08.319 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-09-16T14:35:09.415Z[ recovery-image] Sep 16 14:35:08.339 INFO O| Sep 16 14:35:08.338 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
39472024-09-16T14:35:09.415Z[ recovery-image] Sep 16 14:35:08.339 INFO O| Sep 16 14:35:08.339 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
39482024-09-16T14:35:09.417Z[ recovery-image] Sep 16 14:35:08.339 INFO O| Sep 16 14:35:08.339 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39492024-09-16T14:35:09.417Z[ recovery-image] Sep 16 14:35:08.339 INFO O| Sep 16 14:35:08.339 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
39502024-09-16T14:35:09.417Z[ recovery-image] Sep 16 14:35:08.339 INFO O| Sep 16 14:35:08.339 INFO ok!
39512024-09-16T14:35:09.417Z[ recovery-image] Sep 16 14:35:08.339 INFO O| Sep 16 14:35:08.339 INFO STEP 63 (ensure_file) COMPLETE
39522024-09-16T14:35:09.417Z[ recovery-image] Sep 16 14:35:08.339 INFO O| Sep 16 14:35:08.339 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-09-16T14:35:09.435Z[ recovery-image] Sep 16 14:35:08.358 INFO O| Sep 16 14:35:08.358 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
39542024-09-16T14:35:09.435Z[ recovery-image] Sep 16 14:35:08.358 INFO O| Sep 16 14:35:08.358 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
39552024-09-16T14:35:09.437Z[ recovery-image] Sep 16 14:35:08.359 INFO O| Sep 16 14:35:08.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
39562024-09-16T14:35:09.437Z[ recovery-image] Sep 16 14:35:08.359 INFO O| Sep 16 14:35:08.359 INFO ok!
39572024-09-16T14:35:09.437Z[ recovery-image] Sep 16 14:35:08.359 INFO O| Sep 16 14:35:08.359 INFO STEP 64 (assemble_files) COMPLETE
39582024-09-16T14:35:09.437Z[ recovery-image] Sep 16 14:35:08.359 INFO O| Sep 16 14:35:08.359 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-09-16T14:35:09.454Z[ recovery-image] Sep 16 14:35:08.378 INFO O| Sep 16 14:35:08.378 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
39602024-09-16T14:35:09.454Z[ recovery-image] Sep 16 14:35:08.378 INFO O| Sep 16 14:35:08.378 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
39612024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.378 INFO O| Sep 16 14:35:08.378 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39622024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.378 INFO O| Sep 16 14:35:08.378 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
39632024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.378 INFO O| Sep 16 14:35:08.378 INFO ok!
39642024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO STEP 65 (ensure_file) COMPLETE
39652024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39662024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO skip step because feature "omicron1" is not enabled
39672024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO skip step because feature "omicron1" is not enabled
39692024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO skip step because feature "omicron1" is not enabled
39712024-09-16T14:35:09.457Z[ recovery-image] Sep 16 14:35:08.379 INFO O| Sep 16 14:35:08.379 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39722024-09-16T14:35:09.486Z[ recovery-image] Sep 16 14:35:08.409 INFO O| Sep 16 14:35:08.409 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
39732024-09-16T14:35:09.486Z[ recovery-image] Sep 16 14:35:08.409 INFO O| Sep 16 14:35:08.409 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
39742024-09-16T14:35:12.322Z[ host-image] Sep 16 14:35:11.245 INFO O| Sep 16 14:35:11.245 INFO O| Planning: Solver setup ... Done
39752024-09-16T14:35:12.328Z[ host-image] Sep 16 14:35:11.252 INFO O| Sep 16 14:35:11.251 INFO O| Planning: Running solver ... Done
39762024-09-16T14:35:12.393Z[ host-image] Sep 16 14:35:11.317 INFO O| Sep 16 14:35:11.316 INFO O| Planning: Finding local manifests ... Done
39772024-09-16T14:35:12.396Z[ host-image] Sep 16 14:35:11.318 INFO O| Sep 16 14:35:11.318 INFO O| Planning: Fetching manifests: 0/4 0% complete
39782024-09-16T14:35:12.510Z[ recovery-image] Sep 16 14:35:11.433 INFO O| Sep 16 14:35:11.433 INFO STEP 69 (pack_tar) COMPLETE
39792024-09-16T14:35:12.510Z[ recovery-image] Sep 16 14:35:11.433 INFO O| Sep 16 14:35:11.433 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39802024-09-16T14:35:12.512Z[ recovery-image] Sep 16 14:35:11.433 INFO O| Sep 16 14:35:11.433 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
39812024-09-16T14:35:12.700Z[ host-image] Sep 16 14:35:11.623 INFO O| Sep 16 14:35:11.623 INFO O| Planning: Fetching manifests: 4/4 100% complete
39822024-09-16T14:35:12.744Z[ host-image] Sep 16 14:35:11.666 INFO O| Sep 16 14:35:11.666 INFO O| Planning: Package planning ... Done
39832024-09-16T14:35:12.749Z[ host-image] Sep 16 14:35:11.673 INFO O| Sep 16 14:35:11.673 INFO O| Planning: Merging actions ... Done
39842024-09-16T14:35:12.793Z[ recovery-image] Sep 16 14:35:11.716 INFO O| Sep 16 14:35:11.716 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39852024-09-16T14:35:12.921Z[ host-image] Sep 16 14:35:11.844 INFO O| Sep 16 14:35:11.844 INFO O| Planning: Checking for conflicting actions ... Done
39862024-09-16T14:35:12.925Z[ host-image] Sep 16 14:35:11.846 INFO O| Sep 16 14:35:11.846 INFO O| Planning: Consolidating action changes ... Done
39872024-09-16T14:35:12.937Z[ recovery-image] Sep 16 14:35:11.860 INFO O| Sep 16 14:35:11.860 INFO completed processing gimlet/ramdisk-02-trim
39882024-09-16T14:35:12.942Z[ recovery-image] Sep 16 14:35:11.864 INFO image builder template: ramdisk-03-recovery-trim...
39892024-09-16T14:35:12.942Z[ recovery-image] Sep 16 14:35:11.864 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/.tmpshoa1R/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
39902024-09-16T14:35:13.139Z[ recovery-image] Sep 16 14:35:12.061 INFO O| Sep 16 14:35:12.061 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39912024-09-16T14:35:13.164Z[ recovery-image] Sep 16 14:35:12.086 INFO O| Sep 16 14:35:12.086 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39922024-09-16T14:35:13.277Z[ host-image] Sep 16 14:35:12.200 INFO O| Sep 16 14:35:12.200 INFO O| Planning: Evaluating mediators ... Done
39932024-09-16T14:35:13.280Z[ host-image] Sep 16 14:35:12.202 INFO O| Sep 16 14:35:12.202 INFO O| Planning: Planning completed in 4.59 seconds
39942024-09-16T14:35:13.282Z[ host-image] Sep 16 14:35:12.205 INFO O| Sep 16 14:35:12.205 INFO O| Packages to install: 4
39952024-09-16T14:35:13.282Z[ host-image] Sep 16 14:35:12.205 INFO O| Sep 16 14:35:12.205 INFO O| Services to change: 2
39962024-09-16T14:35:13.293Z[ recovery-image] Sep 16 14:35:12.216 INFO O| Sep 16 14:35:12.216 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
39972024-09-16T14:35:13.303Z[ host-image] Sep 16 14:35:12.227 INFO O| Sep 16 14:35:12.226 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
39982024-09-16T14:35:13.454Z[ recovery-image] Sep 16 14:35:12.377 INFO O| Sep 16 14:35:12.377 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
39992024-09-16T14:35:13.456Z[ recovery-image] Sep 16 14:35:12.377 INFO O| Sep 16 14:35:12.377 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40002024-09-16T14:35:13.471Z[ recovery-image] Sep 16 14:35:12.393 INFO O| Sep 16 14:35:12.393 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40012024-09-16T14:35:13.480Z[ recovery-image] Sep 16 14:35:12.403 INFO O| Sep 16 14:35:12.402 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40022024-09-16T14:35:13.491Z[ recovery-image] Sep 16 14:35:12.414 INFO O| Sep 16 14:35:12.414 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40032024-09-16T14:35:14.012Z[ recovery-image] Sep 16 14:35:12.935 INFO O| Sep 16 14:35:12.935 INFO rolled back to input snapshot; work may begin
40042024-09-16T14:35:14.014Z[ recovery-image] Sep 16 14:35:12.935 INFO O| Sep 16 14:35:12.935 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40052024-09-16T14:35:14.022Z[ recovery-image] Sep 16 14:35:12.945 INFO O| Sep 16 14:35:12.944 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-09-16T14:35:14.041Z[ recovery-image] Sep 16 14:35:12.964 INFO O| Sep 16 14:35:12.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40072024-09-16T14:35:14.046Z[ recovery-image] Sep 16 14:35:12.969 INFO O| Sep 16 14:35:12.969 INFO STEP 0 (remove_files) COMPLETE
40082024-09-16T14:35:14.046Z[ recovery-image] Sep 16 14:35:12.969 INFO O| Sep 16 14:35:12.969 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-09-16T14:35:14.072Z[ recovery-image] Sep 16 14:35:12.995 INFO O| Sep 16 14:35:12.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40102024-09-16T14:35:14.401Z[ recovery-image] Sep 16 14:35:13.323 INFO O| Sep 16 14:35:13.323 INFO STEP 1 (remove_files) COMPLETE
40112024-09-16T14:35:14.401Z[ recovery-image] Sep 16 14:35:13.323 INFO O| Sep 16 14:35:13.323 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-09-16T14:35:14.420Z[ recovery-image] Sep 16 14:35:13.343 INFO O| Sep 16 14:35:13.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40132024-09-16T14:35:14.462Z[ recovery-image] Sep 16 14:35:13.385 INFO O| Sep 16 14:35:13.385 INFO STEP 2 (remove_files) COMPLETE
40142024-09-16T14:35:14.462Z[ recovery-image] Sep 16 14:35:13.385 INFO O| Sep 16 14:35:13.385 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-09-16T14:35:14.477Z[ host-image] Sep 16 14:35:13.400 INFO O| Sep 16 14:35:13.400 INFO O| Download: Completed 1.39 MB in 1.17 seconds (1.2M/s)
40162024-09-16T14:35:14.538Z[ recovery-image] Sep 16 14:35:13.461 INFO O| Sep 16 14:35:13.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40172024-09-16T14:35:14.586Z[ host-image] Sep 16 14:35:13.508 INFO O| Sep 16 14:35:13.508 INFO O| Actions: 1/238 actions (Installing new actions)
40182024-09-16T14:35:14.634Z[ recovery-image] Sep 16 14:35:13.557 INFO O| Sep 16 14:35:13.557 INFO STEP 3 (remove_files) COMPLETE
40192024-09-16T14:35:14.634Z[ recovery-image] Sep 16 14:35:13.557 INFO O| Sep 16 14:35:13.557 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-09-16T14:35:14.654Z[ recovery-image] Sep 16 14:35:13.577 INFO O| Sep 16 14:35:13.577 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40212024-09-16T14:35:14.724Z[ recovery-image] Sep 16 14:35:13.646 INFO O| Sep 16 14:35:13.646 INFO STEP 4 (remove_files) COMPLETE
40222024-09-16T14:35:14.724Z[ recovery-image] Sep 16 14:35:13.646 INFO O| Sep 16 14:35:13.646 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-09-16T14:35:14.775Z[ recovery-image] Sep 16 14:35:13.698 INFO O| Sep 16 14:35:13.698 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40242024-09-16T14:35:14.803Z[ host-image] Sep 16 14:35:13.726 INFO O| Sep 16 14:35:13.726 INFO O| Actions: Completed 238 actions in 0.22 seconds.
40252024-09-16T14:35:14.848Z[ recovery-image] Sep 16 14:35:13.770 INFO O| Sep 16 14:35:13.770 INFO STEP 5 (remove_files) COMPLETE
40262024-09-16T14:35:14.851Z[ recovery-image] Sep 16 14:35:13.771 INFO O| Sep 16 14:35:13.770 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-09-16T14:35:14.868Z[ recovery-image] Sep 16 14:35:13.791 INFO O| Sep 16 14:35:13.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40282024-09-16T14:35:14.915Z[ recovery-image] Sep 16 14:35:13.837 INFO O| Sep 16 14:35:13.837 INFO STEP 6 (remove_files) COMPLETE
40292024-09-16T14:35:14.915Z[ recovery-image] Sep 16 14:35:13.837 INFO O| Sep 16 14:35:13.837 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-09-16T14:35:14.950Z[ recovery-image] Sep 16 14:35:13.873 INFO O| Sep 16 14:35:13.873 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
40312024-09-16T14:35:14.953Z[ recovery-image] Sep 16 14:35:13.874 INFO O| Sep 16 14:35:13.874 INFO STEP 7 (remove_files) COMPLETE
40322024-09-16T14:35:14.953Z[ recovery-image] Sep 16 14:35:13.874 INFO O| Sep 16 14:35:13.874 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40332024-09-16T14:35:14.985Z[ recovery-image] Sep 16 14:35:13.908 INFO O| Sep 16 14:35:13.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
40342024-09-16T14:35:15.055Z[ recovery-image] Sep 16 14:35:13.976 INFO O| Sep 16 14:35:13.976 INFO STEP 8 (remove_files) COMPLETE
40352024-09-16T14:35:15.055Z[ recovery-image] Sep 16 14:35:13.976 INFO O| Sep 16 14:35:13.976 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40362024-09-16T14:35:15.092Z[ recovery-image] Sep 16 14:35:14.015 INFO O| Sep 16 14:35:14.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
40372024-09-16T14:35:15.095Z[ recovery-image] Sep 16 14:35:14.015 INFO O| Sep 16 14:35:14.015 INFO STEP 9 (remove_files) COMPLETE
40382024-09-16T14:35:15.095Z[ recovery-image] Sep 16 14:35:14.015 INFO O| Sep 16 14:35:14.015 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40392024-09-16T14:35:15.114Z[ recovery-image] Sep 16 14:35:14.037 INFO O| Sep 16 14:35:14.037 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
40402024-09-16T14:35:15.138Z[ recovery-image] Sep 16 14:35:14.060 INFO O| Sep 16 14:35:14.060 INFO STEP 10 (remove_files) COMPLETE
40412024-09-16T14:35:15.138Z[ recovery-image] Sep 16 14:35:14.061 INFO O| Sep 16 14:35:14.060 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40422024-09-16T14:35:15.201Z[ recovery-image] Sep 16 14:35:14.124 INFO O| Sep 16 14:35:14.124 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
40432024-09-16T14:35:15.246Z[ host-image] Sep 16 14:35:14.168 INFO O| Sep 16 14:35:14.168 INFO O| Done
40442024-09-16T14:35:15.246Z[ host-image] Sep 16 14:35:14.168 INFO O| Sep 16 14:35:14.168 INFO O| Done
40452024-09-16T14:35:15.697Z[ recovery-image] Sep 16 14:35:14.620 INFO O| Sep 16 14:35:14.620 INFO STEP 11 (remove_files) COMPLETE
40462024-09-16T14:35:15.697Z[ recovery-image] Sep 16 14:35:14.620 INFO O| Sep 16 14:35:14.620 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-09-16T14:35:15.728Z[ recovery-image] Sep 16 14:35:14.651 INFO O| Sep 16 14:35:14.650 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
40482024-09-16T14:35:15.731Z[ recovery-image] Sep 16 14:35:14.653 INFO O| Sep 16 14:35:14.653 INFO STEP 12 (remove_files) COMPLETE
40492024-09-16T14:35:15.731Z[ recovery-image] Sep 16 14:35:14.653 INFO O| Sep 16 14:35:14.653 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-09-16T14:35:15.778Z[ recovery-image] Sep 16 14:35:14.701 INFO O| Sep 16 14:35:14.701 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
40512024-09-16T14:35:15.805Z[ recovery-image] Sep 16 14:35:14.728 INFO O| Sep 16 14:35:14.727 INFO STEP 13 (remove_files) COMPLETE
40522024-09-16T14:35:15.808Z[ recovery-image] Sep 16 14:35:14.728 INFO O| Sep 16 14:35:14.727 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-09-16T14:35:15.847Z[ recovery-image] Sep 16 14:35:14.770 INFO O| Sep 16 14:35:14.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
40542024-09-16T14:35:15.850Z[ recovery-image] Sep 16 14:35:14.771 INFO O| Sep 16 14:35:14.770 INFO STEP 14 (remove_files) COMPLETE
40552024-09-16T14:35:15.850Z[ recovery-image] Sep 16 14:35:14.771 INFO O| Sep 16 14:35:14.770 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-09-16T14:35:15.888Z[ recovery-image] Sep 16 14:35:14.810 INFO O| Sep 16 14:35:14.810 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
40572024-09-16T14:35:15.960Z[ recovery-image] Sep 16 14:35:14.882 INFO O| Sep 16 14:35:14.882 INFO STEP 15 (remove_files) COMPLETE
40582024-09-16T14:35:15.960Z[ recovery-image] Sep 16 14:35:14.882 INFO O| Sep 16 14:35:14.882 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-09-16T14:35:15.993Z[ recovery-image] Sep 16 14:35:14.915 INFO O| Sep 16 14:35:14.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
40602024-09-16T14:35:16.091Z[ recovery-image] Sep 16 14:35:15.013 INFO O| Sep 16 14:35:15.013 INFO STEP 16 (remove_files) COMPLETE
40612024-09-16T14:35:16.091Z[ recovery-image] Sep 16 14:35:15.013 INFO O| Sep 16 14:35:15.013 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-09-16T14:35:16.162Z[ recovery-image] Sep 16 14:35:15.076 INFO O| Sep 16 14:35:15.076 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
40632024-09-16T14:35:16.162Z[ recovery-image] Sep 16 14:35:15.076 INFO O| Sep 16 14:35:15.076 INFO STEP 17 (remove_files) COMPLETE
40642024-09-16T14:35:16.167Z[ recovery-image] Sep 16 14:35:15.076 INFO O| Sep 16 14:35:15.076 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-09-16T14:35:16.171Z[ recovery-image] Sep 16 14:35:15.094 INFO O| Sep 16 14:35:15.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
40662024-09-16T14:35:16.192Z[ recovery-image] Sep 16 14:35:15.113 INFO O| Sep 16 14:35:15.113 INFO STEP 18 (remove_files) COMPLETE
40672024-09-16T14:35:16.192Z[ recovery-image] Sep 16 14:35:15.113 INFO O| Sep 16 14:35:15.113 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-09-16T14:35:16.212Z[ recovery-image] Sep 16 14:35:15.135 INFO O| Sep 16 14:35:15.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
40692024-09-16T14:35:16.263Z[ host-image] Sep 16 14:35:15.185 INFO O| Sep 16 14:35:15.185 INFO O| Done
40702024-09-16T14:35:16.378Z[ recovery-image] Sep 16 14:35:15.300 INFO O| Sep 16 14:35:15.300 INFO STEP 19 (remove_files) COMPLETE
40712024-09-16T14:35:16.378Z[ recovery-image] Sep 16 14:35:15.300 INFO O| Sep 16 14:35:15.300 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40722024-09-16T14:35:16.435Z[ recovery-image] Sep 16 14:35:15.357 INFO O| Sep 16 14:35:15.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
40732024-09-16T14:35:16.437Z[ recovery-image] Sep 16 14:35:15.358 INFO O| Sep 16 14:35:15.358 INFO STEP 20 (remove_files) COMPLETE
40742024-09-16T14:35:16.438Z[ recovery-image] Sep 16 14:35:15.358 INFO O| Sep 16 14:35:15.358 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40752024-09-16T14:35:16.495Z[ recovery-image] Sep 16 14:35:15.418 INFO O| Sep 16 14:35:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
40762024-09-16T14:35:16.496Z[ recovery-image] Sep 16 14:35:15.418 INFO O| Sep 16 14:35:15.418 INFO STEP 21 (remove_files) COMPLETE
40772024-09-16T14:35:16.498Z[ recovery-image] Sep 16 14:35:15.418 INFO O| Sep 16 14:35:15.418 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40782024-09-16T14:35:16.515Z[ recovery-image] Sep 16 14:35:15.437 INFO O| Sep 16 14:35:15.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
40792024-09-16T14:35:16.517Z[ recovery-image] Sep 16 14:35:15.438 INFO O| Sep 16 14:35:15.438 INFO STEP 22 (remove_files) COMPLETE
40802024-09-16T14:35:16.517Z[ recovery-image] Sep 16 14:35:15.438 INFO O| Sep 16 14:35:15.438 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40812024-09-16T14:35:16.533Z[ recovery-image] Sep 16 14:35:15.455 INFO O| Sep 16 14:35:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
40822024-09-16T14:35:16.533Z[ recovery-image] Sep 16 14:35:15.455 INFO O| Sep 16 14:35:15.455 INFO STEP 23 (remove_files) COMPLETE
40832024-09-16T14:35:16.533Z[ recovery-image] Sep 16 14:35:15.455 INFO O| Sep 16 14:35:15.455 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40842024-09-16T14:35:16.550Z[ recovery-image] Sep 16 14:35:15.473 INFO O| Sep 16 14:35:15.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
40852024-09-16T14:35:16.554Z[ recovery-image] Sep 16 14:35:15.473 INFO O| Sep 16 14:35:15.473 INFO STEP 24 (remove_files) COMPLETE
40862024-09-16T14:35:16.554Z[ recovery-image] Sep 16 14:35:15.473 INFO O| Sep 16 14:35:15.473 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40872024-09-16T14:35:16.609Z[ recovery-image] Sep 16 14:35:15.531 INFO O| Sep 16 14:35:15.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
40882024-09-16T14:35:16.609Z[ recovery-image] Sep 16 14:35:15.531 INFO O| Sep 16 14:35:15.531 INFO STEP 25 (remove_files) COMPLETE
40892024-09-16T14:35:16.611Z[ recovery-image] Sep 16 14:35:15.531 INFO O| Sep 16 14:35:15.531 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40902024-09-16T14:35:16.626Z[ recovery-image] Sep 16 14:35:15.548 INFO O| Sep 16 14:35:15.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
40912024-09-16T14:35:16.629Z[ recovery-image] Sep 16 14:35:15.549 INFO O| Sep 16 14:35:15.549 INFO STEP 26 (remove_files) COMPLETE
40922024-09-16T14:35:16.629Z[ recovery-image] Sep 16 14:35:15.549 INFO O| Sep 16 14:35:15.549 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40932024-09-16T14:35:16.684Z[ recovery-image] Sep 16 14:35:15.606 INFO O| Sep 16 14:35:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
40942024-09-16T14:35:16.684Z[ recovery-image] Sep 16 14:35:15.606 INFO O| Sep 16 14:35:15.606 INFO STEP 27 (remove_files) COMPLETE
40952024-09-16T14:35:16.687Z[ recovery-image] Sep 16 14:35:15.606 INFO O| Sep 16 14:35:15.606 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40962024-09-16T14:35:16.710Z[ recovery-image] Sep 16 14:35:15.633 INFO O| Sep 16 14:35:15.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
40972024-09-16T14:35:16.713Z[ recovery-image] Sep 16 14:35:15.634 INFO O| Sep 16 14:35:15.634 INFO STEP 28 (remove_files) COMPLETE
40982024-09-16T14:35:16.713Z[ recovery-image] Sep 16 14:35:15.634 INFO O| Sep 16 14:35:15.634 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40992024-09-16T14:35:16.728Z[ recovery-image] Sep 16 14:35:15.651 INFO O| Sep 16 14:35:15.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41002024-09-16T14:35:16.731Z[ recovery-image] Sep 16 14:35:15.652 INFO O| Sep 16 14:35:15.652 INFO STEP 29 (remove_files) COMPLETE
41012024-09-16T14:35:16.731Z[ recovery-image] Sep 16 14:35:15.652 INFO O| Sep 16 14:35:15.652 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41022024-09-16T14:35:16.753Z[ recovery-image] Sep 16 14:35:15.675 INFO O| Sep 16 14:35:15.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41032024-09-16T14:35:16.753Z[ recovery-image] Sep 16 14:35:15.675 INFO O| Sep 16 14:35:15.675 INFO STEP 30 (remove_files) COMPLETE
41042024-09-16T14:35:16.753Z[ recovery-image] Sep 16 14:35:15.675 INFO O| Sep 16 14:35:15.675 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41052024-09-16T14:35:16.830Z[ recovery-image] Sep 16 14:35:15.752 INFO O| Sep 16 14:35:15.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41062024-09-16T14:35:16.830Z[ recovery-image] Sep 16 14:35:15.752 INFO O| Sep 16 14:35:15.752 INFO STEP 31 (remove_files) COMPLETE
41072024-09-16T14:35:16.833Z[ recovery-image] Sep 16 14:35:15.752 INFO O| Sep 16 14:35:15.752 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41082024-09-16T14:35:16.848Z[ recovery-image] Sep 16 14:35:15.771 INFO O| Sep 16 14:35:15.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41092024-09-16T14:35:16.871Z[ recovery-image] Sep 16 14:35:15.794 INFO O| Sep 16 14:35:15.794 INFO STEP 32 (remove_files) COMPLETE
41102024-09-16T14:35:16.871Z[ recovery-image] Sep 16 14:35:15.794 INFO O| Sep 16 14:35:15.794 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41112024-09-16T14:35:16.902Z[ recovery-image] Sep 16 14:35:15.825 INFO O| Sep 16 14:35:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41122024-09-16T14:35:16.902Z[ recovery-image] Sep 16 14:35:15.825 INFO O| Sep 16 14:35:15.825 INFO STEP 33 (remove_files) COMPLETE
41132024-09-16T14:35:16.903Z[ recovery-image] Sep 16 14:35:15.825 INFO O| Sep 16 14:35:15.825 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-09-16T14:35:16.922Z[ recovery-image] Sep 16 14:35:15.843 INFO O| Sep 16 14:35:15.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41152024-09-16T14:35:16.922Z[ recovery-image] Sep 16 14:35:15.843 INFO O| Sep 16 14:35:15.843 INFO STEP 34 (remove_files) COMPLETE
41162024-09-16T14:35:16.922Z[ recovery-image] Sep 16 14:35:15.843 INFO O| Sep 16 14:35:15.843 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-09-16T14:35:16.945Z[ recovery-image] Sep 16 14:35:15.867 INFO O| Sep 16 14:35:15.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41182024-09-16T14:35:16.948Z[ recovery-image] Sep 16 14:35:15.867 INFO O| Sep 16 14:35:15.867 INFO STEP 35 (remove_files) COMPLETE
41192024-09-16T14:35:16.948Z[ recovery-image] Sep 16 14:35:15.867 INFO O| Sep 16 14:35:15.867 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-09-16T14:35:16.963Z[ recovery-image] Sep 16 14:35:15.886 INFO O| Sep 16 14:35:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41212024-09-16T14:35:16.966Z[ recovery-image] Sep 16 14:35:15.886 INFO O| Sep 16 14:35:15.886 INFO STEP 36 (remove_files) COMPLETE
41222024-09-16T14:35:16.966Z[ recovery-image] Sep 16 14:35:15.886 INFO O| Sep 16 14:35:15.886 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-09-16T14:35:16.982Z[ recovery-image] Sep 16 14:35:15.905 INFO O| Sep 16 14:35:15.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
41242024-09-16T14:35:16.986Z[ recovery-image] Sep 16 14:35:15.905 INFO O| Sep 16 14:35:15.905 INFO STEP 37 (remove_files) COMPLETE
41252024-09-16T14:35:16.986Z[ recovery-image] Sep 16 14:35:15.906 INFO O| Sep 16 14:35:15.906 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-09-16T14:35:17.023Z[ recovery-image] Sep 16 14:35:15.945 INFO O| Sep 16 14:35:15.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
41272024-09-16T14:35:17.023Z[ recovery-image] Sep 16 14:35:15.945 INFO O| Sep 16 14:35:15.945 INFO STEP 38 (remove_files) COMPLETE
41282024-09-16T14:35:17.026Z[ recovery-image] Sep 16 14:35:15.946 INFO O| Sep 16 14:35:15.946 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-09-16T14:35:17.039Z[ recovery-image] Sep 16 14:35:15.962 INFO O| Sep 16 14:35:15.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
41302024-09-16T14:35:17.039Z[ recovery-image] Sep 16 14:35:15.962 INFO O| Sep 16 14:35:15.962 INFO STEP 39 (remove_files) COMPLETE
41312024-09-16T14:35:17.042Z[ recovery-image] Sep 16 14:35:15.962 INFO O| Sep 16 14:35:15.962 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-09-16T14:35:17.056Z[ recovery-image] Sep 16 14:35:15.979 INFO O| Sep 16 14:35:15.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
41332024-09-16T14:35:17.056Z[ recovery-image] Sep 16 14:35:15.979 INFO O| Sep 16 14:35:15.979 INFO STEP 40 (remove_files) COMPLETE
41342024-09-16T14:35:17.059Z[ recovery-image] Sep 16 14:35:15.979 INFO O| Sep 16 14:35:15.979 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-16T14:35:17.083Z[ recovery-image] Sep 16 14:35:16.005 INFO O| Sep 16 14:35:16.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
41362024-09-16T14:35:17.086Z[ recovery-image] Sep 16 14:35:16.006 INFO O| Sep 16 14:35:16.006 INFO STEP 41 (remove_files) COMPLETE
41372024-09-16T14:35:17.086Z[ recovery-image] Sep 16 14:35:16.006 INFO O| Sep 16 14:35:16.006 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-16T14:35:17.101Z[ recovery-image] Sep 16 14:35:16.024 INFO O| Sep 16 14:35:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
41392024-09-16T14:35:17.104Z[ recovery-image] Sep 16 14:35:16.024 INFO O| Sep 16 14:35:16.024 INFO STEP 42 (remove_files) COMPLETE
41402024-09-16T14:35:17.104Z[ recovery-image] Sep 16 14:35:16.024 INFO O| Sep 16 14:35:16.024 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-16T14:35:17.119Z[ recovery-image] Sep 16 14:35:16.042 INFO O| Sep 16 14:35:16.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
41422024-09-16T14:35:17.122Z[ recovery-image] Sep 16 14:35:16.042 INFO O| Sep 16 14:35:16.042 INFO STEP 43 (remove_files) COMPLETE
41432024-09-16T14:35:17.122Z[ recovery-image] Sep 16 14:35:16.042 INFO O| Sep 16 14:35:16.042 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-09-16T14:35:17.138Z[ recovery-image] Sep 16 14:35:16.061 INFO O| Sep 16 14:35:16.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
41452024-09-16T14:35:17.141Z[ recovery-image] Sep 16 14:35:16.061 INFO O| Sep 16 14:35:16.061 INFO STEP 44 (remove_files) COMPLETE
41462024-09-16T14:35:17.141Z[ recovery-image] Sep 16 14:35:16.061 INFO O| Sep 16 14:35:16.061 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-09-16T14:35:17.156Z[ recovery-image] Sep 16 14:35:16.079 INFO O| Sep 16 14:35:16.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
41482024-09-16T14:35:17.163Z[ recovery-image] Sep 16 14:35:16.086 INFO O| Sep 16 14:35:16.086 INFO STEP 45 (remove_files) COMPLETE
41492024-09-16T14:35:17.165Z[ recovery-image] Sep 16 14:35:16.086 INFO O| Sep 16 14:35:16.086 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-16T14:35:17.181Z[ recovery-image] Sep 16 14:35:16.104 INFO O| Sep 16 14:35:16.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
41512024-09-16T14:35:17.184Z[ recovery-image] Sep 16 14:35:16.104 INFO O| Sep 16 14:35:16.104 INFO STEP 46 (remove_files) COMPLETE
41522024-09-16T14:35:17.184Z[ recovery-image] Sep 16 14:35:16.104 INFO O| Sep 16 14:35:16.104 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-16T14:35:17.214Z[ recovery-image] Sep 16 14:35:16.137 INFO O| Sep 16 14:35:16.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
41542024-09-16T14:35:17.217Z[ recovery-image] Sep 16 14:35:16.137 INFO O| Sep 16 14:35:16.137 INFO STEP 47 (remove_files) COMPLETE
41552024-09-16T14:35:17.217Z[ recovery-image] Sep 16 14:35:16.137 INFO O| Sep 16 14:35:16.137 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-16T14:35:17.233Z[ recovery-image] Sep 16 14:35:16.155 INFO O| Sep 16 14:35:16.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
41572024-09-16T14:35:17.233Z[ recovery-image] Sep 16 14:35:16.155 INFO O| Sep 16 14:35:16.155 INFO STEP 48 (remove_files) COMPLETE
41582024-09-16T14:35:17.235Z[ recovery-image] Sep 16 14:35:16.155 INFO O| Sep 16 14:35:16.155 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-16T14:35:17.251Z[ recovery-image] Sep 16 14:35:16.173 INFO O| Sep 16 14:35:16.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
41602024-09-16T14:35:17.254Z[ recovery-image] Sep 16 14:35:16.174 INFO O| Sep 16 14:35:16.174 INFO STEP 49 (remove_files) COMPLETE
41612024-09-16T14:35:17.254Z[ recovery-image] Sep 16 14:35:16.174 INFO O| Sep 16 14:35:16.174 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-09-16T14:35:17.287Z[ recovery-image] Sep 16 14:35:16.210 INFO O| Sep 16 14:35:16.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
41632024-09-16T14:35:17.291Z[ recovery-image] Sep 16 14:35:16.210 INFO O| Sep 16 14:35:16.210 INFO STEP 50 (remove_files) COMPLETE
41642024-09-16T14:35:17.291Z[ recovery-image] Sep 16 14:35:16.210 INFO O| Sep 16 14:35:16.210 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-09-16T14:35:17.308Z[ recovery-image] Sep 16 14:35:16.231 INFO O| Sep 16 14:35:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
41662024-09-16T14:35:17.311Z[ recovery-image] Sep 16 14:35:16.231 INFO O| Sep 16 14:35:16.231 INFO STEP 51 (remove_files) COMPLETE
41672024-09-16T14:35:17.311Z[ recovery-image] Sep 16 14:35:16.231 INFO O| Sep 16 14:35:16.231 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-09-16T14:35:17.343Z[ recovery-image] Sep 16 14:35:16.265 INFO O| Sep 16 14:35:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
41692024-09-16T14:35:17.343Z[ recovery-image] Sep 16 14:35:16.265 INFO O| Sep 16 14:35:16.265 INFO STEP 52 (remove_files) COMPLETE
41702024-09-16T14:35:17.345Z[ recovery-image] Sep 16 14:35:16.265 INFO O| Sep 16 14:35:16.265 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-09-16T14:35:17.373Z[ recovery-image] Sep 16 14:35:16.295 INFO O| Sep 16 14:35:16.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
41722024-09-16T14:35:17.373Z[ recovery-image] Sep 16 14:35:16.295 INFO O| Sep 16 14:35:16.295 INFO STEP 53 (remove_files) COMPLETE
41732024-09-16T14:35:17.373Z[ recovery-image] Sep 16 14:35:16.296 INFO O| Sep 16 14:35:16.295 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-09-16T14:35:17.406Z[ recovery-image] Sep 16 14:35:16.314 INFO O| Sep 16 14:35:16.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
41752024-09-16T14:35:17.409Z[ recovery-image] Sep 16 14:35:16.315 INFO O| Sep 16 14:35:16.315 INFO STEP 54 (remove_files) COMPLETE
41762024-09-16T14:35:17.409Z[ recovery-image] Sep 16 14:35:16.315 INFO O| Sep 16 14:35:16.315 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-09-16T14:35:17.435Z[ recovery-image] Sep 16 14:35:16.357 INFO O| Sep 16 14:35:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
41782024-09-16T14:35:17.435Z[ recovery-image] Sep 16 14:35:16.357 INFO O| Sep 16 14:35:16.357 INFO STEP 55 (remove_files) COMPLETE
41792024-09-16T14:35:17.435Z[ recovery-image] Sep 16 14:35:16.357 INFO O| Sep 16 14:35:16.357 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-09-16T14:35:17.466Z[ recovery-image] Sep 16 14:35:16.388 INFO O| Sep 16 14:35:16.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
41812024-09-16T14:35:17.466Z[ recovery-image] Sep 16 14:35:16.388 INFO O| Sep 16 14:35:16.388 INFO STEP 56 (remove_files) COMPLETE
41822024-09-16T14:35:17.470Z[ recovery-image] Sep 16 14:35:16.388 INFO O| Sep 16 14:35:16.388 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-09-16T14:35:17.506Z[ recovery-image] Sep 16 14:35:16.429 INFO O| Sep 16 14:35:16.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
41842024-09-16T14:35:17.509Z[ recovery-image] Sep 16 14:35:16.429 INFO O| Sep 16 14:35:16.429 INFO STEP 57 (remove_files) COMPLETE
41852024-09-16T14:35:17.509Z[ recovery-image] Sep 16 14:35:16.429 INFO O| Sep 16 14:35:16.429 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-09-16T14:35:17.542Z[ recovery-image] Sep 16 14:35:16.465 INFO O| Sep 16 14:35:16.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
41872024-09-16T14:35:17.542Z[ recovery-image] Sep 16 14:35:16.465 INFO O| Sep 16 14:35:16.465 INFO STEP 58 (remove_files) COMPLETE
41882024-09-16T14:35:17.542Z[ recovery-image] Sep 16 14:35:16.465 INFO O| Sep 16 14:35:16.465 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-09-16T14:35:17.588Z[ recovery-image] Sep 16 14:35:16.510 INFO O| Sep 16 14:35:16.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
41902024-09-16T14:35:17.588Z[ recovery-image] Sep 16 14:35:16.511 INFO O| Sep 16 14:35:16.510 INFO STEP 59 (remove_files) COMPLETE
41912024-09-16T14:35:17.591Z[ recovery-image] Sep 16 14:35:16.511 INFO O| Sep 16 14:35:16.510 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-09-16T14:35:17.607Z[ recovery-image] Sep 16 14:35:16.529 INFO O| Sep 16 14:35:16.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
41932024-09-16T14:35:17.611Z[ recovery-image] Sep 16 14:35:16.534 INFO O| Sep 16 14:35:16.534 INFO STEP 60 (remove_files) COMPLETE
41942024-09-16T14:35:17.611Z[ recovery-image] Sep 16 14:35:16.534 INFO O| Sep 16 14:35:16.534 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-09-16T14:35:17.653Z[ recovery-image] Sep 16 14:35:16.575 INFO O| Sep 16 14:35:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
41962024-09-16T14:35:17.653Z[ recovery-image] Sep 16 14:35:16.575 INFO O| Sep 16 14:35:16.575 INFO STEP 61 (remove_files) COMPLETE
41972024-09-16T14:35:17.655Z[ recovery-image] Sep 16 14:35:16.575 INFO O| Sep 16 14:35:16.575 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-09-16T14:35:17.687Z[ recovery-image] Sep 16 14:35:16.610 INFO O| Sep 16 14:35:16.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
41992024-09-16T14:35:17.688Z[ recovery-image] Sep 16 14:35:16.610 INFO O| Sep 16 14:35:16.610 INFO STEP 62 (remove_files) COMPLETE
42002024-09-16T14:35:17.690Z[ recovery-image] Sep 16 14:35:16.610 INFO O| Sep 16 14:35:16.610 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-09-16T14:35:17.705Z[ recovery-image] Sep 16 14:35:16.628 INFO O| Sep 16 14:35:16.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42022024-09-16T14:35:17.708Z[ recovery-image] Sep 16 14:35:16.628 INFO O| Sep 16 14:35:16.628 INFO STEP 63 (remove_files) COMPLETE
42032024-09-16T14:35:17.708Z[ recovery-image] Sep 16 14:35:16.628 INFO O| Sep 16 14:35:16.628 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-09-16T14:35:17.813Z[ recovery-image] Sep 16 14:35:16.735 INFO O| Sep 16 14:35:16.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42052024-09-16T14:35:17.813Z[ recovery-image] Sep 16 14:35:16.736 INFO O| Sep 16 14:35:16.735 INFO STEP 64 (remove_files) COMPLETE
42062024-09-16T14:35:17.813Z[ recovery-image] Sep 16 14:35:16.736 INFO O| Sep 16 14:35:16.736 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-09-16T14:35:17.841Z[ recovery-image] Sep 16 14:35:16.763 INFO O| Sep 16 14:35:16.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42082024-09-16T14:35:17.869Z[ recovery-image] Sep 16 14:35:16.783 INFO O| Sep 16 14:35:16.783 INFO STEP 65 (remove_files) COMPLETE
42092024-09-16T14:35:17.869Z[ recovery-image] Sep 16 14:35:16.783 INFO O| Sep 16 14:35:16.783 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-09-16T14:35:17.881Z[ recovery-image] Sep 16 14:35:16.803 INFO O| Sep 16 14:35:16.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42112024-09-16T14:35:17.904Z[ recovery-image] Sep 16 14:35:16.826 INFO O| Sep 16 14:35:16.826 INFO STEP 66 (remove_files) COMPLETE
42122024-09-16T14:35:17.904Z[ recovery-image] Sep 16 14:35:16.827 INFO O| Sep 16 14:35:16.826 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-09-16T14:35:17.924Z[ recovery-image] Sep 16 14:35:16.846 INFO O| Sep 16 14:35:16.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42142024-09-16T14:35:17.927Z[ recovery-image] Sep 16 14:35:16.846 INFO O| Sep 16 14:35:16.846 INFO STEP 67 (remove_files) COMPLETE
42152024-09-16T14:35:17.927Z[ recovery-image] Sep 16 14:35:16.847 INFO O| Sep 16 14:35:16.846 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-09-16T14:35:17.942Z[ recovery-image] Sep 16 14:35:16.864 INFO O| Sep 16 14:35:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
42172024-09-16T14:35:17.944Z[ recovery-image] Sep 16 14:35:16.864 INFO O| Sep 16 14:35:16.864 INFO STEP 68 (remove_files) COMPLETE
42182024-09-16T14:35:17.944Z[ recovery-image] Sep 16 14:35:16.864 INFO O| Sep 16 14:35:16.864 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-09-16T14:35:17.986Z[ recovery-image] Sep 16 14:35:16.908 INFO O| Sep 16 14:35:16.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
42202024-09-16T14:35:18.010Z[ recovery-image] Sep 16 14:35:16.932 INFO O| Sep 16 14:35:16.932 INFO STEP 69 (remove_files) COMPLETE
42212024-09-16T14:35:18.010Z[ recovery-image] Sep 16 14:35:16.932 INFO O| Sep 16 14:35:16.932 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-09-16T14:35:18.030Z[ recovery-image] Sep 16 14:35:16.953 INFO O| Sep 16 14:35:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
42232024-09-16T14:35:18.033Z[ recovery-image] Sep 16 14:35:16.953 INFO O| Sep 16 14:35:16.953 INFO STEP 70 (remove_files) COMPLETE
42242024-09-16T14:35:18.033Z[ recovery-image] Sep 16 14:35:16.953 INFO O| Sep 16 14:35:16.953 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-09-16T14:35:18.051Z[ recovery-image] Sep 16 14:35:16.973 INFO O| Sep 16 14:35:16.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
42262024-09-16T14:35:18.051Z[ recovery-image] Sep 16 14:35:16.974 INFO O| Sep 16 14:35:16.974 INFO STEP 71 (remove_files) COMPLETE
42272024-09-16T14:35:18.054Z[ recovery-image] Sep 16 14:35:16.974 INFO O| Sep 16 14:35:16.974 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-09-16T14:35:18.092Z[ recovery-image] Sep 16 14:35:17.014 INFO O| Sep 16 14:35:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
42292024-09-16T14:35:18.092Z[ recovery-image] Sep 16 14:35:17.014 INFO O| Sep 16 14:35:17.014 INFO STEP 72 (remove_files) COMPLETE
42302024-09-16T14:35:18.092Z[ recovery-image] Sep 16 14:35:17.014 INFO O| Sep 16 14:35:17.014 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-09-16T14:35:18.113Z[ recovery-image] Sep 16 14:35:17.034 INFO O| Sep 16 14:35:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
42322024-09-16T14:35:18.113Z[ recovery-image] Sep 16 14:35:17.034 INFO O| Sep 16 14:35:17.034 INFO STEP 73 (remove_files) COMPLETE
42332024-09-16T14:35:18.113Z[ recovery-image] Sep 16 14:35:17.034 INFO O| Sep 16 14:35:17.034 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-09-16T14:35:18.131Z[ recovery-image] Sep 16 14:35:17.052 INFO O| Sep 16 14:35:17.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
42352024-09-16T14:35:18.131Z[ recovery-image] Sep 16 14:35:17.052 INFO O| Sep 16 14:35:17.052 INFO STEP 74 (remove_files) COMPLETE
42362024-09-16T14:35:18.131Z[ recovery-image] Sep 16 14:35:17.052 INFO O| Sep 16 14:35:17.052 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-09-16T14:35:18.188Z[ recovery-image] Sep 16 14:35:17.104 INFO O| Sep 16 14:35:17.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
42382024-09-16T14:35:18.188Z[ recovery-image] Sep 16 14:35:17.104 INFO O| Sep 16 14:35:17.104 INFO STEP 75 (remove_files) COMPLETE
42392024-09-16T14:35:18.191Z[ recovery-image] Sep 16 14:35:17.104 INFO O| Sep 16 14:35:17.104 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-09-16T14:35:18.207Z[ recovery-image] Sep 16 14:35:17.124 INFO O| Sep 16 14:35:17.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
42412024-09-16T14:35:18.207Z[ recovery-image] Sep 16 14:35:17.124 INFO O| Sep 16 14:35:17.124 INFO STEP 76 (remove_files) COMPLETE
42422024-09-16T14:35:18.210Z[ recovery-image] Sep 16 14:35:17.124 INFO O| Sep 16 14:35:17.124 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-09-16T14:35:18.248Z[ recovery-image] Sep 16 14:35:17.170 INFO O| Sep 16 14:35:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
42442024-09-16T14:35:18.248Z[ recovery-image] Sep 16 14:35:17.170 INFO O| Sep 16 14:35:17.170 INFO STEP 77 (remove_files) COMPLETE
42452024-09-16T14:35:18.250Z[ recovery-image] Sep 16 14:35:17.170 INFO O| Sep 16 14:35:17.170 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-09-16T14:35:18.278Z[ recovery-image] Sep 16 14:35:17.201 INFO O| Sep 16 14:35:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
42472024-09-16T14:35:18.278Z[ recovery-image] Sep 16 14:35:17.201 INFO O| Sep 16 14:35:17.201 INFO STEP 78 (remove_files) COMPLETE
42482024-09-16T14:35:18.278Z[ recovery-image] Sep 16 14:35:17.201 INFO O| Sep 16 14:35:17.201 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-09-16T14:35:18.299Z[ recovery-image] Sep 16 14:35:17.221 INFO O| Sep 16 14:35:17.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
42502024-09-16T14:35:18.299Z[ recovery-image] Sep 16 14:35:17.221 INFO O| Sep 16 14:35:17.221 INFO STEP 79 (remove_files) COMPLETE
42512024-09-16T14:35:18.302Z[ recovery-image] Sep 16 14:35:17.221 INFO O| Sep 16 14:35:17.221 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-09-16T14:35:18.334Z[ recovery-image] Sep 16 14:35:17.256 INFO O| Sep 16 14:35:17.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
42532024-09-16T14:35:18.334Z[ recovery-image] Sep 16 14:35:17.256 INFO O| Sep 16 14:35:17.256 INFO STEP 80 (remove_files) COMPLETE
42542024-09-16T14:35:18.334Z[ recovery-image] Sep 16 14:35:17.256 INFO O| Sep 16 14:35:17.256 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-09-16T14:35:18.372Z[ recovery-image] Sep 16 14:35:17.295 INFO O| Sep 16 14:35:17.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
42562024-09-16T14:35:18.373Z[ recovery-image] Sep 16 14:35:17.295 INFO O| Sep 16 14:35:17.295 INFO STEP 81 (remove_files) COMPLETE
42572024-09-16T14:35:18.373Z[ recovery-image] Sep 16 14:35:17.295 INFO O| Sep 16 14:35:17.295 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-09-16T14:35:18.407Z[ recovery-image] Sep 16 14:35:17.328 INFO O| Sep 16 14:35:17.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
42592024-09-16T14:35:18.407Z[ recovery-image] Sep 16 14:35:17.328 INFO O| Sep 16 14:35:17.328 INFO STEP 82 (remove_files) COMPLETE
42602024-09-16T14:35:18.407Z[ recovery-image] Sep 16 14:35:17.328 INFO O| Sep 16 14:35:17.328 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-09-16T14:35:18.449Z[ recovery-image] Sep 16 14:35:17.371 INFO O| Sep 16 14:35:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
42622024-09-16T14:35:18.449Z[ recovery-image] Sep 16 14:35:17.371 INFO O| Sep 16 14:35:17.371 INFO STEP 83 (remove_files) COMPLETE
42632024-09-16T14:35:18.449Z[ recovery-image] Sep 16 14:35:17.371 INFO O| Sep 16 14:35:17.371 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-09-16T14:35:18.469Z[ recovery-image] Sep 16 14:35:17.391 INFO O| Sep 16 14:35:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
42652024-09-16T14:35:18.469Z[ recovery-image] Sep 16 14:35:17.392 INFO O| Sep 16 14:35:17.391 INFO STEP 84 (remove_files) COMPLETE
42662024-09-16T14:35:18.472Z[ recovery-image] Sep 16 14:35:17.392 INFO O| Sep 16 14:35:17.392 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-09-16T14:35:18.488Z[ recovery-image] Sep 16 14:35:17.410 INFO O| Sep 16 14:35:17.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
42682024-09-16T14:35:18.488Z[ recovery-image] Sep 16 14:35:17.410 INFO O| Sep 16 14:35:17.410 INFO STEP 85 (remove_files) COMPLETE
42692024-09-16T14:35:18.488Z[ recovery-image] Sep 16 14:35:17.410 INFO O| Sep 16 14:35:17.410 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-09-16T14:35:18.506Z[ recovery-image] Sep 16 14:35:17.428 INFO O| Sep 16 14:35:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
42712024-09-16T14:35:18.506Z[ recovery-image] Sep 16 14:35:17.428 INFO O| Sep 16 14:35:17.428 INFO STEP 86 (remove_files) COMPLETE
42722024-09-16T14:35:18.508Z[ recovery-image] Sep 16 14:35:17.428 INFO O| Sep 16 14:35:17.428 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-09-16T14:35:18.524Z[ recovery-image] Sep 16 14:35:17.446 INFO O| Sep 16 14:35:17.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
42742024-09-16T14:35:18.528Z[ recovery-image] Sep 16 14:35:17.450 INFO O| Sep 16 14:35:17.449 INFO STEP 87 (remove_files) COMPLETE
42752024-09-16T14:35:18.528Z[ recovery-image] Sep 16 14:35:17.450 INFO O| Sep 16 14:35:17.449 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-09-16T14:35:18.560Z[ recovery-image] Sep 16 14:35:17.482 INFO O| Sep 16 14:35:17.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
42772024-09-16T14:35:18.560Z[ recovery-image] Sep 16 14:35:17.482 INFO O| Sep 16 14:35:17.482 INFO STEP 88 (remove_files) COMPLETE
42782024-09-16T14:35:18.562Z[ recovery-image] Sep 16 14:35:17.482 INFO O| Sep 16 14:35:17.482 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-09-16T14:35:18.599Z[ recovery-image] Sep 16 14:35:17.521 INFO O| Sep 16 14:35:17.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
42802024-09-16T14:35:18.599Z[ recovery-image] Sep 16 14:35:17.521 INFO O| Sep 16 14:35:17.521 INFO STEP 89 (remove_files) COMPLETE
42812024-09-16T14:35:18.601Z[ recovery-image] Sep 16 14:35:17.521 INFO O| Sep 16 14:35:17.521 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-09-16T14:35:18.619Z[ recovery-image] Sep 16 14:35:17.542 INFO O| Sep 16 14:35:17.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
42832024-09-16T14:35:18.619Z[ recovery-image] Sep 16 14:35:17.542 INFO O| Sep 16 14:35:17.542 INFO STEP 90 (remove_files) COMPLETE
42842024-09-16T14:35:18.619Z[ recovery-image] Sep 16 14:35:17.542 INFO O| Sep 16 14:35:17.542 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-09-16T14:35:18.639Z[ recovery-image] Sep 16 14:35:17.561 INFO O| Sep 16 14:35:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
42862024-09-16T14:35:18.639Z[ recovery-image] Sep 16 14:35:17.561 INFO O| Sep 16 14:35:17.561 INFO STEP 91 (remove_files) COMPLETE
42872024-09-16T14:35:18.639Z[ recovery-image] Sep 16 14:35:17.561 INFO O| Sep 16 14:35:17.561 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-09-16T14:35:18.658Z[ recovery-image] Sep 16 14:35:17.580 INFO O| Sep 16 14:35:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
42892024-09-16T14:35:18.658Z[ recovery-image] Sep 16 14:35:17.580 INFO O| Sep 16 14:35:17.580 INFO STEP 92 (remove_files) COMPLETE
42902024-09-16T14:35:18.660Z[ recovery-image] Sep 16 14:35:17.580 INFO O| Sep 16 14:35:17.580 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-09-16T14:35:18.676Z[ recovery-image] Sep 16 14:35:17.598 INFO O| Sep 16 14:35:17.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
42922024-09-16T14:35:18.676Z[ recovery-image] Sep 16 14:35:17.598 INFO O| Sep 16 14:35:17.598 INFO STEP 93 (remove_files) COMPLETE
42932024-09-16T14:35:18.676Z[ recovery-image] Sep 16 14:35:17.598 INFO O| Sep 16 14:35:17.598 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-09-16T14:35:18.700Z[ recovery-image] Sep 16 14:35:17.623 INFO O| Sep 16 14:35:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
42952024-09-16T14:35:18.704Z[ recovery-image] Sep 16 14:35:17.623 INFO O| Sep 16 14:35:17.623 INFO STEP 94 (remove_files) COMPLETE
42962024-09-16T14:35:18.704Z[ recovery-image] Sep 16 14:35:17.623 INFO O| Sep 16 14:35:17.623 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-09-16T14:35:18.720Z[ recovery-image] Sep 16 14:35:17.642 INFO O| Sep 16 14:35:17.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
42982024-09-16T14:35:18.720Z[ recovery-image] Sep 16 14:35:17.643 INFO O| Sep 16 14:35:17.642 INFO STEP 95 (remove_files) COMPLETE
42992024-09-16T14:35:18.723Z[ recovery-image] Sep 16 14:35:17.643 INFO O| Sep 16 14:35:17.643 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-09-16T14:35:18.757Z[ recovery-image] Sep 16 14:35:17.679 INFO O| Sep 16 14:35:17.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43012024-09-16T14:35:18.757Z[ recovery-image] Sep 16 14:35:17.679 INFO O| Sep 16 14:35:17.679 INFO STEP 96 (remove_files) COMPLETE
43022024-09-16T14:35:18.757Z[ recovery-image] Sep 16 14:35:17.679 INFO O| Sep 16 14:35:17.679 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-09-16T14:35:18.792Z[ host-image] Sep 16 14:35:17.710 INFO O| Sep 16 14:35:17.709 INFO O| Done
43042024-09-16T14:35:18.877Z[ host-image] Sep 16 14:35:17.799 INFO O| Sep 16 14:35:17.799 INFO O| Done
43052024-09-16T14:35:18.882Z[ host-image] Sep 16 14:35:17.799 INFO O| Sep 16 14:35:17.799 INFO O| Done
43062024-09-16T14:35:18.882Z[ recovery-image] Sep 16 14:35:17.801 INFO O| Sep 16 14:35:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43072024-09-16T14:35:18.882Z[ recovery-image] Sep 16 14:35:17.801 INFO O| Sep 16 14:35:17.801 INFO STEP 97 (remove_files) COMPLETE
43082024-09-16T14:35:18.882Z[ recovery-image] Sep 16 14:35:17.801 INFO O| Sep 16 14:35:17.801 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-09-16T14:35:18.916Z[ host-image] Sep 16 14:35:17.838 INFO O| Sep 16 14:35:17.838 INFO O| Done
43102024-09-16T14:35:18.936Z[ recovery-image] Sep 16 14:35:17.858 INFO O| Sep 16 14:35:17.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43112024-09-16T14:35:18.939Z[ recovery-image] Sep 16 14:35:17.859 INFO O| Sep 16 14:35:17.858 INFO STEP 98 (remove_files) COMPLETE
43122024-09-16T14:35:18.939Z[ recovery-image] Sep 16 14:35:17.859 INFO O| Sep 16 14:35:17.859 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-09-16T14:35:19.102Z[ host-image] Sep 16 14:35:18.024 INFO O| Sep 16 14:35:18.024 INFO STEP 12 (pkg_install) COMPLETE
43142024-09-16T14:35:19.102Z[ host-image] Sep 16 14:35:18.024 INFO O| Sep 16 14:35:18.024 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43152024-09-16T14:35:19.122Z[ host-image] Sep 16 14:35:18.044 INFO O| Sep 16 14:35:18.044 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43162024-09-16T14:35:19.719Z[ recovery-image] Sep 16 14:35:18.641 INFO O| Sep 16 14:35:18.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43172024-09-16T14:35:19.722Z[ recovery-image] Sep 16 14:35:18.642 INFO O| Sep 16 14:35:18.642 INFO STEP 99 (remove_files) COMPLETE
43182024-09-16T14:35:19.722Z[ recovery-image] Sep 16 14:35:18.642 INFO O| Sep 16 14:35:18.642 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-09-16T14:35:19.740Z[ recovery-image] Sep 16 14:35:18.662 INFO O| Sep 16 14:35:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43202024-09-16T14:35:19.740Z[ recovery-image] Sep 16 14:35:18.662 INFO O| Sep 16 14:35:18.662 INFO STEP 100 (remove_files) COMPLETE
43212024-09-16T14:35:19.743Z[ recovery-image] Sep 16 14:35:18.662 INFO O| Sep 16 14:35:18.662 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-09-16T14:35:19.779Z[ recovery-image] Sep 16 14:35:18.700 INFO O| Sep 16 14:35:18.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43232024-09-16T14:35:19.779Z[ recovery-image] Sep 16 14:35:18.700 INFO O| Sep 16 14:35:18.700 INFO STEP 101 (remove_files) COMPLETE
43242024-09-16T14:35:19.781Z[ recovery-image] Sep 16 14:35:18.701 INFO O| Sep 16 14:35:18.700 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-09-16T14:35:19.807Z[ recovery-image] Sep 16 14:35:18.729 INFO O| Sep 16 14:35:18.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
43262024-09-16T14:35:19.810Z[ recovery-image] Sep 16 14:35:18.730 INFO O| Sep 16 14:35:18.730 INFO STEP 102 (remove_files) COMPLETE
43272024-09-16T14:35:19.810Z[ recovery-image] Sep 16 14:35:18.730 INFO O| Sep 16 14:35:18.730 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-09-16T14:35:19.830Z[ recovery-image] Sep 16 14:35:18.752 INFO O| Sep 16 14:35:18.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
43292024-09-16T14:35:19.832Z[ recovery-image] Sep 16 14:35:18.752 INFO O| Sep 16 14:35:18.752 INFO STEP 103 (remove_files) COMPLETE
43302024-09-16T14:35:19.832Z[ recovery-image] Sep 16 14:35:18.752 INFO O| Sep 16 14:35:18.752 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-09-16T14:35:19.893Z[ recovery-image] Sep 16 14:35:18.815 INFO O| Sep 16 14:35:18.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
43322024-09-16T14:35:19.896Z[ recovery-image] Sep 16 14:35:18.815 INFO O| Sep 16 14:35:18.815 INFO STEP 104 (remove_files) COMPLETE
43332024-09-16T14:35:19.896Z[ recovery-image] Sep 16 14:35:18.815 INFO O| Sep 16 14:35:18.815 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-09-16T14:35:19.973Z[ recovery-image] Sep 16 14:35:18.895 INFO O| Sep 16 14:35:18.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
43352024-09-16T14:35:19.976Z[ recovery-image] Sep 16 14:35:18.895 INFO O| Sep 16 14:35:18.895 INFO STEP 105 (remove_files) COMPLETE
43362024-09-16T14:35:19.976Z[ recovery-image] Sep 16 14:35:18.895 INFO O| Sep 16 14:35:18.895 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-09-16T14:35:20.035Z[ recovery-image] Sep 16 14:35:18.956 INFO O| Sep 16 14:35:18.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
43382024-09-16T14:35:20.037Z[ recovery-image] Sep 16 14:35:18.957 INFO O| Sep 16 14:35:18.957 INFO STEP 106 (remove_files) COMPLETE
43392024-09-16T14:35:20.038Z[ recovery-image] Sep 16 14:35:18.957 INFO O| Sep 16 14:35:18.957 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-09-16T14:35:20.147Z[ recovery-image] Sep 16 14:35:19.068 INFO O| Sep 16 14:35:19.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
43412024-09-16T14:35:20.166Z[ recovery-image] Sep 16 14:35:19.088 INFO O| Sep 16 14:35:19.088 INFO STEP 107 (remove_files) COMPLETE
43422024-09-16T14:35:20.168Z[ recovery-image] Sep 16 14:35:19.088 INFO O| Sep 16 14:35:19.088 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-09-16T14:35:20.199Z[ recovery-image] Sep 16 14:35:19.121 INFO O| Sep 16 14:35:19.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
43442024-09-16T14:35:20.199Z[ recovery-image] Sep 16 14:35:19.121 INFO O| Sep 16 14:35:19.121 INFO STEP 108 (remove_files) COMPLETE
43452024-09-16T14:35:20.199Z[ recovery-image] Sep 16 14:35:19.121 INFO O| Sep 16 14:35:19.121 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-09-16T14:35:20.237Z[ recovery-image] Sep 16 14:35:19.159 INFO O| Sep 16 14:35:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
43472024-09-16T14:35:20.240Z[ recovery-image] Sep 16 14:35:19.159 INFO O| Sep 16 14:35:19.159 INFO STEP 109 (remove_files) COMPLETE
43482024-09-16T14:35:20.240Z[ recovery-image] Sep 16 14:35:19.159 INFO O| Sep 16 14:35:19.159 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-09-16T14:35:20.255Z[ recovery-image] Sep 16 14:35:19.177 INFO O| Sep 16 14:35:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
43502024-09-16T14:35:20.257Z[ recovery-image] Sep 16 14:35:19.177 INFO O| Sep 16 14:35:19.177 INFO STEP 110 (remove_files) COMPLETE
43512024-09-16T14:35:20.257Z[ recovery-image] Sep 16 14:35:19.177 INFO O| Sep 16 14:35:19.177 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-09-16T14:35:20.272Z[ recovery-image] Sep 16 14:35:19.194 INFO O| Sep 16 14:35:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
43532024-09-16T14:35:20.275Z[ recovery-image] Sep 16 14:35:19.194 INFO O| Sep 16 14:35:19.194 INFO STEP 111 (remove_files) COMPLETE
43542024-09-16T14:35:20.275Z[ recovery-image] Sep 16 14:35:19.194 INFO O| Sep 16 14:35:19.194 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-09-16T14:35:20.289Z[ recovery-image] Sep 16 14:35:19.211 INFO O| Sep 16 14:35:19.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
43562024-09-16T14:35:20.292Z[ recovery-image] Sep 16 14:35:19.211 INFO O| Sep 16 14:35:19.211 INFO STEP 112 (remove_files) COMPLETE
43572024-09-16T14:35:20.292Z[ recovery-image] Sep 16 14:35:19.211 INFO O| Sep 16 14:35:19.211 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-09-16T14:35:20.306Z[ recovery-image] Sep 16 14:35:19.228 INFO O| Sep 16 14:35:19.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
43592024-09-16T14:35:20.309Z[ recovery-image] Sep 16 14:35:19.228 INFO O| Sep 16 14:35:19.228 INFO STEP 113 (remove_files) COMPLETE
43602024-09-16T14:35:20.309Z[ recovery-image] Sep 16 14:35:19.228 INFO O| Sep 16 14:35:19.228 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-09-16T14:35:20.323Z[ recovery-image] Sep 16 14:35:19.245 INFO O| Sep 16 14:35:19.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
43622024-09-16T14:35:20.326Z[ recovery-image] Sep 16 14:35:19.246 INFO O| Sep 16 14:35:19.246 INFO STEP 114 (remove_files) COMPLETE
43632024-09-16T14:35:20.326Z[ recovery-image] Sep 16 14:35:19.246 INFO O| Sep 16 14:35:19.246 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-09-16T14:35:20.341Z[ recovery-image] Sep 16 14:35:19.263 INFO O| Sep 16 14:35:19.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
43652024-09-16T14:35:20.342Z[ recovery-image] Sep 16 14:35:19.263 INFO O| Sep 16 14:35:19.263 INFO STEP 115 (remove_files) COMPLETE
43662024-09-16T14:35:20.342Z[ recovery-image] Sep 16 14:35:19.263 INFO O| Sep 16 14:35:19.263 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-09-16T14:35:20.358Z[ recovery-image] Sep 16 14:35:19.280 INFO O| Sep 16 14:35:19.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
43682024-09-16T14:35:20.358Z[ recovery-image] Sep 16 14:35:19.280 INFO O| Sep 16 14:35:19.280 INFO STEP 116 (remove_files) COMPLETE
43692024-09-16T14:35:20.361Z[ recovery-image] Sep 16 14:35:19.280 INFO O| Sep 16 14:35:19.280 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-09-16T14:35:20.375Z[ recovery-image] Sep 16 14:35:19.297 INFO O| Sep 16 14:35:19.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
43712024-09-16T14:35:20.375Z[ recovery-image] Sep 16 14:35:19.298 INFO O| Sep 16 14:35:19.298 INFO STEP 117 (remove_files) COMPLETE
43722024-09-16T14:35:20.378Z[ recovery-image] Sep 16 14:35:19.298 INFO O| Sep 16 14:35:19.298 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-09-16T14:35:20.392Z[ recovery-image] Sep 16 14:35:19.314 INFO O| Sep 16 14:35:19.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
43742024-09-16T14:35:20.392Z[ recovery-image] Sep 16 14:35:19.314 INFO O| Sep 16 14:35:19.314 INFO STEP 118 (remove_files) COMPLETE
43752024-09-16T14:35:20.395Z[ recovery-image] Sep 16 14:35:19.314 INFO O| Sep 16 14:35:19.314 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-09-16T14:35:20.432Z[ recovery-image] Sep 16 14:35:19.354 INFO O| Sep 16 14:35:19.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
43772024-09-16T14:35:20.432Z[ recovery-image] Sep 16 14:35:19.354 INFO O| Sep 16 14:35:19.354 INFO STEP 119 (remove_files) COMPLETE
43782024-09-16T14:35:20.435Z[ recovery-image] Sep 16 14:35:19.354 INFO O| Sep 16 14:35:19.354 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-09-16T14:35:20.506Z[ recovery-image] Sep 16 14:35:19.427 INFO O| Sep 16 14:35:19.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
43802024-09-16T14:35:20.506Z[ recovery-image] Sep 16 14:35:19.427 INFO O| Sep 16 14:35:19.427 INFO STEP 120 (remove_files) COMPLETE
43812024-09-16T14:35:20.506Z[ recovery-image] Sep 16 14:35:19.427 INFO O| Sep 16 14:35:19.427 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-09-16T14:35:20.525Z[ recovery-image] Sep 16 14:35:19.447 INFO O| Sep 16 14:35:19.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
43832024-09-16T14:35:20.525Z[ recovery-image] Sep 16 14:35:19.447 INFO O| Sep 16 14:35:19.447 INFO STEP 121 (remove_files) COMPLETE
43842024-09-16T14:35:20.528Z[ recovery-image] Sep 16 14:35:19.447 INFO O| Sep 16 14:35:19.447 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-09-16T14:35:20.590Z[ recovery-image] Sep 16 14:35:19.512 INFO O| Sep 16 14:35:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
43862024-09-16T14:35:20.590Z[ recovery-image] Sep 16 14:35:19.512 INFO O| Sep 16 14:35:19.512 INFO STEP 122 (remove_files) COMPLETE
43872024-09-16T14:35:20.593Z[ recovery-image] Sep 16 14:35:19.512 INFO O| Sep 16 14:35:19.512 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-09-16T14:35:20.631Z[ recovery-image] Sep 16 14:35:19.553 INFO O| Sep 16 14:35:19.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
43892024-09-16T14:35:20.631Z[ recovery-image] Sep 16 14:35:19.553 INFO O| Sep 16 14:35:19.553 INFO STEP 123 (remove_files) COMPLETE
43902024-09-16T14:35:20.631Z[ recovery-image] Sep 16 14:35:19.553 INFO O| Sep 16 14:35:19.553 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-09-16T14:35:20.650Z[ recovery-image] Sep 16 14:35:19.571 INFO O| Sep 16 14:35:19.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
43922024-09-16T14:35:20.650Z[ recovery-image] Sep 16 14:35:19.571 INFO O| Sep 16 14:35:19.571 INFO STEP 124 (remove_files) COMPLETE
43932024-09-16T14:35:20.652Z[ recovery-image] Sep 16 14:35:19.572 INFO O| Sep 16 14:35:19.571 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-09-16T14:35:20.668Z[ recovery-image] Sep 16 14:35:19.589 INFO O| Sep 16 14:35:19.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
43952024-09-16T14:35:20.668Z[ recovery-image] Sep 16 14:35:19.589 INFO O| Sep 16 14:35:19.589 INFO STEP 125 (remove_files) COMPLETE
43962024-09-16T14:35:20.669Z[ recovery-image] Sep 16 14:35:19.589 INFO O| Sep 16 14:35:19.589 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-09-16T14:35:20.685Z[ recovery-image] Sep 16 14:35:19.607 INFO O| Sep 16 14:35:19.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
43982024-09-16T14:35:20.686Z[ recovery-image] Sep 16 14:35:19.607 INFO O| Sep 16 14:35:19.607 INFO STEP 126 (remove_files) COMPLETE
43992024-09-16T14:35:20.686Z[ recovery-image] Sep 16 14:35:19.607 INFO O| Sep 16 14:35:19.607 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-09-16T14:35:20.708Z[ recovery-image] Sep 16 14:35:19.630 INFO O| Sep 16 14:35:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44012024-09-16T14:35:20.708Z[ recovery-image] Sep 16 14:35:19.630 INFO O| Sep 16 14:35:19.630 INFO STEP 127 (remove_files) COMPLETE
44022024-09-16T14:35:20.708Z[ recovery-image] Sep 16 14:35:19.630 INFO O| Sep 16 14:35:19.630 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-09-16T14:35:20.741Z[ recovery-image] Sep 16 14:35:19.663 INFO O| Sep 16 14:35:19.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44042024-09-16T14:35:20.741Z[ recovery-image] Sep 16 14:35:19.663 INFO O| Sep 16 14:35:19.663 INFO STEP 128 (remove_files) COMPLETE
44052024-09-16T14:35:20.744Z[ recovery-image] Sep 16 14:35:19.663 INFO O| Sep 16 14:35:19.663 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-09-16T14:35:20.762Z[ recovery-image] Sep 16 14:35:19.684 INFO O| Sep 16 14:35:19.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44072024-09-16T14:35:20.765Z[ recovery-image] Sep 16 14:35:19.685 INFO O| Sep 16 14:35:19.684 INFO STEP 129 (remove_files) COMPLETE
44082024-09-16T14:35:20.765Z[ recovery-image] Sep 16 14:35:19.685 INFO O| Sep 16 14:35:19.685 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-09-16T14:35:20.784Z[ recovery-image] Sep 16 14:35:19.706 INFO O| Sep 16 14:35:19.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44102024-09-16T14:35:20.786Z[ recovery-image] Sep 16 14:35:19.706 INFO O| Sep 16 14:35:19.706 INFO STEP 130 (remove_files) COMPLETE
44112024-09-16T14:35:20.786Z[ recovery-image] Sep 16 14:35:19.706 INFO O| Sep 16 14:35:19.706 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-09-16T14:35:20.804Z[ recovery-image] Sep 16 14:35:19.725 INFO O| Sep 16 14:35:19.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44132024-09-16T14:35:20.806Z[ recovery-image] Sep 16 14:35:19.726 INFO O| Sep 16 14:35:19.726 INFO STEP 131 (remove_files) COMPLETE
44142024-09-16T14:35:20.806Z[ recovery-image] Sep 16 14:35:19.726 INFO O| Sep 16 14:35:19.726 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-09-16T14:35:20.839Z[ recovery-image] Sep 16 14:35:19.761 INFO O| Sep 16 14:35:19.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44162024-09-16T14:35:20.839Z[ recovery-image] Sep 16 14:35:19.761 INFO O| Sep 16 14:35:19.761 INFO STEP 132 (remove_files) COMPLETE
44172024-09-16T14:35:20.841Z[ recovery-image] Sep 16 14:35:19.761 INFO O| Sep 16 14:35:19.761 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-09-16T14:35:20.872Z[ recovery-image] Sep 16 14:35:19.793 INFO O| Sep 16 14:35:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44192024-09-16T14:35:20.872Z[ recovery-image] Sep 16 14:35:19.794 INFO O| Sep 16 14:35:19.793 INFO STEP 133 (remove_files) COMPLETE
44202024-09-16T14:35:20.872Z[ recovery-image] Sep 16 14:35:19.794 INFO O| Sep 16 14:35:19.793 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-09-16T14:35:20.907Z[ recovery-image] Sep 16 14:35:19.829 INFO O| Sep 16 14:35:19.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44222024-09-16T14:35:20.907Z[ recovery-image] Sep 16 14:35:19.829 INFO O| Sep 16 14:35:19.828 INFO STEP 134 (remove_files) COMPLETE
44232024-09-16T14:35:20.907Z[ recovery-image] Sep 16 14:35:19.829 INFO O| Sep 16 14:35:19.828 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-09-16T14:35:20.934Z[ host-image] Sep 16 14:35:19.856 INFO O| Sep 16 14:35:19.856 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44252024-09-16T14:35:21.015Z[ recovery-image] Sep 16 14:35:19.937 INFO O| Sep 16 14:35:19.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
44262024-09-16T14:35:21.015Z[ recovery-image] Sep 16 14:35:19.937 INFO O| Sep 16 14:35:19.937 INFO STEP 135 (remove_files) COMPLETE
44272024-09-16T14:35:21.018Z[ recovery-image] Sep 16 14:35:19.937 INFO O| Sep 16 14:35:19.937 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-09-16T14:35:21.041Z[ recovery-image] Sep 16 14:35:19.963 INFO O| Sep 16 14:35:19.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
44292024-09-16T14:35:21.041Z[ recovery-image] Sep 16 14:35:19.963 INFO O| Sep 16 14:35:19.963 INFO STEP 136 (remove_files) COMPLETE
44302024-09-16T14:35:21.044Z[ recovery-image] Sep 16 14:35:19.963 INFO O| Sep 16 14:35:19.963 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-09-16T14:35:21.090Z[ recovery-image] Sep 16 14:35:20.012 INFO O| Sep 16 14:35:20.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
44322024-09-16T14:35:21.090Z[ recovery-image] Sep 16 14:35:20.012 INFO O| Sep 16 14:35:20.012 INFO STEP 137 (remove_files) COMPLETE
44332024-09-16T14:35:21.090Z[ recovery-image] Sep 16 14:35:20.012 INFO O| Sep 16 14:35:20.012 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-16T14:35:21.151Z[ recovery-image] Sep 16 14:35:20.072 INFO O| Sep 16 14:35:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
44352024-09-16T14:35:21.151Z[ recovery-image] Sep 16 14:35:20.072 INFO O| Sep 16 14:35:20.072 INFO STEP 138 (remove_files) COMPLETE
44362024-09-16T14:35:21.151Z[ recovery-image] Sep 16 14:35:20.073 INFO O| Sep 16 14:35:20.072 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-09-16T14:35:21.169Z[ recovery-image] Sep 16 14:35:20.090 INFO O| Sep 16 14:35:20.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
44382024-09-16T14:35:21.172Z[ recovery-image] Sep 16 14:35:20.091 INFO O| Sep 16 14:35:20.090 INFO STEP 139 (remove_files) COMPLETE
44392024-09-16T14:35:21.172Z[ recovery-image] Sep 16 14:35:20.091 INFO O| Sep 16 14:35:20.090 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-09-16T14:35:21.190Z[ recovery-image] Sep 16 14:35:20.112 INFO O| Sep 16 14:35:20.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
44412024-09-16T14:35:21.193Z[ recovery-image] Sep 16 14:35:20.112 INFO O| Sep 16 14:35:20.112 INFO STEP 140 (remove_files) COMPLETE
44422024-09-16T14:35:21.193Z[ recovery-image] Sep 16 14:35:20.113 INFO O| Sep 16 14:35:20.112 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-09-16T14:35:21.210Z[ recovery-image] Sep 16 14:35:20.132 INFO O| Sep 16 14:35:20.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
44442024-09-16T14:35:21.232Z[ recovery-image] Sep 16 14:35:20.154 INFO O| Sep 16 14:35:20.154 INFO STEP 141 (remove_files) COMPLETE
44452024-09-16T14:35:21.232Z[ recovery-image] Sep 16 14:35:20.154 INFO O| Sep 16 14:35:20.154 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-09-16T14:35:21.252Z[ recovery-image] Sep 16 14:35:20.174 INFO O| Sep 16 14:35:20.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
44472024-09-16T14:35:21.255Z[ recovery-image] Sep 16 14:35:20.174 INFO O| Sep 16 14:35:20.174 INFO STEP 142 (remove_files) COMPLETE
44482024-09-16T14:35:21.255Z[ recovery-image] Sep 16 14:35:20.174 INFO O| Sep 16 14:35:20.174 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-16T14:35:21.274Z[ recovery-image] Sep 16 14:35:20.196 INFO O| Sep 16 14:35:20.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
44502024-09-16T14:35:21.274Z[ recovery-image] Sep 16 14:35:20.196 INFO O| Sep 16 14:35:20.196 INFO STEP 143 (remove_files) COMPLETE
44512024-09-16T14:35:21.274Z[ recovery-image] Sep 16 14:35:20.196 INFO O| Sep 16 14:35:20.196 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-16T14:35:21.294Z[ recovery-image] Sep 16 14:35:20.215 INFO O| Sep 16 14:35:20.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
44532024-09-16T14:35:21.294Z[ recovery-image] Sep 16 14:35:20.215 INFO O| Sep 16 14:35:20.215 INFO STEP 144 (remove_files) COMPLETE
44542024-09-16T14:35:21.294Z[ recovery-image] Sep 16 14:35:20.215 INFO O| Sep 16 14:35:20.215 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-16T14:35:21.313Z[ recovery-image] Sep 16 14:35:20.234 INFO O| Sep 16 14:35:20.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
44562024-09-16T14:35:21.313Z[ recovery-image] Sep 16 14:35:20.235 INFO O| Sep 16 14:35:20.235 INFO STEP 145 (remove_files) COMPLETE
44572024-09-16T14:35:21.313Z[ recovery-image] Sep 16 14:35:20.235 INFO O| Sep 16 14:35:20.235 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-16T14:35:21.339Z[ recovery-image] Sep 16 14:35:20.261 INFO O| Sep 16 14:35:20.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
44592024-09-16T14:35:21.342Z[ recovery-image] Sep 16 14:35:20.261 INFO O| Sep 16 14:35:20.261 INFO STEP 146 (remove_files) COMPLETE
44602024-09-16T14:35:21.342Z[ recovery-image] Sep 16 14:35:20.261 INFO O| Sep 16 14:35:20.261 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-16T14:35:21.359Z[ recovery-image] Sep 16 14:35:20.281 INFO O| Sep 16 14:35:20.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
44622024-09-16T14:35:21.359Z[ recovery-image] Sep 16 14:35:20.281 INFO O| Sep 16 14:35:20.281 INFO STEP 147 (remove_files) COMPLETE
44632024-09-16T14:35:21.359Z[ recovery-image] Sep 16 14:35:20.281 INFO O| Sep 16 14:35:20.281 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-16T14:35:21.377Z[ recovery-image] Sep 16 14:35:20.298 INFO O| Sep 16 14:35:20.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
44652024-09-16T14:35:21.377Z[ recovery-image] Sep 16 14:35:20.298 INFO O| Sep 16 14:35:20.298 INFO STEP 148 (remove_files) COMPLETE
44662024-09-16T14:35:21.377Z[ recovery-image] Sep 16 14:35:20.298 INFO O| Sep 16 14:35:20.298 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-16T14:35:21.396Z[ recovery-image] Sep 16 14:35:20.318 INFO O| Sep 16 14:35:20.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
44682024-09-16T14:35:21.397Z[ recovery-image] Sep 16 14:35:20.318 INFO O| Sep 16 14:35:20.318 INFO STEP 149 (remove_files) COMPLETE
44692024-09-16T14:35:21.397Z[ recovery-image] Sep 16 14:35:20.318 INFO O| Sep 16 14:35:20.318 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-16T14:35:21.415Z[ recovery-image] Sep 16 14:35:20.336 INFO O| Sep 16 14:35:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
44712024-09-16T14:35:21.415Z[ recovery-image] Sep 16 14:35:20.336 INFO O| Sep 16 14:35:20.336 INFO STEP 150 (remove_files) COMPLETE
44722024-09-16T14:35:21.415Z[ recovery-image] Sep 16 14:35:20.336 INFO O| Sep 16 14:35:20.336 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-16T14:35:21.451Z[ recovery-image] Sep 16 14:35:20.373 INFO O| Sep 16 14:35:20.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
44742024-09-16T14:35:21.470Z[ recovery-image] Sep 16 14:35:20.391 INFO O| Sep 16 14:35:20.391 INFO STEP 151 (remove_files) COMPLETE
44752024-09-16T14:35:21.470Z[ recovery-image] Sep 16 14:35:20.391 INFO O| Sep 16 14:35:20.391 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-16T14:35:21.503Z[ recovery-image] Sep 16 14:35:20.424 INFO O| Sep 16 14:35:20.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
44772024-09-16T14:35:21.503Z[ recovery-image] Sep 16 14:35:20.424 INFO O| Sep 16 14:35:20.424 INFO STEP 152 (remove_files) COMPLETE
44782024-09-16T14:35:21.505Z[ recovery-image] Sep 16 14:35:20.424 INFO O| Sep 16 14:35:20.424 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-09-16T14:35:21.544Z[ recovery-image] Sep 16 14:35:20.465 INFO O| Sep 16 14:35:20.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
44802024-09-16T14:35:21.544Z[ recovery-image] Sep 16 14:35:20.465 INFO O| Sep 16 14:35:20.465 INFO STEP 153 (remove_files) COMPLETE
44812024-09-16T14:35:21.544Z[ recovery-image] Sep 16 14:35:20.465 INFO O| Sep 16 14:35:20.465 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-09-16T14:35:21.593Z[ recovery-image] Sep 16 14:35:20.515 INFO O| Sep 16 14:35:20.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
44832024-09-16T14:35:21.593Z[ recovery-image] Sep 16 14:35:20.515 INFO O| Sep 16 14:35:20.515 INFO STEP 154 (remove_files) COMPLETE
44842024-09-16T14:35:21.593Z[ recovery-image] Sep 16 14:35:20.515 INFO O| Sep 16 14:35:20.515 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-09-16T14:35:21.615Z[ recovery-image] Sep 16 14:35:20.537 INFO O| Sep 16 14:35:20.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
44862024-09-16T14:35:21.615Z[ recovery-image] Sep 16 14:35:20.537 INFO O| Sep 16 14:35:20.537 INFO STEP 155 (remove_files) COMPLETE
44872024-09-16T14:35:21.618Z[ recovery-image] Sep 16 14:35:20.537 INFO O| Sep 16 14:35:20.537 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-09-16T14:35:21.637Z[ recovery-image] Sep 16 14:35:20.558 INFO O| Sep 16 14:35:20.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
44892024-09-16T14:35:21.637Z[ recovery-image] Sep 16 14:35:20.558 INFO O| Sep 16 14:35:20.558 INFO STEP 156 (remove_files) COMPLETE
44902024-09-16T14:35:21.639Z[ recovery-image] Sep 16 14:35:20.559 INFO O| Sep 16 14:35:20.558 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-09-16T14:35:21.659Z[ recovery-image] Sep 16 14:35:20.581 INFO O| Sep 16 14:35:20.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
44922024-09-16T14:35:21.671Z[ recovery-image] Sep 16 14:35:20.593 INFO O| Sep 16 14:35:20.593 INFO STEP 157 (remove_files) COMPLETE
44932024-09-16T14:35:21.671Z[ recovery-image] Sep 16 14:35:20.593 INFO O| Sep 16 14:35:20.593 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-09-16T14:35:21.729Z[ recovery-image] Sep 16 14:35:20.651 INFO O| Sep 16 14:35:20.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
44952024-09-16T14:35:21.729Z[ recovery-image] Sep 16 14:35:20.651 INFO O| Sep 16 14:35:20.651 INFO STEP 158 (remove_files) COMPLETE
44962024-09-16T14:35:21.729Z[ recovery-image] Sep 16 14:35:20.651 INFO O| Sep 16 14:35:20.651 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-09-16T14:35:21.752Z[ recovery-image] Sep 16 14:35:20.674 INFO O| Sep 16 14:35:20.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
44982024-09-16T14:35:21.753Z[ recovery-image] Sep 16 14:35:20.674 INFO O| Sep 16 14:35:20.674 INFO STEP 159 (remove_files) COMPLETE
44992024-09-16T14:35:21.755Z[ recovery-image] Sep 16 14:35:20.674 INFO O| Sep 16 14:35:20.674 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-09-16T14:35:21.794Z[ recovery-image] Sep 16 14:35:20.715 INFO O| Sep 16 14:35:20.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45012024-09-16T14:35:21.794Z[ recovery-image] Sep 16 14:35:20.715 INFO O| Sep 16 14:35:20.715 INFO STEP 160 (remove_files) COMPLETE
45022024-09-16T14:35:21.794Z[ recovery-image] Sep 16 14:35:20.715 INFO O| Sep 16 14:35:20.715 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-09-16T14:35:21.816Z[ recovery-image] Sep 16 14:35:20.738 INFO O| Sep 16 14:35:20.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45042024-09-16T14:35:21.816Z[ recovery-image] Sep 16 14:35:20.738 INFO O| Sep 16 14:35:20.738 INFO STEP 161 (remove_files) COMPLETE
45052024-09-16T14:35:21.819Z[ recovery-image] Sep 16 14:35:20.738 INFO O| Sep 16 14:35:20.738 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-09-16T14:35:21.836Z[ recovery-image] Sep 16 14:35:20.757 INFO O| Sep 16 14:35:20.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45072024-09-16T14:35:21.836Z[ recovery-image] Sep 16 14:35:20.758 INFO O| Sep 16 14:35:20.758 INFO STEP 162 (remove_files) COMPLETE
45082024-09-16T14:35:21.836Z[ recovery-image] Sep 16 14:35:20.758 INFO O| Sep 16 14:35:20.758 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-09-16T14:35:21.871Z[ recovery-image] Sep 16 14:35:20.792 INFO O| Sep 16 14:35:20.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45102024-09-16T14:35:21.873Z[ recovery-image] Sep 16 14:35:20.792 INFO O| Sep 16 14:35:20.792 INFO STEP 163 (remove_files) COMPLETE
45112024-09-16T14:35:21.873Z[ recovery-image] Sep 16 14:35:20.793 INFO O| Sep 16 14:35:20.792 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-09-16T14:35:21.929Z[ recovery-image] Sep 16 14:35:20.850 INFO O| Sep 16 14:35:20.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45132024-09-16T14:35:21.929Z[ recovery-image] Sep 16 14:35:20.850 INFO O| Sep 16 14:35:20.850 INFO STEP 164 (remove_files) COMPLETE
45142024-09-16T14:35:21.932Z[ recovery-image] Sep 16 14:35:20.850 INFO O| Sep 16 14:35:20.850 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-09-16T14:35:21.947Z[ recovery-image] Sep 16 14:35:20.869 INFO O| Sep 16 14:35:20.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45162024-09-16T14:35:21.947Z[ recovery-image] Sep 16 14:35:20.869 INFO O| Sep 16 14:35:20.869 INFO STEP 165 (remove_files) COMPLETE
45172024-09-16T14:35:21.950Z[ recovery-image] Sep 16 14:35:20.869 INFO O| Sep 16 14:35:20.869 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-09-16T14:35:21.966Z[ recovery-image] Sep 16 14:35:20.887 INFO O| Sep 16 14:35:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45192024-09-16T14:35:21.992Z[ recovery-image] Sep 16 14:35:20.913 INFO O| Sep 16 14:35:20.913 INFO STEP 166 (remove_files) COMPLETE
45202024-09-16T14:35:21.992Z[ recovery-image] Sep 16 14:35:20.913 INFO O| Sep 16 14:35:20.913 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-09-16T14:35:22.021Z[ recovery-image] Sep 16 14:35:20.943 INFO O| Sep 16 14:35:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45222024-09-16T14:35:22.024Z[ recovery-image] Sep 16 14:35:20.943 INFO O| Sep 16 14:35:20.943 INFO STEP 167 (remove_files) COMPLETE
45232024-09-16T14:35:22.024Z[ recovery-image] Sep 16 14:35:20.943 INFO O| Sep 16 14:35:20.943 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-09-16T14:35:22.058Z[ recovery-image] Sep 16 14:35:20.979 INFO O| Sep 16 14:35:20.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
45252024-09-16T14:35:22.060Z[ recovery-image] Sep 16 14:35:20.980 INFO O| Sep 16 14:35:20.979 INFO STEP 168 (remove_files) COMPLETE
45262024-09-16T14:35:22.061Z[ recovery-image] Sep 16 14:35:20.980 INFO O| Sep 16 14:35:20.980 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-09-16T14:35:22.083Z[ recovery-image] Sep 16 14:35:21.004 INFO O| Sep 16 14:35:21.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
45282024-09-16T14:35:22.083Z[ recovery-image] Sep 16 14:35:21.004 INFO O| Sep 16 14:35:21.004 INFO STEP 169 (remove_files) COMPLETE
45292024-09-16T14:35:22.086Z[ recovery-image] Sep 16 14:35:21.004 INFO O| Sep 16 14:35:21.004 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-09-16T14:35:22.107Z[ recovery-image] Sep 16 14:35:21.029 INFO O| Sep 16 14:35:21.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
45312024-09-16T14:35:22.107Z[ recovery-image] Sep 16 14:35:21.029 INFO O| Sep 16 14:35:21.029 INFO STEP 170 (remove_files) COMPLETE
45322024-09-16T14:35:22.107Z[ recovery-image] Sep 16 14:35:21.029 INFO O| Sep 16 14:35:21.029 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-09-16T14:35:22.159Z[ recovery-image] Sep 16 14:35:21.048 INFO O| Sep 16 14:35:21.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
45342024-09-16T14:35:22.159Z[ recovery-image] Sep 16 14:35:21.049 INFO O| Sep 16 14:35:21.049 INFO STEP 171 (remove_files) COMPLETE
45352024-09-16T14:35:22.159Z[ recovery-image] Sep 16 14:35:21.049 INFO O| Sep 16 14:35:21.049 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-09-16T14:35:22.162Z[ recovery-image] Sep 16 14:35:21.069 INFO O| Sep 16 14:35:21.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
45372024-09-16T14:35:22.170Z[ recovery-image] Sep 16 14:35:21.092 INFO O| Sep 16 14:35:21.092 INFO STEP 172 (remove_files) COMPLETE
45382024-09-16T14:35:22.170Z[ recovery-image] Sep 16 14:35:21.092 INFO O| Sep 16 14:35:21.092 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-09-16T14:35:22.205Z[ recovery-image] Sep 16 14:35:21.126 INFO O| Sep 16 14:35:21.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
45402024-09-16T14:35:22.205Z[ recovery-image] Sep 16 14:35:21.127 INFO O| Sep 16 14:35:21.126 INFO STEP 173 (remove_files) COMPLETE
45412024-09-16T14:35:22.205Z[ recovery-image] Sep 16 14:35:21.127 INFO O| Sep 16 14:35:21.127 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-09-16T14:35:22.244Z[ recovery-image] Sep 16 14:35:21.164 INFO O| Sep 16 14:35:21.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
45432024-09-16T14:35:22.244Z[ recovery-image] Sep 16 14:35:21.165 INFO O| Sep 16 14:35:21.165 INFO STEP 174 (remove_files) COMPLETE
45442024-09-16T14:35:22.244Z[ recovery-image] Sep 16 14:35:21.165 INFO O| Sep 16 14:35:21.165 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-09-16T14:35:22.285Z[ recovery-image] Sep 16 14:35:21.206 INFO O| Sep 16 14:35:21.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
45462024-09-16T14:35:22.285Z[ recovery-image] Sep 16 14:35:21.206 INFO O| Sep 16 14:35:21.206 INFO STEP 175 (remove_files) COMPLETE
45472024-09-16T14:35:22.285Z[ recovery-image] Sep 16 14:35:21.206 INFO O| Sep 16 14:35:21.206 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-09-16T14:35:22.319Z[ recovery-image] Sep 16 14:35:21.241 INFO O| Sep 16 14:35:21.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
45492024-09-16T14:35:22.319Z[ recovery-image] Sep 16 14:35:21.241 INFO O| Sep 16 14:35:21.241 INFO STEP 176 (remove_files) COMPLETE
45502024-09-16T14:35:22.319Z[ recovery-image] Sep 16 14:35:21.241 INFO O| Sep 16 14:35:21.241 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-09-16T14:35:22.339Z[ recovery-image] Sep 16 14:35:21.260 INFO O| Sep 16 14:35:21.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
45522024-09-16T14:35:22.339Z[ recovery-image] Sep 16 14:35:21.260 INFO O| Sep 16 14:35:21.260 INFO STEP 177 (remove_files) COMPLETE
45532024-09-16T14:35:22.339Z[ recovery-image] Sep 16 14:35:21.261 INFO O| Sep 16 14:35:21.260 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-09-16T14:35:22.360Z[ recovery-image] Sep 16 14:35:21.281 INFO O| Sep 16 14:35:21.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
45552024-09-16T14:35:22.360Z[ recovery-image] Sep 16 14:35:21.281 INFO O| Sep 16 14:35:21.281 INFO STEP 178 (remove_files) COMPLETE
45562024-09-16T14:35:22.360Z[ recovery-image] Sep 16 14:35:21.281 INFO O| Sep 16 14:35:21.281 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-09-16T14:35:22.397Z[ recovery-image] Sep 16 14:35:21.319 INFO O| Sep 16 14:35:21.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
45582024-09-16T14:35:22.401Z[ recovery-image] Sep 16 14:35:21.319 INFO O| Sep 16 14:35:21.319 INFO STEP 179 (remove_files) COMPLETE
45592024-09-16T14:35:22.401Z[ recovery-image] Sep 16 14:35:21.319 INFO O| Sep 16 14:35:21.319 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-09-16T14:35:22.419Z[ recovery-image] Sep 16 14:35:21.340 INFO O| Sep 16 14:35:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
45612024-09-16T14:35:22.419Z[ recovery-image] Sep 16 14:35:21.340 INFO O| Sep 16 14:35:21.340 INFO STEP 180 (remove_files) COMPLETE
45622024-09-16T14:35:22.420Z[ recovery-image] Sep 16 14:35:21.340 INFO O| Sep 16 14:35:21.340 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-09-16T14:35:22.458Z[ recovery-image] Sep 16 14:35:21.380 INFO O| Sep 16 14:35:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
45642024-09-16T14:35:22.478Z[ recovery-image] Sep 16 14:35:21.399 INFO O| Sep 16 14:35:21.399 INFO STEP 181 (remove_files) COMPLETE
45652024-09-16T14:35:22.478Z[ recovery-image] Sep 16 14:35:21.399 INFO O| Sep 16 14:35:21.399 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-09-16T14:35:22.501Z[ recovery-image] Sep 16 14:35:21.422 INFO O| Sep 16 14:35:21.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
45672024-09-16T14:35:22.501Z[ recovery-image] Sep 16 14:35:21.422 INFO O| Sep 16 14:35:21.422 INFO STEP 182 (remove_files) COMPLETE
45682024-09-16T14:35:22.501Z[ recovery-image] Sep 16 14:35:21.422 INFO O| Sep 16 14:35:21.422 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-09-16T14:35:22.524Z[ recovery-image] Sep 16 14:35:21.445 INFO O| Sep 16 14:35:21.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
45702024-09-16T14:35:22.530Z[ recovery-image] Sep 16 14:35:21.452 INFO O| Sep 16 14:35:21.452 INFO STEP 183 (remove_files) COMPLETE
45712024-09-16T14:35:22.530Z[ recovery-image] Sep 16 14:35:21.452 INFO O| Sep 16 14:35:21.452 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-09-16T14:35:22.553Z[ recovery-image] Sep 16 14:35:21.474 INFO O| Sep 16 14:35:21.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
45732024-09-16T14:35:22.553Z[ recovery-image] Sep 16 14:35:21.475 INFO O| Sep 16 14:35:21.474 INFO STEP 184 (remove_files) COMPLETE
45742024-09-16T14:35:22.556Z[ recovery-image] Sep 16 14:35:21.475 INFO O| Sep 16 14:35:21.474 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-09-16T14:35:22.594Z[ recovery-image] Sep 16 14:35:21.516 INFO O| Sep 16 14:35:21.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
45762024-09-16T14:35:22.597Z[ recovery-image] Sep 16 14:35:21.516 INFO O| Sep 16 14:35:21.516 INFO STEP 185 (remove_files) COMPLETE
45772024-09-16T14:35:22.597Z[ recovery-image] Sep 16 14:35:21.516 INFO O| Sep 16 14:35:21.516 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-09-16T14:35:22.635Z[ recovery-image] Sep 16 14:35:21.557 INFO O| Sep 16 14:35:21.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
45792024-09-16T14:35:22.638Z[ recovery-image] Sep 16 14:35:21.557 INFO O| Sep 16 14:35:21.557 INFO STEP 186 (remove_files) COMPLETE
45802024-09-16T14:35:22.638Z[ recovery-image] Sep 16 14:35:21.557 INFO O| Sep 16 14:35:21.557 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-09-16T14:35:22.661Z[ recovery-image] Sep 16 14:35:21.583 INFO O| Sep 16 14:35:21.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
45822024-09-16T14:35:22.664Z[ recovery-image] Sep 16 14:35:21.583 INFO O| Sep 16 14:35:21.583 INFO STEP 187 (remove_files) COMPLETE
45832024-09-16T14:35:22.664Z[ recovery-image] Sep 16 14:35:21.583 INFO O| Sep 16 14:35:21.583 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-09-16T14:35:22.717Z[ recovery-image] Sep 16 14:35:21.639 INFO O| Sep 16 14:35:21.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
45852024-09-16T14:35:22.717Z[ recovery-image] Sep 16 14:35:21.639 INFO O| Sep 16 14:35:21.639 INFO STEP 188 (remove_files) COMPLETE
45862024-09-16T14:35:22.717Z[ recovery-image] Sep 16 14:35:21.639 INFO O| Sep 16 14:35:21.639 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-09-16T14:35:22.740Z[ recovery-image] Sep 16 14:35:21.662 INFO O| Sep 16 14:35:21.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
45882024-09-16T14:35:22.740Z[ recovery-image] Sep 16 14:35:21.662 INFO O| Sep 16 14:35:21.662 INFO STEP 189 (remove_files) COMPLETE
45892024-09-16T14:35:22.740Z[ recovery-image] Sep 16 14:35:21.662 INFO O| Sep 16 14:35:21.662 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-09-16T14:35:22.764Z[ recovery-image] Sep 16 14:35:21.685 INFO O| Sep 16 14:35:21.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
45912024-09-16T14:35:22.764Z[ recovery-image] Sep 16 14:35:21.686 INFO O| Sep 16 14:35:21.686 INFO STEP 190 (remove_files) COMPLETE
45922024-09-16T14:35:22.767Z[ recovery-image] Sep 16 14:35:21.686 INFO O| Sep 16 14:35:21.686 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-09-16T14:35:22.805Z[ recovery-image] Sep 16 14:35:21.727 INFO O| Sep 16 14:35:21.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
45942024-09-16T14:35:22.805Z[ recovery-image] Sep 16 14:35:21.727 INFO O| Sep 16 14:35:21.727 INFO STEP 191 (remove_files) COMPLETE
45952024-09-16T14:35:22.805Z[ recovery-image] Sep 16 14:35:21.727 INFO O| Sep 16 14:35:21.727 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-09-16T14:35:22.831Z[ recovery-image] Sep 16 14:35:21.752 INFO O| Sep 16 14:35:21.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
45972024-09-16T14:35:22.831Z[ recovery-image] Sep 16 14:35:21.752 INFO O| Sep 16 14:35:21.752 INFO STEP 192 (remove_files) COMPLETE
45982024-09-16T14:35:22.834Z[ recovery-image] Sep 16 14:35:21.752 INFO O| Sep 16 14:35:21.752 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-09-16T14:35:22.873Z[ recovery-image] Sep 16 14:35:21.795 INFO O| Sep 16 14:35:21.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46002024-09-16T14:35:22.874Z[ recovery-image] Sep 16 14:35:21.795 INFO O| Sep 16 14:35:21.795 INFO STEP 193 (remove_files) COMPLETE
46012024-09-16T14:35:22.876Z[ recovery-image] Sep 16 14:35:21.795 INFO O| Sep 16 14:35:21.795 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-09-16T14:35:22.902Z[ recovery-image] Sep 16 14:35:21.823 INFO O| Sep 16 14:35:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46032024-09-16T14:35:22.902Z[ recovery-image] Sep 16 14:35:21.823 INFO O| Sep 16 14:35:21.823 INFO STEP 194 (remove_files) COMPLETE
46042024-09-16T14:35:22.904Z[ recovery-image] Sep 16 14:35:21.823 INFO O| Sep 16 14:35:21.823 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-09-16T14:35:22.938Z[ recovery-image] Sep 16 14:35:21.859 INFO O| Sep 16 14:35:21.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46062024-09-16T14:35:22.940Z[ recovery-image] Sep 16 14:35:21.859 INFO O| Sep 16 14:35:21.859 INFO STEP 195 (remove_files) COMPLETE
46072024-09-16T14:35:22.940Z[ recovery-image] Sep 16 14:35:21.860 INFO O| Sep 16 14:35:21.859 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-16T14:35:22.973Z[ recovery-image] Sep 16 14:35:21.894 INFO O| Sep 16 14:35:21.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46092024-09-16T14:35:22.977Z[ recovery-image] Sep 16 14:35:21.895 INFO O| Sep 16 14:35:21.895 INFO STEP 196 (remove_files) COMPLETE
46102024-09-16T14:35:22.977Z[ recovery-image] Sep 16 14:35:21.895 INFO O| Sep 16 14:35:21.895 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-16T14:35:22.999Z[ recovery-image] Sep 16 14:35:21.921 INFO O| Sep 16 14:35:21.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46122024-09-16T14:35:23.002Z[ recovery-image] Sep 16 14:35:21.921 INFO O| Sep 16 14:35:21.921 INFO STEP 197 (remove_files) COMPLETE
46132024-09-16T14:35:23.002Z[ recovery-image] Sep 16 14:35:21.921 INFO O| Sep 16 14:35:21.921 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-09-16T14:35:23.061Z[ recovery-image] Sep 16 14:35:21.982 INFO O| Sep 16 14:35:21.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46152024-09-16T14:35:23.063Z[ recovery-image] Sep 16 14:35:21.982 INFO O| Sep 16 14:35:21.982 INFO STEP 198 (remove_files) COMPLETE
46162024-09-16T14:35:23.064Z[ recovery-image] Sep 16 14:35:21.983 INFO O| Sep 16 14:35:21.982 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-16T14:35:23.091Z[ recovery-image] Sep 16 14:35:22.012 INFO O| Sep 16 14:35:22.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46182024-09-16T14:35:23.091Z[ recovery-image] Sep 16 14:35:22.013 INFO O| Sep 16 14:35:22.013 INFO STEP 199 (remove_files) COMPLETE
46192024-09-16T14:35:23.091Z[ recovery-image] Sep 16 14:35:22.013 INFO O| Sep 16 14:35:22.013 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-16T14:35:23.149Z[ recovery-image] Sep 16 14:35:22.071 INFO O| Sep 16 14:35:22.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46212024-09-16T14:35:23.149Z[ recovery-image] Sep 16 14:35:22.071 INFO O| Sep 16 14:35:22.071 INFO STEP 200 (remove_files) COMPLETE
46222024-09-16T14:35:23.153Z[ recovery-image] Sep 16 14:35:22.071 INFO O| Sep 16 14:35:22.071 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-16T14:35:23.174Z[ recovery-image] Sep 16 14:35:22.096 INFO O| Sep 16 14:35:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
46242024-09-16T14:35:23.174Z[ recovery-image] Sep 16 14:35:22.096 INFO O| Sep 16 14:35:22.096 INFO STEP 201 (remove_files) COMPLETE
46252024-09-16T14:35:23.174Z[ recovery-image] Sep 16 14:35:22.096 INFO O| Sep 16 14:35:22.096 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-16T14:35:23.210Z[ recovery-image] Sep 16 14:35:22.131 INFO O| Sep 16 14:35:22.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
46272024-09-16T14:35:23.213Z[ recovery-image] Sep 16 14:35:22.132 INFO O| Sep 16 14:35:22.131 INFO STEP 202 (remove_files) COMPLETE
46282024-09-16T14:35:23.213Z[ recovery-image] Sep 16 14:35:22.132 INFO O| Sep 16 14:35:22.132 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-16T14:35:23.271Z[ recovery-image] Sep 16 14:35:22.192 INFO O| Sep 16 14:35:22.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
46302024-09-16T14:35:23.274Z[ recovery-image] Sep 16 14:35:22.192 INFO O| Sep 16 14:35:22.192 INFO STEP 203 (remove_files) COMPLETE
46312024-09-16T14:35:23.274Z[ recovery-image] Sep 16 14:35:22.193 INFO O| Sep 16 14:35:22.192 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-09-16T14:35:23.306Z[ recovery-image] Sep 16 14:35:22.228 INFO O| Sep 16 14:35:22.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
46332024-09-16T14:35:23.309Z[ recovery-image] Sep 16 14:35:22.228 INFO O| Sep 16 14:35:22.228 INFO STEP 204 (remove_files) COMPLETE
46342024-09-16T14:35:23.309Z[ recovery-image] Sep 16 14:35:22.228 INFO O| Sep 16 14:35:22.228 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-09-16T14:35:23.325Z[ recovery-image] Sep 16 14:35:22.247 INFO O| Sep 16 14:35:22.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
46362024-09-16T14:35:23.328Z[ recovery-image] Sep 16 14:35:22.247 INFO O| Sep 16 14:35:22.247 INFO STEP 205 (remove_files) COMPLETE
46372024-09-16T14:35:23.328Z[ recovery-image] Sep 16 14:35:22.247 INFO O| Sep 16 14:35:22.247 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-09-16T14:35:23.345Z[ recovery-image] Sep 16 14:35:22.266 INFO O| Sep 16 14:35:22.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
46392024-09-16T14:35:23.345Z[ recovery-image] Sep 16 14:35:22.266 INFO O| Sep 16 14:35:22.266 INFO STEP 206 (remove_files) COMPLETE
46402024-09-16T14:35:23.345Z[ recovery-image] Sep 16 14:35:22.266 INFO O| Sep 16 14:35:22.266 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-09-16T14:35:23.381Z[ recovery-image] Sep 16 14:35:22.302 INFO O| Sep 16 14:35:22.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
46422024-09-16T14:35:23.381Z[ recovery-image] Sep 16 14:35:22.302 INFO O| Sep 16 14:35:22.302 INFO STEP 207 (remove_files) COMPLETE
46432024-09-16T14:35:23.381Z[ recovery-image] Sep 16 14:35:22.303 INFO O| Sep 16 14:35:22.302 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-09-16T14:35:23.413Z[ recovery-image] Sep 16 14:35:22.334 INFO O| Sep 16 14:35:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
46452024-09-16T14:35:23.421Z[ recovery-image] Sep 16 14:35:22.343 INFO O| Sep 16 14:35:22.343 INFO STEP 208 (remove_files) COMPLETE
46462024-09-16T14:35:23.421Z[ recovery-image] Sep 16 14:35:22.343 INFO O| Sep 16 14:35:22.343 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-16T14:35:23.480Z[ recovery-image] Sep 16 14:35:22.401 INFO O| Sep 16 14:35:22.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
46482024-09-16T14:35:23.500Z[ recovery-image] Sep 16 14:35:22.422 INFO O| Sep 16 14:35:22.422 INFO STEP 209 (remove_files) COMPLETE
46492024-09-16T14:35:23.501Z[ recovery-image] Sep 16 14:35:22.422 INFO O| Sep 16 14:35:22.422 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-16T14:35:23.528Z[ recovery-image] Sep 16 14:35:22.449 INFO O| Sep 16 14:35:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
46512024-09-16T14:35:23.528Z[ recovery-image] Sep 16 14:35:22.449 INFO O| Sep 16 14:35:22.449 INFO STEP 210 (remove_files) COMPLETE
46522024-09-16T14:35:23.528Z[ recovery-image] Sep 16 14:35:22.449 INFO O| Sep 16 14:35:22.449 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-16T14:35:23.549Z[ recovery-image] Sep 16 14:35:22.470 INFO O| Sep 16 14:35:22.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
46542024-09-16T14:35:23.549Z[ recovery-image] Sep 16 14:35:22.470 INFO O| Sep 16 14:35:22.470 INFO STEP 211 (remove_files) COMPLETE
46552024-09-16T14:35:23.549Z[ recovery-image] Sep 16 14:35:22.470 INFO O| Sep 16 14:35:22.470 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-16T14:35:23.567Z[ recovery-image] Sep 16 14:35:22.488 INFO O| Sep 16 14:35:22.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
46572024-09-16T14:35:23.567Z[ recovery-image] Sep 16 14:35:22.488 INFO O| Sep 16 14:35:22.488 INFO STEP 212 (remove_files) COMPLETE
46582024-09-16T14:35:23.567Z[ recovery-image] Sep 16 14:35:22.488 INFO O| Sep 16 14:35:22.488 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-16T14:35:23.586Z[ recovery-image] Sep 16 14:35:22.507 INFO O| Sep 16 14:35:22.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
46602024-09-16T14:35:23.586Z[ recovery-image] Sep 16 14:35:22.507 INFO O| Sep 16 14:35:22.507 INFO STEP 213 (remove_files) COMPLETE
46612024-09-16T14:35:23.586Z[ recovery-image] Sep 16 14:35:22.507 INFO O| Sep 16 14:35:22.507 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-16T14:35:23.603Z[ recovery-image] Sep 16 14:35:22.525 INFO O| Sep 16 14:35:22.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
46632024-09-16T14:35:23.603Z[ recovery-image] Sep 16 14:35:22.525 INFO O| Sep 16 14:35:22.525 INFO STEP 214 (remove_files) COMPLETE
46642024-09-16T14:35:23.603Z[ recovery-image] Sep 16 14:35:22.525 INFO O| Sep 16 14:35:22.525 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-16T14:35:23.628Z[ recovery-image] Sep 16 14:35:22.549 INFO O| Sep 16 14:35:22.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
46662024-09-16T14:35:23.630Z[ recovery-image] Sep 16 14:35:22.550 INFO O| Sep 16 14:35:22.549 INFO STEP 215 (remove_files) COMPLETE
46672024-09-16T14:35:23.631Z[ recovery-image] Sep 16 14:35:22.550 INFO O| Sep 16 14:35:22.550 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-16T14:35:23.647Z[ recovery-image] Sep 16 14:35:22.569 INFO O| Sep 16 14:35:22.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
46692024-09-16T14:35:23.650Z[ recovery-image] Sep 16 14:35:22.569 INFO O| Sep 16 14:35:22.569 INFO STEP 216 (remove_files) COMPLETE
46702024-09-16T14:35:23.650Z[ recovery-image] Sep 16 14:35:22.569 INFO O| Sep 16 14:35:22.569 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-16T14:35:23.667Z[ recovery-image] Sep 16 14:35:22.588 INFO O| Sep 16 14:35:22.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
46722024-09-16T14:35:23.670Z[ recovery-image] Sep 16 14:35:22.588 INFO O| Sep 16 14:35:22.588 INFO STEP 217 (remove_files) COMPLETE
46732024-09-16T14:35:23.670Z[ recovery-image] Sep 16 14:35:22.589 INFO O| Sep 16 14:35:22.589 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-09-16T14:35:23.685Z[ recovery-image] Sep 16 14:35:22.607 INFO O| Sep 16 14:35:22.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
46752024-09-16T14:35:23.688Z[ recovery-image] Sep 16 14:35:22.607 INFO O| Sep 16 14:35:22.607 INFO STEP 218 (remove_files) COMPLETE
46762024-09-16T14:35:23.688Z[ recovery-image] Sep 16 14:35:22.607 INFO O| Sep 16 14:35:22.607 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-09-16T14:35:23.710Z[ recovery-image] Sep 16 14:35:22.632 INFO O| Sep 16 14:35:22.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
46782024-09-16T14:35:23.710Z[ recovery-image] Sep 16 14:35:22.632 INFO O| Sep 16 14:35:22.632 INFO STEP 219 (remove_files) COMPLETE
46792024-09-16T14:35:23.713Z[ recovery-image] Sep 16 14:35:22.632 INFO O| Sep 16 14:35:22.632 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-09-16T14:35:23.730Z[ recovery-image] Sep 16 14:35:22.651 INFO O| Sep 16 14:35:22.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
46812024-09-16T14:35:23.730Z[ recovery-image] Sep 16 14:35:22.651 INFO O| Sep 16 14:35:22.651 INFO STEP 220 (remove_files) COMPLETE
46822024-09-16T14:35:23.730Z[ recovery-image] Sep 16 14:35:22.651 INFO O| Sep 16 14:35:22.651 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-09-16T14:35:23.789Z[ recovery-image] Sep 16 14:35:22.710 INFO O| Sep 16 14:35:22.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
46842024-09-16T14:35:23.790Z[ recovery-image] Sep 16 14:35:22.710 INFO O| Sep 16 14:35:22.710 INFO STEP 221 (remove_files) COMPLETE
46852024-09-16T14:35:23.790Z[ recovery-image] Sep 16 14:35:22.710 INFO O| Sep 16 14:35:22.710 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-09-16T14:35:23.811Z[ recovery-image] Sep 16 14:35:22.732 INFO O| Sep 16 14:35:22.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
46872024-09-16T14:35:23.811Z[ recovery-image] Sep 16 14:35:22.732 INFO O| Sep 16 14:35:22.732 INFO STEP 222 (remove_files) COMPLETE
46882024-09-16T14:35:23.811Z[ recovery-image] Sep 16 14:35:22.732 INFO O| Sep 16 14:35:22.732 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-09-16T14:35:23.830Z[ recovery-image] Sep 16 14:35:22.751 INFO O| Sep 16 14:35:22.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
46902024-09-16T14:35:23.830Z[ recovery-image] Sep 16 14:35:22.751 INFO O| Sep 16 14:35:22.751 INFO STEP 223 (remove_files) COMPLETE
46912024-09-16T14:35:23.833Z[ recovery-image] Sep 16 14:35:22.752 INFO O| Sep 16 14:35:22.751 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-09-16T14:35:23.848Z[ recovery-image] Sep 16 14:35:22.769 INFO O| Sep 16 14:35:22.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
46932024-09-16T14:35:23.848Z[ recovery-image] Sep 16 14:35:22.769 INFO O| Sep 16 14:35:22.769 INFO STEP 224 (remove_files) COMPLETE
46942024-09-16T14:35:23.848Z[ recovery-image] Sep 16 14:35:22.769 INFO O| Sep 16 14:35:22.769 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-09-16T14:35:23.867Z[ recovery-image] Sep 16 14:35:22.789 INFO O| Sep 16 14:35:22.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
46962024-09-16T14:35:23.867Z[ recovery-image] Sep 16 14:35:22.789 INFO O| Sep 16 14:35:22.789 INFO STEP 225 (remove_files) COMPLETE
46972024-09-16T14:35:23.867Z[ recovery-image] Sep 16 14:35:22.789 INFO O| Sep 16 14:35:22.789 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-09-16T14:35:23.901Z[ recovery-image] Sep 16 14:35:22.822 INFO O| Sep 16 14:35:22.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
46992024-09-16T14:35:23.904Z[ recovery-image] Sep 16 14:35:22.823 INFO O| Sep 16 14:35:22.822 INFO STEP 226 (remove_files) COMPLETE
47002024-09-16T14:35:23.904Z[ recovery-image] Sep 16 14:35:22.823 INFO O| Sep 16 14:35:22.822 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-09-16T14:35:23.947Z[ recovery-image] Sep 16 14:35:22.867 INFO O| Sep 16 14:35:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47022024-09-16T14:35:23.947Z[ recovery-image] Sep 16 14:35:22.867 INFO O| Sep 16 14:35:22.867 INFO STEP 227 (remove_files) COMPLETE
47032024-09-16T14:35:23.947Z[ recovery-image] Sep 16 14:35:22.867 INFO O| Sep 16 14:35:22.867 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-09-16T14:35:23.988Z[ recovery-image] Sep 16 14:35:22.910 INFO O| Sep 16 14:35:22.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47052024-09-16T14:35:23.991Z[ recovery-image] Sep 16 14:35:22.910 INFO O| Sep 16 14:35:22.910 INFO STEP 228 (remove_files) COMPLETE
47062024-09-16T14:35:23.991Z[ recovery-image] Sep 16 14:35:22.910 INFO O| Sep 16 14:35:22.910 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-09-16T14:35:24.006Z[ recovery-image] Sep 16 14:35:22.927 INFO O| Sep 16 14:35:22.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47082024-09-16T14:35:24.006Z[ recovery-image] Sep 16 14:35:22.927 INFO O| Sep 16 14:35:22.927 INFO STEP 229 (remove_files) COMPLETE
47092024-09-16T14:35:24.006Z[ recovery-image] Sep 16 14:35:22.927 INFO O| Sep 16 14:35:22.927 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-09-16T14:35:24.023Z[ recovery-image] Sep 16 14:35:22.945 INFO O| Sep 16 14:35:22.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47112024-09-16T14:35:24.023Z[ recovery-image] Sep 16 14:35:22.945 INFO O| Sep 16 14:35:22.945 INFO STEP 230 (remove_files) COMPLETE
47122024-09-16T14:35:24.026Z[ recovery-image] Sep 16 14:35:22.945 INFO O| Sep 16 14:35:22.945 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-09-16T14:35:24.056Z[ recovery-image] Sep 16 14:35:22.977 INFO O| Sep 16 14:35:22.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47142024-09-16T14:35:24.058Z[ recovery-image] Sep 16 14:35:22.977 INFO O| Sep 16 14:35:22.977 INFO STEP 231 (remove_files) COMPLETE
47152024-09-16T14:35:24.058Z[ recovery-image] Sep 16 14:35:22.977 INFO O| Sep 16 14:35:22.977 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-09-16T14:35:24.069Z[ host-image] Sep 16 14:35:22.990 INFO O| Sep 16 14:35:22.989 INFO O| Planning: Solver setup ... Done
47172024-09-16T14:35:24.074Z[ host-image] Sep 16 14:35:22.995 INFO O| Sep 16 14:35:22.995 INFO O| Planning: Running solver ... Done
47182024-09-16T14:35:24.077Z[ recovery-image] Sep 16 14:35:22.998 INFO O| Sep 16 14:35:22.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47192024-09-16T14:35:24.079Z[ recovery-image] Sep 16 14:35:22.998 INFO O| Sep 16 14:35:22.998 INFO STEP 232 (remove_files) COMPLETE
47202024-09-16T14:35:24.079Z[ recovery-image] Sep 16 14:35:22.998 INFO O| Sep 16 14:35:22.998 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-09-16T14:35:24.152Z[ recovery-image] Sep 16 14:35:23.073 INFO O| Sep 16 14:35:23.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47222024-09-16T14:35:24.152Z[ recovery-image] Sep 16 14:35:23.073 INFO O| Sep 16 14:35:23.073 INFO STEP 233 (remove_files) COMPLETE
47232024-09-16T14:35:24.155Z[ recovery-image] Sep 16 14:35:23.073 INFO O| Sep 16 14:35:23.073 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-09-16T14:35:24.181Z[ host-image] Sep 16 14:35:23.102 INFO O| Sep 16 14:35:23.102 INFO O| Planning: Finding local manifests ... Done
47252024-09-16T14:35:24.184Z[ host-image] Sep 16 14:35:23.105 INFO O| Sep 16 14:35:23.105 INFO O| Planning: Fetching manifests: 0/6 0% complete
47262024-09-16T14:35:24.213Z[ recovery-image] Sep 16 14:35:23.135 INFO O| Sep 16 14:35:23.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47272024-09-16T14:35:24.214Z[ recovery-image] Sep 16 14:35:23.135 INFO O| Sep 16 14:35:23.135 INFO STEP 234 (remove_files) COMPLETE
47282024-09-16T14:35:24.216Z[ recovery-image] Sep 16 14:35:23.135 INFO O| Sep 16 14:35:23.135 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-16T14:35:24.235Z[ recovery-image] Sep 16 14:35:23.157 INFO O| Sep 16 14:35:23.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
47302024-09-16T14:35:24.235Z[ recovery-image] Sep 16 14:35:23.157 INFO O| Sep 16 14:35:23.157 INFO STEP 235 (remove_files) COMPLETE
47312024-09-16T14:35:24.238Z[ recovery-image] Sep 16 14:35:23.157 INFO O| Sep 16 14:35:23.157 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-16T14:35:24.280Z[ recovery-image] Sep 16 14:35:23.200 INFO O| Sep 16 14:35:23.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
47332024-09-16T14:35:24.280Z[ recovery-image] Sep 16 14:35:23.200 INFO O| Sep 16 14:35:23.200 INFO STEP 236 (remove_files) COMPLETE
47342024-09-16T14:35:24.280Z[ recovery-image] Sep 16 14:35:23.200 INFO O| Sep 16 14:35:23.200 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-16T14:35:24.304Z[ recovery-image] Sep 16 14:35:23.225 INFO O| Sep 16 14:35:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
47362024-09-16T14:35:24.304Z[ recovery-image] Sep 16 14:35:23.225 INFO O| Sep 16 14:35:23.225 INFO STEP 237 (remove_files) COMPLETE
47372024-09-16T14:35:24.307Z[ recovery-image] Sep 16 14:35:23.225 INFO O| Sep 16 14:35:23.225 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-16T14:35:24.326Z[ recovery-image] Sep 16 14:35:23.248 INFO O| Sep 16 14:35:23.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
47392024-09-16T14:35:24.326Z[ recovery-image] Sep 16 14:35:23.248 INFO O| Sep 16 14:35:23.248 INFO STEP 238 (remove_files) COMPLETE
47402024-09-16T14:35:24.329Z[ recovery-image] Sep 16 14:35:23.248 INFO O| Sep 16 14:35:23.248 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-16T14:35:24.350Z[ recovery-image] Sep 16 14:35:23.270 INFO O| Sep 16 14:35:23.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
47422024-09-16T14:35:24.350Z[ recovery-image] Sep 16 14:35:23.270 INFO O| Sep 16 14:35:23.270 INFO STEP 239 (remove_files) COMPLETE
47432024-09-16T14:35:24.350Z[ recovery-image] Sep 16 14:35:23.270 INFO O| Sep 16 14:35:23.270 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-16T14:35:24.371Z[ recovery-image] Sep 16 14:35:23.292 INFO O| Sep 16 14:35:23.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
47452024-09-16T14:35:24.371Z[ recovery-image] Sep 16 14:35:23.292 INFO O| Sep 16 14:35:23.292 INFO STEP 240 (remove_files) COMPLETE
47462024-09-16T14:35:24.372Z[ recovery-image] Sep 16 14:35:23.292 INFO O| Sep 16 14:35:23.292 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-16T14:35:24.392Z[ recovery-image] Sep 16 14:35:23.313 INFO O| Sep 16 14:35:23.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
47482024-09-16T14:35:24.392Z[ recovery-image] Sep 16 14:35:23.313 INFO O| Sep 16 14:35:23.313 INFO STEP 241 (remove_files) COMPLETE
47492024-09-16T14:35:24.394Z[ recovery-image] Sep 16 14:35:23.313 INFO O| Sep 16 14:35:23.313 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-16T14:35:24.435Z[ recovery-image] Sep 16 14:35:23.356 INFO O| Sep 16 14:35:23.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
47512024-09-16T14:35:24.438Z[ recovery-image] Sep 16 14:35:23.356 INFO O| Sep 16 14:35:23.356 INFO STEP 242 (remove_files) COMPLETE
47522024-09-16T14:35:24.438Z[ recovery-image] Sep 16 14:35:23.357 INFO O| Sep 16 14:35:23.356 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-16T14:35:24.478Z[ recovery-image] Sep 16 14:35:23.398 INFO O| Sep 16 14:35:23.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
47542024-09-16T14:35:24.478Z[ recovery-image] Sep 16 14:35:23.398 INFO O| Sep 16 14:35:23.398 INFO STEP 243 (remove_files) COMPLETE
47552024-09-16T14:35:24.478Z[ recovery-image] Sep 16 14:35:23.398 INFO O| Sep 16 14:35:23.398 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-16T14:35:24.530Z[ recovery-image] Sep 16 14:35:23.451 INFO O| Sep 16 14:35:23.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
47572024-09-16T14:35:24.530Z[ recovery-image] Sep 16 14:35:23.451 INFO O| Sep 16 14:35:23.451 INFO STEP 244 (remove_files) COMPLETE
47582024-09-16T14:35:24.532Z[ recovery-image] Sep 16 14:35:23.451 INFO O| Sep 16 14:35:23.451 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-16T14:35:24.535Z[ host-image] Sep 16 14:35:23.456 INFO O| Sep 16 14:35:23.456 INFO O| Planning: Fetching manifests: 6/6 100% complete
47602024-09-16T14:35:24.573Z[ recovery-image] Sep 16 14:35:23.494 INFO O| Sep 16 14:35:23.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
47612024-09-16T14:35:24.576Z[ recovery-image] Sep 16 14:35:23.494 INFO O| Sep 16 14:35:23.494 INFO STEP 245 (remove_files) COMPLETE
47622024-09-16T14:35:24.576Z[ recovery-image] Sep 16 14:35:23.494 INFO O| Sep 16 14:35:23.494 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-09-16T14:35:24.607Z[ recovery-image] Sep 16 14:35:23.528 INFO O| Sep 16 14:35:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
47642024-09-16T14:35:24.607Z[ recovery-image] Sep 16 14:35:23.528 INFO O| Sep 16 14:35:23.528 INFO STEP 246 (remove_files) COMPLETE
47652024-09-16T14:35:24.607Z[ recovery-image] Sep 16 14:35:23.528 INFO O| Sep 16 14:35:23.528 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-09-16T14:35:24.613Z[ host-image] Sep 16 14:35:23.534 INFO O| Sep 16 14:35:23.534 INFO O| Planning: Package planning ... Done
47672024-09-16T14:35:24.632Z[ recovery-image] Sep 16 14:35:23.554 INFO O| Sep 16 14:35:23.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
47682024-09-16T14:35:24.632Z[ recovery-image] Sep 16 14:35:23.554 INFO O| Sep 16 14:35:23.554 INFO STEP 247 (remove_files) COMPLETE
47692024-09-16T14:35:24.632Z[ recovery-image] Sep 16 14:35:23.554 INFO O| Sep 16 14:35:23.554 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-09-16T14:35:24.655Z[ recovery-image] Sep 16 14:35:23.576 INFO O| Sep 16 14:35:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
47712024-09-16T14:35:24.655Z[ recovery-image] Sep 16 14:35:23.577 INFO O| Sep 16 14:35:23.577 INFO STEP 248 (remove_files) COMPLETE
47722024-09-16T14:35:24.663Z[ recovery-image] Sep 16 14:35:23.577 INFO O| Sep 16 14:35:23.577 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-09-16T14:35:24.668Z[ host-image] Sep 16 14:35:23.585 INFO O| Sep 16 14:35:23.585 INFO O| Planning: Merging actions ... Done
47742024-09-16T14:35:24.680Z[ recovery-image] Sep 16 14:35:23.601 INFO O| Sep 16 14:35:23.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
47752024-09-16T14:35:24.680Z[ recovery-image] Sep 16 14:35:23.601 INFO O| Sep 16 14:35:23.601 INFO STEP 249 (remove_files) COMPLETE
47762024-09-16T14:35:24.680Z[ recovery-image] Sep 16 14:35:23.601 INFO O| Sep 16 14:35:23.601 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-16T14:35:24.703Z[ recovery-image] Sep 16 14:35:23.624 INFO O| Sep 16 14:35:23.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
47782024-09-16T14:35:24.703Z[ recovery-image] Sep 16 14:35:23.624 INFO O| Sep 16 14:35:23.624 INFO STEP 250 (remove_files) COMPLETE
47792024-09-16T14:35:24.703Z[ recovery-image] Sep 16 14:35:23.624 INFO O| Sep 16 14:35:23.624 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-16T14:35:24.738Z[ recovery-image] Sep 16 14:35:23.659 INFO O| Sep 16 14:35:23.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
47812024-09-16T14:35:24.738Z[ recovery-image] Sep 16 14:35:23.659 INFO O| Sep 16 14:35:23.659 INFO STEP 251 (remove_files) COMPLETE
47822024-09-16T14:35:24.738Z[ recovery-image] Sep 16 14:35:23.659 INFO O| Sep 16 14:35:23.659 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-16T14:35:24.792Z[ recovery-image] Sep 16 14:35:23.713 INFO O| Sep 16 14:35:23.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
47842024-09-16T14:35:24.792Z[ recovery-image] Sep 16 14:35:23.713 INFO O| Sep 16 14:35:23.713 INFO STEP 252 (remove_files) COMPLETE
47852024-09-16T14:35:24.795Z[ recovery-image] Sep 16 14:35:23.713 INFO O| Sep 16 14:35:23.713 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-16T14:35:24.807Z[ host-image] Sep 16 14:35:23.728 INFO O| Sep 16 14:35:23.728 INFO O| Planning: Checking for conflicting actions ... Done
47872024-09-16T14:35:24.815Z[ host-image] Sep 16 14:35:23.736 INFO O| Sep 16 14:35:23.736 INFO O| Planning: Consolidating action changes ... Done
47882024-09-16T14:35:24.841Z[ recovery-image] Sep 16 14:35:23.762 INFO O| Sep 16 14:35:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
47892024-09-16T14:35:24.841Z[ recovery-image] Sep 16 14:35:23.762 INFO O| Sep 16 14:35:23.762 INFO STEP 253 (remove_files) COMPLETE
47902024-09-16T14:35:24.841Z[ recovery-image] Sep 16 14:35:23.762 INFO O| Sep 16 14:35:23.762 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-09-16T14:35:24.868Z[ recovery-image] Sep 16 14:35:23.789 INFO O| Sep 16 14:35:23.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
47922024-09-16T14:35:24.871Z[ recovery-image] Sep 16 14:35:23.789 INFO O| Sep 16 14:35:23.789 INFO STEP 254 (remove_files) COMPLETE
47932024-09-16T14:35:24.871Z[ recovery-image] Sep 16 14:35:23.789 INFO O| Sep 16 14:35:23.789 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-09-16T14:35:24.909Z[ recovery-image] Sep 16 14:35:23.830 INFO O| Sep 16 14:35:23.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
47952024-09-16T14:35:24.909Z[ recovery-image] Sep 16 14:35:23.830 INFO O| Sep 16 14:35:23.830 INFO STEP 255 (remove_files) COMPLETE
47962024-09-16T14:35:24.909Z[ recovery-image] Sep 16 14:35:23.830 INFO O| Sep 16 14:35:23.830 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-09-16T14:35:24.936Z[ recovery-image] Sep 16 14:35:23.857 INFO O| Sep 16 14:35:23.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
47982024-09-16T14:35:24.936Z[ recovery-image] Sep 16 14:35:23.857 INFO O| Sep 16 14:35:23.857 INFO STEP 256 (remove_files) COMPLETE
47992024-09-16T14:35:24.936Z[ recovery-image] Sep 16 14:35:23.857 INFO O| Sep 16 14:35:23.857 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-09-16T14:35:24.991Z[ recovery-image] Sep 16 14:35:23.912 INFO O| Sep 16 14:35:23.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48012024-09-16T14:35:24.991Z[ recovery-image] Sep 16 14:35:23.912 INFO O| Sep 16 14:35:23.912 INFO STEP 257 (remove_files) COMPLETE
48022024-09-16T14:35:24.991Z[ recovery-image] Sep 16 14:35:23.913 INFO O| Sep 16 14:35:23.912 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-09-16T14:35:25.033Z[ recovery-image] Sep 16 14:35:23.954 INFO O| Sep 16 14:35:23.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48042024-09-16T14:35:25.033Z[ recovery-image] Sep 16 14:35:23.954 INFO O| Sep 16 14:35:23.954 INFO STEP 258 (remove_files) COMPLETE
48052024-09-16T14:35:25.033Z[ recovery-image] Sep 16 14:35:23.954 INFO O| Sep 16 14:35:23.954 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-09-16T14:35:25.093Z[ recovery-image] Sep 16 14:35:24.014 INFO O| Sep 16 14:35:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48072024-09-16T14:35:25.093Z[ recovery-image] Sep 16 14:35:24.014 INFO O| Sep 16 14:35:24.014 INFO STEP 259 (remove_files) COMPLETE
48082024-09-16T14:35:25.095Z[ recovery-image] Sep 16 14:35:24.014 INFO O| Sep 16 14:35:24.014 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-09-16T14:35:25.155Z[ recovery-image] Sep 16 14:35:24.077 INFO O| Sep 16 14:35:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48102024-09-16T14:35:25.155Z[ recovery-image] Sep 16 14:35:24.077 INFO O| Sep 16 14:35:24.077 INFO STEP 260 (remove_files) COMPLETE
48112024-09-16T14:35:25.158Z[ recovery-image] Sep 16 14:35:24.077 INFO O| Sep 16 14:35:24.077 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-09-16T14:35:25.175Z[ recovery-image] Sep 16 14:35:24.096 INFO O| Sep 16 14:35:24.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48132024-09-16T14:35:25.175Z[ recovery-image] Sep 16 14:35:24.096 INFO O| Sep 16 14:35:24.096 INFO STEP 261 (remove_files) COMPLETE
48142024-09-16T14:35:25.175Z[ recovery-image] Sep 16 14:35:24.096 INFO O| Sep 16 14:35:24.096 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-09-16T14:35:25.203Z[ host-image] Sep 16 14:35:24.124 INFO O| Sep 16 14:35:24.124 INFO O| Planning: Evaluating mediators ... Done
48162024-09-16T14:35:25.214Z[ recovery-image] Sep 16 14:35:24.135 INFO O| Sep 16 14:35:24.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48172024-09-16T14:35:25.217Z[ recovery-image] Sep 16 14:35:24.135 INFO O| Sep 16 14:35:24.135 INFO STEP 262 (remove_files) COMPLETE
48182024-09-16T14:35:25.217Z[ recovery-image] Sep 16 14:35:24.135 INFO O| Sep 16 14:35:24.135 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-16T14:35:25.232Z[ recovery-image] Sep 16 14:35:24.154 INFO O| Sep 16 14:35:24.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48202024-09-16T14:35:25.235Z[ recovery-image] Sep 16 14:35:24.154 INFO O| Sep 16 14:35:24.154 INFO STEP 263 (remove_files) COMPLETE
48212024-09-16T14:35:25.235Z[ recovery-image] Sep 16 14:35:24.154 INFO O| Sep 16 14:35:24.154 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-16T14:35:25.241Z[ host-image] Sep 16 14:35:24.162 INFO O| Sep 16 14:35:24.162 INFO O| Planning: Planning completed in 4.31 seconds
48232024-09-16T14:35:25.244Z[ host-image] Sep 16 14:35:24.165 INFO O| Sep 16 14:35:24.165 INFO O| Packages to install: 6
48242024-09-16T14:35:25.244Z[ host-image] Sep 16 14:35:24.165 INFO O| Sep 16 14:35:24.165 INFO O| Mediators to change: 1
48252024-09-16T14:35:25.244Z[ host-image] Sep 16 14:35:24.165 INFO O| Sep 16 14:35:24.165 INFO O| Services to change: 1
48262024-09-16T14:35:25.268Z[ host-image] Sep 16 14:35:24.189 INFO O| Sep 16 14:35:24.189 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
48272024-09-16T14:35:25.278Z[ recovery-image] Sep 16 14:35:24.199 INFO O| Sep 16 14:35:24.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48282024-09-16T14:35:25.278Z[ recovery-image] Sep 16 14:35:24.199 INFO O| Sep 16 14:35:24.199 INFO STEP 264 (remove_files) COMPLETE
48292024-09-16T14:35:25.281Z[ recovery-image] Sep 16 14:35:24.199 INFO O| Sep 16 14:35:24.199 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-09-16T14:35:25.297Z[ recovery-image] Sep 16 14:35:24.218 INFO O| Sep 16 14:35:24.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48312024-09-16T14:35:25.297Z[ recovery-image] Sep 16 14:35:24.218 INFO O| Sep 16 14:35:24.218 INFO STEP 265 (remove_files) COMPLETE
48322024-09-16T14:35:25.299Z[ recovery-image] Sep 16 14:35:24.218 INFO O| Sep 16 14:35:24.218 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-09-16T14:35:25.315Z[ recovery-image] Sep 16 14:35:24.236 INFO O| Sep 16 14:35:24.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48342024-09-16T14:35:25.315Z[ recovery-image] Sep 16 14:35:24.236 INFO O| Sep 16 14:35:24.236 INFO STEP 266 (remove_files) COMPLETE
48352024-09-16T14:35:25.315Z[ recovery-image] Sep 16 14:35:24.236 INFO O| Sep 16 14:35:24.236 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-09-16T14:35:25.334Z[ recovery-image] Sep 16 14:35:24.255 INFO O| Sep 16 14:35:24.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48372024-09-16T14:35:25.334Z[ recovery-image] Sep 16 14:35:24.255 INFO O| Sep 16 14:35:24.255 INFO STEP 267 (remove_files) COMPLETE
48382024-09-16T14:35:25.334Z[ recovery-image] Sep 16 14:35:24.255 INFO O| Sep 16 14:35:24.255 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-09-16T14:35:25.416Z[ recovery-image] Sep 16 14:35:24.337 INFO O| Sep 16 14:35:24.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
48402024-09-16T14:35:25.416Z[ recovery-image] Sep 16 14:35:24.337 INFO O| Sep 16 14:35:24.337 INFO STEP 268 (remove_files) COMPLETE
48412024-09-16T14:35:25.416Z[ recovery-image] Sep 16 14:35:24.337 INFO O| Sep 16 14:35:24.337 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-09-16T14:35:25.457Z[ recovery-image] Sep 16 14:35:24.378 INFO O| Sep 16 14:35:24.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
48432024-09-16T14:35:25.457Z[ recovery-image] Sep 16 14:35:24.378 INFO O| Sep 16 14:35:24.378 INFO STEP 269 (remove_files) COMPLETE
48442024-09-16T14:35:25.460Z[ recovery-image] Sep 16 14:35:24.378 INFO O| Sep 16 14:35:24.378 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-09-16T14:35:25.491Z[ recovery-image] Sep 16 14:35:24.412 INFO O| Sep 16 14:35:24.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
48462024-09-16T14:35:25.493Z[ recovery-image] Sep 16 14:35:24.412 INFO O| Sep 16 14:35:24.412 INFO STEP 270 (remove_files) COMPLETE
48472024-09-16T14:35:25.493Z[ recovery-image] Sep 16 14:35:24.412 INFO O| Sep 16 14:35:24.412 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-09-16T14:35:25.512Z[ recovery-image] Sep 16 14:35:24.434 INFO O| Sep 16 14:35:24.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
48492024-09-16T14:35:25.535Z[ recovery-image] Sep 16 14:35:24.456 INFO O| Sep 16 14:35:24.456 INFO STEP 271 (remove_files) COMPLETE
48502024-09-16T14:35:25.535Z[ recovery-image] Sep 16 14:35:24.456 INFO O| Sep 16 14:35:24.456 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-09-16T14:35:25.557Z[ recovery-image] Sep 16 14:35:24.478 INFO O| Sep 16 14:35:24.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
48522024-09-16T14:35:25.557Z[ recovery-image] Sep 16 14:35:24.479 INFO O| Sep 16 14:35:24.478 INFO STEP 272 (remove_files) COMPLETE
48532024-09-16T14:35:25.560Z[ recovery-image] Sep 16 14:35:24.479 INFO O| Sep 16 14:35:24.479 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-09-16T14:35:25.577Z[ recovery-image] Sep 16 14:35:24.498 INFO O| Sep 16 14:35:24.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
48552024-09-16T14:35:25.579Z[ recovery-image] Sep 16 14:35:24.498 INFO O| Sep 16 14:35:24.498 INFO STEP 273 (remove_files) COMPLETE
48562024-09-16T14:35:25.579Z[ recovery-image] Sep 16 14:35:24.498 INFO O| Sep 16 14:35:24.498 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-09-16T14:35:25.597Z[ recovery-image] Sep 16 14:35:24.518 INFO O| Sep 16 14:35:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
48582024-09-16T14:35:25.600Z[ recovery-image] Sep 16 14:35:24.518 INFO O| Sep 16 14:35:24.518 INFO STEP 274 (remove_files) COMPLETE
48592024-09-16T14:35:25.601Z[ recovery-image] Sep 16 14:35:24.518 INFO O| Sep 16 14:35:24.518 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-09-16T14:35:25.617Z[ recovery-image] Sep 16 14:35:24.538 INFO O| Sep 16 14:35:24.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
48612024-09-16T14:35:25.619Z[ recovery-image] Sep 16 14:35:24.538 INFO O| Sep 16 14:35:24.538 INFO STEP 275 (remove_files) COMPLETE
48622024-09-16T14:35:25.619Z[ recovery-image] Sep 16 14:35:24.538 INFO O| Sep 16 14:35:24.538 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-09-16T14:35:25.637Z[ recovery-image] Sep 16 14:35:24.558 INFO O| Sep 16 14:35:24.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
48642024-09-16T14:35:25.637Z[ recovery-image] Sep 16 14:35:24.558 INFO O| Sep 16 14:35:24.558 INFO STEP 276 (remove_files) COMPLETE
48652024-09-16T14:35:25.640Z[ recovery-image] Sep 16 14:35:24.558 INFO O| Sep 16 14:35:24.558 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-09-16T14:35:25.662Z[ recovery-image] Sep 16 14:35:24.583 INFO O| Sep 16 14:35:24.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
48672024-09-16T14:35:25.662Z[ recovery-image] Sep 16 14:35:24.583 INFO O| Sep 16 14:35:24.583 INFO STEP 277 (remove_files) COMPLETE
48682024-09-16T14:35:25.665Z[ recovery-image] Sep 16 14:35:24.583 INFO O| Sep 16 14:35:24.583 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-09-16T14:35:25.682Z[ recovery-image] Sep 16 14:35:24.603 INFO O| Sep 16 14:35:24.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
48702024-09-16T14:35:25.682Z[ recovery-image] Sep 16 14:35:24.603 INFO O| Sep 16 14:35:24.603 INFO STEP 278 (remove_files) COMPLETE
48712024-09-16T14:35:25.685Z[ recovery-image] Sep 16 14:35:24.604 INFO O| Sep 16 14:35:24.603 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-09-16T14:35:25.701Z[ recovery-image] Sep 16 14:35:24.622 INFO O| Sep 16 14:35:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
48732024-09-16T14:35:25.701Z[ recovery-image] Sep 16 14:35:24.622 INFO O| Sep 16 14:35:24.622 INFO STEP 279 (remove_files) COMPLETE
48742024-09-16T14:35:25.701Z[ recovery-image] Sep 16 14:35:24.622 INFO O| Sep 16 14:35:24.622 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-09-16T14:35:25.726Z[ recovery-image] Sep 16 14:35:24.647 INFO O| Sep 16 14:35:24.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
48762024-09-16T14:35:25.726Z[ recovery-image] Sep 16 14:35:24.647 INFO O| Sep 16 14:35:24.647 INFO STEP 280 (remove_files) COMPLETE
48772024-09-16T14:35:25.726Z[ recovery-image] Sep 16 14:35:24.647 INFO O| Sep 16 14:35:24.647 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-09-16T14:35:25.769Z[ recovery-image] Sep 16 14:35:24.690 INFO O| Sep 16 14:35:24.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
48792024-09-16T14:35:25.771Z[ recovery-image] Sep 16 14:35:24.690 INFO O| Sep 16 14:35:24.690 INFO STEP 281 (remove_files) COMPLETE
48802024-09-16T14:35:25.771Z[ recovery-image] Sep 16 14:35:24.690 INFO O| Sep 16 14:35:24.690 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-09-16T14:35:25.829Z[ recovery-image] Sep 16 14:35:24.750 INFO O| Sep 16 14:35:24.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
48822024-09-16T14:35:25.829Z[ recovery-image] Sep 16 14:35:24.750 INFO O| Sep 16 14:35:24.750 INFO STEP 282 (remove_files) COMPLETE
48832024-09-16T14:35:25.832Z[ recovery-image] Sep 16 14:35:24.750 INFO O| Sep 16 14:35:24.750 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-09-16T14:35:25.891Z[ recovery-image] Sep 16 14:35:24.812 INFO O| Sep 16 14:35:24.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
48852024-09-16T14:35:25.891Z[ recovery-image] Sep 16 14:35:24.812 INFO O| Sep 16 14:35:24.812 INFO STEP 283 (remove_files) COMPLETE
48862024-09-16T14:35:25.891Z[ recovery-image] Sep 16 14:35:24.812 INFO O| Sep 16 14:35:24.812 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-09-16T14:35:25.914Z[ recovery-image] Sep 16 14:35:24.835 INFO O| Sep 16 14:35:24.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
48882024-09-16T14:35:25.914Z[ recovery-image] Sep 16 14:35:24.835 INFO O| Sep 16 14:35:24.835 INFO STEP 284 (remove_files) COMPLETE
48892024-09-16T14:35:25.917Z[ recovery-image] Sep 16 14:35:24.835 INFO O| Sep 16 14:35:24.835 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-09-16T14:35:25.934Z[ recovery-image] Sep 16 14:35:24.855 INFO O| Sep 16 14:35:24.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
48912024-09-16T14:35:25.934Z[ recovery-image] Sep 16 14:35:24.855 INFO O| Sep 16 14:35:24.855 INFO STEP 285 (remove_files) COMPLETE
48922024-09-16T14:35:25.937Z[ recovery-image] Sep 16 14:35:24.855 INFO O| Sep 16 14:35:24.855 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-09-16T14:35:25.954Z[ recovery-image] Sep 16 14:35:24.875 INFO O| Sep 16 14:35:24.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
48942024-09-16T14:35:25.954Z[ recovery-image] Sep 16 14:35:24.875 INFO O| Sep 16 14:35:24.875 INFO STEP 286 (remove_files) COMPLETE
48952024-09-16T14:35:25.957Z[ recovery-image] Sep 16 14:35:24.875 INFO O| Sep 16 14:35:24.875 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-09-16T14:35:25.974Z[ recovery-image] Sep 16 14:35:24.895 INFO O| Sep 16 14:35:24.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
48972024-09-16T14:35:25.974Z[ recovery-image] Sep 16 14:35:24.895 INFO O| Sep 16 14:35:24.895 INFO STEP 287 (remove_files) COMPLETE
48982024-09-16T14:35:25.976Z[ recovery-image] Sep 16 14:35:24.895 INFO O| Sep 16 14:35:24.895 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-09-16T14:35:25.994Z[ recovery-image] Sep 16 14:35:24.915 INFO O| Sep 16 14:35:24.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49002024-09-16T14:35:25.994Z[ recovery-image] Sep 16 14:35:24.915 INFO O| Sep 16 14:35:24.915 INFO STEP 288 (remove_files) COMPLETE
49012024-09-16T14:35:25.997Z[ recovery-image] Sep 16 14:35:24.915 INFO O| Sep 16 14:35:24.915 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-09-16T14:35:26.015Z[ recovery-image] Sep 16 14:35:24.936 INFO O| Sep 16 14:35:24.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49032024-09-16T14:35:26.015Z[ recovery-image] Sep 16 14:35:24.936 INFO O| Sep 16 14:35:24.936 INFO STEP 289 (remove_files) COMPLETE
49042024-09-16T14:35:26.015Z[ recovery-image] Sep 16 14:35:24.936 INFO O| Sep 16 14:35:24.936 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-09-16T14:35:26.034Z[ recovery-image] Sep 16 14:35:24.955 INFO O| Sep 16 14:35:24.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49062024-09-16T14:35:26.034Z[ recovery-image] Sep 16 14:35:24.955 INFO O| Sep 16 14:35:24.955 INFO STEP 290 (remove_files) COMPLETE
49072024-09-16T14:35:26.037Z[ recovery-image] Sep 16 14:35:24.955 INFO O| Sep 16 14:35:24.955 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-09-16T14:35:26.051Z[ recovery-image] Sep 16 14:35:24.972 INFO O| Sep 16 14:35:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49092024-09-16T14:35:26.051Z[ recovery-image] Sep 16 14:35:24.972 INFO O| Sep 16 14:35:24.972 INFO STEP 291 (remove_files) COMPLETE
49102024-09-16T14:35:26.054Z[ recovery-image] Sep 16 14:35:24.972 INFO O| Sep 16 14:35:24.972 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-09-16T14:35:26.069Z[ recovery-image] Sep 16 14:35:24.990 INFO O| Sep 16 14:35:24.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49122024-09-16T14:35:26.069Z[ recovery-image] Sep 16 14:35:24.990 INFO O| Sep 16 14:35:24.990 INFO STEP 292 (remove_files) COMPLETE
49132024-09-16T14:35:26.071Z[ recovery-image] Sep 16 14:35:24.990 INFO O| Sep 16 14:35:24.990 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-09-16T14:35:26.086Z[ recovery-image] Sep 16 14:35:25.007 INFO O| Sep 16 14:35:25.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49152024-09-16T14:35:26.086Z[ recovery-image] Sep 16 14:35:25.007 INFO O| Sep 16 14:35:25.007 INFO STEP 293 (remove_files) COMPLETE
49162024-09-16T14:35:26.086Z[ recovery-image] Sep 16 14:35:25.007 INFO O| Sep 16 14:35:25.007 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-09-16T14:35:26.104Z[ recovery-image] Sep 16 14:35:25.025 INFO O| Sep 16 14:35:25.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49182024-09-16T14:35:26.104Z[ recovery-image] Sep 16 14:35:25.025 INFO O| Sep 16 14:35:25.025 INFO STEP 294 (remove_files) COMPLETE
49192024-09-16T14:35:26.106Z[ recovery-image] Sep 16 14:35:25.025 INFO O| Sep 16 14:35:25.025 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-09-16T14:35:26.123Z[ recovery-image] Sep 16 14:35:25.044 INFO O| Sep 16 14:35:25.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49212024-09-16T14:35:26.123Z[ recovery-image] Sep 16 14:35:25.044 INFO O| Sep 16 14:35:25.044 INFO STEP 295 (remove_files) COMPLETE
49222024-09-16T14:35:26.123Z[ recovery-image] Sep 16 14:35:25.044 INFO O| Sep 16 14:35:25.044 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-09-16T14:35:26.153Z[ recovery-image] Sep 16 14:35:25.074 INFO O| Sep 16 14:35:25.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49242024-09-16T14:35:26.156Z[ recovery-image] Sep 16 14:35:25.075 INFO O| Sep 16 14:35:25.074 INFO STEP 296 (remove_files) COMPLETE
49252024-09-16T14:35:26.156Z[ recovery-image] Sep 16 14:35:25.075 INFO O| Sep 16 14:35:25.074 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-09-16T14:35:26.176Z[ recovery-image] Sep 16 14:35:25.096 INFO O| Sep 16 14:35:25.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49272024-09-16T14:35:26.178Z[ recovery-image] Sep 16 14:35:25.097 INFO O| Sep 16 14:35:25.097 INFO STEP 297 (remove_files) COMPLETE
49282024-09-16T14:35:26.178Z[ recovery-image] Sep 16 14:35:25.097 INFO O| Sep 16 14:35:25.097 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-09-16T14:35:26.196Z[ recovery-image] Sep 16 14:35:25.117 INFO O| Sep 16 14:35:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49302024-09-16T14:35:26.198Z[ recovery-image] Sep 16 14:35:25.117 INFO O| Sep 16 14:35:25.117 INFO STEP 298 (remove_files) COMPLETE
49312024-09-16T14:35:26.198Z[ recovery-image] Sep 16 14:35:25.117 INFO O| Sep 16 14:35:25.117 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-09-16T14:35:26.214Z[ recovery-image] Sep 16 14:35:25.135 INFO O| Sep 16 14:35:25.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49332024-09-16T14:35:26.216Z[ recovery-image] Sep 16 14:35:25.135 INFO O| Sep 16 14:35:25.135 INFO STEP 299 (remove_files) COMPLETE
49342024-09-16T14:35:26.216Z[ recovery-image] Sep 16 14:35:25.135 INFO O| Sep 16 14:35:25.135 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-09-16T14:35:26.232Z[ recovery-image] Sep 16 14:35:25.153 INFO O| Sep 16 14:35:25.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49362024-09-16T14:35:26.232Z[ recovery-image] Sep 16 14:35:25.153 INFO O| Sep 16 14:35:25.153 INFO STEP 300 (remove_files) COMPLETE
49372024-09-16T14:35:26.232Z[ recovery-image] Sep 16 14:35:25.153 INFO O| Sep 16 14:35:25.153 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-09-16T14:35:26.269Z[ recovery-image] Sep 16 14:35:25.190 INFO O| Sep 16 14:35:25.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
49392024-09-16T14:35:26.269Z[ recovery-image] Sep 16 14:35:25.190 INFO O| Sep 16 14:35:25.190 INFO STEP 301 (remove_files) COMPLETE
49402024-09-16T14:35:26.269Z[ recovery-image] Sep 16 14:35:25.190 INFO O| Sep 16 14:35:25.190 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-09-16T14:35:26.292Z[ recovery-image] Sep 16 14:35:25.213 INFO O| Sep 16 14:35:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
49422024-09-16T14:35:26.292Z[ recovery-image] Sep 16 14:35:25.213 INFO O| Sep 16 14:35:25.213 INFO STEP 302 (remove_files) COMPLETE
49432024-09-16T14:35:26.292Z[ recovery-image] Sep 16 14:35:25.213 INFO O| Sep 16 14:35:25.213 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-09-16T14:35:26.312Z[ recovery-image] Sep 16 14:35:25.232 INFO O| Sep 16 14:35:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
49452024-09-16T14:35:26.312Z[ recovery-image] Sep 16 14:35:25.232 INFO O| Sep 16 14:35:25.232 INFO STEP 303 (remove_files) COMPLETE
49462024-09-16T14:35:26.312Z[ recovery-image] Sep 16 14:35:25.232 INFO O| Sep 16 14:35:25.232 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-09-16T14:35:26.330Z[ recovery-image] Sep 16 14:35:25.251 INFO O| Sep 16 14:35:25.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
49482024-09-16T14:35:26.330Z[ recovery-image] Sep 16 14:35:25.251 INFO O| Sep 16 14:35:25.251 INFO STEP 304 (remove_files) COMPLETE
49492024-09-16T14:35:26.330Z[ recovery-image] Sep 16 14:35:25.251 INFO O| Sep 16 14:35:25.251 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-09-16T14:35:26.356Z[ recovery-image] Sep 16 14:35:25.276 INFO O| Sep 16 14:35:25.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
49512024-09-16T14:35:26.356Z[ recovery-image] Sep 16 14:35:25.276 INFO O| Sep 16 14:35:25.276 INFO STEP 305 (remove_files) COMPLETE
49522024-09-16T14:35:26.356Z[ recovery-image] Sep 16 14:35:25.277 INFO O| Sep 16 14:35:25.277 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-09-16T14:35:26.375Z[ recovery-image] Sep 16 14:35:25.295 INFO O| Sep 16 14:35:25.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
49542024-09-16T14:35:26.375Z[ recovery-image] Sep 16 14:35:25.295 INFO O| Sep 16 14:35:25.295 INFO STEP 306 (remove_files) COMPLETE
49552024-09-16T14:35:26.375Z[ recovery-image] Sep 16 14:35:25.295 INFO O| Sep 16 14:35:25.295 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-09-16T14:35:26.394Z[ recovery-image] Sep 16 14:35:25.314 INFO O| Sep 16 14:35:25.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
49572024-09-16T14:35:26.394Z[ recovery-image] Sep 16 14:35:25.314 INFO O| Sep 16 14:35:25.314 INFO STEP 307 (remove_files) COMPLETE
49582024-09-16T14:35:26.394Z[ recovery-image] Sep 16 14:35:25.314 INFO O| Sep 16 14:35:25.314 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-09-16T14:35:26.411Z[ recovery-image] Sep 16 14:35:25.332 INFO O| Sep 16 14:35:25.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
49602024-09-16T14:35:26.411Z[ recovery-image] Sep 16 14:35:25.332 INFO O| Sep 16 14:35:25.332 INFO STEP 308 (remove_files) COMPLETE
49612024-09-16T14:35:26.411Z[ recovery-image] Sep 16 14:35:25.332 INFO O| Sep 16 14:35:25.332 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-09-16T14:35:26.429Z[ recovery-image] Sep 16 14:35:25.350 INFO O| Sep 16 14:35:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
49632024-09-16T14:35:26.429Z[ recovery-image] Sep 16 14:35:25.350 INFO O| Sep 16 14:35:25.350 INFO STEP 309 (remove_files) COMPLETE
49642024-09-16T14:35:26.429Z[ recovery-image] Sep 16 14:35:25.350 INFO O| Sep 16 14:35:25.350 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-09-16T14:35:26.447Z[ recovery-image] Sep 16 14:35:25.368 INFO O| Sep 16 14:35:25.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
49662024-09-16T14:35:26.447Z[ recovery-image] Sep 16 14:35:25.368 INFO O| Sep 16 14:35:25.368 INFO STEP 310 (remove_files) COMPLETE
49672024-09-16T14:35:26.450Z[ recovery-image] Sep 16 14:35:25.368 INFO O| Sep 16 14:35:25.368 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-09-16T14:35:26.485Z[ recovery-image] Sep 16 14:35:25.406 INFO O| Sep 16 14:35:25.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
49692024-09-16T14:35:26.485Z[ recovery-image] Sep 16 14:35:25.406 INFO O| Sep 16 14:35:25.406 INFO STEP 311 (remove_files) COMPLETE
49702024-09-16T14:35:26.488Z[ recovery-image] Sep 16 14:35:25.406 INFO O| Sep 16 14:35:25.406 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-09-16T14:35:26.508Z[ recovery-image] Sep 16 14:35:25.429 INFO O| Sep 16 14:35:25.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
49722024-09-16T14:35:26.508Z[ recovery-image] Sep 16 14:35:25.429 INFO O| Sep 16 14:35:25.429 INFO STEP 312 (remove_files) COMPLETE
49732024-09-16T14:35:26.508Z[ recovery-image] Sep 16 14:35:25.429 INFO O| Sep 16 14:35:25.429 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-09-16T14:35:26.529Z[ recovery-image] Sep 16 14:35:25.450 INFO O| Sep 16 14:35:25.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
49752024-09-16T14:35:26.529Z[ recovery-image] Sep 16 14:35:25.450 INFO O| Sep 16 14:35:25.450 INFO STEP 313 (remove_files) COMPLETE
49762024-09-16T14:35:26.529Z[ recovery-image] Sep 16 14:35:25.450 INFO O| Sep 16 14:35:25.450 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-09-16T14:35:26.550Z[ recovery-image] Sep 16 14:35:25.471 INFO O| Sep 16 14:35:25.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
49782024-09-16T14:35:26.550Z[ recovery-image] Sep 16 14:35:25.471 INFO O| Sep 16 14:35:25.471 INFO STEP 314 (remove_files) COMPLETE
49792024-09-16T14:35:26.550Z[ recovery-image] Sep 16 14:35:25.471 INFO O| Sep 16 14:35:25.471 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-09-16T14:35:26.569Z[ recovery-image] Sep 16 14:35:25.490 INFO O| Sep 16 14:35:25.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
49812024-09-16T14:35:26.569Z[ recovery-image] Sep 16 14:35:25.490 INFO O| Sep 16 14:35:25.490 INFO STEP 315 (remove_files) COMPLETE
49822024-09-16T14:35:26.572Z[ recovery-image] Sep 16 14:35:25.491 INFO O| Sep 16 14:35:25.490 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-09-16T14:35:26.589Z[ recovery-image] Sep 16 14:35:25.510 INFO O| Sep 16 14:35:25.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
49842024-09-16T14:35:26.589Z[ recovery-image] Sep 16 14:35:25.510 INFO O| Sep 16 14:35:25.510 INFO STEP 316 (remove_files) COMPLETE
49852024-09-16T14:35:26.592Z[ recovery-image] Sep 16 14:35:25.510 INFO O| Sep 16 14:35:25.510 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-09-16T14:35:26.608Z[ recovery-image] Sep 16 14:35:25.528 INFO O| Sep 16 14:35:25.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
49872024-09-16T14:35:26.608Z[ recovery-image] Sep 16 14:35:25.529 INFO O| Sep 16 14:35:25.529 INFO STEP 317 (remove_files) COMPLETE
49882024-09-16T14:35:26.608Z[ recovery-image] Sep 16 14:35:25.529 INFO O| Sep 16 14:35:25.529 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-09-16T14:35:26.626Z[ recovery-image] Sep 16 14:35:25.547 INFO O| Sep 16 14:35:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
49902024-09-16T14:35:26.626Z[ recovery-image] Sep 16 14:35:25.547 INFO O| Sep 16 14:35:25.547 INFO STEP 318 (remove_files) COMPLETE
49912024-09-16T14:35:26.626Z[ recovery-image] Sep 16 14:35:25.547 INFO O| Sep 16 14:35:25.547 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-09-16T14:35:26.644Z[ recovery-image] Sep 16 14:35:25.565 INFO O| Sep 16 14:35:25.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
49932024-09-16T14:35:26.644Z[ recovery-image] Sep 16 14:35:25.565 INFO O| Sep 16 14:35:25.565 INFO STEP 319 (remove_files) COMPLETE
49942024-09-16T14:35:26.647Z[ recovery-image] Sep 16 14:35:25.565 INFO O| Sep 16 14:35:25.565 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-09-16T14:35:26.664Z[ recovery-image] Sep 16 14:35:25.585 INFO O| Sep 16 14:35:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
49962024-09-16T14:35:26.665Z[ recovery-image] Sep 16 14:35:25.586 INFO O| Sep 16 14:35:25.585 INFO STEP 320 (remove_files) COMPLETE
49972024-09-16T14:35:26.665Z[ recovery-image] Sep 16 14:35:25.586 INFO O| Sep 16 14:35:25.586 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-09-16T14:35:26.683Z[ recovery-image] Sep 16 14:35:25.604 INFO O| Sep 16 14:35:25.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
49992024-09-16T14:35:26.683Z[ recovery-image] Sep 16 14:35:25.604 INFO O| Sep 16 14:35:25.604 INFO STEP 321 (remove_files) COMPLETE
50002024-09-16T14:35:26.683Z[ recovery-image] Sep 16 14:35:25.604 INFO O| Sep 16 14:35:25.604 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-09-16T14:35:26.711Z[ recovery-image] Sep 16 14:35:25.632 INFO O| Sep 16 14:35:25.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50022024-09-16T14:35:26.714Z[ recovery-image] Sep 16 14:35:25.632 INFO O| Sep 16 14:35:25.632 INFO STEP 322 (remove_files) COMPLETE
50032024-09-16T14:35:26.714Z[ recovery-image] Sep 16 14:35:25.632 INFO O| Sep 16 14:35:25.632 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-09-16T14:35:26.735Z[ recovery-image] Sep 16 14:35:25.655 INFO O| Sep 16 14:35:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50052024-09-16T14:35:26.738Z[ recovery-image] Sep 16 14:35:25.656 INFO O| Sep 16 14:35:25.656 INFO STEP 323 (remove_files) COMPLETE
50062024-09-16T14:35:26.738Z[ recovery-image] Sep 16 14:35:25.656 INFO O| Sep 16 14:35:25.656 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-09-16T14:35:26.761Z[ recovery-image] Sep 16 14:35:25.681 INFO O| Sep 16 14:35:25.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50082024-09-16T14:35:26.761Z[ recovery-image] Sep 16 14:35:25.681 INFO O| Sep 16 14:35:25.681 INFO STEP 324 (remove_files) COMPLETE
50092024-09-16T14:35:26.761Z[ recovery-image] Sep 16 14:35:25.681 INFO O| Sep 16 14:35:25.681 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-09-16T14:35:26.820Z[ recovery-image] Sep 16 14:35:25.740 INFO O| Sep 16 14:35:25.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50112024-09-16T14:35:26.820Z[ recovery-image] Sep 16 14:35:25.740 INFO O| Sep 16 14:35:25.740 INFO STEP 325 (remove_files) COMPLETE
50122024-09-16T14:35:26.820Z[ recovery-image] Sep 16 14:35:25.740 INFO O| Sep 16 14:35:25.740 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-09-16T14:35:26.875Z[ recovery-image] Sep 16 14:35:25.795 INFO O| Sep 16 14:35:25.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50142024-09-16T14:35:26.876Z[ recovery-image] Sep 16 14:35:25.796 INFO O| Sep 16 14:35:25.796 INFO STEP 326 (remove_files) COMPLETE
50152024-09-16T14:35:26.876Z[ recovery-image] Sep 16 14:35:25.796 INFO O| Sep 16 14:35:25.796 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-09-16T14:35:26.894Z[ recovery-image] Sep 16 14:35:25.815 INFO O| Sep 16 14:35:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50172024-09-16T14:35:26.894Z[ recovery-image] Sep 16 14:35:25.815 INFO O| Sep 16 14:35:25.815 INFO STEP 327 (remove_files) COMPLETE
50182024-09-16T14:35:26.894Z[ recovery-image] Sep 16 14:35:25.815 INFO O| Sep 16 14:35:25.815 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-09-16T14:35:26.914Z[ recovery-image] Sep 16 14:35:25.834 INFO O| Sep 16 14:35:25.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50202024-09-16T14:35:26.914Z[ recovery-image] Sep 16 14:35:25.834 INFO O| Sep 16 14:35:25.834 INFO STEP 328 (remove_files) COMPLETE
50212024-09-16T14:35:26.914Z[ recovery-image] Sep 16 14:35:25.834 INFO O| Sep 16 14:35:25.834 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-09-16T14:35:26.931Z[ recovery-image] Sep 16 14:35:25.852 INFO O| Sep 16 14:35:25.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50232024-09-16T14:35:26.931Z[ recovery-image] Sep 16 14:35:25.852 INFO O| Sep 16 14:35:25.852 INFO STEP 329 (remove_files) COMPLETE
50242024-09-16T14:35:26.931Z[ recovery-image] Sep 16 14:35:25.852 INFO O| Sep 16 14:35:25.852 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-09-16T14:35:26.950Z[ recovery-image] Sep 16 14:35:25.871 INFO O| Sep 16 14:35:25.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50262024-09-16T14:35:26.950Z[ recovery-image] Sep 16 14:35:25.871 INFO O| Sep 16 14:35:25.871 INFO STEP 330 (remove_files) COMPLETE
50272024-09-16T14:35:26.950Z[ recovery-image] Sep 16 14:35:25.871 INFO O| Sep 16 14:35:25.871 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-09-16T14:35:26.968Z[ recovery-image] Sep 16 14:35:25.889 INFO O| Sep 16 14:35:25.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50292024-09-16T14:35:26.968Z[ recovery-image] Sep 16 14:35:25.889 INFO O| Sep 16 14:35:25.889 INFO STEP 331 (remove_files) COMPLETE
50302024-09-16T14:35:26.968Z[ recovery-image] Sep 16 14:35:25.889 INFO O| Sep 16 14:35:25.889 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-09-16T14:35:26.986Z[ recovery-image] Sep 16 14:35:25.907 INFO O| Sep 16 14:35:25.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50322024-09-16T14:35:26.986Z[ recovery-image] Sep 16 14:35:25.907 INFO O| Sep 16 14:35:25.907 INFO STEP 332 (remove_files) COMPLETE
50332024-09-16T14:35:26.986Z[ recovery-image] Sep 16 14:35:25.907 INFO O| Sep 16 14:35:25.907 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-09-16T14:35:27.004Z[ recovery-image] Sep 16 14:35:25.925 INFO O| Sep 16 14:35:25.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50352024-09-16T14:35:27.007Z[ recovery-image] Sep 16 14:35:25.925 INFO O| Sep 16 14:35:25.925 INFO STEP 333 (remove_files) COMPLETE
50362024-09-16T14:35:27.007Z[ recovery-image] Sep 16 14:35:25.925 INFO O| Sep 16 14:35:25.925 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-09-16T14:35:27.022Z[ recovery-image] Sep 16 14:35:25.943 INFO O| Sep 16 14:35:25.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
50382024-09-16T14:35:27.022Z[ recovery-image] Sep 16 14:35:25.943 INFO O| Sep 16 14:35:25.943 INFO STEP 334 (remove_files) COMPLETE
50392024-09-16T14:35:27.022Z[ recovery-image] Sep 16 14:35:25.943 INFO O| Sep 16 14:35:25.943 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-09-16T14:35:27.039Z[ recovery-image] Sep 16 14:35:25.960 INFO O| Sep 16 14:35:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
50412024-09-16T14:35:27.039Z[ recovery-image] Sep 16 14:35:25.960 INFO O| Sep 16 14:35:25.960 INFO STEP 335 (remove_files) COMPLETE
50422024-09-16T14:35:27.042Z[ recovery-image] Sep 16 14:35:25.960 INFO O| Sep 16 14:35:25.960 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-09-16T14:35:27.057Z[ recovery-image] Sep 16 14:35:25.978 INFO O| Sep 16 14:35:25.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
50442024-09-16T14:35:27.057Z[ recovery-image] Sep 16 14:35:25.978 INFO O| Sep 16 14:35:25.978 INFO STEP 336 (remove_files) COMPLETE
50452024-09-16T14:35:27.057Z[ recovery-image] Sep 16 14:35:25.978 INFO O| Sep 16 14:35:25.978 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-09-16T14:35:27.075Z[ recovery-image] Sep 16 14:35:25.995 INFO O| Sep 16 14:35:25.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
50472024-09-16T14:35:27.075Z[ recovery-image] Sep 16 14:35:25.996 INFO O| Sep 16 14:35:25.996 INFO STEP 337 (remove_files) COMPLETE
50482024-09-16T14:35:27.075Z[ recovery-image] Sep 16 14:35:25.996 INFO O| Sep 16 14:35:25.996 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-09-16T14:35:27.110Z[ recovery-image] Sep 16 14:35:26.031 INFO O| Sep 16 14:35:26.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
50502024-09-16T14:35:27.110Z[ recovery-image] Sep 16 14:35:26.031 INFO O| Sep 16 14:35:26.031 INFO STEP 338 (remove_files) COMPLETE
50512024-09-16T14:35:27.110Z[ recovery-image] Sep 16 14:35:26.031 INFO O| Sep 16 14:35:26.031 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-09-16T14:35:27.129Z[ recovery-image] Sep 16 14:35:26.050 INFO O| Sep 16 14:35:26.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
50532024-09-16T14:35:27.140Z[ recovery-image] Sep 16 14:35:26.060 INFO O| Sep 16 14:35:26.060 INFO STEP 339 (remove_files) COMPLETE
50542024-09-16T14:35:27.140Z[ recovery-image] Sep 16 14:35:26.060 INFO O| Sep 16 14:35:26.060 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-09-16T14:35:27.178Z[ recovery-image] Sep 16 14:35:26.099 INFO O| Sep 16 14:35:26.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
50562024-09-16T14:35:27.178Z[ recovery-image] Sep 16 14:35:26.099 INFO O| Sep 16 14:35:26.099 INFO STEP 340 (remove_files) COMPLETE
50572024-09-16T14:35:27.178Z[ recovery-image] Sep 16 14:35:26.099 INFO O| Sep 16 14:35:26.099 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-09-16T14:35:27.245Z[ recovery-image] Sep 16 14:35:26.166 INFO O| Sep 16 14:35:26.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
50592024-09-16T14:35:27.245Z[ recovery-image] Sep 16 14:35:26.166 INFO O| Sep 16 14:35:26.166 INFO STEP 341 (remove_files) COMPLETE
50602024-09-16T14:35:27.245Z[ recovery-image] Sep 16 14:35:26.166 INFO O| Sep 16 14:35:26.166 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-09-16T14:35:27.263Z[ recovery-image] Sep 16 14:35:26.184 INFO O| Sep 16 14:35:26.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
50622024-09-16T14:35:27.263Z[ recovery-image] Sep 16 14:35:26.184 INFO O| Sep 16 14:35:26.184 INFO STEP 342 (remove_files) COMPLETE
50632024-09-16T14:35:27.266Z[ recovery-image] Sep 16 14:35:26.184 INFO O| Sep 16 14:35:26.184 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-09-16T14:35:27.283Z[ recovery-image] Sep 16 14:35:26.204 INFO O| Sep 16 14:35:26.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
50652024-09-16T14:35:27.283Z[ recovery-image] Sep 16 14:35:26.204 INFO O| Sep 16 14:35:26.204 INFO STEP 343 (remove_files) COMPLETE
50662024-09-16T14:35:27.286Z[ recovery-image] Sep 16 14:35:26.204 INFO O| Sep 16 14:35:26.204 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-09-16T14:35:27.302Z[ recovery-image] Sep 16 14:35:26.222 INFO O| Sep 16 14:35:26.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
50682024-09-16T14:35:27.302Z[ recovery-image] Sep 16 14:35:26.222 INFO O| Sep 16 14:35:26.222 INFO STEP 344 (remove_files) COMPLETE
50692024-09-16T14:35:27.302Z[ recovery-image] Sep 16 14:35:26.222 INFO O| Sep 16 14:35:26.222 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-09-16T14:35:27.320Z[ recovery-image] Sep 16 14:35:26.240 INFO O| Sep 16 14:35:26.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
50712024-09-16T14:35:27.320Z[ recovery-image] Sep 16 14:35:26.241 INFO O| Sep 16 14:35:26.240 INFO STEP 345 (remove_files) COMPLETE
50722024-09-16T14:35:27.320Z[ recovery-image] Sep 16 14:35:26.241 INFO O| Sep 16 14:35:26.240 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-09-16T14:35:27.353Z[ recovery-image] Sep 16 14:35:26.273 INFO O| Sep 16 14:35:26.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
50742024-09-16T14:35:27.373Z[ recovery-image] Sep 16 14:35:26.294 INFO O| Sep 16 14:35:26.294 INFO STEP 346 (remove_files) COMPLETE
50752024-09-16T14:35:27.376Z[ recovery-image] Sep 16 14:35:26.294 INFO O| Sep 16 14:35:26.294 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-09-16T14:35:27.392Z[ recovery-image] Sep 16 14:35:26.313 INFO O| Sep 16 14:35:26.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
50772024-09-16T14:35:27.395Z[ recovery-image] Sep 16 14:35:26.313 INFO O| Sep 16 14:35:26.313 INFO STEP 347 (remove_files) COMPLETE
50782024-09-16T14:35:27.395Z[ recovery-image] Sep 16 14:35:26.313 INFO O| Sep 16 14:35:26.313 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-09-16T14:35:27.411Z[ recovery-image] Sep 16 14:35:26.331 INFO O| Sep 16 14:35:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
50802024-09-16T14:35:27.413Z[ recovery-image] Sep 16 14:35:26.332 INFO O| Sep 16 14:35:26.332 INFO STEP 348 (remove_files) COMPLETE
50812024-09-16T14:35:27.413Z[ recovery-image] Sep 16 14:35:26.332 INFO O| Sep 16 14:35:26.332 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-09-16T14:35:27.429Z[ recovery-image] Sep 16 14:35:26.350 INFO O| Sep 16 14:35:26.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
50832024-09-16T14:35:27.432Z[ recovery-image] Sep 16 14:35:26.350 INFO O| Sep 16 14:35:26.350 INFO STEP 349 (remove_files) COMPLETE
50842024-09-16T14:35:27.432Z[ recovery-image] Sep 16 14:35:26.350 INFO O| Sep 16 14:35:26.350 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-09-16T14:35:27.461Z[ recovery-image] Sep 16 14:35:26.381 INFO O| Sep 16 14:35:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
50862024-09-16T14:35:27.461Z[ recovery-image] Sep 16 14:35:26.381 INFO O| Sep 16 14:35:26.381 INFO STEP 350 (remove_files) COMPLETE
50872024-09-16T14:35:27.461Z[ recovery-image] Sep 16 14:35:26.381 INFO O| Sep 16 14:35:26.381 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-09-16T14:35:27.481Z[ recovery-image] Sep 16 14:35:26.401 INFO O| Sep 16 14:35:26.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
50892024-09-16T14:35:27.481Z[ recovery-image] Sep 16 14:35:26.401 INFO O| Sep 16 14:35:26.401 INFO STEP 351 (remove_files) COMPLETE
50902024-09-16T14:35:27.481Z[ recovery-image] Sep 16 14:35:26.401 INFO O| Sep 16 14:35:26.401 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-09-16T14:35:27.498Z[ recovery-image] Sep 16 14:35:26.418 INFO O| Sep 16 14:35:26.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
50922024-09-16T14:35:27.498Z[ recovery-image] Sep 16 14:35:26.418 INFO O| Sep 16 14:35:26.418 INFO STEP 352 (remove_files) COMPLETE
50932024-09-16T14:35:27.498Z[ recovery-image] Sep 16 14:35:26.418 INFO O| Sep 16 14:35:26.418 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-09-16T14:35:27.514Z[ recovery-image] Sep 16 14:35:26.435 INFO O| Sep 16 14:35:26.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
50952024-09-16T14:35:27.514Z[ recovery-image] Sep 16 14:35:26.435 INFO O| Sep 16 14:35:26.435 INFO STEP 353 (remove_files) COMPLETE
50962024-09-16T14:35:27.514Z[ recovery-image] Sep 16 14:35:26.435 INFO O| Sep 16 14:35:26.435 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-09-16T14:35:27.531Z[ recovery-image] Sep 16 14:35:26.452 INFO O| Sep 16 14:35:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
50982024-09-16T14:35:27.531Z[ recovery-image] Sep 16 14:35:26.452 INFO O| Sep 16 14:35:26.452 INFO STEP 354 (remove_files) COMPLETE
50992024-09-16T14:35:27.531Z[ recovery-image] Sep 16 14:35:26.452 INFO O| Sep 16 14:35:26.452 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-09-16T14:35:27.551Z[ recovery-image] Sep 16 14:35:26.471 INFO O| Sep 16 14:35:26.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51012024-09-16T14:35:27.551Z[ recovery-image] Sep 16 14:35:26.471 INFO O| Sep 16 14:35:26.471 INFO STEP 355 (remove_files) COMPLETE
51022024-09-16T14:35:27.551Z[ recovery-image] Sep 16 14:35:26.471 INFO O| Sep 16 14:35:26.471 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-09-16T14:35:27.607Z[ recovery-image] Sep 16 14:35:26.527 INFO O| Sep 16 14:35:26.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51042024-09-16T14:35:27.607Z[ recovery-image] Sep 16 14:35:26.527 INFO O| Sep 16 14:35:26.527 INFO STEP 356 (remove_files) COMPLETE
51052024-09-16T14:35:27.607Z[ recovery-image] Sep 16 14:35:26.527 INFO O| Sep 16 14:35:26.527 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-09-16T14:35:27.625Z[ recovery-image] Sep 16 14:35:26.545 INFO O| Sep 16 14:35:26.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51072024-09-16T14:35:27.625Z[ recovery-image] Sep 16 14:35:26.545 INFO O| Sep 16 14:35:26.545 INFO STEP 357 (remove_files) COMPLETE
51082024-09-16T14:35:27.625Z[ recovery-image] Sep 16 14:35:26.545 INFO O| Sep 16 14:35:26.545 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-09-16T14:35:27.642Z[ recovery-image] Sep 16 14:35:26.562 INFO O| Sep 16 14:35:26.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51102024-09-16T14:35:27.642Z[ recovery-image] Sep 16 14:35:26.562 INFO O| Sep 16 14:35:26.562 INFO STEP 358 (remove_files) COMPLETE
51112024-09-16T14:35:27.642Z[ recovery-image] Sep 16 14:35:26.562 INFO O| Sep 16 14:35:26.562 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-09-16T14:35:27.660Z[ recovery-image] Sep 16 14:35:26.581 INFO O| Sep 16 14:35:26.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51132024-09-16T14:35:27.660Z[ recovery-image] Sep 16 14:35:26.581 INFO O| Sep 16 14:35:26.581 INFO STEP 359 (remove_files) COMPLETE
51142024-09-16T14:35:27.660Z[ recovery-image] Sep 16 14:35:26.581 INFO O| Sep 16 14:35:26.581 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-09-16T14:35:27.692Z[ recovery-image] Sep 16 14:35:26.612 INFO O| Sep 16 14:35:26.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51162024-09-16T14:35:27.699Z[ recovery-image] Sep 16 14:35:26.612 INFO O| Sep 16 14:35:26.612 INFO STEP 360 (remove_files) COMPLETE
51172024-09-16T14:35:27.701Z[ recovery-image] Sep 16 14:35:26.612 INFO O| Sep 16 14:35:26.612 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-09-16T14:35:27.731Z[ recovery-image] Sep 16 14:35:26.650 INFO O| Sep 16 14:35:26.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51192024-09-16T14:35:27.731Z[ recovery-image] Sep 16 14:35:26.651 INFO O| Sep 16 14:35:26.650 INFO STEP 361 (remove_files) COMPLETE
51202024-09-16T14:35:27.731Z[ recovery-image] Sep 16 14:35:26.651 INFO O| Sep 16 14:35:26.651 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-09-16T14:35:27.771Z[ recovery-image] Sep 16 14:35:26.689 INFO O| Sep 16 14:35:26.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51222024-09-16T14:35:27.771Z[ recovery-image] Sep 16 14:35:26.689 INFO O| Sep 16 14:35:26.689 INFO STEP 362 (remove_files) COMPLETE
51232024-09-16T14:35:27.771Z[ recovery-image] Sep 16 14:35:26.689 INFO O| Sep 16 14:35:26.689 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-09-16T14:35:27.818Z[ recovery-image] Sep 16 14:35:26.739 INFO O| Sep 16 14:35:26.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51252024-09-16T14:35:27.822Z[ recovery-image] Sep 16 14:35:26.739 INFO O| Sep 16 14:35:26.739 INFO STEP 363 (remove_files) COMPLETE
51262024-09-16T14:35:27.822Z[ recovery-image] Sep 16 14:35:26.739 INFO O| Sep 16 14:35:26.739 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-09-16T14:35:27.839Z[ recovery-image] Sep 16 14:35:26.760 INFO O| Sep 16 14:35:26.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51282024-09-16T14:35:27.842Z[ recovery-image] Sep 16 14:35:26.760 INFO O| Sep 16 14:35:26.760 INFO STEP 364 (remove_files) COMPLETE
51292024-09-16T14:35:27.842Z[ recovery-image] Sep 16 14:35:26.760 INFO O| Sep 16 14:35:26.760 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-09-16T14:35:27.859Z[ recovery-image] Sep 16 14:35:26.780 INFO O| Sep 16 14:35:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51312024-09-16T14:35:27.862Z[ recovery-image] Sep 16 14:35:26.780 INFO O| Sep 16 14:35:26.780 INFO STEP 365 (remove_files) COMPLETE
51322024-09-16T14:35:27.862Z[ recovery-image] Sep 16 14:35:26.780 INFO O| Sep 16 14:35:26.780 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-09-16T14:35:27.881Z[ recovery-image] Sep 16 14:35:26.801 INFO O| Sep 16 14:35:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
51342024-09-16T14:35:27.881Z[ recovery-image] Sep 16 14:35:26.801 INFO O| Sep 16 14:35:26.801 INFO STEP 366 (remove_files) COMPLETE
51352024-09-16T14:35:27.883Z[ recovery-image] Sep 16 14:35:26.801 INFO O| Sep 16 14:35:26.801 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-09-16T14:35:27.902Z[ recovery-image] Sep 16 14:35:26.822 INFO O| Sep 16 14:35:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
51372024-09-16T14:35:27.902Z[ recovery-image] Sep 16 14:35:26.822 INFO O| Sep 16 14:35:26.822 INFO STEP 367 (remove_files) COMPLETE
51382024-09-16T14:35:27.902Z[ recovery-image] Sep 16 14:35:26.822 INFO O| Sep 16 14:35:26.822 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-09-16T14:35:27.921Z[ recovery-image] Sep 16 14:35:26.841 INFO O| Sep 16 14:35:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
51402024-09-16T14:35:27.923Z[ recovery-image] Sep 16 14:35:26.841 INFO O| Sep 16 14:35:26.841 INFO STEP 368 (remove_files) COMPLETE
51412024-09-16T14:35:27.923Z[ recovery-image] Sep 16 14:35:26.842 INFO O| Sep 16 14:35:26.841 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-09-16T14:35:27.939Z[ recovery-image] Sep 16 14:35:26.860 INFO O| Sep 16 14:35:26.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
51432024-09-16T14:35:27.942Z[ recovery-image] Sep 16 14:35:26.860 INFO O| Sep 16 14:35:26.860 INFO STEP 369 (remove_files) COMPLETE
51442024-09-16T14:35:27.942Z[ recovery-image] Sep 16 14:35:26.860 INFO O| Sep 16 14:35:26.860 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-09-16T14:35:27.958Z[ recovery-image] Sep 16 14:35:26.879 INFO O| Sep 16 14:35:26.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
51462024-09-16T14:35:27.961Z[ recovery-image] Sep 16 14:35:26.879 INFO O| Sep 16 14:35:26.879 INFO STEP 370 (remove_files) COMPLETE
51472024-09-16T14:35:27.961Z[ recovery-image] Sep 16 14:35:26.879 INFO O| Sep 16 14:35:26.879 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-09-16T14:35:27.977Z[ recovery-image] Sep 16 14:35:26.898 INFO O| Sep 16 14:35:26.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
51492024-09-16T14:35:27.979Z[ recovery-image] Sep 16 14:35:26.898 INFO O| Sep 16 14:35:26.898 INFO STEP 371 (remove_files) COMPLETE
51502024-09-16T14:35:27.980Z[ recovery-image] Sep 16 14:35:26.898 INFO O| Sep 16 14:35:26.898 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-09-16T14:35:27.997Z[ recovery-image] Sep 16 14:35:26.918 INFO O| Sep 16 14:35:26.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
51522024-09-16T14:35:27.999Z[ recovery-image] Sep 16 14:35:26.918 INFO O| Sep 16 14:35:26.918 INFO STEP 372 (remove_files) COMPLETE
51532024-09-16T14:35:27.999Z[ recovery-image] Sep 16 14:35:26.918 INFO O| Sep 16 14:35:26.918 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-09-16T14:35:28.015Z[ recovery-image] Sep 16 14:35:26.936 INFO O| Sep 16 14:35:26.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
51552024-09-16T14:35:28.018Z[ recovery-image] Sep 16 14:35:26.936 INFO O| Sep 16 14:35:26.936 INFO STEP 373 (remove_files) COMPLETE
51562024-09-16T14:35:28.018Z[ recovery-image] Sep 16 14:35:26.936 INFO O| Sep 16 14:35:26.936 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-09-16T14:35:28.033Z[ recovery-image] Sep 16 14:35:26.954 INFO O| Sep 16 14:35:26.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
51582024-09-16T14:35:28.035Z[ recovery-image] Sep 16 14:35:26.954 INFO O| Sep 16 14:35:26.954 INFO STEP 374 (remove_files) COMPLETE
51592024-09-16T14:35:28.035Z[ recovery-image] Sep 16 14:35:26.954 INFO O| Sep 16 14:35:26.954 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-09-16T14:35:28.051Z[ recovery-image] Sep 16 14:35:26.972 INFO O| Sep 16 14:35:26.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
51612024-09-16T14:35:28.054Z[ recovery-image] Sep 16 14:35:26.972 INFO O| Sep 16 14:35:26.972 INFO STEP 375 (remove_files) COMPLETE
51622024-09-16T14:35:28.054Z[ recovery-image] Sep 16 14:35:26.972 INFO O| Sep 16 14:35:26.972 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-09-16T14:35:28.069Z[ recovery-image] Sep 16 14:35:26.990 INFO O| Sep 16 14:35:26.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
51642024-09-16T14:35:28.072Z[ recovery-image] Sep 16 14:35:26.991 INFO O| Sep 16 14:35:26.990 INFO STEP 376 (remove_files) COMPLETE
51652024-09-16T14:35:28.072Z[ recovery-image] Sep 16 14:35:26.991 INFO O| Sep 16 14:35:26.991 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-09-16T14:35:28.089Z[ recovery-image] Sep 16 14:35:27.010 INFO O| Sep 16 14:35:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
51672024-09-16T14:35:28.092Z[ recovery-image] Sep 16 14:35:27.010 INFO O| Sep 16 14:35:27.010 INFO STEP 377 (remove_files) COMPLETE
51682024-09-16T14:35:28.092Z[ recovery-image] Sep 16 14:35:27.010 INFO O| Sep 16 14:35:27.010 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-09-16T14:35:28.108Z[ recovery-image] Sep 16 14:35:27.029 INFO O| Sep 16 14:35:27.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
51702024-09-16T14:35:28.108Z[ recovery-image] Sep 16 14:35:27.029 INFO O| Sep 16 14:35:27.029 INFO STEP 378 (remove_files) COMPLETE
51712024-09-16T14:35:28.111Z[ recovery-image] Sep 16 14:35:27.029 INFO O| Sep 16 14:35:27.029 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-09-16T14:35:28.141Z[ recovery-image] Sep 16 14:35:27.062 INFO O| Sep 16 14:35:27.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
51732024-09-16T14:35:28.144Z[ recovery-image] Sep 16 14:35:27.062 INFO O| Sep 16 14:35:27.062 INFO STEP 379 (remove_files) COMPLETE
51742024-09-16T14:35:28.144Z[ recovery-image] Sep 16 14:35:27.062 INFO O| Sep 16 14:35:27.062 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-09-16T14:35:28.159Z[ recovery-image] Sep 16 14:35:27.079 INFO O| Sep 16 14:35:27.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
51762024-09-16T14:35:28.161Z[ recovery-image] Sep 16 14:35:27.080 INFO O| Sep 16 14:35:27.079 INFO STEP 380 (remove_files) COMPLETE
51772024-09-16T14:35:28.161Z[ recovery-image] Sep 16 14:35:27.080 INFO O| Sep 16 14:35:27.080 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-09-16T14:35:28.177Z[ recovery-image] Sep 16 14:35:27.098 INFO O| Sep 16 14:35:27.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
51792024-09-16T14:35:28.180Z[ recovery-image] Sep 16 14:35:27.098 INFO O| Sep 16 14:35:27.098 INFO STEP 381 (remove_files) COMPLETE
51802024-09-16T14:35:28.180Z[ recovery-image] Sep 16 14:35:27.098 INFO O| Sep 16 14:35:27.098 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-09-16T14:35:28.195Z[ recovery-image] Sep 16 14:35:27.116 INFO O| Sep 16 14:35:27.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
51822024-09-16T14:35:28.198Z[ recovery-image] Sep 16 14:35:27.116 INFO O| Sep 16 14:35:27.116 INFO STEP 382 (remove_files) COMPLETE
51832024-09-16T14:35:28.198Z[ recovery-image] Sep 16 14:35:27.116 INFO O| Sep 16 14:35:27.116 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-09-16T14:35:28.215Z[ recovery-image] Sep 16 14:35:27.135 INFO O| Sep 16 14:35:27.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
51852024-09-16T14:35:28.218Z[ recovery-image] Sep 16 14:35:27.135 INFO O| Sep 16 14:35:27.135 INFO STEP 383 (remove_files) COMPLETE
51862024-09-16T14:35:28.218Z[ recovery-image] Sep 16 14:35:27.135 INFO O| Sep 16 14:35:27.135 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-09-16T14:35:28.233Z[ recovery-image] Sep 16 14:35:27.154 INFO O| Sep 16 14:35:27.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
51882024-09-16T14:35:28.236Z[ recovery-image] Sep 16 14:35:27.154 INFO O| Sep 16 14:35:27.154 INFO STEP 384 (remove_files) COMPLETE
51892024-09-16T14:35:28.236Z[ recovery-image] Sep 16 14:35:27.154 INFO O| Sep 16 14:35:27.154 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-09-16T14:35:28.252Z[ recovery-image] Sep 16 14:35:27.172 INFO O| Sep 16 14:35:27.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
51912024-09-16T14:35:28.254Z[ recovery-image] Sep 16 14:35:27.173 INFO O| Sep 16 14:35:27.173 INFO STEP 385 (remove_files) COMPLETE
51922024-09-16T14:35:28.254Z[ recovery-image] Sep 16 14:35:27.173 INFO O| Sep 16 14:35:27.173 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-09-16T14:35:28.270Z[ recovery-image] Sep 16 14:35:27.191 INFO O| Sep 16 14:35:27.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
51942024-09-16T14:35:28.270Z[ recovery-image] Sep 16 14:35:27.191 INFO O| Sep 16 14:35:27.191 INFO STEP 386 (remove_files) COMPLETE
51952024-09-16T14:35:28.273Z[ recovery-image] Sep 16 14:35:27.191 INFO O| Sep 16 14:35:27.191 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-09-16T14:35:28.330Z[ recovery-image] Sep 16 14:35:27.250 INFO O| Sep 16 14:35:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
51972024-09-16T14:35:28.330Z[ recovery-image] Sep 16 14:35:27.250 INFO O| Sep 16 14:35:27.250 INFO STEP 387 (remove_files) COMPLETE
51982024-09-16T14:35:28.330Z[ recovery-image] Sep 16 14:35:27.250 INFO O| Sep 16 14:35:27.250 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-09-16T14:35:28.348Z[ recovery-image] Sep 16 14:35:27.269 INFO O| Sep 16 14:35:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52002024-09-16T14:35:28.348Z[ recovery-image] Sep 16 14:35:27.269 INFO O| Sep 16 14:35:27.269 INFO STEP 388 (remove_files) COMPLETE
52012024-09-16T14:35:28.348Z[ recovery-image] Sep 16 14:35:27.269 INFO O| Sep 16 14:35:27.269 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-09-16T14:35:28.367Z[ recovery-image] Sep 16 14:35:27.287 INFO O| Sep 16 14:35:27.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52032024-09-16T14:35:28.367Z[ recovery-image] Sep 16 14:35:27.287 INFO O| Sep 16 14:35:27.287 INFO STEP 389 (remove_files) COMPLETE
52042024-09-16T14:35:28.367Z[ recovery-image] Sep 16 14:35:27.287 INFO O| Sep 16 14:35:27.287 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-09-16T14:35:28.402Z[ recovery-image] Sep 16 14:35:27.322 INFO O| Sep 16 14:35:27.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52062024-09-16T14:35:28.402Z[ recovery-image] Sep 16 14:35:27.323 INFO O| Sep 16 14:35:27.322 INFO STEP 390 (remove_files) COMPLETE
52072024-09-16T14:35:28.402Z[ recovery-image] Sep 16 14:35:27.323 INFO O| Sep 16 14:35:27.322 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-09-16T14:35:28.421Z[ recovery-image] Sep 16 14:35:27.341 INFO O| Sep 16 14:35:27.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52092024-09-16T14:35:28.421Z[ recovery-image] Sep 16 14:35:27.341 INFO O| Sep 16 14:35:27.341 INFO STEP 391 (remove_files) COMPLETE
52102024-09-16T14:35:28.423Z[ recovery-image] Sep 16 14:35:27.341 INFO O| Sep 16 14:35:27.341 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-09-16T14:35:28.439Z[ recovery-image] Sep 16 14:35:27.359 INFO O| Sep 16 14:35:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52122024-09-16T14:35:28.439Z[ recovery-image] Sep 16 14:35:27.360 INFO O| Sep 16 14:35:27.360 INFO STEP 392 (remove_files) COMPLETE
52132024-09-16T14:35:28.439Z[ recovery-image] Sep 16 14:35:27.360 INFO O| Sep 16 14:35:27.360 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-09-16T14:35:28.457Z[ recovery-image] Sep 16 14:35:27.378 INFO O| Sep 16 14:35:27.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52152024-09-16T14:35:28.457Z[ recovery-image] Sep 16 14:35:27.378 INFO O| Sep 16 14:35:27.378 INFO STEP 393 (remove_files) COMPLETE
52162024-09-16T14:35:28.460Z[ recovery-image] Sep 16 14:35:27.378 INFO O| Sep 16 14:35:27.378 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-09-16T14:35:28.476Z[ recovery-image] Sep 16 14:35:27.396 INFO O| Sep 16 14:35:27.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52182024-09-16T14:35:28.476Z[ recovery-image] Sep 16 14:35:27.397 INFO O| Sep 16 14:35:27.397 INFO STEP 394 (remove_files) COMPLETE
52192024-09-16T14:35:28.479Z[ recovery-image] Sep 16 14:35:27.397 INFO O| Sep 16 14:35:27.397 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-09-16T14:35:28.553Z[ recovery-image] Sep 16 14:35:27.474 INFO O| Sep 16 14:35:27.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52212024-09-16T14:35:28.553Z[ recovery-image] Sep 16 14:35:27.474 INFO O| Sep 16 14:35:27.474 INFO STEP 395 (remove_files) COMPLETE
52222024-09-16T14:35:28.553Z[ recovery-image] Sep 16 14:35:27.474 INFO O| Sep 16 14:35:27.474 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-09-16T14:35:28.574Z[ recovery-image] Sep 16 14:35:27.494 INFO O| Sep 16 14:35:27.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52242024-09-16T14:35:28.574Z[ recovery-image] Sep 16 14:35:27.494 INFO O| Sep 16 14:35:27.494 INFO STEP 396 (remove_files) COMPLETE
52252024-09-16T14:35:28.574Z[ recovery-image] Sep 16 14:35:27.494 INFO O| Sep 16 14:35:27.494 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-09-16T14:35:28.593Z[ recovery-image] Sep 16 14:35:27.513 INFO O| Sep 16 14:35:27.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52272024-09-16T14:35:28.593Z[ recovery-image] Sep 16 14:35:27.513 INFO O| Sep 16 14:35:27.513 INFO STEP 397 (remove_files) COMPLETE
52282024-09-16T14:35:28.596Z[ recovery-image] Sep 16 14:35:27.513 INFO O| Sep 16 14:35:27.513 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-09-16T14:35:28.611Z[ recovery-image] Sep 16 14:35:27.531 INFO O| Sep 16 14:35:27.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52302024-09-16T14:35:28.611Z[ recovery-image] Sep 16 14:35:27.531 INFO O| Sep 16 14:35:27.531 INFO STEP 398 (remove_files) COMPLETE
52312024-09-16T14:35:28.611Z[ recovery-image] Sep 16 14:35:27.531 INFO O| Sep 16 14:35:27.531 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-09-16T14:35:28.629Z[ recovery-image] Sep 16 14:35:27.549 INFO O| Sep 16 14:35:27.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
52332024-09-16T14:35:28.631Z[ recovery-image] Sep 16 14:35:27.549 INFO O| Sep 16 14:35:27.549 INFO STEP 399 (remove_files) COMPLETE
52342024-09-16T14:35:28.631Z[ recovery-image] Sep 16 14:35:27.549 INFO O| Sep 16 14:35:27.549 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-09-16T14:35:28.667Z[ recovery-image] Sep 16 14:35:27.588 INFO O| Sep 16 14:35:27.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
52362024-09-16T14:35:28.668Z[ recovery-image] Sep 16 14:35:27.588 INFO O| Sep 16 14:35:27.588 INFO STEP 400 (remove_files) COMPLETE
52372024-09-16T14:35:28.670Z[ recovery-image] Sep 16 14:35:27.588 INFO O| Sep 16 14:35:27.588 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-09-16T14:35:28.687Z[ recovery-image] Sep 16 14:35:27.608 INFO O| Sep 16 14:35:27.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
52392024-09-16T14:35:28.687Z[ recovery-image] Sep 16 14:35:27.608 INFO O| Sep 16 14:35:27.608 INFO STEP 401 (remove_files) COMPLETE
52402024-09-16T14:35:28.690Z[ recovery-image] Sep 16 14:35:27.608 INFO O| Sep 16 14:35:27.608 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-09-16T14:35:28.706Z[ recovery-image] Sep 16 14:35:27.626 INFO O| Sep 16 14:35:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
52422024-09-16T14:35:28.706Z[ recovery-image] Sep 16 14:35:27.626 INFO O| Sep 16 14:35:27.626 INFO STEP 402 (remove_files) COMPLETE
52432024-09-16T14:35:28.706Z[ recovery-image] Sep 16 14:35:27.627 INFO O| Sep 16 14:35:27.626 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-09-16T14:35:28.727Z[ recovery-image] Sep 16 14:35:27.648 INFO O| Sep 16 14:35:27.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
52452024-09-16T14:35:28.730Z[ recovery-image] Sep 16 14:35:27.648 INFO O| Sep 16 14:35:27.648 INFO STEP 403 (remove_files) COMPLETE
52462024-09-16T14:35:28.730Z[ recovery-image] Sep 16 14:35:27.648 INFO O| Sep 16 14:35:27.648 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-09-16T14:35:28.785Z[ recovery-image] Sep 16 14:35:27.705 INFO O| Sep 16 14:35:27.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
52482024-09-16T14:35:28.788Z[ recovery-image] Sep 16 14:35:27.706 INFO O| Sep 16 14:35:27.706 INFO STEP 404 (remove_files) COMPLETE
52492024-09-16T14:35:28.788Z[ recovery-image] Sep 16 14:35:27.706 INFO O| Sep 16 14:35:27.706 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-16T14:35:28.807Z[ recovery-image] Sep 16 14:35:27.728 INFO O| Sep 16 14:35:27.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
52512024-09-16T14:35:28.810Z[ recovery-image] Sep 16 14:35:27.728 INFO O| Sep 16 14:35:27.728 INFO STEP 405 (remove_files) COMPLETE
52522024-09-16T14:35:28.810Z[ recovery-image] Sep 16 14:35:27.728 INFO O| Sep 16 14:35:27.728 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-16T14:35:28.828Z[ recovery-image] Sep 16 14:35:27.748 INFO O| Sep 16 14:35:27.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
52542024-09-16T14:35:28.831Z[ recovery-image] Sep 16 14:35:27.749 INFO O| Sep 16 14:35:27.749 INFO STEP 406 (remove_files) COMPLETE
52552024-09-16T14:35:28.831Z[ recovery-image] Sep 16 14:35:27.749 INFO O| Sep 16 14:35:27.749 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-09-16T14:35:28.850Z[ recovery-image] Sep 16 14:35:27.770 INFO O| Sep 16 14:35:27.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
52572024-09-16T14:35:28.850Z[ recovery-image] Sep 16 14:35:27.770 INFO O| Sep 16 14:35:27.770 INFO STEP 407 (remove_files) COMPLETE
52582024-09-16T14:35:28.852Z[ recovery-image] Sep 16 14:35:27.770 INFO O| Sep 16 14:35:27.770 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-09-16T14:35:28.871Z[ recovery-image] Sep 16 14:35:27.791 INFO O| Sep 16 14:35:27.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
52602024-09-16T14:35:28.873Z[ recovery-image] Sep 16 14:35:27.791 INFO O| Sep 16 14:35:27.791 INFO STEP 408 (remove_files) COMPLETE
52612024-09-16T14:35:28.873Z[ recovery-image] Sep 16 14:35:27.791 INFO O| Sep 16 14:35:27.791 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-09-16T14:35:28.891Z[ recovery-image] Sep 16 14:35:27.811 INFO O| Sep 16 14:35:27.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
52632024-09-16T14:35:28.893Z[ recovery-image] Sep 16 14:35:27.812 INFO O| Sep 16 14:35:27.811 INFO STEP 409 (remove_files) COMPLETE
52642024-09-16T14:35:28.893Z[ recovery-image] Sep 16 14:35:27.812 INFO O| Sep 16 14:35:27.812 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-09-16T14:35:28.911Z[ recovery-image] Sep 16 14:35:27.832 INFO O| Sep 16 14:35:27.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
52662024-09-16T14:35:28.914Z[ recovery-image] Sep 16 14:35:27.832 INFO O| Sep 16 14:35:27.832 INFO STEP 410 (remove_files) COMPLETE
52672024-09-16T14:35:28.914Z[ recovery-image] Sep 16 14:35:27.832 INFO O| Sep 16 14:35:27.832 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-09-16T14:35:28.945Z[ recovery-image] Sep 16 14:35:27.865 INFO O| Sep 16 14:35:27.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
52692024-09-16T14:35:28.945Z[ recovery-image] Sep 16 14:35:27.865 INFO O| Sep 16 14:35:27.865 INFO STEP 411 (remove_files) COMPLETE
52702024-09-16T14:35:28.948Z[ recovery-image] Sep 16 14:35:27.865 INFO O| Sep 16 14:35:27.865 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-09-16T14:35:28.965Z[ recovery-image] Sep 16 14:35:27.885 INFO O| Sep 16 14:35:27.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
52722024-09-16T14:35:28.965Z[ recovery-image] Sep 16 14:35:27.885 INFO O| Sep 16 14:35:27.885 INFO STEP 412 (remove_files) COMPLETE
52732024-09-16T14:35:28.965Z[ recovery-image] Sep 16 14:35:27.886 INFO O| Sep 16 14:35:27.885 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-09-16T14:35:28.983Z[ recovery-image] Sep 16 14:35:27.904 INFO O| Sep 16 14:35:27.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
52752024-09-16T14:35:28.983Z[ recovery-image] Sep 16 14:35:27.904 INFO O| Sep 16 14:35:27.904 INFO STEP 413 (remove_files) COMPLETE
52762024-09-16T14:35:28.983Z[ recovery-image] Sep 16 14:35:27.904 INFO O| Sep 16 14:35:27.904 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-09-16T14:35:29.002Z[ recovery-image] Sep 16 14:35:27.922 INFO O| Sep 16 14:35:27.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
52782024-09-16T14:35:29.002Z[ recovery-image] Sep 16 14:35:27.922 INFO O| Sep 16 14:35:27.922 INFO STEP 414 (remove_files) COMPLETE
52792024-09-16T14:35:29.005Z[ recovery-image] Sep 16 14:35:27.922 INFO O| Sep 16 14:35:27.922 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-09-16T14:35:29.020Z[ recovery-image] Sep 16 14:35:27.941 INFO O| Sep 16 14:35:27.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
52812024-09-16T14:35:29.020Z[ recovery-image] Sep 16 14:35:27.941 INFO O| Sep 16 14:35:27.941 INFO STEP 415 (remove_files) COMPLETE
52822024-09-16T14:35:29.023Z[ recovery-image] Sep 16 14:35:27.941 INFO O| Sep 16 14:35:27.941 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-09-16T14:35:29.038Z[ recovery-image] Sep 16 14:35:27.959 INFO O| Sep 16 14:35:27.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
52842024-09-16T14:35:29.038Z[ recovery-image] Sep 16 14:35:27.959 INFO O| Sep 16 14:35:27.959 INFO STEP 416 (remove_files) COMPLETE
52852024-09-16T14:35:29.041Z[ recovery-image] Sep 16 14:35:27.959 INFO O| Sep 16 14:35:27.959 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-09-16T14:35:29.057Z[ recovery-image] Sep 16 14:35:27.977 INFO O| Sep 16 14:35:27.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
52872024-09-16T14:35:29.057Z[ recovery-image] Sep 16 14:35:27.977 INFO O| Sep 16 14:35:27.977 INFO STEP 417 (remove_files) COMPLETE
52882024-09-16T14:35:29.057Z[ recovery-image] Sep 16 14:35:27.978 INFO O| Sep 16 14:35:27.977 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-09-16T14:35:29.076Z[ recovery-image] Sep 16 14:35:27.996 INFO O| Sep 16 14:35:27.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
52902024-09-16T14:35:29.076Z[ recovery-image] Sep 16 14:35:27.996 INFO O| Sep 16 14:35:27.996 INFO STEP 418 (remove_files) COMPLETE
52912024-09-16T14:35:29.079Z[ recovery-image] Sep 16 14:35:27.997 INFO O| Sep 16 14:35:27.996 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-09-16T14:35:29.095Z[ recovery-image] Sep 16 14:35:28.016 INFO O| Sep 16 14:35:28.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
52932024-09-16T14:35:29.095Z[ recovery-image] Sep 16 14:35:28.016 INFO O| Sep 16 14:35:28.016 INFO STEP 419 (remove_files) COMPLETE
52942024-09-16T14:35:29.095Z[ recovery-image] Sep 16 14:35:28.016 INFO O| Sep 16 14:35:28.016 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-09-16T14:35:29.113Z[ recovery-image] Sep 16 14:35:28.033 INFO O| Sep 16 14:35:28.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
52962024-09-16T14:35:29.113Z[ recovery-image] Sep 16 14:35:28.033 INFO O| Sep 16 14:35:28.033 INFO STEP 420 (remove_files) COMPLETE
52972024-09-16T14:35:29.113Z[ recovery-image] Sep 16 14:35:28.034 INFO O| Sep 16 14:35:28.033 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-09-16T14:35:29.129Z[ recovery-image] Sep 16 14:35:28.049 INFO O| Sep 16 14:35:28.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
52992024-09-16T14:35:29.129Z[ recovery-image] Sep 16 14:35:28.050 INFO O| Sep 16 14:35:28.050 INFO STEP 421 (remove_files) COMPLETE
53002024-09-16T14:35:29.129Z[ recovery-image] Sep 16 14:35:28.050 INFO O| Sep 16 14:35:28.050 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-09-16T14:35:29.146Z[ recovery-image] Sep 16 14:35:28.066 INFO O| Sep 16 14:35:28.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53022024-09-16T14:35:29.146Z[ recovery-image] Sep 16 14:35:28.066 INFO O| Sep 16 14:35:28.066 INFO STEP 422 (remove_files) COMPLETE
53032024-09-16T14:35:29.146Z[ recovery-image] Sep 16 14:35:28.066 INFO O| Sep 16 14:35:28.066 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-09-16T14:35:29.162Z[ recovery-image] Sep 16 14:35:28.083 INFO O| Sep 16 14:35:28.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53052024-09-16T14:35:29.162Z[ recovery-image] Sep 16 14:35:28.083 INFO O| Sep 16 14:35:28.083 INFO STEP 423 (remove_files) COMPLETE
53062024-09-16T14:35:29.165Z[ recovery-image] Sep 16 14:35:28.083 INFO O| Sep 16 14:35:28.083 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-09-16T14:35:29.180Z[ recovery-image] Sep 16 14:35:28.101 INFO O| Sep 16 14:35:28.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53082024-09-16T14:35:29.180Z[ recovery-image] Sep 16 14:35:28.101 INFO O| Sep 16 14:35:28.101 INFO STEP 424 (remove_files) COMPLETE
53092024-09-16T14:35:29.184Z[ recovery-image] Sep 16 14:35:28.101 INFO O| Sep 16 14:35:28.101 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-09-16T14:35:29.198Z[ recovery-image] Sep 16 14:35:28.118 INFO O| Sep 16 14:35:28.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53112024-09-16T14:35:29.198Z[ recovery-image] Sep 16 14:35:28.118 INFO O| Sep 16 14:35:28.118 INFO STEP 425 (remove_files) COMPLETE
53122024-09-16T14:35:29.199Z[ recovery-image] Sep 16 14:35:28.118 INFO O| Sep 16 14:35:28.118 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-09-16T14:35:29.216Z[ recovery-image] Sep 16 14:35:28.136 INFO O| Sep 16 14:35:28.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53142024-09-16T14:35:29.216Z[ recovery-image] Sep 16 14:35:28.137 INFO O| Sep 16 14:35:28.136 INFO STEP 426 (remove_files) COMPLETE
53152024-09-16T14:35:29.219Z[ recovery-image] Sep 16 14:35:28.137 INFO O| Sep 16 14:35:28.136 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-09-16T14:35:29.235Z[ recovery-image] Sep 16 14:35:28.155 INFO O| Sep 16 14:35:28.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53172024-09-16T14:35:29.235Z[ recovery-image] Sep 16 14:35:28.155 INFO O| Sep 16 14:35:28.155 INFO STEP 427 (remove_files) COMPLETE
53182024-09-16T14:35:29.235Z[ recovery-image] Sep 16 14:35:28.155 INFO O| Sep 16 14:35:28.155 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-09-16T14:35:29.254Z[ recovery-image] Sep 16 14:35:28.174 INFO O| Sep 16 14:35:28.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53202024-09-16T14:35:29.254Z[ recovery-image] Sep 16 14:35:28.175 INFO O| Sep 16 14:35:28.175 INFO STEP 428 (remove_files) COMPLETE
53212024-09-16T14:35:29.254Z[ recovery-image] Sep 16 14:35:28.175 INFO O| Sep 16 14:35:28.175 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-09-16T14:35:29.272Z[ recovery-image] Sep 16 14:35:28.193 INFO O| Sep 16 14:35:28.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53232024-09-16T14:35:29.272Z[ recovery-image] Sep 16 14:35:28.193 INFO O| Sep 16 14:35:28.193 INFO STEP 429 (remove_files) COMPLETE
53242024-09-16T14:35:29.272Z[ recovery-image] Sep 16 14:35:28.193 INFO O| Sep 16 14:35:28.193 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-09-16T14:35:29.292Z[ recovery-image] Sep 16 14:35:28.213 INFO O| Sep 16 14:35:28.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53262024-09-16T14:35:29.292Z[ recovery-image] Sep 16 14:35:28.213 INFO O| Sep 16 14:35:28.213 INFO STEP 430 (remove_files) COMPLETE
53272024-09-16T14:35:29.293Z[ recovery-image] Sep 16 14:35:28.213 INFO O| Sep 16 14:35:28.213 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-09-16T14:35:29.311Z[ recovery-image] Sep 16 14:35:28.231 INFO O| Sep 16 14:35:28.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53292024-09-16T14:35:29.311Z[ recovery-image] Sep 16 14:35:28.231 INFO O| Sep 16 14:35:28.231 INFO STEP 431 (remove_files) COMPLETE
53302024-09-16T14:35:29.314Z[ recovery-image] Sep 16 14:35:28.231 INFO O| Sep 16 14:35:28.231 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-09-16T14:35:29.329Z[ recovery-image] Sep 16 14:35:28.249 INFO O| Sep 16 14:35:28.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53322024-09-16T14:35:29.330Z[ recovery-image] Sep 16 14:35:28.249 INFO O| Sep 16 14:35:28.249 INFO STEP 432 (remove_files) COMPLETE
53332024-09-16T14:35:29.330Z[ recovery-image] Sep 16 14:35:28.250 INFO O| Sep 16 14:35:28.249 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-09-16T14:35:29.368Z[ recovery-image] Sep 16 14:35:28.288 INFO O| Sep 16 14:35:28.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
53352024-09-16T14:35:29.368Z[ recovery-image] Sep 16 14:35:28.288 INFO O| Sep 16 14:35:28.288 INFO STEP 433 (remove_files) COMPLETE
53362024-09-16T14:35:29.368Z[ recovery-image] Sep 16 14:35:28.288 INFO O| Sep 16 14:35:28.288 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-09-16T14:35:29.385Z[ recovery-image] Sep 16 14:35:28.305 INFO O| Sep 16 14:35:28.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
53382024-09-16T14:35:29.385Z[ recovery-image] Sep 16 14:35:28.305 INFO O| Sep 16 14:35:28.305 INFO STEP 434 (remove_files) COMPLETE
53392024-09-16T14:35:29.387Z[ recovery-image] Sep 16 14:35:28.305 INFO O| Sep 16 14:35:28.305 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-09-16T14:35:29.401Z[ recovery-image] Sep 16 14:35:28.322 INFO O| Sep 16 14:35:28.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
53412024-09-16T14:35:29.401Z[ recovery-image] Sep 16 14:35:28.322 INFO O| Sep 16 14:35:28.322 INFO STEP 435 (remove_files) COMPLETE
53422024-09-16T14:35:29.404Z[ recovery-image] Sep 16 14:35:28.322 INFO O| Sep 16 14:35:28.322 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-09-16T14:35:29.418Z[ recovery-image] Sep 16 14:35:28.339 INFO O| Sep 16 14:35:28.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
53442024-09-16T14:35:29.418Z[ recovery-image] Sep 16 14:35:28.339 INFO O| Sep 16 14:35:28.339 INFO STEP 436 (remove_files) COMPLETE
53452024-09-16T14:35:29.418Z[ recovery-image] Sep 16 14:35:28.339 INFO O| Sep 16 14:35:28.339 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-09-16T14:35:29.435Z[ recovery-image] Sep 16 14:35:28.355 INFO O| Sep 16 14:35:28.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
53472024-09-16T14:35:29.435Z[ recovery-image] Sep 16 14:35:28.355 INFO O| Sep 16 14:35:28.355 INFO STEP 437 (remove_files) COMPLETE
53482024-09-16T14:35:29.438Z[ recovery-image] Sep 16 14:35:28.355 INFO O| Sep 16 14:35:28.355 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-09-16T14:35:29.452Z[ recovery-image] Sep 16 14:35:28.372 INFO O| Sep 16 14:35:28.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
53502024-09-16T14:35:29.452Z[ recovery-image] Sep 16 14:35:28.372 INFO O| Sep 16 14:35:28.372 INFO STEP 438 (remove_files) COMPLETE
53512024-09-16T14:35:29.452Z[ recovery-image] Sep 16 14:35:28.372 INFO O| Sep 16 14:35:28.372 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-09-16T14:35:29.469Z[ recovery-image] Sep 16 14:35:28.389 INFO O| Sep 16 14:35:28.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
53532024-09-16T14:35:29.469Z[ recovery-image] Sep 16 14:35:28.389 INFO O| Sep 16 14:35:28.389 INFO STEP 439 (remove_files) COMPLETE
53542024-09-16T14:35:29.473Z[ recovery-image] Sep 16 14:35:28.389 INFO O| Sep 16 14:35:28.389 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-09-16T14:35:29.487Z[ recovery-image] Sep 16 14:35:28.406 INFO O| Sep 16 14:35:28.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
53562024-09-16T14:35:29.487Z[ recovery-image] Sep 16 14:35:28.406 INFO O| Sep 16 14:35:28.406 INFO STEP 440 (remove_files) COMPLETE
53572024-09-16T14:35:29.512Z[ recovery-image] Sep 16 14:35:28.432 INFO O| Sep 16 14:35:28.406 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-09-16T14:35:29.549Z[ recovery-image] Sep 16 14:35:28.469 INFO O| Sep 16 14:35:28.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
53592024-09-16T14:35:29.549Z[ recovery-image] Sep 16 14:35:28.469 INFO O| Sep 16 14:35:28.469 INFO STEP 441 (remove_files) COMPLETE
53602024-09-16T14:35:29.551Z[ recovery-image] Sep 16 14:35:28.469 INFO O| Sep 16 14:35:28.469 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-09-16T14:35:29.566Z[ recovery-image] Sep 16 14:35:28.487 INFO O| Sep 16 14:35:28.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
53622024-09-16T14:35:29.566Z[ recovery-image] Sep 16 14:35:28.487 INFO O| Sep 16 14:35:28.487 INFO STEP 442 (remove_files) COMPLETE
53632024-09-16T14:35:29.569Z[ recovery-image] Sep 16 14:35:28.487 INFO O| Sep 16 14:35:28.487 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-09-16T14:35:29.584Z[ recovery-image] Sep 16 14:35:28.504 INFO O| Sep 16 14:35:28.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
53652024-09-16T14:35:29.584Z[ recovery-image] Sep 16 14:35:28.505 INFO O| Sep 16 14:35:28.505 INFO STEP 443 (remove_files) COMPLETE
53662024-09-16T14:35:29.584Z[ recovery-image] Sep 16 14:35:28.505 INFO O| Sep 16 14:35:28.505 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-09-16T14:35:29.601Z[ recovery-image] Sep 16 14:35:28.522 INFO O| Sep 16 14:35:28.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
53682024-09-16T14:35:29.601Z[ recovery-image] Sep 16 14:35:28.522 INFO O| Sep 16 14:35:28.522 INFO STEP 444 (remove_files) COMPLETE
53692024-09-16T14:35:29.601Z[ recovery-image] Sep 16 14:35:28.522 INFO O| Sep 16 14:35:28.522 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-09-16T14:35:29.632Z[ recovery-image] Sep 16 14:35:28.552 INFO O| Sep 16 14:35:28.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
53712024-09-16T14:35:29.632Z[ recovery-image] Sep 16 14:35:28.552 INFO O| Sep 16 14:35:28.552 INFO STEP 445 (remove_files) COMPLETE
53722024-09-16T14:35:29.632Z[ recovery-image] Sep 16 14:35:28.552 INFO O| Sep 16 14:35:28.552 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-09-16T14:35:29.676Z[ recovery-image] Sep 16 14:35:28.596 INFO O| Sep 16 14:35:28.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
53742024-09-16T14:35:29.676Z[ recovery-image] Sep 16 14:35:28.596 INFO O| Sep 16 14:35:28.596 INFO STEP 446 (remove_files) COMPLETE
53752024-09-16T14:35:29.678Z[ recovery-image] Sep 16 14:35:28.596 INFO O| Sep 16 14:35:28.596 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-09-16T14:35:29.719Z[ recovery-image] Sep 16 14:35:28.639 INFO O| Sep 16 14:35:28.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
53772024-09-16T14:35:29.719Z[ recovery-image] Sep 16 14:35:28.639 INFO O| Sep 16 14:35:28.639 INFO STEP 447 (remove_files) COMPLETE
53782024-09-16T14:35:29.719Z[ recovery-image] Sep 16 14:35:28.639 INFO O| Sep 16 14:35:28.639 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-09-16T14:35:29.742Z[ recovery-image] Sep 16 14:35:28.662 INFO O| Sep 16 14:35:28.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
53802024-09-16T14:35:29.742Z[ recovery-image] Sep 16 14:35:28.662 INFO O| Sep 16 14:35:28.662 INFO STEP 448 (remove_files) COMPLETE
53812024-09-16T14:35:29.742Z[ recovery-image] Sep 16 14:35:28.662 INFO O| Sep 16 14:35:28.662 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-09-16T14:35:29.793Z[ recovery-image] Sep 16 14:35:28.713 INFO O| Sep 16 14:35:28.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
53832024-09-16T14:35:29.793Z[ recovery-image] Sep 16 14:35:28.713 INFO O| Sep 16 14:35:28.713 INFO STEP 449 (remove_files) COMPLETE
53842024-09-16T14:35:29.796Z[ recovery-image] Sep 16 14:35:28.713 INFO O| Sep 16 14:35:28.713 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-09-16T14:35:29.851Z[ recovery-image] Sep 16 14:35:28.772 INFO O| Sep 16 14:35:28.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
53862024-09-16T14:35:29.851Z[ recovery-image] Sep 16 14:35:28.772 INFO O| Sep 16 14:35:28.772 INFO STEP 450 (remove_files) COMPLETE
53872024-09-16T14:35:29.854Z[ recovery-image] Sep 16 14:35:28.772 INFO O| Sep 16 14:35:28.772 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-09-16T14:35:29.901Z[ recovery-image] Sep 16 14:35:28.821 INFO O| Sep 16 14:35:28.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
53892024-09-16T14:35:29.901Z[ recovery-image] Sep 16 14:35:28.821 INFO O| Sep 16 14:35:28.821 INFO STEP 451 (remove_files) COMPLETE
53902024-09-16T14:35:29.903Z[ recovery-image] Sep 16 14:35:28.821 INFO O| Sep 16 14:35:28.821 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-09-16T14:35:29.940Z[ recovery-image] Sep 16 14:35:28.860 INFO O| Sep 16 14:35:28.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
53922024-09-16T14:35:29.940Z[ recovery-image] Sep 16 14:35:28.860 INFO O| Sep 16 14:35:28.860 INFO STEP 452 (remove_files) COMPLETE
53932024-09-16T14:35:29.940Z[ recovery-image] Sep 16 14:35:28.861 INFO O| Sep 16 14:35:28.860 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-09-16T14:35:29.990Z[ recovery-image] Sep 16 14:35:28.910 INFO O| Sep 16 14:35:28.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
53952024-09-16T14:35:30.014Z[ recovery-image] Sep 16 14:35:28.933 INFO O| Sep 16 14:35:28.933 INFO STEP 453 (remove_files) COMPLETE
53962024-09-16T14:35:30.014Z[ recovery-image] Sep 16 14:35:28.933 INFO O| Sep 16 14:35:28.933 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-09-16T14:35:30.051Z[ recovery-image] Sep 16 14:35:28.971 INFO O| Sep 16 14:35:28.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
53982024-09-16T14:35:30.051Z[ recovery-image] Sep 16 14:35:28.971 INFO O| Sep 16 14:35:28.971 INFO STEP 454 (remove_files) COMPLETE
53992024-09-16T14:35:30.051Z[ recovery-image] Sep 16 14:35:28.971 INFO O| Sep 16 14:35:28.971 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-09-16T14:35:30.120Z[ recovery-image] Sep 16 14:35:29.039 INFO O| Sep 16 14:35:29.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54012024-09-16T14:35:30.120Z[ recovery-image] Sep 16 14:35:29.039 INFO O| Sep 16 14:35:29.039 INFO STEP 455 (remove_files) COMPLETE
54022024-09-16T14:35:30.120Z[ recovery-image] Sep 16 14:35:29.039 INFO O| Sep 16 14:35:29.039 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-09-16T14:35:30.186Z[ recovery-image] Sep 16 14:35:29.106 INFO O| Sep 16 14:35:29.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54042024-09-16T14:35:30.186Z[ recovery-image] Sep 16 14:35:29.106 INFO O| Sep 16 14:35:29.106 INFO STEP 456 (remove_files) COMPLETE
54052024-09-16T14:35:30.186Z[ recovery-image] Sep 16 14:35:29.106 INFO O| Sep 16 14:35:29.106 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-09-16T14:35:30.209Z[ recovery-image] Sep 16 14:35:29.129 INFO O| Sep 16 14:35:29.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54072024-09-16T14:35:30.209Z[ recovery-image] Sep 16 14:35:29.129 INFO O| Sep 16 14:35:29.129 INFO STEP 457 (remove_files) COMPLETE
54082024-09-16T14:35:30.211Z[ recovery-image] Sep 16 14:35:29.129 INFO O| Sep 16 14:35:29.129 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-09-16T14:35:30.230Z[ recovery-image] Sep 16 14:35:29.150 INFO O| Sep 16 14:35:29.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54102024-09-16T14:35:30.230Z[ recovery-image] Sep 16 14:35:29.151 INFO O| Sep 16 14:35:29.150 INFO STEP 458 (remove_files) COMPLETE
54112024-09-16T14:35:30.230Z[ recovery-image] Sep 16 14:35:29.151 INFO O| Sep 16 14:35:29.150 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-09-16T14:35:30.252Z[ recovery-image] Sep 16 14:35:29.172 INFO O| Sep 16 14:35:29.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54132024-09-16T14:35:30.252Z[ recovery-image] Sep 16 14:35:29.172 INFO O| Sep 16 14:35:29.172 INFO STEP 459 (remove_files) COMPLETE
54142024-09-16T14:35:30.254Z[ recovery-image] Sep 16 14:35:29.172 INFO O| Sep 16 14:35:29.172 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-09-16T14:35:30.271Z[ recovery-image] Sep 16 14:35:29.191 INFO O| Sep 16 14:35:29.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54162024-09-16T14:35:30.271Z[ recovery-image] Sep 16 14:35:29.191 INFO O| Sep 16 14:35:29.191 INFO STEP 460 (remove_files) COMPLETE
54172024-09-16T14:35:30.271Z[ recovery-image] Sep 16 14:35:29.191 INFO O| Sep 16 14:35:29.191 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-09-16T14:35:30.291Z[ host-image] Sep 16 14:35:29.211 INFO O| Sep 16 14:35:29.211 INFO O| Download: 1047/1140 items 3.5/8.4MB 41% complete (722k/s)
54192024-09-16T14:35:30.294Z[ recovery-image] Sep 16 14:35:29.214 INFO O| Sep 16 14:35:29.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54202024-09-16T14:35:30.294Z[ recovery-image] Sep 16 14:35:29.214 INFO O| Sep 16 14:35:29.214 INFO STEP 461 (remove_files) COMPLETE
54212024-09-16T14:35:30.294Z[ recovery-image] Sep 16 14:35:29.214 INFO O| Sep 16 14:35:29.214 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-16T14:35:30.315Z[ recovery-image] Sep 16 14:35:29.236 INFO O| Sep 16 14:35:29.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54232024-09-16T14:35:30.316Z[ recovery-image] Sep 16 14:35:29.236 INFO O| Sep 16 14:35:29.236 INFO STEP 462 (remove_files) COMPLETE
54242024-09-16T14:35:30.316Z[ recovery-image] Sep 16 14:35:29.236 INFO O| Sep 16 14:35:29.236 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-16T14:35:30.336Z[ recovery-image] Sep 16 14:35:29.256 INFO O| Sep 16 14:35:29.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54262024-09-16T14:35:30.336Z[ recovery-image] Sep 16 14:35:29.256 INFO O| Sep 16 14:35:29.256 INFO STEP 463 (remove_files) COMPLETE
54272024-09-16T14:35:30.336Z[ recovery-image] Sep 16 14:35:29.256 INFO O| Sep 16 14:35:29.256 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-16T14:35:30.358Z[ recovery-image] Sep 16 14:35:29.277 INFO O| Sep 16 14:35:29.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54292024-09-16T14:35:30.358Z[ recovery-image] Sep 16 14:35:29.277 INFO O| Sep 16 14:35:29.277 INFO STEP 464 (remove_files) COMPLETE
54302024-09-16T14:35:30.358Z[ recovery-image] Sep 16 14:35:29.277 INFO O| Sep 16 14:35:29.277 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-16T14:35:30.378Z[ recovery-image] Sep 16 14:35:29.298 INFO O| Sep 16 14:35:29.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54322024-09-16T14:35:30.378Z[ recovery-image] Sep 16 14:35:29.298 INFO O| Sep 16 14:35:29.298 INFO STEP 465 (remove_files) COMPLETE
54332024-09-16T14:35:30.380Z[ recovery-image] Sep 16 14:35:29.298 INFO O| Sep 16 14:35:29.298 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-16T14:35:30.400Z[ recovery-image] Sep 16 14:35:29.320 INFO O| Sep 16 14:35:29.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
54352024-09-16T14:35:30.400Z[ recovery-image] Sep 16 14:35:29.320 INFO O| Sep 16 14:35:29.320 INFO STEP 466 (remove_files) COMPLETE
54362024-09-16T14:35:30.400Z[ recovery-image] Sep 16 14:35:29.320 INFO O| Sep 16 14:35:29.320 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-16T14:35:30.422Z[ recovery-image] Sep 16 14:35:29.342 INFO O| Sep 16 14:35:29.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
54382024-09-16T14:35:30.422Z[ recovery-image] Sep 16 14:35:29.342 INFO O| Sep 16 14:35:29.342 INFO STEP 467 (remove_files) COMPLETE
54392024-09-16T14:35:30.422Z[ recovery-image] Sep 16 14:35:29.342 INFO O| Sep 16 14:35:29.342 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-16T14:35:30.443Z[ recovery-image] Sep 16 14:35:29.363 INFO O| Sep 16 14:35:29.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
54412024-09-16T14:35:30.471Z[ recovery-image] Sep 16 14:35:29.391 INFO O| Sep 16 14:35:29.391 INFO STEP 468 (remove_files) COMPLETE
54422024-09-16T14:35:30.471Z[ recovery-image] Sep 16 14:35:29.391 INFO O| Sep 16 14:35:29.391 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-16T14:35:30.536Z[ recovery-image] Sep 16 14:35:29.456 INFO O| Sep 16 14:35:29.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
54442024-09-16T14:35:30.536Z[ recovery-image] Sep 16 14:35:29.456 INFO O| Sep 16 14:35:29.456 INFO STEP 469 (remove_files) COMPLETE
54452024-09-16T14:35:30.536Z[ recovery-image] Sep 16 14:35:29.456 INFO O| Sep 16 14:35:29.456 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-16T14:35:30.556Z[ recovery-image] Sep 16 14:35:29.476 INFO O| Sep 16 14:35:29.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
54472024-09-16T14:35:30.635Z[ recovery-image] Sep 16 14:35:29.555 INFO O| Sep 16 14:35:29.555 INFO STEP 470 (remove_files) COMPLETE
54482024-09-16T14:35:30.635Z[ recovery-image] Sep 16 14:35:29.555 INFO O| Sep 16 14:35:29.555 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-16T14:35:30.669Z[ recovery-image] Sep 16 14:35:29.588 INFO O| Sep 16 14:35:29.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
54502024-09-16T14:35:30.669Z[ recovery-image] Sep 16 14:35:29.588 INFO O| Sep 16 14:35:29.588 INFO STEP 471 (remove_files) COMPLETE
54512024-09-16T14:35:30.669Z[ recovery-image] Sep 16 14:35:29.588 INFO O| Sep 16 14:35:29.588 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-09-16T14:35:30.687Z[ recovery-image] Sep 16 14:35:29.607 INFO O| Sep 16 14:35:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
54532024-09-16T14:35:30.687Z[ recovery-image] Sep 16 14:35:29.608 INFO O| Sep 16 14:35:29.607 INFO STEP 472 (remove_files) COMPLETE
54542024-09-16T14:35:30.690Z[ recovery-image] Sep 16 14:35:29.608 INFO O| Sep 16 14:35:29.608 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-09-16T14:35:30.705Z[ recovery-image] Sep 16 14:35:29.626 INFO O| Sep 16 14:35:29.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
54562024-09-16T14:35:30.710Z[ recovery-image] Sep 16 14:35:29.631 INFO O| Sep 16 14:35:29.631 INFO STEP 473 (remove_files) COMPLETE
54572024-09-16T14:35:30.710Z[ recovery-image] Sep 16 14:35:29.631 INFO O| Sep 16 14:35:29.631 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-09-16T14:35:30.740Z[ recovery-image] Sep 16 14:35:29.660 INFO O| Sep 16 14:35:29.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
54592024-09-16T14:35:30.740Z[ recovery-image] Sep 16 14:35:29.660 INFO O| Sep 16 14:35:29.660 INFO STEP 474 (remove_files) COMPLETE
54602024-09-16T14:35:30.740Z[ recovery-image] Sep 16 14:35:29.660 INFO O| Sep 16 14:35:29.660 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-09-16T14:35:30.806Z[ recovery-image] Sep 16 14:35:29.726 INFO O| Sep 16 14:35:29.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
54622024-09-16T14:35:30.806Z[ recovery-image] Sep 16 14:35:29.726 INFO O| Sep 16 14:35:29.726 INFO STEP 475 (remove_files) COMPLETE
54632024-09-16T14:35:30.806Z[ recovery-image] Sep 16 14:35:29.726 INFO O| Sep 16 14:35:29.726 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-09-16T14:35:30.827Z[ recovery-image] Sep 16 14:35:29.747 INFO O| Sep 16 14:35:29.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
54652024-09-16T14:35:30.829Z[ recovery-image] Sep 16 14:35:29.747 INFO O| Sep 16 14:35:29.747 INFO STEP 476 (remove_files) COMPLETE
54662024-09-16T14:35:30.829Z[ recovery-image] Sep 16 14:35:29.747 INFO O| Sep 16 14:35:29.747 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-09-16T14:35:30.850Z[ recovery-image] Sep 16 14:35:29.770 INFO O| Sep 16 14:35:29.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
54682024-09-16T14:35:30.850Z[ recovery-image] Sep 16 14:35:29.770 INFO O| Sep 16 14:35:29.770 INFO STEP 477 (remove_files) COMPLETE
54692024-09-16T14:35:30.850Z[ recovery-image] Sep 16 14:35:29.770 INFO O| Sep 16 14:35:29.770 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-09-16T14:35:30.868Z[ recovery-image] Sep 16 14:35:29.788 INFO O| Sep 16 14:35:29.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
54712024-09-16T14:35:30.868Z[ recovery-image] Sep 16 14:35:29.788 INFO O| Sep 16 14:35:29.788 INFO STEP 478 (remove_files) COMPLETE
54722024-09-16T14:35:30.868Z[ recovery-image] Sep 16 14:35:29.788 INFO O| Sep 16 14:35:29.788 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-09-16T14:35:30.939Z[ recovery-image] Sep 16 14:35:29.858 INFO O| Sep 16 14:35:29.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
54742024-09-16T14:35:30.939Z[ recovery-image] Sep 16 14:35:29.858 INFO O| Sep 16 14:35:29.858 INFO STEP 479 (remove_files) COMPLETE
54752024-09-16T14:35:30.939Z[ recovery-image] Sep 16 14:35:29.858 INFO O| Sep 16 14:35:29.858 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-09-16T14:35:30.979Z[ recovery-image] Sep 16 14:35:29.899 INFO O| Sep 16 14:35:29.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
54772024-09-16T14:35:30.979Z[ recovery-image] Sep 16 14:35:29.899 INFO O| Sep 16 14:35:29.899 INFO STEP 480 (remove_files) COMPLETE
54782024-09-16T14:35:30.979Z[ recovery-image] Sep 16 14:35:29.899 INFO O| Sep 16 14:35:29.899 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-09-16T14:35:31.015Z[ recovery-image] Sep 16 14:35:29.935 INFO O| Sep 16 14:35:29.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
54802024-09-16T14:35:31.016Z[ recovery-image] Sep 16 14:35:29.935 INFO O| Sep 16 14:35:29.935 INFO STEP 481 (remove_files) COMPLETE
54812024-09-16T14:35:31.019Z[ recovery-image] Sep 16 14:35:29.935 INFO O| Sep 16 14:35:29.935 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-09-16T14:35:31.071Z[ recovery-image] Sep 16 14:35:29.991 INFO O| Sep 16 14:35:29.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
54832024-09-16T14:35:31.071Z[ recovery-image] Sep 16 14:35:29.991 INFO O| Sep 16 14:35:29.991 INFO STEP 482 (remove_files) COMPLETE
54842024-09-16T14:35:31.071Z[ recovery-image] Sep 16 14:35:29.991 INFO O| Sep 16 14:35:29.991 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-09-16T14:35:31.088Z[ host-image] Sep 16 14:35:30.008 INFO O| Sep 16 14:35:30.008 INFO O| Download: Completed 8.42 MB in 5.82 seconds (1.4M/s)
54862024-09-16T14:35:31.193Z[ recovery-image] Sep 16 14:35:30.113 INFO O| Sep 16 14:35:30.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
54872024-09-16T14:35:31.193Z[ recovery-image] Sep 16 14:35:30.113 INFO O| Sep 16 14:35:30.113 INFO STEP 483 (remove_files) COMPLETE
54882024-09-16T14:35:31.196Z[ recovery-image] Sep 16 14:35:30.113 INFO O| Sep 16 14:35:30.113 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-09-16T14:35:31.235Z[ recovery-image] Sep 16 14:35:30.155 INFO O| Sep 16 14:35:30.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
54902024-09-16T14:35:31.235Z[ recovery-image] Sep 16 14:35:30.155 INFO O| Sep 16 14:35:30.155 INFO STEP 484 (remove_files) COMPLETE
54912024-09-16T14:35:31.238Z[ recovery-image] Sep 16 14:35:30.155 INFO O| Sep 16 14:35:30.155 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-09-16T14:35:31.254Z[ recovery-image] Sep 16 14:35:30.173 INFO O| Sep 16 14:35:30.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
54932024-09-16T14:35:31.254Z[ recovery-image] Sep 16 14:35:30.173 INFO O| Sep 16 14:35:30.173 INFO STEP 485 (remove_files) COMPLETE
54942024-09-16T14:35:31.254Z[ recovery-image] Sep 16 14:35:30.173 INFO O| Sep 16 14:35:30.173 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-09-16T14:35:31.271Z[ recovery-image] Sep 16 14:35:30.191 INFO O| Sep 16 14:35:30.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
54962024-09-16T14:35:31.271Z[ recovery-image] Sep 16 14:35:30.191 INFO O| Sep 16 14:35:30.191 INFO STEP 486 (remove_files) COMPLETE
54972024-09-16T14:35:31.271Z[ recovery-image] Sep 16 14:35:30.191 INFO O| Sep 16 14:35:30.191 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-09-16T14:35:31.289Z[ recovery-image] Sep 16 14:35:30.209 INFO O| Sep 16 14:35:30.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
54992024-09-16T14:35:31.289Z[ recovery-image] Sep 16 14:35:30.209 INFO O| Sep 16 14:35:30.209 INFO STEP 487 (remove_files) COMPLETE
55002024-09-16T14:35:31.289Z[ recovery-image] Sep 16 14:35:30.209 INFO O| Sep 16 14:35:30.209 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-09-16T14:35:31.328Z[ recovery-image] Sep 16 14:35:30.248 INFO O| Sep 16 14:35:30.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55022024-09-16T14:35:31.328Z[ recovery-image] Sep 16 14:35:30.248 INFO O| Sep 16 14:35:30.248 INFO STEP 488 (remove_files) COMPLETE
55032024-09-16T14:35:31.328Z[ recovery-image] Sep 16 14:35:30.248 INFO O| Sep 16 14:35:30.248 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-09-16T14:35:31.335Z[ host-image] Sep 16 14:35:30.256 INFO O| Sep 16 14:35:30.255 INFO O| Actions: 1/1361 actions (Installing new actions)
55052024-09-16T14:35:31.350Z[ recovery-image] Sep 16 14:35:30.270 INFO O| Sep 16 14:35:30.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55062024-09-16T14:35:31.350Z[ recovery-image] Sep 16 14:35:30.270 INFO O| Sep 16 14:35:30.270 INFO STEP 489 (remove_files) COMPLETE
55072024-09-16T14:35:31.353Z[ recovery-image] Sep 16 14:35:30.270 INFO O| Sep 16 14:35:30.270 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-09-16T14:35:31.413Z[ recovery-image] Sep 16 14:35:30.332 INFO O| Sep 16 14:35:30.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55092024-09-16T14:35:31.413Z[ recovery-image] Sep 16 14:35:30.332 INFO O| Sep 16 14:35:30.332 INFO STEP 490 (remove_files) COMPLETE
55102024-09-16T14:35:31.413Z[ recovery-image] Sep 16 14:35:30.332 INFO O| Sep 16 14:35:30.332 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-09-16T14:35:31.430Z[ recovery-image] Sep 16 14:35:30.350 INFO O| Sep 16 14:35:30.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55122024-09-16T14:35:31.430Z[ recovery-image] Sep 16 14:35:30.350 INFO O| Sep 16 14:35:30.350 INFO STEP 491 (remove_files) COMPLETE
55132024-09-16T14:35:31.430Z[ recovery-image] Sep 16 14:35:30.350 INFO O| Sep 16 14:35:30.350 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-09-16T14:35:31.447Z[ recovery-image] Sep 16 14:35:30.367 INFO O| Sep 16 14:35:30.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55152024-09-16T14:35:31.448Z[ recovery-image] Sep 16 14:35:30.367 INFO O| Sep 16 14:35:30.367 INFO STEP 492 (remove_files) COMPLETE
55162024-09-16T14:35:31.448Z[ recovery-image] Sep 16 14:35:30.367 INFO O| Sep 16 14:35:30.367 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-09-16T14:35:31.464Z[ recovery-image] Sep 16 14:35:30.384 INFO O| Sep 16 14:35:30.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55182024-09-16T14:35:31.464Z[ recovery-image] Sep 16 14:35:30.384 INFO O| Sep 16 14:35:30.384 INFO STEP 493 (remove_files) COMPLETE
55192024-09-16T14:35:31.464Z[ recovery-image] Sep 16 14:35:30.384 INFO O| Sep 16 14:35:30.384 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-09-16T14:35:31.498Z[ recovery-image] Sep 16 14:35:30.418 INFO O| Sep 16 14:35:30.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55212024-09-16T14:35:31.498Z[ recovery-image] Sep 16 14:35:30.418 INFO O| Sep 16 14:35:30.418 INFO STEP 494 (remove_files) COMPLETE
55222024-09-16T14:35:31.501Z[ recovery-image] Sep 16 14:35:30.418 INFO O| Sep 16 14:35:30.418 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-09-16T14:35:31.559Z[ recovery-image] Sep 16 14:35:30.479 INFO O| Sep 16 14:35:30.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55242024-09-16T14:35:31.559Z[ recovery-image] Sep 16 14:35:30.479 INFO O| Sep 16 14:35:30.479 INFO STEP 495 (remove_files) COMPLETE
55252024-09-16T14:35:31.562Z[ recovery-image] Sep 16 14:35:30.479 INFO O| Sep 16 14:35:30.479 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-09-16T14:35:31.580Z[ recovery-image] Sep 16 14:35:30.500 INFO O| Sep 16 14:35:30.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55272024-09-16T14:35:31.580Z[ recovery-image] Sep 16 14:35:30.500 INFO O| Sep 16 14:35:30.500 INFO STEP 496 (remove_files) COMPLETE
55282024-09-16T14:35:31.582Z[ recovery-image] Sep 16 14:35:30.500 INFO O| Sep 16 14:35:30.500 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-09-16T14:35:31.612Z[ recovery-image] Sep 16 14:35:30.532 INFO O| Sep 16 14:35:30.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
55302024-09-16T14:35:31.612Z[ recovery-image] Sep 16 14:35:30.532 INFO O| Sep 16 14:35:30.532 INFO STEP 497 (remove_files) COMPLETE
55312024-09-16T14:35:31.612Z[ recovery-image] Sep 16 14:35:30.532 INFO O| Sep 16 14:35:30.532 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-09-16T14:35:31.634Z[ recovery-image] Sep 16 14:35:30.554 INFO O| Sep 16 14:35:30.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
55332024-09-16T14:35:31.634Z[ recovery-image] Sep 16 14:35:30.555 INFO O| Sep 16 14:35:30.554 INFO STEP 498 (remove_files) COMPLETE
55342024-09-16T14:35:31.634Z[ recovery-image] Sep 16 14:35:30.555 INFO O| Sep 16 14:35:30.555 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-09-16T14:35:31.654Z[ recovery-image] Sep 16 14:35:30.574 INFO O| Sep 16 14:35:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
55362024-09-16T14:35:31.654Z[ recovery-image] Sep 16 14:35:30.574 INFO O| Sep 16 14:35:30.574 INFO STEP 499 (remove_files) COMPLETE
55372024-09-16T14:35:31.657Z[ recovery-image] Sep 16 14:35:30.575 INFO O| Sep 16 14:35:30.574 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-09-16T14:35:31.675Z[ recovery-image] Sep 16 14:35:30.595 INFO O| Sep 16 14:35:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
55392024-09-16T14:35:31.675Z[ recovery-image] Sep 16 14:35:30.595 INFO O| Sep 16 14:35:30.595 INFO STEP 500 (remove_files) COMPLETE
55402024-09-16T14:35:31.678Z[ recovery-image] Sep 16 14:35:30.595 INFO O| Sep 16 14:35:30.595 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-09-16T14:35:31.697Z[ recovery-image] Sep 16 14:35:30.616 INFO O| Sep 16 14:35:30.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
55422024-09-16T14:35:31.697Z[ recovery-image] Sep 16 14:35:30.616 INFO O| Sep 16 14:35:30.616 INFO STEP 501 (remove_files) COMPLETE
55432024-09-16T14:35:31.700Z[ recovery-image] Sep 16 14:35:30.616 INFO O| Sep 16 14:35:30.616 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-09-16T14:35:31.725Z[ recovery-image] Sep 16 14:35:30.645 INFO O| Sep 16 14:35:30.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
55452024-09-16T14:35:31.725Z[ recovery-image] Sep 16 14:35:30.645 INFO O| Sep 16 14:35:30.645 INFO STEP 502 (remove_files) COMPLETE
55462024-09-16T14:35:31.728Z[ recovery-image] Sep 16 14:35:30.645 INFO O| Sep 16 14:35:30.645 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-09-16T14:35:31.746Z[ recovery-image] Sep 16 14:35:30.666 INFO O| Sep 16 14:35:30.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
55482024-09-16T14:35:31.746Z[ recovery-image] Sep 16 14:35:30.666 INFO O| Sep 16 14:35:30.666 INFO STEP 503 (remove_files) COMPLETE
55492024-09-16T14:35:31.749Z[ recovery-image] Sep 16 14:35:30.666 INFO O| Sep 16 14:35:30.666 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-09-16T14:35:31.782Z[ recovery-image] Sep 16 14:35:30.702 INFO O| Sep 16 14:35:30.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
55512024-09-16T14:35:31.785Z[ recovery-image] Sep 16 14:35:30.702 INFO O| Sep 16 14:35:30.702 INFO STEP 504 (remove_files) COMPLETE
55522024-09-16T14:35:31.785Z[ recovery-image] Sep 16 14:35:30.702 INFO O| Sep 16 14:35:30.702 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-09-16T14:35:31.802Z[ recovery-image] Sep 16 14:35:30.722 INFO O| Sep 16 14:35:30.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
55542024-09-16T14:35:31.802Z[ recovery-image] Sep 16 14:35:30.722 INFO O| Sep 16 14:35:30.722 INFO STEP 505 (remove_files) COMPLETE
55552024-09-16T14:35:31.805Z[ recovery-image] Sep 16 14:35:30.723 INFO O| Sep 16 14:35:30.722 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-09-16T14:35:31.822Z[ recovery-image] Sep 16 14:35:30.742 INFO O| Sep 16 14:35:30.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
55572024-09-16T14:35:31.824Z[ recovery-image] Sep 16 14:35:30.744 INFO O| Sep 16 14:35:30.744 INFO STEP 506 (remove_files) COMPLETE
55582024-09-16T14:35:31.824Z[ recovery-image] Sep 16 14:35:30.744 INFO O| Sep 16 14:35:30.744 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-09-16T14:35:31.844Z[ recovery-image] Sep 16 14:35:30.764 INFO O| Sep 16 14:35:30.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
55602024-09-16T14:35:31.844Z[ recovery-image] Sep 16 14:35:30.764 INFO O| Sep 16 14:35:30.764 INFO STEP 507 (remove_files) COMPLETE
55612024-09-16T14:35:31.844Z[ recovery-image] Sep 16 14:35:30.764 INFO O| Sep 16 14:35:30.764 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-09-16T14:35:31.864Z[ recovery-image] Sep 16 14:35:30.784 INFO O| Sep 16 14:35:30.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
55632024-09-16T14:35:31.865Z[ recovery-image] Sep 16 14:35:30.784 INFO O| Sep 16 14:35:30.784 INFO STEP 508 (remove_files) COMPLETE
55642024-09-16T14:35:31.865Z[ recovery-image] Sep 16 14:35:30.784 INFO O| Sep 16 14:35:30.784 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-09-16T14:35:31.884Z[ recovery-image] Sep 16 14:35:30.803 INFO O| Sep 16 14:35:30.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
55662024-09-16T14:35:31.884Z[ recovery-image] Sep 16 14:35:30.804 INFO O| Sep 16 14:35:30.804 INFO STEP 509 (remove_files) COMPLETE
55672024-09-16T14:35:31.884Z[ recovery-image] Sep 16 14:35:30.804 INFO O| Sep 16 14:35:30.804 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-09-16T14:35:31.925Z[ recovery-image] Sep 16 14:35:30.845 INFO O| Sep 16 14:35:30.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
55692024-09-16T14:35:31.925Z[ recovery-image] Sep 16 14:35:30.845 INFO O| Sep 16 14:35:30.845 INFO STEP 510 (remove_files) COMPLETE
55702024-09-16T14:35:31.928Z[ recovery-image] Sep 16 14:35:30.845 INFO O| Sep 16 14:35:30.845 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-09-16T14:35:31.974Z[ recovery-image] Sep 16 14:35:30.893 INFO O| Sep 16 14:35:30.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
55722024-09-16T14:35:31.976Z[ recovery-image] Sep 16 14:35:30.894 INFO O| Sep 16 14:35:30.894 INFO STEP 511 (remove_files) COMPLETE
55732024-09-16T14:35:31.976Z[ recovery-image] Sep 16 14:35:30.894 INFO O| Sep 16 14:35:30.894 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-09-16T14:35:31.994Z[ recovery-image] Sep 16 14:35:30.913 INFO O| Sep 16 14:35:30.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
55752024-09-16T14:35:31.996Z[ recovery-image] Sep 16 14:35:30.914 INFO O| Sep 16 14:35:30.914 INFO STEP 512 (remove_files) COMPLETE
55762024-09-16T14:35:31.996Z[ recovery-image] Sep 16 14:35:30.914 INFO O| Sep 16 14:35:30.914 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-09-16T14:35:32.014Z[ recovery-image] Sep 16 14:35:30.933 INFO O| Sep 16 14:35:30.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
55782024-09-16T14:35:32.016Z[ recovery-image] Sep 16 14:35:30.933 INFO O| Sep 16 14:35:30.933 INFO STEP 513 (remove_files) COMPLETE
55792024-09-16T14:35:32.016Z[ recovery-image] Sep 16 14:35:30.933 INFO O| Sep 16 14:35:30.933 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-09-16T14:35:32.056Z[ recovery-image] Sep 16 14:35:30.975 INFO O| Sep 16 14:35:30.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
55812024-09-16T14:35:32.056Z[ recovery-image] Sep 16 14:35:30.975 INFO O| Sep 16 14:35:30.975 INFO STEP 514 (remove_files) COMPLETE
55822024-09-16T14:35:32.058Z[ recovery-image] Sep 16 14:35:30.975 INFO O| Sep 16 14:35:30.975 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-09-16T14:35:32.071Z[ host-image] Sep 16 14:35:30.991 INFO O| Sep 16 14:35:30.991 INFO O| Actions: Completed 1361 actions in 0.73 seconds.
55842024-09-16T14:35:32.097Z[ recovery-image] Sep 16 14:35:31.017 INFO O| Sep 16 14:35:31.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
55852024-09-16T14:35:32.097Z[ recovery-image] Sep 16 14:35:31.017 INFO O| Sep 16 14:35:31.017 INFO STEP 515 (remove_files) COMPLETE
55862024-09-16T14:35:32.097Z[ recovery-image] Sep 16 14:35:31.017 INFO O| Sep 16 14:35:31.017 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-09-16T14:35:32.131Z[ recovery-image] Sep 16 14:35:31.051 INFO O| Sep 16 14:35:31.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
55882024-09-16T14:35:32.131Z[ recovery-image] Sep 16 14:35:31.051 INFO O| Sep 16 14:35:31.051 INFO STEP 516 (remove_files) COMPLETE
55892024-09-16T14:35:32.131Z[ recovery-image] Sep 16 14:35:31.051 INFO O| Sep 16 14:35:31.051 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-09-16T14:35:32.146Z[ recovery-image] Sep 16 14:35:31.066 INFO O| Sep 16 14:35:31.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
55912024-09-16T14:35:32.146Z[ recovery-image] Sep 16 14:35:31.066 INFO O| Sep 16 14:35:31.066 INFO STEP 517 (remove_files) COMPLETE
55922024-09-16T14:35:32.149Z[ recovery-image] Sep 16 14:35:31.066 INFO O| Sep 16 14:35:31.066 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-09-16T14:35:32.163Z[ recovery-image] Sep 16 14:35:31.083 INFO O| Sep 16 14:35:31.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
55942024-09-16T14:35:32.163Z[ recovery-image] Sep 16 14:35:31.083 INFO O| Sep 16 14:35:31.083 INFO STEP 518 (remove_files) COMPLETE
55952024-09-16T14:35:32.163Z[ recovery-image] Sep 16 14:35:31.083 INFO O| Sep 16 14:35:31.083 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-09-16T14:35:32.179Z[ recovery-image] Sep 16 14:35:31.099 INFO O| Sep 16 14:35:31.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
55972024-09-16T14:35:32.179Z[ recovery-image] Sep 16 14:35:31.099 INFO O| Sep 16 14:35:31.099 INFO STEP 519 (remove_files) COMPLETE
55982024-09-16T14:35:32.180Z[ recovery-image] Sep 16 14:35:31.100 INFO O| Sep 16 14:35:31.099 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-09-16T14:35:32.197Z[ recovery-image] Sep 16 14:35:31.117 INFO O| Sep 16 14:35:31.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56002024-09-16T14:35:32.197Z[ recovery-image] Sep 16 14:35:31.117 INFO O| Sep 16 14:35:31.117 INFO STEP 520 (remove_files) COMPLETE
56012024-09-16T14:35:32.197Z[ recovery-image] Sep 16 14:35:31.117 INFO O| Sep 16 14:35:31.117 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-09-16T14:35:32.214Z[ recovery-image] Sep 16 14:35:31.134 INFO O| Sep 16 14:35:31.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56032024-09-16T14:35:32.214Z[ recovery-image] Sep 16 14:35:31.134 INFO O| Sep 16 14:35:31.134 INFO STEP 521 (remove_files) COMPLETE
56042024-09-16T14:35:32.216Z[ recovery-image] Sep 16 14:35:31.134 INFO O| Sep 16 14:35:31.134 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-09-16T14:35:32.232Z[ recovery-image] Sep 16 14:35:31.152 INFO O| Sep 16 14:35:31.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56062024-09-16T14:35:32.233Z[ recovery-image] Sep 16 14:35:31.153 INFO O| Sep 16 14:35:31.153 INFO STEP 522 (remove_files) COMPLETE
56072024-09-16T14:35:32.233Z[ recovery-image] Sep 16 14:35:31.153 INFO O| Sep 16 14:35:31.153 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-09-16T14:35:32.263Z[ recovery-image] Sep 16 14:35:31.183 INFO O| Sep 16 14:35:31.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56092024-09-16T14:35:32.263Z[ recovery-image] Sep 16 14:35:31.183 INFO O| Sep 16 14:35:31.183 INFO STEP 523 (remove_files) COMPLETE
56102024-09-16T14:35:32.263Z[ recovery-image] Sep 16 14:35:31.183 INFO O| Sep 16 14:35:31.183 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-09-16T14:35:32.319Z[ recovery-image] Sep 16 14:35:31.239 INFO O| Sep 16 14:35:31.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56122024-09-16T14:35:32.319Z[ recovery-image] Sep 16 14:35:31.239 INFO O| Sep 16 14:35:31.239 INFO STEP 524 (remove_files) COMPLETE
56132024-09-16T14:35:32.319Z[ recovery-image] Sep 16 14:35:31.239 INFO O| Sep 16 14:35:31.239 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-09-16T14:35:32.342Z[ recovery-image] Sep 16 14:35:31.261 INFO O| Sep 16 14:35:31.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56152024-09-16T14:35:32.342Z[ recovery-image] Sep 16 14:35:31.261 INFO O| Sep 16 14:35:31.261 INFO STEP 525 (remove_files) COMPLETE
56162024-09-16T14:35:32.345Z[ recovery-image] Sep 16 14:35:31.261 INFO O| Sep 16 14:35:31.261 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-09-16T14:35:32.383Z[ recovery-image] Sep 16 14:35:31.302 INFO O| Sep 16 14:35:31.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56182024-09-16T14:35:32.385Z[ recovery-image] Sep 16 14:35:31.303 INFO O| Sep 16 14:35:31.302 INFO STEP 526 (remove_files) COMPLETE
56192024-09-16T14:35:32.385Z[ recovery-image] Sep 16 14:35:31.303 INFO O| Sep 16 14:35:31.303 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-09-16T14:35:32.406Z[ recovery-image] Sep 16 14:35:31.326 INFO O| Sep 16 14:35:31.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56212024-09-16T14:35:32.409Z[ recovery-image] Sep 16 14:35:31.326 INFO O| Sep 16 14:35:31.326 INFO STEP 527 (remove_files) COMPLETE
56222024-09-16T14:35:32.409Z[ recovery-image] Sep 16 14:35:31.327 INFO O| Sep 16 14:35:31.326 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-09-16T14:35:32.426Z[ recovery-image] Sep 16 14:35:31.345 INFO O| Sep 16 14:35:31.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56242024-09-16T14:35:32.428Z[ recovery-image] Sep 16 14:35:31.346 INFO O| Sep 16 14:35:31.346 INFO STEP 528 (remove_files) COMPLETE
56252024-09-16T14:35:32.428Z[ recovery-image] Sep 16 14:35:31.346 INFO O| Sep 16 14:35:31.346 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-09-16T14:35:32.445Z[ recovery-image] Sep 16 14:35:31.365 INFO O| Sep 16 14:35:31.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56272024-09-16T14:35:32.448Z[ recovery-image] Sep 16 14:35:31.365 INFO O| Sep 16 14:35:31.365 INFO STEP 529 (remove_files) COMPLETE
56282024-09-16T14:35:32.448Z[ recovery-image] Sep 16 14:35:31.365 INFO O| Sep 16 14:35:31.365 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-09-16T14:35:32.464Z[ recovery-image] Sep 16 14:35:31.384 INFO O| Sep 16 14:35:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
56302024-09-16T14:35:32.464Z[ recovery-image] Sep 16 14:35:31.384 INFO O| Sep 16 14:35:31.384 INFO STEP 530 (remove_files) COMPLETE
56312024-09-16T14:35:32.464Z[ recovery-image] Sep 16 14:35:31.384 INFO O| Sep 16 14:35:31.384 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-09-16T14:35:32.482Z[ recovery-image] Sep 16 14:35:31.401 INFO O| Sep 16 14:35:31.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
56332024-09-16T14:35:32.482Z[ recovery-image] Sep 16 14:35:31.401 INFO O| Sep 16 14:35:31.401 INFO STEP 531 (remove_files) COMPLETE
56342024-09-16T14:35:32.482Z[ recovery-image] Sep 16 14:35:31.401 INFO O| Sep 16 14:35:31.401 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-09-16T14:35:32.486Z[ host-image] Sep 16 14:35:31.406 INFO O| Sep 16 14:35:31.406 INFO O| Done
56362024-09-16T14:35:32.486Z[ host-image] Sep 16 14:35:31.406 INFO O| Sep 16 14:35:31.406 INFO O| Done
56372024-09-16T14:35:32.500Z[ recovery-image] Sep 16 14:35:31.420 INFO O| Sep 16 14:35:31.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
56382024-09-16T14:35:32.500Z[ recovery-image] Sep 16 14:35:31.420 INFO O| Sep 16 14:35:31.420 INFO STEP 532 (remove_files) COMPLETE
56392024-09-16T14:35:32.502Z[ recovery-image] Sep 16 14:35:31.420 INFO O| Sep 16 14:35:31.420 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-09-16T14:35:32.520Z[ recovery-image] Sep 16 14:35:31.439 INFO O| Sep 16 14:35:31.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
56412024-09-16T14:35:32.520Z[ recovery-image] Sep 16 14:35:31.439 INFO O| Sep 16 14:35:31.439 INFO STEP 533 (remove_files) COMPLETE
56422024-09-16T14:35:32.520Z[ recovery-image] Sep 16 14:35:31.439 INFO O| Sep 16 14:35:31.439 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-09-16T14:35:32.540Z[ recovery-image] Sep 16 14:35:31.457 INFO O| Sep 16 14:35:31.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
56442024-09-16T14:35:32.540Z[ recovery-image] Sep 16 14:35:31.457 INFO O| Sep 16 14:35:31.457 INFO STEP 534 (remove_files) COMPLETE
56452024-09-16T14:35:32.540Z[ recovery-image] Sep 16 14:35:31.457 INFO O| Sep 16 14:35:31.457 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-09-16T14:35:32.562Z[ recovery-image] Sep 16 14:35:31.479 INFO O| Sep 16 14:35:31.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
56472024-09-16T14:35:32.565Z[ recovery-image] Sep 16 14:35:31.479 INFO O| Sep 16 14:35:31.479 INFO STEP 535 (remove_files) COMPLETE
56482024-09-16T14:35:32.565Z[ recovery-image] Sep 16 14:35:31.480 INFO O| Sep 16 14:35:31.479 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-09-16T14:35:32.581Z[ recovery-image] Sep 16 14:35:31.500 INFO O| Sep 16 14:35:31.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
56502024-09-16T14:35:32.583Z[ recovery-image] Sep 16 14:35:31.501 INFO O| Sep 16 14:35:31.500 INFO STEP 536 (remove_files) COMPLETE
56512024-09-16T14:35:32.583Z[ recovery-image] Sep 16 14:35:31.501 INFO O| Sep 16 14:35:31.501 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-16T14:35:32.600Z[ recovery-image] Sep 16 14:35:31.520 INFO O| Sep 16 14:35:31.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
56532024-09-16T14:35:32.600Z[ recovery-image] Sep 16 14:35:31.520 INFO O| Sep 16 14:35:31.520 INFO STEP 537 (remove_files) COMPLETE
56542024-09-16T14:35:32.600Z[ recovery-image] Sep 16 14:35:31.520 INFO O| Sep 16 14:35:31.520 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-16T14:35:32.620Z[ recovery-image] Sep 16 14:35:31.539 INFO O| Sep 16 14:35:31.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
56562024-09-16T14:35:32.620Z[ recovery-image] Sep 16 14:35:31.539 INFO O| Sep 16 14:35:31.539 INFO STEP 538 (remove_files) COMPLETE
56572024-09-16T14:35:32.620Z[ recovery-image] Sep 16 14:35:31.539 INFO O| Sep 16 14:35:31.539 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-16T14:35:32.649Z[ recovery-image] Sep 16 14:35:31.569 INFO O| Sep 16 14:35:31.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
56592024-09-16T14:35:32.649Z[ recovery-image] Sep 16 14:35:31.569 INFO O| Sep 16 14:35:31.569 INFO STEP 539 (remove_files) COMPLETE
56602024-09-16T14:35:32.650Z[ recovery-image] Sep 16 14:35:31.569 INFO O| Sep 16 14:35:31.569 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-16T14:35:32.687Z[ recovery-image] Sep 16 14:35:31.606 INFO O| Sep 16 14:35:31.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
56622024-09-16T14:35:32.687Z[ recovery-image] Sep 16 14:35:31.606 INFO O| Sep 16 14:35:31.606 INFO STEP 540 (remove_files) COMPLETE
56632024-09-16T14:35:32.688Z[ recovery-image] Sep 16 14:35:31.606 INFO O| Sep 16 14:35:31.606 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-16T14:35:32.719Z[ recovery-image] Sep 16 14:35:31.639 INFO O| Sep 16 14:35:31.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
56652024-09-16T14:35:32.720Z[ recovery-image] Sep 16 14:35:31.639 INFO O| Sep 16 14:35:31.639 INFO STEP 541 (remove_files) COMPLETE
56662024-09-16T14:35:32.720Z[ recovery-image] Sep 16 14:35:31.639 INFO O| Sep 16 14:35:31.639 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-16T14:35:32.737Z[ recovery-image] Sep 16 14:35:31.657 INFO O| Sep 16 14:35:31.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
56682024-09-16T14:35:32.737Z[ recovery-image] Sep 16 14:35:31.657 INFO O| Sep 16 14:35:31.657 INFO STEP 542 (remove_files) COMPLETE
56692024-09-16T14:35:32.740Z[ recovery-image] Sep 16 14:35:31.657 INFO O| Sep 16 14:35:31.657 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-16T14:35:32.766Z[ recovery-image] Sep 16 14:35:31.686 INFO O| Sep 16 14:35:31.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
56712024-09-16T14:35:32.766Z[ recovery-image] Sep 16 14:35:31.686 INFO O| Sep 16 14:35:31.686 INFO STEP 543 (remove_files) COMPLETE
56722024-09-16T14:35:32.766Z[ recovery-image] Sep 16 14:35:31.686 INFO O| Sep 16 14:35:31.686 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-16T14:35:32.785Z[ recovery-image] Sep 16 14:35:31.705 INFO O| Sep 16 14:35:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
56742024-09-16T14:35:32.785Z[ recovery-image] Sep 16 14:35:31.705 INFO O| Sep 16 14:35:31.705 INFO STEP 544 (remove_files) COMPLETE
56752024-09-16T14:35:32.785Z[ recovery-image] Sep 16 14:35:31.705 INFO O| Sep 16 14:35:31.705 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-16T14:35:32.801Z[ recovery-image] Sep 16 14:35:31.721 INFO O| Sep 16 14:35:31.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
56772024-09-16T14:35:32.801Z[ recovery-image] Sep 16 14:35:31.721 INFO O| Sep 16 14:35:31.721 INFO STEP 545 (remove_files) COMPLETE
56782024-09-16T14:35:32.801Z[ recovery-image] Sep 16 14:35:31.721 INFO O| Sep 16 14:35:31.721 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-16T14:35:32.817Z[ recovery-image] Sep 16 14:35:31.737 INFO O| Sep 16 14:35:31.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
56802024-09-16T14:35:32.817Z[ recovery-image] Sep 16 14:35:31.737 INFO O| Sep 16 14:35:31.737 INFO STEP 546 (remove_files) COMPLETE
56812024-09-16T14:35:32.817Z[ recovery-image] Sep 16 14:35:31.737 INFO O| Sep 16 14:35:31.737 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-16T14:35:32.833Z[ recovery-image] Sep 16 14:35:31.753 INFO O| Sep 16 14:35:31.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
56832024-09-16T14:35:32.833Z[ recovery-image] Sep 16 14:35:31.753 INFO O| Sep 16 14:35:31.753 INFO STEP 547 (remove_files) COMPLETE
56842024-09-16T14:35:32.836Z[ recovery-image] Sep 16 14:35:31.753 INFO O| Sep 16 14:35:31.753 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-16T14:35:32.849Z[ recovery-image] Sep 16 14:35:31.769 INFO O| Sep 16 14:35:31.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
56862024-09-16T14:35:32.849Z[ recovery-image] Sep 16 14:35:31.769 INFO O| Sep 16 14:35:31.769 INFO STEP 548 (remove_files) COMPLETE
56872024-09-16T14:35:32.849Z[ recovery-image] Sep 16 14:35:31.769 INFO O| Sep 16 14:35:31.769 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-16T14:35:32.867Z[ recovery-image] Sep 16 14:35:31.786 INFO O| Sep 16 14:35:31.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
56892024-09-16T14:35:32.867Z[ recovery-image] Sep 16 14:35:31.787 INFO O| Sep 16 14:35:31.787 INFO STEP 549 (remove_files) COMPLETE
56902024-09-16T14:35:32.867Z[ recovery-image] Sep 16 14:35:31.787 INFO O| Sep 16 14:35:31.787 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-16T14:35:32.884Z[ recovery-image] Sep 16 14:35:31.804 INFO O| Sep 16 14:35:31.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
56922024-09-16T14:35:32.884Z[ recovery-image] Sep 16 14:35:31.804 INFO O| Sep 16 14:35:31.804 INFO STEP 550 (remove_files) COMPLETE
56932024-09-16T14:35:32.884Z[ recovery-image] Sep 16 14:35:31.804 INFO O| Sep 16 14:35:31.804 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-16T14:35:32.920Z[ recovery-image] Sep 16 14:35:31.840 INFO O| Sep 16 14:35:31.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
56952024-09-16T14:35:32.920Z[ recovery-image] Sep 16 14:35:31.840 INFO O| Sep 16 14:35:31.840 INFO STEP 551 (remove_files) COMPLETE
56962024-09-16T14:35:32.920Z[ recovery-image] Sep 16 14:35:31.840 INFO O| Sep 16 14:35:31.840 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-16T14:35:32.938Z[ recovery-image] Sep 16 14:35:31.858 INFO O| Sep 16 14:35:31.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
56982024-09-16T14:35:32.938Z[ recovery-image] Sep 16 14:35:31.858 INFO O| Sep 16 14:35:31.858 INFO STEP 552 (remove_files) COMPLETE
56992024-09-16T14:35:32.938Z[ recovery-image] Sep 16 14:35:31.858 INFO O| Sep 16 14:35:31.858 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-16T14:35:32.956Z[ recovery-image] Sep 16 14:35:31.876 INFO O| Sep 16 14:35:31.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57012024-09-16T14:35:32.956Z[ recovery-image] Sep 16 14:35:31.876 INFO O| Sep 16 14:35:31.876 INFO STEP 553 (remove_files) COMPLETE
57022024-09-16T14:35:32.956Z[ recovery-image] Sep 16 14:35:31.876 INFO O| Sep 16 14:35:31.876 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-16T14:35:32.976Z[ recovery-image] Sep 16 14:35:31.895 INFO O| Sep 16 14:35:31.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57042024-09-16T14:35:33.000Z[ recovery-image] Sep 16 14:35:31.919 INFO O| Sep 16 14:35:31.919 INFO STEP 554 (remove_files) COMPLETE
57052024-09-16T14:35:33.000Z[ recovery-image] Sep 16 14:35:31.919 INFO O| Sep 16 14:35:31.919 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-16T14:35:33.019Z[ recovery-image] Sep 16 14:35:31.939 INFO O| Sep 16 14:35:31.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57072024-09-16T14:35:33.020Z[ recovery-image] Sep 16 14:35:31.939 INFO O| Sep 16 14:35:31.939 INFO STEP 555 (remove_files) COMPLETE
57082024-09-16T14:35:33.020Z[ recovery-image] Sep 16 14:35:31.939 INFO O| Sep 16 14:35:31.939 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-16T14:35:33.038Z[ recovery-image] Sep 16 14:35:31.958 INFO O| Sep 16 14:35:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57102024-09-16T14:35:33.046Z[ recovery-image] Sep 16 14:35:31.965 INFO O| Sep 16 14:35:31.965 INFO STEP 556 (remove_files) COMPLETE
57112024-09-16T14:35:33.046Z[ recovery-image] Sep 16 14:35:31.965 INFO O| Sep 16 14:35:31.965 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-16T14:35:33.082Z[ recovery-image] Sep 16 14:35:32.002 INFO O| Sep 16 14:35:32.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57132024-09-16T14:35:33.082Z[ recovery-image] Sep 16 14:35:32.002 INFO O| Sep 16 14:35:32.002 INFO STEP 557 (remove_files) COMPLETE
57142024-09-16T14:35:33.082Z[ recovery-image] Sep 16 14:35:32.002 INFO O| Sep 16 14:35:32.002 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-09-16T14:35:33.122Z[ recovery-image] Sep 16 14:35:32.042 INFO O| Sep 16 14:35:32.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57162024-09-16T14:35:33.122Z[ recovery-image] Sep 16 14:35:32.042 INFO O| Sep 16 14:35:32.042 INFO STEP 558 (remove_files) COMPLETE
57172024-09-16T14:35:33.122Z[ recovery-image] Sep 16 14:35:32.042 INFO O| Sep 16 14:35:32.042 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-09-16T14:35:33.143Z[ recovery-image] Sep 16 14:35:32.062 INFO O| Sep 16 14:35:32.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57192024-09-16T14:35:33.143Z[ recovery-image] Sep 16 14:35:32.062 INFO O| Sep 16 14:35:32.062 INFO STEP 559 (remove_files) COMPLETE
57202024-09-16T14:35:33.143Z[ recovery-image] Sep 16 14:35:32.062 INFO O| Sep 16 14:35:32.062 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-09-16T14:35:33.161Z[ recovery-image] Sep 16 14:35:32.080 INFO O| Sep 16 14:35:32.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57222024-09-16T14:35:33.161Z[ recovery-image] Sep 16 14:35:32.080 INFO O| Sep 16 14:35:32.080 INFO STEP 560 (remove_files) COMPLETE
57232024-09-16T14:35:33.161Z[ recovery-image] Sep 16 14:35:32.080 INFO O| Sep 16 14:35:32.080 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-09-16T14:35:33.178Z[ recovery-image] Sep 16 14:35:32.098 INFO O| Sep 16 14:35:32.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57252024-09-16T14:35:33.178Z[ recovery-image] Sep 16 14:35:32.098 INFO O| Sep 16 14:35:32.098 INFO STEP 561 (remove_files) COMPLETE
57262024-09-16T14:35:33.178Z[ recovery-image] Sep 16 14:35:32.098 INFO O| Sep 16 14:35:32.098 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-09-16T14:35:33.196Z[ recovery-image] Sep 16 14:35:32.115 INFO O| Sep 16 14:35:32.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57282024-09-16T14:35:33.196Z[ recovery-image] Sep 16 14:35:32.115 INFO O| Sep 16 14:35:32.115 INFO STEP 562 (remove_files) COMPLETE
57292024-09-16T14:35:33.196Z[ recovery-image] Sep 16 14:35:32.115 INFO O| Sep 16 14:35:32.115 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-16T14:35:33.231Z[ recovery-image] Sep 16 14:35:32.151 INFO O| Sep 16 14:35:32.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
57312024-09-16T14:35:33.231Z[ recovery-image] Sep 16 14:35:32.151 INFO O| Sep 16 14:35:32.151 INFO STEP 563 (remove_files) COMPLETE
57322024-09-16T14:35:33.235Z[ recovery-image] Sep 16 14:35:32.151 INFO O| Sep 16 14:35:32.151 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-16T14:35:33.292Z[ recovery-image] Sep 16 14:35:32.211 INFO O| Sep 16 14:35:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
57342024-09-16T14:35:33.292Z[ recovery-image] Sep 16 14:35:32.212 INFO O| Sep 16 14:35:32.211 INFO STEP 564 (remove_files) COMPLETE
57352024-09-16T14:35:33.292Z[ recovery-image] Sep 16 14:35:32.212 INFO O| Sep 16 14:35:32.212 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-16T14:35:33.310Z[ recovery-image] Sep 16 14:35:32.229 INFO O| Sep 16 14:35:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
57372024-09-16T14:35:33.310Z[ recovery-image] Sep 16 14:35:32.230 INFO O| Sep 16 14:35:32.230 INFO STEP 565 (remove_files) COMPLETE
57382024-09-16T14:35:33.310Z[ recovery-image] Sep 16 14:35:32.230 INFO O| Sep 16 14:35:32.230 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-16T14:35:33.328Z[ recovery-image] Sep 16 14:35:32.247 INFO O| Sep 16 14:35:32.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
57402024-09-16T14:35:33.328Z[ recovery-image] Sep 16 14:35:32.248 INFO O| Sep 16 14:35:32.247 INFO STEP 566 (remove_files) COMPLETE
57412024-09-16T14:35:33.331Z[ recovery-image] Sep 16 14:35:32.248 INFO O| Sep 16 14:35:32.247 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-16T14:35:33.363Z[ recovery-image] Sep 16 14:35:32.283 INFO O| Sep 16 14:35:32.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
57432024-09-16T14:35:33.366Z[ recovery-image] Sep 16 14:35:32.283 INFO O| Sep 16 14:35:32.283 INFO STEP 567 (remove_files) COMPLETE
57442024-09-16T14:35:33.366Z[ recovery-image] Sep 16 14:35:32.283 INFO O| Sep 16 14:35:32.283 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-16T14:35:33.384Z[ recovery-image] Sep 16 14:35:32.303 INFO O| Sep 16 14:35:32.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
57462024-09-16T14:35:33.386Z[ recovery-image] Sep 16 14:35:32.303 INFO O| Sep 16 14:35:32.303 INFO STEP 568 (remove_files) COMPLETE
57472024-09-16T14:35:33.386Z[ recovery-image] Sep 16 14:35:32.304 INFO O| Sep 16 14:35:32.303 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-16T14:35:33.419Z[ recovery-image] Sep 16 14:35:32.339 INFO O| Sep 16 14:35:32.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
57492024-09-16T14:35:33.419Z[ recovery-image] Sep 16 14:35:32.339 INFO O| Sep 16 14:35:32.339 INFO STEP 569 (remove_files) COMPLETE
57502024-09-16T14:35:33.419Z[ recovery-image] Sep 16 14:35:32.339 INFO O| Sep 16 14:35:32.339 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-16T14:35:33.453Z[ host-image] Sep 16 14:35:32.372 INFO O| Sep 16 14:35:32.372 INFO O| Done
57522024-09-16T14:35:33.502Z[ recovery-image] Sep 16 14:35:32.422 INFO O| Sep 16 14:35:32.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
57532024-09-16T14:35:33.505Z[ recovery-image] Sep 16 14:35:32.422 INFO O| Sep 16 14:35:32.422 INFO STEP 570 (remove_files) COMPLETE
57542024-09-16T14:35:33.505Z[ recovery-image] Sep 16 14:35:32.422 INFO O| Sep 16 14:35:32.422 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-09-16T14:35:33.523Z[ recovery-image] Sep 16 14:35:32.443 INFO O| Sep 16 14:35:32.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
57562024-09-16T14:35:33.526Z[ recovery-image] Sep 16 14:35:32.443 INFO O| Sep 16 14:35:32.443 INFO STEP 571 (remove_files) COMPLETE
57572024-09-16T14:35:33.526Z[ recovery-image] Sep 16 14:35:32.443 INFO O| Sep 16 14:35:32.443 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-09-16T14:35:33.546Z[ recovery-image] Sep 16 14:35:32.465 INFO O| Sep 16 14:35:32.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
57592024-09-16T14:35:33.546Z[ recovery-image] Sep 16 14:35:32.465 INFO O| Sep 16 14:35:32.465 INFO STEP 572 (remove_files) COMPLETE
57602024-09-16T14:35:33.546Z[ recovery-image] Sep 16 14:35:32.465 INFO O| Sep 16 14:35:32.465 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-09-16T14:35:33.587Z[ recovery-image] Sep 16 14:35:32.506 INFO O| Sep 16 14:35:32.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
57622024-09-16T14:35:33.587Z[ recovery-image] Sep 16 14:35:32.506 INFO O| Sep 16 14:35:32.506 INFO STEP 573 (remove_files) COMPLETE
57632024-09-16T14:35:33.587Z[ recovery-image] Sep 16 14:35:32.506 INFO O| Sep 16 14:35:32.506 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-09-16T14:35:33.609Z[ recovery-image] Sep 16 14:35:32.528 INFO O| Sep 16 14:35:32.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
57652024-09-16T14:35:33.609Z[ recovery-image] Sep 16 14:35:32.528 INFO O| Sep 16 14:35:32.528 INFO STEP 574 (remove_files) COMPLETE
57662024-09-16T14:35:33.611Z[ recovery-image] Sep 16 14:35:32.528 INFO O| Sep 16 14:35:32.528 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-09-16T14:35:33.641Z[ recovery-image] Sep 16 14:35:32.560 INFO O| Sep 16 14:35:32.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
57682024-09-16T14:35:33.641Z[ recovery-image] Sep 16 14:35:32.560 INFO O| Sep 16 14:35:32.560 INFO STEP 575 (remove_files) COMPLETE
57692024-09-16T14:35:33.643Z[ recovery-image] Sep 16 14:35:32.560 INFO O| Sep 16 14:35:32.560 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-09-16T14:35:33.662Z[ recovery-image] Sep 16 14:35:32.582 INFO O| Sep 16 14:35:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
57712024-09-16T14:35:33.662Z[ recovery-image] Sep 16 14:35:32.582 INFO O| Sep 16 14:35:32.582 INFO STEP 576 (remove_files) COMPLETE
57722024-09-16T14:35:33.662Z[ recovery-image] Sep 16 14:35:32.582 INFO O| Sep 16 14:35:32.582 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-09-16T14:35:33.692Z[ recovery-image] Sep 16 14:35:32.612 INFO O| Sep 16 14:35:32.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
57742024-09-16T14:35:33.693Z[ recovery-image] Sep 16 14:35:32.612 INFO O| Sep 16 14:35:32.612 INFO STEP 577 (remove_files) COMPLETE
57752024-09-16T14:35:33.695Z[ recovery-image] Sep 16 14:35:32.612 INFO O| Sep 16 14:35:32.612 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-09-16T14:35:33.733Z[ recovery-image] Sep 16 14:35:32.653 INFO O| Sep 16 14:35:32.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
57772024-09-16T14:35:33.733Z[ recovery-image] Sep 16 14:35:32.653 INFO O| Sep 16 14:35:32.653 INFO STEP 578 (remove_files) COMPLETE
57782024-09-16T14:35:33.733Z[ recovery-image] Sep 16 14:35:32.653 INFO O| Sep 16 14:35:32.653 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-09-16T14:35:33.752Z[ recovery-image] Sep 16 14:35:32.671 INFO O| Sep 16 14:35:32.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
57802024-09-16T14:35:33.752Z[ recovery-image] Sep 16 14:35:32.671 INFO O| Sep 16 14:35:32.671 INFO STEP 579 (remove_files) COMPLETE
57812024-09-16T14:35:33.754Z[ recovery-image] Sep 16 14:35:32.671 INFO O| Sep 16 14:35:32.671 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-09-16T14:35:33.816Z[ recovery-image] Sep 16 14:35:32.736 INFO O| Sep 16 14:35:32.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
57832024-09-16T14:35:33.819Z[ recovery-image] Sep 16 14:35:32.736 INFO O| Sep 16 14:35:32.736 INFO STEP 580 (remove_files) COMPLETE
57842024-09-16T14:35:33.819Z[ recovery-image] Sep 16 14:35:32.736 INFO O| Sep 16 14:35:32.736 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-09-16T14:35:33.888Z[ recovery-image] Sep 16 14:35:32.807 INFO O| Sep 16 14:35:32.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
57862024-09-16T14:35:33.891Z[ recovery-image] Sep 16 14:35:32.807 INFO O| Sep 16 14:35:32.807 INFO STEP 581 (remove_files) COMPLETE
57872024-09-16T14:35:33.891Z[ recovery-image] Sep 16 14:35:32.807 INFO O| Sep 16 14:35:32.807 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-09-16T14:35:33.906Z[ recovery-image] Sep 16 14:35:32.825 INFO O| Sep 16 14:35:32.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
57892024-09-16T14:35:33.906Z[ recovery-image] Sep 16 14:35:32.825 INFO O| Sep 16 14:35:32.825 INFO STEP 582 (remove_files) COMPLETE
57902024-09-16T14:35:33.908Z[ recovery-image] Sep 16 14:35:32.826 INFO O| Sep 16 14:35:32.825 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-09-16T14:35:33.923Z[ recovery-image] Sep 16 14:35:32.843 INFO O| Sep 16 14:35:32.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
57922024-09-16T14:35:33.925Z[ recovery-image] Sep 16 14:35:32.843 INFO O| Sep 16 14:35:32.843 INFO STEP 583 (remove_files) COMPLETE
57932024-09-16T14:35:33.925Z[ recovery-image] Sep 16 14:35:32.843 INFO O| Sep 16 14:35:32.843 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-09-16T14:35:33.940Z[ recovery-image] Sep 16 14:35:32.860 INFO O| Sep 16 14:35:32.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
57952024-09-16T14:35:33.940Z[ recovery-image] Sep 16 14:35:32.860 INFO O| Sep 16 14:35:32.860 INFO STEP 584 (remove_files) COMPLETE
57962024-09-16T14:35:33.943Z[ recovery-image] Sep 16 14:35:32.860 INFO O| Sep 16 14:35:32.860 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-09-16T14:35:33.959Z[ recovery-image] Sep 16 14:35:32.879 INFO O| Sep 16 14:35:32.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
57982024-09-16T14:35:33.959Z[ recovery-image] Sep 16 14:35:32.879 INFO O| Sep 16 14:35:32.879 INFO STEP 585 (remove_files) COMPLETE
57992024-09-16T14:35:33.962Z[ recovery-image] Sep 16 14:35:32.879 INFO O| Sep 16 14:35:32.879 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-09-16T14:35:33.988Z[ recovery-image] Sep 16 14:35:32.907 INFO O| Sep 16 14:35:32.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58012024-09-16T14:35:33.988Z[ recovery-image] Sep 16 14:35:32.907 INFO O| Sep 16 14:35:32.907 INFO STEP 586 (remove_files) COMPLETE
58022024-09-16T14:35:33.988Z[ recovery-image] Sep 16 14:35:32.907 INFO O| Sep 16 14:35:32.907 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-09-16T14:35:34.044Z[ recovery-image] Sep 16 14:35:32.964 INFO O| Sep 16 14:35:32.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58042024-09-16T14:35:34.044Z[ recovery-image] Sep 16 14:35:32.964 INFO O| Sep 16 14:35:32.964 INFO STEP 587 (remove_files) COMPLETE
58052024-09-16T14:35:34.044Z[ recovery-image] Sep 16 14:35:32.964 INFO O| Sep 16 14:35:32.964 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-09-16T14:35:34.103Z[ recovery-image] Sep 16 14:35:33.023 INFO O| Sep 16 14:35:33.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58072024-09-16T14:35:34.103Z[ recovery-image] Sep 16 14:35:33.023 INFO O| Sep 16 14:35:33.023 INFO STEP 588 (remove_files) COMPLETE
58082024-09-16T14:35:34.103Z[ recovery-image] Sep 16 14:35:33.023 INFO O| Sep 16 14:35:33.023 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-09-16T14:35:34.123Z[ recovery-image] Sep 16 14:35:33.042 INFO O| Sep 16 14:35:33.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58102024-09-16T14:35:34.123Z[ recovery-image] Sep 16 14:35:33.042 INFO O| Sep 16 14:35:33.042 INFO STEP 589 (remove_files) COMPLETE
58112024-09-16T14:35:34.123Z[ recovery-image] Sep 16 14:35:33.042 INFO O| Sep 16 14:35:33.042 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-09-16T14:35:34.200Z[ recovery-image] Sep 16 14:35:33.119 INFO O| Sep 16 14:35:33.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58132024-09-16T14:35:34.200Z[ recovery-image] Sep 16 14:35:33.119 INFO O| Sep 16 14:35:33.119 INFO STEP 590 (remove_files) COMPLETE
58142024-09-16T14:35:34.203Z[ recovery-image] Sep 16 14:35:33.119 INFO O| Sep 16 14:35:33.119 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-09-16T14:35:34.238Z[ recovery-image] Sep 16 14:35:33.157 INFO O| Sep 16 14:35:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58162024-09-16T14:35:34.238Z[ recovery-image] Sep 16 14:35:33.157 INFO O| Sep 16 14:35:33.157 INFO STEP 591 (remove_files) COMPLETE
58172024-09-16T14:35:34.240Z[ recovery-image] Sep 16 14:35:33.158 INFO O| Sep 16 14:35:33.157 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-09-16T14:35:34.285Z[ recovery-image] Sep 16 14:35:33.205 INFO O| Sep 16 14:35:33.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58192024-09-16T14:35:34.285Z[ recovery-image] Sep 16 14:35:33.205 INFO O| Sep 16 14:35:33.205 INFO STEP 592 (remove_files) COMPLETE
58202024-09-16T14:35:34.285Z[ recovery-image] Sep 16 14:35:33.205 INFO O| Sep 16 14:35:33.205 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-09-16T14:35:34.336Z[ recovery-image] Sep 16 14:35:33.255 INFO O| Sep 16 14:35:33.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58222024-09-16T14:35:34.339Z[ recovery-image] Sep 16 14:35:33.256 INFO O| Sep 16 14:35:33.256 INFO STEP 593 (remove_files) COMPLETE
58232024-09-16T14:35:34.339Z[ recovery-image] Sep 16 14:35:33.256 INFO O| Sep 16 14:35:33.256 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-09-16T14:35:34.370Z[ recovery-image] Sep 16 14:35:33.290 INFO O| Sep 16 14:35:33.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58252024-09-16T14:35:34.370Z[ recovery-image] Sep 16 14:35:33.290 INFO O| Sep 16 14:35:33.290 INFO STEP 594 (remove_files) COMPLETE
58262024-09-16T14:35:34.371Z[ recovery-image] Sep 16 14:35:33.290 INFO O| Sep 16 14:35:33.290 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-09-16T14:35:34.390Z[ recovery-image] Sep 16 14:35:33.309 INFO O| Sep 16 14:35:33.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58282024-09-16T14:35:34.390Z[ recovery-image] Sep 16 14:35:33.309 INFO O| Sep 16 14:35:33.309 INFO STEP 595 (remove_files) COMPLETE
58292024-09-16T14:35:34.393Z[ recovery-image] Sep 16 14:35:33.309 INFO O| Sep 16 14:35:33.309 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-09-16T14:35:34.408Z[ recovery-image] Sep 16 14:35:33.327 INFO O| Sep 16 14:35:33.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58312024-09-16T14:35:34.408Z[ recovery-image] Sep 16 14:35:33.327 INFO O| Sep 16 14:35:33.327 INFO STEP 596 (remove_files) COMPLETE
58322024-09-16T14:35:34.410Z[ recovery-image] Sep 16 14:35:33.327 INFO O| Sep 16 14:35:33.327 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-09-16T14:35:34.425Z[ recovery-image] Sep 16 14:35:33.344 INFO O| Sep 16 14:35:33.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
58342024-09-16T14:35:34.425Z[ recovery-image] Sep 16 14:35:33.344 INFO O| Sep 16 14:35:33.344 INFO STEP 597 (remove_files) COMPLETE
58352024-09-16T14:35:34.427Z[ recovery-image] Sep 16 14:35:33.344 INFO O| Sep 16 14:35:33.344 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-09-16T14:35:34.443Z[ recovery-image] Sep 16 14:35:33.362 INFO O| Sep 16 14:35:33.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
58372024-09-16T14:35:34.463Z[ recovery-image] Sep 16 14:35:33.382 INFO O| Sep 16 14:35:33.382 INFO STEP 598 (remove_files) COMPLETE
58382024-09-16T14:35:34.463Z[ recovery-image] Sep 16 14:35:33.382 INFO O| Sep 16 14:35:33.382 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-09-16T14:35:34.513Z[ recovery-image] Sep 16 14:35:33.432 INFO O| Sep 16 14:35:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
58402024-09-16T14:35:34.516Z[ recovery-image] Sep 16 14:35:33.433 INFO O| Sep 16 14:35:33.433 INFO STEP 599 (remove_files) COMPLETE
58412024-09-16T14:35:34.516Z[ recovery-image] Sep 16 14:35:33.433 INFO O| Sep 16 14:35:33.433 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-09-16T14:35:34.531Z[ recovery-image] Sep 16 14:35:33.450 INFO O| Sep 16 14:35:33.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
58432024-09-16T14:35:34.533Z[ recovery-image] Sep 16 14:35:33.451 INFO O| Sep 16 14:35:33.451 INFO STEP 600 (remove_files) COMPLETE
58442024-09-16T14:35:34.534Z[ recovery-image] Sep 16 14:35:33.451 INFO O| Sep 16 14:35:33.451 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-09-16T14:35:34.548Z[ recovery-image] Sep 16 14:35:33.468 INFO O| Sep 16 14:35:33.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
58462024-09-16T14:35:34.552Z[ recovery-image] Sep 16 14:35:33.468 INFO O| Sep 16 14:35:33.468 INFO STEP 601 (remove_files) COMPLETE
58472024-09-16T14:35:34.552Z[ recovery-image] Sep 16 14:35:33.468 INFO O| Sep 16 14:35:33.468 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-09-16T14:35:34.600Z[ recovery-image] Sep 16 14:35:33.518 INFO O| Sep 16 14:35:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
58492024-09-16T14:35:34.600Z[ recovery-image] Sep 16 14:35:33.518 INFO O| Sep 16 14:35:33.518 INFO STEP 602 (remove_files) COMPLETE
58502024-09-16T14:35:34.600Z[ recovery-image] Sep 16 14:35:33.518 INFO O| Sep 16 14:35:33.518 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-09-16T14:35:34.659Z[ recovery-image] Sep 16 14:35:33.578 INFO O| Sep 16 14:35:33.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
58522024-09-16T14:35:34.659Z[ recovery-image] Sep 16 14:35:33.579 INFO O| Sep 16 14:35:33.579 INFO STEP 603 (remove_files) COMPLETE
58532024-09-16T14:35:34.662Z[ recovery-image] Sep 16 14:35:33.579 INFO O| Sep 16 14:35:33.579 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-09-16T14:35:34.719Z[ recovery-image] Sep 16 14:35:33.639 INFO O| Sep 16 14:35:33.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
58552024-09-16T14:35:34.719Z[ recovery-image] Sep 16 14:35:33.639 INFO O| Sep 16 14:35:33.639 INFO STEP 604 (remove_files) COMPLETE
58562024-09-16T14:35:34.719Z[ recovery-image] Sep 16 14:35:33.639 INFO O| Sep 16 14:35:33.639 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-09-16T14:35:34.737Z[ recovery-image] Sep 16 14:35:33.656 INFO O| Sep 16 14:35:33.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
58582024-09-16T14:35:34.737Z[ recovery-image] Sep 16 14:35:33.656 INFO O| Sep 16 14:35:33.656 INFO STEP 605 (remove_files) COMPLETE
58592024-09-16T14:35:34.741Z[ recovery-image] Sep 16 14:35:33.656 INFO O| Sep 16 14:35:33.656 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-09-16T14:35:34.754Z[ recovery-image] Sep 16 14:35:33.673 INFO O| Sep 16 14:35:33.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
58612024-09-16T14:35:34.754Z[ recovery-image] Sep 16 14:35:33.674 INFO O| Sep 16 14:35:33.673 INFO STEP 606 (remove_files) COMPLETE
58622024-09-16T14:35:34.754Z[ recovery-image] Sep 16 14:35:33.674 INFO O| Sep 16 14:35:33.674 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-09-16T14:35:34.774Z[ recovery-image] Sep 16 14:35:33.693 INFO O| Sep 16 14:35:33.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
58642024-09-16T14:35:34.777Z[ recovery-image] Sep 16 14:35:33.694 INFO O| Sep 16 14:35:33.694 INFO STEP 607 (remove_files) COMPLETE
58652024-09-16T14:35:34.777Z[ recovery-image] Sep 16 14:35:33.694 INFO O| Sep 16 14:35:33.694 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-09-16T14:35:34.814Z[ recovery-image] Sep 16 14:35:33.733 INFO O| Sep 16 14:35:33.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
58672024-09-16T14:35:34.816Z[ recovery-image] Sep 16 14:35:33.733 INFO O| Sep 16 14:35:33.733 INFO STEP 608 (remove_files) COMPLETE
58682024-09-16T14:35:34.816Z[ recovery-image] Sep 16 14:35:33.733 INFO O| Sep 16 14:35:33.733 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-09-16T14:35:34.831Z[ recovery-image] Sep 16 14:35:33.750 INFO O| Sep 16 14:35:33.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
58702024-09-16T14:35:34.831Z[ recovery-image] Sep 16 14:35:33.750 INFO O| Sep 16 14:35:33.750 INFO STEP 609 (remove_files) COMPLETE
58712024-09-16T14:35:34.833Z[ recovery-image] Sep 16 14:35:33.751 INFO O| Sep 16 14:35:33.750 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-09-16T14:35:34.848Z[ recovery-image] Sep 16 14:35:33.767 INFO O| Sep 16 14:35:33.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
58732024-09-16T14:35:34.848Z[ recovery-image] Sep 16 14:35:33.767 INFO O| Sep 16 14:35:33.767 INFO STEP 610 (remove_files) COMPLETE
58742024-09-16T14:35:34.850Z[ recovery-image] Sep 16 14:35:33.767 INFO O| Sep 16 14:35:33.767 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-09-16T14:35:34.886Z[ recovery-image] Sep 16 14:35:33.806 INFO O| Sep 16 14:35:33.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
58762024-09-16T14:35:34.886Z[ recovery-image] Sep 16 14:35:33.806 INFO O| Sep 16 14:35:33.806 INFO STEP 611 (remove_files) COMPLETE
58772024-09-16T14:35:34.886Z[ recovery-image] Sep 16 14:35:33.806 INFO O| Sep 16 14:35:33.806 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-09-16T14:35:34.905Z[ recovery-image] Sep 16 14:35:33.824 INFO O| Sep 16 14:35:33.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
58792024-09-16T14:35:34.905Z[ recovery-image] Sep 16 14:35:33.824 INFO O| Sep 16 14:35:33.824 INFO STEP 612 (remove_files) COMPLETE
58802024-09-16T14:35:34.905Z[ recovery-image] Sep 16 14:35:33.824 INFO O| Sep 16 14:35:33.824 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-09-16T14:35:34.933Z[ recovery-image] Sep 16 14:35:33.852 INFO O| Sep 16 14:35:33.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
58822024-09-16T14:35:34.953Z[ recovery-image] Sep 16 14:35:33.872 INFO O| Sep 16 14:35:33.872 INFO STEP 613 (remove_files) COMPLETE
58832024-09-16T14:35:34.953Z[ recovery-image] Sep 16 14:35:33.872 INFO O| Sep 16 14:35:33.872 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-09-16T14:35:34.984Z[ recovery-image] Sep 16 14:35:33.903 INFO O| Sep 16 14:35:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
58852024-09-16T14:35:34.984Z[ recovery-image] Sep 16 14:35:33.903 INFO O| Sep 16 14:35:33.903 INFO STEP 614 (remove_files) COMPLETE
58862024-09-16T14:35:34.984Z[ recovery-image] Sep 16 14:35:33.903 INFO O| Sep 16 14:35:33.903 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-09-16T14:35:35.033Z[ recovery-image] Sep 16 14:35:33.951 INFO O| Sep 16 14:35:33.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
58882024-09-16T14:35:35.033Z[ recovery-image] Sep 16 14:35:33.951 INFO O| Sep 16 14:35:33.951 INFO STEP 615 (remove_files) COMPLETE
58892024-09-16T14:35:35.033Z[ recovery-image] Sep 16 14:35:33.951 INFO O| Sep 16 14:35:33.951 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-09-16T14:35:35.052Z[ recovery-image] Sep 16 14:35:33.971 INFO O| Sep 16 14:35:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
58912024-09-16T14:35:35.052Z[ recovery-image] Sep 16 14:35:33.971 INFO O| Sep 16 14:35:33.971 INFO STEP 616 (remove_files) COMPLETE
58922024-09-16T14:35:35.056Z[ recovery-image] Sep 16 14:35:33.971 INFO O| Sep 16 14:35:33.971 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-09-16T14:35:35.109Z[ recovery-image] Sep 16 14:35:34.028 INFO O| Sep 16 14:35:34.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
58942024-09-16T14:35:35.109Z[ recovery-image] Sep 16 14:35:34.028 INFO O| Sep 16 14:35:34.028 INFO STEP 617 (remove_files) COMPLETE
58952024-09-16T14:35:35.109Z[ recovery-image] Sep 16 14:35:34.028 INFO O| Sep 16 14:35:34.028 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-09-16T14:35:35.160Z[ recovery-image] Sep 16 14:35:34.079 INFO O| Sep 16 14:35:34.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
58972024-09-16T14:35:35.160Z[ recovery-image] Sep 16 14:35:34.079 INFO O| Sep 16 14:35:34.079 INFO STEP 618 (remove_files) COMPLETE
58982024-09-16T14:35:35.163Z[ recovery-image] Sep 16 14:35:34.079 INFO O| Sep 16 14:35:34.079 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-09-16T14:35:35.220Z[ recovery-image] Sep 16 14:35:34.139 INFO O| Sep 16 14:35:34.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59002024-09-16T14:35:35.220Z[ recovery-image] Sep 16 14:35:34.139 INFO O| Sep 16 14:35:34.139 INFO STEP 619 (remove_files) COMPLETE
59012024-09-16T14:35:35.220Z[ recovery-image] Sep 16 14:35:34.139 INFO O| Sep 16 14:35:34.139 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-09-16T14:35:35.245Z[ recovery-image] Sep 16 14:35:34.164 INFO O| Sep 16 14:35:34.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59032024-09-16T14:35:35.248Z[ recovery-image] Sep 16 14:35:34.164 INFO O| Sep 16 14:35:34.164 INFO STEP 620 (remove_files) COMPLETE
59042024-09-16T14:35:35.248Z[ recovery-image] Sep 16 14:35:34.165 INFO O| Sep 16 14:35:34.164 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-09-16T14:35:35.267Z[ recovery-image] Sep 16 14:35:34.186 INFO O| Sep 16 14:35:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59062024-09-16T14:35:35.267Z[ recovery-image] Sep 16 14:35:34.186 INFO O| Sep 16 14:35:34.186 INFO STEP 621 (remove_files) COMPLETE
59072024-09-16T14:35:35.269Z[ recovery-image] Sep 16 14:35:34.186 INFO O| Sep 16 14:35:34.186 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-09-16T14:35:35.286Z[ recovery-image] Sep 16 14:35:34.205 INFO O| Sep 16 14:35:34.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59092024-09-16T14:35:35.288Z[ recovery-image] Sep 16 14:35:34.206 INFO O| Sep 16 14:35:34.206 INFO STEP 622 (remove_files) COMPLETE
59102024-09-16T14:35:35.288Z[ recovery-image] Sep 16 14:35:34.206 INFO O| Sep 16 14:35:34.206 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-09-16T14:35:35.322Z[ recovery-image] Sep 16 14:35:34.242 INFO O| Sep 16 14:35:34.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59122024-09-16T14:35:35.322Z[ recovery-image] Sep 16 14:35:34.242 INFO O| Sep 16 14:35:34.242 INFO STEP 623 (remove_files) COMPLETE
59132024-09-16T14:35:35.325Z[ recovery-image] Sep 16 14:35:34.242 INFO O| Sep 16 14:35:34.242 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-09-16T14:35:35.354Z[ recovery-image] Sep 16 14:35:34.273 INFO O| Sep 16 14:35:34.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59152024-09-16T14:35:35.354Z[ recovery-image] Sep 16 14:35:34.273 INFO O| Sep 16 14:35:34.273 INFO STEP 624 (remove_files) COMPLETE
59162024-09-16T14:35:35.357Z[ recovery-image] Sep 16 14:35:34.273 INFO O| Sep 16 14:35:34.273 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-09-16T14:35:35.373Z[ recovery-image] Sep 16 14:35:34.291 INFO O| Sep 16 14:35:34.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59182024-09-16T14:35:35.373Z[ recovery-image] Sep 16 14:35:34.291 INFO O| Sep 16 14:35:34.291 INFO STEP 625 (remove_files) COMPLETE
59192024-09-16T14:35:35.373Z[ recovery-image] Sep 16 14:35:34.291 INFO O| Sep 16 14:35:34.291 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-09-16T14:35:35.405Z[ recovery-image] Sep 16 14:35:34.324 INFO O| Sep 16 14:35:34.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59212024-09-16T14:35:35.405Z[ recovery-image] Sep 16 14:35:34.324 INFO O| Sep 16 14:35:34.324 INFO STEP 626 (remove_files) COMPLETE
59222024-09-16T14:35:35.405Z[ recovery-image] Sep 16 14:35:34.324 INFO O| Sep 16 14:35:34.324 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-09-16T14:35:35.437Z[ recovery-image] Sep 16 14:35:34.357 INFO O| Sep 16 14:35:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
59242024-09-16T14:35:35.437Z[ recovery-image] Sep 16 14:35:34.357 INFO O| Sep 16 14:35:34.357 INFO STEP 627 (remove_files) COMPLETE
59252024-09-16T14:35:35.440Z[ recovery-image] Sep 16 14:35:34.357 INFO O| Sep 16 14:35:34.357 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-09-16T14:35:35.458Z[ recovery-image] Sep 16 14:35:34.377 INFO O| Sep 16 14:35:34.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
59272024-09-16T14:35:35.458Z[ recovery-image] Sep 16 14:35:34.377 INFO O| Sep 16 14:35:34.377 INFO STEP 628 (remove_files) COMPLETE
59282024-09-16T14:35:35.458Z[ recovery-image] Sep 16 14:35:34.377 INFO O| Sep 16 14:35:34.377 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-09-16T14:35:35.477Z[ recovery-image] Sep 16 14:35:34.395 INFO O| Sep 16 14:35:34.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
59302024-09-16T14:35:35.477Z[ recovery-image] Sep 16 14:35:34.396 INFO O| Sep 16 14:35:34.395 INFO STEP 629 (remove_files) COMPLETE
59312024-09-16T14:35:35.477Z[ recovery-image] Sep 16 14:35:34.396 INFO O| Sep 16 14:35:34.395 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-09-16T14:35:35.518Z[ recovery-image] Sep 16 14:35:34.437 INFO O| Sep 16 14:35:34.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
59332024-09-16T14:35:35.518Z[ recovery-image] Sep 16 14:35:34.437 INFO O| Sep 16 14:35:34.437 INFO STEP 630 (remove_files) COMPLETE
59342024-09-16T14:35:35.518Z[ recovery-image] Sep 16 14:35:34.437 INFO O| Sep 16 14:35:34.437 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-09-16T14:35:35.590Z[ recovery-image] Sep 16 14:35:34.508 INFO O| Sep 16 14:35:34.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
59362024-09-16T14:35:35.590Z[ recovery-image] Sep 16 14:35:34.508 INFO O| Sep 16 14:35:34.508 INFO STEP 631 (remove_files) COMPLETE
59372024-09-16T14:35:35.590Z[ recovery-image] Sep 16 14:35:34.508 INFO O| Sep 16 14:35:34.508 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-09-16T14:35:35.649Z[ recovery-image] Sep 16 14:35:34.567 INFO O| Sep 16 14:35:34.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
59392024-09-16T14:35:35.649Z[ recovery-image] Sep 16 14:35:34.568 INFO O| Sep 16 14:35:34.568 INFO STEP 632 (remove_files) COMPLETE
59402024-09-16T14:35:35.649Z[ recovery-image] Sep 16 14:35:34.568 INFO O| Sep 16 14:35:34.568 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-09-16T14:35:35.672Z[ recovery-image] Sep 16 14:35:34.587 INFO O| Sep 16 14:35:34.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
59422024-09-16T14:35:35.672Z[ recovery-image] Sep 16 14:35:34.587 INFO O| Sep 16 14:35:34.587 INFO STEP 633 (remove_files) COMPLETE
59432024-09-16T14:35:35.675Z[ recovery-image] Sep 16 14:35:34.587 INFO O| Sep 16 14:35:34.587 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-09-16T14:35:35.698Z[ recovery-image] Sep 16 14:35:34.617 INFO O| Sep 16 14:35:34.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
59452024-09-16T14:35:35.698Z[ recovery-image] Sep 16 14:35:34.617 INFO O| Sep 16 14:35:34.617 INFO STEP 634 (remove_files) COMPLETE
59462024-09-16T14:35:35.703Z[ recovery-image] Sep 16 14:35:34.617 INFO O| Sep 16 14:35:34.617 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-16T14:35:35.731Z[ recovery-image] Sep 16 14:35:34.650 INFO O| Sep 16 14:35:34.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
59482024-09-16T14:35:35.731Z[ recovery-image] Sep 16 14:35:34.650 INFO O| Sep 16 14:35:34.650 INFO STEP 635 (remove_files) COMPLETE
59492024-09-16T14:35:35.731Z[ recovery-image] Sep 16 14:35:34.650 INFO O| Sep 16 14:35:34.650 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-09-16T14:35:35.753Z[ recovery-image] Sep 16 14:35:34.672 INFO O| Sep 16 14:35:34.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
59512024-09-16T14:35:35.753Z[ recovery-image] Sep 16 14:35:34.672 INFO O| Sep 16 14:35:34.672 INFO STEP 636 (remove_files) COMPLETE
59522024-09-16T14:35:35.753Z[ recovery-image] Sep 16 14:35:34.672 INFO O| Sep 16 14:35:34.672 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-09-16T14:35:35.787Z[ recovery-image] Sep 16 14:35:34.706 INFO O| Sep 16 14:35:34.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
59542024-09-16T14:35:35.787Z[ recovery-image] Sep 16 14:35:34.706 INFO O| Sep 16 14:35:34.706 INFO STEP 637 (remove_files) COMPLETE
59552024-09-16T14:35:35.788Z[ recovery-image] Sep 16 14:35:34.706 INFO O| Sep 16 14:35:34.706 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-09-16T14:35:35.813Z[ recovery-image] Sep 16 14:35:34.732 INFO O| Sep 16 14:35:34.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
59572024-09-16T14:35:35.813Z[ recovery-image] Sep 16 14:35:34.732 INFO O| Sep 16 14:35:34.732 INFO STEP 638 (remove_files) COMPLETE
59582024-09-16T14:35:35.813Z[ recovery-image] Sep 16 14:35:34.732 INFO O| Sep 16 14:35:34.732 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-16T14:35:35.834Z[ recovery-image] Sep 16 14:35:34.753 INFO O| Sep 16 14:35:34.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
59602024-09-16T14:35:35.834Z[ recovery-image] Sep 16 14:35:34.753 INFO O| Sep 16 14:35:34.753 INFO STEP 639 (remove_files) COMPLETE
59612024-09-16T14:35:35.834Z[ recovery-image] Sep 16 14:35:34.753 INFO O| Sep 16 14:35:34.753 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-16T14:35:35.855Z[ recovery-image] Sep 16 14:35:34.774 INFO O| Sep 16 14:35:34.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
59632024-09-16T14:35:35.855Z[ recovery-image] Sep 16 14:35:34.774 INFO O| Sep 16 14:35:34.774 INFO STEP 640 (remove_files) COMPLETE
59642024-09-16T14:35:35.855Z[ recovery-image] Sep 16 14:35:34.774 INFO O| Sep 16 14:35:34.774 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-16T14:35:35.875Z[ recovery-image] Sep 16 14:35:34.794 INFO O| Sep 16 14:35:34.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
59662024-09-16T14:35:35.875Z[ recovery-image] Sep 16 14:35:34.794 INFO O| Sep 16 14:35:34.794 INFO STEP 641 (remove_files) COMPLETE
59672024-09-16T14:35:35.875Z[ recovery-image] Sep 16 14:35:34.794 INFO O| Sep 16 14:35:34.794 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-16T14:35:35.914Z[ recovery-image] Sep 16 14:35:34.833 INFO O| Sep 16 14:35:34.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
59692024-09-16T14:35:35.917Z[ recovery-image] Sep 16 14:35:34.833 INFO O| Sep 16 14:35:34.833 INFO STEP 642 (remove_files) COMPLETE
59702024-09-16T14:35:35.917Z[ recovery-image] Sep 16 14:35:34.833 INFO O| Sep 16 14:35:34.833 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-16T14:35:35.936Z[ recovery-image] Sep 16 14:35:34.856 INFO O| Sep 16 14:35:34.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
59722024-09-16T14:35:35.939Z[ recovery-image] Sep 16 14:35:34.856 INFO O| Sep 16 14:35:34.856 INFO STEP 643 (remove_files) COMPLETE
59732024-09-16T14:35:35.939Z[ recovery-image] Sep 16 14:35:34.856 INFO O| Sep 16 14:35:34.856 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-09-16T14:35:35.955Z[ recovery-image] Sep 16 14:35:34.875 INFO O| Sep 16 14:35:34.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
59752024-09-16T14:35:35.958Z[ recovery-image] Sep 16 14:35:34.875 INFO O| Sep 16 14:35:34.875 INFO STEP 644 (remove_files) COMPLETE
59762024-09-16T14:35:35.958Z[ recovery-image] Sep 16 14:35:34.875 INFO O| Sep 16 14:35:34.875 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-09-16T14:35:35.973Z[ recovery-image] Sep 16 14:35:34.893 INFO O| Sep 16 14:35:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
59782024-09-16T14:35:35.973Z[ recovery-image] Sep 16 14:35:34.893 INFO O| Sep 16 14:35:34.893 INFO STEP 645 (remove_files) COMPLETE
59792024-09-16T14:35:35.973Z[ recovery-image] Sep 16 14:35:34.893 INFO O| Sep 16 14:35:34.893 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-09-16T14:35:35.991Z[ recovery-image] Sep 16 14:35:34.910 INFO O| Sep 16 14:35:34.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
59812024-09-16T14:35:35.991Z[ recovery-image] Sep 16 14:35:34.910 INFO O| Sep 16 14:35:34.910 INFO STEP 646 (remove_files) COMPLETE
59822024-09-16T14:35:35.991Z[ recovery-image] Sep 16 14:35:34.910 INFO O| Sep 16 14:35:34.910 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-16T14:35:36.018Z[ recovery-image] Sep 16 14:35:34.937 INFO O| Sep 16 14:35:34.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
59842024-09-16T14:35:36.021Z[ recovery-image] Sep 16 14:35:34.938 INFO O| Sep 16 14:35:34.937 INFO STEP 647 (remove_files) COMPLETE
59852024-09-16T14:35:36.021Z[ recovery-image] Sep 16 14:35:34.938 INFO O| Sep 16 14:35:34.938 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-16T14:35:36.044Z[ recovery-image] Sep 16 14:35:34.963 INFO O| Sep 16 14:35:34.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
59872024-09-16T14:35:36.047Z[ recovery-image] Sep 16 14:35:34.963 INFO O| Sep 16 14:35:34.963 INFO STEP 648 (remove_files) COMPLETE
59882024-09-16T14:35:36.047Z[ recovery-image] Sep 16 14:35:34.964 INFO O| Sep 16 14:35:34.963 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-09-16T14:35:36.062Z[ recovery-image] Sep 16 14:35:34.982 INFO O| Sep 16 14:35:34.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
59902024-09-16T14:35:36.065Z[ recovery-image] Sep 16 14:35:34.982 INFO O| Sep 16 14:35:34.982 INFO STEP 649 (remove_files) COMPLETE
59912024-09-16T14:35:36.065Z[ recovery-image] Sep 16 14:35:34.982 INFO O| Sep 16 14:35:34.982 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-09-16T14:35:36.085Z[ recovery-image] Sep 16 14:35:35.004 INFO O| Sep 16 14:35:35.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
59932024-09-16T14:35:36.087Z[ recovery-image] Sep 16 14:35:35.004 INFO O| Sep 16 14:35:35.004 INFO STEP 650 (remove_files) COMPLETE
59942024-09-16T14:35:36.087Z[ recovery-image] Sep 16 14:35:35.005 INFO O| Sep 16 14:35:35.004 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-09-16T14:35:36.104Z[ recovery-image] Sep 16 14:35:35.023 INFO O| Sep 16 14:35:35.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
59962024-09-16T14:35:36.106Z[ recovery-image] Sep 16 14:35:35.023 INFO O| Sep 16 14:35:35.023 INFO STEP 651 (remove_files) COMPLETE
59972024-09-16T14:35:36.106Z[ recovery-image] Sep 16 14:35:35.023 INFO O| Sep 16 14:35:35.023 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-09-16T14:35:36.125Z[ recovery-image] Sep 16 14:35:35.044 INFO O| Sep 16 14:35:35.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
59992024-09-16T14:35:36.125Z[ recovery-image] Sep 16 14:35:35.044 INFO O| Sep 16 14:35:35.044 INFO STEP 652 (remove_files) COMPLETE
60002024-09-16T14:35:36.125Z[ recovery-image] Sep 16 14:35:35.044 INFO O| Sep 16 14:35:35.044 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-09-16T14:35:36.144Z[ recovery-image] Sep 16 14:35:35.064 INFO O| Sep 16 14:35:35.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60022024-09-16T14:35:36.144Z[ recovery-image] Sep 16 14:35:35.064 INFO O| Sep 16 14:35:35.064 INFO STEP 653 (remove_files) COMPLETE
60032024-09-16T14:35:36.147Z[ recovery-image] Sep 16 14:35:35.064 INFO O| Sep 16 14:35:35.064 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-09-16T14:35:36.147Z[ host-image] Sep 16 14:35:35.065 INFO O| Sep 16 14:35:35.065 INFO O| Done
60052024-09-16T14:35:36.166Z[ recovery-image] Sep 16 14:35:35.085 INFO O| Sep 16 14:35:35.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60062024-09-16T14:35:36.166Z[ recovery-image] Sep 16 14:35:35.085 INFO O| Sep 16 14:35:35.085 INFO STEP 654 (remove_files) COMPLETE
60072024-09-16T14:35:36.169Z[ recovery-image] Sep 16 14:35:35.086 INFO O| Sep 16 14:35:35.085 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-09-16T14:35:36.186Z[ recovery-image] Sep 16 14:35:35.106 INFO O| Sep 16 14:35:35.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60092024-09-16T14:35:36.186Z[ recovery-image] Sep 16 14:35:35.106 INFO O| Sep 16 14:35:35.106 INFO STEP 655 (remove_files) COMPLETE
60102024-09-16T14:35:36.186Z[ recovery-image] Sep 16 14:35:35.106 INFO O| Sep 16 14:35:35.106 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-09-16T14:35:36.189Z[ host-image] Sep 16 14:35:35.108 INFO O| Sep 16 14:35:35.108 INFO O| Done
60122024-09-16T14:35:36.189Z[ host-image] Sep 16 14:35:35.109 INFO O| Sep 16 14:35:35.109 INFO O| Done
60132024-09-16T14:35:36.226Z[ recovery-image] Sep 16 14:35:35.145 INFO O| Sep 16 14:35:35.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60142024-09-16T14:35:36.228Z[ recovery-image] Sep 16 14:35:35.145 INFO O| Sep 16 14:35:35.145 INFO STEP 656 (remove_files) COMPLETE
60152024-09-16T14:35:36.229Z[ recovery-image] Sep 16 14:35:35.145 INFO O| Sep 16 14:35:35.145 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-09-16T14:35:36.264Z[ recovery-image] Sep 16 14:35:35.182 INFO O| Sep 16 14:35:35.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60172024-09-16T14:35:36.264Z[ recovery-image] Sep 16 14:35:35.182 INFO O| Sep 16 14:35:35.182 INFO STEP 657 (remove_files) COMPLETE
60182024-09-16T14:35:36.264Z[ recovery-image] Sep 16 14:35:35.182 INFO O| Sep 16 14:35:35.182 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-09-16T14:35:36.272Z[ host-image] Sep 16 14:35:35.191 INFO O| Sep 16 14:35:35.191 INFO O| Done
60202024-09-16T14:35:36.302Z[ recovery-image] Sep 16 14:35:35.221 INFO O| Sep 16 14:35:35.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60212024-09-16T14:35:36.302Z[ recovery-image] Sep 16 14:35:35.221 INFO O| Sep 16 14:35:35.221 INFO STEP 658 (remove_files) COMPLETE
60222024-09-16T14:35:36.305Z[ recovery-image] Sep 16 14:35:35.221 INFO O| Sep 16 14:35:35.221 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-09-16T14:35:36.321Z[ recovery-image] Sep 16 14:35:35.240 INFO O| Sep 16 14:35:35.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
60242024-09-16T14:35:36.321Z[ recovery-image] Sep 16 14:35:35.241 INFO O| Sep 16 14:35:35.241 INFO STEP 659 (remove_files) COMPLETE
60252024-09-16T14:35:36.321Z[ recovery-image] Sep 16 14:35:35.241 INFO O| Sep 16 14:35:35.241 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-09-16T14:35:36.340Z[ recovery-image] Sep 16 14:35:35.259 INFO O| Sep 16 14:35:35.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
60272024-09-16T14:35:36.340Z[ recovery-image] Sep 16 14:35:35.259 INFO O| Sep 16 14:35:35.259 INFO STEP 660 (remove_files) COMPLETE
60282024-09-16T14:35:36.340Z[ recovery-image] Sep 16 14:35:35.259 INFO O| Sep 16 14:35:35.259 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-09-16T14:35:36.359Z[ recovery-image] Sep 16 14:35:35.279 INFO O| Sep 16 14:35:35.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
60302024-09-16T14:35:36.359Z[ recovery-image] Sep 16 14:35:35.279 INFO O| Sep 16 14:35:35.279 INFO STEP 661 (remove_files) COMPLETE
60312024-09-16T14:35:36.362Z[ recovery-image] Sep 16 14:35:35.279 INFO O| Sep 16 14:35:35.279 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-09-16T14:35:36.379Z[ recovery-image] Sep 16 14:35:35.298 INFO O| Sep 16 14:35:35.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
60332024-09-16T14:35:36.380Z[ recovery-image] Sep 16 14:35:35.298 INFO O| Sep 16 14:35:35.298 INFO STEP 662 (remove_files) COMPLETE
60342024-09-16T14:35:36.380Z[ recovery-image] Sep 16 14:35:35.298 INFO O| Sep 16 14:35:35.298 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-09-16T14:35:36.397Z[ recovery-image] Sep 16 14:35:35.316 INFO O| Sep 16 14:35:35.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
60362024-09-16T14:35:36.397Z[ recovery-image] Sep 16 14:35:35.316 INFO O| Sep 16 14:35:35.316 INFO STEP 663 (remove_files) COMPLETE
60372024-09-16T14:35:36.397Z[ recovery-image] Sep 16 14:35:35.316 INFO O| Sep 16 14:35:35.316 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-09-16T14:35:36.424Z[ recovery-image] Sep 16 14:35:35.334 INFO O| Sep 16 14:35:35.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
60392024-09-16T14:35:36.426Z[ recovery-image] Sep 16 14:35:35.334 INFO O| Sep 16 14:35:35.334 INFO STEP 664 (remove_files) COMPLETE
60402024-09-16T14:35:36.426Z[ recovery-image] Sep 16 14:35:35.334 INFO O| Sep 16 14:35:35.334 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-09-16T14:35:36.429Z[ host-image] Sep 16 14:35:35.346 INFO O| Sep 16 14:35:35.346 INFO STEP 13 (pkg_install) COMPLETE
60422024-09-16T14:35:36.429Z[ host-image] Sep 16 14:35:35.346 INFO O| Sep 16 14:35:35.346 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60432024-09-16T14:35:36.434Z[ recovery-image] Sep 16 14:35:35.353 INFO O| Sep 16 14:35:35.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
60442024-09-16T14:35:36.436Z[ recovery-image] Sep 16 14:35:35.353 INFO O| Sep 16 14:35:35.353 INFO STEP 665 (remove_files) COMPLETE
60452024-09-16T14:35:36.437Z[ recovery-image] Sep 16 14:35:35.353 INFO O| Sep 16 14:35:35.353 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-16T14:35:36.443Z[ host-image] Sep 16 14:35:35.363 INFO O| Sep 16 14:35:35.363 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
60472024-09-16T14:35:36.545Z[ recovery-image] Sep 16 14:35:35.462 INFO O| Sep 16 14:35:35.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
60482024-09-16T14:35:36.545Z[ recovery-image] Sep 16 14:35:35.462 INFO O| Sep 16 14:35:35.462 INFO STEP 666 (remove_files) COMPLETE
60492024-09-16T14:35:36.548Z[ recovery-image] Sep 16 14:35:35.462 INFO O| Sep 16 14:35:35.462 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-09-16T14:35:36.564Z[ recovery-image] Sep 16 14:35:35.484 INFO O| Sep 16 14:35:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
60512024-09-16T14:35:36.564Z[ recovery-image] Sep 16 14:35:35.484 INFO O| Sep 16 14:35:35.484 INFO STEP 667 (remove_files) COMPLETE
60522024-09-16T14:35:36.564Z[ recovery-image] Sep 16 14:35:35.484 INFO O| Sep 16 14:35:35.484 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-09-16T14:35:36.585Z[ recovery-image] Sep 16 14:35:35.504 INFO O| Sep 16 14:35:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
60542024-09-16T14:35:36.585Z[ recovery-image] Sep 16 14:35:35.504 INFO O| Sep 16 14:35:35.504 INFO STEP 668 (remove_files) COMPLETE
60552024-09-16T14:35:36.588Z[ recovery-image] Sep 16 14:35:35.504 INFO O| Sep 16 14:35:35.504 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-09-16T14:35:36.604Z[ recovery-image] Sep 16 14:35:35.523 INFO O| Sep 16 14:35:35.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
60572024-09-16T14:35:36.604Z[ recovery-image] Sep 16 14:35:35.523 INFO O| Sep 16 14:35:35.523 INFO STEP 669 (remove_files) COMPLETE
60582024-09-16T14:35:36.607Z[ recovery-image] Sep 16 14:35:35.523 INFO O| Sep 16 14:35:35.523 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-09-16T14:35:36.650Z[ recovery-image] Sep 16 14:35:35.569 INFO O| Sep 16 14:35:35.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
60602024-09-16T14:35:36.650Z[ recovery-image] Sep 16 14:35:35.569 INFO O| Sep 16 14:35:35.569 INFO STEP 670 (remove_files) COMPLETE
60612024-09-16T14:35:36.650Z[ recovery-image] Sep 16 14:35:35.569 INFO O| Sep 16 14:35:35.569 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-09-16T14:35:36.693Z[ recovery-image] Sep 16 14:35:35.612 INFO O| Sep 16 14:35:35.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
60632024-09-16T14:35:36.693Z[ recovery-image] Sep 16 14:35:35.612 INFO O| Sep 16 14:35:35.612 INFO STEP 671 (remove_files) COMPLETE
60642024-09-16T14:35:36.696Z[ recovery-image] Sep 16 14:35:35.612 INFO O| Sep 16 14:35:35.612 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-09-16T14:35:36.733Z[ recovery-image] Sep 16 14:35:35.651 INFO O| Sep 16 14:35:35.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
60662024-09-16T14:35:36.735Z[ recovery-image] Sep 16 14:35:35.651 INFO O| Sep 16 14:35:35.651 INFO STEP 672 (remove_files) COMPLETE
60672024-09-16T14:35:36.735Z[ recovery-image] Sep 16 14:35:35.651 INFO O| Sep 16 14:35:35.651 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-09-16T14:35:36.760Z[ recovery-image] Sep 16 14:35:35.679 INFO O| Sep 16 14:35:35.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
60692024-09-16T14:35:36.760Z[ recovery-image] Sep 16 14:35:35.679 INFO O| Sep 16 14:35:35.679 INFO STEP 673 (remove_files) COMPLETE
60702024-09-16T14:35:36.763Z[ recovery-image] Sep 16 14:35:35.679 INFO O| Sep 16 14:35:35.679 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-09-16T14:35:36.799Z[ recovery-image] Sep 16 14:35:35.718 INFO O| Sep 16 14:35:35.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
60722024-09-16T14:35:36.823Z[ recovery-image] Sep 16 14:35:35.742 INFO O| Sep 16 14:35:35.742 INFO STEP 674 (remove_files) COMPLETE
60732024-09-16T14:35:36.825Z[ recovery-image] Sep 16 14:35:35.742 INFO O| Sep 16 14:35:35.742 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-09-16T14:35:36.842Z[ recovery-image] Sep 16 14:35:35.761 INFO O| Sep 16 14:35:35.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
60752024-09-16T14:35:36.844Z[ recovery-image] Sep 16 14:35:35.761 INFO O| Sep 16 14:35:35.761 INFO STEP 675 (remove_files) COMPLETE
60762024-09-16T14:35:36.845Z[ recovery-image] Sep 16 14:35:35.761 INFO O| Sep 16 14:35:35.761 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-09-16T14:35:36.859Z[ recovery-image] Sep 16 14:35:35.778 INFO O| Sep 16 14:35:35.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
60782024-09-16T14:35:36.862Z[ recovery-image] Sep 16 14:35:35.779 INFO O| Sep 16 14:35:35.778 INFO STEP 676 (remove_files) COMPLETE
60792024-09-16T14:35:36.862Z[ recovery-image] Sep 16 14:35:35.779 INFO O| Sep 16 14:35:35.779 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-09-16T14:35:36.891Z[ recovery-image] Sep 16 14:35:35.810 INFO O| Sep 16 14:35:35.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
60812024-09-16T14:35:36.894Z[ recovery-image] Sep 16 14:35:35.810 INFO O| Sep 16 14:35:35.810 INFO STEP 677 (remove_files) COMPLETE
60822024-09-16T14:35:36.894Z[ recovery-image] Sep 16 14:35:35.811 INFO O| Sep 16 14:35:35.810 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-09-16T14:35:36.915Z[ recovery-image] Sep 16 14:35:35.828 INFO O| Sep 16 14:35:35.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
60842024-09-16T14:35:36.918Z[ recovery-image] Sep 16 14:35:35.828 INFO O| Sep 16 14:35:35.828 INFO STEP 678 (remove_files) COMPLETE
60852024-09-16T14:35:36.918Z[ recovery-image] Sep 16 14:35:35.828 INFO O| Sep 16 14:35:35.828 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-09-16T14:35:36.943Z[ recovery-image] Sep 16 14:35:35.861 INFO O| Sep 16 14:35:35.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
60872024-09-16T14:35:36.943Z[ recovery-image] Sep 16 14:35:35.861 INFO O| Sep 16 14:35:35.861 INFO STEP 679 (remove_files) COMPLETE
60882024-09-16T14:35:36.943Z[ recovery-image] Sep 16 14:35:35.861 INFO O| Sep 16 14:35:35.861 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-09-16T14:35:36.974Z[ recovery-image] Sep 16 14:35:35.893 INFO O| Sep 16 14:35:35.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
60902024-09-16T14:35:36.974Z[ recovery-image] Sep 16 14:35:35.893 INFO O| Sep 16 14:35:35.893 INFO STEP 680 (remove_files) COMPLETE
60912024-09-16T14:35:36.974Z[ recovery-image] Sep 16 14:35:35.893 INFO O| Sep 16 14:35:35.893 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-09-16T14:35:36.992Z[ recovery-image] Sep 16 14:35:35.911 INFO O| Sep 16 14:35:35.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
60932024-09-16T14:35:36.992Z[ recovery-image] Sep 16 14:35:35.911 INFO O| Sep 16 14:35:35.911 INFO STEP 681 (remove_files) COMPLETE
60942024-09-16T14:35:36.992Z[ recovery-image] Sep 16 14:35:35.911 INFO O| Sep 16 14:35:35.911 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-09-16T14:35:37.009Z[ recovery-image] Sep 16 14:35:35.928 INFO O| Sep 16 14:35:35.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
60962024-09-16T14:35:37.009Z[ recovery-image] Sep 16 14:35:35.928 INFO O| Sep 16 14:35:35.928 INFO STEP 682 (remove_files) COMPLETE
60972024-09-16T14:35:37.011Z[ recovery-image] Sep 16 14:35:35.928 INFO O| Sep 16 14:35:35.928 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-09-16T14:35:37.040Z[ recovery-image] Sep 16 14:35:35.959 INFO O| Sep 16 14:35:35.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
60992024-09-16T14:35:37.041Z[ recovery-image] Sep 16 14:35:35.959 INFO O| Sep 16 14:35:35.959 INFO STEP 683 (remove_files) COMPLETE
61002024-09-16T14:35:37.041Z[ recovery-image] Sep 16 14:35:35.959 INFO O| Sep 16 14:35:35.959 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-09-16T14:35:37.094Z[ recovery-image] Sep 16 14:35:36.013 INFO O| Sep 16 14:35:36.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61022024-09-16T14:35:37.094Z[ recovery-image] Sep 16 14:35:36.013 INFO O| Sep 16 14:35:36.013 INFO STEP 684 (remove_files) COMPLETE
61032024-09-16T14:35:37.097Z[ recovery-image] Sep 16 14:35:36.013 INFO O| Sep 16 14:35:36.013 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-09-16T14:35:37.154Z[ recovery-image] Sep 16 14:35:36.072 INFO O| Sep 16 14:35:36.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61052024-09-16T14:35:37.157Z[ recovery-image] Sep 16 14:35:36.073 INFO O| Sep 16 14:35:36.073 INFO STEP 685 (remove_files) COMPLETE
61062024-09-16T14:35:37.157Z[ recovery-image] Sep 16 14:35:36.073 INFO O| Sep 16 14:35:36.073 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-09-16T14:35:37.171Z[ recovery-image] Sep 16 14:35:36.090 INFO O| Sep 16 14:35:36.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61082024-09-16T14:35:37.173Z[ recovery-image] Sep 16 14:35:36.090 INFO O| Sep 16 14:35:36.090 INFO STEP 686 (remove_files) COMPLETE
61092024-09-16T14:35:37.173Z[ recovery-image] Sep 16 14:35:36.090 INFO O| Sep 16 14:35:36.090 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-09-16T14:35:37.232Z[ recovery-image] Sep 16 14:35:36.151 INFO O| Sep 16 14:35:36.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61112024-09-16T14:35:37.235Z[ recovery-image] Sep 16 14:35:36.152 INFO O| Sep 16 14:35:36.151 INFO STEP 687 (remove_files) COMPLETE
61122024-09-16T14:35:37.235Z[ recovery-image] Sep 16 14:35:36.152 INFO O| Sep 16 14:35:36.152 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-09-16T14:35:37.248Z[ recovery-image] Sep 16 14:35:36.166 INFO O| Sep 16 14:35:36.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61142024-09-16T14:35:37.250Z[ recovery-image] Sep 16 14:35:36.167 INFO O| Sep 16 14:35:36.167 INFO STEP 688 (remove_files) COMPLETE
61152024-09-16T14:35:37.250Z[ recovery-image] Sep 16 14:35:36.167 INFO O| Sep 16 14:35:36.167 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-09-16T14:35:37.286Z[ recovery-image] Sep 16 14:35:36.204 INFO O| Sep 16 14:35:36.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61172024-09-16T14:35:37.286Z[ recovery-image] Sep 16 14:35:36.204 INFO O| Sep 16 14:35:36.204 INFO STEP 689 (remove_files) COMPLETE
61182024-09-16T14:35:37.286Z[ recovery-image] Sep 16 14:35:36.204 INFO O| Sep 16 14:35:36.204 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-09-16T14:35:37.302Z[ recovery-image] Sep 16 14:35:36.220 INFO O| Sep 16 14:35:36.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61202024-09-16T14:35:37.302Z[ recovery-image] Sep 16 14:35:36.220 INFO O| Sep 16 14:35:36.220 INFO STEP 690 (remove_files) COMPLETE
61212024-09-16T14:35:37.302Z[ recovery-image] Sep 16 14:35:36.220 INFO O| Sep 16 14:35:36.220 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-09-16T14:35:37.319Z[ recovery-image] Sep 16 14:35:36.237 INFO O| Sep 16 14:35:36.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61232024-09-16T14:35:37.319Z[ recovery-image] Sep 16 14:35:36.237 INFO O| Sep 16 14:35:36.237 INFO STEP 691 (remove_files) COMPLETE
61242024-09-16T14:35:37.319Z[ recovery-image] Sep 16 14:35:36.237 INFO O| Sep 16 14:35:36.237 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-09-16T14:35:37.334Z[ recovery-image] Sep 16 14:35:36.253 INFO O| Sep 16 14:35:36.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
61262024-09-16T14:35:37.334Z[ recovery-image] Sep 16 14:35:36.253 INFO O| Sep 16 14:35:36.253 INFO STEP 692 (remove_files) COMPLETE
61272024-09-16T14:35:37.334Z[ recovery-image] Sep 16 14:35:36.253 INFO O| Sep 16 14:35:36.253 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-09-16T14:35:37.349Z[ recovery-image] Sep 16 14:35:36.268 INFO O| Sep 16 14:35:36.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
61292024-09-16T14:35:37.349Z[ recovery-image] Sep 16 14:35:36.268 INFO O| Sep 16 14:35:36.268 INFO STEP 693 (remove_files) COMPLETE
61302024-09-16T14:35:37.349Z[ recovery-image] Sep 16 14:35:36.268 INFO O| Sep 16 14:35:36.268 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-09-16T14:35:37.368Z[ recovery-image] Sep 16 14:35:36.287 INFO O| Sep 16 14:35:36.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
61322024-09-16T14:35:37.368Z[ recovery-image] Sep 16 14:35:36.287 INFO O| Sep 16 14:35:36.287 INFO STEP 694 (remove_files) COMPLETE
61332024-09-16T14:35:37.368Z[ recovery-image] Sep 16 14:35:36.287 INFO O| Sep 16 14:35:36.287 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-09-16T14:35:37.385Z[ recovery-image] Sep 16 14:35:36.303 INFO O| Sep 16 14:35:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
61352024-09-16T14:35:37.385Z[ recovery-image] Sep 16 14:35:36.304 INFO O| Sep 16 14:35:36.303 INFO STEP 695 (remove_files) COMPLETE
61362024-09-16T14:35:37.385Z[ recovery-image] Sep 16 14:35:36.304 INFO O| Sep 16 14:35:36.303 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-09-16T14:35:37.401Z[ recovery-image] Sep 16 14:35:36.319 INFO O| Sep 16 14:35:36.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
61382024-09-16T14:35:37.401Z[ recovery-image] Sep 16 14:35:36.319 INFO O| Sep 16 14:35:36.319 INFO STEP 696 (remove_files) COMPLETE
61392024-09-16T14:35:37.401Z[ recovery-image] Sep 16 14:35:36.319 INFO O| Sep 16 14:35:36.319 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-09-16T14:35:37.417Z[ recovery-image] Sep 16 14:35:36.336 INFO O| Sep 16 14:35:36.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
61412024-09-16T14:35:37.417Z[ recovery-image] Sep 16 14:35:36.336 INFO O| Sep 16 14:35:36.336 INFO STEP 697 (remove_files) COMPLETE
61422024-09-16T14:35:37.417Z[ recovery-image] Sep 16 14:35:36.336 INFO O| Sep 16 14:35:36.336 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-09-16T14:35:37.440Z[ recovery-image] Sep 16 14:35:36.358 INFO O| Sep 16 14:35:36.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
61442024-09-16T14:35:37.442Z[ recovery-image] Sep 16 14:35:36.358 INFO O| Sep 16 14:35:36.358 INFO STEP 698 (remove_files) COMPLETE
61452024-09-16T14:35:37.442Z[ recovery-image] Sep 16 14:35:36.358 INFO O| Sep 16 14:35:36.358 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-09-16T14:35:37.458Z[ recovery-image] Sep 16 14:35:36.377 INFO O| Sep 16 14:35:36.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
61472024-09-16T14:35:37.461Z[ recovery-image] Sep 16 14:35:36.378 INFO O| Sep 16 14:35:36.378 INFO STEP 699 (remove_files) COMPLETE
61482024-09-16T14:35:37.461Z[ recovery-image] Sep 16 14:35:36.378 INFO O| Sep 16 14:35:36.378 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-09-16T14:35:37.477Z[ recovery-image] Sep 16 14:35:36.396 INFO O| Sep 16 14:35:36.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
61502024-09-16T14:35:37.480Z[ recovery-image] Sep 16 14:35:36.397 INFO O| Sep 16 14:35:36.396 INFO STEP 700 (remove_files) COMPLETE
61512024-09-16T14:35:37.480Z[ recovery-image] Sep 16 14:35:36.397 INFO O| Sep 16 14:35:36.397 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-09-16T14:35:37.562Z[ recovery-image] Sep 16 14:35:36.481 INFO O| Sep 16 14:35:36.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
61532024-09-16T14:35:37.562Z[ recovery-image] Sep 16 14:35:36.481 INFO O| Sep 16 14:35:36.481 INFO STEP 701 (remove_files) COMPLETE
61542024-09-16T14:35:37.565Z[ recovery-image] Sep 16 14:35:36.481 INFO O| Sep 16 14:35:36.481 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-09-16T14:35:37.602Z[ recovery-image] Sep 16 14:35:36.521 INFO O| Sep 16 14:35:36.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
61562024-09-16T14:35:37.602Z[ recovery-image] Sep 16 14:35:36.521 INFO O| Sep 16 14:35:36.521 INFO STEP 702 (remove_files) COMPLETE
61572024-09-16T14:35:37.602Z[ recovery-image] Sep 16 14:35:36.521 INFO O| Sep 16 14:35:36.521 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-09-16T14:35:37.621Z[ recovery-image] Sep 16 14:35:36.540 INFO O| Sep 16 14:35:36.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
61592024-09-16T14:35:37.622Z[ recovery-image] Sep 16 14:35:36.540 INFO O| Sep 16 14:35:36.540 INFO STEP 703 (remove_files) COMPLETE
61602024-09-16T14:35:37.624Z[ recovery-image] Sep 16 14:35:36.540 INFO O| Sep 16 14:35:36.540 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-09-16T14:35:37.656Z[ recovery-image] Sep 16 14:35:36.575 INFO O| Sep 16 14:35:36.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
61622024-09-16T14:35:37.659Z[ recovery-image] Sep 16 14:35:36.576 INFO O| Sep 16 14:35:36.575 INFO STEP 704 (remove_files) COMPLETE
61632024-09-16T14:35:37.659Z[ recovery-image] Sep 16 14:35:36.576 INFO O| Sep 16 14:35:36.576 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-09-16T14:35:37.674Z[ host-image] Sep 16 14:35:36.593 INFO O| Sep 16 14:35:36.593 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
61652024-09-16T14:35:37.678Z[ recovery-image] Sep 16 14:35:36.597 INFO O| Sep 16 14:35:36.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
61662024-09-16T14:35:37.681Z[ recovery-image] Sep 16 14:35:36.597 INFO O| Sep 16 14:35:36.597 INFO STEP 705 (remove_files) COMPLETE
61672024-09-16T14:35:37.681Z[ recovery-image] Sep 16 14:35:36.597 INFO O| Sep 16 14:35:36.597 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-09-16T14:35:37.698Z[ recovery-image] Sep 16 14:35:36.616 INFO O| Sep 16 14:35:36.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
61692024-09-16T14:35:37.698Z[ recovery-image] Sep 16 14:35:36.616 INFO O| Sep 16 14:35:36.616 INFO STEP 706 (remove_files) COMPLETE
61702024-09-16T14:35:37.698Z[ recovery-image] Sep 16 14:35:36.616 INFO O| Sep 16 14:35:36.616 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-09-16T14:35:37.720Z[ recovery-image] Sep 16 14:35:36.638 INFO O| Sep 16 14:35:36.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
61722024-09-16T14:35:37.720Z[ recovery-image] Sep 16 14:35:36.638 INFO O| Sep 16 14:35:36.638 INFO STEP 707 (remove_files) COMPLETE
61732024-09-16T14:35:37.720Z[ recovery-image] Sep 16 14:35:36.638 INFO O| Sep 16 14:35:36.638 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-09-16T14:35:37.750Z[ recovery-image] Sep 16 14:35:36.668 INFO O| Sep 16 14:35:36.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
61752024-09-16T14:35:37.750Z[ recovery-image] Sep 16 14:35:36.668 INFO O| Sep 16 14:35:36.668 INFO STEP 708 (remove_files) COMPLETE
61762024-09-16T14:35:37.750Z[ recovery-image] Sep 16 14:35:36.668 INFO O| Sep 16 14:35:36.668 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-09-16T14:35:37.788Z[ recovery-image] Sep 16 14:35:36.706 INFO O| Sep 16 14:35:36.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
61782024-09-16T14:35:37.790Z[ recovery-image] Sep 16 14:35:36.707 INFO O| Sep 16 14:35:36.706 INFO STEP 709 (remove_files) COMPLETE
61792024-09-16T14:35:37.790Z[ recovery-image] Sep 16 14:35:36.707 INFO O| Sep 16 14:35:36.707 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-09-16T14:35:37.804Z[ recovery-image] Sep 16 14:35:36.723 INFO O| Sep 16 14:35:36.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
61812024-09-16T14:35:37.807Z[ recovery-image] Sep 16 14:35:36.724 INFO O| Sep 16 14:35:36.723 INFO STEP 710 (remove_files) COMPLETE
61822024-09-16T14:35:37.807Z[ recovery-image] Sep 16 14:35:36.724 INFO O| Sep 16 14:35:36.724 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-09-16T14:35:37.823Z[ recovery-image] Sep 16 14:35:36.742 INFO O| Sep 16 14:35:36.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
61842024-09-16T14:35:37.825Z[ recovery-image] Sep 16 14:35:36.742 INFO O| Sep 16 14:35:36.742 INFO STEP 711 (remove_files) COMPLETE
61852024-09-16T14:35:37.825Z[ recovery-image] Sep 16 14:35:36.742 INFO O| Sep 16 14:35:36.742 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-09-16T14:35:37.860Z[ recovery-image] Sep 16 14:35:36.779 INFO O| Sep 16 14:35:36.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
61872024-09-16T14:35:37.860Z[ recovery-image] Sep 16 14:35:36.779 INFO O| Sep 16 14:35:36.779 INFO STEP 712 (remove_files) COMPLETE
61882024-09-16T14:35:37.860Z[ recovery-image] Sep 16 14:35:36.779 INFO O| Sep 16 14:35:36.779 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-09-16T14:35:37.880Z[ recovery-image] Sep 16 14:35:36.799 INFO O| Sep 16 14:35:36.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
61902024-09-16T14:35:37.880Z[ recovery-image] Sep 16 14:35:36.799 INFO O| Sep 16 14:35:36.799 INFO STEP 713 (remove_files) COMPLETE
61912024-09-16T14:35:37.883Z[ recovery-image] Sep 16 14:35:36.799 INFO O| Sep 16 14:35:36.799 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-09-16T14:35:37.913Z[ recovery-image] Sep 16 14:35:36.832 INFO O| Sep 16 14:35:36.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
61932024-09-16T14:35:37.913Z[ recovery-image] Sep 16 14:35:36.832 INFO O| Sep 16 14:35:36.832 INFO STEP 714 (remove_files) COMPLETE
61942024-09-16T14:35:37.913Z[ recovery-image] Sep 16 14:35:36.832 INFO O| Sep 16 14:35:36.832 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-09-16T14:35:37.933Z[ recovery-image] Sep 16 14:35:36.851 INFO O| Sep 16 14:35:36.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
61962024-09-16T14:35:37.933Z[ recovery-image] Sep 16 14:35:36.852 INFO O| Sep 16 14:35:36.852 INFO STEP 715 (remove_files) COMPLETE
61972024-09-16T14:35:37.933Z[ recovery-image] Sep 16 14:35:36.852 INFO O| Sep 16 14:35:36.852 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-09-16T14:35:37.951Z[ recovery-image] Sep 16 14:35:36.870 INFO O| Sep 16 14:35:36.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
61992024-09-16T14:35:37.951Z[ recovery-image] Sep 16 14:35:36.870 INFO O| Sep 16 14:35:36.870 INFO STEP 716 (remove_files) COMPLETE
62002024-09-16T14:35:37.954Z[ recovery-image] Sep 16 14:35:36.870 INFO O| Sep 16 14:35:36.870 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-09-16T14:35:37.969Z[ recovery-image] Sep 16 14:35:36.887 INFO O| Sep 16 14:35:36.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62022024-09-16T14:35:37.969Z[ recovery-image] Sep 16 14:35:36.888 INFO O| Sep 16 14:35:36.888 INFO STEP 717 (remove_files) COMPLETE
62032024-09-16T14:35:37.969Z[ recovery-image] Sep 16 14:35:36.888 INFO O| Sep 16 14:35:36.888 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-09-16T14:35:37.986Z[ recovery-image] Sep 16 14:35:36.905 INFO O| Sep 16 14:35:36.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62052024-09-16T14:35:37.986Z[ recovery-image] Sep 16 14:35:36.905 INFO O| Sep 16 14:35:36.905 INFO STEP 718 (remove_files) COMPLETE
62062024-09-16T14:35:37.986Z[ recovery-image] Sep 16 14:35:36.905 INFO O| Sep 16 14:35:36.905 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-09-16T14:35:38.002Z[ recovery-image] Sep 16 14:35:36.921 INFO O| Sep 16 14:35:36.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62082024-09-16T14:35:38.002Z[ recovery-image] Sep 16 14:35:36.921 INFO O| Sep 16 14:35:36.921 INFO STEP 719 (remove_files) COMPLETE
62092024-09-16T14:35:38.002Z[ recovery-image] Sep 16 14:35:36.921 INFO O| Sep 16 14:35:36.921 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-09-16T14:35:38.030Z[ recovery-image] Sep 16 14:35:36.949 INFO O| Sep 16 14:35:36.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62112024-09-16T14:35:38.030Z[ recovery-image] Sep 16 14:35:36.949 INFO O| Sep 16 14:35:36.949 INFO STEP 720 (remove_files) COMPLETE
62122024-09-16T14:35:38.030Z[ recovery-image] Sep 16 14:35:36.949 INFO O| Sep 16 14:35:36.949 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-09-16T14:35:38.050Z[ recovery-image] Sep 16 14:35:36.969 INFO O| Sep 16 14:35:36.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62142024-09-16T14:35:38.050Z[ recovery-image] Sep 16 14:35:36.969 INFO O| Sep 16 14:35:36.969 INFO STEP 721 (remove_files) COMPLETE
62152024-09-16T14:35:38.050Z[ recovery-image] Sep 16 14:35:36.969 INFO O| Sep 16 14:35:36.969 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-09-16T14:35:38.069Z[ recovery-image] Sep 16 14:35:36.987 INFO O| Sep 16 14:35:36.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62172024-09-16T14:35:38.069Z[ recovery-image] Sep 16 14:35:36.988 INFO O| Sep 16 14:35:36.987 INFO STEP 722 (remove_files) COMPLETE
62182024-09-16T14:35:38.069Z[ recovery-image] Sep 16 14:35:36.988 INFO O| Sep 16 14:35:36.987 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-09-16T14:35:38.086Z[ recovery-image] Sep 16 14:35:37.004 INFO O| Sep 16 14:35:37.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62202024-09-16T14:35:38.086Z[ recovery-image] Sep 16 14:35:37.005 INFO O| Sep 16 14:35:37.005 INFO STEP 723 (remove_files) COMPLETE
62212024-09-16T14:35:38.088Z[ recovery-image] Sep 16 14:35:37.005 INFO O| Sep 16 14:35:37.005 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-09-16T14:35:38.104Z[ recovery-image] Sep 16 14:35:37.023 INFO O| Sep 16 14:35:37.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62232024-09-16T14:35:38.107Z[ recovery-image] Sep 16 14:35:37.023 INFO O| Sep 16 14:35:37.023 INFO STEP 724 (remove_files) COMPLETE
62242024-09-16T14:35:38.107Z[ recovery-image] Sep 16 14:35:37.023 INFO O| Sep 16 14:35:37.023 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-09-16T14:35:38.123Z[ recovery-image] Sep 16 14:35:37.041 INFO O| Sep 16 14:35:37.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
62262024-09-16T14:35:38.125Z[ recovery-image] Sep 16 14:35:37.041 INFO O| Sep 16 14:35:37.041 INFO STEP 725 (remove_files) COMPLETE
62272024-09-16T14:35:38.125Z[ recovery-image] Sep 16 14:35:37.042 INFO O| Sep 16 14:35:37.041 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-09-16T14:35:38.140Z[ recovery-image] Sep 16 14:35:37.059 INFO O| Sep 16 14:35:37.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
62292024-09-16T14:35:38.142Z[ recovery-image] Sep 16 14:35:37.059 INFO O| Sep 16 14:35:37.059 INFO STEP 726 (remove_files) COMPLETE
62302024-09-16T14:35:38.142Z[ recovery-image] Sep 16 14:35:37.059 INFO O| Sep 16 14:35:37.059 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-09-16T14:35:38.169Z[ recovery-image] Sep 16 14:35:37.088 INFO O| Sep 16 14:35:37.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
62322024-09-16T14:35:38.172Z[ recovery-image] Sep 16 14:35:37.088 INFO O| Sep 16 14:35:37.088 INFO STEP 727 (remove_files) COMPLETE
62332024-09-16T14:35:38.172Z[ recovery-image] Sep 16 14:35:37.088 INFO O| Sep 16 14:35:37.088 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-09-16T14:35:38.189Z[ recovery-image] Sep 16 14:35:37.108 INFO O| Sep 16 14:35:37.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
62352024-09-16T14:35:38.190Z[ recovery-image] Sep 16 14:35:37.108 INFO O| Sep 16 14:35:37.108 INFO STEP 728 (remove_files) COMPLETE
62362024-09-16T14:35:38.192Z[ recovery-image] Sep 16 14:35:37.108 INFO O| Sep 16 14:35:37.108 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-09-16T14:35:38.207Z[ recovery-image] Sep 16 14:35:37.126 INFO O| Sep 16 14:35:37.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
62382024-09-16T14:35:38.210Z[ recovery-image] Sep 16 14:35:37.126 INFO O| Sep 16 14:35:37.126 INFO STEP 729 (remove_files) COMPLETE
62392024-09-16T14:35:38.210Z[ recovery-image] Sep 16 14:35:37.126 INFO O| Sep 16 14:35:37.126 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-09-16T14:35:38.243Z[ recovery-image] Sep 16 14:35:37.162 INFO O| Sep 16 14:35:37.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
62412024-09-16T14:35:38.246Z[ recovery-image] Sep 16 14:35:37.162 INFO O| Sep 16 14:35:37.162 INFO STEP 730 (remove_files) COMPLETE
62422024-09-16T14:35:38.246Z[ recovery-image] Sep 16 14:35:37.162 INFO O| Sep 16 14:35:37.162 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-09-16T14:35:38.269Z[ recovery-image] Sep 16 14:35:37.187 INFO O| Sep 16 14:35:37.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
62442024-09-16T14:35:38.269Z[ recovery-image] Sep 16 14:35:37.187 INFO O| Sep 16 14:35:37.187 INFO STEP 731 (remove_files) COMPLETE
62452024-09-16T14:35:38.269Z[ recovery-image] Sep 16 14:35:37.187 INFO O| Sep 16 14:35:37.187 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-09-16T14:35:38.325Z[ recovery-image] Sep 16 14:35:37.243 INFO O| Sep 16 14:35:37.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
62472024-09-16T14:35:38.325Z[ recovery-image] Sep 16 14:35:37.244 INFO O| Sep 16 14:35:37.244 INFO STEP 732 (remove_files) COMPLETE
62482024-09-16T14:35:38.325Z[ recovery-image] Sep 16 14:35:37.244 INFO O| Sep 16 14:35:37.244 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-16T14:35:38.356Z[ recovery-image] Sep 16 14:35:37.275 INFO O| Sep 16 14:35:37.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
62502024-09-16T14:35:38.359Z[ recovery-image] Sep 16 14:35:37.275 INFO O| Sep 16 14:35:37.275 INFO STEP 733 (remove_files) COMPLETE
62512024-09-16T14:35:38.359Z[ recovery-image] Sep 16 14:35:37.275 INFO O| Sep 16 14:35:37.275 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-16T14:35:38.375Z[ recovery-image] Sep 16 14:35:37.294 INFO O| Sep 16 14:35:37.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
62532024-09-16T14:35:38.378Z[ recovery-image] Sep 16 14:35:37.294 INFO O| Sep 16 14:35:37.294 INFO STEP 734 (remove_files) COMPLETE
62542024-09-16T14:35:38.378Z[ recovery-image] Sep 16 14:35:37.294 INFO O| Sep 16 14:35:37.294 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-09-16T14:35:38.395Z[ recovery-image] Sep 16 14:35:37.314 INFO O| Sep 16 14:35:37.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
62562024-09-16T14:35:38.398Z[ recovery-image] Sep 16 14:35:37.314 INFO O| Sep 16 14:35:37.314 INFO STEP 735 (remove_files) COMPLETE
62572024-09-16T14:35:38.398Z[ recovery-image] Sep 16 14:35:37.314 INFO O| Sep 16 14:35:37.314 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-09-16T14:35:38.421Z[ recovery-image] Sep 16 14:35:37.339 INFO O| Sep 16 14:35:37.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
62592024-09-16T14:35:38.421Z[ recovery-image] Sep 16 14:35:37.339 INFO O| Sep 16 14:35:37.339 INFO STEP 736 (remove_files) COMPLETE
62602024-09-16T14:35:38.423Z[ recovery-image] Sep 16 14:35:37.339 INFO O| Sep 16 14:35:37.339 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-09-16T14:35:38.477Z[ recovery-image] Sep 16 14:35:37.396 INFO O| Sep 16 14:35:37.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
62622024-09-16T14:35:38.478Z[ recovery-image] Sep 16 14:35:37.396 INFO O| Sep 16 14:35:37.396 INFO STEP 737 (remove_files) COMPLETE
62632024-09-16T14:35:38.478Z[ recovery-image] Sep 16 14:35:37.396 INFO O| Sep 16 14:35:37.396 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-09-16T14:35:38.519Z[ recovery-image] Sep 16 14:35:37.437 INFO O| Sep 16 14:35:37.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
62652024-09-16T14:35:38.519Z[ recovery-image] Sep 16 14:35:37.438 INFO O| Sep 16 14:35:37.438 INFO STEP 738 (remove_files) COMPLETE
62662024-09-16T14:35:38.519Z[ recovery-image] Sep 16 14:35:37.438 INFO O| Sep 16 14:35:37.438 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-09-16T14:35:38.576Z[ recovery-image] Sep 16 14:35:37.494 INFO O| Sep 16 14:35:37.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
62682024-09-16T14:35:38.576Z[ recovery-image] Sep 16 14:35:37.494 INFO O| Sep 16 14:35:37.494 INFO STEP 739 (remove_files) COMPLETE
62692024-09-16T14:35:38.576Z[ recovery-image] Sep 16 14:35:37.494 INFO O| Sep 16 14:35:37.494 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-09-16T14:35:38.636Z[ recovery-image] Sep 16 14:35:37.554 INFO O| Sep 16 14:35:37.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
62712024-09-16T14:35:38.639Z[ recovery-image] Sep 16 14:35:37.555 INFO O| Sep 16 14:35:37.555 INFO STEP 740 (remove_files) COMPLETE
62722024-09-16T14:35:38.639Z[ recovery-image] Sep 16 14:35:37.555 INFO O| Sep 16 14:35:37.555 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-09-16T14:35:38.654Z[ recovery-image] Sep 16 14:35:37.572 INFO O| Sep 16 14:35:37.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
62742024-09-16T14:35:38.654Z[ recovery-image] Sep 16 14:35:37.572 INFO O| Sep 16 14:35:37.572 INFO STEP 741 (remove_files) COMPLETE
62752024-09-16T14:35:38.654Z[ recovery-image] Sep 16 14:35:37.572 INFO O| Sep 16 14:35:37.572 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-09-16T14:35:38.670Z[ recovery-image] Sep 16 14:35:37.589 INFO O| Sep 16 14:35:37.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
62772024-09-16T14:35:38.670Z[ recovery-image] Sep 16 14:35:37.589 INFO O| Sep 16 14:35:37.589 INFO STEP 742 (remove_files) COMPLETE
62782024-09-16T14:35:38.673Z[ recovery-image] Sep 16 14:35:37.589 INFO O| Sep 16 14:35:37.589 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-09-16T14:35:38.687Z[ recovery-image] Sep 16 14:35:37.606 INFO O| Sep 16 14:35:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
62802024-09-16T14:35:38.687Z[ recovery-image] Sep 16 14:35:37.606 INFO O| Sep 16 14:35:37.606 INFO STEP 743 (remove_files) COMPLETE
62812024-09-16T14:35:38.687Z[ recovery-image] Sep 16 14:35:37.606 INFO O| Sep 16 14:35:37.606 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-16T14:35:38.704Z[ recovery-image] Sep 16 14:35:37.623 INFO O| Sep 16 14:35:37.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
62832024-09-16T14:35:38.704Z[ recovery-image] Sep 16 14:35:37.623 INFO O| Sep 16 14:35:37.623 INFO STEP 744 (remove_files) COMPLETE
62842024-09-16T14:35:38.707Z[ recovery-image] Sep 16 14:35:37.623 INFO O| Sep 16 14:35:37.623 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-16T14:35:38.734Z[ recovery-image] Sep 16 14:35:37.652 INFO O| Sep 16 14:35:37.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
62862024-09-16T14:35:38.734Z[ recovery-image] Sep 16 14:35:37.652 INFO O| Sep 16 14:35:37.652 INFO STEP 745 (remove_files) COMPLETE
62872024-09-16T14:35:38.734Z[ recovery-image] Sep 16 14:35:37.652 INFO O| Sep 16 14:35:37.652 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-16T14:35:38.770Z[ recovery-image] Sep 16 14:35:37.689 INFO O| Sep 16 14:35:37.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
62892024-09-16T14:35:38.770Z[ recovery-image] Sep 16 14:35:37.689 INFO O| Sep 16 14:35:37.689 INFO STEP 746 (remove_files) COMPLETE
62902024-09-16T14:35:38.770Z[ recovery-image] Sep 16 14:35:37.689 INFO O| Sep 16 14:35:37.689 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-16T14:35:38.800Z[ recovery-image] Sep 16 14:35:37.718 INFO O| Sep 16 14:35:37.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
62922024-09-16T14:35:38.800Z[ recovery-image] Sep 16 14:35:37.718 INFO O| Sep 16 14:35:37.718 INFO STEP 747 (remove_files) COMPLETE
62932024-09-16T14:35:38.800Z[ recovery-image] Sep 16 14:35:37.718 INFO O| Sep 16 14:35:37.718 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-16T14:35:38.838Z[ recovery-image] Sep 16 14:35:37.757 INFO O| Sep 16 14:35:37.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
62952024-09-16T14:35:38.843Z[ recovery-image] Sep 16 14:35:37.757 INFO O| Sep 16 14:35:37.757 INFO STEP 748 (remove_files) COMPLETE
62962024-09-16T14:35:38.843Z[ recovery-image] Sep 16 14:35:37.757 INFO O| Sep 16 14:35:37.757 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-16T14:35:38.876Z[ recovery-image] Sep 16 14:35:37.794 INFO O| Sep 16 14:35:37.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
62982024-09-16T14:35:38.903Z[ recovery-image] Sep 16 14:35:37.821 INFO O| Sep 16 14:35:37.821 INFO STEP 749 (remove_files) COMPLETE
62992024-09-16T14:35:38.903Z[ recovery-image] Sep 16 14:35:37.821 INFO O| Sep 16 14:35:37.821 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-16T14:35:38.962Z[ recovery-image] Sep 16 14:35:37.880 INFO O| Sep 16 14:35:37.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63012024-09-16T14:35:38.986Z[ recovery-image] Sep 16 14:35:37.904 INFO O| Sep 16 14:35:37.904 INFO STEP 750 (remove_files) COMPLETE
63022024-09-16T14:35:38.986Z[ recovery-image] Sep 16 14:35:37.904 INFO O| Sep 16 14:35:37.904 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-16T14:35:39.023Z[ recovery-image] Sep 16 14:35:37.940 INFO O| Sep 16 14:35:37.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63042024-09-16T14:35:39.023Z[ recovery-image] Sep 16 14:35:37.941 INFO O| Sep 16 14:35:37.940 INFO STEP 751 (remove_files) COMPLETE
63052024-09-16T14:35:39.023Z[ recovery-image] Sep 16 14:35:37.941 INFO O| Sep 16 14:35:37.941 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-16T14:35:39.079Z[ recovery-image] Sep 16 14:35:37.997 INFO O| Sep 16 14:35:37.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63072024-09-16T14:35:39.079Z[ recovery-image] Sep 16 14:35:37.997 INFO O| Sep 16 14:35:37.997 INFO STEP 752 (remove_files) COMPLETE
63082024-09-16T14:35:39.079Z[ recovery-image] Sep 16 14:35:37.997 INFO O| Sep 16 14:35:37.997 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-16T14:35:39.098Z[ recovery-image] Sep 16 14:35:38.016 INFO O| Sep 16 14:35:38.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63102024-09-16T14:35:39.098Z[ recovery-image] Sep 16 14:35:38.016 INFO O| Sep 16 14:35:38.016 INFO STEP 753 (remove_files) COMPLETE
63112024-09-16T14:35:39.098Z[ recovery-image] Sep 16 14:35:38.016 INFO O| Sep 16 14:35:38.016 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-16T14:35:39.177Z[ recovery-image] Sep 16 14:35:38.096 INFO O| Sep 16 14:35:38.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63132024-09-16T14:35:39.180Z[ recovery-image] Sep 16 14:35:38.096 INFO O| Sep 16 14:35:38.096 INFO STEP 754 (remove_files) COMPLETE
63142024-09-16T14:35:39.180Z[ recovery-image] Sep 16 14:35:38.096 INFO O| Sep 16 14:35:38.096 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-16T14:35:39.198Z[ recovery-image] Sep 16 14:35:38.116 INFO O| Sep 16 14:35:38.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63162024-09-16T14:35:39.219Z[ recovery-image] Sep 16 14:35:38.138 INFO O| Sep 16 14:35:38.138 INFO STEP 755 (remove_files) COMPLETE
63172024-09-16T14:35:39.219Z[ recovery-image] Sep 16 14:35:38.138 INFO O| Sep 16 14:35:38.138 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-16T14:35:39.239Z[ recovery-image] Sep 16 14:35:38.158 INFO O| Sep 16 14:35:38.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63192024-09-16T14:35:39.242Z[ recovery-image] Sep 16 14:35:38.158 INFO O| Sep 16 14:35:38.158 INFO STEP 756 (remove_files) COMPLETE
63202024-09-16T14:35:39.242Z[ recovery-image] Sep 16 14:35:38.158 INFO O| Sep 16 14:35:38.158 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-16T14:35:39.257Z[ recovery-image] Sep 16 14:35:38.176 INFO O| Sep 16 14:35:38.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63222024-09-16T14:35:39.260Z[ recovery-image] Sep 16 14:35:38.176 INFO O| Sep 16 14:35:38.176 INFO STEP 757 (remove_files) COMPLETE
63232024-09-16T14:35:39.260Z[ recovery-image] Sep 16 14:35:38.177 INFO O| Sep 16 14:35:38.176 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-16T14:35:39.275Z[ recovery-image] Sep 16 14:35:38.194 INFO O| Sep 16 14:35:38.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
63252024-09-16T14:35:39.278Z[ recovery-image] Sep 16 14:35:38.194 INFO O| Sep 16 14:35:38.194 INFO STEP 758 (remove_files) COMPLETE
63262024-09-16T14:35:39.278Z[ recovery-image] Sep 16 14:35:38.194 INFO O| Sep 16 14:35:38.194 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-16T14:35:39.293Z[ recovery-image] Sep 16 14:35:38.212 INFO O| Sep 16 14:35:38.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
63282024-09-16T14:35:39.296Z[ recovery-image] Sep 16 14:35:38.212 INFO O| Sep 16 14:35:38.212 INFO STEP 759 (remove_files) COMPLETE
63292024-09-16T14:35:39.296Z[ recovery-image] Sep 16 14:35:38.212 INFO O| Sep 16 14:35:38.212 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-16T14:35:39.345Z[ recovery-image] Sep 16 14:35:38.263 INFO O| Sep 16 14:35:38.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
63312024-09-16T14:35:39.345Z[ recovery-image] Sep 16 14:35:38.263 INFO O| Sep 16 14:35:38.263 INFO STEP 760 (remove_files) COMPLETE
63322024-09-16T14:35:39.349Z[ recovery-image] Sep 16 14:35:38.263 INFO O| Sep 16 14:35:38.263 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-16T14:35:39.370Z[ recovery-image] Sep 16 14:35:38.288 INFO O| Sep 16 14:35:38.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
63342024-09-16T14:35:39.370Z[ recovery-image] Sep 16 14:35:38.288 INFO O| Sep 16 14:35:38.288 INFO STEP 761 (remove_files) COMPLETE
63352024-09-16T14:35:39.370Z[ recovery-image] Sep 16 14:35:38.288 INFO O| Sep 16 14:35:38.288 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-16T14:35:39.399Z[ recovery-image] Sep 16 14:35:38.317 INFO O| Sep 16 14:35:38.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
63372024-09-16T14:35:39.402Z[ recovery-image] Sep 16 14:35:38.318 INFO O| Sep 16 14:35:38.317 INFO STEP 762 (remove_files) COMPLETE
63382024-09-16T14:35:39.402Z[ recovery-image] Sep 16 14:35:38.318 INFO O| Sep 16 14:35:38.318 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-16T14:35:39.444Z[ recovery-image] Sep 16 14:35:38.362 INFO O| Sep 16 14:35:38.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
63402024-09-16T14:35:39.447Z[ recovery-image] Sep 16 14:35:38.362 INFO O| Sep 16 14:35:38.362 INFO STEP 763 (remove_files) COMPLETE
63412024-09-16T14:35:39.447Z[ recovery-image] Sep 16 14:35:38.362 INFO O| Sep 16 14:35:38.362 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-16T14:35:39.473Z[ recovery-image] Sep 16 14:35:38.391 INFO O| Sep 16 14:35:38.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
63432024-09-16T14:35:39.473Z[ recovery-image] Sep 16 14:35:38.391 INFO O| Sep 16 14:35:38.391 INFO STEP 764 (remove_files) COMPLETE
63442024-09-16T14:35:39.473Z[ recovery-image] Sep 16 14:35:38.391 INFO O| Sep 16 14:35:38.391 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-16T14:35:39.492Z[ recovery-image] Sep 16 14:35:38.410 INFO O| Sep 16 14:35:38.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
63462024-09-16T14:35:39.495Z[ recovery-image] Sep 16 14:35:38.410 INFO O| Sep 16 14:35:38.410 INFO STEP 765 (remove_files) COMPLETE
63472024-09-16T14:35:39.495Z[ recovery-image] Sep 16 14:35:38.410 INFO O| Sep 16 14:35:38.410 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-09-16T14:35:39.547Z[ recovery-image] Sep 16 14:35:38.466 INFO O| Sep 16 14:35:38.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
63492024-09-16T14:35:39.550Z[ recovery-image] Sep 16 14:35:38.466 INFO O| Sep 16 14:35:38.466 INFO STEP 766 (remove_files) COMPLETE
63502024-09-16T14:35:39.550Z[ recovery-image] Sep 16 14:35:38.466 INFO O| Sep 16 14:35:38.466 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-09-16T14:35:39.573Z[ recovery-image] Sep 16 14:35:38.491 INFO O| Sep 16 14:35:38.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
63522024-09-16T14:35:39.573Z[ recovery-image] Sep 16 14:35:38.491 INFO O| Sep 16 14:35:38.491 INFO STEP 767 (remove_files) COMPLETE
63532024-09-16T14:35:39.576Z[ recovery-image] Sep 16 14:35:38.492 INFO O| Sep 16 14:35:38.491 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-09-16T14:35:39.625Z[ recovery-image] Sep 16 14:35:38.544 INFO O| Sep 16 14:35:38.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
63552024-09-16T14:35:39.626Z[ recovery-image] Sep 16 14:35:38.544 INFO O| Sep 16 14:35:38.544 INFO STEP 768 (remove_files) COMPLETE
63562024-09-16T14:35:39.628Z[ recovery-image] Sep 16 14:35:38.544 INFO O| Sep 16 14:35:38.544 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-09-16T14:35:39.645Z[ recovery-image] Sep 16 14:35:38.563 INFO O| Sep 16 14:35:38.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
63582024-09-16T14:35:39.645Z[ recovery-image] Sep 16 14:35:38.563 INFO O| Sep 16 14:35:38.563 INFO STEP 769 (remove_files) COMPLETE
63592024-09-16T14:35:39.645Z[ recovery-image] Sep 16 14:35:38.563 INFO O| Sep 16 14:35:38.563 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-09-16T14:35:39.685Z[ recovery-image] Sep 16 14:35:38.603 INFO O| Sep 16 14:35:38.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
63612024-09-16T14:35:39.685Z[ recovery-image] Sep 16 14:35:38.604 INFO O| Sep 16 14:35:38.604 INFO STEP 770 (remove_files) COMPLETE
63622024-09-16T14:35:39.688Z[ recovery-image] Sep 16 14:35:38.604 INFO O| Sep 16 14:35:38.604 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-09-16T14:35:39.719Z[ recovery-image] Sep 16 14:35:38.637 INFO O| Sep 16 14:35:38.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
63642024-09-16T14:35:39.719Z[ recovery-image] Sep 16 14:35:38.637 INFO O| Sep 16 14:35:38.637 INFO STEP 771 (remove_files) COMPLETE
63652024-09-16T14:35:39.719Z[ recovery-image] Sep 16 14:35:38.637 INFO O| Sep 16 14:35:38.637 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-09-16T14:35:39.738Z[ recovery-image] Sep 16 14:35:38.656 INFO O| Sep 16 14:35:38.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
63672024-09-16T14:35:39.738Z[ recovery-image] Sep 16 14:35:38.657 INFO O| Sep 16 14:35:38.657 INFO STEP 772 (remove_files) COMPLETE
63682024-09-16T14:35:39.738Z[ recovery-image] Sep 16 14:35:38.657 INFO O| Sep 16 14:35:38.657 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-09-16T14:35:39.768Z[ recovery-image] Sep 16 14:35:38.686 INFO O| Sep 16 14:35:38.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
63702024-09-16T14:35:39.771Z[ recovery-image] Sep 16 14:35:38.687 INFO O| Sep 16 14:35:38.686 INFO STEP 773 (remove_files) COMPLETE
63712024-09-16T14:35:39.771Z[ recovery-image] Sep 16 14:35:38.687 INFO O| Sep 16 14:35:38.686 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-09-16T14:35:39.788Z[ recovery-image] Sep 16 14:35:38.707 INFO O| Sep 16 14:35:38.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
63732024-09-16T14:35:39.791Z[ recovery-image] Sep 16 14:35:38.707 INFO O| Sep 16 14:35:38.707 INFO STEP 774 (remove_files) COMPLETE
63742024-09-16T14:35:39.791Z[ recovery-image] Sep 16 14:35:38.707 INFO O| Sep 16 14:35:38.707 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-09-16T14:35:39.851Z[ recovery-image] Sep 16 14:35:38.769 INFO O| Sep 16 14:35:38.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
63762024-09-16T14:35:39.854Z[ recovery-image] Sep 16 14:35:38.769 INFO O| Sep 16 14:35:38.769 INFO STEP 775 (remove_files) COMPLETE
63772024-09-16T14:35:39.854Z[ recovery-image] Sep 16 14:35:38.770 INFO O| Sep 16 14:35:38.769 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-09-16T14:35:39.876Z[ recovery-image] Sep 16 14:35:38.794 INFO O| Sep 16 14:35:38.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
63792024-09-16T14:35:39.876Z[ recovery-image] Sep 16 14:35:38.794 INFO O| Sep 16 14:35:38.794 INFO STEP 776 (remove_files) COMPLETE
63802024-09-16T14:35:39.879Z[ recovery-image] Sep 16 14:35:38.794 INFO O| Sep 16 14:35:38.794 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-09-16T14:35:39.935Z[ recovery-image] Sep 16 14:35:38.854 INFO O| Sep 16 14:35:38.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
63822024-09-16T14:35:39.935Z[ recovery-image] Sep 16 14:35:38.854 INFO O| Sep 16 14:35:38.854 INFO STEP 777 (remove_files) COMPLETE
63832024-09-16T14:35:39.935Z[ recovery-image] Sep 16 14:35:38.854 INFO O| Sep 16 14:35:38.854 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-09-16T14:35:39.959Z[ recovery-image] Sep 16 14:35:38.877 INFO O| Sep 16 14:35:38.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
63852024-09-16T14:35:39.959Z[ recovery-image] Sep 16 14:35:38.877 INFO O| Sep 16 14:35:38.877 INFO STEP 778 (remove_files) COMPLETE
63862024-09-16T14:35:39.959Z[ recovery-image] Sep 16 14:35:38.877 INFO O| Sep 16 14:35:38.877 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-09-16T14:35:39.980Z[ recovery-image] Sep 16 14:35:38.898 INFO O| Sep 16 14:35:38.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
63882024-09-16T14:35:39.980Z[ recovery-image] Sep 16 14:35:38.898 INFO O| Sep 16 14:35:38.898 INFO STEP 779 (remove_files) COMPLETE
63892024-09-16T14:35:39.980Z[ recovery-image] Sep 16 14:35:38.898 INFO O| Sep 16 14:35:38.898 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-09-16T14:35:40.006Z[ recovery-image] Sep 16 14:35:38.924 INFO O| Sep 16 14:35:38.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
63912024-09-16T14:35:40.006Z[ recovery-image] Sep 16 14:35:38.924 INFO O| Sep 16 14:35:38.924 INFO STEP 780 (remove_files) COMPLETE
63922024-09-16T14:35:40.006Z[ recovery-image] Sep 16 14:35:38.924 INFO O| Sep 16 14:35:38.924 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-09-16T14:35:40.031Z[ recovery-image] Sep 16 14:35:38.949 INFO O| Sep 16 14:35:38.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
63942024-09-16T14:35:40.031Z[ recovery-image] Sep 16 14:35:38.950 INFO O| Sep 16 14:35:38.949 INFO STEP 781 (remove_files) COMPLETE
63952024-09-16T14:35:40.034Z[ recovery-image] Sep 16 14:35:38.950 INFO O| Sep 16 14:35:38.950 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-09-16T14:35:40.057Z[ recovery-image] Sep 16 14:35:38.975 INFO O| Sep 16 14:35:38.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
63972024-09-16T14:35:40.057Z[ recovery-image] Sep 16 14:35:38.975 INFO O| Sep 16 14:35:38.975 INFO STEP 782 (remove_files) COMPLETE
63982024-09-16T14:35:40.059Z[ recovery-image] Sep 16 14:35:38.975 INFO O| Sep 16 14:35:38.975 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-09-16T14:35:40.117Z[ recovery-image] Sep 16 14:35:39.000 INFO O| Sep 16 14:35:39.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64002024-09-16T14:35:40.117Z[ recovery-image] Sep 16 14:35:39.000 INFO O| Sep 16 14:35:39.000 INFO STEP 783 (remove_files) COMPLETE
64012024-09-16T14:35:40.117Z[ recovery-image] Sep 16 14:35:39.000 INFO O| Sep 16 14:35:39.000 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-09-16T14:35:40.117Z[ recovery-image] Sep 16 14:35:39.024 INFO O| Sep 16 14:35:39.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64032024-09-16T14:35:40.117Z[ recovery-image] Sep 16 14:35:39.024 INFO O| Sep 16 14:35:39.024 INFO STEP 784 (remove_files) COMPLETE
64042024-09-16T14:35:40.117Z[ recovery-image] Sep 16 14:35:39.024 INFO O| Sep 16 14:35:39.024 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-09-16T14:35:40.130Z[ recovery-image] Sep 16 14:35:39.048 INFO O| Sep 16 14:35:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64062024-09-16T14:35:40.152Z[ recovery-image] Sep 16 14:35:39.070 INFO O| Sep 16 14:35:39.070 INFO STEP 785 (remove_files) COMPLETE
64072024-09-16T14:35:40.152Z[ recovery-image] Sep 16 14:35:39.070 INFO O| Sep 16 14:35:39.070 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-16T14:35:40.190Z[ recovery-image] Sep 16 14:35:39.096 INFO O| Sep 16 14:35:39.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64092024-09-16T14:35:40.190Z[ recovery-image] Sep 16 14:35:39.096 INFO O| Sep 16 14:35:39.096 INFO STEP 786 (remove_files) COMPLETE
64102024-09-16T14:35:40.190Z[ recovery-image] Sep 16 14:35:39.097 INFO O| Sep 16 14:35:39.096 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-16T14:35:40.203Z[ recovery-image] Sep 16 14:35:39.122 INFO O| Sep 16 14:35:39.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64122024-09-16T14:35:40.203Z[ recovery-image] Sep 16 14:35:39.122 INFO O| Sep 16 14:35:39.122 INFO STEP 787 (remove_files) COMPLETE
64132024-09-16T14:35:40.206Z[ recovery-image] Sep 16 14:35:39.122 INFO O| Sep 16 14:35:39.122 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-16T14:35:40.250Z[ recovery-image] Sep 16 14:35:39.169 INFO O| Sep 16 14:35:39.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64152024-09-16T14:35:40.253Z[ recovery-image] Sep 16 14:35:39.169 INFO O| Sep 16 14:35:39.169 INFO STEP 788 (remove_files) COMPLETE
64162024-09-16T14:35:40.253Z[ recovery-image] Sep 16 14:35:39.169 INFO O| Sep 16 14:35:39.169 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-09-16T14:35:40.273Z[ recovery-image] Sep 16 14:35:39.191 INFO O| Sep 16 14:35:39.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64182024-09-16T14:35:40.276Z[ recovery-image] Sep 16 14:35:39.192 INFO O| Sep 16 14:35:39.191 INFO STEP 789 (remove_files) COMPLETE
64192024-09-16T14:35:40.276Z[ recovery-image] Sep 16 14:35:39.192 INFO O| Sep 16 14:35:39.192 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-09-16T14:35:40.308Z[ recovery-image] Sep 16 14:35:39.214 INFO O| Sep 16 14:35:39.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64212024-09-16T14:35:40.308Z[ recovery-image] Sep 16 14:35:39.214 INFO O| Sep 16 14:35:39.214 INFO STEP 790 (remove_files) COMPLETE
64222024-09-16T14:35:40.310Z[ recovery-image] Sep 16 14:35:39.214 INFO O| Sep 16 14:35:39.214 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-09-16T14:35:40.324Z[ recovery-image] Sep 16 14:35:39.241 INFO O| Sep 16 14:35:39.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
64242024-09-16T14:35:40.324Z[ recovery-image] Sep 16 14:35:39.241 INFO O| Sep 16 14:35:39.241 INFO STEP 791 (remove_files) COMPLETE
64252024-09-16T14:35:40.327Z[ recovery-image] Sep 16 14:35:39.242 INFO O| Sep 16 14:35:39.241 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-09-16T14:35:40.346Z[ recovery-image] Sep 16 14:35:39.264 INFO O| Sep 16 14:35:39.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
64272024-09-16T14:35:40.346Z[ recovery-image] Sep 16 14:35:39.264 INFO O| Sep 16 14:35:39.264 INFO STEP 792 (remove_files) COMPLETE
64282024-09-16T14:35:40.346Z[ recovery-image] Sep 16 14:35:39.264 INFO O| Sep 16 14:35:39.264 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-09-16T14:35:40.391Z[ recovery-image] Sep 16 14:35:39.309 INFO O| Sep 16 14:35:39.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
64302024-09-16T14:35:40.391Z[ recovery-image] Sep 16 14:35:39.309 INFO O| Sep 16 14:35:39.309 INFO STEP 793 (remove_files) COMPLETE
64312024-09-16T14:35:40.391Z[ recovery-image] Sep 16 14:35:39.309 INFO O| Sep 16 14:35:39.309 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-09-16T14:35:40.412Z[ recovery-image] Sep 16 14:35:39.330 INFO O| Sep 16 14:35:39.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
64332024-09-16T14:35:40.412Z[ recovery-image] Sep 16 14:35:39.330 INFO O| Sep 16 14:35:39.330 INFO STEP 794 (remove_files) COMPLETE
64342024-09-16T14:35:40.412Z[ recovery-image] Sep 16 14:35:39.330 INFO O| Sep 16 14:35:39.330 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-16T14:35:40.445Z[ recovery-image] Sep 16 14:35:39.363 INFO O| Sep 16 14:35:39.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
64362024-09-16T14:35:40.447Z[ recovery-image] Sep 16 14:35:39.363 INFO O| Sep 16 14:35:39.363 INFO STEP 795 (remove_files) COMPLETE
64372024-09-16T14:35:40.447Z[ recovery-image] Sep 16 14:35:39.364 INFO O| Sep 16 14:35:39.364 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-09-16T14:35:40.467Z[ recovery-image] Sep 16 14:35:39.385 INFO O| Sep 16 14:35:39.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
64392024-09-16T14:35:40.469Z[ recovery-image] Sep 16 14:35:39.385 INFO O| Sep 16 14:35:39.385 INFO STEP 796 (remove_files) COMPLETE
64402024-09-16T14:35:40.469Z[ recovery-image] Sep 16 14:35:39.385 INFO O| Sep 16 14:35:39.385 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-09-16T14:35:40.490Z[ recovery-image] Sep 16 14:35:39.408 INFO O| Sep 16 14:35:39.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
64422024-09-16T14:35:40.514Z[ recovery-image] Sep 16 14:35:39.432 INFO O| Sep 16 14:35:39.432 INFO STEP 797 (remove_files) COMPLETE
64432024-09-16T14:35:40.514Z[ recovery-image] Sep 16 14:35:39.432 INFO O| Sep 16 14:35:39.432 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-16T14:35:40.552Z[ recovery-image] Sep 16 14:35:39.470 INFO O| Sep 16 14:35:39.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
64452024-09-16T14:35:40.578Z[ recovery-image] Sep 16 14:35:39.496 INFO O| Sep 16 14:35:39.496 INFO STEP 798 (remove_files) COMPLETE
64462024-09-16T14:35:40.578Z[ recovery-image] Sep 16 14:35:39.496 INFO O| Sep 16 14:35:39.496 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-16T14:35:40.614Z[ recovery-image] Sep 16 14:35:39.532 INFO O| Sep 16 14:35:39.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
64482024-09-16T14:35:40.614Z[ recovery-image] Sep 16 14:35:39.532 INFO O| Sep 16 14:35:39.532 INFO STEP 799 (remove_files) COMPLETE
64492024-09-16T14:35:40.614Z[ recovery-image] Sep 16 14:35:39.532 INFO O| Sep 16 14:35:39.532 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-16T14:35:40.661Z[ recovery-image] Sep 16 14:35:39.580 INFO O| Sep 16 14:35:39.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
64512024-09-16T14:35:40.661Z[ recovery-image] Sep 16 14:35:39.580 INFO O| Sep 16 14:35:39.580 INFO STEP 800 (remove_files) COMPLETE
64522024-09-16T14:35:40.664Z[ recovery-image] Sep 16 14:35:39.580 INFO O| Sep 16 14:35:39.580 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-16T14:35:40.701Z[ recovery-image] Sep 16 14:35:39.619 INFO O| Sep 16 14:35:39.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
64542024-09-16T14:35:40.701Z[ recovery-image] Sep 16 14:35:39.619 INFO O| Sep 16 14:35:39.619 INFO STEP 801 (remove_files) COMPLETE
64552024-09-16T14:35:40.703Z[ recovery-image] Sep 16 14:35:39.619 INFO O| Sep 16 14:35:39.619 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-16T14:35:40.720Z[ recovery-image] Sep 16 14:35:39.639 INFO O| Sep 16 14:35:39.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
64572024-09-16T14:35:40.720Z[ recovery-image] Sep 16 14:35:39.639 INFO O| Sep 16 14:35:39.639 INFO STEP 802 (remove_files) COMPLETE
64582024-09-16T14:35:40.723Z[ recovery-image] Sep 16 14:35:39.639 INFO O| Sep 16 14:35:39.639 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-16T14:35:40.735Z[ host-image] Sep 16 14:35:39.654 INFO O| Sep 16 14:35:39.654 INFO O| Planning: Solver setup ... Done
64602024-09-16T14:35:40.741Z[ host-image] Sep 16 14:35:39.659 INFO O| Sep 16 14:35:39.659 INFO O| Planning: Running solver ... Done
64612024-09-16T14:35:40.758Z[ recovery-image] Sep 16 14:35:39.676 INFO O| Sep 16 14:35:39.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
64622024-09-16T14:35:40.758Z[ recovery-image] Sep 16 14:35:39.676 INFO O| Sep 16 14:35:39.676 INFO STEP 803 (remove_files) COMPLETE
64632024-09-16T14:35:40.758Z[ recovery-image] Sep 16 14:35:39.676 INFO O| Sep 16 14:35:39.676 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-09-16T14:35:40.827Z[ host-image] Sep 16 14:35:39.745 INFO O| Sep 16 14:35:39.745 INFO O| Planning: Finding local manifests ... Done
64652024-09-16T14:35:40.829Z[ host-image] Sep 16 14:35:39.746 INFO O| Sep 16 14:35:39.746 INFO O| Planning: Fetching manifests: 0/1 0% complete
64662024-09-16T14:35:40.829Z[ recovery-image] Sep 16 14:35:39.746 INFO O| Sep 16 14:35:39.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
64672024-09-16T14:35:40.829Z[ recovery-image] Sep 16 14:35:39.746 INFO O| Sep 16 14:35:39.746 INFO STEP 804 (remove_files) COMPLETE
64682024-09-16T14:35:40.829Z[ recovery-image] Sep 16 14:35:39.747 INFO O| Sep 16 14:35:39.746 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-09-16T14:35:40.860Z[ recovery-image] Sep 16 14:35:39.778 INFO O| Sep 16 14:35:39.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
64702024-09-16T14:35:40.860Z[ recovery-image] Sep 16 14:35:39.779 INFO O| Sep 16 14:35:39.778 INFO STEP 805 (remove_files) COMPLETE
64712024-09-16T14:35:40.860Z[ recovery-image] Sep 16 14:35:39.779 INFO O| Sep 16 14:35:39.779 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-09-16T14:35:40.881Z[ recovery-image] Sep 16 14:35:39.799 INFO O| Sep 16 14:35:39.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
64732024-09-16T14:35:40.881Z[ recovery-image] Sep 16 14:35:39.799 INFO O| Sep 16 14:35:39.799 INFO STEP 806 (remove_files) COMPLETE
64742024-09-16T14:35:40.881Z[ recovery-image] Sep 16 14:35:39.799 INFO O| Sep 16 14:35:39.799 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-09-16T14:35:40.906Z[ recovery-image] Sep 16 14:35:39.824 INFO O| Sep 16 14:35:39.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
64762024-09-16T14:35:40.909Z[ recovery-image] Sep 16 14:35:39.824 INFO O| Sep 16 14:35:39.824 INFO STEP 807 (remove_files) COMPLETE
64772024-09-16T14:35:40.909Z[ recovery-image] Sep 16 14:35:39.825 INFO O| Sep 16 14:35:39.824 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-09-16T14:35:40.925Z[ recovery-image] Sep 16 14:35:39.843 INFO O| Sep 16 14:35:39.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
64792024-09-16T14:35:40.928Z[ recovery-image] Sep 16 14:35:39.843 INFO O| Sep 16 14:35:39.843 INFO STEP 808 (remove_files) COMPLETE
64802024-09-16T14:35:40.928Z[ recovery-image] Sep 16 14:35:39.844 INFO O| Sep 16 14:35:39.844 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-09-16T14:35:40.944Z[ recovery-image] Sep 16 14:35:39.862 INFO O| Sep 16 14:35:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
64822024-09-16T14:35:40.947Z[ recovery-image] Sep 16 14:35:39.863 INFO O| Sep 16 14:35:39.863 INFO STEP 809 (remove_files) COMPLETE
64832024-09-16T14:35:40.947Z[ recovery-image] Sep 16 14:35:39.863 INFO O| Sep 16 14:35:39.863 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-09-16T14:35:40.988Z[ recovery-image] Sep 16 14:35:39.906 INFO O| Sep 16 14:35:39.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
64852024-09-16T14:35:40.990Z[ recovery-image] Sep 16 14:35:39.906 INFO O| Sep 16 14:35:39.906 INFO STEP 810 (remove_files) COMPLETE
64862024-09-16T14:35:40.990Z[ recovery-image] Sep 16 14:35:39.906 INFO O| Sep 16 14:35:39.906 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-09-16T14:35:41.008Z[ host-image] Sep 16 14:35:39.926 INFO O| Sep 16 14:35:39.926 INFO O| Planning: Fetching manifests: 1/1 100% complete
64882024-09-16T14:35:41.038Z[ host-image] Sep 16 14:35:39.956 INFO O| Sep 16 14:35:39.956 INFO O| Planning: Package planning ... Done
64892024-09-16T14:35:41.042Z[ host-image] Sep 16 14:35:39.957 INFO O| Sep 16 14:35:39.957 INFO O| Planning: Merging actions ... Done
64902024-09-16T14:35:41.085Z[ recovery-image] Sep 16 14:35:40.003 INFO O| Sep 16 14:35:40.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
64912024-09-16T14:35:41.088Z[ recovery-image] Sep 16 14:35:40.003 INFO O| Sep 16 14:35:40.003 INFO STEP 811 (remove_files) COMPLETE
64922024-09-16T14:35:41.088Z[ recovery-image] Sep 16 14:35:40.003 INFO O| Sep 16 14:35:40.003 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-09-16T14:35:41.106Z[ recovery-image] Sep 16 14:35:40.024 INFO O| Sep 16 14:35:40.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
64942024-09-16T14:35:41.109Z[ recovery-image] Sep 16 14:35:40.025 INFO O| Sep 16 14:35:40.025 INFO STEP 812 (remove_files) COMPLETE
64952024-09-16T14:35:41.109Z[ recovery-image] Sep 16 14:35:40.025 INFO O| Sep 16 14:35:40.025 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-09-16T14:35:41.274Z[ recovery-image] Sep 16 14:35:40.045 INFO O| Sep 16 14:35:40.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
64972024-09-16T14:35:41.278Z[ recovery-image] Sep 16 14:35:40.045 INFO O| Sep 16 14:35:40.045 INFO STEP 813 (remove_files) COMPLETE
64982024-09-16T14:35:41.278Z[ recovery-image] Sep 16 14:35:40.045 INFO O| Sep 16 14:35:40.045 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.063 INFO O| Sep 16 14:35:40.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65002024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.063 INFO O| Sep 16 14:35:40.063 INFO STEP 814 (remove_files) COMPLETE
65012024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.063 INFO O| Sep 16 14:35:40.063 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.117 INFO O| Sep 16 14:35:40.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65032024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.117 INFO O| Sep 16 14:35:40.117 INFO STEP 815 (remove_files) COMPLETE
65042024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.118 INFO O| Sep 16 14:35:40.117 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.137 INFO O| Sep 16 14:35:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65062024-09-16T14:35:41.282Z[ host-image] Sep 16 14:35:40.137 INFO O| Sep 16 14:35:40.137 INFO O| Planning: Checking for conflicting actions ... Done
65072024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.137 INFO O| Sep 16 14:35:40.137 INFO STEP 816 (remove_files) COMPLETE
65082024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.138 INFO O| Sep 16 14:35:40.137 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-09-16T14:35:41.282Z[ host-image] Sep 16 14:35:40.138 INFO O| Sep 16 14:35:40.138 INFO O| Planning: Consolidating action changes ... Done
65102024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.181 INFO O| Sep 16 14:35:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65112024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.181 INFO O| Sep 16 14:35:40.181 INFO STEP 817 (remove_files) COMPLETE
65122024-09-16T14:35:41.282Z[ recovery-image] Sep 16 14:35:40.182 INFO O| Sep 16 14:35:40.181 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-09-16T14:35:41.285Z[ recovery-image] Sep 16 14:35:40.202 INFO O| Sep 16 14:35:40.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65142024-09-16T14:35:41.285Z[ recovery-image] Sep 16 14:35:40.202 INFO O| Sep 16 14:35:40.202 INFO STEP 818 (remove_files) COMPLETE
65152024-09-16T14:35:41.285Z[ recovery-image] Sep 16 14:35:40.203 INFO O| Sep 16 14:35:40.203 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-09-16T14:35:41.306Z[ recovery-image] Sep 16 14:35:40.224 INFO O| Sep 16 14:35:40.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65172024-09-16T14:35:41.308Z[ recovery-image] Sep 16 14:35:40.224 INFO O| Sep 16 14:35:40.224 INFO STEP 819 (remove_files) COMPLETE
65182024-09-16T14:35:41.308Z[ recovery-image] Sep 16 14:35:40.224 INFO O| Sep 16 14:35:40.224 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-09-16T14:35:41.366Z[ recovery-image] Sep 16 14:35:40.284 INFO O| Sep 16 14:35:40.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65202024-09-16T14:35:41.368Z[ recovery-image] Sep 16 14:35:40.284 INFO O| Sep 16 14:35:40.284 INFO STEP 820 (remove_files) COMPLETE
65212024-09-16T14:35:41.369Z[ recovery-image] Sep 16 14:35:40.284 INFO O| Sep 16 14:35:40.284 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-09-16T14:35:41.421Z[ recovery-image] Sep 16 14:35:40.339 INFO O| Sep 16 14:35:40.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65232024-09-16T14:35:41.423Z[ recovery-image] Sep 16 14:35:40.339 INFO O| Sep 16 14:35:40.339 INFO STEP 821 (remove_files) COMPLETE
65242024-09-16T14:35:41.423Z[ recovery-image] Sep 16 14:35:40.339 INFO O| Sep 16 14:35:40.339 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-09-16T14:35:41.444Z[ recovery-image] Sep 16 14:35:40.362 INFO O| Sep 16 14:35:40.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65262024-09-16T14:35:41.446Z[ recovery-image] Sep 16 14:35:40.363 INFO O| Sep 16 14:35:40.362 INFO STEP 822 (remove_files) COMPLETE
65272024-09-16T14:35:41.446Z[ recovery-image] Sep 16 14:35:40.363 INFO O| Sep 16 14:35:40.363 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-09-16T14:35:41.467Z[ recovery-image] Sep 16 14:35:40.385 INFO O| Sep 16 14:35:40.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65292024-09-16T14:35:41.469Z[ recovery-image] Sep 16 14:35:40.386 INFO O| Sep 16 14:35:40.386 INFO STEP 823 (remove_files) COMPLETE
65302024-09-16T14:35:41.469Z[ recovery-image] Sep 16 14:35:40.386 INFO O| Sep 16 14:35:40.386 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-09-16T14:35:41.492Z[ recovery-image] Sep 16 14:35:40.410 INFO O| Sep 16 14:35:40.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
65322024-09-16T14:35:41.494Z[ recovery-image] Sep 16 14:35:40.410 INFO O| Sep 16 14:35:40.410 INFO STEP 824 (remove_files) COMPLETE
65332024-09-16T14:35:41.494Z[ recovery-image] Sep 16 14:35:40.410 INFO O| Sep 16 14:35:40.410 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-09-16T14:35:41.527Z[ recovery-image] Sep 16 14:35:40.445 INFO O| Sep 16 14:35:40.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
65352024-09-16T14:35:41.527Z[ recovery-image] Sep 16 14:35:40.445 INFO O| Sep 16 14:35:40.445 INFO STEP 825 (remove_files) COMPLETE
65362024-09-16T14:35:41.530Z[ recovery-image] Sep 16 14:35:40.445 INFO O| Sep 16 14:35:40.445 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-09-16T14:35:41.588Z[ recovery-image] Sep 16 14:35:40.506 INFO O| Sep 16 14:35:40.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
65382024-09-16T14:35:41.588Z[ recovery-image] Sep 16 14:35:40.506 INFO O| Sep 16 14:35:40.506 INFO STEP 826 (remove_files) COMPLETE
65392024-09-16T14:35:41.591Z[ recovery-image] Sep 16 14:35:40.506 INFO O| Sep 16 14:35:40.506 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-09-16T14:35:41.606Z[ recovery-image] Sep 16 14:35:40.524 INFO O| Sep 16 14:35:40.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
65412024-09-16T14:35:41.606Z[ recovery-image] Sep 16 14:35:40.524 INFO O| Sep 16 14:35:40.524 INFO STEP 827 (remove_files) COMPLETE
65422024-09-16T14:35:41.609Z[ recovery-image] Sep 16 14:35:40.524 INFO O| Sep 16 14:35:40.524 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-09-16T14:35:41.627Z[ recovery-image] Sep 16 14:35:40.545 INFO O| Sep 16 14:35:40.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
65442024-09-16T14:35:41.627Z[ recovery-image] Sep 16 14:35:40.545 INFO O| Sep 16 14:35:40.545 INFO STEP 828 (remove_files) COMPLETE
65452024-09-16T14:35:41.630Z[ host-image] Sep 16 14:35:40.546 INFO O| Sep 16 14:35:40.545 INFO O| Planning: Evaluating mediators ... Done
65462024-09-16T14:35:41.630Z[ recovery-image] Sep 16 14:35:40.546 INFO O| Sep 16 14:35:40.545 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-16T14:35:41.630Z[ host-image] Sep 16 14:35:40.547 INFO O| Sep 16 14:35:40.547 INFO O| Planning: Planning completed in 3.95 seconds
65482024-09-16T14:35:41.632Z[ host-image] Sep 16 14:35:40.549 INFO O| Sep 16 14:35:40.549 INFO O| Packages to install: 1
65492024-09-16T14:35:41.651Z[ host-image] Sep 16 14:35:40.570 INFO O| Sep 16 14:35:40.570 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
65502024-09-16T14:35:41.706Z[ recovery-image] Sep 16 14:35:40.625 INFO O| Sep 16 14:35:40.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
65512024-09-16T14:35:41.707Z[ recovery-image] Sep 16 14:35:40.625 INFO O| Sep 16 14:35:40.625 INFO STEP 829 (remove_files) COMPLETE
65522024-09-16T14:35:41.707Z[ recovery-image] Sep 16 14:35:40.625 INFO O| Sep 16 14:35:40.625 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-16T14:35:41.729Z[ recovery-image] Sep 16 14:35:40.647 INFO O| Sep 16 14:35:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
65542024-09-16T14:35:41.729Z[ recovery-image] Sep 16 14:35:40.648 INFO O| Sep 16 14:35:40.648 INFO STEP 830 (remove_files) COMPLETE
65552024-09-16T14:35:41.729Z[ recovery-image] Sep 16 14:35:40.648 INFO O| Sep 16 14:35:40.648 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-16T14:35:41.758Z[ recovery-image] Sep 16 14:35:40.676 INFO O| Sep 16 14:35:40.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
65572024-09-16T14:35:41.760Z[ recovery-image] Sep 16 14:35:40.676 INFO O| Sep 16 14:35:40.676 INFO STEP 831 (remove_files) COMPLETE
65582024-09-16T14:35:41.761Z[ recovery-image] Sep 16 14:35:40.676 INFO O| Sep 16 14:35:40.676 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-16T14:35:41.873Z[ recovery-image] Sep 16 14:35:40.791 INFO O| Sep 16 14:35:40.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
65602024-09-16T14:35:41.873Z[ recovery-image] Sep 16 14:35:40.791 INFO O| Sep 16 14:35:40.791 INFO STEP 832 (remove_files) COMPLETE
65612024-09-16T14:35:41.873Z[ recovery-image] Sep 16 14:35:40.791 INFO O| Sep 16 14:35:40.791 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-16T14:35:41.897Z[ recovery-image] Sep 16 14:35:40.815 INFO O| Sep 16 14:35:40.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
65632024-09-16T14:35:41.897Z[ recovery-image] Sep 16 14:35:40.815 INFO O| Sep 16 14:35:40.815 INFO STEP 833 (remove_files) COMPLETE
65642024-09-16T14:35:41.897Z[ recovery-image] Sep 16 14:35:40.815 INFO O| Sep 16 14:35:40.815 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-16T14:35:41.920Z[ recovery-image] Sep 16 14:35:40.838 INFO O| Sep 16 14:35:40.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
65662024-09-16T14:35:41.920Z[ recovery-image] Sep 16 14:35:40.838 INFO O| Sep 16 14:35:40.838 INFO STEP 834 (remove_files) COMPLETE
65672024-09-16T14:35:41.934Z[ recovery-image] Sep 16 14:35:40.838 INFO O| Sep 16 14:35:40.838 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-16T14:35:41.942Z[ recovery-image] Sep 16 14:35:40.857 INFO O| Sep 16 14:35:40.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
65692024-09-16T14:35:41.942Z[ recovery-image] Sep 16 14:35:40.857 INFO O| Sep 16 14:35:40.857 INFO STEP 835 (remove_files) COMPLETE
65702024-09-16T14:35:41.946Z[ recovery-image] Sep 16 14:35:40.857 INFO O| Sep 16 14:35:40.857 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-16T14:35:41.962Z[ recovery-image] Sep 16 14:35:40.880 INFO O| Sep 16 14:35:40.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
65722024-09-16T14:35:41.962Z[ recovery-image] Sep 16 14:35:40.880 INFO O| Sep 16 14:35:40.880 INFO STEP 836 (remove_files) COMPLETE
65732024-09-16T14:35:41.962Z[ recovery-image] Sep 16 14:35:40.880 INFO O| Sep 16 14:35:40.880 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-16T14:35:41.984Z[ recovery-image] Sep 16 14:35:40.901 INFO O| Sep 16 14:35:40.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
65752024-09-16T14:35:41.984Z[ recovery-image] Sep 16 14:35:40.902 INFO O| Sep 16 14:35:40.902 INFO STEP 837 (remove_files) COMPLETE
65762024-09-16T14:35:41.984Z[ recovery-image] Sep 16 14:35:40.902 INFO O| Sep 16 14:35:40.902 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-16T14:35:42.006Z[ recovery-image] Sep 16 14:35:40.924 INFO O| Sep 16 14:35:40.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
65782024-09-16T14:35:42.006Z[ recovery-image] Sep 16 14:35:40.924 INFO O| Sep 16 14:35:40.924 INFO STEP 838 (remove_files) COMPLETE
65792024-09-16T14:35:42.009Z[ recovery-image] Sep 16 14:35:40.924 INFO O| Sep 16 14:35:40.924 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-16T14:35:42.026Z[ recovery-image] Sep 16 14:35:40.944 INFO O| Sep 16 14:35:40.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
65812024-09-16T14:35:42.027Z[ recovery-image] Sep 16 14:35:40.944 INFO O| Sep 16 14:35:40.944 INFO STEP 839 (remove_files) COMPLETE
65822024-09-16T14:35:42.051Z[ recovery-image] Sep 16 14:35:40.945 INFO O| Sep 16 14:35:40.944 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-16T14:35:42.052Z[ recovery-image] Sep 16 14:35:40.964 INFO O| Sep 16 14:35:40.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
65842024-09-16T14:35:42.052Z[ recovery-image] Sep 16 14:35:40.964 INFO O| Sep 16 14:35:40.964 INFO STEP 840 (remove_files) COMPLETE
65852024-09-16T14:35:42.052Z[ recovery-image] Sep 16 14:35:40.964 INFO O| Sep 16 14:35:40.964 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-16T14:35:42.068Z[ recovery-image] Sep 16 14:35:40.986 INFO O| Sep 16 14:35:40.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
65872024-09-16T14:35:42.068Z[ recovery-image] Sep 16 14:35:40.987 INFO O| Sep 16 14:35:40.987 INFO STEP 841 (remove_files) COMPLETE
65882024-09-16T14:35:42.071Z[ recovery-image] Sep 16 14:35:40.987 INFO O| Sep 16 14:35:40.987 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-16T14:35:42.091Z[ recovery-image] Sep 16 14:35:41.009 INFO O| Sep 16 14:35:41.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
65902024-09-16T14:35:42.091Z[ recovery-image] Sep 16 14:35:41.009 INFO O| Sep 16 14:35:41.009 INFO STEP 842 (remove_files) COMPLETE
65912024-09-16T14:35:42.091Z[ recovery-image] Sep 16 14:35:41.009 INFO O| Sep 16 14:35:41.009 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-16T14:35:42.111Z[ recovery-image] Sep 16 14:35:41.029 INFO O| Sep 16 14:35:41.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
65932024-09-16T14:35:42.111Z[ recovery-image] Sep 16 14:35:41.029 INFO O| Sep 16 14:35:41.029 INFO STEP 843 (remove_files) COMPLETE
65942024-09-16T14:35:42.114Z[ recovery-image] Sep 16 14:35:41.030 INFO O| Sep 16 14:35:41.029 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-16T14:35:42.132Z[ recovery-image] Sep 16 14:35:41.050 INFO O| Sep 16 14:35:41.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
65962024-09-16T14:35:42.132Z[ recovery-image] Sep 16 14:35:41.050 INFO O| Sep 16 14:35:41.050 INFO STEP 844 (remove_files) COMPLETE
65972024-09-16T14:35:42.132Z[ recovery-image] Sep 16 14:35:41.050 INFO O| Sep 16 14:35:41.050 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-16T14:35:42.153Z[ recovery-image] Sep 16 14:35:41.071 INFO O| Sep 16 14:35:41.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
65992024-09-16T14:35:42.153Z[ recovery-image] Sep 16 14:35:41.071 INFO O| Sep 16 14:35:41.071 INFO STEP 845 (remove_files) COMPLETE
66002024-09-16T14:35:42.153Z[ recovery-image] Sep 16 14:35:41.071 INFO O| Sep 16 14:35:41.071 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-16T14:35:42.173Z[ recovery-image] Sep 16 14:35:41.091 INFO O| Sep 16 14:35:41.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66022024-09-16T14:35:42.173Z[ recovery-image] Sep 16 14:35:41.091 INFO O| Sep 16 14:35:41.091 INFO STEP 846 (remove_files) COMPLETE
66032024-09-16T14:35:42.175Z[ recovery-image] Sep 16 14:35:41.091 INFO O| Sep 16 14:35:41.091 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-16T14:35:42.192Z[ recovery-image] Sep 16 14:35:41.110 INFO O| Sep 16 14:35:41.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66052024-09-16T14:35:42.192Z[ recovery-image] Sep 16 14:35:41.110 INFO O| Sep 16 14:35:41.110 INFO STEP 847 (remove_files) COMPLETE
66062024-09-16T14:35:42.194Z[ recovery-image] Sep 16 14:35:41.110 INFO O| Sep 16 14:35:41.110 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-16T14:35:42.214Z[ recovery-image] Sep 16 14:35:41.132 INFO O| Sep 16 14:35:41.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66082024-09-16T14:35:42.214Z[ recovery-image] Sep 16 14:35:41.132 INFO O| Sep 16 14:35:41.132 INFO STEP 848 (remove_files) COMPLETE
66092024-09-16T14:35:42.214Z[ recovery-image] Sep 16 14:35:41.132 INFO O| Sep 16 14:35:41.132 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-16T14:35:42.236Z[ recovery-image] Sep 16 14:35:41.154 INFO O| Sep 16 14:35:41.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66112024-09-16T14:35:42.236Z[ recovery-image] Sep 16 14:35:41.154 INFO O| Sep 16 14:35:41.154 INFO STEP 849 (remove_files) COMPLETE
66122024-09-16T14:35:42.236Z[ recovery-image] Sep 16 14:35:41.154 INFO O| Sep 16 14:35:41.154 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-16T14:35:42.257Z[ recovery-image] Sep 16 14:35:41.175 INFO O| Sep 16 14:35:41.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66142024-09-16T14:35:42.257Z[ recovery-image] Sep 16 14:35:41.175 INFO O| Sep 16 14:35:41.175 INFO STEP 850 (remove_files) COMPLETE
66152024-09-16T14:35:42.257Z[ recovery-image] Sep 16 14:35:41.175 INFO O| Sep 16 14:35:41.175 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-16T14:35:42.277Z[ recovery-image] Sep 16 14:35:41.195 INFO O| Sep 16 14:35:41.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66172024-09-16T14:35:42.277Z[ recovery-image] Sep 16 14:35:41.195 INFO O| Sep 16 14:35:41.195 INFO STEP 851 (remove_files) COMPLETE
66182024-09-16T14:35:42.277Z[ recovery-image] Sep 16 14:35:41.195 INFO O| Sep 16 14:35:41.195 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-16T14:35:42.298Z[ recovery-image] Sep 16 14:35:41.216 INFO O| Sep 16 14:35:41.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66202024-09-16T14:35:42.298Z[ recovery-image] Sep 16 14:35:41.216 INFO O| Sep 16 14:35:41.216 INFO STEP 852 (remove_files) COMPLETE
66212024-09-16T14:35:42.298Z[ recovery-image] Sep 16 14:35:41.216 INFO O| Sep 16 14:35:41.216 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-16T14:35:42.319Z[ recovery-image] Sep 16 14:35:41.237 INFO O| Sep 16 14:35:41.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66232024-09-16T14:35:42.321Z[ recovery-image] Sep 16 14:35:41.237 INFO O| Sep 16 14:35:41.237 INFO STEP 853 (remove_files) COMPLETE
66242024-09-16T14:35:42.321Z[ recovery-image] Sep 16 14:35:41.237 INFO O| Sep 16 14:35:41.237 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-16T14:35:42.338Z[ recovery-image] Sep 16 14:35:41.256 INFO O| Sep 16 14:35:41.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66262024-09-16T14:35:42.338Z[ recovery-image] Sep 16 14:35:41.256 INFO O| Sep 16 14:35:41.256 INFO STEP 854 (remove_files) COMPLETE
66272024-09-16T14:35:42.338Z[ recovery-image] Sep 16 14:35:41.256 INFO O| Sep 16 14:35:41.256 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-16T14:35:42.387Z[ recovery-image] Sep 16 14:35:41.305 INFO O| Sep 16 14:35:41.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66292024-09-16T14:35:42.387Z[ recovery-image] Sep 16 14:35:41.305 INFO O| Sep 16 14:35:41.305 INFO STEP 855 (remove_files) COMPLETE
66302024-09-16T14:35:42.387Z[ recovery-image] Sep 16 14:35:41.305 INFO O| Sep 16 14:35:41.305 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-16T14:35:42.404Z[ recovery-image] Sep 16 14:35:41.323 INFO O| Sep 16 14:35:41.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66322024-09-16T14:35:42.405Z[ recovery-image] Sep 16 14:35:41.323 INFO O| Sep 16 14:35:41.323 INFO STEP 856 (remove_files) COMPLETE
66332024-09-16T14:35:42.405Z[ recovery-image] Sep 16 14:35:41.323 INFO O| Sep 16 14:35:41.323 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-16T14:35:42.423Z[ recovery-image] Sep 16 14:35:41.341 INFO O| Sep 16 14:35:41.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
66352024-09-16T14:35:42.425Z[ recovery-image] Sep 16 14:35:41.341 INFO O| Sep 16 14:35:41.341 INFO STEP 857 (remove_files) COMPLETE
66362024-09-16T14:35:42.425Z[ recovery-image] Sep 16 14:35:41.341 INFO O| Sep 16 14:35:41.341 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-16T14:35:42.441Z[ recovery-image] Sep 16 14:35:41.359 INFO O| Sep 16 14:35:41.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
66382024-09-16T14:35:42.441Z[ recovery-image] Sep 16 14:35:41.359 INFO O| Sep 16 14:35:41.359 INFO STEP 858 (remove_files) COMPLETE
66392024-09-16T14:35:42.441Z[ recovery-image] Sep 16 14:35:41.359 INFO O| Sep 16 14:35:41.359 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-16T14:35:42.459Z[ recovery-image] Sep 16 14:35:41.376 INFO O| Sep 16 14:35:41.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
66412024-09-16T14:35:42.459Z[ recovery-image] Sep 16 14:35:41.376 INFO O| Sep 16 14:35:41.376 INFO STEP 859 (remove_files) COMPLETE
66422024-09-16T14:35:42.459Z[ recovery-image] Sep 16 14:35:41.376 INFO O| Sep 16 14:35:41.376 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-16T14:35:42.476Z[ recovery-image] Sep 16 14:35:41.394 INFO O| Sep 16 14:35:41.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
66442024-09-16T14:35:42.476Z[ recovery-image] Sep 16 14:35:41.394 INFO O| Sep 16 14:35:41.394 INFO STEP 860 (remove_files) COMPLETE
66452024-09-16T14:35:42.476Z[ recovery-image] Sep 16 14:35:41.394 INFO O| Sep 16 14:35:41.394 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-16T14:35:42.495Z[ recovery-image] Sep 16 14:35:41.413 INFO O| Sep 16 14:35:41.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
66472024-09-16T14:35:42.495Z[ recovery-image] Sep 16 14:35:41.414 INFO O| Sep 16 14:35:41.413 INFO STEP 861 (remove_files) COMPLETE
66482024-09-16T14:35:42.495Z[ recovery-image] Sep 16 14:35:41.414 INFO O| Sep 16 14:35:41.413 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-16T14:35:42.514Z[ recovery-image] Sep 16 14:35:41.432 INFO O| Sep 16 14:35:41.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
66502024-09-16T14:35:42.514Z[ recovery-image] Sep 16 14:35:41.432 INFO O| Sep 16 14:35:41.432 INFO STEP 862 (remove_files) COMPLETE
66512024-09-16T14:35:42.514Z[ recovery-image] Sep 16 14:35:41.432 INFO O| Sep 16 14:35:41.432 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-16T14:35:42.543Z[ recovery-image] Sep 16 14:35:41.461 INFO O| Sep 16 14:35:41.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
66532024-09-16T14:35:42.545Z[ recovery-image] Sep 16 14:35:41.462 INFO O| Sep 16 14:35:41.461 INFO STEP 863 (remove_files) COMPLETE
66542024-09-16T14:35:42.546Z[ recovery-image] Sep 16 14:35:41.462 INFO O| Sep 16 14:35:41.462 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-16T14:35:42.563Z[ recovery-image] Sep 16 14:35:41.481 INFO O| Sep 16 14:35:41.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
66562024-09-16T14:35:42.566Z[ recovery-image] Sep 16 14:35:41.482 INFO O| Sep 16 14:35:41.481 INFO STEP 864 (remove_files) COMPLETE
66572024-09-16T14:35:42.566Z[ recovery-image] Sep 16 14:35:41.482 INFO O| Sep 16 14:35:41.482 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-16T14:35:42.583Z[ recovery-image] Sep 16 14:35:41.501 INFO O| Sep 16 14:35:41.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
66592024-09-16T14:35:42.585Z[ recovery-image] Sep 16 14:35:41.501 INFO O| Sep 16 14:35:41.501 INFO STEP 865 (remove_files) COMPLETE
66602024-09-16T14:35:42.585Z[ recovery-image] Sep 16 14:35:41.501 INFO O| Sep 16 14:35:41.501 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-16T14:35:42.602Z[ recovery-image] Sep 16 14:35:41.520 INFO O| Sep 16 14:35:41.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
66622024-09-16T14:35:42.611Z[ recovery-image] Sep 16 14:35:41.520 INFO O| Sep 16 14:35:41.520 INFO STEP 866 (remove_files) COMPLETE
66632024-09-16T14:35:42.611Z[ recovery-image] Sep 16 14:35:41.521 INFO O| Sep 16 14:35:41.520 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-16T14:35:42.621Z[ recovery-image] Sep 16 14:35:41.539 INFO O| Sep 16 14:35:41.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
66652024-09-16T14:35:42.624Z[ recovery-image] Sep 16 14:35:41.539 INFO O| Sep 16 14:35:41.539 INFO STEP 867 (remove_files) COMPLETE
66662024-09-16T14:35:42.624Z[ recovery-image] Sep 16 14:35:41.539 INFO O| Sep 16 14:35:41.539 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-16T14:35:42.639Z[ recovery-image] Sep 16 14:35:41.557 INFO O| Sep 16 14:35:41.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
66682024-09-16T14:35:42.642Z[ recovery-image] Sep 16 14:35:41.558 INFO O| Sep 16 14:35:41.558 INFO STEP 868 (remove_files) COMPLETE
66692024-09-16T14:35:42.642Z[ recovery-image] Sep 16 14:35:41.558 INFO O| Sep 16 14:35:41.558 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-16T14:35:42.656Z[ recovery-image] Sep 16 14:35:41.575 INFO O| Sep 16 14:35:41.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
66712024-09-16T14:35:42.659Z[ recovery-image] Sep 16 14:35:41.575 INFO O| Sep 16 14:35:41.575 INFO STEP 869 (remove_files) COMPLETE
66722024-09-16T14:35:42.659Z[ recovery-image] Sep 16 14:35:41.575 INFO O| Sep 16 14:35:41.575 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-16T14:35:42.692Z[ recovery-image] Sep 16 14:35:41.610 INFO O| Sep 16 14:35:41.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
66742024-09-16T14:35:42.695Z[ recovery-image] Sep 16 14:35:41.612 INFO O| Sep 16 14:35:41.612 INFO STEP 870 (remove_files) COMPLETE
66752024-09-16T14:35:42.695Z[ recovery-image] Sep 16 14:35:41.612 INFO O| Sep 16 14:35:41.612 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-16T14:35:42.730Z[ recovery-image] Sep 16 14:35:41.648 INFO O| Sep 16 14:35:41.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
66772024-09-16T14:35:42.730Z[ recovery-image] Sep 16 14:35:41.648 INFO O| Sep 16 14:35:41.648 INFO STEP 871 (remove_files) COMPLETE
66782024-09-16T14:35:42.730Z[ recovery-image] Sep 16 14:35:41.648 INFO O| Sep 16 14:35:41.648 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-16T14:35:42.754Z[ recovery-image] Sep 16 14:35:41.672 INFO O| Sep 16 14:35:41.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
66802024-09-16T14:35:42.771Z[ recovery-image] Sep 16 14:35:41.689 INFO O| Sep 16 14:35:41.689 INFO STEP 872 (remove_files) COMPLETE
66812024-09-16T14:35:42.771Z[ recovery-image] Sep 16 14:35:41.689 INFO O| Sep 16 14:35:41.689 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-16T14:35:42.807Z[ recovery-image] Sep 16 14:35:41.725 INFO O| Sep 16 14:35:41.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
66832024-09-16T14:35:42.810Z[ recovery-image] Sep 16 14:35:41.725 INFO O| Sep 16 14:35:41.725 INFO STEP 873 (remove_files) COMPLETE
66842024-09-16T14:35:42.810Z[ recovery-image] Sep 16 14:35:41.725 INFO O| Sep 16 14:35:41.725 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-16T14:35:42.825Z[ recovery-image] Sep 16 14:35:41.744 INFO O| Sep 16 14:35:41.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
66862024-09-16T14:35:42.828Z[ recovery-image] Sep 16 14:35:41.744 INFO O| Sep 16 14:35:41.744 INFO STEP 874 (remove_files) COMPLETE
66872024-09-16T14:35:42.828Z[ recovery-image] Sep 16 14:35:41.744 INFO O| Sep 16 14:35:41.744 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-16T14:35:42.831Z[ host-image] Sep 16 14:35:41.748 INFO O| Sep 16 14:35:41.748 INFO O| Download: Completed 20.80 MB in 1.18 seconds (17.6M/s)
66892024-09-16T14:35:42.844Z[ recovery-image] Sep 16 14:35:41.762 INFO O| Sep 16 14:35:41.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
66902024-09-16T14:35:42.846Z[ recovery-image] Sep 16 14:35:41.762 INFO O| Sep 16 14:35:41.762 INFO STEP 875 (remove_files) COMPLETE
66912024-09-16T14:35:42.846Z[ recovery-image] Sep 16 14:35:41.763 INFO O| Sep 16 14:35:41.762 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-09-16T14:35:42.960Z[ recovery-image] Sep 16 14:35:41.878 INFO O| Sep 16 14:35:41.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
66932024-09-16T14:35:42.960Z[ recovery-image] Sep 16 14:35:41.878 INFO O| Sep 16 14:35:41.878 INFO STEP 876 (remove_files) COMPLETE
66942024-09-16T14:35:42.963Z[ recovery-image] Sep 16 14:35:41.878 INFO O| Sep 16 14:35:41.878 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-09-16T14:35:42.988Z[ host-image] Sep 16 14:35:41.906 INFO O| Sep 16 14:35:41.906 INFO O| Actions: 1/22 actions (Installing new actions)
66962024-09-16T14:35:42.998Z[ recovery-image] Sep 16 14:35:41.916 INFO O| Sep 16 14:35:41.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
66972024-09-16T14:35:42.998Z[ recovery-image] Sep 16 14:35:41.916 INFO O| Sep 16 14:35:41.916 INFO STEP 877 (remove_files) COMPLETE
66982024-09-16T14:35:42.998Z[ recovery-image] Sep 16 14:35:41.916 INFO O| Sep 16 14:35:41.916 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-09-16T14:35:43.059Z[ recovery-image] Sep 16 14:35:41.976 INFO O| Sep 16 14:35:41.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67002024-09-16T14:35:43.059Z[ recovery-image] Sep 16 14:35:41.976 INFO O| Sep 16 14:35:41.976 INFO STEP 878 (remove_files) COMPLETE
67012024-09-16T14:35:43.059Z[ recovery-image] Sep 16 14:35:41.976 INFO O| Sep 16 14:35:41.976 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-09-16T14:35:43.092Z[ recovery-image] Sep 16 14:35:42.010 INFO O| Sep 16 14:35:42.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67032024-09-16T14:35:43.092Z[ recovery-image] Sep 16 14:35:42.010 INFO O| Sep 16 14:35:42.010 INFO STEP 879 (remove_files) COMPLETE
67042024-09-16T14:35:43.094Z[ recovery-image] Sep 16 14:35:42.010 INFO O| Sep 16 14:35:42.010 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-09-16T14:35:43.113Z[ recovery-image] Sep 16 14:35:42.031 INFO O| Sep 16 14:35:42.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67062024-09-16T14:35:43.138Z[ recovery-image] Sep 16 14:35:42.055 INFO O| Sep 16 14:35:42.055 INFO STEP 880 (remove_files) COMPLETE
67072024-09-16T14:35:43.138Z[ recovery-image] Sep 16 14:35:42.055 INFO O| Sep 16 14:35:42.055 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-09-16T14:35:43.176Z[ recovery-image] Sep 16 14:35:42.093 INFO O| Sep 16 14:35:42.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67092024-09-16T14:35:43.179Z[ recovery-image] Sep 16 14:35:42.097 INFO O| Sep 16 14:35:42.097 INFO STEP 881 (remove_files) COMPLETE
67102024-09-16T14:35:43.180Z[ recovery-image] Sep 16 14:35:42.097 INFO O| Sep 16 14:35:42.097 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-09-16T14:35:43.217Z[ recovery-image] Sep 16 14:35:42.135 INFO O| Sep 16 14:35:42.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67122024-09-16T14:35:43.217Z[ recovery-image] Sep 16 14:35:42.135 INFO O| Sep 16 14:35:42.135 INFO STEP 882 (remove_files) COMPLETE
67132024-09-16T14:35:43.220Z[ recovery-image] Sep 16 14:35:42.135 INFO O| Sep 16 14:35:42.135 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-09-16T14:35:43.235Z[ recovery-image] Sep 16 14:35:42.153 INFO O| Sep 16 14:35:42.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67152024-09-16T14:35:43.235Z[ recovery-image] Sep 16 14:35:42.153 INFO O| Sep 16 14:35:42.153 INFO STEP 883 (remove_files) COMPLETE
67162024-09-16T14:35:43.238Z[ recovery-image] Sep 16 14:35:42.153 INFO O| Sep 16 14:35:42.153 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-09-16T14:35:43.252Z[ recovery-image] Sep 16 14:35:42.170 INFO O| Sep 16 14:35:42.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67182024-09-16T14:35:43.252Z[ recovery-image] Sep 16 14:35:42.170 INFO O| Sep 16 14:35:42.170 INFO STEP 884 (remove_files) COMPLETE
67192024-09-16T14:35:43.255Z[ recovery-image] Sep 16 14:35:42.170 INFO O| Sep 16 14:35:42.170 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-09-16T14:35:43.267Z[ recovery-image] Sep 16 14:35:42.185 INFO O| Sep 16 14:35:42.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67212024-09-16T14:35:43.267Z[ recovery-image] Sep 16 14:35:42.186 INFO O| Sep 16 14:35:42.185 INFO STEP 885 (remove_files) COMPLETE
67222024-09-16T14:35:43.268Z[ recovery-image] Sep 16 14:35:42.186 INFO O| Sep 16 14:35:42.185 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-09-16T14:35:43.284Z[ recovery-image] Sep 16 14:35:42.202 INFO O| Sep 16 14:35:42.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67242024-09-16T14:35:43.284Z[ recovery-image] Sep 16 14:35:42.202 INFO O| Sep 16 14:35:42.202 INFO STEP 886 (remove_files) COMPLETE
67252024-09-16T14:35:43.284Z[ recovery-image] Sep 16 14:35:42.202 INFO O| Sep 16 14:35:42.202 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-09-16T14:35:43.301Z[ recovery-image] Sep 16 14:35:42.219 INFO O| Sep 16 14:35:42.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67272024-09-16T14:35:43.301Z[ recovery-image] Sep 16 14:35:42.219 INFO O| Sep 16 14:35:42.219 INFO STEP 887 (remove_files) COMPLETE
67282024-09-16T14:35:43.301Z[ recovery-image] Sep 16 14:35:42.219 INFO O| Sep 16 14:35:42.219 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-09-16T14:35:43.320Z[ recovery-image] Sep 16 14:35:42.237 INFO O| Sep 16 14:35:42.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67302024-09-16T14:35:43.320Z[ recovery-image] Sep 16 14:35:42.238 INFO O| Sep 16 14:35:42.238 INFO STEP 888 (remove_files) COMPLETE
67312024-09-16T14:35:43.320Z[ recovery-image] Sep 16 14:35:42.238 INFO O| Sep 16 14:35:42.238 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-09-16T14:35:43.359Z[ recovery-image] Sep 16 14:35:42.277 INFO O| Sep 16 14:35:42.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
67332024-09-16T14:35:43.359Z[ recovery-image] Sep 16 14:35:42.277 INFO O| Sep 16 14:35:42.277 INFO STEP 889 (remove_files) COMPLETE
67342024-09-16T14:35:43.362Z[ recovery-image] Sep 16 14:35:42.277 INFO O| Sep 16 14:35:42.277 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-09-16T14:35:43.377Z[ recovery-image] Sep 16 14:35:42.295 INFO O| Sep 16 14:35:42.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
67362024-09-16T14:35:43.377Z[ recovery-image] Sep 16 14:35:42.295 INFO O| Sep 16 14:35:42.295 INFO STEP 890 (remove_files) COMPLETE
67372024-09-16T14:35:43.380Z[ recovery-image] Sep 16 14:35:42.295 INFO O| Sep 16 14:35:42.295 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-09-16T14:35:43.433Z[ recovery-image] Sep 16 14:35:42.351 INFO O| Sep 16 14:35:42.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
67392024-09-16T14:35:43.433Z[ recovery-image] Sep 16 14:35:42.351 INFO O| Sep 16 14:35:42.351 INFO STEP 891 (remove_files) COMPLETE
67402024-09-16T14:35:43.433Z[ recovery-image] Sep 16 14:35:42.351 INFO O| Sep 16 14:35:42.351 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-09-16T14:35:43.453Z[ recovery-image] Sep 16 14:35:42.371 INFO O| Sep 16 14:35:42.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
67422024-09-16T14:35:43.453Z[ recovery-image] Sep 16 14:35:42.371 INFO O| Sep 16 14:35:42.371 INFO STEP 892 (remove_files) COMPLETE
67432024-09-16T14:35:43.453Z[ recovery-image] Sep 16 14:35:42.371 INFO O| Sep 16 14:35:42.371 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-09-16T14:35:43.516Z[ recovery-image] Sep 16 14:35:42.433 INFO O| Sep 16 14:35:42.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
67452024-09-16T14:35:43.517Z[ recovery-image] Sep 16 14:35:42.433 INFO O| Sep 16 14:35:42.433 INFO STEP 893 (remove_files) COMPLETE
67462024-09-16T14:35:43.517Z[ recovery-image] Sep 16 14:35:42.434 INFO O| Sep 16 14:35:42.433 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-09-16T14:35:43.531Z[ recovery-image] Sep 16 14:35:42.449 INFO O| Sep 16 14:35:42.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
67482024-09-16T14:35:43.531Z[ recovery-image] Sep 16 14:35:42.450 INFO O| Sep 16 14:35:42.449 INFO STEP 894 (remove_files) COMPLETE
67492024-09-16T14:35:43.531Z[ recovery-image] Sep 16 14:35:42.450 INFO O| Sep 16 14:35:42.450 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-09-16T14:35:43.547Z[ recovery-image] Sep 16 14:35:42.465 INFO O| Sep 16 14:35:42.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
67512024-09-16T14:35:43.547Z[ recovery-image] Sep 16 14:35:42.465 INFO O| Sep 16 14:35:42.465 INFO STEP 895 (remove_files) COMPLETE
67522024-09-16T14:35:43.547Z[ recovery-image] Sep 16 14:35:42.466 INFO O| Sep 16 14:35:42.465 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-09-16T14:35:43.565Z[ recovery-image] Sep 16 14:35:42.483 INFO O| Sep 16 14:35:42.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
67542024-09-16T14:35:43.565Z[ recovery-image] Sep 16 14:35:42.483 INFO O| Sep 16 14:35:42.483 INFO STEP 896 (remove_files) COMPLETE
67552024-09-16T14:35:43.565Z[ recovery-image] Sep 16 14:35:42.483 INFO O| Sep 16 14:35:42.483 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-09-16T14:35:43.608Z[ recovery-image] Sep 16 14:35:42.525 INFO O| Sep 16 14:35:42.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
67572024-09-16T14:35:43.608Z[ recovery-image] Sep 16 14:35:42.526 INFO O| Sep 16 14:35:42.525 INFO STEP 897 (remove_files) COMPLETE
67582024-09-16T14:35:43.608Z[ recovery-image] Sep 16 14:35:42.526 INFO O| Sep 16 14:35:42.526 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-09-16T14:35:43.641Z[ recovery-image] Sep 16 14:35:42.559 INFO O| Sep 16 14:35:42.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
67602024-09-16T14:35:43.641Z[ recovery-image] Sep 16 14:35:42.559 INFO O| Sep 16 14:35:42.559 INFO STEP 898 (remove_files) COMPLETE
67612024-09-16T14:35:43.641Z[ recovery-image] Sep 16 14:35:42.559 INFO O| Sep 16 14:35:42.559 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-09-16T14:35:43.658Z[ recovery-image] Sep 16 14:35:42.576 INFO O| Sep 16 14:35:42.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
67632024-09-16T14:35:43.660Z[ recovery-image] Sep 16 14:35:42.576 INFO O| Sep 16 14:35:42.576 INFO STEP 899 (remove_files) COMPLETE
67642024-09-16T14:35:43.660Z[ recovery-image] Sep 16 14:35:42.576 INFO O| Sep 16 14:35:42.576 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-09-16T14:35:43.692Z[ recovery-image] Sep 16 14:35:42.610 INFO O| Sep 16 14:35:42.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
67662024-09-16T14:35:43.693Z[ recovery-image] Sep 16 14:35:42.610 INFO O| Sep 16 14:35:42.610 INFO STEP 900 (remove_files) COMPLETE
67672024-09-16T14:35:43.693Z[ recovery-image] Sep 16 14:35:42.610 INFO O| Sep 16 14:35:42.610 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-09-16T14:35:43.721Z[ recovery-image] Sep 16 14:35:42.638 INFO O| Sep 16 14:35:42.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
67692024-09-16T14:35:43.721Z[ recovery-image] Sep 16 14:35:42.638 INFO O| Sep 16 14:35:42.638 INFO STEP 901 (remove_files) COMPLETE
67702024-09-16T14:35:43.721Z[ recovery-image] Sep 16 14:35:42.638 INFO O| Sep 16 14:35:42.638 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-09-16T14:35:43.738Z[ recovery-image] Sep 16 14:35:42.655 INFO O| Sep 16 14:35:42.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
67722024-09-16T14:35:43.738Z[ recovery-image] Sep 16 14:35:42.656 INFO O| Sep 16 14:35:42.656 INFO STEP 902 (remove_files) COMPLETE
67732024-09-16T14:35:43.740Z[ recovery-image] Sep 16 14:35:42.656 INFO O| Sep 16 14:35:42.656 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-09-16T14:35:43.786Z[ recovery-image] Sep 16 14:35:42.703 INFO O| Sep 16 14:35:42.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
67752024-09-16T14:35:43.788Z[ recovery-image] Sep 16 14:35:42.704 INFO O| Sep 16 14:35:42.704 INFO STEP 903 (remove_files) COMPLETE
67762024-09-16T14:35:43.788Z[ recovery-image] Sep 16 14:35:42.705 INFO O| Sep 16 14:35:42.704 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-09-16T14:35:43.830Z[ host-image] Sep 16 14:35:42.747 INFO O| Sep 16 14:35:42.747 INFO O| Actions: Completed 22 actions in 0.84 seconds.
67782024-09-16T14:35:43.881Z[ recovery-image] Sep 16 14:35:42.799 INFO O| Sep 16 14:35:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
67792024-09-16T14:35:43.881Z[ recovery-image] Sep 16 14:35:42.799 INFO O| Sep 16 14:35:42.799 INFO STEP 904 (remove_files) COMPLETE
67802024-09-16T14:35:43.884Z[ recovery-image] Sep 16 14:35:42.799 INFO O| Sep 16 14:35:42.799 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-16T14:35:43.947Z[ recovery-image] Sep 16 14:35:42.865 INFO O| Sep 16 14:35:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
67822024-09-16T14:35:43.947Z[ recovery-image] Sep 16 14:35:42.865 INFO O| Sep 16 14:35:42.865 INFO STEP 905 (remove_files) COMPLETE
67832024-09-16T14:35:43.950Z[ recovery-image] Sep 16 14:35:42.865 INFO O| Sep 16 14:35:42.865 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-16T14:35:43.995Z[ recovery-image] Sep 16 14:35:42.913 INFO O| Sep 16 14:35:42.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
67852024-09-16T14:35:43.995Z[ recovery-image] Sep 16 14:35:42.913 INFO O| Sep 16 14:35:42.913 INFO STEP 906 (remove_files) COMPLETE
67862024-09-16T14:35:43.995Z[ recovery-image] Sep 16 14:35:42.913 INFO O| Sep 16 14:35:42.913 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-16T14:35:44.056Z[ recovery-image] Sep 16 14:35:42.974 INFO O| Sep 16 14:35:42.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
67882024-09-16T14:35:44.056Z[ recovery-image] Sep 16 14:35:42.974 INFO O| Sep 16 14:35:42.974 INFO STEP 907 (remove_files) COMPLETE
67892024-09-16T14:35:44.056Z[ recovery-image] Sep 16 14:35:42.974 INFO O| Sep 16 14:35:42.974 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-16T14:35:44.076Z[ recovery-image] Sep 16 14:35:42.994 INFO O| Sep 16 14:35:42.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
67912024-09-16T14:35:44.076Z[ recovery-image] Sep 16 14:35:42.994 INFO O| Sep 16 14:35:42.994 INFO STEP 908 (remove_files) COMPLETE
67922024-09-16T14:35:44.076Z[ recovery-image] Sep 16 14:35:42.994 INFO O| Sep 16 14:35:42.994 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-09-16T14:35:44.210Z[ recovery-image] Sep 16 14:35:43.128 INFO O| Sep 16 14:35:43.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
67942024-09-16T14:35:44.210Z[ recovery-image] Sep 16 14:35:43.128 INFO O| Sep 16 14:35:43.128 INFO STEP 909 (remove_files) COMPLETE
67952024-09-16T14:35:44.210Z[ recovery-image] Sep 16 14:35:43.128 INFO O| Sep 16 14:35:43.128 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-09-16T14:35:44.229Z[ recovery-image] Sep 16 14:35:43.147 INFO O| Sep 16 14:35:43.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
67972024-09-16T14:35:44.230Z[ recovery-image] Sep 16 14:35:43.147 INFO O| Sep 16 14:35:43.147 INFO STEP 910 (remove_files) COMPLETE
67982024-09-16T14:35:44.230Z[ recovery-image] Sep 16 14:35:43.147 INFO O| Sep 16 14:35:43.147 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-09-16T14:35:44.248Z[ recovery-image] Sep 16 14:35:43.166 INFO O| Sep 16 14:35:43.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68002024-09-16T14:35:44.249Z[ recovery-image] Sep 16 14:35:43.166 INFO O| Sep 16 14:35:43.166 INFO STEP 911 (remove_files) COMPLETE
68012024-09-16T14:35:44.249Z[ recovery-image] Sep 16 14:35:43.166 INFO O| Sep 16 14:35:43.166 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-09-16T14:35:44.253Z[ host-image] Sep 16 14:35:43.171 INFO O| Sep 16 14:35:43.171 INFO O| Done
68032024-09-16T14:35:44.253Z[ host-image] Sep 16 14:35:43.171 INFO O| Sep 16 14:35:43.171 INFO O| Done
68042024-09-16T14:35:44.271Z[ recovery-image] Sep 16 14:35:43.188 INFO O| Sep 16 14:35:43.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68052024-09-16T14:35:44.271Z[ recovery-image] Sep 16 14:35:43.188 INFO O| Sep 16 14:35:43.186 INFO STEP 912 (remove_files) COMPLETE
68062024-09-16T14:35:44.271Z[ recovery-image] Sep 16 14:35:43.188 INFO O| Sep 16 14:35:43.186 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-09-16T14:35:44.304Z[ recovery-image] Sep 16 14:35:43.222 INFO O| Sep 16 14:35:43.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68082024-09-16T14:35:44.304Z[ recovery-image] Sep 16 14:35:43.222 INFO O| Sep 16 14:35:43.222 INFO STEP 913 (remove_files) COMPLETE
68092024-09-16T14:35:44.306Z[ recovery-image] Sep 16 14:35:43.222 INFO O| Sep 16 14:35:43.222 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-09-16T14:35:44.344Z[ recovery-image] Sep 16 14:35:43.261 INFO O| Sep 16 14:35:43.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68112024-09-16T14:35:44.346Z[ recovery-image] Sep 16 14:35:43.262 INFO O| Sep 16 14:35:43.261 INFO STEP 914 (remove_files) COMPLETE
68122024-09-16T14:35:44.346Z[ recovery-image] Sep 16 14:35:43.262 INFO O| Sep 16 14:35:43.262 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-09-16T14:35:44.362Z[ recovery-image] Sep 16 14:35:43.280 INFO O| Sep 16 14:35:43.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68142024-09-16T14:35:44.364Z[ recovery-image] Sep 16 14:35:43.280 INFO O| Sep 16 14:35:43.280 INFO STEP 915 (remove_files) COMPLETE
68152024-09-16T14:35:44.364Z[ recovery-image] Sep 16 14:35:43.280 INFO O| Sep 16 14:35:43.280 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-09-16T14:35:44.379Z[ recovery-image] Sep 16 14:35:43.297 INFO O| Sep 16 14:35:43.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68172024-09-16T14:35:44.382Z[ recovery-image] Sep 16 14:35:43.297 INFO O| Sep 16 14:35:43.297 INFO STEP 916 (remove_files) COMPLETE
68182024-09-16T14:35:44.382Z[ recovery-image] Sep 16 14:35:43.297 INFO O| Sep 16 14:35:43.297 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-09-16T14:35:44.417Z[ recovery-image] Sep 16 14:35:43.335 INFO O| Sep 16 14:35:43.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68202024-09-16T14:35:44.417Z[ recovery-image] Sep 16 14:35:43.335 INFO O| Sep 16 14:35:43.335 INFO STEP 917 (remove_files) COMPLETE
68212024-09-16T14:35:44.417Z[ recovery-image] Sep 16 14:35:43.335 INFO O| Sep 16 14:35:43.335 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-09-16T14:35:44.441Z[ recovery-image] Sep 16 14:35:43.358 INFO O| Sep 16 14:35:43.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68232024-09-16T14:35:44.441Z[ recovery-image] Sep 16 14:35:43.358 INFO O| Sep 16 14:35:43.358 INFO STEP 918 (remove_files) COMPLETE
68242024-09-16T14:35:44.443Z[ recovery-image] Sep 16 14:35:43.358 INFO O| Sep 16 14:35:43.358 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-09-16T14:35:44.479Z[ recovery-image] Sep 16 14:35:43.397 INFO O| Sep 16 14:35:43.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68262024-09-16T14:35:44.479Z[ recovery-image] Sep 16 14:35:43.397 INFO O| Sep 16 14:35:43.397 INFO STEP 919 (remove_files) COMPLETE
68272024-09-16T14:35:44.479Z[ recovery-image] Sep 16 14:35:43.397 INFO O| Sep 16 14:35:43.397 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-09-16T14:35:44.539Z[ recovery-image] Sep 16 14:35:43.457 INFO O| Sep 16 14:35:43.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68292024-09-16T14:35:44.539Z[ recovery-image] Sep 16 14:35:43.457 INFO O| Sep 16 14:35:43.457 INFO STEP 920 (remove_files) COMPLETE
68302024-09-16T14:35:44.539Z[ recovery-image] Sep 16 14:35:43.457 INFO O| Sep 16 14:35:43.457 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-09-16T14:35:44.559Z[ recovery-image] Sep 16 14:35:43.476 INFO O| Sep 16 14:35:43.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68322024-09-16T14:35:44.559Z[ recovery-image] Sep 16 14:35:43.477 INFO O| Sep 16 14:35:43.477 INFO STEP 921 (remove_files) COMPLETE
68332024-09-16T14:35:44.561Z[ recovery-image] Sep 16 14:35:43.477 INFO O| Sep 16 14:35:43.477 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-09-16T14:35:44.578Z[ recovery-image] Sep 16 14:35:43.495 INFO O| Sep 16 14:35:43.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
68352024-09-16T14:35:44.578Z[ recovery-image] Sep 16 14:35:43.495 INFO O| Sep 16 14:35:43.495 INFO STEP 922 (remove_files) COMPLETE
68362024-09-16T14:35:44.581Z[ recovery-image] Sep 16 14:35:43.495 INFO O| Sep 16 14:35:43.495 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-09-16T14:35:44.610Z[ recovery-image] Sep 16 14:35:43.528 INFO O| Sep 16 14:35:43.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
68382024-09-16T14:35:44.610Z[ recovery-image] Sep 16 14:35:43.528 INFO O| Sep 16 14:35:43.528 INFO STEP 923 (remove_files) COMPLETE
68392024-09-16T14:35:44.610Z[ recovery-image] Sep 16 14:35:43.528 INFO O| Sep 16 14:35:43.528 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-09-16T14:35:44.670Z[ recovery-image] Sep 16 14:35:43.587 INFO O| Sep 16 14:35:43.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
68412024-09-16T14:35:44.670Z[ recovery-image] Sep 16 14:35:43.588 INFO O| Sep 16 14:35:43.587 INFO STEP 924 (remove_files) COMPLETE
68422024-09-16T14:35:44.670Z[ recovery-image] Sep 16 14:35:43.588 INFO O| Sep 16 14:35:43.588 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-09-16T14:35:44.689Z[ recovery-image] Sep 16 14:35:43.607 INFO O| Sep 16 14:35:43.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
68442024-09-16T14:35:44.690Z[ recovery-image] Sep 16 14:35:43.607 INFO O| Sep 16 14:35:43.607 INFO STEP 925 (remove_files) COMPLETE
68452024-09-16T14:35:44.690Z[ recovery-image] Sep 16 14:35:43.607 INFO O| Sep 16 14:35:43.607 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-09-16T14:35:44.706Z[ recovery-image] Sep 16 14:35:43.624 INFO O| Sep 16 14:35:43.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
68472024-09-16T14:35:44.709Z[ recovery-image] Sep 16 14:35:43.624 INFO O| Sep 16 14:35:43.624 INFO STEP 926 (remove_files) COMPLETE
68482024-09-16T14:35:44.709Z[ recovery-image] Sep 16 14:35:43.624 INFO O| Sep 16 14:35:43.624 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-09-16T14:35:44.737Z[ recovery-image] Sep 16 14:35:43.654 INFO O| Sep 16 14:35:43.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
68502024-09-16T14:35:44.737Z[ recovery-image] Sep 16 14:35:43.654 INFO O| Sep 16 14:35:43.654 INFO STEP 927 (remove_files) COMPLETE
68512024-09-16T14:35:44.737Z[ recovery-image] Sep 16 14:35:43.654 INFO O| Sep 16 14:35:43.654 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-09-16T14:35:44.758Z[ recovery-image] Sep 16 14:35:43.675 INFO O| Sep 16 14:35:43.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
68532024-09-16T14:35:44.760Z[ recovery-image] Sep 16 14:35:43.675 INFO O| Sep 16 14:35:43.675 INFO STEP 928 (remove_files) COMPLETE
68542024-09-16T14:35:44.760Z[ recovery-image] Sep 16 14:35:43.675 INFO O| Sep 16 14:35:43.675 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-09-16T14:35:44.809Z[ recovery-image] Sep 16 14:35:43.727 INFO O| Sep 16 14:35:43.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
68562024-09-16T14:35:44.809Z[ recovery-image] Sep 16 14:35:43.727 INFO O| Sep 16 14:35:43.727 INFO STEP 929 (remove_files) COMPLETE
68572024-09-16T14:35:44.809Z[ recovery-image] Sep 16 14:35:43.727 INFO O| Sep 16 14:35:43.727 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-09-16T14:35:44.833Z[ recovery-image] Sep 16 14:35:43.751 INFO O| Sep 16 14:35:43.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
68592024-09-16T14:35:44.836Z[ recovery-image] Sep 16 14:35:43.751 INFO O| Sep 16 14:35:43.751 INFO STEP 930 (remove_files) COMPLETE
68602024-09-16T14:35:44.836Z[ recovery-image] Sep 16 14:35:43.751 INFO O| Sep 16 14:35:43.751 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-09-16T14:35:44.888Z[ recovery-image] Sep 16 14:35:43.806 INFO O| Sep 16 14:35:43.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
68622024-09-16T14:35:44.888Z[ recovery-image] Sep 16 14:35:43.806 INFO O| Sep 16 14:35:43.806 INFO STEP 931 (remove_files) COMPLETE
68632024-09-16T14:35:44.888Z[ recovery-image] Sep 16 14:35:43.806 INFO O| Sep 16 14:35:43.806 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-09-16T14:35:44.927Z[ recovery-image] Sep 16 14:35:43.845 INFO O| Sep 16 14:35:43.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
68652024-09-16T14:35:44.929Z[ recovery-image] Sep 16 14:35:43.845 INFO O| Sep 16 14:35:43.845 INFO STEP 932 (remove_files) COMPLETE
68662024-09-16T14:35:44.930Z[ recovery-image] Sep 16 14:35:43.845 INFO O| Sep 16 14:35:43.845 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-09-16T14:35:44.947Z[ recovery-image] Sep 16 14:35:43.865 INFO O| Sep 16 14:35:43.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
68682024-09-16T14:35:44.950Z[ recovery-image] Sep 16 14:35:43.865 INFO O| Sep 16 14:35:43.865 INFO STEP 933 (remove_files) COMPLETE
68692024-09-16T14:35:44.950Z[ recovery-image] Sep 16 14:35:43.865 INFO O| Sep 16 14:35:43.865 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-09-16T14:35:44.965Z[ recovery-image] Sep 16 14:35:43.883 INFO O| Sep 16 14:35:43.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
68712024-09-16T14:35:44.968Z[ recovery-image] Sep 16 14:35:43.883 INFO O| Sep 16 14:35:43.883 INFO STEP 934 (remove_files) COMPLETE
68722024-09-16T14:35:44.968Z[ recovery-image] Sep 16 14:35:43.884 INFO O| Sep 16 14:35:43.883 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-09-16T14:35:44.982Z[ recovery-image] Sep 16 14:35:43.900 INFO O| Sep 16 14:35:43.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
68742024-09-16T14:35:44.985Z[ recovery-image] Sep 16 14:35:43.900 INFO O| Sep 16 14:35:43.900 INFO STEP 935 (remove_files) COMPLETE
68752024-09-16T14:35:44.985Z[ recovery-image] Sep 16 14:35:43.901 INFO O| Sep 16 14:35:43.900 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-09-16T14:35:45.022Z[ recovery-image] Sep 16 14:35:43.940 INFO O| Sep 16 14:35:43.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
68772024-09-16T14:35:45.022Z[ recovery-image] Sep 16 14:35:43.940 INFO O| Sep 16 14:35:43.940 INFO STEP 936 (remove_files) COMPLETE
68782024-09-16T14:35:45.025Z[ recovery-image] Sep 16 14:35:43.940 INFO O| Sep 16 14:35:43.940 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-09-16T14:35:45.065Z[ recovery-image] Sep 16 14:35:43.974 INFO O| Sep 16 14:35:43.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
68802024-09-16T14:35:45.077Z[ recovery-image] Sep 16 14:35:43.974 INFO O| Sep 16 14:35:43.974 INFO STEP 937 (remove_files) COMPLETE
68812024-09-16T14:35:45.077Z[ recovery-image] Sep 16 14:35:43.974 INFO O| Sep 16 14:35:43.974 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-09-16T14:35:45.156Z[ recovery-image] Sep 16 14:35:44.074 INFO O| Sep 16 14:35:44.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
68832024-09-16T14:35:45.157Z[ recovery-image] Sep 16 14:35:44.074 INFO O| Sep 16 14:35:44.074 INFO STEP 938 (remove_files) COMPLETE
68842024-09-16T14:35:45.157Z[ recovery-image] Sep 16 14:35:44.074 INFO O| Sep 16 14:35:44.074 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-09-16T14:35:45.175Z[ recovery-image] Sep 16 14:35:44.093 INFO O| Sep 16 14:35:44.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
68862024-09-16T14:35:45.175Z[ recovery-image] Sep 16 14:35:44.093 INFO O| Sep 16 14:35:44.093 INFO STEP 939 (remove_files) COMPLETE
68872024-09-16T14:35:45.175Z[ recovery-image] Sep 16 14:35:44.093 INFO O| Sep 16 14:35:44.093 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-09-16T14:35:45.201Z[ recovery-image] Sep 16 14:35:44.118 INFO O| Sep 16 14:35:44.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
68892024-09-16T14:35:45.201Z[ recovery-image] Sep 16 14:35:44.118 INFO O| Sep 16 14:35:44.118 INFO STEP 940 (remove_files) COMPLETE
68902024-09-16T14:35:45.201Z[ recovery-image] Sep 16 14:35:44.118 INFO O| Sep 16 14:35:44.118 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-09-16T14:35:45.230Z[ host-image] Sep 16 14:35:44.148 INFO O| Sep 16 14:35:44.148 INFO O| Done
68922024-09-16T14:35:45.234Z[ recovery-image] Sep 16 14:35:44.152 INFO O| Sep 16 14:35:44.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
68932024-09-16T14:35:45.234Z[ recovery-image] Sep 16 14:35:44.152 INFO O| Sep 16 14:35:44.152 INFO STEP 941 (remove_files) COMPLETE
68942024-09-16T14:35:45.234Z[ recovery-image] Sep 16 14:35:44.152 INFO O| Sep 16 14:35:44.152 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-09-16T14:35:45.264Z[ recovery-image] Sep 16 14:35:44.181 INFO O| Sep 16 14:35:44.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
68962024-09-16T14:35:45.265Z[ recovery-image] Sep 16 14:35:44.181 INFO O| Sep 16 14:35:44.181 INFO STEP 942 (remove_files) COMPLETE
68972024-09-16T14:35:45.265Z[ recovery-image] Sep 16 14:35:44.182 INFO O| Sep 16 14:35:44.181 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-09-16T14:35:45.325Z[ recovery-image] Sep 16 14:35:44.242 INFO O| Sep 16 14:35:44.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
68992024-09-16T14:35:45.325Z[ recovery-image] Sep 16 14:35:44.242 INFO O| Sep 16 14:35:44.242 INFO STEP 943 (remove_files) COMPLETE
69002024-09-16T14:35:45.325Z[ recovery-image] Sep 16 14:35:44.242 INFO O| Sep 16 14:35:44.242 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-09-16T14:35:45.371Z[ recovery-image] Sep 16 14:35:44.289 INFO O| Sep 16 14:35:44.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69022024-09-16T14:35:45.371Z[ recovery-image] Sep 16 14:35:44.289 INFO O| Sep 16 14:35:44.289 INFO STEP 944 (remove_files) COMPLETE
69032024-09-16T14:35:45.371Z[ recovery-image] Sep 16 14:35:44.289 INFO O| Sep 16 14:35:44.289 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-09-16T14:35:45.413Z[ recovery-image] Sep 16 14:35:44.330 INFO O| Sep 16 14:35:44.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69052024-09-16T14:35:45.413Z[ recovery-image] Sep 16 14:35:44.330 INFO O| Sep 16 14:35:44.330 INFO STEP 945 (remove_files) COMPLETE
69062024-09-16T14:35:45.413Z[ recovery-image] Sep 16 14:35:44.330 INFO O| Sep 16 14:35:44.330 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-09-16T14:35:45.433Z[ recovery-image] Sep 16 14:35:44.350 INFO O| Sep 16 14:35:44.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69082024-09-16T14:35:45.433Z[ recovery-image] Sep 16 14:35:44.350 INFO O| Sep 16 14:35:44.350 INFO STEP 946 (remove_files) COMPLETE
69092024-09-16T14:35:45.433Z[ recovery-image] Sep 16 14:35:44.350 INFO O| Sep 16 14:35:44.350 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-09-16T14:35:45.453Z[ recovery-image] Sep 16 14:35:44.369 INFO O| Sep 16 14:35:44.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69112024-09-16T14:35:45.453Z[ recovery-image] Sep 16 14:35:44.370 INFO O| Sep 16 14:35:44.370 INFO STEP 947 (remove_files) COMPLETE
69122024-09-16T14:35:45.453Z[ recovery-image] Sep 16 14:35:44.370 INFO O| Sep 16 14:35:44.370 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-09-16T14:35:45.487Z[ recovery-image] Sep 16 14:35:44.404 INFO O| Sep 16 14:35:44.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69142024-09-16T14:35:45.489Z[ recovery-image] Sep 16 14:35:44.404 INFO O| Sep 16 14:35:44.404 INFO STEP 948 (remove_files) COMPLETE
69152024-09-16T14:35:45.489Z[ recovery-image] Sep 16 14:35:44.405 INFO O| Sep 16 14:35:44.405 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-09-16T14:35:45.506Z[ recovery-image] Sep 16 14:35:44.423 INFO O| Sep 16 14:35:44.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69172024-09-16T14:35:45.506Z[ recovery-image] Sep 16 14:35:44.423 INFO O| Sep 16 14:35:44.423 INFO STEP 949 (remove_files) COMPLETE
69182024-09-16T14:35:45.506Z[ recovery-image] Sep 16 14:35:44.423 INFO O| Sep 16 14:35:44.423 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-09-16T14:35:45.524Z[ recovery-image] Sep 16 14:35:44.440 INFO O| Sep 16 14:35:44.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69202024-09-16T14:35:45.526Z[ recovery-image] Sep 16 14:35:44.441 INFO O| Sep 16 14:35:44.441 INFO STEP 950 (remove_files) COMPLETE
69212024-09-16T14:35:45.526Z[ recovery-image] Sep 16 14:35:44.441 INFO O| Sep 16 14:35:44.441 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-09-16T14:35:45.557Z[ recovery-image] Sep 16 14:35:44.474 INFO O| Sep 16 14:35:44.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69232024-09-16T14:35:45.557Z[ recovery-image] Sep 16 14:35:44.474 INFO O| Sep 16 14:35:44.474 INFO STEP 951 (remove_files) COMPLETE
69242024-09-16T14:35:45.560Z[ recovery-image] Sep 16 14:35:44.474 INFO O| Sep 16 14:35:44.474 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-09-16T14:35:45.616Z[ recovery-image] Sep 16 14:35:44.533 INFO O| Sep 16 14:35:44.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69262024-09-16T14:35:45.616Z[ recovery-image] Sep 16 14:35:44.533 INFO O| Sep 16 14:35:44.533 INFO STEP 952 (remove_files) COMPLETE
69272024-09-16T14:35:45.616Z[ recovery-image] Sep 16 14:35:44.533 INFO O| Sep 16 14:35:44.533 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-09-16T14:35:45.639Z[ recovery-image] Sep 16 14:35:44.556 INFO O| Sep 16 14:35:44.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69292024-09-16T14:35:45.639Z[ recovery-image] Sep 16 14:35:44.556 INFO O| Sep 16 14:35:44.556 INFO STEP 953 (remove_files) COMPLETE
69302024-09-16T14:35:45.639Z[ recovery-image] Sep 16 14:35:44.556 INFO O| Sep 16 14:35:44.556 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-09-16T14:35:45.658Z[ recovery-image] Sep 16 14:35:44.575 INFO O| Sep 16 14:35:44.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69322024-09-16T14:35:45.658Z[ recovery-image] Sep 16 14:35:44.575 INFO O| Sep 16 14:35:44.575 INFO STEP 954 (remove_files) COMPLETE
69332024-09-16T14:35:45.660Z[ recovery-image] Sep 16 14:35:44.575 INFO O| Sep 16 14:35:44.575 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-09-16T14:35:45.701Z[ recovery-image] Sep 16 14:35:44.618 INFO O| Sep 16 14:35:44.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
69352024-09-16T14:35:45.701Z[ recovery-image] Sep 16 14:35:44.618 INFO O| Sep 16 14:35:44.618 INFO STEP 955 (remove_files) COMPLETE
69362024-09-16T14:35:45.701Z[ recovery-image] Sep 16 14:35:44.618 INFO O| Sep 16 14:35:44.618 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-09-16T14:35:45.723Z[ recovery-image] Sep 16 14:35:44.641 INFO O| Sep 16 14:35:44.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
69382024-09-16T14:35:45.723Z[ recovery-image] Sep 16 14:35:44.641 INFO O| Sep 16 14:35:44.641 INFO STEP 956 (remove_files) COMPLETE
69392024-09-16T14:35:45.726Z[ recovery-image] Sep 16 14:35:44.641 INFO O| Sep 16 14:35:44.641 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-09-16T14:35:45.746Z[ recovery-image] Sep 16 14:35:44.663 INFO O| Sep 16 14:35:44.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
69412024-09-16T14:35:45.746Z[ recovery-image] Sep 16 14:35:44.663 INFO O| Sep 16 14:35:44.663 INFO STEP 957 (remove_files) COMPLETE
69422024-09-16T14:35:45.749Z[ recovery-image] Sep 16 14:35:44.663 INFO O| Sep 16 14:35:44.663 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-09-16T14:35:45.791Z[ recovery-image] Sep 16 14:35:44.709 INFO O| Sep 16 14:35:44.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
69442024-09-16T14:35:45.794Z[ recovery-image] Sep 16 14:35:44.709 INFO O| Sep 16 14:35:44.709 INFO STEP 958 (remove_files) COMPLETE
69452024-09-16T14:35:45.794Z[ recovery-image] Sep 16 14:35:44.709 INFO O| Sep 16 14:35:44.709 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-09-16T14:35:45.812Z[ recovery-image] Sep 16 14:35:44.729 INFO O| Sep 16 14:35:44.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
69472024-09-16T14:35:45.812Z[ recovery-image] Sep 16 14:35:44.730 INFO O| Sep 16 14:35:44.730 INFO STEP 959 (remove_files) COMPLETE
69482024-09-16T14:35:45.812Z[ recovery-image] Sep 16 14:35:44.730 INFO O| Sep 16 14:35:44.730 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-09-16T14:35:45.847Z[ recovery-image] Sep 16 14:35:44.765 INFO O| Sep 16 14:35:44.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
69502024-09-16T14:35:45.847Z[ recovery-image] Sep 16 14:35:44.765 INFO O| Sep 16 14:35:44.765 INFO STEP 960 (remove_files) COMPLETE
69512024-09-16T14:35:45.850Z[ recovery-image] Sep 16 14:35:44.765 INFO O| Sep 16 14:35:44.765 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-09-16T14:35:45.885Z[ recovery-image] Sep 16 14:35:44.803 INFO O| Sep 16 14:35:44.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
69532024-09-16T14:35:45.885Z[ recovery-image] Sep 16 14:35:44.803 INFO O| Sep 16 14:35:44.803 INFO STEP 961 (remove_files) COMPLETE
69542024-09-16T14:35:45.885Z[ recovery-image] Sep 16 14:35:44.803 INFO O| Sep 16 14:35:44.803 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-09-16T14:35:45.927Z[ recovery-image] Sep 16 14:35:44.845 INFO O| Sep 16 14:35:44.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
69562024-09-16T14:35:45.928Z[ recovery-image] Sep 16 14:35:44.845 INFO O| Sep 16 14:35:44.845 INFO STEP 962 (remove_files) COMPLETE
69572024-09-16T14:35:45.928Z[ recovery-image] Sep 16 14:35:44.845 INFO O| Sep 16 14:35:44.845 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-09-16T14:35:45.985Z[ recovery-image] Sep 16 14:35:44.903 INFO O| Sep 16 14:35:44.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
69592024-09-16T14:35:45.986Z[ recovery-image] Sep 16 14:35:44.903 INFO O| Sep 16 14:35:44.903 INFO STEP 963 (remove_files) COMPLETE
69602024-09-16T14:35:45.988Z[ recovery-image] Sep 16 14:35:44.903 INFO O| Sep 16 14:35:44.903 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-09-16T14:35:46.006Z[ recovery-image] Sep 16 14:35:44.923 INFO O| Sep 16 14:35:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
69622024-09-16T14:35:46.006Z[ recovery-image] Sep 16 14:35:44.923 INFO O| Sep 16 14:35:44.923 INFO STEP 964 (remove_files) COMPLETE
69632024-09-16T14:35:46.006Z[ recovery-image] Sep 16 14:35:44.923 INFO O| Sep 16 14:35:44.923 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-09-16T14:35:46.027Z[ recovery-image] Sep 16 14:35:44.944 INFO O| Sep 16 14:35:44.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
69652024-09-16T14:35:46.027Z[ recovery-image] Sep 16 14:35:44.944 INFO O| Sep 16 14:35:44.944 INFO STEP 965 (remove_files) COMPLETE
69662024-09-16T14:35:46.027Z[ recovery-image] Sep 16 14:35:44.944 INFO O| Sep 16 14:35:44.944 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-09-16T14:35:46.088Z[ recovery-image] Sep 16 14:35:45.006 INFO O| Sep 16 14:35:45.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
69682024-09-16T14:35:46.089Z[ recovery-image] Sep 16 14:35:45.006 INFO O| Sep 16 14:35:45.006 INFO STEP 966 (remove_files) COMPLETE
69692024-09-16T14:35:46.089Z[ recovery-image] Sep 16 14:35:45.006 INFO O| Sep 16 14:35:45.006 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-09-16T14:35:46.123Z[ recovery-image] Sep 16 14:35:45.040 INFO O| Sep 16 14:35:45.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
69712024-09-16T14:35:46.123Z[ recovery-image] Sep 16 14:35:45.040 INFO O| Sep 16 14:35:45.040 INFO STEP 967 (remove_files) COMPLETE
69722024-09-16T14:35:46.123Z[ recovery-image] Sep 16 14:35:45.040 INFO O| Sep 16 14:35:45.040 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-09-16T14:35:46.163Z[ recovery-image] Sep 16 14:35:45.081 INFO O| Sep 16 14:35:45.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
69742024-09-16T14:35:46.163Z[ recovery-image] Sep 16 14:35:45.081 INFO O| Sep 16 14:35:45.081 INFO STEP 968 (remove_files) COMPLETE
69752024-09-16T14:35:46.166Z[ recovery-image] Sep 16 14:35:45.081 INFO O| Sep 16 14:35:45.081 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-09-16T14:35:46.216Z[ recovery-image] Sep 16 14:35:45.133 INFO O| Sep 16 14:35:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
69772024-09-16T14:35:46.218Z[ recovery-image] Sep 16 14:35:45.133 INFO O| Sep 16 14:35:45.133 INFO STEP 969 (remove_files) COMPLETE
69782024-09-16T14:35:46.218Z[ recovery-image] Sep 16 14:35:45.133 INFO O| Sep 16 14:35:45.133 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-09-16T14:35:46.280Z[ recovery-image] Sep 16 14:35:45.197 INFO O| Sep 16 14:35:45.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
69802024-09-16T14:35:46.282Z[ recovery-image] Sep 16 14:35:45.197 INFO O| Sep 16 14:35:45.197 INFO STEP 970 (remove_files) COMPLETE
69812024-09-16T14:35:46.282Z[ recovery-image] Sep 16 14:35:45.197 INFO O| Sep 16 14:35:45.197 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-09-16T14:35:46.320Z[ recovery-image] Sep 16 14:35:45.237 INFO O| Sep 16 14:35:45.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
69832024-09-16T14:35:46.322Z[ recovery-image] Sep 16 14:35:45.237 INFO O| Sep 16 14:35:45.237 INFO STEP 971 (remove_files) COMPLETE
69842024-09-16T14:35:46.322Z[ recovery-image] Sep 16 14:35:45.238 INFO O| Sep 16 14:35:45.237 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-09-16T14:35:46.354Z[ recovery-image] Sep 16 14:35:45.271 INFO O| Sep 16 14:35:45.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
69862024-09-16T14:35:46.354Z[ recovery-image] Sep 16 14:35:45.271 INFO O| Sep 16 14:35:45.271 INFO STEP 972 (remove_files) COMPLETE
69872024-09-16T14:35:46.354Z[ recovery-image] Sep 16 14:35:45.271 INFO O| Sep 16 14:35:45.271 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-09-16T14:35:46.395Z[ recovery-image] Sep 16 14:35:45.312 INFO O| Sep 16 14:35:45.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
69892024-09-16T14:35:46.395Z[ recovery-image] Sep 16 14:35:45.312 INFO O| Sep 16 14:35:45.312 INFO STEP 973 (remove_files) COMPLETE
69902024-09-16T14:35:46.395Z[ recovery-image] Sep 16 14:35:45.312 INFO O| Sep 16 14:35:45.312 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-09-16T14:35:46.444Z[ recovery-image] Sep 16 14:35:45.361 INFO O| Sep 16 14:35:45.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
69922024-09-16T14:35:46.444Z[ recovery-image] Sep 16 14:35:45.361 INFO O| Sep 16 14:35:45.361 INFO STEP 974 (remove_files) COMPLETE
69932024-09-16T14:35:46.444Z[ recovery-image] Sep 16 14:35:45.362 INFO O| Sep 16 14:35:45.361 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-09-16T14:35:46.477Z[ recovery-image] Sep 16 14:35:45.394 INFO O| Sep 16 14:35:45.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
69952024-09-16T14:35:46.480Z[ recovery-image] Sep 16 14:35:45.394 INFO O| Sep 16 14:35:45.394 INFO STEP 975 (remove_files) COMPLETE
69962024-09-16T14:35:46.480Z[ recovery-image] Sep 16 14:35:45.394 INFO O| Sep 16 14:35:45.394 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-09-16T14:35:46.516Z[ recovery-image] Sep 16 14:35:45.434 INFO O| Sep 16 14:35:45.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
69982024-09-16T14:35:46.519Z[ recovery-image] Sep 16 14:35:45.434 INFO O| Sep 16 14:35:45.434 INFO STEP 976 (remove_files) COMPLETE
69992024-09-16T14:35:46.519Z[ recovery-image] Sep 16 14:35:45.434 INFO O| Sep 16 14:35:45.434 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-09-16T14:35:46.573Z[ recovery-image] Sep 16 14:35:45.490 INFO O| Sep 16 14:35:45.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70012024-09-16T14:35:46.573Z[ recovery-image] Sep 16 14:35:45.490 INFO O| Sep 16 14:35:45.490 INFO STEP 977 (remove_files) COMPLETE
70022024-09-16T14:35:46.575Z[ recovery-image] Sep 16 14:35:45.490 INFO O| Sep 16 14:35:45.490 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-09-16T14:35:46.607Z[ recovery-image] Sep 16 14:35:45.525 INFO O| Sep 16 14:35:45.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70042024-09-16T14:35:46.610Z[ recovery-image] Sep 16 14:35:45.525 INFO O| Sep 16 14:35:45.525 INFO STEP 978 (remove_files) COMPLETE
70052024-09-16T14:35:46.610Z[ recovery-image] Sep 16 14:35:45.525 INFO O| Sep 16 14:35:45.525 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-09-16T14:35:46.626Z[ recovery-image] Sep 16 14:35:45.544 INFO O| Sep 16 14:35:45.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70072024-09-16T14:35:46.627Z[ recovery-image] Sep 16 14:35:45.544 INFO O| Sep 16 14:35:45.544 INFO STEP 979 (remove_files) COMPLETE
70082024-09-16T14:35:46.627Z[ recovery-image] Sep 16 14:35:45.544 INFO O| Sep 16 14:35:45.544 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-09-16T14:35:46.644Z[ recovery-image] Sep 16 14:35:45.562 INFO O| Sep 16 14:35:45.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70102024-09-16T14:35:46.644Z[ recovery-image] Sep 16 14:35:45.562 INFO O| Sep 16 14:35:45.562 INFO STEP 980 (remove_files) COMPLETE
70112024-09-16T14:35:46.647Z[ recovery-image] Sep 16 14:35:45.562 INFO O| Sep 16 14:35:45.562 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-09-16T14:35:46.668Z[ recovery-image] Sep 16 14:35:45.586 INFO O| Sep 16 14:35:45.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70132024-09-16T14:35:46.671Z[ recovery-image] Sep 16 14:35:45.586 INFO O| Sep 16 14:35:45.586 INFO STEP 981 (remove_files) COMPLETE
70142024-09-16T14:35:46.671Z[ recovery-image] Sep 16 14:35:45.586 INFO O| Sep 16 14:35:45.586 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-09-16T14:35:46.687Z[ recovery-image] Sep 16 14:35:45.605 INFO O| Sep 16 14:35:45.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70162024-09-16T14:35:46.687Z[ recovery-image] Sep 16 14:35:45.605 INFO O| Sep 16 14:35:45.605 INFO STEP 982 (remove_files) COMPLETE
70172024-09-16T14:35:46.689Z[ recovery-image] Sep 16 14:35:45.605 INFO O| Sep 16 14:35:45.605 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-09-16T14:35:46.713Z[ recovery-image] Sep 16 14:35:45.630 INFO O| Sep 16 14:35:45.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70192024-09-16T14:35:46.713Z[ recovery-image] Sep 16 14:35:45.630 INFO O| Sep 16 14:35:45.630 INFO STEP 983 (remove_files) COMPLETE
70202024-09-16T14:35:46.715Z[ recovery-image] Sep 16 14:35:45.630 INFO O| Sep 16 14:35:45.630 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-09-16T14:35:46.730Z[ recovery-image] Sep 16 14:35:45.647 INFO O| Sep 16 14:35:45.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70222024-09-16T14:35:46.730Z[ recovery-image] Sep 16 14:35:45.647 INFO O| Sep 16 14:35:45.647 INFO STEP 984 (remove_files) COMPLETE
70232024-09-16T14:35:46.732Z[ recovery-image] Sep 16 14:35:45.647 INFO O| Sep 16 14:35:45.647 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-09-16T14:35:46.773Z[ recovery-image] Sep 16 14:35:45.690 INFO O| Sep 16 14:35:45.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70252024-09-16T14:35:46.773Z[ recovery-image] Sep 16 14:35:45.691 INFO O| Sep 16 14:35:45.691 INFO STEP 985 (remove_files) COMPLETE
70262024-09-16T14:35:46.777Z[ recovery-image] Sep 16 14:35:45.691 INFO O| Sep 16 14:35:45.691 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-09-16T14:35:46.835Z[ recovery-image] Sep 16 14:35:45.752 INFO O| Sep 16 14:35:45.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70282024-09-16T14:35:46.838Z[ recovery-image] Sep 16 14:35:45.753 INFO O| Sep 16 14:35:45.753 INFO STEP 986 (remove_files) COMPLETE
70292024-09-16T14:35:46.838Z[ recovery-image] Sep 16 14:35:45.753 INFO O| Sep 16 14:35:45.753 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-09-16T14:35:46.854Z[ recovery-image] Sep 16 14:35:45.772 INFO O| Sep 16 14:35:45.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70312024-09-16T14:35:46.857Z[ recovery-image] Sep 16 14:35:45.772 INFO O| Sep 16 14:35:45.772 INFO STEP 987 (remove_files) COMPLETE
70322024-09-16T14:35:46.857Z[ recovery-image] Sep 16 14:35:45.772 INFO O| Sep 16 14:35:45.772 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-09-16T14:35:46.887Z[ recovery-image] Sep 16 14:35:45.804 INFO O| Sep 16 14:35:45.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
70342024-09-16T14:35:46.890Z[ recovery-image] Sep 16 14:35:45.805 INFO O| Sep 16 14:35:45.804 INFO STEP 988 (remove_files) COMPLETE
70352024-09-16T14:35:46.890Z[ recovery-image] Sep 16 14:35:45.805 INFO O| Sep 16 14:35:45.805 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-09-16T14:35:46.905Z[ recovery-image] Sep 16 14:35:45.823 INFO O| Sep 16 14:35:45.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
70372024-09-16T14:35:46.905Z[ recovery-image] Sep 16 14:35:45.823 INFO O| Sep 16 14:35:45.823 INFO STEP 989 (remove_files) COMPLETE
70382024-09-16T14:35:46.907Z[ recovery-image] Sep 16 14:35:45.823 INFO O| Sep 16 14:35:45.823 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-09-16T14:35:46.927Z[ recovery-image] Sep 16 14:35:45.844 INFO O| Sep 16 14:35:45.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
70402024-09-16T14:35:46.927Z[ recovery-image] Sep 16 14:35:45.844 INFO O| Sep 16 14:35:45.844 INFO STEP 990 (remove_files) COMPLETE
70412024-09-16T14:35:46.929Z[ recovery-image] Sep 16 14:35:45.844 INFO O| Sep 16 14:35:45.844 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-09-16T14:35:46.944Z[ recovery-image] Sep 16 14:35:45.861 INFO O| Sep 16 14:35:45.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
70432024-09-16T14:35:46.944Z[ recovery-image] Sep 16 14:35:45.861 INFO O| Sep 16 14:35:45.861 INFO STEP 991 (remove_files) COMPLETE
70442024-09-16T14:35:46.944Z[ recovery-image] Sep 16 14:35:45.861 INFO O| Sep 16 14:35:45.861 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-09-16T14:35:46.960Z[ recovery-image] Sep 16 14:35:45.878 INFO O| Sep 16 14:35:45.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
70462024-09-16T14:35:46.960Z[ recovery-image] Sep 16 14:35:45.878 INFO O| Sep 16 14:35:45.878 INFO STEP 992 (remove_files) COMPLETE
70472024-09-16T14:35:46.960Z[ recovery-image] Sep 16 14:35:45.878 INFO O| Sep 16 14:35:45.878 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-09-16T14:35:46.977Z[ recovery-image] Sep 16 14:35:45.894 INFO O| Sep 16 14:35:45.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
70492024-09-16T14:35:46.977Z[ recovery-image] Sep 16 14:35:45.894 INFO O| Sep 16 14:35:45.894 INFO STEP 993 (remove_files) COMPLETE
70502024-09-16T14:35:46.977Z[ recovery-image] Sep 16 14:35:45.894 INFO O| Sep 16 14:35:45.894 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-09-16T14:35:47.008Z[ recovery-image] Sep 16 14:35:45.925 INFO O| Sep 16 14:35:45.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
70522024-09-16T14:35:47.008Z[ recovery-image] Sep 16 14:35:45.925 INFO O| Sep 16 14:35:45.925 INFO STEP 994 (remove_files) COMPLETE
70532024-09-16T14:35:47.008Z[ recovery-image] Sep 16 14:35:45.925 INFO O| Sep 16 14:35:45.925 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-09-16T14:35:47.027Z[ recovery-image] Sep 16 14:35:45.945 INFO O| Sep 16 14:35:45.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
70552024-09-16T14:35:47.027Z[ recovery-image] Sep 16 14:35:45.945 INFO O| Sep 16 14:35:45.945 INFO STEP 995 (remove_files) COMPLETE
70562024-09-16T14:35:47.027Z[ recovery-image] Sep 16 14:35:45.945 INFO O| Sep 16 14:35:45.945 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-09-16T14:35:47.046Z[ recovery-image] Sep 16 14:35:45.963 INFO O| Sep 16 14:35:45.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
70582024-09-16T14:35:47.046Z[ recovery-image] Sep 16 14:35:45.963 INFO O| Sep 16 14:35:45.963 INFO STEP 996 (remove_files) COMPLETE
70592024-09-16T14:35:47.046Z[ recovery-image] Sep 16 14:35:45.963 INFO O| Sep 16 14:35:45.963 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-09-16T14:35:47.075Z[ recovery-image] Sep 16 14:35:45.993 INFO O| Sep 16 14:35:45.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
70612024-09-16T14:35:47.075Z[ recovery-image] Sep 16 14:35:45.993 INFO O| Sep 16 14:35:45.993 INFO STEP 997 (remove_files) COMPLETE
70622024-09-16T14:35:47.075Z[ recovery-image] Sep 16 14:35:45.993 INFO O| Sep 16 14:35:45.993 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-09-16T14:35:47.110Z[ recovery-image] Sep 16 14:35:46.027 INFO O| Sep 16 14:35:46.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
70642024-09-16T14:35:47.112Z[ recovery-image] Sep 16 14:35:46.028 INFO O| Sep 16 14:35:46.027 INFO STEP 998 (remove_files) COMPLETE
70652024-09-16T14:35:47.112Z[ recovery-image] Sep 16 14:35:46.028 INFO O| Sep 16 14:35:46.028 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-09-16T14:35:47.133Z[ recovery-image] Sep 16 14:35:46.050 INFO O| Sep 16 14:35:46.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
70672024-09-16T14:35:47.133Z[ recovery-image] Sep 16 14:35:46.050 INFO O| Sep 16 14:35:46.050 INFO STEP 999 (remove_files) COMPLETE
70682024-09-16T14:35:47.133Z[ recovery-image] Sep 16 14:35:46.050 INFO O| Sep 16 14:35:46.050 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-09-16T14:35:47.161Z[ recovery-image] Sep 16 14:35:46.078 INFO O| Sep 16 14:35:46.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
70702024-09-16T14:35:47.161Z[ recovery-image] Sep 16 14:35:46.078 INFO O| Sep 16 14:35:46.078 INFO STEP 1000 (remove_files) COMPLETE
70712024-09-16T14:35:47.164Z[ recovery-image] Sep 16 14:35:46.078 INFO O| Sep 16 14:35:46.078 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-09-16T14:35:47.182Z[ recovery-image] Sep 16 14:35:46.099 INFO O| Sep 16 14:35:46.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
70732024-09-16T14:35:47.182Z[ recovery-image] Sep 16 14:35:46.099 INFO O| Sep 16 14:35:46.099 INFO STEP 1001 (remove_files) COMPLETE
70742024-09-16T14:35:47.182Z[ recovery-image] Sep 16 14:35:46.099 INFO O| Sep 16 14:35:46.099 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-09-16T14:35:47.220Z[ recovery-image] Sep 16 14:35:46.138 INFO O| Sep 16 14:35:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
70762024-09-16T14:35:47.220Z[ recovery-image] Sep 16 14:35:46.138 INFO O| Sep 16 14:35:46.138 INFO STEP 1002 (remove_files) COMPLETE
70772024-09-16T14:35:47.223Z[ recovery-image] Sep 16 14:35:46.138 INFO O| Sep 16 14:35:46.138 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-09-16T14:35:47.257Z[ recovery-image] Sep 16 14:35:46.174 INFO O| Sep 16 14:35:46.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
70792024-09-16T14:35:47.257Z[ recovery-image] Sep 16 14:35:46.174 INFO O| Sep 16 14:35:46.174 INFO STEP 1003 (remove_files) COMPLETE
70802024-09-16T14:35:47.257Z[ recovery-image] Sep 16 14:35:46.174 INFO O| Sep 16 14:35:46.174 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-09-16T14:35:47.349Z[ recovery-image] Sep 16 14:35:46.266 INFO O| Sep 16 14:35:46.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
70822024-09-16T14:35:47.349Z[ recovery-image] Sep 16 14:35:46.266 INFO O| Sep 16 14:35:46.266 INFO STEP 1004 (remove_files) COMPLETE
70832024-09-16T14:35:47.349Z[ recovery-image] Sep 16 14:35:46.266 INFO O| Sep 16 14:35:46.266 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-09-16T14:35:47.381Z[ recovery-image] Sep 16 14:35:46.298 INFO O| Sep 16 14:35:46.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
70852024-09-16T14:35:47.381Z[ recovery-image] Sep 16 14:35:46.298 INFO O| Sep 16 14:35:46.298 INFO STEP 1005 (remove_files) COMPLETE
70862024-09-16T14:35:47.384Z[ recovery-image] Sep 16 14:35:46.299 INFO O| Sep 16 14:35:46.298 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-09-16T14:35:47.439Z[ recovery-image] Sep 16 14:35:46.356 INFO O| Sep 16 14:35:46.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
70882024-09-16T14:35:47.439Z[ recovery-image] Sep 16 14:35:46.356 INFO O| Sep 16 14:35:46.356 INFO STEP 1006 (remove_files) COMPLETE
70892024-09-16T14:35:47.441Z[ recovery-image] Sep 16 14:35:46.356 INFO O| Sep 16 14:35:46.356 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-09-16T14:35:47.456Z[ recovery-image] Sep 16 14:35:46.373 INFO O| Sep 16 14:35:46.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
70912024-09-16T14:35:47.456Z[ recovery-image] Sep 16 14:35:46.373 INFO O| Sep 16 14:35:46.373 INFO STEP 1007 (remove_files) COMPLETE
70922024-09-16T14:35:47.456Z[ recovery-image] Sep 16 14:35:46.373 INFO O| Sep 16 14:35:46.373 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-09-16T14:35:47.473Z[ recovery-image] Sep 16 14:35:46.391 INFO O| Sep 16 14:35:46.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
70942024-09-16T14:35:47.473Z[ recovery-image] Sep 16 14:35:46.391 INFO O| Sep 16 14:35:46.391 INFO STEP 1008 (remove_files) COMPLETE
70952024-09-16T14:35:47.473Z[ recovery-image] Sep 16 14:35:46.391 INFO O| Sep 16 14:35:46.391 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-09-16T14:35:47.491Z[ recovery-image] Sep 16 14:35:46.408 INFO O| Sep 16 14:35:46.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
70972024-09-16T14:35:47.491Z[ recovery-image] Sep 16 14:35:46.408 INFO O| Sep 16 14:35:46.408 INFO STEP 1009 (remove_files) COMPLETE
70982024-09-16T14:35:47.493Z[ recovery-image] Sep 16 14:35:46.408 INFO O| Sep 16 14:35:46.408 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-09-16T14:35:47.507Z[ recovery-image] Sep 16 14:35:46.424 INFO O| Sep 16 14:35:46.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71002024-09-16T14:35:47.507Z[ recovery-image] Sep 16 14:35:46.424 INFO O| Sep 16 14:35:46.424 INFO STEP 1010 (remove_files) COMPLETE
71012024-09-16T14:35:47.507Z[ recovery-image] Sep 16 14:35:46.424 INFO O| Sep 16 14:35:46.424 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-09-16T14:35:47.543Z[ recovery-image] Sep 16 14:35:46.460 INFO O| Sep 16 14:35:46.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71032024-09-16T14:35:47.543Z[ recovery-image] Sep 16 14:35:46.460 INFO O| Sep 16 14:35:46.460 INFO STEP 1011 (remove_files) COMPLETE
71042024-09-16T14:35:47.543Z[ recovery-image] Sep 16 14:35:46.460 INFO O| Sep 16 14:35:46.460 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-09-16T14:35:47.579Z[ recovery-image] Sep 16 14:35:46.496 INFO O| Sep 16 14:35:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71062024-09-16T14:35:47.579Z[ recovery-image] Sep 16 14:35:46.496 INFO O| Sep 16 14:35:46.496 INFO STEP 1012 (remove_files) COMPLETE
71072024-09-16T14:35:47.582Z[ recovery-image] Sep 16 14:35:46.497 INFO O| Sep 16 14:35:46.496 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-09-16T14:35:47.641Z[ recovery-image] Sep 16 14:35:46.559 INFO O| Sep 16 14:35:46.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71092024-09-16T14:35:47.642Z[ recovery-image] Sep 16 14:35:46.559 INFO O| Sep 16 14:35:46.559 INFO STEP 1013 (remove_files) COMPLETE
71102024-09-16T14:35:47.644Z[ recovery-image] Sep 16 14:35:46.559 INFO O| Sep 16 14:35:46.559 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-09-16T14:35:47.670Z[ recovery-image] Sep 16 14:35:46.587 INFO O| Sep 16 14:35:46.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71122024-09-16T14:35:47.670Z[ recovery-image] Sep 16 14:35:46.587 INFO O| Sep 16 14:35:46.587 INFO STEP 1014 (remove_files) COMPLETE
71132024-09-16T14:35:47.670Z[ recovery-image] Sep 16 14:35:46.587 INFO O| Sep 16 14:35:46.587 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-09-16T14:35:47.712Z[ recovery-image] Sep 16 14:35:46.629 INFO O| Sep 16 14:35:46.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71152024-09-16T14:35:47.712Z[ recovery-image] Sep 16 14:35:46.629 INFO O| Sep 16 14:35:46.629 INFO STEP 1015 (remove_files) COMPLETE
71162024-09-16T14:35:47.714Z[ recovery-image] Sep 16 14:35:46.629 INFO O| Sep 16 14:35:46.629 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-09-16T14:35:47.736Z[ recovery-image] Sep 16 14:35:46.652 INFO O| Sep 16 14:35:46.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71182024-09-16T14:35:47.736Z[ recovery-image] Sep 16 14:35:46.652 INFO O| Sep 16 14:35:46.652 INFO STEP 1016 (remove_files) COMPLETE
71192024-09-16T14:35:47.736Z[ recovery-image] Sep 16 14:35:46.652 INFO O| Sep 16 14:35:46.652 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-09-16T14:35:47.782Z[ recovery-image] Sep 16 14:35:46.699 INFO O| Sep 16 14:35:46.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71212024-09-16T14:35:47.782Z[ recovery-image] Sep 16 14:35:46.699 INFO O| Sep 16 14:35:46.699 INFO STEP 1017 (remove_files) COMPLETE
71222024-09-16T14:35:47.785Z[ recovery-image] Sep 16 14:35:46.700 INFO O| Sep 16 14:35:46.699 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-09-16T14:35:47.802Z[ recovery-image] Sep 16 14:35:46.719 INFO O| Sep 16 14:35:46.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71242024-09-16T14:35:47.802Z[ recovery-image] Sep 16 14:35:46.719 INFO O| Sep 16 14:35:46.719 INFO STEP 1018 (remove_files) COMPLETE
71252024-09-16T14:35:47.802Z[ recovery-image] Sep 16 14:35:46.719 INFO O| Sep 16 14:35:46.719 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-09-16T14:35:47.819Z[ recovery-image] Sep 16 14:35:46.736 INFO O| Sep 16 14:35:46.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71272024-09-16T14:35:47.819Z[ recovery-image] Sep 16 14:35:46.736 INFO O| Sep 16 14:35:46.736 INFO STEP 1019 (remove_files) COMPLETE
71282024-09-16T14:35:47.822Z[ recovery-image] Sep 16 14:35:46.737 INFO O| Sep 16 14:35:46.736 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-09-16T14:35:47.836Z[ recovery-image] Sep 16 14:35:46.753 INFO O| Sep 16 14:35:46.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71302024-09-16T14:35:47.839Z[ recovery-image] Sep 16 14:35:46.754 INFO O| Sep 16 14:35:46.754 INFO STEP 1020 (remove_files) COMPLETE
71312024-09-16T14:35:47.839Z[ recovery-image] Sep 16 14:35:46.754 INFO O| Sep 16 14:35:46.754 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-09-16T14:35:47.856Z[ recovery-image] Sep 16 14:35:46.774 INFO O| Sep 16 14:35:46.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71332024-09-16T14:35:47.856Z[ recovery-image] Sep 16 14:35:46.774 INFO O| Sep 16 14:35:46.774 INFO STEP 1021 (remove_files) COMPLETE
71342024-09-16T14:35:47.856Z[ recovery-image] Sep 16 14:35:46.774 INFO O| Sep 16 14:35:46.774 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-09-16T14:35:47.875Z[ recovery-image] Sep 16 14:35:46.792 INFO O| Sep 16 14:35:46.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
71362024-09-16T14:35:47.875Z[ recovery-image] Sep 16 14:35:46.792 INFO O| Sep 16 14:35:46.792 INFO STEP 1022 (remove_files) COMPLETE
71372024-09-16T14:35:47.878Z[ recovery-image] Sep 16 14:35:46.792 INFO O| Sep 16 14:35:46.792 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-09-16T14:35:47.892Z[ recovery-image] Sep 16 14:35:46.809 INFO O| Sep 16 14:35:46.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
71392024-09-16T14:35:47.894Z[ recovery-image] Sep 16 14:35:46.809 INFO O| Sep 16 14:35:46.809 INFO STEP 1023 (remove_files) COMPLETE
71402024-09-16T14:35:47.894Z[ recovery-image] Sep 16 14:35:46.809 INFO O| Sep 16 14:35:46.809 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-09-16T14:35:47.908Z[ recovery-image] Sep 16 14:35:46.826 INFO O| Sep 16 14:35:46.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
71422024-09-16T14:35:47.908Z[ recovery-image] Sep 16 14:35:46.826 INFO O| Sep 16 14:35:46.826 INFO STEP 1024 (remove_files) COMPLETE
71432024-09-16T14:35:47.908Z[ recovery-image] Sep 16 14:35:46.826 INFO O| Sep 16 14:35:46.826 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-09-16T14:35:47.919Z[ host-image] Sep 16 14:35:46.836 INFO O| Sep 16 14:35:46.836 INFO O| Done
71452024-09-16T14:35:47.932Z[ recovery-image] Sep 16 14:35:46.849 INFO O| Sep 16 14:35:46.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
71462024-09-16T14:35:47.932Z[ recovery-image] Sep 16 14:35:46.849 INFO O| Sep 16 14:35:46.849 INFO STEP 1025 (remove_files) COMPLETE
71472024-09-16T14:35:47.935Z[ recovery-image] Sep 16 14:35:46.849 INFO O| Sep 16 14:35:46.849 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-09-16T14:35:47.950Z[ recovery-image] Sep 16 14:35:46.868 INFO O| Sep 16 14:35:46.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
71492024-09-16T14:35:47.950Z[ recovery-image] Sep 16 14:35:46.868 INFO O| Sep 16 14:35:46.868 INFO STEP 1026 (remove_files) COMPLETE
71502024-09-16T14:35:47.953Z[ recovery-image] Sep 16 14:35:46.868 INFO O| Sep 16 14:35:46.868 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-09-16T14:35:47.967Z[ recovery-image] Sep 16 14:35:46.884 INFO O| Sep 16 14:35:46.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
71522024-09-16T14:35:47.967Z[ recovery-image] Sep 16 14:35:46.884 INFO O| Sep 16 14:35:46.884 INFO STEP 1027 (remove_files) COMPLETE
71532024-09-16T14:35:47.969Z[ recovery-image] Sep 16 14:35:46.884 INFO O| Sep 16 14:35:46.884 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-09-16T14:35:47.976Z[ host-image] Sep 16 14:35:46.893 INFO O| Sep 16 14:35:46.893 INFO O| Done
71552024-09-16T14:35:47.978Z[ host-image] Sep 16 14:35:46.894 INFO O| Sep 16 14:35:46.893 INFO O| Done
71562024-09-16T14:35:47.996Z[ host-image] Sep 16 14:35:46.913 INFO O| Sep 16 14:35:46.913 INFO O| Done
71572024-09-16T14:35:48.025Z[ recovery-image] Sep 16 14:35:46.942 INFO O| Sep 16 14:35:46.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
71582024-09-16T14:35:48.027Z[ recovery-image] Sep 16 14:35:46.942 INFO O| Sep 16 14:35:46.942 INFO STEP 1028 (remove_files) COMPLETE
71592024-09-16T14:35:48.027Z[ recovery-image] Sep 16 14:35:46.942 INFO O| Sep 16 14:35:46.942 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-09-16T14:35:48.044Z[ recovery-image] Sep 16 14:35:46.962 INFO O| Sep 16 14:35:46.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
71612024-09-16T14:35:48.044Z[ recovery-image] Sep 16 14:35:46.962 INFO O| Sep 16 14:35:46.962 INFO STEP 1029 (remove_files) COMPLETE
71622024-09-16T14:35:48.047Z[ recovery-image] Sep 16 14:35:46.962 INFO O| Sep 16 14:35:46.962 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-09-16T14:35:48.061Z[ recovery-image] Sep 16 14:35:46.978 INFO O| Sep 16 14:35:46.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
71642024-09-16T14:35:48.061Z[ recovery-image] Sep 16 14:35:46.978 INFO O| Sep 16 14:35:46.978 INFO STEP 1030 (remove_files) COMPLETE
71652024-09-16T14:35:48.061Z[ recovery-image] Sep 16 14:35:46.978 INFO O| Sep 16 14:35:46.978 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-09-16T14:35:48.079Z[ recovery-image] Sep 16 14:35:46.996 INFO O| Sep 16 14:35:46.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
71672024-09-16T14:35:48.079Z[ recovery-image] Sep 16 14:35:46.996 INFO O| Sep 16 14:35:46.996 INFO STEP 1031 (remove_files) COMPLETE
71682024-09-16T14:35:48.079Z[ recovery-image] Sep 16 14:35:46.996 INFO O| Sep 16 14:35:46.996 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-09-16T14:35:48.097Z[ recovery-image] Sep 16 14:35:47.014 INFO O| Sep 16 14:35:47.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
71702024-09-16T14:35:48.097Z[ recovery-image] Sep 16 14:35:47.014 INFO O| Sep 16 14:35:47.014 INFO STEP 1032 (remove_files) COMPLETE
71712024-09-16T14:35:48.097Z[ recovery-image] Sep 16 14:35:47.014 INFO O| Sep 16 14:35:47.014 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-09-16T14:35:48.114Z[ recovery-image] Sep 16 14:35:47.031 INFO O| Sep 16 14:35:47.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
71732024-09-16T14:35:48.114Z[ recovery-image] Sep 16 14:35:47.031 INFO O| Sep 16 14:35:47.031 INFO STEP 1033 (remove_files) COMPLETE
71742024-09-16T14:35:48.115Z[ recovery-image] Sep 16 14:35:47.031 INFO O| Sep 16 14:35:47.031 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-09-16T14:35:48.154Z[ recovery-image] Sep 16 14:35:47.071 INFO O| Sep 16 14:35:47.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
71762024-09-16T14:35:48.159Z[ recovery-image] Sep 16 14:35:47.071 INFO O| Sep 16 14:35:47.071 INFO STEP 1034 (remove_files) COMPLETE
71772024-09-16T14:35:48.160Z[ recovery-image] Sep 16 14:35:47.072 INFO O| Sep 16 14:35:47.071 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-09-16T14:35:48.178Z[ recovery-image] Sep 16 14:35:47.095 INFO O| Sep 16 14:35:47.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
71792024-09-16T14:35:48.180Z[ recovery-image] Sep 16 14:35:47.095 INFO O| Sep 16 14:35:47.095 INFO STEP 1035 (remove_files) COMPLETE
71802024-09-16T14:35:48.180Z[ recovery-image] Sep 16 14:35:47.095 INFO O| Sep 16 14:35:47.095 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO STEP 14 (pkg_install) COMPLETE
71822024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71832024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO skip step because feature "mfg" is not enabled
71842024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71852024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO skip step because feature "compliance" is not enabled
71862024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71872024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO skip step because feature "stress" is not enabled
71882024-09-16T14:35:48.183Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
71892024-09-16T14:35:48.185Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO skip step because feature "nfs" is not enabled
71902024-09-16T14:35:48.185Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
71912024-09-16T14:35:48.185Z[ host-image] Sep 16 14:35:47.100 INFO O| Sep 16 14:35:47.100 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
71922024-09-16T14:35:48.217Z[ recovery-image] Sep 16 14:35:47.134 INFO O| Sep 16 14:35:47.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
71932024-09-16T14:35:48.219Z[ recovery-image] Sep 16 14:35:47.134 INFO O| Sep 16 14:35:47.134 INFO STEP 1036 (remove_files) COMPLETE
71942024-09-16T14:35:48.219Z[ recovery-image] Sep 16 14:35:47.134 INFO O| Sep 16 14:35:47.134 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-09-16T14:35:48.237Z[ recovery-image] Sep 16 14:35:47.154 INFO O| Sep 16 14:35:47.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
71962024-09-16T14:35:48.239Z[ recovery-image] Sep 16 14:35:47.154 INFO O| Sep 16 14:35:47.154 INFO STEP 1037 (remove_files) COMPLETE
71972024-09-16T14:35:48.239Z[ recovery-image] Sep 16 14:35:47.154 INFO O| Sep 16 14:35:47.154 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-09-16T14:35:48.255Z[ recovery-image] Sep 16 14:35:47.172 INFO O| Sep 16 14:35:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
71992024-09-16T14:35:48.257Z[ recovery-image] Sep 16 14:35:47.172 INFO O| Sep 16 14:35:47.172 INFO STEP 1038 (remove_files) COMPLETE
72002024-09-16T14:35:48.257Z[ recovery-image] Sep 16 14:35:47.172 INFO O| Sep 16 14:35:47.172 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-09-16T14:35:48.273Z[ host-image] Sep 16 14:35:47.190 INFO O| Sep 16 14:35:47.190 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
72022024-09-16T14:35:48.307Z[ recovery-image] Sep 16 14:35:47.224 INFO O| Sep 16 14:35:47.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72032024-09-16T14:35:48.310Z[ recovery-image] Sep 16 14:35:47.224 INFO O| Sep 16 14:35:47.224 INFO STEP 1039 (remove_files) COMPLETE
72042024-09-16T14:35:48.310Z[ recovery-image] Sep 16 14:35:47.225 INFO O| Sep 16 14:35:47.224 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-09-16T14:35:48.360Z[ host-image] Sep 16 14:35:47.277 INFO O| Sep 16 14:35:47.277 INFO completed processing gimlet/ramdisk-01-os
72062024-09-16T14:35:48.364Z[ host-image] Sep 16 14:35:47.280 INFO omicron1 baseline generation...
72072024-09-16T14:35:48.364Z[ host-image] Sep 16 14:35:47.280 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
72082024-09-16T14:35:48.401Z[ recovery-image] Sep 16 14:35:47.318 INFO O| Sep 16 14:35:47.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72092024-09-16T14:35:48.401Z[ recovery-image] Sep 16 14:35:47.318 INFO O| Sep 16 14:35:47.318 INFO STEP 1040 (remove_files) COMPLETE
72102024-09-16T14:35:48.401Z[ recovery-image] Sep 16 14:35:47.318 INFO O| Sep 16 14:35:47.318 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-09-16T14:35:48.433Z[ recovery-image] Sep 16 14:35:47.350 INFO O| Sep 16 14:35:47.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72122024-09-16T14:35:48.433Z[ recovery-image] Sep 16 14:35:47.351 INFO O| Sep 16 14:35:47.350 INFO STEP 1041 (remove_files) COMPLETE
72132024-09-16T14:35:48.434Z[ recovery-image] Sep 16 14:35:47.351 INFO O| Sep 16 14:35:47.351 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-09-16T14:35:48.452Z[ recovery-image] Sep 16 14:35:47.369 INFO O| Sep 16 14:35:47.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72152024-09-16T14:35:48.452Z[ recovery-image] Sep 16 14:35:47.369 INFO O| Sep 16 14:35:47.369 INFO STEP 1042 (remove_files) COMPLETE
72162024-09-16T14:35:48.452Z[ recovery-image] Sep 16 14:35:47.369 INFO O| Sep 16 14:35:47.369 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-09-16T14:35:48.489Z[ recovery-image] Sep 16 14:35:47.405 INFO O| Sep 16 14:35:47.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72182024-09-16T14:35:48.489Z[ recovery-image] Sep 16 14:35:47.406 INFO O| Sep 16 14:35:47.405 INFO STEP 1043 (remove_files) COMPLETE
72192024-09-16T14:35:48.489Z[ recovery-image] Sep 16 14:35:47.406 INFO O| Sep 16 14:35:47.405 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-09-16T14:35:48.507Z[ recovery-image] Sep 16 14:35:47.424 INFO O| Sep 16 14:35:47.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72212024-09-16T14:35:48.509Z[ recovery-image] Sep 16 14:35:47.424 INFO O| Sep 16 14:35:47.424 INFO STEP 1044 (remove_files) COMPLETE
72222024-09-16T14:35:48.509Z[ recovery-image] Sep 16 14:35:47.424 INFO O| Sep 16 14:35:47.424 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-09-16T14:35:48.526Z[ recovery-image] Sep 16 14:35:47.443 INFO O| Sep 16 14:35:47.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72242024-09-16T14:35:48.526Z[ recovery-image] Sep 16 14:35:47.443 INFO O| Sep 16 14:35:47.443 INFO STEP 1045 (remove_files) COMPLETE
72252024-09-16T14:35:48.526Z[ recovery-image] Sep 16 14:35:47.443 INFO O| Sep 16 14:35:47.443 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-09-16T14:35:48.544Z[ recovery-image] Sep 16 14:35:47.461 INFO O| Sep 16 14:35:47.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72272024-09-16T14:35:48.544Z[ recovery-image] Sep 16 14:35:47.461 INFO O| Sep 16 14:35:47.461 INFO STEP 1046 (remove_files) COMPLETE
72282024-09-16T14:35:48.544Z[ recovery-image] Sep 16 14:35:47.461 INFO O| Sep 16 14:35:47.461 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-09-16T14:35:48.605Z[ recovery-image] Sep 16 14:35:47.522 INFO O| Sep 16 14:35:47.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72302024-09-16T14:35:48.605Z[ recovery-image] Sep 16 14:35:47.522 INFO O| Sep 16 14:35:47.522 INFO STEP 1047 (remove_files) COMPLETE
72312024-09-16T14:35:48.605Z[ recovery-image] Sep 16 14:35:47.522 INFO O| Sep 16 14:35:47.522 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-09-16T14:35:48.628Z[ recovery-image] Sep 16 14:35:47.545 INFO O| Sep 16 14:35:47.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72332024-09-16T14:35:48.628Z[ recovery-image] Sep 16 14:35:47.545 INFO O| Sep 16 14:35:47.545 INFO STEP 1048 (remove_files) COMPLETE
72342024-09-16T14:35:48.631Z[ recovery-image] Sep 16 14:35:47.545 INFO O| Sep 16 14:35:47.545 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-09-16T14:35:48.681Z[ recovery-image] Sep 16 14:35:47.597 INFO O| Sep 16 14:35:47.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72362024-09-16T14:35:48.681Z[ recovery-image] Sep 16 14:35:47.598 INFO O| Sep 16 14:35:47.598 INFO STEP 1049 (remove_files) COMPLETE
72372024-09-16T14:35:48.681Z[ recovery-image] Sep 16 14:35:47.598 INFO O| Sep 16 14:35:47.598 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-09-16T14:35:48.700Z[ recovery-image] Sep 16 14:35:47.616 INFO O| Sep 16 14:35:47.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72392024-09-16T14:35:48.700Z[ recovery-image] Sep 16 14:35:47.616 INFO O| Sep 16 14:35:47.616 INFO STEP 1050 (remove_files) COMPLETE
72402024-09-16T14:35:48.700Z[ recovery-image] Sep 16 14:35:47.616 INFO O| Sep 16 14:35:47.616 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-09-16T14:35:48.719Z[ recovery-image] Sep 16 14:35:47.636 INFO O| Sep 16 14:35:47.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72422024-09-16T14:35:48.719Z[ recovery-image] Sep 16 14:35:47.636 INFO O| Sep 16 14:35:47.636 INFO STEP 1051 (remove_files) COMPLETE
72432024-09-16T14:35:48.719Z[ recovery-image] Sep 16 14:35:47.636 INFO O| Sep 16 14:35:47.636 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-09-16T14:35:48.750Z[ recovery-image] Sep 16 14:35:47.667 INFO O| Sep 16 14:35:47.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72452024-09-16T14:35:48.750Z[ recovery-image] Sep 16 14:35:47.667 INFO O| Sep 16 14:35:47.667 INFO STEP 1052 (remove_files) COMPLETE
72462024-09-16T14:35:48.750Z[ recovery-image] Sep 16 14:35:47.667 INFO O| Sep 16 14:35:47.667 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-09-16T14:35:48.791Z[ recovery-image] Sep 16 14:35:47.708 INFO O| Sep 16 14:35:47.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72482024-09-16T14:35:48.794Z[ recovery-image] Sep 16 14:35:47.709 INFO O| Sep 16 14:35:47.708 INFO STEP 1053 (remove_files) COMPLETE
72492024-09-16T14:35:48.794Z[ recovery-image] Sep 16 14:35:47.709 INFO O| Sep 16 14:35:47.708 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-09-16T14:35:48.832Z[ recovery-image] Sep 16 14:35:47.749 INFO O| Sep 16 14:35:47.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72512024-09-16T14:35:48.832Z[ recovery-image] Sep 16 14:35:47.749 INFO O| Sep 16 14:35:47.749 INFO STEP 1054 (remove_files) COMPLETE
72522024-09-16T14:35:48.836Z[ recovery-image] Sep 16 14:35:47.749 INFO O| Sep 16 14:35:47.749 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-09-16T14:35:48.851Z[ recovery-image] Sep 16 14:35:47.768 INFO O| Sep 16 14:35:47.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
72542024-09-16T14:35:48.851Z[ recovery-image] Sep 16 14:35:47.768 INFO O| Sep 16 14:35:47.768 INFO STEP 1055 (remove_files) COMPLETE
72552024-09-16T14:35:48.851Z[ recovery-image] Sep 16 14:35:47.768 INFO O| Sep 16 14:35:47.768 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-09-16T14:35:48.871Z[ recovery-image] Sep 16 14:35:47.788 INFO O| Sep 16 14:35:47.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
72572024-09-16T14:35:48.871Z[ recovery-image] Sep 16 14:35:47.788 INFO O| Sep 16 14:35:47.788 INFO STEP 1056 (remove_files) COMPLETE
72582024-09-16T14:35:48.871Z[ recovery-image] Sep 16 14:35:47.788 INFO O| Sep 16 14:35:47.788 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-09-16T14:35:48.903Z[ recovery-image] Sep 16 14:35:47.820 INFO O| Sep 16 14:35:47.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
72602024-09-16T14:35:48.903Z[ recovery-image] Sep 16 14:35:47.820 INFO O| Sep 16 14:35:47.820 INFO STEP 1057 (remove_files) COMPLETE
72612024-09-16T14:35:48.903Z[ recovery-image] Sep 16 14:35:47.820 INFO O| Sep 16 14:35:47.820 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-09-16T14:35:48.926Z[ recovery-image] Sep 16 14:35:47.843 INFO O| Sep 16 14:35:47.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
72632024-09-16T14:35:48.926Z[ recovery-image] Sep 16 14:35:47.843 INFO O| Sep 16 14:35:47.843 INFO STEP 1058 (remove_files) COMPLETE
72642024-09-16T14:35:48.926Z[ recovery-image] Sep 16 14:35:47.843 INFO O| Sep 16 14:35:47.843 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-09-16T14:35:48.945Z[ recovery-image] Sep 16 14:35:47.862 INFO O| Sep 16 14:35:47.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
72662024-09-16T14:35:48.945Z[ recovery-image] Sep 16 14:35:47.862 INFO O| Sep 16 14:35:47.862 INFO STEP 1059 (remove_files) COMPLETE
72672024-09-16T14:35:48.945Z[ recovery-image] Sep 16 14:35:47.862 INFO O| Sep 16 14:35:47.862 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-09-16T14:35:48.980Z[ recovery-image] Sep 16 14:35:47.897 INFO O| Sep 16 14:35:47.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
72692024-09-16T14:35:48.980Z[ recovery-image] Sep 16 14:35:47.897 INFO O| Sep 16 14:35:47.897 INFO STEP 1060 (remove_files) COMPLETE
72702024-09-16T14:35:48.982Z[ recovery-image] Sep 16 14:35:47.897 INFO O| Sep 16 14:35:47.897 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-09-16T14:35:49.014Z[ recovery-image] Sep 16 14:35:47.931 INFO O| Sep 16 14:35:47.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
72722024-09-16T14:35:49.014Z[ recovery-image] Sep 16 14:35:47.931 INFO O| Sep 16 14:35:47.931 INFO STEP 1061 (remove_files) COMPLETE
72732024-09-16T14:35:49.017Z[ recovery-image] Sep 16 14:35:47.931 INFO O| Sep 16 14:35:47.931 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-09-16T14:35:49.047Z[ recovery-image] Sep 16 14:35:47.964 INFO O| Sep 16 14:35:47.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
72752024-09-16T14:35:49.047Z[ recovery-image] Sep 16 14:35:47.964 INFO O| Sep 16 14:35:47.964 INFO STEP 1062 (remove_files) COMPLETE
72762024-09-16T14:35:49.047Z[ recovery-image] Sep 16 14:35:47.964 INFO O| Sep 16 14:35:47.964 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-09-16T14:35:49.066Z[ recovery-image] Sep 16 14:35:47.982 INFO O| Sep 16 14:35:47.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
72782024-09-16T14:35:49.066Z[ recovery-image] Sep 16 14:35:47.982 INFO O| Sep 16 14:35:47.982 INFO STEP 1063 (remove_files) COMPLETE
72792024-09-16T14:35:49.066Z[ recovery-image] Sep 16 14:35:47.982 INFO O| Sep 16 14:35:47.982 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-09-16T14:35:49.084Z[ recovery-image] Sep 16 14:35:48.001 INFO O| Sep 16 14:35:48.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
72812024-09-16T14:35:49.084Z[ recovery-image] Sep 16 14:35:48.001 INFO O| Sep 16 14:35:48.001 INFO STEP 1064 (remove_files) COMPLETE
72822024-09-16T14:35:49.084Z[ recovery-image] Sep 16 14:35:48.001 INFO O| Sep 16 14:35:48.001 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-09-16T14:35:49.105Z[ recovery-image] Sep 16 14:35:48.022 INFO O| Sep 16 14:35:48.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
72842024-09-16T14:35:49.105Z[ recovery-image] Sep 16 14:35:48.022 INFO O| Sep 16 14:35:48.022 INFO STEP 1065 (remove_files) COMPLETE
72852024-09-16T14:35:49.105Z[ recovery-image] Sep 16 14:35:48.022 INFO O| Sep 16 14:35:48.022 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-09-16T14:35:49.143Z[ recovery-image] Sep 16 14:35:48.060 INFO O| Sep 16 14:35:48.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
72872024-09-16T14:35:49.155Z[ recovery-image] Sep 16 14:35:48.060 INFO O| Sep 16 14:35:48.060 INFO STEP 1066 (remove_files) COMPLETE
72882024-09-16T14:35:49.155Z[ recovery-image] Sep 16 14:35:48.060 INFO O| Sep 16 14:35:48.060 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-09-16T14:35:49.166Z[ recovery-image] Sep 16 14:35:48.083 INFO O| Sep 16 14:35:48.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
72902024-09-16T14:35:49.169Z[ recovery-image] Sep 16 14:35:48.083 INFO O| Sep 16 14:35:48.083 INFO STEP 1067 (remove_files) COMPLETE
72912024-09-16T14:35:49.169Z[ recovery-image] Sep 16 14:35:48.083 INFO O| Sep 16 14:35:48.083 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-09-16T14:35:49.189Z[ recovery-image] Sep 16 14:35:48.106 INFO O| Sep 16 14:35:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
72932024-09-16T14:35:49.191Z[ recovery-image] Sep 16 14:35:48.106 INFO O| Sep 16 14:35:48.106 INFO STEP 1068 (remove_files) COMPLETE
72942024-09-16T14:35:49.192Z[ recovery-image] Sep 16 14:35:48.106 INFO O| Sep 16 14:35:48.106 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-09-16T14:35:49.211Z[ recovery-image] Sep 16 14:35:48.127 INFO O| Sep 16 14:35:48.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
72962024-09-16T14:35:49.211Z[ recovery-image] Sep 16 14:35:48.128 INFO O| Sep 16 14:35:48.127 INFO STEP 1069 (remove_files) COMPLETE
72972024-09-16T14:35:49.213Z[ recovery-image] Sep 16 14:35:48.128 INFO O| Sep 16 14:35:48.128 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-09-16T14:35:49.214Z[ host-image] Sep 16 14:35:48.129 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22881:20240913T172103Z
72992024-09-16T14:35:49.298Z[ recovery-image] Sep 16 14:35:48.215 INFO O| Sep 16 14:35:48.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73002024-09-16T14:35:49.298Z[ recovery-image] Sep 16 14:35:48.215 INFO O| Sep 16 14:35:48.215 INFO STEP 1070 (remove_files) COMPLETE
73012024-09-16T14:35:49.298Z[ recovery-image] Sep 16 14:35:48.215 INFO O| Sep 16 14:35:48.215 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-09-16T14:35:49.316Z[ recovery-image] Sep 16 14:35:48.233 INFO O| Sep 16 14:35:48.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73032024-09-16T14:35:49.316Z[ recovery-image] Sep 16 14:35:48.233 INFO O| Sep 16 14:35:48.233 INFO STEP 1071 (remove_files) COMPLETE
73042024-09-16T14:35:49.319Z[ recovery-image] Sep 16 14:35:48.233 INFO O| Sep 16 14:35:48.233 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-09-16T14:35:49.340Z[ recovery-image] Sep 16 14:35:48.257 INFO O| Sep 16 14:35:48.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73062024-09-16T14:35:49.340Z[ recovery-image] Sep 16 14:35:48.257 INFO O| Sep 16 14:35:48.257 INFO STEP 1072 (remove_files) COMPLETE
73072024-09-16T14:35:49.340Z[ recovery-image] Sep 16 14:35:48.257 INFO O| Sep 16 14:35:48.257 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-16T14:35:49.358Z[ recovery-image] Sep 16 14:35:48.275 INFO O| Sep 16 14:35:48.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73092024-09-16T14:35:49.358Z[ recovery-image] Sep 16 14:35:48.275 INFO O| Sep 16 14:35:48.275 INFO STEP 1073 (remove_files) COMPLETE
73102024-09-16T14:35:49.358Z[ recovery-image] Sep 16 14:35:48.275 INFO O| Sep 16 14:35:48.275 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-09-16T14:35:49.375Z[ recovery-image] Sep 16 14:35:48.292 INFO O| Sep 16 14:35:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73122024-09-16T14:35:49.375Z[ recovery-image] Sep 16 14:35:48.292 INFO O| Sep 16 14:35:48.292 INFO STEP 1074 (remove_files) COMPLETE
73132024-09-16T14:35:49.375Z[ recovery-image] Sep 16 14:35:48.292 INFO O| Sep 16 14:35:48.292 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-09-16T14:35:49.392Z[ recovery-image] Sep 16 14:35:48.309 INFO O| Sep 16 14:35:48.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73152024-09-16T14:35:49.392Z[ recovery-image] Sep 16 14:35:48.309 INFO O| Sep 16 14:35:48.309 INFO STEP 1075 (remove_files) COMPLETE
73162024-09-16T14:35:49.392Z[ recovery-image] Sep 16 14:35:48.309 INFO O| Sep 16 14:35:48.309 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-09-16T14:35:49.408Z[ recovery-image] Sep 16 14:35:48.325 INFO O| Sep 16 14:35:48.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73182024-09-16T14:35:49.409Z[ recovery-image] Sep 16 14:35:48.325 INFO O| Sep 16 14:35:48.325 INFO STEP 1076 (remove_files) COMPLETE
73192024-09-16T14:35:49.411Z[ recovery-image] Sep 16 14:35:48.325 INFO O| Sep 16 14:35:48.325 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-09-16T14:35:49.426Z[ recovery-image] Sep 16 14:35:48.343 INFO O| Sep 16 14:35:48.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73212024-09-16T14:35:49.426Z[ recovery-image] Sep 16 14:35:48.343 INFO O| Sep 16 14:35:48.343 INFO STEP 1077 (remove_files) COMPLETE
73222024-09-16T14:35:49.426Z[ recovery-image] Sep 16 14:35:48.343 INFO O| Sep 16 14:35:48.343 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-09-16T14:35:49.445Z[ recovery-image] Sep 16 14:35:48.361 INFO O| Sep 16 14:35:48.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73242024-09-16T14:35:49.445Z[ recovery-image] Sep 16 14:35:48.362 INFO O| Sep 16 14:35:48.361 INFO STEP 1078 (remove_files) COMPLETE
73252024-09-16T14:35:49.445Z[ recovery-image] Sep 16 14:35:48.362 INFO O| Sep 16 14:35:48.361 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-09-16T14:35:49.464Z[ recovery-image] Sep 16 14:35:48.380 INFO O| Sep 16 14:35:48.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73272024-09-16T14:35:49.464Z[ recovery-image] Sep 16 14:35:48.380 INFO O| Sep 16 14:35:48.380 INFO STEP 1079 (remove_files) COMPLETE
73282024-09-16T14:35:49.464Z[ recovery-image] Sep 16 14:35:48.380 INFO O| Sep 16 14:35:48.380 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-09-16T14:35:49.499Z[ recovery-image] Sep 16 14:35:48.416 INFO O| Sep 16 14:35:48.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73302024-09-16T14:35:49.499Z[ recovery-image] Sep 16 14:35:48.416 INFO O| Sep 16 14:35:48.416 INFO STEP 1080 (remove_files) COMPLETE
73312024-09-16T14:35:49.499Z[ recovery-image] Sep 16 14:35:48.416 INFO O| Sep 16 14:35:48.416 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-09-16T14:35:49.519Z[ recovery-image] Sep 16 14:35:48.436 INFO O| Sep 16 14:35:48.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73332024-09-16T14:35:49.519Z[ recovery-image] Sep 16 14:35:48.436 INFO O| Sep 16 14:35:48.436 INFO STEP 1081 (remove_files) COMPLETE
73342024-09-16T14:35:49.519Z[ recovery-image] Sep 16 14:35:48.436 INFO O| Sep 16 14:35:48.436 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-09-16T14:35:49.579Z[ recovery-image] Sep 16 14:35:48.496 INFO O| Sep 16 14:35:48.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73362024-09-16T14:35:49.579Z[ recovery-image] Sep 16 14:35:48.496 INFO O| Sep 16 14:35:48.496 INFO STEP 1082 (remove_files) COMPLETE
73372024-09-16T14:35:49.579Z[ recovery-image] Sep 16 14:35:48.496 INFO O| Sep 16 14:35:48.496 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-09-16T14:35:49.603Z[ recovery-image] Sep 16 14:35:48.520 INFO O| Sep 16 14:35:48.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73392024-09-16T14:35:49.603Z[ recovery-image] Sep 16 14:35:48.520 INFO O| Sep 16 14:35:48.520 INFO STEP 1083 (remove_files) COMPLETE
73402024-09-16T14:35:49.604Z[ recovery-image] Sep 16 14:35:48.520 INFO O| Sep 16 14:35:48.520 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-16T14:35:49.626Z[ recovery-image] Sep 16 14:35:48.543 INFO O| Sep 16 14:35:48.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73422024-09-16T14:35:49.626Z[ recovery-image] Sep 16 14:35:48.543 INFO O| Sep 16 14:35:48.543 INFO STEP 1084 (remove_files) COMPLETE
73432024-09-16T14:35:49.629Z[ recovery-image] Sep 16 14:35:48.543 INFO O| Sep 16 14:35:48.543 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-16T14:35:49.647Z[ recovery-image] Sep 16 14:35:48.564 INFO O| Sep 16 14:35:48.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73452024-09-16T14:35:49.647Z[ recovery-image] Sep 16 14:35:48.564 INFO O| Sep 16 14:35:48.564 INFO STEP 1085 (remove_files) COMPLETE
73462024-09-16T14:35:49.650Z[ recovery-image] Sep 16 14:35:48.564 INFO O| Sep 16 14:35:48.564 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-16T14:35:49.675Z[ recovery-image] Sep 16 14:35:48.591 INFO O| Sep 16 14:35:48.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73482024-09-16T14:35:49.677Z[ recovery-image] Sep 16 14:35:48.591 INFO O| Sep 16 14:35:48.591 INFO STEP 1086 (remove_files) COMPLETE
73492024-09-16T14:35:49.677Z[ recovery-image] Sep 16 14:35:48.592 INFO O| Sep 16 14:35:48.591 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-09-16T14:35:49.726Z[ recovery-image] Sep 16 14:35:48.643 INFO O| Sep 16 14:35:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73512024-09-16T14:35:49.726Z[ recovery-image] Sep 16 14:35:48.643 INFO O| Sep 16 14:35:48.643 INFO STEP 1087 (remove_files) COMPLETE
73522024-09-16T14:35:49.726Z[ recovery-image] Sep 16 14:35:48.643 INFO O| Sep 16 14:35:48.643 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-09-16T14:35:49.746Z[ recovery-image] Sep 16 14:35:48.663 INFO O| Sep 16 14:35:48.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
73542024-09-16T14:35:49.746Z[ recovery-image] Sep 16 14:35:48.663 INFO O| Sep 16 14:35:48.663 INFO STEP 1088 (remove_files) COMPLETE
73552024-09-16T14:35:49.746Z[ recovery-image] Sep 16 14:35:48.663 INFO O| Sep 16 14:35:48.663 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-09-16T14:35:49.782Z[ recovery-image] Sep 16 14:35:48.699 INFO O| Sep 16 14:35:48.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
73572024-09-16T14:35:49.782Z[ recovery-image] Sep 16 14:35:48.699 INFO O| Sep 16 14:35:48.699 INFO STEP 1089 (remove_files) COMPLETE
73582024-09-16T14:35:49.782Z[ recovery-image] Sep 16 14:35:48.699 INFO O| Sep 16 14:35:48.699 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-09-16T14:35:49.819Z[ recovery-image] Sep 16 14:35:48.735 INFO O| Sep 16 14:35:48.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
73602024-09-16T14:35:49.819Z[ recovery-image] Sep 16 14:35:48.735 INFO O| Sep 16 14:35:48.735 INFO STEP 1090 (remove_files) COMPLETE
73612024-09-16T14:35:49.819Z[ recovery-image] Sep 16 14:35:48.735 INFO O| Sep 16 14:35:48.735 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-09-16T14:35:49.838Z[ recovery-image] Sep 16 14:35:48.755 INFO O| Sep 16 14:35:48.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
73632024-09-16T14:35:49.838Z[ recovery-image] Sep 16 14:35:48.755 INFO O| Sep 16 14:35:48.755 INFO STEP 1091 (remove_files) COMPLETE
73642024-09-16T14:35:49.838Z[ recovery-image] Sep 16 14:35:48.755 INFO O| Sep 16 14:35:48.755 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-09-16T14:35:49.861Z[ recovery-image] Sep 16 14:35:48.778 INFO O| Sep 16 14:35:48.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
73662024-09-16T14:35:49.861Z[ recovery-image] Sep 16 14:35:48.778 INFO O| Sep 16 14:35:48.778 INFO STEP 1092 (remove_files) COMPLETE
73672024-09-16T14:35:49.864Z[ recovery-image] Sep 16 14:35:48.778 INFO O| Sep 16 14:35:48.778 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-09-16T14:35:49.895Z[ recovery-image] Sep 16 14:35:48.811 INFO O| Sep 16 14:35:48.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
73692024-09-16T14:35:49.895Z[ recovery-image] Sep 16 14:35:48.811 INFO O| Sep 16 14:35:48.811 INFO STEP 1093 (remove_files) COMPLETE
73702024-09-16T14:35:49.895Z[ recovery-image] Sep 16 14:35:48.812 INFO O| Sep 16 14:35:48.811 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-09-16T14:35:49.916Z[ recovery-image] Sep 16 14:35:48.833 INFO O| Sep 16 14:35:48.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
73722024-09-16T14:35:49.917Z[ recovery-image] Sep 16 14:35:48.833 INFO O| Sep 16 14:35:48.833 INFO STEP 1094 (remove_files) COMPLETE
73732024-09-16T14:35:49.917Z[ recovery-image] Sep 16 14:35:48.833 INFO O| Sep 16 14:35:48.833 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-09-16T14:35:49.949Z[ recovery-image] Sep 16 14:35:48.866 INFO O| Sep 16 14:35:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
73752024-09-16T14:35:49.952Z[ recovery-image] Sep 16 14:35:48.867 INFO O| Sep 16 14:35:48.866 INFO STEP 1095 (remove_files) COMPLETE
73762024-09-16T14:35:49.952Z[ recovery-image] Sep 16 14:35:48.867 INFO O| Sep 16 14:35:48.867 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-09-16T14:35:49.971Z[ recovery-image] Sep 16 14:35:48.888 INFO O| Sep 16 14:35:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
73782024-09-16T14:35:49.973Z[ recovery-image] Sep 16 14:35:48.888 INFO O| Sep 16 14:35:48.888 INFO STEP 1096 (remove_files) COMPLETE
73792024-09-16T14:35:49.973Z[ recovery-image] Sep 16 14:35:48.888 INFO O| Sep 16 14:35:48.888 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-09-16T14:35:49.991Z[ recovery-image] Sep 16 14:35:48.908 INFO O| Sep 16 14:35:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
73812024-09-16T14:35:49.995Z[ recovery-image] Sep 16 14:35:48.908 INFO O| Sep 16 14:35:48.908 INFO STEP 1097 (remove_files) COMPLETE
73822024-09-16T14:35:49.995Z[ recovery-image] Sep 16 14:35:48.908 INFO O| Sep 16 14:35:48.908 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-09-16T14:35:50.011Z[ recovery-image] Sep 16 14:35:48.927 INFO O| Sep 16 14:35:48.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
73842024-09-16T14:35:50.013Z[ recovery-image] Sep 16 14:35:48.928 INFO O| Sep 16 14:35:48.928 INFO STEP 1098 (remove_files) COMPLETE
73852024-09-16T14:35:50.013Z[ recovery-image] Sep 16 14:35:48.928 INFO O| Sep 16 14:35:48.928 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-09-16T14:35:50.042Z[ recovery-image] Sep 16 14:35:48.959 INFO O| Sep 16 14:35:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
73872024-09-16T14:35:50.045Z[ recovery-image] Sep 16 14:35:48.959 INFO O| Sep 16 14:35:48.959 INFO STEP 1099 (remove_files) COMPLETE
73882024-09-16T14:35:50.045Z[ recovery-image] Sep 16 14:35:48.960 INFO O| Sep 16 14:35:48.959 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-09-16T14:35:50.062Z[ recovery-image] Sep 16 14:35:48.978 INFO O| Sep 16 14:35:48.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
73902024-09-16T14:35:50.064Z[ recovery-image] Sep 16 14:35:48.979 INFO O| Sep 16 14:35:48.979 INFO STEP 1100 (remove_files) COMPLETE
73912024-09-16T14:35:50.064Z[ recovery-image] Sep 16 14:35:48.979 INFO O| Sep 16 14:35:48.979 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-09-16T14:35:50.099Z[ recovery-image] Sep 16 14:35:49.016 INFO O| Sep 16 14:35:49.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
73932024-09-16T14:35:50.099Z[ recovery-image] Sep 16 14:35:49.016 INFO O| Sep 16 14:35:49.016 INFO STEP 1101 (remove_files) COMPLETE
73942024-09-16T14:35:50.102Z[ recovery-image] Sep 16 14:35:49.016 INFO O| Sep 16 14:35:49.016 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-09-16T14:35:50.132Z[ recovery-image] Sep 16 14:35:49.048 INFO O| Sep 16 14:35:49.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
73962024-09-16T14:35:50.132Z[ recovery-image] Sep 16 14:35:49.049 INFO O| Sep 16 14:35:49.048 INFO STEP 1102 (remove_files) COMPLETE
73972024-09-16T14:35:50.132Z[ recovery-image] Sep 16 14:35:49.049 INFO O| Sep 16 14:35:49.049 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-16T14:35:50.167Z[ recovery-image] Sep 16 14:35:49.083 INFO O| Sep 16 14:35:49.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
73992024-09-16T14:35:50.167Z[ recovery-image] Sep 16 14:35:49.083 INFO O| Sep 16 14:35:49.083 INFO STEP 1103 (remove_files) COMPLETE
74002024-09-16T14:35:50.167Z[ recovery-image] Sep 16 14:35:49.083 INFO O| Sep 16 14:35:49.083 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-16T14:35:50.186Z[ recovery-image] Sep 16 14:35:49.102 INFO O| Sep 16 14:35:49.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74022024-09-16T14:35:50.186Z[ recovery-image] Sep 16 14:35:49.103 INFO O| Sep 16 14:35:49.103 INFO STEP 1104 (remove_files) COMPLETE
74032024-09-16T14:35:50.186Z[ recovery-image] Sep 16 14:35:49.103 INFO O| Sep 16 14:35:49.103 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-16T14:35:50.234Z[ recovery-image] Sep 16 14:35:49.151 INFO O| Sep 16 14:35:49.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74052024-09-16T14:35:50.237Z[ recovery-image] Sep 16 14:35:49.151 INFO O| Sep 16 14:35:49.151 INFO STEP 1105 (remove_files) COMPLETE
74062024-09-16T14:35:50.237Z[ recovery-image] Sep 16 14:35:49.151 INFO O| Sep 16 14:35:49.151 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-16T14:35:50.254Z[ recovery-image] Sep 16 14:35:49.170 INFO O| Sep 16 14:35:49.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74082024-09-16T14:35:50.256Z[ recovery-image] Sep 16 14:35:49.171 INFO O| Sep 16 14:35:49.171 INFO STEP 1106 (remove_files) COMPLETE
74092024-09-16T14:35:50.256Z[ recovery-image] Sep 16 14:35:49.171 INFO O| Sep 16 14:35:49.171 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-16T14:35:50.273Z[ recovery-image] Sep 16 14:35:49.189 INFO O| Sep 16 14:35:49.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74112024-09-16T14:35:50.273Z[ recovery-image] Sep 16 14:35:49.190 INFO O| Sep 16 14:35:49.190 INFO STEP 1107 (remove_files) COMPLETE
74122024-09-16T14:35:50.275Z[ recovery-image] Sep 16 14:35:49.190 INFO O| Sep 16 14:35:49.190 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-16T14:35:50.291Z[ recovery-image] Sep 16 14:35:49.208 INFO O| Sep 16 14:35:49.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74142024-09-16T14:35:50.294Z[ recovery-image] Sep 16 14:35:49.209 INFO O| Sep 16 14:35:49.208 INFO STEP 1108 (remove_files) COMPLETE
74152024-09-16T14:35:50.294Z[ recovery-image] Sep 16 14:35:49.209 INFO O| Sep 16 14:35:49.209 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-16T14:35:50.327Z[ recovery-image] Sep 16 14:35:49.244 INFO O| Sep 16 14:35:49.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74172024-09-16T14:35:50.329Z[ recovery-image] Sep 16 14:35:49.244 INFO O| Sep 16 14:35:49.244 INFO STEP 1109 (remove_files) COMPLETE
74182024-09-16T14:35:50.329Z[ recovery-image] Sep 16 14:35:49.244 INFO O| Sep 16 14:35:49.244 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-16T14:35:50.355Z[ recovery-image] Sep 16 14:35:49.271 INFO O| Sep 16 14:35:49.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74202024-09-16T14:35:50.355Z[ recovery-image] Sep 16 14:35:49.271 INFO O| Sep 16 14:35:49.271 INFO STEP 1110 (remove_files) COMPLETE
74212024-09-16T14:35:50.355Z[ recovery-image] Sep 16 14:35:49.271 INFO O| Sep 16 14:35:49.271 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-16T14:35:50.407Z[ recovery-image] Sep 16 14:35:49.324 INFO O| Sep 16 14:35:49.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74232024-09-16T14:35:50.407Z[ recovery-image] Sep 16 14:35:49.324 INFO O| Sep 16 14:35:49.324 INFO STEP 1111 (remove_files) COMPLETE
74242024-09-16T14:35:50.407Z[ recovery-image] Sep 16 14:35:49.324 INFO O| Sep 16 14:35:49.324 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-16T14:35:50.425Z[ recovery-image] Sep 16 14:35:49.342 INFO O| Sep 16 14:35:49.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74262024-09-16T14:35:50.425Z[ recovery-image] Sep 16 14:35:49.342 INFO O| Sep 16 14:35:49.342 INFO STEP 1112 (remove_files) COMPLETE
74272024-09-16T14:35:50.425Z[ recovery-image] Sep 16 14:35:49.342 INFO O| Sep 16 14:35:49.342 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-16T14:35:50.442Z[ recovery-image] Sep 16 14:35:49.358 INFO O| Sep 16 14:35:49.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74292024-09-16T14:35:50.442Z[ recovery-image] Sep 16 14:35:49.358 INFO O| Sep 16 14:35:49.358 INFO STEP 1113 (remove_files) COMPLETE
74302024-09-16T14:35:50.442Z[ recovery-image] Sep 16 14:35:49.359 INFO O| Sep 16 14:35:49.358 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-16T14:35:50.481Z[ recovery-image] Sep 16 14:35:49.398 INFO O| Sep 16 14:35:49.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74322024-09-16T14:35:50.481Z[ recovery-image] Sep 16 14:35:49.398 INFO O| Sep 16 14:35:49.398 INFO STEP 1114 (remove_files) COMPLETE
74332024-09-16T14:35:50.481Z[ recovery-image] Sep 16 14:35:49.398 INFO O| Sep 16 14:35:49.398 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-16T14:35:50.501Z[ recovery-image] Sep 16 14:35:49.417 INFO O| Sep 16 14:35:49.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74352024-09-16T14:35:50.501Z[ recovery-image] Sep 16 14:35:49.417 INFO O| Sep 16 14:35:49.417 INFO STEP 1115 (remove_files) COMPLETE
74362024-09-16T14:35:50.501Z[ recovery-image] Sep 16 14:35:49.417 INFO O| Sep 16 14:35:49.417 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-09-16T14:35:50.518Z[ recovery-image] Sep 16 14:35:49.434 INFO O| Sep 16 14:35:49.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74382024-09-16T14:35:50.518Z[ recovery-image] Sep 16 14:35:49.434 INFO O| Sep 16 14:35:49.434 INFO STEP 1116 (remove_files) COMPLETE
74392024-09-16T14:35:50.518Z[ recovery-image] Sep 16 14:35:49.434 INFO O| Sep 16 14:35:49.434 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-09-16T14:35:50.535Z[ recovery-image] Sep 16 14:35:49.451 INFO O| Sep 16 14:35:49.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74412024-09-16T14:35:50.535Z[ recovery-image] Sep 16 14:35:49.451 INFO O| Sep 16 14:35:49.451 INFO STEP 1117 (remove_files) COMPLETE
74422024-09-16T14:35:50.535Z[ recovery-image] Sep 16 14:35:49.452 INFO O| Sep 16 14:35:49.451 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-09-16T14:35:50.552Z[ recovery-image] Sep 16 14:35:49.468 INFO O| Sep 16 14:35:49.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74442024-09-16T14:35:50.552Z[ recovery-image] Sep 16 14:35:49.468 INFO O| Sep 16 14:35:49.468 INFO STEP 1118 (remove_files) COMPLETE
74452024-09-16T14:35:50.552Z[ recovery-image] Sep 16 14:35:49.468 INFO O| Sep 16 14:35:49.468 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-09-16T14:35:50.585Z[ recovery-image] Sep 16 14:35:49.502 INFO O| Sep 16 14:35:49.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74472024-09-16T14:35:50.588Z[ recovery-image] Sep 16 14:35:49.502 INFO O| Sep 16 14:35:49.502 INFO STEP 1119 (remove_files) COMPLETE
74482024-09-16T14:35:50.588Z[ recovery-image] Sep 16 14:35:49.502 INFO O| Sep 16 14:35:49.502 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-09-16T14:35:50.604Z[ recovery-image] Sep 16 14:35:49.521 INFO O| Sep 16 14:35:49.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74502024-09-16T14:35:50.604Z[ recovery-image] Sep 16 14:35:49.521 INFO O| Sep 16 14:35:49.521 INFO STEP 1120 (remove_files) COMPLETE
74512024-09-16T14:35:50.606Z[ recovery-image] Sep 16 14:35:49.521 INFO O| Sep 16 14:35:49.521 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-09-16T14:35:50.629Z[ recovery-image] Sep 16 14:35:49.546 INFO O| Sep 16 14:35:49.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74532024-09-16T14:35:50.632Z[ recovery-image] Sep 16 14:35:49.546 INFO O| Sep 16 14:35:49.546 INFO STEP 1121 (remove_files) COMPLETE
74542024-09-16T14:35:50.632Z[ recovery-image] Sep 16 14:35:49.547 INFO O| Sep 16 14:35:49.546 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-09-16T14:35:50.649Z[ recovery-image] Sep 16 14:35:49.565 INFO O| Sep 16 14:35:49.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
74562024-09-16T14:35:50.651Z[ recovery-image] Sep 16 14:35:49.566 INFO O| Sep 16 14:35:49.566 INFO STEP 1122 (remove_files) COMPLETE
74572024-09-16T14:35:50.651Z[ recovery-image] Sep 16 14:35:49.566 INFO O| Sep 16 14:35:49.566 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-09-16T14:35:50.666Z[ recovery-image] Sep 16 14:35:49.583 INFO O| Sep 16 14:35:49.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
74592024-09-16T14:35:50.666Z[ recovery-image] Sep 16 14:35:49.583 INFO O| Sep 16 14:35:49.583 INFO STEP 1123 (remove_files) COMPLETE
74602024-09-16T14:35:50.669Z[ recovery-image] Sep 16 14:35:49.583 INFO O| Sep 16 14:35:49.583 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-09-16T14:35:50.684Z[ recovery-image] Sep 16 14:35:49.600 INFO O| Sep 16 14:35:49.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
74622024-09-16T14:35:50.686Z[ recovery-image] Sep 16 14:35:49.600 INFO O| Sep 16 14:35:49.600 INFO STEP 1124 (remove_files) COMPLETE
74632024-09-16T14:35:50.686Z[ recovery-image] Sep 16 14:35:49.601 INFO O| Sep 16 14:35:49.601 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-09-16T14:35:50.702Z[ recovery-image] Sep 16 14:35:49.619 INFO O| Sep 16 14:35:49.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
74652024-09-16T14:35:50.702Z[ recovery-image] Sep 16 14:35:49.619 INFO O| Sep 16 14:35:49.619 INFO STEP 1125 (remove_files) COMPLETE
74662024-09-16T14:35:50.702Z[ recovery-image] Sep 16 14:35:49.619 INFO O| Sep 16 14:35:49.619 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-09-16T14:35:50.719Z[ recovery-image] Sep 16 14:35:49.636 INFO O| Sep 16 14:35:49.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
74682024-09-16T14:35:50.719Z[ recovery-image] Sep 16 14:35:49.636 INFO O| Sep 16 14:35:49.636 INFO STEP 1126 (remove_files) COMPLETE
74692024-09-16T14:35:50.719Z[ recovery-image] Sep 16 14:35:49.636 INFO O| Sep 16 14:35:49.636 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-09-16T14:35:50.760Z[ recovery-image] Sep 16 14:35:49.677 INFO O| Sep 16 14:35:49.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
74712024-09-16T14:35:50.760Z[ recovery-image] Sep 16 14:35:49.677 INFO O| Sep 16 14:35:49.677 INFO STEP 1127 (remove_files) COMPLETE
74722024-09-16T14:35:50.760Z[ recovery-image] Sep 16 14:35:49.677 INFO O| Sep 16 14:35:49.677 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-09-16T14:35:50.793Z[ recovery-image] Sep 16 14:35:49.710 INFO O| Sep 16 14:35:49.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
74742024-09-16T14:35:50.793Z[ recovery-image] Sep 16 14:35:49.710 INFO O| Sep 16 14:35:49.710 INFO STEP 1128 (remove_files) COMPLETE
74752024-09-16T14:35:50.793Z[ recovery-image] Sep 16 14:35:49.710 INFO O| Sep 16 14:35:49.710 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-09-16T14:35:50.848Z[ recovery-image] Sep 16 14:35:49.765 INFO O| Sep 16 14:35:49.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
74772024-09-16T14:35:50.848Z[ recovery-image] Sep 16 14:35:49.765 INFO O| Sep 16 14:35:49.765 INFO STEP 1129 (remove_files) COMPLETE
74782024-09-16T14:35:50.851Z[ recovery-image] Sep 16 14:35:49.765 INFO O| Sep 16 14:35:49.765 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-09-16T14:35:50.866Z[ recovery-image] Sep 16 14:35:49.783 INFO O| Sep 16 14:35:49.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
74802024-09-16T14:35:50.866Z[ recovery-image] Sep 16 14:35:49.783 INFO O| Sep 16 14:35:49.783 INFO STEP 1130 (remove_files) COMPLETE
74812024-09-16T14:35:50.869Z[ recovery-image] Sep 16 14:35:49.783 INFO O| Sep 16 14:35:49.783 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-09-16T14:35:50.885Z[ recovery-image] Sep 16 14:35:49.802 INFO O| Sep 16 14:35:49.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
74832024-09-16T14:35:50.888Z[ recovery-image] Sep 16 14:35:49.802 INFO O| Sep 16 14:35:49.802 INFO STEP 1131 (remove_files) COMPLETE
74842024-09-16T14:35:50.888Z[ recovery-image] Sep 16 14:35:49.802 INFO O| Sep 16 14:35:49.802 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-09-16T14:35:50.921Z[ recovery-image] Sep 16 14:35:49.838 INFO O| Sep 16 14:35:49.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
74862024-09-16T14:35:50.921Z[ recovery-image] Sep 16 14:35:49.838 INFO O| Sep 16 14:35:49.838 INFO STEP 1132 (remove_files) COMPLETE
74872024-09-16T14:35:50.924Z[ recovery-image] Sep 16 14:35:49.838 INFO O| Sep 16 14:35:49.838 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-09-16T14:35:50.957Z[ recovery-image] Sep 16 14:35:49.873 INFO O| Sep 16 14:35:49.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
74892024-09-16T14:35:50.959Z[ recovery-image] Sep 16 14:35:49.874 INFO O| Sep 16 14:35:49.873 INFO STEP 1133 (remove_files) COMPLETE
74902024-09-16T14:35:50.959Z[ recovery-image] Sep 16 14:35:49.874 INFO O| Sep 16 14:35:49.874 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-09-16T14:35:50.975Z[ recovery-image] Sep 16 14:35:49.892 INFO O| Sep 16 14:35:49.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
74922024-09-16T14:35:50.978Z[ recovery-image] Sep 16 14:35:49.892 INFO O| Sep 16 14:35:49.892 INFO STEP 1134 (remove_files) COMPLETE
74932024-09-16T14:35:50.978Z[ recovery-image] Sep 16 14:35:49.892 INFO O| Sep 16 14:35:49.892 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-09-16T14:35:50.993Z[ recovery-image] Sep 16 14:35:49.910 INFO O| Sep 16 14:35:49.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
74952024-09-16T14:35:50.996Z[ recovery-image] Sep 16 14:35:49.910 INFO O| Sep 16 14:35:49.910 INFO STEP 1135 (remove_files) COMPLETE
74962024-09-16T14:35:50.996Z[ recovery-image] Sep 16 14:35:49.910 INFO O| Sep 16 14:35:49.910 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-09-16T14:35:51.010Z[ recovery-image] Sep 16 14:35:49.927 INFO O| Sep 16 14:35:49.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
74982024-09-16T14:35:51.013Z[ recovery-image] Sep 16 14:35:49.927 INFO O| Sep 16 14:35:49.927 INFO STEP 1136 (remove_files) COMPLETE
74992024-09-16T14:35:51.013Z[ recovery-image] Sep 16 14:35:49.927 INFO O| Sep 16 14:35:49.927 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-09-16T14:35:51.048Z[ recovery-image] Sep 16 14:35:49.965 INFO O| Sep 16 14:35:49.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75012024-09-16T14:35:51.048Z[ recovery-image] Sep 16 14:35:49.965 INFO O| Sep 16 14:35:49.965 INFO STEP 1137 (remove_files) COMPLETE
75022024-09-16T14:35:51.050Z[ recovery-image] Sep 16 14:35:49.965 INFO O| Sep 16 14:35:49.965 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-09-16T14:35:51.067Z[ recovery-image] Sep 16 14:35:49.984 INFO O| Sep 16 14:35:49.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75042024-09-16T14:35:51.067Z[ recovery-image] Sep 16 14:35:49.984 INFO O| Sep 16 14:35:49.984 INFO STEP 1138 (remove_files) COMPLETE
75052024-09-16T14:35:51.067Z[ recovery-image] Sep 16 14:35:49.984 INFO O| Sep 16 14:35:49.984 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-09-16T14:35:51.100Z[ recovery-image] Sep 16 14:35:50.016 INFO O| Sep 16 14:35:50.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75072024-09-16T14:35:51.103Z[ recovery-image] Sep 16 14:35:50.016 INFO O| Sep 16 14:35:50.016 INFO STEP 1139 (remove_files) COMPLETE
75082024-09-16T14:35:51.103Z[ recovery-image] Sep 16 14:35:50.016 INFO O| Sep 16 14:35:50.016 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-09-16T14:35:51.119Z[ recovery-image] Sep 16 14:35:50.036 INFO O| Sep 16 14:35:50.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75102024-09-16T14:35:51.119Z[ recovery-image] Sep 16 14:35:50.036 INFO O| Sep 16 14:35:50.036 INFO STEP 1140 (remove_files) COMPLETE
75112024-09-16T14:35:51.121Z[ recovery-image] Sep 16 14:35:50.036 INFO O| Sep 16 14:35:50.036 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-09-16T14:35:51.138Z[ recovery-image] Sep 16 14:35:50.054 INFO O| Sep 16 14:35:50.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75132024-09-16T14:35:51.138Z[ recovery-image] Sep 16 14:35:50.054 INFO O| Sep 16 14:35:50.054 INFO STEP 1141 (remove_files) COMPLETE
75142024-09-16T14:35:51.140Z[ recovery-image] Sep 16 14:35:50.054 INFO O| Sep 16 14:35:50.054 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-09-16T14:35:51.155Z[ recovery-image] Sep 16 14:35:50.071 INFO O| Sep 16 14:35:50.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75162024-09-16T14:35:51.155Z[ recovery-image] Sep 16 14:35:50.072 INFO O| Sep 16 14:35:50.072 INFO STEP 1142 (remove_files) COMPLETE
75172024-09-16T14:35:51.159Z[ recovery-image] Sep 16 14:35:50.072 INFO O| Sep 16 14:35:50.072 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-09-16T14:35:51.191Z[ recovery-image] Sep 16 14:35:50.108 INFO O| Sep 16 14:35:50.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75192024-09-16T14:35:51.191Z[ recovery-image] Sep 16 14:35:50.108 INFO O| Sep 16 14:35:50.108 INFO STEP 1143 (remove_files) COMPLETE
75202024-09-16T14:35:51.194Z[ recovery-image] Sep 16 14:35:50.108 INFO O| Sep 16 14:35:50.108 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-09-16T14:35:51.216Z[ recovery-image] Sep 16 14:35:50.132 INFO O| Sep 16 14:35:50.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75222024-09-16T14:35:51.216Z[ recovery-image] Sep 16 14:35:50.132 INFO O| Sep 16 14:35:50.132 INFO STEP 1144 (remove_files) COMPLETE
75232024-09-16T14:35:51.216Z[ recovery-image] Sep 16 14:35:50.132 INFO O| Sep 16 14:35:50.132 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-09-16T14:35:51.234Z[ recovery-image] Sep 16 14:35:50.150 INFO O| Sep 16 14:35:50.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75252024-09-16T14:35:51.234Z[ recovery-image] Sep 16 14:35:50.150 INFO O| Sep 16 14:35:50.150 INFO STEP 1145 (remove_files) COMPLETE
75262024-09-16T14:35:51.234Z[ recovery-image] Sep 16 14:35:50.150 INFO O| Sep 16 14:35:50.150 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-09-16T14:35:51.292Z[ recovery-image] Sep 16 14:35:50.208 INFO O| Sep 16 14:35:50.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75282024-09-16T14:35:51.292Z[ recovery-image] Sep 16 14:35:50.208 INFO O| Sep 16 14:35:50.208 INFO STEP 1146 (remove_files) COMPLETE
75292024-09-16T14:35:51.297Z[ recovery-image] Sep 16 14:35:50.208 INFO O| Sep 16 14:35:50.208 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-09-16T14:35:51.312Z[ recovery-image] Sep 16 14:35:50.228 INFO O| Sep 16 14:35:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75312024-09-16T14:35:51.312Z[ recovery-image] Sep 16 14:35:50.228 INFO O| Sep 16 14:35:50.228 INFO STEP 1147 (remove_files) COMPLETE
75322024-09-16T14:35:51.312Z[ recovery-image] Sep 16 14:35:50.228 INFO O| Sep 16 14:35:50.228 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-09-16T14:35:51.372Z[ recovery-image] Sep 16 14:35:50.287 INFO O| Sep 16 14:35:50.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75342024-09-16T14:35:51.372Z[ recovery-image] Sep 16 14:35:50.287 INFO O| Sep 16 14:35:50.287 INFO STEP 1148 (remove_files) COMPLETE
75352024-09-16T14:35:51.372Z[ recovery-image] Sep 16 14:35:50.287 INFO O| Sep 16 14:35:50.287 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-09-16T14:35:51.390Z[ recovery-image] Sep 16 14:35:50.306 INFO O| Sep 16 14:35:50.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75372024-09-16T14:35:51.390Z[ recovery-image] Sep 16 14:35:50.306 INFO O| Sep 16 14:35:50.306 INFO STEP 1149 (remove_files) COMPLETE
75382024-09-16T14:35:51.390Z[ recovery-image] Sep 16 14:35:50.306 INFO O| Sep 16 14:35:50.306 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-09-16T14:35:51.424Z[ recovery-image] Sep 16 14:35:50.340 INFO O| Sep 16 14:35:50.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75402024-09-16T14:35:51.444Z[ recovery-image] Sep 16 14:35:50.361 INFO O| Sep 16 14:35:50.361 INFO STEP 1150 (remove_files) COMPLETE
75412024-09-16T14:35:51.444Z[ recovery-image] Sep 16 14:35:50.361 INFO O| Sep 16 14:35:50.361 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-09-16T14:35:51.503Z[ recovery-image] Sep 16 14:35:50.420 INFO O| Sep 16 14:35:50.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75432024-09-16T14:35:51.503Z[ recovery-image] Sep 16 14:35:50.420 INFO O| Sep 16 14:35:50.420 INFO STEP 1151 (remove_files) COMPLETE
75442024-09-16T14:35:51.503Z[ recovery-image] Sep 16 14:35:50.420 INFO O| Sep 16 14:35:50.420 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-09-16T14:35:51.541Z[ recovery-image] Sep 16 14:35:50.458 INFO O| Sep 16 14:35:50.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75462024-09-16T14:35:51.541Z[ recovery-image] Sep 16 14:35:50.458 INFO O| Sep 16 14:35:50.458 INFO STEP 1152 (remove_files) COMPLETE
75472024-09-16T14:35:51.542Z[ recovery-image] Sep 16 14:35:50.458 INFO O| Sep 16 14:35:50.458 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-09-16T14:35:51.637Z[ recovery-image] Sep 16 14:35:50.553 INFO O| Sep 16 14:35:50.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75492024-09-16T14:35:51.637Z[ recovery-image] Sep 16 14:35:50.553 INFO O| Sep 16 14:35:50.553 INFO STEP 1153 (remove_files) COMPLETE
75502024-09-16T14:35:51.637Z[ recovery-image] Sep 16 14:35:50.553 INFO O| Sep 16 14:35:50.553 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-09-16T14:35:51.700Z[ recovery-image] Sep 16 14:35:50.616 INFO O| Sep 16 14:35:50.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75522024-09-16T14:35:51.700Z[ recovery-image] Sep 16 14:35:50.616 INFO O| Sep 16 14:35:50.616 INFO STEP 1154 (remove_files) COMPLETE
75532024-09-16T14:35:51.700Z[ recovery-image] Sep 16 14:35:50.616 INFO O| Sep 16 14:35:50.616 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-09-16T14:35:51.728Z[ recovery-image] Sep 16 14:35:50.645 INFO O| Sep 16 14:35:50.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
75552024-09-16T14:35:51.729Z[ recovery-image] Sep 16 14:35:50.645 INFO O| Sep 16 14:35:50.645 INFO STEP 1155 (remove_files) COMPLETE
75562024-09-16T14:35:51.729Z[ recovery-image] Sep 16 14:35:50.645 INFO O| Sep 16 14:35:50.645 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-09-16T14:35:51.771Z[ recovery-image] Sep 16 14:35:50.687 INFO O| Sep 16 14:35:50.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
75582024-09-16T14:35:51.771Z[ recovery-image] Sep 16 14:35:50.687 INFO O| Sep 16 14:35:50.687 INFO STEP 1156 (remove_files) COMPLETE
75592024-09-16T14:35:51.771Z[ recovery-image] Sep 16 14:35:50.687 INFO O| Sep 16 14:35:50.687 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-09-16T14:35:51.842Z[ recovery-image] Sep 16 14:35:50.758 INFO O| Sep 16 14:35:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
75612024-09-16T14:35:51.842Z[ recovery-image] Sep 16 14:35:50.758 INFO O| Sep 16 14:35:50.758 INFO STEP 1157 (remove_files) COMPLETE
75622024-09-16T14:35:51.842Z[ recovery-image] Sep 16 14:35:50.758 INFO O| Sep 16 14:35:50.758 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-09-16T14:35:51.860Z[ recovery-image] Sep 16 14:35:50.777 INFO O| Sep 16 14:35:50.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
75642024-09-16T14:35:51.860Z[ recovery-image] Sep 16 14:35:50.777 INFO O| Sep 16 14:35:50.777 INFO STEP 1158 (remove_files) COMPLETE
75652024-09-16T14:35:51.860Z[ recovery-image] Sep 16 14:35:50.777 INFO O| Sep 16 14:35:50.777 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-09-16T14:35:51.883Z[ recovery-image] Sep 16 14:35:50.799 INFO O| Sep 16 14:35:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
75672024-09-16T14:35:51.885Z[ recovery-image] Sep 16 14:35:50.799 INFO O| Sep 16 14:35:50.799 INFO STEP 1159 (remove_files) COMPLETE
75682024-09-16T14:35:51.885Z[ recovery-image] Sep 16 14:35:50.800 INFO O| Sep 16 14:35:50.799 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-09-16T14:35:51.901Z[ recovery-image] Sep 16 14:35:50.818 INFO O| Sep 16 14:35:50.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
75702024-09-16T14:35:51.904Z[ recovery-image] Sep 16 14:35:50.818 INFO O| Sep 16 14:35:50.818 INFO STEP 1160 (remove_files) COMPLETE
75712024-09-16T14:35:51.904Z[ recovery-image] Sep 16 14:35:50.818 INFO O| Sep 16 14:35:50.818 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-09-16T14:35:51.919Z[ recovery-image] Sep 16 14:35:50.835 INFO O| Sep 16 14:35:50.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
75732024-09-16T14:35:51.919Z[ recovery-image] Sep 16 14:35:50.836 INFO O| Sep 16 14:35:50.836 INFO STEP 1161 (remove_files) COMPLETE
75742024-09-16T14:35:51.922Z[ recovery-image] Sep 16 14:35:50.836 INFO O| Sep 16 14:35:50.836 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-09-16T14:35:51.937Z[ recovery-image] Sep 16 14:35:50.854 INFO O| Sep 16 14:35:50.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
75762024-09-16T14:35:51.940Z[ recovery-image] Sep 16 14:35:50.854 INFO O| Sep 16 14:35:50.854 INFO STEP 1162 (remove_files) COMPLETE
75772024-09-16T14:35:51.940Z[ recovery-image] Sep 16 14:35:50.854 INFO O| Sep 16 14:35:50.854 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-09-16T14:35:51.957Z[ recovery-image] Sep 16 14:35:50.873 INFO O| Sep 16 14:35:50.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
75792024-09-16T14:35:51.959Z[ recovery-image] Sep 16 14:35:50.873 INFO O| Sep 16 14:35:50.873 INFO STEP 1163 (remove_files) COMPLETE
75802024-09-16T14:35:51.959Z[ recovery-image] Sep 16 14:35:50.873 INFO O| Sep 16 14:35:50.873 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-09-16T14:35:51.986Z[ recovery-image] Sep 16 14:35:50.902 INFO O| Sep 16 14:35:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
75822024-09-16T14:35:51.986Z[ recovery-image] Sep 16 14:35:50.903 INFO O| Sep 16 14:35:50.903 INFO STEP 1164 (remove_files) COMPLETE
75832024-09-16T14:35:51.989Z[ recovery-image] Sep 16 14:35:50.903 INFO O| Sep 16 14:35:50.903 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-09-16T14:35:52.005Z[ recovery-image] Sep 16 14:35:50.922 INFO O| Sep 16 14:35:50.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
75852024-09-16T14:35:52.005Z[ recovery-image] Sep 16 14:35:50.922 INFO O| Sep 16 14:35:50.922 INFO STEP 1165 (remove_files) COMPLETE
75862024-09-16T14:35:52.008Z[ recovery-image] Sep 16 14:35:50.922 INFO O| Sep 16 14:35:50.922 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-09-16T14:35:52.038Z[ recovery-image] Sep 16 14:35:50.954 INFO O| Sep 16 14:35:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
75882024-09-16T14:35:52.038Z[ recovery-image] Sep 16 14:35:50.954 INFO O| Sep 16 14:35:50.954 INFO STEP 1166 (remove_files) COMPLETE
75892024-09-16T14:35:52.038Z[ recovery-image] Sep 16 14:35:50.954 INFO O| Sep 16 14:35:50.954 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-09-16T14:35:52.057Z[ recovery-image] Sep 16 14:35:50.974 INFO O| Sep 16 14:35:50.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
75912024-09-16T14:35:52.058Z[ recovery-image] Sep 16 14:35:50.974 INFO O| Sep 16 14:35:50.974 INFO STEP 1167 (remove_files) COMPLETE
75922024-09-16T14:35:52.061Z[ recovery-image] Sep 16 14:35:50.974 INFO O| Sep 16 14:35:50.974 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-09-16T14:35:52.076Z[ recovery-image] Sep 16 14:35:50.993 INFO O| Sep 16 14:35:50.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
75942024-09-16T14:35:52.076Z[ recovery-image] Sep 16 14:35:50.993 INFO O| Sep 16 14:35:50.993 INFO STEP 1168 (remove_files) COMPLETE
75952024-09-16T14:35:52.079Z[ recovery-image] Sep 16 14:35:50.993 INFO O| Sep 16 14:35:50.993 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-09-16T14:35:52.095Z[ recovery-image] Sep 16 14:35:51.012 INFO O| Sep 16 14:35:51.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
75972024-09-16T14:35:52.095Z[ recovery-image] Sep 16 14:35:51.012 INFO O| Sep 16 14:35:51.012 INFO STEP 1169 (remove_files) COMPLETE
75982024-09-16T14:35:52.095Z[ recovery-image] Sep 16 14:35:51.012 INFO O| Sep 16 14:35:51.012 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-09-16T14:35:52.129Z[ recovery-image] Sep 16 14:35:51.046 INFO O| Sep 16 14:35:51.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76002024-09-16T14:35:52.129Z[ recovery-image] Sep 16 14:35:51.046 INFO O| Sep 16 14:35:51.046 INFO STEP 1170 (remove_files) COMPLETE
76012024-09-16T14:35:52.129Z[ recovery-image] Sep 16 14:35:51.046 INFO O| Sep 16 14:35:51.046 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-09-16T14:35:52.169Z[ recovery-image] Sep 16 14:35:51.085 INFO O| Sep 16 14:35:51.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76032024-09-16T14:35:52.169Z[ recovery-image] Sep 16 14:35:51.085 INFO O| Sep 16 14:35:51.085 INFO STEP 1171 (remove_files) COMPLETE
76042024-09-16T14:35:52.169Z[ recovery-image] Sep 16 14:35:51.085 INFO O| Sep 16 14:35:51.085 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-09-16T14:35:52.187Z[ recovery-image] Sep 16 14:35:51.103 INFO O| Sep 16 14:35:51.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76062024-09-16T14:35:52.187Z[ recovery-image] Sep 16 14:35:51.103 INFO O| Sep 16 14:35:51.103 INFO STEP 1172 (remove_files) COMPLETE
76072024-09-16T14:35:52.187Z[ recovery-image] Sep 16 14:35:51.104 INFO O| Sep 16 14:35:51.103 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-09-16T14:35:52.205Z[ recovery-image] Sep 16 14:35:51.122 INFO O| Sep 16 14:35:51.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76092024-09-16T14:35:52.205Z[ recovery-image] Sep 16 14:35:51.122 INFO O| Sep 16 14:35:51.122 INFO STEP 1173 (remove_files) COMPLETE
76102024-09-16T14:35:52.205Z[ recovery-image] Sep 16 14:35:51.122 INFO O| Sep 16 14:35:51.122 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-09-16T14:35:52.223Z[ recovery-image] Sep 16 14:35:51.139 INFO O| Sep 16 14:35:51.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76122024-09-16T14:35:52.223Z[ recovery-image] Sep 16 14:35:51.139 INFO O| Sep 16 14:35:51.139 INFO STEP 1174 (remove_files) COMPLETE
76132024-09-16T14:35:52.223Z[ recovery-image] Sep 16 14:35:51.139 INFO O| Sep 16 14:35:51.139 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-09-16T14:35:52.249Z[ recovery-image] Sep 16 14:35:51.165 INFO O| Sep 16 14:35:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76152024-09-16T14:35:52.249Z[ recovery-image] Sep 16 14:35:51.165 INFO O| Sep 16 14:35:51.165 INFO STEP 1175 (remove_files) COMPLETE
76162024-09-16T14:35:52.251Z[ recovery-image] Sep 16 14:35:51.166 INFO O| Sep 16 14:35:51.165 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-09-16T14:35:52.277Z[ recovery-image] Sep 16 14:35:51.193 INFO O| Sep 16 14:35:51.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76182024-09-16T14:35:52.277Z[ recovery-image] Sep 16 14:35:51.193 INFO O| Sep 16 14:35:51.193 INFO STEP 1176 (remove_files) COMPLETE
76192024-09-16T14:35:52.279Z[ recovery-image] Sep 16 14:35:51.193 INFO O| Sep 16 14:35:51.193 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-09-16T14:35:52.333Z[ recovery-image] Sep 16 14:35:51.249 INFO O| Sep 16 14:35:51.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76212024-09-16T14:35:52.333Z[ recovery-image] Sep 16 14:35:51.249 INFO O| Sep 16 14:35:51.249 INFO STEP 1177 (remove_files) COMPLETE
76222024-09-16T14:35:52.333Z[ recovery-image] Sep 16 14:35:51.249 INFO O| Sep 16 14:35:51.249 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-09-16T14:35:52.350Z[ recovery-image] Sep 16 14:35:51.266 INFO O| Sep 16 14:35:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76242024-09-16T14:35:52.353Z[ recovery-image] Sep 16 14:35:51.266 INFO O| Sep 16 14:35:51.266 INFO STEP 1178 (remove_files) COMPLETE
76252024-09-16T14:35:52.353Z[ recovery-image] Sep 16 14:35:51.267 INFO O| Sep 16 14:35:51.266 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-09-16T14:35:52.382Z[ recovery-image] Sep 16 14:35:51.298 INFO O| Sep 16 14:35:51.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76272024-09-16T14:35:52.385Z[ recovery-image] Sep 16 14:35:51.298 INFO O| Sep 16 14:35:51.298 INFO STEP 1179 (remove_files) COMPLETE
76282024-09-16T14:35:52.385Z[ recovery-image] Sep 16 14:35:51.299 INFO O| Sep 16 14:35:51.299 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-09-16T14:35:52.402Z[ recovery-image] Sep 16 14:35:51.319 INFO O| Sep 16 14:35:51.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76302024-09-16T14:35:52.405Z[ recovery-image] Sep 16 14:35:51.319 INFO O| Sep 16 14:35:51.319 INFO STEP 1180 (remove_files) COMPLETE
76312024-09-16T14:35:52.405Z[ recovery-image] Sep 16 14:35:51.319 INFO O| Sep 16 14:35:51.319 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-09-16T14:35:52.422Z[ recovery-image] Sep 16 14:35:51.338 INFO O| Sep 16 14:35:51.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76332024-09-16T14:35:52.425Z[ recovery-image] Sep 16 14:35:51.338 INFO O| Sep 16 14:35:51.338 INFO STEP 1181 (remove_files) COMPLETE
76342024-09-16T14:35:52.425Z[ recovery-image] Sep 16 14:35:51.338 INFO O| Sep 16 14:35:51.338 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-09-16T14:35:52.447Z[ recovery-image] Sep 16 14:35:51.364 INFO O| Sep 16 14:35:51.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76362024-09-16T14:35:52.447Z[ recovery-image] Sep 16 14:35:51.364 INFO O| Sep 16 14:35:51.364 INFO STEP 1182 (remove_files) COMPLETE
76372024-09-16T14:35:52.450Z[ recovery-image] Sep 16 14:35:51.364 INFO O| Sep 16 14:35:51.364 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-09-16T14:35:52.493Z[ recovery-image] Sep 16 14:35:51.409 INFO O| Sep 16 14:35:51.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76392024-09-16T14:35:52.493Z[ recovery-image] Sep 16 14:35:51.409 INFO O| Sep 16 14:35:51.409 INFO STEP 1183 (remove_files) COMPLETE
76402024-09-16T14:35:52.493Z[ recovery-image] Sep 16 14:35:51.409 INFO O| Sep 16 14:35:51.409 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-09-16T14:35:52.521Z[ recovery-image] Sep 16 14:35:51.437 INFO O| Sep 16 14:35:51.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76422024-09-16T14:35:52.521Z[ recovery-image] Sep 16 14:35:51.437 INFO O| Sep 16 14:35:51.437 INFO STEP 1184 (remove_files) COMPLETE
76432024-09-16T14:35:52.524Z[ recovery-image] Sep 16 14:35:51.437 INFO O| Sep 16 14:35:51.437 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-09-16T14:35:52.552Z[ recovery-image] Sep 16 14:35:51.468 INFO O| Sep 16 14:35:51.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76452024-09-16T14:35:52.552Z[ recovery-image] Sep 16 14:35:51.468 INFO O| Sep 16 14:35:51.468 INFO STEP 1185 (remove_files) COMPLETE
76462024-09-16T14:35:52.552Z[ recovery-image] Sep 16 14:35:51.468 INFO O| Sep 16 14:35:51.468 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-09-16T14:35:52.572Z[ recovery-image] Sep 16 14:35:51.488 INFO O| Sep 16 14:35:51.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
76482024-09-16T14:35:52.572Z[ recovery-image] Sep 16 14:35:51.488 INFO O| Sep 16 14:35:51.488 INFO STEP 1186 (remove_files) COMPLETE
76492024-09-16T14:35:52.572Z[ recovery-image] Sep 16 14:35:51.488 INFO O| Sep 16 14:35:51.488 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-09-16T14:35:52.590Z[ recovery-image] Sep 16 14:35:51.507 INFO O| Sep 16 14:35:51.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
76512024-09-16T14:35:52.590Z[ recovery-image] Sep 16 14:35:51.507 INFO O| Sep 16 14:35:51.507 INFO STEP 1187 (remove_files) COMPLETE
76522024-09-16T14:35:52.593Z[ recovery-image] Sep 16 14:35:51.507 INFO O| Sep 16 14:35:51.507 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-09-16T14:35:52.609Z[ recovery-image] Sep 16 14:35:51.525 INFO O| Sep 16 14:35:51.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
76542024-09-16T14:35:52.609Z[ recovery-image] Sep 16 14:35:51.525 INFO O| Sep 16 14:35:51.525 INFO STEP 1188 (remove_files) COMPLETE
76552024-09-16T14:35:52.609Z[ recovery-image] Sep 16 14:35:51.525 INFO O| Sep 16 14:35:51.525 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-09-16T14:35:52.638Z[ recovery-image] Sep 16 14:35:51.554 INFO O| Sep 16 14:35:51.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
76572024-09-16T14:35:52.649Z[ recovery-image] Sep 16 14:35:51.554 INFO O| Sep 16 14:35:51.554 INFO STEP 1189 (remove_files) COMPLETE
76582024-09-16T14:35:52.649Z[ recovery-image] Sep 16 14:35:51.555 INFO O| Sep 16 14:35:51.554 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-09-16T14:35:52.658Z[ recovery-image] Sep 16 14:35:51.574 INFO O| Sep 16 14:35:51.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
76602024-09-16T14:35:52.660Z[ recovery-image] Sep 16 14:35:51.574 INFO O| Sep 16 14:35:51.574 INFO STEP 1190 (remove_files) COMPLETE
76612024-09-16T14:35:52.660Z[ recovery-image] Sep 16 14:35:51.574 INFO O| Sep 16 14:35:51.574 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-09-16T14:35:52.696Z[ recovery-image] Sep 16 14:35:51.612 INFO O| Sep 16 14:35:51.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
76632024-09-16T14:35:52.698Z[ recovery-image] Sep 16 14:35:51.612 INFO O| Sep 16 14:35:51.612 INFO STEP 1191 (remove_files) COMPLETE
76642024-09-16T14:35:52.698Z[ recovery-image] Sep 16 14:35:51.612 INFO O| Sep 16 14:35:51.612 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-09-16T14:35:52.732Z[ recovery-image] Sep 16 14:35:51.648 INFO O| Sep 16 14:35:51.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
76662024-09-16T14:35:52.732Z[ recovery-image] Sep 16 14:35:51.648 INFO O| Sep 16 14:35:51.648 INFO STEP 1192 (remove_files) COMPLETE
76672024-09-16T14:35:52.732Z[ recovery-image] Sep 16 14:35:51.648 INFO O| Sep 16 14:35:51.648 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-09-16T14:35:52.770Z[ recovery-image] Sep 16 14:35:51.686 INFO O| Sep 16 14:35:51.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
76692024-09-16T14:35:52.770Z[ recovery-image] Sep 16 14:35:51.686 INFO O| Sep 16 14:35:51.686 INFO STEP 1193 (remove_files) COMPLETE
76702024-09-16T14:35:52.770Z[ recovery-image] Sep 16 14:35:51.686 INFO O| Sep 16 14:35:51.686 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-09-16T14:35:52.816Z[ recovery-image] Sep 16 14:35:51.732 INFO O| Sep 16 14:35:51.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
76722024-09-16T14:35:52.816Z[ recovery-image] Sep 16 14:35:51.732 INFO O| Sep 16 14:35:51.732 INFO STEP 1194 (remove_files) COMPLETE
76732024-09-16T14:35:52.818Z[ recovery-image] Sep 16 14:35:51.733 INFO O| Sep 16 14:35:51.732 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-09-16T14:35:52.834Z[ recovery-image] Sep 16 14:35:51.751 INFO O| Sep 16 14:35:51.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
76752024-09-16T14:35:52.837Z[ recovery-image] Sep 16 14:35:51.751 INFO O| Sep 16 14:35:51.751 INFO STEP 1195 (remove_files) COMPLETE
76762024-09-16T14:35:52.837Z[ recovery-image] Sep 16 14:35:51.751 INFO O| Sep 16 14:35:51.751 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-09-16T14:35:52.853Z[ recovery-image] Sep 16 14:35:51.769 INFO O| Sep 16 14:35:51.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
76782024-09-16T14:35:52.856Z[ recovery-image] Sep 16 14:35:51.770 INFO O| Sep 16 14:35:51.770 INFO STEP 1196 (remove_files) COMPLETE
76792024-09-16T14:35:52.856Z[ recovery-image] Sep 16 14:35:51.770 INFO O| Sep 16 14:35:51.770 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-09-16T14:35:52.871Z[ recovery-image] Sep 16 14:35:51.788 INFO O| Sep 16 14:35:51.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
76812024-09-16T14:35:52.874Z[ recovery-image] Sep 16 14:35:51.788 INFO O| Sep 16 14:35:51.788 INFO STEP 1197 (remove_files) COMPLETE
76822024-09-16T14:35:52.874Z[ recovery-image] Sep 16 14:35:51.788 INFO O| Sep 16 14:35:51.788 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-09-16T14:35:53.893Z[ recovery-image] Sep 16 14:35:51.806 INFO O| Sep 16 14:35:51.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
76842024-09-16T14:35:53.896Z[ recovery-image] Sep 16 14:35:51.806 INFO O| Sep 16 14:35:51.806 INFO STEP 1198 (remove_files) COMPLETE
76852024-09-16T14:35:53.896Z[ recovery-image] Sep 16 14:35:51.807 INFO O| Sep 16 14:35:51.806 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.826 INFO O| Sep 16 14:35:51.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
76872024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.826 INFO O| Sep 16 14:35:51.826 INFO STEP 1199 (remove_files) COMPLETE
76882024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.826 INFO O| Sep 16 14:35:51.826 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.863 INFO O| Sep 16 14:35:51.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
76902024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.863 INFO O| Sep 16 14:35:51.863 INFO STEP 1200 (remove_files) COMPLETE
76912024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.863 INFO O| Sep 16 14:35:51.863 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.882 INFO O| Sep 16 14:35:51.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
76932024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.882 INFO O| Sep 16 14:35:51.882 INFO STEP 1201 (remove_files) COMPLETE
76942024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.882 INFO O| Sep 16 14:35:51.882 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.900 INFO O| Sep 16 14:35:51.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
76962024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.900 INFO O| Sep 16 14:35:51.900 INFO STEP 1202 (remove_files) COMPLETE
76972024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.901 INFO O| Sep 16 14:35:51.900 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.937 INFO O| Sep 16 14:35:51.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
76992024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.937 INFO O| Sep 16 14:35:51.937 INFO STEP 1203 (remove_files) COMPLETE
77002024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.937 INFO O| Sep 16 14:35:51.937 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.998 INFO O| Sep 16 14:35:51.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77022024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.998 INFO O| Sep 16 14:35:51.998 INFO STEP 1204 (remove_files) COMPLETE
77032024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:51.998 INFO O| Sep 16 14:35:51.998 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:52.018 INFO O| Sep 16 14:35:52.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77052024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:52.018 INFO O| Sep 16 14:35:52.018 INFO STEP 1205 (remove_files) COMPLETE
77062024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:52.018 INFO O| Sep 16 14:35:52.018 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77072024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:52.063 INFO O| Sep 16 14:35:52.063 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77082024-09-16T14:35:53.897Z[ recovery-image] Sep 16 14:35:52.063 INFO O| Sep 16 14:35:52.063 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77092024-09-16T14:35:54.923Z[ recovery-image] Sep 16 14:35:53.838 INFO O| Sep 16 14:35:53.838 INFO STEP 1206 (pack_tar) COMPLETE
77102024-09-16T14:35:54.923Z[ recovery-image] Sep 16 14:35:53.839 INFO O| Sep 16 14:35:53.838 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77112024-09-16T14:35:54.926Z[ recovery-image] Sep 16 14:35:53.839 INFO O| Sep 16 14:35:53.838 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77122024-09-16T14:35:55.227Z[ recovery-image] Sep 16 14:35:54.143 INFO O| Sep 16 14:35:54.143 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77132024-09-16T14:35:55.331Z[ recovery-image] Sep 16 14:35:54.247 INFO O| Sep 16 14:35:54.247 INFO completed processing gimlet/ramdisk-03-recovery-trim
77142024-09-16T14:35:55.341Z[ recovery-image] Sep 16 14:35:54.256 INFO image builder template: zfs-recovery...
77152024-09-16T14:35:55.341Z[ recovery-image] Sep 16 14:35:54.257 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/.tmpshoa1R/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
77162024-09-16T14:35:55.406Z[ recovery-image] Sep 16 14:35:54.321 INFO O| Sep 16 14:35:54.321 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77172024-09-16T14:35:55.449Z[ recovery-image] Sep 16 14:35:54.364 INFO O| Sep 16 14:35:54.364 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77182024-09-16T14:35:55.554Z[ recovery-image] Sep 16 14:35:54.469 INFO O| Sep 16 14:35:54.469 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77192024-09-16T14:35:55.654Z[ recovery-image] Sep 16 14:35:54.569 INFO O| Sep 16 14:35:54.569 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77202024-09-16T14:35:55.656Z[ recovery-image] Sep 16 14:35:54.570 INFO O| Sep 16 14:35:54.570 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77212024-09-16T14:35:55.661Z[ recovery-image] Sep 16 14:35:54.577 INFO O| Sep 16 14:35:54.577 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77222024-09-16T14:35:55.743Z[ recovery-image] Sep 16 14:35:54.658 INFO O| Sep 16 14:35:54.658 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77232024-09-16T14:35:55.841Z[ recovery-image] Sep 16 14:35:54.757 INFO O| Sep 16 14:35:54.757 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77242024-09-16T14:35:55.856Z[ recovery-image] Sep 16 14:35:54.771 INFO O| Sep 16 14:35:54.771 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77252024-09-16T14:35:55.863Z[ recovery-image] Sep 16 14:35:54.779 INFO O| Sep 16 14:35:54.779 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77262024-09-16T14:35:55.866Z[ recovery-image] Sep 16 14:35:54.781 INFO O| Sep 16 14:35:54.781 INFO no lofi found
77272024-09-16T14:35:55.866Z[ recovery-image] Sep 16 14:35:54.781 INFO O| Sep 16 14:35:54.781 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77282024-09-16T14:35:55.866Z[ recovery-image] Sep 16 14:35:54.781 INFO O| Sep 16 14:35:54.781 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77292024-09-16T14:35:58.103Z[ recovery-image] Sep 16 14:35:57.018 INFO O| Sep 16 14:35:57.018 INFO lofi device = /dev/dsk/c2t1d0p0
77302024-09-16T14:35:58.103Z[ recovery-image] Sep 16 14:35:57.018 INFO O| Sep 16 14:35:57.018 INFO pool device = /dev/dsk/c2t1d0p0
77312024-09-16T14:35:58.105Z[ recovery-image] Sep 16 14:35:57.018 INFO O| Sep 16 14:35:57.018 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
77322024-09-16T14:35:58.397Z[ recovery-image] Sep 16 14:35:57.312 INFO O| Sep 16 14:35:57.312 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77332024-09-16T14:35:58.397Z[ recovery-image] Sep 16 14:35:57.312 INFO O| Sep 16 14:35:57.312 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77342024-09-16T14:35:58.434Z[ recovery-image] Sep 16 14:35:57.349 INFO O| Sep 16 14:35:57.349 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77352024-09-16T14:35:58.594Z[ recovery-image] Sep 16 14:35:57.497 INFO O| Sep 16 14:35:57.497 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77362024-09-16T14:35:58.658Z[ recovery-image] Sep 16 14:35:57.573 INFO O| Sep 16 14:35:57.573 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77372024-09-16T14:35:58.686Z[ recovery-image] Sep 16 14:35:57.601 INFO O| Sep 16 14:35:57.601 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77382024-09-16T14:35:58.707Z[ recovery-image] Sep 16 14:35:57.622 INFO O| Sep 16 14:35:57.622 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77392024-09-16T14:35:58.800Z[ recovery-image] Sep 16 14:35:57.715 INFO O| Sep 16 14:35:57.715 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77402024-09-16T14:35:58.800Z[ recovery-image] Sep 16 14:35:57.715 INFO O| Sep 16 14:35:57.715 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
77412024-09-16T14:35:58.803Z[ recovery-image] Sep 16 14:35:57.715 INFO O| Sep 16 14:35:57.715 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77422024-09-16T14:35:58.820Z[ recovery-image] Sep 16 14:35:57.735 INFO O| Sep 16 14:35:57.735 INFO boot environment UUID: e5cd1b59-62bf-4bfc-a875-b2dd7752f461
77432024-09-16T14:35:58.823Z[ recovery-image] Sep 16 14:35:57.736 INFO O| Sep 16 14:35:57.735 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e5cd1b59-62bf-4bfc-a875-b2dd7752f461
77442024-09-16T14:35:58.854Z[ recovery-image] Sep 16 14:35:57.769 INFO O| Sep 16 14:35:57.769 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
77452024-09-16T14:35:58.911Z[ recovery-image] Sep 16 14:35:57.826 INFO O| Sep 16 14:35:57.826 INFO STEP 0 (create_be) COMPLETE
77462024-09-16T14:35:58.911Z[ recovery-image] Sep 16 14:35:57.826 INFO O| Sep 16 14:35:57.826 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77472024-09-16T14:35:58.945Z[ recovery-image] Sep 16 14:35:57.860 INFO O| Sep 16 14:35:57.860 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"]
77482024-09-16T14:36:06.039Z[ recovery-image] Sep 16 14:36:04.953 INFO O| Sep 16 14:36:04.953 INFO STEP 1 (unpack_tar) COMPLETE
77492024-09-16T14:36:06.039Z[ recovery-image] Sep 16 14:36:04.953 INFO O| Sep 16 14:36:04.953 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77502024-09-16T14:36:06.059Z[ recovery-image] Sep 16 14:36:04.972 INFO O| Sep 16 14:36:04.972 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
77512024-09-16T14:36:07.698Z[ recovery-image] Sep 16 14:36:06.612 INFO O| Sep 16 14:36:06.612 INFO STEP 2 (devfsadm) COMPLETE
77522024-09-16T14:36:07.698Z[ recovery-image] Sep 16 14:36:06.612 INFO O| Sep 16 14:36:06.612 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77532024-09-16T14:36:07.725Z[ recovery-image] Sep 16 14:36:06.638 INFO O| Sep 16 14:36:06.638 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77542024-09-16T14:36:07.725Z[ recovery-image] Sep 16 14:36:06.639 INFO O| Sep 16 14:36:06.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77552024-09-16T14:36:07.725Z[ recovery-image] Sep 16 14:36:06.639 INFO O| Sep 16 14:36:06.639 INFO STEP 3 (ensure_dir) COMPLETE
77562024-09-16T14:36:07.727Z[ recovery-image] Sep 16 14:36:06.639 INFO O| Sep 16 14:36:06.639 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77572024-09-16T14:36:07.742Z[ recovery-image] Sep 16 14:36:06.655 INFO O| Sep 16 14:36:06.655 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77582024-09-16T14:36:07.742Z[ recovery-image] Sep 16 14:36:06.655 INFO O| Sep 16 14:36:06.655 INFO STEP 4 (ensure_dir) COMPLETE
77592024-09-16T14:36:07.742Z[ recovery-image] Sep 16 14:36:06.655 INFO O| Sep 16 14:36:06.655 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77602024-09-16T14:36:07.769Z[ recovery-image] Sep 16 14:36:06.682 INFO O| Sep 16 14:36:06.682 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77612024-09-16T14:36:07.771Z[ recovery-image] Sep 16 14:36:06.682 INFO O| Sep 16 14:36:06.682 INFO STEP 5 (ensure_dir) COMPLETE
77622024-09-16T14:36:07.771Z[ recovery-image] Sep 16 14:36:06.682 INFO O| Sep 16 14:36:06.682 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77632024-09-16T14:36:07.823Z[ recovery-image] Sep 16 14:36:06.737 INFO O| Sep 16 14:36:06.737 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77642024-09-16T14:36:07.826Z[ recovery-image] Sep 16 14:36:06.737 INFO O| Sep 16 14:36:06.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
77652024-09-16T14:36:07.826Z[ recovery-image] Sep 16 14:36:06.737 INFO O| Sep 16 14:36:06.737 INFO STEP 6 (ensure_dir) COMPLETE
77662024-09-16T14:36:07.826Z[ recovery-image] Sep 16 14:36:06.737 INFO O| Sep 16 14:36:06.737 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77672024-09-16T14:36:07.872Z[ recovery-image] Sep 16 14:36:06.786 INFO O| Sep 16 14:36:06.786 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77682024-09-16T14:36:07.873Z[ recovery-image] Sep 16 14:36:06.786 INFO O| Sep 16 14:36:06.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
77692024-09-16T14:36:07.873Z[ recovery-image] Sep 16 14:36:06.786 INFO O| Sep 16 14:36:06.786 INFO STEP 7 (ensure_dir) COMPLETE
77702024-09-16T14:36:07.875Z[ recovery-image] Sep 16 14:36:06.786 INFO O| Sep 16 14:36:06.786 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77712024-09-16T14:36:07.890Z[ recovery-image] Sep 16 14:36:06.803 INFO O| Sep 16 14:36:06.803 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
77722024-09-16T14:36:07.890Z[ recovery-image] Sep 16 14:36:06.804 INFO O| Sep 16 14:36:06.804 INFO STEP 8 (remove_files) COMPLETE
77732024-09-16T14:36:07.890Z[ recovery-image] Sep 16 14:36:06.804 INFO O| Sep 16 14:36:06.804 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77742024-09-16T14:36:07.905Z[ recovery-image] Sep 16 14:36:06.819 INFO O| Sep 16 14:36:06.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
77752024-09-16T14:36:07.908Z[ recovery-image] Sep 16 14:36:06.820 INFO O| Sep 16 14:36:06.820 INFO STEP 9 (remove_files) COMPLETE
77762024-09-16T14:36:07.908Z[ recovery-image] Sep 16 14:36:06.820 INFO O| Sep 16 14:36:06.820 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77772024-09-16T14:36:07.922Z[ recovery-image] Sep 16 14:36:06.835 INFO O| Sep 16 14:36:06.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
77782024-09-16T14:36:07.924Z[ recovery-image] Sep 16 14:36:06.837 INFO O| Sep 16 14:36:06.836 INFO STEP 10 (remove_files) COMPLETE
77792024-09-16T14:36:07.924Z[ recovery-image] Sep 16 14:36:06.837 INFO O| Sep 16 14:36:06.836 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77802024-09-16T14:36:07.943Z[ recovery-image] Sep 16 14:36:06.857 INFO O| Sep 16 14:36:06.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
77812024-09-16T14:36:07.946Z[ recovery-image] Sep 16 14:36:06.857 INFO O| Sep 16 14:36:06.857 INFO STEP 11 (remove_files) COMPLETE
77822024-09-16T14:36:07.946Z[ recovery-image] Sep 16 14:36:06.858 INFO O| Sep 16 14:36:06.857 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77832024-09-16T14:36:07.967Z[ recovery-image] Sep 16 14:36:06.880 INFO O| Sep 16 14:36:06.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
77842024-09-16T14:36:07.967Z[ recovery-image] Sep 16 14:36:06.880 INFO O| Sep 16 14:36:06.880 INFO STEP 12 (remove_files) COMPLETE
77852024-09-16T14:36:07.967Z[ recovery-image] Sep 16 14:36:06.880 INFO O| Sep 16 14:36:06.880 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77862024-09-16T14:36:07.993Z[ recovery-image] Sep 16 14:36:06.901 INFO O| Sep 16 14:36:06.900 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77872024-09-16T14:36:07.993Z[ recovery-image] Sep 16 14:36:06.901 INFO O| Sep 16 14:36:06.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
77882024-09-16T14:36:07.993Z[ recovery-image] Sep 16 14:36:06.901 INFO O| Sep 16 14:36:06.901 INFO STEP 13 (ensure_dir) COMPLETE
77892024-09-16T14:36:07.993Z[ recovery-image] Sep 16 14:36:06.901 INFO O| Sep 16 14:36:06.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77902024-09-16T14:36:08.010Z[ recovery-image] Sep 16 14:36:06.924 INFO O| Sep 16 14:36:06.924 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77912024-09-16T14:36:08.010Z[ recovery-image] Sep 16 14:36:06.924 INFO O| Sep 16 14:36:06.924 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77922024-09-16T14:36:08.013Z[ recovery-image] Sep 16 14:36:06.924 INFO O| Sep 16 14:36:06.924 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
77932024-09-16T14:36:08.013Z[ recovery-image] Sep 16 14:36:06.924 INFO O| Sep 16 14:36:06.924 INFO STEP 14 (ensure_dir) COMPLETE
77942024-09-16T14:36:08.013Z[ recovery-image] Sep 16 14:36:06.924 INFO O| Sep 16 14:36:06.924 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
77952024-09-16T14:36:08.027Z[ recovery-image] Sep 16 14:36:06.940 INFO O| Sep 16 14:36:06.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77962024-09-16T14:36:08.027Z[ recovery-image] Sep 16 14:36:06.940 INFO O| Sep 16 14:36:06.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77972024-09-16T14:36:08.027Z[ recovery-image] Sep 16 14:36:06.940 INFO O| Sep 16 14:36:06.940 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
77982024-09-16T14:36:08.027Z[ recovery-image] Sep 16 14:36:06.940 INFO O| Sep 16 14:36:06.940 INFO STEP 15 (ensure_dir) COMPLETE
77992024-09-16T14:36:08.027Z[ recovery-image] Sep 16 14:36:06.940 INFO O| Sep 16 14:36:06.940 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78002024-09-16T14:36:08.047Z[ recovery-image] Sep 16 14:36:06.957 INFO O| Sep 16 14:36:06.957 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78012024-09-16T14:36:08.047Z[ recovery-image] Sep 16 14:36:06.957 INFO O| Sep 16 14:36:06.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78022024-09-16T14:36:08.047Z[ recovery-image] Sep 16 14:36:06.957 INFO O| Sep 16 14:36:06.957 INFO STEP 16 (ensure_dir) COMPLETE
78032024-09-16T14:36:08.047Z[ recovery-image] Sep 16 14:36:06.957 INFO O| Sep 16 14:36:06.957 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78042024-09-16T14:36:08.062Z[ recovery-image] Sep 16 14:36:06.976 INFO O| Sep 16 14:36:06.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78052024-09-16T14:36:08.065Z[ recovery-image] Sep 16 14:36:06.976 INFO O| Sep 16 14:36:06.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78062024-09-16T14:36:08.065Z[ recovery-image] Sep 16 14:36:06.976 INFO O| Sep 16 14:36:06.976 INFO STEP 17 (ensure_dir) COMPLETE
78072024-09-16T14:36:08.065Z[ recovery-image] Sep 16 14:36:06.976 INFO O| Sep 16 14:36:06.976 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78082024-09-16T14:36:08.081Z[ recovery-image] Sep 16 14:36:06.995 INFO O| Sep 16 14:36:06.995 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78092024-09-16T14:36:08.081Z[ recovery-image] Sep 16 14:36:06.995 INFO O| Sep 16 14:36:06.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78102024-09-16T14:36:08.081Z[ recovery-image] Sep 16 14:36:06.995 INFO O| Sep 16 14:36:06.995 INFO ok!
78112024-09-16T14:36:08.094Z[ recovery-image] Sep 16 14:36:06.995 INFO O| Sep 16 14:36:06.995 INFO STEP 18 (ensure_symlink) COMPLETE
78122024-09-16T14:36:08.096Z[ recovery-image] Sep 16 14:36:06.995 INFO O| Sep 16 14:36:06.995 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78132024-09-16T14:36:08.105Z[ recovery-image] Sep 16 14:36:07.019 INFO O| Sep 16 14:36:07.019 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78142024-09-16T14:36:08.108Z[ recovery-image] Sep 16 14:36:07.019 INFO O| Sep 16 14:36:07.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78152024-09-16T14:36:08.108Z[ recovery-image] Sep 16 14:36:07.019 INFO O| Sep 16 14:36:07.019 INFO ok!
78162024-09-16T14:36:08.108Z[ recovery-image] Sep 16 14:36:07.019 INFO O| Sep 16 14:36:07.019 INFO STEP 19 (ensure_file) COMPLETE
78172024-09-16T14:36:08.108Z[ recovery-image] Sep 16 14:36:07.019 INFO O| Sep 16 14:36:07.019 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78182024-09-16T14:36:08.141Z[ recovery-image] Sep 16 14:36:07.055 INFO O| Sep 16 14:36:07.055 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78192024-09-16T14:36:08.142Z[ recovery-image] Sep 16 14:36:07.055 INFO O| Sep 16 14:36:07.055 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78202024-09-16T14:36:08.144Z[ recovery-image] Sep 16 14:36:07.055 INFO O| Sep 16 14:36:07.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78212024-09-16T14:36:08.144Z[ recovery-image] Sep 16 14:36:07.055 INFO O| Sep 16 14:36:07.055 INFO ok!
78222024-09-16T14:36:08.144Z[ recovery-image] Sep 16 14:36:07.055 INFO O| Sep 16 14:36:07.055 INFO STEP 20 (ensure_symlink) COMPLETE
78232024-09-16T14:36:08.144Z[ recovery-image] Sep 16 14:36:07.055 INFO O| Sep 16 14:36:07.055 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78242024-09-16T14:36:08.222Z[ recovery-image] Sep 16 14:36:07.136 INFO O| Sep 16 14:36:07.136 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78252024-09-16T14:36:08.222Z[ recovery-image] Sep 16 14:36:07.136 INFO O| Sep 16 14:36:07.136 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78262024-09-16T14:36:08.222Z[ recovery-image] Sep 16 14:36:07.136 INFO O| Sep 16 14:36:07.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78272024-09-16T14:36:08.225Z[ recovery-image] Sep 16 14:36:07.136 INFO O| Sep 16 14:36:07.136 INFO ok!
78282024-09-16T14:36:08.225Z[ recovery-image] Sep 16 14:36:07.136 INFO O| Sep 16 14:36:07.136 INFO STEP 21 (ensure_symlink) COMPLETE
78292024-09-16T14:36:08.225Z[ recovery-image] Sep 16 14:36:07.136 INFO O| Sep 16 14:36:07.136 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78302024-09-16T14:36:08.264Z[ recovery-image] Sep 16 14:36:07.178 INFO O| Sep 16 14:36:07.178 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78312024-09-16T14:36:08.264Z[ recovery-image] Sep 16 14:36:07.178 INFO O| Sep 16 14:36:07.178 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78322024-09-16T14:36:08.267Z[ recovery-image] Sep 16 14:36:07.178 INFO O| Sep 16 14:36:07.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78332024-09-16T14:36:08.267Z[ recovery-image] Sep 16 14:36:07.178 INFO O| Sep 16 14:36:07.178 INFO ok!
78342024-09-16T14:36:08.267Z[ recovery-image] Sep 16 14:36:07.178 INFO O| Sep 16 14:36:07.178 INFO STEP 22 (ensure_symlink) COMPLETE
78352024-09-16T14:36:08.267Z[ recovery-image] Sep 16 14:36:07.178 INFO O| Sep 16 14:36:07.178 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78362024-09-16T14:36:08.289Z[ recovery-image] Sep 16 14:36:07.202 INFO O| Sep 16 14:36:07.202 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78372024-09-16T14:36:08.289Z[ recovery-image] Sep 16 14:36:07.202 INFO O| Sep 16 14:36:07.202 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78382024-09-16T14:36:08.291Z[ recovery-image] Sep 16 14:36:07.202 INFO O| Sep 16 14:36:07.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78392024-09-16T14:36:08.291Z[ recovery-image] Sep 16 14:36:07.203 INFO O| Sep 16 14:36:07.202 INFO ok!
78402024-09-16T14:36:08.292Z[ recovery-image] Sep 16 14:36:07.203 INFO O| Sep 16 14:36:07.202 INFO STEP 23 (ensure_symlink) COMPLETE
78412024-09-16T14:36:08.292Z[ recovery-image] Sep 16 14:36:07.203 INFO O| Sep 16 14:36:07.202 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78422024-09-16T14:36:08.359Z[ recovery-image] Sep 16 14:36:07.272 INFO O| Sep 16 14:36:07.272 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
78432024-09-16T14:36:08.361Z[ recovery-image] Sep 16 14:36:07.272 INFO O| Sep 16 14:36:07.272 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 ...
78442024-09-16T14:36:08.361Z[ recovery-image] Sep 16 14:36:07.273 INFO O| Sep 16 14:36:07.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
78452024-09-16T14:36:08.361Z[ recovery-image] Sep 16 14:36:07.273 INFO O| Sep 16 14:36:07.273 INFO ok!
78462024-09-16T14:36:08.362Z[ recovery-image] Sep 16 14:36:07.273 INFO O| Sep 16 14:36:07.273 INFO STEP 24 (ensure_file) COMPLETE
78472024-09-16T14:36:08.362Z[ recovery-image] Sep 16 14:36:07.273 INFO O| Sep 16 14:36:07.273 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
78482024-09-16T14:36:08.388Z[ recovery-image] Sep 16 14:36:07.302 INFO O| Sep 16 14:36:07.302 INFO updating shadow file
78492024-09-16T14:36:08.391Z[ recovery-image] Sep 16 14:36:07.302 INFO O| Sep 16 14:36:07.302 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78502024-09-16T14:36:08.391Z[ recovery-image] Sep 16 14:36:07.302 INFO O| Sep 16 14:36:07.302 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78512024-09-16T14:36:08.391Z[ recovery-image] Sep 16 14:36:07.302 INFO O| Sep 16 14:36:07.302 INFO STEP 25 (shadow) COMPLETE
78522024-09-16T14:36:08.391Z[ recovery-image] Sep 16 14:36:07.302 INFO O| Sep 16 14:36:07.302 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78532024-09-16T14:36:08.405Z[ recovery-image] Sep 16 14:36:07.318 INFO O| Sep 16 14:36:07.318 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
78542024-09-16T14:36:08.405Z[ recovery-image] Sep 16 14:36:07.318 INFO O| Sep 16 14:36:07.318 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
78552024-09-16T14:36:08.408Z[ recovery-image] Sep 16 14:36:07.319 INFO O| Sep 16 14:36:07.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
78562024-09-16T14:36:08.408Z[ recovery-image] Sep 16 14:36:07.319 INFO O| Sep 16 14:36:07.319 INFO ok!
78572024-09-16T14:36:08.408Z[ recovery-image] Sep 16 14:36:07.319 INFO O| Sep 16 14:36:07.319 INFO STEP 26 (ensure_file) COMPLETE
78582024-09-16T14:36:08.408Z[ recovery-image] Sep 16 14:36:07.319 INFO O| Sep 16 14:36:07.319 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78592024-09-16T14:36:08.420Z[ recovery-image] Sep 16 14:36:07.333 INFO O| Sep 16 14:36:07.333 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
78602024-09-16T14:36:08.420Z[ recovery-image] Sep 16 14:36:07.333 INFO O| Sep 16 14:36:07.333 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
78612024-09-16T14:36:08.422Z[ recovery-image] Sep 16 14:36:07.333 INFO O| Sep 16 14:36:07.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
78622024-09-16T14:36:08.422Z[ recovery-image] Sep 16 14:36:07.333 INFO O| Sep 16 14:36:07.333 INFO ok!
78632024-09-16T14:36:08.422Z[ recovery-image] Sep 16 14:36:07.333 INFO O| Sep 16 14:36:07.333 INFO STEP 27 (ensure_file) COMPLETE
78642024-09-16T14:36:08.423Z[ recovery-image] Sep 16 14:36:07.333 INFO O| Sep 16 14:36:07.333 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78652024-09-16T14:36:08.440Z[ recovery-image] Sep 16 14:36:07.354 INFO O| Sep 16 14:36:07.354 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
78662024-09-16T14:36:08.440Z[ recovery-image] Sep 16 14:36:07.354 INFO O| Sep 16 14:36:07.354 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
78672024-09-16T14:36:08.443Z[ recovery-image] Sep 16 14:36:07.354 INFO O| Sep 16 14:36:07.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78682024-09-16T14:36:08.443Z[ recovery-image] Sep 16 14:36:07.355 INFO O| Sep 16 14:36:07.354 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
78692024-09-16T14:36:08.443Z[ recovery-image] Sep 16 14:36:07.355 INFO O| Sep 16 14:36:07.355 INFO ok!
78702024-09-16T14:36:08.443Z[ recovery-image] Sep 16 14:36:07.355 INFO O| Sep 16 14:36:07.355 INFO STEP 28 (ensure_file) COMPLETE
78712024-09-16T14:36:08.443Z[ recovery-image] Sep 16 14:36:07.355 INFO O| Sep 16 14:36:07.355 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
78722024-09-16T14:36:08.458Z[ recovery-image] Sep 16 14:36:07.371 INFO O| Sep 16 14:36:07.371 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
78732024-09-16T14:36:08.458Z[ recovery-image] Sep 16 14:36:07.372 INFO O| Sep 16 14:36:07.371 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
78742024-09-16T14:36:08.460Z[ recovery-image] Sep 16 14:36:07.372 INFO O| Sep 16 14:36:07.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
78752024-09-16T14:36:08.460Z[ recovery-image] Sep 16 14:36:07.372 INFO O| Sep 16 14:36:07.372 INFO ok!
78762024-09-16T14:36:08.460Z[ recovery-image] Sep 16 14:36:07.372 INFO O| Sep 16 14:36:07.372 INFO STEP 29 (ensure_file) COMPLETE
78772024-09-16T14:36:08.461Z[ recovery-image] Sep 16 14:36:07.372 INFO O| Sep 16 14:36:07.372 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78782024-09-16T14:36:08.475Z[ recovery-image] Sep 16 14:36:07.389 INFO O| Sep 16 14:36:07.389 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
78792024-09-16T14:36:08.475Z[ recovery-image] Sep 16 14:36:07.389 INFO O| Sep 16 14:36:07.389 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
78802024-09-16T14:36:08.478Z[ recovery-image] Sep 16 14:36:07.389 INFO O| Sep 16 14:36:07.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
78812024-09-16T14:36:08.478Z[ recovery-image] Sep 16 14:36:07.389 INFO O| Sep 16 14:36:07.389 INFO ok!
78822024-09-16T14:36:08.478Z[ recovery-image] Sep 16 14:36:07.390 INFO O| Sep 16 14:36:07.389 INFO STEP 30 (ensure_file) COMPLETE
78832024-09-16T14:36:08.478Z[ recovery-image] Sep 16 14:36:07.390 INFO O| Sep 16 14:36:07.390 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78842024-09-16T14:36:08.494Z[ recovery-image] Sep 16 14:36:07.407 INFO O| Sep 16 14:36:07.407 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
78852024-09-16T14:36:08.494Z[ recovery-image] Sep 16 14:36:07.408 INFO O| Sep 16 14:36:07.408 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
78862024-09-16T14:36:08.505Z[ recovery-image] Sep 16 14:36:07.408 INFO O| Sep 16 14:36:07.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78872024-09-16T14:36:08.505Z[ recovery-image] Sep 16 14:36:07.408 INFO O| Sep 16 14:36:07.408 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
78882024-09-16T14:36:08.505Z[ recovery-image] Sep 16 14:36:07.408 INFO O| Sep 16 14:36:07.408 INFO ok!
78892024-09-16T14:36:08.505Z[ recovery-image] Sep 16 14:36:07.408 INFO O| Sep 16 14:36:07.408 INFO STEP 31 (ensure_file) COMPLETE
78902024-09-16T14:36:08.505Z[ recovery-image] Sep 16 14:36:07.408 INFO O| Sep 16 14:36:07.408 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78912024-09-16T14:36:08.512Z[ recovery-image] Sep 16 14:36:07.426 INFO O| Sep 16 14:36:07.426 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
78922024-09-16T14:36:08.515Z[ recovery-image] Sep 16 14:36:07.426 INFO O| Sep 16 14:36:07.426 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
78932024-09-16T14:36:08.515Z[ recovery-image] Sep 16 14:36:07.427 INFO O| Sep 16 14:36:07.426 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
78942024-09-16T14:36:08.515Z[ recovery-image] Sep 16 14:36:07.427 INFO O| Sep 16 14:36:07.427 INFO ok!
78952024-09-16T14:36:08.515Z[ recovery-image] Sep 16 14:36:07.427 INFO O| Sep 16 14:36:07.427 INFO STEP 32 (ensure_file) COMPLETE
78962024-09-16T14:36:08.515Z[ recovery-image] Sep 16 14:36:07.427 INFO O| Sep 16 14:36:07.427 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78972024-09-16T14:36:08.530Z[ recovery-image] Sep 16 14:36:07.444 INFO O| Sep 16 14:36:07.444 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
78982024-09-16T14:36:08.533Z[ recovery-image] Sep 16 14:36:07.444 INFO O| Sep 16 14:36:07.444 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
78992024-09-16T14:36:08.533Z[ recovery-image] Sep 16 14:36:07.444 INFO O| Sep 16 14:36:07.444 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79002024-09-16T14:36:08.533Z[ recovery-image] Sep 16 14:36:07.445 INFO O| Sep 16 14:36:07.444 INFO ok!
79012024-09-16T14:36:08.533Z[ recovery-image] Sep 16 14:36:07.445 INFO O| Sep 16 14:36:07.445 INFO STEP 33 (ensure_file) COMPLETE
79022024-09-16T14:36:08.533Z[ recovery-image] Sep 16 14:36:07.445 INFO O| Sep 16 14:36:07.445 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79032024-09-16T14:36:08.548Z[ recovery-image] Sep 16 14:36:07.462 INFO O| Sep 16 14:36:07.462 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79042024-09-16T14:36:08.548Z[ recovery-image] Sep 16 14:36:07.462 INFO O| Sep 16 14:36:07.462 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79052024-09-16T14:36:08.551Z[ recovery-image] Sep 16 14:36:07.462 INFO O| Sep 16 14:36:07.462 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79062024-09-16T14:36:08.551Z[ recovery-image] Sep 16 14:36:07.462 INFO O| Sep 16 14:36:07.462 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79072024-09-16T14:36:08.551Z[ recovery-image] Sep 16 14:36:07.463 INFO O| Sep 16 14:36:07.463 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79082024-09-16T14:36:08.551Z[ recovery-image] Sep 16 14:36:07.463 INFO O| Sep 16 14:36:07.463 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79092024-09-16T14:36:08.551Z[ recovery-image] Sep 16 14:36:07.463 INFO O| Sep 16 14:36:07.463 INFO ok!
79102024-09-16T14:36:08.551Z[ recovery-image] Sep 16 14:36:07.463 INFO O| Sep 16 14:36:07.463 INFO STEP 34 (ensure_file) COMPLETE
79112024-09-16T14:36:08.551Z[ recovery-image] Sep 16 14:36:07.463 INFO O| Sep 16 14:36:07.463 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79122024-09-16T14:36:08.566Z[ recovery-image] Sep 16 14:36:07.479 INFO O| Sep 16 14:36:07.479 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79132024-09-16T14:36:08.568Z[ recovery-image] Sep 16 14:36:07.480 INFO O| Sep 16 14:36:07.480 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79142024-09-16T14:36:08.569Z[ recovery-image] Sep 16 14:36:07.480 INFO O| Sep 16 14:36:07.480 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79152024-09-16T14:36:08.569Z[ recovery-image] Sep 16 14:36:07.480 INFO O| Sep 16 14:36:07.480 INFO STEP 35 (ensure_dir) COMPLETE
79162024-09-16T14:36:08.569Z[ recovery-image] Sep 16 14:36:07.480 INFO O| Sep 16 14:36:07.480 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79172024-09-16T14:36:08.583Z[ recovery-image] Sep 16 14:36:07.497 INFO O| Sep 16 14:36:07.497 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
79182024-09-16T14:36:08.583Z[ recovery-image] Sep 16 14:36:07.497 INFO O| Sep 16 14:36:07.497 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 ...
79192024-09-16T14:36:08.586Z[ recovery-image] Sep 16 14:36:07.497 INFO O| Sep 16 14:36:07.497 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
79202024-09-16T14:36:08.586Z[ recovery-image] Sep 16 14:36:07.497 INFO O| Sep 16 14:36:07.497 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
79212024-09-16T14:36:08.586Z[ recovery-image] Sep 16 14:36:07.497 INFO O| Sep 16 14:36:07.497 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
79222024-09-16T14:36:08.586Z[ recovery-image] Sep 16 14:36:07.498 INFO O| Sep 16 14:36:07.498 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
79232024-09-16T14:36:08.586Z[ recovery-image] Sep 16 14:36:07.498 INFO O| Sep 16 14:36:07.498 INFO ok!
79242024-09-16T14:36:08.586Z[ recovery-image] Sep 16 14:36:07.498 INFO O| Sep 16 14:36:07.498 INFO STEP 36 (ensure_file) COMPLETE
79252024-09-16T14:36:08.586Z[ recovery-image] Sep 16 14:36:07.498 INFO O| Sep 16 14:36:07.498 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79262024-09-16T14:36:08.600Z[ recovery-image] Sep 16 14:36:07.514 INFO O| Sep 16 14:36:07.514 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79272024-09-16T14:36:08.600Z[ recovery-image] Sep 16 14:36:07.514 INFO O| Sep 16 14:36:07.514 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 ...
79282024-09-16T14:36:08.603Z[ recovery-image] Sep 16 14:36:07.514 INFO O| Sep 16 14:36:07.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79292024-09-16T14:36:08.603Z[ recovery-image] Sep 16 14:36:07.515 INFO O| Sep 16 14:36:07.514 INFO ok!
79302024-09-16T14:36:08.603Z[ recovery-image] Sep 16 14:36:07.515 INFO O| Sep 16 14:36:07.515 INFO STEP 37 (ensure_symlink) COMPLETE
79312024-09-16T14:36:08.603Z[ recovery-image] Sep 16 14:36:07.515 INFO O| Sep 16 14:36:07.515 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79322024-09-16T14:36:08.636Z[ recovery-image] Sep 16 14:36:07.550 INFO O| Sep 16 14:36:07.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79332024-09-16T14:36:08.636Z[ recovery-image] Sep 16 14:36:07.550 INFO O| Sep 16 14:36:07.550 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79342024-09-16T14:36:08.639Z[ recovery-image] Sep 16 14:36:07.550 INFO O| Sep 16 14:36:07.550 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79352024-09-16T14:36:08.639Z[ recovery-image] Sep 16 14:36:07.550 INFO O| Sep 16 14:36:07.550 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79362024-09-16T14:36:08.639Z[ recovery-image] Sep 16 14:36:07.550 INFO O| Sep 16 14:36:07.550 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79372024-09-16T14:36:08.639Z[ recovery-image] Sep 16 14:36:07.550 INFO O| Sep 16 14:36:07.550 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79382024-09-16T14:36:08.639Z[ recovery-image] Sep 16 14:36:07.551 INFO O| Sep 16 14:36:07.550 INFO ok!
79392024-09-16T14:36:08.639Z[ recovery-image] Sep 16 14:36:07.551 INFO O| Sep 16 14:36:07.551 INFO STEP 38 (ensure_file) COMPLETE
79402024-09-16T14:36:08.639Z[ recovery-image] Sep 16 14:36:07.551 INFO O| Sep 16 14:36:07.551 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79412024-09-16T14:36:08.657Z[ recovery-image] Sep 16 14:36:07.570 INFO O| Sep 16 14:36:07.570 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
79422024-09-16T14:36:08.657Z[ recovery-image] Sep 16 14:36:07.570 INFO O| Sep 16 14:36:07.570 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 ...
79432024-09-16T14:36:08.659Z[ recovery-image] Sep 16 14:36:07.571 INFO O| Sep 16 14:36:07.571 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
79442024-09-16T14:36:08.659Z[ recovery-image] Sep 16 14:36:07.571 INFO O| Sep 16 14:36:07.571 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
79452024-09-16T14:36:08.659Z[ recovery-image] Sep 16 14:36:07.571 INFO O| Sep 16 14:36:07.571 INFO ok!
79462024-09-16T14:36:08.659Z[ recovery-image] Sep 16 14:36:07.571 INFO O| Sep 16 14:36:07.571 INFO STEP 39 (ensure_file) COMPLETE
79472024-09-16T14:36:08.659Z[ recovery-image] Sep 16 14:36:07.571 INFO O| Sep 16 14:36:07.571 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79482024-09-16T14:36:08.678Z[ recovery-image] Sep 16 14:36:07.592 INFO O| Sep 16 14:36:07.591 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
79492024-09-16T14:36:08.678Z[ recovery-image] Sep 16 14:36:07.592 INFO O| Sep 16 14:36:07.592 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
79502024-09-16T14:36:08.681Z[ recovery-image] Sep 16 14:36:07.592 INFO O| Sep 16 14:36:07.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
79512024-09-16T14:36:08.681Z[ recovery-image] Sep 16 14:36:07.592 INFO O| Sep 16 14:36:07.592 INFO ok!
79522024-09-16T14:36:08.681Z[ recovery-image] Sep 16 14:36:07.592 INFO O| Sep 16 14:36:07.592 INFO STEP 40 (ensure_file) COMPLETE
79532024-09-16T14:36:08.681Z[ recovery-image] Sep 16 14:36:07.592 INFO O| Sep 16 14:36:07.592 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79542024-09-16T14:36:08.699Z[ recovery-image] Sep 16 14:36:07.612 INFO O| Sep 16 14:36:07.612 INFO updating shadow file
79552024-09-16T14:36:08.702Z[ recovery-image] Sep 16 14:36:07.613 INFO O| Sep 16 14:36:07.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79562024-09-16T14:36:08.702Z[ recovery-image] Sep 16 14:36:07.613 INFO O| Sep 16 14:36:07.613 INFO STEP 41 (shadow) COMPLETE
79572024-09-16T14:36:08.702Z[ recovery-image] Sep 16 14:36:07.613 INFO O| Sep 16 14:36:07.613 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
79582024-09-16T14:36:08.751Z[ recovery-image] Sep 16 14:36:07.664 INFO O| Sep 16 14:36:07.664 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
79592024-09-16T14:36:08.751Z[ recovery-image] Sep 16 14:36:07.665 INFO O| Sep 16 14:36:07.664 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
79602024-09-16T14:36:08.754Z[ recovery-image] Sep 16 14:36:07.665 INFO O| Sep 16 14:36:07.665 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79612024-09-16T14:36:08.754Z[ recovery-image] Sep 16 14:36:07.665 INFO O| Sep 16 14:36:07.665 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
79622024-09-16T14:36:08.754Z[ recovery-image] Sep 16 14:36:07.665 INFO O| Sep 16 14:36:07.665 INFO ok!
79632024-09-16T14:36:08.754Z[ recovery-image] Sep 16 14:36:07.665 INFO O| Sep 16 14:36:07.665 INFO STEP 42 (ensure_file) COMPLETE
79642024-09-16T14:36:08.754Z[ recovery-image] Sep 16 14:36:07.665 INFO O| Sep 16 14:36:07.665 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79652024-09-16T14:36:08.769Z[ recovery-image] Sep 16 14:36:07.682 INFO O| Sep 16 14:36:07.682 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
79662024-09-16T14:36:08.769Z[ recovery-image] Sep 16 14:36:07.682 INFO O| Sep 16 14:36:07.682 INFO STEP 43 (ensure_dir) COMPLETE
79672024-09-16T14:36:08.772Z[ recovery-image] Sep 16 14:36:07.682 INFO O| Sep 16 14:36:07.682 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79682024-09-16T14:36:08.811Z[ recovery-image] Sep 16 14:36:07.724 INFO O| Sep 16 14:36:07.724 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79692024-09-16T14:36:08.811Z[ recovery-image] Sep 16 14:36:07.725 INFO O| Sep 16 14:36:07.724 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
79702024-09-16T14:36:08.814Z[ recovery-image] Sep 16 14:36:07.725 INFO O| Sep 16 14:36:07.725 INFO STEP 44 (ensure_dir) COMPLETE
79712024-09-16T14:36:08.814Z[ recovery-image] Sep 16 14:36:07.725 INFO O| Sep 16 14:36:07.725 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79722024-09-16T14:36:08.832Z[ recovery-image] Sep 16 14:36:07.745 INFO O| Sep 16 14:36:07.745 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79732024-09-16T14:36:08.832Z[ recovery-image] Sep 16 14:36:07.745 INFO O| Sep 16 14:36:07.745 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
79742024-09-16T14:36:08.832Z[ recovery-image] Sep 16 14:36:07.745 INFO O| Sep 16 14:36:07.745 INFO STEP 45 (ensure_dir) COMPLETE
79752024-09-16T14:36:08.832Z[ recovery-image] Sep 16 14:36:07.745 INFO O| Sep 16 14:36:07.745 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79762024-09-16T14:36:08.859Z[ recovery-image] Sep 16 14:36:07.772 INFO O| Sep 16 14:36:07.772 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
79772024-09-16T14:36:08.859Z[ recovery-image] Sep 16 14:36:07.772 INFO O| Sep 16 14:36:07.772 INFO copying /tmp/.tmpshoa1R/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
79782024-09-16T14:36:08.914Z[ recovery-image] Sep 16 14:36:07.827 INFO O| Sep 16 14:36:07.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
79792024-09-16T14:36:08.916Z[ recovery-image] Sep 16 14:36:07.827 INFO O| Sep 16 14:36:07.827 INFO ok!
79802024-09-16T14:36:08.916Z[ recovery-image] Sep 16 14:36:07.827 INFO O| Sep 16 14:36:07.827 INFO STEP 46 (ensure_file) COMPLETE
79812024-09-16T14:36:08.916Z[ recovery-image] Sep 16 14:36:07.827 INFO O| Sep 16 14:36:07.827 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79822024-09-16T14:36:08.932Z[ recovery-image] Sep 16 14:36:07.845 INFO O| Sep 16 14:36:07.845 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79832024-09-16T14:36:08.934Z[ recovery-image] Sep 16 14:36:07.845 INFO O| Sep 16 14:36:07.845 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
79842024-09-16T14:36:08.934Z[ recovery-image] Sep 16 14:36:07.845 INFO O| Sep 16 14:36:07.845 INFO STEP 47 (ensure_dir) COMPLETE
79852024-09-16T14:36:08.934Z[ recovery-image] Sep 16 14:36:07.846 INFO O| Sep 16 14:36:07.846 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79862024-09-16T14:36:08.949Z[ recovery-image] Sep 16 14:36:07.862 INFO O| Sep 16 14:36:07.862 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
79872024-09-16T14:36:08.949Z[ recovery-image] Sep 16 14:36:07.862 INFO O| Sep 16 14:36:07.862 INFO copying /tmp/.tmpshoa1R/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
79882024-09-16T14:36:08.952Z[ recovery-image] Sep 16 14:36:07.863 INFO O| Sep 16 14:36:07.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
79892024-09-16T14:36:08.952Z[ recovery-image] Sep 16 14:36:07.863 INFO O| Sep 16 14:36:07.863 INFO ok!
79902024-09-16T14:36:08.952Z[ recovery-image] Sep 16 14:36:07.863 INFO O| Sep 16 14:36:07.863 INFO STEP 48 (ensure_file) COMPLETE
79912024-09-16T14:36:08.952Z[ recovery-image] Sep 16 14:36:07.863 INFO O| Sep 16 14:36:07.863 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79922024-09-16T14:36:08.967Z[ recovery-image] Sep 16 14:36:07.881 INFO O| Sep 16 14:36:07.881 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79932024-09-16T14:36:08.970Z[ recovery-image] Sep 16 14:36:07.881 INFO O| Sep 16 14:36:07.881 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
79942024-09-16T14:36:08.970Z[ recovery-image] Sep 16 14:36:07.881 INFO O| Sep 16 14:36:07.881 INFO STEP 49 (ensure_dir) COMPLETE
79952024-09-16T14:36:08.970Z[ recovery-image] Sep 16 14:36:07.881 INFO O| Sep 16 14:36:07.881 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79962024-09-16T14:36:08.986Z[ recovery-image] Sep 16 14:36:07.899 INFO O| Sep 16 14:36:07.899 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
79972024-09-16T14:36:08.986Z[ recovery-image] Sep 16 14:36:07.899 INFO O| Sep 16 14:36:07.899 INFO copying /tmp/.tmpshoa1R/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
79982024-09-16T14:36:09.007Z[ recovery-image] Sep 16 14:36:07.921 INFO O| Sep 16 14:36:07.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
79992024-09-16T14:36:09.007Z[ recovery-image] Sep 16 14:36:07.921 INFO O| Sep 16 14:36:07.921 INFO ok!
80002024-09-16T14:36:09.007Z[ recovery-image] Sep 16 14:36:07.921 INFO O| Sep 16 14:36:07.921 INFO STEP 50 (ensure_file) COMPLETE
80012024-09-16T14:36:09.010Z[ recovery-image] Sep 16 14:36:07.921 INFO O| Sep 16 14:36:07.921 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80022024-09-16T14:36:09.046Z[ recovery-image] Sep 16 14:36:07.959 INFO O| Sep 16 14:36:07.959 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80032024-09-16T14:36:09.046Z[ recovery-image] Sep 16 14:36:07.959 INFO O| Sep 16 14:36:07.959 INFO copying /tmp/.tmpshoa1R/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80042024-09-16T14:36:11.068Z[ recovery-image] Sep 16 14:36:09.981 INFO O| Sep 16 14:36:09.981 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80052024-09-16T14:36:11.068Z[ recovery-image] Sep 16 14:36:09.981 INFO O| Sep 16 14:36:09.981 INFO ok!
80062024-09-16T14:36:11.071Z[ recovery-image] Sep 16 14:36:09.981 INFO O| Sep 16 14:36:09.981 INFO STEP 51 (ensure_file) COMPLETE
80072024-09-16T14:36:11.071Z[ recovery-image] Sep 16 14:36:09.981 INFO O| Sep 16 14:36:09.981 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80082024-09-16T14:36:11.097Z[ recovery-image] Sep 16 14:36:10.010 INFO O| Sep 16 14:36:10.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80092024-09-16T14:36:11.100Z[ recovery-image] Sep 16 14:36:10.011 INFO O| Sep 16 14:36:10.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80102024-09-16T14:36:11.100Z[ recovery-image] Sep 16 14:36:10.011 INFO O| Sep 16 14:36:10.011 INFO STEP 52 (ensure_dir) COMPLETE
80112024-09-16T14:36:11.100Z[ recovery-image] Sep 16 14:36:10.011 INFO O| Sep 16 14:36:10.011 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80122024-09-16T14:36:11.134Z[ recovery-image] Sep 16 14:36:10.047 INFO O| Sep 16 14:36:10.047 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80132024-09-16T14:36:11.134Z[ recovery-image] Sep 16 14:36:10.047 INFO O| Sep 16 14:36:10.047 INFO copying /tmp/.tmpshoa1R/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 ...
80142024-09-16T14:36:11.134Z[ recovery-image] Sep 16 14:36:10.047 INFO O| Sep 16 14:36:10.047 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
80152024-09-16T14:36:11.134Z[ recovery-image] Sep 16 14:36:10.047 INFO O| Sep 16 14:36:10.047 INFO ok!
80162024-09-16T14:36:11.137Z[ recovery-image] Sep 16 14:36:10.047 INFO O| Sep 16 14:36:10.047 INFO STEP 53 (ensure_file) COMPLETE
80172024-09-16T14:36:11.137Z[ recovery-image] Sep 16 14:36:10.047 INFO O| Sep 16 14:36:10.047 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80182024-09-16T14:36:11.193Z[ recovery-image] Sep 16 14:36:10.106 INFO O| Sep 16 14:36:10.106 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80192024-09-16T14:36:11.193Z[ recovery-image] Sep 16 14:36:10.106 INFO O| Sep 16 14:36:10.106 INFO copying /tmp/.tmpshoa1R/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 ...
80202024-09-16T14:36:11.196Z[ recovery-image] Sep 16 14:36:10.106 INFO O| Sep 16 14:36:10.106 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
80212024-09-16T14:36:11.196Z[ recovery-image] Sep 16 14:36:10.106 INFO O| Sep 16 14:36:10.106 INFO ok!
80222024-09-16T14:36:11.196Z[ recovery-image] Sep 16 14:36:10.106 INFO O| Sep 16 14:36:10.106 INFO STEP 54 (ensure_file) COMPLETE
80232024-09-16T14:36:11.196Z[ recovery-image] Sep 16 14:36:10.106 INFO O| Sep 16 14:36:10.106 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80242024-09-16T14:36:11.210Z[ recovery-image] Sep 16 14:36:10.123 INFO O| Sep 16 14:36:10.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80252024-09-16T14:36:11.210Z[ recovery-image] Sep 16 14:36:10.123 INFO O| Sep 16 14:36:10.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80262024-09-16T14:36:11.210Z[ recovery-image] Sep 16 14:36:10.123 INFO O| Sep 16 14:36:10.123 INFO STEP 55 (ensure_dir) COMPLETE
80272024-09-16T14:36:11.213Z[ recovery-image] Sep 16 14:36:10.123 INFO O| Sep 16 14:36:10.123 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80282024-09-16T14:36:11.227Z[ recovery-image] Sep 16 14:36:10.140 INFO O| Sep 16 14:36:10.140 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80292024-09-16T14:36:11.227Z[ recovery-image] Sep 16 14:36:10.140 INFO O| Sep 16 14:36:10.140 INFO copying /tmp/.tmpshoa1R/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 ...
80302024-09-16T14:36:11.238Z[ recovery-image] Sep 16 14:36:10.140 INFO O| Sep 16 14:36:10.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80312024-09-16T14:36:11.238Z[ recovery-image] Sep 16 14:36:10.140 INFO O| Sep 16 14:36:10.140 INFO ok!
80322024-09-16T14:36:11.238Z[ recovery-image] Sep 16 14:36:10.140 INFO O| Sep 16 14:36:10.140 INFO STEP 56 (ensure_file) COMPLETE
80332024-09-16T14:36:11.238Z[ recovery-image] Sep 16 14:36:10.140 INFO O| Sep 16 14:36:10.140 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80342024-09-16T14:36:11.244Z[ recovery-image] Sep 16 14:36:10.157 INFO O| Sep 16 14:36:10.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80352024-09-16T14:36:11.244Z[ recovery-image] Sep 16 14:36:10.157 INFO O| Sep 16 14:36:10.157 INFO copying /tmp/.tmpshoa1R/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 ...
80362024-09-16T14:36:11.246Z[ recovery-image] Sep 16 14:36:10.157 INFO O| Sep 16 14:36:10.157 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
80372024-09-16T14:36:11.246Z[ recovery-image] Sep 16 14:36:10.157 INFO O| Sep 16 14:36:10.157 INFO ok!
80382024-09-16T14:36:11.246Z[ recovery-image] Sep 16 14:36:10.157 INFO O| Sep 16 14:36:10.157 INFO STEP 57 (ensure_file) COMPLETE
80392024-09-16T14:36:11.246Z[ recovery-image] Sep 16 14:36:10.157 INFO O| Sep 16 14:36:10.157 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80402024-09-16T14:36:11.300Z[ recovery-image] Sep 16 14:36:10.213 INFO O| Sep 16 14:36:10.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80412024-09-16T14:36:11.300Z[ recovery-image] Sep 16 14:36:10.213 INFO O| Sep 16 14:36:10.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
80422024-09-16T14:36:11.300Z[ recovery-image] Sep 16 14:36:10.213 INFO O| Sep 16 14:36:10.213 INFO STEP 58 (ensure_dir) COMPLETE
80432024-09-16T14:36:11.303Z[ recovery-image] Sep 16 14:36:10.213 INFO O| Sep 16 14:36:10.213 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80442024-09-16T14:36:11.319Z[ recovery-image] Sep 16 14:36:10.232 INFO O| Sep 16 14:36:10.232 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
80452024-09-16T14:36:11.319Z[ recovery-image] Sep 16 14:36:10.232 INFO O| Sep 16 14:36:10.232 INFO copying /tmp/.tmpshoa1R/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 ...
80462024-09-16T14:36:11.321Z[ recovery-image] Sep 16 14:36:10.232 INFO O| Sep 16 14:36:10.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
80472024-09-16T14:36:11.321Z[ recovery-image] Sep 16 14:36:10.232 INFO O| Sep 16 14:36:10.232 INFO ok!
80482024-09-16T14:36:11.321Z[ recovery-image] Sep 16 14:36:10.232 INFO O| Sep 16 14:36:10.232 INFO STEP 59 (ensure_file) COMPLETE
80492024-09-16T14:36:11.321Z[ recovery-image] Sep 16 14:36:10.232 INFO O| Sep 16 14:36:10.232 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80502024-09-16T14:36:11.338Z[ recovery-image] Sep 16 14:36:10.251 INFO O| Sep 16 14:36:10.251 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
80512024-09-16T14:36:11.338Z[ recovery-image] Sep 16 14:36:10.251 INFO O| Sep 16 14:36:10.251 INFO copying /tmp/.tmpshoa1R/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
80522024-09-16T14:36:11.341Z[ recovery-image] Sep 16 14:36:10.251 INFO O| Sep 16 14:36:10.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
80532024-09-16T14:36:11.341Z[ recovery-image] Sep 16 14:36:10.251 INFO O| Sep 16 14:36:10.251 INFO ok!
80542024-09-16T14:36:11.341Z[ recovery-image] Sep 16 14:36:10.251 INFO O| Sep 16 14:36:10.251 INFO STEP 60 (ensure_file) COMPLETE
80552024-09-16T14:36:11.341Z[ recovery-image] Sep 16 14:36:10.251 INFO O| Sep 16 14:36:10.251 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80562024-09-16T14:36:11.358Z[ recovery-image] Sep 16 14:36:10.270 INFO O| Sep 16 14:36:10.269 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
80572024-09-16T14:36:11.359Z[ recovery-image] Sep 16 14:36:10.270 INFO O| Sep 16 14:36:10.269 INFO STEP 61 (ensure_dir) COMPLETE
80582024-09-16T14:36:11.359Z[ recovery-image] Sep 16 14:36:10.270 INFO O| Sep 16 14:36:10.269 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80592024-09-16T14:36:11.452Z[ recovery-image] Sep 16 14:36:10.365 INFO O| Sep 16 14:36:10.365 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
80602024-09-16T14:36:11.452Z[ recovery-image] Sep 16 14:36:10.365 INFO O| Sep 16 14:36:10.365 INFO STEP 62 (ensure_dir) COMPLETE
80612024-09-16T14:36:11.452Z[ recovery-image] Sep 16 14:36:10.365 INFO O| Sep 16 14:36:10.365 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80622024-09-16T14:36:11.470Z[ recovery-image] Sep 16 14:36:10.383 INFO O| Sep 16 14:36:10.383 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
80632024-09-16T14:36:11.470Z[ recovery-image] Sep 16 14:36:10.383 INFO O| Sep 16 14:36:10.383 INFO STEP 63 (ensure_dir) COMPLETE
80642024-09-16T14:36:11.473Z[ recovery-image] Sep 16 14:36:10.383 INFO O| Sep 16 14:36:10.383 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80652024-09-16T14:36:11.489Z[ recovery-image] Sep 16 14:36:10.402 INFO O| Sep 16 14:36:10.402 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
80662024-09-16T14:36:11.489Z[ recovery-image] Sep 16 14:36:10.402 INFO O| Sep 16 14:36:10.402 INFO STEP 64 (ensure_dir) COMPLETE
80672024-09-16T14:36:11.492Z[ recovery-image] Sep 16 14:36:10.402 INFO O| Sep 16 14:36:10.402 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80682024-09-16T14:36:11.507Z[ recovery-image] Sep 16 14:36:10.420 INFO O| Sep 16 14:36:10.420 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
80692024-09-16T14:36:11.507Z[ recovery-image] Sep 16 14:36:10.420 INFO O| Sep 16 14:36:10.420 INFO copying /tmp/.tmpshoa1R/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
80702024-09-16T14:36:11.507Z[ recovery-image] Sep 16 14:36:10.420 INFO O| Sep 16 14:36:10.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
80712024-09-16T14:36:11.510Z[ recovery-image] Sep 16 14:36:10.420 INFO O| Sep 16 14:36:10.420 INFO ok!
80722024-09-16T14:36:11.510Z[ recovery-image] Sep 16 14:36:10.420 INFO O| Sep 16 14:36:10.420 INFO STEP 65 (ensure_file) COMPLETE
80732024-09-16T14:36:11.510Z[ recovery-image] Sep 16 14:36:10.420 INFO O| Sep 16 14:36:10.420 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80742024-09-16T14:36:11.525Z[ recovery-image] Sep 16 14:36:10.437 INFO O| Sep 16 14:36:10.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
80752024-09-16T14:36:11.527Z[ recovery-image] Sep 16 14:36:10.438 INFO O| Sep 16 14:36:10.438 INFO STEP 66 (remove_files) COMPLETE
80762024-09-16T14:36:11.527Z[ recovery-image] Sep 16 14:36:10.438 INFO O| Sep 16 14:36:10.438 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80772024-09-16T14:36:11.543Z[ recovery-image] Sep 16 14:36:10.456 INFO O| Sep 16 14:36:10.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
80782024-09-16T14:36:11.543Z[ recovery-image] Sep 16 14:36:10.456 INFO O| Sep 16 14:36:10.456 INFO STEP 67 (remove_files) COMPLETE
80792024-09-16T14:36:11.543Z[ recovery-image] Sep 16 14:36:10.456 INFO O| Sep 16 14:36:10.456 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80802024-09-16T14:36:11.584Z[ recovery-image] Sep 16 14:36:10.497 INFO O| Sep 16 14:36:10.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
80812024-09-16T14:36:11.586Z[ recovery-image] Sep 16 14:36:10.497 INFO O| Sep 16 14:36:10.497 INFO STEP 68 (remove_files) COMPLETE
80822024-09-16T14:36:11.586Z[ recovery-image] Sep 16 14:36:10.497 INFO O| Sep 16 14:36:10.497 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80832024-09-16T14:36:11.604Z[ recovery-image] Sep 16 14:36:10.517 INFO O| Sep 16 14:36:10.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
80842024-09-16T14:36:11.606Z[ recovery-image] Sep 16 14:36:10.517 INFO O| Sep 16 14:36:10.517 INFO STEP 69 (remove_files) COMPLETE
80852024-09-16T14:36:11.606Z[ recovery-image] Sep 16 14:36:10.517 INFO O| Sep 16 14:36:10.517 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80862024-09-16T14:36:11.621Z[ recovery-image] Sep 16 14:36:10.534 INFO O| Sep 16 14:36:10.534 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
80872024-09-16T14:36:11.626Z[ recovery-image] Sep 16 14:36:10.535 INFO O| Sep 16 14:36:10.535 INFO STEP 70 (remove_files) COMPLETE
80882024-09-16T14:36:11.626Z[ recovery-image] Sep 16 14:36:10.535 INFO O| Sep 16 14:36:10.535 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80892024-09-16T14:36:11.639Z[ recovery-image] Sep 16 14:36:10.552 INFO O| Sep 16 14:36:10.552 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
80902024-09-16T14:36:11.641Z[ recovery-image] Sep 16 14:36:10.552 INFO O| Sep 16 14:36:10.552 INFO STEP 71 (remove_files) COMPLETE
80912024-09-16T14:36:11.641Z[ recovery-image] Sep 16 14:36:10.552 INFO O| Sep 16 14:36:10.552 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80922024-09-16T14:36:11.675Z[ recovery-image] Sep 16 14:36:10.588 INFO O| Sep 16 14:36:10.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
80932024-09-16T14:36:11.678Z[ recovery-image] Sep 16 14:36:10.589 INFO O| Sep 16 14:36:10.589 INFO STEP 72 (remove_files) COMPLETE
80942024-09-16T14:36:11.678Z[ recovery-image] Sep 16 14:36:10.589 INFO O| Sep 16 14:36:10.589 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80952024-09-16T14:36:11.717Z[ recovery-image] Sep 16 14:36:10.630 INFO O| Sep 16 14:36:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
80962024-09-16T14:36:11.717Z[ recovery-image] Sep 16 14:36:10.630 INFO O| Sep 16 14:36:10.630 INFO STEP 73 (remove_files) COMPLETE
80972024-09-16T14:36:11.717Z[ recovery-image] Sep 16 14:36:10.630 INFO O| Sep 16 14:36:10.630 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80982024-09-16T14:36:11.760Z[ recovery-image] Sep 16 14:36:10.673 INFO O| Sep 16 14:36:10.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
80992024-09-16T14:36:11.760Z[ recovery-image] Sep 16 14:36:10.673 INFO O| Sep 16 14:36:10.673 INFO STEP 74 (remove_files) COMPLETE
81002024-09-16T14:36:11.760Z[ recovery-image] Sep 16 14:36:10.673 INFO O| Sep 16 14:36:10.673 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81012024-09-16T14:36:11.788Z[ recovery-image] Sep 16 14:36:10.701 INFO O| Sep 16 14:36:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81022024-09-16T14:36:11.788Z[ recovery-image] Sep 16 14:36:10.701 INFO O| Sep 16 14:36:10.701 INFO STEP 75 (remove_files) COMPLETE
81032024-09-16T14:36:11.788Z[ recovery-image] Sep 16 14:36:10.701 INFO O| Sep 16 14:36:10.701 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81042024-09-16T14:36:11.806Z[ recovery-image] Sep 16 14:36:10.719 INFO O| Sep 16 14:36:10.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81052024-09-16T14:36:11.806Z[ recovery-image] Sep 16 14:36:10.719 INFO O| Sep 16 14:36:10.719 INFO STEP 76 (remove_files) COMPLETE
81062024-09-16T14:36:11.806Z[ recovery-image] Sep 16 14:36:10.719 INFO O| Sep 16 14:36:10.719 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81072024-09-16T14:36:11.824Z[ recovery-image] Sep 16 14:36:10.737 INFO O| Sep 16 14:36:10.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81082024-09-16T14:36:11.824Z[ recovery-image] Sep 16 14:36:10.737 INFO O| Sep 16 14:36:10.737 INFO STEP 77 (remove_files) COMPLETE
81092024-09-16T14:36:11.824Z[ recovery-image] Sep 16 14:36:10.737 INFO O| Sep 16 14:36:10.737 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81102024-09-16T14:36:11.841Z[ recovery-image] Sep 16 14:36:10.754 INFO O| Sep 16 14:36:10.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81112024-09-16T14:36:11.841Z[ recovery-image] Sep 16 14:36:10.754 INFO O| Sep 16 14:36:10.754 INFO STEP 78 (remove_files) COMPLETE
81122024-09-16T14:36:11.841Z[ recovery-image] Sep 16 14:36:10.754 INFO O| Sep 16 14:36:10.754 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81132024-09-16T14:36:11.858Z[ recovery-image] Sep 16 14:36:10.771 INFO O| Sep 16 14:36:10.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81142024-09-16T14:36:11.858Z[ recovery-image] Sep 16 14:36:10.771 INFO O| Sep 16 14:36:10.771 INFO STEP 79 (remove_files) COMPLETE
81152024-09-16T14:36:11.860Z[ recovery-image] Sep 16 14:36:10.771 INFO O| Sep 16 14:36:10.771 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81162024-09-16T14:36:11.876Z[ recovery-image] Sep 16 14:36:10.789 INFO O| Sep 16 14:36:10.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81172024-09-16T14:36:11.876Z[ recovery-image] Sep 16 14:36:10.789 INFO O| Sep 16 14:36:10.789 INFO STEP 80 (remove_files) COMPLETE
81182024-09-16T14:36:11.876Z[ recovery-image] Sep 16 14:36:10.789 INFO O| Sep 16 14:36:10.789 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81192024-09-16T14:36:11.910Z[ recovery-image] Sep 16 14:36:10.823 INFO O| Sep 16 14:36:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81202024-09-16T14:36:11.910Z[ recovery-image] Sep 16 14:36:10.823 INFO O| Sep 16 14:36:10.823 INFO STEP 81 (remove_files) COMPLETE
81212024-09-16T14:36:11.912Z[ recovery-image] Sep 16 14:36:10.823 INFO O| Sep 16 14:36:10.823 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81222024-09-16T14:36:11.927Z[ recovery-image] Sep 16 14:36:10.840 INFO O| Sep 16 14:36:10.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81232024-09-16T14:36:11.927Z[ recovery-image] Sep 16 14:36:10.840 INFO O| Sep 16 14:36:10.840 INFO STEP 82 (remove_files) COMPLETE
81242024-09-16T14:36:11.927Z[ recovery-image] Sep 16 14:36:10.840 INFO O| Sep 16 14:36:10.840 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81252024-09-16T14:36:11.946Z[ recovery-image] Sep 16 14:36:10.858 INFO O| Sep 16 14:36:10.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81262024-09-16T14:36:11.946Z[ recovery-image] Sep 16 14:36:10.858 INFO O| Sep 16 14:36:10.858 INFO STEP 83 (remove_files) COMPLETE
81272024-09-16T14:36:11.949Z[ recovery-image] Sep 16 14:36:10.858 INFO O| Sep 16 14:36:10.858 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81282024-09-16T14:36:11.961Z[ recovery-image] Sep 16 14:36:10.874 INFO O| Sep 16 14:36:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81292024-09-16T14:36:11.961Z[ recovery-image] Sep 16 14:36:10.874 INFO O| Sep 16 14:36:10.874 INFO STEP 84 (remove_files) COMPLETE
81302024-09-16T14:36:11.961Z[ recovery-image] Sep 16 14:36:10.874 INFO O| Sep 16 14:36:10.874 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81312024-09-16T14:36:11.980Z[ recovery-image] Sep 16 14:36:10.893 INFO O| Sep 16 14:36:10.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81322024-09-16T14:36:11.980Z[ recovery-image] Sep 16 14:36:10.893 INFO O| Sep 16 14:36:10.893 INFO STEP 85 (remove_files) COMPLETE
81332024-09-16T14:36:11.983Z[ recovery-image] Sep 16 14:36:10.893 INFO O| Sep 16 14:36:10.893 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81342024-09-16T14:36:12.018Z[ recovery-image] Sep 16 14:36:10.930 INFO O| Sep 16 14:36:10.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81352024-09-16T14:36:12.018Z[ recovery-image] Sep 16 14:36:10.930 INFO O| Sep 16 14:36:10.930 INFO STEP 86 (remove_files) COMPLETE
81362024-09-16T14:36:12.018Z[ recovery-image] Sep 16 14:36:10.930 INFO O| Sep 16 14:36:10.930 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81372024-09-16T14:36:12.068Z[ recovery-image] Sep 16 14:36:10.981 INFO O| Sep 16 14:36:10.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81382024-09-16T14:36:12.068Z[ recovery-image] Sep 16 14:36:10.981 INFO O| Sep 16 14:36:10.981 INFO STEP 87 (remove_files) COMPLETE
81392024-09-16T14:36:12.068Z[ recovery-image] Sep 16 14:36:10.981 INFO O| Sep 16 14:36:10.981 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81402024-09-16T14:36:12.086Z[ recovery-image] Sep 16 14:36:10.999 INFO O| Sep 16 14:36:10.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
81412024-09-16T14:36:12.089Z[ recovery-image] Sep 16 14:36:10.999 INFO O| Sep 16 14:36:10.999 INFO STEP 88 (remove_files) COMPLETE
81422024-09-16T14:36:12.089Z[ recovery-image] Sep 16 14:36:10.999 INFO O| Sep 16 14:36:10.999 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81432024-09-16T14:36:12.106Z[ recovery-image] Sep 16 14:36:11.019 INFO O| Sep 16 14:36:11.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
81442024-09-16T14:36:12.108Z[ recovery-image] Sep 16 14:36:11.019 INFO O| Sep 16 14:36:11.019 INFO STEP 89 (remove_files) COMPLETE
81452024-09-16T14:36:12.108Z[ recovery-image] Sep 16 14:36:11.019 INFO O| Sep 16 14:36:11.019 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81462024-09-16T14:36:12.125Z[ recovery-image] Sep 16 14:36:11.038 INFO O| Sep 16 14:36:11.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
81472024-09-16T14:36:12.125Z[ recovery-image] Sep 16 14:36:11.038 INFO O| Sep 16 14:36:11.038 INFO STEP 90 (remove_files) COMPLETE
81482024-09-16T14:36:12.128Z[ recovery-image] Sep 16 14:36:11.038 INFO O| Sep 16 14:36:11.038 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81492024-09-16T14:36:12.144Z[ recovery-image] Sep 16 14:36:11.056 INFO O| Sep 16 14:36:11.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
81502024-09-16T14:36:12.144Z[ recovery-image] Sep 16 14:36:11.056 INFO O| Sep 16 14:36:11.056 INFO STEP 91 (remove_files) COMPLETE
81512024-09-16T14:36:12.144Z[ recovery-image] Sep 16 14:36:11.056 INFO O| Sep 16 14:36:11.056 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81522024-09-16T14:36:12.161Z[ recovery-image] Sep 16 14:36:11.074 INFO O| Sep 16 14:36:11.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
81532024-09-16T14:36:12.164Z[ recovery-image] Sep 16 14:36:11.075 INFO O| Sep 16 14:36:11.074 INFO STEP 92 (remove_files) COMPLETE
81542024-09-16T14:36:12.164Z[ recovery-image] Sep 16 14:36:11.075 INFO O| Sep 16 14:36:11.074 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81552024-09-16T14:36:12.179Z[ recovery-image] Sep 16 14:36:11.092 INFO O| Sep 16 14:36:11.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
81562024-09-16T14:36:12.181Z[ recovery-image] Sep 16 14:36:11.092 INFO O| Sep 16 14:36:11.092 INFO STEP 93 (remove_files) COMPLETE
81572024-09-16T14:36:12.181Z[ recovery-image] Sep 16 14:36:11.092 INFO O| Sep 16 14:36:11.092 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81582024-09-16T14:36:12.195Z[ recovery-image] Sep 16 14:36:11.108 INFO O| Sep 16 14:36:11.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
81592024-09-16T14:36:12.198Z[ recovery-image] Sep 16 14:36:11.108 INFO O| Sep 16 14:36:11.108 INFO STEP 94 (remove_files) COMPLETE
81602024-09-16T14:36:12.198Z[ recovery-image] Sep 16 14:36:11.108 INFO O| Sep 16 14:36:11.108 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81612024-09-16T14:36:12.255Z[ recovery-image] Sep 16 14:36:11.168 INFO O| Sep 16 14:36:11.168 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
81622024-09-16T14:36:12.258Z[ recovery-image] Sep 16 14:36:11.168 INFO O| Sep 16 14:36:11.168 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
81632024-09-16T14:36:19.869Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 35s
81642024-09-16T14:36:20.201ZSep 16 14:36:19.113 INFO [verify-libraries] process exited with exit status: 0 (341.535799728s)
81652024-09-16T14:36:20.587Z[ recovery-image] Sep 16 14:36:19.499 INFO O| Sep 16 14:36:19.499 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
81662024-09-16T14:36:20.587Z[ recovery-image] Sep 16 14:36:19.499 INFO O| Sep 16 14:36:19.499 INFO E| svccfg: Loaded 67 smf(7) service descriptions
81672024-09-16T14:36:20.600Z[ recovery-image] Sep 16 14:36:19.511 INFO O| Sep 16 14:36:19.511 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
81682024-09-16T14:36:20.675Z[ recovery-image] Sep 16 14:36:19.586 INFO O| Sep 16 14:36:19.586 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
81692024-09-16T14:36:20.675Z[ recovery-image] Sep 16 14:36:19.586 INFO O| Sep 16 14:36:19.586 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 ...
81702024-09-16T14:36:20.678Z[ recovery-image] Sep 16 14:36:19.589 INFO O| Sep 16 14:36:19.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
81712024-09-16T14:36:20.678Z[ recovery-image] Sep 16 14:36:19.589 INFO O| Sep 16 14:36:19.589 INFO ok!
81722024-09-16T14:36:20.678Z[ recovery-image] Sep 16 14:36:19.589 INFO O| Sep 16 14:36:19.589 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
81732024-09-16T14:36:20.678Z[ recovery-image] Sep 16 14:36:19.589 INFO O| Sep 16 14:36:19.589 INFO STEP 95 (seed_smf) COMPLETE
81742024-09-16T14:36:20.678Z[ recovery-image] Sep 16 14:36:19.589 INFO O| Sep 16 14:36:19.589 INFO steps complete; finalising image!
81752024-09-16T14:36:20.678Z[ recovery-image] Sep 16 14:36:19.589 INFO O| Sep 16 14:36:19.589 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
81762024-09-16T14:36:20.714Z[ recovery-image] Sep 16 14:36:19.625 INFO O| Sep 16 14:36:19.625 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Mon Sep 16 14:36:19 2024)
81772024-09-16T14:36:20.921Z[ recovery-image] Sep 16 14:36:19.832 INFO O| Sep 16 14:36:19.832 INFO trim TEMPORARY-gimlet-zfs-recovery: (51% trimmed, started at Mon Sep 16 14:36:19 2024)
81782024-09-16T14:36:21.127Z[ recovery-image] Sep 16 14:36:20.038 INFO O| Sep 16 14:36:20.038 INFO trim TEMPORARY-gimlet-zfs-recovery: (51% trimmed, started at Mon Sep 16 14:36:19 2024)
81792024-09-16T14:36:21.334Z[ recovery-image] Sep 16 14:36:20.245 INFO O| Sep 16 14:36:20.245 INFO trim TEMPORARY-gimlet-zfs-recovery: (51% trimmed, started at Mon Sep 16 14:36:19 2024)
81802024-09-16T14:36:21.555Z[ recovery-image] Sep 16 14:36:20.466 INFO O| Sep 16 14:36:20.466 INFO temporary pool has 399M used, 1.36G avail, 1.00x compressratio
81812024-09-16T14:36:21.555Z[ recovery-image] Sep 16 14:36:20.466 INFO O| Sep 16 14:36:20.466 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
81822024-09-16T14:36:21.757Z[ recovery-image] Sep 16 14:36:20.668 INFO O| Sep 16 14:36:20.668 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
81832024-09-16T14:36:21.757Z[ recovery-image] Sep 16 14:36:20.668 INFO O| Sep 16 14:36:20.668 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
81842024-09-16T14:36:24.919Z[ recovery-image] Sep 16 14:36:23.829 INFO O| Sep 16 14:36:23.829 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81852024-09-16T14:36:24.919Z[ recovery-image] Sep 16 14:36:23.829 INFO O| Sep 16 14:36:23.829 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81862024-09-16T14:36:24.921Z[ recovery-image] Sep 16 14:36:23.829 INFO O| Sep 16 14:36:23.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
81872024-09-16T14:36:24.921Z[ recovery-image] Sep 16 14:36:23.829 INFO O| Sep 16 14:36:23.829 INFO completed processing gimlet/zfs-recovery
81882024-09-16T14:36:24.921Z[ recovery-image] Sep 16 14:36:23.829 INFO O| Sep 16 14:36:23.829 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81892024-09-16T14:36:25.382Z[ recovery-image] Sep 16 14:36:24.292 INFO O| Sep 16 14:36:24.292 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81902024-09-16T14:36:25.468Z[ recovery-image] Sep 16 14:36:24.378 INFO BUILD STRING "heads/stlouis-0-g84ef9e5979\n"
81912024-09-16T14:36:25.471Z[ recovery-image] Sep 16 14:36:24.379 INFO expanded image name: "recovery 96892a1/${os_short_commit} 2024-09-16 14:08" -> "recovery 96892a1/84ef9e5 2024-09-16 14:08"
81922024-09-16T14:36:25.471Z[ recovery-image] Sep 16 14:36:24.379 INFO output artefacts stored in: "/work/os-recovery"
81932024-09-16T14:36:25.471Z[ recovery-image] Sep 16 14:36:24.379 INFO collecting git info from project "bootserver"...
81942024-09-16T14:36:25.478Z[ recovery-image] Sep 16 14:36:24.389 INFO collecting git info from project "phbl"...
81952024-09-16T14:36:25.485Z[ recovery-image] Sep 16 14:36:24.396 INFO collecting git info from project "image-builder"...
81962024-09-16T14:36:25.492Z[ recovery-image] Sep 16 14:36:24.403 INFO collecting git info from project "pilot"...
81972024-09-16T14:36:25.503Z[ recovery-image] Sep 16 14:36:24.414 INFO collecting git info from project "amd-firmware"...
81982024-09-16T14:36:25.715Z[ recovery-image] Sep 16 14:36:24.626 INFO collecting git info from project "pinprick"...
81992024-09-16T14:36:25.720Z[ recovery-image] Sep 16 14:36:24.631 INFO collecting git info from project "chelsio-t6-roms"...
82002024-09-16T14:36:25.741Z[ recovery-image] Sep 16 14:36:24.652 INFO collecting git info from project "amd-host-image-builder"...
82012024-09-16T14:36:25.981Z[ recovery-image] Sep 16 14:36:24.892 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82022024-09-16T14:36:26.361Z[ recovery-image] Sep 16 14:36:25.271 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82032024-09-16T14:36:26.712Z[ recovery-image] Sep 16 14:36:25.622 INFO creating Oxide boot image...
82042024-09-16T14:36:26.715Z[ recovery-image] Sep 16 14:36:25.622 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 96892a1/84ef9e5 2024-09-16 14:08", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82052024-09-16T14:36:49.843Z[ host-image] Sep 16 14:36:48.749 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22881:20240913T172138Z
82062024-09-16T14:36:49.843Z[ host-image] Sep 16 14:36:48.749 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22881:20240913T172138Z
82072024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.750 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82082024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.750 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82092024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.750 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82102024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.750 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82112024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.751 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82122024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.751 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82132024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.751 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82142024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.751 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82152024-09-16T14:36:49.846Z[ host-image] Sep 16 14:36:48.751 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22881:20240913T172139Z
82162024-09-16T14:36:49.849Z[ host-image] Sep 16 14:36:48.753 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22881:20240913T172140Z
82172024-09-16T14:36:49.849Z[ host-image] Sep 16 14:36:48.754 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22881:20240913T172140Z
82182024-09-16T14:36:49.849Z[ host-image] Sep 16 14:36:48.754 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22881:20240913T172140Z
82192024-09-16T14:36:49.849Z[ host-image] Sep 16 14:36:48.754 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82202024-09-16T14:36:49.849Z[ host-image] Sep 16 14:36:48.755 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22881:20240913T172140Z
82212024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.756 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22881:20240913T172140Z
82222024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.756 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22881:20240913T172140Z
82232024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.756 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22881:20240913T172140Z
82242024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.756 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22881:20240913T172141Z
82252024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.756 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22881:20240913T172141Z
82262024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.757 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22881:20240913T172142Z
82272024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.757 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22881:20240913T172142Z
82282024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.757 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22881:20240913T172143Z
82292024-09-16T14:36:49.852Z[ host-image] Sep 16 14:36:48.757 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22881:20240913T172144Z
82302024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.757 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22881:20240913T172144Z
82312024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.757 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22881:20240913T172146Z
82322024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.757 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22881:20240913T172146Z
82332024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.758 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82342024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.758 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22881:20240913T172148Z
82352024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.758 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22881:20240913T172150Z
82362024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.758 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22881:20240913T172151Z
82372024-09-16T14:36:49.853Z[ host-image] Sep 16 14:36:48.758 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22881:20240913T172152Z
82382024-09-16T14:36:49.856Z[ host-image] Sep 16 14:36:48.759 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22881:20240913T172153Z
82392024-09-16T14:36:49.856Z[ host-image] Sep 16 14:36:48.759 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22881:20240913T172153Z
82402024-09-16T14:36:49.862Z[ host-image] Sep 16 14:36:48.768 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
82412024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.768 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22881:20240913T172153Z
82422024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.769 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
82432024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.769 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82442024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.769 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82452024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.770 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22881:20240913T172153Z
82462024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.770 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82472024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.770 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82482024-09-16T14:36:49.865Z[ host-image] Sep 16 14:36:48.771 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82492024-09-16T14:36:49.867Z[ host-image] Sep 16 14:36:48.772 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82502024-09-16T14:36:49.877Z[ host-image] Sep 16 14:36:48.784 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82512024-09-16T14:36:49.879Z[ host-image] Sep 16 14:36:48.784 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82522024-09-16T14:36:49.879Z[ host-image] Sep 16 14:36:48.784 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82532024-09-16T14:36:49.880Z[ host-image] Sep 16 14:36:48.784 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82542024-09-16T14:36:49.880Z[ host-image] Sep 16 14:36:48.785 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82552024-09-16T14:36:49.880Z[ host-image] Sep 16 14:36:48.785 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82562024-09-16T14:36:49.914Z[ host-image] Sep 16 14:36:48.821 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
82572024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.821 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82582024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.821 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82592024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.822 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22881:20240913T172155Z
82602024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.822 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22881:20240913T172201Z
82612024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.822 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82622024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.822 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22881:20240913T172202Z
82632024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.823 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
82642024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.823 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
82652024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.823 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
82662024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.823 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22881:20240913T172202Z
82672024-09-16T14:36:49.917Z[ host-image] Sep 16 14:36:48.823 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82682024-09-16T14:36:49.921Z[ host-image] Sep 16 14:36:48.828 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82692024-09-16T14:36:49.924Z[ host-image] Sep 16 14:36:48.828 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82702024-09-16T14:36:49.924Z[ host-image] Sep 16 14:36:48.828 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82712024-09-16T14:36:49.924Z[ host-image] Sep 16 14:36:48.828 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22881:20240913T172202Z
82722024-09-16T14:36:49.924Z[ host-image] Sep 16 14:36:48.828 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82732024-09-16T14:36:49.936Z[ host-image] Sep 16 14:36:48.843 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82742024-09-16T14:36:49.939Z[ host-image] Sep 16 14:36:48.843 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22881:20240913T172203Z
82752024-09-16T14:36:49.939Z[ host-image] Sep 16 14:36:48.845 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22881:20240913T172203Z
82762024-09-16T14:36:49.939Z[ host-image] Sep 16 14:36:48.846 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22881:20240913T172203Z
82772024-09-16T14:36:49.939Z[ host-image] Sep 16 14:36:48.846 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
82782024-09-16T14:36:49.942Z[ host-image] Sep 16 14:36:48.846 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22881:20240913T172205Z
82792024-09-16T14:36:49.942Z[ host-image] Sep 16 14:36:48.847 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22881:20240913T172205Z
82802024-09-16T14:36:49.942Z[ host-image] Sep 16 14:36:48.847 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22881:20240913T172205Z
82812024-09-16T14:36:49.942Z[ host-image] Sep 16 14:36:48.847 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22881:20240913T172205Z
82822024-09-16T14:36:49.945Z[ host-image] Sep 16 14:36:48.851 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82832024-09-16T14:36:49.945Z[ host-image] Sep 16 14:36:48.851 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22881:20240913T172206Z
82842024-09-16T14:36:49.947Z[ host-image] Sep 16 14:36:48.852 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22881:20240913T172207Z
82852024-09-16T14:36:49.947Z[ host-image] Sep 16 14:36:48.852 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82862024-09-16T14:36:49.947Z[ host-image] Sep 16 14:36:48.852 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22881:20240913T172207Z
82872024-09-16T14:36:49.947Z[ host-image] Sep 16 14:36:48.853 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22881:20240913T172207Z
82882024-09-16T14:36:49.947Z[ host-image] Sep 16 14:36:48.853 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22881:20240913T172207Z
82892024-09-16T14:36:49.947Z[ host-image] Sep 16 14:36:48.853 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22881:20240913T172208Z
82902024-09-16T14:36:49.955Z[ host-image] Sep 16 14:36:48.862 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22881:20240913T172208Z
82912024-09-16T14:36:49.957Z[ host-image] Sep 16 14:36:48.862 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82922024-09-16T14:36:49.957Z[ host-image] Sep 16 14:36:48.864 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22881:20240913T172208Z
82932024-09-16T14:36:49.960Z[ host-image] Sep 16 14:36:48.865 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22881:20240913T172208Z
82942024-09-16T14:36:49.960Z[ host-image] Sep 16 14:36:48.865 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22881:20240913T172208Z
82952024-09-16T14:36:49.960Z[ host-image] Sep 16 14:36:48.866 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22881:20240913T172208Z
82962024-09-16T14:36:49.960Z[ host-image] Sep 16 14:36:48.866 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22881:20240913T172208Z
82972024-09-16T14:36:49.960Z[ host-image] Sep 16 14:36:48.866 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22881:20240913T172209Z
82982024-09-16T14:36:49.970Z[ host-image] Sep 16 14:36:48.876 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22881:20240913T172210Z
82992024-09-16T14:36:49.972Z[ host-image] Sep 16 14:36:48.876 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22881:20240913T172209Z
83002024-09-16T14:36:49.972Z[ host-image] Sep 16 14:36:48.877 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22881:20240913T172210Z
83012024-09-16T14:36:49.972Z[ host-image] Sep 16 14:36:48.878 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22881:20240913T172210Z
83022024-09-16T14:36:49.972Z[ host-image] Sep 16 14:36:48.878 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22881:20240913T172210Z
83032024-09-16T14:36:49.993Z[ host-image] Sep 16 14:36:48.899 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22881:20240913T172213Z
83042024-09-16T14:36:49.995Z[ host-image] Sep 16 14:36:48.900 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22881:20240913T172210Z
83052024-09-16T14:36:49.996Z[ host-image] Sep 16 14:36:48.900 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22881:20240913T172211Z
83062024-09-16T14:36:49.996Z[ host-image] Sep 16 14:36:48.900 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83072024-09-16T14:36:49.996Z[ host-image] Sep 16 14:36:48.900 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83082024-09-16T14:36:50.023Z[ host-image] Sep 16 14:36:48.929 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22881:20240913T172211Z
83092024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.930 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83102024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.930 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22881:20240913T172211Z
83112024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.930 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22881:20240913T172211Z
83122024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.931 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22881:20240913T172211Z
83132024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.931 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83142024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.932 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83152024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.932 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22881:20240913T172212Z
83162024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.932 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22881:20240913T172212Z
83172024-09-16T14:36:50.026Z[ host-image] Sep 16 14:36:48.932 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22881:20240913T172212Z
83182024-09-16T14:36:50.029Z[ host-image] Sep 16 14:36:48.933 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22881:20240913T172213Z
83192024-09-16T14:36:50.029Z[ host-image] Sep 16 14:36:48.933 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22881:20240913T172213Z
83202024-09-16T14:36:50.029Z[ host-image] Sep 16 14:36:48.933 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22881:20240913T172213Z
83212024-09-16T14:36:50.031Z[ host-image] Sep 16 14:36:48.936 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83222024-09-16T14:36:50.031Z[ host-image] Sep 16 14:36:48.936 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22881:20240913T172214Z
83232024-09-16T14:36:50.031Z[ host-image] Sep 16 14:36:48.938 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22881:20240913T172214Z
83242024-09-16T14:36:50.031Z[ host-image] Sep 16 14:36:48.938 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22881:20240913T172214Z
83252024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.938 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22881:20240913T172215Z
83262024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.939 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22881:20240913T172215Z
83272024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.939 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22881:20240913T172215Z
83282024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.939 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83292024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.939 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83302024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.939 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22881:20240913T172217Z
83312024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.940 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22881:20240913T172218Z
83322024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.940 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83332024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.940 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83342024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.940 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83352024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.940 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83362024-09-16T14:36:50.034Z[ host-image] Sep 16 14:36:48.940 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83372024-09-16T14:36:50.037Z[ host-image] Sep 16 14:36:48.941 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83382024-09-16T14:36:50.037Z[ host-image] Sep 16 14:36:48.942 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83392024-09-16T14:36:50.037Z[ host-image] Sep 16 14:36:48.942 INFO O| tempdir @ "/tmp/.tmpuo288Q/tmp"
83402024-09-16T14:36:50.037Z[ host-image] Sep 16 14:36:48.942 INFO O| image root @ "/tmp/.tmpuo288Q/tmp/root"
83412024-09-16T14:36:50.037Z[ host-image] Sep 16 14:36:48.943 INFO O| creating image...
83422024-09-16T14:36:50.660Z[ host-image] Sep 16 14:36:49.567 INFO O| copying publishers...
83432024-09-16T14:36:58.247Z[ host-image] Sep 16 14:36:57.152 INFO O| adding properties...
83442024-09-16T14:36:59.245Z[ host-image] Sep 16 14:36:58.149 INFO O| installing packages...
83452024-09-16T14:37:14.365Z[ host-image] Sep 16 14:37:13.267 INFO O| seeding SMF database...
83462024-09-16T14:37:19.460Z[ recovery-image] Sep 16 14:37:18.362 INFO O| ok, image written!
83472024-09-16T14:37:19.460Z[ recovery-image] Sep 16 14:37:18.362 INFO O| ok, boot_image_csum file written!
83482024-09-16T14:37:19.465Z[ recovery-image] Sep 16 14:37:18.366 INFO creating boot archive (CPIO)...
83492024-09-16T14:37:19.468Z[ recovery-image] Sep 16 14:37:18.367 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
83502024-09-16T14:37:19.472Z[ recovery-image] Sep 16 14:37:18.374 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83512024-09-16T14:37:19.472Z[ recovery-image] Sep 16 14:37:18.374 INFO E| + outfile=/work/os-recovery/cpio
83522024-09-16T14:37:19.475Z[ recovery-image] Sep 16 14:37:18.374 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83532024-09-16T14:37:19.475Z[ recovery-image] Sep 16 14:37:18.376 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83542024-09-16T14:37:19.475Z[ recovery-image] Sep 16 14:37:18.376 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83552024-09-16T14:37:19.506Z[ recovery-image] Sep 16 14:37:18.407 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83562024-09-16T14:37:19.509Z[ recovery-image] Sep 16 14:37:18.408 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83572024-09-16T14:37:19.513Z[ recovery-image] Sep 16 14:37:18.415 INFO creating compressed cpio/unix for nanobl-rs...
83582024-09-16T14:37:19.516Z[ recovery-image] Sep 16 14:37:18.415 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
83592024-09-16T14:37:19.792Z[ recovery-image] Sep 16 14:37:18.693 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83602024-09-16T14:37:22.050Z[ host-image] Sep 16 14:37:20.951 INFO O| configuring SMF profile...
83612024-09-16T14:37:22.053Z[ host-image] Sep 16 14:37:20.951 INFO O| modifying shadow(5)...
83622024-09-16T14:37:22.053Z[ host-image] Sep 16 14:37:20.951 INFO O| loading user and group database...
83632024-09-16T14:37:22.053Z[ host-image] Sep 16 14:37:20.952 INFO O| assessing packaged files...
83642024-09-16T14:37:24.182Z[ recovery-image] Sep 16 14:37:23.082 INFO creating reset image...
83652024-09-16T14:37:24.185Z[ recovery-image] Sep 16 14:37:23.082 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
83662024-09-16T14:37:24.250Z[ host-image] Sep 16 14:37:23.150 INFO O| creating archive...
83672024-09-16T14:37:24.284Z[ host-image] Sep 16 14:37:23.184 INFO O| missing from packaging:
83682024-09-16T14:37:24.284Z[ host-image] Sep 16 14:37:23.185 INFO O| "etc/.pwd.lock"
83692024-09-16T14:37:24.287Z[ host-image] Sep 16 14:37:23.185 INFO O| "etc/bash"
83702024-09-16T14:37:24.290Z[ host-image] Sep 16 14:37:23.190 INFO O| "etc/svc/profile/generic.xml"
83712024-09-16T14:37:24.290Z[ host-image] Sep 16 14:37:23.190 INFO O| "etc/svc/profile/inetd_services.xml"
83722024-09-16T14:37:24.292Z[ host-image] Sep 16 14:37:23.190 INFO O| "etc/svc/profile/name_service.xml"
83732024-09-16T14:37:24.292Z[ host-image] Sep 16 14:37:23.190 INFO O| "etc/svc/profile/platform.xml"
83742024-09-16T14:37:24.292Z[ host-image] Sep 16 14:37:23.190 INFO O| "etc/svc/profile/platform_omicron1.xml"
83752024-09-16T14:37:24.292Z[ host-image] Sep 16 14:37:23.190 INFO O| "etc/svc/repository.db"
83762024-09-16T14:37:24.305Z[ host-image] Sep 16 14:37:23.205 INFO O| "opt/ooce/share"
83772024-09-16T14:37:24.305Z[ host-image] Sep 16 14:37:23.205 INFO O| "opt/ooce/share/man"
83782024-09-16T14:37:24.308Z[ host-image] Sep 16 14:37:23.205 INFO O| "opt/ooce/share/man/man1"
83792024-09-16T14:37:24.319Z[ host-image] Sep 16 14:37:23.220 INFO O| finishing archive...
83802024-09-16T14:37:24.417Z[ recovery-image] Sep 16 14:37:23.317 INFO E| Updating crates.io index
83812024-09-16T14:37:24.507Z[ recovery-image] Sep 16 14:37:23.408 INFO E| Downloading crates ...
83822024-09-16T14:37:24.582Z[ recovery-image] Sep 16 14:37:23.483 INFO E| Downloaded utf8parse v0.2.2
83832024-09-16T14:37:24.585Z[ recovery-image] Sep 16 14:37:23.485 INFO E| Downloaded colorchoice v1.0.2
83842024-09-16T14:37:24.589Z[ recovery-image] Sep 16 14:37:23.490 INFO E| Downloaded anstyle-parse v0.2.5
83852024-09-16T14:37:24.592Z[ recovery-image] Sep 16 14:37:23.493 INFO E| Downloaded os_pipe v1.2.1
83862024-09-16T14:37:24.598Z[ recovery-image] Sep 16 14:37:23.499 INFO E| Downloaded is_terminal_polyfill v1.70.1
83872024-09-16T14:37:24.607Z[ recovery-image] Sep 16 14:37:23.508 INFO E| Downloaded clap_lex v0.7.2
83882024-09-16T14:37:24.610Z[ recovery-image] Sep 16 14:37:23.510 INFO E| Downloaded anstyle-query v1.1.1
83892024-09-16T14:37:24.612Z[ recovery-image] Sep 16 14:37:23.512 INFO E| Downloaded shared_child v1.0.1
83902024-09-16T14:37:24.616Z[ recovery-image] Sep 16 14:37:23.516 INFO E| Downloaded quote v1.0.37
83912024-09-16T14:37:24.618Z[ recovery-image] Sep 16 14:37:23.519 INFO E| Downloaded duct v0.13.7
83922024-09-16T14:37:24.620Z[ recovery-image] Sep 16 14:37:23.521 INFO E| Downloaded clap v4.5.17
83932024-09-16T14:37:24.629Z[ recovery-image] Sep 16 14:37:23.530 INFO E| Downloaded anstream v0.6.15
83942024-09-16T14:37:24.632Z[ recovery-image] Sep 16 14:37:23.532 INFO E| Downloaded clap_builder v4.5.17
83952024-09-16T14:37:24.638Z[ recovery-image] Sep 16 14:37:23.539 INFO E| Downloaded syn v2.0.77
83962024-09-16T14:37:24.695Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling proc-macro2 v1.0.86
83972024-09-16T14:37:24.695Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling unicode-ident v1.0.12
83982024-09-16T14:37:24.698Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling libc v0.2.158
83992024-09-16T14:37:24.698Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling utf8parse v0.2.2
84002024-09-16T14:37:24.698Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling colorchoice v1.0.2
84012024-09-16T14:37:24.698Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling is_terminal_polyfill v1.70.1
84022024-09-16T14:37:24.698Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling anstyle-query v1.1.1
84032024-09-16T14:37:24.698Z[ recovery-image] Sep 16 14:37:23.596 INFO E| Compiling anstyle v1.0.8
84042024-09-16T14:37:24.892Z[ recovery-image] Sep 16 14:37:23.792 INFO E| Compiling anstyle-parse v0.2.5
84052024-09-16T14:37:24.916Z[ recovery-image] Sep 16 14:37:23.816 INFO E| Compiling clap_lex v0.7.2
84062024-09-16T14:37:24.919Z[ recovery-image] Sep 16 14:37:23.816 INFO E| Compiling heck v0.5.0
84072024-09-16T14:37:24.926Z[ recovery-image] Sep 16 14:37:23.827 INFO E| Compiling strsim v0.11.1
84082024-09-16T14:37:24.952Z[ recovery-image] Sep 16 14:37:23.852 INFO E| Compiling once_cell v1.19.0
84092024-09-16T14:37:25.196Z[ recovery-image] Sep 16 14:37:24.097 INFO E| Compiling anstream v0.6.15
84102024-09-16T14:37:25.545Z[ recovery-image] Sep 16 14:37:24.445 INFO E| Compiling clap_builder v4.5.17
84112024-09-16T14:37:26.080Z[ recovery-image] Sep 16 14:37:24.979 INFO E| Compiling os_pipe v1.2.1
84122024-09-16T14:37:26.080Z[ recovery-image] Sep 16 14:37:24.980 INFO E| Compiling shared_child v1.0.1
84132024-09-16T14:37:26.225Z[ recovery-image] Sep 16 14:37:25.125 INFO E| Compiling duct v0.13.7
84142024-09-16T14:37:26.270Z[ recovery-image] Sep 16 14:37:25.170 INFO E| Compiling quote v1.0.37
84152024-09-16T14:37:26.596Z[ recovery-image] Sep 16 14:37:25.496 INFO E| Compiling syn v2.0.77
84162024-09-16T14:37:27.582Z[ host-image] Sep 16 14:37:26.482 INFO O| creating gzonly manifest...
84172024-09-16T14:37:27.605Z[ host-image] Sep 16 14:37:26.505 INFO O| ok
84182024-09-16T14:37:27.708Z[ host-image] Sep 16 14:37:26.608 INFO image builder template: ramdisk-02-trim...
84192024-09-16T14:37:27.708Z[ host-image] Sep 16 14:37:26.608 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/.tmpshoa1R/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
84202024-09-16T14:37:27.739Z[ host-image] Sep 16 14:37:26.638 INFO O| Sep 16 14:37:26.638 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84212024-09-16T14:37:27.744Z[ host-image] Sep 16 14:37:26.644 INFO O| Sep 16 14:37:26.644 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84222024-09-16T14:37:27.892Z[ host-image] Sep 16 14:37:26.792 INFO O| Sep 16 14:37:26.792 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84232024-09-16T14:37:27.945Z[ host-image] Sep 16 14:37:26.845 INFO O| Sep 16 14:37:26.845 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84242024-09-16T14:37:27.945Z[ host-image] Sep 16 14:37:26.845 INFO O| Sep 16 14:37:26.845 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84252024-09-16T14:37:27.951Z[ host-image] Sep 16 14:37:26.851 INFO O| Sep 16 14:37:26.851 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84262024-09-16T14:37:27.957Z[ host-image] Sep 16 14:37:26.857 INFO O| Sep 16 14:37:26.857 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84272024-09-16T14:37:27.964Z[ host-image] Sep 16 14:37:26.863 INFO O| Sep 16 14:37:26.863 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84282024-09-16T14:37:28.204Z[ host-image] Sep 16 14:37:27.104 INFO O| Sep 16 14:37:27.103 INFO rolled back to input snapshot; work may begin
84292024-09-16T14:37:28.204Z[ host-image] Sep 16 14:37:27.104 INFO O| Sep 16 14:37:27.103 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84302024-09-16T14:37:28.210Z[ host-image] Sep 16 14:37:27.110 INFO O| Sep 16 14:37:27.110 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84312024-09-16T14:37:28.223Z[ host-image] Sep 16 14:37:27.123 INFO O| Sep 16 14:37:27.123 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84322024-09-16T14:37:28.276Z[ host-image] Sep 16 14:37:27.176 INFO O| Sep 16 14:37:27.176 INFO STEP 0 (remove_files) COMPLETE
84332024-09-16T14:37:28.276Z[ host-image] Sep 16 14:37:27.176 INFO O| Sep 16 14:37:27.176 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84342024-09-16T14:37:28.289Z[ host-image] Sep 16 14:37:27.188 INFO O| Sep 16 14:37:27.188 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84352024-09-16T14:37:28.291Z[ host-image] Sep 16 14:37:27.190 INFO O| Sep 16 14:37:27.190 INFO STEP 1 (remove_files) COMPLETE
84362024-09-16T14:37:28.291Z[ host-image] Sep 16 14:37:27.190 INFO O| Sep 16 14:37:27.190 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84372024-09-16T14:37:28.301Z[ host-image] Sep 16 14:37:27.201 INFO O| Sep 16 14:37:27.201 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84382024-09-16T14:37:28.315Z[ host-image] Sep 16 14:37:27.215 INFO O| Sep 16 14:37:27.215 INFO STEP 2 (remove_files) COMPLETE
84392024-09-16T14:37:28.315Z[ host-image] Sep 16 14:37:27.215 INFO O| Sep 16 14:37:27.215 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84402024-09-16T14:37:28.328Z[ host-image] Sep 16 14:37:27.228 INFO O| Sep 16 14:37:27.228 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84412024-09-16T14:37:28.331Z[ host-image] Sep 16 14:37:27.230 INFO O| Sep 16 14:37:27.230 INFO STEP 3 (remove_files) COMPLETE
84422024-09-16T14:37:28.331Z[ host-image] Sep 16 14:37:27.230 INFO O| Sep 16 14:37:27.230 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84432024-09-16T14:37:28.341Z[ host-image] Sep 16 14:37:27.241 INFO O| Sep 16 14:37:27.241 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84442024-09-16T14:37:28.345Z[ host-image] Sep 16 14:37:27.245 INFO O| Sep 16 14:37:27.245 INFO STEP 4 (remove_files) COMPLETE
84452024-09-16T14:37:28.345Z[ host-image] Sep 16 14:37:27.245 INFO O| Sep 16 14:37:27.245 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84462024-09-16T14:37:28.355Z[ host-image] Sep 16 14:37:27.255 INFO O| Sep 16 14:37:27.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84472024-09-16T14:37:28.358Z[ host-image] Sep 16 14:37:27.258 INFO O| Sep 16 14:37:27.258 INFO STEP 5 (remove_files) COMPLETE
84482024-09-16T14:37:28.358Z[ host-image] Sep 16 14:37:27.258 INFO O| Sep 16 14:37:27.258 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84492024-09-16T14:37:28.368Z[ host-image] Sep 16 14:37:27.268 INFO O| Sep 16 14:37:27.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84502024-09-16T14:37:28.379Z[ host-image] Sep 16 14:37:27.278 INFO O| Sep 16 14:37:27.278 INFO STEP 6 (remove_files) COMPLETE
84512024-09-16T14:37:28.379Z[ host-image] Sep 16 14:37:27.278 INFO O| Sep 16 14:37:27.278 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84522024-09-16T14:37:28.389Z[ host-image] Sep 16 14:37:27.289 INFO O| Sep 16 14:37:27.289 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84532024-09-16T14:37:28.403Z[ host-image] Sep 16 14:37:27.303 INFO O| Sep 16 14:37:27.303 INFO STEP 7 (remove_files) COMPLETE
84542024-09-16T14:37:28.403Z[ host-image] Sep 16 14:37:27.303 INFO O| Sep 16 14:37:27.303 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84552024-09-16T14:37:28.414Z[ host-image] Sep 16 14:37:27.314 INFO O| Sep 16 14:37:27.314 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
84562024-09-16T14:37:28.499Z[ host-image] Sep 16 14:37:27.399 INFO O| Sep 16 14:37:27.399 INFO STEP 8 (remove_files) COMPLETE
84572024-09-16T14:37:28.499Z[ host-image] Sep 16 14:37:27.399 INFO O| Sep 16 14:37:27.399 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84582024-09-16T14:37:28.512Z[ host-image] Sep 16 14:37:27.412 INFO O| Sep 16 14:37:27.411 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
84592024-09-16T14:37:28.634Z[ host-image] Sep 16 14:37:27.533 INFO O| Sep 16 14:37:27.533 INFO STEP 9 (remove_files) COMPLETE
84602024-09-16T14:37:28.634Z[ host-image] Sep 16 14:37:27.533 INFO O| Sep 16 14:37:27.533 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-09-16T14:37:28.651Z[ host-image] Sep 16 14:37:27.550 INFO O| Sep 16 14:37:27.550 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
84622024-09-16T14:37:28.657Z[ host-image] Sep 16 14:37:27.556 INFO O| Sep 16 14:37:27.556 INFO STEP 10 (remove_files) COMPLETE
84632024-09-16T14:37:28.657Z[ host-image] Sep 16 14:37:27.556 INFO O| Sep 16 14:37:27.556 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84642024-09-16T14:37:28.668Z[ host-image] Sep 16 14:37:27.568 INFO O| Sep 16 14:37:27.568 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
84652024-09-16T14:37:28.671Z[ host-image] Sep 16 14:37:27.569 INFO O| Sep 16 14:37:27.569 INFO STEP 11 (remove_files) COMPLETE
84662024-09-16T14:37:28.671Z[ host-image] Sep 16 14:37:27.569 INFO O| Sep 16 14:37:27.569 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84672024-09-16T14:37:28.683Z[ host-image] Sep 16 14:37:27.583 INFO O| Sep 16 14:37:27.583 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
84682024-09-16T14:37:28.686Z[ host-image] Sep 16 14:37:27.584 INFO O| Sep 16 14:37:27.584 INFO STEP 12 (remove_files) COMPLETE
84692024-09-16T14:37:28.686Z[ host-image] Sep 16 14:37:27.585 INFO O| Sep 16 14:37:27.584 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84702024-09-16T14:37:28.702Z[ host-image] Sep 16 14:37:27.602 INFO O| Sep 16 14:37:27.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
84712024-09-16T14:37:28.702Z[ host-image] Sep 16 14:37:27.602 INFO O| Sep 16 14:37:27.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
84722024-09-16T14:37:28.705Z[ host-image] Sep 16 14:37:27.603 INFO O| Sep 16 14:37:27.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
84732024-09-16T14:37:28.705Z[ host-image] Sep 16 14:37:27.603 INFO O| Sep 16 14:37:27.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
84742024-09-16T14:37:28.705Z[ host-image] Sep 16 14:37:27.604 INFO O| Sep 16 14:37:27.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
84752024-09-16T14:37:28.705Z[ host-image] Sep 16 14:37:27.605 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
84762024-09-16T14:37:28.705Z[ host-image] Sep 16 14:37:27.605 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
84772024-09-16T14:37:28.705Z[ host-image] Sep 16 14:37:27.605 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
84782024-09-16T14:37:28.705Z[ host-image] Sep 16 14:37:27.605 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
84792024-09-16T14:37:28.708Z[ host-image] Sep 16 14:37:27.605 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
84802024-09-16T14:37:28.709Z[ host-image] Sep 16 14:37:27.605 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
84812024-09-16T14:37:28.709Z[ host-image] Sep 16 14:37:27.605 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
84822024-09-16T14:37:28.709Z[ host-image] Sep 16 14:37:27.606 INFO O| Sep 16 14:37:27.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
84832024-09-16T14:37:28.709Z[ host-image] Sep 16 14:37:27.606 INFO O| Sep 16 14:37:27.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
84842024-09-16T14:37:28.709Z[ host-image] Sep 16 14:37:27.606 INFO O| Sep 16 14:37:27.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
84852024-09-16T14:37:28.709Z[ host-image] Sep 16 14:37:27.606 INFO O| Sep 16 14:37:27.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
84862024-09-16T14:37:28.727Z[ host-image] Sep 16 14:37:27.627 INFO O| Sep 16 14:37:27.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
84872024-09-16T14:37:28.816Z[ host-image] Sep 16 14:37:27.716 INFO O| Sep 16 14:37:27.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
84882024-09-16T14:37:28.833Z[ host-image] Sep 16 14:37:27.732 INFO O| Sep 16 14:37:27.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
84892024-09-16T14:37:28.837Z[ host-image] Sep 16 14:37:27.737 INFO O| Sep 16 14:37:27.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
84902024-09-16T14:37:28.853Z[ host-image] Sep 16 14:37:27.753 INFO O| Sep 16 14:37:27.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
84912024-09-16T14:37:29.293Z[ host-image] Sep 16 14:37:28.192 INFO O| Sep 16 14:37:28.192 INFO STEP 13 (remove_files) COMPLETE
84922024-09-16T14:37:29.293Z[ host-image] Sep 16 14:37:28.192 INFO O| Sep 16 14:37:28.192 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84932024-09-16T14:37:29.307Z[ host-image] Sep 16 14:37:28.206 INFO O| Sep 16 14:37:28.206 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
84942024-09-16T14:37:29.310Z[ host-image] Sep 16 14:37:28.208 INFO O| Sep 16 14:37:28.208 INFO STEP 14 (remove_files) COMPLETE
84952024-09-16T14:37:29.310Z[ host-image] Sep 16 14:37:28.209 INFO O| Sep 16 14:37:28.208 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-09-16T14:37:29.325Z[ host-image] Sep 16 14:37:28.225 INFO O| Sep 16 14:37:28.225 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
84972024-09-16T14:37:29.332Z[ host-image] Sep 16 14:37:28.231 INFO O| Sep 16 14:37:28.231 INFO STEP 15 (remove_files) COMPLETE
84982024-09-16T14:37:29.334Z[ host-image] Sep 16 14:37:28.231 INFO O| Sep 16 14:37:28.231 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-09-16T14:37:29.348Z[ host-image] Sep 16 14:37:28.248 INFO O| Sep 16 14:37:28.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85002024-09-16T14:37:29.351Z[ host-image] Sep 16 14:37:28.249 INFO O| Sep 16 14:37:28.249 INFO STEP 16 (remove_files) COMPLETE
85012024-09-16T14:37:29.351Z[ host-image] Sep 16 14:37:28.249 INFO O| Sep 16 14:37:28.249 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85022024-09-16T14:37:29.365Z[ host-image] Sep 16 14:37:28.265 INFO O| Sep 16 14:37:28.264 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85032024-09-16T14:37:29.368Z[ host-image] Sep 16 14:37:28.267 INFO O| Sep 16 14:37:28.267 INFO STEP 17 (remove_files) COMPLETE
85042024-09-16T14:37:29.368Z[ host-image] Sep 16 14:37:28.267 INFO O| Sep 16 14:37:28.267 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85052024-09-16T14:37:29.381Z[ host-image] Sep 16 14:37:28.281 INFO O| Sep 16 14:37:28.280 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85062024-09-16T14:37:29.381Z[ host-image] Sep 16 14:37:28.281 INFO O| Sep 16 14:37:28.281 INFO STEP 18 (remove_files) COMPLETE
85072024-09-16T14:37:29.384Z[ host-image] Sep 16 14:37:28.281 INFO O| Sep 16 14:37:28.281 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85082024-09-16T14:37:29.398Z[ host-image] Sep 16 14:37:28.297 INFO O| Sep 16 14:37:28.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85092024-09-16T14:37:29.398Z[ host-image] Sep 16 14:37:28.297 INFO O| Sep 16 14:37:28.297 INFO STEP 19 (remove_files) COMPLETE
85102024-09-16T14:37:29.400Z[ host-image] Sep 16 14:37:28.297 INFO O| Sep 16 14:37:28.297 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85112024-09-16T14:37:29.414Z[ host-image] Sep 16 14:37:28.313 INFO O| Sep 16 14:37:28.313 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85122024-09-16T14:37:29.414Z[ host-image] Sep 16 14:37:28.313 INFO O| Sep 16 14:37:28.313 INFO STEP 20 (remove_files) COMPLETE
85132024-09-16T14:37:29.417Z[ host-image] Sep 16 14:37:28.314 INFO O| Sep 16 14:37:28.313 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85142024-09-16T14:37:29.430Z[ host-image] Sep 16 14:37:28.329 INFO O| Sep 16 14:37:28.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85152024-09-16T14:37:29.430Z[ host-image] Sep 16 14:37:28.329 INFO O| Sep 16 14:37:28.329 INFO STEP 21 (remove_files) COMPLETE
85162024-09-16T14:37:29.433Z[ host-image] Sep 16 14:37:28.329 INFO O| Sep 16 14:37:28.329 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85172024-09-16T14:37:29.448Z[ host-image] Sep 16 14:37:28.347 INFO O| Sep 16 14:37:28.347 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85182024-09-16T14:37:29.448Z[ host-image] Sep 16 14:37:28.347 INFO O| Sep 16 14:37:28.347 INFO STEP 22 (remove_files) COMPLETE
85192024-09-16T14:37:29.448Z[ host-image] Sep 16 14:37:28.347 INFO O| Sep 16 14:37:28.347 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85202024-09-16T14:37:29.460Z[ host-image] Sep 16 14:37:28.359 INFO O| Sep 16 14:37:28.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85212024-09-16T14:37:29.460Z[ host-image] Sep 16 14:37:28.359 INFO O| Sep 16 14:37:28.359 INFO STEP 23 (remove_files) COMPLETE
85222024-09-16T14:37:29.460Z[ host-image] Sep 16 14:37:28.359 INFO O| Sep 16 14:37:28.359 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-09-16T14:37:29.471Z[ host-image] Sep 16 14:37:28.370 INFO O| Sep 16 14:37:28.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85242024-09-16T14:37:29.471Z[ host-image] Sep 16 14:37:28.371 INFO O| Sep 16 14:37:28.371 INFO STEP 24 (remove_files) COMPLETE
85252024-09-16T14:37:29.471Z[ host-image] Sep 16 14:37:28.371 INFO O| Sep 16 14:37:28.371 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85262024-09-16T14:37:29.486Z[ host-image] Sep 16 14:37:28.386 INFO O| Sep 16 14:37:28.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85272024-09-16T14:37:29.486Z[ host-image] Sep 16 14:37:28.386 INFO O| Sep 16 14:37:28.386 INFO STEP 25 (remove_files) COMPLETE
85282024-09-16T14:37:29.489Z[ host-image] Sep 16 14:37:28.386 INFO O| Sep 16 14:37:28.386 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85292024-09-16T14:37:29.497Z[ host-image] Sep 16 14:37:28.397 INFO O| Sep 16 14:37:28.397 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85302024-09-16T14:37:29.497Z[ host-image] Sep 16 14:37:28.397 INFO O| Sep 16 14:37:28.397 INFO STEP 26 (remove_files) COMPLETE
85312024-09-16T14:37:29.500Z[ host-image] Sep 16 14:37:28.397 INFO O| Sep 16 14:37:28.397 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85322024-09-16T14:37:29.508Z[ host-image] Sep 16 14:37:28.407 INFO O| Sep 16 14:37:28.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85332024-09-16T14:37:29.508Z[ host-image] Sep 16 14:37:28.408 INFO O| Sep 16 14:37:28.408 INFO STEP 27 (remove_files) COMPLETE
85342024-09-16T14:37:29.511Z[ host-image] Sep 16 14:37:28.408 INFO O| Sep 16 14:37:28.408 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85352024-09-16T14:37:29.519Z[ host-image] Sep 16 14:37:28.418 INFO O| Sep 16 14:37:28.418 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85362024-09-16T14:37:29.519Z[ host-image] Sep 16 14:37:28.418 INFO O| Sep 16 14:37:28.418 INFO STEP 28 (remove_files) COMPLETE
85372024-09-16T14:37:29.521Z[ host-image] Sep 16 14:37:28.418 INFO O| Sep 16 14:37:28.418 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85382024-09-16T14:37:29.529Z[ host-image] Sep 16 14:37:28.428 INFO O| Sep 16 14:37:28.428 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85392024-09-16T14:37:29.529Z[ host-image] Sep 16 14:37:28.428 INFO O| Sep 16 14:37:28.428 INFO STEP 29 (remove_files) COMPLETE
85402024-09-16T14:37:29.529Z[ host-image] Sep 16 14:37:28.428 INFO O| Sep 16 14:37:28.428 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85412024-09-16T14:37:29.540Z[ host-image] Sep 16 14:37:28.440 INFO O| Sep 16 14:37:28.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
85422024-09-16T14:37:29.540Z[ host-image] Sep 16 14:37:28.440 INFO O| Sep 16 14:37:28.440 INFO STEP 30 (remove_files) COMPLETE
85432024-09-16T14:37:29.543Z[ host-image] Sep 16 14:37:28.440 INFO O| Sep 16 14:37:28.440 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85442024-09-16T14:37:29.556Z[ host-image] Sep 16 14:37:28.456 INFO O| Sep 16 14:37:28.455 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
85452024-09-16T14:37:29.556Z[ host-image] Sep 16 14:37:28.456 INFO O| Sep 16 14:37:28.456 INFO STEP 31 (remove_files) COMPLETE
85462024-09-16T14:37:29.559Z[ host-image] Sep 16 14:37:28.456 INFO O| Sep 16 14:37:28.456 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85472024-09-16T14:37:29.568Z[ host-image] Sep 16 14:37:28.468 INFO O| Sep 16 14:37:28.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
85482024-09-16T14:37:29.568Z[ host-image] Sep 16 14:37:28.468 INFO O| Sep 16 14:37:28.468 INFO STEP 32 (remove_files) COMPLETE
85492024-09-16T14:37:29.571Z[ host-image] Sep 16 14:37:28.468 INFO O| Sep 16 14:37:28.468 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85502024-09-16T14:37:29.582Z[ host-image] Sep 16 14:37:28.482 INFO O| Sep 16 14:37:28.481 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
85512024-09-16T14:37:29.585Z[ host-image] Sep 16 14:37:28.482 INFO O| Sep 16 14:37:28.482 INFO STEP 33 (remove_files) COMPLETE
85522024-09-16T14:37:29.585Z[ host-image] Sep 16 14:37:28.482 INFO O| Sep 16 14:37:28.482 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85532024-09-16T14:37:29.596Z[ host-image] Sep 16 14:37:28.495 INFO O| Sep 16 14:37:28.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
85542024-09-16T14:37:29.596Z[ host-image] Sep 16 14:37:28.495 INFO O| Sep 16 14:37:28.495 INFO STEP 34 (remove_files) COMPLETE
85552024-09-16T14:37:29.598Z[ host-image] Sep 16 14:37:28.495 INFO O| Sep 16 14:37:28.495 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85562024-09-16T14:37:29.607Z[ host-image] Sep 16 14:37:28.506 INFO O| Sep 16 14:37:28.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
85572024-09-16T14:37:29.607Z[ host-image] Sep 16 14:37:28.506 INFO O| Sep 16 14:37:28.506 INFO STEP 35 (remove_files) COMPLETE
85582024-09-16T14:37:29.607Z[ host-image] Sep 16 14:37:28.506 INFO O| Sep 16 14:37:28.506 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85592024-09-16T14:37:29.618Z[ host-image] Sep 16 14:37:28.517 INFO O| Sep 16 14:37:28.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
85602024-09-16T14:37:29.618Z[ host-image] Sep 16 14:37:28.517 INFO O| Sep 16 14:37:28.517 INFO STEP 36 (remove_files) COMPLETE
85612024-09-16T14:37:29.618Z[ host-image] Sep 16 14:37:28.517 INFO O| Sep 16 14:37:28.517 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-09-16T14:37:29.632Z[ host-image] Sep 16 14:37:28.532 INFO O| Sep 16 14:37:28.532 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
85632024-09-16T14:37:29.633Z[ host-image] Sep 16 14:37:28.532 INFO O| Sep 16 14:37:28.532 INFO STEP 37 (remove_files) COMPLETE
85642024-09-16T14:37:29.635Z[ host-image] Sep 16 14:37:28.532 INFO O| Sep 16 14:37:28.532 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85652024-09-16T14:37:29.647Z[ host-image] Sep 16 14:37:28.547 INFO O| Sep 16 14:37:28.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
85662024-09-16T14:37:29.648Z[ host-image] Sep 16 14:37:28.547 INFO O| Sep 16 14:37:28.547 INFO STEP 38 (remove_files) COMPLETE
85672024-09-16T14:37:29.650Z[ host-image] Sep 16 14:37:28.547 INFO O| Sep 16 14:37:28.547 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85682024-09-16T14:37:29.662Z[ host-image] Sep 16 14:37:28.562 INFO O| Sep 16 14:37:28.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
85692024-09-16T14:37:29.662Z[ host-image] Sep 16 14:37:28.562 INFO O| Sep 16 14:37:28.562 INFO STEP 39 (remove_files) COMPLETE
85702024-09-16T14:37:29.662Z[ host-image] Sep 16 14:37:28.562 INFO O| Sep 16 14:37:28.562 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85712024-09-16T14:37:29.678Z[ host-image] Sep 16 14:37:28.577 INFO O| Sep 16 14:37:28.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
85722024-09-16T14:37:29.678Z[ host-image] Sep 16 14:37:28.577 INFO O| Sep 16 14:37:28.577 INFO STEP 40 (remove_files) COMPLETE
85732024-09-16T14:37:29.678Z[ host-image] Sep 16 14:37:28.577 INFO O| Sep 16 14:37:28.577 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-09-16T14:37:29.693Z[ host-image] Sep 16 14:37:28.592 INFO O| Sep 16 14:37:28.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
85752024-09-16T14:37:29.693Z[ host-image] Sep 16 14:37:28.593 INFO O| Sep 16 14:37:28.593 INFO STEP 41 (remove_files) COMPLETE
85762024-09-16T14:37:29.695Z[ host-image] Sep 16 14:37:28.593 INFO O| Sep 16 14:37:28.593 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-09-16T14:37:29.708Z[ host-image] Sep 16 14:37:28.607 INFO O| Sep 16 14:37:28.607 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
85782024-09-16T14:37:29.708Z[ host-image] Sep 16 14:37:28.608 INFO O| Sep 16 14:37:28.608 INFO STEP 42 (remove_files) COMPLETE
85792024-09-16T14:37:29.711Z[ host-image] Sep 16 14:37:28.608 INFO O| Sep 16 14:37:28.608 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-09-16T14:37:29.721Z[ host-image] Sep 16 14:37:28.621 INFO O| Sep 16 14:37:28.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
85812024-09-16T14:37:29.721Z[ host-image] Sep 16 14:37:28.621 INFO O| Sep 16 14:37:28.621 INFO STEP 43 (remove_files) COMPLETE
85822024-09-16T14:37:29.721Z[ host-image] Sep 16 14:37:28.621 INFO O| Sep 16 14:37:28.621 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-09-16T14:37:29.735Z[ host-image] Sep 16 14:37:28.635 INFO O| Sep 16 14:37:28.635 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
85842024-09-16T14:37:29.735Z[ host-image] Sep 16 14:37:28.635 INFO O| Sep 16 14:37:28.635 INFO STEP 44 (remove_files) COMPLETE
85852024-09-16T14:37:29.735Z[ host-image] Sep 16 14:37:28.635 INFO O| Sep 16 14:37:28.635 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-09-16T14:37:29.746Z[ host-image] Sep 16 14:37:28.646 INFO O| Sep 16 14:37:28.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
85872024-09-16T14:37:29.746Z[ host-image] Sep 16 14:37:28.646 INFO O| Sep 16 14:37:28.646 INFO STEP 45 (remove_files) COMPLETE
85882024-09-16T14:37:29.749Z[ host-image] Sep 16 14:37:28.646 INFO O| Sep 16 14:37:28.646 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-09-16T14:37:29.757Z[ host-image] Sep 16 14:37:28.656 INFO O| Sep 16 14:37:28.656 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
85902024-09-16T14:37:29.757Z[ host-image] Sep 16 14:37:28.656 INFO O| Sep 16 14:37:28.656 INFO STEP 46 (remove_files) COMPLETE
85912024-09-16T14:37:29.759Z[ host-image] Sep 16 14:37:28.656 INFO O| Sep 16 14:37:28.656 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-09-16T14:37:29.769Z[ host-image] Sep 16 14:37:28.668 INFO O| Sep 16 14:37:28.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
85932024-09-16T14:37:29.769Z[ host-image] Sep 16 14:37:28.668 INFO O| Sep 16 14:37:28.668 INFO STEP 47 (remove_files) COMPLETE
85942024-09-16T14:37:29.769Z[ host-image] Sep 16 14:37:28.669 INFO O| Sep 16 14:37:28.668 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-09-16T14:37:29.782Z[ host-image] Sep 16 14:37:28.681 INFO O| Sep 16 14:37:28.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
85962024-09-16T14:37:29.782Z[ host-image] Sep 16 14:37:28.681 INFO O| Sep 16 14:37:28.681 INFO STEP 48 (remove_files) COMPLETE
85972024-09-16T14:37:29.784Z[ host-image] Sep 16 14:37:28.682 INFO O| Sep 16 14:37:28.681 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-09-16T14:37:29.795Z[ host-image] Sep 16 14:37:28.695 INFO O| Sep 16 14:37:28.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
85992024-09-16T14:37:29.795Z[ host-image] Sep 16 14:37:28.695 INFO O| Sep 16 14:37:28.695 INFO STEP 49 (remove_files) COMPLETE
86002024-09-16T14:37:29.798Z[ host-image] Sep 16 14:37:28.695 INFO O| Sep 16 14:37:28.695 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-09-16T14:37:29.812Z[ host-image] Sep 16 14:37:28.712 INFO O| Sep 16 14:37:28.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86022024-09-16T14:37:29.812Z[ host-image] Sep 16 14:37:28.712 INFO O| Sep 16 14:37:28.712 INFO STEP 50 (remove_files) COMPLETE
86032024-09-16T14:37:29.816Z[ host-image] Sep 16 14:37:28.712 INFO O| Sep 16 14:37:28.712 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-09-16T14:37:29.825Z[ host-image] Sep 16 14:37:28.724 INFO O| Sep 16 14:37:28.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86052024-09-16T14:37:29.825Z[ host-image] Sep 16 14:37:28.725 INFO O| Sep 16 14:37:28.725 INFO STEP 51 (remove_files) COMPLETE
86062024-09-16T14:37:29.828Z[ host-image] Sep 16 14:37:28.725 INFO O| Sep 16 14:37:28.725 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-09-16T14:37:29.837Z[ host-image] Sep 16 14:37:28.737 INFO O| Sep 16 14:37:28.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86082024-09-16T14:37:29.837Z[ host-image] Sep 16 14:37:28.737 INFO O| Sep 16 14:37:28.737 INFO STEP 52 (remove_files) COMPLETE
86092024-09-16T14:37:29.840Z[ host-image] Sep 16 14:37:28.737 INFO O| Sep 16 14:37:28.737 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-09-16T14:37:29.853Z[ host-image] Sep 16 14:37:28.753 INFO O| Sep 16 14:37:28.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86112024-09-16T14:37:29.853Z[ host-image] Sep 16 14:37:28.753 INFO O| Sep 16 14:37:28.753 INFO STEP 53 (remove_files) COMPLETE
86122024-09-16T14:37:29.853Z[ host-image] Sep 16 14:37:28.753 INFO O| Sep 16 14:37:28.753 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-09-16T14:37:29.869Z[ host-image] Sep 16 14:37:28.768 INFO O| Sep 16 14:37:28.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86142024-09-16T14:37:29.869Z[ host-image] Sep 16 14:37:28.768 INFO O| Sep 16 14:37:28.768 INFO STEP 54 (remove_files) COMPLETE
86152024-09-16T14:37:29.871Z[ host-image] Sep 16 14:37:28.768 INFO O| Sep 16 14:37:28.768 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-09-16T14:37:29.882Z[ host-image] Sep 16 14:37:28.782 INFO O| Sep 16 14:37:28.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86172024-09-16T14:37:29.884Z[ host-image] Sep 16 14:37:28.782 INFO O| Sep 16 14:37:28.782 INFO STEP 55 (remove_files) COMPLETE
86182024-09-16T14:37:29.884Z[ host-image] Sep 16 14:37:28.782 INFO O| Sep 16 14:37:28.782 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-09-16T14:37:29.892Z[ host-image] Sep 16 14:37:28.792 INFO O| Sep 16 14:37:28.792 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86202024-09-16T14:37:29.895Z[ host-image] Sep 16 14:37:28.792 INFO O| Sep 16 14:37:28.792 INFO STEP 56 (remove_files) COMPLETE
86212024-09-16T14:37:29.895Z[ host-image] Sep 16 14:37:28.792 INFO O| Sep 16 14:37:28.792 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-09-16T14:37:29.907Z[ host-image] Sep 16 14:37:28.807 INFO O| Sep 16 14:37:28.807 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86232024-09-16T14:37:29.910Z[ host-image] Sep 16 14:37:28.807 INFO O| Sep 16 14:37:28.807 INFO STEP 57 (remove_files) COMPLETE
86242024-09-16T14:37:29.910Z[ host-image] Sep 16 14:37:28.807 INFO O| Sep 16 14:37:28.807 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86252024-09-16T14:37:29.923Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86262024-09-16T14:37:29.923Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86272024-09-16T14:37:29.931Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86282024-09-16T14:37:29.931Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86292024-09-16T14:37:29.931Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86302024-09-16T14:37:29.931Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86312024-09-16T14:37:29.931Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO ok!
86322024-09-16T14:37:29.931Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO STEP 58 (ensure_file) COMPLETE
86332024-09-16T14:37:29.931Z[ host-image] Sep 16 14:37:28.823 INFO O| Sep 16 14:37:28.823 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-09-16T14:37:29.940Z[ host-image] Sep 16 14:37:28.839 INFO O| Sep 16 14:37:28.839 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86352024-09-16T14:37:29.942Z[ host-image] Sep 16 14:37:28.839 INFO O| Sep 16 14:37:28.839 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86362024-09-16T14:37:29.942Z[ host-image] Sep 16 14:37:28.840 INFO O| Sep 16 14:37:28.840 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86372024-09-16T14:37:29.942Z[ host-image] Sep 16 14:37:28.840 INFO O| Sep 16 14:37:28.840 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86382024-09-16T14:37:29.942Z[ host-image] Sep 16 14:37:28.840 INFO O| Sep 16 14:37:28.840 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86392024-09-16T14:37:29.942Z[ host-image] Sep 16 14:37:28.840 INFO O| Sep 16 14:37:28.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86402024-09-16T14:37:29.942Z[ host-image] Sep 16 14:37:28.840 INFO O| Sep 16 14:37:28.840 INFO ok!
86412024-09-16T14:37:29.943Z[ host-image] Sep 16 14:37:28.840 INFO O| Sep 16 14:37:28.840 INFO STEP 59 (ensure_file) COMPLETE
86422024-09-16T14:37:29.943Z[ host-image] Sep 16 14:37:28.840 INFO O| Sep 16 14:37:28.840 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-09-16T14:37:29.968Z[ host-image] Sep 16 14:37:28.867 INFO O| Sep 16 14:37:28.867 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
86442024-09-16T14:37:29.968Z[ host-image] Sep 16 14:37:28.867 INFO O| Sep 16 14:37:28.867 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
86452024-09-16T14:37:29.970Z[ host-image] Sep 16 14:37:28.867 INFO O| Sep 16 14:37:28.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
86462024-09-16T14:37:29.970Z[ host-image] Sep 16 14:37:28.868 INFO O| Sep 16 14:37:28.868 INFO ok!
86472024-09-16T14:37:29.971Z[ host-image] Sep 16 14:37:28.868 INFO O| Sep 16 14:37:28.868 INFO STEP 60 (ensure_file) COMPLETE
86482024-09-16T14:37:29.971Z[ host-image] Sep 16 14:37:28.868 INFO O| Sep 16 14:37:28.868 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-09-16T14:37:29.985Z[ host-image] Sep 16 14:37:28.884 INFO O| Sep 16 14:37:28.884 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
86502024-09-16T14:37:29.985Z[ host-image] Sep 16 14:37:28.885 INFO O| Sep 16 14:37:28.885 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
86512024-09-16T14:37:29.987Z[ host-image] Sep 16 14:37:28.885 INFO O| Sep 16 14:37:28.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
86522024-09-16T14:37:29.987Z[ host-image] Sep 16 14:37:28.885 INFO O| Sep 16 14:37:28.885 INFO ok!
86532024-09-16T14:37:29.987Z[ host-image] Sep 16 14:37:28.885 INFO O| Sep 16 14:37:28.885 INFO STEP 61 (ensure_file) COMPLETE
86542024-09-16T14:37:29.987Z[ host-image] Sep 16 14:37:28.885 INFO O| Sep 16 14:37:28.885 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-09-16T14:37:30.007Z[ host-image] Sep 16 14:37:28.907 INFO O| Sep 16 14:37:28.907 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
86562024-09-16T14:37:30.010Z[ host-image] Sep 16 14:37:28.907 INFO O| Sep 16 14:37:28.907 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
86572024-09-16T14:37:30.010Z[ host-image] Sep 16 14:37:28.907 INFO O| Sep 16 14:37:28.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86582024-09-16T14:37:30.010Z[ host-image] Sep 16 14:37:28.907 INFO O| Sep 16 14:37:28.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
86592024-09-16T14:37:30.010Z[ host-image] Sep 16 14:37:28.907 INFO O| Sep 16 14:37:28.907 INFO ok!
86602024-09-16T14:37:30.010Z[ host-image] Sep 16 14:37:28.908 INFO O| Sep 16 14:37:28.907 INFO STEP 62 (ensure_file) COMPLETE
86612024-09-16T14:37:30.010Z[ host-image] Sep 16 14:37:28.908 INFO O| Sep 16 14:37:28.908 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-09-16T14:37:30.026Z[ host-image] Sep 16 14:37:28.925 INFO O| Sep 16 14:37:28.925 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
86632024-09-16T14:37:30.026Z[ host-image] Sep 16 14:37:28.925 INFO O| Sep 16 14:37:28.925 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
86642024-09-16T14:37:30.028Z[ host-image] Sep 16 14:37:28.925 INFO O| Sep 16 14:37:28.925 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86652024-09-16T14:37:30.028Z[ host-image] Sep 16 14:37:28.925 INFO O| Sep 16 14:37:28.925 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
86662024-09-16T14:37:30.028Z[ host-image] Sep 16 14:37:28.925 INFO O| Sep 16 14:37:28.925 INFO ok!
86672024-09-16T14:37:30.028Z[ host-image] Sep 16 14:37:28.926 INFO O| Sep 16 14:37:28.925 INFO STEP 63 (ensure_file) COMPLETE
86682024-09-16T14:37:30.028Z[ host-image] Sep 16 14:37:28.926 INFO O| Sep 16 14:37:28.925 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-09-16T14:37:30.040Z[ host-image] Sep 16 14:37:28.940 INFO O| Sep 16 14:37:28.939 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
86702024-09-16T14:37:30.040Z[ host-image] Sep 16 14:37:28.940 INFO O| Sep 16 14:37:28.940 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
86712024-09-16T14:37:30.043Z[ host-image] Sep 16 14:37:28.940 INFO O| Sep 16 14:37:28.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
86722024-09-16T14:37:30.043Z[ host-image] Sep 16 14:37:28.940 INFO O| Sep 16 14:37:28.940 INFO ok!
86732024-09-16T14:37:30.043Z[ host-image] Sep 16 14:37:28.940 INFO O| Sep 16 14:37:28.940 INFO STEP 64 (assemble_files) COMPLETE
86742024-09-16T14:37:30.043Z[ host-image] Sep 16 14:37:28.940 INFO O| Sep 16 14:37:28.940 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-09-16T14:37:30.058Z[ host-image] Sep 16 14:37:28.957 INFO O| Sep 16 14:37:28.957 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
86762024-09-16T14:37:30.058Z[ host-image] Sep 16 14:37:28.957 INFO O| Sep 16 14:37:28.957 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
86772024-09-16T14:37:30.060Z[ host-image] Sep 16 14:37:28.958 INFO O| Sep 16 14:37:28.958 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86782024-09-16T14:37:30.060Z[ host-image] Sep 16 14:37:28.958 INFO O| Sep 16 14:37:28.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
86792024-09-16T14:37:30.060Z[ host-image] Sep 16 14:37:28.958 INFO O| Sep 16 14:37:28.958 INFO ok!
86802024-09-16T14:37:30.060Z[ host-image] Sep 16 14:37:28.958 INFO O| Sep 16 14:37:28.958 INFO STEP 65 (ensure_file) COMPLETE
86812024-09-16T14:37:30.060Z[ host-image] Sep 16 14:37:28.958 INFO O| Sep 16 14:37:28.958 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-09-16T14:37:30.075Z[ host-image] Sep 16 14:37:28.974 INFO O| Sep 16 14:37:28.974 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86832024-09-16T14:37:30.077Z[ host-image] Sep 16 14:37:28.974 INFO O| Sep 16 14:37:28.974 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86842024-09-16T14:37:30.077Z[ host-image] Sep 16 14:37:28.975 INFO O| Sep 16 14:37:28.975 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
86852024-09-16T14:37:30.077Z[ host-image] Sep 16 14:37:28.975 INFO O| Sep 16 14:37:28.975 INFO STEP 66 (ensure_dir) COMPLETE
86862024-09-16T14:37:30.077Z[ host-image] Sep 16 14:37:28.975 INFO O| Sep 16 14:37:28.975 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-09-16T14:37:30.091Z[ host-image] Sep 16 14:37:28.991 INFO O| Sep 16 14:37:28.990 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
86882024-09-16T14:37:30.091Z[ host-image] Sep 16 14:37:28.991 INFO O| Sep 16 14:37:28.991 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 ...
86892024-09-16T14:37:30.102Z[ host-image] Sep 16 14:37:29.002 INFO O| Sep 16 14:37:29.001 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
86902024-09-16T14:37:30.102Z[ host-image] Sep 16 14:37:29.002 INFO O| Sep 16 14:37:29.002 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
86912024-09-16T14:37:30.105Z[ host-image] Sep 16 14:37:29.002 INFO O| Sep 16 14:37:29.002 INFO ok!
86922024-09-16T14:37:30.105Z[ host-image] Sep 16 14:37:29.002 INFO O| Sep 16 14:37:29.002 INFO STEP 67 (ensure_file) COMPLETE
86932024-09-16T14:37:30.105Z[ host-image] Sep 16 14:37:29.002 INFO O| Sep 16 14:37:29.002 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-09-16T14:37:30.116Z[ host-image] Sep 16 14:37:29.016 INFO O| Sep 16 14:37:29.016 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
86952024-09-16T14:37:30.116Z[ host-image] Sep 16 14:37:29.016 INFO O| Sep 16 14:37:29.016 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 ...
86962024-09-16T14:37:30.119Z[ host-image] Sep 16 14:37:29.016 INFO O| Sep 16 14:37:29.016 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
86972024-09-16T14:37:30.119Z[ host-image] Sep 16 14:37:29.016 INFO O| Sep 16 14:37:29.016 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
86982024-09-16T14:37:30.119Z[ host-image] Sep 16 14:37:29.016 INFO O| Sep 16 14:37:29.016 INFO ok!
86992024-09-16T14:37:30.119Z[ host-image] Sep 16 14:37:29.016 INFO O| Sep 16 14:37:29.016 INFO STEP 68 (ensure_file) COMPLETE
87002024-09-16T14:37:30.119Z[ host-image] Sep 16 14:37:29.016 INFO O| Sep 16 14:37:29.016 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-09-16T14:37:30.138Z[ host-image] Sep 16 14:37:29.037 INFO O| Sep 16 14:37:29.037 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87022024-09-16T14:37:30.138Z[ host-image] Sep 16 14:37:29.037 INFO O| Sep 16 14:37:29.037 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87032024-09-16T14:37:30.549Z[ recovery-image] Sep 16 14:37:29.448 INFO E| Compiling clap_derive v4.5.13
87042024-09-16T14:37:32.331Z[ host-image] Sep 16 14:37:31.230 INFO O| Sep 16 14:37:31.230 INFO STEP 69 (pack_tar) COMPLETE
87052024-09-16T14:37:32.331Z[ host-image] Sep 16 14:37:31.230 INFO O| Sep 16 14:37:31.230 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87062024-09-16T14:37:32.334Z[ host-image] Sep 16 14:37:31.230 INFO O| Sep 16 14:37:31.230 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87072024-09-16T14:37:32.552Z[ recovery-image] Sep 16 14:37:31.451 INFO E| Compiling clap v4.5.17
87082024-09-16T14:37:32.602Z[ host-image] Sep 16 14:37:31.501 INFO O| Sep 16 14:37:31.501 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87092024-09-16T14:37:32.627Z[ recovery-image] Sep 16 14:37:31.526 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87102024-09-16T14:37:32.677Z[ host-image] Sep 16 14:37:31.576 INFO O| Sep 16 14:37:31.575 INFO completed processing gimlet/ramdisk-02-trim
87112024-09-16T14:37:32.679Z[ host-image] Sep 16 14:37:31.578 INFO image builder template: zfs...
87122024-09-16T14:37:32.679Z[ host-image] Sep 16 14:37:31.578 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/.tmpshoa1R/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
87132024-09-16T14:37:32.692Z[ host-image] Sep 16 14:37:31.591 INFO O| Sep 16 14:37:31.591 INFO skip include "stress" because feature "stress" is not enabled
87142024-09-16T14:37:32.724Z[ host-image] Sep 16 14:37:31.623 INFO O| Sep 16 14:37:31.623 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87152024-09-16T14:37:32.728Z[ host-image] Sep 16 14:37:31.627 INFO O| Sep 16 14:37:31.627 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87162024-09-16T14:37:32.798Z[ host-image] Sep 16 14:37:31.697 INFO O| Sep 16 14:37:31.696 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87172024-09-16T14:37:32.860Z[ host-image] Sep 16 14:37:31.759 INFO O| Sep 16 14:37:31.759 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87182024-09-16T14:37:32.860Z[ host-image] Sep 16 14:37:31.759 INFO O| Sep 16 14:37:31.759 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87192024-09-16T14:37:32.864Z[ host-image] Sep 16 14:37:31.763 INFO O| Sep 16 14:37:31.763 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87202024-09-16T14:37:32.913Z[ host-image] Sep 16 14:37:31.812 INFO O| Sep 16 14:37:31.812 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87212024-09-16T14:37:32.959Z[ host-image] Sep 16 14:37:31.858 INFO O| Sep 16 14:37:31.858 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87222024-09-16T14:37:32.973Z[ host-image] Sep 16 14:37:31.872 INFO O| Sep 16 14:37:31.872 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87232024-09-16T14:37:32.981Z[ host-image] Sep 16 14:37:31.880 INFO O| Sep 16 14:37:31.880 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87242024-09-16T14:37:32.981Z[ host-image] Sep 16 14:37:31.880 INFO O| Sep 16 14:37:31.880 INFO no lofi found
87252024-09-16T14:37:32.983Z[ host-image] Sep 16 14:37:31.880 INFO O| Sep 16 14:37:31.880 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87262024-09-16T14:37:32.983Z[ host-image] Sep 16 14:37:31.880 INFO O| Sep 16 14:37:31.880 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87272024-09-16T14:37:33.647Z[ recovery-image] Sep 16 14:37:32.546 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
87282024-09-16T14:37:33.658Z[ recovery-image] Sep 16 14:37:32.557 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87292024-09-16T14:37:33.778Z[ recovery-image] Sep 16 14:37:32.676 INFO E| Updating crates.io index
87302024-09-16T14:37:33.938Z[ recovery-image] Sep 16 14:37:32.837 INFO E| Downloading crates ...
87312024-09-16T14:37:33.985Z[ recovery-image] Sep 16 14:37:32.884 INFO E| Downloaded bit_field v0.10.2
87322024-09-16T14:37:33.988Z[ recovery-image] Sep 16 14:37:32.887 INFO E| Downloaded seq-macro v0.3.5
87332024-09-16T14:37:33.995Z[ recovery-image] Sep 16 14:37:32.894 INFO E| Downloaded miniz_oxide v0.7.4
87342024-09-16T14:37:34.011Z[ recovery-image] Sep 16 14:37:32.910 INFO E| Downloaded raw-cpuid v10.7.0
87352024-09-16T14:37:34.015Z[ recovery-image] Sep 16 14:37:32.914 INFO E| Downloaded cpio_reader v0.1.1
87362024-09-16T14:37:34.134Z[ recovery-image] Sep 16 14:37:33.032 INFO E| Downloaded x86 v0.52.0
87372024-09-16T14:37:34.194Z[ recovery-image] Sep 16 14:37:33.093 INFO E| Updating crates.io index
87382024-09-16T14:37:34.275Z[ recovery-image] Sep 16 14:37:33.174 INFO E| Downloading crates ...
87392024-09-16T14:37:34.337Z[ recovery-image] Sep 16 14:37:33.236 INFO E| Downloaded compiler_builtins v0.1.123
87402024-09-16T14:37:34.406Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling compiler_builtins v0.1.123
87412024-09-16T14:37:34.406Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
87422024-09-16T14:37:34.406Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling proc-macro2 v1.0.86
87432024-09-16T14:37:34.406Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling unicode-ident v1.0.12
87442024-09-16T14:37:34.409Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling syn v1.0.109
87452024-09-16T14:37:34.409Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling x86 v0.52.0
87462024-09-16T14:37:34.409Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87472024-09-16T14:37:34.409Z[ recovery-image] Sep 16 14:37:33.305 INFO E| Compiling seq-macro v0.3.5
87482024-09-16T14:37:35.113Z[ host-image] Sep 16 14:37:34.011 INFO O| Sep 16 14:37:34.011 INFO lofi device = /dev/dsk/c2t1d0p0
87492024-09-16T14:37:35.113Z[ host-image] Sep 16 14:37:34.011 INFO O| Sep 16 14:37:34.011 INFO pool device = /dev/dsk/c2t1d0p0
87502024-09-16T14:37:35.113Z[ host-image] Sep 16 14:37:34.011 INFO O| Sep 16 14:37:34.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87512024-09-16T14:37:35.198Z[ host-image] Sep 16 14:37:34.097 INFO O| Sep 16 14:37:34.096 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87522024-09-16T14:37:35.198Z[ host-image] Sep 16 14:37:34.097 INFO O| Sep 16 14:37:34.097 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87532024-09-16T14:37:35.219Z[ host-image] Sep 16 14:37:34.117 INFO O| Sep 16 14:37:34.117 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87542024-09-16T14:37:35.279Z[ host-image] Sep 16 14:37:34.177 INFO O| Sep 16 14:37:34.177 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87552024-09-16T14:37:35.317Z[ host-image] Sep 16 14:37:34.216 INFO O| Sep 16 14:37:34.216 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87562024-09-16T14:37:35.333Z[ host-image] Sep 16 14:37:34.231 INFO O| Sep 16 14:37:34.231 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87572024-09-16T14:37:35.345Z[ host-image] Sep 16 14:37:34.243 INFO O| Sep 16 14:37:34.243 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87582024-09-16T14:37:35.395Z[ host-image] Sep 16 14:37:34.294 INFO O| Sep 16 14:37:34.293 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87592024-09-16T14:37:35.395Z[ host-image] Sep 16 14:37:34.294 INFO O| Sep 16 14:37:34.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87602024-09-16T14:37:35.398Z[ host-image] Sep 16 14:37:34.294 INFO O| Sep 16 14:37:34.294 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
87612024-09-16T14:37:35.403Z[ host-image] Sep 16 14:37:34.302 INFO O| Sep 16 14:37:34.302 INFO boot environment UUID: 1c1285f5-5715-468e-916a-7967273767ba
87622024-09-16T14:37:35.405Z[ host-image] Sep 16 14:37:34.302 INFO O| Sep 16 14:37:34.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1c1285f5-5715-468e-916a-7967273767ba
87632024-09-16T14:37:35.416Z[ host-image] Sep 16 14:37:34.315 INFO O| Sep 16 14:37:34.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87642024-09-16T14:37:35.427Z[ host-image] Sep 16 14:37:34.326 INFO O| Sep 16 14:37:34.326 INFO STEP 0 (create_be) COMPLETE
87652024-09-16T14:37:35.427Z[ host-image] Sep 16 14:37:34.326 INFO O| Sep 16 14:37:34.326 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87662024-09-16T14:37:35.443Z[ host-image] Sep 16 14:37:34.341 INFO O| Sep 16 14:37:34.341 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
87672024-09-16T14:37:35.534Z[ recovery-image] Sep 16 14:37:34.431 INFO E| Compiling quote v1.0.37
87682024-09-16T14:37:35.974Z[ recovery-image] Sep 16 14:37:34.869 INFO E| Compiling syn v2.0.77
87692024-09-16T14:37:40.513Z[ recovery-image] Sep 16 14:37:39.411 INFO E| Compiling scroll_derive v0.12.0
87702024-09-16T14:37:43.918Z[ recovery-image] Sep 16 14:37:42.815 INFO E| Compiling bitstruct_derive v0.1.0
87712024-09-16T14:37:56.631Z[ host-image] Sep 16 14:37:55.526 INFO O| Sep 16 14:37:55.526 INFO STEP 1 (unpack_tar) COMPLETE
87722024-09-16T14:37:56.631Z[ host-image] Sep 16 14:37:55.526 INFO O| Sep 16 14:37:55.526 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732024-09-16T14:37:56.642Z[ host-image] Sep 16 14:37:55.537 INFO O| Sep 16 14:37:55.537 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
87742024-09-16T14:37:56.937Z[ host-image] Sep 16 14:37:55.832 INFO O| Sep 16 14:37:55.832 INFO STEP 2 (devfsadm) COMPLETE
87752024-09-16T14:37:56.937Z[ host-image] Sep 16 14:37:55.832 INFO O| Sep 16 14:37:55.832 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762024-09-16T14:37:56.948Z[ host-image] Sep 16 14:37:55.843 INFO O| Sep 16 14:37:55.843 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87772024-09-16T14:37:56.948Z[ host-image] Sep 16 14:37:55.843 INFO O| Sep 16 14:37:55.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
87782024-09-16T14:37:56.951Z[ host-image] Sep 16 14:37:55.843 INFO O| Sep 16 14:37:55.843 INFO STEP 3 (ensure_dir) COMPLETE
87792024-09-16T14:37:56.951Z[ host-image] Sep 16 14:37:55.843 INFO O| Sep 16 14:37:55.843 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87802024-09-16T14:37:56.958Z[ host-image] Sep 16 14:37:55.853 INFO O| Sep 16 14:37:55.853 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
87812024-09-16T14:37:56.958Z[ host-image] Sep 16 14:37:55.853 INFO O| Sep 16 14:37:55.853 INFO STEP 4 (ensure_dir) COMPLETE
87822024-09-16T14:37:56.961Z[ host-image] Sep 16 14:37:55.853 INFO O| Sep 16 14:37:55.853 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87832024-09-16T14:37:56.968Z[ host-image] Sep 16 14:37:55.863 INFO O| Sep 16 14:37:55.863 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
87842024-09-16T14:37:56.968Z[ host-image] Sep 16 14:37:55.863 INFO O| Sep 16 14:37:55.863 INFO STEP 5 (ensure_dir) COMPLETE
87852024-09-16T14:37:56.970Z[ host-image] Sep 16 14:37:55.863 INFO O| Sep 16 14:37:55.863 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87862024-09-16T14:37:56.977Z[ host-image] Sep 16 14:37:55.872 INFO O| Sep 16 14:37:55.872 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87872024-09-16T14:37:56.980Z[ host-image] Sep 16 14:37:55.872 INFO O| Sep 16 14:37:55.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
87882024-09-16T14:37:56.980Z[ host-image] Sep 16 14:37:55.872 INFO O| Sep 16 14:37:55.872 INFO STEP 6 (ensure_dir) COMPLETE
87892024-09-16T14:37:56.980Z[ host-image] Sep 16 14:37:55.872 INFO O| Sep 16 14:37:55.872 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87902024-09-16T14:37:56.987Z[ host-image] Sep 16 14:37:55.882 INFO O| Sep 16 14:37:55.882 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87912024-09-16T14:37:56.990Z[ host-image] Sep 16 14:37:55.882 INFO O| Sep 16 14:37:55.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
87922024-09-16T14:37:56.990Z[ host-image] Sep 16 14:37:55.882 INFO O| Sep 16 14:37:55.882 INFO STEP 7 (ensure_dir) COMPLETE
87932024-09-16T14:37:56.990Z[ host-image] Sep 16 14:37:55.882 INFO O| Sep 16 14:37:55.882 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942024-09-16T14:37:56.996Z[ host-image] Sep 16 14:37:55.891 INFO O| Sep 16 14:37:55.891 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
87952024-09-16T14:37:56.999Z[ host-image] Sep 16 14:37:55.891 INFO O| Sep 16 14:37:55.891 INFO STEP 8 (remove_files) COMPLETE
87962024-09-16T14:37:56.999Z[ host-image] Sep 16 14:37:55.891 INFO O| Sep 16 14:37:55.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972024-09-16T14:37:57.006Z[ host-image] Sep 16 14:37:55.901 INFO O| Sep 16 14:37:55.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
87982024-09-16T14:37:57.009Z[ host-image] Sep 16 14:37:55.902 INFO O| Sep 16 14:37:55.902 INFO STEP 9 (remove_files) COMPLETE
87992024-09-16T14:37:57.009Z[ host-image] Sep 16 14:37:55.902 INFO O| Sep 16 14:37:55.902 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002024-09-16T14:37:57.016Z[ host-image] Sep 16 14:37:55.911 INFO O| Sep 16 14:37:55.911 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88012024-09-16T14:37:57.018Z[ host-image] Sep 16 14:37:55.912 INFO O| Sep 16 14:37:55.912 INFO STEP 10 (remove_files) COMPLETE
88022024-09-16T14:37:57.019Z[ host-image] Sep 16 14:37:55.912 INFO O| Sep 16 14:37:55.912 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88032024-09-16T14:37:57.026Z[ host-image] Sep 16 14:37:55.921 INFO O| Sep 16 14:37:55.921 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88042024-09-16T14:37:57.029Z[ host-image] Sep 16 14:37:55.921 INFO O| Sep 16 14:37:55.921 INFO STEP 11 (remove_files) COMPLETE
88052024-09-16T14:37:57.029Z[ host-image] Sep 16 14:37:55.921 INFO O| Sep 16 14:37:55.921 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88062024-09-16T14:37:57.036Z[ host-image] Sep 16 14:37:55.931 INFO O| Sep 16 14:37:55.931 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88072024-09-16T14:37:57.036Z[ host-image] Sep 16 14:37:55.931 INFO O| Sep 16 14:37:55.931 INFO STEP 12 (remove_files) COMPLETE
88082024-09-16T14:37:57.038Z[ host-image] Sep 16 14:37:55.931 INFO O| Sep 16 14:37:55.931 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092024-09-16T14:37:57.045Z[ host-image] Sep 16 14:37:55.940 INFO O| Sep 16 14:37:55.940 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88102024-09-16T14:37:57.045Z[ host-image] Sep 16 14:37:55.940 INFO O| Sep 16 14:37:55.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88112024-09-16T14:37:57.045Z[ host-image] Sep 16 14:37:55.940 INFO O| Sep 16 14:37:55.940 INFO STEP 13 (ensure_dir) COMPLETE
88122024-09-16T14:37:57.048Z[ host-image] Sep 16 14:37:55.940 INFO O| Sep 16 14:37:55.940 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88132024-09-16T14:37:57.055Z[ host-image] Sep 16 14:37:55.950 INFO O| Sep 16 14:37:55.950 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88142024-09-16T14:37:57.055Z[ host-image] Sep 16 14:37:55.950 INFO O| Sep 16 14:37:55.950 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88152024-09-16T14:37:57.058Z[ host-image] Sep 16 14:37:55.950 INFO O| Sep 16 14:37:55.950 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88162024-09-16T14:37:57.058Z[ host-image] Sep 16 14:37:55.950 INFO O| Sep 16 14:37:55.950 INFO STEP 14 (ensure_dir) COMPLETE
88172024-09-16T14:37:57.058Z[ host-image] Sep 16 14:37:55.950 INFO O| Sep 16 14:37:55.950 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182024-09-16T14:37:57.065Z[ host-image] Sep 16 14:37:55.960 INFO O| Sep 16 14:37:55.960 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88192024-09-16T14:37:57.065Z[ host-image] Sep 16 14:37:55.960 INFO O| Sep 16 14:37:55.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88202024-09-16T14:37:57.068Z[ host-image] Sep 16 14:37:55.960 INFO O| Sep 16 14:37:55.960 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88212024-09-16T14:37:57.068Z[ host-image] Sep 16 14:37:55.960 INFO O| Sep 16 14:37:55.960 INFO STEP 15 (ensure_dir) COMPLETE
88222024-09-16T14:37:57.068Z[ host-image] Sep 16 14:37:55.960 INFO O| Sep 16 14:37:55.960 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88232024-09-16T14:37:57.075Z[ host-image] Sep 16 14:37:55.970 INFO O| Sep 16 14:37:55.970 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88242024-09-16T14:37:57.077Z[ host-image] Sep 16 14:37:55.970 INFO O| Sep 16 14:37:55.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88252024-09-16T14:37:57.078Z[ host-image] Sep 16 14:37:55.970 INFO O| Sep 16 14:37:55.970 INFO STEP 16 (ensure_dir) COMPLETE
88262024-09-16T14:37:57.078Z[ host-image] Sep 16 14:37:55.970 INFO O| Sep 16 14:37:55.970 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272024-09-16T14:37:57.084Z[ host-image] Sep 16 14:37:55.979 INFO O| Sep 16 14:37:55.979 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88282024-09-16T14:37:57.084Z[ host-image] Sep 16 14:37:55.980 INFO O| Sep 16 14:37:55.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88292024-09-16T14:37:57.087Z[ host-image] Sep 16 14:37:55.980 INFO O| Sep 16 14:37:55.980 INFO STEP 17 (ensure_dir) COMPLETE
88302024-09-16T14:37:57.087Z[ host-image] Sep 16 14:37:55.980 INFO O| Sep 16 14:37:55.980 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312024-09-16T14:37:57.094Z[ host-image] Sep 16 14:37:55.989 INFO O| Sep 16 14:37:55.989 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88322024-09-16T14:37:57.094Z[ host-image] Sep 16 14:37:55.989 INFO O| Sep 16 14:37:55.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88332024-09-16T14:37:57.096Z[ host-image] Sep 16 14:37:55.989 INFO O| Sep 16 14:37:55.989 INFO ok!
88342024-09-16T14:37:57.096Z[ host-image] Sep 16 14:37:55.989 INFO O| Sep 16 14:37:55.989 INFO STEP 18 (ensure_symlink) COMPLETE
88352024-09-16T14:37:57.096Z[ host-image] Sep 16 14:37:55.989 INFO O| Sep 16 14:37:55.989 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88362024-09-16T14:37:57.103Z[ host-image] Sep 16 14:37:55.998 INFO O| Sep 16 14:37:55.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
88372024-09-16T14:37:57.103Z[ host-image] Sep 16 14:37:55.999 INFO O| Sep 16 14:37:55.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
88382024-09-16T14:37:57.106Z[ host-image] Sep 16 14:37:55.999 INFO O| Sep 16 14:37:55.999 INFO ok!
88392024-09-16T14:37:57.106Z[ host-image] Sep 16 14:37:55.999 INFO O| Sep 16 14:37:55.999 INFO STEP 19 (ensure_file) COMPLETE
88402024-09-16T14:37:57.106Z[ host-image] Sep 16 14:37:55.999 INFO O| Sep 16 14:37:55.999 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88412024-09-16T14:37:57.114Z[ host-image] Sep 16 14:37:56.009 INFO O| Sep 16 14:37:56.009 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
88422024-09-16T14:37:57.114Z[ host-image] Sep 16 14:37:56.009 INFO O| Sep 16 14:37:56.009 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88432024-09-16T14:37:57.116Z[ host-image] Sep 16 14:37:56.009 INFO O| Sep 16 14:37:56.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
88442024-09-16T14:37:57.116Z[ host-image] Sep 16 14:37:56.009 INFO O| Sep 16 14:37:56.009 INFO ok!
88452024-09-16T14:37:57.117Z[ host-image] Sep 16 14:37:56.009 INFO O| Sep 16 14:37:56.009 INFO STEP 20 (ensure_symlink) COMPLETE
88462024-09-16T14:37:57.117Z[ host-image] Sep 16 14:37:56.009 INFO O| Sep 16 14:37:56.009 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88472024-09-16T14:37:57.124Z[ host-image] Sep 16 14:37:56.019 INFO O| Sep 16 14:37:56.019 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
88482024-09-16T14:37:57.127Z[ host-image] Sep 16 14:37:56.019 INFO O| Sep 16 14:37:56.019 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88492024-09-16T14:37:57.127Z[ host-image] Sep 16 14:37:56.019 INFO O| Sep 16 14:37:56.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
88502024-09-16T14:37:57.127Z[ host-image] Sep 16 14:37:56.019 INFO O| Sep 16 14:37:56.019 INFO ok!
88512024-09-16T14:37:57.127Z[ host-image] Sep 16 14:37:56.019 INFO O| Sep 16 14:37:56.019 INFO STEP 21 (ensure_symlink) COMPLETE
88522024-09-16T14:37:57.127Z[ host-image] Sep 16 14:37:56.019 INFO O| Sep 16 14:37:56.019 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88532024-09-16T14:37:57.134Z[ host-image] Sep 16 14:37:56.029 INFO O| Sep 16 14:37:56.029 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
88542024-09-16T14:37:57.134Z[ host-image] Sep 16 14:37:56.029 INFO O| Sep 16 14:37:56.029 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88552024-09-16T14:37:57.137Z[ host-image] Sep 16 14:37:56.029 INFO O| Sep 16 14:37:56.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
88562024-09-16T14:37:57.137Z[ host-image] Sep 16 14:37:56.029 INFO O| Sep 16 14:37:56.029 INFO ok!
88572024-09-16T14:37:57.137Z[ host-image] Sep 16 14:37:56.029 INFO O| Sep 16 14:37:56.029 INFO STEP 22 (ensure_symlink) COMPLETE
88582024-09-16T14:37:57.137Z[ host-image] Sep 16 14:37:56.029 INFO O| Sep 16 14:37:56.029 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88592024-09-16T14:37:57.143Z[ host-image] Sep 16 14:37:56.038 INFO O| Sep 16 14:37:56.038 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
88602024-09-16T14:37:57.143Z[ host-image] Sep 16 14:37:56.038 INFO O| Sep 16 14:37:56.038 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88612024-09-16T14:37:57.146Z[ host-image] Sep 16 14:37:56.039 INFO O| Sep 16 14:37:56.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
88622024-09-16T14:37:57.146Z[ host-image] Sep 16 14:37:56.039 INFO O| Sep 16 14:37:56.038 INFO ok!
88632024-09-16T14:37:57.146Z[ host-image] Sep 16 14:37:56.039 INFO O| Sep 16 14:37:56.039 INFO STEP 23 (ensure_symlink) COMPLETE
88642024-09-16T14:37:57.146Z[ host-image] Sep 16 14:37:56.039 INFO O| Sep 16 14:37:56.039 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88652024-09-16T14:37:57.153Z[ host-image] Sep 16 14:37:56.048 INFO O| Sep 16 14:37:56.048 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88662024-09-16T14:37:57.156Z[ host-image] Sep 16 14:37:56.048 INFO O| Sep 16 14:37:56.048 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
88672024-09-16T14:37:57.156Z[ host-image] Sep 16 14:37:56.048 INFO O| Sep 16 14:37:56.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
88682024-09-16T14:37:57.156Z[ host-image] Sep 16 14:37:56.048 INFO O| Sep 16 14:37:56.048 INFO ok!
88692024-09-16T14:37:57.156Z[ host-image] Sep 16 14:37:56.048 INFO O| Sep 16 14:37:56.048 INFO STEP 24 (ensure_file) COMPLETE
88702024-09-16T14:37:57.156Z[ host-image] Sep 16 14:37:56.048 INFO O| Sep 16 14:37:56.048 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88712024-09-16T14:37:57.163Z[ host-image] Sep 16 14:37:56.058 INFO O| Sep 16 14:37:56.058 INFO updating shadow file
88722024-09-16T14:37:57.166Z[ host-image] Sep 16 14:37:56.058 INFO O| Sep 16 14:37:56.058 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88732024-09-16T14:37:57.166Z[ host-image] Sep 16 14:37:56.058 INFO O| Sep 16 14:37:56.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88742024-09-16T14:37:57.166Z[ host-image] Sep 16 14:37:56.058 INFO O| Sep 16 14:37:56.058 INFO STEP 25 (shadow) COMPLETE
88752024-09-16T14:37:57.166Z[ host-image] Sep 16 14:37:56.058 INFO O| Sep 16 14:37:56.058 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88762024-09-16T14:37:57.173Z[ host-image] Sep 16 14:37:56.068 INFO O| Sep 16 14:37:56.068 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
88772024-09-16T14:37:57.176Z[ host-image] Sep 16 14:37:56.068 INFO O| Sep 16 14:37:56.068 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
88782024-09-16T14:37:57.176Z[ host-image] Sep 16 14:37:56.068 INFO O| Sep 16 14:37:56.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
88792024-09-16T14:37:57.176Z[ host-image] Sep 16 14:37:56.068 INFO O| Sep 16 14:37:56.068 INFO ok!
88802024-09-16T14:37:57.176Z[ host-image] Sep 16 14:37:56.068 INFO O| Sep 16 14:37:56.068 INFO STEP 26 (ensure_file) COMPLETE
88812024-09-16T14:37:57.176Z[ host-image] Sep 16 14:37:56.068 INFO O| Sep 16 14:37:56.068 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88822024-09-16T14:37:57.183Z[ host-image] Sep 16 14:37:56.078 INFO O| Sep 16 14:37:56.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
88832024-09-16T14:37:57.186Z[ host-image] Sep 16 14:37:56.078 INFO O| Sep 16 14:37:56.078 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
88842024-09-16T14:37:57.186Z[ host-image] Sep 16 14:37:56.078 INFO O| Sep 16 14:37:56.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
88852024-09-16T14:37:57.186Z[ host-image] Sep 16 14:37:56.078 INFO O| Sep 16 14:37:56.078 INFO ok!
88862024-09-16T14:37:57.186Z[ host-image] Sep 16 14:37:56.078 INFO O| Sep 16 14:37:56.078 INFO STEP 27 (ensure_file) COMPLETE
88872024-09-16T14:37:57.186Z[ host-image] Sep 16 14:37:56.078 INFO O| Sep 16 14:37:56.078 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88882024-09-16T14:37:57.193Z[ host-image] Sep 16 14:37:56.088 INFO O| Sep 16 14:37:56.088 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88892024-09-16T14:37:57.196Z[ host-image] Sep 16 14:37:56.088 INFO O| Sep 16 14:37:56.088 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
88902024-09-16T14:37:57.196Z[ host-image] Sep 16 14:37:56.088 INFO O| Sep 16 14:37:56.088 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88912024-09-16T14:37:57.196Z[ host-image] Sep 16 14:37:56.088 INFO O| Sep 16 14:37:56.088 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
88922024-09-16T14:37:57.196Z[ host-image] Sep 16 14:37:56.088 INFO O| Sep 16 14:37:56.088 INFO ok!
88932024-09-16T14:37:57.196Z[ host-image] Sep 16 14:37:56.088 INFO O| Sep 16 14:37:56.088 INFO STEP 28 (ensure_file) COMPLETE
88942024-09-16T14:37:57.196Z[ host-image] Sep 16 14:37:56.088 INFO O| Sep 16 14:37:56.088 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88952024-09-16T14:37:57.203Z[ host-image] Sep 16 14:37:56.098 INFO O| Sep 16 14:37:56.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
88962024-09-16T14:37:57.203Z[ host-image] Sep 16 14:37:56.098 INFO O| Sep 16 14:37:56.098 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
88972024-09-16T14:37:57.206Z[ host-image] Sep 16 14:37:56.098 INFO O| Sep 16 14:37:56.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
88982024-09-16T14:37:57.206Z[ host-image] Sep 16 14:37:56.098 INFO O| Sep 16 14:37:56.098 INFO ok!
88992024-09-16T14:37:57.206Z[ host-image] Sep 16 14:37:56.098 INFO O| Sep 16 14:37:56.098 INFO STEP 29 (ensure_file) COMPLETE
89002024-09-16T14:37:57.206Z[ host-image] Sep 16 14:37:56.098 INFO O| Sep 16 14:37:56.098 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89012024-09-16T14:37:57.213Z[ host-image] Sep 16 14:37:56.108 INFO O| Sep 16 14:37:56.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89022024-09-16T14:37:57.213Z[ host-image] Sep 16 14:37:56.108 INFO O| Sep 16 14:37:56.108 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89032024-09-16T14:37:57.215Z[ host-image] Sep 16 14:37:56.108 INFO O| Sep 16 14:37:56.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89042024-09-16T14:37:57.215Z[ host-image] Sep 16 14:37:56.108 INFO O| Sep 16 14:37:56.108 INFO ok!
89052024-09-16T14:37:57.215Z[ host-image] Sep 16 14:37:56.108 INFO O| Sep 16 14:37:56.108 INFO STEP 30 (ensure_file) COMPLETE
89062024-09-16T14:37:57.216Z[ host-image] Sep 16 14:37:56.108 INFO O| Sep 16 14:37:56.108 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89072024-09-16T14:37:57.223Z[ host-image] Sep 16 14:37:56.118 INFO O| Sep 16 14:37:56.118 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89082024-09-16T14:37:57.223Z[ host-image] Sep 16 14:37:56.118 INFO O| Sep 16 14:37:56.118 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89092024-09-16T14:37:57.225Z[ host-image] Sep 16 14:37:56.118 INFO O| Sep 16 14:37:56.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89102024-09-16T14:37:57.225Z[ host-image] Sep 16 14:37:56.118 INFO O| Sep 16 14:37:56.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89112024-09-16T14:37:57.225Z[ host-image] Sep 16 14:37:56.118 INFO O| Sep 16 14:37:56.118 INFO ok!
89122024-09-16T14:37:57.225Z[ host-image] Sep 16 14:37:56.118 INFO O| Sep 16 14:37:56.118 INFO STEP 31 (ensure_file) COMPLETE
89132024-09-16T14:37:57.225Z[ host-image] Sep 16 14:37:56.118 INFO O| Sep 16 14:37:56.118 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89142024-09-16T14:37:57.232Z[ host-image] Sep 16 14:37:56.127 INFO O| Sep 16 14:37:56.127 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89152024-09-16T14:37:57.232Z[ host-image] Sep 16 14:37:56.127 INFO O| Sep 16 14:37:56.127 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89162024-09-16T14:37:57.235Z[ host-image] Sep 16 14:37:56.128 INFO O| Sep 16 14:37:56.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89172024-09-16T14:37:57.235Z[ host-image] Sep 16 14:37:56.128 INFO O| Sep 16 14:37:56.128 INFO ok!
89182024-09-16T14:37:57.235Z[ host-image] Sep 16 14:37:56.128 INFO O| Sep 16 14:37:56.128 INFO STEP 32 (ensure_file) COMPLETE
89192024-09-16T14:37:57.235Z[ host-image] Sep 16 14:37:56.128 INFO O| Sep 16 14:37:56.128 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89202024-09-16T14:37:57.243Z[ host-image] Sep 16 14:37:56.137 INFO O| Sep 16 14:37:56.137 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89212024-09-16T14:37:57.243Z[ host-image] Sep 16 14:37:56.137 INFO O| Sep 16 14:37:56.137 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89222024-09-16T14:37:57.246Z[ host-image] Sep 16 14:37:56.137 INFO O| Sep 16 14:37:56.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89232024-09-16T14:37:57.246Z[ host-image] Sep 16 14:37:56.137 INFO O| Sep 16 14:37:56.137 INFO ok!
89242024-09-16T14:37:57.246Z[ host-image] Sep 16 14:37:56.137 INFO O| Sep 16 14:37:56.137 INFO STEP 33 (ensure_file) COMPLETE
89252024-09-16T14:37:57.246Z[ host-image] Sep 16 14:37:56.137 INFO O| Sep 16 14:37:56.137 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89262024-09-16T14:37:57.252Z[ host-image] Sep 16 14:37:56.147 INFO O| Sep 16 14:37:56.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89272024-09-16T14:37:57.252Z[ host-image] Sep 16 14:37:56.147 INFO O| Sep 16 14:37:56.147 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89282024-09-16T14:37:57.255Z[ host-image] Sep 16 14:37:56.147 INFO O| Sep 16 14:37:56.147 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89292024-09-16T14:37:57.255Z[ host-image] Sep 16 14:37:56.147 INFO O| Sep 16 14:37:56.147 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89302024-09-16T14:37:57.255Z[ host-image] Sep 16 14:37:56.147 INFO O| Sep 16 14:37:56.147 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89312024-09-16T14:37:57.255Z[ host-image] Sep 16 14:37:56.147 INFO O| Sep 16 14:37:56.147 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89322024-09-16T14:37:57.255Z[ host-image] Sep 16 14:37:56.147 INFO O| Sep 16 14:37:56.147 INFO ok!
89332024-09-16T14:37:57.255Z[ host-image] Sep 16 14:37:56.148 INFO O| Sep 16 14:37:56.147 INFO STEP 34 (ensure_file) COMPLETE
89342024-09-16T14:37:57.255Z[ host-image] Sep 16 14:37:56.148 INFO O| Sep 16 14:37:56.148 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89352024-09-16T14:37:57.262Z[ host-image] Sep 16 14:37:56.157 INFO O| Sep 16 14:37:56.157 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89362024-09-16T14:37:57.265Z[ host-image] Sep 16 14:37:56.157 INFO O| Sep 16 14:37:56.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89372024-09-16T14:37:57.265Z[ host-image] Sep 16 14:37:56.157 INFO O| Sep 16 14:37:56.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
89382024-09-16T14:37:57.265Z[ host-image] Sep 16 14:37:56.157 INFO O| Sep 16 14:37:56.157 INFO STEP 35 (ensure_dir) COMPLETE
89392024-09-16T14:37:57.265Z[ host-image] Sep 16 14:37:56.157 INFO O| Sep 16 14:37:56.157 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89402024-09-16T14:37:57.272Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 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
89412024-09-16T14:37:57.274Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 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 ...
89422024-09-16T14:37:57.274Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 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
89432024-09-16T14:37:57.274Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 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
89442024-09-16T14:37:57.274Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 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
89452024-09-16T14:37:57.274Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 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
89462024-09-16T14:37:57.275Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 INFO ok!
89472024-09-16T14:37:57.275Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 INFO STEP 36 (ensure_file) COMPLETE
89482024-09-16T14:37:57.275Z[ host-image] Sep 16 14:37:56.167 INFO O| Sep 16 14:37:56.167 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89492024-09-16T14:37:57.282Z[ host-image] Sep 16 14:37:56.176 INFO O| Sep 16 14:37:56.176 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89502024-09-16T14:37:57.282Z[ host-image] Sep 16 14:37:56.177 INFO O| Sep 16 14:37:56.176 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 ...
89512024-09-16T14:37:57.282Z[ host-image] Sep 16 14:37:56.177 INFO O| Sep 16 14:37:56.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89522024-09-16T14:37:57.284Z[ host-image] Sep 16 14:37:56.177 INFO O| Sep 16 14:37:56.177 INFO ok!
89532024-09-16T14:37:57.284Z[ host-image] Sep 16 14:37:56.177 INFO O| Sep 16 14:37:56.177 INFO STEP 37 (ensure_symlink) COMPLETE
89542024-09-16T14:37:57.284Z[ host-image] Sep 16 14:37:56.177 INFO O| Sep 16 14:37:56.177 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89552024-09-16T14:37:57.291Z[ host-image] Sep 16 14:37:56.186 INFO O| Sep 16 14:37:56.186 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
89562024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.186 INFO O| Sep 16 14:37:56.186 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
89572024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.187 INFO O| Sep 16 14:37:56.186 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89582024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.187 INFO O| Sep 16 14:37:56.187 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89592024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.187 INFO O| Sep 16 14:37:56.187 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89602024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.187 INFO O| Sep 16 14:37:56.187 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
89612024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.187 INFO O| Sep 16 14:37:56.187 INFO ok!
89622024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.187 INFO O| Sep 16 14:37:56.187 INFO STEP 38 (ensure_file) COMPLETE
89632024-09-16T14:37:57.294Z[ host-image] Sep 16 14:37:56.187 INFO O| Sep 16 14:37:56.187 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89642024-09-16T14:37:57.305Z[ host-image] Sep 16 14:37:56.199 INFO O| Sep 16 14:37:56.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
89652024-09-16T14:37:57.305Z[ host-image] Sep 16 14:37:56.199 INFO O| Sep 16 14:37:56.199 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 ...
89662024-09-16T14:37:57.305Z[ host-image] Sep 16 14:37:56.200 INFO O| Sep 16 14:37:56.200 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-16T14:37:57.307Z[ host-image] Sep 16 14:37:56.200 INFO O| Sep 16 14:37:56.200 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
89682024-09-16T14:37:57.308Z[ host-image] Sep 16 14:37:56.200 INFO O| Sep 16 14:37:56.200 INFO ok!
89692024-09-16T14:37:57.308Z[ host-image] Sep 16 14:37:56.200 INFO O| Sep 16 14:37:56.200 INFO STEP 39 (ensure_file) COMPLETE
89702024-09-16T14:37:57.308Z[ host-image] Sep 16 14:37:56.200 INFO O| Sep 16 14:37:56.200 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89712024-09-16T14:37:57.315Z[ host-image] Sep 16 14:37:56.210 INFO O| Sep 16 14:37:56.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
89722024-09-16T14:37:57.315Z[ host-image] Sep 16 14:37:56.210 INFO O| Sep 16 14:37:56.210 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
89732024-09-16T14:37:57.318Z[ host-image] Sep 16 14:37:56.210 INFO O| Sep 16 14:37:56.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
89742024-09-16T14:37:57.318Z[ host-image] Sep 16 14:37:56.210 INFO O| Sep 16 14:37:56.210 INFO ok!
89752024-09-16T14:37:57.318Z[ host-image] Sep 16 14:37:56.210 INFO O| Sep 16 14:37:56.210 INFO STEP 40 (ensure_file) COMPLETE
89762024-09-16T14:37:57.318Z[ host-image] Sep 16 14:37:56.210 INFO O| Sep 16 14:37:56.210 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89772024-09-16T14:37:57.326Z[ host-image] Sep 16 14:37:56.221 INFO O| Sep 16 14:37:56.221 INFO updating shadow file
89782024-09-16T14:37:57.329Z[ host-image] Sep 16 14:37:56.221 INFO O| Sep 16 14:37:56.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89792024-09-16T14:37:57.329Z[ host-image] Sep 16 14:37:56.221 INFO O| Sep 16 14:37:56.221 INFO STEP 41 (shadow) COMPLETE
89802024-09-16T14:37:57.329Z[ host-image] Sep 16 14:37:56.221 INFO O| Sep 16 14:37:56.221 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89812024-09-16T14:37:57.337Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
89822024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
89832024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89842024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
89852024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO ok!
89862024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO STEP 42 (ensure_file) COMPLETE
89872024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89882024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO skip step because feature "mfg" is not enabled
89892024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89902024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO skip step because feature "mfg" is not enabled
89912024-09-16T14:37:57.343Z[ host-image] Sep 16 14:37:56.232 INFO O| Sep 16 14:37:56.232 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89922024-09-16T14:37:57.351Z[ host-image] Sep 16 14:37:56.243 INFO O| Sep 16 14:37:56.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
89932024-09-16T14:37:57.351Z[ host-image] Sep 16 14:37:56.243 INFO O| Sep 16 14:37:56.242 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
89942024-09-16T14:37:58.000Z[ host-image] Sep 16 14:37:56.894 INFO O| Sep 16 14:37:56.894 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89952024-09-16T14:37:58.000Z[ host-image] Sep 16 14:37:56.895 INFO O| Sep 16 14:37:56.894 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
89962024-09-16T14:37:58.000Z[ host-image] Sep 16 14:37:56.895 INFO O| Sep 16 14:37:56.894 INFO ok!
89972024-09-16T14:37:58.000Z[ host-image] Sep 16 14:37:56.895 INFO O| Sep 16 14:37:56.894 INFO STEP 45 (ensure_file) COMPLETE
89982024-09-16T14:37:58.003Z[ host-image] Sep 16 14:37:56.895 INFO O| Sep 16 14:37:56.894 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89992024-09-16T14:37:58.013Z[ host-image] Sep 16 14:37:56.908 INFO O| Sep 16 14:37:56.908 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90002024-09-16T14:37:58.014Z[ host-image] Sep 16 14:37:56.908 INFO O| Sep 16 14:37:56.908 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90012024-09-16T14:37:58.016Z[ host-image] Sep 16 14:37:56.908 INFO O| Sep 16 14:37:56.908 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90022024-09-16T14:37:58.016Z[ host-image] Sep 16 14:37:56.908 INFO O| Sep 16 14:37:56.908 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90032024-09-16T14:37:58.016Z[ host-image] Sep 16 14:37:56.909 INFO O| Sep 16 14:37:56.908 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90042024-09-16T14:37:58.016Z[ host-image] Sep 16 14:37:56.909 INFO O| Sep 16 14:37:56.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90052024-09-16T14:37:58.016Z[ host-image] Sep 16 14:37:56.909 INFO O| Sep 16 14:37:56.909 INFO ok!
90062024-09-16T14:37:58.016Z[ host-image] Sep 16 14:37:56.909 INFO O| Sep 16 14:37:56.909 INFO STEP 46 (ensure_file) COMPLETE
90072024-09-16T14:37:58.016Z[ host-image] Sep 16 14:37:56.909 INFO O| Sep 16 14:37:56.909 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90082024-09-16T14:37:58.024Z[ host-image] Sep 16 14:37:56.919 INFO O| Sep 16 14:37:56.919 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90092024-09-16T14:37:58.024Z[ host-image] Sep 16 14:37:56.919 INFO O| Sep 16 14:37:56.919 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 ...
90102024-09-16T14:37:58.026Z[ host-image] Sep 16 14:37:56.919 INFO O| Sep 16 14:37:56.919 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
90112024-09-16T14:37:58.026Z[ host-image] Sep 16 14:37:56.919 INFO O| Sep 16 14:37:56.919 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90122024-09-16T14:37:58.026Z[ host-image] Sep 16 14:37:56.919 INFO O| Sep 16 14:37:56.919 INFO ok!
90132024-09-16T14:37:58.026Z[ host-image] Sep 16 14:37:56.919 INFO O| Sep 16 14:37:56.919 INFO STEP 47 (ensure_file) COMPLETE
90142024-09-16T14:37:58.026Z[ host-image] Sep 16 14:37:56.919 INFO O| Sep 16 14:37:56.919 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90152024-09-16T14:37:58.034Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90162024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90172024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90182024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90192024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90202024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90212024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO ok!
90222024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO STEP 48 (ensure_file) COMPLETE
90232024-09-16T14:37:58.036Z[ host-image] Sep 16 14:37:56.929 INFO O| Sep 16 14:37:56.929 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90242024-09-16T14:37:58.044Z[ host-image] Sep 16 14:37:56.939 INFO O| Sep 16 14:37:56.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90252024-09-16T14:37:58.044Z[ host-image] Sep 16 14:37:56.939 INFO O| Sep 16 14:37:56.939 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 ...
90262024-09-16T14:37:58.047Z[ host-image] Sep 16 14:37:56.939 INFO O| Sep 16 14:37:56.939 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
90272024-09-16T14:37:58.047Z[ host-image] Sep 16 14:37:56.939 INFO O| Sep 16 14:37:56.939 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90282024-09-16T14:37:58.047Z[ host-image] Sep 16 14:37:56.939 INFO O| Sep 16 14:37:56.939 INFO ok!
90292024-09-16T14:37:58.047Z[ host-image] Sep 16 14:37:56.939 INFO O| Sep 16 14:37:56.939 INFO STEP 49 (ensure_file) COMPLETE
90302024-09-16T14:37:58.047Z[ host-image] Sep 16 14:37:56.939 INFO O| Sep 16 14:37:56.939 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90312024-09-16T14:37:58.054Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90322024-09-16T14:37:58.054Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90332024-09-16T14:37:58.057Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90342024-09-16T14:37:58.057Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90352024-09-16T14:37:58.057Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90362024-09-16T14:37:58.057Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90372024-09-16T14:37:58.057Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO ok!
90382024-09-16T14:37:58.057Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO STEP 50 (ensure_file) COMPLETE
90392024-09-16T14:37:58.057Z[ host-image] Sep 16 14:37:56.949 INFO O| Sep 16 14:37:56.949 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90402024-09-16T14:37:58.064Z[ host-image] Sep 16 14:37:56.959 INFO O| Sep 16 14:37:56.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
90412024-09-16T14:37:58.064Z[ host-image] Sep 16 14:37:56.959 INFO O| Sep 16 14:37:56.959 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 ...
90422024-09-16T14:37:58.066Z[ host-image] Sep 16 14:37:56.959 INFO O| Sep 16 14:37:56.959 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
90432024-09-16T14:37:58.067Z[ host-image] Sep 16 14:37:56.959 INFO O| Sep 16 14:37:56.959 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
90442024-09-16T14:37:58.067Z[ host-image] Sep 16 14:37:56.959 INFO O| Sep 16 14:37:56.959 INFO ok!
90452024-09-16T14:37:58.067Z[ host-image] Sep 16 14:37:56.959 INFO O| Sep 16 14:37:56.959 INFO STEP 51 (ensure_file) COMPLETE
90462024-09-16T14:37:58.067Z[ host-image] Sep 16 14:37:56.959 INFO O| Sep 16 14:37:56.959 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90472024-09-16T14:37:58.075Z[ host-image] Sep 16 14:37:56.970 INFO O| Sep 16 14:37:56.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
90482024-09-16T14:37:58.075Z[ host-image] Sep 16 14:37:56.970 INFO O| Sep 16 14:37:56.970 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 ...
90492024-09-16T14:37:58.075Z[ host-image] Sep 16 14:37:56.970 INFO O| Sep 16 14:37:56.970 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
90502024-09-16T14:37:58.078Z[ host-image] Sep 16 14:37:56.970 INFO O| Sep 16 14:37:56.970 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
90512024-09-16T14:37:58.078Z[ host-image] Sep 16 14:37:56.970 INFO O| Sep 16 14:37:56.970 INFO ok!
90522024-09-16T14:37:58.078Z[ host-image] Sep 16 14:37:56.970 INFO O| Sep 16 14:37:56.970 INFO STEP 52 (ensure_file) COMPLETE
90532024-09-16T14:37:58.078Z[ host-image] Sep 16 14:37:56.970 INFO O| Sep 16 14:37:56.970 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90542024-09-16T14:37:58.085Z[ host-image] Sep 16 14:37:56.980 INFO O| Sep 16 14:37:56.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
90552024-09-16T14:37:58.085Z[ host-image] Sep 16 14:37:56.980 INFO O| Sep 16 14:37:56.980 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 ...
90562024-09-16T14:37:58.087Z[ host-image] Sep 16 14:37:56.980 INFO O| Sep 16 14:37:56.980 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
90572024-09-16T14:37:58.088Z[ host-image] Sep 16 14:37:56.980 INFO O| Sep 16 14:37:56.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
90582024-09-16T14:37:58.088Z[ host-image] Sep 16 14:37:56.980 INFO O| Sep 16 14:37:56.980 INFO ok!
90592024-09-16T14:37:58.088Z[ host-image] Sep 16 14:37:56.980 INFO O| Sep 16 14:37:56.980 INFO STEP 53 (ensure_file) COMPLETE
90602024-09-16T14:37:58.088Z[ host-image] Sep 16 14:37:56.980 INFO O| Sep 16 14:37:56.980 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-09-16T14:37:58.095Z[ host-image] Sep 16 14:37:56.990 INFO O| Sep 16 14:37:56.990 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
90622024-09-16T14:37:58.095Z[ host-image] Sep 16 14:37:56.990 INFO O| Sep 16 14:37:56.990 INFO STEP 54 (ensure_dir) COMPLETE
90632024-09-16T14:37:58.098Z[ host-image] Sep 16 14:37:56.990 INFO O| Sep 16 14:37:56.990 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90642024-09-16T14:37:58.107Z[ host-image] Sep 16 14:37:57.002 INFO O| Sep 16 14:37:57.002 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90652024-09-16T14:37:58.107Z[ host-image] Sep 16 14:37:57.002 INFO O| Sep 16 14:37:57.002 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
90662024-09-16T14:37:58.107Z[ host-image] Sep 16 14:37:57.002 INFO O| Sep 16 14:37:57.002 INFO STEP 55 (ensure_dir) COMPLETE
90672024-09-16T14:37:58.107Z[ host-image] Sep 16 14:37:57.002 INFO O| Sep 16 14:37:57.002 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90682024-09-16T14:37:58.118Z[ host-image] Sep 16 14:37:57.013 INFO O| Sep 16 14:37:57.013 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90692024-09-16T14:37:58.120Z[ host-image] Sep 16 14:37:57.013 INFO O| Sep 16 14:37:57.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
90702024-09-16T14:37:58.120Z[ host-image] Sep 16 14:37:57.013 INFO O| Sep 16 14:37:57.013 INFO STEP 56 (ensure_dir) COMPLETE
90712024-09-16T14:37:58.120Z[ host-image] Sep 16 14:37:57.013 INFO O| Sep 16 14:37:57.013 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90722024-09-16T14:37:58.130Z[ host-image] Sep 16 14:37:57.025 INFO O| Sep 16 14:37:57.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
90732024-09-16T14:37:58.130Z[ host-image] Sep 16 14:37:57.025 INFO O| Sep 16 14:37:57.025 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
90742024-09-16T14:37:58.149Z[ host-image] Sep 16 14:37:57.044 INFO O| Sep 16 14:37:57.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
90752024-09-16T14:37:58.149Z[ host-image] Sep 16 14:37:57.044 INFO O| Sep 16 14:37:57.044 INFO ok!
90762024-09-16T14:37:58.151Z[ host-image] Sep 16 14:37:57.044 INFO O| Sep 16 14:37:57.044 INFO STEP 57 (ensure_file) COMPLETE
90772024-09-16T14:37:58.152Z[ host-image] Sep 16 14:37:57.044 INFO O| Sep 16 14:37:57.044 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90782024-09-16T14:37:58.159Z[ host-image] Sep 16 14:37:57.054 INFO O| Sep 16 14:37:57.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
90792024-09-16T14:37:58.159Z[ host-image] Sep 16 14:37:57.054 INFO O| Sep 16 14:37:57.054 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
90802024-09-16T14:37:59.263Z[ host-image] Sep 16 14:37:58.157 INFO O| Sep 16 14:37:58.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
90812024-09-16T14:37:59.263Z[ host-image] Sep 16 14:37:58.158 INFO O| Sep 16 14:37:58.157 INFO ok!
90822024-09-16T14:37:59.267Z[ host-image] Sep 16 14:37:58.158 INFO O| Sep 16 14:37:58.157 INFO STEP 58 (ensure_file) COMPLETE
90832024-09-16T14:37:59.267Z[ host-image] Sep 16 14:37:58.158 INFO O| Sep 16 14:37:58.157 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-09-16T14:37:59.275Z[ host-image] Sep 16 14:37:58.169 INFO O| Sep 16 14:37:58.169 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90852024-09-16T14:37:59.275Z[ host-image] Sep 16 14:37:58.170 INFO O| Sep 16 14:37:58.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
90862024-09-16T14:37:59.277Z[ host-image] Sep 16 14:37:58.170 INFO O| Sep 16 14:37:58.169 INFO STEP 59 (ensure_dir) COMPLETE
90872024-09-16T14:37:59.277Z[ host-image] Sep 16 14:37:58.170 INFO O| Sep 16 14:37:58.170 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90882024-09-16T14:37:59.285Z[ host-image] Sep 16 14:37:58.180 INFO O| Sep 16 14:37:58.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90892024-09-16T14:37:59.285Z[ host-image] Sep 16 14:37:58.180 INFO O| Sep 16 14:37:58.180 INFO copying /tmp/.tmpshoa1R/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 ...
90902024-09-16T14:37:59.288Z[ host-image] Sep 16 14:37:58.180 INFO O| Sep 16 14:37:58.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90912024-09-16T14:37:59.288Z[ host-image] Sep 16 14:37:58.180 INFO O| Sep 16 14:37:58.180 INFO ok!
90922024-09-16T14:37:59.288Z[ host-image] Sep 16 14:37:58.180 INFO O| Sep 16 14:37:58.180 INFO STEP 60 (ensure_file) COMPLETE
90932024-09-16T14:37:59.288Z[ host-image] Sep 16 14:37:58.180 INFO O| Sep 16 14:37:58.180 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90942024-09-16T14:37:59.296Z[ host-image] Sep 16 14:37:58.190 INFO O| Sep 16 14:37:58.190 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90952024-09-16T14:37:59.296Z[ host-image] Sep 16 14:37:58.190 INFO O| Sep 16 14:37:58.190 INFO copying /tmp/.tmpshoa1R/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 ...
90962024-09-16T14:37:59.298Z[ host-image] Sep 16 14:37:58.190 INFO O| Sep 16 14:37:58.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90972024-09-16T14:37:59.298Z[ host-image] Sep 16 14:37:58.190 INFO O| Sep 16 14:37:58.190 INFO ok!
90982024-09-16T14:37:59.298Z[ host-image] Sep 16 14:37:58.191 INFO O| Sep 16 14:37:58.190 INFO STEP 61 (ensure_file) COMPLETE
90992024-09-16T14:37:59.298Z[ host-image] Sep 16 14:37:58.191 INFO O| Sep 16 14:37:58.190 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91002024-09-16T14:37:59.306Z[ host-image] Sep 16 14:37:58.200 INFO O| Sep 16 14:37:58.200 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91012024-09-16T14:37:59.306Z[ host-image] Sep 16 14:37:58.201 INFO O| Sep 16 14:37:58.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91022024-09-16T14:37:59.308Z[ host-image] Sep 16 14:37:58.201 INFO O| Sep 16 14:37:58.201 INFO STEP 62 (ensure_dir) COMPLETE
91032024-09-16T14:37:59.308Z[ host-image] Sep 16 14:37:58.201 INFO O| Sep 16 14:37:58.201 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-09-16T14:37:59.317Z[ host-image] Sep 16 14:37:58.211 INFO O| Sep 16 14:37:58.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91052024-09-16T14:37:59.317Z[ host-image] Sep 16 14:37:58.211 INFO O| Sep 16 14:37:58.211 INFO copying /tmp/.tmpshoa1R/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 ...
91062024-09-16T14:37:59.317Z[ host-image] Sep 16 14:37:58.211 INFO O| Sep 16 14:37:58.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91072024-09-16T14:37:59.319Z[ host-image] Sep 16 14:37:58.211 INFO O| Sep 16 14:37:58.211 INFO ok!
91082024-09-16T14:37:59.319Z[ host-image] Sep 16 14:37:58.211 INFO O| Sep 16 14:37:58.211 INFO STEP 63 (ensure_file) COMPLETE
91092024-09-16T14:37:59.319Z[ host-image] Sep 16 14:37:58.211 INFO O| Sep 16 14:37:58.211 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-09-16T14:37:59.327Z[ host-image] Sep 16 14:37:58.221 INFO O| Sep 16 14:37:58.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91112024-09-16T14:37:59.327Z[ host-image] Sep 16 14:37:58.221 INFO O| Sep 16 14:37:58.221 INFO copying /tmp/.tmpshoa1R/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 ...
91122024-09-16T14:37:59.329Z[ host-image] Sep 16 14:37:58.222 INFO O| Sep 16 14:37:58.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91132024-09-16T14:37:59.329Z[ host-image] Sep 16 14:37:58.222 INFO O| Sep 16 14:37:58.221 INFO ok!
91142024-09-16T14:37:59.329Z[ host-image] Sep 16 14:37:58.222 INFO O| Sep 16 14:37:58.222 INFO STEP 64 (ensure_file) COMPLETE
91152024-09-16T14:37:59.330Z[ host-image] Sep 16 14:37:58.222 INFO O| Sep 16 14:37:58.222 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-09-16T14:37:59.337Z[ host-image] Sep 16 14:37:58.232 INFO O| Sep 16 14:37:58.231 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91172024-09-16T14:37:59.337Z[ host-image] Sep 16 14:37:58.232 INFO O| Sep 16 14:37:58.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91182024-09-16T14:37:59.340Z[ host-image] Sep 16 14:37:58.232 INFO O| Sep 16 14:37:58.232 INFO STEP 65 (ensure_dir) COMPLETE
91192024-09-16T14:37:59.340Z[ host-image] Sep 16 14:37:58.232 INFO O| Sep 16 14:37:58.232 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91202024-09-16T14:37:59.347Z[ host-image] Sep 16 14:37:58.242 INFO O| Sep 16 14:37:58.242 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91212024-09-16T14:37:59.347Z[ host-image] Sep 16 14:37:58.242 INFO O| Sep 16 14:37:58.242 INFO copying /tmp/.tmpshoa1R/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 ...
91222024-09-16T14:37:59.350Z[ host-image] Sep 16 14:37:58.242 INFO O| Sep 16 14:37:58.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91232024-09-16T14:37:59.350Z[ host-image] Sep 16 14:37:58.242 INFO O| Sep 16 14:37:58.242 INFO ok!
91242024-09-16T14:37:59.350Z[ host-image] Sep 16 14:37:58.242 INFO O| Sep 16 14:37:58.242 INFO STEP 66 (ensure_file) COMPLETE
91252024-09-16T14:37:59.350Z[ host-image] Sep 16 14:37:58.242 INFO O| Sep 16 14:37:58.242 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91262024-09-16T14:37:59.359Z[ host-image] Sep 16 14:37:58.253 INFO O| Sep 16 14:37:58.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91272024-09-16T14:37:59.359Z[ host-image] Sep 16 14:37:58.253 INFO O| Sep 16 14:37:58.253 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91282024-09-16T14:37:59.359Z[ host-image] Sep 16 14:37:58.253 INFO O| Sep 16 14:37:58.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91292024-09-16T14:37:59.362Z[ host-image] Sep 16 14:37:58.253 INFO O| Sep 16 14:37:58.253 INFO ok!
91302024-09-16T14:37:59.362Z[ host-image] Sep 16 14:37:58.253 INFO O| Sep 16 14:37:58.253 INFO STEP 67 (ensure_file) COMPLETE
91312024-09-16T14:37:59.362Z[ host-image] Sep 16 14:37:58.253 INFO O| Sep 16 14:37:58.253 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91322024-09-16T14:37:59.370Z[ host-image] Sep 16 14:37:58.265 INFO O| Sep 16 14:37:58.265 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91332024-09-16T14:37:59.370Z[ host-image] Sep 16 14:37:58.265 INFO O| Sep 16 14:37:58.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91342024-09-16T14:37:59.370Z[ host-image] Sep 16 14:37:58.265 INFO O| Sep 16 14:37:58.265 INFO STEP 68 (ensure_dir) COMPLETE
91352024-09-16T14:37:59.373Z[ host-image] Sep 16 14:37:58.265 INFO O| Sep 16 14:37:58.265 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-09-16T14:37:59.383Z[ host-image] Sep 16 14:37:58.277 INFO O| Sep 16 14:37:58.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
91372024-09-16T14:37:59.383Z[ host-image] Sep 16 14:37:58.277 INFO O| Sep 16 14:37:58.277 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
91382024-09-16T14:37:59.401Z[ recovery-image] Sep 16 14:37:58.291 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
91392024-09-16T14:38:00.144Z[ host-image] Sep 16 14:37:59.038 INFO O| Sep 16 14:37:59.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
91402024-09-16T14:38:00.144Z[ host-image] Sep 16 14:37:59.038 INFO O| Sep 16 14:37:59.038 INFO ok!
91412024-09-16T14:38:00.147Z[ host-image] Sep 16 14:37:59.038 INFO O| Sep 16 14:37:59.038 INFO STEP 69 (ensure_file) COMPLETE
91422024-09-16T14:38:00.147Z[ host-image] Sep 16 14:37:59.038 INFO O| Sep 16 14:37:59.038 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-09-16T14:38:00.164Z[ host-image] Sep 16 14:37:59.059 INFO O| Sep 16 14:37:59.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
91442024-09-16T14:38:00.164Z[ host-image] Sep 16 14:37:59.059 INFO O| Sep 16 14:37:59.058 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
91452024-09-16T14:38:02.057Z[ host-image] Sep 16 14:38:00.950 INFO O| Sep 16 14:38:00.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
91462024-09-16T14:38:02.057Z[ host-image] Sep 16 14:38:00.950 INFO O| Sep 16 14:38:00.950 INFO ok!
91472024-09-16T14:38:02.061Z[ host-image] Sep 16 14:38:00.950 INFO O| Sep 16 14:38:00.950 INFO STEP 70 (ensure_file) COMPLETE
91482024-09-16T14:38:02.061Z[ host-image] Sep 16 14:38:00.950 INFO O| Sep 16 14:38:00.950 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-09-16T14:38:02.070Z[ host-image] Sep 16 14:38:00.964 INFO O| Sep 16 14:38:00.964 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91502024-09-16T14:38:02.070Z[ host-image] Sep 16 14:38:00.964 INFO O| Sep 16 14:38:00.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
91512024-09-16T14:38:02.070Z[ host-image] Sep 16 14:38:00.964 INFO O| Sep 16 14:38:00.964 INFO STEP 71 (ensure_dir) COMPLETE
91522024-09-16T14:38:02.072Z[ host-image] Sep 16 14:38:00.964 INFO O| Sep 16 14:38:00.964 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-09-16T14:38:02.082Z[ host-image] Sep 16 14:38:00.976 INFO O| Sep 16 14:38:00.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
91542024-09-16T14:38:02.082Z[ host-image] Sep 16 14:38:00.976 INFO O| Sep 16 14:38:00.976 INFO copying /tmp/.tmpshoa1R/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 ...
91552024-09-16T14:38:02.085Z[ host-image] Sep 16 14:38:00.976 INFO O| Sep 16 14:38:00.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
91562024-09-16T14:38:02.085Z[ host-image] Sep 16 14:38:00.976 INFO O| Sep 16 14:38:00.976 INFO ok!
91572024-09-16T14:38:02.085Z[ host-image] Sep 16 14:38:00.976 INFO O| Sep 16 14:38:00.976 INFO STEP 72 (ensure_file) COMPLETE
91582024-09-16T14:38:02.085Z[ host-image] Sep 16 14:38:00.976 INFO O| Sep 16 14:38:00.976 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-09-16T14:38:02.095Z[ host-image] Sep 16 14:38:00.989 INFO O| Sep 16 14:38:00.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
91602024-09-16T14:38:02.095Z[ host-image] Sep 16 14:38:00.989 INFO O| Sep 16 14:38:00.989 INFO copying /tmp/.tmpshoa1R/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 ...
91612024-09-16T14:38:02.095Z[ host-image] Sep 16 14:38:00.989 INFO O| Sep 16 14:38:00.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
91622024-09-16T14:38:02.095Z[ host-image] Sep 16 14:38:00.989 INFO O| Sep 16 14:38:00.989 INFO ok!
91632024-09-16T14:38:02.098Z[ host-image] Sep 16 14:38:00.989 INFO O| Sep 16 14:38:00.989 INFO STEP 73 (ensure_file) COMPLETE
91642024-09-16T14:38:02.098Z[ host-image] Sep 16 14:38:00.989 INFO O| Sep 16 14:38:00.989 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-09-16T14:38:02.108Z[ host-image] Sep 16 14:38:01.002 INFO O| Sep 16 14:38:01.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
91662024-09-16T14:38:02.108Z[ host-image] Sep 16 14:38:01.002 INFO O| Sep 16 14:38:01.002 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
91672024-09-16T14:38:02.111Z[ host-image] Sep 16 14:38:01.002 INFO O| Sep 16 14:38:01.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
91682024-09-16T14:38:02.111Z[ host-image] Sep 16 14:38:01.002 INFO O| Sep 16 14:38:01.002 INFO ok!
91692024-09-16T14:38:02.111Z[ host-image] Sep 16 14:38:01.002 INFO O| Sep 16 14:38:01.002 INFO STEP 74 (ensure_file) COMPLETE
91702024-09-16T14:38:02.111Z[ host-image] Sep 16 14:38:01.002 INFO O| Sep 16 14:38:01.002 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91712024-09-16T14:38:02.122Z[ host-image] Sep 16 14:38:01.016 INFO O| Sep 16 14:38:01.016 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
91722024-09-16T14:38:02.122Z[ host-image] Sep 16 14:38:01.016 INFO O| Sep 16 14:38:01.016 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
91732024-09-16T14:38:02.188Z[ host-image] Sep 16 14:38:01.016 INFO O| Sep 16 14:38:01.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
91742024-09-16T14:38:02.189Z[ host-image] Sep 16 14:38:01.016 INFO O| Sep 16 14:38:01.016 INFO ok!
91752024-09-16T14:38:02.189Z[ host-image] Sep 16 14:38:01.016 INFO O| Sep 16 14:38:01.016 INFO STEP 75 (ensure_file) COMPLETE
91762024-09-16T14:38:02.189Z[ host-image] Sep 16 14:38:01.016 INFO O| Sep 16 14:38:01.016 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91772024-09-16T14:38:02.192Z[ host-image] Sep 16 14:38:01.029 INFO O| Sep 16 14:38:01.029 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91782024-09-16T14:38:02.192Z[ host-image] Sep 16 14:38:01.029 INFO O| Sep 16 14:38:01.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
91792024-09-16T14:38:02.192Z[ host-image] Sep 16 14:38:01.029 INFO O| Sep 16 14:38:01.029 INFO STEP 76 (ensure_dir) COMPLETE
91802024-09-16T14:38:02.192Z[ host-image] Sep 16 14:38:01.029 INFO O| Sep 16 14:38:01.029 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-09-16T14:38:02.193Z[ host-image] Sep 16 14:38:01.041 INFO O| Sep 16 14:38:01.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
91822024-09-16T14:38:02.193Z[ host-image] Sep 16 14:38:01.041 INFO O| Sep 16 14:38:01.041 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
91832024-09-16T14:38:02.578Z[ recovery-image] Sep 16 14:38:01.471 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-04-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
91842024-09-16T14:38:02.638Z[ host-image] Sep 16 14:38:01.532 INFO O| Sep 16 14:38:01.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
91852024-09-16T14:38:02.638Z[ host-image] Sep 16 14:38:01.532 INFO O| Sep 16 14:38:01.532 INFO ok!
91862024-09-16T14:38:02.638Z[ host-image] Sep 16 14:38:01.532 INFO O| Sep 16 14:38:01.532 INFO STEP 77 (ensure_file) COMPLETE
91872024-09-16T14:38:02.641Z[ host-image] Sep 16 14:38:01.532 INFO O| Sep 16 14:38:01.532 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-09-16T14:38:02.650Z[ host-image] Sep 16 14:38:01.544 INFO O| Sep 16 14:38:01.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
91892024-09-16T14:38:02.650Z[ host-image] Sep 16 14:38:01.544 INFO O| Sep 16 14:38:01.544 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
91902024-09-16T14:38:02.652Z[ host-image] Sep 16 14:38:01.544 INFO O| Sep 16 14:38:01.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
91912024-09-16T14:38:02.652Z[ host-image] Sep 16 14:38:01.544 INFO O| Sep 16 14:38:01.544 INFO ok!
91922024-09-16T14:38:02.652Z[ host-image] Sep 16 14:38:01.544 INFO O| Sep 16 14:38:01.544 INFO STEP 78 (ensure_file) COMPLETE
91932024-09-16T14:38:02.652Z[ host-image] Sep 16 14:38:01.544 INFO O| Sep 16 14:38:01.544 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91942024-09-16T14:38:02.666Z[ host-image] Sep 16 14:38:01.560 INFO O| Sep 16 14:38:01.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
91952024-09-16T14:38:02.666Z[ host-image] Sep 16 14:38:01.560 INFO O| Sep 16 14:38:01.560 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
91962024-09-16T14:38:04.210Z[ host-image] Sep 16 14:38:03.103 INFO O| Sep 16 14:38:03.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
91972024-09-16T14:38:04.210Z[ host-image] Sep 16 14:38:03.103 INFO O| Sep 16 14:38:03.103 INFO ok!
91982024-09-16T14:38:04.213Z[ host-image] Sep 16 14:38:03.103 INFO O| Sep 16 14:38:03.103 INFO STEP 79 (ensure_file) COMPLETE
91992024-09-16T14:38:04.213Z[ host-image] Sep 16 14:38:03.103 INFO O| Sep 16 14:38:03.103 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-09-16T14:38:04.221Z[ host-image] Sep 16 14:38:03.114 INFO O| Sep 16 14:38:03.114 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92012024-09-16T14:38:04.221Z[ host-image] Sep 16 14:38:03.115 INFO O| Sep 16 14:38:03.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92022024-09-16T14:38:04.221Z[ host-image] Sep 16 14:38:03.115 INFO O| Sep 16 14:38:03.115 INFO STEP 80 (ensure_dir) COMPLETE
92032024-09-16T14:38:04.223Z[ host-image] Sep 16 14:38:03.115 INFO O| Sep 16 14:38:03.115 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-09-16T14:38:04.231Z[ host-image] Sep 16 14:38:03.124 INFO O| Sep 16 14:38:03.124 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92052024-09-16T14:38:04.231Z[ host-image] Sep 16 14:38:03.125 INFO O| Sep 16 14:38:03.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92062024-09-16T14:38:04.231Z[ host-image] Sep 16 14:38:03.125 INFO O| Sep 16 14:38:03.125 INFO STEP 81 (ensure_dir) COMPLETE
92072024-09-16T14:38:04.233Z[ host-image] Sep 16 14:38:03.125 INFO O| Sep 16 14:38:03.125 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-09-16T14:38:04.240Z[ host-image] Sep 16 14:38:03.134 INFO O| Sep 16 14:38:03.134 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92092024-09-16T14:38:04.243Z[ host-image] Sep 16 14:38:03.134 INFO O| Sep 16 14:38:03.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92102024-09-16T14:38:04.243Z[ host-image] Sep 16 14:38:03.134 INFO O| Sep 16 14:38:03.134 INFO STEP 82 (ensure_dir) COMPLETE
92112024-09-16T14:38:04.243Z[ host-image] Sep 16 14:38:03.134 INFO O| Sep 16 14:38:03.134 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-09-16T14:38:04.250Z[ host-image] Sep 16 14:38:03.144 INFO O| Sep 16 14:38:03.144 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92132024-09-16T14:38:04.250Z[ host-image] Sep 16 14:38:03.144 INFO O| Sep 16 14:38:03.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92142024-09-16T14:38:04.253Z[ host-image] Sep 16 14:38:03.144 INFO O| Sep 16 14:38:03.144 INFO STEP 83 (ensure_dir) COMPLETE
92152024-09-16T14:38:04.253Z[ host-image] Sep 16 14:38:03.144 INFO O| Sep 16 14:38:03.144 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-09-16T14:38:04.260Z[ host-image] Sep 16 14:38:03.154 INFO O| Sep 16 14:38:03.154 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92172024-09-16T14:38:04.260Z[ host-image] Sep 16 14:38:03.154 INFO O| Sep 16 14:38:03.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92182024-09-16T14:38:04.262Z[ host-image] Sep 16 14:38:03.154 INFO O| Sep 16 14:38:03.154 INFO STEP 84 (ensure_dir) COMPLETE
92192024-09-16T14:38:04.262Z[ host-image] Sep 16 14:38:03.154 INFO O| Sep 16 14:38:03.154 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-16T14:38:04.270Z[ host-image] Sep 16 14:38:03.164 INFO O| Sep 16 14:38:03.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92212024-09-16T14:38:04.270Z[ host-image] Sep 16 14:38:03.164 INFO O| Sep 16 14:38:03.164 INFO copying /tmp/.tmpshoa1R/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 ...
92222024-09-16T14:38:04.273Z[ host-image] Sep 16 14:38:03.164 INFO O| Sep 16 14:38:03.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92232024-09-16T14:38:04.273Z[ host-image] Sep 16 14:38:03.164 INFO O| Sep 16 14:38:03.164 INFO ok!
92242024-09-16T14:38:04.273Z[ host-image] Sep 16 14:38:03.164 INFO O| Sep 16 14:38:03.164 INFO STEP 85 (ensure_file) COMPLETE
92252024-09-16T14:38:04.273Z[ host-image] Sep 16 14:38:03.164 INFO O| Sep 16 14:38:03.164 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-09-16T14:38:04.280Z[ host-image] Sep 16 14:38:03.174 INFO O| Sep 16 14:38:03.174 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92272024-09-16T14:38:04.280Z[ host-image] Sep 16 14:38:03.174 INFO O| Sep 16 14:38:03.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92282024-09-16T14:38:04.282Z[ host-image] Sep 16 14:38:03.174 INFO O| Sep 16 14:38:03.174 INFO STEP 86 (ensure_dir) COMPLETE
92292024-09-16T14:38:04.282Z[ host-image] Sep 16 14:38:03.174 INFO O| Sep 16 14:38:03.174 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-16T14:38:04.289Z[ host-image] Sep 16 14:38:03.183 INFO O| Sep 16 14:38:03.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92312024-09-16T14:38:04.289Z[ host-image] Sep 16 14:38:03.183 INFO O| Sep 16 14:38:03.183 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92322024-09-16T14:38:04.289Z[ host-image] Sep 16 14:38:03.183 INFO O| Sep 16 14:38:03.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92332024-09-16T14:38:04.292Z[ host-image] Sep 16 14:38:03.183 INFO O| Sep 16 14:38:03.183 INFO ok!
92342024-09-16T14:38:04.292Z[ host-image] Sep 16 14:38:03.183 INFO O| Sep 16 14:38:03.183 INFO STEP 87 (ensure_file) COMPLETE
92352024-09-16T14:38:04.292Z[ host-image] Sep 16 14:38:03.183 INFO O| Sep 16 14:38:03.183 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-09-16T14:38:04.299Z[ host-image] Sep 16 14:38:03.193 INFO O| Sep 16 14:38:03.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
92372024-09-16T14:38:04.299Z[ host-image] Sep 16 14:38:03.193 INFO O| Sep 16 14:38:03.193 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
92382024-09-16T14:38:04.310Z[ host-image] Sep 16 14:38:03.204 INFO O| Sep 16 14:38:03.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
92392024-09-16T14:38:04.310Z[ host-image] Sep 16 14:38:03.204 INFO O| Sep 16 14:38:03.204 INFO ok!
92402024-09-16T14:38:04.310Z[ host-image] Sep 16 14:38:03.204 INFO O| Sep 16 14:38:03.204 INFO STEP 88 (ensure_file) COMPLETE
92412024-09-16T14:38:04.313Z[ host-image] Sep 16 14:38:03.204 INFO O| Sep 16 14:38:03.204 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-16T14:38:04.321Z[ host-image] Sep 16 14:38:03.215 INFO O| Sep 16 14:38:03.215 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
92432024-09-16T14:38:04.321Z[ host-image] Sep 16 14:38:03.215 INFO O| Sep 16 14:38:03.215 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
92442024-09-16T14:38:04.799Z[ host-image] Sep 16 14:38:03.692 INFO O| Sep 16 14:38:03.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
92452024-09-16T14:38:04.799Z[ host-image] Sep 16 14:38:03.692 INFO O| Sep 16 14:38:03.692 INFO ok!
92462024-09-16T14:38:04.799Z[ host-image] Sep 16 14:38:03.692 INFO O| Sep 16 14:38:03.692 INFO STEP 89 (ensure_file) COMPLETE
92472024-09-16T14:38:04.801Z[ host-image] Sep 16 14:38:03.692 INFO O| Sep 16 14:38:03.692 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-16T14:38:04.811Z[ host-image] Sep 16 14:38:03.705 INFO O| Sep 16 14:38:03.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
92492024-09-16T14:38:04.811Z[ host-image] Sep 16 14:38:03.705 INFO O| Sep 16 14:38:03.705 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
92502024-09-16T14:38:04.814Z[ host-image] Sep 16 14:38:03.705 INFO O| Sep 16 14:38:03.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
92512024-09-16T14:38:04.814Z[ host-image] Sep 16 14:38:03.705 INFO O| Sep 16 14:38:03.705 INFO ok!
92522024-09-16T14:38:04.814Z[ host-image] Sep 16 14:38:03.705 INFO O| Sep 16 14:38:03.705 INFO STEP 90 (ensure_file) COMPLETE
92532024-09-16T14:38:04.814Z[ host-image] Sep 16 14:38:03.705 INFO O| Sep 16 14:38:03.705 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92542024-09-16T14:38:04.824Z[ host-image] Sep 16 14:38:03.718 INFO O| Sep 16 14:38:03.718 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92552024-09-16T14:38:04.824Z[ host-image] Sep 16 14:38:03.718 INFO O| Sep 16 14:38:03.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
92562024-09-16T14:38:04.826Z[ host-image] Sep 16 14:38:03.718 INFO O| Sep 16 14:38:03.718 INFO STEP 91 (ensure_dir) COMPLETE
92572024-09-16T14:38:04.826Z[ host-image] Sep 16 14:38:03.718 INFO O| Sep 16 14:38:03.718 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-09-16T14:38:04.834Z[ host-image] Sep 16 14:38:03.728 INFO O| Sep 16 14:38:03.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
92592024-09-16T14:38:04.834Z[ host-image] Sep 16 14:38:03.728 INFO O| Sep 16 14:38:03.728 INFO copying /tmp/.tmpshoa1R/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 ...
92602024-09-16T14:38:04.836Z[ host-image] Sep 16 14:38:03.728 INFO O| Sep 16 14:38:03.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
92612024-09-16T14:38:04.836Z[ host-image] Sep 16 14:38:03.728 INFO O| Sep 16 14:38:03.728 INFO ok!
92622024-09-16T14:38:04.836Z[ host-image] Sep 16 14:38:03.728 INFO O| Sep 16 14:38:03.728 INFO STEP 92 (ensure_file) COMPLETE
92632024-09-16T14:38:04.836Z[ host-image] Sep 16 14:38:03.728 INFO O| Sep 16 14:38:03.728 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-09-16T14:38:04.846Z[ host-image] Sep 16 14:38:03.740 INFO O| Sep 16 14:38:03.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
92652024-09-16T14:38:04.848Z[ host-image] Sep 16 14:38:03.740 INFO O| Sep 16 14:38:03.740 INFO copying /tmp/.tmpshoa1R/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 ...
92662024-09-16T14:38:04.848Z[ host-image] Sep 16 14:38:03.740 INFO O| Sep 16 14:38:03.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
92672024-09-16T14:38:04.848Z[ host-image] Sep 16 14:38:03.740 INFO O| Sep 16 14:38:03.740 INFO ok!
92682024-09-16T14:38:04.848Z[ host-image] Sep 16 14:38:03.740 INFO O| Sep 16 14:38:03.740 INFO STEP 93 (ensure_file) COMPLETE
92692024-09-16T14:38:04.849Z[ host-image] Sep 16 14:38:03.740 INFO O| Sep 16 14:38:03.740 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-09-16T14:38:04.859Z[ host-image] Sep 16 14:38:03.752 INFO O| Sep 16 14:38:03.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
92712024-09-16T14:38:04.859Z[ host-image] Sep 16 14:38:03.752 INFO O| Sep 16 14:38:03.752 INFO copying /tmp/.tmpshoa1R/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 ...
92722024-09-16T14:38:04.861Z[ host-image] Sep 16 14:38:03.752 INFO O| Sep 16 14:38:03.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
92732024-09-16T14:38:04.861Z[ host-image] Sep 16 14:38:03.752 INFO O| Sep 16 14:38:03.752 INFO ok!
92742024-09-16T14:38:04.861Z[ host-image] Sep 16 14:38:03.752 INFO O| Sep 16 14:38:03.752 INFO STEP 94 (ensure_file) COMPLETE
92752024-09-16T14:38:04.861Z[ host-image] Sep 16 14:38:03.752 INFO O| Sep 16 14:38:03.752 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92762024-09-16T14:38:04.868Z[ host-image] Sep 16 14:38:03.762 INFO O| Sep 16 14:38:03.762 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
92772024-09-16T14:38:04.868Z[ host-image] Sep 16 14:38:03.762 INFO O| Sep 16 14:38:03.762 INFO copying /tmp/.tmpshoa1R/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 ...
92782024-09-16T14:38:04.871Z[ host-image] Sep 16 14:38:03.762 INFO O| Sep 16 14:38:03.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
92792024-09-16T14:38:04.871Z[ host-image] Sep 16 14:38:03.762 INFO O| Sep 16 14:38:03.762 INFO ok!
92802024-09-16T14:38:04.871Z[ host-image] Sep 16 14:38:03.762 INFO O| Sep 16 14:38:03.762 INFO STEP 95 (ensure_file) COMPLETE
92812024-09-16T14:38:04.871Z[ host-image] Sep 16 14:38:03.762 INFO O| Sep 16 14:38:03.762 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-09-16T14:38:04.878Z[ host-image] Sep 16 14:38:03.772 INFO O| Sep 16 14:38:03.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
92832024-09-16T14:38:04.880Z[ host-image] Sep 16 14:38:03.772 INFO O| Sep 16 14:38:03.772 INFO copying /tmp/.tmpshoa1R/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 ...
92842024-09-16T14:38:04.880Z[ host-image] Sep 16 14:38:03.772 INFO O| Sep 16 14:38:03.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
92852024-09-16T14:38:04.880Z[ host-image] Sep 16 14:38:03.772 INFO O| Sep 16 14:38:03.772 INFO ok!
92862024-09-16T14:38:04.880Z[ host-image] Sep 16 14:38:03.772 INFO O| Sep 16 14:38:03.772 INFO STEP 96 (ensure_file) COMPLETE
92872024-09-16T14:38:04.880Z[ host-image] Sep 16 14:38:03.772 INFO O| Sep 16 14:38:03.772 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-09-16T14:38:04.891Z[ host-image] Sep 16 14:38:03.785 INFO O| Sep 16 14:38:03.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
92892024-09-16T14:38:04.891Z[ host-image] Sep 16 14:38:03.785 INFO O| Sep 16 14:38:03.784 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
92902024-09-16T14:38:04.893Z[ host-image] Sep 16 14:38:03.785 INFO O| Sep 16 14:38:03.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
92912024-09-16T14:38:04.893Z[ host-image] Sep 16 14:38:03.785 INFO O| Sep 16 14:38:03.785 INFO ok!
92922024-09-16T14:38:04.893Z[ host-image] Sep 16 14:38:03.785 INFO O| Sep 16 14:38:03.785 INFO STEP 97 (ensure_file) COMPLETE
92932024-09-16T14:38:04.893Z[ host-image] Sep 16 14:38:03.785 INFO O| Sep 16 14:38:03.785 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-09-16T14:38:04.901Z[ host-image] Sep 16 14:38:03.794 INFO O| Sep 16 14:38:03.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
92952024-09-16T14:38:04.901Z[ host-image] Sep 16 14:38:03.794 INFO O| Sep 16 14:38:03.794 INFO copying /tmp/.tmpshoa1R/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 ...
92962024-09-16T14:38:04.901Z[ host-image] Sep 16 14:38:03.794 INFO O| Sep 16 14:38:03.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
92972024-09-16T14:38:04.901Z[ host-image] Sep 16 14:38:03.794 INFO O| Sep 16 14:38:03.794 INFO ok!
92982024-09-16T14:38:04.901Z[ host-image] Sep 16 14:38:03.794 INFO O| Sep 16 14:38:03.794 INFO STEP 98 (ensure_file) COMPLETE
92992024-09-16T14:38:04.903Z[ host-image] Sep 16 14:38:03.794 INFO O| Sep 16 14:38:03.794 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-09-16T14:38:04.913Z[ host-image] Sep 16 14:38:03.806 INFO O| Sep 16 14:38:03.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93012024-09-16T14:38:04.913Z[ host-image] Sep 16 14:38:03.806 INFO O| Sep 16 14:38:03.806 INFO copying /tmp/.tmpshoa1R/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 ...
93022024-09-16T14:38:04.915Z[ host-image] Sep 16 14:38:03.806 INFO O| Sep 16 14:38:03.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93032024-09-16T14:38:04.915Z[ host-image] Sep 16 14:38:03.806 INFO O| Sep 16 14:38:03.806 INFO ok!
93042024-09-16T14:38:04.915Z[ host-image] Sep 16 14:38:03.806 INFO O| Sep 16 14:38:03.806 INFO STEP 99 (ensure_file) COMPLETE
93052024-09-16T14:38:04.915Z[ host-image] Sep 16 14:38:03.806 INFO O| Sep 16 14:38:03.806 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-09-16T14:38:04.922Z[ host-image] Sep 16 14:38:03.816 INFO O| Sep 16 14:38:03.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93072024-09-16T14:38:04.922Z[ host-image] Sep 16 14:38:03.816 INFO O| Sep 16 14:38:03.816 INFO copying /tmp/.tmpshoa1R/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 ...
93082024-09-16T14:38:04.923Z[ host-image] Sep 16 14:38:03.816 INFO O| Sep 16 14:38:03.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93092024-09-16T14:38:04.925Z[ host-image] Sep 16 14:38:03.816 INFO O| Sep 16 14:38:03.816 INFO ok!
93102024-09-16T14:38:04.925Z[ host-image] Sep 16 14:38:03.816 INFO O| Sep 16 14:38:03.816 INFO STEP 100 (ensure_file) COMPLETE
93112024-09-16T14:38:04.925Z[ host-image] Sep 16 14:38:03.816 INFO O| Sep 16 14:38:03.816 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-09-16T14:38:04.932Z[ host-image] Sep 16 14:38:03.826 INFO O| Sep 16 14:38:03.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93132024-09-16T14:38:04.935Z[ host-image] Sep 16 14:38:03.826 INFO O| Sep 16 14:38:03.826 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93142024-09-16T14:38:04.935Z[ host-image] Sep 16 14:38:03.826 INFO O| Sep 16 14:38:03.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93152024-09-16T14:38:04.935Z[ host-image] Sep 16 14:38:03.826 INFO O| Sep 16 14:38:03.826 INFO ok!
93162024-09-16T14:38:04.935Z[ host-image] Sep 16 14:38:03.826 INFO O| Sep 16 14:38:03.826 INFO STEP 101 (ensure_file) COMPLETE
93172024-09-16T14:38:04.935Z[ host-image] Sep 16 14:38:03.826 INFO O| Sep 16 14:38:03.826 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-09-16T14:38:04.943Z[ host-image] Sep 16 14:38:03.836 INFO O| Sep 16 14:38:03.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93192024-09-16T14:38:04.943Z[ host-image] Sep 16 14:38:03.836 INFO O| Sep 16 14:38:03.836 INFO copying /tmp/.tmpshoa1R/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 ...
93202024-09-16T14:38:04.945Z[ host-image] Sep 16 14:38:03.836 INFO O| Sep 16 14:38:03.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93212024-09-16T14:38:04.945Z[ host-image] Sep 16 14:38:03.836 INFO O| Sep 16 14:38:03.836 INFO ok!
93222024-09-16T14:38:04.945Z[ host-image] Sep 16 14:38:03.836 INFO O| Sep 16 14:38:03.836 INFO STEP 102 (ensure_file) COMPLETE
93232024-09-16T14:38:04.945Z[ host-image] Sep 16 14:38:03.836 INFO O| Sep 16 14:38:03.836 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93242024-09-16T14:38:04.952Z[ host-image] Sep 16 14:38:03.846 INFO O| Sep 16 14:38:03.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93252024-09-16T14:38:04.955Z[ host-image] Sep 16 14:38:03.846 INFO O| Sep 16 14:38:03.846 INFO copying /tmp/.tmpshoa1R/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 ...
93262024-09-16T14:38:04.955Z[ host-image] Sep 16 14:38:03.846 INFO O| Sep 16 14:38:03.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
93272024-09-16T14:38:04.955Z[ host-image] Sep 16 14:38:03.846 INFO O| Sep 16 14:38:03.846 INFO ok!
93282024-09-16T14:38:04.955Z[ host-image] Sep 16 14:38:03.846 INFO O| Sep 16 14:38:03.846 INFO STEP 103 (ensure_file) COMPLETE
93292024-09-16T14:38:04.955Z[ host-image] Sep 16 14:38:03.846 INFO O| Sep 16 14:38:03.846 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302024-09-16T14:38:04.962Z[ host-image] Sep 16 14:38:03.856 INFO O| Sep 16 14:38:03.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
93312024-09-16T14:38:04.962Z[ host-image] Sep 16 14:38:03.856 INFO O| Sep 16 14:38:03.856 INFO copying /tmp/.tmpshoa1R/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 ...
93322024-09-16T14:38:04.965Z[ host-image] Sep 16 14:38:03.856 INFO O| Sep 16 14:38:03.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
93332024-09-16T14:38:04.965Z[ host-image] Sep 16 14:38:03.856 INFO O| Sep 16 14:38:03.856 INFO ok!
93342024-09-16T14:38:04.965Z[ host-image] Sep 16 14:38:03.856 INFO O| Sep 16 14:38:03.856 INFO STEP 104 (ensure_file) COMPLETE
93352024-09-16T14:38:04.965Z[ host-image] Sep 16 14:38:03.856 INFO O| Sep 16 14:38:03.856 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362024-09-16T14:38:04.972Z[ host-image] Sep 16 14:38:03.866 INFO O| Sep 16 14:38:03.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
93372024-09-16T14:38:04.972Z[ host-image] Sep 16 14:38:03.866 INFO O| Sep 16 14:38:03.866 INFO copying /tmp/.tmpshoa1R/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 ...
93382024-09-16T14:38:04.975Z[ host-image] Sep 16 14:38:03.866 INFO O| Sep 16 14:38:03.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
93392024-09-16T14:38:04.975Z[ host-image] Sep 16 14:38:03.866 INFO O| Sep 16 14:38:03.866 INFO ok!
93402024-09-16T14:38:04.975Z[ host-image] Sep 16 14:38:03.866 INFO O| Sep 16 14:38:03.866 INFO STEP 105 (ensure_file) COMPLETE
93412024-09-16T14:38:04.975Z[ host-image] Sep 16 14:38:03.866 INFO O| Sep 16 14:38:03.866 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-09-16T14:38:04.983Z[ host-image] Sep 16 14:38:03.876 INFO O| Sep 16 14:38:03.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
93432024-09-16T14:38:04.983Z[ host-image] Sep 16 14:38:03.876 INFO O| Sep 16 14:38:03.876 INFO copying /tmp/.tmpshoa1R/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 ...
93442024-09-16T14:38:04.985Z[ host-image] Sep 16 14:38:03.876 INFO O| Sep 16 14:38:03.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
93452024-09-16T14:38:04.985Z[ host-image] Sep 16 14:38:03.876 INFO O| Sep 16 14:38:03.876 INFO ok!
93462024-09-16T14:38:04.985Z[ host-image] Sep 16 14:38:03.876 INFO O| Sep 16 14:38:03.876 INFO STEP 106 (ensure_file) COMPLETE
93472024-09-16T14:38:04.985Z[ host-image] Sep 16 14:38:03.876 INFO O| Sep 16 14:38:03.876 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93482024-09-16T14:38:04.993Z[ host-image] Sep 16 14:38:03.886 INFO O| Sep 16 14:38:03.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
93492024-09-16T14:38:04.993Z[ host-image] Sep 16 14:38:03.886 INFO O| Sep 16 14:38:03.886 INFO copying /tmp/.tmpshoa1R/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 ...
93502024-09-16T14:38:04.995Z[ host-image] Sep 16 14:38:03.886 INFO O| Sep 16 14:38:03.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
93512024-09-16T14:38:04.995Z[ host-image] Sep 16 14:38:03.886 INFO O| Sep 16 14:38:03.886 INFO ok!
93522024-09-16T14:38:04.995Z[ host-image] Sep 16 14:38:03.886 INFO O| Sep 16 14:38:03.886 INFO STEP 107 (ensure_file) COMPLETE
93532024-09-16T14:38:04.995Z[ host-image] Sep 16 14:38:03.886 INFO O| Sep 16 14:38:03.886 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-09-16T14:38:05.003Z[ host-image] Sep 16 14:38:03.896 INFO O| Sep 16 14:38:03.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
93552024-09-16T14:38:05.005Z[ host-image] Sep 16 14:38:03.896 INFO O| Sep 16 14:38:03.896 INFO copying /tmp/.tmpshoa1R/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 ...
93562024-09-16T14:38:05.005Z[ host-image] Sep 16 14:38:03.896 INFO O| Sep 16 14:38:03.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
93572024-09-16T14:38:05.005Z[ host-image] Sep 16 14:38:03.896 INFO O| Sep 16 14:38:03.896 INFO ok!
93582024-09-16T14:38:05.005Z[ host-image] Sep 16 14:38:03.896 INFO O| Sep 16 14:38:03.896 INFO STEP 108 (ensure_file) COMPLETE
93592024-09-16T14:38:05.005Z[ host-image] Sep 16 14:38:03.896 INFO O| Sep 16 14:38:03.896 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-09-16T14:38:05.012Z[ host-image] Sep 16 14:38:03.906 INFO O| Sep 16 14:38:03.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
93612024-09-16T14:38:05.012Z[ host-image] Sep 16 14:38:03.906 INFO O| Sep 16 14:38:03.906 INFO copying /tmp/.tmpshoa1R/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 ...
93622024-09-16T14:38:05.012Z[ host-image] Sep 16 14:38:03.906 INFO O| Sep 16 14:38:03.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
93632024-09-16T14:38:05.015Z[ host-image] Sep 16 14:38:03.906 INFO O| Sep 16 14:38:03.906 INFO ok!
93642024-09-16T14:38:05.015Z[ host-image] Sep 16 14:38:03.906 INFO O| Sep 16 14:38:03.906 INFO STEP 109 (ensure_file) COMPLETE
93652024-09-16T14:38:05.015Z[ host-image] Sep 16 14:38:03.906 INFO O| Sep 16 14:38:03.906 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-09-16T14:38:05.022Z[ host-image] Sep 16 14:38:03.916 INFO O| Sep 16 14:38:03.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
93672024-09-16T14:38:05.022Z[ host-image] Sep 16 14:38:03.916 INFO O| Sep 16 14:38:03.916 INFO copying /tmp/.tmpshoa1R/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 ...
93682024-09-16T14:38:05.022Z[ host-image] Sep 16 14:38:03.916 INFO O| Sep 16 14:38:03.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
93692024-09-16T14:38:05.022Z[ host-image] Sep 16 14:38:03.916 INFO O| Sep 16 14:38:03.916 INFO ok!
93702024-09-16T14:38:05.024Z[ host-image] Sep 16 14:38:03.916 INFO O| Sep 16 14:38:03.916 INFO STEP 110 (ensure_file) COMPLETE
93712024-09-16T14:38:05.024Z[ host-image] Sep 16 14:38:03.916 INFO O| Sep 16 14:38:03.916 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93722024-09-16T14:38:05.032Z[ host-image] Sep 16 14:38:03.926 INFO O| Sep 16 14:38:03.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
93732024-09-16T14:38:05.032Z[ host-image] Sep 16 14:38:03.926 INFO O| Sep 16 14:38:03.926 INFO copying /tmp/.tmpshoa1R/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 ...
93742024-09-16T14:38:05.035Z[ host-image] Sep 16 14:38:03.926 INFO O| Sep 16 14:38:03.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
93752024-09-16T14:38:05.035Z[ host-image] Sep 16 14:38:03.926 INFO O| Sep 16 14:38:03.926 INFO ok!
93762024-09-16T14:38:05.035Z[ host-image] Sep 16 14:38:03.926 INFO O| Sep 16 14:38:03.926 INFO STEP 111 (ensure_file) COMPLETE
93772024-09-16T14:38:05.035Z[ host-image] Sep 16 14:38:03.926 INFO O| Sep 16 14:38:03.926 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-09-16T14:38:05.042Z[ host-image] Sep 16 14:38:03.935 INFO O| Sep 16 14:38:03.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
93792024-09-16T14:38:05.042Z[ host-image] Sep 16 14:38:03.935 INFO O| Sep 16 14:38:03.935 INFO copying /tmp/.tmpshoa1R/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 ...
93802024-09-16T14:38:05.044Z[ host-image] Sep 16 14:38:03.935 INFO O| Sep 16 14:38:03.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
93812024-09-16T14:38:05.044Z[ host-image] Sep 16 14:38:03.935 INFO O| Sep 16 14:38:03.935 INFO ok!
93822024-09-16T14:38:05.044Z[ host-image] Sep 16 14:38:03.935 INFO O| Sep 16 14:38:03.935 INFO STEP 112 (ensure_file) COMPLETE
93832024-09-16T14:38:05.044Z[ host-image] Sep 16 14:38:03.935 INFO O| Sep 16 14:38:03.935 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-09-16T14:38:05.052Z[ host-image] Sep 16 14:38:03.945 INFO O| Sep 16 14:38:03.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
93852024-09-16T14:38:05.052Z[ host-image] Sep 16 14:38:03.945 INFO O| Sep 16 14:38:03.945 INFO copying /tmp/.tmpshoa1R/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 ...
93862024-09-16T14:38:05.054Z[ host-image] Sep 16 14:38:03.945 INFO O| Sep 16 14:38:03.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
93872024-09-16T14:38:05.054Z[ host-image] Sep 16 14:38:03.945 INFO O| Sep 16 14:38:03.945 INFO ok!
93882024-09-16T14:38:05.054Z[ host-image] Sep 16 14:38:03.945 INFO O| Sep 16 14:38:03.945 INFO STEP 113 (ensure_file) COMPLETE
93892024-09-16T14:38:05.054Z[ host-image] Sep 16 14:38:03.945 INFO O| Sep 16 14:38:03.945 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-09-16T14:38:05.061Z[ host-image] Sep 16 14:38:03.955 INFO O| Sep 16 14:38:03.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
93912024-09-16T14:38:05.061Z[ host-image] Sep 16 14:38:03.955 INFO O| Sep 16 14:38:03.955 INFO copying /tmp/.tmpshoa1R/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 ...
93922024-09-16T14:38:05.061Z[ host-image] Sep 16 14:38:03.955 INFO O| Sep 16 14:38:03.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
93932024-09-16T14:38:05.063Z[ host-image] Sep 16 14:38:03.955 INFO O| Sep 16 14:38:03.955 INFO ok!
93942024-09-16T14:38:05.063Z[ host-image] Sep 16 14:38:03.955 INFO O| Sep 16 14:38:03.955 INFO STEP 114 (ensure_file) COMPLETE
93952024-09-16T14:38:05.063Z[ host-image] Sep 16 14:38:03.955 INFO O| Sep 16 14:38:03.955 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-09-16T14:38:05.070Z[ host-image] Sep 16 14:38:03.964 INFO O| Sep 16 14:38:03.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
93972024-09-16T14:38:05.073Z[ host-image] Sep 16 14:38:03.964 INFO O| Sep 16 14:38:03.964 INFO copying /tmp/.tmpshoa1R/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 ...
93982024-09-16T14:38:05.073Z[ host-image] Sep 16 14:38:03.964 INFO O| Sep 16 14:38:03.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
93992024-09-16T14:38:05.073Z[ host-image] Sep 16 14:38:03.964 INFO O| Sep 16 14:38:03.964 INFO ok!
94002024-09-16T14:38:05.073Z[ host-image] Sep 16 14:38:03.964 INFO O| Sep 16 14:38:03.964 INFO STEP 115 (ensure_file) COMPLETE
94012024-09-16T14:38:05.073Z[ host-image] Sep 16 14:38:03.964 INFO O| Sep 16 14:38:03.964 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-09-16T14:38:05.080Z[ host-image] Sep 16 14:38:03.974 INFO O| Sep 16 14:38:03.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94032024-09-16T14:38:05.080Z[ host-image] Sep 16 14:38:03.974 INFO O| Sep 16 14:38:03.974 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94042024-09-16T14:38:05.083Z[ host-image] Sep 16 14:38:03.974 INFO O| Sep 16 14:38:03.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94052024-09-16T14:38:05.083Z[ host-image] Sep 16 14:38:03.974 INFO O| Sep 16 14:38:03.974 INFO ok!
94062024-09-16T14:38:05.083Z[ host-image] Sep 16 14:38:03.974 INFO O| Sep 16 14:38:03.974 INFO STEP 116 (ensure_file) COMPLETE
94072024-09-16T14:38:05.083Z[ host-image] Sep 16 14:38:03.974 INFO O| Sep 16 14:38:03.974 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-09-16T14:38:05.090Z[ host-image] Sep 16 14:38:03.984 INFO O| Sep 16 14:38:03.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94092024-09-16T14:38:05.090Z[ host-image] Sep 16 14:38:03.984 INFO O| Sep 16 14:38:03.984 INFO copying /tmp/.tmpshoa1R/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 ...
94102024-09-16T14:38:05.090Z[ host-image] Sep 16 14:38:03.984 INFO O| Sep 16 14:38:03.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94112024-09-16T14:38:05.093Z[ host-image] Sep 16 14:38:03.984 INFO O| Sep 16 14:38:03.984 INFO ok!
94122024-09-16T14:38:05.093Z[ host-image] Sep 16 14:38:03.984 INFO O| Sep 16 14:38:03.984 INFO STEP 117 (ensure_file) COMPLETE
94132024-09-16T14:38:05.093Z[ host-image] Sep 16 14:38:03.984 INFO O| Sep 16 14:38:03.984 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-09-16T14:38:05.103Z[ host-image] Sep 16 14:38:03.996 INFO O| Sep 16 14:38:03.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94152024-09-16T14:38:05.103Z[ host-image] Sep 16 14:38:03.996 INFO O| Sep 16 14:38:03.996 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94162024-09-16T14:38:05.105Z[ host-image] Sep 16 14:38:03.996 INFO O| Sep 16 14:38:03.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94172024-09-16T14:38:05.105Z[ host-image] Sep 16 14:38:03.996 INFO O| Sep 16 14:38:03.996 INFO ok!
94182024-09-16T14:38:05.105Z[ host-image] Sep 16 14:38:03.996 INFO O| Sep 16 14:38:03.996 INFO STEP 118 (ensure_file) COMPLETE
94192024-09-16T14:38:05.105Z[ host-image] Sep 16 14:38:03.996 INFO O| Sep 16 14:38:03.996 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-09-16T14:38:05.114Z[ host-image] Sep 16 14:38:04.007 INFO O| Sep 16 14:38:04.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94212024-09-16T14:38:05.114Z[ host-image] Sep 16 14:38:04.007 INFO O| Sep 16 14:38:04.007 INFO copying /tmp/.tmpshoa1R/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94222024-09-16T14:38:07.351Z[ recovery-image] Sep 16 14:38:06.244 INFO E| Compiling bitflags v1.3.2
94232024-09-16T14:38:07.351Z[ recovery-image] Sep 16 14:38:06.244 INFO E| Compiling adler v1.0.2
94242024-09-16T14:38:07.353Z[ recovery-image] Sep 16 14:38:06.244 INFO E| Compiling log v0.4.22
94252024-09-16T14:38:07.353Z[ recovery-image] Sep 16 14:38:06.244 INFO E| Compiling scroll v0.12.0
94262024-09-16T14:38:07.353Z[ recovery-image] Sep 16 14:38:06.244 INFO E| Compiling bit_field v0.10.2
94272024-09-16T14:38:07.353Z[ recovery-image] Sep 16 14:38:06.244 INFO E| Compiling plain v0.2.3
94282024-09-16T14:38:07.353Z[ recovery-image] Sep 16 14:38:06.244 INFO E| Compiling bitstruct v0.1.1
94292024-09-16T14:38:07.458Z[ recovery-image] Sep 16 14:38:06.351 INFO E| Compiling raw-cpuid v10.7.0
94302024-09-16T14:38:07.486Z[ recovery-image] Sep 16 14:38:06.379 INFO E| Compiling cpio_reader v0.1.1
94312024-09-16T14:38:07.529Z[ recovery-image] Sep 16 14:38:06.422 INFO E| Compiling miniz_oxide v0.7.4
94322024-09-16T14:38:07.736Z[ recovery-image] Sep 16 14:38:06.629 INFO E| Compiling static_assertions v1.1.0
94332024-09-16T14:38:08.171Z[ recovery-image] Sep 16 14:38:07.064 INFO E| Compiling goblin v0.8.2
94342024-09-16T14:38:12.075Z[ host-image] Sep 16 14:38:10.967 INFO O| Sep 16 14:38:10.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
94352024-09-16T14:38:12.078Z[ host-image] Sep 16 14:38:10.967 INFO O| Sep 16 14:38:10.967 INFO ok!
94362024-09-16T14:38:12.078Z[ host-image] Sep 16 14:38:10.967 INFO O| Sep 16 14:38:10.967 INFO STEP 119 (ensure_file) COMPLETE
94372024-09-16T14:38:12.078Z[ host-image] Sep 16 14:38:10.967 INFO O| Sep 16 14:38:10.967 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-09-16T14:38:12.086Z[ host-image] Sep 16 14:38:10.978 INFO O| Sep 16 14:38:10.978 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
94392024-09-16T14:38:12.086Z[ host-image] Sep 16 14:38:10.978 INFO O| Sep 16 14:38:10.978 INFO STEP 120 (ensure_dir) COMPLETE
94402024-09-16T14:38:12.086Z[ host-image] Sep 16 14:38:10.978 INFO O| Sep 16 14:38:10.978 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-09-16T14:38:12.098Z[ host-image] Sep 16 14:38:10.990 INFO O| Sep 16 14:38:10.990 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
94422024-09-16T14:38:12.100Z[ host-image] Sep 16 14:38:10.990 INFO O| Sep 16 14:38:10.990 INFO STEP 121 (ensure_dir) COMPLETE
94432024-09-16T14:38:12.100Z[ host-image] Sep 16 14:38:10.990 INFO O| Sep 16 14:38:10.990 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-09-16T14:38:12.108Z[ host-image] Sep 16 14:38:11.001 INFO O| Sep 16 14:38:11.001 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
94452024-09-16T14:38:12.108Z[ host-image] Sep 16 14:38:11.001 INFO O| Sep 16 14:38:11.001 INFO STEP 122 (ensure_dir) COMPLETE
94462024-09-16T14:38:12.111Z[ host-image] Sep 16 14:38:11.001 INFO O| Sep 16 14:38:11.001 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-09-16T14:38:12.119Z[ host-image] Sep 16 14:38:11.012 INFO O| Sep 16 14:38:11.011 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
94482024-09-16T14:38:12.119Z[ host-image] Sep 16 14:38:11.012 INFO O| Sep 16 14:38:11.012 INFO STEP 123 (ensure_dir) COMPLETE
94492024-09-16T14:38:12.121Z[ host-image] Sep 16 14:38:11.012 INFO O| Sep 16 14:38:11.012 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-09-16T14:38:12.129Z[ host-image] Sep 16 14:38:11.021 INFO O| Sep 16 14:38:11.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
94512024-09-16T14:38:12.131Z[ host-image] Sep 16 14:38:11.021 INFO O| Sep 16 14:38:11.021 INFO copying /tmp/.tmpshoa1R/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 ...
94522024-09-16T14:38:12.131Z[ host-image] Sep 16 14:38:11.021 INFO O| Sep 16 14:38:11.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
94532024-09-16T14:38:12.131Z[ host-image] Sep 16 14:38:11.021 INFO O| Sep 16 14:38:11.021 INFO ok!
94542024-09-16T14:38:12.131Z[ host-image] Sep 16 14:38:11.021 INFO O| Sep 16 14:38:11.021 INFO STEP 124 (ensure_file) COMPLETE
94552024-09-16T14:38:12.131Z[ host-image] Sep 16 14:38:11.021 INFO O| Sep 16 14:38:11.021 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-09-16T14:38:12.138Z[ host-image] Sep 16 14:38:11.031 INFO O| Sep 16 14:38:11.031 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94572024-09-16T14:38:12.138Z[ host-image] Sep 16 14:38:11.031 INFO O| Sep 16 14:38:11.031 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
94582024-09-16T14:38:12.141Z[ host-image] Sep 16 14:38:11.031 INFO O| Sep 16 14:38:11.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
94592024-09-16T14:38:12.141Z[ host-image] Sep 16 14:38:11.031 INFO O| Sep 16 14:38:11.031 INFO STEP 125 (ensure_dir) COMPLETE
94602024-09-16T14:38:12.141Z[ host-image] Sep 16 14:38:11.031 INFO O| Sep 16 14:38:11.031 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-09-16T14:38:12.148Z[ host-image] Sep 16 14:38:11.041 INFO O| Sep 16 14:38:11.041 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
94622024-09-16T14:38:12.148Z[ host-image] Sep 16 14:38:11.041 INFO O| Sep 16 14:38:11.041 INFO copying /tmp/.tmpshoa1R/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
94632024-09-16T14:38:12.150Z[ host-image] Sep 16 14:38:11.041 INFO O| Sep 16 14:38:11.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
94642024-09-16T14:38:12.150Z[ host-image] Sep 16 14:38:11.041 INFO O| Sep 16 14:38:11.041 INFO ok!
94652024-09-16T14:38:12.150Z[ host-image] Sep 16 14:38:11.041 INFO O| Sep 16 14:38:11.041 INFO STEP 126 (ensure_file) COMPLETE
94662024-09-16T14:38:12.150Z[ host-image] Sep 16 14:38:11.041 INFO O| Sep 16 14:38:11.041 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94672024-09-16T14:38:12.158Z[ host-image] Sep 16 14:38:11.050 INFO O| Sep 16 14:38:11.050 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
94682024-09-16T14:38:12.160Z[ host-image] Sep 16 14:38:11.051 INFO O| Sep 16 14:38:11.051 INFO STEP 127 (remove_files) COMPLETE
94692024-09-16T14:38:12.160Z[ host-image] Sep 16 14:38:11.051 INFO O| Sep 16 14:38:11.051 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94702024-09-16T14:38:12.168Z[ host-image] Sep 16 14:38:11.060 INFO O| Sep 16 14:38:11.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
94712024-09-16T14:38:12.170Z[ host-image] Sep 16 14:38:11.060 INFO O| Sep 16 14:38:11.060 INFO STEP 128 (remove_files) COMPLETE
94722024-09-16T14:38:12.170Z[ host-image] Sep 16 14:38:11.060 INFO O| Sep 16 14:38:11.060 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94732024-09-16T14:38:12.177Z[ host-image] Sep 16 14:38:11.070 INFO O| Sep 16 14:38:11.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
94742024-09-16T14:38:12.180Z[ host-image] Sep 16 14:38:11.070 INFO O| Sep 16 14:38:11.070 INFO STEP 129 (remove_files) COMPLETE
94752024-09-16T14:38:12.180Z[ host-image] Sep 16 14:38:11.070 INFO O| Sep 16 14:38:11.070 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94762024-09-16T14:38:12.187Z[ host-image] Sep 16 14:38:11.080 INFO O| Sep 16 14:38:11.080 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
94772024-09-16T14:38:12.190Z[ host-image] Sep 16 14:38:11.080 INFO O| Sep 16 14:38:11.080 INFO STEP 130 (remove_files) COMPLETE
94782024-09-16T14:38:12.190Z[ host-image] Sep 16 14:38:11.080 INFO O| Sep 16 14:38:11.080 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94792024-09-16T14:38:12.197Z[ host-image] Sep 16 14:38:11.090 INFO O| Sep 16 14:38:11.090 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
94802024-09-16T14:38:12.200Z[ host-image] Sep 16 14:38:11.090 INFO O| Sep 16 14:38:11.090 INFO STEP 131 (remove_files) COMPLETE
94812024-09-16T14:38:12.200Z[ host-image] Sep 16 14:38:11.090 INFO O| Sep 16 14:38:11.090 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94822024-09-16T14:38:12.207Z[ host-image] Sep 16 14:38:11.099 INFO O| Sep 16 14:38:11.099 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
94832024-09-16T14:38:12.209Z[ host-image] Sep 16 14:38:11.099 INFO O| Sep 16 14:38:11.099 INFO STEP 132 (remove_files) COMPLETE
94842024-09-16T14:38:12.209Z[ host-image] Sep 16 14:38:11.099 INFO O| Sep 16 14:38:11.099 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94852024-09-16T14:38:12.216Z[ host-image] Sep 16 14:38:11.109 INFO O| Sep 16 14:38:11.109 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
94862024-09-16T14:38:12.219Z[ host-image] Sep 16 14:38:11.109 INFO O| Sep 16 14:38:11.109 INFO STEP 133 (remove_files) COMPLETE
94872024-09-16T14:38:12.219Z[ host-image] Sep 16 14:38:11.109 INFO O| Sep 16 14:38:11.109 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94882024-09-16T14:38:12.226Z[ host-image] Sep 16 14:38:11.119 INFO O| Sep 16 14:38:11.119 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
94892024-09-16T14:38:12.226Z[ host-image] Sep 16 14:38:11.119 INFO O| Sep 16 14:38:11.119 INFO STEP 134 (remove_files) COMPLETE
94902024-09-16T14:38:12.226Z[ host-image] Sep 16 14:38:11.119 INFO O| Sep 16 14:38:11.119 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94912024-09-16T14:38:12.236Z[ host-image] Sep 16 14:38:11.128 INFO O| Sep 16 14:38:11.128 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
94922024-09-16T14:38:12.236Z[ host-image] Sep 16 14:38:11.128 INFO O| Sep 16 14:38:11.128 INFO STEP 135 (remove_files) COMPLETE
94932024-09-16T14:38:12.238Z[ host-image] Sep 16 14:38:11.128 INFO O| Sep 16 14:38:11.128 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94942024-09-16T14:38:12.245Z[ host-image] Sep 16 14:38:11.138 INFO O| Sep 16 14:38:11.138 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
94952024-09-16T14:38:12.245Z[ host-image] Sep 16 14:38:11.138 INFO O| Sep 16 14:38:11.138 INFO STEP 136 (remove_files) COMPLETE
94962024-09-16T14:38:12.245Z[ host-image] Sep 16 14:38:11.138 INFO O| Sep 16 14:38:11.138 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94972024-09-16T14:38:12.255Z[ host-image] Sep 16 14:38:11.147 INFO O| Sep 16 14:38:11.147 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
94982024-09-16T14:38:12.255Z[ host-image] Sep 16 14:38:11.147 INFO O| Sep 16 14:38:11.147 INFO STEP 137 (remove_files) COMPLETE
94992024-09-16T14:38:12.257Z[ host-image] Sep 16 14:38:11.148 INFO O| Sep 16 14:38:11.147 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95002024-09-16T14:38:12.265Z[ host-image] Sep 16 14:38:11.157 INFO O| Sep 16 14:38:11.157 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95012024-09-16T14:38:12.265Z[ host-image] Sep 16 14:38:11.157 INFO O| Sep 16 14:38:11.157 INFO STEP 138 (remove_files) COMPLETE
95022024-09-16T14:38:12.265Z[ host-image] Sep 16 14:38:11.157 INFO O| Sep 16 14:38:11.157 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95032024-09-16T14:38:12.274Z[ host-image] Sep 16 14:38:11.167 INFO O| Sep 16 14:38:11.167 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95042024-09-16T14:38:12.274Z[ host-image] Sep 16 14:38:11.167 INFO O| Sep 16 14:38:11.167 INFO STEP 139 (remove_files) COMPLETE
95052024-09-16T14:38:12.277Z[ host-image] Sep 16 14:38:11.167 INFO O| Sep 16 14:38:11.167 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95062024-09-16T14:38:12.284Z[ host-image] Sep 16 14:38:11.176 INFO O| Sep 16 14:38:11.176 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95072024-09-16T14:38:12.284Z[ host-image] Sep 16 14:38:11.176 INFO O| Sep 16 14:38:11.176 INFO STEP 140 (remove_files) COMPLETE
95082024-09-16T14:38:12.284Z[ host-image] Sep 16 14:38:11.176 INFO O| Sep 16 14:38:11.176 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95092024-09-16T14:38:12.293Z[ host-image] Sep 16 14:38:11.186 INFO O| Sep 16 14:38:11.186 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95102024-09-16T14:38:12.293Z[ host-image] Sep 16 14:38:11.186 INFO O| Sep 16 14:38:11.186 INFO STEP 141 (remove_files) COMPLETE
95112024-09-16T14:38:12.296Z[ host-image] Sep 16 14:38:11.186 INFO O| Sep 16 14:38:11.186 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95122024-09-16T14:38:12.303Z[ host-image] Sep 16 14:38:11.196 INFO O| Sep 16 14:38:11.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95132024-09-16T14:38:12.303Z[ host-image] Sep 16 14:38:11.196 INFO O| Sep 16 14:38:11.196 INFO STEP 142 (remove_files) COMPLETE
95142024-09-16T14:38:12.305Z[ host-image] Sep 16 14:38:11.196 INFO O| Sep 16 14:38:11.196 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95152024-09-16T14:38:12.313Z[ host-image] Sep 16 14:38:11.206 INFO O| Sep 16 14:38:11.206 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95162024-09-16T14:38:12.313Z[ host-image] Sep 16 14:38:11.206 INFO O| Sep 16 14:38:11.206 INFO STEP 143 (remove_files) COMPLETE
95172024-09-16T14:38:12.313Z[ host-image] Sep 16 14:38:11.206 INFO O| Sep 16 14:38:11.206 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95182024-09-16T14:38:12.323Z[ host-image] Sep 16 14:38:11.215 INFO O| Sep 16 14:38:11.215 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95192024-09-16T14:38:12.323Z[ host-image] Sep 16 14:38:11.215 INFO O| Sep 16 14:38:11.215 INFO STEP 144 (remove_files) COMPLETE
95202024-09-16T14:38:12.325Z[ host-image] Sep 16 14:38:11.215 INFO O| Sep 16 14:38:11.215 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95212024-09-16T14:38:12.332Z[ host-image] Sep 16 14:38:11.225 INFO O| Sep 16 14:38:11.225 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95222024-09-16T14:38:12.332Z[ host-image] Sep 16 14:38:11.225 INFO O| Sep 16 14:38:11.225 INFO STEP 145 (remove_files) COMPLETE
95232024-09-16T14:38:12.332Z[ host-image] Sep 16 14:38:11.225 INFO O| Sep 16 14:38:11.225 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95242024-09-16T14:38:12.343Z[ host-image] Sep 16 14:38:11.235 INFO O| Sep 16 14:38:11.235 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
95252024-09-16T14:38:12.343Z[ host-image] Sep 16 14:38:11.235 INFO O| Sep 16 14:38:11.235 INFO STEP 146 (remove_files) COMPLETE
95262024-09-16T14:38:12.345Z[ host-image] Sep 16 14:38:11.235 INFO O| Sep 16 14:38:11.235 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95272024-09-16T14:38:12.353Z[ host-image] Sep 16 14:38:11.245 INFO O| Sep 16 14:38:11.245 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
95282024-09-16T14:38:12.353Z[ host-image] Sep 16 14:38:11.246 INFO O| Sep 16 14:38:11.245 INFO STEP 147 (remove_files) COMPLETE
95292024-09-16T14:38:12.353Z[ host-image] Sep 16 14:38:11.246 INFO O| Sep 16 14:38:11.245 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95302024-09-16T14:38:12.363Z[ host-image] Sep 16 14:38:11.256 INFO O| Sep 16 14:38:11.256 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
95312024-09-16T14:38:12.366Z[ host-image] Sep 16 14:38:11.256 INFO O| Sep 16 14:38:11.256 INFO STEP 148 (remove_files) COMPLETE
95322024-09-16T14:38:12.366Z[ host-image] Sep 16 14:38:11.256 INFO O| Sep 16 14:38:11.256 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95332024-09-16T14:38:12.374Z[ host-image] Sep 16 14:38:11.266 INFO O| Sep 16 14:38:11.266 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
95342024-09-16T14:38:12.374Z[ host-image] Sep 16 14:38:11.266 INFO O| Sep 16 14:38:11.266 INFO STEP 149 (remove_files) COMPLETE
95352024-09-16T14:38:12.376Z[ host-image] Sep 16 14:38:11.266 INFO O| Sep 16 14:38:11.266 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95362024-09-16T14:38:12.384Z[ host-image] Sep 16 14:38:11.276 INFO O| Sep 16 14:38:11.276 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
95372024-09-16T14:38:12.384Z[ host-image] Sep 16 14:38:11.276 INFO O| Sep 16 14:38:11.276 INFO STEP 150 (remove_files) COMPLETE
95382024-09-16T14:38:12.384Z[ host-image] Sep 16 14:38:11.276 INFO O| Sep 16 14:38:11.276 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95392024-09-16T14:38:12.394Z[ host-image] Sep 16 14:38:11.286 INFO O| Sep 16 14:38:11.286 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
95402024-09-16T14:38:12.394Z[ host-image] Sep 16 14:38:11.286 INFO O| Sep 16 14:38:11.286 INFO STEP 151 (remove_files) COMPLETE
95412024-09-16T14:38:12.394Z[ host-image] Sep 16 14:38:11.286 INFO O| Sep 16 14:38:11.286 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95422024-09-16T14:38:12.404Z[ host-image] Sep 16 14:38:11.296 INFO O| Sep 16 14:38:11.296 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
95432024-09-16T14:38:12.404Z[ host-image] Sep 16 14:38:11.296 INFO O| Sep 16 14:38:11.296 INFO STEP 152 (remove_files) COMPLETE
95442024-09-16T14:38:12.404Z[ host-image] Sep 16 14:38:11.296 INFO O| Sep 16 14:38:11.296 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95452024-09-16T14:38:12.414Z[ host-image] Sep 16 14:38:11.306 INFO O| Sep 16 14:38:11.306 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
95462024-09-16T14:38:12.414Z[ host-image] Sep 16 14:38:11.307 INFO O| Sep 16 14:38:11.306 INFO STEP 153 (remove_files) COMPLETE
95472024-09-16T14:38:12.414Z[ host-image] Sep 16 14:38:11.307 INFO O| Sep 16 14:38:11.306 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95482024-09-16T14:38:12.424Z[ host-image] Sep 16 14:38:11.316 INFO O| Sep 16 14:38:11.316 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
95492024-09-16T14:38:12.426Z[ host-image] Sep 16 14:38:11.317 INFO O| Sep 16 14:38:11.316 INFO STEP 154 (remove_files) COMPLETE
95502024-09-16T14:38:12.426Z[ host-image] Sep 16 14:38:11.317 INFO O| Sep 16 14:38:11.316 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95512024-09-16T14:38:12.434Z[ host-image] Sep 16 14:38:11.326 INFO O| Sep 16 14:38:11.326 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
95522024-09-16T14:38:12.434Z[ host-image] Sep 16 14:38:11.326 INFO O| Sep 16 14:38:11.326 INFO STEP 155 (remove_files) COMPLETE
95532024-09-16T14:38:12.434Z[ host-image] Sep 16 14:38:11.326 INFO O| Sep 16 14:38:11.326 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95542024-09-16T14:38:12.449Z[ host-image] Sep 16 14:38:11.341 INFO O| Sep 16 14:38:11.341 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
95552024-09-16T14:38:12.449Z[ host-image] Sep 16 14:38:11.341 INFO O| Sep 16 14:38:11.341 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
95562024-09-16T14:38:15.919Z[ recovery-image] Sep 16 14:38:14.811 INFO E| Finished `release` profile [optimized] target(s) in 42.24s
95572024-09-16T14:38:15.942Z[ recovery-image] Sep 16 14:38:14.834 INFO building host image...
95582024-09-16T14:38:15.945Z[ recovery-image] Sep 16 14:38:14.834 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")
95592024-09-16T14:38:16.412Z[ recovery-image] Sep 16 14:38:15.298 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95602024-09-16T14:38:17.844Z[ recovery-image] Sep 16 14:38:16.735 INFO image complete! materials are in "/work/os-recovery"
95612024-09-16T14:38:17.847Z[ recovery-image]
95622024-09-16T14:38:17.847Z[ recovery-image] real 7:38.805952933
95632024-09-16T14:38:17.849Z[ recovery-image] user 4:53.599933087
95642024-09-16T14:38:17.850Z[ recovery-image] sys 58.355608714
95652024-09-16T14:38:17.850Z[ recovery-image] trap 0.282282920
95662024-09-16T14:38:17.850Z[ recovery-image] tflt 0.242118750
95672024-09-16T14:38:17.850Z[ recovery-image] dflt 1.430276314
95682024-09-16T14:38:17.850Z[ recovery-image] kflt 0.000016327
95692024-09-16T14:38:17.850Z[ recovery-image] lock 9:45.963996236
95702024-09-16T14:38:17.850Z[ recovery-image] slp 45:38.679593880
95712024-09-16T14:38:17.850Z[ recovery-image] lat 2:18.786026406
95722024-09-16T14:38:17.850Z[ recovery-image] stop 4.001877380
95732024-09-16T14:38:17.850ZSep 16 14:38:16.739 INFO [recovery-image] process exited with exit status: 0 (458.829212826s)
95742024-09-16T14:38:20.237Z[ host-image] Sep 16 14:38:19.127 INFO O| Sep 16 14:38:19.127 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
95752024-09-16T14:38:20.237Z[ host-image] Sep 16 14:38:19.127 INFO O| Sep 16 14:38:19.127 INFO E| svccfg: Loaded 74 smf(7) service descriptions
95762024-09-16T14:38:20.250Z[ host-image] Sep 16 14:38:19.141 INFO O| Sep 16 14:38:19.141 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"}
95772024-09-16T14:38:20.328Z[ host-image] Sep 16 14:38:19.219 INFO O| Sep 16 14:38:19.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
95782024-09-16T14:38:20.328Z[ host-image] Sep 16 14:38:19.219 INFO O| Sep 16 14:38:19.219 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
95792024-09-16T14:38:20.331Z[ host-image] Sep 16 14:38:19.221 INFO O| Sep 16 14:38:19.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
95802024-09-16T14:38:20.331Z[ host-image] Sep 16 14:38:19.221 INFO O| Sep 16 14:38:19.221 INFO ok!
95812024-09-16T14:38:20.331Z[ host-image] Sep 16 14:38:19.221 INFO O| Sep 16 14:38:19.221 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
95822024-09-16T14:38:20.331Z[ host-image] Sep 16 14:38:19.221 INFO O| Sep 16 14:38:19.221 INFO STEP 156 (seed_smf) COMPLETE
95832024-09-16T14:38:20.331Z[ host-image] Sep 16 14:38:19.221 INFO O| Sep 16 14:38:19.221 INFO steps complete; finalising image!
95842024-09-16T14:38:20.331Z[ host-image] Sep 16 14:38:19.221 INFO O| Sep 16 14:38:19.221 INFO TRIM POOL: TEMPORARY-gimlet-zfs
95852024-09-16T14:38:20.468Z[ host-image] Sep 16 14:38:19.359 INFO O| Sep 16 14:38:19.359 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Sep 16 14:38:19 2024)
95862024-09-16T14:38:20.689Z[ host-image] Sep 16 14:38:19.580 INFO O| Sep 16 14:38:19.580 INFO temporary pool has 676M used, 156M avail, 1.87x compressratio
95872024-09-16T14:38:20.689Z[ host-image] Sep 16 14:38:19.580 INFO O| Sep 16 14:38:19.580 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
95882024-09-16T14:38:20.967Z[ host-image] Sep 16 14:38:19.857 INFO O| Sep 16 14:38:19.857 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
95892024-09-16T14:38:20.967Z[ host-image] Sep 16 14:38:19.857 INFO O| Sep 16 14:38:19.857 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
95902024-09-16T14:38:22.032Z[ host-image] Sep 16 14:38:20.922 INFO O| Sep 16 14:38:20.922 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
95912024-09-16T14:38:22.032Z[ host-image] Sep 16 14:38:20.922 INFO O| Sep 16 14:38:20.922 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
95922024-09-16T14:38:22.034Z[ host-image] Sep 16 14:38:20.922 INFO O| Sep 16 14:38:20.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
95932024-09-16T14:38:22.034Z[ host-image] Sep 16 14:38:20.922 INFO O| Sep 16 14:38:20.922 INFO completed processing gimlet/zfs
95942024-09-16T14:38:22.034Z[ host-image] Sep 16 14:38:20.922 INFO O| Sep 16 14:38:20.922 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
95952024-09-16T14:38:28.422Z[ host-image] Sep 16 14:38:27.311 INFO O| Sep 16 14:38:27.311 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
95962024-09-16T14:38:28.506Z[ host-image] Sep 16 14:38:27.395 INFO BUILD STRING "heads/stlouis-0-g84ef9e5979\n"
95972024-09-16T14:38:28.506Z[ host-image] Sep 16 14:38:27.395 INFO expanded image name: "ci 96892a1/${os_short_commit} 2024-09-16 14:08" -> "ci 96892a1/84ef9e5 2024-09-16 14:08"
95982024-09-16T14:38:28.506Z[ host-image] Sep 16 14:38:27.395 INFO output artefacts stored in: "/work/os-host"
95992024-09-16T14:38:28.508Z[ host-image] Sep 16 14:38:27.395 INFO collecting git info from project "bootserver"...
96002024-09-16T14:38:28.511Z[ host-image] Sep 16 14:38:27.401 INFO collecting git info from project "phbl"...
96012024-09-16T14:38:28.516Z[ host-image] Sep 16 14:38:27.405 INFO collecting git info from project "image-builder"...
96022024-09-16T14:38:28.520Z[ host-image] Sep 16 14:38:27.410 INFO collecting git info from project "pilot"...
96032024-09-16T14:38:28.525Z[ host-image] Sep 16 14:38:27.415 INFO collecting git info from project "amd-firmware"...
96042024-09-16T14:38:28.533Z[ host-image] Sep 16 14:38:27.423 INFO collecting git info from project "pinprick"...
96052024-09-16T14:38:28.538Z[ host-image] Sep 16 14:38:27.427 INFO collecting git info from project "chelsio-t6-roms"...
96062024-09-16T14:38:28.542Z[ host-image] Sep 16 14:38:27.432 INFO collecting git info from project "amd-host-image-builder"...
96072024-09-16T14:38:28.555Z[ host-image] Sep 16 14:38:27.445 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96082024-09-16T14:38:28.913Z[ host-image] Sep 16 14:38:27.802 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96092024-09-16T14:38:29.275Z[ host-image] Sep 16 14:38:28.164 INFO creating Oxide boot image...
96102024-09-16T14:38:29.275Z[ host-image] Sep 16 14:38:28.164 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 96892a1/84ef9e5 2024-09-16 14:08", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96112024-09-16T14:38:30.209Z[ host-image] Sep 16 14:38:29.098 INFO O| ok, image written!
96122024-09-16T14:38:30.209Z[ host-image] Sep 16 14:38:29.098 INFO O| ok, boot_image_csum file written!
96132024-09-16T14:38:30.212Z[ host-image] Sep 16 14:38:29.101 INFO creating boot archive (CPIO)...
96142024-09-16T14:38:30.212Z[ host-image] Sep 16 14:38:29.101 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
96152024-09-16T14:38:30.218Z[ host-image] Sep 16 14:38:29.108 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96162024-09-16T14:38:30.218Z[ host-image] Sep 16 14:38:29.108 INFO E| + outfile=/work/os-host/cpio
96172024-09-16T14:38:30.221Z[ host-image] Sep 16 14:38:29.108 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96182024-09-16T14:38:30.221Z[ host-image] Sep 16 14:38:29.110 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96192024-09-16T14:38:30.221Z[ host-image] Sep 16 14:38:29.110 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96202024-09-16T14:38:30.253Z[ host-image] Sep 16 14:38:29.143 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96212024-09-16T14:38:30.253Z[ host-image] Sep 16 14:38:29.143 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96222024-09-16T14:38:30.261Z[ host-image] Sep 16 14:38:29.150 INFO creating compressed cpio/unix for nanobl-rs...
96232024-09-16T14:38:30.261Z[ host-image] Sep 16 14:38:29.150 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
96242024-09-16T14:38:30.553Z[ host-image] Sep 16 14:38:29.442 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96252024-09-16T14:38:34.919Z[ host-image] Sep 16 14:38:33.807 INFO creating reset image...
96262024-09-16T14:38:34.922Z[ host-image] Sep 16 14:38:33.808 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96272024-09-16T14:38:35.013Z[ host-image] Sep 16 14:38:33.902 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96282024-09-16T14:38:35.016Z[ host-image] Sep 16 14:38:33.902 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96292024-09-16T14:38:35.070Z[ host-image] Sep 16 14:38:33.958 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96302024-09-16T14:38:37.139Z[ host-image] Sep 16 14:38:36.027 INFO E| Finished `release` profile [optimized] target(s) in 2.11s
96312024-09-16T14:38:37.150Z[ host-image] Sep 16 14:38:36.038 INFO building host image...
96322024-09-16T14:38:37.152Z[ host-image] Sep 16 14:38:36.038 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")
96332024-09-16T14:38:37.627Z[ host-image] Sep 16 14:38:36.515 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96342024-09-16T14:39:24.081Z[ host-image] Sep 16 14:39:22.961 INFO image complete! materials are in "/work/os-host"
96352024-09-16T14:39:24.084Z[ host-image]
96362024-09-16T14:39:24.084Z[ host-image] real 8:59.040758996
96372024-09-16T14:39:24.084Z[ host-image] user 4:22.736796512
96382024-09-16T14:39:24.084Z[ host-image] sys 51.738221248
96392024-09-16T14:39:24.084Z[ host-image] trap 0.175309045
96402024-09-16T14:39:24.084Z[ host-image] tflt 0.003314654
96412024-09-16T14:39:24.087Z[ host-image] dflt 0.024458704
96422024-09-16T14:39:24.087Z[ host-image] kflt 0.000018745
96432024-09-16T14:39:24.087Z[ host-image] lock 9:16.893406816
96442024-09-16T14:39:24.087Z[ host-image] slp 48:29.027074860
96452024-09-16T14:39:24.087Z[ host-image] lat 1:29.009396557
96462024-09-16T14:39:24.087Z[ host-image] stop 0.682230521
96472024-09-16T14:39:24.087ZSep 16 14:39:22.965 INFO [host-image] process exited with exit status: 0 (539.053189374s)
96482024-09-16T14:39:24.087ZSep 16 14:39:22.965 INFO [tuf-repo] running task
96492024-09-16T14:39:30.843ZSep 16 14:39:29.722 INFO assembling repository in `/tmp/tufaceousYErCiS`, component: OmicronRepoAssembler
96502024-09-16T14:39:35.757ZSep 16 14:39:34.635 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
96512024-09-16T14:39:36.054ZSep 16 14:39:34.932 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
96522024-09-16T14:39:47.719ZSep 16 14:39:46.595 INFO [tuf-repo] task succeeded (23.62993706s)
96532024-09-16T14:39:47.719ZSep 16 14:39:46.595 INFO all jobs completed in 1853.764879023s
96542024-09-16T14:39:48.280Zprocess exited: duration 2421710 ms, exit code 0
 
96552024-09-16T14:39:48.291Zfound 33 output files
96562024-09-16T14:39:48.291Zuploading: /work/manifest.toml (8404 bytes)
96572024-09-16T14:39:49.302Zuploaded: /work/manifest.toml
96582024-09-16T14:39:49.302Zuploading: /work/repo.zip (1797772241 bytes)
96592024-09-16T14:40:24.975Zuploaded: /work/repo.zip
96602024-09-16T14:40:24.975Zuploading: /work/repo.zip.sha256.txt (65 bytes)
96612024-09-16T14:40:25.996Zuploaded: /work/repo.zip.sha256.txt
96622024-09-16T14:40:25.999Zuploading: /work/helios-setup.log (52339 bytes)
96632024-09-16T14:40:27.008Zuploaded: /work/helios-setup.log
96642024-09-16T14:40:27.011Zuploading: /work/host-image.log (194509 bytes)
96652024-09-16T14:40:28.026Zuploaded: /work/host-image.log
96662024-09-16T14:40:28.026Zuploading: /work/host-package.log (19537 bytes)
96672024-09-16T14:40:29.035Zuploaded: /work/host-package.log
96682024-09-16T14:40:29.037Zuploading: /work/host-target.log (101 bytes)
96692024-09-16T14:40:30.043Zuploaded: /work/host-target.log
96702024-09-16T14:40:30.043Zuploading: /work/omicron-package.log (4366 bytes)
96712024-09-16T14:40:31.051Zuploaded: /work/omicron-package.log
96722024-09-16T14:40:31.054Zuploading: /work/phbl-toolchain.log (881 bytes)
96732024-09-16T14:40:32.060Zuploaded: /work/phbl-toolchain.log
96742024-09-16T14:40:32.062Zuploading: /work/recovery-image.log (591175 bytes)
96752024-09-16T14:40:33.088Zuploaded: /work/recovery-image.log
96762024-09-16T14:40:33.090Zuploading: /work/recovery-package.log (282 bytes)
96772024-09-16T14:40:34.096Zuploaded: /work/recovery-package.log
96782024-09-16T14:40:34.096Zuploading: /work/recovery-target.log (98 bytes)
96792024-09-16T14:40:35.105Zuploaded: /work/recovery-target.log
96802024-09-16T14:40:35.107Zuploading: /work/stamp-clickhouse.log (117 bytes)
96812024-09-16T14:40:36.113Zuploaded: /work/stamp-clickhouse.log
96822024-09-16T14:40:36.124Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
96832024-09-16T14:40:37.131Zuploaded: /work/stamp-clickhouse_keeper.log
96842024-09-16T14:40:37.134Zuploading: /work/stamp-cockroachdb.log (118 bytes)
96852024-09-16T14:40:38.140Zuploaded: /work/stamp-cockroachdb.log
96862024-09-16T14:40:38.140Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
96872024-09-16T14:40:39.147Zuploaded: /work/stamp-crucible-dtrace.log
96882024-09-16T14:40:39.150Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
96892024-09-16T14:40:40.155Zuploaded: /work/stamp-crucible-pantry-zone.log
96902024-09-16T14:40:40.158Zuploading: /work/stamp-crucible-zone.log (120 bytes)
96912024-09-16T14:40:41.164Zuploaded: /work/stamp-crucible-zone.log
96922024-09-16T14:40:41.164Zuploading: /work/stamp-external-dns.log (119 bytes)
96932024-09-16T14:40:42.172Zuploaded: /work/stamp-external-dns.log
96942024-09-16T14:40:42.174Zuploading: /work/stamp-installinator.log (103 bytes)
96952024-09-16T14:40:43.180Zuploaded: /work/stamp-installinator.log
96962024-09-16T14:40:43.180Zuploading: /work/stamp-internal-dns.log (119 bytes)
96972024-09-16T14:40:44.188Zuploaded: /work/stamp-internal-dns.log
96982024-09-16T14:40:44.191Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
96992024-09-16T14:40:45.197Zuploaded: /work/stamp-mg-ddm-gz.log
97002024-09-16T14:40:45.197Zuploading: /work/stamp-nexus.log (112 bytes)
97012024-09-16T14:40:46.204Zuploaded: /work/stamp-nexus.log
97022024-09-16T14:40:46.205Zuploading: /work/stamp-ntp.log (110 bytes)
97032024-09-16T14:40:47.212Zuploaded: /work/stamp-ntp.log
97042024-09-16T14:40:47.214Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97052024-09-16T14:40:48.221Zuploaded: /work/stamp-omicron-sled-agent.log
97062024-09-16T14:40:48.223Zuploading: /work/stamp-overlay.log (114 bytes)
97072024-09-16T14:40:49.229Zuploaded: /work/stamp-overlay.log
97082024-09-16T14:40:49.232Zuploading: /work/stamp-oximeter.log (115 bytes)
97092024-09-16T14:40:50.238Zuploaded: /work/stamp-oximeter.log
97102024-09-16T14:40:50.241Zuploading: /work/stamp-oxlog.log (109 bytes)
97112024-09-16T14:40:51.246Zuploaded: /work/stamp-oxlog.log
97122024-09-16T14:40:51.246Zuploading: /work/stamp-probe.log (112 bytes)
97132024-09-16T14:40:52.254Zuploaded: /work/stamp-probe.log
97142024-09-16T14:40:52.256Zuploading: /work/stamp-propolis-server.log (122 bytes)
97152024-09-16T14:40:53.262Zuploaded: /work/stamp-propolis-server.log
97162024-09-16T14:40:53.262Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97172024-09-16T14:40:54.270Zuploaded: /work/stamp-pumpkind-gz.log
97182024-09-16T14:40:54.272Zuploading: /work/stamp-switch-asic.log (118 bytes)
97192024-09-16T14:40:55.278Zuploaded: /work/stamp-switch-asic.log
97202024-09-16T14:40:55.280Zuploading: /work/verify-libraries.log (3083 bytes)
97212024-09-16T14:40:56.286Zuploaded: /work/verify-libraries.log