01J8RQQ1RE3ZN2GG5Q0GS9NYGQ: 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: 01J8RQQQASWPM5JQH53S7BZDWN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-27T03:18:29.789Zjob assigned to worker 01J8RQQST76E5S86S3KYGB7X4R (queued for 55 s)
 
22024-09-27T03:18:36.655Zstarting task 0: "setup"
32024-09-27T03:18:36.663Z++ uname -s
42024-09-27T03:18:36.666Z+ kern=SunOS
52024-09-27T03:18:36.666Z+ case "$kern" in
62024-09-27T03:18:36.666Z+ groupadd -g 12345 build
72024-09-27T03:18:36.668Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-27T03:18:38.679Z+ zfs create -o mountpoint=/work rpool/work
92024-09-27T03:18:38.762Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-27T03:18:38.765Z+ home_fs=zfs
112024-09-27T03:18:38.765Z+ [[ zfs == autofs ]]
122024-09-27T03:18:38.765Z+ mkdir -p /home/build
132024-09-27T03:18:38.768Z+ chown build:build /home/build /work
142024-09-27T03:18:40.769Z+ chmod 0700 /home/build /work
152024-09-27T03:18:40.772Zprocess exited: duration 4118 ms, exit code 0
 
162024-09-27T03:18:40.778Zstarting task 1: "rust-toolchain"
172024-09-27T03:18:40.784Z+ printf ' * toolchain channel = "%s"
182024-09-27T03:18:40.784Z' 1.80.1
192024-09-27T03:18:40.784Z * toolchain channel = "1.80.1"
202024-09-27T03:18:40.784Z+ printf ' * toolchain profile = "%s"
212024-09-27T03:18:40.784Z * toolchain profile = "default"
222024-09-27T03:18:40.784Z' default
232024-09-27T03:18:40.789Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-27T03:18:40.789Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-27T03:18:40.933Zinfo: downloading installer
262024-09-27T03:18:42.496Zinfo: profile set to 'default'
272024-09-27T03:18:42.496Zinfo: default host triple is x86_64-unknown-illumos
282024-09-27T03:18:42.499Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-27T03:18:42.636Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-27T03:18:42.636Zinfo: downloading component 'cargo'
312024-09-27T03:18:43.310Zinfo: downloading component 'clippy'
322024-09-27T03:18:43.593Zinfo: downloading component 'rust-docs'
332024-09-27T03:18:44.517Zinfo: downloading component 'rust-std'
342024-09-27T03:18:45.827Zinfo: downloading component 'rustc'
352024-09-27T03:18:49.443Zinfo: downloading component 'rustfmt'
362024-09-27T03:18:49.640Zinfo: installing component 'cargo'
372024-09-27T03:18:50.490Zinfo: installing component 'clippy'
382024-09-27T03:18:50.864Zinfo: installing component 'rust-docs'
392024-09-27T03:18:52.508Zinfo: installing component 'rust-std'
402024-09-27T03:18:54.226Zinfo: installing component 'rustc'
412024-09-27T03:18:58.441Zinfo: installing component 'rustfmt'
422024-09-27T03:18:58.775Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-27T03:18:58.775Z
442024-09-27T03:18:59.778Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-27T03:18:59.778Z
462024-09-27T03:18:59.803Z
472024-09-27T03:18:59.803ZRust is installed now. Great!
482024-09-27T03:18:59.803Z
492024-09-27T03:18:59.803ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-27T03:18:59.803Zenvironment variable. This has not been done automatically.
512024-09-27T03:18:59.803Z
522024-09-27T03:18:59.803ZTo configure your current shell, you need to source
532024-09-27T03:18:59.803Zthe corresponding env file under $HOME/.cargo.
542024-09-27T03:18:59.803Z
552024-09-27T03:18:59.803ZThis is usually done by running one of the following (note the leading DOT):
562024-09-27T03:18:59.803Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-27T03:18:59.803Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-27T03:18:59.803Z+ rustc --version
592024-09-27T03:18:59.803Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-27T03:18:59.803Zprocess exited: duration 18359 ms, exit code 0
 
612024-09-27T03:18:59.817Zstarting task 2: "authentication"
622024-09-27T03:18:59.834Zprocess exited: duration 22 ms, exit code 0
 
632024-09-27T03:18:59.840Zstarting task 3: "clone repository"
642024-09-27T03:18:59.845Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-27T03:18:59.847Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-27T03:18:59.879ZCloning into '/work/oxidecomputer/omicron'...
672024-09-27T03:19:06.563Z+ cd /work/oxidecomputer/omicron
682024-09-27T03:19:06.566Z+ git fetch origin 0742018b3c4e94084818dde880b92e15f1ab0d29
692024-09-27T03:19:06.886ZFrom https://github.com/oxidecomputer/omicron
702024-09-27T03:19:06.887Z * branch 0742018b3c4e94084818dde880b92e15f1ab0d29 -> FETCH_HEAD
712024-09-27T03:19:06.897Z+ [[ -n hyper-v1 ]]
722024-09-27T03:19:06.900Z++ git branch --show-current
732024-09-27T03:19:06.903Z+ current=main
742024-09-27T03:19:06.903Z+ [[ main != hyper-v1 ]]
752024-09-27T03:19:06.903Z+ git branch -f hyper-v1 0742018b3c4e94084818dde880b92e15f1ab0d29
762024-09-27T03:19:06.906Z+ git checkout -f hyper-v1
772024-09-27T03:19:07.068ZSwitched to branch 'hyper-v1'
782024-09-27T03:19:07.070Z+ git reset --hard 0742018b3c4e94084818dde880b92e15f1ab0d29
792024-09-27T03:19:07.089ZHEAD is now at 0742018b3 switch to crucible and propolis main revs
802024-09-27T03:19:07.092Zprocess exited: duration 7248 ms, exit code 0
 
812024-09-27T03:19:07.099Zstarting task 4: "build"
822024-09-27T03:19:07.104Z+ cargo --version
832024-09-27T03:19:07.159Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-27T03:19:07.162Z+ rustc --version
852024-09-27T03:19:07.219Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-27T03:19:07.222Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-09-27T03:19:13.224Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-09-27T03:19:15.827Z Startup: Caching catalogs ... Done
892024-09-27T03:19:19.727ZPlanning: Solver setup ... Done (3.231s)
902024-09-27T03:19:19.779ZPlanning: Running solver ... Done (0.051s)
912024-09-27T03:19:19.836ZPlanning: Finding local manifests ... Done (0.005s)
922024-09-27T03:19:21.089ZPlanning: Fetching manifests: 0/5 0% complete
932024-09-27T03:19:26.122ZPlanning: Fetching manifests: 4/5 80% complete
942024-09-27T03:19:31.124ZPlanning: Fetching manifests: 4/5 80% complete
952024-09-27T03:19:33.813ZPlanning: Fetching manifests: 5/5 100% complete
962024-09-27T03:19:34.037ZPlanning: Package planning ... Done (0.224s)
972024-09-27T03:19:34.093ZPlanning: Merging actions ... Done (0.056s)
982024-09-27T03:19:34.295ZPlanning: Checking for conflicting actions ... Done (0.200s)
992024-09-27T03:19:36.247ZPlanning: Consolidating action changes ... Done (1.953s)
1002024-09-27T03:19:36.682ZPlanning: Evaluating mediators ... Done (0.435s)
1012024-09-27T03:19:36.761ZPlanning: Planning completed in 20.85 seconds
1022024-09-27T03:19:36.776Z Packages to install: 4
1032024-09-27T03:19:36.776Z Packages to update: 1
1042024-09-27T03:19:36.779Z Mediators to change: 2
1052024-09-27T03:19:36.779Z Services to change: 1
1062024-09-27T03:19:36.779Z Estimated space available: 155.71 GB
1072024-09-27T03:19:36.779ZEstimated space to be consumed: 1.55 GB
1082024-09-27T03:19:36.779Z Create boot environment: No
1092024-09-27T03:19:36.779ZCreate backup boot environment: Yes
1102024-09-27T03:19:36.779Z Rebuild boot archive: No
1112024-09-27T03:19:36.779Z
1122024-09-27T03:19:36.779ZChanged mediators:
1132024-09-27T03:19:36.779Z mediator clang:
1142024-09-27T03:19:36.780Z version: None -> 15 (system default)
1152024-09-27T03:19:36.780Z
1162024-09-27T03:19:36.780Z mediator llvm:
1172024-09-27T03:19:36.780Z version: 14 (system default) -> 15 (system default)
1182024-09-27T03:19:36.780Z
1192024-09-27T03:19:36.780ZChanged packages:
1202024-09-27T03:19:36.780Zhelios-dev
1212024-09-27T03:19:36.780Z developer/build-essential
1222024-09-27T03:19:36.780Z None -> 11-2.0
1232024-09-27T03:19:36.780Z library/libxmlsec1
1242024-09-27T03:19:36.780Z None -> 1.2.35-2.0
1252024-09-27T03:19:36.780Z ooce/developer/clang-15
1262024-09-27T03:19:36.780Z None -> 15.0.7-2.0
1272024-09-27T03:19:36.780Z ooce/developer/llvm-15
1282024-09-27T03:19:36.780Z None -> 15.0.7-2.0
1292024-09-27T03:19:36.780Z package/pkg
1302024-09-27T03:19:36.780Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1312024-09-27T03:19:36.780Z
1322024-09-27T03:19:36.780ZServices:
1332024-09-27T03:19:36.780Z restart_fmri:
1342024-09-27T03:19:36.780Z svc:/system/update-man-index:default
1352024-09-27T03:19:36.780Z
1362024-09-27T03:19:36.780ZEditable files to change:
1372024-09-27T03:19:36.780Z Update:
1382024-09-27T03:19:36.780Z usr/share/lib/pkg/web/config.shtml
1392024-09-27T03:19:36.857Z
1402024-09-27T03:19:36.857ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1412024-09-27T03:19:42.983ZDownload: 209/4281 items 1.3/220.6MB 0% complete (265k/s)
1422024-09-27T03:19:51.229ZDownload: 212/4281 items 1.3/220.6MB 0% complete (255k/s)
1432024-09-27T03:19:56.236ZDownload: 368/4281 items 16.3/220.6MB 7% complete (3.3M/s)
1442024-09-27T03:20:01.276ZDownload: 734/4281 items 18.0/220.6MB 8% complete (1.8M/s)
1452024-09-27T03:20:06.280ZDownload: 1113/4281 items 32.2/220.6MB 14% complete (1.5M/s)
1462024-09-27T03:20:18.191ZDownload: 1196/4281 items 83.3/220.6MB 37% complete (6.5M/s)
1472024-09-27T03:20:23.240ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (33.6k/s)
1482024-09-27T03:20:28.601ZDownload: 1626/4281 items 117.7/220.6MB 53% complete (4.0M/s)
1492024-09-27T03:20:33.262ZDownload: 2154/4281 items 119.0/220.6MB 53% complete (3.6M/s)
1502024-09-27T03:20:38.316ZDownload: 2215/4281 items 119.2/220.6MB 54% complete (1.5M/s)
1512024-09-27T03:20:43.812ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (1.2M/s)
1522024-09-27T03:20:48.855ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (1.1M/s)
1532024-09-27T03:20:53.859ZDownload: 3130/4281 items 140.7/220.6MB 63% complete (2.5M/s)
1542024-09-27T03:21:01.975ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (9.0M/s)
1552024-09-27T03:21:05.313ZDownload: Completed 220.60 MB in 88.44 seconds (2.5M/s)
1562024-09-27T03:21:07.424Z Actions: 1/5063 actions (Removing old actions)
1572024-09-27T03:21:07.464Z Actions: 194/5063 actions (Installing new actions)
1582024-09-27T03:21:12.117Z Actions: 4226/5063 actions (Updating modified actions)
1592024-09-27T03:21:12.431Z Actions: Completed 5063 actions in 5.01 seconds.
1602024-09-27T03:21:12.754Z Done (0.315s)
1612024-09-27T03:21:12.758Z Done (0.000s)
1622024-09-27T03:21:13.188Z Done (0.431s)
1632024-09-27T03:21:17.496Z Done (4.124s)
1642024-09-27T03:21:17.582Z Done (0.017s)
1652024-09-27T03:21:17.587Z Done (0.000s)
1662024-09-27T03:21:17.736Z Done (0.000s)
1672024-09-27T03:21:18.341ZPlanning: Evaluating mediator changes ... Done
1682024-09-27T03:21:18.502ZPlanning: Checking for conflicting actions ... Done
1692024-09-27T03:21:18.504ZPlanning: Consolidating action changes ... Done
1702024-09-27T03:21:18.771ZPlanning: Evaluating mediators ... Done
1712024-09-27T03:21:18.775ZPlanning: Planning completed in 0.43 seconds
1722024-09-27T03:21:18.816Z Mediators to change: 2
1732024-09-27T03:21:18.820Z Create boot environment: No
1742024-09-27T03:21:18.820ZCreate backup boot environment: No
1752024-09-27T03:21:18.886Z Done
1762024-09-27T03:21:18.886Z Done
1772024-09-27T03:21:19.155Z Done
1782024-09-27T03:21:22.749Z Done
1792024-09-27T03:21:22.839Z Done
1802024-09-27T03:21:22.843Z Done
1812024-09-27T03:21:22.936Z Done
1822024-09-27T03:21:23.569ZPlanning: Evaluating mediator changes ... Done
1832024-09-27T03:21:23.574ZPlanning: Merging actions ... Done
1842024-09-27T03:21:23.757ZPlanning: Checking for conflicting actions ... Done
1852024-09-27T03:21:23.771ZPlanning: Consolidating action changes ... Done
1862024-09-27T03:21:24.028ZPlanning: Evaluating mediators ... Done
1872024-09-27T03:21:24.083ZPlanning: Planning completed in 0.76 seconds
1882024-09-27T03:21:24.124Z Packages to change: 1
1892024-09-27T03:21:24.124Z Mediators to change: 1
1902024-09-27T03:21:24.127Z Services to change: 1
1912024-09-27T03:21:24.127Z Create boot environment: No
1922024-09-27T03:21:24.127ZCreate backup boot environment: Yes
1932024-09-27T03:21:26.281Z Actions: 1/6 actions (Updating modified actions)
1942024-09-27T03:21:26.303Z Actions: Completed 6 actions in 0.00 seconds.
1952024-09-27T03:21:26.304Z Done
1962024-09-27T03:21:26.304Z Done
1972024-09-27T03:21:26.374Z Done
1982024-09-27T03:21:29.991Z Done
1992024-09-27T03:21:30.084Z Done
2002024-09-27T03:21:30.087Z Done
2012024-09-27T03:21:30.204Z Done
2022024-09-27T03:21:30.640ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-09-27T03:21:30.640Zclang system 15 system
2042024-09-27T03:21:30.640Zcsh system system illumos
2052024-09-27T03:21:30.640Zctags system system illumos
2062024-09-27T03:21:30.640Zgcc vendor 12 vendor
2072024-09-27T03:21:30.640Zgcc system 10 system
2082024-09-27T03:21:30.640Zgcc system 7 system
2092024-09-27T03:21:30.640Zgo system 1.20 system
2102024-09-27T03:21:30.640Zgo system 1.19 system
2112024-09-27T03:21:30.640Zllvm system 15 system
2122024-09-27T03:21:30.640Zllvm system 14 system
2132024-09-27T03:21:30.640Zmariadb system 10.6 system
2142024-09-27T03:21:30.640Zmta vendor vendor dma
2152024-09-27T03:21:30.640Zopenjdk system 17 system
2162024-09-27T03:21:30.640Zopenjdk system 11 system
2172024-09-27T03:21:30.640Zopenjdk system 1.8 system
2182024-09-27T03:21:30.640Zopenssl vendor 3 vendor
2192024-09-27T03:21:30.641Zperl system 5.36 system
2202024-09-27T03:21:30.641Zpostgresql system 15 system
2212024-09-27T03:21:30.641Zpostgresql system 13 system
2222024-09-27T03:21:30.641Zpython vendor 3 vendor
2232024-09-27T03:21:30.641Zpython system 2 system
2242024-09-27T03:21:30.641Zpython3 system 3.11 system
2252024-09-27T03:21:30.641Zruby system 3.0 system
2262024-09-27T03:21:30.641Zwords vendor vendor american-english
2272024-09-27T03:21:30.641Zwords system system australian-english
2282024-09-27T03:21:30.641Zwords system system british-english
2292024-09-27T03:21:30.641Zwords system system canadian-english
2302024-09-27T03:21:30.641Zwords system system french
2312024-09-27T03:21:30.641Zwords system system italian
2322024-09-27T03:21:30.641Zwords system system ngerman
2332024-09-27T03:21:30.641Zwords system system ogerman
2342024-09-27T03:21:30.641Zwords system system spanish
2352024-09-27T03:21:30.972ZPUBLISHER TYPE STATUS P LOCATION
2362024-09-27T03:21:30.972Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-09-27T03:21:32.953ZFMRI IFO
2382024-09-27T03:21:32.953Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-09-27T03:21:32.953Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-09-27T03:21:32.953Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-09-27T03:21:32.953Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-09-27T03:21:32.953Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-09-27T03:21:32.953Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-09-27T03:21:32.953Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2452024-09-27T03:21:32.953Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2462024-09-27T03:21:32.953Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472024-09-27T03:21:32.953Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2482024-09-27T03:21:32.953Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2492024-09-27T03:21:32.953Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2502024-09-27T03:21:32.953Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512024-09-27T03:21:33.612Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2522024-09-27T03:21:33.894Z Updating crates.io index
2532024-09-27T03:21:33.899Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542024-09-27T03:21:34.696Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2552024-09-27T03:21:34.935Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2562024-09-27T03:21:35.179Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2572024-09-27T03:21:35.452Z Updating git repository `https://github.com/oxidecomputer/propolis`
2582024-09-27T03:21:36.597Z Updating git repository `https://github.com/oxidecomputer/crucible`
2592024-09-27T03:21:38.740Z Updating git repository `https://github.com/oxidecomputer/opte`
2602024-09-27T03:21:39.715Z Updating git repository `https://github.com/oxidecomputer/falcon`
2612024-09-27T03:21:40.583Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-09-27T03:21:40.849Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632024-09-27T03:21:41.105Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642024-09-27T03:21:41.683Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2652024-09-27T03:21:41.941Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2662024-09-27T03:21:42.274Z Updating git repository `https://github.com/oxidecomputer/qorb`
2672024-09-27T03:21:42.601Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682024-09-27T03:21:42.924Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692024-09-27T03:21:43.223Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2702024-09-27T03:21:43.468Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2712024-09-27T03:21:43.706Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2722024-09-27T03:21:43.992Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2732024-09-27T03:21:44.280Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742024-09-27T03:21:44.622Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-09-27T03:21:46.128Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2762024-09-27T03:21:46.392Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772024-09-27T03:21:46.840Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782024-09-27T03:21:47.148Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792024-09-27T03:21:47.565Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802024-09-27T03:21:47.963Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812024-09-27T03:21:48.246Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822024-09-27T03:21:48.480Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832024-09-27T03:21:48.824Z Updating git repository `https://github.com/oxidecomputer/typify`
2842024-09-27T03:21:51.753Z Downloading crates ...
2852024-09-27T03:21:51.818Z Downloaded cargo-platform v0.1.8
2862024-09-27T03:21:51.823Z Downloaded bytecount v0.6.8
2872024-09-27T03:21:51.826Z Downloaded cargo_toml v0.20.5
2882024-09-27T03:21:51.828Z Downloaded anstream v0.6.14
2892024-09-27T03:21:51.831Z Downloaded pretty-hex v0.4.1
2902024-09-27T03:21:51.833Z Downloaded clap_derive v4.5.18
2912024-09-27T03:21:51.835Z Downloaded scroll_derive v0.12.0
2922024-09-27T03:21:51.835Z Downloaded equivalent v1.0.1
2932024-09-27T03:21:51.837Z Downloaded is_terminal_polyfill v1.70.0
2942024-09-27T03:21:51.844Z Downloaded swrite v0.1.0
2952024-09-27T03:21:51.849Z Downloaded bitflags v2.6.0
2962024-09-27T03:21:51.854Z Downloaded usdt-attr-macro v0.5.0
2972024-09-27T03:21:51.863Z Downloaded fastrand v2.1.0
2982024-09-27T03:21:51.863Z Downloaded camino v1.1.9
2992024-09-27T03:21:51.863Z Downloaded fs-err v2.11.0
3002024-09-27T03:21:51.863Z Downloaded toml_datetime v0.6.8
3012024-09-27T03:21:51.863Z Downloaded proc-macro-error-attr v1.0.4
3022024-09-27T03:21:51.863Z Downloaded heck v0.4.1
3032024-09-27T03:21:51.866Z Downloaded usdt-macro v0.5.0
3042024-09-27T03:21:51.866Z Downloaded crypto-common v0.1.6
3052024-09-27T03:21:51.866Z Downloaded cpufeatures v0.2.12
3062024-09-27T03:21:51.868Z Downloaded thiserror v1.0.64
3072024-09-27T03:21:51.872Z Downloaded serde_tokenstream v0.2.2
3082024-09-27T03:21:51.874Z Downloaded thread-id v4.2.1
3092024-09-27T03:21:51.877Z Downloaded anstyle-parse v0.2.4
3102024-09-27T03:21:51.877Z Downloaded smawk v0.3.2
3112024-09-27T03:21:51.879Z Downloaded memmap v0.7.0
3122024-09-27T03:21:51.881Z Downloaded quote v1.0.37
3132024-09-27T03:21:51.884Z Downloaded tabled_derive v0.7.0
3142024-09-27T03:21:51.884Z Downloaded macaddr v1.0.1
3152024-09-27T03:21:51.886Z Downloaded version_check v0.9.5
3162024-09-27T03:21:51.886Z Downloaded dof v0.3.0
3172024-09-27T03:21:51.893Z Downloaded pest_derive v2.7.10
3182024-09-27T03:21:51.896Z Downloaded clap_lex v0.7.0
3192024-09-27T03:21:51.902Z Downloaded tempfile v3.10.1
3202024-09-27T03:21:51.905Z Downloaded cfg-if v1.0.0
3212024-09-27T03:21:51.908Z Downloaded cargo_metadata v0.18.1
3222024-09-27T03:21:51.912Z Downloaded byteorder v1.5.0
3232024-09-27T03:21:51.912Z Downloaded block-buffer v0.10.4
3242024-09-27T03:21:51.912Z Downloaded autocfg v1.3.0
3252024-09-27T03:21:51.916Z Downloaded typenum v1.17.0
3262024-09-27T03:21:51.916Z Downloaded anstyle-query v1.0.3
3272024-09-27T03:21:51.918Z Downloaded unicode-ident v1.0.13
3282024-09-27T03:21:51.918Z Downloaded textwrap v0.16.1
3292024-09-27T03:21:51.921Z Downloaded clap v4.5.18
3302024-09-27T03:21:51.930Z Downloaded ryu v1.0.18
3312024-09-27T03:21:51.933Z Downloaded colorchoice v1.0.1
3322024-09-27T03:21:51.935Z Downloaded heck v0.5.0
3332024-09-27T03:21:51.935Z Downloaded camino-tempfile v1.1.1
3342024-09-27T03:21:51.938Z Downloaded pest_meta v2.7.10
3352024-09-27T03:21:51.940Z Downloaded anstyle v1.0.8
3362024-09-27T03:21:51.943Z Downloaded papergrid v0.11.0
3372024-09-27T03:21:51.945Z Downloaded anyhow v1.0.89
3382024-09-27T03:21:51.949Z Downloaded dtrace-parser v0.2.0
3392024-09-27T03:21:51.952Z Downloaded pest_generator v2.7.10
3402024-09-27T03:21:51.952Z Downloaded generic-array v0.14.7
3412024-09-27T03:21:51.954Z Downloaded fnv v1.0.7
3422024-09-27T03:21:51.954Z Downloaded errno v0.3.9
3432024-09-27T03:21:51.957Z Downloaded usdt v0.5.0
3442024-09-27T03:21:51.957Z Downloaded digest v0.10.7
3452024-09-27T03:21:51.962Z Downloaded strsim v0.11.1
3462024-09-27T03:21:51.965Z Downloaded utf8parse v0.2.1
3472024-09-27T03:21:51.967Z Downloaded thiserror-impl v1.0.64
3482024-09-27T03:21:51.969Z Downloaded plain v0.2.3
3492024-09-27T03:21:51.969Z Downloaded itoa v1.0.11
3502024-09-27T03:21:51.971Z Downloaded serde v1.0.210
3512024-09-27T03:21:51.974Z Downloaded unicode-linebreak v0.1.5
3522024-09-27T03:21:51.977Z Downloaded terminal_size v0.3.0
3532024-09-27T03:21:51.979Z Downloaded serde_spanned v0.6.7
3542024-09-27T03:21:51.987Z Downloaded sha2 v0.10.8
3552024-09-27T03:21:51.989Z Downloaded once_cell v1.19.0
3562024-09-27T03:21:52.003Z Downloaded scroll v0.12.0
3572024-09-27T03:21:52.006Z Downloaded proc-macro-error v1.0.4
3582024-09-27T03:21:52.006Z Downloaded zerocopy-derive v0.7.34
3592024-09-27T03:21:52.006Z Downloaded usdt-impl v0.5.0
3602024-09-27T03:21:52.009Z Downloaded ucd-trie v0.1.6
3612024-09-27T03:21:52.009Z Downloaded semver v1.0.23
3622024-09-27T03:21:52.012Z Downloaded proc-macro2 v1.0.86
3632024-09-27T03:21:52.015Z Downloaded log v0.4.22
3642024-09-27T03:21:52.017Z Downloaded toml v0.8.19
3652024-09-27T03:21:52.025Z Downloaded serde_derive v1.0.210
3662024-09-27T03:21:52.042Z Downloaded indexmap v2.5.0
3672024-09-27T03:21:52.050Z Downloaded memchr v2.7.2
3682024-09-27T03:21:52.082Z Downloaded zerocopy v0.7.34
3692024-09-27T03:21:52.099Z Downloaded serde_json v1.0.128
3702024-09-27T03:21:52.106Z Downloaded toml_edit v0.22.22
3712024-09-27T03:21:52.127Z Downloaded hashbrown v0.14.5
3722024-09-27T03:21:52.131Z Downloaded winnow v0.6.18
3732024-09-27T03:21:52.140Z Downloaded pest v2.7.10
3742024-09-27T03:21:52.145Z Downloaded tabled v0.15.0
3752024-09-27T03:21:52.160Z Downloaded clap_builder v4.5.18
3762024-09-27T03:21:52.168Z Downloaded syn v2.0.77
3772024-09-27T03:21:52.177Z Downloaded syn v1.0.109
3782024-09-27T03:21:52.364Z Downloaded goblin v0.8.2
3792024-09-27T03:21:52.369Z Downloaded rustix v0.38.34
3802024-09-27T03:21:52.369Z Downloaded unicode-width v0.1.13
3812024-09-27T03:21:52.369Z Downloaded libc v0.2.159
3822024-09-27T03:21:52.550Z Compiling proc-macro2 v1.0.86
3832024-09-27T03:21:52.550Z Compiling unicode-ident v1.0.13
3842024-09-27T03:21:52.553Z Compiling version_check v0.9.5
3852024-09-27T03:21:52.553Z Compiling serde v1.0.210
3862024-09-27T03:21:52.553Z Compiling thiserror v1.0.64
3872024-09-27T03:21:52.553Z Compiling memchr v2.7.2
3882024-09-27T03:21:52.553Z Compiling libc v0.2.159
3892024-09-27T03:21:52.587Z Compiling itoa v1.0.11
3902024-09-27T03:21:52.906Z Compiling ryu v1.0.18
3912024-09-27T03:21:52.930Z Compiling ucd-trie v0.1.6
3922024-09-27T03:21:53.244Z Compiling once_cell v1.19.0
3932024-09-27T03:21:53.413Z Compiling byteorder v1.5.0
3942024-09-27T03:21:53.476Z Compiling serde_json v1.0.128
3952024-09-27T03:21:53.703Z Compiling rustix v0.38.34
3962024-09-27T03:21:53.854Z Compiling bitflags v2.6.0
3972024-09-27T03:21:53.979Z Compiling proc-macro-error-attr v1.0.4
3982024-09-27T03:21:54.215Z Compiling quote v1.0.37
3992024-09-27T03:21:54.304Z Compiling usdt-impl v0.5.0
4002024-09-27T03:21:54.355Z Compiling syn v1.0.109
4012024-09-27T03:21:54.430Z Compiling proc-macro-error v1.0.4
4022024-09-27T03:21:54.591Z Compiling syn v2.0.77
4032024-09-27T03:21:54.728Z Compiling errno v0.3.9
4042024-09-27T03:21:54.802Z Compiling plain v0.2.3
4052024-09-27T03:21:54.959Z Compiling utf8parse v0.2.1
4062024-09-27T03:21:54.984Z Compiling hashbrown v0.14.5
4072024-09-27T03:21:54.986Z Compiling log v0.4.22
4082024-09-27T03:21:55.094Z Compiling thread-id v4.2.1
4092024-09-27T03:21:55.121Z Compiling camino v1.1.9
4102024-09-27T03:21:55.201Z Compiling equivalent v1.0.1
4112024-09-27T03:21:55.323Z Compiling anstyle-parse v0.2.4
4122024-09-27T03:21:55.684Z Compiling autocfg v1.3.0
4132024-09-27T03:21:55.925Z Compiling pretty-hex v0.4.1
4142024-09-27T03:21:55.951Z Compiling semver v1.0.23
4152024-09-27T03:21:56.135Z Compiling anstyle v1.0.8
4162024-09-27T03:21:56.175Z Compiling anstyle-query v1.0.3
4172024-09-27T03:21:56.321Z Compiling indexmap v2.5.0
4182024-09-27T03:21:56.434Z Compiling is_terminal_polyfill v1.70.0
4192024-09-27T03:21:56.549Z Compiling unicode-width v0.1.13
4202024-09-27T03:21:56.625Z Compiling colorchoice v1.0.1
4212024-09-27T03:21:56.651Z Compiling winnow v0.6.18
4222024-09-27T03:21:56.710Z Compiling fs-err v2.11.0
4232024-09-27T03:21:56.794Z Compiling anstream v0.6.14
4242024-09-27T03:21:57.025Z Compiling terminal_size v0.3.0
4252024-09-27T03:21:57.184Z Compiling anyhow v1.0.89
4262024-09-27T03:21:57.223Z Compiling heck v0.4.1
4272024-09-27T03:21:57.572Z Compiling fnv v1.0.7
4282024-09-27T03:21:57.712Z Compiling cfg-if v1.0.0
4292024-09-27T03:21:57.712Z Compiling fastrand v2.1.0
4302024-09-27T03:21:57.757Z Compiling heck v0.5.0
4312024-09-27T03:21:57.786Z Compiling strsim v0.11.1
4322024-09-27T03:21:57.812Z Compiling clap_lex v0.7.0
4332024-09-27T03:21:57.822Z Compiling bytecount v0.6.8
4342024-09-27T03:21:58.059Z Compiling tempfile v3.10.1
4352024-09-27T03:21:58.307Z Compiling clap_builder v4.5.18
4362024-09-27T03:21:58.351Z Compiling papergrid v0.11.0
4372024-09-27T03:21:58.917Z Compiling memmap v0.7.0
4382024-09-27T03:21:58.974Z Compiling smawk v0.3.2
4392024-09-27T03:21:59.037Z Compiling unicode-linebreak v0.1.5
4402024-09-27T03:21:59.523Z Compiling textwrap v0.16.1
4412024-09-27T03:21:59.784Z Compiling swrite v0.1.0
4422024-09-27T03:22:01.120Z Compiling tabled_derive v0.7.0
4432024-09-27T03:22:02.794Z Compiling tabled v0.15.0
4442024-09-27T03:22:03.463Z Compiling serde_derive v1.0.210
4452024-09-27T03:22:03.464Z Compiling thiserror-impl v1.0.64
4462024-09-27T03:22:03.466Z Compiling zerocopy-derive v0.7.34
4472024-09-27T03:22:03.512Z Compiling scroll_derive v0.12.0
4482024-09-27T03:22:03.535Z Compiling clap_derive v4.5.18
4492024-09-27T03:22:05.071Z Compiling scroll v0.12.0
4502024-09-27T03:22:05.580Z Compiling goblin v0.8.2
4512024-09-27T03:22:05.632Z Compiling zerocopy v0.7.34
4522024-09-27T03:22:05.989Z Compiling pest v2.7.10
4532024-09-27T03:22:07.168Z Compiling clap v4.5.18
4542024-09-27T03:22:08.275Z Compiling pest_meta v2.7.10
4552024-09-27T03:22:09.134Z Compiling pest_generator v2.7.10
4562024-09-27T03:22:10.853Z Compiling pest_derive v2.7.10
4572024-09-27T03:22:11.547Z Compiling dtrace-parser v0.2.0
4582024-09-27T03:22:13.690Z Compiling serde_tokenstream v0.2.2
4592024-09-27T03:22:13.732Z Compiling toml_datetime v0.6.8
4602024-09-27T03:22:13.735Z Compiling serde_spanned v0.6.7
4612024-09-27T03:22:14.033Z Compiling toml_edit v0.22.22
4622024-09-27T03:22:14.065Z Compiling cargo-platform v0.1.8
4632024-09-27T03:22:14.262Z Compiling macaddr v1.0.1
4642024-09-27T03:22:14.396Z Compiling camino-tempfile v1.1.1
4652024-09-27T03:22:15.111Z Compiling dof v0.3.0
4662024-09-27T03:22:15.161Z Compiling cargo_metadata v0.18.1
4672024-09-27T03:22:16.849Z Compiling usdt-macro v0.5.0
4682024-09-27T03:22:16.849Z Compiling usdt-attr-macro v0.5.0
4692024-09-27T03:22:17.000Z Compiling toml v0.8.19
4702024-09-27T03:22:17.830Z Compiling cargo_toml v0.20.5
4712024-09-27T03:22:18.296Z Compiling usdt v0.5.0
4722024-09-27T03:22:21.739Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4732024-09-27T03:22:26.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s
4742024-09-27T03:22:26.300Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4752024-09-27T03:22:26.894Z Downloading crates ...
4762024-09-27T03:22:27.021Z Downloaded async-stream-impl v0.3.5
4772024-09-27T03:22:27.039Z Downloaded async-recursion v1.1.1
4782024-09-27T03:22:27.039Z Downloaded adler v1.0.2
4792024-09-27T03:22:27.039Z Downloaded atomic-waker v1.1.2
4802024-09-27T03:22:27.055Z Downloaded assert_matches v1.5.0
4812024-09-27T03:22:27.055Z Downloaded arrayvec v0.7.4
4822024-09-27T03:22:27.055Z Downloaded array-init v0.0.4
4832024-09-27T03:22:27.055Z Downloaded adler2 v2.0.0
4842024-09-27T03:22:27.055Z Downloaded atomicwrites v0.4.4
4852024-09-27T03:22:27.055Z Downloaded cfg_aliases v0.2.1
4862024-09-27T03:22:27.055Z Downloaded crunchy v0.2.2
4872024-09-27T03:22:27.055Z Downloaded crucible-workspace-hack v0.1.0
4882024-09-27T03:22:27.055Z Downloaded debug-ignore v1.0.5
4892024-09-27T03:22:27.059Z Downloaded ciborium-io v0.2.2
4902024-09-27T03:22:27.059Z Downloaded match_cfg v0.1.0
4912024-09-27T03:22:27.059Z Downloaded http-range v0.1.5
4922024-09-27T03:22:27.059Z Downloaded md5 v0.7.0
4932024-09-27T03:22:27.059Z Downloaded ahash v0.8.11
4942024-09-27T03:22:27.062Z Downloaded instant v0.1.12
4952024-09-27T03:22:27.065Z Downloaded arrayref v0.3.7
4962024-09-27T03:22:27.067Z Downloaded ident_case v1.0.1
4972024-09-27T03:22:27.070Z Downloaded ascii-canvas v3.0.0
4982024-09-27T03:22:27.070Z Downloaded aead v0.5.2
4992024-09-27T03:22:27.073Z Downloaded new_debug_unreachable v1.0.6
5002024-09-27T03:22:27.073Z Downloaded cassowary v0.3.0
5012024-09-27T03:22:27.076Z Downloaded cobs v0.2.3
5022024-09-27T03:22:27.078Z Downloaded cipher v0.4.4
5032024-09-27T03:22:27.078Z Downloaded httpdate v1.0.3
5042024-09-27T03:22:27.081Z Downloaded constant_time_eq v0.3.0
5052024-09-27T03:22:27.081Z Downloaded maybe-uninit v2.0.0
5062024-09-27T03:22:27.084Z Downloaded inout v0.1.3
5072024-09-27T03:22:27.087Z Downloaded managed v0.8.0
5082024-09-27T03:22:27.087Z Downloaded data-encoding v2.6.0
5092024-09-27T03:22:27.090Z Downloaded bitfield-struct v0.6.1
5102024-09-27T03:22:27.090Z Downloaded bcrypt-pbkdf v0.10.0
5112024-09-27T03:22:27.090Z Downloaded lru-cache v0.1.2
5122024-09-27T03:22:27.093Z Downloaded nibble_vec v0.1.0
5132024-09-27T03:22:27.095Z Downloaded allocator-api2 v0.2.18
5142024-09-27T03:22:27.098Z Downloaded highway v1.2.0
5152024-09-27T03:22:27.101Z Downloaded lazy_static v1.5.0
5162024-09-27T03:22:27.103Z Downloaded nanorand v0.7.0
5172024-09-27T03:22:27.105Z Downloaded cfg_aliases v0.1.1
5182024-09-27T03:22:27.105Z Downloaded newtype-uuid v1.1.0
5192024-09-27T03:22:27.107Z Downloaded hickory-resolver v0.24.1
5202024-09-27T03:22:27.111Z Downloaded linear-map v1.2.0
5212024-09-27T03:22:27.115Z Downloaded libloading v0.8.3
5222024-09-27T03:22:27.118Z Downloaded home v0.5.9
5232024-09-27T03:22:27.118Z Downloaded cstr-argument v0.1.2
5242024-09-27T03:22:27.120Z Downloaded indoc v1.0.9
5252024-09-27T03:22:27.123Z Downloaded hyper-staticfile v0.10.1
5262024-09-27T03:22:27.123Z Downloaded is_ci v1.2.0
5272024-09-27T03:22:27.125Z Downloaded darling_macro v0.20.9
5282024-09-27T03:22:27.125Z Downloaded http-body v1.0.0
5292024-09-27T03:22:27.128Z Downloaded mime_guess v2.0.4
5302024-09-27T03:22:27.131Z Downloaded crc v3.2.1
5312024-09-27T03:22:27.134Z Downloaded backoff v0.4.0
5322024-09-27T03:22:27.134Z Downloaded cbc v0.1.2
5332024-09-27T03:22:27.136Z Downloaded matches v0.1.10
5342024-09-27T03:22:27.139Z Downloaded is-terminal v0.4.12
5352024-09-27T03:22:27.139Z Downloaded instability v0.3.2
5362024-09-27T03:22:27.141Z Downloaded base64ct v1.6.0
5372024-09-27T03:22:27.144Z Downloaded newtype_derive v0.1.6
5382024-09-27T03:22:27.144Z Downloaded crossbeam-epoch v0.9.18
5392024-09-27T03:22:27.147Z Downloaded newline-converter v0.3.0
5402024-09-27T03:22:27.150Z Downloaded humantime v2.1.0
5412024-09-27T03:22:27.150Z Downloaded hostname v0.3.1
5422024-09-27T03:22:27.153Z Downloaded rand_core v0.6.4
5432024-09-27T03:22:27.153Z Downloaded console v0.15.8
5442024-09-27T03:22:27.156Z Downloaded async-trait v0.1.83
5452024-09-27T03:22:27.160Z Downloaded rustc-hash v1.1.0
5462024-09-27T03:22:27.162Z Downloaded bit-set v0.5.3
5472024-09-27T03:22:27.164Z Downloaded mockall_derive v0.13.0
5482024-09-27T03:22:27.166Z Downloaded colored v2.1.0
5492024-09-27T03:22:27.168Z Downloaded secrecy v0.8.0
5502024-09-27T03:22:27.171Z Downloaded md-5 v0.10.6
5512024-09-27T03:22:27.173Z Downloaded libsw v3.3.1
5522024-09-27T03:22:27.173Z Downloaded lalrpop-util v0.19.12
5532024-09-27T03:22:27.176Z Downloaded const_format_proc_macros v0.2.33
5542024-09-27T03:22:27.181Z Downloaded miniz_oxide v0.7.2
5552024-09-27T03:22:27.188Z Downloaded display-error-chain v0.2.1
5562024-09-27T03:22:27.188Z Downloaded ipnetwork v0.20.0
5572024-09-27T03:22:27.188Z Downloaded sync_wrapper v1.0.1
5582024-09-27T03:22:27.188Z Downloaded sync_wrapper v0.1.2
5592024-09-27T03:22:27.190Z Downloaded mockall v0.13.0
5602024-09-27T03:22:27.190Z Downloaded lru v0.12.3
5612024-09-27T03:22:27.191Z Downloaded maplit v1.0.2
5622024-09-27T03:22:27.191Z Downloaded linked-hash-map v0.5.6
5632024-09-27T03:22:27.191Z Downloaded enum-as-inner v0.5.1
5642024-09-27T03:22:27.193Z Downloaded foreign-types-macros v0.2.3
5652024-09-27T03:22:27.195Z Downloaded foreign-types v0.5.0
5662024-09-27T03:22:27.195Z Downloaded downcast v0.11.0
5672024-09-27T03:22:27.198Z Downloaded rustls-pemfile v1.0.4
5682024-09-27T03:22:27.200Z Downloaded castaway v0.2.3
5692024-09-27T03:22:27.200Z Downloaded iana-time-zone v0.1.60
5702024-09-27T03:22:27.202Z Downloaded addr2line v0.21.0
5712024-09-27T03:22:27.206Z Downloaded derive_builder_macro v0.20.0
5722024-09-27T03:22:27.209Z Downloaded jobserver v0.1.32
5732024-09-27T03:22:27.209Z Downloaded headers-core v0.3.0
5742024-09-27T03:22:27.212Z Downloaded indicatif v0.17.8
5752024-09-27T03:22:27.215Z Downloaded want v0.3.1
5762024-09-27T03:22:27.215Z Downloaded signature v2.2.0
5772024-09-27T03:22:27.218Z Downloaded sha1 v0.10.6
5782024-09-27T03:22:27.221Z Downloaded slog-json v2.6.1
5792024-09-27T03:22:27.221Z Downloaded hickory-server v0.24.1
5802024-09-27T03:22:27.226Z Downloaded tokio-native-tls v0.3.1
5812024-09-27T03:22:27.229Z Downloaded endian-type v0.1.2
5822024-09-27T03:22:27.232Z Downloaded cancel-safe-futures v0.1.5
5832024-09-27T03:22:27.235Z Downloaded serde_plain v1.0.2
5842024-09-27T03:22:27.237Z Downloaded multer v3.1.0
5852024-09-27T03:22:27.237Z Downloaded crc32fast v1.4.0
5862024-09-27T03:22:27.240Z Downloaded env_filter v0.1.2
5872024-09-27T03:22:27.242Z Downloaded enum-as-inner v0.6.0
5882024-09-27T03:22:27.244Z Downloaded num-conv v0.1.0
5892024-09-27T03:22:27.244Z Downloaded futures-macro v0.3.30
5902024-09-27T03:22:27.247Z Downloaded spki v0.7.3
5912024-09-27T03:22:27.249Z Downloaded bzip2 v0.4.4
5922024-09-27T03:22:27.249Z Downloaded block-padding v0.3.3
5932024-09-27T03:22:27.252Z Downloaded schemars_derive v0.8.21
5942024-09-27T03:22:27.255Z Downloaded universal-hash v0.5.1
5952024-09-27T03:22:27.255Z Downloaded thread_local v1.1.8
5962024-09-27T03:22:27.255Z Downloaded supports-color v3.0.1
5972024-09-27T03:22:27.257Z Downloaded hash32 v0.3.1
5982024-09-27T03:22:27.260Z Downloaded cookie_store v0.21.0
5992024-09-27T03:22:27.262Z Downloaded futures-sink v0.3.30
6002024-09-27T03:22:27.262Z Downloaded chacha20poly1305 v0.10.1
6012024-09-27T03:22:27.265Z Downloaded bytes v1.7.2
6022024-09-27T03:22:27.268Z Downloaded stringprep v0.1.4
6032024-09-27T03:22:27.270Z Downloaded darling v0.20.9
6042024-09-27T03:22:27.273Z Downloaded num-integer v0.1.46
6052024-09-27T03:22:27.275Z Downloaded bcs v0.1.6
6062024-09-27T03:22:27.278Z Downloaded toolchain_find v0.4.0
6072024-09-27T03:22:27.280Z Downloaded bb8 v0.8.5
6082024-09-27T03:22:27.280Z Downloaded dirs-sys-next v0.1.2
6092024-09-27T03:22:27.285Z Downloaded xattr v1.3.1
6102024-09-27T03:22:27.285Z Downloaded parse-display-derive v0.10.0
6112024-09-27T03:22:27.287Z Downloaded phf v0.11.2
6122024-09-27T03:22:27.287Z Downloaded compact_str v0.8.0
6132024-09-27T03:22:27.290Z Downloaded arc-swap v1.7.1
6142024-09-27T03:22:27.294Z Downloaded dhcproto-macros v0.1.0
6152024-09-27T03:22:27.297Z Downloaded hyper-util v0.1.9
6162024-09-27T03:22:27.299Z Downloaded native-tls v0.2.11
6172024-09-27T03:22:27.302Z Downloaded hex-literal v0.4.1
6182024-09-27T03:22:27.304Z Downloaded blake2 v0.10.6
6192024-09-27T03:22:27.306Z Downloaded group v0.13.0
6202024-09-27T03:22:27.308Z Downloaded rustc-hash v2.0.0
6212024-09-27T03:22:27.311Z Downloaded string_cache v0.8.7
6222024-09-27T03:22:27.313Z Downloaded spin v0.9.8
6232024-09-27T03:22:27.315Z Downloaded num-derive v0.4.2
6242024-09-27T03:22:27.316Z Downloaded normalize-line-endings v0.3.0
6252024-09-27T03:22:27.318Z Downloaded csv-core v0.1.11
6262024-09-27T03:22:27.318Z Downloaded quick-error v1.2.3
6272024-09-27T03:22:27.321Z Downloaded rustc_version v0.4.0
6282024-09-27T03:22:27.323Z Downloaded slog-async v2.8.0
6292024-09-27T03:22:27.323Z Downloaded slab v0.4.9
6302024-09-27T03:22:27.326Z Downloaded hickory-client v0.24.1
6312024-09-27T03:22:27.329Z Downloaded crypto-bigint v0.5.5
6322024-09-27T03:22:27.335Z Downloaded number_prefix v0.4.0
6332024-09-27T03:22:27.337Z Downloaded pretty-hex v0.2.1
6342024-09-27T03:22:27.339Z Downloaded rtoolbox v0.0.2
6352024-09-27T03:22:27.339Z Downloaded rand_seeder v0.3.0
6362024-09-27T03:22:27.343Z Downloaded scheduled-thread-pool v0.2.7
6372024-09-27T03:22:27.345Z Downloaded rand_chacha v0.3.1
6382024-09-27T03:22:27.345Z Downloaded derive_builder v0.20.0
6392024-09-27T03:22:27.349Z Downloaded zeroize_derive v1.4.2
6402024-09-27T03:22:27.351Z Downloaded flagset v0.4.5
6412024-09-27T03:22:27.354Z Downloaded zone v0.1.8
6422024-09-27T03:22:27.354Z Downloaded derive_builder_core v0.20.0
6432024-09-27T03:22:27.356Z Downloaded pin-utils v0.1.0
6442024-09-27T03:22:27.356Z Downloaded postgres-protocol v0.6.7
6452024-09-27T03:22:27.359Z Downloaded snafu v0.8.2
6462024-09-27T03:22:27.374Z Downloaded unicode-xid v0.2.4
6472024-09-27T03:22:27.376Z Downloaded hash32 v0.2.1
6482024-09-27T03:22:27.379Z Downloaded subtle v2.5.0
6492024-09-27T03:22:27.379Z Downloaded strum_macros v0.25.3
6502024-09-27T03:22:27.381Z Downloaded serde_with_macros v3.9.0
6512024-09-27T03:22:27.383Z Downloaded serde_derive_internals v0.29.1
6522024-09-27T03:22:27.386Z Downloaded fixedbitset v0.4.2
6532024-09-27T03:22:27.389Z Downloaded tiny-keccak v2.0.2
6542024-09-27T03:22:27.391Z Downloaded rustc_version v0.1.7
6552024-09-27T03:22:27.391Z Downloaded tokio-rustls v0.24.1
6562024-09-27T03:22:27.394Z Downloaded rustc-demangle v0.1.24
6572024-09-27T03:22:27.396Z Downloaded crossbeam-channel v0.5.12
6582024-09-27T03:22:27.400Z Downloaded const_format v0.2.33
6592024-09-27T03:22:27.405Z Downloaded vte_generate_state_changes v0.1.1
6602024-09-27T03:22:27.407Z Downloaded path-slash v0.1.5
6612024-09-27T03:22:27.407Z Downloaded num-iter v0.1.45
6622024-09-27T03:22:27.410Z Downloaded tracing-core v0.1.32
6632024-09-27T03:22:27.413Z Downloaded clang-sys v1.7.0
6642024-09-27T03:22:27.415Z Downloaded predicates-tree v1.0.9
6652024-09-27T03:22:27.415Z Downloaded pkcs8 v0.10.2
6662024-09-27T03:22:27.420Z Downloaded samael v0.0.17
6672024-09-27T03:22:27.425Z Downloaded fxhash v0.2.1
6682024-09-27T03:22:27.427Z Downloaded itertools v0.10.5
6692024-09-27T03:22:27.432Z Downloaded rfc6979 v0.4.0
6702024-09-27T03:22:27.435Z Downloaded time-macros v0.2.18
6712024-09-27T03:22:27.437Z Downloaded termios v0.3.3
6722024-09-27T03:22:27.439Z Downloaded typify v0.2.0
6732024-09-27T03:22:27.441Z Downloaded base64 v0.22.1
6742024-09-27T03:22:27.445Z Downloaded unicase v2.7.0
6752024-09-27T03:22:27.448Z Downloaded serde-big-array v0.5.1
6762024-09-27T03:22:27.450Z Downloaded env_logger v0.11.5
6772024-09-27T03:22:27.453Z Downloaded psl-types v2.0.11
6782024-09-27T03:22:27.456Z Downloaded uzers v0.11.3
6792024-09-27T03:22:27.456Z Downloaded zeroize v1.8.1
6802024-09-27T03:22:27.458Z Downloaded owo-colors v4.1.0
6812024-09-27T03:22:27.461Z Downloaded minimal-lexical v0.2.1
6822024-09-27T03:22:27.464Z Downloaded base64 v0.21.7
6832024-09-27T03:22:27.468Z Downloaded unsafe-libyaml v0.2.11
6842024-09-27T03:22:27.472Z Downloaded ppv-lite86 v0.2.17
6852024-09-27T03:22:27.475Z Downloaded ssh-cipher v0.2.0
6862024-09-27T03:22:27.477Z Downloaded dhcproto v0.12.0
6872024-09-27T03:22:27.480Z Downloaded pbkdf2 v0.12.2
6882024-09-27T03:22:27.482Z Downloaded backtrace v0.3.71
6892024-09-27T03:22:27.485Z Downloaded similar v2.6.0
6902024-09-27T03:22:27.491Z Downloaded filetime v0.2.25
6912024-09-27T03:22:27.493Z Downloaded opaque-debug v0.3.1
6922024-09-27T03:22:27.495Z Downloaded nodrop v0.1.14
6932024-09-27T03:22:27.495Z Downloaded pbkdf2 v0.11.0
6942024-09-27T03:22:27.498Z Downloaded gethostname v0.5.0
6952024-09-27T03:22:27.500Z Downloaded progenitor-client v0.8.0
6962024-09-27T03:22:27.500Z Downloaded termtree v0.4.1
6972024-09-27T03:22:27.503Z Downloaded shell-words v1.1.0
6982024-09-27T03:22:27.503Z Downloaded r2d2 v0.8.10
6992024-09-27T03:22:27.505Z Downloaded tokio-postgres v0.7.12
7002024-09-27T03:22:27.509Z Downloaded serde_repr v0.1.19
7012024-09-27T03:22:27.512Z Downloaded unarray v0.1.4
7022024-09-27T03:22:27.515Z Downloaded oso v0.27.3
7032024-09-27T03:22:27.517Z Downloaded termcolor v1.4.1
7042024-09-27T03:22:27.519Z Downloaded precomputed-hash v0.1.1
7052024-09-27T03:22:27.519Z Downloaded which v4.4.2
7062024-09-27T03:22:27.522Z Downloaded aes v0.8.4
7072024-09-27T03:22:27.524Z Downloaded serde_urlencoded v0.7.1
7082024-09-27T03:22:27.526Z Downloaded waitgroup v0.1.2
7092024-09-27T03:22:27.529Z Downloaded vte v0.11.1
7102024-09-27T03:22:27.531Z Downloaded structmeta-derive v0.2.0
7112024-09-27T03:22:27.531Z Downloaded paste v1.0.15
7122024-09-27T03:22:27.534Z Downloaded fallible-streaming-iterator v0.1.9
7132024-09-27T03:22:27.536Z Downloaded whoami v1.5.2
7142024-09-27T03:22:27.539Z Downloaded zip v0.6.6
7152024-09-27T03:22:27.542Z Downloaded libxml v0.3.3
7162024-09-27T03:22:27.548Z Downloaded embedded-io v0.4.0
7172024-09-27T03:22:27.551Z Downloaded futures v0.3.30
7182024-09-27T03:22:27.555Z Downloaded subprocess v0.2.9
7192024-09-27T03:22:27.558Z Downloaded russh-cryptovec v0.7.2
7202024-09-27T03:22:27.561Z Downloaded ena v0.14.3
7212024-09-27T03:22:27.563Z Downloaded twox-hash v1.6.3
7222024-09-27T03:22:27.563Z Downloaded itertools v0.13.0
7232024-09-27T03:22:27.570Z Downloaded parking_lot v0.11.2
7242024-09-27T03:22:27.573Z Downloaded try-lock v0.2.5
7252024-09-27T03:22:27.575Z Downloaded typify-macro v0.2.0
7262024-09-27T03:22:27.578Z Downloaded tokio-rustls v0.25.0
7272024-09-27T03:22:27.578Z Downloaded password-hash v0.5.0
7282024-09-27T03:22:27.581Z Downloaded hashlink v0.9.1
7292024-09-27T03:22:27.583Z Downloaded unicode-bidi v0.3.15
7302024-09-27T03:22:27.585Z Downloaded smf v0.2.3
7312024-09-27T03:22:27.586Z Downloaded publicsuffix v2.2.3
7322024-09-27T03:22:27.588Z Downloaded p256 v0.13.2
7332024-09-27T03:22:27.592Z Downloaded wait-timeout v0.2.0
7342024-09-27T03:22:27.596Z Downloaded smallvec v0.6.14
7352024-09-27T03:22:27.598Z Downloaded slog-stdlog v4.1.1
7362024-09-27T03:22:27.598Z Downloaded rusty-fork v0.3.0
7372024-09-27T03:22:27.601Z Downloaded diesel_derives v2.2.2
7382024-09-27T03:22:27.603Z Downloaded unicode_categories v0.1.1
7392024-09-27T03:22:27.608Z Downloaded hex v0.4.3
7402024-09-27T03:22:27.611Z Downloaded funty v2.0.0
7412024-09-27T03:22:27.611Z Downloaded fallible-iterator v0.3.0
7422024-09-27T03:22:27.611Z Downloaded either v1.13.0
7432024-09-27T03:22:27.613Z Downloaded take_mut v0.2.2
7442024-09-27T03:22:27.613Z Downloaded rpassword v7.3.1
7452024-09-27T03:22:27.613Z Downloaded progenitor-macro v0.8.0
7462024-09-27T03:22:27.616Z Downloaded tough v0.17.1
7472024-09-27T03:22:27.623Z Downloaded time v0.3.36
7482024-09-27T03:22:27.630Z Downloaded zone_cfg_derive v0.3.0
7492024-09-27T03:22:27.633Z Downloaded signal-hook-tokio v0.3.1
7502024-09-27T03:22:27.633Z Downloaded itertools v0.12.1
7512024-09-27T03:22:27.640Z Downloaded structmeta-derive v0.3.0
7522024-09-27T03:22:27.642Z Downloaded static_assertions v1.1.0
7532024-09-27T03:22:27.644Z Downloaded tokio-stream v0.1.16
7542024-09-27T03:22:27.647Z Downloaded stable_deref_trait v1.2.0
7552024-09-27T03:22:27.650Z Downloaded float-ord v0.3.2
7562024-09-27T03:22:27.650Z Downloaded packed_struct_codegen v0.10.1
7572024-09-27T03:22:27.653Z Downloaded dsl_auto_type v0.1.2
7582024-09-27T03:22:27.655Z Downloaded phf_shared v0.11.2
7592024-09-27T03:22:27.655Z Downloaded rand v0.8.5
7602024-09-27T03:22:27.658Z Downloaded dropshot_endpoint v0.10.1
7612024-09-27T03:22:27.660Z Downloaded vsss-rs v3.3.4
7622024-09-27T03:22:27.663Z Downloaded primeorder v0.13.6
7632024-09-27T03:22:27.666Z Downloaded predicates-core v1.0.6
7642024-09-27T03:22:27.666Z Downloaded tls_codec v0.4.1
7652024-09-27T03:22:27.668Z Downloaded fragile v2.0.0
7662024-09-27T03:22:27.671Z Downloaded dyn-clone v1.0.17
7672024-09-27T03:22:27.671Z Downloaded slog-scope v4.4.0
7682024-09-27T03:22:27.673Z Downloaded aes-gcm v0.10.3
7692024-09-27T03:22:27.677Z Downloaded tabwriter v1.4.0
7702024-09-27T03:22:27.679Z Downloaded num-rational v0.4.2
7712024-09-27T03:22:27.679Z Downloaded dirs-next v2.0.0
7722024-09-27T03:22:27.682Z Downloaded defmt-macros v0.3.9
7732024-09-27T03:22:27.684Z Downloaded shlex v1.3.0
7742024-09-27T03:22:27.686Z Downloaded tls_codec_derive v0.4.1
7752024-09-27T03:22:27.689Z Downloaded signal-hook-registry v1.4.2
7762024-09-27T03:22:27.689Z Downloaded signal-hook-mio v0.2.4
7772024-09-27T03:22:27.691Z Downloaded globset v0.4.14
7782024-09-27T03:22:27.691Z Downloaded hyper v1.4.1
7792024-09-27T03:22:27.698Z Downloaded num v0.4.3
7802024-09-27T03:22:27.702Z Downloaded time-core v0.1.2
7812024-09-27T03:22:27.702Z Downloaded ssh-encoding v0.2.0
7822024-09-27T03:22:27.706Z Downloaded semver v0.1.20
7832024-09-27T03:22:27.706Z Downloaded packed_struct v0.10.1
7842024-09-27T03:22:27.709Z Downloaded untrusted v0.7.1
7852024-09-27T03:22:27.709Z Downloaded typed-path v0.7.1
7862024-09-27T03:22:27.712Z Downloaded hkdf v0.12.4
7872024-09-27T03:22:27.715Z Downloaded strum_macros v0.24.3
7882024-09-27T03:22:27.717Z Downloaded ghash v0.5.1
7892024-09-27T03:22:27.720Z Downloaded foreign-types-shared v0.3.1
7902024-09-27T03:22:27.720Z Downloaded foreign-types-shared v0.1.1
7912024-09-27T03:22:27.720Z Downloaded foreign-types v0.3.2
7922024-09-27T03:22:27.735Z Downloaded tinyvec_macros v0.1.1
7932024-09-27T03:22:27.735Z Downloaded num_enum v0.5.11
7942024-09-27T03:22:27.735Z Downloaded pin-project v1.1.5
7952024-09-27T03:22:27.738Z Downloaded powerfmt v0.2.0
7962024-09-27T03:22:27.740Z Downloaded float-cmp v0.9.0
7972024-09-27T03:22:27.743Z Downloaded yasna v0.5.2
7982024-09-27T03:22:27.743Z Downloaded blake3 v1.5.1
7992024-09-27T03:22:27.750Z Downloaded spin v0.5.2
8002024-09-27T03:22:27.754Z Downloaded peg-runtime v0.8.3
8012024-09-27T03:22:27.754Z Downloaded dropshot_endpoint v0.12.0
8022024-09-27T03:22:27.757Z Downloaded form_urlencoded v1.2.1
8032024-09-27T03:22:27.757Z Downloaded ref-cast-impl v1.0.23
8042024-09-27T03:22:27.760Z Downloaded thiserror-no-std v2.0.2
8052024-09-27T03:22:27.762Z Downloaded unicode-truncate v1.0.0
8062024-09-27T03:22:27.765Z Downloaded sec1 v0.7.3
8072024-09-27T03:22:27.765Z Downloaded parking_lot v0.12.2
8082024-09-27T03:22:27.767Z Downloaded vergen v8.3.2
8092024-09-27T03:22:27.770Z Downloaded zone_cfg_derive v0.1.2
8102024-09-27T03:22:27.773Z Downloaded zone v0.3.0
8112024-09-27T03:22:27.773Z Downloaded nom v7.1.3
8122024-09-27T03:22:27.777Z Downloaded sigpipe v0.1.3
8132024-09-27T03:22:27.780Z Downloaded predicates v3.1.2
8142024-09-27T03:22:27.782Z Downloaded expectorate v1.1.0
8152024-09-27T03:22:27.785Z Downloaded percent-encoding v2.3.1
8162024-09-27T03:22:27.785Z Downloaded xz2 v0.1.7
8172024-09-27T03:22:27.788Z Downloaded pin-project-internal v1.1.5
8182024-09-27T03:22:27.788Z Downloaded nu-ansi-term v0.50.0
8192024-09-27T03:22:27.791Z Downloaded pem v3.0.4
8202024-09-27T03:22:27.793Z Downloaded utf-8 v0.7.6
8212024-09-27T03:22:27.793Z Downloaded peg-macros v0.8.4
8222024-09-27T03:22:27.798Z Downloaded num-traits v0.2.19
8232024-09-27T03:22:27.801Z Downloaded num-bigint-dig v0.8.4
8242024-09-27T03:22:27.804Z Downloaded thiserror-impl-no-std v2.0.2
8252024-09-27T03:22:27.806Z Downloaded ref-cast v1.0.23
8262024-09-27T03:22:27.809Z Downloaded rustfmt-wrapper v0.2.1
8272024-09-27T03:22:27.809Z Downloaded tap v1.0.1
8282024-09-27T03:22:27.809Z Downloaded parse-size v1.0.0
8292024-09-27T03:22:27.812Z Downloaded toml_edit v0.19.15
8302024-09-27T03:22:27.827Z Downloaded pkg-config v0.3.30
8312024-09-27T03:22:27.829Z Downloaded futures-core v0.3.30
8322024-09-27T03:22:27.829Z Downloaded postgres-types v0.2.8
8332024-09-27T03:22:27.832Z Downloaded poly1305 v0.8.0
8342024-09-27T03:22:27.834Z Downloaded derive-where v1.2.7
8352024-09-27T03:22:27.838Z Downloaded futures-executor v0.3.30
8362024-09-27T03:22:27.841Z Downloaded pem-rfc7468 v0.7.0
8372024-09-27T03:22:27.844Z Downloaded ron v0.8.1
8382024-09-27T03:22:27.847Z Downloaded rustls-pemfile v2.1.3
8392024-09-27T03:22:27.849Z Downloaded toml v0.7.8
8402024-09-27T03:22:27.853Z Downloaded portable-atomic v1.6.0
8412024-09-27T03:22:27.859Z Downloaded tokio-util v0.7.12
8422024-09-27T03:22:27.866Z Downloaded num_enum_derive v0.5.11
8432024-09-27T03:22:27.869Z Downloaded rsa v0.9.6
8442024-09-27T03:22:27.872Z Downloaded untrusted v0.9.0
8452024-09-27T03:22:27.875Z Downloaded tui-tree-widget v0.22.0
8462024-09-27T03:22:27.875Z Downloaded sqlformat v0.2.6
8472024-09-27T03:22:27.877Z Downloaded ecdsa v0.16.9
8482024-09-27T03:22:27.882Z Downloaded flume v0.11.0
8492024-09-27T03:22:27.886Z Downloaded ed25519-dalek v2.1.1
8502024-09-27T03:22:27.889Z Downloaded term v0.7.0
8512024-09-27T03:22:27.889Z Downloaded heapless v0.8.0
8522024-09-27T03:22:27.895Z Downloaded rustyline v14.0.0
8532024-09-27T03:22:27.898Z Downloaded aho-corasick v1.1.3
8542024-09-27T03:22:27.905Z Downloaded rustls-pki-types v1.7.0
8552024-09-27T03:22:27.908Z Downloaded russh-keys v0.45.0
8562024-09-27T03:22:27.911Z Downloaded test-strategy v0.3.1
8572024-09-27T03:22:27.914Z Downloaded url v2.5.2
8582024-09-27T03:22:27.917Z Downloaded ron v0.7.1
8592024-09-27T03:22:27.922Z Downloaded hashbrown v0.12.3
8602024-09-27T03:22:27.926Z Downloaded reedline v0.33.0
8612024-09-27T03:22:27.934Z Downloaded heapless v0.7.17
8622024-09-27T03:22:27.940Z Downloaded zerocopy v0.6.6
8632024-09-27T03:22:27.944Z Downloaded signal-hook v0.3.17
8642024-09-27T03:22:27.944Z Downloaded russh v0.45.0
8652024-09-27T03:22:27.948Z Downloaded tar v0.4.42
8662024-09-27T03:22:27.950Z Downloaded h2 v0.4.6
8672024-09-27T03:22:27.958Z Downloaded winnow v0.5.40
8682024-09-27T03:22:27.967Z Downloaded num-bigint v0.4.5
8692024-09-27T03:22:27.972Z Downloaded quick-xml v0.33.0
8702024-09-27T03:22:27.978Z Downloaded bitvec v1.0.1
8712024-09-27T03:22:27.994Z Downloaded idna v0.3.0
8722024-09-27T03:22:28.002Z Downloaded ssh-key v0.6.6
8732024-09-27T03:22:28.008Z Downloaded salty v0.3.0
8742024-09-27T03:22:28.015Z Downloaded unicode-segmentation v1.11.0
8752024-09-27T03:22:28.018Z Downloaded chrono v0.4.38
8762024-09-27T03:22:28.027Z Downloaded idna v0.2.3
8772024-09-27T03:22:28.032Z Downloaded rusqlite v0.32.1
8782024-09-27T03:22:28.039Z Downloaded rayon v1.10.0
8792024-09-27T03:22:28.049Z Downloaded idna v0.4.0
8802024-09-27T03:22:28.055Z Downloaded bindgen v0.69.4
8812024-09-27T03:22:28.062Z Downloaded serde_with v3.9.0
8822024-09-27T03:22:28.071Z Downloaded idna v0.5.0
8832024-09-27T03:22:28.078Z Downloaded unicode-normalization v0.1.23
8842024-09-27T03:22:28.082Z Downloaded quinn-proto v0.11.8
8852024-09-27T03:22:28.089Z Downloaded regex v1.10.6
8862024-09-27T03:22:28.101Z Downloaded nix v0.27.1
8872024-09-27T03:22:28.112Z Downloaded h2 v0.3.26
8882024-09-27T03:22:28.118Z Downloaded radix_trie v0.2.1
8892024-09-27T03:22:28.124Z Downloaded webpki-roots v0.25.4
8902024-09-27T03:22:28.128Z Downloaded smoltcp v0.9.1
8912024-09-27T03:22:28.141Z Downloaded dropshot v0.10.1
8922024-09-27T03:22:28.149Z Downloaded nix v0.28.0
8932024-09-27T03:22:28.160Z Downloaded reqwest v0.12.7
8942024-09-27T03:22:28.168Z Downloaded futures-util v0.3.30
8952024-09-27T03:22:28.180Z Downloaded curve25519-dalek v4.1.3
8962024-09-27T03:22:28.193Z Downloaded rustls-webpki v0.102.4
8972024-09-27T03:22:28.208Z Downloaded git2 v0.19.0
8982024-09-27T03:22:28.217Z Downloaded p384 v0.13.0
8992024-09-27T03:22:28.223Z Downloaded object v0.30.4
9002024-09-27T03:22:28.233Z Downloaded openssl v0.10.66
9012024-09-27T03:22:28.243Z Downloaded webpki-roots v0.26.3
9022024-09-27T03:22:28.248Z Downloaded gimli v0.28.1
9032024-09-27T03:22:28.255Z Downloaded smoltcp v0.11.0
9042024-09-27T03:22:28.268Z Downloaded dropshot v0.12.0
9052024-09-27T03:22:28.288Z Downloaded polar-core v0.27.3
9062024-09-27T03:22:28.296Z Downloaded nix v0.29.0
9072024-09-27T03:22:28.308Z Downloaded rustls v0.21.12
9082024-09-27T03:22:28.319Z Downloaded regex-syntax v0.6.29
9092024-09-27T03:22:28.327Z Downloaded hickory-proto v0.24.1
9102024-09-27T03:22:28.343Z Downloaded openapiv3 v2.0.0
9112024-09-27T03:22:28.354Z Downloaded bzip2-sys v0.1.11+1.0.8
9122024-09-27T03:22:28.367Z Downloaded typify-impl v0.2.0
9132024-09-27T03:22:28.382Z Downloaded rustls v0.22.4
9142024-09-27T03:22:28.395Z Downloaded sled v0.34.7
9152024-09-27T03:22:28.405Z Downloaded rustls v0.23.10
9162024-09-27T03:22:28.421Z Downloaded ratatui v0.28.0
9172024-09-27T03:22:28.441Z Downloaded csv v1.3.0
9182024-09-27T03:22:28.462Z Downloaded diesel v2.2.4
9192024-09-27T03:22:28.482Z Downloaded zerocopy-derive v0.6.6
9202024-09-27T03:22:28.491Z Downloaded regex-syntax v0.8.4
9212024-09-27T03:22:28.499Z Downloaded encoding_rs v0.8.34
9222024-09-27T03:22:28.520Z Downloaded regress v0.9.1
9232024-09-27T03:22:28.529Z Downloaded trust-dns-proto v0.22.0
9242024-09-27T03:22:28.541Z Downloaded object v0.32.2
9252024-09-27T03:22:28.552Z Downloaded petgraph v0.6.5
9262024-09-27T03:22:28.569Z Downloaded bstr v1.9.1
9272024-09-27T03:22:28.580Z Downloaded regex-automata v0.4.6
9282024-09-27T03:22:28.597Z Downloaded finl_unicode v1.2.0
9292024-09-27T03:22:28.610Z Downloaded tokio v1.39.3
9302024-09-27T03:22:28.649Z Downloaded sha3 v0.10.8
9312024-09-27T03:22:28.652Z Downloaded lzma-sys v0.1.20
9322024-09-27T03:22:28.682Z Downloaded vcpkg v0.2.15
9332024-09-27T03:22:28.720Z Downloaded proptest v1.5.0
9342024-09-27T03:22:28.732Z Downloaded regress v0.10.1
9352024-09-27T03:22:28.741Z Downloaded rustls-webpki v0.101.7
9362024-09-27T03:22:28.754Z Downloaded sqlparser v0.45.0
9372024-09-27T03:22:28.760Z Downloaded reqwest v0.11.27
9382024-09-27T03:22:28.768Z Downloaded tinyvec v1.6.0
9392024-09-27T03:22:28.770Z Downloaded hashbrown v0.13.2
9402024-09-27T03:22:28.775Z Downloaded fatfs v0.3.6
9412024-09-27T03:22:28.777Z Downloaded prettyplease v0.2.22
9422024-09-27T03:22:28.780Z Downloaded pin-project-lite v0.2.14
9432024-09-27T03:22:28.785Z Downloaded password-hash v0.4.2
9442024-09-27T03:22:28.788Z Downloaded futures-task v0.3.30
9452024-09-27T03:22:28.788Z Downloaded tokio-rustls v0.26.0
9462024-09-27T03:22:28.791Z Downloaded steno v0.4.1
9472024-09-27T03:22:28.794Z Downloaded p521 v0.13.3
9482024-09-27T03:22:28.797Z Downloaded tungstenite v0.23.0
9492024-09-27T03:22:28.801Z Downloaded ring v0.17.8
9502024-09-27T03:22:28.871Z Downloaded tungstenite v0.21.0
9512024-09-27T03:22:28.874Z Downloaded lalrpop v0.19.12
9522024-09-27T03:22:28.886Z Downloaded der v0.7.9
9532024-09-27T03:22:28.890Z Downloaded topological-sort v0.2.2
9542024-09-27T03:22:28.892Z Downloaded defmt v0.3.8
9552024-09-27T03:22:28.895Z Downloaded socket2 v0.5.7
9562024-09-27T03:22:28.898Z Downloaded elliptic-curve v0.13.8
9572024-09-27T03:22:28.900Z Downloaded slog-term v2.9.1
9582024-09-27T03:22:28.903Z Downloaded getopts v0.2.21
9592024-09-27T03:22:28.905Z Downloaded value-bag v1.9.0
9602024-09-27T03:22:28.908Z Downloaded parking_lot_core v0.8.6
9612024-09-27T03:22:28.908Z Downloaded progenitor-impl v0.8.0
9622024-09-27T03:22:28.910Z Downloaded quinn v0.11.5
9632024-09-27T03:22:28.914Z Downloaded hyper v0.14.30
9642024-09-27T03:22:28.920Z Downloaded flate2 v1.0.33
9652024-09-27T03:22:28.925Z Downloaded socket2 v0.4.10
9662024-09-27T03:22:28.928Z Downloaded snafu-derive v0.8.2
9672024-09-27T03:22:28.931Z Downloaded omicron-zone-package v0.11.0
9682024-09-27T03:22:28.933Z Downloaded headers v0.4.0
9692024-09-27T03:22:28.936Z Downloaded derive_more v0.99.18
9702024-09-27T03:22:28.941Z Downloaded rcgen v0.12.1
9712024-09-27T03:22:28.944Z Downloaded sct v0.7.1
9722024-09-27T03:22:28.947Z Downloaded crossterm v0.28.1
9732024-09-27T03:22:28.953Z Downloaded strum v0.26.3
9742024-09-27T03:22:28.955Z Downloaded sqlparser_derive v0.2.2
9752024-09-27T03:22:28.955Z Downloaded heck v0.3.3
9762024-09-27T03:22:28.955Z Downloaded glob v0.3.1
9772024-09-27T03:22:28.958Z Downloaded peg v0.8.4
9782024-09-27T03:22:28.960Z Downloaded libgit2-sys v0.17.0+1.8.1
9792024-09-27T03:22:29.019Z Downloaded polyval v0.6.2
9802024-09-27T03:22:29.022Z Downloaded ed25519 v2.2.3
9812024-09-27T03:22:29.024Z Downloaded libm v0.2.8
9822024-09-27T03:22:29.029Z Downloaded deranged v0.3.11
9832024-09-27T03:22:29.032Z Downloaded der_derive v0.7.2
9842024-09-27T03:22:29.032Z Downloaded diff v0.1.13
9852024-09-27T03:22:29.035Z Downloaded fallible-iterator v0.2.0
9862024-09-27T03:22:29.038Z Downloaded env_logger v0.10.2
9872024-09-27T03:22:29.041Z Downloaded tokio-tungstenite v0.21.0
9882024-09-27T03:22:29.044Z Downloaded schemars v0.8.21
9892024-09-27T03:22:29.052Z Downloaded x509-cert v0.2.5
9902024-09-27T03:22:29.057Z Downloaded rayon-core v1.12.1
9912024-09-27T03:22:29.061Z Downloaded crossterm v0.27.0
9922024-09-27T03:22:29.067Z Downloaded serde_path_to_error v0.1.16
9932024-09-27T03:22:29.070Z Downloaded serde-hex v0.1.0
9942024-09-27T03:22:29.072Z Downloaded quinn-udp v0.5.5
9952024-09-27T03:22:29.072Z Downloaded proc-macro-crate v1.3.1
9962024-09-27T03:22:29.072Z Downloaded olpc-cjson v0.1.3
9972024-09-27T03:22:29.075Z Downloaded tokio-tungstenite v0.23.1
9982024-09-27T03:22:29.080Z Downloaded tracing v0.1.40
9992024-09-27T03:22:29.083Z Downloaded mio v0.8.11
10002024-09-27T03:22:29.086Z Downloaded fd-lock v4.0.2
10012024-09-27T03:22:29.088Z Downloaded pkcs1 v0.7.5
10022024-09-27T03:22:29.090Z Downloaded half v2.4.1
10032024-09-27T03:22:29.093Z Downloaded ff v0.13.0
10042024-09-27T03:22:29.093Z Downloaded pkcs5 v0.7.1
10052024-09-27T03:22:29.096Z Downloaded structmeta v0.3.0
10062024-09-27T03:22:29.099Z Downloaded structmeta v0.2.0
10072024-09-27T03:22:29.099Z Downloaded scrypt v0.11.0
10082024-09-27T03:22:29.102Z Downloaded scopeguard v1.2.0
10092024-09-27T03:22:29.102Z Downloaded salsa20 v0.10.2
10102024-09-27T03:22:29.102Z Downloaded openssl-sys v0.9.103
10112024-09-27T03:22:29.106Z Downloaded num-complex v0.4.6
10122024-09-27T03:22:29.108Z Downloaded uuid v1.10.0
10132024-09-27T03:22:29.111Z Downloaded same-file v1.0.6
10142024-09-27T03:22:29.114Z Downloaded getrandom v0.2.14
10152024-09-27T03:22:29.117Z Downloaded strum_macros v0.26.4
10162024-09-27T03:22:29.120Z Downloaded radium v0.7.0
10172024-09-27T03:22:29.120Z Downloaded difflib v0.4.0
10182024-09-27T03:22:29.120Z Downloaded diesel_table_macro_syntax v0.2.0
10192024-09-27T03:22:29.120Z Downloaded futures-channel v0.3.30
10202024-09-27T03:22:29.123Z Downloaded postcard v1.0.8
10212024-09-27T03:22:29.125Z Downloaded mio v1.0.2
10222024-09-27T03:22:29.129Z Downloaded http v0.2.12
10232024-09-27T03:22:29.132Z Downloaded cc v1.0.97
10242024-09-27T03:22:29.135Z Downloaded des v0.8.1
10252024-09-27T03:22:29.138Z Downloaded walkdir v2.5.0
10262024-09-27T03:22:29.141Z Downloaded base64 v0.13.1
10272024-09-27T03:22:29.144Z Downloaded smallvec v1.13.2
10282024-09-27T03:22:29.144Z Downloaded slog v2.7.0
10292024-09-27T03:22:29.146Z Downloaded phf_shared v0.10.0
10302024-09-27T03:22:29.147Z Downloaded oso-derive v0.27.3
10312024-09-27T03:22:29.149Z Downloaded openssl-probe v0.1.5
10322024-09-27T03:22:29.149Z Downloaded openssl-macros v0.1.1
10332024-09-27T03:22:29.149Z Downloaded num_threads v0.1.7
10342024-09-27T03:22:29.152Z Downloaded slog-envlogger v2.2.0
10352024-09-27T03:22:29.152Z Downloaded slog-dtrace v0.3.0
10362024-09-27T03:22:29.152Z Downloaded slog-bunyan v2.5.0
10372024-09-27T03:22:29.155Z Downloaded siphasher v0.3.11
10382024-09-27T03:22:29.155Z Downloaded parking_lot_core v0.9.10
10392024-09-27T03:22:29.157Z Downloaded tracing-attributes v0.1.27
10402024-09-27T03:22:29.160Z Downloaded darling_core v0.20.9
10412024-09-27T03:22:29.163Z Downloaded serde_yaml v0.9.34+deprecated
10422024-09-27T03:22:29.166Z Downloaded indexmap v1.9.3
10432024-09-27T03:22:29.169Z Downloaded crossbeam-utils v0.8.19
10442024-09-27T03:22:29.172Z Downloaded progenitor v0.8.0
10452024-09-27T03:22:29.174Z Downloaded crc-any v2.5.0
10462024-09-27T03:22:29.177Z Downloaded rand_xorshift v0.3.0
10472024-09-27T03:22:29.177Z Downloaded http v1.1.0
10482024-09-27T03:22:29.180Z Downloaded const-oid v0.9.6
10492024-09-27T03:22:29.182Z Downloaded futures-io v0.3.30
10502024-09-27T03:22:29.182Z Downloaded ciborium v0.2.2
10512024-09-27T03:22:29.185Z Downloaded hyper-rustls v0.27.3
10522024-09-27T03:22:29.188Z Downloaded parse-display v0.10.0
10532024-09-27T03:22:29.190Z Downloaded defmt-parser v0.3.4
10542024-09-27T03:22:29.190Z Downloaded wyz v0.5.1
10552024-09-27T03:22:29.190Z Downloaded tokio-macros v2.4.0
10562024-09-27T03:22:29.193Z Downloaded resolv-conf v0.7.0
10572024-09-27T03:22:29.193Z Downloaded rustversion v1.0.17
10582024-09-27T03:22:29.198Z Downloaded memmap2 v0.9.4
10592024-09-27T03:22:29.200Z Downloaded strip-ansi-escapes v0.2.0
10602024-09-27T03:22:29.200Z Downloaded multimap v0.10.0
10612024-09-27T03:22:29.201Z Downloaded cookie v0.18.1
10622024-09-27T03:22:29.203Z Downloaded crossbeam-deque v0.8.5
10632024-09-27T03:22:29.203Z Downloaded tower-service v0.3.2
10642024-09-27T03:22:29.206Z Downloaded chacha20 v0.9.1
10652024-09-27T03:22:29.206Z Downloaded buf-list v1.0.3
10662024-09-27T03:22:29.213Z Downloaded bitfield v0.14.0
10672024-09-27T03:22:29.213Z Downloaded internet-checksum v0.2.1
10682024-09-27T03:22:29.213Z Downloaded impl-trait-for-tuples v0.2.2
10692024-09-27T03:22:29.213Z Downloaded hyper-tls v0.5.0
10702024-09-27T03:22:29.213Z Downloaded httparse v1.8.0
10712024-09-27T03:22:29.217Z Downloaded hmac v0.12.1
10722024-09-27T03:22:29.217Z Downloaded bitflags v1.3.2
10732024-09-27T03:22:29.220Z Downloaded hubpack v0.1.2
10742024-09-27T03:22:29.222Z Downloaded ciborium-ll v0.2.2
10752024-09-27T03:22:29.222Z Downloaded mime v0.3.17
10762024-09-27T03:22:29.222Z Downloaded lazycell v1.3.0
10772024-09-27T03:22:29.225Z Downloaded kstat-rs v0.2.4
10782024-09-27T03:22:29.225Z Downloaded miniz_oxide v0.8.0
10792024-09-27T03:22:29.227Z Downloaded lock_api v0.4.12
10802024-09-27T03:22:29.230Z Downloaded convert_case v0.4.0
10812024-09-27T03:22:29.230Z Downloaded async-bb8-diesel v0.2.1
10822024-09-27T03:22:29.233Z Downloaded argon2 v0.5.3
10832024-09-27T03:22:29.233Z Downloaded async-stream v0.3.5
10842024-09-27T03:22:29.236Z Downloaded atty v0.2.14
10852024-09-27T03:22:29.236Z Downloaded hostname v0.4.0
10862024-09-27T03:22:29.238Z Downloaded curve25519-dalek-derive v0.1.1
10872024-09-27T03:22:29.238Z Downloaded ipnet v2.9.0
10882024-09-27T03:22:29.238Z Downloaded hyper-tls v0.6.0
10892024-09-27T03:22:29.243Z Downloaded hyper-rustls v0.24.2
10902024-09-27T03:22:29.246Z Downloaded ctr v0.9.2
10912024-09-27T03:22:29.246Z Downloaded crc-catalog v2.4.0
10922024-09-27T03:22:29.246Z Downloaded memoffset v0.9.1
10932024-09-27T03:22:29.248Z Downloaded keccak v0.1.5
10942024-09-27T03:22:29.248Z Downloaded bit-vec v0.6.3
10952024-09-27T03:22:29.248Z Downloaded base16ct v0.2.0
10962024-09-27T03:22:29.251Z Downloaded libefi-sys v0.1.0
10972024-09-27T03:22:29.251Z Downloaded indent_write v2.2.0
10982024-09-27T03:22:29.254Z Downloaded hubpack_derive v0.1.1
10992024-09-27T03:22:29.254Z Downloaded http-body v0.4.6
11002024-09-27T03:22:29.254Z Downloaded http-body-util v0.1.2
11012024-09-27T03:22:29.256Z Downloaded cexpr v0.6.0
11022024-09-27T03:22:29.256Z Downloaded blowfish v0.9.1
11032024-09-27T03:22:29.362Z Downloaded libz-sys v1.1.16
11042024-09-27T03:22:29.544Z Downloaded libsqlite3-sys v0.30.1
11052024-09-27T03:22:29.623Z Downloaded ring v0.16.20
11062024-09-27T03:22:29.798Z Compiling serde v1.0.210
11072024-09-27T03:22:29.800Z Compiling lock_api v0.4.12
11082024-09-27T03:22:29.800Z Compiling scopeguard v1.2.0
11092024-09-27T03:22:29.801Z Compiling value-bag v1.9.0
11102024-09-27T03:22:29.801Z Compiling typenum v1.17.0
11112024-09-27T03:22:29.954Z Compiling generic-array v0.14.7
11122024-09-27T03:22:29.979Z Compiling syn v2.0.77
11132024-09-27T03:22:29.982Z Compiling getrandom v0.2.14
11142024-09-27T03:22:30.093Z Compiling jobserver v0.1.32
11152024-09-27T03:22:30.479Z Compiling rand_core v0.6.4
11162024-09-27T03:22:30.582Z Compiling log v0.4.22
11172024-09-27T03:22:30.602Z Compiling subtle v2.5.0
11182024-09-27T03:22:30.678Z Compiling cc v1.0.97
11192024-09-27T03:22:30.962Z Compiling pin-project-lite v0.2.14
11202024-09-27T03:22:31.004Z Compiling const-oid v0.9.6
11212024-09-27T03:22:31.039Z Compiling smallvec v1.13.2
11222024-09-27T03:22:31.097Z Compiling parking_lot_core v0.9.10
11232024-09-27T03:22:31.217Z Compiling signal-hook-registry v1.4.2
11242024-09-27T03:22:31.510Z Compiling mio v1.0.2
11252024-09-27T03:22:31.534Z Compiling futures-core v0.3.30
11262024-09-27T03:22:31.784Z Compiling spin v0.9.8
11272024-09-27T03:22:32.107Z Compiling parking_lot v0.12.2
11282024-09-27T03:22:32.225Z Compiling socket2 v0.5.7
11292024-09-27T03:22:32.290Z Compiling ahash v0.8.11
11302024-09-27T03:22:32.665Z Compiling futures-sink v0.3.30
11312024-09-27T03:22:32.857Z Compiling slab v0.4.9
11322024-09-27T03:22:32.878Z Compiling allocator-api2 v0.2.18
11332024-09-27T03:22:32.975Z Compiling cpufeatures v0.2.12
11342024-09-27T03:22:33.058Z Compiling futures-channel v0.3.30
11352024-09-27T03:22:33.082Z Compiling futures-task v0.3.30
11362024-09-27T03:22:33.116Z Compiling pin-utils v0.1.0
11372024-09-27T03:22:33.228Z Compiling futures-io v0.3.30
11382024-09-27T03:22:33.246Z Compiling tinyvec_macros v0.1.1
11392024-09-27T03:22:33.338Z Compiling tinyvec v1.6.0
11402024-09-27T03:22:33.379Z Compiling serde_json v1.0.128
11412024-09-27T03:22:33.461Z Compiling tracing-core v0.1.32
11422024-09-27T03:22:33.548Z Compiling libm v0.2.8
11432024-09-27T03:22:33.610Z Compiling unicode-bidi v0.3.15
11442024-09-27T03:22:33.665Z Compiling base64ct v1.6.0
11452024-09-27T03:22:33.730Z Compiling num-traits v0.2.19
11462024-09-27T03:22:33.927Z Compiling flagset v0.4.5
11472024-09-27T03:22:34.023Z Compiling untrusted v0.9.0
11482024-09-27T03:22:34.126Z Compiling pem-rfc7468 v0.7.0
11492024-09-27T03:22:34.187Z Compiling pkg-config v0.3.30
11502024-09-27T03:22:34.263Z Compiling vcpkg v0.2.15
11512024-09-27T03:22:34.757Z Compiling unicode-normalization v0.1.23
11522024-09-27T03:22:34.896Z Compiling ring v0.17.8
11532024-09-27T03:22:35.060Z Compiling httparse v1.8.0
11542024-09-27T03:22:35.078Z Compiling try-lock v0.2.5
11552024-09-27T03:22:35.248Z Compiling want v0.3.1
11562024-09-27T03:22:35.518Z Compiling percent-encoding v2.3.1
11572024-09-27T03:22:35.729Z Compiling crossbeam-utils v0.8.19
11582024-09-27T03:22:35.889Z Compiling httpdate v1.0.3
11592024-09-27T03:22:36.211Z Compiling ppv-lite86 v0.2.17
11602024-09-27T03:22:36.246Z Compiling tower-service v0.3.2
11612024-09-27T03:22:36.337Z Compiling foreign-types-shared v0.1.1
11622024-09-27T03:22:36.355Z Compiling openssl v0.10.66
11632024-09-27T03:22:36.413Z Compiling openssl-sys v0.9.103
11642024-09-27T03:22:36.433Z Compiling foreign-types v0.3.2
11652024-09-27T03:22:36.526Z Compiling native-tls v0.2.11
11662024-09-27T03:22:36.771Z Compiling rustls-pki-types v1.7.0
11672024-09-27T03:22:36.872Z Compiling rustix v0.38.34
11682024-09-27T03:22:36.921Z Compiling rand_chacha v0.3.1
11692024-09-27T03:22:37.533Z Compiling rand v0.8.5
11702024-09-27T03:22:37.551Z Compiling form_urlencoded v1.2.1
11712024-09-27T03:22:37.805Z Compiling openssl-probe v0.1.5
11722024-09-27T03:22:37.830Z Compiling time-core v0.1.2
11732024-09-27T03:22:37.850Z Compiling powerfmt v0.2.0
11742024-09-27T03:22:37.985Z Compiling atomic-waker v1.1.2
11752024-09-27T03:22:38.163Z Compiling num-conv v0.1.0
11762024-09-27T03:22:38.184Z Compiling rustversion v1.0.17
11772024-09-27T03:22:38.247Z Compiling deranged v0.3.11
11782024-09-27T03:22:38.450Z Compiling time-macros v0.2.18
11792024-09-27T03:22:38.910Z Compiling idna v0.5.0
11802024-09-27T03:22:38.959Z Compiling aho-corasick v1.1.3
11812024-09-27T03:22:39.197Z Compiling base64 v0.22.1
11822024-09-27T03:22:39.551Z Compiling syn v1.0.109
11832024-09-27T03:22:39.989Z Compiling regex-syntax v0.8.4
11842024-09-27T03:22:40.091Z Compiling num_threads v0.1.7
11852024-09-27T03:22:40.094Z Compiling rustls v0.23.10
11862024-09-27T03:22:40.265Z Compiling rustls v0.21.12
11872024-09-27T03:22:40.395Z Compiling siphasher v0.3.11
11882024-09-27T03:22:40.508Z Compiling url v2.5.2
11892024-09-27T03:22:40.763Z Compiling crossbeam-epoch v0.9.18
11902024-09-27T03:22:41.480Z Compiling lazy_static v1.5.0
11912024-09-27T03:22:41.604Z Compiling socket2 v0.4.10
11922024-09-27T03:22:41.663Z Compiling time v0.3.36
11932024-09-27T03:22:41.918Z Compiling cookie v0.18.1
11942024-09-27T03:22:42.224Z Compiling either v1.13.0
11952024-09-27T03:22:42.301Z Compiling slog v2.7.0
11962024-09-27T03:22:42.507Z Compiling finl_unicode v1.2.0
11972024-09-27T03:22:42.642Z Compiling rayon-core v1.12.1
11982024-09-27T03:22:42.857Z Compiling iana-time-zone v0.1.60
11992024-09-27T03:22:43.109Z Compiling stringprep v0.1.4
12002024-09-27T03:22:43.129Z Compiling crossbeam-deque v0.8.5
12012024-09-27T03:22:43.476Z Compiling regex-automata v0.4.6
12022024-09-27T03:22:44.258Z Compiling rustls-webpki v0.102.4
12032024-09-27T03:22:44.351Z Compiling rustls-webpki v0.101.7
12042024-09-27T03:22:44.448Z Compiling serde_derive v1.0.210
12052024-09-27T03:22:45.470Z Compiling zeroize_derive v1.4.2
12062024-09-27T03:22:46.365Z Compiling zerocopy-derive v0.7.34
12072024-09-27T03:22:46.413Z Compiling tokio-macros v2.4.0
12082024-09-27T03:22:46.660Z Compiling futures-macro v0.3.30
12092024-09-27T03:22:46.918Z Compiling tracing-attributes v0.1.27
12102024-09-27T03:22:47.101Z Compiling zeroize v1.8.1
12112024-09-27T03:22:48.072Z Compiling der_derive v0.7.2
12122024-09-27T03:22:48.651Z Compiling zerocopy v0.7.34
12132024-09-27T03:22:48.682Z Compiling futures-util v0.3.30
12142024-09-27T03:22:48.965Z Compiling crypto-common v0.1.6
12152024-09-27T03:22:49.202Z Compiling block-buffer v0.10.4
12162024-09-27T03:22:49.475Z Compiling digest v0.10.7
12172024-09-27T03:22:49.978Z Compiling hmac v0.12.1
12182024-09-27T03:22:50.309Z Compiling block-padding v0.3.3
12192024-09-27T03:22:50.576Z Compiling inout v0.1.3
12202024-09-27T03:22:50.615Z Compiling sha2 v0.10.8
12212024-09-27T03:22:50.740Z Compiling tracing v0.1.40
12222024-09-27T03:22:50.879Z Compiling hashbrown v0.14.5
12232024-09-27T03:22:50.883Z Compiling cipher v0.4.4
12242024-09-27T03:22:51.258Z Compiling thiserror-impl v1.0.64
12252024-09-27T03:22:51.440Z Compiling der v0.7.9
12262024-09-27T03:22:52.286Z Compiling salsa20 v0.10.2
12272024-09-27T03:22:52.492Z Compiling pbkdf2 v0.12.2
12282024-09-27T03:22:52.674Z Compiling scrypt v0.11.0
12292024-09-27T03:22:53.222Z Compiling aes v0.8.4
12302024-09-27T03:22:54.287Z Compiling spki v0.7.3
12312024-09-27T03:22:54.573Z Compiling thiserror v1.0.64
12322024-09-27T03:22:54.656Z Compiling cbc v0.1.2
12332024-09-27T03:22:54.710Z Compiling pest v2.7.10
12342024-09-27T03:22:54.734Z Compiling openssl-macros v0.1.1
12352024-09-27T03:22:54.826Z Compiling scroll_derive v0.12.0
12362024-09-27T03:22:54.890Z Compiling pkcs5 v0.7.1
12372024-09-27T03:22:55.562Z Compiling pkcs8 v0.10.2
12382024-09-27T03:22:56.033Z Compiling signature v2.2.0
12392024-09-27T03:22:56.078Z Compiling sct v0.7.1
12402024-09-27T03:22:56.252Z Compiling md-5 v0.10.6
12412024-09-27T03:22:56.374Z Compiling num-integer v0.1.46
12422024-09-27T03:22:56.416Z Compiling scroll v0.12.0
12432024-09-27T03:22:56.509Z Compiling idna v0.3.0
12442024-09-27T03:22:56.974Z Compiling goblin v0.8.2
12452024-09-27T03:22:57.133Z Compiling backtrace v0.3.71
12462024-09-27T03:22:57.356Z Compiling pest_meta v2.7.10
12472024-09-27T03:22:57.599Z Compiling ff v0.13.0
12482024-09-27T03:22:57.800Z Compiling hash32 v0.2.1
12492024-09-27T03:22:57.818Z Compiling fallible-iterator v0.2.0
12502024-09-27T03:22:58.118Z Compiling signal-hook v0.3.17
12512024-09-27T03:22:58.168Z Compiling base16ct v0.2.0
12522024-09-27T03:22:58.405Z Compiling num-bigint-dig v0.8.4
12532024-09-27T03:22:58.486Z Compiling portable-atomic v1.6.0
12542024-09-27T03:22:58.506Z Compiling ipnet v2.9.0
12552024-09-27T03:22:58.840Z Compiling pest_generator v2.7.10
12562024-09-27T03:22:59.105Z Compiling bytes v1.7.2
12572024-09-27T03:22:59.549Z Compiling indexmap v2.5.0
12582024-09-27T03:22:59.651Z Compiling bitflags v2.6.0
12592024-09-27T03:23:00.100Z Compiling tokio v1.39.3
12602024-09-27T03:23:00.763Z Compiling semver v1.0.23
12612024-09-27T03:23:01.123Z Compiling http v1.1.0
12622024-09-27T03:23:01.496Z Compiling rustc_version v0.4.0
12632024-09-27T03:23:02.249Z Compiling http v0.2.12
12642024-09-27T03:23:03.524Z Compiling http-body v1.0.0
12652024-09-27T03:23:03.700Z Compiling pest_derive v2.7.10
12662024-09-27T03:23:04.517Z Compiling dtrace-parser v0.2.0
12672024-09-27T03:23:04.792Z Compiling http-body v0.4.6
12682024-09-27T03:23:05.294Z Compiling dof v0.3.0
12692024-09-27T03:23:05.339Z Compiling heapless v0.7.17
12702024-09-27T03:23:05.828Z Compiling uuid v1.10.0
12712024-09-27T03:23:06.746Z Compiling usdt-impl v0.5.0
12722024-09-27T03:23:07.316Z Compiling curve25519-dalek v4.1.3
12732024-09-27T03:23:07.396Z Compiling toml_datetime v0.6.8
12742024-09-27T03:23:07.528Z Compiling chrono v0.4.38
12752024-09-27T03:23:07.872Z Compiling serde_tokenstream v0.2.2
12762024-09-27T03:23:07.974Z Compiling serde_spanned v0.6.7
12772024-09-27T03:23:08.204Z Compiling tokio-util v0.7.12
12782024-09-27T03:23:08.265Z Compiling adler v1.0.2
12792024-09-27T03:23:08.502Z Compiling smoltcp v0.9.1
12802024-09-27T03:23:09.037Z Compiling tokio-native-tls v0.3.1
12812024-09-27T03:23:09.109Z Compiling gimli v0.28.1
12822024-09-27T03:23:09.255Z Compiling h2 v0.4.6
12832024-09-27T03:23:09.298Z Compiling h2 v0.3.26
12842024-09-27T03:23:09.589Z Compiling psl-types v2.0.11
12852024-09-27T03:23:09.789Z Compiling crc32fast v1.4.0
12862024-09-27T03:23:10.219Z Compiling stable_deref_trait v1.2.0
12872024-09-27T03:23:10.430Z Compiling publicsuffix v2.2.3
12882024-09-27T03:23:10.727Z Compiling miniz_oxide v0.7.2
12892024-09-27T03:23:11.116Z Compiling tokio-rustls v0.24.1
12902024-09-27T03:23:11.316Z Compiling tokio-rustls v0.26.0
12912024-09-27T03:23:11.528Z Compiling terminal_size v0.3.0
12922024-09-27T03:23:11.548Z Compiling http-body-util v0.1.2
12932024-09-27T03:23:11.589Z Compiling postgres-protocol v0.6.7
12942024-09-27T03:23:11.763Z Compiling serde_urlencoded v0.7.1
12952024-09-27T03:23:11.856Z Compiling sec1 v0.7.3
12962024-09-27T03:23:12.078Z Compiling group v0.13.0
12972024-09-27T03:23:12.353Z Compiling hubpack_derive v0.1.1
12982024-09-27T03:23:12.415Z Compiling num-iter v0.1.45
12992024-09-27T03:23:12.446Z Compiling hkdf v0.12.4
13002024-09-27T03:23:12.590Z Compiling crypto-bigint v0.5.5
13012024-09-27T03:23:12.693Z Compiling curve25519-dalek-derive v0.1.1
13022024-09-27T03:23:12.923Z Compiling zerocopy-derive v0.6.6
13032024-09-27T03:23:13.268Z Compiling async-trait v0.1.83
13042024-09-27T03:23:14.083Z Compiling addr2line v0.21.0
13052024-09-27T03:23:15.275Z Compiling phf_shared v0.11.2
13062024-09-27T03:23:15.387Z Compiling serde_derive_internals v0.29.1
13072024-09-27T03:23:15.659Z Compiling webpki-roots v0.26.3
13082024-09-27T03:23:15.872Z Compiling object v0.32.2
13092024-09-27T03:23:15.930Z Compiling fs-err v2.11.0
13102024-09-27T03:23:16.082Z Compiling hyper v1.4.1
13112024-09-27T03:23:16.221Z Compiling hyper v0.14.30
13122024-09-27T03:23:16.530Z Compiling encoding_rs v0.8.34
13132024-09-27T03:23:18.168Z Compiling winnow v0.5.40
13142024-09-27T03:23:18.720Z Compiling hyper-util v0.1.9
13152024-09-27T03:23:19.757Z Compiling adler2 v2.0.0
13162024-09-27T03:23:19.793Z Compiling mime v0.3.17
13172024-09-27T03:23:19.967Z Compiling anyhow v1.0.89
13182024-09-27T03:23:20.343Z Compiling schemars v0.8.21
13192024-09-27T03:23:20.453Z Compiling base64 v0.21.7
13202024-09-27T03:23:20.628Z Compiling bitflags v1.3.2
13212024-09-27T03:23:20.716Z Compiling rustc-demangle v0.1.24
13222024-09-27T03:23:20.737Z Compiling managed v0.8.0
13232024-09-27T03:23:20.964Z Compiling rustls-pemfile v1.0.4
13242024-09-27T03:23:21.206Z Compiling hyper-rustls v0.27.3
13252024-09-27T03:23:21.400Z Compiling hyper-tls v0.6.0
13262024-09-27T03:23:21.655Z Compiling toml_edit v0.19.15
13272024-09-27T03:23:21.819Z Compiling clap_builder v4.5.18
13282024-09-27T03:23:21.899Z Compiling miniz_oxide v0.8.0
13292024-09-27T03:23:22.022Z Compiling console v0.15.8
13302024-09-27T03:23:22.047Z Compiling schemars_derive v0.8.21
13312024-09-27T03:23:23.069Z Compiling hyper-tls v0.5.0
13322024-09-27T03:23:23.148Z Compiling hyper-rustls v0.24.2
13332024-09-27T03:23:23.502Z Compiling phf v0.11.2
13342024-09-27T03:23:23.522Z Compiling elliptic-curve v0.13.8
13352024-09-27T03:23:23.614Z Compiling rayon v1.10.0
13362024-09-27T03:23:23.794Z Compiling zerocopy v0.6.6
13372024-09-27T03:23:24.340Z Compiling cookie_store v0.21.0
13382024-09-27T03:23:25.389Z Compiling hubpack v0.1.2
13392024-09-27T03:23:25.876Z Compiling postgres-types v0.2.8
13402024-09-27T03:23:27.424Z Compiling usdt-macro v0.5.0
13412024-09-27T03:23:27.465Z Compiling usdt-attr-macro v0.5.0
13422024-09-27T03:23:28.394Z Compiling serde-big-array v0.5.1
13432024-09-27T03:23:28.420Z Compiling ed25519 v2.2.3
13442024-09-27T03:23:28.614Z Compiling pkcs1 v0.7.5
13452024-09-27T03:23:28.921Z Compiling futures-executor v0.3.30
13462024-09-27T03:23:29.094Z Compiling rfc6979 v0.4.0
13472024-09-27T03:23:29.290Z Compiling regex v1.10.6
13482024-09-27T03:23:29.487Z Compiling bstr v1.9.1
13492024-09-27T03:23:29.507Z Compiling serde_repr v0.1.19
13502024-09-27T03:23:29.656Z Compiling strum_macros v0.25.3
13512024-09-27T03:23:30.445Z Compiling clap_derive v4.5.18
13522024-09-27T03:23:30.477Z Compiling enum-as-inner v0.6.0
13532024-09-27T03:23:30.733Z Compiling phf_shared v0.10.0
13542024-09-27T03:23:31.136Z Compiling rustls-pemfile v2.1.3
13552024-09-27T03:23:31.238Z Compiling float-cmp v0.9.0
13562024-09-27T03:23:31.303Z Compiling idna v0.4.0
13572024-09-27T03:23:31.464Z Compiling sync_wrapper v1.0.1
13582024-09-27T03:23:31.587Z Compiling mio v0.8.11
13592024-09-27T03:23:31.605Z Compiling bit-vec v0.6.3
13602024-09-27T03:23:31.625Z Compiling sync_wrapper v0.1.2
13612024-09-27T03:23:31.752Z Compiling whoami v1.5.2
13622024-09-27T03:23:32.061Z Compiling data-encoding v2.6.0
13632024-09-27T03:23:32.408Z Compiling difflib v0.4.0
13642024-09-27T03:23:32.801Z Compiling dyn-clone v1.0.17
13652024-09-27T03:23:32.836Z Compiling static_assertions v1.1.0
13662024-09-27T03:23:32.878Z Compiling unicode-segmentation v1.11.0
13672024-09-27T03:23:32.945Z Compiling minimal-lexical v0.2.1
13682024-09-27T03:23:33.021Z Compiling predicates-core v1.0.6
13692024-09-27T03:23:33.379Z Compiling webpki-roots v0.25.4
13702024-09-27T03:23:33.482Z Compiling fixedbitset v0.4.2
13712024-09-27T03:23:33.549Z Compiling new_debug_unreachable v1.0.6
13722024-09-27T03:23:33.647Z Compiling normalize-line-endings v0.3.0
13732024-09-27T03:23:33.695Z Compiling precomputed-hash v0.1.1
13742024-09-27T03:23:33.768Z Compiling number_prefix v0.4.0
13752024-09-27T03:23:33.812Z Compiling string_cache v0.8.7
13762024-09-27T03:23:33.847Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13772024-09-27T03:23:33.935Z Compiling indicatif v0.17.8
13782024-09-27T03:23:33.937Z Compiling petgraph v0.6.5
13792024-09-27T03:23:33.989Z Compiling predicates v3.1.2
13802024-09-27T03:23:34.266Z Compiling reqwest v0.11.27
13812024-09-27T03:23:34.468Z Compiling similar v2.6.0
13822024-09-27T03:23:35.482Z Compiling clap v4.5.18
13832024-09-27T03:23:35.607Z Compiling nom v7.1.3
13842024-09-27T03:23:36.191Z Compiling toml_edit v0.22.22
13852024-09-27T03:23:36.968Z Compiling hickory-proto v0.24.1
13862024-09-27T03:23:38.052Z Compiling signal-hook-mio v0.2.4
13872024-09-27T03:23:38.233Z Compiling tokio-postgres v0.7.12
13882024-09-27T03:23:39.327Z Compiling bit-set v0.5.3
13892024-09-27T03:23:39.487Z Compiling usdt v0.5.0
13902024-09-27T03:23:39.611Z Compiling reqwest v0.12.7
13912024-09-27T03:23:39.992Z Compiling ecdsa v0.16.9
13922024-09-27T03:23:40.594Z Compiling futures v0.3.30
13932024-09-27T03:23:40.660Z Compiling rsa v0.9.6
13942024-09-27T03:23:40.718Z Compiling ed25519-dalek v2.1.1
13952024-09-27T03:23:40.861Z Compiling flate2 v1.0.33
13962024-09-27T03:23:41.840Z Compiling toml v0.7.8
13972024-09-27T03:23:43.563Z Compiling tokio-stream v0.1.16
13982024-09-27T03:23:43.734Z Compiling openapiv3 v2.0.0
13992024-09-27T03:23:43.968Z Compiling hex v0.4.3
14002024-09-27T03:23:44.511Z Compiling x509-cert v0.2.5
14012024-09-27T03:23:44.579Z Compiling sha1 v0.10.6
14022024-09-27T03:23:44.641Z Compiling itertools v0.10.5
14032024-09-27T03:23:45.010Z Compiling itertools v0.12.1
14042024-09-27T03:23:47.111Z Compiling dirs-sys-next v0.1.2
14052024-09-27T03:23:47.386Z Compiling unicode-xid v0.2.4
14062024-09-27T03:23:47.439Z Compiling lalrpop-util v0.19.12
14072024-09-27T03:23:47.565Z Compiling peg-runtime v0.8.3
14082024-09-27T03:23:47.780Z Compiling dirs-next v2.0.0
14092024-09-27T03:23:47.799Z Compiling thread_local v1.1.8
14102024-09-27T03:23:47.984Z Compiling slog-async v2.8.0
14112024-09-27T03:23:48.181Z Compiling term v0.7.0
14122024-09-27T03:23:48.218Z Compiling xattr v1.3.1
14132024-09-27T03:23:48.233Z Compiling strum_macros v0.26.4
14142024-09-27T03:23:48.383Z Compiling crossbeam-channel v0.5.12
14152024-09-27T03:23:48.478Z Compiling is-terminal v0.4.12
14162024-09-27T03:23:48.596Z Compiling filetime v0.2.25
14172024-09-27T03:23:48.616Z Compiling take_mut v0.2.2
14182024-09-27T03:23:48.774Z Compiling slog-term v2.9.1
14192024-09-27T03:23:48.916Z Compiling tar v0.4.42
14202024-09-27T03:23:48.954Z Compiling camino v1.1.9
14212024-09-27T03:23:50.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14222024-09-27T03:23:51.435Z Compiling strum v0.26.3
14232024-09-27T03:23:51.513Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14242024-09-27T03:23:56.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14252024-09-27T03:23:56.761Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14262024-09-27T03:23:56.812ZSep 27 03:23:55.825 INFO Starting download, target: Cockroach
14272024-09-27T03:23:56.812ZSep 27 03:23:55.825 INFO Starting download, target: Clickhouse
14282024-09-27T03:23:56.812ZSep 27 03:23:55.825 INFO Starting download, target: Console
14292024-09-27T03:23:56.812ZSep 27 03:23:55.825 INFO Starting download, target: DendriteOpenapi
14302024-09-27T03:23:56.815ZSep 27 03:23:55.825 INFO Starting download, target: DendriteStub
14312024-09-27T03:23:56.815ZSep 27 03:23:55.825 INFO Starting download, target: MaghemiteMgd
14322024-09-27T03:23:56.815ZSep 27 03:23:55.825 INFO Starting download, target: TransceiverControl
14332024-09-27T03:23:56.815ZSep 27 03:23:55.826 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14342024-09-27T03:23:56.815ZSep 27 03:23:55.826 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14352024-09-27T03:23:56.815ZSep 27 03:23:55.826 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14362024-09-27T03:23:56.815ZSep 27 03:23:55.826 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14372024-09-27T03:23:56.815ZSep 27 03:23:55.826 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14382024-09-27T03:23:56.815ZSep 27 03:23:55.826 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14392024-09-27T03:23:56.815ZSep 27 03:23:55.826 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14402024-09-27T03:23:57.017ZSep 27 03:23:56.007 INFO Download complete, target: DendriteOpenapi
14412024-09-27T03:23:58.037ZSep 27 03:23:56.030 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14422024-09-27T03:23:58.040ZSep 27 03:23:56.421 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14432024-09-27T03:23:58.040ZSep 27 03:23:56.463 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14442024-09-27T03:23:58.040ZSep 27 03:23:56.511 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14452024-09-27T03:23:58.040ZSep 27 03:23:56.810 INFO Download complete, target: TransceiverControl
14462024-09-27T03:23:58.040ZSep 27 03:23:56.822 INFO Download complete, target: Console
14472024-09-27T03:23:58.061ZSep 27 03:23:57.073 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14482024-09-27T03:23:58.061ZSep 27 03:23:57.073 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14492024-09-27T03:23:59.836ZSep 27 03:23:57.846 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14502024-09-27T03:24:00.571ZSep 27 03:23:59.583 INFO Download complete, target: DendriteStub
14512024-09-27T03:24:00.692ZSep 27 03:23:59.704 INFO Download complete, target: MaghemiteMgd
14522024-09-27T03:24:06.466ZSep 27 03:24:05.477 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14532024-09-27T03:24:06.792ZSep 27 03:24:05.802 INFO Checking that binary works, target: Cockroach
14542024-09-27T03:24:06.953ZSep 27 03:24:05.963 INFO Download complete, target: Cockroach
14552024-09-27T03:24:12.748ZSep 27 03:24:11.755 INFO Checking that binary works, target: Clickhouse
14562024-09-27T03:24:12.910ZSep 27 03:24:11.919 INFO Download complete, target: Clickhouse
14572024-09-27T03:24:12.918ZAll prerequisites installed successfully
14582024-09-27T03:24:12.921Z
14592024-09-27T03:24:12.921Zreal 5:05.630569745
14602024-09-27T03:24:12.921Zuser 12:42.052054046
14612024-09-27T03:24:12.921Zsys 2:37.282172158
14622024-09-27T03:24:12.921Ztrap 0.465013577
14632024-09-27T03:24:12.921Ztflt 1.601749530
14642024-09-27T03:24:12.921Zdflt 1.474957203
14652024-09-27T03:24:12.921Zkflt 0.020378369
14662024-09-27T03:24:12.921Zlock 24:32.724167854
14672024-09-27T03:24:12.921Zslp 51:07.356956268
14682024-09-27T03:24:12.921Zlat 46.764203076
14692024-09-27T03:24:12.921Zstop 2:02.928119295
14702024-09-27T03:24:12.921Z+ source ./tools/include/force-git-over-https.sh
14712024-09-27T03:24:12.921Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
14722024-09-27T03:24:12.921Z++ (( i = 0 ))
14732024-09-27T03:24:12.921Z++ (( i < 5 ))
14742024-09-27T03:24:12.921Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
14752024-09-27T03:24:12.924Z++ (( i++ ))
14762024-09-27T03:24:12.924Z++ (( i < 5 ))
14772024-09-27T03:24:12.924Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
14782024-09-27T03:24:12.926Z++ (( i++ ))
14792024-09-27T03:24:12.926Z++ (( i < 5 ))
14802024-09-27T03:24:12.926Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
14812024-09-27T03:24:12.929Z++ (( i++ ))
14822024-09-27T03:24:12.929Z++ (( i < 5 ))
14832024-09-27T03:24:12.929Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
14842024-09-27T03:24:12.932Z++ (( i++ ))
14852024-09-27T03:24:12.932Z++ (( i < 5 ))
14862024-09-27T03:24:12.932Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
14872024-09-27T03:24:12.935Z++ (( i++ ))
14882024-09-27T03:24:12.935Z++ (( i < 5 ))
14892024-09-27T03:24:12.935Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
14902024-09-27T03:24:12.935Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
14912024-09-27T03:24:12.938Z+ rc=0
14922024-09-27T03:24:12.938Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
14932024-09-27T03:24:35.683Z+ case $rc in
14942024-09-27T03:24:35.683Z+ pfexec zfs create -p rpool/images/build/host
14952024-09-27T03:24:35.825Z+ pfexec zfs create -p rpool/images/build/recovery
14962024-09-27T03:24:35.873Z+ cargo xtask releng --output-dir /work
14972024-09-27T03:24:36.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14982024-09-27T03:24:36.475Z Running `target/debug/xtask releng --output-dir /work`
14992024-09-27T03:24:37.421Z Compiling proc-macro2 v1.0.86
15002024-09-27T03:24:37.421Z Compiling unicode-ident v1.0.13
15012024-09-27T03:24:37.421Z Compiling libc v0.2.159
15022024-09-27T03:24:37.424Z Compiling serde v1.0.210
15032024-09-27T03:24:37.424Z Compiling version_check v0.9.5
15042024-09-27T03:24:37.424Z Compiling autocfg v1.3.0
15052024-09-27T03:24:37.424Z Compiling once_cell v1.19.0
15062024-09-27T03:24:37.424Z Compiling cfg-if v1.0.0
15072024-09-27T03:24:37.763Z Compiling typenum v1.17.0
15082024-09-27T03:24:37.828Z Compiling memchr v2.7.2
15092024-09-27T03:24:38.194Z Compiling parking_lot_core v0.9.10
15102024-09-27T03:24:38.242Z Compiling ahash v0.8.11
15112024-09-27T03:24:38.629Z Compiling lock_api v0.4.12
15122024-09-27T03:24:38.692Z Compiling generic-array v0.14.7
15132024-09-27T03:24:38.711Z Compiling serde_json v1.0.128
15142024-09-27T03:24:38.951Z Compiling byteorder v1.5.0
15152024-09-27T03:24:39.012Z Compiling libm v0.2.8
15162024-09-27T03:24:39.049Z Compiling value-bag v1.9.0
15172024-09-27T03:24:39.387Z Compiling quote v1.0.37
15182024-09-27T03:24:39.407Z Compiling num-traits v0.2.19
15192024-09-27T03:24:39.647Z Compiling getrandom v0.2.14
15202024-09-27T03:24:39.715Z Compiling jobserver v0.1.32
15212024-09-27T03:24:39.859Z Compiling syn v2.0.77
15222024-09-27T03:24:39.980Z Compiling log v0.4.22
15232024-09-27T03:24:40.001Z Compiling itoa v1.0.11
15242024-09-27T03:24:40.235Z Compiling cc v1.0.97
15252024-09-27T03:24:40.453Z Compiling scopeguard v1.2.0
15262024-09-27T03:24:40.689Z Compiling slab v0.4.9
15272024-09-27T03:24:40.784Z Compiling thiserror v1.0.64
15282024-09-27T03:24:40.945Z Compiling semver v1.0.23
15292024-09-27T03:24:41.145Z Compiling allocator-api2 v0.2.18
15302024-09-27T03:24:41.295Z Compiling pkg-config v0.3.30
15312024-09-27T03:24:41.343Z Compiling rand_core v0.6.4
15322024-09-27T03:24:41.900Z Compiling ryu v1.0.18
15332024-09-27T03:24:41.921Z Compiling pin-project-lite v0.2.14
15342024-09-27T03:24:42.130Z Compiling smallvec v1.13.2
15352024-09-27T03:24:42.211Z Compiling subtle v2.5.0
15362024-09-27T03:24:42.585Z Compiling httparse v1.8.0
15372024-09-27T03:24:42.588Z Compiling vcpkg v0.2.15
15382024-09-27T03:24:43.521Z Compiling spin v0.9.8
15392024-09-27T03:24:43.660Z Compiling signal-hook-registry v1.4.2
15402024-09-27T03:24:43.691Z Compiling ring v0.17.8
15412024-09-27T03:24:43.946Z Compiling fnv v1.0.7
15422024-09-27T03:24:43.974Z Compiling futures-core v0.3.30
15432024-09-27T03:24:44.081Z Compiling schemars v0.8.21
15442024-09-27T03:24:44.130Z Compiling parking_lot v0.12.2
15452024-09-27T03:24:44.227Z Compiling mio v1.0.2
15462024-09-27T03:24:44.347Z Compiling openssl-sys v0.9.103
15472024-09-27T03:24:44.583Z Compiling heck v0.5.0
15482024-09-27T03:24:44.731Z Compiling socket2 v0.5.7
15492024-09-27T03:24:45.210Z Compiling const-oid v0.9.6
15502024-09-27T03:24:45.308Z Compiling equivalent v1.0.1
15512024-09-27T03:24:45.912Z Compiling futures-sink v0.3.30
15522024-09-27T03:24:46.259Z Compiling openssl v0.10.66
15532024-09-27T03:24:47.524Z Compiling iana-time-zone v0.1.60
15542024-09-27T03:24:47.825Z Compiling serde_derive_internals v0.29.1
15552024-09-27T03:24:48.260Z Compiling native-tls v0.2.11
15562024-09-27T03:24:48.380Z Compiling futures-channel v0.3.30
15572024-09-27T03:24:48.713Z Compiling futures-io v0.3.30
15582024-09-27T03:24:48.816Z Compiling pin-utils v0.1.0
15592024-09-27T03:24:48.879Z Compiling futures-task v0.3.30
15602024-09-27T03:24:49.168Z Compiling rustix v0.38.34
15612024-09-27T03:24:49.171Z Compiling crossbeam-utils v0.8.19
15622024-09-27T03:24:49.295Z Compiling dyn-clone v1.0.17
15632024-09-27T03:24:49.378Z Compiling tinyvec_macros v0.1.1
15642024-09-27T03:24:49.525Z Compiling tinyvec v1.6.0
15652024-09-27T03:24:49.558Z Compiling untrusted v0.9.0
15662024-09-27T03:24:49.746Z Compiling cpufeatures v0.2.12
15672024-09-27T03:24:49.876Z Compiling tracing-core v0.1.32
15682024-09-27T03:24:50.212Z Compiling num-conv v0.1.0
15692024-09-27T03:24:50.425Z Compiling rustls v0.21.12
15702024-09-27T03:24:50.492Z Compiling unicode-bidi v0.3.15
15712024-09-27T03:24:50.771Z Compiling time-core v0.1.2
15722024-09-27T03:24:51.049Z Compiling time-macros v0.2.18
15732024-09-27T03:24:51.199Z Compiling unicode-normalization v0.1.23
15742024-09-27T03:24:52.269Z Compiling aho-corasick v1.1.3
15752024-09-27T03:24:52.444Z Compiling regex-syntax v0.8.4
15762024-09-27T03:24:53.281Z Compiling serde_derive v1.0.210
15772024-09-27T03:24:53.555Z Compiling zeroize_derive v1.4.2
15782024-09-27T03:24:53.707Z Compiling zerocopy-derive v0.7.34
15792024-09-27T03:24:54.155Z Compiling tokio-macros v2.4.0
15802024-09-27T03:24:55.064Z Compiling zeroize v1.8.1
15812024-09-27T03:24:55.529Z Compiling thiserror-impl v1.0.64
15822024-09-27T03:24:55.709Z Compiling zerocopy v0.7.34
15832024-09-27T03:24:56.041Z Compiling futures-macro v0.3.30
15842024-09-27T03:24:56.891Z Compiling tracing-attributes v0.1.27
15852024-09-27T03:24:58.099Z Compiling hashbrown v0.14.5
15862024-09-27T03:24:58.709Z Compiling schemars_derive v0.8.21
15872024-09-27T03:24:59.523Z Compiling crypto-common v0.1.6
15882024-09-27T03:24:59.564Z Compiling der_derive v0.7.2
15892024-09-27T03:24:59.767Z Compiling block-buffer v0.10.4
15902024-09-27T03:25:00.116Z Compiling digest v0.10.7
15912024-09-27T03:25:00.216Z Compiling openssl-macros v0.1.1
15922024-09-27T03:25:00.473Z Compiling futures-util v0.3.30
15932024-09-27T03:25:00.546Z Compiling hmac v0.12.1
15942024-09-27T03:25:00.913Z Compiling tracing v0.1.40
15952024-09-27T03:25:01.175Z Compiling block-padding v0.3.3
15962024-09-27T03:25:01.804Z Compiling inout v0.1.3
15972024-09-27T03:25:02.046Z Compiling cipher v0.4.4
15982024-09-27T03:25:02.099Z Compiling sha2 v0.10.8
15992024-09-27T03:25:02.135Z Compiling regex-automata v0.4.6
16002024-09-27T03:25:02.526Z Compiling scroll_derive v0.12.0
16012024-09-27T03:25:05.595Z Compiling base64ct v1.6.0
16022024-09-27T03:25:05.675Z Compiling ucd-trie v0.1.6
16032024-09-27T03:25:06.284Z Compiling try-lock v0.2.5
16042024-09-27T03:25:06.402Z Compiling pem-rfc7468 v0.7.0
16052024-09-27T03:25:06.459Z Compiling want v0.3.1
16062024-09-27T03:25:06.872Z Compiling pest v2.7.10
16072024-09-27T03:25:07.606Z Compiling bytes v1.7.2
16082024-09-27T03:25:08.882Z Compiling tokio v1.39.3
16092024-09-27T03:25:09.161Z Compiling indexmap v2.5.0
16102024-09-27T03:25:09.185Z Compiling bitflags v2.6.0
16112024-09-27T03:25:09.840Z Compiling uuid v1.10.0
16122024-09-27T03:25:10.156Z Compiling serde_tokenstream v0.2.2
16132024-09-27T03:25:10.815Z Compiling chrono v0.4.38
16142024-09-27T03:25:10.889Z Compiling rustc_version v0.4.0
16152024-09-27T03:25:13.134Z Compiling slog v2.7.0
16162024-09-27T03:25:13.167Z Compiling flagset v0.4.5
16172024-09-27T03:25:13.762Z Compiling httpdate v1.0.3
16182024-09-27T03:25:13.764Z Compiling syn v1.0.109
16192024-09-27T03:25:14.476Z Compiling rustls v0.23.10
16202024-09-27T03:25:14.529Z Compiling percent-encoding v2.3.1
16212024-09-27T03:25:15.021Z Compiling der v0.7.9
16222024-09-27T03:25:15.562Z Compiling pest_meta v2.7.10
16232024-09-27T03:25:15.616Z Compiling http v1.1.0
16242024-09-27T03:25:17.459Z Compiling tower-service v0.3.2
16252024-09-27T03:25:17.621Z Compiling spki v0.7.3
16262024-09-27T03:25:18.036Z Compiling pest_generator v2.7.10
16272024-09-27T03:25:18.388Z Compiling tokio-util v0.7.12
16282024-09-27T03:25:18.697Z Compiling http v0.2.12
16292024-09-27T03:25:20.226Z Compiling regex v1.10.6
16302024-09-27T03:25:20.476Z Compiling salsa20 v0.10.2
16312024-09-27T03:25:20.947Z Compiling pbkdf2 v0.12.2
16322024-09-27T03:25:21.368Z Compiling cookie v0.18.1
16332024-09-27T03:25:21.527Z Compiling foreign-types-shared v0.1.1
16342024-09-27T03:25:21.706Z Compiling crc32fast v1.4.0
16352024-09-27T03:25:21.752Z Compiling rayon-core v1.12.1
16362024-09-27T03:25:22.184Z Compiling foreign-types v0.3.2
16372024-09-27T03:25:23.143Z Compiling scrypt v0.11.0
16382024-09-27T03:25:23.876Z Compiling pest_derive v2.7.10
16392024-09-27T03:25:23.926Z Compiling form_urlencoded v1.2.1
16402024-09-27T03:25:24.654Z Compiling aes v0.8.4
16412024-09-27T03:25:24.819Z Compiling cbc v0.1.2
16422024-09-27T03:25:24.978Z Compiling usdt-impl v0.5.0
16432024-09-27T03:25:25.664Z Compiling heck v0.4.1
16442024-09-27T03:25:26.047Z Compiling pkcs5 v0.7.1
16452024-09-27T03:25:27.371Z Compiling heapless v0.7.17
16462024-09-27T03:25:28.037Z Compiling scroll v0.12.0
16472024-09-27T03:25:28.365Z Compiling zerocopy-derive v0.6.6
16482024-09-27T03:25:28.876Z Compiling backtrace v0.3.71
16492024-09-27T03:25:29.435Z Compiling errno v0.3.9
16502024-09-27T03:25:30.476Z Compiling plain v0.2.3
16512024-09-27T03:25:30.655Z Compiling ppv-lite86 v0.2.17
16522024-09-27T03:25:31.491Z Compiling num-bigint-dig v0.8.4
16532024-09-27T03:25:31.923Z Compiling openssl-probe v0.1.5
16542024-09-27T03:25:32.625Z Compiling rand_chacha v0.3.1
16552024-09-27T03:25:32.710Z Compiling goblin v0.8.2
16562024-09-27T03:25:34.961Z Compiling pkcs8 v0.10.2
16572024-09-27T03:25:38.420Z Compiling openapiv3 v2.0.0
16582024-09-27T03:25:43.185Z Compiling async-trait v0.1.83
16592024-09-27T03:25:43.288Z Compiling idna v0.5.0
16602024-09-27T03:25:43.396Z Compiling pretty-hex v0.4.1
16612024-09-27T03:25:43.637Z Compiling strsim v0.11.1
16622024-09-27T03:25:44.388Z Compiling rustversion v1.0.17
16632024-09-27T03:25:45.027Z Compiling rustls-pki-types v1.7.0
16642024-09-27T03:25:45.294Z Compiling unicode-width v0.1.13
16652024-09-27T03:25:45.645Z Compiling url v2.5.2
16662024-09-27T03:25:46.304Z Compiling dof v0.3.0
16672024-09-27T03:25:47.690Z Compiling tokio-native-tls v0.3.1
16682024-09-27T03:25:48.059Z Compiling rand v0.8.5
16692024-09-27T03:25:48.409Z Compiling dtrace-parser v0.2.0
16702024-09-27T03:25:49.742Z Compiling http-body v1.0.0
16712024-09-27T03:25:49.778Z Compiling curve25519-dalek v4.1.3
16722024-09-27T03:25:50.104Z Compiling thread-id v4.2.1
16732024-09-27T03:25:50.261Z Compiling encoding_rs v0.8.34
16742024-09-27T03:25:50.311Z Compiling signal-hook v0.3.17
16752024-09-27T03:25:50.349Z Compiling anyhow v1.0.89
16762024-09-27T03:25:50.822Z Compiling powerfmt v0.2.0
16772024-09-27T03:25:51.358Z Compiling atomic-waker v1.1.2
16782024-09-27T03:25:51.415Z Compiling portable-atomic v1.6.0
16792024-09-27T03:25:51.442Z Compiling smoltcp v0.9.1
16802024-09-27T03:25:51.648Z Compiling mime v0.3.17
16812024-09-27T03:25:52.180Z Compiling h2 v0.4.6
16822024-09-27T03:25:52.403Z Compiling deranged v0.3.11
16832024-09-27T03:25:56.360Z Compiling serde_urlencoded v0.7.1
16842024-09-27T03:25:57.064Z Compiling clap_derive v4.5.18
16852024-09-27T03:25:57.481Z Compiling base64 v0.22.1
16862024-09-27T03:25:58.661Z Compiling ipnet v2.9.0
16872024-09-27T03:25:59.102Z Compiling num_threads v0.1.7
16882024-09-27T03:25:59.363Z Compiling siphasher v0.3.11
16892024-09-27T03:25:59.365Z Compiling base64 v0.21.7
16902024-09-27T03:26:00.563Z Compiling hyper v1.4.1
16912024-09-27T03:26:00.891Z Compiling time v0.3.36
16922024-09-27T03:26:03.499Z Compiling crossbeam-epoch v0.9.18
16932024-09-27T03:26:04.035Z Compiling rustls-webpki v0.102.4
16942024-09-27T03:26:04.908Z Compiling h2 v0.3.26
16952024-09-27T03:26:05.016Z Compiling http-body v0.4.6
16962024-09-27T03:26:05.628Z Compiling hubpack_derive v0.1.1
16972024-09-27T03:26:06.611Z Compiling sct v0.7.1
16982024-09-27T03:26:06.769Z Compiling rustls-webpki v0.101.7
16992024-09-27T03:26:08.861Z Compiling signature v2.2.0
17002024-09-27T03:26:09.220Z Compiling curve25519-dalek-derive v0.1.1
17012024-09-27T03:26:09.393Z Compiling lazy_static v1.5.0
17022024-09-27T03:26:09.564Z Compiling socket2 v0.4.10
17032024-09-27T03:26:11.468Z Compiling fs-err v2.11.0
17042024-09-27T03:26:11.544Z Compiling either v1.13.0
17052024-09-27T03:26:11.749Z Compiling utf8parse v0.2.1
17062024-09-27T03:26:11.910Z Compiling anstyle v1.0.8
17072024-09-27T03:26:11.978Z Compiling finl_unicode v1.2.0
17082024-09-27T03:26:12.414Z Compiling anstyle-parse v0.2.4
17092024-09-27T03:26:12.658Z Compiling stringprep v0.1.4
17102024-09-27T03:26:13.664Z Compiling hyper v0.14.30
17112024-09-27T03:26:23.419Z Compiling crossbeam-deque v0.8.5
17122024-09-27T03:26:23.759Z Compiling hyper-util v0.1.9
17132024-09-27T03:26:24.451Z Compiling usdt-macro v0.5.0
17142024-09-27T03:26:25.747Z Compiling usdt-attr-macro v0.5.0
17152024-09-27T03:26:25.993Z Compiling toml_datetime v0.6.8
17162024-09-27T03:26:26.448Z Compiling serde_spanned v0.6.7
17172024-09-27T03:26:26.670Z Compiling idna v0.3.0
17182024-09-27T03:26:26.777Z Compiling md-5 v0.10.6
17192024-09-27T03:26:27.022Z Compiling regress v0.9.1
17202024-09-27T03:26:27.322Z Compiling num-integer v0.1.46
17212024-09-27T03:26:28.018Z Compiling ff v0.13.0
17222024-09-27T03:26:28.136Z Compiling hash32 v0.2.1
17232024-09-27T03:26:28.265Z Compiling base16ct v0.2.0
17242024-09-27T03:26:28.510Z Compiling gimli v0.28.1
17252024-09-27T03:26:30.764Z Compiling colorchoice v1.0.1
17262024-09-27T03:26:30.936Z Compiling is_terminal_polyfill v1.70.0
17272024-09-27T03:26:30.964Z Compiling adler v1.0.2
17282024-09-27T03:26:31.077Z Compiling fallible-iterator v0.2.0
17292024-09-27T03:26:31.185Z Compiling anstyle-query v1.0.3
17302024-09-27T03:26:31.342Z Compiling psl-types v2.0.11
17312024-09-27T03:26:31.552Z Compiling stable_deref_trait v1.2.0
17322024-09-27T03:26:31.768Z Compiling postgres-protocol v0.6.7
17332024-09-27T03:26:32.587Z Compiling publicsuffix v2.2.3
17342024-09-27T03:26:32.864Z Compiling addr2line v0.21.0
17352024-09-27T03:26:32.904Z Compiling anstream v0.6.14
17362024-09-27T03:26:32.979Z Compiling miniz_oxide v0.7.2
17372024-09-27T03:26:33.382Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17382024-09-27T03:26:33.491Z Compiling sec1 v0.7.3
17392024-09-27T03:26:33.568Z Compiling group v0.13.0
17402024-09-27T03:26:33.696Z Compiling num-iter v0.1.45
17412024-09-27T03:26:34.052Z Compiling tokio-rustls v0.26.0
17422024-09-27T03:26:34.525Z Compiling tokio-rustls v0.24.1
17432024-09-27T03:26:34.994Z Compiling terminal_size v0.3.0
17442024-09-27T03:26:35.212Z Compiling phf_shared v0.11.2
17452024-09-27T03:26:35.293Z Compiling strum_macros v0.25.3
17462024-09-27T03:26:35.622Z Compiling http-body-util v0.1.2
17472024-09-27T03:26:35.626Z Compiling webpki-roots v0.26.3
17482024-09-27T03:26:36.101Z Compiling enum-as-inner v0.6.0
17492024-09-27T03:26:37.176Z Compiling hkdf v0.12.4
17502024-09-27T03:26:37.202Z Compiling crypto-bigint v0.5.5
17512024-09-27T03:26:37.420Z Compiling regress v0.10.1
17522024-09-27T03:26:38.698Z Compiling serde_repr v0.1.19
17532024-09-27T03:26:38.878Z Compiling object v0.32.2
17542024-09-27T03:26:40.605Z Compiling bitflags v1.3.2
17552024-09-27T03:26:41.216Z Compiling rustc-demangle v0.1.24
17562024-09-27T03:26:42.091Z Compiling clap_lex v0.7.0
17572024-09-27T03:26:42.525Z Compiling managed v0.8.0
17582024-09-27T03:26:42.989Z Compiling winnow v0.5.40
17592024-09-27T03:26:43.028Z Compiling adler2 v2.0.0
17602024-09-27T03:26:43.190Z Compiling miniz_oxide v0.8.0
17612024-09-27T03:26:43.341Z Compiling rustls-pemfile v1.0.4
17622024-09-27T03:26:43.491Z Compiling clap_builder v4.5.18
17632024-09-27T03:26:44.089Z Compiling typify-impl v0.2.0
17642024-09-27T03:26:44.113Z Compiling elliptic-curve v0.13.8
17652024-09-27T03:26:44.876Z Compiling hyper-tls v0.6.0
17662024-09-27T03:26:45.247Z Compiling hyper-rustls v0.27.3
17672024-09-27T03:26:45.421Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17682024-09-27T03:26:46.166Z Compiling phf v0.11.2
17692024-09-27T03:26:46.466Z Compiling toml_edit v0.19.15
17702024-09-27T03:26:47.864Z Compiling hyper-rustls v0.24.2
17712024-09-27T03:26:48.219Z Compiling rayon v1.10.0
17722024-09-27T03:26:48.595Z Compiling cookie_store v0.21.0
17732024-09-27T03:26:48.791Z Compiling postgres-types v0.2.8
17742024-09-27T03:26:49.193Z Compiling hyper-tls v0.5.0
17752024-09-27T03:26:49.973Z Compiling console v0.15.8
17762024-09-27T03:26:50.094Z Compiling ed25519 v2.2.3
17772024-09-27T03:26:50.124Z Compiling hubpack v0.1.2
17782024-09-27T03:26:50.508Z Compiling rustls-pemfile v2.1.3
17792024-09-27T03:26:50.563Z Compiling phf_shared v0.10.0
17802024-09-27T03:26:51.161Z Compiling pkcs1 v0.7.5
17812024-09-27T03:26:51.241Z Compiling zerocopy v0.6.6
17822024-09-27T03:26:52.081Z Compiling bstr v1.9.1
17832024-09-27T03:26:52.101Z Compiling futures-executor v0.3.30
17842024-09-27T03:26:52.121Z Compiling serde-big-array v0.5.1
17852024-09-27T03:26:52.365Z Compiling idna v0.4.0
17862024-09-27T03:26:52.861Z Compiling rfc6979 v0.4.0
17872024-09-27T03:26:52.932Z Compiling sync_wrapper v1.0.1
17882024-09-27T03:26:53.056Z Compiling float-cmp v0.9.0
17892024-09-27T03:26:53.240Z Compiling mio v0.8.11
17902024-09-27T03:26:53.281Z Compiling memmap v0.7.0
17912024-09-27T03:26:53.302Z Compiling unicode-segmentation v1.11.0
17922024-09-27T03:26:53.608Z Compiling winnow v0.6.18
17932024-09-27T03:26:53.664Z Compiling bit-vec v0.6.3
17942024-09-27T03:26:53.776Z Compiling sync_wrapper v0.1.2
17952024-09-27T03:26:53.922Z Compiling data-encoding v2.6.0
17962024-09-27T03:26:54.079Z Compiling difflib v0.4.0
17972024-09-27T03:26:54.121Z Compiling precomputed-hash v0.1.1
17982024-09-27T03:26:54.254Z Compiling whoami v1.5.2
17992024-09-27T03:26:54.301Z Compiling fixedbitset v0.4.2
18002024-09-27T03:26:54.702Z Compiling static_assertions v1.1.0
18012024-09-27T03:26:54.718Z Compiling webpki-roots v0.25.4
18022024-09-27T03:26:54.784Z Compiling number_prefix v0.4.0
18032024-09-27T03:26:54.809Z Compiling normalize-line-endings v0.3.0
18042024-09-27T03:26:54.938Z Compiling minimal-lexical v0.2.1
18052024-09-27T03:26:55.186Z Compiling predicates-core v1.0.6
18062024-09-27T03:26:55.210Z Compiling new_debug_unreachable v1.0.6
18072024-09-27T03:26:55.316Z Compiling string_cache v0.8.7
18082024-09-27T03:26:55.416Z Compiling predicates v3.1.2
18092024-09-27T03:26:55.476Z Compiling nom v7.1.3
18102024-09-27T03:26:55.596Z Compiling reqwest v0.11.27
18112024-09-27T03:26:55.745Z Compiling indicatif v0.17.8
18122024-09-27T03:26:55.941Z Compiling typify-macro v0.2.0
18132024-09-27T03:26:56.929Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18142024-09-27T03:26:57.265Z Compiling toml_edit v0.22.22
18152024-09-27T03:26:57.540Z Compiling hickory-proto v0.24.1
18162024-09-27T03:26:57.559Z Compiling tokio-postgres v0.7.12
18172024-09-27T03:26:59.107Z Compiling petgraph v0.6.5
18182024-09-27T03:26:59.781Z Compiling bit-set v0.5.3
18192024-09-27T03:27:00.083Z Compiling similar v2.6.0
18202024-09-27T03:27:02.058Z Compiling signal-hook-mio v0.2.4
18212024-09-27T03:27:02.250Z Compiling usdt v0.5.0
18222024-09-27T03:27:02.709Z Compiling reqwest v0.12.7
18232024-09-27T03:27:02.789Z Compiling ecdsa v0.16.9
18242024-09-27T03:27:03.027Z Compiling futures v0.3.30
18252024-09-27T03:27:03.158Z Compiling rsa v0.9.6
18262024-09-27T03:27:04.776Z Compiling ed25519-dalek v2.1.1
18272024-09-27T03:27:05.233Z Compiling toml v0.7.8
18282024-09-27T03:27:05.293Z Compiling clap v4.5.18
18292024-09-27T03:27:05.329Z Compiling flate2 v1.0.33
18302024-09-27T03:27:05.424Z Compiling itertools v0.10.5
18312024-09-27T03:27:05.713Z Compiling itertools v0.12.1
18322024-09-27T03:27:06.825Z Compiling tokio-stream v0.1.16
18332024-09-27T03:27:06.857Z Compiling x509-cert v0.2.5
18342024-09-27T03:27:07.623Z Compiling hex v0.4.3
18352024-09-27T03:27:08.333Z Compiling sha1 v0.10.6
18362024-09-27T03:27:09.117Z Compiling unsafe-libyaml v0.2.11
18372024-09-27T03:27:10.017Z Compiling camino v1.1.9
18382024-09-27T03:27:10.780Z Compiling lalrpop-util v0.19.12
18392024-09-27T03:27:11.151Z Compiling unicode-xid v0.2.4
18402024-09-27T03:27:11.333Z Compiling peg-runtime v0.8.3
18412024-09-27T03:27:11.837Z Compiling radium v0.7.0
18422024-09-27T03:27:12.411Z Compiling serde_yaml v0.9.34+deprecated
18432024-09-27T03:27:12.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442024-09-27T03:27:19.125Z Compiling is-terminal v0.4.12
18452024-09-27T03:27:20.125Z Compiling ident_case v1.0.1
18462024-09-27T03:27:20.543Z Compiling tap v1.0.1
18472024-09-27T03:27:20.562Z Compiling maybe-uninit v2.0.0
18482024-09-27T03:27:27.795Z Compiling wyz v0.5.1
18492024-09-27T03:27:34.148Z Compiling darling_core v0.20.9
18502024-09-27T03:27:43.986Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18512024-09-27T03:27:44.224Z Compiling getopts v0.2.21
18522024-09-27T03:27:45.816Z Compiling bzip2-sys v0.1.11+1.0.8
18532024-09-27T03:27:46.316Z Compiling dirs-sys-next v0.1.2
18542024-09-27T03:27:47.682Z Compiling funty v2.0.0
18552024-09-27T03:27:47.805Z Compiling rustls v0.22.4
18562024-09-27T03:27:47.825Z Compiling paste v1.0.15
18572024-09-27T03:27:47.852Z Compiling packed_struct v0.10.1
18582024-09-27T03:27:49.263Z Compiling bitvec v1.0.1
18592024-09-27T03:27:50.201Z Compiling dirs-next v2.0.0
18602024-09-27T03:27:53.816Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18612024-09-27T03:27:57.089Z Compiling darling_macro v0.20.9
18622024-09-27T03:27:59.335Z Compiling typify v0.2.0
18632024-09-27T03:28:00.602Z Compiling packed_struct_codegen v0.10.1
18642024-09-27T03:28:03.201Z Compiling structmeta-derive v0.3.0
18652024-09-27T03:28:03.611Z Compiling thread_local v1.1.8
18662024-09-27T03:28:04.735Z Compiling indexmap v1.9.3
18672024-09-27T03:28:05.079Z Compiling multer v3.1.0
18682024-09-27T03:28:05.410Z Compiling slog-async v2.8.0
18692024-09-27T03:28:05.924Z Compiling crc-catalog v2.4.0
18702024-09-27T03:28:06.129Z Compiling nodrop v0.1.14
18712024-09-27T03:28:06.384Z Compiling match_cfg v0.1.0
18722024-09-27T03:28:06.404Z Compiling fastrand v2.1.0
18732024-09-27T03:28:06.495Z Compiling hostname v0.3.1
18742024-09-27T03:28:07.092Z Compiling tempfile v3.10.1
18752024-09-27T03:28:07.256Z Compiling array-init v0.0.4
18762024-09-27T03:28:08.593Z Compiling crc v3.2.1
18772024-09-27T03:28:08.825Z Compiling structmeta v0.3.0
18782024-09-27T03:28:10.520Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18792024-09-27T03:28:14.828Z Compiling progenitor-impl v0.8.0
18802024-09-27T03:28:16.723Z Compiling smallvec v0.6.14
18812024-09-27T03:28:17.246Z Compiling darling v0.20.9
18822024-09-27T03:28:17.710Z Compiling term v0.7.0
18832024-09-27T03:28:23.151Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18842024-09-27T03:28:25.490Z Compiling slog-json v2.6.1
18852024-09-27T03:28:26.243Z Compiling crossbeam-channel v0.5.12
18862024-09-27T03:28:26.809Z Compiling pin-project-internal v1.1.5
18872024-09-27T03:28:27.462Z Compiling async-stream-impl v0.3.5
18882024-09-27T03:28:28.711Z Compiling dropshot v0.12.0
18892024-09-27T03:28:30.700Z Compiling hashbrown v0.12.3
18902024-09-27T03:28:30.815Z Compiling take_mut v0.2.2
18912024-09-27T03:28:31.010Z Compiling same-file v1.0.6
18922024-09-27T03:28:31.301Z Compiling termcolor v1.4.1
18932024-09-27T03:28:32.378Z Compiling bitfield v0.14.0
18942024-09-27T03:28:40.004Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18952024-09-27T03:28:41.891Z Compiling env_logger v0.10.2
18962024-09-27T03:28:44.828Z Compiling walkdir v2.5.0
18972024-09-27T03:28:48.813Z Compiling pin-project v1.1.5
18982024-09-27T03:28:49.261Z Compiling async-stream v0.3.5
18992024-09-27T03:28:50.169Z Compiling tokio-rustls v0.25.0
19002024-09-27T03:28:50.852Z Compiling slog-bunyan v2.5.0
19012024-09-27T03:28:51.161Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19022024-09-27T03:28:51.855Z Compiling progenitor-macro v0.8.0
19032024-09-27T03:28:51.876Z Compiling slog-term v2.9.1
19042024-09-27T03:28:52.587Z Compiling bzip2 v0.4.4
19052024-09-27T03:28:52.589Z Compiling serde_with_macros v3.9.0
19062024-09-27T03:28:53.057Z Compiling serde-hex v0.1.0
19072024-09-27T03:28:54.595Z Compiling parse-display-derive v0.10.0
19082024-09-27T03:28:55.189Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19092024-09-27T03:28:55.529Z Compiling toml v0.8.19
19102024-09-27T03:28:57.250Z Compiling progenitor-client v0.8.0
19112024-09-27T03:28:58.642Z Compiling waitgroup v0.1.2
19122024-09-27T03:28:58.895Z Compiling ron v0.8.1
19132024-09-27T03:29:01.460Z Compiling strum_macros v0.26.4
19142024-09-27T03:29:01.693Z Compiling xattr v1.3.1
19152024-09-27T03:29:02.016Z Compiling snafu-derive v0.8.2
19162024-09-27T03:29:02.286Z Compiling ipnetwork v0.20.0
19172024-09-27T03:29:04.876Z Compiling newtype-uuid v1.1.0
19182024-09-27T03:29:05.922Z Compiling dropshot_endpoint v0.12.0
19192024-09-27T03:29:06.002Z Compiling serde_path_to_error v0.1.16
19202024-09-27T03:29:06.337Z Compiling hashbrown v0.13.2
19212024-09-27T03:29:06.492Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19222024-09-27T03:29:06.737Z Compiling blake3 v1.5.1
19232024-09-27T03:29:06.999Z Compiling ring v0.16.20
19242024-09-27T03:29:07.252Z Compiling hostname v0.4.0
19252024-09-27T03:29:07.342Z Compiling filetime v0.2.25
19262024-09-27T03:29:07.528Z Compiling instant v0.1.12
19272024-09-27T03:29:07.694Z Compiling debug-ignore v1.0.5
19282024-09-27T03:29:07.864Z Compiling buf-list v1.0.3
19292024-09-27T03:29:08.037Z Compiling crc-any v2.5.0
19302024-09-27T03:29:08.428Z Compiling backoff v0.4.0
19312024-09-27T03:29:08.485Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19322024-09-27T03:29:08.738Z Compiling tar v0.4.42
19332024-09-27T03:29:08.778Z Compiling object v0.30.4
19342024-09-27T03:29:09.609Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19352024-09-27T03:29:09.822Z Compiling snafu v0.8.2
19362024-09-27T03:29:11.168Z Compiling progenitor v0.8.0
19372024-09-27T03:29:11.432Z Compiling strum v0.26.3
19382024-09-27T03:29:11.655Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19392024-09-27T03:29:12.188Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19402024-09-27T03:29:13.854Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
19412024-09-27T03:29:14.166Z Compiling parse-display v0.10.0
19422024-09-27T03:29:15.545Z Compiling serde_with v3.9.0
19432024-09-27T03:29:15.807Z Compiling zip v0.6.6
19442024-09-27T03:29:16.080Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19452024-09-27T03:29:16.780Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19462024-09-27T03:29:18.582Z Compiling camino-tempfile v1.1.1
19472024-09-27T03:29:19.360Z Compiling globset v0.4.14
19482024-09-27T03:29:19.926Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19492024-09-27T03:29:20.124Z Compiling pem v3.0.4
19502024-09-27T03:29:21.651Z Compiling olpc-cjson v0.1.3
19512024-09-27T03:29:21.673Z Compiling macaddr v1.0.1
19522024-09-27T03:29:21.991Z Compiling serde_plain v1.0.2
19532024-09-27T03:29:22.319Z Compiling async-recursion v1.1.1
19542024-09-27T03:29:22.523Z Compiling memmap2 v0.9.4
19552024-09-27T03:29:22.542Z Compiling arrayvec v0.7.4
19562024-09-27T03:29:23.019Z Compiling spin v0.5.2
19572024-09-27T03:29:23.117Z Compiling path-slash v0.1.5
19582024-09-27T03:29:23.291Z Compiling untrusted v0.7.1
19592024-09-27T03:29:23.378Z Compiling arrayref v0.3.7
19602024-09-27T03:29:23.484Z Compiling typed-path v0.7.1
19612024-09-27T03:29:23.503Z Compiling constant_time_eq v0.3.0
19622024-09-27T03:29:25.788Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19632024-09-27T03:29:26.427Z Compiling tough v0.17.1
19642024-09-27T03:29:27.017Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19652024-09-27T03:29:30.803Z Compiling itertools v0.13.0
19662024-09-27T03:29:31.070Z Compiling cargo-platform v0.1.8
19672024-09-27T03:29:31.130Z Compiling topological-sort v0.2.2
19682024-09-27T03:29:31.409Z Compiling parse-size v1.0.0
19692024-09-27T03:29:31.711Z Compiling cargo_metadata v0.18.1
19702024-09-27T03:29:32.180Z Compiling omicron-zone-package v0.11.0
19712024-09-27T03:29:34.549Z Compiling shell-words v1.1.0
19722024-09-27T03:29:39.898Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19732024-09-27T03:29:52.826Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
19742024-09-27T03:30:06.784Z Finished `release` profile [optimized] target(s) in 5m 30s
19752024-09-27T03:30:06.939Z Running `target/release/omicron-releng --output-dir /work`
19762024-09-27T03:30:06.983ZSep 27 03:30:05.920 DEBG changing working directory to /work/oxidecomputer/omicron
19772024-09-27T03:30:07.080ZSep 27 03:30:06.017 DEBG running: git rev-parse HEAD
19782024-09-27T03:30:07.087ZSep 27 03:30:06.024 DEBG process exited with exit status: 0 (6.641337ms)
19792024-09-27T03:30:07.087ZSep 27 03:30:06.024 INFO version: 11.0.0-0.ci+git0742018b3c4
19802024-09-27T03:30:07.126ZSep 27 03:30:06.064 INFO cloning helios to /work/oxidecomputer/helios
19812024-09-27T03:30:07.126ZSep 27 03:30:06.064 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
19822024-09-27T03:30:07.132ZCloning into '/work/oxidecomputer/helios'...
19832024-09-27T03:30:07.568ZSep 27 03:30:06.505 DEBG process exited with exit status: 0 (440.951826ms)
19842024-09-27T03:30:07.568ZSep 27 03:30:06.505 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
19852024-09-27T03:30:07.575Z# branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9
19862024-09-27T03:30:07.576Z# branch.head master
19872024-09-27T03:30:07.576Z# branch.upstream origin/master
19882024-09-27T03:30:07.576Z# branch.ab +0 -0
19892024-09-27T03:30:07.578ZSep 27 03:30:06.513 DEBG process exited with exit status: 0 (8.019656ms)
19902024-09-27T03:30:07.578ZSep 27 03:30:06.513 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
19912024-09-27T03:30:08.329ZSep 27 03:30:07.266 DEBG process exited with exit status: 0 (752.922922ms)
19922024-09-27T03:30:08.329ZSep 27 03:30:07.266 DEBG running: zfs list rpool/images/build/host
19932024-09-27T03:30:08.337ZNAME USED AVAIL REFER MOUNTPOINT
19942024-09-27T03:30:08.337Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
19952024-09-27T03:30:08.339ZSep 27 03:30:07.274 DEBG process exited with exit status: 0 (7.397114ms)
19962024-09-27T03:30:08.340ZSep 27 03:30:07.274 DEBG running: zfs list rpool/images/build/recovery
19972024-09-27T03:30:08.343ZNAME USED AVAIL REFER MOUNTPOINT
19982024-09-27T03:30:08.343Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
19992024-09-27T03:30:08.346ZSep 27 03:30:07.280 DEBG process exited with exit status: 0 (6.339754ms)
20002024-09-27T03:30:08.346ZSep 27 03:30:07.281 INFO [hubris-production] running task
20012024-09-27T03:30:08.346ZSep 27 03:30:07.281 INFO [hubris-staging] running task
20022024-09-27T03:30:08.346ZSep 27 03:30:07.282 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
20032024-09-27T03:30:08.349ZSep 27 03:30:07.285 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20042024-09-27T03:30:08.416Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20052024-09-27T03:30:08.873Z[ omicron-package] Blocking waiting for file lock on package cache
20062024-09-27T03:30:09.397Z[ omicron-package] Blocking waiting for file lock on package cache
20072024-09-27T03:30:09.664Z[ omicron-package] Blocking waiting for file lock on package cache
20082024-09-27T03:30:10.143ZSep 27 03:30:09.079 INFO [hubris-production] task succeeded (1.798511333s)
20092024-09-27T03:30:10.503Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20102024-09-27T03:30:10.503Z[ omicron-package] Compiling heapless v0.8.0
20112024-09-27T03:30:10.506Z[ omicron-package] Compiling hash32 v0.3.1
20122024-09-27T03:30:10.506Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20132024-09-27T03:30:10.506Z[ omicron-package] Compiling smoltcp v0.11.0
20142024-09-27T03:30:10.506Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20152024-09-27T03:30:10.506Z[ omicron-package] Compiling cobs v0.2.3
20162024-09-27T03:30:10.506Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20172024-09-27T03:30:11.354Z[ omicron-package] Compiling embedded-io v0.4.0
20182024-09-27T03:30:11.846Z[ omicron-package] Compiling num_enum_derive v0.5.11
20192024-09-27T03:30:11.909Z[ omicron-package] Compiling postcard v1.0.8
20202024-09-27T03:30:12.198Z[ omicron-package] Compiling proc-macro-error v1.0.4
20212024-09-27T03:30:12.201Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20222024-09-27T03:30:12.512Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20232024-09-27T03:30:12.630Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20242024-09-27T03:30:12.846Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20252024-09-27T03:30:13.142Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20262024-09-27T03:30:14.083Z[ omicron-package] Compiling tabwriter v1.4.0
20272024-09-27T03:30:14.179Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20282024-09-27T03:30:14.182Z[ omicron-package] Compiling cstr-argument v0.1.2
20292024-09-27T03:30:14.615Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20302024-09-27T03:30:14.919Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20312024-09-27T03:30:15.162Z[ omicron-package] Compiling foreign-types v0.5.0
20322024-09-27T03:30:15.534Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20332024-09-27T03:30:15.682Z[ omicron-package] Compiling num_enum v0.5.11
20342024-09-27T03:30:15.824Z[ omicron-package] Compiling pretty-hex v0.2.1
20352024-09-27T03:30:16.060Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362024-09-27T03:30:16.254Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20372024-09-27T03:30:16.515Z[ omicron-package] Compiling colored v2.1.0
20382024-09-27T03:30:16.755Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20392024-09-27T03:30:17.012Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
20402024-09-27T03:30:17.245Z[ omicron-package] Compiling sigpipe v0.1.3
20412024-09-27T03:30:17.328Z[ omicron-package] Compiling num-derive v0.4.2
20422024-09-27T03:30:17.380Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
20432024-09-27T03:30:17.895Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20442024-09-27T03:30:18.071Z[ omicron-package] Compiling libefi-sys v0.1.0
20452024-09-27T03:30:18.259Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
20462024-09-27T03:30:18.357ZSep 27 03:30:17.292 INFO [hubris-staging] task succeeded (10.010925528s)
20472024-09-27T03:30:19.038Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20482024-09-27T03:30:19.231Z[ omicron-package] Compiling smf v0.2.3
20492024-09-27T03:30:19.368Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20502024-09-27T03:30:19.452Z[ omicron-package] Compiling bitfield-struct v0.6.1
20512024-09-27T03:30:20.818Z[ omicron-package] Compiling zone v0.3.0
20522024-09-27T03:30:21.333Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
20532024-09-27T03:30:22.076Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20542024-09-27T03:30:22.601Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20552024-09-27T03:30:24.372Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20562024-09-27T03:30:24.431Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20572024-09-27T03:30:24.869Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20582024-09-27T03:30:25.522Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20592024-09-27T03:30:25.673Z[ omicron-package] Compiling gethostname v0.5.0
20602024-09-27T03:30:26.033Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20612024-09-27T03:30:28.674Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20622024-09-27T03:30:31.681Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20632024-09-27T03:30:32.198Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20642024-09-27T03:30:33.846Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20652024-09-27T03:30:49.256Z[ helios-setup] Sep 27 03:30:48.184 INFO helios repository root is: /work/oxidecomputer/helios
20662024-09-27T03:30:49.259Z[ helios-setup] Sep 27 03:30:48.187 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
20672024-09-27T03:30:49.259Z[ helios-setup] Sep 27 03:30:48.187 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
20682024-09-27T03:30:49.259Z[ helios-setup] Sep 27 03:30:48.187 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
20692024-09-27T03:30:49.264Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
20702024-09-27T03:30:50.605Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
20712024-09-27T03:30:50.626Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
20722024-09-27T03:30:54.103Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.74s
20732024-09-27T03:30:54.350Z[ omicron-package]
20742024-09-27T03:30:54.350Z[ omicron-package] real 45.951423705
20752024-09-27T03:30:54.353Z[ omicron-package] user 2:38.695058938
20762024-09-27T03:30:54.353Z[ omicron-package] sys 22.134247554
20772024-09-27T03:30:54.353Z[ omicron-package] trap 0.176181123
20782024-09-27T03:30:54.353Z[ omicron-package] tflt 0.468779907
20792024-09-27T03:30:54.353Z[ omicron-package] dflt 0.547362480
20802024-09-27T03:30:54.353Z[ omicron-package] kflt 0.009601598
20812024-09-27T03:30:54.353Z[ omicron-package] lock 5:33.355696142
20822024-09-27T03:30:54.353Z[ omicron-package] slp 8:34.384161952
20832024-09-27T03:30:54.353Z[ omicron-package] lat 1:35.634684266
20842024-09-27T03:30:54.353Z[ omicron-package] stop 1:02.571330074
20852024-09-27T03:30:54.353ZSep 27 03:30:53.279 INFO [omicron-package] process exited with exit status: 0 (45.997163802s)
20862024-09-27T03:30:54.353ZSep 27 03:30:53.279 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
20872024-09-27T03:30:54.422ZSep 27 03:30:53.350 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
20882024-09-27T03:30:54.434Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
20892024-09-27T03:30:54.436Z[ host-target] Created new build target 'host' and set it as active
20902024-09-27T03:30:54.439ZSep 27 03:30:53.365 INFO [host-target] process exited with exit status: 0 (85.513482ms)
20912024-09-27T03:30:54.439ZSep 27 03:30:53.365 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
20922024-09-27T03:30:54.445Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
20932024-09-27T03:30:54.447Z[ recovery-target] Created new build target 'recovery' and set it as active
20942024-09-27T03:30:54.450ZSep 27 03:30:53.375 INFO [recovery-target] process exited with exit status: 0 (25.654399ms)
20952024-09-27T03:30:54.456Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
20962024-09-27T03:30:55.106Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20972024-09-27T03:30:55.115Z[ helios-setup] Sep 27 03:30:54.042 INFO clone ok!, project: amd-host-image-builder
20982024-09-27T03:30:55.118Z[ helios-setup] Sep 27 03:30:54.043 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20992024-09-27T03:30:55.118Z[ helios-setup] Sep 27 03:30:54.043 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
21002024-09-27T03:30:55.118Z[ helios-setup] Sep 27 03:30:54.043 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21012024-09-27T03:30:55.120Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21022024-09-27T03:30:55.634Z[ helios-setup] Sep 27 03:30:54.562 INFO clone ok!, project: bootserver
21032024-09-27T03:30:55.637Z[ helios-setup] Sep 27 03:30:54.562 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
21042024-09-27T03:30:55.637Z[ helios-setup] Sep 27 03:30:54.562 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21052024-09-27T03:30:55.637Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21062024-09-27T03:30:55.703Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21072024-09-27T03:30:55.703Z[ host-package] Compiling convert_case v0.4.0
21082024-09-27T03:30:55.715Z[ host-package] Compiling camino v1.1.9
21092024-09-27T03:30:55.715Z[ host-package] Compiling newline-converter v0.3.0
21102024-09-27T03:30:55.715Z[ host-package] Compiling password-hash v0.5.0
21112024-09-27T03:30:55.828Z[ host-package] Compiling blake2 v0.10.6
21122024-09-27T03:30:55.841Z[ host-package] Compiling cancel-safe-futures v0.1.5
21132024-09-27T03:30:55.883Z[ host-package] Compiling owo-colors v4.1.0
21142024-09-27T03:30:56.052Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21152024-09-27T03:30:56.095Z[ host-package] Compiling expectorate v1.1.0
21162024-09-27T03:30:56.296Z[ host-package] Compiling derive-where v1.2.7
21172024-09-27T03:30:56.611Z[ host-package] Compiling derive_more v0.99.18
21182024-09-27T03:30:56.808Z[ host-package] Compiling argon2 v0.5.3
21192024-09-27T03:30:56.877Z[ host-package] Compiling libsw v3.3.1
21202024-09-27T03:30:57.037Z[ host-package] Compiling indent_write v2.2.0
21212024-09-27T03:30:57.159Z[ host-package] Compiling linear-map v1.2.0
21222024-09-27T03:30:57.301Z[ host-package] Compiling swrite v0.1.0
21232024-09-27T03:30:57.320Z[ host-package] Compiling toml v0.8.19
21242024-09-27T03:30:57.453Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21252024-09-27T03:30:57.626Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21262024-09-27T03:30:58.162Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21272024-09-27T03:30:58.233Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21282024-09-27T03:30:58.882Z[ host-package] Compiling num-rational v0.4.2
21292024-09-27T03:30:59.355Z[ host-package] Compiling progenitor-client v0.8.0
21302024-09-27T03:30:59.423Z[ host-package] Compiling num-complex v0.4.6
21312024-09-27T03:30:59.673Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21322024-09-27T03:30:59.866Z[ host-package] Compiling dirs-sys-next v0.1.2
21332024-09-27T03:31:00.421Z[ host-package] Compiling dirs-next v2.0.0
21342024-09-27T03:31:00.630Z[ host-package] Compiling num v0.4.3
21352024-09-27T03:31:00.775Z[ host-package] Compiling progenitor v0.8.0
21362024-09-27T03:31:00.825Z[ host-package] Compiling float-ord v0.3.2
21372024-09-27T03:31:01.036Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21382024-09-27T03:31:01.070Z[ host-package] Compiling term v0.7.0
21392024-09-27T03:31:01.442Z[ host-package] Compiling atomicwrites v0.4.4
21402024-09-27T03:31:02.185Z[ host-package] Compiling prettyplease v0.2.22
21412024-09-27T03:31:02.203Z[ helios-setup] Sep 27 03:31:01.128 INFO clone ok!, project: amd-firmware
21422024-09-27T03:31:02.203Z[ helios-setup] Sep 27 03:31:01.128 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
21432024-09-27T03:31:02.203Z[ helios-setup] Sep 27 03:31:01.128 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21442024-09-27T03:31:02.207Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21452024-09-27T03:31:02.521Z[ host-package] Compiling semver v0.1.20
21462024-09-27T03:31:02.583Z[ host-package] Compiling is-terminal v0.4.12
21472024-09-27T03:31:02.767Z[ host-package] Compiling utf-8 v0.7.6
21482024-09-27T03:31:02.953Z[ helios-setup] Sep 27 03:31:01.879 INFO clone ok!, project: pinprick
21492024-09-27T03:31:02.956Z[ helios-setup] Sep 27 03:31:01.879 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21502024-09-27T03:31:02.956Z[ helios-setup] Sep 27 03:31:01.879 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
21512024-09-27T03:31:02.956Z[ helios-setup] Sep 27 03:31:01.879 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21522024-09-27T03:31:02.959Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21532024-09-27T03:31:03.134Z[ host-package] Compiling rustc_version v0.1.7
21542024-09-27T03:31:03.172Z[ host-package] Compiling highway v1.2.0
21552024-09-27T03:31:03.606Z[ host-package] Compiling newtype_derive v0.1.6
21562024-09-27T03:31:03.685Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21572024-09-27T03:31:03.688Z[ helios-setup] Sep 27 03:31:02.614 INFO clone ok!, project: phbl
21582024-09-27T03:31:03.691Z[ helios-setup] Sep 27 03:31:02.614 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
21592024-09-27T03:31:03.691Z[ helios-setup] Sep 27 03:31:02.614 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21602024-09-27T03:31:03.693Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21612024-09-27T03:31:04.025Z[ host-package] Compiling humantime v2.1.0
21622024-09-27T03:31:04.234Z[ host-package] Compiling linked-hash-map v0.5.6
21632024-09-27T03:31:04.670Z[ host-package] Compiling lru-cache v0.1.2
21642024-09-27T03:31:04.753Z[ host-package] Compiling steno v0.4.1
21652024-09-27T03:31:04.832Z[ helios-setup] Sep 27 03:31:03.757 INFO clone ok!, project: chelsio-t6-roms
21662024-09-27T03:31:04.835Z[ helios-setup] Sep 27 03:31:03.757 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
21672024-09-27T03:31:04.835Z[ helios-setup] Sep 27 03:31:03.758 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21682024-09-27T03:31:04.838Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21692024-09-27T03:31:04.958Z[ host-package] Compiling quick-error v1.2.3
21702024-09-27T03:31:04.981Z[ host-package] Compiling home v0.5.9
21712024-09-27T03:31:05.125Z[ host-package] Compiling resolv-conf v0.7.0
21722024-09-27T03:31:05.868Z[ helios-setup] Sep 27 03:31:04.793 INFO clone ok!, project: pilot
21732024-09-27T03:31:05.871Z[ helios-setup] Sep 27 03:31:04.794 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
21742024-09-27T03:31:05.871Z[ helios-setup] Sep 27 03:31:04.794 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21752024-09-27T03:31:05.873Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21762024-09-27T03:31:06.387Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21772024-09-27T03:31:06.649Z[ helios-setup] Sep 27 03:31:05.574 INFO clone ok!, project: image-builder
21782024-09-27T03:31:06.651Z[ helios-setup] Sep 27 03:31:05.574 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
21792024-09-27T03:31:07.234Z[ host-package] Compiling rustls v0.22.4
21802024-09-27T03:31:07.276Z[ host-package] Compiling thread_local v1.1.8
21812024-09-27T03:31:07.424Z[ helios-setup] Sep 27 03:31:06.349 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
21822024-09-27T03:31:07.888Z[ host-package] Compiling match_cfg v0.1.0
21832024-09-27T03:31:08.057Z[ host-package] Compiling hostname v0.3.1
21842024-09-27T03:31:08.071Z[ helios-setup] Sep 27 03:31:06.996 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
21852024-09-27T03:31:08.071Z[ helios-setup] Sep 27 03:31:06.996 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
21862024-09-27T03:31:08.305Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21872024-09-27T03:31:08.554Z[ host-package] Compiling hickory-resolver v0.24.1
21882024-09-27T03:31:08.585Z[ helios-setup] Sep 27 03:31:07.509 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
21892024-09-27T03:31:09.141Z[ helios-setup] Sep 27 03:31:08.065 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
21902024-09-27T03:31:09.141Z[ helios-setup] Sep 27 03:31:08.065 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
21912024-09-27T03:31:09.791Z[ helios-setup] Sep 27 03:31:08.715 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
21922024-09-27T03:31:10.367Z[ helios-setup] Sep 27 03:31:09.291 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
21932024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
21942024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
21952024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO ok!
21962024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
21972024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
21982024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO ok!
21992024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22002024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.291 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22012024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.292 INFO ok!
22022024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.292 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
22032024-09-27T03:31:10.370Z[ helios-setup] Sep 27 03:31:09.292 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
22042024-09-27T03:31:10.377Z[ helios-setup] Sep 27 03:31:09.301 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
22052024-09-27T03:31:10.698Z[ helios-setup] Sep 27 03:31:09.622 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
22062024-09-27T03:31:10.698Z[ helios-setup] Sep 27 03:31:09.622 INFO E| info: downloading component 'cargo'
22072024-09-27T03:31:12.299Z[ helios-setup] Sep 27 03:31:11.223 INFO E| info: downloading component 'clippy'
22082024-09-27T03:31:12.509Z[ helios-setup] Sep 27 03:31:11.433 INFO E| info: downloading component 'rust-docs'
22092024-09-27T03:31:13.525Z[ host-package] Compiling multer v3.1.0
22102024-09-27T03:31:13.599Z[ helios-setup] Sep 27 03:31:12.523 INFO E| info: downloading component 'rust-src'
22112024-09-27T03:31:13.613Z[ host-package] Compiling slog-async v2.8.0
22122024-09-27T03:31:13.694Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22132024-09-27T03:31:14.162Z[ host-package] Compiling slog-json v2.6.1
22142024-09-27T03:31:14.250Z[ helios-setup] Sep 27 03:31:13.174 INFO E| info: downloading component 'rust-std'
22152024-09-27T03:31:14.583Z[ host-package] Compiling crossbeam-channel v0.5.12
22162024-09-27T03:31:15.375Z[ host-package] Compiling take_mut v0.2.2
22172024-09-27T03:31:15.660Z[ host-package] Compiling slog-bunyan v2.5.0
22182024-09-27T03:31:15.930Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22192024-09-27T03:31:15.938Z[ helios-setup] Sep 27 03:31:14.853 INFO E| info: downloading component 'rustc'
22202024-09-27T03:31:16.664Z[ host-package] Compiling tokio-rustls v0.25.0
22212024-09-27T03:31:17.129Z[ host-package] Compiling slog-term v2.9.1
22222024-09-27T03:31:17.177Z[ host-package] Compiling dropshot v0.12.0
22232024-09-27T03:31:17.264Z[ host-package] Compiling async-stream v0.3.5
22242024-09-27T03:31:17.558Z[ host-package] Compiling waitgroup v0.1.2
22252024-09-27T03:31:17.783Z[ host-package] Compiling newtype-uuid v1.1.0
22262024-09-27T03:31:17.871Z[ host-package] Compiling ipnetwork v0.20.0
22272024-09-27T03:31:18.102Z[ host-package] Compiling serde_path_to_error v0.1.16
22282024-09-27T03:31:18.336Z[ host-package] Compiling hostname v0.4.0
22292024-09-27T03:31:18.582Z[ host-package] Compiling instant v0.1.12
22302024-09-27T03:31:18.870Z[ host-package] Compiling debug-ignore v1.0.5
22312024-09-27T03:31:18.873Z[ host-package] Compiling backoff v0.4.0
22322024-09-27T03:31:18.993Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22332024-09-27T03:31:19.144Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342024-09-27T03:31:19.521Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22352024-09-27T03:31:19.688Z[ host-package] Compiling parse-display v0.10.0
22362024-09-27T03:31:20.296Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372024-09-27T03:31:20.490Z[ host-package] Compiling strum v0.26.3
22382024-09-27T03:31:20.708Z[ host-package] Compiling serde_with v3.9.0
22392024-09-27T03:31:21.567Z[ helios-setup] Sep 27 03:31:20.489 INFO E| info: downloading component 'rustfmt'
22402024-09-27T03:31:22.302Z[ helios-setup] Sep 27 03:31:21.224 INFO E| info: installing component 'cargo'
22412024-09-27T03:31:22.630Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22422024-09-27T03:31:23.811Z[ helios-setup] Sep 27 03:31:22.733 INFO E| info: installing component 'clippy'
22432024-09-27T03:31:24.252Z[ helios-setup] Sep 27 03:31:23.173 INFO E| info: installing component 'rust-docs'
22442024-09-27T03:31:24.933Z[ host-package] Compiling macaddr v1.0.1
22452024-09-27T03:31:25.490Z[ host-package] Compiling slog-dtrace v0.3.0
22462024-09-27T03:31:26.060Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22472024-09-27T03:31:28.196Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22482024-09-27T03:31:28.437Z[ host-package] Compiling display-error-chain v0.2.1
22492024-09-27T03:31:28.504Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22502024-09-27T03:31:28.738Z[ host-package] Compiling half v2.4.1
22512024-09-27T03:31:28.817Z[ host-package] Compiling ciborium-io v0.2.2
22522024-09-27T03:31:29.120Z[ host-package] Compiling tungstenite v0.21.0
22532024-09-27T03:31:29.426Z[ helios-setup] Sep 27 03:31:28.346 INFO E| info: installing component 'rust-src'
22542024-09-27T03:31:29.827Z[ host-package] Compiling ciborium-ll v0.2.2
22552024-09-27T03:31:29.901Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22562024-09-27T03:31:30.113Z[ helios-setup] Sep 27 03:31:29.033 INFO E| info: installing component 'rust-std'
22572024-09-27T03:31:30.721Z[ host-package] Compiling tokio-tungstenite v0.21.0
22582024-09-27T03:31:31.461Z[ host-package] Compiling ciborium v0.2.2
22592024-09-27T03:31:32.844Z[ helios-setup] Sep 27 03:31:31.763 INFO E| info: installing component 'rustc'
22602024-09-27T03:31:33.547Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22612024-09-27T03:31:34.000Z[ host-package] Compiling fastrand v2.1.0
22622024-09-27T03:31:34.679Z[ host-package] Compiling same-file v1.0.6
22632024-09-27T03:31:34.985Z[ host-package] Compiling walkdir v2.5.0
22642024-09-27T03:31:35.086Z[ host-package] Compiling tempfile v3.10.1
22652024-09-27T03:31:35.708Z[ host-package] Compiling blake3 v1.5.1
22662024-09-27T03:31:35.965Z[ host-package] Compiling ring v0.16.20
22672024-09-27T03:31:36.483Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22682024-09-27T03:31:39.119Z[ helios-setup] Sep 27 03:31:38.037 INFO E| info: installing component 'rustfmt'
22692024-09-27T03:31:39.628Z[ host-package] Compiling xattr v1.3.1
22702024-09-27T03:31:39.960Z[ host-package] Compiling filetime v0.2.25
22712024-09-27T03:31:40.194Z[ helios-setup] Sep 27 03:31:39.113 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
22722024-09-27T03:31:40.869Z[ host-package] Compiling memmap2 v0.9.4
22732024-09-27T03:31:41.232Z[ helios-setup] Sep 27 03:31:40.150 INFO E| From https://github.com/oxidecomputer/amd-apcb
22742024-09-27T03:31:41.232Z[ helios-setup] Sep 27 03:31:40.150 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
22752024-09-27T03:31:41.235Z[ helios-setup] Sep 27 03:31:40.150 INFO E| * [new tag] v0.3.3 -> v0.3.3
22762024-09-27T03:31:41.261Z[ helios-setup] Sep 27 03:31:40.179 INFO E| * [new tag] v0.1.3 -> v0.1.3
22772024-09-27T03:31:41.261Z[ helios-setup] Sep 27 03:31:40.179 INFO E| * [new tag] v0.1.4 -> v0.1.4
22782024-09-27T03:31:41.264Z[ helios-setup] Sep 27 03:31:40.179 INFO E| * [new tag] v0.1.5 -> v0.1.5
22792024-09-27T03:31:41.264Z[ helios-setup] Sep 27 03:31:40.179 INFO E| * [new tag] v0.2.0 -> v0.2.0
22802024-09-27T03:31:41.264Z[ helios-setup] Sep 27 03:31:40.179 INFO E| * [new tag] v0.3.0 -> v0.3.0
22812024-09-27T03:31:41.264Z[ helios-setup] Sep 27 03:31:40.179 INFO E| * [new tag] v0.3.1 -> v0.3.1
22822024-09-27T03:31:41.264Z[ helios-setup] Sep 27 03:31:40.180 INFO E| * [new tag] v0.3.2 -> v0.3.2
22832024-09-27T03:31:41.297Z[ helios-setup] Sep 27 03:31:40.215 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
22842024-09-27T03:31:41.358Z[ host-package] Compiling constant_time_eq v0.3.0
22852024-09-27T03:31:41.529Z[ host-package] Compiling arrayvec v0.7.4
22862024-09-27T03:31:41.986Z[ host-package] Compiling keccak v0.1.5
22872024-09-27T03:31:42.252Z[ helios-setup] Sep 27 03:31:41.169 INFO E| From https://github.com/oxidecomputer/amd-efs
22882024-09-27T03:31:42.252Z[ helios-setup] Sep 27 03:31:41.170 INFO E| * [new branch] empty -> origin/empty
22892024-09-27T03:31:42.252Z[ helios-setup] Sep 27 03:31:41.170 INFO E| * [new branch] issue-99 -> origin/issue-99
22902024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.170 INFO E| * [new branch] main -> origin/main
22912024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.170 INFO E| * [new branch] review -> origin/review
22922024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.170 INFO E| * [new ref] -> origin/HEAD
22932024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.170 INFO E| * [new tag] v0.2.0 -> v0.2.0
22942024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.170 INFO E| * [new tag] v0.2.1 -> v0.2.1
22952024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.2.2 -> v0.2.2
22962024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.2.3 -> v0.2.3
22972024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.2.4 -> v0.2.4
22982024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.2.5 -> v0.2.5
22992024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.2.6 -> v0.2.6
23002024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.2.7 -> v0.2.7
23012024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.3.0 -> v0.3.0
23022024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.171 INFO E| * [new tag] v0.3.1 -> v0.3.1
23032024-09-27T03:31:42.255Z[ helios-setup] Sep 27 03:31:41.172 INFO E| * [new tag] v0.4.0 -> v0.4.0
23042024-09-27T03:31:42.278Z[ helios-setup] Sep 27 03:31:41.196 INFO E| Updating crates.io index
23052024-09-27T03:31:42.412Z[ helios-setup] Sep 27 03:31:41.329 INFO E| Downloading crates ...
23062024-09-27T03:31:42.588Z[ helios-setup] Sep 27 03:31:41.505 INFO E| Downloaded scroll_derive v0.10.5
23072024-09-27T03:31:42.590Z[ helios-setup] Sep 27 03:31:41.508 INFO E| Downloaded parse_int v0.6.0
23082024-09-27T03:31:42.592Z[ helios-setup] Sep 27 03:31:41.508 INFO E| Downloaded modular-bitfield-impl v0.11.2
23092024-09-27T03:31:42.592Z[ helios-setup] Sep 27 03:31:41.510 INFO E| Downloaded ansi_term v0.12.1
23102024-09-27T03:31:42.595Z[ helios-setup] Sep 27 03:31:41.513 INFO E| Downloaded unic-char-range v0.9.0
23112024-09-27T03:31:42.598Z[ helios-setup] Sep 27 03:31:41.515 INFO E| Downloaded memoffset v0.5.6
23122024-09-27T03:31:42.605Z[ helios-setup] Sep 27 03:31:41.523 INFO E| Downloaded unic-ucd-ident v0.9.0
23132024-09-27T03:31:42.607Z[ helios-setup] Sep 27 03:31:41.525 INFO E| Downloaded thiserror-impl v1.0.63
23142024-09-27T03:31:42.610Z[ helios-setup] Sep 27 03:31:41.527 INFO E| Downloaded thiserror v1.0.63
23152024-09-27T03:31:42.617Z[ helios-setup] Sep 27 03:31:41.535 INFO E| Downloaded vec_map v0.8.2
23162024-09-27T03:31:42.619Z[ helios-setup] Sep 27 03:31:41.536 INFO E| Downloaded unic-char-property v0.9.0
23172024-09-27T03:31:42.622Z[ helios-setup] Sep 27 03:31:41.538 INFO E| Downloaded pre-proc-macro v0.2.1
23182024-09-27T03:31:42.624Z[ helios-setup] Sep 27 03:31:41.541 INFO E| Downloaded unic-ucd-version v0.9.0
23192024-09-27T03:31:42.626Z[ helios-setup] Sep 27 03:31:41.543 INFO E| Downloaded pest_derive v2.7.11
23202024-09-27T03:31:42.629Z[ helios-setup] Sep 27 03:31:41.546 INFO E| Downloaded strum v0.23.0
23212024-09-27T03:31:42.631Z[ helios-setup] Sep 27 03:31:41.548 INFO E| Downloaded num-derive v0.3.3
23222024-09-27T03:31:42.633Z[ helios-setup] Sep 27 03:31:41.550 INFO E| Downloaded four-cc v0.3.0
23232024-09-27T03:31:42.636Z[ helios-setup] Sep 27 03:31:41.552 INFO E| Downloaded bytesize v1.3.0
23242024-09-27T03:31:42.636Z[ helios-setup] Sep 27 03:31:41.553 INFO E| Downloaded pre v0.2.1
23252024-09-27T03:31:42.638Z[ helios-setup] Sep 27 03:31:41.554 INFO E| Downloaded strsim v0.8.0
23262024-09-27T03:31:42.640Z[ helios-setup] Sep 27 03:31:41.557 INFO E| Downloaded serde_derive v1.0.204
23272024-09-27T03:31:42.642Z[ helios-setup] Sep 27 03:31:41.560 INFO E| Downloaded semver v0.9.0
23282024-09-27T03:31:42.645Z[ helios-setup] Sep 27 03:31:41.562 INFO E| Downloaded unic-common v0.9.0
23292024-09-27T03:31:42.647Z[ helios-setup] Sep 27 03:31:41.564 INFO E| Downloaded textwrap v0.11.0
23302024-09-27T03:31:42.649Z[ helios-setup] Sep 27 03:31:41.566 INFO E| Downloaded toml v0.5.11
23312024-09-27T03:31:42.652Z[ helios-setup] Sep 27 03:31:41.570 INFO E| Downloaded strum_macros v0.23.1
23322024-09-27T03:31:42.655Z[ helios-setup] Sep 27 03:31:41.573 INFO E| Downloaded proc-macro-crate v0.1.5
23332024-09-27T03:31:42.657Z[ helios-setup] Sep 27 03:31:41.574 INFO E| Downloaded pest_generator v2.7.11
23342024-09-27T03:31:42.659Z[ helios-setup] Sep 27 03:31:41.576 INFO E| Downloaded structopt-derive v0.4.18
23352024-09-27T03:31:42.662Z[ helios-setup] Sep 27 03:31:41.578 INFO E| Downloaded scroll v0.10.2
23362024-09-27T03:31:42.664Z[ helios-setup] Sep 27 03:31:41.581 INFO E| Downloaded rustc_version v0.2.3
23372024-09-27T03:31:42.666Z[ helios-setup] Sep 27 03:31:41.582 INFO E| Downloaded modular-bitfield v0.11.2
23382024-09-27T03:31:42.682Z[ helios-setup] Sep 27 03:31:41.599 INFO E| Downloaded structopt v0.3.26
23392024-09-27T03:31:42.693Z[ helios-setup] Sep 27 03:31:41.611 INFO E| Downloaded goblin v0.4.3
23402024-09-27T03:31:42.702Z[ helios-setup] Sep 27 03:31:41.619 INFO E| Downloaded pest v2.7.11
23412024-09-27T03:31:42.729Z[ helios-setup] Sep 27 03:31:41.647 INFO E| Downloaded syn v2.0.71
23422024-09-27T03:31:42.745Z[ helios-setup] Sep 27 03:31:41.663 INFO E| Downloaded serde_json v1.0.120
23432024-09-27T03:31:42.755Z[ helios-setup] Sep 27 03:31:41.673 INFO E| Downloaded libc v0.2.155
23442024-09-27T03:31:42.795Z[ helios-setup] Sep 27 03:31:41.712 INFO E| Downloaded clap v2.34.0
23452024-09-27T03:31:42.804Z[ helios-setup] Sep 27 03:31:41.722 INFO E| Downloaded serde v1.0.204
23462024-09-27T03:31:42.808Z[ helios-setup] Sep 27 03:31:41.726 INFO E| Downloaded quote v1.0.36
23472024-09-27T03:31:42.812Z[ helios-setup] Sep 27 03:31:41.730 INFO E| Downloaded memchr v2.7.4
23482024-09-27T03:31:42.819Z[ helios-setup] Sep 27 03:31:41.737 INFO E| Downloaded pest_meta v2.7.11
23492024-09-27T03:31:42.822Z[ helios-setup] Sep 27 03:31:41.740 INFO E| Downloaded semver-parser v0.7.0
23502024-09-27T03:31:42.824Z[ helios-setup] Sep 27 03:31:41.741 INFO E| Downloaded cfg-if v0.1.10
23512024-09-27T03:31:42.827Z[ helios-setup] Sep 27 03:31:41.743 INFO E| Downloaded fletcher v0.1.0
23522024-09-27T03:31:42.922Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling proc-macro2 v1.0.86
23532024-09-27T03:31:42.922Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling unicode-ident v1.0.12
23542024-09-27T03:31:42.922Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling syn v1.0.109
23552024-09-27T03:31:42.925Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling version_check v0.9.4
23562024-09-27T03:31:42.925Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling semver-parser v0.7.0
23572024-09-27T03:31:42.925Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling thiserror v1.0.63
23582024-09-27T03:31:42.925Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling autocfg v1.3.0
23592024-09-27T03:31:42.925Z[ helios-setup] Sep 27 03:31:41.839 INFO E| Compiling serde v1.0.204
23602024-09-27T03:31:43.207Z[ host-package] Compiling untrusted v0.7.1
23612024-09-27T03:31:43.799Z[ host-package] Compiling arrayref v0.3.7
23622024-09-27T03:31:44.039Z[ host-package] Compiling spin v0.5.2
23632024-09-27T03:31:44.384Z[ helios-setup] Sep 27 03:31:43.301 INFO E| Compiling semver v0.9.0
23642024-09-27T03:31:44.498Z[ helios-setup] Sep 27 03:31:43.415 INFO E| Compiling serde_json v1.0.120
23652024-09-27T03:31:44.557Z[ helios-setup] Sep 27 03:31:43.474 INFO E| Compiling proc-macro-error-attr v1.0.4
23662024-09-27T03:31:44.621Z[ helios-setup] Sep 27 03:31:43.539 INFO E| Compiling proc-macro-error v1.0.4
23672024-09-27T03:31:44.780Z[ helios-setup] Sep 27 03:31:43.697 INFO E| Compiling num-traits v0.2.19
23682024-09-27T03:31:44.849Z[ helios-setup] Sep 27 03:31:43.766 INFO E| Compiling itoa v1.0.11
23692024-09-27T03:31:45.222Z[ helios-setup] Sep 27 03:31:44.139 INFO E| Compiling rustc_version v0.2.3
23702024-09-27T03:31:45.390Z[ helios-setup] Sep 27 03:31:44.307 INFO E| Compiling ryu v1.0.18
23712024-09-27T03:31:45.418Z[ helios-setup] Sep 27 03:31:44.334 INFO E| Compiling schemars v0.8.21
23722024-09-27T03:31:45.457Z[ helios-setup] Sep 27 03:31:44.374 INFO E| Compiling unicode-segmentation v1.11.0
23732024-09-27T03:31:45.464Z[ helios-setup] Sep 27 03:31:44.380 INFO E| Compiling memoffset v0.5.6
23742024-09-27T03:31:46.003Z[ helios-setup] Sep 27 03:31:44.920 INFO E| Compiling pre-proc-macro v0.2.1
23752024-09-27T03:31:46.179Z[ helios-setup] Sep 27 03:31:45.096 INFO E| Compiling lazy_static v1.5.0
23762024-09-27T03:31:46.206Z[ helios-setup] Sep 27 03:31:45.123 INFO E| Compiling dyn-clone v1.0.17
23772024-09-27T03:31:46.366Z[ helios-setup] Sep 27 03:31:45.282 INFO E| Compiling libc v0.2.155
23782024-09-27T03:31:46.427Z[ helios-setup] Sep 27 03:31:45.344 INFO E| Compiling rustversion v1.0.17
23792024-09-27T03:31:46.471Z[ helios-setup] Sep 27 03:31:45.388 INFO E| Compiling ucd-trie v0.1.6
23802024-09-27T03:31:46.755Z[ helios-setup] Sep 27 03:31:45.672 INFO E| Compiling quote v1.0.36
23812024-09-27T03:31:46.758Z[ helios-setup] Sep 27 03:31:45.673 INFO E| Compiling heck v0.3.3
23822024-09-27T03:31:47.045Z[ helios-setup] Sep 27 03:31:45.961 INFO E| Compiling paste v1.0.15
23832024-09-27T03:31:47.379Z[ helios-setup] Sep 27 03:31:46.296 INFO E| Compiling syn v2.0.71
23842024-09-27T03:31:47.958Z[ helios-setup] Sep 27 03:31:46.875 INFO E| Compiling memchr v2.7.4
23852024-09-27T03:31:48.252Z[ helios-setup] Sep 27 03:31:47.168 INFO E| Compiling pre v0.2.1
23862024-09-27T03:31:48.335Z[ helios-setup] Sep 27 03:31:47.251 INFO E| Compiling cfg-if v0.1.10
23872024-09-27T03:31:48.516Z[ helios-setup] Sep 27 03:31:47.433 INFO E| Compiling byteorder v1.5.0
23882024-09-27T03:31:49.332Z[ helios-setup] Sep 27 03:31:48.248 INFO E| Compiling once_cell v1.19.0
23892024-09-27T03:31:49.389Z[ helios-setup] Sep 27 03:31:48.306 INFO E| Compiling static_assertions v1.1.0
23902024-09-27T03:31:50.630Z[ host-package] Compiling sha3 v0.10.8
23912024-09-27T03:31:51.026Z[ host-package] Compiling tar v0.4.42
23922024-09-27T03:31:51.286Z[ helios-setup] Sep 27 03:31:50.202 INFO E| Compiling unicode-width v0.1.13
23932024-09-27T03:31:51.769Z[ helios-setup] Sep 27 03:31:50.684 INFO E| Compiling textwrap v0.11.0
23942024-09-27T03:31:51.789Z[ helios-setup] Sep 27 03:31:50.705 INFO E| Compiling atty v0.2.14
23952024-09-27T03:31:51.981Z[ host-package] Compiling camino-tempfile v1.1.1
23962024-09-27T03:31:52.150Z[ helios-setup] Sep 27 03:31:51.066 INFO E| Compiling fletcher v0.1.0
23972024-09-27T03:31:52.371Z[ helios-setup] Sep 27 03:31:51.287 INFO E| Compiling vec_map v0.8.2
23982024-09-27T03:31:52.565Z[ host-package] Compiling toolchain_find v0.4.0
23992024-09-27T03:31:52.617Z[ helios-setup] Sep 27 03:31:51.533 INFO E| Compiling parse_int v0.6.0
24002024-09-27T03:31:52.736Z[ host-package] Compiling nibble_vec v0.1.0
24012024-09-27T03:31:52.914Z[ helios-setup] Sep 27 03:31:51.830 INFO E| Compiling strsim v0.8.0
24022024-09-27T03:31:53.008Z[ helios-setup] Sep 27 03:31:51.924 INFO E| Compiling unic-char-range v0.9.0
24032024-09-27T03:31:53.081Z[ helios-setup] Sep 27 03:31:51.996 INFO E| Compiling unic-common v0.9.0
24042024-09-27T03:31:53.202Z[ helios-setup] Sep 27 03:31:52.117 INFO E| Compiling strum v0.23.0
24052024-09-27T03:31:53.223Z[ helios-setup] Sep 27 03:31:52.138 INFO E| Compiling ansi_term v0.12.1
24062024-09-27T03:31:53.262Z[ host-package] Compiling endian-type v0.1.2
24072024-09-27T03:31:53.336Z[ helios-setup] Sep 27 03:31:52.251 INFO E| Compiling bitflags v1.3.2
24082024-09-27T03:31:53.373Z[ helios-setup] Sep 27 03:31:52.289 INFO E| Compiling unic-ucd-version v0.9.0
24092024-09-27T03:31:53.457Z[ helios-setup] Sep 27 03:31:52.372 INFO E| Compiling unic-char-property v0.9.0
24102024-09-27T03:31:53.467Z[ helios-setup] Sep 27 03:31:52.382 INFO E| Compiling log v0.4.22
24112024-09-27T03:31:53.578Z[ helios-setup] Sep 27 03:31:52.493 INFO E| Compiling plain v0.2.3
24122024-09-27T03:31:53.627Z[ host-package] Compiling topological-sort v0.2.2
24132024-09-27T03:31:53.817Z[ helios-setup] Sep 27 03:31:52.732 INFO E| Compiling clap v2.34.0
24142024-09-27T03:31:53.832Z[ helios-setup] Sep 27 03:31:52.747 INFO E| Compiling unic-ucd-ident v0.9.0
24152024-09-27T03:31:54.093Z[ host-package] Compiling glob v0.3.1
24162024-09-27T03:31:54.210Z[ host-package] Compiling maplit v1.0.2
24172024-09-27T03:31:54.241Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24182024-09-27T03:31:54.398Z[ helios-setup] Sep 27 03:31:53.314 INFO E| Compiling bytesize v1.3.0
24192024-09-27T03:31:54.745Z[ host-package] Compiling crunchy v0.2.2
24202024-09-27T03:31:54.803Z[ host-package] Compiling omicron-zone-package v0.11.0
24212024-09-27T03:31:55.428Z[ host-package] Compiling clang-sys v1.7.0
24222024-09-27T03:31:55.838Z[ host-package] Compiling radix_trie v0.2.1
24232024-09-27T03:31:56.189Z[ helios-setup] Sep 27 03:31:55.104 INFO E| Compiling serde_derive_internals v0.29.1
24242024-09-27T03:31:56.570Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24252024-09-27T03:31:57.130Z[ helios-setup] Sep 27 03:31:56.045 INFO E| Compiling toml v0.5.11
24262024-09-27T03:31:57.588Z[ host-package] Compiling tiny-keccak v2.0.2
24272024-09-27T03:31:58.004Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24282024-09-27T03:31:58.390Z[ host-package] Compiling dsl_auto_type v0.1.2
24292024-09-27T03:31:58.788Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24302024-09-27T03:32:00.202Z[ helios-setup] Sep 27 03:31:59.116 INFO E| Compiling proc-macro-crate v0.1.5
24312024-09-27T03:32:00.811Z[ host-package] Compiling secrecy v0.8.0
24322024-09-27T03:32:01.184Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24332024-09-27T03:32:01.356Z[ host-package] Compiling arc-swap v1.7.1
24342024-09-27T03:32:01.435Z[ helios-setup] Sep 27 03:32:00.349 INFO E| Compiling thiserror-impl v1.0.63
24352024-09-27T03:32:01.447Z[ helios-setup] Sep 27 03:32:00.361 INFO E| Compiling serde_derive v1.0.204
24362024-09-27T03:32:01.480Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24372024-09-27T03:32:01.699Z[ helios-setup] Sep 27 03:32:00.613 INFO E| Compiling schemars_derive v0.8.21
24382024-09-27T03:32:01.748Z[ helios-setup] Sep 27 03:32:00.662 INFO E| Compiling zerocopy-derive v0.6.6
24392024-09-27T03:32:02.347Z[ host-package] Compiling diesel_derives v2.2.2
24402024-09-27T03:32:02.452Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24412024-09-27T03:32:02.742Z[ host-package] Compiling slog-scope v4.4.0
24422024-09-27T03:32:02.844Z[ host-package] Compiling r2d2 v0.8.10
24432024-09-27T03:32:03.604Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24442024-09-27T03:32:03.650Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
24452024-09-27T03:32:03.927Z[ host-package] Compiling ascii-canvas v3.0.0
24462024-09-27T03:32:04.429Z[ host-package] Compiling universal-hash v0.5.1
24472024-09-27T03:32:05.176Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24482024-09-27T03:32:05.306Z[ host-package] Compiling ena v0.14.3
24492024-09-27T03:32:05.382Z[ helios-setup] Sep 27 03:32:04.295 INFO E| Compiling zerocopy v0.6.6
24502024-09-27T03:32:06.208Z[ host-package] Compiling libloading v0.8.3
24512024-09-27T03:32:06.640Z[ helios-setup] Sep 27 03:32:05.553 INFO E| Compiling pest v2.7.11
24522024-09-27T03:32:06.998Z[ host-package] Compiling opaque-debug v0.3.1
24532024-09-27T03:32:07.294Z[ host-package] Compiling regex-syntax v0.6.29
24542024-09-27T03:32:09.171Z[ helios-setup] Sep 27 03:32:08.083 INFO E| Compiling modular-bitfield-impl v0.11.2
24552024-09-27T03:32:09.171Z[ helios-setup] Sep 27 03:32:08.083 INFO E| Compiling num-derive v0.3.3
24562024-09-27T03:32:09.237Z[ helios-setup] Sep 27 03:32:08.149 INFO E| Compiling strum_macros v0.23.1
24572024-09-27T03:32:09.390Z[ helios-setup] Sep 27 03:32:08.302 INFO E| Compiling scroll_derive v0.10.5
24582024-09-27T03:32:10.223Z[ host-package] Compiling diff v0.1.13
24592024-09-27T03:32:11.557Z[ host-package] Compiling bindgen v0.69.4
24602024-09-27T03:32:11.591Z[ helios-setup] Sep 27 03:32:10.503 INFO E| Compiling pest_meta v2.7.11
24612024-09-27T03:32:12.287Z[ helios-setup] Sep 27 03:32:11.199 INFO E| Compiling scroll v0.10.2
24622024-09-27T03:32:13.000Z[ host-package] Compiling thiserror-no-std v2.0.2
24632024-09-27T03:32:13.022Z[ helios-setup] Sep 27 03:32:11.934 INFO E| Compiling structopt-derive v0.4.18
24642024-09-27T03:32:13.221Z[ host-package] Compiling poly1305 v0.8.0
24652024-09-27T03:32:13.308Z[ helios-setup] Sep 27 03:32:12.220 INFO E| Compiling goblin v0.4.3
24662024-09-27T03:32:14.183Z[ helios-setup] Sep 27 03:32:13.094 INFO E| Compiling pest_generator v2.7.11
24672024-09-27T03:32:14.455Z[ helios-setup] Sep 27 03:32:13.366 INFO E| Compiling modular-bitfield v0.11.2
24682024-09-27T03:32:16.452Z[ host-package] Compiling lalrpop v0.19.12
24692024-09-27T03:32:18.299Z[ helios-setup] Sep 27 03:32:17.209 INFO E| Compiling structopt v0.3.26
24702024-09-27T03:32:19.417Z[ helios-setup] Sep 27 03:32:18.327 INFO E| Compiling pest_derive v2.7.11
24712024-09-27T03:32:22.705Z[ host-package] Compiling diesel v2.2.4
24722024-09-27T03:32:25.107Z[ helios-setup] Sep 27 03:32:24.016 INFO E| Compiling json5 v0.4.1
24732024-09-27T03:32:30.762Z[ helios-setup] Sep 27 03:32:29.670 INFO E| Compiling four-cc v0.3.0
24742024-09-27T03:32:30.762Z[ helios-setup] Sep 27 03:32:29.670 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
24752024-09-27T03:32:30.981Z[ helios-setup] Sep 27 03:32:29.888 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
24762024-09-27T03:32:32.211Z[ host-package] Compiling slog-stdlog v4.1.1
24772024-09-27T03:32:34.056Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24782024-09-27T03:32:34.248Z[ host-package] Compiling which v4.4.2
24792024-09-27T03:32:35.076Z[ host-package] Compiling tungstenite v0.23.0
24802024-09-27T03:32:35.712Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24812024-09-27T03:32:36.114Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24822024-09-27T03:32:36.405Z[ host-package] Compiling chacha20 v0.9.1
24832024-09-27T03:32:36.999Z[ host-package] Compiling cexpr v0.6.0
24842024-09-27T03:32:38.937Z[ host-package] Compiling aead v0.5.2
24852024-09-27T03:32:39.471Z[ host-package] Compiling shlex v1.3.0
24862024-09-27T03:32:39.932Z[ host-package] Compiling lazycell v1.3.0
24872024-09-27T03:32:40.157Z[ host-package] Compiling rustc-hash v1.1.0
24882024-09-27T03:32:40.387Z[ host-package] Compiling ref-cast v1.0.23
24892024-09-27T03:32:41.413Z[ host-package] Compiling chacha20poly1305 v0.10.1
24902024-09-27T03:32:41.798Z[ host-package] Compiling tokio-tungstenite v0.23.1
24912024-09-27T03:32:41.865Z[ host-package] Compiling slog-envlogger v2.2.0
24922024-09-27T03:32:42.544Z[ host-package] Compiling vsss-rs v3.3.4
24932024-09-27T03:32:44.691Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24942024-09-27T03:32:45.208Z[ host-package] Compiling derive_builder_core v0.20.0
24952024-09-27T03:32:47.766Z[ host-package] Compiling headers-core v0.3.0
24962024-09-27T03:32:47.802Z[ host-package] Compiling fxhash v0.2.1
24972024-09-27T03:32:48.097Z[ host-package] Compiling libxml v0.3.3
24982024-09-27T03:32:48.160Z[ host-package] Compiling ref-cast-impl v1.0.23
24992024-09-27T03:32:48.644Z[ host-package] Compiling headers v0.4.0
25002024-09-27T03:32:48.994Z[ host-package] Compiling derive_builder_macro v0.20.0
25012024-09-27T03:32:49.889Z[ host-package] Compiling polar-core v0.27.3
25022024-09-27T03:32:50.097Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25032024-09-27T03:32:52.800Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25042024-09-27T03:32:53.305Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25052024-09-27T03:32:53.857Z[ host-package] Compiling strum_macros v0.24.3
25062024-09-27T03:32:57.003Z[ host-package] Compiling samael v0.0.17
25072024-09-27T03:32:57.486Z[ host-package] Compiling kstat-rs v0.2.4
25082024-09-27T03:32:58.609Z[ host-package] Compiling dropshot v0.10.1
25092024-09-27T03:32:58.932Z[ host-package] Compiling unicase v2.7.0
25102024-09-27T03:32:58.968Z[ host-package] Compiling indoc v1.0.9
25112024-09-27T03:32:59.316Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25122024-09-27T03:33:00.075Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132024-09-27T03:33:04.379Z[ host-package] Compiling derive_builder v0.20.0
25142024-09-27T03:33:06.421Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25152024-09-27T03:33:09.053Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25162024-09-27T03:33:09.501Z[ host-package] Compiling crossterm v0.28.1
25172024-09-27T03:33:10.045Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25182024-09-27T03:33:12.535Z[ host-package] Compiling oso-derive v0.27.3
25192024-09-27T03:33:13.291Z[ helios-setup] Sep 27 03:33:12.190 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25202024-09-27T03:33:18.423Z[ host-package] Compiling dropshot_endpoint v0.10.1
25212024-09-27T03:33:18.858Z[ host-package] Compiling libz-sys v1.1.16
25222024-09-27T03:33:19.241Z[ host-package] Compiling quick-xml v0.33.0
25232024-09-27T03:33:19.701Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25242024-09-27T03:33:20.081Z[ host-package] Compiling cfg_aliases v0.1.1
25252024-09-27T03:33:20.234Z[ host-package] Compiling parking_lot_core v0.8.6
25262024-09-27T03:33:20.870Z[ host-package] Compiling nix v0.28.0
25272024-09-27T03:33:22.203Z[ host-package] Compiling oso v0.27.3
25282024-09-27T03:33:24.184Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25292024-09-27T03:33:26.060Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25302024-09-27T03:33:28.951Z[ helios-setup] Sep 27 03:33:27.847 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25312024-09-27T03:33:32.534Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25322024-09-27T03:33:32.986Z[ host-package] Compiling const_format_proc_macros v0.2.33
25332024-09-27T03:33:35.247Z[ host-package] Compiling bb8 v0.8.5
25342024-09-27T03:33:36.050Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25352024-09-27T03:33:36.839Z[ host-package] Compiling vte v0.11.1
25362024-09-27T03:33:38.373Z[ host-package] Compiling async-bb8-diesel v0.2.1
25372024-09-27T03:33:39.277Z[ host-package] Compiling const_format v0.2.33
25382024-09-27T03:33:40.655Z[ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
25392024-09-27T03:33:44.490Z[ host-package] Compiling fd-lock v4.0.2
25402024-09-27T03:33:44.738Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25412024-09-27T03:33:45.729Z[ host-package] Compiling atty v0.2.14
25422024-09-27T03:33:45.951Z[ host-package] Compiling bytecount v0.6.8
25432024-09-27T03:33:46.416Z[ host-package] Compiling salty v0.3.0
25442024-09-27T03:33:47.320Z[ host-package] Compiling papergrid v0.11.0
25452024-09-27T03:34:02.255Z[ host-package] Compiling parking_lot v0.11.2
25462024-09-27T03:34:11.448Z[ helios-setup] Sep 27 03:34:10.335 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 31s
25472024-09-27T03:34:11.482Z[ helios-setup] Sep 27 03:34:10.370 INFO building project "amd-host-image-builder" ok (181 seconds)
25482024-09-27T03:34:11.484Z[ helios-setup] Sep 27 03:34:10.370 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25492024-09-27T03:34:11.485Z[ helios-setup] Sep 27 03:34:10.370 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25502024-09-27T03:34:11.838Z[ helios-setup] Sep 27 03:34:10.726 INFO E| Downloading crates ...
25512024-09-27T03:34:11.930Z[ helios-setup] Sep 27 03:34:10.818 INFO E| Downloaded anyhow v1.0.62
25522024-09-27T03:34:11.938Z[ helios-setup] Sep 27 03:34:10.826 INFO E| Downloaded typenum v1.15.0
25532024-09-27T03:34:11.943Z[ helios-setup] Sep 27 03:34:10.830 INFO E| Downloaded cpufeatures v0.2.5
25542024-09-27T03:34:11.945Z[ helios-setup] Sep 27 03:34:10.832 INFO E| Downloaded generic-array v0.14.6
25552024-09-27T03:34:11.948Z[ helios-setup] Sep 27 03:34:10.835 INFO E| Downloaded sha2 v0.10.5
25562024-09-27T03:34:11.951Z[ helios-setup] Sep 27 03:34:10.839 INFO E| Downloaded unicode-width v0.1.10
25572024-09-27T03:34:11.954Z[ helios-setup] Sep 27 03:34:10.841 INFO E| Downloaded digest v0.10.3
25582024-09-27T03:34:11.956Z[ helios-setup] Sep 27 03:34:10.843 INFO E| Downloaded miniz_oxide v0.6.2
25592024-09-27T03:34:11.960Z[ helios-setup] Sep 27 03:34:10.847 INFO E| Downloaded flate2 v1.0.25
25602024-09-27T03:34:11.967Z[ helios-setup] Sep 27 03:34:10.854 INFO E| Downloaded bytes v1.2.1
25612024-09-27T03:34:11.973Z[ helios-setup] Sep 27 03:34:10.860 INFO E| Downloaded block-buffer v0.10.3
25622024-09-27T03:34:11.986Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25632024-09-27T03:34:12.110Z[ helios-setup] Sep 27 03:34:10.997 INFO E| Compiling version_check v0.9.4
25642024-09-27T03:34:12.110Z[ helios-setup] Sep 27 03:34:10.997 INFO E| Compiling typenum v1.15.0
25652024-09-27T03:34:12.113Z[ helios-setup] Sep 27 03:34:10.997 INFO E| Compiling cfg-if v1.0.0
25662024-09-27T03:34:12.113Z[ helios-setup] Sep 27 03:34:10.997 INFO E| Compiling crc32fast v1.3.2
25672024-09-27T03:34:12.113Z[ helios-setup] Sep 27 03:34:10.997 INFO E| Compiling adler v1.0.2
25682024-09-27T03:34:12.113Z[ helios-setup] Sep 27 03:34:10.997 INFO E| Compiling anyhow v1.0.62
25692024-09-27T03:34:12.113Z[ helios-setup] Sep 27 03:34:10.997 INFO E| Compiling cpufeatures v0.2.5
25702024-09-27T03:34:12.248Z[ helios-setup] Sep 27 03:34:11.135 INFO E| Compiling unicode-width v0.1.10
25712024-09-27T03:34:12.356Z[ helios-setup] Sep 27 03:34:11.243 INFO E| Compiling bitflags v1.3.2
25722024-09-27T03:34:12.356Z[ helios-setup] Sep 27 03:34:11.243 INFO E| Compiling bytes v1.2.1
25732024-09-27T03:34:12.484Z[ helios-setup] Sep 27 03:34:11.372 INFO E| Compiling miniz_oxide v0.6.2
25742024-09-27T03:34:12.517Z[ helios-setup] Sep 27 03:34:11.404 INFO E| Compiling getopts v0.2.21
25752024-09-27T03:34:13.096Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
25762024-09-27T03:34:13.196Z[ host-package] Compiling tabled_derive v0.7.0
25772024-09-27T03:34:13.365Z[ helios-setup] Sep 27 03:34:12.251 INFO E| Compiling generic-array v0.14.6
25782024-09-27T03:34:14.102Z[ helios-setup] Sep 27 03:34:12.989 INFO E| Compiling flate2 v1.0.25
25792024-09-27T03:34:16.873Z[ host-package] Compiling crossterm v0.27.0
25802024-09-27T03:34:17.937Z[ helios-setup] Sep 27 03:34:16.822 INFO E| Compiling crypto-common v0.1.6
25812024-09-27T03:34:17.937Z[ helios-setup] Sep 27 03:34:16.822 INFO E| Compiling block-buffer v0.10.3
25822024-09-27T03:34:18.178Z[ helios-setup] Sep 27 03:34:17.064 INFO E| Compiling digest v0.10.3
25832024-09-27T03:34:18.561Z[ helios-setup] Sep 27 03:34:17.447 INFO E| Compiling sha2 v0.10.5
25842024-09-27T03:34:19.028Z[ helios-setup] Sep 27 03:34:17.914 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
25852024-09-27T03:34:20.020Z[ host-package] Compiling peg-macros v0.8.4
25862024-09-27T03:34:21.136Z[ host-package] Compiling sqlparser_derive v0.2.2
25872024-09-27T03:34:22.734Z[ host-package] Compiling unicode_categories v0.1.1
25882024-09-27T03:34:23.427Z[ host-package] Compiling nu-ansi-term v0.50.0
25892024-09-27T03:34:23.561Z[ host-package] Compiling sqlformat v0.2.6
25902024-09-27T03:34:24.154Z[ helios-setup] Sep 27 03:34:23.039 INFO E| Finished `release` profile [optimized] target(s) in 12.58s
25912024-09-27T03:34:24.170Z[ helios-setup] Sep 27 03:34:23.055 INFO building project "bootserver" ok (12 seconds)
25922024-09-27T03:34:24.170Z[ helios-setup] Sep 27 03:34:23.055 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
25932024-09-27T03:34:24.173Z[ helios-setup] Sep 27 03:34:23.055 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25942024-09-27T03:34:24.360Z[ host-package] Compiling peg v0.8.4
25952024-09-27T03:34:24.504Z[ host-package] Compiling reedline v0.33.0
25962024-09-27T03:34:24.520Z[ helios-setup] Sep 27 03:34:23.398 INFO E| Compiling adler v1.0.2
25972024-09-27T03:34:24.676Z[ helios-setup] Sep 27 03:34:23.561 INFO E| Compiling miniz_oxide v0.7.2
25982024-09-27T03:34:24.984Z[ host-package] Compiling rustyline v14.0.0
25992024-09-27T03:34:25.157Z[ host-package] Compiling sqlparser v0.45.0
26002024-09-27T03:34:26.827Z[ host-package] Compiling tabled v0.15.0
26012024-09-27T03:34:27.129Z[ helios-setup] Sep 27 03:34:26.013 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26022024-09-27T03:34:28.277Z[ helios-setup] Sep 27 03:34:27.161 INFO E| Finished `release` profile [optimized] target(s) in 4.01s
26032024-09-27T03:34:28.284Z[ helios-setup] Sep 27 03:34:27.168 INFO building project "pinprick" ok (4 seconds)
26042024-09-27T03:34:28.284Z[ helios-setup] Sep 27 03:34:27.169 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26052024-09-27T03:34:28.287Z[ helios-setup] Sep 27 03:34:27.169 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26062024-09-27T03:34:28.709Z[ helios-setup] Sep 27 03:34:27.588 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26072024-09-27T03:34:29.239Z[ helios-setup] Sep 27 03:34:28.122 INFO E| From https://github.com/jclulow/hiercmd
26082024-09-27T03:34:29.239Z[ helios-setup] Sep 27 03:34:28.122 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26092024-09-27T03:34:29.261Z[ helios-setup] Sep 27 03:34:28.144 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26102024-09-27T03:34:29.762Z[ helios-setup] Sep 27 03:34:28.646 INFO E| From https://github.com/jclulow/network-interface
26112024-09-27T03:34:29.762Z[ helios-setup] Sep 27 03:34:28.646 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26122024-09-27T03:34:29.797Z[ helios-setup] Sep 27 03:34:28.681 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26132024-09-27T03:34:30.295Z[ helios-setup] Sep 27 03:34:29.179 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26142024-09-27T03:34:30.295Z[ helios-setup] Sep 27 03:34:29.179 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26152024-09-27T03:34:30.333Z[ helios-setup] Sep 27 03:34:29.216 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26162024-09-27T03:34:31.078Z[ helios-setup] Sep 27 03:34:29.962 INFO E| From https://github.com/oxidecomputer/facade
26172024-09-27T03:34:31.078Z[ helios-setup] Sep 27 03:34:29.962 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26182024-09-27T03:34:31.123Z[ helios-setup] Sep 27 03:34:30.006 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26192024-09-27T03:34:31.891Z[ helios-setup] Sep 27 03:34:30.774 INFO E| From https://github.com/oxidecomputer/dropshot
26202024-09-27T03:34:31.891Z[ helios-setup] Sep 27 03:34:30.774 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26212024-09-27T03:34:31.928Z[ helios-setup] Sep 27 03:34:30.811 INFO E| * [new tag] v0.3.0 -> v0.3.0
26222024-09-27T03:34:31.928Z[ helios-setup] Sep 27 03:34:30.811 INFO E| * [new tag] v0.4.0 -> v0.4.0
26232024-09-27T03:34:31.930Z[ helios-setup] Sep 27 03:34:30.811 INFO E| * [new tag] v0.5.0 -> v0.5.0
26242024-09-27T03:34:31.931Z[ helios-setup] Sep 27 03:34:30.811 INFO E| * [new tag] v0.5.1 -> v0.5.1
26252024-09-27T03:34:31.931Z[ helios-setup] Sep 27 03:34:30.811 INFO E| * [new tag] v0.6.0 -> v0.6.0
26262024-09-27T03:34:31.931Z[ helios-setup] Sep 27 03:34:30.812 INFO E| * [new tag] v0.7.0 -> v0.7.0
26272024-09-27T03:34:31.931Z[ helios-setup] Sep 27 03:34:30.812 INFO E| * [new tag] v0.8.0 -> v0.8.0
26282024-09-27T03:34:31.931Z[ helios-setup] Sep 27 03:34:30.812 INFO E| * [new tag] v0.9.0 -> v0.9.0
26292024-09-27T03:34:31.998Z[ helios-setup] Sep 27 03:34:30.880 INFO E| Updating crates.io index
26302024-09-27T03:34:32.641Z[ helios-setup] Sep 27 03:34:31.524 INFO E| Downloading crates ...
26312024-09-27T03:34:32.783Z[ helios-setup] Sep 27 03:34:31.666 INFO E| Downloaded fastrand v1.9.0
26322024-09-27T03:34:32.786Z[ helios-setup] Sep 27 03:34:31.669 INFO E| Downloaded ahash v0.7.6
26332024-09-27T03:34:32.792Z[ helios-setup] Sep 27 03:34:31.675 INFO E| Downloaded anstream v0.2.6
26342024-09-27T03:34:32.796Z[ helios-setup] Sep 27 03:34:31.679 INFO E| Downloaded built v0.6.0
26352024-09-27T03:34:32.799Z[ helios-setup] Sep 27 03:34:31.682 INFO E| Downloaded camino v1.1.4
26362024-09-27T03:34:32.803Z[ helios-setup] Sep 27 03:34:31.686 INFO E| Downloaded base64 v0.21.0
26372024-09-27T03:34:32.810Z[ helios-setup] Sep 27 03:34:31.693 INFO E| Downloaded cc v1.0.78
26382024-09-27T03:34:32.816Z[ helios-setup] Sep 27 03:34:31.699 INFO E| Downloaded semver v1.0.17
26392024-09-27T03:34:32.820Z[ helios-setup] Sep 27 03:34:31.704 INFO E| Downloaded serde_path_to_error v0.1.11
26402024-09-27T03:34:32.824Z[ helios-setup] Sep 27 03:34:31.707 INFO E| Downloaded serde_json v1.0.95
26412024-09-27T03:34:32.840Z[ helios-setup] Sep 27 03:34:31.724 INFO E| Downloaded serde_tokenstream v0.2.0
26422024-09-27T03:34:32.847Z[ helios-setup] Sep 27 03:34:31.731 INFO E| Downloaded terminal_size v0.2.6
26432024-09-27T03:34:32.850Z[ helios-setup] Sep 27 03:34:31.733 INFO E| Downloaded futures-channel v0.3.28
26442024-09-27T03:34:32.855Z[ helios-setup] Sep 27 03:34:31.738 INFO E| Downloaded form_urlencoded v1.1.0
26452024-09-27T03:34:32.857Z[ helios-setup] Sep 27 03:34:31.740 INFO E| Downloaded tokio-rustls v0.24.0
26462024-09-27T03:34:32.860Z[ helios-setup] Sep 27 03:34:31.744 INFO E| Downloaded tokio-tungstenite v0.18.0
26472024-09-27T03:34:32.866Z[ helios-setup] Sep 27 03:34:31.749 INFO E| Downloaded tokio-macros v2.0.0
26482024-09-27T03:34:32.868Z[ helios-setup] Sep 27 03:34:31.751 INFO E| Downloaded thiserror-impl v1.0.38
26492024-09-27T03:34:32.870Z[ helios-setup] Sep 27 03:34:31.753 INFO E| Downloaded thiserror v1.0.38
26502024-09-27T03:34:32.883Z[ helios-setup] Sep 27 03:34:31.766 INFO E| Downloaded syn v1.0.107
26512024-09-27T03:34:32.904Z[ helios-setup] Sep 27 03:34:31.787 INFO E| Downloaded errno v0.3.1
26522024-09-27T03:34:32.907Z[ helios-setup] Sep 27 03:34:31.790 INFO E| Downloaded signal-hook-registry v1.4.0
26532024-09-27T03:34:32.909Z[ helios-setup] Sep 27 03:34:31.792 INFO E| Downloaded serde_spanned v0.6.1
26542024-09-27T03:34:32.911Z[ helios-setup] Sep 27 03:34:31.794 INFO E| Downloaded either v1.8.0
26552024-09-27T03:34:32.917Z[ helios-setup] Sep 27 03:34:31.797 INFO E| Downloaded dyn-clone v1.0.11
26562024-09-27T03:34:32.918Z[ helios-setup] Sep 27 03:34:31.800 INFO E| Downloaded digest v0.10.6
26572024-09-27T03:34:32.921Z[ helios-setup] Sep 27 03:34:31.804 INFO E| Downloaded crossbeam-utils v0.8.14
26582024-09-27T03:34:32.926Z[ helios-setup] Sep 27 03:34:31.809 INFO E| Downloaded tempfile v3.5.0
26592024-09-27T03:34:32.931Z[ helios-setup] Sep 27 03:34:31.814 INFO E| Downloaded smartstring v1.0.1
26602024-09-27T03:34:32.936Z[ helios-setup] Sep 27 03:34:31.819 INFO E| Downloaded slog-bunyan v2.4.0
26612024-09-27T03:34:32.938Z[ helios-setup] Sep 27 03:34:31.821 INFO E| Downloaded slog-async v2.7.0
26622024-09-27T03:34:32.941Z[ helios-setup] Sep 27 03:34:31.824 INFO E| Downloaded serde_yaml v0.9.21
26632024-09-27T03:34:32.948Z[ helios-setup] Sep 27 03:34:31.831 INFO E| Downloaded crossbeam-channel v0.5.6
26642024-09-27T03:34:32.958Z[ helios-setup] Sep 27 03:34:31.842 INFO E| Downloaded slab v0.4.7
26652024-09-27T03:34:32.961Z[ helios-setup] Sep 27 03:34:31.845 INFO E| Downloaded scopeguard v1.1.0
26662024-09-27T03:34:32.964Z[ helios-setup] Sep 27 03:34:31.847 INFO E| Downloaded tracing v0.1.37
26672024-09-27T03:34:32.972Z[ helios-setup] Sep 27 03:34:31.855 INFO E| Downloaded ucd-trie v0.1.5
26682024-09-27T03:34:32.975Z[ helios-setup] Sep 27 03:34:31.859 INFO E| Downloaded try-lock v0.2.4
26692024-09-27T03:34:32.978Z[ helios-setup] Sep 27 03:34:31.860 INFO E| Downloaded tracing-core v0.1.30
26702024-09-27T03:34:32.983Z[ helios-setup] Sep 27 03:34:31.866 INFO E| Downloaded typenum v1.16.0
26712024-09-27T03:34:32.988Z[ helios-setup] Sep 27 03:34:31.871 INFO E| Downloaded winnow v0.4.1
26722024-09-27T03:34:33.003Z[ helios-setup] Sep 27 03:34:31.886 INFO E| Downloaded uuid v1.3.0
26732024-09-27T03:34:33.011Z[ helios-setup] Sep 27 03:34:31.894 INFO E| Downloaded syn v2.0.72
26742024-09-27T03:34:33.031Z[ helios-setup] Sep 27 03:34:31.914 INFO E| Downloaded unicode-normalization v0.1.22
26752024-09-27T03:34:33.037Z[ helios-setup] Sep 27 03:34:31.920 INFO E| Downloaded toml_datetime v0.6.1
26762024-09-27T03:34:33.039Z[ helios-setup] Sep 27 03:34:31.922 INFO E| Downloaded tokio v1.27.0
26772024-09-27T03:34:33.095Z[ helios-setup] Sep 27 03:34:31.978 INFO E| Downloaded want v0.3.0
26782024-09-27T03:34:33.097Z[ helios-setup] Sep 27 03:34:31.980 INFO E| Downloaded walkdir v2.3.3
26792024-09-27T03:34:33.099Z[ helios-setup] Sep 27 03:34:31.982 INFO E| Downloaded url v2.3.1
26802024-09-27T03:34:33.105Z[ helios-setup] Sep 27 03:34:31.988 INFO E| Downloaded unsafe-libyaml v0.2.8
26812024-09-27T03:34:33.112Z[ helios-setup] Sep 27 03:34:31.994 INFO E| Downloaded unicode-linebreak v0.1.4
26822024-09-27T03:34:33.115Z[ helios-setup] Sep 27 03:34:31.999 INFO E| Downloaded unicode-bidi v0.3.13
26832024-09-27T03:34:33.120Z[ helios-setup] Sep 27 03:34:32.003 INFO E| Downloaded tungstenite v0.18.0
26842024-09-27T03:34:33.125Z[ helios-setup] Sep 27 03:34:32.009 INFO E| Downloaded smawk v0.3.1
26852024-09-27T03:34:33.128Z[ helios-setup] Sep 27 03:34:32.011 INFO E| Downloaded lazy_static v1.4.0
26862024-09-27T03:34:33.131Z[ helios-setup] Sep 27 03:34:32.014 INFO E| Downloaded pkg-config v0.3.26
26872024-09-27T03:34:33.134Z[ helios-setup] Sep 27 03:34:32.017 INFO E| Downloaded num-integer v0.1.45
26882024-09-27T03:34:33.138Z[ helios-setup] Sep 27 03:34:32.021 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
26892024-09-27T03:34:33.144Z[ helios-setup] Sep 27 03:34:32.027 INFO E| Downloaded memchr v2.5.0
26902024-09-27T03:34:33.150Z[ helios-setup] Sep 27 03:34:32.033 INFO E| Downloaded parking_lot v0.12.1
26912024-09-27T03:34:33.154Z[ helios-setup] Sep 27 03:34:32.038 INFO E| Downloaded num-traits v0.2.15
26922024-09-27T03:34:33.160Z[ helios-setup] Sep 27 03:34:32.043 INFO E| Downloaded aho-corasick v0.7.20
26932024-09-27T03:34:33.166Z[ helios-setup] Sep 27 03:34:32.050 INFO E| Downloaded log v0.4.17
26942024-09-27T03:34:33.170Z[ helios-setup] Sep 27 03:34:32.053 INFO E| Downloaded lock_api v0.4.9
26952024-09-27T03:34:33.173Z[ helios-setup] Sep 27 03:34:32.056 INFO E| Downloaded getrandom v0.2.8
26962024-09-27T03:34:33.177Z[ helios-setup] Sep 27 03:34:32.060 INFO E| Downloaded bincode v1.3.3
26972024-09-27T03:34:33.180Z[ helios-setup] Sep 27 03:34:32.063 INFO E| Downloaded memoffset v0.7.1
26982024-09-27T03:34:33.183Z[ helios-setup] Sep 27 03:34:32.066 INFO E| Downloaded jobserver v0.1.26
26992024-09-27T03:34:33.186Z[ helios-setup] Sep 27 03:34:32.069 INFO E| Downloaded byteorder v1.4.3
27002024-09-27T03:34:33.189Z[ helios-setup] Sep 27 03:34:32.073 INFO E| Downloaded autocfg v1.1.0
27012024-09-27T03:34:33.192Z[ helios-setup] Sep 27 03:34:32.075 INFO E| Downloaded toolchain_find v0.2.0
27022024-09-27T03:34:33.194Z[ helios-setup] Sep 27 03:34:32.077 INFO E| Downloaded io-lifetimes v1.0.10
27032024-09-27T03:34:33.198Z[ helios-setup] Sep 27 03:34:32.081 INFO E| Downloaded iana-time-zone v0.1.56
27042024-09-27T03:34:33.202Z[ helios-setup] Sep 27 03:34:32.085 INFO E| Downloaded httpdate v1.0.2
27052024-09-27T03:34:33.204Z[ helios-setup] Sep 27 03:34:32.087 INFO E| Downloaded http-body v0.4.5
27062024-09-27T03:34:33.207Z[ helios-setup] Sep 27 03:34:32.090 INFO E| Downloaded http v0.2.9
27072024-09-27T03:34:33.215Z[ helios-setup] Sep 27 03:34:32.098 INFO E| Downloaded home v0.5.4
27082024-09-27T03:34:33.217Z[ helios-setup] Sep 27 03:34:32.100 INFO E| Downloaded futures-util v0.3.28
27092024-09-27T03:34:33.240Z[ helios-setup] Sep 27 03:34:32.123 INFO E| Downloaded itoa v1.0.6
27102024-09-27T03:34:33.242Z[ helios-setup] Sep 27 03:34:32.125 INFO E| Downloaded ipnet v2.7.2
27112024-09-27T03:34:33.245Z[ helios-setup] Sep 27 03:34:32.128 INFO E| Downloaded hyper v0.14.25
27122024-09-27T03:34:33.262Z[ helios-setup] Sep 27 03:34:32.145 INFO E| Downloaded schemars v0.8.12
27132024-09-27T03:34:33.284Z[ helios-setup] Sep 27 03:34:32.167 INFO E| Downloaded ryu v1.0.13
27142024-09-27T03:34:33.289Z[ helios-setup] Sep 27 03:34:32.172 INFO E| Downloaded regress v0.5.0
27152024-09-27T03:34:33.304Z[ helios-setup] Sep 27 03:34:32.187 INFO E| Downloaded git2 v0.16.1
27162024-09-27T03:34:33.319Z[ helios-setup] Sep 27 03:34:32.202 INFO E| Downloaded sct v0.7.0
27172024-09-27T03:34:33.380Z[ helios-setup] Sep 27 03:34:32.262 INFO E| Downloaded rustls v0.21.0
27182024-09-27T03:34:33.400Z[ helios-setup] Sep 27 03:34:32.283 INFO E| Downloaded rustix v0.37.3
27192024-09-27T03:34:33.444Z[ helios-setup] Sep 27 03:34:32.327 INFO E| Downloaded rhai v1.14.0
27202024-09-27T03:34:33.465Z[ helios-setup] Sep 27 03:34:32.348 INFO E| Downloaded openapiv3 v1.0.2
27212024-09-27T03:34:33.486Z[ helios-setup] Sep 27 03:34:32.369 INFO E| Downloaded libc v0.2.139
27222024-09-27T03:34:33.530Z[ helios-setup] Sep 27 03:34:32.413 INFO E| Downloaded rustls-webpki v0.100.1
27232024-09-27T03:34:33.541Z[ helios-setup] Sep 27 03:34:32.424 INFO E| Downloaded rustls-pemfile v1.0.2
27242024-09-27T03:34:33.544Z[ helios-setup] Sep 27 03:34:32.428 INFO E| Downloaded rustfmt-wrapper v0.2.0
27252024-09-27T03:34:33.552Z[ helios-setup] Sep 27 03:34:32.435 INFO E| Downloaded rhai_codegen v1.5.0
27262024-09-27T03:34:33.562Z[ helios-setup] Sep 27 03:34:32.445 INFO E| Downloaded encoding_rs v0.8.32
27272024-09-27T03:34:33.598Z[ helios-setup] Sep 27 03:34:32.481 INFO E| Downloaded reqwest v0.11.16
27282024-09-27T03:34:33.612Z[ helios-setup] Sep 27 03:34:32.495 INFO E| Downloaded regex v1.7.3
27292024-09-27T03:34:33.627Z[ helios-setup] Sep 27 03:34:32.510 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27302024-09-27T03:34:33.718Z[ helios-setup] Sep 27 03:34:32.601 INFO E| Downloaded rayon-core v1.10.2
27312024-09-27T03:34:33.724Z[ helios-setup] Sep 27 03:34:32.607 INFO E| Downloaded rayon v1.6.1
27322024-09-27T03:34:33.742Z[ helios-setup] Sep 27 03:34:32.625 INFO E| Downloaded project-root v0.2.2
27332024-09-27T03:34:33.750Z[ helios-setup] Sep 27 03:34:32.630 INFO E| Downloaded proc-macro-crate v1.2.1
27342024-09-27T03:34:33.750Z[ helios-setup] Sep 27 03:34:32.630 INFO E| Downloaded pin-project-lite v0.2.9
27352024-09-27T03:34:33.754Z[ helios-setup] Sep 27 03:34:32.637 INFO E| Downloaded pest v2.5.7
27362024-09-27T03:34:33.763Z[ helios-setup] Sep 27 03:34:32.646 INFO E| Downloaded percent-encoding v2.2.0
27372024-09-27T03:34:33.765Z[ helios-setup] Sep 27 03:34:32.647 INFO E| Downloaded libz-sys v1.1.8
27382024-09-27T03:34:33.852Z[ helios-setup] Sep 27 03:34:32.735 INFO E| Downloaded paste v1.0.12
27392024-09-27T03:34:33.857Z[ helios-setup] Sep 27 03:34:32.740 INFO E| Downloaded parking_lot_core v0.9.6
27402024-09-27T03:34:33.861Z[ helios-setup] Sep 27 03:34:32.744 INFO E| Downloaded once_cell v1.17.0
27412024-09-27T03:34:33.865Z[ helios-setup] Sep 27 03:34:32.748 INFO E| Downloaded num_enum_derive v0.5.7
27422024-09-27T03:34:33.867Z[ helios-setup] Sep 27 03:34:32.749 INFO E| Downloaded num_enum v0.5.7
27432024-09-27T03:34:33.872Z[ helios-setup] Sep 27 03:34:32.755 INFO E| Downloaded num_cpus v1.15.0
27442024-09-27T03:34:33.876Z[ helios-setup] Sep 27 03:34:32.759 INFO E| Downloaded mio v0.8.5
27452024-09-27T03:34:33.885Z[ helios-setup] Sep 27 03:34:32.767 INFO E| Downloaded is-terminal v0.4.7
27462024-09-27T03:34:33.888Z[ helios-setup] Sep 27 03:34:32.769 INFO E| Downloaded h2 v0.3.16
27472024-09-27T03:34:33.897Z[ helios-setup] Sep 27 03:34:32.780 INFO E| Downloaded futures-io v0.3.28
27482024-09-27T03:34:33.900Z[ helios-setup] Sep 27 03:34:32.782 INFO E| Downloaded futures-core v0.3.28
27492024-09-27T03:34:33.902Z[ helios-setup] Sep 27 03:34:32.784 INFO E| Downloaded crossbeam-epoch v0.9.13
27502024-09-27T03:34:33.905Z[ helios-setup] Sep 27 03:34:32.788 INFO E| Downloaded const-random v0.1.15
27512024-09-27T03:34:33.907Z[ helios-setup] Sep 27 03:34:32.790 INFO E| Downloaded futures-task v0.3.28
27522024-09-27T03:34:33.910Z[ helios-setup] Sep 27 03:34:32.792 INFO E| Downloaded futures-sink v0.3.28
27532024-09-27T03:34:33.912Z[ helios-setup] Sep 27 03:34:32.793 INFO E| Downloaded futures-macro v0.3.28
27542024-09-27T03:34:33.912Z[ helios-setup] Sep 27 03:34:32.795 INFO E| Downloaded futures-executor v0.3.28
27552024-09-27T03:34:33.915Z[ helios-setup] Sep 27 03:34:32.798 INFO E| Downloaded futures v0.3.28
27562024-09-27T03:34:33.923Z[ helios-setup] Sep 27 03:34:32.806 INFO E| Downloaded crossbeam-deque v0.8.2
27572024-09-27T03:34:33.926Z[ helios-setup] Sep 27 03:34:32.809 INFO E| Downloaded toml_edit v0.19.8
27582024-09-27T03:34:33.955Z[ helios-setup] Sep 27 03:34:32.838 INFO E| Downloaded toml v0.7.3
27592024-09-27T03:34:33.960Z[ helios-setup] Sep 27 03:34:32.843 INFO E| Downloaded tokio-util v0.7.7
27602024-09-27T03:34:33.970Z[ helios-setup] Sep 27 03:34:32.853 INFO E| Downloaded textwrap v0.16.0
27612024-09-27T03:34:33.974Z[ helios-setup] Sep 27 03:34:32.857 INFO E| Downloaded unicode-ident v1.0.8
27622024-09-27T03:34:33.978Z[ helios-setup] Sep 27 03:34:32.861 INFO E| Downloaded time v0.1.45
27632024-09-27T03:34:33.981Z[ helios-setup] Sep 27 03:34:32.864 INFO E| Downloaded strsim v0.10.0
27642024-09-27T03:34:33.983Z[ helios-setup] Sep 27 03:34:32.866 INFO E| Downloaded socket2 v0.4.9
27652024-09-27T03:34:33.986Z[ helios-setup] Sep 27 03:34:32.868 INFO E| Downloaded smallvec v1.10.0
27662024-09-27T03:34:33.988Z[ helios-setup] Sep 27 03:34:32.871 INFO E| Downloaded sha2 v0.10.6
27672024-09-27T03:34:33.991Z[ helios-setup] Sep 27 03:34:32.874 INFO E| Downloaded sha1 v0.10.5
27682024-09-27T03:34:33.994Z[ helios-setup] Sep 27 03:34:32.876 INFO E| Downloaded const-random-macro v0.1.15
27692024-09-27T03:34:33.996Z[ helios-setup] Sep 27 03:34:32.878 INFO E| Downloaded concolor-query v0.3.3
27702024-09-27T03:34:33.996Z[ helios-setup] Sep 27 03:34:32.879 INFO E| Downloaded clap_derive v4.2.0
27712024-09-27T03:34:33.999Z[ helios-setup] Sep 27 03:34:32.882 INFO E| Downloaded chrono v0.4.24
27722024-09-27T03:34:34.011Z[ helios-setup] Sep 27 03:34:32.893 INFO E| Downloaded semver-parser v0.10.2
27732024-09-27T03:34:34.013Z[ helios-setup] Sep 27 03:34:32.896 INFO E| Downloaded serde_derive_internals v0.26.0
27742024-09-27T03:34:34.016Z[ helios-setup] Sep 27 03:34:32.898 INFO E| Downloaded clap_builder v4.2.1
27752024-09-27T03:34:34.026Z[ helios-setup] Sep 27 03:34:32.909 INFO E| Downloaded semver v0.11.0
27762024-09-27T03:34:34.028Z[ helios-setup] Sep 27 03:34:32.911 INFO E| Downloaded schemars_derive v0.8.12
27772024-09-27T03:34:34.031Z[ helios-setup] Sep 27 03:34:32.913 INFO E| Downloaded concolor-override v1.0.0
27782024-09-27T03:34:34.033Z[ helios-setup] Sep 27 03:34:32.914 INFO E| Downloaded clap_lex v0.4.1
27792024-09-27T03:34:34.033Z[ helios-setup] Sep 27 03:34:32.915 INFO E| Downloaded clap v4.2.1
27802024-09-27T03:34:34.045Z[ helios-setup] Sep 27 03:34:32.928 INFO E| Downloaded async-trait v0.1.68
27812024-09-27T03:34:34.052Z[ helios-setup] Sep 27 03:34:32.933 INFO E| Downloaded cargo-lock v8.0.3
27822024-09-27T03:34:34.054Z[ helios-setup] Sep 27 03:34:32.937 INFO E| Downloaded bytes v1.4.0
27832024-09-27T03:34:34.112Z[ helios-setup] Sep 27 03:34:32.995 INFO E| Downloaded anyhow v1.0.68
27842024-09-27T03:34:34.118Z[ helios-setup] Sep 27 03:34:33.001 INFO E| Downloaded anstyle-parse v0.1.1
27852024-09-27T03:34:34.121Z[ helios-setup] Sep 27 03:34:33.004 INFO E| Downloaded anstyle v0.3.5
27862024-09-27T03:34:34.123Z[ helios-setup] Sep 27 03:34:33.006 INFO E| Downloaded ahash v0.8.3
27872024-09-27T03:34:34.405Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling proc-macro2 v1.0.86
27882024-09-27T03:34:34.405Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling libc v0.2.139
27892024-09-27T03:34:34.405Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling unicode-ident v1.0.8
27902024-09-27T03:34:34.408Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling autocfg v1.1.0
27912024-09-27T03:34:34.408Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling cfg-if v1.0.0
27922024-09-27T03:34:34.408Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling version_check v0.9.4
27932024-09-27T03:34:34.408Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling serde v1.0.204
27942024-09-27T03:34:34.408Z[ helios-setup] Sep 27 03:34:33.288 INFO E| Compiling syn v1.0.107
27952024-09-27T03:34:35.239Z[ helios-setup] Sep 27 03:34:34.121 INFO E| Compiling memchr v2.5.0
27962024-09-27T03:34:36.167Z[ helios-setup] Sep 27 03:34:35.049 INFO E| Compiling once_cell v1.17.0
27972024-09-27T03:34:36.262Z[ helios-setup] Sep 27 03:34:35.144 INFO E| Compiling thiserror v1.0.38
27982024-09-27T03:34:36.273Z[ helios-setup] Sep 27 03:34:35.155 INFO E| Compiling log v0.4.17
27992024-09-27T03:34:36.286Z[ host-package] Compiling sled v0.34.7
28002024-09-27T03:34:36.633Z[ host-package] Compiling mime_guess v2.0.4
28012024-09-27T03:34:36.945Z[ helios-setup] Sep 27 03:34:35.825 INFO E| Compiling itoa v1.0.6
28022024-09-27T03:34:37.271Z[ helios-setup] Sep 27 03:34:36.153 INFO E| Compiling serde_json v1.0.95
28032024-09-27T03:34:38.025Z[ helios-setup] Sep 27 03:34:36.907 INFO E| Compiling getrandom v0.2.8
28042024-09-27T03:34:38.213Z[ helios-setup] Sep 27 03:34:37.095 INFO E| Compiling jobserver v0.1.26
28052024-09-27T03:34:38.852Z[ helios-setup] Sep 27 03:34:37.734 INFO E| Compiling quote v1.0.36
28062024-09-27T03:34:38.943Z[ helios-setup] Sep 27 03:34:37.824 INFO E| Compiling indexmap v1.9.3
28072024-09-27T03:34:39.124Z[ helios-setup] Sep 27 03:34:38.006 INFO E| Compiling pin-project-lite v0.2.9
28082024-09-27T03:34:39.336Z[ helios-setup] Sep 27 03:34:38.217 INFO E| Compiling cc v1.0.78
28092024-09-27T03:34:39.461Z[ helios-setup] Sep 27 03:34:38.343 INFO E| Compiling scopeguard v1.1.0
28102024-09-27T03:34:39.528Z[ helios-setup] Sep 27 03:34:38.409 INFO E| Compiling syn v2.0.72
28112024-09-27T03:34:39.859Z[ helios-setup] Sep 27 03:34:38.741 INFO E| Compiling num-integer v0.1.45
28122024-09-27T03:34:40.107Z[ helios-setup] Sep 27 03:34:38.988 INFO E| Compiling futures-core v0.3.28
28132024-09-27T03:34:40.209Z[ helios-setup] Sep 27 03:34:39.091 INFO E| Compiling bytes v1.4.0
28142024-09-27T03:34:40.354Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28152024-09-27T03:34:40.695Z[ helios-setup] Sep 27 03:34:39.577 INFO E| Compiling ryu v1.0.13
28162024-09-27T03:34:41.776Z[ helios-setup] Sep 27 03:34:40.657 INFO E| Compiling lock_api v0.4.9
28172024-09-27T03:34:42.204Z[ helios-setup] Sep 27 03:34:41.085 INFO E| Compiling bitflags v1.3.2
28182024-09-27T03:34:42.299Z[ helios-setup] Sep 27 03:34:41.180 INFO E| Compiling typenum v1.16.0
28192024-09-27T03:34:42.473Z[ helios-setup] Sep 27 03:34:41.354 INFO E| Compiling parking_lot_core v0.9.6
28202024-09-27T03:34:42.909Z[ helios-setup] Sep 27 03:34:41.790 INFO E| Compiling num_cpus v1.15.0
28212024-09-27T03:34:42.993Z[ helios-setup] Sep 27 03:34:41.872 INFO E| Compiling slab v0.4.7
28222024-09-27T03:34:43.071Z[ helios-setup] Sep 27 03:34:41.952 INFO E| Compiling generic-array v0.14.6
28232024-09-27T03:34:43.281Z[ helios-setup] Sep 27 03:34:42.162 INFO E| Compiling futures-sink v0.3.28
28242024-09-27T03:34:43.474Z[ helios-setup] Sep 27 03:34:42.354 INFO E| Compiling futures-channel v0.3.28
28252024-09-27T03:34:43.520Z[ helios-setup] Sep 27 03:34:42.400 INFO E| Compiling futures-task v0.3.28
28262024-09-27T03:34:43.578Z[ host-package] Compiling hickory-client v0.24.1
28272024-09-27T03:34:44.154Z[ helios-setup] Sep 27 03:34:43.035 INFO E| Compiling tokio v1.27.0
28282024-09-27T03:34:44.237Z[ helios-setup] Sep 27 03:34:43.118 INFO E| Compiling schemars v0.8.12
28292024-09-27T03:34:44.364Z[ helios-setup] Sep 27 03:34:43.245 INFO E| Compiling futures-util v0.3.28
28302024-09-27T03:34:44.393Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
28312024-09-27T03:34:45.215Z[ helios-setup] Sep 27 03:34:44.095 INFO E| Compiling mio v0.8.5
28322024-09-27T03:34:45.341Z[ helios-setup] Sep 27 03:34:44.222 INFO E| Compiling signal-hook-registry v1.4.0
28332024-09-27T03:34:45.478Z[ helios-setup] Sep 27 03:34:44.359 INFO E| Compiling socket2 v0.4.9
28342024-09-27T03:34:45.806Z[ helios-setup] Sep 27 03:34:44.686 INFO E| Compiling num-traits v0.2.15
28352024-09-27T03:34:46.127Z[ helios-setup] Sep 27 03:34:45.007 INFO E| Compiling ahash v0.7.6
28362024-09-27T03:34:46.710Z[ helios-setup] Sep 27 03:34:45.590 INFO E| Compiling io-lifetimes v1.0.10
28372024-09-27T03:34:47.292Z[ helios-setup] Sep 27 03:34:46.172 INFO E| Compiling pin-utils v0.1.0
28382024-09-27T03:34:47.441Z[ helios-setup] Sep 27 03:34:46.321 INFO E| Compiling futures-io v0.3.28
28392024-09-27T03:34:48.091Z[ helios-setup] Sep 27 03:34:46.971 INFO E| Compiling crunchy v0.2.2
28402024-09-27T03:34:49.073Z[ helios-setup] Sep 27 03:34:47.952 INFO E| Compiling ahash v0.8.3
28412024-09-27T03:34:49.346Z[ helios-setup] Sep 27 03:34:48.225 INFO E| Compiling tiny-keccak v2.0.2
28422024-09-27T03:34:50.014Z[ helios-setup] Sep 27 03:34:48.889 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28432024-09-27T03:34:50.113Z[ helios-setup] Sep 27 03:34:48.993 INFO E| Compiling rustix v0.37.3
28442024-09-27T03:34:50.218Z[ helios-setup] Sep 27 03:34:49.098 INFO E| Compiling hashbrown v0.12.3
28452024-09-27T03:34:51.193Z[ helios-setup] Sep 27 03:34:50.072 INFO E| Compiling block-buffer v0.10.3
28462024-09-27T03:34:51.239Z[ helios-setup] Sep 27 03:34:50.118 INFO E| Compiling crypto-common v0.1.6
28472024-09-27T03:34:51.603Z[ helios-setup] Sep 27 03:34:50.482 INFO E| Compiling serde_derive_internals v0.26.0
28482024-09-27T03:34:52.289Z[ helios-setup] Sep 27 03:34:51.168 INFO E| Compiling errno v0.3.1
28492024-09-27T03:34:52.787Z[ helios-setup] Sep 27 03:34:51.666 INFO E| Compiling pkg-config v0.3.26
28502024-09-27T03:34:52.836Z[ helios-setup] Sep 27 03:34:51.715 INFO E| Compiling slog v2.7.0
28512024-09-27T03:34:52.999Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28522024-09-27T03:34:53.102Z[ helios-setup] Sep 27 03:34:51.980 INFO E| Compiling crossbeam-utils v0.8.14
28532024-09-27T03:34:53.575Z[ helios-setup] Sep 27 03:34:52.454 INFO E| Compiling fnv v1.0.7
28542024-09-27T03:34:54.009Z[ helios-setup] Sep 27 03:34:52.888 INFO E| Compiling http v0.2.9
28552024-09-27T03:34:55.577Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28562024-09-27T03:34:55.683Z[ helios-setup] Sep 27 03:34:54.561 INFO E| Compiling digest v0.10.6
28572024-09-27T03:34:56.375Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
28582024-09-27T03:34:57.297Z[ helios-setup] Sep 27 03:34:56.175 INFO E| Compiling aho-corasick v0.7.20
28592024-09-27T03:34:57.357Z[ helios-setup] Sep 27 03:34:56.235 INFO E| Compiling cpufeatures v0.2.5
28602024-09-27T03:34:57.727Z[ helios-setup] Sep 27 03:34:56.605 INFO E| Compiling percent-encoding v2.2.0
28612024-09-27T03:34:58.201Z[ helios-setup] Sep 27 03:34:57.079 INFO E| Compiling heck v0.4.1
28622024-09-27T03:34:58.277Z[ helios-setup] Sep 27 03:34:57.154 INFO E| Compiling regex-syntax v0.6.29
28632024-09-27T03:34:58.718Z[ helios-setup] Sep 27 03:34:57.596 INFO E| Compiling unicode-width v0.1.10
28642024-09-27T03:34:59.103Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28652024-09-27T03:34:59.255Z[ helios-setup] Sep 27 03:34:58.133 INFO E| Compiling tinyvec_macros v0.1.1
28662024-09-27T03:34:59.414Z[ helios-setup] Sep 27 03:34:58.291 INFO E| Compiling httparse v1.8.0
28672024-09-27T03:34:59.535Z[ host-package] Compiling hickory-server v0.24.1
28682024-09-27T03:34:59.693Z[ host-package] Compiling primeorder v0.13.6
28692024-09-27T03:34:59.748Z[ helios-setup] Sep 27 03:34:58.625 INFO E| Compiling anyhow v1.0.68
28702024-09-27T03:34:59.891Z[ helios-setup] Sep 27 03:34:58.768 INFO E| Compiling tinyvec v1.6.0
28712024-09-27T03:35:01.100Z[ host-package] Compiling vergen v8.3.2
28722024-09-27T03:35:01.463Z[ helios-setup] Sep 27 03:35:00.340 INFO E| Compiling const-random-macro v0.1.15
28732024-09-27T03:35:01.553Z[ helios-setup] Sep 27 03:35:00.430 INFO E| Compiling thiserror-impl v1.0.38
28742024-09-27T03:35:01.901Z[ helios-setup] Sep 27 03:35:00.776 INFO E| Compiling schemars_derive v0.8.12
28752024-09-27T03:35:02.006Z[ helios-setup] Sep 27 03:35:00.883 INFO E| Compiling serde_derive v1.0.204
28762024-09-27T03:35:02.074Z[ host-package] Compiling bcs v0.1.6
28772024-09-27T03:35:03.058Z[ helios-setup] Sep 27 03:35:01.935 INFO E| Compiling tokio-macros v2.0.0
28782024-09-27T03:35:03.235Z[ helios-setup] Sep 27 03:35:02.112 INFO E| Compiling futures-macro v0.3.28
28792024-09-27T03:35:03.659Z[ helios-setup] Sep 27 03:35:02.535 INFO E| Compiling form_urlencoded v1.1.0
28802024-09-27T03:35:03.837Z[ helios-setup] Sep 27 03:35:02.713 INFO E| Compiling hashbrown v0.13.2
28812024-09-27T03:35:04.528Z[ host-package] Compiling env_filter v0.1.2
28822024-09-27T03:35:06.374Z[ helios-setup] Sep 27 03:35:05.250 INFO E| Compiling regex v1.7.3
28832024-09-27T03:35:06.451Z[ helios-setup] Sep 27 03:35:05.327 INFO E| Compiling libz-sys v1.1.8
28842024-09-27T03:35:06.887Z[ host-package] Compiling cargo-platform v0.1.8
28852024-09-27T03:35:07.799Z[ helios-setup] Sep 27 03:35:06.675 INFO E| Compiling chrono v0.4.24
28862024-09-27T03:35:09.779Z[ helios-setup] Sep 27 03:35:08.655 INFO E| Compiling dyn-clone v1.0.11
28872024-09-27T03:35:10.042Z[ helios-setup] Sep 27 03:35:08.917 INFO E| Compiling uuid v1.3.0
28882024-09-27T03:35:10.342Z[ helios-setup] Sep 27 03:35:09.218 INFO E| Compiling regress v0.5.0
28892024-09-27T03:35:10.845Z[ helios-setup] Sep 27 03:35:09.720 INFO E| Compiling unicode-normalization v0.1.22
28902024-09-27T03:35:11.095Z[ helios-setup] Sep 27 03:35:09.970 INFO E| Compiling const-random v0.1.15
28912024-09-27T03:35:12.397Z[ host-package] Compiling nanorand v0.7.0
28922024-09-27T03:35:12.760Z[ host-package] Compiling memoffset v0.9.1
28932024-09-27T03:35:13.457Z[ helios-setup] Sep 27 03:35:12.332 INFO E| Compiling getopts v0.2.21
28942024-09-27T03:35:13.692Z[ helios-setup] Sep 27 03:35:12.567 INFO E| Compiling tracing-core v0.1.30
28952024-09-27T03:35:14.250Z[ host-package] Compiling flume v0.11.0
28962024-09-27T03:35:14.343Z[ host-package] Compiling cargo_metadata v0.18.1
28972024-09-27T03:35:14.481Z[ helios-setup] Sep 27 03:35:13.356 INFO E| Compiling memoffset v0.7.1
28982024-09-27T03:35:14.626Z[ helios-setup] Sep 27 03:35:13.500 INFO E| Compiling unicode-bidi v0.3.13
28992024-09-27T03:35:15.542Z[ helios-setup] Sep 27 03:35:14.417 INFO E| Compiling ucd-trie v0.1.5
29002024-09-27T03:35:16.027Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29012024-09-27T03:35:16.624Z[ helios-setup] Sep 27 03:35:15.496 INFO E| Compiling num-conv v0.1.0
29022024-09-27T03:35:17.888Z[ helios-setup] Sep 27 03:35:16.762 INFO E| Compiling time-core v0.1.2
29032024-09-27T03:35:18.326Z[ helios-setup] Sep 27 03:35:17.199 INFO E| Compiling powerfmt v0.2.0
29042024-09-27T03:35:19.276Z[ helios-setup] Sep 27 03:35:18.149 INFO E| Compiling deranged v0.3.11
29052024-09-27T03:35:19.418Z[ helios-setup] Sep 27 03:35:18.291 INFO E| Compiling idna v0.3.0
29062024-09-27T03:35:20.245Z[ helios-setup] Sep 27 03:35:19.118 INFO E| Compiling time-macros v0.2.18
29072024-09-27T03:35:21.212Z[ helios-setup] Sep 27 03:35:20.085 INFO E| Compiling pest v2.5.7
29082024-09-27T03:35:21.269Z[ host-package] Compiling env_logger v0.11.5
29092024-09-27T03:35:22.738Z[ helios-setup] Sep 27 03:35:21.611 INFO E| Compiling tracing v0.1.37
29102024-09-27T03:35:23.847Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29112024-09-27T03:35:25.553Z[ helios-setup] Sep 27 03:35:24.425 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29122024-09-27T03:35:26.515Z[ helios-setup] Sep 27 03:35:25.386 INFO E| Compiling time v0.1.45
29132024-09-27T03:35:26.627Z[ helios-setup] Sep 27 03:35:25.500 INFO E| Compiling crossbeam-epoch v0.9.13
29142024-09-27T03:35:27.993Z[ helios-setup] Sep 27 03:35:26.865 INFO E| Compiling semver v1.0.17
29152024-09-27T03:35:28.671Z[ helios-setup] Sep 27 03:35:27.539 INFO E| Compiling iana-time-zone v0.1.56
29162024-09-27T03:35:28.931Z[ helios-setup] Sep 27 03:35:27.801 INFO E| Compiling num_threads v0.1.6
29172024-09-27T03:35:29.373Z[ helios-setup] Sep 27 03:35:28.244 INFO E| Compiling time v0.3.36
29182024-09-27T03:35:30.119Z[ helios-setup] Sep 27 03:35:28.981 INFO E| Compiling toml v0.5.11
29192024-09-27T03:35:30.410Z[ helios-setup] Sep 27 03:35:29.282 INFO E| Compiling smallvec v1.10.0
29202024-09-27T03:35:31.655Z[ helios-setup] Sep 27 03:35:30.526 INFO E| Compiling serde_tokenstream v0.2.0
29212024-09-27T03:35:32.858Z[ helios-setup] Sep 27 03:35:31.729 INFO E| Compiling parking_lot v0.12.1
29222024-09-27T03:35:34.954Z[ host-package] Compiling p384 v0.13.0
29232024-09-27T03:35:37.990Z[ helios-setup] Sep 27 03:35:36.860 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29242024-09-27T03:35:40.101Z[ helios-setup] Sep 27 03:35:38.970 INFO E| Compiling semver-parser v0.10.2
29252024-09-27T03:35:43.171Z[ helios-setup] Sep 27 03:35:42.040 INFO E| Compiling url v2.3.1
29262024-09-27T03:35:43.903Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29272024-09-27T03:35:45.110Z[ helios-setup] Sep 27 03:35:43.978 INFO E| Compiling crossbeam-channel v0.5.6
29282024-09-27T03:35:46.690Z[ helios-setup] Sep 27 03:35:45.558 INFO E| Compiling dirs-sys-next v0.1.2
29292024-09-27T03:35:47.517Z[ helios-setup] Sep 27 03:35:46.385 INFO E| Compiling crc32fast v1.3.2
29302024-09-27T03:35:48.275Z[ host-package] Compiling git2 v0.19.0
29312024-09-27T03:35:48.521Z[ helios-setup] Sep 27 03:35:47.388 INFO E| Compiling try-lock v0.2.4
29322024-09-27T03:35:48.744Z[ helios-setup] Sep 27 03:35:47.612 INFO E| Compiling same-file v1.0.6
29332024-09-27T03:35:49.336Z[ helios-setup] Sep 27 03:35:48.203 INFO E| Compiling walkdir v2.3.3
29342024-09-27T03:35:49.358Z[ helios-setup] Sep 27 03:35:48.224 INFO E| Compiling want v0.3.0
29352024-09-27T03:35:50.335Z[ helios-setup] Sep 27 03:35:49.203 INFO E| Compiling dirs-next v2.0.0
29362024-09-27T03:35:51.256Z[ helios-setup] Sep 27 03:35:50.123 INFO E| Compiling tokio-util v0.7.7
29372024-09-27T03:35:53.097Z[ helios-setup] Sep 27 03:35:51.964 INFO E| Compiling semver v0.11.0
29382024-09-27T03:35:53.714Z[ helios-setup] Sep 27 03:35:52.581 INFO E| Compiling h2 v0.3.16
29392024-09-27T03:35:54.474Z[ helios-setup] Sep 27 03:35:53.341 INFO E| Compiling proc-macro-crate v1.2.1
29402024-09-27T03:35:55.436Z[ helios-setup] Sep 27 03:35:54.302 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29412024-09-27T03:35:56.442Z[ helios-setup] Sep 27 03:35:55.308 INFO E| Compiling futures-executor v0.3.28
29422024-09-27T03:35:58.893Z[ helios-setup] Sep 27 03:35:57.759 INFO E| Compiling http-body v0.4.5
29432024-09-27T03:35:58.922Z[ helios-setup] Sep 27 03:35:57.788 INFO E| Compiling ring v0.16.20
29442024-09-27T03:36:00.258Z[ helios-setup] Sep 27 03:35:59.122 INFO E| Compiling rand_core v0.6.4
29452024-09-27T03:36:01.327Z[ helios-setup] Sep 27 03:36:00.192 INFO E| Compiling thread_local v1.1.7
29462024-09-27T03:36:01.435Z[ helios-setup] Sep 27 03:36:00.299 INFO E| Compiling rayon-core v1.10.2
29472024-09-27T03:36:02.242Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29482024-09-27T03:36:02.956Z[ helios-setup] Sep 27 03:36:01.821 INFO E| Compiling tower-service v0.3.2
29492024-09-27T03:36:02.994Z[ helios-setup] Sep 27 03:36:01.859 INFO E| Compiling adler v1.0.2
29502024-09-27T03:36:03.276Z[ helios-setup] Sep 27 03:36:02.140 INFO E| Compiling utf8parse v0.2.1
29512024-09-27T03:36:03.468Z[ helios-setup] Sep 27 03:36:02.333 INFO E| Compiling httpdate v1.0.2
29522024-09-27T03:36:04.277Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29532024-09-27T03:36:04.891Z[ helios-setup] Sep 27 03:36:03.756 INFO E| Compiling home v0.5.4
29542024-09-27T03:36:05.054Z[ helios-setup] Sep 27 03:36:03.918 INFO E| Compiling base64 v0.21.0
29552024-09-27T03:36:05.199Z[ helios-setup] Sep 27 03:36:04.064 INFO E| Compiling fastrand v1.9.0
29562024-09-27T03:36:05.265Z[ helios-setup] Sep 27 03:36:04.130 INFO E| Compiling ppv-lite86 v0.2.17
29572024-09-27T03:36:06.374Z[ helios-setup] Sep 27 03:36:05.238 INFO E| Compiling lazy_static v1.4.0
29582024-09-27T03:36:06.948Z[ host-package] Compiling libsqlite3-sys v0.30.1
29592024-09-27T03:36:07.072Z[ host-package] Compiling lzma-sys v0.1.20
29602024-09-27T03:36:07.335Z[ helios-setup] Sep 27 03:36:06.199 INFO E| Compiling rand_chacha v0.3.1
29612024-09-27T03:36:07.338Z[ helios-setup] Sep 27 03:36:06.200 INFO E| Compiling toolchain_find v0.2.0
29622024-09-27T03:36:07.923Z[ host-package] Compiling cfg_aliases v0.2.1
29632024-09-27T03:36:08.263Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29642024-09-27T03:36:08.521Z[ helios-setup] Sep 27 03:36:07.384 INFO E| Compiling tempfile v3.5.0
29652024-09-27T03:36:09.489Z[ host-package] Compiling nix v0.29.0
29662024-09-27T03:36:09.708Z[ helios-setup] Sep 27 03:36:08.571 INFO E| Compiling hyper v0.14.25
29672024-09-27T03:36:10.316Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29682024-09-27T03:36:10.785Z[ helios-setup] Sep 27 03:36:09.647 INFO E| Compiling anstyle-parse v0.1.1
29692024-09-27T03:36:10.833Z[ helios-setup] Sep 27 03:36:09.696 INFO E| Compiling miniz_oxide v0.6.2
29702024-09-27T03:36:13.983Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29712024-09-27T03:36:14.764Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29722024-09-27T03:36:16.955Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29732024-09-27T03:36:17.172Z[ helios-setup] Sep 27 03:36:16.033 INFO E| Compiling futures v0.3.28
29742024-09-27T03:36:17.879Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
29752024-09-27T03:36:21.445Z[ host-package] Compiling heck v0.3.3
29762024-09-27T03:36:21.585Z[ host-package] Compiling castaway v0.2.3
29772024-09-27T03:36:22.180Z[ host-package] Compiling rand_seeder v0.3.0
29782024-09-27T03:36:22.444Z[ host-package] Compiling csv-core v0.1.11
29792024-09-27T03:36:23.412Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29802024-09-27T03:36:23.454Z[ helios-setup] Sep 27 03:36:22.314 INFO E| Compiling num_enum_derive v0.5.7
29812024-09-27T03:36:24.639Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
29822024-09-27T03:36:25.195Z[ host-package] Compiling http-range v0.1.5
29832024-09-27T03:36:25.776Z[ host-package] Compiling hyper-staticfile v0.10.1
29842024-09-27T03:36:26.558Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29852024-09-27T03:36:26.652Z[ helios-setup] Sep 27 03:36:25.511 INFO E| Compiling cargo-lock v8.0.3
29862024-09-27T03:36:28.252Z[ host-package] Compiling csv v1.3.0
29872024-09-27T03:36:29.310Z[ helios-setup] Sep 27 03:36:28.169 INFO E| Compiling crossbeam-deque v0.8.2
29882024-09-27T03:36:30.170Z[ helios-setup] Sep 27 03:36:29.029 INFO E| Compiling term v0.7.0
29892024-09-27T03:36:31.118Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29902024-09-27T03:36:31.631Z[ host-package] Compiling zone_cfg_derive v0.1.2
29912024-09-27T03:36:32.272Z[ helios-setup] Sep 27 03:36:31.131 INFO E| Compiling serde_urlencoded v0.7.1
29922024-09-27T03:36:32.596Z[ host-package] Compiling compact_str v0.8.0
29932024-09-27T03:36:33.096Z[ helios-setup] Sep 27 03:36:31.951 INFO E| Compiling is-terminal v0.4.7
29942024-09-27T03:36:33.384Z[ helios-setup] Sep 27 03:36:32.243 INFO E| Compiling sha2 v0.10.6
29952024-09-27T03:36:33.461Z[ helios-setup] Sep 27 03:36:32.319 INFO E| Compiling sha1 v0.10.5
29962024-09-27T03:36:34.283Z[ helios-setup] Sep 27 03:36:33.141 INFO E| Compiling atty v0.2.14
29972024-09-27T03:36:34.823Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338)
29982024-09-27T03:36:35.145Z[ helios-setup] Sep 27 03:36:34.003 INFO E| Compiling concolor-override v1.0.0
29992024-09-27T03:36:35.659Z[ helios-setup] Sep 27 03:36:34.516 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30002024-09-27T03:36:35.775Z[ helios-setup] Sep 27 03:36:34.633 INFO E| Compiling anstyle v0.3.5
30012024-09-27T03:36:37.070Z[ helios-setup] Sep 27 03:36:35.927 INFO E| Compiling concolor-query v0.3.3
30022024-09-27T03:36:38.404Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
30032024-09-27T03:36:39.546Z[ host-package] Compiling nix v0.27.1
30042024-09-27T03:36:40.441Z[ helios-setup] Sep 27 03:36:39.298 INFO E| Compiling anstream v0.2.6
30052024-09-27T03:36:42.475Z[ helios-setup] Sep 27 03:36:41.331 INFO E| Compiling slog-term v2.9.0
30062024-09-27T03:36:42.508Z[ helios-setup] Sep 27 03:36:41.365 INFO E| Compiling flate2 v1.0.25
30072024-09-27T03:36:43.297Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30082024-09-27T03:36:44.526Z[ helios-setup] Sep 27 03:36:43.381 INFO E| Compiling num_enum v0.5.7
30092024-09-27T03:36:45.091Z[ helios-setup] Sep 27 03:36:43.947 INFO E| Compiling rustfmt-wrapper v0.2.0
30102024-09-27T03:36:45.145Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30112024-09-27T03:36:45.414Z[ helios-setup] Sep 27 03:36:44.270 INFO E| Compiling rand v0.8.5
30122024-09-27T03:36:46.425Z[ helios-setup] Sep 27 03:36:45.276 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30132024-09-27T03:36:46.623Z[ helios-setup] Sep 27 03:36:45.463 INFO E| Compiling openapiv3 v1.0.2
30142024-09-27T03:36:47.437Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30152024-09-27T03:36:47.840Z[ helios-setup] Sep 27 03:36:46.696 INFO E| Compiling encoding_rs v0.8.32
30162024-09-27T03:36:47.943Z[ helios-setup] Sep 27 03:36:46.799 INFO E| Compiling untrusted v0.7.1
30172024-09-27T03:36:48.345Z[ helios-setup] Sep 27 03:36:47.201 INFO E| Compiling either v1.8.0
30182024-09-27T03:36:49.305Z[ helios-setup] Sep 27 03:36:48.117 INFO E| Compiling strsim v0.10.0
30192024-09-27T03:36:50.419Z[ helios-setup] Sep 27 03:36:49.273 INFO E| Compiling clap_lex v0.4.1
30202024-09-27T03:36:51.816Z[ helios-setup] Sep 27 03:36:50.671 INFO E| Compiling project-root v0.2.2
30212024-09-27T03:36:52.417Z[ helios-setup] Sep 27 03:36:51.272 INFO E| Compiling unsafe-libyaml v0.2.8
30222024-09-27T03:36:53.033Z[ helios-setup] Sep 27 03:36:51.887 INFO E| Compiling spin v0.5.2
30232024-09-27T03:36:53.874Z[ helios-setup] Sep 27 03:36:52.728 INFO E| Compiling base64 v0.13.1
30242024-09-27T03:36:54.788Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30252024-09-27T03:36:54.860Z[ helios-setup] Sep 27 03:36:53.714 INFO E| Compiling mime v0.3.17
30262024-09-27T03:36:55.454Z[ helios-setup] Sep 27 03:36:54.308 INFO E| Compiling byteorder v1.4.3
30272024-09-27T03:36:55.815Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30282024-09-27T03:36:55.862Z[ helios-setup] Sep 27 03:36:54.716 INFO E| Compiling ipnet v2.7.2
30292024-09-27T03:36:55.971Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30302024-09-27T03:36:56.180Z[ helios-setup] Sep 27 03:36:55.033 INFO E| Compiling utf-8 v0.7.6
30312024-09-27T03:36:56.577Z[ helios-setup] Sep 27 03:36:55.431 INFO E| Compiling tungstenite v0.18.0
30322024-09-27T03:36:56.769Z[ host-package] Compiling unicode-truncate v1.0.0
30332024-09-27T03:36:56.912Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
30342024-09-27T03:36:57.152Z[ helios-setup] Sep 27 03:36:56.006 INFO E| Compiling reqwest v0.11.16
30352024-09-27T03:36:57.276Z[ helios-setup] Sep 27 03:36:56.129 INFO E| Compiling serde_yaml v0.9.21
30362024-09-27T03:36:57.516Z[ host-package] Compiling hashlink v0.9.1
30372024-09-27T03:36:58.470Z[ host-package] Compiling lru v0.12.3
30382024-09-27T03:36:59.278Z[ host-package] Compiling instability v0.3.2
30392024-09-27T03:36:59.564Z[ host-package] Compiling base64 v0.13.1
30402024-09-27T03:37:00.473Z[ helios-setup] Sep 27 03:36:59.325 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30412024-09-27T03:37:00.981Z[ helios-setup] Sep 27 03:36:59.833 INFO E| Compiling clap_builder v4.2.1
30422024-09-27T03:37:01.433Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30432024-09-27T03:37:01.728Z[ host-package] Compiling cassowary v0.3.0
30442024-09-27T03:37:01.905Z[ host-package] Compiling fallible-iterator v0.3.0
30452024-09-27T03:37:02.186Z[ host-package] Compiling ron v0.7.1
30462024-09-27T03:37:02.478Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
30472024-09-27T03:37:04.056Z[ host-package] Compiling rusqlite v0.32.1
30482024-09-27T03:37:04.281Z[ host-package] Compiling ratatui v0.28.0
30492024-09-27T03:37:04.524Z[ helios-setup] Sep 27 03:37:03.376 INFO E| Compiling rayon v1.6.1
30502024-09-27T03:37:07.759Z[ helios-setup] Sep 27 03:37:06.610 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30512024-09-27T03:37:09.271Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30522024-09-27T03:37:09.430Z[ helios-setup] Sep 27 03:37:08.281 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30532024-09-27T03:37:11.875Z[ helios-setup] Sep 27 03:37:10.725 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30542024-09-27T03:37:13.427Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30552024-09-27T03:37:13.477Z[ helios-setup] Sep 27 03:37:12.328 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30562024-09-27T03:37:13.662Z[ helios-setup] Sep 27 03:37:12.512 INFO E| Compiling clap_derive v4.2.0
30572024-09-27T03:37:16.177Z[ helios-setup] Sep 27 03:37:15.026 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30582024-09-27T03:37:17.710Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30592024-09-27T03:37:19.658Z[ host-package] Compiling xz2 v0.1.7
30602024-09-27T03:37:22.998Z[ helios-setup] Sep 27 03:37:21.847 INFO E| Compiling clap v4.2.1
30612024-09-27T03:37:25.534Z[ host-package] Compiling zone v0.1.8
30622024-09-27T03:37:26.045Z[ helios-setup] Sep 27 03:37:24.892 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30632024-09-27T03:37:31.570Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30642024-09-27T03:37:35.641Z[ helios-setup] Sep 27 03:37:34.487 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30652024-09-27T03:37:38.769Z[ helios-setup] Sep 27 03:37:37.613 INFO E| Compiling tokio-tungstenite v0.18.0
30662024-09-27T03:37:39.919Z[ helios-setup] Sep 27 03:37:38.764 INFO E| Compiling smartstring v1.0.1
30672024-09-27T03:37:41.126Z[ helios-setup] Sep 27 03:37:39.971 INFO E| Compiling rustls v0.21.0
30682024-09-27T03:37:42.967Z[ helios-setup] Sep 27 03:37:41.811 INFO E| Compiling toml_datetime v0.6.1
30692024-09-27T03:37:44.583Z[ helios-setup] Sep 27 03:37:43.427 INFO E| Compiling serde_spanned v0.6.1
30702024-09-27T03:37:45.290Z[ helios-setup] Sep 27 03:37:44.134 INFO E| Compiling static_assertions v1.1.0
30712024-09-27T03:37:45.731Z[ helios-setup] Sep 27 03:37:44.574 INFO E| Compiling async-trait v0.1.68
30722024-09-27T03:37:47.133Z[ helios-setup] Sep 27 03:37:45.976 INFO E| Compiling camino v1.1.4
30732024-09-27T03:37:48.985Z[ helios-setup] Sep 27 03:37:47.828 INFO E| Compiling paste v1.0.12
30742024-09-27T03:37:50.393Z[ helios-setup] Sep 27 03:37:49.236 INFO E| Compiling slog-async v2.7.0
30752024-09-27T03:37:51.637Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30762024-09-27T03:37:51.773Z[ helios-setup] Sep 27 03:37:50.615 INFO E| Compiling winnow v0.4.1
30772024-09-27T03:37:53.959Z[ helios-setup] Sep 27 03:37:52.801 INFO E| Compiling match_cfg v0.1.0
30782024-09-27T03:37:54.298Z[ helios-setup] Sep 27 03:37:53.140 INFO E| Compiling hostname v0.3.1
30792024-09-27T03:37:56.986Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30802024-09-27T03:37:57.296Z[ helios-setup] Sep 27 03:37:56.137 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30812024-09-27T03:37:57.944Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
30822024-09-27T03:37:59.874Z[ helios-setup] Sep 27 03:37:58.715 INFO E| Compiling toml_edit v0.19.8
30832024-09-27T03:38:00.194Z[ helios-setup] Sep 27 03:37:59.035 INFO E| Compiling slog-json v2.6.1
30842024-09-27T03:38:01.411Z[ helios-setup] Sep 27 03:38:00.251 INFO E| Compiling unicode-linebreak v0.1.4
30852024-09-27T03:38:02.068Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30862024-09-27T03:38:02.655Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30872024-09-27T03:38:03.267Z[ helios-setup] Sep 27 03:38:02.107 INFO E| Compiling async-stream-impl v0.3.5
30882024-09-27T03:38:06.156Z[ helios-setup] Sep 27 03:38:04.996 INFO E| Compiling rhai_codegen v1.5.0
30892024-09-27T03:38:06.423Z[ helios-setup] Sep 27 03:38:05.261 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30902024-09-27T03:38:07.416Z[ helios-setup] Sep 27 03:38:06.255 INFO E| Compiling take_mut v0.2.2
30912024-09-27T03:38:08.403Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30922024-09-27T03:38:08.939Z[ host-package] Compiling signal-hook-tokio v0.3.1
30932024-09-27T03:38:09.665Z[ host-package] Compiling twox-hash v1.6.3
30942024-09-27T03:38:11.698Z[ helios-setup] Sep 27 03:38:10.536 INFO E| Compiling rhai v1.14.0
30952024-09-27T03:38:11.937Z[ host-package] Compiling yasna v0.5.2
30962024-09-27T03:38:12.217Z[ host-package] Compiling is_ci v1.2.0
30972024-09-27T03:38:12.554Z[ helios-setup] Sep 27 03:38:11.392 INFO E| Compiling toml v0.7.3
30982024-09-27T03:38:13.291Z[ host-package] Compiling smawk v0.3.2
30992024-09-27T03:38:13.995Z[ helios-setup] Sep 27 03:38:12.833 INFO E| Compiling async-stream v0.3.5
31002024-09-27T03:38:14.147Z[ host-package] Compiling unicode-linebreak v0.1.5
31012024-09-27T03:38:14.656Z[ helios-setup] Sep 27 03:38:13.494 INFO E| Compiling slog-bunyan v2.4.0
31022024-09-27T03:38:15.334Z[ host-package] Compiling textwrap v0.16.1
31032024-09-27T03:38:18.363Z[ host-package] Compiling rcgen v0.12.1
31042024-09-27T03:38:20.231Z[ helios-setup] Sep 27 03:38:19.067 INFO E| Compiling rustls-pemfile v1.0.2
31052024-09-27T03:38:21.494Z[ helios-setup] Sep 27 03:38:20.331 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31062024-09-27T03:38:21.747Z[ helios-setup] Sep 27 03:38:20.584 INFO E| Compiling serde_path_to_error v0.1.11
31072024-09-27T03:38:21.876Z[ host-package] Compiling supports-color v3.0.1
31082024-09-27T03:38:22.241Z[ helios-setup] Sep 27 03:38:21.077 INFO E| Compiling bincode v1.3.3
31092024-09-27T03:38:23.723Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31102024-09-27T03:38:24.264Z[ helios-setup] Sep 27 03:38:23.100 INFO E| Compiling terminal_size v0.2.6
31112024-09-27T03:38:25.067Z[ helios-setup] Sep 27 03:38:23.903 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31122024-09-27T03:38:25.319Z[ helios-setup] Sep 27 03:38:24.155 INFO E| Compiling smawk v0.3.1
31132024-09-27T03:38:26.063Z[ helios-setup] Sep 27 03:38:24.898 INFO E| Compiling textwrap v0.16.0
31142024-09-27T03:38:29.904Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#16fedf00)
31152024-09-27T03:38:31.238Z[ helios-setup] Sep 27 03:38:30.073 INFO E| Compiling rustls-webpki v0.100.1
31162024-09-27T03:38:32.655Z[ helios-setup] Sep 27 03:38:31.489 INFO E| Compiling sct v0.7.0
31172024-09-27T03:38:35.178Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31182024-09-27T03:38:43.221Z[ helios-setup] Sep 27 03:38:42.053 INFO E| Compiling tokio-rustls v0.24.0
31192024-09-27T03:38:43.883Z[ helios-setup] Sep 27 03:38:42.715 INFO E| Compiling git2 v0.16.1
31202024-09-27T03:38:44.693Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31212024-09-27T03:38:54.618Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31222024-09-27T03:38:56.975Z[ helios-setup] Sep 27 03:38:55.804 INFO E| Compiling built v0.6.0
31232024-09-27T03:38:59.458Z[ helios-setup] Sep 27 03:38:58.287 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31242024-09-27T03:39:00.491Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31252024-09-27T03:39:01.534Z[ helios-setup] Sep 27 03:39:00.362 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31262024-09-27T03:39:02.495Z[ helios-setup] Sep 27 03:39:01.323 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31272024-09-27T03:39:03.235Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31282024-09-27T03:39:04.417Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31292024-09-27T03:39:09.805Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31302024-09-27T03:39:10.440Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95)
31312024-09-27T03:39:21.034Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31322024-09-27T03:39:22.765Z[ host-package] Compiling fatfs v0.3.6
31332024-09-27T03:39:26.077Z[ host-package] Compiling subprocess v0.2.9
31342024-09-27T03:39:28.583Z[ helios-setup] Sep 27 03:39:27.405 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31352024-09-27T03:39:30.918Z[ helios-setup] Sep 27 03:39:29.740 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31362024-09-27T03:39:31.856Z[ host-package] Compiling rtoolbox v0.0.2
31372024-09-27T03:39:32.088Z[ host-package] Compiling assert_matches v1.5.0
31382024-09-27T03:39:32.358Z[ host-package] Compiling rpassword v7.3.1
31392024-09-27T03:39:32.656Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31402024-09-27T03:39:33.355Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31412024-09-27T03:39:33.804Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422024-09-27T03:39:46.254Z[ host-package] Compiling tui-tree-widget v0.22.0
31432024-09-27T03:39:47.419Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31442024-09-27T03:39:47.638Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452024-09-27T03:40:10.766Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31462024-09-27T03:40:12.313Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31472024-09-27T03:40:12.750Z[ host-package] Compiling uzers v0.11.3
31482024-09-27T03:40:13.976Z[ helios-setup] Sep 27 03:40:12.790 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31492024-09-27T03:40:15.837Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31502024-09-27T03:40:19.135Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31512024-09-27T03:40:21.534Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31522024-09-27T03:40:21.671Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31532024-09-27T03:40:54.901Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31542024-09-27T03:41:18.453Z[ host-package] Compiling multimap v0.10.0
31552024-09-27T03:41:20.276Z[ helios-setup] Sep 27 03:41:19.077 INFO E| Finished `release` profile [optimized] target(s) in 6m 51s
31562024-09-27T03:41:20.469Z[ helios-setup] Sep 27 03:41:19.265 INFO building project "pilot" ok (412 seconds)
31572024-09-27T03:41:20.479Z[ helios-setup] Sep 27 03:41:19.265 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31582024-09-27T03:41:20.479Z[ helios-setup] Sep 27 03:41:19.266 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31592024-09-27T03:41:20.870Z[ helios-setup] Sep 27 03:41:19.670 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31602024-09-27T03:41:21.406Z[ helios-setup] Sep 27 03:41:20.206 INFO E| From https://github.com/jclulow/rust-jmclib
31612024-09-27T03:41:21.409Z[ helios-setup] Sep 27 03:41:20.206 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31622024-09-27T03:41:21.428Z[ helios-setup] Sep 27 03:41:20.228 INFO E| Updating crates.io index
31632024-09-27T03:41:21.501Z[ helios-setup] Sep 27 03:41:20.301 INFO E| Downloading crates ...
31642024-09-27T03:41:21.603Z[ helios-setup] Sep 27 03:41:20.402 INFO E| Downloaded cpufeatures v0.2.9
31652024-09-27T03:41:21.617Z[ helios-setup] Sep 27 03:41:20.416 INFO E| Downloaded bitflags v2.3.3
31662024-09-27T03:41:21.657Z[ helios-setup] Sep 27 03:41:20.457 INFO E| Downloaded sha-1 v0.9.8
31672024-09-27T03:41:21.660Z[ helios-setup] Sep 27 03:41:20.460 INFO E| Downloaded md-5 v0.9.1
31682024-09-27T03:41:21.663Z[ helios-setup] Sep 27 03:41:20.462 INFO E| Downloaded libdevinfo-sys v1.0.0
31692024-09-27T03:41:21.665Z[ helios-setup] Sep 27 03:41:20.464 INFO E| Downloaded fastrand v2.0.0
31702024-09-27T03:41:21.668Z[ helios-setup] Sep 27 03:41:20.466 INFO E| Downloaded block-buffer v0.9.0
31712024-09-27T03:41:21.668Z[ helios-setup] Sep 27 03:41:20.467 INFO E| Downloaded digest v0.9.0
31722024-09-27T03:41:21.722Z[ helios-setup] Sep 27 03:41:20.521 INFO E| Downloaded uuid v0.8.2
31732024-09-27T03:41:21.727Z[ helios-setup] Sep 27 03:41:20.527 INFO E| Downloaded tempfile v3.7.0
31742024-09-27T03:41:21.730Z[ helios-setup] Sep 27 03:41:20.530 INFO E| Downloaded quote v1.0.31
31752024-09-27T03:41:21.734Z[ helios-setup] Sep 27 03:41:20.534 INFO E| Downloaded proc-macro2 v1.0.66
31762024-09-27T03:41:21.740Z[ helios-setup] Sep 27 03:41:20.540 INFO E| Downloaded unicode-ident v1.0.11
31772024-09-27T03:41:21.745Z[ helios-setup] Sep 27 03:41:20.545 INFO E| Downloaded serde_derive v1.0.193
31782024-09-27T03:41:21.749Z[ helios-setup] Sep 27 03:41:20.549 INFO E| Downloaded once_cell v1.18.0
31792024-09-27T03:41:21.753Z[ helios-setup] Sep 27 03:41:20.553 INFO E| Downloaded getrandom v0.2.10
31802024-09-27T03:41:21.758Z[ helios-setup] Sep 27 03:41:20.558 INFO E| Downloaded serde v1.0.193
31812024-09-27T03:41:21.763Z[ helios-setup] Sep 27 03:41:20.563 INFO E| Downloaded anyhow v1.0.72
31822024-09-27T03:41:21.769Z[ helios-setup] Sep 27 03:41:20.569 INFO E| Downloaded serde_json v1.0.103
31832024-09-27T03:41:21.791Z[ helios-setup] Sep 27 03:41:20.591 INFO E| Downloaded syn v2.0.32
31842024-09-27T03:41:21.808Z[ helios-setup] Sep 27 03:41:20.608 INFO E| Downloaded rustix v0.38.4
31852024-09-27T03:41:21.842Z[ helios-setup] Sep 27 03:41:20.642 INFO E| Downloaded libc v0.2.147
31862024-09-27T03:41:22.106Z[ helios-setup] Sep 27 03:41:20.905 INFO E| Compiling libc v0.2.147
31872024-09-27T03:41:22.106Z[ helios-setup] Sep 27 03:41:20.906 INFO E| Compiling proc-macro2 v1.0.66
31882024-09-27T03:41:22.106Z[ helios-setup] Sep 27 03:41:20.906 INFO E| Compiling unicode-ident v1.0.11
31892024-09-27T03:41:22.109Z[ helios-setup] Sep 27 03:41:20.906 INFO E| Compiling cfg-if v1.0.0
31902024-09-27T03:41:22.109Z[ helios-setup] Sep 27 03:41:20.906 INFO E| Compiling version_check v0.9.4
31912024-09-27T03:41:22.109Z[ helios-setup] Sep 27 03:41:20.906 INFO E| Compiling typenum v1.16.0
31922024-09-27T03:41:22.109Z[ helios-setup] Sep 27 03:41:20.906 INFO E| Compiling serde v1.0.193
31932024-09-27T03:41:22.109Z[ helios-setup] Sep 27 03:41:20.906 INFO E| Compiling slog v2.7.0
31942024-09-27T03:41:22.587Z[ helios-setup] Sep 27 03:41:21.386 INFO E| Compiling itoa v1.0.9
31952024-09-27T03:41:22.599Z[ helios-setup] Sep 27 03:41:21.398 INFO E| Compiling powerfmt v0.2.0
31962024-09-27T03:41:23.184Z[ helios-setup] Sep 27 03:41:21.983 INFO E| Compiling rustix v0.38.4
31972024-09-27T03:41:23.419Z[ helios-setup] Sep 27 03:41:22.218 INFO E| Compiling num-conv v0.1.0
31982024-09-27T03:41:23.449Z[ helios-setup] Sep 27 03:41:22.248 INFO E| Compiling time-core v0.1.2
31992024-09-27T03:41:23.555Z[ helios-setup] Sep 27 03:41:22.350 INFO E| Compiling generic-array v0.14.7
32002024-09-27T03:41:23.617Z[ helios-setup] Sep 27 03:41:22.416 INFO E| Compiling deranged v0.3.11
32012024-09-27T03:41:23.684Z[ helios-setup] Sep 27 03:41:22.483 INFO E| Compiling bitflags v2.3.3
32022024-09-27T03:41:24.027Z[ helios-setup] Sep 27 03:41:22.826 INFO E| Compiling time-macros v0.2.18
32032024-09-27T03:41:24.524Z[ helios-setup] Sep 27 03:41:23.323 INFO E| Compiling num_threads v0.1.6
32042024-09-27T03:41:24.674Z[ helios-setup] Sep 27 03:41:23.473 INFO E| Compiling once_cell v1.18.0
32052024-09-27T03:41:24.932Z[ helios-setup] Sep 27 03:41:23.730 INFO E| Compiling anyhow v1.0.72
32062024-09-27T03:41:25.442Z[ helios-setup] Sep 27 03:41:24.240 INFO E| Compiling quote v1.0.31
32072024-09-27T03:41:26.149Z[ helios-setup] Sep 27 03:41:24.947 INFO E| Compiling thread_local v1.1.7
32082024-09-27T03:41:26.340Z[ helios-setup] Sep 27 03:41:25.138 INFO E| Compiling syn v2.0.32
32092024-09-27T03:41:26.370Z[ helios-setup] Sep 27 03:41:25.168 INFO E| Compiling serde_json v1.0.103
32102024-09-27T03:41:26.755Z[ helios-setup] Sep 27 03:41:25.553 INFO E| Compiling dirs-sys-next v0.1.2
32112024-09-27T03:41:27.394Z[ helios-setup] Sep 27 03:41:26.193 INFO E| Compiling dirs-next v2.0.0
32122024-09-27T03:41:27.395Z[ helios-setup] Sep 27 03:41:26.193 INFO E| Compiling errno v0.3.1
32132024-09-27T03:41:27.478Z[ helios-setup] Sep 27 03:41:26.276 INFO E| Compiling atty v0.2.14
32142024-09-27T03:41:27.551Z[ helios-setup] Sep 27 03:41:26.349 INFO E| Compiling term v0.7.0
32152024-09-27T03:41:27.710Z[ helios-setup] Sep 27 03:41:26.508 INFO E| Compiling fastrand v2.0.0
32162024-09-27T03:41:27.874Z[ helios-setup] Sep 27 03:41:26.672 INFO E| Compiling opaque-debug v0.3.0
32172024-09-27T03:41:28.094Z[ helios-setup] Sep 27 03:41:26.835 INFO E| Compiling getrandom v0.2.10
32182024-09-27T03:41:28.663Z[ helios-setup] Sep 27 03:41:27.461 INFO E| Compiling digest v0.9.0
32192024-09-27T03:41:28.789Z[ helios-setup] Sep 27 03:41:27.587 INFO E| Compiling block-buffer v0.9.0
32202024-09-27T03:41:28.984Z[ helios-setup] Sep 27 03:41:27.781 INFO E| Compiling cpufeatures v0.2.9
32212024-09-27T03:41:29.166Z[ helios-setup] Sep 27 03:41:27.963 INFO E| Compiling ryu v1.0.15
32222024-09-27T03:41:29.196Z[ helios-setup] Sep 27 03:41:27.994 INFO E| Compiling same-file v1.0.6
32232024-09-27T03:41:29.232Z[ helios-setup] Sep 27 03:41:28.030 INFO E| Compiling unicode-width v0.1.10
32242024-09-27T03:41:29.762Z[ helios-setup] Sep 27 03:41:28.559 INFO E| Compiling getopts v0.2.21
32252024-09-27T03:41:29.889Z[ helios-setup] Sep 27 03:41:28.686 INFO E| Compiling time v0.3.36
32262024-09-27T03:41:29.914Z[ helios-setup] Sep 27 03:41:28.710 INFO E| Compiling walkdir v2.3.3
32272024-09-27T03:41:30.115Z[ helios-setup] Sep 27 03:41:28.913 INFO E| Compiling sha-1 v0.9.8
32282024-09-27T03:41:30.965Z[ helios-setup] Sep 27 03:41:29.763 INFO E| Compiling tempfile v3.7.0
32292024-09-27T03:41:31.202Z[ helios-setup] Sep 27 03:41:29.995 INFO E| Compiling md-5 v0.9.1
32302024-09-27T03:41:31.520Z[ helios-setup] Sep 27 03:41:30.317 INFO E| Compiling glob v0.3.1
32312024-09-27T03:41:31.744Z[ helios-setup] Sep 27 03:41:30.540 INFO E| Compiling libdevinfo-sys v1.0.0
32322024-09-27T03:41:33.288Z[ helios-setup] Sep 27 03:41:32.085 INFO E| Compiling slog-term v2.9.0
32332024-09-27T03:41:35.364Z[ helios-setup] Sep 27 03:41:34.161 INFO E| Compiling serde_derive v1.0.193
32342024-09-27T03:41:51.673Z[ helios-setup] Sep 27 03:41:50.466 INFO E| Compiling toml v0.5.11
32352024-09-27T03:41:51.673Z[ helios-setup] Sep 27 03:41:50.466 INFO E| Compiling uuid v0.8.2
32362024-09-27T03:41:53.738Z[ helios-setup] Sep 27 03:41:52.531 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32372024-09-27T03:41:57.696Z[ helios-setup] Sep 27 03:41:56.488 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32382024-09-27T03:42:13.549Z[ helios-setup] Sep 27 03:42:12.338 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.96s
32392024-09-27T03:42:13.583Z[ helios-setup] Sep 27 03:42:12.372 INFO building project "image-builder" ok (53 seconds)
32402024-09-27T03:42:13.585Z[ helios-setup] rm -f helios-build
32412024-09-27T03:42:13.588Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32422024-09-27T03:42:13.590Z[ helios-setup]
32432024-09-27T03:42:13.593Z[ helios-setup] Setup complete! ./helios-build is now available.
32442024-09-27T03:42:13.595Z[ helios-setup]
32452024-09-27T03:42:13.595Z[ helios-setup]
32462024-09-27T03:42:13.595Z[ helios-setup] real 12:05.093686185
32472024-09-27T03:42:13.595Z[ helios-setup] user 29:04.062225447
32482024-09-27T03:42:13.595Z[ helios-setup] sys 3:35.561213132
32492024-09-27T03:42:13.595Z[ helios-setup] trap 1.738780664
32502024-09-27T03:42:13.596Z[ helios-setup] tflt 8.215902065
32512024-09-27T03:42:13.596Z[ helios-setup] dflt 36.382052163
32522024-09-27T03:42:13.596Z[ helios-setup] kflt 0.025195531
32532024-09-27T03:42:13.596Z[ helios-setup] lock 2:03:12.400118103
32542024-09-27T03:42:13.596Z[ helios-setup] slp 3:44:53.417451499
32552024-09-27T03:42:13.596Z[ helios-setup] lat 32:54.233692030
32562024-09-27T03:42:13.596Z[ helios-setup] stop 4:13.946143669
32572024-09-27T03:42:13.596ZSep 27 03:42:12.385 INFO [helios-setup] process exited with exit status: 0 (725.100014921s)
32582024-09-27T03:42:13.598ZSep 27 03:42:12.385 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
32592024-09-27T03:42:13.621Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
32602024-09-27T03:42:13.953Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
32612024-09-27T03:42:13.953Z[ phbl-toolchain] info: downloading component 'cargo'
32622024-09-27T03:42:15.396Z[ phbl-toolchain] info: downloading component 'clippy'
32632024-09-27T03:42:15.699Z[ phbl-toolchain] info: downloading component 'llvm-tools'
32642024-09-27T03:42:22.550Z[ phbl-toolchain] info: downloading component 'miri'
32652024-09-27T03:42:23.421Z[ phbl-toolchain] info: downloading component 'rust-docs'
32662024-09-27T03:42:24.887Z[ phbl-toolchain] info: downloading component 'rust-src'
32672024-09-27T03:42:25.446Z[ phbl-toolchain] info: downloading component 'rust-std'
32682024-09-27T03:42:27.706Z[ phbl-toolchain] info: downloading component 'rustc'
32692024-09-27T03:42:36.953Z[ phbl-toolchain] info: downloading component 'rustfmt'
32702024-09-27T03:42:37.491Z[ phbl-toolchain] info: installing component 'cargo'
32712024-09-27T03:42:38.897Z[ phbl-toolchain] info: installing component 'clippy'
32722024-09-27T03:42:39.457Z[ phbl-toolchain] info: installing component 'llvm-tools'
32732024-09-27T03:42:45.597Z[ phbl-toolchain] info: installing component 'miri'
32742024-09-27T03:42:45.980Z[ phbl-toolchain] info: installing component 'rust-docs'
32752024-09-27T03:42:54.053Z[ phbl-toolchain] info: installing component 'rust-src'
32762024-09-27T03:42:54.796Z[ phbl-toolchain] info: installing component 'rust-std'
32772024-09-27T03:42:57.342Z[ phbl-toolchain] info: installing component 'rustc'
32782024-09-27T03:43:07.035Z[ phbl-toolchain] info: installing component 'rustfmt'
32792024-09-27T03:43:07.886Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
32802024-09-27T03:43:07.888ZSep 27 03:43:06.667 INFO [phbl-toolchain] process exited with exit status: 0 (54.28137818s)
32812024-09-27T03:43:51.301Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32822024-09-27T03:43:52.373Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32832024-09-27T03:50:13.290Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 18s
32842024-09-27T03:51:14.117ZSep 27 03:51:12.795 INFO [host-package] process exited with exit status: 0 (1219.430345244s)
32852024-09-27T03:51:14.122ZSep 27 03:51:12.795 INFO [host-stamp] running task
32862024-09-27T03:51:14.122ZSep 27 03:51:12.796 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
32872024-09-27T03:51:14.126ZSep 27 03:51:12.804 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git0742018b3c4
32882024-09-27T03:51:14.134ZSep 27 03:51:12.811 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git0742018b3c4
32892024-09-27T03:51:14.138Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
32902024-09-27T03:51:14.141ZSep 27 03:51:12.818 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git0742018b3c4
32912024-09-27T03:51:14.146Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
32922024-09-27T03:51:14.146Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
32932024-09-27T03:51:14.150ZSep 27 03:51:12.826 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git0742018b3c4
32942024-09-27T03:51:14.153Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
32952024-09-27T03:51:14.156ZSep 27 03:51:12.835 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git0742018b3c4
32962024-09-27T03:51:14.165Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
32972024-09-27T03:51:14.171Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
32982024-09-27T03:51:14.175ZSep 27 03:51:12.850 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git0742018b3c4
32992024-09-27T03:51:14.188Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33002024-09-27T03:51:14.188ZSep 27 03:51:12.867 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git0742018b3c4
33012024-09-27T03:51:14.203Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33022024-09-27T03:51:14.206ZSep 27 03:51:12.884 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git0742018b3c4
33032024-09-27T03:51:14.206Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33042024-09-27T03:51:14.222Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33052024-09-27T03:51:14.222ZSep 27 03:51:12.901 INFO [stamp-overlay] process exited with exit status: 0 (96.881987ms)
33062024-09-27T03:51:14.225ZSep 27 03:51:12.901 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (51.058025ms)
33072024-09-27T03:51:14.230Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33082024-09-27T03:51:14.233ZSep 27 03:51:12.913 INFO [stamp-oxlog] process exited with exit status: 0 (45.932921ms)
33092024-09-27T03:51:14.237Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33102024-09-27T03:51:14.334Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33112024-09-27T03:51:14.342ZSep 27 03:51:13.017 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (133.260902ms)
33122024-09-27T03:51:14.352Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33132024-09-27T03:51:14.355ZSep 27 03:51:13.034 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (223.46508ms)
33142024-09-27T03:51:14.531Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33152024-09-27T03:51:14.536ZSep 27 03:51:13.214 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (387.333324ms)
33162024-09-27T03:51:15.375Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33172024-09-27T03:51:15.383ZSep 27 03:51:14.058 INFO [stamp-propolis-server] process exited with exit status: 0 (1.223524972s)
33182024-09-27T03:51:15.561Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33192024-09-27T03:51:19.438Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33202024-09-27T03:51:24.509Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33212024-09-27T03:51:24.513ZSep 27 03:51:23.189 INFO [stamp-switch-asic] process exited with exit status: 0 (10.3712987s)
33222024-09-27T03:51:24.513ZSep 27 03:51:23.190 INFO [host-stamp] task succeeded (10.394159286s)
33232024-09-27T03:51:24.513ZSep 27 03:51:23.190 INFO [host-proto] running task
33242024-09-27T03:51:24.913ZSep 27 03:51:23.590 INFO [host-proto] task succeeded (400.638614ms)
33252024-09-27T03:51:24.913ZSep 27 03:51:23.590 INFO [host-profile] running task
33262024-09-27T03:51:24.916ZSep 27 03:51:23.591 INFO [host-profile] task succeeded (274.749µs)
33272024-09-27T03:51:24.916ZSep 27 03:51:23.591 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/.tmpTG9Zdy/proto/host/root -N 'ci 0742018/${os_short_commit} 2024-09-27 03:30' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33282024-09-27T03:51:24.932Z[ host-image] Sep 27 03:51:23.609 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33292024-09-27T03:51:24.934Z[ host-image] Sep 27 03:51:23.609 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33302024-09-27T03:51:24.948Z[ host-image] Sep 27 03:51:23.625 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpTG9Zdy/proto/host/root"
33312024-09-27T03:51:24.948Z[ host-image] Sep 27 03:51:23.625 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33322024-09-27T03:51:24.951Z[ host-image] Sep 27 03:51:23.625 INFO image builder template: ramdisk-01-os...
33332024-09-27T03:51:24.951Z[ host-image] Sep 27 03:51:23.625 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/.tmpTG9Zdy/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
33342024-09-27T03:51:24.970Z[ host-image] Sep 27 03:51:23.647 INFO O| Sep 27 03:51:23.647 INFO CREATE DATASET: rpool/images/build/host/output
33352024-09-27T03:51:25.110Z[ host-image] Sep 27 03:51:23.787 INFO O| Sep 27 03:51:23.787 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33362024-09-27T03:51:25.115Z[ host-image] Sep 27 03:51:23.792 INFO O| Sep 27 03:51:23.792 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33372024-09-27T03:51:25.379Z[ host-image] Sep 27 03:51:24.055 INFO O| Sep 27 03:51:24.055 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33382024-09-27T03:51:25.491Z[ host-image] Sep 27 03:51:24.167 INFO O| Sep 27 03:51:24.167 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33392024-09-27T03:51:25.491Z[ host-image] Sep 27 03:51:24.167 INFO O| Sep 27 03:51:24.167 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33402024-09-27T03:51:25.493Z[ host-image] Sep 27 03:51:24.168 INFO O| Sep 27 03:51:24.168 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33412024-09-27T03:51:25.493Z[ host-image] Sep 27 03:51:24.168 INFO O| Sep 27 03:51:24.168 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33422024-09-27T03:51:25.499Z[ host-image] Sep 27 03:51:24.176 INFO O| Sep 27 03:51:24.176 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33432024-09-27T03:51:25.725Z[ host-image] Sep 27 03:51:24.399 INFO O| Sep 27 03:51:24.399 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33442024-09-27T03:51:25.735Z[ host-image] Sep 27 03:51:24.410 INFO O| Sep 27 03:51:24.410 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33452024-09-27T03:51:26.135Z[ host-image] Sep 27 03:51:24.811 INFO O| Sep 27 03:51:24.811 INFO O| Caching catalogs ... Done
33462024-09-27T03:51:26.246Z[ host-image] Sep 27 03:51:24.923 INFO O| Sep 27 03:51:24.923 INFO STEP 0 (pkg_image_create) COMPLETE
33472024-09-27T03:51:26.246Z[ host-image] Sep 27 03:51:24.923 INFO O| Sep 27 03:51:24.923 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33482024-09-27T03:51:26.249Z[ host-image] Sep 27 03:51:24.923 INFO O| Sep 27 03:51:24.923 INFO skip step because feature "repo_redist" is not enabled
33492024-09-27T03:51:26.249Z[ host-image] Sep 27 03:51:24.923 INFO O| Sep 27 03:51:24.923 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33502024-09-27T03:51:26.262Z[ host-image] Sep 27 03:51:24.939 INFO O| Sep 27 03:51:24.939 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"]
33512024-09-27T03:51:26.782Z[ host-image] Sep 27 03:51:25.458 INFO O| Sep 27 03:51:25.458 INFO STEP 2 (pkg_set_publisher) COMPLETE
33522024-09-27T03:51:26.782Z[ host-image] Sep 27 03:51:25.458 INFO O| Sep 27 03:51:25.458 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33532024-09-27T03:51:26.799Z[ host-image] Sep 27 03:51:25.475 INFO O| Sep 27 03:51:25.474 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"]
33542024-09-27T03:51:27.367Z[ host-image] Sep 27 03:51:26.043 INFO O| Sep 27 03:51:26.043 INFO STEP 3 (pkg_set_publisher) COMPLETE
33552024-09-27T03:51:27.367Z[ host-image] Sep 27 03:51:26.043 INFO O| Sep 27 03:51:26.043 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33562024-09-27T03:51:27.370Z[ host-image] Sep 27 03:51:26.043 INFO O| Sep 27 03:51:26.043 INFO skip step because feature "repo_redist" is not enabled
33572024-09-27T03:51:27.370Z[ host-image] Sep 27 03:51:26.043 INFO O| Sep 27 03:51:26.043 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33582024-09-27T03:51:27.873Z[ host-image] Sep 27 03:51:26.549 INFO O| Sep 27 03:51:26.549 INFO variant opensolaris.zone is already global
33592024-09-27T03:51:27.873Z[ host-image] Sep 27 03:51:26.550 INFO O| Sep 27 03:51:26.549 INFO STEP 5 (pkg_change_variant) COMPLETE
33602024-09-27T03:51:27.876Z[ host-image] Sep 27 03:51:26.550 INFO O| Sep 27 03:51:26.549 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33612024-09-27T03:51:28.446Z[ host-image] Sep 27 03:51:27.113 INFO O| Sep 27 03:51:27.113 INFO variant opensolaris.imagetype is full; changing to partial
33622024-09-27T03:51:28.446Z[ host-image] Sep 27 03:51:27.113 INFO O| Sep 27 03:51:27.113 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33632024-09-27T03:51:34.650Z[ host-image] Sep 27 03:51:33.323 INFO O| Sep 27 03:51:33.323 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33642024-09-27T03:51:37.179Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.82s
33652024-09-27T03:51:37.258Z[ host-image] Sep 27 03:51:35.931 INFO O| Sep 27 03:51:35.931 INFO O| Startup: Caching catalogs ... Done
33662024-09-27T03:51:37.312Z[ host-image] Sep 27 03:51:35.986 INFO O| Sep 27 03:51:35.986 INFO O| Planning: Planning completed in 0.00 seconds
33672024-09-27T03:51:37.315Z[ host-image] Sep 27 03:51:35.986 INFO O| Sep 27 03:51:35.986 INFO O| Planning: Consolidating action changes ... Done
33682024-09-27T03:51:37.315Z[ host-image] Sep 27 03:51:35.986 INFO O| Sep 27 03:51:35.986 INFO O| Planning: Evaluating mediators ... Done
33692024-09-27T03:51:37.315Z[ host-image] Sep 27 03:51:35.987 INFO O| Sep 27 03:51:35.987 INFO O| Planning: Planning completed in 0.00 seconds
33702024-09-27T03:51:37.315Z[ host-image] Sep 27 03:51:35.987 INFO O| Sep 27 03:51:35.987 INFO O| Variants/Facets to change: 1
33712024-09-27T03:51:37.330Z[ host-image] Sep 27 03:51:36.004 INFO O| Sep 27 03:51:36.004 INFO O| Done
33722024-09-27T03:51:37.333Z[ host-image] Sep 27 03:51:36.004 INFO O| Sep 27 03:51:36.004 INFO O| Done
33732024-09-27T03:51:37.756Z[ host-image] Sep 27 03:51:36.428 INFO O| Sep 27 03:51:36.428 INFO O| Done
33742024-09-27T03:51:37.799Z[ host-image] Sep 27 03:51:36.470 INFO O| Sep 27 03:51:36.470 INFO O| Done
33752024-09-27T03:51:37.807Z[ host-image] Sep 27 03:51:36.471 INFO O| Sep 27 03:51:36.471 INFO O| Done
33762024-09-27T03:51:37.808Z[ host-image] Sep 27 03:51:36.471 INFO O| Sep 27 03:51:36.471 INFO O| Done
33772024-09-27T03:51:37.808Z[ host-image] Sep 27 03:51:36.473 INFO O| Sep 27 03:51:36.473 INFO O| Done
33782024-09-27T03:51:38.140Z[ host-image] Sep 27 03:51:36.812 INFO O| Sep 27 03:51:36.812 INFO STEP 6 (pkg_change_variant) COMPLETE
33792024-09-27T03:51:38.140Z[ host-image] Sep 27 03:51:36.812 INFO O| Sep 27 03:51:36.812 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33802024-09-27T03:51:38.145Z[ host-image] Sep 27 03:51:36.812 INFO O| Sep 27 03:51:36.812 INFO skip step because feature "debug_variant" is not enabled
33812024-09-27T03:51:38.145Z[ host-image] Sep 27 03:51:36.812 INFO O| Sep 27 03:51:36.812 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33822024-09-27T03:51:38.517Z[ host-image] Sep 27 03:51:37.149 INFO O| Sep 27 03:51:37.149 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33832024-09-27T03:51:38.926Z[ host-image] Sep 27 03:51:37.593 INFO O| Sep 27 03:51:37.593 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33842024-09-27T03:51:38.957Z[ host-image] Sep 27 03:51:37.594 INFO O| Sep 27 03:51:37.594 INFO O| Planning: Planning completed in 0.00 seconds
33852024-09-27T03:51:38.957Z[ host-image] Sep 27 03:51:37.594 INFO O| Sep 27 03:51:37.594 INFO O| Planning: Consolidating action changes ... Done
33862024-09-27T03:51:38.957Z[ host-image] Sep 27 03:51:37.594 INFO O| Sep 27 03:51:37.594 INFO O| Planning: Evaluating mediators ... Done
33872024-09-27T03:51:38.957Z[ host-image] Sep 27 03:51:37.595 INFO O| Sep 27 03:51:37.595 INFO O| Planning: Planning completed in 0.00 seconds
33882024-09-27T03:51:38.957Z[ host-image] Sep 27 03:51:37.595 INFO O| Sep 27 03:51:37.595 INFO O| Variants/Facets to change: 1
33892024-09-27T03:51:39.049Z[ host-image] Sep 27 03:51:37.618 INFO O| Sep 27 03:51:37.618 INFO O| Done
33902024-09-27T03:51:39.049Z[ host-image] Sep 27 03:51:37.618 INFO O| Sep 27 03:51:37.618 INFO O| Done
33912024-09-27T03:51:39.140ZSep 27 03:51:37.814 INFO [recovery-package] process exited with exit status: 0 (25.01798709s)
33922024-09-27T03:51:39.140ZSep 27 03:51:37.814 INFO [recovery-stamp] running task
33932024-09-27T03:51:39.145ZSep 27 03:51:37.814 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
33942024-09-27T03:51:39.145ZSep 27 03:51:37.814 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git0742018b3c4
33952024-09-27T03:51:39.162ZSep 27 03:51:37.836 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git0742018b3c4
33962024-09-27T03:51:39.172Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
33972024-09-27T03:51:39.194Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
33982024-09-27T03:51:39.287Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
33992024-09-27T03:51:39.403ZSep 27 03:51:37.931 INFO [stamp-installinator] process exited with exit status: 0 (116.800478ms)
34002024-09-27T03:51:39.403Z[ host-image] Sep 27 03:51:37.935 INFO O| Sep 27 03:51:37.935 INFO O| Done
34012024-09-27T03:51:39.403Z[ host-image] Sep 27 03:51:37.977 INFO O| Sep 27 03:51:37.977 INFO O| Done
34022024-09-27T03:51:39.403Z[ host-image] Sep 27 03:51:37.978 INFO O| Sep 27 03:51:37.978 INFO O| Done
34032024-09-27T03:51:39.403Z[ host-image] Sep 27 03:51:37.978 INFO O| Sep 27 03:51:37.978 INFO O| Done
34042024-09-27T03:51:39.403Z[ host-image] Sep 27 03:51:37.979 INFO O| Sep 27 03:51:37.979 INFO O| Done
34052024-09-27T03:51:39.403Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34062024-09-27T03:51:39.403ZSep 27 03:51:37.986 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (150.585232ms)
34072024-09-27T03:51:39.403ZSep 27 03:51:37.987 INFO [recovery-stamp] task succeeded (172.727804ms)
34082024-09-27T03:51:39.403ZSep 27 03:51:37.987 INFO [recovery-proto] running task
34092024-09-27T03:51:39.403ZSep 27 03:51:37.987 INFO [tuf-stamp] running task
34102024-09-27T03:51:39.403ZSep 27 03:51:37.988 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git0742018b3c4
34112024-09-27T03:51:39.403ZSep 27 03:51:38.002 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git0742018b3c4
34122024-09-27T03:51:39.403Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34132024-09-27T03:51:39.404ZSep 27 03:51:38.019 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git0742018b3c4
34142024-09-27T03:51:39.404Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34152024-09-27T03:51:39.404ZSep 27 03:51:38.033 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git0742018b3c4
34162024-09-27T03:51:39.404Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34172024-09-27T03:51:39.404ZSep 27 03:51:38.049 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git0742018b3c4
34182024-09-27T03:51:39.404Z[ host-image] Sep 27 03:51:38.051 INFO O| Sep 27 03:51:38.051 INFO STEP 8 (pkg_change_facet) COMPLETE
34192024-09-27T03:51:39.404Z[ host-image] Sep 27 03:51:38.051 INFO O| Sep 27 03:51:38.051 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-09-27T03:51:39.404Z[ host-image] Sep 27 03:51:38.051 INFO O| Sep 27 03:51:38.051 INFO skip step because feature "recovery" is not enabled
34212024-09-27T03:51:39.404Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34222024-09-27T03:51:39.404ZSep 27 03:51:38.070 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git0742018b3c4
34232024-09-27T03:51:39.410Z[ host-image] Sep 27 03:51:38.051 INFO O| Sep 27 03:51:38.051 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-09-27T03:51:39.410Z[ host-image] Sep 27 03:51:38.051 INFO O| Sep 27 03:51:38.051 INFO skip step because feature "recovery" is not enabled
34252024-09-27T03:51:39.413Z[ host-image] Sep 27 03:51:38.051 INFO O| Sep 27 03:51:38.051 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-09-27T03:51:39.413Z[ host-image] Sep 27 03:51:38.068 INFO O| Sep 27 03:51:38.068 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"]
34272024-09-27T03:51:39.421Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34282024-09-27T03:51:39.425ZSep 27 03:51:38.095 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git0742018b3c4
34292024-09-27T03:51:39.506ZSep 27 03:51:38.180 INFO [recovery-proto] task succeeded (193.303291ms)
34302024-09-27T03:51:39.511ZSep 27 03:51:38.180 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git0742018b3c4
34312024-09-27T03:51:39.511Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34322024-09-27T03:51:39.581Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34332024-09-27T03:51:39.584ZSep 27 03:51:38.255 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/.tmpTG9Zdy/proto/recovery/root -N 'recovery 0742018/${os_short_commit} 2024-09-27 03:30' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34342024-09-27T03:51:39.593Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34352024-09-27T03:51:39.596ZSep 27 03:51:38.267 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git0742018b3c4
34362024-09-27T03:51:39.772Z[ recovery-image] Sep 27 03:51:38.279 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34372024-09-27T03:51:39.772Z[ recovery-image] Sep 27 03:51:38.279 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34382024-09-27T03:51:39.772Z[ recovery-image] Sep 27 03:51:38.316 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpTG9Zdy/proto/recovery/root"
34392024-09-27T03:51:39.772Z[ recovery-image] Sep 27 03:51:38.316 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34402024-09-27T03:51:39.772Z[ recovery-image] Sep 27 03:51:38.316 INFO image builder template: ramdisk-01-os...
34412024-09-27T03:51:39.772Z[ recovery-image] Sep 27 03:51:38.316 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/.tmpTG9Zdy/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
34422024-09-27T03:51:39.772Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34432024-09-27T03:51:39.772ZSep 27 03:51:38.345 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git0742018b3c4
34442024-09-27T03:51:39.772Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34452024-09-27T03:51:39.772ZSep 27 03:51:38.378 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git0742018b3c4
34462024-09-27T03:51:39.772Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34472024-09-27T03:51:39.772ZSep 27 03:51:38.408 INFO [stamp-probe] process exited with exit status: 0 (338.07613ms)
34482024-09-27T03:51:39.789Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34492024-09-27T03:51:39.854Z[ recovery-image] Sep 27 03:51:38.525 INFO O| Sep 27 03:51:38.425 INFO CREATE DATASET: rpool/images/build/recovery/output
34502024-09-27T03:51:40.162Z[ recovery-image] Sep 27 03:51:38.835 INFO O| Sep 27 03:51:38.835 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34512024-09-27T03:51:40.183Z[ recovery-image] Sep 27 03:51:38.856 INFO O| Sep 27 03:51:38.856 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34522024-09-27T03:51:40.483Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34532024-09-27T03:51:40.489ZSep 27 03:51:39.058 INFO [stamp-ntp] process exited with exit status: 0 (712.836897ms)
34542024-09-27T03:51:40.490Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34552024-09-27T03:51:40.491ZSep 27 03:51:39.159 INFO [stamp-external-dns] process exited with exit status: 0 (1.171505329s)
34562024-09-27T03:51:40.534Z[ recovery-image] Sep 27 03:51:39.196 INFO O| Sep 27 03:51:39.196 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34572024-09-27T03:51:40.751Z[ host-image] Sep 27 03:51:39.421 INFO O| Sep 27 03:51:39.420 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34582024-09-27T03:51:40.805Z[ recovery-image] Sep 27 03:51:39.476 INFO O| Sep 27 03:51:39.476 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34592024-09-27T03:51:40.805Z[ recovery-image] Sep 27 03:51:39.476 INFO O| Sep 27 03:51:39.476 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34602024-09-27T03:51:40.813Z[ recovery-image] Sep 27 03:51:39.476 INFO O| Sep 27 03:51:39.476 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34612024-09-27T03:51:40.813Z[ recovery-image] Sep 27 03:51:39.476 INFO O| Sep 27 03:51:39.476 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34622024-09-27T03:51:40.817Z[ recovery-image] Sep 27 03:51:39.488 INFO O| Sep 27 03:51:39.488 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34632024-09-27T03:51:40.900Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
34642024-09-27T03:51:40.937Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34652024-09-27T03:51:41.013Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34662024-09-27T03:51:41.067ZSep 27 03:51:39.740 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.473273611s)
34672024-09-27T03:51:41.100Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34682024-09-27T03:51:41.107Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34692024-09-27T03:51:41.318ZSep 27 03:51:39.782 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.686692255s)
34702024-09-27T03:51:41.318ZSep 27 03:51:39.782 INFO [stamp-internal-dns] process exited with exit status: 0 (1.404126819s)
34712024-09-27T03:51:41.318Z[ recovery-image] Sep 27 03:51:39.806 INFO O| Sep 27 03:51:39.806 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34722024-09-27T03:51:41.318Z[ recovery-image] Sep 27 03:51:39.820 INFO O| Sep 27 03:51:39.820 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
34732024-09-27T03:51:41.571Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
34742024-09-27T03:51:41.577ZSep 27 03:51:40.249 INFO [stamp-oximeter] process exited with exit status: 0 (2.069013875s)
34752024-09-27T03:51:41.672Z[ recovery-image] Sep 27 03:51:40.345 INFO O| Sep 27 03:51:40.345 INFO O| Caching catalogs ... Done
34762024-09-27T03:51:41.781Z[ recovery-image] Sep 27 03:51:40.454 INFO O| Sep 27 03:51:40.454 INFO STEP 0 (pkg_image_create) COMPLETE
34772024-09-27T03:51:41.781Z[ recovery-image] Sep 27 03:51:40.454 INFO O| Sep 27 03:51:40.454 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34782024-09-27T03:51:41.784Z[ recovery-image] Sep 27 03:51:40.454 INFO O| Sep 27 03:51:40.454 INFO skip step because feature "repo_redist" is not enabled
34792024-09-27T03:51:41.784Z[ recovery-image] Sep 27 03:51:40.454 INFO O| Sep 27 03:51:40.454 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34802024-09-27T03:51:41.795Z[ recovery-image] Sep 27 03:51:40.468 INFO O| Sep 27 03:51:40.468 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"]
34812024-09-27T03:51:42.308Z[ recovery-image] Sep 27 03:51:40.981 INFO O| Sep 27 03:51:40.981 INFO STEP 2 (pkg_set_publisher) COMPLETE
34822024-09-27T03:51:42.308Z[ recovery-image] Sep 27 03:51:40.981 INFO O| Sep 27 03:51:40.981 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34832024-09-27T03:51:42.325Z[ recovery-image] Sep 27 03:51:40.997 INFO O| Sep 27 03:51:40.997 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"]
34842024-09-27T03:51:42.803Z[ recovery-image] Sep 27 03:51:41.476 INFO O| Sep 27 03:51:41.476 INFO STEP 3 (pkg_set_publisher) COMPLETE
34852024-09-27T03:51:42.804Z[ recovery-image] Sep 27 03:51:41.476 INFO O| Sep 27 03:51:41.476 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34862024-09-27T03:51:42.804Z[ recovery-image] Sep 27 03:51:41.476 INFO O| Sep 27 03:51:41.476 INFO skip step because feature "repo_redist" is not enabled
34872024-09-27T03:51:42.807Z[ recovery-image] Sep 27 03:51:41.476 INFO O| Sep 27 03:51:41.476 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34882024-09-27T03:51:43.273Z[ recovery-image] Sep 27 03:51:41.945 INFO O| Sep 27 03:51:41.944 INFO variant opensolaris.zone is already global
34892024-09-27T03:51:43.273Z[ recovery-image] Sep 27 03:51:41.945 INFO O| Sep 27 03:51:41.945 INFO STEP 5 (pkg_change_variant) COMPLETE
34902024-09-27T03:51:43.273Z[ recovery-image] Sep 27 03:51:41.945 INFO O| Sep 27 03:51:41.945 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34912024-09-27T03:51:43.326Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
34922024-09-27T03:51:43.331ZSep 27 03:51:42.004 INFO [stamp-nexus] process exited with exit status: 0 (3.970339166s)
34932024-09-27T03:51:43.701Z[ recovery-image] Sep 27 03:51:42.373 INFO O| Sep 27 03:51:42.373 INFO variant opensolaris.imagetype is full; changing to partial
34942024-09-27T03:51:43.701Z[ recovery-image] Sep 27 03:51:42.373 INFO O| Sep 27 03:51:42.373 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34952024-09-27T03:51:44.667Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
34962024-09-27T03:51:44.672ZSep 27 03:51:43.342 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.32256921s)
34972024-09-27T03:51:45.643Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34982024-09-27T03:51:45.794Z[verify-libraries] Compiling polyval v0.6.2
34992024-09-27T03:51:45.809Z[verify-libraries] Compiling ctr v0.9.2
35002024-09-27T03:51:45.829Z[verify-libraries] Compiling ssh-encoding v0.2.0
35012024-09-27T03:51:45.837Z[verify-libraries] Compiling blowfish v0.9.1
35022024-09-27T03:51:45.837Z[verify-libraries] Compiling password-hash v0.4.2
35032024-09-27T03:51:45.837Z[verify-libraries] Compiling matches v0.1.10
35042024-09-27T03:51:46.295Z[verify-libraries] Compiling p521 v0.13.3
35052024-09-27T03:51:46.532Z[verify-libraries] Compiling ghash v0.5.1
35062024-09-27T03:51:46.535Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35072024-09-27T03:51:46.580Z[verify-libraries] Compiling idna v0.2.3
35082024-09-27T03:51:46.789Z[verify-libraries] Compiling p256 v0.13.2
35092024-09-27T03:51:46.926Z[verify-libraries] Compiling aes-gcm v0.10.3
35102024-09-27T03:51:47.267Z[verify-libraries] Compiling pbkdf2 v0.11.0
35112024-09-27T03:51:47.383Z[verify-libraries] Compiling enum-as-inner v0.5.1
35122024-09-27T03:51:47.516Z[verify-libraries] Compiling ssh-cipher v0.2.0
35132024-09-27T03:51:48.079Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35142024-09-27T03:51:48.566Z[verify-libraries] Compiling ssh-key v0.6.6
35152024-09-27T03:51:48.814Z[verify-libraries] Compiling md5 v0.7.0
35162024-09-27T03:51:48.834Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35172024-09-27T03:51:48.926ZSep 27 03:51:47.593 INFO [stamp-clickhouse] process exited with exit status: 0 (9.544632044s)
35182024-09-27T03:51:48.971Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35192024-09-27T03:51:48.979Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35202024-09-27T03:51:48.985ZSep 27 03:51:47.657 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.65433802s)
35212024-09-27T03:51:48.985ZSep 27 03:51:47.657 INFO [tuf-stamp] task succeeded (9.670168983s)
35222024-09-27T03:51:49.429Z[verify-libraries] Compiling num-bigint v0.4.5
35232024-09-27T03:51:49.933Z[verify-libraries] Compiling des v0.8.1
35242024-09-27T03:51:50.583Z[verify-libraries] Compiling hex-literal v0.4.1
35252024-09-27T03:51:50.661Z[ recovery-image] Sep 27 03:51:49.332 INFO O| Sep 27 03:51:49.332 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35262024-09-27T03:51:50.927Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35272024-09-27T03:51:51.096Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35282024-09-27T03:51:52.102Z[verify-libraries] Compiling russh-keys v0.45.0
35292024-09-27T03:51:52.478Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35302024-09-27T03:51:53.123Z[verify-libraries] Compiling internet-checksum v0.2.1
35312024-09-27T03:51:53.432Z[verify-libraries] Compiling heck v0.4.1
35322024-09-27T03:51:55.054Z[verify-libraries] Compiling dhcproto v0.12.0
35332024-09-27T03:51:57.508Z[ recovery-image] Sep 27 03:51:56.178 INFO O| Sep 27 03:51:56.178 INFO O| Startup: Caching catalogs ... Done
35342024-09-27T03:51:57.584Z[ recovery-image] Sep 27 03:51:56.254 INFO O| Sep 27 03:51:56.254 INFO O| Planning: Planning completed in 0.00 seconds
35352024-09-27T03:51:57.587Z[ recovery-image] Sep 27 03:51:56.255 INFO O| Sep 27 03:51:56.255 INFO O| Planning: Consolidating action changes ... Done
35362024-09-27T03:51:57.587Z[ recovery-image] Sep 27 03:51:56.255 INFO O| Sep 27 03:51:56.255 INFO O| Planning: Evaluating mediators ... Done
35372024-09-27T03:51:57.587Z[ recovery-image] Sep 27 03:51:56.256 INFO O| Sep 27 03:51:56.256 INFO O| Planning: Planning completed in 0.00 seconds
35382024-09-27T03:51:57.587Z[ recovery-image] Sep 27 03:51:56.256 INFO O| Sep 27 03:51:56.256 INFO O| Variants/Facets to change: 1
35392024-09-27T03:51:57.660Z[ recovery-image] Sep 27 03:51:56.330 INFO O| Sep 27 03:51:56.330 INFO O| Done
35402024-09-27T03:51:57.660Z[ recovery-image] Sep 27 03:51:56.330 INFO O| Sep 27 03:51:56.330 INFO O| Done
35412024-09-27T03:51:58.496Z[ recovery-image] Sep 27 03:51:57.165 INFO O| Sep 27 03:51:57.165 INFO O| Done
35422024-09-27T03:51:58.545Z[ recovery-image] Sep 27 03:51:57.215 INFO O| Sep 27 03:51:57.215 INFO O| Done
35432024-09-27T03:51:58.549Z[ recovery-image] Sep 27 03:51:57.216 INFO O| Sep 27 03:51:57.216 INFO O| Done
35442024-09-27T03:51:58.549Z[ recovery-image] Sep 27 03:51:57.217 INFO O| Sep 27 03:51:57.217 INFO O| Done
35452024-09-27T03:51:58.549Z[ recovery-image] Sep 27 03:51:57.219 INFO O| Sep 27 03:51:57.218 INFO O| Done
35462024-09-27T03:51:59.116Z[ recovery-image] Sep 27 03:51:57.786 INFO O| Sep 27 03:51:57.785 INFO STEP 6 (pkg_change_variant) COMPLETE
35472024-09-27T03:51:59.116Z[ recovery-image] Sep 27 03:51:57.786 INFO O| Sep 27 03:51:57.786 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-09-27T03:51:59.116Z[ recovery-image] Sep 27 03:51:57.786 INFO O| Sep 27 03:51:57.786 INFO skip step because feature "debug_variant" is not enabled
35492024-09-27T03:51:59.119Z[ recovery-image] Sep 27 03:51:57.786 INFO O| Sep 27 03:51:57.786 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-09-27T03:51:59.232Z[verify-libraries] Compiling russh v0.45.0
35512024-09-27T03:51:59.797Z[ recovery-image] Sep 27 03:51:58.466 INFO O| Sep 27 03:51:58.466 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35522024-09-27T03:52:00.432Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35532024-09-27T03:52:00.696Z[ recovery-image] Sep 27 03:51:59.366 INFO O| Sep 27 03:51:59.366 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35542024-09-27T03:52:00.699Z[ recovery-image] Sep 27 03:51:59.368 INFO O| Sep 27 03:51:59.368 INFO O| Planning: Planning completed in 0.00 seconds
35552024-09-27T03:52:00.700Z[ recovery-image] Sep 27 03:51:59.369 INFO O| Sep 27 03:51:59.369 INFO O| Planning: Consolidating action changes ... Done
35562024-09-27T03:52:00.700Z[ recovery-image] Sep 27 03:51:59.369 INFO O| Sep 27 03:51:59.369 INFO O| Planning: Evaluating mediators ... Done
35572024-09-27T03:52:00.702Z[ recovery-image] Sep 27 03:51:59.370 INFO O| Sep 27 03:51:59.370 INFO O| Planning: Planning completed in 0.00 seconds
35582024-09-27T03:52:00.702Z[ recovery-image] Sep 27 03:51:59.370 INFO O| Sep 27 03:51:59.370 INFO O| Variants/Facets to change: 1
35592024-09-27T03:52:00.797Z[ recovery-image] Sep 27 03:51:59.465 INFO O| Sep 27 03:51:59.465 INFO O| Done
35602024-09-27T03:52:00.797Z[ recovery-image] Sep 27 03:51:59.465 INFO O| Sep 27 03:51:59.465 INFO O| Done
35612024-09-27T03:52:01.388Z[ recovery-image] Sep 27 03:52:00.058 INFO O| Sep 27 03:52:00.058 INFO O| Done
35622024-09-27T03:52:01.491Z[ recovery-image] Sep 27 03:52:00.160 INFO O| Sep 27 03:52:00.160 INFO O| Done
35632024-09-27T03:52:01.495Z[ recovery-image] Sep 27 03:52:00.161 INFO O| Sep 27 03:52:00.161 INFO O| Done
35642024-09-27T03:52:01.495Z[ recovery-image] Sep 27 03:52:00.161 INFO O| Sep 27 03:52:00.161 INFO O| Done
35652024-09-27T03:52:01.495Z[ recovery-image] Sep 27 03:52:00.163 INFO O| Sep 27 03:52:00.163 INFO O| Done
35662024-09-27T03:52:01.610Z[ recovery-image] Sep 27 03:52:00.279 INFO O| Sep 27 03:52:00.279 INFO STEP 8 (pkg_change_facet) COMPLETE
35672024-09-27T03:52:01.610Z[ recovery-image] Sep 27 03:52:00.279 INFO O| Sep 27 03:52:00.279 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-09-27T03:52:02.314Z[ recovery-image] Sep 27 03:52:00.981 INFO O| Sep 27 03:52:00.981 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
35692024-09-27T03:52:03.471Z[ recovery-image] Sep 27 03:52:02.140 INFO O| Sep 27 03:52:02.139 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35702024-09-27T03:52:03.475Z[ recovery-image] Sep 27 03:52:02.141 INFO O| Sep 27 03:52:02.141 INFO O| Planning: Planning completed in 0.00 seconds
35712024-09-27T03:52:03.475Z[ recovery-image] Sep 27 03:52:02.142 INFO O| Sep 27 03:52:02.142 INFO O| Planning: Consolidating action changes ... Done
35722024-09-27T03:52:03.475Z[ recovery-image] Sep 27 03:52:02.143 INFO O| Sep 27 03:52:02.143 INFO O| Planning: Evaluating mediators ... Done
35732024-09-27T03:52:03.475Z[ recovery-image] Sep 27 03:52:02.143 INFO O| Sep 27 03:52:02.143 INFO O| Planning: Planning completed in 0.00 seconds
35742024-09-27T03:52:03.475Z[ recovery-image] Sep 27 03:52:02.144 INFO O| Sep 27 03:52:02.144 INFO O| Variants/Facets to change: 1
35752024-09-27T03:52:03.566Z[ recovery-image] Sep 27 03:52:02.235 INFO O| Sep 27 03:52:02.235 INFO O| Done
35762024-09-27T03:52:03.569Z[ recovery-image] Sep 27 03:52:02.235 INFO O| Sep 27 03:52:02.235 INFO O| Done
35772024-09-27T03:52:04.221Z[ recovery-image] Sep 27 03:52:02.889 INFO O| Sep 27 03:52:02.889 INFO O| Done
35782024-09-27T03:52:04.292Z[ recovery-image] Sep 27 03:52:02.961 INFO O| Sep 27 03:52:02.961 INFO O| Done
35792024-09-27T03:52:04.295Z[ recovery-image] Sep 27 03:52:02.962 INFO O| Sep 27 03:52:02.962 INFO O| Done
35802024-09-27T03:52:04.295Z[ recovery-image] Sep 27 03:52:02.962 INFO O| Sep 27 03:52:02.962 INFO O| Done
35812024-09-27T03:52:04.298Z[ recovery-image] Sep 27 03:52:02.964 INFO O| Sep 27 03:52:02.964 INFO O| Done
35822024-09-27T03:52:04.410Z[ recovery-image] Sep 27 03:52:03.079 INFO O| Sep 27 03:52:03.079 INFO STEP 9 (pkg_change_facet) COMPLETE
35832024-09-27T03:52:04.413Z[ recovery-image] Sep 27 03:52:03.079 INFO O| Sep 27 03:52:03.079 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35842024-09-27T03:52:05.034Z[ recovery-image] Sep 27 03:52:03.700 INFO O| Sep 27 03:52:03.700 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
35852024-09-27T03:52:06.260Z[ recovery-image] Sep 27 03:52:04.928 INFO O| Sep 27 03:52:04.928 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35862024-09-27T03:52:06.267Z[ recovery-image] Sep 27 03:52:04.930 INFO O| Sep 27 03:52:04.930 INFO O| Planning: Planning completed in 0.00 seconds
35872024-09-27T03:52:06.267Z[ recovery-image] Sep 27 03:52:04.931 INFO O| Sep 27 03:52:04.931 INFO O| Planning: Consolidating action changes ... Done
35882024-09-27T03:52:06.267Z[ recovery-image] Sep 27 03:52:04.931 INFO O| Sep 27 03:52:04.931 INFO O| Planning: Evaluating mediators ... Done
35892024-09-27T03:52:06.267Z[ recovery-image] Sep 27 03:52:04.932 INFO O| Sep 27 03:52:04.932 INFO O| Planning: Planning completed in 0.00 seconds
35902024-09-27T03:52:06.267Z[ recovery-image] Sep 27 03:52:04.932 INFO O| Sep 27 03:52:04.932 INFO O| Variants/Facets to change: 1
35912024-09-27T03:52:06.358Z[ recovery-image] Sep 27 03:52:05.027 INFO O| Sep 27 03:52:05.027 INFO O| Done
35922024-09-27T03:52:06.358Z[ recovery-image] Sep 27 03:52:05.027 INFO O| Sep 27 03:52:05.027 INFO O| Done
35932024-09-27T03:52:06.531Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35942024-09-27T03:52:07.017Z[ recovery-image] Sep 27 03:52:05.685 INFO O| Sep 27 03:52:05.685 INFO O| Done
35952024-09-27T03:52:07.156Z[ recovery-image] Sep 27 03:52:05.824 INFO O| Sep 27 03:52:05.824 INFO O| Done
35962024-09-27T03:52:07.160Z[ recovery-image] Sep 27 03:52:05.825 INFO O| Sep 27 03:52:05.825 INFO O| Done
35972024-09-27T03:52:07.160Z[ recovery-image] Sep 27 03:52:05.825 INFO O| Sep 27 03:52:05.825 INFO O| Done
35982024-09-27T03:52:07.160Z[ recovery-image] Sep 27 03:52:05.828 INFO O| Sep 27 03:52:05.827 INFO O| Done
35992024-09-27T03:52:07.294Z[ recovery-image] Sep 27 03:52:05.962 INFO O| Sep 27 03:52:05.961 INFO STEP 10 (pkg_change_facet) COMPLETE
36002024-09-27T03:52:07.297Z[ recovery-image] Sep 27 03:52:05.962 INFO O| Sep 27 03:52:05.961 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36012024-09-27T03:52:07.315Z[ recovery-image] Sep 27 03:52:05.983 INFO O| Sep 27 03:52:05.983 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"]
36022024-09-27T03:52:08.395Z[ recovery-image] Sep 27 03:52:07.061 INFO O| Sep 27 03:52:07.061 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36032024-09-27T03:52:09.366Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36042024-09-27T03:52:09.983Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36052024-09-27T03:52:10.485Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36062024-09-27T03:52:11.046Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36072024-09-27T03:52:11.417Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36082024-09-27T03:52:11.515Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36092024-09-27T03:52:12.907Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36102024-09-27T03:52:21.149Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36112024-09-27T03:52:21.149Z[ host-image] Sep 27 03:52:16.792 INFO O| Sep 27 03:52:16.792 INFO O| Planning: Solver setup ... Done
36122024-09-27T03:52:21.149Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36132024-09-27T03:52:21.659Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36142024-09-27T03:52:28.129Z[verify-libraries] Compiling termios v0.3.3
36152024-09-27T03:52:28.549Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36162024-09-27T03:52:40.628Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36172024-09-27T03:52:48.492Z[ recovery-image] Sep 27 03:52:47.152 INFO O| Sep 27 03:52:47.152 INFO O| Planning: Solver setup ... Done
36182024-09-27T03:52:53.589Z[ host-image] Sep 27 03:52:52.248 INFO O| Sep 27 03:52:52.248 INFO O| Planning: Running solver ... Done
36192024-09-27T03:52:54.031Z[ host-image] Sep 27 03:52:52.689 INFO O| Sep 27 03:52:52.689 INFO O| Planning: Finding local manifests ... Done
36202024-09-27T03:52:54.047Z[ host-image] Sep 27 03:52:52.706 INFO O| Sep 27 03:52:52.705 INFO O| Planning: Fetching manifests: 0/124 0% complete
36212024-09-27T03:52:58.508Z[ host-image] Sep 27 03:52:57.166 INFO O| Sep 27 03:52:57.166 INFO O| Planning: Fetching manifests: 124/124 100% complete
36222024-09-27T03:52:59.921Z[ host-image] Sep 27 03:52:58.578 INFO O| Sep 27 03:52:58.578 INFO O| Planning: Package planning ... Done
36232024-09-27T03:53:01.580Z[ host-image] Sep 27 03:53:00.236 INFO O| Sep 27 03:53:00.236 INFO O| Planning: Merging actions ... Done
36242024-09-27T03:53:02.158Z[ host-image] Sep 27 03:53:00.815 INFO O| Sep 27 03:53:00.815 INFO O| Planning: Checking for conflicting actions ... Done
36252024-09-27T03:53:02.463Z[ host-image] Sep 27 03:53:01.120 INFO O| Sep 27 03:53:01.119 INFO O| Planning: Consolidating action changes ... Done
36262024-09-27T03:53:02.977Z[ host-image] Sep 27 03:53:01.633 INFO O| Sep 27 03:53:01.633 INFO O| Planning: Evaluating mediators ... Done
36272024-09-27T03:53:09.483Z[ host-image] Sep 27 03:53:08.138 INFO O| Sep 27 03:53:08.138 INFO O| Planning: Planning completed in 88.72 seconds
36282024-09-27T03:53:09.488Z[ host-image] Sep 27 03:53:08.144 INFO O| Sep 27 03:53:08.144 INFO O| Packages to install: 124
36292024-09-27T03:53:09.488Z[ host-image] Sep 27 03:53:08.144 INFO O| Sep 27 03:53:08.144 INFO O| Mediators to change: 4
36302024-09-27T03:53:09.492Z[ host-image] Sep 27 03:53:08.144 INFO O| Sep 27 03:53:08.144 INFO O| Services to change: 6
36312024-09-27T03:53:09.604Z[ host-image] Sep 27 03:53:08.259 INFO O| Sep 27 03:53:08.259 INFO O| Download: 0/22731 items 0.0/196.5MB 0% complete
36322024-09-27T03:53:14.607Z[ host-image] Sep 27 03:53:13.261 INFO O| Sep 27 03:53:13.261 INFO O| Download: 1187/22731 items 8.1/196.5MB 4% complete (1.7M/s)
36332024-09-27T03:53:19.648Z[ host-image] Sep 27 03:53:18.302 INFO O| Sep 27 03:53:18.302 INFO O| Download: 1805/22731 items 16.5/196.5MB 8% complete (1.5M/s)
36342024-09-27T03:53:23.608Z[ recovery-image] Sep 27 03:53:22.259 INFO O| Sep 27 03:53:22.259 INFO O| Planning: Running solver ... Done
36352024-09-27T03:53:24.059Z[ recovery-image] Sep 27 03:53:22.711 INFO O| Sep 27 03:53:22.711 INFO O| Planning: Finding local manifests ... Done
36362024-09-27T03:53:24.090Z[ recovery-image] Sep 27 03:53:22.728 INFO O| Sep 27 03:53:22.728 INFO O| Planning: Fetching manifests: 0/124 0% complete
36372024-09-27T03:53:25.049Z[ host-image] Sep 27 03:53:23.701 INFO O| Sep 27 03:53:23.701 INFO O| Download: 2454/22731 items 28.2/196.5MB 14% complete (2.0M/s)
36382024-09-27T03:53:27.910Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36392024-09-27T03:53:28.458Z[ recovery-image] Sep 27 03:53:27.110 INFO O| Sep 27 03:53:27.110 INFO O| Planning: Fetching manifests: 124/124 100% complete
36402024-09-27T03:53:29.754Z[ recovery-image] Sep 27 03:53:28.292 INFO O| Sep 27 03:53:28.292 INFO O| Planning: Package planning ... Done
36412024-09-27T03:53:30.230Z[ host-image] Sep 27 03:53:28.853 INFO O| Sep 27 03:53:28.853 INFO O| Download: 3540/22731 items 35.7/196.5MB 18% complete (1.9M/s)
36422024-09-27T03:53:30.446Z[ recovery-image] Sep 27 03:53:29.076 INFO O| Sep 27 03:53:29.076 INFO O| Planning: Merging actions ... Done
36432024-09-27T03:53:30.783Z[ recovery-image] Sep 27 03:53:29.431 INFO O| Sep 27 03:53:29.431 INFO O| Planning: Checking for conflicting actions ... Done
36442024-09-27T03:53:30.935Z[ recovery-image] Sep 27 03:53:29.585 INFO O| Sep 27 03:53:29.585 INFO O| Planning: Consolidating action changes ... Done
36452024-09-27T03:53:31.291Z[ recovery-image] Sep 27 03:53:29.941 INFO O| Sep 27 03:53:29.941 INFO O| Planning: Evaluating mediators ... Done
36462024-09-27T03:53:35.205Z[ host-image] Sep 27 03:53:33.855 INFO O| Sep 27 03:53:33.855 INFO O| Download: 4603/22731 items 42.8/196.5MB 21% complete (1.5M/s)
36472024-09-27T03:53:37.518Z[ recovery-image] Sep 27 03:53:36.168 INFO O| Sep 27 03:53:36.168 INFO O| Planning: Planning completed in 89.11 seconds
36482024-09-27T03:53:37.525Z[ recovery-image] Sep 27 03:53:36.175 INFO O| Sep 27 03:53:36.175 INFO O| Packages to install: 124
36492024-09-27T03:53:37.528Z[ recovery-image] Sep 27 03:53:36.175 INFO O| Sep 27 03:53:36.175 INFO O| Mediators to change: 4
36502024-09-27T03:53:37.528Z[ recovery-image] Sep 27 03:53:36.175 INFO O| Sep 27 03:53:36.175 INFO O| Services to change: 5
36512024-09-27T03:53:37.634Z[ recovery-image] Sep 27 03:53:36.283 INFO O| Sep 27 03:53:36.283 INFO O| Download: 0/15834 items 0.0/173.3MB 0% complete
36522024-09-27T03:53:38.746Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36532024-09-27T03:53:40.214Z[ host-image] Sep 27 03:53:38.863 INFO O| Sep 27 03:53:38.863 INFO O| Download: 5519/22731 items 46.1/196.5MB 23% complete (1.0M/s)
36542024-09-27T03:53:42.653Z[ recovery-image] Sep 27 03:53:41.302 INFO O| Sep 27 03:53:41.301 INFO O| Download: 883/15834 items 7.1/173.3MB 4% complete (1.5M/s)
36552024-09-27T03:53:44.823Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36562024-09-27T03:53:45.224Z[ host-image] Sep 27 03:53:43.872 INFO O| Sep 27 03:53:43.872 INFO O| Download: 6158/22731 items 46.5/196.5MB 23% complete (380k/s)
36572024-09-27T03:53:47.655Z[ recovery-image] Sep 27 03:53:46.302 INFO O| Sep 27 03:53:46.302 INFO O| Download: 1219/15834 items 16.3/173.3MB 9% complete (1.6M/s)
36582024-09-27T03:53:50.318Z[ host-image] Sep 27 03:53:48.965 INFO O| Sep 27 03:53:48.965 INFO O| Download: 6978/22731 items 50.3/196.5MB 25% complete (419k/s)
36592024-09-27T03:53:53.408Z[ recovery-image] Sep 27 03:53:52.055 INFO O| Sep 27 03:53:52.055 INFO O| Download: 1645/15834 items 25.6/173.3MB 14% complete (1.8M/s)
36602024-09-27T03:53:56.724Z[ host-image] Sep 27 03:53:53.965 INFO O| Sep 27 03:53:53.965 INFO O| Download: 7960/22731 items 59.6/196.5MB 30% complete (1.3M/s)
36612024-09-27T03:53:58.520Z[ recovery-image] Sep 27 03:53:57.166 INFO O| Sep 27 03:53:57.166 INFO O| Download: 2656/15834 items 33.0/173.3MB 19% complete (1.3M/s)
36622024-09-27T03:54:00.348Z[ host-image] Sep 27 03:53:58.993 INFO O| Sep 27 03:53:58.993 INFO O| Download: 8336/22731 items 68.6/196.5MB 34% complete (1.8M/s)
36632024-09-27T03:54:03.524Z[ recovery-image] Sep 27 03:54:02.168 INFO O| Sep 27 03:54:02.168 INFO O| Download: 3581/15834 items 38.8/173.3MB 22% complete (1.3M/s)
36642024-09-27T03:54:05.373Z[ host-image] Sep 27 03:54:04.017 INFO O| Sep 27 03:54:04.016 INFO O| Download: 9123/22731 items 75.4/196.5MB 38% complete (1.5M/s)
36652024-09-27T03:54:05.871Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36662024-09-27T03:54:08.553Z[ recovery-image] Sep 27 03:54:07.169 INFO O| Sep 27 03:54:07.169 INFO O| Download: 3754/15834 items 41.9/173.3MB 24% complete (907k/s)
36672024-09-27T03:54:10.383Z[ host-image] Sep 27 03:54:09.023 INFO O| Sep 27 03:54:09.023 INFO O| Download: 10072/22731 items 84.3/196.5MB 42% complete (1.6M/s)
36682024-09-27T03:54:13.531Z[ recovery-image] Sep 27 03:54:12.173 INFO O| Sep 27 03:54:12.173 INFO O| Download: 4727/15834 items 43.0/173.3MB 24% complete (434k/s)
36692024-09-27T03:54:15.419Z[ host-image] Sep 27 03:54:14.051 INFO O| Sep 27 03:54:14.051 INFO O| Download: 10867/22731 items 90.1/196.5MB 45% complete (1.6M/s)
36702024-09-27T03:54:18.535Z[ recovery-image] Sep 27 03:54:17.176 INFO O| Sep 27 03:54:17.176 INFO O| Download: 5618/15834 items 43.5/173.3MB 25% complete (164k/s)
36712024-09-27T03:54:20.484Z[ host-image] Sep 27 03:54:19.120 INFO O| Sep 27 03:54:19.120 INFO O| Download: 11274/22731 items 95.3/196.5MB 48% complete (1.1M/s)
36722024-09-27T03:54:23.650Z[ recovery-image] Sep 27 03:54:22.288 INFO O| Sep 27 03:54:22.288 INFO O| Download: 5933/15834 items 53.0/173.3MB 30% complete (1.0M/s)
36732024-09-27T03:54:25.485Z[ host-image] Sep 27 03:54:24.124 INFO O| Sep 27 03:54:24.124 INFO O| Download: 12097/22731 items 100.7/196.5MB 51% complete (1.1M/s)
36742024-09-27T03:54:27.244Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36752024-09-27T03:54:28.478Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36762024-09-27T03:54:28.652Z[ recovery-image] Sep 27 03:54:27.290 INFO O| Sep 27 03:54:27.290 INFO O| Download: 6326/15834 items 62.7/173.3MB 36% complete (1.8M/s)
36772024-09-27T03:54:30.489Z[ host-image] Sep 27 03:54:29.128 INFO O| Sep 27 03:54:29.127 INFO O| Download: 12443/22731 items 109.5/196.5MB 55% complete (1.4M/s)
36782024-09-27T03:54:34.595Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36792024-09-27T03:54:34.596Z[ recovery-image] Sep 27 03:54:32.298 INFO O| Sep 27 03:54:32.298 INFO O| Download: 7222/15834 items 73.3/173.3MB 42% complete (2.0M/s)
36802024-09-27T03:54:35.490Z[ host-image] Sep 27 03:54:34.128 INFO O| Sep 27 03:54:34.127 INFO O| Download: 13375/22731 items 109.9/196.5MB 55% complete (965k/s)
36812024-09-27T03:54:38.877Z[ recovery-image] Sep 27 03:54:37.514 INFO O| Sep 27 03:54:37.514 INFO O| Download: 7923/15834 items 77.4/173.3MB 44% complete (1.5M/s)
36822024-09-27T03:54:40.492Z[ host-image] Sep 27 03:54:39.129 INFO O| Sep 27 03:54:39.128 INFO O| Download: 14321/22731 items 111.0/196.5MB 56% complete (133k/s)
36832024-09-27T03:54:43.886Z[ recovery-image] Sep 27 03:54:42.522 INFO O| Sep 27 03:54:42.522 INFO O| Download: 8744/15834 items 83.7/173.3MB 48% complete (1.0M/s)
36842024-09-27T03:54:45.494Z[ host-image] Sep 27 03:54:44.130 INFO O| Sep 27 03:54:44.130 INFO O| Download: 14562/22731 items 116.8/196.5MB 59% complete (689k/s)
36852024-09-27T03:54:48.900Z[ recovery-image] Sep 27 03:54:47.535 INFO O| Sep 27 03:54:47.535 INFO O| Download: 9217/15834 items 92.8/173.3MB 53% complete (1.6M/s)
36862024-09-27T03:54:50.676Z[ host-image] Sep 27 03:54:49.310 INFO O| Sep 27 03:54:49.310 INFO O| Download: 15545/22731 items 123.7/196.5MB 62% complete (1.3M/s)
36872024-09-27T03:54:53.924Z[ recovery-image] Sep 27 03:54:52.558 INFO O| Sep 27 03:54:52.558 INFO O| Download: 10102/15834 items 93.2/173.3MB 53% complete (971k/s)
36882024-09-27T03:54:55.693Z[ host-image] Sep 27 03:54:54.327 INFO O| Sep 27 03:54:54.327 INFO O| Download: 15983/22731 items 130.3/196.5MB 66% complete (1.3M/s)
36892024-09-27T03:54:59.031Z[ recovery-image] Sep 27 03:54:57.664 INFO O| Sep 27 03:54:57.664 INFO O| Download: 11011/15834 items 94.7/173.3MB 54% complete (173k/s)
36902024-09-27T03:55:00.695Z[ host-image] Sep 27 03:54:59.328 INFO O| Sep 27 03:54:59.328 INFO O| Download: 16972/22731 items 148.3/196.5MB 75% complete (2.5M/s)
36912024-09-27T03:55:04.350Z[ recovery-image] Sep 27 03:55:02.982 INFO O| Sep 27 03:55:02.982 INFO O| Download: 11423/15834 items 107.2/173.3MB 61% complete (1.4M/s)
36922024-09-27T03:55:05.734Z[ host-image] Sep 27 03:55:04.366 INFO O| Sep 27 03:55:04.366 INFO O| Download: 17916/22731 items 158.6/196.5MB 80% complete (2.7M/s)
36932024-09-27T03:55:10.233Z[ recovery-image] Sep 27 03:55:08.864 INFO O| Sep 27 03:55:08.864 INFO O| Download: 11929/15834 items 128.4/173.3MB 74% complete (3.4M/s)
36942024-09-27T03:55:10.752Z[ host-image] Sep 27 03:55:09.382 INFO O| Sep 27 03:55:09.382 INFO O| Download: 19159/22731 items 164.0/196.5MB 83% complete (1.6M/s)
36952024-09-27T03:55:15.242Z[ recovery-image] Sep 27 03:55:13.872 INFO O| Sep 27 03:55:13.872 INFO O| Download: 12623/15834 items 140.2/173.3MB 80% complete (3.0M/s)
36962024-09-27T03:55:15.756Z[ host-image] Sep 27 03:55:14.385 INFO O| Sep 27 03:55:14.385 INFO O| Download: 20035/22731 items 167.5/196.5MB 85% complete (922k/s)
36972024-09-27T03:55:20.260Z[ recovery-image] Sep 27 03:55:18.889 INFO O| Sep 27 03:55:18.889 INFO O| Download: 13282/15834 items 142.4/173.3MB 82% complete (1.4M/s)
36982024-09-27T03:55:20.800Z[ host-image] Sep 27 03:55:19.426 INFO O| Sep 27 03:55:19.426 INFO O| Download: 20807/22731 items 175.0/196.5MB 89% complete (1.0M/s)
36992024-09-27T03:55:25.268Z[ recovery-image] Sep 27 03:55:23.896 INFO O| Sep 27 03:55:23.896 INFO O| Download: 14274/15834 items 146.3/173.3MB 84% complete (620k/s)
37002024-09-27T03:55:25.898Z[ host-image] Sep 27 03:55:24.525 INFO O| Sep 27 03:55:24.525 INFO O| Download: 21032/22731 items 176.4/196.5MB 89% complete (993k/s)
37012024-09-27T03:55:30.300Z[ recovery-image] Sep 27 03:55:28.926 INFO O| Sep 27 03:55:28.926 INFO O| Download: 14805/15834 items 154.1/173.3MB 88% complete (1.2M/s)
37022024-09-27T03:55:31.644Z[ host-image] Sep 27 03:55:30.221 INFO O| Sep 27 03:55:30.221 INFO O| Download: 21910/22731 items 188.6/196.5MB 95% complete (1.4M/s)
37032024-09-27T03:55:35.540Z[ recovery-image] Sep 27 03:55:34.165 INFO O| Sep 27 03:55:34.165 INFO O| Download: 15546/15834 items 166.1/173.3MB 95% complete (2.0M/s)
37042024-09-27T03:55:36.597Z[ host-image] Sep 27 03:55:35.222 INFO O| Sep 27 03:55:35.222 INFO O| Download: 22547/22731 items 196.3/196.5MB 99% complete (2.0M/s)
37052024-09-27T03:55:37.803Z[ host-image] Sep 27 03:55:36.428 INFO O| Sep 27 03:55:36.428 INFO O| Download: Completed 196.51 MB in 148.17 seconds (1.3M/s)
37062024-09-27T03:55:38.930Z[ host-image] Sep 27 03:55:37.555 INFO O| Sep 27 03:55:37.555 INFO O| Actions: 1/49266 actions (Installing new actions)
37072024-09-27T03:55:38.948Z[ recovery-image] Sep 27 03:55:37.573 INFO O| Sep 27 03:55:37.573 INFO O| Download: Completed 173.28 MB in 121.29 seconds (1.4M/s)
37082024-09-27T03:55:39.473Z[ recovery-image] Sep 27 03:55:38.098 INFO O| Sep 27 03:55:38.098 INFO O| Actions: 1/24969 actions (Installing new actions)
37092024-09-27T03:55:44.033Z[ host-image] Sep 27 03:55:42.657 INFO O| Sep 27 03:55:42.657 INFO O| Actions: 11625/49266 actions (Installing new actions)
37102024-09-27T03:55:44.475Z[ recovery-image] Sep 27 03:55:43.098 INFO O| Sep 27 03:55:43.098 INFO O| Actions: 10844/24969 actions (Installing new actions)
37112024-09-27T03:55:49.035Z[ host-image] Sep 27 03:55:47.657 INFO O| Sep 27 03:55:47.657 INFO O| Actions: 18708/49266 actions (Installing new actions)
37122024-09-27T03:55:49.477Z[ recovery-image] Sep 27 03:55:48.100 INFO O| Sep 27 03:55:48.100 INFO O| Actions: 15346/24969 actions (Installing new actions)
37132024-09-27T03:55:54.036Z[ host-image] Sep 27 03:55:52.658 INFO O| Sep 27 03:55:52.658 INFO O| Actions: 25113/49266 actions (Installing new actions)
37142024-09-27T03:55:54.478Z[ recovery-image] Sep 27 03:55:53.100 INFO O| Sep 27 03:55:53.100 INFO O| Actions: 20184/24969 actions (Installing new actions)
37152024-09-27T03:55:59.116Z[ host-image] Sep 27 03:55:57.737 INFO O| Sep 27 03:55:57.737 INFO O| Actions: 48793/49266 actions (Installing new actions)
37162024-09-27T03:55:59.482Z[ recovery-image] Sep 27 03:55:58.103 INFO O| Sep 27 03:55:58.102 INFO O| Actions: 24523/24969 actions (Installing new actions)
37172024-09-27T03:56:01.681Z[ recovery-image] Sep 27 03:56:00.301 INFO O| Sep 27 03:56:00.301 INFO O| Actions: Completed 24969 actions in 22.20 seconds.
37182024-09-27T03:56:01.781Z[ host-image] Sep 27 03:56:00.401 INFO O| Sep 27 03:56:00.401 INFO O| Actions: Completed 49266 actions in 22.84 seconds.
37192024-09-27T03:56:02.165Z[ recovery-image] Sep 27 03:56:00.785 INFO O| Sep 27 03:56:00.785 INFO O| Done
37202024-09-27T03:56:02.165Z[ recovery-image] Sep 27 03:56:00.786 INFO O| Sep 27 03:56:00.785 INFO O| Done
37212024-09-27T03:56:02.564Z[ host-image] Sep 27 03:56:01.184 INFO O| Sep 27 03:56:01.184 INFO O| Done
37222024-09-27T03:56:02.564Z[ host-image] Sep 27 03:56:01.184 INFO O| Sep 27 03:56:01.184 INFO O| Done
37232024-09-27T03:56:03.390Z[ recovery-image] Sep 27 03:56:02.010 INFO O| Sep 27 03:56:02.010 INFO O| Done
37242024-09-27T03:56:03.963Z[ host-image] Sep 27 03:56:02.583 INFO O| Sep 27 03:56:02.583 INFO O| Done
37252024-09-27T03:56:05.253Z[ recovery-image] Sep 27 03:56:03.873 INFO O| Sep 27 03:56:03.873 INFO O| Done
37262024-09-27T03:56:05.276Z[ recovery-image] Sep 27 03:56:03.895 INFO O| Sep 27 03:56:03.895 INFO O| Done
37272024-09-27T03:56:06.408Z[ host-image] Sep 27 03:56:05.028 INFO O| Sep 27 03:56:05.027 INFO O| Done
37282024-09-27T03:56:06.445Z[ host-image] Sep 27 03:56:05.065 INFO O| Sep 27 03:56:05.064 INFO O| Done
37292024-09-27T03:56:10.295Z[ recovery-image] Sep 27 03:56:08.914 INFO O| Sep 27 03:56:08.914 INFO O| Done
37302024-09-27T03:56:11.068Z[ recovery-image] Sep 27 03:56:09.686 INFO O| Sep 27 03:56:09.686 INFO O| Done
37312024-09-27T03:56:11.411Z[ recovery-image] Sep 27 03:56:10.030 INFO O| Sep 27 03:56:10.029 INFO STEP 11 (pkg_install) COMPLETE
37322024-09-27T03:56:11.411Z[ recovery-image] Sep 27 03:56:10.030 INFO O| Sep 27 03:56:10.029 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37332024-09-27T03:56:11.411Z[ recovery-image] Sep 27 03:56:10.030 INFO O| Sep 27 03:56:10.030 INFO skip step because feature "recovery" is enabled
37342024-09-27T03:56:11.415Z[ recovery-image] Sep 27 03:56:10.030 INFO O| Sep 27 03:56:10.030 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37352024-09-27T03:56:11.415Z[ recovery-image] Sep 27 03:56:10.030 INFO O| Sep 27 03:56:10.030 INFO skip step because feature "omicron1" is not enabled
37362024-09-27T03:56:11.415Z[ recovery-image] Sep 27 03:56:10.030 INFO O| Sep 27 03:56:10.030 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37372024-09-27T03:56:11.431Z[ recovery-image] Sep 27 03:56:10.049 INFO O| Sep 27 03:56:10.049 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37382024-09-27T03:56:12.612Z[ recovery-image] Sep 27 03:56:11.230 INFO O| Sep 27 03:56:11.230 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37392024-09-27T03:56:14.071Z[ host-image] Sep 27 03:56:12.689 INFO O| Sep 27 03:56:12.689 INFO O| Done
37402024-09-27T03:56:15.112Z[ host-image] Sep 27 03:56:13.730 INFO O| Sep 27 03:56:13.730 INFO O| Done
37412024-09-27T03:56:15.552Z[ host-image] Sep 27 03:56:14.169 INFO O| Sep 27 03:56:14.169 INFO STEP 11 (pkg_install) COMPLETE
37422024-09-27T03:56:15.552Z[ host-image] Sep 27 03:56:14.169 INFO O| Sep 27 03:56:14.169 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37432024-09-27T03:56:15.571Z[ host-image] Sep 27 03:56:14.189 INFO O| Sep 27 03:56:14.188 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
37442024-09-27T03:56:15.743Z[ recovery-image] Sep 27 03:56:14.361 INFO O| Sep 27 03:56:14.361 INFO O| Planning: Solver setup ... Done
37452024-09-27T03:56:15.749Z[ recovery-image] Sep 27 03:56:14.367 INFO O| Sep 27 03:56:14.367 INFO O| Planning: Running solver ... Done
37462024-09-27T03:56:15.817Z[ recovery-image] Sep 27 03:56:14.435 INFO O| Sep 27 03:56:14.435 INFO O| Planning: Finding local manifests ... Done
37472024-09-27T03:56:15.820Z[ recovery-image] Sep 27 03:56:14.436 INFO O| Sep 27 03:56:14.436 INFO O| Planning: Fetching manifests: 0/1 0% complete
37482024-09-27T03:56:15.944Z[ recovery-image] Sep 27 03:56:14.561 INFO O| Sep 27 03:56:14.561 INFO O| Planning: Fetching manifests: 1/1 100% complete
37492024-09-27T03:56:15.977Z[ recovery-image] Sep 27 03:56:14.595 INFO O| Sep 27 03:56:14.594 INFO O| Planning: Package planning ... Done
37502024-09-27T03:56:15.980Z[ recovery-image] Sep 27 03:56:14.596 INFO O| Sep 27 03:56:14.595 INFO O| Planning: Merging actions ... Done
37512024-09-27T03:56:16.042Z[ recovery-image] Sep 27 03:56:14.659 INFO O| Sep 27 03:56:14.659 INFO O| Planning: Checking for conflicting actions ... Done
37522024-09-27T03:56:16.044Z[ recovery-image] Sep 27 03:56:14.660 INFO O| Sep 27 03:56:14.660 INFO O| Planning: Consolidating action changes ... Done
37532024-09-27T03:56:16.326Z[ recovery-image] Sep 27 03:56:14.944 INFO O| Sep 27 03:56:14.943 INFO O| Planning: Evaluating mediators ... Done
37542024-09-27T03:56:16.329Z[ recovery-image] Sep 27 03:56:14.944 INFO O| Sep 27 03:56:14.944 INFO O| Planning: Planning completed in 3.71 seconds
37552024-09-27T03:56:16.329Z[ recovery-image] Sep 27 03:56:14.947 INFO O| Sep 27 03:56:14.947 INFO O| Packages to install: 1
37562024-09-27T03:56:16.363Z[ recovery-image] Sep 27 03:56:14.981 INFO O| Sep 27 03:56:14.981 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
37572024-09-27T03:56:16.884Z[ host-image] Sep 27 03:56:15.501 INFO O| Sep 27 03:56:15.501 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37582024-09-27T03:56:17.633Z[ recovery-image] Sep 27 03:56:16.250 INFO O| Sep 27 03:56:16.250 INFO O| Download: Completed 20.80 MB in 1.27 seconds (16.4M/s)
37592024-09-27T03:56:17.852Z[ recovery-image] Sep 27 03:56:16.469 INFO O| Sep 27 03:56:16.469 INFO O| Actions: 1/22 actions (Installing new actions)
37602024-09-27T03:56:19.340Z[ recovery-image] Sep 27 03:56:17.957 INFO O| Sep 27 03:56:17.957 INFO O| Actions: Completed 22 actions in 1.49 seconds.
37612024-09-27T03:56:19.956Z[ recovery-image] Sep 27 03:56:18.573 INFO O| Sep 27 03:56:18.573 INFO O| Done
37622024-09-27T03:56:19.956Z[ recovery-image] Sep 27 03:56:18.573 INFO O| Sep 27 03:56:18.573 INFO O| Done
37632024-09-27T03:56:20.521Z[ host-image] Sep 27 03:56:19.137 INFO O| Sep 27 03:56:19.137 INFO O| Planning: Solver setup ... Done
37642024-09-27T03:56:20.527Z[ host-image] Sep 27 03:56:19.144 INFO O| Sep 27 03:56:19.144 INFO O| Planning: Running solver ... Done
37652024-09-27T03:56:20.597Z[ host-image] Sep 27 03:56:19.213 INFO O| Sep 27 03:56:19.213 INFO O| Planning: Finding local manifests ... Done
37662024-09-27T03:56:20.599Z[ host-image] Sep 27 03:56:19.215 INFO O| Sep 27 03:56:19.215 INFO O| Planning: Fetching manifests: 0/4 0% complete
37672024-09-27T03:56:20.884Z[ host-image] Sep 27 03:56:19.501 INFO O| Sep 27 03:56:19.501 INFO O| Planning: Fetching manifests: 4/4 100% complete
37682024-09-27T03:56:20.923Z[ host-image] Sep 27 03:56:19.539 INFO O| Sep 27 03:56:19.539 INFO O| Planning: Package planning ... Done
37692024-09-27T03:56:20.930Z[ host-image] Sep 27 03:56:19.545 INFO O| Sep 27 03:56:19.545 INFO O| Planning: Merging actions ... Done
37702024-09-27T03:56:21.032Z[ recovery-image] Sep 27 03:56:19.649 INFO O| Sep 27 03:56:19.649 INFO O| Done
37712024-09-27T03:56:21.098Z[ host-image] Sep 27 03:56:19.714 INFO O| Sep 27 03:56:19.713 INFO O| Planning: Checking for conflicting actions ... Done
37722024-09-27T03:56:21.101Z[ host-image] Sep 27 03:56:19.715 INFO O| Sep 27 03:56:19.715 INFO O| Planning: Consolidating action changes ... Done
37732024-09-27T03:56:21.572Z[ host-image] Sep 27 03:56:20.188 INFO O| Sep 27 03:56:20.188 INFO O| Planning: Evaluating mediators ... Done
37742024-09-27T03:56:21.575Z[ host-image] Sep 27 03:56:20.190 INFO O| Sep 27 03:56:20.190 INFO O| Planning: Planning completed in 4.69 seconds
37752024-09-27T03:56:21.577Z[ host-image] Sep 27 03:56:20.192 INFO O| Sep 27 03:56:20.192 INFO O| Packages to install: 4
37762024-09-27T03:56:21.577Z[ host-image] Sep 27 03:56:20.192 INFO O| Sep 27 03:56:20.192 INFO O| Services to change: 2
37772024-09-27T03:56:21.595Z[ host-image] Sep 27 03:56:20.211 INFO O| Sep 27 03:56:20.211 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
37782024-09-27T03:56:22.843Z[ recovery-image] Sep 27 03:56:21.459 INFO O| Sep 27 03:56:21.459 INFO O| Done
37792024-09-27T03:56:22.868Z[ recovery-image] Sep 27 03:56:21.484 INFO O| Sep 27 03:56:21.484 INFO O| Done
37802024-09-27T03:56:22.871Z[ recovery-image] Sep 27 03:56:21.484 INFO O| Sep 27 03:56:21.484 INFO O| Done
37812024-09-27T03:56:22.884Z[ recovery-image] Sep 27 03:56:21.500 INFO O| Sep 27 03:56:21.500 INFO O| Done
37822024-09-27T03:56:23.029Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO STEP 14 (pkg_install) COMPLETE
37832024-09-27T03:56:23.029Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37842024-09-27T03:56:23.029Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO skip step because feature "mfg" is not enabled
37852024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37862024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO skip step because feature "compliance" is not enabled
37872024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37882024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO skip step because feature "stress" is not enabled
37892024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37902024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO skip step because feature "nfs" is not enabled
37912024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
37922024-09-27T03:56:23.032Z[ recovery-image] Sep 27 03:56:21.645 INFO O| Sep 27 03:56:21.645 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
37932024-09-27T03:56:23.069Z[ recovery-image] Sep 27 03:56:21.684 INFO O| Sep 27 03:56:21.684 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37942024-09-27T03:56:23.182Z[ recovery-image] Sep 27 03:56:21.798 INFO O| Sep 27 03:56:21.798 INFO completed processing gimlet/ramdisk-01-os
37952024-09-27T03:56:23.185Z[ recovery-image] Sep 27 03:56:21.801 INFO image builder template: ramdisk-02-trim...
37962024-09-27T03:56:23.185Z[ recovery-image] Sep 27 03:56:21.801 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/.tmpTG9Zdy/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
37972024-09-27T03:56:23.229Z[ recovery-image] Sep 27 03:56:21.845 INFO O| Sep 27 03:56:21.845 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37982024-09-27T03:56:23.251Z[ recovery-image] Sep 27 03:56:21.867 INFO O| Sep 27 03:56:21.867 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
37992024-09-27T03:56:23.346Z[ recovery-image] Sep 27 03:56:21.962 INFO O| Sep 27 03:56:21.962 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38002024-09-27T03:56:23.410Z[ recovery-image] Sep 27 03:56:22.026 INFO O| Sep 27 03:56:22.025 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38012024-09-27T03:56:23.412Z[ recovery-image] Sep 27 03:56:22.026 INFO O| Sep 27 03:56:22.026 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38022024-09-27T03:56:23.420Z[ recovery-image] Sep 27 03:56:22.036 INFO O| Sep 27 03:56:22.036 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38032024-09-27T03:56:23.428Z[ recovery-image] Sep 27 03:56:22.044 INFO O| Sep 27 03:56:22.044 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38042024-09-27T03:56:23.436Z[ recovery-image] Sep 27 03:56:22.052 INFO O| Sep 27 03:56:22.052 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38052024-09-27T03:56:23.601Z[ host-image] Sep 27 03:56:22.217 INFO O| Sep 27 03:56:22.217 INFO O| Download: Completed 1.39 MB in 2.01 seconds (709k/s)
38062024-09-27T03:56:23.728Z[ host-image] Sep 27 03:56:22.344 INFO O| Sep 27 03:56:22.344 INFO O| Actions: 1/238 actions (Installing new actions)
38072024-09-27T03:56:23.915Z[ recovery-image] Sep 27 03:56:22.530 INFO O| Sep 27 03:56:22.530 INFO rolled back to input snapshot; work may begin
38082024-09-27T03:56:23.915Z[ recovery-image] Sep 27 03:56:22.531 INFO O| Sep 27 03:56:22.530 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38092024-09-27T03:56:23.926Z[ recovery-image] Sep 27 03:56:22.542 INFO O| Sep 27 03:56:22.541 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38102024-09-27T03:56:23.947Z[ recovery-image] Sep 27 03:56:22.562 INFO O| Sep 27 03:56:22.562 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38112024-09-27T03:56:24.137Z[ recovery-image] Sep 27 03:56:22.752 INFO O| Sep 27 03:56:22.752 INFO STEP 0 (remove_files) COMPLETE
38122024-09-27T03:56:24.137Z[ recovery-image] Sep 27 03:56:22.752 INFO O| Sep 27 03:56:22.752 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-09-27T03:56:24.206Z[ recovery-image] Sep 27 03:56:22.822 INFO O| Sep 27 03:56:22.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38142024-09-27T03:56:24.210Z[ recovery-image] Sep 27 03:56:22.826 INFO O| Sep 27 03:56:22.826 INFO STEP 1 (remove_files) COMPLETE
38152024-09-27T03:56:24.213Z[ recovery-image] Sep 27 03:56:22.827 INFO O| Sep 27 03:56:22.826 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38162024-09-27T03:56:24.254Z[ host-image] Sep 27 03:56:22.869 INFO O| Sep 27 03:56:22.869 INFO O| Actions: Completed 238 actions in 0.53 seconds.
38172024-09-27T03:56:24.258Z[ recovery-image] Sep 27 03:56:22.874 INFO O| Sep 27 03:56:22.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38182024-09-27T03:56:24.291Z[ recovery-image] Sep 27 03:56:22.907 INFO O| Sep 27 03:56:22.906 INFO STEP 2 (remove_files) COMPLETE
38192024-09-27T03:56:24.291Z[ recovery-image] Sep 27 03:56:22.907 INFO O| Sep 27 03:56:22.907 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38202024-09-27T03:56:24.384Z[ recovery-image] Sep 27 03:56:23.000 INFO O| Sep 27 03:56:23.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38212024-09-27T03:56:24.389Z[ recovery-image] Sep 27 03:56:23.004 INFO O| Sep 27 03:56:23.004 INFO STEP 3 (remove_files) COMPLETE
38222024-09-27T03:56:24.389Z[ recovery-image] Sep 27 03:56:23.004 INFO O| Sep 27 03:56:23.004 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38232024-09-27T03:56:24.409Z[ recovery-image] Sep 27 03:56:23.025 INFO O| Sep 27 03:56:23.025 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38242024-09-27T03:56:24.417Z[ recovery-image] Sep 27 03:56:23.032 INFO O| Sep 27 03:56:23.032 INFO STEP 4 (remove_files) COMPLETE
38252024-09-27T03:56:24.420Z[ recovery-image] Sep 27 03:56:23.033 INFO O| Sep 27 03:56:23.032 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38262024-09-27T03:56:24.449Z[ recovery-image] Sep 27 03:56:23.064 INFO O| Sep 27 03:56:23.064 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38272024-09-27T03:56:24.451Z[ recovery-image] Sep 27 03:56:23.065 INFO O| Sep 27 03:56:23.065 INFO STEP 5 (remove_files) COMPLETE
38282024-09-27T03:56:24.451Z[ recovery-image] Sep 27 03:56:23.065 INFO O| Sep 27 03:56:23.065 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38292024-09-27T03:56:24.477Z[ recovery-image] Sep 27 03:56:23.093 INFO O| Sep 27 03:56:23.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38302024-09-27T03:56:24.501Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO STEP 6 (remove_files) COMPLETE
38312024-09-27T03:56:24.501Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38322024-09-27T03:56:24.504Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO skip step because feature "recovery" is enabled
38332024-09-27T03:56:24.504Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38342024-09-27T03:56:24.504Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO skip step because feature "recovery" is enabled
38352024-09-27T03:56:24.504Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38362024-09-27T03:56:24.504Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO skip step because feature "recovery" is enabled
38372024-09-27T03:56:24.504Z[ recovery-image] Sep 27 03:56:23.117 INFO O| Sep 27 03:56:23.117 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38382024-09-27T03:56:24.539Z[ recovery-image] Sep 27 03:56:23.154 INFO O| Sep 27 03:56:23.154 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38392024-09-27T03:56:24.544Z[ recovery-image] Sep 27 03:56:23.160 INFO O| Sep 27 03:56:23.160 INFO STEP 10 (remove_files) COMPLETE
38402024-09-27T03:56:24.544Z[ recovery-image] Sep 27 03:56:23.160 INFO O| Sep 27 03:56:23.160 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-09-27T03:56:24.582Z[ recovery-image] Sep 27 03:56:23.197 INFO O| Sep 27 03:56:23.197 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38422024-09-27T03:56:24.584Z[ recovery-image] Sep 27 03:56:23.199 INFO O| Sep 27 03:56:23.199 INFO STEP 11 (remove_files) COMPLETE
38432024-09-27T03:56:24.584Z[ recovery-image] Sep 27 03:56:23.199 INFO O| Sep 27 03:56:23.199 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38442024-09-27T03:56:24.666Z[ recovery-image] Sep 27 03:56:23.282 INFO O| Sep 27 03:56:23.282 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38452024-09-27T03:56:24.669Z[ recovery-image] Sep 27 03:56:23.285 INFO O| Sep 27 03:56:23.285 INFO STEP 12 (remove_files) COMPLETE
38462024-09-27T03:56:24.669Z[ recovery-image] Sep 27 03:56:23.285 INFO O| Sep 27 03:56:23.285 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38472024-09-27T03:56:24.698Z[ host-image] Sep 27 03:56:23.314 INFO O| Sep 27 03:56:23.314 INFO O| Done
38482024-09-27T03:56:24.698Z[ host-image] Sep 27 03:56:23.314 INFO O| Sep 27 03:56:23.314 INFO O| Done
38492024-09-27T03:56:25.056Z[ recovery-image] Sep 27 03:56:23.672 INFO O| Sep 27 03:56:23.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38502024-09-27T03:56:25.059Z[ recovery-image] Sep 27 03:56:23.674 INFO O| Sep 27 03:56:23.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38512024-09-27T03:56:25.064Z[ recovery-image] Sep 27 03:56:23.678 INFO O| Sep 27 03:56:23.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38522024-09-27T03:56:25.066Z[ recovery-image] Sep 27 03:56:23.682 INFO O| Sep 27 03:56:23.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38532024-09-27T03:56:25.167Z[ recovery-image] Sep 27 03:56:23.783 INFO O| Sep 27 03:56:23.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38542024-09-27T03:56:25.180Z[ recovery-image] Sep 27 03:56:23.796 INFO O| Sep 27 03:56:23.796 INFO STEP 13 (remove_files) COMPLETE
38552024-09-27T03:56:25.180Z[ recovery-image] Sep 27 03:56:23.796 INFO O| Sep 27 03:56:23.796 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38562024-09-27T03:56:25.214Z[ recovery-image] Sep 27 03:56:23.829 INFO O| Sep 27 03:56:23.829 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38572024-09-27T03:56:25.216Z[ recovery-image] Sep 27 03:56:23.832 INFO O| Sep 27 03:56:23.832 INFO STEP 14 (remove_files) COMPLETE
38582024-09-27T03:56:25.216Z[ recovery-image] Sep 27 03:56:23.832 INFO O| Sep 27 03:56:23.832 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38592024-09-27T03:56:25.236Z[ recovery-image] Sep 27 03:56:23.852 INFO O| Sep 27 03:56:23.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38602024-09-27T03:56:25.247Z[ recovery-image] Sep 27 03:56:23.863 INFO O| Sep 27 03:56:23.863 INFO STEP 15 (remove_files) COMPLETE
38612024-09-27T03:56:25.247Z[ recovery-image] Sep 27 03:56:23.863 INFO O| Sep 27 03:56:23.863 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-09-27T03:56:25.266Z[ recovery-image] Sep 27 03:56:23.882 INFO O| Sep 27 03:56:23.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38632024-09-27T03:56:25.269Z[ recovery-image] Sep 27 03:56:23.882 INFO O| Sep 27 03:56:23.882 INFO STEP 16 (remove_files) COMPLETE
38642024-09-27T03:56:25.269Z[ recovery-image] Sep 27 03:56:23.882 INFO O| Sep 27 03:56:23.882 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-09-27T03:56:25.319Z[ recovery-image] Sep 27 03:56:23.934 INFO O| Sep 27 03:56:23.934 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38662024-09-27T03:56:25.321Z[ recovery-image] Sep 27 03:56:23.937 INFO O| Sep 27 03:56:23.937 INFO STEP 17 (remove_files) COMPLETE
38672024-09-27T03:56:25.321Z[ recovery-image] Sep 27 03:56:23.937 INFO O| Sep 27 03:56:23.937 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-09-27T03:56:25.340Z[ recovery-image] Sep 27 03:56:23.956 INFO O| Sep 27 03:56:23.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
38692024-09-27T03:56:25.340Z[ recovery-image] Sep 27 03:56:23.956 INFO O| Sep 27 03:56:23.956 INFO STEP 18 (remove_files) COMPLETE
38702024-09-27T03:56:25.340Z[ recovery-image] Sep 27 03:56:23.956 INFO O| Sep 27 03:56:23.956 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-09-27T03:56:25.382Z[ recovery-image] Sep 27 03:56:23.997 INFO O| Sep 27 03:56:23.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
38722024-09-27T03:56:25.382Z[ recovery-image] Sep 27 03:56:23.997 INFO O| Sep 27 03:56:23.997 INFO STEP 19 (remove_files) COMPLETE
38732024-09-27T03:56:25.382Z[ recovery-image] Sep 27 03:56:23.997 INFO O| Sep 27 03:56:23.997 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-09-27T03:56:25.397Z[ recovery-image] Sep 27 03:56:24.013 INFO O| Sep 27 03:56:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
38752024-09-27T03:56:25.398Z[ recovery-image] Sep 27 03:56:24.013 INFO O| Sep 27 03:56:24.013 INFO STEP 20 (remove_files) COMPLETE
38762024-09-27T03:56:25.400Z[ recovery-image] Sep 27 03:56:24.013 INFO O| Sep 27 03:56:24.013 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-09-27T03:56:25.412Z[ recovery-image] Sep 27 03:56:24.028 INFO O| Sep 27 03:56:24.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
38782024-09-27T03:56:25.412Z[ recovery-image] Sep 27 03:56:24.028 INFO O| Sep 27 03:56:24.028 INFO STEP 21 (remove_files) COMPLETE
38792024-09-27T03:56:25.415Z[ recovery-image] Sep 27 03:56:24.028 INFO O| Sep 27 03:56:24.028 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-09-27T03:56:25.469Z[ recovery-image] Sep 27 03:56:24.084 INFO O| Sep 27 03:56:24.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
38812024-09-27T03:56:25.469Z[ recovery-image] Sep 27 03:56:24.084 INFO O| Sep 27 03:56:24.084 INFO STEP 22 (remove_files) COMPLETE
38822024-09-27T03:56:25.471Z[ recovery-image] Sep 27 03:56:24.084 INFO O| Sep 27 03:56:24.084 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-09-27T03:56:25.509Z[ recovery-image] Sep 27 03:56:24.124 INFO O| Sep 27 03:56:24.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
38842024-09-27T03:56:25.509Z[ recovery-image] Sep 27 03:56:24.124 INFO O| Sep 27 03:56:24.124 INFO STEP 23 (remove_files) COMPLETE
38852024-09-27T03:56:25.509Z[ recovery-image] Sep 27 03:56:24.124 INFO O| Sep 27 03:56:24.124 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-09-27T03:56:25.528Z[ recovery-image] Sep 27 03:56:24.143 INFO O| Sep 27 03:56:24.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
38872024-09-27T03:56:25.528Z[ recovery-image] Sep 27 03:56:24.143 INFO O| Sep 27 03:56:24.143 INFO STEP 24 (remove_files) COMPLETE
38882024-09-27T03:56:25.528Z[ recovery-image] Sep 27 03:56:24.143 INFO O| Sep 27 03:56:24.143 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-09-27T03:56:25.564Z[ recovery-image] Sep 27 03:56:24.179 INFO O| Sep 27 03:56:24.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
38902024-09-27T03:56:25.566Z[ recovery-image] Sep 27 03:56:24.179 INFO O| Sep 27 03:56:24.179 INFO STEP 25 (remove_files) COMPLETE
38912024-09-27T03:56:25.566Z[ recovery-image] Sep 27 03:56:24.180 INFO O| Sep 27 03:56:24.180 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-09-27T03:56:25.569Z[ host-image] Sep 27 03:56:24.185 INFO O| Sep 27 03:56:24.185 INFO O| Done
38932024-09-27T03:56:25.584Z[ recovery-image] Sep 27 03:56:24.200 INFO O| Sep 27 03:56:24.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
38942024-09-27T03:56:25.587Z[ recovery-image] Sep 27 03:56:24.200 INFO O| Sep 27 03:56:24.200 INFO STEP 26 (remove_files) COMPLETE
38952024-09-27T03:56:25.587Z[ recovery-image] Sep 27 03:56:24.200 INFO O| Sep 27 03:56:24.200 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-09-27T03:56:25.603Z[ recovery-image] Sep 27 03:56:24.219 INFO O| Sep 27 03:56:24.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
38972024-09-27T03:56:25.606Z[ recovery-image] Sep 27 03:56:24.219 INFO O| Sep 27 03:56:24.219 INFO STEP 27 (remove_files) COMPLETE
38982024-09-27T03:56:25.606Z[ recovery-image] Sep 27 03:56:24.219 INFO O| Sep 27 03:56:24.219 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-09-27T03:56:25.637Z[ recovery-image] Sep 27 03:56:24.252 INFO O| Sep 27 03:56:24.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39002024-09-27T03:56:25.639Z[ recovery-image] Sep 27 03:56:24.252 INFO O| Sep 27 03:56:24.252 INFO STEP 28 (remove_files) COMPLETE
39012024-09-27T03:56:25.639Z[ recovery-image] Sep 27 03:56:24.253 INFO O| Sep 27 03:56:24.252 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-09-27T03:56:25.656Z[ recovery-image] Sep 27 03:56:24.272 INFO O| Sep 27 03:56:24.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39032024-09-27T03:56:25.659Z[ recovery-image] Sep 27 03:56:24.272 INFO O| Sep 27 03:56:24.272 INFO STEP 29 (remove_files) COMPLETE
39042024-09-27T03:56:25.659Z[ recovery-image] Sep 27 03:56:24.272 INFO O| Sep 27 03:56:24.272 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-09-27T03:56:25.675Z[ recovery-image] Sep 27 03:56:24.290 INFO O| Sep 27 03:56:24.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39062024-09-27T03:56:25.678Z[ recovery-image] Sep 27 03:56:24.291 INFO O| Sep 27 03:56:24.291 INFO STEP 30 (remove_files) COMPLETE
39072024-09-27T03:56:25.678Z[ recovery-image] Sep 27 03:56:24.291 INFO O| Sep 27 03:56:24.291 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-09-27T03:56:25.706Z[ recovery-image] Sep 27 03:56:24.321 INFO O| Sep 27 03:56:24.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39092024-09-27T03:56:25.706Z[ recovery-image] Sep 27 03:56:24.321 INFO O| Sep 27 03:56:24.321 INFO STEP 31 (remove_files) COMPLETE
39102024-09-27T03:56:25.708Z[ recovery-image] Sep 27 03:56:24.321 INFO O| Sep 27 03:56:24.321 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-09-27T03:56:25.725Z[ recovery-image] Sep 27 03:56:24.341 INFO O| Sep 27 03:56:24.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39122024-09-27T03:56:25.725Z[ recovery-image] Sep 27 03:56:24.341 INFO O| Sep 27 03:56:24.340 INFO STEP 32 (remove_files) COMPLETE
39132024-09-27T03:56:25.728Z[ recovery-image] Sep 27 03:56:24.341 INFO O| Sep 27 03:56:24.340 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-09-27T03:56:25.744Z[ recovery-image] Sep 27 03:56:24.359 INFO O| Sep 27 03:56:24.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39152024-09-27T03:56:25.746Z[ recovery-image] Sep 27 03:56:24.360 INFO O| Sep 27 03:56:24.359 INFO STEP 33 (remove_files) COMPLETE
39162024-09-27T03:56:25.746Z[ recovery-image] Sep 27 03:56:24.360 INFO O| Sep 27 03:56:24.360 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-09-27T03:56:25.764Z[ recovery-image] Sep 27 03:56:24.380 INFO O| Sep 27 03:56:24.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39182024-09-27T03:56:25.767Z[ recovery-image] Sep 27 03:56:24.380 INFO O| Sep 27 03:56:24.380 INFO STEP 34 (remove_files) COMPLETE
39192024-09-27T03:56:25.767Z[ recovery-image] Sep 27 03:56:24.380 INFO O| Sep 27 03:56:24.380 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-09-27T03:56:25.796Z[ recovery-image] Sep 27 03:56:24.411 INFO O| Sep 27 03:56:24.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39212024-09-27T03:56:25.796Z[ recovery-image] Sep 27 03:56:24.411 INFO O| Sep 27 03:56:24.411 INFO STEP 35 (remove_files) COMPLETE
39222024-09-27T03:56:25.796Z[ recovery-image] Sep 27 03:56:24.411 INFO O| Sep 27 03:56:24.411 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-09-27T03:56:25.897Z[ recovery-image] Sep 27 03:56:24.512 INFO O| Sep 27 03:56:24.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39242024-09-27T03:56:25.897Z[ recovery-image] Sep 27 03:56:24.513 INFO O| Sep 27 03:56:24.512 INFO STEP 36 (remove_files) COMPLETE
39252024-09-27T03:56:25.897Z[ recovery-image] Sep 27 03:56:24.513 INFO O| Sep 27 03:56:24.512 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-09-27T03:56:25.915Z[ recovery-image] Sep 27 03:56:24.531 INFO O| Sep 27 03:56:24.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39272024-09-27T03:56:25.915Z[ recovery-image] Sep 27 03:56:24.531 INFO O| Sep 27 03:56:24.531 INFO STEP 37 (remove_files) COMPLETE
39282024-09-27T03:56:25.915Z[ recovery-image] Sep 27 03:56:24.531 INFO O| Sep 27 03:56:24.531 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-09-27T03:56:25.935Z[ recovery-image] Sep 27 03:56:24.550 INFO O| Sep 27 03:56:24.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39302024-09-27T03:56:25.935Z[ recovery-image] Sep 27 03:56:24.550 INFO O| Sep 27 03:56:24.550 INFO STEP 38 (remove_files) COMPLETE
39312024-09-27T03:56:25.935Z[ recovery-image] Sep 27 03:56:24.550 INFO O| Sep 27 03:56:24.550 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-09-27T03:56:25.964Z[ recovery-image] Sep 27 03:56:24.579 INFO O| Sep 27 03:56:24.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39332024-09-27T03:56:25.964Z[ recovery-image] Sep 27 03:56:24.580 INFO O| Sep 27 03:56:24.579 INFO STEP 39 (remove_files) COMPLETE
39342024-09-27T03:56:25.967Z[ recovery-image] Sep 27 03:56:24.580 INFO O| Sep 27 03:56:24.579 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-09-27T03:56:25.983Z[ recovery-image] Sep 27 03:56:24.599 INFO O| Sep 27 03:56:24.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39362024-09-27T03:56:25.983Z[ recovery-image] Sep 27 03:56:24.599 INFO O| Sep 27 03:56:24.599 INFO STEP 40 (remove_files) COMPLETE
39372024-09-27T03:56:25.983Z[ recovery-image] Sep 27 03:56:24.599 INFO O| Sep 27 03:56:24.599 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-09-27T03:56:26.018Z[ recovery-image] Sep 27 03:56:24.633 INFO O| Sep 27 03:56:24.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39392024-09-27T03:56:26.018Z[ recovery-image] Sep 27 03:56:24.633 INFO O| Sep 27 03:56:24.633 INFO STEP 41 (remove_files) COMPLETE
39402024-09-27T03:56:26.018Z[ recovery-image] Sep 27 03:56:24.633 INFO O| Sep 27 03:56:24.633 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-09-27T03:56:26.068Z[ recovery-image] Sep 27 03:56:24.683 INFO O| Sep 27 03:56:24.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39422024-09-27T03:56:26.068Z[ recovery-image] Sep 27 03:56:24.684 INFO O| Sep 27 03:56:24.684 INFO STEP 42 (remove_files) COMPLETE
39432024-09-27T03:56:26.068Z[ recovery-image] Sep 27 03:56:24.684 INFO O| Sep 27 03:56:24.684 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-09-27T03:56:26.128Z[ recovery-image] Sep 27 03:56:24.744 INFO O| Sep 27 03:56:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39452024-09-27T03:56:26.128Z[ recovery-image] Sep 27 03:56:24.744 INFO O| Sep 27 03:56:24.744 INFO STEP 43 (remove_files) COMPLETE
39462024-09-27T03:56:26.129Z[ recovery-image] Sep 27 03:56:24.744 INFO O| Sep 27 03:56:24.744 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-09-27T03:56:26.149Z[ recovery-image] Sep 27 03:56:24.765 INFO O| Sep 27 03:56:24.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39482024-09-27T03:56:26.149Z[ recovery-image] Sep 27 03:56:24.765 INFO O| Sep 27 03:56:24.765 INFO STEP 44 (remove_files) COMPLETE
39492024-09-27T03:56:26.149Z[ recovery-image] Sep 27 03:56:24.765 INFO O| Sep 27 03:56:24.765 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-09-27T03:56:26.175Z[ recovery-image] Sep 27 03:56:24.790 INFO O| Sep 27 03:56:24.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39512024-09-27T03:56:26.175Z[ recovery-image] Sep 27 03:56:24.790 INFO O| Sep 27 03:56:24.790 INFO STEP 45 (remove_files) COMPLETE
39522024-09-27T03:56:26.175Z[ recovery-image] Sep 27 03:56:24.790 INFO O| Sep 27 03:56:24.790 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-09-27T03:56:26.213Z[ recovery-image] Sep 27 03:56:24.828 INFO O| Sep 27 03:56:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39542024-09-27T03:56:26.213Z[ recovery-image] Sep 27 03:56:24.828 INFO O| Sep 27 03:56:24.828 INFO STEP 46 (remove_files) COMPLETE
39552024-09-27T03:56:26.215Z[ recovery-image] Sep 27 03:56:24.828 INFO O| Sep 27 03:56:24.828 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-09-27T03:56:26.234Z[ recovery-image] Sep 27 03:56:24.849 INFO O| Sep 27 03:56:24.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39572024-09-27T03:56:26.234Z[ recovery-image] Sep 27 03:56:24.849 INFO O| Sep 27 03:56:24.849 INFO STEP 47 (remove_files) COMPLETE
39582024-09-27T03:56:26.236Z[ recovery-image] Sep 27 03:56:24.849 INFO O| Sep 27 03:56:24.849 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-09-27T03:56:26.254Z[ recovery-image] Sep 27 03:56:24.870 INFO O| Sep 27 03:56:24.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39602024-09-27T03:56:26.254Z[ recovery-image] Sep 27 03:56:24.870 INFO O| Sep 27 03:56:24.870 INFO STEP 48 (remove_files) COMPLETE
39612024-09-27T03:56:26.257Z[ recovery-image] Sep 27 03:56:24.870 INFO O| Sep 27 03:56:24.870 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-09-27T03:56:26.274Z[ recovery-image] Sep 27 03:56:24.890 INFO O| Sep 27 03:56:24.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39632024-09-27T03:56:26.274Z[ recovery-image] Sep 27 03:56:24.890 INFO O| Sep 27 03:56:24.890 INFO STEP 49 (remove_files) COMPLETE
39642024-09-27T03:56:26.276Z[ recovery-image] Sep 27 03:56:24.890 INFO O| Sep 27 03:56:24.890 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-09-27T03:56:26.295Z[ recovery-image] Sep 27 03:56:24.911 INFO O| Sep 27 03:56:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39662024-09-27T03:56:26.295Z[ recovery-image] Sep 27 03:56:24.911 INFO O| Sep 27 03:56:24.911 INFO STEP 50 (remove_files) COMPLETE
39672024-09-27T03:56:26.295Z[ recovery-image] Sep 27 03:56:24.911 INFO O| Sep 27 03:56:24.911 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-09-27T03:56:26.329Z[ recovery-image] Sep 27 03:56:24.944 INFO O| Sep 27 03:56:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
39692024-09-27T03:56:26.331Z[ recovery-image] Sep 27 03:56:24.944 INFO O| Sep 27 03:56:24.944 INFO STEP 51 (remove_files) COMPLETE
39702024-09-27T03:56:26.331Z[ recovery-image] Sep 27 03:56:24.944 INFO O| Sep 27 03:56:24.944 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-09-27T03:56:26.357Z[ recovery-image] Sep 27 03:56:24.972 INFO O| Sep 27 03:56:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
39722024-09-27T03:56:26.359Z[ recovery-image] Sep 27 03:56:24.972 INFO O| Sep 27 03:56:24.972 INFO STEP 52 (remove_files) COMPLETE
39732024-09-27T03:56:26.359Z[ recovery-image] Sep 27 03:56:24.973 INFO O| Sep 27 03:56:24.972 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-09-27T03:56:26.376Z[ recovery-image] Sep 27 03:56:24.992 INFO O| Sep 27 03:56:24.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
39752024-09-27T03:56:26.379Z[ recovery-image] Sep 27 03:56:24.992 INFO O| Sep 27 03:56:24.992 INFO STEP 53 (remove_files) COMPLETE
39762024-09-27T03:56:26.379Z[ recovery-image] Sep 27 03:56:24.992 INFO O| Sep 27 03:56:24.992 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-09-27T03:56:26.395Z[ recovery-image] Sep 27 03:56:25.010 INFO O| Sep 27 03:56:25.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
39782024-09-27T03:56:26.397Z[ recovery-image] Sep 27 03:56:25.010 INFO O| Sep 27 03:56:25.010 INFO STEP 54 (remove_files) COMPLETE
39792024-09-27T03:56:26.397Z[ recovery-image] Sep 27 03:56:25.011 INFO O| Sep 27 03:56:25.010 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-09-27T03:56:26.417Z[ recovery-image] Sep 27 03:56:25.032 INFO O| Sep 27 03:56:25.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
39812024-09-27T03:56:26.417Z[ recovery-image] Sep 27 03:56:25.032 INFO O| Sep 27 03:56:25.032 INFO STEP 55 (remove_files) COMPLETE
39822024-09-27T03:56:26.419Z[ recovery-image] Sep 27 03:56:25.032 INFO O| Sep 27 03:56:25.032 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-09-27T03:56:26.504Z[ recovery-image] Sep 27 03:56:25.120 INFO O| Sep 27 03:56:25.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
39842024-09-27T03:56:26.504Z[ recovery-image] Sep 27 03:56:25.120 INFO O| Sep 27 03:56:25.120 INFO STEP 56 (remove_files) COMPLETE
39852024-09-27T03:56:26.504Z[ recovery-image] Sep 27 03:56:25.120 INFO O| Sep 27 03:56:25.120 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-09-27T03:56:26.522Z[ recovery-image] Sep 27 03:56:25.137 INFO O| Sep 27 03:56:25.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
39872024-09-27T03:56:26.522Z[ recovery-image] Sep 27 03:56:25.137 INFO O| Sep 27 03:56:25.137 INFO STEP 57 (remove_files) COMPLETE
39882024-09-27T03:56:26.522Z[ recovery-image] Sep 27 03:56:25.137 INFO O| Sep 27 03:56:25.137 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-09-27T03:56:26.556Z[ recovery-image] Sep 27 03:56:25.171 INFO O| Sep 27 03:56:25.171 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
39902024-09-27T03:56:26.556Z[ recovery-image] Sep 27 03:56:25.171 INFO O| Sep 27 03:56:25.171 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
39912024-09-27T03:56:26.559Z[ recovery-image] Sep 27 03:56:25.172 INFO O| Sep 27 03:56:25.172 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39922024-09-27T03:56:26.559Z[ recovery-image] Sep 27 03:56:25.172 INFO O| Sep 27 03:56:25.172 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39932024-09-27T03:56:26.559Z[ recovery-image] Sep 27 03:56:25.172 INFO O| Sep 27 03:56:25.172 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39942024-09-27T03:56:26.560Z[ recovery-image] Sep 27 03:56:25.172 INFO O| Sep 27 03:56:25.172 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
39952024-09-27T03:56:26.560Z[ recovery-image] Sep 27 03:56:25.172 INFO O| Sep 27 03:56:25.172 INFO ok!
39962024-09-27T03:56:26.560Z[ recovery-image] Sep 27 03:56:25.172 INFO O| Sep 27 03:56:25.172 INFO STEP 58 (ensure_file) COMPLETE
39972024-09-27T03:56:26.560Z[ recovery-image] Sep 27 03:56:25.172 INFO O| Sep 27 03:56:25.172 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-09-27T03:56:26.621Z[ recovery-image] Sep 27 03:56:25.236 INFO O| Sep 27 03:56:25.236 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
39992024-09-27T03:56:26.622Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.236 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40002024-09-27T03:56:26.625Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.237 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40012024-09-27T03:56:26.625Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.237 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40022024-09-27T03:56:26.625Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40032024-09-27T03:56:26.625Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.237 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40042024-09-27T03:56:26.625Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.237 INFO ok!
40052024-09-27T03:56:26.625Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.237 INFO STEP 59 (ensure_file) COMPLETE
40062024-09-27T03:56:26.625Z[ recovery-image] Sep 27 03:56:25.237 INFO O| Sep 27 03:56:25.237 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-09-27T03:56:26.643Z[ recovery-image] Sep 27 03:56:25.258 INFO O| Sep 27 03:56:25.258 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40082024-09-27T03:56:26.643Z[ recovery-image] Sep 27 03:56:25.258 INFO O| Sep 27 03:56:25.258 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40092024-09-27T03:56:26.645Z[ recovery-image] Sep 27 03:56:25.259 INFO O| Sep 27 03:56:25.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40102024-09-27T03:56:26.645Z[ recovery-image] Sep 27 03:56:25.259 INFO O| Sep 27 03:56:25.259 INFO ok!
40112024-09-27T03:56:26.645Z[ recovery-image] Sep 27 03:56:25.259 INFO O| Sep 27 03:56:25.259 INFO STEP 60 (ensure_file) COMPLETE
40122024-09-27T03:56:26.645Z[ recovery-image] Sep 27 03:56:25.259 INFO O| Sep 27 03:56:25.259 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-09-27T03:56:26.666Z[ recovery-image] Sep 27 03:56:25.281 INFO O| Sep 27 03:56:25.281 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40142024-09-27T03:56:26.666Z[ recovery-image] Sep 27 03:56:25.281 INFO O| Sep 27 03:56:25.281 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40152024-09-27T03:56:26.674Z[ recovery-image] Sep 27 03:56:25.282 INFO O| Sep 27 03:56:25.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40162024-09-27T03:56:26.674Z[ recovery-image] Sep 27 03:56:25.282 INFO O| Sep 27 03:56:25.282 INFO ok!
40172024-09-27T03:56:26.674Z[ recovery-image] Sep 27 03:56:25.282 INFO O| Sep 27 03:56:25.282 INFO STEP 61 (ensure_file) COMPLETE
40182024-09-27T03:56:26.674Z[ recovery-image] Sep 27 03:56:25.282 INFO O| Sep 27 03:56:25.282 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-09-27T03:56:26.688Z[ recovery-image] Sep 27 03:56:25.303 INFO O| Sep 27 03:56:25.302 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40202024-09-27T03:56:26.688Z[ recovery-image] Sep 27 03:56:25.303 INFO O| Sep 27 03:56:25.303 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40212024-09-27T03:56:26.690Z[ recovery-image] Sep 27 03:56:25.303 INFO O| Sep 27 03:56:25.303 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40222024-09-27T03:56:26.690Z[ recovery-image] Sep 27 03:56:25.303 INFO O| Sep 27 03:56:25.303 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40232024-09-27T03:56:26.690Z[ recovery-image] Sep 27 03:56:25.303 INFO O| Sep 27 03:56:25.303 INFO ok!
40242024-09-27T03:56:26.690Z[ recovery-image] Sep 27 03:56:25.303 INFO O| Sep 27 03:56:25.303 INFO STEP 62 (ensure_file) COMPLETE
40252024-09-27T03:56:26.690Z[ recovery-image] Sep 27 03:56:25.303 INFO O| Sep 27 03:56:25.303 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-09-27T03:56:26.719Z[ recovery-image] Sep 27 03:56:25.333 INFO O| Sep 27 03:56:25.333 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40272024-09-27T03:56:26.719Z[ recovery-image] Sep 27 03:56:25.334 INFO O| Sep 27 03:56:25.333 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40282024-09-27T03:56:26.722Z[ recovery-image] Sep 27 03:56:25.334 INFO O| Sep 27 03:56:25.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40292024-09-27T03:56:26.722Z[ recovery-image] Sep 27 03:56:25.334 INFO O| Sep 27 03:56:25.334 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40302024-09-27T03:56:26.722Z[ recovery-image] Sep 27 03:56:25.334 INFO O| Sep 27 03:56:25.334 INFO ok!
40312024-09-27T03:56:26.722Z[ recovery-image] Sep 27 03:56:25.335 INFO O| Sep 27 03:56:25.334 INFO STEP 63 (ensure_file) COMPLETE
40322024-09-27T03:56:26.722Z[ recovery-image] Sep 27 03:56:25.335 INFO O| Sep 27 03:56:25.334 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-09-27T03:56:26.761Z[ recovery-image] Sep 27 03:56:25.377 INFO O| Sep 27 03:56:25.377 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40342024-09-27T03:56:26.761Z[ recovery-image] Sep 27 03:56:25.377 INFO O| Sep 27 03:56:25.377 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40352024-09-27T03:56:26.761Z[ recovery-image] Sep 27 03:56:25.377 INFO O| Sep 27 03:56:25.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40362024-09-27T03:56:26.764Z[ recovery-image] Sep 27 03:56:25.377 INFO O| Sep 27 03:56:25.377 INFO ok!
40372024-09-27T03:56:26.764Z[ recovery-image] Sep 27 03:56:25.377 INFO O| Sep 27 03:56:25.377 INFO STEP 64 (assemble_files) COMPLETE
40382024-09-27T03:56:26.764Z[ recovery-image] Sep 27 03:56:25.377 INFO O| Sep 27 03:56:25.377 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-09-27T03:56:26.796Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40402024-09-27T03:56:26.796Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40412024-09-27T03:56:26.796Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40422024-09-27T03:56:26.796Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40432024-09-27T03:56:26.796Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO ok!
40442024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO STEP 65 (ensure_file) COMPLETE
40452024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO skip step because feature "omicron1" is not enabled
40472024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO skip step because feature "omicron1" is not enabled
40492024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO skip step because feature "omicron1" is not enabled
40512024-09-27T03:56:26.800Z[ recovery-image] Sep 27 03:56:25.411 INFO O| Sep 27 03:56:25.411 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-09-27T03:56:26.828Z[ recovery-image] Sep 27 03:56:25.443 INFO O| Sep 27 03:56:25.443 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40532024-09-27T03:56:26.828Z[ recovery-image] Sep 27 03:56:25.443 INFO O| Sep 27 03:56:25.443 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40542024-09-27T03:56:28.152Z[ host-image] Sep 27 03:56:26.766 INFO O| Sep 27 03:56:26.766 INFO O| Done
40552024-09-27T03:56:28.193Z[ host-image] Sep 27 03:56:26.808 INFO O| Sep 27 03:56:26.808 INFO O| Done
40562024-09-27T03:56:28.195Z[ host-image] Sep 27 03:56:26.808 INFO O| Sep 27 03:56:26.808 INFO O| Done
40572024-09-27T03:56:28.220Z[ host-image] Sep 27 03:56:26.835 INFO O| Sep 27 03:56:26.835 INFO O| Done
40582024-09-27T03:56:28.408Z[ host-image] Sep 27 03:56:27.023 INFO O| Sep 27 03:56:27.023 INFO STEP 12 (pkg_install) COMPLETE
40592024-09-27T03:56:28.408Z[ host-image] Sep 27 03:56:27.023 INFO O| Sep 27 03:56:27.023 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40602024-09-27T03:56:28.427Z[ host-image] Sep 27 03:56:27.042 INFO O| Sep 27 03:56:27.042 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40612024-09-27T03:56:29.777Z[ host-image] Sep 27 03:56:28.392 INFO O| Sep 27 03:56:28.391 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40622024-09-27T03:56:29.965Z[ recovery-image] Sep 27 03:56:28.580 INFO O| Sep 27 03:56:28.580 INFO STEP 69 (pack_tar) COMPLETE
40632024-09-27T03:56:29.965Z[ recovery-image] Sep 27 03:56:28.580 INFO O| Sep 27 03:56:28.580 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40642024-09-27T03:56:29.968Z[ recovery-image] Sep 27 03:56:28.580 INFO O| Sep 27 03:56:28.580 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40652024-09-27T03:56:30.171Z[ recovery-image] Sep 27 03:56:28.785 INFO O| Sep 27 03:56:28.785 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40662024-09-27T03:56:30.286Z[ recovery-image] Sep 27 03:56:28.900 INFO O| Sep 27 03:56:28.900 INFO completed processing gimlet/ramdisk-02-trim
40672024-09-27T03:56:30.290Z[ recovery-image] Sep 27 03:56:28.904 INFO image builder template: ramdisk-03-recovery-trim...
40682024-09-27T03:56:30.290Z[ recovery-image] Sep 27 03:56:28.904 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTG9Zdy/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
40692024-09-27T03:56:30.537Z[ recovery-image] Sep 27 03:56:29.150 INFO O| Sep 27 03:56:29.150 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40702024-09-27T03:56:30.574Z[ recovery-image] Sep 27 03:56:29.188 INFO O| Sep 27 03:56:29.188 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40712024-09-27T03:56:30.693Z[ recovery-image] Sep 27 03:56:29.307 INFO O| Sep 27 03:56:29.307 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
40722024-09-27T03:56:30.803Z[ recovery-image] Sep 27 03:56:29.417 INFO O| Sep 27 03:56:29.417 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
40732024-09-27T03:56:30.805Z[ recovery-image] Sep 27 03:56:29.418 INFO O| Sep 27 03:56:29.418 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40742024-09-27T03:56:30.822Z[ recovery-image] Sep 27 03:56:29.436 INFO O| Sep 27 03:56:29.436 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
40752024-09-27T03:56:30.831Z[ recovery-image] Sep 27 03:56:29.446 INFO O| Sep 27 03:56:29.445 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40762024-09-27T03:56:30.842Z[ recovery-image] Sep 27 03:56:29.456 INFO O| Sep 27 03:56:29.456 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40772024-09-27T03:56:31.285Z[ recovery-image] Sep 27 03:56:29.899 INFO O| Sep 27 03:56:29.899 INFO rolled back to input snapshot; work may begin
40782024-09-27T03:56:31.285Z[ recovery-image] Sep 27 03:56:29.899 INFO O| Sep 27 03:56:29.899 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40792024-09-27T03:56:31.313Z[ recovery-image] Sep 27 03:56:29.927 INFO O| Sep 27 03:56:29.927 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40802024-09-27T03:56:31.344Z[ recovery-image] Sep 27 03:56:29.958 INFO O| Sep 27 03:56:29.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
40812024-09-27T03:56:31.430Z[ recovery-image] Sep 27 03:56:30.044 INFO O| Sep 27 03:56:30.044 INFO STEP 0 (remove_files) COMPLETE
40822024-09-27T03:56:31.430Z[ recovery-image] Sep 27 03:56:30.044 INFO O| Sep 27 03:56:30.044 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-09-27T03:56:31.452Z[ recovery-image] Sep 27 03:56:30.066 INFO O| Sep 27 03:56:30.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
40842024-09-27T03:56:31.559Z[ recovery-image] Sep 27 03:56:30.173 INFO O| Sep 27 03:56:30.173 INFO STEP 1 (remove_files) COMPLETE
40852024-09-27T03:56:31.559Z[ recovery-image] Sep 27 03:56:30.174 INFO O| Sep 27 03:56:30.173 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-09-27T03:56:31.585Z[ recovery-image] Sep 27 03:56:30.199 INFO O| Sep 27 03:56:30.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
40872024-09-27T03:56:31.588Z[ recovery-image] Sep 27 03:56:30.201 INFO O| Sep 27 03:56:30.201 INFO STEP 2 (remove_files) COMPLETE
40882024-09-27T03:56:31.588Z[ recovery-image] Sep 27 03:56:30.201 INFO O| Sep 27 03:56:30.201 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-09-27T03:56:31.626Z[ recovery-image] Sep 27 03:56:30.240 INFO O| Sep 27 03:56:30.240 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
40902024-09-27T03:56:31.732Z[ recovery-image] Sep 27 03:56:30.345 INFO O| Sep 27 03:56:30.345 INFO STEP 3 (remove_files) COMPLETE
40912024-09-27T03:56:31.732Z[ recovery-image] Sep 27 03:56:30.345 INFO O| Sep 27 03:56:30.345 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-09-27T03:56:31.869Z[ recovery-image] Sep 27 03:56:30.483 INFO O| Sep 27 03:56:30.483 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
40932024-09-27T03:56:32.083Z[ recovery-image] Sep 27 03:56:30.697 INFO O| Sep 27 03:56:30.697 INFO STEP 4 (remove_files) COMPLETE
40942024-09-27T03:56:32.083Z[ recovery-image] Sep 27 03:56:30.698 INFO O| Sep 27 03:56:30.697 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-09-27T03:56:32.107Z[ recovery-image] Sep 27 03:56:30.721 INFO O| Sep 27 03:56:30.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
40962024-09-27T03:56:32.179Z[ recovery-image] Sep 27 03:56:30.794 INFO O| Sep 27 03:56:30.793 INFO STEP 5 (remove_files) COMPLETE
40972024-09-27T03:56:32.179Z[ recovery-image] Sep 27 03:56:30.794 INFO O| Sep 27 03:56:30.794 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-09-27T03:56:32.201Z[ recovery-image] Sep 27 03:56:30.816 INFO O| Sep 27 03:56:30.815 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
40992024-09-27T03:56:32.235Z[ recovery-image] Sep 27 03:56:30.848 INFO O| Sep 27 03:56:30.848 INFO STEP 6 (remove_files) COMPLETE
41002024-09-27T03:56:32.235Z[ recovery-image] Sep 27 03:56:30.849 INFO O| Sep 27 03:56:30.849 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-09-27T03:56:32.270Z[ recovery-image] Sep 27 03:56:30.884 INFO O| Sep 27 03:56:30.884 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41022024-09-27T03:56:32.295Z[ recovery-image] Sep 27 03:56:30.909 INFO O| Sep 27 03:56:30.909 INFO STEP 7 (remove_files) COMPLETE
41032024-09-27T03:56:32.295Z[ recovery-image] Sep 27 03:56:30.909 INFO O| Sep 27 03:56:30.909 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-09-27T03:56:32.314Z[ recovery-image] Sep 27 03:56:30.929 INFO O| Sep 27 03:56:30.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41052024-09-27T03:56:32.340Z[ recovery-image] Sep 27 03:56:30.954 INFO O| Sep 27 03:56:30.954 INFO STEP 8 (remove_files) COMPLETE
41062024-09-27T03:56:32.340Z[ recovery-image] Sep 27 03:56:30.954 INFO O| Sep 27 03:56:30.954 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-09-27T03:56:32.370Z[ recovery-image] Sep 27 03:56:30.984 INFO O| Sep 27 03:56:30.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41082024-09-27T03:56:32.373Z[ recovery-image] Sep 27 03:56:30.985 INFO O| Sep 27 03:56:30.985 INFO STEP 9 (remove_files) COMPLETE
41092024-09-27T03:56:32.373Z[ recovery-image] Sep 27 03:56:30.985 INFO O| Sep 27 03:56:30.985 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-09-27T03:56:32.392Z[ recovery-image] Sep 27 03:56:31.006 INFO O| Sep 27 03:56:31.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41112024-09-27T03:56:32.395Z[ recovery-image] Sep 27 03:56:31.007 INFO O| Sep 27 03:56:31.007 INFO STEP 10 (remove_files) COMPLETE
41122024-09-27T03:56:32.395Z[ recovery-image] Sep 27 03:56:31.007 INFO O| Sep 27 03:56:31.007 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-09-27T03:56:32.412Z[ recovery-image] Sep 27 03:56:31.026 INFO O| Sep 27 03:56:31.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41142024-09-27T03:56:32.600Z[ recovery-image] Sep 27 03:56:31.214 INFO O| Sep 27 03:56:31.213 INFO STEP 11 (remove_files) COMPLETE
41152024-09-27T03:56:32.600Z[ recovery-image] Sep 27 03:56:31.214 INFO O| Sep 27 03:56:31.214 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-09-27T03:56:32.639Z[ recovery-image] Sep 27 03:56:31.252 INFO O| Sep 27 03:56:31.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41172024-09-27T03:56:32.646Z[ recovery-image] Sep 27 03:56:31.261 INFO O| Sep 27 03:56:31.260 INFO STEP 12 (remove_files) COMPLETE
41182024-09-27T03:56:32.646Z[ recovery-image] Sep 27 03:56:31.261 INFO O| Sep 27 03:56:31.260 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-09-27T03:56:32.723Z[ recovery-image] Sep 27 03:56:31.337 INFO O| Sep 27 03:56:31.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41202024-09-27T03:56:32.757Z[ recovery-image] Sep 27 03:56:31.370 INFO O| Sep 27 03:56:31.370 INFO STEP 13 (remove_files) COMPLETE
41212024-09-27T03:56:32.757Z[ recovery-image] Sep 27 03:56:31.370 INFO O| Sep 27 03:56:31.370 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-09-27T03:56:32.818Z[ recovery-image] Sep 27 03:56:31.432 INFO O| Sep 27 03:56:31.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41232024-09-27T03:56:32.820Z[ recovery-image] Sep 27 03:56:31.432 INFO O| Sep 27 03:56:31.432 INFO STEP 14 (remove_files) COMPLETE
41242024-09-27T03:56:32.820Z[ recovery-image] Sep 27 03:56:31.432 INFO O| Sep 27 03:56:31.432 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-09-27T03:56:32.878Z[ recovery-image] Sep 27 03:56:31.491 INFO O| Sep 27 03:56:31.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41262024-09-27T03:56:32.881Z[ recovery-image] Sep 27 03:56:31.492 INFO O| Sep 27 03:56:31.492 INFO STEP 15 (remove_files) COMPLETE
41272024-09-27T03:56:32.881Z[ recovery-image] Sep 27 03:56:31.492 INFO O| Sep 27 03:56:31.492 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-09-27T03:56:32.915Z[ recovery-image] Sep 27 03:56:31.529 INFO O| Sep 27 03:56:31.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41292024-09-27T03:56:32.923Z[ host-image] Sep 27 03:56:31.538 INFO O| Sep 27 03:56:31.537 INFO O| Planning: Solver setup ... Done
41302024-09-27T03:56:32.931Z[ host-image] Sep 27 03:56:31.545 INFO O| Sep 27 03:56:31.545 INFO O| Planning: Running solver ... Done
41312024-09-27T03:56:32.998Z[ host-image] Sep 27 03:56:31.611 INFO O| Sep 27 03:56:31.611 INFO O| Planning: Finding local manifests ... Done
41322024-09-27T03:56:33.001Z[ host-image] Sep 27 03:56:31.614 INFO O| Sep 27 03:56:31.614 INFO O| Planning: Fetching manifests: 0/6 0% complete
41332024-09-27T03:56:33.030Z[ recovery-image] Sep 27 03:56:31.643 INFO O| Sep 27 03:56:31.643 INFO STEP 16 (remove_files) COMPLETE
41342024-09-27T03:56:33.030Z[ recovery-image] Sep 27 03:56:31.643 INFO O| Sep 27 03:56:31.643 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-09-27T03:56:33.125Z[ recovery-image] Sep 27 03:56:31.739 INFO O| Sep 27 03:56:31.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41362024-09-27T03:56:33.125Z[ recovery-image] Sep 27 03:56:31.739 INFO O| Sep 27 03:56:31.739 INFO STEP 17 (remove_files) COMPLETE
41372024-09-27T03:56:33.125Z[ recovery-image] Sep 27 03:56:31.739 INFO O| Sep 27 03:56:31.739 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-09-27T03:56:33.185Z[ recovery-image] Sep 27 03:56:31.799 INFO O| Sep 27 03:56:31.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41392024-09-27T03:56:33.189Z[ recovery-image] Sep 27 03:56:31.803 INFO O| Sep 27 03:56:31.803 INFO STEP 18 (remove_files) COMPLETE
41402024-09-27T03:56:33.191Z[ recovery-image] Sep 27 03:56:31.803 INFO O| Sep 27 03:56:31.803 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-09-27T03:56:33.253Z[ recovery-image] Sep 27 03:56:31.867 INFO O| Sep 27 03:56:31.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41422024-09-27T03:56:33.376Z[ host-image] Sep 27 03:56:31.990 INFO O| Sep 27 03:56:31.989 INFO O| Planning: Fetching manifests: 6/6 100% complete
41432024-09-27T03:56:33.452Z[ host-image] Sep 27 03:56:32.066 INFO O| Sep 27 03:56:32.066 INFO O| Planning: Package planning ... Done
41442024-09-27T03:56:33.456Z[ recovery-image] Sep 27 03:56:32.070 INFO O| Sep 27 03:56:32.070 INFO STEP 19 (remove_files) COMPLETE
41452024-09-27T03:56:33.456Z[ recovery-image] Sep 27 03:56:32.070 INFO O| Sep 27 03:56:32.070 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-09-27T03:56:33.493Z[ host-image] Sep 27 03:56:32.107 INFO O| Sep 27 03:56:32.106 INFO O| Planning: Merging actions ... Done
41472024-09-27T03:56:33.507Z[ recovery-image] Sep 27 03:56:32.121 INFO O| Sep 27 03:56:32.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41482024-09-27T03:56:33.510Z[ recovery-image] Sep 27 03:56:32.123 INFO O| Sep 27 03:56:32.122 INFO STEP 20 (remove_files) COMPLETE
41492024-09-27T03:56:33.510Z[ recovery-image] Sep 27 03:56:32.123 INFO O| Sep 27 03:56:32.123 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-09-27T03:56:33.530Z[ recovery-image] Sep 27 03:56:32.144 INFO O| Sep 27 03:56:32.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41512024-09-27T03:56:33.532Z[ recovery-image] Sep 27 03:56:32.144 INFO O| Sep 27 03:56:32.144 INFO STEP 21 (remove_files) COMPLETE
41522024-09-27T03:56:33.532Z[ recovery-image] Sep 27 03:56:32.145 INFO O| Sep 27 03:56:32.144 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-09-27T03:56:33.551Z[ recovery-image] Sep 27 03:56:32.165 INFO O| Sep 27 03:56:32.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41542024-09-27T03:56:33.554Z[ recovery-image] Sep 27 03:56:32.166 INFO O| Sep 27 03:56:32.166 INFO STEP 22 (remove_files) COMPLETE
41552024-09-27T03:56:33.554Z[ recovery-image] Sep 27 03:56:32.166 INFO O| Sep 27 03:56:32.166 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-09-27T03:56:33.610Z[ recovery-image] Sep 27 03:56:32.224 INFO O| Sep 27 03:56:32.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41572024-09-27T03:56:33.610Z[ recovery-image] Sep 27 03:56:32.224 INFO O| Sep 27 03:56:32.224 INFO STEP 23 (remove_files) COMPLETE
41582024-09-27T03:56:33.610Z[ recovery-image] Sep 27 03:56:32.224 INFO O| Sep 27 03:56:32.224 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-09-27T03:56:33.658Z[ recovery-image] Sep 27 03:56:32.272 INFO O| Sep 27 03:56:32.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41602024-09-27T03:56:33.661Z[ host-image] Sep 27 03:56:32.273 INFO O| Sep 27 03:56:32.273 INFO O| Planning: Checking for conflicting actions ... Done
41612024-09-27T03:56:33.667Z[ host-image] Sep 27 03:56:32.281 INFO O| Sep 27 03:56:32.281 INFO O| Planning: Consolidating action changes ... Done
41622024-09-27T03:56:33.682Z[ recovery-image] Sep 27 03:56:32.296 INFO O| Sep 27 03:56:32.296 INFO STEP 24 (remove_files) COMPLETE
41632024-09-27T03:56:33.682Z[ recovery-image] Sep 27 03:56:32.296 INFO O| Sep 27 03:56:32.296 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-09-27T03:56:33.706Z[ recovery-image] Sep 27 03:56:32.320 INFO O| Sep 27 03:56:32.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41652024-09-27T03:56:33.706Z[ recovery-image] Sep 27 03:56:32.320 INFO O| Sep 27 03:56:32.320 INFO STEP 25 (remove_files) COMPLETE
41662024-09-27T03:56:33.709Z[ recovery-image] Sep 27 03:56:32.320 INFO O| Sep 27 03:56:32.320 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-09-27T03:56:33.751Z[ recovery-image] Sep 27 03:56:32.365 INFO O| Sep 27 03:56:32.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41682024-09-27T03:56:33.751Z[ recovery-image] Sep 27 03:56:32.365 INFO O| Sep 27 03:56:32.365 INFO STEP 26 (remove_files) COMPLETE
41692024-09-27T03:56:33.754Z[ recovery-image] Sep 27 03:56:32.365 INFO O| Sep 27 03:56:32.365 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-09-27T03:56:33.771Z[ recovery-image] Sep 27 03:56:32.385 INFO O| Sep 27 03:56:32.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41712024-09-27T03:56:33.791Z[ recovery-image] Sep 27 03:56:32.405 INFO O| Sep 27 03:56:32.405 INFO STEP 27 (remove_files) COMPLETE
41722024-09-27T03:56:33.791Z[ recovery-image] Sep 27 03:56:32.405 INFO O| Sep 27 03:56:32.405 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-09-27T03:56:33.823Z[ recovery-image] Sep 27 03:56:32.437 INFO O| Sep 27 03:56:32.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41742024-09-27T03:56:33.826Z[ recovery-image] Sep 27 03:56:32.437 INFO O| Sep 27 03:56:32.437 INFO STEP 28 (remove_files) COMPLETE
41752024-09-27T03:56:33.826Z[ recovery-image] Sep 27 03:56:32.437 INFO O| Sep 27 03:56:32.437 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-09-27T03:56:33.842Z[ recovery-image] Sep 27 03:56:32.456 INFO O| Sep 27 03:56:32.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
41772024-09-27T03:56:33.866Z[ recovery-image] Sep 27 03:56:32.480 INFO O| Sep 27 03:56:32.457 INFO STEP 29 (remove_files) COMPLETE
41782024-09-27T03:56:33.866Z[ recovery-image] Sep 27 03:56:32.480 INFO O| Sep 27 03:56:32.480 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-09-27T03:56:33.891Z[ recovery-image] Sep 27 03:56:32.505 INFO O| Sep 27 03:56:32.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
41802024-09-27T03:56:33.891Z[ recovery-image] Sep 27 03:56:32.505 INFO O| Sep 27 03:56:32.505 INFO STEP 30 (remove_files) COMPLETE
41812024-09-27T03:56:33.894Z[ recovery-image] Sep 27 03:56:32.505 INFO O| Sep 27 03:56:32.505 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-09-27T03:56:33.929Z[ recovery-image] Sep 27 03:56:32.543 INFO O| Sep 27 03:56:32.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
41832024-09-27T03:56:33.932Z[ recovery-image] Sep 27 03:56:32.544 INFO O| Sep 27 03:56:32.543 INFO STEP 31 (remove_files) COMPLETE
41842024-09-27T03:56:33.932Z[ recovery-image] Sep 27 03:56:32.544 INFO O| Sep 27 03:56:32.544 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-09-27T03:56:34.091Z[ recovery-image] Sep 27 03:56:32.705 INFO O| Sep 27 03:56:32.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
41862024-09-27T03:56:34.111Z[ recovery-image] Sep 27 03:56:32.725 INFO O| Sep 27 03:56:32.725 INFO STEP 32 (remove_files) COMPLETE
41872024-09-27T03:56:34.111Z[ recovery-image] Sep 27 03:56:32.725 INFO O| Sep 27 03:56:32.725 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-09-27T03:56:34.142Z[ recovery-image] Sep 27 03:56:32.756 INFO O| Sep 27 03:56:32.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
41892024-09-27T03:56:34.142Z[ recovery-image] Sep 27 03:56:32.756 INFO O| Sep 27 03:56:32.756 INFO STEP 33 (remove_files) COMPLETE
41902024-09-27T03:56:34.142Z[ recovery-image] Sep 27 03:56:32.756 INFO O| Sep 27 03:56:32.756 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-09-27T03:56:34.163Z[ recovery-image] Sep 27 03:56:32.777 INFO O| Sep 27 03:56:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
41922024-09-27T03:56:34.186Z[ recovery-image] Sep 27 03:56:32.800 INFO O| Sep 27 03:56:32.800 INFO STEP 34 (remove_files) COMPLETE
41932024-09-27T03:56:34.186Z[ recovery-image] Sep 27 03:56:32.800 INFO O| Sep 27 03:56:32.800 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-09-27T03:56:34.220Z[ recovery-image] Sep 27 03:56:32.833 INFO O| Sep 27 03:56:32.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
41952024-09-27T03:56:34.220Z[ recovery-image] Sep 27 03:56:32.833 INFO O| Sep 27 03:56:32.833 INFO STEP 35 (remove_files) COMPLETE
41962024-09-27T03:56:34.223Z[ recovery-image] Sep 27 03:56:32.833 INFO O| Sep 27 03:56:32.833 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-09-27T03:56:34.241Z[ recovery-image] Sep 27 03:56:32.855 INFO O| Sep 27 03:56:32.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
41982024-09-27T03:56:34.254Z[ host-image] Sep 27 03:56:32.868 INFO O| Sep 27 03:56:32.868 INFO O| Planning: Evaluating mediators ... Done
41992024-09-27T03:56:34.261Z[ host-image] Sep 27 03:56:32.875 INFO O| Sep 27 03:56:32.875 INFO O| Planning: Planning completed in 4.48 seconds
42002024-09-27T03:56:34.264Z[ recovery-image] Sep 27 03:56:32.876 INFO O| Sep 27 03:56:32.876 INFO STEP 36 (remove_files) COMPLETE
42012024-09-27T03:56:34.264Z[ recovery-image] Sep 27 03:56:32.876 INFO O| Sep 27 03:56:32.876 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-09-27T03:56:34.266Z[ host-image] Sep 27 03:56:32.878 INFO O| Sep 27 03:56:32.878 INFO O| Packages to install: 6
42032024-09-27T03:56:34.267Z[ host-image] Sep 27 03:56:32.878 INFO O| Sep 27 03:56:32.878 INFO O| Mediators to change: 1
42042024-09-27T03:56:34.267Z[ host-image] Sep 27 03:56:32.879 INFO O| Sep 27 03:56:32.879 INFO O| Services to change: 1
42052024-09-27T03:56:34.301Z[ host-image] Sep 27 03:56:32.914 INFO O| Sep 27 03:56:32.914 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
42062024-09-27T03:56:34.328Z[ recovery-image] Sep 27 03:56:32.941 INFO O| Sep 27 03:56:32.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42072024-09-27T03:56:34.328Z[ recovery-image] Sep 27 03:56:32.941 INFO O| Sep 27 03:56:32.941 INFO STEP 37 (remove_files) COMPLETE
42082024-09-27T03:56:34.328Z[ recovery-image] Sep 27 03:56:32.941 INFO O| Sep 27 03:56:32.941 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-09-27T03:56:34.348Z[ recovery-image] Sep 27 03:56:32.961 INFO O| Sep 27 03:56:32.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42102024-09-27T03:56:34.348Z[ recovery-image] Sep 27 03:56:32.961 INFO O| Sep 27 03:56:32.961 INFO STEP 38 (remove_files) COMPLETE
42112024-09-27T03:56:34.350Z[ recovery-image] Sep 27 03:56:32.961 INFO O| Sep 27 03:56:32.961 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-09-27T03:56:34.386Z[ recovery-image] Sep 27 03:56:32.999 INFO O| Sep 27 03:56:32.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42132024-09-27T03:56:34.386Z[ recovery-image] Sep 27 03:56:33.000 INFO O| Sep 27 03:56:33.000 INFO STEP 39 (remove_files) COMPLETE
42142024-09-27T03:56:34.390Z[ recovery-image] Sep 27 03:56:33.000 INFO O| Sep 27 03:56:33.000 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-09-27T03:56:34.404Z[ recovery-image] Sep 27 03:56:33.018 INFO O| Sep 27 03:56:33.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42162024-09-27T03:56:34.404Z[ recovery-image] Sep 27 03:56:33.018 INFO O| Sep 27 03:56:33.018 INFO STEP 40 (remove_files) COMPLETE
42172024-09-27T03:56:34.407Z[ recovery-image] Sep 27 03:56:33.018 INFO O| Sep 27 03:56:33.018 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-09-27T03:56:34.444Z[ recovery-image] Sep 27 03:56:33.058 INFO O| Sep 27 03:56:33.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42192024-09-27T03:56:34.444Z[ recovery-image] Sep 27 03:56:33.058 INFO O| Sep 27 03:56:33.058 INFO STEP 41 (remove_files) COMPLETE
42202024-09-27T03:56:34.444Z[ recovery-image] Sep 27 03:56:33.058 INFO O| Sep 27 03:56:33.058 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-09-27T03:56:34.517Z[ recovery-image] Sep 27 03:56:33.130 INFO O| Sep 27 03:56:33.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42222024-09-27T03:56:34.517Z[ recovery-image] Sep 27 03:56:33.130 INFO O| Sep 27 03:56:33.130 INFO STEP 42 (remove_files) COMPLETE
42232024-09-27T03:56:34.520Z[ recovery-image] Sep 27 03:56:33.130 INFO O| Sep 27 03:56:33.130 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-09-27T03:56:34.537Z[ recovery-image] Sep 27 03:56:33.151 INFO O| Sep 27 03:56:33.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42252024-09-27T03:56:34.537Z[ recovery-image] Sep 27 03:56:33.151 INFO O| Sep 27 03:56:33.151 INFO STEP 43 (remove_files) COMPLETE
42262024-09-27T03:56:34.537Z[ recovery-image] Sep 27 03:56:33.151 INFO O| Sep 27 03:56:33.151 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-09-27T03:56:34.574Z[ recovery-image] Sep 27 03:56:33.188 INFO O| Sep 27 03:56:33.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42282024-09-27T03:56:34.574Z[ recovery-image] Sep 27 03:56:33.188 INFO O| Sep 27 03:56:33.188 INFO STEP 44 (remove_files) COMPLETE
42292024-09-27T03:56:34.577Z[ recovery-image] Sep 27 03:56:33.188 INFO O| Sep 27 03:56:33.188 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-09-27T03:56:34.597Z[ recovery-image] Sep 27 03:56:33.210 INFO O| Sep 27 03:56:33.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42312024-09-27T03:56:34.597Z[ recovery-image] Sep 27 03:56:33.210 INFO O| Sep 27 03:56:33.210 INFO STEP 45 (remove_files) COMPLETE
42322024-09-27T03:56:34.597Z[ recovery-image] Sep 27 03:56:33.211 INFO O| Sep 27 03:56:33.210 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-09-27T03:56:34.619Z[ recovery-image] Sep 27 03:56:33.232 INFO O| Sep 27 03:56:33.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42342024-09-27T03:56:34.619Z[ recovery-image] Sep 27 03:56:33.232 INFO O| Sep 27 03:56:33.232 INFO STEP 46 (remove_files) COMPLETE
42352024-09-27T03:56:34.619Z[ recovery-image] Sep 27 03:56:33.232 INFO O| Sep 27 03:56:33.232 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-09-27T03:56:34.639Z[ recovery-image] Sep 27 03:56:33.253 INFO O| Sep 27 03:56:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42372024-09-27T03:56:34.642Z[ recovery-image] Sep 27 03:56:33.253 INFO O| Sep 27 03:56:33.253 INFO STEP 47 (remove_files) COMPLETE
42382024-09-27T03:56:34.642Z[ recovery-image] Sep 27 03:56:33.253 INFO O| Sep 27 03:56:33.253 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-09-27T03:56:34.659Z[ recovery-image] Sep 27 03:56:33.273 INFO O| Sep 27 03:56:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42402024-09-27T03:56:34.659Z[ recovery-image] Sep 27 03:56:33.273 INFO O| Sep 27 03:56:33.273 INFO STEP 48 (remove_files) COMPLETE
42412024-09-27T03:56:34.662Z[ recovery-image] Sep 27 03:56:33.273 INFO O| Sep 27 03:56:33.273 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-09-27T03:56:34.679Z[ recovery-image] Sep 27 03:56:33.293 INFO O| Sep 27 03:56:33.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42432024-09-27T03:56:34.679Z[ recovery-image] Sep 27 03:56:33.293 INFO O| Sep 27 03:56:33.293 INFO STEP 49 (remove_files) COMPLETE
42442024-09-27T03:56:34.682Z[ recovery-image] Sep 27 03:56:33.293 INFO O| Sep 27 03:56:33.293 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-09-27T03:56:34.703Z[ recovery-image] Sep 27 03:56:33.317 INFO O| Sep 27 03:56:33.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42462024-09-27T03:56:34.703Z[ recovery-image] Sep 27 03:56:33.317 INFO O| Sep 27 03:56:33.317 INFO STEP 50 (remove_files) COMPLETE
42472024-09-27T03:56:34.706Z[ recovery-image] Sep 27 03:56:33.317 INFO O| Sep 27 03:56:33.317 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-09-27T03:56:34.728Z[ recovery-image] Sep 27 03:56:33.342 INFO O| Sep 27 03:56:33.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42492024-09-27T03:56:34.728Z[ recovery-image] Sep 27 03:56:33.342 INFO O| Sep 27 03:56:33.342 INFO STEP 51 (remove_files) COMPLETE
42502024-09-27T03:56:34.728Z[ recovery-image] Sep 27 03:56:33.342 INFO O| Sep 27 03:56:33.342 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-09-27T03:56:34.753Z[ recovery-image] Sep 27 03:56:33.367 INFO O| Sep 27 03:56:33.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42522024-09-27T03:56:34.753Z[ recovery-image] Sep 27 03:56:33.367 INFO O| Sep 27 03:56:33.367 INFO STEP 52 (remove_files) COMPLETE
42532024-09-27T03:56:34.753Z[ recovery-image] Sep 27 03:56:33.367 INFO O| Sep 27 03:56:33.367 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-09-27T03:56:34.790Z[ recovery-image] Sep 27 03:56:33.404 INFO O| Sep 27 03:56:33.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42552024-09-27T03:56:34.811Z[ recovery-image] Sep 27 03:56:33.425 INFO O| Sep 27 03:56:33.425 INFO STEP 53 (remove_files) COMPLETE
42562024-09-27T03:56:34.811Z[ recovery-image] Sep 27 03:56:33.425 INFO O| Sep 27 03:56:33.425 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-09-27T03:56:34.881Z[ recovery-image] Sep 27 03:56:33.495 INFO O| Sep 27 03:56:33.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42582024-09-27T03:56:34.881Z[ recovery-image] Sep 27 03:56:33.495 INFO O| Sep 27 03:56:33.495 INFO STEP 54 (remove_files) COMPLETE
42592024-09-27T03:56:34.884Z[ recovery-image] Sep 27 03:56:33.495 INFO O| Sep 27 03:56:33.495 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-09-27T03:56:34.904Z[ recovery-image] Sep 27 03:56:33.518 INFO O| Sep 27 03:56:33.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42612024-09-27T03:56:34.904Z[ recovery-image] Sep 27 03:56:33.518 INFO O| Sep 27 03:56:33.518 INFO STEP 55 (remove_files) COMPLETE
42622024-09-27T03:56:34.904Z[ recovery-image] Sep 27 03:56:33.518 INFO O| Sep 27 03:56:33.518 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-09-27T03:56:34.925Z[ recovery-image] Sep 27 03:56:33.539 INFO O| Sep 27 03:56:33.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42642024-09-27T03:56:34.925Z[ recovery-image] Sep 27 03:56:33.539 INFO O| Sep 27 03:56:33.539 INFO STEP 56 (remove_files) COMPLETE
42652024-09-27T03:56:34.926Z[ recovery-image] Sep 27 03:56:33.539 INFO O| Sep 27 03:56:33.539 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-09-27T03:56:34.945Z[ recovery-image] Sep 27 03:56:33.559 INFO O| Sep 27 03:56:33.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42672024-09-27T03:56:34.945Z[ recovery-image] Sep 27 03:56:33.559 INFO O| Sep 27 03:56:33.559 INFO STEP 57 (remove_files) COMPLETE
42682024-09-27T03:56:34.947Z[ recovery-image] Sep 27 03:56:33.559 INFO O| Sep 27 03:56:33.559 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-09-27T03:56:34.966Z[ recovery-image] Sep 27 03:56:33.580 INFO O| Sep 27 03:56:33.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42702024-09-27T03:56:34.966Z[ recovery-image] Sep 27 03:56:33.580 INFO O| Sep 27 03:56:33.580 INFO STEP 58 (remove_files) COMPLETE
42712024-09-27T03:56:34.968Z[ recovery-image] Sep 27 03:56:33.580 INFO O| Sep 27 03:56:33.580 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-09-27T03:56:34.987Z[ recovery-image] Sep 27 03:56:33.600 INFO O| Sep 27 03:56:33.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42732024-09-27T03:56:34.987Z[ recovery-image] Sep 27 03:56:33.600 INFO O| Sep 27 03:56:33.600 INFO STEP 59 (remove_files) COMPLETE
42742024-09-27T03:56:34.987Z[ recovery-image] Sep 27 03:56:33.601 INFO O| Sep 27 03:56:33.600 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-09-27T03:56:35.006Z[ recovery-image] Sep 27 03:56:33.619 INFO O| Sep 27 03:56:33.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42762024-09-27T03:56:35.006Z[ recovery-image] Sep 27 03:56:33.620 INFO O| Sep 27 03:56:33.620 INFO STEP 60 (remove_files) COMPLETE
42772024-09-27T03:56:35.006Z[ recovery-image] Sep 27 03:56:33.620 INFO O| Sep 27 03:56:33.620 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-09-27T03:56:35.029Z[ recovery-image] Sep 27 03:56:33.643 INFO O| Sep 27 03:56:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42792024-09-27T03:56:35.029Z[ recovery-image] Sep 27 03:56:33.643 INFO O| Sep 27 03:56:33.643 INFO STEP 61 (remove_files) COMPLETE
42802024-09-27T03:56:35.032Z[ recovery-image] Sep 27 03:56:33.643 INFO O| Sep 27 03:56:33.643 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-09-27T03:56:35.052Z[ recovery-image] Sep 27 03:56:33.665 INFO O| Sep 27 03:56:33.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
42822024-09-27T03:56:35.052Z[ recovery-image] Sep 27 03:56:33.665 INFO O| Sep 27 03:56:33.665 INFO STEP 62 (remove_files) COMPLETE
42832024-09-27T03:56:35.052Z[ recovery-image] Sep 27 03:56:33.665 INFO O| Sep 27 03:56:33.665 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-09-27T03:56:35.073Z[ recovery-image] Sep 27 03:56:33.686 INFO O| Sep 27 03:56:33.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
42852024-09-27T03:56:35.073Z[ recovery-image] Sep 27 03:56:33.686 INFO O| Sep 27 03:56:33.686 INFO STEP 63 (remove_files) COMPLETE
42862024-09-27T03:56:35.075Z[ recovery-image] Sep 27 03:56:33.686 INFO O| Sep 27 03:56:33.686 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-09-27T03:56:35.092Z[ recovery-image] Sep 27 03:56:33.706 INFO O| Sep 27 03:56:33.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
42882024-09-27T03:56:35.092Z[ recovery-image] Sep 27 03:56:33.706 INFO O| Sep 27 03:56:33.706 INFO STEP 64 (remove_files) COMPLETE
42892024-09-27T03:56:35.095Z[ recovery-image] Sep 27 03:56:33.706 INFO O| Sep 27 03:56:33.706 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-09-27T03:56:35.127Z[ recovery-image] Sep 27 03:56:33.740 INFO O| Sep 27 03:56:33.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
42912024-09-27T03:56:35.127Z[ recovery-image] Sep 27 03:56:33.740 INFO O| Sep 27 03:56:33.740 INFO STEP 65 (remove_files) COMPLETE
42922024-09-27T03:56:35.129Z[ recovery-image] Sep 27 03:56:33.740 INFO O| Sep 27 03:56:33.740 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-09-27T03:56:35.149Z[ recovery-image] Sep 27 03:56:33.763 INFO O| Sep 27 03:56:33.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
42942024-09-27T03:56:35.149Z[ recovery-image] Sep 27 03:56:33.763 INFO O| Sep 27 03:56:33.763 INFO STEP 66 (remove_files) COMPLETE
42952024-09-27T03:56:35.152Z[ recovery-image] Sep 27 03:56:33.763 INFO O| Sep 27 03:56:33.763 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-09-27T03:56:35.170Z[ recovery-image] Sep 27 03:56:33.784 INFO O| Sep 27 03:56:33.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
42972024-09-27T03:56:35.170Z[ recovery-image] Sep 27 03:56:33.784 INFO O| Sep 27 03:56:33.784 INFO STEP 67 (remove_files) COMPLETE
42982024-09-27T03:56:35.172Z[ recovery-image] Sep 27 03:56:33.784 INFO O| Sep 27 03:56:33.784 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-09-27T03:56:35.190Z[ recovery-image] Sep 27 03:56:33.803 INFO O| Sep 27 03:56:33.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43002024-09-27T03:56:35.190Z[ recovery-image] Sep 27 03:56:33.803 INFO O| Sep 27 03:56:33.803 INFO STEP 68 (remove_files) COMPLETE
43012024-09-27T03:56:35.192Z[ recovery-image] Sep 27 03:56:33.804 INFO O| Sep 27 03:56:33.803 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-09-27T03:56:35.211Z[ recovery-image] Sep 27 03:56:33.824 INFO O| Sep 27 03:56:33.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43032024-09-27T03:56:35.211Z[ recovery-image] Sep 27 03:56:33.824 INFO O| Sep 27 03:56:33.824 INFO STEP 69 (remove_files) COMPLETE
43042024-09-27T03:56:35.211Z[ recovery-image] Sep 27 03:56:33.824 INFO O| Sep 27 03:56:33.824 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-09-27T03:56:35.231Z[ recovery-image] Sep 27 03:56:33.844 INFO O| Sep 27 03:56:33.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43062024-09-27T03:56:35.231Z[ recovery-image] Sep 27 03:56:33.844 INFO O| Sep 27 03:56:33.844 INFO STEP 70 (remove_files) COMPLETE
43072024-09-27T03:56:35.231Z[ recovery-image] Sep 27 03:56:33.844 INFO O| Sep 27 03:56:33.844 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-09-27T03:56:35.250Z[ recovery-image] Sep 27 03:56:33.864 INFO O| Sep 27 03:56:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43092024-09-27T03:56:35.251Z[ recovery-image] Sep 27 03:56:33.864 INFO O| Sep 27 03:56:33.864 INFO STEP 71 (remove_files) COMPLETE
43102024-09-27T03:56:35.251Z[ recovery-image] Sep 27 03:56:33.864 INFO O| Sep 27 03:56:33.864 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-09-27T03:56:35.308Z[ recovery-image] Sep 27 03:56:33.922 INFO O| Sep 27 03:56:33.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43122024-09-27T03:56:35.308Z[ recovery-image] Sep 27 03:56:33.922 INFO O| Sep 27 03:56:33.922 INFO STEP 72 (remove_files) COMPLETE
43132024-09-27T03:56:35.308Z[ recovery-image] Sep 27 03:56:33.922 INFO O| Sep 27 03:56:33.922 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-09-27T03:56:35.369Z[ recovery-image] Sep 27 03:56:33.983 INFO O| Sep 27 03:56:33.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43152024-09-27T03:56:35.369Z[ recovery-image] Sep 27 03:56:33.983 INFO O| Sep 27 03:56:33.983 INFO STEP 73 (remove_files) COMPLETE
43162024-09-27T03:56:35.373Z[ recovery-image] Sep 27 03:56:33.983 INFO O| Sep 27 03:56:33.983 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-09-27T03:56:35.428Z[ recovery-image] Sep 27 03:56:34.041 INFO O| Sep 27 03:56:34.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43182024-09-27T03:56:35.428Z[ recovery-image] Sep 27 03:56:34.041 INFO O| Sep 27 03:56:34.041 INFO STEP 74 (remove_files) COMPLETE
43192024-09-27T03:56:35.430Z[ recovery-image] Sep 27 03:56:34.042 INFO O| Sep 27 03:56:34.041 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-09-27T03:56:35.462Z[ recovery-image] Sep 27 03:56:34.075 INFO O| Sep 27 03:56:34.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43212024-09-27T03:56:35.462Z[ recovery-image] Sep 27 03:56:34.075 INFO O| Sep 27 03:56:34.075 INFO STEP 75 (remove_files) COMPLETE
43222024-09-27T03:56:35.465Z[ recovery-image] Sep 27 03:56:34.076 INFO O| Sep 27 03:56:34.075 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-09-27T03:56:35.483Z[ recovery-image] Sep 27 03:56:34.097 INFO O| Sep 27 03:56:34.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43242024-09-27T03:56:35.483Z[ recovery-image] Sep 27 03:56:34.097 INFO O| Sep 27 03:56:34.097 INFO STEP 76 (remove_files) COMPLETE
43252024-09-27T03:56:35.490Z[ recovery-image] Sep 27 03:56:34.097 INFO O| Sep 27 03:56:34.097 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-09-27T03:56:35.504Z[ recovery-image] Sep 27 03:56:34.117 INFO O| Sep 27 03:56:34.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43272024-09-27T03:56:35.504Z[ recovery-image] Sep 27 03:56:34.118 INFO O| Sep 27 03:56:34.118 INFO STEP 77 (remove_files) COMPLETE
43282024-09-27T03:56:35.507Z[ recovery-image] Sep 27 03:56:34.118 INFO O| Sep 27 03:56:34.118 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-09-27T03:56:35.534Z[ recovery-image] Sep 27 03:56:34.147 INFO O| Sep 27 03:56:34.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43302024-09-27T03:56:35.534Z[ recovery-image] Sep 27 03:56:34.147 INFO O| Sep 27 03:56:34.147 INFO STEP 78 (remove_files) COMPLETE
43312024-09-27T03:56:35.534Z[ recovery-image] Sep 27 03:56:34.147 INFO O| Sep 27 03:56:34.147 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-09-27T03:56:35.554Z[ recovery-image] Sep 27 03:56:34.168 INFO O| Sep 27 03:56:34.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43332024-09-27T03:56:35.557Z[ recovery-image] Sep 27 03:56:34.168 INFO O| Sep 27 03:56:34.168 INFO STEP 79 (remove_files) COMPLETE
43342024-09-27T03:56:35.557Z[ recovery-image] Sep 27 03:56:34.168 INFO O| Sep 27 03:56:34.168 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-09-27T03:56:35.577Z[ recovery-image] Sep 27 03:56:34.191 INFO O| Sep 27 03:56:34.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43362024-09-27T03:56:35.581Z[ recovery-image] Sep 27 03:56:34.191 INFO O| Sep 27 03:56:34.191 INFO STEP 80 (remove_files) COMPLETE
43372024-09-27T03:56:35.581Z[ recovery-image] Sep 27 03:56:34.191 INFO O| Sep 27 03:56:34.191 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-09-27T03:56:35.597Z[ recovery-image] Sep 27 03:56:34.211 INFO O| Sep 27 03:56:34.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43392024-09-27T03:56:35.600Z[ recovery-image] Sep 27 03:56:34.211 INFO O| Sep 27 03:56:34.211 INFO STEP 81 (remove_files) COMPLETE
43402024-09-27T03:56:35.600Z[ recovery-image] Sep 27 03:56:34.211 INFO O| Sep 27 03:56:34.211 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-09-27T03:56:35.614Z[ recovery-image] Sep 27 03:56:34.228 INFO O| Sep 27 03:56:34.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43422024-09-27T03:56:35.617Z[ recovery-image] Sep 27 03:56:34.228 INFO O| Sep 27 03:56:34.228 INFO STEP 82 (remove_files) COMPLETE
43432024-09-27T03:56:35.617Z[ recovery-image] Sep 27 03:56:34.228 INFO O| Sep 27 03:56:34.228 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-09-27T03:56:35.631Z[ recovery-image] Sep 27 03:56:34.244 INFO O| Sep 27 03:56:34.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43452024-09-27T03:56:35.633Z[ recovery-image] Sep 27 03:56:34.244 INFO O| Sep 27 03:56:34.244 INFO STEP 83 (remove_files) COMPLETE
43462024-09-27T03:56:35.633Z[ recovery-image] Sep 27 03:56:34.245 INFO O| Sep 27 03:56:34.245 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-09-27T03:56:35.669Z[ recovery-image] Sep 27 03:56:34.283 INFO O| Sep 27 03:56:34.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43482024-09-27T03:56:35.669Z[ recovery-image] Sep 27 03:56:34.283 INFO O| Sep 27 03:56:34.283 INFO STEP 84 (remove_files) COMPLETE
43492024-09-27T03:56:35.672Z[ recovery-image] Sep 27 03:56:34.283 INFO O| Sep 27 03:56:34.283 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-09-27T03:56:35.693Z[ recovery-image] Sep 27 03:56:34.306 INFO O| Sep 27 03:56:34.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43512024-09-27T03:56:35.693Z[ recovery-image] Sep 27 03:56:34.306 INFO O| Sep 27 03:56:34.306 INFO STEP 85 (remove_files) COMPLETE
43522024-09-27T03:56:35.693Z[ recovery-image] Sep 27 03:56:34.306 INFO O| Sep 27 03:56:34.306 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-09-27T03:56:35.714Z[ recovery-image] Sep 27 03:56:34.327 INFO O| Sep 27 03:56:34.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43542024-09-27T03:56:35.714Z[ recovery-image] Sep 27 03:56:34.327 INFO O| Sep 27 03:56:34.327 INFO STEP 86 (remove_files) COMPLETE
43552024-09-27T03:56:35.714Z[ recovery-image] Sep 27 03:56:34.327 INFO O| Sep 27 03:56:34.327 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-09-27T03:56:35.732Z[ recovery-image] Sep 27 03:56:34.345 INFO O| Sep 27 03:56:34.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43572024-09-27T03:56:35.732Z[ recovery-image] Sep 27 03:56:34.346 INFO O| Sep 27 03:56:34.345 INFO STEP 87 (remove_files) COMPLETE
43582024-09-27T03:56:35.732Z[ recovery-image] Sep 27 03:56:34.346 INFO O| Sep 27 03:56:34.345 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-09-27T03:56:35.750Z[ recovery-image] Sep 27 03:56:34.363 INFO O| Sep 27 03:56:34.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43602024-09-27T03:56:35.750Z[ recovery-image] Sep 27 03:56:34.363 INFO O| Sep 27 03:56:34.363 INFO STEP 88 (remove_files) COMPLETE
43612024-09-27T03:56:35.752Z[ recovery-image] Sep 27 03:56:34.363 INFO O| Sep 27 03:56:34.363 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-09-27T03:56:35.779Z[ recovery-image] Sep 27 03:56:34.392 INFO O| Sep 27 03:56:34.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43632024-09-27T03:56:35.802Z[ recovery-image] Sep 27 03:56:34.416 INFO O| Sep 27 03:56:34.416 INFO STEP 89 (remove_files) COMPLETE
43642024-09-27T03:56:35.802Z[ recovery-image] Sep 27 03:56:34.416 INFO O| Sep 27 03:56:34.416 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-09-27T03:56:35.861Z[ recovery-image] Sep 27 03:56:34.474 INFO O| Sep 27 03:56:34.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43662024-09-27T03:56:35.861Z[ recovery-image] Sep 27 03:56:34.474 INFO O| Sep 27 03:56:34.474 INFO STEP 90 (remove_files) COMPLETE
43672024-09-27T03:56:35.863Z[ recovery-image] Sep 27 03:56:34.474 INFO O| Sep 27 03:56:34.474 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-09-27T03:56:35.920Z[ recovery-image] Sep 27 03:56:34.533 INFO O| Sep 27 03:56:34.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43692024-09-27T03:56:35.920Z[ recovery-image] Sep 27 03:56:34.533 INFO O| Sep 27 03:56:34.533 INFO STEP 91 (remove_files) COMPLETE
43702024-09-27T03:56:35.923Z[ recovery-image] Sep 27 03:56:34.533 INFO O| Sep 27 03:56:34.533 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-09-27T03:56:35.940Z[ recovery-image] Sep 27 03:56:34.552 INFO O| Sep 27 03:56:34.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43722024-09-27T03:56:35.940Z[ recovery-image] Sep 27 03:56:34.552 INFO O| Sep 27 03:56:34.552 INFO STEP 92 (remove_files) COMPLETE
43732024-09-27T03:56:35.940Z[ recovery-image] Sep 27 03:56:34.552 INFO O| Sep 27 03:56:34.552 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-09-27T03:56:35.956Z[ recovery-image] Sep 27 03:56:34.569 INFO O| Sep 27 03:56:34.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
43752024-09-27T03:56:35.956Z[ recovery-image] Sep 27 03:56:34.569 INFO O| Sep 27 03:56:34.569 INFO STEP 93 (remove_files) COMPLETE
43762024-09-27T03:56:35.956Z[ recovery-image] Sep 27 03:56:34.569 INFO O| Sep 27 03:56:34.569 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-09-27T03:56:35.973Z[ recovery-image] Sep 27 03:56:34.585 INFO O| Sep 27 03:56:34.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
43782024-09-27T03:56:35.973Z[ recovery-image] Sep 27 03:56:34.585 INFO O| Sep 27 03:56:34.585 INFO STEP 94 (remove_files) COMPLETE
43792024-09-27T03:56:35.973Z[ recovery-image] Sep 27 03:56:34.585 INFO O| Sep 27 03:56:34.585 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-09-27T03:56:35.990Z[ recovery-image] Sep 27 03:56:34.602 INFO O| Sep 27 03:56:34.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
43812024-09-27T03:56:35.990Z[ recovery-image] Sep 27 03:56:34.603 INFO O| Sep 27 03:56:34.603 INFO STEP 95 (remove_files) COMPLETE
43822024-09-27T03:56:35.990Z[ recovery-image] Sep 27 03:56:34.603 INFO O| Sep 27 03:56:34.603 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-09-27T03:56:36.005Z[ recovery-image] Sep 27 03:56:34.619 INFO O| Sep 27 03:56:34.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
43842024-09-27T03:56:36.026Z[ recovery-image] Sep 27 03:56:34.639 INFO O| Sep 27 03:56:34.639 INFO STEP 96 (remove_files) COMPLETE
43852024-09-27T03:56:36.026Z[ recovery-image] Sep 27 03:56:34.639 INFO O| Sep 27 03:56:34.639 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-09-27T03:56:36.061Z[ recovery-image] Sep 27 03:56:34.674 INFO O| Sep 27 03:56:34.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
43872024-09-27T03:56:36.061Z[ recovery-image] Sep 27 03:56:34.674 INFO O| Sep 27 03:56:34.674 INFO STEP 97 (remove_files) COMPLETE
43882024-09-27T03:56:36.061Z[ recovery-image] Sep 27 03:56:34.674 INFO O| Sep 27 03:56:34.674 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-09-27T03:56:36.120Z[ recovery-image] Sep 27 03:56:34.732 INFO O| Sep 27 03:56:34.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
43902024-09-27T03:56:36.120Z[ recovery-image] Sep 27 03:56:34.733 INFO O| Sep 27 03:56:34.732 INFO STEP 98 (remove_files) COMPLETE
43912024-09-27T03:56:36.120Z[ recovery-image] Sep 27 03:56:34.733 INFO O| Sep 27 03:56:34.732 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-09-27T03:56:36.181Z[ recovery-image] Sep 27 03:56:34.794 INFO O| Sep 27 03:56:34.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
43932024-09-27T03:56:36.181Z[ recovery-image] Sep 27 03:56:34.794 INFO O| Sep 27 03:56:34.794 INFO STEP 99 (remove_files) COMPLETE
43942024-09-27T03:56:36.181Z[ recovery-image] Sep 27 03:56:34.794 INFO O| Sep 27 03:56:34.794 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-09-27T03:56:36.212Z[ recovery-image] Sep 27 03:56:34.825 INFO O| Sep 27 03:56:34.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
43962024-09-27T03:56:36.227Z[ recovery-image] Sep 27 03:56:34.841 INFO O| Sep 27 03:56:34.841 INFO STEP 100 (remove_files) COMPLETE
43972024-09-27T03:56:36.227Z[ recovery-image] Sep 27 03:56:34.841 INFO O| Sep 27 03:56:34.841 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-09-27T03:56:36.284Z[ recovery-image] Sep 27 03:56:34.898 INFO O| Sep 27 03:56:34.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
43992024-09-27T03:56:36.284Z[ recovery-image] Sep 27 03:56:34.898 INFO O| Sep 27 03:56:34.898 INFO STEP 101 (remove_files) COMPLETE
44002024-09-27T03:56:36.284Z[ recovery-image] Sep 27 03:56:34.898 INFO O| Sep 27 03:56:34.898 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-09-27T03:56:36.304Z[ recovery-image] Sep 27 03:56:34.918 INFO O| Sep 27 03:56:34.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44022024-09-27T03:56:36.304Z[ recovery-image] Sep 27 03:56:34.918 INFO O| Sep 27 03:56:34.918 INFO STEP 102 (remove_files) COMPLETE
44032024-09-27T03:56:36.307Z[ recovery-image] Sep 27 03:56:34.918 INFO O| Sep 27 03:56:34.918 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-09-27T03:56:36.475Z[ recovery-image] Sep 27 03:56:35.089 INFO O| Sep 27 03:56:35.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44052024-09-27T03:56:36.476Z[ recovery-image] Sep 27 03:56:35.089 INFO O| Sep 27 03:56:35.089 INFO STEP 103 (remove_files) COMPLETE
44062024-09-27T03:56:36.476Z[ recovery-image] Sep 27 03:56:35.089 INFO O| Sep 27 03:56:35.089 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-09-27T03:56:36.504Z[ recovery-image] Sep 27 03:56:35.118 INFO O| Sep 27 03:56:35.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44082024-09-27T03:56:36.504Z[ recovery-image] Sep 27 03:56:35.118 INFO O| Sep 27 03:56:35.118 INFO STEP 104 (remove_files) COMPLETE
44092024-09-27T03:56:36.504Z[ recovery-image] Sep 27 03:56:35.118 INFO O| Sep 27 03:56:35.118 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-09-27T03:56:36.542Z[ recovery-image] Sep 27 03:56:35.154 INFO O| Sep 27 03:56:35.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44112024-09-27T03:56:36.542Z[ recovery-image] Sep 27 03:56:35.154 INFO O| Sep 27 03:56:35.154 INFO STEP 105 (remove_files) COMPLETE
44122024-09-27T03:56:36.543Z[ recovery-image] Sep 27 03:56:35.154 INFO O| Sep 27 03:56:35.154 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-09-27T03:56:36.586Z[ recovery-image] Sep 27 03:56:35.199 INFO O| Sep 27 03:56:35.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44142024-09-27T03:56:36.588Z[ recovery-image] Sep 27 03:56:35.199 INFO O| Sep 27 03:56:35.199 INFO STEP 106 (remove_files) COMPLETE
44152024-09-27T03:56:36.588Z[ recovery-image] Sep 27 03:56:35.199 INFO O| Sep 27 03:56:35.199 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-09-27T03:56:36.647Z[ recovery-image] Sep 27 03:56:35.259 INFO O| Sep 27 03:56:35.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44172024-09-27T03:56:36.647Z[ recovery-image] Sep 27 03:56:35.259 INFO O| Sep 27 03:56:35.259 INFO STEP 107 (remove_files) COMPLETE
44182024-09-27T03:56:36.647Z[ recovery-image] Sep 27 03:56:35.259 INFO O| Sep 27 03:56:35.259 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-09-27T03:56:36.666Z[ recovery-image] Sep 27 03:56:35.279 INFO O| Sep 27 03:56:35.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44202024-09-27T03:56:36.666Z[ recovery-image] Sep 27 03:56:35.279 INFO O| Sep 27 03:56:35.279 INFO STEP 108 (remove_files) COMPLETE
44212024-09-27T03:56:36.668Z[ recovery-image] Sep 27 03:56:35.279 INFO O| Sep 27 03:56:35.279 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-09-27T03:56:36.683Z[ recovery-image] Sep 27 03:56:35.297 INFO O| Sep 27 03:56:35.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44232024-09-27T03:56:36.683Z[ recovery-image] Sep 27 03:56:35.297 INFO O| Sep 27 03:56:35.297 INFO STEP 109 (remove_files) COMPLETE
44242024-09-27T03:56:36.686Z[ recovery-image] Sep 27 03:56:35.297 INFO O| Sep 27 03:56:35.297 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-09-27T03:56:36.720Z[ recovery-image] Sep 27 03:56:35.333 INFO O| Sep 27 03:56:35.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44262024-09-27T03:56:36.722Z[ recovery-image] Sep 27 03:56:35.333 INFO O| Sep 27 03:56:35.333 INFO STEP 110 (remove_files) COMPLETE
44272024-09-27T03:56:36.722Z[ recovery-image] Sep 27 03:56:35.333 INFO O| Sep 27 03:56:35.333 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-09-27T03:56:36.742Z[ recovery-image] Sep 27 03:56:35.356 INFO O| Sep 27 03:56:35.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44292024-09-27T03:56:36.745Z[ recovery-image] Sep 27 03:56:35.356 INFO O| Sep 27 03:56:35.356 INFO STEP 111 (remove_files) COMPLETE
44302024-09-27T03:56:36.745Z[ recovery-image] Sep 27 03:56:35.356 INFO O| Sep 27 03:56:35.356 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-09-27T03:56:36.762Z[ recovery-image] Sep 27 03:56:35.376 INFO O| Sep 27 03:56:35.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44322024-09-27T03:56:36.765Z[ recovery-image] Sep 27 03:56:35.376 INFO O| Sep 27 03:56:35.376 INFO STEP 112 (remove_files) COMPLETE
44332024-09-27T03:56:36.765Z[ recovery-image] Sep 27 03:56:35.376 INFO O| Sep 27 03:56:35.376 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-09-27T03:56:36.782Z[ recovery-image] Sep 27 03:56:35.395 INFO O| Sep 27 03:56:35.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44352024-09-27T03:56:36.782Z[ recovery-image] Sep 27 03:56:35.395 INFO O| Sep 27 03:56:35.395 INFO STEP 113 (remove_files) COMPLETE
44362024-09-27T03:56:36.785Z[ recovery-image] Sep 27 03:56:35.395 INFO O| Sep 27 03:56:35.395 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-09-27T03:56:36.802Z[ recovery-image] Sep 27 03:56:35.415 INFO O| Sep 27 03:56:35.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44382024-09-27T03:56:36.805Z[ recovery-image] Sep 27 03:56:35.416 INFO O| Sep 27 03:56:35.416 INFO STEP 114 (remove_files) COMPLETE
44392024-09-27T03:56:36.805Z[ recovery-image] Sep 27 03:56:35.416 INFO O| Sep 27 03:56:35.416 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-09-27T03:56:36.822Z[ recovery-image] Sep 27 03:56:35.435 INFO O| Sep 27 03:56:35.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44412024-09-27T03:56:36.825Z[ recovery-image] Sep 27 03:56:35.436 INFO O| Sep 27 03:56:35.435 INFO STEP 115 (remove_files) COMPLETE
44422024-09-27T03:56:36.825Z[ recovery-image] Sep 27 03:56:35.436 INFO O| Sep 27 03:56:35.436 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-09-27T03:56:36.851Z[ recovery-image] Sep 27 03:56:35.464 INFO O| Sep 27 03:56:35.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44442024-09-27T03:56:36.854Z[ recovery-image] Sep 27 03:56:35.464 INFO O| Sep 27 03:56:35.464 INFO STEP 116 (remove_files) COMPLETE
44452024-09-27T03:56:36.854Z[ recovery-image] Sep 27 03:56:35.464 INFO O| Sep 27 03:56:35.464 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-09-27T03:56:36.876Z[ recovery-image] Sep 27 03:56:35.489 INFO O| Sep 27 03:56:35.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44472024-09-27T03:56:36.887Z[ recovery-image] Sep 27 03:56:35.500 INFO O| Sep 27 03:56:35.489 INFO STEP 117 (remove_files) COMPLETE
44482024-09-27T03:56:36.889Z[ recovery-image] Sep 27 03:56:35.500 INFO O| Sep 27 03:56:35.500 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-09-27T03:56:36.911Z[ recovery-image] Sep 27 03:56:35.525 INFO O| Sep 27 03:56:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44502024-09-27T03:56:36.914Z[ recovery-image] Sep 27 03:56:35.525 INFO O| Sep 27 03:56:35.525 INFO STEP 118 (remove_files) COMPLETE
44512024-09-27T03:56:36.914Z[ recovery-image] Sep 27 03:56:35.525 INFO O| Sep 27 03:56:35.525 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-09-27T03:56:36.936Z[ recovery-image] Sep 27 03:56:35.549 INFO O| Sep 27 03:56:35.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44532024-09-27T03:56:36.938Z[ recovery-image] Sep 27 03:56:35.549 INFO O| Sep 27 03:56:35.549 INFO STEP 119 (remove_files) COMPLETE
44542024-09-27T03:56:36.938Z[ recovery-image] Sep 27 03:56:35.549 INFO O| Sep 27 03:56:35.549 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-09-27T03:56:36.959Z[ recovery-image] Sep 27 03:56:35.572 INFO O| Sep 27 03:56:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44562024-09-27T03:56:36.961Z[ recovery-image] Sep 27 03:56:35.573 INFO O| Sep 27 03:56:35.573 INFO STEP 120 (remove_files) COMPLETE
44572024-09-27T03:56:36.961Z[ recovery-image] Sep 27 03:56:35.573 INFO O| Sep 27 03:56:35.573 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-09-27T03:56:37.023Z[ recovery-image] Sep 27 03:56:35.635 INFO O| Sep 27 03:56:35.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44592024-09-27T03:56:37.023Z[ recovery-image] Sep 27 03:56:35.635 INFO O| Sep 27 03:56:35.635 INFO STEP 121 (remove_files) COMPLETE
44602024-09-27T03:56:37.025Z[ recovery-image] Sep 27 03:56:35.635 INFO O| Sep 27 03:56:35.635 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-09-27T03:56:37.082Z[ recovery-image] Sep 27 03:56:35.695 INFO O| Sep 27 03:56:35.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44622024-09-27T03:56:37.101Z[ recovery-image] Sep 27 03:56:35.715 INFO O| Sep 27 03:56:35.715 INFO STEP 122 (remove_files) COMPLETE
44632024-09-27T03:56:37.102Z[ recovery-image] Sep 27 03:56:35.715 INFO O| Sep 27 03:56:35.715 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-09-27T03:56:37.141Z[ recovery-image] Sep 27 03:56:35.754 INFO O| Sep 27 03:56:35.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44652024-09-27T03:56:37.141Z[ recovery-image] Sep 27 03:56:35.754 INFO O| Sep 27 03:56:35.754 INFO STEP 123 (remove_files) COMPLETE
44662024-09-27T03:56:37.141Z[ recovery-image] Sep 27 03:56:35.754 INFO O| Sep 27 03:56:35.754 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-09-27T03:56:37.163Z[ recovery-image] Sep 27 03:56:35.777 INFO O| Sep 27 03:56:35.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44682024-09-27T03:56:37.163Z[ recovery-image] Sep 27 03:56:35.777 INFO O| Sep 27 03:56:35.777 INFO STEP 124 (remove_files) COMPLETE
44692024-09-27T03:56:37.166Z[ recovery-image] Sep 27 03:56:35.777 INFO O| Sep 27 03:56:35.777 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-09-27T03:56:37.185Z[ recovery-image] Sep 27 03:56:35.799 INFO O| Sep 27 03:56:35.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44712024-09-27T03:56:37.185Z[ recovery-image] Sep 27 03:56:35.799 INFO O| Sep 27 03:56:35.799 INFO STEP 125 (remove_files) COMPLETE
44722024-09-27T03:56:37.186Z[ recovery-image] Sep 27 03:56:35.799 INFO O| Sep 27 03:56:35.799 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-09-27T03:56:37.206Z[ recovery-image] Sep 27 03:56:35.819 INFO O| Sep 27 03:56:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
44742024-09-27T03:56:37.206Z[ recovery-image] Sep 27 03:56:35.819 INFO O| Sep 27 03:56:35.819 INFO STEP 126 (remove_files) COMPLETE
44752024-09-27T03:56:37.209Z[ recovery-image] Sep 27 03:56:35.820 INFO O| Sep 27 03:56:35.819 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-09-27T03:56:37.228Z[ recovery-image] Sep 27 03:56:35.842 INFO O| Sep 27 03:56:35.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
44772024-09-27T03:56:37.229Z[ recovery-image] Sep 27 03:56:35.842 INFO O| Sep 27 03:56:35.842 INFO STEP 127 (remove_files) COMPLETE
44782024-09-27T03:56:37.229Z[ recovery-image] Sep 27 03:56:35.842 INFO O| Sep 27 03:56:35.842 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-09-27T03:56:37.250Z[ recovery-image] Sep 27 03:56:35.862 INFO O| Sep 27 03:56:35.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
44802024-09-27T03:56:37.250Z[ recovery-image] Sep 27 03:56:35.862 INFO O| Sep 27 03:56:35.862 INFO STEP 128 (remove_files) COMPLETE
44812024-09-27T03:56:37.250Z[ recovery-image] Sep 27 03:56:35.862 INFO O| Sep 27 03:56:35.862 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-09-27T03:56:37.284Z[ recovery-image] Sep 27 03:56:35.897 INFO O| Sep 27 03:56:35.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
44832024-09-27T03:56:37.284Z[ recovery-image] Sep 27 03:56:35.897 INFO O| Sep 27 03:56:35.897 INFO STEP 129 (remove_files) COMPLETE
44842024-09-27T03:56:37.284Z[ recovery-image] Sep 27 03:56:35.897 INFO O| Sep 27 03:56:35.897 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-09-27T03:56:37.309Z[ recovery-image] Sep 27 03:56:35.922 INFO O| Sep 27 03:56:35.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
44862024-09-27T03:56:37.309Z[ recovery-image] Sep 27 03:56:35.922 INFO O| Sep 27 03:56:35.922 INFO STEP 130 (remove_files) COMPLETE
44872024-09-27T03:56:37.309Z[ recovery-image] Sep 27 03:56:35.922 INFO O| Sep 27 03:56:35.922 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-09-27T03:56:37.331Z[ recovery-image] Sep 27 03:56:35.945 INFO O| Sep 27 03:56:35.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
44892024-09-27T03:56:37.332Z[ recovery-image] Sep 27 03:56:35.945 INFO O| Sep 27 03:56:35.945 INFO STEP 131 (remove_files) COMPLETE
44902024-09-27T03:56:37.334Z[ recovery-image] Sep 27 03:56:35.945 INFO O| Sep 27 03:56:35.945 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-09-27T03:56:37.353Z[ recovery-image] Sep 27 03:56:35.966 INFO O| Sep 27 03:56:35.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
44922024-09-27T03:56:37.353Z[ recovery-image] Sep 27 03:56:35.966 INFO O| Sep 27 03:56:35.966 INFO STEP 132 (remove_files) COMPLETE
44932024-09-27T03:56:37.353Z[ recovery-image] Sep 27 03:56:35.966 INFO O| Sep 27 03:56:35.966 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-09-27T03:56:37.375Z[ recovery-image] Sep 27 03:56:35.988 INFO O| Sep 27 03:56:35.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
44952024-09-27T03:56:37.375Z[ recovery-image] Sep 27 03:56:35.988 INFO O| Sep 27 03:56:35.988 INFO STEP 133 (remove_files) COMPLETE
44962024-09-27T03:56:37.378Z[ recovery-image] Sep 27 03:56:35.988 INFO O| Sep 27 03:56:35.988 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-09-27T03:56:37.402Z[ recovery-image] Sep 27 03:56:36.015 INFO O| Sep 27 03:56:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
44982024-09-27T03:56:37.402Z[ recovery-image] Sep 27 03:56:36.015 INFO O| Sep 27 03:56:36.015 INFO STEP 134 (remove_files) COMPLETE
44992024-09-27T03:56:37.402Z[ recovery-image] Sep 27 03:56:36.015 INFO O| Sep 27 03:56:36.015 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-09-27T03:56:37.433Z[ recovery-image] Sep 27 03:56:36.045 INFO O| Sep 27 03:56:36.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45012024-09-27T03:56:37.433Z[ recovery-image] Sep 27 03:56:36.045 INFO O| Sep 27 03:56:36.045 INFO STEP 135 (remove_files) COMPLETE
45022024-09-27T03:56:37.433Z[ recovery-image] Sep 27 03:56:36.045 INFO O| Sep 27 03:56:36.045 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-09-27T03:56:37.480Z[ recovery-image] Sep 27 03:56:36.093 INFO O| Sep 27 03:56:36.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45042024-09-27T03:56:37.480Z[ recovery-image] Sep 27 03:56:36.093 INFO O| Sep 27 03:56:36.093 INFO STEP 136 (remove_files) COMPLETE
45052024-09-27T03:56:37.482Z[ recovery-image] Sep 27 03:56:36.093 INFO O| Sep 27 03:56:36.093 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-09-27T03:56:37.502Z[ recovery-image] Sep 27 03:56:36.115 INFO O| Sep 27 03:56:36.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45072024-09-27T03:56:37.502Z[ recovery-image] Sep 27 03:56:36.115 INFO O| Sep 27 03:56:36.115 INFO STEP 137 (remove_files) COMPLETE
45082024-09-27T03:56:37.502Z[ recovery-image] Sep 27 03:56:36.115 INFO O| Sep 27 03:56:36.115 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-09-27T03:56:37.541Z[ recovery-image] Sep 27 03:56:36.154 INFO O| Sep 27 03:56:36.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45102024-09-27T03:56:37.541Z[ recovery-image] Sep 27 03:56:36.154 INFO O| Sep 27 03:56:36.154 INFO STEP 138 (remove_files) COMPLETE
45112024-09-27T03:56:37.541Z[ recovery-image] Sep 27 03:56:36.154 INFO O| Sep 27 03:56:36.154 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-09-27T03:56:37.580Z[ recovery-image] Sep 27 03:56:36.194 INFO O| Sep 27 03:56:36.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45132024-09-27T03:56:37.581Z[ recovery-image] Sep 27 03:56:36.194 INFO O| Sep 27 03:56:36.194 INFO STEP 139 (remove_files) COMPLETE
45142024-09-27T03:56:37.583Z[ recovery-image] Sep 27 03:56:36.194 INFO O| Sep 27 03:56:36.194 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-09-27T03:56:37.601Z[ recovery-image] Sep 27 03:56:36.214 INFO O| Sep 27 03:56:36.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45162024-09-27T03:56:37.601Z[ recovery-image] Sep 27 03:56:36.215 INFO O| Sep 27 03:56:36.215 INFO STEP 140 (remove_files) COMPLETE
45172024-09-27T03:56:37.601Z[ recovery-image] Sep 27 03:56:36.215 INFO O| Sep 27 03:56:36.215 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-09-27T03:56:37.623Z[ recovery-image] Sep 27 03:56:36.236 INFO O| Sep 27 03:56:36.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45192024-09-27T03:56:37.623Z[ recovery-image] Sep 27 03:56:36.237 INFO O| Sep 27 03:56:36.236 INFO STEP 141 (remove_files) COMPLETE
45202024-09-27T03:56:37.626Z[ recovery-image] Sep 27 03:56:36.237 INFO O| Sep 27 03:56:36.237 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-09-27T03:56:37.646Z[ recovery-image] Sep 27 03:56:36.259 INFO O| Sep 27 03:56:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45222024-09-27T03:56:37.646Z[ recovery-image] Sep 27 03:56:36.259 INFO O| Sep 27 03:56:36.259 INFO STEP 142 (remove_files) COMPLETE
45232024-09-27T03:56:37.649Z[ recovery-image] Sep 27 03:56:36.259 INFO O| Sep 27 03:56:36.259 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-09-27T03:56:37.669Z[ recovery-image] Sep 27 03:56:36.282 INFO O| Sep 27 03:56:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45252024-09-27T03:56:37.675Z[ recovery-image] Sep 27 03:56:36.288 INFO O| Sep 27 03:56:36.288 INFO STEP 143 (remove_files) COMPLETE
45262024-09-27T03:56:37.675Z[ recovery-image] Sep 27 03:56:36.288 INFO O| Sep 27 03:56:36.288 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-09-27T03:56:37.733Z[ recovery-image] Sep 27 03:56:36.344 INFO O| Sep 27 03:56:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45282024-09-27T03:56:37.733Z[ recovery-image] Sep 27 03:56:36.345 INFO O| Sep 27 03:56:36.345 INFO STEP 144 (remove_files) COMPLETE
45292024-09-27T03:56:37.735Z[ recovery-image] Sep 27 03:56:36.345 INFO O| Sep 27 03:56:36.345 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-09-27T03:56:37.810Z[ recovery-image] Sep 27 03:56:36.422 INFO O| Sep 27 03:56:36.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45312024-09-27T03:56:37.810Z[ recovery-image] Sep 27 03:56:36.422 INFO O| Sep 27 03:56:36.422 INFO STEP 145 (remove_files) COMPLETE
45322024-09-27T03:56:37.810Z[ recovery-image] Sep 27 03:56:36.422 INFO O| Sep 27 03:56:36.422 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-09-27T03:56:37.848Z[ recovery-image] Sep 27 03:56:36.461 INFO O| Sep 27 03:56:36.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45342024-09-27T03:56:37.900Z[ recovery-image] Sep 27 03:56:36.513 INFO O| Sep 27 03:56:36.513 INFO STEP 146 (remove_files) COMPLETE
45352024-09-27T03:56:37.900Z[ recovery-image] Sep 27 03:56:36.513 INFO O| Sep 27 03:56:36.513 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-09-27T03:56:37.959Z[ recovery-image] Sep 27 03:56:36.571 INFO O| Sep 27 03:56:36.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45372024-09-27T03:56:37.959Z[ recovery-image] Sep 27 03:56:36.571 INFO O| Sep 27 03:56:36.571 INFO STEP 147 (remove_files) COMPLETE
45382024-09-27T03:56:37.959Z[ recovery-image] Sep 27 03:56:36.571 INFO O| Sep 27 03:56:36.571 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-09-27T03:56:37.979Z[ recovery-image] Sep 27 03:56:36.592 INFO O| Sep 27 03:56:36.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45402024-09-27T03:56:37.979Z[ recovery-image] Sep 27 03:56:36.592 INFO O| Sep 27 03:56:36.592 INFO STEP 148 (remove_files) COMPLETE
45412024-09-27T03:56:37.979Z[ recovery-image] Sep 27 03:56:36.592 INFO O| Sep 27 03:56:36.592 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-09-27T03:56:38.002Z[ recovery-image] Sep 27 03:56:36.614 INFO O| Sep 27 03:56:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45432024-09-27T03:56:38.002Z[ recovery-image] Sep 27 03:56:36.614 INFO O| Sep 27 03:56:36.614 INFO STEP 149 (remove_files) COMPLETE
45442024-09-27T03:56:38.002Z[ recovery-image] Sep 27 03:56:36.614 INFO O| Sep 27 03:56:36.614 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-09-27T03:56:38.022Z[ recovery-image] Sep 27 03:56:36.635 INFO O| Sep 27 03:56:36.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45462024-09-27T03:56:38.025Z[ recovery-image] Sep 27 03:56:36.635 INFO O| Sep 27 03:56:36.635 INFO STEP 150 (remove_files) COMPLETE
45472024-09-27T03:56:38.025Z[ recovery-image] Sep 27 03:56:36.635 INFO O| Sep 27 03:56:36.635 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-09-27T03:56:38.043Z[ recovery-image] Sep 27 03:56:36.655 INFO O| Sep 27 03:56:36.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45492024-09-27T03:56:38.043Z[ recovery-image] Sep 27 03:56:36.655 INFO O| Sep 27 03:56:36.655 INFO STEP 151 (remove_files) COMPLETE
45502024-09-27T03:56:38.043Z[ recovery-image] Sep 27 03:56:36.655 INFO O| Sep 27 03:56:36.655 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-09-27T03:56:38.062Z[ recovery-image] Sep 27 03:56:36.675 INFO O| Sep 27 03:56:36.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45522024-09-27T03:56:38.062Z[ recovery-image] Sep 27 03:56:36.675 INFO O| Sep 27 03:56:36.675 INFO STEP 152 (remove_files) COMPLETE
45532024-09-27T03:56:38.062Z[ recovery-image] Sep 27 03:56:36.675 INFO O| Sep 27 03:56:36.675 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-09-27T03:56:38.084Z[ recovery-image] Sep 27 03:56:36.697 INFO O| Sep 27 03:56:36.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45552024-09-27T03:56:38.084Z[ recovery-image] Sep 27 03:56:36.697 INFO O| Sep 27 03:56:36.697 INFO STEP 153 (remove_files) COMPLETE
45562024-09-27T03:56:38.086Z[ recovery-image] Sep 27 03:56:36.697 INFO O| Sep 27 03:56:36.697 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-09-27T03:56:38.104Z[ recovery-image] Sep 27 03:56:36.717 INFO O| Sep 27 03:56:36.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45582024-09-27T03:56:38.105Z[ recovery-image] Sep 27 03:56:36.718 INFO O| Sep 27 03:56:36.717 INFO STEP 154 (remove_files) COMPLETE
45592024-09-27T03:56:38.108Z[ recovery-image] Sep 27 03:56:36.718 INFO O| Sep 27 03:56:36.718 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-09-27T03:56:38.126Z[ recovery-image] Sep 27 03:56:36.739 INFO O| Sep 27 03:56:36.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45612024-09-27T03:56:38.126Z[ recovery-image] Sep 27 03:56:36.739 INFO O| Sep 27 03:56:36.739 INFO STEP 155 (remove_files) COMPLETE
45622024-09-27T03:56:38.129Z[ recovery-image] Sep 27 03:56:36.739 INFO O| Sep 27 03:56:36.739 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-09-27T03:56:38.147Z[ recovery-image] Sep 27 03:56:36.759 INFO O| Sep 27 03:56:36.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45642024-09-27T03:56:38.147Z[ recovery-image] Sep 27 03:56:36.760 INFO O| Sep 27 03:56:36.759 INFO STEP 156 (remove_files) COMPLETE
45652024-09-27T03:56:38.147Z[ recovery-image] Sep 27 03:56:36.760 INFO O| Sep 27 03:56:36.760 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-09-27T03:56:38.176Z[ recovery-image] Sep 27 03:56:36.789 INFO O| Sep 27 03:56:36.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45672024-09-27T03:56:38.176Z[ recovery-image] Sep 27 03:56:36.789 INFO O| Sep 27 03:56:36.789 INFO STEP 157 (remove_files) COMPLETE
45682024-09-27T03:56:38.180Z[ recovery-image] Sep 27 03:56:36.789 INFO O| Sep 27 03:56:36.789 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-09-27T03:56:38.229Z[ recovery-image] Sep 27 03:56:36.842 INFO O| Sep 27 03:56:36.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45702024-09-27T03:56:38.240Z[ recovery-image] Sep 27 03:56:36.853 INFO O| Sep 27 03:56:36.853 INFO STEP 158 (remove_files) COMPLETE
45712024-09-27T03:56:38.240Z[ recovery-image] Sep 27 03:56:36.853 INFO O| Sep 27 03:56:36.853 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-09-27T03:56:38.294Z[ recovery-image] Sep 27 03:56:36.907 INFO O| Sep 27 03:56:36.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
45732024-09-27T03:56:38.294Z[ recovery-image] Sep 27 03:56:36.907 INFO O| Sep 27 03:56:36.907 INFO STEP 159 (remove_files) COMPLETE
45742024-09-27T03:56:38.294Z[ recovery-image] Sep 27 03:56:36.907 INFO O| Sep 27 03:56:36.907 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-09-27T03:56:38.316Z[ recovery-image] Sep 27 03:56:36.929 INFO O| Sep 27 03:56:36.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
45762024-09-27T03:56:38.316Z[ recovery-image] Sep 27 03:56:36.929 INFO O| Sep 27 03:56:36.929 INFO STEP 160 (remove_files) COMPLETE
45772024-09-27T03:56:38.316Z[ recovery-image] Sep 27 03:56:36.929 INFO O| Sep 27 03:56:36.929 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-09-27T03:56:38.337Z[ recovery-image] Sep 27 03:56:36.950 INFO O| Sep 27 03:56:36.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
45792024-09-27T03:56:38.337Z[ recovery-image] Sep 27 03:56:36.950 INFO O| Sep 27 03:56:36.950 INFO STEP 161 (remove_files) COMPLETE
45802024-09-27T03:56:38.337Z[ recovery-image] Sep 27 03:56:36.950 INFO O| Sep 27 03:56:36.950 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-09-27T03:56:38.375Z[ recovery-image] Sep 27 03:56:36.988 INFO O| Sep 27 03:56:36.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
45822024-09-27T03:56:38.375Z[ recovery-image] Sep 27 03:56:36.988 INFO O| Sep 27 03:56:36.988 INFO STEP 162 (remove_files) COMPLETE
45832024-09-27T03:56:38.375Z[ recovery-image] Sep 27 03:56:36.988 INFO O| Sep 27 03:56:36.988 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-09-27T03:56:38.398Z[ recovery-image] Sep 27 03:56:37.010 INFO O| Sep 27 03:56:37.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
45852024-09-27T03:56:38.398Z[ recovery-image] Sep 27 03:56:37.010 INFO O| Sep 27 03:56:37.010 INFO STEP 163 (remove_files) COMPLETE
45862024-09-27T03:56:38.398Z[ recovery-image] Sep 27 03:56:37.010 INFO O| Sep 27 03:56:37.010 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-09-27T03:56:38.493Z[ recovery-image] Sep 27 03:56:37.106 INFO O| Sep 27 03:56:37.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
45882024-09-27T03:56:38.493Z[ recovery-image] Sep 27 03:56:37.106 INFO O| Sep 27 03:56:37.106 INFO STEP 164 (remove_files) COMPLETE
45892024-09-27T03:56:38.497Z[ recovery-image] Sep 27 03:56:37.106 INFO O| Sep 27 03:56:37.106 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-09-27T03:56:38.513Z[ recovery-image] Sep 27 03:56:37.126 INFO O| Sep 27 03:56:37.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
45912024-09-27T03:56:38.513Z[ recovery-image] Sep 27 03:56:37.126 INFO O| Sep 27 03:56:37.126 INFO STEP 165 (remove_files) COMPLETE
45922024-09-27T03:56:38.515Z[ recovery-image] Sep 27 03:56:37.126 INFO O| Sep 27 03:56:37.126 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-09-27T03:56:38.541Z[ recovery-image] Sep 27 03:56:37.154 INFO O| Sep 27 03:56:37.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
45942024-09-27T03:56:38.544Z[ recovery-image] Sep 27 03:56:37.155 INFO O| Sep 27 03:56:37.155 INFO STEP 166 (remove_files) COMPLETE
45952024-09-27T03:56:38.545Z[ recovery-image] Sep 27 03:56:37.155 INFO O| Sep 27 03:56:37.155 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-09-27T03:56:38.590Z[ recovery-image] Sep 27 03:56:37.203 INFO O| Sep 27 03:56:37.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
45972024-09-27T03:56:38.590Z[ recovery-image] Sep 27 03:56:37.203 INFO O| Sep 27 03:56:37.203 INFO STEP 167 (remove_files) COMPLETE
45982024-09-27T03:56:38.593Z[ recovery-image] Sep 27 03:56:37.203 INFO O| Sep 27 03:56:37.203 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-09-27T03:56:38.615Z[ recovery-image] Sep 27 03:56:37.228 INFO O| Sep 27 03:56:37.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46002024-09-27T03:56:38.615Z[ recovery-image] Sep 27 03:56:37.228 INFO O| Sep 27 03:56:37.228 INFO STEP 168 (remove_files) COMPLETE
46012024-09-27T03:56:38.619Z[ recovery-image] Sep 27 03:56:37.228 INFO O| Sep 27 03:56:37.228 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-09-27T03:56:38.649Z[ recovery-image] Sep 27 03:56:37.262 INFO O| Sep 27 03:56:37.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46032024-09-27T03:56:38.649Z[ recovery-image] Sep 27 03:56:37.262 INFO O| Sep 27 03:56:37.262 INFO STEP 169 (remove_files) COMPLETE
46042024-09-27T03:56:38.651Z[ recovery-image] Sep 27 03:56:37.262 INFO O| Sep 27 03:56:37.262 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-09-27T03:56:38.670Z[ recovery-image] Sep 27 03:56:37.283 INFO O| Sep 27 03:56:37.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46062024-09-27T03:56:38.670Z[ recovery-image] Sep 27 03:56:37.283 INFO O| Sep 27 03:56:37.283 INFO STEP 170 (remove_files) COMPLETE
46072024-09-27T03:56:38.670Z[ recovery-image] Sep 27 03:56:37.283 INFO O| Sep 27 03:56:37.283 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-09-27T03:56:38.691Z[ recovery-image] Sep 27 03:56:37.303 INFO O| Sep 27 03:56:37.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46092024-09-27T03:56:38.691Z[ recovery-image] Sep 27 03:56:37.303 INFO O| Sep 27 03:56:37.303 INFO STEP 171 (remove_files) COMPLETE
46102024-09-27T03:56:38.691Z[ recovery-image] Sep 27 03:56:37.303 INFO O| Sep 27 03:56:37.303 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-09-27T03:56:38.712Z[ recovery-image] Sep 27 03:56:37.325 INFO O| Sep 27 03:56:37.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46122024-09-27T03:56:38.715Z[ recovery-image] Sep 27 03:56:37.325 INFO O| Sep 27 03:56:37.325 INFO STEP 172 (remove_files) COMPLETE
46132024-09-27T03:56:38.715Z[ recovery-image] Sep 27 03:56:37.326 INFO O| Sep 27 03:56:37.325 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-09-27T03:56:38.733Z[ recovery-image] Sep 27 03:56:37.346 INFO O| Sep 27 03:56:37.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46152024-09-27T03:56:38.736Z[ recovery-image] Sep 27 03:56:37.347 INFO O| Sep 27 03:56:37.346 INFO STEP 173 (remove_files) COMPLETE
46162024-09-27T03:56:38.736Z[ recovery-image] Sep 27 03:56:37.347 INFO O| Sep 27 03:56:37.347 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-09-27T03:56:38.756Z[ recovery-image] Sep 27 03:56:37.368 INFO O| Sep 27 03:56:37.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46182024-09-27T03:56:38.758Z[ recovery-image] Sep 27 03:56:37.369 INFO O| Sep 27 03:56:37.369 INFO STEP 174 (remove_files) COMPLETE
46192024-09-27T03:56:38.758Z[ recovery-image] Sep 27 03:56:37.369 INFO O| Sep 27 03:56:37.369 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-09-27T03:56:38.781Z[ recovery-image] Sep 27 03:56:37.392 INFO O| Sep 27 03:56:37.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46212024-09-27T03:56:38.781Z[ recovery-image] Sep 27 03:56:37.392 INFO O| Sep 27 03:56:37.392 INFO STEP 175 (remove_files) COMPLETE
46222024-09-27T03:56:38.783Z[ recovery-image] Sep 27 03:56:37.392 INFO O| Sep 27 03:56:37.392 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-09-27T03:56:38.842Z[ recovery-image] Sep 27 03:56:37.454 INFO O| Sep 27 03:56:37.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46242024-09-27T03:56:38.842Z[ recovery-image] Sep 27 03:56:37.454 INFO O| Sep 27 03:56:37.454 INFO STEP 176 (remove_files) COMPLETE
46252024-09-27T03:56:38.844Z[ recovery-image] Sep 27 03:56:37.455 INFO O| Sep 27 03:56:37.454 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-09-27T03:56:38.862Z[ recovery-image] Sep 27 03:56:37.475 INFO O| Sep 27 03:56:37.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46272024-09-27T03:56:38.862Z[ recovery-image] Sep 27 03:56:37.475 INFO O| Sep 27 03:56:37.475 INFO STEP 177 (remove_files) COMPLETE
46282024-09-27T03:56:38.865Z[ recovery-image] Sep 27 03:56:37.475 INFO O| Sep 27 03:56:37.475 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-09-27T03:56:38.882Z[ recovery-image] Sep 27 03:56:37.494 INFO O| Sep 27 03:56:37.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46302024-09-27T03:56:38.882Z[ recovery-image] Sep 27 03:56:37.494 INFO O| Sep 27 03:56:37.494 INFO STEP 178 (remove_files) COMPLETE
46312024-09-27T03:56:38.882Z[ recovery-image] Sep 27 03:56:37.495 INFO O| Sep 27 03:56:37.494 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-09-27T03:56:38.920Z[ recovery-image] Sep 27 03:56:37.532 INFO O| Sep 27 03:56:37.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46332024-09-27T03:56:38.920Z[ recovery-image] Sep 27 03:56:37.532 INFO O| Sep 27 03:56:37.532 INFO STEP 179 (remove_files) COMPLETE
46342024-09-27T03:56:38.920Z[ recovery-image] Sep 27 03:56:37.532 INFO O| Sep 27 03:56:37.532 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-09-27T03:56:38.939Z[ recovery-image] Sep 27 03:56:37.552 INFO O| Sep 27 03:56:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46362024-09-27T03:56:38.963Z[ recovery-image] Sep 27 03:56:37.575 INFO O| Sep 27 03:56:37.575 INFO STEP 180 (remove_files) COMPLETE
46372024-09-27T03:56:38.963Z[ recovery-image] Sep 27 03:56:37.575 INFO O| Sep 27 03:56:37.575 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-09-27T03:56:38.995Z[ recovery-image] Sep 27 03:56:37.607 INFO O| Sep 27 03:56:37.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46392024-09-27T03:56:38.995Z[ recovery-image] Sep 27 03:56:37.607 INFO O| Sep 27 03:56:37.607 INFO STEP 181 (remove_files) COMPLETE
46402024-09-27T03:56:38.995Z[ recovery-image] Sep 27 03:56:37.607 INFO O| Sep 27 03:56:37.607 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-09-27T03:56:39.013Z[ recovery-image] Sep 27 03:56:37.626 INFO O| Sep 27 03:56:37.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46422024-09-27T03:56:39.013Z[ recovery-image] Sep 27 03:56:37.626 INFO O| Sep 27 03:56:37.626 INFO STEP 182 (remove_files) COMPLETE
46432024-09-27T03:56:39.016Z[ recovery-image] Sep 27 03:56:37.626 INFO O| Sep 27 03:56:37.626 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-09-27T03:56:39.032Z[ recovery-image] Sep 27 03:56:37.645 INFO O| Sep 27 03:56:37.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46452024-09-27T03:56:39.032Z[ recovery-image] Sep 27 03:56:37.645 INFO O| Sep 27 03:56:37.645 INFO STEP 183 (remove_files) COMPLETE
46462024-09-27T03:56:39.035Z[ recovery-image] Sep 27 03:56:37.645 INFO O| Sep 27 03:56:37.645 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-09-27T03:56:39.053Z[ recovery-image] Sep 27 03:56:37.666 INFO O| Sep 27 03:56:37.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46482024-09-27T03:56:39.053Z[ recovery-image] Sep 27 03:56:37.666 INFO O| Sep 27 03:56:37.666 INFO STEP 184 (remove_files) COMPLETE
46492024-09-27T03:56:39.053Z[ recovery-image] Sep 27 03:56:37.666 INFO O| Sep 27 03:56:37.666 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-09-27T03:56:39.074Z[ recovery-image] Sep 27 03:56:37.687 INFO O| Sep 27 03:56:37.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46512024-09-27T03:56:39.074Z[ recovery-image] Sep 27 03:56:37.687 INFO O| Sep 27 03:56:37.687 INFO STEP 185 (remove_files) COMPLETE
46522024-09-27T03:56:39.074Z[ recovery-image] Sep 27 03:56:37.687 INFO O| Sep 27 03:56:37.687 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-09-27T03:56:39.093Z[ recovery-image] Sep 27 03:56:37.706 INFO O| Sep 27 03:56:37.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46542024-09-27T03:56:39.093Z[ recovery-image] Sep 27 03:56:37.706 INFO O| Sep 27 03:56:37.706 INFO STEP 186 (remove_files) COMPLETE
46552024-09-27T03:56:39.096Z[ recovery-image] Sep 27 03:56:37.706 INFO O| Sep 27 03:56:37.706 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-09-27T03:56:39.112Z[ recovery-image] Sep 27 03:56:37.725 INFO O| Sep 27 03:56:37.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46572024-09-27T03:56:39.112Z[ recovery-image] Sep 27 03:56:37.725 INFO O| Sep 27 03:56:37.725 INFO STEP 187 (remove_files) COMPLETE
46582024-09-27T03:56:39.112Z[ recovery-image] Sep 27 03:56:37.725 INFO O| Sep 27 03:56:37.725 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-09-27T03:56:39.146Z[ recovery-image] Sep 27 03:56:37.759 INFO O| Sep 27 03:56:37.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46602024-09-27T03:56:39.149Z[ recovery-image] Sep 27 03:56:37.760 INFO O| Sep 27 03:56:37.759 INFO STEP 188 (remove_files) COMPLETE
46612024-09-27T03:56:39.149Z[ recovery-image] Sep 27 03:56:37.760 INFO O| Sep 27 03:56:37.760 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-09-27T03:56:39.203Z[ recovery-image] Sep 27 03:56:37.816 INFO O| Sep 27 03:56:37.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46632024-09-27T03:56:39.203Z[ recovery-image] Sep 27 03:56:37.816 INFO O| Sep 27 03:56:37.816 INFO STEP 189 (remove_files) COMPLETE
46642024-09-27T03:56:39.206Z[ recovery-image] Sep 27 03:56:37.816 INFO O| Sep 27 03:56:37.816 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-09-27T03:56:39.254Z[ recovery-image] Sep 27 03:56:37.867 INFO O| Sep 27 03:56:37.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46662024-09-27T03:56:39.256Z[ recovery-image] Sep 27 03:56:37.867 INFO O| Sep 27 03:56:37.867 INFO STEP 190 (remove_files) COMPLETE
46672024-09-27T03:56:39.257Z[ recovery-image] Sep 27 03:56:37.867 INFO O| Sep 27 03:56:37.867 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-09-27T03:56:39.273Z[ recovery-image] Sep 27 03:56:37.886 INFO O| Sep 27 03:56:37.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46692024-09-27T03:56:39.273Z[ recovery-image] Sep 27 03:56:37.886 INFO O| Sep 27 03:56:37.886 INFO STEP 191 (remove_files) COMPLETE
46702024-09-27T03:56:39.276Z[ recovery-image] Sep 27 03:56:37.886 INFO O| Sep 27 03:56:37.886 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-09-27T03:56:39.308Z[ host-image] Sep 27 03:56:37.921 INFO O| Sep 27 03:56:37.921 INFO O| Download: 578/1140 items 2.8/8.4MB 32% complete (582k/s)
46722024-09-27T03:56:39.339Z[ recovery-image] Sep 27 03:56:37.952 INFO O| Sep 27 03:56:37.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
46732024-09-27T03:56:39.339Z[ recovery-image] Sep 27 03:56:37.952 INFO O| Sep 27 03:56:37.952 INFO STEP 192 (remove_files) COMPLETE
46742024-09-27T03:56:39.339Z[ recovery-image] Sep 27 03:56:37.952 INFO O| Sep 27 03:56:37.952 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-09-27T03:56:39.401Z[ recovery-image] Sep 27 03:56:38.014 INFO O| Sep 27 03:56:38.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
46762024-09-27T03:56:39.403Z[ recovery-image] Sep 27 03:56:38.014 INFO O| Sep 27 03:56:38.014 INFO STEP 193 (remove_files) COMPLETE
46772024-09-27T03:56:39.404Z[ recovery-image] Sep 27 03:56:38.014 INFO O| Sep 27 03:56:38.014 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-09-27T03:56:39.421Z[ recovery-image] Sep 27 03:56:38.034 INFO O| Sep 27 03:56:38.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
46792024-09-27T03:56:39.423Z[ recovery-image] Sep 27 03:56:38.034 INFO O| Sep 27 03:56:38.034 INFO STEP 194 (remove_files) COMPLETE
46802024-09-27T03:56:39.423Z[ recovery-image] Sep 27 03:56:38.034 INFO O| Sep 27 03:56:38.034 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-09-27T03:56:39.441Z[ recovery-image] Sep 27 03:56:38.054 INFO O| Sep 27 03:56:38.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
46822024-09-27T03:56:39.443Z[ recovery-image] Sep 27 03:56:38.054 INFO O| Sep 27 03:56:38.054 INFO STEP 195 (remove_files) COMPLETE
46832024-09-27T03:56:39.443Z[ recovery-image] Sep 27 03:56:38.054 INFO O| Sep 27 03:56:38.054 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-09-27T03:56:39.459Z[ recovery-image] Sep 27 03:56:38.072 INFO O| Sep 27 03:56:38.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
46852024-09-27T03:56:39.462Z[ recovery-image] Sep 27 03:56:38.072 INFO O| Sep 27 03:56:38.072 INFO STEP 196 (remove_files) COMPLETE
46862024-09-27T03:56:39.462Z[ recovery-image] Sep 27 03:56:38.072 INFO O| Sep 27 03:56:38.072 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-09-27T03:56:39.479Z[ recovery-image] Sep 27 03:56:38.091 INFO O| Sep 27 03:56:38.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
46882024-09-27T03:56:39.482Z[ recovery-image] Sep 27 03:56:38.092 INFO O| Sep 27 03:56:38.091 INFO STEP 197 (remove_files) COMPLETE
46892024-09-27T03:56:39.482Z[ recovery-image] Sep 27 03:56:38.092 INFO O| Sep 27 03:56:38.092 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-09-27T03:56:39.508Z[ recovery-image] Sep 27 03:56:38.119 INFO O| Sep 27 03:56:38.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
46912024-09-27T03:56:39.509Z[ recovery-image] Sep 27 03:56:38.119 INFO O| Sep 27 03:56:38.119 INFO STEP 198 (remove_files) COMPLETE
46922024-09-27T03:56:39.512Z[ recovery-image] Sep 27 03:56:38.119 INFO O| Sep 27 03:56:38.119 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-09-27T03:56:39.530Z[ recovery-image] Sep 27 03:56:38.143 INFO O| Sep 27 03:56:38.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
46942024-09-27T03:56:39.530Z[ recovery-image] Sep 27 03:56:38.143 INFO O| Sep 27 03:56:38.143 INFO STEP 199 (remove_files) COMPLETE
46952024-09-27T03:56:39.533Z[ recovery-image] Sep 27 03:56:38.143 INFO O| Sep 27 03:56:38.143 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-09-27T03:56:39.572Z[ recovery-image] Sep 27 03:56:38.185 INFO O| Sep 27 03:56:38.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
46972024-09-27T03:56:39.572Z[ recovery-image] Sep 27 03:56:38.185 INFO O| Sep 27 03:56:38.185 INFO STEP 200 (remove_files) COMPLETE
46982024-09-27T03:56:39.575Z[ recovery-image] Sep 27 03:56:38.185 INFO O| Sep 27 03:56:38.185 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-09-27T03:56:39.594Z[ recovery-image] Sep 27 03:56:38.207 INFO O| Sep 27 03:56:38.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47002024-09-27T03:56:39.594Z[ recovery-image] Sep 27 03:56:38.207 INFO O| Sep 27 03:56:38.207 INFO STEP 201 (remove_files) COMPLETE
47012024-09-27T03:56:39.594Z[ recovery-image] Sep 27 03:56:38.207 INFO O| Sep 27 03:56:38.207 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-09-27T03:56:39.615Z[ recovery-image] Sep 27 03:56:38.228 INFO O| Sep 27 03:56:38.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47032024-09-27T03:56:39.615Z[ recovery-image] Sep 27 03:56:38.228 INFO O| Sep 27 03:56:38.228 INFO STEP 202 (remove_files) COMPLETE
47042024-09-27T03:56:39.618Z[ recovery-image] Sep 27 03:56:38.228 INFO O| Sep 27 03:56:38.228 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-09-27T03:56:39.633Z[ recovery-image] Sep 27 03:56:38.246 INFO O| Sep 27 03:56:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47062024-09-27T03:56:39.633Z[ recovery-image] Sep 27 03:56:38.246 INFO O| Sep 27 03:56:38.246 INFO STEP 203 (remove_files) COMPLETE
47072024-09-27T03:56:39.636Z[ recovery-image] Sep 27 03:56:38.246 INFO O| Sep 27 03:56:38.246 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-09-27T03:56:39.667Z[ recovery-image] Sep 27 03:56:38.279 INFO O| Sep 27 03:56:38.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47092024-09-27T03:56:39.667Z[ recovery-image] Sep 27 03:56:38.279 INFO O| Sep 27 03:56:38.279 INFO STEP 204 (remove_files) COMPLETE
47102024-09-27T03:56:39.669Z[ recovery-image] Sep 27 03:56:38.279 INFO O| Sep 27 03:56:38.279 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-09-27T03:56:39.728Z[ recovery-image] Sep 27 03:56:38.341 INFO O| Sep 27 03:56:38.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47122024-09-27T03:56:39.728Z[ recovery-image] Sep 27 03:56:38.341 INFO O| Sep 27 03:56:38.341 INFO STEP 205 (remove_files) COMPLETE
47132024-09-27T03:56:39.728Z[ recovery-image] Sep 27 03:56:38.341 INFO O| Sep 27 03:56:38.341 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-09-27T03:56:39.773Z[ recovery-image] Sep 27 03:56:38.386 INFO O| Sep 27 03:56:38.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47152024-09-27T03:56:39.777Z[ recovery-image] Sep 27 03:56:38.386 INFO O| Sep 27 03:56:38.386 INFO STEP 206 (remove_files) COMPLETE
47162024-09-27T03:56:39.777Z[ recovery-image] Sep 27 03:56:38.386 INFO O| Sep 27 03:56:38.386 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-09-27T03:56:39.835Z[ recovery-image] Sep 27 03:56:38.448 INFO O| Sep 27 03:56:38.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47182024-09-27T03:56:39.835Z[ recovery-image] Sep 27 03:56:38.448 INFO O| Sep 27 03:56:38.448 INFO STEP 207 (remove_files) COMPLETE
47192024-09-27T03:56:39.838Z[ recovery-image] Sep 27 03:56:38.448 INFO O| Sep 27 03:56:38.448 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-09-27T03:56:39.855Z[ recovery-image] Sep 27 03:56:38.468 INFO O| Sep 27 03:56:38.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47212024-09-27T03:56:39.855Z[ recovery-image] Sep 27 03:56:38.468 INFO O| Sep 27 03:56:38.468 INFO STEP 208 (remove_files) COMPLETE
47222024-09-27T03:56:39.855Z[ recovery-image] Sep 27 03:56:38.468 INFO O| Sep 27 03:56:38.468 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-09-27T03:56:39.876Z[ recovery-image] Sep 27 03:56:38.489 INFO O| Sep 27 03:56:38.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47242024-09-27T03:56:39.876Z[ recovery-image] Sep 27 03:56:38.489 INFO O| Sep 27 03:56:38.489 INFO STEP 209 (remove_files) COMPLETE
47252024-09-27T03:56:39.878Z[ recovery-image] Sep 27 03:56:38.489 INFO O| Sep 27 03:56:38.489 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-09-27T03:56:39.896Z[ recovery-image] Sep 27 03:56:38.509 INFO O| Sep 27 03:56:38.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47272024-09-27T03:56:39.896Z[ recovery-image] Sep 27 03:56:38.509 INFO O| Sep 27 03:56:38.509 INFO STEP 210 (remove_files) COMPLETE
47282024-09-27T03:56:39.899Z[ recovery-image] Sep 27 03:56:38.509 INFO O| Sep 27 03:56:38.509 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-09-27T03:56:39.915Z[ recovery-image] Sep 27 03:56:38.528 INFO O| Sep 27 03:56:38.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47302024-09-27T03:56:39.915Z[ recovery-image] Sep 27 03:56:38.528 INFO O| Sep 27 03:56:38.528 INFO STEP 211 (remove_files) COMPLETE
47312024-09-27T03:56:39.915Z[ recovery-image] Sep 27 03:56:38.528 INFO O| Sep 27 03:56:38.528 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-09-27T03:56:39.937Z[ recovery-image] Sep 27 03:56:38.549 INFO O| Sep 27 03:56:38.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47332024-09-27T03:56:39.937Z[ recovery-image] Sep 27 03:56:38.549 INFO O| Sep 27 03:56:38.549 INFO STEP 212 (remove_files) COMPLETE
47342024-09-27T03:56:39.937Z[ recovery-image] Sep 27 03:56:38.549 INFO O| Sep 27 03:56:38.549 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-09-27T03:56:39.976Z[ recovery-image] Sep 27 03:56:38.588 INFO O| Sep 27 03:56:38.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47362024-09-27T03:56:39.976Z[ recovery-image] Sep 27 03:56:38.588 INFO O| Sep 27 03:56:38.588 INFO STEP 213 (remove_files) COMPLETE
47372024-09-27T03:56:39.976Z[ recovery-image] Sep 27 03:56:38.588 INFO O| Sep 27 03:56:38.588 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-09-27T03:56:40.014Z[ recovery-image] Sep 27 03:56:38.627 INFO O| Sep 27 03:56:38.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47392024-09-27T03:56:40.017Z[ recovery-image] Sep 27 03:56:38.627 INFO O| Sep 27 03:56:38.627 INFO STEP 214 (remove_files) COMPLETE
47402024-09-27T03:56:40.017Z[ recovery-image] Sep 27 03:56:38.627 INFO O| Sep 27 03:56:38.627 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-09-27T03:56:40.036Z[ recovery-image] Sep 27 03:56:38.648 INFO O| Sep 27 03:56:38.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47422024-09-27T03:56:40.036Z[ recovery-image] Sep 27 03:56:38.649 INFO O| Sep 27 03:56:38.649 INFO STEP 215 (remove_files) COMPLETE
47432024-09-27T03:56:40.036Z[ recovery-image] Sep 27 03:56:38.649 INFO O| Sep 27 03:56:38.649 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-09-27T03:56:40.058Z[ recovery-image] Sep 27 03:56:38.670 INFO O| Sep 27 03:56:38.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47452024-09-27T03:56:40.058Z[ recovery-image] Sep 27 03:56:38.670 INFO O| Sep 27 03:56:38.670 INFO STEP 216 (remove_files) COMPLETE
47462024-09-27T03:56:40.058Z[ recovery-image] Sep 27 03:56:38.670 INFO O| Sep 27 03:56:38.670 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-09-27T03:56:40.079Z[ recovery-image] Sep 27 03:56:38.691 INFO O| Sep 27 03:56:38.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47482024-09-27T03:56:40.079Z[ recovery-image] Sep 27 03:56:38.691 INFO O| Sep 27 03:56:38.691 INFO STEP 217 (remove_files) COMPLETE
47492024-09-27T03:56:40.081Z[ recovery-image] Sep 27 03:56:38.692 INFO O| Sep 27 03:56:38.691 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-09-27T03:56:40.099Z[ recovery-image] Sep 27 03:56:38.712 INFO O| Sep 27 03:56:38.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47512024-09-27T03:56:40.099Z[ recovery-image] Sep 27 03:56:38.712 INFO O| Sep 27 03:56:38.712 INFO STEP 218 (remove_files) COMPLETE
47522024-09-27T03:56:40.099Z[ recovery-image] Sep 27 03:56:38.712 INFO O| Sep 27 03:56:38.712 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-09-27T03:56:40.137Z[ recovery-image] Sep 27 03:56:38.750 INFO O| Sep 27 03:56:38.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47542024-09-27T03:56:40.140Z[ recovery-image] Sep 27 03:56:38.750 INFO O| Sep 27 03:56:38.750 INFO STEP 219 (remove_files) COMPLETE
47552024-09-27T03:56:40.140Z[ recovery-image] Sep 27 03:56:38.750 INFO O| Sep 27 03:56:38.750 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-09-27T03:56:40.160Z[ recovery-image] Sep 27 03:56:38.773 INFO O| Sep 27 03:56:38.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47572024-09-27T03:56:40.163Z[ recovery-image] Sep 27 03:56:38.773 INFO O| Sep 27 03:56:38.773 INFO STEP 220 (remove_files) COMPLETE
47582024-09-27T03:56:40.163Z[ recovery-image] Sep 27 03:56:38.773 INFO O| Sep 27 03:56:38.773 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-09-27T03:56:40.180Z[ recovery-image] Sep 27 03:56:38.793 INFO O| Sep 27 03:56:38.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47602024-09-27T03:56:40.183Z[ recovery-image] Sep 27 03:56:38.793 INFO O| Sep 27 03:56:38.793 INFO STEP 221 (remove_files) COMPLETE
47612024-09-27T03:56:40.183Z[ recovery-image] Sep 27 03:56:38.793 INFO O| Sep 27 03:56:38.793 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-09-27T03:56:40.200Z[ recovery-image] Sep 27 03:56:38.812 INFO O| Sep 27 03:56:38.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47632024-09-27T03:56:40.200Z[ recovery-image] Sep 27 03:56:38.813 INFO O| Sep 27 03:56:38.813 INFO STEP 222 (remove_files) COMPLETE
47642024-09-27T03:56:40.205Z[ recovery-image] Sep 27 03:56:38.813 INFO O| Sep 27 03:56:38.813 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-09-27T03:56:40.219Z[ recovery-image] Sep 27 03:56:38.831 INFO O| Sep 27 03:56:38.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47662024-09-27T03:56:40.221Z[ recovery-image] Sep 27 03:56:38.832 INFO O| Sep 27 03:56:38.831 INFO STEP 223 (remove_files) COMPLETE
47672024-09-27T03:56:40.221Z[ recovery-image] Sep 27 03:56:38.832 INFO O| Sep 27 03:56:38.832 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-09-27T03:56:40.239Z[ recovery-image] Sep 27 03:56:38.852 INFO O| Sep 27 03:56:38.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47692024-09-27T03:56:40.241Z[ recovery-image] Sep 27 03:56:38.852 INFO O| Sep 27 03:56:38.852 INFO STEP 224 (remove_files) COMPLETE
47702024-09-27T03:56:40.241Z[ recovery-image] Sep 27 03:56:38.852 INFO O| Sep 27 03:56:38.852 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-09-27T03:56:40.272Z[ recovery-image] Sep 27 03:56:38.885 INFO O| Sep 27 03:56:38.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47722024-09-27T03:56:40.272Z[ recovery-image] Sep 27 03:56:38.885 INFO O| Sep 27 03:56:38.885 INFO STEP 225 (remove_files) COMPLETE
47732024-09-27T03:56:40.272Z[ recovery-image] Sep 27 03:56:38.885 INFO O| Sep 27 03:56:38.885 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-09-27T03:56:40.291Z[ recovery-image] Sep 27 03:56:38.904 INFO O| Sep 27 03:56:38.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
47752024-09-27T03:56:40.292Z[ recovery-image] Sep 27 03:56:38.904 INFO O| Sep 27 03:56:38.904 INFO STEP 226 (remove_files) COMPLETE
47762024-09-27T03:56:40.294Z[ recovery-image] Sep 27 03:56:38.904 INFO O| Sep 27 03:56:38.904 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-09-27T03:56:40.311Z[ recovery-image] Sep 27 03:56:38.923 INFO O| Sep 27 03:56:38.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
47782024-09-27T03:56:40.311Z[ recovery-image] Sep 27 03:56:38.923 INFO O| Sep 27 03:56:38.923 INFO STEP 227 (remove_files) COMPLETE
47792024-09-27T03:56:40.311Z[ recovery-image] Sep 27 03:56:38.924 INFO O| Sep 27 03:56:38.923 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-09-27T03:56:40.329Z[ recovery-image] Sep 27 03:56:38.941 INFO O| Sep 27 03:56:38.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
47812024-09-27T03:56:40.329Z[ recovery-image] Sep 27 03:56:38.941 INFO O| Sep 27 03:56:38.941 INFO STEP 228 (remove_files) COMPLETE
47822024-09-27T03:56:40.329Z[ recovery-image] Sep 27 03:56:38.941 INFO O| Sep 27 03:56:38.941 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-09-27T03:56:40.347Z[ recovery-image] Sep 27 03:56:38.959 INFO O| Sep 27 03:56:38.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
47842024-09-27T03:56:40.347Z[ recovery-image] Sep 27 03:56:38.959 INFO O| Sep 27 03:56:38.959 INFO STEP 229 (remove_files) COMPLETE
47852024-09-27T03:56:40.347Z[ recovery-image] Sep 27 03:56:38.959 INFO O| Sep 27 03:56:38.959 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-09-27T03:56:40.365Z[ recovery-image] Sep 27 03:56:38.978 INFO O| Sep 27 03:56:38.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
47872024-09-27T03:56:40.365Z[ recovery-image] Sep 27 03:56:38.978 INFO O| Sep 27 03:56:38.978 INFO STEP 230 (remove_files) COMPLETE
47882024-09-27T03:56:40.368Z[ recovery-image] Sep 27 03:56:38.978 INFO O| Sep 27 03:56:38.978 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-09-27T03:56:40.383Z[ recovery-image] Sep 27 03:56:38.995 INFO O| Sep 27 03:56:38.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
47902024-09-27T03:56:40.383Z[ recovery-image] Sep 27 03:56:38.995 INFO O| Sep 27 03:56:38.995 INFO STEP 231 (remove_files) COMPLETE
47912024-09-27T03:56:40.383Z[ recovery-image] Sep 27 03:56:38.995 INFO O| Sep 27 03:56:38.995 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-09-27T03:56:40.400Z[ recovery-image] Sep 27 03:56:39.013 INFO O| Sep 27 03:56:39.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
47932024-09-27T03:56:40.400Z[ recovery-image] Sep 27 03:56:39.013 INFO O| Sep 27 03:56:39.013 INFO STEP 232 (remove_files) COMPLETE
47942024-09-27T03:56:40.400Z[ recovery-image] Sep 27 03:56:39.013 INFO O| Sep 27 03:56:39.013 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-09-27T03:56:40.418Z[ recovery-image] Sep 27 03:56:39.030 INFO O| Sep 27 03:56:39.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
47962024-09-27T03:56:40.418Z[ recovery-image] Sep 27 03:56:39.030 INFO O| Sep 27 03:56:39.030 INFO STEP 233 (remove_files) COMPLETE
47972024-09-27T03:56:40.418Z[ recovery-image] Sep 27 03:56:39.030 INFO O| Sep 27 03:56:39.030 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-09-27T03:56:40.435Z[ recovery-image] Sep 27 03:56:39.048 INFO O| Sep 27 03:56:39.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
47992024-09-27T03:56:40.435Z[ recovery-image] Sep 27 03:56:39.048 INFO O| Sep 27 03:56:39.048 INFO STEP 234 (remove_files) COMPLETE
48002024-09-27T03:56:40.438Z[ recovery-image] Sep 27 03:56:39.048 INFO O| Sep 27 03:56:39.048 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-09-27T03:56:40.454Z[ recovery-image] Sep 27 03:56:39.066 INFO O| Sep 27 03:56:39.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48022024-09-27T03:56:40.455Z[ recovery-image] Sep 27 03:56:39.066 INFO O| Sep 27 03:56:39.066 INFO STEP 235 (remove_files) COMPLETE
48032024-09-27T03:56:40.455Z[ recovery-image] Sep 27 03:56:39.067 INFO O| Sep 27 03:56:39.066 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-09-27T03:56:40.473Z[ recovery-image] Sep 27 03:56:39.085 INFO O| Sep 27 03:56:39.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48052024-09-27T03:56:40.473Z[ recovery-image] Sep 27 03:56:39.085 INFO O| Sep 27 03:56:39.085 INFO STEP 236 (remove_files) COMPLETE
48062024-09-27T03:56:40.473Z[ recovery-image] Sep 27 03:56:39.085 INFO O| Sep 27 03:56:39.085 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-09-27T03:56:40.491Z[ recovery-image] Sep 27 03:56:39.103 INFO O| Sep 27 03:56:39.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48082024-09-27T03:56:40.491Z[ recovery-image] Sep 27 03:56:39.103 INFO O| Sep 27 03:56:39.103 INFO STEP 237 (remove_files) COMPLETE
48092024-09-27T03:56:40.491Z[ recovery-image] Sep 27 03:56:39.103 INFO O| Sep 27 03:56:39.103 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-09-27T03:56:40.522Z[ recovery-image] Sep 27 03:56:39.134 INFO O| Sep 27 03:56:39.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48112024-09-27T03:56:40.522Z[ recovery-image] Sep 27 03:56:39.134 INFO O| Sep 27 03:56:39.134 INFO STEP 238 (remove_files) COMPLETE
48122024-09-27T03:56:40.522Z[ recovery-image] Sep 27 03:56:39.134 INFO O| Sep 27 03:56:39.134 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-09-27T03:56:40.578Z[ recovery-image] Sep 27 03:56:39.190 INFO O| Sep 27 03:56:39.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48142024-09-27T03:56:40.578Z[ recovery-image] Sep 27 03:56:39.190 INFO O| Sep 27 03:56:39.190 INFO STEP 239 (remove_files) COMPLETE
48152024-09-27T03:56:40.581Z[ recovery-image] Sep 27 03:56:39.191 INFO O| Sep 27 03:56:39.190 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-09-27T03:56:40.598Z[ recovery-image] Sep 27 03:56:39.210 INFO O| Sep 27 03:56:39.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48172024-09-27T03:56:40.598Z[ recovery-image] Sep 27 03:56:39.210 INFO O| Sep 27 03:56:39.210 INFO STEP 240 (remove_files) COMPLETE
48182024-09-27T03:56:40.600Z[ recovery-image] Sep 27 03:56:39.210 INFO O| Sep 27 03:56:39.210 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-09-27T03:56:40.616Z[ recovery-image] Sep 27 03:56:39.229 INFO O| Sep 27 03:56:39.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48202024-09-27T03:56:40.619Z[ recovery-image] Sep 27 03:56:39.229 INFO O| Sep 27 03:56:39.229 INFO STEP 241 (remove_files) COMPLETE
48212024-09-27T03:56:40.619Z[ recovery-image] Sep 27 03:56:39.229 INFO O| Sep 27 03:56:39.229 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-09-27T03:56:40.650Z[ recovery-image] Sep 27 03:56:39.262 INFO O| Sep 27 03:56:39.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48232024-09-27T03:56:40.673Z[ recovery-image] Sep 27 03:56:39.286 INFO O| Sep 27 03:56:39.286 INFO STEP 242 (remove_files) COMPLETE
48242024-09-27T03:56:40.673Z[ recovery-image] Sep 27 03:56:39.286 INFO O| Sep 27 03:56:39.286 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-09-27T03:56:40.696Z[ recovery-image] Sep 27 03:56:39.308 INFO O| Sep 27 03:56:39.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48262024-09-27T03:56:40.698Z[ recovery-image] Sep 27 03:56:39.309 INFO O| Sep 27 03:56:39.309 INFO STEP 243 (remove_files) COMPLETE
48272024-09-27T03:56:40.698Z[ recovery-image] Sep 27 03:56:39.309 INFO O| Sep 27 03:56:39.309 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-09-27T03:56:40.719Z[ recovery-image] Sep 27 03:56:39.331 INFO O| Sep 27 03:56:39.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48292024-09-27T03:56:40.721Z[ recovery-image] Sep 27 03:56:39.332 INFO O| Sep 27 03:56:39.331 INFO STEP 244 (remove_files) COMPLETE
48302024-09-27T03:56:40.721Z[ recovery-image] Sep 27 03:56:39.332 INFO O| Sep 27 03:56:39.331 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-09-27T03:56:40.740Z[ recovery-image] Sep 27 03:56:39.352 INFO O| Sep 27 03:56:39.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48322024-09-27T03:56:40.742Z[ recovery-image] Sep 27 03:56:39.352 INFO O| Sep 27 03:56:39.352 INFO STEP 245 (remove_files) COMPLETE
48332024-09-27T03:56:40.742Z[ recovery-image] Sep 27 03:56:39.352 INFO O| Sep 27 03:56:39.352 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-09-27T03:56:40.759Z[ recovery-image] Sep 27 03:56:39.371 INFO O| Sep 27 03:56:39.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48352024-09-27T03:56:40.759Z[ recovery-image] Sep 27 03:56:39.371 INFO O| Sep 27 03:56:39.371 INFO STEP 246 (remove_files) COMPLETE
48362024-09-27T03:56:40.761Z[ recovery-image] Sep 27 03:56:39.372 INFO O| Sep 27 03:56:39.371 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-09-27T03:56:40.792Z[ recovery-image] Sep 27 03:56:39.402 INFO O| Sep 27 03:56:39.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48382024-09-27T03:56:40.794Z[ recovery-image] Sep 27 03:56:39.402 INFO O| Sep 27 03:56:39.402 INFO STEP 247 (remove_files) COMPLETE
48392024-09-27T03:56:40.794Z[ recovery-image] Sep 27 03:56:39.403 INFO O| Sep 27 03:56:39.402 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-09-27T03:56:40.813Z[ recovery-image] Sep 27 03:56:39.424 INFO O| Sep 27 03:56:39.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48412024-09-27T03:56:40.813Z[ recovery-image] Sep 27 03:56:39.424 INFO O| Sep 27 03:56:39.424 INFO STEP 248 (remove_files) COMPLETE
48422024-09-27T03:56:40.813Z[ recovery-image] Sep 27 03:56:39.424 INFO O| Sep 27 03:56:39.424 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-09-27T03:56:40.831Z[ recovery-image] Sep 27 03:56:39.444 INFO O| Sep 27 03:56:39.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48442024-09-27T03:56:40.831Z[ recovery-image] Sep 27 03:56:39.444 INFO O| Sep 27 03:56:39.444 INFO STEP 249 (remove_files) COMPLETE
48452024-09-27T03:56:40.831Z[ recovery-image] Sep 27 03:56:39.444 INFO O| Sep 27 03:56:39.444 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-09-27T03:56:40.851Z[ recovery-image] Sep 27 03:56:39.464 INFO O| Sep 27 03:56:39.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48472024-09-27T03:56:40.851Z[ recovery-image] Sep 27 03:56:39.464 INFO O| Sep 27 03:56:39.464 INFO STEP 250 (remove_files) COMPLETE
48482024-09-27T03:56:40.851Z[ recovery-image] Sep 27 03:56:39.464 INFO O| Sep 27 03:56:39.464 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-09-27T03:56:40.887Z[ recovery-image] Sep 27 03:56:39.496 INFO O| Sep 27 03:56:39.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48502024-09-27T03:56:40.887Z[ recovery-image] Sep 27 03:56:39.496 INFO O| Sep 27 03:56:39.496 INFO STEP 251 (remove_files) COMPLETE
48512024-09-27T03:56:40.889Z[ recovery-image] Sep 27 03:56:39.496 INFO O| Sep 27 03:56:39.496 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-09-27T03:56:40.917Z[ recovery-image] Sep 27 03:56:39.529 INFO O| Sep 27 03:56:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48532024-09-27T03:56:40.917Z[ recovery-image] Sep 27 03:56:39.529 INFO O| Sep 27 03:56:39.529 INFO STEP 252 (remove_files) COMPLETE
48542024-09-27T03:56:40.917Z[ recovery-image] Sep 27 03:56:39.529 INFO O| Sep 27 03:56:39.529 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-09-27T03:56:40.936Z[ recovery-image] Sep 27 03:56:39.549 INFO O| Sep 27 03:56:39.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48562024-09-27T03:56:40.959Z[ recovery-image] Sep 27 03:56:39.572 INFO O| Sep 27 03:56:39.572 INFO STEP 253 (remove_files) COMPLETE
48572024-09-27T03:56:40.959Z[ recovery-image] Sep 27 03:56:39.572 INFO O| Sep 27 03:56:39.572 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-09-27T03:56:40.997Z[ recovery-image] Sep 27 03:56:39.610 INFO O| Sep 27 03:56:39.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48592024-09-27T03:56:40.997Z[ recovery-image] Sep 27 03:56:39.610 INFO O| Sep 27 03:56:39.610 INFO STEP 254 (remove_files) COMPLETE
48602024-09-27T03:56:40.997Z[ recovery-image] Sep 27 03:56:39.610 INFO O| Sep 27 03:56:39.610 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-09-27T03:56:41.038Z[ recovery-image] Sep 27 03:56:39.650 INFO O| Sep 27 03:56:39.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48622024-09-27T03:56:41.038Z[ recovery-image] Sep 27 03:56:39.650 INFO O| Sep 27 03:56:39.650 INFO STEP 255 (remove_files) COMPLETE
48632024-09-27T03:56:41.038Z[ recovery-image] Sep 27 03:56:39.650 INFO O| Sep 27 03:56:39.650 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-09-27T03:56:41.059Z[ recovery-image] Sep 27 03:56:39.671 INFO O| Sep 27 03:56:39.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48652024-09-27T03:56:41.059Z[ recovery-image] Sep 27 03:56:39.671 INFO O| Sep 27 03:56:39.671 INFO STEP 256 (remove_files) COMPLETE
48662024-09-27T03:56:41.059Z[ recovery-image] Sep 27 03:56:39.671 INFO O| Sep 27 03:56:39.671 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-09-27T03:56:41.082Z[ recovery-image] Sep 27 03:56:39.694 INFO O| Sep 27 03:56:39.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48682024-09-27T03:56:41.082Z[ recovery-image] Sep 27 03:56:39.694 INFO O| Sep 27 03:56:39.694 INFO STEP 257 (remove_files) COMPLETE
48692024-09-27T03:56:41.084Z[ recovery-image] Sep 27 03:56:39.694 INFO O| Sep 27 03:56:39.694 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-09-27T03:56:41.103Z[ recovery-image] Sep 27 03:56:39.716 INFO O| Sep 27 03:56:39.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48712024-09-27T03:56:41.103Z[ recovery-image] Sep 27 03:56:39.716 INFO O| Sep 27 03:56:39.716 INFO STEP 258 (remove_files) COMPLETE
48722024-09-27T03:56:41.106Z[ recovery-image] Sep 27 03:56:39.716 INFO O| Sep 27 03:56:39.716 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-09-27T03:56:41.139Z[ recovery-image] Sep 27 03:56:39.737 INFO O| Sep 27 03:56:39.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
48742024-09-27T03:56:41.139Z[ recovery-image] Sep 27 03:56:39.737 INFO O| Sep 27 03:56:39.737 INFO STEP 259 (remove_files) COMPLETE
48752024-09-27T03:56:41.141Z[ recovery-image] Sep 27 03:56:39.738 INFO O| Sep 27 03:56:39.737 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-09-27T03:56:41.172Z[ recovery-image] Sep 27 03:56:39.784 INFO O| Sep 27 03:56:39.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
48772024-09-27T03:56:41.174Z[ recovery-image] Sep 27 03:56:39.785 INFO O| Sep 27 03:56:39.784 INFO STEP 260 (remove_files) COMPLETE
48782024-09-27T03:56:41.174Z[ recovery-image] Sep 27 03:56:39.785 INFO O| Sep 27 03:56:39.784 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-09-27T03:56:41.195Z[ recovery-image] Sep 27 03:56:39.808 INFO O| Sep 27 03:56:39.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
48802024-09-27T03:56:41.195Z[ recovery-image] Sep 27 03:56:39.808 INFO O| Sep 27 03:56:39.808 INFO STEP 261 (remove_files) COMPLETE
48812024-09-27T03:56:41.195Z[ recovery-image] Sep 27 03:56:39.808 INFO O| Sep 27 03:56:39.808 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-09-27T03:56:41.219Z[ recovery-image] Sep 27 03:56:39.831 INFO O| Sep 27 03:56:39.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
48832024-09-27T03:56:41.219Z[ recovery-image] Sep 27 03:56:39.831 INFO O| Sep 27 03:56:39.831 INFO STEP 262 (remove_files) COMPLETE
48842024-09-27T03:56:41.227Z[ recovery-image] Sep 27 03:56:39.832 INFO O| Sep 27 03:56:39.831 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-09-27T03:56:41.244Z[ recovery-image] Sep 27 03:56:39.855 INFO O| Sep 27 03:56:39.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
48862024-09-27T03:56:41.244Z[ recovery-image] Sep 27 03:56:39.855 INFO O| Sep 27 03:56:39.855 INFO STEP 263 (remove_files) COMPLETE
48872024-09-27T03:56:41.244Z[ recovery-image] Sep 27 03:56:39.855 INFO O| Sep 27 03:56:39.855 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-09-27T03:56:41.266Z[ recovery-image] Sep 27 03:56:39.878 INFO O| Sep 27 03:56:39.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
48892024-09-27T03:56:41.266Z[ recovery-image] Sep 27 03:56:39.878 INFO O| Sep 27 03:56:39.878 INFO STEP 264 (remove_files) COMPLETE
48902024-09-27T03:56:41.268Z[ recovery-image] Sep 27 03:56:39.878 INFO O| Sep 27 03:56:39.878 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-09-27T03:56:41.288Z[ recovery-image] Sep 27 03:56:39.900 INFO O| Sep 27 03:56:39.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
48922024-09-27T03:56:41.288Z[ recovery-image] Sep 27 03:56:39.901 INFO O| Sep 27 03:56:39.900 INFO STEP 265 (remove_files) COMPLETE
48932024-09-27T03:56:41.288Z[ recovery-image] Sep 27 03:56:39.901 INFO O| Sep 27 03:56:39.901 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-09-27T03:56:41.310Z[ recovery-image] Sep 27 03:56:39.922 INFO O| Sep 27 03:56:39.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
48952024-09-27T03:56:41.310Z[ recovery-image] Sep 27 03:56:39.922 INFO O| Sep 27 03:56:39.922 INFO STEP 266 (remove_files) COMPLETE
48962024-09-27T03:56:41.310Z[ recovery-image] Sep 27 03:56:39.922 INFO O| Sep 27 03:56:39.922 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-09-27T03:56:41.332Z[ recovery-image] Sep 27 03:56:39.943 INFO O| Sep 27 03:56:39.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
48982024-09-27T03:56:41.332Z[ recovery-image] Sep 27 03:56:39.943 INFO O| Sep 27 03:56:39.943 INFO STEP 267 (remove_files) COMPLETE
48992024-09-27T03:56:41.332Z[ recovery-image] Sep 27 03:56:39.943 INFO O| Sep 27 03:56:39.943 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-09-27T03:56:41.352Z[ recovery-image] Sep 27 03:56:39.965 INFO O| Sep 27 03:56:39.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49012024-09-27T03:56:41.352Z[ recovery-image] Sep 27 03:56:39.965 INFO O| Sep 27 03:56:39.965 INFO STEP 268 (remove_files) COMPLETE
49022024-09-27T03:56:41.355Z[ recovery-image] Sep 27 03:56:39.965 INFO O| Sep 27 03:56:39.965 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-09-27T03:56:41.374Z[ recovery-image] Sep 27 03:56:39.986 INFO O| Sep 27 03:56:39.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49042024-09-27T03:56:41.374Z[ recovery-image] Sep 27 03:56:39.986 INFO O| Sep 27 03:56:39.986 INFO STEP 269 (remove_files) COMPLETE
49052024-09-27T03:56:41.374Z[ recovery-image] Sep 27 03:56:39.986 INFO O| Sep 27 03:56:39.986 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-09-27T03:56:41.395Z[ recovery-image] Sep 27 03:56:40.007 INFO O| Sep 27 03:56:40.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49072024-09-27T03:56:41.395Z[ recovery-image] Sep 27 03:56:40.007 INFO O| Sep 27 03:56:40.007 INFO STEP 270 (remove_files) COMPLETE
49082024-09-27T03:56:41.395Z[ recovery-image] Sep 27 03:56:40.007 INFO O| Sep 27 03:56:40.007 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-09-27T03:56:41.414Z[ recovery-image] Sep 27 03:56:40.027 INFO O| Sep 27 03:56:40.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49102024-09-27T03:56:41.417Z[ recovery-image] Sep 27 03:56:40.027 INFO O| Sep 27 03:56:40.027 INFO STEP 271 (remove_files) COMPLETE
49112024-09-27T03:56:41.417Z[ recovery-image] Sep 27 03:56:40.027 INFO O| Sep 27 03:56:40.027 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-09-27T03:56:41.434Z[ recovery-image] Sep 27 03:56:40.046 INFO O| Sep 27 03:56:40.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49132024-09-27T03:56:41.434Z[ recovery-image] Sep 27 03:56:40.046 INFO O| Sep 27 03:56:40.046 INFO STEP 272 (remove_files) COMPLETE
49142024-09-27T03:56:41.434Z[ recovery-image] Sep 27 03:56:40.046 INFO O| Sep 27 03:56:40.046 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-09-27T03:56:41.472Z[ recovery-image] Sep 27 03:56:40.084 INFO O| Sep 27 03:56:40.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49162024-09-27T03:56:41.472Z[ recovery-image] Sep 27 03:56:40.084 INFO O| Sep 27 03:56:40.084 INFO STEP 273 (remove_files) COMPLETE
49172024-09-27T03:56:41.472Z[ recovery-image] Sep 27 03:56:40.084 INFO O| Sep 27 03:56:40.084 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-09-27T03:56:41.494Z[ recovery-image] Sep 27 03:56:40.106 INFO O| Sep 27 03:56:40.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49192024-09-27T03:56:41.494Z[ recovery-image] Sep 27 03:56:40.106 INFO O| Sep 27 03:56:40.106 INFO STEP 274 (remove_files) COMPLETE
49202024-09-27T03:56:41.496Z[ recovery-image] Sep 27 03:56:40.106 INFO O| Sep 27 03:56:40.106 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-09-27T03:56:41.524Z[ recovery-image] Sep 27 03:56:40.136 INFO O| Sep 27 03:56:40.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49222024-09-27T03:56:41.524Z[ recovery-image] Sep 27 03:56:40.136 INFO O| Sep 27 03:56:40.136 INFO STEP 275 (remove_files) COMPLETE
49232024-09-27T03:56:41.524Z[ recovery-image] Sep 27 03:56:40.136 INFO O| Sep 27 03:56:40.136 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-09-27T03:56:41.582Z[ recovery-image] Sep 27 03:56:40.194 INFO O| Sep 27 03:56:40.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49252024-09-27T03:56:41.582Z[ recovery-image] Sep 27 03:56:40.194 INFO O| Sep 27 03:56:40.194 INFO STEP 276 (remove_files) COMPLETE
49262024-09-27T03:56:41.582Z[ recovery-image] Sep 27 03:56:40.194 INFO O| Sep 27 03:56:40.194 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-09-27T03:56:41.606Z[ recovery-image] Sep 27 03:56:40.219 INFO O| Sep 27 03:56:40.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49282024-09-27T03:56:41.606Z[ recovery-image] Sep 27 03:56:40.219 INFO O| Sep 27 03:56:40.219 INFO STEP 277 (remove_files) COMPLETE
49292024-09-27T03:56:41.609Z[ recovery-image] Sep 27 03:56:40.219 INFO O| Sep 27 03:56:40.219 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-09-27T03:56:41.652Z[ recovery-image] Sep 27 03:56:40.264 INFO O| Sep 27 03:56:40.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49312024-09-27T03:56:41.652Z[ recovery-image] Sep 27 03:56:40.265 INFO O| Sep 27 03:56:40.265 INFO STEP 278 (remove_files) COMPLETE
49322024-09-27T03:56:41.655Z[ recovery-image] Sep 27 03:56:40.265 INFO O| Sep 27 03:56:40.265 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-09-27T03:56:41.726Z[ recovery-image] Sep 27 03:56:40.338 INFO O| Sep 27 03:56:40.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49342024-09-27T03:56:41.726Z[ recovery-image] Sep 27 03:56:40.338 INFO O| Sep 27 03:56:40.338 INFO STEP 279 (remove_files) COMPLETE
49352024-09-27T03:56:41.726Z[ recovery-image] Sep 27 03:56:40.338 INFO O| Sep 27 03:56:40.338 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-09-27T03:56:41.746Z[ recovery-image] Sep 27 03:56:40.358 INFO O| Sep 27 03:56:40.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49372024-09-27T03:56:41.746Z[ recovery-image] Sep 27 03:56:40.358 INFO O| Sep 27 03:56:40.358 INFO STEP 280 (remove_files) COMPLETE
49382024-09-27T03:56:41.746Z[ recovery-image] Sep 27 03:56:40.359 INFO O| Sep 27 03:56:40.358 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-09-27T03:56:41.766Z[ recovery-image] Sep 27 03:56:40.378 INFO O| Sep 27 03:56:40.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49402024-09-27T03:56:41.766Z[ recovery-image] Sep 27 03:56:40.378 INFO O| Sep 27 03:56:40.378 INFO STEP 281 (remove_files) COMPLETE
49412024-09-27T03:56:41.769Z[ recovery-image] Sep 27 03:56:40.378 INFO O| Sep 27 03:56:40.378 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-09-27T03:56:41.785Z[ recovery-image] Sep 27 03:56:40.398 INFO O| Sep 27 03:56:40.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49432024-09-27T03:56:41.785Z[ recovery-image] Sep 27 03:56:40.398 INFO O| Sep 27 03:56:40.398 INFO STEP 282 (remove_files) COMPLETE
49442024-09-27T03:56:41.785Z[ recovery-image] Sep 27 03:56:40.398 INFO O| Sep 27 03:56:40.398 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-09-27T03:56:41.804Z[ recovery-image] Sep 27 03:56:40.416 INFO O| Sep 27 03:56:40.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49462024-09-27T03:56:41.804Z[ recovery-image] Sep 27 03:56:40.416 INFO O| Sep 27 03:56:40.416 INFO STEP 283 (remove_files) COMPLETE
49472024-09-27T03:56:41.804Z[ recovery-image] Sep 27 03:56:40.416 INFO O| Sep 27 03:56:40.416 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-09-27T03:56:41.821Z[ recovery-image] Sep 27 03:56:40.434 INFO O| Sep 27 03:56:40.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49492024-09-27T03:56:41.821Z[ recovery-image] Sep 27 03:56:40.434 INFO O| Sep 27 03:56:40.434 INFO STEP 284 (remove_files) COMPLETE
49502024-09-27T03:56:41.821Z[ recovery-image] Sep 27 03:56:40.434 INFO O| Sep 27 03:56:40.434 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-09-27T03:56:41.838Z[ recovery-image] Sep 27 03:56:40.450 INFO O| Sep 27 03:56:40.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49522024-09-27T03:56:41.838Z[ recovery-image] Sep 27 03:56:40.450 INFO O| Sep 27 03:56:40.450 INFO STEP 285 (remove_files) COMPLETE
49532024-09-27T03:56:41.840Z[ recovery-image] Sep 27 03:56:40.450 INFO O| Sep 27 03:56:40.450 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-09-27T03:56:41.877Z[ recovery-image] Sep 27 03:56:40.489 INFO O| Sep 27 03:56:40.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49552024-09-27T03:56:41.877Z[ recovery-image] Sep 27 03:56:40.490 INFO O| Sep 27 03:56:40.490 INFO STEP 286 (remove_files) COMPLETE
49562024-09-27T03:56:41.880Z[ recovery-image] Sep 27 03:56:40.490 INFO O| Sep 27 03:56:40.490 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-09-27T03:56:41.977Z[ recovery-image] Sep 27 03:56:40.589 INFO O| Sep 27 03:56:40.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49582024-09-27T03:56:41.979Z[ recovery-image] Sep 27 03:56:40.589 INFO O| Sep 27 03:56:40.589 INFO STEP 287 (remove_files) COMPLETE
49592024-09-27T03:56:41.979Z[ recovery-image] Sep 27 03:56:40.589 INFO O| Sep 27 03:56:40.589 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-09-27T03:56:41.998Z[ recovery-image] Sep 27 03:56:40.611 INFO O| Sep 27 03:56:40.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49612024-09-27T03:56:42.001Z[ recovery-image] Sep 27 03:56:40.611 INFO O| Sep 27 03:56:40.611 INFO STEP 288 (remove_files) COMPLETE
49622024-09-27T03:56:42.001Z[ recovery-image] Sep 27 03:56:40.611 INFO O| Sep 27 03:56:40.611 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-09-27T03:56:42.019Z[ recovery-image] Sep 27 03:56:40.632 INFO O| Sep 27 03:56:40.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49642024-09-27T03:56:42.022Z[ recovery-image] Sep 27 03:56:40.632 INFO O| Sep 27 03:56:40.632 INFO STEP 289 (remove_files) COMPLETE
49652024-09-27T03:56:42.022Z[ recovery-image] Sep 27 03:56:40.632 INFO O| Sep 27 03:56:40.632 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-09-27T03:56:42.039Z[ recovery-image] Sep 27 03:56:40.651 INFO O| Sep 27 03:56:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49672024-09-27T03:56:42.039Z[ recovery-image] Sep 27 03:56:40.651 INFO O| Sep 27 03:56:40.651 INFO STEP 290 (remove_files) COMPLETE
49682024-09-27T03:56:42.041Z[ recovery-image] Sep 27 03:56:40.652 INFO O| Sep 27 03:56:40.651 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-09-27T03:56:42.081Z[ recovery-image] Sep 27 03:56:40.692 INFO O| Sep 27 03:56:40.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
49702024-09-27T03:56:42.081Z[ recovery-image] Sep 27 03:56:40.692 INFO O| Sep 27 03:56:40.692 INFO STEP 291 (remove_files) COMPLETE
49712024-09-27T03:56:42.081Z[ recovery-image] Sep 27 03:56:40.692 INFO O| Sep 27 03:56:40.692 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-09-27T03:56:42.208Z[ recovery-image] Sep 27 03:56:40.820 INFO O| Sep 27 03:56:40.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
49732024-09-27T03:56:42.208Z[ recovery-image] Sep 27 03:56:40.820 INFO O| Sep 27 03:56:40.820 INFO STEP 292 (remove_files) COMPLETE
49742024-09-27T03:56:42.208Z[ recovery-image] Sep 27 03:56:40.820 INFO O| Sep 27 03:56:40.820 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-09-27T03:56:42.230Z[ recovery-image] Sep 27 03:56:40.842 INFO O| Sep 27 03:56:40.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
49762024-09-27T03:56:42.230Z[ recovery-image] Sep 27 03:56:40.842 INFO O| Sep 27 03:56:40.842 INFO STEP 293 (remove_files) COMPLETE
49772024-09-27T03:56:42.230Z[ recovery-image] Sep 27 03:56:40.842 INFO O| Sep 27 03:56:40.842 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-09-27T03:56:42.257Z[ recovery-image] Sep 27 03:56:40.869 INFO O| Sep 27 03:56:40.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
49792024-09-27T03:56:42.260Z[ recovery-image] Sep 27 03:56:40.870 INFO O| Sep 27 03:56:40.870 INFO STEP 294 (remove_files) COMPLETE
49802024-09-27T03:56:42.260Z[ recovery-image] Sep 27 03:56:40.870 INFO O| Sep 27 03:56:40.870 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-09-27T03:56:42.279Z[ recovery-image] Sep 27 03:56:40.891 INFO O| Sep 27 03:56:40.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
49822024-09-27T03:56:42.281Z[ recovery-image] Sep 27 03:56:40.892 INFO O| Sep 27 03:56:40.891 INFO STEP 295 (remove_files) COMPLETE
49832024-09-27T03:56:42.281Z[ recovery-image] Sep 27 03:56:40.892 INFO O| Sep 27 03:56:40.892 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-09-27T03:56:42.324Z[ recovery-image] Sep 27 03:56:40.936 INFO O| Sep 27 03:56:40.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
49852024-09-27T03:56:42.324Z[ recovery-image] Sep 27 03:56:40.936 INFO O| Sep 27 03:56:40.936 INFO STEP 296 (remove_files) COMPLETE
49862024-09-27T03:56:42.326Z[ recovery-image] Sep 27 03:56:40.936 INFO O| Sep 27 03:56:40.936 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-09-27T03:56:42.348Z[ recovery-image] Sep 27 03:56:40.960 INFO O| Sep 27 03:56:40.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
49882024-09-27T03:56:42.348Z[ recovery-image] Sep 27 03:56:40.960 INFO O| Sep 27 03:56:40.960 INFO STEP 297 (remove_files) COMPLETE
49892024-09-27T03:56:42.348Z[ recovery-image] Sep 27 03:56:40.960 INFO O| Sep 27 03:56:40.960 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-09-27T03:56:42.372Z[ recovery-image] Sep 27 03:56:40.984 INFO O| Sep 27 03:56:40.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
49912024-09-27T03:56:42.372Z[ recovery-image] Sep 27 03:56:40.984 INFO O| Sep 27 03:56:40.984 INFO STEP 298 (remove_files) COMPLETE
49922024-09-27T03:56:42.372Z[ recovery-image] Sep 27 03:56:40.984 INFO O| Sep 27 03:56:40.984 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-09-27T03:56:42.395Z[ recovery-image] Sep 27 03:56:41.007 INFO O| Sep 27 03:56:41.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
49942024-09-27T03:56:42.395Z[ recovery-image] Sep 27 03:56:41.007 INFO O| Sep 27 03:56:41.007 INFO STEP 299 (remove_files) COMPLETE
49952024-09-27T03:56:42.395Z[ recovery-image] Sep 27 03:56:41.007 INFO O| Sep 27 03:56:41.007 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-09-27T03:56:42.416Z[ recovery-image] Sep 27 03:56:41.028 INFO O| Sep 27 03:56:41.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
49972024-09-27T03:56:42.416Z[ recovery-image] Sep 27 03:56:41.029 INFO O| Sep 27 03:56:41.028 INFO STEP 300 (remove_files) COMPLETE
49982024-09-27T03:56:42.416Z[ recovery-image] Sep 27 03:56:41.029 INFO O| Sep 27 03:56:41.029 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-09-27T03:56:42.437Z[ recovery-image] Sep 27 03:56:41.049 INFO O| Sep 27 03:56:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50002024-09-27T03:56:42.437Z[ recovery-image] Sep 27 03:56:41.049 INFO O| Sep 27 03:56:41.049 INFO STEP 301 (remove_files) COMPLETE
50012024-09-27T03:56:42.437Z[ recovery-image] Sep 27 03:56:41.049 INFO O| Sep 27 03:56:41.049 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-09-27T03:56:42.457Z[ recovery-image] Sep 27 03:56:41.069 INFO O| Sep 27 03:56:41.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50032024-09-27T03:56:42.459Z[ recovery-image] Sep 27 03:56:41.069 INFO O| Sep 27 03:56:41.069 INFO STEP 302 (remove_files) COMPLETE
50042024-09-27T03:56:42.459Z[ recovery-image] Sep 27 03:56:41.069 INFO O| Sep 27 03:56:41.069 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-09-27T03:56:42.477Z[ recovery-image] Sep 27 03:56:41.089 INFO O| Sep 27 03:56:41.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50062024-09-27T03:56:42.477Z[ recovery-image] Sep 27 03:56:41.089 INFO O| Sep 27 03:56:41.089 INFO STEP 303 (remove_files) COMPLETE
50072024-09-27T03:56:42.480Z[ recovery-image] Sep 27 03:56:41.089 INFO O| Sep 27 03:56:41.089 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-09-27T03:56:42.499Z[ recovery-image] Sep 27 03:56:41.111 INFO O| Sep 27 03:56:41.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50092024-09-27T03:56:42.502Z[ recovery-image] Sep 27 03:56:41.112 INFO O| Sep 27 03:56:41.112 INFO STEP 304 (remove_files) COMPLETE
50102024-09-27T03:56:42.502Z[ recovery-image] Sep 27 03:56:41.112 INFO O| Sep 27 03:56:41.112 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-09-27T03:56:42.524Z[ recovery-image] Sep 27 03:56:41.136 INFO O| Sep 27 03:56:41.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50122024-09-27T03:56:42.527Z[ recovery-image] Sep 27 03:56:41.137 INFO O| Sep 27 03:56:41.136 INFO STEP 305 (remove_files) COMPLETE
50132024-09-27T03:56:42.527Z[ recovery-image] Sep 27 03:56:41.137 INFO O| Sep 27 03:56:41.137 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-09-27T03:56:42.542Z[ host-image] Sep 27 03:56:41.154 INFO O| Sep 27 03:56:41.154 INFO O| Download: Completed 8.42 MB in 8.24 seconds (1.0M/s)
50152024-09-27T03:56:42.558Z[ recovery-image] Sep 27 03:56:41.167 INFO O| Sep 27 03:56:41.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50162024-09-27T03:56:42.563Z[ recovery-image] Sep 27 03:56:41.168 INFO O| Sep 27 03:56:41.167 INFO STEP 306 (remove_files) COMPLETE
50172024-09-27T03:56:42.563Z[ recovery-image] Sep 27 03:56:41.168 INFO O| Sep 27 03:56:41.168 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-09-27T03:56:42.617Z[ recovery-image] Sep 27 03:56:41.229 INFO O| Sep 27 03:56:41.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50192024-09-27T03:56:42.619Z[ recovery-image] Sep 27 03:56:41.229 INFO O| Sep 27 03:56:41.229 INFO STEP 307 (remove_files) COMPLETE
50202024-09-27T03:56:42.619Z[ recovery-image] Sep 27 03:56:41.229 INFO O| Sep 27 03:56:41.229 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-09-27T03:56:42.636Z[ recovery-image] Sep 27 03:56:41.249 INFO O| Sep 27 03:56:41.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50222024-09-27T03:56:42.639Z[ recovery-image] Sep 27 03:56:41.249 INFO O| Sep 27 03:56:41.249 INFO STEP 308 (remove_files) COMPLETE
50232024-09-27T03:56:42.639Z[ recovery-image] Sep 27 03:56:41.249 INFO O| Sep 27 03:56:41.249 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-09-27T03:56:42.653Z[ recovery-image] Sep 27 03:56:41.265 INFO O| Sep 27 03:56:41.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50252024-09-27T03:56:42.655Z[ recovery-image] Sep 27 03:56:41.265 INFO O| Sep 27 03:56:41.265 INFO STEP 309 (remove_files) COMPLETE
50262024-09-27T03:56:42.655Z[ recovery-image] Sep 27 03:56:41.265 INFO O| Sep 27 03:56:41.265 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-09-27T03:56:42.669Z[ recovery-image] Sep 27 03:56:41.281 INFO O| Sep 27 03:56:41.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50282024-09-27T03:56:42.669Z[ recovery-image] Sep 27 03:56:41.281 INFO O| Sep 27 03:56:41.281 INFO STEP 310 (remove_files) COMPLETE
50292024-09-27T03:56:42.671Z[ recovery-image] Sep 27 03:56:41.281 INFO O| Sep 27 03:56:41.281 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-09-27T03:56:42.685Z[ recovery-image] Sep 27 03:56:41.297 INFO O| Sep 27 03:56:41.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50312024-09-27T03:56:42.687Z[ recovery-image] Sep 27 03:56:41.297 INFO O| Sep 27 03:56:41.297 INFO STEP 311 (remove_files) COMPLETE
50322024-09-27T03:56:42.687Z[ recovery-image] Sep 27 03:56:41.297 INFO O| Sep 27 03:56:41.297 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-09-27T03:56:42.694Z[ host-image] Sep 27 03:56:41.306 INFO O| Sep 27 03:56:41.305 INFO O| Actions: 1/1361 actions (Installing new actions)
50342024-09-27T03:56:42.704Z[ recovery-image] Sep 27 03:56:41.316 INFO O| Sep 27 03:56:41.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50352024-09-27T03:56:42.706Z[ recovery-image] Sep 27 03:56:41.316 INFO O| Sep 27 03:56:41.316 INFO STEP 312 (remove_files) COMPLETE
50362024-09-27T03:56:42.706Z[ recovery-image] Sep 27 03:56:41.317 INFO O| Sep 27 03:56:41.316 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-09-27T03:56:42.721Z[ recovery-image] Sep 27 03:56:41.333 INFO O| Sep 27 03:56:41.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50382024-09-27T03:56:42.724Z[ recovery-image] Sep 27 03:56:41.334 INFO O| Sep 27 03:56:41.333 INFO STEP 313 (remove_files) COMPLETE
50392024-09-27T03:56:42.724Z[ recovery-image] Sep 27 03:56:41.334 INFO O| Sep 27 03:56:41.334 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-09-27T03:56:42.740Z[ recovery-image] Sep 27 03:56:41.352 INFO O| Sep 27 03:56:41.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50412024-09-27T03:56:42.740Z[ recovery-image] Sep 27 03:56:41.352 INFO O| Sep 27 03:56:41.352 INFO STEP 314 (remove_files) COMPLETE
50422024-09-27T03:56:42.742Z[ recovery-image] Sep 27 03:56:41.352 INFO O| Sep 27 03:56:41.352 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-09-27T03:56:42.762Z[ recovery-image] Sep 27 03:56:41.374 INFO O| Sep 27 03:56:41.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50442024-09-27T03:56:42.763Z[ recovery-image] Sep 27 03:56:41.374 INFO O| Sep 27 03:56:41.374 INFO STEP 315 (remove_files) COMPLETE
50452024-09-27T03:56:42.763Z[ recovery-image] Sep 27 03:56:41.374 INFO O| Sep 27 03:56:41.374 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-09-27T03:56:42.836Z[ recovery-image] Sep 27 03:56:41.448 INFO O| Sep 27 03:56:41.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50472024-09-27T03:56:42.836Z[ recovery-image] Sep 27 03:56:41.448 INFO O| Sep 27 03:56:41.448 INFO STEP 316 (remove_files) COMPLETE
50482024-09-27T03:56:42.839Z[ recovery-image] Sep 27 03:56:41.448 INFO O| Sep 27 03:56:41.448 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-09-27T03:56:42.857Z[ recovery-image] Sep 27 03:56:41.469 INFO O| Sep 27 03:56:41.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50502024-09-27T03:56:42.857Z[ recovery-image] Sep 27 03:56:41.470 INFO O| Sep 27 03:56:41.470 INFO STEP 317 (remove_files) COMPLETE
50512024-09-27T03:56:42.860Z[ recovery-image] Sep 27 03:56:41.470 INFO O| Sep 27 03:56:41.470 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-09-27T03:56:42.877Z[ recovery-image] Sep 27 03:56:41.489 INFO O| Sep 27 03:56:41.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50532024-09-27T03:56:42.877Z[ recovery-image] Sep 27 03:56:41.489 INFO O| Sep 27 03:56:41.489 INFO STEP 318 (remove_files) COMPLETE
50542024-09-27T03:56:42.877Z[ recovery-image] Sep 27 03:56:41.489 INFO O| Sep 27 03:56:41.489 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-09-27T03:56:42.895Z[ recovery-image] Sep 27 03:56:41.507 INFO O| Sep 27 03:56:41.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50562024-09-27T03:56:42.895Z[ recovery-image] Sep 27 03:56:41.507 INFO O| Sep 27 03:56:41.507 INFO STEP 319 (remove_files) COMPLETE
50572024-09-27T03:56:42.895Z[ recovery-image] Sep 27 03:56:41.507 INFO O| Sep 27 03:56:41.507 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-09-27T03:56:42.912Z[ recovery-image] Sep 27 03:56:41.524 INFO O| Sep 27 03:56:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50592024-09-27T03:56:42.921Z[ recovery-image] Sep 27 03:56:41.533 INFO O| Sep 27 03:56:41.533 INFO STEP 320 (remove_files) COMPLETE
50602024-09-27T03:56:42.921Z[ recovery-image] Sep 27 03:56:41.533 INFO O| Sep 27 03:56:41.533 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-09-27T03:56:43.084Z[ recovery-image] Sep 27 03:56:41.695 INFO O| Sep 27 03:56:41.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50622024-09-27T03:56:43.084Z[ recovery-image] Sep 27 03:56:41.695 INFO O| Sep 27 03:56:41.695 INFO STEP 321 (remove_files) COMPLETE
50632024-09-27T03:56:43.084Z[ recovery-image] Sep 27 03:56:41.695 INFO O| Sep 27 03:56:41.695 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-09-27T03:56:43.190Z[ recovery-image] Sep 27 03:56:41.802 INFO O| Sep 27 03:56:41.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50652024-09-27T03:56:43.190Z[ recovery-image] Sep 27 03:56:41.802 INFO O| Sep 27 03:56:41.802 INFO STEP 322 (remove_files) COMPLETE
50662024-09-27T03:56:43.190Z[ recovery-image] Sep 27 03:56:41.802 INFO O| Sep 27 03:56:41.802 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-09-27T03:56:43.230Z[ recovery-image] Sep 27 03:56:41.842 INFO O| Sep 27 03:56:41.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50682024-09-27T03:56:43.230Z[ recovery-image] Sep 27 03:56:41.842 INFO O| Sep 27 03:56:41.842 INFO STEP 323 (remove_files) COMPLETE
50692024-09-27T03:56:43.230Z[ recovery-image] Sep 27 03:56:41.842 INFO O| Sep 27 03:56:41.842 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-09-27T03:56:43.278Z[ recovery-image] Sep 27 03:56:41.890 INFO O| Sep 27 03:56:41.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50712024-09-27T03:56:43.278Z[ recovery-image] Sep 27 03:56:41.890 INFO O| Sep 27 03:56:41.890 INFO STEP 324 (remove_files) COMPLETE
50722024-09-27T03:56:43.281Z[ recovery-image] Sep 27 03:56:41.891 INFO O| Sep 27 03:56:41.890 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-09-27T03:56:43.297Z[ recovery-image] Sep 27 03:56:41.909 INFO O| Sep 27 03:56:41.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
50742024-09-27T03:56:43.297Z[ recovery-image] Sep 27 03:56:41.909 INFO O| Sep 27 03:56:41.909 INFO STEP 325 (remove_files) COMPLETE
50752024-09-27T03:56:43.300Z[ recovery-image] Sep 27 03:56:41.910 INFO O| Sep 27 03:56:41.909 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-09-27T03:56:43.334Z[ recovery-image] Sep 27 03:56:41.946 INFO O| Sep 27 03:56:41.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
50772024-09-27T03:56:43.334Z[ recovery-image] Sep 27 03:56:41.946 INFO O| Sep 27 03:56:41.946 INFO STEP 326 (remove_files) COMPLETE
50782024-09-27T03:56:43.334Z[ recovery-image] Sep 27 03:56:41.946 INFO O| Sep 27 03:56:41.946 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-09-27T03:56:43.352Z[ recovery-image] Sep 27 03:56:41.963 INFO O| Sep 27 03:56:41.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
50802024-09-27T03:56:43.352Z[ recovery-image] Sep 27 03:56:41.964 INFO O| Sep 27 03:56:41.963 INFO STEP 327 (remove_files) COMPLETE
50812024-09-27T03:56:43.352Z[ recovery-image] Sep 27 03:56:41.964 INFO O| Sep 27 03:56:41.964 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-09-27T03:56:43.422Z[ recovery-image] Sep 27 03:56:42.033 INFO O| Sep 27 03:56:42.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
50832024-09-27T03:56:43.422Z[ recovery-image] Sep 27 03:56:42.033 INFO O| Sep 27 03:56:42.033 INFO STEP 328 (remove_files) COMPLETE
50842024-09-27T03:56:43.422Z[ recovery-image] Sep 27 03:56:42.033 INFO O| Sep 27 03:56:42.033 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-09-27T03:56:43.434Z[ host-image] Sep 27 03:56:42.046 INFO O| Sep 27 03:56:42.046 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
50862024-09-27T03:56:43.465Z[ recovery-image] Sep 27 03:56:42.077 INFO O| Sep 27 03:56:42.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
50872024-09-27T03:56:43.465Z[ recovery-image] Sep 27 03:56:42.077 INFO O| Sep 27 03:56:42.077 INFO STEP 329 (remove_files) COMPLETE
50882024-09-27T03:56:43.467Z[ recovery-image] Sep 27 03:56:42.077 INFO O| Sep 27 03:56:42.077 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-09-27T03:56:43.498Z[ recovery-image] Sep 27 03:56:42.111 INFO O| Sep 27 03:56:42.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
50902024-09-27T03:56:43.498Z[ recovery-image] Sep 27 03:56:42.111 INFO O| Sep 27 03:56:42.111 INFO STEP 330 (remove_files) COMPLETE
50912024-09-27T03:56:43.501Z[ recovery-image] Sep 27 03:56:42.111 INFO O| Sep 27 03:56:42.111 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-09-27T03:56:43.529Z[ recovery-image] Sep 27 03:56:42.141 INFO O| Sep 27 03:56:42.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
50932024-09-27T03:56:43.529Z[ recovery-image] Sep 27 03:56:42.141 INFO O| Sep 27 03:56:42.141 INFO STEP 331 (remove_files) COMPLETE
50942024-09-27T03:56:43.532Z[ recovery-image] Sep 27 03:56:42.141 INFO O| Sep 27 03:56:42.141 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-09-27T03:56:43.564Z[ recovery-image] Sep 27 03:56:42.176 INFO O| Sep 27 03:56:42.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
50962024-09-27T03:56:43.564Z[ recovery-image] Sep 27 03:56:42.176 INFO O| Sep 27 03:56:42.176 INFO STEP 332 (remove_files) COMPLETE
50972024-09-27T03:56:43.564Z[ recovery-image] Sep 27 03:56:42.176 INFO O| Sep 27 03:56:42.176 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-09-27T03:56:43.602Z[ recovery-image] Sep 27 03:56:42.214 INFO O| Sep 27 03:56:42.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
50992024-09-27T03:56:43.606Z[ recovery-image] Sep 27 03:56:42.218 INFO O| Sep 27 03:56:42.218 INFO STEP 333 (remove_files) COMPLETE
51002024-09-27T03:56:43.606Z[ recovery-image] Sep 27 03:56:42.218 INFO O| Sep 27 03:56:42.218 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-09-27T03:56:43.667Z[ recovery-image] Sep 27 03:56:42.279 INFO O| Sep 27 03:56:42.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51022024-09-27T03:56:43.667Z[ recovery-image] Sep 27 03:56:42.279 INFO O| Sep 27 03:56:42.279 INFO STEP 334 (remove_files) COMPLETE
51032024-09-27T03:56:43.667Z[ recovery-image] Sep 27 03:56:42.279 INFO O| Sep 27 03:56:42.279 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-09-27T03:56:43.688Z[ recovery-image] Sep 27 03:56:42.300 INFO O| Sep 27 03:56:42.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51052024-09-27T03:56:43.688Z[ recovery-image] Sep 27 03:56:42.300 INFO O| Sep 27 03:56:42.300 INFO STEP 335 (remove_files) COMPLETE
51062024-09-27T03:56:43.689Z[ recovery-image] Sep 27 03:56:42.300 INFO O| Sep 27 03:56:42.300 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-09-27T03:56:43.743Z[ recovery-image] Sep 27 03:56:42.355 INFO O| Sep 27 03:56:42.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51082024-09-27T03:56:43.743Z[ recovery-image] Sep 27 03:56:42.355 INFO O| Sep 27 03:56:42.355 INFO STEP 336 (remove_files) COMPLETE
51092024-09-27T03:56:43.746Z[ recovery-image] Sep 27 03:56:42.355 INFO O| Sep 27 03:56:42.355 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-09-27T03:56:43.766Z[ recovery-image] Sep 27 03:56:42.377 INFO O| Sep 27 03:56:42.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51112024-09-27T03:56:43.766Z[ recovery-image] Sep 27 03:56:42.378 INFO O| Sep 27 03:56:42.377 INFO STEP 337 (remove_files) COMPLETE
51122024-09-27T03:56:43.766Z[ recovery-image] Sep 27 03:56:42.378 INFO O| Sep 27 03:56:42.378 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-09-27T03:56:43.804Z[ recovery-image] Sep 27 03:56:42.416 INFO O| Sep 27 03:56:42.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51142024-09-27T03:56:43.804Z[ recovery-image] Sep 27 03:56:42.416 INFO O| Sep 27 03:56:42.416 INFO STEP 338 (remove_files) COMPLETE
51152024-09-27T03:56:43.804Z[ recovery-image] Sep 27 03:56:42.416 INFO O| Sep 27 03:56:42.416 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-09-27T03:56:43.822Z[ recovery-image] Sep 27 03:56:42.434 INFO O| Sep 27 03:56:42.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51172024-09-27T03:56:43.828Z[ recovery-image] Sep 27 03:56:42.440 INFO O| Sep 27 03:56:42.440 INFO STEP 339 (remove_files) COMPLETE
51182024-09-27T03:56:43.828Z[ recovery-image] Sep 27 03:56:42.440 INFO O| Sep 27 03:56:42.440 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-09-27T03:56:43.853Z[ host-image] Sep 27 03:56:42.465 INFO O| Sep 27 03:56:42.465 INFO O| Done
51202024-09-27T03:56:43.853Z[ host-image] Sep 27 03:56:42.465 INFO O| Sep 27 03:56:42.465 INFO O| Done
51212024-09-27T03:56:43.896Z[ recovery-image] Sep 27 03:56:42.508 INFO O| Sep 27 03:56:42.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51222024-09-27T03:56:43.896Z[ recovery-image] Sep 27 03:56:42.508 INFO O| Sep 27 03:56:42.508 INFO STEP 340 (remove_files) COMPLETE
51232024-09-27T03:56:43.899Z[ recovery-image] Sep 27 03:56:42.509 INFO O| Sep 27 03:56:42.509 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-09-27T03:56:43.945Z[ recovery-image] Sep 27 03:56:42.557 INFO O| Sep 27 03:56:42.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51252024-09-27T03:56:43.947Z[ recovery-image] Sep 27 03:56:42.557 INFO O| Sep 27 03:56:42.557 INFO STEP 341 (remove_files) COMPLETE
51262024-09-27T03:56:43.947Z[ recovery-image] Sep 27 03:56:42.557 INFO O| Sep 27 03:56:42.557 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-09-27T03:56:43.963Z[ recovery-image] Sep 27 03:56:42.575 INFO O| Sep 27 03:56:42.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51282024-09-27T03:56:43.966Z[ recovery-image] Sep 27 03:56:42.576 INFO O| Sep 27 03:56:42.576 INFO STEP 342 (remove_files) COMPLETE
51292024-09-27T03:56:43.966Z[ recovery-image] Sep 27 03:56:42.576 INFO O| Sep 27 03:56:42.576 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-09-27T03:56:44.000Z[ recovery-image] Sep 27 03:56:42.612 INFO O| Sep 27 03:56:42.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51312024-09-27T03:56:44.000Z[ recovery-image] Sep 27 03:56:42.612 INFO O| Sep 27 03:56:42.612 INFO STEP 343 (remove_files) COMPLETE
51322024-09-27T03:56:44.003Z[ recovery-image] Sep 27 03:56:42.612 INFO O| Sep 27 03:56:42.612 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-09-27T03:56:44.022Z[ recovery-image] Sep 27 03:56:42.634 INFO O| Sep 27 03:56:42.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51342024-09-27T03:56:44.024Z[ recovery-image] Sep 27 03:56:42.634 INFO O| Sep 27 03:56:42.634 INFO STEP 344 (remove_files) COMPLETE
51352024-09-27T03:56:44.025Z[ recovery-image] Sep 27 03:56:42.634 INFO O| Sep 27 03:56:42.634 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-09-27T03:56:44.041Z[ recovery-image] Sep 27 03:56:42.653 INFO O| Sep 27 03:56:42.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51372024-09-27T03:56:44.041Z[ recovery-image] Sep 27 03:56:42.653 INFO O| Sep 27 03:56:42.653 INFO STEP 345 (remove_files) COMPLETE
51382024-09-27T03:56:44.041Z[ recovery-image] Sep 27 03:56:42.653 INFO O| Sep 27 03:56:42.653 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-09-27T03:56:44.059Z[ recovery-image] Sep 27 03:56:42.671 INFO O| Sep 27 03:56:42.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51402024-09-27T03:56:44.068Z[ recovery-image] Sep 27 03:56:42.680 INFO O| Sep 27 03:56:42.680 INFO STEP 346 (remove_files) COMPLETE
51412024-09-27T03:56:44.070Z[ recovery-image] Sep 27 03:56:42.680 INFO O| Sep 27 03:56:42.680 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-09-27T03:56:44.088Z[ recovery-image] Sep 27 03:56:42.700 INFO O| Sep 27 03:56:42.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51432024-09-27T03:56:44.091Z[ recovery-image] Sep 27 03:56:42.701 INFO O| Sep 27 03:56:42.701 INFO STEP 347 (remove_files) COMPLETE
51442024-09-27T03:56:44.091Z[ recovery-image] Sep 27 03:56:42.701 INFO O| Sep 27 03:56:42.701 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-09-27T03:56:44.148Z[ recovery-image] Sep 27 03:56:42.760 INFO O| Sep 27 03:56:42.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51462024-09-27T03:56:44.150Z[ recovery-image] Sep 27 03:56:42.760 INFO O| Sep 27 03:56:42.760 INFO STEP 348 (remove_files) COMPLETE
51472024-09-27T03:56:44.150Z[ recovery-image] Sep 27 03:56:42.760 INFO O| Sep 27 03:56:42.760 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-09-27T03:56:44.167Z[ recovery-image] Sep 27 03:56:42.779 INFO O| Sep 27 03:56:42.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51492024-09-27T03:56:44.167Z[ recovery-image] Sep 27 03:56:42.779 INFO O| Sep 27 03:56:42.779 INFO STEP 349 (remove_files) COMPLETE
51502024-09-27T03:56:44.167Z[ recovery-image] Sep 27 03:56:42.779 INFO O| Sep 27 03:56:42.779 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-09-27T03:56:44.186Z[ recovery-image] Sep 27 03:56:42.798 INFO O| Sep 27 03:56:42.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51522024-09-27T03:56:44.186Z[ recovery-image] Sep 27 03:56:42.798 INFO O| Sep 27 03:56:42.798 INFO STEP 350 (remove_files) COMPLETE
51532024-09-27T03:56:44.186Z[ recovery-image] Sep 27 03:56:42.798 INFO O| Sep 27 03:56:42.798 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-09-27T03:56:44.207Z[ recovery-image] Sep 27 03:56:42.819 INFO O| Sep 27 03:56:42.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51552024-09-27T03:56:44.207Z[ recovery-image] Sep 27 03:56:42.819 INFO O| Sep 27 03:56:42.819 INFO STEP 351 (remove_files) COMPLETE
51562024-09-27T03:56:44.207Z[ recovery-image] Sep 27 03:56:42.819 INFO O| Sep 27 03:56:42.819 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-09-27T03:56:44.227Z[ recovery-image] Sep 27 03:56:42.839 INFO O| Sep 27 03:56:42.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51582024-09-27T03:56:44.229Z[ recovery-image] Sep 27 03:56:42.839 INFO O| Sep 27 03:56:42.839 INFO STEP 352 (remove_files) COMPLETE
51592024-09-27T03:56:44.229Z[ recovery-image] Sep 27 03:56:42.839 INFO O| Sep 27 03:56:42.839 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-09-27T03:56:44.246Z[ recovery-image] Sep 27 03:56:42.858 INFO O| Sep 27 03:56:42.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51612024-09-27T03:56:44.248Z[ recovery-image] Sep 27 03:56:42.858 INFO O| Sep 27 03:56:42.858 INFO STEP 353 (remove_files) COMPLETE
51622024-09-27T03:56:44.248Z[ recovery-image] Sep 27 03:56:42.858 INFO O| Sep 27 03:56:42.858 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-09-27T03:56:44.277Z[ recovery-image] Sep 27 03:56:42.889 INFO O| Sep 27 03:56:42.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51642024-09-27T03:56:44.280Z[ recovery-image] Sep 27 03:56:42.889 INFO O| Sep 27 03:56:42.889 INFO STEP 354 (remove_files) COMPLETE
51652024-09-27T03:56:44.280Z[ recovery-image] Sep 27 03:56:42.889 INFO O| Sep 27 03:56:42.889 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-09-27T03:56:44.298Z[ recovery-image] Sep 27 03:56:42.909 INFO O| Sep 27 03:56:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51672024-09-27T03:56:44.300Z[ recovery-image] Sep 27 03:56:42.910 INFO O| Sep 27 03:56:42.910 INFO STEP 355 (remove_files) COMPLETE
51682024-09-27T03:56:44.300Z[ recovery-image] Sep 27 03:56:42.910 INFO O| Sep 27 03:56:42.910 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-09-27T03:56:44.318Z[ recovery-image] Sep 27 03:56:42.930 INFO O| Sep 27 03:56:42.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51702024-09-27T03:56:44.320Z[ recovery-image] Sep 27 03:56:42.930 INFO O| Sep 27 03:56:42.930 INFO STEP 356 (remove_files) COMPLETE
51712024-09-27T03:56:44.320Z[ recovery-image] Sep 27 03:56:42.930 INFO O| Sep 27 03:56:42.930 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-09-27T03:56:44.354Z[ recovery-image] Sep 27 03:56:42.966 INFO O| Sep 27 03:56:42.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51732024-09-27T03:56:44.354Z[ recovery-image] Sep 27 03:56:42.966 INFO O| Sep 27 03:56:42.966 INFO STEP 357 (remove_files) COMPLETE
51742024-09-27T03:56:44.354Z[ recovery-image] Sep 27 03:56:42.966 INFO O| Sep 27 03:56:42.966 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-09-27T03:56:44.375Z[ recovery-image] Sep 27 03:56:42.987 INFO O| Sep 27 03:56:42.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
51762024-09-27T03:56:44.375Z[ recovery-image] Sep 27 03:56:42.987 INFO O| Sep 27 03:56:42.987 INFO STEP 358 (remove_files) COMPLETE
51772024-09-27T03:56:44.375Z[ recovery-image] Sep 27 03:56:42.987 INFO O| Sep 27 03:56:42.987 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-09-27T03:56:44.395Z[ recovery-image] Sep 27 03:56:43.007 INFO O| Sep 27 03:56:43.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
51792024-09-27T03:56:44.395Z[ recovery-image] Sep 27 03:56:43.007 INFO O| Sep 27 03:56:43.007 INFO STEP 359 (remove_files) COMPLETE
51802024-09-27T03:56:44.395Z[ recovery-image] Sep 27 03:56:43.007 INFO O| Sep 27 03:56:43.007 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-09-27T03:56:44.414Z[ recovery-image] Sep 27 03:56:43.025 INFO O| Sep 27 03:56:43.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
51822024-09-27T03:56:44.414Z[ recovery-image] Sep 27 03:56:43.026 INFO O| Sep 27 03:56:43.025 INFO STEP 360 (remove_files) COMPLETE
51832024-09-27T03:56:44.414Z[ recovery-image] Sep 27 03:56:43.026 INFO O| Sep 27 03:56:43.026 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-09-27T03:56:44.469Z[ recovery-image] Sep 27 03:56:43.081 INFO O| Sep 27 03:56:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
51852024-09-27T03:56:44.469Z[ recovery-image] Sep 27 03:56:43.081 INFO O| Sep 27 03:56:43.081 INFO STEP 361 (remove_files) COMPLETE
51862024-09-27T03:56:44.472Z[ recovery-image] Sep 27 03:56:43.081 INFO O| Sep 27 03:56:43.081 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-09-27T03:56:44.494Z[ recovery-image] Sep 27 03:56:43.105 INFO O| Sep 27 03:56:43.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
51882024-09-27T03:56:44.494Z[ recovery-image] Sep 27 03:56:43.106 INFO O| Sep 27 03:56:43.106 INFO STEP 362 (remove_files) COMPLETE
51892024-09-27T03:56:44.494Z[ recovery-image] Sep 27 03:56:43.106 INFO O| Sep 27 03:56:43.106 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-09-27T03:56:44.513Z[ recovery-image] Sep 27 03:56:43.125 INFO O| Sep 27 03:56:43.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
51912024-09-27T03:56:44.513Z[ recovery-image] Sep 27 03:56:43.125 INFO O| Sep 27 03:56:43.125 INFO STEP 363 (remove_files) COMPLETE
51922024-09-27T03:56:44.516Z[ recovery-image] Sep 27 03:56:43.125 INFO O| Sep 27 03:56:43.125 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-09-27T03:56:44.533Z[ recovery-image] Sep 27 03:56:43.144 INFO O| Sep 27 03:56:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
51942024-09-27T03:56:44.535Z[ recovery-image] Sep 27 03:56:43.145 INFO O| Sep 27 03:56:43.145 INFO STEP 364 (remove_files) COMPLETE
51952024-09-27T03:56:44.535Z[ recovery-image] Sep 27 03:56:43.145 INFO O| Sep 27 03:56:43.145 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-09-27T03:56:44.555Z[ recovery-image] Sep 27 03:56:43.166 INFO O| Sep 27 03:56:43.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
51972024-09-27T03:56:44.558Z[ recovery-image] Sep 27 03:56:43.167 INFO O| Sep 27 03:56:43.167 INFO STEP 365 (remove_files) COMPLETE
51982024-09-27T03:56:44.558Z[ recovery-image] Sep 27 03:56:43.167 INFO O| Sep 27 03:56:43.167 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-09-27T03:56:44.574Z[ recovery-image] Sep 27 03:56:43.186 INFO O| Sep 27 03:56:43.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52002024-09-27T03:56:44.576Z[ recovery-image] Sep 27 03:56:43.186 INFO O| Sep 27 03:56:43.186 INFO STEP 366 (remove_files) COMPLETE
52012024-09-27T03:56:44.576Z[ recovery-image] Sep 27 03:56:43.186 INFO O| Sep 27 03:56:43.186 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-09-27T03:56:44.593Z[ recovery-image] Sep 27 03:56:43.205 INFO O| Sep 27 03:56:43.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52032024-09-27T03:56:44.596Z[ recovery-image] Sep 27 03:56:43.205 INFO O| Sep 27 03:56:43.205 INFO STEP 367 (remove_files) COMPLETE
52042024-09-27T03:56:44.596Z[ recovery-image] Sep 27 03:56:43.205 INFO O| Sep 27 03:56:43.205 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-09-27T03:56:44.611Z[ recovery-image] Sep 27 03:56:43.223 INFO O| Sep 27 03:56:43.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52062024-09-27T03:56:44.614Z[ recovery-image] Sep 27 03:56:43.223 INFO O| Sep 27 03:56:43.223 INFO STEP 368 (remove_files) COMPLETE
52072024-09-27T03:56:44.614Z[ recovery-image] Sep 27 03:56:43.224 INFO O| Sep 27 03:56:43.223 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-09-27T03:56:44.663Z[ recovery-image] Sep 27 03:56:43.275 INFO O| Sep 27 03:56:43.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52092024-09-27T03:56:44.666Z[ recovery-image] Sep 27 03:56:43.275 INFO O| Sep 27 03:56:43.275 INFO STEP 369 (remove_files) COMPLETE
52102024-09-27T03:56:44.666Z[ recovery-image] Sep 27 03:56:43.275 INFO O| Sep 27 03:56:43.275 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-09-27T03:56:44.683Z[ recovery-image] Sep 27 03:56:43.295 INFO O| Sep 27 03:56:43.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52122024-09-27T03:56:44.685Z[ recovery-image] Sep 27 03:56:43.295 INFO O| Sep 27 03:56:43.295 INFO STEP 370 (remove_files) COMPLETE
52132024-09-27T03:56:44.685Z[ recovery-image] Sep 27 03:56:43.295 INFO O| Sep 27 03:56:43.295 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-09-27T03:56:44.703Z[ recovery-image] Sep 27 03:56:43.315 INFO O| Sep 27 03:56:43.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52152024-09-27T03:56:44.706Z[ recovery-image] Sep 27 03:56:43.315 INFO O| Sep 27 03:56:43.315 INFO STEP 371 (remove_files) COMPLETE
52162024-09-27T03:56:44.706Z[ recovery-image] Sep 27 03:56:43.315 INFO O| Sep 27 03:56:43.315 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-09-27T03:56:44.724Z[ recovery-image] Sep 27 03:56:43.336 INFO O| Sep 27 03:56:43.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52182024-09-27T03:56:44.726Z[ recovery-image] Sep 27 03:56:43.336 INFO O| Sep 27 03:56:43.336 INFO STEP 372 (remove_files) COMPLETE
52192024-09-27T03:56:44.726Z[ recovery-image] Sep 27 03:56:43.336 INFO O| Sep 27 03:56:43.336 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-09-27T03:56:44.743Z[ recovery-image] Sep 27 03:56:43.355 INFO O| Sep 27 03:56:43.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52212024-09-27T03:56:44.746Z[ recovery-image] Sep 27 03:56:43.355 INFO O| Sep 27 03:56:43.355 INFO STEP 373 (remove_files) COMPLETE
52222024-09-27T03:56:44.746Z[ recovery-image] Sep 27 03:56:43.356 INFO O| Sep 27 03:56:43.356 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-09-27T03:56:44.762Z[ recovery-image] Sep 27 03:56:43.374 INFO O| Sep 27 03:56:43.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52242024-09-27T03:56:44.765Z[ recovery-image] Sep 27 03:56:43.374 INFO O| Sep 27 03:56:43.374 INFO STEP 374 (remove_files) COMPLETE
52252024-09-27T03:56:44.765Z[ recovery-image] Sep 27 03:56:43.374 INFO O| Sep 27 03:56:43.374 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-09-27T03:56:44.781Z[ recovery-image] Sep 27 03:56:43.393 INFO O| Sep 27 03:56:43.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52272024-09-27T03:56:44.783Z[ recovery-image] Sep 27 03:56:43.393 INFO O| Sep 27 03:56:43.393 INFO STEP 375 (remove_files) COMPLETE
52282024-09-27T03:56:44.783Z[ recovery-image] Sep 27 03:56:43.393 INFO O| Sep 27 03:56:43.393 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-09-27T03:56:44.800Z[ recovery-image] Sep 27 03:56:43.412 INFO O| Sep 27 03:56:43.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52302024-09-27T03:56:44.803Z[ recovery-image] Sep 27 03:56:43.412 INFO O| Sep 27 03:56:43.412 INFO STEP 376 (remove_files) COMPLETE
52312024-09-27T03:56:44.803Z[ recovery-image] Sep 27 03:56:43.413 INFO O| Sep 27 03:56:43.413 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-09-27T03:56:44.831Z[ recovery-image] Sep 27 03:56:43.443 INFO O| Sep 27 03:56:43.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52332024-09-27T03:56:44.834Z[ recovery-image] Sep 27 03:56:43.443 INFO O| Sep 27 03:56:43.443 INFO STEP 377 (remove_files) COMPLETE
52342024-09-27T03:56:44.834Z[ recovery-image] Sep 27 03:56:43.443 INFO O| Sep 27 03:56:43.443 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-09-27T03:56:44.851Z[ recovery-image] Sep 27 03:56:43.463 INFO O| Sep 27 03:56:43.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52362024-09-27T03:56:44.854Z[ recovery-image] Sep 27 03:56:43.463 INFO O| Sep 27 03:56:43.463 INFO STEP 378 (remove_files) COMPLETE
52372024-09-27T03:56:44.854Z[ recovery-image] Sep 27 03:56:43.463 INFO O| Sep 27 03:56:43.463 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-09-27T03:56:44.868Z[ recovery-image] Sep 27 03:56:43.480 INFO O| Sep 27 03:56:43.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52392024-09-27T03:56:44.871Z[ recovery-image] Sep 27 03:56:43.480 INFO O| Sep 27 03:56:43.480 INFO STEP 379 (remove_files) COMPLETE
52402024-09-27T03:56:44.871Z[ recovery-image] Sep 27 03:56:43.481 INFO O| Sep 27 03:56:43.480 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-09-27T03:56:44.885Z[ recovery-image] Sep 27 03:56:43.497 INFO O| Sep 27 03:56:43.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52422024-09-27T03:56:44.887Z[ recovery-image] Sep 27 03:56:43.497 INFO O| Sep 27 03:56:43.497 INFO STEP 380 (remove_files) COMPLETE
52432024-09-27T03:56:44.887Z[ recovery-image] Sep 27 03:56:43.497 INFO O| Sep 27 03:56:43.497 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-09-27T03:56:44.907Z[ recovery-image] Sep 27 03:56:43.518 INFO O| Sep 27 03:56:43.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52452024-09-27T03:56:44.909Z[ recovery-image] Sep 27 03:56:43.519 INFO O| Sep 27 03:56:43.519 INFO STEP 381 (remove_files) COMPLETE
52462024-09-27T03:56:44.909Z[ recovery-image] Sep 27 03:56:43.519 INFO O| Sep 27 03:56:43.519 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-09-27T03:56:44.926Z[ recovery-image] Sep 27 03:56:43.538 INFO O| Sep 27 03:56:43.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52482024-09-27T03:56:44.926Z[ recovery-image] Sep 27 03:56:43.538 INFO O| Sep 27 03:56:43.538 INFO STEP 382 (remove_files) COMPLETE
52492024-09-27T03:56:44.926Z[ recovery-image] Sep 27 03:56:43.538 INFO O| Sep 27 03:56:43.538 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-09-27T03:56:44.945Z[ recovery-image] Sep 27 03:56:43.557 INFO O| Sep 27 03:56:43.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52512024-09-27T03:56:44.945Z[ recovery-image] Sep 27 03:56:43.557 INFO O| Sep 27 03:56:43.557 INFO STEP 383 (remove_files) COMPLETE
52522024-09-27T03:56:44.948Z[ recovery-image] Sep 27 03:56:43.557 INFO O| Sep 27 03:56:43.557 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-09-27T03:56:44.958Z[ host-image] Sep 27 03:56:43.570 INFO O| Sep 27 03:56:43.570 INFO O| Done
52542024-09-27T03:56:44.964Z[ recovery-image] Sep 27 03:56:43.576 INFO O| Sep 27 03:56:43.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52552024-09-27T03:56:44.976Z[ recovery-image] Sep 27 03:56:43.587 INFO O| Sep 27 03:56:43.587 INFO STEP 384 (remove_files) COMPLETE
52562024-09-27T03:56:44.976Z[ recovery-image] Sep 27 03:56:43.587 INFO O| Sep 27 03:56:43.587 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-09-27T03:56:45.077Z[ recovery-image] Sep 27 03:56:43.688 INFO O| Sep 27 03:56:43.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52582024-09-27T03:56:45.077Z[ recovery-image] Sep 27 03:56:43.688 INFO O| Sep 27 03:56:43.688 INFO STEP 385 (remove_files) COMPLETE
52592024-09-27T03:56:45.079Z[ recovery-image] Sep 27 03:56:43.688 INFO O| Sep 27 03:56:43.688 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-09-27T03:56:45.099Z[ recovery-image] Sep 27 03:56:43.711 INFO O| Sep 27 03:56:43.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52612024-09-27T03:56:45.099Z[ recovery-image] Sep 27 03:56:43.711 INFO O| Sep 27 03:56:43.711 INFO STEP 386 (remove_files) COMPLETE
52622024-09-27T03:56:45.099Z[ recovery-image] Sep 27 03:56:43.711 INFO O| Sep 27 03:56:43.711 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-09-27T03:56:45.120Z[ recovery-image] Sep 27 03:56:43.731 INFO O| Sep 27 03:56:43.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52642024-09-27T03:56:45.120Z[ recovery-image] Sep 27 03:56:43.732 INFO O| Sep 27 03:56:43.732 INFO STEP 387 (remove_files) COMPLETE
52652024-09-27T03:56:45.122Z[ recovery-image] Sep 27 03:56:43.732 INFO O| Sep 27 03:56:43.732 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-09-27T03:56:45.157Z[ recovery-image] Sep 27 03:56:43.769 INFO O| Sep 27 03:56:43.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52672024-09-27T03:56:45.161Z[ recovery-image] Sep 27 03:56:43.769 INFO O| Sep 27 03:56:43.769 INFO STEP 388 (remove_files) COMPLETE
52682024-09-27T03:56:45.161Z[ recovery-image] Sep 27 03:56:43.769 INFO O| Sep 27 03:56:43.769 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-09-27T03:56:45.180Z[ recovery-image] Sep 27 03:56:43.791 INFO O| Sep 27 03:56:43.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52702024-09-27T03:56:45.180Z[ recovery-image] Sep 27 03:56:43.791 INFO O| Sep 27 03:56:43.791 INFO STEP 389 (remove_files) COMPLETE
52712024-09-27T03:56:45.180Z[ recovery-image] Sep 27 03:56:43.791 INFO O| Sep 27 03:56:43.791 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-09-27T03:56:45.217Z[ recovery-image] Sep 27 03:56:43.828 INFO O| Sep 27 03:56:43.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52732024-09-27T03:56:45.217Z[ recovery-image] Sep 27 03:56:43.828 INFO O| Sep 27 03:56:43.828 INFO STEP 390 (remove_files) COMPLETE
52742024-09-27T03:56:45.217Z[ recovery-image] Sep 27 03:56:43.828 INFO O| Sep 27 03:56:43.828 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-09-27T03:56:45.238Z[ recovery-image] Sep 27 03:56:43.849 INFO O| Sep 27 03:56:43.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
52762024-09-27T03:56:45.238Z[ recovery-image] Sep 27 03:56:43.849 INFO O| Sep 27 03:56:43.849 INFO STEP 391 (remove_files) COMPLETE
52772024-09-27T03:56:45.239Z[ recovery-image] Sep 27 03:56:43.849 INFO O| Sep 27 03:56:43.849 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-09-27T03:56:45.258Z[ recovery-image] Sep 27 03:56:43.869 INFO O| Sep 27 03:56:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
52792024-09-27T03:56:45.258Z[ recovery-image] Sep 27 03:56:43.869 INFO O| Sep 27 03:56:43.869 INFO STEP 392 (remove_files) COMPLETE
52802024-09-27T03:56:45.258Z[ recovery-image] Sep 27 03:56:43.869 INFO O| Sep 27 03:56:43.869 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-09-27T03:56:45.277Z[ recovery-image] Sep 27 03:56:43.889 INFO O| Sep 27 03:56:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
52822024-09-27T03:56:45.277Z[ recovery-image] Sep 27 03:56:43.889 INFO O| Sep 27 03:56:43.889 INFO STEP 393 (remove_files) COMPLETE
52832024-09-27T03:56:45.277Z[ recovery-image] Sep 27 03:56:43.889 INFO O| Sep 27 03:56:43.889 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-09-27T03:56:45.298Z[ recovery-image] Sep 27 03:56:43.909 INFO O| Sep 27 03:56:43.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
52852024-09-27T03:56:45.298Z[ recovery-image] Sep 27 03:56:43.909 INFO O| Sep 27 03:56:43.909 INFO STEP 394 (remove_files) COMPLETE
52862024-09-27T03:56:45.298Z[ recovery-image] Sep 27 03:56:43.909 INFO O| Sep 27 03:56:43.909 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-09-27T03:56:45.332Z[ recovery-image] Sep 27 03:56:43.943 INFO O| Sep 27 03:56:43.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
52882024-09-27T03:56:45.332Z[ recovery-image] Sep 27 03:56:43.943 INFO O| Sep 27 03:56:43.943 INFO STEP 395 (remove_files) COMPLETE
52892024-09-27T03:56:45.333Z[ recovery-image] Sep 27 03:56:43.943 INFO O| Sep 27 03:56:43.943 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-09-27T03:56:45.387Z[ recovery-image] Sep 27 03:56:43.998 INFO O| Sep 27 03:56:43.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
52912024-09-27T03:56:45.387Z[ recovery-image] Sep 27 03:56:43.999 INFO O| Sep 27 03:56:43.999 INFO STEP 396 (remove_files) COMPLETE
52922024-09-27T03:56:45.390Z[ recovery-image] Sep 27 03:56:43.999 INFO O| Sep 27 03:56:43.999 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-09-27T03:56:45.482Z[ recovery-image] Sep 27 03:56:44.094 INFO O| Sep 27 03:56:44.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
52942024-09-27T03:56:45.482Z[ recovery-image] Sep 27 03:56:44.094 INFO O| Sep 27 03:56:44.094 INFO STEP 397 (remove_files) COMPLETE
52952024-09-27T03:56:45.482Z[ recovery-image] Sep 27 03:56:44.094 INFO O| Sep 27 03:56:44.094 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-09-27T03:56:45.504Z[ recovery-image] Sep 27 03:56:44.116 INFO O| Sep 27 03:56:44.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
52972024-09-27T03:56:45.504Z[ recovery-image] Sep 27 03:56:44.116 INFO O| Sep 27 03:56:44.116 INFO STEP 398 (remove_files) COMPLETE
52982024-09-27T03:56:45.507Z[ recovery-image] Sep 27 03:56:44.116 INFO O| Sep 27 03:56:44.116 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-09-27T03:56:45.535Z[ recovery-image] Sep 27 03:56:44.146 INFO O| Sep 27 03:56:44.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53002024-09-27T03:56:45.535Z[ recovery-image] Sep 27 03:56:44.146 INFO O| Sep 27 03:56:44.146 INFO STEP 399 (remove_files) COMPLETE
53012024-09-27T03:56:45.537Z[ recovery-image] Sep 27 03:56:44.146 INFO O| Sep 27 03:56:44.146 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-09-27T03:56:45.565Z[ recovery-image] Sep 27 03:56:44.176 INFO O| Sep 27 03:56:44.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53032024-09-27T03:56:45.567Z[ recovery-image] Sep 27 03:56:44.176 INFO O| Sep 27 03:56:44.176 INFO STEP 400 (remove_files) COMPLETE
53042024-09-27T03:56:45.567Z[ recovery-image] Sep 27 03:56:44.177 INFO O| Sep 27 03:56:44.177 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-09-27T03:56:45.585Z[ recovery-image] Sep 27 03:56:44.197 INFO O| Sep 27 03:56:44.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53062024-09-27T03:56:45.588Z[ recovery-image] Sep 27 03:56:44.197 INFO O| Sep 27 03:56:44.197 INFO STEP 401 (remove_files) COMPLETE
53072024-09-27T03:56:45.588Z[ recovery-image] Sep 27 03:56:44.197 INFO O| Sep 27 03:56:44.197 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-09-27T03:56:45.619Z[ recovery-image] Sep 27 03:56:44.218 INFO O| Sep 27 03:56:44.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53092024-09-27T03:56:45.627Z[ recovery-image] Sep 27 03:56:44.218 INFO O| Sep 27 03:56:44.218 INFO STEP 402 (remove_files) COMPLETE
53102024-09-27T03:56:45.627Z[ recovery-image] Sep 27 03:56:44.218 INFO O| Sep 27 03:56:44.218 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-09-27T03:56:45.642Z[ recovery-image] Sep 27 03:56:44.254 INFO O| Sep 27 03:56:44.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53122024-09-27T03:56:45.642Z[ recovery-image] Sep 27 03:56:44.254 INFO O| Sep 27 03:56:44.254 INFO STEP 403 (remove_files) COMPLETE
53132024-09-27T03:56:45.642Z[ recovery-image] Sep 27 03:56:44.254 INFO O| Sep 27 03:56:44.254 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-09-27T03:56:45.704Z[ recovery-image] Sep 27 03:56:44.315 INFO O| Sep 27 03:56:44.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53152024-09-27T03:56:45.707Z[ recovery-image] Sep 27 03:56:44.315 INFO O| Sep 27 03:56:44.315 INFO STEP 404 (remove_files) COMPLETE
53162024-09-27T03:56:45.707Z[ recovery-image] Sep 27 03:56:44.315 INFO O| Sep 27 03:56:44.315 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-09-27T03:56:45.746Z[ recovery-image] Sep 27 03:56:44.358 INFO O| Sep 27 03:56:44.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53182024-09-27T03:56:45.749Z[ recovery-image] Sep 27 03:56:44.358 INFO O| Sep 27 03:56:44.358 INFO STEP 405 (remove_files) COMPLETE
53192024-09-27T03:56:45.749Z[ recovery-image] Sep 27 03:56:44.358 INFO O| Sep 27 03:56:44.358 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-09-27T03:56:45.769Z[ recovery-image] Sep 27 03:56:44.380 INFO O| Sep 27 03:56:44.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53212024-09-27T03:56:45.769Z[ recovery-image] Sep 27 03:56:44.380 INFO O| Sep 27 03:56:44.380 INFO STEP 406 (remove_files) COMPLETE
53222024-09-27T03:56:45.769Z[ recovery-image] Sep 27 03:56:44.380 INFO O| Sep 27 03:56:44.380 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-09-27T03:56:45.809Z[ recovery-image] Sep 27 03:56:44.420 INFO O| Sep 27 03:56:44.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53242024-09-27T03:56:45.809Z[ recovery-image] Sep 27 03:56:44.420 INFO O| Sep 27 03:56:44.420 INFO STEP 407 (remove_files) COMPLETE
53252024-09-27T03:56:45.809Z[ recovery-image] Sep 27 03:56:44.420 INFO O| Sep 27 03:56:44.420 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-09-27T03:56:45.829Z[ recovery-image] Sep 27 03:56:44.441 INFO O| Sep 27 03:56:44.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53272024-09-27T03:56:45.829Z[ recovery-image] Sep 27 03:56:44.441 INFO O| Sep 27 03:56:44.441 INFO STEP 408 (remove_files) COMPLETE
53282024-09-27T03:56:45.829Z[ recovery-image] Sep 27 03:56:44.441 INFO O| Sep 27 03:56:44.441 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-09-27T03:56:45.868Z[ recovery-image] Sep 27 03:56:44.479 INFO O| Sep 27 03:56:44.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53302024-09-27T03:56:45.868Z[ recovery-image] Sep 27 03:56:44.479 INFO O| Sep 27 03:56:44.479 INFO STEP 409 (remove_files) COMPLETE
53312024-09-27T03:56:45.871Z[ recovery-image] Sep 27 03:56:44.480 INFO O| Sep 27 03:56:44.479 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-09-27T03:56:45.889Z[ recovery-image] Sep 27 03:56:44.500 INFO O| Sep 27 03:56:44.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53332024-09-27T03:56:45.889Z[ recovery-image] Sep 27 03:56:44.500 INFO O| Sep 27 03:56:44.500 INFO STEP 410 (remove_files) COMPLETE
53342024-09-27T03:56:45.891Z[ recovery-image] Sep 27 03:56:44.501 INFO O| Sep 27 03:56:44.500 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-09-27T03:56:45.930Z[ recovery-image] Sep 27 03:56:44.541 INFO O| Sep 27 03:56:44.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53362024-09-27T03:56:45.930Z[ recovery-image] Sep 27 03:56:44.541 INFO O| Sep 27 03:56:44.541 INFO STEP 411 (remove_files) COMPLETE
53372024-09-27T03:56:45.930Z[ recovery-image] Sep 27 03:56:44.541 INFO O| Sep 27 03:56:44.541 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-09-27T03:56:45.955Z[ recovery-image] Sep 27 03:56:44.566 INFO O| Sep 27 03:56:44.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53392024-09-27T03:56:45.955Z[ recovery-image] Sep 27 03:56:44.566 INFO O| Sep 27 03:56:44.566 INFO STEP 412 (remove_files) COMPLETE
53402024-09-27T03:56:45.958Z[ recovery-image] Sep 27 03:56:44.566 INFO O| Sep 27 03:56:44.566 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-09-27T03:56:45.976Z[ recovery-image] Sep 27 03:56:44.588 INFO O| Sep 27 03:56:44.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53422024-09-27T03:56:45.976Z[ recovery-image] Sep 27 03:56:44.588 INFO O| Sep 27 03:56:44.588 INFO STEP 413 (remove_files) COMPLETE
53432024-09-27T03:56:45.976Z[ recovery-image] Sep 27 03:56:44.588 INFO O| Sep 27 03:56:44.588 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-09-27T03:56:45.997Z[ recovery-image] Sep 27 03:56:44.608 INFO O| Sep 27 03:56:44.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53452024-09-27T03:56:45.997Z[ recovery-image] Sep 27 03:56:44.608 INFO O| Sep 27 03:56:44.608 INFO STEP 414 (remove_files) COMPLETE
53462024-09-27T03:56:45.997Z[ recovery-image] Sep 27 03:56:44.608 INFO O| Sep 27 03:56:44.608 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-09-27T03:56:46.034Z[ recovery-image] Sep 27 03:56:44.646 INFO O| Sep 27 03:56:44.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53482024-09-27T03:56:46.035Z[ recovery-image] Sep 27 03:56:44.646 INFO O| Sep 27 03:56:44.646 INFO STEP 415 (remove_files) COMPLETE
53492024-09-27T03:56:46.035Z[ recovery-image] Sep 27 03:56:44.646 INFO O| Sep 27 03:56:44.646 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-09-27T03:56:46.074Z[ recovery-image] Sep 27 03:56:44.685 INFO O| Sep 27 03:56:44.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53512024-09-27T03:56:46.138Z[ recovery-image] Sep 27 03:56:44.749 INFO O| Sep 27 03:56:44.749 INFO STEP 416 (remove_files) COMPLETE
53522024-09-27T03:56:46.138Z[ recovery-image] Sep 27 03:56:44.749 INFO O| Sep 27 03:56:44.749 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-09-27T03:56:46.169Z[ recovery-image] Sep 27 03:56:44.780 INFO O| Sep 27 03:56:44.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53542024-09-27T03:56:46.171Z[ recovery-image] Sep 27 03:56:44.780 INFO O| Sep 27 03:56:44.780 INFO STEP 417 (remove_files) COMPLETE
53552024-09-27T03:56:46.171Z[ recovery-image] Sep 27 03:56:44.780 INFO O| Sep 27 03:56:44.780 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-09-27T03:56:46.208Z[ recovery-image] Sep 27 03:56:44.819 INFO O| Sep 27 03:56:44.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53572024-09-27T03:56:46.208Z[ recovery-image] Sep 27 03:56:44.819 INFO O| Sep 27 03:56:44.819 INFO STEP 418 (remove_files) COMPLETE
53582024-09-27T03:56:46.208Z[ recovery-image] Sep 27 03:56:44.819 INFO O| Sep 27 03:56:44.819 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-09-27T03:56:46.231Z[ recovery-image] Sep 27 03:56:44.842 INFO O| Sep 27 03:56:44.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53602024-09-27T03:56:46.231Z[ recovery-image] Sep 27 03:56:44.842 INFO O| Sep 27 03:56:44.842 INFO STEP 419 (remove_files) COMPLETE
53612024-09-27T03:56:46.233Z[ recovery-image] Sep 27 03:56:44.842 INFO O| Sep 27 03:56:44.842 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-09-27T03:56:46.252Z[ recovery-image] Sep 27 03:56:44.863 INFO O| Sep 27 03:56:44.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53632024-09-27T03:56:46.252Z[ recovery-image] Sep 27 03:56:44.863 INFO O| Sep 27 03:56:44.863 INFO STEP 420 (remove_files) COMPLETE
53642024-09-27T03:56:46.252Z[ recovery-image] Sep 27 03:56:44.863 INFO O| Sep 27 03:56:44.863 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-09-27T03:56:46.322Z[ recovery-image] Sep 27 03:56:44.934 INFO O| Sep 27 03:56:44.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53662024-09-27T03:56:46.325Z[ recovery-image] Sep 27 03:56:44.934 INFO O| Sep 27 03:56:44.934 INFO STEP 421 (remove_files) COMPLETE
53672024-09-27T03:56:46.325Z[ recovery-image] Sep 27 03:56:44.934 INFO O| Sep 27 03:56:44.934 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-09-27T03:56:46.356Z[ recovery-image] Sep 27 03:56:44.967 INFO O| Sep 27 03:56:44.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53692024-09-27T03:56:46.356Z[ recovery-image] Sep 27 03:56:44.967 INFO O| Sep 27 03:56:44.967 INFO STEP 422 (remove_files) COMPLETE
53702024-09-27T03:56:46.358Z[ recovery-image] Sep 27 03:56:44.967 INFO O| Sep 27 03:56:44.967 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-09-27T03:56:46.390Z[ recovery-image] Sep 27 03:56:45.001 INFO O| Sep 27 03:56:45.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53722024-09-27T03:56:46.390Z[ recovery-image] Sep 27 03:56:45.001 INFO O| Sep 27 03:56:45.001 INFO STEP 423 (remove_files) COMPLETE
53732024-09-27T03:56:46.392Z[ recovery-image] Sep 27 03:56:45.001 INFO O| Sep 27 03:56:45.001 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-09-27T03:56:46.413Z[ recovery-image] Sep 27 03:56:45.025 INFO O| Sep 27 03:56:45.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
53752024-09-27T03:56:46.413Z[ recovery-image] Sep 27 03:56:45.025 INFO O| Sep 27 03:56:45.025 INFO STEP 424 (remove_files) COMPLETE
53762024-09-27T03:56:46.413Z[ recovery-image] Sep 27 03:56:45.025 INFO O| Sep 27 03:56:45.025 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-09-27T03:56:46.434Z[ recovery-image] Sep 27 03:56:45.045 INFO O| Sep 27 03:56:45.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
53782024-09-27T03:56:46.434Z[ recovery-image] Sep 27 03:56:45.045 INFO O| Sep 27 03:56:45.045 INFO STEP 425 (remove_files) COMPLETE
53792024-09-27T03:56:46.436Z[ recovery-image] Sep 27 03:56:45.046 INFO O| Sep 27 03:56:45.045 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-09-27T03:56:46.455Z[ recovery-image] Sep 27 03:56:45.066 INFO O| Sep 27 03:56:45.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
53812024-09-27T03:56:46.455Z[ recovery-image] Sep 27 03:56:45.066 INFO O| Sep 27 03:56:45.066 INFO STEP 426 (remove_files) COMPLETE
53822024-09-27T03:56:46.457Z[ recovery-image] Sep 27 03:56:45.066 INFO O| Sep 27 03:56:45.066 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-09-27T03:56:46.483Z[ recovery-image] Sep 27 03:56:45.093 INFO O| Sep 27 03:56:45.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
53842024-09-27T03:56:46.483Z[ recovery-image] Sep 27 03:56:45.093 INFO O| Sep 27 03:56:45.093 INFO STEP 427 (remove_files) COMPLETE
53852024-09-27T03:56:46.483Z[ recovery-image] Sep 27 03:56:45.093 INFO O| Sep 27 03:56:45.093 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-09-27T03:56:46.505Z[ recovery-image] Sep 27 03:56:45.116 INFO O| Sep 27 03:56:45.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
53872024-09-27T03:56:46.508Z[ recovery-image] Sep 27 03:56:45.117 INFO O| Sep 27 03:56:45.117 INFO STEP 428 (remove_files) COMPLETE
53882024-09-27T03:56:46.508Z[ recovery-image] Sep 27 03:56:45.117 INFO O| Sep 27 03:56:45.117 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-09-27T03:56:46.529Z[ recovery-image] Sep 27 03:56:45.140 INFO O| Sep 27 03:56:45.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
53902024-09-27T03:56:46.531Z[ recovery-image] Sep 27 03:56:45.141 INFO O| Sep 27 03:56:45.141 INFO STEP 429 (remove_files) COMPLETE
53912024-09-27T03:56:46.531Z[ recovery-image] Sep 27 03:56:45.141 INFO O| Sep 27 03:56:45.141 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-09-27T03:56:46.552Z[ recovery-image] Sep 27 03:56:45.164 INFO O| Sep 27 03:56:45.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
53932024-09-27T03:56:46.552Z[ recovery-image] Sep 27 03:56:45.164 INFO O| Sep 27 03:56:45.164 INFO STEP 430 (remove_files) COMPLETE
53942024-09-27T03:56:46.556Z[ recovery-image] Sep 27 03:56:45.164 INFO O| Sep 27 03:56:45.164 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-09-27T03:56:46.576Z[ recovery-image] Sep 27 03:56:45.187 INFO O| Sep 27 03:56:45.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
53962024-09-27T03:56:46.576Z[ recovery-image] Sep 27 03:56:45.187 INFO O| Sep 27 03:56:45.187 INFO STEP 431 (remove_files) COMPLETE
53972024-09-27T03:56:46.578Z[ recovery-image] Sep 27 03:56:45.187 INFO O| Sep 27 03:56:45.187 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-09-27T03:56:46.630Z[ recovery-image] Sep 27 03:56:45.241 INFO O| Sep 27 03:56:45.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
53992024-09-27T03:56:46.630Z[ recovery-image] Sep 27 03:56:45.241 INFO O| Sep 27 03:56:45.241 INFO STEP 432 (remove_files) COMPLETE
54002024-09-27T03:56:46.632Z[ recovery-image] Sep 27 03:56:45.241 INFO O| Sep 27 03:56:45.241 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-09-27T03:56:46.684Z[ recovery-image] Sep 27 03:56:45.295 INFO O| Sep 27 03:56:45.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54022024-09-27T03:56:46.684Z[ recovery-image] Sep 27 03:56:45.295 INFO O| Sep 27 03:56:45.295 INFO STEP 433 (remove_files) COMPLETE
54032024-09-27T03:56:46.684Z[ recovery-image] Sep 27 03:56:45.295 INFO O| Sep 27 03:56:45.295 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-09-27T03:56:46.742Z[ recovery-image] Sep 27 03:56:45.353 INFO O| Sep 27 03:56:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54052024-09-27T03:56:46.742Z[ recovery-image] Sep 27 03:56:45.354 INFO O| Sep 27 03:56:45.353 INFO STEP 434 (remove_files) COMPLETE
54062024-09-27T03:56:46.742Z[ recovery-image] Sep 27 03:56:45.354 INFO O| Sep 27 03:56:45.354 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-09-27T03:56:46.764Z[ recovery-image] Sep 27 03:56:45.376 INFO O| Sep 27 03:56:45.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54082024-09-27T03:56:46.764Z[ recovery-image] Sep 27 03:56:45.376 INFO O| Sep 27 03:56:45.376 INFO STEP 435 (remove_files) COMPLETE
54092024-09-27T03:56:46.764Z[ recovery-image] Sep 27 03:56:45.376 INFO O| Sep 27 03:56:45.376 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-09-27T03:56:46.820Z[ recovery-image] Sep 27 03:56:45.431 INFO O| Sep 27 03:56:45.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54112024-09-27T03:56:46.820Z[ recovery-image] Sep 27 03:56:45.431 INFO O| Sep 27 03:56:45.431 INFO STEP 436 (remove_files) COMPLETE
54122024-09-27T03:56:46.822Z[ recovery-image] Sep 27 03:56:45.431 INFO O| Sep 27 03:56:45.431 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-09-27T03:56:46.841Z[ recovery-image] Sep 27 03:56:45.452 INFO O| Sep 27 03:56:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54142024-09-27T03:56:46.841Z[ recovery-image] Sep 27 03:56:45.453 INFO O| Sep 27 03:56:45.453 INFO STEP 437 (remove_files) COMPLETE
54152024-09-27T03:56:46.841Z[ recovery-image] Sep 27 03:56:45.453 INFO O| Sep 27 03:56:45.453 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-09-27T03:56:46.879Z[ recovery-image] Sep 27 03:56:45.490 INFO O| Sep 27 03:56:45.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54172024-09-27T03:56:46.882Z[ recovery-image] Sep 27 03:56:45.490 INFO O| Sep 27 03:56:45.490 INFO STEP 438 (remove_files) COMPLETE
54182024-09-27T03:56:46.882Z[ recovery-image] Sep 27 03:56:45.490 INFO O| Sep 27 03:56:45.490 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-09-27T03:56:46.913Z[ recovery-image] Sep 27 03:56:45.524 INFO O| Sep 27 03:56:45.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54202024-09-27T03:56:46.913Z[ recovery-image] Sep 27 03:56:45.524 INFO O| Sep 27 03:56:45.524 INFO STEP 439 (remove_files) COMPLETE
54212024-09-27T03:56:46.913Z[ recovery-image] Sep 27 03:56:45.525 INFO O| Sep 27 03:56:45.524 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-09-27T03:56:46.970Z[ recovery-image] Sep 27 03:56:45.581 INFO O| Sep 27 03:56:45.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54232024-09-27T03:56:46.970Z[ recovery-image] Sep 27 03:56:45.581 INFO O| Sep 27 03:56:45.581 INFO STEP 440 (remove_files) COMPLETE
54242024-09-27T03:56:46.972Z[ recovery-image] Sep 27 03:56:45.581 INFO O| Sep 27 03:56:45.581 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-09-27T03:56:46.997Z[ recovery-image] Sep 27 03:56:45.608 INFO O| Sep 27 03:56:45.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54262024-09-27T03:56:46.997Z[ recovery-image] Sep 27 03:56:45.608 INFO O| Sep 27 03:56:45.608 INFO STEP 441 (remove_files) COMPLETE
54272024-09-27T03:56:46.997Z[ recovery-image] Sep 27 03:56:45.608 INFO O| Sep 27 03:56:45.608 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-09-27T03:56:47.020Z[ recovery-image] Sep 27 03:56:45.631 INFO O| Sep 27 03:56:45.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54292024-09-27T03:56:47.020Z[ recovery-image] Sep 27 03:56:45.631 INFO O| Sep 27 03:56:45.631 INFO STEP 442 (remove_files) COMPLETE
54302024-09-27T03:56:47.020Z[ recovery-image] Sep 27 03:56:45.631 INFO O| Sep 27 03:56:45.631 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-09-27T03:56:47.040Z[ recovery-image] Sep 27 03:56:45.651 INFO O| Sep 27 03:56:45.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54322024-09-27T03:56:47.040Z[ recovery-image] Sep 27 03:56:45.651 INFO O| Sep 27 03:56:45.651 INFO STEP 443 (remove_files) COMPLETE
54332024-09-27T03:56:47.040Z[ recovery-image] Sep 27 03:56:45.651 INFO O| Sep 27 03:56:45.651 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-09-27T03:56:47.060Z[ recovery-image] Sep 27 03:56:45.672 INFO O| Sep 27 03:56:45.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54352024-09-27T03:56:47.060Z[ recovery-image] Sep 27 03:56:45.672 INFO O| Sep 27 03:56:45.672 INFO STEP 444 (remove_files) COMPLETE
54362024-09-27T03:56:47.060Z[ recovery-image] Sep 27 03:56:45.672 INFO O| Sep 27 03:56:45.672 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-09-27T03:56:47.082Z[ recovery-image] Sep 27 03:56:45.693 INFO O| Sep 27 03:56:45.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54382024-09-27T03:56:47.082Z[ recovery-image] Sep 27 03:56:45.693 INFO O| Sep 27 03:56:45.693 INFO STEP 445 (remove_files) COMPLETE
54392024-09-27T03:56:47.082Z[ recovery-image] Sep 27 03:56:45.693 INFO O| Sep 27 03:56:45.693 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-09-27T03:56:47.104Z[ recovery-image] Sep 27 03:56:45.715 INFO O| Sep 27 03:56:45.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54412024-09-27T03:56:47.104Z[ recovery-image] Sep 27 03:56:45.715 INFO O| Sep 27 03:56:45.715 INFO STEP 446 (remove_files) COMPLETE
54422024-09-27T03:56:47.106Z[ recovery-image] Sep 27 03:56:45.715 INFO O| Sep 27 03:56:45.715 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-09-27T03:56:47.125Z[ recovery-image] Sep 27 03:56:45.736 INFO O| Sep 27 03:56:45.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54442024-09-27T03:56:47.125Z[ recovery-image] Sep 27 03:56:45.736 INFO O| Sep 27 03:56:45.736 INFO STEP 447 (remove_files) COMPLETE
54452024-09-27T03:56:47.127Z[ recovery-image] Sep 27 03:56:45.736 INFO O| Sep 27 03:56:45.736 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-09-27T03:56:47.146Z[ recovery-image] Sep 27 03:56:45.756 INFO O| Sep 27 03:56:45.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54472024-09-27T03:56:47.146Z[ recovery-image] Sep 27 03:56:45.756 INFO O| Sep 27 03:56:45.756 INFO STEP 448 (remove_files) COMPLETE
54482024-09-27T03:56:47.146Z[ recovery-image] Sep 27 03:56:45.756 INFO O| Sep 27 03:56:45.756 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-09-27T03:56:47.165Z[ recovery-image] Sep 27 03:56:45.776 INFO O| Sep 27 03:56:45.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54502024-09-27T03:56:47.165Z[ recovery-image] Sep 27 03:56:45.776 INFO O| Sep 27 03:56:45.776 INFO STEP 449 (remove_files) COMPLETE
54512024-09-27T03:56:47.165Z[ recovery-image] Sep 27 03:56:45.776 INFO O| Sep 27 03:56:45.776 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-09-27T03:56:47.228Z[ recovery-image] Sep 27 03:56:45.836 INFO O| Sep 27 03:56:45.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54532024-09-27T03:56:47.228Z[ recovery-image] Sep 27 03:56:45.836 INFO O| Sep 27 03:56:45.836 INFO STEP 450 (remove_files) COMPLETE
54542024-09-27T03:56:47.232Z[ recovery-image] Sep 27 03:56:45.836 INFO O| Sep 27 03:56:45.836 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-09-27T03:56:47.284Z[ recovery-image] Sep 27 03:56:45.895 INFO O| Sep 27 03:56:45.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54562024-09-27T03:56:47.284Z[ recovery-image] Sep 27 03:56:45.895 INFO O| Sep 27 03:56:45.895 INFO STEP 451 (remove_files) COMPLETE
54572024-09-27T03:56:47.284Z[ recovery-image] Sep 27 03:56:45.895 INFO O| Sep 27 03:56:45.895 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-09-27T03:56:47.304Z[ recovery-image] Sep 27 03:56:45.915 INFO O| Sep 27 03:56:45.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54592024-09-27T03:56:47.304Z[ recovery-image] Sep 27 03:56:45.915 INFO O| Sep 27 03:56:45.915 INFO STEP 452 (remove_files) COMPLETE
54602024-09-27T03:56:47.304Z[ recovery-image] Sep 27 03:56:45.915 INFO O| Sep 27 03:56:45.915 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-09-27T03:56:47.325Z[ recovery-image] Sep 27 03:56:45.935 INFO O| Sep 27 03:56:45.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54622024-09-27T03:56:47.325Z[ recovery-image] Sep 27 03:56:45.935 INFO O| Sep 27 03:56:45.935 INFO STEP 453 (remove_files) COMPLETE
54632024-09-27T03:56:47.325Z[ recovery-image] Sep 27 03:56:45.935 INFO O| Sep 27 03:56:45.935 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-09-27T03:56:47.356Z[ recovery-image] Sep 27 03:56:45.968 INFO O| Sep 27 03:56:45.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54652024-09-27T03:56:47.356Z[ recovery-image] Sep 27 03:56:45.968 INFO O| Sep 27 03:56:45.968 INFO STEP 454 (remove_files) COMPLETE
54662024-09-27T03:56:47.356Z[ recovery-image] Sep 27 03:56:45.968 INFO O| Sep 27 03:56:45.968 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-09-27T03:56:47.395Z[ recovery-image] Sep 27 03:56:46.006 INFO O| Sep 27 03:56:46.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54682024-09-27T03:56:47.395Z[ recovery-image] Sep 27 03:56:46.006 INFO O| Sep 27 03:56:46.006 INFO STEP 455 (remove_files) COMPLETE
54692024-09-27T03:56:47.395Z[ recovery-image] Sep 27 03:56:46.006 INFO O| Sep 27 03:56:46.006 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-09-27T03:56:47.418Z[ recovery-image] Sep 27 03:56:46.029 INFO O| Sep 27 03:56:46.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54712024-09-27T03:56:47.418Z[ recovery-image] Sep 27 03:56:46.029 INFO O| Sep 27 03:56:46.029 INFO STEP 456 (remove_files) COMPLETE
54722024-09-27T03:56:47.420Z[ recovery-image] Sep 27 03:56:46.029 INFO O| Sep 27 03:56:46.029 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-09-27T03:56:47.438Z[ recovery-image] Sep 27 03:56:46.049 INFO O| Sep 27 03:56:46.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
54742024-09-27T03:56:47.438Z[ recovery-image] Sep 27 03:56:46.049 INFO O| Sep 27 03:56:46.049 INFO STEP 457 (remove_files) COMPLETE
54752024-09-27T03:56:47.438Z[ recovery-image] Sep 27 03:56:46.049 INFO O| Sep 27 03:56:46.049 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-09-27T03:56:47.459Z[ recovery-image] Sep 27 03:56:46.070 INFO O| Sep 27 03:56:46.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
54772024-09-27T03:56:47.459Z[ recovery-image] Sep 27 03:56:46.070 INFO O| Sep 27 03:56:46.070 INFO STEP 458 (remove_files) COMPLETE
54782024-09-27T03:56:47.459Z[ recovery-image] Sep 27 03:56:46.070 INFO O| Sep 27 03:56:46.070 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-09-27T03:56:47.506Z[ recovery-image] Sep 27 03:56:46.118 INFO O| Sep 27 03:56:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
54802024-09-27T03:56:47.506Z[ recovery-image] Sep 27 03:56:46.118 INFO O| Sep 27 03:56:46.118 INFO STEP 459 (remove_files) COMPLETE
54812024-09-27T03:56:47.506Z[ recovery-image] Sep 27 03:56:46.118 INFO O| Sep 27 03:56:46.118 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-09-27T03:56:47.529Z[ recovery-image] Sep 27 03:56:46.140 INFO O| Sep 27 03:56:46.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
54832024-09-27T03:56:47.529Z[ recovery-image] Sep 27 03:56:46.140 INFO O| Sep 27 03:56:46.140 INFO STEP 460 (remove_files) COMPLETE
54842024-09-27T03:56:47.529Z[ recovery-image] Sep 27 03:56:46.140 INFO O| Sep 27 03:56:46.140 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-09-27T03:56:47.565Z[ recovery-image] Sep 27 03:56:46.176 INFO O| Sep 27 03:56:46.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
54862024-09-27T03:56:47.565Z[ recovery-image] Sep 27 03:56:46.176 INFO O| Sep 27 03:56:46.176 INFO STEP 461 (remove_files) COMPLETE
54872024-09-27T03:56:47.565Z[ recovery-image] Sep 27 03:56:46.176 INFO O| Sep 27 03:56:46.176 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-09-27T03:56:47.658Z[ recovery-image] Sep 27 03:56:46.269 INFO O| Sep 27 03:56:46.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
54892024-09-27T03:56:47.658Z[ recovery-image] Sep 27 03:56:46.269 INFO O| Sep 27 03:56:46.269 INFO STEP 462 (remove_files) COMPLETE
54902024-09-27T03:56:47.658Z[ recovery-image] Sep 27 03:56:46.269 INFO O| Sep 27 03:56:46.269 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-09-27T03:56:47.712Z[ recovery-image] Sep 27 03:56:46.323 INFO O| Sep 27 03:56:46.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
54922024-09-27T03:56:47.712Z[ recovery-image] Sep 27 03:56:46.323 INFO O| Sep 27 03:56:46.323 INFO STEP 463 (remove_files) COMPLETE
54932024-09-27T03:56:47.714Z[ recovery-image] Sep 27 03:56:46.323 INFO O| Sep 27 03:56:46.323 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-09-27T03:56:47.734Z[ recovery-image] Sep 27 03:56:46.345 INFO O| Sep 27 03:56:46.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
54952024-09-27T03:56:47.734Z[ recovery-image] Sep 27 03:56:46.345 INFO O| Sep 27 03:56:46.345 INFO STEP 464 (remove_files) COMPLETE
54962024-09-27T03:56:47.737Z[ recovery-image] Sep 27 03:56:46.345 INFO O| Sep 27 03:56:46.345 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-09-27T03:56:47.754Z[ recovery-image] Sep 27 03:56:46.365 INFO O| Sep 27 03:56:46.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
54982024-09-27T03:56:47.754Z[ recovery-image] Sep 27 03:56:46.365 INFO O| Sep 27 03:56:46.365 INFO STEP 465 (remove_files) COMPLETE
54992024-09-27T03:56:47.754Z[ recovery-image] Sep 27 03:56:46.366 INFO O| Sep 27 03:56:46.365 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-09-27T03:56:47.773Z[ recovery-image] Sep 27 03:56:46.385 INFO O| Sep 27 03:56:46.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55012024-09-27T03:56:47.773Z[ recovery-image] Sep 27 03:56:46.385 INFO O| Sep 27 03:56:46.385 INFO STEP 466 (remove_files) COMPLETE
55022024-09-27T03:56:47.773Z[ recovery-image] Sep 27 03:56:46.385 INFO O| Sep 27 03:56:46.385 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-09-27T03:56:47.790Z[ recovery-image] Sep 27 03:56:46.402 INFO O| Sep 27 03:56:46.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55042024-09-27T03:56:47.790Z[ recovery-image] Sep 27 03:56:46.402 INFO O| Sep 27 03:56:46.402 INFO STEP 467 (remove_files) COMPLETE
55052024-09-27T03:56:47.790Z[ recovery-image] Sep 27 03:56:46.402 INFO O| Sep 27 03:56:46.402 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-09-27T03:56:47.828Z[ recovery-image] Sep 27 03:56:46.439 INFO O| Sep 27 03:56:46.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55072024-09-27T03:56:47.828Z[ recovery-image] Sep 27 03:56:46.439 INFO O| Sep 27 03:56:46.439 INFO STEP 468 (remove_files) COMPLETE
55082024-09-27T03:56:47.830Z[ recovery-image] Sep 27 03:56:46.439 INFO O| Sep 27 03:56:46.439 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-09-27T03:56:47.887Z[ recovery-image] Sep 27 03:56:46.499 INFO O| Sep 27 03:56:46.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55102024-09-27T03:56:47.888Z[ recovery-image] Sep 27 03:56:46.499 INFO O| Sep 27 03:56:46.499 INFO STEP 469 (remove_files) COMPLETE
55112024-09-27T03:56:47.888Z[ recovery-image] Sep 27 03:56:46.499 INFO O| Sep 27 03:56:46.499 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-09-27T03:56:47.908Z[ recovery-image] Sep 27 03:56:46.520 INFO O| Sep 27 03:56:46.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55132024-09-27T03:56:47.908Z[ recovery-image] Sep 27 03:56:46.520 INFO O| Sep 27 03:56:46.520 INFO STEP 470 (remove_files) COMPLETE
55142024-09-27T03:56:47.908Z[ recovery-image] Sep 27 03:56:46.520 INFO O| Sep 27 03:56:46.520 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-09-27T03:56:47.915Z[ host-image] Sep 27 03:56:46.526 INFO O| Sep 27 03:56:46.526 INFO O| Done
55162024-09-27T03:56:47.927Z[ recovery-image] Sep 27 03:56:46.538 INFO O| Sep 27 03:56:46.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55172024-09-27T03:56:47.927Z[ recovery-image] Sep 27 03:56:46.538 INFO O| Sep 27 03:56:46.538 INFO STEP 471 (remove_files) COMPLETE
55182024-09-27T03:56:47.929Z[ recovery-image] Sep 27 03:56:46.538 INFO O| Sep 27 03:56:46.538 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-09-27T03:56:47.945Z[ recovery-image] Sep 27 03:56:46.556 INFO O| Sep 27 03:56:46.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55202024-09-27T03:56:47.945Z[ recovery-image] Sep 27 03:56:46.556 INFO O| Sep 27 03:56:46.556 INFO STEP 472 (remove_files) COMPLETE
55212024-09-27T03:56:47.947Z[ recovery-image] Sep 27 03:56:46.556 INFO O| Sep 27 03:56:46.556 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-09-27T03:56:47.961Z[ host-image] Sep 27 03:56:46.572 INFO O| Sep 27 03:56:46.572 INFO O| Done
55232024-09-27T03:56:47.964Z[ host-image] Sep 27 03:56:46.572 INFO O| Sep 27 03:56:46.572 INFO O| Done
55242024-09-27T03:56:48.008Z[ recovery-image] Sep 27 03:56:46.611 INFO O| Sep 27 03:56:46.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55252024-09-27T03:56:48.008Z[ recovery-image] Sep 27 03:56:46.611 INFO O| Sep 27 03:56:46.611 INFO STEP 473 (remove_files) COMPLETE
55262024-09-27T03:56:48.011Z[ recovery-image] Sep 27 03:56:46.611 INFO O| Sep 27 03:56:46.611 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-09-27T03:56:48.017Z[ recovery-image] Sep 27 03:56:46.628 INFO O| Sep 27 03:56:46.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55282024-09-27T03:56:48.019Z[ recovery-image] Sep 27 03:56:46.628 INFO O| Sep 27 03:56:46.628 INFO STEP 474 (remove_files) COMPLETE
55292024-09-27T03:56:48.019Z[ recovery-image] Sep 27 03:56:46.628 INFO O| Sep 27 03:56:46.628 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-09-27T03:56:48.031Z[ host-image] Sep 27 03:56:46.642 INFO O| Sep 27 03:56:46.642 INFO O| Done
55312024-09-27T03:56:48.043Z[ recovery-image] Sep 27 03:56:46.645 INFO O| Sep 27 03:56:46.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55322024-09-27T03:56:48.043Z[ recovery-image] Sep 27 03:56:46.645 INFO O| Sep 27 03:56:46.645 INFO STEP 475 (remove_files) COMPLETE
55332024-09-27T03:56:48.046Z[ recovery-image] Sep 27 03:56:46.645 INFO O| Sep 27 03:56:46.645 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-09-27T03:56:48.055Z[ recovery-image] Sep 27 03:56:46.666 INFO O| Sep 27 03:56:46.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55352024-09-27T03:56:48.055Z[ recovery-image] Sep 27 03:56:46.666 INFO O| Sep 27 03:56:46.666 INFO STEP 476 (remove_files) COMPLETE
55362024-09-27T03:56:48.055Z[ recovery-image] Sep 27 03:56:46.666 INFO O| Sep 27 03:56:46.666 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-09-27T03:56:48.095Z[ recovery-image] Sep 27 03:56:46.705 INFO O| Sep 27 03:56:46.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55382024-09-27T03:56:48.095Z[ recovery-image] Sep 27 03:56:46.705 INFO O| Sep 27 03:56:46.705 INFO STEP 477 (remove_files) COMPLETE
55392024-09-27T03:56:48.095Z[ recovery-image] Sep 27 03:56:46.705 INFO O| Sep 27 03:56:46.705 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-09-27T03:56:48.111Z[ recovery-image] Sep 27 03:56:46.722 INFO O| Sep 27 03:56:46.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55412024-09-27T03:56:48.111Z[ recovery-image] Sep 27 03:56:46.722 INFO O| Sep 27 03:56:46.722 INFO STEP 478 (remove_files) COMPLETE
55422024-09-27T03:56:48.111Z[ recovery-image] Sep 27 03:56:46.722 INFO O| Sep 27 03:56:46.722 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-09-27T03:56:48.130Z[ recovery-image] Sep 27 03:56:46.741 INFO O| Sep 27 03:56:46.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55442024-09-27T03:56:48.142Z[ recovery-image] Sep 27 03:56:46.753 INFO O| Sep 27 03:56:46.753 INFO STEP 479 (remove_files) COMPLETE
55452024-09-27T03:56:48.142Z[ recovery-image] Sep 27 03:56:46.753 INFO O| Sep 27 03:56:46.753 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-09-27T03:56:48.162Z[ recovery-image] Sep 27 03:56:46.773 INFO O| Sep 27 03:56:46.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55472024-09-27T03:56:48.162Z[ recovery-image] Sep 27 03:56:46.773 INFO O| Sep 27 03:56:46.773 INFO STEP 480 (remove_files) COMPLETE
55482024-09-27T03:56:48.164Z[ recovery-image] Sep 27 03:56:46.773 INFO O| Sep 27 03:56:46.773 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-09-27T03:56:48.180Z[ recovery-image] Sep 27 03:56:46.791 INFO O| Sep 27 03:56:46.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55502024-09-27T03:56:48.180Z[ recovery-image] Sep 27 03:56:46.792 INFO O| Sep 27 03:56:46.792 INFO STEP 481 (remove_files) COMPLETE
55512024-09-27T03:56:48.183Z[ recovery-image] Sep 27 03:56:46.792 INFO O| Sep 27 03:56:46.792 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-09-27T03:56:48.200Z[ recovery-image] Sep 27 03:56:46.811 INFO O| Sep 27 03:56:46.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55532024-09-27T03:56:48.217Z[ host-image] Sep 27 03:56:46.828 INFO O| Sep 27 03:56:46.828 INFO STEP 13 (pkg_install) COMPLETE
55542024-09-27T03:56:48.217Z[ host-image] Sep 27 03:56:46.828 INFO O| Sep 27 03:56:46.828 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55552024-09-27T03:56:48.222Z[ recovery-image] Sep 27 03:56:46.832 INFO O| Sep 27 03:56:46.832 INFO STEP 482 (remove_files) COMPLETE
55562024-09-27T03:56:48.225Z[ recovery-image] Sep 27 03:56:46.832 INFO O| Sep 27 03:56:46.832 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-09-27T03:56:48.235Z[ host-image] Sep 27 03:56:46.846 INFO O| Sep 27 03:56:46.846 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
55582024-09-27T03:56:48.241Z[ recovery-image] Sep 27 03:56:46.850 INFO O| Sep 27 03:56:46.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55592024-09-27T03:56:48.273Z[ recovery-image] Sep 27 03:56:46.883 INFO O| Sep 27 03:56:46.883 INFO STEP 483 (remove_files) COMPLETE
55602024-09-27T03:56:48.273Z[ recovery-image] Sep 27 03:56:46.883 INFO O| Sep 27 03:56:46.883 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-09-27T03:56:48.314Z[ recovery-image] Sep 27 03:56:46.925 INFO O| Sep 27 03:56:46.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55622024-09-27T03:56:48.314Z[ recovery-image] Sep 27 03:56:46.925 INFO O| Sep 27 03:56:46.925 INFO STEP 484 (remove_files) COMPLETE
55632024-09-27T03:56:48.317Z[ recovery-image] Sep 27 03:56:46.925 INFO O| Sep 27 03:56:46.925 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-09-27T03:56:48.334Z[ recovery-image] Sep 27 03:56:46.945 INFO O| Sep 27 03:56:46.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55652024-09-27T03:56:48.335Z[ recovery-image] Sep 27 03:56:46.945 INFO O| Sep 27 03:56:46.945 INFO STEP 485 (remove_files) COMPLETE
55662024-09-27T03:56:48.335Z[ recovery-image] Sep 27 03:56:46.945 INFO O| Sep 27 03:56:46.945 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-09-27T03:56:48.358Z[ recovery-image] Sep 27 03:56:46.969 INFO O| Sep 27 03:56:46.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55682024-09-27T03:56:48.358Z[ recovery-image] Sep 27 03:56:46.969 INFO O| Sep 27 03:56:46.969 INFO STEP 486 (remove_files) COMPLETE
55692024-09-27T03:56:48.361Z[ recovery-image] Sep 27 03:56:46.969 INFO O| Sep 27 03:56:46.969 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-09-27T03:56:48.378Z[ recovery-image] Sep 27 03:56:46.989 INFO O| Sep 27 03:56:46.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55712024-09-27T03:56:48.379Z[ recovery-image] Sep 27 03:56:46.990 INFO O| Sep 27 03:56:46.989 INFO STEP 487 (remove_files) COMPLETE
55722024-09-27T03:56:48.381Z[ recovery-image] Sep 27 03:56:46.990 INFO O| Sep 27 03:56:46.989 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-09-27T03:56:48.402Z[ recovery-image] Sep 27 03:56:47.013 INFO O| Sep 27 03:56:47.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55742024-09-27T03:56:48.402Z[ recovery-image] Sep 27 03:56:47.013 INFO O| Sep 27 03:56:47.013 INFO STEP 488 (remove_files) COMPLETE
55752024-09-27T03:56:48.402Z[ recovery-image] Sep 27 03:56:47.013 INFO O| Sep 27 03:56:47.013 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-09-27T03:56:48.438Z[ recovery-image] Sep 27 03:56:47.049 INFO O| Sep 27 03:56:47.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55772024-09-27T03:56:48.438Z[ recovery-image] Sep 27 03:56:47.049 INFO O| Sep 27 03:56:47.049 INFO STEP 489 (remove_files) COMPLETE
55782024-09-27T03:56:48.438Z[ recovery-image] Sep 27 03:56:47.049 INFO O| Sep 27 03:56:47.049 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-09-27T03:56:48.457Z[ recovery-image] Sep 27 03:56:47.068 INFO O| Sep 27 03:56:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
55802024-09-27T03:56:48.478Z[ recovery-image] Sep 27 03:56:47.089 INFO O| Sep 27 03:56:47.089 INFO STEP 490 (remove_files) COMPLETE
55812024-09-27T03:56:48.478Z[ recovery-image] Sep 27 03:56:47.089 INFO O| Sep 27 03:56:47.089 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-09-27T03:56:48.518Z[ recovery-image] Sep 27 03:56:47.129 INFO O| Sep 27 03:56:47.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
55832024-09-27T03:56:48.518Z[ recovery-image] Sep 27 03:56:47.129 INFO O| Sep 27 03:56:47.129 INFO STEP 491 (remove_files) COMPLETE
55842024-09-27T03:56:48.518Z[ recovery-image] Sep 27 03:56:47.129 INFO O| Sep 27 03:56:47.129 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-09-27T03:56:48.555Z[ recovery-image] Sep 27 03:56:47.166 INFO O| Sep 27 03:56:47.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
55862024-09-27T03:56:48.555Z[ recovery-image] Sep 27 03:56:47.166 INFO O| Sep 27 03:56:47.166 INFO STEP 492 (remove_files) COMPLETE
55872024-09-27T03:56:48.558Z[ recovery-image] Sep 27 03:56:47.166 INFO O| Sep 27 03:56:47.166 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-09-27T03:56:48.595Z[ recovery-image] Sep 27 03:56:47.206 INFO O| Sep 27 03:56:47.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
55892024-09-27T03:56:48.595Z[ recovery-image] Sep 27 03:56:47.206 INFO O| Sep 27 03:56:47.206 INFO STEP 493 (remove_files) COMPLETE
55902024-09-27T03:56:48.595Z[ recovery-image] Sep 27 03:56:47.206 INFO O| Sep 27 03:56:47.206 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-09-27T03:56:48.619Z[ recovery-image] Sep 27 03:56:47.230 INFO O| Sep 27 03:56:47.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
55922024-09-27T03:56:48.619Z[ recovery-image] Sep 27 03:56:47.230 INFO O| Sep 27 03:56:47.230 INFO STEP 494 (remove_files) COMPLETE
55932024-09-27T03:56:48.619Z[ recovery-image] Sep 27 03:56:47.230 INFO O| Sep 27 03:56:47.230 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-09-27T03:56:48.644Z[ recovery-image] Sep 27 03:56:47.255 INFO O| Sep 27 03:56:47.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
55952024-09-27T03:56:48.664Z[ recovery-image] Sep 27 03:56:47.275 INFO O| Sep 27 03:56:47.275 INFO STEP 495 (remove_files) COMPLETE
55962024-09-27T03:56:48.664Z[ recovery-image] Sep 27 03:56:47.275 INFO O| Sep 27 03:56:47.275 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-09-27T03:56:48.691Z[ recovery-image] Sep 27 03:56:47.302 INFO O| Sep 27 03:56:47.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
55982024-09-27T03:56:48.691Z[ recovery-image] Sep 27 03:56:47.302 INFO O| Sep 27 03:56:47.302 INFO STEP 496 (remove_files) COMPLETE
55992024-09-27T03:56:48.691Z[ recovery-image] Sep 27 03:56:47.302 INFO O| Sep 27 03:56:47.302 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-09-27T03:56:48.712Z[ recovery-image] Sep 27 03:56:47.323 INFO O| Sep 27 03:56:47.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56012024-09-27T03:56:48.712Z[ recovery-image] Sep 27 03:56:47.323 INFO O| Sep 27 03:56:47.323 INFO STEP 497 (remove_files) COMPLETE
56022024-09-27T03:56:48.715Z[ recovery-image] Sep 27 03:56:47.323 INFO O| Sep 27 03:56:47.323 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-09-27T03:56:48.730Z[ recovery-image] Sep 27 03:56:47.341 INFO O| Sep 27 03:56:47.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56042024-09-27T03:56:48.730Z[ recovery-image] Sep 27 03:56:47.341 INFO O| Sep 27 03:56:47.341 INFO STEP 498 (remove_files) COMPLETE
56052024-09-27T03:56:48.730Z[ recovery-image] Sep 27 03:56:47.341 INFO O| Sep 27 03:56:47.341 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-09-27T03:56:48.748Z[ recovery-image] Sep 27 03:56:47.359 INFO O| Sep 27 03:56:47.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56072024-09-27T03:56:48.748Z[ recovery-image] Sep 27 03:56:47.359 INFO O| Sep 27 03:56:47.359 INFO STEP 499 (remove_files) COMPLETE
56082024-09-27T03:56:48.748Z[ recovery-image] Sep 27 03:56:47.359 INFO O| Sep 27 03:56:47.359 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-09-27T03:56:48.765Z[ recovery-image] Sep 27 03:56:47.376 INFO O| Sep 27 03:56:47.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56102024-09-27T03:56:48.765Z[ recovery-image] Sep 27 03:56:47.376 INFO O| Sep 27 03:56:47.376 INFO STEP 500 (remove_files) COMPLETE
56112024-09-27T03:56:48.768Z[ recovery-image] Sep 27 03:56:47.376 INFO O| Sep 27 03:56:47.376 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-09-27T03:56:48.859Z[ recovery-image] Sep 27 03:56:47.470 INFO O| Sep 27 03:56:47.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56132024-09-27T03:56:48.862Z[ recovery-image] Sep 27 03:56:47.470 INFO O| Sep 27 03:56:47.470 INFO STEP 501 (remove_files) COMPLETE
56142024-09-27T03:56:48.862Z[ recovery-image] Sep 27 03:56:47.470 INFO O| Sep 27 03:56:47.470 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-09-27T03:56:48.883Z[ recovery-image] Sep 27 03:56:47.493 INFO O| Sep 27 03:56:47.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56162024-09-27T03:56:48.885Z[ recovery-image] Sep 27 03:56:47.494 INFO O| Sep 27 03:56:47.494 INFO STEP 502 (remove_files) COMPLETE
56172024-09-27T03:56:48.885Z[ recovery-image] Sep 27 03:56:47.494 INFO O| Sep 27 03:56:47.494 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-09-27T03:56:48.950Z[ recovery-image] Sep 27 03:56:47.560 INFO O| Sep 27 03:56:47.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56192024-09-27T03:56:48.950Z[ recovery-image] Sep 27 03:56:47.560 INFO O| Sep 27 03:56:47.560 INFO STEP 503 (remove_files) COMPLETE
56202024-09-27T03:56:48.950Z[ recovery-image] Sep 27 03:56:47.561 INFO O| Sep 27 03:56:47.560 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-09-27T03:56:48.987Z[ recovery-image] Sep 27 03:56:47.598 INFO O| Sep 27 03:56:47.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56222024-09-27T03:56:48.990Z[ recovery-image] Sep 27 03:56:47.598 INFO O| Sep 27 03:56:47.598 INFO STEP 504 (remove_files) COMPLETE
56232024-09-27T03:56:48.990Z[ recovery-image] Sep 27 03:56:47.599 INFO O| Sep 27 03:56:47.599 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-09-27T03:56:49.014Z[ recovery-image] Sep 27 03:56:47.624 INFO O| Sep 27 03:56:47.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56252024-09-27T03:56:49.017Z[ recovery-image] Sep 27 03:56:47.624 INFO O| Sep 27 03:56:47.624 INFO STEP 505 (remove_files) COMPLETE
56262024-09-27T03:56:49.017Z[ recovery-image] Sep 27 03:56:47.624 INFO O| Sep 27 03:56:47.624 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-09-27T03:56:49.034Z[ recovery-image] Sep 27 03:56:47.645 INFO O| Sep 27 03:56:47.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56282024-09-27T03:56:49.036Z[ recovery-image] Sep 27 03:56:47.645 INFO O| Sep 27 03:56:47.645 INFO STEP 506 (remove_files) COMPLETE
56292024-09-27T03:56:49.036Z[ recovery-image] Sep 27 03:56:47.645 INFO O| Sep 27 03:56:47.645 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-09-27T03:56:49.055Z[ recovery-image] Sep 27 03:56:47.666 INFO O| Sep 27 03:56:47.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56312024-09-27T03:56:49.057Z[ recovery-image] Sep 27 03:56:47.666 INFO O| Sep 27 03:56:47.666 INFO STEP 507 (remove_files) COMPLETE
56322024-09-27T03:56:49.057Z[ recovery-image] Sep 27 03:56:47.666 INFO O| Sep 27 03:56:47.666 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-09-27T03:56:49.122Z[ recovery-image] Sep 27 03:56:47.733 INFO O| Sep 27 03:56:47.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56342024-09-27T03:56:49.122Z[ recovery-image] Sep 27 03:56:47.733 INFO O| Sep 27 03:56:47.733 INFO STEP 508 (remove_files) COMPLETE
56352024-09-27T03:56:49.122Z[ recovery-image] Sep 27 03:56:47.733 INFO O| Sep 27 03:56:47.733 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-09-27T03:56:49.155Z[ recovery-image] Sep 27 03:56:47.766 INFO O| Sep 27 03:56:47.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56372024-09-27T03:56:49.155Z[ recovery-image] Sep 27 03:56:47.766 INFO O| Sep 27 03:56:47.766 INFO STEP 509 (remove_files) COMPLETE
56382024-09-27T03:56:49.158Z[ recovery-image] Sep 27 03:56:47.766 INFO O| Sep 27 03:56:47.766 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-09-27T03:56:49.189Z[ recovery-image] Sep 27 03:56:47.800 INFO O| Sep 27 03:56:47.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56402024-09-27T03:56:49.189Z[ recovery-image] Sep 27 03:56:47.800 INFO O| Sep 27 03:56:47.800 INFO STEP 510 (remove_files) COMPLETE
56412024-09-27T03:56:49.192Z[ recovery-image] Sep 27 03:56:47.800 INFO O| Sep 27 03:56:47.800 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-09-27T03:56:49.210Z[ recovery-image] Sep 27 03:56:47.820 INFO O| Sep 27 03:56:47.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56432024-09-27T03:56:49.210Z[ recovery-image] Sep 27 03:56:47.820 INFO O| Sep 27 03:56:47.820 INFO STEP 511 (remove_files) COMPLETE
56442024-09-27T03:56:49.215Z[ recovery-image] Sep 27 03:56:47.821 INFO O| Sep 27 03:56:47.820 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-09-27T03:56:49.265Z[ recovery-image] Sep 27 03:56:47.876 INFO O| Sep 27 03:56:47.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56462024-09-27T03:56:49.265Z[ recovery-image] Sep 27 03:56:47.876 INFO O| Sep 27 03:56:47.876 INFO STEP 512 (remove_files) COMPLETE
56472024-09-27T03:56:49.266Z[ recovery-image] Sep 27 03:56:47.876 INFO O| Sep 27 03:56:47.876 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-09-27T03:56:49.281Z[ host-image] Sep 27 03:56:47.892 INFO O| Sep 27 03:56:47.892 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
56492024-09-27T03:56:49.291Z[ recovery-image] Sep 27 03:56:47.902 INFO O| Sep 27 03:56:47.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56502024-09-27T03:56:49.291Z[ recovery-image] Sep 27 03:56:47.902 INFO O| Sep 27 03:56:47.902 INFO STEP 513 (remove_files) COMPLETE
56512024-09-27T03:56:49.291Z[ recovery-image] Sep 27 03:56:47.902 INFO O| Sep 27 03:56:47.902 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-09-27T03:56:49.312Z[ recovery-image] Sep 27 03:56:47.922 INFO O| Sep 27 03:56:47.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56532024-09-27T03:56:49.312Z[ recovery-image] Sep 27 03:56:47.922 INFO O| Sep 27 03:56:47.922 INFO STEP 514 (remove_files) COMPLETE
56542024-09-27T03:56:49.312Z[ recovery-image] Sep 27 03:56:47.922 INFO O| Sep 27 03:56:47.922 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-09-27T03:56:49.332Z[ recovery-image] Sep 27 03:56:47.943 INFO O| Sep 27 03:56:47.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56562024-09-27T03:56:49.332Z[ recovery-image] Sep 27 03:56:47.943 INFO O| Sep 27 03:56:47.943 INFO STEP 515 (remove_files) COMPLETE
56572024-09-27T03:56:49.332Z[ recovery-image] Sep 27 03:56:47.943 INFO O| Sep 27 03:56:47.943 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-09-27T03:56:49.351Z[ recovery-image] Sep 27 03:56:47.962 INFO O| Sep 27 03:56:47.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56592024-09-27T03:56:49.351Z[ recovery-image] Sep 27 03:56:47.962 INFO O| Sep 27 03:56:47.962 INFO STEP 516 (remove_files) COMPLETE
56602024-09-27T03:56:49.353Z[ recovery-image] Sep 27 03:56:47.962 INFO O| Sep 27 03:56:47.962 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-09-27T03:56:49.369Z[ recovery-image] Sep 27 03:56:47.980 INFO O| Sep 27 03:56:47.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56622024-09-27T03:56:49.370Z[ recovery-image] Sep 27 03:56:47.980 INFO O| Sep 27 03:56:47.980 INFO STEP 517 (remove_files) COMPLETE
56632024-09-27T03:56:49.372Z[ recovery-image] Sep 27 03:56:47.981 INFO O| Sep 27 03:56:47.980 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642024-09-27T03:56:49.387Z[ recovery-image] Sep 27 03:56:47.998 INFO O| Sep 27 03:56:47.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56652024-09-27T03:56:49.387Z[ recovery-image] Sep 27 03:56:47.998 INFO O| Sep 27 03:56:47.998 INFO STEP 518 (remove_files) COMPLETE
56662024-09-27T03:56:49.387Z[ recovery-image] Sep 27 03:56:47.998 INFO O| Sep 27 03:56:47.998 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672024-09-27T03:56:49.422Z[ recovery-image] Sep 27 03:56:48.033 INFO O| Sep 27 03:56:48.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56682024-09-27T03:56:49.422Z[ recovery-image] Sep 27 03:56:48.033 INFO O| Sep 27 03:56:48.033 INFO STEP 519 (remove_files) COMPLETE
56692024-09-27T03:56:49.424Z[ recovery-image] Sep 27 03:56:48.033 INFO O| Sep 27 03:56:48.033 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-09-27T03:56:49.479Z[ recovery-image] Sep 27 03:56:48.090 INFO O| Sep 27 03:56:48.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56712024-09-27T03:56:49.479Z[ recovery-image] Sep 27 03:56:48.090 INFO O| Sep 27 03:56:48.090 INFO STEP 520 (remove_files) COMPLETE
56722024-09-27T03:56:49.482Z[ recovery-image] Sep 27 03:56:48.090 INFO O| Sep 27 03:56:48.090 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-09-27T03:56:49.498Z[ recovery-image] Sep 27 03:56:48.109 INFO O| Sep 27 03:56:48.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56742024-09-27T03:56:49.498Z[ recovery-image] Sep 27 03:56:48.109 INFO O| Sep 27 03:56:48.109 INFO STEP 521 (remove_files) COMPLETE
56752024-09-27T03:56:49.501Z[ recovery-image] Sep 27 03:56:48.109 INFO O| Sep 27 03:56:48.109 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-09-27T03:56:49.534Z[ recovery-image] Sep 27 03:56:48.144 INFO O| Sep 27 03:56:48.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56772024-09-27T03:56:49.534Z[ recovery-image] Sep 27 03:56:48.145 INFO O| Sep 27 03:56:48.145 INFO STEP 522 (remove_files) COMPLETE
56782024-09-27T03:56:49.536Z[ recovery-image] Sep 27 03:56:48.145 INFO O| Sep 27 03:56:48.145 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-09-27T03:56:49.564Z[ recovery-image] Sep 27 03:56:48.175 INFO O| Sep 27 03:56:48.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56802024-09-27T03:56:49.564Z[ recovery-image] Sep 27 03:56:48.175 INFO O| Sep 27 03:56:48.175 INFO STEP 523 (remove_files) COMPLETE
56812024-09-27T03:56:49.564Z[ recovery-image] Sep 27 03:56:48.175 INFO O| Sep 27 03:56:48.175 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822024-09-27T03:56:49.583Z[ recovery-image] Sep 27 03:56:48.194 INFO O| Sep 27 03:56:48.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
56832024-09-27T03:56:49.583Z[ recovery-image] Sep 27 03:56:48.194 INFO O| Sep 27 03:56:48.194 INFO STEP 524 (remove_files) COMPLETE
56842024-09-27T03:56:49.583Z[ recovery-image] Sep 27 03:56:48.194 INFO O| Sep 27 03:56:48.194 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-09-27T03:56:49.621Z[ recovery-image] Sep 27 03:56:48.232 INFO O| Sep 27 03:56:48.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
56862024-09-27T03:56:49.622Z[ recovery-image] Sep 27 03:56:48.232 INFO O| Sep 27 03:56:48.232 INFO STEP 525 (remove_files) COMPLETE
56872024-09-27T03:56:49.622Z[ recovery-image] Sep 27 03:56:48.232 INFO O| Sep 27 03:56:48.232 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882024-09-27T03:56:49.647Z[ recovery-image] Sep 27 03:56:48.257 INFO O| Sep 27 03:56:48.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
56892024-09-27T03:56:49.647Z[ recovery-image] Sep 27 03:56:48.257 INFO O| Sep 27 03:56:48.257 INFO STEP 526 (remove_files) COMPLETE
56902024-09-27T03:56:49.647Z[ recovery-image] Sep 27 03:56:48.257 INFO O| Sep 27 03:56:48.257 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912024-09-27T03:56:49.699Z[ recovery-image] Sep 27 03:56:48.310 INFO O| Sep 27 03:56:48.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
56922024-09-27T03:56:49.699Z[ recovery-image] Sep 27 03:56:48.310 INFO O| Sep 27 03:56:48.310 INFO STEP 527 (remove_files) COMPLETE
56932024-09-27T03:56:49.699Z[ recovery-image] Sep 27 03:56:48.310 INFO O| Sep 27 03:56:48.310 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-09-27T03:56:49.737Z[ recovery-image] Sep 27 03:56:48.348 INFO O| Sep 27 03:56:48.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
56952024-09-27T03:56:49.739Z[ recovery-image] Sep 27 03:56:48.348 INFO O| Sep 27 03:56:48.348 INFO STEP 528 (remove_files) COMPLETE
56962024-09-27T03:56:49.739Z[ recovery-image] Sep 27 03:56:48.348 INFO O| Sep 27 03:56:48.348 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972024-09-27T03:56:49.785Z[ recovery-image] Sep 27 03:56:48.395 INFO O| Sep 27 03:56:48.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
56982024-09-27T03:56:49.787Z[ recovery-image] Sep 27 03:56:48.396 INFO O| Sep 27 03:56:48.396 INFO STEP 529 (remove_files) COMPLETE
56992024-09-27T03:56:49.787Z[ recovery-image] Sep 27 03:56:48.396 INFO O| Sep 27 03:56:48.396 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002024-09-27T03:56:49.842Z[ recovery-image] Sep 27 03:56:48.452 INFO O| Sep 27 03:56:48.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57012024-09-27T03:56:49.845Z[ recovery-image] Sep 27 03:56:48.453 INFO O| Sep 27 03:56:48.453 INFO STEP 530 (remove_files) COMPLETE
57022024-09-27T03:56:49.845Z[ recovery-image] Sep 27 03:56:48.453 INFO O| Sep 27 03:56:48.453 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032024-09-27T03:56:49.868Z[ recovery-image] Sep 27 03:56:48.479 INFO O| Sep 27 03:56:48.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57042024-09-27T03:56:49.868Z[ recovery-image] Sep 27 03:56:48.479 INFO O| Sep 27 03:56:48.479 INFO STEP 531 (remove_files) COMPLETE
57052024-09-27T03:56:49.871Z[ recovery-image] Sep 27 03:56:48.479 INFO O| Sep 27 03:56:48.479 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062024-09-27T03:56:49.915Z[ recovery-image] Sep 27 03:56:48.525 INFO O| Sep 27 03:56:48.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57072024-09-27T03:56:49.915Z[ recovery-image] Sep 27 03:56:48.525 INFO O| Sep 27 03:56:48.525 INFO STEP 532 (remove_files) COMPLETE
57082024-09-27T03:56:49.915Z[ recovery-image] Sep 27 03:56:48.526 INFO O| Sep 27 03:56:48.525 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-09-27T03:56:49.934Z[ recovery-image] Sep 27 03:56:48.545 INFO O| Sep 27 03:56:48.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57102024-09-27T03:56:49.934Z[ recovery-image] Sep 27 03:56:48.545 INFO O| Sep 27 03:56:48.545 INFO STEP 533 (remove_files) COMPLETE
57112024-09-27T03:56:49.936Z[ recovery-image] Sep 27 03:56:48.545 INFO O| Sep 27 03:56:48.545 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-09-27T03:56:49.954Z[ recovery-image] Sep 27 03:56:48.565 INFO O| Sep 27 03:56:48.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57132024-09-27T03:56:49.957Z[ recovery-image] Sep 27 03:56:48.565 INFO O| Sep 27 03:56:48.565 INFO STEP 534 (remove_files) COMPLETE
57142024-09-27T03:56:49.957Z[ recovery-image] Sep 27 03:56:48.565 INFO O| Sep 27 03:56:48.565 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152024-09-27T03:56:49.989Z[ recovery-image] Sep 27 03:56:48.599 INFO O| Sep 27 03:56:48.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57162024-09-27T03:56:49.991Z[ recovery-image] Sep 27 03:56:48.599 INFO O| Sep 27 03:56:48.599 INFO STEP 535 (remove_files) COMPLETE
57172024-09-27T03:56:49.992Z[ recovery-image] Sep 27 03:56:48.599 INFO O| Sep 27 03:56:48.599 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182024-09-27T03:56:50.039Z[ recovery-image] Sep 27 03:56:48.649 INFO O| Sep 27 03:56:48.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57192024-09-27T03:56:50.062Z[ recovery-image] Sep 27 03:56:48.673 INFO O| Sep 27 03:56:48.673 INFO STEP 536 (remove_files) COMPLETE
57202024-09-27T03:56:50.062Z[ recovery-image] Sep 27 03:56:48.673 INFO O| Sep 27 03:56:48.673 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212024-09-27T03:56:50.093Z[ recovery-image] Sep 27 03:56:48.704 INFO O| Sep 27 03:56:48.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57222024-09-27T03:56:50.096Z[ recovery-image] Sep 27 03:56:48.704 INFO O| Sep 27 03:56:48.704 INFO STEP 537 (remove_files) COMPLETE
57232024-09-27T03:56:50.096Z[ recovery-image] Sep 27 03:56:48.704 INFO O| Sep 27 03:56:48.704 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242024-09-27T03:56:50.120Z[ recovery-image] Sep 27 03:56:48.730 INFO O| Sep 27 03:56:48.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57252024-09-27T03:56:50.140Z[ recovery-image] Sep 27 03:56:48.751 INFO O| Sep 27 03:56:48.751 INFO STEP 538 (remove_files) COMPLETE
57262024-09-27T03:56:50.140Z[ recovery-image] Sep 27 03:56:48.751 INFO O| Sep 27 03:56:48.751 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272024-09-27T03:56:50.173Z[ recovery-image] Sep 27 03:56:48.784 INFO O| Sep 27 03:56:48.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57282024-09-27T03:56:50.173Z[ recovery-image] Sep 27 03:56:48.784 INFO O| Sep 27 03:56:48.784 INFO STEP 539 (remove_files) COMPLETE
57292024-09-27T03:56:50.177Z[ recovery-image] Sep 27 03:56:48.784 INFO O| Sep 27 03:56:48.784 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-09-27T03:56:50.193Z[ recovery-image] Sep 27 03:56:48.804 INFO O| Sep 27 03:56:48.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57312024-09-27T03:56:50.197Z[ recovery-image] Sep 27 03:56:48.804 INFO O| Sep 27 03:56:48.804 INFO STEP 540 (remove_files) COMPLETE
57322024-09-27T03:56:50.197Z[ recovery-image] Sep 27 03:56:48.804 INFO O| Sep 27 03:56:48.804 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-09-27T03:56:50.220Z[ recovery-image] Sep 27 03:56:48.830 INFO O| Sep 27 03:56:48.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57342024-09-27T03:56:50.222Z[ recovery-image] Sep 27 03:56:48.831 INFO O| Sep 27 03:56:48.830 INFO STEP 541 (remove_files) COMPLETE
57352024-09-27T03:56:50.222Z[ recovery-image] Sep 27 03:56:48.831 INFO O| Sep 27 03:56:48.831 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-09-27T03:56:50.244Z[ recovery-image] Sep 27 03:56:48.854 INFO O| Sep 27 03:56:48.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57372024-09-27T03:56:50.246Z[ recovery-image] Sep 27 03:56:48.855 INFO O| Sep 27 03:56:48.854 INFO STEP 542 (remove_files) COMPLETE
57382024-09-27T03:56:50.246Z[ recovery-image] Sep 27 03:56:48.855 INFO O| Sep 27 03:56:48.855 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-09-27T03:56:50.271Z[ recovery-image] Sep 27 03:56:48.880 INFO O| Sep 27 03:56:48.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57402024-09-27T03:56:50.271Z[ recovery-image] Sep 27 03:56:48.881 INFO O| Sep 27 03:56:48.881 INFO STEP 543 (remove_files) COMPLETE
57412024-09-27T03:56:50.271Z[ recovery-image] Sep 27 03:56:48.881 INFO O| Sep 27 03:56:48.881 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-09-27T03:56:50.292Z[ recovery-image] Sep 27 03:56:48.903 INFO O| Sep 27 03:56:48.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57432024-09-27T03:56:50.292Z[ recovery-image] Sep 27 03:56:48.903 INFO O| Sep 27 03:56:48.903 INFO STEP 544 (remove_files) COMPLETE
57442024-09-27T03:56:50.292Z[ recovery-image] Sep 27 03:56:48.903 INFO O| Sep 27 03:56:48.903 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-09-27T03:56:50.317Z[ recovery-image] Sep 27 03:56:48.927 INFO O| Sep 27 03:56:48.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57462024-09-27T03:56:50.319Z[ recovery-image] Sep 27 03:56:48.927 INFO O| Sep 27 03:56:48.927 INFO STEP 545 (remove_files) COMPLETE
57472024-09-27T03:56:50.319Z[ recovery-image] Sep 27 03:56:48.928 INFO O| Sep 27 03:56:48.927 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-09-27T03:56:50.338Z[ recovery-image] Sep 27 03:56:48.948 INFO O| Sep 27 03:56:48.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57492024-09-27T03:56:50.340Z[ recovery-image] Sep 27 03:56:48.949 INFO O| Sep 27 03:56:48.949 INFO STEP 546 (remove_files) COMPLETE
57502024-09-27T03:56:50.340Z[ recovery-image] Sep 27 03:56:48.949 INFO O| Sep 27 03:56:48.949 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-09-27T03:56:50.365Z[ recovery-image] Sep 27 03:56:48.976 INFO O| Sep 27 03:56:48.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57522024-09-27T03:56:50.365Z[ recovery-image] Sep 27 03:56:48.976 INFO O| Sep 27 03:56:48.976 INFO STEP 547 (remove_files) COMPLETE
57532024-09-27T03:56:50.365Z[ recovery-image] Sep 27 03:56:48.976 INFO O| Sep 27 03:56:48.976 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-09-27T03:56:50.392Z[ recovery-image] Sep 27 03:56:49.003 INFO O| Sep 27 03:56:49.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57552024-09-27T03:56:50.394Z[ recovery-image] Sep 27 03:56:49.003 INFO O| Sep 27 03:56:49.003 INFO STEP 548 (remove_files) COMPLETE
57562024-09-27T03:56:50.394Z[ recovery-image] Sep 27 03:56:49.003 INFO O| Sep 27 03:56:49.003 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-09-27T03:56:50.414Z[ recovery-image] Sep 27 03:56:49.023 INFO O| Sep 27 03:56:49.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57582024-09-27T03:56:50.414Z[ recovery-image] Sep 27 03:56:49.024 INFO O| Sep 27 03:56:49.023 INFO STEP 549 (remove_files) COMPLETE
57592024-09-27T03:56:50.414Z[ recovery-image] Sep 27 03:56:49.024 INFO O| Sep 27 03:56:49.023 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-09-27T03:56:50.446Z[ recovery-image] Sep 27 03:56:49.056 INFO O| Sep 27 03:56:49.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57612024-09-27T03:56:50.446Z[ recovery-image] Sep 27 03:56:49.056 INFO O| Sep 27 03:56:49.056 INFO STEP 550 (remove_files) COMPLETE
57622024-09-27T03:56:50.448Z[ recovery-image] Sep 27 03:56:49.056 INFO O| Sep 27 03:56:49.056 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-09-27T03:56:50.467Z[ recovery-image] Sep 27 03:56:49.078 INFO O| Sep 27 03:56:49.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57642024-09-27T03:56:50.468Z[ recovery-image] Sep 27 03:56:49.078 INFO O| Sep 27 03:56:49.078 INFO STEP 551 (remove_files) COMPLETE
57652024-09-27T03:56:50.468Z[ recovery-image] Sep 27 03:56:49.078 INFO O| Sep 27 03:56:49.078 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-09-27T03:56:50.497Z[ recovery-image] Sep 27 03:56:49.107 INFO O| Sep 27 03:56:49.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57672024-09-27T03:56:50.497Z[ recovery-image] Sep 27 03:56:49.107 INFO O| Sep 27 03:56:49.107 INFO STEP 552 (remove_files) COMPLETE
57682024-09-27T03:56:50.497Z[ recovery-image] Sep 27 03:56:49.107 INFO O| Sep 27 03:56:49.107 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-09-27T03:56:50.515Z[ recovery-image] Sep 27 03:56:49.125 INFO O| Sep 27 03:56:49.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57702024-09-27T03:56:50.515Z[ recovery-image] Sep 27 03:56:49.125 INFO O| Sep 27 03:56:49.125 INFO STEP 553 (remove_files) COMPLETE
57712024-09-27T03:56:50.515Z[ recovery-image] Sep 27 03:56:49.125 INFO O| Sep 27 03:56:49.125 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-09-27T03:56:50.562Z[ recovery-image] Sep 27 03:56:49.173 INFO O| Sep 27 03:56:49.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57732024-09-27T03:56:50.582Z[ recovery-image] Sep 27 03:56:49.193 INFO O| Sep 27 03:56:49.193 INFO STEP 554 (remove_files) COMPLETE
57742024-09-27T03:56:50.582Z[ recovery-image] Sep 27 03:56:49.193 INFO O| Sep 27 03:56:49.193 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-09-27T03:56:50.604Z[ recovery-image] Sep 27 03:56:49.214 INFO O| Sep 27 03:56:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57762024-09-27T03:56:50.607Z[ recovery-image] Sep 27 03:56:49.215 INFO O| Sep 27 03:56:49.215 INFO STEP 555 (remove_files) COMPLETE
57772024-09-27T03:56:50.607Z[ recovery-image] Sep 27 03:56:49.215 INFO O| Sep 27 03:56:49.215 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-09-27T03:56:50.625Z[ recovery-image] Sep 27 03:56:49.235 INFO O| Sep 27 03:56:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57792024-09-27T03:56:50.625Z[ recovery-image] Sep 27 03:56:49.235 INFO O| Sep 27 03:56:49.235 INFO STEP 556 (remove_files) COMPLETE
57802024-09-27T03:56:50.625Z[ recovery-image] Sep 27 03:56:49.235 INFO O| Sep 27 03:56:49.235 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-09-27T03:56:50.661Z[ recovery-image] Sep 27 03:56:49.272 INFO O| Sep 27 03:56:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
57822024-09-27T03:56:50.662Z[ recovery-image] Sep 27 03:56:49.272 INFO O| Sep 27 03:56:49.272 INFO STEP 557 (remove_files) COMPLETE
57832024-09-27T03:56:50.664Z[ recovery-image] Sep 27 03:56:49.272 INFO O| Sep 27 03:56:49.272 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-09-27T03:56:50.721Z[ recovery-image] Sep 27 03:56:49.331 INFO O| Sep 27 03:56:49.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
57852024-09-27T03:56:50.721Z[ recovery-image] Sep 27 03:56:49.331 INFO O| Sep 27 03:56:49.331 INFO STEP 558 (remove_files) COMPLETE
57862024-09-27T03:56:50.723Z[ recovery-image] Sep 27 03:56:49.331 INFO O| Sep 27 03:56:49.331 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-09-27T03:56:50.763Z[ recovery-image] Sep 27 03:56:49.373 INFO O| Sep 27 03:56:49.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
57882024-09-27T03:56:50.765Z[ recovery-image] Sep 27 03:56:49.373 INFO O| Sep 27 03:56:49.373 INFO STEP 559 (remove_files) COMPLETE
57892024-09-27T03:56:50.765Z[ recovery-image] Sep 27 03:56:49.373 INFO O| Sep 27 03:56:49.373 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-09-27T03:56:50.782Z[ recovery-image] Sep 27 03:56:49.393 INFO O| Sep 27 03:56:49.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
57912024-09-27T03:56:50.785Z[ recovery-image] Sep 27 03:56:49.393 INFO O| Sep 27 03:56:49.393 INFO STEP 560 (remove_files) COMPLETE
57922024-09-27T03:56:50.785Z[ recovery-image] Sep 27 03:56:49.393 INFO O| Sep 27 03:56:49.393 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-09-27T03:56:50.828Z[ recovery-image] Sep 27 03:56:49.438 INFO O| Sep 27 03:56:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
57942024-09-27T03:56:50.830Z[ recovery-image] Sep 27 03:56:49.438 INFO O| Sep 27 03:56:49.438 INFO STEP 561 (remove_files) COMPLETE
57952024-09-27T03:56:50.830Z[ recovery-image] Sep 27 03:56:49.439 INFO O| Sep 27 03:56:49.439 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-09-27T03:56:50.850Z[ recovery-image] Sep 27 03:56:49.461 INFO O| Sep 27 03:56:49.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
57972024-09-27T03:56:50.853Z[ recovery-image] Sep 27 03:56:49.461 INFO O| Sep 27 03:56:49.461 INFO STEP 562 (remove_files) COMPLETE
57982024-09-27T03:56:50.853Z[ recovery-image] Sep 27 03:56:49.461 INFO O| Sep 27 03:56:49.461 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-09-27T03:56:50.872Z[ recovery-image] Sep 27 03:56:49.483 INFO O| Sep 27 03:56:49.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58002024-09-27T03:56:50.875Z[ recovery-image] Sep 27 03:56:49.483 INFO O| Sep 27 03:56:49.483 INFO STEP 563 (remove_files) COMPLETE
58012024-09-27T03:56:50.875Z[ recovery-image] Sep 27 03:56:49.483 INFO O| Sep 27 03:56:49.483 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-09-27T03:56:50.910Z[ recovery-image] Sep 27 03:56:49.520 INFO O| Sep 27 03:56:49.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58032024-09-27T03:56:50.910Z[ recovery-image] Sep 27 03:56:49.520 INFO O| Sep 27 03:56:49.520 INFO STEP 564 (remove_files) COMPLETE
58042024-09-27T03:56:50.910Z[ recovery-image] Sep 27 03:56:49.520 INFO O| Sep 27 03:56:49.520 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-09-27T03:56:50.931Z[ recovery-image] Sep 27 03:56:49.542 INFO O| Sep 27 03:56:49.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58062024-09-27T03:56:50.931Z[ recovery-image] Sep 27 03:56:49.542 INFO O| Sep 27 03:56:49.542 INFO STEP 565 (remove_files) COMPLETE
58072024-09-27T03:56:50.934Z[ recovery-image] Sep 27 03:56:49.542 INFO O| Sep 27 03:56:49.542 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-09-27T03:56:50.970Z[ recovery-image] Sep 27 03:56:49.581 INFO O| Sep 27 03:56:49.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58092024-09-27T03:56:50.973Z[ recovery-image] Sep 27 03:56:49.581 INFO O| Sep 27 03:56:49.581 INFO STEP 566 (remove_files) COMPLETE
58102024-09-27T03:56:50.973Z[ recovery-image] Sep 27 03:56:49.581 INFO O| Sep 27 03:56:49.581 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-09-27T03:56:51.038Z[ recovery-image] Sep 27 03:56:49.648 INFO O| Sep 27 03:56:49.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58122024-09-27T03:56:51.038Z[ recovery-image] Sep 27 03:56:49.648 INFO O| Sep 27 03:56:49.648 INFO STEP 567 (remove_files) COMPLETE
58132024-09-27T03:56:51.038Z[ recovery-image] Sep 27 03:56:49.648 INFO O| Sep 27 03:56:49.648 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-09-27T03:56:51.065Z[ recovery-image] Sep 27 03:56:49.676 INFO O| Sep 27 03:56:49.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58152024-09-27T03:56:51.065Z[ recovery-image] Sep 27 03:56:49.676 INFO O| Sep 27 03:56:49.676 INFO STEP 568 (remove_files) COMPLETE
58162024-09-27T03:56:51.065Z[ recovery-image] Sep 27 03:56:49.676 INFO O| Sep 27 03:56:49.676 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-09-27T03:56:51.159Z[ recovery-image] Sep 27 03:56:49.769 INFO O| Sep 27 03:56:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58182024-09-27T03:56:51.159Z[ recovery-image] Sep 27 03:56:49.769 INFO O| Sep 27 03:56:49.769 INFO STEP 569 (remove_files) COMPLETE
58192024-09-27T03:56:51.161Z[ recovery-image] Sep 27 03:56:49.769 INFO O| Sep 27 03:56:49.769 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-09-27T03:56:51.179Z[ recovery-image] Sep 27 03:56:49.789 INFO O| Sep 27 03:56:49.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58212024-09-27T03:56:51.179Z[ recovery-image] Sep 27 03:56:49.790 INFO O| Sep 27 03:56:49.790 INFO STEP 570 (remove_files) COMPLETE
58222024-09-27T03:56:51.179Z[ recovery-image] Sep 27 03:56:49.790 INFO O| Sep 27 03:56:49.790 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-09-27T03:56:51.207Z[ recovery-image] Sep 27 03:56:49.817 INFO O| Sep 27 03:56:49.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58242024-09-27T03:56:51.207Z[ recovery-image] Sep 27 03:56:49.817 INFO O| Sep 27 03:56:49.809 INFO STEP 571 (remove_files) COMPLETE
58252024-09-27T03:56:51.207Z[ recovery-image] Sep 27 03:56:49.817 INFO O| Sep 27 03:56:49.809 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-09-27T03:56:51.216Z[ recovery-image] Sep 27 03:56:49.827 INFO O| Sep 27 03:56:49.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58272024-09-27T03:56:51.219Z[ recovery-image] Sep 27 03:56:49.827 INFO O| Sep 27 03:56:49.827 INFO STEP 572 (remove_files) COMPLETE
58282024-09-27T03:56:51.219Z[ recovery-image] Sep 27 03:56:49.827 INFO O| Sep 27 03:56:49.827 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-09-27T03:56:51.234Z[ recovery-image] Sep 27 03:56:49.844 INFO O| Sep 27 03:56:49.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58302024-09-27T03:56:51.262Z[ recovery-image] Sep 27 03:56:49.873 INFO O| Sep 27 03:56:49.873 INFO STEP 573 (remove_files) COMPLETE
58312024-09-27T03:56:51.265Z[ recovery-image] Sep 27 03:56:49.873 INFO O| Sep 27 03:56:49.873 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-09-27T03:56:51.365Z[ recovery-image] Sep 27 03:56:49.964 INFO O| Sep 27 03:56:49.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58332024-09-27T03:56:51.365Z[ recovery-image] Sep 27 03:56:49.965 INFO O| Sep 27 03:56:49.965 INFO STEP 574 (remove_files) COMPLETE
58342024-09-27T03:56:51.367Z[ recovery-image] Sep 27 03:56:49.965 INFO O| Sep 27 03:56:49.965 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-09-27T03:56:51.394Z[ recovery-image] Sep 27 03:56:50.005 INFO O| Sep 27 03:56:50.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58362024-09-27T03:56:51.397Z[ recovery-image] Sep 27 03:56:50.005 INFO O| Sep 27 03:56:50.005 INFO STEP 575 (remove_files) COMPLETE
58372024-09-27T03:56:51.397Z[ recovery-image] Sep 27 03:56:50.005 INFO O| Sep 27 03:56:50.005 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-09-27T03:56:51.416Z[ recovery-image] Sep 27 03:56:50.026 INFO O| Sep 27 03:56:50.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58392024-09-27T03:56:51.416Z[ recovery-image] Sep 27 03:56:50.026 INFO O| Sep 27 03:56:50.026 INFO STEP 576 (remove_files) COMPLETE
58402024-09-27T03:56:51.416Z[ recovery-image] Sep 27 03:56:50.026 INFO O| Sep 27 03:56:50.026 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-09-27T03:56:51.434Z[ recovery-image] Sep 27 03:56:50.045 INFO O| Sep 27 03:56:50.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58422024-09-27T03:56:51.437Z[ recovery-image] Sep 27 03:56:50.045 INFO O| Sep 27 03:56:50.045 INFO STEP 577 (remove_files) COMPLETE
58432024-09-27T03:56:51.437Z[ recovery-image] Sep 27 03:56:50.045 INFO O| Sep 27 03:56:50.045 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-09-27T03:56:51.461Z[ recovery-image] Sep 27 03:56:50.071 INFO O| Sep 27 03:56:50.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58452024-09-27T03:56:51.461Z[ recovery-image] Sep 27 03:56:50.071 INFO O| Sep 27 03:56:50.071 INFO STEP 578 (remove_files) COMPLETE
58462024-09-27T03:56:51.461Z[ recovery-image] Sep 27 03:56:50.071 INFO O| Sep 27 03:56:50.071 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-09-27T03:56:51.503Z[ recovery-image] Sep 27 03:56:50.113 INFO O| Sep 27 03:56:50.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58482024-09-27T03:56:51.506Z[ recovery-image] Sep 27 03:56:50.114 INFO O| Sep 27 03:56:50.113 INFO STEP 579 (remove_files) COMPLETE
58492024-09-27T03:56:51.506Z[ recovery-image] Sep 27 03:56:50.114 INFO O| Sep 27 03:56:50.113 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-09-27T03:56:51.525Z[ recovery-image] Sep 27 03:56:50.135 INFO O| Sep 27 03:56:50.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58512024-09-27T03:56:51.525Z[ recovery-image] Sep 27 03:56:50.135 INFO O| Sep 27 03:56:50.135 INFO STEP 580 (remove_files) COMPLETE
58522024-09-27T03:56:51.525Z[ recovery-image] Sep 27 03:56:50.135 INFO O| Sep 27 03:56:50.135 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-09-27T03:56:51.554Z[ recovery-image] Sep 27 03:56:50.165 INFO O| Sep 27 03:56:50.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58542024-09-27T03:56:51.555Z[ recovery-image] Sep 27 03:56:50.165 INFO O| Sep 27 03:56:50.165 INFO STEP 581 (remove_files) COMPLETE
58552024-09-27T03:56:51.557Z[ recovery-image] Sep 27 03:56:50.165 INFO O| Sep 27 03:56:50.165 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-09-27T03:56:51.637Z[ recovery-image] Sep 27 03:56:50.243 INFO O| Sep 27 03:56:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58572024-09-27T03:56:51.637Z[ recovery-image] Sep 27 03:56:50.243 INFO O| Sep 27 03:56:50.228 INFO STEP 582 (remove_files) COMPLETE
58582024-09-27T03:56:51.637Z[ recovery-image] Sep 27 03:56:50.243 INFO O| Sep 27 03:56:50.228 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-09-27T03:56:51.637Z[ recovery-image] Sep 27 03:56:50.244 INFO O| Sep 27 03:56:50.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58602024-09-27T03:56:51.638Z[ recovery-image] Sep 27 03:56:50.244 INFO O| Sep 27 03:56:50.244 INFO STEP 583 (remove_files) COMPLETE
58612024-09-27T03:56:51.638Z[ recovery-image] Sep 27 03:56:50.244 INFO O| Sep 27 03:56:50.244 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-09-27T03:56:51.679Z[ recovery-image] Sep 27 03:56:50.272 INFO O| Sep 27 03:56:50.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58632024-09-27T03:56:51.679Z[ recovery-image] Sep 27 03:56:50.273 INFO O| Sep 27 03:56:50.273 INFO STEP 584 (remove_files) COMPLETE
58642024-09-27T03:56:51.679Z[ recovery-image] Sep 27 03:56:50.273 INFO O| Sep 27 03:56:50.273 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-09-27T03:56:51.682Z[ recovery-image] Sep 27 03:56:50.290 INFO O| Sep 27 03:56:50.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58662024-09-27T03:56:51.682Z[ recovery-image] Sep 27 03:56:50.291 INFO O| Sep 27 03:56:50.290 INFO STEP 585 (remove_files) COMPLETE
58672024-09-27T03:56:51.682Z[ recovery-image] Sep 27 03:56:50.291 INFO O| Sep 27 03:56:50.290 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-09-27T03:56:51.698Z[ recovery-image] Sep 27 03:56:50.308 INFO O| Sep 27 03:56:50.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58692024-09-27T03:56:51.698Z[ recovery-image] Sep 27 03:56:50.308 INFO O| Sep 27 03:56:50.308 INFO STEP 586 (remove_files) COMPLETE
58702024-09-27T03:56:51.698Z[ recovery-image] Sep 27 03:56:50.308 INFO O| Sep 27 03:56:50.308 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-09-27T03:56:51.772Z[ recovery-image] Sep 27 03:56:50.380 INFO O| Sep 27 03:56:50.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58722024-09-27T03:56:51.772Z[ recovery-image] Sep 27 03:56:50.380 INFO O| Sep 27 03:56:50.380 INFO STEP 587 (remove_files) COMPLETE
58732024-09-27T03:56:51.782Z[ recovery-image] Sep 27 03:56:50.380 INFO O| Sep 27 03:56:50.380 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-09-27T03:56:51.810Z[ recovery-image] Sep 27 03:56:50.420 INFO O| Sep 27 03:56:50.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58752024-09-27T03:56:51.810Z[ recovery-image] Sep 27 03:56:50.420 INFO O| Sep 27 03:56:50.420 INFO STEP 588 (remove_files) COMPLETE
58762024-09-27T03:56:51.813Z[ recovery-image] Sep 27 03:56:50.420 INFO O| Sep 27 03:56:50.420 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-09-27T03:56:51.830Z[ recovery-image] Sep 27 03:56:50.440 INFO O| Sep 27 03:56:50.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58782024-09-27T03:56:51.830Z[ recovery-image] Sep 27 03:56:50.440 INFO O| Sep 27 03:56:50.440 INFO STEP 589 (remove_files) COMPLETE
58792024-09-27T03:56:51.830Z[ recovery-image] Sep 27 03:56:50.440 INFO O| Sep 27 03:56:50.440 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-09-27T03:56:51.860Z[ recovery-image] Sep 27 03:56:50.470 INFO O| Sep 27 03:56:50.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
58812024-09-27T03:56:51.860Z[ recovery-image] Sep 27 03:56:50.470 INFO O| Sep 27 03:56:50.470 INFO STEP 590 (remove_files) COMPLETE
58822024-09-27T03:56:51.863Z[ recovery-image] Sep 27 03:56:50.470 INFO O| Sep 27 03:56:50.470 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-09-27T03:56:51.879Z[ recovery-image] Sep 27 03:56:50.489 INFO O| Sep 27 03:56:50.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
58842024-09-27T03:56:51.879Z[ recovery-image] Sep 27 03:56:50.489 INFO O| Sep 27 03:56:50.489 INFO STEP 591 (remove_files) COMPLETE
58852024-09-27T03:56:51.881Z[ recovery-image] Sep 27 03:56:50.489 INFO O| Sep 27 03:56:50.489 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-09-27T03:56:51.938Z[ recovery-image] Sep 27 03:56:50.549 INFO O| Sep 27 03:56:50.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
58872024-09-27T03:56:51.939Z[ recovery-image] Sep 27 03:56:50.549 INFO O| Sep 27 03:56:50.549 INFO STEP 592 (remove_files) COMPLETE
58882024-09-27T03:56:51.939Z[ recovery-image] Sep 27 03:56:50.549 INFO O| Sep 27 03:56:50.549 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-09-27T03:56:51.985Z[ recovery-image] Sep 27 03:56:50.579 INFO O| Sep 27 03:56:50.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
58902024-09-27T03:56:51.985Z[ recovery-image] Sep 27 03:56:50.579 INFO O| Sep 27 03:56:50.579 INFO STEP 593 (remove_files) COMPLETE
58912024-09-27T03:56:51.985Z[ recovery-image] Sep 27 03:56:50.579 INFO O| Sep 27 03:56:50.579 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-09-27T03:56:51.999Z[ recovery-image] Sep 27 03:56:50.610 INFO O| Sep 27 03:56:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
58932024-09-27T03:56:52.003Z[ recovery-image] Sep 27 03:56:50.610 INFO O| Sep 27 03:56:50.610 INFO STEP 594 (remove_files) COMPLETE
58942024-09-27T03:56:52.003Z[ recovery-image] Sep 27 03:56:50.610 INFO O| Sep 27 03:56:50.610 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-09-27T03:56:52.020Z[ recovery-image] Sep 27 03:56:50.631 INFO O| Sep 27 03:56:50.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
58962024-09-27T03:56:52.030Z[ recovery-image] Sep 27 03:56:50.631 INFO O| Sep 27 03:56:50.631 INFO STEP 595 (remove_files) COMPLETE
58972024-09-27T03:56:52.030Z[ recovery-image] Sep 27 03:56:50.631 INFO O| Sep 27 03:56:50.631 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-09-27T03:56:52.041Z[ recovery-image] Sep 27 03:56:50.651 INFO O| Sep 27 03:56:50.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
58992024-09-27T03:56:52.043Z[ recovery-image] Sep 27 03:56:50.651 INFO O| Sep 27 03:56:50.651 INFO STEP 596 (remove_files) COMPLETE
59002024-09-27T03:56:52.043Z[ recovery-image] Sep 27 03:56:50.651 INFO O| Sep 27 03:56:50.651 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-09-27T03:56:52.060Z[ recovery-image] Sep 27 03:56:50.671 INFO O| Sep 27 03:56:50.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59022024-09-27T03:56:52.063Z[ recovery-image] Sep 27 03:56:50.671 INFO O| Sep 27 03:56:50.671 INFO STEP 597 (remove_files) COMPLETE
59032024-09-27T03:56:52.063Z[ recovery-image] Sep 27 03:56:50.671 INFO O| Sep 27 03:56:50.671 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-09-27T03:56:52.081Z[ recovery-image] Sep 27 03:56:50.691 INFO O| Sep 27 03:56:50.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59052024-09-27T03:56:52.083Z[ recovery-image] Sep 27 03:56:50.691 INFO O| Sep 27 03:56:50.691 INFO STEP 598 (remove_files) COMPLETE
59062024-09-27T03:56:52.083Z[ recovery-image] Sep 27 03:56:50.691 INFO O| Sep 27 03:56:50.691 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-09-27T03:56:52.143Z[ recovery-image] Sep 27 03:56:50.750 INFO O| Sep 27 03:56:50.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59082024-09-27T03:56:52.149Z[ recovery-image] Sep 27 03:56:50.750 INFO O| Sep 27 03:56:50.750 INFO STEP 599 (remove_files) COMPLETE
59092024-09-27T03:56:52.151Z[ recovery-image] Sep 27 03:56:50.750 INFO O| Sep 27 03:56:50.750 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-09-27T03:56:52.205Z[ recovery-image] Sep 27 03:56:50.815 INFO O| Sep 27 03:56:50.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59112024-09-27T03:56:52.205Z[ recovery-image] Sep 27 03:56:50.815 INFO O| Sep 27 03:56:50.815 INFO STEP 600 (remove_files) COMPLETE
59122024-09-27T03:56:52.205Z[ recovery-image] Sep 27 03:56:50.815 INFO O| Sep 27 03:56:50.815 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-09-27T03:56:52.240Z[ recovery-image] Sep 27 03:56:50.850 INFO O| Sep 27 03:56:50.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59142024-09-27T03:56:52.263Z[ recovery-image] Sep 27 03:56:50.873 INFO O| Sep 27 03:56:50.873 INFO STEP 601 (remove_files) COMPLETE
59152024-09-27T03:56:52.263Z[ recovery-image] Sep 27 03:56:50.873 INFO O| Sep 27 03:56:50.873 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-09-27T03:56:52.294Z[ recovery-image] Sep 27 03:56:50.905 INFO O| Sep 27 03:56:50.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59172024-09-27T03:56:52.309Z[ recovery-image] Sep 27 03:56:50.919 INFO O| Sep 27 03:56:50.919 INFO STEP 602 (remove_files) COMPLETE
59182024-09-27T03:56:52.309Z[ recovery-image] Sep 27 03:56:50.919 INFO O| Sep 27 03:56:50.919 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-09-27T03:56:52.340Z[ recovery-image] Sep 27 03:56:50.950 INFO O| Sep 27 03:56:50.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59202024-09-27T03:56:52.340Z[ recovery-image] Sep 27 03:56:50.950 INFO O| Sep 27 03:56:50.950 INFO STEP 603 (remove_files) COMPLETE
59212024-09-27T03:56:52.342Z[ recovery-image] Sep 27 03:56:50.950 INFO O| Sep 27 03:56:50.950 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-09-27T03:56:52.358Z[ recovery-image] Sep 27 03:56:50.968 INFO O| Sep 27 03:56:50.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59232024-09-27T03:56:52.358Z[ recovery-image] Sep 27 03:56:50.969 INFO O| Sep 27 03:56:50.969 INFO STEP 604 (remove_files) COMPLETE
59242024-09-27T03:56:52.358Z[ recovery-image] Sep 27 03:56:50.969 INFO O| Sep 27 03:56:50.969 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-09-27T03:56:52.376Z[ recovery-image] Sep 27 03:56:50.986 INFO O| Sep 27 03:56:50.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59262024-09-27T03:56:52.376Z[ recovery-image] Sep 27 03:56:50.986 INFO O| Sep 27 03:56:50.986 INFO STEP 605 (remove_files) COMPLETE
59272024-09-27T03:56:52.376Z[ recovery-image] Sep 27 03:56:50.986 INFO O| Sep 27 03:56:50.986 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-09-27T03:56:52.394Z[ recovery-image] Sep 27 03:56:51.004 INFO O| Sep 27 03:56:51.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59292024-09-27T03:56:52.394Z[ recovery-image] Sep 27 03:56:51.004 INFO O| Sep 27 03:56:51.004 INFO STEP 606 (remove_files) COMPLETE
59302024-09-27T03:56:52.394Z[ recovery-image] Sep 27 03:56:51.004 INFO O| Sep 27 03:56:51.004 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-09-27T03:56:52.413Z[ recovery-image] Sep 27 03:56:51.023 INFO O| Sep 27 03:56:51.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59322024-09-27T03:56:52.413Z[ recovery-image] Sep 27 03:56:51.023 INFO O| Sep 27 03:56:51.023 INFO STEP 607 (remove_files) COMPLETE
59332024-09-27T03:56:52.413Z[ recovery-image] Sep 27 03:56:51.023 INFO O| Sep 27 03:56:51.023 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-09-27T03:56:52.434Z[ recovery-image] Sep 27 03:56:51.044 INFO O| Sep 27 03:56:51.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59352024-09-27T03:56:52.434Z[ recovery-image] Sep 27 03:56:51.044 INFO O| Sep 27 03:56:51.044 INFO STEP 608 (remove_files) COMPLETE
59362024-09-27T03:56:52.434Z[ recovery-image] Sep 27 03:56:51.044 INFO O| Sep 27 03:56:51.044 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-09-27T03:56:52.454Z[ recovery-image] Sep 27 03:56:51.064 INFO O| Sep 27 03:56:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59382024-09-27T03:56:52.454Z[ recovery-image] Sep 27 03:56:51.064 INFO O| Sep 27 03:56:51.064 INFO STEP 609 (remove_files) COMPLETE
59392024-09-27T03:56:52.454Z[ recovery-image] Sep 27 03:56:51.064 INFO O| Sep 27 03:56:51.064 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-09-27T03:56:52.483Z[ recovery-image] Sep 27 03:56:51.093 INFO O| Sep 27 03:56:51.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59412024-09-27T03:56:52.483Z[ recovery-image] Sep 27 03:56:51.093 INFO O| Sep 27 03:56:51.093 INFO STEP 610 (remove_files) COMPLETE
59422024-09-27T03:56:52.483Z[ recovery-image] Sep 27 03:56:51.093 INFO O| Sep 27 03:56:51.093 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-09-27T03:56:52.514Z[ host-image] Sep 27 03:56:51.124 INFO O| Sep 27 03:56:51.124 INFO O| Planning: Solver setup ... Done
59442024-09-27T03:56:52.516Z[ recovery-image] Sep 27 03:56:51.126 INFO O| Sep 27 03:56:51.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59452024-09-27T03:56:52.516Z[ recovery-image] Sep 27 03:56:51.126 INFO O| Sep 27 03:56:51.126 INFO STEP 611 (remove_files) COMPLETE
59462024-09-27T03:56:52.516Z[ recovery-image] Sep 27 03:56:51.126 INFO O| Sep 27 03:56:51.126 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-09-27T03:56:52.523Z[ host-image] Sep 27 03:56:51.133 INFO O| Sep 27 03:56:51.133 INFO O| Planning: Running solver ... Done
59482024-09-27T03:56:52.547Z[ recovery-image] Sep 27 03:56:51.157 INFO O| Sep 27 03:56:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59492024-09-27T03:56:52.551Z[ recovery-image] Sep 27 03:56:51.157 INFO O| Sep 27 03:56:51.157 INFO STEP 612 (remove_files) COMPLETE
59502024-09-27T03:56:52.551Z[ recovery-image] Sep 27 03:56:51.157 INFO O| Sep 27 03:56:51.157 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-09-27T03:56:52.579Z[ recovery-image] Sep 27 03:56:51.189 INFO O| Sep 27 03:56:51.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59522024-09-27T03:56:52.581Z[ recovery-image] Sep 27 03:56:51.189 INFO O| Sep 27 03:56:51.189 INFO STEP 613 (remove_files) COMPLETE
59532024-09-27T03:56:52.581Z[ recovery-image] Sep 27 03:56:51.189 INFO O| Sep 27 03:56:51.189 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-09-27T03:56:52.590Z[ host-image] Sep 27 03:56:51.201 INFO O| Sep 27 03:56:51.200 INFO O| Planning: Finding local manifests ... Done
59552024-09-27T03:56:52.593Z[ host-image] Sep 27 03:56:51.202 INFO O| Sep 27 03:56:51.202 INFO O| Planning: Fetching manifests: 0/1 0% complete
59562024-09-27T03:56:52.601Z[ recovery-image] Sep 27 03:56:51.212 INFO O| Sep 27 03:56:51.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59572024-09-27T03:56:52.604Z[ recovery-image] Sep 27 03:56:51.212 INFO O| Sep 27 03:56:51.212 INFO STEP 614 (remove_files) COMPLETE
59582024-09-27T03:56:52.604Z[ recovery-image] Sep 27 03:56:51.212 INFO O| Sep 27 03:56:51.212 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-09-27T03:56:52.622Z[ recovery-image] Sep 27 03:56:51.232 INFO O| Sep 27 03:56:51.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59602024-09-27T03:56:52.642Z[ recovery-image] Sep 27 03:56:51.252 INFO O| Sep 27 03:56:51.252 INFO STEP 615 (remove_files) COMPLETE
59612024-09-27T03:56:52.645Z[ recovery-image] Sep 27 03:56:51.252 INFO O| Sep 27 03:56:51.252 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-09-27T03:56:52.662Z[ recovery-image] Sep 27 03:56:51.272 INFO O| Sep 27 03:56:51.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59632024-09-27T03:56:52.664Z[ recovery-image] Sep 27 03:56:51.272 INFO O| Sep 27 03:56:51.272 INFO STEP 616 (remove_files) COMPLETE
59642024-09-27T03:56:52.664Z[ recovery-image] Sep 27 03:56:51.273 INFO O| Sep 27 03:56:51.273 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-09-27T03:56:52.694Z[ recovery-image] Sep 27 03:56:51.304 INFO O| Sep 27 03:56:51.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59662024-09-27T03:56:52.694Z[ recovery-image] Sep 27 03:56:51.304 INFO O| Sep 27 03:56:51.304 INFO STEP 617 (remove_files) COMPLETE
59672024-09-27T03:56:52.697Z[ recovery-image] Sep 27 03:56:51.304 INFO O| Sep 27 03:56:51.304 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-09-27T03:56:52.716Z[ recovery-image] Sep 27 03:56:51.327 INFO O| Sep 27 03:56:51.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59692024-09-27T03:56:52.716Z[ recovery-image] Sep 27 03:56:51.327 INFO O| Sep 27 03:56:51.327 INFO STEP 618 (remove_files) COMPLETE
59702024-09-27T03:56:52.716Z[ recovery-image] Sep 27 03:56:51.327 INFO O| Sep 27 03:56:51.327 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-09-27T03:56:52.732Z[ host-image] Sep 27 03:56:51.342 INFO O| Sep 27 03:56:51.342 INFO O| Planning: Fetching manifests: 1/1 100% complete
59722024-09-27T03:56:52.741Z[ recovery-image] Sep 27 03:56:51.351 INFO O| Sep 27 03:56:51.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59732024-09-27T03:56:52.741Z[ recovery-image] Sep 27 03:56:51.351 INFO O| Sep 27 03:56:51.351 INFO STEP 619 (remove_files) COMPLETE
59742024-09-27T03:56:52.743Z[ recovery-image] Sep 27 03:56:51.351 INFO O| Sep 27 03:56:51.351 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-09-27T03:56:52.760Z[ recovery-image] Sep 27 03:56:51.371 INFO O| Sep 27 03:56:51.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59762024-09-27T03:56:52.760Z[ recovery-image] Sep 27 03:56:51.371 INFO O| Sep 27 03:56:51.371 INFO STEP 620 (remove_files) COMPLETE
59772024-09-27T03:56:52.763Z[ recovery-image] Sep 27 03:56:51.371 INFO O| Sep 27 03:56:51.371 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-09-27T03:56:52.763Z[ host-image] Sep 27 03:56:51.372 INFO O| Sep 27 03:56:51.371 INFO O| Planning: Package planning ... Done
59792024-09-27T03:56:52.763Z[ host-image] Sep 27 03:56:51.372 INFO O| Sep 27 03:56:51.372 INFO O| Planning: Merging actions ... Done
59802024-09-27T03:56:52.779Z[ recovery-image] Sep 27 03:56:51.389 INFO O| Sep 27 03:56:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59812024-09-27T03:56:52.779Z[ recovery-image] Sep 27 03:56:51.390 INFO O| Sep 27 03:56:51.390 INFO STEP 621 (remove_files) COMPLETE
59822024-09-27T03:56:52.779Z[ recovery-image] Sep 27 03:56:51.390 INFO O| Sep 27 03:56:51.390 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-09-27T03:56:52.820Z[ recovery-image] Sep 27 03:56:51.430 INFO O| Sep 27 03:56:51.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59842024-09-27T03:56:52.820Z[ recovery-image] Sep 27 03:56:51.430 INFO O| Sep 27 03:56:51.430 INFO STEP 622 (remove_files) COMPLETE
59852024-09-27T03:56:52.820Z[ recovery-image] Sep 27 03:56:51.430 INFO O| Sep 27 03:56:51.430 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-09-27T03:56:52.839Z[ recovery-image] Sep 27 03:56:51.449 INFO O| Sep 27 03:56:51.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59872024-09-27T03:56:52.839Z[ recovery-image] Sep 27 03:56:51.449 INFO O| Sep 27 03:56:51.449 INFO STEP 623 (remove_files) COMPLETE
59882024-09-27T03:56:52.839Z[ recovery-image] Sep 27 03:56:51.449 INFO O| Sep 27 03:56:51.449 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-09-27T03:56:52.856Z[ recovery-image] Sep 27 03:56:51.466 INFO O| Sep 27 03:56:51.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
59902024-09-27T03:56:52.856Z[ recovery-image] Sep 27 03:56:51.467 INFO O| Sep 27 03:56:51.466 INFO STEP 624 (remove_files) COMPLETE
59912024-09-27T03:56:52.859Z[ recovery-image] Sep 27 03:56:51.467 INFO O| Sep 27 03:56:51.467 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-09-27T03:56:52.889Z[ recovery-image] Sep 27 03:56:51.499 INFO O| Sep 27 03:56:51.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
59932024-09-27T03:56:52.889Z[ recovery-image] Sep 27 03:56:51.499 INFO O| Sep 27 03:56:51.499 INFO STEP 625 (remove_files) COMPLETE
59942024-09-27T03:56:52.889Z[ recovery-image] Sep 27 03:56:51.499 INFO O| Sep 27 03:56:51.499 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-09-27T03:56:52.893Z[ host-image] Sep 27 03:56:51.503 INFO O| Sep 27 03:56:51.503 INFO O| Planning: Checking for conflicting actions ... Done
59962024-09-27T03:56:52.896Z[ host-image] Sep 27 03:56:51.506 INFO O| Sep 27 03:56:51.506 INFO O| Planning: Consolidating action changes ... Done
59972024-09-27T03:56:52.910Z[ recovery-image] Sep 27 03:56:51.521 INFO O| Sep 27 03:56:51.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
59982024-09-27T03:56:52.910Z[ recovery-image] Sep 27 03:56:51.521 INFO O| Sep 27 03:56:51.521 INFO STEP 626 (remove_files) COMPLETE
59992024-09-27T03:56:52.914Z[ recovery-image] Sep 27 03:56:51.521 INFO O| Sep 27 03:56:51.521 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-09-27T03:56:52.943Z[ recovery-image] Sep 27 03:56:51.553 INFO O| Sep 27 03:56:51.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60012024-09-27T03:56:52.943Z[ recovery-image] Sep 27 03:56:51.553 INFO O| Sep 27 03:56:51.553 INFO STEP 627 (remove_files) COMPLETE
60022024-09-27T03:56:52.943Z[ recovery-image] Sep 27 03:56:51.553 INFO O| Sep 27 03:56:51.553 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-09-27T03:56:53.003Z[ recovery-image] Sep 27 03:56:51.612 INFO O| Sep 27 03:56:51.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60042024-09-27T03:56:53.003Z[ recovery-image] Sep 27 03:56:51.612 INFO O| Sep 27 03:56:51.612 INFO STEP 628 (remove_files) COMPLETE
60052024-09-27T03:56:53.003Z[ recovery-image] Sep 27 03:56:51.612 INFO O| Sep 27 03:56:51.612 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-09-27T03:56:53.023Z[ recovery-image] Sep 27 03:56:51.633 INFO O| Sep 27 03:56:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60072024-09-27T03:56:53.023Z[ recovery-image] Sep 27 03:56:51.633 INFO O| Sep 27 03:56:51.633 INFO STEP 629 (remove_files) COMPLETE
60082024-09-27T03:56:53.023Z[ recovery-image] Sep 27 03:56:51.633 INFO O| Sep 27 03:56:51.633 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-09-27T03:56:53.074Z[ recovery-image] Sep 27 03:56:51.683 INFO O| Sep 27 03:56:51.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60102024-09-27T03:56:53.074Z[ recovery-image] Sep 27 03:56:51.683 INFO O| Sep 27 03:56:51.683 INFO STEP 630 (remove_files) COMPLETE
60112024-09-27T03:56:53.074Z[ recovery-image] Sep 27 03:56:51.683 INFO O| Sep 27 03:56:51.683 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-09-27T03:56:53.114Z[ recovery-image] Sep 27 03:56:51.723 INFO O| Sep 27 03:56:51.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60132024-09-27T03:56:53.114Z[ recovery-image] Sep 27 03:56:51.723 INFO O| Sep 27 03:56:51.723 INFO STEP 631 (remove_files) COMPLETE
60142024-09-27T03:56:53.114Z[ recovery-image] Sep 27 03:56:51.723 INFO O| Sep 27 03:56:51.723 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-09-27T03:56:53.131Z[ recovery-image] Sep 27 03:56:51.741 INFO O| Sep 27 03:56:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60162024-09-27T03:56:53.131Z[ recovery-image] Sep 27 03:56:51.741 INFO O| Sep 27 03:56:51.741 INFO STEP 632 (remove_files) COMPLETE
60172024-09-27T03:56:53.131Z[ recovery-image] Sep 27 03:56:51.741 INFO O| Sep 27 03:56:51.741 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-09-27T03:56:53.161Z[ recovery-image] Sep 27 03:56:51.771 INFO O| Sep 27 03:56:51.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60192024-09-27T03:56:53.174Z[ recovery-image] Sep 27 03:56:51.784 INFO O| Sep 27 03:56:51.784 INFO STEP 633 (remove_files) COMPLETE
60202024-09-27T03:56:53.174Z[ recovery-image] Sep 27 03:56:51.784 INFO O| Sep 27 03:56:51.784 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-09-27T03:56:53.220Z[ recovery-image] Sep 27 03:56:51.830 INFO O| Sep 27 03:56:51.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60222024-09-27T03:56:53.223Z[ recovery-image] Sep 27 03:56:51.830 INFO O| Sep 27 03:56:51.830 INFO STEP 634 (remove_files) COMPLETE
60232024-09-27T03:56:53.223Z[ recovery-image] Sep 27 03:56:51.830 INFO O| Sep 27 03:56:51.830 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-09-27T03:56:53.281Z[ recovery-image] Sep 27 03:56:51.891 INFO O| Sep 27 03:56:51.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60252024-09-27T03:56:53.285Z[ recovery-image] Sep 27 03:56:51.891 INFO O| Sep 27 03:56:51.891 INFO STEP 635 (remove_files) COMPLETE
60262024-09-27T03:56:53.285Z[ recovery-image] Sep 27 03:56:51.891 INFO O| Sep 27 03:56:51.891 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-09-27T03:56:53.288Z[ host-image] Sep 27 03:56:51.898 INFO O| Sep 27 03:56:51.898 INFO O| Planning: Evaluating mediators ... Done
60282024-09-27T03:56:53.290Z[ host-image] Sep 27 03:56:51.899 INFO O| Sep 27 03:56:51.899 INFO O| Planning: Planning completed in 4.01 seconds
60292024-09-27T03:56:53.293Z[ host-image] Sep 27 03:56:51.901 INFO O| Sep 27 03:56:51.901 INFO O| Packages to install: 1
60302024-09-27T03:56:53.301Z[ recovery-image] Sep 27 03:56:51.911 INFO O| Sep 27 03:56:51.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60312024-09-27T03:56:53.304Z[ recovery-image] Sep 27 03:56:51.912 INFO O| Sep 27 03:56:51.912 INFO STEP 636 (remove_files) COMPLETE
60322024-09-27T03:56:53.304Z[ recovery-image] Sep 27 03:56:51.912 INFO O| Sep 27 03:56:51.912 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-09-27T03:56:53.312Z[ host-image] Sep 27 03:56:51.922 INFO O| Sep 27 03:56:51.922 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
60342024-09-27T03:56:53.320Z[ recovery-image] Sep 27 03:56:51.930 INFO O| Sep 27 03:56:51.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60352024-09-27T03:56:53.323Z[ recovery-image] Sep 27 03:56:51.931 INFO O| Sep 27 03:56:51.931 INFO STEP 637 (remove_files) COMPLETE
60362024-09-27T03:56:53.323Z[ recovery-image] Sep 27 03:56:51.931 INFO O| Sep 27 03:56:51.931 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-09-27T03:56:53.339Z[ recovery-image] Sep 27 03:56:51.949 INFO O| Sep 27 03:56:51.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60382024-09-27T03:56:53.342Z[ recovery-image] Sep 27 03:56:51.949 INFO O| Sep 27 03:56:51.949 INFO STEP 638 (remove_files) COMPLETE
60392024-09-27T03:56:53.342Z[ recovery-image] Sep 27 03:56:51.949 INFO O| Sep 27 03:56:51.949 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-09-27T03:56:53.357Z[ recovery-image] Sep 27 03:56:51.967 INFO O| Sep 27 03:56:51.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60412024-09-27T03:56:53.359Z[ recovery-image] Sep 27 03:56:51.967 INFO O| Sep 27 03:56:51.967 INFO STEP 639 (remove_files) COMPLETE
60422024-09-27T03:56:53.359Z[ recovery-image] Sep 27 03:56:51.967 INFO O| Sep 27 03:56:51.967 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-09-27T03:56:53.378Z[ recovery-image] Sep 27 03:56:51.988 INFO O| Sep 27 03:56:51.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60442024-09-27T03:56:53.378Z[ recovery-image] Sep 27 03:56:51.988 INFO O| Sep 27 03:56:51.988 INFO STEP 640 (remove_files) COMPLETE
60452024-09-27T03:56:53.382Z[ recovery-image] Sep 27 03:56:51.988 INFO O| Sep 27 03:56:51.988 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-09-27T03:56:53.401Z[ recovery-image] Sep 27 03:56:52.012 INFO O| Sep 27 03:56:52.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60472024-09-27T03:56:53.402Z[ recovery-image] Sep 27 03:56:52.012 INFO O| Sep 27 03:56:52.012 INFO STEP 641 (remove_files) COMPLETE
60482024-09-27T03:56:53.404Z[ recovery-image] Sep 27 03:56:52.012 INFO O| Sep 27 03:56:52.012 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-09-27T03:56:53.423Z[ recovery-image] Sep 27 03:56:52.033 INFO O| Sep 27 03:56:52.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60502024-09-27T03:56:53.423Z[ recovery-image] Sep 27 03:56:52.033 INFO O| Sep 27 03:56:52.033 INFO STEP 642 (remove_files) COMPLETE
60512024-09-27T03:56:53.423Z[ recovery-image] Sep 27 03:56:52.033 INFO O| Sep 27 03:56:52.033 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-09-27T03:56:53.443Z[ recovery-image] Sep 27 03:56:52.053 INFO O| Sep 27 03:56:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60532024-09-27T03:56:53.443Z[ recovery-image] Sep 27 03:56:52.053 INFO O| Sep 27 03:56:52.053 INFO STEP 643 (remove_files) COMPLETE
60542024-09-27T03:56:53.443Z[ recovery-image] Sep 27 03:56:52.053 INFO O| Sep 27 03:56:52.053 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-09-27T03:56:53.463Z[ recovery-image] Sep 27 03:56:52.073 INFO O| Sep 27 03:56:52.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60562024-09-27T03:56:53.466Z[ recovery-image] Sep 27 03:56:52.074 INFO O| Sep 27 03:56:52.074 INFO STEP 644 (remove_files) COMPLETE
60572024-09-27T03:56:53.466Z[ recovery-image] Sep 27 03:56:52.074 INFO O| Sep 27 03:56:52.074 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-09-27T03:56:53.484Z[ recovery-image] Sep 27 03:56:52.094 INFO O| Sep 27 03:56:52.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60592024-09-27T03:56:53.484Z[ recovery-image] Sep 27 03:56:52.094 INFO O| Sep 27 03:56:52.094 INFO STEP 645 (remove_files) COMPLETE
60602024-09-27T03:56:53.484Z[ recovery-image] Sep 27 03:56:52.094 INFO O| Sep 27 03:56:52.094 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-09-27T03:56:53.510Z[ recovery-image] Sep 27 03:56:52.120 INFO O| Sep 27 03:56:52.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60622024-09-27T03:56:53.510Z[ recovery-image] Sep 27 03:56:52.120 INFO O| Sep 27 03:56:52.120 INFO STEP 646 (remove_files) COMPLETE
60632024-09-27T03:56:53.510Z[ recovery-image] Sep 27 03:56:52.120 INFO O| Sep 27 03:56:52.120 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-09-27T03:56:53.551Z[ recovery-image] Sep 27 03:56:52.161 INFO O| Sep 27 03:56:52.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60652024-09-27T03:56:53.551Z[ recovery-image] Sep 27 03:56:52.161 INFO O| Sep 27 03:56:52.161 INFO STEP 647 (remove_files) COMPLETE
60662024-09-27T03:56:53.551Z[ recovery-image] Sep 27 03:56:52.161 INFO O| Sep 27 03:56:52.161 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-09-27T03:56:53.596Z[ recovery-image] Sep 27 03:56:52.206 INFO O| Sep 27 03:56:52.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60682024-09-27T03:56:53.596Z[ recovery-image] Sep 27 03:56:52.206 INFO O| Sep 27 03:56:52.206 INFO STEP 648 (remove_files) COMPLETE
60692024-09-27T03:56:53.598Z[ recovery-image] Sep 27 03:56:52.206 INFO O| Sep 27 03:56:52.206 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-09-27T03:56:53.616Z[ recovery-image] Sep 27 03:56:52.225 INFO O| Sep 27 03:56:52.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60712024-09-27T03:56:53.616Z[ recovery-image] Sep 27 03:56:52.226 INFO O| Sep 27 03:56:52.226 INFO STEP 649 (remove_files) COMPLETE
60722024-09-27T03:56:53.616Z[ recovery-image] Sep 27 03:56:52.226 INFO O| Sep 27 03:56:52.226 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-09-27T03:56:53.634Z[ recovery-image] Sep 27 03:56:52.244 INFO O| Sep 27 03:56:52.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60742024-09-27T03:56:53.634Z[ recovery-image] Sep 27 03:56:52.244 INFO O| Sep 27 03:56:52.244 INFO STEP 650 (remove_files) COMPLETE
60752024-09-27T03:56:53.634Z[ recovery-image] Sep 27 03:56:52.244 INFO O| Sep 27 03:56:52.244 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-09-27T03:56:53.652Z[ recovery-image] Sep 27 03:56:52.262 INFO O| Sep 27 03:56:52.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60772024-09-27T03:56:53.652Z[ recovery-image] Sep 27 03:56:52.262 INFO O| Sep 27 03:56:52.262 INFO STEP 651 (remove_files) COMPLETE
60782024-09-27T03:56:53.652Z[ recovery-image] Sep 27 03:56:52.262 INFO O| Sep 27 03:56:52.262 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-09-27T03:56:53.670Z[ recovery-image] Sep 27 03:56:52.280 INFO O| Sep 27 03:56:52.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60802024-09-27T03:56:53.670Z[ recovery-image] Sep 27 03:56:52.280 INFO O| Sep 27 03:56:52.280 INFO STEP 652 (remove_files) COMPLETE
60812024-09-27T03:56:53.672Z[ recovery-image] Sep 27 03:56:52.280 INFO O| Sep 27 03:56:52.280 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-09-27T03:56:53.689Z[ recovery-image] Sep 27 03:56:52.299 INFO O| Sep 27 03:56:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60832024-09-27T03:56:53.689Z[ recovery-image] Sep 27 03:56:52.299 INFO O| Sep 27 03:56:52.299 INFO STEP 653 (remove_files) COMPLETE
60842024-09-27T03:56:53.689Z[ recovery-image] Sep 27 03:56:52.299 INFO O| Sep 27 03:56:52.299 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-09-27T03:56:53.720Z[ recovery-image] Sep 27 03:56:52.330 INFO O| Sep 27 03:56:52.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60862024-09-27T03:56:53.720Z[ recovery-image] Sep 27 03:56:52.330 INFO O| Sep 27 03:56:52.330 INFO STEP 654 (remove_files) COMPLETE
60872024-09-27T03:56:53.721Z[ recovery-image] Sep 27 03:56:52.330 INFO O| Sep 27 03:56:52.330 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-09-27T03:56:53.742Z[ recovery-image] Sep 27 03:56:52.352 INFO O| Sep 27 03:56:52.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60892024-09-27T03:56:53.742Z[ recovery-image] Sep 27 03:56:52.352 INFO O| Sep 27 03:56:52.352 INFO STEP 655 (remove_files) COMPLETE
60902024-09-27T03:56:53.742Z[ recovery-image] Sep 27 03:56:52.352 INFO O| Sep 27 03:56:52.352 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-09-27T03:56:53.762Z[ recovery-image] Sep 27 03:56:52.372 INFO O| Sep 27 03:56:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60922024-09-27T03:56:53.762Z[ recovery-image] Sep 27 03:56:52.372 INFO O| Sep 27 03:56:52.372 INFO STEP 656 (remove_files) COMPLETE
60932024-09-27T03:56:53.764Z[ recovery-image] Sep 27 03:56:52.372 INFO O| Sep 27 03:56:52.372 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-09-27T03:56:53.780Z[ recovery-image] Sep 27 03:56:52.390 INFO O| Sep 27 03:56:52.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
60952024-09-27T03:56:53.782Z[ recovery-image] Sep 27 03:56:52.390 INFO O| Sep 27 03:56:52.390 INFO STEP 657 (remove_files) COMPLETE
60962024-09-27T03:56:53.782Z[ recovery-image] Sep 27 03:56:52.390 INFO O| Sep 27 03:56:52.390 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-09-27T03:56:53.804Z[ recovery-image] Sep 27 03:56:52.413 INFO O| Sep 27 03:56:52.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
60982024-09-27T03:56:53.829Z[ recovery-image] Sep 27 03:56:52.439 INFO O| Sep 27 03:56:52.439 INFO STEP 658 (remove_files) COMPLETE
60992024-09-27T03:56:53.829Z[ recovery-image] Sep 27 03:56:52.439 INFO O| Sep 27 03:56:52.439 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-09-27T03:56:53.873Z[ recovery-image] Sep 27 03:56:52.483 INFO O| Sep 27 03:56:52.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61012024-09-27T03:56:53.873Z[ recovery-image] Sep 27 03:56:52.483 INFO O| Sep 27 03:56:52.483 INFO STEP 659 (remove_files) COMPLETE
61022024-09-27T03:56:53.876Z[ recovery-image] Sep 27 03:56:52.484 INFO O| Sep 27 03:56:52.483 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-09-27T03:56:53.891Z[ recovery-image] Sep 27 03:56:52.501 INFO O| Sep 27 03:56:52.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61042024-09-27T03:56:53.894Z[ recovery-image] Sep 27 03:56:52.501 INFO O| Sep 27 03:56:52.501 INFO STEP 660 (remove_files) COMPLETE
61052024-09-27T03:56:53.894Z[ recovery-image] Sep 27 03:56:52.502 INFO O| Sep 27 03:56:52.501 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-09-27T03:56:53.910Z[ recovery-image] Sep 27 03:56:52.519 INFO O| Sep 27 03:56:52.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61072024-09-27T03:56:53.912Z[ recovery-image] Sep 27 03:56:52.520 INFO O| Sep 27 03:56:52.520 INFO STEP 661 (remove_files) COMPLETE
61082024-09-27T03:56:53.912Z[ recovery-image] Sep 27 03:56:52.520 INFO O| Sep 27 03:56:52.520 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-09-27T03:56:53.928Z[ recovery-image] Sep 27 03:56:52.538 INFO O| Sep 27 03:56:52.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61102024-09-27T03:56:53.930Z[ recovery-image] Sep 27 03:56:52.538 INFO O| Sep 27 03:56:52.538 INFO STEP 662 (remove_files) COMPLETE
61112024-09-27T03:56:53.930Z[ recovery-image] Sep 27 03:56:52.538 INFO O| Sep 27 03:56:52.538 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-09-27T03:56:53.949Z[ recovery-image] Sep 27 03:56:52.558 INFO O| Sep 27 03:56:52.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61132024-09-27T03:56:53.949Z[ recovery-image] Sep 27 03:56:52.558 INFO O| Sep 27 03:56:52.558 INFO STEP 663 (remove_files) COMPLETE
61142024-09-27T03:56:53.951Z[ recovery-image] Sep 27 03:56:52.559 INFO O| Sep 27 03:56:52.558 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-09-27T03:56:53.973Z[ recovery-image] Sep 27 03:56:52.583 INFO O| Sep 27 03:56:52.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61162024-09-27T03:56:53.973Z[ recovery-image] Sep 27 03:56:52.583 INFO O| Sep 27 03:56:52.583 INFO STEP 664 (remove_files) COMPLETE
61172024-09-27T03:56:53.973Z[ recovery-image] Sep 27 03:56:52.583 INFO O| Sep 27 03:56:52.583 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-09-27T03:56:54.059Z[ recovery-image] Sep 27 03:56:52.668 INFO O| Sep 27 03:56:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61192024-09-27T03:56:54.059Z[ recovery-image] Sep 27 03:56:52.669 INFO O| Sep 27 03:56:52.668 INFO STEP 665 (remove_files) COMPLETE
61202024-09-27T03:56:54.059Z[ recovery-image] Sep 27 03:56:52.669 INFO O| Sep 27 03:56:52.669 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-09-27T03:56:54.093Z[ recovery-image] Sep 27 03:56:52.703 INFO O| Sep 27 03:56:52.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61222024-09-27T03:56:54.093Z[ recovery-image] Sep 27 03:56:52.703 INFO O| Sep 27 03:56:52.703 INFO STEP 666 (remove_files) COMPLETE
61232024-09-27T03:56:54.093Z[ recovery-image] Sep 27 03:56:52.703 INFO O| Sep 27 03:56:52.703 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-09-27T03:56:54.110Z[ recovery-image] Sep 27 03:56:52.720 INFO O| Sep 27 03:56:52.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61252024-09-27T03:56:54.110Z[ recovery-image] Sep 27 03:56:52.720 INFO O| Sep 27 03:56:52.720 INFO STEP 667 (remove_files) COMPLETE
61262024-09-27T03:56:54.110Z[ recovery-image] Sep 27 03:56:52.720 INFO O| Sep 27 03:56:52.720 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-09-27T03:56:54.127Z[ recovery-image] Sep 27 03:56:52.736 INFO O| Sep 27 03:56:52.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61282024-09-27T03:56:54.127Z[ recovery-image] Sep 27 03:56:52.736 INFO O| Sep 27 03:56:52.736 INFO STEP 668 (remove_files) COMPLETE
61292024-09-27T03:56:54.127Z[ recovery-image] Sep 27 03:56:52.737 INFO O| Sep 27 03:56:52.736 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-09-27T03:56:54.145Z[ recovery-image] Sep 27 03:56:52.755 INFO O| Sep 27 03:56:52.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61312024-09-27T03:56:54.145Z[ recovery-image] Sep 27 03:56:52.755 INFO O| Sep 27 03:56:52.755 INFO STEP 669 (remove_files) COMPLETE
61322024-09-27T03:56:54.145Z[ recovery-image] Sep 27 03:56:52.755 INFO O| Sep 27 03:56:52.755 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-09-27T03:56:54.164Z[ recovery-image] Sep 27 03:56:52.774 INFO O| Sep 27 03:56:52.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61342024-09-27T03:56:54.164Z[ recovery-image] Sep 27 03:56:52.774 INFO O| Sep 27 03:56:52.774 INFO STEP 670 (remove_files) COMPLETE
61352024-09-27T03:56:54.164Z[ recovery-image] Sep 27 03:56:52.774 INFO O| Sep 27 03:56:52.774 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-09-27T03:56:54.184Z[ recovery-image] Sep 27 03:56:52.794 INFO O| Sep 27 03:56:52.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61372024-09-27T03:56:54.186Z[ recovery-image] Sep 27 03:56:52.794 INFO O| Sep 27 03:56:52.794 INFO STEP 671 (remove_files) COMPLETE
61382024-09-27T03:56:54.186Z[ recovery-image] Sep 27 03:56:52.794 INFO O| Sep 27 03:56:52.794 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-09-27T03:56:54.219Z[ recovery-image] Sep 27 03:56:52.829 INFO O| Sep 27 03:56:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61402024-09-27T03:56:54.222Z[ recovery-image] Sep 27 03:56:52.829 INFO O| Sep 27 03:56:52.829 INFO STEP 672 (remove_files) COMPLETE
61412024-09-27T03:56:54.222Z[ recovery-image] Sep 27 03:56:52.830 INFO O| Sep 27 03:56:52.829 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-09-27T03:56:54.256Z[ recovery-image] Sep 27 03:56:52.866 INFO O| Sep 27 03:56:52.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61432024-09-27T03:56:54.256Z[ recovery-image] Sep 27 03:56:52.866 INFO O| Sep 27 03:56:52.866 INFO STEP 673 (remove_files) COMPLETE
61442024-09-27T03:56:54.256Z[ recovery-image] Sep 27 03:56:52.866 INFO O| Sep 27 03:56:52.866 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-09-27T03:56:54.275Z[ recovery-image] Sep 27 03:56:52.885 INFO O| Sep 27 03:56:52.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61462024-09-27T03:56:54.275Z[ recovery-image] Sep 27 03:56:52.885 INFO O| Sep 27 03:56:52.885 INFO STEP 674 (remove_files) COMPLETE
61472024-09-27T03:56:54.275Z[ recovery-image] Sep 27 03:56:52.885 INFO O| Sep 27 03:56:52.885 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-09-27T03:56:54.294Z[ recovery-image] Sep 27 03:56:52.903 INFO O| Sep 27 03:56:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61492024-09-27T03:56:54.294Z[ recovery-image] Sep 27 03:56:52.903 INFO O| Sep 27 03:56:52.903 INFO STEP 675 (remove_files) COMPLETE
61502024-09-27T03:56:54.294Z[ recovery-image] Sep 27 03:56:52.904 INFO O| Sep 27 03:56:52.903 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-09-27T03:56:54.329Z[ recovery-image] Sep 27 03:56:52.939 INFO O| Sep 27 03:56:52.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61522024-09-27T03:56:54.332Z[ recovery-image] Sep 27 03:56:52.939 INFO O| Sep 27 03:56:52.939 INFO STEP 676 (remove_files) COMPLETE
61532024-09-27T03:56:54.332Z[ recovery-image] Sep 27 03:56:52.939 INFO O| Sep 27 03:56:52.939 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-09-27T03:56:54.350Z[ recovery-image] Sep 27 03:56:52.960 INFO O| Sep 27 03:56:52.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61552024-09-27T03:56:54.352Z[ recovery-image] Sep 27 03:56:52.960 INFO O| Sep 27 03:56:52.960 INFO STEP 677 (remove_files) COMPLETE
61562024-09-27T03:56:54.352Z[ recovery-image] Sep 27 03:56:52.960 INFO O| Sep 27 03:56:52.960 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-09-27T03:56:54.369Z[ recovery-image] Sep 27 03:56:52.979 INFO O| Sep 27 03:56:52.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61582024-09-27T03:56:54.372Z[ recovery-image] Sep 27 03:56:52.979 INFO O| Sep 27 03:56:52.979 INFO STEP 678 (remove_files) COMPLETE
61592024-09-27T03:56:54.372Z[ recovery-image] Sep 27 03:56:52.979 INFO O| Sep 27 03:56:52.979 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-09-27T03:56:54.388Z[ recovery-image] Sep 27 03:56:52.998 INFO O| Sep 27 03:56:52.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61612024-09-27T03:56:54.388Z[ recovery-image] Sep 27 03:56:52.998 INFO O| Sep 27 03:56:52.998 INFO STEP 679 (remove_files) COMPLETE
61622024-09-27T03:56:54.390Z[ recovery-image] Sep 27 03:56:52.998 INFO O| Sep 27 03:56:52.998 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-09-27T03:56:54.423Z[ recovery-image] Sep 27 03:56:53.032 INFO O| Sep 27 03:56:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61642024-09-27T03:56:54.442Z[ recovery-image] Sep 27 03:56:53.052 INFO O| Sep 27 03:56:53.052 INFO STEP 680 (remove_files) COMPLETE
61652024-09-27T03:56:54.442Z[ recovery-image] Sep 27 03:56:53.052 INFO O| Sep 27 03:56:53.052 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-09-27T03:56:54.463Z[ recovery-image] Sep 27 03:56:53.073 INFO O| Sep 27 03:56:53.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61672024-09-27T03:56:54.463Z[ recovery-image] Sep 27 03:56:53.073 INFO O| Sep 27 03:56:53.073 INFO STEP 681 (remove_files) COMPLETE
61682024-09-27T03:56:54.466Z[ recovery-image] Sep 27 03:56:53.073 INFO O| Sep 27 03:56:53.073 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-09-27T03:56:54.483Z[ recovery-image] Sep 27 03:56:53.093 INFO O| Sep 27 03:56:53.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61702024-09-27T03:56:54.483Z[ recovery-image] Sep 27 03:56:53.093 INFO O| Sep 27 03:56:53.093 INFO STEP 682 (remove_files) COMPLETE
61712024-09-27T03:56:54.485Z[ recovery-image] Sep 27 03:56:53.093 INFO O| Sep 27 03:56:53.093 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-09-27T03:56:54.511Z[ recovery-image] Sep 27 03:56:53.120 INFO O| Sep 27 03:56:53.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61732024-09-27T03:56:54.511Z[ recovery-image] Sep 27 03:56:53.121 INFO O| Sep 27 03:56:53.120 INFO STEP 683 (remove_files) COMPLETE
61742024-09-27T03:56:54.511Z[ recovery-image] Sep 27 03:56:53.121 INFO O| Sep 27 03:56:53.120 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-09-27T03:56:54.532Z[ recovery-image] Sep 27 03:56:53.142 INFO O| Sep 27 03:56:53.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61762024-09-27T03:56:54.532Z[ recovery-image] Sep 27 03:56:53.142 INFO O| Sep 27 03:56:53.142 INFO STEP 684 (remove_files) COMPLETE
61772024-09-27T03:56:54.532Z[ recovery-image] Sep 27 03:56:53.142 INFO O| Sep 27 03:56:53.142 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-09-27T03:56:54.555Z[ recovery-image] Sep 27 03:56:53.165 INFO O| Sep 27 03:56:53.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61792024-09-27T03:56:54.555Z[ recovery-image] Sep 27 03:56:53.165 INFO O| Sep 27 03:56:53.165 INFO STEP 685 (remove_files) COMPLETE
61802024-09-27T03:56:54.555Z[ recovery-image] Sep 27 03:56:53.165 INFO O| Sep 27 03:56:53.165 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-09-27T03:56:54.574Z[ recovery-image] Sep 27 03:56:53.184 INFO O| Sep 27 03:56:53.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61822024-09-27T03:56:54.574Z[ recovery-image] Sep 27 03:56:53.184 INFO O| Sep 27 03:56:53.184 INFO STEP 686 (remove_files) COMPLETE
61832024-09-27T03:56:54.577Z[ recovery-image] Sep 27 03:56:53.184 INFO O| Sep 27 03:56:53.184 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-09-27T03:56:54.650Z[ recovery-image] Sep 27 03:56:53.258 INFO O| Sep 27 03:56:53.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61852024-09-27T03:56:54.650Z[ recovery-image] Sep 27 03:56:53.259 INFO O| Sep 27 03:56:53.258 INFO STEP 687 (remove_files) COMPLETE
61862024-09-27T03:56:54.650Z[ recovery-image] Sep 27 03:56:53.259 INFO O| Sep 27 03:56:53.258 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-09-27T03:56:54.677Z[ recovery-image] Sep 27 03:56:53.286 INFO O| Sep 27 03:56:53.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61882024-09-27T03:56:54.700Z[ recovery-image] Sep 27 03:56:53.310 INFO O| Sep 27 03:56:53.310 INFO STEP 688 (remove_files) COMPLETE
61892024-09-27T03:56:54.704Z[ recovery-image] Sep 27 03:56:53.310 INFO O| Sep 27 03:56:53.310 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-09-27T03:56:54.720Z[ recovery-image] Sep 27 03:56:53.330 INFO O| Sep 27 03:56:53.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61912024-09-27T03:56:54.720Z[ recovery-image] Sep 27 03:56:53.330 INFO O| Sep 27 03:56:53.330 INFO STEP 689 (remove_files) COMPLETE
61922024-09-27T03:56:54.720Z[ recovery-image] Sep 27 03:56:53.330 INFO O| Sep 27 03:56:53.330 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-09-27T03:56:54.738Z[ recovery-image] Sep 27 03:56:53.348 INFO O| Sep 27 03:56:53.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
61942024-09-27T03:56:54.738Z[ recovery-image] Sep 27 03:56:53.348 INFO O| Sep 27 03:56:53.348 INFO STEP 690 (remove_files) COMPLETE
61952024-09-27T03:56:54.738Z[ recovery-image] Sep 27 03:56:53.348 INFO O| Sep 27 03:56:53.348 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-09-27T03:56:54.761Z[ recovery-image] Sep 27 03:56:53.369 INFO O| Sep 27 03:56:53.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
61972024-09-27T03:56:54.761Z[ recovery-image] Sep 27 03:56:53.369 INFO O| Sep 27 03:56:53.369 INFO STEP 691 (remove_files) COMPLETE
61982024-09-27T03:56:54.761Z[ recovery-image] Sep 27 03:56:53.369 INFO O| Sep 27 03:56:53.369 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-09-27T03:56:54.780Z[ recovery-image] Sep 27 03:56:53.390 INFO O| Sep 27 03:56:53.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62002024-09-27T03:56:54.780Z[ recovery-image] Sep 27 03:56:53.390 INFO O| Sep 27 03:56:53.390 INFO STEP 692 (remove_files) COMPLETE
62012024-09-27T03:56:54.782Z[ recovery-image] Sep 27 03:56:53.390 INFO O| Sep 27 03:56:53.390 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-09-27T03:56:54.800Z[ recovery-image] Sep 27 03:56:53.409 INFO O| Sep 27 03:56:53.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62032024-09-27T03:56:54.800Z[ recovery-image] Sep 27 03:56:53.410 INFO O| Sep 27 03:56:53.409 INFO STEP 693 (remove_files) COMPLETE
62042024-09-27T03:56:54.800Z[ recovery-image] Sep 27 03:56:53.410 INFO O| Sep 27 03:56:53.409 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-09-27T03:56:54.826Z[ recovery-image] Sep 27 03:56:53.432 INFO O| Sep 27 03:56:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62062024-09-27T03:56:54.826Z[ recovery-image] Sep 27 03:56:53.432 INFO O| Sep 27 03:56:53.432 INFO STEP 694 (remove_files) COMPLETE
62072024-09-27T03:56:54.826Z[ recovery-image] Sep 27 03:56:53.432 INFO O| Sep 27 03:56:53.432 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-09-27T03:56:54.902Z[ recovery-image] Sep 27 03:56:53.512 INFO O| Sep 27 03:56:53.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62092024-09-27T03:56:54.902Z[ recovery-image] Sep 27 03:56:53.512 INFO O| Sep 27 03:56:53.512 INFO STEP 695 (remove_files) COMPLETE
62102024-09-27T03:56:54.905Z[ recovery-image] Sep 27 03:56:53.512 INFO O| Sep 27 03:56:53.512 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-09-27T03:56:54.921Z[ recovery-image] Sep 27 03:56:53.531 INFO O| Sep 27 03:56:53.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62122024-09-27T03:56:54.922Z[ recovery-image] Sep 27 03:56:53.531 INFO O| Sep 27 03:56:53.531 INFO STEP 696 (remove_files) COMPLETE
62132024-09-27T03:56:54.924Z[ recovery-image] Sep 27 03:56:53.531 INFO O| Sep 27 03:56:53.531 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-09-27T03:56:54.940Z[ recovery-image] Sep 27 03:56:53.549 INFO O| Sep 27 03:56:53.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62152024-09-27T03:56:54.940Z[ recovery-image] Sep 27 03:56:53.549 INFO O| Sep 27 03:56:53.549 INFO STEP 697 (remove_files) COMPLETE
62162024-09-27T03:56:54.940Z[ recovery-image] Sep 27 03:56:53.549 INFO O| Sep 27 03:56:53.549 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-09-27T03:56:54.958Z[ recovery-image] Sep 27 03:56:53.568 INFO O| Sep 27 03:56:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62182024-09-27T03:56:54.958Z[ recovery-image] Sep 27 03:56:53.568 INFO O| Sep 27 03:56:53.568 INFO STEP 698 (remove_files) COMPLETE
62192024-09-27T03:56:54.958Z[ recovery-image] Sep 27 03:56:53.568 INFO O| Sep 27 03:56:53.568 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-09-27T03:56:54.990Z[ recovery-image] Sep 27 03:56:53.600 INFO O| Sep 27 03:56:53.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62212024-09-27T03:56:54.990Z[ recovery-image] Sep 27 03:56:53.600 INFO O| Sep 27 03:56:53.600 INFO STEP 699 (remove_files) COMPLETE
62222024-09-27T03:56:54.990Z[ recovery-image] Sep 27 03:56:53.600 INFO O| Sep 27 03:56:53.600 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-09-27T03:56:55.011Z[ recovery-image] Sep 27 03:56:53.620 INFO O| Sep 27 03:56:53.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62242024-09-27T03:56:55.011Z[ recovery-image] Sep 27 03:56:53.620 INFO O| Sep 27 03:56:53.620 INFO STEP 700 (remove_files) COMPLETE
62252024-09-27T03:56:55.011Z[ recovery-image] Sep 27 03:56:53.620 INFO O| Sep 27 03:56:53.620 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-09-27T03:56:55.028Z[ recovery-image] Sep 27 03:56:53.637 INFO O| Sep 27 03:56:53.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62272024-09-27T03:56:55.028Z[ recovery-image] Sep 27 03:56:53.637 INFO O| Sep 27 03:56:53.637 INFO STEP 701 (remove_files) COMPLETE
62282024-09-27T03:56:55.028Z[ recovery-image] Sep 27 03:56:53.637 INFO O| Sep 27 03:56:53.637 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-09-27T03:56:55.046Z[ recovery-image] Sep 27 03:56:53.655 INFO O| Sep 27 03:56:53.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62302024-09-27T03:56:55.046Z[ recovery-image] Sep 27 03:56:53.655 INFO O| Sep 27 03:56:53.655 INFO STEP 702 (remove_files) COMPLETE
62312024-09-27T03:56:55.046Z[ recovery-image] Sep 27 03:56:53.655 INFO O| Sep 27 03:56:53.655 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-09-27T03:56:55.076Z[ host-image] Sep 27 03:56:53.685 INFO O| Sep 27 03:56:53.685 INFO O| Download: Completed 20.80 MB in 1.76 seconds (11.8M/s)
62332024-09-27T03:56:55.091Z[ recovery-image] Sep 27 03:56:53.701 INFO O| Sep 27 03:56:53.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62342024-09-27T03:56:55.091Z[ recovery-image] Sep 27 03:56:53.701 INFO O| Sep 27 03:56:53.701 INFO STEP 703 (remove_files) COMPLETE
62352024-09-27T03:56:55.091Z[ recovery-image] Sep 27 03:56:53.701 INFO O| Sep 27 03:56:53.701 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-09-27T03:56:55.112Z[ recovery-image] Sep 27 03:56:53.721 INFO O| Sep 27 03:56:53.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62372024-09-27T03:56:55.114Z[ recovery-image] Sep 27 03:56:53.722 INFO O| Sep 27 03:56:53.722 INFO STEP 704 (remove_files) COMPLETE
62382024-09-27T03:56:55.114Z[ recovery-image] Sep 27 03:56:53.722 INFO O| Sep 27 03:56:53.722 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-09-27T03:56:55.157Z[ recovery-image] Sep 27 03:56:53.767 INFO O| Sep 27 03:56:53.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62402024-09-27T03:56:55.183Z[ recovery-image] Sep 27 03:56:53.793 INFO O| Sep 27 03:56:53.793 INFO STEP 705 (remove_files) COMPLETE
62412024-09-27T03:56:55.183Z[ recovery-image] Sep 27 03:56:53.793 INFO O| Sep 27 03:56:53.793 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-09-27T03:56:55.259Z[ recovery-image] Sep 27 03:56:53.867 INFO O| Sep 27 03:56:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62432024-09-27T03:56:55.259Z[ recovery-image] Sep 27 03:56:53.867 INFO O| Sep 27 03:56:53.867 INFO STEP 706 (remove_files) COMPLETE
62442024-09-27T03:56:55.259Z[ recovery-image] Sep 27 03:56:53.867 INFO O| Sep 27 03:56:53.867 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-09-27T03:56:55.286Z[ host-image] Sep 27 03:56:53.896 INFO O| Sep 27 03:56:53.896 INFO O| Actions: 1/22 actions (Installing new actions)
62462024-09-27T03:56:55.290Z[ recovery-image] Sep 27 03:56:53.897 INFO O| Sep 27 03:56:53.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62472024-09-27T03:56:55.290Z[ recovery-image] Sep 27 03:56:53.899 INFO O| Sep 27 03:56:53.898 INFO STEP 707 (remove_files) COMPLETE
62482024-09-27T03:56:55.290Z[ recovery-image] Sep 27 03:56:53.899 INFO O| Sep 27 03:56:53.899 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-09-27T03:56:55.317Z[ recovery-image] Sep 27 03:56:53.927 INFO O| Sep 27 03:56:53.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62502024-09-27T03:56:55.321Z[ recovery-image] Sep 27 03:56:53.927 INFO O| Sep 27 03:56:53.927 INFO STEP 708 (remove_files) COMPLETE
62512024-09-27T03:56:55.321Z[ recovery-image] Sep 27 03:56:53.927 INFO O| Sep 27 03:56:53.927 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-09-27T03:56:55.336Z[ recovery-image] Sep 27 03:56:53.946 INFO O| Sep 27 03:56:53.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62532024-09-27T03:56:55.340Z[ recovery-image] Sep 27 03:56:53.946 INFO O| Sep 27 03:56:53.946 INFO STEP 709 (remove_files) COMPLETE
62542024-09-27T03:56:55.340Z[ recovery-image] Sep 27 03:56:53.946 INFO O| Sep 27 03:56:53.946 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-09-27T03:56:55.354Z[ recovery-image] Sep 27 03:56:53.963 INFO O| Sep 27 03:56:53.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62562024-09-27T03:56:55.354Z[ recovery-image] Sep 27 03:56:53.963 INFO O| Sep 27 03:56:53.963 INFO STEP 710 (remove_files) COMPLETE
62572024-09-27T03:56:55.357Z[ recovery-image] Sep 27 03:56:53.964 INFO O| Sep 27 03:56:53.964 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-09-27T03:56:55.442Z[ recovery-image] Sep 27 03:56:54.049 INFO O| Sep 27 03:56:54.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62592024-09-27T03:56:55.442Z[ recovery-image] Sep 27 03:56:54.049 INFO O| Sep 27 03:56:54.049 INFO STEP 711 (remove_files) COMPLETE
62602024-09-27T03:56:55.442Z[ recovery-image] Sep 27 03:56:54.049 INFO O| Sep 27 03:56:54.049 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-09-27T03:56:55.492Z[ recovery-image] Sep 27 03:56:54.101 INFO O| Sep 27 03:56:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62622024-09-27T03:56:55.492Z[ recovery-image] Sep 27 03:56:54.101 INFO O| Sep 27 03:56:54.101 INFO STEP 712 (remove_files) COMPLETE
62632024-09-27T03:56:55.492Z[ recovery-image] Sep 27 03:56:54.101 INFO O| Sep 27 03:56:54.101 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-09-27T03:56:55.509Z[ recovery-image] Sep 27 03:56:54.119 INFO O| Sep 27 03:56:54.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62652024-09-27T03:56:55.509Z[ recovery-image] Sep 27 03:56:54.119 INFO O| Sep 27 03:56:54.119 INFO STEP 713 (remove_files) COMPLETE
62662024-09-27T03:56:55.509Z[ recovery-image] Sep 27 03:56:54.119 INFO O| Sep 27 03:56:54.119 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-09-27T03:56:55.526Z[ recovery-image] Sep 27 03:56:54.135 INFO O| Sep 27 03:56:54.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62682024-09-27T03:56:55.526Z[ recovery-image] Sep 27 03:56:54.135 INFO O| Sep 27 03:56:54.135 INFO STEP 714 (remove_files) COMPLETE
62692024-09-27T03:56:55.526Z[ recovery-image] Sep 27 03:56:54.135 INFO O| Sep 27 03:56:54.135 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-09-27T03:56:55.555Z[ recovery-image] Sep 27 03:56:54.165 INFO O| Sep 27 03:56:54.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62712024-09-27T03:56:55.558Z[ recovery-image] Sep 27 03:56:54.165 INFO O| Sep 27 03:56:54.165 INFO STEP 715 (remove_files) COMPLETE
62722024-09-27T03:56:55.558Z[ recovery-image] Sep 27 03:56:54.165 INFO O| Sep 27 03:56:54.165 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-09-27T03:56:55.573Z[ recovery-image] Sep 27 03:56:54.183 INFO O| Sep 27 03:56:54.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62742024-09-27T03:56:55.576Z[ recovery-image] Sep 27 03:56:54.183 INFO O| Sep 27 03:56:54.183 INFO STEP 716 (remove_files) COMPLETE
62752024-09-27T03:56:55.576Z[ recovery-image] Sep 27 03:56:54.183 INFO O| Sep 27 03:56:54.183 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-09-27T03:56:55.591Z[ recovery-image] Sep 27 03:56:54.200 INFO O| Sep 27 03:56:54.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62772024-09-27T03:56:55.593Z[ recovery-image] Sep 27 03:56:54.200 INFO O| Sep 27 03:56:54.200 INFO STEP 717 (remove_files) COMPLETE
62782024-09-27T03:56:55.593Z[ recovery-image] Sep 27 03:56:54.201 INFO O| Sep 27 03:56:54.200 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-09-27T03:56:55.609Z[ recovery-image] Sep 27 03:56:54.219 INFO O| Sep 27 03:56:54.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62802024-09-27T03:56:55.612Z[ recovery-image] Sep 27 03:56:54.219 INFO O| Sep 27 03:56:54.219 INFO STEP 718 (remove_files) COMPLETE
62812024-09-27T03:56:55.612Z[ recovery-image] Sep 27 03:56:54.219 INFO O| Sep 27 03:56:54.219 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-09-27T03:56:55.627Z[ recovery-image] Sep 27 03:56:54.237 INFO O| Sep 27 03:56:54.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62832024-09-27T03:56:55.630Z[ recovery-image] Sep 27 03:56:54.237 INFO O| Sep 27 03:56:54.237 INFO STEP 719 (remove_files) COMPLETE
62842024-09-27T03:56:55.630Z[ recovery-image] Sep 27 03:56:54.237 INFO O| Sep 27 03:56:54.237 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-09-27T03:56:55.644Z[ recovery-image] Sep 27 03:56:54.254 INFO O| Sep 27 03:56:54.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62862024-09-27T03:56:55.647Z[ recovery-image] Sep 27 03:56:54.254 INFO O| Sep 27 03:56:54.254 INFO STEP 720 (remove_files) COMPLETE
62872024-09-27T03:56:55.647Z[ recovery-image] Sep 27 03:56:54.254 INFO O| Sep 27 03:56:54.254 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-09-27T03:56:55.663Z[ recovery-image] Sep 27 03:56:54.272 INFO O| Sep 27 03:56:54.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62892024-09-27T03:56:55.665Z[ recovery-image] Sep 27 03:56:54.272 INFO O| Sep 27 03:56:54.272 INFO STEP 721 (remove_files) COMPLETE
62902024-09-27T03:56:55.665Z[ recovery-image] Sep 27 03:56:54.272 INFO O| Sep 27 03:56:54.272 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-09-27T03:56:55.680Z[ recovery-image] Sep 27 03:56:54.290 INFO O| Sep 27 03:56:54.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62922024-09-27T03:56:55.683Z[ recovery-image] Sep 27 03:56:54.290 INFO O| Sep 27 03:56:54.290 INFO STEP 722 (remove_files) COMPLETE
62932024-09-27T03:56:55.683Z[ recovery-image] Sep 27 03:56:54.290 INFO O| Sep 27 03:56:54.290 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-09-27T03:56:55.715Z[ recovery-image] Sep 27 03:56:54.325 INFO O| Sep 27 03:56:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62952024-09-27T03:56:55.718Z[ recovery-image] Sep 27 03:56:54.325 INFO O| Sep 27 03:56:54.325 INFO STEP 723 (remove_files) COMPLETE
62962024-09-27T03:56:55.718Z[ recovery-image] Sep 27 03:56:54.325 INFO O| Sep 27 03:56:54.325 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-09-27T03:56:55.740Z[ recovery-image] Sep 27 03:56:54.349 INFO O| Sep 27 03:56:54.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
62982024-09-27T03:56:55.742Z[ recovery-image] Sep 27 03:56:54.349 INFO O| Sep 27 03:56:54.349 INFO STEP 724 (remove_files) COMPLETE
62992024-09-27T03:56:55.742Z[ recovery-image] Sep 27 03:56:54.349 INFO O| Sep 27 03:56:54.349 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-09-27T03:56:55.760Z[ recovery-image] Sep 27 03:56:54.370 INFO O| Sep 27 03:56:54.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63012024-09-27T03:56:55.760Z[ recovery-image] Sep 27 03:56:54.370 INFO O| Sep 27 03:56:54.370 INFO STEP 725 (remove_files) COMPLETE
63022024-09-27T03:56:55.760Z[ recovery-image] Sep 27 03:56:54.370 INFO O| Sep 27 03:56:54.370 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-09-27T03:56:55.780Z[ recovery-image] Sep 27 03:56:54.389 INFO O| Sep 27 03:56:54.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63042024-09-27T03:56:55.780Z[ recovery-image] Sep 27 03:56:54.389 INFO O| Sep 27 03:56:54.389 INFO STEP 726 (remove_files) COMPLETE
63052024-09-27T03:56:55.782Z[ recovery-image] Sep 27 03:56:54.389 INFO O| Sep 27 03:56:54.389 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-09-27T03:56:55.801Z[ recovery-image] Sep 27 03:56:54.410 INFO O| Sep 27 03:56:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63072024-09-27T03:56:55.803Z[ recovery-image] Sep 27 03:56:54.410 INFO O| Sep 27 03:56:54.410 INFO STEP 727 (remove_files) COMPLETE
63082024-09-27T03:56:55.803Z[ recovery-image] Sep 27 03:56:54.410 INFO O| Sep 27 03:56:54.410 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-09-27T03:56:55.821Z[ recovery-image] Sep 27 03:56:54.430 INFO O| Sep 27 03:56:54.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63102024-09-27T03:56:55.821Z[ recovery-image] Sep 27 03:56:54.430 INFO O| Sep 27 03:56:54.430 INFO STEP 728 (remove_files) COMPLETE
63112024-09-27T03:56:55.821Z[ recovery-image] Sep 27 03:56:54.430 INFO O| Sep 27 03:56:54.430 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-09-27T03:56:55.839Z[ recovery-image] Sep 27 03:56:54.449 INFO O| Sep 27 03:56:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63132024-09-27T03:56:55.863Z[ recovery-image] Sep 27 03:56:54.473 INFO O| Sep 27 03:56:54.473 INFO STEP 729 (remove_files) COMPLETE
63142024-09-27T03:56:55.863Z[ recovery-image] Sep 27 03:56:54.473 INFO O| Sep 27 03:56:54.473 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-09-27T03:56:55.884Z[ recovery-image] Sep 27 03:56:54.494 INFO O| Sep 27 03:56:54.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63162024-09-27T03:56:55.888Z[ recovery-image] Sep 27 03:56:54.495 INFO O| Sep 27 03:56:54.495 INFO STEP 730 (remove_files) COMPLETE
63172024-09-27T03:56:55.888Z[ recovery-image] Sep 27 03:56:54.495 INFO O| Sep 27 03:56:54.495 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-09-27T03:56:55.903Z[ recovery-image] Sep 27 03:56:54.513 INFO O| Sep 27 03:56:54.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63192024-09-27T03:56:55.905Z[ recovery-image] Sep 27 03:56:54.513 INFO O| Sep 27 03:56:54.513 INFO STEP 731 (remove_files) COMPLETE
63202024-09-27T03:56:55.906Z[ recovery-image] Sep 27 03:56:54.513 INFO O| Sep 27 03:56:54.513 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-09-27T03:56:55.921Z[ recovery-image] Sep 27 03:56:54.531 INFO O| Sep 27 03:56:54.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63222024-09-27T03:56:55.923Z[ recovery-image] Sep 27 03:56:54.531 INFO O| Sep 27 03:56:54.531 INFO STEP 732 (remove_files) COMPLETE
63232024-09-27T03:56:55.924Z[ recovery-image] Sep 27 03:56:54.531 INFO O| Sep 27 03:56:54.531 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-09-27T03:56:55.950Z[ recovery-image] Sep 27 03:56:54.559 INFO O| Sep 27 03:56:54.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63252024-09-27T03:56:55.950Z[ recovery-image] Sep 27 03:56:54.559 INFO O| Sep 27 03:56:54.559 INFO STEP 733 (remove_files) COMPLETE
63262024-09-27T03:56:55.953Z[ recovery-image] Sep 27 03:56:54.559 INFO O| Sep 27 03:56:54.559 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-09-27T03:56:56.094Z[ recovery-image] Sep 27 03:56:54.704 INFO O| Sep 27 03:56:54.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63282024-09-27T03:56:56.094Z[ recovery-image] Sep 27 03:56:54.704 INFO O| Sep 27 03:56:54.704 INFO STEP 734 (remove_files) COMPLETE
63292024-09-27T03:56:56.097Z[ recovery-image] Sep 27 03:56:54.704 INFO O| Sep 27 03:56:54.704 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-09-27T03:56:56.238Z[ recovery-image] Sep 27 03:56:54.847 INFO O| Sep 27 03:56:54.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63312024-09-27T03:56:56.241Z[ recovery-image] Sep 27 03:56:54.847 INFO O| Sep 27 03:56:54.847 INFO STEP 735 (remove_files) COMPLETE
63322024-09-27T03:56:56.241Z[ recovery-image] Sep 27 03:56:54.847 INFO O| Sep 27 03:56:54.847 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-09-27T03:56:56.264Z[ recovery-image] Sep 27 03:56:54.874 INFO O| Sep 27 03:56:54.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63342024-09-27T03:56:56.264Z[ recovery-image] Sep 27 03:56:54.874 INFO O| Sep 27 03:56:54.874 INFO STEP 736 (remove_files) COMPLETE
63352024-09-27T03:56:56.264Z[ recovery-image] Sep 27 03:56:54.874 INFO O| Sep 27 03:56:54.874 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-09-27T03:56:56.286Z[ recovery-image] Sep 27 03:56:54.895 INFO O| Sep 27 03:56:54.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63372024-09-27T03:56:56.286Z[ recovery-image] Sep 27 03:56:54.895 INFO O| Sep 27 03:56:54.895 INFO STEP 737 (remove_files) COMPLETE
63382024-09-27T03:56:56.286Z[ recovery-image] Sep 27 03:56:54.895 INFO O| Sep 27 03:56:54.895 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-09-27T03:56:56.336Z[ recovery-image] Sep 27 03:56:54.946 INFO O| Sep 27 03:56:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63402024-09-27T03:56:56.339Z[ recovery-image] Sep 27 03:56:54.946 INFO O| Sep 27 03:56:54.946 INFO STEP 738 (remove_files) COMPLETE
63412024-09-27T03:56:56.339Z[ recovery-image] Sep 27 03:56:54.946 INFO O| Sep 27 03:56:54.946 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-09-27T03:56:56.367Z[ recovery-image] Sep 27 03:56:54.976 INFO O| Sep 27 03:56:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63432024-09-27T03:56:56.370Z[ recovery-image] Sep 27 03:56:54.977 INFO O| Sep 27 03:56:54.976 INFO STEP 739 (remove_files) COMPLETE
63442024-09-27T03:56:56.370Z[ recovery-image] Sep 27 03:56:54.977 INFO O| Sep 27 03:56:54.976 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-09-27T03:56:56.407Z[ host-image] Sep 27 03:56:55.016 INFO O| Sep 27 03:56:55.016 INFO O| Actions: Completed 22 actions in 1.12 seconds.
63462024-09-27T03:56:56.452Z[ recovery-image] Sep 27 03:56:55.061 INFO O| Sep 27 03:56:55.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63472024-09-27T03:56:56.452Z[ recovery-image] Sep 27 03:56:55.062 INFO O| Sep 27 03:56:55.062 INFO STEP 740 (remove_files) COMPLETE
63482024-09-27T03:56:56.452Z[ recovery-image] Sep 27 03:56:55.062 INFO O| Sep 27 03:56:55.062 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-09-27T03:56:56.473Z[ recovery-image] Sep 27 03:56:55.082 INFO O| Sep 27 03:56:55.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63502024-09-27T03:56:56.473Z[ recovery-image] Sep 27 03:56:55.082 INFO O| Sep 27 03:56:55.082 INFO STEP 741 (remove_files) COMPLETE
63512024-09-27T03:56:56.473Z[ recovery-image] Sep 27 03:56:55.082 INFO O| Sep 27 03:56:55.082 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-09-27T03:56:56.489Z[ recovery-image] Sep 27 03:56:55.098 INFO O| Sep 27 03:56:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63532024-09-27T03:56:56.491Z[ recovery-image] Sep 27 03:56:55.098 INFO O| Sep 27 03:56:55.098 INFO STEP 742 (remove_files) COMPLETE
63542024-09-27T03:56:56.491Z[ recovery-image] Sep 27 03:56:55.099 INFO O| Sep 27 03:56:55.098 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-09-27T03:56:56.520Z[ recovery-image] Sep 27 03:56:55.129 INFO O| Sep 27 03:56:55.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63562024-09-27T03:56:56.520Z[ recovery-image] Sep 27 03:56:55.129 INFO O| Sep 27 03:56:55.129 INFO STEP 743 (remove_files) COMPLETE
63572024-09-27T03:56:56.520Z[ recovery-image] Sep 27 03:56:55.129 INFO O| Sep 27 03:56:55.129 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-09-27T03:56:56.571Z[ recovery-image] Sep 27 03:56:55.180 INFO O| Sep 27 03:56:55.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63592024-09-27T03:56:56.571Z[ recovery-image] Sep 27 03:56:55.180 INFO O| Sep 27 03:56:55.180 INFO STEP 744 (remove_files) COMPLETE
63602024-09-27T03:56:56.571Z[ recovery-image] Sep 27 03:56:55.180 INFO O| Sep 27 03:56:55.180 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-09-27T03:56:56.592Z[ recovery-image] Sep 27 03:56:55.201 INFO O| Sep 27 03:56:55.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63622024-09-27T03:56:56.592Z[ recovery-image] Sep 27 03:56:55.201 INFO O| Sep 27 03:56:55.201 INFO STEP 745 (remove_files) COMPLETE
63632024-09-27T03:56:56.592Z[ recovery-image] Sep 27 03:56:55.201 INFO O| Sep 27 03:56:55.201 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-09-27T03:56:56.611Z[ recovery-image] Sep 27 03:56:55.219 INFO O| Sep 27 03:56:55.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63652024-09-27T03:56:56.611Z[ recovery-image] Sep 27 03:56:55.219 INFO O| Sep 27 03:56:55.219 INFO STEP 746 (remove_files) COMPLETE
63662024-09-27T03:56:56.611Z[ recovery-image] Sep 27 03:56:55.219 INFO O| Sep 27 03:56:55.219 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-09-27T03:56:56.689Z[ recovery-image] Sep 27 03:56:55.297 INFO O| Sep 27 03:56:55.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63682024-09-27T03:56:56.689Z[ recovery-image] Sep 27 03:56:55.297 INFO O| Sep 27 03:56:55.297 INFO STEP 747 (remove_files) COMPLETE
63692024-09-27T03:56:56.689Z[ recovery-image] Sep 27 03:56:55.297 INFO O| Sep 27 03:56:55.297 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-09-27T03:56:56.706Z[ recovery-image] Sep 27 03:56:55.316 INFO O| Sep 27 03:56:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63712024-09-27T03:56:56.707Z[ recovery-image] Sep 27 03:56:55.316 INFO O| Sep 27 03:56:55.316 INFO STEP 748 (remove_files) COMPLETE
63722024-09-27T03:56:56.707Z[ recovery-image] Sep 27 03:56:55.316 INFO O| Sep 27 03:56:55.316 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-09-27T03:56:56.735Z[ recovery-image] Sep 27 03:56:55.344 INFO O| Sep 27 03:56:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63742024-09-27T03:56:56.735Z[ recovery-image] Sep 27 03:56:55.344 INFO O| Sep 27 03:56:55.344 INFO STEP 749 (remove_files) COMPLETE
63752024-09-27T03:56:56.735Z[ recovery-image] Sep 27 03:56:55.344 INFO O| Sep 27 03:56:55.344 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-09-27T03:56:56.795Z[ recovery-image] Sep 27 03:56:55.404 INFO O| Sep 27 03:56:55.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63772024-09-27T03:56:56.795Z[ recovery-image] Sep 27 03:56:55.404 INFO O| Sep 27 03:56:55.404 INFO STEP 750 (remove_files) COMPLETE
63782024-09-27T03:56:56.795Z[ recovery-image] Sep 27 03:56:55.404 INFO O| Sep 27 03:56:55.404 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-09-27T03:56:56.829Z[ recovery-image] Sep 27 03:56:55.438 INFO O| Sep 27 03:56:55.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63802024-09-27T03:56:56.831Z[ recovery-image] Sep 27 03:56:55.438 INFO O| Sep 27 03:56:55.438 INFO STEP 751 (remove_files) COMPLETE
63812024-09-27T03:56:56.831Z[ recovery-image] Sep 27 03:56:55.438 INFO O| Sep 27 03:56:55.438 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-09-27T03:56:56.852Z[ recovery-image] Sep 27 03:56:55.462 INFO O| Sep 27 03:56:55.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63832024-09-27T03:56:56.855Z[ recovery-image] Sep 27 03:56:55.462 INFO O| Sep 27 03:56:55.462 INFO STEP 752 (remove_files) COMPLETE
63842024-09-27T03:56:56.855Z[ recovery-image] Sep 27 03:56:55.462 INFO O| Sep 27 03:56:55.462 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-09-27T03:56:56.896Z[ recovery-image] Sep 27 03:56:55.506 INFO O| Sep 27 03:56:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63862024-09-27T03:56:56.896Z[ recovery-image] Sep 27 03:56:55.506 INFO O| Sep 27 03:56:55.506 INFO STEP 753 (remove_files) COMPLETE
63872024-09-27T03:56:56.899Z[ recovery-image] Sep 27 03:56:55.506 INFO O| Sep 27 03:56:55.506 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-09-27T03:56:56.932Z[ recovery-image] Sep 27 03:56:55.541 INFO O| Sep 27 03:56:55.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63892024-09-27T03:56:56.932Z[ recovery-image] Sep 27 03:56:55.541 INFO O| Sep 27 03:56:55.541 INFO STEP 754 (remove_files) COMPLETE
63902024-09-27T03:56:56.932Z[ recovery-image] Sep 27 03:56:55.541 INFO O| Sep 27 03:56:55.541 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-09-27T03:56:56.953Z[ recovery-image] Sep 27 03:56:55.562 INFO O| Sep 27 03:56:55.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63922024-09-27T03:56:56.953Z[ recovery-image] Sep 27 03:56:55.562 INFO O| Sep 27 03:56:55.562 INFO STEP 755 (remove_files) COMPLETE
63932024-09-27T03:56:56.953Z[ recovery-image] Sep 27 03:56:55.562 INFO O| Sep 27 03:56:55.562 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-09-27T03:56:56.988Z[ recovery-image] Sep 27 03:56:55.597 INFO O| Sep 27 03:56:55.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63952024-09-27T03:56:56.988Z[ recovery-image] Sep 27 03:56:55.597 INFO O| Sep 27 03:56:55.597 INFO STEP 756 (remove_files) COMPLETE
63962024-09-27T03:56:56.991Z[ recovery-image] Sep 27 03:56:55.598 INFO O| Sep 27 03:56:55.597 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-09-27T03:56:57.009Z[ recovery-image] Sep 27 03:56:55.618 INFO O| Sep 27 03:56:55.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
63982024-09-27T03:56:57.010Z[ recovery-image] Sep 27 03:56:55.618 INFO O| Sep 27 03:56:55.618 INFO STEP 757 (remove_files) COMPLETE
63992024-09-27T03:56:57.010Z[ recovery-image] Sep 27 03:56:55.618 INFO O| Sep 27 03:56:55.618 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-09-27T03:56:57.023Z[ host-image] Sep 27 03:56:55.632 INFO O| Sep 27 03:56:55.632 INFO O| Done
64012024-09-27T03:56:57.023Z[ host-image] Sep 27 03:56:55.632 INFO O| Sep 27 03:56:55.632 INFO O| Done
64022024-09-27T03:56:57.041Z[ recovery-image] Sep 27 03:56:55.638 INFO O| Sep 27 03:56:55.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64032024-09-27T03:56:57.041Z[ recovery-image] Sep 27 03:56:55.638 INFO O| Sep 27 03:56:55.638 INFO STEP 758 (remove_files) COMPLETE
64042024-09-27T03:56:57.041Z[ recovery-image] Sep 27 03:56:55.638 INFO O| Sep 27 03:56:55.638 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-09-27T03:56:57.069Z[ recovery-image] Sep 27 03:56:55.678 INFO O| Sep 27 03:56:55.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64062024-09-27T03:56:57.072Z[ recovery-image] Sep 27 03:56:55.679 INFO O| Sep 27 03:56:55.678 INFO STEP 759 (remove_files) COMPLETE
64072024-09-27T03:56:57.072Z[ recovery-image] Sep 27 03:56:55.679 INFO O| Sep 27 03:56:55.678 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-09-27T03:56:57.099Z[ recovery-image] Sep 27 03:56:55.707 INFO O| Sep 27 03:56:55.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64092024-09-27T03:56:57.099Z[ recovery-image] Sep 27 03:56:55.707 INFO O| Sep 27 03:56:55.707 INFO STEP 760 (remove_files) COMPLETE
64102024-09-27T03:56:57.099Z[ recovery-image] Sep 27 03:56:55.707 INFO O| Sep 27 03:56:55.707 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-09-27T03:56:57.157Z[ recovery-image] Sep 27 03:56:55.766 INFO O| Sep 27 03:56:55.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64122024-09-27T03:56:57.180Z[ recovery-image] Sep 27 03:56:55.789 INFO O| Sep 27 03:56:55.789 INFO STEP 761 (remove_files) COMPLETE
64132024-09-27T03:56:57.180Z[ recovery-image] Sep 27 03:56:55.789 INFO O| Sep 27 03:56:55.789 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-09-27T03:56:57.231Z[ recovery-image] Sep 27 03:56:55.841 INFO O| Sep 27 03:56:55.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64152024-09-27T03:56:57.234Z[ recovery-image] Sep 27 03:56:55.841 INFO O| Sep 27 03:56:55.841 INFO STEP 762 (remove_files) COMPLETE
64162024-09-27T03:56:57.234Z[ recovery-image] Sep 27 03:56:55.841 INFO O| Sep 27 03:56:55.841 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-09-27T03:56:57.272Z[ recovery-image] Sep 27 03:56:55.880 INFO O| Sep 27 03:56:55.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64182024-09-27T03:56:57.272Z[ recovery-image] Sep 27 03:56:55.880 INFO O| Sep 27 03:56:55.880 INFO STEP 763 (remove_files) COMPLETE
64192024-09-27T03:56:57.275Z[ recovery-image] Sep 27 03:56:55.880 INFO O| Sep 27 03:56:55.880 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-09-27T03:56:57.293Z[ recovery-image] Sep 27 03:56:55.902 INFO O| Sep 27 03:56:55.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64212024-09-27T03:56:57.293Z[ recovery-image] Sep 27 03:56:55.902 INFO O| Sep 27 03:56:55.902 INFO STEP 764 (remove_files) COMPLETE
64222024-09-27T03:56:57.295Z[ recovery-image] Sep 27 03:56:55.902 INFO O| Sep 27 03:56:55.902 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-09-27T03:56:57.316Z[ recovery-image] Sep 27 03:56:55.926 INFO O| Sep 27 03:56:55.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64242024-09-27T03:56:57.316Z[ recovery-image] Sep 27 03:56:55.926 INFO O| Sep 27 03:56:55.926 INFO STEP 765 (remove_files) COMPLETE
64252024-09-27T03:56:57.319Z[ recovery-image] Sep 27 03:56:55.926 INFO O| Sep 27 03:56:55.926 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-09-27T03:56:57.336Z[ recovery-image] Sep 27 03:56:55.946 INFO O| Sep 27 03:56:55.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64272024-09-27T03:56:57.336Z[ recovery-image] Sep 27 03:56:55.946 INFO O| Sep 27 03:56:55.946 INFO STEP 766 (remove_files) COMPLETE
64282024-09-27T03:56:57.339Z[ recovery-image] Sep 27 03:56:55.946 INFO O| Sep 27 03:56:55.946 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-09-27T03:56:57.355Z[ recovery-image] Sep 27 03:56:55.965 INFO O| Sep 27 03:56:55.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64302024-09-27T03:56:57.355Z[ recovery-image] Sep 27 03:56:55.965 INFO O| Sep 27 03:56:55.965 INFO STEP 767 (remove_files) COMPLETE
64312024-09-27T03:56:57.358Z[ recovery-image] Sep 27 03:56:55.965 INFO O| Sep 27 03:56:55.965 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-09-27T03:56:57.374Z[ recovery-image] Sep 27 03:56:55.983 INFO O| Sep 27 03:56:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64332024-09-27T03:56:57.374Z[ recovery-image] Sep 27 03:56:55.983 INFO O| Sep 27 03:56:55.983 INFO STEP 768 (remove_files) COMPLETE
64342024-09-27T03:56:57.377Z[ recovery-image] Sep 27 03:56:55.983 INFO O| Sep 27 03:56:55.983 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-09-27T03:56:57.391Z[ recovery-image] Sep 27 03:56:56.001 INFO O| Sep 27 03:56:56.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64362024-09-27T03:56:57.394Z[ recovery-image] Sep 27 03:56:56.001 INFO O| Sep 27 03:56:56.001 INFO STEP 769 (remove_files) COMPLETE
64372024-09-27T03:56:57.394Z[ recovery-image] Sep 27 03:56:56.001 INFO O| Sep 27 03:56:56.001 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-09-27T03:56:57.447Z[ recovery-image] Sep 27 03:56:56.056 INFO O| Sep 27 03:56:56.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64392024-09-27T03:56:57.447Z[ recovery-image] Sep 27 03:56:56.056 INFO O| Sep 27 03:56:56.056 INFO STEP 770 (remove_files) COMPLETE
64402024-09-27T03:56:57.447Z[ recovery-image] Sep 27 03:56:56.056 INFO O| Sep 27 03:56:56.056 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-09-27T03:56:57.480Z[ recovery-image] Sep 27 03:56:56.089 INFO O| Sep 27 03:56:56.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64422024-09-27T03:56:57.482Z[ recovery-image] Sep 27 03:56:56.089 INFO O| Sep 27 03:56:56.089 INFO STEP 771 (remove_files) COMPLETE
64432024-09-27T03:56:57.482Z[ recovery-image] Sep 27 03:56:56.089 INFO O| Sep 27 03:56:56.089 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-09-27T03:56:57.516Z[ recovery-image] Sep 27 03:56:56.126 INFO O| Sep 27 03:56:56.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64452024-09-27T03:56:57.517Z[ recovery-image] Sep 27 03:56:56.126 INFO O| Sep 27 03:56:56.126 INFO STEP 772 (remove_files) COMPLETE
64462024-09-27T03:56:57.517Z[ recovery-image] Sep 27 03:56:56.126 INFO O| Sep 27 03:56:56.126 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-09-27T03:56:57.547Z[ recovery-image] Sep 27 03:56:56.156 INFO O| Sep 27 03:56:56.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64482024-09-27T03:56:57.547Z[ recovery-image] Sep 27 03:56:56.156 INFO O| Sep 27 03:56:56.156 INFO STEP 773 (remove_files) COMPLETE
64492024-09-27T03:56:57.547Z[ recovery-image] Sep 27 03:56:56.156 INFO O| Sep 27 03:56:56.156 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-09-27T03:56:57.603Z[ recovery-image] Sep 27 03:56:56.212 INFO O| Sep 27 03:56:56.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64512024-09-27T03:56:57.603Z[ recovery-image] Sep 27 03:56:56.212 INFO O| Sep 27 03:56:56.212 INFO STEP 774 (remove_files) COMPLETE
64522024-09-27T03:56:57.606Z[ recovery-image] Sep 27 03:56:56.212 INFO O| Sep 27 03:56:56.212 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-09-27T03:56:57.621Z[ recovery-image] Sep 27 03:56:56.230 INFO O| Sep 27 03:56:56.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64542024-09-27T03:56:57.624Z[ recovery-image] Sep 27 03:56:56.231 INFO O| Sep 27 03:56:56.230 INFO STEP 775 (remove_files) COMPLETE
64552024-09-27T03:56:57.624Z[ recovery-image] Sep 27 03:56:56.231 INFO O| Sep 27 03:56:56.231 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-09-27T03:56:57.641Z[ recovery-image] Sep 27 03:56:56.249 INFO O| Sep 27 03:56:56.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64572024-09-27T03:56:57.641Z[ recovery-image] Sep 27 03:56:56.250 INFO O| Sep 27 03:56:56.249 INFO STEP 776 (remove_files) COMPLETE
64582024-09-27T03:56:57.641Z[ recovery-image] Sep 27 03:56:56.250 INFO O| Sep 27 03:56:56.249 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-09-27T03:56:57.679Z[ recovery-image] Sep 27 03:56:56.288 INFO O| Sep 27 03:56:56.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64602024-09-27T03:56:57.679Z[ recovery-image] Sep 27 03:56:56.288 INFO O| Sep 27 03:56:56.288 INFO STEP 777 (remove_files) COMPLETE
64612024-09-27T03:56:57.679Z[ recovery-image] Sep 27 03:56:56.288 INFO O| Sep 27 03:56:56.288 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-09-27T03:56:57.699Z[ recovery-image] Sep 27 03:56:56.308 INFO O| Sep 27 03:56:56.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64632024-09-27T03:56:57.699Z[ recovery-image] Sep 27 03:56:56.308 INFO O| Sep 27 03:56:56.308 INFO STEP 778 (remove_files) COMPLETE
64642024-09-27T03:56:57.702Z[ recovery-image] Sep 27 03:56:56.308 INFO O| Sep 27 03:56:56.308 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-09-27T03:56:57.763Z[ recovery-image] Sep 27 03:56:56.372 INFO O| Sep 27 03:56:56.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64662024-09-27T03:56:57.763Z[ recovery-image] Sep 27 03:56:56.372 INFO O| Sep 27 03:56:56.372 INFO STEP 779 (remove_files) COMPLETE
64672024-09-27T03:56:57.763Z[ recovery-image] Sep 27 03:56:56.372 INFO O| Sep 27 03:56:56.372 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-09-27T03:56:57.791Z[ recovery-image] Sep 27 03:56:56.399 INFO O| Sep 27 03:56:56.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64692024-09-27T03:56:57.791Z[ recovery-image] Sep 27 03:56:56.399 INFO O| Sep 27 03:56:56.399 INFO STEP 780 (remove_files) COMPLETE
64702024-09-27T03:56:57.791Z[ recovery-image] Sep 27 03:56:56.399 INFO O| Sep 27 03:56:56.399 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-09-27T03:56:57.811Z[ recovery-image] Sep 27 03:56:56.420 INFO O| Sep 27 03:56:56.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64722024-09-27T03:56:57.811Z[ recovery-image] Sep 27 03:56:56.420 INFO O| Sep 27 03:56:56.420 INFO STEP 781 (remove_files) COMPLETE
64732024-09-27T03:56:57.813Z[ recovery-image] Sep 27 03:56:56.420 INFO O| Sep 27 03:56:56.420 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-09-27T03:56:57.830Z[ recovery-image] Sep 27 03:56:56.438 INFO O| Sep 27 03:56:56.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64752024-09-27T03:56:57.830Z[ recovery-image] Sep 27 03:56:56.439 INFO O| Sep 27 03:56:56.439 INFO STEP 782 (remove_files) COMPLETE
64762024-09-27T03:56:57.830Z[ recovery-image] Sep 27 03:56:56.439 INFO O| Sep 27 03:56:56.439 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-09-27T03:56:57.847Z[ recovery-image] Sep 27 03:56:56.456 INFO O| Sep 27 03:56:56.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64782024-09-27T03:56:57.847Z[ recovery-image] Sep 27 03:56:56.456 INFO O| Sep 27 03:56:56.456 INFO STEP 783 (remove_files) COMPLETE
64792024-09-27T03:56:57.850Z[ recovery-image] Sep 27 03:56:56.456 INFO O| Sep 27 03:56:56.456 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-09-27T03:56:57.866Z[ recovery-image] Sep 27 03:56:56.475 INFO O| Sep 27 03:56:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64812024-09-27T03:56:57.866Z[ recovery-image] Sep 27 03:56:56.475 INFO O| Sep 27 03:56:56.475 INFO STEP 784 (remove_files) COMPLETE
64822024-09-27T03:56:57.866Z[ recovery-image] Sep 27 03:56:56.475 INFO O| Sep 27 03:56:56.475 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-09-27T03:56:57.883Z[ recovery-image] Sep 27 03:56:56.493 INFO O| Sep 27 03:56:56.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64842024-09-27T03:56:57.883Z[ recovery-image] Sep 27 03:56:56.493 INFO O| Sep 27 03:56:56.493 INFO STEP 785 (remove_files) COMPLETE
64852024-09-27T03:56:57.883Z[ recovery-image] Sep 27 03:56:56.493 INFO O| Sep 27 03:56:56.493 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-09-27T03:56:57.906Z[ recovery-image] Sep 27 03:56:56.511 INFO O| Sep 27 03:56:56.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64872024-09-27T03:56:57.911Z[ recovery-image] Sep 27 03:56:56.511 INFO O| Sep 27 03:56:56.511 INFO STEP 786 (remove_files) COMPLETE
64882024-09-27T03:56:57.911Z[ recovery-image] Sep 27 03:56:56.511 INFO O| Sep 27 03:56:56.511 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-09-27T03:56:57.924Z[ recovery-image] Sep 27 03:56:56.531 INFO O| Sep 27 03:56:56.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64902024-09-27T03:56:57.927Z[ recovery-image] Sep 27 03:56:56.531 INFO O| Sep 27 03:56:56.531 INFO STEP 787 (remove_files) COMPLETE
64912024-09-27T03:56:57.927Z[ recovery-image] Sep 27 03:56:56.531 INFO O| Sep 27 03:56:56.531 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-09-27T03:56:57.952Z[ recovery-image] Sep 27 03:56:56.561 INFO O| Sep 27 03:56:56.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64932024-09-27T03:56:57.954Z[ recovery-image] Sep 27 03:56:56.561 INFO O| Sep 27 03:56:56.561 INFO STEP 788 (remove_files) COMPLETE
64942024-09-27T03:56:57.954Z[ recovery-image] Sep 27 03:56:56.561 INFO O| Sep 27 03:56:56.561 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-09-27T03:56:57.973Z[ recovery-image] Sep 27 03:56:56.581 INFO O| Sep 27 03:56:56.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64962024-09-27T03:56:57.976Z[ recovery-image] Sep 27 03:56:56.582 INFO O| Sep 27 03:56:56.582 INFO STEP 789 (remove_files) COMPLETE
64972024-09-27T03:56:57.976Z[ recovery-image] Sep 27 03:56:56.582 INFO O| Sep 27 03:56:56.582 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-09-27T03:56:58.002Z[ recovery-image] Sep 27 03:56:56.611 INFO O| Sep 27 03:56:56.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
64992024-09-27T03:56:58.005Z[ recovery-image] Sep 27 03:56:56.611 INFO O| Sep 27 03:56:56.611 INFO STEP 790 (remove_files) COMPLETE
65002024-09-27T03:56:58.005Z[ recovery-image] Sep 27 03:56:56.612 INFO O| Sep 27 03:56:56.611 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-09-27T03:56:58.021Z[ host-image] Sep 27 03:56:56.630 INFO O| Sep 27 03:56:56.630 INFO O| Done
65022024-09-27T03:56:58.025Z[ recovery-image] Sep 27 03:56:56.633 INFO O| Sep 27 03:56:56.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65032024-09-27T03:56:58.025Z[ recovery-image] Sep 27 03:56:56.633 INFO O| Sep 27 03:56:56.633 INFO STEP 791 (remove_files) COMPLETE
65042024-09-27T03:56:58.026Z[ recovery-image] Sep 27 03:56:56.633 INFO O| Sep 27 03:56:56.633 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-09-27T03:56:58.045Z[ recovery-image] Sep 27 03:56:56.653 INFO O| Sep 27 03:56:56.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65062024-09-27T03:56:58.045Z[ recovery-image] Sep 27 03:56:56.653 INFO O| Sep 27 03:56:56.653 INFO STEP 792 (remove_files) COMPLETE
65072024-09-27T03:56:58.045Z[ recovery-image] Sep 27 03:56:56.653 INFO O| Sep 27 03:56:56.653 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-09-27T03:56:58.062Z[ recovery-image] Sep 27 03:56:56.671 INFO O| Sep 27 03:56:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65092024-09-27T03:56:58.062Z[ recovery-image] Sep 27 03:56:56.671 INFO O| Sep 27 03:56:56.671 INFO STEP 793 (remove_files) COMPLETE
65102024-09-27T03:56:58.062Z[ recovery-image] Sep 27 03:56:56.671 INFO O| Sep 27 03:56:56.671 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-09-27T03:56:58.100Z[ recovery-image] Sep 27 03:56:56.709 INFO O| Sep 27 03:56:56.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65122024-09-27T03:56:58.100Z[ recovery-image] Sep 27 03:56:56.709 INFO O| Sep 27 03:56:56.709 INFO STEP 794 (remove_files) COMPLETE
65132024-09-27T03:56:58.100Z[ recovery-image] Sep 27 03:56:56.709 INFO O| Sep 27 03:56:56.709 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-09-27T03:56:58.121Z[ recovery-image] Sep 27 03:56:56.729 INFO O| Sep 27 03:56:56.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65152024-09-27T03:56:58.121Z[ recovery-image] Sep 27 03:56:56.729 INFO O| Sep 27 03:56:56.729 INFO STEP 795 (remove_files) COMPLETE
65162024-09-27T03:56:58.121Z[ recovery-image] Sep 27 03:56:56.729 INFO O| Sep 27 03:56:56.729 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-09-27T03:56:58.138Z[ recovery-image] Sep 27 03:56:56.747 INFO O| Sep 27 03:56:56.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65182024-09-27T03:56:58.145Z[ recovery-image] Sep 27 03:56:56.754 INFO O| Sep 27 03:56:56.754 INFO STEP 796 (remove_files) COMPLETE
65192024-09-27T03:56:58.147Z[ recovery-image] Sep 27 03:56:56.754 INFO O| Sep 27 03:56:56.754 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-09-27T03:56:58.188Z[ recovery-image] Sep 27 03:56:56.797 INFO O| Sep 27 03:56:56.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65212024-09-27T03:56:58.211Z[ recovery-image] Sep 27 03:56:56.820 INFO O| Sep 27 03:56:56.820 INFO STEP 797 (remove_files) COMPLETE
65222024-09-27T03:56:58.211Z[ recovery-image] Sep 27 03:56:56.820 INFO O| Sep 27 03:56:56.820 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-09-27T03:56:58.234Z[ recovery-image] Sep 27 03:56:56.843 INFO O| Sep 27 03:56:56.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65242024-09-27T03:56:58.255Z[ recovery-image] Sep 27 03:56:56.863 INFO O| Sep 27 03:56:56.863 INFO STEP 798 (remove_files) COMPLETE
65252024-09-27T03:56:58.255Z[ recovery-image] Sep 27 03:56:56.863 INFO O| Sep 27 03:56:56.863 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-09-27T03:56:58.307Z[ recovery-image] Sep 27 03:56:56.916 INFO O| Sep 27 03:56:56.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65272024-09-27T03:56:58.307Z[ recovery-image] Sep 27 03:56:56.916 INFO O| Sep 27 03:56:56.916 INFO STEP 799 (remove_files) COMPLETE
65282024-09-27T03:56:58.311Z[ recovery-image] Sep 27 03:56:56.917 INFO O| Sep 27 03:56:56.916 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-09-27T03:56:58.326Z[ recovery-image] Sep 27 03:56:56.935 INFO O| Sep 27 03:56:56.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65302024-09-27T03:56:58.326Z[ recovery-image] Sep 27 03:56:56.936 INFO O| Sep 27 03:56:56.935 INFO STEP 800 (remove_files) COMPLETE
65312024-09-27T03:56:58.326Z[ recovery-image] Sep 27 03:56:56.936 INFO O| Sep 27 03:56:56.936 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-09-27T03:56:58.347Z[ recovery-image] Sep 27 03:56:56.955 INFO O| Sep 27 03:56:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65332024-09-27T03:56:58.347Z[ recovery-image] Sep 27 03:56:56.955 INFO O| Sep 27 03:56:56.955 INFO STEP 801 (remove_files) COMPLETE
65342024-09-27T03:56:58.347Z[ recovery-image] Sep 27 03:56:56.955 INFO O| Sep 27 03:56:56.955 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-09-27T03:56:58.364Z[ recovery-image] Sep 27 03:56:56.973 INFO O| Sep 27 03:56:56.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65362024-09-27T03:56:58.364Z[ recovery-image] Sep 27 03:56:56.973 INFO O| Sep 27 03:56:56.973 INFO STEP 802 (remove_files) COMPLETE
65372024-09-27T03:56:58.364Z[ recovery-image] Sep 27 03:56:56.973 INFO O| Sep 27 03:56:56.973 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-09-27T03:56:58.390Z[ recovery-image] Sep 27 03:56:56.999 INFO O| Sep 27 03:56:56.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65392024-09-27T03:56:58.393Z[ recovery-image] Sep 27 03:56:56.999 INFO O| Sep 27 03:56:56.999 INFO STEP 803 (remove_files) COMPLETE
65402024-09-27T03:56:58.393Z[ recovery-image] Sep 27 03:56:56.999 INFO O| Sep 27 03:56:56.999 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-09-27T03:56:58.422Z[ recovery-image] Sep 27 03:56:57.031 INFO O| Sep 27 03:56:57.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65422024-09-27T03:56:58.424Z[ recovery-image] Sep 27 03:56:57.031 INFO O| Sep 27 03:56:57.031 INFO STEP 804 (remove_files) COMPLETE
65432024-09-27T03:56:58.424Z[ recovery-image] Sep 27 03:56:57.031 INFO O| Sep 27 03:56:57.031 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-09-27T03:56:58.452Z[ recovery-image] Sep 27 03:56:57.061 INFO O| Sep 27 03:56:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65452024-09-27T03:56:58.452Z[ recovery-image] Sep 27 03:56:57.061 INFO O| Sep 27 03:56:57.061 INFO STEP 805 (remove_files) COMPLETE
65462024-09-27T03:56:58.452Z[ recovery-image] Sep 27 03:56:57.061 INFO O| Sep 27 03:56:57.061 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-09-27T03:56:58.506Z[ recovery-image] Sep 27 03:56:57.115 INFO O| Sep 27 03:56:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65482024-09-27T03:56:58.506Z[ recovery-image] Sep 27 03:56:57.115 INFO O| Sep 27 03:56:57.115 INFO STEP 806 (remove_files) COMPLETE
65492024-09-27T03:56:58.508Z[ recovery-image] Sep 27 03:56:57.115 INFO O| Sep 27 03:56:57.115 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-09-27T03:56:58.525Z[ recovery-image] Sep 27 03:56:57.134 INFO O| Sep 27 03:56:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65512024-09-27T03:56:58.525Z[ recovery-image] Sep 27 03:56:57.134 INFO O| Sep 27 03:56:57.134 INFO STEP 807 (remove_files) COMPLETE
65522024-09-27T03:56:58.525Z[ recovery-image] Sep 27 03:56:57.134 INFO O| Sep 27 03:56:57.134 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-09-27T03:56:58.575Z[ recovery-image] Sep 27 03:56:57.184 INFO O| Sep 27 03:56:57.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65542024-09-27T03:56:58.578Z[ recovery-image] Sep 27 03:56:57.184 INFO O| Sep 27 03:56:57.184 INFO STEP 808 (remove_files) COMPLETE
65552024-09-27T03:56:58.578Z[ recovery-image] Sep 27 03:56:57.185 INFO O| Sep 27 03:56:57.184 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-09-27T03:56:58.597Z[ recovery-image] Sep 27 03:56:57.206 INFO O| Sep 27 03:56:57.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65572024-09-27T03:56:58.600Z[ recovery-image] Sep 27 03:56:57.206 INFO O| Sep 27 03:56:57.206 INFO STEP 809 (remove_files) COMPLETE
65582024-09-27T03:56:58.600Z[ recovery-image] Sep 27 03:56:57.206 INFO O| Sep 27 03:56:57.206 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-09-27T03:56:58.616Z[ recovery-image] Sep 27 03:56:57.225 INFO O| Sep 27 03:56:57.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65602024-09-27T03:56:58.618Z[ recovery-image] Sep 27 03:56:57.225 INFO O| Sep 27 03:56:57.225 INFO STEP 810 (remove_files) COMPLETE
65612024-09-27T03:56:58.618Z[ recovery-image] Sep 27 03:56:57.225 INFO O| Sep 27 03:56:57.225 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-09-27T03:56:58.634Z[ recovery-image] Sep 27 03:56:57.243 INFO O| Sep 27 03:56:57.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65632024-09-27T03:56:58.636Z[ recovery-image] Sep 27 03:56:57.243 INFO O| Sep 27 03:56:57.243 INFO STEP 811 (remove_files) COMPLETE
65642024-09-27T03:56:58.636Z[ recovery-image] Sep 27 03:56:57.243 INFO O| Sep 27 03:56:57.243 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-09-27T03:56:58.651Z[ recovery-image] Sep 27 03:56:57.260 INFO O| Sep 27 03:56:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65662024-09-27T03:56:58.654Z[ recovery-image] Sep 27 03:56:57.261 INFO O| Sep 27 03:56:57.261 INFO STEP 812 (remove_files) COMPLETE
65672024-09-27T03:56:58.654Z[ recovery-image] Sep 27 03:56:57.261 INFO O| Sep 27 03:56:57.261 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-09-27T03:56:58.671Z[ recovery-image] Sep 27 03:56:57.280 INFO O| Sep 27 03:56:57.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65692024-09-27T03:56:58.671Z[ recovery-image] Sep 27 03:56:57.280 INFO O| Sep 27 03:56:57.280 INFO STEP 813 (remove_files) COMPLETE
65702024-09-27T03:56:58.671Z[ recovery-image] Sep 27 03:56:57.280 INFO O| Sep 27 03:56:57.280 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-09-27T03:56:58.689Z[ recovery-image] Sep 27 03:56:57.298 INFO O| Sep 27 03:56:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65722024-09-27T03:56:58.689Z[ recovery-image] Sep 27 03:56:57.298 INFO O| Sep 27 03:56:57.298 INFO STEP 814 (remove_files) COMPLETE
65732024-09-27T03:56:58.689Z[ recovery-image] Sep 27 03:56:57.298 INFO O| Sep 27 03:56:57.298 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-09-27T03:56:58.720Z[ recovery-image] Sep 27 03:56:57.329 INFO O| Sep 27 03:56:57.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65752024-09-27T03:56:58.720Z[ recovery-image] Sep 27 03:56:57.329 INFO O| Sep 27 03:56:57.329 INFO STEP 815 (remove_files) COMPLETE
65762024-09-27T03:56:58.722Z[ recovery-image] Sep 27 03:56:57.329 INFO O| Sep 27 03:56:57.329 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-09-27T03:56:58.737Z[ recovery-image] Sep 27 03:56:57.346 INFO O| Sep 27 03:56:57.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65782024-09-27T03:56:58.737Z[ recovery-image] Sep 27 03:56:57.346 INFO O| Sep 27 03:56:57.346 INFO STEP 816 (remove_files) COMPLETE
65792024-09-27T03:56:58.740Z[ recovery-image] Sep 27 03:56:57.346 INFO O| Sep 27 03:56:57.346 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-09-27T03:56:58.774Z[ recovery-image] Sep 27 03:56:57.381 INFO O| Sep 27 03:56:57.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65812024-09-27T03:56:58.774Z[ recovery-image] Sep 27 03:56:57.381 INFO O| Sep 27 03:56:57.381 INFO STEP 817 (remove_files) COMPLETE
65822024-09-27T03:56:58.777Z[ recovery-image] Sep 27 03:56:57.381 INFO O| Sep 27 03:56:57.381 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-09-27T03:56:58.788Z[ recovery-image] Sep 27 03:56:57.397 INFO O| Sep 27 03:56:57.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65842024-09-27T03:56:58.788Z[ recovery-image] Sep 27 03:56:57.397 INFO O| Sep 27 03:56:57.397 INFO STEP 818 (remove_files) COMPLETE
65852024-09-27T03:56:58.790Z[ recovery-image] Sep 27 03:56:57.397 INFO O| Sep 27 03:56:57.397 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-09-27T03:56:58.804Z[ recovery-image] Sep 27 03:56:57.413 INFO O| Sep 27 03:56:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65872024-09-27T03:56:58.804Z[ recovery-image] Sep 27 03:56:57.413 INFO O| Sep 27 03:56:57.413 INFO STEP 819 (remove_files) COMPLETE
65882024-09-27T03:56:58.807Z[ recovery-image] Sep 27 03:56:57.413 INFO O| Sep 27 03:56:57.413 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-09-27T03:56:58.820Z[ recovery-image] Sep 27 03:56:57.429 INFO O| Sep 27 03:56:57.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65902024-09-27T03:56:58.820Z[ recovery-image] Sep 27 03:56:57.429 INFO O| Sep 27 03:56:57.429 INFO STEP 820 (remove_files) COMPLETE
65912024-09-27T03:56:58.823Z[ recovery-image] Sep 27 03:56:57.429 INFO O| Sep 27 03:56:57.429 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-09-27T03:56:58.836Z[ recovery-image] Sep 27 03:56:57.445 INFO O| Sep 27 03:56:57.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65932024-09-27T03:56:58.836Z[ recovery-image] Sep 27 03:56:57.446 INFO O| Sep 27 03:56:57.445 INFO STEP 821 (remove_files) COMPLETE
65942024-09-27T03:56:58.836Z[ recovery-image] Sep 27 03:56:57.446 INFO O| Sep 27 03:56:57.446 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-09-27T03:56:58.855Z[ recovery-image] Sep 27 03:56:57.464 INFO O| Sep 27 03:56:57.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65962024-09-27T03:56:58.858Z[ recovery-image] Sep 27 03:56:57.464 INFO O| Sep 27 03:56:57.464 INFO STEP 822 (remove_files) COMPLETE
65972024-09-27T03:56:58.858Z[ recovery-image] Sep 27 03:56:57.464 INFO O| Sep 27 03:56:57.464 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-09-27T03:56:58.879Z[ recovery-image] Sep 27 03:56:57.487 INFO O| Sep 27 03:56:57.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
65992024-09-27T03:56:58.879Z[ recovery-image] Sep 27 03:56:57.487 INFO O| Sep 27 03:56:57.487 INFO STEP 823 (remove_files) COMPLETE
66002024-09-27T03:56:58.879Z[ recovery-image] Sep 27 03:56:57.487 INFO O| Sep 27 03:56:57.487 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-09-27T03:56:58.910Z[ recovery-image] Sep 27 03:56:57.518 INFO O| Sep 27 03:56:57.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66022024-09-27T03:56:58.910Z[ recovery-image] Sep 27 03:56:57.518 INFO O| Sep 27 03:56:57.518 INFO STEP 824 (remove_files) COMPLETE
66032024-09-27T03:56:58.910Z[ recovery-image] Sep 27 03:56:57.518 INFO O| Sep 27 03:56:57.518 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-09-27T03:56:58.944Z[ recovery-image] Sep 27 03:56:57.552 INFO O| Sep 27 03:56:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66052024-09-27T03:56:58.944Z[ recovery-image] Sep 27 03:56:57.552 INFO O| Sep 27 03:56:57.552 INFO STEP 825 (remove_files) COMPLETE
66062024-09-27T03:56:58.944Z[ recovery-image] Sep 27 03:56:57.553 INFO O| Sep 27 03:56:57.552 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-09-27T03:56:58.962Z[ recovery-image] Sep 27 03:56:57.571 INFO O| Sep 27 03:56:57.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66082024-09-27T03:56:58.962Z[ recovery-image] Sep 27 03:56:57.571 INFO O| Sep 27 03:56:57.571 INFO STEP 826 (remove_files) COMPLETE
66092024-09-27T03:56:58.963Z[ recovery-image] Sep 27 03:56:57.571 INFO O| Sep 27 03:56:57.571 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-09-27T03:56:58.996Z[ recovery-image] Sep 27 03:56:57.605 INFO O| Sep 27 03:56:57.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66112024-09-27T03:56:58.996Z[ recovery-image] Sep 27 03:56:57.605 INFO O| Sep 27 03:56:57.605 INFO STEP 827 (remove_files) COMPLETE
66122024-09-27T03:56:58.997Z[ recovery-image] Sep 27 03:56:57.605 INFO O| Sep 27 03:56:57.605 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-09-27T03:56:59.021Z[ recovery-image] Sep 27 03:56:57.630 INFO O| Sep 27 03:56:57.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66142024-09-27T03:56:59.021Z[ recovery-image] Sep 27 03:56:57.630 INFO O| Sep 27 03:56:57.630 INFO STEP 828 (remove_files) COMPLETE
66152024-09-27T03:56:59.021Z[ recovery-image] Sep 27 03:56:57.630 INFO O| Sep 27 03:56:57.630 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-09-27T03:56:59.045Z[ recovery-image] Sep 27 03:56:57.651 INFO O| Sep 27 03:56:57.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66172024-09-27T03:56:59.045Z[ recovery-image] Sep 27 03:56:57.651 INFO O| Sep 27 03:56:57.651 INFO STEP 829 (remove_files) COMPLETE
66182024-09-27T03:56:59.045Z[ recovery-image] Sep 27 03:56:57.651 INFO O| Sep 27 03:56:57.651 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-09-27T03:56:59.076Z[ recovery-image] Sep 27 03:56:57.685 INFO O| Sep 27 03:56:57.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66202024-09-27T03:56:59.076Z[ recovery-image] Sep 27 03:56:57.685 INFO O| Sep 27 03:56:57.685 INFO STEP 830 (remove_files) COMPLETE
66212024-09-27T03:56:59.077Z[ recovery-image] Sep 27 03:56:57.685 INFO O| Sep 27 03:56:57.685 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-09-27T03:56:59.125Z[ recovery-image] Sep 27 03:56:57.733 INFO O| Sep 27 03:56:57.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66232024-09-27T03:56:59.125Z[ recovery-image] Sep 27 03:56:57.733 INFO O| Sep 27 03:56:57.733 INFO STEP 831 (remove_files) COMPLETE
66242024-09-27T03:56:59.125Z[ recovery-image] Sep 27 03:56:57.733 INFO O| Sep 27 03:56:57.733 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-09-27T03:56:59.188Z[ recovery-image] Sep 27 03:56:57.797 INFO O| Sep 27 03:56:57.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66262024-09-27T03:56:59.188Z[ recovery-image] Sep 27 03:56:57.797 INFO O| Sep 27 03:56:57.797 INFO STEP 832 (remove_files) COMPLETE
66272024-09-27T03:56:59.191Z[ recovery-image] Sep 27 03:56:57.797 INFO O| Sep 27 03:56:57.797 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-09-27T03:56:59.212Z[ recovery-image] Sep 27 03:56:57.821 INFO O| Sep 27 03:56:57.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66292024-09-27T03:56:59.213Z[ recovery-image] Sep 27 03:56:57.821 INFO O| Sep 27 03:56:57.821 INFO STEP 833 (remove_files) COMPLETE
66302024-09-27T03:56:59.213Z[ recovery-image] Sep 27 03:56:57.821 INFO O| Sep 27 03:56:57.821 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-09-27T03:56:59.259Z[ recovery-image] Sep 27 03:56:57.867 INFO O| Sep 27 03:56:57.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66322024-09-27T03:56:59.259Z[ recovery-image] Sep 27 03:56:57.867 INFO O| Sep 27 03:56:57.867 INFO STEP 834 (remove_files) COMPLETE
66332024-09-27T03:56:59.259Z[ recovery-image] Sep 27 03:56:57.867 INFO O| Sep 27 03:56:57.867 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-09-27T03:56:59.281Z[ recovery-image] Sep 27 03:56:57.889 INFO O| Sep 27 03:56:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66352024-09-27T03:56:59.281Z[ recovery-image] Sep 27 03:56:57.889 INFO O| Sep 27 03:56:57.889 INFO STEP 835 (remove_files) COMPLETE
66362024-09-27T03:56:59.281Z[ recovery-image] Sep 27 03:56:57.890 INFO O| Sep 27 03:56:57.889 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-09-27T03:56:59.300Z[ recovery-image] Sep 27 03:56:57.909 INFO O| Sep 27 03:56:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66382024-09-27T03:56:59.300Z[ recovery-image] Sep 27 03:56:57.909 INFO O| Sep 27 03:56:57.909 INFO STEP 836 (remove_files) COMPLETE
66392024-09-27T03:56:59.300Z[ recovery-image] Sep 27 03:56:57.909 INFO O| Sep 27 03:56:57.909 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-09-27T03:56:59.330Z[ recovery-image] Sep 27 03:56:57.938 INFO O| Sep 27 03:56:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66412024-09-27T03:56:59.330Z[ recovery-image] Sep 27 03:56:57.938 INFO O| Sep 27 03:56:57.938 INFO STEP 837 (remove_files) COMPLETE
66422024-09-27T03:56:59.330Z[ recovery-image] Sep 27 03:56:57.938 INFO O| Sep 27 03:56:57.938 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-09-27T03:56:59.352Z[ recovery-image] Sep 27 03:56:57.961 INFO O| Sep 27 03:56:57.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66442024-09-27T03:56:59.352Z[ recovery-image] Sep 27 03:56:57.961 INFO O| Sep 27 03:56:57.961 INFO STEP 838 (remove_files) COMPLETE
66452024-09-27T03:56:59.352Z[ recovery-image] Sep 27 03:56:57.961 INFO O| Sep 27 03:56:57.961 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-09-27T03:56:59.373Z[ recovery-image] Sep 27 03:56:57.982 INFO O| Sep 27 03:56:57.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66472024-09-27T03:56:59.373Z[ recovery-image] Sep 27 03:56:57.982 INFO O| Sep 27 03:56:57.982 INFO STEP 839 (remove_files) COMPLETE
66482024-09-27T03:56:59.376Z[ recovery-image] Sep 27 03:56:57.982 INFO O| Sep 27 03:56:57.982 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-09-27T03:56:59.396Z[ recovery-image] Sep 27 03:56:58.005 INFO O| Sep 27 03:56:58.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66502024-09-27T03:56:59.398Z[ recovery-image] Sep 27 03:56:58.005 INFO O| Sep 27 03:56:58.005 INFO STEP 840 (remove_files) COMPLETE
66512024-09-27T03:56:59.398Z[ recovery-image] Sep 27 03:56:58.005 INFO O| Sep 27 03:56:58.005 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-09-27T03:56:59.415Z[ recovery-image] Sep 27 03:56:58.024 INFO O| Sep 27 03:56:58.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66532024-09-27T03:56:59.415Z[ recovery-image] Sep 27 03:56:58.024 INFO O| Sep 27 03:56:58.024 INFO STEP 841 (remove_files) COMPLETE
66542024-09-27T03:56:59.415Z[ recovery-image] Sep 27 03:56:58.024 INFO O| Sep 27 03:56:58.024 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-09-27T03:56:59.432Z[ recovery-image] Sep 27 03:56:58.041 INFO O| Sep 27 03:56:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66562024-09-27T03:56:59.432Z[ recovery-image] Sep 27 03:56:58.041 INFO O| Sep 27 03:56:58.041 INFO STEP 842 (remove_files) COMPLETE
66572024-09-27T03:56:59.432Z[ recovery-image] Sep 27 03:56:58.041 INFO O| Sep 27 03:56:58.041 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-09-27T03:56:59.451Z[ recovery-image] Sep 27 03:56:58.060 INFO O| Sep 27 03:56:58.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66592024-09-27T03:56:59.451Z[ recovery-image] Sep 27 03:56:58.060 INFO O| Sep 27 03:56:58.060 INFO STEP 843 (remove_files) COMPLETE
66602024-09-27T03:56:59.451Z[ recovery-image] Sep 27 03:56:58.060 INFO O| Sep 27 03:56:58.060 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-09-27T03:56:59.512Z[ recovery-image] Sep 27 03:56:58.120 INFO O| Sep 27 03:56:58.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66622024-09-27T03:56:59.512Z[ recovery-image] Sep 27 03:56:58.121 INFO O| Sep 27 03:56:58.120 INFO STEP 844 (remove_files) COMPLETE
66632024-09-27T03:56:59.512Z[ recovery-image] Sep 27 03:56:58.121 INFO O| Sep 27 03:56:58.120 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-09-27T03:56:59.532Z[ recovery-image] Sep 27 03:56:58.140 INFO O| Sep 27 03:56:58.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66652024-09-27T03:56:59.532Z[ recovery-image] Sep 27 03:56:58.140 INFO O| Sep 27 03:56:58.140 INFO STEP 845 (remove_files) COMPLETE
66662024-09-27T03:56:59.534Z[ recovery-image] Sep 27 03:56:58.140 INFO O| Sep 27 03:56:58.140 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-09-27T03:56:59.570Z[ recovery-image] Sep 27 03:56:58.179 INFO O| Sep 27 03:56:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66682024-09-27T03:56:59.570Z[ recovery-image] Sep 27 03:56:58.179 INFO O| Sep 27 03:56:58.179 INFO STEP 846 (remove_files) COMPLETE
66692024-09-27T03:56:59.570Z[ recovery-image] Sep 27 03:56:58.179 INFO O| Sep 27 03:56:58.179 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-09-27T03:56:59.628Z[ recovery-image] Sep 27 03:56:58.236 INFO O| Sep 27 03:56:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66712024-09-27T03:56:59.628Z[ recovery-image] Sep 27 03:56:58.236 INFO O| Sep 27 03:56:58.236 INFO STEP 847 (remove_files) COMPLETE
66722024-09-27T03:56:59.631Z[ recovery-image] Sep 27 03:56:58.236 INFO O| Sep 27 03:56:58.236 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-09-27T03:56:59.689Z[ recovery-image] Sep 27 03:56:58.297 INFO O| Sep 27 03:56:58.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66742024-09-27T03:56:59.689Z[ recovery-image] Sep 27 03:56:58.298 INFO O| Sep 27 03:56:58.297 INFO STEP 848 (remove_files) COMPLETE
66752024-09-27T03:56:59.692Z[ recovery-image] Sep 27 03:56:58.298 INFO O| Sep 27 03:56:58.298 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-09-27T03:56:59.728Z[ recovery-image] Sep 27 03:56:58.337 INFO O| Sep 27 03:56:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66772024-09-27T03:56:59.728Z[ recovery-image] Sep 27 03:56:58.337 INFO O| Sep 27 03:56:58.337 INFO STEP 849 (remove_files) COMPLETE
66782024-09-27T03:56:59.732Z[ recovery-image] Sep 27 03:56:58.337 INFO O| Sep 27 03:56:58.337 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-09-27T03:56:59.753Z[ recovery-image] Sep 27 03:56:58.362 INFO O| Sep 27 03:56:58.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66802024-09-27T03:56:59.753Z[ recovery-image] Sep 27 03:56:58.362 INFO O| Sep 27 03:56:58.362 INFO STEP 850 (remove_files) COMPLETE
66812024-09-27T03:56:59.757Z[ recovery-image] Sep 27 03:56:58.362 INFO O| Sep 27 03:56:58.362 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-09-27T03:56:59.775Z[ recovery-image] Sep 27 03:56:58.384 INFO O| Sep 27 03:56:58.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66832024-09-27T03:56:59.775Z[ recovery-image] Sep 27 03:56:58.384 INFO O| Sep 27 03:56:58.384 INFO STEP 851 (remove_files) COMPLETE
66842024-09-27T03:56:59.775Z[ recovery-image] Sep 27 03:56:58.384 INFO O| Sep 27 03:56:58.384 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-09-27T03:56:59.795Z[ recovery-image] Sep 27 03:56:58.403 INFO O| Sep 27 03:56:58.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66862024-09-27T03:56:59.795Z[ recovery-image] Sep 27 03:56:58.403 INFO O| Sep 27 03:56:58.403 INFO STEP 852 (remove_files) COMPLETE
66872024-09-27T03:56:59.795Z[ recovery-image] Sep 27 03:56:58.403 INFO O| Sep 27 03:56:58.403 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-09-27T03:56:59.813Z[ recovery-image] Sep 27 03:56:58.422 INFO O| Sep 27 03:56:58.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66892024-09-27T03:56:59.813Z[ recovery-image] Sep 27 03:56:58.422 INFO O| Sep 27 03:56:58.422 INFO STEP 853 (remove_files) COMPLETE
66902024-09-27T03:56:59.813Z[ recovery-image] Sep 27 03:56:58.422 INFO O| Sep 27 03:56:58.422 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-09-27T03:56:59.832Z[ recovery-image] Sep 27 03:56:58.440 INFO O| Sep 27 03:56:58.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66922024-09-27T03:56:59.834Z[ recovery-image] Sep 27 03:56:58.440 INFO O| Sep 27 03:56:58.440 INFO STEP 854 (remove_files) COMPLETE
66932024-09-27T03:56:59.834Z[ recovery-image] Sep 27 03:56:58.440 INFO O| Sep 27 03:56:58.440 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-09-27T03:56:59.849Z[ recovery-image] Sep 27 03:56:58.457 INFO O| Sep 27 03:56:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66952024-09-27T03:56:59.849Z[ recovery-image] Sep 27 03:56:58.457 INFO O| Sep 27 03:56:58.457 INFO STEP 855 (remove_files) COMPLETE
66962024-09-27T03:56:59.851Z[ recovery-image] Sep 27 03:56:58.458 INFO O| Sep 27 03:56:58.457 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-09-27T03:56:59.878Z[ recovery-image] Sep 27 03:56:58.486 INFO O| Sep 27 03:56:58.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
66982024-09-27T03:56:59.878Z[ recovery-image] Sep 27 03:56:58.486 INFO O| Sep 27 03:56:58.486 INFO STEP 856 (remove_files) COMPLETE
66992024-09-27T03:56:59.878Z[ recovery-image] Sep 27 03:56:58.486 INFO O| Sep 27 03:56:58.486 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-09-27T03:56:59.900Z[ recovery-image] Sep 27 03:56:58.509 INFO O| Sep 27 03:56:58.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67012024-09-27T03:56:59.900Z[ recovery-image] Sep 27 03:56:58.509 INFO O| Sep 27 03:56:58.509 INFO STEP 857 (remove_files) COMPLETE
67022024-09-27T03:56:59.903Z[ recovery-image] Sep 27 03:56:58.509 INFO O| Sep 27 03:56:58.509 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-09-27T03:56:59.934Z[ recovery-image] Sep 27 03:56:58.542 INFO O| Sep 27 03:56:58.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67042024-09-27T03:56:59.934Z[ recovery-image] Sep 27 03:56:58.542 INFO O| Sep 27 03:56:58.542 INFO STEP 858 (remove_files) COMPLETE
67052024-09-27T03:56:59.936Z[ recovery-image] Sep 27 03:56:58.542 INFO O| Sep 27 03:56:58.542 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-09-27T03:56:59.954Z[ recovery-image] Sep 27 03:56:58.563 INFO O| Sep 27 03:56:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67072024-09-27T03:56:59.954Z[ recovery-image] Sep 27 03:56:58.563 INFO O| Sep 27 03:56:58.563 INFO STEP 859 (remove_files) COMPLETE
67082024-09-27T03:56:59.954Z[ recovery-image] Sep 27 03:56:58.563 INFO O| Sep 27 03:56:58.563 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-09-27T03:56:59.973Z[ recovery-image] Sep 27 03:56:58.582 INFO O| Sep 27 03:56:58.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67102024-09-27T03:56:59.973Z[ recovery-image] Sep 27 03:56:58.582 INFO O| Sep 27 03:56:58.582 INFO STEP 860 (remove_files) COMPLETE
67112024-09-27T03:56:59.973Z[ recovery-image] Sep 27 03:56:58.582 INFO O| Sep 27 03:56:58.582 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-09-27T03:57:00.008Z[ recovery-image] Sep 27 03:56:58.617 INFO O| Sep 27 03:56:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67132024-09-27T03:57:00.011Z[ recovery-image] Sep 27 03:56:58.617 INFO O| Sep 27 03:56:58.617 INFO STEP 861 (remove_files) COMPLETE
67142024-09-27T03:57:00.011Z[ recovery-image] Sep 27 03:56:58.617 INFO O| Sep 27 03:56:58.617 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-09-27T03:57:00.046Z[ recovery-image] Sep 27 03:56:58.654 INFO O| Sep 27 03:56:58.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67162024-09-27T03:57:00.046Z[ recovery-image] Sep 27 03:56:58.654 INFO O| Sep 27 03:56:58.654 INFO STEP 862 (remove_files) COMPLETE
67172024-09-27T03:57:00.049Z[ recovery-image] Sep 27 03:56:58.654 INFO O| Sep 27 03:56:58.654 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-09-27T03:57:00.067Z[ recovery-image] Sep 27 03:56:58.676 INFO O| Sep 27 03:56:58.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67192024-09-27T03:57:00.070Z[ recovery-image] Sep 27 03:56:58.676 INFO O| Sep 27 03:56:58.676 INFO STEP 863 (remove_files) COMPLETE
67202024-09-27T03:57:00.070Z[ recovery-image] Sep 27 03:56:58.676 INFO O| Sep 27 03:56:58.676 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-09-27T03:57:00.091Z[ recovery-image] Sep 27 03:56:58.700 INFO O| Sep 27 03:56:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67222024-09-27T03:57:00.091Z[ recovery-image] Sep 27 03:56:58.700 INFO O| Sep 27 03:56:58.700 INFO STEP 864 (remove_files) COMPLETE
67232024-09-27T03:57:00.094Z[ recovery-image] Sep 27 03:56:58.700 INFO O| Sep 27 03:56:58.700 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-09-27T03:57:00.165Z[ recovery-image] Sep 27 03:56:58.773 INFO O| Sep 27 03:56:58.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67252024-09-27T03:57:00.165Z[ recovery-image] Sep 27 03:56:58.773 INFO O| Sep 27 03:56:58.773 INFO STEP 865 (remove_files) COMPLETE
67262024-09-27T03:57:00.168Z[ recovery-image] Sep 27 03:56:58.774 INFO O| Sep 27 03:56:58.774 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-09-27T03:57:00.185Z[ recovery-image] Sep 27 03:56:58.794 INFO O| Sep 27 03:56:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67282024-09-27T03:57:00.188Z[ recovery-image] Sep 27 03:56:58.794 INFO O| Sep 27 03:56:58.794 INFO STEP 866 (remove_files) COMPLETE
67292024-09-27T03:57:00.188Z[ recovery-image] Sep 27 03:56:58.794 INFO O| Sep 27 03:56:58.794 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-09-27T03:57:00.204Z[ recovery-image] Sep 27 03:56:58.813 INFO O| Sep 27 03:56:58.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67312024-09-27T03:57:00.207Z[ recovery-image] Sep 27 03:56:58.813 INFO O| Sep 27 03:56:58.813 INFO STEP 867 (remove_files) COMPLETE
67322024-09-27T03:57:00.207Z[ recovery-image] Sep 27 03:56:58.813 INFO O| Sep 27 03:56:58.813 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-09-27T03:57:00.243Z[ recovery-image] Sep 27 03:56:58.852 INFO O| Sep 27 03:56:58.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67342024-09-27T03:57:00.243Z[ recovery-image] Sep 27 03:56:58.852 INFO O| Sep 27 03:56:58.852 INFO STEP 868 (remove_files) COMPLETE
67352024-09-27T03:57:00.243Z[ recovery-image] Sep 27 03:56:58.852 INFO O| Sep 27 03:56:58.852 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-09-27T03:57:00.264Z[ recovery-image] Sep 27 03:56:58.873 INFO O| Sep 27 03:56:58.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67372024-09-27T03:57:00.264Z[ recovery-image] Sep 27 03:56:58.873 INFO O| Sep 27 03:56:58.873 INFO STEP 869 (remove_files) COMPLETE
67382024-09-27T03:57:00.264Z[ recovery-image] Sep 27 03:56:58.873 INFO O| Sep 27 03:56:58.873 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-09-27T03:57:00.283Z[ recovery-image] Sep 27 03:56:58.891 INFO O| Sep 27 03:56:58.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67402024-09-27T03:57:00.283Z[ recovery-image] Sep 27 03:56:58.892 INFO O| Sep 27 03:56:58.892 INFO STEP 870 (remove_files) COMPLETE
67412024-09-27T03:57:00.283Z[ recovery-image] Sep 27 03:56:58.892 INFO O| Sep 27 03:56:58.892 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-09-27T03:57:00.318Z[ recovery-image] Sep 27 03:56:58.927 INFO O| Sep 27 03:56:58.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67432024-09-27T03:57:00.321Z[ recovery-image] Sep 27 03:56:58.927 INFO O| Sep 27 03:56:58.927 INFO STEP 871 (remove_files) COMPLETE
67442024-09-27T03:57:00.321Z[ recovery-image] Sep 27 03:56:58.927 INFO O| Sep 27 03:56:58.927 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-09-27T03:57:00.339Z[ recovery-image] Sep 27 03:56:58.948 INFO O| Sep 27 03:56:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67462024-09-27T03:57:00.342Z[ recovery-image] Sep 27 03:56:58.948 INFO O| Sep 27 03:56:58.948 INFO STEP 872 (remove_files) COMPLETE
67472024-09-27T03:57:00.342Z[ recovery-image] Sep 27 03:56:58.948 INFO O| Sep 27 03:56:58.948 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-09-27T03:57:00.361Z[ recovery-image] Sep 27 03:56:58.969 INFO O| Sep 27 03:56:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67492024-09-27T03:57:00.361Z[ recovery-image] Sep 27 03:56:58.969 INFO O| Sep 27 03:56:58.969 INFO STEP 873 (remove_files) COMPLETE
67502024-09-27T03:57:00.361Z[ recovery-image] Sep 27 03:56:58.969 INFO O| Sep 27 03:56:58.969 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-09-27T03:57:00.398Z[ recovery-image] Sep 27 03:56:59.006 INFO O| Sep 27 03:56:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67522024-09-27T03:57:00.398Z[ recovery-image] Sep 27 03:56:59.006 INFO O| Sep 27 03:56:59.006 INFO STEP 874 (remove_files) COMPLETE
67532024-09-27T03:57:00.400Z[ recovery-image] Sep 27 03:56:59.006 INFO O| Sep 27 03:56:59.006 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-09-27T03:57:00.448Z[ recovery-image] Sep 27 03:56:59.057 INFO O| Sep 27 03:56:59.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67552024-09-27T03:57:00.448Z[ recovery-image] Sep 27 03:56:59.057 INFO O| Sep 27 03:56:59.057 INFO STEP 875 (remove_files) COMPLETE
67562024-09-27T03:57:00.448Z[ recovery-image] Sep 27 03:56:59.057 INFO O| Sep 27 03:56:59.057 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-09-27T03:57:00.504Z[ recovery-image] Sep 27 03:56:59.113 INFO O| Sep 27 03:56:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67582024-09-27T03:57:00.504Z[ recovery-image] Sep 27 03:56:59.113 INFO O| Sep 27 03:56:59.113 INFO STEP 876 (remove_files) COMPLETE
67592024-09-27T03:57:00.508Z[ recovery-image] Sep 27 03:56:59.113 INFO O| Sep 27 03:56:59.113 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-09-27T03:57:00.523Z[ recovery-image] Sep 27 03:56:59.132 INFO O| Sep 27 03:56:59.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67612024-09-27T03:57:00.523Z[ recovery-image] Sep 27 03:56:59.132 INFO O| Sep 27 03:56:59.132 INFO STEP 877 (remove_files) COMPLETE
67622024-09-27T03:57:00.526Z[ recovery-image] Sep 27 03:56:59.132 INFO O| Sep 27 03:56:59.132 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-09-27T03:57:00.549Z[ recovery-image] Sep 27 03:56:59.157 INFO O| Sep 27 03:56:59.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67642024-09-27T03:57:00.551Z[ recovery-image] Sep 27 03:56:59.157 INFO O| Sep 27 03:56:59.157 INFO STEP 878 (remove_files) COMPLETE
67652024-09-27T03:57:00.551Z[ recovery-image] Sep 27 03:56:59.158 INFO O| Sep 27 03:56:59.158 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-09-27T03:57:00.570Z[ recovery-image] Sep 27 03:56:59.179 INFO O| Sep 27 03:56:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67672024-09-27T03:57:00.573Z[ recovery-image] Sep 27 03:56:59.179 INFO O| Sep 27 03:56:59.179 INFO STEP 879 (remove_files) COMPLETE
67682024-09-27T03:57:00.573Z[ recovery-image] Sep 27 03:56:59.179 INFO O| Sep 27 03:56:59.179 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-09-27T03:57:00.589Z[ recovery-image] Sep 27 03:56:59.197 INFO O| Sep 27 03:56:59.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67702024-09-27T03:57:00.591Z[ recovery-image] Sep 27 03:56:59.198 INFO O| Sep 27 03:56:59.198 INFO STEP 880 (remove_files) COMPLETE
67712024-09-27T03:57:00.591Z[ recovery-image] Sep 27 03:56:59.198 INFO O| Sep 27 03:56:59.198 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-09-27T03:57:00.620Z[ recovery-image] Sep 27 03:56:59.221 INFO O| Sep 27 03:56:59.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67732024-09-27T03:57:00.620Z[ recovery-image] Sep 27 03:56:59.221 INFO O| Sep 27 03:56:59.221 INFO STEP 881 (remove_files) COMPLETE
67742024-09-27T03:57:00.620Z[ recovery-image] Sep 27 03:56:59.221 INFO O| Sep 27 03:56:59.221 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-09-27T03:57:00.668Z[ recovery-image] Sep 27 03:56:59.277 INFO O| Sep 27 03:56:59.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67762024-09-27T03:57:00.668Z[ recovery-image] Sep 27 03:56:59.277 INFO O| Sep 27 03:56:59.277 INFO STEP 882 (remove_files) COMPLETE
67772024-09-27T03:57:00.671Z[ recovery-image] Sep 27 03:56:59.277 INFO O| Sep 27 03:56:59.277 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-09-27T03:57:00.687Z[ recovery-image] Sep 27 03:56:59.296 INFO O| Sep 27 03:56:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67792024-09-27T03:57:00.690Z[ recovery-image] Sep 27 03:56:59.296 INFO O| Sep 27 03:56:59.296 INFO STEP 883 (remove_files) COMPLETE
67802024-09-27T03:57:00.690Z[ recovery-image] Sep 27 03:56:59.296 INFO O| Sep 27 03:56:59.296 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-09-27T03:57:00.706Z[ recovery-image] Sep 27 03:56:59.315 INFO O| Sep 27 03:56:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67822024-09-27T03:57:00.706Z[ recovery-image] Sep 27 03:56:59.315 INFO O| Sep 27 03:56:59.315 INFO STEP 884 (remove_files) COMPLETE
67832024-09-27T03:57:00.706Z[ recovery-image] Sep 27 03:56:59.315 INFO O| Sep 27 03:56:59.315 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-09-27T03:57:00.729Z[ recovery-image] Sep 27 03:56:59.337 INFO O| Sep 27 03:56:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67852024-09-27T03:57:00.731Z[ recovery-image] Sep 27 03:56:59.338 INFO O| Sep 27 03:56:59.337 INFO STEP 885 (remove_files) COMPLETE
67862024-09-27T03:57:00.731Z[ recovery-image] Sep 27 03:56:59.338 INFO O| Sep 27 03:56:59.337 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-09-27T03:57:00.761Z[ recovery-image] Sep 27 03:56:59.369 INFO O| Sep 27 03:56:59.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67882024-09-27T03:57:00.761Z[ recovery-image] Sep 27 03:56:59.369 INFO O| Sep 27 03:56:59.369 INFO STEP 886 (remove_files) COMPLETE
67892024-09-27T03:57:00.761Z[ recovery-image] Sep 27 03:56:59.369 INFO O| Sep 27 03:56:59.369 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-09-27T03:57:00.806Z[ host-image] Sep 27 03:56:59.415 INFO O| Sep 27 03:56:59.415 INFO O| Done
67912024-09-27T03:57:00.816Z[ recovery-image] Sep 27 03:56:59.423 INFO O| Sep 27 03:56:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67922024-09-27T03:57:00.816Z[ recovery-image] Sep 27 03:56:59.423 INFO O| Sep 27 03:56:59.423 INFO STEP 887 (remove_files) COMPLETE
67932024-09-27T03:57:00.818Z[ recovery-image] Sep 27 03:56:59.423 INFO O| Sep 27 03:56:59.423 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-09-27T03:57:00.854Z[ host-image] Sep 27 03:56:59.463 INFO O| Sep 27 03:56:59.463 INFO O| Done
67952024-09-27T03:57:00.854Z[ host-image] Sep 27 03:56:59.463 INFO O| Sep 27 03:56:59.463 INFO O| Done
67962024-09-27T03:57:00.874Z[ host-image] Sep 27 03:56:59.482 INFO O| Sep 27 03:56:59.482 INFO O| Done
67972024-09-27T03:57:00.877Z[ recovery-image] Sep 27 03:56:59.486 INFO O| Sep 27 03:56:59.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67982024-09-27T03:57:00.879Z[ recovery-image] Sep 27 03:56:59.486 INFO O| Sep 27 03:56:59.486 INFO STEP 888 (remove_files) COMPLETE
67992024-09-27T03:57:00.879Z[ recovery-image] Sep 27 03:56:59.486 INFO O| Sep 27 03:56:59.486 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-09-27T03:57:00.898Z[ recovery-image] Sep 27 03:56:59.506 INFO O| Sep 27 03:56:59.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68012024-09-27T03:57:00.898Z[ recovery-image] Sep 27 03:56:59.506 INFO O| Sep 27 03:56:59.506 INFO STEP 889 (remove_files) COMPLETE
68022024-09-27T03:57:00.898Z[ recovery-image] Sep 27 03:56:59.506 INFO O| Sep 27 03:56:59.506 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-09-27T03:57:00.936Z[ recovery-image] Sep 27 03:56:59.545 INFO O| Sep 27 03:56:59.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68042024-09-27T03:57:00.936Z[ recovery-image] Sep 27 03:56:59.545 INFO O| Sep 27 03:56:59.545 INFO STEP 890 (remove_files) COMPLETE
68052024-09-27T03:57:00.939Z[ recovery-image] Sep 27 03:56:59.545 INFO O| Sep 27 03:56:59.545 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-09-27T03:57:00.958Z[ recovery-image] Sep 27 03:56:59.566 INFO O| Sep 27 03:56:59.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68072024-09-27T03:57:00.958Z[ recovery-image] Sep 27 03:56:59.566 INFO O| Sep 27 03:56:59.566 INFO STEP 891 (remove_files) COMPLETE
68082024-09-27T03:57:00.958Z[ recovery-image] Sep 27 03:56:59.566 INFO O| Sep 27 03:56:59.566 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-09-27T03:57:00.993Z[ recovery-image] Sep 27 03:56:59.600 INFO O| Sep 27 03:56:59.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68102024-09-27T03:57:00.997Z[ recovery-image] Sep 27 03:56:59.601 INFO O| Sep 27 03:56:59.600 INFO STEP 892 (remove_files) COMPLETE
68112024-09-27T03:57:00.998Z[ recovery-image] Sep 27 03:56:59.601 INFO O| Sep 27 03:56:59.600 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-09-27T03:57:01.060Z[ recovery-image] Sep 27 03:56:59.660 INFO O| Sep 27 03:56:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68132024-09-27T03:57:01.060Z[ recovery-image] Sep 27 03:56:59.660 INFO O| Sep 27 03:56:59.660 INFO STEP 893 (remove_files) COMPLETE
68142024-09-27T03:57:01.060Z[ recovery-image] Sep 27 03:56:59.660 INFO O| Sep 27 03:56:59.660 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-09-27T03:57:01.064Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO STEP 14 (pkg_install) COMPLETE
68162024-09-27T03:57:01.064Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68172024-09-27T03:57:01.066Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO skip step because feature "mfg" is not enabled
68182024-09-27T03:57:01.066Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68192024-09-27T03:57:01.066Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO skip step because feature "compliance" is not enabled
68202024-09-27T03:57:01.067Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68212024-09-27T03:57:01.067Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO skip step because feature "stress" is not enabled
68222024-09-27T03:57:01.067Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68232024-09-27T03:57:01.067Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO skip step because feature "nfs" is not enabled
68242024-09-27T03:57:01.067Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
68252024-09-27T03:57:01.067Z[ host-image] Sep 27 03:56:59.672 INFO O| Sep 27 03:56:59.672 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
68262024-09-27T03:57:01.073Z[ recovery-image] Sep 27 03:56:59.680 INFO O| Sep 27 03:56:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68272024-09-27T03:57:01.073Z[ recovery-image] Sep 27 03:56:59.680 INFO O| Sep 27 03:56:59.680 INFO STEP 894 (remove_files) COMPLETE
68282024-09-27T03:57:01.076Z[ recovery-image] Sep 27 03:56:59.681 INFO O| Sep 27 03:56:59.680 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-09-27T03:57:01.109Z[ recovery-image] Sep 27 03:56:59.718 INFO O| Sep 27 03:56:59.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68302024-09-27T03:57:01.112Z[ recovery-image] Sep 27 03:56:59.718 INFO O| Sep 27 03:56:59.718 INFO STEP 895 (remove_files) COMPLETE
68312024-09-27T03:57:01.112Z[ recovery-image] Sep 27 03:56:59.718 INFO O| Sep 27 03:56:59.718 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-09-27T03:57:01.131Z[ recovery-image] Sep 27 03:56:59.740 INFO O| Sep 27 03:56:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68332024-09-27T03:57:01.131Z[ recovery-image] Sep 27 03:56:59.740 INFO O| Sep 27 03:56:59.740 INFO STEP 896 (remove_files) COMPLETE
68342024-09-27T03:57:01.134Z[ recovery-image] Sep 27 03:56:59.740 INFO O| Sep 27 03:56:59.740 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-09-27T03:57:01.150Z[ recovery-image] Sep 27 03:56:59.759 INFO O| Sep 27 03:56:59.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68362024-09-27T03:57:01.150Z[ recovery-image] Sep 27 03:56:59.759 INFO O| Sep 27 03:56:59.759 INFO STEP 897 (remove_files) COMPLETE
68372024-09-27T03:57:01.153Z[ recovery-image] Sep 27 03:56:59.759 INFO O| Sep 27 03:56:59.759 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-09-27T03:57:01.164Z[ host-image] Sep 27 03:56:59.772 INFO O| Sep 27 03:56:59.772 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
68392024-09-27T03:57:01.210Z[ recovery-image] Sep 27 03:56:59.818 INFO O| Sep 27 03:56:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68402024-09-27T03:57:01.210Z[ recovery-image] Sep 27 03:56:59.818 INFO O| Sep 27 03:56:59.818 INFO STEP 898 (remove_files) COMPLETE
68412024-09-27T03:57:01.213Z[ recovery-image] Sep 27 03:56:59.818 INFO O| Sep 27 03:56:59.818 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-09-27T03:57:01.269Z[ host-image] Sep 27 03:56:59.877 INFO O| Sep 27 03:56:59.877 INFO completed processing gimlet/ramdisk-01-os
68432024-09-27T03:57:01.271Z[ host-image] Sep 27 03:56:59.879 INFO omicron1 baseline generation...
68442024-09-27T03:57:01.274Z[ host-image] Sep 27 03:56:59.880 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
68452024-09-27T03:57:01.290Z[ recovery-image] Sep 27 03:56:59.898 INFO O| Sep 27 03:56:59.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68462024-09-27T03:57:01.293Z[ recovery-image] Sep 27 03:56:59.898 INFO O| Sep 27 03:56:59.898 INFO STEP 899 (remove_files) COMPLETE
68472024-09-27T03:57:01.293Z[ recovery-image] Sep 27 03:56:59.898 INFO O| Sep 27 03:56:59.898 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-09-27T03:57:01.310Z[ recovery-image] Sep 27 03:56:59.919 INFO O| Sep 27 03:56:59.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68492024-09-27T03:57:01.310Z[ recovery-image] Sep 27 03:56:59.919 INFO O| Sep 27 03:56:59.919 INFO STEP 900 (remove_files) COMPLETE
68502024-09-27T03:57:01.310Z[ recovery-image] Sep 27 03:56:59.919 INFO O| Sep 27 03:56:59.919 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-09-27T03:57:01.328Z[ recovery-image] Sep 27 03:56:59.937 INFO O| Sep 27 03:56:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68522024-09-27T03:57:01.338Z[ recovery-image] Sep 27 03:56:59.947 INFO O| Sep 27 03:56:59.947 INFO STEP 901 (remove_files) COMPLETE
68532024-09-27T03:57:01.338Z[ recovery-image] Sep 27 03:56:59.947 INFO O| Sep 27 03:56:59.947 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-09-27T03:57:01.392Z[ recovery-image] Sep 27 03:57:00.000 INFO O| Sep 27 03:57:00.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68552024-09-27T03:57:01.392Z[ recovery-image] Sep 27 03:57:00.000 INFO O| Sep 27 03:57:00.000 INFO STEP 902 (remove_files) COMPLETE
68562024-09-27T03:57:01.392Z[ recovery-image] Sep 27 03:57:00.000 INFO O| Sep 27 03:57:00.000 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-09-27T03:57:01.442Z[ recovery-image] Sep 27 03:57:00.051 INFO O| Sep 27 03:57:00.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68582024-09-27T03:57:01.442Z[ recovery-image] Sep 27 03:57:00.051 INFO O| Sep 27 03:57:00.051 INFO STEP 903 (remove_files) COMPLETE
68592024-09-27T03:57:01.442Z[ recovery-image] Sep 27 03:57:00.051 INFO O| Sep 27 03:57:00.051 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-09-27T03:57:01.471Z[ recovery-image] Sep 27 03:57:00.079 INFO O| Sep 27 03:57:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68612024-09-27T03:57:01.471Z[ recovery-image] Sep 27 03:57:00.079 INFO O| Sep 27 03:57:00.079 INFO STEP 904 (remove_files) COMPLETE
68622024-09-27T03:57:01.474Z[ recovery-image] Sep 27 03:57:00.079 INFO O| Sep 27 03:57:00.079 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-09-27T03:57:01.516Z[ recovery-image] Sep 27 03:57:00.124 INFO O| Sep 27 03:57:00.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68642024-09-27T03:57:01.516Z[ recovery-image] Sep 27 03:57:00.124 INFO O| Sep 27 03:57:00.124 INFO STEP 905 (remove_files) COMPLETE
68652024-09-27T03:57:01.525Z[ recovery-image] Sep 27 03:57:00.124 INFO O| Sep 27 03:57:00.124 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-09-27T03:57:01.534Z[ recovery-image] Sep 27 03:57:00.143 INFO O| Sep 27 03:57:00.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68672024-09-27T03:57:01.534Z[ recovery-image] Sep 27 03:57:00.143 INFO O| Sep 27 03:57:00.143 INFO STEP 906 (remove_files) COMPLETE
68682024-09-27T03:57:01.542Z[ recovery-image] Sep 27 03:57:00.143 INFO O| Sep 27 03:57:00.143 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-09-27T03:57:01.575Z[ recovery-image] Sep 27 03:57:00.183 INFO O| Sep 27 03:57:00.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68702024-09-27T03:57:01.575Z[ recovery-image] Sep 27 03:57:00.183 INFO O| Sep 27 03:57:00.183 INFO STEP 907 (remove_files) COMPLETE
68712024-09-27T03:57:01.578Z[ recovery-image] Sep 27 03:57:00.184 INFO O| Sep 27 03:57:00.183 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-09-27T03:57:01.610Z[ recovery-image] Sep 27 03:57:00.218 INFO O| Sep 27 03:57:00.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68732024-09-27T03:57:01.612Z[ recovery-image] Sep 27 03:57:00.219 INFO O| Sep 27 03:57:00.218 INFO STEP 908 (remove_files) COMPLETE
68742024-09-27T03:57:01.612Z[ recovery-image] Sep 27 03:57:00.219 INFO O| Sep 27 03:57:00.219 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-09-27T03:57:01.629Z[ recovery-image] Sep 27 03:57:00.238 INFO O| Sep 27 03:57:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68762024-09-27T03:57:01.632Z[ recovery-image] Sep 27 03:57:00.238 INFO O| Sep 27 03:57:00.238 INFO STEP 909 (remove_files) COMPLETE
68772024-09-27T03:57:01.632Z[ recovery-image] Sep 27 03:57:00.238 INFO O| Sep 27 03:57:00.238 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-09-27T03:57:01.648Z[ recovery-image] Sep 27 03:57:00.256 INFO O| Sep 27 03:57:00.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68792024-09-27T03:57:01.650Z[ recovery-image] Sep 27 03:57:00.256 INFO O| Sep 27 03:57:00.256 INFO STEP 910 (remove_files) COMPLETE
68802024-09-27T03:57:01.650Z[ recovery-image] Sep 27 03:57:00.256 INFO O| Sep 27 03:57:00.256 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-09-27T03:57:01.665Z[ recovery-image] Sep 27 03:57:00.273 INFO O| Sep 27 03:57:00.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68822024-09-27T03:57:01.668Z[ recovery-image] Sep 27 03:57:00.274 INFO O| Sep 27 03:57:00.274 INFO STEP 911 (remove_files) COMPLETE
68832024-09-27T03:57:01.668Z[ recovery-image] Sep 27 03:57:00.274 INFO O| Sep 27 03:57:00.274 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-09-27T03:57:01.683Z[ recovery-image] Sep 27 03:57:00.292 INFO O| Sep 27 03:57:00.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68852024-09-27T03:57:01.686Z[ recovery-image] Sep 27 03:57:00.292 INFO O| Sep 27 03:57:00.292 INFO STEP 912 (remove_files) COMPLETE
68862024-09-27T03:57:01.686Z[ recovery-image] Sep 27 03:57:00.292 INFO O| Sep 27 03:57:00.292 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-09-27T03:57:01.722Z[ recovery-image] Sep 27 03:57:00.330 INFO O| Sep 27 03:57:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68882024-09-27T03:57:01.724Z[ recovery-image] Sep 27 03:57:00.330 INFO O| Sep 27 03:57:00.330 INFO STEP 913 (remove_files) COMPLETE
68892024-09-27T03:57:01.724Z[ recovery-image] Sep 27 03:57:00.330 INFO O| Sep 27 03:57:00.330 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-09-27T03:57:01.741Z[ recovery-image] Sep 27 03:57:00.349 INFO O| Sep 27 03:57:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68912024-09-27T03:57:01.743Z[ recovery-image] Sep 27 03:57:00.349 INFO O| Sep 27 03:57:00.349 INFO STEP 914 (remove_files) COMPLETE
68922024-09-27T03:57:01.743Z[ recovery-image] Sep 27 03:57:00.349 INFO O| Sep 27 03:57:00.349 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-09-27T03:57:01.804Z[ recovery-image] Sep 27 03:57:00.410 INFO O| Sep 27 03:57:00.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68942024-09-27T03:57:01.804Z[ recovery-image] Sep 27 03:57:00.410 INFO O| Sep 27 03:57:00.410 INFO STEP 915 (remove_files) COMPLETE
68952024-09-27T03:57:01.804Z[ recovery-image] Sep 27 03:57:00.410 INFO O| Sep 27 03:57:00.410 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-09-27T03:57:01.838Z[ recovery-image] Sep 27 03:57:00.446 INFO O| Sep 27 03:57:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68972024-09-27T03:57:01.838Z[ recovery-image] Sep 27 03:57:00.446 INFO O| Sep 27 03:57:00.446 INFO STEP 916 (remove_files) COMPLETE
68982024-09-27T03:57:01.838Z[ recovery-image] Sep 27 03:57:00.446 INFO O| Sep 27 03:57:00.446 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-09-27T03:57:01.886Z[ recovery-image] Sep 27 03:57:00.495 INFO O| Sep 27 03:57:00.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69002024-09-27T03:57:01.886Z[ recovery-image] Sep 27 03:57:00.495 INFO O| Sep 27 03:57:00.495 INFO STEP 917 (remove_files) COMPLETE
69012024-09-27T03:57:01.889Z[ recovery-image] Sep 27 03:57:00.495 INFO O| Sep 27 03:57:00.495 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-09-27T03:57:01.908Z[ recovery-image] Sep 27 03:57:00.516 INFO O| Sep 27 03:57:00.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69032024-09-27T03:57:01.911Z[ recovery-image] Sep 27 03:57:00.516 INFO O| Sep 27 03:57:00.516 INFO STEP 918 (remove_files) COMPLETE
69042024-09-27T03:57:01.911Z[ recovery-image] Sep 27 03:57:00.516 INFO O| Sep 27 03:57:00.516 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-09-27T03:57:01.931Z[ recovery-image] Sep 27 03:57:00.539 INFO O| Sep 27 03:57:00.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69062024-09-27T03:57:01.931Z[ recovery-image] Sep 27 03:57:00.539 INFO O| Sep 27 03:57:00.539 INFO STEP 919 (remove_files) COMPLETE
69072024-09-27T03:57:01.934Z[ recovery-image] Sep 27 03:57:00.539 INFO O| Sep 27 03:57:00.539 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-09-27T03:57:01.948Z[ recovery-image] Sep 27 03:57:00.556 INFO O| Sep 27 03:57:00.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69092024-09-27T03:57:01.948Z[ recovery-image] Sep 27 03:57:00.556 INFO O| Sep 27 03:57:00.556 INFO STEP 920 (remove_files) COMPLETE
69102024-09-27T03:57:01.948Z[ recovery-image] Sep 27 03:57:00.556 INFO O| Sep 27 03:57:00.556 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-09-27T03:57:01.968Z[ recovery-image] Sep 27 03:57:00.576 INFO O| Sep 27 03:57:00.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69122024-09-27T03:57:01.968Z[ recovery-image] Sep 27 03:57:00.576 INFO O| Sep 27 03:57:00.576 INFO STEP 921 (remove_files) COMPLETE
69132024-09-27T03:57:01.968Z[ recovery-image] Sep 27 03:57:00.576 INFO O| Sep 27 03:57:00.576 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-09-27T03:57:01.990Z[ recovery-image] Sep 27 03:57:00.598 INFO O| Sep 27 03:57:00.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69152024-09-27T03:57:01.990Z[ recovery-image] Sep 27 03:57:00.598 INFO O| Sep 27 03:57:00.598 INFO STEP 922 (remove_files) COMPLETE
69162024-09-27T03:57:01.990Z[ recovery-image] Sep 27 03:57:00.598 INFO O| Sep 27 03:57:00.598 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-09-27T03:57:02.012Z[ recovery-image] Sep 27 03:57:00.620 INFO O| Sep 27 03:57:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69182024-09-27T03:57:02.012Z[ recovery-image] Sep 27 03:57:00.620 INFO O| Sep 27 03:57:00.620 INFO STEP 923 (remove_files) COMPLETE
69192024-09-27T03:57:02.015Z[ recovery-image] Sep 27 03:57:00.620 INFO O| Sep 27 03:57:00.620 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-09-27T03:57:02.029Z[ host-image] Sep 27 03:57:00.637 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22918:20240926T171033Z
69212024-09-27T03:57:02.049Z[ recovery-image] Sep 27 03:57:00.657 INFO O| Sep 27 03:57:00.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69222024-09-27T03:57:02.049Z[ recovery-image] Sep 27 03:57:00.657 INFO O| Sep 27 03:57:00.657 INFO STEP 924 (remove_files) COMPLETE
69232024-09-27T03:57:02.051Z[ recovery-image] Sep 27 03:57:00.657 INFO O| Sep 27 03:57:00.657 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-09-27T03:57:02.080Z[ recovery-image] Sep 27 03:57:00.689 INFO O| Sep 27 03:57:00.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69252024-09-27T03:57:02.080Z[ recovery-image] Sep 27 03:57:00.689 INFO O| Sep 27 03:57:00.689 INFO STEP 925 (remove_files) COMPLETE
69262024-09-27T03:57:02.080Z[ recovery-image] Sep 27 03:57:00.689 INFO O| Sep 27 03:57:00.689 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-09-27T03:57:02.127Z[ recovery-image] Sep 27 03:57:00.735 INFO O| Sep 27 03:57:00.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69282024-09-27T03:57:02.127Z[ recovery-image] Sep 27 03:57:00.735 INFO O| Sep 27 03:57:00.735 INFO STEP 926 (remove_files) COMPLETE
69292024-09-27T03:57:02.129Z[ recovery-image] Sep 27 03:57:00.735 INFO O| Sep 27 03:57:00.735 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-09-27T03:57:02.148Z[ recovery-image] Sep 27 03:57:00.756 INFO O| Sep 27 03:57:00.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69312024-09-27T03:57:02.150Z[ recovery-image] Sep 27 03:57:00.756 INFO O| Sep 27 03:57:00.756 INFO STEP 927 (remove_files) COMPLETE
69322024-09-27T03:57:02.150Z[ recovery-image] Sep 27 03:57:00.756 INFO O| Sep 27 03:57:00.756 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-09-27T03:57:02.182Z[ recovery-image] Sep 27 03:57:00.790 INFO O| Sep 27 03:57:00.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69342024-09-27T03:57:02.182Z[ recovery-image] Sep 27 03:57:00.790 INFO O| Sep 27 03:57:00.790 INFO STEP 928 (remove_files) COMPLETE
69352024-09-27T03:57:02.182Z[ recovery-image] Sep 27 03:57:00.790 INFO O| Sep 27 03:57:00.790 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-09-27T03:57:02.200Z[ recovery-image] Sep 27 03:57:00.808 INFO O| Sep 27 03:57:00.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69372024-09-27T03:57:02.200Z[ recovery-image] Sep 27 03:57:00.809 INFO O| Sep 27 03:57:00.808 INFO STEP 929 (remove_files) COMPLETE
69382024-09-27T03:57:02.200Z[ recovery-image] Sep 27 03:57:00.809 INFO O| Sep 27 03:57:00.809 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-09-27T03:57:02.219Z[ recovery-image] Sep 27 03:57:00.827 INFO O| Sep 27 03:57:00.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69402024-09-27T03:57:02.219Z[ recovery-image] Sep 27 03:57:00.827 INFO O| Sep 27 03:57:00.827 INFO STEP 930 (remove_files) COMPLETE
69412024-09-27T03:57:02.219Z[ recovery-image] Sep 27 03:57:00.827 INFO O| Sep 27 03:57:00.827 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-09-27T03:57:02.251Z[ recovery-image] Sep 27 03:57:00.859 INFO O| Sep 27 03:57:00.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69432024-09-27T03:57:02.251Z[ recovery-image] Sep 27 03:57:00.859 INFO O| Sep 27 03:57:00.859 INFO STEP 931 (remove_files) COMPLETE
69442024-09-27T03:57:02.251Z[ recovery-image] Sep 27 03:57:00.859 INFO O| Sep 27 03:57:00.859 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-09-27T03:57:02.270Z[ recovery-image] Sep 27 03:57:00.878 INFO O| Sep 27 03:57:00.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69462024-09-27T03:57:02.270Z[ recovery-image] Sep 27 03:57:00.878 INFO O| Sep 27 03:57:00.878 INFO STEP 932 (remove_files) COMPLETE
69472024-09-27T03:57:02.270Z[ recovery-image] Sep 27 03:57:00.878 INFO O| Sep 27 03:57:00.878 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-09-27T03:57:02.306Z[ recovery-image] Sep 27 03:57:00.914 INFO O| Sep 27 03:57:00.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69492024-09-27T03:57:02.308Z[ recovery-image] Sep 27 03:57:00.914 INFO O| Sep 27 03:57:00.914 INFO STEP 933 (remove_files) COMPLETE
69502024-09-27T03:57:02.308Z[ recovery-image] Sep 27 03:57:00.914 INFO O| Sep 27 03:57:00.914 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-09-27T03:57:02.372Z[ recovery-image] Sep 27 03:57:00.980 INFO O| Sep 27 03:57:00.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69522024-09-27T03:57:02.372Z[ recovery-image] Sep 27 03:57:00.980 INFO O| Sep 27 03:57:00.980 INFO STEP 934 (remove_files) COMPLETE
69532024-09-27T03:57:02.374Z[ recovery-image] Sep 27 03:57:00.980 INFO O| Sep 27 03:57:00.980 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-09-27T03:57:02.394Z[ recovery-image] Sep 27 03:57:01.002 INFO O| Sep 27 03:57:01.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69552024-09-27T03:57:02.394Z[ recovery-image] Sep 27 03:57:01.003 INFO O| Sep 27 03:57:01.003 INFO STEP 935 (remove_files) COMPLETE
69562024-09-27T03:57:02.394Z[ recovery-image] Sep 27 03:57:01.003 INFO O| Sep 27 03:57:01.003 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-09-27T03:57:02.432Z[ recovery-image] Sep 27 03:57:01.040 INFO O| Sep 27 03:57:01.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69582024-09-27T03:57:02.432Z[ recovery-image] Sep 27 03:57:01.040 INFO O| Sep 27 03:57:01.040 INFO STEP 936 (remove_files) COMPLETE
69592024-09-27T03:57:02.434Z[ recovery-image] Sep 27 03:57:01.040 INFO O| Sep 27 03:57:01.040 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-09-27T03:57:02.453Z[ recovery-image] Sep 27 03:57:01.061 INFO O| Sep 27 03:57:01.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69612024-09-27T03:57:02.453Z[ recovery-image] Sep 27 03:57:01.062 INFO O| Sep 27 03:57:01.061 INFO STEP 937 (remove_files) COMPLETE
69622024-09-27T03:57:02.453Z[ recovery-image] Sep 27 03:57:01.062 INFO O| Sep 27 03:57:01.062 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-09-27T03:57:02.488Z[ recovery-image] Sep 27 03:57:01.096 INFO O| Sep 27 03:57:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69642024-09-27T03:57:02.488Z[ recovery-image] Sep 27 03:57:01.096 INFO O| Sep 27 03:57:01.096 INFO STEP 938 (remove_files) COMPLETE
69652024-09-27T03:57:02.488Z[ recovery-image] Sep 27 03:57:01.096 INFO O| Sep 27 03:57:01.096 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-09-27T03:57:02.516Z[ recovery-image] Sep 27 03:57:01.124 INFO O| Sep 27 03:57:01.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69672024-09-27T03:57:02.516Z[ recovery-image] Sep 27 03:57:01.124 INFO O| Sep 27 03:57:01.124 INFO STEP 939 (remove_files) COMPLETE
69682024-09-27T03:57:02.516Z[ recovery-image] Sep 27 03:57:01.124 INFO O| Sep 27 03:57:01.124 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-09-27T03:57:02.553Z[ recovery-image] Sep 27 03:57:01.161 INFO O| Sep 27 03:57:01.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69702024-09-27T03:57:02.553Z[ recovery-image] Sep 27 03:57:01.161 INFO O| Sep 27 03:57:01.161 INFO STEP 940 (remove_files) COMPLETE
69712024-09-27T03:57:02.553Z[ recovery-image] Sep 27 03:57:01.161 INFO O| Sep 27 03:57:01.161 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-09-27T03:57:02.585Z[ recovery-image] Sep 27 03:57:01.193 INFO O| Sep 27 03:57:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69732024-09-27T03:57:02.588Z[ recovery-image] Sep 27 03:57:01.194 INFO O| Sep 27 03:57:01.194 INFO STEP 941 (remove_files) COMPLETE
69742024-09-27T03:57:02.588Z[ recovery-image] Sep 27 03:57:01.194 INFO O| Sep 27 03:57:01.194 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-09-27T03:57:02.607Z[ recovery-image] Sep 27 03:57:01.215 INFO O| Sep 27 03:57:01.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69762024-09-27T03:57:02.609Z[ recovery-image] Sep 27 03:57:01.216 INFO O| Sep 27 03:57:01.216 INFO STEP 942 (remove_files) COMPLETE
69772024-09-27T03:57:02.610Z[ recovery-image] Sep 27 03:57:01.216 INFO O| Sep 27 03:57:01.216 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-09-27T03:57:02.627Z[ recovery-image] Sep 27 03:57:01.236 INFO O| Sep 27 03:57:01.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69792024-09-27T03:57:02.630Z[ recovery-image] Sep 27 03:57:01.236 INFO O| Sep 27 03:57:01.236 INFO STEP 943 (remove_files) COMPLETE
69802024-09-27T03:57:02.630Z[ recovery-image] Sep 27 03:57:01.236 INFO O| Sep 27 03:57:01.236 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-09-27T03:57:02.648Z[ recovery-image] Sep 27 03:57:01.256 INFO O| Sep 27 03:57:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69822024-09-27T03:57:02.648Z[ recovery-image] Sep 27 03:57:01.256 INFO O| Sep 27 03:57:01.256 INFO STEP 944 (remove_files) COMPLETE
69832024-09-27T03:57:02.650Z[ recovery-image] Sep 27 03:57:01.256 INFO O| Sep 27 03:57:01.256 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-09-27T03:57:02.693Z[ recovery-image] Sep 27 03:57:01.301 INFO O| Sep 27 03:57:01.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69852024-09-27T03:57:02.695Z[ recovery-image] Sep 27 03:57:01.301 INFO O| Sep 27 03:57:01.301 INFO STEP 945 (remove_files) COMPLETE
69862024-09-27T03:57:02.695Z[ recovery-image] Sep 27 03:57:01.301 INFO O| Sep 27 03:57:01.301 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-09-27T03:57:02.748Z[ recovery-image] Sep 27 03:57:01.356 INFO O| Sep 27 03:57:01.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69882024-09-27T03:57:02.748Z[ recovery-image] Sep 27 03:57:01.356 INFO O| Sep 27 03:57:01.356 INFO STEP 946 (remove_files) COMPLETE
69892024-09-27T03:57:02.751Z[ recovery-image] Sep 27 03:57:01.357 INFO O| Sep 27 03:57:01.356 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-09-27T03:57:02.784Z[ recovery-image] Sep 27 03:57:01.392 INFO O| Sep 27 03:57:01.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69912024-09-27T03:57:02.784Z[ recovery-image] Sep 27 03:57:01.392 INFO O| Sep 27 03:57:01.392 INFO STEP 947 (remove_files) COMPLETE
69922024-09-27T03:57:02.786Z[ recovery-image] Sep 27 03:57:01.392 INFO O| Sep 27 03:57:01.392 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-09-27T03:57:02.853Z[ recovery-image] Sep 27 03:57:01.461 INFO O| Sep 27 03:57:01.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69942024-09-27T03:57:02.855Z[ recovery-image] Sep 27 03:57:01.461 INFO O| Sep 27 03:57:01.461 INFO STEP 948 (remove_files) COMPLETE
69952024-09-27T03:57:02.855Z[ recovery-image] Sep 27 03:57:01.461 INFO O| Sep 27 03:57:01.461 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-09-27T03:57:02.882Z[ recovery-image] Sep 27 03:57:01.489 INFO O| Sep 27 03:57:01.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69972024-09-27T03:57:02.882Z[ recovery-image] Sep 27 03:57:01.489 INFO O| Sep 27 03:57:01.489 INFO STEP 949 (remove_files) COMPLETE
69982024-09-27T03:57:02.884Z[ recovery-image] Sep 27 03:57:01.489 INFO O| Sep 27 03:57:01.489 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-09-27T03:57:02.903Z[ recovery-image] Sep 27 03:57:01.511 INFO O| Sep 27 03:57:01.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70002024-09-27T03:57:02.903Z[ recovery-image] Sep 27 03:57:01.511 INFO O| Sep 27 03:57:01.511 INFO STEP 950 (remove_files) COMPLETE
70012024-09-27T03:57:02.903Z[ recovery-image] Sep 27 03:57:01.511 INFO O| Sep 27 03:57:01.511 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-09-27T03:57:02.923Z[ recovery-image] Sep 27 03:57:01.530 INFO O| Sep 27 03:57:01.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70032024-09-27T03:57:02.923Z[ recovery-image] Sep 27 03:57:01.530 INFO O| Sep 27 03:57:01.530 INFO STEP 951 (remove_files) COMPLETE
70042024-09-27T03:57:02.923Z[ recovery-image] Sep 27 03:57:01.530 INFO O| Sep 27 03:57:01.530 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-09-27T03:57:02.942Z[ recovery-image] Sep 27 03:57:01.549 INFO O| Sep 27 03:57:01.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70062024-09-27T03:57:02.942Z[ recovery-image] Sep 27 03:57:01.549 INFO O| Sep 27 03:57:01.549 INFO STEP 952 (remove_files) COMPLETE
70072024-09-27T03:57:02.942Z[ recovery-image] Sep 27 03:57:01.550 INFO O| Sep 27 03:57:01.549 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-09-27T03:57:03.001Z[ recovery-image] Sep 27 03:57:01.609 INFO O| Sep 27 03:57:01.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70092024-09-27T03:57:03.004Z[ recovery-image] Sep 27 03:57:01.609 INFO O| Sep 27 03:57:01.609 INFO STEP 953 (remove_files) COMPLETE
70102024-09-27T03:57:03.004Z[ recovery-image] Sep 27 03:57:01.609 INFO O| Sep 27 03:57:01.609 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-09-27T03:57:03.022Z[ recovery-image] Sep 27 03:57:01.630 INFO O| Sep 27 03:57:01.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70122024-09-27T03:57:03.025Z[ recovery-image] Sep 27 03:57:01.631 INFO O| Sep 27 03:57:01.630 INFO STEP 954 (remove_files) COMPLETE
70132024-09-27T03:57:03.025Z[ recovery-image] Sep 27 03:57:01.631 INFO O| Sep 27 03:57:01.631 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-09-27T03:57:03.044Z[ recovery-image] Sep 27 03:57:01.652 INFO O| Sep 27 03:57:01.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70152024-09-27T03:57:03.044Z[ recovery-image] Sep 27 03:57:01.652 INFO O| Sep 27 03:57:01.652 INFO STEP 955 (remove_files) COMPLETE
70162024-09-27T03:57:03.044Z[ recovery-image] Sep 27 03:57:01.652 INFO O| Sep 27 03:57:01.652 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-09-27T03:57:03.063Z[ recovery-image] Sep 27 03:57:01.671 INFO O| Sep 27 03:57:01.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70182024-09-27T03:57:03.063Z[ recovery-image] Sep 27 03:57:01.671 INFO O| Sep 27 03:57:01.671 INFO STEP 956 (remove_files) COMPLETE
70192024-09-27T03:57:03.063Z[ recovery-image] Sep 27 03:57:01.671 INFO O| Sep 27 03:57:01.671 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-09-27T03:57:03.132Z[ recovery-image] Sep 27 03:57:01.740 INFO O| Sep 27 03:57:01.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70212024-09-27T03:57:03.135Z[ recovery-image] Sep 27 03:57:01.740 INFO O| Sep 27 03:57:01.740 INFO STEP 957 (remove_files) COMPLETE
70222024-09-27T03:57:03.135Z[ recovery-image] Sep 27 03:57:01.741 INFO O| Sep 27 03:57:01.740 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-09-27T03:57:03.153Z[ recovery-image] Sep 27 03:57:01.761 INFO O| Sep 27 03:57:01.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70242024-09-27T03:57:03.156Z[ recovery-image] Sep 27 03:57:01.762 INFO O| Sep 27 03:57:01.762 INFO STEP 958 (remove_files) COMPLETE
70252024-09-27T03:57:03.156Z[ recovery-image] Sep 27 03:57:01.762 INFO O| Sep 27 03:57:01.762 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-09-27T03:57:03.175Z[ recovery-image] Sep 27 03:57:01.783 INFO O| Sep 27 03:57:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70272024-09-27T03:57:03.177Z[ recovery-image] Sep 27 03:57:01.783 INFO O| Sep 27 03:57:01.783 INFO STEP 959 (remove_files) COMPLETE
70282024-09-27T03:57:03.177Z[ recovery-image] Sep 27 03:57:01.783 INFO O| Sep 27 03:57:01.783 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-09-27T03:57:03.195Z[ recovery-image] Sep 27 03:57:01.803 INFO O| Sep 27 03:57:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70302024-09-27T03:57:03.197Z[ recovery-image] Sep 27 03:57:01.803 INFO O| Sep 27 03:57:01.803 INFO STEP 960 (remove_files) COMPLETE
70312024-09-27T03:57:03.197Z[ recovery-image] Sep 27 03:57:01.804 INFO O| Sep 27 03:57:01.803 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-09-27T03:57:03.256Z[ recovery-image] Sep 27 03:57:01.864 INFO O| Sep 27 03:57:01.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70332024-09-27T03:57:03.259Z[ recovery-image] Sep 27 03:57:01.864 INFO O| Sep 27 03:57:01.864 INFO STEP 961 (remove_files) COMPLETE
70342024-09-27T03:57:03.259Z[ recovery-image] Sep 27 03:57:01.864 INFO O| Sep 27 03:57:01.864 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-09-27T03:57:03.278Z[ recovery-image] Sep 27 03:57:01.886 INFO O| Sep 27 03:57:01.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70362024-09-27T03:57:03.280Z[ recovery-image] Sep 27 03:57:01.886 INFO O| Sep 27 03:57:01.886 INFO STEP 962 (remove_files) COMPLETE
70372024-09-27T03:57:03.280Z[ recovery-image] Sep 27 03:57:01.886 INFO O| Sep 27 03:57:01.886 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-09-27T03:57:03.301Z[ recovery-image] Sep 27 03:57:01.909 INFO O| Sep 27 03:57:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70392024-09-27T03:57:03.301Z[ recovery-image] Sep 27 03:57:01.909 INFO O| Sep 27 03:57:01.909 INFO STEP 963 (remove_files) COMPLETE
70402024-09-27T03:57:03.304Z[ recovery-image] Sep 27 03:57:01.909 INFO O| Sep 27 03:57:01.909 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-09-27T03:57:03.326Z[ recovery-image] Sep 27 03:57:01.934 INFO O| Sep 27 03:57:01.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70422024-09-27T03:57:03.326Z[ recovery-image] Sep 27 03:57:01.934 INFO O| Sep 27 03:57:01.934 INFO STEP 964 (remove_files) COMPLETE
70432024-09-27T03:57:03.329Z[ recovery-image] Sep 27 03:57:01.935 INFO O| Sep 27 03:57:01.934 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-09-27T03:57:03.347Z[ recovery-image] Sep 27 03:57:01.955 INFO O| Sep 27 03:57:01.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70452024-09-27T03:57:03.347Z[ recovery-image] Sep 27 03:57:01.955 INFO O| Sep 27 03:57:01.955 INFO STEP 965 (remove_files) COMPLETE
70462024-09-27T03:57:03.349Z[ recovery-image] Sep 27 03:57:01.955 INFO O| Sep 27 03:57:01.955 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-09-27T03:57:03.405Z[ recovery-image] Sep 27 03:57:02.012 INFO O| Sep 27 03:57:02.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70482024-09-27T03:57:03.405Z[ recovery-image] Sep 27 03:57:02.012 INFO O| Sep 27 03:57:02.012 INFO STEP 966 (remove_files) COMPLETE
70492024-09-27T03:57:03.407Z[ recovery-image] Sep 27 03:57:02.013 INFO O| Sep 27 03:57:02.012 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-09-27T03:57:03.439Z[ recovery-image] Sep 27 03:57:02.046 INFO O| Sep 27 03:57:02.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70512024-09-27T03:57:03.441Z[ recovery-image] Sep 27 03:57:02.047 INFO O| Sep 27 03:57:02.047 INFO STEP 967 (remove_files) COMPLETE
70522024-09-27T03:57:03.441Z[ recovery-image] Sep 27 03:57:02.047 INFO O| Sep 27 03:57:02.047 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-09-27T03:57:03.458Z[ recovery-image] Sep 27 03:57:02.066 INFO O| Sep 27 03:57:02.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70542024-09-27T03:57:03.458Z[ recovery-image] Sep 27 03:57:02.066 INFO O| Sep 27 03:57:02.066 INFO STEP 968 (remove_files) COMPLETE
70552024-09-27T03:57:03.458Z[ recovery-image] Sep 27 03:57:02.066 INFO O| Sep 27 03:57:02.066 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-09-27T03:57:03.475Z[ recovery-image] Sep 27 03:57:02.083 INFO O| Sep 27 03:57:02.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70572024-09-27T03:57:03.475Z[ recovery-image] Sep 27 03:57:02.083 INFO O| Sep 27 03:57:02.083 INFO STEP 969 (remove_files) COMPLETE
70582024-09-27T03:57:03.475Z[ recovery-image] Sep 27 03:57:02.083 INFO O| Sep 27 03:57:02.083 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-09-27T03:57:03.500Z[ recovery-image] Sep 27 03:57:02.106 INFO O| Sep 27 03:57:02.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70602024-09-27T03:57:03.500Z[ recovery-image] Sep 27 03:57:02.106 INFO O| Sep 27 03:57:02.106 INFO STEP 970 (remove_files) COMPLETE
70612024-09-27T03:57:03.502Z[ recovery-image] Sep 27 03:57:02.106 INFO O| Sep 27 03:57:02.106 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-09-27T03:57:03.525Z[ recovery-image] Sep 27 03:57:02.133 INFO O| Sep 27 03:57:02.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70632024-09-27T03:57:03.525Z[ recovery-image] Sep 27 03:57:02.133 INFO O| Sep 27 03:57:02.133 INFO STEP 971 (remove_files) COMPLETE
70642024-09-27T03:57:03.528Z[ recovery-image] Sep 27 03:57:02.133 INFO O| Sep 27 03:57:02.133 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-09-27T03:57:03.570Z[ recovery-image] Sep 27 03:57:02.178 INFO O| Sep 27 03:57:02.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70662024-09-27T03:57:03.573Z[ recovery-image] Sep 27 03:57:02.178 INFO O| Sep 27 03:57:02.178 INFO STEP 972 (remove_files) COMPLETE
70672024-09-27T03:57:03.573Z[ recovery-image] Sep 27 03:57:02.178 INFO O| Sep 27 03:57:02.178 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-09-27T03:57:03.592Z[ recovery-image] Sep 27 03:57:02.199 INFO O| Sep 27 03:57:02.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70692024-09-27T03:57:03.594Z[ recovery-image] Sep 27 03:57:02.200 INFO O| Sep 27 03:57:02.200 INFO STEP 973 (remove_files) COMPLETE
70702024-09-27T03:57:03.594Z[ recovery-image] Sep 27 03:57:02.200 INFO O| Sep 27 03:57:02.200 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-09-27T03:57:03.626Z[ recovery-image] Sep 27 03:57:02.234 INFO O| Sep 27 03:57:02.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70722024-09-27T03:57:03.630Z[ recovery-image] Sep 27 03:57:02.235 INFO O| Sep 27 03:57:02.234 INFO STEP 974 (remove_files) COMPLETE
70732024-09-27T03:57:03.630Z[ recovery-image] Sep 27 03:57:02.235 INFO O| Sep 27 03:57:02.235 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-09-27T03:57:03.648Z[ recovery-image] Sep 27 03:57:02.256 INFO O| Sep 27 03:57:02.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70752024-09-27T03:57:03.648Z[ recovery-image] Sep 27 03:57:02.256 INFO O| Sep 27 03:57:02.256 INFO STEP 975 (remove_files) COMPLETE
70762024-09-27T03:57:03.648Z[ recovery-image] Sep 27 03:57:02.256 INFO O| Sep 27 03:57:02.256 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-09-27T03:57:03.669Z[ recovery-image] Sep 27 03:57:02.276 INFO O| Sep 27 03:57:02.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70782024-09-27T03:57:03.669Z[ recovery-image] Sep 27 03:57:02.276 INFO O| Sep 27 03:57:02.276 INFO STEP 976 (remove_files) COMPLETE
70792024-09-27T03:57:03.669Z[ recovery-image] Sep 27 03:57:02.276 INFO O| Sep 27 03:57:02.276 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-09-27T03:57:03.694Z[ recovery-image] Sep 27 03:57:02.302 INFO O| Sep 27 03:57:02.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70812024-09-27T03:57:03.740Z[ recovery-image] Sep 27 03:57:02.347 INFO O| Sep 27 03:57:02.347 INFO STEP 977 (remove_files) COMPLETE
70822024-09-27T03:57:03.740Z[ recovery-image] Sep 27 03:57:02.347 INFO O| Sep 27 03:57:02.347 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-09-27T03:57:03.778Z[ recovery-image] Sep 27 03:57:02.386 INFO O| Sep 27 03:57:02.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70842024-09-27T03:57:03.778Z[ recovery-image] Sep 27 03:57:02.386 INFO O| Sep 27 03:57:02.386 INFO STEP 978 (remove_files) COMPLETE
70852024-09-27T03:57:03.780Z[ recovery-image] Sep 27 03:57:02.386 INFO O| Sep 27 03:57:02.386 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-09-27T03:57:03.798Z[ recovery-image] Sep 27 03:57:02.405 INFO O| Sep 27 03:57:02.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70872024-09-27T03:57:03.798Z[ recovery-image] Sep 27 03:57:02.405 INFO O| Sep 27 03:57:02.405 INFO STEP 979 (remove_files) COMPLETE
70882024-09-27T03:57:03.798Z[ recovery-image] Sep 27 03:57:02.405 INFO O| Sep 27 03:57:02.405 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-09-27T03:57:03.814Z[ recovery-image] Sep 27 03:57:02.422 INFO O| Sep 27 03:57:02.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70902024-09-27T03:57:03.814Z[ recovery-image] Sep 27 03:57:02.422 INFO O| Sep 27 03:57:02.422 INFO STEP 980 (remove_files) COMPLETE
70912024-09-27T03:57:03.814Z[ recovery-image] Sep 27 03:57:02.422 INFO O| Sep 27 03:57:02.422 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-09-27T03:57:03.831Z[ recovery-image] Sep 27 03:57:02.439 INFO O| Sep 27 03:57:02.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70932024-09-27T03:57:03.831Z[ recovery-image] Sep 27 03:57:02.439 INFO O| Sep 27 03:57:02.439 INFO STEP 981 (remove_files) COMPLETE
70942024-09-27T03:57:03.833Z[ recovery-image] Sep 27 03:57:02.439 INFO O| Sep 27 03:57:02.439 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-09-27T03:57:03.860Z[ recovery-image] Sep 27 03:57:02.467 INFO O| Sep 27 03:57:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70962024-09-27T03:57:03.860Z[ recovery-image] Sep 27 03:57:02.467 INFO O| Sep 27 03:57:02.467 INFO STEP 982 (remove_files) COMPLETE
70972024-09-27T03:57:03.860Z[ recovery-image] Sep 27 03:57:02.467 INFO O| Sep 27 03:57:02.467 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-09-27T03:57:03.918Z[ recovery-image] Sep 27 03:57:02.525 INFO O| Sep 27 03:57:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70992024-09-27T03:57:03.918Z[ recovery-image] Sep 27 03:57:02.525 INFO O| Sep 27 03:57:02.525 INFO STEP 983 (remove_files) COMPLETE
71002024-09-27T03:57:03.918Z[ recovery-image] Sep 27 03:57:02.525 INFO O| Sep 27 03:57:02.525 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-09-27T03:57:03.977Z[ recovery-image] Sep 27 03:57:02.584 INFO O| Sep 27 03:57:02.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71022024-09-27T03:57:03.977Z[ recovery-image] Sep 27 03:57:02.584 INFO O| Sep 27 03:57:02.584 INFO STEP 984 (remove_files) COMPLETE
71032024-09-27T03:57:03.977Z[ recovery-image] Sep 27 03:57:02.584 INFO O| Sep 27 03:57:02.584 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-09-27T03:57:04.013Z[ recovery-image] Sep 27 03:57:02.621 INFO O| Sep 27 03:57:02.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71052024-09-27T03:57:04.013Z[ recovery-image] Sep 27 03:57:02.621 INFO O| Sep 27 03:57:02.621 INFO STEP 985 (remove_files) COMPLETE
71062024-09-27T03:57:04.013Z[ recovery-image] Sep 27 03:57:02.621 INFO O| Sep 27 03:57:02.621 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-09-27T03:57:04.035Z[ recovery-image] Sep 27 03:57:02.642 INFO O| Sep 27 03:57:02.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71082024-09-27T03:57:04.035Z[ recovery-image] Sep 27 03:57:02.642 INFO O| Sep 27 03:57:02.642 INFO STEP 986 (remove_files) COMPLETE
71092024-09-27T03:57:04.035Z[ recovery-image] Sep 27 03:57:02.642 INFO O| Sep 27 03:57:02.642 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-09-27T03:57:04.092Z[ recovery-image] Sep 27 03:57:02.699 INFO O| Sep 27 03:57:02.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71112024-09-27T03:57:04.092Z[ recovery-image] Sep 27 03:57:02.699 INFO O| Sep 27 03:57:02.699 INFO STEP 987 (remove_files) COMPLETE
71122024-09-27T03:57:04.092Z[ recovery-image] Sep 27 03:57:02.699 INFO O| Sep 27 03:57:02.699 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-09-27T03:57:04.123Z[ recovery-image] Sep 27 03:57:02.729 INFO O| Sep 27 03:57:02.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71142024-09-27T03:57:04.123Z[ recovery-image] Sep 27 03:57:02.729 INFO O| Sep 27 03:57:02.729 INFO STEP 988 (remove_files) COMPLETE
71152024-09-27T03:57:04.123Z[ recovery-image] Sep 27 03:57:02.729 INFO O| Sep 27 03:57:02.729 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-09-27T03:57:04.142Z[ recovery-image] Sep 27 03:57:02.750 INFO O| Sep 27 03:57:02.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71172024-09-27T03:57:04.142Z[ recovery-image] Sep 27 03:57:02.750 INFO O| Sep 27 03:57:02.750 INFO STEP 989 (remove_files) COMPLETE
71182024-09-27T03:57:04.142Z[ recovery-image] Sep 27 03:57:02.750 INFO O| Sep 27 03:57:02.750 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-09-27T03:57:04.171Z[ recovery-image] Sep 27 03:57:02.778 INFO O| Sep 27 03:57:02.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71202024-09-27T03:57:04.171Z[ recovery-image] Sep 27 03:57:02.778 INFO O| Sep 27 03:57:02.778 INFO STEP 990 (remove_files) COMPLETE
71212024-09-27T03:57:04.172Z[ recovery-image] Sep 27 03:57:02.778 INFO O| Sep 27 03:57:02.778 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-09-27T03:57:04.228Z[ recovery-image] Sep 27 03:57:02.835 INFO O| Sep 27 03:57:02.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71232024-09-27T03:57:04.228Z[ recovery-image] Sep 27 03:57:02.835 INFO O| Sep 27 03:57:02.835 INFO STEP 991 (remove_files) COMPLETE
71242024-09-27T03:57:04.228Z[ recovery-image] Sep 27 03:57:02.835 INFO O| Sep 27 03:57:02.835 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-09-27T03:57:04.245Z[ recovery-image] Sep 27 03:57:02.853 INFO O| Sep 27 03:57:02.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71262024-09-27T03:57:04.245Z[ recovery-image] Sep 27 03:57:02.853 INFO O| Sep 27 03:57:02.853 INFO STEP 992 (remove_files) COMPLETE
71272024-09-27T03:57:04.248Z[ recovery-image] Sep 27 03:57:02.853 INFO O| Sep 27 03:57:02.853 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-09-27T03:57:04.318Z[ recovery-image] Sep 27 03:57:02.926 INFO O| Sep 27 03:57:02.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71292024-09-27T03:57:04.319Z[ recovery-image] Sep 27 03:57:02.926 INFO O| Sep 27 03:57:02.926 INFO STEP 993 (remove_files) COMPLETE
71302024-09-27T03:57:04.321Z[ recovery-image] Sep 27 03:57:02.926 INFO O| Sep 27 03:57:02.926 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-09-27T03:57:04.346Z[ recovery-image] Sep 27 03:57:02.954 INFO O| Sep 27 03:57:02.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71322024-09-27T03:57:04.349Z[ recovery-image] Sep 27 03:57:02.954 INFO O| Sep 27 03:57:02.954 INFO STEP 994 (remove_files) COMPLETE
71332024-09-27T03:57:04.349Z[ recovery-image] Sep 27 03:57:02.955 INFO O| Sep 27 03:57:02.954 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-09-27T03:57:04.406Z[ recovery-image] Sep 27 03:57:03.014 INFO O| Sep 27 03:57:03.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71352024-09-27T03:57:04.409Z[ recovery-image] Sep 27 03:57:03.014 INFO O| Sep 27 03:57:03.014 INFO STEP 995 (remove_files) COMPLETE
71362024-09-27T03:57:04.409Z[ recovery-image] Sep 27 03:57:03.014 INFO O| Sep 27 03:57:03.014 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-09-27T03:57:04.427Z[ recovery-image] Sep 27 03:57:03.034 INFO O| Sep 27 03:57:03.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71382024-09-27T03:57:04.430Z[ recovery-image] Sep 27 03:57:03.035 INFO O| Sep 27 03:57:03.034 INFO STEP 996 (remove_files) COMPLETE
71392024-09-27T03:57:04.430Z[ recovery-image] Sep 27 03:57:03.035 INFO O| Sep 27 03:57:03.035 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-09-27T03:57:04.448Z[ recovery-image] Sep 27 03:57:03.056 INFO O| Sep 27 03:57:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71412024-09-27T03:57:04.451Z[ recovery-image] Sep 27 03:57:03.056 INFO O| Sep 27 03:57:03.056 INFO STEP 997 (remove_files) COMPLETE
71422024-09-27T03:57:04.451Z[ recovery-image] Sep 27 03:57:03.057 INFO O| Sep 27 03:57:03.056 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-09-27T03:57:04.469Z[ recovery-image] Sep 27 03:57:03.077 INFO O| Sep 27 03:57:03.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71442024-09-27T03:57:04.472Z[ recovery-image] Sep 27 03:57:03.077 INFO O| Sep 27 03:57:03.077 INFO STEP 998 (remove_files) COMPLETE
71452024-09-27T03:57:04.472Z[ recovery-image] Sep 27 03:57:03.077 INFO O| Sep 27 03:57:03.077 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-09-27T03:57:04.489Z[ recovery-image] Sep 27 03:57:03.097 INFO O| Sep 27 03:57:03.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71472024-09-27T03:57:04.489Z[ recovery-image] Sep 27 03:57:03.097 INFO O| Sep 27 03:57:03.097 INFO STEP 999 (remove_files) COMPLETE
71482024-09-27T03:57:04.492Z[ recovery-image] Sep 27 03:57:03.097 INFO O| Sep 27 03:57:03.097 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-09-27T03:57:04.506Z[ recovery-image] Sep 27 03:57:03.114 INFO O| Sep 27 03:57:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71502024-09-27T03:57:04.506Z[ recovery-image] Sep 27 03:57:03.114 INFO O| Sep 27 03:57:03.114 INFO STEP 1000 (remove_files) COMPLETE
71512024-09-27T03:57:04.506Z[ recovery-image] Sep 27 03:57:03.114 INFO O| Sep 27 03:57:03.114 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-09-27T03:57:04.538Z[ recovery-image] Sep 27 03:57:03.146 INFO O| Sep 27 03:57:03.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71532024-09-27T03:57:04.538Z[ recovery-image] Sep 27 03:57:03.146 INFO O| Sep 27 03:57:03.146 INFO STEP 1001 (remove_files) COMPLETE
71542024-09-27T03:57:04.539Z[ recovery-image] Sep 27 03:57:03.146 INFO O| Sep 27 03:57:03.146 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-09-27T03:57:04.598Z[ recovery-image] Sep 27 03:57:03.206 INFO O| Sep 27 03:57:03.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71562024-09-27T03:57:04.601Z[ recovery-image] Sep 27 03:57:03.206 INFO O| Sep 27 03:57:03.206 INFO STEP 1002 (remove_files) COMPLETE
71572024-09-27T03:57:04.601Z[ recovery-image] Sep 27 03:57:03.206 INFO O| Sep 27 03:57:03.206 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-09-27T03:57:04.617Z[ recovery-image] Sep 27 03:57:03.224 INFO O| Sep 27 03:57:03.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71592024-09-27T03:57:04.619Z[ recovery-image] Sep 27 03:57:03.225 INFO O| Sep 27 03:57:03.224 INFO STEP 1003 (remove_files) COMPLETE
71602024-09-27T03:57:04.619Z[ recovery-image] Sep 27 03:57:03.225 INFO O| Sep 27 03:57:03.225 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-09-27T03:57:04.651Z[ recovery-image] Sep 27 03:57:03.259 INFO O| Sep 27 03:57:03.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71622024-09-27T03:57:04.652Z[ recovery-image] Sep 27 03:57:03.259 INFO O| Sep 27 03:57:03.259 INFO STEP 1004 (remove_files) COMPLETE
71632024-09-27T03:57:04.652Z[ recovery-image] Sep 27 03:57:03.259 INFO O| Sep 27 03:57:03.259 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-09-27T03:57:04.709Z[ recovery-image] Sep 27 03:57:03.317 INFO O| Sep 27 03:57:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71652024-09-27T03:57:04.709Z[ recovery-image] Sep 27 03:57:03.317 INFO O| Sep 27 03:57:03.317 INFO STEP 1005 (remove_files) COMPLETE
71662024-09-27T03:57:04.709Z[ recovery-image] Sep 27 03:57:03.317 INFO O| Sep 27 03:57:03.317 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-09-27T03:57:04.770Z[ recovery-image] Sep 27 03:57:03.378 INFO O| Sep 27 03:57:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71682024-09-27T03:57:04.770Z[ recovery-image] Sep 27 03:57:03.378 INFO O| Sep 27 03:57:03.378 INFO STEP 1006 (remove_files) COMPLETE
71692024-09-27T03:57:04.770Z[ recovery-image] Sep 27 03:57:03.378 INFO O| Sep 27 03:57:03.378 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-09-27T03:57:04.788Z[ recovery-image] Sep 27 03:57:03.396 INFO O| Sep 27 03:57:03.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71712024-09-27T03:57:04.788Z[ recovery-image] Sep 27 03:57:03.396 INFO O| Sep 27 03:57:03.396 INFO STEP 1007 (remove_files) COMPLETE
71722024-09-27T03:57:04.791Z[ recovery-image] Sep 27 03:57:03.396 INFO O| Sep 27 03:57:03.396 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-09-27T03:57:04.847Z[ recovery-image] Sep 27 03:57:03.455 INFO O| Sep 27 03:57:03.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71742024-09-27T03:57:04.847Z[ recovery-image] Sep 27 03:57:03.455 INFO O| Sep 27 03:57:03.455 INFO STEP 1008 (remove_files) COMPLETE
71752024-09-27T03:57:04.850Z[ recovery-image] Sep 27 03:57:03.455 INFO O| Sep 27 03:57:03.455 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-09-27T03:57:04.907Z[ recovery-image] Sep 27 03:57:03.515 INFO O| Sep 27 03:57:03.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71772024-09-27T03:57:04.912Z[ recovery-image] Sep 27 03:57:03.515 INFO O| Sep 27 03:57:03.515 INFO STEP 1009 (remove_files) COMPLETE
71782024-09-27T03:57:04.912Z[ recovery-image] Sep 27 03:57:03.515 INFO O| Sep 27 03:57:03.515 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-09-27T03:57:04.928Z[ recovery-image] Sep 27 03:57:03.536 INFO O| Sep 27 03:57:03.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71802024-09-27T03:57:04.929Z[ recovery-image] Sep 27 03:57:03.536 INFO O| Sep 27 03:57:03.536 INFO STEP 1010 (remove_files) COMPLETE
71812024-09-27T03:57:04.931Z[ recovery-image] Sep 27 03:57:03.536 INFO O| Sep 27 03:57:03.536 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-09-27T03:57:04.949Z[ recovery-image] Sep 27 03:57:03.555 INFO O| Sep 27 03:57:03.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71832024-09-27T03:57:04.949Z[ recovery-image] Sep 27 03:57:03.555 INFO O| Sep 27 03:57:03.555 INFO STEP 1011 (remove_files) COMPLETE
71842024-09-27T03:57:04.949Z[ recovery-image] Sep 27 03:57:03.555 INFO O| Sep 27 03:57:03.555 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-09-27T03:57:04.990Z[ recovery-image] Sep 27 03:57:03.597 INFO O| Sep 27 03:57:03.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71862024-09-27T03:57:04.990Z[ recovery-image] Sep 27 03:57:03.597 INFO O| Sep 27 03:57:03.597 INFO STEP 1012 (remove_files) COMPLETE
71872024-09-27T03:57:04.992Z[ recovery-image] Sep 27 03:57:03.597 INFO O| Sep 27 03:57:03.597 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-09-27T03:57:05.009Z[ recovery-image] Sep 27 03:57:03.616 INFO O| Sep 27 03:57:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71892024-09-27T03:57:05.009Z[ recovery-image] Sep 27 03:57:03.616 INFO O| Sep 27 03:57:03.616 INFO STEP 1013 (remove_files) COMPLETE
71902024-09-27T03:57:05.009Z[ recovery-image] Sep 27 03:57:03.616 INFO O| Sep 27 03:57:03.616 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-09-27T03:57:05.027Z[ recovery-image] Sep 27 03:57:03.634 INFO O| Sep 27 03:57:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71922024-09-27T03:57:05.027Z[ recovery-image] Sep 27 03:57:03.634 INFO O| Sep 27 03:57:03.634 INFO STEP 1014 (remove_files) COMPLETE
71932024-09-27T03:57:05.027Z[ recovery-image] Sep 27 03:57:03.634 INFO O| Sep 27 03:57:03.634 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-09-27T03:57:05.086Z[ recovery-image] Sep 27 03:57:03.693 INFO O| Sep 27 03:57:03.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71952024-09-27T03:57:05.086Z[ recovery-image] Sep 27 03:57:03.694 INFO O| Sep 27 03:57:03.693 INFO STEP 1015 (remove_files) COMPLETE
71962024-09-27T03:57:05.086Z[ recovery-image] Sep 27 03:57:03.694 INFO O| Sep 27 03:57:03.694 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-09-27T03:57:05.105Z[ recovery-image] Sep 27 03:57:03.713 INFO O| Sep 27 03:57:03.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71982024-09-27T03:57:05.105Z[ recovery-image] Sep 27 03:57:03.713 INFO O| Sep 27 03:57:03.713 INFO STEP 1016 (remove_files) COMPLETE
71992024-09-27T03:57:05.108Z[ recovery-image] Sep 27 03:57:03.713 INFO O| Sep 27 03:57:03.713 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-09-27T03:57:05.126Z[ recovery-image] Sep 27 03:57:03.733 INFO O| Sep 27 03:57:03.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72012024-09-27T03:57:05.128Z[ recovery-image] Sep 27 03:57:03.733 INFO O| Sep 27 03:57:03.733 INFO STEP 1017 (remove_files) COMPLETE
72022024-09-27T03:57:05.128Z[ recovery-image] Sep 27 03:57:03.734 INFO O| Sep 27 03:57:03.733 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-09-27T03:57:05.159Z[ recovery-image] Sep 27 03:57:03.766 INFO O| Sep 27 03:57:03.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72042024-09-27T03:57:05.159Z[ recovery-image] Sep 27 03:57:03.766 INFO O| Sep 27 03:57:03.766 INFO STEP 1018 (remove_files) COMPLETE
72052024-09-27T03:57:05.159Z[ recovery-image] Sep 27 03:57:03.766 INFO O| Sep 27 03:57:03.766 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-09-27T03:57:05.178Z[ recovery-image] Sep 27 03:57:03.786 INFO O| Sep 27 03:57:03.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72072024-09-27T03:57:05.181Z[ recovery-image] Sep 27 03:57:03.786 INFO O| Sep 27 03:57:03.786 INFO STEP 1019 (remove_files) COMPLETE
72082024-09-27T03:57:05.181Z[ recovery-image] Sep 27 03:57:03.786 INFO O| Sep 27 03:57:03.786 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-09-27T03:57:05.197Z[ recovery-image] Sep 27 03:57:03.805 INFO O| Sep 27 03:57:03.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72102024-09-27T03:57:05.200Z[ recovery-image] Sep 27 03:57:03.805 INFO O| Sep 27 03:57:03.805 INFO STEP 1020 (remove_files) COMPLETE
72112024-09-27T03:57:05.200Z[ recovery-image] Sep 27 03:57:03.805 INFO O| Sep 27 03:57:03.805 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-09-27T03:57:05.255Z[ recovery-image] Sep 27 03:57:03.862 INFO O| Sep 27 03:57:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72132024-09-27T03:57:05.255Z[ recovery-image] Sep 27 03:57:03.862 INFO O| Sep 27 03:57:03.862 INFO STEP 1021 (remove_files) COMPLETE
72142024-09-27T03:57:05.255Z[ recovery-image] Sep 27 03:57:03.862 INFO O| Sep 27 03:57:03.862 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-09-27T03:57:05.319Z[ recovery-image] Sep 27 03:57:03.927 INFO O| Sep 27 03:57:03.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72162024-09-27T03:57:05.321Z[ recovery-image] Sep 27 03:57:03.927 INFO O| Sep 27 03:57:03.927 INFO STEP 1022 (remove_files) COMPLETE
72172024-09-27T03:57:05.321Z[ recovery-image] Sep 27 03:57:03.927 INFO O| Sep 27 03:57:03.927 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-09-27T03:57:05.338Z[ recovery-image] Sep 27 03:57:03.946 INFO O| Sep 27 03:57:03.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72192024-09-27T03:57:05.341Z[ recovery-image] Sep 27 03:57:03.946 INFO O| Sep 27 03:57:03.946 INFO STEP 1023 (remove_files) COMPLETE
72202024-09-27T03:57:05.341Z[ recovery-image] Sep 27 03:57:03.946 INFO O| Sep 27 03:57:03.946 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-09-27T03:57:05.356Z[ recovery-image] Sep 27 03:57:03.964 INFO O| Sep 27 03:57:03.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72222024-09-27T03:57:05.359Z[ recovery-image] Sep 27 03:57:03.964 INFO O| Sep 27 03:57:03.964 INFO STEP 1024 (remove_files) COMPLETE
72232024-09-27T03:57:05.359Z[ recovery-image] Sep 27 03:57:03.964 INFO O| Sep 27 03:57:03.964 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-09-27T03:57:05.392Z[ recovery-image] Sep 27 03:57:04.000 INFO O| Sep 27 03:57:03.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72252024-09-27T03:57:05.392Z[ recovery-image] Sep 27 03:57:04.000 INFO O| Sep 27 03:57:04.000 INFO STEP 1025 (remove_files) COMPLETE
72262024-09-27T03:57:05.392Z[ recovery-image] Sep 27 03:57:04.000 INFO O| Sep 27 03:57:04.000 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-09-27T03:57:05.454Z[ recovery-image] Sep 27 03:57:04.062 INFO O| Sep 27 03:57:04.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72282024-09-27T03:57:05.478Z[ recovery-image] Sep 27 03:57:04.086 INFO O| Sep 27 03:57:04.086 INFO STEP 1026 (remove_files) COMPLETE
72292024-09-27T03:57:05.478Z[ recovery-image] Sep 27 03:57:04.086 INFO O| Sep 27 03:57:04.086 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-09-27T03:57:05.509Z[ recovery-image] Sep 27 03:57:04.117 INFO O| Sep 27 03:57:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72312024-09-27T03:57:05.510Z[ recovery-image] Sep 27 03:57:04.117 INFO O| Sep 27 03:57:04.117 INFO STEP 1027 (remove_files) COMPLETE
72322024-09-27T03:57:05.512Z[ recovery-image] Sep 27 03:57:04.117 INFO O| Sep 27 03:57:04.117 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-09-27T03:57:05.527Z[ recovery-image] Sep 27 03:57:04.135 INFO O| Sep 27 03:57:04.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72342024-09-27T03:57:05.528Z[ recovery-image] Sep 27 03:57:04.135 INFO O| Sep 27 03:57:04.135 INFO STEP 1028 (remove_files) COMPLETE
72352024-09-27T03:57:05.528Z[ recovery-image] Sep 27 03:57:04.135 INFO O| Sep 27 03:57:04.135 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-09-27T03:57:05.579Z[ recovery-image] Sep 27 03:57:04.186 INFO O| Sep 27 03:57:04.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72372024-09-27T03:57:05.582Z[ recovery-image] Sep 27 03:57:04.187 INFO O| Sep 27 03:57:04.186 INFO STEP 1029 (remove_files) COMPLETE
72382024-09-27T03:57:05.582Z[ recovery-image] Sep 27 03:57:04.187 INFO O| Sep 27 03:57:04.187 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-09-27T03:57:05.602Z[ recovery-image] Sep 27 03:57:04.209 INFO O| Sep 27 03:57:04.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72402024-09-27T03:57:05.602Z[ recovery-image] Sep 27 03:57:04.209 INFO O| Sep 27 03:57:04.209 INFO STEP 1030 (remove_files) COMPLETE
72412024-09-27T03:57:05.604Z[ recovery-image] Sep 27 03:57:04.209 INFO O| Sep 27 03:57:04.209 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-09-27T03:57:05.639Z[ recovery-image] Sep 27 03:57:04.246 INFO O| Sep 27 03:57:04.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72432024-09-27T03:57:05.639Z[ recovery-image] Sep 27 03:57:04.247 INFO O| Sep 27 03:57:04.246 INFO STEP 1031 (remove_files) COMPLETE
72442024-09-27T03:57:05.639Z[ recovery-image] Sep 27 03:57:04.247 INFO O| Sep 27 03:57:04.247 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-09-27T03:57:05.660Z[ recovery-image] Sep 27 03:57:04.267 INFO O| Sep 27 03:57:04.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72462024-09-27T03:57:05.660Z[ recovery-image] Sep 27 03:57:04.267 INFO O| Sep 27 03:57:04.267 INFO STEP 1032 (remove_files) COMPLETE
72472024-09-27T03:57:05.660Z[ recovery-image] Sep 27 03:57:04.268 INFO O| Sep 27 03:57:04.267 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-09-27T03:57:05.698Z[ recovery-image] Sep 27 03:57:04.305 INFO O| Sep 27 03:57:04.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72492024-09-27T03:57:05.698Z[ recovery-image] Sep 27 03:57:04.305 INFO O| Sep 27 03:57:04.305 INFO STEP 1033 (remove_files) COMPLETE
72502024-09-27T03:57:05.698Z[ recovery-image] Sep 27 03:57:04.305 INFO O| Sep 27 03:57:04.305 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-09-27T03:57:05.718Z[ recovery-image] Sep 27 03:57:04.325 INFO O| Sep 27 03:57:04.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72522024-09-27T03:57:05.718Z[ recovery-image] Sep 27 03:57:04.325 INFO O| Sep 27 03:57:04.325 INFO STEP 1034 (remove_files) COMPLETE
72532024-09-27T03:57:05.718Z[ recovery-image] Sep 27 03:57:04.325 INFO O| Sep 27 03:57:04.325 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-09-27T03:57:05.737Z[ recovery-image] Sep 27 03:57:04.344 INFO O| Sep 27 03:57:04.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72552024-09-27T03:57:05.737Z[ recovery-image] Sep 27 03:57:04.344 INFO O| Sep 27 03:57:04.344 INFO STEP 1035 (remove_files) COMPLETE
72562024-09-27T03:57:05.737Z[ recovery-image] Sep 27 03:57:04.344 INFO O| Sep 27 03:57:04.344 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-09-27T03:57:05.755Z[ recovery-image] Sep 27 03:57:04.362 INFO O| Sep 27 03:57:04.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72582024-09-27T03:57:05.755Z[ recovery-image] Sep 27 03:57:04.362 INFO O| Sep 27 03:57:04.362 INFO STEP 1036 (remove_files) COMPLETE
72592024-09-27T03:57:05.757Z[ recovery-image] Sep 27 03:57:04.362 INFO O| Sep 27 03:57:04.362 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-09-27T03:57:05.771Z[ recovery-image] Sep 27 03:57:04.379 INFO O| Sep 27 03:57:04.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72612024-09-27T03:57:05.771Z[ recovery-image] Sep 27 03:57:04.379 INFO O| Sep 27 03:57:04.379 INFO STEP 1037 (remove_files) COMPLETE
72622024-09-27T03:57:05.774Z[ recovery-image] Sep 27 03:57:04.379 INFO O| Sep 27 03:57:04.379 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-09-27T03:57:05.789Z[ recovery-image] Sep 27 03:57:04.397 INFO O| Sep 27 03:57:04.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72642024-09-27T03:57:05.789Z[ recovery-image] Sep 27 03:57:04.397 INFO O| Sep 27 03:57:04.397 INFO STEP 1038 (remove_files) COMPLETE
72652024-09-27T03:57:05.792Z[ recovery-image] Sep 27 03:57:04.397 INFO O| Sep 27 03:57:04.397 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-09-27T03:57:05.808Z[ recovery-image] Sep 27 03:57:04.415 INFO O| Sep 27 03:57:04.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72672024-09-27T03:57:05.808Z[ recovery-image] Sep 27 03:57:04.415 INFO O| Sep 27 03:57:04.415 INFO STEP 1039 (remove_files) COMPLETE
72682024-09-27T03:57:05.808Z[ recovery-image] Sep 27 03:57:04.415 INFO O| Sep 27 03:57:04.415 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-09-27T03:57:05.850Z[ recovery-image] Sep 27 03:57:04.457 INFO O| Sep 27 03:57:04.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72702024-09-27T03:57:05.851Z[ recovery-image] Sep 27 03:57:04.457 INFO O| Sep 27 03:57:04.457 INFO STEP 1040 (remove_files) COMPLETE
72712024-09-27T03:57:05.851Z[ recovery-image] Sep 27 03:57:04.457 INFO O| Sep 27 03:57:04.457 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-09-27T03:57:05.905Z[ recovery-image] Sep 27 03:57:04.513 INFO O| Sep 27 03:57:04.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72732024-09-27T03:57:05.906Z[ recovery-image] Sep 27 03:57:04.513 INFO O| Sep 27 03:57:04.513 INFO STEP 1041 (remove_files) COMPLETE
72742024-09-27T03:57:05.906Z[ recovery-image] Sep 27 03:57:04.513 INFO O| Sep 27 03:57:04.513 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-09-27T03:57:05.924Z[ recovery-image] Sep 27 03:57:04.531 INFO O| Sep 27 03:57:04.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72762024-09-27T03:57:05.924Z[ recovery-image] Sep 27 03:57:04.531 INFO O| Sep 27 03:57:04.531 INFO STEP 1042 (remove_files) COMPLETE
72772024-09-27T03:57:05.930Z[ recovery-image] Sep 27 03:57:04.531 INFO O| Sep 27 03:57:04.531 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-09-27T03:57:05.941Z[ recovery-image] Sep 27 03:57:04.549 INFO O| Sep 27 03:57:04.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72792024-09-27T03:57:05.941Z[ recovery-image] Sep 27 03:57:04.549 INFO O| Sep 27 03:57:04.549 INFO STEP 1043 (remove_files) COMPLETE
72802024-09-27T03:57:05.941Z[ recovery-image] Sep 27 03:57:04.549 INFO O| Sep 27 03:57:04.549 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-09-27T03:57:05.960Z[ recovery-image] Sep 27 03:57:04.567 INFO O| Sep 27 03:57:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72822024-09-27T03:57:05.960Z[ recovery-image] Sep 27 03:57:04.567 INFO O| Sep 27 03:57:04.567 INFO STEP 1044 (remove_files) COMPLETE
72832024-09-27T03:57:05.963Z[ recovery-image] Sep 27 03:57:04.567 INFO O| Sep 27 03:57:04.567 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-09-27T03:57:05.978Z[ recovery-image] Sep 27 03:57:04.585 INFO O| Sep 27 03:57:04.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72852024-09-27T03:57:05.978Z[ recovery-image] Sep 27 03:57:04.586 INFO O| Sep 27 03:57:04.585 INFO STEP 1045 (remove_files) COMPLETE
72862024-09-27T03:57:05.978Z[ recovery-image] Sep 27 03:57:04.586 INFO O| Sep 27 03:57:04.586 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-09-27T03:57:06.015Z[ recovery-image] Sep 27 03:57:04.622 INFO O| Sep 27 03:57:04.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72882024-09-27T03:57:06.015Z[ recovery-image] Sep 27 03:57:04.622 INFO O| Sep 27 03:57:04.622 INFO STEP 1046 (remove_files) COMPLETE
72892024-09-27T03:57:06.018Z[ recovery-image] Sep 27 03:57:04.622 INFO O| Sep 27 03:57:04.622 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-09-27T03:57:06.034Z[ recovery-image] Sep 27 03:57:04.641 INFO O| Sep 27 03:57:04.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72912024-09-27T03:57:06.036Z[ recovery-image] Sep 27 03:57:04.642 INFO O| Sep 27 03:57:04.641 INFO STEP 1047 (remove_files) COMPLETE
72922024-09-27T03:57:06.036Z[ recovery-image] Sep 27 03:57:04.642 INFO O| Sep 27 03:57:04.641 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-09-27T03:57:06.052Z[ recovery-image] Sep 27 03:57:04.660 INFO O| Sep 27 03:57:04.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72942024-09-27T03:57:06.055Z[ recovery-image] Sep 27 03:57:04.660 INFO O| Sep 27 03:57:04.660 INFO STEP 1048 (remove_files) COMPLETE
72952024-09-27T03:57:06.055Z[ recovery-image] Sep 27 03:57:04.660 INFO O| Sep 27 03:57:04.660 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-09-27T03:57:06.072Z[ recovery-image] Sep 27 03:57:04.679 INFO O| Sep 27 03:57:04.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72972024-09-27T03:57:06.075Z[ recovery-image] Sep 27 03:57:04.680 INFO O| Sep 27 03:57:04.679 INFO STEP 1049 (remove_files) COMPLETE
72982024-09-27T03:57:06.075Z[ recovery-image] Sep 27 03:57:04.680 INFO O| Sep 27 03:57:04.680 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-09-27T03:57:06.093Z[ recovery-image] Sep 27 03:57:04.699 INFO O| Sep 27 03:57:04.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73002024-09-27T03:57:06.096Z[ recovery-image] Sep 27 03:57:04.699 INFO O| Sep 27 03:57:04.699 INFO STEP 1050 (remove_files) COMPLETE
73012024-09-27T03:57:06.096Z[ recovery-image] Sep 27 03:57:04.699 INFO O| Sep 27 03:57:04.699 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-09-27T03:57:06.115Z[ recovery-image] Sep 27 03:57:04.722 INFO O| Sep 27 03:57:04.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73032024-09-27T03:57:06.115Z[ recovery-image] Sep 27 03:57:04.722 INFO O| Sep 27 03:57:04.722 INFO STEP 1051 (remove_files) COMPLETE
73042024-09-27T03:57:06.118Z[ recovery-image] Sep 27 03:57:04.723 INFO O| Sep 27 03:57:04.722 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-09-27T03:57:06.173Z[ recovery-image] Sep 27 03:57:04.780 INFO O| Sep 27 03:57:04.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73062024-09-27T03:57:06.173Z[ recovery-image] Sep 27 03:57:04.780 INFO O| Sep 27 03:57:04.780 INFO STEP 1052 (remove_files) COMPLETE
73072024-09-27T03:57:06.173Z[ recovery-image] Sep 27 03:57:04.780 INFO O| Sep 27 03:57:04.780 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-09-27T03:57:06.192Z[ recovery-image] Sep 27 03:57:04.799 INFO O| Sep 27 03:57:04.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73092024-09-27T03:57:06.192Z[ recovery-image] Sep 27 03:57:04.799 INFO O| Sep 27 03:57:04.799 INFO STEP 1053 (remove_files) COMPLETE
73102024-09-27T03:57:06.192Z[ recovery-image] Sep 27 03:57:04.799 INFO O| Sep 27 03:57:04.799 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-09-27T03:57:06.211Z[ recovery-image] Sep 27 03:57:04.818 INFO O| Sep 27 03:57:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73122024-09-27T03:57:06.211Z[ recovery-image] Sep 27 03:57:04.818 INFO O| Sep 27 03:57:04.818 INFO STEP 1054 (remove_files) COMPLETE
73132024-09-27T03:57:06.211Z[ recovery-image] Sep 27 03:57:04.818 INFO O| Sep 27 03:57:04.818 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-09-27T03:57:06.297Z[ recovery-image] Sep 27 03:57:04.905 INFO O| Sep 27 03:57:04.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73152024-09-27T03:57:06.298Z[ recovery-image] Sep 27 03:57:04.905 INFO O| Sep 27 03:57:04.905 INFO STEP 1055 (remove_files) COMPLETE
73162024-09-27T03:57:06.298Z[ recovery-image] Sep 27 03:57:04.905 INFO O| Sep 27 03:57:04.905 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-09-27T03:57:06.320Z[ recovery-image] Sep 27 03:57:04.928 INFO O| Sep 27 03:57:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73182024-09-27T03:57:06.320Z[ recovery-image] Sep 27 03:57:04.928 INFO O| Sep 27 03:57:04.928 INFO STEP 1056 (remove_files) COMPLETE
73192024-09-27T03:57:06.321Z[ recovery-image] Sep 27 03:57:04.928 INFO O| Sep 27 03:57:04.928 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-09-27T03:57:06.341Z[ recovery-image] Sep 27 03:57:04.949 INFO O| Sep 27 03:57:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73212024-09-27T03:57:06.341Z[ recovery-image] Sep 27 03:57:04.949 INFO O| Sep 27 03:57:04.949 INFO STEP 1057 (remove_files) COMPLETE
73222024-09-27T03:57:06.344Z[ recovery-image] Sep 27 03:57:04.949 INFO O| Sep 27 03:57:04.949 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-09-27T03:57:06.373Z[ recovery-image] Sep 27 03:57:04.980 INFO O| Sep 27 03:57:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73242024-09-27T03:57:06.373Z[ recovery-image] Sep 27 03:57:04.980 INFO O| Sep 27 03:57:04.980 INFO STEP 1058 (remove_files) COMPLETE
73252024-09-27T03:57:06.373Z[ recovery-image] Sep 27 03:57:04.980 INFO O| Sep 27 03:57:04.980 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-09-27T03:57:06.433Z[ recovery-image] Sep 27 03:57:05.041 INFO O| Sep 27 03:57:05.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73272024-09-27T03:57:06.434Z[ recovery-image] Sep 27 03:57:05.041 INFO O| Sep 27 03:57:05.041 INFO STEP 1059 (remove_files) COMPLETE
73282024-09-27T03:57:06.436Z[ recovery-image] Sep 27 03:57:05.041 INFO O| Sep 27 03:57:05.041 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-09-27T03:57:06.454Z[ recovery-image] Sep 27 03:57:05.061 INFO O| Sep 27 03:57:05.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73302024-09-27T03:57:06.454Z[ recovery-image] Sep 27 03:57:05.062 INFO O| Sep 27 03:57:05.062 INFO STEP 1060 (remove_files) COMPLETE
73312024-09-27T03:57:06.456Z[ recovery-image] Sep 27 03:57:05.062 INFO O| Sep 27 03:57:05.062 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-09-27T03:57:06.472Z[ recovery-image] Sep 27 03:57:05.080 INFO O| Sep 27 03:57:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73332024-09-27T03:57:06.472Z[ recovery-image] Sep 27 03:57:05.080 INFO O| Sep 27 03:57:05.080 INFO STEP 1061 (remove_files) COMPLETE
73342024-09-27T03:57:06.475Z[ recovery-image] Sep 27 03:57:05.080 INFO O| Sep 27 03:57:05.080 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-09-27T03:57:06.490Z[ recovery-image] Sep 27 03:57:05.098 INFO O| Sep 27 03:57:05.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73362024-09-27T03:57:06.490Z[ recovery-image] Sep 27 03:57:05.098 INFO O| Sep 27 03:57:05.098 INFO STEP 1062 (remove_files) COMPLETE
73372024-09-27T03:57:06.490Z[ recovery-image] Sep 27 03:57:05.098 INFO O| Sep 27 03:57:05.098 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-09-27T03:57:06.525Z[ recovery-image] Sep 27 03:57:05.132 INFO O| Sep 27 03:57:05.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73392024-09-27T03:57:06.525Z[ recovery-image] Sep 27 03:57:05.132 INFO O| Sep 27 03:57:05.132 INFO STEP 1063 (remove_files) COMPLETE
73402024-09-27T03:57:06.525Z[ recovery-image] Sep 27 03:57:05.132 INFO O| Sep 27 03:57:05.132 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-09-27T03:57:06.558Z[ recovery-image] Sep 27 03:57:05.166 INFO O| Sep 27 03:57:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73422024-09-27T03:57:06.558Z[ recovery-image] Sep 27 03:57:05.166 INFO O| Sep 27 03:57:05.166 INFO STEP 1064 (remove_files) COMPLETE
73432024-09-27T03:57:06.561Z[ recovery-image] Sep 27 03:57:05.166 INFO O| Sep 27 03:57:05.166 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-09-27T03:57:06.585Z[ recovery-image] Sep 27 03:57:05.192 INFO O| Sep 27 03:57:05.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73452024-09-27T03:57:06.585Z[ recovery-image] Sep 27 03:57:05.192 INFO O| Sep 27 03:57:05.192 INFO STEP 1065 (remove_files) COMPLETE
73462024-09-27T03:57:06.587Z[ recovery-image] Sep 27 03:57:05.192 INFO O| Sep 27 03:57:05.192 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-09-27T03:57:06.604Z[ recovery-image] Sep 27 03:57:05.211 INFO O| Sep 27 03:57:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73482024-09-27T03:57:06.604Z[ recovery-image] Sep 27 03:57:05.211 INFO O| Sep 27 03:57:05.211 INFO STEP 1066 (remove_files) COMPLETE
73492024-09-27T03:57:06.604Z[ recovery-image] Sep 27 03:57:05.211 INFO O| Sep 27 03:57:05.211 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-09-27T03:57:06.623Z[ recovery-image] Sep 27 03:57:05.230 INFO O| Sep 27 03:57:05.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73512024-09-27T03:57:06.623Z[ recovery-image] Sep 27 03:57:05.230 INFO O| Sep 27 03:57:05.230 INFO STEP 1067 (remove_files) COMPLETE
73522024-09-27T03:57:06.626Z[ recovery-image] Sep 27 03:57:05.231 INFO O| Sep 27 03:57:05.230 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-09-27T03:57:06.643Z[ recovery-image] Sep 27 03:57:05.251 INFO O| Sep 27 03:57:05.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73542024-09-27T03:57:06.643Z[ recovery-image] Sep 27 03:57:05.251 INFO O| Sep 27 03:57:05.251 INFO STEP 1068 (remove_files) COMPLETE
73552024-09-27T03:57:06.643Z[ recovery-image] Sep 27 03:57:05.251 INFO O| Sep 27 03:57:05.251 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-09-27T03:57:06.675Z[ recovery-image] Sep 27 03:57:05.282 INFO O| Sep 27 03:57:05.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73572024-09-27T03:57:06.677Z[ recovery-image] Sep 27 03:57:05.283 INFO O| Sep 27 03:57:05.282 INFO STEP 1069 (remove_files) COMPLETE
73582024-09-27T03:57:06.677Z[ recovery-image] Sep 27 03:57:05.283 INFO O| Sep 27 03:57:05.282 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-09-27T03:57:06.695Z[ recovery-image] Sep 27 03:57:05.302 INFO O| Sep 27 03:57:05.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73602024-09-27T03:57:06.697Z[ recovery-image] Sep 27 03:57:05.302 INFO O| Sep 27 03:57:05.302 INFO STEP 1070 (remove_files) COMPLETE
73612024-09-27T03:57:06.697Z[ recovery-image] Sep 27 03:57:05.302 INFO O| Sep 27 03:57:05.302 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-09-27T03:57:06.715Z[ recovery-image] Sep 27 03:57:05.322 INFO O| Sep 27 03:57:05.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73632024-09-27T03:57:06.717Z[ recovery-image] Sep 27 03:57:05.322 INFO O| Sep 27 03:57:05.322 INFO STEP 1071 (remove_files) COMPLETE
73642024-09-27T03:57:06.717Z[ recovery-image] Sep 27 03:57:05.322 INFO O| Sep 27 03:57:05.322 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-09-27T03:57:06.736Z[ recovery-image] Sep 27 03:57:05.343 INFO O| Sep 27 03:57:05.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73662024-09-27T03:57:06.738Z[ recovery-image] Sep 27 03:57:05.343 INFO O| Sep 27 03:57:05.343 INFO STEP 1072 (remove_files) COMPLETE
73672024-09-27T03:57:06.738Z[ recovery-image] Sep 27 03:57:05.343 INFO O| Sep 27 03:57:05.343 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-09-27T03:57:06.770Z[ recovery-image] Sep 27 03:57:05.377 INFO O| Sep 27 03:57:05.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73692024-09-27T03:57:06.770Z[ recovery-image] Sep 27 03:57:05.377 INFO O| Sep 27 03:57:05.377 INFO STEP 1073 (remove_files) COMPLETE
73702024-09-27T03:57:06.770Z[ recovery-image] Sep 27 03:57:05.377 INFO O| Sep 27 03:57:05.377 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-09-27T03:57:06.788Z[ recovery-image] Sep 27 03:57:05.396 INFO O| Sep 27 03:57:05.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73722024-09-27T03:57:06.788Z[ recovery-image] Sep 27 03:57:05.396 INFO O| Sep 27 03:57:05.396 INFO STEP 1074 (remove_files) COMPLETE
73732024-09-27T03:57:06.788Z[ recovery-image] Sep 27 03:57:05.396 INFO O| Sep 27 03:57:05.396 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-09-27T03:57:06.805Z[ recovery-image] Sep 27 03:57:05.413 INFO O| Sep 27 03:57:05.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73752024-09-27T03:57:06.805Z[ recovery-image] Sep 27 03:57:05.413 INFO O| Sep 27 03:57:05.413 INFO STEP 1075 (remove_files) COMPLETE
73762024-09-27T03:57:06.808Z[ recovery-image] Sep 27 03:57:05.413 INFO O| Sep 27 03:57:05.413 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-09-27T03:57:06.823Z[ recovery-image] Sep 27 03:57:05.430 INFO O| Sep 27 03:57:05.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73782024-09-27T03:57:06.823Z[ recovery-image] Sep 27 03:57:05.430 INFO O| Sep 27 03:57:05.430 INFO STEP 1076 (remove_files) COMPLETE
73792024-09-27T03:57:06.823Z[ recovery-image] Sep 27 03:57:05.430 INFO O| Sep 27 03:57:05.430 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-09-27T03:57:06.854Z[ recovery-image] Sep 27 03:57:05.461 INFO O| Sep 27 03:57:05.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73812024-09-27T03:57:06.857Z[ recovery-image] Sep 27 03:57:05.461 INFO O| Sep 27 03:57:05.461 INFO STEP 1077 (remove_files) COMPLETE
73822024-09-27T03:57:06.857Z[ recovery-image] Sep 27 03:57:05.461 INFO O| Sep 27 03:57:05.461 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-09-27T03:57:06.891Z[ recovery-image] Sep 27 03:57:05.498 INFO O| Sep 27 03:57:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73842024-09-27T03:57:06.891Z[ recovery-image] Sep 27 03:57:05.498 INFO O| Sep 27 03:57:05.498 INFO STEP 1078 (remove_files) COMPLETE
73852024-09-27T03:57:06.894Z[ recovery-image] Sep 27 03:57:05.498 INFO O| Sep 27 03:57:05.498 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-09-27T03:57:06.963Z[ recovery-image] Sep 27 03:57:05.570 INFO O| Sep 27 03:57:05.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73872024-09-27T03:57:06.963Z[ recovery-image] Sep 27 03:57:05.570 INFO O| Sep 27 03:57:05.570 INFO STEP 1079 (remove_files) COMPLETE
73882024-09-27T03:57:06.963Z[ recovery-image] Sep 27 03:57:05.570 INFO O| Sep 27 03:57:05.570 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-09-27T03:57:06.984Z[ recovery-image] Sep 27 03:57:05.592 INFO O| Sep 27 03:57:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73902024-09-27T03:57:06.985Z[ recovery-image] Sep 27 03:57:05.592 INFO O| Sep 27 03:57:05.592 INFO STEP 1080 (remove_files) COMPLETE
73912024-09-27T03:57:06.985Z[ recovery-image] Sep 27 03:57:05.592 INFO O| Sep 27 03:57:05.592 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-09-27T03:57:07.007Z[ recovery-image] Sep 27 03:57:05.614 INFO O| Sep 27 03:57:05.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73932024-09-27T03:57:07.007Z[ recovery-image] Sep 27 03:57:05.614 INFO O| Sep 27 03:57:05.614 INFO STEP 1081 (remove_files) COMPLETE
73942024-09-27T03:57:07.007Z[ recovery-image] Sep 27 03:57:05.614 INFO O| Sep 27 03:57:05.614 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-09-27T03:57:07.027Z[ recovery-image] Sep 27 03:57:05.635 INFO O| Sep 27 03:57:05.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73962024-09-27T03:57:07.030Z[ recovery-image] Sep 27 03:57:05.635 INFO O| Sep 27 03:57:05.635 INFO STEP 1082 (remove_files) COMPLETE
73972024-09-27T03:57:07.030Z[ recovery-image] Sep 27 03:57:05.635 INFO O| Sep 27 03:57:05.635 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-09-27T03:57:07.057Z[ recovery-image] Sep 27 03:57:05.664 INFO O| Sep 27 03:57:05.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73992024-09-27T03:57:07.057Z[ recovery-image] Sep 27 03:57:05.664 INFO O| Sep 27 03:57:05.664 INFO STEP 1083 (remove_files) COMPLETE
74002024-09-27T03:57:07.059Z[ recovery-image] Sep 27 03:57:05.664 INFO O| Sep 27 03:57:05.664 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-09-27T03:57:07.089Z[ recovery-image] Sep 27 03:57:05.696 INFO O| Sep 27 03:57:05.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74022024-09-27T03:57:07.089Z[ recovery-image] Sep 27 03:57:05.696 INFO O| Sep 27 03:57:05.696 INFO STEP 1084 (remove_files) COMPLETE
74032024-09-27T03:57:07.089Z[ recovery-image] Sep 27 03:57:05.696 INFO O| Sep 27 03:57:05.696 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-09-27T03:57:07.107Z[ recovery-image] Sep 27 03:57:05.714 INFO O| Sep 27 03:57:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74052024-09-27T03:57:07.107Z[ recovery-image] Sep 27 03:57:05.714 INFO O| Sep 27 03:57:05.714 INFO STEP 1085 (remove_files) COMPLETE
74062024-09-27T03:57:07.107Z[ recovery-image] Sep 27 03:57:05.714 INFO O| Sep 27 03:57:05.714 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-09-27T03:57:07.159Z[ recovery-image] Sep 27 03:57:05.766 INFO O| Sep 27 03:57:05.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74082024-09-27T03:57:07.159Z[ recovery-image] Sep 27 03:57:05.766 INFO O| Sep 27 03:57:05.766 INFO STEP 1086 (remove_files) COMPLETE
74092024-09-27T03:57:07.162Z[ recovery-image] Sep 27 03:57:05.766 INFO O| Sep 27 03:57:05.766 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-09-27T03:57:07.178Z[ recovery-image] Sep 27 03:57:05.785 INFO O| Sep 27 03:57:05.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74112024-09-27T03:57:07.180Z[ recovery-image] Sep 27 03:57:05.785 INFO O| Sep 27 03:57:05.785 INFO STEP 1087 (remove_files) COMPLETE
74122024-09-27T03:57:07.180Z[ recovery-image] Sep 27 03:57:05.785 INFO O| Sep 27 03:57:05.785 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-09-27T03:57:07.195Z[ recovery-image] Sep 27 03:57:05.803 INFO O| Sep 27 03:57:05.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74142024-09-27T03:57:07.198Z[ recovery-image] Sep 27 03:57:05.803 INFO O| Sep 27 03:57:05.803 INFO STEP 1088 (remove_files) COMPLETE
74152024-09-27T03:57:07.198Z[ recovery-image] Sep 27 03:57:05.803 INFO O| Sep 27 03:57:05.803 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-09-27T03:57:07.213Z[ recovery-image] Sep 27 03:57:05.820 INFO O| Sep 27 03:57:05.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74172024-09-27T03:57:07.213Z[ recovery-image] Sep 27 03:57:05.820 INFO O| Sep 27 03:57:05.820 INFO STEP 1089 (remove_files) COMPLETE
74182024-09-27T03:57:07.215Z[ recovery-image] Sep 27 03:57:05.821 INFO O| Sep 27 03:57:05.820 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-09-27T03:57:07.231Z[ recovery-image] Sep 27 03:57:05.839 INFO O| Sep 27 03:57:05.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74202024-09-27T03:57:07.231Z[ recovery-image] Sep 27 03:57:05.839 INFO O| Sep 27 03:57:05.839 INFO STEP 1090 (remove_files) COMPLETE
74212024-09-27T03:57:07.234Z[ recovery-image] Sep 27 03:57:05.839 INFO O| Sep 27 03:57:05.839 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-09-27T03:57:07.249Z[ recovery-image] Sep 27 03:57:05.856 INFO O| Sep 27 03:57:05.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74232024-09-27T03:57:07.262Z[ recovery-image] Sep 27 03:57:05.869 INFO O| Sep 27 03:57:05.869 INFO STEP 1091 (remove_files) COMPLETE
74242024-09-27T03:57:07.262Z[ recovery-image] Sep 27 03:57:05.869 INFO O| Sep 27 03:57:05.869 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-09-27T03:57:07.337Z[ recovery-image] Sep 27 03:57:05.944 INFO O| Sep 27 03:57:05.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74262024-09-27T03:57:07.337Z[ recovery-image] Sep 27 03:57:05.944 INFO O| Sep 27 03:57:05.944 INFO STEP 1092 (remove_files) COMPLETE
74272024-09-27T03:57:07.337Z[ recovery-image] Sep 27 03:57:05.944 INFO O| Sep 27 03:57:05.944 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-09-27T03:57:07.374Z[ recovery-image] Sep 27 03:57:05.981 INFO O| Sep 27 03:57:05.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74292024-09-27T03:57:07.374Z[ recovery-image] Sep 27 03:57:05.981 INFO O| Sep 27 03:57:05.981 INFO STEP 1093 (remove_files) COMPLETE
74302024-09-27T03:57:07.376Z[ recovery-image] Sep 27 03:57:05.981 INFO O| Sep 27 03:57:05.981 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-09-27T03:57:07.391Z[ recovery-image] Sep 27 03:57:05.998 INFO O| Sep 27 03:57:05.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74322024-09-27T03:57:07.391Z[ recovery-image] Sep 27 03:57:05.999 INFO O| Sep 27 03:57:05.999 INFO STEP 1094 (remove_files) COMPLETE
74332024-09-27T03:57:07.394Z[ recovery-image] Sep 27 03:57:05.999 INFO O| Sep 27 03:57:05.999 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-09-27T03:57:07.412Z[ recovery-image] Sep 27 03:57:06.019 INFO O| Sep 27 03:57:06.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74352024-09-27T03:57:07.412Z[ recovery-image] Sep 27 03:57:06.019 INFO O| Sep 27 03:57:06.019 INFO STEP 1095 (remove_files) COMPLETE
74362024-09-27T03:57:07.415Z[ recovery-image] Sep 27 03:57:06.019 INFO O| Sep 27 03:57:06.019 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-09-27T03:57:07.449Z[ recovery-image] Sep 27 03:57:06.055 INFO O| Sep 27 03:57:06.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74382024-09-27T03:57:07.449Z[ recovery-image] Sep 27 03:57:06.055 INFO O| Sep 27 03:57:06.055 INFO STEP 1096 (remove_files) COMPLETE
74392024-09-27T03:57:07.449Z[ recovery-image] Sep 27 03:57:06.055 INFO O| Sep 27 03:57:06.055 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-09-27T03:57:07.499Z[ recovery-image] Sep 27 03:57:06.106 INFO O| Sep 27 03:57:06.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74412024-09-27T03:57:07.499Z[ recovery-image] Sep 27 03:57:06.106 INFO O| Sep 27 03:57:06.106 INFO STEP 1097 (remove_files) COMPLETE
74422024-09-27T03:57:07.501Z[ recovery-image] Sep 27 03:57:06.106 INFO O| Sep 27 03:57:06.106 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-09-27T03:57:07.518Z[ recovery-image] Sep 27 03:57:06.126 INFO O| Sep 27 03:57:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74442024-09-27T03:57:07.518Z[ recovery-image] Sep 27 03:57:06.126 INFO O| Sep 27 03:57:06.126 INFO STEP 1098 (remove_files) COMPLETE
74452024-09-27T03:57:07.521Z[ recovery-image] Sep 27 03:57:06.126 INFO O| Sep 27 03:57:06.126 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-09-27T03:57:07.536Z[ recovery-image] Sep 27 03:57:06.142 INFO O| Sep 27 03:57:06.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74472024-09-27T03:57:07.536Z[ recovery-image] Sep 27 03:57:06.142 INFO O| Sep 27 03:57:06.142 INFO STEP 1099 (remove_files) COMPLETE
74482024-09-27T03:57:07.536Z[ recovery-image] Sep 27 03:57:06.142 INFO O| Sep 27 03:57:06.142 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-09-27T03:57:07.574Z[ recovery-image] Sep 27 03:57:06.181 INFO O| Sep 27 03:57:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74502024-09-27T03:57:07.574Z[ recovery-image] Sep 27 03:57:06.181 INFO O| Sep 27 03:57:06.181 INFO STEP 1100 (remove_files) COMPLETE
74512024-09-27T03:57:07.574Z[ recovery-image] Sep 27 03:57:06.181 INFO O| Sep 27 03:57:06.181 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-09-27T03:57:07.597Z[ recovery-image] Sep 27 03:57:06.204 INFO O| Sep 27 03:57:06.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74532024-09-27T03:57:07.600Z[ recovery-image] Sep 27 03:57:06.204 INFO O| Sep 27 03:57:06.204 INFO STEP 1101 (remove_files) COMPLETE
74542024-09-27T03:57:07.600Z[ recovery-image] Sep 27 03:57:06.204 INFO O| Sep 27 03:57:06.204 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-09-27T03:57:07.616Z[ recovery-image] Sep 27 03:57:06.223 INFO O| Sep 27 03:57:06.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74562024-09-27T03:57:07.618Z[ recovery-image] Sep 27 03:57:06.223 INFO O| Sep 27 03:57:06.223 INFO STEP 1102 (remove_files) COMPLETE
74572024-09-27T03:57:07.618Z[ recovery-image] Sep 27 03:57:06.223 INFO O| Sep 27 03:57:06.223 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-09-27T03:57:07.634Z[ recovery-image] Sep 27 03:57:06.241 INFO O| Sep 27 03:57:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74592024-09-27T03:57:07.634Z[ recovery-image] Sep 27 03:57:06.241 INFO O| Sep 27 03:57:06.241 INFO STEP 1103 (remove_files) COMPLETE
74602024-09-27T03:57:07.637Z[ recovery-image] Sep 27 03:57:06.241 INFO O| Sep 27 03:57:06.241 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-09-27T03:57:07.653Z[ recovery-image] Sep 27 03:57:06.260 INFO O| Sep 27 03:57:06.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74622024-09-27T03:57:07.655Z[ recovery-image] Sep 27 03:57:06.260 INFO O| Sep 27 03:57:06.260 INFO STEP 1104 (remove_files) COMPLETE
74632024-09-27T03:57:07.655Z[ recovery-image] Sep 27 03:57:06.260 INFO O| Sep 27 03:57:06.260 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-09-27T03:57:07.688Z[ recovery-image] Sep 27 03:57:06.295 INFO O| Sep 27 03:57:06.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74652024-09-27T03:57:07.691Z[ recovery-image] Sep 27 03:57:06.295 INFO O| Sep 27 03:57:06.295 INFO STEP 1105 (remove_files) COMPLETE
74662024-09-27T03:57:07.691Z[ recovery-image] Sep 27 03:57:06.296 INFO O| Sep 27 03:57:06.296 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-09-27T03:57:07.728Z[ recovery-image] Sep 27 03:57:06.335 INFO O| Sep 27 03:57:06.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74682024-09-27T03:57:07.731Z[ recovery-image] Sep 27 03:57:06.335 INFO O| Sep 27 03:57:06.335 INFO STEP 1106 (remove_files) COMPLETE
74692024-09-27T03:57:07.731Z[ recovery-image] Sep 27 03:57:06.336 INFO O| Sep 27 03:57:06.335 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-09-27T03:57:07.755Z[ recovery-image] Sep 27 03:57:06.361 INFO O| Sep 27 03:57:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74712024-09-27T03:57:07.755Z[ recovery-image] Sep 27 03:57:06.361 INFO O| Sep 27 03:57:06.361 INFO STEP 1107 (remove_files) COMPLETE
74722024-09-27T03:57:07.755Z[ recovery-image] Sep 27 03:57:06.361 INFO O| Sep 27 03:57:06.361 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-09-27T03:57:07.795Z[ recovery-image] Sep 27 03:57:06.401 INFO O| Sep 27 03:57:06.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74742024-09-27T03:57:07.795Z[ recovery-image] Sep 27 03:57:06.401 INFO O| Sep 27 03:57:06.401 INFO STEP 1108 (remove_files) COMPLETE
74752024-09-27T03:57:07.795Z[ recovery-image] Sep 27 03:57:06.401 INFO O| Sep 27 03:57:06.401 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-09-27T03:57:07.828Z[ recovery-image] Sep 27 03:57:06.435 INFO O| Sep 27 03:57:06.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74772024-09-27T03:57:07.828Z[ recovery-image] Sep 27 03:57:06.435 INFO O| Sep 27 03:57:06.435 INFO STEP 1109 (remove_files) COMPLETE
74782024-09-27T03:57:07.828Z[ recovery-image] Sep 27 03:57:06.435 INFO O| Sep 27 03:57:06.435 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-09-27T03:57:07.845Z[ recovery-image] Sep 27 03:57:06.452 INFO O| Sep 27 03:57:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74802024-09-27T03:57:07.846Z[ recovery-image] Sep 27 03:57:06.453 INFO O| Sep 27 03:57:06.452 INFO STEP 1110 (remove_files) COMPLETE
74812024-09-27T03:57:07.846Z[ recovery-image] Sep 27 03:57:06.453 INFO O| Sep 27 03:57:06.453 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-09-27T03:57:07.863Z[ recovery-image] Sep 27 03:57:06.469 INFO O| Sep 27 03:57:06.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74832024-09-27T03:57:07.863Z[ recovery-image] Sep 27 03:57:06.469 INFO O| Sep 27 03:57:06.469 INFO STEP 1111 (remove_files) COMPLETE
74842024-09-27T03:57:07.863Z[ recovery-image] Sep 27 03:57:06.469 INFO O| Sep 27 03:57:06.469 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-09-27T03:57:07.890Z[ recovery-image] Sep 27 03:57:06.496 INFO O| Sep 27 03:57:06.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74862024-09-27T03:57:07.891Z[ recovery-image] Sep 27 03:57:06.496 INFO O| Sep 27 03:57:06.496 INFO STEP 1112 (remove_files) COMPLETE
74872024-09-27T03:57:07.894Z[ recovery-image] Sep 27 03:57:06.496 INFO O| Sep 27 03:57:06.496 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-09-27T03:57:07.948Z[ recovery-image] Sep 27 03:57:06.555 INFO O| Sep 27 03:57:06.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74892024-09-27T03:57:07.948Z[ recovery-image] Sep 27 03:57:06.555 INFO O| Sep 27 03:57:06.555 INFO STEP 1113 (remove_files) COMPLETE
74902024-09-27T03:57:07.948Z[ recovery-image] Sep 27 03:57:06.555 INFO O| Sep 27 03:57:06.555 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-09-27T03:57:07.969Z[ recovery-image] Sep 27 03:57:06.576 INFO O| Sep 27 03:57:06.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74922024-09-27T03:57:07.969Z[ recovery-image] Sep 27 03:57:06.576 INFO O| Sep 27 03:57:06.576 INFO STEP 1114 (remove_files) COMPLETE
74932024-09-27T03:57:07.972Z[ recovery-image] Sep 27 03:57:06.576 INFO O| Sep 27 03:57:06.576 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-09-27T03:57:07.988Z[ recovery-image] Sep 27 03:57:06.595 INFO O| Sep 27 03:57:06.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74952024-09-27T03:57:07.988Z[ recovery-image] Sep 27 03:57:06.595 INFO O| Sep 27 03:57:06.595 INFO STEP 1115 (remove_files) COMPLETE
74962024-09-27T03:57:07.988Z[ recovery-image] Sep 27 03:57:06.595 INFO O| Sep 27 03:57:06.595 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-09-27T03:57:08.005Z[ recovery-image] Sep 27 03:57:06.612 INFO O| Sep 27 03:57:06.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74982024-09-27T03:57:08.005Z[ recovery-image] Sep 27 03:57:06.612 INFO O| Sep 27 03:57:06.612 INFO STEP 1116 (remove_files) COMPLETE
74992024-09-27T03:57:08.007Z[ recovery-image] Sep 27 03:57:06.612 INFO O| Sep 27 03:57:06.612 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-09-27T03:57:08.040Z[ recovery-image] Sep 27 03:57:06.647 INFO O| Sep 27 03:57:06.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75012024-09-27T03:57:08.040Z[ recovery-image] Sep 27 03:57:06.647 INFO O| Sep 27 03:57:06.647 INFO STEP 1117 (remove_files) COMPLETE
75022024-09-27T03:57:08.040Z[ recovery-image] Sep 27 03:57:06.647 INFO O| Sep 27 03:57:06.647 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-09-27T03:57:08.065Z[ recovery-image] Sep 27 03:57:06.672 INFO O| Sep 27 03:57:06.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75042024-09-27T03:57:08.069Z[ recovery-image] Sep 27 03:57:06.672 INFO O| Sep 27 03:57:06.672 INFO STEP 1118 (remove_files) COMPLETE
75052024-09-27T03:57:08.069Z[ recovery-image] Sep 27 03:57:06.673 INFO O| Sep 27 03:57:06.672 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-09-27T03:57:08.084Z[ recovery-image] Sep 27 03:57:06.691 INFO O| Sep 27 03:57:06.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75072024-09-27T03:57:08.087Z[ recovery-image] Sep 27 03:57:06.691 INFO O| Sep 27 03:57:06.691 INFO STEP 1119 (remove_files) COMPLETE
75082024-09-27T03:57:08.087Z[ recovery-image] Sep 27 03:57:06.691 INFO O| Sep 27 03:57:06.691 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-09-27T03:57:08.101Z[ recovery-image] Sep 27 03:57:06.708 INFO O| Sep 27 03:57:06.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75102024-09-27T03:57:08.101Z[ recovery-image] Sep 27 03:57:06.708 INFO O| Sep 27 03:57:06.708 INFO STEP 1120 (remove_files) COMPLETE
75112024-09-27T03:57:08.101Z[ recovery-image] Sep 27 03:57:06.708 INFO O| Sep 27 03:57:06.708 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-09-27T03:57:08.118Z[ recovery-image] Sep 27 03:57:06.725 INFO O| Sep 27 03:57:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75132024-09-27T03:57:08.118Z[ recovery-image] Sep 27 03:57:06.725 INFO O| Sep 27 03:57:06.725 INFO STEP 1121 (remove_files) COMPLETE
75142024-09-27T03:57:08.118Z[ recovery-image] Sep 27 03:57:06.725 INFO O| Sep 27 03:57:06.725 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-09-27T03:57:08.153Z[ recovery-image] Sep 27 03:57:06.760 INFO O| Sep 27 03:57:06.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75162024-09-27T03:57:08.153Z[ recovery-image] Sep 27 03:57:06.760 INFO O| Sep 27 03:57:06.760 INFO STEP 1122 (remove_files) COMPLETE
75172024-09-27T03:57:08.155Z[ recovery-image] Sep 27 03:57:06.760 INFO O| Sep 27 03:57:06.760 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-09-27T03:57:08.170Z[ recovery-image] Sep 27 03:57:06.777 INFO O| Sep 27 03:57:06.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75192024-09-27T03:57:08.173Z[ recovery-image] Sep 27 03:57:06.777 INFO O| Sep 27 03:57:06.777 INFO STEP 1123 (remove_files) COMPLETE
75202024-09-27T03:57:08.173Z[ recovery-image] Sep 27 03:57:06.777 INFO O| Sep 27 03:57:06.777 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-09-27T03:57:08.188Z[ recovery-image] Sep 27 03:57:06.795 INFO O| Sep 27 03:57:06.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75222024-09-27T03:57:08.188Z[ recovery-image] Sep 27 03:57:06.795 INFO O| Sep 27 03:57:06.795 INFO STEP 1124 (remove_files) COMPLETE
75232024-09-27T03:57:08.191Z[ recovery-image] Sep 27 03:57:06.796 INFO O| Sep 27 03:57:06.795 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-09-27T03:57:08.204Z[ recovery-image] Sep 27 03:57:06.811 INFO O| Sep 27 03:57:06.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75252024-09-27T03:57:08.204Z[ recovery-image] Sep 27 03:57:06.812 INFO O| Sep 27 03:57:06.812 INFO STEP 1125 (remove_files) COMPLETE
75262024-09-27T03:57:08.204Z[ recovery-image] Sep 27 03:57:06.812 INFO O| Sep 27 03:57:06.812 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-09-27T03:57:08.222Z[ recovery-image] Sep 27 03:57:06.829 INFO O| Sep 27 03:57:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75282024-09-27T03:57:08.222Z[ recovery-image] Sep 27 03:57:06.829 INFO O| Sep 27 03:57:06.829 INFO STEP 1126 (remove_files) COMPLETE
75292024-09-27T03:57:08.222Z[ recovery-image] Sep 27 03:57:06.829 INFO O| Sep 27 03:57:06.829 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-09-27T03:57:08.240Z[ recovery-image] Sep 27 03:57:06.847 INFO O| Sep 27 03:57:06.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75312024-09-27T03:57:08.240Z[ recovery-image] Sep 27 03:57:06.847 INFO O| Sep 27 03:57:06.847 INFO STEP 1127 (remove_files) COMPLETE
75322024-09-27T03:57:08.243Z[ recovery-image] Sep 27 03:57:06.847 INFO O| Sep 27 03:57:06.847 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-09-27T03:57:08.258Z[ recovery-image] Sep 27 03:57:06.865 INFO O| Sep 27 03:57:06.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75342024-09-27T03:57:08.258Z[ recovery-image] Sep 27 03:57:06.865 INFO O| Sep 27 03:57:06.865 INFO STEP 1128 (remove_files) COMPLETE
75352024-09-27T03:57:08.258Z[ recovery-image] Sep 27 03:57:06.865 INFO O| Sep 27 03:57:06.865 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-09-27T03:57:08.290Z[ recovery-image] Sep 27 03:57:06.897 INFO O| Sep 27 03:57:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75372024-09-27T03:57:08.290Z[ recovery-image] Sep 27 03:57:06.897 INFO O| Sep 27 03:57:06.897 INFO STEP 1129 (remove_files) COMPLETE
75382024-09-27T03:57:08.293Z[ recovery-image] Sep 27 03:57:06.898 INFO O| Sep 27 03:57:06.897 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-09-27T03:57:08.327Z[ recovery-image] Sep 27 03:57:06.934 INFO O| Sep 27 03:57:06.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75402024-09-27T03:57:08.327Z[ recovery-image] Sep 27 03:57:06.934 INFO O| Sep 27 03:57:06.934 INFO STEP 1130 (remove_files) COMPLETE
75412024-09-27T03:57:08.327Z[ recovery-image] Sep 27 03:57:06.934 INFO O| Sep 27 03:57:06.934 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-09-27T03:57:08.344Z[ recovery-image] Sep 27 03:57:06.951 INFO O| Sep 27 03:57:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75432024-09-27T03:57:08.344Z[ recovery-image] Sep 27 03:57:06.951 INFO O| Sep 27 03:57:06.951 INFO STEP 1131 (remove_files) COMPLETE
75442024-09-27T03:57:08.344Z[ recovery-image] Sep 27 03:57:06.951 INFO O| Sep 27 03:57:06.951 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-09-27T03:57:08.371Z[ recovery-image] Sep 27 03:57:06.978 INFO O| Sep 27 03:57:06.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75462024-09-27T03:57:08.372Z[ recovery-image] Sep 27 03:57:06.978 INFO O| Sep 27 03:57:06.978 INFO STEP 1132 (remove_files) COMPLETE
75472024-09-27T03:57:08.372Z[ recovery-image] Sep 27 03:57:06.978 INFO O| Sep 27 03:57:06.978 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-09-27T03:57:08.391Z[ recovery-image] Sep 27 03:57:06.998 INFO O| Sep 27 03:57:06.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75492024-09-27T03:57:08.392Z[ recovery-image] Sep 27 03:57:06.998 INFO O| Sep 27 03:57:06.998 INFO STEP 1133 (remove_files) COMPLETE
75502024-09-27T03:57:08.392Z[ recovery-image] Sep 27 03:57:06.998 INFO O| Sep 27 03:57:06.998 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-09-27T03:57:08.415Z[ recovery-image] Sep 27 03:57:07.022 INFO O| Sep 27 03:57:07.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75522024-09-27T03:57:08.415Z[ recovery-image] Sep 27 03:57:07.022 INFO O| Sep 27 03:57:07.022 INFO STEP 1134 (remove_files) COMPLETE
75532024-09-27T03:57:08.415Z[ recovery-image] Sep 27 03:57:07.022 INFO O| Sep 27 03:57:07.022 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-09-27T03:57:08.457Z[ recovery-image] Sep 27 03:57:07.048 INFO O| Sep 27 03:57:07.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75552024-09-27T03:57:08.459Z[ recovery-image] Sep 27 03:57:07.048 INFO O| Sep 27 03:57:07.048 INFO STEP 1135 (remove_files) COMPLETE
75562024-09-27T03:57:08.459Z[ recovery-image] Sep 27 03:57:07.048 INFO O| Sep 27 03:57:07.048 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-09-27T03:57:08.462Z[ recovery-image] Sep 27 03:57:07.068 INFO O| Sep 27 03:57:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75582024-09-27T03:57:08.462Z[ recovery-image] Sep 27 03:57:07.068 INFO O| Sep 27 03:57:07.068 INFO STEP 1136 (remove_files) COMPLETE
75592024-09-27T03:57:08.462Z[ recovery-image] Sep 27 03:57:07.068 INFO O| Sep 27 03:57:07.068 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-09-27T03:57:08.480Z[ recovery-image] Sep 27 03:57:07.087 INFO O| Sep 27 03:57:07.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75612024-09-27T03:57:08.483Z[ recovery-image] Sep 27 03:57:07.087 INFO O| Sep 27 03:57:07.087 INFO STEP 1137 (remove_files) COMPLETE
75622024-09-27T03:57:08.483Z[ recovery-image] Sep 27 03:57:07.087 INFO O| Sep 27 03:57:07.087 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-09-27T03:57:08.499Z[ recovery-image] Sep 27 03:57:07.106 INFO O| Sep 27 03:57:07.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75642024-09-27T03:57:08.499Z[ recovery-image] Sep 27 03:57:07.106 INFO O| Sep 27 03:57:07.106 INFO STEP 1138 (remove_files) COMPLETE
75652024-09-27T03:57:08.499Z[ recovery-image] Sep 27 03:57:07.106 INFO O| Sep 27 03:57:07.106 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-09-27T03:57:08.528Z[ recovery-image] Sep 27 03:57:07.135 INFO O| Sep 27 03:57:07.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75672024-09-27T03:57:08.528Z[ recovery-image] Sep 27 03:57:07.135 INFO O| Sep 27 03:57:07.135 INFO STEP 1139 (remove_files) COMPLETE
75682024-09-27T03:57:08.530Z[ recovery-image] Sep 27 03:57:07.135 INFO O| Sep 27 03:57:07.135 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-09-27T03:57:08.582Z[ recovery-image] Sep 27 03:57:07.188 INFO O| Sep 27 03:57:07.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75702024-09-27T03:57:08.582Z[ recovery-image] Sep 27 03:57:07.188 INFO O| Sep 27 03:57:07.188 INFO STEP 1140 (remove_files) COMPLETE
75712024-09-27T03:57:08.582Z[ recovery-image] Sep 27 03:57:07.188 INFO O| Sep 27 03:57:07.188 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-09-27T03:57:08.618Z[ recovery-image] Sep 27 03:57:07.224 INFO O| Sep 27 03:57:07.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75732024-09-27T03:57:08.618Z[ recovery-image] Sep 27 03:57:07.224 INFO O| Sep 27 03:57:07.224 INFO STEP 1141 (remove_files) COMPLETE
75742024-09-27T03:57:08.618Z[ recovery-image] Sep 27 03:57:07.224 INFO O| Sep 27 03:57:07.224 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-09-27T03:57:08.635Z[ recovery-image] Sep 27 03:57:07.242 INFO O| Sep 27 03:57:07.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75762024-09-27T03:57:08.649Z[ recovery-image] Sep 27 03:57:07.256 INFO O| Sep 27 03:57:07.256 INFO STEP 1142 (remove_files) COMPLETE
75772024-09-27T03:57:08.649Z[ recovery-image] Sep 27 03:57:07.256 INFO O| Sep 27 03:57:07.256 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-09-27T03:57:08.682Z[ recovery-image] Sep 27 03:57:07.288 INFO O| Sep 27 03:57:07.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75792024-09-27T03:57:08.682Z[ recovery-image] Sep 27 03:57:07.288 INFO O| Sep 27 03:57:07.288 INFO STEP 1143 (remove_files) COMPLETE
75802024-09-27T03:57:08.682Z[ recovery-image] Sep 27 03:57:07.288 INFO O| Sep 27 03:57:07.288 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-09-27T03:57:08.701Z[ recovery-image] Sep 27 03:57:07.307 INFO O| Sep 27 03:57:07.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75822024-09-27T03:57:08.701Z[ recovery-image] Sep 27 03:57:07.308 INFO O| Sep 27 03:57:07.308 INFO STEP 1144 (remove_files) COMPLETE
75832024-09-27T03:57:08.701Z[ recovery-image] Sep 27 03:57:07.308 INFO O| Sep 27 03:57:07.308 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-09-27T03:57:08.767Z[ recovery-image] Sep 27 03:57:07.374 INFO O| Sep 27 03:57:07.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75852024-09-27T03:57:08.770Z[ recovery-image] Sep 27 03:57:07.374 INFO O| Sep 27 03:57:07.374 INFO STEP 1145 (remove_files) COMPLETE
75862024-09-27T03:57:08.770Z[ recovery-image] Sep 27 03:57:07.375 INFO O| Sep 27 03:57:07.374 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-09-27T03:57:08.788Z[ recovery-image] Sep 27 03:57:07.394 INFO O| Sep 27 03:57:07.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75882024-09-27T03:57:08.790Z[ recovery-image] Sep 27 03:57:07.395 INFO O| Sep 27 03:57:07.395 INFO STEP 1146 (remove_files) COMPLETE
75892024-09-27T03:57:08.790Z[ recovery-image] Sep 27 03:57:07.395 INFO O| Sep 27 03:57:07.395 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-09-27T03:57:08.806Z[ recovery-image] Sep 27 03:57:07.413 INFO O| Sep 27 03:57:07.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75912024-09-27T03:57:08.808Z[ recovery-image] Sep 27 03:57:07.413 INFO O| Sep 27 03:57:07.413 INFO STEP 1147 (remove_files) COMPLETE
75922024-09-27T03:57:08.808Z[ recovery-image] Sep 27 03:57:07.413 INFO O| Sep 27 03:57:07.413 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-09-27T03:57:08.847Z[ recovery-image] Sep 27 03:57:07.454 INFO O| Sep 27 03:57:07.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75942024-09-27T03:57:08.847Z[ recovery-image] Sep 27 03:57:07.454 INFO O| Sep 27 03:57:07.454 INFO STEP 1148 (remove_files) COMPLETE
75952024-09-27T03:57:08.850Z[ recovery-image] Sep 27 03:57:07.454 INFO O| Sep 27 03:57:07.454 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-09-27T03:57:08.901Z[ recovery-image] Sep 27 03:57:07.508 INFO O| Sep 27 03:57:07.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75972024-09-27T03:57:08.901Z[ recovery-image] Sep 27 03:57:07.508 INFO O| Sep 27 03:57:07.508 INFO STEP 1149 (remove_files) COMPLETE
75982024-09-27T03:57:08.903Z[ recovery-image] Sep 27 03:57:07.508 INFO O| Sep 27 03:57:07.508 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-09-27T03:57:08.984Z[ recovery-image] Sep 27 03:57:07.591 INFO O| Sep 27 03:57:07.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76002024-09-27T03:57:08.987Z[ recovery-image] Sep 27 03:57:07.591 INFO O| Sep 27 03:57:07.591 INFO STEP 1150 (remove_files) COMPLETE
76012024-09-27T03:57:08.987Z[ recovery-image] Sep 27 03:57:07.591 INFO O| Sep 27 03:57:07.591 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-09-27T03:57:09.007Z[ recovery-image] Sep 27 03:57:07.614 INFO O| Sep 27 03:57:07.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76032024-09-27T03:57:09.007Z[ recovery-image] Sep 27 03:57:07.614 INFO O| Sep 27 03:57:07.614 INFO STEP 1151 (remove_files) COMPLETE
76042024-09-27T03:57:09.007Z[ recovery-image] Sep 27 03:57:07.614 INFO O| Sep 27 03:57:07.614 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-09-27T03:57:09.029Z[ recovery-image] Sep 27 03:57:07.636 INFO O| Sep 27 03:57:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76062024-09-27T03:57:09.029Z[ recovery-image] Sep 27 03:57:07.636 INFO O| Sep 27 03:57:07.636 INFO STEP 1152 (remove_files) COMPLETE
76072024-09-27T03:57:09.029Z[ recovery-image] Sep 27 03:57:07.636 INFO O| Sep 27 03:57:07.636 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-09-27T03:57:09.063Z[ recovery-image] Sep 27 03:57:07.669 INFO O| Sep 27 03:57:07.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76092024-09-27T03:57:09.065Z[ recovery-image] Sep 27 03:57:07.670 INFO O| Sep 27 03:57:07.670 INFO STEP 1153 (remove_files) COMPLETE
76102024-09-27T03:57:09.065Z[ recovery-image] Sep 27 03:57:07.670 INFO O| Sep 27 03:57:07.670 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-09-27T03:57:09.151Z[ recovery-image] Sep 27 03:57:07.758 INFO O| Sep 27 03:57:07.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76122024-09-27T03:57:09.151Z[ recovery-image] Sep 27 03:57:07.758 INFO O| Sep 27 03:57:07.758 INFO STEP 1154 (remove_files) COMPLETE
76132024-09-27T03:57:09.151Z[ recovery-image] Sep 27 03:57:07.758 INFO O| Sep 27 03:57:07.758 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-09-27T03:57:09.169Z[ recovery-image] Sep 27 03:57:07.775 INFO O| Sep 27 03:57:07.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76152024-09-27T03:57:09.171Z[ recovery-image] Sep 27 03:57:07.775 INFO O| Sep 27 03:57:07.775 INFO STEP 1155 (remove_files) COMPLETE
76162024-09-27T03:57:09.171Z[ recovery-image] Sep 27 03:57:07.775 INFO O| Sep 27 03:57:07.775 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-09-27T03:57:09.184Z[ recovery-image] Sep 27 03:57:07.790 INFO O| Sep 27 03:57:07.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76182024-09-27T03:57:09.184Z[ recovery-image] Sep 27 03:57:07.791 INFO O| Sep 27 03:57:07.790 INFO STEP 1156 (remove_files) COMPLETE
76192024-09-27T03:57:09.184Z[ recovery-image] Sep 27 03:57:07.791 INFO O| Sep 27 03:57:07.790 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-09-27T03:57:09.201Z[ recovery-image] Sep 27 03:57:07.807 INFO O| Sep 27 03:57:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76212024-09-27T03:57:09.201Z[ recovery-image] Sep 27 03:57:07.807 INFO O| Sep 27 03:57:07.807 INFO STEP 1157 (remove_files) COMPLETE
76222024-09-27T03:57:09.201Z[ recovery-image] Sep 27 03:57:07.808 INFO O| Sep 27 03:57:07.807 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-09-27T03:57:09.221Z[ recovery-image] Sep 27 03:57:07.827 INFO O| Sep 27 03:57:07.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76242024-09-27T03:57:09.221Z[ recovery-image] Sep 27 03:57:07.827 INFO O| Sep 27 03:57:07.827 INFO STEP 1158 (remove_files) COMPLETE
76252024-09-27T03:57:09.221Z[ recovery-image] Sep 27 03:57:07.827 INFO O| Sep 27 03:57:07.827 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-09-27T03:57:09.238Z[ recovery-image] Sep 27 03:57:07.844 INFO O| Sep 27 03:57:07.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76272024-09-27T03:57:09.238Z[ recovery-image] Sep 27 03:57:07.845 INFO O| Sep 27 03:57:07.845 INFO STEP 1159 (remove_files) COMPLETE
76282024-09-27T03:57:09.240Z[ recovery-image] Sep 27 03:57:07.845 INFO O| Sep 27 03:57:07.845 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-09-27T03:57:09.260Z[ recovery-image] Sep 27 03:57:07.867 INFO O| Sep 27 03:57:07.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76302024-09-27T03:57:09.260Z[ recovery-image] Sep 27 03:57:07.867 INFO O| Sep 27 03:57:07.867 INFO STEP 1160 (remove_files) COMPLETE
76312024-09-27T03:57:09.260Z[ recovery-image] Sep 27 03:57:07.867 INFO O| Sep 27 03:57:07.867 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-09-27T03:57:09.311Z[ recovery-image] Sep 27 03:57:07.918 INFO O| Sep 27 03:57:07.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76332024-09-27T03:57:09.311Z[ recovery-image] Sep 27 03:57:07.918 INFO O| Sep 27 03:57:07.918 INFO STEP 1161 (remove_files) COMPLETE
76342024-09-27T03:57:09.314Z[ recovery-image] Sep 27 03:57:07.918 INFO O| Sep 27 03:57:07.918 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-09-27T03:57:09.330Z[ recovery-image] Sep 27 03:57:07.936 INFO O| Sep 27 03:57:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76362024-09-27T03:57:09.332Z[ recovery-image] Sep 27 03:57:07.937 INFO O| Sep 27 03:57:07.937 INFO STEP 1162 (remove_files) COMPLETE
76372024-09-27T03:57:09.332Z[ recovery-image] Sep 27 03:57:07.937 INFO O| Sep 27 03:57:07.937 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-09-27T03:57:09.346Z[ recovery-image] Sep 27 03:57:07.953 INFO O| Sep 27 03:57:07.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76392024-09-27T03:57:09.346Z[ recovery-image] Sep 27 03:57:07.953 INFO O| Sep 27 03:57:07.953 INFO STEP 1163 (remove_files) COMPLETE
76402024-09-27T03:57:09.348Z[ recovery-image] Sep 27 03:57:07.953 INFO O| Sep 27 03:57:07.953 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-09-27T03:57:09.380Z[ recovery-image] Sep 27 03:57:07.987 INFO O| Sep 27 03:57:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76422024-09-27T03:57:09.383Z[ recovery-image] Sep 27 03:57:07.987 INFO O| Sep 27 03:57:07.987 INFO STEP 1164 (remove_files) COMPLETE
76432024-09-27T03:57:09.383Z[ recovery-image] Sep 27 03:57:07.987 INFO O| Sep 27 03:57:07.987 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-09-27T03:57:09.408Z[ recovery-image] Sep 27 03:57:08.015 INFO O| Sep 27 03:57:08.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76452024-09-27T03:57:09.411Z[ recovery-image] Sep 27 03:57:08.015 INFO O| Sep 27 03:57:08.015 INFO STEP 1165 (remove_files) COMPLETE
76462024-09-27T03:57:09.411Z[ recovery-image] Sep 27 03:57:08.015 INFO O| Sep 27 03:57:08.015 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-09-27T03:57:09.426Z[ recovery-image] Sep 27 03:57:08.033 INFO O| Sep 27 03:57:08.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76482024-09-27T03:57:09.428Z[ recovery-image] Sep 27 03:57:08.033 INFO O| Sep 27 03:57:08.033 INFO STEP 1166 (remove_files) COMPLETE
76492024-09-27T03:57:09.429Z[ recovery-image] Sep 27 03:57:08.033 INFO O| Sep 27 03:57:08.033 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-09-27T03:57:09.445Z[ recovery-image] Sep 27 03:57:08.052 INFO O| Sep 27 03:57:08.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76512024-09-27T03:57:09.447Z[ recovery-image] Sep 27 03:57:08.052 INFO O| Sep 27 03:57:08.052 INFO STEP 1167 (remove_files) COMPLETE
76522024-09-27T03:57:09.447Z[ recovery-image] Sep 27 03:57:08.052 INFO O| Sep 27 03:57:08.052 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-09-27T03:57:09.488Z[ recovery-image] Sep 27 03:57:08.095 INFO O| Sep 27 03:57:08.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76542024-09-27T03:57:09.489Z[ recovery-image] Sep 27 03:57:08.095 INFO O| Sep 27 03:57:08.095 INFO STEP 1168 (remove_files) COMPLETE
76552024-09-27T03:57:09.491Z[ recovery-image] Sep 27 03:57:08.095 INFO O| Sep 27 03:57:08.095 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-09-27T03:57:09.519Z[ recovery-image] Sep 27 03:57:08.126 INFO O| Sep 27 03:57:08.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76572024-09-27T03:57:09.519Z[ recovery-image] Sep 27 03:57:08.126 INFO O| Sep 27 03:57:08.126 INFO STEP 1169 (remove_files) COMPLETE
76582024-09-27T03:57:09.519Z[ recovery-image] Sep 27 03:57:08.126 INFO O| Sep 27 03:57:08.126 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-09-27T03:57:09.541Z[ recovery-image] Sep 27 03:57:08.148 INFO O| Sep 27 03:57:08.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76602024-09-27T03:57:09.541Z[ recovery-image] Sep 27 03:57:08.148 INFO O| Sep 27 03:57:08.148 INFO STEP 1170 (remove_files) COMPLETE
76612024-09-27T03:57:09.541Z[ recovery-image] Sep 27 03:57:08.148 INFO O| Sep 27 03:57:08.148 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-09-27T03:57:09.564Z[ recovery-image] Sep 27 03:57:08.171 INFO O| Sep 27 03:57:08.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76632024-09-27T03:57:09.564Z[ recovery-image] Sep 27 03:57:08.171 INFO O| Sep 27 03:57:08.171 INFO STEP 1171 (remove_files) COMPLETE
76642024-09-27T03:57:09.566Z[ recovery-image] Sep 27 03:57:08.171 INFO O| Sep 27 03:57:08.171 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-09-27T03:57:09.585Z[ recovery-image] Sep 27 03:57:08.192 INFO O| Sep 27 03:57:08.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76662024-09-27T03:57:09.585Z[ recovery-image] Sep 27 03:57:08.192 INFO O| Sep 27 03:57:08.192 INFO STEP 1172 (remove_files) COMPLETE
76672024-09-27T03:57:09.585Z[ recovery-image] Sep 27 03:57:08.192 INFO O| Sep 27 03:57:08.192 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-09-27T03:57:09.612Z[ recovery-image] Sep 27 03:57:08.219 INFO O| Sep 27 03:57:08.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76692024-09-27T03:57:09.612Z[ recovery-image] Sep 27 03:57:08.219 INFO O| Sep 27 03:57:08.219 INFO STEP 1173 (remove_files) COMPLETE
76702024-09-27T03:57:09.614Z[ recovery-image] Sep 27 03:57:08.219 INFO O| Sep 27 03:57:08.219 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-09-27T03:57:09.652Z[ recovery-image] Sep 27 03:57:08.259 INFO O| Sep 27 03:57:08.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76722024-09-27T03:57:09.652Z[ recovery-image] Sep 27 03:57:08.259 INFO O| Sep 27 03:57:08.259 INFO STEP 1174 (remove_files) COMPLETE
76732024-09-27T03:57:09.652Z[ recovery-image] Sep 27 03:57:08.259 INFO O| Sep 27 03:57:08.259 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-09-27T03:57:09.671Z[ recovery-image] Sep 27 03:57:08.277 INFO O| Sep 27 03:57:08.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76752024-09-27T03:57:09.671Z[ recovery-image] Sep 27 03:57:08.277 INFO O| Sep 27 03:57:08.277 INFO STEP 1175 (remove_files) COMPLETE
76762024-09-27T03:57:09.674Z[ recovery-image] Sep 27 03:57:08.278 INFO O| Sep 27 03:57:08.277 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-09-27T03:57:09.689Z[ recovery-image] Sep 27 03:57:08.296 INFO O| Sep 27 03:57:08.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76782024-09-27T03:57:09.689Z[ recovery-image] Sep 27 03:57:08.296 INFO O| Sep 27 03:57:08.296 INFO STEP 1176 (remove_files) COMPLETE
76792024-09-27T03:57:09.691Z[ recovery-image] Sep 27 03:57:08.296 INFO O| Sep 27 03:57:08.296 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-09-27T03:57:09.793Z[ recovery-image] Sep 27 03:57:08.400 INFO O| Sep 27 03:57:08.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76812024-09-27T03:57:09.796Z[ recovery-image] Sep 27 03:57:08.400 INFO O| Sep 27 03:57:08.400 INFO STEP 1177 (remove_files) COMPLETE
76822024-09-27T03:57:09.796Z[ recovery-image] Sep 27 03:57:08.400 INFO O| Sep 27 03:57:08.400 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-09-27T03:57:09.813Z[ recovery-image] Sep 27 03:57:08.420 INFO O| Sep 27 03:57:08.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76842024-09-27T03:57:09.816Z[ recovery-image] Sep 27 03:57:08.420 INFO O| Sep 27 03:57:08.420 INFO STEP 1178 (remove_files) COMPLETE
76852024-09-27T03:57:09.816Z[ recovery-image] Sep 27 03:57:08.420 INFO O| Sep 27 03:57:08.420 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-09-27T03:57:09.833Z[ recovery-image] Sep 27 03:57:08.440 INFO O| Sep 27 03:57:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76872024-09-27T03:57:09.836Z[ recovery-image] Sep 27 03:57:08.440 INFO O| Sep 27 03:57:08.440 INFO STEP 1179 (remove_files) COMPLETE
76882024-09-27T03:57:09.836Z[ recovery-image] Sep 27 03:57:08.440 INFO O| Sep 27 03:57:08.440 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-09-27T03:57:09.868Z[ recovery-image] Sep 27 03:57:08.475 INFO O| Sep 27 03:57:08.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76902024-09-27T03:57:09.868Z[ recovery-image] Sep 27 03:57:08.475 INFO O| Sep 27 03:57:08.475 INFO STEP 1180 (remove_files) COMPLETE
76912024-09-27T03:57:09.868Z[ recovery-image] Sep 27 03:57:08.475 INFO O| Sep 27 03:57:08.475 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-09-27T03:57:09.937Z[ recovery-image] Sep 27 03:57:08.544 INFO O| Sep 27 03:57:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76932024-09-27T03:57:09.937Z[ recovery-image] Sep 27 03:57:08.544 INFO O| Sep 27 03:57:08.544 INFO STEP 1181 (remove_files) COMPLETE
76942024-09-27T03:57:09.940Z[ recovery-image] Sep 27 03:57:08.544 INFO O| Sep 27 03:57:08.544 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-09-27T03:57:09.975Z[ recovery-image] Sep 27 03:57:08.582 INFO O| Sep 27 03:57:08.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76962024-09-27T03:57:09.975Z[ recovery-image] Sep 27 03:57:08.582 INFO O| Sep 27 03:57:08.582 INFO STEP 1182 (remove_files) COMPLETE
76972024-09-27T03:57:09.975Z[ recovery-image] Sep 27 03:57:08.582 INFO O| Sep 27 03:57:08.582 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-09-27T03:57:10.008Z[ recovery-image] Sep 27 03:57:08.614 INFO O| Sep 27 03:57:08.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76992024-09-27T03:57:10.008Z[ recovery-image] Sep 27 03:57:08.615 INFO O| Sep 27 03:57:08.615 INFO STEP 1183 (remove_files) COMPLETE
77002024-09-27T03:57:10.011Z[ recovery-image] Sep 27 03:57:08.615 INFO O| Sep 27 03:57:08.615 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-09-27T03:57:10.040Z[ recovery-image] Sep 27 03:57:08.647 INFO O| Sep 27 03:57:08.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77022024-09-27T03:57:10.040Z[ recovery-image] Sep 27 03:57:08.647 INFO O| Sep 27 03:57:08.647 INFO STEP 1184 (remove_files) COMPLETE
77032024-09-27T03:57:10.043Z[ recovery-image] Sep 27 03:57:08.647 INFO O| Sep 27 03:57:08.647 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-09-27T03:57:10.062Z[ recovery-image] Sep 27 03:57:08.668 INFO O| Sep 27 03:57:08.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77052024-09-27T03:57:10.064Z[ recovery-image] Sep 27 03:57:08.668 INFO O| Sep 27 03:57:08.668 INFO STEP 1185 (remove_files) COMPLETE
77062024-09-27T03:57:10.064Z[ recovery-image] Sep 27 03:57:08.668 INFO O| Sep 27 03:57:08.668 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-09-27T03:57:10.082Z[ recovery-image] Sep 27 03:57:08.689 INFO O| Sep 27 03:57:08.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77082024-09-27T03:57:10.082Z[ recovery-image] Sep 27 03:57:08.689 INFO O| Sep 27 03:57:08.689 INFO STEP 1186 (remove_files) COMPLETE
77092024-09-27T03:57:10.082Z[ recovery-image] Sep 27 03:57:08.689 INFO O| Sep 27 03:57:08.689 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-09-27T03:57:10.102Z[ recovery-image] Sep 27 03:57:08.709 INFO O| Sep 27 03:57:08.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77112024-09-27T03:57:10.102Z[ recovery-image] Sep 27 03:57:08.709 INFO O| Sep 27 03:57:08.709 INFO STEP 1187 (remove_files) COMPLETE
77122024-09-27T03:57:10.102Z[ recovery-image] Sep 27 03:57:08.709 INFO O| Sep 27 03:57:08.709 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-09-27T03:57:10.121Z[ recovery-image] Sep 27 03:57:08.727 INFO O| Sep 27 03:57:08.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77142024-09-27T03:57:10.121Z[ recovery-image] Sep 27 03:57:08.727 INFO O| Sep 27 03:57:08.727 INFO STEP 1188 (remove_files) COMPLETE
77152024-09-27T03:57:10.121Z[ recovery-image] Sep 27 03:57:08.727 INFO O| Sep 27 03:57:08.727 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-09-27T03:57:10.150Z[ recovery-image] Sep 27 03:57:08.756 INFO O| Sep 27 03:57:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77172024-09-27T03:57:10.152Z[ recovery-image] Sep 27 03:57:08.756 INFO O| Sep 27 03:57:08.756 INFO STEP 1189 (remove_files) COMPLETE
77182024-09-27T03:57:10.152Z[ recovery-image] Sep 27 03:57:08.757 INFO O| Sep 27 03:57:08.756 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-09-27T03:57:10.170Z[ recovery-image] Sep 27 03:57:08.777 INFO O| Sep 27 03:57:08.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77202024-09-27T03:57:10.172Z[ recovery-image] Sep 27 03:57:08.777 INFO O| Sep 27 03:57:08.777 INFO STEP 1190 (remove_files) COMPLETE
77212024-09-27T03:57:10.173Z[ recovery-image] Sep 27 03:57:08.777 INFO O| Sep 27 03:57:08.777 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-09-27T03:57:10.188Z[ recovery-image] Sep 27 03:57:08.795 INFO O| Sep 27 03:57:08.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77232024-09-27T03:57:10.191Z[ recovery-image] Sep 27 03:57:08.795 INFO O| Sep 27 03:57:08.795 INFO STEP 1191 (remove_files) COMPLETE
77242024-09-27T03:57:10.191Z[ recovery-image] Sep 27 03:57:08.795 INFO O| Sep 27 03:57:08.795 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-09-27T03:57:10.244Z[ recovery-image] Sep 27 03:57:08.851 INFO O| Sep 27 03:57:08.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77262024-09-27T03:57:10.244Z[ recovery-image] Sep 27 03:57:08.851 INFO O| Sep 27 03:57:08.851 INFO STEP 1192 (remove_files) COMPLETE
77272024-09-27T03:57:10.247Z[ recovery-image] Sep 27 03:57:08.851 INFO O| Sep 27 03:57:08.851 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-09-27T03:57:10.265Z[ recovery-image] Sep 27 03:57:08.871 INFO O| Sep 27 03:57:08.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77292024-09-27T03:57:10.265Z[ recovery-image] Sep 27 03:57:08.872 INFO O| Sep 27 03:57:08.871 INFO STEP 1193 (remove_files) COMPLETE
77302024-09-27T03:57:10.267Z[ recovery-image] Sep 27 03:57:08.872 INFO O| Sep 27 03:57:08.871 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-09-27T03:57:10.303Z[ recovery-image] Sep 27 03:57:08.909 INFO O| Sep 27 03:57:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77322024-09-27T03:57:10.303Z[ recovery-image] Sep 27 03:57:08.909 INFO O| Sep 27 03:57:08.909 INFO STEP 1194 (remove_files) COMPLETE
77332024-09-27T03:57:10.303Z[ recovery-image] Sep 27 03:57:08.909 INFO O| Sep 27 03:57:08.909 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-09-27T03:57:10.321Z[ recovery-image] Sep 27 03:57:08.928 INFO O| Sep 27 03:57:08.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77352024-09-27T03:57:10.321Z[ recovery-image] Sep 27 03:57:08.928 INFO O| Sep 27 03:57:08.928 INFO STEP 1195 (remove_files) COMPLETE
77362024-09-27T03:57:10.321Z[ recovery-image] Sep 27 03:57:08.928 INFO O| Sep 27 03:57:08.928 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-09-27T03:57:10.362Z[ recovery-image] Sep 27 03:57:08.969 INFO O| Sep 27 03:57:08.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77382024-09-27T03:57:10.362Z[ recovery-image] Sep 27 03:57:08.969 INFO O| Sep 27 03:57:08.969 INFO STEP 1196 (remove_files) COMPLETE
77392024-09-27T03:57:10.362Z[ recovery-image] Sep 27 03:57:08.969 INFO O| Sep 27 03:57:08.969 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-09-27T03:57:10.383Z[ recovery-image] Sep 27 03:57:08.990 INFO O| Sep 27 03:57:08.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77412024-09-27T03:57:10.383Z[ recovery-image] Sep 27 03:57:08.990 INFO O| Sep 27 03:57:08.990 INFO STEP 1197 (remove_files) COMPLETE
77422024-09-27T03:57:10.386Z[ recovery-image] Sep 27 03:57:08.990 INFO O| Sep 27 03:57:08.990 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-09-27T03:57:10.408Z[ recovery-image] Sep 27 03:57:09.014 INFO O| Sep 27 03:57:09.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77442024-09-27T03:57:10.408Z[ recovery-image] Sep 27 03:57:09.014 INFO O| Sep 27 03:57:09.014 INFO STEP 1198 (remove_files) COMPLETE
77452024-09-27T03:57:10.410Z[ recovery-image] Sep 27 03:57:09.015 INFO O| Sep 27 03:57:09.014 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-09-27T03:57:10.473Z[ recovery-image] Sep 27 03:57:09.079 INFO O| Sep 27 03:57:09.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77472024-09-27T03:57:10.473Z[ recovery-image] Sep 27 03:57:09.079 INFO O| Sep 27 03:57:09.079 INFO STEP 1199 (remove_files) COMPLETE
77482024-09-27T03:57:10.473Z[ recovery-image] Sep 27 03:57:09.079 INFO O| Sep 27 03:57:09.079 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-09-27T03:57:10.509Z[ recovery-image] Sep 27 03:57:09.115 INFO O| Sep 27 03:57:09.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77502024-09-27T03:57:10.509Z[ recovery-image] Sep 27 03:57:09.115 INFO O| Sep 27 03:57:09.115 INFO STEP 1200 (remove_files) COMPLETE
77512024-09-27T03:57:10.509Z[ recovery-image] Sep 27 03:57:09.115 INFO O| Sep 27 03:57:09.115 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-09-27T03:57:10.525Z[ recovery-image] Sep 27 03:57:09.132 INFO O| Sep 27 03:57:09.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77532024-09-27T03:57:10.525Z[ recovery-image] Sep 27 03:57:09.132 INFO O| Sep 27 03:57:09.132 INFO STEP 1201 (remove_files) COMPLETE
77542024-09-27T03:57:10.527Z[ recovery-image] Sep 27 03:57:09.132 INFO O| Sep 27 03:57:09.132 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-09-27T03:57:10.566Z[ recovery-image] Sep 27 03:57:09.172 INFO O| Sep 27 03:57:09.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77562024-09-27T03:57:10.598Z[ recovery-image] Sep 27 03:57:09.204 INFO O| Sep 27 03:57:09.204 INFO STEP 1202 (remove_files) COMPLETE
77572024-09-27T03:57:10.598Z[ recovery-image] Sep 27 03:57:09.204 INFO O| Sep 27 03:57:09.204 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-09-27T03:57:10.654Z[ recovery-image] Sep 27 03:57:09.260 INFO O| Sep 27 03:57:09.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77592024-09-27T03:57:10.654Z[ recovery-image] Sep 27 03:57:09.260 INFO O| Sep 27 03:57:09.260 INFO STEP 1203 (remove_files) COMPLETE
77602024-09-27T03:57:10.656Z[ recovery-image] Sep 27 03:57:09.260 INFO O| Sep 27 03:57:09.260 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-09-27T03:57:10.675Z[ recovery-image] Sep 27 03:57:09.280 INFO O| Sep 27 03:57:09.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77622024-09-27T03:57:10.675Z[ recovery-image] Sep 27 03:57:09.280 INFO O| Sep 27 03:57:09.280 INFO STEP 1204 (remove_files) COMPLETE
77632024-09-27T03:57:10.675Z[ recovery-image] Sep 27 03:57:09.280 INFO O| Sep 27 03:57:09.280 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-09-27T03:57:10.694Z[ recovery-image] Sep 27 03:57:09.300 INFO O| Sep 27 03:57:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77652024-09-27T03:57:10.694Z[ recovery-image] Sep 27 03:57:09.300 INFO O| Sep 27 03:57:09.300 INFO STEP 1205 (remove_files) COMPLETE
77662024-09-27T03:57:10.696Z[ recovery-image] Sep 27 03:57:09.300 INFO O| Sep 27 03:57:09.300 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77672024-09-27T03:57:10.733Z[ recovery-image] Sep 27 03:57:09.339 INFO O| Sep 27 03:57:09.339 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77682024-09-27T03:57:10.733Z[ recovery-image] Sep 27 03:57:09.339 INFO O| Sep 27 03:57:09.339 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77692024-09-27T03:57:12.787Z[ recovery-image] Sep 27 03:57:11.393 INFO O| Sep 27 03:57:11.393 INFO STEP 1206 (pack_tar) COMPLETE
77702024-09-27T03:57:12.787Z[ recovery-image] Sep 27 03:57:11.393 INFO O| Sep 27 03:57:11.393 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77712024-09-27T03:57:12.789Z[ recovery-image] Sep 27 03:57:11.393 INFO O| Sep 27 03:57:11.393 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77722024-09-27T03:57:13.052Z[ recovery-image] Sep 27 03:57:11.658 INFO O| Sep 27 03:57:11.658 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77732024-09-27T03:57:13.132Z[ recovery-image] Sep 27 03:57:11.738 INFO O| Sep 27 03:57:11.738 INFO completed processing gimlet/ramdisk-03-recovery-trim
77742024-09-27T03:57:13.142Z[ recovery-image] Sep 27 03:57:11.748 INFO image builder template: zfs-recovery...
77752024-09-27T03:57:13.142Z[ recovery-image] Sep 27 03:57:11.748 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/.tmpTG9Zdy/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
77762024-09-27T03:57:13.199Z[ recovery-image] Sep 27 03:57:11.804 INFO O| Sep 27 03:57:11.804 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77772024-09-27T03:57:13.227Z[ recovery-image] Sep 27 03:57:11.832 INFO O| Sep 27 03:57:11.832 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77782024-09-27T03:57:13.329Z[ recovery-image] Sep 27 03:57:11.935 INFO O| Sep 27 03:57:11.935 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77792024-09-27T03:57:13.396Z[ recovery-image] Sep 27 03:57:12.002 INFO O| Sep 27 03:57:12.002 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77802024-09-27T03:57:13.399Z[ recovery-image] Sep 27 03:57:12.002 INFO O| Sep 27 03:57:12.002 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77812024-09-27T03:57:13.404Z[ recovery-image] Sep 27 03:57:12.010 INFO O| Sep 27 03:57:12.010 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77822024-09-27T03:57:13.469Z[ recovery-image] Sep 27 03:57:12.074 INFO O| Sep 27 03:57:12.074 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77832024-09-27T03:57:13.521Z[ recovery-image] Sep 27 03:57:12.127 INFO O| Sep 27 03:57:12.127 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77842024-09-27T03:57:13.539Z[ recovery-image] Sep 27 03:57:12.145 INFO O| Sep 27 03:57:12.145 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77852024-09-27T03:57:13.547Z[ recovery-image] Sep 27 03:57:12.153 INFO O| Sep 27 03:57:12.153 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77862024-09-27T03:57:13.550Z[ recovery-image] Sep 27 03:57:12.155 INFO O| Sep 27 03:57:12.155 INFO no lofi found
77872024-09-27T03:57:13.550Z[ recovery-image] Sep 27 03:57:12.155 INFO O| Sep 27 03:57:12.155 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77882024-09-27T03:57:13.550Z[ recovery-image] Sep 27 03:57:12.155 INFO O| Sep 27 03:57:12.155 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77892024-09-27T03:57:16.407Z[ recovery-image] Sep 27 03:57:15.012 INFO O| Sep 27 03:57:15.012 INFO lofi device = /dev/dsk/c2t1d0p0
77902024-09-27T03:57:16.416Z[ recovery-image] Sep 27 03:57:15.012 INFO O| Sep 27 03:57:15.012 INFO pool device = /dev/dsk/c2t1d0p0
77912024-09-27T03:57:16.416Z[ recovery-image] Sep 27 03:57:15.012 INFO O| Sep 27 03:57:15.012 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"]
77922024-09-27T03:57:16.771Z[ recovery-image] Sep 27 03:57:15.226 INFO O| Sep 27 03:57:15.226 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77932024-09-27T03:57:16.771Z[ recovery-image] Sep 27 03:57:15.226 INFO O| Sep 27 03:57:15.226 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77942024-09-27T03:57:16.774Z[ recovery-image] Sep 27 03:57:15.304 INFO O| Sep 27 03:57:15.303 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77952024-09-27T03:57:16.830Z[ recovery-image] Sep 27 03:57:15.435 INFO O| Sep 27 03:57:15.435 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77962024-09-27T03:57:16.907Z[ recovery-image] Sep 27 03:57:15.488 INFO O| Sep 27 03:57:15.488 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77972024-09-27T03:57:16.910Z[ recovery-image] Sep 27 03:57:15.514 INFO O| Sep 27 03:57:15.514 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77982024-09-27T03:57:16.930Z[ recovery-image] Sep 27 03:57:15.535 INFO O| Sep 27 03:57:15.535 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77992024-09-27T03:57:17.017Z[ recovery-image] Sep 27 03:57:15.622 INFO O| Sep 27 03:57:15.621 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78002024-09-27T03:57:17.017Z[ recovery-image] Sep 27 03:57:15.622 INFO O| Sep 27 03:57:15.622 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78012024-09-27T03:57:17.019Z[ recovery-image] Sep 27 03:57:15.622 INFO O| Sep 27 03:57:15.622 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78022024-09-27T03:57:17.062Z[ recovery-image] Sep 27 03:57:15.667 INFO O| Sep 27 03:57:15.667 INFO boot environment UUID: ab86b24a-d777-44d6-ae99-37da12982851
78032024-09-27T03:57:17.062Z[ recovery-image] Sep 27 03:57:15.667 INFO O| Sep 27 03:57:15.667 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ab86b24a-d777-44d6-ae99-37da12982851
78042024-09-27T03:57:17.104Z[ recovery-image] Sep 27 03:57:15.709 INFO O| Sep 27 03:57:15.709 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78052024-09-27T03:57:17.162Z[ recovery-image] Sep 27 03:57:15.767 INFO O| Sep 27 03:57:15.767 INFO STEP 0 (create_be) COMPLETE
78062024-09-27T03:57:17.162Z[ recovery-image] Sep 27 03:57:15.767 INFO O| Sep 27 03:57:15.767 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78072024-09-27T03:57:17.193Z[ recovery-image] Sep 27 03:57:15.799 INFO O| Sep 27 03:57:15.798 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"]
78082024-09-27T03:57:21.450Z[ recovery-image] Sep 27 03:57:20.055 INFO O| Sep 27 03:57:20.055 INFO STEP 1 (unpack_tar) COMPLETE
78092024-09-27T03:57:21.450Z[ recovery-image] Sep 27 03:57:20.055 INFO O| Sep 27 03:57:20.055 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78102024-09-27T03:57:21.466Z[ recovery-image] Sep 27 03:57:20.071 INFO O| Sep 27 03:57:20.071 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78112024-09-27T03:57:22.036Z[ recovery-image] Sep 27 03:57:20.640 INFO O| Sep 27 03:57:20.640 INFO STEP 2 (devfsadm) COMPLETE
78122024-09-27T03:57:22.036Z[ recovery-image] Sep 27 03:57:20.640 INFO O| Sep 27 03:57:20.640 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78132024-09-27T03:57:22.049Z[ recovery-image] Sep 27 03:57:20.654 INFO O| Sep 27 03:57:20.654 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78142024-09-27T03:57:22.050Z[ recovery-image] Sep 27 03:57:20.654 INFO O| Sep 27 03:57:20.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78152024-09-27T03:57:22.052Z[ recovery-image] Sep 27 03:57:20.654 INFO O| Sep 27 03:57:20.654 INFO STEP 3 (ensure_dir) COMPLETE
78162024-09-27T03:57:22.052Z[ recovery-image] Sep 27 03:57:20.654 INFO O| Sep 27 03:57:20.654 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78172024-09-27T03:57:22.061Z[ recovery-image] Sep 27 03:57:20.665 INFO O| Sep 27 03:57:20.665 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78182024-09-27T03:57:22.061Z[ recovery-image] Sep 27 03:57:20.665 INFO O| Sep 27 03:57:20.665 INFO STEP 4 (ensure_dir) COMPLETE
78192024-09-27T03:57:22.063Z[ recovery-image] Sep 27 03:57:20.665 INFO O| Sep 27 03:57:20.665 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78202024-09-27T03:57:22.072Z[ recovery-image] Sep 27 03:57:20.676 INFO O| Sep 27 03:57:20.676 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78212024-09-27T03:57:22.072Z[ recovery-image] Sep 27 03:57:20.676 INFO O| Sep 27 03:57:20.676 INFO STEP 5 (ensure_dir) COMPLETE
78222024-09-27T03:57:22.072Z[ recovery-image] Sep 27 03:57:20.676 INFO O| Sep 27 03:57:20.676 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78232024-09-27T03:57:22.082Z[ recovery-image] Sep 27 03:57:20.687 INFO O| Sep 27 03:57:20.687 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78242024-09-27T03:57:22.082Z[ recovery-image] Sep 27 03:57:20.687 INFO O| Sep 27 03:57:20.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78252024-09-27T03:57:22.085Z[ recovery-image] Sep 27 03:57:20.687 INFO O| Sep 27 03:57:20.687 INFO STEP 6 (ensure_dir) COMPLETE
78262024-09-27T03:57:22.085Z[ recovery-image] Sep 27 03:57:20.687 INFO O| Sep 27 03:57:20.687 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78272024-09-27T03:57:22.094Z[ recovery-image] Sep 27 03:57:20.698 INFO O| Sep 27 03:57:20.698 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78282024-09-27T03:57:22.094Z[ recovery-image] Sep 27 03:57:20.698 INFO O| Sep 27 03:57:20.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78292024-09-27T03:57:22.094Z[ recovery-image] Sep 27 03:57:20.698 INFO O| Sep 27 03:57:20.698 INFO STEP 7 (ensure_dir) COMPLETE
78302024-09-27T03:57:22.097Z[ recovery-image] Sep 27 03:57:20.698 INFO O| Sep 27 03:57:20.698 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78312024-09-27T03:57:22.105Z[ recovery-image] Sep 27 03:57:20.710 INFO O| Sep 27 03:57:20.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78322024-09-27T03:57:22.107Z[ recovery-image] Sep 27 03:57:20.710 INFO O| Sep 27 03:57:20.710 INFO STEP 8 (remove_files) COMPLETE
78332024-09-27T03:57:22.107Z[ recovery-image] Sep 27 03:57:20.710 INFO O| Sep 27 03:57:20.710 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78342024-09-27T03:57:22.116Z[ recovery-image] Sep 27 03:57:20.721 INFO O| Sep 27 03:57:20.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78352024-09-27T03:57:22.119Z[ recovery-image] Sep 27 03:57:20.722 INFO O| Sep 27 03:57:20.721 INFO STEP 9 (remove_files) COMPLETE
78362024-09-27T03:57:22.119Z[ recovery-image] Sep 27 03:57:20.722 INFO O| Sep 27 03:57:20.721 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78372024-09-27T03:57:22.130Z[ recovery-image] Sep 27 03:57:20.732 INFO O| Sep 27 03:57:20.732 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78382024-09-27T03:57:22.130Z[ recovery-image] Sep 27 03:57:20.733 INFO O| Sep 27 03:57:20.733 INFO STEP 10 (remove_files) COMPLETE
78392024-09-27T03:57:22.130Z[ recovery-image] Sep 27 03:57:20.733 INFO O| Sep 27 03:57:20.733 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78402024-09-27T03:57:22.144Z[ recovery-image] Sep 27 03:57:20.748 INFO O| Sep 27 03:57:20.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78412024-09-27T03:57:22.144Z[ recovery-image] Sep 27 03:57:20.748 INFO O| Sep 27 03:57:20.748 INFO STEP 11 (remove_files) COMPLETE
78422024-09-27T03:57:22.147Z[ recovery-image] Sep 27 03:57:20.749 INFO O| Sep 27 03:57:20.748 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78432024-09-27T03:57:22.155Z[ recovery-image] Sep 27 03:57:20.759 INFO O| Sep 27 03:57:20.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78442024-09-27T03:57:22.155Z[ recovery-image] Sep 27 03:57:20.759 INFO O| Sep 27 03:57:20.759 INFO STEP 12 (remove_files) COMPLETE
78452024-09-27T03:57:22.158Z[ recovery-image] Sep 27 03:57:20.759 INFO O| Sep 27 03:57:20.759 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78462024-09-27T03:57:22.168Z[ recovery-image] Sep 27 03:57:20.772 INFO O| Sep 27 03:57:20.772 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78472024-09-27T03:57:22.168Z[ recovery-image] Sep 27 03:57:20.772 INFO O| Sep 27 03:57:20.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78482024-09-27T03:57:22.168Z[ recovery-image] Sep 27 03:57:20.772 INFO O| Sep 27 03:57:20.772 INFO STEP 13 (ensure_dir) COMPLETE
78492024-09-27T03:57:22.171Z[ recovery-image] Sep 27 03:57:20.772 INFO O| Sep 27 03:57:20.772 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78502024-09-27T03:57:22.182Z[ recovery-image] Sep 27 03:57:20.785 INFO O| Sep 27 03:57:20.785 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78512024-09-27T03:57:22.184Z[ recovery-image] Sep 27 03:57:20.785 INFO O| Sep 27 03:57:20.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78522024-09-27T03:57:22.184Z[ recovery-image] Sep 27 03:57:20.785 INFO O| Sep 27 03:57:20.785 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78532024-09-27T03:57:22.184Z[ recovery-image] Sep 27 03:57:20.785 INFO O| Sep 27 03:57:20.785 INFO STEP 14 (ensure_dir) COMPLETE
78542024-09-27T03:57:22.184Z[ recovery-image] Sep 27 03:57:20.785 INFO O| Sep 27 03:57:20.785 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78552024-09-27T03:57:22.192Z[ recovery-image] Sep 27 03:57:20.796 INFO O| Sep 27 03:57:20.796 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78562024-09-27T03:57:22.192Z[ recovery-image] Sep 27 03:57:20.796 INFO O| Sep 27 03:57:20.796 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78572024-09-27T03:57:22.192Z[ recovery-image] Sep 27 03:57:20.796 INFO O| Sep 27 03:57:20.796 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78582024-09-27T03:57:22.194Z[ recovery-image] Sep 27 03:57:20.796 INFO O| Sep 27 03:57:20.796 INFO STEP 15 (ensure_dir) COMPLETE
78592024-09-27T03:57:22.194Z[ recovery-image] Sep 27 03:57:20.796 INFO O| Sep 27 03:57:20.796 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78602024-09-27T03:57:22.203Z[ recovery-image] Sep 27 03:57:20.807 INFO O| Sep 27 03:57:20.807 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78612024-09-27T03:57:22.203Z[ recovery-image] Sep 27 03:57:20.807 INFO O| Sep 27 03:57:20.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78622024-09-27T03:57:22.206Z[ recovery-image] Sep 27 03:57:20.807 INFO O| Sep 27 03:57:20.807 INFO STEP 16 (ensure_dir) COMPLETE
78632024-09-27T03:57:22.206Z[ recovery-image] Sep 27 03:57:20.807 INFO O| Sep 27 03:57:20.807 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78642024-09-27T03:57:22.216Z[ recovery-image] Sep 27 03:57:20.820 INFO O| Sep 27 03:57:20.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78652024-09-27T03:57:22.219Z[ recovery-image] Sep 27 03:57:20.820 INFO O| Sep 27 03:57:20.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78662024-09-27T03:57:22.219Z[ recovery-image] Sep 27 03:57:20.820 INFO O| Sep 27 03:57:20.820 INFO STEP 17 (ensure_dir) COMPLETE
78672024-09-27T03:57:22.219Z[ recovery-image] Sep 27 03:57:20.820 INFO O| Sep 27 03:57:20.820 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78682024-09-27T03:57:22.228Z[ recovery-image] Sep 27 03:57:20.832 INFO O| Sep 27 03:57:20.832 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78692024-09-27T03:57:22.228Z[ recovery-image] Sep 27 03:57:20.832 INFO O| Sep 27 03:57:20.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78702024-09-27T03:57:22.228Z[ recovery-image] Sep 27 03:57:20.832 INFO O| Sep 27 03:57:20.832 INFO ok!
78712024-09-27T03:57:22.231Z[ recovery-image] Sep 27 03:57:20.832 INFO O| Sep 27 03:57:20.832 INFO STEP 18 (ensure_symlink) COMPLETE
78722024-09-27T03:57:22.231Z[ recovery-image] Sep 27 03:57:20.832 INFO O| Sep 27 03:57:20.832 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78732024-09-27T03:57:22.242Z[ recovery-image] Sep 27 03:57:20.846 INFO O| Sep 27 03:57:20.846 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78742024-09-27T03:57:22.242Z[ recovery-image] Sep 27 03:57:20.846 INFO O| Sep 27 03:57:20.846 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78752024-09-27T03:57:22.245Z[ recovery-image] Sep 27 03:57:20.846 INFO O| Sep 27 03:57:20.846 INFO ok!
78762024-09-27T03:57:22.245Z[ recovery-image] Sep 27 03:57:20.846 INFO O| Sep 27 03:57:20.846 INFO STEP 19 (ensure_file) COMPLETE
78772024-09-27T03:57:22.245Z[ recovery-image] Sep 27 03:57:20.846 INFO O| Sep 27 03:57:20.846 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78782024-09-27T03:57:22.255Z[ recovery-image] Sep 27 03:57:20.859 INFO O| Sep 27 03:57:20.859 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78792024-09-27T03:57:22.255Z[ recovery-image] Sep 27 03:57:20.859 INFO O| Sep 27 03:57:20.859 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78802024-09-27T03:57:22.257Z[ recovery-image] Sep 27 03:57:20.859 INFO O| Sep 27 03:57:20.859 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78812024-09-27T03:57:22.257Z[ recovery-image] Sep 27 03:57:20.859 INFO O| Sep 27 03:57:20.859 INFO ok!
78822024-09-27T03:57:22.257Z[ recovery-image] Sep 27 03:57:20.859 INFO O| Sep 27 03:57:20.859 INFO STEP 20 (ensure_symlink) COMPLETE
78832024-09-27T03:57:22.257Z[ recovery-image] Sep 27 03:57:20.859 INFO O| Sep 27 03:57:20.859 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78842024-09-27T03:57:22.266Z[ recovery-image] Sep 27 03:57:20.870 INFO O| Sep 27 03:57:20.870 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78852024-09-27T03:57:22.266Z[ recovery-image] Sep 27 03:57:20.870 INFO O| Sep 27 03:57:20.870 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78862024-09-27T03:57:22.266Z[ recovery-image] Sep 27 03:57:20.870 INFO O| Sep 27 03:57:20.870 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78872024-09-27T03:57:22.268Z[ recovery-image] Sep 27 03:57:20.870 INFO O| Sep 27 03:57:20.870 INFO ok!
78882024-09-27T03:57:22.268Z[ recovery-image] Sep 27 03:57:20.870 INFO O| Sep 27 03:57:20.870 INFO STEP 21 (ensure_symlink) COMPLETE
78892024-09-27T03:57:22.269Z[ recovery-image] Sep 27 03:57:20.870 INFO O| Sep 27 03:57:20.870 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78902024-09-27T03:57:22.277Z[ recovery-image] Sep 27 03:57:20.882 INFO O| Sep 27 03:57:20.882 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78912024-09-27T03:57:22.277Z[ recovery-image] Sep 27 03:57:20.882 INFO O| Sep 27 03:57:20.882 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78922024-09-27T03:57:22.280Z[ recovery-image] Sep 27 03:57:20.882 INFO O| Sep 27 03:57:20.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78932024-09-27T03:57:22.280Z[ recovery-image] Sep 27 03:57:20.882 INFO O| Sep 27 03:57:20.882 INFO ok!
78942024-09-27T03:57:22.280Z[ recovery-image] Sep 27 03:57:20.882 INFO O| Sep 27 03:57:20.882 INFO STEP 22 (ensure_symlink) COMPLETE
78952024-09-27T03:57:22.280Z[ recovery-image] Sep 27 03:57:20.882 INFO O| Sep 27 03:57:20.882 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78962024-09-27T03:57:22.290Z[ recovery-image] Sep 27 03:57:20.894 INFO O| Sep 27 03:57:20.894 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
78972024-09-27T03:57:22.290Z[ recovery-image] Sep 27 03:57:20.894 INFO O| Sep 27 03:57:20.894 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
78982024-09-27T03:57:22.292Z[ recovery-image] Sep 27 03:57:20.894 INFO O| Sep 27 03:57:20.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
78992024-09-27T03:57:22.292Z[ recovery-image] Sep 27 03:57:20.894 INFO O| Sep 27 03:57:20.894 INFO ok!
79002024-09-27T03:57:22.292Z[ recovery-image] Sep 27 03:57:20.894 INFO O| Sep 27 03:57:20.894 INFO STEP 23 (ensure_symlink) COMPLETE
79012024-09-27T03:57:22.292Z[ recovery-image] Sep 27 03:57:20.894 INFO O| Sep 27 03:57:20.894 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79022024-09-27T03:57:22.304Z[ recovery-image] Sep 27 03:57:20.908 INFO O| Sep 27 03:57:20.908 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79032024-09-27T03:57:22.306Z[ recovery-image] Sep 27 03:57:20.908 INFO O| Sep 27 03:57:20.908 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 ...
79042024-09-27T03:57:22.306Z[ recovery-image] Sep 27 03:57:20.908 INFO O| Sep 27 03:57:20.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79052024-09-27T03:57:22.306Z[ recovery-image] Sep 27 03:57:20.908 INFO O| Sep 27 03:57:20.908 INFO ok!
79062024-09-27T03:57:22.306Z[ recovery-image] Sep 27 03:57:20.908 INFO O| Sep 27 03:57:20.908 INFO STEP 24 (ensure_file) COMPLETE
79072024-09-27T03:57:22.306Z[ recovery-image] Sep 27 03:57:20.908 INFO O| Sep 27 03:57:20.908 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79082024-09-27T03:57:22.316Z[ recovery-image] Sep 27 03:57:20.920 INFO O| Sep 27 03:57:20.920 INFO updating shadow file
79092024-09-27T03:57:22.318Z[ recovery-image] Sep 27 03:57:20.921 INFO O| Sep 27 03:57:20.921 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79102024-09-27T03:57:22.318Z[ recovery-image] Sep 27 03:57:20.921 INFO O| Sep 27 03:57:20.921 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79112024-09-27T03:57:22.318Z[ recovery-image] Sep 27 03:57:20.921 INFO O| Sep 27 03:57:20.921 INFO STEP 25 (shadow) COMPLETE
79122024-09-27T03:57:22.318Z[ recovery-image] Sep 27 03:57:20.921 INFO O| Sep 27 03:57:20.921 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79132024-09-27T03:57:22.330Z[ recovery-image] Sep 27 03:57:20.934 INFO O| Sep 27 03:57:20.934 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79142024-09-27T03:57:22.330Z[ recovery-image] Sep 27 03:57:20.935 INFO O| Sep 27 03:57:20.935 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79152024-09-27T03:57:22.332Z[ recovery-image] Sep 27 03:57:20.935 INFO O| Sep 27 03:57:20.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79162024-09-27T03:57:22.332Z[ recovery-image] Sep 27 03:57:20.935 INFO O| Sep 27 03:57:20.935 INFO ok!
79172024-09-27T03:57:22.332Z[ recovery-image] Sep 27 03:57:20.935 INFO O| Sep 27 03:57:20.935 INFO STEP 26 (ensure_file) COMPLETE
79182024-09-27T03:57:22.332Z[ recovery-image] Sep 27 03:57:20.935 INFO O| Sep 27 03:57:20.935 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79192024-09-27T03:57:22.343Z[ recovery-image] Sep 27 03:57:20.947 INFO O| Sep 27 03:57:20.947 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79202024-09-27T03:57:22.345Z[ recovery-image] Sep 27 03:57:20.947 INFO O| Sep 27 03:57:20.947 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79212024-09-27T03:57:22.345Z[ recovery-image] Sep 27 03:57:20.947 INFO O| Sep 27 03:57:20.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79222024-09-27T03:57:22.345Z[ recovery-image] Sep 27 03:57:20.947 INFO O| Sep 27 03:57:20.947 INFO ok!
79232024-09-27T03:57:22.345Z[ recovery-image] Sep 27 03:57:20.947 INFO O| Sep 27 03:57:20.947 INFO STEP 27 (ensure_file) COMPLETE
79242024-09-27T03:57:22.345Z[ recovery-image] Sep 27 03:57:20.947 INFO O| Sep 27 03:57:20.947 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79252024-09-27T03:57:22.354Z[ recovery-image] Sep 27 03:57:20.958 INFO O| Sep 27 03:57:20.958 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79262024-09-27T03:57:22.354Z[ recovery-image] Sep 27 03:57:20.959 INFO O| Sep 27 03:57:20.958 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79272024-09-27T03:57:22.357Z[ recovery-image] Sep 27 03:57:20.959 INFO O| Sep 27 03:57:20.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79282024-09-27T03:57:22.357Z[ recovery-image] Sep 27 03:57:20.959 INFO O| Sep 27 03:57:20.959 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79292024-09-27T03:57:22.357Z[ recovery-image] Sep 27 03:57:20.959 INFO O| Sep 27 03:57:20.959 INFO ok!
79302024-09-27T03:57:22.357Z[ recovery-image] Sep 27 03:57:20.959 INFO O| Sep 27 03:57:20.959 INFO STEP 28 (ensure_file) COMPLETE
79312024-09-27T03:57:22.357Z[ recovery-image] Sep 27 03:57:20.959 INFO O| Sep 27 03:57:20.959 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79322024-09-27T03:57:22.367Z[ recovery-image] Sep 27 03:57:20.971 INFO O| Sep 27 03:57:20.971 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79332024-09-27T03:57:22.367Z[ recovery-image] Sep 27 03:57:20.971 INFO O| Sep 27 03:57:20.971 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79342024-09-27T03:57:22.370Z[ recovery-image] Sep 27 03:57:20.971 INFO O| Sep 27 03:57:20.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79352024-09-27T03:57:22.370Z[ recovery-image] Sep 27 03:57:20.971 INFO O| Sep 27 03:57:20.971 INFO ok!
79362024-09-27T03:57:22.370Z[ recovery-image] Sep 27 03:57:20.971 INFO O| Sep 27 03:57:20.971 INFO STEP 29 (ensure_file) COMPLETE
79372024-09-27T03:57:22.370Z[ recovery-image] Sep 27 03:57:20.971 INFO O| Sep 27 03:57:20.971 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79382024-09-27T03:57:22.381Z[ recovery-image] Sep 27 03:57:20.985 INFO O| Sep 27 03:57:20.985 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79392024-09-27T03:57:22.381Z[ recovery-image] Sep 27 03:57:20.985 INFO O| Sep 27 03:57:20.985 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79402024-09-27T03:57:22.383Z[ recovery-image] Sep 27 03:57:20.985 INFO O| Sep 27 03:57:20.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79412024-09-27T03:57:22.383Z[ recovery-image] Sep 27 03:57:20.985 INFO O| Sep 27 03:57:20.985 INFO ok!
79422024-09-27T03:57:22.383Z[ recovery-image] Sep 27 03:57:20.985 INFO O| Sep 27 03:57:20.985 INFO STEP 30 (ensure_file) COMPLETE
79432024-09-27T03:57:22.383Z[ recovery-image] Sep 27 03:57:20.985 INFO O| Sep 27 03:57:20.985 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79442024-09-27T03:57:22.395Z[ recovery-image] Sep 27 03:57:20.996 INFO O| Sep 27 03:57:20.996 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79452024-09-27T03:57:22.395Z[ recovery-image] Sep 27 03:57:20.996 INFO O| Sep 27 03:57:20.996 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79462024-09-27T03:57:22.397Z[ recovery-image] Sep 27 03:57:20.996 INFO O| Sep 27 03:57:20.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79472024-09-27T03:57:22.397Z[ recovery-image] Sep 27 03:57:20.996 INFO O| Sep 27 03:57:20.996 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79482024-09-27T03:57:22.397Z[ recovery-image] Sep 27 03:57:20.996 INFO O| Sep 27 03:57:20.996 INFO ok!
79492024-09-27T03:57:22.397Z[ recovery-image] Sep 27 03:57:20.996 INFO O| Sep 27 03:57:20.996 INFO STEP 31 (ensure_file) COMPLETE
79502024-09-27T03:57:22.397Z[ recovery-image] Sep 27 03:57:20.996 INFO O| Sep 27 03:57:20.996 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79512024-09-27T03:57:22.404Z[ recovery-image] Sep 27 03:57:21.008 INFO O| Sep 27 03:57:21.008 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79522024-09-27T03:57:22.404Z[ recovery-image] Sep 27 03:57:21.008 INFO O| Sep 27 03:57:21.008 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79532024-09-27T03:57:22.406Z[ recovery-image] Sep 27 03:57:21.008 INFO O| Sep 27 03:57:21.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79542024-09-27T03:57:22.406Z[ recovery-image] Sep 27 03:57:21.008 INFO O| Sep 27 03:57:21.008 INFO ok!
79552024-09-27T03:57:22.406Z[ recovery-image] Sep 27 03:57:21.008 INFO O| Sep 27 03:57:21.008 INFO STEP 32 (ensure_file) COMPLETE
79562024-09-27T03:57:22.406Z[ recovery-image] Sep 27 03:57:21.008 INFO O| Sep 27 03:57:21.008 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79572024-09-27T03:57:22.417Z[ recovery-image] Sep 27 03:57:21.021 INFO O| Sep 27 03:57:21.021 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79582024-09-27T03:57:22.417Z[ recovery-image] Sep 27 03:57:21.021 INFO O| Sep 27 03:57:21.021 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79592024-09-27T03:57:22.419Z[ recovery-image] Sep 27 03:57:21.021 INFO O| Sep 27 03:57:21.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79602024-09-27T03:57:22.420Z[ recovery-image] Sep 27 03:57:21.021 INFO O| Sep 27 03:57:21.021 INFO ok!
79612024-09-27T03:57:22.420Z[ recovery-image] Sep 27 03:57:21.021 INFO O| Sep 27 03:57:21.021 INFO STEP 33 (ensure_file) COMPLETE
79622024-09-27T03:57:22.420Z[ recovery-image] Sep 27 03:57:21.021 INFO O| Sep 27 03:57:21.021 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79632024-09-27T03:57:22.427Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79642024-09-27T03:57:22.427Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79652024-09-27T03:57:22.430Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79662024-09-27T03:57:22.430Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79672024-09-27T03:57:22.430Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79682024-09-27T03:57:22.430Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79692024-09-27T03:57:22.430Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO ok!
79702024-09-27T03:57:22.431Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO STEP 34 (ensure_file) COMPLETE
79712024-09-27T03:57:22.431Z[ recovery-image] Sep 27 03:57:21.032 INFO O| Sep 27 03:57:21.032 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79722024-09-27T03:57:22.438Z[ recovery-image] Sep 27 03:57:21.042 INFO O| Sep 27 03:57:21.042 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79732024-09-27T03:57:22.440Z[ recovery-image] Sep 27 03:57:21.043 INFO O| Sep 27 03:57:21.042 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79742024-09-27T03:57:22.440Z[ recovery-image] Sep 27 03:57:21.043 INFO O| Sep 27 03:57:21.043 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79752024-09-27T03:57:22.440Z[ recovery-image] Sep 27 03:57:21.043 INFO O| Sep 27 03:57:21.043 INFO STEP 35 (ensure_dir) COMPLETE
79762024-09-27T03:57:22.440Z[ recovery-image] Sep 27 03:57:21.043 INFO O| Sep 27 03:57:21.043 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79772024-09-27T03:57:22.449Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 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
79782024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 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 ...
79792024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 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
79802024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 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
79812024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 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
79822024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 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
79832024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 INFO ok!
79842024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 INFO STEP 36 (ensure_file) COMPLETE
79852024-09-27T03:57:22.452Z[ recovery-image] Sep 27 03:57:21.053 INFO O| Sep 27 03:57:21.053 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79862024-09-27T03:57:22.459Z[ recovery-image] Sep 27 03:57:21.064 INFO O| Sep 27 03:57:21.064 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79872024-09-27T03:57:22.459Z[ recovery-image] Sep 27 03:57:21.064 INFO O| Sep 27 03:57:21.064 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 ...
79882024-09-27T03:57:22.462Z[ recovery-image] Sep 27 03:57:21.064 INFO O| Sep 27 03:57:21.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79892024-09-27T03:57:22.462Z[ recovery-image] Sep 27 03:57:21.064 INFO O| Sep 27 03:57:21.064 INFO ok!
79902024-09-27T03:57:22.462Z[ recovery-image] Sep 27 03:57:21.064 INFO O| Sep 27 03:57:21.064 INFO STEP 37 (ensure_symlink) COMPLETE
79912024-09-27T03:57:22.462Z[ recovery-image] Sep 27 03:57:21.064 INFO O| Sep 27 03:57:21.064 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79922024-09-27T03:57:22.470Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79932024-09-27T03:57:22.470Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79942024-09-27T03:57:22.472Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79952024-09-27T03:57:22.472Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79962024-09-27T03:57:22.472Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79972024-09-27T03:57:22.472Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
79982024-09-27T03:57:22.473Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO ok!
79992024-09-27T03:57:22.473Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO STEP 38 (ensure_file) COMPLETE
80002024-09-27T03:57:22.473Z[ recovery-image] Sep 27 03:57:21.074 INFO O| Sep 27 03:57:21.074 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80012024-09-27T03:57:22.485Z[ recovery-image] Sep 27 03:57:21.088 INFO O| Sep 27 03:57:21.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80022024-09-27T03:57:22.485Z[ recovery-image] Sep 27 03:57:21.088 INFO O| Sep 27 03:57:21.088 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 ...
80032024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.088 INFO O| Sep 27 03:57:21.088 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
80042024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.088 INFO O| Sep 27 03:57:21.088 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80052024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.088 INFO O| Sep 27 03:57:21.088 INFO ok!
80062024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.088 INFO O| Sep 27 03:57:21.088 INFO STEP 39 (ensure_file) COMPLETE
80072024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.089 INFO O| Sep 27 03:57:21.088 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80082024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.099 INFO O| Sep 27 03:57:21.099 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80092024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.099 INFO O| Sep 27 03:57:21.099 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80102024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.099 INFO O| Sep 27 03:57:21.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80112024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.099 INFO O| Sep 27 03:57:21.099 INFO ok!
80122024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.099 INFO O| Sep 27 03:57:21.099 INFO STEP 40 (ensure_file) COMPLETE
80132024-09-27T03:57:22.503Z[ recovery-image] Sep 27 03:57:21.099 INFO O| Sep 27 03:57:21.099 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80142024-09-27T03:57:22.507Z[ recovery-image] Sep 27 03:57:21.110 INFO O| Sep 27 03:57:21.110 INFO updating shadow file
80152024-09-27T03:57:22.507Z[ recovery-image] Sep 27 03:57:21.110 INFO O| Sep 27 03:57:21.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80162024-09-27T03:57:22.507Z[ recovery-image] Sep 27 03:57:21.110 INFO O| Sep 27 03:57:21.110 INFO STEP 41 (shadow) COMPLETE
80172024-09-27T03:57:22.507Z[ recovery-image] Sep 27 03:57:21.110 INFO O| Sep 27 03:57:21.110 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80182024-09-27T03:57:22.518Z[ recovery-image] Sep 27 03:57:21.120 INFO O| Sep 27 03:57:21.120 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80192024-09-27T03:57:22.524Z[ recovery-image] Sep 27 03:57:21.120 INFO O| Sep 27 03:57:21.120 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80202024-09-27T03:57:22.524Z[ recovery-image] Sep 27 03:57:21.120 INFO O| Sep 27 03:57:21.120 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80212024-09-27T03:57:22.524Z[ recovery-image] Sep 27 03:57:21.120 INFO O| Sep 27 03:57:21.120 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80222024-09-27T03:57:22.524Z[ recovery-image] Sep 27 03:57:21.120 INFO O| Sep 27 03:57:21.120 INFO ok!
80232024-09-27T03:57:22.524Z[ recovery-image] Sep 27 03:57:21.120 INFO O| Sep 27 03:57:21.120 INFO STEP 42 (ensure_file) COMPLETE
80242024-09-27T03:57:22.524Z[ recovery-image] Sep 27 03:57:21.120 INFO O| Sep 27 03:57:21.120 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80252024-09-27T03:57:22.526Z[ recovery-image] Sep 27 03:57:21.131 INFO O| Sep 27 03:57:21.131 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80262024-09-27T03:57:22.526Z[ recovery-image] Sep 27 03:57:21.131 INFO O| Sep 27 03:57:21.131 INFO STEP 43 (ensure_dir) COMPLETE
80272024-09-27T03:57:22.526Z[ recovery-image] Sep 27 03:57:21.131 INFO O| Sep 27 03:57:21.131 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80282024-09-27T03:57:22.536Z[ recovery-image] Sep 27 03:57:21.141 INFO O| Sep 27 03:57:21.141 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80292024-09-27T03:57:22.536Z[ recovery-image] Sep 27 03:57:21.141 INFO O| Sep 27 03:57:21.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80302024-09-27T03:57:22.539Z[ recovery-image] Sep 27 03:57:21.141 INFO O| Sep 27 03:57:21.141 INFO STEP 44 (ensure_dir) COMPLETE
80312024-09-27T03:57:22.539Z[ recovery-image] Sep 27 03:57:21.141 INFO O| Sep 27 03:57:21.141 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80322024-09-27T03:57:22.547Z[ recovery-image] Sep 27 03:57:21.151 INFO O| Sep 27 03:57:21.151 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80332024-09-27T03:57:22.549Z[ recovery-image] Sep 27 03:57:21.151 INFO O| Sep 27 03:57:21.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80342024-09-27T03:57:22.549Z[ recovery-image] Sep 27 03:57:21.151 INFO O| Sep 27 03:57:21.151 INFO STEP 45 (ensure_dir) COMPLETE
80352024-09-27T03:57:22.549Z[ recovery-image] Sep 27 03:57:21.151 INFO O| Sep 27 03:57:21.151 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80362024-09-27T03:57:22.557Z[ recovery-image] Sep 27 03:57:21.162 INFO O| Sep 27 03:57:21.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80372024-09-27T03:57:22.558Z[ recovery-image] Sep 27 03:57:21.162 INFO O| Sep 27 03:57:21.162 INFO copying /tmp/.tmpTG9Zdy/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80382024-09-27T03:57:22.601Z[ recovery-image] Sep 27 03:57:21.205 INFO O| Sep 27 03:57:21.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80392024-09-27T03:57:22.604Z[ recovery-image] Sep 27 03:57:21.205 INFO O| Sep 27 03:57:21.205 INFO ok!
80402024-09-27T03:57:22.604Z[ recovery-image] Sep 27 03:57:21.205 INFO O| Sep 27 03:57:21.205 INFO STEP 46 (ensure_file) COMPLETE
80412024-09-27T03:57:22.604Z[ recovery-image] Sep 27 03:57:21.205 INFO O| Sep 27 03:57:21.205 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80422024-09-27T03:57:22.617Z[ recovery-image] Sep 27 03:57:21.221 INFO O| Sep 27 03:57:21.221 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80432024-09-27T03:57:22.617Z[ recovery-image] Sep 27 03:57:21.221 INFO O| Sep 27 03:57:21.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80442024-09-27T03:57:22.617Z[ recovery-image] Sep 27 03:57:21.221 INFO O| Sep 27 03:57:21.221 INFO STEP 47 (ensure_dir) COMPLETE
80452024-09-27T03:57:22.617Z[ recovery-image] Sep 27 03:57:21.221 INFO O| Sep 27 03:57:21.221 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80462024-09-27T03:57:22.628Z[ recovery-image] Sep 27 03:57:21.232 INFO O| Sep 27 03:57:21.232 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80472024-09-27T03:57:22.628Z[ recovery-image] Sep 27 03:57:21.232 INFO O| Sep 27 03:57:21.232 INFO copying /tmp/.tmpTG9Zdy/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80482024-09-27T03:57:22.628Z[ recovery-image] Sep 27 03:57:21.232 INFO O| Sep 27 03:57:21.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80492024-09-27T03:57:22.628Z[ recovery-image] Sep 27 03:57:21.232 INFO O| Sep 27 03:57:21.232 INFO ok!
80502024-09-27T03:57:22.630Z[ recovery-image] Sep 27 03:57:21.232 INFO O| Sep 27 03:57:21.232 INFO STEP 48 (ensure_file) COMPLETE
80512024-09-27T03:57:22.630Z[ recovery-image] Sep 27 03:57:21.232 INFO O| Sep 27 03:57:21.232 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80522024-09-27T03:57:22.642Z[ recovery-image] Sep 27 03:57:21.247 INFO O| Sep 27 03:57:21.246 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80532024-09-27T03:57:22.643Z[ recovery-image] Sep 27 03:57:21.247 INFO O| Sep 27 03:57:21.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80542024-09-27T03:57:22.643Z[ recovery-image] Sep 27 03:57:21.247 INFO O| Sep 27 03:57:21.247 INFO STEP 49 (ensure_dir) COMPLETE
80552024-09-27T03:57:22.643Z[ recovery-image] Sep 27 03:57:21.247 INFO O| Sep 27 03:57:21.247 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80562024-09-27T03:57:22.655Z[ recovery-image] Sep 27 03:57:21.259 INFO O| Sep 27 03:57:21.259 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80572024-09-27T03:57:22.655Z[ recovery-image] Sep 27 03:57:21.259 INFO O| Sep 27 03:57:21.259 INFO copying /tmp/.tmpTG9Zdy/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80582024-09-27T03:57:22.681Z[ recovery-image] Sep 27 03:57:21.285 INFO O| Sep 27 03:57:21.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80592024-09-27T03:57:22.681Z[ recovery-image] Sep 27 03:57:21.285 INFO O| Sep 27 03:57:21.285 INFO ok!
80602024-09-27T03:57:22.681Z[ recovery-image] Sep 27 03:57:21.285 INFO O| Sep 27 03:57:21.285 INFO STEP 50 (ensure_file) COMPLETE
80612024-09-27T03:57:22.681Z[ recovery-image] Sep 27 03:57:21.285 INFO O| Sep 27 03:57:21.285 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80622024-09-27T03:57:22.693Z[ recovery-image] Sep 27 03:57:21.297 INFO O| Sep 27 03:57:21.297 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80632024-09-27T03:57:22.693Z[ recovery-image] Sep 27 03:57:21.297 INFO O| Sep 27 03:57:21.297 INFO copying /tmp/.tmpTG9Zdy/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80642024-09-27T03:57:23.419Z[ recovery-image] Sep 27 03:57:22.023 INFO O| Sep 27 03:57:22.023 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80652024-09-27T03:57:23.419Z[ recovery-image] Sep 27 03:57:22.023 INFO O| Sep 27 03:57:22.023 INFO ok!
80662024-09-27T03:57:23.423Z[ recovery-image] Sep 27 03:57:22.023 INFO O| Sep 27 03:57:22.023 INFO STEP 51 (ensure_file) COMPLETE
80672024-09-27T03:57:23.423Z[ recovery-image] Sep 27 03:57:22.023 INFO O| Sep 27 03:57:22.023 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80682024-09-27T03:57:23.433Z[ recovery-image] Sep 27 03:57:22.037 INFO O| Sep 27 03:57:22.037 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80692024-09-27T03:57:23.435Z[ recovery-image] Sep 27 03:57:22.037 INFO O| Sep 27 03:57:22.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80702024-09-27T03:57:23.435Z[ recovery-image] Sep 27 03:57:22.037 INFO O| Sep 27 03:57:22.037 INFO STEP 52 (ensure_dir) COMPLETE
80712024-09-27T03:57:23.435Z[ recovery-image] Sep 27 03:57:22.037 INFO O| Sep 27 03:57:22.037 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80722024-09-27T03:57:23.446Z[ recovery-image] Sep 27 03:57:22.050 INFO O| Sep 27 03:57:22.050 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80732024-09-27T03:57:23.446Z[ recovery-image] Sep 27 03:57:22.050 INFO O| Sep 27 03:57:22.050 INFO copying /tmp/.tmpTG9Zdy/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 ...
80742024-09-27T03:57:23.448Z[ recovery-image] Sep 27 03:57:22.050 INFO O| Sep 27 03:57:22.050 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
80752024-09-27T03:57:23.448Z[ recovery-image] Sep 27 03:57:22.050 INFO O| Sep 27 03:57:22.050 INFO ok!
80762024-09-27T03:57:23.448Z[ recovery-image] Sep 27 03:57:22.050 INFO O| Sep 27 03:57:22.050 INFO STEP 53 (ensure_file) COMPLETE
80772024-09-27T03:57:23.448Z[ recovery-image] Sep 27 03:57:22.050 INFO O| Sep 27 03:57:22.050 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80782024-09-27T03:57:23.457Z[ recovery-image] Sep 27 03:57:22.061 INFO O| Sep 27 03:57:22.061 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80792024-09-27T03:57:23.457Z[ recovery-image] Sep 27 03:57:22.061 INFO O| Sep 27 03:57:22.061 INFO copying /tmp/.tmpTG9Zdy/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 ...
80802024-09-27T03:57:23.459Z[ recovery-image] Sep 27 03:57:22.061 INFO O| Sep 27 03:57:22.061 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
80812024-09-27T03:57:23.459Z[ recovery-image] Sep 27 03:57:22.061 INFO O| Sep 27 03:57:22.061 INFO ok!
80822024-09-27T03:57:23.459Z[ recovery-image] Sep 27 03:57:22.061 INFO O| Sep 27 03:57:22.061 INFO STEP 54 (ensure_file) COMPLETE
80832024-09-27T03:57:23.459Z[ recovery-image] Sep 27 03:57:22.061 INFO O| Sep 27 03:57:22.061 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80842024-09-27T03:57:23.469Z[ recovery-image] Sep 27 03:57:22.073 INFO O| Sep 27 03:57:22.073 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80852024-09-27T03:57:23.469Z[ recovery-image] Sep 27 03:57:22.073 INFO O| Sep 27 03:57:22.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80862024-09-27T03:57:23.469Z[ recovery-image] Sep 27 03:57:22.073 INFO O| Sep 27 03:57:22.073 INFO STEP 55 (ensure_dir) COMPLETE
80872024-09-27T03:57:23.471Z[ recovery-image] Sep 27 03:57:22.073 INFO O| Sep 27 03:57:22.073 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80882024-09-27T03:57:23.479Z[ recovery-image] Sep 27 03:57:22.083 INFO O| Sep 27 03:57:22.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80892024-09-27T03:57:23.479Z[ recovery-image] Sep 27 03:57:22.083 INFO O| Sep 27 03:57:22.083 INFO copying /tmp/.tmpTG9Zdy/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 ...
80902024-09-27T03:57:23.479Z[ recovery-image] Sep 27 03:57:22.084 INFO O| Sep 27 03:57:22.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80912024-09-27T03:57:23.482Z[ recovery-image] Sep 27 03:57:22.084 INFO O| Sep 27 03:57:22.084 INFO ok!
80922024-09-27T03:57:23.482Z[ recovery-image] Sep 27 03:57:22.084 INFO O| Sep 27 03:57:22.084 INFO STEP 56 (ensure_file) COMPLETE
80932024-09-27T03:57:23.482Z[ recovery-image] Sep 27 03:57:22.084 INFO O| Sep 27 03:57:22.084 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80942024-09-27T03:57:23.492Z[ recovery-image] Sep 27 03:57:22.096 INFO O| Sep 27 03:57:22.096 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
80952024-09-27T03:57:23.492Z[ recovery-image] Sep 27 03:57:22.096 INFO O| Sep 27 03:57:22.096 INFO copying /tmp/.tmpTG9Zdy/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 ...
80962024-09-27T03:57:23.495Z[ recovery-image] Sep 27 03:57:22.096 INFO O| Sep 27 03:57:22.096 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
80972024-09-27T03:57:23.495Z[ recovery-image] Sep 27 03:57:22.096 INFO O| Sep 27 03:57:22.096 INFO ok!
80982024-09-27T03:57:23.495Z[ recovery-image] Sep 27 03:57:22.096 INFO O| Sep 27 03:57:22.096 INFO STEP 57 (ensure_file) COMPLETE
80992024-09-27T03:57:23.495Z[ recovery-image] Sep 27 03:57:22.096 INFO O| Sep 27 03:57:22.096 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81002024-09-27T03:57:23.503Z[ recovery-image] Sep 27 03:57:22.107 INFO O| Sep 27 03:57:22.107 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81012024-09-27T03:57:23.503Z[ recovery-image] Sep 27 03:57:22.107 INFO O| Sep 27 03:57:22.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81022024-09-27T03:57:23.503Z[ recovery-image] Sep 27 03:57:22.107 INFO O| Sep 27 03:57:22.107 INFO STEP 58 (ensure_dir) COMPLETE
81032024-09-27T03:57:23.503Z[ recovery-image] Sep 27 03:57:22.107 INFO O| Sep 27 03:57:22.107 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81042024-09-27T03:57:23.513Z[ recovery-image] Sep 27 03:57:22.118 INFO O| Sep 27 03:57:22.117 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81052024-09-27T03:57:23.513Z[ recovery-image] Sep 27 03:57:22.118 INFO O| Sep 27 03:57:22.117 INFO copying /tmp/.tmpTG9Zdy/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 ...
81062024-09-27T03:57:23.516Z[ recovery-image] Sep 27 03:57:22.118 INFO O| Sep 27 03:57:22.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81072024-09-27T03:57:23.516Z[ recovery-image] Sep 27 03:57:22.118 INFO O| Sep 27 03:57:22.118 INFO ok!
81082024-09-27T03:57:23.516Z[ recovery-image] Sep 27 03:57:22.118 INFO O| Sep 27 03:57:22.118 INFO STEP 59 (ensure_file) COMPLETE
81092024-09-27T03:57:23.516Z[ recovery-image] Sep 27 03:57:22.118 INFO O| Sep 27 03:57:22.118 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81102024-09-27T03:57:23.524Z[ recovery-image] Sep 27 03:57:22.128 INFO O| Sep 27 03:57:22.128 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81112024-09-27T03:57:23.524Z[ recovery-image] Sep 27 03:57:22.128 INFO O| Sep 27 03:57:22.128 INFO copying /tmp/.tmpTG9Zdy/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81122024-09-27T03:57:23.526Z[ recovery-image] Sep 27 03:57:22.128 INFO O| Sep 27 03:57:22.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81132024-09-27T03:57:23.526Z[ recovery-image] Sep 27 03:57:22.128 INFO O| Sep 27 03:57:22.128 INFO ok!
81142024-09-27T03:57:23.526Z[ recovery-image] Sep 27 03:57:22.128 INFO O| Sep 27 03:57:22.128 INFO STEP 60 (ensure_file) COMPLETE
81152024-09-27T03:57:23.526Z[ recovery-image] Sep 27 03:57:22.128 INFO O| Sep 27 03:57:22.128 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81162024-09-27T03:57:23.535Z[ recovery-image] Sep 27 03:57:22.139 INFO O| Sep 27 03:57:22.139 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81172024-09-27T03:57:23.535Z[ recovery-image] Sep 27 03:57:22.139 INFO O| Sep 27 03:57:22.139 INFO STEP 61 (ensure_dir) COMPLETE
81182024-09-27T03:57:23.538Z[ recovery-image] Sep 27 03:57:22.139 INFO O| Sep 27 03:57:22.139 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81192024-09-27T03:57:23.546Z[ recovery-image] Sep 27 03:57:22.150 INFO O| Sep 27 03:57:22.150 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81202024-09-27T03:57:23.546Z[ recovery-image] Sep 27 03:57:22.150 INFO O| Sep 27 03:57:22.150 INFO STEP 62 (ensure_dir) COMPLETE
81212024-09-27T03:57:23.549Z[ recovery-image] Sep 27 03:57:22.150 INFO O| Sep 27 03:57:22.150 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81222024-09-27T03:57:23.556Z[ recovery-image] Sep 27 03:57:22.161 INFO O| Sep 27 03:57:22.160 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81232024-09-27T03:57:23.557Z[ recovery-image] Sep 27 03:57:22.161 INFO O| Sep 27 03:57:22.161 INFO STEP 63 (ensure_dir) COMPLETE
81242024-09-27T03:57:23.559Z[ recovery-image] Sep 27 03:57:22.161 INFO O| Sep 27 03:57:22.161 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81252024-09-27T03:57:23.569Z[ recovery-image] Sep 27 03:57:22.173 INFO O| Sep 27 03:57:22.173 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81262024-09-27T03:57:23.571Z[ recovery-image] Sep 27 03:57:22.173 INFO O| Sep 27 03:57:22.173 INFO STEP 64 (ensure_dir) COMPLETE
81272024-09-27T03:57:23.571Z[ recovery-image] Sep 27 03:57:22.173 INFO O| Sep 27 03:57:22.173 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81282024-09-27T03:57:23.579Z[ recovery-image] Sep 27 03:57:22.183 INFO O| Sep 27 03:57:22.183 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81292024-09-27T03:57:23.579Z[ recovery-image] Sep 27 03:57:22.184 INFO O| Sep 27 03:57:22.183 INFO copying /tmp/.tmpTG9Zdy/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81302024-09-27T03:57:23.579Z[ recovery-image] Sep 27 03:57:22.184 INFO O| Sep 27 03:57:22.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81312024-09-27T03:57:23.582Z[ recovery-image] Sep 27 03:57:22.184 INFO O| Sep 27 03:57:22.184 INFO ok!
81322024-09-27T03:57:23.582Z[ recovery-image] Sep 27 03:57:22.184 INFO O| Sep 27 03:57:22.184 INFO STEP 65 (ensure_file) COMPLETE
81332024-09-27T03:57:23.582Z[ recovery-image] Sep 27 03:57:22.184 INFO O| Sep 27 03:57:22.184 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81342024-09-27T03:57:23.594Z[ recovery-image] Sep 27 03:57:22.198 INFO O| Sep 27 03:57:22.198 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81352024-09-27T03:57:23.596Z[ recovery-image] Sep 27 03:57:22.198 INFO O| Sep 27 03:57:22.198 INFO STEP 66 (remove_files) COMPLETE
81362024-09-27T03:57:23.596Z[ recovery-image] Sep 27 03:57:22.198 INFO O| Sep 27 03:57:22.198 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81372024-09-27T03:57:23.608Z[ recovery-image] Sep 27 03:57:22.212 INFO O| Sep 27 03:57:22.212 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81382024-09-27T03:57:23.610Z[ recovery-image] Sep 27 03:57:22.212 INFO O| Sep 27 03:57:22.212 INFO STEP 67 (remove_files) COMPLETE
81392024-09-27T03:57:23.610Z[ recovery-image] Sep 27 03:57:22.212 INFO O| Sep 27 03:57:22.212 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81402024-09-27T03:57:23.621Z[ recovery-image] Sep 27 03:57:22.225 INFO O| Sep 27 03:57:22.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81412024-09-27T03:57:23.623Z[ recovery-image] Sep 27 03:57:22.225 INFO O| Sep 27 03:57:22.225 INFO STEP 68 (remove_files) COMPLETE
81422024-09-27T03:57:23.623Z[ recovery-image] Sep 27 03:57:22.225 INFO O| Sep 27 03:57:22.225 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81432024-09-27T03:57:23.633Z[ recovery-image] Sep 27 03:57:22.237 INFO O| Sep 27 03:57:22.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81442024-09-27T03:57:23.635Z[ recovery-image] Sep 27 03:57:22.237 INFO O| Sep 27 03:57:22.237 INFO STEP 69 (remove_files) COMPLETE
81452024-09-27T03:57:23.635Z[ recovery-image] Sep 27 03:57:22.237 INFO O| Sep 27 03:57:22.237 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81462024-09-27T03:57:23.645Z[ recovery-image] Sep 27 03:57:22.249 INFO O| Sep 27 03:57:22.249 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81472024-09-27T03:57:23.645Z[ recovery-image] Sep 27 03:57:22.249 INFO O| Sep 27 03:57:22.249 INFO STEP 70 (remove_files) COMPLETE
81482024-09-27T03:57:23.647Z[ recovery-image] Sep 27 03:57:22.249 INFO O| Sep 27 03:57:22.249 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81492024-09-27T03:57:23.659Z[ recovery-image] Sep 27 03:57:22.263 INFO O| Sep 27 03:57:22.263 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81502024-09-27T03:57:23.660Z[ recovery-image] Sep 27 03:57:22.264 INFO O| Sep 27 03:57:22.264 INFO STEP 71 (remove_files) COMPLETE
81512024-09-27T03:57:23.662Z[ recovery-image] Sep 27 03:57:22.264 INFO O| Sep 27 03:57:22.264 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81522024-09-27T03:57:23.672Z[ recovery-image] Sep 27 03:57:22.276 INFO O| Sep 27 03:57:22.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81532024-09-27T03:57:23.672Z[ recovery-image] Sep 27 03:57:22.276 INFO O| Sep 27 03:57:22.276 INFO STEP 72 (remove_files) COMPLETE
81542024-09-27T03:57:23.672Z[ recovery-image] Sep 27 03:57:22.276 INFO O| Sep 27 03:57:22.276 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81552024-09-27T03:57:23.682Z[ recovery-image] Sep 27 03:57:22.286 INFO O| Sep 27 03:57:22.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81562024-09-27T03:57:23.682Z[ recovery-image] Sep 27 03:57:22.287 INFO O| Sep 27 03:57:22.287 INFO STEP 73 (remove_files) COMPLETE
81572024-09-27T03:57:23.682Z[ recovery-image] Sep 27 03:57:22.287 INFO O| Sep 27 03:57:22.287 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81582024-09-27T03:57:23.694Z[ recovery-image] Sep 27 03:57:22.298 INFO O| Sep 27 03:57:22.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81592024-09-27T03:57:23.697Z[ recovery-image] Sep 27 03:57:22.298 INFO O| Sep 27 03:57:22.298 INFO STEP 74 (remove_files) COMPLETE
81602024-09-27T03:57:23.697Z[ recovery-image] Sep 27 03:57:22.298 INFO O| Sep 27 03:57:22.298 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81612024-09-27T03:57:23.705Z[ recovery-image] Sep 27 03:57:22.309 INFO O| Sep 27 03:57:22.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81622024-09-27T03:57:23.705Z[ recovery-image] Sep 27 03:57:22.309 INFO O| Sep 27 03:57:22.309 INFO STEP 75 (remove_files) COMPLETE
81632024-09-27T03:57:23.705Z[ recovery-image] Sep 27 03:57:22.309 INFO O| Sep 27 03:57:22.309 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81642024-09-27T03:57:23.717Z[ recovery-image] Sep 27 03:57:22.321 INFO O| Sep 27 03:57:22.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81652024-09-27T03:57:23.717Z[ recovery-image] Sep 27 03:57:22.321 INFO O| Sep 27 03:57:22.321 INFO STEP 76 (remove_files) COMPLETE
81662024-09-27T03:57:23.720Z[ recovery-image] Sep 27 03:57:22.321 INFO O| Sep 27 03:57:22.321 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81672024-09-27T03:57:23.728Z[ recovery-image] Sep 27 03:57:22.332 INFO O| Sep 27 03:57:22.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81682024-09-27T03:57:23.728Z[ recovery-image] Sep 27 03:57:22.332 INFO O| Sep 27 03:57:22.332 INFO STEP 77 (remove_files) COMPLETE
81692024-09-27T03:57:23.728Z[ recovery-image] Sep 27 03:57:22.332 INFO O| Sep 27 03:57:22.332 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81702024-09-27T03:57:23.739Z[ recovery-image] Sep 27 03:57:22.343 INFO O| Sep 27 03:57:22.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81712024-09-27T03:57:23.739Z[ recovery-image] Sep 27 03:57:22.343 INFO O| Sep 27 03:57:22.343 INFO STEP 78 (remove_files) COMPLETE
81722024-09-27T03:57:23.741Z[ recovery-image] Sep 27 03:57:22.343 INFO O| Sep 27 03:57:22.343 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81732024-09-27T03:57:23.750Z[ recovery-image] Sep 27 03:57:22.354 INFO O| Sep 27 03:57:22.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81742024-09-27T03:57:23.750Z[ recovery-image] Sep 27 03:57:22.354 INFO O| Sep 27 03:57:22.354 INFO STEP 79 (remove_files) COMPLETE
81752024-09-27T03:57:23.752Z[ recovery-image] Sep 27 03:57:22.354 INFO O| Sep 27 03:57:22.354 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81762024-09-27T03:57:23.761Z[ recovery-image] Sep 27 03:57:22.365 INFO O| Sep 27 03:57:22.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81772024-09-27T03:57:23.761Z[ recovery-image] Sep 27 03:57:22.365 INFO O| Sep 27 03:57:22.365 INFO STEP 80 (remove_files) COMPLETE
81782024-09-27T03:57:23.761Z[ recovery-image] Sep 27 03:57:22.365 INFO O| Sep 27 03:57:22.365 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81792024-09-27T03:57:23.773Z[ recovery-image] Sep 27 03:57:22.377 INFO O| Sep 27 03:57:22.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81802024-09-27T03:57:23.773Z[ recovery-image] Sep 27 03:57:22.377 INFO O| Sep 27 03:57:22.377 INFO STEP 81 (remove_files) COMPLETE
81812024-09-27T03:57:23.775Z[ recovery-image] Sep 27 03:57:22.377 INFO O| Sep 27 03:57:22.377 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81822024-09-27T03:57:23.783Z[ recovery-image] Sep 27 03:57:22.387 INFO O| Sep 27 03:57:22.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81832024-09-27T03:57:23.783Z[ recovery-image] Sep 27 03:57:22.387 INFO O| Sep 27 03:57:22.387 INFO STEP 82 (remove_files) COMPLETE
81842024-09-27T03:57:23.786Z[ recovery-image] Sep 27 03:57:22.387 INFO O| Sep 27 03:57:22.387 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81852024-09-27T03:57:23.794Z[ recovery-image] Sep 27 03:57:22.398 INFO O| Sep 27 03:57:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81862024-09-27T03:57:23.794Z[ recovery-image] Sep 27 03:57:22.398 INFO O| Sep 27 03:57:22.398 INFO STEP 83 (remove_files) COMPLETE
81872024-09-27T03:57:23.794Z[ recovery-image] Sep 27 03:57:22.398 INFO O| Sep 27 03:57:22.398 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81882024-09-27T03:57:23.805Z[ recovery-image] Sep 27 03:57:22.409 INFO O| Sep 27 03:57:22.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81892024-09-27T03:57:23.808Z[ recovery-image] Sep 27 03:57:22.409 INFO O| Sep 27 03:57:22.409 INFO STEP 84 (remove_files) COMPLETE
81902024-09-27T03:57:23.808Z[ recovery-image] Sep 27 03:57:22.409 INFO O| Sep 27 03:57:22.409 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81912024-09-27T03:57:23.817Z[ recovery-image] Sep 27 03:57:22.421 INFO O| Sep 27 03:57:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81922024-09-27T03:57:23.817Z[ recovery-image] Sep 27 03:57:22.421 INFO O| Sep 27 03:57:22.421 INFO STEP 85 (remove_files) COMPLETE
81932024-09-27T03:57:23.820Z[ recovery-image] Sep 27 03:57:22.421 INFO O| Sep 27 03:57:22.421 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81942024-09-27T03:57:23.828Z[ recovery-image] Sep 27 03:57:22.432 INFO O| Sep 27 03:57:22.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
81952024-09-27T03:57:23.828Z[ recovery-image] Sep 27 03:57:22.432 INFO O| Sep 27 03:57:22.432 INFO STEP 86 (remove_files) COMPLETE
81962024-09-27T03:57:23.828Z[ recovery-image] Sep 27 03:57:22.432 INFO O| Sep 27 03:57:22.432 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-09-27T03:57:23.838Z[ recovery-image] Sep 27 03:57:22.442 INFO O| Sep 27 03:57:22.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
81982024-09-27T03:57:23.838Z[ recovery-image] Sep 27 03:57:22.442 INFO O| Sep 27 03:57:22.442 INFO STEP 87 (remove_files) COMPLETE
81992024-09-27T03:57:23.841Z[ recovery-image] Sep 27 03:57:22.442 INFO O| Sep 27 03:57:22.442 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-09-27T03:57:23.849Z[ recovery-image] Sep 27 03:57:22.453 INFO O| Sep 27 03:57:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82012024-09-27T03:57:23.849Z[ recovery-image] Sep 27 03:57:22.453 INFO O| Sep 27 03:57:22.453 INFO STEP 88 (remove_files) COMPLETE
82022024-09-27T03:57:23.852Z[ recovery-image] Sep 27 03:57:22.453 INFO O| Sep 27 03:57:22.453 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-09-27T03:57:23.860Z[ recovery-image] Sep 27 03:57:22.464 INFO O| Sep 27 03:57:22.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82042024-09-27T03:57:23.860Z[ recovery-image] Sep 27 03:57:22.464 INFO O| Sep 27 03:57:22.464 INFO STEP 89 (remove_files) COMPLETE
82052024-09-27T03:57:23.864Z[ recovery-image] Sep 27 03:57:22.464 INFO O| Sep 27 03:57:22.464 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-09-27T03:57:23.870Z[ recovery-image] Sep 27 03:57:22.474 INFO O| Sep 27 03:57:22.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82072024-09-27T03:57:23.871Z[ recovery-image] Sep 27 03:57:22.474 INFO O| Sep 27 03:57:22.474 INFO STEP 90 (remove_files) COMPLETE
82082024-09-27T03:57:23.874Z[ recovery-image] Sep 27 03:57:22.475 INFO O| Sep 27 03:57:22.474 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-09-27T03:57:23.882Z[ recovery-image] Sep 27 03:57:22.485 INFO O| Sep 27 03:57:22.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82102024-09-27T03:57:23.885Z[ recovery-image] Sep 27 03:57:22.486 INFO O| Sep 27 03:57:22.485 INFO STEP 91 (remove_files) COMPLETE
82112024-09-27T03:57:23.885Z[ recovery-image] Sep 27 03:57:22.486 INFO O| Sep 27 03:57:22.486 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-09-27T03:57:23.896Z[ recovery-image] Sep 27 03:57:22.500 INFO O| Sep 27 03:57:22.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82132024-09-27T03:57:23.896Z[ recovery-image] Sep 27 03:57:22.500 INFO O| Sep 27 03:57:22.500 INFO STEP 92 (remove_files) COMPLETE
82142024-09-27T03:57:23.899Z[ recovery-image] Sep 27 03:57:22.500 INFO O| Sep 27 03:57:22.500 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-09-27T03:57:23.906Z[ recovery-image] Sep 27 03:57:22.510 INFO O| Sep 27 03:57:22.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82162024-09-27T03:57:23.907Z[ recovery-image] Sep 27 03:57:22.510 INFO O| Sep 27 03:57:22.510 INFO STEP 93 (remove_files) COMPLETE
82172024-09-27T03:57:23.907Z[ recovery-image] Sep 27 03:57:22.511 INFO O| Sep 27 03:57:22.510 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-09-27T03:57:23.920Z[ recovery-image] Sep 27 03:57:22.524 INFO O| Sep 27 03:57:22.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82192024-09-27T03:57:23.920Z[ recovery-image] Sep 27 03:57:22.524 INFO O| Sep 27 03:57:22.524 INFO STEP 94 (remove_files) COMPLETE
82202024-09-27T03:57:23.923Z[ recovery-image] Sep 27 03:57:22.524 INFO O| Sep 27 03:57:22.524 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82212024-09-27T03:57:23.938Z[ recovery-image] Sep 27 03:57:22.542 INFO O| Sep 27 03:57:22.542 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82222024-09-27T03:57:23.941Z[ recovery-image] Sep 27 03:57:22.543 INFO O| Sep 27 03:57:22.542 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82232024-09-27T03:57:25.471Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 41s
82242024-09-27T03:57:25.774ZSep 27 03:57:24.377 INFO [verify-libraries] process exited with exit status: 0 (346.563147856s)
82252024-09-27T03:57:28.649Z[ recovery-image] Sep 27 03:57:27.252 INFO O| Sep 27 03:57:27.252 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
82262024-09-27T03:57:28.649Z[ recovery-image] Sep 27 03:57:27.252 INFO O| Sep 27 03:57:27.252 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82272024-09-27T03:57:28.661Z[ recovery-image] Sep 27 03:57:27.264 INFO O| Sep 27 03:57:27.264 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
82282024-09-27T03:57:28.736Z[ recovery-image] Sep 27 03:57:27.339 INFO O| Sep 27 03:57:27.339 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82292024-09-27T03:57:28.737Z[ recovery-image] Sep 27 03:57:27.339 INFO O| Sep 27 03:57:27.339 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 ...
82302024-09-27T03:57:28.740Z[ recovery-image] Sep 27 03:57:27.341 INFO O| Sep 27 03:57:27.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82312024-09-27T03:57:28.740Z[ recovery-image] Sep 27 03:57:27.341 INFO O| Sep 27 03:57:27.341 INFO ok!
82322024-09-27T03:57:28.740Z[ recovery-image] Sep 27 03:57:27.341 INFO O| Sep 27 03:57:27.341 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82332024-09-27T03:57:28.740Z[ recovery-image] Sep 27 03:57:27.341 INFO O| Sep 27 03:57:27.341 INFO STEP 95 (seed_smf) COMPLETE
82342024-09-27T03:57:28.740Z[ recovery-image] Sep 27 03:57:27.341 INFO O| Sep 27 03:57:27.341 INFO steps complete; finalising image!
82352024-09-27T03:57:28.740Z[ recovery-image] Sep 27 03:57:27.341 INFO O| Sep 27 03:57:27.341 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82362024-09-27T03:57:28.770Z[ recovery-image] Sep 27 03:57:27.373 INFO O| Sep 27 03:57:27.373 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Sep 27 03:57:27 2024)
82372024-09-27T03:57:28.977Z[ recovery-image] Sep 27 03:57:27.580 INFO O| Sep 27 03:57:27.580 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Sep 27 03:57:27 2024)
82382024-09-27T03:57:29.187Z[ recovery-image] Sep 27 03:57:27.790 INFO O| Sep 27 03:57:27.790 INFO trim TEMPORARY-gimlet-zfs-recovery: (78% trimmed, started at Fri Sep 27 03:57:27 2024)
82392024-09-27T03:57:29.411Z[ recovery-image] Sep 27 03:57:28.013 INFO O| Sep 27 03:57:28.013 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
82402024-09-27T03:57:29.411Z[ recovery-image] Sep 27 03:57:28.013 INFO O| Sep 27 03:57:28.013 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82412024-09-27T03:57:29.619Z[ recovery-image] Sep 27 03:57:28.222 INFO O| Sep 27 03:57:28.222 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
82422024-09-27T03:57:29.619Z[ recovery-image] Sep 27 03:57:28.222 INFO O| Sep 27 03:57:28.222 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82432024-09-27T03:57:32.673Z[ recovery-image] Sep 27 03:57:31.276 INFO O| Sep 27 03:57:31.275 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82442024-09-27T03:57:32.674Z[ recovery-image] Sep 27 03:57:31.276 INFO O| Sep 27 03:57:31.276 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82452024-09-27T03:57:32.676Z[ recovery-image] Sep 27 03:57:31.276 INFO O| Sep 27 03:57:31.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82462024-09-27T03:57:32.676Z[ recovery-image] Sep 27 03:57:31.276 INFO O| Sep 27 03:57:31.276 INFO completed processing gimlet/zfs-recovery
82472024-09-27T03:57:32.676Z[ recovery-image] Sep 27 03:57:31.276 INFO O| Sep 27 03:57:31.276 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82482024-09-27T03:57:33.083Z[ recovery-image] Sep 27 03:57:31.685 INFO O| Sep 27 03:57:31.685 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82492024-09-27T03:57:33.173Z[ recovery-image] Sep 27 03:57:31.775 INFO BUILD STRING "heads/stlouis-0-g62bfb8eb45\n"
82502024-09-27T03:57:33.175Z[ recovery-image] Sep 27 03:57:31.775 INFO expanded image name: "recovery 0742018/${os_short_commit} 2024-09-27 03:30" -> "recovery 0742018/62bfb8e 2024-09-27 03:30"
82512024-09-27T03:57:33.175Z[ recovery-image] Sep 27 03:57:31.775 INFO output artefacts stored in: "/work/os-recovery"
82522024-09-27T03:57:33.175Z[ recovery-image] Sep 27 03:57:31.775 INFO collecting git info from project "chelsio-t6-roms"...
82532024-09-27T03:57:33.198Z[ recovery-image] Sep 27 03:57:31.800 INFO collecting git info from project "pinprick"...
82542024-09-27T03:57:33.203Z[ recovery-image] Sep 27 03:57:31.805 INFO collecting git info from project "pilot"...
82552024-09-27T03:57:33.214Z[ recovery-image] Sep 27 03:57:31.816 INFO collecting git info from project "amd-host-image-builder"...
82562024-09-27T03:57:33.272Z[ recovery-image] Sep 27 03:57:31.874 INFO collecting git info from project "phbl"...
82572024-09-27T03:57:33.278Z[ recovery-image] Sep 27 03:57:31.881 INFO collecting git info from project "bootserver"...
82582024-09-27T03:57:33.283Z[ recovery-image] Sep 27 03:57:31.886 INFO collecting git info from project "amd-firmware"...
82592024-09-27T03:57:33.506Z[ recovery-image] Sep 27 03:57:32.108 INFO collecting git info from project "image-builder"...
82602024-09-27T03:57:33.513Z[ recovery-image] Sep 27 03:57:32.115 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82612024-09-27T03:57:33.866Z[ recovery-image] Sep 27 03:57:32.467 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82622024-09-27T03:57:34.212Z[ recovery-image] Sep 27 03:57:32.814 INFO creating Oxide boot image...
82632024-09-27T03:57:34.212Z[ recovery-image] Sep 27 03:57:32.814 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 0742018/62bfb8e 2024-09-27 03:30", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82642024-09-27T03:58:00.051Z[ host-image] Sep 27 03:57:58.647 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22918:20240926T171110Z
82652024-09-27T03:58:00.051Z[ host-image] Sep 27 03:57:58.647 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22918:20240926T171110Z
82662024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.647 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82672024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.648 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82682024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.648 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82692024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.648 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82702024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.649 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82712024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.649 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82722024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.649 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82732024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.649 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82742024-09-27T03:58:00.054Z[ host-image] Sep 27 03:57:58.649 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22918:20240926T171111Z
82752024-09-27T03:58:00.057Z[ host-image] Sep 27 03:57:58.651 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22918:20240926T171111Z
82762024-09-27T03:58:00.057Z[ host-image] Sep 27 03:57:58.652 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22918:20240926T171112Z
82772024-09-27T03:58:00.057Z[ host-image] Sep 27 03:57:58.652 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22918:20240926T171112Z
82782024-09-27T03:58:00.057Z[ host-image] Sep 27 03:57:58.652 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82792024-09-27T03:58:00.057Z[ host-image] Sep 27 03:57:58.653 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22918:20240926T171112Z
82802024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.654 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22918:20240926T171112Z
82812024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.654 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22918:20240926T171112Z
82822024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.654 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22918:20240926T171112Z
82832024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.654 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22918:20240926T171113Z
82842024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.654 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22918:20240926T171113Z
82852024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.655 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22918:20240926T171114Z
82862024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.655 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22918:20240926T171114Z
82872024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.655 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22918:20240926T171115Z
82882024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.655 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22918:20240926T171116Z
82892024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.655 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22918:20240926T171116Z
82902024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.655 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22918:20240926T171118Z
82912024-09-27T03:58:00.060Z[ host-image] Sep 27 03:57:58.655 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22918:20240926T171119Z
82922024-09-27T03:58:00.061Z[ host-image] Sep 27 03:57:58.656 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
82932024-09-27T03:58:00.061Z[ host-image] Sep 27 03:57:58.656 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22918:20240926T171120Z
82942024-09-27T03:58:00.061Z[ host-image] Sep 27 03:57:58.656 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22918:20240926T171123Z
82952024-09-27T03:58:00.061Z[ host-image] Sep 27 03:57:58.656 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22918:20240926T171123Z
82962024-09-27T03:58:00.061Z[ host-image] Sep 27 03:57:58.656 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22918:20240926T171124Z
82972024-09-27T03:58:00.064Z[ host-image] Sep 27 03:57:58.657 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22918:20240926T171126Z
82982024-09-27T03:58:00.064Z[ host-image] Sep 27 03:57:58.657 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22918:20240926T171126Z
82992024-09-27T03:58:00.070Z[ host-image] Sep 27 03:57:58.667 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83002024-09-27T03:58:00.073Z[ host-image] Sep 27 03:57:58.667 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22918:20240926T171126Z
83012024-09-27T03:58:00.073Z[ host-image] Sep 27 03:57:58.667 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
83022024-09-27T03:58:00.073Z[ host-image] Sep 27 03:57:58.668 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83032024-09-27T03:58:00.073Z[ host-image] Sep 27 03:57:58.668 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83042024-09-27T03:58:00.073Z[ host-image] Sep 27 03:57:58.668 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22918:20240926T171126Z
83052024-09-27T03:58:00.073Z[ host-image] Sep 27 03:57:58.669 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83062024-09-27T03:58:00.073Z[ host-image] Sep 27 03:57:58.669 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83072024-09-27T03:58:00.076Z[ host-image] Sep 27 03:57:58.670 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83082024-09-27T03:58:00.076Z[ host-image] Sep 27 03:57:58.670 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83092024-09-27T03:58:00.086Z[ host-image] Sep 27 03:57:58.683 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83102024-09-27T03:58:00.086Z[ host-image] Sep 27 03:57:58.683 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83112024-09-27T03:58:00.089Z[ host-image] Sep 27 03:57:58.683 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83122024-09-27T03:58:00.089Z[ host-image] Sep 27 03:57:58.684 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83132024-09-27T03:58:00.089Z[ host-image] Sep 27 03:57:58.685 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83142024-09-27T03:58:00.089Z[ host-image] Sep 27 03:57:58.685 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83152024-09-27T03:58:00.124Z[ host-image] Sep 27 03:57:58.721 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83162024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.721 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83172024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.721 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83182024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.722 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22918:20240926T171128Z
83192024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.722 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22918:20240926T171135Z
83202024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.723 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83212024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.723 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22918:20240926T171135Z
83222024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.723 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83232024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.723 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83242024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.723 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83252024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.723 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22918:20240926T171135Z
83262024-09-27T03:58:00.127Z[ host-image] Sep 27 03:57:58.723 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83272024-09-27T03:58:00.131Z[ host-image] Sep 27 03:57:58.728 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83282024-09-27T03:58:00.134Z[ host-image] Sep 27 03:57:58.728 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83292024-09-27T03:58:00.134Z[ host-image] Sep 27 03:57:58.728 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83302024-09-27T03:58:00.134Z[ host-image] Sep 27 03:57:58.729 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22918:20240926T171136Z
83312024-09-27T03:58:00.134Z[ host-image] Sep 27 03:57:58.729 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83322024-09-27T03:58:00.147Z[ host-image] Sep 27 03:57:58.744 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83332024-09-27T03:58:00.150Z[ host-image] Sep 27 03:57:58.744 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22918:20240926T171136Z
83342024-09-27T03:58:00.150Z[ host-image] Sep 27 03:57:58.746 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22918:20240926T171137Z
83352024-09-27T03:58:00.150Z[ host-image] Sep 27 03:57:58.746 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22918:20240926T171137Z
83362024-09-27T03:58:00.150Z[ host-image] Sep 27 03:57:58.746 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83372024-09-27T03:58:00.151Z[ host-image] Sep 27 03:57:58.747 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22918:20240926T171138Z
83382024-09-27T03:58:00.153Z[ host-image] Sep 27 03:57:58.748 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22918:20240926T171138Z
83392024-09-27T03:58:00.153Z[ host-image] Sep 27 03:57:58.748 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22918:20240926T171138Z
83402024-09-27T03:58:00.153Z[ host-image] Sep 27 03:57:58.748 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22918:20240926T171139Z
83412024-09-27T03:58:00.156Z[ host-image] Sep 27 03:57:58.752 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83422024-09-27T03:58:00.156Z[ host-image] Sep 27 03:57:58.752 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22918:20240926T171139Z
83432024-09-27T03:58:00.159Z[ host-image] Sep 27 03:57:58.753 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22918:20240926T171140Z
83442024-09-27T03:58:00.159Z[ host-image] Sep 27 03:57:58.753 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83452024-09-27T03:58:00.159Z[ host-image] Sep 27 03:57:58.753 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22918:20240926T171141Z
83462024-09-27T03:58:00.159Z[ host-image] Sep 27 03:57:58.753 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22918:20240926T171141Z
83472024-09-27T03:58:00.159Z[ host-image] Sep 27 03:57:58.754 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22918:20240926T171141Z
83482024-09-27T03:58:00.160Z[ host-image] Sep 27 03:57:58.754 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22918:20240926T171141Z
83492024-09-27T03:58:00.166Z[ host-image] Sep 27 03:57:58.763 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22918:20240926T171141Z
83502024-09-27T03:58:00.166Z[ host-image] Sep 27 03:57:58.763 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83512024-09-27T03:58:00.169Z[ host-image] Sep 27 03:57:58.765 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22918:20240926T171141Z
83522024-09-27T03:58:00.171Z[ host-image] Sep 27 03:57:58.766 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22918:20240926T171141Z
83532024-09-27T03:58:00.171Z[ host-image] Sep 27 03:57:58.766 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22918:20240926T171142Z
83542024-09-27T03:58:00.171Z[ host-image] Sep 27 03:57:58.767 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22918:20240926T171142Z
83552024-09-27T03:58:00.171Z[ host-image] Sep 27 03:57:58.767 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22918:20240926T171142Z
83562024-09-27T03:58:00.171Z[ host-image] Sep 27 03:57:58.767 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22918:20240926T171142Z
83572024-09-27T03:58:00.181Z[ host-image] Sep 27 03:57:58.778 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22918:20240926T171144Z
83582024-09-27T03:58:00.183Z[ host-image] Sep 27 03:57:58.778 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22918:20240926T171143Z
83592024-09-27T03:58:00.183Z[ host-image] Sep 27 03:57:58.778 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22918:20240926T171143Z
83602024-09-27T03:58:00.183Z[ host-image] Sep 27 03:57:58.779 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22918:20240926T171143Z
83612024-09-27T03:58:00.183Z[ host-image] Sep 27 03:57:58.779 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22918:20240926T171144Z
83622024-09-27T03:58:00.205Z[ host-image] Sep 27 03:57:58.801 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22918:20240926T171147Z
83632024-09-27T03:58:00.205Z[ host-image] Sep 27 03:57:58.801 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22918:20240926T171144Z
83642024-09-27T03:58:00.207Z[ host-image] Sep 27 03:57:58.801 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22918:20240926T171144Z
83652024-09-27T03:58:00.207Z[ host-image] Sep 27 03:57:58.802 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83662024-09-27T03:58:00.207Z[ host-image] Sep 27 03:57:58.802 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83672024-09-27T03:58:00.235Z[ host-image] Sep 27 03:57:58.831 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22918:20240926T171145Z
83682024-09-27T03:58:00.238Z[ host-image] Sep 27 03:57:58.832 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83692024-09-27T03:58:00.238Z[ host-image] Sep 27 03:57:58.832 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22918:20240926T171145Z
83702024-09-27T03:58:00.238Z[ host-image] Sep 27 03:57:58.832 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22918:20240926T171145Z
83712024-09-27T03:58:00.238Z[ host-image] Sep 27 03:57:58.833 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22918:20240926T171145Z
83722024-09-27T03:58:00.238Z[ host-image] Sep 27 03:57:58.833 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83732024-09-27T03:58:00.238Z[ host-image] Sep 27 03:57:58.834 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83742024-09-27T03:58:00.240Z[ host-image] Sep 27 03:57:58.834 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22918:20240926T171146Z
83752024-09-27T03:58:00.240Z[ host-image] Sep 27 03:57:58.834 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22918:20240926T171146Z
83762024-09-27T03:58:00.240Z[ host-image] Sep 27 03:57:58.835 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22918:20240926T171146Z
83772024-09-27T03:58:00.240Z[ host-image] Sep 27 03:57:58.835 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22918:20240926T171146Z
83782024-09-27T03:58:00.240Z[ host-image] Sep 27 03:57:58.835 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22918:20240926T171147Z
83792024-09-27T03:58:00.241Z[ host-image] Sep 27 03:57:58.835 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22918:20240926T171147Z
83802024-09-27T03:58:00.243Z[ host-image] Sep 27 03:57:58.838 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83812024-09-27T03:58:00.243Z[ host-image] Sep 27 03:57:58.839 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22918:20240926T171148Z
83822024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.840 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22918:20240926T171148Z
83832024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.840 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22918:20240926T171148Z
83842024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.841 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22918:20240926T171149Z
83852024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.841 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22918:20240926T171149Z
83862024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.841 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22918:20240926T171149Z
83872024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.841 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83882024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.841 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83892024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.842 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22918:20240926T171151Z
83902024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.842 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22918:20240926T171152Z
83912024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.842 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83922024-09-27T03:58:00.248Z[ host-image] Sep 27 03:57:58.842 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83932024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.843 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83942024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.843 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83952024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.843 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
83962024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.844 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83972024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.845 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
83982024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.845 INFO O| tempdir @ "/tmp/.tmpppyJtR/tmp"
83992024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.845 INFO O| image root @ "/tmp/.tmpppyJtR/tmp/root"
84002024-09-27T03:58:00.252Z[ host-image] Sep 27 03:57:58.845 INFO O| creating image...
84012024-09-27T03:58:00.748Z[ host-image] Sep 27 03:57:59.344 INFO O| copying publishers...
84022024-09-27T03:58:07.943Z[ host-image] Sep 27 03:58:06.538 INFO O| adding properties...
84032024-09-27T03:58:08.960Z[ host-image] Sep 27 03:58:07.555 INFO O| installing packages...
84042024-09-27T03:58:26.468Z[ recovery-image] Sep 27 03:58:25.059 INFO O| ok, image written!
84052024-09-27T03:58:26.469Z[ recovery-image] Sep 27 03:58:25.059 INFO O| ok, boot_image_csum file written!
84062024-09-27T03:58:26.473Z[ recovery-image] Sep 27 03:58:25.064 INFO creating boot archive (CPIO)...
84072024-09-27T03:58:26.473Z[ recovery-image] Sep 27 03:58:25.064 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
84082024-09-27T03:58:26.481Z[ recovery-image] Sep 27 03:58:25.073 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84092024-09-27T03:58:26.484Z[ recovery-image] Sep 27 03:58:25.073 INFO E| + outfile=/work/os-recovery/cpio
84102024-09-27T03:58:26.484Z[ recovery-image] Sep 27 03:58:25.073 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84112024-09-27T03:58:26.484Z[ recovery-image] Sep 27 03:58:25.075 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84122024-09-27T03:58:26.484Z[ recovery-image] Sep 27 03:58:25.075 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84132024-09-27T03:58:26.515Z[ recovery-image] Sep 27 03:58:25.106 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84142024-09-27T03:58:26.515Z[ recovery-image] Sep 27 03:58:25.106 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84152024-09-27T03:58:26.521Z[ recovery-image] Sep 27 03:58:25.113 INFO creating compressed cpio/unix for nanobl-rs...
84162024-09-27T03:58:26.524Z[ recovery-image] Sep 27 03:58:25.113 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
84172024-09-27T03:58:26.798Z[ recovery-image] Sep 27 03:58:25.389 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84182024-09-27T03:58:29.146Z[ host-image] Sep 27 03:58:27.736 INFO O| seeding SMF database...
84192024-09-27T03:58:31.139Z[ recovery-image] Sep 27 03:58:29.728 INFO creating reset image...
84202024-09-27T03:58:31.141Z[ recovery-image] Sep 27 03:58:29.729 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84212024-09-27T03:58:31.372Z[ recovery-image] Sep 27 03:58:29.962 INFO E| Updating crates.io index
84222024-09-27T03:58:31.696Z[ recovery-image] Sep 27 03:58:30.286 INFO E| Downloading crates ...
84232024-09-27T03:58:31.780Z[ recovery-image] Sep 27 03:58:30.370 INFO E| Downloaded is_terminal_polyfill v1.70.1
84242024-09-27T03:58:31.782Z[ recovery-image] Sep 27 03:58:30.372 INFO E| Downloaded colorchoice v1.0.2
84252024-09-27T03:58:31.785Z[ recovery-image] Sep 27 03:58:30.373 INFO E| Downloaded clap_lex v0.7.2
84262024-09-27T03:58:31.785Z[ recovery-image] Sep 27 03:58:30.374 INFO E| Downloaded anstyle-query v1.1.1
84272024-09-27T03:58:31.789Z[ recovery-image] Sep 27 03:58:30.379 INFO E| Downloaded anstyle-parse v0.2.5
84282024-09-27T03:58:31.806Z[ recovery-image] Sep 27 03:58:30.387 INFO E| Downloaded utf8parse v0.2.2
84292024-09-27T03:58:31.816Z[ recovery-image] Sep 27 03:58:30.388 INFO E| Downloaded shared_child v1.0.1
84302024-09-27T03:58:31.816Z[ recovery-image] Sep 27 03:58:30.390 INFO E| Downloaded clap v4.5.17
84312024-09-27T03:58:31.818Z[ recovery-image] Sep 27 03:58:30.399 INFO E| Downloaded duct v0.13.7
84322024-09-27T03:58:31.822Z[ recovery-image] Sep 27 03:58:30.401 INFO E| Downloaded anstream v0.6.15
84332024-09-27T03:58:31.822Z[ recovery-image] Sep 27 03:58:30.403 INFO E| Downloaded os_pipe v1.2.1
84342024-09-27T03:58:31.822Z[ recovery-image] Sep 27 03:58:30.405 INFO E| Downloaded clap_builder v4.5.17
84352024-09-27T03:58:31.870Z[ recovery-image] Sep 27 03:58:30.460 INFO E| Compiling proc-macro2 v1.0.86
84362024-09-27T03:58:31.870Z[ recovery-image] Sep 27 03:58:30.460 INFO E| Compiling unicode-ident v1.0.13
84372024-09-27T03:58:31.872Z[ recovery-image] Sep 27 03:58:30.460 INFO E| Compiling libc v0.2.158
84382024-09-27T03:58:31.872Z[ recovery-image] Sep 27 03:58:30.460 INFO E| Compiling utf8parse v0.2.2
84392024-09-27T03:58:31.872Z[ recovery-image] Sep 27 03:58:30.460 INFO E| Compiling anstyle v1.0.8
84402024-09-27T03:58:31.872Z[ recovery-image] Sep 27 03:58:30.460 INFO E| Compiling anstyle-query v1.1.1
84412024-09-27T03:58:31.872Z[ recovery-image] Sep 27 03:58:30.460 INFO E| Compiling colorchoice v1.0.2
84422024-09-27T03:58:31.875Z[ recovery-image] Sep 27 03:58:30.464 INFO E| Compiling is_terminal_polyfill v1.70.1
84432024-09-27T03:58:32.062Z[ recovery-image] Sep 27 03:58:30.652 INFO E| Compiling anstyle-parse v0.2.5
84442024-09-27T03:58:32.091Z[ recovery-image] Sep 27 03:58:30.681 INFO E| Compiling clap_lex v0.7.2
84452024-09-27T03:58:32.110Z[ recovery-image] Sep 27 03:58:30.700 INFO E| Compiling strsim v0.11.1
84462024-09-27T03:58:32.135Z[ recovery-image] Sep 27 03:58:30.724 INFO E| Compiling heck v0.5.0
84472024-09-27T03:58:32.137Z[ recovery-image] Sep 27 03:58:30.726 INFO E| Compiling once_cell v1.19.0
84482024-09-27T03:58:32.377Z[ recovery-image] Sep 27 03:58:30.966 INFO E| Compiling anstream v0.6.15
84492024-09-27T03:58:32.746Z[ recovery-image] Sep 27 03:58:31.336 INFO E| Compiling clap_builder v4.5.17
84502024-09-27T03:58:33.206Z[ recovery-image] Sep 27 03:58:31.796 INFO E| Compiling shared_child v1.0.1
84512024-09-27T03:58:33.206Z[ recovery-image] Sep 27 03:58:31.796 INFO E| Compiling os_pipe v1.2.1
84522024-09-27T03:58:33.351Z[ recovery-image] Sep 27 03:58:31.940 INFO E| Compiling duct v0.13.7
84532024-09-27T03:58:33.400Z[ recovery-image] Sep 27 03:58:31.989 INFO E| Compiling quote v1.0.37
84542024-09-27T03:58:33.802Z[ recovery-image] Sep 27 03:58:32.391 INFO E| Compiling syn v2.0.77
84552024-09-27T03:58:37.624Z[ recovery-image] Sep 27 03:58:36.213 INFO E| Compiling clap_derive v4.5.13
84562024-09-27T03:58:38.007Z[ host-image] Sep 27 03:58:36.596 INFO O| configuring SMF profile...
84572024-09-27T03:58:38.010Z[ host-image] Sep 27 03:58:36.596 INFO O| modifying shadow(5)...
84582024-09-27T03:58:38.010Z[ host-image] Sep 27 03:58:36.596 INFO O| loading user and group database...
84592024-09-27T03:58:38.010Z[ host-image] Sep 27 03:58:36.596 INFO O| assessing packaged files...
84602024-09-27T03:58:39.516Z[ recovery-image] Sep 27 03:58:38.104 INFO E| Compiling clap v4.5.17
84612024-09-27T03:58:39.571Z[ recovery-image] Sep 27 03:58:38.159 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
84622024-09-27T03:58:40.375Z[ host-image] Sep 27 03:58:38.963 INFO O| creating archive...
84632024-09-27T03:58:40.409Z[ host-image] Sep 27 03:58:38.997 INFO O| missing from packaging:
84642024-09-27T03:58:40.409Z[ host-image] Sep 27 03:58:38.997 INFO O| "etc/.pwd.lock"
84652024-09-27T03:58:40.411Z[ host-image] Sep 27 03:58:38.997 INFO O| "etc/bash"
84662024-09-27T03:58:40.414Z[ host-image] Sep 27 03:58:39.003 INFO O| "etc/svc/profile/generic.xml"
84672024-09-27T03:58:40.414Z[ host-image] Sep 27 03:58:39.003 INFO O| "etc/svc/profile/inetd_services.xml"
84682024-09-27T03:58:40.414Z[ host-image] Sep 27 03:58:39.003 INFO O| "etc/svc/profile/name_service.xml"
84692024-09-27T03:58:40.418Z[ host-image] Sep 27 03:58:39.003 INFO O| "etc/svc/profile/platform.xml"
84702024-09-27T03:58:40.418Z[ host-image] Sep 27 03:58:39.003 INFO O| "etc/svc/profile/platform_omicron1.xml"
84712024-09-27T03:58:40.418Z[ host-image] Sep 27 03:58:39.003 INFO O| "etc/svc/repository.db"
84722024-09-27T03:58:40.424Z[ host-image] Sep 27 03:58:39.012 INFO O| "opt/ooce/share"
84732024-09-27T03:58:40.424Z[ host-image] Sep 27 03:58:39.012 INFO O| "opt/ooce/share/man"
84742024-09-27T03:58:40.424Z[ host-image] Sep 27 03:58:39.012 INFO O| "opt/ooce/share/man/man1"
84752024-09-27T03:58:40.433Z[ host-image] Sep 27 03:58:39.022 INFO O| finishing archive...
84762024-09-27T03:58:40.570Z[ recovery-image] Sep 27 03:58:39.159 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
84772024-09-27T03:58:40.581Z[ recovery-image] Sep 27 03:58:39.169 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
84782024-09-27T03:58:40.699Z[ recovery-image] Sep 27 03:58:39.287 INFO E| Updating crates.io index
84792024-09-27T03:58:40.940Z[ recovery-image] Sep 27 03:58:39.528 INFO E| Downloading crates ...
84802024-09-27T03:58:40.990Z[ recovery-image] Sep 27 03:58:39.579 INFO E| Downloaded cpio_reader v0.1.1
84812024-09-27T03:58:40.993Z[ recovery-image] Sep 27 03:58:39.580 INFO E| Downloaded bitstruct v0.1.1
84822024-09-27T03:58:40.995Z[ recovery-image] Sep 27 03:58:39.582 INFO E| Downloaded seq-macro v0.3.5
84832024-09-27T03:58:40.998Z[ recovery-image] Sep 27 03:58:39.586 INFO E| Downloaded bit_field v0.10.2
84842024-09-27T03:58:41.001Z[ recovery-image] Sep 27 03:58:39.587 INFO E| Downloaded bitstruct_derive v0.1.0
84852024-09-27T03:58:41.008Z[ recovery-image] Sep 27 03:58:39.596 INFO E| Downloaded raw-cpuid v10.7.0
84862024-09-27T03:58:41.138Z[ recovery-image] Sep 27 03:58:39.726 INFO E| Downloaded x86 v0.52.0
84872024-09-27T03:58:41.199Z[ recovery-image] Sep 27 03:58:39.787 INFO E| Updating crates.io index
84882024-09-27T03:58:41.297Z[ recovery-image] Sep 27 03:58:39.885 INFO E| Downloading crates ...
84892024-09-27T03:58:41.388Z[ recovery-image] Sep 27 03:58:39.977 INFO E| Downloaded compiler_builtins v0.1.125
84902024-09-27T03:58:41.461Z[ recovery-image] Sep 27 03:58:40.048 INFO E| Compiling compiler_builtins v0.1.125
84912024-09-27T03:58:41.461Z[ recovery-image] Sep 27 03:58:40.049 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
84922024-09-27T03:58:41.463Z[ recovery-image] Sep 27 03:58:40.049 INFO E| Compiling proc-macro2 v1.0.86
84932024-09-27T03:58:41.463Z[ recovery-image] Sep 27 03:58:40.049 INFO E| Compiling unicode-ident v1.0.13
84942024-09-27T03:58:41.463Z[ recovery-image] Sep 27 03:58:40.049 INFO E| Compiling syn v1.0.109
84952024-09-27T03:58:41.463Z[ recovery-image] Sep 27 03:58:40.049 INFO E| Compiling x86 v0.52.0
84962024-09-27T03:58:41.463Z[ recovery-image] Sep 27 03:58:40.049 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84972024-09-27T03:58:41.463Z[ recovery-image] Sep 27 03:58:40.049 INFO E| Compiling seq-macro v0.3.5
84982024-09-27T03:58:42.617Z[ recovery-image] Sep 27 03:58:41.205 INFO E| Compiling quote v1.0.37
84992024-09-27T03:58:42.872Z[ recovery-image] Sep 27 03:58:41.460 INFO E| Compiling syn v2.0.77
85002024-09-27T03:58:43.462Z[ host-image] Sep 27 03:58:42.050 INFO O| creating gzonly manifest...
85012024-09-27T03:58:43.485Z[ host-image] Sep 27 03:58:42.072 INFO O| ok
85022024-09-27T03:58:43.596Z[ host-image] Sep 27 03:58:42.183 INFO image builder template: ramdisk-02-trim...
85032024-09-27T03:58:43.596Z[ host-image] Sep 27 03:58:42.183 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/.tmpTG9Zdy/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
85042024-09-27T03:58:43.623Z[ host-image] Sep 27 03:58:42.211 INFO O| Sep 27 03:58:42.211 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85052024-09-27T03:58:43.630Z[ host-image] Sep 27 03:58:42.217 INFO O| Sep 27 03:58:42.217 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85062024-09-27T03:58:43.726Z[ host-image] Sep 27 03:58:42.313 INFO O| Sep 27 03:58:42.313 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85072024-09-27T03:58:43.777Z[ host-image] Sep 27 03:58:42.364 INFO O| Sep 27 03:58:42.364 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85082024-09-27T03:58:43.779Z[ host-image] Sep 27 03:58:42.364 INFO O| Sep 27 03:58:42.364 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85092024-09-27T03:58:43.785Z[ host-image] Sep 27 03:58:42.373 INFO O| Sep 27 03:58:42.373 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85102024-09-27T03:58:43.791Z[ host-image] Sep 27 03:58:42.379 INFO O| Sep 27 03:58:42.379 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85112024-09-27T03:58:43.799Z[ host-image] Sep 27 03:58:42.387 INFO O| Sep 27 03:58:42.386 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85122024-09-27T03:58:44.020Z[ host-image] Sep 27 03:58:42.607 INFO O| Sep 27 03:58:42.607 INFO rolled back to input snapshot; work may begin
85132024-09-27T03:58:44.020Z[ host-image] Sep 27 03:58:42.607 INFO O| Sep 27 03:58:42.607 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85142024-09-27T03:58:44.028Z[ host-image] Sep 27 03:58:42.616 INFO O| Sep 27 03:58:42.616 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85152024-09-27T03:58:44.044Z[ host-image] Sep 27 03:58:42.631 INFO O| Sep 27 03:58:42.631 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85162024-09-27T03:58:44.098Z[ host-image] Sep 27 03:58:42.680 INFO O| Sep 27 03:58:42.680 INFO STEP 0 (remove_files) COMPLETE
85172024-09-27T03:58:44.098Z[ host-image] Sep 27 03:58:42.680 INFO O| Sep 27 03:58:42.680 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85182024-09-27T03:58:44.106Z[ host-image] Sep 27 03:58:42.693 INFO O| Sep 27 03:58:42.693 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85192024-09-27T03:58:44.109Z[ host-image] Sep 27 03:58:42.696 INFO O| Sep 27 03:58:42.696 INFO STEP 1 (remove_files) COMPLETE
85202024-09-27T03:58:44.109Z[ host-image] Sep 27 03:58:42.696 INFO O| Sep 27 03:58:42.696 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85212024-09-27T03:58:44.122Z[ host-image] Sep 27 03:58:42.709 INFO O| Sep 27 03:58:42.709 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85222024-09-27T03:58:44.138Z[ host-image] Sep 27 03:58:42.725 INFO O| Sep 27 03:58:42.725 INFO STEP 2 (remove_files) COMPLETE
85232024-09-27T03:58:44.138Z[ host-image] Sep 27 03:58:42.725 INFO O| Sep 27 03:58:42.725 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85242024-09-27T03:58:44.154Z[ host-image] Sep 27 03:58:42.742 INFO O| Sep 27 03:58:42.742 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85252024-09-27T03:58:44.157Z[ host-image] Sep 27 03:58:42.744 INFO O| Sep 27 03:58:42.744 INFO STEP 3 (remove_files) COMPLETE
85262024-09-27T03:58:44.157Z[ host-image] Sep 27 03:58:42.744 INFO O| Sep 27 03:58:42.744 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85272024-09-27T03:58:44.174Z[ host-image] Sep 27 03:58:42.761 INFO O| Sep 27 03:58:42.761 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85282024-09-27T03:58:44.178Z[ host-image] Sep 27 03:58:42.766 INFO O| Sep 27 03:58:42.765 INFO STEP 4 (remove_files) COMPLETE
85292024-09-27T03:58:44.178Z[ host-image] Sep 27 03:58:42.766 INFO O| Sep 27 03:58:42.766 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-09-27T03:58:44.195Z[ host-image] Sep 27 03:58:42.782 INFO O| Sep 27 03:58:42.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85312024-09-27T03:58:44.198Z[ host-image] Sep 27 03:58:42.785 INFO O| Sep 27 03:58:42.785 INFO STEP 5 (remove_files) COMPLETE
85322024-09-27T03:58:44.200Z[ host-image] Sep 27 03:58:42.785 INFO O| Sep 27 03:58:42.785 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85332024-09-27T03:58:44.214Z[ host-image] Sep 27 03:58:42.801 INFO O| Sep 27 03:58:42.801 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85342024-09-27T03:58:44.226Z[ host-image] Sep 27 03:58:42.814 INFO O| Sep 27 03:58:42.814 INFO STEP 6 (remove_files) COMPLETE
85352024-09-27T03:58:44.226Z[ host-image] Sep 27 03:58:42.814 INFO O| Sep 27 03:58:42.814 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-09-27T03:58:44.244Z[ host-image] Sep 27 03:58:42.831 INFO O| Sep 27 03:58:42.831 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85372024-09-27T03:58:44.258Z[ host-image] Sep 27 03:58:42.846 INFO O| Sep 27 03:58:42.846 INFO STEP 7 (remove_files) COMPLETE
85382024-09-27T03:58:44.258Z[ host-image] Sep 27 03:58:42.846 INFO O| Sep 27 03:58:42.846 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85392024-09-27T03:58:44.276Z[ host-image] Sep 27 03:58:42.863 INFO O| Sep 27 03:58:42.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85402024-09-27T03:58:44.364Z[ host-image] Sep 27 03:58:42.952 INFO O| Sep 27 03:58:42.952 INFO STEP 8 (remove_files) COMPLETE
85412024-09-27T03:58:44.365Z[ host-image] Sep 27 03:58:42.952 INFO O| Sep 27 03:58:42.952 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85422024-09-27T03:58:44.383Z[ host-image] Sep 27 03:58:42.970 INFO O| Sep 27 03:58:42.970 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85432024-09-27T03:58:44.475Z[ host-image] Sep 27 03:58:43.062 INFO O| Sep 27 03:58:43.062 INFO STEP 9 (remove_files) COMPLETE
85442024-09-27T03:58:44.475Z[ host-image] Sep 27 03:58:43.062 INFO O| Sep 27 03:58:43.062 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85452024-09-27T03:58:44.491Z[ host-image] Sep 27 03:58:43.079 INFO O| Sep 27 03:58:43.079 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85462024-09-27T03:58:44.495Z[ host-image] Sep 27 03:58:43.083 INFO O| Sep 27 03:58:43.082 INFO STEP 10 (remove_files) COMPLETE
85472024-09-27T03:58:44.497Z[ host-image] Sep 27 03:58:43.083 INFO O| Sep 27 03:58:43.083 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-09-27T03:58:44.511Z[ host-image] Sep 27 03:58:43.098 INFO O| Sep 27 03:58:43.098 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85492024-09-27T03:58:44.513Z[ host-image] Sep 27 03:58:43.100 INFO O| Sep 27 03:58:43.100 INFO STEP 11 (remove_files) COMPLETE
85502024-09-27T03:58:44.513Z[ host-image] Sep 27 03:58:43.100 INFO O| Sep 27 03:58:43.100 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-09-27T03:58:44.524Z[ host-image] Sep 27 03:58:43.112 INFO O| Sep 27 03:58:43.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85522024-09-27T03:58:44.528Z[ host-image] Sep 27 03:58:43.115 INFO O| Sep 27 03:58:43.115 INFO STEP 12 (remove_files) COMPLETE
85532024-09-27T03:58:44.528Z[ host-image] Sep 27 03:58:43.115 INFO O| Sep 27 03:58:43.115 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-09-27T03:58:44.550Z[ host-image] Sep 27 03:58:43.137 INFO O| Sep 27 03:58:43.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85552024-09-27T03:58:44.552Z[ host-image] Sep 27 03:58:43.138 INFO O| Sep 27 03:58:43.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85562024-09-27T03:58:44.552Z[ host-image] Sep 27 03:58:43.138 INFO O| Sep 27 03:58:43.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85572024-09-27T03:58:44.552Z[ host-image] Sep 27 03:58:43.138 INFO O| Sep 27 03:58:43.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85582024-09-27T03:58:44.552Z[ host-image] Sep 27 03:58:43.138 INFO O| Sep 27 03:58:43.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85592024-09-27T03:58:44.552Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85602024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85612024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85622024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85632024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85642024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85652024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85662024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85672024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.139 INFO O| Sep 27 03:58:43.139 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85682024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.140 INFO O| Sep 27 03:58:43.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85692024-09-27T03:58:44.553Z[ host-image] Sep 27 03:58:43.140 INFO O| Sep 27 03:58:43.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85702024-09-27T03:58:44.564Z[ host-image] Sep 27 03:58:43.151 INFO O| Sep 27 03:58:43.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85712024-09-27T03:58:44.857Z[ host-image] Sep 27 03:58:43.444 INFO O| Sep 27 03:58:43.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85722024-09-27T03:58:44.862Z[ host-image] Sep 27 03:58:43.449 INFO O| Sep 27 03:58:43.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85732024-09-27T03:58:44.864Z[ host-image] Sep 27 03:58:43.450 INFO O| Sep 27 03:58:43.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85742024-09-27T03:58:44.919Z[ host-image] Sep 27 03:58:43.506 INFO O| Sep 27 03:58:43.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85752024-09-27T03:58:44.955Z[ host-image] Sep 27 03:58:43.542 INFO O| Sep 27 03:58:43.542 INFO STEP 13 (remove_files) COMPLETE
85762024-09-27T03:58:44.955Z[ host-image] Sep 27 03:58:43.542 INFO O| Sep 27 03:58:43.542 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85772024-09-27T03:58:44.974Z[ host-image] Sep 27 03:58:43.561 INFO O| Sep 27 03:58:43.561 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85782024-09-27T03:58:44.977Z[ host-image] Sep 27 03:58:43.564 INFO O| Sep 27 03:58:43.564 INFO STEP 14 (remove_files) COMPLETE
85792024-09-27T03:58:44.977Z[ host-image] Sep 27 03:58:43.564 INFO O| Sep 27 03:58:43.564 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85802024-09-27T03:58:44.995Z[ host-image] Sep 27 03:58:43.583 INFO O| Sep 27 03:58:43.583 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85812024-09-27T03:58:45.005Z[ host-image] Sep 27 03:58:43.593 INFO O| Sep 27 03:58:43.593 INFO STEP 15 (remove_files) COMPLETE
85822024-09-27T03:58:45.005Z[ host-image] Sep 27 03:58:43.593 INFO O| Sep 27 03:58:43.593 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85832024-09-27T03:58:45.025Z[ host-image] Sep 27 03:58:43.612 INFO O| Sep 27 03:58:43.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85842024-09-27T03:58:45.028Z[ host-image] Sep 27 03:58:43.613 INFO O| Sep 27 03:58:43.613 INFO STEP 16 (remove_files) COMPLETE
85852024-09-27T03:58:45.028Z[ host-image] Sep 27 03:58:43.613 INFO O| Sep 27 03:58:43.613 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85862024-09-27T03:58:45.043Z[ host-image] Sep 27 03:58:43.630 INFO O| Sep 27 03:58:43.630 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85872024-09-27T03:58:45.045Z[ host-image] Sep 27 03:58:43.632 INFO O| Sep 27 03:58:43.632 INFO STEP 17 (remove_files) COMPLETE
85882024-09-27T03:58:45.045Z[ host-image] Sep 27 03:58:43.632 INFO O| Sep 27 03:58:43.632 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85892024-09-27T03:58:45.061Z[ host-image] Sep 27 03:58:43.648 INFO O| Sep 27 03:58:43.648 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85902024-09-27T03:58:45.061Z[ host-image] Sep 27 03:58:43.648 INFO O| Sep 27 03:58:43.648 INFO STEP 18 (remove_files) COMPLETE
85912024-09-27T03:58:45.061Z[ host-image] Sep 27 03:58:43.648 INFO O| Sep 27 03:58:43.648 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-09-27T03:58:45.077Z[ host-image] Sep 27 03:58:43.664 INFO O| Sep 27 03:58:43.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85932024-09-27T03:58:45.077Z[ host-image] Sep 27 03:58:43.664 INFO O| Sep 27 03:58:43.664 INFO STEP 19 (remove_files) COMPLETE
85942024-09-27T03:58:45.077Z[ host-image] Sep 27 03:58:43.664 INFO O| Sep 27 03:58:43.664 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-09-27T03:58:45.094Z[ host-image] Sep 27 03:58:43.681 INFO O| Sep 27 03:58:43.681 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85962024-09-27T03:58:45.094Z[ host-image] Sep 27 03:58:43.682 INFO O| Sep 27 03:58:43.681 INFO STEP 20 (remove_files) COMPLETE
85972024-09-27T03:58:45.097Z[ host-image] Sep 27 03:58:43.682 INFO O| Sep 27 03:58:43.682 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-09-27T03:58:45.112Z[ host-image] Sep 27 03:58:43.700 INFO O| Sep 27 03:58:43.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85992024-09-27T03:58:45.112Z[ host-image] Sep 27 03:58:43.700 INFO O| Sep 27 03:58:43.700 INFO STEP 21 (remove_files) COMPLETE
86002024-09-27T03:58:45.112Z[ host-image] Sep 27 03:58:43.700 INFO O| Sep 27 03:58:43.700 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-09-27T03:58:45.130Z[ host-image] Sep 27 03:58:43.718 INFO O| Sep 27 03:58:43.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86022024-09-27T03:58:45.130Z[ host-image] Sep 27 03:58:43.718 INFO O| Sep 27 03:58:43.718 INFO STEP 22 (remove_files) COMPLETE
86032024-09-27T03:58:45.133Z[ host-image] Sep 27 03:58:43.718 INFO O| Sep 27 03:58:43.718 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-09-27T03:58:45.148Z[ host-image] Sep 27 03:58:43.735 INFO O| Sep 27 03:58:43.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86052024-09-27T03:58:45.148Z[ host-image] Sep 27 03:58:43.735 INFO O| Sep 27 03:58:43.735 INFO STEP 23 (remove_files) COMPLETE
86062024-09-27T03:58:45.150Z[ host-image] Sep 27 03:58:43.735 INFO O| Sep 27 03:58:43.735 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-09-27T03:58:45.165Z[ host-image] Sep 27 03:58:43.753 INFO O| Sep 27 03:58:43.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86082024-09-27T03:58:45.165Z[ host-image] Sep 27 03:58:43.753 INFO O| Sep 27 03:58:43.753 INFO STEP 24 (remove_files) COMPLETE
86092024-09-27T03:58:45.168Z[ host-image] Sep 27 03:58:43.753 INFO O| Sep 27 03:58:43.753 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-09-27T03:58:45.183Z[ host-image] Sep 27 03:58:43.770 INFO O| Sep 27 03:58:43.770 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86112024-09-27T03:58:45.183Z[ host-image] Sep 27 03:58:43.770 INFO O| Sep 27 03:58:43.770 INFO STEP 25 (remove_files) COMPLETE
86122024-09-27T03:58:45.185Z[ host-image] Sep 27 03:58:43.770 INFO O| Sep 27 03:58:43.770 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-09-27T03:58:45.200Z[ host-image] Sep 27 03:58:43.787 INFO O| Sep 27 03:58:43.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86142024-09-27T03:58:45.200Z[ host-image] Sep 27 03:58:43.787 INFO O| Sep 27 03:58:43.787 INFO STEP 26 (remove_files) COMPLETE
86152024-09-27T03:58:45.202Z[ host-image] Sep 27 03:58:43.787 INFO O| Sep 27 03:58:43.787 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-09-27T03:58:45.218Z[ host-image] Sep 27 03:58:43.805 INFO O| Sep 27 03:58:43.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86172024-09-27T03:58:45.218Z[ host-image] Sep 27 03:58:43.805 INFO O| Sep 27 03:58:43.805 INFO STEP 27 (remove_files) COMPLETE
86182024-09-27T03:58:45.218Z[ host-image] Sep 27 03:58:43.805 INFO O| Sep 27 03:58:43.805 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-09-27T03:58:45.235Z[ host-image] Sep 27 03:58:43.822 INFO O| Sep 27 03:58:43.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86202024-09-27T03:58:45.235Z[ host-image] Sep 27 03:58:43.822 INFO O| Sep 27 03:58:43.822 INFO STEP 28 (remove_files) COMPLETE
86212024-09-27T03:58:45.238Z[ host-image] Sep 27 03:58:43.822 INFO O| Sep 27 03:58:43.822 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-09-27T03:58:45.253Z[ host-image] Sep 27 03:58:43.841 INFO O| Sep 27 03:58:43.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86232024-09-27T03:58:45.253Z[ host-image] Sep 27 03:58:43.841 INFO O| Sep 27 03:58:43.841 INFO STEP 29 (remove_files) COMPLETE
86242024-09-27T03:58:45.256Z[ host-image] Sep 27 03:58:43.841 INFO O| Sep 27 03:58:43.841 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86252024-09-27T03:58:45.279Z[ host-image] Sep 27 03:58:43.866 INFO O| Sep 27 03:58:43.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86262024-09-27T03:58:45.279Z[ host-image] Sep 27 03:58:43.866 INFO O| Sep 27 03:58:43.866 INFO STEP 30 (remove_files) COMPLETE
86272024-09-27T03:58:45.281Z[ host-image] Sep 27 03:58:43.866 INFO O| Sep 27 03:58:43.866 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86282024-09-27T03:58:45.295Z[ host-image] Sep 27 03:58:43.883 INFO O| Sep 27 03:58:43.883 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86292024-09-27T03:58:45.299Z[ host-image] Sep 27 03:58:43.883 INFO O| Sep 27 03:58:43.883 INFO STEP 31 (remove_files) COMPLETE
86302024-09-27T03:58:45.299Z[ host-image] Sep 27 03:58:43.883 INFO O| Sep 27 03:58:43.883 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-09-27T03:58:45.313Z[ host-image] Sep 27 03:58:43.900 INFO O| Sep 27 03:58:43.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86322024-09-27T03:58:45.316Z[ host-image] Sep 27 03:58:43.901 INFO O| Sep 27 03:58:43.901 INFO STEP 32 (remove_files) COMPLETE
86332024-09-27T03:58:45.316Z[ host-image] Sep 27 03:58:43.901 INFO O| Sep 27 03:58:43.901 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-09-27T03:58:45.330Z[ host-image] Sep 27 03:58:43.917 INFO O| Sep 27 03:58:43.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86352024-09-27T03:58:45.333Z[ host-image] Sep 27 03:58:43.917 INFO O| Sep 27 03:58:43.917 INFO STEP 33 (remove_files) COMPLETE
86362024-09-27T03:58:45.333Z[ host-image] Sep 27 03:58:43.917 INFO O| Sep 27 03:58:43.917 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86372024-09-27T03:58:45.345Z[ host-image] Sep 27 03:58:43.933 INFO O| Sep 27 03:58:43.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86382024-09-27T03:58:45.348Z[ host-image] Sep 27 03:58:43.933 INFO O| Sep 27 03:58:43.933 INFO STEP 34 (remove_files) COMPLETE
86392024-09-27T03:58:45.348Z[ host-image] Sep 27 03:58:43.933 INFO O| Sep 27 03:58:43.933 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86402024-09-27T03:58:45.362Z[ host-image] Sep 27 03:58:43.949 INFO O| Sep 27 03:58:43.949 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86412024-09-27T03:58:45.362Z[ host-image] Sep 27 03:58:43.949 INFO O| Sep 27 03:58:43.949 INFO STEP 35 (remove_files) COMPLETE
86422024-09-27T03:58:45.362Z[ host-image] Sep 27 03:58:43.949 INFO O| Sep 27 03:58:43.949 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-09-27T03:58:45.376Z[ host-image] Sep 27 03:58:43.963 INFO O| Sep 27 03:58:43.963 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86442024-09-27T03:58:45.376Z[ host-image] Sep 27 03:58:43.963 INFO O| Sep 27 03:58:43.963 INFO STEP 36 (remove_files) COMPLETE
86452024-09-27T03:58:45.379Z[ host-image] Sep 27 03:58:43.963 INFO O| Sep 27 03:58:43.963 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-09-27T03:58:45.387Z[ host-image] Sep 27 03:58:43.974 INFO O| Sep 27 03:58:43.974 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86472024-09-27T03:58:45.387Z[ host-image] Sep 27 03:58:43.975 INFO O| Sep 27 03:58:43.975 INFO STEP 37 (remove_files) COMPLETE
86482024-09-27T03:58:45.387Z[ host-image] Sep 27 03:58:43.975 INFO O| Sep 27 03:58:43.975 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-09-27T03:58:45.402Z[ host-image] Sep 27 03:58:43.989 INFO O| Sep 27 03:58:43.989 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86502024-09-27T03:58:45.402Z[ host-image] Sep 27 03:58:43.989 INFO O| Sep 27 03:58:43.989 INFO STEP 38 (remove_files) COMPLETE
86512024-09-27T03:58:45.404Z[ host-image] Sep 27 03:58:43.989 INFO O| Sep 27 03:58:43.989 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86522024-09-27T03:58:45.417Z[ host-image] Sep 27 03:58:44.004 INFO O| Sep 27 03:58:44.004 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86532024-09-27T03:58:45.417Z[ host-image] Sep 27 03:58:44.004 INFO O| Sep 27 03:58:44.004 INFO STEP 39 (remove_files) COMPLETE
86542024-09-27T03:58:45.419Z[ host-image] Sep 27 03:58:44.004 INFO O| Sep 27 03:58:44.004 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-09-27T03:58:45.428Z[ host-image] Sep 27 03:58:44.016 INFO O| Sep 27 03:58:44.016 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86562024-09-27T03:58:45.428Z[ host-image] Sep 27 03:58:44.016 INFO O| Sep 27 03:58:44.016 INFO STEP 40 (remove_files) COMPLETE
86572024-09-27T03:58:45.431Z[ host-image] Sep 27 03:58:44.016 INFO O| Sep 27 03:58:44.016 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-09-27T03:58:45.442Z[ host-image] Sep 27 03:58:44.029 INFO O| Sep 27 03:58:44.029 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86592024-09-27T03:58:45.442Z[ host-image] Sep 27 03:58:44.029 INFO O| Sep 27 03:58:44.029 INFO STEP 41 (remove_files) COMPLETE
86602024-09-27T03:58:45.444Z[ host-image] Sep 27 03:58:44.029 INFO O| Sep 27 03:58:44.029 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86612024-09-27T03:58:45.453Z[ host-image] Sep 27 03:58:44.041 INFO O| Sep 27 03:58:44.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86622024-09-27T03:58:45.453Z[ host-image] Sep 27 03:58:44.041 INFO O| Sep 27 03:58:44.041 INFO STEP 42 (remove_files) COMPLETE
86632024-09-27T03:58:45.453Z[ host-image] Sep 27 03:58:44.041 INFO O| Sep 27 03:58:44.041 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-09-27T03:58:45.466Z[ host-image] Sep 27 03:58:44.054 INFO O| Sep 27 03:58:44.054 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86652024-09-27T03:58:45.467Z[ host-image] Sep 27 03:58:44.054 INFO O| Sep 27 03:58:44.054 INFO STEP 43 (remove_files) COMPLETE
86662024-09-27T03:58:45.469Z[ host-image] Sep 27 03:58:44.054 INFO O| Sep 27 03:58:44.054 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672024-09-27T03:58:45.472Z[ recovery-image] Sep 27 03:58:44.060 INFO E| Compiling scroll_derive v0.12.0
86682024-09-27T03:58:45.481Z[ host-image] Sep 27 03:58:44.068 INFO O| Sep 27 03:58:44.068 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86692024-09-27T03:58:45.484Z[ host-image] Sep 27 03:58:44.068 INFO O| Sep 27 03:58:44.068 INFO STEP 44 (remove_files) COMPLETE
86702024-09-27T03:58:45.484Z[ host-image] Sep 27 03:58:44.068 INFO O| Sep 27 03:58:44.068 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-09-27T03:58:45.496Z[ host-image] Sep 27 03:58:44.083 INFO O| Sep 27 03:58:44.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86722024-09-27T03:58:45.496Z[ host-image] Sep 27 03:58:44.083 INFO O| Sep 27 03:58:44.083 INFO STEP 45 (remove_files) COMPLETE
86732024-09-27T03:58:45.498Z[ host-image] Sep 27 03:58:44.083 INFO O| Sep 27 03:58:44.083 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-09-27T03:58:45.510Z[ host-image] Sep 27 03:58:44.097 INFO O| Sep 27 03:58:44.097 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86752024-09-27T03:58:45.510Z[ host-image] Sep 27 03:58:44.097 INFO O| Sep 27 03:58:44.097 INFO STEP 46 (remove_files) COMPLETE
86762024-09-27T03:58:45.510Z[ host-image] Sep 27 03:58:44.097 INFO O| Sep 27 03:58:44.097 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-09-27T03:58:45.524Z[ host-image] Sep 27 03:58:44.111 INFO O| Sep 27 03:58:44.111 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86782024-09-27T03:58:45.524Z[ host-image] Sep 27 03:58:44.111 INFO O| Sep 27 03:58:44.111 INFO STEP 47 (remove_files) COMPLETE
86792024-09-27T03:58:45.524Z[ host-image] Sep 27 03:58:44.111 INFO O| Sep 27 03:58:44.111 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-09-27T03:58:45.539Z[ host-image] Sep 27 03:58:44.126 INFO O| Sep 27 03:58:44.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86812024-09-27T03:58:45.539Z[ host-image] Sep 27 03:58:44.126 INFO O| Sep 27 03:58:44.126 INFO STEP 48 (remove_files) COMPLETE
86822024-09-27T03:58:45.541Z[ host-image] Sep 27 03:58:44.126 INFO O| Sep 27 03:58:44.126 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-09-27T03:58:45.550Z[ host-image] Sep 27 03:58:44.137 INFO O| Sep 27 03:58:44.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86842024-09-27T03:58:45.550Z[ host-image] Sep 27 03:58:44.137 INFO O| Sep 27 03:58:44.137 INFO STEP 49 (remove_files) COMPLETE
86852024-09-27T03:58:45.552Z[ host-image] Sep 27 03:58:44.137 INFO O| Sep 27 03:58:44.137 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-09-27T03:58:45.560Z[ host-image] Sep 27 03:58:44.147 INFO O| Sep 27 03:58:44.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86872024-09-27T03:58:45.560Z[ host-image] Sep 27 03:58:44.148 INFO O| Sep 27 03:58:44.148 INFO STEP 50 (remove_files) COMPLETE
86882024-09-27T03:58:45.563Z[ host-image] Sep 27 03:58:44.148 INFO O| Sep 27 03:58:44.148 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-09-27T03:58:45.572Z[ host-image] Sep 27 03:58:44.159 INFO O| Sep 27 03:58:44.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86902024-09-27T03:58:45.572Z[ host-image] Sep 27 03:58:44.159 INFO O| Sep 27 03:58:44.159 INFO STEP 51 (remove_files) COMPLETE
86912024-09-27T03:58:45.572Z[ host-image] Sep 27 03:58:44.160 INFO O| Sep 27 03:58:44.159 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-09-27T03:58:45.585Z[ host-image] Sep 27 03:58:44.172 INFO O| Sep 27 03:58:44.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86932024-09-27T03:58:45.585Z[ host-image] Sep 27 03:58:44.172 INFO O| Sep 27 03:58:44.172 INFO STEP 52 (remove_files) COMPLETE
86942024-09-27T03:58:45.585Z[ host-image] Sep 27 03:58:44.172 INFO O| Sep 27 03:58:44.172 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-09-27T03:58:45.596Z[ host-image] Sep 27 03:58:44.183 INFO O| Sep 27 03:58:44.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86962024-09-27T03:58:45.604Z[ host-image] Sep 27 03:58:44.184 INFO O| Sep 27 03:58:44.183 INFO STEP 53 (remove_files) COMPLETE
86972024-09-27T03:58:45.605Z[ host-image] Sep 27 03:58:44.184 INFO O| Sep 27 03:58:44.184 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-09-27T03:58:45.608Z[ host-image] Sep 27 03:58:44.194 INFO O| Sep 27 03:58:44.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86992024-09-27T03:58:45.608Z[ host-image] Sep 27 03:58:44.195 INFO O| Sep 27 03:58:44.194 INFO STEP 54 (remove_files) COMPLETE
87002024-09-27T03:58:45.608Z[ host-image] Sep 27 03:58:44.195 INFO O| Sep 27 03:58:44.194 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-09-27T03:58:45.618Z[ host-image] Sep 27 03:58:44.205 INFO O| Sep 27 03:58:44.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87022024-09-27T03:58:45.618Z[ host-image] Sep 27 03:58:44.205 INFO O| Sep 27 03:58:44.205 INFO STEP 55 (remove_files) COMPLETE
87032024-09-27T03:58:45.620Z[ host-image] Sep 27 03:58:44.205 INFO O| Sep 27 03:58:44.205 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-09-27T03:58:45.632Z[ host-image] Sep 27 03:58:44.219 INFO O| Sep 27 03:58:44.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87052024-09-27T03:58:45.632Z[ host-image] Sep 27 03:58:44.219 INFO O| Sep 27 03:58:44.219 INFO STEP 56 (remove_files) COMPLETE
87062024-09-27T03:58:45.634Z[ host-image] Sep 27 03:58:44.219 INFO O| Sep 27 03:58:44.219 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-09-27T03:58:45.648Z[ host-image] Sep 27 03:58:44.235 INFO O| Sep 27 03:58:44.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87082024-09-27T03:58:45.648Z[ host-image] Sep 27 03:58:44.235 INFO O| Sep 27 03:58:44.235 INFO STEP 57 (remove_files) COMPLETE
87092024-09-27T03:58:45.650Z[ host-image] Sep 27 03:58:44.235 INFO O| Sep 27 03:58:44.235 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-09-27T03:58:45.673Z[ host-image] Sep 27 03:58:44.247 INFO O| Sep 27 03:58:44.247 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87112024-09-27T03:58:45.673Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87122024-09-27T03:58:45.675Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87132024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87142024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87152024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87162024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO ok!
87172024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO STEP 58 (ensure_file) COMPLETE
87182024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.248 INFO O| Sep 27 03:58:44.248 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.260 INFO O| Sep 27 03:58:44.260 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87202024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.260 INFO O| Sep 27 03:58:44.260 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87212024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.260 INFO O| Sep 27 03:58:44.260 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87222024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.260 INFO O| Sep 27 03:58:44.260 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87232024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.260 INFO O| Sep 27 03:58:44.260 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87242024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.260 INFO O| Sep 27 03:58:44.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87252024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.260 INFO O| Sep 27 03:58:44.260 INFO ok!
87262024-09-27T03:58:45.676Z[ host-image] Sep 27 03:58:44.261 INFO O| Sep 27 03:58:44.260 INFO STEP 59 (ensure_file) COMPLETE
87272024-09-27T03:58:45.677Z[ host-image] Sep 27 03:58:44.261 INFO O| Sep 27 03:58:44.261 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-09-27T03:58:45.687Z[ host-image] Sep 27 03:58:44.274 INFO O| Sep 27 03:58:44.274 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87292024-09-27T03:58:45.687Z[ host-image] Sep 27 03:58:44.274 INFO O| Sep 27 03:58:44.274 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87302024-09-27T03:58:45.689Z[ host-image] Sep 27 03:58:44.274 INFO O| Sep 27 03:58:44.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87312024-09-27T03:58:45.689Z[ host-image] Sep 27 03:58:44.274 INFO O| Sep 27 03:58:44.274 INFO ok!
87322024-09-27T03:58:45.689Z[ host-image] Sep 27 03:58:44.274 INFO O| Sep 27 03:58:44.274 INFO STEP 60 (ensure_file) COMPLETE
87332024-09-27T03:58:45.689Z[ host-image] Sep 27 03:58:44.274 INFO O| Sep 27 03:58:44.274 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-09-27T03:58:45.698Z[ host-image] Sep 27 03:58:44.285 INFO O| Sep 27 03:58:44.285 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87352024-09-27T03:58:45.698Z[ host-image] Sep 27 03:58:44.285 INFO O| Sep 27 03:58:44.285 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87362024-09-27T03:58:45.700Z[ host-image] Sep 27 03:58:44.285 INFO O| Sep 27 03:58:44.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87372024-09-27T03:58:45.701Z[ host-image] Sep 27 03:58:44.285 INFO O| Sep 27 03:58:44.285 INFO ok!
87382024-09-27T03:58:45.701Z[ host-image] Sep 27 03:58:44.285 INFO O| Sep 27 03:58:44.285 INFO STEP 61 (ensure_file) COMPLETE
87392024-09-27T03:58:45.701Z[ host-image] Sep 27 03:58:44.285 INFO O| Sep 27 03:58:44.285 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-09-27T03:58:45.708Z[ host-image] Sep 27 03:58:44.296 INFO O| Sep 27 03:58:44.296 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87412024-09-27T03:58:45.708Z[ host-image] Sep 27 03:58:44.296 INFO O| Sep 27 03:58:44.296 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87422024-09-27T03:58:45.711Z[ host-image] Sep 27 03:58:44.296 INFO O| Sep 27 03:58:44.296 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87432024-09-27T03:58:45.711Z[ host-image] Sep 27 03:58:44.296 INFO O| Sep 27 03:58:44.296 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87442024-09-27T03:58:45.711Z[ host-image] Sep 27 03:58:44.296 INFO O| Sep 27 03:58:44.296 INFO ok!
87452024-09-27T03:58:45.711Z[ host-image] Sep 27 03:58:44.296 INFO O| Sep 27 03:58:44.296 INFO STEP 62 (ensure_file) COMPLETE
87462024-09-27T03:58:45.711Z[ host-image] Sep 27 03:58:44.296 INFO O| Sep 27 03:58:44.296 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-09-27T03:58:45.721Z[ host-image] Sep 27 03:58:44.309 INFO O| Sep 27 03:58:44.308 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87482024-09-27T03:58:45.721Z[ host-image] Sep 27 03:58:44.309 INFO O| Sep 27 03:58:44.308 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87492024-09-27T03:58:45.724Z[ host-image] Sep 27 03:58:44.309 INFO O| Sep 27 03:58:44.309 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87502024-09-27T03:58:45.724Z[ host-image] Sep 27 03:58:44.309 INFO O| Sep 27 03:58:44.309 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87512024-09-27T03:58:45.724Z[ host-image] Sep 27 03:58:44.309 INFO O| Sep 27 03:58:44.309 INFO ok!
87522024-09-27T03:58:45.724Z[ host-image] Sep 27 03:58:44.309 INFO O| Sep 27 03:58:44.309 INFO STEP 63 (ensure_file) COMPLETE
87532024-09-27T03:58:45.724Z[ host-image] Sep 27 03:58:44.309 INFO O| Sep 27 03:58:44.309 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-09-27T03:58:45.737Z[ host-image] Sep 27 03:58:44.324 INFO O| Sep 27 03:58:44.324 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87552024-09-27T03:58:45.737Z[ host-image] Sep 27 03:58:44.324 INFO O| Sep 27 03:58:44.324 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87562024-09-27T03:58:45.740Z[ host-image] Sep 27 03:58:44.324 INFO O| Sep 27 03:58:44.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87572024-09-27T03:58:45.740Z[ host-image] Sep 27 03:58:44.324 INFO O| Sep 27 03:58:44.324 INFO ok!
87582024-09-27T03:58:45.740Z[ host-image] Sep 27 03:58:44.324 INFO O| Sep 27 03:58:44.324 INFO STEP 64 (assemble_files) COMPLETE
87592024-09-27T03:58:45.740Z[ host-image] Sep 27 03:58:44.324 INFO O| Sep 27 03:58:44.324 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-09-27T03:58:45.749Z[ host-image] Sep 27 03:58:44.336 INFO O| Sep 27 03:58:44.336 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87612024-09-27T03:58:45.749Z[ host-image] Sep 27 03:58:44.336 INFO O| Sep 27 03:58:44.336 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87622024-09-27T03:58:45.751Z[ host-image] Sep 27 03:58:44.336 INFO O| Sep 27 03:58:44.336 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87632024-09-27T03:58:45.751Z[ host-image] Sep 27 03:58:44.336 INFO O| Sep 27 03:58:44.336 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87642024-09-27T03:58:45.751Z[ host-image] Sep 27 03:58:44.336 INFO O| Sep 27 03:58:44.336 INFO ok!
87652024-09-27T03:58:45.751Z[ host-image] Sep 27 03:58:44.336 INFO O| Sep 27 03:58:44.336 INFO STEP 65 (ensure_file) COMPLETE
87662024-09-27T03:58:45.751Z[ host-image] Sep 27 03:58:44.336 INFO O| Sep 27 03:58:44.336 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-09-27T03:58:45.760Z[ host-image] Sep 27 03:58:44.347 INFO O| Sep 27 03:58:44.347 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87682024-09-27T03:58:45.763Z[ host-image] Sep 27 03:58:44.348 INFO O| Sep 27 03:58:44.347 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87692024-09-27T03:58:45.763Z[ host-image] Sep 27 03:58:44.348 INFO O| Sep 27 03:58:44.348 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87702024-09-27T03:58:45.763Z[ host-image] Sep 27 03:58:44.348 INFO O| Sep 27 03:58:44.348 INFO STEP 66 (ensure_dir) COMPLETE
87712024-09-27T03:58:45.763Z[ host-image] Sep 27 03:58:44.348 INFO O| Sep 27 03:58:44.348 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-09-27T03:58:45.771Z[ host-image] Sep 27 03:58:44.358 INFO O| Sep 27 03:58:44.358 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87732024-09-27T03:58:45.771Z[ host-image] Sep 27 03:58:44.358 INFO O| Sep 27 03:58:44.358 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 ...
87742024-09-27T03:58:45.778Z[ host-image] Sep 27 03:58:44.366 INFO O| Sep 27 03:58:44.365 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
87752024-09-27T03:58:45.778Z[ host-image] Sep 27 03:58:44.366 INFO O| Sep 27 03:58:44.366 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87762024-09-27T03:58:45.781Z[ host-image] Sep 27 03:58:44.366 INFO O| Sep 27 03:58:44.366 INFO ok!
87772024-09-27T03:58:45.781Z[ host-image] Sep 27 03:58:44.366 INFO O| Sep 27 03:58:44.366 INFO STEP 67 (ensure_file) COMPLETE
87782024-09-27T03:58:45.781Z[ host-image] Sep 27 03:58:44.366 INFO O| Sep 27 03:58:44.366 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792024-09-27T03:58:45.790Z[ host-image] Sep 27 03:58:44.378 INFO O| Sep 27 03:58:44.378 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87802024-09-27T03:58:45.790Z[ host-image] Sep 27 03:58:44.378 INFO O| Sep 27 03:58:44.378 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 ...
87812024-09-27T03:58:45.793Z[ host-image] Sep 27 03:58:44.378 INFO O| Sep 27 03:58:44.378 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
87822024-09-27T03:58:45.793Z[ host-image] Sep 27 03:58:44.378 INFO O| Sep 27 03:58:44.378 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87832024-09-27T03:58:45.793Z[ host-image] Sep 27 03:58:44.378 INFO O| Sep 27 03:58:44.378 INFO ok!
87842024-09-27T03:58:45.793Z[ host-image] Sep 27 03:58:44.378 INFO O| Sep 27 03:58:44.378 INFO STEP 68 (ensure_file) COMPLETE
87852024-09-27T03:58:45.793Z[ host-image] Sep 27 03:58:44.378 INFO O| Sep 27 03:58:44.378 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-09-27T03:58:45.810Z[ host-image] Sep 27 03:58:44.397 INFO O| Sep 27 03:58:44.397 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87872024-09-27T03:58:45.810Z[ host-image] Sep 27 03:58:44.397 INFO O| Sep 27 03:58:44.397 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87882024-09-27T03:58:47.752Z[ recovery-image] Sep 27 03:58:46.338 INFO E| Compiling bitstruct_derive v0.1.0
87892024-09-27T03:58:48.214Z[ host-image] Sep 27 03:58:46.801 INFO O| Sep 27 03:58:46.801 INFO STEP 69 (pack_tar) COMPLETE
87902024-09-27T03:58:48.214Z[ host-image] Sep 27 03:58:46.801 INFO O| Sep 27 03:58:46.801 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87912024-09-27T03:58:48.217Z[ host-image] Sep 27 03:58:46.801 INFO O| Sep 27 03:58:46.801 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87922024-09-27T03:58:48.432Z[ host-image] Sep 27 03:58:47.018 INFO O| Sep 27 03:58:47.018 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87932024-09-27T03:58:48.489Z[ host-image] Sep 27 03:58:47.076 INFO O| Sep 27 03:58:47.076 INFO completed processing gimlet/ramdisk-02-trim
87942024-09-27T03:58:48.492Z[ host-image] Sep 27 03:58:47.078 INFO image builder template: zfs...
87952024-09-27T03:58:48.492Z[ host-image] Sep 27 03:58:47.078 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpTG9Zdy/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
87962024-09-27T03:58:48.506Z[ host-image] Sep 27 03:58:47.093 INFO O| Sep 27 03:58:47.092 INFO skip include "stress" because feature "stress" is not enabled
87972024-09-27T03:58:48.538Z[ host-image] Sep 27 03:58:47.125 INFO O| Sep 27 03:58:47.125 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87982024-09-27T03:58:48.542Z[ host-image] Sep 27 03:58:47.129 INFO O| Sep 27 03:58:47.129 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87992024-09-27T03:58:48.629Z[ host-image] Sep 27 03:58:47.215 INFO O| Sep 27 03:58:47.215 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88002024-09-27T03:58:48.694Z[ host-image] Sep 27 03:58:47.281 INFO O| Sep 27 03:58:47.281 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88012024-09-27T03:58:48.694Z[ host-image] Sep 27 03:58:47.281 INFO O| Sep 27 03:58:47.281 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88022024-09-27T03:58:48.699Z[ host-image] Sep 27 03:58:47.286 INFO O| Sep 27 03:58:47.286 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88032024-09-27T03:58:48.828Z[ host-image] Sep 27 03:58:47.415 INFO O| Sep 27 03:58:47.414 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88042024-09-27T03:58:48.883Z[ host-image] Sep 27 03:58:47.469 INFO O| Sep 27 03:58:47.469 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88052024-09-27T03:58:48.896Z[ host-image] Sep 27 03:58:47.482 INFO O| Sep 27 03:58:47.482 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88062024-09-27T03:58:48.901Z[ host-image] Sep 27 03:58:47.488 INFO O| Sep 27 03:58:47.488 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88072024-09-27T03:58:48.904Z[ host-image] Sep 27 03:58:47.488 INFO O| Sep 27 03:58:47.488 INFO no lofi found
88082024-09-27T03:58:48.904Z[ host-image] Sep 27 03:58:47.488 INFO O| Sep 27 03:58:47.488 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88092024-09-27T03:58:48.904Z[ host-image] Sep 27 03:58:47.488 INFO O| Sep 27 03:58:47.488 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88102024-09-27T03:58:50.424Z[ host-image] Sep 27 03:58:49.010 INFO O| Sep 27 03:58:49.010 INFO lofi device = /dev/dsk/c2t1d0p0
88112024-09-27T03:58:50.424Z[ host-image] Sep 27 03:58:49.010 INFO O| Sep 27 03:58:49.010 INFO pool device = /dev/dsk/c2t1d0p0
88122024-09-27T03:58:50.427Z[ host-image] Sep 27 03:58:49.010 INFO O| Sep 27 03:58:49.010 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"]
88132024-09-27T03:58:50.508Z[ host-image] Sep 27 03:58:49.094 INFO O| Sep 27 03:58:49.094 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88142024-09-27T03:58:50.508Z[ host-image] Sep 27 03:58:49.094 INFO O| Sep 27 03:58:49.094 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88152024-09-27T03:58:50.524Z[ host-image] Sep 27 03:58:49.110 INFO O| Sep 27 03:58:49.110 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88162024-09-27T03:58:50.580Z[ host-image] Sep 27 03:58:49.166 INFO O| Sep 27 03:58:49.166 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88172024-09-27T03:58:50.617Z[ host-image] Sep 27 03:58:49.203 INFO O| Sep 27 03:58:49.203 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88182024-09-27T03:58:50.631Z[ host-image] Sep 27 03:58:49.217 INFO O| Sep 27 03:58:49.217 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88192024-09-27T03:58:50.642Z[ host-image] Sep 27 03:58:49.228 INFO O| Sep 27 03:58:49.228 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88202024-09-27T03:58:50.688Z[ host-image] Sep 27 03:58:49.274 INFO O| Sep 27 03:58:49.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88212024-09-27T03:58:50.691Z[ host-image] Sep 27 03:58:49.274 INFO O| Sep 27 03:58:49.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88222024-09-27T03:58:50.691Z[ host-image] Sep 27 03:58:49.274 INFO O| Sep 27 03:58:49.274 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88232024-09-27T03:58:50.696Z[ host-image] Sep 27 03:58:49.282 INFO O| Sep 27 03:58:49.282 INFO boot environment UUID: 50bf53b4-403b-4dbd-b654-f3d24dfb2749
88242024-09-27T03:58:50.696Z[ host-image] Sep 27 03:58:49.283 INFO O| Sep 27 03:58:49.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 50bf53b4-403b-4dbd-b654-f3d24dfb2749
88252024-09-27T03:58:50.706Z[ host-image] Sep 27 03:58:49.292 INFO O| Sep 27 03:58:49.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88262024-09-27T03:58:50.716Z[ host-image] Sep 27 03:58:49.303 INFO O| Sep 27 03:58:49.303 INFO STEP 0 (create_be) COMPLETE
88272024-09-27T03:58:50.717Z[ host-image] Sep 27 03:58:49.303 INFO O| Sep 27 03:58:49.303 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88282024-09-27T03:58:50.734Z[ host-image] Sep 27 03:58:49.320 INFO O| Sep 27 03:58:49.320 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88292024-09-27T03:59:02.838Z[ recovery-image] Sep 27 03:59:01.421 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88302024-09-27T03:59:05.818Z[ recovery-image] Sep 27 03:59:04.399 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88312024-09-27T03:59:10.200Z[ recovery-image] Sep 27 03:59:08.782 INFO E| Compiling bitflags v1.3.2
88322024-09-27T03:59:10.200Z[ recovery-image] Sep 27 03:59:08.782 INFO E| Compiling adler2 v2.0.0
88332024-09-27T03:59:10.203Z[ recovery-image] Sep 27 03:59:08.782 INFO E| Compiling plain v0.2.3
88342024-09-27T03:59:10.203Z[ recovery-image] Sep 27 03:59:08.782 INFO E| Compiling scroll v0.12.0
88352024-09-27T03:59:10.203Z[ recovery-image] Sep 27 03:59:08.782 INFO E| Compiling bit_field v0.10.2
88362024-09-27T03:59:10.203Z[ recovery-image] Sep 27 03:59:08.782 INFO E| Compiling log v0.4.22
88372024-09-27T03:59:10.203Z[ recovery-image] Sep 27 03:59:08.783 INFO E| Compiling bitstruct v0.1.1
88382024-09-27T03:59:10.371Z[ recovery-image] Sep 27 03:59:08.953 INFO E| Compiling raw-cpuid v10.7.0
88392024-09-27T03:59:10.425Z[ recovery-image] Sep 27 03:59:09.005 INFO E| Compiling cpio_reader v0.1.1
88402024-09-27T03:59:10.508Z[ recovery-image] Sep 27 03:59:09.090 INFO E| Compiling miniz_oxide v0.8.0
88412024-09-27T03:59:10.671Z[ recovery-image] Sep 27 03:59:09.252 INFO E| Compiling static_assertions v1.1.0
88422024-09-27T03:59:11.228Z[ recovery-image] Sep 27 03:59:09.810 INFO E| Compiling goblin v0.8.2
88432024-09-27T03:59:11.570Z[ host-image] Sep 27 03:59:10.152 INFO O| Sep 27 03:59:10.151 INFO STEP 1 (unpack_tar) COMPLETE
88442024-09-27T03:59:11.570Z[ host-image] Sep 27 03:59:10.152 INFO O| Sep 27 03:59:10.152 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452024-09-27T03:59:11.583Z[ host-image] Sep 27 03:59:10.165 INFO O| Sep 27 03:59:10.165 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88462024-09-27T03:59:12.091Z[ host-image] Sep 27 03:59:10.673 INFO O| Sep 27 03:59:10.672 INFO STEP 2 (devfsadm) COMPLETE
88472024-09-27T03:59:12.091Z[ host-image] Sep 27 03:59:10.673 INFO O| Sep 27 03:59:10.673 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88482024-09-27T03:59:12.105Z[ host-image] Sep 27 03:59:10.687 INFO O| Sep 27 03:59:10.687 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88492024-09-27T03:59:12.105Z[ host-image] Sep 27 03:59:10.687 INFO O| Sep 27 03:59:10.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88502024-09-27T03:59:12.108Z[ host-image] Sep 27 03:59:10.687 INFO O| Sep 27 03:59:10.687 INFO STEP 3 (ensure_dir) COMPLETE
88512024-09-27T03:59:12.108Z[ host-image] Sep 27 03:59:10.687 INFO O| Sep 27 03:59:10.687 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88522024-09-27T03:59:12.121Z[ host-image] Sep 27 03:59:10.703 INFO O| Sep 27 03:59:10.703 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88532024-09-27T03:59:12.121Z[ host-image] Sep 27 03:59:10.703 INFO O| Sep 27 03:59:10.703 INFO STEP 4 (ensure_dir) COMPLETE
88542024-09-27T03:59:12.123Z[ host-image] Sep 27 03:59:10.703 INFO O| Sep 27 03:59:10.703 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88552024-09-27T03:59:12.132Z[ host-image] Sep 27 03:59:10.714 INFO O| Sep 27 03:59:10.714 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88562024-09-27T03:59:12.132Z[ host-image] Sep 27 03:59:10.714 INFO O| Sep 27 03:59:10.714 INFO STEP 5 (ensure_dir) COMPLETE
88572024-09-27T03:59:12.134Z[ host-image] Sep 27 03:59:10.714 INFO O| Sep 27 03:59:10.714 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88582024-09-27T03:59:12.147Z[ host-image] Sep 27 03:59:10.729 INFO O| Sep 27 03:59:10.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88592024-09-27T03:59:12.148Z[ host-image] Sep 27 03:59:10.729 INFO O| Sep 27 03:59:10.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88602024-09-27T03:59:12.154Z[ host-image] Sep 27 03:59:10.729 INFO O| Sep 27 03:59:10.729 INFO STEP 6 (ensure_dir) COMPLETE
88612024-09-27T03:59:12.154Z[ host-image] Sep 27 03:59:10.729 INFO O| Sep 27 03:59:10.729 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88622024-09-27T03:59:12.165Z[ host-image] Sep 27 03:59:10.747 INFO O| Sep 27 03:59:10.747 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88632024-09-27T03:59:12.165Z[ host-image] Sep 27 03:59:10.747 INFO O| Sep 27 03:59:10.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88642024-09-27T03:59:12.165Z[ host-image] Sep 27 03:59:10.747 INFO O| Sep 27 03:59:10.747 INFO STEP 7 (ensure_dir) COMPLETE
88652024-09-27T03:59:12.168Z[ host-image] Sep 27 03:59:10.747 INFO O| Sep 27 03:59:10.747 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88662024-09-27T03:59:12.182Z[ host-image] Sep 27 03:59:10.763 INFO O| Sep 27 03:59:10.763 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88672024-09-27T03:59:12.184Z[ host-image] Sep 27 03:59:10.764 INFO O| Sep 27 03:59:10.763 INFO STEP 8 (remove_files) COMPLETE
88682024-09-27T03:59:12.184Z[ host-image] Sep 27 03:59:10.764 INFO O| Sep 27 03:59:10.763 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88692024-09-27T03:59:12.198Z[ host-image] Sep 27 03:59:10.779 INFO O| Sep 27 03:59:10.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88702024-09-27T03:59:12.200Z[ host-image] Sep 27 03:59:10.781 INFO O| Sep 27 03:59:10.781 INFO STEP 9 (remove_files) COMPLETE
88712024-09-27T03:59:12.200Z[ host-image] Sep 27 03:59:10.781 INFO O| Sep 27 03:59:10.781 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88722024-09-27T03:59:12.215Z[ host-image] Sep 27 03:59:10.796 INFO O| Sep 27 03:59:10.796 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88732024-09-27T03:59:12.217Z[ host-image] Sep 27 03:59:10.797 INFO O| Sep 27 03:59:10.797 INFO STEP 10 (remove_files) COMPLETE
88742024-09-27T03:59:12.217Z[ host-image] Sep 27 03:59:10.797 INFO O| Sep 27 03:59:10.797 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88752024-09-27T03:59:12.227Z[ host-image] Sep 27 03:59:10.809 INFO O| Sep 27 03:59:10.808 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88762024-09-27T03:59:12.229Z[ host-image] Sep 27 03:59:10.809 INFO O| Sep 27 03:59:10.809 INFO STEP 11 (remove_files) COMPLETE
88772024-09-27T03:59:12.229Z[ host-image] Sep 27 03:59:10.809 INFO O| Sep 27 03:59:10.809 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88782024-09-27T03:59:12.243Z[ host-image] Sep 27 03:59:10.825 INFO O| Sep 27 03:59:10.825 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88792024-09-27T03:59:12.243Z[ host-image] Sep 27 03:59:10.825 INFO O| Sep 27 03:59:10.825 INFO STEP 12 (remove_files) COMPLETE
88802024-09-27T03:59:12.246Z[ host-image] Sep 27 03:59:10.825 INFO O| Sep 27 03:59:10.825 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88812024-09-27T03:59:12.259Z[ host-image] Sep 27 03:59:10.841 INFO O| Sep 27 03:59:10.841 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88822024-09-27T03:59:12.259Z[ host-image] Sep 27 03:59:10.841 INFO O| Sep 27 03:59:10.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88832024-09-27T03:59:12.261Z[ host-image] Sep 27 03:59:10.841 INFO O| Sep 27 03:59:10.841 INFO STEP 13 (ensure_dir) COMPLETE
88842024-09-27T03:59:12.261Z[ host-image] Sep 27 03:59:10.841 INFO O| Sep 27 03:59:10.841 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88852024-09-27T03:59:12.270Z[ host-image] Sep 27 03:59:10.852 INFO O| Sep 27 03:59:10.851 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88862024-09-27T03:59:12.270Z[ host-image] Sep 27 03:59:10.852 INFO O| Sep 27 03:59:10.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88872024-09-27T03:59:12.273Z[ host-image] Sep 27 03:59:10.852 INFO O| Sep 27 03:59:10.852 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88882024-09-27T03:59:12.273Z[ host-image] Sep 27 03:59:10.852 INFO O| Sep 27 03:59:10.852 INFO STEP 14 (ensure_dir) COMPLETE
88892024-09-27T03:59:12.273Z[ host-image] Sep 27 03:59:10.852 INFO O| Sep 27 03:59:10.852 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88902024-09-27T03:59:12.281Z[ host-image] Sep 27 03:59:10.863 INFO O| Sep 27 03:59:10.863 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88912024-09-27T03:59:12.284Z[ host-image] Sep 27 03:59:10.863 INFO O| Sep 27 03:59:10.863 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88922024-09-27T03:59:12.284Z[ host-image] Sep 27 03:59:10.863 INFO O| Sep 27 03:59:10.863 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88932024-09-27T03:59:12.284Z[ host-image] Sep 27 03:59:10.863 INFO O| Sep 27 03:59:10.863 INFO STEP 15 (ensure_dir) COMPLETE
88942024-09-27T03:59:12.284Z[ host-image] Sep 27 03:59:10.863 INFO O| Sep 27 03:59:10.863 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88952024-09-27T03:59:12.293Z[ host-image] Sep 27 03:59:10.875 INFO O| Sep 27 03:59:10.875 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88962024-09-27T03:59:12.293Z[ host-image] Sep 27 03:59:10.875 INFO O| Sep 27 03:59:10.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88972024-09-27T03:59:12.296Z[ host-image] Sep 27 03:59:10.875 INFO O| Sep 27 03:59:10.875 INFO STEP 16 (ensure_dir) COMPLETE
88982024-09-27T03:59:12.296Z[ host-image] Sep 27 03:59:10.875 INFO O| Sep 27 03:59:10.875 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88992024-09-27T03:59:12.303Z[ host-image] Sep 27 03:59:10.885 INFO O| Sep 27 03:59:10.885 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89002024-09-27T03:59:12.303Z[ host-image] Sep 27 03:59:10.885 INFO O| Sep 27 03:59:10.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89012024-09-27T03:59:12.305Z[ host-image] Sep 27 03:59:10.885 INFO O| Sep 27 03:59:10.885 INFO STEP 17 (ensure_dir) COMPLETE
89022024-09-27T03:59:12.305Z[ host-image] Sep 27 03:59:10.885 INFO O| Sep 27 03:59:10.885 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89032024-09-27T03:59:12.313Z[ host-image] Sep 27 03:59:10.895 INFO O| Sep 27 03:59:10.895 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89042024-09-27T03:59:12.313Z[ host-image] Sep 27 03:59:10.895 INFO O| Sep 27 03:59:10.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89052024-09-27T03:59:12.316Z[ host-image] Sep 27 03:59:10.895 INFO O| Sep 27 03:59:10.895 INFO ok!
89062024-09-27T03:59:12.316Z[ host-image] Sep 27 03:59:10.895 INFO O| Sep 27 03:59:10.895 INFO STEP 18 (ensure_symlink) COMPLETE
89072024-09-27T03:59:12.316Z[ host-image] Sep 27 03:59:10.895 INFO O| Sep 27 03:59:10.895 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89082024-09-27T03:59:12.324Z[ host-image] Sep 27 03:59:10.906 INFO O| Sep 27 03:59:10.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89092024-09-27T03:59:12.327Z[ host-image] Sep 27 03:59:10.906 INFO O| Sep 27 03:59:10.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89102024-09-27T03:59:12.327Z[ host-image] Sep 27 03:59:10.906 INFO O| Sep 27 03:59:10.906 INFO ok!
89112024-09-27T03:59:12.327Z[ host-image] Sep 27 03:59:10.906 INFO O| Sep 27 03:59:10.906 INFO STEP 19 (ensure_file) COMPLETE
89122024-09-27T03:59:12.327Z[ host-image] Sep 27 03:59:10.906 INFO O| Sep 27 03:59:10.906 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89132024-09-27T03:59:12.334Z[ host-image] Sep 27 03:59:10.916 INFO O| Sep 27 03:59:10.916 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89142024-09-27T03:59:12.334Z[ host-image] Sep 27 03:59:10.916 INFO O| Sep 27 03:59:10.916 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89152024-09-27T03:59:12.337Z[ host-image] Sep 27 03:59:10.916 INFO O| Sep 27 03:59:10.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89162024-09-27T03:59:12.337Z[ host-image] Sep 27 03:59:10.916 INFO O| Sep 27 03:59:10.916 INFO ok!
89172024-09-27T03:59:12.337Z[ host-image] Sep 27 03:59:10.916 INFO O| Sep 27 03:59:10.916 INFO STEP 20 (ensure_symlink) COMPLETE
89182024-09-27T03:59:12.337Z[ host-image] Sep 27 03:59:10.916 INFO O| Sep 27 03:59:10.916 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89192024-09-27T03:59:12.345Z[ host-image] Sep 27 03:59:10.927 INFO O| Sep 27 03:59:10.927 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89202024-09-27T03:59:12.345Z[ host-image] Sep 27 03:59:10.927 INFO O| Sep 27 03:59:10.927 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89212024-09-27T03:59:12.348Z[ host-image] Sep 27 03:59:10.927 INFO O| Sep 27 03:59:10.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89222024-09-27T03:59:12.348Z[ host-image] Sep 27 03:59:10.927 INFO O| Sep 27 03:59:10.927 INFO ok!
89232024-09-27T03:59:12.348Z[ host-image] Sep 27 03:59:10.927 INFO O| Sep 27 03:59:10.927 INFO STEP 21 (ensure_symlink) COMPLETE
89242024-09-27T03:59:12.348Z[ host-image] Sep 27 03:59:10.927 INFO O| Sep 27 03:59:10.927 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89252024-09-27T03:59:12.358Z[ host-image] Sep 27 03:59:10.940 INFO O| Sep 27 03:59:10.940 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89262024-09-27T03:59:12.358Z[ host-image] Sep 27 03:59:10.940 INFO O| Sep 27 03:59:10.940 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89272024-09-27T03:59:12.361Z[ host-image] Sep 27 03:59:10.940 INFO O| Sep 27 03:59:10.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89282024-09-27T03:59:12.361Z[ host-image] Sep 27 03:59:10.940 INFO O| Sep 27 03:59:10.940 INFO ok!
89292024-09-27T03:59:12.361Z[ host-image] Sep 27 03:59:10.940 INFO O| Sep 27 03:59:10.940 INFO STEP 22 (ensure_symlink) COMPLETE
89302024-09-27T03:59:12.361Z[ host-image] Sep 27 03:59:10.940 INFO O| Sep 27 03:59:10.940 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89312024-09-27T03:59:12.373Z[ host-image] Sep 27 03:59:10.955 INFO O| Sep 27 03:59:10.955 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89322024-09-27T03:59:12.373Z[ host-image] Sep 27 03:59:10.955 INFO O| Sep 27 03:59:10.955 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89332024-09-27T03:59:12.376Z[ host-image] Sep 27 03:59:10.955 INFO O| Sep 27 03:59:10.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89342024-09-27T03:59:12.376Z[ host-image] Sep 27 03:59:10.955 INFO O| Sep 27 03:59:10.955 INFO ok!
89352024-09-27T03:59:12.376Z[ host-image] Sep 27 03:59:10.955 INFO O| Sep 27 03:59:10.955 INFO STEP 23 (ensure_symlink) COMPLETE
89362024-09-27T03:59:12.376Z[ host-image] Sep 27 03:59:10.955 INFO O| Sep 27 03:59:10.955 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89372024-09-27T03:59:12.388Z[ host-image] Sep 27 03:59:10.970 INFO O| Sep 27 03:59:10.970 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89382024-09-27T03:59:12.388Z[ host-image] Sep 27 03:59:10.970 INFO O| Sep 27 03:59:10.970 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89392024-09-27T03:59:12.391Z[ host-image] Sep 27 03:59:10.970 INFO O| Sep 27 03:59:10.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89402024-09-27T03:59:12.391Z[ host-image] Sep 27 03:59:10.970 INFO O| Sep 27 03:59:10.970 INFO ok!
89412024-09-27T03:59:12.391Z[ host-image] Sep 27 03:59:10.970 INFO O| Sep 27 03:59:10.970 INFO STEP 24 (ensure_file) COMPLETE
89422024-09-27T03:59:12.391Z[ host-image] Sep 27 03:59:10.970 INFO O| Sep 27 03:59:10.970 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89432024-09-27T03:59:12.402Z[ host-image] Sep 27 03:59:10.983 INFO O| Sep 27 03:59:10.983 INFO updating shadow file
89442024-09-27T03:59:12.405Z[ host-image] Sep 27 03:59:10.983 INFO O| Sep 27 03:59:10.983 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89452024-09-27T03:59:12.405Z[ host-image] Sep 27 03:59:10.983 INFO O| Sep 27 03:59:10.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89462024-09-27T03:59:12.405Z[ host-image] Sep 27 03:59:10.983 INFO O| Sep 27 03:59:10.983 INFO STEP 25 (shadow) COMPLETE
89472024-09-27T03:59:12.405Z[ host-image] Sep 27 03:59:10.983 INFO O| Sep 27 03:59:10.983 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89482024-09-27T03:59:12.414Z[ host-image] Sep 27 03:59:10.996 INFO O| Sep 27 03:59:10.996 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89492024-09-27T03:59:12.414Z[ host-image] Sep 27 03:59:10.996 INFO O| Sep 27 03:59:10.996 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89502024-09-27T03:59:12.417Z[ host-image] Sep 27 03:59:10.996 INFO O| Sep 27 03:59:10.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89512024-09-27T03:59:12.417Z[ host-image] Sep 27 03:59:10.996 INFO O| Sep 27 03:59:10.996 INFO ok!
89522024-09-27T03:59:12.417Z[ host-image] Sep 27 03:59:10.996 INFO O| Sep 27 03:59:10.996 INFO STEP 26 (ensure_file) COMPLETE
89532024-09-27T03:59:12.417Z[ host-image] Sep 27 03:59:10.996 INFO O| Sep 27 03:59:10.996 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89542024-09-27T03:59:12.426Z[ host-image] Sep 27 03:59:11.007 INFO O| Sep 27 03:59:11.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89552024-09-27T03:59:12.426Z[ host-image] Sep 27 03:59:11.008 INFO O| Sep 27 03:59:11.007 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89562024-09-27T03:59:12.428Z[ host-image] Sep 27 03:59:11.008 INFO O| Sep 27 03:59:11.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89572024-09-27T03:59:12.429Z[ host-image] Sep 27 03:59:11.008 INFO O| Sep 27 03:59:11.008 INFO ok!
89582024-09-27T03:59:12.429Z[ host-image] Sep 27 03:59:11.008 INFO O| Sep 27 03:59:11.008 INFO STEP 27 (ensure_file) COMPLETE
89592024-09-27T03:59:12.429Z[ host-image] Sep 27 03:59:11.008 INFO O| Sep 27 03:59:11.008 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89602024-09-27T03:59:12.440Z[ host-image] Sep 27 03:59:11.022 INFO O| Sep 27 03:59:11.022 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89612024-09-27T03:59:12.443Z[ host-image] Sep 27 03:59:11.022 INFO O| Sep 27 03:59:11.022 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89622024-09-27T03:59:12.443Z[ host-image] Sep 27 03:59:11.022 INFO O| Sep 27 03:59:11.022 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89632024-09-27T03:59:12.443Z[ host-image] Sep 27 03:59:11.022 INFO O| Sep 27 03:59:11.022 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89642024-09-27T03:59:12.443Z[ host-image] Sep 27 03:59:11.022 INFO O| Sep 27 03:59:11.022 INFO ok!
89652024-09-27T03:59:12.443Z[ host-image] Sep 27 03:59:11.022 INFO O| Sep 27 03:59:11.022 INFO STEP 28 (ensure_file) COMPLETE
89662024-09-27T03:59:12.443Z[ host-image] Sep 27 03:59:11.022 INFO O| Sep 27 03:59:11.022 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89672024-09-27T03:59:12.457Z[ host-image] Sep 27 03:59:11.039 INFO O| Sep 27 03:59:11.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89682024-09-27T03:59:12.457Z[ host-image] Sep 27 03:59:11.039 INFO O| Sep 27 03:59:11.039 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89692024-09-27T03:59:12.457Z[ host-image] Sep 27 03:59:11.039 INFO O| Sep 27 03:59:11.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89702024-09-27T03:59:12.460Z[ host-image] Sep 27 03:59:11.039 INFO O| Sep 27 03:59:11.039 INFO ok!
89712024-09-27T03:59:12.460Z[ host-image] Sep 27 03:59:11.039 INFO O| Sep 27 03:59:11.039 INFO STEP 29 (ensure_file) COMPLETE
89722024-09-27T03:59:12.460Z[ host-image] Sep 27 03:59:11.039 INFO O| Sep 27 03:59:11.039 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89732024-09-27T03:59:12.469Z[ host-image] Sep 27 03:59:11.051 INFO O| Sep 27 03:59:11.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89742024-09-27T03:59:12.469Z[ host-image] Sep 27 03:59:11.051 INFO O| Sep 27 03:59:11.051 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89752024-09-27T03:59:12.472Z[ host-image] Sep 27 03:59:11.051 INFO O| Sep 27 03:59:11.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89762024-09-27T03:59:12.472Z[ host-image] Sep 27 03:59:11.051 INFO O| Sep 27 03:59:11.051 INFO ok!
89772024-09-27T03:59:12.472Z[ host-image] Sep 27 03:59:11.051 INFO O| Sep 27 03:59:11.051 INFO STEP 30 (ensure_file) COMPLETE
89782024-09-27T03:59:12.472Z[ host-image] Sep 27 03:59:11.051 INFO O| Sep 27 03:59:11.051 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89792024-09-27T03:59:12.487Z[ host-image] Sep 27 03:59:11.069 INFO O| Sep 27 03:59:11.068 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89802024-09-27T03:59:12.487Z[ host-image] Sep 27 03:59:11.069 INFO O| Sep 27 03:59:11.069 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89812024-09-27T03:59:12.490Z[ host-image] Sep 27 03:59:11.069 INFO O| Sep 27 03:59:11.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89822024-09-27T03:59:12.490Z[ host-image] Sep 27 03:59:11.069 INFO O| Sep 27 03:59:11.069 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89832024-09-27T03:59:12.490Z[ host-image] Sep 27 03:59:11.069 INFO O| Sep 27 03:59:11.069 INFO ok!
89842024-09-27T03:59:12.490Z[ host-image] Sep 27 03:59:11.069 INFO O| Sep 27 03:59:11.069 INFO STEP 31 (ensure_file) COMPLETE
89852024-09-27T03:59:12.490Z[ host-image] Sep 27 03:59:11.069 INFO O| Sep 27 03:59:11.069 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89862024-09-27T03:59:12.504Z[ host-image] Sep 27 03:59:11.086 INFO O| Sep 27 03:59:11.086 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89872024-09-27T03:59:12.504Z[ host-image] Sep 27 03:59:11.086 INFO O| Sep 27 03:59:11.086 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89882024-09-27T03:59:12.506Z[ host-image] Sep 27 03:59:11.086 INFO O| Sep 27 03:59:11.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89892024-09-27T03:59:12.506Z[ host-image] Sep 27 03:59:11.086 INFO O| Sep 27 03:59:11.086 INFO ok!
89902024-09-27T03:59:12.507Z[ host-image] Sep 27 03:59:11.086 INFO O| Sep 27 03:59:11.086 INFO STEP 32 (ensure_file) COMPLETE
89912024-09-27T03:59:12.507Z[ host-image] Sep 27 03:59:11.086 INFO O| Sep 27 03:59:11.086 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89922024-09-27T03:59:12.521Z[ host-image] Sep 27 03:59:11.103 INFO O| Sep 27 03:59:11.103 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89932024-09-27T03:59:12.521Z[ host-image] Sep 27 03:59:11.103 INFO O| Sep 27 03:59:11.103 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89942024-09-27T03:59:12.524Z[ host-image] Sep 27 03:59:11.103 INFO O| Sep 27 03:59:11.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89952024-09-27T03:59:12.524Z[ host-image] Sep 27 03:59:11.103 INFO O| Sep 27 03:59:11.103 INFO ok!
89962024-09-27T03:59:12.524Z[ host-image] Sep 27 03:59:11.103 INFO O| Sep 27 03:59:11.103 INFO STEP 33 (ensure_file) COMPLETE
89972024-09-27T03:59:12.524Z[ host-image] Sep 27 03:59:11.103 INFO O| Sep 27 03:59:11.103 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89982024-09-27T03:59:12.538Z[ host-image] Sep 27 03:59:11.120 INFO O| Sep 27 03:59:11.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89992024-09-27T03:59:12.539Z[ host-image] Sep 27 03:59:11.120 INFO O| Sep 27 03:59:11.120 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90002024-09-27T03:59:12.541Z[ host-image] Sep 27 03:59:11.120 INFO O| Sep 27 03:59:11.120 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90012024-09-27T03:59:12.541Z[ host-image] Sep 27 03:59:11.120 INFO O| Sep 27 03:59:11.120 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90022024-09-27T03:59:12.541Z[ host-image] Sep 27 03:59:11.120 INFO O| Sep 27 03:59:11.120 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90032024-09-27T03:59:12.541Z[ host-image] Sep 27 03:59:11.121 INFO O| Sep 27 03:59:11.121 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90042024-09-27T03:59:12.541Z[ host-image] Sep 27 03:59:11.121 INFO O| Sep 27 03:59:11.121 INFO ok!
90052024-09-27T03:59:12.541Z[ host-image] Sep 27 03:59:11.121 INFO O| Sep 27 03:59:11.121 INFO STEP 34 (ensure_file) COMPLETE
90062024-09-27T03:59:12.541Z[ host-image] Sep 27 03:59:11.121 INFO O| Sep 27 03:59:11.121 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90072024-09-27T03:59:12.554Z[ host-image] Sep 27 03:59:11.135 INFO O| Sep 27 03:59:11.135 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90082024-09-27T03:59:12.554Z[ host-image] Sep 27 03:59:11.136 INFO O| Sep 27 03:59:11.135 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90092024-09-27T03:59:12.556Z[ host-image] Sep 27 03:59:11.136 INFO O| Sep 27 03:59:11.136 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90102024-09-27T03:59:12.556Z[ host-image] Sep 27 03:59:11.136 INFO O| Sep 27 03:59:11.136 INFO STEP 35 (ensure_dir) COMPLETE
90112024-09-27T03:59:12.556Z[ host-image] Sep 27 03:59:11.136 INFO O| Sep 27 03:59:11.136 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90122024-09-27T03:59:12.569Z[ host-image] Sep 27 03:59:11.151 INFO O| Sep 27 03:59:11.151 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
90132024-09-27T03:59:12.569Z[ host-image] Sep 27 03:59:11.151 INFO O| Sep 27 03:59:11.151 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 ...
90142024-09-27T03:59:12.571Z[ host-image] Sep 27 03:59:11.151 INFO O| Sep 27 03:59:11.151 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
90152024-09-27T03:59:12.571Z[ host-image] Sep 27 03:59:11.151 INFO O| Sep 27 03:59:11.151 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
90162024-09-27T03:59:12.571Z[ host-image] Sep 27 03:59:11.151 INFO O| Sep 27 03:59:11.151 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
90172024-09-27T03:59:12.572Z[ host-image] Sep 27 03:59:11.152 INFO O| Sep 27 03:59:11.151 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
90182024-09-27T03:59:12.572Z[ host-image] Sep 27 03:59:11.152 INFO O| Sep 27 03:59:11.151 INFO ok!
90192024-09-27T03:59:12.572Z[ host-image] Sep 27 03:59:11.152 INFO O| Sep 27 03:59:11.152 INFO STEP 36 (ensure_file) COMPLETE
90202024-09-27T03:59:12.572Z[ host-image] Sep 27 03:59:11.152 INFO O| Sep 27 03:59:11.152 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90212024-09-27T03:59:12.588Z[ host-image] Sep 27 03:59:11.170 INFO O| Sep 27 03:59:11.170 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90222024-09-27T03:59:12.591Z[ host-image] Sep 27 03:59:11.170 INFO O| Sep 27 03:59:11.170 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 ...
90232024-09-27T03:59:12.591Z[ host-image] Sep 27 03:59:11.170 INFO O| Sep 27 03:59:11.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90242024-09-27T03:59:12.591Z[ host-image] Sep 27 03:59:11.170 INFO O| Sep 27 03:59:11.170 INFO ok!
90252024-09-27T03:59:12.591Z[ host-image] Sep 27 03:59:11.170 INFO O| Sep 27 03:59:11.170 INFO STEP 37 (ensure_symlink) COMPLETE
90262024-09-27T03:59:12.591Z[ host-image] Sep 27 03:59:11.170 INFO O| Sep 27 03:59:11.170 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90272024-09-27T03:59:12.608Z[ host-image] Sep 27 03:59:11.189 INFO O| Sep 27 03:59:11.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90282024-09-27T03:59:12.608Z[ host-image] Sep 27 03:59:11.189 INFO O| Sep 27 03:59:11.189 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90292024-09-27T03:59:12.611Z[ host-image] Sep 27 03:59:11.190 INFO O| Sep 27 03:59:11.189 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90302024-09-27T03:59:12.611Z[ host-image] Sep 27 03:59:11.190 INFO O| Sep 27 03:59:11.190 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90312024-09-27T03:59:12.611Z[ host-image] Sep 27 03:59:11.190 INFO O| Sep 27 03:59:11.190 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90322024-09-27T03:59:12.611Z[ host-image] Sep 27 03:59:11.190 INFO O| Sep 27 03:59:11.190 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90332024-09-27T03:59:12.611Z[ host-image] Sep 27 03:59:11.190 INFO O| Sep 27 03:59:11.190 INFO ok!
90342024-09-27T03:59:12.611Z[ host-image] Sep 27 03:59:11.190 INFO O| Sep 27 03:59:11.190 INFO STEP 38 (ensure_file) COMPLETE
90352024-09-27T03:59:12.611Z[ host-image] Sep 27 03:59:11.190 INFO O| Sep 27 03:59:11.190 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90362024-09-27T03:59:12.625Z[ host-image] Sep 27 03:59:11.206 INFO O| Sep 27 03:59:11.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90372024-09-27T03:59:12.625Z[ host-image] Sep 27 03:59:11.207 INFO O| Sep 27 03:59:11.206 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 ...
90382024-09-27T03:59:12.625Z[ host-image] Sep 27 03:59:11.207 INFO O| Sep 27 03:59:11.207 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
90392024-09-27T03:59:12.627Z[ host-image] Sep 27 03:59:11.207 INFO O| Sep 27 03:59:11.207 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90402024-09-27T03:59:12.627Z[ host-image] Sep 27 03:59:11.207 INFO O| Sep 27 03:59:11.207 INFO ok!
90412024-09-27T03:59:12.627Z[ host-image] Sep 27 03:59:11.207 INFO O| Sep 27 03:59:11.207 INFO STEP 39 (ensure_file) COMPLETE
90422024-09-27T03:59:12.627Z[ host-image] Sep 27 03:59:11.207 INFO O| Sep 27 03:59:11.207 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90432024-09-27T03:59:12.642Z[ host-image] Sep 27 03:59:11.224 INFO O| Sep 27 03:59:11.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90442024-09-27T03:59:12.642Z[ host-image] Sep 27 03:59:11.224 INFO O| Sep 27 03:59:11.224 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90452024-09-27T03:59:12.644Z[ host-image] Sep 27 03:59:11.224 INFO O| Sep 27 03:59:11.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90462024-09-27T03:59:12.644Z[ host-image] Sep 27 03:59:11.224 INFO O| Sep 27 03:59:11.224 INFO ok!
90472024-09-27T03:59:12.644Z[ host-image] Sep 27 03:59:11.224 INFO O| Sep 27 03:59:11.224 INFO STEP 40 (ensure_file) COMPLETE
90482024-09-27T03:59:12.644Z[ host-image] Sep 27 03:59:11.224 INFO O| Sep 27 03:59:11.224 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90492024-09-27T03:59:12.654Z[ host-image] Sep 27 03:59:11.236 INFO O| Sep 27 03:59:11.236 INFO updating shadow file
90502024-09-27T03:59:12.656Z[ host-image] Sep 27 03:59:11.236 INFO O| Sep 27 03:59:11.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90512024-09-27T03:59:12.656Z[ host-image] Sep 27 03:59:11.236 INFO O| Sep 27 03:59:11.236 INFO STEP 41 (shadow) COMPLETE
90522024-09-27T03:59:12.657Z[ host-image] Sep 27 03:59:11.236 INFO O| Sep 27 03:59:11.236 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90532024-09-27T03:59:12.671Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90542024-09-27T03:59:12.671Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90552024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90562024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90572024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO ok!
90582024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO STEP 42 (ensure_file) COMPLETE
90592024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90602024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO skip step because feature "mfg" is not enabled
90612024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90622024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO skip step because feature "mfg" is not enabled
90632024-09-27T03:59:12.674Z[ host-image] Sep 27 03:59:11.253 INFO O| Sep 27 03:59:11.253 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90642024-09-27T03:59:12.687Z[ host-image] Sep 27 03:59:11.269 INFO O| Sep 27 03:59:11.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90652024-09-27T03:59:12.687Z[ host-image] Sep 27 03:59:11.269 INFO O| Sep 27 03:59:11.269 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90662024-09-27T03:59:13.482Z[ host-image] Sep 27 03:59:12.064 INFO O| Sep 27 03:59:12.064 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90672024-09-27T03:59:13.483Z[ host-image] Sep 27 03:59:12.064 INFO O| Sep 27 03:59:12.064 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90682024-09-27T03:59:13.485Z[ host-image] Sep 27 03:59:12.064 INFO O| Sep 27 03:59:12.064 INFO ok!
90692024-09-27T03:59:13.485Z[ host-image] Sep 27 03:59:12.064 INFO O| Sep 27 03:59:12.064 INFO STEP 45 (ensure_file) COMPLETE
90702024-09-27T03:59:13.485Z[ host-image] Sep 27 03:59:12.064 INFO O| Sep 27 03:59:12.064 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90712024-09-27T03:59:13.512Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90722024-09-27T03:59:13.512Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90732024-09-27T03:59:13.515Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90742024-09-27T03:59:13.515Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90752024-09-27T03:59:13.515Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90762024-09-27T03:59:13.515Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90772024-09-27T03:59:13.515Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO ok!
90782024-09-27T03:59:13.515Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO STEP 46 (ensure_file) COMPLETE
90792024-09-27T03:59:13.515Z[ host-image] Sep 27 03:59:12.089 INFO O| Sep 27 03:59:12.089 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90802024-09-27T03:59:13.529Z[ host-image] Sep 27 03:59:12.110 INFO O| Sep 27 03:59:12.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90812024-09-27T03:59:13.529Z[ host-image] Sep 27 03:59:12.110 INFO O| Sep 27 03:59:12.110 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
90822024-09-27T03:59:13.531Z[ host-image] Sep 27 03:59:12.111 INFO O| Sep 27 03:59:12.110 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90832024-09-27T03:59:13.531Z[ host-image] Sep 27 03:59:12.111 INFO O| Sep 27 03:59:12.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90842024-09-27T03:59:13.531Z[ host-image] Sep 27 03:59:12.111 INFO O| Sep 27 03:59:12.111 INFO ok!
90852024-09-27T03:59:13.531Z[ host-image] Sep 27 03:59:12.111 INFO O| Sep 27 03:59:12.111 INFO STEP 47 (ensure_file) COMPLETE
90862024-09-27T03:59:13.531Z[ host-image] Sep 27 03:59:12.111 INFO O| Sep 27 03:59:12.111 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90872024-09-27T03:59:13.569Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90882024-09-27T03:59:13.569Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.150 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90892024-09-27T03:59:13.572Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.151 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90902024-09-27T03:59:13.572Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.151 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90912024-09-27T03:59:13.572Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.151 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90922024-09-27T03:59:13.572Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.151 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90932024-09-27T03:59:13.572Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.151 INFO ok!
90942024-09-27T03:59:13.572Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.151 INFO STEP 48 (ensure_file) COMPLETE
90952024-09-27T03:59:13.572Z[ host-image] Sep 27 03:59:12.151 INFO O| Sep 27 03:59:12.151 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90962024-09-27T03:59:13.618Z[ host-image] Sep 27 03:59:12.199 INFO O| Sep 27 03:59:12.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90972024-09-27T03:59:13.618Z[ host-image] Sep 27 03:59:12.199 INFO O| Sep 27 03:59:12.199 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 ...
90982024-09-27T03:59:13.620Z[ host-image] Sep 27 03:59:12.200 INFO O| Sep 27 03:59:12.200 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
90992024-09-27T03:59:13.620Z[ host-image] Sep 27 03:59:12.200 INFO O| Sep 27 03:59:12.200 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91002024-09-27T03:59:13.620Z[ host-image] Sep 27 03:59:12.200 INFO O| Sep 27 03:59:12.200 INFO ok!
91012024-09-27T03:59:13.620Z[ host-image] Sep 27 03:59:12.200 INFO O| Sep 27 03:59:12.200 INFO STEP 49 (ensure_file) COMPLETE
91022024-09-27T03:59:13.620Z[ host-image] Sep 27 03:59:12.200 INFO O| Sep 27 03:59:12.200 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91032024-09-27T03:59:13.637Z[ host-image] Sep 27 03:59:12.218 INFO O| Sep 27 03:59:12.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91042024-09-27T03:59:13.637Z[ host-image] Sep 27 03:59:12.218 INFO O| Sep 27 03:59:12.218 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91052024-09-27T03:59:13.639Z[ host-image] Sep 27 03:59:12.219 INFO O| Sep 27 03:59:12.218 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91062024-09-27T03:59:13.639Z[ host-image] Sep 27 03:59:12.219 INFO O| Sep 27 03:59:12.219 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91072024-09-27T03:59:13.639Z[ host-image] Sep 27 03:59:12.219 INFO O| Sep 27 03:59:12.219 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91082024-09-27T03:59:13.639Z[ host-image] Sep 27 03:59:12.219 INFO O| Sep 27 03:59:12.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91092024-09-27T03:59:13.639Z[ host-image] Sep 27 03:59:12.219 INFO O| Sep 27 03:59:12.219 INFO ok!
91102024-09-27T03:59:13.639Z[ host-image] Sep 27 03:59:12.219 INFO O| Sep 27 03:59:12.219 INFO STEP 50 (ensure_file) COMPLETE
91112024-09-27T03:59:13.639Z[ host-image] Sep 27 03:59:12.219 INFO O| Sep 27 03:59:12.219 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91122024-09-27T03:59:13.655Z[ host-image] Sep 27 03:59:12.237 INFO O| Sep 27 03:59:12.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91132024-09-27T03:59:13.655Z[ host-image] Sep 27 03:59:12.237 INFO O| Sep 27 03:59:12.237 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 ...
91142024-09-27T03:59:13.655Z[ host-image] Sep 27 03:59:12.237 INFO O| Sep 27 03:59:12.237 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
91152024-09-27T03:59:13.658Z[ host-image] Sep 27 03:59:12.237 INFO O| Sep 27 03:59:12.237 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91162024-09-27T03:59:13.658Z[ host-image] Sep 27 03:59:12.237 INFO O| Sep 27 03:59:12.237 INFO ok!
91172024-09-27T03:59:13.658Z[ host-image] Sep 27 03:59:12.237 INFO O| Sep 27 03:59:12.237 INFO STEP 51 (ensure_file) COMPLETE
91182024-09-27T03:59:13.658Z[ host-image] Sep 27 03:59:12.237 INFO O| Sep 27 03:59:12.237 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91192024-09-27T03:59:13.673Z[ host-image] Sep 27 03:59:12.255 INFO O| Sep 27 03:59:12.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91202024-09-27T03:59:13.673Z[ host-image] Sep 27 03:59:12.255 INFO O| Sep 27 03:59:12.255 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 ...
91212024-09-27T03:59:13.676Z[ host-image] Sep 27 03:59:12.255 INFO O| Sep 27 03:59:12.255 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
91222024-09-27T03:59:13.676Z[ host-image] Sep 27 03:59:12.255 INFO O| Sep 27 03:59:12.255 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91232024-09-27T03:59:13.676Z[ host-image] Sep 27 03:59:12.255 INFO O| Sep 27 03:59:12.255 INFO ok!
91242024-09-27T03:59:13.676Z[ host-image] Sep 27 03:59:12.255 INFO O| Sep 27 03:59:12.255 INFO STEP 52 (ensure_file) COMPLETE
91252024-09-27T03:59:13.676Z[ host-image] Sep 27 03:59:12.255 INFO O| Sep 27 03:59:12.255 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91262024-09-27T03:59:13.691Z[ host-image] Sep 27 03:59:12.273 INFO O| Sep 27 03:59:12.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91272024-09-27T03:59:13.692Z[ host-image] Sep 27 03:59:12.273 INFO O| Sep 27 03:59:12.273 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 ...
91282024-09-27T03:59:13.694Z[ host-image] Sep 27 03:59:12.273 INFO O| Sep 27 03:59:12.273 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
91292024-09-27T03:59:13.694Z[ host-image] Sep 27 03:59:12.273 INFO O| Sep 27 03:59:12.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91302024-09-27T03:59:13.694Z[ host-image] Sep 27 03:59:12.273 INFO O| Sep 27 03:59:12.273 INFO ok!
91312024-09-27T03:59:13.694Z[ host-image] Sep 27 03:59:12.273 INFO O| Sep 27 03:59:12.273 INFO STEP 53 (ensure_file) COMPLETE
91322024-09-27T03:59:13.694Z[ host-image] Sep 27 03:59:12.274 INFO O| Sep 27 03:59:12.273 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-09-27T03:59:13.708Z[ host-image] Sep 27 03:59:12.289 INFO O| Sep 27 03:59:12.289 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91342024-09-27T03:59:13.708Z[ host-image] Sep 27 03:59:12.289 INFO O| Sep 27 03:59:12.289 INFO STEP 54 (ensure_dir) COMPLETE
91352024-09-27T03:59:13.716Z[ host-image] Sep 27 03:59:12.289 INFO O| Sep 27 03:59:12.289 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91362024-09-27T03:59:13.725Z[ host-image] Sep 27 03:59:12.306 INFO O| Sep 27 03:59:12.306 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91372024-09-27T03:59:13.725Z[ host-image] Sep 27 03:59:12.306 INFO O| Sep 27 03:59:12.306 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91382024-09-27T03:59:13.725Z[ host-image] Sep 27 03:59:12.306 INFO O| Sep 27 03:59:12.306 INFO STEP 55 (ensure_dir) COMPLETE
91392024-09-27T03:59:13.725Z[ host-image] Sep 27 03:59:12.306 INFO O| Sep 27 03:59:12.306 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91402024-09-27T03:59:13.740Z[ host-image] Sep 27 03:59:12.321 INFO O| Sep 27 03:59:12.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91412024-09-27T03:59:13.740Z[ host-image] Sep 27 03:59:12.321 INFO O| Sep 27 03:59:12.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91422024-09-27T03:59:13.740Z[ host-image] Sep 27 03:59:12.321 INFO O| Sep 27 03:59:12.321 INFO STEP 56 (ensure_dir) COMPLETE
91432024-09-27T03:59:13.740Z[ host-image] Sep 27 03:59:12.321 INFO O| Sep 27 03:59:12.321 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91442024-09-27T03:59:13.750Z[ host-image] Sep 27 03:59:12.332 INFO O| Sep 27 03:59:12.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91452024-09-27T03:59:13.750Z[ host-image] Sep 27 03:59:12.332 INFO O| Sep 27 03:59:12.332 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91462024-09-27T03:59:13.766Z[ host-image] Sep 27 03:59:12.347 INFO O| Sep 27 03:59:12.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91472024-09-27T03:59:13.766Z[ host-image] Sep 27 03:59:12.347 INFO O| Sep 27 03:59:12.347 INFO ok!
91482024-09-27T03:59:13.770Z[ host-image] Sep 27 03:59:12.347 INFO O| Sep 27 03:59:12.347 INFO STEP 57 (ensure_file) COMPLETE
91492024-09-27T03:59:13.770Z[ host-image] Sep 27 03:59:12.347 INFO O| Sep 27 03:59:12.347 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91502024-09-27T03:59:13.777Z[ host-image] Sep 27 03:59:12.359 INFO O| Sep 27 03:59:12.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91512024-09-27T03:59:13.782Z[ host-image] Sep 27 03:59:12.359 INFO O| Sep 27 03:59:12.359 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91522024-09-27T03:59:15.195Z[ host-image] Sep 27 03:59:13.776 INFO O| Sep 27 03:59:13.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91532024-09-27T03:59:15.195Z[ host-image] Sep 27 03:59:13.776 INFO O| Sep 27 03:59:13.776 INFO ok!
91542024-09-27T03:59:15.197Z[ host-image] Sep 27 03:59:13.776 INFO O| Sep 27 03:59:13.776 INFO STEP 58 (ensure_file) COMPLETE
91552024-09-27T03:59:15.197Z[ host-image] Sep 27 03:59:13.776 INFO O| Sep 27 03:59:13.776 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91562024-09-27T03:59:15.209Z[ host-image] Sep 27 03:59:13.790 INFO O| Sep 27 03:59:13.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91572024-09-27T03:59:15.209Z[ host-image] Sep 27 03:59:13.790 INFO O| Sep 27 03:59:13.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91582024-09-27T03:59:15.211Z[ host-image] Sep 27 03:59:13.790 INFO O| Sep 27 03:59:13.790 INFO STEP 59 (ensure_dir) COMPLETE
91592024-09-27T03:59:15.211Z[ host-image] Sep 27 03:59:13.790 INFO O| Sep 27 03:59:13.790 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91602024-09-27T03:59:15.220Z[ host-image] Sep 27 03:59:13.801 INFO O| Sep 27 03:59:13.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91612024-09-27T03:59:15.220Z[ host-image] Sep 27 03:59:13.801 INFO O| Sep 27 03:59:13.801 INFO copying /tmp/.tmpTG9Zdy/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 ...
91622024-09-27T03:59:15.223Z[ host-image] Sep 27 03:59:13.802 INFO O| Sep 27 03:59:13.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91632024-09-27T03:59:15.223Z[ host-image] Sep 27 03:59:13.802 INFO O| Sep 27 03:59:13.802 INFO ok!
91642024-09-27T03:59:15.223Z[ host-image] Sep 27 03:59:13.802 INFO O| Sep 27 03:59:13.802 INFO STEP 60 (ensure_file) COMPLETE
91652024-09-27T03:59:15.223Z[ host-image] Sep 27 03:59:13.802 INFO O| Sep 27 03:59:13.802 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91662024-09-27T03:59:15.231Z[ host-image] Sep 27 03:59:13.812 INFO O| Sep 27 03:59:13.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91672024-09-27T03:59:15.231Z[ host-image] Sep 27 03:59:13.812 INFO O| Sep 27 03:59:13.812 INFO copying /tmp/.tmpTG9Zdy/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 ...
91682024-09-27T03:59:15.234Z[ host-image] Sep 27 03:59:13.812 INFO O| Sep 27 03:59:13.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91692024-09-27T03:59:15.234Z[ host-image] Sep 27 03:59:13.813 INFO O| Sep 27 03:59:13.812 INFO ok!
91702024-09-27T03:59:15.234Z[ host-image] Sep 27 03:59:13.813 INFO O| Sep 27 03:59:13.812 INFO STEP 61 (ensure_file) COMPLETE
91712024-09-27T03:59:15.234Z[ host-image] Sep 27 03:59:13.813 INFO O| Sep 27 03:59:13.812 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91722024-09-27T03:59:15.244Z[ host-image] Sep 27 03:59:13.825 INFO O| Sep 27 03:59:13.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91732024-09-27T03:59:15.244Z[ host-image] Sep 27 03:59:13.825 INFO O| Sep 27 03:59:13.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91742024-09-27T03:59:15.246Z[ host-image] Sep 27 03:59:13.825 INFO O| Sep 27 03:59:13.825 INFO STEP 62 (ensure_dir) COMPLETE
91752024-09-27T03:59:15.246Z[ host-image] Sep 27 03:59:13.825 INFO O| Sep 27 03:59:13.825 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91762024-09-27T03:59:15.258Z[ host-image] Sep 27 03:59:13.839 INFO O| Sep 27 03:59:13.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91772024-09-27T03:59:15.258Z[ host-image] Sep 27 03:59:13.839 INFO O| Sep 27 03:59:13.839 INFO copying /tmp/.tmpTG9Zdy/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 ...
91782024-09-27T03:59:15.258Z[ host-image] Sep 27 03:59:13.839 INFO O| Sep 27 03:59:13.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91792024-09-27T03:59:15.260Z[ host-image] Sep 27 03:59:13.839 INFO O| Sep 27 03:59:13.839 INFO ok!
91802024-09-27T03:59:15.260Z[ host-image] Sep 27 03:59:13.839 INFO O| Sep 27 03:59:13.839 INFO STEP 63 (ensure_file) COMPLETE
91812024-09-27T03:59:15.260Z[ host-image] Sep 27 03:59:13.839 INFO O| Sep 27 03:59:13.839 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91822024-09-27T03:59:15.268Z[ host-image] Sep 27 03:59:13.850 INFO O| Sep 27 03:59:13.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91832024-09-27T03:59:15.268Z[ host-image] Sep 27 03:59:13.850 INFO O| Sep 27 03:59:13.850 INFO copying /tmp/.tmpTG9Zdy/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 ...
91842024-09-27T03:59:15.271Z[ host-image] Sep 27 03:59:13.850 INFO O| Sep 27 03:59:13.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91852024-09-27T03:59:15.271Z[ host-image] Sep 27 03:59:13.850 INFO O| Sep 27 03:59:13.850 INFO ok!
91862024-09-27T03:59:15.271Z[ host-image] Sep 27 03:59:13.850 INFO O| Sep 27 03:59:13.850 INFO STEP 64 (ensure_file) COMPLETE
91872024-09-27T03:59:15.271Z[ host-image] Sep 27 03:59:13.850 INFO O| Sep 27 03:59:13.850 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91882024-09-27T03:59:15.279Z[ host-image] Sep 27 03:59:13.860 INFO O| Sep 27 03:59:13.860 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91892024-09-27T03:59:15.279Z[ host-image] Sep 27 03:59:13.861 INFO O| Sep 27 03:59:13.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91902024-09-27T03:59:15.279Z[ host-image] Sep 27 03:59:13.861 INFO O| Sep 27 03:59:13.861 INFO STEP 65 (ensure_dir) COMPLETE
91912024-09-27T03:59:15.282Z[ host-image] Sep 27 03:59:13.861 INFO O| Sep 27 03:59:13.861 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91922024-09-27T03:59:15.293Z[ host-image] Sep 27 03:59:13.875 INFO O| Sep 27 03:59:13.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91932024-09-27T03:59:15.294Z[ host-image] Sep 27 03:59:13.875 INFO O| Sep 27 03:59:13.875 INFO copying /tmp/.tmpTG9Zdy/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 ...
91942024-09-27T03:59:15.296Z[ host-image] Sep 27 03:59:13.875 INFO O| Sep 27 03:59:13.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91952024-09-27T03:59:15.296Z[ host-image] Sep 27 03:59:13.875 INFO O| Sep 27 03:59:13.875 INFO ok!
91962024-09-27T03:59:15.296Z[ host-image] Sep 27 03:59:13.875 INFO O| Sep 27 03:59:13.875 INFO STEP 66 (ensure_file) COMPLETE
91972024-09-27T03:59:15.296Z[ host-image] Sep 27 03:59:13.875 INFO O| Sep 27 03:59:13.875 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91982024-09-27T03:59:15.307Z[ host-image] Sep 27 03:59:13.889 INFO O| Sep 27 03:59:13.889 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91992024-09-27T03:59:15.307Z[ host-image] Sep 27 03:59:13.889 INFO O| Sep 27 03:59:13.889 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92002024-09-27T03:59:15.310Z[ host-image] Sep 27 03:59:13.889 INFO O| Sep 27 03:59:13.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92012024-09-27T03:59:15.310Z[ host-image] Sep 27 03:59:13.889 INFO O| Sep 27 03:59:13.889 INFO ok!
92022024-09-27T03:59:15.310Z[ host-image] Sep 27 03:59:13.889 INFO O| Sep 27 03:59:13.889 INFO STEP 67 (ensure_file) COMPLETE
92032024-09-27T03:59:15.310Z[ host-image] Sep 27 03:59:13.889 INFO O| Sep 27 03:59:13.889 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-09-27T03:59:15.319Z[ host-image] Sep 27 03:59:13.900 INFO O| Sep 27 03:59:13.900 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92052024-09-27T03:59:15.321Z[ host-image] Sep 27 03:59:13.900 INFO O| Sep 27 03:59:13.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92062024-09-27T03:59:15.321Z[ host-image] Sep 27 03:59:13.900 INFO O| Sep 27 03:59:13.900 INFO STEP 68 (ensure_dir) COMPLETE
92072024-09-27T03:59:15.322Z[ host-image] Sep 27 03:59:13.900 INFO O| Sep 27 03:59:13.900 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92082024-09-27T03:59:15.329Z[ host-image] Sep 27 03:59:13.910 INFO O| Sep 27 03:59:13.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92092024-09-27T03:59:15.329Z[ host-image] Sep 27 03:59:13.910 INFO O| Sep 27 03:59:13.910 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92102024-09-27T03:59:15.898Z[ host-image] Sep 27 03:59:14.479 INFO O| Sep 27 03:59:14.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92112024-09-27T03:59:15.898Z[ host-image] Sep 27 03:59:14.479 INFO O| Sep 27 03:59:14.479 INFO ok!
92122024-09-27T03:59:15.901Z[ host-image] Sep 27 03:59:14.479 INFO O| Sep 27 03:59:14.479 INFO STEP 69 (ensure_file) COMPLETE
92132024-09-27T03:59:15.901Z[ host-image] Sep 27 03:59:14.479 INFO O| Sep 27 03:59:14.479 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92142024-09-27T03:59:15.910Z[ host-image] Sep 27 03:59:14.490 INFO O| Sep 27 03:59:14.490 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92152024-09-27T03:59:15.912Z[ host-image] Sep 27 03:59:14.490 INFO O| Sep 27 03:59:14.490 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92162024-09-27T03:59:17.998Z[ host-image] Sep 27 03:59:16.579 INFO O| Sep 27 03:59:16.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92172024-09-27T03:59:17.998Z[ host-image] Sep 27 03:59:16.579 INFO O| Sep 27 03:59:16.579 INFO ok!
92182024-09-27T03:59:17.998Z[ host-image] Sep 27 03:59:16.579 INFO O| Sep 27 03:59:16.579 INFO STEP 70 (ensure_file) COMPLETE
92192024-09-27T03:59:18.002Z[ host-image] Sep 27 03:59:16.579 INFO O| Sep 27 03:59:16.579 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-09-27T03:59:18.010Z[ host-image] Sep 27 03:59:16.591 INFO O| Sep 27 03:59:16.591 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92212024-09-27T03:59:18.010Z[ host-image] Sep 27 03:59:16.591 INFO O| Sep 27 03:59:16.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92222024-09-27T03:59:18.012Z[ host-image] Sep 27 03:59:16.591 INFO O| Sep 27 03:59:16.591 INFO STEP 71 (ensure_dir) COMPLETE
92232024-09-27T03:59:18.012Z[ host-image] Sep 27 03:59:16.591 INFO O| Sep 27 03:59:16.591 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-09-27T03:59:18.020Z[ host-image] Sep 27 03:59:16.601 INFO O| Sep 27 03:59:16.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92252024-09-27T03:59:18.020Z[ host-image] Sep 27 03:59:16.601 INFO O| Sep 27 03:59:16.601 INFO copying /tmp/.tmpTG9Zdy/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 ...
92262024-09-27T03:59:18.023Z[ host-image] Sep 27 03:59:16.601 INFO O| Sep 27 03:59:16.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92272024-09-27T03:59:18.023Z[ host-image] Sep 27 03:59:16.601 INFO O| Sep 27 03:59:16.601 INFO ok!
92282024-09-27T03:59:18.023Z[ host-image] Sep 27 03:59:16.601 INFO O| Sep 27 03:59:16.601 INFO STEP 72 (ensure_file) COMPLETE
92292024-09-27T03:59:18.023Z[ host-image] Sep 27 03:59:16.601 INFO O| Sep 27 03:59:16.601 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-09-27T03:59:18.030Z[ host-image] Sep 27 03:59:16.611 INFO O| Sep 27 03:59:16.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92312024-09-27T03:59:18.030Z[ host-image] Sep 27 03:59:16.611 INFO O| Sep 27 03:59:16.611 INFO copying /tmp/.tmpTG9Zdy/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 ...
92322024-09-27T03:59:18.033Z[ host-image] Sep 27 03:59:16.611 INFO O| Sep 27 03:59:16.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92332024-09-27T03:59:18.033Z[ host-image] Sep 27 03:59:16.611 INFO O| Sep 27 03:59:16.611 INFO ok!
92342024-09-27T03:59:18.033Z[ host-image] Sep 27 03:59:16.611 INFO O| Sep 27 03:59:16.611 INFO STEP 73 (ensure_file) COMPLETE
92352024-09-27T03:59:18.033Z[ host-image] Sep 27 03:59:16.611 INFO O| Sep 27 03:59:16.611 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-09-27T03:59:18.040Z[ host-image] Sep 27 03:59:16.621 INFO O| Sep 27 03:59:16.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92372024-09-27T03:59:18.040Z[ host-image] Sep 27 03:59:16.621 INFO O| Sep 27 03:59:16.621 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92382024-09-27T03:59:18.043Z[ host-image] Sep 27 03:59:16.621 INFO O| Sep 27 03:59:16.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92392024-09-27T03:59:18.043Z[ host-image] Sep 27 03:59:16.621 INFO O| Sep 27 03:59:16.621 INFO ok!
92402024-09-27T03:59:18.043Z[ host-image] Sep 27 03:59:16.621 INFO O| Sep 27 03:59:16.621 INFO STEP 74 (ensure_file) COMPLETE
92412024-09-27T03:59:18.043Z[ host-image] Sep 27 03:59:16.621 INFO O| Sep 27 03:59:16.621 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-09-27T03:59:18.050Z[ host-image] Sep 27 03:59:16.631 INFO O| Sep 27 03:59:16.631 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92432024-09-27T03:59:18.050Z[ host-image] Sep 27 03:59:16.631 INFO O| Sep 27 03:59:16.631 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92442024-09-27T03:59:18.053Z[ host-image] Sep 27 03:59:16.631 INFO O| Sep 27 03:59:16.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92452024-09-27T03:59:18.053Z[ host-image] Sep 27 03:59:16.631 INFO O| Sep 27 03:59:16.631 INFO ok!
92462024-09-27T03:59:18.053Z[ host-image] Sep 27 03:59:16.631 INFO O| Sep 27 03:59:16.631 INFO STEP 75 (ensure_file) COMPLETE
92472024-09-27T03:59:18.053Z[ host-image] Sep 27 03:59:16.631 INFO O| Sep 27 03:59:16.631 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-09-27T03:59:18.060Z[ host-image] Sep 27 03:59:16.641 INFO O| Sep 27 03:59:16.641 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92492024-09-27T03:59:18.060Z[ host-image] Sep 27 03:59:16.641 INFO O| Sep 27 03:59:16.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92502024-09-27T03:59:18.063Z[ host-image] Sep 27 03:59:16.641 INFO O| Sep 27 03:59:16.641 INFO STEP 76 (ensure_dir) COMPLETE
92512024-09-27T03:59:18.063Z[ host-image] Sep 27 03:59:16.641 INFO O| Sep 27 03:59:16.641 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-09-27T03:59:18.071Z[ host-image] Sep 27 03:59:16.651 INFO O| Sep 27 03:59:16.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92532024-09-27T03:59:18.071Z[ host-image] Sep 27 03:59:16.651 INFO O| Sep 27 03:59:16.651 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92542024-09-27T03:59:18.073Z[ host-image] Sep 27 03:59:16.654 INFO O| Sep 27 03:59:16.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92552024-09-27T03:59:18.073Z[ host-image] Sep 27 03:59:16.654 INFO O| Sep 27 03:59:16.654 INFO ok!
92562024-09-27T03:59:18.076Z[ host-image] Sep 27 03:59:16.654 INFO O| Sep 27 03:59:16.654 INFO STEP 77 (ensure_file) COMPLETE
92572024-09-27T03:59:18.076Z[ host-image] Sep 27 03:59:16.654 INFO O| Sep 27 03:59:16.654 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-09-27T03:59:18.084Z[ host-image] Sep 27 03:59:16.665 INFO O| Sep 27 03:59:16.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92592024-09-27T03:59:18.084Z[ host-image] Sep 27 03:59:16.665 INFO O| Sep 27 03:59:16.665 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92602024-09-27T03:59:18.087Z[ host-image] Sep 27 03:59:16.665 INFO O| Sep 27 03:59:16.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92612024-09-27T03:59:18.087Z[ host-image] Sep 27 03:59:16.665 INFO O| Sep 27 03:59:16.665 INFO ok!
92622024-09-27T03:59:18.087Z[ host-image] Sep 27 03:59:16.665 INFO O| Sep 27 03:59:16.665 INFO STEP 78 (ensure_file) COMPLETE
92632024-09-27T03:59:18.087Z[ host-image] Sep 27 03:59:16.665 INFO O| Sep 27 03:59:16.665 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-09-27T03:59:18.094Z[ host-image] Sep 27 03:59:16.675 INFO O| Sep 27 03:59:16.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92652024-09-27T03:59:18.095Z[ host-image] Sep 27 03:59:16.675 INFO O| Sep 27 03:59:16.675 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92662024-09-27T03:59:19.029Z[ host-image] Sep 27 03:59:17.610 INFO O| Sep 27 03:59:17.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92672024-09-27T03:59:19.029Z[ host-image] Sep 27 03:59:17.610 INFO O| Sep 27 03:59:17.610 INFO ok!
92682024-09-27T03:59:19.032Z[ host-image] Sep 27 03:59:17.610 INFO O| Sep 27 03:59:17.610 INFO STEP 79 (ensure_file) COMPLETE
92692024-09-27T03:59:19.032Z[ host-image] Sep 27 03:59:17.610 INFO O| Sep 27 03:59:17.610 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92702024-09-27T03:59:19.041Z[ host-image] Sep 27 03:59:17.622 INFO O| Sep 27 03:59:17.622 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92712024-09-27T03:59:19.041Z[ host-image] Sep 27 03:59:17.622 INFO O| Sep 27 03:59:17.622 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92722024-09-27T03:59:19.044Z[ host-image] Sep 27 03:59:17.622 INFO O| Sep 27 03:59:17.622 INFO STEP 80 (ensure_dir) COMPLETE
92732024-09-27T03:59:19.044Z[ host-image] Sep 27 03:59:17.622 INFO O| Sep 27 03:59:17.622 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-09-27T03:59:19.052Z[ host-image] Sep 27 03:59:17.632 INFO O| Sep 27 03:59:17.632 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92752024-09-27T03:59:19.054Z[ host-image] Sep 27 03:59:17.632 INFO O| Sep 27 03:59:17.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92762024-09-27T03:59:19.054Z[ host-image] Sep 27 03:59:17.632 INFO O| Sep 27 03:59:17.632 INFO STEP 81 (ensure_dir) COMPLETE
92772024-09-27T03:59:19.054Z[ host-image] Sep 27 03:59:17.632 INFO O| Sep 27 03:59:17.632 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-09-27T03:59:19.061Z[ host-image] Sep 27 03:59:17.642 INFO O| Sep 27 03:59:17.642 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92792024-09-27T03:59:19.064Z[ host-image] Sep 27 03:59:17.642 INFO O| Sep 27 03:59:17.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92802024-09-27T03:59:19.064Z[ host-image] Sep 27 03:59:17.642 INFO O| Sep 27 03:59:17.642 INFO STEP 82 (ensure_dir) COMPLETE
92812024-09-27T03:59:19.064Z[ host-image] Sep 27 03:59:17.642 INFO O| Sep 27 03:59:17.642 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92822024-09-27T03:59:19.071Z[ host-image] Sep 27 03:59:17.652 INFO O| Sep 27 03:59:17.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92832024-09-27T03:59:19.074Z[ host-image] Sep 27 03:59:17.652 INFO O| Sep 27 03:59:17.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92842024-09-27T03:59:19.074Z[ host-image] Sep 27 03:59:17.652 INFO O| Sep 27 03:59:17.652 INFO STEP 83 (ensure_dir) COMPLETE
92852024-09-27T03:59:19.074Z[ host-image] Sep 27 03:59:17.652 INFO O| Sep 27 03:59:17.652 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92862024-09-27T03:59:19.081Z[ host-image] Sep 27 03:59:17.661 INFO O| Sep 27 03:59:17.661 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92872024-09-27T03:59:19.083Z[ host-image] Sep 27 03:59:17.661 INFO O| Sep 27 03:59:17.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92882024-09-27T03:59:19.083Z[ host-image] Sep 27 03:59:17.661 INFO O| Sep 27 03:59:17.661 INFO STEP 84 (ensure_dir) COMPLETE
92892024-09-27T03:59:19.083Z[ host-image] Sep 27 03:59:17.661 INFO O| Sep 27 03:59:17.661 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-09-27T03:59:19.098Z[ host-image] Sep 27 03:59:17.672 INFO O| Sep 27 03:59:17.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92912024-09-27T03:59:19.098Z[ host-image] Sep 27 03:59:17.673 INFO O| Sep 27 03:59:17.672 INFO copying /tmp/.tmpTG9Zdy/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 ...
92922024-09-27T03:59:19.101Z[ host-image] Sep 27 03:59:17.673 INFO O| Sep 27 03:59:17.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92932024-09-27T03:59:19.101Z[ host-image] Sep 27 03:59:17.673 INFO O| Sep 27 03:59:17.673 INFO ok!
92942024-09-27T03:59:19.101Z[ host-image] Sep 27 03:59:17.673 INFO O| Sep 27 03:59:17.673 INFO STEP 85 (ensure_file) COMPLETE
92952024-09-27T03:59:19.101Z[ host-image] Sep 27 03:59:17.673 INFO O| Sep 27 03:59:17.673 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-09-27T03:59:19.107Z[ host-image] Sep 27 03:59:17.687 INFO O| Sep 27 03:59:17.687 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92972024-09-27T03:59:19.107Z[ host-image] Sep 27 03:59:17.687 INFO O| Sep 27 03:59:17.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92982024-09-27T03:59:19.110Z[ host-image] Sep 27 03:59:17.687 INFO O| Sep 27 03:59:17.687 INFO STEP 86 (ensure_dir) COMPLETE
92992024-09-27T03:59:19.110Z[ host-image] Sep 27 03:59:17.687 INFO O| Sep 27 03:59:17.687 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-09-27T03:59:19.117Z[ host-image] Sep 27 03:59:17.698 INFO O| Sep 27 03:59:17.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93012024-09-27T03:59:19.117Z[ host-image] Sep 27 03:59:17.698 INFO O| Sep 27 03:59:17.698 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93022024-09-27T03:59:19.120Z[ host-image] Sep 27 03:59:17.698 INFO O| Sep 27 03:59:17.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93032024-09-27T03:59:19.120Z[ host-image] Sep 27 03:59:17.698 INFO O| Sep 27 03:59:17.698 INFO ok!
93042024-09-27T03:59:19.120Z[ host-image] Sep 27 03:59:17.698 INFO O| Sep 27 03:59:17.698 INFO STEP 87 (ensure_file) COMPLETE
93052024-09-27T03:59:19.120Z[ host-image] Sep 27 03:59:17.698 INFO O| Sep 27 03:59:17.698 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-09-27T03:59:19.127Z[ host-image] Sep 27 03:59:17.708 INFO O| Sep 27 03:59:17.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93072024-09-27T03:59:19.127Z[ host-image] Sep 27 03:59:17.708 INFO O| Sep 27 03:59:17.708 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93082024-09-27T03:59:19.136Z[ host-image] Sep 27 03:59:17.716 INFO O| Sep 27 03:59:17.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93092024-09-27T03:59:19.138Z[ host-image] Sep 27 03:59:17.716 INFO O| Sep 27 03:59:17.716 INFO ok!
93102024-09-27T03:59:19.138Z[ host-image] Sep 27 03:59:17.716 INFO O| Sep 27 03:59:17.716 INFO STEP 88 (ensure_file) COMPLETE
93112024-09-27T03:59:19.138Z[ host-image] Sep 27 03:59:17.716 INFO O| Sep 27 03:59:17.716 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-09-27T03:59:19.146Z[ host-image] Sep 27 03:59:17.726 INFO O| Sep 27 03:59:17.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93132024-09-27T03:59:19.149Z[ host-image] Sep 27 03:59:17.726 INFO O| Sep 27 03:59:17.726 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93142024-09-27T03:59:19.451Z[ recovery-image] Sep 27 03:59:18.027 INFO E| Finished `release` profile [optimized] target(s) in 38.84s
93152024-09-27T03:59:19.483Z[ recovery-image] Sep 27 03:59:18.062 INFO building host image...
93162024-09-27T03:59:19.486Z[ recovery-image] Sep 27 03:59:18.063 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")
93172024-09-27T03:59:19.507Z[ host-image] Sep 27 03:59:18.087 INFO O| Sep 27 03:59:18.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93182024-09-27T03:59:19.507Z[ host-image] Sep 27 03:59:18.087 INFO O| Sep 27 03:59:18.087 INFO ok!
93192024-09-27T03:59:19.507Z[ host-image] Sep 27 03:59:18.087 INFO O| Sep 27 03:59:18.087 INFO STEP 89 (ensure_file) COMPLETE
93202024-09-27T03:59:19.507Z[ host-image] Sep 27 03:59:18.087 INFO O| Sep 27 03:59:18.087 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-09-27T03:59:19.518Z[ host-image] Sep 27 03:59:18.099 INFO O| Sep 27 03:59:18.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93222024-09-27T03:59:19.518Z[ host-image] Sep 27 03:59:18.099 INFO O| Sep 27 03:59:18.099 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93232024-09-27T03:59:19.521Z[ host-image] Sep 27 03:59:18.099 INFO O| Sep 27 03:59:18.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93242024-09-27T03:59:19.521Z[ host-image] Sep 27 03:59:18.099 INFO O| Sep 27 03:59:18.099 INFO ok!
93252024-09-27T03:59:19.521Z[ host-image] Sep 27 03:59:18.099 INFO O| Sep 27 03:59:18.099 INFO STEP 90 (ensure_file) COMPLETE
93262024-09-27T03:59:19.521Z[ host-image] Sep 27 03:59:18.099 INFO O| Sep 27 03:59:18.099 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-09-27T03:59:19.528Z[ host-image] Sep 27 03:59:18.108 INFO O| Sep 27 03:59:18.108 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93282024-09-27T03:59:19.528Z[ host-image] Sep 27 03:59:18.108 INFO O| Sep 27 03:59:18.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93292024-09-27T03:59:19.528Z[ host-image] Sep 27 03:59:18.108 INFO O| Sep 27 03:59:18.108 INFO STEP 91 (ensure_dir) COMPLETE
93302024-09-27T03:59:19.530Z[ host-image] Sep 27 03:59:18.108 INFO O| Sep 27 03:59:18.108 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-09-27T03:59:19.538Z[ host-image] Sep 27 03:59:18.119 INFO O| Sep 27 03:59:18.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93322024-09-27T03:59:19.538Z[ host-image] Sep 27 03:59:18.119 INFO O| Sep 27 03:59:18.119 INFO copying /tmp/.tmpTG9Zdy/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 ...
93332024-09-27T03:59:19.540Z[ host-image] Sep 27 03:59:18.119 INFO O| Sep 27 03:59:18.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93342024-09-27T03:59:19.540Z[ host-image] Sep 27 03:59:18.119 INFO O| Sep 27 03:59:18.119 INFO ok!
93352024-09-27T03:59:19.540Z[ host-image] Sep 27 03:59:18.119 INFO O| Sep 27 03:59:18.119 INFO STEP 92 (ensure_file) COMPLETE
93362024-09-27T03:59:19.540Z[ host-image] Sep 27 03:59:18.119 INFO O| Sep 27 03:59:18.119 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-09-27T03:59:19.548Z[ host-image] Sep 27 03:59:18.128 INFO O| Sep 27 03:59:18.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93382024-09-27T03:59:19.548Z[ host-image] Sep 27 03:59:18.128 INFO O| Sep 27 03:59:18.128 INFO copying /tmp/.tmpTG9Zdy/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 ...
93392024-09-27T03:59:19.548Z[ host-image] Sep 27 03:59:18.128 INFO O| Sep 27 03:59:18.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93402024-09-27T03:59:19.550Z[ host-image] Sep 27 03:59:18.128 INFO O| Sep 27 03:59:18.128 INFO ok!
93412024-09-27T03:59:19.550Z[ host-image] Sep 27 03:59:18.128 INFO O| Sep 27 03:59:18.128 INFO STEP 93 (ensure_file) COMPLETE
93422024-09-27T03:59:19.550Z[ host-image] Sep 27 03:59:18.128 INFO O| Sep 27 03:59:18.128 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-09-27T03:59:19.557Z[ host-image] Sep 27 03:59:18.138 INFO O| Sep 27 03:59:18.138 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
93442024-09-27T03:59:19.561Z[ host-image] Sep 27 03:59:18.138 INFO O| Sep 27 03:59:18.138 INFO copying /tmp/.tmpTG9Zdy/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 ...
93452024-09-27T03:59:19.561Z[ host-image] Sep 27 03:59:18.138 INFO O| Sep 27 03:59:18.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
93462024-09-27T03:59:19.561Z[ host-image] Sep 27 03:59:18.138 INFO O| Sep 27 03:59:18.138 INFO ok!
93472024-09-27T03:59:19.561Z[ host-image] Sep 27 03:59:18.138 INFO O| Sep 27 03:59:18.138 INFO STEP 94 (ensure_file) COMPLETE
93482024-09-27T03:59:19.561Z[ host-image] Sep 27 03:59:18.138 INFO O| Sep 27 03:59:18.138 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-09-27T03:59:19.567Z[ host-image] Sep 27 03:59:18.148 INFO O| Sep 27 03:59:18.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
93502024-09-27T03:59:19.567Z[ host-image] Sep 27 03:59:18.148 INFO O| Sep 27 03:59:18.148 INFO copying /tmp/.tmpTG9Zdy/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 ...
93512024-09-27T03:59:19.570Z[ host-image] Sep 27 03:59:18.148 INFO O| Sep 27 03:59:18.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
93522024-09-27T03:59:19.570Z[ host-image] Sep 27 03:59:18.148 INFO O| Sep 27 03:59:18.148 INFO ok!
93532024-09-27T03:59:19.570Z[ host-image] Sep 27 03:59:18.148 INFO O| Sep 27 03:59:18.148 INFO STEP 95 (ensure_file) COMPLETE
93542024-09-27T03:59:19.570Z[ host-image] Sep 27 03:59:18.148 INFO O| Sep 27 03:59:18.148 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-09-27T03:59:19.578Z[ host-image] Sep 27 03:59:18.158 INFO O| Sep 27 03:59:18.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
93562024-09-27T03:59:19.578Z[ host-image] Sep 27 03:59:18.158 INFO O| Sep 27 03:59:18.158 INFO copying /tmp/.tmpTG9Zdy/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 ...
93572024-09-27T03:59:19.580Z[ host-image] Sep 27 03:59:18.158 INFO O| Sep 27 03:59:18.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
93582024-09-27T03:59:19.580Z[ host-image] Sep 27 03:59:18.158 INFO O| Sep 27 03:59:18.158 INFO ok!
93592024-09-27T03:59:19.580Z[ host-image] Sep 27 03:59:18.158 INFO O| Sep 27 03:59:18.158 INFO STEP 96 (ensure_file) COMPLETE
93602024-09-27T03:59:19.580Z[ host-image] Sep 27 03:59:18.158 INFO O| Sep 27 03:59:18.158 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-09-27T03:59:19.589Z[ host-image] Sep 27 03:59:18.169 INFO O| Sep 27 03:59:18.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
93622024-09-27T03:59:19.589Z[ host-image] Sep 27 03:59:18.169 INFO O| Sep 27 03:59:18.169 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
93632024-09-27T03:59:19.591Z[ host-image] Sep 27 03:59:18.170 INFO O| Sep 27 03:59:18.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
93642024-09-27T03:59:19.591Z[ host-image] Sep 27 03:59:18.170 INFO O| Sep 27 03:59:18.170 INFO ok!
93652024-09-27T03:59:19.591Z[ host-image] Sep 27 03:59:18.170 INFO O| Sep 27 03:59:18.170 INFO STEP 97 (ensure_file) COMPLETE
93662024-09-27T03:59:19.591Z[ host-image] Sep 27 03:59:18.170 INFO O| Sep 27 03:59:18.170 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-09-27T03:59:19.600Z[ host-image] Sep 27 03:59:18.181 INFO O| Sep 27 03:59:18.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
93682024-09-27T03:59:19.600Z[ host-image] Sep 27 03:59:18.181 INFO O| Sep 27 03:59:18.181 INFO copying /tmp/.tmpTG9Zdy/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 ...
93692024-09-27T03:59:19.603Z[ host-image] Sep 27 03:59:18.181 INFO O| Sep 27 03:59:18.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
93702024-09-27T03:59:19.603Z[ host-image] Sep 27 03:59:18.181 INFO O| Sep 27 03:59:18.181 INFO ok!
93712024-09-27T03:59:19.603Z[ host-image] Sep 27 03:59:18.181 INFO O| Sep 27 03:59:18.181 INFO STEP 98 (ensure_file) COMPLETE
93722024-09-27T03:59:19.603Z[ host-image] Sep 27 03:59:18.181 INFO O| Sep 27 03:59:18.181 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-09-27T03:59:19.610Z[ host-image] Sep 27 03:59:18.191 INFO O| Sep 27 03:59:18.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
93742024-09-27T03:59:19.610Z[ host-image] Sep 27 03:59:18.191 INFO O| Sep 27 03:59:18.191 INFO copying /tmp/.tmpTG9Zdy/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 ...
93752024-09-27T03:59:19.613Z[ host-image] Sep 27 03:59:18.191 INFO O| Sep 27 03:59:18.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
93762024-09-27T03:59:19.613Z[ host-image] Sep 27 03:59:18.191 INFO O| Sep 27 03:59:18.191 INFO ok!
93772024-09-27T03:59:19.613Z[ host-image] Sep 27 03:59:18.191 INFO O| Sep 27 03:59:18.191 INFO STEP 99 (ensure_file) COMPLETE
93782024-09-27T03:59:19.613Z[ host-image] Sep 27 03:59:18.191 INFO O| Sep 27 03:59:18.191 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-09-27T03:59:19.620Z[ host-image] Sep 27 03:59:18.200 INFO O| Sep 27 03:59:18.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
93802024-09-27T03:59:19.620Z[ host-image] Sep 27 03:59:18.200 INFO O| Sep 27 03:59:18.200 INFO copying /tmp/.tmpTG9Zdy/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 ...
93812024-09-27T03:59:19.622Z[ host-image] Sep 27 03:59:18.200 INFO O| Sep 27 03:59:18.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
93822024-09-27T03:59:19.622Z[ host-image] Sep 27 03:59:18.201 INFO O| Sep 27 03:59:18.200 INFO ok!
93832024-09-27T03:59:19.622Z[ host-image] Sep 27 03:59:18.201 INFO O| Sep 27 03:59:18.200 INFO STEP 100 (ensure_file) COMPLETE
93842024-09-27T03:59:19.622Z[ host-image] Sep 27 03:59:18.201 INFO O| Sep 27 03:59:18.200 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-09-27T03:59:19.630Z[ host-image] Sep 27 03:59:18.210 INFO O| Sep 27 03:59:18.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
93862024-09-27T03:59:19.630Z[ host-image] Sep 27 03:59:18.210 INFO O| Sep 27 03:59:18.210 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
93872024-09-27T03:59:19.632Z[ host-image] Sep 27 03:59:18.210 INFO O| Sep 27 03:59:18.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
93882024-09-27T03:59:19.632Z[ host-image] Sep 27 03:59:18.210 INFO O| Sep 27 03:59:18.210 INFO ok!
93892024-09-27T03:59:19.632Z[ host-image] Sep 27 03:59:18.210 INFO O| Sep 27 03:59:18.210 INFO STEP 101 (ensure_file) COMPLETE
93902024-09-27T03:59:19.632Z[ host-image] Sep 27 03:59:18.210 INFO O| Sep 27 03:59:18.210 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-09-27T03:59:19.639Z[ host-image] Sep 27 03:59:18.220 INFO O| Sep 27 03:59:18.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
93922024-09-27T03:59:19.639Z[ host-image] Sep 27 03:59:18.220 INFO O| Sep 27 03:59:18.220 INFO copying /tmp/.tmpTG9Zdy/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 ...
93932024-09-27T03:59:19.642Z[ host-image] Sep 27 03:59:18.220 INFO O| Sep 27 03:59:18.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
93942024-09-27T03:59:19.642Z[ host-image] Sep 27 03:59:18.220 INFO O| Sep 27 03:59:18.220 INFO ok!
93952024-09-27T03:59:19.642Z[ host-image] Sep 27 03:59:18.220 INFO O| Sep 27 03:59:18.220 INFO STEP 102 (ensure_file) COMPLETE
93962024-09-27T03:59:19.642Z[ host-image] Sep 27 03:59:18.220 INFO O| Sep 27 03:59:18.220 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-09-27T03:59:19.649Z[ host-image] Sep 27 03:59:18.230 INFO O| Sep 27 03:59:18.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
93982024-09-27T03:59:19.649Z[ host-image] Sep 27 03:59:18.230 INFO O| Sep 27 03:59:18.230 INFO copying /tmp/.tmpTG9Zdy/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 ...
93992024-09-27T03:59:19.652Z[ host-image] Sep 27 03:59:18.230 INFO O| Sep 27 03:59:18.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94002024-09-27T03:59:19.652Z[ host-image] Sep 27 03:59:18.230 INFO O| Sep 27 03:59:18.230 INFO ok!
94012024-09-27T03:59:19.652Z[ host-image] Sep 27 03:59:18.230 INFO O| Sep 27 03:59:18.230 INFO STEP 103 (ensure_file) COMPLETE
94022024-09-27T03:59:19.652Z[ host-image] Sep 27 03:59:18.230 INFO O| Sep 27 03:59:18.230 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-09-27T03:59:19.660Z[ host-image] Sep 27 03:59:18.240 INFO O| Sep 27 03:59:18.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94042024-09-27T03:59:19.660Z[ host-image] Sep 27 03:59:18.240 INFO O| Sep 27 03:59:18.240 INFO copying /tmp/.tmpTG9Zdy/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 ...
94052024-09-27T03:59:19.662Z[ host-image] Sep 27 03:59:18.240 INFO O| Sep 27 03:59:18.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94062024-09-27T03:59:19.662Z[ host-image] Sep 27 03:59:18.240 INFO O| Sep 27 03:59:18.240 INFO ok!
94072024-09-27T03:59:19.662Z[ host-image] Sep 27 03:59:18.240 INFO O| Sep 27 03:59:18.240 INFO STEP 104 (ensure_file) COMPLETE
94082024-09-27T03:59:19.662Z[ host-image] Sep 27 03:59:18.240 INFO O| Sep 27 03:59:18.240 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-09-27T03:59:19.671Z[ host-image] Sep 27 03:59:18.251 INFO O| Sep 27 03:59:18.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94102024-09-27T03:59:19.671Z[ host-image] Sep 27 03:59:18.251 INFO O| Sep 27 03:59:18.251 INFO copying /tmp/.tmpTG9Zdy/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 ...
94112024-09-27T03:59:19.673Z[ host-image] Sep 27 03:59:18.251 INFO O| Sep 27 03:59:18.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94122024-09-27T03:59:19.673Z[ host-image] Sep 27 03:59:18.251 INFO O| Sep 27 03:59:18.251 INFO ok!
94132024-09-27T03:59:19.673Z[ host-image] Sep 27 03:59:18.251 INFO O| Sep 27 03:59:18.251 INFO STEP 105 (ensure_file) COMPLETE
94142024-09-27T03:59:19.673Z[ host-image] Sep 27 03:59:18.251 INFO O| Sep 27 03:59:18.251 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-09-27T03:59:19.681Z[ host-image] Sep 27 03:59:18.261 INFO O| Sep 27 03:59:18.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94162024-09-27T03:59:19.681Z[ host-image] Sep 27 03:59:18.261 INFO O| Sep 27 03:59:18.261 INFO copying /tmp/.tmpTG9Zdy/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 ...
94172024-09-27T03:59:19.683Z[ host-image] Sep 27 03:59:18.261 INFO O| Sep 27 03:59:18.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94182024-09-27T03:59:19.683Z[ host-image] Sep 27 03:59:18.261 INFO O| Sep 27 03:59:18.261 INFO ok!
94192024-09-27T03:59:19.683Z[ host-image] Sep 27 03:59:18.261 INFO O| Sep 27 03:59:18.261 INFO STEP 106 (ensure_file) COMPLETE
94202024-09-27T03:59:19.683Z[ host-image] Sep 27 03:59:18.261 INFO O| Sep 27 03:59:18.261 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-09-27T03:59:19.691Z[ host-image] Sep 27 03:59:18.271 INFO O| Sep 27 03:59:18.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94222024-09-27T03:59:19.691Z[ host-image] Sep 27 03:59:18.271 INFO O| Sep 27 03:59:18.271 INFO copying /tmp/.tmpTG9Zdy/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 ...
94232024-09-27T03:59:19.693Z[ host-image] Sep 27 03:59:18.271 INFO O| Sep 27 03:59:18.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94242024-09-27T03:59:19.693Z[ host-image] Sep 27 03:59:18.271 INFO O| Sep 27 03:59:18.271 INFO ok!
94252024-09-27T03:59:19.693Z[ host-image] Sep 27 03:59:18.271 INFO O| Sep 27 03:59:18.271 INFO STEP 107 (ensure_file) COMPLETE
94262024-09-27T03:59:19.693Z[ host-image] Sep 27 03:59:18.271 INFO O| Sep 27 03:59:18.271 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272024-09-27T03:59:19.702Z[ host-image] Sep 27 03:59:18.282 INFO O| Sep 27 03:59:18.282 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94282024-09-27T03:59:19.702Z[ host-image] Sep 27 03:59:18.282 INFO O| Sep 27 03:59:18.282 INFO copying /tmp/.tmpTG9Zdy/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 ...
94292024-09-27T03:59:19.704Z[ host-image] Sep 27 03:59:18.282 INFO O| Sep 27 03:59:18.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94302024-09-27T03:59:19.704Z[ host-image] Sep 27 03:59:18.282 INFO O| Sep 27 03:59:18.282 INFO ok!
94312024-09-27T03:59:19.704Z[ host-image] Sep 27 03:59:18.282 INFO O| Sep 27 03:59:18.282 INFO STEP 108 (ensure_file) COMPLETE
94322024-09-27T03:59:19.705Z[ host-image] Sep 27 03:59:18.282 INFO O| Sep 27 03:59:18.282 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-09-27T03:59:19.712Z[ host-image] Sep 27 03:59:18.292 INFO O| Sep 27 03:59:18.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94342024-09-27T03:59:19.712Z[ host-image] Sep 27 03:59:18.292 INFO O| Sep 27 03:59:18.292 INFO copying /tmp/.tmpTG9Zdy/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 ...
94352024-09-27T03:59:19.714Z[ host-image] Sep 27 03:59:18.292 INFO O| Sep 27 03:59:18.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94362024-09-27T03:59:19.714Z[ host-image] Sep 27 03:59:18.292 INFO O| Sep 27 03:59:18.292 INFO ok!
94372024-09-27T03:59:19.714Z[ host-image] Sep 27 03:59:18.292 INFO O| Sep 27 03:59:18.292 INFO STEP 109 (ensure_file) COMPLETE
94382024-09-27T03:59:19.714Z[ host-image] Sep 27 03:59:18.292 INFO O| Sep 27 03:59:18.292 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-09-27T03:59:19.722Z[ host-image] Sep 27 03:59:18.303 INFO O| Sep 27 03:59:18.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94402024-09-27T03:59:19.722Z[ host-image] Sep 27 03:59:18.303 INFO O| Sep 27 03:59:18.303 INFO copying /tmp/.tmpTG9Zdy/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 ...
94412024-09-27T03:59:19.724Z[ host-image] Sep 27 03:59:18.303 INFO O| Sep 27 03:59:18.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
94422024-09-27T03:59:19.725Z[ host-image] Sep 27 03:59:18.303 INFO O| Sep 27 03:59:18.303 INFO ok!
94432024-09-27T03:59:19.725Z[ host-image] Sep 27 03:59:18.303 INFO O| Sep 27 03:59:18.303 INFO STEP 110 (ensure_file) COMPLETE
94442024-09-27T03:59:19.725Z[ host-image] Sep 27 03:59:18.303 INFO O| Sep 27 03:59:18.303 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-09-27T03:59:19.732Z[ host-image] Sep 27 03:59:18.313 INFO O| Sep 27 03:59:18.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
94462024-09-27T03:59:19.732Z[ host-image] Sep 27 03:59:18.313 INFO O| Sep 27 03:59:18.313 INFO copying /tmp/.tmpTG9Zdy/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 ...
94472024-09-27T03:59:19.735Z[ host-image] Sep 27 03:59:18.313 INFO O| Sep 27 03:59:18.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
94482024-09-27T03:59:19.735Z[ host-image] Sep 27 03:59:18.313 INFO O| Sep 27 03:59:18.313 INFO ok!
94492024-09-27T03:59:19.735Z[ host-image] Sep 27 03:59:18.313 INFO O| Sep 27 03:59:18.313 INFO STEP 111 (ensure_file) COMPLETE
94502024-09-27T03:59:19.735Z[ host-image] Sep 27 03:59:18.313 INFO O| Sep 27 03:59:18.313 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-09-27T03:59:19.742Z[ host-image] Sep 27 03:59:18.322 INFO O| Sep 27 03:59:18.322 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
94522024-09-27T03:59:19.742Z[ host-image] Sep 27 03:59:18.322 INFO O| Sep 27 03:59:18.322 INFO copying /tmp/.tmpTG9Zdy/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 ...
94532024-09-27T03:59:19.744Z[ host-image] Sep 27 03:59:18.323 INFO O| Sep 27 03:59:18.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
94542024-09-27T03:59:19.744Z[ host-image] Sep 27 03:59:18.323 INFO O| Sep 27 03:59:18.322 INFO ok!
94552024-09-27T03:59:19.744Z[ host-image] Sep 27 03:59:18.323 INFO O| Sep 27 03:59:18.323 INFO STEP 112 (ensure_file) COMPLETE
94562024-09-27T03:59:19.744Z[ host-image] Sep 27 03:59:18.323 INFO O| Sep 27 03:59:18.323 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-09-27T03:59:19.752Z[ host-image] Sep 27 03:59:18.332 INFO O| Sep 27 03:59:18.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
94582024-09-27T03:59:19.752Z[ host-image] Sep 27 03:59:18.332 INFO O| Sep 27 03:59:18.332 INFO copying /tmp/.tmpTG9Zdy/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 ...
94592024-09-27T03:59:19.754Z[ host-image] Sep 27 03:59:18.332 INFO O| Sep 27 03:59:18.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
94602024-09-27T03:59:19.754Z[ host-image] Sep 27 03:59:18.332 INFO O| Sep 27 03:59:18.332 INFO ok!
94612024-09-27T03:59:19.754Z[ host-image] Sep 27 03:59:18.332 INFO O| Sep 27 03:59:18.332 INFO STEP 113 (ensure_file) COMPLETE
94622024-09-27T03:59:19.754Z[ host-image] Sep 27 03:59:18.332 INFO O| Sep 27 03:59:18.332 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-09-27T03:59:19.761Z[ host-image] Sep 27 03:59:18.342 INFO O| Sep 27 03:59:18.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
94642024-09-27T03:59:19.761Z[ host-image] Sep 27 03:59:18.342 INFO O| Sep 27 03:59:18.342 INFO copying /tmp/.tmpTG9Zdy/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 ...
94652024-09-27T03:59:19.761Z[ host-image] Sep 27 03:59:18.342 INFO O| Sep 27 03:59:18.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
94662024-09-27T03:59:19.764Z[ host-image] Sep 27 03:59:18.342 INFO O| Sep 27 03:59:18.342 INFO ok!
94672024-09-27T03:59:19.764Z[ host-image] Sep 27 03:59:18.342 INFO O| Sep 27 03:59:18.342 INFO STEP 114 (ensure_file) COMPLETE
94682024-09-27T03:59:19.764Z[ host-image] Sep 27 03:59:18.342 INFO O| Sep 27 03:59:18.342 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94692024-09-27T03:59:19.772Z[ host-image] Sep 27 03:59:18.352 INFO O| Sep 27 03:59:18.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
94702024-09-27T03:59:19.772Z[ host-image] Sep 27 03:59:18.352 INFO O| Sep 27 03:59:18.352 INFO copying /tmp/.tmpTG9Zdy/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 ...
94712024-09-27T03:59:19.774Z[ host-image] Sep 27 03:59:18.353 INFO O| Sep 27 03:59:18.352 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
94722024-09-27T03:59:19.774Z[ host-image] Sep 27 03:59:18.353 INFO O| Sep 27 03:59:18.353 INFO ok!
94732024-09-27T03:59:19.774Z[ host-image] Sep 27 03:59:18.353 INFO O| Sep 27 03:59:18.353 INFO STEP 115 (ensure_file) COMPLETE
94742024-09-27T03:59:19.774Z[ host-image] Sep 27 03:59:18.353 INFO O| Sep 27 03:59:18.353 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94752024-09-27T03:59:19.782Z[ host-image] Sep 27 03:59:18.362 INFO O| Sep 27 03:59:18.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
94762024-09-27T03:59:19.784Z[ host-image] Sep 27 03:59:18.362 INFO O| Sep 27 03:59:18.362 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
94772024-09-27T03:59:19.784Z[ host-image] Sep 27 03:59:18.363 INFO O| Sep 27 03:59:18.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
94782024-09-27T03:59:19.784Z[ host-image] Sep 27 03:59:18.363 INFO O| Sep 27 03:59:18.363 INFO ok!
94792024-09-27T03:59:19.784Z[ host-image] Sep 27 03:59:18.363 INFO O| Sep 27 03:59:18.363 INFO STEP 116 (ensure_file) COMPLETE
94802024-09-27T03:59:19.784Z[ host-image] Sep 27 03:59:18.363 INFO O| Sep 27 03:59:18.363 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94812024-09-27T03:59:19.792Z[ host-image] Sep 27 03:59:18.373 INFO O| Sep 27 03:59:18.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
94822024-09-27T03:59:19.792Z[ host-image] Sep 27 03:59:18.373 INFO O| Sep 27 03:59:18.373 INFO copying /tmp/.tmpTG9Zdy/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 ...
94832024-09-27T03:59:19.792Z[ host-image] Sep 27 03:59:18.373 INFO O| Sep 27 03:59:18.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
94842024-09-27T03:59:19.795Z[ host-image] Sep 27 03:59:18.373 INFO O| Sep 27 03:59:18.373 INFO ok!
94852024-09-27T03:59:19.795Z[ host-image] Sep 27 03:59:18.373 INFO O| Sep 27 03:59:18.373 INFO STEP 117 (ensure_file) COMPLETE
94862024-09-27T03:59:19.795Z[ host-image] Sep 27 03:59:18.373 INFO O| Sep 27 03:59:18.373 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94872024-09-27T03:59:19.802Z[ host-image] Sep 27 03:59:18.383 INFO O| Sep 27 03:59:18.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
94882024-09-27T03:59:19.802Z[ host-image] Sep 27 03:59:18.383 INFO O| Sep 27 03:59:18.383 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
94892024-09-27T03:59:19.806Z[ host-image] Sep 27 03:59:18.383 INFO O| Sep 27 03:59:18.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
94902024-09-27T03:59:19.806Z[ host-image] Sep 27 03:59:18.383 INFO O| Sep 27 03:59:18.383 INFO ok!
94912024-09-27T03:59:19.806Z[ host-image] Sep 27 03:59:18.383 INFO O| Sep 27 03:59:18.383 INFO STEP 118 (ensure_file) COMPLETE
94922024-09-27T03:59:19.806Z[ host-image] Sep 27 03:59:18.383 INFO O| Sep 27 03:59:18.383 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-09-27T03:59:19.812Z[ host-image] Sep 27 03:59:18.392 INFO O| Sep 27 03:59:18.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
94942024-09-27T03:59:19.812Z[ host-image] Sep 27 03:59:18.393 INFO O| Sep 27 03:59:18.392 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
94952024-09-27T03:59:20.060Z[ recovery-image] Sep 27 03:59:18.636 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94962024-09-27T03:59:22.273Z[ recovery-image] Sep 27 03:59:20.852 INFO image complete! materials are in "/work/os-recovery"
94972024-09-27T03:59:22.281Z[ recovery-image]
94982024-09-27T03:59:22.281Z[ recovery-image] real 7:42.580586957
94992024-09-27T03:59:22.281Z[ recovery-image] user 4:56.123717891
95002024-09-27T03:59:22.281Z[ recovery-image] sys 55.720939929
95012024-09-27T03:59:22.281Z[ recovery-image] trap 0.241161764
95022024-09-27T03:59:22.281Z[ recovery-image] tflt 0.400310202
95032024-09-27T03:59:22.281Z[ recovery-image] dflt 0.910366760
95042024-09-27T03:59:22.281Z[ recovery-image] kflt 0.009169317
95052024-09-27T03:59:22.281Z[ recovery-image] lock 4:32.553505995
95062024-09-27T03:59:22.281Z[ recovery-image] slp 45:22.380943333
95072024-09-27T03:59:22.281Z[ recovery-image] lat 2:27.449220540
95082024-09-27T03:59:22.282Z[ recovery-image] stop 4.279667965
95092024-09-27T03:59:22.282ZSep 27 03:59:20.858 INFO [recovery-image] process exited with exit status: 0 (462.603528437s)
95102024-09-27T03:59:23.881Z[ host-image] Sep 27 03:59:22.459 INFO O| Sep 27 03:59:22.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95112024-09-27T03:59:23.881Z[ host-image] Sep 27 03:59:22.459 INFO O| Sep 27 03:59:22.459 INFO ok!
95122024-09-27T03:59:23.881Z[ host-image] Sep 27 03:59:22.459 INFO O| Sep 27 03:59:22.459 INFO STEP 119 (ensure_file) COMPLETE
95132024-09-27T03:59:23.881Z[ host-image] Sep 27 03:59:22.459 INFO O| Sep 27 03:59:22.459 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-09-27T03:59:23.891Z[ host-image] Sep 27 03:59:22.470 INFO O| Sep 27 03:59:22.470 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95152024-09-27T03:59:23.891Z[ host-image] Sep 27 03:59:22.470 INFO O| Sep 27 03:59:22.470 INFO STEP 120 (ensure_dir) COMPLETE
95162024-09-27T03:59:23.891Z[ host-image] Sep 27 03:59:22.470 INFO O| Sep 27 03:59:22.470 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-09-27T03:59:23.901Z[ host-image] Sep 27 03:59:22.480 INFO O| Sep 27 03:59:22.480 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95182024-09-27T03:59:23.901Z[ host-image] Sep 27 03:59:22.480 INFO O| Sep 27 03:59:22.480 INFO STEP 121 (ensure_dir) COMPLETE
95192024-09-27T03:59:23.903Z[ host-image] Sep 27 03:59:22.480 INFO O| Sep 27 03:59:22.480 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-09-27T03:59:23.910Z[ host-image] Sep 27 03:59:22.489 INFO O| Sep 27 03:59:22.489 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95212024-09-27T03:59:23.910Z[ host-image] Sep 27 03:59:22.489 INFO O| Sep 27 03:59:22.489 INFO STEP 122 (ensure_dir) COMPLETE
95222024-09-27T03:59:23.912Z[ host-image] Sep 27 03:59:22.489 INFO O| Sep 27 03:59:22.489 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-09-27T03:59:23.919Z[ host-image] Sep 27 03:59:22.498 INFO O| Sep 27 03:59:22.498 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95242024-09-27T03:59:23.919Z[ host-image] Sep 27 03:59:22.498 INFO O| Sep 27 03:59:22.498 INFO STEP 123 (ensure_dir) COMPLETE
95252024-09-27T03:59:23.921Z[ host-image] Sep 27 03:59:22.498 INFO O| Sep 27 03:59:22.498 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-09-27T03:59:23.930Z[ host-image] Sep 27 03:59:22.508 INFO O| Sep 27 03:59:22.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95272024-09-27T03:59:23.930Z[ host-image] Sep 27 03:59:22.508 INFO O| Sep 27 03:59:22.508 INFO copying /tmp/.tmpTG9Zdy/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 ...
95282024-09-27T03:59:23.932Z[ host-image] Sep 27 03:59:22.508 INFO O| Sep 27 03:59:22.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95292024-09-27T03:59:23.932Z[ host-image] Sep 27 03:59:22.508 INFO O| Sep 27 03:59:22.508 INFO ok!
95302024-09-27T03:59:23.932Z[ host-image] Sep 27 03:59:22.508 INFO O| Sep 27 03:59:22.508 INFO STEP 124 (ensure_file) COMPLETE
95312024-09-27T03:59:23.932Z[ host-image] Sep 27 03:59:22.508 INFO O| Sep 27 03:59:22.508 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-09-27T03:59:23.938Z[ host-image] Sep 27 03:59:22.517 INFO O| Sep 27 03:59:22.517 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95332024-09-27T03:59:23.938Z[ host-image] Sep 27 03:59:22.517 INFO O| Sep 27 03:59:22.517 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95342024-09-27T03:59:23.941Z[ host-image] Sep 27 03:59:22.517 INFO O| Sep 27 03:59:22.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95352024-09-27T03:59:23.941Z[ host-image] Sep 27 03:59:22.517 INFO O| Sep 27 03:59:22.517 INFO STEP 125 (ensure_dir) COMPLETE
95362024-09-27T03:59:23.941Z[ host-image] Sep 27 03:59:22.517 INFO O| Sep 27 03:59:22.517 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-09-27T03:59:23.947Z[ host-image] Sep 27 03:59:22.527 INFO O| Sep 27 03:59:22.527 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95382024-09-27T03:59:23.950Z[ host-image] Sep 27 03:59:22.527 INFO O| Sep 27 03:59:22.527 INFO copying /tmp/.tmpTG9Zdy/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95392024-09-27T03:59:23.950Z[ host-image] Sep 27 03:59:22.527 INFO O| Sep 27 03:59:22.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95402024-09-27T03:59:23.950Z[ host-image] Sep 27 03:59:22.527 INFO O| Sep 27 03:59:22.527 INFO ok!
95412024-09-27T03:59:23.950Z[ host-image] Sep 27 03:59:22.527 INFO O| Sep 27 03:59:22.527 INFO STEP 126 (ensure_file) COMPLETE
95422024-09-27T03:59:23.950Z[ host-image] Sep 27 03:59:22.527 INFO O| Sep 27 03:59:22.527 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95432024-09-27T03:59:23.956Z[ host-image] Sep 27 03:59:22.536 INFO O| Sep 27 03:59:22.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95442024-09-27T03:59:23.959Z[ host-image] Sep 27 03:59:22.536 INFO O| Sep 27 03:59:22.536 INFO STEP 127 (remove_files) COMPLETE
95452024-09-27T03:59:23.959Z[ host-image] Sep 27 03:59:22.536 INFO O| Sep 27 03:59:22.536 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95462024-09-27T03:59:23.966Z[ host-image] Sep 27 03:59:22.546 INFO O| Sep 27 03:59:22.546 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95472024-09-27T03:59:23.969Z[ host-image] Sep 27 03:59:22.546 INFO O| Sep 27 03:59:22.546 INFO STEP 128 (remove_files) COMPLETE
95482024-09-27T03:59:23.969Z[ host-image] Sep 27 03:59:22.546 INFO O| Sep 27 03:59:22.546 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95492024-09-27T03:59:23.975Z[ host-image] Sep 27 03:59:22.555 INFO O| Sep 27 03:59:22.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95502024-09-27T03:59:23.978Z[ host-image] Sep 27 03:59:22.555 INFO O| Sep 27 03:59:22.555 INFO STEP 129 (remove_files) COMPLETE
95512024-09-27T03:59:23.978Z[ host-image] Sep 27 03:59:22.555 INFO O| Sep 27 03:59:22.555 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95522024-09-27T03:59:23.985Z[ host-image] Sep 27 03:59:22.564 INFO O| Sep 27 03:59:22.564 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
95532024-09-27T03:59:23.987Z[ host-image] Sep 27 03:59:22.564 INFO O| Sep 27 03:59:22.564 INFO STEP 130 (remove_files) COMPLETE
95542024-09-27T03:59:23.987Z[ host-image] Sep 27 03:59:22.564 INFO O| Sep 27 03:59:22.564 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95552024-09-27T03:59:23.994Z[ host-image] Sep 27 03:59:22.574 INFO O| Sep 27 03:59:22.574 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
95562024-09-27T03:59:23.997Z[ host-image] Sep 27 03:59:22.574 INFO O| Sep 27 03:59:22.574 INFO STEP 131 (remove_files) COMPLETE
95572024-09-27T03:59:23.997Z[ host-image] Sep 27 03:59:22.574 INFO O| Sep 27 03:59:22.574 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95582024-09-27T03:59:24.004Z[ host-image] Sep 27 03:59:22.583 INFO O| Sep 27 03:59:22.583 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
95592024-09-27T03:59:24.007Z[ host-image] Sep 27 03:59:22.583 INFO O| Sep 27 03:59:22.583 INFO STEP 132 (remove_files) COMPLETE
95602024-09-27T03:59:24.007Z[ host-image] Sep 27 03:59:22.583 INFO O| Sep 27 03:59:22.583 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95612024-09-27T03:59:24.015Z[ host-image] Sep 27 03:59:22.593 INFO O| Sep 27 03:59:22.593 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
95622024-09-27T03:59:24.015Z[ host-image] Sep 27 03:59:22.593 INFO O| Sep 27 03:59:22.593 INFO STEP 133 (remove_files) COMPLETE
95632024-09-27T03:59:24.015Z[ host-image] Sep 27 03:59:22.593 INFO O| Sep 27 03:59:22.593 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95642024-09-27T03:59:24.023Z[ host-image] Sep 27 03:59:22.602 INFO O| Sep 27 03:59:22.602 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
95652024-09-27T03:59:24.029Z[ host-image] Sep 27 03:59:22.602 INFO O| Sep 27 03:59:22.602 INFO STEP 134 (remove_files) COMPLETE
95662024-09-27T03:59:24.029Z[ host-image] Sep 27 03:59:22.602 INFO O| Sep 27 03:59:22.602 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95672024-09-27T03:59:24.032Z[ host-image] Sep 27 03:59:22.612 INFO O| Sep 27 03:59:22.611 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
95682024-09-27T03:59:24.035Z[ host-image] Sep 27 03:59:22.612 INFO O| Sep 27 03:59:22.612 INFO STEP 135 (remove_files) COMPLETE
95692024-09-27T03:59:24.035Z[ host-image] Sep 27 03:59:22.612 INFO O| Sep 27 03:59:22.612 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95702024-09-27T03:59:24.041Z[ host-image] Sep 27 03:59:22.621 INFO O| Sep 27 03:59:22.621 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
95712024-09-27T03:59:24.041Z[ host-image] Sep 27 03:59:22.621 INFO O| Sep 27 03:59:22.621 INFO STEP 136 (remove_files) COMPLETE
95722024-09-27T03:59:24.044Z[ host-image] Sep 27 03:59:22.621 INFO O| Sep 27 03:59:22.621 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95732024-09-27T03:59:24.050Z[ host-image] Sep 27 03:59:22.630 INFO O| Sep 27 03:59:22.630 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
95742024-09-27T03:59:24.050Z[ host-image] Sep 27 03:59:22.630 INFO O| Sep 27 03:59:22.630 INFO STEP 137 (remove_files) COMPLETE
95752024-09-27T03:59:24.053Z[ host-image] Sep 27 03:59:22.630 INFO O| Sep 27 03:59:22.630 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95762024-09-27T03:59:24.060Z[ host-image] Sep 27 03:59:22.639 INFO O| Sep 27 03:59:22.639 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
95772024-09-27T03:59:24.060Z[ host-image] Sep 27 03:59:22.639 INFO O| Sep 27 03:59:22.639 INFO STEP 138 (remove_files) COMPLETE
95782024-09-27T03:59:24.060Z[ host-image] Sep 27 03:59:22.639 INFO O| Sep 27 03:59:22.639 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95792024-09-27T03:59:24.069Z[ host-image] Sep 27 03:59:22.649 INFO O| Sep 27 03:59:22.649 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
95802024-09-27T03:59:24.069Z[ host-image] Sep 27 03:59:22.649 INFO O| Sep 27 03:59:22.649 INFO STEP 139 (remove_files) COMPLETE
95812024-09-27T03:59:24.071Z[ host-image] Sep 27 03:59:22.649 INFO O| Sep 27 03:59:22.649 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95822024-09-27T03:59:24.078Z[ host-image] Sep 27 03:59:22.658 INFO O| Sep 27 03:59:22.658 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
95832024-09-27T03:59:24.078Z[ host-image] Sep 27 03:59:22.658 INFO O| Sep 27 03:59:22.658 INFO STEP 140 (remove_files) COMPLETE
95842024-09-27T03:59:24.078Z[ host-image] Sep 27 03:59:22.658 INFO O| Sep 27 03:59:22.658 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95852024-09-27T03:59:24.088Z[ host-image] Sep 27 03:59:22.667 INFO O| Sep 27 03:59:22.667 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
95862024-09-27T03:59:24.088Z[ host-image] Sep 27 03:59:22.667 INFO O| Sep 27 03:59:22.667 INFO STEP 141 (remove_files) COMPLETE
95872024-09-27T03:59:24.092Z[ host-image] Sep 27 03:59:22.667 INFO O| Sep 27 03:59:22.667 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95882024-09-27T03:59:24.111Z[ host-image] Sep 27 03:59:22.690 INFO O| Sep 27 03:59:22.690 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
95892024-09-27T03:59:24.111Z[ host-image] Sep 27 03:59:22.690 INFO O| Sep 27 03:59:22.690 INFO STEP 142 (remove_files) COMPLETE
95902024-09-27T03:59:24.114Z[ host-image] Sep 27 03:59:22.690 INFO O| Sep 27 03:59:22.690 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95912024-09-27T03:59:24.122Z[ host-image] Sep 27 03:59:22.701 INFO O| Sep 27 03:59:22.701 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
95922024-09-27T03:59:24.122Z[ host-image] Sep 27 03:59:22.701 INFO O| Sep 27 03:59:22.701 INFO STEP 143 (remove_files) COMPLETE
95932024-09-27T03:59:24.124Z[ host-image] Sep 27 03:59:22.701 INFO O| Sep 27 03:59:22.701 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95942024-09-27T03:59:24.131Z[ host-image] Sep 27 03:59:22.711 INFO O| Sep 27 03:59:22.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
95952024-09-27T03:59:24.131Z[ host-image] Sep 27 03:59:22.711 INFO O| Sep 27 03:59:22.711 INFO STEP 144 (remove_files) COMPLETE
95962024-09-27T03:59:24.134Z[ host-image] Sep 27 03:59:22.711 INFO O| Sep 27 03:59:22.711 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95972024-09-27T03:59:24.141Z[ host-image] Sep 27 03:59:22.720 INFO O| Sep 27 03:59:22.720 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
95982024-09-27T03:59:24.141Z[ host-image] Sep 27 03:59:22.720 INFO O| Sep 27 03:59:22.720 INFO STEP 145 (remove_files) COMPLETE
95992024-09-27T03:59:24.143Z[ host-image] Sep 27 03:59:22.720 INFO O| Sep 27 03:59:22.720 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96002024-09-27T03:59:24.150Z[ host-image] Sep 27 03:59:22.730 INFO O| Sep 27 03:59:22.730 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96012024-09-27T03:59:24.150Z[ host-image] Sep 27 03:59:22.730 INFO O| Sep 27 03:59:22.730 INFO STEP 146 (remove_files) COMPLETE
96022024-09-27T03:59:24.153Z[ host-image] Sep 27 03:59:22.730 INFO O| Sep 27 03:59:22.730 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-09-27T03:59:24.160Z[ host-image] Sep 27 03:59:22.739 INFO O| Sep 27 03:59:22.739 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96042024-09-27T03:59:24.160Z[ host-image] Sep 27 03:59:22.739 INFO O| Sep 27 03:59:22.739 INFO STEP 147 (remove_files) COMPLETE
96052024-09-27T03:59:24.160Z[ host-image] Sep 27 03:59:22.739 INFO O| Sep 27 03:59:22.739 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-09-27T03:59:24.169Z[ host-image] Sep 27 03:59:22.749 INFO O| Sep 27 03:59:22.749 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96072024-09-27T03:59:24.172Z[ host-image] Sep 27 03:59:22.749 INFO O| Sep 27 03:59:22.749 INFO STEP 148 (remove_files) COMPLETE
96082024-09-27T03:59:24.172Z[ host-image] Sep 27 03:59:22.749 INFO O| Sep 27 03:59:22.749 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-09-27T03:59:24.179Z[ host-image] Sep 27 03:59:22.759 INFO O| Sep 27 03:59:22.759 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96102024-09-27T03:59:24.179Z[ host-image] Sep 27 03:59:22.759 INFO O| Sep 27 03:59:22.759 INFO STEP 149 (remove_files) COMPLETE
96112024-09-27T03:59:24.182Z[ host-image] Sep 27 03:59:22.759 INFO O| Sep 27 03:59:22.759 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-09-27T03:59:24.188Z[ host-image] Sep 27 03:59:22.768 INFO O| Sep 27 03:59:22.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96132024-09-27T03:59:24.191Z[ host-image] Sep 27 03:59:22.768 INFO O| Sep 27 03:59:22.768 INFO STEP 150 (remove_files) COMPLETE
96142024-09-27T03:59:24.191Z[ host-image] Sep 27 03:59:22.768 INFO O| Sep 27 03:59:22.768 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-09-27T03:59:24.199Z[ host-image] Sep 27 03:59:22.778 INFO O| Sep 27 03:59:22.778 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96162024-09-27T03:59:24.199Z[ host-image] Sep 27 03:59:22.778 INFO O| Sep 27 03:59:22.778 INFO STEP 151 (remove_files) COMPLETE
96172024-09-27T03:59:24.199Z[ host-image] Sep 27 03:59:22.778 INFO O| Sep 27 03:59:22.778 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-09-27T03:59:24.209Z[ host-image] Sep 27 03:59:22.788 INFO O| Sep 27 03:59:22.788 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96192024-09-27T03:59:24.209Z[ host-image] Sep 27 03:59:22.788 INFO O| Sep 27 03:59:22.788 INFO STEP 152 (remove_files) COMPLETE
96202024-09-27T03:59:24.209Z[ host-image] Sep 27 03:59:22.788 INFO O| Sep 27 03:59:22.788 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-09-27T03:59:24.218Z[ host-image] Sep 27 03:59:22.798 INFO O| Sep 27 03:59:22.798 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96222024-09-27T03:59:24.221Z[ host-image] Sep 27 03:59:22.798 INFO O| Sep 27 03:59:22.798 INFO STEP 153 (remove_files) COMPLETE
96232024-09-27T03:59:24.221Z[ host-image] Sep 27 03:59:22.798 INFO O| Sep 27 03:59:22.798 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-09-27T03:59:24.228Z[ host-image] Sep 27 03:59:22.807 INFO O| Sep 27 03:59:22.807 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96252024-09-27T03:59:24.228Z[ host-image] Sep 27 03:59:22.807 INFO O| Sep 27 03:59:22.807 INFO STEP 154 (remove_files) COMPLETE
96262024-09-27T03:59:24.228Z[ host-image] Sep 27 03:59:22.807 INFO O| Sep 27 03:59:22.807 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-09-27T03:59:24.238Z[ host-image] Sep 27 03:59:22.817 INFO O| Sep 27 03:59:22.817 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96282024-09-27T03:59:24.238Z[ host-image] Sep 27 03:59:22.817 INFO O| Sep 27 03:59:22.817 INFO STEP 155 (remove_files) COMPLETE
96292024-09-27T03:59:24.240Z[ host-image] Sep 27 03:59:22.817 INFO O| Sep 27 03:59:22.817 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96302024-09-27T03:59:24.252Z[ host-image] Sep 27 03:59:22.831 INFO O| Sep 27 03:59:22.831 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96312024-09-27T03:59:24.254Z[ host-image] Sep 27 03:59:22.832 INFO O| Sep 27 03:59:22.831 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
96322024-09-27T03:59:31.833Z[ host-image] Sep 27 03:59:30.411 INFO O| Sep 27 03:59:30.410 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
96332024-09-27T03:59:31.833Z[ host-image] Sep 27 03:59:30.411 INFO O| Sep 27 03:59:30.411 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96342024-09-27T03:59:31.847Z[ host-image] Sep 27 03:59:30.425 INFO O| Sep 27 03:59:30.425 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96352024-09-27T03:59:31.928Z[ host-image] Sep 27 03:59:30.505 INFO O| Sep 27 03:59:30.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96362024-09-27T03:59:31.928Z[ host-image] Sep 27 03:59:30.505 INFO O| Sep 27 03:59:30.505 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96372024-09-27T03:59:31.932Z[ host-image] Sep 27 03:59:30.507 INFO O| Sep 27 03:59:30.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96382024-09-27T03:59:31.932Z[ host-image] Sep 27 03:59:30.507 INFO O| Sep 27 03:59:30.507 INFO ok!
96392024-09-27T03:59:31.932Z[ host-image] Sep 27 03:59:30.507 INFO O| Sep 27 03:59:30.507 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
96402024-09-27T03:59:31.932Z[ host-image] Sep 27 03:59:30.507 INFO O| Sep 27 03:59:30.507 INFO STEP 156 (seed_smf) COMPLETE
96412024-09-27T03:59:31.932Z[ host-image] Sep 27 03:59:30.507 INFO O| Sep 27 03:59:30.507 INFO steps complete; finalising image!
96422024-09-27T03:59:31.932Z[ host-image] Sep 27 03:59:30.507 INFO O| Sep 27 03:59:30.507 INFO TRIM POOL: TEMPORARY-gimlet-zfs
96432024-09-27T03:59:32.070Z[ host-image] Sep 27 03:59:30.648 INFO O| Sep 27 03:59:30.648 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Fri Sep 27 03:59:30 2024)
96442024-09-27T03:59:32.293Z[ host-image] Sep 27 03:59:30.871 INFO O| Sep 27 03:59:30.871 INFO temporary pool has 681M used, 151M avail, 1.86x compressratio
96452024-09-27T03:59:32.293Z[ host-image] Sep 27 03:59:30.871 INFO O| Sep 27 03:59:30.871 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
96462024-09-27T03:59:32.589Z[ host-image] Sep 27 03:59:31.166 INFO O| Sep 27 03:59:31.166 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
96472024-09-27T03:59:32.589Z[ host-image] Sep 27 03:59:31.166 INFO O| Sep 27 03:59:31.166 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
96482024-09-27T03:59:33.634Z[ host-image] Sep 27 03:59:32.211 INFO O| Sep 27 03:59:32.211 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
96492024-09-27T03:59:33.634Z[ host-image] Sep 27 03:59:32.211 INFO O| Sep 27 03:59:32.211 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
96502024-09-27T03:59:33.636Z[ host-image] Sep 27 03:59:32.211 INFO O| Sep 27 03:59:32.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
96512024-09-27T03:59:33.636Z[ host-image] Sep 27 03:59:32.211 INFO O| Sep 27 03:59:32.211 INFO completed processing gimlet/zfs
96522024-09-27T03:59:33.636Z[ host-image] Sep 27 03:59:32.211 INFO O| Sep 27 03:59:32.211 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
96532024-09-27T03:59:40.043Z[ host-image] Sep 27 03:59:38.619 INFO O| Sep 27 03:59:38.619 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
96542024-09-27T03:59:40.127Z[ host-image] Sep 27 03:59:38.703 INFO BUILD STRING "heads/stlouis-0-g62bfb8eb45\n"
96552024-09-27T03:59:40.127Z[ host-image] Sep 27 03:59:38.703 INFO expanded image name: "ci 0742018/${os_short_commit} 2024-09-27 03:30" -> "ci 0742018/62bfb8e 2024-09-27 03:30"
96562024-09-27T03:59:40.130Z[ host-image] Sep 27 03:59:38.703 INFO output artefacts stored in: "/work/os-host"
96572024-09-27T03:59:40.130Z[ host-image] Sep 27 03:59:38.703 INFO collecting git info from project "chelsio-t6-roms"...
96582024-09-27T03:59:40.132Z[ host-image] Sep 27 03:59:38.709 INFO collecting git info from project "pinprick"...
96592024-09-27T03:59:40.136Z[ host-image] Sep 27 03:59:38.713 INFO collecting git info from project "pilot"...
96602024-09-27T03:59:40.141Z[ host-image] Sep 27 03:59:38.718 INFO collecting git info from project "amd-host-image-builder"...
96612024-09-27T03:59:40.155Z[ host-image] Sep 27 03:59:38.731 INFO collecting git info from project "phbl"...
96622024-09-27T03:59:40.159Z[ host-image] Sep 27 03:59:38.736 INFO collecting git info from project "bootserver"...
96632024-09-27T03:59:40.163Z[ host-image] Sep 27 03:59:38.740 INFO collecting git info from project "amd-firmware"...
96642024-09-27T03:59:40.171Z[ host-image] Sep 27 03:59:38.748 INFO collecting git info from project "image-builder"...
96652024-09-27T03:59:40.175Z[ host-image] Sep 27 03:59:38.752 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
96662024-09-27T03:59:40.539Z[ host-image] Sep 27 03:59:39.115 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
96672024-09-27T03:59:40.881Z[ host-image] Sep 27 03:59:39.456 INFO creating Oxide boot image...
96682024-09-27T03:59:40.881Z[ host-image] Sep 27 03:59:39.456 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 0742018/62bfb8e 2024-09-27 03:30", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
96692024-09-27T03:59:41.854Z[ host-image] Sep 27 03:59:40.430 INFO O| ok, image written!
96702024-09-27T03:59:41.854Z[ host-image] Sep 27 03:59:40.430 INFO O| ok, boot_image_csum file written!
96712024-09-27T03:59:41.857Z[ host-image] Sep 27 03:59:40.433 INFO creating boot archive (CPIO)...
96722024-09-27T03:59:41.860Z[ host-image] Sep 27 03:59:40.433 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
96732024-09-27T03:59:41.866Z[ host-image] Sep 27 03:59:40.442 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
96742024-09-27T03:59:41.866Z[ host-image] Sep 27 03:59:40.442 INFO E| + outfile=/work/os-host/cpio
96752024-09-27T03:59:41.869Z[ host-image] Sep 27 03:59:40.442 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
96762024-09-27T03:59:41.869Z[ host-image] Sep 27 03:59:40.444 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
96772024-09-27T03:59:41.869Z[ host-image] Sep 27 03:59:40.444 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
96782024-09-27T03:59:41.907Z[ host-image] Sep 27 03:59:40.483 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
96792024-09-27T03:59:41.907Z[ host-image] Sep 27 03:59:40.483 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
96802024-09-27T03:59:41.914Z[ host-image] Sep 27 03:59:40.490 INFO creating compressed cpio/unix for nanobl-rs...
96812024-09-27T03:59:41.914Z[ host-image] Sep 27 03:59:40.490 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
96822024-09-27T03:59:42.192Z[ host-image] Sep 27 03:59:40.767 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
96832024-09-27T03:59:46.559Z[ host-image] Sep 27 03:59:45.134 INFO creating reset image...
96842024-09-27T03:59:46.561Z[ host-image] Sep 27 03:59:45.134 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
96852024-09-27T03:59:46.650Z[ host-image] Sep 27 03:59:45.225 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
96862024-09-27T03:59:46.652Z[ host-image] Sep 27 03:59:45.226 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
96872024-09-27T03:59:46.706Z[ host-image] Sep 27 03:59:45.281 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
96882024-09-27T03:59:48.509Z[ host-image] Sep 27 03:59:47.084 INFO E| Finished `release` profile [optimized] target(s) in 1.84s
96892024-09-27T03:59:48.520Z[ host-image] Sep 27 03:59:47.095 INFO building host image...
96902024-09-27T03:59:48.523Z[ host-image] Sep 27 03:59:47.095 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")
96912024-09-27T03:59:48.972Z[ host-image] Sep 27 03:59:47.547 INFO finishing image archive at "/work/os-host/os.tar.gz"...
96922024-09-27T04:00:35.786Z[ host-image] Sep 27 04:00:34.351 INFO image complete! materials are in "/work/os-host"
96932024-09-27T04:00:35.789Z[ host-image]
96942024-09-27T04:00:35.789Z[ host-image] real 9:10.747805781
96952024-09-27T04:00:35.792Z[ host-image] user 4:34.009848290
96962024-09-27T04:00:35.792Z[ host-image] sys 51.750638106
96972024-09-27T04:00:35.792Z[ host-image] trap 0.174791344
96982024-09-27T04:00:35.792Z[ host-image] tflt 0.002598365
96992024-09-27T04:00:35.792Z[ host-image] dflt 0.041275987
97002024-09-27T04:00:35.792Z[ host-image] kflt 0.000001719
97012024-09-27T04:00:35.792Z[ host-image] lock 31.485980512
97022024-09-27T04:00:35.792Z[ host-image] slp 49:46.742336692
97032024-09-27T04:00:35.792Z[ host-image] lat 1:29.304310297
97042024-09-27T04:00:35.792Z[ host-image] stop 0.400292966
97052024-09-27T04:00:35.792ZSep 27 04:00:34.355 INFO [host-image] process exited with exit status: 0 (550.763962512s)
97062024-09-27T04:00:35.792ZSep 27 04:00:34.355 INFO [tuf-repo] running task
97072024-09-27T04:00:42.467ZSep 27 04:00:41.030 INFO assembling repository in `/tmp/tufaceous9u8ami`, component: OmicronRepoAssembler
97082024-09-27T04:00:47.388ZSep 27 04:00:45.951 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97092024-09-27T04:00:47.576ZSep 27 04:00:46.138 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97102024-09-27T04:00:58.572ZSep 27 04:00:57.132 INFO [tuf-repo] task succeeded (22.777132544s)
97112024-09-27T04:00:58.572ZSep 27 04:00:57.132 INFO all jobs completed in 1849.851292548s
97122024-09-27T04:00:59.134Zprocess exited: duration 2511523 ms, exit code 0
 
97132024-09-27T04:00:59.145Zfound 33 output files
97142024-09-27T04:00:59.145Zuploading: /work/manifest.toml (8404 bytes)
97152024-09-27T04:01:00.154Zuploaded: /work/manifest.toml
97162024-09-27T04:01:00.154Zuploading: /work/repo.zip (1811134442 bytes)
97172024-09-27T04:01:28.764Zuploaded: /work/repo.zip
97182024-09-27T04:01:28.764Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97192024-09-27T04:01:29.786Zuploaded: /work/repo.zip.sha256.txt
97202024-09-27T04:01:29.789Zuploading: /work/helios-setup.log (53222 bytes)
97212024-09-27T04:01:30.796Zuploaded: /work/helios-setup.log
97222024-09-27T04:01:30.799Zuploading: /work/host-image.log (194508 bytes)
97232024-09-27T04:01:31.813Zuploaded: /work/host-image.log
97242024-09-27T04:01:31.816Zuploading: /work/host-package.log (18480 bytes)
97252024-09-27T04:01:32.823Zuploaded: /work/host-package.log
97262024-09-27T04:01:32.825Zuploading: /work/host-target.log (101 bytes)
97272024-09-27T04:01:33.832Zuploaded: /work/host-target.log
97282024-09-27T04:01:33.832Zuploading: /work/omicron-package.log (4288 bytes)
97292024-09-27T04:01:34.842Zuploaded: /work/omicron-package.log
97302024-09-27T04:01:34.845Zuploading: /work/phbl-toolchain.log (881 bytes)
97312024-09-27T04:01:35.852Zuploaded: /work/phbl-toolchain.log
97322024-09-27T04:01:35.855Zuploading: /work/recovery-image.log (590979 bytes)
97332024-09-27T04:01:36.882Zuploaded: /work/recovery-image.log
97342024-09-27T04:01:36.885Zuploading: /work/recovery-package.log (282 bytes)
97352024-09-27T04:01:37.891Zuploaded: /work/recovery-package.log
97362024-09-27T04:01:37.891Zuploading: /work/recovery-target.log (57 bytes)
97372024-09-27T04:01:38.898Zuploaded: /work/recovery-target.log
97382024-09-27T04:01:38.898Zuploading: /work/stamp-clickhouse.log (117 bytes)
97392024-09-27T04:01:39.905Zuploaded: /work/stamp-clickhouse.log
97402024-09-27T04:01:39.905Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
97412024-09-27T04:01:40.913Zuploaded: /work/stamp-clickhouse_keeper.log
97422024-09-27T04:01:40.913Zuploading: /work/stamp-cockroachdb.log (118 bytes)
97432024-09-27T04:01:41.919Zuploaded: /work/stamp-cockroachdb.log
97442024-09-27T04:01:41.919Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
97452024-09-27T04:01:42.928Zuploaded: /work/stamp-crucible-dtrace.log
97462024-09-27T04:01:42.930Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
97472024-09-27T04:01:43.938Zuploaded: /work/stamp-crucible-pantry-zone.log
97482024-09-27T04:01:43.938Zuploading: /work/stamp-crucible-zone.log (120 bytes)
97492024-09-27T04:01:44.946Zuploaded: /work/stamp-crucible-zone.log
97502024-09-27T04:01:44.946Zuploading: /work/stamp-external-dns.log (119 bytes)
97512024-09-27T04:01:45.953Zuploaded: /work/stamp-external-dns.log
97522024-09-27T04:01:45.953Zuploading: /work/stamp-installinator.log (103 bytes)
97532024-09-27T04:01:46.960Zuploaded: /work/stamp-installinator.log
97542024-09-27T04:01:46.960Zuploading: /work/stamp-internal-dns.log (119 bytes)
97552024-09-27T04:01:47.968Zuploaded: /work/stamp-internal-dns.log
97562024-09-27T04:01:47.971Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
97572024-09-27T04:01:48.978Zuploaded: /work/stamp-mg-ddm-gz.log
97582024-09-27T04:01:48.978Zuploading: /work/stamp-nexus.log (112 bytes)
97592024-09-27T04:01:49.987Zuploaded: /work/stamp-nexus.log
97602024-09-27T04:01:49.987Zuploading: /work/stamp-ntp.log (110 bytes)
97612024-09-27T04:01:50.994Zuploaded: /work/stamp-ntp.log
97622024-09-27T04:01:50.994Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
97632024-09-27T04:01:52.002Zuploaded: /work/stamp-omicron-sled-agent.log
97642024-09-27T04:01:52.002Zuploading: /work/stamp-overlay.log (114 bytes)
97652024-09-27T04:01:53.009Zuploaded: /work/stamp-overlay.log
97662024-09-27T04:01:53.009Zuploading: /work/stamp-oximeter.log (115 bytes)
97672024-09-27T04:01:54.017Zuploaded: /work/stamp-oximeter.log
97682024-09-27T04:01:54.017Zuploading: /work/stamp-oxlog.log (109 bytes)
97692024-09-27T04:01:55.024Zuploaded: /work/stamp-oxlog.log
97702024-09-27T04:01:55.024Zuploading: /work/stamp-probe.log (112 bytes)
97712024-09-27T04:01:56.034Zuploaded: /work/stamp-probe.log
97722024-09-27T04:01:56.034Zuploading: /work/stamp-propolis-server.log (122 bytes)
97732024-09-27T04:01:57.043Zuploaded: /work/stamp-propolis-server.log
97742024-09-27T04:01:57.043Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
97752024-09-27T04:01:58.051Zuploaded: /work/stamp-pumpkind-gz.log
97762024-09-27T04:01:58.051Zuploading: /work/stamp-switch-asic.log (118 bytes)
97772024-09-27T04:01:59.059Zuploaded: /work/stamp-switch-asic.log
97782024-09-27T04:01:59.059Zuploading: /work/verify-libraries.log (2992 bytes)
97792024-09-27T04:02:00.067Zuploaded: /work/verify-libraries.log