01HZ32JXVY1P44PPQS1FMQCQVX: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "1.77.2",
        ),
    ),
    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: 01HZ32K8WTVC7QZAXJ1CD4A0AE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-29T21:04:02.860Zjob assigned to worker 01HZ32K9KQBBJV9N62BM10WECC (queued for 1 m 14 s)
 
22024-05-29T21:04:10.887Zstarting task 0: "setup"
32024-05-29T21:04:10.936Z++ uname -s
42024-05-29T21:04:10.942Z+ kern=SunOS
52024-05-29T21:04:10.942Z+ case "$kern" in
62024-05-29T21:04:10.943Z+ groupadd -g 12345 build
72024-05-29T21:04:10.943Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-29T21:04:12.958Z+ zfs create -o mountpoint=/work rpool/work
92024-05-29T21:04:13.077Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-29T21:04:13.091Z+ home_fs=zfs
112024-05-29T21:04:13.091Z+ [[ zfs == autofs ]]
122024-05-29T21:04:13.092Z+ mkdir -p /home/build
132024-05-29T21:04:13.092Z+ chown build:build /home/build /work
142024-05-29T21:04:15.097Z+ chmod 0700 /home/build /work
152024-05-29T21:04:15.113Zprocess exited: duration 4200 ms, exit code 0
 
162024-05-29T21:04:15.581Zstarting task 1: "rust-toolchain"
172024-05-29T21:04:15.603Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-29T21:04:15.603Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default
192024-05-29T21:04:15.697Zinfo: downloading installer
202024-05-29T21:04:17.137Zwarning: it looks like you have an existing installation of Rust at:
212024-05-29T21:04:17.137Zwarning: /opt/ooce/bin
222024-05-29T21:04:17.137Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-29T21:04:17.137Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-29T21:04:17.137Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-29T21:04:17.137Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-29T21:04:17.137Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-29T21:04:17.137Zerror: cannot install while Rust is installed
282024-05-29T21:04:17.137Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-29T21:04:17.238Zinfo: profile set to 'default'
302024-05-29T21:04:17.238Zinfo: default host triple is x86_64-unknown-illumos
312024-05-29T21:04:17.241Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
322024-05-29T21:04:17.425Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
332024-05-29T21:04:17.425Zinfo: downloading component 'cargo'
342024-05-29T21:04:18.378Zinfo: downloading component 'clippy'
352024-05-29T21:04:18.718Zinfo: downloading component 'rust-docs'
362024-05-29T21:04:20.009Zinfo: downloading component 'rust-std'
372024-05-29T21:04:21.909Zinfo: downloading component 'rustc'
382024-05-29T21:04:27.001Zinfo: downloading component 'rustfmt'
392024-05-29T21:04:27.281Zinfo: installing component 'cargo'
402024-05-29T21:04:28.140Zinfo: installing component 'clippy'
412024-05-29T21:04:28.479Zinfo: installing component 'rust-docs'
422024-05-29T21:04:30.001Zinfo: installing component 'rust-std'
432024-05-29T21:04:31.670Zinfo: installing component 'rustc'
442024-05-29T21:04:35.806Zinfo: installing component 'rustfmt'
452024-05-29T21:04:36.183Zinfo: default toolchain set to '1.77.2-x86_64-unknown-illumos'
462024-05-29T21:04:36.184Z
472024-05-29T21:04:36.417Z 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09)
482024-05-29T21:04:36.417Z
492024-05-29T21:04:36.421Z
502024-05-29T21:04:36.421ZRust is installed now. Great!
512024-05-29T21:04:36.421Z
522024-05-29T21:04:36.421ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-29T21:04:36.421Zenvironment variable. This has not been done automatically.
542024-05-29T21:04:36.421Z
552024-05-29T21:04:36.421ZTo configure your current shell, you need to source
562024-05-29T21:04:36.421Zthe corresponding env file under $HOME/.cargo.
572024-05-29T21:04:36.421Z
582024-05-29T21:04:36.421ZThis is usually done by running one of the following (note the leading DOT):
592024-05-29T21:04:36.421Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-29T21:04:36.421Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-29T21:04:36.635Z+ rustc --version
622024-05-29T21:04:36.694Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
632024-05-29T21:04:36.699Zprocess exited: duration 21116 ms, exit code 0
 
642024-05-29T21:04:36.708Zstarting task 2: "authentication"
652024-05-29T21:04:36.742Zprocess exited: duration 24 ms, exit code 0
 
662024-05-29T21:04:36.755Zstarting task 3: "clone repository"
672024-05-29T21:04:36.760Z+ mkdir -p /work/oxidecomputer/omicron
682024-05-29T21:04:36.760Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-05-29T21:04:37.596ZCloning into '/work/oxidecomputer/omicron'...
702024-05-29T21:04:45.225Z+ cd /work/oxidecomputer/omicron
712024-05-29T21:04:45.229Z+ git fetch origin 6917f4231e3fdd771a6b1156631d90a25eff1231
722024-05-29T21:04:45.847ZFrom https://github.com/oxidecomputer/omicron
732024-05-29T21:04:45.847Z * branch 6917f4231e3fdd771a6b1156631d90a25eff1231 -> FETCH_HEAD
742024-05-29T21:04:45.853Z+ [[ -n '' ]]
752024-05-29T21:04:45.853Z+ git reset --hard 6917f4231e3fdd771a6b1156631d90a25eff1231
762024-05-29T21:04:45.942ZHEAD is now at 6917f4231 wait until the task starts
772024-05-29T21:04:45.946Zprocess exited: duration 9193 ms, exit code 0
 
782024-05-29T21:04:45.952Zstarting task 4: "build"
792024-05-29T21:04:45.958Z+ cargo --version
802024-05-29T21:04:46.010Zcargo 1.77.2 (e52e36006 2024-03-26)
812024-05-29T21:04:46.020Z+ rustc --version
822024-05-29T21:04:46.069Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-29T21:04:46.483Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
842024-05-29T21:05:02.601Z Startup: Refreshing catalog 'helios-dev' ... Done
852024-05-29T21:05:04.741Z Startup: Caching catalogs ... Done
862024-05-29T21:05:06.721ZPlanning: Solver setup ... Done (1.475s)
872024-05-29T21:05:06.749ZPlanning: Running solver ... Done (0.028s)
882024-05-29T21:05:06.789ZPlanning: Finding local manifests ... Done (0.005s)
892024-05-29T21:05:06.800ZPlanning: Fetching manifests: 0/4 0% complete
902024-05-29T21:05:07.228ZPlanning: Fetching manifests: 4/4 100% complete
912024-05-29T21:05:07.689ZPlanning: Package planning ... Done (0.048s)
922024-05-29T21:05:07.698ZPlanning: Merging actions ... Done (0.050s)
932024-05-29T21:05:08.835ZPlanning: Checking for conflicting actions ... Done (1.509s)
942024-05-29T21:05:08.846ZPlanning: Consolidating action changes ... Done (0.011s)
952024-05-29T21:05:17.490ZPlanning: Evaluating mediators ... Done (8.642s)
962024-05-29T21:05:17.510ZPlanning: Planning completed in 12.69 seconds
972024-05-29T21:05:18.527Z Packages to install: 4
982024-05-29T21:05:18.527Z Mediators to change: 2
992024-05-29T21:05:18.527Z Services to change: 1
1002024-05-29T21:05:18.531Z Estimated space available: 155.79 GB
1012024-05-29T21:05:18.531ZEstimated space to be consumed: 1.45 GB
1022024-05-29T21:05:18.531Z Create boot environment: No
1032024-05-29T21:05:18.531ZCreate backup boot environment: No
1042024-05-29T21:05:18.531Z Rebuild boot archive: No
1052024-05-29T21:05:18.531Z
1062024-05-29T21:05:18.531ZChanged mediators:
1072024-05-29T21:05:18.531Z mediator clang:
1082024-05-29T21:05:18.532Z version: None -> 15 (system default)
1092024-05-29T21:05:18.532Z
1102024-05-29T21:05:18.532Z mediator llvm:
1112024-05-29T21:05:18.532Z version: 14 (system default) -> 15 (system default)
1122024-05-29T21:05:18.532Z
1132024-05-29T21:05:18.532ZChanged packages:
1142024-05-29T21:05:18.532Zhelios-dev
1152024-05-29T21:05:18.532Z developer/build-essential
1162024-05-29T21:05:18.532Z None -> 11-2.0
1172024-05-29T21:05:18.532Z library/libxmlsec1
1182024-05-29T21:05:18.532Z None -> 1.2.35-2.0
1192024-05-29T21:05:18.532Z ooce/developer/clang-15
1202024-05-29T21:05:18.532Z None -> 15.0.7-2.0
1212024-05-29T21:05:18.532Z ooce/developer/llvm-15
1222024-05-29T21:05:18.532Z None -> 15.0.7-2.0
1232024-05-29T21:05:18.532Z
1242024-05-29T21:05:18.532ZServices:
1252024-05-29T21:05:18.532Z restart_fmri:
1262024-05-29T21:05:18.532Z svc:/system/update-man-index:default
1272024-05-29T21:05:18.761Z
1282024-05-29T21:05:18.761ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1292024-05-29T21:05:23.766ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1302024-05-29T21:05:28.768ZDownload: 3118/3290 items 135.0/212.6MB 63% complete (13.4M/s)
1312024-05-29T21:05:31.014ZDownload: Completed 212.60 MB in 12.25 seconds (17.4M/s)
1322024-05-29T21:05:31.365Z Actions: 1/3689 actions (Installing new actions)
1332024-05-29T21:05:36.418Z Actions: 3543/3689 actions (Installing new actions)
1342024-05-29T21:05:37.410Z Actions: Completed 3689 actions in 6.05 seconds.
1352024-05-29T21:05:37.647Z Done (0.223s)
1362024-05-29T21:05:37.648Z Done (0.000s)
1372024-05-29T21:05:38.065Z Done (0.309s)
1382024-05-29T21:05:44.570Z Done (6.466s)
1392024-05-29T21:05:44.870Z Done (0.234s)
1402024-05-29T21:05:44.881Z Done (0.000s)
1412024-05-29T21:05:45.026Z Done (0.000s)
1422024-05-29T21:05:45.581ZPlanning: Evaluating mediator changes ... Done
1432024-05-29T21:05:45.736ZPlanning: Checking for conflicting actions ... Done
1442024-05-29T21:05:45.742ZPlanning: Consolidating action changes ... Done
1452024-05-29T21:05:46.017ZPlanning: Evaluating mediators ... Done
1462024-05-29T21:05:46.037ZPlanning: Planning completed in 0.44 seconds
1472024-05-29T21:05:46.050Z Mediators to change: 2
1482024-05-29T21:05:46.050Z Create boot environment: No
1492024-05-29T21:05:46.050ZCreate backup boot environment: No
1502024-05-29T21:05:46.122Z Done
1512024-05-29T21:05:46.122Z Done
1522024-05-29T21:05:46.319Z Done
1532024-05-29T21:05:50.332Z Done
1542024-05-29T21:05:50.345Z Done
1552024-05-29T21:05:50.345Z Done
1562024-05-29T21:05:50.345Z Done
1572024-05-29T21:05:50.744ZPlanning: Evaluating mediator changes ... Done
1582024-05-29T21:05:50.752ZPlanning: Merging actions ... Done
1592024-05-29T21:05:50.938ZPlanning: Checking for conflicting actions ... Done
1602024-05-29T21:05:50.943ZPlanning: Consolidating action changes ... Done
1612024-05-29T21:05:51.204ZPlanning: Evaluating mediators ... Done
1622024-05-29T21:05:51.260ZPlanning: Planning completed in 0.76 seconds
1632024-05-29T21:05:51.295Z Packages to change: 1
1642024-05-29T21:05:51.295Z Mediators to change: 1
1652024-05-29T21:05:51.298Z Services to change: 1
1662024-05-29T21:05:51.298Z Create boot environment: No
1672024-05-29T21:05:51.298ZCreate backup boot environment: Yes
1682024-05-29T21:05:53.266Z Actions: 1/6 actions (Updating modified actions)
1692024-05-29T21:05:53.391Z Actions: Completed 6 actions in 0.13 seconds.
1702024-05-29T21:05:53.400Z Done
1712024-05-29T21:05:53.400Z Done
1722024-05-29T21:05:53.457Z Done
1732024-05-29T21:05:57.055Z Done
1742024-05-29T21:05:57.140Z Done
1752024-05-29T21:05:57.146Z Done
1762024-05-29T21:05:57.271Z Done
1772024-05-29T21:05:57.715ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1782024-05-29T21:05:57.715Zclang system 15 system
1792024-05-29T21:05:57.715Zcsh system system illumos
1802024-05-29T21:05:57.715Zctags system system illumos
1812024-05-29T21:05:57.715Zgcc vendor 12 vendor
1822024-05-29T21:05:57.715Zgcc system 10 system
1832024-05-29T21:05:57.715Zgcc system 7 system
1842024-05-29T21:05:57.716Zgo system 1.20 system
1852024-05-29T21:05:57.716Zgo system 1.19 system
1862024-05-29T21:05:57.716Zllvm system 15 system
1872024-05-29T21:05:57.716Zllvm system 14 system
1882024-05-29T21:05:57.716Zmariadb system 10.6 system
1892024-05-29T21:05:57.716Zmta vendor vendor dma
1902024-05-29T21:05:57.716Zopenjdk system 17 system
1912024-05-29T21:05:57.716Zopenjdk system 11 system
1922024-05-29T21:05:57.716Zopenjdk system 1.8 system
1932024-05-29T21:05:57.716Zopenssl vendor 3 vendor
1942024-05-29T21:05:57.716Zperl system 5.36 system
1952024-05-29T21:05:57.716Zpostgresql system 15 system
1962024-05-29T21:05:57.717Zpostgresql system 13 system
1972024-05-29T21:05:57.717Zpython vendor 3 vendor
1982024-05-29T21:05:57.717Zpython system 2 system
1992024-05-29T21:05:57.717Zpython3 system 3.11 system
2002024-05-29T21:05:57.717Zruby system 3.0 system
2012024-05-29T21:05:57.717Zwords vendor vendor american-english
2022024-05-29T21:05:57.717Zwords system system australian-english
2032024-05-29T21:05:57.717Zwords system system british-english
2042024-05-29T21:05:57.717Zwords system system canadian-english
2052024-05-29T21:05:57.717Zwords system system french
2062024-05-29T21:05:57.717Zwords system system italian
2072024-05-29T21:05:57.717Zwords system system ngerman
2082024-05-29T21:05:57.718Zwords system system ogerman
2092024-05-29T21:05:57.718Zwords system system spanish
2102024-05-29T21:05:58.049ZPUBLISHER TYPE STATUS P LOCATION
2112024-05-29T21:05:58.050Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2122024-05-29T21:05:59.495ZFMRI IFO
2132024-05-29T21:05:59.495Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2142024-05-29T21:05:59.495Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2152024-05-29T21:05:59.495Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2162024-05-29T21:05:59.495Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2172024-05-29T21:05:59.495Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2182024-05-29T21:05:59.496Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2192024-05-29T21:05:59.496Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2202024-05-29T21:05:59.496Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2212024-05-29T21:05:59.496Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2222024-05-29T21:05:59.496Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2232024-05-29T21:05:59.496Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2242024-05-29T21:05:59.496Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2252024-05-29T21:06:00.171Z+ set -o errexit
2262024-05-29T21:06:00.194Z+++ dirname ./tools/ci_download_cockroachdb
2272024-05-29T21:06:00.194Z++ cd ./tools
2282024-05-29T21:06:00.194Z++ pwd
2292024-05-29T21:06:00.194Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2302024-05-29T21:06:00.195Z++ basename ./tools/ci_download_cockroachdb
2312024-05-29T21:06:00.195Z+ ARG0=ci_download_cockroachdb
2322024-05-29T21:06:00.195Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2332024-05-29T21:06:00.195Z+ CIDL_VERSION=v22.1.9
2342024-05-29T21:06:00.195Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2352024-05-29T21:06:00.195Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2362024-05-29T21:06:00.195Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2372024-05-29T21:06:00.195Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2382024-05-29T21:06:00.195Z+ TARGET_DIR=out
2392024-05-29T21:06:00.195Z+ DOWNLOAD_DIR=out/downloads
2402024-05-29T21:06:00.195Z+ DEST_DIR=./out/cockroachdb
2412024-05-29T21:06:00.195Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2422024-05-29T21:06:00.196Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2432024-05-29T21:06:00.196Z+ main
2442024-05-29T21:06:00.196Z+ [[ 0 != 0 ]]
2452024-05-29T21:06:00.196Z+ CIDL_OS=solaris2.11
2462024-05-29T21:06:00.196Z+ [[ 0 != 0 ]]
2472024-05-29T21:06:00.196Z+ configure_os solaris2.11
2482024-05-29T21:06:00.196Z+ echo 'current directory: /work/oxidecomputer/omicron'
2492024-05-29T21:06:00.196Zcurrent directory: /work/oxidecomputer/omicron
2502024-05-29T21:06:00.196Z+ echo 'configuring based on OS: "solaris2.11"'
2512024-05-29T21:06:00.197Z+ case "$1" in
2522024-05-29T21:06:00.197Zconfiguring based on OS: "solaris2.11"
2532024-05-29T21:06:00.197Z+ CIDL_BUILD=illumos
2542024-05-29T21:06:00.197Z+ CIDL_SUFFIX=tar.gz
2552024-05-29T21:06:00.197Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2562024-05-29T21:06:00.197Z+ CIDL_URL_BASE=https://illumos.org/downloads
2572024-05-29T21:06:00.197Z+ CIDL_ASSEMBLE=do_assemble_illumos
2582024-05-29T21:06:00.198Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2592024-05-29T21:06:00.198Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2602024-05-29T21:06:00.198Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2612024-05-29T21:06:00.198Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2622024-05-29T21:06:00.198Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2632024-05-29T21:06:00.198Z+ CIDL_SHA256FUNC=do_sha256sum
2642024-05-29T21:06:00.198Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2652024-05-29T21:06:00.198Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2662024-05-29T21:06:00.198ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2672024-05-29T21:06:00.199ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682024-05-29T21:06:00.199Z+ mkdir -p out/downloads
2692024-05-29T21:06:00.199Z+ mkdir -p ./out/cockroachdb
2702024-05-29T21:06:00.199Z+ local DO_DOWNLOAD=true
2712024-05-29T21:06:00.199Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2722024-05-29T21:06:00.199Z+ '[' true == true ']'
2732024-05-29T21:06:00.199Z+ echo Downloading...
2742024-05-29T21:06:00.200ZDownloading...
2752024-05-29T21:06:00.200Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-05-29T21:06:00.200Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-05-29T21:06:03.310Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-05-29T21:06:03.314Z++ sha256sum
2792024-05-29T21:06:03.314Z++ awk '{print $1}'
2802024-05-29T21:06:03.378Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2812024-05-29T21:06:03.379Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2822024-05-29T21:06:03.393Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-05-29T21:06:03.393Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2842024-05-29T21:06:05.537Z+ do_assemble_illumos
2852024-05-29T21:06:05.537Z+ rm -r ./out/cockroachdb
2862024-05-29T21:06:05.540Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2872024-05-29T21:06:05.932Z+ ./out/cockroachdb/bin/cockroach version
2882024-05-29T21:06:06.205ZBuild Tag: v22.1.9-dirty
2892024-05-29T21:06:06.205ZBuild Time: 2022/10/26 21:17:46
2902024-05-29T21:06:06.205ZDistribution: OSS
2912024-05-29T21:06:06.205ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2922024-05-29T21:06:06.206ZGo Version: go1.17.13
2932024-05-29T21:06:06.206ZC Compiler: gcc 10.3.0
2942024-05-29T21:06:06.206ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2952024-05-29T21:06:06.206ZBuild Type: release
2962024-05-29T21:06:06.236Z+ set -o errexit
2972024-05-29T21:06:06.655Z+++ dirname ./tools/ci_download_clickhouse
2982024-05-29T21:06:06.655Z++ cd ./tools
2992024-05-29T21:06:06.655Z++ pwd
3002024-05-29T21:06:06.655Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3012024-05-29T21:06:06.655Z++ basename ./tools/ci_download_clickhouse
3022024-05-29T21:06:06.655Z+ ARG0=ci_download_clickhouse
3032024-05-29T21:06:06.655Z+ TARGET_DIR=out
3042024-05-29T21:06:06.656Z+ DOWNLOAD_DIR=out/downloads
3052024-05-29T21:06:06.656Z+ DEST_DIR=./out/clickhouse
3062024-05-29T21:06:06.656Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3072024-05-29T21:06:06.656Z+ CIDL_VERSION=v23.8.7.24
3082024-05-29T21:06:06.656Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3092024-05-29T21:06:06.656Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3102024-05-29T21:06:06.656Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3112024-05-29T21:06:06.656Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3122024-05-29T21:06:06.656Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3132024-05-29T21:06:06.656Z+ main
3142024-05-29T21:06:06.656Z+ [[ 0 != 0 ]]
3152024-05-29T21:06:06.656Z+ CIDL_OS=solaris2.11
3162024-05-29T21:06:06.656Z+ [[ 0 != 0 ]]
3172024-05-29T21:06:06.657Z+ configure_os solaris2.11
3182024-05-29T21:06:06.657Z+ echo 'current directory: /work/oxidecomputer/omicron'
3192024-05-29T21:06:06.657Zcurrent directory: /work/oxidecomputer/omicron
3202024-05-29T21:06:06.657Z+ echo 'configuring based on OS: "solaris2.11"'
3212024-05-29T21:06:06.657Z+ CIDL_DASHREV=
3222024-05-29T21:06:06.657Z+ case "$1" in
3232024-05-29T21:06:06.657Zconfiguring based on OS: "solaris2.11"
3242024-05-29T21:06:06.657Z+ CIDL_PLATFORM=illumos
3252024-05-29T21:06:06.658Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3262024-05-29T21:06:06.658Z+ CIDL_MD5FUNC=do_md5sum
3272024-05-29T21:06:06.658Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3282024-05-29T21:06:06.658Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3292024-05-29T21:06:06.658Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3302024-05-29T21:06:06.658Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3312024-05-29T21:06:06.658Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3322024-05-29T21:06:06.658ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3332024-05-29T21:06:06.658Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3342024-05-29T21:06:06.658ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3352024-05-29T21:06:06.658Z+ mkdir -p out/downloads
3362024-05-29T21:06:06.658Z+ mkdir -p ./out/clickhouse
3372024-05-29T21:06:06.658Z+ local DO_DOWNLOAD=true
3382024-05-29T21:06:06.658Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3392024-05-29T21:06:06.659Z+ '[' true == true ']'
3402024-05-29T21:06:06.659Z+ echo Downloading...
3412024-05-29T21:06:06.659ZDownloading...
3422024-05-29T21:06:06.659Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3432024-05-29T21:06:06.659Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3442024-05-29T21:06:08.371Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3452024-05-29T21:06:08.374Z++ md5sum
3462024-05-29T21:06:08.374Z++ awk '{print $1}'
3472024-05-29T21:06:08.714Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3482024-05-29T21:06:08.714Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3492024-05-29T21:06:08.721Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3502024-05-29T21:06:08.721Z+ mkdir -p ./out/clickhouse
3512024-05-29T21:06:08.721Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3522024-05-29T21:06:12.575Z+ [[ solaris2.11 == darwin* ]]
3532024-05-29T21:06:12.575Z+ ./out/clickhouse/clickhouse server --version
3542024-05-29T21:06:13.216ZClickHouse server version 23.8.7.1.
3552024-05-29T21:06:13.235Z+ set -o errexit
3562024-05-29T21:06:13.238Z+++ dirname ./tools/ci_download_console
3572024-05-29T21:06:13.241Z++ cd ./tools
3582024-05-29T21:06:13.241Z++ pwd
3592024-05-29T21:06:13.242Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3602024-05-29T21:06:13.242Z++ basename ./tools/ci_download_console
3612024-05-29T21:06:13.245Z+ ARG0=ci_download_console
3622024-05-29T21:06:13.245Z+ TARGET_DIR=out
3632024-05-29T21:06:13.245Z+ DOWNLOAD_DIR=out/downloads
3642024-05-29T21:06:13.245Z+ DEST_DIR=./out/console-assets
3652024-05-29T21:06:13.245Z+ source /work/oxidecomputer/omicron/tools/console_version
3662024-05-29T21:06:13.245Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
3672024-05-29T21:06:13.245Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3682024-05-29T21:06:13.245Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3692024-05-29T21:06:13.245Z+ TARBALL_FILE=out/downloads/console.tar.gz
3702024-05-29T21:06:13.245Z+ main
3712024-05-29T21:06:13.245Z+ [[ 0 != 0 ]]
3722024-05-29T21:06:13.245Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
3732024-05-29T21:06:13.245ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3742024-05-29T21:06:13.245Z+ echo 'Local file: out/downloads/console.tar.gz'
3752024-05-29T21:06:13.245ZLocal file: out/downloads/console.tar.gz
3762024-05-29T21:06:13.245Z+ local DO_DOWNLOAD=true
3772024-05-29T21:06:13.246Z+ [[ -f out/downloads/console.tar.gz ]]
3782024-05-29T21:06:13.246Z+ mkdir -p out/downloads
3792024-05-29T21:06:13.246Z+ '[' true == true ']'
3802024-05-29T21:06:13.246Z+ echo Downloading...
3812024-05-29T21:06:13.246ZDownloading...
3822024-05-29T21:06:13.246Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
3832024-05-29T21:06:13.246Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
3842024-05-29T21:06:13.742Z++ do_sha256sum out/downloads/console.tar.gz
3852024-05-29T21:06:13.742Z++ case "$OSTYPE" in
3862024-05-29T21:06:13.742Z++ SHA=sha256sum
3872024-05-29T21:06:13.754Z++ sha256sum
3882024-05-29T21:06:13.754Z++ awk '{print $1}'
3892024-05-29T21:06:13.754Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
3902024-05-29T21:06:13.754Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
3912024-05-29T21:06:13.754Z+ rm -rf ./out/console-assets
3922024-05-29T21:06:13.761Z+ mkdir -p ./out/console-assets
3932024-05-29T21:06:13.761Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3942024-05-29T21:06:13.761Z+ mkdir -p ./out/console-assets
3952024-05-29T21:06:13.761Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3962024-05-29T21:06:13.848Z+ set -o errexit
3972024-05-29T21:06:13.865Z+++ dirname ./tools/ci_download_dendrite_openapi
3982024-05-29T21:06:13.865Z++ cd ./tools
3992024-05-29T21:06:13.865Z++ pwd
4002024-05-29T21:06:13.866Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4012024-05-29T21:06:13.866Z++ basename ./tools/ci_download_dendrite_openapi
4022024-05-29T21:06:13.866Z+ ARG0=ci_download_dendrite_openapi
4032024-05-29T21:06:13.866Z+ TARGET_DIR=out
4042024-05-29T21:06:13.867Z+ DOWNLOAD_DIR=out/downloads
4052024-05-29T21:06:13.867Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4062024-05-29T21:06:13.867Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4072024-05-29T21:06:13.867Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4082024-05-29T21:06:13.868Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4092024-05-29T21:06:13.868Z+ LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4102024-05-29T21:06:13.868Z+ main
4112024-05-29T21:06:13.868Z+ [[ 0 != 0 ]]
4122024-05-29T21:06:13.868Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json'
4132024-05-29T21:06:13.868Z+ echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json'
4142024-05-29T21:06:13.869ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4152024-05-29T21:06:13.869ZLocal file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4162024-05-29T21:06:13.869Z+ local DO_DOWNLOAD=true
4172024-05-29T21:06:13.869Z+ [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]]
4182024-05-29T21:06:13.869Z+ mkdir -p out/downloads
4192024-05-29T21:06:13.869Z+ '[' true == true ']'
4202024-05-29T21:06:13.869Z+ echo Downloading...
4212024-05-29T21:06:13.869ZDownloading...
4222024-05-29T21:06:13.870Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4232024-05-29T21:06:13.870Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json
4242024-05-29T21:06:14.247Z++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json
4252024-05-29T21:06:14.247Z++ case "$OSTYPE" in
4262024-05-29T21:06:14.247Z++ SHA=sha256sum
4272024-05-29T21:06:14.254Z++ sha256sum
4282024-05-29T21:06:14.255Z++ awk '{print $1}'
4292024-05-29T21:06:14.255Z+ calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4302024-05-29T21:06:14.255Z+ [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]]
4312024-05-29T21:06:14.263Z+ set -o errexit
4322024-05-29T21:06:14.264Z+++ dirname ./tools/ci_download_dendrite_stub
4332024-05-29T21:06:14.274Z++ cd ./tools
4342024-05-29T21:06:14.274Z++ pwd
4352024-05-29T21:06:14.274Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4362024-05-29T21:06:14.275Z++ basename ./tools/ci_download_dendrite_stub
4372024-05-29T21:06:14.275Z+ ARG0=ci_download_dendrite_stub
4382024-05-29T21:06:14.275Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4392024-05-29T21:06:14.275Z++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4402024-05-29T21:06:14.275Z++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b
4412024-05-29T21:06:14.275Z++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882
4422024-05-29T21:06:14.275Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4432024-05-29T21:06:14.275Z++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4442024-05-29T21:06:14.275Z++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013
4452024-05-29T21:06:14.275Z+ TARGET_DIR=out
4462024-05-29T21:06:14.276Z+ DOWNLOAD_DIR=out/downloads
4472024-05-29T21:06:14.276Z+ DEST_DIR=./out/dendrite-stub
4482024-05-29T21:06:14.276Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4492024-05-29T21:06:14.276Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4502024-05-29T21:06:14.276Z+ REPO=oxidecomputer/dendrite
4512024-05-29T21:06:14.276Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c
4522024-05-29T21:06:14.276Z+ main
4532024-05-29T21:06:14.276Z+ [[ 0 != 0 ]]
4542024-05-29T21:06:14.277Z+ CIDL_OS=solaris2.11
4552024-05-29T21:06:14.277Z+ [[ 0 != 0 ]]
4562024-05-29T21:06:14.277Z+ configure_os solaris2.11
4572024-05-29T21:06:14.277Z+ echo 'current directory: /work/oxidecomputer/omicron'
4582024-05-29T21:06:14.277Z+ echo 'configuring based on OS: "solaris2.11"'
4592024-05-29T21:06:14.277Zcurrent directory: /work/oxidecomputer/omicron
4602024-05-29T21:06:14.277Zconfiguring based on OS: "solaris2.11"
4612024-05-29T21:06:14.277Z+ case "$1" in
4622024-05-29T21:06:14.277Z+ SET_BINARIES=
4632024-05-29T21:06:14.278Z+ CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4642024-05-29T21:06:14.278Z+ CIDL_SHA256FUNC=do_sha256sum
4652024-05-29T21:06:14.278Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4662024-05-29T21:06:14.278Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4672024-05-29T21:06:14.278Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4682024-05-29T21:06:14.278Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz'
4692024-05-29T21:06:14.278ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4702024-05-29T21:06:14.278Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4712024-05-29T21:06:14.278Z+ mkdir -p out/downloads
4722024-05-29T21:06:14.279ZLocal file: out/downloads/dendrite-stub.tar.gz
4732024-05-29T21:06:14.279Z+ mkdir -p ./out/dendrite-stub
4742024-05-29T21:06:14.288Z+ fetch_and_verify
4752024-05-29T21:06:14.288Z+ local DO_DOWNLOAD=true
4762024-05-29T21:06:14.288Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
4772024-05-29T21:06:14.288Z+ '[' true == true ']'
4782024-05-29T21:06:14.289Z+ echo Downloading...
4792024-05-29T21:06:14.289ZDownloading...
4802024-05-29T21:06:14.289Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
4812024-05-29T21:06:14.289Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz
4822024-05-29T21:06:19.651Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
4832024-05-29T21:06:19.661Z++ sha256sum
4842024-05-29T21:06:19.661Z++ awk '{print $1}'
4852024-05-29T21:06:19.674Z+ calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700
4862024-05-29T21:06:19.674Z+ [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]]
4872024-05-29T21:06:19.689Z+ do_untar out/downloads/dendrite-stub.tar.gz
4882024-05-29T21:06:19.689Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
4892024-05-29T21:06:20.304Z+ do_assemble
4902024-05-29T21:06:20.304Z+ rm -r ./out/dendrite-stub
4912024-05-29T21:06:20.307Z+ mkdir ./out/dendrite-stub
4922024-05-29T21:06:20.310Z+ cp -r out/downloads/root ./out/dendrite-stub/root
4932024-05-29T21:06:20.403Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
4942024-05-29T21:06:20.413Z+ set -o errexit
4952024-05-29T21:06:20.417Z+++ dirname ./tools/ci_download_maghemite_mgd
4962024-05-29T21:06:20.417Z++ cd ./tools
4972024-05-29T21:06:20.417Z++ pwd
4982024-05-29T21:06:20.421Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4992024-05-29T21:06:20.421Z++ basename ./tools/ci_download_maghemite_mgd
5002024-05-29T21:06:20.421Z+ ARG0=ci_download_maghemite_mgd
5012024-05-29T21:06:20.421Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5022024-05-29T21:06:20.421Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5032024-05-29T21:06:20.421Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5042024-05-29T21:06:20.421Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5052024-05-29T21:06:20.421Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5062024-05-29T21:06:20.421Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5072024-05-29T21:06:20.421Z+ TARGET_DIR=out
5082024-05-29T21:06:20.421Z+ DOWNLOAD_DIR=out/downloads
5092024-05-29T21:06:20.421Z+ DEST_DIR=./out/mgd
5102024-05-29T21:06:20.421Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5112024-05-29T21:06:20.421Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5122024-05-29T21:06:20.421Z+ REPO=oxidecomputer/maghemite
5132024-05-29T21:06:20.421Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5142024-05-29T21:06:20.425Z+ main
5152024-05-29T21:06:20.425Z+ rm -rf out/downloads/root
5162024-05-29T21:06:20.432Z+ [[ 0 != 0 ]]
5172024-05-29T21:06:20.432Z+ CIDL_OS=solaris2.11
5182024-05-29T21:06:20.435Z+ [[ 0 != 0 ]]
5192024-05-29T21:06:20.435Z+ configure_os solaris2.11
5202024-05-29T21:06:20.435Z+ echo 'current directory: /work/oxidecomputer/omicron'
5212024-05-29T21:06:20.435Z+ echo 'configuring based on OS: "solaris2.11"'
5222024-05-29T21:06:20.435Zcurrent directory: /work/oxidecomputer/omicron
5232024-05-29T21:06:20.435Zconfiguring based on OS: "solaris2.11"
5242024-05-29T21:06:20.435Z+ case "$1" in
5252024-05-29T21:06:20.435Z+ SET_BINARIES=
5262024-05-29T21:06:20.435Z+ CIDL_SHA256FUNC=do_sha256sum
5272024-05-29T21:06:20.435Z+ TARBALL_FILENAME=mgd.tar.gz
5282024-05-29T21:06:20.435Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5292024-05-29T21:06:20.436Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5302024-05-29T21:06:20.436Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5312024-05-29T21:06:20.436ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5322024-05-29T21:06:20.436Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5332024-05-29T21:06:20.436ZLocal file: out/downloads/mgd.tar.gz
5342024-05-29T21:06:20.436Z+ mkdir -p out/downloads
5352024-05-29T21:06:20.436Z+ mkdir -p ./out/mgd
5362024-05-29T21:06:20.436Z+ fetch_and_verify
5372024-05-29T21:06:20.436Z+ local DO_DOWNLOAD=true
5382024-05-29T21:06:20.436Z+ [[ -f out/downloads/mgd.tar.gz ]]
5392024-05-29T21:06:20.436Z+ '[' true == true ']'
5402024-05-29T21:06:20.436Z+ echo Downloading...
5412024-05-29T21:06:20.436ZDownloading...
5422024-05-29T21:06:20.436Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5432024-05-29T21:06:20.436Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5442024-05-29T21:06:28.000Z++ do_sha256sum out/downloads/mgd.tar.gz
5452024-05-29T21:06:28.003Z++ sha256sum
5462024-05-29T21:06:28.003Z++ awk '{print $1}'
5472024-05-29T21:06:28.026Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5482024-05-29T21:06:28.026Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5492024-05-29T21:06:28.029Z+ do_untar out/downloads/mgd.tar.gz
5502024-05-29T21:06:28.029Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
5512024-05-29T21:06:28.617Z+ do_assemble
5522024-05-29T21:06:28.618Z+ rm -r ./out/mgd
5532024-05-29T21:06:28.627Z+ mkdir ./out/mgd
5542024-05-29T21:06:28.627Z+ cp -r out/downloads/root ./out/mgd/root
5552024-05-29T21:06:28.701Z+ set -o errexit
5562024-05-29T21:06:28.706Z+++ dirname ./tools/ci_download_transceiver_control
5572024-05-29T21:06:28.710Z++ cd ./tools
5582024-05-29T21:06:28.710Z++ pwd
5592024-05-29T21:06:28.710Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5602024-05-29T21:06:28.710Z++ basename ./tools/ci_download_transceiver_control
5612024-05-29T21:06:28.710Z+ ARG0=ci_download_transceiver_control
5622024-05-29T21:06:28.710Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5632024-05-29T21:06:28.710Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5642024-05-29T21:06:28.710Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5652024-05-29T21:06:28.710Z+ TARGET_DIR=out
5662024-05-29T21:06:28.710Z+ DOWNLOAD_DIR=out/downloads
5672024-05-29T21:06:28.710Z+ DEST_DIR=./out/transceiver-control
5682024-05-29T21:06:28.710Z+ BIN_DIR=/opt/oxide/bin
5692024-05-29T21:06:28.710Z+ BINARY=xcvradm
5702024-05-29T21:06:28.710Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5712024-05-29T21:06:28.710Z+ REPO=oxidecomputer/transceiver-control
5722024-05-29T21:06:28.710Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5732024-05-29T21:06:28.711Z+ main
5742024-05-29T21:06:28.711Z+ [[ 0 != 0 ]]
5752024-05-29T21:06:28.711Z+ CIDL_OS=solaris2.11
5762024-05-29T21:06:28.711Z+ [[ 0 != 0 ]]
5772024-05-29T21:06:28.711Z+ configure_os solaris2.11
5782024-05-29T21:06:28.711Z+ echo 'current directory: /work/oxidecomputer/omicron'
5792024-05-29T21:06:28.711Zcurrent directory: /work/oxidecomputer/omicron
5802024-05-29T21:06:28.711Z+ echo 'configuring based on OS: "solaris2.11"'
5812024-05-29T21:06:28.711Zconfiguring based on OS: "solaris2.11"
5822024-05-29T21:06:28.711Z+ case "$1" in
5832024-05-29T21:06:28.711Z+ SET_BINARIES=
5842024-05-29T21:06:28.711Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5852024-05-29T21:06:28.711Z+ CIDL_SHA256FUNC=do_sha256sum
5862024-05-29T21:06:28.711Z+ ARCHIVE_FILENAME=xcvradm.gz
5872024-05-29T21:06:28.711Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5882024-05-29T21:06:28.711Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5892024-05-29T21:06:28.711Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5902024-05-29T21:06:28.711Z+ echo 'Local file: out/downloads/xcvradm.gz'
5912024-05-29T21:06:28.711ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5922024-05-29T21:06:28.711Z+ mkdir -p out/downloads
5932024-05-29T21:06:28.711ZLocal file: out/downloads/xcvradm.gz
5942024-05-29T21:06:28.715Z+ mkdir -p ./out/transceiver-control
5952024-05-29T21:06:28.715Z+ fetch_and_verify
5962024-05-29T21:06:28.715Z+ local DO_DOWNLOAD=true
5972024-05-29T21:06:28.715Z+ [[ -f out/downloads/xcvradm.gz ]]
5982024-05-29T21:06:28.715Z+ '[' true == true ']'
5992024-05-29T21:06:28.715Z+ echo Downloading...
6002024-05-29T21:06:28.715ZDownloading...
6012024-05-29T21:06:28.715Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6022024-05-29T21:06:28.715Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6032024-05-29T21:06:30.235Z++ do_sha256sum out/downloads/xcvradm.gz
6042024-05-29T21:06:30.245Z++ sha256sum
6052024-05-29T21:06:30.245Z++ awk '{print $1}'
6062024-05-29T21:06:30.253Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6072024-05-29T21:06:30.253Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6082024-05-29T21:06:30.253Z+ do_unpack out/downloads/xcvradm.gz
6092024-05-29T21:06:30.253Z+ mkdir -p out/downloads/root//opt/oxide/bin
6102024-05-29T21:06:30.253Z+ gzip -dc out/downloads/xcvradm.gz
6112024-05-29T21:06:30.377Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6122024-05-29T21:06:30.399Z+ do_assemble
6132024-05-29T21:06:30.400Z+ rm -r ./out/transceiver-control
6142024-05-29T21:06:30.400Z+ mkdir ./out/transceiver-control
6152024-05-29T21:06:30.400Z+ cp -r out/downloads/root ./out/transceiver-control/root
6162024-05-29T21:06:30.472Z+ set -o errexit
6172024-05-29T21:06:30.475Z+++ dirname ./tools/ci_download_thundermuffin
6182024-05-29T21:06:30.475Z++ cd ./tools
6192024-05-29T21:06:30.475Z++ pwd
6202024-05-29T21:06:30.480Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6212024-05-29T21:06:30.480Z++ basename ./tools/ci_download_thundermuffin
6222024-05-29T21:06:30.480Z+ ARG0=ci_download_thundermuffin
6232024-05-29T21:06:30.480Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6242024-05-29T21:06:30.480Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6252024-05-29T21:06:30.480Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6262024-05-29T21:06:30.480Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6272024-05-29T21:06:30.480Z+ TARGET_DIR=out
6282024-05-29T21:06:30.480Z+ DOWNLOAD_DIR=out/downloads
6292024-05-29T21:06:30.480Z+ DEST_DIR=./out/thundermuffin
6302024-05-29T21:06:30.480Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6312024-05-29T21:06:30.480Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6322024-05-29T21:06:30.480Z+ REPO=oxidecomputer/thundermuffin
6332024-05-29T21:06:30.480Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6342024-05-29T21:06:30.480Z+ main
6352024-05-29T21:06:30.480Z+ rm -rf out/downloads/root
6362024-05-29T21:06:30.487Z+ [[ 0 != 0 ]]
6372024-05-29T21:06:30.487Z+ CIDL_OS=solaris2.11
6382024-05-29T21:06:30.490Z+ [[ 0 != 0 ]]
6392024-05-29T21:06:30.490Z+ configure_os solaris2.11
6402024-05-29T21:06:30.490Z+ echo 'current directory: /work/oxidecomputer/omicron'
6412024-05-29T21:06:30.490Zcurrent directory: /work/oxidecomputer/omicron
6422024-05-29T21:06:30.490Z+ echo 'configuring based on OS: "solaris2.11"'
6432024-05-29T21:06:30.490Zconfiguring based on OS: "solaris2.11"
6442024-05-29T21:06:30.490Z+ case "$1" in
6452024-05-29T21:06:30.490Z+ SET_BINARIES=
6462024-05-29T21:06:30.490Z+ CIDL_SHA256FUNC=do_sha256sum
6472024-05-29T21:06:30.491Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6482024-05-29T21:06:30.491Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6492024-05-29T21:06:30.491Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
6502024-05-29T21:06:30.491Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
6512024-05-29T21:06:30.491ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6522024-05-29T21:06:30.491ZLocal file: out/downloads/thundermuffin.tar.gz
6532024-05-29T21:06:30.491Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
6542024-05-29T21:06:30.491Z+ mkdir -p out/downloads
6552024-05-29T21:06:30.491Z+ mkdir -p ./out/thundermuffin
6562024-05-29T21:06:30.495Z+ fetch_and_verify
6572024-05-29T21:06:30.495Z+ local DO_DOWNLOAD=true
6582024-05-29T21:06:30.495Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
6592024-05-29T21:06:30.495Z+ '[' true == true ']'
6602024-05-29T21:06:30.495Z+ echo Downloading...
6612024-05-29T21:06:30.495ZDownloading...
6622024-05-29T21:06:30.495Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
6632024-05-29T21:06:30.495Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6642024-05-29T21:06:31.936Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
6652024-05-29T21:06:31.944Z++ sha256sum
6662024-05-29T21:06:31.944Z++ awk '{print $1}'
6672024-05-29T21:06:31.944Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6682024-05-29T21:06:31.944Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
6692024-05-29T21:06:31.944Z+ do_untar out/downloads/thundermuffin.tar.gz
6702024-05-29T21:06:31.944Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
6712024-05-29T21:06:32.008Z+ do_assemble
6722024-05-29T21:06:32.008Z+ rm -r ./out/thundermuffin
6732024-05-29T21:06:32.018Z+ mkdir ./out/thundermuffin
6742024-05-29T21:06:32.018Z+ cp -r out/downloads/root ./out/thundermuffin/root
6752024-05-29T21:06:32.027ZAll prerequisites installed successfully
6762024-05-29T21:06:32.027Z
6772024-05-29T21:06:32.027Zreal 1:45.831469486
6782024-05-29T21:06:32.027Zuser 38.215143024
6792024-05-29T21:06:32.027Zsys 6.955992728
6802024-05-29T21:06:32.028Ztrap 0.010284050
6812024-05-29T21:06:32.028Ztflt 0.489526293
6822024-05-29T21:06:32.028Zdflt 0.423511302
6832024-05-29T21:06:32.028Zkflt 0.275047674
6842024-05-29T21:06:32.028Zlock 2.385106629
6852024-05-29T21:06:32.028Zslp 3:25.166891809
6862024-05-29T21:06:32.028Zlat 1.971575218
6872024-05-29T21:06:32.029Zstop 0.157696363
6882024-05-29T21:06:32.029Z+ source ./tools/include/force-git-over-https.sh
6892024-05-29T21:06:32.029Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
6902024-05-29T21:06:32.029Z++ (( i = 0 ))
6912024-05-29T21:06:32.029Z++ (( i < 5 ))
6922024-05-29T21:06:32.029Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
6932024-05-29T21:06:32.038Z++ (( i++ ))
6942024-05-29T21:06:32.038Z++ (( i < 5 ))
6952024-05-29T21:06:32.038Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
6962024-05-29T21:06:32.038Z++ (( i++ ))
6972024-05-29T21:06:32.039Z++ (( i < 5 ))
6982024-05-29T21:06:32.039Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
6992024-05-29T21:06:32.039Z++ (( i++ ))
7002024-05-29T21:06:32.039Z++ (( i < 5 ))
7012024-05-29T21:06:32.039Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
7022024-05-29T21:06:32.039Z++ (( i++ ))
7032024-05-29T21:06:32.039Z++ (( i < 5 ))
7042024-05-29T21:06:32.040Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
7052024-05-29T21:06:32.045Z++ (( i++ ))
7062024-05-29T21:06:32.046Z++ (( i < 5 ))
7072024-05-29T21:06:32.046Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
7082024-05-29T21:06:32.046Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
7092024-05-29T21:06:32.046Z+ rc=0
7102024-05-29T21:06:32.046Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
7112024-05-29T21:07:03.336Z+ case $rc in
7122024-05-29T21:07:03.336Z+ pfexec zfs create -p rpool/images/build/host
7132024-05-29T21:07:03.522Z+ pfexec zfs create -p rpool/images/build/recovery
7142024-05-29T21:07:03.589Z+ cargo xtask releng --output-dir /work
7152024-05-29T21:07:03.802Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7162024-05-29T21:07:04.374ZFrom https://github.com/oxidecomputer/pq-sys
7172024-05-29T21:07:04.374Z * [new ref] b1194c190f4d4a103c2280908cd1e97628c5c1cb -> refs/commit/b1194c190f4d4a103c2280908cd1e97628c5c1cb
7182024-05-29T21:07:04.391Z * [new tag] v0.2.2 -> v0.2.2
7192024-05-29T21:07:04.403Z * [new tag] v0.4.5 -> v0.4.5
7202024-05-29T21:07:04.403Z * [new tag] v0.4.6 -> v0.4.6
7212024-05-29T21:07:04.404Z Updating git repository `https://github.com/oxidecomputer/zone`
7222024-05-29T21:07:04.903ZFrom https://github.com/oxidecomputer/zone
7232024-05-29T21:07:04.904Z * [new ref] f1920d5636c69ea8179f8ec659702dcdef43268c -> refs/commit/f1920d5636c69ea8179f8ec659702dcdef43268c
7242024-05-29T21:07:04.933Z Updating crates.io index
7252024-05-29T21:07:04.982Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7262024-05-29T21:07:05.734ZFrom https://github.com/oxidecomputer/dropshot
7272024-05-29T21:07:05.734Z * [new ref] 2fdf37183d2fac385e0f66f48903bc567f2e8e26 -> refs/commit/2fdf37183d2fac385e0f66f48903bc567f2e8e26
7282024-05-29T21:07:05.756Z * [new tag] v0.10.1 -> v0.10.1
7292024-05-29T21:07:05.760Z * [new tag] v0.3.0 -> v0.3.0
7302024-05-29T21:07:05.760Z * [new tag] v0.4.0 -> v0.4.0
7312024-05-29T21:07:05.760Z * [new tag] v0.5.0 -> v0.5.0
7322024-05-29T21:07:05.760Z * [new tag] v0.5.1 -> v0.5.1
7332024-05-29T21:07:05.760Z * [new tag] v0.6.0 -> v0.6.0
7342024-05-29T21:07:05.760Z * [new tag] v0.7.0 -> v0.7.0
7352024-05-29T21:07:05.760Z * [new tag] v0.8.0 -> v0.8.0
7362024-05-29T21:07:05.760Z * [new tag] v0.9.0 -> v0.9.0
7372024-05-29T21:07:05.787Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7382024-05-29T21:07:06.652ZFrom https://github.com/oxidecomputer/maghemite
7392024-05-29T21:07:06.652Z * [new ref] 025389ff39d594bf2b815377e2c1dc4dd23b1f96 -> refs/commit/025389ff39d594bf2b815377e2c1dc4dd23b1f96
7402024-05-29T21:07:06.671Z * [new tag] rift -> rift
7412024-05-29T21:07:06.676Z * [new tag] srp -> srp
7422024-05-29T21:07:06.676Z * [new tag] tie-spf -> tie-spf
7432024-05-29T21:07:06.718Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7442024-05-29T21:07:08.125ZFrom https://github.com/oxidecomputer/progenitor
7452024-05-29T21:07:08.125Z * [new ref] c59c6d64ed2a206bbbc9949abd3457bc0e3810e2 -> refs/commit/c59c6d64ed2a206bbbc9949abd3457bc0e3810e2
7462024-05-29T21:07:08.144Z * [new tag] v0.1.1 -> v0.1.1
7472024-05-29T21:07:08.151Z * [new tag] v0.2.0 -> v0.2.0
7482024-05-29T21:07:08.151Z * [new tag] v0.3.0 -> v0.3.0
7492024-05-29T21:07:08.151Z * [new tag] v0.4.0 -> v0.4.0
7502024-05-29T21:07:08.152Z * [new tag] v0.5.0 -> v0.5.0
7512024-05-29T21:07:08.152Z * [new tag] v0.6.0 -> v0.6.0
7522024-05-29T21:07:08.152Z * [new tag] v0.7.0 -> v0.7.0
7532024-05-29T21:07:08.262Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7542024-05-29T21:07:08.575Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
7552024-05-29T21:07:08.809ZFrom http://github.com/oxidecomputer/serde_human_bytes
7562024-05-29T21:07:08.809Z * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424
7572024-05-29T21:07:08.831Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7582024-05-29T21:07:09.393ZFrom https://github.com/oxidecomputer/slog-error-chain
7592024-05-29T21:07:09.393Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
7602024-05-29T21:07:09.464Z Updating git repository `https://github.com/oxidecomputer/propolis`
7612024-05-29T21:07:10.573ZFrom https://github.com/oxidecomputer/propolis
7622024-05-29T21:07:10.573Z * [new ref] 6d7ed9a033babc054db9eff5b59dee978d2b0d76 -> refs/commit/6d7ed9a033babc054db9eff5b59dee978d2b0d76
7632024-05-29T21:07:10.644Z Updating git repository `https://github.com/oxidecomputer/crucible`
7642024-05-29T21:07:11.971ZFrom https://github.com/oxidecomputer/crucible
7652024-05-29T21:07:11.971Z * [new ref] 8c6d485110ecfae5409575246b986a145c386dc4 -> refs/commit/8c6d485110ecfae5409575246b986a145c386dc4
7662024-05-29T21:07:12.036Z Updating git repository `https://github.com/oxidecomputer/opte`
7672024-05-29T21:07:13.121ZFrom https://github.com/oxidecomputer/opte
7682024-05-29T21:07:13.121Z * [new ref] 7ee353a470ea59529ee1b34729681da887aa88ce -> refs/commit/7ee353a470ea59529ee1b34729681da887aa88ce
7692024-05-29T21:07:13.203Z Updating git repository `https://github.com/oxidecomputer/falcon`
7702024-05-29T21:07:15.102ZFrom https://github.com/oxidecomputer/falcon
7712024-05-29T21:07:15.102Z * [new ref] e69694a1f7cc9fe31fab27f321017280531fb5f7 -> refs/commit/e69694a1f7cc9fe31fab27f321017280531fb5f7
7722024-05-29T21:07:15.233Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7732024-05-29T21:07:15.957ZFrom https://github.com/oxidecomputer/management-gateway-service
7742024-05-29T21:07:15.957Z * [new ref] 2739c18e80697aa6bc235c935176d14b4d757ee9 -> refs/commit/2739c18e80697aa6bc235c935176d14b4d757ee9
7752024-05-29T21:07:16.012Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7762024-05-29T21:07:16.529ZFrom https://github.com/oxidecomputer/async-bb8-diesel
7772024-05-29T21:07:16.529Z * [new ref] ed7ab5ef0513ba303d33efd41d3e9e381169d59b -> refs/commit/ed7ab5ef0513ba303d33efd41d3e9e381169d59b
7782024-05-29T21:07:16.590Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7792024-05-29T21:07:17.133ZFrom https://github.com/oxidecomputer/openapi-lint
7802024-05-29T21:07:17.133Z * [new ref] ef442ee4343e97b6d9c217d3e7533962fe7d7236 -> refs/commit/ef442ee4343e97b6d9c217d3e7533962fe7d7236
7812024-05-29T21:07:17.160Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7822024-05-29T21:07:17.482Zwarning: redirecting to https://github.com/oxidecomputer/sprockets/
7832024-05-29T21:07:17.776ZFrom http://github.com/oxidecomputer/sprockets
7842024-05-29T21:07:17.776Z * [new ref] 77df31efa5619d0767ffc837ef7468101608aee9 -> refs/commit/77df31efa5619d0767ffc837ef7468101608aee9
7852024-05-29T21:07:17.805Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7862024-05-29T21:07:18.319ZFrom https://github.com/oxidecomputer/diesel-dtrace
7872024-05-29T21:07:18.319Z * [new ref] 62ef5ca0fe243a0929791bb9efbb7ed9c32c5368 -> refs/commit/62ef5ca0fe243a0929791bb9efbb7ed9c32c5368
7882024-05-29T21:07:18.392Z Updating git repository `http://github.com/oxidecomputer/tofino`
7892024-05-29T21:07:18.695Zwarning: redirecting to https://github.com/oxidecomputer/tofino/
7902024-05-29T21:07:18.928ZFrom http://github.com/oxidecomputer/tofino
7912024-05-29T21:07:18.928Z * [new ref] 1b66b89c3727d2191082df057b068ec52560e334 -> refs/commit/1b66b89c3727d2191082df057b068ec52560e334
7922024-05-29T21:07:18.981Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7932024-05-29T21:07:19.487ZFrom https://github.com/oxidecomputer/illumos-devinfo
7942024-05-29T21:07:19.487Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
7952024-05-29T21:07:19.499Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7962024-05-29T21:07:20.010ZFrom https://github.com/oxidecomputer/libefi-illumos
7972024-05-29T21:07:20.010Z * [new ref] 54c398c139f0e65252c2c0f9565d2eec7116bf02 -> refs/commit/54c398c139f0e65252c2c0f9565d2eec7116bf02
7982024-05-29T21:07:20.022Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7992024-05-29T21:07:20.550ZFrom https://github.com/oxidecomputer/libnvme
8002024-05-29T21:07:20.550Z * [new ref] 6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe -> refs/commit/6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe
8012024-05-29T21:07:20.722Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8022024-05-29T21:07:21.275ZFrom https://github.com/oxidecomputer/hubtools
8032024-05-29T21:07:21.275Z * [new ref] 943c4bbe6b50d1ab635d085d6204895fb4154e79 -> refs/commit/943c4bbe6b50d1ab635d085d6204895fb4154e79
8042024-05-29T21:07:21.299Z Updating git repository `https://github.com/oxidecomputer/ispf`
8052024-05-29T21:07:21.853ZFrom https://github.com/oxidecomputer/ispf
8062024-05-29T21:07:21.853Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
8072024-05-29T21:07:21.991Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8082024-05-29T21:07:22.609ZFrom https://github.com/oxidecomputer/poptrie
8092024-05-29T21:07:22.610Z * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165
8102024-05-29T21:07:22.622Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8112024-05-29T21:07:23.178ZFrom https://github.com/oxidecomputer/netadm-sys
8122024-05-29T21:07:23.178Z * [new ref] 4ceaf96e02acb8258ea4aa403326c08932324835 -> refs/commit/4ceaf96e02acb8258ea4aa403326c08932324835
8132024-05-29T21:07:23.420Z Updating git repository `https://github.com/jgallagher/nix`
8142024-05-29T21:07:24.366ZFrom https://github.com/jgallagher/nix
8152024-05-29T21:07:24.366Z * [new ref] c1a3636db0524f194b714cfd117cd9b637b8b10e -> refs/commit/c1a3636db0524f194b714cfd117cd9b637b8b10e
8162024-05-29T21:07:24.394Z * [new tag] v0.10.0 -> v0.10.0
8172024-05-29T21:07:24.398Z * [new tag] v0.11.0 -> v0.11.0
8182024-05-29T21:07:24.398Z * [new tag] v0.12.0 -> v0.12.0
8192024-05-29T21:07:24.398Z * [new tag] v0.13.0 -> v0.13.0
8202024-05-29T21:07:24.398Z * [new tag] v0.14.0 -> v0.14.0
8212024-05-29T21:07:24.398Z * [new tag] v0.14.1 -> v0.14.1
8222024-05-29T21:07:24.398Z * [new tag] v0.16.0 -> v0.16.0
8232024-05-29T21:07:24.398Z * [new tag] v0.17.0 -> v0.17.0
8242024-05-29T21:07:24.398Z * [new tag] v0.3.9 -> v0.3.9
8252024-05-29T21:07:24.398Z * [new tag] v0.4.2 -> v0.4.2
8262024-05-29T21:07:24.398Z * [new tag] v0.5.0 -> v0.5.0
8272024-05-29T21:07:24.398Z * [new tag] v0.6.0 -> v0.6.0
8282024-05-29T21:07:24.398Z * [new tag] v0.7.0 -> v0.7.0
8292024-05-29T21:07:24.398Z * [new tag] v0.8.0 -> v0.8.0
8302024-05-29T21:07:24.398Z * [new tag] v0.9.0 -> v0.9.0
8312024-05-29T21:07:24.439Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8322024-05-29T21:07:24.930ZFrom https://github.com/oxidecomputer/tlvc
8332024-05-29T21:07:24.930Z * [new ref] e644a21a7ca973ed31499106ea926bd63ebccc6f -> refs/commit/e644a21a7ca973ed31499106ea926bd63ebccc6f
8342024-05-29T21:07:24.943Z Updating git repository `https://github.com/cbiffle/hubpack.git`
8352024-05-29T21:07:25.428ZFrom https://github.com/cbiffle/hubpack
8362024-05-29T21:07:25.428Z * [new ref] df08cc3a6e1f97381cd0472ae348e310f0119e25 -> refs/commit/df08cc3a6e1f97381cd0472ae348e310f0119e25
8372024-05-29T21:07:25.570Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8382024-05-29T21:07:26.098ZFrom https://github.com/oxidecomputer/lpc55_support
8392024-05-29T21:07:26.098Z * [new branch] bump_version -> origin/bump_version
8402024-05-29T21:07:26.101Z * [new branch] extend_logging -> origin/extend_logging
8412024-05-29T21:07:26.101Z * [new branch] master -> origin/master
8422024-05-29T21:07:26.101Z * [new branch] nightly_fmt_fix -> origin/nightly_fmt_fix
8432024-05-29T21:07:26.101Z * [new branch] real_verify_error -> origin/real_verify_error
8442024-05-29T21:07:26.101Z * [new branch] release_fixes -> origin/release_fixes
8452024-05-29T21:07:26.101Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
8462024-05-29T21:07:26.101Z * [new ref] -> origin/HEAD
8472024-05-29T21:07:26.192Z Updating git repository `https://github.com/oxidecomputer/typify`
8482024-05-29T21:07:27.858ZFrom https://github.com/oxidecomputer/typify
8492024-05-29T21:07:27.858Z * [new branch] ipv6 -> origin/ipv6
8502024-05-29T21:07:27.861Z * [new branch] js-schema -> origin/js-schema
8512024-05-29T21:07:27.861Z * [new branch] main -> origin/main
8522024-05-29T21:07:27.861Z * [new branch] nested-newtype -> origin/nested-newtype
8532024-05-29T21:07:27.862Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
8542024-05-29T21:07:27.862Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
8552024-05-29T21:07:27.862Z * [new ref] -> origin/HEAD
8562024-05-29T21:07:27.862Z * [new tag] v0.0.10 -> v0.0.10
8572024-05-29T21:07:27.862Z * [new tag] v0.0.11 -> v0.0.11
8582024-05-29T21:07:27.862Z * [new tag] v0.0.12 -> v0.0.12
8592024-05-29T21:07:27.862Z * [new tag] v0.0.13 -> v0.0.13
8602024-05-29T21:07:27.862Z * [new tag] v0.0.14 -> v0.0.14
8612024-05-29T21:07:27.862Z * [new tag] v0.0.15 -> v0.0.15
8622024-05-29T21:07:27.862Z * [new tag] v0.0.16 -> v0.0.16
8632024-05-29T21:07:27.862Z * [new tag] v0.0.4 -> v0.0.4
8642024-05-29T21:07:27.862Z * [new tag] v0.0.5 -> v0.0.5
8652024-05-29T21:07:27.862Z * [new tag] v0.0.6 -> v0.0.6
8662024-05-29T21:07:27.862Z * [new tag] v0.0.7 -> v0.0.7
8672024-05-29T21:07:27.862Z * [new tag] v0.0.8 -> v0.0.8
8682024-05-29T21:07:27.862Z * [new tag] v0.0.9 -> v0.0.9
8692024-05-29T21:07:27.862Z * [new tag] v0.1.0 -> v0.1.0
8702024-05-29T21:07:27.931Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8712024-05-29T21:07:28.449ZFrom https://github.com/oxidecomputer/dlpi-sys
8722024-05-29T21:07:28.449Z * [new branch] gh-pages -> origin/gh-pages
8732024-05-29T21:07:28.452Z * [new branch] main -> origin/main
8742024-05-29T21:07:28.452Z * [new ref] -> origin/HEAD
8752024-05-29T21:07:28.460Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8762024-05-29T21:07:28.927ZFrom https://github.com/jmesmon/rust-libzfs
8772024-05-29T21:07:28.927Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
8782024-05-29T21:07:28.930Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
8792024-05-29T21:07:28.930Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
8802024-05-29T21:07:28.930Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
8812024-05-29T21:07:28.930Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
8822024-05-29T21:07:28.930Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
8832024-05-29T21:07:28.930Z * [new branch] dev -> origin/dev
8842024-05-29T21:07:28.930Z * [new branch] drr -> origin/drr
8852024-05-29T21:07:28.930Z * [new branch] f-types -> origin/f-types
8862024-05-29T21:07:28.930Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
8872024-05-29T21:07:28.930Z * [new branch] master -> origin/master
8882024-05-29T21:07:28.930Z * [new branch] staging -> origin/staging
8892024-05-29T21:07:28.930Z * [new ref] -> origin/HEAD
8902024-05-29T21:07:28.931Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
8912024-05-29T21:07:28.931Z * [new tag] v0.4.0 -> v0.4.0
8922024-05-29T21:07:28.931Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
8932024-05-29T21:07:28.931Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
8942024-05-29T21:07:28.944Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8952024-05-29T21:07:29.437ZFrom https://github.com/oxidecomputer/rusty-doors
8962024-05-29T21:07:29.437Z * [new branch] gh-pages -> origin/gh-pages
8972024-05-29T21:07:29.441Z * [new branch] main -> origin/main
8982024-05-29T21:07:29.441Z * [new branch] no-bindgen -> origin/no-bindgen
8992024-05-29T21:07:29.441Z * [new ref] -> origin/HEAD
9002024-05-29T21:07:29.619Z Updating git repository `https://github.com/oxidecomputer/rfb`
9012024-05-29T21:07:30.154ZFrom https://github.com/oxidecomputer/rfb
9022024-05-29T21:07:30.154Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
9032024-05-29T21:07:30.159Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
9042024-05-29T21:07:30.159Z * [new branch] main -> origin/main
9052024-05-29T21:07:30.159Z * [new branch] pixfmts -> origin/pixfmts
9062024-05-29T21:07:30.159Z * [new ref] -> origin/HEAD
9072024-05-29T21:07:30.891Z Downloading crates ...
9082024-05-29T21:07:30.963Z Downloaded anstream v0.6.14
9092024-05-29T21:07:30.966Z Downloaded cargo_metadata v0.18.1
9102024-05-29T21:07:30.969Z Downloaded strsim v0.11.1
9112024-05-29T21:07:30.974Z Downloaded bitflags v2.5.0
9122024-05-29T21:07:30.978Z Downloaded cargo-platform v0.1.8
9132024-05-29T21:07:30.983Z Downloaded anstyle-query v1.0.3
9142024-05-29T21:07:30.983Z Downloaded swrite v0.1.0
9152024-05-29T21:07:30.983Z Downloaded cargo_toml v0.20.2
9162024-05-29T21:07:30.986Z Downloaded camino v1.1.7
9172024-05-29T21:07:30.986Z Downloaded clap_lex v0.7.0
9182024-05-29T21:07:30.989Z Downloaded clap_derive v4.5.4
9192024-05-29T21:07:30.992Z Downloaded clap v4.5.4
9202024-05-29T21:07:30.997Z Downloaded toml_datetime v0.6.6
9212024-05-29T21:07:31.001Z Downloaded anyhow v1.0.83
9222024-05-29T21:07:31.004Z Downloaded anstyle v1.0.7
9232024-05-29T21:07:31.004Z Downloaded terminal_size v0.3.0
9242024-05-29T21:07:31.004Z Downloaded fs-err v2.11.0
9252024-05-29T21:07:31.007Z Downloaded errno v0.3.9
9262024-05-29T21:07:31.008Z Downloaded colorchoice v1.0.1
9272024-05-29T21:07:31.011Z Downloaded anstyle-parse v0.2.4
9282024-05-29T21:07:31.011Z Downloaded is_terminal_polyfill v1.70.0
9292024-05-29T21:07:31.019Z Downloaded autocfg v1.3.0
9302024-05-29T21:07:31.022Z Downloaded equivalent v1.0.1
9312024-05-29T21:07:31.026Z Downloaded thiserror-impl v1.0.60
9322024-05-29T21:07:31.029Z Downloaded serde_spanned v0.6.6
9332024-05-29T21:07:31.029Z Downloaded heck v0.5.0
9342024-05-29T21:07:31.032Z Downloaded quote v1.0.36
9352024-05-29T21:07:31.039Z Downloaded macaddr v1.0.1
9362024-05-29T21:07:31.048Z Downloaded indexmap v2.2.6
9372024-05-29T21:07:31.052Z Downloaded utf8parse v0.2.1
9382024-05-29T21:07:31.055Z Downloaded thiserror v1.0.60
9392024-05-29T21:07:31.061Z Downloaded toml v0.8.13
9402024-05-29T21:07:31.064Z Downloaded itoa v1.0.11
9412024-05-29T21:07:31.074Z Downloaded proc-macro2 v1.0.82
9422024-05-29T21:07:31.077Z Downloaded serde_derive v1.0.202
9432024-05-29T21:07:31.080Z Downloaded semver v1.0.23
9442024-05-29T21:07:31.083Z Downloaded clap_builder v4.5.2
9452024-05-29T21:07:31.087Z Downloaded unicode-ident v1.0.12
9462024-05-29T21:07:31.093Z Downloaded ryu v1.0.18
9472024-05-29T21:07:31.096Z Downloaded serde v1.0.202
9482024-05-29T21:07:31.107Z Downloaded toml_edit v0.22.13
9492024-05-29T21:07:31.127Z Downloaded serde_json v1.0.117
9502024-05-29T21:07:31.133Z Downloaded hashbrown v0.14.5
9512024-05-29T21:07:31.138Z Downloaded memchr v2.7.2
9522024-05-29T21:07:31.145Z Downloaded winnow v0.6.8
9532024-05-29T21:07:31.162Z Downloaded syn v2.0.64
9542024-05-29T21:07:31.173Z Downloaded rustix v0.38.34
9552024-05-29T21:07:31.205Z Downloaded libc v0.2.153
9562024-05-29T21:07:31.372Z Compiling proc-macro2 v1.0.82
9572024-05-29T21:07:31.372Z Compiling unicode-ident v1.0.12
9582024-05-29T21:07:31.375Z Compiling serde v1.0.202
9592024-05-29T21:07:31.375Z Compiling libc v0.2.153
9602024-05-29T21:07:31.375Z Compiling rustix v0.38.34
9612024-05-29T21:07:31.397Z Compiling utf8parse v0.2.1
9622024-05-29T21:07:31.402Z Compiling hashbrown v0.14.5
9632024-05-29T21:07:31.402Z Compiling equivalent v1.0.1
9642024-05-29T21:07:31.596Z Compiling bitflags v2.5.0
9652024-05-29T21:07:31.630Z Compiling anstyle-parse v0.2.4
9662024-05-29T21:07:31.630Z Compiling winnow v0.6.8
9672024-05-29T21:07:31.939Z Compiling colorchoice v1.0.1
9682024-05-29T21:07:31.999Z Compiling anstyle-query v1.0.3
9692024-05-29T21:07:32.075Z Compiling autocfg v1.3.0
9702024-05-29T21:07:32.112Z Compiling semver v1.0.23
9712024-05-29T21:07:32.517Z Compiling indexmap v2.2.6
9722024-05-29T21:07:32.799Z Compiling is_terminal_polyfill v1.70.0
9732024-05-29T21:07:32.886Z Compiling thiserror v1.0.60
9742024-05-29T21:07:33.400Z Compiling anstyle v1.0.7
9752024-05-29T21:07:33.729Z Compiling serde_json v1.0.117
9762024-05-29T21:07:34.259Z Compiling camino v1.1.7
9772024-05-29T21:07:34.894Z Compiling anstream v0.6.14
9782024-05-29T21:07:34.927Z Compiling fs-err v2.11.0
9792024-05-29T21:07:34.930Z Compiling clap_lex v0.7.0
9802024-05-29T21:07:34.930Z Compiling ryu v1.0.18
9812024-05-29T21:07:34.974Z Compiling itoa v1.0.11
9822024-05-29T21:07:34.977Z Compiling anyhow v1.0.83
9832024-05-29T21:07:35.184Z Compiling heck v0.5.0
9842024-05-29T21:07:35.280Z Compiling strsim v0.11.1
9852024-05-29T21:07:35.413Z Compiling swrite v0.1.0
9862024-05-29T21:07:35.772Z Compiling quote v1.0.36
9872024-05-29T21:07:36.084Z Compiling syn v2.0.64
9882024-05-29T21:07:36.316Z Compiling errno v0.3.9
9892024-05-29T21:07:37.146Z Compiling terminal_size v0.3.0
9902024-05-29T21:07:37.261Z Compiling clap_builder v4.5.2
9912024-05-29T21:07:41.226Z Compiling serde_derive v1.0.202
9922024-05-29T21:07:41.226Z Compiling thiserror-impl v1.0.60
9932024-05-29T21:07:41.230Z Compiling clap_derive v4.5.4
9942024-05-29T21:07:44.199Z Compiling clap v4.5.4
9952024-05-29T21:07:49.363Z Compiling serde_spanned v0.6.6
9962024-05-29T21:07:49.366Z Compiling toml_datetime v0.6.6
9972024-05-29T21:07:49.366Z Compiling cargo-platform v0.1.8
9982024-05-29T21:07:49.366Z Compiling macaddr v1.0.1
9992024-05-29T21:07:49.618Z Compiling toml_edit v0.22.13
10002024-05-29T21:07:50.661Z Compiling cargo_metadata v0.18.1
10012024-05-29T21:07:51.626Z Compiling toml v0.8.13
10022024-05-29T21:07:52.300Z Compiling cargo_toml v0.20.2
10032024-05-29T21:07:55.701Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
10042024-05-29T21:07:58.451Z Finished dev [unoptimized + debuginfo] target(s) in 54.81s
10052024-05-29T21:07:58.663Z Running `target/debug/xtask releng --output-dir /work`
10062024-05-29T21:07:59.134Z Downloading crates ...
10072024-05-29T21:07:59.251Z Downloaded addr2line v0.21.0
10082024-05-29T21:07:59.255Z Downloaded arrayref v0.3.7
10092024-05-29T21:07:59.263Z Downloaded allocator-api2 v0.2.18
10102024-05-29T21:07:59.267Z Downloaded ahash v0.8.11
10112024-05-29T21:07:59.270Z Downloaded assert_matches v1.5.0
10122024-05-29T21:07:59.273Z Downloaded aead v0.5.2
10132024-05-29T21:07:59.273Z Downloaded adler v1.0.2
10142024-05-29T21:07:59.273Z Downloaded async-recursion v1.1.1
10152024-05-29T21:07:59.276Z Downloaded argon2 v0.5.3
10162024-05-29T21:07:59.279Z Downloaded ascii v1.1.0
10172024-05-29T21:07:59.282Z Downloaded array-init v0.0.4
10182024-05-29T21:07:59.285Z Downloaded arc-swap v1.7.1
10192024-05-29T21:07:59.288Z Downloaded ascii-canvas v3.0.0
10202024-05-29T21:07:59.293Z Downloaded aho-corasick v1.1.3
10212024-05-29T21:07:59.302Z Downloaded impl-trait-for-tuples v0.2.2
10222024-05-29T21:07:59.305Z Downloaded ident_case v1.0.1
10232024-05-29T21:07:59.305Z Downloaded bcs v0.1.6
10242024-05-29T21:07:59.305Z Downloaded httparse v1.8.0
10252024-05-29T21:07:59.308Z Downloaded http-range v0.1.5
10262024-05-29T21:07:59.309Z Downloaded hyper-tls v0.5.0
10272024-05-29T21:07:59.312Z Downloaded darling_macro v0.20.9
10282024-05-29T21:07:59.312Z Downloaded base64ct v1.6.0
10292024-05-29T21:07:59.315Z Downloaded block-padding v0.3.3
10302024-05-29T21:07:59.315Z Downloaded base64 v0.22.1
10312024-05-29T21:07:59.319Z Downloaded hubpack v0.1.2
10322024-05-29T21:07:59.319Z Downloaded bitstruct_derive v0.1.0
10332024-05-29T21:07:59.319Z Downloaded backoff v0.4.0
10342024-05-29T21:07:59.322Z Downloaded bitstruct v0.1.1
10352024-05-29T21:07:59.326Z Downloaded idna v0.5.0
10362024-05-29T21:07:59.329Z Downloaded castaway v0.2.2
10372024-05-29T21:07:59.332Z Downloaded bindgen v0.69.4
10382024-05-29T21:07:59.338Z Downloaded indexmap v1.9.3
10392024-05-29T21:07:59.342Z Downloaded humantime v2.1.0
10402024-05-29T21:07:59.345Z Downloaded indoc v2.0.5
10412024-05-29T21:07:59.350Z Downloaded base16ct v0.2.0
10422024-05-29T21:07:59.350Z Downloaded hyper-staticfile v0.9.5
10432024-05-29T21:07:59.353Z Downloaded async-stream-impl v0.3.5
10442024-05-29T21:07:59.353Z Downloaded instant v0.1.12
10452024-05-29T21:07:59.353Z Downloaded hubpack_derive v0.1.1
10462024-05-29T21:07:59.353Z Downloaded indoc v1.0.9
10472024-05-29T21:07:59.357Z Downloaded hyper-rustls v0.24.2
10482024-05-29T21:07:59.363Z Downloaded ciborium-io v0.2.2
10492024-05-29T21:07:59.363Z Downloaded atty v0.2.14
10502024-05-29T21:07:59.366Z Downloaded is_ci v1.2.0
10512024-05-29T21:07:59.366Z Downloaded atomicwrites v0.4.3
10522024-05-29T21:07:59.366Z Downloaded is-terminal v0.4.12
10532024-05-29T21:07:59.366Z Downloaded cfg_aliases v0.1.1
10542024-05-29T21:07:59.366Z Downloaded buf-list v1.0.3
10552024-05-29T21:07:59.370Z Downloaded bitfield v0.14.0
10562024-05-29T21:07:59.373Z Downloaded matches v0.1.10
10572024-05-29T21:07:59.373Z Downloaded cassowary v0.3.0
10582024-05-29T21:07:59.373Z Downloaded new_debug_unreachable v1.0.6
10592024-05-29T21:07:59.376Z Downloaded bit-set v0.5.3
10602024-05-29T21:07:59.376Z Downloaded atomic-waker v1.1.2
10612024-05-29T21:07:59.376Z Downloaded camino-tempfile v1.1.1
10622024-05-29T21:07:59.379Z Downloaded md-5 v0.10.6
10632024-05-29T21:07:59.383Z Downloaded cfg-if v1.0.0
10642024-05-29T21:07:59.383Z Downloaded mockall v0.12.1
10652024-05-29T21:07:59.383Z Downloaded cstr-argument v0.1.2
10662024-05-29T21:07:59.386Z Downloaded crunchy v0.2.2
10672024-05-29T21:07:59.386Z Downloaded linked-hash-map v0.5.6
10682024-05-29T21:07:59.386Z Downloaded newtype_derive v0.1.6
10692024-05-29T21:07:59.386Z Downloaded indicatif v0.17.8
10702024-05-29T21:07:59.390Z Downloaded number_prefix v0.4.0
10712024-05-29T21:07:59.393Z Downloaded scroll_derive v0.12.0
10722024-05-29T21:07:59.393Z Downloaded normalize-line-endings v0.3.0
10732024-05-29T21:07:59.393Z Downloaded newline-converter v0.3.0
10742024-05-29T21:07:59.396Z Downloaded match_cfg v0.1.0
10752024-05-29T21:07:59.396Z Downloaded crypto-common v0.1.6
10762024-05-29T21:07:59.396Z Downloaded sync_wrapper v0.1.2
10772024-05-29T21:07:59.400Z Downloaded crucible-workspace-hack v0.1.0
10782024-05-29T21:07:59.400Z Downloaded httpdate v1.0.3
10792024-05-29T21:07:59.400Z Downloaded num_threads v0.1.7
10802024-05-29T21:07:59.404Z Downloaded cexpr v0.6.0
10812024-05-29T21:07:59.404Z Downloaded bitflags v1.3.2
10822024-05-29T21:07:59.407Z Downloaded openssl-macros v0.1.1
10832024-05-29T21:07:59.407Z Downloaded colored v2.1.0
10842024-05-29T21:07:59.413Z Downloaded num_enum_derive v0.5.11
10852024-05-29T21:07:59.413Z Downloaded memoffset v0.7.1
10862024-05-29T21:07:59.416Z Downloaded managed v0.8.0
10872024-05-29T21:07:59.417Z Downloaded lru-cache v0.1.2
10882024-05-29T21:07:59.417Z Downloaded keccak v0.1.5
10892024-05-29T21:07:59.417Z Downloaded maybe-uninit v2.0.0
10902024-05-29T21:07:59.417Z Downloaded byteorder v1.5.0
10912024-05-29T21:07:59.420Z Downloaded corncobs v0.1.3
10922024-05-29T21:07:59.420Z Downloaded libefi-sys v0.1.0
10932024-05-29T21:07:59.420Z Downloaded constant_time_eq v0.3.0
10942024-05-29T21:07:59.423Z Downloaded cipher v0.4.4
10952024-05-29T21:07:59.423Z Downloaded num-iter v0.1.45
10962024-05-29T21:07:59.427Z Downloaded tinyvec_macros v0.1.1
10972024-05-29T21:07:59.427Z Downloaded multimap v0.10.0
10982024-05-29T21:07:59.427Z Downloaded lalrpop-util v0.19.12
10992024-05-29T21:07:59.430Z Downloaded kstat-rs v0.2.3
11002024-05-29T21:07:59.430Z Downloaded bb8 v0.8.3
11012024-05-29T21:07:59.433Z Downloaded iana-time-zone v0.1.60
11022024-05-29T21:07:59.433Z Downloaded tui-tree-widget v0.19.0
11032024-05-29T21:07:59.436Z Downloaded libsw v3.3.1
11042024-05-29T21:07:59.436Z Downloaded nibble_vec v0.1.0
11052024-05-29T21:07:59.439Z Downloaded ipnet v2.9.0
11062024-05-29T21:07:59.439Z Downloaded inout v0.1.3
11072024-05-29T21:07:59.442Z Downloaded lazy_static v1.4.0
11082024-05-29T21:07:59.442Z Downloaded num_enum v0.5.11
11092024-05-29T21:07:59.445Z Downloaded num-integer v0.1.46
11102024-05-29T21:07:59.449Z Downloaded linear-map v1.2.0
11112024-05-29T21:07:59.452Z Downloaded crossbeam-deque v0.8.5
11122024-05-29T21:07:59.452Z Downloaded opaque-debug v0.3.1
11132024-05-29T21:07:59.452Z Downloaded memmap v0.7.0
11142024-05-29T21:07:59.455Z Downloaded num_cpus v1.16.0
11152024-05-29T21:07:59.458Z Downloaded num-derive v0.4.2
11162024-05-29T21:07:59.458Z Downloaded scopeguard v1.2.0
11172024-05-29T21:07:59.464Z Downloaded zone_cfg_derive v0.1.2
11182024-05-29T21:07:59.465Z Downloaded usdt-attr-macro v0.5.0
11192024-05-29T21:07:59.465Z Downloaded olpc-cjson v0.1.3
11202024-05-29T21:07:59.468Z Downloaded endian-type v0.1.2
11212024-05-29T21:07:59.468Z Downloaded async-trait v0.1.80
11222024-05-29T21:07:59.468Z Downloaded signature v2.2.0
11232024-05-29T21:07:59.471Z Downloaded foreign-types-shared v0.3.1
11242024-05-29T21:07:59.471Z Downloaded num-complex v0.4.6
11252024-05-29T21:07:59.471Z Downloaded slog-envlogger v2.2.0
11262024-05-29T21:07:59.474Z Downloaded spin v0.5.2
11272024-05-29T21:07:59.474Z Downloaded lru v0.12.3
11282024-05-29T21:07:59.475Z Downloaded bytecount v0.6.8
11292024-05-29T21:07:59.479Z Downloaded sqlformat v0.2.3
11302024-05-29T21:07:59.479Z Downloaded tap v1.0.1
11312024-05-29T21:07:59.482Z Downloaded spki v0.7.3
11322024-05-29T21:07:59.482Z Downloaded thiserror-impl-no-std v2.0.2
11332024-05-29T21:07:59.486Z Downloaded nu-ansi-term v0.50.0
11342024-05-29T21:07:59.486Z Downloaded foreign-types-macros v0.2.3
11352024-05-29T21:07:59.489Z Downloaded mockall_derive v0.12.1
11362024-05-29T21:07:59.489Z Downloaded foreign-types v0.5.0
11372024-05-29T21:07:59.492Z Downloaded pem v3.0.4
11382024-05-29T21:07:59.492Z Downloaded peg-runtime v0.8.3
11392024-05-29T21:07:59.492Z Downloaded usdt-macro v0.3.5
11402024-05-29T21:07:59.496Z Downloaded cpufeatures v0.2.12
11412024-05-29T21:07:59.496Z Downloaded tiny-keccak v2.0.2
11422024-05-29T21:07:59.500Z Downloaded memmap2 v0.9.4
11432024-05-29T21:07:59.500Z Downloaded libloading v0.8.3
11442024-05-29T21:07:59.503Z Downloaded cookie_store v0.20.0
11452024-05-29T21:07:59.503Z Downloaded cancel-safe-futures v0.1.5
11462024-05-29T21:07:59.506Z Downloaded lazycell v1.3.0
11472024-05-29T21:07:59.506Z Downloaded blake2 v0.10.6
11482024-05-29T21:07:59.510Z Downloaded num-rational v0.4.2
11492024-05-29T21:07:59.513Z Downloaded crc32fast v1.4.0
11502024-05-29T21:07:59.513Z Downloaded multer v3.1.0
11512024-05-29T21:07:59.519Z Downloaded untrusted v0.9.0
11522024-05-29T21:07:59.522Z Downloaded once_cell v1.19.0
11532024-05-29T21:07:59.522Z Downloaded darling v0.20.9
11542024-05-29T21:07:59.525Z Downloaded csv-core v0.1.11
11552024-05-29T21:07:59.525Z Downloaded rustversion v1.0.17
11562024-05-29T21:07:59.528Z Downloaded stability v0.2.0
11572024-05-29T21:07:59.528Z Downloaded sqlparser_derive v0.2.2
11582024-05-29T21:07:59.531Z Downloaded crc v3.2.1
11592024-05-29T21:07:59.532Z Downloaded mime_guess v2.0.4
11602024-05-29T21:07:59.535Z Downloaded signature v1.6.4
11612024-05-29T21:07:59.535Z Downloaded gethostname v0.4.3
11622024-05-29T21:07:59.538Z Downloaded const_format_proc_macros v0.2.32
11632024-05-29T21:07:59.538Z Downloaded slog-term v2.9.1
11642024-05-29T21:07:59.541Z Downloaded usdt-impl v0.5.0
11652024-05-29T21:07:59.544Z Downloaded spin v0.9.8
11662024-05-29T21:07:59.547Z Downloaded toolchain_find v0.4.0
11672024-05-29T21:07:59.547Z Downloaded hex v0.4.3
11682024-05-29T21:07:59.547Z Downloaded crossbeam-epoch v0.9.18
11692024-05-29T21:07:59.551Z Downloaded waitgroup v0.1.2
11702024-05-29T21:07:59.551Z Downloaded foreign-types-shared v0.1.1
11712024-05-29T21:07:59.554Z Downloaded enum-as-inner v0.5.1
11722024-05-29T21:07:59.554Z Downloaded debug-ignore v1.0.5
11732024-05-29T21:07:59.557Z Downloaded usdt-macro v0.5.0
11742024-05-29T21:07:59.557Z Downloaded percent-encoding v2.3.1
11752024-05-29T21:07:59.557Z Downloaded parse-display v0.9.0
11762024-05-29T21:07:59.560Z Downloaded proc-macro-error-attr v1.0.4
11772024-05-29T21:07:59.560Z Downloaded const-oid v0.9.6
11782024-05-29T21:07:59.566Z Downloaded der_derive v0.7.2
11792024-05-29T21:07:59.572Z Downloaded yasna v0.5.2
11802024-05-29T21:07:59.572Z Downloaded clang-sys v1.7.0
11812024-05-29T21:07:59.572Z Downloaded native-tls v0.2.11
11822024-05-29T21:07:59.575Z Downloaded num-traits v0.2.19
11832024-05-29T21:07:59.575Z Downloaded omicron-zone-package v0.11.0
11842024-05-29T21:07:59.579Z Downloaded log v0.4.21
11852024-05-29T21:07:59.579Z Downloaded predicates-core v1.0.6
11862024-05-29T21:07:59.585Z Downloaded peg v0.8.3
11872024-05-29T21:07:59.585Z Downloaded rand_core v0.6.4
11882024-05-29T21:07:59.588Z Downloaded serde_tokenstream v0.2.0
11892024-05-29T21:07:59.593Z Downloaded signal-hook-tokio v0.3.1
11902024-05-29T21:07:59.593Z Downloaded pretty-hex v0.4.1
11912024-05-29T21:07:59.593Z Downloaded serde_urlencoded v0.7.1
11922024-05-29T21:07:59.593Z Downloaded hyper v0.14.28
11932024-05-29T21:07:59.601Z Downloaded serde-big-array v0.5.1
11942024-05-29T21:07:59.604Z Downloaded slog-dtrace v0.3.0
11952024-05-29T21:07:59.604Z Downloaded rand_seeder v0.2.3
11962024-05-29T21:07:59.607Z Downloaded tls_codec_derive v0.4.1
11972024-05-29T21:07:59.610Z Downloaded env_logger v0.9.3
11982024-05-29T21:07:59.610Z Downloaded base64 v0.13.1
11992024-05-29T21:07:59.614Z Downloaded topological-sort v0.2.2
12002024-05-29T21:07:59.617Z Downloaded bytes v1.6.0
12012024-05-29T21:07:59.621Z Downloaded termtree v0.4.1
12022024-05-29T21:07:59.621Z Downloaded defmt-parser v0.3.4
12032024-05-29T21:07:59.621Z Downloaded defmt-macros v0.3.9
12042024-05-29T21:07:59.635Z Downloaded tower-service v0.3.2
12052024-05-29T21:07:59.635Z Downloaded utf-8 v0.7.6
12062024-05-29T21:07:59.639Z Downloaded pem-rfc7468 v0.7.0
12072024-05-29T21:07:59.639Z Downloaded base64 v0.21.7
12082024-05-29T21:07:59.639Z Downloaded vte_generate_state_changes v0.1.1
12092024-05-29T21:07:59.639Z Downloaded zone v0.1.8
12102024-05-29T21:07:59.639Z Downloaded wait-timeout v0.2.0
12112024-05-29T21:07:59.639Z Downloaded rustls-pki-types v1.7.0
12122024-05-29T21:07:59.639Z Downloaded group v0.13.0
12132024-05-29T21:07:59.639Z Downloaded fragile v2.0.0
12142024-05-29T21:07:59.644Z Downloaded derive_builder_macro v0.20.0
12152024-05-29T21:07:59.644Z Downloaded home v0.5.9
12162024-05-29T21:07:59.644Z Downloaded highway v1.1.0
12172024-05-29T21:07:59.644Z Downloaded dtrace-parser v0.1.14
12182024-05-29T21:07:59.647Z Downloaded phf_shared v0.11.2
12192024-05-29T21:07:59.647Z Downloaded form_urlencoded v1.2.1
12202024-05-29T21:07:59.647Z Downloaded fallible-iterator v0.2.0
12212024-05-29T21:07:59.651Z Downloaded rustls-pemfile v2.1.2
12222024-05-29T21:07:59.651Z Downloaded pkg-config v0.3.30
12232024-05-29T21:07:59.654Z Downloaded unicase v2.7.0
12242024-05-29T21:07:59.654Z Downloaded fxhash v0.2.1
12252024-05-29T21:07:59.654Z Downloaded rand_chacha v0.3.1
12262024-05-29T21:07:59.657Z Downloaded cc v1.0.97
12272024-05-29T21:07:59.660Z Downloaded rand_xorshift v0.3.0
12282024-05-29T21:07:59.661Z Downloaded predicates-tree v1.0.9
12292024-05-29T21:07:59.661Z Downloaded backtrace v0.3.71
12302024-05-29T21:07:59.665Z Downloaded term v0.7.0
12312024-05-29T21:07:59.668Z Downloaded semver v0.1.20
12322024-05-29T21:07:59.672Z Downloaded rpassword v7.3.1
12332024-05-29T21:07:59.672Z Downloaded derive_more v0.99.17
12342024-05-29T21:07:59.676Z Downloaded slog-scope v4.4.0
12352024-05-29T21:07:59.689Z Downloaded tinyvec v1.6.0
12362024-05-29T21:07:59.692Z Downloaded unarray v0.1.4
12372024-05-29T21:07:59.692Z Downloaded tls_codec v0.4.1
12382024-05-29T21:07:59.692Z Downloaded oso v0.27.3
12392024-05-29T21:07:59.692Z Downloaded termios v0.3.3
12402024-05-29T21:07:59.693Z Downloaded untrusted v0.7.1
12412024-05-29T21:07:59.693Z Downloaded structmeta v0.3.0
12422024-05-29T21:07:59.696Z Downloaded funty v2.0.0
12432024-05-29T21:07:59.696Z Downloaded defmt v0.3.8
12442024-05-29T21:07:59.699Z Downloaded erased-serde v0.3.31
12452024-05-29T21:07:59.703Z Downloaded pkcs1 v0.7.5
12462024-05-29T21:07:59.703Z Downloaded diesel_derives v2.1.4
12472024-05-29T21:07:59.712Z Downloaded usdt-attr-macro v0.3.5
12482024-05-29T21:07:59.716Z Downloaded mio v0.8.11
12492024-05-29T21:07:59.719Z Downloaded futures-core v0.3.30
12502024-05-29T21:07:59.722Z Downloaded filetime v0.2.23
12512024-05-29T21:07:59.722Z Downloaded want v0.3.1
12522024-05-29T21:07:59.725Z Downloaded generic-array v0.14.7
12532024-05-29T21:07:59.725Z Downloaded phf_shared v0.10.0
12542024-05-29T21:07:59.728Z Downloaded path-slash v0.1.5
12552024-05-29T21:07:59.728Z Downloaded darling_core v0.20.9
12562024-05-29T21:07:59.734Z Downloaded precomputed-hash v0.1.1
12572024-05-29T21:07:59.737Z Downloaded serde-hex v0.1.0
12582024-05-29T21:07:59.737Z Downloaded pest_generator v2.7.10
12592024-05-29T21:07:59.737Z Downloaded hostname v0.4.0
12602024-05-29T21:07:59.737Z Downloaded socket2 v0.4.10
12612024-05-29T21:07:59.740Z Downloaded minimal-lexical v0.2.1
12622024-05-29T21:07:59.743Z Downloaded quick-error v1.2.3
12632024-05-29T21:07:59.746Z Downloaded powerfmt v0.2.0
12642024-05-29T21:07:59.746Z Downloaded time-core v0.1.2
12652024-05-29T21:07:59.749Z Downloaded openssl-sys v0.9.102
12662024-05-29T21:07:59.752Z Downloaded diesel_table_macro_syntax v0.1.0
12672024-05-29T21:07:59.756Z Downloaded futures v0.3.30
12682024-05-29T21:07:59.760Z Downloaded pkcs8 v0.10.2
12692024-05-29T21:07:59.763Z Downloaded strum_macros v0.26.2
12702024-05-29T21:07:59.768Z Downloaded supports-color v3.0.0
12712024-05-29T21:07:59.768Z Downloaded hmac v0.12.1
12722024-05-29T21:07:59.768Z Downloaded synstructure v0.12.6
12732024-05-29T21:07:59.768Z Downloaded subtle v2.5.0
12742024-05-29T21:07:59.772Z Downloaded structmeta v0.2.0
12752024-05-29T21:07:59.772Z Downloaded strum_macros v0.25.3
12762024-05-29T21:07:59.776Z Downloaded openssl-probe v0.1.5
12772024-05-29T21:07:59.776Z Downloaded uzers v0.11.3
12782024-05-29T21:07:59.790Z Downloaded trust-dns-client v0.22.0
12792024-05-29T21:07:59.796Z Downloaded futures-io v0.3.30
12802024-05-29T21:07:59.796Z Downloaded tokio-native-tls v0.3.1
12812024-05-29T21:07:59.796Z Downloaded derive_builder_core v0.20.0
12822024-05-29T21:07:59.796Z Downloaded parse-display-derive v0.9.0
12832024-05-29T21:07:59.796Z Downloaded take_mut v0.2.2
12842024-05-29T21:07:59.796Z Downloaded oso-derive v0.27.3
12852024-05-29T21:07:59.796Z Downloaded hostname v0.3.1
12862024-05-29T21:07:59.796Z Downloaded crossbeam-channel v0.5.12
12872024-05-29T21:07:59.800Z Downloaded ppv-lite86 v0.2.17
12882024-05-29T21:07:59.800Z Downloaded glob v0.3.1
12892024-05-29T21:07:59.800Z Downloaded which v4.4.2
12902024-05-29T21:07:59.800Z Downloaded parking_lot v0.11.2
12912024-05-29T21:07:59.803Z Downloaded version_check v0.9.4
12922024-05-29T21:07:59.807Z Downloaded ron v0.7.1
12932024-05-29T21:07:59.811Z Downloaded serde_repr v0.1.19
12942024-05-29T21:07:59.812Z Downloaded predicates v3.1.0
12952024-05-29T21:07:59.815Z Downloaded thread_local v1.1.8
12962024-05-29T21:07:59.815Z Downloaded serde_tokenstream v0.1.7
12972024-05-29T21:07:59.819Z Downloaded foreign-types v0.3.2
12982024-05-29T21:07:59.819Z Downloaded zip v0.6.6
12992024-05-29T21:07:59.823Z Downloaded serde_derive_internals v0.29.1
13002024-05-29T21:07:59.828Z Downloaded slog-stdlog v4.1.1
13012024-05-29T21:07:59.828Z Downloaded vte v0.11.1
13022024-05-29T21:07:59.832Z Downloaded zerocopy v0.3.2
13032024-05-29T21:07:59.832Z Downloaded wyz v0.5.1
13042024-05-29T21:07:59.832Z Downloaded fixedbitset v0.4.2
13052024-05-29T21:07:59.836Z Downloaded unicode-bidi v0.3.15
13062024-05-29T21:07:59.836Z Downloaded sha2 v0.10.8
13072024-05-29T21:07:59.840Z Downloaded serde_with_macros v3.8.1
13082024-05-29T21:07:59.840Z Downloaded schemars_derive v0.8.19
13092024-05-29T21:07:59.843Z Downloaded portpicker v0.1.1
13102024-05-29T21:07:59.843Z Downloaded postgres-types v0.2.6
13112024-05-29T21:07:59.846Z Downloaded platforms v3.4.0
13122024-05-29T21:07:59.846Z Downloaded smallvec v0.6.14
13132024-05-29T21:07:59.852Z Downloaded slab v0.4.9
13142024-05-29T21:07:59.852Z Downloaded usdt v0.5.0
13152024-05-29T21:07:59.852Z Downloaded rand v0.8.5
13162024-05-29T21:07:59.856Z Downloaded tokio-stream v0.1.15
13172024-05-29T21:07:59.859Z Downloaded headers-core v0.2.0
13182024-05-29T21:07:59.859Z Downloaded rustfmt-wrapper v0.2.1
13192024-05-29T21:07:59.862Z Downloaded packed_struct_codegen v0.10.1
13202024-05-29T21:07:59.862Z Downloaded ref-cast-impl v1.0.23
13212024-05-29T21:07:59.863Z Downloaded ref-cast v1.0.23
13222024-05-29T21:07:59.866Z Downloaded deranged v0.3.11
13232024-05-29T21:07:59.881Z Downloaded secrecy v0.8.0
13242024-05-29T21:07:59.882Z Downloaded sec1 v0.7.3
13252024-05-29T21:07:59.882Z Downloaded pest_meta v2.7.10
13262024-05-29T21:07:59.887Z Downloaded tabwriter v1.4.0
13272024-05-29T21:07:59.887Z Downloaded x509-cert v0.2.5
13282024-05-29T21:07:59.888Z Downloaded fastrand v2.1.0
13292024-05-29T21:07:59.888Z Downloaded dirs-sys-next v0.1.2
13302024-05-29T21:07:59.888Z Downloaded thread-id v4.2.1
13312024-05-29T21:07:59.888Z Downloaded downcast v0.11.0
13322024-05-29T21:07:59.888Z Downloaded sigpipe v0.1.3
13332024-05-29T21:07:59.888Z Downloaded thiserror-no-std v2.0.2
13342024-05-29T21:07:59.892Z Downloaded hash32 v0.3.1
13352024-05-29T21:07:59.892Z Downloaded num-bigint v0.4.5
13362024-05-29T21:07:59.896Z Downloaded ena v0.14.3
13372024-05-29T21:07:59.899Z Downloaded unicode-width v0.1.12
13382024-05-29T21:07:59.899Z Downloaded time-macros v0.2.18
13392024-05-29T21:07:59.902Z Downloaded slog v2.7.0
13402024-05-29T21:07:59.906Z Downloaded num-bigint-dig v0.8.4
13412024-05-29T21:07:59.912Z Downloaded r2d2 v0.8.10
13422024-05-29T21:07:59.912Z Downloaded uuid v1.8.0
13432024-05-29T21:07:59.915Z Downloaded serde_path_to_error v0.1.16
13442024-05-29T21:07:59.915Z Downloaded tokio-rustls v0.24.1
13452024-05-29T21:07:59.919Z Downloaded either v1.12.0
13462024-05-29T21:07:59.919Z Downloaded dyn-clone v1.0.17
13472024-05-29T21:07:59.919Z Downloaded serde_arrays v0.1.0
13482024-05-29T21:07:59.922Z Downloaded crossterm v0.27.0
13492024-05-29T21:07:59.926Z Downloaded display-error-chain v0.2.0
13502024-05-29T21:07:59.931Z Downloaded vsss-rs v3.3.4
13512024-05-29T21:07:59.934Z Downloaded scheduled-thread-pool v0.2.7
13522024-05-29T21:07:59.934Z Downloaded futures-sink v0.3.30
13532024-05-29T21:07:59.934Z Downloaded zerocopy v0.6.6
13542024-05-29T21:07:59.937Z Downloaded rusty-fork v0.3.0
13552024-05-29T21:07:59.937Z Downloaded sct v0.7.1
13562024-05-29T21:07:59.941Z Downloaded papergrid v0.11.0
13572024-05-29T21:07:59.944Z Downloaded try-lock v0.2.5
13582024-05-29T21:07:59.947Z Downloaded pin-project v1.1.5
13592024-05-29T21:07:59.955Z Downloaded dtrace-parser v0.2.0
13602024-05-29T21:07:59.958Z Downloaded unicode-xid v0.2.4
13612024-05-29T21:07:59.959Z Downloaded structmeta-derive v0.3.0
13622024-05-29T21:07:59.959Z Downloaded tracing v0.1.40
13632024-05-29T21:07:59.964Z Downloaded structmeta-derive v0.2.0
13642024-05-29T21:07:59.967Z Downloaded fd-lock v4.0.2
13652024-05-29T21:07:59.967Z Downloaded hash32 v0.2.1
13662024-05-29T21:07:59.970Z Downloaded globset v0.4.14
13672024-05-29T21:07:59.970Z Downloaded diff v0.1.13
13682024-05-29T21:07:59.973Z Downloaded subprocess v0.2.9
13692024-05-29T21:07:59.976Z Downloaded unsafe-libyaml v0.2.11
13702024-05-29T21:07:59.983Z Downloaded expectorate v1.1.0
13712024-05-29T21:07:59.986Z Downloaded strum_macros v0.24.3
13722024-05-29T21:07:59.986Z Downloaded strum v0.26.2
13732024-05-29T21:07:59.986Z Downloaded fnv v1.0.7
13742024-05-29T21:07:59.986Z Downloaded tokio-macros v2.2.0
13752024-05-29T21:07:59.986Z Downloaded plain v0.2.3
13762024-05-29T21:07:59.986Z Downloaded pin-project-lite v0.2.14
13772024-05-29T21:07:59.990Z Downloaded parse-size v1.0.0
13782024-05-29T21:07:59.993Z Downloaded rustc-hash v1.1.0
13792024-05-29T21:07:59.993Z Downloaded tokio-tungstenite v0.21.0
13802024-05-29T21:07:59.996Z Downloaded dirs-next v2.0.0
13812024-05-29T21:07:59.996Z Downloaded stringprep v0.1.4
13822024-05-29T21:07:59.996Z Downloaded digest v0.10.7
13832024-05-29T21:08:00.001Z Downloaded zeroize v1.7.0
13842024-05-29T21:08:00.001Z Downloaded getrandom v0.2.14
13852024-05-29T21:08:00.004Z Downloaded rtoolbox v0.0.2
13862024-05-29T21:08:00.004Z Downloaded tokio-tungstenite v0.20.1
13872024-05-29T21:08:00.009Z Downloaded phf v0.11.2
13882024-05-29T21:08:00.009Z Downloaded rsa v0.9.6
13892024-05-29T21:08:00.013Z Downloaded shell-words v1.1.0
13902024-05-29T21:08:00.013Z Downloaded rustc-demangle v0.1.24
13912024-05-29T21:08:00.017Z Downloaded test-strategy v0.3.1
13922024-05-29T21:08:00.023Z Downloaded radium v0.7.0
13932024-05-29T21:08:00.023Z Downloaded dof v0.1.5
13942024-05-29T21:08:00.023Z Downloaded rustc_version v0.4.0
13952024-05-29T21:08:00.023Z Downloaded static_assertions v1.1.0
13962024-05-29T21:08:00.023Z Downloaded futures-macro v0.3.30
13972024-05-29T21:08:00.027Z Downloaded elliptic-curve v0.13.8
13982024-05-29T21:08:00.030Z Downloaded samael v0.0.15
13992024-05-29T21:08:00.033Z Downloaded futures-executor v0.3.30
14002024-05-29T21:08:00.033Z Downloaded pest_derive v2.7.10
14012024-05-29T21:08:00.036Z Downloaded ff v0.13.0
14022024-05-29T21:08:00.042Z Downloaded url v2.5.0
14032024-05-29T21:08:00.046Z Downloaded http-body v0.4.6
14042024-05-29T21:08:00.046Z Downloaded difflib v0.4.0
14052024-05-29T21:08:00.046Z Downloaded derive_builder v0.20.0
14062024-05-29T21:08:00.049Z Downloaded futures-channel v0.3.30
14072024-05-29T21:08:00.049Z Downloaded password-hash v0.5.0
14082024-05-29T21:08:00.053Z Downloaded tokio-postgres v0.7.10
14092024-05-29T21:08:00.056Z Downloaded flagset v0.4.5
14102024-05-29T21:08:00.059Z Downloaded pin-utils v0.1.0
14112024-05-29T21:08:00.059Z Downloaded heapless v0.8.0
14122024-05-29T21:08:00.062Z Downloaded schemars v0.8.19
14132024-05-29T21:08:00.072Z Downloaded poly1305 v0.8.0
14142024-05-29T21:08:00.075Z Downloaded signal-hook-registry v1.4.2
14152024-05-29T21:08:00.079Z Downloaded pin-project-internal v1.1.5
14162024-05-29T21:08:00.079Z Downloaded whoami v1.5.1
14172024-05-29T21:08:00.079Z Downloaded salty v0.2.0
14182024-05-29T21:08:00.084Z Downloaded toml v0.7.8
14192024-05-29T21:08:00.087Z Downloaded http v0.2.12
14202024-05-29T21:08:00.091Z Downloaded fatfs v0.3.6
14212024-05-29T21:08:00.094Z Downloaded derive-where v1.2.7
14222024-05-29T21:08:00.097Z Downloaded tracing-attributes v0.1.27
14232024-05-29T21:08:00.101Z Downloaded tough v0.17.1
14242024-05-29T21:08:00.109Z Downloaded paste v1.0.15
14252024-05-29T21:08:00.113Z Downloaded ucd-trie v0.1.6
14262024-05-29T21:08:00.113Z Downloaded parking_lot v0.12.2
14272024-05-29T21:08:00.113Z Downloaded portable-atomic v1.6.0
14282024-05-29T21:08:00.118Z Downloaded zerocopy-derive v0.7.34
14292024-05-29T21:08:00.122Z Downloaded signal-hook v0.3.17
14302024-05-29T21:08:00.126Z Downloaded similar v2.5.0
14312024-05-29T21:08:00.130Z Downloaded rcgen v0.12.1
14322024-05-29T21:08:00.133Z Downloaded toml_edit v0.19.15
14332024-05-29T21:08:00.148Z Downloaded typenum v1.17.0
14342024-05-29T21:08:00.151Z Downloaded heapless v0.7.17
14352024-05-29T21:08:00.154Z Downloaded headers v0.3.9
14362024-05-29T21:08:00.160Z Downloaded rustc_version v0.1.7
14372024-05-29T21:08:00.163Z Downloaded rayon-core v1.12.1
14382024-05-29T21:08:00.166Z Downloaded unicode_categories v0.1.1
14392024-05-29T21:08:00.166Z Downloaded hashbrown v0.13.2
14402024-05-29T21:08:00.170Z Downloaded tungstenite v0.21.0
14412024-05-29T21:08:00.173Z Downloaded rustls-webpki v0.101.7
14422024-05-29T21:08:00.190Z Downloaded tracing-core v0.1.32
14432024-05-29T21:08:00.194Z Downloaded snafu v0.8.2
14442024-05-29T21:08:00.197Z Downloaded regex-automata v0.1.10
14452024-05-29T21:08:00.200Z Downloaded h2 v0.3.26
14462024-05-29T21:08:00.207Z Downloaded trust-dns-resolver v0.22.0
14472024-05-29T21:08:00.214Z Downloaded flume v0.11.0
14482024-05-29T21:08:00.214Z Downloaded hashbrown v0.12.3
14492024-05-29T21:08:00.219Z Downloaded ron v0.8.1
14502024-05-29T21:08:00.224Z Downloaded trust-dns-server v0.22.1
14512024-05-29T21:08:00.229Z Downloaded rustyline v14.0.0
14522024-05-29T21:08:00.234Z Downloaded futures-util v0.3.30
14532024-05-29T21:08:00.245Z Downloaded flate2 v1.0.30
14542024-05-29T21:08:00.250Z Downloaded der v0.7.9
14552024-05-29T21:08:00.255Z Downloaded chrono v0.4.38
14562024-05-29T21:08:00.262Z Downloaded reedline v0.31.0
14572024-05-29T21:08:00.269Z Downloaded typed-path v0.7.1
14582024-05-29T21:08:00.278Z Downloaded webpki-roots v0.25.4
14592024-05-29T21:08:00.281Z Downloaded openssl v0.10.64
14602024-05-29T21:08:00.288Z Downloaded winnow v0.5.40
14612024-05-29T21:08:00.297Z Downloaded goblin v0.8.2
14622024-05-29T21:08:00.303Z Downloaded object v0.32.2
14632024-05-29T21:08:00.313Z Downloaded pest v2.7.10
14642024-05-29T21:08:00.320Z Downloaded nix v0.28.0
14652024-05-29T21:08:00.330Z Downloaded rustls v0.21.12
14662024-05-29T21:08:00.341Z Downloaded rayon v1.10.0
14672024-05-29T21:08:00.351Z Downloaded rustls-webpki v0.102.4
14682024-05-29T21:08:00.369Z Downloaded quick-xml v0.31.0
14692024-05-29T21:08:00.373Z Downloaded diesel v2.1.6
14702024-05-29T21:08:00.390Z Downloaded regress v0.9.1
14712024-05-29T21:08:00.399Z Downloaded syn v1.0.109
14722024-05-29T21:08:00.409Z Downloaded rustls v0.22.4
14732024-05-29T21:08:00.421Z Downloaded polar-core v0.27.3
14742024-05-29T21:08:00.431Z Downloaded trust-dns-proto v0.22.0
14752024-05-29T21:08:00.442Z Downloaded vcpkg v0.2.15
14762024-05-29T21:08:00.480Z Downloaded tabled v0.15.0
14772024-05-29T21:08:00.495Z Downloaded smoltcp v0.11.0
14782024-05-29T21:08:00.508Z Downloaded zerocopy-derive v0.2.0
14792024-05-29T21:08:00.516Z Downloaded gimli v0.28.1
14802024-05-29T21:08:00.524Z Downloaded tokio v1.37.0
14812024-05-29T21:08:00.563Z Downloaded sha3 v0.10.8
14822024-05-29T21:08:00.566Z Downloaded regex-automata v0.4.6
14832024-05-29T21:08:00.582Z Downloaded regex v1.10.4
14842024-05-29T21:08:00.595Z Downloaded regex-syntax v0.8.3
14852024-05-29T21:08:00.603Z Downloaded smoltcp v0.9.1
14862024-05-29T21:08:00.614Z Downloaded radix_trie v0.2.1
14872024-05-29T21:08:00.618Z Downloaded regex-syntax v0.6.29
14882024-05-29T21:08:00.625Z Downloaded bstr v1.9.1
14892024-05-29T21:08:00.636Z Downloaded bstr v0.2.17
14902024-05-29T21:08:00.646Z Downloaded curve25519-dalek v4.1.2
14912024-05-29T21:08:00.654Z Downloaded openapiv3 v2.0.0
14922024-05-29T21:08:00.668Z Downloaded bitvec v1.0.1
14932024-05-29T21:08:00.679Z Downloaded object v0.30.4
14942024-05-29T21:08:00.689Z Downloaded serde_with v3.8.1
14952024-05-29T21:08:00.696Z Downloaded hkdf v0.12.4
14962024-05-29T21:08:00.700Z Downloaded time v0.3.36
14972024-05-29T21:08:00.705Z Downloaded lalrpop v0.19.12
14982024-05-29T21:08:00.716Z Downloaded ratatui v0.26.2
14992024-05-29T21:08:00.733Z Downloaded sled v0.34.7
15002024-05-29T21:08:00.744Z Downloaded steno v0.4.0
15012024-05-29T21:08:00.748Z Downloaded reqwest v0.11.27
15022024-05-29T21:08:00.757Z Downloaded proptest v1.4.0
15032024-05-29T21:08:00.763Z Downloaded sqlparser v0.45.0
15042024-05-29T21:08:00.768Z Downloaded bzip2-sys v0.1.11+1.0.8
15052024-05-29T21:08:00.782Z Downloaded publicsuffix v2.2.3
15062024-05-29T21:08:00.785Z Downloaded zerocopy-derive v0.6.6
15072024-05-29T21:08:00.793Z Downloaded http v1.1.0
15082024-05-29T21:08:00.797Z Downloaded zerocopy v0.7.34
15092024-05-29T21:08:00.812Z Downloaded idna v0.2.3
15102024-05-29T21:08:00.818Z Downloaded strip-ansi-escapes v0.2.0
15112024-05-29T21:08:00.823Z Downloaded shlex v1.3.0
15122024-05-29T21:08:00.823Z Downloaded unicode-normalization v0.1.23
15132024-05-29T21:08:00.826Z Downloaded postcard v1.0.8
15142024-05-29T21:08:00.829Z Downloaded idna v0.3.0
15152024-05-29T21:08:00.833Z Downloaded blake3 v1.5.1
15162024-05-29T21:08:00.846Z Downloaded dof v0.3.0
15172024-05-29T21:08:00.849Z Downloaded textwrap v0.16.1
15182024-05-29T21:08:00.849Z Downloaded prettyplease v0.2.20
15192024-05-29T21:08:00.849Z Downloaded petgraph v0.6.5
15202024-05-29T21:08:00.864Z Downloaded finl_unicode v1.2.0
15212024-05-29T21:08:00.876Z Downloaded csv v1.3.0
15222024-05-29T21:08:00.896Z Downloaded owo-colors v4.0.0
15232024-05-29T21:08:00.900Z Downloaded unicode-segmentation v1.11.0
15242024-05-29T21:08:00.904Z Downloaded tokio-util v0.7.11
15252024-05-29T21:08:00.908Z Downloaded libm v0.2.8
15262024-05-29T21:08:00.917Z Downloaded itertools v0.12.1
15272024-05-29T21:08:00.921Z Downloaded nom v7.1.3
15282024-05-29T21:08:00.927Z Downloaded libxml v0.3.3
15292024-05-29T21:08:00.932Z Downloaded smf v0.2.3
15302024-05-29T21:08:00.935Z Downloaded smawk v0.3.2
15312024-05-29T21:08:00.936Z Downloaded smallvec v1.13.2
15322024-05-29T21:08:00.940Z Downloaded proc-macro-error v1.0.4
15332024-05-29T21:08:00.940Z Downloaded itertools v0.10.5
15342024-05-29T21:08:00.945Z Downloaded tabled_derive v0.7.0
15352024-05-29T21:08:00.949Z Downloaded string_cache v0.8.7
15362024-05-29T21:08:00.949Z Downloaded packed_struct v0.10.1
15372024-05-29T21:08:00.953Z Downloaded postgres-protocol v0.6.6
15382024-05-29T21:08:00.953Z Downloaded walkdir v2.5.0
15392024-05-29T21:08:00.953Z Downloaded psl-types v2.0.11
15402024-05-29T21:08:00.956Z Downloaded getopts v0.2.21
15412024-05-29T21:08:00.956Z Downloaded proc-macro-crate v1.3.1
15422024-05-29T21:08:00.956Z Downloaded usdt v0.3.5
15432024-05-29T21:08:00.956Z Downloaded universal-hash v0.5.1
15442024-05-29T21:08:00.962Z Downloaded chacha20poly1305 v0.10.1
15452024-05-29T21:08:00.963Z Downloaded futures-task v0.3.30
15462024-05-29T21:08:00.963Z Downloaded float-cmp v0.9.0
15472024-05-29T21:08:00.966Z Downloaded embedded-io v0.4.0
15482024-05-29T21:08:00.966Z Downloaded zeroize_derive v1.4.2
15492024-05-29T21:08:00.966Z Downloaded crypto-bigint v0.5.5
15502024-05-29T21:08:00.970Z Downloaded parking_lot_core v0.9.10
15512024-05-29T21:08:00.973Z Downloaded parking_lot_core v0.8.6
15522024-05-29T21:08:00.973Z Downloaded peg-macros v0.8.3
15532024-05-29T21:08:00.977Z Downloaded data-encoding v2.6.0
15542024-05-29T21:08:00.977Z Downloaded const_format v0.2.32
15552024-05-29T21:08:00.982Z Downloaded slog-bunyan v2.5.0
15562024-05-29T21:08:00.982Z Downloaded slog-async v2.8.0
15572024-05-29T21:08:00.982Z Downloaded tokio-rustls v0.25.0
15582024-05-29T21:08:00.985Z Downloaded half v2.4.1
15592024-05-29T21:08:00.989Z Downloaded snafu-derive v0.8.2
15602024-05-29T21:08:00.989Z Downloaded tempfile v3.10.1
15612024-05-29T21:08:00.993Z Downloaded tungstenite v0.20.1
15622024-05-29T21:08:00.993Z Downloaded toml v0.5.11
15632024-05-29T21:08:00.996Z Downloaded serde_yaml v0.9.34+deprecated
15642024-05-29T21:08:01.000Z Downloaded xattr v1.3.1
15652024-05-29T21:08:01.000Z Downloaded socket2 v0.5.7
15662024-05-29T21:08:01.003Z Downloaded serde-big-array v0.4.1
15672024-05-29T21:08:01.003Z Downloaded pretty-hex v0.2.1
15682024-05-29T21:08:01.003Z Downloaded encoding_rs v0.8.34
15692024-05-29T21:08:01.024Z Downloaded termcolor v1.4.1
15702024-05-29T21:08:01.027Z Downloaded stable_deref_trait v1.2.0
15712024-05-29T21:08:01.027Z Downloaded slog-json v2.6.1
15722024-05-29T21:08:01.027Z Downloaded siphasher v0.3.11
15732024-05-29T21:08:01.034Z Downloaded signal-hook-mio v0.2.3
15742024-05-29T21:08:01.034Z Downloaded env_logger v0.10.2
15752024-05-29T21:08:01.037Z Downloaded ed25519 v1.5.3
15762024-05-29T21:08:01.037Z Downloaded usdt-impl v0.3.5
15772024-05-29T21:08:01.037Z Downloaded tar v0.4.40
15782024-05-29T21:08:01.037Z Downloaded compact_str v0.7.1
15792024-05-29T21:08:01.040Z Downloaded resolv-conf v0.7.0
15802024-05-29T21:08:01.041Z Downloaded crossbeam-utils v0.8.19
15812024-05-29T21:08:01.044Z Downloaded cookie v0.18.1
15822024-05-29T21:08:01.047Z Downloaded unicode-linebreak v0.1.5
15832024-05-29T21:08:01.047Z Downloaded miniz_oxide v0.7.2
15842024-05-29T21:08:01.050Z Downloaded crc-any v2.5.0
15852024-05-29T21:08:01.050Z Downloaded heck v0.4.1
15862024-05-29T21:08:01.054Z Downloaded heck v0.3.3
15872024-05-29T21:08:01.054Z Downloaded lock_api v0.4.12
15882024-05-29T21:08:01.054Z Downloaded cookie v0.17.0
15892024-05-29T21:08:01.057Z Downloaded ciborium v0.2.2
15902024-05-29T21:08:01.057Z Downloaded bzip2 v0.4.4
15912024-05-29T21:08:01.060Z Downloaded console v0.15.8
15922024-05-29T21:08:01.064Z Downloaded block-buffer v0.10.4
15932024-05-29T21:08:01.064Z Downloaded ipnetwork v0.20.0
15942024-05-29T21:08:01.064Z Downloaded sha1 v0.10.6
15952024-05-29T21:08:01.068Z Downloaded serde_plain v1.0.2
15962024-05-29T21:08:01.068Z Downloaded scroll v0.12.0
15972024-05-29T21:08:01.068Z Downloaded nodrop v0.1.14
15982024-05-29T21:08:01.068Z Downloaded same-file v1.0.6
15992024-05-29T21:08:01.071Z Downloaded rustls-pemfile v1.0.4
16002024-05-29T21:08:01.071Z Downloaded curve25519-dalek-derive v0.1.1
16012024-05-29T21:08:01.074Z Downloaded num v0.4.3
16022024-05-29T21:08:01.074Z Downloaded newtype-uuid v1.1.0
16032024-05-29T21:08:01.074Z Downloaded mime v0.3.17
16042024-05-29T21:08:01.074Z Downloaded convert_case v0.4.0
16052024-05-29T21:08:01.078Z Downloaded cobs v0.2.3
16062024-05-29T21:08:01.078Z Downloaded nanorand v0.7.0
16072024-05-29T21:08:01.081Z Downloaded maplit v1.0.2
16082024-05-29T21:08:01.081Z Downloaded crc-catalog v2.4.0
16092024-05-29T21:08:01.081Z Downloaded ciborium-ll v0.2.2
16102024-05-29T21:08:01.081Z Downloaded chacha20 v0.9.1
16112024-05-29T21:08:01.084Z Downloaded bit-vec v0.6.3
16122024-05-29T21:08:01.084Z Downloaded num-conv v0.1.0
16132024-05-29T21:08:01.084Z Downloaded async-stream v0.3.5
16142024-05-29T21:08:01.091Z Downloaded arrayvec v0.7.4
16152024-05-29T21:08:01.423Z Downloaded ring v0.17.8
16162024-05-29T21:08:01.544Z Downloaded ring v0.16.20
16172024-05-29T21:08:01.753Z Compiling proc-macro2 v1.0.82
16182024-05-29T21:08:01.756Z Compiling unicode-ident v1.0.12
16192024-05-29T21:08:01.756Z Compiling libc v0.2.153
16202024-05-29T21:08:01.756Z Compiling serde v1.0.202
16212024-05-29T21:08:01.756Z Compiling autocfg v1.3.0
16222024-05-29T21:08:01.757Z Compiling version_check v0.9.4
16232024-05-29T21:08:01.757Z Compiling cfg-if v1.0.0
16242024-05-29T21:08:01.971Z Compiling cc v1.0.97
16252024-05-29T21:08:01.986Z Compiling parking_lot_core v0.9.10
16262024-05-29T21:08:01.996Z Compiling libm v0.2.8
16272024-05-29T21:08:02.355Z Compiling serde_json v1.0.117
16282024-05-29T21:08:02.428Z Compiling memchr v2.7.2
16292024-05-29T21:08:02.437Z Compiling typenum v1.17.0
16302024-05-29T21:08:02.449Z Compiling ahash v0.8.11
16312024-05-29T21:08:02.662Z Compiling lock_api v0.4.12
16322024-05-29T21:08:02.768Z Compiling num-traits v0.2.19
16332024-05-29T21:08:02.957Z Compiling once_cell v1.19.0
16342024-05-29T21:08:03.047Z Compiling generic-array v0.14.7
16352024-05-29T21:08:03.319Z Compiling quote v1.0.36
16362024-05-29T21:08:03.333Z Compiling byteorder v1.5.0
16372024-05-29T21:08:03.833Z Compiling syn v2.0.64
16382024-05-29T21:08:03.917Z Compiling getrandom v0.2.14
16392024-05-29T21:08:03.936Z Compiling log v0.4.21
16402024-05-29T21:08:03.996Z Compiling itoa v1.0.11
16412024-05-29T21:08:04.026Z Compiling thiserror v1.0.60
16422024-05-29T21:08:04.471Z Compiling scopeguard v1.2.0
16432024-05-29T21:08:04.537Z Compiling slab v0.4.9
16442024-05-29T21:08:04.664Z Compiling pkg-config v0.3.30
16452024-05-29T21:08:04.851Z Compiling smallvec v1.13.2
16462024-05-29T21:08:04.885Z Compiling ring v0.17.8
16472024-05-29T21:08:04.973Z Compiling ryu v1.0.18
16482024-05-29T21:08:05.164Z Compiling semver v1.0.23
16492024-05-29T21:08:05.394Z Compiling pin-project-lite v0.2.14
16502024-05-29T21:08:05.407Z Compiling vcpkg v0.2.15
16512024-05-29T21:08:05.581Z Compiling allocator-api2 v0.2.18
16522024-05-29T21:08:05.919Z Compiling parking_lot v0.12.2
16532024-05-29T21:08:06.321Z Compiling rand_core v0.6.4
16542024-05-29T21:08:06.840Z Compiling schemars v0.8.19
16552024-05-29T21:08:07.012Z Compiling openssl-sys v0.9.102
16562024-05-29T21:08:07.166Z Compiling signal-hook-registry v1.4.2
16572024-05-29T21:08:07.928Z Compiling num-conv v0.1.0
16582024-05-29T21:08:08.019Z Compiling time-core v0.1.2
16592024-05-29T21:08:08.202Z Compiling time-macros v0.2.18
16602024-05-29T21:08:08.266Z Compiling mio v0.8.11
16612024-05-29T21:08:08.938Z Compiling rustix v0.38.34
16622024-05-29T21:08:08.976Z Compiling futures-core v0.3.30
16632024-05-29T21:08:09.009Z Compiling httparse v1.8.0
16642024-05-29T21:08:09.918Z Compiling socket2 v0.5.7
16652024-05-29T21:08:09.959Z Compiling num_cpus v1.16.0
16662024-05-29T21:08:10.134Z Compiling openssl v0.10.64
16672024-05-29T21:08:10.168Z Compiling syn v1.0.109
16682024-05-29T21:08:10.503Z Compiling subtle v2.5.0
16692024-05-29T21:08:10.630Z Compiling const-oid v0.9.6
16702024-05-29T21:08:10.663Z Compiling equivalent v1.0.1
16712024-05-29T21:08:10.764Z Compiling fnv v1.0.7
16722024-05-29T21:08:10.778Z Compiling spin v0.9.8
16732024-05-29T21:08:10.879Z Compiling iana-time-zone v0.1.60
16742024-05-29T21:08:11.165Z Compiling serde_derive_internals v0.29.1
16752024-05-29T21:08:11.197Z Compiling heck v0.5.0
16762024-05-29T21:08:11.258Z Compiling rustls v0.21.12
16772024-05-29T21:08:11.286Z Compiling native-tls v0.2.11
16782024-05-29T21:08:11.538Z Compiling tinyvec_macros v0.1.1
16792024-05-29T21:08:11.628Z Compiling tinyvec v1.6.0
16802024-05-29T21:08:11.628Z Compiling futures-sink v0.3.30
16812024-05-29T21:08:11.778Z Compiling crossbeam-utils v0.8.19
16822024-05-29T21:08:12.556Z Compiling cookie v0.17.0
16832024-05-29T21:08:13.100Z Compiling unicode-normalization v0.1.23
16842024-05-29T21:08:13.133Z Compiling ucd-trie v0.1.6
16852024-05-29T21:08:13.591Z Compiling futures-channel v0.3.30
16862024-05-29T21:08:13.913Z Compiling unicode-bidi v0.3.15
16872024-05-29T21:08:13.997Z Compiling pin-utils v0.1.0
16882024-05-29T21:08:14.086Z Compiling dyn-clone v1.0.17
16892024-05-29T21:08:14.243Z Compiling futures-task v0.3.30
16902024-05-29T21:08:14.304Z Compiling futures-io v0.3.30
16912024-05-29T21:08:14.466Z Compiling slog v2.7.0
16922024-05-29T21:08:14.639Z Compiling heck v0.4.1
16932024-05-29T21:08:14.875Z Compiling untrusted v0.9.0
16942024-05-29T21:08:15.214Z Compiling aho-corasick v1.1.3
16952024-05-29T21:08:15.409Z Compiling crc32fast v1.4.0
16962024-05-29T21:08:15.497Z Compiling regex-syntax v0.8.3
16972024-05-29T21:08:15.789Z Compiling powerfmt v0.2.0
16982024-05-29T21:08:15.836Z Compiling usdt-impl v0.5.0
16992024-05-29T21:08:16.142Z Compiling deranged v0.3.11
17002024-05-29T21:08:16.281Z Compiling serde_derive v1.0.202
17012024-05-29T21:08:16.378Z Compiling zerocopy-derive v0.7.34
17022024-05-29T21:08:17.015Z Compiling zeroize_derive v1.4.2
17032024-05-29T21:08:18.127Z Compiling tokio-macros v2.2.0
17042024-05-29T21:08:18.222Z Compiling thiserror-impl v1.0.60
17052024-05-29T21:08:18.403Z Compiling zerocopy v0.7.34
17062024-05-29T21:08:19.194Z Compiling futures-macro v0.3.30
17072024-05-29T21:08:19.541Z Compiling zeroize v1.7.0
17082024-05-29T21:08:20.545Z Compiling hashbrown v0.14.5
17092024-05-29T21:08:20.969Z Compiling tracing-attributes v0.1.27
17102024-05-29T21:08:21.001Z Compiling schemars_derive v0.8.19
17112024-05-29T21:08:22.482Z Compiling der_derive v0.7.2
17122024-05-29T21:08:23.164Z Compiling openssl-macros v0.1.1
17132024-05-29T21:08:23.864Z Compiling scroll_derive v0.12.0
17142024-05-29T21:08:23.878Z Compiling pest v2.7.10
17152024-05-29T21:08:23.898Z Compiling crypto-common v0.1.6
17162024-05-29T21:08:24.102Z Compiling futures-util v0.3.30
17172024-05-29T21:08:24.435Z Compiling block-buffer v0.10.4
17182024-05-29T21:08:24.690Z Compiling digest v0.10.7
17192024-05-29T21:08:25.131Z Compiling regex-automata v0.4.6
17202024-05-29T21:08:25.277Z Compiling num_threads v0.1.7
17212024-05-29T21:08:25.614Z Compiling percent-encoding v2.3.1
17222024-05-29T21:08:26.100Z Compiling time v0.3.36
17232024-05-29T21:08:26.604Z Compiling pest_meta v2.7.10
17242024-05-29T21:08:29.421Z Compiling bytes v1.6.0
17252024-05-29T21:08:30.653Z Compiling bitflags v2.5.0
17262024-05-29T21:08:31.045Z Compiling tokio v1.37.0
17272024-05-29T21:08:31.242Z Compiling indexmap v2.2.6
17282024-05-29T21:08:31.257Z Compiling uuid v1.8.0
17292024-05-29T21:08:31.959Z Compiling serde_tokenstream v0.2.0
17302024-05-29T21:08:32.456Z Compiling chrono v0.4.38
17312024-05-29T21:08:33.599Z Compiling http v0.2.12
17322024-05-29T21:08:35.918Z Compiling pest_generator v2.7.10
17332024-05-29T21:08:37.756Z Compiling pest_derive v2.7.10
17342024-05-29T21:08:37.856Z Compiling rustc_version v0.4.0
17352024-05-29T21:08:38.499Z Compiling heapless v0.7.17
17362024-05-29T21:08:39.119Z Compiling scroll v0.12.0
17372024-05-29T21:08:39.722Z Compiling zerocopy-derive v0.6.6
17382024-05-29T21:08:40.300Z Compiling backtrace v0.3.71
17392024-05-29T21:08:40.738Z Compiling tracing-core v0.1.32
17402024-05-29T21:08:41.362Z Compiling errno v0.3.9
17412024-05-29T21:08:41.544Z Compiling signal-hook v0.3.17
17422024-05-29T21:08:41.600Z Compiling base64 v0.21.7
17432024-05-29T21:08:41.818Z Compiling ppv-lite86 v0.2.17
17442024-05-29T21:08:42.702Z Compiling plain v0.2.3
17452024-05-29T21:08:42.871Z Compiling goblin v0.8.2
17462024-05-29T21:08:43.210Z Compiling rand_chacha v0.3.1
17472024-05-29T21:08:43.242Z Compiling tracing v0.1.40
17482024-05-29T21:08:44.122Z Compiling tokio-util v0.7.11
17492024-05-29T21:08:44.163Z Compiling regex v1.10.4
17502024-05-29T21:08:44.532Z Compiling async-trait v0.1.80
17512024-05-29T21:08:45.462Z Compiling strsim v0.11.1
17522024-05-29T21:08:45.893Z Compiling rustversion v1.0.17
17532024-05-29T21:08:46.363Z Compiling pretty-hex v0.4.1
17542024-05-29T21:08:46.877Z Compiling rand v0.8.5
17552024-05-29T21:08:48.434Z Compiling dof v0.3.0
17562024-05-29T21:08:48.557Z Compiling dtrace-parser v0.2.0
17572024-05-29T21:08:48.684Z Compiling form_urlencoded v1.2.1
17582024-05-29T21:08:49.046Z Compiling thread-id v4.2.1
17592024-05-29T21:08:49.152Z Compiling base64ct v1.6.0
17602024-05-29T21:08:49.201Z Compiling unicode-width v0.1.12
17612024-05-29T21:08:49.389Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17622024-05-29T21:08:49.732Z Compiling try-lock v0.2.5
17632024-05-29T21:08:49.952Z Compiling foreign-types-shared v0.1.1
17642024-05-29T21:08:50.049Z Compiling anyhow v1.0.83
17652024-05-29T21:08:50.258Z Compiling smoltcp v0.9.1
17662024-05-29T21:08:50.375Z Compiling pem-rfc7468 v0.7.0
17672024-05-29T21:08:50.406Z Compiling foreign-types v0.3.2
17682024-05-29T21:08:50.559Z Compiling want v0.3.1
17692024-05-29T21:08:51.992Z Compiling h2 v0.3.26
17702024-05-29T21:08:52.136Z Compiling http-body v0.4.6
17712024-05-29T21:08:52.691Z Compiling hmac v0.12.1
17722024-05-29T21:08:52.749Z Compiling clap_derive v4.5.4
17732024-05-29T21:08:53.079Z Compiling tower-service v0.3.2
17742024-05-29T21:08:53.438Z Compiling flagset v0.4.5
17752024-05-29T21:08:53.672Z Compiling siphasher v0.3.11
17762024-05-29T21:08:53.998Z Compiling httpdate v1.0.3
17772024-05-29T21:08:54.804Z Compiling der v0.7.9
17782024-05-29T21:09:01.649Z Compiling hyper v0.14.28
17792024-05-29T21:09:08.310Z Compiling rustls-webpki v0.101.7
17802024-05-29T21:09:09.946Z Compiling sct v0.7.1
17812024-05-29T21:09:10.697Z Compiling openapiv3 v2.0.0
17822024-05-29T21:09:10.760Z Compiling hubpack_derive v0.1.1
17832024-05-29T21:09:11.624Z Compiling idna v0.5.0
17842024-05-29T21:09:13.469Z Compiling fs-err v2.11.0
17852024-05-29T21:09:13.671Z Compiling openssl-probe v0.1.5
17862024-05-29T21:09:13.797Z Compiling finl_unicode v1.2.0
17872024-05-29T21:09:13.944Z Compiling adler v1.0.2
17882024-05-29T21:09:14.147Z Compiling cpufeatures v0.2.12
17892024-05-29T21:09:14.242Z Compiling utf8parse v0.2.1
17902024-05-29T21:09:14.485Z Compiling spin v0.5.2
17912024-05-29T21:09:14.589Z Compiling anstyle v1.0.7
17922024-05-29T21:09:14.737Z Compiling anstyle-parse v0.2.4
17932024-05-29T21:09:14.949Z Compiling stringprep v0.1.4
17942024-05-29T21:09:15.007Z Compiling sha2 v0.10.8
17952024-05-29T21:09:15.038Z Compiling miniz_oxide v0.7.2
17962024-05-29T21:09:15.745Z Compiling url v2.5.0
17972024-05-29T21:09:18.582Z Compiling spki v0.7.3
17982024-05-29T21:09:19.484Z Compiling usdt-attr-macro v0.5.0
17992024-05-29T21:09:19.552Z Compiling usdt-macro v0.5.0
18002024-05-29T21:09:20.995Z Compiling md-5 v0.10.6
18012024-05-29T21:09:21.266Z Compiling serde_spanned v0.6.6
18022024-05-29T21:09:21.371Z Compiling toml_datetime v0.6.6
18032024-05-29T21:09:21.468Z Compiling regress v0.9.1
18042024-05-29T21:09:21.763Z Compiling idna v0.3.0
18052024-05-29T21:09:23.270Z Compiling diesel_table_macro_syntax v0.1.0
18062024-05-29T21:09:23.653Z Compiling num-integer v0.1.46
18072024-05-29T21:09:24.820Z Compiling hash32 v0.2.1
18082024-05-29T21:09:24.844Z Compiling encoding_rs v0.8.34
18092024-05-29T21:09:25.036Z Compiling mime v0.3.17
18102024-05-29T21:09:25.169Z Compiling anstyle-query v1.0.3
18112024-05-29T21:09:25.493Z Compiling psl-types v2.0.11
18122024-05-29T21:09:25.680Z Compiling colorchoice v1.0.1
18132024-05-29T21:09:25.827Z Compiling stable_deref_trait v1.2.0
18142024-05-29T21:09:26.056Z Compiling fallible-iterator v0.2.0
18152024-05-29T21:09:26.114Z Compiling gimli v0.28.1
18162024-05-29T21:09:26.522Z Compiling is_terminal_polyfill v1.70.0
18172024-05-29T21:09:26.522Z Compiling anstream v0.6.14
18182024-05-29T21:09:26.757Z Compiling postgres-protocol v0.6.6
18192024-05-29T21:09:27.026Z Compiling publicsuffix v2.2.3
18202024-05-29T21:09:28.152Z Compiling lazy_static v1.4.0
18212024-05-29T21:09:28.259Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18222024-05-29T21:09:29.821Z Compiling diesel_derives v2.1.4
18232024-05-29T21:09:30.767Z Compiling addr2line v0.21.0
18242024-05-29T21:09:32.263Z Compiling tokio-rustls v0.24.1
18252024-05-29T21:09:33.422Z Compiling pkcs8 v0.10.2
18262024-05-29T21:09:33.449Z Compiling terminal_size v0.3.0
18272024-05-29T21:09:33.774Z Compiling tokio-native-tls v0.3.1
18282024-05-29T21:09:33.937Z Compiling phf_shared v0.11.2
18292024-05-29T21:09:34.181Z Compiling strum_macros v0.25.3
18302024-05-29T21:09:35.199Z Compiling serde_urlencoded v0.7.1
18312024-05-29T21:09:36.711Z Compiling enum-as-inner v0.5.1
18322024-05-29T21:09:36.731Z Compiling block-padding v0.3.3
18332024-05-29T21:09:36.947Z Compiling serde_repr v0.1.19
18342024-05-29T21:09:37.735Z Compiling ff v0.13.0
18352024-05-29T21:09:37.960Z Compiling scheduled-thread-pool v0.2.7
18362024-05-29T21:09:37.988Z Compiling object v0.32.2
18372024-05-29T21:09:38.445Z Compiling either v1.12.0
18382024-05-29T21:09:38.872Z Compiling bit-vec v0.6.3
18392024-05-29T21:09:39.283Z Compiling winnow v0.5.40
18402024-05-29T21:09:39.660Z Compiling bitflags v1.3.2
18412024-05-29T21:09:39.751Z Compiling base16ct v0.2.0
18422024-05-29T21:09:40.027Z Compiling managed v0.8.0
18432024-05-29T21:09:40.307Z Compiling ipnet v2.9.0
18442024-05-29T21:09:40.476Z Compiling clap_lex v0.7.0
18452024-05-29T21:09:40.910Z Compiling matches v0.1.10
18462024-05-29T21:09:41.343Z Compiling rustc-demangle v0.1.24
18472024-05-29T21:09:42.719Z Compiling idna v0.2.3
18482024-05-29T21:09:43.112Z Compiling toml_edit v0.19.15
18492024-05-29T21:09:43.256Z Compiling clap_builder v4.5.2
18502024-05-29T21:09:43.679Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18512024-05-29T21:09:44.094Z Compiling sec1 v0.7.3
18522024-05-29T21:09:45.071Z Compiling r2d2 v0.8.10
18532024-05-29T21:09:45.517Z Compiling group v0.13.0
18542024-05-29T21:09:46.098Z Compiling inout v0.1.3
18552024-05-29T21:09:46.519Z Compiling phf v0.11.2
18562024-05-29T21:09:46.599Z Compiling hyper-tls v0.5.0
18572024-05-29T21:09:47.032Z Compiling hyper-rustls v0.24.2
18582024-05-29T21:09:47.130Z Compiling signal-hook-mio v0.2.3
18592024-05-29T21:09:47.373Z Compiling cookie_store v0.20.0
18602024-05-29T21:09:47.424Z Compiling postgres-types v0.2.6
18612024-05-29T21:09:47.577Z Compiling num-bigint v0.4.5
18622024-05-29T21:09:49.993Z Compiling hubpack v0.1.2
18632024-05-29T21:09:50.073Z Compiling rustls-pemfile v1.0.4
18642024-05-29T21:09:50.398Z Compiling phf_shared v0.10.0
18652024-05-29T21:09:50.430Z Compiling hkdf v0.12.4
18662024-05-29T21:09:50.705Z Compiling zerocopy v0.6.6
18672024-05-29T21:09:50.740Z Compiling ipnetwork v0.20.0
18682024-05-29T21:09:50.953Z Compiling futures-executor v0.3.30
18692024-05-29T21:09:51.055Z Compiling crypto-bigint v0.5.5
18702024-05-29T21:09:51.439Z Compiling float-cmp v0.9.0
18712024-05-29T21:09:51.455Z Compiling memmap v0.7.0
18722024-05-29T21:09:51.501Z Compiling unicode-segmentation v1.11.0
18732024-05-29T21:09:51.631Z Compiling minimal-lexical v0.2.1
18742024-05-29T21:09:51.750Z Compiling difflib v0.4.0
18752024-05-29T21:09:51.900Z Compiling sync_wrapper v0.1.2
18762024-05-29T21:09:52.057Z Compiling data-encoding v2.6.0
18772024-05-29T21:09:52.191Z Compiling precomputed-hash v0.1.1
18782024-05-29T21:09:52.255Z Compiling webpki-roots v0.25.4
18792024-05-29T21:09:52.300Z Compiling static_assertions v1.1.0
18802024-05-29T21:09:52.387Z Compiling normalize-line-endings v0.3.0
18812024-05-29T21:09:52.417Z Compiling fixedbitset v0.4.2
18822024-05-29T21:09:52.499Z Compiling winnow v0.6.8
18832024-05-29T21:09:52.924Z Compiling whoami v1.5.1
18842024-05-29T21:09:52.968Z Compiling predicates-core v1.0.6
18852024-05-29T21:09:53.263Z Compiling new_debug_unreachable v1.0.6
18862024-05-29T21:09:53.300Z Compiling tokio-postgres v0.7.10
18872024-05-29T21:09:53.348Z Compiling string_cache v0.8.7
18882024-05-29T21:09:53.443Z Compiling predicates v3.1.0
18892024-05-29T21:09:53.764Z Compiling reqwest v0.11.27
18902024-05-29T21:09:54.492Z Compiling elliptic-curve v0.13.8
18912024-05-29T21:09:54.736Z Compiling petgraph v0.6.5
18922024-05-29T21:09:54.911Z Compiling trust-dns-proto v0.22.0
18932024-05-29T21:09:54.946Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18942024-05-29T21:09:56.199Z Compiling toml_edit v0.22.13
18952024-05-29T21:09:57.764Z Compiling similar v2.5.0
18962024-05-29T21:09:58.631Z Compiling nom v7.1.3
18972024-05-29T21:09:59.706Z Compiling usdt v0.5.0
18982024-05-29T21:10:00.884Z Compiling futures v0.3.30
18992024-05-29T21:10:00.919Z Compiling diesel v2.1.6
19002024-05-29T21:10:01.720Z Compiling yasna v0.5.2
19012024-05-29T21:10:02.263Z Compiling crossterm v0.27.0
19022024-05-29T21:10:02.961Z Compiling clap v4.5.4
19032024-05-29T21:10:03.077Z Compiling cipher v0.4.4
19042024-05-29T21:10:03.270Z Compiling crossbeam-epoch v0.9.18
19052024-05-29T21:10:03.286Z Compiling flate2 v1.0.30
19062024-05-29T21:10:03.517Z Compiling toml v0.7.8
19072024-05-29T21:10:03.972Z Compiling bit-set v0.5.3
19082024-05-29T21:10:04.166Z Compiling itertools v0.10.5
19092024-05-29T21:10:04.226Z Compiling itertools v0.12.1
19102024-05-29T21:10:05.065Z Compiling console v0.15.8
19112024-05-29T21:10:05.497Z Compiling num-iter v0.1.45
19122024-05-29T21:10:06.902Z Compiling tokio-stream v0.1.15
19132024-05-29T21:10:06.973Z Compiling bstr v1.9.1
19142024-05-29T21:10:07.341Z Compiling hex v0.4.3
19152024-05-29T21:10:08.413Z Compiling camino v1.1.7
19162024-05-29T21:10:08.651Z Compiling peg-runtime v0.8.3
19172024-05-29T21:10:08.931Z Compiling lalrpop-util v0.19.12
19182024-05-29T21:10:08.978Z Compiling radium v0.7.0
19192024-05-29T21:10:17.344Z Compiling is-terminal v0.4.12
19202024-05-29T21:10:21.578Z Compiling ident_case v1.0.1
19212024-05-29T21:10:21.748Z Compiling rustls-pki-types v1.7.0
19222024-05-29T21:10:23.108Z Compiling tap v1.0.1
19232024-05-29T21:10:24.355Z Compiling maybe-uninit v2.0.0
19242024-05-29T21:10:24.864Z Compiling wyz v0.5.1
19252024-05-29T21:10:29.077Z Compiling darling_core v0.20.9
19262024-05-29T21:10:36.302Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19272024-05-29T21:10:36.555Z Compiling getopts v0.2.21
19282024-05-29T21:10:36.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292024-05-29T21:10:37.062Z Compiling bzip2-sys v0.1.11+1.0.8
19302024-05-29T21:10:37.198Z Compiling dirs-sys-next v0.1.2
19312024-05-29T21:10:37.416Z Compiling base64 v0.22.1
19322024-05-29T21:10:37.497Z Compiling packed_struct v0.10.1
19332024-05-29T21:10:37.703Z Compiling num-bigint-dig v0.8.4
19342024-05-29T21:10:37.920Z Compiling funty v2.0.0
19352024-05-29T21:10:38.305Z Compiling paste v1.0.15
19362024-05-29T21:10:38.506Z Compiling unsafe-libyaml v0.2.11
19372024-05-29T21:10:38.780Z Compiling rustls v0.22.4
19382024-05-29T21:10:39.147Z Compiling bitvec v1.0.1
19392024-05-29T21:10:40.249Z Compiling serde_yaml v0.9.34+deprecated
19402024-05-29T21:10:43.190Z Compiling dirs-next v2.0.0
19412024-05-29T21:10:43.513Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19422024-05-29T21:10:47.001Z Compiling darling_macro v0.20.9
19432024-05-29T21:10:48.220Z Compiling rustls-webpki v0.102.4
19442024-05-29T21:10:50.794Z Compiling packed_struct_codegen v0.10.1
19452024-05-29T21:10:52.597Z Compiling structmeta-derive v0.3.0
19462024-05-29T21:10:53.386Z Compiling thread_local v1.1.8
19472024-05-29T21:10:53.989Z Compiling indexmap v1.9.3
19482024-05-29T21:10:54.210Z Compiling multer v3.1.0
19492024-05-29T21:10:54.507Z Compiling nodrop v0.1.14
19502024-05-29T21:10:54.511Z Compiling fastrand v2.1.0
19512024-05-29T21:10:54.550Z Compiling crc-catalog v2.4.0
19522024-05-29T21:10:54.685Z Compiling rayon-core v1.12.1
19532024-05-29T21:10:54.781Z Compiling slog-async v2.8.0
19542024-05-29T21:10:54.972Z Compiling match_cfg v0.1.0
19552024-05-29T21:10:55.179Z Compiling hostname v0.3.1
19562024-05-29T21:10:55.243Z Compiling structmeta v0.3.0
19572024-05-29T21:10:55.303Z Compiling tempfile v3.10.1
19582024-05-29T21:10:55.619Z Compiling crc v3.2.1
19592024-05-29T21:10:56.767Z Compiling array-init v0.0.4
19602024-05-29T21:10:58.466Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19612024-05-29T21:10:58.760Z Compiling smallvec v0.6.14
19622024-05-29T21:10:58.779Z Compiling darling v0.20.9
19632024-05-29T21:10:59.207Z Compiling term v0.7.0
19642024-05-29T21:11:05.123Z Compiling crossbeam-deque v0.8.5
19652024-05-29T21:11:05.315Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19662024-05-29T21:11:05.500Z Compiling pkcs1 v0.7.5
19672024-05-29T21:11:09.566Z Compiling slog-json v2.6.1
19682024-05-29T21:11:10.658Z Compiling crossbeam-channel v0.5.12
19692024-05-29T21:11:12.323Z Compiling http v1.1.0
19702024-05-29T21:11:13.431Z Compiling signature v2.2.0
19712024-05-29T21:11:13.708Z Compiling async-stream-impl v0.3.5
19722024-05-29T21:11:14.748Z Compiling pin-project-internal v1.1.5
19732024-05-29T21:11:15.290Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
19742024-05-29T21:11:16.366Z Compiling termcolor v1.4.1
19752024-05-29T21:11:17.207Z Compiling take_mut v0.2.2
19762024-05-29T21:11:17.349Z Compiling hashbrown v0.12.3
19772024-05-29T21:11:17.399Z Compiling atomic-waker v1.1.2
19782024-05-29T21:11:17.545Z Compiling bitfield v0.14.0
19792024-05-29T21:11:18.033Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
19802024-05-29T21:11:19.294Z Compiling same-file v1.0.6
19812024-05-29T21:11:19.547Z Compiling walkdir v2.5.0
19822024-05-29T21:11:24.555Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19832024-05-29T21:11:25.733Z Compiling pin-project v1.1.5
19842024-05-29T21:11:25.864Z Compiling waitgroup v0.1.2
19852024-05-29T21:11:29.962Z Compiling env_logger v0.10.2
19862024-05-29T21:11:33.136Z Compiling async-stream v0.3.5
19872024-05-29T21:11:33.439Z Compiling rsa v0.9.6
19882024-05-29T21:11:36.137Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19892024-05-29T21:11:39.124Z Compiling slog-bunyan v2.5.0
19902024-05-29T21:11:39.452Z Compiling tokio-rustls v0.25.0
19912024-05-29T21:11:39.595Z Compiling slog-term v2.9.1
19922024-05-29T21:11:39.865Z Compiling serde-hex v0.1.0
19932024-05-29T21:11:42.411Z Compiling bzip2 v0.4.4
19942024-05-29T21:11:42.863Z Compiling serde_with_macros v3.8.1
19952024-05-29T21:11:43.026Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19962024-05-29T21:11:43.338Z Compiling parse-display-derive v0.9.0
19972024-05-29T21:11:43.717Z Compiling toml v0.8.13
19982024-05-29T21:11:44.736Z Compiling rustls-pemfile v2.1.2
19992024-05-29T21:11:48.479Z Compiling x509-cert v0.2.5
20002024-05-29T21:11:48.740Z Compiling sha1 v0.10.6
20012024-05-29T21:11:49.665Z Compiling newtype-uuid v1.1.0
20022024-05-29T21:11:49.985Z Compiling strum_macros v0.26.2
20032024-05-29T21:11:50.966Z Compiling xattr v1.3.1
20042024-05-29T21:11:50.966Z Compiling ron v0.8.1
20052024-05-29T21:11:51.435Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718)
20062024-05-29T21:11:52.405Z Compiling serde_path_to_error v0.1.16
20072024-05-29T21:11:53.466Z Compiling hashbrown v0.13.2
20082024-05-29T21:11:53.486Z Compiling snafu-derive v0.8.2
20092024-05-29T21:11:54.567Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20102024-05-29T21:11:54.808Z Compiling ring v0.16.20
20112024-05-29T21:11:55.259Z Compiling blake3 v1.5.1
20122024-05-29T21:11:55.768Z Compiling hostname v0.4.0
20132024-05-29T21:11:55.827Z Compiling filetime v0.2.23
20142024-05-29T21:11:56.004Z Compiling instant v0.1.12
20152024-05-29T21:11:56.167Z Compiling crc-any v2.5.0
20162024-05-29T21:11:57.027Z Compiling buf-list v1.0.3
20172024-05-29T21:11:57.115Z Compiling debug-ignore v1.0.5
20182024-05-29T21:11:57.549Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20192024-05-29T21:11:57.619Z Compiling backoff v0.4.0
20202024-05-29T21:11:57.959Z Compiling tar v0.4.40
20212024-05-29T21:11:58.282Z Compiling snafu v0.8.2
20222024-05-29T21:12:00.672Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20232024-05-29T21:12:00.871Z Compiling object v0.30.4
20242024-05-29T21:12:03.833Z Compiling strum v0.26.2
20252024-05-29T21:12:04.010Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20262024-05-29T21:12:05.635Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20272024-05-29T21:12:05.769Z Compiling parse-display v0.9.0
20282024-05-29T21:12:06.102Z Compiling serde_with v3.8.1
20292024-05-29T21:12:06.771Z Compiling zip v0.6.6
20302024-05-29T21:12:07.923Z Compiling rayon v1.10.0
20312024-05-29T21:12:09.594Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20322024-05-29T21:12:10.493Z Compiling camino-tempfile v1.1.1
20332024-05-29T21:12:11.246Z Compiling globset v0.4.14
20342024-05-29T21:12:13.902Z Compiling pem v3.0.4
20352024-05-29T21:12:14.394Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20362024-05-29T21:12:14.580Z Compiling olpc-cjson v0.1.3
20372024-05-29T21:12:14.899Z Compiling macaddr v1.0.1
20382024-05-29T21:12:15.417Z Compiling serde_plain v1.0.2
20392024-05-29T21:12:15.497Z Compiling async-recursion v1.1.1
20402024-05-29T21:12:15.932Z Compiling memmap2 v0.9.4
20412024-05-29T21:12:15.985Z Compiling typed-path v0.7.1
20422024-05-29T21:12:16.536Z Compiling path-slash v0.1.5
20432024-05-29T21:12:16.751Z Compiling arrayvec v0.7.4
20442024-05-29T21:12:16.968Z Compiling arrayref v0.3.7
20452024-05-29T21:12:17.062Z Compiling constant_time_eq v0.3.0
20462024-05-29T21:12:17.191Z Compiling untrusted v0.7.1
20472024-05-29T21:12:19.758Z Compiling tough v0.17.1
20482024-05-29T21:12:20.078Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20492024-05-29T21:12:20.763Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20502024-05-29T21:12:23.805Z Compiling cargo-platform v0.1.8
20512024-05-29T21:12:24.881Z Compiling parse-size v1.0.0
20522024-05-29T21:12:25.019Z Compiling topological-sort v0.2.2
20532024-05-29T21:12:25.166Z Compiling cargo_metadata v0.18.1
20542024-05-29T21:12:25.277Z Compiling omicron-zone-package v0.11.0
20552024-05-29T21:12:27.889Z Compiling shell-words v1.1.0
20562024-05-29T21:12:32.818Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20572024-05-29T21:12:45.834Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20582024-05-29T21:13:01.738Z Finished release [optimized] target(s) in 5m 02s
20592024-05-29T21:13:01.805Z Running `target/release/omicron-releng --output-dir /work`
20602024-05-29T21:13:01.838ZMay 29 21:13:00.633 DEBG changing working directory to /work/oxidecomputer/omicron
20612024-05-29T21:13:01.899ZMay 29 21:13:00.693 DEBG running: git rev-parse HEAD
20622024-05-29T21:13:01.904ZMay 29 21:13:00.699 DEBG process exited with exit status: 0 (5.844162ms)
20632024-05-29T21:13:01.908ZMay 29 21:13:00.699 INFO version: 8.0.0-0.ci+git6917f4231e3
20642024-05-29T21:13:01.946ZMay 29 21:13:00.738 INFO cloning helios to /work/oxidecomputer/helios
20652024-05-29T21:13:01.946ZMay 29 21:13:00.738 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20662024-05-29T21:13:01.952ZCloning into '/work/oxidecomputer/helios'...
20672024-05-29T21:13:02.473ZMay 29 21:13:01.266 DEBG process exited with exit status: 0 (528.290948ms)
20682024-05-29T21:13:02.473ZMay 29 21:13:01.266 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20692024-05-29T21:13:02.479Z# branch.oid c9ec14ee0e702d3142390add130bb7cdbb0096a3
20702024-05-29T21:13:02.479Z# branch.head master
20712024-05-29T21:13:02.479Z# branch.upstream origin/master
20722024-05-29T21:13:02.479Z# branch.ab +0 -0
20732024-05-29T21:13:02.483ZMay 29 21:13:01.274 DEBG process exited with exit status: 0 (7.945691ms)
20742024-05-29T21:13:02.483ZMay 29 21:13:01.275 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20752024-05-29T21:13:03.114ZMay 29 21:13:01.908 DEBG process exited with exit status: 0 (633.886763ms)
20762024-05-29T21:13:03.115ZMay 29 21:13:01.908 DEBG running: zfs list rpool/images/build/host
20772024-05-29T21:13:03.120ZNAME USED AVAIL REFER MOUNTPOINT
20782024-05-29T21:13:03.120Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
20792024-05-29T21:13:03.123ZMay 29 21:13:01.915 DEBG process exited with exit status: 0 (6.951456ms)
20802024-05-29T21:13:03.123ZMay 29 21:13:01.916 DEBG running: zfs list rpool/images/build/recovery
20812024-05-29T21:13:03.127ZNAME USED AVAIL REFER MOUNTPOINT
20822024-05-29T21:13:03.127Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
20832024-05-29T21:13:03.130ZMay 29 21:13:01.922 DEBG process exited with exit status: 0 (6.202677ms)
20842024-05-29T21:13:03.130ZMay 29 21:13:01.923 INFO [hubris-staging] running task
20852024-05-29T21:13:03.130ZMay 29 21:13:01.923 INFO [hubris-production] running task
20862024-05-29T21:13:03.130ZMay 29 21:13:01.923 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20872024-05-29T21:13:03.133ZMay 29 21:13:01.927 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20882024-05-29T21:13:03.655Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20892024-05-29T21:13:03.857Z[ omicron-package] Blocking waiting for file lock on package cache
20902024-05-29T21:13:04.186ZMay 29 21:13:02.980 INFO [hubris-production] task succeeded (1.057554573s)
20912024-05-29T21:13:04.596Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20922024-05-29T21:13:04.599Z[ omicron-package] Compiling heapless v0.8.0
20932024-05-29T21:13:04.673Z[ omicron-package] Compiling hash32 v0.3.1
20942024-05-29T21:13:04.680Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-05-29T21:13:04.683Z[ omicron-package] Compiling smoltcp v0.11.0
20962024-05-29T21:13:04.706Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20972024-05-29T21:13:04.709Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20982024-05-29T21:13:04.709Z[ omicron-package] Compiling embedded-io v0.4.0
20992024-05-29T21:13:04.959Z[ omicron-package] Compiling cobs v0.2.3
21002024-05-29T21:13:04.977Z[ omicron-package] Compiling foreign-types-macros v0.2.3
21012024-05-29T21:13:05.050Z[ omicron-package] Compiling proc-macro-error v1.0.4
21022024-05-29T21:13:05.089Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
21032024-05-29T21:13:05.140Z[ omicron-package] Compiling postcard v1.0.8
21042024-05-29T21:13:05.335Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
21052024-05-29T21:13:05.376Z[ omicron-package] Compiling foreign-types-shared v0.3.1
21062024-05-29T21:13:05.417Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
21072024-05-29T21:13:05.531Z[ omicron-package] Compiling num_enum_derive v0.5.11
21082024-05-29T21:13:05.830Z[ omicron-package] Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
21092024-05-29T21:13:05.833Z[ omicron-package] Compiling tabwriter v1.4.0
21102024-05-29T21:13:05.964Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
21112024-05-29T21:13:06.186Z[ omicron-package] Compiling cstr-argument v0.1.2
21122024-05-29T21:13:06.629Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
21132024-05-29T21:13:06.906Z[ omicron-package] Compiling foreign-types v0.5.0
21142024-05-29T21:13:06.981Z[ omicron-package] Compiling pretty-hex v0.2.1
21152024-05-29T21:13:07.036Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
21162024-05-29T21:13:07.301Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21172024-05-29T21:13:07.367Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21182024-05-29T21:13:08.230Z[ omicron-package] Compiling colored v2.1.0
21192024-05-29T21:13:08.233Z[ omicron-package] Compiling socket2 v0.4.10
21202024-05-29T21:13:08.425Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21212024-05-29T21:13:08.838Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21222024-05-29T21:13:09.045Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21232024-05-29T21:13:09.227Z[ omicron-package] Compiling num-derive v0.4.2
21242024-05-29T21:13:09.505Z[ omicron-package] Compiling sigpipe v0.1.3
21252024-05-29T21:13:09.685Z[ omicron-package] Compiling num_enum v0.5.11
21262024-05-29T21:13:09.688Z[ omicron-package] Compiling libefi-sys v0.1.0
21272024-05-29T21:13:09.872Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21282024-05-29T21:13:09.968Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
21292024-05-29T21:13:10.403Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21302024-05-29T21:13:10.579Z[ omicron-package] Compiling smf v0.2.3
21312024-05-29T21:13:11.091Z[ omicron-package] Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21322024-05-29T21:13:11.611Z[ omicron-package] Compiling portable-atomic v1.6.0
21332024-05-29T21:13:11.857Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21342024-05-29T21:13:12.349ZMay 29 21:13:11.142 INFO [hubris-staging] task succeeded (9.219023806s)
21352024-05-29T21:13:13.815Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21362024-05-29T21:13:13.930Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
21372024-05-29T21:13:14.143Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21382024-05-29T21:13:15.639Z[ omicron-package] Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
21392024-05-29T21:13:16.411Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
21402024-05-29T21:13:16.636Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21412024-05-29T21:13:17.205Z[ omicron-package] Compiling gethostname v0.4.3
21422024-05-29T21:13:17.723Z[ omicron-package] Compiling number_prefix v0.4.0
21432024-05-29T21:13:17.767Z[ omicron-package] Compiling swrite v0.1.0
21442024-05-29T21:13:20.235Z[ omicron-package] Compiling indicatif v0.17.8
21452024-05-29T21:13:20.574Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
21462024-05-29T21:13:23.262Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
21472024-05-29T21:13:23.512Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21482024-05-29T21:13:25.875Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21492024-05-29T21:13:26.289Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21502024-05-29T21:13:27.710Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21512024-05-29T21:13:45.732Z[ helios-setup] May 29 21:13:44.521 INFO helios repository root is: /work/oxidecomputer/helios
21522024-05-29T21:13:45.735Z[ helios-setup] May 29 21:13:44.524 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21532024-05-29T21:13:45.736Z[ helios-setup] May 29 21:13:44.524 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
21542024-05-29T21:13:45.736Z[ helios-setup] May 29 21:13:44.524 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21552024-05-29T21:13:45.739Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21562024-05-29T21:13:46.470Z[ helios-setup] May 29 21:13:45.260 INFO clone ok!, project: image-builder
21572024-05-29T21:13:46.473Z[ helios-setup] May 29 21:13:45.260 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
21582024-05-29T21:13:46.474Z[ helios-setup] May 29 21:13:45.260 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21592024-05-29T21:13:46.474Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21602024-05-29T21:13:47.539Z[ omicron-package] Finished release [optimized] target(s) in 44.39s
21612024-05-29T21:13:47.649Z[ omicron-package]
21622024-05-29T21:13:47.649Z[ omicron-package] real 44.487293953
21632024-05-29T21:13:47.653Z[ omicron-package] user 2:48.139804066
21642024-05-29T21:13:47.653Z[ omicron-package] sys 19.795903859
21652024-05-29T21:13:47.653Z[ omicron-package] trap 0.203075322
21662024-05-29T21:13:47.653Z[ omicron-package] tflt 0.280956536
21672024-05-29T21:13:47.653Z[ omicron-package] dflt 0.652480102
21682024-05-29T21:13:47.653Z[ omicron-package] kflt 0.009396398
21692024-05-29T21:13:47.653Z[ omicron-package] lock 5:59.328859738
21702024-05-29T21:13:47.653Z[ omicron-package] slp 6:44.474395550
21712024-05-29T21:13:47.653Z[ omicron-package] lat 1:36.017439204
21722024-05-29T21:13:47.653Z[ omicron-package] stop 29.516153216
21732024-05-29T21:13:47.653ZMay 29 21:13:46.440 INFO [omicron-package] process exited with exit status: 0 (44.513130404s)
21742024-05-29T21:13:47.653ZMay 29 21:13:46.440 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21752024-05-29T21:13:47.692ZMay 29 21:13:46.481 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
21762024-05-29T21:13:47.702Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21772024-05-29T21:13:47.705Z[ recovery-target] Created new build target 'recovery' and set it as active
21782024-05-29T21:13:47.705ZMay 29 21:13:46.494 INFO [recovery-target] process exited with exit status: 0 (54.150573ms)
21792024-05-29T21:13:47.708Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21802024-05-29T21:13:47.708Z[ host-target] Created new build target 'host' and set it as active
21812024-05-29T21:13:47.709ZMay 29 21:13:46.497 INFO [host-target] process exited with exit status: 0 (15.866554ms)
21822024-05-29T21:13:47.709ZMay 29 21:13:46.497 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21832024-05-29T21:13:47.720Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21842024-05-29T21:13:48.612Z[ host-package] Compiling newline-converter v0.3.0
21852024-05-29T21:13:48.615Z[ host-package] Compiling humantime v2.1.0
21862024-05-29T21:13:48.692Z[ host-package] Compiling derive-where v1.2.7
21872024-05-29T21:13:48.692Z[ host-package] Compiling unicode-xid v0.2.4
21882024-05-29T21:13:48.712Z[ host-package] Compiling linked-hash-map v0.5.6
21892024-05-29T21:13:48.715Z[ host-package] Compiling convert_case v0.4.0
21902024-05-29T21:13:48.725Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21912024-05-29T21:13:48.734Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21922024-05-29T21:13:48.831Z[ host-package] Compiling expectorate v1.1.0
21932024-05-29T21:13:48.857Z[ host-package] Compiling password-hash v0.5.0
21942024-05-29T21:13:49.012Z[ host-package] Compiling blake2 v0.10.6
21952024-05-29T21:13:49.074Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21962024-05-29T21:13:49.164Z[ host-package] Compiling lru-cache v0.1.2
21972024-05-29T21:13:49.380Z[ host-package] Compiling semver v0.1.20
21982024-05-29T21:13:49.557Z[ host-package] Compiling derive_more v0.99.17
21992024-05-29T21:13:49.638Z[ host-package] Compiling argon2 v0.5.3
22002024-05-29T21:13:49.946Z[ host-package] Compiling rustc_version v0.1.7
22012024-05-29T21:13:50.362Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22022024-05-29T21:13:50.465Z[ host-package] Compiling newtype_derive v0.1.6
22032024-05-29T21:13:50.859Z[ host-package] Compiling quick-error v1.2.3
22042024-05-29T21:13:51.016Z[ host-package] Compiling home v0.5.9
22052024-05-29T21:13:51.109Z[ host-package] Compiling resolv-conf v0.7.0
22062024-05-29T21:13:51.278Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22072024-05-29T21:13:51.426Z[ host-package] Compiling steno v0.4.0
22082024-05-29T21:13:51.761Z[ helios-setup] May 29 21:13:50.550 INFO clone ok!, project: amd-firmware
22092024-05-29T21:13:51.768Z[ helios-setup] May 29 21:13:50.550 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
22102024-05-29T21:13:51.768Z[ helios-setup] May 29 21:13:50.550 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22112024-05-29T21:13:51.771Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22122024-05-29T21:13:51.952Z[ host-package] Compiling trust-dns-resolver v0.22.0
22132024-05-29T21:13:52.456Z[ helios-setup] May 29 21:13:51.244 INFO clone ok!, project: bootserver
22142024-05-29T21:13:52.462Z[ helios-setup] May 29 21:13:51.245 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
22152024-05-29T21:13:52.462Z[ helios-setup] May 29 21:13:51.245 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
22162024-05-29T21:13:52.465Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22172024-05-29T21:13:52.498Z[ host-package] Compiling slog-dtrace v0.3.0
22182024-05-29T21:13:52.744Z[ host-package] Compiling utf-8 v0.7.6
22192024-05-29T21:13:53.084Z[ host-package] Compiling num-rational v0.4.2
22202024-05-29T21:13:53.489Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22212024-05-29T21:13:53.537Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22222024-05-29T21:13:54.545Z[ host-package] Compiling num-complex v0.4.6
22232024-05-29T21:13:55.789Z[ host-package] Compiling num v0.4.3
22242024-05-29T21:13:55.903Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22252024-05-29T21:13:55.914Z[ host-package] Compiling nibble_vec v0.1.0
22262024-05-29T21:13:55.994Z[ host-package] Compiling endian-type v0.1.2
22272024-05-29T21:13:56.142Z[ host-package] Compiling tungstenite v0.20.1
22282024-05-29T21:13:56.233Z[ host-package] Compiling radix_trie v0.2.1
22292024-05-29T21:13:57.032Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22302024-05-29T21:13:57.125Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22312024-05-29T21:13:57.161Z[ host-package] Compiling cancel-safe-futures v0.1.5
22322024-05-29T21:13:57.497Z[ host-package] Compiling tokio-tungstenite v0.20.1
22332024-05-29T21:13:58.117Z[ host-package] Compiling display-error-chain v0.2.0
22342024-05-29T21:13:58.325Z[ host-package] Compiling arc-swap v1.7.1
22352024-05-29T21:13:59.101Z[ host-package] Compiling slog-scope v4.4.0
22362024-05-29T21:14:00.053Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22372024-05-29T21:14:00.386Z[ helios-setup] Submodule path 'amd-firmware': checked out '99131062489fcebfb192953600c00f2c93ea05bb'
22382024-05-29T21:14:00.398Z[ helios-setup] May 29 21:13:59.187 INFO clone ok!, project: amd-host-image-builder
22392024-05-29T21:14:00.402Z[ helios-setup] May 29 21:13:59.187 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
22402024-05-29T21:14:00.402Z[ helios-setup] May 29 21:13:59.187 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22412024-05-29T21:14:00.405Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22422024-05-29T21:14:01.363Z[ helios-setup] May 29 21:14:00.150 INFO clone ok!, project: chelsio-t6-roms
22432024-05-29T21:14:01.366Z[ helios-setup] May 29 21:14:00.150 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
22442024-05-29T21:14:01.366Z[ helios-setup] May 29 21:14:00.150 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22452024-05-29T21:14:01.370Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22462024-05-29T21:14:01.871Z[ host-package] Compiling fxhash v0.2.1
22472024-05-29T21:14:02.077Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22482024-05-29T21:14:02.534Z[ helios-setup] May 29 21:14:01.322 INFO clone ok!, project: pilot
22492024-05-29T21:14:02.540Z[ helios-setup] May 29 21:14:01.322 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22502024-05-29T21:14:02.541Z[ helios-setup] May 29 21:14:01.322 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
22512024-05-29T21:14:02.541Z[ helios-setup] May 29 21:14:01.322 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22522024-05-29T21:14:02.541Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22532024-05-29T21:14:03.154Z[ host-package] Compiling slog-stdlog v4.1.1
22542024-05-29T21:14:03.197Z[ helios-setup] May 29 21:14:01.985 INFO clone ok!, project: pinprick
22552024-05-29T21:14:03.201Z[ helios-setup] May 29 21:14:01.985 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22562024-05-29T21:14:03.201Z[ helios-setup] May 29 21:14:01.985 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
22572024-05-29T21:14:03.201Z[ helios-setup] May 29 21:14:01.985 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22582024-05-29T21:14:03.204Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22592024-05-29T21:14:03.837Z[ host-package] Compiling rayon-core v1.12.1
22602024-05-29T21:14:03.864Z[ host-package] Compiling synstructure v0.12.6
22612024-05-29T21:14:04.039Z[ helios-setup] May 29 21:14:02.826 INFO clone ok!, project: phbl
22622024-05-29T21:14:04.044Z[ helios-setup] May 29 21:14:02.826 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22632024-05-29T21:14:04.184Z[ host-package] Compiling crossbeam-deque v0.8.5
22642024-05-29T21:14:04.570Z[ host-package] Compiling dirs-sys-next v0.1.2
22652024-05-29T21:14:05.046Z[ helios-setup] May 29 21:14:03.833 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22662024-05-29T21:14:05.097Z[ host-package] Compiling half v2.4.1
22672024-05-29T21:14:05.448Z[ host-package] Compiling ciborium-io v0.2.2
22682024-05-29T21:14:05.592Z[ helios-setup] May 29 21:14:04.380 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22692024-05-29T21:14:05.595Z[ helios-setup] May 29 21:14:04.380 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22702024-05-29T21:14:05.624Z[ host-package] Compiling fastrand v2.1.0
22712024-05-29T21:14:05.861Z[ host-package] Compiling glob v0.3.1
22722024-05-29T21:14:06.150Z[ helios-setup] May 29 21:14:04.937 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22732024-05-29T21:14:06.329Z[ host-package] Compiling same-file v1.0.6
22742024-05-29T21:14:06.580Z[ host-package] Compiling crunchy v0.2.2
22752024-05-29T21:14:06.683Z[ helios-setup] May 29 21:14:05.470 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22762024-05-29T21:14:06.683Z[ helios-setup] May 29 21:14:05.470 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22772024-05-29T21:14:06.795Z[ host-package] Compiling clang-sys v1.7.0
22782024-05-29T21:14:07.137Z[ host-package] Compiling walkdir v2.5.0
22792024-05-29T21:14:07.244Z[ helios-setup] May 29 21:14:06.032 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22802024-05-29T21:14:07.575Z[ host-package] Compiling tempfile v3.10.1
22812024-05-29T21:14:07.787Z[ helios-setup] May 29 21:14:06.574 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22822024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22832024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22842024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO ok!
22852024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22862024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22872024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO ok!
22882024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22892024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22902024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO ok!
22912024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22922024-05-29T21:14:07.791Z[ helios-setup] May 29 21:14:06.575 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22932024-05-29T21:14:07.900Z[ host-package] Compiling ciborium-ll v0.2.2
22942024-05-29T21:14:08.011Z[ helios-setup] May 29 21:14:06.798 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22952024-05-29T21:14:08.416Z[ host-package] Compiling zerocopy-derive v0.2.0
22962024-05-29T21:14:08.461Z[ host-package] Compiling dirs-next v2.0.0
22972024-05-29T21:14:08.805Z[ helios-setup] May 29 21:14:07.591 INFO E| From https://github.com/jclulow/rust-jmclib
22982024-05-29T21:14:08.806Z[ helios-setup] May 29 21:14:07.591 INFO E| * [new branch] master -> origin/master
22992024-05-29T21:14:08.809Z[ helios-setup] May 29 21:14:07.591 INFO E| * [new ref] -> origin/HEAD
23002024-05-29T21:14:08.826Z[ helios-setup] May 29 21:14:07.613 INFO E| Updating crates.io index
23012024-05-29T21:14:09.067Z[ helios-setup] May 29 21:14:07.853 INFO E| Downloading crates ...
23022024-05-29T21:14:09.170Z[ helios-setup] May 29 21:14:07.957 INFO E| Downloaded once_cell v1.18.0
23032024-05-29T21:14:09.175Z[ helios-setup] May 29 21:14:07.962 INFO E| Downloaded time-core v0.1.1
23042024-05-29T21:14:09.178Z[ helios-setup] May 29 21:14:07.963 INFO E| Downloaded bitflags v2.3.3
23052024-05-29T21:14:09.182Z[ helios-setup] May 29 21:14:07.968 INFO E| Downloaded block-buffer v0.9.0
23062024-05-29T21:14:09.212Z[ helios-setup] May 29 21:14:07.998 INFO E| Downloaded unicode-width v0.1.10
23072024-05-29T21:14:09.215Z[ helios-setup] May 29 21:14:08.000 INFO E| Downloaded opaque-debug v0.3.0
23082024-05-29T21:14:09.215Z[ helios-setup] May 29 21:14:08.001 INFO E| Downloaded md-5 v0.9.1
23092024-05-29T21:14:09.219Z[ helios-setup] May 29 21:14:08.004 INFO E| Downloaded libdevinfo-sys v1.0.0
23102024-05-29T21:14:09.219Z[ helios-setup] May 29 21:14:08.005 INFO E| Downloaded fastrand v2.0.0
23112024-05-29T21:14:09.222Z[ helios-setup] May 29 21:14:08.007 INFO E| Downloaded time-macros v0.2.10
23122024-05-29T21:14:09.225Z[ helios-setup] May 29 21:14:08.010 INFO E| Downloaded sha-1 v0.9.8
23132024-05-29T21:14:09.231Z[ helios-setup] May 29 21:14:08.013 INFO E| Downloaded itoa v1.0.9
23142024-05-29T21:14:09.231Z[ helios-setup] May 29 21:14:08.015 INFO E| Downloaded errno v0.3.1
23152024-05-29T21:14:09.234Z[ helios-setup] May 29 21:14:08.017 INFO E| Downloaded walkdir v2.3.3
23162024-05-29T21:14:09.234Z[ helios-setup] May 29 21:14:08.020 INFO E| Downloaded uuid v0.8.2
23172024-05-29T21:14:09.237Z[ helios-setup] May 29 21:14:08.024 INFO E| Downloaded getrandom v0.2.10
23182024-05-29T21:14:09.242Z[ helios-setup] May 29 21:14:08.029 INFO E| Downloaded unicode-ident v1.0.11
23192024-05-29T21:14:09.246Z[ helios-setup] May 29 21:14:08.033 INFO E| Downloaded digest v0.9.0
23202024-05-29T21:14:09.250Z[ helios-setup] May 29 21:14:08.035 INFO E| Downloaded quote v1.0.31
23212024-05-29T21:14:09.253Z[ helios-setup] May 29 21:14:08.040 INFO E| Downloaded proc-macro2 v1.0.66
23222024-05-29T21:14:09.259Z[ helios-setup] May 29 21:14:08.043 INFO E| Downloaded cpufeatures v0.2.9
23232024-05-29T21:14:09.259Z[ helios-setup] May 29 21:14:08.044 INFO E| Downloaded anyhow v1.0.72
23242024-05-29T21:14:09.264Z[ helios-setup] May 29 21:14:08.050 INFO E| Downloaded typenum v1.16.0
23252024-05-29T21:14:09.267Z[ helios-setup] May 29 21:14:08.053 INFO E| Downloaded tempfile v3.7.0
23262024-05-29T21:14:09.271Z[ helios-setup] May 29 21:14:08.056 INFO E| Downloaded serde v1.0.174
23272024-05-29T21:14:09.274Z[ helios-setup] May 29 21:14:08.060 INFO E| Downloaded ryu v1.0.15
23282024-05-29T21:14:09.288Z[ helios-setup] May 29 21:14:08.075 INFO E| Downloaded time v0.3.23
23292024-05-29T21:14:09.298Z[ helios-setup] May 29 21:14:08.085 INFO E| Downloaded serde_json v1.0.103
23302024-05-29T21:14:09.310Z[ helios-setup] May 29 21:14:08.097 INFO E| Downloaded syn v2.0.27
23312024-05-29T21:14:09.355Z[ helios-setup] May 29 21:14:08.142 INFO E| Downloaded serde_derive v1.0.174
23322024-05-29T21:14:09.398Z[ helios-setup] May 29 21:14:08.182 INFO E| Downloaded rustix v0.38.4
23332024-05-29T21:14:09.423Z[ helios-setup] May 29 21:14:08.210 INFO E| Downloaded libc v0.2.147
23342024-05-29T21:14:09.553Z[ helios-setup] May 29 21:14:08.339 INFO E| Compiling libc v0.2.147
23352024-05-29T21:14:09.553Z[ helios-setup] May 29 21:14:08.340 INFO E| Compiling proc-macro2 v1.0.66
23362024-05-29T21:14:09.553Z[ helios-setup] May 29 21:14:08.340 INFO E| Compiling unicode-ident v1.0.11
23372024-05-29T21:14:09.558Z[ helios-setup] May 29 21:14:08.340 INFO E| Compiling cfg-if v1.0.0
23382024-05-29T21:14:09.558Z[ helios-setup] May 29 21:14:08.340 INFO E| Compiling version_check v0.9.4
23392024-05-29T21:14:09.558Z[ helios-setup] May 29 21:14:08.340 INFO E| Compiling typenum v1.16.0
23402024-05-29T21:14:09.558Z[ helios-setup] May 29 21:14:08.340 INFO E| Compiling serde v1.0.174
23412024-05-29T21:14:09.559Z[ helios-setup] May 29 21:14:08.340 INFO E| Compiling time-core v0.1.1
23422024-05-29T21:14:09.847Z[ helios-setup] May 29 21:14:08.634 INFO E| Compiling rustix v0.38.4
23432024-05-29T21:14:09.996Z[ helios-setup] May 29 21:14:08.756 INFO E| Compiling itoa v1.0.9
23442024-05-29T21:14:10.114Z[ helios-setup] May 29 21:14:08.900 INFO E| Compiling slog v2.7.0
23452024-05-29T21:14:10.383Z[ helios-setup] May 29 21:14:09.170 INFO E| Compiling time-macros v0.2.10
23462024-05-29T21:14:10.768Z[ host-package] Compiling slog-envlogger v2.2.0
23472024-05-29T21:14:10.884Z[ host-package] Compiling camino v1.1.7
23482024-05-29T21:14:11.086Z[ helios-setup] May 29 21:14:09.871 INFO E| Compiling bitflags v2.3.3
23492024-05-29T21:14:11.104Z[ helios-setup] May 29 21:14:09.891 INFO E| Compiling num_threads v0.1.6
23502024-05-29T21:14:11.111Z[ host-package] Compiling maplit v1.0.2
23512024-05-29T21:14:11.141Z[ helios-setup] May 29 21:14:09.923 INFO E| Compiling generic-array v0.14.7
23522024-05-29T21:14:11.219Z[ helios-setup] May 29 21:14:10.005 INFO E| Compiling once_cell v1.18.0
23532024-05-29T21:14:11.462Z[ host-package] Compiling prettyplease v0.2.20
23542024-05-29T21:14:11.974Z[ helios-setup] May 29 21:14:10.761 INFO E| Compiling quote v1.0.31
23552024-05-29T21:14:12.083Z[ helios-setup] May 29 21:14:10.870 INFO E| Compiling thread_local v1.1.7
23562024-05-29T21:14:12.231Z[ helios-setup] May 29 21:14:11.018 INFO E| Compiling fastrand v2.0.0
23572024-05-29T21:14:12.240Z[ host-package] Compiling tiny-keccak v2.0.2
23582024-05-29T21:14:13.094Z[ helios-setup] May 29 21:14:11.880 INFO E| Compiling syn v2.0.27
23592024-05-29T21:14:13.239Z[ helios-setup] May 29 21:14:12.025 INFO E| Compiling opaque-debug v0.3.0
23602024-05-29T21:14:13.272Z[ helios-setup] May 29 21:14:12.059 INFO E| Compiling anyhow v1.0.72
23612024-05-29T21:14:13.322Z[ host-package] Compiling ring v0.16.20
23622024-05-29T21:14:13.347Z[ helios-setup] May 29 21:14:12.134 INFO E| Compiling serde_json v1.0.103
23632024-05-29T21:14:13.352Z[ helios-setup] May 29 21:14:12.139 INFO E| Compiling same-file v1.0.6
23642024-05-29T21:14:13.489Z[ helios-setup] May 29 21:14:12.276 INFO E| Compiling dirs-sys-next v0.1.2
23652024-05-29T21:14:13.801Z[ helios-setup] May 29 21:14:12.586 INFO E| Compiling errno v0.3.1
23662024-05-29T21:14:14.253Z[ helios-setup] May 29 21:14:13.037 INFO E| Compiling dirs-next v2.0.0
23672024-05-29T21:14:14.490Z[ helios-setup] May 29 21:14:13.276 INFO E| Compiling atty v0.2.14
23682024-05-29T21:14:14.800Z[ helios-setup] May 29 21:14:13.587 INFO E| Compiling term v0.7.0
23692024-05-29T21:14:14.964Z[ helios-setup] May 29 21:14:13.751 INFO E| Compiling getrandom v0.2.10
23702024-05-29T21:14:15.048Z[ helios-setup] May 29 21:14:13.831 INFO E| Compiling ryu v1.0.15
23712024-05-29T21:14:15.421Z[ host-package] Compiling blake3 v1.5.1
23722024-05-29T21:14:15.424Z[ helios-setup] May 29 21:14:14.207 INFO E| Compiling cpufeatures v0.2.9
23732024-05-29T21:14:15.505Z[ helios-setup] May 29 21:14:14.291 INFO E| Compiling unicode-width v0.1.10
23742024-05-29T21:14:15.660Z[ helios-setup] May 29 21:14:14.446 INFO E| Compiling getopts v0.2.21
23752024-05-29T21:14:15.798Z[ helios-setup] May 29 21:14:14.585 INFO E| Compiling walkdir v2.3.3
23762024-05-29T21:14:16.243Z[ helios-setup] May 29 21:14:15.030 INFO E| Compiling time v0.3.23
23772024-05-29T21:14:16.957Z[ helios-setup] May 29 21:14:15.744 INFO E| Compiling block-buffer v0.9.0
23782024-05-29T21:14:17.215Z[ helios-setup] May 29 21:14:15.997 INFO E| Compiling digest v0.9.0
23792024-05-29T21:14:17.442Z[ helios-setup] May 29 21:14:16.227 INFO E| Compiling libdevinfo-sys v1.0.0
23802024-05-29T21:14:17.604Z[ helios-setup] May 29 21:14:16.390 INFO E| Compiling sha-1 v0.9.8
23812024-05-29T21:14:17.620Z[ helios-setup] May 29 21:14:16.399 INFO E| Compiling md-5 v0.9.1
23822024-05-29T21:14:17.715Z[ helios-setup] May 29 21:14:16.501 INFO E| Compiling glob v0.3.1
23832024-05-29T21:14:18.231Z[ host-package] Compiling rayon v1.10.0
23842024-05-29T21:14:18.301Z[ helios-setup] May 29 21:14:17.087 INFO E| Compiling tempfile v3.7.0
23852024-05-29T21:14:19.505Z[ host-package] Compiling term v0.7.0
23862024-05-29T21:14:19.613Z[ helios-setup] May 29 21:14:18.398 INFO E| Compiling slog-term v2.9.0
23872024-05-29T21:14:21.581Z[ host-package] Compiling ciborium v0.2.2
23882024-05-29T21:14:21.676Z[ host-package] Compiling xattr v1.3.1
23892024-05-29T21:14:22.095Z[ host-package] Compiling memmap2 v0.9.4
23902024-05-29T21:14:22.143Z[ host-package] Compiling atty v0.2.14
23912024-05-29T21:14:22.239Z[ helios-setup] May 29 21:14:21.012 INFO E| Compiling serde_derive v1.0.174
23922024-05-29T21:14:22.377Z[ host-package] Compiling filetime v0.2.23
23932024-05-29T21:14:22.563Z[ host-package] Compiling constant_time_eq v0.3.0
23942024-05-29T21:14:22.742Z[ host-package] Compiling arrayref v0.3.7
23952024-05-29T21:14:22.850Z[ host-package] Compiling arrayvec v0.7.4
23962024-05-29T21:14:23.099Z[ host-package] Compiling untrusted v0.7.1
23972024-05-29T21:14:23.322Z[ host-package] Compiling tar v0.4.40
23982024-05-29T21:14:24.204Z[ host-package] Compiling ascii-canvas v3.0.0
23992024-05-29T21:14:24.882Z[ host-package] Compiling camino-tempfile v1.1.1
24002024-05-29T21:14:25.352Z[ host-package] Compiling toolchain_find v0.4.0
24012024-05-29T21:14:25.489Z[ host-package] Compiling toml v0.8.13
24022024-05-29T21:14:25.914Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24032024-05-29T21:14:26.825Z[ host-package] Compiling libsw v3.3.1
24042024-05-29T21:14:26.830Z[ host-package] Compiling ena v0.14.3
24052024-05-29T21:14:26.830Z[ host-package] Compiling is-terminal v0.4.12
24062024-05-29T21:14:26.842Z[ host-package] Compiling libloading v0.8.3
24072024-05-29T21:14:26.881Z[ host-package] Compiling usdt-impl v0.3.5
24082024-05-29T21:14:26.943Z[ host-package] Compiling parking_lot_core v0.8.6
24092024-05-29T21:14:27.242Z[ host-package] Compiling topological-sort v0.2.2
24102024-05-29T21:14:27.291Z[ host-package] Compiling regex-syntax v0.6.29
24112024-05-29T21:14:27.365Z[ host-package] Compiling owo-colors v4.0.0
24122024-05-29T21:14:27.500Z[ host-package] Compiling linear-map v1.2.0
24132024-05-29T21:14:27.596Z[ host-package] Compiling diff v0.1.13
24142024-05-29T21:14:27.980Z[ host-package] Compiling bindgen v0.69.4
24152024-05-29T21:14:28.093Z[ host-package] Compiling omicron-zone-package v0.11.0
24162024-05-29T21:14:28.661Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24172024-05-29T21:14:28.973Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24182024-05-29T21:14:29.411Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24192024-05-29T21:14:29.671Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24202024-05-29T21:14:33.288Z[ host-package] Compiling lalrpop v0.19.12
24212024-05-29T21:14:33.444Z[ host-package] Compiling which v4.4.2
24222024-05-29T21:14:34.044Z[ host-package] Compiling cexpr v0.6.0
24232024-05-29T21:14:34.180Z[ host-package] Compiling unicase v2.7.0
24242024-05-29T21:14:34.655Z[ host-package] Compiling shlex v1.3.0
24252024-05-29T21:14:35.043Z[ host-package] Compiling lazycell v1.3.0
24262024-05-29T21:14:35.212Z[ host-package] Compiling rustc-hash v1.1.0
24272024-05-29T21:14:35.721Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24282024-05-29T21:14:37.109Z[ helios-setup] May 29 21:14:35.891 INFO E| Compiling toml v0.5.11
24292024-05-29T21:14:37.109Z[ helios-setup] May 29 21:14:35.891 INFO E| Compiling uuid v0.8.2
24302024-05-29T21:14:39.168Z[ host-package] Compiling zerocopy v0.3.2
24312024-05-29T21:14:39.301Z[ helios-setup] May 29 21:14:38.082 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24322024-05-29T21:14:40.079Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24332024-05-29T21:14:41.281Z[ host-package] Compiling derive_builder_core v0.20.0
24342024-05-29T21:14:41.332Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24352024-05-29T21:14:41.676Z[ host-package] Compiling headers-core v0.2.0
24362024-05-29T21:14:41.851Z[ host-package] Compiling libxml v0.3.3
24372024-05-29T21:14:42.283Z[ host-package] Compiling ref-cast v1.0.23
24382024-05-29T21:14:42.860Z[ helios-setup] May 29 21:14:41.643 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24392024-05-29T21:14:42.990Z[ host-package] Compiling headers v0.3.9
24402024-05-29T21:14:43.840Z[ host-package] Compiling derive_builder_macro v0.20.0
24412024-05-29T21:14:44.659Z[ host-package] Compiling dof v0.1.5
24422024-05-29T21:14:45.048Z[ host-package] Compiling parking_lot v0.11.2
24432024-05-29T21:14:45.620Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24442024-05-29T21:14:47.515Z[ host-package] Compiling trust-dns-client v0.22.0
24452024-05-29T21:14:47.652Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24462024-05-29T21:14:48.095Z[ host-package] Compiling strum_macros v0.24.3
24472024-05-29T21:14:50.315Z[ host-package] Compiling dtrace-parser v0.1.14
24482024-05-29T21:14:51.836Z[ host-package] Compiling toml v0.5.11
24492024-05-29T21:14:52.362Z[ host-package] Compiling ref-cast-impl v1.0.23
24502024-05-29T21:14:52.362Z[ host-package] Compiling samael v0.0.15
24512024-05-29T21:14:52.363Z[ host-package] Compiling vte_generate_state_changes v0.1.1
24522024-05-29T21:14:53.277Z[ host-package] Compiling cookie v0.18.1
24532024-05-29T21:14:53.338Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
24542024-05-29T21:14:53.798Z[ host-package] Compiling cfg_aliases v0.1.1
24552024-05-29T21:14:53.920Z[ host-package] Compiling indoc v1.0.9
24562024-05-29T21:14:53.955Z[ host-package] Compiling nix v0.28.0
24572024-05-29T21:14:54.911Z[ host-package] Compiling trust-dns-server v0.22.1
24582024-05-29T21:14:55.185Z[ host-package] Compiling vte v0.11.1
24592024-05-29T21:14:56.406Z[ helios-setup] May 29 21:14:55.188 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 48.52s
24602024-05-29T21:14:56.435Z[ helios-setup] May 29 21:14:55.217 INFO building project "image-builder" ok (48 seconds)
24612024-05-29T21:14:56.435Z[ helios-setup] May 29 21:14:55.217 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24622024-05-29T21:14:56.439Z[ helios-setup] May 29 21:14:55.217 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24632024-05-29T21:14:56.706Z[ helios-setup] May 29 21:14:55.487 INFO E| Downloading crates ...
24642024-05-29T21:14:56.828Z[ helios-setup] May 29 21:14:55.609 INFO E| Downloaded anyhow v1.0.62
24652024-05-29T21:14:56.834Z[ helios-setup] May 29 21:14:55.616 INFO E| Downloaded block-buffer v0.10.3
24662024-05-29T21:14:56.844Z[ helios-setup] May 29 21:14:55.618 INFO E| Downloaded flate2 v1.0.25
24672024-05-29T21:14:56.844Z[ helios-setup] May 29 21:14:55.626 INFO E| Downloaded cpufeatures v0.2.5
24682024-05-29T21:14:56.847Z[ helios-setup] May 29 21:14:55.629 INFO E| Downloaded miniz_oxide v0.6.2
24692024-05-29T21:14:56.851Z[ helios-setup] May 29 21:14:55.632 INFO E| Downloaded sha2 v0.10.5
24702024-05-29T21:14:56.854Z[ helios-setup] May 29 21:14:55.636 INFO E| Downloaded generic-array v0.14.6
24712024-05-29T21:14:56.858Z[ helios-setup] May 29 21:14:55.638 INFO E| Downloaded typenum v1.15.0
24722024-05-29T21:14:56.861Z[ helios-setup] May 29 21:14:55.641 INFO E| Downloaded bytes v1.2.1
24732024-05-29T21:14:56.865Z[ helios-setup] May 29 21:14:55.646 INFO E| Downloaded digest v0.10.3
24742024-05-29T21:14:56.922Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling version_check v0.9.4
24752024-05-29T21:14:56.922Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling typenum v1.15.0
24762024-05-29T21:14:56.922Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling crc32fast v1.3.2
24772024-05-29T21:14:56.922Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling cfg-if v1.0.0
24782024-05-29T21:14:56.926Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling anyhow v1.0.62
24792024-05-29T21:14:56.926Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling adler v1.0.2
24802024-05-29T21:14:56.926Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling unicode-width v0.1.10
24812024-05-29T21:14:56.926Z[ helios-setup] May 29 21:14:55.704 INFO E| Compiling cpufeatures v0.2.5
24822024-05-29T21:14:57.782Z[ helios-setup] May 29 21:14:56.562 INFO E| Compiling bytes v1.2.1
24832024-05-29T21:14:58.061Z[ helios-setup] May 29 21:14:56.833 INFO E| Compiling miniz_oxide v0.6.2
24842024-05-29T21:14:58.094Z[ helios-setup] May 29 21:14:56.873 INFO E| Compiling generic-array v0.14.6
24852024-05-29T21:14:58.101Z[ helios-setup] May 29 21:14:56.877 INFO E| Compiling getopts v0.2.21
24862024-05-29T21:14:58.307Z[ helios-setup] May 29 21:14:57.086 INFO E| Compiling bitflags v1.3.2
24872024-05-29T21:14:59.524Z[ helios-setup] May 29 21:14:58.305 INFO E| Compiling flate2 v1.0.25
24882024-05-29T21:15:01.408Z[ host-package] Compiling sled v0.34.7
24892024-05-29T21:15:01.449Z[ host-package] Compiling derive_builder v0.20.0
24902024-05-29T21:15:03.182Z[ helios-setup] May 29 21:15:01.961 INFO E| Compiling crypto-common v0.1.6
24912024-05-29T21:15:03.182Z[ helios-setup] May 29 21:15:01.961 INFO E| Compiling block-buffer v0.10.3
24922024-05-29T21:15:03.385Z[ helios-setup] May 29 21:15:02.144 INFO E| Compiling digest v0.10.3
24932024-05-29T21:15:03.740Z[ helios-setup] May 29 21:15:02.509 INFO E| Compiling sha2 v0.10.5
24942024-05-29T21:15:04.221Z[ helios-setup] May 29 21:15:02.988 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24952024-05-29T21:15:04.689Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24962024-05-29T21:15:05.628Z[ host-package] Compiling polar-core v0.27.3
24972024-05-29T21:15:09.460Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24982024-05-29T21:15:09.494Z[ helios-setup] May 29 21:15:08.274 INFO E| Finished release [optimized] target(s) in 12.97s
24992024-05-29T21:15:09.506Z[ helios-setup] May 29 21:15:08.287 INFO building project "bootserver" ok (13 seconds)
25002024-05-29T21:15:09.507Z[ helios-setup] May 29 21:15:08.287 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25012024-05-29T21:15:09.507Z[ helios-setup] May 29 21:15:08.287 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25022024-05-29T21:15:09.515Z[ helios-setup] May 29 21:15:08.295 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25032024-05-29T21:15:09.627Z[ host-package] Compiling const_format_proc_macros v0.2.32
25042024-05-29T21:15:09.758Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25052024-05-29T21:15:09.918Z[ helios-setup] May 29 21:15:08.696 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25062024-05-29T21:15:09.918Z[ helios-setup] May 29 21:15:08.696 INFO E| info: downloading component 'cargo'
25072024-05-29T21:15:11.645Z[ host-package] Compiling fd-lock v4.0.2
25082024-05-29T21:15:11.793Z[ helios-setup] May 29 21:15:10.573 INFO E| info: downloading component 'clippy'
25092024-05-29T21:15:11.873Z[ host-package] Compiling bb8 v0.8.3
25102024-05-29T21:15:12.049Z[ helios-setup] May 29 21:15:10.829 INFO E| info: downloading component 'rust-docs'
25112024-05-29T21:15:12.443Z[ host-package] Compiling quick-xml v0.31.0
25122024-05-29T21:15:13.193Z[ helios-setup] May 29 21:15:11.974 INFO E| info: downloading component 'rust-src'
25132024-05-29T21:15:13.382Z[ helios-setup] May 29 21:15:12.161 INFO E| info: downloading component 'rust-std'
25142024-05-29T21:15:15.081Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25152024-05-29T21:15:16.008Z[ helios-setup] May 29 21:15:14.781 INFO E| info: downloading component 'rustc'
25162024-05-29T21:15:19.062Z[ host-package] Compiling serde_tokenstream v0.1.7
25172024-05-29T21:15:19.617Z[ host-package] Compiling oso-derive v0.27.3
25182024-05-29T21:15:20.675Z[ host-package] Compiling memoffset v0.7.1
25192024-05-29T21:15:21.014Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
25202024-05-29T21:15:21.184Z[ host-package] Compiling bytecount v0.6.8
25212024-05-29T21:15:21.349Z[ host-package] Compiling platforms v3.4.0
25222024-05-29T21:15:21.540Z[ host-package] Compiling papergrid v0.11.0
25232024-05-29T21:15:21.907Z[ host-package] Compiling curve25519-dalek v4.1.2
25242024-05-29T21:15:23.628Z[ helios-setup] May 29 21:15:22.407 INFO E| info: downloading component 'rustfmt'
25252024-05-29T21:15:24.142Z[ helios-setup] May 29 21:15:22.915 INFO E| info: installing component 'cargo'
25262024-05-29T21:15:24.622Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25272024-05-29T21:15:25.369Z[ host-package] Compiling const_format v0.2.32
25282024-05-29T21:15:25.528Z[ helios-setup] May 29 21:15:24.305 INFO E| info: installing component 'clippy'
25292024-05-29T21:15:26.012Z[ helios-setup] May 29 21:15:24.782 INFO E| info: installing component 'rust-docs'
25302024-05-29T21:15:29.889Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25312024-05-29T21:15:32.401Z[ helios-setup] May 29 21:15:31.173 INFO E| info: installing component 'rust-src'
25322024-05-29T21:15:33.336Z[ helios-setup] May 29 21:15:32.114 INFO E| info: installing component 'rust-std'
25332024-05-29T21:15:34.623Z[ host-package] Compiling oso v0.27.3
25342024-05-29T21:15:35.867Z[ helios-setup] May 29 21:15:34.645 INFO E| info: installing component 'rustc'
25352024-05-29T21:15:36.991Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25362024-05-29T21:15:41.394Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25372024-05-29T21:15:42.172Z[ helios-setup] May 29 21:15:40.947 INFO E| info: installing component 'rustfmt'
25382024-05-29T21:15:43.072Z[ helios-setup] May 29 21:15:41.848 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25392024-05-29T21:15:43.090Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
25402024-05-29T21:15:43.370Z[ host-package] Compiling tabled_derive v0.7.0
25412024-05-29T21:15:43.913Z[ helios-setup] May 29 21:15:42.685 INFO E| From https://github.com/oxidecomputer/amd-apcb
25422024-05-29T21:15:43.913Z[ helios-setup] May 29 21:15:42.685 INFO E| * [new branch] issue-113 -> origin/issue-113
25432024-05-29T21:15:43.924Z[ helios-setup] May 29 21:15:42.685 INFO E| * [new branch] issue-122 -> origin/issue-122
25442024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.685 INFO E| * [new branch] main -> origin/main
25452024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.685 INFO E| * [new ref] -> origin/HEAD
25462024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.686 INFO E| * [new tag] v0.1.3 -> v0.1.3
25472024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.686 INFO E| * [new tag] v0.1.4 -> v0.1.4
25482024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.686 INFO E| * [new tag] v0.1.5 -> v0.1.5
25492024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.686 INFO E| * [new tag] v0.2.0 -> v0.2.0
25502024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.686 INFO E| * [new tag] v0.3.0 -> v0.3.0
25512024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.686 INFO E| * [new tag] v0.3.1 -> v0.3.1
25522024-05-29T21:15:43.925Z[ helios-setup] May 29 21:15:42.686 INFO E| * [new tag] v0.3.2 -> v0.3.2
25532024-05-29T21:15:43.943Z[ helios-setup] May 29 21:15:42.716 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25542024-05-29T21:15:44.820Z[ helios-setup] May 29 21:15:43.596 INFO E| From https://github.com/oxidecomputer/amd-efs
25552024-05-29T21:15:44.820Z[ helios-setup] May 29 21:15:43.596 INFO E| * [new branch] empty -> origin/empty
25562024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.596 INFO E| * [new branch] issue-99 -> origin/issue-99
25572024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new branch] main -> origin/main
25582024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new branch] review -> origin/review
25592024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new ref] -> origin/HEAD
25602024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new tag] v0.2.0 -> v0.2.0
25612024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new tag] v0.2.1 -> v0.2.1
25622024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new tag] v0.2.2 -> v0.2.2
25632024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new tag] v0.2.3 -> v0.2.3
25642024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.597 INFO E| * [new tag] v0.2.4 -> v0.2.4
25652024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.598 INFO E| * [new tag] v0.2.5 -> v0.2.5
25662024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.598 INFO E| * [new tag] v0.2.6 -> v0.2.6
25672024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.598 INFO E| * [new tag] v0.2.7 -> v0.2.7
25682024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.598 INFO E| * [new tag] v0.3.0 -> v0.3.0
25692024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.598 INFO E| * [new tag] v0.3.1 -> v0.3.1
25702024-05-29T21:15:44.824Z[ helios-setup] May 29 21:15:43.598 INFO E| * [new tag] v0.4.0 -> v0.4.0
25712024-05-29T21:15:44.845Z[ helios-setup] May 29 21:15:43.622 INFO E| Updating crates.io index
25722024-05-29T21:15:45.193Z[ helios-setup] May 29 21:15:43.964 INFO E| Downloading crates ...
25732024-05-29T21:15:45.336Z[ helios-setup] May 29 21:15:44.112 INFO E| Downloaded scroll_derive v0.10.5
25742024-05-29T21:15:45.340Z[ helios-setup] May 29 21:15:44.114 INFO E| Downloaded proc-macro-crate v0.1.5
25752024-05-29T21:15:45.340Z[ helios-setup] May 29 21:15:44.116 INFO E| Downloaded memoffset v0.5.6
25762024-05-29T21:15:45.343Z[ helios-setup] May 29 21:15:44.118 INFO E| Downloaded fletcher v0.1.0
25772024-05-29T21:15:45.371Z[ helios-setup] May 29 21:15:44.146 INFO E| Downloaded vec_map v0.8.2
25782024-05-29T21:15:45.374Z[ helios-setup] May 29 21:15:44.148 INFO E| Downloaded strum v0.23.0
25792024-05-29T21:15:45.375Z[ helios-setup] May 29 21:15:44.149 INFO E| Downloaded rustc_version v0.2.3
25802024-05-29T21:15:45.375Z[ helios-setup] May 29 21:15:44.150 INFO E| Downloaded pre v0.2.1
25812024-05-29T21:15:45.378Z[ helios-setup] May 29 21:15:44.152 INFO E| Downloaded parse_int v0.6.0
25822024-05-29T21:15:45.379Z[ helios-setup] May 29 21:15:44.153 INFO E| Downloaded textwrap v0.11.0
25832024-05-29T21:15:45.383Z[ helios-setup] May 29 21:15:44.155 INFO E| Downloaded strum_macros v0.23.1
25842024-05-29T21:15:45.383Z[ helios-setup] May 29 21:15:44.158 INFO E| Downloaded modular-bitfield-impl v0.11.2
25852024-05-29T21:15:45.389Z[ helios-setup] May 29 21:15:44.160 INFO E| Downloaded structopt-derive v0.4.18
25862024-05-29T21:15:45.389Z[ helios-setup] May 29 21:15:44.162 INFO E| Downloaded pre-proc-macro v0.2.1
25872024-05-29T21:15:45.399Z[ helios-setup] May 29 21:15:44.165 INFO E| Downloaded paste v1.0.14
25882024-05-29T21:15:45.399Z[ helios-setup] May 29 21:15:44.170 INFO E| Downloaded thiserror-impl v1.0.59
25892024-05-29T21:15:45.399Z[ helios-setup] May 29 21:15:44.172 INFO E| Downloaded thiserror v1.0.59
25902024-05-29T21:15:45.405Z[ helios-setup] May 29 21:15:44.180 INFO E| Downloaded serde_derive_internals v0.29.0
25912024-05-29T21:15:45.410Z[ helios-setup] May 29 21:15:44.183 INFO E| Downloaded serde v1.0.200
25922024-05-29T21:15:45.414Z[ helios-setup] May 29 21:15:44.189 INFO E| Downloaded serde_derive v1.0.200
25932024-05-29T21:15:45.420Z[ helios-setup] May 29 21:15:44.193 INFO E| Downloaded scroll v0.10.2
25942024-05-29T21:15:45.424Z[ helios-setup] May 29 21:15:44.196 INFO E| Downloaded ryu v1.0.17
25952024-05-29T21:15:45.429Z[ helios-setup] May 29 21:15:44.202 INFO E| Downloaded serde_json v1.0.116
25962024-05-29T21:15:45.438Z[ helios-setup] May 29 21:15:44.214 INFO E| Downloaded clap v2.34.0
25972024-05-29T21:15:45.450Z[ helios-setup] May 29 21:15:44.225 INFO E| Downloaded syn v2.0.60
25982024-05-29T21:15:45.468Z[ helios-setup] May 29 21:15:44.243 INFO E| Downloaded libc v0.2.154
25992024-05-29T21:15:45.507Z[ helios-setup] May 29 21:15:44.281 INFO E| Downloaded modular-bitfield v0.11.2
26002024-05-29T21:15:45.573Z[ helios-setup] May 29 21:15:44.350 INFO E| Downloaded structopt v0.3.26
26012024-05-29T21:15:45.587Z[ helios-setup] May 29 21:15:44.361 INFO E| Downloaded strsim v0.8.0
26022024-05-29T21:15:46.008Z[ helios-setup] May 29 21:15:44.363 INFO E| Downloaded proc-macro2 v1.0.81
26032024-05-29T21:15:46.008Z[ helios-setup] May 29 21:15:44.366 INFO E| Downloaded semver-parser v0.7.0
26042024-05-29T21:15:46.008Z[ helios-setup] May 29 21:15:44.368 INFO E| Downloaded semver v0.9.0
26052024-05-29T21:15:46.008Z[ helios-setup] May 29 21:15:44.370 INFO E| Downloaded rustversion v1.0.15
26062024-05-29T21:15:46.008Z[ helios-setup] May 29 21:15:44.373 INFO E| Downloaded four-cc v0.3.0
26072024-05-29T21:15:46.021Z[ helios-setup] May 29 21:15:44.375 INFO E| Downloaded num-derive v0.3.3
26082024-05-29T21:15:46.021Z[ helios-setup] May 29 21:15:44.377 INFO E| Downloaded goblin v0.4.3
26092024-05-29T21:15:46.021Z[ helios-setup] May 29 21:15:44.385 INFO E| Downloaded cfg-if v0.1.10
26102024-05-29T21:15:46.021Z[ helios-setup] May 29 21:15:44.386 INFO E| Downloaded bytesize v1.3.0
26112024-05-29T21:15:46.022Z[ helios-setup] May 29 21:15:44.387 INFO E| Downloaded ansi_term v0.12.1
26122024-05-29T21:15:46.022Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling proc-macro2 v1.0.81
26132024-05-29T21:15:46.022Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling unicode-ident v1.0.12
26142024-05-29T21:15:46.022Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling syn v1.0.109
26152024-05-29T21:15:46.022Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling serde v1.0.200
26162024-05-29T21:15:46.022Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling version_check v0.9.4
26172024-05-29T21:15:46.022Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling semver-parser v0.7.0
26182024-05-29T21:15:46.023Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling thiserror v1.0.59
26192024-05-29T21:15:46.023Z[ helios-setup] May 29 21:15:44.480 INFO E| Compiling autocfg v1.3.0
26202024-05-29T21:15:46.183Z[ helios-setup] May 29 21:15:44.959 INFO E| Compiling serde_json v1.0.116
26212024-05-29T21:15:46.900Z[ host-package] Compiling kstat-rs v0.2.3
26222024-05-29T21:15:46.909Z[ helios-setup] May 29 21:15:45.663 INFO E| Compiling semver v0.9.0
26232024-05-29T21:15:46.986Z[ helios-setup] May 29 21:15:45.760 INFO E| Compiling schemars v0.8.19
26242024-05-29T21:15:47.194Z[ helios-setup] May 29 21:15:45.966 INFO E| Compiling proc-macro-error-attr v1.0.4
26252024-05-29T21:15:47.236Z[ helios-setup] May 29 21:15:46.003 INFO E| Compiling proc-macro-error v1.0.4
26262024-05-29T21:15:47.365Z[ helios-setup] May 29 21:15:46.131 INFO E| Compiling num-traits v0.2.19
26272024-05-29T21:15:47.802Z[ helios-setup] May 29 21:15:46.164 INFO E| Compiling itoa v1.0.11
26282024-05-29T21:15:47.813Z[ helios-setup] May 29 21:15:46.211 INFO E| Compiling ryu v1.0.17
26292024-05-29T21:15:47.848Z[ helios-setup] May 29 21:15:46.599 INFO E| Compiling rustc_version v0.2.3
26302024-05-29T21:15:47.854Z[ helios-setup] May 29 21:15:46.608 INFO E| Compiling unicode-segmentation v1.11.0
26312024-05-29T21:15:48.055Z[ helios-setup] May 29 21:15:46.831 INFO E| Compiling memoffset v0.5.6
26322024-05-29T21:15:48.137Z[ helios-setup] May 29 21:15:46.913 INFO E| Compiling lazy_static v1.4.0
26332024-05-29T21:15:48.241Z[ helios-setup] May 29 21:15:46.999 INFO E| Compiling ucd-trie v0.1.6
26342024-05-29T21:15:48.653Z[ helios-setup] May 29 21:15:47.021 INFO E| Compiling libc v0.2.154
26352024-05-29T21:15:48.653Z[ helios-setup] May 29 21:15:47.219 INFO E| Compiling paste v1.0.14
26362024-05-29T21:15:48.653Z[ helios-setup] May 29 21:15:47.225 INFO E| Compiling rustversion v1.0.15
26372024-05-29T21:15:48.653Z[ helios-setup] May 29 21:15:47.414 INFO E| Compiling pre-proc-macro v0.2.1
26382024-05-29T21:15:48.672Z[ host-package] Compiling keccak v0.1.5
26392024-05-29T21:15:48.826Z[ helios-setup] May 29 21:15:47.584 INFO E| Compiling memchr v2.7.2
26402024-05-29T21:15:49.517Z[ helios-setup] May 29 21:15:48.292 INFO E| Compiling quote v1.0.36
26412024-05-29T21:15:49.533Z[ helios-setup] May 29 21:15:48.309 INFO E| Compiling heck v0.3.3
26422024-05-29T21:15:49.620Z[ helios-setup] May 29 21:15:48.390 INFO E| Compiling dyn-clone v1.0.17
26432024-05-29T21:15:49.743Z[ helios-setup] May 29 21:15:48.519 INFO E| Compiling pre v0.2.1
26442024-05-29T21:15:49.920Z[ helios-setup] May 29 21:15:48.696 INFO E| Compiling static_assertions v1.1.0
26452024-05-29T21:15:49.970Z[ helios-setup] May 29 21:15:48.746 INFO E| Compiling once_cell v1.19.0
26462024-05-29T21:15:50.034Z[ helios-setup] May 29 21:15:48.810 INFO E| Compiling byteorder v1.5.0
26472024-05-29T21:15:50.219Z[ helios-setup] May 29 21:15:48.995 INFO E| Compiling cfg-if v0.1.10
26482024-05-29T21:15:50.341Z[ host-package] Compiling nu-ansi-term v0.50.0
26492024-05-29T21:15:50.395Z[ helios-setup] May 29 21:15:49.171 INFO E| Compiling syn v2.0.60
26502024-05-29T21:15:50.940Z[ host-package] Compiling sha3 v0.10.8
26512024-05-29T21:15:52.688Z[ helios-setup] May 29 21:15:51.461 INFO E| Compiling unicode-width v0.1.12
26522024-05-29T21:15:52.723Z[ host-package] Compiling reedline v0.31.0
26532024-05-29T21:15:52.747Z[ helios-setup] May 29 21:15:51.521 INFO E| Compiling atty v0.2.14
26542024-05-29T21:15:52.812Z[ helios-setup] May 29 21:15:51.588 INFO E| Compiling strum v0.23.0
26552024-05-29T21:15:52.932Z[ helios-setup] May 29 21:15:51.700 INFO E| Compiling textwrap v0.11.0
26562024-05-29T21:15:52.968Z[ helios-setup] May 29 21:15:51.742 INFO E| Compiling ansi_term v0.12.1
26572024-05-29T21:15:52.991Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26582024-05-29T21:15:53.062Z[ helios-setup] May 29 21:15:51.838 INFO E| Compiling bitflags v1.3.2
26592024-05-29T21:15:53.158Z[ helios-setup] May 29 21:15:51.931 INFO E| Compiling strsim v0.8.0
26602024-05-29T21:15:53.328Z[ helios-setup] May 29 21:15:52.100 INFO E| Compiling vec_map v0.8.2
26612024-05-29T21:15:53.937Z[ helios-setup] May 29 21:15:52.687 INFO E| Compiling parse_int v0.6.0
26622024-05-29T21:15:54.064Z[ helios-setup] May 29 21:15:52.835 INFO E| Compiling fletcher v0.1.0
26632024-05-29T21:15:54.145Z[ helios-setup] May 29 21:15:52.912 INFO E| Compiling clap v2.34.0
26642024-05-29T21:15:54.280Z[ helios-setup] May 29 21:15:53.054 INFO E| Compiling log v0.4.21
26652024-05-29T21:15:54.293Z[ helios-setup] May 29 21:15:53.067 INFO E| Compiling plain v0.2.3
26662024-05-29T21:15:54.502Z[ helios-setup] May 29 21:15:53.277 INFO E| Compiling bytesize v1.3.0
26672024-05-29T21:15:57.703Z[ helios-setup] May 29 21:15:56.478 INFO E| Compiling serde_derive_internals v0.29.0
26682024-05-29T21:16:01.579Z[ host-package] Compiling tabled v0.15.0
26692024-05-29T21:16:03.196Z[ helios-setup] May 29 21:16:01.970 INFO E| Compiling serde_derive v1.0.200
26702024-05-29T21:16:03.467Z[ helios-setup] May 29 21:16:02.241 INFO E| Compiling thiserror-impl v1.0.59
26712024-05-29T21:16:03.709Z[ helios-setup] May 29 21:16:02.480 INFO E| Compiling schemars_derive v0.8.19
26722024-05-29T21:16:03.888Z[ helios-setup] May 29 21:16:02.662 INFO E| Compiling zerocopy-derive v0.6.6
26732024-05-29T21:16:07.614Z[ helios-setup] May 29 21:16:06.380 INFO E| Compiling zerocopy v0.6.6
26742024-05-29T21:16:09.373Z[ helios-setup] May 29 21:16:08.147 INFO E| Compiling pest v2.7.10
26752024-05-29T21:16:10.280Z[ helios-setup] May 29 21:16:09.053 INFO E| Compiling modular-bitfield-impl v0.11.2
26762024-05-29T21:16:10.762Z[ helios-setup] May 29 21:16:09.536 INFO E| Compiling num-derive v0.3.3
26772024-05-29T21:16:10.854Z[ helios-setup] May 29 21:16:09.627 INFO E| Compiling strum_macros v0.23.1
26782024-05-29T21:16:11.196Z[ helios-setup] May 29 21:16:09.970 INFO E| Compiling scroll_derive v0.10.5
26792024-05-29T21:16:11.530Z[ helios-setup] May 29 21:16:10.303 INFO E| Compiling structopt-derive v0.4.18
26802024-05-29T21:16:13.584Z[ host-package] Compiling mime_guess v2.0.4
26812024-05-29T21:16:14.294Z[ helios-setup] May 29 21:16:13.067 INFO E| Compiling scroll v0.10.2
26822024-05-29T21:16:15.156Z[ helios-setup] May 29 21:16:13.922 INFO E| Compiling pest_meta v2.7.10
26832024-05-29T21:16:15.669Z[ helios-setup] May 29 21:16:14.442 INFO E| Compiling goblin v0.4.3
26842024-05-29T21:16:15.976Z[ helios-setup] May 29 21:16:14.747 INFO E| Compiling modular-bitfield v0.11.2
26852024-05-29T21:16:17.213Z[ helios-setup] May 29 21:16:15.981 INFO E| Compiling pest_generator v2.7.10
26862024-05-29T21:16:17.981Z[ helios-setup] May 29 21:16:16.753 INFO E| Compiling structopt v0.3.26
26872024-05-29T21:16:18.980Z[ host-package] Compiling usdt-macro v0.3.5
26882024-05-29T21:16:19.195Z[ host-package] Compiling usdt-attr-macro v0.3.5
26892024-05-29T21:16:20.129Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26902024-05-29T21:16:21.136Z[ host-package] Compiling env_logger v0.9.3
26912024-05-29T21:16:21.262Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
26922024-05-29T21:16:22.729Z[ helios-setup] May 29 21:16:21.500 INFO E| Compiling pest_derive v2.7.10
26932024-05-29T21:16:25.925Z[ helios-setup] May 29 21:16:24.688 INFO E| Compiling toml v0.5.11
26942024-05-29T21:16:25.925Z[ helios-setup] May 29 21:16:24.688 INFO E| Compiling json5 v0.4.1
26952024-05-29T21:16:27.129Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26962024-05-29T21:16:28.832Z[ helios-setup] May 29 21:16:27.602 INFO E| Compiling proc-macro-crate v0.1.5
26972024-05-29T21:16:30.923Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26982024-05-29T21:16:31.740Z[ host-package] Compiling peg-macros v0.8.3
26992024-05-29T21:16:32.542Z[ helios-setup] May 29 21:16:31.313 INFO E| Compiling four-cc v0.3.0
27002024-05-29T21:16:32.542Z[ helios-setup] May 29 21:16:31.313 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
27012024-05-29T21:16:33.146Z[ host-package] Compiling universal-hash v0.5.1
27022024-05-29T21:16:33.428Z[ host-package] Compiling secrecy v0.8.0
27032024-05-29T21:16:33.834Z[ host-package] Compiling bitstruct_derive v0.1.0
27042024-05-29T21:16:35.496Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27052024-05-29T21:16:35.628Z[ helios-setup] May 29 21:16:34.399 INFO E| Compiling amd-apcb v0.3.2 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.2#8c774bd9)
27062024-05-29T21:16:36.879Z[ host-package] Compiling nanorand v0.7.0
27072024-05-29T21:16:37.625Z[ host-package] Compiling sqlparser_derive v0.2.2
27082024-05-29T21:16:38.396Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
27092024-05-29T21:16:38.829Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27102024-05-29T21:16:38.962Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
27112024-05-29T21:16:39.139Z[ host-package] Compiling ascii v1.1.0
27122024-05-29T21:16:39.535Z[ host-package] Compiling salty v0.2.0
27132024-05-29T21:16:40.040Z[ host-package] Compiling unicode_categories v0.1.1
27142024-05-29T21:16:40.138Z[ host-package] Compiling opaque-debug v0.3.1
27152024-05-29T21:16:40.280Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27162024-05-29T21:16:40.349Z[ host-package] Compiling signature v1.6.4
27172024-05-29T21:16:40.411Z[ host-package] Compiling sqlformat v0.2.3
27182024-05-29T21:16:40.602Z[ host-package] Compiling ed25519 v1.5.3
27192024-05-29T21:16:40.655Z[ host-package] Compiling rustyline v14.0.0
27202024-05-29T21:16:40.851Z[ host-package] Compiling poly1305 v0.8.0
27212024-05-29T21:16:43.099Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27222024-05-29T21:16:45.737Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27232024-05-29T21:16:46.067Z[ host-package] Compiling thiserror-no-std v2.0.2
27242024-05-29T21:16:46.193Z[ host-package] Compiling sqlparser v0.45.0
27252024-05-29T21:16:46.465Z[ host-package] Compiling flume v0.11.0
27262024-05-29T21:16:47.259Z[ host-package] Compiling peg v0.8.3
27272024-05-29T21:16:47.399Z[ host-package] Compiling bitstruct v0.1.1
27282024-05-29T21:16:47.530Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27292024-05-29T21:16:48.148Z[ host-package] Compiling usdt v0.3.5
27302024-05-29T21:16:49.313Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27312024-05-29T21:16:49.420Z[ host-package] Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
27322024-05-29T21:16:50.140Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27332024-05-29T21:16:55.494Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27342024-05-29T21:16:55.880Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27352024-05-29T21:16:56.281Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27362024-05-29T21:16:57.325Z[ host-package] Compiling chacha20 v0.9.1
27372024-05-29T21:16:57.644Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27382024-05-29T21:16:57.845Z[ host-package] Compiling aead v0.5.2
27392024-05-29T21:16:58.848Z[ host-package] Compiling bcs v0.1.6
27402024-05-29T21:16:59.428Z[ host-package] Compiling serde_arrays v0.1.0
27412024-05-29T21:16:59.655Z[ host-package] Compiling serde-big-array v0.5.1
27422024-05-29T21:16:59.976Z[ host-package] Compiling erased-serde v0.3.31
27432024-05-29T21:16:59.984Z[ host-package] Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27442024-05-29T21:17:00.530Z[ host-package] Compiling highway v1.1.0
27452024-05-29T21:17:00.995Z[ host-package] Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
27462024-05-29T21:17:01.628Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27472024-05-29T21:17:01.831Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27482024-05-29T21:17:14.671Z[ host-package] Compiling chacha20poly1305 v0.10.1
27492024-05-29T21:17:14.747Z[ helios-setup] May 29 21:17:13.513 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27502024-05-29T21:17:17.049Z[ host-package] Compiling vsss-rs v3.3.4
27512024-05-29T21:17:22.300Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27522024-05-29T21:17:23.184Z[ host-package] Compiling signal-hook-tokio v0.3.1
27532024-05-29T21:17:23.451Z[ host-package] Compiling heck v0.3.3
27542024-05-29T21:17:23.911Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27552024-05-29T21:17:25.597Z[ host-package] Compiling castaway v0.2.2
27562024-05-29T21:17:25.900Z[ host-package] Compiling rand_seeder v0.2.3
27572024-05-29T21:17:26.408Z[ host-package] Compiling serde-big-array v0.4.1
27582024-05-29T21:17:26.756Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27592024-05-29T21:17:27.331Z[ host-package] Compiling http-range v0.1.5
27602024-05-29T21:17:27.983Z[ host-package] Compiling hyper-staticfile v0.9.5
27612024-05-29T21:17:28.127Z[ helios-setup] May 29 21:17:26.892 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27622024-05-29T21:17:28.801Z[ helios-setup] May 29 21:17:27.566 INFO E| warning: unused variable: `abl_version`
27632024-05-29T21:17:28.801Z[ helios-setup] May 29 21:17:27.566 INFO E| --> src/main.rs:1118:5
27642024-05-29T21:17:28.801Z[ helios-setup] May 29 21:17:27.566 INFO E| |
27652024-05-29T21:17:28.804Z[ helios-setup] May 29 21:17:27.566 INFO E| 1118 | abl_version: Option<u32>,
27662024-05-29T21:17:28.804Z[ helios-setup] May 29 21:17:27.566 INFO E| | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_abl_version`
27672024-05-29T21:17:28.804Z[ helios-setup] May 29 21:17:27.566 INFO E| |
27682024-05-29T21:17:28.804Z[ helios-setup] May 29 21:17:27.566 INFO E| = note: `#[warn(unused_variables)]` on by default
27692024-05-29T21:17:29.152Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27702024-05-29T21:17:31.572Z[ host-package] Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
27712024-05-29T21:17:33.263Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27722024-05-29T21:17:33.498Z[ host-package] Compiling compact_str v0.7.1
27732024-05-29T21:17:35.239Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27742024-05-29T21:17:41.163Z[ host-package] Compiling zone_cfg_derive v0.1.2
27752024-05-29T21:17:42.691Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27762024-05-29T21:17:56.873Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27772024-05-29T21:17:57.654Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27782024-05-29T21:18:04.190Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27792024-05-29T21:18:05.179Z[ host-package] Compiling tungstenite v0.21.0
27802024-05-29T21:18:12.204Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27812024-05-29T21:18:12.974Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27822024-05-29T21:18:13.003Z[ host-package] Compiling lru v0.12.3
27832024-05-29T21:18:13.266Z[ host-package] Compiling stability v0.2.0
27842024-05-29T21:18:14.385Z[ host-package] Compiling cassowary v0.3.0
27852024-05-29T21:18:16.672Z[ helios-setup] May 29 21:18:15.432 INFO E| warning: `amd-host-image-builder` (bin "amd-host-image-builder") generated 1 warning (run `cargo fix --bin "amd-host-image-builder"` to apply 1 suggestion)
27862024-05-29T21:18:16.676Z[ helios-setup] May 29 21:18:15.432 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 33s
27872024-05-29T21:18:16.706Z[ helios-setup] May 29 21:18:15.466 INFO building project "amd-host-image-builder" ok (187 seconds)
27882024-05-29T21:18:16.710Z[ helios-setup] May 29 21:18:15.466 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27892024-05-29T21:18:16.710Z[ helios-setup] May 29 21:18:15.466 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27902024-05-29T21:18:17.113Z[ helios-setup] May 29 21:18:15.871 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27912024-05-29T21:18:17.867Z[ helios-setup] May 29 21:18:16.625 INFO E| From https://github.com/jclulow/hiercmd
27922024-05-29T21:18:17.867Z[ helios-setup] May 29 21:18:16.625 INFO E| * [new branch] main -> origin/main
27932024-05-29T21:18:17.870Z[ helios-setup] May 29 21:18:16.625 INFO E| * [new ref] -> origin/HEAD
27942024-05-29T21:18:17.888Z[ helios-setup] May 29 21:18:16.648 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27952024-05-29T21:18:18.485Z[ helios-setup] May 29 21:18:17.241 INFO E| From https://github.com/jclulow/network-interface
27962024-05-29T21:18:18.485Z[ helios-setup] May 29 21:18:17.241 INFO E| * [new branch] illumos -> origin/illumos
27972024-05-29T21:18:18.485Z[ helios-setup] May 29 21:18:17.241 INFO E| * [new branch] main -> origin/main
27982024-05-29T21:18:18.491Z[ helios-setup] May 29 21:18:17.241 INFO E| * [new ref] -> origin/HEAD
27992024-05-29T21:18:18.523Z[ helios-setup] May 29 21:18:17.283 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28002024-05-29T21:18:19.065Z[ helios-setup] May 29 21:18:17.824 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28012024-05-29T21:18:19.065Z[ helios-setup] May 29 21:18:17.824 INFO E| * [new branch] compliance -> origin/compliance
28022024-05-29T21:18:19.065Z[ helios-setup] May 29 21:18:17.824 INFO E| * [new branch] libdlpi-sys -> origin/libdlpi-sys
28032024-05-29T21:18:19.068Z[ helios-setup] May 29 21:18:17.824 INFO E| * [new branch] main -> origin/main
28042024-05-29T21:18:19.068Z[ helios-setup] May 29 21:18:17.824 INFO E| * [new ref] -> origin/HEAD
28052024-05-29T21:18:19.108Z[ helios-setup] May 29 21:18:17.864 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28062024-05-29T21:18:19.120Z[ host-package] Compiling corncobs v0.1.3
28072024-05-29T21:18:19.503Z[ host-package] Compiling indoc v2.0.5
28082024-05-29T21:18:20.090Z[ helios-setup] May 29 21:18:18.849 INFO E| From https://github.com/oxidecomputer/facade
28092024-05-29T21:18:20.090Z[ helios-setup] May 29 21:18:18.849 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials
28102024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.849 INFO E| * [new branch] checklist -> origin/checklist
28112024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.850 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
28122024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.850 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
28132024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.850 INFO E| * [new branch] dramtest -> origin/dramtest
28142024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.850 INFO E| * [new branch] facts -> origin/facts
28152024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.851 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi
28162024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.851 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip
28172024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.851 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase
28182024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.851 INFO E| * [new branch] gimlet-f -> origin/gimlet-f
28192024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.851 INFO E| * [new branch] guardrails -> origin/guardrails
28202024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.851 INFO E| * [new branch] idcerts -> origin/idcerts
28212024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.852 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage
28222024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.852 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450
28232024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.852 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme
28242024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.852 INFO E| * [new branch] main -> origin/main
28252024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.852 INFO E| * [new branch] meanwell -> origin/meanwell
28262024-05-29T21:18:20.094Z[ helios-setup] May 29 21:18:18.853 INFO E| * [new branch] parents -> origin/parents
28272024-05-29T21:18:20.095Z[ helios-setup] May 29 21:18:18.853 INFO E| * [new branch] psc -> origin/psc
28282024-05-29T21:18:20.095Z[ helios-setup] May 29 21:18:18.853 INFO E| * [new branch] rackstatus -> origin/rackstatus
28292024-05-29T21:18:20.095Z[ helios-setup] May 29 21:18:18.853 INFO E| * [new branch] sessions -> origin/sessions
28302024-05-29T21:18:20.098Z[ helios-setup] May 29 21:18:18.853 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test
28312024-05-29T21:18:20.098Z[ helios-setup] May 29 21:18:18.853 INFO E| * [new branch] sshauth -> origin/sshauth
28322024-05-29T21:18:20.098Z[ helios-setup] May 29 21:18:18.854 INFO E| * [new branch] unsupervised -> origin/unsupervised
28332024-05-29T21:18:20.098Z[ helios-setup] May 29 21:18:18.854 INFO E| * [new branch] x11 -> origin/x11
28342024-05-29T21:18:20.098Z[ helios-setup] May 29 21:18:18.854 INFO E| * [new ref] -> origin/HEAD
28352024-05-29T21:18:20.178Z[ helios-setup] May 29 21:18:18.937 INFO E| Updating crates.io index
28362024-05-29T21:18:20.366Z[ host-package] Compiling base64 v0.13.1
28372024-05-29T21:18:20.489Z[ host-package] Compiling ratatui v0.26.2
28382024-05-29T21:18:20.859Z[ helios-setup] May 29 21:18:19.615 INFO E| Downloading crates ...
28392024-05-29T21:18:21.068Z[ helios-setup] May 29 21:18:19.824 INFO E| Downloaded ahash v0.7.6
28402024-05-29T21:18:21.107Z[ helios-setup] May 29 21:18:19.866 INFO E| Downloaded dyn-clone v1.0.11
28412024-05-29T21:18:21.110Z[ helios-setup] May 29 21:18:19.869 INFO E| Downloaded const-random-macro v0.1.15
28422024-05-29T21:18:21.114Z[ helios-setup] May 29 21:18:19.871 INFO E| Downloaded clap_lex v0.4.1
28432024-05-29T21:18:21.114Z[ helios-setup] May 29 21:18:19.873 INFO E| Downloaded bincode v1.3.3
28442024-05-29T21:18:21.117Z[ helios-setup] May 29 21:18:19.876 INFO E| Downloaded const-random v0.1.15
28452024-05-29T21:18:21.120Z[ helios-setup] May 29 21:18:19.878 INFO E| Downloaded cargo-lock v8.0.3
28462024-05-29T21:18:21.124Z[ helios-setup] May 29 21:18:19.883 INFO E| Downloaded concolor-query v0.3.3
28472024-05-29T21:18:21.127Z[ helios-setup] May 29 21:18:19.885 INFO E| Downloaded base64 v0.21.0
28482024-05-29T21:18:21.131Z[ helios-setup] May 29 21:18:19.891 INFO E| Downloaded slog-bunyan v2.4.0
28492024-05-29T21:18:21.134Z[ helios-setup] May 29 21:18:19.893 INFO E| Downloaded scopeguard v1.1.0
28502024-05-29T21:18:21.137Z[ helios-setup] May 29 21:18:19.895 INFO E| Downloaded digest v0.10.6
28512024-05-29T21:18:21.143Z[ helios-setup] May 29 21:18:19.898 INFO E| Downloaded camino v1.1.4
28522024-05-29T21:18:21.146Z[ helios-setup] May 29 21:18:19.902 INFO E| Downloaded toml v0.7.3
28532024-05-29T21:18:21.151Z[ helios-setup] May 29 21:18:19.908 INFO E| Downloaded toml_datetime v0.6.1
28542024-05-29T21:18:21.155Z[ helios-setup] May 29 21:18:19.914 INFO E| Downloaded socket2 v0.4.9
28552024-05-29T21:18:21.159Z[ helios-setup] May 29 21:18:19.918 INFO E| Downloaded aho-corasick v0.7.20
28562024-05-29T21:18:21.165Z[ helios-setup] May 29 21:18:19.925 INFO E| Downloaded strsim v0.10.0
28572024-05-29T21:18:21.168Z[ helios-setup] May 29 21:18:19.927 INFO E| Downloaded slab v0.4.7
28582024-05-29T21:18:21.172Z[ helios-setup] May 29 21:18:19.932 INFO E| Downloaded signal-hook-registry v1.4.0
28592024-05-29T21:18:21.177Z[ helios-setup] May 29 21:18:19.934 INFO E| Downloaded either v1.8.0
28602024-05-29T21:18:21.180Z[ helios-setup] May 29 21:18:19.936 INFO E| Downloaded bytes v1.4.0
28612024-05-29T21:18:21.184Z[ helios-setup] May 29 21:18:19.943 INFO E| Downloaded time-core v0.1.0
28622024-05-29T21:18:21.187Z[ helios-setup] May 29 21:18:19.945 INFO E| Downloaded want v0.3.0
28632024-05-29T21:18:21.187Z[ helios-setup] May 29 21:18:19.947 INFO E| Downloaded project-root v0.2.2
28642024-05-29T21:18:21.190Z[ helios-setup] May 29 21:18:19.948 INFO E| Downloaded byteorder v1.4.3
28652024-05-29T21:18:21.204Z[ helios-setup] May 29 21:18:19.951 INFO E| Downloaded async-trait v0.1.68
28662024-05-29T21:18:21.205Z[ helios-setup] May 29 21:18:19.957 INFO E| Downloaded try-lock v0.2.4
28672024-05-29T21:18:21.205Z[ helios-setup] May 29 21:18:19.959 INFO E| Downloaded tokio-macros v2.0.0
28682024-05-29T21:18:21.205Z[ helios-setup] May 29 21:18:19.961 INFO E| Downloaded slog-async v2.7.0
28692024-05-29T21:18:21.210Z[ helios-setup] May 29 21:18:19.964 INFO E| Downloaded thiserror v1.0.38
28702024-05-29T21:18:21.215Z[ helios-setup] May 29 21:18:19.972 INFO E| Downloaded smawk v0.3.1
28712024-05-29T21:18:21.218Z[ helios-setup] May 29 21:18:19.974 INFO E| Downloaded semver-parser v0.10.2
28722024-05-29T21:18:21.218Z[ helios-setup] May 29 21:18:19.977 INFO E| Downloaded thiserror-impl v1.0.38
28732024-05-29T21:18:21.221Z[ helios-setup] May 29 21:18:19.980 INFO E| Downloaded home v0.5.4
28742024-05-29T21:18:21.224Z[ helios-setup] May 29 21:18:19.982 INFO E| Downloaded time-macros v0.2.8
28752024-05-29T21:18:21.227Z[ helios-setup] May 29 21:18:19.986 INFO E| Downloaded futures-io v0.3.28
28762024-05-29T21:18:21.231Z[ helios-setup] May 29 21:18:19.987 INFO E| Downloaded num_enum v0.5.7
28772024-05-29T21:18:21.235Z[ helios-setup] May 29 21:18:19.994 INFO E| Downloaded semver v0.11.0
28782024-05-29T21:18:21.239Z[ helios-setup] May 29 21:18:19.997 INFO E| Downloaded num_enum_derive v0.5.7
28792024-05-29T21:18:21.242Z[ helios-setup] May 29 21:18:19.999 INFO E| Downloaded time v0.1.45
28802024-05-29T21:18:21.249Z[ helios-setup] May 29 21:18:20.008 INFO E| Downloaded tempfile v3.5.0
28812024-05-29T21:18:21.253Z[ helios-setup] May 29 21:18:20.012 INFO E| Downloaded rustls-pemfile v1.0.2
28822024-05-29T21:18:21.258Z[ helios-setup] May 29 21:18:20.016 INFO E| Downloaded tokio-tungstenite v0.18.0
28832024-05-29T21:18:21.262Z[ helios-setup] May 29 21:18:20.019 INFO E| Downloaded rustfmt-wrapper v0.2.0
28842024-05-29T21:18:21.265Z[ helios-setup] May 29 21:18:20.022 INFO E| Downloaded schemars_derive v0.8.12
28852024-05-29T21:18:21.265Z[ helios-setup] May 29 21:18:20.024 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28862024-05-29T21:18:21.273Z[ helios-setup] May 29 21:18:20.028 INFO E| Downloaded tungstenite v0.18.0
28872024-05-29T21:18:21.276Z[ helios-setup] May 29 21:18:20.033 INFO E| Downloaded serde_spanned v0.6.1
28882024-05-29T21:18:21.276Z[ helios-setup] May 29 21:18:20.035 INFO E| Downloaded semver v1.0.17
28892024-05-29T21:18:21.281Z[ helios-setup] May 29 21:18:20.039 INFO E| Downloaded jobserver v0.1.26
28902024-05-29T21:18:21.285Z[ helios-setup] May 29 21:18:20.042 INFO E| Downloaded unicode-bidi v0.3.13
28912024-05-29T21:18:21.288Z[ helios-setup] May 29 21:18:20.047 INFO E| Downloaded unicode-ident v1.0.8
28922024-05-29T21:18:21.292Z[ helios-setup] May 29 21:18:20.052 INFO E| Downloaded textwrap v0.16.0
28932024-05-29T21:18:21.296Z[ helios-setup] May 29 21:18:20.055 INFO E| Downloaded tracing-core v0.1.30
28942024-05-29T21:18:21.304Z[ helios-setup] May 29 21:18:20.060 INFO E| Downloaded unsafe-libyaml v0.2.8
28952024-05-29T21:18:21.307Z[ helios-setup] May 29 21:18:20.066 INFO E| Downloaded tracing v0.1.37
28962024-05-29T21:18:21.315Z[ helios-setup] May 29 21:18:20.073 INFO E| Downloaded serde v1.0.152
28972024-05-29T21:18:21.320Z[ helios-setup] May 29 21:18:20.079 INFO E| Downloaded unicode-normalization v0.1.22
28982024-05-29T21:18:21.335Z[ helios-setup] May 29 21:18:20.084 INFO E| Downloaded tokio-util v0.7.7
28992024-05-29T21:18:21.348Z[ helios-setup] May 29 21:18:20.094 INFO E| Downloaded winnow v0.4.1
29002024-05-29T21:18:21.348Z[ host-package] Compiling ron v0.7.1
29012024-05-29T21:18:21.357Z[ helios-setup] May 29 21:18:20.105 INFO E| Downloaded syn v1.0.107
29022024-05-29T21:18:21.366Z[ helios-setup] May 29 21:18:20.121 INFO E| Downloaded syn v2.0.13
29032024-05-29T21:18:21.386Z[ helios-setup] May 29 21:18:20.137 INFO E| Downloaded serde_derive v1.0.152
29042024-05-29T21:18:21.400Z[ helios-setup] May 29 21:18:20.141 INFO E| Downloaded ryu v1.0.13
29052024-05-29T21:18:21.400Z[ helios-setup] May 29 21:18:20.146 INFO E| Downloaded tokio v1.27.0
29062024-05-29T21:18:21.445Z[ helios-setup] May 29 21:18:20.196 INFO E| Downloaded serde_yaml v0.9.21
29072024-05-29T21:18:21.465Z[ helios-setup] May 29 21:18:20.201 INFO E| Downloaded memchr v2.5.0
29082024-05-29T21:18:21.465Z[ helios-setup] May 29 21:18:20.209 INFO E| Downloaded rayon-core v1.10.2
29092024-05-29T21:18:21.489Z[ helios-setup] May 29 21:18:20.215 INFO E| Downloaded futures v0.3.28
29102024-05-29T21:18:21.489Z[ helios-setup] May 29 21:18:20.221 INFO E| Downloaded crossbeam-channel v0.5.6
29112024-05-29T21:18:21.489Z[ helios-setup] May 29 21:18:20.228 INFO E| Downloaded http v0.2.9
29122024-05-29T21:18:21.494Z[ helios-setup] May 29 21:18:20.235 INFO E| Downloaded rustls-webpki v0.100.1
29132024-05-29T21:18:21.495Z[ helios-setup] May 29 21:18:20.244 INFO E| Downloaded mio v0.8.5
29142024-05-29T21:18:21.505Z[ helios-setup] May 29 21:18:20.254 INFO E| Downloaded pest v2.5.7
29152024-05-29T21:18:21.512Z[ helios-setup] May 29 21:18:20.261 INFO E| Downloaded clap_builder v4.2.1
29162024-05-29T21:18:21.519Z[ helios-setup] May 29 21:18:20.271 INFO E| Downloaded chrono v0.4.24
29172024-05-29T21:18:21.526Z[ helios-setup] May 29 21:18:20.282 INFO E| Downloaded cc v1.0.78
29182024-05-29T21:18:21.535Z[ helios-setup] May 29 21:18:20.286 INFO E| Downloaded schemars v0.8.12
29192024-05-29T21:18:21.556Z[ host-package] Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29202024-05-29T21:18:21.574Z[ helios-setup] May 29 21:18:20.304 INFO E| Downloaded futures-util v0.3.28
29212024-05-29T21:18:21.577Z[ helios-setup] May 29 21:18:20.324 INFO E| Downloaded proc-macro2 v1.0.56
29222024-05-29T21:18:21.578Z[ helios-setup] May 29 21:18:20.328 INFO E| Downloaded reqwest v0.11.16
29232024-05-29T21:18:21.582Z[ helios-setup] May 29 21:18:20.340 INFO E| Downloaded rayon v1.6.1
29242024-05-29T21:18:21.596Z[ helios-setup] May 29 21:18:20.356 INFO E| Downloaded serde_json v1.0.95
29252024-05-29T21:18:21.609Z[ helios-setup] May 29 21:18:20.367 INFO E| Downloaded hyper v0.14.25
29262024-05-29T21:18:21.620Z[ helios-setup] May 29 21:18:20.379 INFO E| Downloaded git2 v0.16.1
29272024-05-29T21:18:21.632Z[ helios-setup] May 29 21:18:20.392 INFO E| Downloaded h2 v0.3.16
29282024-05-29T21:18:21.643Z[ helios-setup] May 29 21:18:20.402 INFO E| Downloaded regress v0.5.0
29292024-05-29T21:18:21.655Z[ helios-setup] May 29 21:18:20.414 INFO E| Downloaded regex v1.7.3
29302024-05-29T21:18:21.669Z[ helios-setup] May 29 21:18:20.428 INFO E| Downloaded rustls v0.21.0
29312024-05-29T21:18:21.705Z[ helios-setup] May 29 21:18:20.464 INFO E| Downloaded rustix v0.37.3
29322024-05-29T21:18:21.735Z[ helios-setup] May 29 21:18:20.494 INFO E| Downloaded openapiv3 v1.0.2
29332024-05-29T21:18:21.754Z[ helios-setup] May 29 21:18:20.513 INFO E| Downloaded rhai v1.14.0
29342024-05-29T21:18:21.772Z[ helios-setup] May 29 21:18:20.531 INFO E| Downloaded parking_lot v0.12.1
29352024-05-29T21:18:21.779Z[ helios-setup] May 29 21:18:20.535 INFO E| Downloaded time v0.3.20
29362024-05-29T21:18:21.784Z[ helios-setup] May 29 21:18:20.544 INFO E| Downloaded num-traits v0.2.15
29372024-05-29T21:18:21.788Z[ helios-setup] May 29 21:18:20.547 INFO E| Downloaded sha1 v0.10.5
29382024-05-29T21:18:21.791Z[ helios-setup] May 29 21:18:20.549 INFO E| Downloaded serde_path_to_error v0.1.11
29392024-05-29T21:18:21.795Z[ helios-setup] May 29 21:18:20.551 INFO E| Downloaded serde_derive_internals v0.26.0
29402024-05-29T21:18:21.795Z[ helios-setup] May 29 21:18:20.554 INFO E| Downloaded sct v0.7.0
29412024-05-29T21:18:21.799Z[ helios-setup] May 29 21:18:20.558 INFO E| Downloaded rhai_codegen v1.5.0
29422024-05-29T21:18:21.812Z[ helios-setup] May 29 21:18:20.571 INFO E| Downloaded parking_lot_core v0.9.6
29432024-05-29T21:18:21.815Z[ helios-setup] May 29 21:18:20.574 INFO E| Downloaded log v0.4.17
29442024-05-29T21:18:21.818Z[ helios-setup] May 29 21:18:20.578 INFO E| Downloaded ipnet v2.7.2
29452024-05-29T21:18:21.821Z[ helios-setup] May 29 21:18:20.580 INFO E| Downloaded url v2.3.1
29462024-05-29T21:18:21.825Z[ helios-setup] May 29 21:18:20.585 INFO E| Downloaded libc v0.2.139
29472024-05-29T21:18:21.866Z[ helios-setup] May 29 21:18:20.625 INFO E| Downloaded unicode-linebreak v0.1.4
29482024-05-29T21:18:21.870Z[ helios-setup] May 29 21:18:20.629 INFO E| Downloaded crossbeam-epoch v0.9.13
29492024-05-29T21:18:21.877Z[ helios-setup] May 29 21:18:20.633 INFO E| Downloaded ucd-trie v0.1.5
29502024-05-29T21:18:21.877Z[ helios-setup] May 29 21:18:20.636 INFO E| Downloaded quote v1.0.26
29512024-05-29T21:18:21.881Z[ helios-setup] May 29 21:18:20.640 INFO E| Downloaded pin-project-lite v0.2.9
29522024-05-29T21:18:21.914Z[ helios-setup] May 29 21:18:20.673 INFO E| Downloaded lock_api v0.4.9
29532024-05-29T21:18:21.920Z[ helios-setup] May 29 21:18:20.675 INFO E| Downloaded io-lifetimes v1.0.10
29542024-05-29T21:18:21.923Z[ helios-setup] May 29 21:18:20.679 INFO E| Downloaded httpdate v1.0.2
29552024-05-29T21:18:21.923Z[ helios-setup] May 29 21:18:20.681 INFO E| Downloaded getrandom v0.2.8
29562024-05-29T21:18:21.926Z[ helios-setup] May 29 21:18:20.685 INFO E| Downloaded toml_edit v0.19.8
29572024-05-29T21:18:21.953Z[ helios-setup] May 29 21:18:20.712 INFO E| Downloaded tokio-rustls v0.24.0
29582024-05-29T21:18:21.956Z[ helios-setup] May 29 21:18:20.715 INFO E| Downloaded futures-task v0.3.28
29592024-05-29T21:18:21.960Z[ helios-setup] May 29 21:18:20.717 INFO E| Downloaded uuid v1.3.0
29602024-05-29T21:18:21.964Z[ helios-setup] May 29 21:18:20.723 INFO E| Downloaded once_cell v1.17.0
29612024-05-29T21:18:21.968Z[ helios-setup] May 29 21:18:20.727 INFO E| Downloaded percent-encoding v2.2.0
29622024-05-29T21:18:21.971Z[ helios-setup] May 29 21:18:20.728 INFO E| Downloaded futures-channel v0.3.28
29632024-05-29T21:18:21.975Z[ helios-setup] May 29 21:18:20.731 INFO E| Downloaded clap_derive v4.2.0
29642024-05-29T21:18:21.978Z[ helios-setup] May 29 21:18:20.735 INFO E| Downloaded paste v1.0.12
29652024-05-29T21:18:21.981Z[ helios-setup] May 29 21:18:20.739 INFO E| Downloaded is-terminal v0.4.7
29662024-05-29T21:18:21.995Z[ helios-setup] May 29 21:18:20.741 INFO E| Downloaded smartstring v1.0.1
29672024-05-29T21:18:21.999Z[ helios-setup] May 29 21:18:20.745 INFO E| Downloaded smallvec v1.10.0
29682024-05-29T21:18:21.999Z[ helios-setup] May 29 21:18:20.748 INFO E| Downloaded sha2 v0.10.6
29692024-05-29T21:18:21.999Z[ helios-setup] May 29 21:18:20.751 INFO E| Downloaded pkg-config v0.3.26
29702024-05-29T21:18:21.999Z[ helios-setup] May 29 21:18:20.754 INFO E| Downloaded num-integer v0.1.45
29712024-05-29T21:18:21.999Z[ helios-setup] May 29 21:18:20.757 INFO E| Downloaded num_cpus v1.15.0
29722024-05-29T21:18:22.002Z[ helios-setup] May 29 21:18:20.760 INFO E| Downloaded itoa v1.0.6
29732024-05-29T21:18:22.006Z[ helios-setup] May 29 21:18:20.762 INFO E| Downloaded iana-time-zone v0.1.56
29742024-05-29T21:18:22.009Z[ helios-setup] May 29 21:18:20.766 INFO E| Downloaded http-body v0.4.5
29752024-05-29T21:18:22.012Z[ helios-setup] May 29 21:18:20.769 INFO E| Downloaded futures-macro v0.3.28
29762024-05-29T21:18:22.012Z[ helios-setup] May 29 21:18:20.770 INFO E| Downloaded futures-core v0.3.28
29772024-05-29T21:18:22.015Z[ helios-setup] May 29 21:18:20.773 INFO E| Downloaded futures-sink v0.3.28
29782024-05-29T21:18:22.015Z[ helios-setup] May 29 21:18:20.774 INFO E| Downloaded futures-executor v0.3.28
29792024-05-29T21:18:22.020Z[ helios-setup] May 29 21:18:20.776 INFO E| Downloaded form_urlencoded v1.1.0
29802024-05-29T21:18:22.020Z[ helios-setup] May 29 21:18:20.778 INFO E| Downloaded fastrand v1.9.0
29812024-05-29T21:18:22.024Z[ helios-setup] May 29 21:18:20.780 INFO E| Downloaded crossbeam-deque v0.8.2
29822024-05-29T21:18:22.024Z[ helios-setup] May 29 21:18:20.782 INFO E| Downloaded concolor-override v1.0.0
29832024-05-29T21:18:22.027Z[ helios-setup] May 29 21:18:20.783 INFO E| Downloaded built v0.6.0
29842024-05-29T21:18:22.027Z[ helios-setup] May 29 21:18:20.786 INFO E| Downloaded proc-macro-crate v1.2.1
29852024-05-29T21:18:22.030Z[ helios-setup] May 29 21:18:20.788 INFO E| Downloaded terminal_size v0.2.6
29862024-05-29T21:18:22.034Z[ helios-setup] May 29 21:18:20.790 INFO E| Downloaded clap v4.2.1
29872024-05-29T21:18:22.045Z[ helios-setup] May 29 21:18:20.804 INFO E| Downloaded encoding_rs v0.8.32
29882024-05-29T21:18:22.082Z[ helios-setup] May 29 21:18:20.841 INFO E| Downloaded toolchain_find v0.2.0
29892024-05-29T21:18:22.100Z[ helios-setup] May 29 21:18:20.859 INFO E| Downloaded crossbeam-utils v0.8.14
29902024-05-29T21:18:22.104Z[ helios-setup] May 29 21:18:20.864 INFO E| Downloaded anstyle v0.3.5
29912024-05-29T21:18:22.108Z[ helios-setup] May 29 21:18:20.866 INFO E| Downloaded anyhow v1.0.68
29922024-05-29T21:18:22.163Z[ helios-setup] May 29 21:18:20.922 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29932024-05-29T21:18:22.275Z[ helios-setup] May 29 21:18:21.031 INFO E| Downloaded anstyle-parse v0.1.1
29942024-05-29T21:18:22.278Z[ helios-setup] May 29 21:18:21.034 INFO E| Downloaded autocfg v1.1.0
29952024-05-29T21:18:22.278Z[ helios-setup] May 29 21:18:21.036 INFO E| Downloaded anstream v0.2.6
29962024-05-29T21:18:22.281Z[ helios-setup] May 29 21:18:21.039 INFO E| Downloaded ahash v0.8.3
29972024-05-29T21:18:22.317Z[ helios-setup] May 29 21:18:21.076 INFO E| Downloaded libz-sys v1.1.8
29982024-05-29T21:18:22.475Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29992024-05-29T21:18:22.651Z[ helios-setup] May 29 21:18:21.410 INFO E| Compiling proc-macro2 v1.0.56
30002024-05-29T21:18:22.652Z[ helios-setup] May 29 21:18:21.410 INFO E| Compiling libc v0.2.139
30012024-05-29T21:18:22.655Z[ helios-setup] May 29 21:18:21.410 INFO E| Compiling quote v1.0.26
30022024-05-29T21:18:22.656Z[ helios-setup] May 29 21:18:21.410 INFO E| Compiling unicode-ident v1.0.8
30032024-05-29T21:18:22.656Z[ helios-setup] May 29 21:18:21.410 INFO E| Compiling syn v1.0.107
30042024-05-29T21:18:22.656Z[ helios-setup] May 29 21:18:21.410 INFO E| Compiling autocfg v1.1.0
30052024-05-29T21:18:22.656Z[ helios-setup] May 29 21:18:21.411 INFO E| Compiling serde_derive v1.0.152
30062024-05-29T21:18:22.656Z[ helios-setup] May 29 21:18:21.411 INFO E| Compiling cfg-if v1.0.0
30072024-05-29T21:18:22.960Z[ helios-setup] May 29 21:18:21.719 INFO E| Compiling version_check v0.9.4
30082024-05-29T21:18:23.386Z[ helios-setup] May 29 21:18:22.143 INFO E| Compiling serde v1.0.152
30092024-05-29T21:18:24.185Z[ helios-setup] May 29 21:18:22.944 INFO E| Compiling memchr v2.5.0
30102024-05-29T21:18:24.507Z[ helios-setup] May 29 21:18:23.266 INFO E| Compiling once_cell v1.17.0
30112024-05-29T21:18:24.793Z[ helios-setup] May 29 21:18:23.552 INFO E| Compiling thiserror v1.0.38
30122024-05-29T21:18:24.797Z[ helios-setup] May 29 21:18:23.556 INFO E| Compiling log v0.4.17
30132024-05-29T21:18:25.342Z[ helios-setup] May 29 21:18:24.098 INFO E| Compiling itoa v1.0.6
30142024-05-29T21:18:25.702Z[ helios-setup] May 29 21:18:24.461 INFO E| Compiling serde_json v1.0.95
30152024-05-29T21:18:26.762Z[ helios-setup] May 29 21:18:25.501 INFO E| Compiling getrandom v0.2.8
30162024-05-29T21:18:26.852Z[ helios-setup] May 29 21:18:25.610 INFO E| Compiling jobserver v0.1.26
30172024-05-29T21:18:27.081Z[ helios-setup] May 29 21:18:25.839 INFO E| Compiling indexmap v1.9.3
30182024-05-29T21:18:27.596Z[ helios-setup] May 29 21:18:26.354 INFO E| Compiling syn v2.0.13
30192024-05-29T21:18:27.811Z[ helios-setup] May 29 21:18:26.563 INFO E| Compiling cc v1.0.78
30202024-05-29T21:18:27.889Z[ helios-setup] May 29 21:18:26.645 INFO E| Compiling pin-project-lite v0.2.9
30212024-05-29T21:18:27.961Z[ helios-setup] May 29 21:18:26.714 INFO E| Compiling scopeguard v1.1.0
30222024-05-29T21:18:28.011Z[ helios-setup] May 29 21:18:26.765 INFO E| Compiling num-integer v0.1.45
30232024-05-29T21:18:28.186Z[ helios-setup] May 29 21:18:26.944 INFO E| Compiling bytes v1.4.0
30242024-05-29T21:18:28.406Z[ helios-setup] May 29 21:18:27.164 INFO E| Compiling futures-core v0.3.28
30252024-05-29T21:18:29.328Z[ helios-setup] May 29 21:18:28.086 INFO E| Compiling ryu v1.0.13
30262024-05-29T21:18:30.393Z[ host-package] Compiling tokio-tungstenite v0.21.0
30272024-05-29T21:18:30.910Z[ helios-setup] May 29 21:18:29.261 INFO E| Compiling lock_api v0.4.9
30282024-05-29T21:18:30.913Z[ helios-setup] May 29 21:18:29.361 INFO E| Compiling parking_lot_core v0.9.6
30292024-05-29T21:18:30.913Z[ helios-setup] May 29 21:18:29.421 INFO E| Compiling bitflags v1.3.2
30302024-05-29T21:18:30.913Z[ helios-setup] May 29 21:18:29.658 INFO E| Compiling typenum v1.16.0
30312024-05-29T21:18:31.239Z[ helios-setup] May 29 21:18:29.997 INFO E| Compiling num_cpus v1.15.0
30322024-05-29T21:18:31.564Z[ helios-setup] May 29 21:18:30.322 INFO E| Compiling generic-array v0.14.6
30332024-05-29T21:18:31.693Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30342024-05-29T21:18:31.783Z[ helios-setup] May 29 21:18:30.541 INFO E| Compiling slab v0.4.7
30352024-05-29T21:18:31.823Z[ helios-setup] May 29 21:18:30.582 INFO E| Compiling futures-task v0.3.28
30362024-05-29T21:18:32.228Z[ helios-setup] May 29 21:18:30.986 INFO E| Compiling futures-channel v0.3.28
30372024-05-29T21:18:32.429Z[ helios-setup] May 29 21:18:31.187 INFO E| Compiling futures-sink v0.3.28
30382024-05-29T21:18:32.885Z[ helios-setup] May 29 21:18:31.643 INFO E| Compiling tokio v1.27.0
30392024-05-29T21:18:33.071Z[ helios-setup] May 29 21:18:31.824 INFO E| Compiling schemars v0.8.12
30402024-05-29T21:18:33.091Z[ helios-setup] May 29 21:18:31.849 INFO E| Compiling futures-util v0.3.28
30412024-05-29T21:18:33.268Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30422024-05-29T21:18:33.917Z[ helios-setup] May 29 21:18:32.674 INFO E| Compiling mio v0.8.5
30432024-05-29T21:18:34.010Z[ helios-setup] May 29 21:18:32.768 INFO E| Compiling signal-hook-registry v1.4.0
30442024-05-29T21:18:34.398Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30452024-05-29T21:18:34.473Z[ helios-setup] May 29 21:18:33.231 INFO E| Compiling socket2 v0.4.9
30462024-05-29T21:18:34.851Z[ helios-setup] May 29 21:18:33.609 INFO E| Compiling ahash v0.7.6
30472024-05-29T21:18:34.876Z[ helios-setup] May 29 21:18:33.634 INFO E| Compiling num-traits v0.2.15
30482024-05-29T21:18:35.940Z[ helios-setup] May 29 21:18:34.698 INFO E| Compiling futures-io v0.3.28
30492024-05-29T21:18:36.039Z[ helios-setup] May 29 21:18:34.797 INFO E| Compiling crunchy v0.2.2
30502024-05-29T21:18:36.695Z[ helios-setup] May 29 21:18:35.452 INFO E| Compiling io-lifetimes v1.0.10
30512024-05-29T21:18:36.901Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30522024-05-29T21:18:36.997Z[ helios-setup] May 29 21:18:35.755 INFO E| Compiling pin-utils v0.1.0
30532024-05-29T21:18:37.852Z[ helios-setup] May 29 21:18:36.610 INFO E| Compiling ahash v0.8.3
30542024-05-29T21:18:37.960Z[ helios-setup] May 29 21:18:36.718 INFO E| Compiling rustix v0.37.3
30552024-05-29T21:18:37.970Z[ host-package] Compiling zone v0.1.8
30562024-05-29T21:18:38.454Z[ helios-setup] May 29 21:18:37.211 INFO E| Compiling serde_derive_internals v0.26.0
30572024-05-29T21:18:38.705Z[ helios-setup] May 29 21:18:37.459 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30582024-05-29T21:18:38.849Z[ helios-setup] May 29 21:18:37.603 INFO E| Compiling hashbrown v0.12.3
30592024-05-29T21:18:38.896Z[ helios-setup] May 29 21:18:37.644 INFO E| Compiling tiny-keccak v2.0.2
30602024-05-29T21:18:40.368Z[ helios-setup] May 29 21:18:39.125 INFO E| Compiling crypto-common v0.1.6
30612024-05-29T21:18:40.506Z[ helios-setup] May 29 21:18:39.263 INFO E| Compiling block-buffer v0.10.3
30622024-05-29T21:18:41.431Z[ helios-setup] May 29 21:18:40.188 INFO E| Compiling errno v0.3.1
30632024-05-29T21:18:41.907Z[ helios-setup] May 29 21:18:40.664 INFO E| Compiling slog v2.7.0
30642024-05-29T21:18:41.911Z[ helios-setup] May 29 21:18:40.666 INFO E| Compiling fnv v1.0.7
30652024-05-29T21:18:41.939Z[ helios-setup] May 29 21:18:40.696 INFO E| Compiling crossbeam-utils v0.8.14
30662024-05-29T21:18:42.207Z[ helios-setup] May 29 21:18:40.964 INFO E| Compiling pkg-config v0.3.26
30672024-05-29T21:18:42.590Z[ helios-setup] May 29 21:18:41.346 INFO E| Compiling http v0.2.9
30682024-05-29T21:18:43.838Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30692024-05-29T21:18:44.923Z[ helios-setup] May 29 21:18:43.673 INFO E| Compiling digest v0.10.6
30702024-05-29T21:18:45.823Z[ helios-setup] May 29 21:18:44.578 INFO E| Compiling aho-corasick v0.7.20
30712024-05-29T21:18:45.908Z[ helios-setup] May 29 21:18:44.664 INFO E| Compiling cpufeatures v0.2.5
30722024-05-29T21:18:46.028Z[ helios-setup] May 29 21:18:44.784 INFO E| Compiling regex-syntax v0.6.29
30732024-05-29T21:18:46.503Z[ helios-setup] May 29 21:18:45.259 INFO E| Compiling unicode-width v0.1.10
30742024-05-29T21:18:47.343Z[ helios-setup] May 29 21:18:46.097 INFO E| Compiling httparse v1.8.0
30752024-05-29T21:18:48.660Z[ helios-setup] May 29 21:18:47.392 INFO E| Compiling tinyvec_macros v0.1.1
30762024-05-29T21:18:48.708Z[ helios-setup] May 29 21:18:47.460 INFO E| Compiling anyhow v1.0.68
30772024-05-29T21:18:48.735Z[ helios-setup] May 29 21:18:47.485 INFO E| Compiling percent-encoding v2.2.0
30782024-05-29T21:18:48.735Z[ helios-setup] May 29 21:18:47.485 INFO E| Compiling heck v0.4.1
30792024-05-29T21:18:49.849Z[ helios-setup] May 29 21:18:48.604 INFO E| Compiling thiserror-impl v1.0.38
30802024-05-29T21:18:49.877Z[ helios-setup] May 29 21:18:48.604 INFO E| Compiling schemars_derive v0.8.12
30812024-05-29T21:18:50.032Z[ helios-setup] May 29 21:18:48.785 INFO E| Compiling form_urlencoded v1.1.0
30822024-05-29T21:18:50.193Z[ helios-setup] May 29 21:18:48.942 INFO E| Compiling futures-macro v0.3.28
30832024-05-29T21:18:50.797Z[ helios-setup] May 29 21:18:49.552 INFO E| Compiling tokio-macros v2.0.0
30842024-05-29T21:18:51.147Z[ helios-setup] May 29 21:18:49.903 INFO E| Compiling tinyvec v1.6.0
30852024-05-29T21:18:54.260Z[ helios-setup] May 29 21:18:53.016 INFO E| Compiling regex v1.7.3
30862024-05-29T21:18:54.458Z[ helios-setup] May 29 21:18:53.205 INFO E| Compiling const-random-macro v0.1.15
30872024-05-29T21:18:55.361Z[ helios-setup] May 29 21:18:54.028 INFO E| Compiling hashbrown v0.13.2
30882024-05-29T21:18:56.404Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30892024-05-29T21:18:56.415Z[ helios-setup] May 29 21:18:55.163 INFO E| Compiling chrono v0.4.24
30902024-05-29T21:18:56.493Z[ helios-setup] May 29 21:18:55.248 INFO E| Compiling libz-sys v1.1.8
30912024-05-29T21:18:58.771Z[ helios-setup] May 29 21:18:57.526 INFO E| Compiling uuid v1.3.0
30922024-05-29T21:18:58.889Z[ helios-setup] May 29 21:18:57.644 INFO E| Compiling dyn-clone v1.0.11
30932024-05-29T21:18:59.745Z[ helios-setup] May 29 21:18:58.495 INFO E| Compiling regress v0.5.0
30942024-05-29T21:18:59.857Z[ helios-setup] May 29 21:18:58.601 INFO E| Compiling const-random v0.1.15
30952024-05-29T21:19:00.405Z[ helios-setup] May 29 21:18:59.156 INFO E| Compiling unicode-normalization v0.1.22
30962024-05-29T21:19:02.859Z[ helios-setup] May 29 21:19:01.613 INFO E| Compiling getopts v0.2.21
30972024-05-29T21:19:03.118Z[ helios-setup] May 29 21:19:01.872 INFO E| Compiling tracing-core v0.1.30
30982024-05-29T21:19:03.655Z[ helios-setup] May 29 21:19:02.410 INFO E| Compiling memoffset v0.7.1
30992024-05-29T21:19:03.898Z[ helios-setup] May 29 21:19:02.652 INFO E| Compiling unicode-bidi v0.3.13
31002024-05-29T21:19:05.288Z[ helios-setup] May 29 21:19:04.041 INFO E| Compiling ucd-trie v0.1.5
31012024-05-29T21:19:06.389Z[ helios-setup] May 29 21:19:05.135 INFO E| Compiling time-core v0.1.0
31022024-05-29T21:19:06.815Z[ helios-setup] May 29 21:19:05.556 INFO E| Compiling time-macros v0.2.8
31032024-05-29T21:19:07.240Z[ helios-setup] May 29 21:19:05.994 INFO E| Compiling pest v2.5.7
31042024-05-29T21:19:08.220Z[ helios-setup] May 29 21:19:06.966 INFO E| Compiling idna v0.3.0
31052024-05-29T21:19:09.339Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31062024-05-29T21:19:09.981Z[ host-package] Compiling portpicker v0.1.1
31072024-05-29T21:19:11.209Z[ host-package] Compiling smawk v0.3.2
31082024-05-29T21:19:11.818Z[ host-package] Compiling unicode-linebreak v0.1.5
31092024-05-29T21:19:12.175Z[ helios-setup] May 29 21:19:10.928 INFO E| Compiling tracing v0.1.37
31102024-05-29T21:19:13.054Z[ host-package] Compiling textwrap v0.16.1
31112024-05-29T21:19:13.383Z[ helios-setup] May 29 21:19:12.135 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31122024-05-29T21:19:13.439Z[ helios-setup] May 29 21:19:12.192 INFO E| Compiling time v0.1.45
31132024-05-29T21:19:14.676Z[ helios-setup] May 29 21:19:13.424 INFO E| Compiling crossbeam-epoch v0.9.13
31142024-05-29T21:19:14.883Z[ helios-setup] May 29 21:19:13.634 INFO E| Compiling semver v1.0.17
31152024-05-29T21:19:15.663Z[ helios-setup] May 29 21:19:14.406 INFO E| Compiling num_threads v0.1.6
31162024-05-29T21:19:15.971Z[ helios-setup] May 29 21:19:14.724 INFO E| Compiling iana-time-zone v0.1.56
31172024-05-29T21:19:16.890Z[ helios-setup] May 29 21:19:15.643 INFO E| Compiling time v0.3.20
31182024-05-29T21:19:17.510Z[ helios-setup] May 29 21:19:16.263 INFO E| Compiling smallvec v1.10.0
31192024-05-29T21:19:17.943Z[ helios-setup] May 29 21:19:16.696 INFO E| Compiling toml v0.5.11
31202024-05-29T21:19:18.890Z[ helios-setup] May 29 21:19:17.638 INFO E| Compiling serde_tokenstream v0.2.0
31212024-05-29T21:19:19.152Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31222024-05-29T21:19:19.868Z[ helios-setup] May 29 21:19:18.621 INFO E| Compiling parking_lot v0.12.1
31232024-05-29T21:19:20.912Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31242024-05-29T21:19:24.778Z[ helios-setup] May 29 21:19:23.512 INFO E| Compiling url v2.3.1
31252024-05-29T21:19:27.582Z[ helios-setup] May 29 21:19:26.327 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31262024-05-29T21:19:27.672Z[ helios-setup] May 29 21:19:26.411 INFO E| Compiling semver-parser v0.10.2
31272024-05-29T21:19:29.943Z[ helios-setup] May 29 21:19:28.695 INFO E| Compiling crossbeam-channel v0.5.6
31282024-05-29T21:19:31.838Z[ helios-setup] May 29 21:19:30.590 INFO E| Compiling dirs-sys-next v0.1.2
31292024-05-29T21:19:33.590Z[ helios-setup] May 29 21:19:32.342 INFO E| Compiling crc32fast v1.3.2
31302024-05-29T21:19:33.918Z[ helios-setup] May 29 21:19:32.670 INFO E| Compiling try-lock v0.2.4
31312024-05-29T21:19:34.653Z[ helios-setup] May 29 21:19:33.385 INFO E| Compiling same-file v1.0.6
31322024-05-29T21:19:34.865Z[ helios-setup] May 29 21:19:33.613 INFO E| Compiling walkdir v2.3.3
31332024-05-29T21:19:35.245Z[ helios-setup] May 29 21:19:33.996 INFO E| Compiling want v0.3.0
31342024-05-29T21:19:36.299Z[ helios-setup] May 29 21:19:35.050 INFO E| Compiling dirs-next v2.0.0
31352024-05-29T21:19:36.980Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31362024-05-29T21:19:37.789Z[ host-package] Compiling rcgen v0.12.1
31372024-05-29T21:19:38.800Z[ helios-setup] May 29 21:19:37.551 INFO E| Compiling tokio-util v0.7.7
31382024-05-29T21:19:39.725Z[ helios-setup] May 29 21:19:38.474 INFO E| Compiling semver v0.11.0
31392024-05-29T21:19:40.948Z[ helios-setup] May 29 21:19:39.693 INFO E| Compiling h2 v0.3.16
31402024-05-29T21:19:42.285Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31412024-05-29T21:19:43.067Z[ helios-setup] May 29 21:19:41.816 INFO E| Compiling proc-macro-crate v1.2.1
31422024-05-29T21:19:43.312Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
31432024-05-29T21:19:44.073Z[ helios-setup] May 29 21:19:42.823 INFO E| Compiling futures-executor v0.3.28
31442024-05-29T21:19:44.940Z[ helios-setup] May 29 21:19:43.689 INFO E| Compiling http-body v0.4.5
31452024-05-29T21:19:45.895Z[ helios-setup] May 29 21:19:44.645 INFO E| Compiling ring v0.16.20
31462024-05-29T21:19:46.407Z[ helios-setup] May 29 21:19:45.156 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31472024-05-29T21:19:46.556Z[ helios-setup] May 29 21:19:45.306 INFO E| Compiling rand_core v0.6.4
31482024-05-29T21:19:47.745Z[ helios-setup] May 29 21:19:46.494 INFO E| Compiling thread_local v1.1.7
31492024-05-29T21:19:47.971Z[ helios-setup] May 29 21:19:46.721 INFO E| Compiling rayon-core v1.10.2
31502024-05-29T21:19:48.899Z[ helios-setup] May 29 21:19:47.645 INFO E| Compiling utf8parse v0.2.1
31512024-05-29T21:19:49.147Z[ helios-setup] May 29 21:19:47.878 INFO E| Compiling tower-service v0.3.2
31522024-05-29T21:19:49.505Z[ helios-setup] May 29 21:19:48.255 INFO E| Compiling lazy_static v1.4.0
31532024-05-29T21:19:49.803Z[ helios-setup] May 29 21:19:48.551 INFO E| Compiling httpdate v1.0.2
31542024-05-29T21:19:50.026Z[ helios-setup] May 29 21:19:48.773 INFO E| Compiling adler v1.0.2
31552024-05-29T21:19:51.679Z[ helios-setup] May 29 21:19:50.420 INFO E| Compiling fastrand v1.9.0
31562024-05-29T21:19:52.926Z[ helios-setup] May 29 21:19:51.670 INFO E| Compiling home v0.5.4
31572024-05-29T21:19:53.614Z[ helios-setup] May 29 21:19:52.344 INFO E| Compiling base64 v0.21.0
31582024-05-29T21:19:54.706Z[ helios-setup] May 29 21:19:53.446 INFO E| Compiling ppv-lite86 v0.2.17
31592024-05-29T21:19:55.925Z[ helios-setup] May 29 21:19:54.664 INFO E| Compiling toolchain_find v0.2.0
31602024-05-29T21:19:56.369Z[ helios-setup] May 29 21:19:55.113 INFO E| Compiling rand_chacha v0.3.1
31612024-05-29T21:19:56.738Z[ host-package] Compiling atomicwrites v0.4.3
31622024-05-29T21:19:56.993Z[ helios-setup] May 29 21:19:55.734 INFO E| Compiling tempfile v3.5.0
31632024-05-29T21:19:58.068Z[ host-package] Compiling fatfs v0.3.6
31642024-05-29T21:19:58.273Z[ helios-setup] May 29 21:19:57.006 INFO E| Compiling hyper v0.14.25
31652024-05-29T21:19:58.681Z[ helios-setup] May 29 21:19:57.428 INFO E| Compiling miniz_oxide v0.6.2
31662024-05-29T21:19:59.162Z[ helios-setup] May 29 21:19:57.910 INFO E| Compiling anstyle-parse v0.1.1
31672024-05-29T21:20:00.208Z[ host-package] Compiling subprocess v0.2.9
31682024-05-29T21:20:03.083Z[ host-package] Compiling rtoolbox v0.0.2
31692024-05-29T21:20:03.441Z[ host-package] Compiling is_ci v1.2.0
31702024-05-29T21:20:03.915Z[ host-package] Compiling assert_matches v1.5.0
31712024-05-29T21:20:04.526Z[ host-package] Compiling supports-color v3.0.0
31722024-05-29T21:20:05.230Z[ host-package] Compiling rpassword v7.3.1
31732024-05-29T21:20:05.709Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31742024-05-29T21:20:05.916Z[ helios-setup] May 29 21:20:04.660 INFO E| Compiling num_enum_derive v0.5.7
31752024-05-29T21:20:06.276Z[ host-package] Compiling tui-tree-widget v0.19.0
31762024-05-29T21:20:07.538Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31772024-05-29T21:20:09.054Z[ host-package] Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
31782024-05-29T21:20:09.393Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31792024-05-29T21:20:10.158Z[ host-package] Compiling csv-core v0.1.11
31802024-05-29T21:20:12.170Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31812024-05-29T21:20:13.636Z[ helios-setup] May 29 21:20:12.382 INFO E| Compiling futures v0.3.28
31822024-05-29T21:20:13.842Z[ helios-setup] May 29 21:20:12.586 INFO E| Compiling cargo-lock v8.0.3
31832024-05-29T21:20:13.891Z[ helios-setup] May 29 21:20:12.637 INFO E| Compiling crossbeam-deque v0.8.2
31842024-05-29T21:20:16.343Z[ helios-setup] May 29 21:20:15.088 INFO E| Compiling term v0.7.0
31852024-05-29T21:20:16.703Z[ host-package] Compiling csv v1.3.0
31862024-05-29T21:20:19.610Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31872024-05-29T21:20:20.133Z[ helios-setup] May 29 21:20:18.875 INFO E| Compiling serde_urlencoded v0.7.1
31882024-05-29T21:20:20.849Z[ helios-setup] May 29 21:20:19.595 INFO E| Compiling is-terminal v0.4.7
31892024-05-29T21:20:20.927Z[ helios-setup] May 29 21:20:19.665 INFO E| Compiling sha2 v0.10.6
31902024-05-29T21:20:21.195Z[ helios-setup] May 29 21:20:19.941 INFO E| Compiling sha1 v0.10.5
31912024-05-29T21:20:21.274Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31922024-05-29T21:20:21.849Z[ helios-setup] May 29 21:20:20.595 INFO E| Compiling atty v0.2.14
31932024-05-29T21:20:23.102Z[ helios-setup] May 29 21:20:21.842 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31942024-05-29T21:20:23.284Z[ helios-setup] May 29 21:20:22.029 INFO E| Compiling concolor-override v1.0.0
31952024-05-29T21:20:25.088Z[ helios-setup] May 29 21:20:23.828 INFO E| Compiling concolor-query v0.3.3
31962024-05-29T21:20:25.575Z[ helios-setup] May 29 21:20:24.310 INFO E| Compiling anstyle v0.3.5
31972024-05-29T21:20:26.830Z[ helios-setup] May 29 21:20:25.575 INFO E| Compiling anstream v0.2.6
31982024-05-29T21:20:30.424Z[ helios-setup] May 29 21:20:29.166 INFO E| Compiling slog-term v2.9.0
31992024-05-29T21:20:30.688Z[ helios-setup] May 29 21:20:29.433 INFO E| Compiling flate2 v1.0.25
32002024-05-29T21:20:33.451Z[ helios-setup] May 29 21:20:32.194 INFO E| Compiling num_enum v0.5.7
32012024-05-29T21:20:33.828Z[ helios-setup] May 29 21:20:32.573 INFO E| Compiling rustfmt-wrapper v0.2.0
32022024-05-29T21:20:34.287Z[ helios-setup] May 29 21:20:33.031 INFO E| Compiling rand v0.8.5
32032024-05-29T21:20:34.428Z[ helios-setup] May 29 21:20:33.172 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32042024-05-29T21:20:34.533Z[ helios-setup] May 29 21:20:33.264 INFO E| Compiling openapiv3 v1.0.2
32052024-05-29T21:20:35.030Z[ helios-setup] May 29 21:20:33.773 INFO E| Compiling encoding_rs v0.8.32
32062024-05-29T21:20:36.251Z[ helios-setup] May 29 21:20:34.585 INFO E| Compiling utf-8 v0.7.6
32072024-05-29T21:20:36.858Z[ helios-setup] May 29 21:20:35.592 INFO E| Compiling byteorder v1.4.3
32082024-05-29T21:20:37.949Z[ helios-setup] May 29 21:20:36.693 INFO E| Compiling either v1.8.0
32092024-05-29T21:20:38.341Z[ helios-setup] May 29 21:20:37.085 INFO E| Compiling mime v0.3.17
32102024-05-29T21:20:38.499Z[ helios-setup] May 29 21:20:37.242 INFO E| Compiling untrusted v0.7.1
32112024-05-29T21:20:39.488Z[ helios-setup] May 29 21:20:38.232 INFO E| Compiling clap_lex v0.4.1
32122024-05-29T21:20:40.745Z[ helios-setup] May 29 21:20:39.489 INFO E| Compiling ipnet v2.7.2
32132024-05-29T21:20:41.156Z[ host-package] Compiling multimap v0.10.0
32142024-05-29T21:20:41.295Z[ helios-setup] May 29 21:20:40.039 INFO E| Compiling unsafe-libyaml v0.2.8
32152024-05-29T21:20:41.911Z[ host-package] Compiling uzers v0.11.3
32162024-05-29T21:20:43.007Z[ helios-setup] May 29 21:20:41.746 INFO E| Compiling strsim v0.10.0
32172024-05-29T21:20:43.107Z[ helios-setup] May 29 21:20:41.850 INFO E| Compiling project-root v0.2.2
32182024-05-29T21:20:44.030Z[ helios-setup] May 29 21:20:42.768 INFO E| Compiling spin v0.5.2
32192024-05-29T21:20:44.432Z[ helios-setup] May 29 21:20:43.175 INFO E| Compiling base64 v0.13.1
32202024-05-29T21:20:45.761Z[ helios-setup] May 29 21:20:44.505 INFO E| Compiling tungstenite v0.18.0
32212024-05-29T21:20:46.183Z[ helios-setup] May 29 21:20:44.922 INFO E| Compiling serde_yaml v0.9.21
32222024-05-29T21:20:47.336Z[ helios-setup] May 29 21:20:46.079 INFO E| Compiling clap_builder v4.2.1
32232024-05-29T21:20:47.374Z[ helios-setup] May 29 21:20:46.116 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32242024-05-29T21:20:47.631Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32252024-05-29T21:20:53.260Z[ helios-setup] May 29 21:20:52.003 INFO E| Compiling reqwest v0.11.16
32262024-05-29T21:20:56.701Z[ helios-setup] May 29 21:20:55.442 INFO E| Compiling rayon v1.6.1
32272024-05-29T21:20:58.432Z[ helios-setup] May 29 21:20:57.174 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32282024-05-29T21:20:59.266Z[ helios-setup] May 29 21:20:58.007 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32292024-05-29T21:21:01.810Z[ helios-setup] May 29 21:21:00.547 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32302024-05-29T21:21:01.998Z[ helios-setup] May 29 21:21:00.734 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32312024-05-29T21:21:03.691Z[ helios-setup] May 29 21:21:02.433 INFO E| Compiling clap_derive v4.2.0
32322024-05-29T21:21:06.594Z[ helios-setup] May 29 21:21:05.335 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32332024-05-29T21:21:13.140Z[ helios-setup] May 29 21:21:11.876 INFO E| Compiling clap v4.2.1
32342024-05-29T21:21:15.479Z[ helios-setup] May 29 21:21:14.216 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32352024-05-29T21:21:25.479Z[ helios-setup] May 29 21:21:24.218 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32362024-05-29T21:21:28.725Z[ helios-setup] May 29 21:21:27.462 INFO E| Compiling tokio-tungstenite v0.18.0
32372024-05-29T21:21:29.983Z[ helios-setup] May 29 21:21:28.721 INFO E| Compiling smartstring v1.0.1
32382024-05-29T21:21:31.133Z[ helios-setup] May 29 21:21:29.871 INFO E| Compiling rustls v0.21.0
32392024-05-29T21:21:32.979Z[ helios-setup] May 29 21:21:31.717 INFO E| Compiling sct v0.7.0
32402024-05-29T21:21:34.007Z[ helios-setup] May 29 21:21:32.744 INFO E| Compiling rustls-webpki v0.100.1
32412024-05-29T21:21:38.481Z[ helios-setup] May 29 21:21:37.217 INFO E| Compiling serde_spanned v0.6.1
32422024-05-29T21:21:38.930Z[ helios-setup] May 29 21:21:37.667 INFO E| Compiling toml_datetime v0.6.1
32432024-05-29T21:21:40.468Z[ helios-setup] May 29 21:21:39.204 INFO E| Compiling slog-async v2.7.0
32442024-05-29T21:21:41.641Z[ helios-setup] May 29 21:21:40.378 INFO E| Compiling static_assertions v1.1.0
32452024-05-29T21:21:41.853Z[ helios-setup] May 29 21:21:40.590 INFO E| Compiling winnow v0.4.1
32462024-05-29T21:21:42.328Z[ helios-setup] May 29 21:21:41.065 INFO E| Compiling paste v1.0.12
32472024-05-29T21:21:43.773Z[ helios-setup] May 29 21:21:42.510 INFO E| Compiling camino v1.1.4
32482024-05-29T21:21:45.718Z[ helios-setup] May 29 21:21:44.451 INFO E| Compiling async-trait v0.1.68
32492024-05-29T21:21:47.282Z[ helios-setup] May 29 21:21:46.018 INFO E| Compiling match_cfg v0.1.0
32502024-05-29T21:21:47.711Z[ helios-setup] May 29 21:21:46.447 INFO E| Compiling hostname v0.3.1
32512024-05-29T21:21:48.994Z[ helios-setup] May 29 21:21:47.731 INFO E| Compiling toml_edit v0.19.8
32522024-05-29T21:21:50.134Z[ helios-setup] May 29 21:21:48.870 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32532024-05-29T21:21:54.077Z[ helios-setup] May 29 21:21:52.812 INFO E| Compiling slog-json v2.6.1
32542024-05-29T21:21:55.077Z[ helios-setup] May 29 21:21:53.812 INFO E| Compiling unicode-linebreak v0.1.4
32552024-05-29T21:22:00.240Z[ helios-setup] May 29 21:21:58.975 INFO E| Compiling async-stream-impl v0.3.5
32562024-05-29T21:22:03.461Z[ helios-setup] May 29 21:22:02.192 INFO E| Compiling rhai_codegen v1.5.0
32572024-05-29T21:22:06.427Z[ helios-setup] May 29 21:22:05.161 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32582024-05-29T21:22:07.596Z[ helios-setup] May 29 21:22:06.330 INFO E| Compiling take_mut v0.2.2
32592024-05-29T21:22:09.100Z[ helios-setup] May 29 21:22:07.834 INFO E| Compiling rhai v1.14.0
32602024-05-29T21:22:14.025Z[ helios-setup] May 29 21:22:12.746 INFO E| Compiling async-stream v0.3.5
32612024-05-29T21:22:15.233Z[ helios-setup] May 29 21:22:13.958 INFO E| Compiling tokio-rustls v0.24.0
32622024-05-29T21:22:16.276Z[ helios-setup] May 29 21:22:15.009 INFO E| Compiling toml v0.7.3
32632024-05-29T21:22:16.323Z[ helios-setup] May 29 21:22:15.057 INFO E| Compiling slog-bunyan v2.4.0
32642024-05-29T21:22:20.566Z[ helios-setup] May 29 21:22:19.297 INFO E| Compiling rustls-pemfile v1.0.2
32652024-05-29T21:22:22.498Z[ helios-setup] May 29 21:22:20.800 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32662024-05-29T21:22:22.511Z[ helios-setup] May 29 21:22:20.915 INFO E| Compiling bincode v1.3.3
32672024-05-29T21:22:22.512Z[ helios-setup] May 29 21:22:20.997 INFO E| Compiling serde_path_to_error v0.1.11
32682024-05-29T21:22:24.873Z[ helios-setup] May 29 21:22:23.601 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32692024-05-29T21:22:25.804Z[ helios-setup] May 29 21:22:24.534 INFO E| Compiling terminal_size v0.2.6
32702024-05-29T21:22:25.971Z[ helios-setup] May 29 21:22:24.703 INFO E| Compiling smawk v0.3.1
32712024-05-29T21:22:26.516Z[ helios-setup] May 29 21:22:25.247 INFO E| Compiling textwrap v0.16.0
32722024-05-29T21:22:51.286Z[ helios-setup] May 29 21:22:49.777 INFO E| Compiling git2 v0.16.1
32732024-05-29T21:22:56.788Z[ helios-setup] May 29 21:22:55.517 INFO E| Compiling built v0.6.0
32742024-05-29T21:23:03.099Z[ helios-setup] May 29 21:23:01.809 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32752024-05-29T21:23:04.692Z[ helios-setup] May 29 21:23:03.414 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32762024-05-29T21:23:05.378Z[ helios-setup] May 29 21:23:04.106 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32772024-05-29T21:23:09.781Z[ helios-setup] May 29 21:23:08.509 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32782024-05-29T21:23:13.092Z[ helios-setup] May 29 21:23:11.816 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32792024-05-29T21:24:05.597Z[ helios-setup] May 29 21:24:04.318 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32802024-05-29T21:24:44.265Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32812024-05-29T21:24:59.756Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32822024-05-29T21:25:16.302Z[ helios-setup] May 29 21:25:15.010 INFO E| Finished release [optimized] target(s) in 6m 59s
32832024-05-29T21:25:16.407Z[ helios-setup] May 29 21:25:15.119 INFO building project "pilot" ok (419 seconds)
32842024-05-29T21:25:16.411Z[ helios-setup] May 29 21:25:15.120 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
32852024-05-29T21:25:16.411Z[ helios-setup] May 29 21:25:15.120 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
32862024-05-29T21:25:16.688Z[ helios-setup] May 29 21:25:15.400 INFO E| Compiling adler v1.0.2
32872024-05-29T21:25:16.843Z[ helios-setup] May 29 21:25:15.555 INFO E| Compiling miniz_oxide v0.7.2
32882024-05-29T21:25:19.582Z[ helios-setup] May 29 21:25:18.294 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
32892024-05-29T21:25:20.496Z[ helios-setup] May 29 21:25:19.209 INFO E| Finished release [optimized] target(s) in 3.99s
32902024-05-29T21:25:20.504Z[ helios-setup] May 29 21:25:19.217 INFO building project "pinprick" ok (4 seconds)
32912024-05-29T21:25:20.507Z[ helios-setup] rm -f helios-build
32922024-05-29T21:25:20.511Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
32932024-05-29T21:25:20.514Z[ helios-setup]
32942024-05-29T21:25:20.514Z[ helios-setup] Setup complete! ./helios-build is now available.
32952024-05-29T21:25:20.517Z[ helios-setup]
32962024-05-29T21:25:20.517Z[ helios-setup]
32972024-05-29T21:25:20.518Z[ helios-setup] real 12:17.301443599
32982024-05-29T21:25:20.518Z[ helios-setup] user 29:34.863137562
32992024-05-29T21:25:20.518Z[ helios-setup] sys 3:30.949852292
33002024-05-29T21:25:20.518Z[ helios-setup] trap 1.648917400
33012024-05-29T21:25:20.518Z[ helios-setup] tflt 6.945857947
33022024-05-29T21:25:20.518Z[ helios-setup] dflt 38.545691900
33032024-05-29T21:25:20.518Z[ helios-setup] kflt 0.047974329
33042024-05-29T21:25:20.518Z[ helios-setup] lock 2:00:55.621172632
33052024-05-29T21:25:20.518Z[ helios-setup] slp 3:08:08.268821113
33062024-05-29T21:25:20.518Z[ helios-setup] lat 33:19.687612680
33072024-05-29T21:25:20.518Z[ helios-setup] stop 3:52.542980820
33082024-05-29T21:25:20.525ZMay 29 21:25:19.230 INFO [helios-setup] process exited with exit status: 0 (737.307120066s)
33092024-05-29T21:25:20.525ZMay 29 21:25:19.231 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33102024-05-29T21:25:20.538Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
33112024-05-29T21:25:20.773Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
33122024-05-29T21:25:20.773Z[ phbl-toolchain] info: downloading component 'cargo'
33132024-05-29T21:25:22.026Z[ phbl-toolchain] info: downloading component 'clippy'
33142024-05-29T21:25:22.344Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33152024-05-29T21:25:27.749Z[ phbl-toolchain] info: downloading component 'miri'
33162024-05-29T21:25:28.013Z[ phbl-toolchain] info: downloading component 'rust-docs'
33172024-05-29T21:25:29.417Z[ phbl-toolchain] info: downloading component 'rust-src'
33182024-05-29T21:25:29.667Z[ phbl-toolchain] info: downloading component 'rust-std'
33192024-05-29T21:25:31.885Z[ phbl-toolchain] info: downloading component 'rustc'
33202024-05-29T21:25:37.702Z[ phbl-toolchain] info: downloading component 'rustfmt'
33212024-05-29T21:25:38.102Z[ phbl-toolchain] info: installing component 'cargo'
33222024-05-29T21:25:39.532Z[ phbl-toolchain] info: installing component 'clippy'
33232024-05-29T21:25:40.009Z[ phbl-toolchain] info: installing component 'llvm-tools'
33242024-05-29T21:25:45.758Z[ phbl-toolchain] info: installing component 'miri'
33252024-05-29T21:25:46.149Z[ phbl-toolchain] info: installing component 'rust-docs'
33262024-05-29T21:25:53.044Z[ phbl-toolchain] info: installing component 'rust-src'
33272024-05-29T21:25:54.421Z[ phbl-toolchain] info: installing component 'rust-std'
33282024-05-29T21:25:56.815Z[ phbl-toolchain] info: installing component 'rustc'
33292024-05-29T21:26:03.107Z[ phbl-toolchain] info: installing component 'rustfmt'
33302024-05-29T21:26:03.909Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
33312024-05-29T21:26:03.914ZMay 29 21:26:02.619 INFO [phbl-toolchain] process exited with exit status: 0 (43.388409319s)
33322024-05-29T21:31:56.481Z[ host-package] Finished release [optimized] target(s) in 18m 08s
33332024-05-29T21:34:30.057ZMay 29 21:34:28.707 INFO [host-package] process exited with exit status: 0 (1242.209395284s)
33342024-05-29T21:34:30.081ZMay 29 21:34:28.707 INFO [host-stamp] running task
33352024-05-29T21:34:30.082ZMay 29 21:34:28.708 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33362024-05-29T21:34:30.099ZMay 29 21:34:28.713 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 8.0.0-0.ci+git6917f4231e3
33372024-05-29T21:34:30.099ZMay 29 21:34:28.719 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 8.0.0-0.ci+git6917f4231e3
33382024-05-29T21:34:30.099Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33392024-05-29T21:34:30.100ZMay 29 21:34:28.724 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 8.0.0-0.ci+git6917f4231e3
33402024-05-29T21:34:30.100Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33412024-05-29T21:34:30.100ZMay 29 21:34:28.730 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 8.0.0-0.ci+git6917f4231e3
33422024-05-29T21:34:30.100Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33432024-05-29T21:34:30.100ZMay 29 21:34:28.736 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 8.0.0-0.ci+git6917f4231e3
33442024-05-29T21:34:30.101Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33452024-05-29T21:34:30.101Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33462024-05-29T21:34:30.124ZMay 29 21:34:28.746 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 8.0.0-0.ci+git6917f4231e3
33472024-05-29T21:34:30.125Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33482024-05-29T21:34:30.125ZMay 29 21:34:28.755 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 8.0.0-0.ci+git6917f4231e3
33492024-05-29T21:34:30.162Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33502024-05-29T21:34:30.162Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33512024-05-29T21:34:30.163ZMay 29 21:34:28.765 INFO [stamp-oxlog] process exited with exit status: 0 (51.799078ms)
33522024-05-29T21:34:30.163ZMay 29 21:34:28.765 INFO [stamp-overlay] process exited with exit status: 0 (29.001407ms)
33532024-05-29T21:34:30.163Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33542024-05-29T21:34:30.163Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33552024-05-29T21:34:30.199Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33562024-05-29T21:34:30.215ZMay 29 21:34:28.835 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (110.412685ms)
33572024-05-29T21:34:30.308Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33582024-05-29T21:34:30.317ZMay 29 21:34:28.961 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (242.526425ms)
33592024-05-29T21:34:30.434Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33602024-05-29T21:34:30.441ZMay 29 21:34:29.076 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (345.898063ms)
33612024-05-29T21:34:30.949Z[recovery-package] Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
33622024-05-29T21:34:31.677Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33632024-05-29T21:34:31.681ZMay 29 21:34:29.921 INFO [stamp-propolis-server] process exited with exit status: 0 (1.166457761s)
33642024-05-29T21:34:33.205Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33652024-05-29T21:34:39.789Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33662024-05-29T21:34:39.794ZMay 29 21:34:38.442 INFO [stamp-switch-asic] process exited with exit status: 0 (9.695415472s)
33672024-05-29T21:34:39.794ZMay 29 21:34:38.442 INFO [host-stamp] task succeeded (9.734757311s)
33682024-05-29T21:34:39.794ZMay 29 21:34:38.442 INFO [host-proto] running task
33692024-05-29T21:34:40.173ZMay 29 21:34:38.812 INFO [host-proto] task succeeded (370.262404ms)
33702024-05-29T21:34:40.173ZMay 29 21:34:38.812 INFO [host-profile] running task
33712024-05-29T21:34:40.618ZMay 29 21:34:38.813 INFO [host-profile] task succeeded (407.601µs)
33722024-05-29T21:34:40.618ZMay 29 21:34:38.813 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.28.233' -P /tmp/.tmp3HhEf3/proto/host/root -N 'ci 6917f42/${os_short_commit} 2024-05-29 21:13' -s host -B
33732024-05-29T21:34:40.618Z[ host-image] May 29 21:34:38.827 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33742024-05-29T21:34:40.618Z[ host-image] May 29 21:34:38.827 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33752024-05-29T21:34:40.619Z[ host-image] May 29 21:34:38.841 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp3HhEf3/proto/host/root"
33762024-05-29T21:34:40.619Z[ host-image] May 29 21:34:38.841 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33772024-05-29T21:34:40.619Z[ host-image] May 29 21:34:38.841 INFO image builder template: ramdisk-01-os...
33782024-05-29T21:34:40.619Z[ host-image] May 29 21:34:38.841 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/.tmp3HhEf3/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.28.233", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33792024-05-29T21:34:40.619Z[ host-image] May 29 21:34:38.863 INFO O| May 29 21:34:38.862 INFO CREATE DATASET: rpool/images/build/host/output
33802024-05-29T21:34:40.619Z[ host-image] May 29 21:34:39.050 INFO O| May 29 21:34:39.050 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33812024-05-29T21:34:40.619Z[ host-image] May 29 21:34:39.055 INFO O| May 29 21:34:39.055 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33822024-05-29T21:34:40.629Z[ host-image] May 29 21:34:39.255 INFO O| May 29 21:34:39.255 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33832024-05-29T21:34:40.664Z[ host-image] May 29 21:34:39.310 INFO O| May 29 21:34:39.310 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33842024-05-29T21:34:40.683Z[ host-image] May 29 21:34:39.310 INFO O| May 29 21:34:39.310 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
33852024-05-29T21:34:40.683Z[ host-image] May 29 21:34:39.310 INFO O| May 29 21:34:39.310 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
33862024-05-29T21:34:40.683Z[ host-image] May 29 21:34:39.310 INFO O| May 29 21:34:39.310 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
33872024-05-29T21:34:40.689Z[ host-image] May 29 21:34:39.319 INFO O| May 29 21:34:39.319 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
33882024-05-29T21:34:40.871Z[ host-image] May 29 21:34:39.519 INFO O| May 29 21:34:39.519 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33892024-05-29T21:34:41.341Z[ host-image] May 29 21:34:39.531 INFO O| May 29 21:34:39.531 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
33902024-05-29T21:34:41.376Z[ host-image] May 29 21:34:39.930 INFO O| May 29 21:34:39.930 INFO O| Caching catalogs ... Done
33912024-05-29T21:34:41.388Z[ host-image] May 29 21:34:40.030 INFO O| May 29 21:34:40.030 INFO STEP 0 (pkg_image_create) COMPLETE
33922024-05-29T21:34:41.388Z[ host-image] May 29 21:34:40.030 INFO O| May 29 21:34:40.030 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33932024-05-29T21:34:41.388Z[ host-image] May 29 21:34:40.030 INFO O| May 29 21:34:40.030 INFO skip step because feature "repo_redist" is not enabled
33942024-05-29T21:34:41.388Z[ host-image] May 29 21:34:40.030 INFO O| May 29 21:34:40.030 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33952024-05-29T21:34:41.401Z[ host-image] May 29 21:34:40.048 INFO O| May 29 21:34:40.048 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"]
33962024-05-29T21:34:42.385Z[ host-image] May 29 21:34:40.614 INFO O| May 29 21:34:40.614 INFO STEP 2 (pkg_set_publisher) COMPLETE
33972024-05-29T21:34:42.385Z[ host-image] May 29 21:34:40.615 INFO O| May 29 21:34:40.614 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33982024-05-29T21:34:42.400Z[ host-image] May 29 21:34:40.635 INFO O| May 29 21:34:40.635 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"]
33992024-05-29T21:34:42.522Z[ host-image] May 29 21:34:41.171 INFO O| May 29 21:34:41.171 INFO STEP 3 (pkg_set_publisher) COMPLETE
34002024-05-29T21:34:42.522Z[ host-image] May 29 21:34:41.171 INFO O| May 29 21:34:41.171 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34012024-05-29T21:34:42.527Z[ host-image] May 29 21:34:41.171 INFO O| May 29 21:34:41.171 INFO skip step because feature "repo_redist" is not enabled
34022024-05-29T21:34:42.527Z[ host-image] May 29 21:34:41.171 INFO O| May 29 21:34:41.171 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34032024-05-29T21:34:43.052Z[ host-image] May 29 21:34:41.702 INFO O| May 29 21:34:41.702 INFO variant opensolaris.zone is already global
34042024-05-29T21:34:43.052Z[ host-image] May 29 21:34:41.702 INFO O| May 29 21:34:41.702 INFO STEP 5 (pkg_change_variant) COMPLETE
34052024-05-29T21:34:43.058Z[ host-image] May 29 21:34:41.702 INFO O| May 29 21:34:41.702 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34062024-05-29T21:34:43.610Z[ host-image] May 29 21:34:42.260 INFO O| May 29 21:34:42.260 INFO variant opensolaris.imagetype is full; changing to partial
34072024-05-29T21:34:43.610Z[ host-image] May 29 21:34:42.260 INFO O| May 29 21:34:42.260 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34082024-05-29T21:34:48.828Z[ host-image] May 29 21:34:47.477 INFO O| May 29 21:34:47.477 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34092024-05-29T21:34:51.292Z[ host-image] May 29 21:34:49.939 INFO O| May 29 21:34:49.939 INFO O| Startup: Caching catalogs ... Done
34102024-05-29T21:34:51.334Z[ host-image] May 29 21:34:49.976 INFO O| May 29 21:34:49.976 INFO O| Planning: Planning completed in 0.00 seconds
34112024-05-29T21:34:51.341Z[ host-image] May 29 21:34:49.977 INFO O| May 29 21:34:49.977 INFO O| Planning: Consolidating action changes ... Done
34122024-05-29T21:34:51.341Z[ host-image] May 29 21:34:49.977 INFO O| May 29 21:34:49.977 INFO O| Planning: Evaluating mediators ... Done
34132024-05-29T21:34:51.342Z[ host-image] May 29 21:34:49.977 INFO O| May 29 21:34:49.977 INFO O| Planning: Planning completed in 0.00 seconds
34142024-05-29T21:34:51.342Z[ host-image] May 29 21:34:49.977 INFO O| May 29 21:34:49.977 INFO O| Variants/Facets to change: 1
34152024-05-29T21:34:51.351Z[ host-image] May 29 21:34:49.991 INFO O| May 29 21:34:49.991 INFO O| Done
34162024-05-29T21:34:51.351Z[ host-image] May 29 21:34:49.991 INFO O| May 29 21:34:49.991 INFO O| Done
34172024-05-29T21:34:51.577Z[ host-image] May 29 21:34:50.226 INFO O| May 29 21:34:50.226 INFO O| Done
34182024-05-29T21:34:51.600Z[ host-image] May 29 21:34:50.249 INFO O| May 29 21:34:50.249 INFO O| Done
34192024-05-29T21:34:51.604Z[ host-image] May 29 21:34:50.250 INFO O| May 29 21:34:50.250 INFO O| Done
34202024-05-29T21:34:51.604Z[ host-image] May 29 21:34:50.250 INFO O| May 29 21:34:50.250 INFO O| Done
34212024-05-29T21:34:51.604Z[ host-image] May 29 21:34:50.252 INFO O| May 29 21:34:50.252 INFO O| Done
34222024-05-29T21:34:51.871Z[ host-image] May 29 21:34:50.518 INFO O| May 29 21:34:50.518 INFO STEP 6 (pkg_change_variant) COMPLETE
34232024-05-29T21:34:51.871Z[ host-image] May 29 21:34:50.518 INFO O| May 29 21:34:50.518 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-05-29T21:34:51.875Z[ host-image] May 29 21:34:50.518 INFO O| May 29 21:34:50.518 INFO skip step because feature "debug_variant" is not enabled
34252024-05-29T21:34:51.875Z[ host-image] May 29 21:34:50.518 INFO O| May 29 21:34:50.518 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-05-29T21:34:52.223Z[ host-image] May 29 21:34:50.871 INFO O| May 29 21:34:50.871 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34272024-05-29T21:34:52.639Z[ host-image] May 29 21:34:51.288 INFO O| May 29 21:34:51.288 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34282024-05-29T21:34:52.643Z[ host-image] May 29 21:34:51.289 INFO O| May 29 21:34:51.289 INFO O| Planning: Planning completed in 0.00 seconds
34292024-05-29T21:34:52.643Z[ host-image] May 29 21:34:51.290 INFO O| May 29 21:34:51.290 INFO O| Planning: Consolidating action changes ... Done
34302024-05-29T21:34:52.643Z[ host-image] May 29 21:34:51.290 INFO O| May 29 21:34:51.290 INFO O| Planning: Evaluating mediators ... Done
34312024-05-29T21:34:52.643Z[ host-image] May 29 21:34:51.290 INFO O| May 29 21:34:51.290 INFO O| Planning: Planning completed in 0.00 seconds
34322024-05-29T21:34:52.643Z[ host-image] May 29 21:34:51.290 INFO O| May 29 21:34:51.290 INFO O| Variants/Facets to change: 1
34332024-05-29T21:34:52.656Z[ host-image] May 29 21:34:51.305 INFO O| May 29 21:34:51.305 INFO O| Done
34342024-05-29T21:34:52.656Z[ host-image] May 29 21:34:51.305 INFO O| May 29 21:34:51.305 INFO O| Done
34352024-05-29T21:34:52.869Z[ host-image] May 29 21:34:51.502 INFO O| May 29 21:34:51.502 INFO O| Done
34362024-05-29T21:34:52.886Z[ host-image] May 29 21:34:51.530 INFO O| May 29 21:34:51.530 INFO O| Done
34372024-05-29T21:34:52.909Z[ host-image] May 29 21:34:51.531 INFO O| May 29 21:34:51.531 INFO O| Done
34382024-05-29T21:34:52.909Z[ host-image] May 29 21:34:51.531 INFO O| May 29 21:34:51.531 INFO O| Done
34392024-05-29T21:34:52.909Z[ host-image] May 29 21:34:51.532 INFO O| May 29 21:34:51.532 INFO O| Done
34402024-05-29T21:34:52.935Z[ host-image] May 29 21:34:51.584 INFO O| May 29 21:34:51.584 INFO STEP 8 (pkg_change_facet) COMPLETE
34412024-05-29T21:34:52.935Z[ host-image] May 29 21:34:51.584 INFO O| May 29 21:34:51.584 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34422024-05-29T21:34:52.939Z[ host-image] May 29 21:34:51.584 INFO O| May 29 21:34:51.584 INFO skip step because feature "recovery" is not enabled
34432024-05-29T21:34:52.939Z[ host-image] May 29 21:34:51.584 INFO O| May 29 21:34:51.584 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34442024-05-29T21:34:52.939Z[ host-image] May 29 21:34:51.584 INFO O| May 29 21:34:51.584 INFO skip step because feature "recovery" is not enabled
34452024-05-29T21:34:52.939Z[ host-image] May 29 21:34:51.584 INFO O| May 29 21:34:51.584 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34462024-05-29T21:34:52.947Z[ host-image] May 29 21:34:51.595 INFO O| May 29 21:34:51.595 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"]
34472024-05-29T21:34:53.187Z[recovery-package] Finished release [optimized] target(s) in 23.03s
34482024-05-29T21:34:53.374Z[ host-image] May 29 21:34:52.022 INFO O| May 29 21:34:52.021 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34492024-05-29T21:35:03.041Z[ host-image] May 29 21:35:01.687 INFO O| May 29 21:35:01.687 INFO O| Planning: Solver setup ... Done
34502024-05-29T21:35:07.339Z[ host-image] May 29 21:35:05.971 INFO O| May 29 21:35:05.971 INFO O| Planning: Running solver ... Done
34512024-05-29T21:35:07.455Z[ host-image] May 29 21:35:06.093 INFO O| May 29 21:35:06.093 INFO O| Planning: Finding local manifests ... Done
34522024-05-29T21:35:07.468Z[ host-image] May 29 21:35:06.103 INFO O| May 29 21:35:06.103 INFO O| Planning: Fetching manifests: 0/123 0% complete
34532024-05-29T21:35:08.253ZMay 29 21:35:06.900 INFO [recovery-package] process exited with exit status: 0 (38.192038218s)
34542024-05-29T21:35:08.253ZMay 29 21:35:06.900 INFO [recovery-stamp] running task
34552024-05-29T21:35:08.257ZMay 29 21:35:06.900 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34562024-05-29T21:35:08.261ZMay 29 21:35:06.905 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 8.0.0-0.ci+git6917f4231e3
34572024-05-29T21:35:08.264ZMay 29 21:35:06.911 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 8.0.0-0.ci+git6917f4231e3
34582024-05-29T21:35:08.275Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34592024-05-29T21:35:08.282Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34602024-05-29T21:35:08.343Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34612024-05-29T21:35:08.348ZMay 29 21:35:06.986 INFO [stamp-installinator] process exited with exit status: 0 (80.715794ms)
34622024-05-29T21:35:08.395Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34632024-05-29T21:35:08.400ZMay 29 21:35:07.046 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.74247ms)
34642024-05-29T21:35:08.400ZMay 29 21:35:07.046 INFO [recovery-stamp] task succeeded (146.516954ms)
34652024-05-29T21:35:08.400ZMay 29 21:35:07.046 INFO [recovery-proto] running task
34662024-05-29T21:35:08.400ZMay 29 21:35:07.046 INFO [tuf-stamp] running task
34672024-05-29T21:35:08.400ZMay 29 21:35:07.047 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 8.0.0-0.ci+git6917f4231e3
34682024-05-29T21:35:08.409ZMay 29 21:35:07.056 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 8.0.0-0.ci+git6917f4231e3
34692024-05-29T21:35:08.424ZMay 29 21:35:07.064 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 8.0.0-0.ci+git6917f4231e3
34702024-05-29T21:35:08.429Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-05-29T21:35:08.429ZMay 29 21:35:07.070 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 8.0.0-0.ci+git6917f4231e3
34722024-05-29T21:35:08.435Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-05-29T21:35:08.435ZMay 29 21:35:07.079 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 8.0.0-0.ci+git6917f4231e3
34742024-05-29T21:35:08.441Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-05-29T21:35:08.449ZMay 29 21:35:07.088 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 8.0.0-0.ci+git6917f4231e3
34762024-05-29T21:35:08.454Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34772024-05-29T21:35:08.454ZMay 29 21:35:07.098 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 8.0.0-0.ci+git6917f4231e3
34782024-05-29T21:35:08.481Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34792024-05-29T21:35:08.481Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34802024-05-29T21:35:08.481ZMay 29 21:35:07.123 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 8.0.0-0.ci+git6917f4231e3
34812024-05-29T21:35:08.550ZMay 29 21:35:07.195 INFO [recovery-proto] task succeeded (148.259657ms)
34822024-05-29T21:35:08.560ZMay 29 21:35:07.195 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.28.233' -P /tmp/.tmp3HhEf3/proto/recovery/root -N 'recovery 6917f42/${os_short_commit} 2024-05-29 21:13' -s recovery -R
34832024-05-29T21:35:08.584Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34842024-05-29T21:35:08.584ZMay 29 21:35:07.231 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 8.0.0-0.ci+git6917f4231e3
34852024-05-29T21:35:08.591Z[ recovery-image] May 29 21:35:07.238 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34862024-05-29T21:35:08.591Z[ recovery-image] May 29 21:35:07.238 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34872024-05-29T21:35:08.652Z[ recovery-image] May 29 21:35:07.257 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp3HhEf3/proto/recovery/root"
34882024-05-29T21:35:08.655Z[ recovery-image] May 29 21:35:07.257 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34892024-05-29T21:35:08.655Z[ recovery-image] May 29 21:35:07.257 INFO image builder template: ramdisk-01-os...
34902024-05-29T21:35:08.655Z[ recovery-image] May 29 21:35:07.257 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmp3HhEf3/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.28.233", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34912024-05-29T21:35:08.655Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34922024-05-29T21:35:08.656ZMay 29 21:35:07.300 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 8.0.0-0.ci+git6917f4231e3
34932024-05-29T21:35:08.672ZMay 29 21:35:07.319 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 8.0.0-0.ci+git6917f4231e3
34942024-05-29T21:35:08.685Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-05-29T21:35:08.700Z[ recovery-image] May 29 21:35:07.333 INFO O| May 29 21:35:07.318 INFO CREATE DATASET: rpool/images/build/recovery/output
34962024-05-29T21:35:08.703Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34972024-05-29T21:35:08.706Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-05-29T21:35:08.876Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34992024-05-29T21:35:08.881ZMay 29 21:35:07.528 INFO [stamp-probe] process exited with exit status: 0 (279.635798ms)
35002024-05-29T21:35:09.003Z[ recovery-image] May 29 21:35:07.645 INFO O| May 29 21:35:07.644 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35012024-05-29T21:35:09.029Z[ recovery-image] May 29 21:35:07.651 INFO O| May 29 21:35:07.651 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35022024-05-29T21:35:09.309Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
35032024-05-29T21:35:09.322ZMay 29 21:35:07.955 INFO [stamp-ntp] process exited with exit status: 0 (654.816552ms)
35042024-05-29T21:35:09.385Z[ recovery-image] May 29 21:35:08.027 INFO O| May 29 21:35:08.026 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35052024-05-29T21:35:09.470Z[ recovery-image] May 29 21:35:08.100 INFO O| May 29 21:35:08.099 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35062024-05-29T21:35:09.470Z[ recovery-image] May 29 21:35:08.100 INFO O| May 29 21:35:08.100 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35072024-05-29T21:35:09.479Z[ recovery-image] May 29 21:35:08.100 INFO O| May 29 21:35:08.100 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35082024-05-29T21:35:09.479Z[ recovery-image] May 29 21:35:08.100 INFO O| May 29 21:35:08.100 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35092024-05-29T21:35:09.520Z[ recovery-image] May 29 21:35:08.164 INFO O| May 29 21:35:08.164 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35102024-05-29T21:35:09.583Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35112024-05-29T21:35:09.617ZMay 29 21:35:08.260 INFO [stamp-internal-dns] process exited with exit status: 0 (1.204286666s)
35122024-05-29T21:35:09.692Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35132024-05-29T21:35:09.723Z[verify-libraries] Finished dev [unoptimized + debuginfo] target(s) in 1.45s
35142024-05-29T21:35:09.737ZMay 29 21:35:08.382 INFO [stamp-external-dns] process exited with exit status: 0 (1.318459591s)
35152024-05-29T21:35:09.789Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35162024-05-29T21:35:09.870Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35172024-05-29T21:35:09.883ZMay 29 21:35:08.527 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.4796652s)
35182024-05-29T21:35:10.000Z[ recovery-image] May 29 21:35:08.640 INFO O| May 29 21:35:08.640 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-05-29T21:35:10.010Z[ recovery-image] May 29 21:35:08.654 INFO O| May 29 21:35:08.654 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35202024-05-29T21:35:10.408Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35212024-05-29T21:35:10.437ZMay 29 21:35:09.057 INFO [stamp-oximeter] process exited with exit status: 0 (1.978809974s)
35222024-05-29T21:35:10.500Z[ recovery-image] May 29 21:35:09.141 INFO O| May 29 21:35:09.141 INFO O| Caching catalogs ... Done
35232024-05-29T21:35:10.564Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35242024-05-29T21:35:10.977ZMay 29 21:35:09.193 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.873165034s)
35252024-05-29T21:35:10.977Z[ recovery-image] May 29 21:35:09.261 INFO O| May 29 21:35:09.261 INFO STEP 0 (pkg_image_create) COMPLETE
35262024-05-29T21:35:10.978Z[ recovery-image] May 29 21:35:09.261 INFO O| May 29 21:35:09.261 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35272024-05-29T21:35:10.978Z[ recovery-image] May 29 21:35:09.261 INFO O| May 29 21:35:09.261 INFO skip step because feature "repo_redist" is not enabled
35282024-05-29T21:35:10.978Z[ recovery-image] May 29 21:35:09.261 INFO O| May 29 21:35:09.261 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-05-29T21:35:10.978Z[ recovery-image] May 29 21:35:09.272 INFO O| May 29 21:35:09.272 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"]
35302024-05-29T21:35:11.135Z[ recovery-image] May 29 21:35:09.777 INFO O| May 29 21:35:09.777 INFO STEP 2 (pkg_set_publisher) COMPLETE
35312024-05-29T21:35:11.142Z[ recovery-image] May 29 21:35:09.777 INFO O| May 29 21:35:09.777 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35322024-05-29T21:35:11.153Z[ recovery-image] May 29 21:35:09.789 INFO O| May 29 21:35:09.789 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"]
35332024-05-29T21:35:11.605Z[ recovery-image] May 29 21:35:10.252 INFO O| May 29 21:35:10.252 INFO STEP 3 (pkg_set_publisher) COMPLETE
35342024-05-29T21:35:11.605Z[ recovery-image] May 29 21:35:10.252 INFO O| May 29 21:35:10.252 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-05-29T21:35:11.605Z[ recovery-image] May 29 21:35:10.252 INFO O| May 29 21:35:10.252 INFO skip step because feature "repo_redist" is not enabled
35362024-05-29T21:35:11.606Z[ recovery-image] May 29 21:35:10.252 INFO O| May 29 21:35:10.252 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-05-29T21:35:11.889Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35382024-05-29T21:35:11.901ZMay 29 21:35:10.537 INFO [stamp-nexus] process exited with exit status: 0 (3.46618428s)
35392024-05-29T21:35:12.042Z[ recovery-image] May 29 21:35:10.688 INFO O| May 29 21:35:10.688 INFO variant opensolaris.zone is already global
35402024-05-29T21:35:12.042Z[ recovery-image] May 29 21:35:10.688 INFO O| May 29 21:35:10.688 INFO STEP 5 (pkg_change_variant) COMPLETE
35412024-05-29T21:35:12.048Z[ recovery-image] May 29 21:35:10.688 INFO O| May 29 21:35:10.688 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-05-29T21:35:12.058Z[ host-image] May 29 21:35:10.704 INFO O| May 29 21:35:10.704 INFO O| Planning: Fetching manifests: 123/123 100% complete
35432024-05-29T21:35:12.436Z[ recovery-image] May 29 21:35:11.078 INFO O| May 29 21:35:11.078 INFO variant opensolaris.imagetype is full; changing to partial
35442024-05-29T21:35:12.436Z[ recovery-image] May 29 21:35:11.078 INFO O| May 29 21:35:11.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35452024-05-29T21:35:12.817Z[ host-image] May 29 21:35:11.462 INFO O| May 29 21:35:11.461 INFO O| Planning: Package planning ... Done
35462024-05-29T21:35:13.177Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35472024-05-29T21:35:13.188ZMay 29 21:35:11.819 INFO [stamp-cockroachdb] process exited with exit status: 0 (4.730798507s)
35482024-05-29T21:35:13.782Z[ host-image] May 29 21:35:12.424 INFO O| May 29 21:35:12.424 INFO O| Planning: Merging actions ... Done
35492024-05-29T21:35:14.019Z[ host-image] May 29 21:35:12.645 INFO O| May 29 21:35:12.645 INFO O| Planning: Checking for conflicting actions ... Done
35502024-05-29T21:35:14.192Z[ host-image] May 29 21:35:12.833 INFO O| May 29 21:35:12.833 INFO O| Planning: Consolidating action changes ... Done
35512024-05-29T21:35:14.619Z[ host-image] May 29 21:35:13.265 INFO O| May 29 21:35:13.265 INFO O| Planning: Evaluating mediators ... Done
35522024-05-29T21:35:16.783Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35532024-05-29T21:35:16.787ZMay 29 21:35:15.430 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.331315506s)
35542024-05-29T21:35:17.043Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35552024-05-29T21:35:17.126Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35562024-05-29T21:35:17.140Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35572024-05-29T21:35:17.144Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35582024-05-29T21:35:17.144Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35592024-05-29T21:35:17.153Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35602024-05-29T21:35:17.157ZMay 29 21:35:15.803 INFO [stamp-clickhouse] process exited with exit status: 0 (8.660050469s)
35612024-05-29T21:35:17.157ZMay 29 21:35:15.803 INFO [tuf-stamp] task succeeded (8.756374321s)
35622024-05-29T21:35:17.177Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35632024-05-29T21:35:17.178Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35642024-05-29T21:35:17.295Z[verify-libraries] Compiling termios v0.3.3
35652024-05-29T21:35:17.719Z[verify-libraries] Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
35662024-05-29T21:35:17.841Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35672024-05-29T21:35:18.293Z[ recovery-image] May 29 21:35:16.938 INFO O| May 29 21:35:16.938 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35682024-05-29T21:35:18.439Z[ host-image] May 29 21:35:17.055 INFO O| May 29 21:35:17.055 INFO O| Planning: Planning completed in 25.03 seconds
35692024-05-29T21:35:18.439Z[ host-image] May 29 21:35:17.061 INFO O| May 29 21:35:17.061 INFO O| Packages to install: 123
35702024-05-29T21:35:18.439Z[ host-image] May 29 21:35:17.061 INFO O| May 29 21:35:17.061 INFO O| Mediators to change: 4
35712024-05-29T21:35:18.439Z[ host-image] May 29 21:35:17.061 INFO O| May 29 21:35:17.061 INFO O| Services to change: 6
35722024-05-29T21:35:18.576Z[ host-image] May 29 21:35:17.200 INFO O| May 29 21:35:17.176 INFO O| Download: 0/22715 items 0.0/196.2MB 0% complete
35732024-05-29T21:35:21.840Z[ recovery-image] May 29 21:35:20.486 INFO O| May 29 21:35:20.486 INFO O| Startup: Caching catalogs ... Done
35742024-05-29T21:35:21.908Z[ recovery-image] May 29 21:35:20.547 INFO O| May 29 21:35:20.547 INFO O| Planning: Planning completed in 0.00 seconds
35752024-05-29T21:35:21.908Z[ recovery-image] May 29 21:35:20.548 INFO O| May 29 21:35:20.548 INFO O| Planning: Consolidating action changes ... Done
35762024-05-29T21:35:21.908Z[ recovery-image] May 29 21:35:20.548 INFO O| May 29 21:35:20.548 INFO O| Planning: Evaluating mediators ... Done
35772024-05-29T21:35:21.908Z[ recovery-image] May 29 21:35:20.549 INFO O| May 29 21:35:20.548 INFO O| Planning: Planning completed in 0.00 seconds
35782024-05-29T21:35:21.908Z[ recovery-image] May 29 21:35:20.549 INFO O| May 29 21:35:20.549 INFO O| Variants/Facets to change: 1
35792024-05-29T21:35:21.940Z[ recovery-image] May 29 21:35:20.585 INFO O| May 29 21:35:20.585 INFO O| Done
35802024-05-29T21:35:21.940Z[ recovery-image] May 29 21:35:20.586 INFO O| May 29 21:35:20.585 INFO O| Done
35812024-05-29T21:35:22.026Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35822024-05-29T21:35:22.427Z[ recovery-image] May 29 21:35:21.016 INFO O| May 29 21:35:21.016 INFO O| Done
35832024-05-29T21:35:22.472Z[ recovery-image] May 29 21:35:21.049 INFO O| May 29 21:35:21.049 INFO O| Done
35842024-05-29T21:35:22.472Z[ recovery-image] May 29 21:35:21.051 INFO O| May 29 21:35:21.051 INFO O| Done
35852024-05-29T21:35:22.473Z[ recovery-image] May 29 21:35:21.051 INFO O| May 29 21:35:21.051 INFO O| Done
35862024-05-29T21:35:22.473Z[ recovery-image] May 29 21:35:21.053 INFO O| May 29 21:35:21.053 INFO O| Done
35872024-05-29T21:35:22.893Z[ recovery-image] May 29 21:35:21.538 INFO O| May 29 21:35:21.538 INFO STEP 6 (pkg_change_variant) COMPLETE
35882024-05-29T21:35:22.893Z[ recovery-image] May 29 21:35:21.538 INFO O| May 29 21:35:21.538 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35892024-05-29T21:35:22.896Z[ recovery-image] May 29 21:35:21.538 INFO O| May 29 21:35:21.538 INFO skip step because feature "debug_variant" is not enabled
35902024-05-29T21:35:22.896Z[ recovery-image] May 29 21:35:21.538 INFO O| May 29 21:35:21.538 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-05-29T21:35:23.538Z[ host-image] May 29 21:35:22.181 INFO O| May 29 21:35:22.181 INFO O| Download: 1206/22715 items 5.8/196.2MB 2% complete (1.2M/s)
35922024-05-29T21:35:23.630Z[ recovery-image] May 29 21:35:22.274 INFO O| May 29 21:35:22.274 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35932024-05-29T21:35:24.639Z[ recovery-image] May 29 21:35:23.284 INFO O| May 29 21:35:23.284 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35942024-05-29T21:35:24.642Z[ recovery-image] May 29 21:35:23.286 INFO O| May 29 21:35:23.286 INFO O| Planning: Planning completed in 0.00 seconds
35952024-05-29T21:35:24.642Z[ recovery-image] May 29 21:35:23.287 INFO O| May 29 21:35:23.287 INFO O| Planning: Consolidating action changes ... Done
35962024-05-29T21:35:24.642Z[ recovery-image] May 29 21:35:23.287 INFO O| May 29 21:35:23.287 INFO O| Planning: Evaluating mediators ... Done
35972024-05-29T21:35:24.642Z[ recovery-image] May 29 21:35:23.288 INFO O| May 29 21:35:23.288 INFO O| Planning: Planning completed in 0.00 seconds
35982024-05-29T21:35:24.642Z[ recovery-image] May 29 21:35:23.288 INFO O| May 29 21:35:23.288 INFO O| Variants/Facets to change: 1
35992024-05-29T21:35:24.678Z[ recovery-image] May 29 21:35:23.318 INFO O| May 29 21:35:23.318 INFO O| Done
36002024-05-29T21:35:24.678Z[ recovery-image] May 29 21:35:23.318 INFO O| May 29 21:35:23.318 INFO O| Done
36012024-05-29T21:35:25.110Z[ recovery-image] May 29 21:35:23.750 INFO O| May 29 21:35:23.750 INFO O| Done
36022024-05-29T21:35:25.150Z[ recovery-image] May 29 21:35:23.795 INFO O| May 29 21:35:23.795 INFO O| Done
36032024-05-29T21:35:25.153Z[ recovery-image] May 29 21:35:23.797 INFO O| May 29 21:35:23.797 INFO O| Done
36042024-05-29T21:35:25.153Z[ recovery-image] May 29 21:35:23.797 INFO O| May 29 21:35:23.797 INFO O| Done
36052024-05-29T21:35:25.157Z[ recovery-image] May 29 21:35:23.799 INFO O| May 29 21:35:23.799 INFO O| Done
36062024-05-29T21:35:25.244Z[ recovery-image] May 29 21:35:23.887 INFO O| May 29 21:35:23.887 INFO STEP 8 (pkg_change_facet) COMPLETE
36072024-05-29T21:35:25.244Z[ recovery-image] May 29 21:35:23.888 INFO O| May 29 21:35:23.887 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36082024-05-29T21:35:25.916Z[ recovery-image] May 29 21:35:24.561 INFO O| May 29 21:35:24.561 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36092024-05-29T21:35:26.785Z[ recovery-image] May 29 21:35:25.430 INFO O| May 29 21:35:25.430 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36102024-05-29T21:35:26.788Z[ recovery-image] May 29 21:35:25.432 INFO O| May 29 21:35:25.432 INFO O| Planning: Planning completed in 0.00 seconds
36112024-05-29T21:35:26.789Z[ recovery-image] May 29 21:35:25.433 INFO O| May 29 21:35:25.433 INFO O| Planning: Consolidating action changes ... Done
36122024-05-29T21:35:26.789Z[ recovery-image] May 29 21:35:25.433 INFO O| May 29 21:35:25.433 INFO O| Planning: Evaluating mediators ... Done
36132024-05-29T21:35:26.789Z[ recovery-image] May 29 21:35:25.434 INFO O| May 29 21:35:25.434 INFO O| Planning: Planning completed in 0.00 seconds
36142024-05-29T21:35:26.793Z[ recovery-image] May 29 21:35:25.434 INFO O| May 29 21:35:25.434 INFO O| Variants/Facets to change: 1
36152024-05-29T21:35:26.834Z[ recovery-image] May 29 21:35:25.478 INFO O| May 29 21:35:25.478 INFO O| Done
36162024-05-29T21:35:26.834Z[ recovery-image] May 29 21:35:25.478 INFO O| May 29 21:35:25.478 INFO O| Done
36172024-05-29T21:35:27.232Z[ recovery-image] May 29 21:35:25.873 INFO O| May 29 21:35:25.873 INFO O| Done
36182024-05-29T21:35:27.294Z[ recovery-image] May 29 21:35:25.934 INFO O| May 29 21:35:25.933 INFO O| Done
36192024-05-29T21:35:27.319Z[ recovery-image] May 29 21:35:25.935 INFO O| May 29 21:35:25.935 INFO O| Done
36202024-05-29T21:35:27.319Z[ recovery-image] May 29 21:35:25.935 INFO O| May 29 21:35:25.935 INFO O| Done
36212024-05-29T21:35:27.319Z[ recovery-image] May 29 21:35:25.937 INFO O| May 29 21:35:25.937 INFO O| Done
36222024-05-29T21:35:27.398Z[ recovery-image] May 29 21:35:26.022 INFO O| May 29 21:35:26.022 INFO STEP 9 (pkg_change_facet) COMPLETE
36232024-05-29T21:35:27.399Z[ recovery-image] May 29 21:35:26.022 INFO O| May 29 21:35:26.022 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36242024-05-29T21:35:27.978Z[ recovery-image] May 29 21:35:26.622 INFO O| May 29 21:35:26.622 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36252024-05-29T21:35:28.655Z[ host-image] May 29 21:35:27.186 INFO O| May 29 21:35:27.185 INFO O| Download: 1781/22715 items 12.0/196.2MB 6% complete (1.2M/s)
36262024-05-29T21:35:28.847Z[ recovery-image] May 29 21:35:27.488 INFO O| May 29 21:35:27.488 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36272024-05-29T21:35:28.850Z[ recovery-image] May 29 21:35:27.490 INFO O| May 29 21:35:27.490 INFO O| Planning: Planning completed in 0.00 seconds
36282024-05-29T21:35:28.850Z[ recovery-image] May 29 21:35:27.491 INFO O| May 29 21:35:27.491 INFO O| Planning: Consolidating action changes ... Done
36292024-05-29T21:35:28.850Z[ recovery-image] May 29 21:35:27.491 INFO O| May 29 21:35:27.491 INFO O| Planning: Evaluating mediators ... Done
36302024-05-29T21:35:28.850Z[ recovery-image] May 29 21:35:27.492 INFO O| May 29 21:35:27.492 INFO O| Planning: Planning completed in 0.00 seconds
36312024-05-29T21:35:28.850Z[ recovery-image] May 29 21:35:27.492 INFO O| May 29 21:35:27.492 INFO O| Variants/Facets to change: 1
36322024-05-29T21:35:28.938Z[ recovery-image] May 29 21:35:27.565 INFO O| May 29 21:35:27.565 INFO O| Done
36332024-05-29T21:35:28.938Z[ recovery-image] May 29 21:35:27.565 INFO O| May 29 21:35:27.565 INFO O| Done
36342024-05-29T21:35:29.294Z[ recovery-image] May 29 21:35:27.939 INFO O| May 29 21:35:27.939 INFO O| Done
36352024-05-29T21:35:29.345Z[ recovery-image] May 29 21:35:27.984 INFO O| May 29 21:35:27.984 INFO O| Done
36362024-05-29T21:35:29.356Z[ recovery-image] May 29 21:35:27.985 INFO O| May 29 21:35:27.985 INFO O| Done
36372024-05-29T21:35:29.356Z[ recovery-image] May 29 21:35:27.985 INFO O| May 29 21:35:27.985 INFO O| Done
36382024-05-29T21:35:29.356Z[ recovery-image] May 29 21:35:27.987 INFO O| May 29 21:35:27.987 INFO O| Done
36392024-05-29T21:35:29.510Z[ recovery-image] May 29 21:35:28.137 INFO O| May 29 21:35:28.137 INFO STEP 10 (pkg_change_facet) COMPLETE
36402024-05-29T21:35:29.511Z[ recovery-image] May 29 21:35:28.137 INFO O| May 29 21:35:28.137 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-05-29T21:35:29.517Z[ recovery-image] May 29 21:35:28.157 INFO O| May 29 21:35:28.157 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"]
36422024-05-29T21:35:30.373Z[ recovery-image] May 29 21:35:29.010 INFO O| May 29 21:35:29.010 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36432024-05-29T21:35:33.932Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36442024-05-29T21:35:33.938Z[ host-image] May 29 21:35:32.568 INFO O| May 29 21:35:32.567 INFO O| Download: 2331/22715 items 27.4/196.2MB 13% complete (2.1M/s)
36452024-05-29T21:35:39.067Z[ host-image] May 29 21:35:37.705 INFO O| May 29 21:35:37.705 INFO O| Download: 3482/22715 items 35.6/196.2MB 18% complete (2.4M/s)
36462024-05-29T21:35:44.346Z[ host-image] May 29 21:35:42.987 INFO O| May 29 21:35:42.987 INFO O| Download: 4533/22715 items 42.1/196.2MB 21% complete (1.5M/s)
36472024-05-29T21:35:49.371Z[ host-image] May 29 21:35:48.013 INFO O| May 29 21:35:48.013 INFO O| Download: 5563/22715 items 46.1/196.2MB 23% complete (1.0M/s)
36482024-05-29T21:35:50.901Z[ recovery-image] May 29 21:35:49.544 INFO O| May 29 21:35:49.544 INFO O| Planning: Solver setup ... Done
36492024-05-29T21:35:54.373Z[ host-image] May 29 21:35:53.013 INFO O| May 29 21:35:53.013 INFO O| Download: 6761/22715 items 47.8/196.2MB 24% complete (554k/s)
36502024-05-29T21:35:59.388Z[ host-image] May 29 21:35:58.019 INFO O| May 29 21:35:58.019 INFO O| Download: 7614/22715 items 58.4/196.2MB 29% complete (1.2M/s)
36512024-05-29T21:36:02.850Z[ recovery-image] May 29 21:36:01.481 INFO O| May 29 21:36:01.480 INFO O| Planning: Running solver ... Done
36522024-05-29T21:36:03.116Z[ recovery-image] May 29 21:36:01.748 INFO O| May 29 21:36:01.748 INFO O| Planning: Finding local manifests ... Done
36532024-05-29T21:36:03.130Z[ recovery-image] May 29 21:36:01.765 INFO O| May 29 21:36:01.765 INFO O| Planning: Fetching manifests: 0/123 0% complete
36542024-05-29T21:36:04.524Z[ host-image] May 29 21:36:03.164 INFO O| May 29 21:36:03.164 INFO O| Download: 8345/22715 items 68.8/196.2MB 35% complete (2.0M/s)
36552024-05-29T21:36:07.893Z[ recovery-image] May 29 21:36:06.531 INFO O| May 29 21:36:06.531 INFO O| Planning: Fetching manifests: 123/123 100% complete
36562024-05-29T21:36:08.994Z[ recovery-image] May 29 21:36:07.635 INFO O| May 29 21:36:07.634 INFO O| Planning: Package planning ... Done
36572024-05-29T21:36:09.699Z[ recovery-image] May 29 21:36:08.329 INFO O| May 29 21:36:08.329 INFO O| Planning: Merging actions ... Done
36582024-05-29T21:36:09.739Z[ host-image] May 29 21:36:08.379 INFO O| May 29 21:36:08.379 INFO O| Download: 9406/22715 items 81.6/196.2MB 41% complete (2.3M/s)
36592024-05-29T21:36:10.054Z[ recovery-image] May 29 21:36:08.692 INFO O| May 29 21:36:08.692 INFO O| Planning: Checking for conflicting actions ... Done
36602024-05-29T21:36:10.206Z[ recovery-image] May 29 21:36:08.846 INFO O| May 29 21:36:08.846 INFO O| Planning: Consolidating action changes ... Done
36612024-05-29T21:36:10.533Z[ recovery-image] May 29 21:36:09.173 INFO O| May 29 21:36:09.173 INFO O| Planning: Evaluating mediators ... Done
36622024-05-29T21:36:14.749Z[ host-image] May 29 21:36:13.386 INFO O| May 29 21:36:13.386 INFO O| Download: 10654/22715 items 89.1/196.2MB 45% complete (2.0M/s)
36632024-05-29T21:36:16.009Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36642024-05-29T21:36:16.497Z[ recovery-image] May 29 21:36:15.129 INFO O| May 29 21:36:15.129 INFO O| Planning: Planning completed in 46.12 seconds
36652024-05-29T21:36:16.504Z[ recovery-image] May 29 21:36:15.136 INFO O| May 29 21:36:15.136 INFO O| Packages to install: 123
36662024-05-29T21:36:16.505Z[ recovery-image] May 29 21:36:15.136 INFO O| May 29 21:36:15.136 INFO O| Mediators to change: 4
36672024-05-29T21:36:16.505Z[ recovery-image] May 29 21:36:15.136 INFO O| May 29 21:36:15.136 INFO O| Services to change: 5
36682024-05-29T21:36:16.591Z[ recovery-image] May 29 21:36:15.227 INFO O| May 29 21:36:15.226 INFO O| Download: 0/15828 items 0.0/173.1MB 0% complete
36692024-05-29T21:36:19.749Z[ host-image] May 29 21:36:18.388 INFO O| May 29 21:36:18.388 INFO O| Download: 11143/22715 items 93.7/196.2MB 47% complete (1.2M/s)
36702024-05-29T21:36:22.218Z[ recovery-image] May 29 21:36:20.431 INFO O| May 29 21:36:20.431 INFO O| Download: 1058/15828 items 7.9/173.1MB 4% complete (1.7M/s)
36712024-05-29T21:36:25.412Z[ host-image] May 29 21:36:24.050 INFO O| May 29 21:36:24.050 INFO O| Download: 11971/22715 items 98.1/196.2MB 49% complete (872k/s)
36722024-05-29T21:36:26.832Z[ recovery-image] May 29 21:36:25.460 INFO O| May 29 21:36:25.460 INFO O| Download: 1464/15828 items 21.1/173.1MB 12% complete (2.2M/s)
36732024-05-29T21:36:30.436Z[ host-image] May 29 21:36:29.070 INFO O| May 29 21:36:29.069 INFO O| Download: 12382/22715 items 109.4/196.2MB 55% complete (1.6M/s)
36742024-05-29T21:36:31.849Z[ recovery-image] May 29 21:36:30.477 INFO O| May 29 21:36:30.477 INFO O| Download: 2145/15828 items 31.1/173.1MB 17% complete (2.3M/s)
36752024-05-29T21:36:35.465Z[ host-image] May 29 21:36:34.099 INFO O| May 29 21:36:34.098 INFO O| Download: 13328/22715 items 109.9/196.2MB 55% complete (1.2M/s)
36762024-05-29T21:36:36.855Z[ recovery-image] May 29 21:36:35.493 INFO O| May 29 21:36:35.492 INFO O| Download: 2916/15828 items 36.9/173.1MB 21% complete (1.6M/s)
36772024-05-29T21:36:40.520Z[ host-image] May 29 21:36:39.155 INFO O| May 29 21:36:39.155 INFO O| Download: 14262/22715 items 110.6/196.2MB 56% complete (121k/s)
36782024-05-29T21:36:41.862Z[ recovery-image] May 29 21:36:40.496 INFO O| May 29 21:36:40.496 INFO O| Download: 3746/15828 items 41.8/173.1MB 24% complete (1.1M/s)
36792024-05-29T21:36:45.556Z[ host-image] May 29 21:36:44.178 INFO O| May 29 21:36:44.178 INFO O| Download: 14687/22715 items 118.9/196.2MB 60% complete (918k/s)
36802024-05-29T21:36:46.913Z[ recovery-image] May 29 21:36:45.549 INFO O| May 29 21:36:45.549 INFO O| Download: 4787/15828 items 42.9/173.1MB 24% complete (624k/s)
36812024-05-29T21:36:47.954Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36822024-05-29T21:36:50.013Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36832024-05-29T21:36:50.567Z[ host-image] May 29 21:36:49.184 INFO O| May 29 21:36:49.184 INFO O| Download: 15566/22715 items 124.5/196.2MB 63% complete (1.4M/s)
36842024-05-29T21:36:51.920Z[ recovery-image] May 29 21:36:50.556 INFO O| May 29 21:36:50.556 INFO O| Download: 5667/15828 items 44.7/173.1MB 25% complete (278k/s)
36852024-05-29T21:36:55.572Z[ host-image] May 29 21:36:54.208 INFO O| May 29 21:36:54.207 INFO O| Download: 16634/22715 items 145.6/196.2MB 74% complete (2.7M/s)
36862024-05-29T21:36:56.949Z[ recovery-image] May 29 21:36:55.576 INFO O| May 29 21:36:55.576 INFO O| Download: 5900/15828 items 52.9/173.1MB 30% complete (994k/s)
36872024-05-29T21:37:00.606Z[ host-image] May 29 21:36:59.227 INFO O| May 29 21:36:59.227 INFO O| Download: 17549/22715 items 149.3/196.2MB 76% complete (2.5M/s)
36882024-05-29T21:37:01.945Z[ recovery-image] May 29 21:37:00.578 INFO O| May 29 21:37:00.578 INFO O| Download: 6331/15828 items 62.7/173.1MB 36% complete (1.8M/s)
36892024-05-29T21:37:05.753Z[ host-image] May 29 21:37:04.387 INFO O| May 29 21:37:04.387 INFO O| Download: 17931/22715 items 158.7/196.2MB 80% complete (1.3M/s)
36902024-05-29T21:37:06.949Z[ recovery-image] May 29 21:37:05.580 INFO O| May 29 21:37:05.580 INFO O| Download: 7577/15828 items 73.5/173.1MB 42% complete (2.0M/s)
36912024-05-29T21:37:10.757Z[ host-image] May 29 21:37:09.387 INFO O| May 29 21:37:09.387 INFO O| Download: 18935/22715 items 162.6/196.2MB 82% complete (1.3M/s)
36922024-05-29T21:37:12.015Z[ recovery-image] May 29 21:37:10.649 INFO O| May 29 21:37:10.648 INFO O| Download: 7929/15828 items 77.4/173.1MB 44% complete (1.5M/s)
36932024-05-29T21:37:16.535Z[ host-image] May 29 21:37:14.914 INFO O| May 29 21:37:14.913 INFO O| Download: 19953/22715 items 166.4/196.2MB 84% complete (792k/s)
36942024-05-29T21:37:17.016Z[ recovery-image] May 29 21:37:15.649 INFO O| May 29 21:37:15.649 INFO O| Download: 8680/15828 items 83.6/173.1MB 48% complete (947k/s)
36952024-05-29T21:37:21.285Z[ host-image] May 29 21:37:19.917 INFO O| May 29 21:37:19.917 INFO O| Download: 20758/22715 items 170.9/196.2MB 87% complete (799k/s)
36962024-05-29T21:37:22.017Z[ recovery-image] May 29 21:37:20.649 INFO O| May 29 21:37:20.649 INFO O| Download: 8845/15828 items 92.3/173.1MB 53% complete (1.5M/s)
36972024-05-29T21:37:27.020Z[ recovery-image] May 29 21:37:25.652 INFO O| May 29 21:37:25.652 INFO O| Download: 9861/15828 items 93.0/173.1MB 53% complete (981k/s)
36982024-05-29T21:37:27.686Z[ host-image] May 29 21:37:26.312 INFO O| May 29 21:37:26.312 INFO O| Download: 21016/22715 items 176.2/196.2MB 89% complete (1015k/s)
36992024-05-29T21:37:32.023Z[ recovery-image] May 29 21:37:30.653 INFO O| May 29 21:37:30.653 INFO O| Download: 10764/15828 items 93.7/173.1MB 54% complete (179k/s)
37002024-05-29T21:37:32.687Z[ host-image] May 29 21:37:31.318 INFO O| May 29 21:37:31.318 INFO O| Download: 21707/22715 items 181.0/196.2MB 92% complete (632k/s)
37012024-05-29T21:37:37.134Z[ recovery-image] May 29 21:37:35.765 INFO O| May 29 21:37:35.765 INFO O| Download: 11107/15828 items 100.4/173.1MB 58% complete (676k/s)
37022024-05-29T21:37:37.983Z[ host-image] May 29 21:37:36.611 INFO O| May 29 21:37:36.611 INFO O| Download: 22001/22715 items 189.4/196.2MB 96% complete (1.4M/s)
37032024-05-29T21:37:42.149Z[ recovery-image] May 29 21:37:40.772 INFO O| May 29 21:37:40.772 INFO O| Download: 11816/15828 items 123.9/173.1MB 71% complete (3.0M/s)
37042024-05-29T21:37:43.346Z[ host-image] May 29 21:37:41.975 INFO O| May 29 21:37:41.975 INFO O| Download: 22708/22715 items 195.8/196.2MB 99% complete (1.2M/s)
37052024-05-29T21:37:44.094Z[ host-image] May 29 21:37:42.724 INFO O| May 29 21:37:42.724 INFO O| Download: Completed 196.24 MB in 145.55 seconds (1.3M/s)
37062024-05-29T21:37:45.620Z[ host-image] May 29 21:37:44.240 INFO O| May 29 21:37:44.240 INFO O| Actions: 1/49219 actions (Installing new actions)
37072024-05-29T21:37:47.146Z[ recovery-image] May 29 21:37:45.776 INFO O| May 29 21:37:45.776 INFO O| Download: 12540/15828 items 139.3/173.1MB 80% complete (3.9M/s)
37082024-05-29T21:37:50.774Z[ host-image] May 29 21:37:49.240 INFO O| May 29 21:37:49.240 INFO O| Actions: 9514/49219 actions (Installing new actions)
37092024-05-29T21:37:52.174Z[ recovery-image] May 29 21:37:50.803 INFO O| May 29 21:37:50.803 INFO O| Download: 13681/15828 items 143.5/173.1MB 82% complete (2.0M/s)
37102024-05-29T21:37:55.612Z[ host-image] May 29 21:37:54.240 INFO O| May 29 21:37:54.240 INFO O| Actions: 15728/49219 actions (Installing new actions)
37112024-05-29T21:37:57.203Z[ recovery-image] May 29 21:37:55.820 INFO O| May 29 21:37:55.820 INFO O| Download: 14663/15828 items 147.5/173.1MB 85% complete (845k/s)
37122024-05-29T21:38:00.617Z[ host-image] May 29 21:37:59.241 INFO O| May 29 21:37:59.241 INFO O| Actions: 22267/49219 actions (Installing new actions)
37132024-05-29T21:38:02.504Z[ recovery-image] May 29 21:38:01.129 INFO O| May 29 21:38:01.129 INFO O| Download: 15302/15828 items 158.6/173.1MB 91% complete (1.5M/s)
37142024-05-29T21:38:06.769Z[ host-image] May 29 21:38:05.395 INFO O| May 29 21:38:05.395 INFO O| Actions: 48666/49219 actions (Installing new actions)
37152024-05-29T21:38:07.739Z[ recovery-image] May 29 21:38:06.366 INFO O| May 29 21:38:06.366 INFO O| Download: 15821/15828 items 172.9/173.1MB 99% complete (2.5M/s)
37162024-05-29T21:38:07.762Z[ recovery-image] May 29 21:38:06.389 INFO O| May 29 21:38:06.389 INFO O| Download: Completed 173.05 MB in 111.16 seconds (1.6M/s)
37172024-05-29T21:38:08.736Z[ recovery-image] May 29 21:38:07.363 INFO O| May 29 21:38:07.363 INFO O| Actions: 1/24953 actions (Installing new actions)
37182024-05-29T21:38:10.592Z[ host-image] May 29 21:38:09.218 INFO O| May 29 21:38:09.218 INFO O| Actions: Completed 49219 actions in 24.97 seconds.
37192024-05-29T21:38:11.018Z[ host-image] May 29 21:38:09.645 INFO O| May 29 21:38:09.645 INFO O| Done
37202024-05-29T21:38:11.023Z[ host-image] May 29 21:38:09.645 INFO O| May 29 21:38:09.645 INFO O| Done
37212024-05-29T21:38:11.893Z[ host-image] May 29 21:38:10.520 INFO O| May 29 21:38:10.520 INFO O| Done
37222024-05-29T21:38:13.740Z[ recovery-image] May 29 21:38:12.364 INFO O| May 29 21:38:12.364 INFO O| Actions: 9215/24953 actions (Installing new actions)
37232024-05-29T21:38:14.441Z[ host-image] May 29 21:38:13.064 INFO O| May 29 21:38:13.063 INFO O| Done
37242024-05-29T21:38:14.471Z[ host-image] May 29 21:38:13.097 INFO O| May 29 21:38:13.097 INFO O| Done
37252024-05-29T21:38:18.738Z[ recovery-image] May 29 21:38:17.364 INFO O| May 29 21:38:17.364 INFO O| Actions: 14399/24953 actions (Installing new actions)
37262024-05-29T21:38:23.911Z[ recovery-image] May 29 21:38:22.535 INFO O| May 29 21:38:22.534 INFO O| Actions: 24400/24953 actions (Installing new actions)
37272024-05-29T21:38:27.759Z[ recovery-image] May 29 21:38:26.384 INFO O| May 29 21:38:26.384 INFO O| Actions: Completed 24953 actions in 19.02 seconds.
37282024-05-29T21:38:28.187Z[ recovery-image] May 29 21:38:26.808 INFO O| May 29 21:38:26.808 INFO O| Done
37292024-05-29T21:38:28.187Z[ recovery-image] May 29 21:38:26.808 INFO O| May 29 21:38:26.808 INFO O| Done
37302024-05-29T21:38:29.117Z[ recovery-image] May 29 21:38:27.742 INFO O| May 29 21:38:27.742 INFO O| Done
37312024-05-29T21:38:30.453Z[ host-image] May 29 21:38:29.078 INFO O| May 29 21:38:29.077 INFO O| Done
37322024-05-29T21:38:31.093Z[ recovery-image] May 29 21:38:29.718 INFO O| May 29 21:38:29.718 INFO O| Done
37332024-05-29T21:38:31.208Z[ recovery-image] May 29 21:38:29.833 INFO O| May 29 21:38:29.833 INFO O| Done
37342024-05-29T21:38:31.715Z[ host-image] May 29 21:38:30.340 INFO O| May 29 21:38:30.339 INFO O| Done
37352024-05-29T21:38:32.042Z[ host-image] May 29 21:38:30.667 INFO O| May 29 21:38:30.667 INFO STEP 11 (pkg_install) COMPLETE
37362024-05-29T21:38:32.047Z[ host-image] May 29 21:38:30.667 INFO O| May 29 21:38:30.667 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37372024-05-29T21:38:32.061Z[ host-image] May 29 21:38:30.684 INFO O| May 29 21:38:30.684 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
37382024-05-29T21:38:33.137Z[ host-image] May 29 21:38:31.761 INFO O| May 29 21:38:31.761 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37392024-05-29T21:38:36.660Z[ host-image] May 29 21:38:35.281 INFO O| May 29 21:38:35.281 INFO O| Planning: Solver setup ... Done
37402024-05-29T21:38:36.665Z[ host-image] May 29 21:38:35.287 INFO O| May 29 21:38:35.287 INFO O| Planning: Running solver ... Done
37412024-05-29T21:38:36.711Z[ host-image] May 29 21:38:35.335 INFO O| May 29 21:38:35.335 INFO O| Planning: Finding local manifests ... Done
37422024-05-29T21:38:36.714Z[ host-image] May 29 21:38:35.337 INFO O| May 29 21:38:35.337 INFO O| Planning: Fetching manifests: 0/4 0% complete
37432024-05-29T21:38:36.929Z[ host-image] May 29 21:38:35.553 INFO O| May 29 21:38:35.552 INFO O| Planning: Fetching manifests: 4/4 100% complete
37442024-05-29T21:38:36.986Z[ host-image] May 29 21:38:35.610 INFO O| May 29 21:38:35.609 INFO O| Planning: Package planning ... Done
37452024-05-29T21:38:36.991Z[ host-image] May 29 21:38:35.615 INFO O| May 29 21:38:35.615 INFO O| Planning: Merging actions ... Done
37462024-05-29T21:38:37.194Z[ host-image] May 29 21:38:35.817 INFO O| May 29 21:38:35.817 INFO O| Planning: Checking for conflicting actions ... Done
37472024-05-29T21:38:37.197Z[ host-image] May 29 21:38:35.819 INFO O| May 29 21:38:35.819 INFO O| Planning: Consolidating action changes ... Done
37482024-05-29T21:38:37.658Z[ host-image] May 29 21:38:36.278 INFO O| May 29 21:38:36.278 INFO O| Planning: Evaluating mediators ... Done
37492024-05-29T21:38:37.662Z[ host-image] May 29 21:38:36.280 INFO O| May 29 21:38:36.280 INFO O| Planning: Planning completed in 4.52 seconds
37502024-05-29T21:38:37.662Z[ host-image] May 29 21:38:36.283 INFO O| May 29 21:38:36.283 INFO O| Packages to install: 4
37512024-05-29T21:38:37.662Z[ host-image] May 29 21:38:36.283 INFO O| May 29 21:38:36.283 INFO O| Services to change: 2
37522024-05-29T21:38:37.681Z[ host-image] May 29 21:38:36.302 INFO O| May 29 21:38:36.302 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
37532024-05-29T21:38:38.470Z[ host-image] May 29 21:38:37.094 INFO O| May 29 21:38:37.094 INFO O| Download: Completed 1.39 MB in 0.79 seconds (1.8M/s)
37542024-05-29T21:38:38.545Z[ host-image] May 29 21:38:37.168 INFO O| May 29 21:38:37.168 INFO O| Actions: 1/238 actions (Installing new actions)
37552024-05-29T21:38:38.952Z[ host-image] May 29 21:38:37.576 INFO O| May 29 21:38:37.576 INFO O| Actions: Completed 238 actions in 0.41 seconds.
37562024-05-29T21:38:39.281Z[ host-image] May 29 21:38:37.905 INFO O| May 29 21:38:37.905 INFO O| Done
37572024-05-29T21:38:39.285Z[ host-image] May 29 21:38:37.905 INFO O| May 29 21:38:37.905 INFO O| Done
37582024-05-29T21:38:40.005Z[ host-image] May 29 21:38:38.628 INFO O| May 29 21:38:38.628 INFO O| Done
37592024-05-29T21:38:41.795Z[ recovery-image] May 29 21:38:40.419 INFO O| May 29 21:38:40.419 INFO O| Done
37602024-05-29T21:38:42.481Z[ recovery-image] May 29 21:38:41.105 INFO O| May 29 21:38:41.105 INFO O| Done
37612024-05-29T21:38:42.518Z[ host-image] May 29 21:38:41.141 INFO O| May 29 21:38:41.141 INFO O| Done
37622024-05-29T21:38:42.559Z[ host-image] May 29 21:38:41.182 INFO O| May 29 21:38:41.182 INFO O| Done
37632024-05-29T21:38:42.562Z[ host-image] May 29 21:38:41.182 INFO O| May 29 21:38:41.182 INFO O| Done
37642024-05-29T21:38:42.582Z[ host-image] May 29 21:38:41.205 INFO O| May 29 21:38:41.205 INFO O| Done
37652024-05-29T21:38:42.752Z[ recovery-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO STEP 11 (pkg_install) COMPLETE
37662024-05-29T21:38:42.755Z[ host-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO STEP 12 (pkg_install) COMPLETE
37672024-05-29T21:38:42.755Z[ recovery-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37682024-05-29T21:38:42.755Z[ host-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37692024-05-29T21:38:42.755Z[ recovery-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO skip step because feature "recovery" is enabled
37702024-05-29T21:38:42.755Z[ recovery-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37712024-05-29T21:38:42.755Z[ recovery-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO skip step because feature "omicron1" is not enabled
37722024-05-29T21:38:42.755Z[ recovery-image] May 29 21:38:41.375 INFO O| May 29 21:38:41.375 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37732024-05-29T21:38:42.769Z[ host-image] May 29 21:38:41.392 INFO O| May 29 21:38:41.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
37742024-05-29T21:38:42.774Z[ recovery-image] May 29 21:38:41.393 INFO O| May 29 21:38:41.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.28.233"]
37752024-05-29T21:38:43.723Z[ recovery-image] May 29 21:38:42.344 INFO O| May 29 21:38:42.344 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37762024-05-29T21:38:44.117Z[ host-image] May 29 21:38:42.740 INFO O| May 29 21:38:42.740 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37772024-05-29T21:38:46.003Z[ recovery-image] May 29 21:38:44.626 INFO O| May 29 21:38:44.626 INFO O| Planning: Solver setup ... Done
37782024-05-29T21:38:46.010Z[ recovery-image] May 29 21:38:44.632 INFO O| May 29 21:38:44.632 INFO O| Planning: Running solver ... Done
37792024-05-29T21:38:46.065Z[ recovery-image] May 29 21:38:44.688 INFO O| May 29 21:38:44.688 INFO O| Planning: Finding local manifests ... Done
37802024-05-29T21:38:46.070Z[ recovery-image] May 29 21:38:44.689 INFO O| May 29 21:38:44.689 INFO O| Planning: Fetching manifests: 0/1 0% complete
37812024-05-29T21:38:46.200Z[ recovery-image] May 29 21:38:44.809 INFO O| May 29 21:38:44.809 INFO O| Planning: Fetching manifests: 1/1 100% complete
37822024-05-29T21:38:46.231Z[ recovery-image] May 29 21:38:44.854 INFO O| May 29 21:38:44.854 INFO O| Planning: Package planning ... Done
37832024-05-29T21:38:46.234Z[ recovery-image] May 29 21:38:44.855 INFO O| May 29 21:38:44.855 INFO O| Planning: Merging actions ... Done
37842024-05-29T21:38:46.315Z[ recovery-image] May 29 21:38:44.938 INFO O| May 29 21:38:44.938 INFO O| Planning: Checking for conflicting actions ... Done
37852024-05-29T21:38:46.319Z[ recovery-image] May 29 21:38:44.939 INFO O| May 29 21:38:44.939 INFO O| Planning: Consolidating action changes ... Done
37862024-05-29T21:38:46.488Z[ host-image] May 29 21:38:45.111 INFO O| May 29 21:38:45.111 INFO O| Planning: Solver setup ... Done
37872024-05-29T21:38:46.496Z[ host-image] May 29 21:38:45.117 INFO O| May 29 21:38:45.117 INFO O| Planning: Running solver ... Done
37882024-05-29T21:38:46.555Z[ host-image] May 29 21:38:45.178 INFO O| May 29 21:38:45.178 INFO O| Planning: Finding local manifests ... Done
37892024-05-29T21:38:46.561Z[ host-image] May 29 21:38:45.180 INFO O| May 29 21:38:45.180 INFO O| Planning: Fetching manifests: 0/6 0% complete
37902024-05-29T21:38:46.625Z[ recovery-image] May 29 21:38:45.239 INFO O| May 29 21:38:45.239 INFO O| Planning: Evaluating mediators ... Done
37912024-05-29T21:38:46.637Z[ recovery-image] May 29 21:38:45.240 INFO O| May 29 21:38:45.240 INFO O| Planning: Planning completed in 2.90 seconds
37922024-05-29T21:38:46.637Z[ recovery-image] May 29 21:38:45.242 INFO O| May 29 21:38:45.242 INFO O| Packages to install: 1
37932024-05-29T21:38:46.642Z[ recovery-image] May 29 21:38:45.260 INFO O| May 29 21:38:45.260 INFO O| Download: 0/4 items 0.0/18.0MB 0% complete
37942024-05-29T21:38:46.805Z[ host-image] May 29 21:38:45.428 INFO O| May 29 21:38:45.428 INFO O| Planning: Fetching manifests: 6/6 100% complete
37952024-05-29T21:38:46.865Z[ host-image] May 29 21:38:45.488 INFO O| May 29 21:38:45.488 INFO O| Planning: Package planning ... Done
37962024-05-29T21:38:46.904Z[ host-image] May 29 21:38:45.526 INFO O| May 29 21:38:45.526 INFO O| Planning: Merging actions ... Done
37972024-05-29T21:38:47.034Z[ host-image] May 29 21:38:45.657 INFO O| May 29 21:38:45.657 INFO O| Planning: Checking for conflicting actions ... Done
37982024-05-29T21:38:47.044Z[ host-image] May 29 21:38:45.663 INFO O| May 29 21:38:45.663 INFO O| Planning: Consolidating action changes ... Done
37992024-05-29T21:38:47.408Z[ host-image] May 29 21:38:46.031 INFO O| May 29 21:38:46.031 INFO O| Planning: Evaluating mediators ... Done
38002024-05-29T21:38:47.413Z[ host-image] May 29 21:38:46.036 INFO O| May 29 21:38:46.036 INFO O| Planning: Planning completed in 3.30 seconds
38012024-05-29T21:38:47.416Z[ host-image] May 29 21:38:46.039 INFO O| May 29 21:38:46.039 INFO O| Packages to install: 6
38022024-05-29T21:38:47.416Z[ host-image] May 29 21:38:46.039 INFO O| May 29 21:38:46.039 INFO O| Mediators to change: 1
38032024-05-29T21:38:47.416Z[ host-image] May 29 21:38:46.039 INFO O| May 29 21:38:46.039 INFO O| Services to change: 1
38042024-05-29T21:38:47.439Z[ host-image] May 29 21:38:46.062 INFO O| May 29 21:38:46.062 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
38052024-05-29T21:38:47.881Z[ recovery-image] May 29 21:38:46.499 INFO O| May 29 21:38:46.499 INFO O| Download: Completed 17.98 MB in 1.24 seconds (14.5M/s)
38062024-05-29T21:38:47.945Z[ recovery-image] May 29 21:38:46.566 INFO O| May 29 21:38:46.566 INFO O| Actions: 1/22 actions (Installing new actions)
38072024-05-29T21:38:48.663Z[ recovery-image] May 29 21:38:47.284 INFO O| May 29 21:38:47.284 INFO O| Actions: Completed 22 actions in 0.72 seconds.
38082024-05-29T21:38:48.881Z[ recovery-image] May 29 21:38:47.502 INFO O| May 29 21:38:47.501 INFO O| Done
38092024-05-29T21:38:48.882Z[ recovery-image] May 29 21:38:47.502 INFO O| May 29 21:38:47.502 INFO O| Done
38102024-05-29T21:38:49.566Z[ recovery-image] May 29 21:38:48.187 INFO O| May 29 21:38:48.187 INFO O| Done
38112024-05-29T21:38:51.469Z[ recovery-image] May 29 21:38:50.091 INFO O| May 29 21:38:50.091 INFO O| Done
38122024-05-29T21:38:51.491Z[ recovery-image] May 29 21:38:50.113 INFO O| May 29 21:38:50.113 INFO O| Done
38132024-05-29T21:38:51.491Z[ recovery-image] May 29 21:38:50.114 INFO O| May 29 21:38:50.114 INFO O| Done
38142024-05-29T21:38:51.509Z[ recovery-image] May 29 21:38:50.131 INFO O| May 29 21:38:50.131 INFO O| Done
38152024-05-29T21:38:51.642Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO STEP 14 (pkg_install) COMPLETE
38162024-05-29T21:38:51.642Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38172024-05-29T21:38:51.652Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO skip step because feature "mfg" is not enabled
38182024-05-29T21:38:51.652Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38192024-05-29T21:38:51.652Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO skip step because feature "compliance" is not enabled
38202024-05-29T21:38:51.652Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38212024-05-29T21:38:51.652Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO skip step because feature "stress" is not enabled
38222024-05-29T21:38:51.653Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38232024-05-29T21:38:51.653Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO skip step because feature "nfs" is not enabled
38242024-05-29T21:38:51.653Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38252024-05-29T21:38:51.653Z[ recovery-image] May 29 21:38:50.263 INFO O| May 29 21:38:50.263 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38262024-05-29T21:38:51.766Z[ recovery-image] May 29 21:38:50.383 INFO O| May 29 21:38:50.383 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38272024-05-29T21:38:52.176Z[ recovery-image] May 29 21:38:50.493 INFO O| May 29 21:38:50.493 INFO completed processing gimlet/ramdisk-01-os
38282024-05-29T21:38:52.176Z[ recovery-image] May 29 21:38:50.495 INFO image builder template: ramdisk-02-trim...
38292024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.496 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/.tmp3HhEf3/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.28.233", "-n", "ramdisk-02-trim"], pwd: None
38302024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.534 INFO O| May 29 21:38:50.534 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38312024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.541 INFO O| May 29 21:38:50.541 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38322024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.627 INFO O| May 29 21:38:50.627 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38332024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.691 INFO O| May 29 21:38:50.691 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38342024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.692 INFO O| May 29 21:38:50.692 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38352024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.701 INFO O| May 29 21:38:50.700 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38362024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.707 INFO O| May 29 21:38:50.707 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38372024-05-29T21:38:52.177Z[ recovery-image] May 29 21:38:50.722 INFO O| May 29 21:38:50.722 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38382024-05-29T21:38:52.451Z[ host-image] May 29 21:38:51.073 INFO O| May 29 21:38:51.073 INFO O| Download: 1114/1140 items 6.4/8.4MB 76% complete (1.2M/s)
38392024-05-29T21:38:52.539Z[ recovery-image] May 29 21:38:51.161 INFO O| May 29 21:38:51.161 INFO rolled back to input snapshot; work may begin
38402024-05-29T21:38:52.543Z[ recovery-image] May 29 21:38:51.161 INFO O| May 29 21:38:51.161 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38412024-05-29T21:38:52.561Z[ recovery-image] May 29 21:38:51.183 INFO O| May 29 21:38:51.183 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38422024-05-29T21:38:52.579Z[ recovery-image] May 29 21:38:51.201 INFO O| May 29 21:38:51.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38432024-05-29T21:38:52.744Z[ recovery-image] May 29 21:38:51.366 INFO O| May 29 21:38:51.366 INFO STEP 0 (remove_files) COMPLETE
38442024-05-29T21:38:52.744Z[ recovery-image] May 29 21:38:51.367 INFO O| May 29 21:38:51.366 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38452024-05-29T21:38:52.766Z[ recovery-image] May 29 21:38:51.388 INFO O| May 29 21:38:51.388 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38462024-05-29T21:38:52.769Z[ recovery-image] May 29 21:38:51.391 INFO O| May 29 21:38:51.391 INFO STEP 1 (remove_files) COMPLETE
38472024-05-29T21:38:52.772Z[ recovery-image] May 29 21:38:51.391 INFO O| May 29 21:38:51.391 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38482024-05-29T21:38:52.789Z[ recovery-image] May 29 21:38:51.411 INFO O| May 29 21:38:51.411 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38492024-05-29T21:38:52.837Z[ recovery-image] May 29 21:38:51.459 INFO O| May 29 21:38:51.458 INFO STEP 2 (remove_files) COMPLETE
38502024-05-29T21:38:52.837Z[ recovery-image] May 29 21:38:51.459 INFO O| May 29 21:38:51.459 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38512024-05-29T21:38:52.857Z[ recovery-image] May 29 21:38:51.478 INFO O| May 29 21:38:51.478 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38522024-05-29T21:38:52.860Z[ recovery-image] May 29 21:38:51.482 INFO O| May 29 21:38:51.482 INFO STEP 3 (remove_files) COMPLETE
38532024-05-29T21:38:52.860Z[ recovery-image] May 29 21:38:51.482 INFO O| May 29 21:38:51.482 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38542024-05-29T21:38:52.879Z[ recovery-image] May 29 21:38:51.500 INFO O| May 29 21:38:51.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38552024-05-29T21:38:52.887Z[ recovery-image] May 29 21:38:51.507 INFO O| May 29 21:38:51.507 INFO STEP 4 (remove_files) COMPLETE
38562024-05-29T21:38:52.895Z[ recovery-image] May 29 21:38:51.507 INFO O| May 29 21:38:51.507 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38572024-05-29T21:38:52.915Z[ recovery-image] May 29 21:38:51.537 INFO O| May 29 21:38:51.537 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38582024-05-29T21:38:52.918Z[ recovery-image] May 29 21:38:51.537 INFO O| May 29 21:38:51.537 INFO STEP 5 (remove_files) COMPLETE
38592024-05-29T21:38:52.918Z[ recovery-image] May 29 21:38:51.538 INFO O| May 29 21:38:51.537 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38602024-05-29T21:38:52.954Z[ recovery-image] May 29 21:38:51.577 INFO O| May 29 21:38:51.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38612024-05-29T21:38:52.975Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO STEP 6 (remove_files) COMPLETE
38622024-05-29T21:38:52.975Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-05-29T21:38:52.979Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO skip step because feature "recovery" is enabled
38642024-05-29T21:38:52.979Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-05-29T21:38:52.979Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO skip step because feature "recovery" is enabled
38662024-05-29T21:38:52.979Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-05-29T21:38:52.979Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO skip step because feature "recovery" is enabled
38682024-05-29T21:38:52.979Z[ recovery-image] May 29 21:38:51.597 INFO O| May 29 21:38:51.597 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-05-29T21:38:53.040Z[ recovery-image] May 29 21:38:51.662 INFO O| May 29 21:38:51.662 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38702024-05-29T21:38:53.048Z[ recovery-image] May 29 21:38:51.669 INFO O| May 29 21:38:51.669 INFO STEP 10 (remove_files) COMPLETE
38712024-05-29T21:38:53.048Z[ recovery-image] May 29 21:38:51.669 INFO O| May 29 21:38:51.669 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-05-29T21:38:53.114Z[ recovery-image] May 29 21:38:51.714 INFO O| May 29 21:38:51.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38732024-05-29T21:38:53.131Z[ recovery-image] May 29 21:38:51.716 INFO O| May 29 21:38:51.716 INFO STEP 11 (remove_files) COMPLETE
38742024-05-29T21:38:53.131Z[ recovery-image] May 29 21:38:51.716 INFO O| May 29 21:38:51.716 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-05-29T21:38:53.138Z[ recovery-image] May 29 21:38:51.758 INFO O| May 29 21:38:51.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38762024-05-29T21:38:53.145Z[ recovery-image] May 29 21:38:51.760 INFO O| May 29 21:38:51.760 INFO STEP 12 (remove_files) COMPLETE
38772024-05-29T21:38:53.145Z[ recovery-image] May 29 21:38:51.760 INFO O| May 29 21:38:51.760 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-05-29T21:38:53.297Z[ host-image] May 29 21:38:51.919 INFO O| May 29 21:38:51.919 INFO O| Download: Completed 8.42 MB in 5.86 seconds (1.4M/s)
38792024-05-29T21:38:53.449Z[ recovery-image] May 29 21:38:52.071 INFO O| May 29 21:38:52.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38802024-05-29T21:38:53.455Z[ recovery-image] May 29 21:38:52.077 INFO O| May 29 21:38:52.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38812024-05-29T21:38:53.458Z[ recovery-image] May 29 21:38:52.080 INFO O| May 29 21:38:52.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38822024-05-29T21:38:53.509Z[ host-image] May 29 21:38:52.129 INFO O| May 29 21:38:52.129 INFO O| Actions: 1/1361 actions (Installing new actions)
38832024-05-29T21:38:53.558Z[ recovery-image] May 29 21:38:52.180 INFO O| May 29 21:38:52.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38842024-05-29T21:38:53.616Z[ recovery-image] May 29 21:38:52.233 INFO O| May 29 21:38:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38852024-05-29T21:38:53.624Z[ recovery-image] May 29 21:38:52.246 INFO O| May 29 21:38:52.246 INFO STEP 13 (remove_files) COMPLETE
38862024-05-29T21:38:53.624Z[ recovery-image] May 29 21:38:52.246 INFO O| May 29 21:38:52.246 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-05-29T21:38:53.661Z[ recovery-image] May 29 21:38:52.283 INFO O| May 29 21:38:52.283 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38882024-05-29T21:38:53.664Z[ recovery-image] May 29 21:38:52.285 INFO O| May 29 21:38:52.285 INFO STEP 14 (remove_files) COMPLETE
38892024-05-29T21:38:53.664Z[ recovery-image] May 29 21:38:52.285 INFO O| May 29 21:38:52.285 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38902024-05-29T21:38:53.730Z[ recovery-image] May 29 21:38:52.351 INFO O| May 29 21:38:52.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38912024-05-29T21:38:53.739Z[ recovery-image] May 29 21:38:52.362 INFO O| May 29 21:38:52.361 INFO STEP 15 (remove_files) COMPLETE
38922024-05-29T21:38:53.739Z[ recovery-image] May 29 21:38:52.362 INFO O| May 29 21:38:52.361 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38932024-05-29T21:38:53.758Z[ recovery-image] May 29 21:38:52.379 INFO O| May 29 21:38:52.379 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38942024-05-29T21:38:53.761Z[ recovery-image] May 29 21:38:52.380 INFO O| May 29 21:38:52.379 INFO STEP 16 (remove_files) COMPLETE
38952024-05-29T21:38:53.761Z[ recovery-image] May 29 21:38:52.380 INFO O| May 29 21:38:52.380 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38962024-05-29T21:38:53.774Z[ recovery-image] May 29 21:38:52.396 INFO O| May 29 21:38:52.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
38972024-05-29T21:38:53.777Z[ recovery-image] May 29 21:38:52.399 INFO O| May 29 21:38:52.399 INFO STEP 17 (remove_files) COMPLETE
38982024-05-29T21:38:53.777Z[ recovery-image] May 29 21:38:52.399 INFO O| May 29 21:38:52.399 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-05-29T21:38:53.831Z[ recovery-image] May 29 21:38:52.452 INFO O| May 29 21:38:52.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39002024-05-29T21:38:53.831Z[ recovery-image] May 29 21:38:52.453 INFO O| May 29 21:38:52.453 INFO STEP 18 (remove_files) COMPLETE
39012024-05-29T21:38:53.831Z[ recovery-image] May 29 21:38:52.453 INFO O| May 29 21:38:52.453 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39022024-05-29T21:38:53.879Z[ recovery-image] May 29 21:38:52.501 INFO O| May 29 21:38:52.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39032024-05-29T21:38:53.879Z[ recovery-image] May 29 21:38:52.502 INFO O| May 29 21:38:52.502 INFO STEP 19 (remove_files) COMPLETE
39042024-05-29T21:38:53.879Z[ recovery-image] May 29 21:38:52.502 INFO O| May 29 21:38:52.502 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-05-29T21:38:53.924Z[ recovery-image] May 29 21:38:52.547 INFO O| May 29 21:38:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39062024-05-29T21:38:53.925Z[ recovery-image] May 29 21:38:52.547 INFO O| May 29 21:38:52.547 INFO STEP 20 (remove_files) COMPLETE
39072024-05-29T21:38:53.925Z[ recovery-image] May 29 21:38:52.547 INFO O| May 29 21:38:52.547 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-05-29T21:38:53.949Z[ recovery-image] May 29 21:38:52.571 INFO O| May 29 21:38:52.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39092024-05-29T21:38:53.949Z[ recovery-image] May 29 21:38:52.572 INFO O| May 29 21:38:52.571 INFO STEP 21 (remove_files) COMPLETE
39102024-05-29T21:38:53.953Z[ recovery-image] May 29 21:38:52.572 INFO O| May 29 21:38:52.572 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-05-29T21:38:53.980Z[ recovery-image] May 29 21:38:52.598 INFO O| May 29 21:38:52.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39122024-05-29T21:38:53.980Z[ recovery-image] May 29 21:38:52.598 INFO O| May 29 21:38:52.598 INFO STEP 22 (remove_files) COMPLETE
39132024-05-29T21:38:53.980Z[ recovery-image] May 29 21:38:52.598 INFO O| May 29 21:38:52.598 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-05-29T21:38:54.033Z[ recovery-image] May 29 21:38:52.652 INFO O| May 29 21:38:52.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39152024-05-29T21:38:54.033Z[ recovery-image] May 29 21:38:52.652 INFO O| May 29 21:38:52.652 INFO STEP 23 (remove_files) COMPLETE
39162024-05-29T21:38:54.040Z[ recovery-image] May 29 21:38:52.652 INFO O| May 29 21:38:52.652 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-05-29T21:38:54.070Z[ recovery-image] May 29 21:38:52.688 INFO O| May 29 21:38:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39182024-05-29T21:38:54.070Z[ recovery-image] May 29 21:38:52.688 INFO O| May 29 21:38:52.688 INFO STEP 24 (remove_files) COMPLETE
39192024-05-29T21:38:54.094Z[ recovery-image] May 29 21:38:52.688 INFO O| May 29 21:38:52.688 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-05-29T21:38:54.129Z[ recovery-image] May 29 21:38:52.705 INFO O| May 29 21:38:52.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39212024-05-29T21:38:54.129Z[ recovery-image] May 29 21:38:52.705 INFO O| May 29 21:38:52.705 INFO STEP 25 (remove_files) COMPLETE
39222024-05-29T21:38:54.129Z[ recovery-image] May 29 21:38:52.705 INFO O| May 29 21:38:52.705 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-05-29T21:38:54.129Z[ recovery-image] May 29 21:38:52.739 INFO O| May 29 21:38:52.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39242024-05-29T21:38:54.129Z[ recovery-image] May 29 21:38:52.739 INFO O| May 29 21:38:52.739 INFO STEP 26 (remove_files) COMPLETE
39252024-05-29T21:38:54.130Z[ recovery-image] May 29 21:38:52.739 INFO O| May 29 21:38:52.739 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-05-29T21:38:54.163Z[ recovery-image] May 29 21:38:52.785 INFO O| May 29 21:38:52.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39272024-05-29T21:38:54.163Z[ recovery-image] May 29 21:38:52.785 INFO O| May 29 21:38:52.785 INFO STEP 27 (remove_files) COMPLETE
39282024-05-29T21:38:54.170Z[ recovery-image] May 29 21:38:52.785 INFO O| May 29 21:38:52.785 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-05-29T21:38:54.216Z[ recovery-image] May 29 21:38:52.836 INFO O| May 29 21:38:52.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39302024-05-29T21:38:54.216Z[ recovery-image] May 29 21:38:52.836 INFO O| May 29 21:38:52.836 INFO STEP 28 (remove_files) COMPLETE
39312024-05-29T21:38:54.223Z[ recovery-image] May 29 21:38:52.836 INFO O| May 29 21:38:52.836 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-05-29T21:38:54.260Z[ recovery-image] May 29 21:38:52.878 INFO O| May 29 21:38:52.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39332024-05-29T21:38:54.261Z[ recovery-image] May 29 21:38:52.878 INFO O| May 29 21:38:52.878 INFO STEP 29 (remove_files) COMPLETE
39342024-05-29T21:38:54.273Z[ recovery-image] May 29 21:38:52.878 INFO O| May 29 21:38:52.878 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-05-29T21:38:54.328Z[ host-image] May 29 21:38:52.945 INFO O| May 29 21:38:52.945 INFO O| Actions: Completed 1361 actions in 0.82 seconds.
39362024-05-29T21:38:54.337Z[ recovery-image] May 29 21:38:52.949 INFO O| May 29 21:38:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39372024-05-29T21:38:54.337Z[ recovery-image] May 29 21:38:52.949 INFO O| May 29 21:38:52.949 INFO STEP 30 (remove_files) COMPLETE
39382024-05-29T21:38:54.338Z[ recovery-image] May 29 21:38:52.949 INFO O| May 29 21:38:52.949 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39392024-05-29T21:38:54.349Z[ recovery-image] May 29 21:38:52.965 INFO O| May 29 21:38:52.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39402024-05-29T21:38:54.349Z[ recovery-image] May 29 21:38:52.966 INFO O| May 29 21:38:52.966 INFO STEP 31 (remove_files) COMPLETE
39412024-05-29T21:38:54.349Z[ recovery-image] May 29 21:38:52.966 INFO O| May 29 21:38:52.966 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39422024-05-29T21:38:54.369Z[ recovery-image] May 29 21:38:52.983 INFO O| May 29 21:38:52.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39432024-05-29T21:38:54.369Z[ recovery-image] May 29 21:38:52.983 INFO O| May 29 21:38:52.983 INFO STEP 32 (remove_files) COMPLETE
39442024-05-29T21:38:54.370Z[ recovery-image] May 29 21:38:52.983 INFO O| May 29 21:38:52.983 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39452024-05-29T21:38:54.394Z[ recovery-image] May 29 21:38:53.012 INFO O| May 29 21:38:53.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39462024-05-29T21:38:54.394Z[ recovery-image] May 29 21:38:53.012 INFO O| May 29 21:38:53.012 INFO STEP 33 (remove_files) COMPLETE
39472024-05-29T21:38:54.394Z[ recovery-image] May 29 21:38:53.012 INFO O| May 29 21:38:53.012 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39482024-05-29T21:38:54.452Z[ recovery-image] May 29 21:38:53.067 INFO O| May 29 21:38:53.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39492024-05-29T21:38:54.452Z[ recovery-image] May 29 21:38:53.067 INFO O| May 29 21:38:53.067 INFO STEP 34 (remove_files) COMPLETE
39502024-05-29T21:38:54.452Z[ recovery-image] May 29 21:38:53.067 INFO O| May 29 21:38:53.067 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39512024-05-29T21:38:54.474Z[ recovery-image] May 29 21:38:53.084 INFO O| May 29 21:38:53.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39522024-05-29T21:38:54.475Z[ recovery-image] May 29 21:38:53.084 INFO O| May 29 21:38:53.084 INFO STEP 35 (remove_files) COMPLETE
39532024-05-29T21:38:54.475Z[ recovery-image] May 29 21:38:53.084 INFO O| May 29 21:38:53.084 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39542024-05-29T21:38:54.492Z[ recovery-image] May 29 21:38:53.111 INFO O| May 29 21:38:53.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39552024-05-29T21:38:54.493Z[ recovery-image] May 29 21:38:53.111 INFO O| May 29 21:38:53.111 INFO STEP 36 (remove_files) COMPLETE
39562024-05-29T21:38:54.493Z[ recovery-image] May 29 21:38:53.111 INFO O| May 29 21:38:53.111 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39572024-05-29T21:38:54.535Z[ recovery-image] May 29 21:38:53.154 INFO O| May 29 21:38:53.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39582024-05-29T21:38:54.535Z[ recovery-image] May 29 21:38:53.154 INFO O| May 29 21:38:53.154 INFO STEP 37 (remove_files) COMPLETE
39592024-05-29T21:38:54.551Z[ recovery-image] May 29 21:38:53.154 INFO O| May 29 21:38:53.154 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39602024-05-29T21:38:54.617Z[ recovery-image] May 29 21:38:53.230 INFO O| May 29 21:38:53.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39612024-05-29T21:38:54.618Z[ recovery-image] May 29 21:38:53.230 INFO O| May 29 21:38:53.230 INFO STEP 38 (remove_files) COMPLETE
39622024-05-29T21:38:54.623Z[ recovery-image] May 29 21:38:53.230 INFO O| May 29 21:38:53.230 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39632024-05-29T21:38:54.638Z[ recovery-image] May 29 21:38:53.260 INFO O| May 29 21:38:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39642024-05-29T21:38:54.638Z[ recovery-image] May 29 21:38:53.260 INFO O| May 29 21:38:53.260 INFO STEP 39 (remove_files) COMPLETE
39652024-05-29T21:38:54.639Z[ recovery-image] May 29 21:38:53.260 INFO O| May 29 21:38:53.260 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39662024-05-29T21:38:54.663Z[ host-image] May 29 21:38:53.274 INFO O| May 29 21:38:53.274 INFO O| Done
39672024-05-29T21:38:54.663Z[ host-image] May 29 21:38:53.274 INFO O| May 29 21:38:53.274 INFO O| Done
39682024-05-29T21:38:54.691Z[ recovery-image] May 29 21:38:53.303 INFO O| May 29 21:38:53.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39692024-05-29T21:38:54.691Z[ recovery-image] May 29 21:38:53.303 INFO O| May 29 21:38:53.303 INFO STEP 40 (remove_files) COMPLETE
39702024-05-29T21:38:54.691Z[ recovery-image] May 29 21:38:53.303 INFO O| May 29 21:38:53.303 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-05-29T21:38:54.705Z[ recovery-image] May 29 21:38:53.326 INFO O| May 29 21:38:53.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39722024-05-29T21:38:54.706Z[ recovery-image] May 29 21:38:53.326 INFO O| May 29 21:38:53.326 INFO STEP 41 (remove_files) COMPLETE
39732024-05-29T21:38:54.712Z[ recovery-image] May 29 21:38:53.326 INFO O| May 29 21:38:53.326 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-05-29T21:38:54.737Z[ recovery-image] May 29 21:38:53.358 INFO O| May 29 21:38:53.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39752024-05-29T21:38:54.737Z[ recovery-image] May 29 21:38:53.358 INFO O| May 29 21:38:53.358 INFO STEP 42 (remove_files) COMPLETE
39762024-05-29T21:38:54.737Z[ recovery-image] May 29 21:38:53.358 INFO O| May 29 21:38:53.358 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-05-29T21:38:54.756Z[ recovery-image] May 29 21:38:53.376 INFO O| May 29 21:38:53.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39782024-05-29T21:38:54.756Z[ recovery-image] May 29 21:38:53.376 INFO O| May 29 21:38:53.376 INFO STEP 43 (remove_files) COMPLETE
39792024-05-29T21:38:54.757Z[ recovery-image] May 29 21:38:53.376 INFO O| May 29 21:38:53.376 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-05-29T21:38:54.791Z[ recovery-image] May 29 21:38:53.410 INFO O| May 29 21:38:53.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39812024-05-29T21:38:54.791Z[ recovery-image] May 29 21:38:53.411 INFO O| May 29 21:38:53.410 INFO STEP 44 (remove_files) COMPLETE
39822024-05-29T21:38:54.791Z[ recovery-image] May 29 21:38:53.411 INFO O| May 29 21:38:53.411 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-05-29T21:38:54.807Z[ recovery-image] May 29 21:38:53.427 INFO O| May 29 21:38:53.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39842024-05-29T21:38:54.807Z[ recovery-image] May 29 21:38:53.427 INFO O| May 29 21:38:53.427 INFO STEP 45 (remove_files) COMPLETE
39852024-05-29T21:38:54.814Z[ recovery-image] May 29 21:38:53.427 INFO O| May 29 21:38:53.427 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-05-29T21:38:54.842Z[ recovery-image] May 29 21:38:53.461 INFO O| May 29 21:38:53.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39872024-05-29T21:38:54.842Z[ recovery-image] May 29 21:38:53.461 INFO O| May 29 21:38:53.461 INFO STEP 46 (remove_files) COMPLETE
39882024-05-29T21:38:54.842Z[ recovery-image] May 29 21:38:53.461 INFO O| May 29 21:38:53.461 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-05-29T21:38:54.878Z[ recovery-image] May 29 21:38:53.498 INFO O| May 29 21:38:53.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39902024-05-29T21:38:54.878Z[ recovery-image] May 29 21:38:53.499 INFO O| May 29 21:38:53.498 INFO STEP 47 (remove_files) COMPLETE
39912024-05-29T21:38:54.878Z[ recovery-image] May 29 21:38:53.499 INFO O| May 29 21:38:53.498 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-05-29T21:38:54.897Z[ recovery-image] May 29 21:38:53.515 INFO O| May 29 21:38:53.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39932024-05-29T21:38:54.897Z[ recovery-image] May 29 21:38:53.515 INFO O| May 29 21:38:53.515 INFO STEP 48 (remove_files) COMPLETE
39942024-05-29T21:38:54.897Z[ recovery-image] May 29 21:38:53.515 INFO O| May 29 21:38:53.515 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-05-29T21:38:54.943Z[ recovery-image] May 29 21:38:53.546 INFO O| May 29 21:38:53.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39962024-05-29T21:38:54.943Z[ recovery-image] May 29 21:38:53.546 INFO O| May 29 21:38:53.546 INFO STEP 49 (remove_files) COMPLETE
39972024-05-29T21:38:54.943Z[ recovery-image] May 29 21:38:53.546 INFO O| May 29 21:38:53.546 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-05-29T21:38:54.969Z[ recovery-image] May 29 21:38:53.569 INFO O| May 29 21:38:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
39992024-05-29T21:38:54.969Z[ recovery-image] May 29 21:38:53.569 INFO O| May 29 21:38:53.569 INFO STEP 50 (remove_files) COMPLETE
40002024-05-29T21:38:54.969Z[ recovery-image] May 29 21:38:53.569 INFO O| May 29 21:38:53.569 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-05-29T21:38:54.981Z[ recovery-image] May 29 21:38:53.593 INFO O| May 29 21:38:53.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40022024-05-29T21:38:54.982Z[ recovery-image] May 29 21:38:53.593 INFO O| May 29 21:38:53.593 INFO STEP 51 (remove_files) COMPLETE
40032024-05-29T21:38:54.982Z[ recovery-image] May 29 21:38:53.593 INFO O| May 29 21:38:53.593 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-05-29T21:38:55.013Z[ recovery-image] May 29 21:38:53.634 INFO O| May 29 21:38:53.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40052024-05-29T21:38:55.013Z[ recovery-image] May 29 21:38:53.634 INFO O| May 29 21:38:53.634 INFO STEP 52 (remove_files) COMPLETE
40062024-05-29T21:38:55.013Z[ recovery-image] May 29 21:38:53.634 INFO O| May 29 21:38:53.634 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-05-29T21:38:55.076Z[ recovery-image] May 29 21:38:53.691 INFO O| May 29 21:38:53.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40082024-05-29T21:38:55.076Z[ recovery-image] May 29 21:38:53.691 INFO O| May 29 21:38:53.691 INFO STEP 53 (remove_files) COMPLETE
40092024-05-29T21:38:55.082Z[ recovery-image] May 29 21:38:53.691 INFO O| May 29 21:38:53.691 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-05-29T21:38:55.088Z[ recovery-image] May 29 21:38:53.709 INFO O| May 29 21:38:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40112024-05-29T21:38:55.088Z[ recovery-image] May 29 21:38:53.709 INFO O| May 29 21:38:53.709 INFO STEP 54 (remove_files) COMPLETE
40122024-05-29T21:38:55.089Z[ recovery-image] May 29 21:38:53.709 INFO O| May 29 21:38:53.709 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-05-29T21:38:55.124Z[ recovery-image] May 29 21:38:53.745 INFO O| May 29 21:38:53.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40142024-05-29T21:38:55.124Z[ recovery-image] May 29 21:38:53.745 INFO O| May 29 21:38:53.745 INFO STEP 55 (remove_files) COMPLETE
40152024-05-29T21:38:55.124Z[ recovery-image] May 29 21:38:53.745 INFO O| May 29 21:38:53.745 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-05-29T21:38:55.185Z[ recovery-image] May 29 21:38:53.804 INFO O| May 29 21:38:53.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40172024-05-29T21:38:55.185Z[ recovery-image] May 29 21:38:53.805 INFO O| May 29 21:38:53.805 INFO STEP 56 (remove_files) COMPLETE
40182024-05-29T21:38:55.185Z[ recovery-image] May 29 21:38:53.805 INFO O| May 29 21:38:53.805 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-05-29T21:38:55.201Z[ recovery-image] May 29 21:38:53.821 INFO O| May 29 21:38:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40202024-05-29T21:38:55.202Z[ recovery-image] May 29 21:38:53.821 INFO O| May 29 21:38:53.821 INFO STEP 57 (remove_files) COMPLETE
40212024-05-29T21:38:55.202Z[ recovery-image] May 29 21:38:53.821 INFO O| May 29 21:38:53.821 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-05-29T21:38:55.230Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.850 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40232024-05-29T21:38:55.231Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40242024-05-29T21:38:55.231Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40252024-05-29T21:38:55.238Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40262024-05-29T21:38:55.238Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40272024-05-29T21:38:55.238Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40282024-05-29T21:38:55.238Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO ok!
40292024-05-29T21:38:55.238Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO STEP 58 (ensure_file) COMPLETE
40302024-05-29T21:38:55.238Z[ recovery-image] May 29 21:38:53.851 INFO O| May 29 21:38:53.851 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-05-29T21:38:55.287Z[ recovery-image] May 29 21:38:53.907 INFO O| May 29 21:38:53.907 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40322024-05-29T21:38:55.287Z[ recovery-image] May 29 21:38:53.907 INFO O| May 29 21:38:53.907 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40332024-05-29T21:38:55.295Z[ recovery-image] May 29 21:38:53.907 INFO O| May 29 21:38:53.907 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40342024-05-29T21:38:55.295Z[ recovery-image] May 29 21:38:53.907 INFO O| May 29 21:38:53.907 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40352024-05-29T21:38:55.295Z[ recovery-image] May 29 21:38:53.908 INFO O| May 29 21:38:53.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40362024-05-29T21:38:55.295Z[ recovery-image] May 29 21:38:53.908 INFO O| May 29 21:38:53.908 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40372024-05-29T21:38:55.295Z[ recovery-image] May 29 21:38:53.908 INFO O| May 29 21:38:53.908 INFO ok!
40382024-05-29T21:38:55.295Z[ recovery-image] May 29 21:38:53.908 INFO O| May 29 21:38:53.908 INFO STEP 59 (ensure_file) COMPLETE
40392024-05-29T21:38:55.295Z[ recovery-image] May 29 21:38:53.908 INFO O| May 29 21:38:53.908 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-05-29T21:38:55.335Z[ host-image] May 29 21:38:53.954 INFO O| May 29 21:38:53.954 INFO O| Done
40412024-05-29T21:38:55.346Z[ recovery-image] May 29 21:38:53.966 INFO O| May 29 21:38:53.966 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40422024-05-29T21:38:55.346Z[ recovery-image] May 29 21:38:53.966 INFO O| May 29 21:38:53.966 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40432024-05-29T21:38:55.346Z[ recovery-image] May 29 21:38:53.966 INFO O| May 29 21:38:53.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40442024-05-29T21:38:55.346Z[ recovery-image] May 29 21:38:53.966 INFO O| May 29 21:38:53.966 INFO ok!
40452024-05-29T21:38:55.353Z[ recovery-image] May 29 21:38:53.966 INFO O| May 29 21:38:53.966 INFO STEP 60 (ensure_file) COMPLETE
40462024-05-29T21:38:55.353Z[ recovery-image] May 29 21:38:53.966 INFO O| May 29 21:38:53.966 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-05-29T21:38:55.409Z[ recovery-image] May 29 21:38:54.026 INFO O| May 29 21:38:54.026 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40482024-05-29T21:38:55.416Z[ recovery-image] May 29 21:38:54.026 INFO O| May 29 21:38:54.026 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40492024-05-29T21:38:55.416Z[ recovery-image] May 29 21:38:54.027 INFO O| May 29 21:38:54.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40502024-05-29T21:38:55.417Z[ recovery-image] May 29 21:38:54.027 INFO O| May 29 21:38:54.027 INFO ok!
40512024-05-29T21:38:55.417Z[ recovery-image] May 29 21:38:54.027 INFO O| May 29 21:38:54.027 INFO STEP 61 (ensure_file) COMPLETE
40522024-05-29T21:38:55.418Z[ recovery-image] May 29 21:38:54.027 INFO O| May 29 21:38:54.027 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-05-29T21:38:55.429Z[ recovery-image] May 29 21:38:54.044 INFO O| May 29 21:38:54.044 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40542024-05-29T21:38:55.429Z[ recovery-image] May 29 21:38:54.044 INFO O| May 29 21:38:54.044 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40552024-05-29T21:38:55.429Z[ recovery-image] May 29 21:38:54.044 INFO O| May 29 21:38:54.044 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40562024-05-29T21:38:55.429Z[ recovery-image] May 29 21:38:54.044 INFO O| May 29 21:38:54.044 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40572024-05-29T21:38:55.429Z[ recovery-image] May 29 21:38:54.044 INFO O| May 29 21:38:54.044 INFO ok!
40582024-05-29T21:38:55.429Z[ recovery-image] May 29 21:38:54.044 INFO O| May 29 21:38:54.044 INFO STEP 62 (ensure_file) COMPLETE
40592024-05-29T21:38:55.430Z[ recovery-image] May 29 21:38:54.044 INFO O| May 29 21:38:54.044 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-05-29T21:38:55.446Z[ recovery-image] May 29 21:38:54.061 INFO O| May 29 21:38:54.061 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40612024-05-29T21:38:55.447Z[ recovery-image] May 29 21:38:54.061 INFO O| May 29 21:38:54.061 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40622024-05-29T21:38:55.447Z[ recovery-image] May 29 21:38:54.061 INFO O| May 29 21:38:54.061 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40632024-05-29T21:38:55.447Z[ recovery-image] May 29 21:38:54.061 INFO O| May 29 21:38:54.061 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40642024-05-29T21:38:55.456Z[ recovery-image] May 29 21:38:54.061 INFO O| May 29 21:38:54.061 INFO ok!
40652024-05-29T21:38:55.456Z[ recovery-image] May 29 21:38:54.061 INFO O| May 29 21:38:54.061 INFO STEP 63 (ensure_file) COMPLETE
40662024-05-29T21:38:55.457Z[ recovery-image] May 29 21:38:54.061 INFO O| May 29 21:38:54.061 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-05-29T21:38:55.469Z[ recovery-image] May 29 21:38:54.087 INFO O| May 29 21:38:54.087 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40682024-05-29T21:38:55.469Z[ recovery-image] May 29 21:38:54.087 INFO O| May 29 21:38:54.087 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40692024-05-29T21:38:55.485Z[ recovery-image] May 29 21:38:54.087 INFO O| May 29 21:38:54.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40702024-05-29T21:38:55.485Z[ recovery-image] May 29 21:38:54.087 INFO O| May 29 21:38:54.087 INFO ok!
40712024-05-29T21:38:55.485Z[ recovery-image] May 29 21:38:54.087 INFO O| May 29 21:38:54.087 INFO STEP 64 (assemble_files) COMPLETE
40722024-05-29T21:38:55.486Z[ recovery-image] May 29 21:38:54.087 INFO O| May 29 21:38:54.087 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40732024-05-29T21:38:55.908Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.138 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40742024-05-29T21:38:55.908Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40752024-05-29T21:38:55.908Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40762024-05-29T21:38:55.908Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40772024-05-29T21:38:55.909Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO ok!
40782024-05-29T21:38:55.909Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO STEP 65 (ensure_file) COMPLETE
40792024-05-29T21:38:55.909Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-05-29T21:38:55.909Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO skip step because feature "omicron1" is not enabled
40812024-05-29T21:38:55.909Z[ recovery-image] May 29 21:38:54.139 INFO O| May 29 21:38:54.139 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-05-29T21:38:55.909Z[ recovery-image] May 29 21:38:54.140 INFO O| May 29 21:38:54.139 INFO skip step because feature "omicron1" is not enabled
40832024-05-29T21:38:55.909Z[ recovery-image] May 29 21:38:54.140 INFO O| May 29 21:38:54.140 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-05-29T21:38:55.910Z[ recovery-image] May 29 21:38:54.140 INFO O| May 29 21:38:54.140 INFO skip step because feature "omicron1" is not enabled
40852024-05-29T21:38:55.910Z[ recovery-image] May 29 21:38:54.140 INFO O| May 29 21:38:54.140 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-05-29T21:38:55.910Z[ recovery-image] May 29 21:38:54.165 INFO O| May 29 21:38:54.165 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40872024-05-29T21:38:55.910Z[ recovery-image] May 29 21:38:54.166 INFO O| May 29 21:38:54.165 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40882024-05-29T21:38:57.937Z[ host-image] May 29 21:38:56.558 INFO O| May 29 21:38:56.558 INFO O| Done
40892024-05-29T21:38:57.980Z[ host-image] May 29 21:38:56.601 INFO O| May 29 21:38:56.601 INFO O| Done
40902024-05-29T21:38:57.983Z[ host-image] May 29 21:38:56.601 INFO O| May 29 21:38:56.601 INFO O| Done
40912024-05-29T21:38:58.047Z[ host-image] May 29 21:38:56.664 INFO O| May 29 21:38:56.664 INFO O| Done
40922024-05-29T21:38:58.190Z[ host-image] May 29 21:38:56.809 INFO O| May 29 21:38:56.809 INFO STEP 13 (pkg_install) COMPLETE
40932024-05-29T21:38:58.190Z[ host-image] May 29 21:38:56.809 INFO O| May 29 21:38:56.809 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40942024-05-29T21:38:58.205Z[ host-image] May 29 21:38:56.826 INFO O| May 29 21:38:56.826 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.28.233"]
40952024-05-29T21:38:58.265Z[ recovery-image] May 29 21:38:56.886 INFO O| May 29 21:38:56.886 INFO STEP 69 (pack_tar) COMPLETE
40962024-05-29T21:38:58.265Z[ recovery-image] May 29 21:38:56.886 INFO O| May 29 21:38:56.886 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40972024-05-29T21:38:58.265Z[ recovery-image] May 29 21:38:56.886 INFO O| May 29 21:38:56.886 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40982024-05-29T21:38:58.574Z[ recovery-image] May 29 21:38:57.195 INFO O| May 29 21:38:57.195 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40992024-05-29T21:38:58.660Z[ recovery-image] May 29 21:38:57.282 INFO O| May 29 21:38:57.282 INFO completed processing gimlet/ramdisk-02-trim
41002024-05-29T21:38:58.664Z[ recovery-image] May 29 21:38:57.285 INFO image builder template: ramdisk-03-recovery-trim...
41012024-05-29T21:38:58.664Z[ recovery-image] May 29 21:38:57.285 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/.tmp3HhEf3/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.28.233", "-n", "ramdisk-03-recovery-trim"], pwd: None
41022024-05-29T21:38:58.797Z[ recovery-image] May 29 21:38:57.418 INFO O| May 29 21:38:57.418 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41032024-05-29T21:38:58.801Z[ recovery-image] May 29 21:38:57.422 INFO O| May 29 21:38:57.422 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41042024-05-29T21:38:58.884Z[ recovery-image] May 29 21:38:57.505 INFO O| May 29 21:38:57.505 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41052024-05-29T21:38:58.951Z[ recovery-image] May 29 21:38:57.570 INFO O| May 29 21:38:57.570 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41062024-05-29T21:38:58.951Z[ recovery-image] May 29 21:38:57.570 INFO O| May 29 21:38:57.570 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41072024-05-29T21:38:58.963Z[ recovery-image] May 29 21:38:57.583 INFO O| May 29 21:38:57.583 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41082024-05-29T21:38:58.983Z[ recovery-image] May 29 21:38:57.590 INFO O| May 29 21:38:57.590 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41092024-05-29T21:38:58.986Z[ recovery-image] May 29 21:38:57.597 INFO O| May 29 21:38:57.597 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41102024-05-29T21:38:59.004Z[ host-image] May 29 21:38:57.625 INFO O| May 29 21:38:57.625 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41112024-05-29T21:38:59.222Z[ recovery-image] May 29 21:38:57.843 INFO O| May 29 21:38:57.843 INFO rolled back to input snapshot; work may begin
41122024-05-29T21:38:59.222Z[ recovery-image] May 29 21:38:57.843 INFO O| May 29 21:38:57.843 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41132024-05-29T21:38:59.229Z[ recovery-image] May 29 21:38:57.849 INFO O| May 29 21:38:57.849 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41142024-05-29T21:38:59.239Z[ recovery-image] May 29 21:38:57.861 INFO O| May 29 21:38:57.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41152024-05-29T21:38:59.242Z[ recovery-image] May 29 21:38:57.864 INFO O| May 29 21:38:57.864 INFO STEP 0 (remove_files) COMPLETE
41162024-05-29T21:38:59.242Z[ recovery-image] May 29 21:38:57.864 INFO O| May 29 21:38:57.864 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41172024-05-29T21:38:59.254Z[ recovery-image] May 29 21:38:57.876 INFO O| May 29 21:38:57.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41182024-05-29T21:38:59.314Z[ recovery-image] May 29 21:38:57.936 INFO O| May 29 21:38:57.936 INFO STEP 1 (remove_files) COMPLETE
41192024-05-29T21:38:59.315Z[ recovery-image] May 29 21:38:57.936 INFO O| May 29 21:38:57.936 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41202024-05-29T21:38:59.327Z[ recovery-image] May 29 21:38:57.948 INFO O| May 29 21:38:57.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41212024-05-29T21:38:59.330Z[ recovery-image] May 29 21:38:57.950 INFO O| May 29 21:38:57.950 INFO STEP 2 (remove_files) COMPLETE
41222024-05-29T21:38:59.330Z[ recovery-image] May 29 21:38:57.950 INFO O| May 29 21:38:57.950 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41232024-05-29T21:38:59.345Z[ recovery-image] May 29 21:38:57.965 INFO O| May 29 21:38:57.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41242024-05-29T21:38:59.400Z[ recovery-image] May 29 21:38:58.015 INFO O| May 29 21:38:58.015 INFO STEP 3 (remove_files) COMPLETE
41252024-05-29T21:38:59.400Z[ recovery-image] May 29 21:38:58.015 INFO O| May 29 21:38:58.015 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41262024-05-29T21:38:59.414Z[ recovery-image] May 29 21:38:58.029 INFO O| May 29 21:38:58.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41272024-05-29T21:38:59.425Z[ recovery-image] May 29 21:38:58.046 INFO O| May 29 21:38:58.046 INFO STEP 4 (remove_files) COMPLETE
41282024-05-29T21:38:59.425Z[ recovery-image] May 29 21:38:58.046 INFO O| May 29 21:38:58.046 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41292024-05-29T21:38:59.439Z[ recovery-image] May 29 21:38:58.060 INFO O| May 29 21:38:58.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41302024-05-29T21:38:59.443Z[ recovery-image] May 29 21:38:58.065 INFO O| May 29 21:38:58.064 INFO STEP 5 (remove_files) COMPLETE
41312024-05-29T21:38:59.443Z[ recovery-image] May 29 21:38:58.065 INFO O| May 29 21:38:58.064 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41322024-05-29T21:38:59.457Z[ recovery-image] May 29 21:38:58.079 INFO O| May 29 21:38:58.079 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41332024-05-29T21:38:59.461Z[ recovery-image] May 29 21:38:58.081 INFO O| May 29 21:38:58.081 INFO STEP 6 (remove_files) COMPLETE
41342024-05-29T21:38:59.461Z[ recovery-image] May 29 21:38:58.081 INFO O| May 29 21:38:58.081 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41352024-05-29T21:38:59.474Z[ recovery-image] May 29 21:38:58.096 INFO O| May 29 21:38:58.096 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41362024-05-29T21:38:59.478Z[ recovery-image] May 29 21:38:58.098 INFO O| May 29 21:38:58.098 INFO STEP 7 (remove_files) COMPLETE
41372024-05-29T21:38:59.478Z[ recovery-image] May 29 21:38:58.098 INFO O| May 29 21:38:58.098 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41382024-05-29T21:38:59.488Z[ recovery-image] May 29 21:38:58.110 INFO O| May 29 21:38:58.110 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41392024-05-29T21:38:59.492Z[ recovery-image] May 29 21:38:58.113 INFO O| May 29 21:38:58.113 INFO STEP 8 (remove_files) COMPLETE
41402024-05-29T21:38:59.492Z[ recovery-image] May 29 21:38:58.113 INFO O| May 29 21:38:58.113 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41412024-05-29T21:38:59.506Z[ recovery-image] May 29 21:38:58.128 INFO O| May 29 21:38:58.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41422024-05-29T21:38:59.509Z[ recovery-image] May 29 21:38:58.128 INFO O| May 29 21:38:58.128 INFO STEP 9 (remove_files) COMPLETE
41432024-05-29T21:38:59.509Z[ recovery-image] May 29 21:38:58.128 INFO O| May 29 21:38:58.128 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41442024-05-29T21:38:59.517Z[ recovery-image] May 29 21:38:58.139 INFO O| May 29 21:38:58.139 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41452024-05-29T21:38:59.521Z[ recovery-image] May 29 21:38:58.140 INFO O| May 29 21:38:58.140 INFO STEP 10 (remove_files) COMPLETE
41462024-05-29T21:38:59.521Z[ recovery-image] May 29 21:38:58.140 INFO O| May 29 21:38:58.140 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41472024-05-29T21:38:59.530Z[ recovery-image] May 29 21:38:58.151 INFO O| May 29 21:38:58.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41482024-05-29T21:38:59.602Z[ recovery-image] May 29 21:38:58.222 INFO O| May 29 21:38:58.222 INFO STEP 11 (remove_files) COMPLETE
41492024-05-29T21:38:59.602Z[ recovery-image] May 29 21:38:58.222 INFO O| May 29 21:38:58.222 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41502024-05-29T21:38:59.616Z[ recovery-image] May 29 21:38:58.238 INFO O| May 29 21:38:58.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41512024-05-29T21:38:59.620Z[ recovery-image] May 29 21:38:58.241 INFO O| May 29 21:38:58.241 INFO STEP 12 (remove_files) COMPLETE
41522024-05-29T21:38:59.623Z[ recovery-image] May 29 21:38:58.241 INFO O| May 29 21:38:58.241 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41532024-05-29T21:38:59.636Z[ recovery-image] May 29 21:38:58.257 INFO O| May 29 21:38:58.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41542024-05-29T21:38:59.639Z[ recovery-image] May 29 21:38:58.261 INFO O| May 29 21:38:58.261 INFO STEP 13 (remove_files) COMPLETE
41552024-05-29T21:38:59.639Z[ recovery-image] May 29 21:38:58.261 INFO O| May 29 21:38:58.261 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41562024-05-29T21:38:59.658Z[ recovery-image] May 29 21:38:58.280 INFO O| May 29 21:38:58.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41572024-05-29T21:38:59.661Z[ recovery-image] May 29 21:38:58.280 INFO O| May 29 21:38:58.280 INFO STEP 14 (remove_files) COMPLETE
41582024-05-29T21:38:59.661Z[ recovery-image] May 29 21:38:58.280 INFO O| May 29 21:38:58.280 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41592024-05-29T21:38:59.678Z[ recovery-image] May 29 21:38:58.300 INFO O| May 29 21:38:58.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41602024-05-29T21:38:59.682Z[ recovery-image] May 29 21:38:58.302 INFO O| May 29 21:38:58.302 INFO STEP 15 (remove_files) COMPLETE
41612024-05-29T21:38:59.682Z[ recovery-image] May 29 21:38:58.302 INFO O| May 29 21:38:58.302 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41622024-05-29T21:38:59.696Z[ recovery-image] May 29 21:38:58.318 INFO O| May 29 21:38:58.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41632024-05-29T21:38:59.708Z[ recovery-image] May 29 21:38:58.329 INFO O| May 29 21:38:58.329 INFO STEP 16 (remove_files) COMPLETE
41642024-05-29T21:38:59.708Z[ recovery-image] May 29 21:38:58.329 INFO O| May 29 21:38:58.329 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41652024-05-29T21:38:59.725Z[ recovery-image] May 29 21:38:58.347 INFO O| May 29 21:38:58.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41662024-05-29T21:38:59.725Z[ recovery-image] May 29 21:38:58.347 INFO O| May 29 21:38:58.347 INFO STEP 17 (remove_files) COMPLETE
41672024-05-29T21:38:59.728Z[ recovery-image] May 29 21:38:58.347 INFO O| May 29 21:38:58.347 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41682024-05-29T21:38:59.741Z[ recovery-image] May 29 21:38:58.363 INFO O| May 29 21:38:58.362 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41692024-05-29T21:38:59.744Z[ recovery-image] May 29 21:38:58.363 INFO O| May 29 21:38:58.363 INFO STEP 18 (remove_files) COMPLETE
41702024-05-29T21:38:59.745Z[ recovery-image] May 29 21:38:58.363 INFO O| May 29 21:38:58.363 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41712024-05-29T21:38:59.758Z[ recovery-image] May 29 21:38:58.378 INFO O| May 29 21:38:58.378 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41722024-05-29T21:38:59.800Z[ recovery-image] May 29 21:38:58.421 INFO O| May 29 21:38:58.421 INFO STEP 19 (remove_files) COMPLETE
41732024-05-29T21:38:59.800Z[ recovery-image] May 29 21:38:58.421 INFO O| May 29 21:38:58.421 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41742024-05-29T21:38:59.816Z[ recovery-image] May 29 21:38:58.434 INFO O| May 29 21:38:58.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41752024-05-29T21:38:59.830Z[ recovery-image] May 29 21:38:58.435 INFO O| May 29 21:38:58.435 INFO STEP 20 (remove_files) COMPLETE
41762024-05-29T21:38:59.830Z[ recovery-image] May 29 21:38:58.435 INFO O| May 29 21:38:58.435 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41772024-05-29T21:38:59.830Z[ recovery-image] May 29 21:38:58.446 INFO O| May 29 21:38:58.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41782024-05-29T21:38:59.842Z[ recovery-image] May 29 21:38:58.446 INFO O| May 29 21:38:58.446 INFO STEP 21 (remove_files) COMPLETE
41792024-05-29T21:38:59.842Z[ recovery-image] May 29 21:38:58.446 INFO O| May 29 21:38:58.446 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41802024-05-29T21:38:59.842Z[ recovery-image] May 29 21:38:58.458 INFO O| May 29 21:38:58.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41812024-05-29T21:38:59.848Z[ recovery-image] May 29 21:38:58.459 INFO O| May 29 21:38:58.459 INFO STEP 22 (remove_files) COMPLETE
41822024-05-29T21:38:59.848Z[ recovery-image] May 29 21:38:58.459 INFO O| May 29 21:38:58.459 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41832024-05-29T21:38:59.852Z[ recovery-image] May 29 21:38:58.473 INFO O| May 29 21:38:58.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41842024-05-29T21:38:59.852Z[ recovery-image] May 29 21:38:58.473 INFO O| May 29 21:38:58.473 INFO STEP 23 (remove_files) COMPLETE
41852024-05-29T21:38:59.852Z[ recovery-image] May 29 21:38:58.473 INFO O| May 29 21:38:58.473 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41862024-05-29T21:38:59.882Z[ recovery-image] May 29 21:38:58.489 INFO O| May 29 21:38:58.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41872024-05-29T21:38:59.882Z[ recovery-image] May 29 21:38:58.489 INFO O| May 29 21:38:58.489 INFO STEP 24 (remove_files) COMPLETE
41882024-05-29T21:38:59.889Z[ recovery-image] May 29 21:38:58.489 INFO O| May 29 21:38:58.489 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41892024-05-29T21:38:59.889Z[ recovery-image] May 29 21:38:58.502 INFO O| May 29 21:38:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41902024-05-29T21:38:59.889Z[ recovery-image] May 29 21:38:58.502 INFO O| May 29 21:38:58.502 INFO STEP 25 (remove_files) COMPLETE
41912024-05-29T21:38:59.889Z[ recovery-image] May 29 21:38:58.502 INFO O| May 29 21:38:58.502 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41922024-05-29T21:38:59.895Z[ recovery-image] May 29 21:38:58.515 INFO O| May 29 21:38:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41932024-05-29T21:38:59.895Z[ recovery-image] May 29 21:38:58.515 INFO O| May 29 21:38:58.515 INFO STEP 26 (remove_files) COMPLETE
41942024-05-29T21:38:59.895Z[ recovery-image] May 29 21:38:58.515 INFO O| May 29 21:38:58.515 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41952024-05-29T21:38:59.908Z[ recovery-image] May 29 21:38:58.529 INFO O| May 29 21:38:58.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41962024-05-29T21:38:59.916Z[ recovery-image] May 29 21:38:58.529 INFO O| May 29 21:38:58.529 INFO STEP 27 (remove_files) COMPLETE
41972024-05-29T21:38:59.916Z[ recovery-image] May 29 21:38:58.529 INFO O| May 29 21:38:58.529 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41982024-05-29T21:38:59.920Z[ recovery-image] May 29 21:38:58.541 INFO O| May 29 21:38:58.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41992024-05-29T21:38:59.920Z[ recovery-image] May 29 21:38:58.541 INFO O| May 29 21:38:58.541 INFO STEP 28 (remove_files) COMPLETE
42002024-05-29T21:38:59.920Z[ recovery-image] May 29 21:38:58.541 INFO O| May 29 21:38:58.541 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-05-29T21:38:59.932Z[ recovery-image] May 29 21:38:58.553 INFO O| May 29 21:38:58.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42022024-05-29T21:38:59.938Z[ recovery-image] May 29 21:38:58.553 INFO O| May 29 21:38:58.553 INFO STEP 29 (remove_files) COMPLETE
42032024-05-29T21:38:59.938Z[ recovery-image] May 29 21:38:58.553 INFO O| May 29 21:38:58.553 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42042024-05-29T21:38:59.946Z[ recovery-image] May 29 21:38:58.566 INFO O| May 29 21:38:58.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42052024-05-29T21:38:59.946Z[ recovery-image] May 29 21:38:58.566 INFO O| May 29 21:38:58.566 INFO STEP 30 (remove_files) COMPLETE
42062024-05-29T21:38:59.951Z[ recovery-image] May 29 21:38:58.566 INFO O| May 29 21:38:58.566 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-05-29T21:38:59.977Z[ recovery-image] May 29 21:38:58.582 INFO O| May 29 21:38:58.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42082024-05-29T21:38:59.977Z[ recovery-image] May 29 21:38:58.582 INFO O| May 29 21:38:58.582 INFO STEP 31 (remove_files) COMPLETE
42092024-05-29T21:38:59.982Z[ recovery-image] May 29 21:38:58.582 INFO O| May 29 21:38:58.582 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-05-29T21:38:59.982Z[ recovery-image] May 29 21:38:58.598 INFO O| May 29 21:38:58.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42112024-05-29T21:38:59.982Z[ recovery-image] May 29 21:38:58.599 INFO O| May 29 21:38:58.599 INFO STEP 32 (remove_files) COMPLETE
42122024-05-29T21:38:59.982Z[ recovery-image] May 29 21:38:58.599 INFO O| May 29 21:38:58.599 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-05-29T21:39:00.002Z[ recovery-image] May 29 21:38:58.617 INFO O| May 29 21:38:58.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42142024-05-29T21:39:00.013Z[ recovery-image] May 29 21:38:58.618 INFO O| May 29 21:38:58.618 INFO STEP 33 (remove_files) COMPLETE
42152024-05-29T21:39:00.013Z[ recovery-image] May 29 21:38:58.618 INFO O| May 29 21:38:58.618 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-05-29T21:39:00.027Z[ recovery-image] May 29 21:38:58.633 INFO O| May 29 21:38:58.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42172024-05-29T21:39:00.027Z[ recovery-image] May 29 21:38:58.633 INFO O| May 29 21:38:58.633 INFO STEP 34 (remove_files) COMPLETE
42182024-05-29T21:39:00.027Z[ recovery-image] May 29 21:38:58.633 INFO O| May 29 21:38:58.633 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-05-29T21:39:00.031Z[ recovery-image] May 29 21:38:58.644 INFO O| May 29 21:38:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42202024-05-29T21:39:00.031Z[ recovery-image] May 29 21:38:58.645 INFO O| May 29 21:38:58.645 INFO STEP 35 (remove_files) COMPLETE
42212024-05-29T21:39:00.031Z[ recovery-image] May 29 21:38:58.645 INFO O| May 29 21:38:58.645 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-05-29T21:39:00.035Z[ recovery-image] May 29 21:38:58.656 INFO O| May 29 21:38:58.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42232024-05-29T21:39:00.035Z[ recovery-image] May 29 21:38:58.656 INFO O| May 29 21:38:58.656 INFO STEP 36 (remove_files) COMPLETE
42242024-05-29T21:39:00.035Z[ recovery-image] May 29 21:38:58.656 INFO O| May 29 21:38:58.656 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-05-29T21:39:00.049Z[ recovery-image] May 29 21:38:58.671 INFO O| May 29 21:38:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42262024-05-29T21:39:00.053Z[ recovery-image] May 29 21:38:58.672 INFO O| May 29 21:38:58.671 INFO STEP 37 (remove_files) COMPLETE
42272024-05-29T21:39:00.053Z[ recovery-image] May 29 21:38:58.672 INFO O| May 29 21:38:58.671 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-05-29T21:39:00.062Z[ recovery-image] May 29 21:38:58.683 INFO O| May 29 21:38:58.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42292024-05-29T21:39:00.062Z[ recovery-image] May 29 21:38:58.683 INFO O| May 29 21:38:58.683 INFO STEP 38 (remove_files) COMPLETE
42302024-05-29T21:39:00.062Z[ recovery-image] May 29 21:38:58.683 INFO O| May 29 21:38:58.683 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-05-29T21:39:00.089Z[ recovery-image] May 29 21:38:58.700 INFO O| May 29 21:38:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42322024-05-29T21:39:00.089Z[ recovery-image] May 29 21:38:58.700 INFO O| May 29 21:38:58.700 INFO STEP 39 (remove_files) COMPLETE
42332024-05-29T21:39:00.089Z[ recovery-image] May 29 21:38:58.700 INFO O| May 29 21:38:58.700 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-05-29T21:39:00.095Z[ recovery-image] May 29 21:38:58.715 INFO O| May 29 21:38:58.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42352024-05-29T21:39:00.095Z[ recovery-image] May 29 21:38:58.715 INFO O| May 29 21:38:58.715 INFO STEP 40 (remove_files) COMPLETE
42362024-05-29T21:39:00.095Z[ recovery-image] May 29 21:38:58.716 INFO O| May 29 21:38:58.715 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-05-29T21:39:00.106Z[ recovery-image] May 29 21:38:58.727 INFO O| May 29 21:38:58.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42382024-05-29T21:39:00.112Z[ recovery-image] May 29 21:38:58.727 INFO O| May 29 21:38:58.727 INFO STEP 41 (remove_files) COMPLETE
42392024-05-29T21:39:00.112Z[ recovery-image] May 29 21:38:58.727 INFO O| May 29 21:38:58.727 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-05-29T21:39:00.119Z[ recovery-image] May 29 21:38:58.738 INFO O| May 29 21:38:58.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42412024-05-29T21:39:00.123Z[ recovery-image] May 29 21:38:58.739 INFO O| May 29 21:38:58.738 INFO STEP 42 (remove_files) COMPLETE
42422024-05-29T21:39:00.123Z[ recovery-image] May 29 21:38:58.739 INFO O| May 29 21:38:58.739 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-05-29T21:39:00.140Z[ recovery-image] May 29 21:38:58.750 INFO O| May 29 21:38:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42442024-05-29T21:39:00.146Z[ recovery-image] May 29 21:38:58.750 INFO O| May 29 21:38:58.750 INFO STEP 43 (remove_files) COMPLETE
42452024-05-29T21:39:00.146Z[ recovery-image] May 29 21:38:58.750 INFO O| May 29 21:38:58.750 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-05-29T21:39:00.146Z[ recovery-image] May 29 21:38:58.761 INFO O| May 29 21:38:58.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42472024-05-29T21:39:00.146Z[ recovery-image] May 29 21:38:58.761 INFO O| May 29 21:38:58.761 INFO STEP 44 (remove_files) COMPLETE
42482024-05-29T21:39:00.146Z[ recovery-image] May 29 21:38:58.761 INFO O| May 29 21:38:58.761 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-05-29T21:39:00.151Z[ recovery-image] May 29 21:38:58.773 INFO O| May 29 21:38:58.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42502024-05-29T21:39:00.151Z[ recovery-image] May 29 21:38:58.773 INFO O| May 29 21:38:58.773 INFO STEP 45 (remove_files) COMPLETE
42512024-05-29T21:39:00.151Z[ recovery-image] May 29 21:38:58.773 INFO O| May 29 21:38:58.773 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-05-29T21:39:00.165Z[ recovery-image] May 29 21:38:58.786 INFO O| May 29 21:38:58.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42532024-05-29T21:39:00.165Z[ recovery-image] May 29 21:38:58.786 INFO O| May 29 21:38:58.786 INFO STEP 46 (remove_files) COMPLETE
42542024-05-29T21:39:00.165Z[ recovery-image] May 29 21:38:58.786 INFO O| May 29 21:38:58.786 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-05-29T21:39:00.180Z[ recovery-image] May 29 21:38:58.800 INFO O| May 29 21:38:58.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42562024-05-29T21:39:00.180Z[ recovery-image] May 29 21:38:58.800 INFO O| May 29 21:38:58.800 INFO STEP 47 (remove_files) COMPLETE
42572024-05-29T21:39:00.183Z[ recovery-image] May 29 21:38:58.800 INFO O| May 29 21:38:58.800 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-05-29T21:39:00.193Z[ recovery-image] May 29 21:38:58.814 INFO O| May 29 21:38:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42592024-05-29T21:39:00.193Z[ recovery-image] May 29 21:38:58.815 INFO O| May 29 21:38:58.815 INFO STEP 48 (remove_files) COMPLETE
42602024-05-29T21:39:00.193Z[ recovery-image] May 29 21:38:58.815 INFO O| May 29 21:38:58.815 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-05-29T21:39:00.207Z[ recovery-image] May 29 21:38:58.829 INFO O| May 29 21:38:58.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42622024-05-29T21:39:00.207Z[ recovery-image] May 29 21:38:58.829 INFO O| May 29 21:38:58.829 INFO STEP 49 (remove_files) COMPLETE
42632024-05-29T21:39:00.213Z[ recovery-image] May 29 21:38:58.829 INFO O| May 29 21:38:58.829 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-05-29T21:39:00.222Z[ recovery-image] May 29 21:38:58.843 INFO O| May 29 21:38:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42652024-05-29T21:39:00.222Z[ recovery-image] May 29 21:38:58.843 INFO O| May 29 21:38:58.843 INFO STEP 50 (remove_files) COMPLETE
42662024-05-29T21:39:00.243Z[ recovery-image] May 29 21:38:58.843 INFO O| May 29 21:38:58.843 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-05-29T21:39:00.253Z[ recovery-image] May 29 21:38:58.854 INFO O| May 29 21:38:58.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42682024-05-29T21:39:00.253Z[ recovery-image] May 29 21:38:58.854 INFO O| May 29 21:38:58.854 INFO STEP 51 (remove_files) COMPLETE
42692024-05-29T21:39:00.253Z[ recovery-image] May 29 21:38:58.854 INFO O| May 29 21:38:58.854 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-05-29T21:39:00.253Z[ recovery-image] May 29 21:38:58.867 INFO O| May 29 21:38:58.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42712024-05-29T21:39:00.253Z[ recovery-image] May 29 21:38:58.867 INFO O| May 29 21:38:58.867 INFO STEP 52 (remove_files) COMPLETE
42722024-05-29T21:39:00.253Z[ recovery-image] May 29 21:38:58.867 INFO O| May 29 21:38:58.867 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-05-29T21:39:00.260Z[ recovery-image] May 29 21:38:58.880 INFO O| May 29 21:38:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42742024-05-29T21:39:00.260Z[ recovery-image] May 29 21:38:58.880 INFO O| May 29 21:38:58.880 INFO STEP 53 (remove_files) COMPLETE
42752024-05-29T21:39:00.260Z[ recovery-image] May 29 21:38:58.880 INFO O| May 29 21:38:58.880 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-05-29T21:39:00.275Z[ recovery-image] May 29 21:38:58.897 INFO O| May 29 21:38:58.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42772024-05-29T21:39:00.280Z[ recovery-image] May 29 21:38:58.898 INFO O| May 29 21:38:58.898 INFO STEP 54 (remove_files) COMPLETE
42782024-05-29T21:39:00.280Z[ recovery-image] May 29 21:38:58.898 INFO O| May 29 21:38:58.898 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-05-29T21:39:00.291Z[ recovery-image] May 29 21:38:58.913 INFO O| May 29 21:38:58.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42802024-05-29T21:39:00.291Z[ recovery-image] May 29 21:38:58.913 INFO O| May 29 21:38:58.913 INFO STEP 55 (remove_files) COMPLETE
42812024-05-29T21:39:00.295Z[ recovery-image] May 29 21:38:58.913 INFO O| May 29 21:38:58.913 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-05-29T21:39:00.305Z[ recovery-image] May 29 21:38:58.926 INFO O| May 29 21:38:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42832024-05-29T21:39:00.305Z[ recovery-image] May 29 21:38:58.926 INFO O| May 29 21:38:58.926 INFO STEP 56 (remove_files) COMPLETE
42842024-05-29T21:39:00.308Z[ recovery-image] May 29 21:38:58.926 INFO O| May 29 21:38:58.926 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-05-29T21:39:00.321Z[ recovery-image] May 29 21:38:58.942 INFO O| May 29 21:38:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42862024-05-29T21:39:00.321Z[ recovery-image] May 29 21:38:58.942 INFO O| May 29 21:38:58.942 INFO STEP 57 (remove_files) COMPLETE
42872024-05-29T21:39:00.324Z[ recovery-image] May 29 21:38:58.942 INFO O| May 29 21:38:58.942 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-05-29T21:39:00.342Z[ recovery-image] May 29 21:38:58.964 INFO O| May 29 21:38:58.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42892024-05-29T21:39:00.349Z[ recovery-image] May 29 21:38:58.964 INFO O| May 29 21:38:58.964 INFO STEP 58 (remove_files) COMPLETE
42902024-05-29T21:39:00.350Z[ recovery-image] May 29 21:38:58.964 INFO O| May 29 21:38:58.964 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-05-29T21:39:00.361Z[ recovery-image] May 29 21:38:58.982 INFO O| May 29 21:38:58.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42922024-05-29T21:39:00.361Z[ recovery-image] May 29 21:38:58.983 INFO O| May 29 21:38:58.982 INFO STEP 59 (remove_files) COMPLETE
42932024-05-29T21:39:00.364Z[ recovery-image] May 29 21:38:58.983 INFO O| May 29 21:38:58.983 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-05-29T21:39:00.377Z[ recovery-image] May 29 21:38:58.998 INFO O| May 29 21:38:58.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42952024-05-29T21:39:00.377Z[ recovery-image] May 29 21:38:58.998 INFO O| May 29 21:38:58.998 INFO STEP 60 (remove_files) COMPLETE
42962024-05-29T21:39:00.377Z[ recovery-image] May 29 21:38:58.998 INFO O| May 29 21:38:58.998 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-05-29T21:39:00.389Z[ recovery-image] May 29 21:38:59.010 INFO O| May 29 21:38:59.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42982024-05-29T21:39:00.389Z[ recovery-image] May 29 21:38:59.010 INFO O| May 29 21:38:59.010 INFO STEP 61 (remove_files) COMPLETE
42992024-05-29T21:39:00.389Z[ recovery-image] May 29 21:38:59.010 INFO O| May 29 21:38:59.010 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-05-29T21:39:00.400Z[ recovery-image] May 29 21:38:59.021 INFO O| May 29 21:38:59.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43012024-05-29T21:39:00.403Z[ recovery-image] May 29 21:38:59.022 INFO O| May 29 21:38:59.021 INFO STEP 62 (remove_files) COMPLETE
43022024-05-29T21:39:00.403Z[ recovery-image] May 29 21:38:59.022 INFO O| May 29 21:38:59.021 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-05-29T21:39:00.411Z[ recovery-image] May 29 21:38:59.032 INFO O| May 29 21:38:59.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43042024-05-29T21:39:00.411Z[ recovery-image] May 29 21:38:59.032 INFO O| May 29 21:38:59.032 INFO STEP 63 (remove_files) COMPLETE
43052024-05-29T21:39:00.415Z[ recovery-image] May 29 21:38:59.032 INFO O| May 29 21:38:59.032 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-05-29T21:39:00.428Z[ recovery-image] May 29 21:38:59.043 INFO O| May 29 21:38:59.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43072024-05-29T21:39:00.428Z[ recovery-image] May 29 21:38:59.043 INFO O| May 29 21:38:59.043 INFO STEP 64 (remove_files) COMPLETE
43082024-05-29T21:39:00.428Z[ recovery-image] May 29 21:38:59.043 INFO O| May 29 21:38:59.043 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-05-29T21:39:00.432Z[ recovery-image] May 29 21:38:59.054 INFO O| May 29 21:38:59.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43102024-05-29T21:39:00.432Z[ recovery-image] May 29 21:38:59.054 INFO O| May 29 21:38:59.054 INFO STEP 65 (remove_files) COMPLETE
43112024-05-29T21:39:00.433Z[ recovery-image] May 29 21:38:59.054 INFO O| May 29 21:38:59.054 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-05-29T21:39:00.443Z[ recovery-image] May 29 21:38:59.065 INFO O| May 29 21:38:59.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43132024-05-29T21:39:00.443Z[ recovery-image] May 29 21:38:59.065 INFO O| May 29 21:38:59.065 INFO STEP 66 (remove_files) COMPLETE
43142024-05-29T21:39:00.449Z[ recovery-image] May 29 21:38:59.065 INFO O| May 29 21:38:59.065 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-05-29T21:39:00.456Z[ recovery-image] May 29 21:38:59.078 INFO O| May 29 21:38:59.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43162024-05-29T21:39:00.456Z[ recovery-image] May 29 21:38:59.078 INFO O| May 29 21:38:59.078 INFO STEP 67 (remove_files) COMPLETE
43172024-05-29T21:39:00.460Z[ recovery-image] May 29 21:38:59.078 INFO O| May 29 21:38:59.078 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-05-29T21:39:00.460Z[ host-image] May 29 21:38:59.080 INFO O| May 29 21:38:59.080 INFO O| Planning: Solver setup ... Done
43192024-05-29T21:39:00.463Z[ host-image] May 29 21:38:59.085 INFO O| May 29 21:38:59.084 INFO O| Planning: Running solver ... Done
43202024-05-29T21:39:00.472Z[ recovery-image] May 29 21:38:59.092 INFO O| May 29 21:38:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43212024-05-29T21:39:00.472Z[ recovery-image] May 29 21:38:59.092 INFO O| May 29 21:38:59.092 INFO STEP 68 (remove_files) COMPLETE
43222024-05-29T21:39:00.475Z[ recovery-image] May 29 21:38:59.093 INFO O| May 29 21:38:59.092 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-05-29T21:39:00.486Z[ recovery-image] May 29 21:38:59.107 INFO O| May 29 21:38:59.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43242024-05-29T21:39:00.486Z[ recovery-image] May 29 21:38:59.107 INFO O| May 29 21:38:59.107 INFO STEP 69 (remove_files) COMPLETE
43252024-05-29T21:39:00.489Z[ recovery-image] May 29 21:38:59.107 INFO O| May 29 21:38:59.107 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-05-29T21:39:00.499Z[ host-image] May 29 21:38:59.119 INFO O| May 29 21:38:59.119 INFO O| Planning: Finding local manifests ... Done
43272024-05-29T21:39:00.503Z[ host-image] May 29 21:38:59.120 INFO O| May 29 21:38:59.120 INFO O| Planning: Fetching manifests: 0/1 0% complete
43282024-05-29T21:39:00.503Z[ recovery-image] May 29 21:38:59.120 INFO O| May 29 21:38:59.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43292024-05-29T21:39:00.503Z[ recovery-image] May 29 21:38:59.120 INFO O| May 29 21:38:59.120 INFO STEP 70 (remove_files) COMPLETE
43302024-05-29T21:39:00.503Z[ recovery-image] May 29 21:38:59.120 INFO O| May 29 21:38:59.120 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-05-29T21:39:00.512Z[ recovery-image] May 29 21:38:59.133 INFO O| May 29 21:38:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43322024-05-29T21:39:00.512Z[ recovery-image] May 29 21:38:59.133 INFO O| May 29 21:38:59.133 INFO STEP 71 (remove_files) COMPLETE
43332024-05-29T21:39:00.519Z[ recovery-image] May 29 21:38:59.133 INFO O| May 29 21:38:59.133 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-05-29T21:39:00.523Z[ recovery-image] May 29 21:38:59.143 INFO O| May 29 21:38:59.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43352024-05-29T21:39:00.524Z[ recovery-image] May 29 21:38:59.143 INFO O| May 29 21:38:59.143 INFO STEP 72 (remove_files) COMPLETE
43362024-05-29T21:39:00.524Z[ recovery-image] May 29 21:38:59.143 INFO O| May 29 21:38:59.143 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-05-29T21:39:00.537Z[ recovery-image] May 29 21:38:59.158 INFO O| May 29 21:38:59.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43382024-05-29T21:39:00.541Z[ recovery-image] May 29 21:38:59.159 INFO O| May 29 21:38:59.159 INFO STEP 73 (remove_files) COMPLETE
43392024-05-29T21:39:00.541Z[ recovery-image] May 29 21:38:59.159 INFO O| May 29 21:38:59.159 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-05-29T21:39:00.551Z[ host-image] May 29 21:38:59.173 INFO O| May 29 21:38:59.173 INFO O| Planning: Fetching manifests: 1/1 100% complete
43412024-05-29T21:39:00.555Z[ recovery-image] May 29 21:38:59.173 INFO O| May 29 21:38:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43422024-05-29T21:39:00.555Z[ recovery-image] May 29 21:38:59.173 INFO O| May 29 21:38:59.173 INFO STEP 74 (remove_files) COMPLETE
43432024-05-29T21:39:00.555Z[ recovery-image] May 29 21:38:59.173 INFO O| May 29 21:38:59.173 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-05-29T21:39:00.566Z[ recovery-image] May 29 21:38:59.186 INFO O| May 29 21:38:59.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43452024-05-29T21:39:00.566Z[ recovery-image] May 29 21:38:59.186 INFO O| May 29 21:38:59.186 INFO STEP 75 (remove_files) COMPLETE
43462024-05-29T21:39:00.566Z[ recovery-image] May 29 21:38:59.186 INFO O| May 29 21:38:59.186 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-05-29T21:39:00.581Z[ host-image] May 29 21:38:59.195 INFO O| May 29 21:38:59.195 INFO O| Planning: Package planning ... Done
43482024-05-29T21:39:00.585Z[ host-image] May 29 21:38:59.195 INFO O| May 29 21:38:59.195 INFO O| Planning: Merging actions ... Done
43492024-05-29T21:39:00.585Z[ recovery-image] May 29 21:38:59.198 INFO O| May 29 21:38:59.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43502024-05-29T21:39:00.586Z[ recovery-image] May 29 21:38:59.198 INFO O| May 29 21:38:59.198 INFO STEP 76 (remove_files) COMPLETE
43512024-05-29T21:39:00.586Z[ recovery-image] May 29 21:38:59.198 INFO O| May 29 21:38:59.198 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-05-29T21:39:00.593Z[ recovery-image] May 29 21:38:59.213 INFO O| May 29 21:38:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43532024-05-29T21:39:00.593Z[ recovery-image] May 29 21:38:59.213 INFO O| May 29 21:38:59.213 INFO STEP 77 (remove_files) COMPLETE
43542024-05-29T21:39:00.597Z[ recovery-image] May 29 21:38:59.213 INFO O| May 29 21:38:59.213 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-05-29T21:39:00.605Z[ recovery-image] May 29 21:38:59.225 INFO O| May 29 21:38:59.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43562024-05-29T21:39:00.606Z[ recovery-image] May 29 21:38:59.225 INFO O| May 29 21:38:59.225 INFO STEP 78 (remove_files) COMPLETE
43572024-05-29T21:39:00.614Z[ recovery-image] May 29 21:38:59.225 INFO O| May 29 21:38:59.225 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-05-29T21:39:00.620Z[ recovery-image] May 29 21:38:59.237 INFO O| May 29 21:38:59.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43592024-05-29T21:39:00.620Z[ recovery-image] May 29 21:38:59.237 INFO O| May 29 21:38:59.237 INFO STEP 79 (remove_files) COMPLETE
43602024-05-29T21:39:00.620Z[ recovery-image] May 29 21:38:59.237 INFO O| May 29 21:38:59.237 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-05-29T21:39:00.627Z[ recovery-image] May 29 21:38:59.248 INFO O| May 29 21:38:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43622024-05-29T21:39:00.627Z[ recovery-image] May 29 21:38:59.248 INFO O| May 29 21:38:59.248 INFO STEP 80 (remove_files) COMPLETE
43632024-05-29T21:39:00.627Z[ recovery-image] May 29 21:38:59.248 INFO O| May 29 21:38:59.248 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-05-29T21:39:00.637Z[ recovery-image] May 29 21:38:59.259 INFO O| May 29 21:38:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43652024-05-29T21:39:00.637Z[ recovery-image] May 29 21:38:59.259 INFO O| May 29 21:38:59.259 INFO STEP 81 (remove_files) COMPLETE
43662024-05-29T21:39:00.641Z[ recovery-image] May 29 21:38:59.259 INFO O| May 29 21:38:59.259 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-05-29T21:39:00.641Z[ host-image] May 29 21:38:59.259 INFO O| May 29 21:38:59.259 INFO O| Planning: Checking for conflicting actions ... Done
43682024-05-29T21:39:00.641Z[ host-image] May 29 21:38:59.260 INFO O| May 29 21:38:59.260 INFO O| Planning: Consolidating action changes ... Done
43692024-05-29T21:39:00.648Z[ recovery-image] May 29 21:38:59.269 INFO O| May 29 21:38:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43702024-05-29T21:39:00.651Z[ recovery-image] May 29 21:38:59.269 INFO O| May 29 21:38:59.269 INFO STEP 82 (remove_files) COMPLETE
43712024-05-29T21:39:00.651Z[ recovery-image] May 29 21:38:59.269 INFO O| May 29 21:38:59.269 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-05-29T21:39:00.659Z[ recovery-image] May 29 21:38:59.280 INFO O| May 29 21:38:59.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43732024-05-29T21:39:00.659Z[ recovery-image] May 29 21:38:59.280 INFO O| May 29 21:38:59.280 INFO STEP 83 (remove_files) COMPLETE
43742024-05-29T21:39:00.659Z[ recovery-image] May 29 21:38:59.280 INFO O| May 29 21:38:59.280 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-05-29T21:39:00.669Z[ recovery-image] May 29 21:38:59.291 INFO O| May 29 21:38:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43762024-05-29T21:39:00.669Z[ recovery-image] May 29 21:38:59.291 INFO O| May 29 21:38:59.291 INFO STEP 84 (remove_files) COMPLETE
43772024-05-29T21:39:00.674Z[ recovery-image] May 29 21:38:59.291 INFO O| May 29 21:38:59.291 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-05-29T21:39:01.086Z[ recovery-image] May 29 21:38:59.303 INFO O| May 29 21:38:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43792024-05-29T21:39:01.086Z[ recovery-image] May 29 21:38:59.303 INFO O| May 29 21:38:59.303 INFO STEP 85 (remove_files) COMPLETE
43802024-05-29T21:39:01.086Z[ recovery-image] May 29 21:38:59.303 INFO O| May 29 21:38:59.303 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.314 INFO O| May 29 21:38:59.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43822024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.314 INFO O| May 29 21:38:59.314 INFO STEP 86 (remove_files) COMPLETE
43832024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.314 INFO O| May 29 21:38:59.314 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.326 INFO O| May 29 21:38:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43852024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.326 INFO O| May 29 21:38:59.326 INFO STEP 87 (remove_files) COMPLETE
43862024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.326 INFO O| May 29 21:38:59.326 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.337 INFO O| May 29 21:38:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43882024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.338 INFO O| May 29 21:38:59.338 INFO STEP 88 (remove_files) COMPLETE
43892024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.338 INFO O| May 29 21:38:59.338 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.351 INFO O| May 29 21:38:59.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43912024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.352 INFO O| May 29 21:38:59.352 INFO STEP 89 (remove_files) COMPLETE
43922024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.352 INFO O| May 29 21:38:59.352 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.363 INFO O| May 29 21:38:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43942024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.363 INFO O| May 29 21:38:59.363 INFO STEP 90 (remove_files) COMPLETE
43952024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.363 INFO O| May 29 21:38:59.363 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.373 INFO O| May 29 21:38:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43972024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.373 INFO O| May 29 21:38:59.373 INFO STEP 91 (remove_files) COMPLETE
43982024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.373 INFO O| May 29 21:38:59.373 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.384 INFO O| May 29 21:38:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44002024-05-29T21:39:01.092Z[ recovery-image] May 29 21:38:59.385 INFO O| May 29 21:38:59.385 INFO STEP 92 (remove_files) COMPLETE
44012024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.385 INFO O| May 29 21:38:59.385 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.395 INFO O| May 29 21:38:59.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44032024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.395 INFO O| May 29 21:38:59.395 INFO STEP 93 (remove_files) COMPLETE
44042024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.395 INFO O| May 29 21:38:59.395 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.406 INFO O| May 29 21:38:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44062024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.406 INFO O| May 29 21:38:59.406 INFO STEP 94 (remove_files) COMPLETE
44072024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.406 INFO O| May 29 21:38:59.406 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.419 INFO O| May 29 21:38:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44092024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.419 INFO O| May 29 21:38:59.419 INFO STEP 95 (remove_files) COMPLETE
44102024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.419 INFO O| May 29 21:38:59.419 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.433 INFO O| May 29 21:38:59.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44122024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.433 INFO O| May 29 21:38:59.433 INFO STEP 96 (remove_files) COMPLETE
44132024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.433 INFO O| May 29 21:38:59.433 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.446 INFO O| May 29 21:38:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44152024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.446 INFO O| May 29 21:38:59.446 INFO STEP 97 (remove_files) COMPLETE
44162024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.446 INFO O| May 29 21:38:59.446 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-05-29T21:39:01.093Z[ host-image] May 29 21:38:59.451 INFO O| May 29 21:38:59.451 INFO O| Planning: Evaluating mediators ... Done
44182024-05-29T21:39:01.093Z[ host-image] May 29 21:38:59.451 INFO O| May 29 21:38:59.451 INFO O| Planning: Planning completed in 1.83 seconds
44192024-05-29T21:39:01.093Z[ host-image] May 29 21:38:59.453 INFO O| May 29 21:38:59.453 INFO O| Packages to install: 1
44202024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.460 INFO O| May 29 21:38:59.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44212024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.461 INFO O| May 29 21:38:59.461 INFO STEP 98 (remove_files) COMPLETE
44222024-05-29T21:39:01.093Z[ recovery-image] May 29 21:38:59.461 INFO O| May 29 21:38:59.461 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-05-29T21:39:01.093Z[ host-image] May 29 21:38:59.466 INFO O| May 29 21:38:59.466 INFO O| Download: 0/4 items 0.0/18.0MB 0% complete
44242024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.472 INFO O| May 29 21:38:59.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44252024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.473 INFO O| May 29 21:38:59.472 INFO STEP 99 (remove_files) COMPLETE
44262024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.473 INFO O| May 29 21:38:59.473 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.497 INFO O| May 29 21:38:59.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44282024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.497 INFO O| May 29 21:38:59.497 INFO STEP 100 (remove_files) COMPLETE
44292024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.497 INFO O| May 29 21:38:59.497 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.518 INFO O| May 29 21:38:59.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44312024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.518 INFO O| May 29 21:38:59.518 INFO STEP 101 (remove_files) COMPLETE
44322024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.518 INFO O| May 29 21:38:59.518 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.542 INFO O| May 29 21:38:59.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44342024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.542 INFO O| May 29 21:38:59.542 INFO STEP 102 (remove_files) COMPLETE
44352024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.542 INFO O| May 29 21:38:59.542 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.558 INFO O| May 29 21:38:59.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44372024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.558 INFO O| May 29 21:38:59.558 INFO STEP 103 (remove_files) COMPLETE
44382024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.558 INFO O| May 29 21:38:59.558 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.571 INFO O| May 29 21:38:59.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44402024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.571 INFO O| May 29 21:38:59.571 INFO STEP 104 (remove_files) COMPLETE
44412024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.571 INFO O| May 29 21:38:59.571 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.584 INFO O| May 29 21:38:59.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44432024-05-29T21:39:01.094Z[ recovery-image] May 29 21:38:59.584 INFO O| May 29 21:38:59.584 INFO STEP 105 (remove_files) COMPLETE
44442024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.584 INFO O| May 29 21:38:59.584 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.599 INFO O| May 29 21:38:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44462024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.599 INFO O| May 29 21:38:59.599 INFO STEP 106 (remove_files) COMPLETE
44472024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.600 INFO O| May 29 21:38:59.599 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.614 INFO O| May 29 21:38:59.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44492024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.614 INFO O| May 29 21:38:59.614 INFO STEP 107 (remove_files) COMPLETE
44502024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.614 INFO O| May 29 21:38:59.614 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.628 INFO O| May 29 21:38:59.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44522024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.628 INFO O| May 29 21:38:59.628 INFO STEP 108 (remove_files) COMPLETE
44532024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.628 INFO O| May 29 21:38:59.628 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.640 INFO O| May 29 21:38:59.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44552024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.641 INFO O| May 29 21:38:59.640 INFO STEP 109 (remove_files) COMPLETE
44562024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.641 INFO O| May 29 21:38:59.641 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.652 INFO O| May 29 21:38:59.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44582024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.652 INFO O| May 29 21:38:59.652 INFO STEP 110 (remove_files) COMPLETE
44592024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.652 INFO O| May 29 21:38:59.652 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.664 INFO O| May 29 21:38:59.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44612024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.664 INFO O| May 29 21:38:59.664 INFO STEP 111 (remove_files) COMPLETE
44622024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.664 INFO O| May 29 21:38:59.664 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-05-29T21:39:01.095Z[ recovery-image] May 29 21:38:59.678 INFO O| May 29 21:38:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44642024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.678 INFO O| May 29 21:38:59.678 INFO STEP 112 (remove_files) COMPLETE
44652024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.678 INFO O| May 29 21:38:59.678 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.690 INFO O| May 29 21:38:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44672024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.690 INFO O| May 29 21:38:59.690 INFO STEP 113 (remove_files) COMPLETE
44682024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.690 INFO O| May 29 21:38:59.690 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.703 INFO O| May 29 21:38:59.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44702024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.703 INFO O| May 29 21:38:59.703 INFO STEP 114 (remove_files) COMPLETE
44712024-05-29T21:39:01.096Z[ recovery-image] May 29 21:38:59.703 INFO O| May 29 21:38:59.703 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-05-29T21:39:01.103Z[ recovery-image] May 29 21:38:59.716 INFO O| May 29 21:38:59.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44732024-05-29T21:39:01.103Z[ recovery-image] May 29 21:38:59.716 INFO O| May 29 21:38:59.716 INFO STEP 115 (remove_files) COMPLETE
44742024-05-29T21:39:01.103Z[ recovery-image] May 29 21:38:59.716 INFO O| May 29 21:38:59.716 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-05-29T21:39:01.527Z[ recovery-image] May 29 21:38:59.727 INFO O| May 29 21:38:59.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44762024-05-29T21:39:01.527Z[ recovery-image] May 29 21:38:59.727 INFO O| May 29 21:38:59.727 INFO STEP 116 (remove_files) COMPLETE
44772024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.727 INFO O| May 29 21:38:59.727 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.739 INFO O| May 29 21:38:59.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44792024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.739 INFO O| May 29 21:38:59.739 INFO STEP 117 (remove_files) COMPLETE
44802024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.739 INFO O| May 29 21:38:59.739 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.750 INFO O| May 29 21:38:59.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44822024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.751 INFO O| May 29 21:38:59.751 INFO STEP 118 (remove_files) COMPLETE
44832024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.751 INFO O| May 29 21:38:59.751 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.765 INFO O| May 29 21:38:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44852024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.765 INFO O| May 29 21:38:59.765 INFO STEP 119 (remove_files) COMPLETE
44862024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.765 INFO O| May 29 21:38:59.765 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-05-29T21:39:01.528Z[ host-image] May 29 21:38:59.774 INFO O| May 29 21:38:59.774 INFO O| Download: Completed 17.98 MB in 0.31 seconds (58.4M/s)
44882024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.777 INFO O| May 29 21:38:59.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44892024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.777 INFO O| May 29 21:38:59.777 INFO STEP 120 (remove_files) COMPLETE
44902024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.777 INFO O| May 29 21:38:59.777 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.788 INFO O| May 29 21:38:59.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44922024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.788 INFO O| May 29 21:38:59.788 INFO STEP 121 (remove_files) COMPLETE
44932024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.788 INFO O| May 29 21:38:59.788 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.800 INFO O| May 29 21:38:59.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44952024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.800 INFO O| May 29 21:38:59.800 INFO STEP 122 (remove_files) COMPLETE
44962024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.800 INFO O| May 29 21:38:59.800 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-05-29T21:39:01.528Z[ host-image] May 29 21:38:59.805 INFO O| May 29 21:38:59.805 INFO O| Actions: 1/22 actions (Installing new actions)
44982024-05-29T21:39:01.528Z[ recovery-image] May 29 21:38:59.811 INFO O| May 29 21:38:59.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44992024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.811 INFO O| May 29 21:38:59.811 INFO STEP 123 (remove_files) COMPLETE
45002024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.811 INFO O| May 29 21:38:59.811 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.823 INFO O| May 29 21:38:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45022024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.823 INFO O| May 29 21:38:59.823 INFO STEP 124 (remove_files) COMPLETE
45032024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.823 INFO O| May 29 21:38:59.823 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.835 INFO O| May 29 21:38:59.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45052024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.835 INFO O| May 29 21:38:59.835 INFO STEP 125 (remove_files) COMPLETE
45062024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.835 INFO O| May 29 21:38:59.835 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.846 INFO O| May 29 21:38:59.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45082024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.846 INFO O| May 29 21:38:59.846 INFO STEP 126 (remove_files) COMPLETE
45092024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.846 INFO O| May 29 21:38:59.846 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.858 INFO O| May 29 21:38:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45112024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.858 INFO O| May 29 21:38:59.858 INFO STEP 127 (remove_files) COMPLETE
45122024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.858 INFO O| May 29 21:38:59.858 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.870 INFO O| May 29 21:38:59.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45142024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.870 INFO O| May 29 21:38:59.870 INFO STEP 128 (remove_files) COMPLETE
45152024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.870 INFO O| May 29 21:38:59.870 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.882 INFO O| May 29 21:38:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45172024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.882 INFO O| May 29 21:38:59.882 INFO STEP 129 (remove_files) COMPLETE
45182024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.882 INFO O| May 29 21:38:59.882 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.893 INFO O| May 29 21:38:59.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45202024-05-29T21:39:01.529Z[ recovery-image] May 29 21:38:59.893 INFO O| May 29 21:38:59.893 INFO STEP 130 (remove_files) COMPLETE
45212024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.893 INFO O| May 29 21:38:59.893 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.903 INFO O| May 29 21:38:59.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45232024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.903 INFO O| May 29 21:38:59.903 INFO STEP 131 (remove_files) COMPLETE
45242024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.903 INFO O| May 29 21:38:59.903 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.914 INFO O| May 29 21:38:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45262024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.914 INFO O| May 29 21:38:59.914 INFO STEP 132 (remove_files) COMPLETE
45272024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.914 INFO O| May 29 21:38:59.914 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.924 INFO O| May 29 21:38:59.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45292024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.924 INFO O| May 29 21:38:59.924 INFO STEP 133 (remove_files) COMPLETE
45302024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.924 INFO O| May 29 21:38:59.924 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.934 INFO O| May 29 21:38:59.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45322024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.934 INFO O| May 29 21:38:59.934 INFO STEP 134 (remove_files) COMPLETE
45332024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.934 INFO O| May 29 21:38:59.934 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.944 INFO O| May 29 21:38:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45352024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.944 INFO O| May 29 21:38:59.944 INFO STEP 135 (remove_files) COMPLETE
45362024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.944 INFO O| May 29 21:38:59.944 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.954 INFO O| May 29 21:38:59.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45382024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.954 INFO O| May 29 21:38:59.954 INFO STEP 136 (remove_files) COMPLETE
45392024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.954 INFO O| May 29 21:38:59.954 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-05-29T21:39:01.530Z[ recovery-image] May 29 21:38:59.964 INFO O| May 29 21:38:59.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45412024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.964 INFO O| May 29 21:38:59.964 INFO STEP 137 (remove_files) COMPLETE
45422024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.964 INFO O| May 29 21:38:59.964 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.974 INFO O| May 29 21:38:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45442024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.974 INFO O| May 29 21:38:59.974 INFO STEP 138 (remove_files) COMPLETE
45452024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.974 INFO O| May 29 21:38:59.974 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.984 INFO O| May 29 21:38:59.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45472024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.984 INFO O| May 29 21:38:59.984 INFO STEP 139 (remove_files) COMPLETE
45482024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.984 INFO O| May 29 21:38:59.984 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.994 INFO O| May 29 21:38:59.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45502024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.994 INFO O| May 29 21:38:59.994 INFO STEP 140 (remove_files) COMPLETE
45512024-05-29T21:39:01.531Z[ recovery-image] May 29 21:38:59.994 INFO O| May 29 21:38:59.994 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.007 INFO O| May 29 21:39:00.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45532024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.007 INFO O| May 29 21:39:00.007 INFO STEP 141 (remove_files) COMPLETE
45542024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.007 INFO O| May 29 21:39:00.007 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.018 INFO O| May 29 21:39:00.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45562024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.018 INFO O| May 29 21:39:00.018 INFO STEP 142 (remove_files) COMPLETE
45572024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.018 INFO O| May 29 21:39:00.018 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.028 INFO O| May 29 21:39:00.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45592024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.028 INFO O| May 29 21:39:00.028 INFO STEP 143 (remove_files) COMPLETE
45602024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.028 INFO O| May 29 21:39:00.028 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.038 INFO O| May 29 21:39:00.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45622024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.038 INFO O| May 29 21:39:00.038 INFO STEP 144 (remove_files) COMPLETE
45632024-05-29T21:39:01.531Z[ recovery-image] May 29 21:39:00.038 INFO O| May 29 21:39:00.038 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.048 INFO O| May 29 21:39:00.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45652024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.048 INFO O| May 29 21:39:00.048 INFO STEP 145 (remove_files) COMPLETE
45662024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.048 INFO O| May 29 21:39:00.048 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.058 INFO O| May 29 21:39:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45682024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.058 INFO O| May 29 21:39:00.058 INFO STEP 146 (remove_files) COMPLETE
45692024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.058 INFO O| May 29 21:39:00.058 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.068 INFO O| May 29 21:39:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45712024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.068 INFO O| May 29 21:39:00.068 INFO STEP 147 (remove_files) COMPLETE
45722024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.068 INFO O| May 29 21:39:00.068 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.078 INFO O| May 29 21:39:00.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45742024-05-29T21:39:01.532Z[ recovery-image] May 29 21:39:00.078 INFO O| May 29 21:39:00.078 INFO STEP 148 (remove_files) COMPLETE
45752024-05-29T21:39:01.539Z[ recovery-image] May 29 21:39:00.078 INFO O| May 29 21:39:00.078 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.088 INFO O| May 29 21:39:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45772024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.088 INFO O| May 29 21:39:00.088 INFO STEP 149 (remove_files) COMPLETE
45782024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.088 INFO O| May 29 21:39:00.088 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.098 INFO O| May 29 21:39:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45802024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.098 INFO O| May 29 21:39:00.098 INFO STEP 150 (remove_files) COMPLETE
45812024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.098 INFO O| May 29 21:39:00.098 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.108 INFO O| May 29 21:39:00.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45832024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.108 INFO O| May 29 21:39:00.108 INFO STEP 151 (remove_files) COMPLETE
45842024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.108 INFO O| May 29 21:39:00.108 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.118 INFO O| May 29 21:39:00.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45862024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.119 INFO O| May 29 21:39:00.119 INFO STEP 152 (remove_files) COMPLETE
45872024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.119 INFO O| May 29 21:39:00.119 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.129 INFO O| May 29 21:39:00.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45892024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.129 INFO O| May 29 21:39:00.129 INFO STEP 153 (remove_files) COMPLETE
45902024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.129 INFO O| May 29 21:39:00.129 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.141 INFO O| May 29 21:39:00.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45922024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.141 INFO O| May 29 21:39:00.141 INFO STEP 154 (remove_files) COMPLETE
45932024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.141 INFO O| May 29 21:39:00.141 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.153 INFO O| May 29 21:39:00.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45952024-05-29T21:39:01.540Z[ recovery-image] May 29 21:39:00.153 INFO O| May 29 21:39:00.153 INFO STEP 155 (remove_files) COMPLETE
45962024-05-29T21:39:01.541Z[ recovery-image] May 29 21:39:00.153 INFO O| May 29 21:39:00.153 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-05-29T21:39:01.548Z[ recovery-image] May 29 21:39:00.164 INFO O| May 29 21:39:00.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45982024-05-29T21:39:01.548Z[ recovery-image] May 29 21:39:00.164 INFO O| May 29 21:39:00.164 INFO STEP 156 (remove_files) COMPLETE
45992024-05-29T21:39:01.548Z[ recovery-image] May 29 21:39:00.164 INFO O| May 29 21:39:00.164 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-05-29T21:39:01.553Z[ recovery-image] May 29 21:39:00.174 INFO O| May 29 21:39:00.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46012024-05-29T21:39:01.553Z[ recovery-image] May 29 21:39:00.174 INFO O| May 29 21:39:00.174 INFO STEP 157 (remove_files) COMPLETE
46022024-05-29T21:39:01.553Z[ recovery-image] May 29 21:39:00.174 INFO O| May 29 21:39:00.174 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-05-29T21:39:01.563Z[ recovery-image] May 29 21:39:00.185 INFO O| May 29 21:39:00.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46042024-05-29T21:39:01.563Z[ recovery-image] May 29 21:39:00.185 INFO O| May 29 21:39:00.185 INFO STEP 158 (remove_files) COMPLETE
46052024-05-29T21:39:01.567Z[ recovery-image] May 29 21:39:00.185 INFO O| May 29 21:39:00.185 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-05-29T21:39:01.574Z[ recovery-image] May 29 21:39:00.195 INFO O| May 29 21:39:00.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46072024-05-29T21:39:01.574Z[ recovery-image] May 29 21:39:00.195 INFO O| May 29 21:39:00.195 INFO STEP 159 (remove_files) COMPLETE
46082024-05-29T21:39:01.584Z[ recovery-image] May 29 21:39:00.195 INFO O| May 29 21:39:00.195 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-05-29T21:39:01.592Z[ recovery-image] May 29 21:39:00.213 INFO O| May 29 21:39:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46102024-05-29T21:39:01.596Z[ recovery-image] May 29 21:39:00.213 INFO O| May 29 21:39:00.213 INFO STEP 160 (remove_files) COMPLETE
46112024-05-29T21:39:01.596Z[ recovery-image] May 29 21:39:00.214 INFO O| May 29 21:39:00.214 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-05-29T21:39:01.613Z[ recovery-image] May 29 21:39:00.235 INFO O| May 29 21:39:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46132024-05-29T21:39:01.613Z[ recovery-image] May 29 21:39:00.235 INFO O| May 29 21:39:00.235 INFO STEP 161 (remove_files) COMPLETE
46142024-05-29T21:39:01.617Z[ recovery-image] May 29 21:39:00.235 INFO O| May 29 21:39:00.235 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-05-29T21:39:01.629Z[ recovery-image] May 29 21:39:00.249 INFO O| May 29 21:39:00.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46162024-05-29T21:39:01.629Z[ recovery-image] May 29 21:39:00.249 INFO O| May 29 21:39:00.249 INFO STEP 162 (remove_files) COMPLETE
46172024-05-29T21:39:01.629Z[ recovery-image] May 29 21:39:00.249 INFO O| May 29 21:39:00.249 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-05-29T21:39:01.644Z[ recovery-image] May 29 21:39:00.266 INFO O| May 29 21:39:00.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46192024-05-29T21:39:01.644Z[ recovery-image] May 29 21:39:00.266 INFO O| May 29 21:39:00.266 INFO STEP 163 (remove_files) COMPLETE
46202024-05-29T21:39:01.644Z[ recovery-image] May 29 21:39:00.266 INFO O| May 29 21:39:00.266 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-05-29T21:39:01.657Z[ host-image] May 29 21:39:00.278 INFO O| May 29 21:39:00.278 INFO O| Actions: Completed 22 actions in 0.47 seconds.
46222024-05-29T21:39:01.660Z[ recovery-image] May 29 21:39:00.282 INFO O| May 29 21:39:00.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46232024-05-29T21:39:01.660Z[ recovery-image] May 29 21:39:00.282 INFO O| May 29 21:39:00.282 INFO STEP 164 (remove_files) COMPLETE
46242024-05-29T21:39:01.660Z[ recovery-image] May 29 21:39:00.282 INFO O| May 29 21:39:00.282 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-05-29T21:39:01.677Z[ recovery-image] May 29 21:39:00.297 INFO O| May 29 21:39:00.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46262024-05-29T21:39:01.677Z[ recovery-image] May 29 21:39:00.298 INFO O| May 29 21:39:00.298 INFO STEP 165 (remove_files) COMPLETE
46272024-05-29T21:39:01.677Z[ recovery-image] May 29 21:39:00.298 INFO O| May 29 21:39:00.298 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-05-29T21:39:01.695Z[ recovery-image] May 29 21:39:00.314 INFO O| May 29 21:39:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46292024-05-29T21:39:01.701Z[ recovery-image] May 29 21:39:00.314 INFO O| May 29 21:39:00.314 INFO STEP 166 (remove_files) COMPLETE
46302024-05-29T21:39:01.701Z[ recovery-image] May 29 21:39:00.314 INFO O| May 29 21:39:00.314 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-05-29T21:39:01.711Z[ recovery-image] May 29 21:39:00.330 INFO O| May 29 21:39:00.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46322024-05-29T21:39:01.711Z[ recovery-image] May 29 21:39:00.330 INFO O| May 29 21:39:00.330 INFO STEP 167 (remove_files) COMPLETE
46332024-05-29T21:39:01.717Z[ recovery-image] May 29 21:39:00.330 INFO O| May 29 21:39:00.330 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-05-29T21:39:01.725Z[ recovery-image] May 29 21:39:00.346 INFO O| May 29 21:39:00.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46352024-05-29T21:39:01.729Z[ recovery-image] May 29 21:39:00.346 INFO O| May 29 21:39:00.346 INFO STEP 168 (remove_files) COMPLETE
46362024-05-29T21:39:01.729Z[ recovery-image] May 29 21:39:00.346 INFO O| May 29 21:39:00.346 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-05-29T21:39:01.741Z[ recovery-image] May 29 21:39:00.362 INFO O| May 29 21:39:00.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46382024-05-29T21:39:01.741Z[ recovery-image] May 29 21:39:00.362 INFO O| May 29 21:39:00.362 INFO STEP 169 (remove_files) COMPLETE
46392024-05-29T21:39:01.741Z[ recovery-image] May 29 21:39:00.362 INFO O| May 29 21:39:00.362 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-05-29T21:39:01.757Z[ recovery-image] May 29 21:39:00.377 INFO O| May 29 21:39:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46412024-05-29T21:39:01.757Z[ recovery-image] May 29 21:39:00.378 INFO O| May 29 21:39:00.377 INFO STEP 170 (remove_files) COMPLETE
46422024-05-29T21:39:01.760Z[ recovery-image] May 29 21:39:00.378 INFO O| May 29 21:39:00.377 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-05-29T21:39:01.770Z[ recovery-image] May 29 21:39:00.391 INFO O| May 29 21:39:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46442024-05-29T21:39:01.770Z[ recovery-image] May 29 21:39:00.392 INFO O| May 29 21:39:00.391 INFO STEP 171 (remove_files) COMPLETE
46452024-05-29T21:39:01.770Z[ recovery-image] May 29 21:39:00.392 INFO O| May 29 21:39:00.391 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-05-29T21:39:01.789Z[ recovery-image] May 29 21:39:00.407 INFO O| May 29 21:39:00.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46472024-05-29T21:39:01.789Z[ recovery-image] May 29 21:39:00.407 INFO O| May 29 21:39:00.407 INFO STEP 172 (remove_files) COMPLETE
46482024-05-29T21:39:01.789Z[ recovery-image] May 29 21:39:00.407 INFO O| May 29 21:39:00.407 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-05-29T21:39:01.804Z[ recovery-image] May 29 21:39:00.423 INFO O| May 29 21:39:00.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46502024-05-29T21:39:01.808Z[ recovery-image] May 29 21:39:00.424 INFO O| May 29 21:39:00.424 INFO STEP 173 (remove_files) COMPLETE
46512024-05-29T21:39:01.808Z[ recovery-image] May 29 21:39:00.424 INFO O| May 29 21:39:00.424 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-05-29T21:39:01.819Z[ recovery-image] May 29 21:39:00.440 INFO O| May 29 21:39:00.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46532024-05-29T21:39:01.819Z[ recovery-image] May 29 21:39:00.440 INFO O| May 29 21:39:00.440 INFO STEP 174 (remove_files) COMPLETE
46542024-05-29T21:39:01.823Z[ recovery-image] May 29 21:39:00.441 INFO O| May 29 21:39:00.440 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-05-29T21:39:01.835Z[ recovery-image] May 29 21:39:00.457 INFO O| May 29 21:39:00.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46562024-05-29T21:39:01.835Z[ recovery-image] May 29 21:39:00.457 INFO O| May 29 21:39:00.457 INFO STEP 175 (remove_files) COMPLETE
46572024-05-29T21:39:01.835Z[ recovery-image] May 29 21:39:00.457 INFO O| May 29 21:39:00.457 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-05-29T21:39:01.854Z[ recovery-image] May 29 21:39:00.473 INFO O| May 29 21:39:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46592024-05-29T21:39:01.855Z[ recovery-image] May 29 21:39:00.474 INFO O| May 29 21:39:00.474 INFO STEP 176 (remove_files) COMPLETE
46602024-05-29T21:39:01.861Z[ recovery-image] May 29 21:39:00.474 INFO O| May 29 21:39:00.474 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-05-29T21:39:01.872Z[ recovery-image] May 29 21:39:00.493 INFO O| May 29 21:39:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46622024-05-29T21:39:01.872Z[ recovery-image] May 29 21:39:00.493 INFO O| May 29 21:39:00.493 INFO STEP 177 (remove_files) COMPLETE
46632024-05-29T21:39:01.877Z[ recovery-image] May 29 21:39:00.493 INFO O| May 29 21:39:00.493 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-05-29T21:39:01.891Z[ recovery-image] May 29 21:39:00.512 INFO O| May 29 21:39:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46652024-05-29T21:39:01.891Z[ recovery-image] May 29 21:39:00.512 INFO O| May 29 21:39:00.512 INFO STEP 178 (remove_files) COMPLETE
46662024-05-29T21:39:01.895Z[ recovery-image] May 29 21:39:00.512 INFO O| May 29 21:39:00.512 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-05-29T21:39:01.910Z[ recovery-image] May 29 21:39:00.531 INFO O| May 29 21:39:00.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46682024-05-29T21:39:01.910Z[ recovery-image] May 29 21:39:00.531 INFO O| May 29 21:39:00.531 INFO STEP 179 (remove_files) COMPLETE
46692024-05-29T21:39:01.910Z[ recovery-image] May 29 21:39:00.531 INFO O| May 29 21:39:00.531 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-05-29T21:39:01.930Z[ recovery-image] May 29 21:39:00.548 INFO O| May 29 21:39:00.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46712024-05-29T21:39:01.938Z[ recovery-image] May 29 21:39:00.548 INFO O| May 29 21:39:00.548 INFO STEP 180 (remove_files) COMPLETE
46722024-05-29T21:39:01.938Z[ recovery-image] May 29 21:39:00.548 INFO O| May 29 21:39:00.548 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-05-29T21:39:01.938Z[ host-image] May 29 21:39:00.553 INFO O| May 29 21:39:00.553 INFO O| Done
46742024-05-29T21:39:01.938Z[ host-image] May 29 21:39:00.553 INFO O| May 29 21:39:00.553 INFO O| Done
46752024-05-29T21:39:01.947Z[ recovery-image] May 29 21:39:00.566 INFO O| May 29 21:39:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46762024-05-29T21:39:01.947Z[ recovery-image] May 29 21:39:00.566 INFO O| May 29 21:39:00.566 INFO STEP 181 (remove_files) COMPLETE
46772024-05-29T21:39:01.947Z[ recovery-image] May 29 21:39:00.566 INFO O| May 29 21:39:00.566 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-05-29T21:39:01.977Z[ recovery-image] May 29 21:39:00.583 INFO O| May 29 21:39:00.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46792024-05-29T21:39:01.977Z[ recovery-image] May 29 21:39:00.583 INFO O| May 29 21:39:00.583 INFO STEP 182 (remove_files) COMPLETE
46802024-05-29T21:39:01.977Z[ recovery-image] May 29 21:39:00.583 INFO O| May 29 21:39:00.583 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-05-29T21:39:01.982Z[ recovery-image] May 29 21:39:00.599 INFO O| May 29 21:39:00.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46822024-05-29T21:39:01.982Z[ recovery-image] May 29 21:39:00.599 INFO O| May 29 21:39:00.599 INFO STEP 183 (remove_files) COMPLETE
46832024-05-29T21:39:01.982Z[ recovery-image] May 29 21:39:00.600 INFO O| May 29 21:39:00.599 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-05-29T21:39:01.995Z[ recovery-image] May 29 21:39:00.616 INFO O| May 29 21:39:00.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46852024-05-29T21:39:01.995Z[ recovery-image] May 29 21:39:00.616 INFO O| May 29 21:39:00.616 INFO STEP 184 (remove_files) COMPLETE
46862024-05-29T21:39:01.995Z[ recovery-image] May 29 21:39:00.616 INFO O| May 29 21:39:00.616 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-05-29T21:39:02.020Z[ recovery-image] May 29 21:39:00.634 INFO O| May 29 21:39:00.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46882024-05-29T21:39:02.020Z[ recovery-image] May 29 21:39:00.634 INFO O| May 29 21:39:00.634 INFO STEP 185 (remove_files) COMPLETE
46892024-05-29T21:39:02.020Z[ recovery-image] May 29 21:39:00.635 INFO O| May 29 21:39:00.634 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-05-29T21:39:02.034Z[ recovery-image] May 29 21:39:00.652 INFO O| May 29 21:39:00.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46912024-05-29T21:39:02.034Z[ recovery-image] May 29 21:39:00.652 INFO O| May 29 21:39:00.652 INFO STEP 186 (remove_files) COMPLETE
46922024-05-29T21:39:02.034Z[ recovery-image] May 29 21:39:00.652 INFO O| May 29 21:39:00.652 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-05-29T21:39:02.048Z[ recovery-image] May 29 21:39:00.669 INFO O| May 29 21:39:00.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46942024-05-29T21:39:02.048Z[ recovery-image] May 29 21:39:00.669 INFO O| May 29 21:39:00.669 INFO STEP 187 (remove_files) COMPLETE
46952024-05-29T21:39:02.049Z[ recovery-image] May 29 21:39:00.669 INFO O| May 29 21:39:00.669 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-05-29T21:39:02.065Z[ recovery-image] May 29 21:39:00.686 INFO O| May 29 21:39:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46972024-05-29T21:39:02.070Z[ recovery-image] May 29 21:39:00.686 INFO O| May 29 21:39:00.686 INFO STEP 188 (remove_files) COMPLETE
46982024-05-29T21:39:02.070Z[ recovery-image] May 29 21:39:00.686 INFO O| May 29 21:39:00.686 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-05-29T21:39:02.081Z[ recovery-image] May 29 21:39:00.702 INFO O| May 29 21:39:00.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47002024-05-29T21:39:02.082Z[ recovery-image] May 29 21:39:00.702 INFO O| May 29 21:39:00.702 INFO STEP 189 (remove_files) COMPLETE
47012024-05-29T21:39:02.082Z[ recovery-image] May 29 21:39:00.702 INFO O| May 29 21:39:00.702 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-05-29T21:39:02.098Z[ recovery-image] May 29 21:39:00.719 INFO O| May 29 21:39:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47032024-05-29T21:39:02.098Z[ recovery-image] May 29 21:39:00.719 INFO O| May 29 21:39:00.719 INFO STEP 190 (remove_files) COMPLETE
47042024-05-29T21:39:02.103Z[ recovery-image] May 29 21:39:00.719 INFO O| May 29 21:39:00.719 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-05-29T21:39:02.113Z[ recovery-image] May 29 21:39:00.734 INFO O| May 29 21:39:00.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47062024-05-29T21:39:02.114Z[ recovery-image] May 29 21:39:00.734 INFO O| May 29 21:39:00.734 INFO STEP 191 (remove_files) COMPLETE
47072024-05-29T21:39:02.114Z[ recovery-image] May 29 21:39:00.734 INFO O| May 29 21:39:00.734 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-05-29T21:39:02.130Z[ recovery-image] May 29 21:39:00.750 INFO O| May 29 21:39:00.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47092024-05-29T21:39:02.130Z[ recovery-image] May 29 21:39:00.750 INFO O| May 29 21:39:00.750 INFO STEP 192 (remove_files) COMPLETE
47102024-05-29T21:39:02.134Z[ recovery-image] May 29 21:39:00.750 INFO O| May 29 21:39:00.750 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-05-29T21:39:02.147Z[ recovery-image] May 29 21:39:00.768 INFO O| May 29 21:39:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47122024-05-29T21:39:02.147Z[ recovery-image] May 29 21:39:00.768 INFO O| May 29 21:39:00.768 INFO STEP 193 (remove_files) COMPLETE
47132024-05-29T21:39:02.147Z[ recovery-image] May 29 21:39:00.768 INFO O| May 29 21:39:00.768 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-05-29T21:39:02.167Z[ recovery-image] May 29 21:39:00.785 INFO O| May 29 21:39:00.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47152024-05-29T21:39:02.167Z[ recovery-image] May 29 21:39:00.785 INFO O| May 29 21:39:00.785 INFO STEP 194 (remove_files) COMPLETE
47162024-05-29T21:39:02.167Z[ recovery-image] May 29 21:39:00.785 INFO O| May 29 21:39:00.785 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-05-29T21:39:02.176Z[ recovery-image] May 29 21:39:00.797 INFO O| May 29 21:39:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47182024-05-29T21:39:02.176Z[ recovery-image] May 29 21:39:00.797 INFO O| May 29 21:39:00.797 INFO STEP 195 (remove_files) COMPLETE
47192024-05-29T21:39:02.180Z[ recovery-image] May 29 21:39:00.797 INFO O| May 29 21:39:00.797 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-05-29T21:39:02.194Z[ recovery-image] May 29 21:39:00.813 INFO O| May 29 21:39:00.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47212024-05-29T21:39:02.194Z[ recovery-image] May 29 21:39:00.813 INFO O| May 29 21:39:00.813 INFO STEP 196 (remove_files) COMPLETE
47222024-05-29T21:39:02.194Z[ recovery-image] May 29 21:39:00.813 INFO O| May 29 21:39:00.813 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-05-29T21:39:02.209Z[ recovery-image] May 29 21:39:00.829 INFO O| May 29 21:39:00.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47242024-05-29T21:39:02.209Z[ recovery-image] May 29 21:39:00.829 INFO O| May 29 21:39:00.829 INFO STEP 197 (remove_files) COMPLETE
47252024-05-29T21:39:02.210Z[ recovery-image] May 29 21:39:00.829 INFO O| May 29 21:39:00.829 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-05-29T21:39:02.220Z[ recovery-image] May 29 21:39:00.841 INFO O| May 29 21:39:00.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47272024-05-29T21:39:02.220Z[ recovery-image] May 29 21:39:00.841 INFO O| May 29 21:39:00.841 INFO STEP 198 (remove_files) COMPLETE
47282024-05-29T21:39:02.220Z[ recovery-image] May 29 21:39:00.841 INFO O| May 29 21:39:00.841 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-05-29T21:39:02.235Z[ recovery-image] May 29 21:39:00.856 INFO O| May 29 21:39:00.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47302024-05-29T21:39:02.235Z[ recovery-image] May 29 21:39:00.856 INFO O| May 29 21:39:00.856 INFO STEP 199 (remove_files) COMPLETE
47312024-05-29T21:39:02.239Z[ recovery-image] May 29 21:39:00.856 INFO O| May 29 21:39:00.856 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-05-29T21:39:02.250Z[ recovery-image] May 29 21:39:00.870 INFO O| May 29 21:39:00.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47332024-05-29T21:39:02.250Z[ recovery-image] May 29 21:39:00.870 INFO O| May 29 21:39:00.870 INFO STEP 200 (remove_files) COMPLETE
47342024-05-29T21:39:02.250Z[ recovery-image] May 29 21:39:00.870 INFO O| May 29 21:39:00.870 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-05-29T21:39:02.265Z[ recovery-image] May 29 21:39:00.886 INFO O| May 29 21:39:00.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47362024-05-29T21:39:02.265Z[ recovery-image] May 29 21:39:00.886 INFO O| May 29 21:39:00.886 INFO STEP 201 (remove_files) COMPLETE
47372024-05-29T21:39:02.269Z[ recovery-image] May 29 21:39:00.887 INFO O| May 29 21:39:00.886 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-05-29T21:39:02.283Z[ recovery-image] May 29 21:39:00.904 INFO O| May 29 21:39:00.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47392024-05-29T21:39:02.290Z[ recovery-image] May 29 21:39:00.904 INFO O| May 29 21:39:00.904 INFO STEP 202 (remove_files) COMPLETE
47402024-05-29T21:39:02.290Z[ recovery-image] May 29 21:39:00.904 INFO O| May 29 21:39:00.904 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-05-29T21:39:02.298Z[ recovery-image] May 29 21:39:00.919 INFO O| May 29 21:39:00.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47422024-05-29T21:39:02.298Z[ recovery-image] May 29 21:39:00.919 INFO O| May 29 21:39:00.919 INFO STEP 203 (remove_files) COMPLETE
47432024-05-29T21:39:02.299Z[ recovery-image] May 29 21:39:00.919 INFO O| May 29 21:39:00.919 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-05-29T21:39:02.316Z[ recovery-image] May 29 21:39:00.937 INFO O| May 29 21:39:00.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47452024-05-29T21:39:02.316Z[ recovery-image] May 29 21:39:00.937 INFO O| May 29 21:39:00.937 INFO STEP 204 (remove_files) COMPLETE
47462024-05-29T21:39:02.319Z[ recovery-image] May 29 21:39:00.937 INFO O| May 29 21:39:00.937 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-05-29T21:39:02.333Z[ recovery-image] May 29 21:39:00.954 INFO O| May 29 21:39:00.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47482024-05-29T21:39:02.333Z[ recovery-image] May 29 21:39:00.954 INFO O| May 29 21:39:00.954 INFO STEP 205 (remove_files) COMPLETE
47492024-05-29T21:39:02.337Z[ recovery-image] May 29 21:39:00.954 INFO O| May 29 21:39:00.954 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-05-29T21:39:02.350Z[ recovery-image] May 29 21:39:00.971 INFO O| May 29 21:39:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47512024-05-29T21:39:02.351Z[ recovery-image] May 29 21:39:00.971 INFO O| May 29 21:39:00.971 INFO STEP 206 (remove_files) COMPLETE
47522024-05-29T21:39:02.357Z[ recovery-image] May 29 21:39:00.971 INFO O| May 29 21:39:00.971 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-05-29T21:39:02.368Z[ recovery-image] May 29 21:39:00.988 INFO O| May 29 21:39:00.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47542024-05-29T21:39:02.368Z[ recovery-image] May 29 21:39:00.988 INFO O| May 29 21:39:00.988 INFO STEP 207 (remove_files) COMPLETE
47552024-05-29T21:39:02.368Z[ recovery-image] May 29 21:39:00.988 INFO O| May 29 21:39:00.988 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-05-29T21:39:02.387Z[ recovery-image] May 29 21:39:01.006 INFO O| May 29 21:39:01.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47572024-05-29T21:39:02.387Z[ recovery-image] May 29 21:39:01.006 INFO O| May 29 21:39:01.006 INFO STEP 208 (remove_files) COMPLETE
47582024-05-29T21:39:02.393Z[ recovery-image] May 29 21:39:01.006 INFO O| May 29 21:39:01.006 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.025 INFO O| May 29 21:39:01.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47602024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.025 INFO O| May 29 21:39:01.025 INFO STEP 209 (remove_files) COMPLETE
47612024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.025 INFO O| May 29 21:39:01.025 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.043 INFO O| May 29 21:39:01.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47632024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.044 INFO O| May 29 21:39:01.044 INFO STEP 210 (remove_files) COMPLETE
47642024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.044 INFO O| May 29 21:39:01.044 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-05-29T21:39:02.818Z[ host-image] May 29 21:39:01.047 INFO O| May 29 21:39:01.047 INFO O| Done
47662024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.063 INFO O| May 29 21:39:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47672024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.063 INFO O| May 29 21:39:01.063 INFO STEP 211 (remove_files) COMPLETE
47682024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.063 INFO O| May 29 21:39:01.063 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.081 INFO O| May 29 21:39:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47702024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.081 INFO O| May 29 21:39:01.081 INFO STEP 212 (remove_files) COMPLETE
47712024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.082 INFO O| May 29 21:39:01.081 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-05-29T21:39:02.818Z[ recovery-image] May 29 21:39:01.098 INFO O| May 29 21:39:01.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47732024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.098 INFO O| May 29 21:39:01.098 INFO STEP 213 (remove_files) COMPLETE
47742024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.098 INFO O| May 29 21:39:01.098 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.114 INFO O| May 29 21:39:01.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47762024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.114 INFO O| May 29 21:39:01.114 INFO STEP 214 (remove_files) COMPLETE
47772024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.114 INFO O| May 29 21:39:01.114 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.130 INFO O| May 29 21:39:01.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47792024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.130 INFO O| May 29 21:39:01.130 INFO STEP 215 (remove_files) COMPLETE
47802024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.130 INFO O| May 29 21:39:01.130 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.148 INFO O| May 29 21:39:01.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47822024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.148 INFO O| May 29 21:39:01.148 INFO STEP 216 (remove_files) COMPLETE
47832024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.148 INFO O| May 29 21:39:01.148 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.168 INFO O| May 29 21:39:01.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47852024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.168 INFO O| May 29 21:39:01.168 INFO STEP 217 (remove_files) COMPLETE
47862024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.168 INFO O| May 29 21:39:01.168 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.182 INFO O| May 29 21:39:01.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47882024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.182 INFO O| May 29 21:39:01.182 INFO STEP 218 (remove_files) COMPLETE
47892024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.182 INFO O| May 29 21:39:01.182 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.199 INFO O| May 29 21:39:01.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47912024-05-29T21:39:02.819Z[ recovery-image] May 29 21:39:01.199 INFO O| May 29 21:39:01.199 INFO STEP 219 (remove_files) COMPLETE
47922024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.200 INFO O| May 29 21:39:01.199 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.217 INFO O| May 29 21:39:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47942024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.217 INFO O| May 29 21:39:01.217 INFO STEP 220 (remove_files) COMPLETE
47952024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.217 INFO O| May 29 21:39:01.217 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.236 INFO O| May 29 21:39:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47972024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.236 INFO O| May 29 21:39:01.236 INFO STEP 221 (remove_files) COMPLETE
47982024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.236 INFO O| May 29 21:39:01.236 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.254 INFO O| May 29 21:39:01.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48002024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.254 INFO O| May 29 21:39:01.254 INFO STEP 222 (remove_files) COMPLETE
48012024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.254 INFO O| May 29 21:39:01.254 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.271 INFO O| May 29 21:39:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48032024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.271 INFO O| May 29 21:39:01.271 INFO STEP 223 (remove_files) COMPLETE
48042024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.271 INFO O| May 29 21:39:01.271 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.287 INFO O| May 29 21:39:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48062024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.287 INFO O| May 29 21:39:01.287 INFO STEP 224 (remove_files) COMPLETE
48072024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.287 INFO O| May 29 21:39:01.287 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.304 INFO O| May 29 21:39:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48092024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.305 INFO O| May 29 21:39:01.304 INFO STEP 225 (remove_files) COMPLETE
48102024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.305 INFO O| May 29 21:39:01.304 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.322 INFO O| May 29 21:39:01.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48122024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.323 INFO O| May 29 21:39:01.323 INFO STEP 226 (remove_files) COMPLETE
48132024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.323 INFO O| May 29 21:39:01.323 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-05-29T21:39:02.820Z[ recovery-image] May 29 21:39:01.341 INFO O| May 29 21:39:01.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48152024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.342 INFO O| May 29 21:39:01.342 INFO STEP 227 (remove_files) COMPLETE
48162024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.342 INFO O| May 29 21:39:01.342 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.358 INFO O| May 29 21:39:01.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48182024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.359 INFO O| May 29 21:39:01.359 INFO STEP 228 (remove_files) COMPLETE
48192024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.359 INFO O| May 29 21:39:01.359 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.376 INFO O| May 29 21:39:01.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48212024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.376 INFO O| May 29 21:39:01.376 INFO STEP 229 (remove_files) COMPLETE
48222024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.376 INFO O| May 29 21:39:01.376 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.392 INFO O| May 29 21:39:01.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48242024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.392 INFO O| May 29 21:39:01.392 INFO STEP 230 (remove_files) COMPLETE
48252024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.392 INFO O| May 29 21:39:01.392 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.409 INFO O| May 29 21:39:01.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48272024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.409 INFO O| May 29 21:39:01.409 INFO STEP 231 (remove_files) COMPLETE
48282024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.409 INFO O| May 29 21:39:01.409 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.426 INFO O| May 29 21:39:01.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48302024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.426 INFO O| May 29 21:39:01.426 INFO STEP 232 (remove_files) COMPLETE
48312024-05-29T21:39:02.821Z[ recovery-image] May 29 21:39:01.426 INFO O| May 29 21:39:01.426 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-05-29T21:39:02.826Z[ recovery-image] May 29 21:39:01.439 INFO O| May 29 21:39:01.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48332024-05-29T21:39:02.826Z[ recovery-image] May 29 21:39:01.439 INFO O| May 29 21:39:01.439 INFO STEP 233 (remove_files) COMPLETE
48342024-05-29T21:39:02.826Z[ recovery-image] May 29 21:39:01.439 INFO O| May 29 21:39:01.439 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-05-29T21:39:02.833Z[ recovery-image] May 29 21:39:01.452 INFO O| May 29 21:39:01.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48362024-05-29T21:39:02.833Z[ recovery-image] May 29 21:39:01.452 INFO O| May 29 21:39:01.452 INFO STEP 234 (remove_files) COMPLETE
48372024-05-29T21:39:02.833Z[ recovery-image] May 29 21:39:01.452 INFO O| May 29 21:39:01.452 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-05-29T21:39:02.848Z[ recovery-image] May 29 21:39:01.469 INFO O| May 29 21:39:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48392024-05-29T21:39:02.848Z[ recovery-image] May 29 21:39:01.469 INFO O| May 29 21:39:01.469 INFO STEP 235 (remove_files) COMPLETE
48402024-05-29T21:39:02.848Z[ recovery-image] May 29 21:39:01.469 INFO O| May 29 21:39:01.469 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-05-29T21:39:02.865Z[ recovery-image] May 29 21:39:01.485 INFO O| May 29 21:39:01.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48422024-05-29T21:39:02.868Z[ recovery-image] May 29 21:39:01.486 INFO O| May 29 21:39:01.486 INFO STEP 236 (remove_files) COMPLETE
48432024-05-29T21:39:02.868Z[ recovery-image] May 29 21:39:01.486 INFO O| May 29 21:39:01.486 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-05-29T21:39:02.882Z[ recovery-image] May 29 21:39:01.503 INFO O| May 29 21:39:01.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48452024-05-29T21:39:02.882Z[ recovery-image] May 29 21:39:01.503 INFO O| May 29 21:39:01.503 INFO STEP 237 (remove_files) COMPLETE
48462024-05-29T21:39:02.885Z[ recovery-image] May 29 21:39:01.504 INFO O| May 29 21:39:01.503 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-05-29T21:39:02.902Z[ recovery-image] May 29 21:39:01.522 INFO O| May 29 21:39:01.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48482024-05-29T21:39:02.902Z[ recovery-image] May 29 21:39:01.522 INFO O| May 29 21:39:01.522 INFO STEP 238 (remove_files) COMPLETE
48492024-05-29T21:39:02.906Z[ recovery-image] May 29 21:39:01.522 INFO O| May 29 21:39:01.522 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-05-29T21:39:02.919Z[ recovery-image] May 29 21:39:01.540 INFO O| May 29 21:39:01.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48512024-05-29T21:39:02.926Z[ recovery-image] May 29 21:39:01.541 INFO O| May 29 21:39:01.541 INFO STEP 239 (remove_files) COMPLETE
48522024-05-29T21:39:02.927Z[ recovery-image] May 29 21:39:01.541 INFO O| May 29 21:39:01.541 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-05-29T21:39:02.938Z[ recovery-image] May 29 21:39:01.559 INFO O| May 29 21:39:01.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48542024-05-29T21:39:02.938Z[ recovery-image] May 29 21:39:01.559 INFO O| May 29 21:39:01.559 INFO STEP 240 (remove_files) COMPLETE
48552024-05-29T21:39:02.941Z[ recovery-image] May 29 21:39:01.559 INFO O| May 29 21:39:01.559 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-05-29T21:39:02.955Z[ recovery-image] May 29 21:39:01.576 INFO O| May 29 21:39:01.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48572024-05-29T21:39:02.960Z[ recovery-image] May 29 21:39:01.577 INFO O| May 29 21:39:01.576 INFO STEP 241 (remove_files) COMPLETE
48582024-05-29T21:39:02.960Z[ recovery-image] May 29 21:39:01.577 INFO O| May 29 21:39:01.577 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-05-29T21:39:02.973Z[ recovery-image] May 29 21:39:01.594 INFO O| May 29 21:39:01.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48602024-05-29T21:39:02.973Z[ recovery-image] May 29 21:39:01.594 INFO O| May 29 21:39:01.594 INFO STEP 242 (remove_files) COMPLETE
48612024-05-29T21:39:02.973Z[ recovery-image] May 29 21:39:01.594 INFO O| May 29 21:39:01.594 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-05-29T21:39:02.995Z[ recovery-image] May 29 21:39:01.614 INFO O| May 29 21:39:01.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48632024-05-29T21:39:03.001Z[ recovery-image] May 29 21:39:01.614 INFO O| May 29 21:39:01.614 INFO STEP 243 (remove_files) COMPLETE
48642024-05-29T21:39:03.001Z[ recovery-image] May 29 21:39:01.614 INFO O| May 29 21:39:01.614 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-05-29T21:39:03.014Z[ recovery-image] May 29 21:39:01.634 INFO O| May 29 21:39:01.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48662024-05-29T21:39:03.014Z[ recovery-image] May 29 21:39:01.634 INFO O| May 29 21:39:01.634 INFO STEP 244 (remove_files) COMPLETE
48672024-05-29T21:39:03.018Z[ recovery-image] May 29 21:39:01.634 INFO O| May 29 21:39:01.634 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-05-29T21:39:03.033Z[ recovery-image] May 29 21:39:01.654 INFO O| May 29 21:39:01.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48692024-05-29T21:39:03.034Z[ recovery-image] May 29 21:39:01.654 INFO O| May 29 21:39:01.654 INFO STEP 245 (remove_files) COMPLETE
48702024-05-29T21:39:03.038Z[ recovery-image] May 29 21:39:01.655 INFO O| May 29 21:39:01.654 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-05-29T21:39:03.055Z[ recovery-image] May 29 21:39:01.675 INFO O| May 29 21:39:01.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48722024-05-29T21:39:03.055Z[ recovery-image] May 29 21:39:01.675 INFO O| May 29 21:39:01.675 INFO STEP 246 (remove_files) COMPLETE
48732024-05-29T21:39:03.055Z[ recovery-image] May 29 21:39:01.675 INFO O| May 29 21:39:01.675 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-05-29T21:39:03.075Z[ recovery-image] May 29 21:39:01.696 INFO O| May 29 21:39:01.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48752024-05-29T21:39:03.081Z[ recovery-image] May 29 21:39:01.696 INFO O| May 29 21:39:01.696 INFO STEP 247 (remove_files) COMPLETE
48762024-05-29T21:39:03.082Z[ recovery-image] May 29 21:39:01.696 INFO O| May 29 21:39:01.696 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-05-29T21:39:03.094Z[ recovery-image] May 29 21:39:01.715 INFO O| May 29 21:39:01.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48782024-05-29T21:39:03.094Z[ recovery-image] May 29 21:39:01.715 INFO O| May 29 21:39:01.715 INFO STEP 248 (remove_files) COMPLETE
48792024-05-29T21:39:03.101Z[ recovery-image] May 29 21:39:01.715 INFO O| May 29 21:39:01.715 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-05-29T21:39:03.113Z[ recovery-image] May 29 21:39:01.734 INFO O| May 29 21:39:01.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48812024-05-29T21:39:03.117Z[ recovery-image] May 29 21:39:01.734 INFO O| May 29 21:39:01.734 INFO STEP 249 (remove_files) COMPLETE
48822024-05-29T21:39:03.118Z[ recovery-image] May 29 21:39:01.734 INFO O| May 29 21:39:01.734 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-05-29T21:39:03.131Z[ recovery-image] May 29 21:39:01.752 INFO O| May 29 21:39:01.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48842024-05-29T21:39:03.131Z[ recovery-image] May 29 21:39:01.752 INFO O| May 29 21:39:01.752 INFO STEP 250 (remove_files) COMPLETE
48852024-05-29T21:39:03.131Z[ recovery-image] May 29 21:39:01.752 INFO O| May 29 21:39:01.752 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-05-29T21:39:03.150Z[ recovery-image] May 29 21:39:01.769 INFO O| May 29 21:39:01.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48872024-05-29T21:39:03.151Z[ recovery-image] May 29 21:39:01.769 INFO O| May 29 21:39:01.769 INFO STEP 251 (remove_files) COMPLETE
48882024-05-29T21:39:03.155Z[ recovery-image] May 29 21:39:01.769 INFO O| May 29 21:39:01.769 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-05-29T21:39:03.166Z[ recovery-image] May 29 21:39:01.787 INFO O| May 29 21:39:01.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48902024-05-29T21:39:03.166Z[ recovery-image] May 29 21:39:01.787 INFO O| May 29 21:39:01.787 INFO STEP 252 (remove_files) COMPLETE
48912024-05-29T21:39:03.171Z[ recovery-image] May 29 21:39:01.787 INFO O| May 29 21:39:01.787 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-05-29T21:39:03.195Z[ recovery-image] May 29 21:39:01.814 INFO O| May 29 21:39:01.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48932024-05-29T21:39:03.195Z[ recovery-image] May 29 21:39:01.814 INFO O| May 29 21:39:01.814 INFO STEP 253 (remove_files) COMPLETE
48942024-05-29T21:39:03.195Z[ recovery-image] May 29 21:39:01.814 INFO O| May 29 21:39:01.814 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-05-29T21:39:03.214Z[ recovery-image] May 29 21:39:01.835 INFO O| May 29 21:39:01.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48962024-05-29T21:39:03.215Z[ recovery-image] May 29 21:39:01.835 INFO O| May 29 21:39:01.835 INFO STEP 254 (remove_files) COMPLETE
48972024-05-29T21:39:03.215Z[ recovery-image] May 29 21:39:01.835 INFO O| May 29 21:39:01.835 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-05-29T21:39:03.233Z[ recovery-image] May 29 21:39:01.855 INFO O| May 29 21:39:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48992024-05-29T21:39:03.233Z[ recovery-image] May 29 21:39:01.855 INFO O| May 29 21:39:01.855 INFO STEP 255 (remove_files) COMPLETE
49002024-05-29T21:39:03.234Z[ recovery-image] May 29 21:39:01.855 INFO O| May 29 21:39:01.855 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-05-29T21:39:03.258Z[ recovery-image] May 29 21:39:01.874 INFO O| May 29 21:39:01.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49022024-05-29T21:39:03.258Z[ recovery-image] May 29 21:39:01.874 INFO O| May 29 21:39:01.874 INFO STEP 256 (remove_files) COMPLETE
49032024-05-29T21:39:03.258Z[ recovery-image] May 29 21:39:01.874 INFO O| May 29 21:39:01.874 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-05-29T21:39:03.277Z[ recovery-image] May 29 21:39:01.898 INFO O| May 29 21:39:01.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49052024-05-29T21:39:03.277Z[ recovery-image] May 29 21:39:01.899 INFO O| May 29 21:39:01.898 INFO STEP 257 (remove_files) COMPLETE
49062024-05-29T21:39:03.281Z[ recovery-image] May 29 21:39:01.899 INFO O| May 29 21:39:01.898 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-05-29T21:39:03.296Z[ recovery-image] May 29 21:39:01.917 INFO O| May 29 21:39:01.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49082024-05-29T21:39:03.301Z[ recovery-image] May 29 21:39:01.917 INFO O| May 29 21:39:01.917 INFO STEP 258 (remove_files) COMPLETE
49092024-05-29T21:39:03.301Z[ recovery-image] May 29 21:39:01.917 INFO O| May 29 21:39:01.917 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-05-29T21:39:03.315Z[ recovery-image] May 29 21:39:01.936 INFO O| May 29 21:39:01.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49112024-05-29T21:39:03.319Z[ recovery-image] May 29 21:39:01.936 INFO O| May 29 21:39:01.936 INFO STEP 259 (remove_files) COMPLETE
49122024-05-29T21:39:03.319Z[ recovery-image] May 29 21:39:01.936 INFO O| May 29 21:39:01.936 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-05-29T21:39:03.343Z[ recovery-image] May 29 21:39:01.964 INFO O| May 29 21:39:01.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49142024-05-29T21:39:03.343Z[ recovery-image] May 29 21:39:01.964 INFO O| May 29 21:39:01.964 INFO STEP 260 (remove_files) COMPLETE
49152024-05-29T21:39:03.347Z[ recovery-image] May 29 21:39:01.964 INFO O| May 29 21:39:01.964 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-05-29T21:39:03.364Z[ recovery-image] May 29 21:39:01.985 INFO O| May 29 21:39:01.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49172024-05-29T21:39:03.373Z[ recovery-image] May 29 21:39:01.985 INFO O| May 29 21:39:01.985 INFO STEP 261 (remove_files) COMPLETE
49182024-05-29T21:39:03.373Z[ recovery-image] May 29 21:39:01.985 INFO O| May 29 21:39:01.985 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-05-29T21:39:03.383Z[ recovery-image] May 29 21:39:02.004 INFO O| May 29 21:39:02.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49202024-05-29T21:39:03.386Z[ recovery-image] May 29 21:39:02.004 INFO O| May 29 21:39:02.004 INFO STEP 262 (remove_files) COMPLETE
49212024-05-29T21:39:03.386Z[ recovery-image] May 29 21:39:02.004 INFO O| May 29 21:39:02.004 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-05-29T21:39:03.405Z[ recovery-image] May 29 21:39:02.025 INFO O| May 29 21:39:02.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49232024-05-29T21:39:03.405Z[ recovery-image] May 29 21:39:02.025 INFO O| May 29 21:39:02.025 INFO STEP 263 (remove_files) COMPLETE
49242024-05-29T21:39:03.405Z[ recovery-image] May 29 21:39:02.025 INFO O| May 29 21:39:02.025 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-05-29T21:39:03.423Z[ recovery-image] May 29 21:39:02.043 INFO O| May 29 21:39:02.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49262024-05-29T21:39:03.423Z[ recovery-image] May 29 21:39:02.044 INFO O| May 29 21:39:02.043 INFO STEP 264 (remove_files) COMPLETE
49272024-05-29T21:39:03.426Z[ recovery-image] May 29 21:39:02.044 INFO O| May 29 21:39:02.044 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-05-29T21:39:03.441Z[ recovery-image] May 29 21:39:02.060 INFO O| May 29 21:39:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49292024-05-29T21:39:03.445Z[ recovery-image] May 29 21:39:02.061 INFO O| May 29 21:39:02.061 INFO STEP 265 (remove_files) COMPLETE
49302024-05-29T21:39:03.445Z[ recovery-image] May 29 21:39:02.061 INFO O| May 29 21:39:02.061 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-05-29T21:39:03.478Z[ recovery-image] May 29 21:39:02.099 INFO O| May 29 21:39:02.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49322024-05-29T21:39:03.483Z[ recovery-image] May 29 21:39:02.100 INFO O| May 29 21:39:02.100 INFO STEP 266 (remove_files) COMPLETE
49332024-05-29T21:39:03.483Z[ recovery-image] May 29 21:39:02.100 INFO O| May 29 21:39:02.100 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-05-29T21:39:03.500Z[ recovery-image] May 29 21:39:02.121 INFO O| May 29 21:39:02.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49352024-05-29T21:39:03.500Z[ recovery-image] May 29 21:39:02.121 INFO O| May 29 21:39:02.121 INFO STEP 267 (remove_files) COMPLETE
49362024-05-29T21:39:03.500Z[ recovery-image] May 29 21:39:02.121 INFO O| May 29 21:39:02.121 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-05-29T21:39:03.526Z[ recovery-image] May 29 21:39:02.147 INFO O| May 29 21:39:02.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49382024-05-29T21:39:03.526Z[ recovery-image] May 29 21:39:02.147 INFO O| May 29 21:39:02.147 INFO STEP 268 (remove_files) COMPLETE
49392024-05-29T21:39:03.526Z[ recovery-image] May 29 21:39:02.147 INFO O| May 29 21:39:02.147 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-05-29T21:39:03.546Z[ recovery-image] May 29 21:39:02.167 INFO O| May 29 21:39:02.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49412024-05-29T21:39:03.546Z[ recovery-image] May 29 21:39:02.167 INFO O| May 29 21:39:02.167 INFO STEP 269 (remove_files) COMPLETE
49422024-05-29T21:39:03.546Z[ recovery-image] May 29 21:39:02.167 INFO O| May 29 21:39:02.167 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-05-29T21:39:03.566Z[ recovery-image] May 29 21:39:02.187 INFO O| May 29 21:39:02.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49442024-05-29T21:39:03.566Z[ recovery-image] May 29 21:39:02.187 INFO O| May 29 21:39:02.187 INFO STEP 270 (remove_files) COMPLETE
49452024-05-29T21:39:03.566Z[ recovery-image] May 29 21:39:02.187 INFO O| May 29 21:39:02.187 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-05-29T21:39:03.590Z[ recovery-image] May 29 21:39:02.208 INFO O| May 29 21:39:02.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49472024-05-29T21:39:03.590Z[ recovery-image] May 29 21:39:02.209 INFO O| May 29 21:39:02.209 INFO STEP 271 (remove_files) COMPLETE
49482024-05-29T21:39:03.590Z[ recovery-image] May 29 21:39:02.209 INFO O| May 29 21:39:02.209 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-05-29T21:39:03.610Z[ recovery-image] May 29 21:39:02.231 INFO O| May 29 21:39:02.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49502024-05-29T21:39:03.610Z[ recovery-image] May 29 21:39:02.231 INFO O| May 29 21:39:02.231 INFO STEP 272 (remove_files) COMPLETE
49512024-05-29T21:39:03.610Z[ recovery-image] May 29 21:39:02.231 INFO O| May 29 21:39:02.231 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-05-29T21:39:03.639Z[ recovery-image] May 29 21:39:02.251 INFO O| May 29 21:39:02.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49532024-05-29T21:39:03.639Z[ recovery-image] May 29 21:39:02.251 INFO O| May 29 21:39:02.251 INFO STEP 273 (remove_files) COMPLETE
49542024-05-29T21:39:03.639Z[ recovery-image] May 29 21:39:02.251 INFO O| May 29 21:39:02.251 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-05-29T21:39:03.654Z[ recovery-image] May 29 21:39:02.271 INFO O| May 29 21:39:02.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49562024-05-29T21:39:03.655Z[ recovery-image] May 29 21:39:02.271 INFO O| May 29 21:39:02.271 INFO STEP 274 (remove_files) COMPLETE
49572024-05-29T21:39:03.655Z[ recovery-image] May 29 21:39:02.271 INFO O| May 29 21:39:02.271 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-05-29T21:39:03.670Z[ recovery-image] May 29 21:39:02.290 INFO O| May 29 21:39:02.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49592024-05-29T21:39:03.670Z[ recovery-image] May 29 21:39:02.290 INFO O| May 29 21:39:02.290 INFO STEP 275 (remove_files) COMPLETE
49602024-05-29T21:39:03.671Z[ recovery-image] May 29 21:39:02.290 INFO O| May 29 21:39:02.290 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-05-29T21:39:03.690Z[ recovery-image] May 29 21:39:02.310 INFO O| May 29 21:39:02.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49622024-05-29T21:39:03.690Z[ recovery-image] May 29 21:39:02.310 INFO O| May 29 21:39:02.310 INFO STEP 276 (remove_files) COMPLETE
49632024-05-29T21:39:03.693Z[ recovery-image] May 29 21:39:02.310 INFO O| May 29 21:39:02.310 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-05-29T21:39:03.710Z[ recovery-image] May 29 21:39:02.330 INFO O| May 29 21:39:02.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49652024-05-29T21:39:03.710Z[ recovery-image] May 29 21:39:02.330 INFO O| May 29 21:39:02.330 INFO STEP 277 (remove_files) COMPLETE
49662024-05-29T21:39:03.710Z[ recovery-image] May 29 21:39:02.330 INFO O| May 29 21:39:02.330 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-05-29T21:39:03.730Z[ recovery-image] May 29 21:39:02.350 INFO O| May 29 21:39:02.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49682024-05-29T21:39:03.730Z[ recovery-image] May 29 21:39:02.350 INFO O| May 29 21:39:02.350 INFO STEP 278 (remove_files) COMPLETE
49692024-05-29T21:39:03.730Z[ recovery-image] May 29 21:39:02.350 INFO O| May 29 21:39:02.350 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-05-29T21:39:03.753Z[ recovery-image] May 29 21:39:02.373 INFO O| May 29 21:39:02.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49712024-05-29T21:39:03.781Z[ recovery-image] May 29 21:39:02.402 INFO O| May 29 21:39:02.402 INFO STEP 279 (remove_files) COMPLETE
49722024-05-29T21:39:03.781Z[ recovery-image] May 29 21:39:02.402 INFO O| May 29 21:39:02.402 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-05-29T21:39:03.823Z[ recovery-image] May 29 21:39:02.443 INFO O| May 29 21:39:02.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49742024-05-29T21:39:03.823Z[ recovery-image] May 29 21:39:02.443 INFO O| May 29 21:39:02.443 INFO STEP 280 (remove_files) COMPLETE
49752024-05-29T21:39:03.823Z[ recovery-image] May 29 21:39:02.443 INFO O| May 29 21:39:02.443 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-05-29T21:39:03.841Z[ recovery-image] May 29 21:39:02.462 INFO O| May 29 21:39:02.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49772024-05-29T21:39:03.862Z[ recovery-image] May 29 21:39:02.482 INFO O| May 29 21:39:02.482 INFO STEP 281 (remove_files) COMPLETE
49782024-05-29T21:39:03.862Z[ recovery-image] May 29 21:39:02.482 INFO O| May 29 21:39:02.482 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-05-29T21:39:03.899Z[ recovery-image] May 29 21:39:02.520 INFO O| May 29 21:39:02.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49802024-05-29T21:39:03.899Z[ recovery-image] May 29 21:39:02.520 INFO O| May 29 21:39:02.520 INFO STEP 282 (remove_files) COMPLETE
49812024-05-29T21:39:03.899Z[ recovery-image] May 29 21:39:02.520 INFO O| May 29 21:39:02.520 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-05-29T21:39:03.935Z[ recovery-image] May 29 21:39:02.556 INFO O| May 29 21:39:02.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49832024-05-29T21:39:03.936Z[ recovery-image] May 29 21:39:02.556 INFO O| May 29 21:39:02.556 INFO STEP 283 (remove_files) COMPLETE
49842024-05-29T21:39:03.936Z[ recovery-image] May 29 21:39:02.556 INFO O| May 29 21:39:02.556 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-05-29T21:39:03.964Z[ recovery-image] May 29 21:39:02.585 INFO O| May 29 21:39:02.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49862024-05-29T21:39:03.964Z[ recovery-image] May 29 21:39:02.585 INFO O| May 29 21:39:02.585 INFO STEP 284 (remove_files) COMPLETE
49872024-05-29T21:39:03.964Z[ recovery-image] May 29 21:39:02.585 INFO O| May 29 21:39:02.585 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-05-29T21:39:03.983Z[ recovery-image] May 29 21:39:02.604 INFO O| May 29 21:39:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49892024-05-29T21:39:03.983Z[ recovery-image] May 29 21:39:02.604 INFO O| May 29 21:39:02.604 INFO STEP 285 (remove_files) COMPLETE
49902024-05-29T21:39:03.983Z[ recovery-image] May 29 21:39:02.604 INFO O| May 29 21:39:02.604 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-05-29T21:39:04.050Z[ recovery-image] May 29 21:39:02.670 INFO O| May 29 21:39:02.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49922024-05-29T21:39:04.050Z[ recovery-image] May 29 21:39:02.671 INFO O| May 29 21:39:02.670 INFO STEP 286 (remove_files) COMPLETE
49932024-05-29T21:39:04.054Z[ recovery-image] May 29 21:39:02.671 INFO O| May 29 21:39:02.670 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-05-29T21:39:04.081Z[ recovery-image] May 29 21:39:02.699 INFO O| May 29 21:39:02.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49952024-05-29T21:39:04.081Z[ recovery-image] May 29 21:39:02.699 INFO O| May 29 21:39:02.699 INFO STEP 287 (remove_files) COMPLETE
49962024-05-29T21:39:04.084Z[ recovery-image] May 29 21:39:02.699 INFO O| May 29 21:39:02.699 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-05-29T21:39:04.165Z[ recovery-image] May 29 21:39:02.784 INFO O| May 29 21:39:02.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49982024-05-29T21:39:04.165Z[ recovery-image] May 29 21:39:02.784 INFO O| May 29 21:39:02.784 INFO STEP 288 (remove_files) COMPLETE
49992024-05-29T21:39:04.165Z[ recovery-image] May 29 21:39:02.784 INFO O| May 29 21:39:02.784 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-05-29T21:39:04.217Z[ recovery-image] May 29 21:39:02.837 INFO O| May 29 21:39:02.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50012024-05-29T21:39:04.223Z[ recovery-image] May 29 21:39:02.838 INFO O| May 29 21:39:02.838 INFO STEP 289 (remove_files) COMPLETE
50022024-05-29T21:39:04.224Z[ recovery-image] May 29 21:39:02.838 INFO O| May 29 21:39:02.838 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-05-29T21:39:04.271Z[ recovery-image] May 29 21:39:02.891 INFO O| May 29 21:39:02.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50042024-05-29T21:39:04.271Z[ recovery-image] May 29 21:39:02.891 INFO O| May 29 21:39:02.891 INFO STEP 290 (remove_files) COMPLETE
50052024-05-29T21:39:04.271Z[ recovery-image] May 29 21:39:02.891 INFO O| May 29 21:39:02.891 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-05-29T21:39:04.302Z[ recovery-image] May 29 21:39:02.923 INFO O| May 29 21:39:02.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50072024-05-29T21:39:04.302Z[ recovery-image] May 29 21:39:02.923 INFO O| May 29 21:39:02.923 INFO STEP 291 (remove_files) COMPLETE
50082024-05-29T21:39:04.303Z[ recovery-image] May 29 21:39:02.923 INFO O| May 29 21:39:02.923 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-05-29T21:39:04.324Z[ recovery-image] May 29 21:39:02.944 INFO O| May 29 21:39:02.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50102024-05-29T21:39:04.324Z[ recovery-image] May 29 21:39:02.944 INFO O| May 29 21:39:02.944 INFO STEP 292 (remove_files) COMPLETE
50112024-05-29T21:39:04.324Z[ recovery-image] May 29 21:39:02.944 INFO O| May 29 21:39:02.944 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-05-29T21:39:04.343Z[ recovery-image] May 29 21:39:02.963 INFO O| May 29 21:39:02.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50132024-05-29T21:39:04.343Z[ recovery-image] May 29 21:39:02.963 INFO O| May 29 21:39:02.963 INFO STEP 293 (remove_files) COMPLETE
50142024-05-29T21:39:04.343Z[ recovery-image] May 29 21:39:02.963 INFO O| May 29 21:39:02.963 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-05-29T21:39:04.362Z[ recovery-image] May 29 21:39:02.983 INFO O| May 29 21:39:02.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50162024-05-29T21:39:04.362Z[ recovery-image] May 29 21:39:02.983 INFO O| May 29 21:39:02.983 INFO STEP 294 (remove_files) COMPLETE
50172024-05-29T21:39:04.368Z[ recovery-image] May 29 21:39:02.983 INFO O| May 29 21:39:02.983 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-05-29T21:39:04.404Z[ recovery-image] May 29 21:39:03.024 INFO O| May 29 21:39:03.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50192024-05-29T21:39:04.404Z[ recovery-image] May 29 21:39:03.025 INFO O| May 29 21:39:03.024 INFO STEP 295 (remove_files) COMPLETE
50202024-05-29T21:39:04.404Z[ recovery-image] May 29 21:39:03.025 INFO O| May 29 21:39:03.025 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-05-29T21:39:04.422Z[ recovery-image] May 29 21:39:03.043 INFO O| May 29 21:39:03.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50222024-05-29T21:39:04.422Z[ recovery-image] May 29 21:39:03.043 INFO O| May 29 21:39:03.043 INFO STEP 296 (remove_files) COMPLETE
50232024-05-29T21:39:04.426Z[ recovery-image] May 29 21:39:03.043 INFO O| May 29 21:39:03.043 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-05-29T21:39:04.440Z[ recovery-image] May 29 21:39:03.061 INFO O| May 29 21:39:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50252024-05-29T21:39:04.440Z[ recovery-image] May 29 21:39:03.061 INFO O| May 29 21:39:03.061 INFO STEP 297 (remove_files) COMPLETE
50262024-05-29T21:39:04.440Z[ recovery-image] May 29 21:39:03.061 INFO O| May 29 21:39:03.061 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-05-29T21:39:04.459Z[ recovery-image] May 29 21:39:03.080 INFO O| May 29 21:39:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50282024-05-29T21:39:04.459Z[ recovery-image] May 29 21:39:03.080 INFO O| May 29 21:39:03.080 INFO STEP 298 (remove_files) COMPLETE
50292024-05-29T21:39:04.463Z[ recovery-image] May 29 21:39:03.080 INFO O| May 29 21:39:03.080 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-05-29T21:39:04.478Z[ recovery-image] May 29 21:39:03.099 INFO O| May 29 21:39:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50312024-05-29T21:39:04.479Z[ recovery-image] May 29 21:39:03.099 INFO O| May 29 21:39:03.099 INFO STEP 299 (remove_files) COMPLETE
50322024-05-29T21:39:04.485Z[ recovery-image] May 29 21:39:03.099 INFO O| May 29 21:39:03.099 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-05-29T21:39:04.498Z[ recovery-image] May 29 21:39:03.118 INFO O| May 29 21:39:03.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50342024-05-29T21:39:04.498Z[ recovery-image] May 29 21:39:03.119 INFO O| May 29 21:39:03.119 INFO STEP 300 (remove_files) COMPLETE
50352024-05-29T21:39:04.501Z[ recovery-image] May 29 21:39:03.119 INFO O| May 29 21:39:03.119 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-05-29T21:39:04.518Z[ recovery-image] May 29 21:39:03.138 INFO O| May 29 21:39:03.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50372024-05-29T21:39:04.518Z[ recovery-image] May 29 21:39:03.138 INFO O| May 29 21:39:03.138 INFO STEP 301 (remove_files) COMPLETE
50382024-05-29T21:39:04.522Z[ recovery-image] May 29 21:39:03.139 INFO O| May 29 21:39:03.138 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-05-29T21:39:04.538Z[ recovery-image] May 29 21:39:03.159 INFO O| May 29 21:39:03.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50402024-05-29T21:39:04.538Z[ recovery-image] May 29 21:39:03.159 INFO O| May 29 21:39:03.159 INFO STEP 302 (remove_files) COMPLETE
50412024-05-29T21:39:04.538Z[ recovery-image] May 29 21:39:03.159 INFO O| May 29 21:39:03.159 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-05-29T21:39:04.557Z[ recovery-image] May 29 21:39:03.178 INFO O| May 29 21:39:03.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50432024-05-29T21:39:04.557Z[ recovery-image] May 29 21:39:03.178 INFO O| May 29 21:39:03.178 INFO STEP 303 (remove_files) COMPLETE
50442024-05-29T21:39:04.560Z[ recovery-image] May 29 21:39:03.178 INFO O| May 29 21:39:03.178 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-05-29T21:39:04.593Z[ recovery-image] May 29 21:39:03.214 INFO O| May 29 21:39:03.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50462024-05-29T21:39:04.593Z[ recovery-image] May 29 21:39:03.214 INFO O| May 29 21:39:03.214 INFO STEP 304 (remove_files) COMPLETE
50472024-05-29T21:39:04.597Z[ recovery-image] May 29 21:39:03.214 INFO O| May 29 21:39:03.214 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-05-29T21:39:04.615Z[ recovery-image] May 29 21:39:03.236 INFO O| May 29 21:39:03.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50492024-05-29T21:39:04.615Z[ recovery-image] May 29 21:39:03.236 INFO O| May 29 21:39:03.236 INFO STEP 305 (remove_files) COMPLETE
50502024-05-29T21:39:04.615Z[ recovery-image] May 29 21:39:03.236 INFO O| May 29 21:39:03.236 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-05-29T21:39:04.641Z[ recovery-image] May 29 21:39:03.261 INFO O| May 29 21:39:03.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50522024-05-29T21:39:04.641Z[ recovery-image] May 29 21:39:03.261 INFO O| May 29 21:39:03.261 INFO STEP 306 (remove_files) COMPLETE
50532024-05-29T21:39:04.641Z[ recovery-image] May 29 21:39:03.261 INFO O| May 29 21:39:03.261 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-05-29T21:39:04.670Z[ recovery-image] May 29 21:39:03.291 INFO O| May 29 21:39:03.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50552024-05-29T21:39:04.675Z[ recovery-image] May 29 21:39:03.291 INFO O| May 29 21:39:03.291 INFO STEP 307 (remove_files) COMPLETE
50562024-05-29T21:39:04.675Z[ recovery-image] May 29 21:39:03.292 INFO O| May 29 21:39:03.291 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-05-29T21:39:04.691Z[ recovery-image] May 29 21:39:03.312 INFO O| May 29 21:39:03.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50582024-05-29T21:39:04.694Z[ recovery-image] May 29 21:39:03.312 INFO O| May 29 21:39:03.312 INFO STEP 308 (remove_files) COMPLETE
50592024-05-29T21:39:04.695Z[ recovery-image] May 29 21:39:03.312 INFO O| May 29 21:39:03.312 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-05-29T21:39:04.711Z[ recovery-image] May 29 21:39:03.332 INFO O| May 29 21:39:03.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50612024-05-29T21:39:04.714Z[ recovery-image] May 29 21:39:03.332 INFO O| May 29 21:39:03.332 INFO STEP 309 (remove_files) COMPLETE
50622024-05-29T21:39:04.714Z[ recovery-image] May 29 21:39:03.332 INFO O| May 29 21:39:03.332 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-05-29T21:39:04.732Z[ recovery-image] May 29 21:39:03.352 INFO O| May 29 21:39:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50642024-05-29T21:39:04.736Z[ recovery-image] May 29 21:39:03.353 INFO O| May 29 21:39:03.353 INFO STEP 310 (remove_files) COMPLETE
50652024-05-29T21:39:04.736Z[ recovery-image] May 29 21:39:03.353 INFO O| May 29 21:39:03.353 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-05-29T21:39:04.793Z[ recovery-image] May 29 21:39:03.414 INFO O| May 29 21:39:03.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50672024-05-29T21:39:04.793Z[ recovery-image] May 29 21:39:03.414 INFO O| May 29 21:39:03.414 INFO STEP 311 (remove_files) COMPLETE
50682024-05-29T21:39:04.797Z[ recovery-image] May 29 21:39:03.414 INFO O| May 29 21:39:03.414 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-05-29T21:39:04.815Z[ host-image] May 29 21:39:03.436 INFO O| May 29 21:39:03.436 INFO O| Done
50702024-05-29T21:39:04.833Z[ recovery-image] May 29 21:39:03.454 INFO O| May 29 21:39:03.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50712024-05-29T21:39:04.833Z[ recovery-image] May 29 21:39:03.454 INFO O| May 29 21:39:03.454 INFO STEP 312 (remove_files) COMPLETE
50722024-05-29T21:39:04.833Z[ recovery-image] May 29 21:39:03.454 INFO O| May 29 21:39:03.454 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-05-29T21:39:04.854Z[ recovery-image] May 29 21:39:03.475 INFO O| May 29 21:39:03.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50742024-05-29T21:39:04.854Z[ recovery-image] May 29 21:39:03.475 INFO O| May 29 21:39:03.475 INFO STEP 313 (remove_files) COMPLETE
50752024-05-29T21:39:04.854Z[ recovery-image] May 29 21:39:03.475 INFO O| May 29 21:39:03.475 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-05-29T21:39:04.858Z[ host-image] May 29 21:39:03.478 INFO O| May 29 21:39:03.478 INFO O| Done
50772024-05-29T21:39:04.863Z[ host-image] May 29 21:39:03.478 INFO O| May 29 21:39:03.478 INFO O| Done
50782024-05-29T21:39:04.875Z[ recovery-image] May 29 21:39:03.493 INFO O| May 29 21:39:03.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50792024-05-29T21:39:04.875Z[ recovery-image] May 29 21:39:03.493 INFO O| May 29 21:39:03.493 INFO STEP 314 (remove_files) COMPLETE
50802024-05-29T21:39:04.879Z[ recovery-image] May 29 21:39:03.493 INFO O| May 29 21:39:03.493 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-05-29T21:39:04.889Z[ recovery-image] May 29 21:39:03.509 INFO O| May 29 21:39:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50822024-05-29T21:39:04.889Z[ recovery-image] May 29 21:39:03.510 INFO O| May 29 21:39:03.509 INFO STEP 315 (remove_files) COMPLETE
50832024-05-29T21:39:04.892Z[ recovery-image] May 29 21:39:03.510 INFO O| May 29 21:39:03.509 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-05-29T21:39:04.905Z[ host-image] May 29 21:39:03.526 INFO O| May 29 21:39:03.526 INFO O| Done
50852024-05-29T21:39:04.905Z[ recovery-image] May 29 21:39:03.526 INFO O| May 29 21:39:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50862024-05-29T21:39:04.909Z[ recovery-image] May 29 21:39:03.526 INFO O| May 29 21:39:03.526 INFO STEP 316 (remove_files) COMPLETE
50872024-05-29T21:39:04.909Z[ recovery-image] May 29 21:39:03.526 INFO O| May 29 21:39:03.526 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-05-29T21:39:04.934Z[ recovery-image] May 29 21:39:03.555 INFO O| May 29 21:39:03.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50892024-05-29T21:39:04.934Z[ recovery-image] May 29 21:39:03.555 INFO O| May 29 21:39:03.555 INFO STEP 317 (remove_files) COMPLETE
50902024-05-29T21:39:04.934Z[ recovery-image] May 29 21:39:03.555 INFO O| May 29 21:39:03.555 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-05-29T21:39:04.965Z[ recovery-image] May 29 21:39:03.586 INFO O| May 29 21:39:03.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50922024-05-29T21:39:04.965Z[ recovery-image] May 29 21:39:03.586 INFO O| May 29 21:39:03.586 INFO STEP 318 (remove_files) COMPLETE
50932024-05-29T21:39:04.965Z[ recovery-image] May 29 21:39:03.586 INFO O| May 29 21:39:03.586 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-05-29T21:39:04.987Z[ recovery-image] May 29 21:39:03.607 INFO O| May 29 21:39:03.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50952024-05-29T21:39:04.987Z[ recovery-image] May 29 21:39:03.607 INFO O| May 29 21:39:03.607 INFO STEP 319 (remove_files) COMPLETE
50962024-05-29T21:39:04.987Z[ recovery-image] May 29 21:39:03.607 INFO O| May 29 21:39:03.607 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-05-29T21:39:05.026Z[ recovery-image] May 29 21:39:03.647 INFO O| May 29 21:39:03.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50982024-05-29T21:39:05.035Z[ recovery-image] May 29 21:39:03.647 INFO O| May 29 21:39:03.647 INFO STEP 320 (remove_files) COMPLETE
50992024-05-29T21:39:05.035Z[ recovery-image] May 29 21:39:03.647 INFO O| May 29 21:39:03.647 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-05-29T21:39:05.077Z[ recovery-image] May 29 21:39:03.689 INFO O| May 29 21:39:03.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51012024-05-29T21:39:05.077Z[ recovery-image] May 29 21:39:03.690 INFO O| May 29 21:39:03.690 INFO STEP 321 (remove_files) COMPLETE
51022024-05-29T21:39:05.081Z[ recovery-image] May 29 21:39:03.690 INFO O| May 29 21:39:03.690 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO STEP 14 (pkg_install) COMPLETE
51042024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51052024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO skip step because feature "mfg" is not enabled
51062024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51072024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO skip step because feature "compliance" is not enabled
51082024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51092024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO skip step because feature "stress" is not enabled
51102024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51112024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO skip step because feature "nfs" is not enabled
51122024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
51132024-05-29T21:39:05.081Z[ host-image] May 29 21:39:03.698 INFO O| May 29 21:39:03.698 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
51142024-05-29T21:39:05.100Z[ recovery-image] May 29 21:39:03.721 INFO O| May 29 21:39:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51152024-05-29T21:39:05.100Z[ recovery-image] May 29 21:39:03.721 INFO O| May 29 21:39:03.721 INFO STEP 322 (remove_files) COMPLETE
51162024-05-29T21:39:05.104Z[ recovery-image] May 29 21:39:03.721 INFO O| May 29 21:39:03.721 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-05-29T21:39:05.119Z[ recovery-image] May 29 21:39:03.740 INFO O| May 29 21:39:03.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51182024-05-29T21:39:05.119Z[ recovery-image] May 29 21:39:03.740 INFO O| May 29 21:39:03.740 INFO STEP 323 (remove_files) COMPLETE
51192024-05-29T21:39:05.119Z[ recovery-image] May 29 21:39:03.740 INFO O| May 29 21:39:03.740 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-05-29T21:39:05.139Z[ recovery-image] May 29 21:39:03.759 INFO O| May 29 21:39:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51212024-05-29T21:39:05.139Z[ recovery-image] May 29 21:39:03.759 INFO O| May 29 21:39:03.759 INFO STEP 324 (remove_files) COMPLETE
51222024-05-29T21:39:05.142Z[ recovery-image] May 29 21:39:03.759 INFO O| May 29 21:39:03.759 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-05-29T21:39:05.146Z[ host-image] May 29 21:39:03.765 INFO O| May 29 21:39:03.765 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
51242024-05-29T21:39:05.188Z[ recovery-image] May 29 21:39:03.809 INFO O| May 29 21:39:03.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51252024-05-29T21:39:05.188Z[ recovery-image] May 29 21:39:03.809 INFO O| May 29 21:39:03.809 INFO STEP 325 (remove_files) COMPLETE
51262024-05-29T21:39:05.191Z[ recovery-image] May 29 21:39:03.809 INFO O| May 29 21:39:03.809 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-05-29T21:39:05.209Z[ recovery-image] May 29 21:39:03.829 INFO O| May 29 21:39:03.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51282024-05-29T21:39:05.209Z[ recovery-image] May 29 21:39:03.829 INFO O| May 29 21:39:03.829 INFO STEP 326 (remove_files) COMPLETE
51292024-05-29T21:39:05.209Z[ recovery-image] May 29 21:39:03.829 INFO O| May 29 21:39:03.829 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-05-29T21:39:05.228Z[ recovery-image] May 29 21:39:03.849 INFO O| May 29 21:39:03.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51312024-05-29T21:39:05.228Z[ recovery-image] May 29 21:39:03.849 INFO O| May 29 21:39:03.849 INFO STEP 327 (remove_files) COMPLETE
51322024-05-29T21:39:05.228Z[ recovery-image] May 29 21:39:03.849 INFO O| May 29 21:39:03.849 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-05-29T21:39:05.248Z[ recovery-image] May 29 21:39:03.869 INFO O| May 29 21:39:03.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51342024-05-29T21:39:05.248Z[ recovery-image] May 29 21:39:03.869 INFO O| May 29 21:39:03.869 INFO STEP 328 (remove_files) COMPLETE
51352024-05-29T21:39:05.248Z[ recovery-image] May 29 21:39:03.869 INFO O| May 29 21:39:03.869 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-05-29T21:39:05.251Z[ host-image] May 29 21:39:03.872 INFO O| May 29 21:39:03.872 INFO completed processing gimlet/ramdisk-01-os
51372024-05-29T21:39:05.261Z[ host-image] May 29 21:39:03.875 INFO omicron1 baseline generation...
51382024-05-29T21:39:05.261Z[ host-image] May 29 21:39:03.875 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
51392024-05-29T21:39:05.350Z[ recovery-image] May 29 21:39:03.970 INFO O| May 29 21:39:03.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51402024-05-29T21:39:05.350Z[ recovery-image] May 29 21:39:03.970 INFO O| May 29 21:39:03.970 INFO STEP 329 (remove_files) COMPLETE
51412024-05-29T21:39:05.350Z[ recovery-image] May 29 21:39:03.970 INFO O| May 29 21:39:03.970 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-05-29T21:39:05.371Z[ recovery-image] May 29 21:39:03.991 INFO O| May 29 21:39:03.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51432024-05-29T21:39:05.371Z[ recovery-image] May 29 21:39:03.991 INFO O| May 29 21:39:03.991 INFO STEP 330 (remove_files) COMPLETE
51442024-05-29T21:39:05.374Z[ recovery-image] May 29 21:39:03.991 INFO O| May 29 21:39:03.991 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-05-29T21:39:05.431Z[ recovery-image] May 29 21:39:04.052 INFO O| May 29 21:39:04.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51462024-05-29T21:39:05.431Z[ recovery-image] May 29 21:39:04.052 INFO O| May 29 21:39:04.052 INFO STEP 331 (remove_files) COMPLETE
51472024-05-29T21:39:05.431Z[ recovery-image] May 29 21:39:04.052 INFO O| May 29 21:39:04.052 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-05-29T21:39:05.450Z[ recovery-image] May 29 21:39:04.070 INFO O| May 29 21:39:04.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51492024-05-29T21:39:05.450Z[ recovery-image] May 29 21:39:04.071 INFO O| May 29 21:39:04.071 INFO STEP 332 (remove_files) COMPLETE
51502024-05-29T21:39:05.450Z[ recovery-image] May 29 21:39:04.071 INFO O| May 29 21:39:04.071 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-05-29T21:39:05.480Z[ recovery-image] May 29 21:39:04.101 INFO O| May 29 21:39:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51522024-05-29T21:39:05.480Z[ recovery-image] May 29 21:39:04.101 INFO O| May 29 21:39:04.101 INFO STEP 333 (remove_files) COMPLETE
51532024-05-29T21:39:05.484Z[ recovery-image] May 29 21:39:04.101 INFO O| May 29 21:39:04.101 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-05-29T21:39:05.502Z[ recovery-image] May 29 21:39:04.121 INFO O| May 29 21:39:04.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51552024-05-29T21:39:05.502Z[ recovery-image] May 29 21:39:04.122 INFO O| May 29 21:39:04.121 INFO STEP 334 (remove_files) COMPLETE
51562024-05-29T21:39:05.502Z[ recovery-image] May 29 21:39:04.122 INFO O| May 29 21:39:04.121 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-05-29T21:39:05.533Z[ recovery-image] May 29 21:39:04.154 INFO O| May 29 21:39:04.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51582024-05-29T21:39:05.533Z[ recovery-image] May 29 21:39:04.154 INFO O| May 29 21:39:04.154 INFO STEP 335 (remove_files) COMPLETE
51592024-05-29T21:39:05.534Z[ recovery-image] May 29 21:39:04.154 INFO O| May 29 21:39:04.154 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-05-29T21:39:05.553Z[ recovery-image] May 29 21:39:04.174 INFO O| May 29 21:39:04.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51612024-05-29T21:39:05.553Z[ recovery-image] May 29 21:39:04.174 INFO O| May 29 21:39:04.174 INFO STEP 336 (remove_files) COMPLETE
51622024-05-29T21:39:05.557Z[ recovery-image] May 29 21:39:04.174 INFO O| May 29 21:39:04.174 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-05-29T21:39:05.572Z[ recovery-image] May 29 21:39:04.193 INFO O| May 29 21:39:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51642024-05-29T21:39:05.572Z[ recovery-image] May 29 21:39:04.193 INFO O| May 29 21:39:04.193 INFO STEP 337 (remove_files) COMPLETE
51652024-05-29T21:39:05.576Z[ recovery-image] May 29 21:39:04.193 INFO O| May 29 21:39:04.193 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-05-29T21:39:05.591Z[ recovery-image] May 29 21:39:04.212 INFO O| May 29 21:39:04.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51672024-05-29T21:39:05.591Z[ recovery-image] May 29 21:39:04.212 INFO O| May 29 21:39:04.212 INFO STEP 338 (remove_files) COMPLETE
51682024-05-29T21:39:05.591Z[ recovery-image] May 29 21:39:04.212 INFO O| May 29 21:39:04.212 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-05-29T21:39:05.611Z[ recovery-image] May 29 21:39:04.231 INFO O| May 29 21:39:04.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51702024-05-29T21:39:05.611Z[ recovery-image] May 29 21:39:04.231 INFO O| May 29 21:39:04.231 INFO STEP 339 (remove_files) COMPLETE
51712024-05-29T21:39:05.611Z[ recovery-image] May 29 21:39:04.231 INFO O| May 29 21:39:04.231 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-05-29T21:39:05.634Z[ recovery-image] May 29 21:39:04.249 INFO O| May 29 21:39:04.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51732024-05-29T21:39:05.634Z[ recovery-image] May 29 21:39:04.249 INFO O| May 29 21:39:04.249 INFO STEP 340 (remove_files) COMPLETE
51742024-05-29T21:39:05.642Z[ recovery-image] May 29 21:39:04.249 INFO O| May 29 21:39:04.249 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-05-29T21:39:05.684Z[ recovery-image] May 29 21:39:04.301 INFO O| May 29 21:39:04.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51762024-05-29T21:39:05.697Z[ recovery-image] May 29 21:39:04.301 INFO O| May 29 21:39:04.301 INFO STEP 341 (remove_files) COMPLETE
51772024-05-29T21:39:05.697Z[ recovery-image] May 29 21:39:04.301 INFO O| May 29 21:39:04.301 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-05-29T21:39:05.700Z[ recovery-image] May 29 21:39:04.319 INFO O| May 29 21:39:04.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51792024-05-29T21:39:05.700Z[ recovery-image] May 29 21:39:04.319 INFO O| May 29 21:39:04.319 INFO STEP 342 (remove_files) COMPLETE
51802024-05-29T21:39:05.700Z[ recovery-image] May 29 21:39:04.319 INFO O| May 29 21:39:04.319 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-05-29T21:39:05.716Z[ recovery-image] May 29 21:39:04.337 INFO O| May 29 21:39:04.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51822024-05-29T21:39:05.716Z[ recovery-image] May 29 21:39:04.337 INFO O| May 29 21:39:04.337 INFO STEP 343 (remove_files) COMPLETE
51832024-05-29T21:39:05.717Z[ recovery-image] May 29 21:39:04.337 INFO O| May 29 21:39:04.337 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-05-29T21:39:05.734Z[ recovery-image] May 29 21:39:04.355 INFO O| May 29 21:39:04.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51852024-05-29T21:39:05.734Z[ recovery-image] May 29 21:39:04.355 INFO O| May 29 21:39:04.355 INFO STEP 344 (remove_files) COMPLETE
51862024-05-29T21:39:05.734Z[ recovery-image] May 29 21:39:04.355 INFO O| May 29 21:39:04.355 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-05-29T21:39:05.757Z[ recovery-image] May 29 21:39:04.372 INFO O| May 29 21:39:04.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51882024-05-29T21:39:05.757Z[ recovery-image] May 29 21:39:04.372 INFO O| May 29 21:39:04.372 INFO STEP 345 (remove_files) COMPLETE
51892024-05-29T21:39:05.760Z[ recovery-image] May 29 21:39:04.372 INFO O| May 29 21:39:04.372 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-05-29T21:39:05.772Z[ recovery-image] May 29 21:39:04.390 INFO O| May 29 21:39:04.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51912024-05-29T21:39:05.772Z[ recovery-image] May 29 21:39:04.390 INFO O| May 29 21:39:04.390 INFO STEP 346 (remove_files) COMPLETE
51922024-05-29T21:39:05.777Z[ recovery-image] May 29 21:39:04.390 INFO O| May 29 21:39:04.390 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-05-29T21:39:05.788Z[ recovery-image] May 29 21:39:04.408 INFO O| May 29 21:39:04.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51942024-05-29T21:39:05.788Z[ recovery-image] May 29 21:39:04.408 INFO O| May 29 21:39:04.408 INFO STEP 347 (remove_files) COMPLETE
51952024-05-29T21:39:05.788Z[ recovery-image] May 29 21:39:04.408 INFO O| May 29 21:39:04.408 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-05-29T21:39:05.805Z[ recovery-image] May 29 21:39:04.426 INFO O| May 29 21:39:04.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51972024-05-29T21:39:05.805Z[ recovery-image] May 29 21:39:04.426 INFO O| May 29 21:39:04.426 INFO STEP 348 (remove_files) COMPLETE
51982024-05-29T21:39:05.820Z[ recovery-image] May 29 21:39:04.426 INFO O| May 29 21:39:04.426 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-05-29T21:39:05.823Z[ recovery-image] May 29 21:39:04.443 INFO O| May 29 21:39:04.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52002024-05-29T21:39:05.823Z[ recovery-image] May 29 21:39:04.443 INFO O| May 29 21:39:04.443 INFO STEP 349 (remove_files) COMPLETE
52012024-05-29T21:39:05.823Z[ recovery-image] May 29 21:39:04.443 INFO O| May 29 21:39:04.443 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-05-29T21:39:05.840Z[ recovery-image] May 29 21:39:04.460 INFO O| May 29 21:39:04.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52032024-05-29T21:39:05.840Z[ recovery-image] May 29 21:39:04.460 INFO O| May 29 21:39:04.460 INFO STEP 350 (remove_files) COMPLETE
52042024-05-29T21:39:05.840Z[ recovery-image] May 29 21:39:04.460 INFO O| May 29 21:39:04.460 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-05-29T21:39:05.892Z[ recovery-image] May 29 21:39:04.513 INFO O| May 29 21:39:04.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52062024-05-29T21:39:05.896Z[ recovery-image] May 29 21:39:04.513 INFO O| May 29 21:39:04.513 INFO STEP 351 (remove_files) COMPLETE
52072024-05-29T21:39:05.896Z[ recovery-image] May 29 21:39:04.513 INFO O| May 29 21:39:04.513 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-05-29T21:39:05.919Z[ recovery-image] May 29 21:39:04.539 INFO O| May 29 21:39:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52092024-05-29T21:39:05.923Z[ recovery-image] May 29 21:39:04.539 INFO O| May 29 21:39:04.539 INFO STEP 352 (remove_files) COMPLETE
52102024-05-29T21:39:05.923Z[ recovery-image] May 29 21:39:04.539 INFO O| May 29 21:39:04.539 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-05-29T21:39:05.939Z[ recovery-image] May 29 21:39:04.559 INFO O| May 29 21:39:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52122024-05-29T21:39:05.939Z[ recovery-image] May 29 21:39:04.559 INFO O| May 29 21:39:04.559 INFO STEP 353 (remove_files) COMPLETE
52132024-05-29T21:39:05.939Z[ recovery-image] May 29 21:39:04.559 INFO O| May 29 21:39:04.559 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-05-29T21:39:05.962Z[ recovery-image] May 29 21:39:04.580 INFO O| May 29 21:39:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52152024-05-29T21:39:05.962Z[ recovery-image] May 29 21:39:04.580 INFO O| May 29 21:39:04.580 INFO STEP 354 (remove_files) COMPLETE
52162024-05-29T21:39:05.962Z[ recovery-image] May 29 21:39:04.580 INFO O| May 29 21:39:04.580 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-05-29T21:39:05.987Z[ recovery-image] May 29 21:39:04.607 INFO O| May 29 21:39:04.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52182024-05-29T21:39:05.987Z[ recovery-image] May 29 21:39:04.607 INFO O| May 29 21:39:04.607 INFO STEP 355 (remove_files) COMPLETE
52192024-05-29T21:39:05.991Z[ recovery-image] May 29 21:39:04.607 INFO O| May 29 21:39:04.607 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-05-29T21:39:06.017Z[ host-image] May 29 21:39:04.636 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22694:20240520T120816Z
52212024-05-29T21:39:06.025Z[ recovery-image] May 29 21:39:04.644 INFO O| May 29 21:39:04.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52222024-05-29T21:39:06.028Z[ recovery-image] May 29 21:39:04.644 INFO O| May 29 21:39:04.644 INFO STEP 356 (remove_files) COMPLETE
52232024-05-29T21:39:06.029Z[ recovery-image] May 29 21:39:04.644 INFO O| May 29 21:39:04.644 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-05-29T21:39:06.047Z[ recovery-image] May 29 21:39:04.664 INFO O| May 29 21:39:04.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52252024-05-29T21:39:06.047Z[ recovery-image] May 29 21:39:04.664 INFO O| May 29 21:39:04.664 INFO STEP 357 (remove_files) COMPLETE
52262024-05-29T21:39:06.047Z[ recovery-image] May 29 21:39:04.664 INFO O| May 29 21:39:04.664 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-05-29T21:39:06.063Z[ recovery-image] May 29 21:39:04.682 INFO O| May 29 21:39:04.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52282024-05-29T21:39:06.063Z[ recovery-image] May 29 21:39:04.682 INFO O| May 29 21:39:04.682 INFO STEP 358 (remove_files) COMPLETE
52292024-05-29T21:39:06.063Z[ recovery-image] May 29 21:39:04.682 INFO O| May 29 21:39:04.682 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-05-29T21:39:06.084Z[ recovery-image] May 29 21:39:04.705 INFO O| May 29 21:39:04.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52312024-05-29T21:39:06.085Z[ recovery-image] May 29 21:39:04.705 INFO O| May 29 21:39:04.705 INFO STEP 359 (remove_files) COMPLETE
52322024-05-29T21:39:06.085Z[ recovery-image] May 29 21:39:04.705 INFO O| May 29 21:39:04.705 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-05-29T21:39:06.138Z[ recovery-image] May 29 21:39:04.758 INFO O| May 29 21:39:04.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52342024-05-29T21:39:06.138Z[ recovery-image] May 29 21:39:04.758 INFO O| May 29 21:39:04.758 INFO STEP 360 (remove_files) COMPLETE
52352024-05-29T21:39:06.138Z[ recovery-image] May 29 21:39:04.758 INFO O| May 29 21:39:04.758 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-05-29T21:39:06.158Z[ recovery-image] May 29 21:39:04.779 INFO O| May 29 21:39:04.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52372024-05-29T21:39:06.159Z[ recovery-image] May 29 21:39:04.779 INFO O| May 29 21:39:04.779 INFO STEP 361 (remove_files) COMPLETE
52382024-05-29T21:39:06.165Z[ recovery-image] May 29 21:39:04.779 INFO O| May 29 21:39:04.779 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-05-29T21:39:06.179Z[ recovery-image] May 29 21:39:04.799 INFO O| May 29 21:39:04.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52402024-05-29T21:39:06.200Z[ recovery-image] May 29 21:39:04.819 INFO O| May 29 21:39:04.819 INFO STEP 362 (remove_files) COMPLETE
52412024-05-29T21:39:06.200Z[ recovery-image] May 29 21:39:04.819 INFO O| May 29 21:39:04.819 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-05-29T21:39:06.225Z[ recovery-image] May 29 21:39:04.841 INFO O| May 29 21:39:04.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52432024-05-29T21:39:06.231Z[ recovery-image] May 29 21:39:04.841 INFO O| May 29 21:39:04.841 INFO STEP 363 (remove_files) COMPLETE
52442024-05-29T21:39:06.231Z[ recovery-image] May 29 21:39:04.842 INFO O| May 29 21:39:04.841 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-05-29T21:39:06.253Z[ recovery-image] May 29 21:39:04.867 INFO O| May 29 21:39:04.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52462024-05-29T21:39:06.253Z[ recovery-image] May 29 21:39:04.868 INFO O| May 29 21:39:04.868 INFO STEP 364 (remove_files) COMPLETE
52472024-05-29T21:39:06.259Z[ recovery-image] May 29 21:39:04.868 INFO O| May 29 21:39:04.868 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-05-29T21:39:06.293Z[ recovery-image] May 29 21:39:04.913 INFO O| May 29 21:39:04.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52492024-05-29T21:39:06.293Z[ recovery-image] May 29 21:39:04.913 INFO O| May 29 21:39:04.913 INFO STEP 365 (remove_files) COMPLETE
52502024-05-29T21:39:06.296Z[ recovery-image] May 29 21:39:04.913 INFO O| May 29 21:39:04.913 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-05-29T21:39:06.319Z[ recovery-image] May 29 21:39:04.932 INFO O| May 29 21:39:04.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52522024-05-29T21:39:06.319Z[ recovery-image] May 29 21:39:04.932 INFO O| May 29 21:39:04.932 INFO STEP 366 (remove_files) COMPLETE
52532024-05-29T21:39:06.319Z[ recovery-image] May 29 21:39:04.932 INFO O| May 29 21:39:04.932 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-05-29T21:39:06.360Z[ recovery-image] May 29 21:39:04.981 INFO O| May 29 21:39:04.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52552024-05-29T21:39:06.360Z[ recovery-image] May 29 21:39:04.981 INFO O| May 29 21:39:04.981 INFO STEP 367 (remove_files) COMPLETE
52562024-05-29T21:39:06.360Z[ recovery-image] May 29 21:39:04.981 INFO O| May 29 21:39:04.981 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-05-29T21:39:06.395Z[ recovery-image] May 29 21:39:05.015 INFO O| May 29 21:39:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52582024-05-29T21:39:06.395Z[ recovery-image] May 29 21:39:05.015 INFO O| May 29 21:39:05.015 INFO STEP 368 (remove_files) COMPLETE
52592024-05-29T21:39:06.398Z[ recovery-image] May 29 21:39:05.015 INFO O| May 29 21:39:05.015 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-05-29T21:39:06.416Z[ recovery-image] May 29 21:39:05.036 INFO O| May 29 21:39:05.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52612024-05-29T21:39:06.416Z[ recovery-image] May 29 21:39:05.036 INFO O| May 29 21:39:05.036 INFO STEP 369 (remove_files) COMPLETE
52622024-05-29T21:39:06.419Z[ recovery-image] May 29 21:39:05.036 INFO O| May 29 21:39:05.036 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-05-29T21:39:06.465Z[ recovery-image] May 29 21:39:05.086 INFO O| May 29 21:39:05.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52642024-05-29T21:39:06.468Z[ recovery-image] May 29 21:39:05.086 INFO O| May 29 21:39:05.086 INFO STEP 370 (remove_files) COMPLETE
52652024-05-29T21:39:06.468Z[ recovery-image] May 29 21:39:05.086 INFO O| May 29 21:39:05.086 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-05-29T21:39:06.508Z[ recovery-image] May 29 21:39:05.129 INFO O| May 29 21:39:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52672024-05-29T21:39:06.517Z[ recovery-image] May 29 21:39:05.129 INFO O| May 29 21:39:05.129 INFO STEP 371 (remove_files) COMPLETE
52682024-05-29T21:39:06.517Z[ recovery-image] May 29 21:39:05.129 INFO O| May 29 21:39:05.129 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-05-29T21:39:06.557Z[ recovery-image] May 29 21:39:05.176 INFO O| May 29 21:39:05.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52702024-05-29T21:39:06.557Z[ recovery-image] May 29 21:39:05.177 INFO O| May 29 21:39:05.177 INFO STEP 372 (remove_files) COMPLETE
52712024-05-29T21:39:06.557Z[ recovery-image] May 29 21:39:05.177 INFO O| May 29 21:39:05.177 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-05-29T21:39:06.577Z[ recovery-image] May 29 21:39:05.197 INFO O| May 29 21:39:05.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52732024-05-29T21:39:06.577Z[ recovery-image] May 29 21:39:05.197 INFO O| May 29 21:39:05.197 INFO STEP 373 (remove_files) COMPLETE
52742024-05-29T21:39:06.580Z[ recovery-image] May 29 21:39:05.197 INFO O| May 29 21:39:05.197 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-05-29T21:39:06.598Z[ recovery-image] May 29 21:39:05.217 INFO O| May 29 21:39:05.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52762024-05-29T21:39:06.598Z[ recovery-image] May 29 21:39:05.217 INFO O| May 29 21:39:05.217 INFO STEP 374 (remove_files) COMPLETE
52772024-05-29T21:39:06.598Z[ recovery-image] May 29 21:39:05.217 INFO O| May 29 21:39:05.217 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-05-29T21:39:06.618Z[ recovery-image] May 29 21:39:05.234 INFO O| May 29 21:39:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52792024-05-29T21:39:06.625Z[ recovery-image] May 29 21:39:05.245 INFO O| May 29 21:39:05.245 INFO STEP 375 (remove_files) COMPLETE
52802024-05-29T21:39:06.625Z[ recovery-image] May 29 21:39:05.245 INFO O| May 29 21:39:05.245 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-05-29T21:39:06.644Z[ recovery-image] May 29 21:39:05.264 INFO O| May 29 21:39:05.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52822024-05-29T21:39:06.644Z[ recovery-image] May 29 21:39:05.264 INFO O| May 29 21:39:05.264 INFO STEP 376 (remove_files) COMPLETE
52832024-05-29T21:39:06.644Z[ recovery-image] May 29 21:39:05.264 INFO O| May 29 21:39:05.264 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-05-29T21:39:06.662Z[ recovery-image] May 29 21:39:05.282 INFO O| May 29 21:39:05.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52852024-05-29T21:39:06.662Z[ recovery-image] May 29 21:39:05.282 INFO O| May 29 21:39:05.282 INFO STEP 377 (remove_files) COMPLETE
52862024-05-29T21:39:06.666Z[ recovery-image] May 29 21:39:05.283 INFO O| May 29 21:39:05.282 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-05-29T21:39:06.708Z[ recovery-image] May 29 21:39:05.329 INFO O| May 29 21:39:05.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52882024-05-29T21:39:06.708Z[ recovery-image] May 29 21:39:05.329 INFO O| May 29 21:39:05.329 INFO STEP 378 (remove_files) COMPLETE
52892024-05-29T21:39:06.711Z[ recovery-image] May 29 21:39:05.329 INFO O| May 29 21:39:05.329 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-05-29T21:39:06.756Z[ recovery-image] May 29 21:39:05.373 INFO O| May 29 21:39:05.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52912024-05-29T21:39:06.756Z[ recovery-image] May 29 21:39:05.373 INFO O| May 29 21:39:05.373 INFO STEP 379 (remove_files) COMPLETE
52922024-05-29T21:39:06.760Z[ recovery-image] May 29 21:39:05.373 INFO O| May 29 21:39:05.373 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-05-29T21:39:06.778Z[ recovery-image] May 29 21:39:05.396 INFO O| May 29 21:39:05.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52942024-05-29T21:39:06.778Z[ recovery-image] May 29 21:39:05.396 INFO O| May 29 21:39:05.396 INFO STEP 380 (remove_files) COMPLETE
52952024-05-29T21:39:06.783Z[ recovery-image] May 29 21:39:05.396 INFO O| May 29 21:39:05.396 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-05-29T21:39:06.818Z[ recovery-image] May 29 21:39:05.439 INFO O| May 29 21:39:05.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52972024-05-29T21:39:06.819Z[ recovery-image] May 29 21:39:05.439 INFO O| May 29 21:39:05.439 INFO STEP 381 (remove_files) COMPLETE
52982024-05-29T21:39:06.819Z[ recovery-image] May 29 21:39:05.439 INFO O| May 29 21:39:05.439 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-05-29T21:39:06.863Z[ recovery-image] May 29 21:39:05.483 INFO O| May 29 21:39:05.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53002024-05-29T21:39:06.863Z[ recovery-image] May 29 21:39:05.483 INFO O| May 29 21:39:05.483 INFO STEP 382 (remove_files) COMPLETE
53012024-05-29T21:39:06.863Z[ recovery-image] May 29 21:39:05.483 INFO O| May 29 21:39:05.483 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-05-29T21:39:06.881Z[ recovery-image] May 29 21:39:05.501 INFO O| May 29 21:39:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53032024-05-29T21:39:06.881Z[ recovery-image] May 29 21:39:05.501 INFO O| May 29 21:39:05.501 INFO STEP 383 (remove_files) COMPLETE
53042024-05-29T21:39:06.881Z[ recovery-image] May 29 21:39:05.501 INFO O| May 29 21:39:05.501 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-05-29T21:39:06.920Z[ recovery-image] May 29 21:39:05.537 INFO O| May 29 21:39:05.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53062024-05-29T21:39:06.924Z[ recovery-image] May 29 21:39:05.537 INFO O| May 29 21:39:05.537 INFO STEP 384 (remove_files) COMPLETE
53072024-05-29T21:39:06.924Z[ recovery-image] May 29 21:39:05.537 INFO O| May 29 21:39:05.537 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-05-29T21:39:06.946Z[ recovery-image] May 29 21:39:05.565 INFO O| May 29 21:39:05.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53092024-05-29T21:39:06.946Z[ recovery-image] May 29 21:39:05.565 INFO O| May 29 21:39:05.565 INFO STEP 385 (remove_files) COMPLETE
53102024-05-29T21:39:06.946Z[ recovery-image] May 29 21:39:05.565 INFO O| May 29 21:39:05.565 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-05-29T21:39:06.972Z[ recovery-image] May 29 21:39:05.592 INFO O| May 29 21:39:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53122024-05-29T21:39:06.972Z[ recovery-image] May 29 21:39:05.592 INFO O| May 29 21:39:05.592 INFO STEP 386 (remove_files) COMPLETE
53132024-05-29T21:39:06.972Z[ recovery-image] May 29 21:39:05.592 INFO O| May 29 21:39:05.592 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-05-29T21:39:07.019Z[ recovery-image] May 29 21:39:05.639 INFO O| May 29 21:39:05.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53152024-05-29T21:39:07.023Z[ recovery-image] May 29 21:39:05.639 INFO O| May 29 21:39:05.639 INFO STEP 387 (remove_files) COMPLETE
53162024-05-29T21:39:07.023Z[ recovery-image] May 29 21:39:05.640 INFO O| May 29 21:39:05.640 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-05-29T21:39:07.041Z[ recovery-image] May 29 21:39:05.661 INFO O| May 29 21:39:05.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53182024-05-29T21:39:07.046Z[ recovery-image] May 29 21:39:05.661 INFO O| May 29 21:39:05.661 INFO STEP 388 (remove_files) COMPLETE
53192024-05-29T21:39:07.046Z[ recovery-image] May 29 21:39:05.662 INFO O| May 29 21:39:05.662 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-05-29T21:39:07.081Z[ recovery-image] May 29 21:39:05.697 INFO O| May 29 21:39:05.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53212024-05-29T21:39:07.086Z[ recovery-image] May 29 21:39:05.698 INFO O| May 29 21:39:05.697 INFO STEP 389 (remove_files) COMPLETE
53222024-05-29T21:39:07.086Z[ recovery-image] May 29 21:39:05.698 INFO O| May 29 21:39:05.698 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-05-29T21:39:07.098Z[ recovery-image] May 29 21:39:05.718 INFO O| May 29 21:39:05.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53242024-05-29T21:39:07.103Z[ recovery-image] May 29 21:39:05.718 INFO O| May 29 21:39:05.718 INFO STEP 390 (remove_files) COMPLETE
53252024-05-29T21:39:07.103Z[ recovery-image] May 29 21:39:05.718 INFO O| May 29 21:39:05.718 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-05-29T21:39:07.117Z[ recovery-image] May 29 21:39:05.738 INFO O| May 29 21:39:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53272024-05-29T21:39:07.121Z[ recovery-image] May 29 21:39:05.738 INFO O| May 29 21:39:05.738 INFO STEP 391 (remove_files) COMPLETE
53282024-05-29T21:39:07.121Z[ recovery-image] May 29 21:39:05.738 INFO O| May 29 21:39:05.738 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-05-29T21:39:07.136Z[ recovery-image] May 29 21:39:05.757 INFO O| May 29 21:39:05.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53302024-05-29T21:39:07.140Z[ recovery-image] May 29 21:39:05.757 INFO O| May 29 21:39:05.757 INFO STEP 392 (remove_files) COMPLETE
53312024-05-29T21:39:07.140Z[ recovery-image] May 29 21:39:05.757 INFO O| May 29 21:39:05.757 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-05-29T21:39:07.156Z[ recovery-image] May 29 21:39:05.777 INFO O| May 29 21:39:05.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53332024-05-29T21:39:07.164Z[ recovery-image] May 29 21:39:05.777 INFO O| May 29 21:39:05.777 INFO STEP 393 (remove_files) COMPLETE
53342024-05-29T21:39:07.164Z[ recovery-image] May 29 21:39:05.777 INFO O| May 29 21:39:05.777 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-05-29T21:39:07.176Z[ recovery-image] May 29 21:39:05.797 INFO O| May 29 21:39:05.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53362024-05-29T21:39:07.180Z[ recovery-image] May 29 21:39:05.797 INFO O| May 29 21:39:05.797 INFO STEP 394 (remove_files) COMPLETE
53372024-05-29T21:39:07.180Z[ recovery-image] May 29 21:39:05.797 INFO O| May 29 21:39:05.797 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-05-29T21:39:07.194Z[ recovery-image] May 29 21:39:05.815 INFO O| May 29 21:39:05.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53392024-05-29T21:39:07.198Z[ recovery-image] May 29 21:39:05.815 INFO O| May 29 21:39:05.815 INFO STEP 395 (remove_files) COMPLETE
53402024-05-29T21:39:07.198Z[ recovery-image] May 29 21:39:05.815 INFO O| May 29 21:39:05.815 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-05-29T21:39:07.213Z[ recovery-image] May 29 21:39:05.833 INFO O| May 29 21:39:05.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53422024-05-29T21:39:07.220Z[ recovery-image] May 29 21:39:05.840 INFO O| May 29 21:39:05.840 INFO STEP 396 (remove_files) COMPLETE
53432024-05-29T21:39:07.224Z[ recovery-image] May 29 21:39:05.840 INFO O| May 29 21:39:05.840 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-05-29T21:39:07.239Z[ recovery-image] May 29 21:39:05.860 INFO O| May 29 21:39:05.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53452024-05-29T21:39:07.244Z[ recovery-image] May 29 21:39:05.860 INFO O| May 29 21:39:05.860 INFO STEP 397 (remove_files) COMPLETE
53462024-05-29T21:39:07.244Z[ recovery-image] May 29 21:39:05.860 INFO O| May 29 21:39:05.860 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-05-29T21:39:07.258Z[ recovery-image] May 29 21:39:05.879 INFO O| May 29 21:39:05.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53482024-05-29T21:39:07.261Z[ recovery-image] May 29 21:39:05.879 INFO O| May 29 21:39:05.879 INFO STEP 398 (remove_files) COMPLETE
53492024-05-29T21:39:07.261Z[ recovery-image] May 29 21:39:05.879 INFO O| May 29 21:39:05.879 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-05-29T21:39:07.279Z[ recovery-image] May 29 21:39:05.897 INFO O| May 29 21:39:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53512024-05-29T21:39:07.284Z[ recovery-image] May 29 21:39:05.897 INFO O| May 29 21:39:05.897 INFO STEP 399 (remove_files) COMPLETE
53522024-05-29T21:39:07.284Z[ recovery-image] May 29 21:39:05.898 INFO O| May 29 21:39:05.898 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-05-29T21:39:07.295Z[ recovery-image] May 29 21:39:05.916 INFO O| May 29 21:39:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53542024-05-29T21:39:07.299Z[ recovery-image] May 29 21:39:05.916 INFO O| May 29 21:39:05.916 INFO STEP 400 (remove_files) COMPLETE
53552024-05-29T21:39:07.299Z[ recovery-image] May 29 21:39:05.916 INFO O| May 29 21:39:05.916 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-05-29T21:39:07.314Z[ recovery-image] May 29 21:39:05.934 INFO O| May 29 21:39:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53572024-05-29T21:39:07.317Z[ recovery-image] May 29 21:39:05.935 INFO O| May 29 21:39:05.935 INFO STEP 401 (remove_files) COMPLETE
53582024-05-29T21:39:07.317Z[ recovery-image] May 29 21:39:05.935 INFO O| May 29 21:39:05.935 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-05-29T21:39:07.333Z[ recovery-image] May 29 21:39:05.954 INFO O| May 29 21:39:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53602024-05-29T21:39:07.337Z[ recovery-image] May 29 21:39:05.954 INFO O| May 29 21:39:05.954 INFO STEP 402 (remove_files) COMPLETE
53612024-05-29T21:39:07.337Z[ recovery-image] May 29 21:39:05.954 INFO O| May 29 21:39:05.954 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-05-29T21:39:07.353Z[ recovery-image] May 29 21:39:05.974 INFO O| May 29 21:39:05.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53632024-05-29T21:39:07.371Z[ recovery-image] May 29 21:39:05.974 INFO O| May 29 21:39:05.974 INFO STEP 403 (remove_files) COMPLETE
53642024-05-29T21:39:07.371Z[ recovery-image] May 29 21:39:05.974 INFO O| May 29 21:39:05.974 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-05-29T21:39:07.392Z[ recovery-image] May 29 21:39:05.993 INFO O| May 29 21:39:05.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53662024-05-29T21:39:07.392Z[ recovery-image] May 29 21:39:05.993 INFO O| May 29 21:39:05.993 INFO STEP 404 (remove_files) COMPLETE
53672024-05-29T21:39:07.392Z[ recovery-image] May 29 21:39:05.993 INFO O| May 29 21:39:05.993 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-05-29T21:39:07.396Z[ recovery-image] May 29 21:39:06.015 INFO O| May 29 21:39:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53692024-05-29T21:39:07.397Z[ recovery-image] May 29 21:39:06.015 INFO O| May 29 21:39:06.015 INFO STEP 405 (remove_files) COMPLETE
53702024-05-29T21:39:07.397Z[ recovery-image] May 29 21:39:06.015 INFO O| May 29 21:39:06.015 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-05-29T21:39:07.417Z[ recovery-image] May 29 21:39:06.037 INFO O| May 29 21:39:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53722024-05-29T21:39:07.421Z[ recovery-image] May 29 21:39:06.038 INFO O| May 29 21:39:06.038 INFO STEP 406 (remove_files) COMPLETE
53732024-05-29T21:39:07.421Z[ recovery-image] May 29 21:39:06.038 INFO O| May 29 21:39:06.038 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-05-29T21:39:07.439Z[ recovery-image] May 29 21:39:06.059 INFO O| May 29 21:39:06.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53752024-05-29T21:39:07.443Z[ recovery-image] May 29 21:39:06.059 INFO O| May 29 21:39:06.059 INFO STEP 407 (remove_files) COMPLETE
53762024-05-29T21:39:07.443Z[ recovery-image] May 29 21:39:06.060 INFO O| May 29 21:39:06.059 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-05-29T21:39:07.473Z[ recovery-image] May 29 21:39:06.080 INFO O| May 29 21:39:06.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53782024-05-29T21:39:07.473Z[ recovery-image] May 29 21:39:06.081 INFO O| May 29 21:39:06.081 INFO STEP 408 (remove_files) COMPLETE
53792024-05-29T21:39:07.473Z[ recovery-image] May 29 21:39:06.081 INFO O| May 29 21:39:06.081 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-05-29T21:39:07.481Z[ recovery-image] May 29 21:39:06.101 INFO O| May 29 21:39:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53812024-05-29T21:39:07.484Z[ recovery-image] May 29 21:39:06.101 INFO O| May 29 21:39:06.101 INFO STEP 409 (remove_files) COMPLETE
53822024-05-29T21:39:07.484Z[ recovery-image] May 29 21:39:06.101 INFO O| May 29 21:39:06.101 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-05-29T21:39:07.505Z[ recovery-image] May 29 21:39:06.121 INFO O| May 29 21:39:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53842024-05-29T21:39:07.505Z[ recovery-image] May 29 21:39:06.121 INFO O| May 29 21:39:06.121 INFO STEP 410 (remove_files) COMPLETE
53852024-05-29T21:39:07.509Z[ recovery-image] May 29 21:39:06.121 INFO O| May 29 21:39:06.121 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-05-29T21:39:07.519Z[ recovery-image] May 29 21:39:06.139 INFO O| May 29 21:39:06.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53872024-05-29T21:39:07.519Z[ recovery-image] May 29 21:39:06.139 INFO O| May 29 21:39:06.139 INFO STEP 411 (remove_files) COMPLETE
53882024-05-29T21:39:07.524Z[ recovery-image] May 29 21:39:06.139 INFO O| May 29 21:39:06.139 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-05-29T21:39:07.538Z[ recovery-image] May 29 21:39:06.158 INFO O| May 29 21:39:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53902024-05-29T21:39:07.538Z[ recovery-image] May 29 21:39:06.159 INFO O| May 29 21:39:06.158 INFO STEP 412 (remove_files) COMPLETE
53912024-05-29T21:39:07.538Z[ recovery-image] May 29 21:39:06.159 INFO O| May 29 21:39:06.158 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-05-29T21:39:07.557Z[ recovery-image] May 29 21:39:06.177 INFO O| May 29 21:39:06.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53932024-05-29T21:39:07.558Z[ recovery-image] May 29 21:39:06.178 INFO O| May 29 21:39:06.177 INFO STEP 413 (remove_files) COMPLETE
53942024-05-29T21:39:07.558Z[ recovery-image] May 29 21:39:06.178 INFO O| May 29 21:39:06.178 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-05-29T21:39:07.579Z[ recovery-image] May 29 21:39:06.196 INFO O| May 29 21:39:06.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53962024-05-29T21:39:07.585Z[ recovery-image] May 29 21:39:06.196 INFO O| May 29 21:39:06.196 INFO STEP 414 (remove_files) COMPLETE
53972024-05-29T21:39:07.585Z[ recovery-image] May 29 21:39:06.196 INFO O| May 29 21:39:06.196 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-05-29T21:39:07.599Z[ recovery-image] May 29 21:39:06.213 INFO O| May 29 21:39:06.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53992024-05-29T21:39:07.600Z[ recovery-image] May 29 21:39:06.213 INFO O| May 29 21:39:06.213 INFO STEP 415 (remove_files) COMPLETE
54002024-05-29T21:39:07.600Z[ recovery-image] May 29 21:39:06.213 INFO O| May 29 21:39:06.213 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-05-29T21:39:07.609Z[ recovery-image] May 29 21:39:06.229 INFO O| May 29 21:39:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54022024-05-29T21:39:07.609Z[ recovery-image] May 29 21:39:06.229 INFO O| May 29 21:39:06.229 INFO STEP 416 (remove_files) COMPLETE
54032024-05-29T21:39:07.612Z[ recovery-image] May 29 21:39:06.230 INFO O| May 29 21:39:06.229 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-05-29T21:39:07.626Z[ recovery-image] May 29 21:39:06.247 INFO O| May 29 21:39:06.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54052024-05-29T21:39:07.626Z[ recovery-image] May 29 21:39:06.247 INFO O| May 29 21:39:06.247 INFO STEP 417 (remove_files) COMPLETE
54062024-05-29T21:39:07.627Z[ recovery-image] May 29 21:39:06.247 INFO O| May 29 21:39:06.247 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-05-29T21:39:07.644Z[ recovery-image] May 29 21:39:06.264 INFO O| May 29 21:39:06.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54082024-05-29T21:39:07.644Z[ recovery-image] May 29 21:39:06.264 INFO O| May 29 21:39:06.264 INFO STEP 418 (remove_files) COMPLETE
54092024-05-29T21:39:07.644Z[ recovery-image] May 29 21:39:06.264 INFO O| May 29 21:39:06.264 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-05-29T21:39:07.665Z[ recovery-image] May 29 21:39:06.282 INFO O| May 29 21:39:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54112024-05-29T21:39:07.665Z[ recovery-image] May 29 21:39:06.282 INFO O| May 29 21:39:06.282 INFO STEP 419 (remove_files) COMPLETE
54122024-05-29T21:39:07.665Z[ recovery-image] May 29 21:39:06.282 INFO O| May 29 21:39:06.282 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-05-29T21:39:07.679Z[ recovery-image] May 29 21:39:06.300 INFO O| May 29 21:39:06.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54142024-05-29T21:39:07.679Z[ recovery-image] May 29 21:39:06.300 INFO O| May 29 21:39:06.300 INFO STEP 420 (remove_files) COMPLETE
54152024-05-29T21:39:07.680Z[ recovery-image] May 29 21:39:06.300 INFO O| May 29 21:39:06.300 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-05-29T21:39:07.725Z[ recovery-image] May 29 21:39:06.346 INFO O| May 29 21:39:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54172024-05-29T21:39:07.730Z[ recovery-image] May 29 21:39:06.346 INFO O| May 29 21:39:06.346 INFO STEP 421 (remove_files) COMPLETE
54182024-05-29T21:39:07.730Z[ recovery-image] May 29 21:39:06.347 INFO O| May 29 21:39:06.346 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-05-29T21:39:07.752Z[ recovery-image] May 29 21:39:06.372 INFO O| May 29 21:39:06.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54202024-05-29T21:39:07.752Z[ recovery-image] May 29 21:39:06.372 INFO O| May 29 21:39:06.372 INFO STEP 422 (remove_files) COMPLETE
54212024-05-29T21:39:07.755Z[ recovery-image] May 29 21:39:06.372 INFO O| May 29 21:39:06.372 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-05-29T21:39:07.771Z[ recovery-image] May 29 21:39:06.392 INFO O| May 29 21:39:06.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54232024-05-29T21:39:07.771Z[ recovery-image] May 29 21:39:06.392 INFO O| May 29 21:39:06.392 INFO STEP 423 (remove_files) COMPLETE
54242024-05-29T21:39:07.772Z[ recovery-image] May 29 21:39:06.392 INFO O| May 29 21:39:06.392 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-05-29T21:39:07.790Z[ recovery-image] May 29 21:39:06.411 INFO O| May 29 21:39:06.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54262024-05-29T21:39:07.790Z[ recovery-image] May 29 21:39:06.411 INFO O| May 29 21:39:06.411 INFO STEP 424 (remove_files) COMPLETE
54272024-05-29T21:39:07.790Z[ recovery-image] May 29 21:39:06.411 INFO O| May 29 21:39:06.411 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-05-29T21:39:07.808Z[ recovery-image] May 29 21:39:06.428 INFO O| May 29 21:39:06.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54292024-05-29T21:39:07.808Z[ recovery-image] May 29 21:39:06.428 INFO O| May 29 21:39:06.428 INFO STEP 425 (remove_files) COMPLETE
54302024-05-29T21:39:07.811Z[ recovery-image] May 29 21:39:06.429 INFO O| May 29 21:39:06.428 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-05-29T21:39:07.830Z[ recovery-image] May 29 21:39:06.450 INFO O| May 29 21:39:06.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54322024-05-29T21:39:07.830Z[ recovery-image] May 29 21:39:06.450 INFO O| May 29 21:39:06.450 INFO STEP 426 (remove_files) COMPLETE
54332024-05-29T21:39:07.834Z[ recovery-image] May 29 21:39:06.451 INFO O| May 29 21:39:06.450 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-05-29T21:39:07.865Z[ recovery-image] May 29 21:39:06.485 INFO O| May 29 21:39:06.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54352024-05-29T21:39:07.865Z[ recovery-image] May 29 21:39:06.485 INFO O| May 29 21:39:06.485 INFO STEP 427 (remove_files) COMPLETE
54362024-05-29T21:39:07.865Z[ recovery-image] May 29 21:39:06.485 INFO O| May 29 21:39:06.485 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-05-29T21:39:07.883Z[ recovery-image] May 29 21:39:06.503 INFO O| May 29 21:39:06.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54382024-05-29T21:39:07.883Z[ recovery-image] May 29 21:39:06.503 INFO O| May 29 21:39:06.503 INFO STEP 428 (remove_files) COMPLETE
54392024-05-29T21:39:07.883Z[ recovery-image] May 29 21:39:06.503 INFO O| May 29 21:39:06.503 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-05-29T21:39:07.912Z[ recovery-image] May 29 21:39:06.532 INFO O| May 29 21:39:06.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54412024-05-29T21:39:07.912Z[ recovery-image] May 29 21:39:06.532 INFO O| May 29 21:39:06.532 INFO STEP 429 (remove_files) COMPLETE
54422024-05-29T21:39:07.916Z[ recovery-image] May 29 21:39:06.533 INFO O| May 29 21:39:06.532 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-05-29T21:39:07.932Z[ recovery-image] May 29 21:39:06.553 INFO O| May 29 21:39:06.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54442024-05-29T21:39:07.932Z[ recovery-image] May 29 21:39:06.553 INFO O| May 29 21:39:06.553 INFO STEP 430 (remove_files) COMPLETE
54452024-05-29T21:39:07.936Z[ recovery-image] May 29 21:39:06.553 INFO O| May 29 21:39:06.553 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-05-29T21:39:07.957Z[ recovery-image] May 29 21:39:06.578 INFO O| May 29 21:39:06.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54472024-05-29T21:39:07.957Z[ recovery-image] May 29 21:39:06.578 INFO O| May 29 21:39:06.578 INFO STEP 431 (remove_files) COMPLETE
54482024-05-29T21:39:07.957Z[ recovery-image] May 29 21:39:06.578 INFO O| May 29 21:39:06.578 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-05-29T21:39:07.996Z[ recovery-image] May 29 21:39:06.615 INFO O| May 29 21:39:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54502024-05-29T21:39:07.996Z[ recovery-image] May 29 21:39:06.615 INFO O| May 29 21:39:06.615 INFO STEP 432 (remove_files) COMPLETE
54512024-05-29T21:39:07.996Z[ recovery-image] May 29 21:39:06.615 INFO O| May 29 21:39:06.615 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-05-29T21:39:08.028Z[ recovery-image] May 29 21:39:06.648 INFO O| May 29 21:39:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54532024-05-29T21:39:08.028Z[ recovery-image] May 29 21:39:06.648 INFO O| May 29 21:39:06.648 INFO STEP 433 (remove_files) COMPLETE
54542024-05-29T21:39:08.029Z[ recovery-image] May 29 21:39:06.648 INFO O| May 29 21:39:06.648 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-05-29T21:39:08.051Z[ recovery-image] May 29 21:39:06.668 INFO O| May 29 21:39:06.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54562024-05-29T21:39:08.052Z[ recovery-image] May 29 21:39:06.668 INFO O| May 29 21:39:06.668 INFO STEP 434 (remove_files) COMPLETE
54572024-05-29T21:39:08.052Z[ recovery-image] May 29 21:39:06.668 INFO O| May 29 21:39:06.668 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-05-29T21:39:08.067Z[ recovery-image] May 29 21:39:06.688 INFO O| May 29 21:39:06.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54592024-05-29T21:39:08.071Z[ recovery-image] May 29 21:39:06.688 INFO O| May 29 21:39:06.688 INFO STEP 435 (remove_files) COMPLETE
54602024-05-29T21:39:08.071Z[ recovery-image] May 29 21:39:06.688 INFO O| May 29 21:39:06.688 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-05-29T21:39:08.088Z[ recovery-image] May 29 21:39:06.705 INFO O| May 29 21:39:06.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54622024-05-29T21:39:08.088Z[ recovery-image] May 29 21:39:06.706 INFO O| May 29 21:39:06.706 INFO STEP 436 (remove_files) COMPLETE
54632024-05-29T21:39:08.088Z[ recovery-image] May 29 21:39:06.706 INFO O| May 29 21:39:06.706 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-05-29T21:39:08.102Z[ recovery-image] May 29 21:39:06.722 INFO O| May 29 21:39:06.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54652024-05-29T21:39:08.102Z[ recovery-image] May 29 21:39:06.722 INFO O| May 29 21:39:06.722 INFO STEP 437 (remove_files) COMPLETE
54662024-05-29T21:39:08.105Z[ recovery-image] May 29 21:39:06.722 INFO O| May 29 21:39:06.722 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-05-29T21:39:08.119Z[ recovery-image] May 29 21:39:06.740 INFO O| May 29 21:39:06.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54682024-05-29T21:39:08.119Z[ recovery-image] May 29 21:39:06.740 INFO O| May 29 21:39:06.740 INFO STEP 438 (remove_files) COMPLETE
54692024-05-29T21:39:08.120Z[ recovery-image] May 29 21:39:06.740 INFO O| May 29 21:39:06.740 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-05-29T21:39:08.140Z[ recovery-image] May 29 21:39:06.759 INFO O| May 29 21:39:06.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54712024-05-29T21:39:08.140Z[ recovery-image] May 29 21:39:06.759 INFO O| May 29 21:39:06.759 INFO STEP 439 (remove_files) COMPLETE
54722024-05-29T21:39:08.140Z[ recovery-image] May 29 21:39:06.759 INFO O| May 29 21:39:06.759 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-05-29T21:39:08.159Z[ recovery-image] May 29 21:39:06.779 INFO O| May 29 21:39:06.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54742024-05-29T21:39:08.162Z[ recovery-image] May 29 21:39:06.779 INFO O| May 29 21:39:06.779 INFO STEP 440 (remove_files) COMPLETE
54752024-05-29T21:39:08.162Z[ recovery-image] May 29 21:39:06.779 INFO O| May 29 21:39:06.779 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-05-29T21:39:08.178Z[ recovery-image] May 29 21:39:06.799 INFO O| May 29 21:39:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54772024-05-29T21:39:08.178Z[ recovery-image] May 29 21:39:06.799 INFO O| May 29 21:39:06.799 INFO STEP 441 (remove_files) COMPLETE
54782024-05-29T21:39:08.182Z[ recovery-image] May 29 21:39:06.799 INFO O| May 29 21:39:06.799 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-05-29T21:39:08.199Z[ recovery-image] May 29 21:39:06.820 INFO O| May 29 21:39:06.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54802024-05-29T21:39:08.199Z[ recovery-image] May 29 21:39:06.820 INFO O| May 29 21:39:06.820 INFO STEP 442 (remove_files) COMPLETE
54812024-05-29T21:39:08.203Z[ recovery-image] May 29 21:39:06.820 INFO O| May 29 21:39:06.820 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-05-29T21:39:08.220Z[ recovery-image] May 29 21:39:06.840 INFO O| May 29 21:39:06.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54832024-05-29T21:39:08.220Z[ recovery-image] May 29 21:39:06.840 INFO O| May 29 21:39:06.840 INFO STEP 443 (remove_files) COMPLETE
54842024-05-29T21:39:08.227Z[ recovery-image] May 29 21:39:06.840 INFO O| May 29 21:39:06.840 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-05-29T21:39:08.246Z[ recovery-image] May 29 21:39:06.862 INFO O| May 29 21:39:06.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54862024-05-29T21:39:08.246Z[ recovery-image] May 29 21:39:06.862 INFO O| May 29 21:39:06.862 INFO STEP 444 (remove_files) COMPLETE
54872024-05-29T21:39:08.250Z[ recovery-image] May 29 21:39:06.862 INFO O| May 29 21:39:06.862 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-05-29T21:39:08.296Z[ recovery-image] May 29 21:39:06.916 INFO O| May 29 21:39:06.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54892024-05-29T21:39:08.296Z[ recovery-image] May 29 21:39:06.916 INFO O| May 29 21:39:06.916 INFO STEP 445 (remove_files) COMPLETE
54902024-05-29T21:39:08.296Z[ recovery-image] May 29 21:39:06.916 INFO O| May 29 21:39:06.916 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-05-29T21:39:08.334Z[ recovery-image] May 29 21:39:06.953 INFO O| May 29 21:39:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54922024-05-29T21:39:08.334Z[ recovery-image] May 29 21:39:06.954 INFO O| May 29 21:39:06.953 INFO STEP 446 (remove_files) COMPLETE
54932024-05-29T21:39:08.334Z[ recovery-image] May 29 21:39:06.954 INFO O| May 29 21:39:06.954 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-05-29T21:39:08.368Z[ recovery-image] May 29 21:39:06.988 INFO O| May 29 21:39:06.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54952024-05-29T21:39:08.368Z[ recovery-image] May 29 21:39:06.988 INFO O| May 29 21:39:06.988 INFO STEP 447 (remove_files) COMPLETE
54962024-05-29T21:39:08.368Z[ recovery-image] May 29 21:39:06.988 INFO O| May 29 21:39:06.988 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-05-29T21:39:08.403Z[ recovery-image] May 29 21:39:07.013 INFO O| May 29 21:39:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54982024-05-29T21:39:08.403Z[ recovery-image] May 29 21:39:07.013 INFO O| May 29 21:39:07.013 INFO STEP 448 (remove_files) COMPLETE
54992024-05-29T21:39:08.403Z[ recovery-image] May 29 21:39:07.013 INFO O| May 29 21:39:07.013 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-05-29T21:39:08.413Z[ recovery-image] May 29 21:39:07.034 INFO O| May 29 21:39:07.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55012024-05-29T21:39:08.413Z[ recovery-image] May 29 21:39:07.034 INFO O| May 29 21:39:07.034 INFO STEP 449 (remove_files) COMPLETE
55022024-05-29T21:39:08.413Z[ recovery-image] May 29 21:39:07.034 INFO O| May 29 21:39:07.034 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-05-29T21:39:08.442Z[ recovery-image] May 29 21:39:07.060 INFO O| May 29 21:39:07.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55042024-05-29T21:39:08.446Z[ recovery-image] May 29 21:39:07.060 INFO O| May 29 21:39:07.060 INFO STEP 450 (remove_files) COMPLETE
55052024-05-29T21:39:08.446Z[ recovery-image] May 29 21:39:07.061 INFO O| May 29 21:39:07.060 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-05-29T21:39:08.470Z[ recovery-image] May 29 21:39:07.089 INFO O| May 29 21:39:07.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55072024-05-29T21:39:08.474Z[ recovery-image] May 29 21:39:07.089 INFO O| May 29 21:39:07.089 INFO STEP 451 (remove_files) COMPLETE
55082024-05-29T21:39:08.474Z[ recovery-image] May 29 21:39:07.090 INFO O| May 29 21:39:07.089 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-05-29T21:39:08.491Z[ recovery-image] May 29 21:39:07.111 INFO O| May 29 21:39:07.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55102024-05-29T21:39:08.497Z[ recovery-image] May 29 21:39:07.111 INFO O| May 29 21:39:07.111 INFO STEP 452 (remove_files) COMPLETE
55112024-05-29T21:39:08.497Z[ recovery-image] May 29 21:39:07.111 INFO O| May 29 21:39:07.111 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-05-29T21:39:08.512Z[ recovery-image] May 29 21:39:07.131 INFO O| May 29 21:39:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55132024-05-29T21:39:08.515Z[ recovery-image] May 29 21:39:07.132 INFO O| May 29 21:39:07.131 INFO STEP 453 (remove_files) COMPLETE
55142024-05-29T21:39:08.516Z[ recovery-image] May 29 21:39:07.132 INFO O| May 29 21:39:07.132 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-05-29T21:39:08.532Z[ recovery-image] May 29 21:39:07.153 INFO O| May 29 21:39:07.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55162024-05-29T21:39:08.536Z[ recovery-image] May 29 21:39:07.153 INFO O| May 29 21:39:07.153 INFO STEP 454 (remove_files) COMPLETE
55172024-05-29T21:39:08.536Z[ recovery-image] May 29 21:39:07.153 INFO O| May 29 21:39:07.153 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-05-29T21:39:08.553Z[ recovery-image] May 29 21:39:07.174 INFO O| May 29 21:39:07.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55192024-05-29T21:39:08.556Z[ recovery-image] May 29 21:39:07.174 INFO O| May 29 21:39:07.174 INFO STEP 455 (remove_files) COMPLETE
55202024-05-29T21:39:08.556Z[ recovery-image] May 29 21:39:07.174 INFO O| May 29 21:39:07.174 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-05-29T21:39:08.572Z[ recovery-image] May 29 21:39:07.193 INFO O| May 29 21:39:07.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55222024-05-29T21:39:08.575Z[ recovery-image] May 29 21:39:07.193 INFO O| May 29 21:39:07.193 INFO STEP 456 (remove_files) COMPLETE
55232024-05-29T21:39:08.575Z[ recovery-image] May 29 21:39:07.193 INFO O| May 29 21:39:07.193 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-05-29T21:39:08.597Z[ recovery-image] May 29 21:39:07.218 INFO O| May 29 21:39:07.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55252024-05-29T21:39:08.597Z[ recovery-image] May 29 21:39:07.218 INFO O| May 29 21:39:07.218 INFO STEP 457 (remove_files) COMPLETE
55262024-05-29T21:39:08.603Z[ recovery-image] May 29 21:39:07.218 INFO O| May 29 21:39:07.218 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-05-29T21:39:08.628Z[ recovery-image] May 29 21:39:07.249 INFO O| May 29 21:39:07.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55282024-05-29T21:39:08.629Z[ recovery-image] May 29 21:39:07.249 INFO O| May 29 21:39:07.249 INFO STEP 458 (remove_files) COMPLETE
55292024-05-29T21:39:08.633Z[ recovery-image] May 29 21:39:07.249 INFO O| May 29 21:39:07.249 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-05-29T21:39:08.693Z[ recovery-image] May 29 21:39:07.311 INFO O| May 29 21:39:07.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55312024-05-29T21:39:08.696Z[ recovery-image] May 29 21:39:07.311 INFO O| May 29 21:39:07.311 INFO STEP 459 (remove_files) COMPLETE
55322024-05-29T21:39:08.696Z[ recovery-image] May 29 21:39:07.311 INFO O| May 29 21:39:07.311 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-05-29T21:39:08.711Z[ recovery-image] May 29 21:39:07.331 INFO O| May 29 21:39:07.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55342024-05-29T21:39:08.714Z[ recovery-image] May 29 21:39:07.332 INFO O| May 29 21:39:07.332 INFO STEP 460 (remove_files) COMPLETE
55352024-05-29T21:39:08.714Z[ recovery-image] May 29 21:39:07.332 INFO O| May 29 21:39:07.332 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-05-29T21:39:08.730Z[ recovery-image] May 29 21:39:07.350 INFO O| May 29 21:39:07.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55372024-05-29T21:39:08.733Z[ recovery-image] May 29 21:39:07.351 INFO O| May 29 21:39:07.351 INFO STEP 461 (remove_files) COMPLETE
55382024-05-29T21:39:08.733Z[ recovery-image] May 29 21:39:07.351 INFO O| May 29 21:39:07.351 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-05-29T21:39:08.843Z[ recovery-image] May 29 21:39:07.464 INFO O| May 29 21:39:07.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55402024-05-29T21:39:08.843Z[ recovery-image] May 29 21:39:07.464 INFO O| May 29 21:39:07.464 INFO STEP 462 (remove_files) COMPLETE
55412024-05-29T21:39:08.843Z[ recovery-image] May 29 21:39:07.464 INFO O| May 29 21:39:07.464 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-05-29T21:39:08.866Z[ recovery-image] May 29 21:39:07.485 INFO O| May 29 21:39:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55432024-05-29T21:39:08.866Z[ recovery-image] May 29 21:39:07.485 INFO O| May 29 21:39:07.485 INFO STEP 463 (remove_files) COMPLETE
55442024-05-29T21:39:08.866Z[ recovery-image] May 29 21:39:07.485 INFO O| May 29 21:39:07.485 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-05-29T21:39:08.885Z[ recovery-image] May 29 21:39:07.505 INFO O| May 29 21:39:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55462024-05-29T21:39:08.885Z[ recovery-image] May 29 21:39:07.506 INFO O| May 29 21:39:07.506 INFO STEP 464 (remove_files) COMPLETE
55472024-05-29T21:39:08.885Z[ recovery-image] May 29 21:39:07.506 INFO O| May 29 21:39:07.506 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-05-29T21:39:08.906Z[ recovery-image] May 29 21:39:07.524 INFO O| May 29 21:39:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55492024-05-29T21:39:08.906Z[ recovery-image] May 29 21:39:07.524 INFO O| May 29 21:39:07.524 INFO STEP 465 (remove_files) COMPLETE
55502024-05-29T21:39:08.906Z[ recovery-image] May 29 21:39:07.525 INFO O| May 29 21:39:07.524 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-05-29T21:39:08.923Z[ recovery-image] May 29 21:39:07.543 INFO O| May 29 21:39:07.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55522024-05-29T21:39:08.923Z[ recovery-image] May 29 21:39:07.543 INFO O| May 29 21:39:07.543 INFO STEP 466 (remove_files) COMPLETE
55532024-05-29T21:39:08.923Z[ recovery-image] May 29 21:39:07.543 INFO O| May 29 21:39:07.543 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-05-29T21:39:08.942Z[ recovery-image] May 29 21:39:07.562 INFO O| May 29 21:39:07.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55552024-05-29T21:39:08.942Z[ recovery-image] May 29 21:39:07.562 INFO O| May 29 21:39:07.562 INFO STEP 467 (remove_files) COMPLETE
55562024-05-29T21:39:08.942Z[ recovery-image] May 29 21:39:07.562 INFO O| May 29 21:39:07.562 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-05-29T21:39:08.971Z[ recovery-image] May 29 21:39:07.588 INFO O| May 29 21:39:07.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55582024-05-29T21:39:08.971Z[ recovery-image] May 29 21:39:07.588 INFO O| May 29 21:39:07.588 INFO STEP 468 (remove_files) COMPLETE
55592024-05-29T21:39:08.974Z[ recovery-image] May 29 21:39:07.588 INFO O| May 29 21:39:07.588 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-05-29T21:39:09.007Z[ recovery-image] May 29 21:39:07.627 INFO O| May 29 21:39:07.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55612024-05-29T21:39:09.007Z[ recovery-image] May 29 21:39:07.627 INFO O| May 29 21:39:07.627 INFO STEP 469 (remove_files) COMPLETE
55622024-05-29T21:39:09.007Z[ recovery-image] May 29 21:39:07.627 INFO O| May 29 21:39:07.627 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-05-29T21:39:09.026Z[ recovery-image] May 29 21:39:07.646 INFO O| May 29 21:39:07.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55642024-05-29T21:39:09.026Z[ recovery-image] May 29 21:39:07.646 INFO O| May 29 21:39:07.646 INFO STEP 470 (remove_files) COMPLETE
55652024-05-29T21:39:09.026Z[ recovery-image] May 29 21:39:07.646 INFO O| May 29 21:39:07.646 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-05-29T21:39:09.051Z[ recovery-image] May 29 21:39:07.671 INFO O| May 29 21:39:07.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55672024-05-29T21:39:09.052Z[ recovery-image] May 29 21:39:07.671 INFO O| May 29 21:39:07.671 INFO STEP 471 (remove_files) COMPLETE
55682024-05-29T21:39:09.052Z[ recovery-image] May 29 21:39:07.671 INFO O| May 29 21:39:07.671 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-05-29T21:39:09.083Z[ recovery-image] May 29 21:39:07.703 INFO O| May 29 21:39:07.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55702024-05-29T21:39:09.083Z[ recovery-image] May 29 21:39:07.703 INFO O| May 29 21:39:07.703 INFO STEP 472 (remove_files) COMPLETE
55712024-05-29T21:39:09.083Z[ recovery-image] May 29 21:39:07.703 INFO O| May 29 21:39:07.703 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-05-29T21:39:09.116Z[ recovery-image] May 29 21:39:07.736 INFO O| May 29 21:39:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55732024-05-29T21:39:09.119Z[ recovery-image] May 29 21:39:07.737 INFO O| May 29 21:39:07.737 INFO STEP 473 (remove_files) COMPLETE
55742024-05-29T21:39:09.119Z[ recovery-image] May 29 21:39:07.737 INFO O| May 29 21:39:07.737 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-05-29T21:39:09.135Z[ recovery-image] May 29 21:39:07.755 INFO O| May 29 21:39:07.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55762024-05-29T21:39:09.138Z[ recovery-image] May 29 21:39:07.755 INFO O| May 29 21:39:07.755 INFO STEP 474 (remove_files) COMPLETE
55772024-05-29T21:39:09.138Z[ recovery-image] May 29 21:39:07.755 INFO O| May 29 21:39:07.755 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-05-29T21:39:09.173Z[ recovery-image] May 29 21:39:07.793 INFO O| May 29 21:39:07.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55792024-05-29T21:39:09.176Z[ recovery-image] May 29 21:39:07.793 INFO O| May 29 21:39:07.793 INFO STEP 475 (remove_files) COMPLETE
55802024-05-29T21:39:09.176Z[ recovery-image] May 29 21:39:07.794 INFO O| May 29 21:39:07.793 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-05-29T21:39:09.202Z[ recovery-image] May 29 21:39:07.811 INFO O| May 29 21:39:07.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55822024-05-29T21:39:09.209Z[ recovery-image] May 29 21:39:07.812 INFO O| May 29 21:39:07.811 INFO STEP 476 (remove_files) COMPLETE
55832024-05-29T21:39:09.209Z[ recovery-image] May 29 21:39:07.812 INFO O| May 29 21:39:07.812 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-05-29T21:39:09.228Z[ recovery-image] May 29 21:39:07.848 INFO O| May 29 21:39:07.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55852024-05-29T21:39:09.228Z[ recovery-image] May 29 21:39:07.848 INFO O| May 29 21:39:07.848 INFO STEP 477 (remove_files) COMPLETE
55862024-05-29T21:39:09.228Z[ recovery-image] May 29 21:39:07.848 INFO O| May 29 21:39:07.848 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-05-29T21:39:09.245Z[ recovery-image] May 29 21:39:07.865 INFO O| May 29 21:39:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55882024-05-29T21:39:09.245Z[ recovery-image] May 29 21:39:07.865 INFO O| May 29 21:39:07.865 INFO STEP 478 (remove_files) COMPLETE
55892024-05-29T21:39:09.245Z[ recovery-image] May 29 21:39:07.865 INFO O| May 29 21:39:07.865 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-05-29T21:39:09.262Z[ recovery-image] May 29 21:39:07.883 INFO O| May 29 21:39:07.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55912024-05-29T21:39:09.263Z[ recovery-image] May 29 21:39:07.883 INFO O| May 29 21:39:07.883 INFO STEP 479 (remove_files) COMPLETE
55922024-05-29T21:39:09.263Z[ recovery-image] May 29 21:39:07.883 INFO O| May 29 21:39:07.883 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-05-29T21:39:09.287Z[ recovery-image] May 29 21:39:07.905 INFO O| May 29 21:39:07.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55942024-05-29T21:39:09.287Z[ recovery-image] May 29 21:39:07.905 INFO O| May 29 21:39:07.905 INFO STEP 480 (remove_files) COMPLETE
55952024-05-29T21:39:09.296Z[ recovery-image] May 29 21:39:07.905 INFO O| May 29 21:39:07.905 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-05-29T21:39:09.307Z[ recovery-image] May 29 21:39:07.926 INFO O| May 29 21:39:07.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55972024-05-29T21:39:09.307Z[ recovery-image] May 29 21:39:07.926 INFO O| May 29 21:39:07.926 INFO STEP 481 (remove_files) COMPLETE
55982024-05-29T21:39:09.310Z[ recovery-image] May 29 21:39:07.926 INFO O| May 29 21:39:07.926 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-05-29T21:39:09.329Z[ recovery-image] May 29 21:39:07.950 INFO O| May 29 21:39:07.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56002024-05-29T21:39:09.329Z[ recovery-image] May 29 21:39:07.950 INFO O| May 29 21:39:07.946 INFO STEP 482 (remove_files) COMPLETE
56012024-05-29T21:39:09.335Z[ recovery-image] May 29 21:39:07.950 INFO O| May 29 21:39:07.946 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-05-29T21:39:09.344Z[ recovery-image] May 29 21:39:07.964 INFO O| May 29 21:39:07.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56032024-05-29T21:39:09.347Z[ recovery-image] May 29 21:39:07.965 INFO O| May 29 21:39:07.964 INFO STEP 483 (remove_files) COMPLETE
56042024-05-29T21:39:09.347Z[ recovery-image] May 29 21:39:07.965 INFO O| May 29 21:39:07.964 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-05-29T21:39:09.361Z[ recovery-image] May 29 21:39:07.982 INFO O| May 29 21:39:07.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56062024-05-29T21:39:09.361Z[ recovery-image] May 29 21:39:07.982 INFO O| May 29 21:39:07.982 INFO STEP 484 (remove_files) COMPLETE
56072024-05-29T21:39:09.361Z[ recovery-image] May 29 21:39:07.982 INFO O| May 29 21:39:07.982 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-05-29T21:39:09.378Z[ recovery-image] May 29 21:39:07.998 INFO O| May 29 21:39:07.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56092024-05-29T21:39:09.378Z[ recovery-image] May 29 21:39:07.998 INFO O| May 29 21:39:07.998 INFO STEP 485 (remove_files) COMPLETE
56102024-05-29T21:39:09.378Z[ recovery-image] May 29 21:39:07.999 INFO O| May 29 21:39:07.998 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-05-29T21:39:09.402Z[ recovery-image] May 29 21:39:08.023 INFO O| May 29 21:39:08.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56122024-05-29T21:39:09.424Z[ recovery-image] May 29 21:39:08.044 INFO O| May 29 21:39:08.044 INFO STEP 486 (remove_files) COMPLETE
56132024-05-29T21:39:09.430Z[ recovery-image] May 29 21:39:08.044 INFO O| May 29 21:39:08.044 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-05-29T21:39:09.460Z[ recovery-image] May 29 21:39:08.079 INFO O| May 29 21:39:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56152024-05-29T21:39:09.464Z[ recovery-image] May 29 21:39:08.080 INFO O| May 29 21:39:08.080 INFO STEP 487 (remove_files) COMPLETE
56162024-05-29T21:39:09.464Z[ recovery-image] May 29 21:39:08.080 INFO O| May 29 21:39:08.080 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-05-29T21:39:09.509Z[ recovery-image] May 29 21:39:08.129 INFO O| May 29 21:39:08.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56182024-05-29T21:39:09.509Z[ recovery-image] May 29 21:39:08.129 INFO O| May 29 21:39:08.129 INFO STEP 488 (remove_files) COMPLETE
56192024-05-29T21:39:09.509Z[ recovery-image] May 29 21:39:08.129 INFO O| May 29 21:39:08.129 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-05-29T21:39:09.530Z[ recovery-image] May 29 21:39:08.150 INFO O| May 29 21:39:08.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56212024-05-29T21:39:09.530Z[ recovery-image] May 29 21:39:08.150 INFO O| May 29 21:39:08.150 INFO STEP 489 (remove_files) COMPLETE
56222024-05-29T21:39:09.530Z[ recovery-image] May 29 21:39:08.150 INFO O| May 29 21:39:08.150 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-05-29T21:39:09.565Z[ recovery-image] May 29 21:39:08.184 INFO O| May 29 21:39:08.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56242024-05-29T21:39:09.566Z[ recovery-image] May 29 21:39:08.184 INFO O| May 29 21:39:08.184 INFO STEP 490 (remove_files) COMPLETE
56252024-05-29T21:39:09.566Z[ recovery-image] May 29 21:39:08.184 INFO O| May 29 21:39:08.184 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-05-29T21:39:09.593Z[ recovery-image] May 29 21:39:08.206 INFO O| May 29 21:39:08.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56272024-05-29T21:39:09.597Z[ recovery-image] May 29 21:39:08.206 INFO O| May 29 21:39:08.206 INFO STEP 491 (remove_files) COMPLETE
56282024-05-29T21:39:09.597Z[ recovery-image] May 29 21:39:08.206 INFO O| May 29 21:39:08.206 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-05-29T21:39:09.646Z[ recovery-image] May 29 21:39:08.266 INFO O| May 29 21:39:08.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56302024-05-29T21:39:09.649Z[ recovery-image] May 29 21:39:08.266 INFO O| May 29 21:39:08.266 INFO STEP 492 (remove_files) COMPLETE
56312024-05-29T21:39:09.649Z[ recovery-image] May 29 21:39:08.266 INFO O| May 29 21:39:08.266 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-05-29T21:39:09.665Z[ recovery-image] May 29 21:39:08.285 INFO O| May 29 21:39:08.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56332024-05-29T21:39:09.665Z[ recovery-image] May 29 21:39:08.285 INFO O| May 29 21:39:08.285 INFO STEP 493 (remove_files) COMPLETE
56342024-05-29T21:39:09.665Z[ recovery-image] May 29 21:39:08.285 INFO O| May 29 21:39:08.285 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-05-29T21:39:09.687Z[ recovery-image] May 29 21:39:08.307 INFO O| May 29 21:39:08.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56362024-05-29T21:39:09.688Z[ recovery-image] May 29 21:39:08.307 INFO O| May 29 21:39:08.307 INFO STEP 494 (remove_files) COMPLETE
56372024-05-29T21:39:09.693Z[ recovery-image] May 29 21:39:08.307 INFO O| May 29 21:39:08.307 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-05-29T21:39:09.706Z[ recovery-image] May 29 21:39:08.326 INFO O| May 29 21:39:08.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56392024-05-29T21:39:09.706Z[ recovery-image] May 29 21:39:08.326 INFO O| May 29 21:39:08.326 INFO STEP 495 (remove_files) COMPLETE
56402024-05-29T21:39:09.706Z[ recovery-image] May 29 21:39:08.326 INFO O| May 29 21:39:08.326 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-05-29T21:39:09.727Z[ recovery-image] May 29 21:39:08.344 INFO O| May 29 21:39:08.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56422024-05-29T21:39:09.728Z[ recovery-image] May 29 21:39:08.344 INFO O| May 29 21:39:08.344 INFO STEP 496 (remove_files) COMPLETE
56432024-05-29T21:39:09.728Z[ recovery-image] May 29 21:39:08.344 INFO O| May 29 21:39:08.344 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-05-29T21:39:09.742Z[ recovery-image] May 29 21:39:08.362 INFO O| May 29 21:39:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56452024-05-29T21:39:09.742Z[ recovery-image] May 29 21:39:08.362 INFO O| May 29 21:39:08.362 INFO STEP 497 (remove_files) COMPLETE
56462024-05-29T21:39:09.742Z[ recovery-image] May 29 21:39:08.362 INFO O| May 29 21:39:08.362 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-05-29T21:39:09.760Z[ recovery-image] May 29 21:39:08.380 INFO O| May 29 21:39:08.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56482024-05-29T21:39:09.760Z[ recovery-image] May 29 21:39:08.380 INFO O| May 29 21:39:08.380 INFO STEP 498 (remove_files) COMPLETE
56492024-05-29T21:39:09.760Z[ recovery-image] May 29 21:39:08.380 INFO O| May 29 21:39:08.380 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-05-29T21:39:09.779Z[ recovery-image] May 29 21:39:08.398 INFO O| May 29 21:39:08.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56512024-05-29T21:39:09.779Z[ recovery-image] May 29 21:39:08.398 INFO O| May 29 21:39:08.398 INFO STEP 499 (remove_files) COMPLETE
56522024-05-29T21:39:09.779Z[ recovery-image] May 29 21:39:08.398 INFO O| May 29 21:39:08.398 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-05-29T21:39:09.816Z[ recovery-image] May 29 21:39:08.437 INFO O| May 29 21:39:08.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56542024-05-29T21:39:09.819Z[ recovery-image] May 29 21:39:08.437 INFO O| May 29 21:39:08.437 INFO STEP 500 (remove_files) COMPLETE
56552024-05-29T21:39:09.820Z[ recovery-image] May 29 21:39:08.437 INFO O| May 29 21:39:08.437 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-05-29T21:39:09.837Z[ recovery-image] May 29 21:39:08.454 INFO O| May 29 21:39:08.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56572024-05-29T21:39:10.246Z[ recovery-image] May 29 21:39:08.455 INFO O| May 29 21:39:08.455 INFO STEP 501 (remove_files) COMPLETE
56582024-05-29T21:39:10.246Z[ recovery-image] May 29 21:39:08.455 INFO O| May 29 21:39:08.455 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-05-29T21:39:10.250Z[ recovery-image] May 29 21:39:08.479 INFO O| May 29 21:39:08.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56602024-05-29T21:39:10.250Z[ recovery-image] May 29 21:39:08.479 INFO O| May 29 21:39:08.479 INFO STEP 502 (remove_files) COMPLETE
56612024-05-29T21:39:10.250Z[ recovery-image] May 29 21:39:08.479 INFO O| May 29 21:39:08.479 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-05-29T21:39:10.250Z[ recovery-image] May 29 21:39:08.498 INFO O| May 29 21:39:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56632024-05-29T21:39:10.250Z[ recovery-image] May 29 21:39:08.498 INFO O| May 29 21:39:08.498 INFO STEP 503 (remove_files) COMPLETE
56642024-05-29T21:39:10.250Z[ recovery-image] May 29 21:39:08.498 INFO O| May 29 21:39:08.498 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-05-29T21:39:10.250Z[ recovery-image] May 29 21:39:08.518 INFO O| May 29 21:39:08.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56662024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.518 INFO O| May 29 21:39:08.518 INFO STEP 504 (remove_files) COMPLETE
56672024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.518 INFO O| May 29 21:39:08.518 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.555 INFO O| May 29 21:39:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56692024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.555 INFO O| May 29 21:39:08.555 INFO STEP 505 (remove_files) COMPLETE
56702024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.555 INFO O| May 29 21:39:08.555 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.573 INFO O| May 29 21:39:08.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56722024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.573 INFO O| May 29 21:39:08.573 INFO STEP 506 (remove_files) COMPLETE
56732024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.573 INFO O| May 29 21:39:08.573 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.605 INFO O| May 29 21:39:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56752024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.605 INFO O| May 29 21:39:08.605 INFO STEP 507 (remove_files) COMPLETE
56762024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.605 INFO O| May 29 21:39:08.605 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.645 INFO O| May 29 21:39:08.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56782024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.645 INFO O| May 29 21:39:08.645 INFO STEP 508 (remove_files) COMPLETE
56792024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.645 INFO O| May 29 21:39:08.645 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.675 INFO O| May 29 21:39:08.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56812024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.675 INFO O| May 29 21:39:08.675 INFO STEP 509 (remove_files) COMPLETE
56822024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.676 INFO O| May 29 21:39:08.675 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.715 INFO O| May 29 21:39:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56842024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.715 INFO O| May 29 21:39:08.715 INFO STEP 510 (remove_files) COMPLETE
56852024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.715 INFO O| May 29 21:39:08.715 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.735 INFO O| May 29 21:39:08.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56872024-05-29T21:39:10.251Z[ recovery-image] May 29 21:39:08.735 INFO O| May 29 21:39:08.735 INFO STEP 511 (remove_files) COMPLETE
56882024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.735 INFO O| May 29 21:39:08.735 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.755 INFO O| May 29 21:39:08.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56902024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.755 INFO O| May 29 21:39:08.755 INFO STEP 512 (remove_files) COMPLETE
56912024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.755 INFO O| May 29 21:39:08.755 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.774 INFO O| May 29 21:39:08.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
56932024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.774 INFO O| May 29 21:39:08.774 INFO STEP 513 (remove_files) COMPLETE
56942024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.774 INFO O| May 29 21:39:08.774 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.803 INFO O| May 29 21:39:08.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56962024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.803 INFO O| May 29 21:39:08.803 INFO STEP 514 (remove_files) COMPLETE
56972024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.803 INFO O| May 29 21:39:08.803 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.828 INFO O| May 29 21:39:08.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56992024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.828 INFO O| May 29 21:39:08.828 INFO STEP 515 (remove_files) COMPLETE
57002024-05-29T21:39:10.252Z[ recovery-image] May 29 21:39:08.829 INFO O| May 29 21:39:08.828 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-05-29T21:39:10.281Z[ recovery-image] May 29 21:39:08.899 INFO O| May 29 21:39:08.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57022024-05-29T21:39:10.281Z[ recovery-image] May 29 21:39:08.899 INFO O| May 29 21:39:08.899 INFO STEP 516 (remove_files) COMPLETE
57032024-05-29T21:39:10.282Z[ recovery-image] May 29 21:39:08.899 INFO O| May 29 21:39:08.899 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-05-29T21:39:10.298Z[ recovery-image] May 29 21:39:08.918 INFO O| May 29 21:39:08.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57052024-05-29T21:39:10.298Z[ recovery-image] May 29 21:39:08.918 INFO O| May 29 21:39:08.918 INFO STEP 517 (remove_files) COMPLETE
57062024-05-29T21:39:10.298Z[ recovery-image] May 29 21:39:08.918 INFO O| May 29 21:39:08.918 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-05-29T21:39:10.316Z[ recovery-image] May 29 21:39:08.936 INFO O| May 29 21:39:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57082024-05-29T21:39:10.316Z[ recovery-image] May 29 21:39:08.936 INFO O| May 29 21:39:08.936 INFO STEP 518 (remove_files) COMPLETE
57092024-05-29T21:39:10.316Z[ recovery-image] May 29 21:39:08.936 INFO O| May 29 21:39:08.936 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-05-29T21:39:10.335Z[ recovery-image] May 29 21:39:08.955 INFO O| May 29 21:39:08.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57112024-05-29T21:39:10.335Z[ recovery-image] May 29 21:39:08.955 INFO O| May 29 21:39:08.955 INFO STEP 519 (remove_files) COMPLETE
57122024-05-29T21:39:10.335Z[ recovery-image] May 29 21:39:08.955 INFO O| May 29 21:39:08.955 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-05-29T21:39:10.352Z[ recovery-image] May 29 21:39:08.972 INFO O| May 29 21:39:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57142024-05-29T21:39:10.355Z[ recovery-image] May 29 21:39:08.972 INFO O| May 29 21:39:08.972 INFO STEP 520 (remove_files) COMPLETE
57152024-05-29T21:39:10.355Z[ recovery-image] May 29 21:39:08.972 INFO O| May 29 21:39:08.972 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-05-29T21:39:10.371Z[ recovery-image] May 29 21:39:08.990 INFO O| May 29 21:39:08.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57172024-05-29T21:39:10.375Z[ recovery-image] May 29 21:39:08.990 INFO O| May 29 21:39:08.990 INFO STEP 521 (remove_files) COMPLETE
57182024-05-29T21:39:10.375Z[ recovery-image] May 29 21:39:08.990 INFO O| May 29 21:39:08.990 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-05-29T21:39:10.400Z[ recovery-image] May 29 21:39:09.020 INFO O| May 29 21:39:09.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57202024-05-29T21:39:10.400Z[ recovery-image] May 29 21:39:09.020 INFO O| May 29 21:39:09.020 INFO STEP 522 (remove_files) COMPLETE
57212024-05-29T21:39:10.400Z[ recovery-image] May 29 21:39:09.020 INFO O| May 29 21:39:09.020 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-05-29T21:39:10.492Z[ recovery-image] May 29 21:39:09.112 INFO O| May 29 21:39:09.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57232024-05-29T21:39:10.495Z[ recovery-image] May 29 21:39:09.112 INFO O| May 29 21:39:09.112 INFO STEP 523 (remove_files) COMPLETE
57242024-05-29T21:39:10.495Z[ recovery-image] May 29 21:39:09.112 INFO O| May 29 21:39:09.112 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-05-29T21:39:10.514Z[ recovery-image] May 29 21:39:09.134 INFO O| May 29 21:39:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57262024-05-29T21:39:10.514Z[ recovery-image] May 29 21:39:09.134 INFO O| May 29 21:39:09.134 INFO STEP 524 (remove_files) COMPLETE
57272024-05-29T21:39:10.514Z[ recovery-image] May 29 21:39:09.134 INFO O| May 29 21:39:09.134 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-05-29T21:39:10.550Z[ recovery-image] May 29 21:39:09.170 INFO O| May 29 21:39:09.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57292024-05-29T21:39:10.550Z[ recovery-image] May 29 21:39:09.170 INFO O| May 29 21:39:09.170 INFO STEP 525 (remove_files) COMPLETE
57302024-05-29T21:39:10.550Z[ recovery-image] May 29 21:39:09.170 INFO O| May 29 21:39:09.170 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-05-29T21:39:10.578Z[ recovery-image] May 29 21:39:09.197 INFO O| May 29 21:39:09.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57322024-05-29T21:39:10.578Z[ recovery-image] May 29 21:39:09.197 INFO O| May 29 21:39:09.197 INFO STEP 526 (remove_files) COMPLETE
57332024-05-29T21:39:10.585Z[ recovery-image] May 29 21:39:09.197 INFO O| May 29 21:39:09.197 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-05-29T21:39:10.613Z[ recovery-image] May 29 21:39:09.218 INFO O| May 29 21:39:09.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57352024-05-29T21:39:10.613Z[ recovery-image] May 29 21:39:09.218 INFO O| May 29 21:39:09.218 INFO STEP 527 (remove_files) COMPLETE
57362024-05-29T21:39:10.613Z[ recovery-image] May 29 21:39:09.218 INFO O| May 29 21:39:09.218 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-05-29T21:39:10.617Z[ recovery-image] May 29 21:39:09.237 INFO O| May 29 21:39:09.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57382024-05-29T21:39:10.617Z[ recovery-image] May 29 21:39:09.237 INFO O| May 29 21:39:09.237 INFO STEP 528 (remove_files) COMPLETE
57392024-05-29T21:39:10.623Z[ recovery-image] May 29 21:39:09.237 INFO O| May 29 21:39:09.237 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-05-29T21:39:10.636Z[ recovery-image] May 29 21:39:09.256 INFO O| May 29 21:39:09.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57412024-05-29T21:39:10.636Z[ recovery-image] May 29 21:39:09.257 INFO O| May 29 21:39:09.256 INFO STEP 529 (remove_files) COMPLETE
57422024-05-29T21:39:10.637Z[ recovery-image] May 29 21:39:09.257 INFO O| May 29 21:39:09.257 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-05-29T21:39:10.669Z[ recovery-image] May 29 21:39:09.287 INFO O| May 29 21:39:09.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57442024-05-29T21:39:10.670Z[ recovery-image] May 29 21:39:09.287 INFO O| May 29 21:39:09.287 INFO STEP 530 (remove_files) COMPLETE
57452024-05-29T21:39:10.684Z[ recovery-image] May 29 21:39:09.287 INFO O| May 29 21:39:09.287 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-05-29T21:39:10.714Z[ recovery-image] May 29 21:39:09.334 INFO O| May 29 21:39:09.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57472024-05-29T21:39:10.720Z[ recovery-image] May 29 21:39:09.334 INFO O| May 29 21:39:09.334 INFO STEP 531 (remove_files) COMPLETE
57482024-05-29T21:39:10.720Z[ recovery-image] May 29 21:39:09.334 INFO O| May 29 21:39:09.334 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-05-29T21:39:10.743Z[ recovery-image] May 29 21:39:09.363 INFO O| May 29 21:39:09.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57502024-05-29T21:39:10.743Z[ recovery-image] May 29 21:39:09.363 INFO O| May 29 21:39:09.363 INFO STEP 532 (remove_files) COMPLETE
57512024-05-29T21:39:10.751Z[ recovery-image] May 29 21:39:09.363 INFO O| May 29 21:39:09.363 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-05-29T21:39:10.765Z[ recovery-image] May 29 21:39:09.385 INFO O| May 29 21:39:09.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57532024-05-29T21:39:10.765Z[ recovery-image] May 29 21:39:09.385 INFO O| May 29 21:39:09.385 INFO STEP 533 (remove_files) COMPLETE
57542024-05-29T21:39:10.769Z[ recovery-image] May 29 21:39:09.385 INFO O| May 29 21:39:09.385 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-05-29T21:39:10.793Z[ recovery-image] May 29 21:39:09.413 INFO O| May 29 21:39:09.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57562024-05-29T21:39:10.793Z[ recovery-image] May 29 21:39:09.413 INFO O| May 29 21:39:09.405 INFO STEP 534 (remove_files) COMPLETE
57572024-05-29T21:39:10.796Z[ recovery-image] May 29 21:39:09.413 INFO O| May 29 21:39:09.405 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-05-29T21:39:10.801Z[ recovery-image] May 29 21:39:09.422 INFO O| May 29 21:39:09.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57592024-05-29T21:39:10.804Z[ recovery-image] May 29 21:39:09.422 INFO O| May 29 21:39:09.422 INFO STEP 535 (remove_files) COMPLETE
57602024-05-29T21:39:10.804Z[ recovery-image] May 29 21:39:09.422 INFO O| May 29 21:39:09.422 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-05-29T21:39:10.817Z[ recovery-image] May 29 21:39:09.438 INFO O| May 29 21:39:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57622024-05-29T21:39:10.821Z[ recovery-image] May 29 21:39:09.438 INFO O| May 29 21:39:09.438 INFO STEP 536 (remove_files) COMPLETE
57632024-05-29T21:39:10.821Z[ recovery-image] May 29 21:39:09.438 INFO O| May 29 21:39:09.438 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-05-29T21:39:10.848Z[ recovery-image] May 29 21:39:09.466 INFO O| May 29 21:39:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57652024-05-29T21:39:10.848Z[ recovery-image] May 29 21:39:09.466 INFO O| May 29 21:39:09.466 INFO STEP 537 (remove_files) COMPLETE
57662024-05-29T21:39:10.854Z[ recovery-image] May 29 21:39:09.466 INFO O| May 29 21:39:09.466 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-05-29T21:39:10.892Z[ recovery-image] May 29 21:39:09.511 INFO O| May 29 21:39:09.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57682024-05-29T21:39:10.892Z[ recovery-image] May 29 21:39:09.512 INFO O| May 29 21:39:09.511 INFO STEP 538 (remove_files) COMPLETE
57692024-05-29T21:39:10.892Z[ recovery-image] May 29 21:39:09.512 INFO O| May 29 21:39:09.511 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-05-29T21:39:10.927Z[ recovery-image] May 29 21:39:09.544 INFO O| May 29 21:39:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57712024-05-29T21:39:10.927Z[ recovery-image] May 29 21:39:09.544 INFO O| May 29 21:39:09.544 INFO STEP 539 (remove_files) COMPLETE
57722024-05-29T21:39:10.931Z[ recovery-image] May 29 21:39:09.545 INFO O| May 29 21:39:09.544 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-05-29T21:39:10.949Z[ recovery-image] May 29 21:39:09.569 INFO O| May 29 21:39:09.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57742024-05-29T21:39:10.949Z[ recovery-image] May 29 21:39:09.569 INFO O| May 29 21:39:09.569 INFO STEP 540 (remove_files) COMPLETE
57752024-05-29T21:39:10.949Z[ recovery-image] May 29 21:39:09.569 INFO O| May 29 21:39:09.569 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-05-29T21:39:10.975Z[ recovery-image] May 29 21:39:09.595 INFO O| May 29 21:39:09.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57772024-05-29T21:39:10.975Z[ recovery-image] May 29 21:39:09.595 INFO O| May 29 21:39:09.595 INFO STEP 541 (remove_files) COMPLETE
57782024-05-29T21:39:10.975Z[ recovery-image] May 29 21:39:09.595 INFO O| May 29 21:39:09.595 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-05-29T21:39:11.022Z[ recovery-image] May 29 21:39:09.643 INFO O| May 29 21:39:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57802024-05-29T21:39:11.029Z[ recovery-image] May 29 21:39:09.643 INFO O| May 29 21:39:09.643 INFO STEP 542 (remove_files) COMPLETE
57812024-05-29T21:39:11.029Z[ recovery-image] May 29 21:39:09.643 INFO O| May 29 21:39:09.643 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-05-29T21:39:11.042Z[ recovery-image] May 29 21:39:09.662 INFO O| May 29 21:39:09.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57832024-05-29T21:39:11.042Z[ recovery-image] May 29 21:39:09.662 INFO O| May 29 21:39:09.662 INFO STEP 543 (remove_files) COMPLETE
57842024-05-29T21:39:11.046Z[ recovery-image] May 29 21:39:09.662 INFO O| May 29 21:39:09.662 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-05-29T21:39:11.058Z[ recovery-image] May 29 21:39:09.678 INFO O| May 29 21:39:09.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57862024-05-29T21:39:11.058Z[ recovery-image] May 29 21:39:09.678 INFO O| May 29 21:39:09.678 INFO STEP 544 (remove_files) COMPLETE
57872024-05-29T21:39:11.058Z[ recovery-image] May 29 21:39:09.678 INFO O| May 29 21:39:09.678 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-05-29T21:39:11.114Z[ recovery-image] May 29 21:39:09.732 INFO O| May 29 21:39:09.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57892024-05-29T21:39:11.114Z[ recovery-image] May 29 21:39:09.732 INFO O| May 29 21:39:09.732 INFO STEP 545 (remove_files) COMPLETE
57902024-05-29T21:39:11.114Z[ recovery-image] May 29 21:39:09.732 INFO O| May 29 21:39:09.732 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-05-29T21:39:11.129Z[ recovery-image] May 29 21:39:09.750 INFO O| May 29 21:39:09.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57922024-05-29T21:39:11.129Z[ recovery-image] May 29 21:39:09.750 INFO O| May 29 21:39:09.750 INFO STEP 546 (remove_files) COMPLETE
57932024-05-29T21:39:11.132Z[ recovery-image] May 29 21:39:09.750 INFO O| May 29 21:39:09.750 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-05-29T21:39:11.149Z[ recovery-image] May 29 21:39:09.769 INFO O| May 29 21:39:09.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57952024-05-29T21:39:11.149Z[ recovery-image] May 29 21:39:09.769 INFO O| May 29 21:39:09.769 INFO STEP 547 (remove_files) COMPLETE
57962024-05-29T21:39:11.149Z[ recovery-image] May 29 21:39:09.769 INFO O| May 29 21:39:09.769 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-05-29T21:39:11.168Z[ recovery-image] May 29 21:39:09.788 INFO O| May 29 21:39:09.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57982024-05-29T21:39:11.168Z[ recovery-image] May 29 21:39:09.789 INFO O| May 29 21:39:09.789 INFO STEP 548 (remove_files) COMPLETE
57992024-05-29T21:39:11.168Z[ recovery-image] May 29 21:39:09.789 INFO O| May 29 21:39:09.789 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-05-29T21:39:11.188Z[ recovery-image] May 29 21:39:09.808 INFO O| May 29 21:39:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58012024-05-29T21:39:11.188Z[ recovery-image] May 29 21:39:09.808 INFO O| May 29 21:39:09.808 INFO STEP 549 (remove_files) COMPLETE
58022024-05-29T21:39:11.188Z[ recovery-image] May 29 21:39:09.808 INFO O| May 29 21:39:09.808 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-05-29T21:39:11.206Z[ recovery-image] May 29 21:39:09.826 INFO O| May 29 21:39:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58042024-05-29T21:39:11.206Z[ recovery-image] May 29 21:39:09.826 INFO O| May 29 21:39:09.826 INFO STEP 550 (remove_files) COMPLETE
58052024-05-29T21:39:11.207Z[ recovery-image] May 29 21:39:09.826 INFO O| May 29 21:39:09.826 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-05-29T21:39:11.225Z[ recovery-image] May 29 21:39:09.845 INFO O| May 29 21:39:09.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58072024-05-29T21:39:11.225Z[ recovery-image] May 29 21:39:09.845 INFO O| May 29 21:39:09.845 INFO STEP 551 (remove_files) COMPLETE
58082024-05-29T21:39:11.225Z[ recovery-image] May 29 21:39:09.845 INFO O| May 29 21:39:09.845 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-05-29T21:39:11.243Z[ recovery-image] May 29 21:39:09.863 INFO O| May 29 21:39:09.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58102024-05-29T21:39:11.243Z[ recovery-image] May 29 21:39:09.863 INFO O| May 29 21:39:09.863 INFO STEP 552 (remove_files) COMPLETE
58112024-05-29T21:39:11.243Z[ recovery-image] May 29 21:39:09.863 INFO O| May 29 21:39:09.863 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-05-29T21:39:11.261Z[ recovery-image] May 29 21:39:09.881 INFO O| May 29 21:39:09.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58132024-05-29T21:39:11.261Z[ recovery-image] May 29 21:39:09.881 INFO O| May 29 21:39:09.881 INFO STEP 553 (remove_files) COMPLETE
58142024-05-29T21:39:11.261Z[ recovery-image] May 29 21:39:09.881 INFO O| May 29 21:39:09.881 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-05-29T21:39:11.278Z[ recovery-image] May 29 21:39:09.898 INFO O| May 29 21:39:09.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58162024-05-29T21:39:11.281Z[ recovery-image] May 29 21:39:09.898 INFO O| May 29 21:39:09.898 INFO STEP 554 (remove_files) COMPLETE
58172024-05-29T21:39:11.281Z[ recovery-image] May 29 21:39:09.898 INFO O| May 29 21:39:09.898 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-05-29T21:39:11.295Z[ recovery-image] May 29 21:39:09.915 INFO O| May 29 21:39:09.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58192024-05-29T21:39:11.298Z[ recovery-image] May 29 21:39:09.916 INFO O| May 29 21:39:09.916 INFO STEP 555 (remove_files) COMPLETE
58202024-05-29T21:39:11.299Z[ recovery-image] May 29 21:39:09.916 INFO O| May 29 21:39:09.916 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-05-29T21:39:11.403Z[ recovery-image] May 29 21:39:10.023 INFO O| May 29 21:39:10.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58222024-05-29T21:39:11.406Z[ recovery-image] May 29 21:39:10.023 INFO O| May 29 21:39:10.023 INFO STEP 556 (remove_files) COMPLETE
58232024-05-29T21:39:11.406Z[ recovery-image] May 29 21:39:10.023 INFO O| May 29 21:39:10.023 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-05-29T21:39:11.422Z[ recovery-image] May 29 21:39:10.042 INFO O| May 29 21:39:10.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58252024-05-29T21:39:11.436Z[ recovery-image] May 29 21:39:10.054 INFO O| May 29 21:39:10.054 INFO STEP 557 (remove_files) COMPLETE
58262024-05-29T21:39:11.439Z[ recovery-image] May 29 21:39:10.054 INFO O| May 29 21:39:10.054 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-05-29T21:39:11.452Z[ recovery-image] May 29 21:39:10.073 INFO O| May 29 21:39:10.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58282024-05-29T21:39:11.453Z[ recovery-image] May 29 21:39:10.073 INFO O| May 29 21:39:10.073 INFO STEP 558 (remove_files) COMPLETE
58292024-05-29T21:39:11.453Z[ recovery-image] May 29 21:39:10.073 INFO O| May 29 21:39:10.073 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-05-29T21:39:11.469Z[ recovery-image] May 29 21:39:10.089 INFO O| May 29 21:39:10.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58312024-05-29T21:39:11.469Z[ recovery-image] May 29 21:39:10.090 INFO O| May 29 21:39:10.090 INFO STEP 559 (remove_files) COMPLETE
58322024-05-29T21:39:11.476Z[ recovery-image] May 29 21:39:10.090 INFO O| May 29 21:39:10.090 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-05-29T21:39:11.489Z[ recovery-image] May 29 21:39:10.107 INFO O| May 29 21:39:10.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58342024-05-29T21:39:11.494Z[ recovery-image] May 29 21:39:10.107 INFO O| May 29 21:39:10.107 INFO STEP 560 (remove_files) COMPLETE
58352024-05-29T21:39:11.494Z[ recovery-image] May 29 21:39:10.107 INFO O| May 29 21:39:10.107 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-05-29T21:39:11.504Z[ recovery-image] May 29 21:39:10.124 INFO O| May 29 21:39:10.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58372024-05-29T21:39:11.508Z[ recovery-image] May 29 21:39:10.124 INFO O| May 29 21:39:10.124 INFO STEP 561 (remove_files) COMPLETE
58382024-05-29T21:39:11.508Z[ recovery-image] May 29 21:39:10.124 INFO O| May 29 21:39:10.124 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-05-29T21:39:11.521Z[ recovery-image] May 29 21:39:10.141 INFO O| May 29 21:39:10.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58402024-05-29T21:39:11.524Z[ recovery-image] May 29 21:39:10.141 INFO O| May 29 21:39:10.141 INFO STEP 562 (remove_files) COMPLETE
58412024-05-29T21:39:11.524Z[ recovery-image] May 29 21:39:10.142 INFO O| May 29 21:39:10.141 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-05-29T21:39:11.546Z[ recovery-image] May 29 21:39:10.166 INFO O| May 29 21:39:10.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58432024-05-29T21:39:11.546Z[ recovery-image] May 29 21:39:10.166 INFO O| May 29 21:39:10.166 INFO STEP 563 (remove_files) COMPLETE
58442024-05-29T21:39:11.546Z[ recovery-image] May 29 21:39:10.166 INFO O| May 29 21:39:10.166 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-05-29T21:39:11.566Z[ recovery-image] May 29 21:39:10.186 INFO O| May 29 21:39:10.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58462024-05-29T21:39:11.569Z[ recovery-image] May 29 21:39:10.190 INFO O| May 29 21:39:10.190 INFO STEP 564 (remove_files) COMPLETE
58472024-05-29T21:39:11.569Z[ recovery-image] May 29 21:39:10.190 INFO O| May 29 21:39:10.190 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-05-29T21:39:11.607Z[ recovery-image] May 29 21:39:10.225 INFO O| May 29 21:39:10.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58492024-05-29T21:39:11.611Z[ recovery-image] May 29 21:39:10.225 INFO O| May 29 21:39:10.225 INFO STEP 565 (remove_files) COMPLETE
58502024-05-29T21:39:11.611Z[ recovery-image] May 29 21:39:10.225 INFO O| May 29 21:39:10.225 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-05-29T21:39:11.627Z[ recovery-image] May 29 21:39:10.242 INFO O| May 29 21:39:10.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58522024-05-29T21:39:11.631Z[ recovery-image] May 29 21:39:10.242 INFO O| May 29 21:39:10.242 INFO STEP 566 (remove_files) COMPLETE
58532024-05-29T21:39:11.631Z[ recovery-image] May 29 21:39:10.243 INFO O| May 29 21:39:10.243 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-05-29T21:39:11.639Z[ recovery-image] May 29 21:39:10.259 INFO O| May 29 21:39:10.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58552024-05-29T21:39:11.642Z[ recovery-image] May 29 21:39:10.259 INFO O| May 29 21:39:10.259 INFO STEP 567 (remove_files) COMPLETE
58562024-05-29T21:39:11.642Z[ recovery-image] May 29 21:39:10.259 INFO O| May 29 21:39:10.259 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-05-29T21:39:11.661Z[ recovery-image] May 29 21:39:10.280 INFO O| May 29 21:39:10.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58582024-05-29T21:39:11.665Z[ recovery-image] May 29 21:39:10.280 INFO O| May 29 21:39:10.280 INFO STEP 568 (remove_files) COMPLETE
58592024-05-29T21:39:11.665Z[ recovery-image] May 29 21:39:10.280 INFO O| May 29 21:39:10.280 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-05-29T21:39:11.686Z[ recovery-image] May 29 21:39:10.300 INFO O| May 29 21:39:10.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58612024-05-29T21:39:11.692Z[ recovery-image] May 29 21:39:10.301 INFO O| May 29 21:39:10.300 INFO STEP 569 (remove_files) COMPLETE
58622024-05-29T21:39:11.692Z[ recovery-image] May 29 21:39:10.301 INFO O| May 29 21:39:10.301 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-05-29T21:39:11.699Z[ recovery-image] May 29 21:39:10.319 INFO O| May 29 21:39:10.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58642024-05-29T21:39:11.703Z[ recovery-image] May 29 21:39:10.320 INFO O| May 29 21:39:10.320 INFO STEP 570 (remove_files) COMPLETE
58652024-05-29T21:39:11.703Z[ recovery-image] May 29 21:39:10.320 INFO O| May 29 21:39:10.320 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-05-29T21:39:11.725Z[ recovery-image] May 29 21:39:10.339 INFO O| May 29 21:39:10.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58672024-05-29T21:39:11.725Z[ recovery-image] May 29 21:39:10.339 INFO O| May 29 21:39:10.339 INFO STEP 571 (remove_files) COMPLETE
58682024-05-29T21:39:11.725Z[ recovery-image] May 29 21:39:10.339 INFO O| May 29 21:39:10.339 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-05-29T21:39:11.738Z[ recovery-image] May 29 21:39:10.358 INFO O| May 29 21:39:10.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58702024-05-29T21:39:11.738Z[ recovery-image] May 29 21:39:10.358 INFO O| May 29 21:39:10.358 INFO STEP 572 (remove_files) COMPLETE
58712024-05-29T21:39:11.738Z[ recovery-image] May 29 21:39:10.358 INFO O| May 29 21:39:10.358 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-05-29T21:39:11.758Z[ recovery-image] May 29 21:39:10.378 INFO O| May 29 21:39:10.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58732024-05-29T21:39:11.758Z[ recovery-image] May 29 21:39:10.378 INFO O| May 29 21:39:10.378 INFO STEP 573 (remove_files) COMPLETE
58742024-05-29T21:39:11.758Z[ recovery-image] May 29 21:39:10.378 INFO O| May 29 21:39:10.378 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-05-29T21:39:11.778Z[ recovery-image] May 29 21:39:10.398 INFO O| May 29 21:39:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58762024-05-29T21:39:11.778Z[ recovery-image] May 29 21:39:10.398 INFO O| May 29 21:39:10.398 INFO STEP 574 (remove_files) COMPLETE
58772024-05-29T21:39:11.781Z[ recovery-image] May 29 21:39:10.398 INFO O| May 29 21:39:10.398 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-05-29T21:39:11.803Z[ recovery-image] May 29 21:39:10.417 INFO O| May 29 21:39:10.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58792024-05-29T21:39:11.803Z[ recovery-image] May 29 21:39:10.417 INFO O| May 29 21:39:10.417 INFO STEP 575 (remove_files) COMPLETE
58802024-05-29T21:39:11.803Z[ recovery-image] May 29 21:39:10.417 INFO O| May 29 21:39:10.417 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-05-29T21:39:11.815Z[ recovery-image] May 29 21:39:10.435 INFO O| May 29 21:39:10.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58822024-05-29T21:39:11.815Z[ recovery-image] May 29 21:39:10.436 INFO O| May 29 21:39:10.436 INFO STEP 576 (remove_files) COMPLETE
58832024-05-29T21:39:11.819Z[ recovery-image] May 29 21:39:10.436 INFO O| May 29 21:39:10.436 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-05-29T21:39:11.834Z[ recovery-image] May 29 21:39:10.453 INFO O| May 29 21:39:10.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58852024-05-29T21:39:11.834Z[ recovery-image] May 29 21:39:10.453 INFO O| May 29 21:39:10.453 INFO STEP 577 (remove_files) COMPLETE
58862024-05-29T21:39:11.837Z[ recovery-image] May 29 21:39:10.453 INFO O| May 29 21:39:10.453 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-05-29T21:39:11.851Z[ recovery-image] May 29 21:39:10.472 INFO O| May 29 21:39:10.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58882024-05-29T21:39:11.852Z[ recovery-image] May 29 21:39:10.472 INFO O| May 29 21:39:10.472 INFO STEP 578 (remove_files) COMPLETE
58892024-05-29T21:39:11.855Z[ recovery-image] May 29 21:39:10.472 INFO O| May 29 21:39:10.472 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-05-29T21:39:11.871Z[ recovery-image] May 29 21:39:10.491 INFO O| May 29 21:39:10.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58912024-05-29T21:39:11.871Z[ recovery-image] May 29 21:39:10.491 INFO O| May 29 21:39:10.491 INFO STEP 579 (remove_files) COMPLETE
58922024-05-29T21:39:11.871Z[ recovery-image] May 29 21:39:10.491 INFO O| May 29 21:39:10.491 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-05-29T21:39:11.893Z[ recovery-image] May 29 21:39:10.513 INFO O| May 29 21:39:10.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58942024-05-29T21:39:11.896Z[ recovery-image] May 29 21:39:10.513 INFO O| May 29 21:39:10.513 INFO STEP 580 (remove_files) COMPLETE
58952024-05-29T21:39:11.896Z[ recovery-image] May 29 21:39:10.513 INFO O| May 29 21:39:10.513 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-05-29T21:39:11.912Z[ recovery-image] May 29 21:39:10.532 INFO O| May 29 21:39:10.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58972024-05-29T21:39:11.915Z[ recovery-image] May 29 21:39:10.532 INFO O| May 29 21:39:10.532 INFO STEP 581 (remove_files) COMPLETE
58982024-05-29T21:39:11.916Z[ recovery-image] May 29 21:39:10.532 INFO O| May 29 21:39:10.532 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-05-29T21:39:11.941Z[ recovery-image] May 29 21:39:10.561 INFO O| May 29 21:39:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59002024-05-29T21:39:11.941Z[ recovery-image] May 29 21:39:10.561 INFO O| May 29 21:39:10.561 INFO STEP 582 (remove_files) COMPLETE
59012024-05-29T21:39:11.944Z[ recovery-image] May 29 21:39:10.561 INFO O| May 29 21:39:10.561 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-05-29T21:39:11.969Z[ recovery-image] May 29 21:39:10.589 INFO O| May 29 21:39:10.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59032024-05-29T21:39:11.973Z[ recovery-image] May 29 21:39:10.590 INFO O| May 29 21:39:10.589 INFO STEP 583 (remove_files) COMPLETE
59042024-05-29T21:39:11.973Z[ recovery-image] May 29 21:39:10.590 INFO O| May 29 21:39:10.590 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-05-29T21:39:11.990Z[ recovery-image] May 29 21:39:10.610 INFO O| May 29 21:39:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59062024-05-29T21:39:11.993Z[ recovery-image] May 29 21:39:10.610 INFO O| May 29 21:39:10.610 INFO STEP 584 (remove_files) COMPLETE
59072024-05-29T21:39:11.993Z[ recovery-image] May 29 21:39:10.610 INFO O| May 29 21:39:10.610 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-05-29T21:39:12.019Z[ recovery-image] May 29 21:39:10.639 INFO O| May 29 21:39:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59092024-05-29T21:39:12.023Z[ recovery-image] May 29 21:39:10.640 INFO O| May 29 21:39:10.640 INFO STEP 585 (remove_files) COMPLETE
59102024-05-29T21:39:12.023Z[ recovery-image] May 29 21:39:10.640 INFO O| May 29 21:39:10.640 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-05-29T21:39:12.054Z[ recovery-image] May 29 21:39:10.661 INFO O| May 29 21:39:10.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59122024-05-29T21:39:12.062Z[ recovery-image] May 29 21:39:10.661 INFO O| May 29 21:39:10.661 INFO STEP 586 (remove_files) COMPLETE
59132024-05-29T21:39:12.062Z[ recovery-image] May 29 21:39:10.661 INFO O| May 29 21:39:10.661 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-05-29T21:39:12.068Z[ recovery-image] May 29 21:39:10.681 INFO O| May 29 21:39:10.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59152024-05-29T21:39:12.068Z[ recovery-image] May 29 21:39:10.682 INFO O| May 29 21:39:10.682 INFO STEP 587 (remove_files) COMPLETE
59162024-05-29T21:39:12.068Z[ recovery-image] May 29 21:39:10.682 INFO O| May 29 21:39:10.682 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-05-29T21:39:12.084Z[ recovery-image] May 29 21:39:10.702 INFO O| May 29 21:39:10.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59182024-05-29T21:39:12.092Z[ recovery-image] May 29 21:39:10.702 INFO O| May 29 21:39:10.702 INFO STEP 588 (remove_files) COMPLETE
59192024-05-29T21:39:12.093Z[ recovery-image] May 29 21:39:10.703 INFO O| May 29 21:39:10.702 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-05-29T21:39:12.103Z[ recovery-image] May 29 21:39:10.722 INFO O| May 29 21:39:10.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59212024-05-29T21:39:12.110Z[ recovery-image] May 29 21:39:10.730 INFO O| May 29 21:39:10.730 INFO STEP 589 (remove_files) COMPLETE
59222024-05-29T21:39:12.113Z[ recovery-image] May 29 21:39:10.730 INFO O| May 29 21:39:10.730 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-05-29T21:39:12.137Z[ recovery-image] May 29 21:39:10.750 INFO O| May 29 21:39:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59242024-05-29T21:39:12.144Z[ recovery-image] May 29 21:39:10.750 INFO O| May 29 21:39:10.750 INFO STEP 590 (remove_files) COMPLETE
59252024-05-29T21:39:12.145Z[ recovery-image] May 29 21:39:10.750 INFO O| May 29 21:39:10.750 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-05-29T21:39:12.170Z[ recovery-image] May 29 21:39:10.790 INFO O| May 29 21:39:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59272024-05-29T21:39:12.178Z[ recovery-image] May 29 21:39:10.790 INFO O| May 29 21:39:10.790 INFO STEP 591 (remove_files) COMPLETE
59282024-05-29T21:39:12.178Z[ recovery-image] May 29 21:39:10.790 INFO O| May 29 21:39:10.790 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-05-29T21:39:12.194Z[ recovery-image] May 29 21:39:10.813 INFO O| May 29 21:39:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59302024-05-29T21:39:12.197Z[ recovery-image] May 29 21:39:10.814 INFO O| May 29 21:39:10.814 INFO STEP 592 (remove_files) COMPLETE
59312024-05-29T21:39:12.197Z[ recovery-image] May 29 21:39:10.814 INFO O| May 29 21:39:10.814 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-05-29T21:39:12.217Z[ recovery-image] May 29 21:39:10.837 INFO O| May 29 21:39:10.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59332024-05-29T21:39:12.226Z[ recovery-image] May 29 21:39:10.837 INFO O| May 29 21:39:10.837 INFO STEP 593 (remove_files) COMPLETE
59342024-05-29T21:39:12.227Z[ recovery-image] May 29 21:39:10.837 INFO O| May 29 21:39:10.837 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-05-29T21:39:12.241Z[ recovery-image] May 29 21:39:10.857 INFO O| May 29 21:39:10.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59362024-05-29T21:39:12.241Z[ recovery-image] May 29 21:39:10.857 INFO O| May 29 21:39:10.857 INFO STEP 594 (remove_files) COMPLETE
59372024-05-29T21:39:12.241Z[ recovery-image] May 29 21:39:10.857 INFO O| May 29 21:39:10.857 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-05-29T21:39:12.257Z[ recovery-image] May 29 21:39:10.877 INFO O| May 29 21:39:10.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59392024-05-29T21:39:12.257Z[ recovery-image] May 29 21:39:10.877 INFO O| May 29 21:39:10.877 INFO STEP 595 (remove_files) COMPLETE
59402024-05-29T21:39:12.257Z[ recovery-image] May 29 21:39:10.877 INFO O| May 29 21:39:10.877 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-05-29T21:39:12.275Z[ recovery-image] May 29 21:39:10.895 INFO O| May 29 21:39:10.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59422024-05-29T21:39:12.275Z[ recovery-image] May 29 21:39:10.895 INFO O| May 29 21:39:10.895 INFO STEP 596 (remove_files) COMPLETE
59432024-05-29T21:39:12.275Z[ recovery-image] May 29 21:39:10.895 INFO O| May 29 21:39:10.895 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-05-29T21:39:12.311Z[ recovery-image] May 29 21:39:10.930 INFO O| May 29 21:39:10.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59452024-05-29T21:39:12.311Z[ recovery-image] May 29 21:39:10.930 INFO O| May 29 21:39:10.930 INFO STEP 597 (remove_files) COMPLETE
59462024-05-29T21:39:12.311Z[ recovery-image] May 29 21:39:10.930 INFO O| May 29 21:39:10.930 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-05-29T21:39:12.328Z[ recovery-image] May 29 21:39:10.948 INFO O| May 29 21:39:10.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59482024-05-29T21:39:12.328Z[ recovery-image] May 29 21:39:10.948 INFO O| May 29 21:39:10.948 INFO STEP 598 (remove_files) COMPLETE
59492024-05-29T21:39:12.333Z[ recovery-image] May 29 21:39:10.949 INFO O| May 29 21:39:10.948 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-05-29T21:39:12.348Z[ recovery-image] May 29 21:39:10.967 INFO O| May 29 21:39:10.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59512024-05-29T21:39:12.352Z[ recovery-image] May 29 21:39:10.968 INFO O| May 29 21:39:10.968 INFO STEP 599 (remove_files) COMPLETE
59522024-05-29T21:39:12.352Z[ recovery-image] May 29 21:39:10.968 INFO O| May 29 21:39:10.968 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-05-29T21:39:12.385Z[ recovery-image] May 29 21:39:11.004 INFO O| May 29 21:39:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59542024-05-29T21:39:12.385Z[ recovery-image] May 29 21:39:11.004 INFO O| May 29 21:39:11.004 INFO STEP 600 (remove_files) COMPLETE
59552024-05-29T21:39:12.385Z[ recovery-image] May 29 21:39:11.004 INFO O| May 29 21:39:11.004 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-05-29T21:39:12.406Z[ recovery-image] May 29 21:39:11.024 INFO O| May 29 21:39:11.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59572024-05-29T21:39:12.410Z[ recovery-image] May 29 21:39:11.030 INFO O| May 29 21:39:11.030 INFO STEP 601 (remove_files) COMPLETE
59582024-05-29T21:39:12.410Z[ recovery-image] May 29 21:39:11.030 INFO O| May 29 21:39:11.030 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-05-29T21:39:12.429Z[ recovery-image] May 29 21:39:11.049 INFO O| May 29 21:39:11.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59602024-05-29T21:39:12.429Z[ recovery-image] May 29 21:39:11.050 INFO O| May 29 21:39:11.050 INFO STEP 602 (remove_files) COMPLETE
59612024-05-29T21:39:12.435Z[ recovery-image] May 29 21:39:11.050 INFO O| May 29 21:39:11.050 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-05-29T21:39:12.449Z[ recovery-image] May 29 21:39:11.069 INFO O| May 29 21:39:11.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59632024-05-29T21:39:12.449Z[ recovery-image] May 29 21:39:11.069 INFO O| May 29 21:39:11.069 INFO STEP 603 (remove_files) COMPLETE
59642024-05-29T21:39:12.449Z[ recovery-image] May 29 21:39:11.069 INFO O| May 29 21:39:11.069 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-05-29T21:39:12.468Z[ recovery-image] May 29 21:39:11.088 INFO O| May 29 21:39:11.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59662024-05-29T21:39:12.471Z[ recovery-image] May 29 21:39:11.088 INFO O| May 29 21:39:11.088 INFO STEP 604 (remove_files) COMPLETE
59672024-05-29T21:39:12.471Z[ recovery-image] May 29 21:39:11.088 INFO O| May 29 21:39:11.088 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-05-29T21:39:12.489Z[ recovery-image] May 29 21:39:11.109 INFO O| May 29 21:39:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59692024-05-29T21:39:12.493Z[ recovery-image] May 29 21:39:11.110 INFO O| May 29 21:39:11.109 INFO STEP 605 (remove_files) COMPLETE
59702024-05-29T21:39:12.493Z[ recovery-image] May 29 21:39:11.110 INFO O| May 29 21:39:11.110 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-05-29T21:39:12.511Z[ recovery-image] May 29 21:39:11.131 INFO O| May 29 21:39:11.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59722024-05-29T21:39:12.514Z[ recovery-image] May 29 21:39:11.131 INFO O| May 29 21:39:11.131 INFO STEP 606 (remove_files) COMPLETE
59732024-05-29T21:39:12.514Z[ recovery-image] May 29 21:39:11.131 INFO O| May 29 21:39:11.131 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-05-29T21:39:12.532Z[ recovery-image] May 29 21:39:11.152 INFO O| May 29 21:39:11.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59752024-05-29T21:39:12.535Z[ recovery-image] May 29 21:39:11.153 INFO O| May 29 21:39:11.152 INFO STEP 607 (remove_files) COMPLETE
59762024-05-29T21:39:12.535Z[ recovery-image] May 29 21:39:11.153 INFO O| May 29 21:39:11.153 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-05-29T21:39:12.555Z[ recovery-image] May 29 21:39:11.174 INFO O| May 29 21:39:11.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59782024-05-29T21:39:12.559Z[ recovery-image] May 29 21:39:11.175 INFO O| May 29 21:39:11.175 INFO STEP 608 (remove_files) COMPLETE
59792024-05-29T21:39:12.559Z[ recovery-image] May 29 21:39:11.175 INFO O| May 29 21:39:11.175 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-05-29T21:39:12.576Z[ recovery-image] May 29 21:39:11.196 INFO O| May 29 21:39:11.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59812024-05-29T21:39:12.581Z[ recovery-image] May 29 21:39:11.196 INFO O| May 29 21:39:11.196 INFO STEP 609 (remove_files) COMPLETE
59822024-05-29T21:39:12.582Z[ recovery-image] May 29 21:39:11.196 INFO O| May 29 21:39:11.196 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-05-29T21:39:12.598Z[ recovery-image] May 29 21:39:11.218 INFO O| May 29 21:39:11.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59842024-05-29T21:39:12.601Z[ recovery-image] May 29 21:39:11.218 INFO O| May 29 21:39:11.218 INFO STEP 610 (remove_files) COMPLETE
59852024-05-29T21:39:12.601Z[ recovery-image] May 29 21:39:11.218 INFO O| May 29 21:39:11.218 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-05-29T21:39:12.622Z[ recovery-image] May 29 21:39:11.242 INFO O| May 29 21:39:11.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59872024-05-29T21:39:12.625Z[ recovery-image] May 29 21:39:11.242 INFO O| May 29 21:39:11.242 INFO STEP 611 (remove_files) COMPLETE
59882024-05-29T21:39:12.625Z[ recovery-image] May 29 21:39:11.242 INFO O| May 29 21:39:11.242 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-05-29T21:39:12.645Z[ recovery-image] May 29 21:39:11.264 INFO O| May 29 21:39:11.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59902024-05-29T21:39:12.649Z[ recovery-image] May 29 21:39:11.265 INFO O| May 29 21:39:11.265 INFO STEP 612 (remove_files) COMPLETE
59912024-05-29T21:39:12.649Z[ recovery-image] May 29 21:39:11.265 INFO O| May 29 21:39:11.265 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-05-29T21:39:12.699Z[ recovery-image] May 29 21:39:11.316 INFO O| May 29 21:39:11.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59932024-05-29T21:39:12.702Z[ recovery-image] May 29 21:39:11.316 INFO O| May 29 21:39:11.316 INFO STEP 613 (remove_files) COMPLETE
59942024-05-29T21:39:12.703Z[ recovery-image] May 29 21:39:11.317 INFO O| May 29 21:39:11.316 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-05-29T21:39:12.781Z[ recovery-image] May 29 21:39:11.399 INFO O| May 29 21:39:11.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59962024-05-29T21:39:12.781Z[ recovery-image] May 29 21:39:11.399 INFO O| May 29 21:39:11.399 INFO STEP 614 (remove_files) COMPLETE
59972024-05-29T21:39:12.785Z[ recovery-image] May 29 21:39:11.399 INFO O| May 29 21:39:11.399 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-05-29T21:39:12.796Z[ recovery-image] May 29 21:39:11.417 INFO O| May 29 21:39:11.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59992024-05-29T21:39:12.799Z[ recovery-image] May 29 21:39:11.417 INFO O| May 29 21:39:11.417 INFO STEP 615 (remove_files) COMPLETE
60002024-05-29T21:39:12.799Z[ recovery-image] May 29 21:39:11.417 INFO O| May 29 21:39:11.417 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-05-29T21:39:12.814Z[ recovery-image] May 29 21:39:11.434 INFO O| May 29 21:39:11.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60022024-05-29T21:39:12.814Z[ recovery-image] May 29 21:39:11.434 INFO O| May 29 21:39:11.434 INFO STEP 616 (remove_files) COMPLETE
60032024-05-29T21:39:12.814Z[ recovery-image] May 29 21:39:11.434 INFO O| May 29 21:39:11.434 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-05-29T21:39:12.852Z[ recovery-image] May 29 21:39:11.471 INFO O| May 29 21:39:11.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60052024-05-29T21:39:12.852Z[ recovery-image] May 29 21:39:11.471 INFO O| May 29 21:39:11.471 INFO STEP 617 (remove_files) COMPLETE
60062024-05-29T21:39:12.852Z[ recovery-image] May 29 21:39:11.471 INFO O| May 29 21:39:11.471 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-05-29T21:39:12.873Z[ recovery-image] May 29 21:39:11.493 INFO O| May 29 21:39:11.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60082024-05-29T21:39:12.873Z[ recovery-image] May 29 21:39:11.493 INFO O| May 29 21:39:11.493 INFO STEP 618 (remove_files) COMPLETE
60092024-05-29T21:39:12.873Z[ recovery-image] May 29 21:39:11.493 INFO O| May 29 21:39:11.493 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-05-29T21:39:12.891Z[ recovery-image] May 29 21:39:11.511 INFO O| May 29 21:39:11.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60112024-05-29T21:39:12.891Z[ recovery-image] May 29 21:39:11.511 INFO O| May 29 21:39:11.511 INFO STEP 619 (remove_files) COMPLETE
60122024-05-29T21:39:12.891Z[ recovery-image] May 29 21:39:11.511 INFO O| May 29 21:39:11.511 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-05-29T21:39:12.938Z[ recovery-image] May 29 21:39:11.556 INFO O| May 29 21:39:11.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60142024-05-29T21:39:12.941Z[ recovery-image] May 29 21:39:11.557 INFO O| May 29 21:39:11.557 INFO STEP 620 (remove_files) COMPLETE
60152024-05-29T21:39:12.941Z[ recovery-image] May 29 21:39:11.557 INFO O| May 29 21:39:11.557 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-05-29T21:39:13.389Z[ recovery-image] May 29 21:39:11.597 INFO O| May 29 21:39:11.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60172024-05-29T21:39:13.389Z[ recovery-image] May 29 21:39:11.597 INFO O| May 29 21:39:11.597 INFO STEP 621 (remove_files) COMPLETE
60182024-05-29T21:39:13.401Z[ recovery-image] May 29 21:39:11.597 INFO O| May 29 21:39:11.597 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.619 INFO O| May 29 21:39:11.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60202024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.620 INFO O| May 29 21:39:11.620 INFO STEP 622 (remove_files) COMPLETE
60212024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.620 INFO O| May 29 21:39:11.620 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.693 INFO O| May 29 21:39:11.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60232024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.693 INFO O| May 29 21:39:11.693 INFO STEP 623 (remove_files) COMPLETE
60242024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.693 INFO O| May 29 21:39:11.693 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.734 INFO O| May 29 21:39:11.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60262024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.734 INFO O| May 29 21:39:11.734 INFO STEP 624 (remove_files) COMPLETE
60272024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.734 INFO O| May 29 21:39:11.734 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.754 INFO O| May 29 21:39:11.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60292024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.754 INFO O| May 29 21:39:11.754 INFO STEP 625 (remove_files) COMPLETE
60302024-05-29T21:39:13.408Z[ recovery-image] May 29 21:39:11.754 INFO O| May 29 21:39:11.754 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.791 INFO O| May 29 21:39:11.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60322024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.791 INFO O| May 29 21:39:11.791 INFO STEP 626 (remove_files) COMPLETE
60332024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.791 INFO O| May 29 21:39:11.791 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.813 INFO O| May 29 21:39:11.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60352024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.814 INFO O| May 29 21:39:11.814 INFO STEP 627 (remove_files) COMPLETE
60362024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.814 INFO O| May 29 21:39:11.814 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.855 INFO O| May 29 21:39:11.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60382024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.855 INFO O| May 29 21:39:11.855 INFO STEP 628 (remove_files) COMPLETE
60392024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.855 INFO O| May 29 21:39:11.855 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.874 INFO O| May 29 21:39:11.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60412024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.874 INFO O| May 29 21:39:11.874 INFO STEP 629 (remove_files) COMPLETE
60422024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.874 INFO O| May 29 21:39:11.874 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.893 INFO O| May 29 21:39:11.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60442024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.893 INFO O| May 29 21:39:11.893 INFO STEP 630 (remove_files) COMPLETE
60452024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.893 INFO O| May 29 21:39:11.893 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.913 INFO O| May 29 21:39:11.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60472024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.913 INFO O| May 29 21:39:11.913 INFO STEP 631 (remove_files) COMPLETE
60482024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.913 INFO O| May 29 21:39:11.913 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.931 INFO O| May 29 21:39:11.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60502024-05-29T21:39:13.409Z[ recovery-image] May 29 21:39:11.931 INFO O| May 29 21:39:11.931 INFO STEP 632 (remove_files) COMPLETE
60512024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.932 INFO O| May 29 21:39:11.931 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.949 INFO O| May 29 21:39:11.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60532024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.949 INFO O| May 29 21:39:11.949 INFO STEP 633 (remove_files) COMPLETE
60542024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.950 INFO O| May 29 21:39:11.950 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.968 INFO O| May 29 21:39:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60562024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.968 INFO O| May 29 21:39:11.968 INFO STEP 634 (remove_files) COMPLETE
60572024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.968 INFO O| May 29 21:39:11.968 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.985 INFO O| May 29 21:39:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60592024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.985 INFO O| May 29 21:39:11.985 INFO STEP 635 (remove_files) COMPLETE
60602024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:11.985 INFO O| May 29 21:39:11.985 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:12.005 INFO O| May 29 21:39:12.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60622024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:12.005 INFO O| May 29 21:39:12.005 INFO STEP 636 (remove_files) COMPLETE
60632024-05-29T21:39:13.410Z[ recovery-image] May 29 21:39:12.005 INFO O| May 29 21:39:12.005 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-05-29T21:39:13.416Z[ recovery-image] May 29 21:39:12.025 INFO O| May 29 21:39:12.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60652024-05-29T21:39:13.416Z[ recovery-image] May 29 21:39:12.026 INFO O| May 29 21:39:12.025 INFO STEP 637 (remove_files) COMPLETE
60662024-05-29T21:39:13.416Z[ recovery-image] May 29 21:39:12.026 INFO O| May 29 21:39:12.025 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-05-29T21:39:13.424Z[ recovery-image] May 29 21:39:12.044 INFO O| May 29 21:39:12.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60682024-05-29T21:39:13.431Z[ recovery-image] May 29 21:39:12.044 INFO O| May 29 21:39:12.044 INFO STEP 638 (remove_files) COMPLETE
60692024-05-29T21:39:13.431Z[ recovery-image] May 29 21:39:12.044 INFO O| May 29 21:39:12.044 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-05-29T21:39:13.445Z[ recovery-image] May 29 21:39:12.065 INFO O| May 29 21:39:12.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60712024-05-29T21:39:13.445Z[ recovery-image] May 29 21:39:12.065 INFO O| May 29 21:39:12.065 INFO STEP 639 (remove_files) COMPLETE
60722024-05-29T21:39:13.446Z[ recovery-image] May 29 21:39:12.065 INFO O| May 29 21:39:12.065 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-05-29T21:39:13.497Z[ recovery-image] May 29 21:39:12.117 INFO O| May 29 21:39:12.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60742024-05-29T21:39:13.501Z[ recovery-image] May 29 21:39:12.117 INFO O| May 29 21:39:12.117 INFO STEP 640 (remove_files) COMPLETE
60752024-05-29T21:39:13.501Z[ recovery-image] May 29 21:39:12.117 INFO O| May 29 21:39:12.117 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-05-29T21:39:13.556Z[ recovery-image] May 29 21:39:12.176 INFO O| May 29 21:39:12.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60772024-05-29T21:39:13.563Z[ recovery-image] May 29 21:39:12.176 INFO O| May 29 21:39:12.176 INFO STEP 641 (remove_files) COMPLETE
60782024-05-29T21:39:13.563Z[ recovery-image] May 29 21:39:12.177 INFO O| May 29 21:39:12.176 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-05-29T21:39:13.632Z[ recovery-image] May 29 21:39:12.249 INFO O| May 29 21:39:12.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60802024-05-29T21:39:13.636Z[ recovery-image] May 29 21:39:12.249 INFO O| May 29 21:39:12.249 INFO STEP 642 (remove_files) COMPLETE
60812024-05-29T21:39:13.636Z[ recovery-image] May 29 21:39:12.249 INFO O| May 29 21:39:12.249 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-05-29T21:39:13.649Z[ recovery-image] May 29 21:39:12.268 INFO O| May 29 21:39:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60832024-05-29T21:39:13.649Z[ recovery-image] May 29 21:39:12.268 INFO O| May 29 21:39:12.268 INFO STEP 643 (remove_files) COMPLETE
60842024-05-29T21:39:13.651Z[ recovery-image] May 29 21:39:12.268 INFO O| May 29 21:39:12.268 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-05-29T21:39:13.667Z[ recovery-image] May 29 21:39:12.286 INFO O| May 29 21:39:12.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60862024-05-29T21:39:13.667Z[ recovery-image] May 29 21:39:12.286 INFO O| May 29 21:39:12.286 INFO STEP 644 (remove_files) COMPLETE
60872024-05-29T21:39:13.668Z[ recovery-image] May 29 21:39:12.286 INFO O| May 29 21:39:12.286 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-05-29T21:39:13.683Z[ recovery-image] May 29 21:39:12.303 INFO O| May 29 21:39:12.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60892024-05-29T21:39:13.683Z[ recovery-image] May 29 21:39:12.303 INFO O| May 29 21:39:12.303 INFO STEP 645 (remove_files) COMPLETE
60902024-05-29T21:39:13.686Z[ recovery-image] May 29 21:39:12.303 INFO O| May 29 21:39:12.303 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-05-29T21:39:13.701Z[ recovery-image] May 29 21:39:12.321 INFO O| May 29 21:39:12.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60922024-05-29T21:39:13.701Z[ recovery-image] May 29 21:39:12.321 INFO O| May 29 21:39:12.321 INFO STEP 646 (remove_files) COMPLETE
60932024-05-29T21:39:13.701Z[ recovery-image] May 29 21:39:12.321 INFO O| May 29 21:39:12.321 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-05-29T21:39:13.719Z[ recovery-image] May 29 21:39:12.338 INFO O| May 29 21:39:12.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60952024-05-29T21:39:13.719Z[ recovery-image] May 29 21:39:12.338 INFO O| May 29 21:39:12.338 INFO STEP 647 (remove_files) COMPLETE
60962024-05-29T21:39:13.719Z[ recovery-image] May 29 21:39:12.338 INFO O| May 29 21:39:12.338 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-05-29T21:39:13.736Z[ recovery-image] May 29 21:39:12.356 INFO O| May 29 21:39:12.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60982024-05-29T21:39:13.736Z[ recovery-image] May 29 21:39:12.356 INFO O| May 29 21:39:12.356 INFO STEP 648 (remove_files) COMPLETE
60992024-05-29T21:39:13.739Z[ recovery-image] May 29 21:39:12.356 INFO O| May 29 21:39:12.356 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-05-29T21:39:13.754Z[ recovery-image] May 29 21:39:12.373 INFO O| May 29 21:39:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61012024-05-29T21:39:13.754Z[ recovery-image] May 29 21:39:12.374 INFO O| May 29 21:39:12.374 INFO STEP 649 (remove_files) COMPLETE
61022024-05-29T21:39:13.754Z[ recovery-image] May 29 21:39:12.374 INFO O| May 29 21:39:12.374 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-05-29T21:39:13.772Z[ recovery-image] May 29 21:39:12.392 INFO O| May 29 21:39:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61042024-05-29T21:39:13.772Z[ recovery-image] May 29 21:39:12.392 INFO O| May 29 21:39:12.392 INFO STEP 650 (remove_files) COMPLETE
61052024-05-29T21:39:13.772Z[ recovery-image] May 29 21:39:12.392 INFO O| May 29 21:39:12.392 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-05-29T21:39:13.790Z[ recovery-image] May 29 21:39:12.410 INFO O| May 29 21:39:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61072024-05-29T21:39:13.790Z[ recovery-image] May 29 21:39:12.410 INFO O| May 29 21:39:12.410 INFO STEP 651 (remove_files) COMPLETE
61082024-05-29T21:39:13.790Z[ recovery-image] May 29 21:39:12.410 INFO O| May 29 21:39:12.410 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-05-29T21:39:13.811Z[ recovery-image] May 29 21:39:12.431 INFO O| May 29 21:39:12.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61102024-05-29T21:39:13.811Z[ recovery-image] May 29 21:39:12.431 INFO O| May 29 21:39:12.431 INFO STEP 652 (remove_files) COMPLETE
61112024-05-29T21:39:13.818Z[ recovery-image] May 29 21:39:12.431 INFO O| May 29 21:39:12.431 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-05-29T21:39:13.830Z[ recovery-image] May 29 21:39:12.451 INFO O| May 29 21:39:12.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61132024-05-29T21:39:13.831Z[ recovery-image] May 29 21:39:12.451 INFO O| May 29 21:39:12.451 INFO STEP 653 (remove_files) COMPLETE
61142024-05-29T21:39:13.831Z[ recovery-image] May 29 21:39:12.451 INFO O| May 29 21:39:12.451 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-05-29T21:39:13.849Z[ recovery-image] May 29 21:39:12.469 INFO O| May 29 21:39:12.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61162024-05-29T21:39:13.849Z[ recovery-image] May 29 21:39:12.469 INFO O| May 29 21:39:12.469 INFO STEP 654 (remove_files) COMPLETE
61172024-05-29T21:39:13.850Z[ recovery-image] May 29 21:39:12.469 INFO O| May 29 21:39:12.469 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-05-29T21:39:13.869Z[ recovery-image] May 29 21:39:12.489 INFO O| May 29 21:39:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61192024-05-29T21:39:13.869Z[ recovery-image] May 29 21:39:12.489 INFO O| May 29 21:39:12.489 INFO STEP 655 (remove_files) COMPLETE
61202024-05-29T21:39:13.869Z[ recovery-image] May 29 21:39:12.489 INFO O| May 29 21:39:12.489 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-05-29T21:39:13.887Z[ recovery-image] May 29 21:39:12.506 INFO O| May 29 21:39:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61222024-05-29T21:39:13.887Z[ recovery-image] May 29 21:39:12.506 INFO O| May 29 21:39:12.506 INFO STEP 656 (remove_files) COMPLETE
61232024-05-29T21:39:13.887Z[ recovery-image] May 29 21:39:12.506 INFO O| May 29 21:39:12.506 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-05-29T21:39:13.947Z[ recovery-image] May 29 21:39:12.564 INFO O| May 29 21:39:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61252024-05-29T21:39:13.947Z[ recovery-image] May 29 21:39:12.564 INFO O| May 29 21:39:12.564 INFO STEP 657 (remove_files) COMPLETE
61262024-05-29T21:39:13.953Z[ recovery-image] May 29 21:39:12.564 INFO O| May 29 21:39:12.564 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-05-29T21:39:13.964Z[ recovery-image] May 29 21:39:12.584 INFO O| May 29 21:39:12.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61282024-05-29T21:39:13.964Z[ recovery-image] May 29 21:39:12.584 INFO O| May 29 21:39:12.584 INFO STEP 658 (remove_files) COMPLETE
61292024-05-29T21:39:13.964Z[ recovery-image] May 29 21:39:12.584 INFO O| May 29 21:39:12.584 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-05-29T21:39:14.001Z[ recovery-image] May 29 21:39:12.621 INFO O| May 29 21:39:12.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61312024-05-29T21:39:14.005Z[ recovery-image] May 29 21:39:12.621 INFO O| May 29 21:39:12.621 INFO STEP 659 (remove_files) COMPLETE
61322024-05-29T21:39:14.005Z[ recovery-image] May 29 21:39:12.621 INFO O| May 29 21:39:12.621 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-05-29T21:39:14.062Z[ recovery-image] May 29 21:39:12.682 INFO O| May 29 21:39:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61342024-05-29T21:39:14.062Z[ recovery-image] May 29 21:39:12.682 INFO O| May 29 21:39:12.682 INFO STEP 660 (remove_files) COMPLETE
61352024-05-29T21:39:14.066Z[ recovery-image] May 29 21:39:12.682 INFO O| May 29 21:39:12.682 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-05-29T21:39:14.117Z[ recovery-image] May 29 21:39:12.737 INFO O| May 29 21:39:12.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61372024-05-29T21:39:14.117Z[ recovery-image] May 29 21:39:12.737 INFO O| May 29 21:39:12.737 INFO STEP 661 (remove_files) COMPLETE
61382024-05-29T21:39:14.117Z[ recovery-image] May 29 21:39:12.737 INFO O| May 29 21:39:12.737 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-05-29T21:39:14.134Z[ recovery-image] May 29 21:39:12.754 INFO O| May 29 21:39:12.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61402024-05-29T21:39:14.134Z[ recovery-image] May 29 21:39:12.754 INFO O| May 29 21:39:12.754 INFO STEP 662 (remove_files) COMPLETE
61412024-05-29T21:39:14.134Z[ recovery-image] May 29 21:39:12.754 INFO O| May 29 21:39:12.754 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-05-29T21:39:14.164Z[ recovery-image] May 29 21:39:12.784 INFO O| May 29 21:39:12.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61432024-05-29T21:39:14.164Z[ recovery-image] May 29 21:39:12.784 INFO O| May 29 21:39:12.784 INFO STEP 663 (remove_files) COMPLETE
61442024-05-29T21:39:14.164Z[ recovery-image] May 29 21:39:12.784 INFO O| May 29 21:39:12.784 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-05-29T21:39:14.202Z[ recovery-image] May 29 21:39:12.822 INFO O| May 29 21:39:12.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61462024-05-29T21:39:14.202Z[ recovery-image] May 29 21:39:12.822 INFO O| May 29 21:39:12.822 INFO STEP 664 (remove_files) COMPLETE
61472024-05-29T21:39:14.205Z[ recovery-image] May 29 21:39:12.822 INFO O| May 29 21:39:12.822 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-05-29T21:39:14.227Z[ recovery-image] May 29 21:39:12.845 INFO O| May 29 21:39:12.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61492024-05-29T21:39:14.227Z[ recovery-image] May 29 21:39:12.845 INFO O| May 29 21:39:12.845 INFO STEP 665 (remove_files) COMPLETE
61502024-05-29T21:39:14.227Z[ recovery-image] May 29 21:39:12.845 INFO O| May 29 21:39:12.845 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-05-29T21:39:14.278Z[ recovery-image] May 29 21:39:12.898 INFO O| May 29 21:39:12.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61522024-05-29T21:39:14.278Z[ recovery-image] May 29 21:39:12.898 INFO O| May 29 21:39:12.898 INFO STEP 666 (remove_files) COMPLETE
61532024-05-29T21:39:14.278Z[ recovery-image] May 29 21:39:12.898 INFO O| May 29 21:39:12.898 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-05-29T21:39:14.322Z[ recovery-image] May 29 21:39:12.937 INFO O| May 29 21:39:12.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61552024-05-29T21:39:14.327Z[ recovery-image] May 29 21:39:12.937 INFO O| May 29 21:39:12.937 INFO STEP 667 (remove_files) COMPLETE
61562024-05-29T21:39:14.327Z[ recovery-image] May 29 21:39:12.937 INFO O| May 29 21:39:12.937 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-05-29T21:39:14.355Z[ recovery-image] May 29 21:39:12.975 INFO O| May 29 21:39:12.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61582024-05-29T21:39:14.355Z[ recovery-image] May 29 21:39:12.975 INFO O| May 29 21:39:12.975 INFO STEP 668 (remove_files) COMPLETE
61592024-05-29T21:39:14.355Z[ recovery-image] May 29 21:39:12.975 INFO O| May 29 21:39:12.975 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-05-29T21:39:14.373Z[ recovery-image] May 29 21:39:12.993 INFO O| May 29 21:39:12.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61612024-05-29T21:39:14.373Z[ recovery-image] May 29 21:39:12.993 INFO O| May 29 21:39:12.993 INFO STEP 669 (remove_files) COMPLETE
61622024-05-29T21:39:14.373Z[ recovery-image] May 29 21:39:12.993 INFO O| May 29 21:39:12.993 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-05-29T21:39:14.412Z[ recovery-image] May 29 21:39:13.032 INFO O| May 29 21:39:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61642024-05-29T21:39:14.412Z[ recovery-image] May 29 21:39:13.032 INFO O| May 29 21:39:13.032 INFO STEP 670 (remove_files) COMPLETE
61652024-05-29T21:39:14.412Z[ recovery-image] May 29 21:39:13.032 INFO O| May 29 21:39:13.032 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-05-29T21:39:14.434Z[ recovery-image] May 29 21:39:13.054 INFO O| May 29 21:39:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61672024-05-29T21:39:14.435Z[ recovery-image] May 29 21:39:13.054 INFO O| May 29 21:39:13.054 INFO STEP 671 (remove_files) COMPLETE
61682024-05-29T21:39:14.435Z[ recovery-image] May 29 21:39:13.054 INFO O| May 29 21:39:13.054 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-05-29T21:39:14.456Z[ recovery-image] May 29 21:39:13.075 INFO O| May 29 21:39:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61702024-05-29T21:39:14.460Z[ recovery-image] May 29 21:39:13.075 INFO O| May 29 21:39:13.075 INFO STEP 672 (remove_files) COMPLETE
61712024-05-29T21:39:14.460Z[ recovery-image] May 29 21:39:13.076 INFO O| May 29 21:39:13.075 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-05-29T21:39:14.476Z[ recovery-image] May 29 21:39:13.096 INFO O| May 29 21:39:13.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61732024-05-29T21:39:14.480Z[ recovery-image] May 29 21:39:13.096 INFO O| May 29 21:39:13.096 INFO STEP 673 (remove_files) COMPLETE
61742024-05-29T21:39:14.480Z[ recovery-image] May 29 21:39:13.096 INFO O| May 29 21:39:13.096 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-05-29T21:39:14.495Z[ recovery-image] May 29 21:39:13.115 INFO O| May 29 21:39:13.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61762024-05-29T21:39:14.499Z[ recovery-image] May 29 21:39:13.116 INFO O| May 29 21:39:13.115 INFO STEP 674 (remove_files) COMPLETE
61772024-05-29T21:39:14.499Z[ recovery-image] May 29 21:39:13.116 INFO O| May 29 21:39:13.116 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-05-29T21:39:14.514Z[ recovery-image] May 29 21:39:13.134 INFO O| May 29 21:39:13.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61792024-05-29T21:39:14.520Z[ recovery-image] May 29 21:39:13.134 INFO O| May 29 21:39:13.134 INFO STEP 675 (remove_files) COMPLETE
61802024-05-29T21:39:14.520Z[ recovery-image] May 29 21:39:13.135 INFO O| May 29 21:39:13.134 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-05-29T21:39:14.534Z[ recovery-image] May 29 21:39:13.154 INFO O| May 29 21:39:13.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61822024-05-29T21:39:14.537Z[ recovery-image] May 29 21:39:13.154 INFO O| May 29 21:39:13.154 INFO STEP 676 (remove_files) COMPLETE
61832024-05-29T21:39:14.537Z[ recovery-image] May 29 21:39:13.154 INFO O| May 29 21:39:13.154 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-05-29T21:39:14.570Z[ recovery-image] May 29 21:39:13.186 INFO O| May 29 21:39:13.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61852024-05-29T21:39:14.576Z[ recovery-image] May 29 21:39:13.186 INFO O| May 29 21:39:13.186 INFO STEP 677 (remove_files) COMPLETE
61862024-05-29T21:39:14.576Z[ recovery-image] May 29 21:39:13.187 INFO O| May 29 21:39:13.186 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-05-29T21:39:14.586Z[ recovery-image] May 29 21:39:13.206 INFO O| May 29 21:39:13.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61882024-05-29T21:39:14.590Z[ recovery-image] May 29 21:39:13.206 INFO O| May 29 21:39:13.206 INFO STEP 678 (remove_files) COMPLETE
61892024-05-29T21:39:14.590Z[ recovery-image] May 29 21:39:13.206 INFO O| May 29 21:39:13.206 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-05-29T21:39:14.625Z[ recovery-image] May 29 21:39:13.245 INFO O| May 29 21:39:13.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61912024-05-29T21:39:14.625Z[ recovery-image] May 29 21:39:13.245 INFO O| May 29 21:39:13.245 INFO STEP 679 (remove_files) COMPLETE
61922024-05-29T21:39:14.625Z[ recovery-image] May 29 21:39:13.245 INFO O| May 29 21:39:13.245 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-05-29T21:39:14.652Z[ recovery-image] May 29 21:39:13.268 INFO O| May 29 21:39:13.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61942024-05-29T21:39:14.652Z[ recovery-image] May 29 21:39:13.268 INFO O| May 29 21:39:13.268 INFO STEP 680 (remove_files) COMPLETE
61952024-05-29T21:39:14.652Z[ recovery-image] May 29 21:39:13.268 INFO O| May 29 21:39:13.268 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-05-29T21:39:14.670Z[ recovery-image] May 29 21:39:13.290 INFO O| May 29 21:39:13.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61972024-05-29T21:39:14.671Z[ recovery-image] May 29 21:39:13.290 INFO O| May 29 21:39:13.290 INFO STEP 681 (remove_files) COMPLETE
61982024-05-29T21:39:14.674Z[ recovery-image] May 29 21:39:13.291 INFO O| May 29 21:39:13.290 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-05-29T21:39:14.700Z[ recovery-image] May 29 21:39:13.311 INFO O| May 29 21:39:13.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62002024-05-29T21:39:14.700Z[ recovery-image] May 29 21:39:13.311 INFO O| May 29 21:39:13.311 INFO STEP 682 (remove_files) COMPLETE
62012024-05-29T21:39:14.700Z[ recovery-image] May 29 21:39:13.311 INFO O| May 29 21:39:13.311 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-05-29T21:39:14.713Z[ recovery-image] May 29 21:39:13.331 INFO O| May 29 21:39:13.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62032024-05-29T21:39:14.714Z[ recovery-image] May 29 21:39:13.331 INFO O| May 29 21:39:13.331 INFO STEP 683 (remove_files) COMPLETE
62042024-05-29T21:39:14.714Z[ recovery-image] May 29 21:39:13.331 INFO O| May 29 21:39:13.331 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-05-29T21:39:14.731Z[ recovery-image] May 29 21:39:13.350 INFO O| May 29 21:39:13.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62062024-05-29T21:39:14.731Z[ recovery-image] May 29 21:39:13.351 INFO O| May 29 21:39:13.351 INFO STEP 684 (remove_files) COMPLETE
62072024-05-29T21:39:14.731Z[ recovery-image] May 29 21:39:13.351 INFO O| May 29 21:39:13.351 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-05-29T21:39:14.753Z[ recovery-image] May 29 21:39:13.371 INFO O| May 29 21:39:13.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62092024-05-29T21:39:14.753Z[ recovery-image] May 29 21:39:13.371 INFO O| May 29 21:39:13.371 INFO STEP 685 (remove_files) COMPLETE
62102024-05-29T21:39:14.753Z[ recovery-image] May 29 21:39:13.371 INFO O| May 29 21:39:13.371 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-05-29T21:39:14.800Z[ recovery-image] May 29 21:39:13.408 INFO O| May 29 21:39:13.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62122024-05-29T21:39:14.801Z[ recovery-image] May 29 21:39:13.408 INFO O| May 29 21:39:13.408 INFO STEP 686 (remove_files) COMPLETE
62132024-05-29T21:39:14.813Z[ recovery-image] May 29 21:39:13.409 INFO O| May 29 21:39:13.408 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-05-29T21:39:14.877Z[ recovery-image] May 29 21:39:13.492 INFO O| May 29 21:39:13.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62152024-05-29T21:39:14.884Z[ recovery-image] May 29 21:39:13.492 INFO O| May 29 21:39:13.492 INFO STEP 687 (remove_files) COMPLETE
62162024-05-29T21:39:14.884Z[ recovery-image] May 29 21:39:13.492 INFO O| May 29 21:39:13.492 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-05-29T21:39:14.897Z[ recovery-image] May 29 21:39:13.514 INFO O| May 29 21:39:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62182024-05-29T21:39:14.915Z[ recovery-image] May 29 21:39:13.515 INFO O| May 29 21:39:13.515 INFO STEP 688 (remove_files) COMPLETE
62192024-05-29T21:39:14.915Z[ recovery-image] May 29 21:39:13.515 INFO O| May 29 21:39:13.515 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-05-29T21:39:14.919Z[ recovery-image] May 29 21:39:13.536 INFO O| May 29 21:39:13.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62212024-05-29T21:39:14.919Z[ recovery-image] May 29 21:39:13.536 INFO O| May 29 21:39:13.536 INFO STEP 689 (remove_files) COMPLETE
62222024-05-29T21:39:14.919Z[ recovery-image] May 29 21:39:13.536 INFO O| May 29 21:39:13.536 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-05-29T21:39:14.967Z[ recovery-image] May 29 21:39:13.584 INFO O| May 29 21:39:13.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62242024-05-29T21:39:14.967Z[ recovery-image] May 29 21:39:13.584 INFO O| May 29 21:39:13.584 INFO STEP 690 (remove_files) COMPLETE
62252024-05-29T21:39:14.967Z[ recovery-image] May 29 21:39:13.584 INFO O| May 29 21:39:13.584 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-05-29T21:39:14.984Z[ recovery-image] May 29 21:39:13.603 INFO O| May 29 21:39:13.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62272024-05-29T21:39:14.984Z[ recovery-image] May 29 21:39:13.603 INFO O| May 29 21:39:13.603 INFO STEP 691 (remove_files) COMPLETE
62282024-05-29T21:39:14.984Z[ recovery-image] May 29 21:39:13.603 INFO O| May 29 21:39:13.603 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-05-29T21:39:15.021Z[ recovery-image] May 29 21:39:13.640 INFO O| May 29 21:39:13.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62302024-05-29T21:39:15.024Z[ recovery-image] May 29 21:39:13.640 INFO O| May 29 21:39:13.640 INFO STEP 692 (remove_files) COMPLETE
62312024-05-29T21:39:15.024Z[ recovery-image] May 29 21:39:13.641 INFO O| May 29 21:39:13.640 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-05-29T21:39:15.038Z[ recovery-image] May 29 21:39:13.658 INFO O| May 29 21:39:13.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62332024-05-29T21:39:15.042Z[ recovery-image] May 29 21:39:13.659 INFO O| May 29 21:39:13.658 INFO STEP 693 (remove_files) COMPLETE
62342024-05-29T21:39:15.042Z[ recovery-image] May 29 21:39:13.659 INFO O| May 29 21:39:13.659 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-05-29T21:39:15.067Z[ recovery-image] May 29 21:39:13.676 INFO O| May 29 21:39:13.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62362024-05-29T21:39:15.067Z[ recovery-image] May 29 21:39:13.677 INFO O| May 29 21:39:13.677 INFO STEP 694 (remove_files) COMPLETE
62372024-05-29T21:39:15.076Z[ recovery-image] May 29 21:39:13.677 INFO O| May 29 21:39:13.677 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-05-29T21:39:15.081Z[ recovery-image] May 29 21:39:13.697 INFO O| May 29 21:39:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62392024-05-29T21:39:15.081Z[ recovery-image] May 29 21:39:13.697 INFO O| May 29 21:39:13.697 INFO STEP 695 (remove_files) COMPLETE
62402024-05-29T21:39:15.082Z[ recovery-image] May 29 21:39:13.698 INFO O| May 29 21:39:13.698 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-05-29T21:39:15.109Z[ recovery-image] May 29 21:39:13.729 INFO O| May 29 21:39:13.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62422024-05-29T21:39:15.110Z[ recovery-image] May 29 21:39:13.729 INFO O| May 29 21:39:13.729 INFO STEP 696 (remove_files) COMPLETE
62432024-05-29T21:39:15.110Z[ recovery-image] May 29 21:39:13.729 INFO O| May 29 21:39:13.729 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-05-29T21:39:15.179Z[ recovery-image] May 29 21:39:13.795 INFO O| May 29 21:39:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62452024-05-29T21:39:15.179Z[ recovery-image] May 29 21:39:13.796 INFO O| May 29 21:39:13.796 INFO STEP 697 (remove_files) COMPLETE
62462024-05-29T21:39:15.182Z[ recovery-image] May 29 21:39:13.796 INFO O| May 29 21:39:13.796 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-05-29T21:39:15.194Z[ recovery-image] May 29 21:39:13.814 INFO O| May 29 21:39:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62482024-05-29T21:39:15.208Z[ recovery-image] May 29 21:39:13.814 INFO O| May 29 21:39:13.814 INFO STEP 698 (remove_files) COMPLETE
62492024-05-29T21:39:15.208Z[ recovery-image] May 29 21:39:13.814 INFO O| May 29 21:39:13.814 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-05-29T21:39:15.211Z[ recovery-image] May 29 21:39:13.831 INFO O| May 29 21:39:13.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62512024-05-29T21:39:15.211Z[ recovery-image] May 29 21:39:13.831 INFO O| May 29 21:39:13.831 INFO STEP 699 (remove_files) COMPLETE
62522024-05-29T21:39:15.215Z[ recovery-image] May 29 21:39:13.832 INFO O| May 29 21:39:13.831 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-05-29T21:39:15.228Z[ recovery-image] May 29 21:39:13.848 INFO O| May 29 21:39:13.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62542024-05-29T21:39:15.232Z[ recovery-image] May 29 21:39:13.848 INFO O| May 29 21:39:13.848 INFO STEP 700 (remove_files) COMPLETE
62552024-05-29T21:39:15.232Z[ recovery-image] May 29 21:39:13.849 INFO O| May 29 21:39:13.848 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-05-29T21:39:15.246Z[ recovery-image] May 29 21:39:13.866 INFO O| May 29 21:39:13.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62572024-05-29T21:39:15.246Z[ recovery-image] May 29 21:39:13.866 INFO O| May 29 21:39:13.866 INFO STEP 701 (remove_files) COMPLETE
62582024-05-29T21:39:15.250Z[ recovery-image] May 29 21:39:13.866 INFO O| May 29 21:39:13.866 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-05-29T21:39:15.320Z[ recovery-image] May 29 21:39:13.940 INFO O| May 29 21:39:13.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62602024-05-29T21:39:15.321Z[ recovery-image] May 29 21:39:13.940 INFO O| May 29 21:39:13.940 INFO STEP 702 (remove_files) COMPLETE
62612024-05-29T21:39:15.324Z[ recovery-image] May 29 21:39:13.940 INFO O| May 29 21:39:13.940 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-05-29T21:39:15.375Z[ recovery-image] May 29 21:39:13.990 INFO O| May 29 21:39:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62632024-05-29T21:39:15.378Z[ recovery-image] May 29 21:39:13.990 INFO O| May 29 21:39:13.990 INFO STEP 703 (remove_files) COMPLETE
62642024-05-29T21:39:15.378Z[ recovery-image] May 29 21:39:13.990 INFO O| May 29 21:39:13.990 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-05-29T21:39:15.434Z[ recovery-image] May 29 21:39:14.053 INFO O| May 29 21:39:14.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62662024-05-29T21:39:15.434Z[ recovery-image] May 29 21:39:14.054 INFO O| May 29 21:39:14.053 INFO STEP 704 (remove_files) COMPLETE
62672024-05-29T21:39:15.437Z[ recovery-image] May 29 21:39:14.054 INFO O| May 29 21:39:14.054 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-05-29T21:39:15.588Z[ recovery-image] May 29 21:39:14.208 INFO O| May 29 21:39:14.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62692024-05-29T21:39:15.591Z[ recovery-image] May 29 21:39:14.208 INFO O| May 29 21:39:14.208 INFO STEP 705 (remove_files) COMPLETE
62702024-05-29T21:39:15.591Z[ recovery-image] May 29 21:39:14.208 INFO O| May 29 21:39:14.208 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-05-29T21:39:15.614Z[ recovery-image] May 29 21:39:14.230 INFO O| May 29 21:39:14.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62722024-05-29T21:39:15.629Z[ recovery-image] May 29 21:39:14.231 INFO O| May 29 21:39:14.231 INFO STEP 706 (remove_files) COMPLETE
62732024-05-29T21:39:15.629Z[ recovery-image] May 29 21:39:14.231 INFO O| May 29 21:39:14.231 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-05-29T21:39:15.639Z[ recovery-image] May 29 21:39:14.251 INFO O| May 29 21:39:14.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62752024-05-29T21:39:15.639Z[ recovery-image] May 29 21:39:14.251 INFO O| May 29 21:39:14.251 INFO STEP 707 (remove_files) COMPLETE
62762024-05-29T21:39:15.639Z[ recovery-image] May 29 21:39:14.251 INFO O| May 29 21:39:14.251 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-05-29T21:39:15.651Z[ recovery-image] May 29 21:39:14.269 INFO O| May 29 21:39:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62782024-05-29T21:39:15.651Z[ recovery-image] May 29 21:39:14.269 INFO O| May 29 21:39:14.269 INFO STEP 708 (remove_files) COMPLETE
62792024-05-29T21:39:15.651Z[ recovery-image] May 29 21:39:14.269 INFO O| May 29 21:39:14.269 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-05-29T21:39:15.684Z[ recovery-image] May 29 21:39:14.303 INFO O| May 29 21:39:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62812024-05-29T21:39:15.684Z[ recovery-image] May 29 21:39:14.303 INFO O| May 29 21:39:14.303 INFO STEP 709 (remove_files) COMPLETE
62822024-05-29T21:39:15.688Z[ recovery-image] May 29 21:39:14.304 INFO O| May 29 21:39:14.303 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-05-29T21:39:15.704Z[ recovery-image] May 29 21:39:14.323 INFO O| May 29 21:39:14.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62842024-05-29T21:39:15.704Z[ recovery-image] May 29 21:39:14.323 INFO O| May 29 21:39:14.323 INFO STEP 710 (remove_files) COMPLETE
62852024-05-29T21:39:15.705Z[ recovery-image] May 29 21:39:14.323 INFO O| May 29 21:39:14.323 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-05-29T21:39:15.755Z[ recovery-image] May 29 21:39:14.374 INFO O| May 29 21:39:14.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62872024-05-29T21:39:15.758Z[ recovery-image] May 29 21:39:14.374 INFO O| May 29 21:39:14.374 INFO STEP 711 (remove_files) COMPLETE
62882024-05-29T21:39:15.758Z[ recovery-image] May 29 21:39:14.375 INFO O| May 29 21:39:14.374 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-05-29T21:39:15.777Z[ recovery-image] May 29 21:39:14.397 INFO O| May 29 21:39:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62902024-05-29T21:39:15.777Z[ recovery-image] May 29 21:39:14.397 INFO O| May 29 21:39:14.397 INFO STEP 712 (remove_files) COMPLETE
62912024-05-29T21:39:15.777Z[ recovery-image] May 29 21:39:14.397 INFO O| May 29 21:39:14.397 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-05-29T21:39:15.799Z[ recovery-image] May 29 21:39:14.419 INFO O| May 29 21:39:14.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62932024-05-29T21:39:15.799Z[ recovery-image] May 29 21:39:14.419 INFO O| May 29 21:39:14.419 INFO STEP 713 (remove_files) COMPLETE
62942024-05-29T21:39:15.799Z[ recovery-image] May 29 21:39:14.419 INFO O| May 29 21:39:14.419 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-05-29T21:39:15.828Z[ recovery-image] May 29 21:39:14.448 INFO O| May 29 21:39:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62962024-05-29T21:39:15.831Z[ recovery-image] May 29 21:39:14.448 INFO O| May 29 21:39:14.448 INFO STEP 714 (remove_files) COMPLETE
62972024-05-29T21:39:15.831Z[ recovery-image] May 29 21:39:14.448 INFO O| May 29 21:39:14.448 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-05-29T21:39:15.846Z[ recovery-image] May 29 21:39:14.465 INFO O| May 29 21:39:14.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62992024-05-29T21:39:15.862Z[ recovery-image] May 29 21:39:14.466 INFO O| May 29 21:39:14.465 INFO STEP 715 (remove_files) COMPLETE
63002024-05-29T21:39:15.862Z[ recovery-image] May 29 21:39:14.466 INFO O| May 29 21:39:14.466 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-05-29T21:39:15.865Z[ recovery-image] May 29 21:39:14.483 INFO O| May 29 21:39:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63022024-05-29T21:39:15.865Z[ recovery-image] May 29 21:39:14.483 INFO O| May 29 21:39:14.483 INFO STEP 716 (remove_files) COMPLETE
63032024-05-29T21:39:15.865Z[ recovery-image] May 29 21:39:14.483 INFO O| May 29 21:39:14.483 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-05-29T21:39:15.882Z[ recovery-image] May 29 21:39:14.502 INFO O| May 29 21:39:14.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63052024-05-29T21:39:15.885Z[ recovery-image] May 29 21:39:14.502 INFO O| May 29 21:39:14.502 INFO STEP 717 (remove_files) COMPLETE
63062024-05-29T21:39:15.886Z[ recovery-image] May 29 21:39:14.502 INFO O| May 29 21:39:14.502 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-05-29T21:39:15.900Z[ recovery-image] May 29 21:39:14.520 INFO O| May 29 21:39:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63082024-05-29T21:39:15.904Z[ recovery-image] May 29 21:39:14.520 INFO O| May 29 21:39:14.520 INFO STEP 718 (remove_files) COMPLETE
63092024-05-29T21:39:15.904Z[ recovery-image] May 29 21:39:14.520 INFO O| May 29 21:39:14.520 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-05-29T21:39:15.931Z[ recovery-image] May 29 21:39:14.541 INFO O| May 29 21:39:14.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63112024-05-29T21:39:15.931Z[ recovery-image] May 29 21:39:14.541 INFO O| May 29 21:39:14.541 INFO STEP 719 (remove_files) COMPLETE
63122024-05-29T21:39:15.931Z[ recovery-image] May 29 21:39:14.541 INFO O| May 29 21:39:14.541 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-05-29T21:39:15.965Z[ recovery-image] May 29 21:39:14.575 INFO O| May 29 21:39:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63142024-05-29T21:39:15.965Z[ recovery-image] May 29 21:39:14.575 INFO O| May 29 21:39:14.573 INFO STEP 720 (remove_files) COMPLETE
63152024-05-29T21:39:15.982Z[ recovery-image] May 29 21:39:14.575 INFO O| May 29 21:39:14.573 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-05-29T21:39:15.982Z[ recovery-image] May 29 21:39:14.592 INFO O| May 29 21:39:14.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63172024-05-29T21:39:15.982Z[ recovery-image] May 29 21:39:14.592 INFO O| May 29 21:39:14.592 INFO STEP 721 (remove_files) COMPLETE
63182024-05-29T21:39:15.982Z[ recovery-image] May 29 21:39:14.592 INFO O| May 29 21:39:14.592 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-05-29T21:39:15.999Z[ recovery-image] May 29 21:39:14.619 INFO O| May 29 21:39:14.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63202024-05-29T21:39:16.002Z[ recovery-image] May 29 21:39:14.619 INFO O| May 29 21:39:14.619 INFO STEP 722 (remove_files) COMPLETE
63212024-05-29T21:39:16.002Z[ recovery-image] May 29 21:39:14.619 INFO O| May 29 21:39:14.619 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-05-29T21:39:16.064Z[ recovery-image] May 29 21:39:14.683 INFO O| May 29 21:39:14.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63232024-05-29T21:39:16.065Z[ recovery-image] May 29 21:39:14.683 INFO O| May 29 21:39:14.683 INFO STEP 723 (remove_files) COMPLETE
63242024-05-29T21:39:16.065Z[ recovery-image] May 29 21:39:14.683 INFO O| May 29 21:39:14.683 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-05-29T21:39:16.083Z[ recovery-image] May 29 21:39:14.703 INFO O| May 29 21:39:14.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63262024-05-29T21:39:16.083Z[ recovery-image] May 29 21:39:14.703 INFO O| May 29 21:39:14.703 INFO STEP 724 (remove_files) COMPLETE
63272024-05-29T21:39:16.083Z[ recovery-image] May 29 21:39:14.703 INFO O| May 29 21:39:14.703 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-05-29T21:39:16.129Z[ recovery-image] May 29 21:39:14.742 INFO O| May 29 21:39:14.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63292024-05-29T21:39:16.129Z[ recovery-image] May 29 21:39:14.742 INFO O| May 29 21:39:14.742 INFO STEP 725 (remove_files) COMPLETE
63302024-05-29T21:39:16.129Z[ recovery-image] May 29 21:39:14.742 INFO O| May 29 21:39:14.742 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-05-29T21:39:16.141Z[ recovery-image] May 29 21:39:14.760 INFO O| May 29 21:39:14.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63322024-05-29T21:39:16.145Z[ recovery-image] May 29 21:39:14.761 INFO O| May 29 21:39:14.761 INFO STEP 726 (remove_files) COMPLETE
63332024-05-29T21:39:16.145Z[ recovery-image] May 29 21:39:14.761 INFO O| May 29 21:39:14.761 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-05-29T21:39:16.159Z[ recovery-image] May 29 21:39:14.778 INFO O| May 29 21:39:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63352024-05-29T21:39:16.159Z[ recovery-image] May 29 21:39:14.778 INFO O| May 29 21:39:14.778 INFO STEP 727 (remove_files) COMPLETE
63362024-05-29T21:39:16.159Z[ recovery-image] May 29 21:39:14.778 INFO O| May 29 21:39:14.778 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-05-29T21:39:16.177Z[ recovery-image] May 29 21:39:14.795 INFO O| May 29 21:39:14.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63382024-05-29T21:39:16.177Z[ recovery-image] May 29 21:39:14.795 INFO O| May 29 21:39:14.795 INFO STEP 728 (remove_files) COMPLETE
63392024-05-29T21:39:16.181Z[ recovery-image] May 29 21:39:14.795 INFO O| May 29 21:39:14.795 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-05-29T21:39:16.197Z[ recovery-image] May 29 21:39:14.814 INFO O| May 29 21:39:14.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63412024-05-29T21:39:16.197Z[ recovery-image] May 29 21:39:14.814 INFO O| May 29 21:39:14.814 INFO STEP 729 (remove_files) COMPLETE
63422024-05-29T21:39:16.197Z[ recovery-image] May 29 21:39:14.814 INFO O| May 29 21:39:14.814 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-05-29T21:39:16.214Z[ recovery-image] May 29 21:39:14.832 INFO O| May 29 21:39:14.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63442024-05-29T21:39:16.214Z[ recovery-image] May 29 21:39:14.832 INFO O| May 29 21:39:14.832 INFO STEP 730 (remove_files) COMPLETE
63452024-05-29T21:39:16.224Z[ recovery-image] May 29 21:39:14.833 INFO O| May 29 21:39:14.832 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-05-29T21:39:16.248Z[ recovery-image] May 29 21:39:14.867 INFO O| May 29 21:39:14.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63472024-05-29T21:39:16.268Z[ recovery-image] May 29 21:39:14.867 INFO O| May 29 21:39:14.867 INFO STEP 731 (remove_files) COMPLETE
63482024-05-29T21:39:16.268Z[ recovery-image] May 29 21:39:14.868 INFO O| May 29 21:39:14.867 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-05-29T21:39:16.273Z[ recovery-image] May 29 21:39:14.888 INFO O| May 29 21:39:14.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63502024-05-29T21:39:16.273Z[ recovery-image] May 29 21:39:14.888 INFO O| May 29 21:39:14.888 INFO STEP 732 (remove_files) COMPLETE
63512024-05-29T21:39:16.273Z[ recovery-image] May 29 21:39:14.888 INFO O| May 29 21:39:14.888 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-05-29T21:39:16.287Z[ recovery-image] May 29 21:39:14.907 INFO O| May 29 21:39:14.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63532024-05-29T21:39:16.287Z[ recovery-image] May 29 21:39:14.907 INFO O| May 29 21:39:14.907 INFO STEP 733 (remove_files) COMPLETE
63542024-05-29T21:39:16.288Z[ recovery-image] May 29 21:39:14.907 INFO O| May 29 21:39:14.907 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-05-29T21:39:16.307Z[ recovery-image] May 29 21:39:14.926 INFO O| May 29 21:39:14.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63562024-05-29T21:39:16.307Z[ recovery-image] May 29 21:39:14.926 INFO O| May 29 21:39:14.926 INFO STEP 734 (remove_files) COMPLETE
63572024-05-29T21:39:16.308Z[ recovery-image] May 29 21:39:14.926 INFO O| May 29 21:39:14.926 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-05-29T21:39:16.328Z[ recovery-image] May 29 21:39:14.947 INFO O| May 29 21:39:14.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63592024-05-29T21:39:16.328Z[ recovery-image] May 29 21:39:14.947 INFO O| May 29 21:39:14.947 INFO STEP 735 (remove_files) COMPLETE
63602024-05-29T21:39:16.328Z[ recovery-image] May 29 21:39:14.948 INFO O| May 29 21:39:14.947 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-05-29T21:39:16.355Z[ recovery-image] May 29 21:39:14.972 INFO O| May 29 21:39:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63622024-05-29T21:39:16.358Z[ recovery-image] May 29 21:39:14.974 INFO O| May 29 21:39:14.974 INFO STEP 736 (remove_files) COMPLETE
63632024-05-29T21:39:16.358Z[ recovery-image] May 29 21:39:14.974 INFO O| May 29 21:39:14.974 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-05-29T21:39:16.375Z[ recovery-image] May 29 21:39:14.995 INFO O| May 29 21:39:14.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63652024-05-29T21:39:16.375Z[ recovery-image] May 29 21:39:14.995 INFO O| May 29 21:39:14.995 INFO STEP 737 (remove_files) COMPLETE
63662024-05-29T21:39:16.375Z[ recovery-image] May 29 21:39:14.995 INFO O| May 29 21:39:14.995 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-05-29T21:39:16.396Z[ recovery-image] May 29 21:39:15.015 INFO O| May 29 21:39:15.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63682024-05-29T21:39:16.396Z[ recovery-image] May 29 21:39:15.015 INFO O| May 29 21:39:15.015 INFO STEP 738 (remove_files) COMPLETE
63692024-05-29T21:39:16.402Z[ recovery-image] May 29 21:39:15.015 INFO O| May 29 21:39:15.015 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-05-29T21:39:16.417Z[ recovery-image] May 29 21:39:15.036 INFO O| May 29 21:39:15.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63712024-05-29T21:39:16.417Z[ recovery-image] May 29 21:39:15.036 INFO O| May 29 21:39:15.036 INFO STEP 739 (remove_files) COMPLETE
63722024-05-29T21:39:16.417Z[ recovery-image] May 29 21:39:15.036 INFO O| May 29 21:39:15.036 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-05-29T21:39:16.435Z[ recovery-image] May 29 21:39:15.055 INFO O| May 29 21:39:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63742024-05-29T21:39:16.435Z[ recovery-image] May 29 21:39:15.055 INFO O| May 29 21:39:15.055 INFO STEP 740 (remove_files) COMPLETE
63752024-05-29T21:39:16.440Z[ recovery-image] May 29 21:39:15.055 INFO O| May 29 21:39:15.055 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-05-29T21:39:16.455Z[ recovery-image] May 29 21:39:15.074 INFO O| May 29 21:39:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63772024-05-29T21:39:16.459Z[ recovery-image] May 29 21:39:15.075 INFO O| May 29 21:39:15.075 INFO STEP 741 (remove_files) COMPLETE
63782024-05-29T21:39:16.459Z[ recovery-image] May 29 21:39:15.075 INFO O| May 29 21:39:15.075 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-05-29T21:39:16.475Z[ recovery-image] May 29 21:39:15.094 INFO O| May 29 21:39:15.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63802024-05-29T21:39:16.475Z[ recovery-image] May 29 21:39:15.094 INFO O| May 29 21:39:15.094 INFO STEP 742 (remove_files) COMPLETE
63812024-05-29T21:39:16.475Z[ recovery-image] May 29 21:39:15.094 INFO O| May 29 21:39:15.094 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-05-29T21:39:16.500Z[ recovery-image] May 29 21:39:15.118 INFO O| May 29 21:39:15.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63832024-05-29T21:39:16.527Z[ recovery-image] May 29 21:39:15.146 INFO O| May 29 21:39:15.146 INFO STEP 743 (remove_files) COMPLETE
63842024-05-29T21:39:16.527Z[ recovery-image] May 29 21:39:15.146 INFO O| May 29 21:39:15.146 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-05-29T21:39:16.545Z[ recovery-image] May 29 21:39:15.165 INFO O| May 29 21:39:15.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63862024-05-29T21:39:16.549Z[ recovery-image] May 29 21:39:15.165 INFO O| May 29 21:39:15.165 INFO STEP 744 (remove_files) COMPLETE
63872024-05-29T21:39:16.549Z[ recovery-image] May 29 21:39:15.165 INFO O| May 29 21:39:15.165 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-05-29T21:39:16.563Z[ recovery-image] May 29 21:39:15.182 INFO O| May 29 21:39:15.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63892024-05-29T21:39:16.567Z[ recovery-image] May 29 21:39:15.183 INFO O| May 29 21:39:15.183 INFO STEP 745 (remove_files) COMPLETE
63902024-05-29T21:39:16.567Z[ recovery-image] May 29 21:39:15.183 INFO O| May 29 21:39:15.183 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-05-29T21:39:16.581Z[ recovery-image] May 29 21:39:15.200 INFO O| May 29 21:39:15.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63922024-05-29T21:39:16.584Z[ recovery-image] May 29 21:39:15.202 INFO O| May 29 21:39:15.202 INFO STEP 746 (remove_files) COMPLETE
63932024-05-29T21:39:16.584Z[ recovery-image] May 29 21:39:15.202 INFO O| May 29 21:39:15.202 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-05-29T21:39:16.601Z[ recovery-image] May 29 21:39:15.221 INFO O| May 29 21:39:15.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63952024-05-29T21:39:16.602Z[ recovery-image] May 29 21:39:15.221 INFO O| May 29 21:39:15.221 INFO STEP 747 (remove_files) COMPLETE
63962024-05-29T21:39:16.602Z[ recovery-image] May 29 21:39:15.221 INFO O| May 29 21:39:15.221 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-05-29T21:39:16.620Z[ recovery-image] May 29 21:39:15.239 INFO O| May 29 21:39:15.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63982024-05-29T21:39:16.620Z[ recovery-image] May 29 21:39:15.239 INFO O| May 29 21:39:15.239 INFO STEP 748 (remove_files) COMPLETE
63992024-05-29T21:39:16.620Z[ recovery-image] May 29 21:39:15.239 INFO O| May 29 21:39:15.239 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-05-29T21:39:16.640Z[ recovery-image] May 29 21:39:15.259 INFO O| May 29 21:39:15.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64012024-05-29T21:39:16.640Z[ recovery-image] May 29 21:39:15.259 INFO O| May 29 21:39:15.259 INFO STEP 749 (remove_files) COMPLETE
64022024-05-29T21:39:16.644Z[ recovery-image] May 29 21:39:15.259 INFO O| May 29 21:39:15.259 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-05-29T21:39:16.662Z[ recovery-image] May 29 21:39:15.281 INFO O| May 29 21:39:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64042024-05-29T21:39:16.662Z[ recovery-image] May 29 21:39:15.281 INFO O| May 29 21:39:15.281 INFO STEP 750 (remove_files) COMPLETE
64052024-05-29T21:39:16.666Z[ recovery-image] May 29 21:39:15.282 INFO O| May 29 21:39:15.281 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-05-29T21:39:16.696Z[ recovery-image] May 29 21:39:15.303 INFO O| May 29 21:39:15.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64072024-05-29T21:39:16.696Z[ recovery-image] May 29 21:39:15.303 INFO O| May 29 21:39:15.303 INFO STEP 751 (remove_files) COMPLETE
64082024-05-29T21:39:16.696Z[ recovery-image] May 29 21:39:15.303 INFO O| May 29 21:39:15.303 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-05-29T21:39:16.703Z[ recovery-image] May 29 21:39:15.323 INFO O| May 29 21:39:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64102024-05-29T21:39:16.703Z[ recovery-image] May 29 21:39:15.323 INFO O| May 29 21:39:15.323 INFO STEP 752 (remove_files) COMPLETE
64112024-05-29T21:39:16.707Z[ recovery-image] May 29 21:39:15.323 INFO O| May 29 21:39:15.323 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-05-29T21:39:16.725Z[ recovery-image] May 29 21:39:15.343 INFO O| May 29 21:39:15.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64132024-05-29T21:39:16.725Z[ recovery-image] May 29 21:39:15.343 INFO O| May 29 21:39:15.343 INFO STEP 753 (remove_files) COMPLETE
64142024-05-29T21:39:16.729Z[ recovery-image] May 29 21:39:15.343 INFO O| May 29 21:39:15.343 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-05-29T21:39:16.743Z[ recovery-image] May 29 21:39:15.363 INFO O| May 29 21:39:15.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64162024-05-29T21:39:16.747Z[ recovery-image] May 29 21:39:15.363 INFO O| May 29 21:39:15.363 INFO STEP 754 (remove_files) COMPLETE
64172024-05-29T21:39:16.747Z[ recovery-image] May 29 21:39:15.363 INFO O| May 29 21:39:15.363 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-05-29T21:39:16.763Z[ recovery-image] May 29 21:39:15.383 INFO O| May 29 21:39:15.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64192024-05-29T21:39:16.763Z[ recovery-image] May 29 21:39:15.383 INFO O| May 29 21:39:15.383 INFO STEP 755 (remove_files) COMPLETE
64202024-05-29T21:39:16.763Z[ recovery-image] May 29 21:39:15.383 INFO O| May 29 21:39:15.383 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-05-29T21:39:16.780Z[ recovery-image] May 29 21:39:15.400 INFO O| May 29 21:39:15.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64222024-05-29T21:39:16.780Z[ recovery-image] May 29 21:39:15.400 INFO O| May 29 21:39:15.400 INFO STEP 756 (remove_files) COMPLETE
64232024-05-29T21:39:16.780Z[ recovery-image] May 29 21:39:15.400 INFO O| May 29 21:39:15.400 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-05-29T21:39:16.799Z[ recovery-image] May 29 21:39:15.418 INFO O| May 29 21:39:15.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64252024-05-29T21:39:16.799Z[ recovery-image] May 29 21:39:15.419 INFO O| May 29 21:39:15.418 INFO STEP 757 (remove_files) COMPLETE
64262024-05-29T21:39:16.799Z[ recovery-image] May 29 21:39:15.419 INFO O| May 29 21:39:15.419 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-05-29T21:39:16.820Z[ recovery-image] May 29 21:39:15.438 INFO O| May 29 21:39:15.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64282024-05-29T21:39:16.820Z[ recovery-image] May 29 21:39:15.438 INFO O| May 29 21:39:15.438 INFO STEP 758 (remove_files) COMPLETE
64292024-05-29T21:39:16.820Z[ recovery-image] May 29 21:39:15.438 INFO O| May 29 21:39:15.438 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-05-29T21:39:16.837Z[ recovery-image] May 29 21:39:15.456 INFO O| May 29 21:39:15.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64312024-05-29T21:39:16.837Z[ recovery-image] May 29 21:39:15.456 INFO O| May 29 21:39:15.456 INFO STEP 759 (remove_files) COMPLETE
64322024-05-29T21:39:16.837Z[ recovery-image] May 29 21:39:15.456 INFO O| May 29 21:39:15.456 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-05-29T21:39:16.856Z[ recovery-image] May 29 21:39:15.475 INFO O| May 29 21:39:15.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64342024-05-29T21:39:16.856Z[ recovery-image] May 29 21:39:15.475 INFO O| May 29 21:39:15.475 INFO STEP 760 (remove_files) COMPLETE
64352024-05-29T21:39:16.856Z[ recovery-image] May 29 21:39:15.475 INFO O| May 29 21:39:15.475 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-05-29T21:39:16.876Z[ recovery-image] May 29 21:39:15.494 INFO O| May 29 21:39:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64372024-05-29T21:39:16.876Z[ recovery-image] May 29 21:39:15.495 INFO O| May 29 21:39:15.495 INFO STEP 761 (remove_files) COMPLETE
64382024-05-29T21:39:16.879Z[ recovery-image] May 29 21:39:15.495 INFO O| May 29 21:39:15.495 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-05-29T21:39:16.894Z[ recovery-image] May 29 21:39:15.513 INFO O| May 29 21:39:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64402024-05-29T21:39:16.894Z[ recovery-image] May 29 21:39:15.514 INFO O| May 29 21:39:15.514 INFO STEP 762 (remove_files) COMPLETE
64412024-05-29T21:39:16.894Z[ recovery-image] May 29 21:39:15.514 INFO O| May 29 21:39:15.514 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-05-29T21:39:16.914Z[ recovery-image] May 29 21:39:15.533 INFO O| May 29 21:39:15.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64432024-05-29T21:39:16.914Z[ recovery-image] May 29 21:39:15.533 INFO O| May 29 21:39:15.533 INFO STEP 763 (remove_files) COMPLETE
64442024-05-29T21:39:16.914Z[ recovery-image] May 29 21:39:15.533 INFO O| May 29 21:39:15.533 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-05-29T21:39:16.932Z[ recovery-image] May 29 21:39:15.551 INFO O| May 29 21:39:15.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64462024-05-29T21:39:16.932Z[ recovery-image] May 29 21:39:15.551 INFO O| May 29 21:39:15.551 INFO STEP 764 (remove_files) COMPLETE
64472024-05-29T21:39:16.932Z[ recovery-image] May 29 21:39:15.551 INFO O| May 29 21:39:15.551 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-05-29T21:39:16.959Z[ recovery-image] May 29 21:39:15.579 INFO O| May 29 21:39:15.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64492024-05-29T21:39:16.959Z[ recovery-image] May 29 21:39:15.579 INFO O| May 29 21:39:15.579 INFO STEP 765 (remove_files) COMPLETE
64502024-05-29T21:39:16.959Z[ recovery-image] May 29 21:39:15.579 INFO O| May 29 21:39:15.579 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-05-29T21:39:16.979Z[ recovery-image] May 29 21:39:15.598 INFO O| May 29 21:39:15.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64522024-05-29T21:39:16.980Z[ recovery-image] May 29 21:39:15.598 INFO O| May 29 21:39:15.598 INFO STEP 766 (remove_files) COMPLETE
64532024-05-29T21:39:16.983Z[ recovery-image] May 29 21:39:15.598 INFO O| May 29 21:39:15.598 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-05-29T21:39:17.002Z[ recovery-image] May 29 21:39:15.617 INFO O| May 29 21:39:15.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64552024-05-29T21:39:17.005Z[ recovery-image] May 29 21:39:15.617 INFO O| May 29 21:39:15.617 INFO STEP 767 (remove_files) COMPLETE
64562024-05-29T21:39:17.005Z[ recovery-image] May 29 21:39:15.617 INFO O| May 29 21:39:15.617 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-05-29T21:39:17.015Z[ recovery-image] May 29 21:39:15.635 INFO O| May 29 21:39:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64582024-05-29T21:39:17.018Z[ recovery-image] May 29 21:39:15.635 INFO O| May 29 21:39:15.635 INFO STEP 768 (remove_files) COMPLETE
64592024-05-29T21:39:17.019Z[ recovery-image] May 29 21:39:15.635 INFO O| May 29 21:39:15.635 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-05-29T21:39:17.033Z[ recovery-image] May 29 21:39:15.652 INFO O| May 29 21:39:15.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64612024-05-29T21:39:17.036Z[ recovery-image] May 29 21:39:15.653 INFO O| May 29 21:39:15.653 INFO STEP 769 (remove_files) COMPLETE
64622024-05-29T21:39:17.036Z[ recovery-image] May 29 21:39:15.653 INFO O| May 29 21:39:15.653 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-05-29T21:39:17.097Z[ recovery-image] May 29 21:39:15.716 INFO O| May 29 21:39:15.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64642024-05-29T21:39:17.097Z[ recovery-image] May 29 21:39:15.716 INFO O| May 29 21:39:15.716 INFO STEP 770 (remove_files) COMPLETE
64652024-05-29T21:39:17.097Z[ recovery-image] May 29 21:39:15.716 INFO O| May 29 21:39:15.716 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-05-29T21:39:17.118Z[ recovery-image] May 29 21:39:15.738 INFO O| May 29 21:39:15.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64672024-05-29T21:39:17.118Z[ recovery-image] May 29 21:39:15.738 INFO O| May 29 21:39:15.738 INFO STEP 771 (remove_files) COMPLETE
64682024-05-29T21:39:17.119Z[ recovery-image] May 29 21:39:15.738 INFO O| May 29 21:39:15.738 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-05-29T21:39:17.187Z[ recovery-image] May 29 21:39:15.800 INFO O| May 29 21:39:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64702024-05-29T21:39:17.187Z[ recovery-image] May 29 21:39:15.800 INFO O| May 29 21:39:15.800 INFO STEP 772 (remove_files) COMPLETE
64712024-05-29T21:39:17.187Z[ recovery-image] May 29 21:39:15.800 INFO O| May 29 21:39:15.800 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-05-29T21:39:17.231Z[ recovery-image] May 29 21:39:15.850 INFO O| May 29 21:39:15.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64732024-05-29T21:39:17.231Z[ recovery-image] May 29 21:39:15.850 INFO O| May 29 21:39:15.850 INFO STEP 773 (remove_files) COMPLETE
64742024-05-29T21:39:17.231Z[ recovery-image] May 29 21:39:15.850 INFO O| May 29 21:39:15.850 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-05-29T21:39:17.249Z[ recovery-image] May 29 21:39:15.869 INFO O| May 29 21:39:15.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64762024-05-29T21:39:17.249Z[ recovery-image] May 29 21:39:15.869 INFO O| May 29 21:39:15.869 INFO STEP 774 (remove_files) COMPLETE
64772024-05-29T21:39:17.249Z[ recovery-image] May 29 21:39:15.869 INFO O| May 29 21:39:15.869 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-05-29T21:39:17.287Z[ recovery-image] May 29 21:39:15.903 INFO O| May 29 21:39:15.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64792024-05-29T21:39:17.287Z[ recovery-image] May 29 21:39:15.903 INFO O| May 29 21:39:15.903 INFO STEP 775 (remove_files) COMPLETE
64802024-05-29T21:39:17.290Z[ recovery-image] May 29 21:39:15.903 INFO O| May 29 21:39:15.903 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-05-29T21:39:17.301Z[ recovery-image] May 29 21:39:15.919 INFO O| May 29 21:39:15.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64822024-05-29T21:39:17.301Z[ recovery-image] May 29 21:39:15.920 INFO O| May 29 21:39:15.920 INFO STEP 776 (remove_files) COMPLETE
64832024-05-29T21:39:17.301Z[ recovery-image] May 29 21:39:15.920 INFO O| May 29 21:39:15.920 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-05-29T21:39:17.336Z[ recovery-image] May 29 21:39:15.952 INFO O| May 29 21:39:15.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64852024-05-29T21:39:17.336Z[ recovery-image] May 29 21:39:15.952 INFO O| May 29 21:39:15.952 INFO STEP 777 (remove_files) COMPLETE
64862024-05-29T21:39:17.341Z[ recovery-image] May 29 21:39:15.953 INFO O| May 29 21:39:15.953 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-05-29T21:39:17.350Z[ recovery-image] May 29 21:39:15.969 INFO O| May 29 21:39:15.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64882024-05-29T21:39:17.357Z[ recovery-image] May 29 21:39:15.970 INFO O| May 29 21:39:15.969 INFO STEP 778 (remove_files) COMPLETE
64892024-05-29T21:39:17.357Z[ recovery-image] May 29 21:39:15.970 INFO O| May 29 21:39:15.969 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-05-29T21:39:17.368Z[ recovery-image] May 29 21:39:15.986 INFO O| May 29 21:39:15.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64912024-05-29T21:39:17.368Z[ recovery-image] May 29 21:39:15.987 INFO O| May 29 21:39:15.986 INFO STEP 779 (remove_files) COMPLETE
64922024-05-29T21:39:17.372Z[ recovery-image] May 29 21:39:15.987 INFO O| May 29 21:39:15.986 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-05-29T21:39:17.385Z[ recovery-image] May 29 21:39:16.005 INFO O| May 29 21:39:16.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64942024-05-29T21:39:17.385Z[ recovery-image] May 29 21:39:16.005 INFO O| May 29 21:39:16.005 INFO STEP 780 (remove_files) COMPLETE
64952024-05-29T21:39:17.390Z[ recovery-image] May 29 21:39:16.005 INFO O| May 29 21:39:16.005 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-05-29T21:39:17.424Z[ recovery-image] May 29 21:39:16.039 INFO O| May 29 21:39:16.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64972024-05-29T21:39:17.424Z[ recovery-image] May 29 21:39:16.039 INFO O| May 29 21:39:16.039 INFO STEP 781 (remove_files) COMPLETE
64982024-05-29T21:39:17.424Z[ recovery-image] May 29 21:39:16.039 INFO O| May 29 21:39:16.039 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-05-29T21:39:17.464Z[ recovery-image] May 29 21:39:16.083 INFO O| May 29 21:39:16.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65002024-05-29T21:39:17.467Z[ recovery-image] May 29 21:39:16.083 INFO O| May 29 21:39:16.083 INFO STEP 782 (remove_files) COMPLETE
65012024-05-29T21:39:17.467Z[ recovery-image] May 29 21:39:16.083 INFO O| May 29 21:39:16.083 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-05-29T21:39:17.482Z[ recovery-image] May 29 21:39:16.101 INFO O| May 29 21:39:16.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65032024-05-29T21:39:17.485Z[ recovery-image] May 29 21:39:16.101 INFO O| May 29 21:39:16.101 INFO STEP 783 (remove_files) COMPLETE
65042024-05-29T21:39:17.485Z[ recovery-image] May 29 21:39:16.101 INFO O| May 29 21:39:16.101 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-05-29T21:39:17.503Z[ recovery-image] May 29 21:39:16.118 INFO O| May 29 21:39:16.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65062024-05-29T21:39:17.516Z[ recovery-image] May 29 21:39:16.119 INFO O| May 29 21:39:16.119 INFO STEP 784 (remove_files) COMPLETE
65072024-05-29T21:39:17.516Z[ recovery-image] May 29 21:39:16.119 INFO O| May 29 21:39:16.119 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-05-29T21:39:17.531Z[ recovery-image] May 29 21:39:16.136 INFO O| May 29 21:39:16.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65092024-05-29T21:39:17.531Z[ recovery-image] May 29 21:39:16.136 INFO O| May 29 21:39:16.136 INFO STEP 785 (remove_files) COMPLETE
65102024-05-29T21:39:17.531Z[ recovery-image] May 29 21:39:16.136 INFO O| May 29 21:39:16.136 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-05-29T21:39:17.535Z[ recovery-image] May 29 21:39:16.153 INFO O| May 29 21:39:16.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65122024-05-29T21:39:17.535Z[ recovery-image] May 29 21:39:16.154 INFO O| May 29 21:39:16.154 INFO STEP 786 (remove_files) COMPLETE
65132024-05-29T21:39:17.535Z[ recovery-image] May 29 21:39:16.154 INFO O| May 29 21:39:16.154 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-05-29T21:39:17.553Z[ recovery-image] May 29 21:39:16.172 INFO O| May 29 21:39:16.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65152024-05-29T21:39:17.560Z[ recovery-image] May 29 21:39:16.172 INFO O| May 29 21:39:16.172 INFO STEP 787 (remove_files) COMPLETE
65162024-05-29T21:39:17.560Z[ recovery-image] May 29 21:39:16.172 INFO O| May 29 21:39:16.172 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-05-29T21:39:17.572Z[ recovery-image] May 29 21:39:16.190 INFO O| May 29 21:39:16.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65182024-05-29T21:39:17.575Z[ recovery-image] May 29 21:39:16.190 INFO O| May 29 21:39:16.190 INFO STEP 788 (remove_files) COMPLETE
65192024-05-29T21:39:17.575Z[ recovery-image] May 29 21:39:16.190 INFO O| May 29 21:39:16.190 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-05-29T21:39:17.591Z[ recovery-image] May 29 21:39:16.211 INFO O| May 29 21:39:16.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65212024-05-29T21:39:17.591Z[ recovery-image] May 29 21:39:16.211 INFO O| May 29 21:39:16.211 INFO STEP 789 (remove_files) COMPLETE
65222024-05-29T21:39:17.595Z[ recovery-image] May 29 21:39:16.211 INFO O| May 29 21:39:16.211 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-05-29T21:39:17.609Z[ recovery-image] May 29 21:39:16.229 INFO O| May 29 21:39:16.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65242024-05-29T21:39:17.610Z[ recovery-image] May 29 21:39:16.229 INFO O| May 29 21:39:16.229 INFO STEP 790 (remove_files) COMPLETE
65252024-05-29T21:39:17.613Z[ recovery-image] May 29 21:39:16.229 INFO O| May 29 21:39:16.229 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-05-29T21:39:17.628Z[ recovery-image] May 29 21:39:16.247 INFO O| May 29 21:39:16.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65272024-05-29T21:39:17.628Z[ recovery-image] May 29 21:39:16.247 INFO O| May 29 21:39:16.247 INFO STEP 791 (remove_files) COMPLETE
65282024-05-29T21:39:17.631Z[ recovery-image] May 29 21:39:16.247 INFO O| May 29 21:39:16.247 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-05-29T21:39:17.647Z[ recovery-image] May 29 21:39:16.265 INFO O| May 29 21:39:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65302024-05-29T21:39:17.647Z[ recovery-image] May 29 21:39:16.265 INFO O| May 29 21:39:16.265 INFO STEP 792 (remove_files) COMPLETE
65312024-05-29T21:39:17.647Z[ recovery-image] May 29 21:39:16.265 INFO O| May 29 21:39:16.265 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-05-29T21:39:17.688Z[ recovery-image] May 29 21:39:16.308 INFO O| May 29 21:39:16.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65332024-05-29T21:39:17.688Z[ recovery-image] May 29 21:39:16.308 INFO O| May 29 21:39:16.308 INFO STEP 793 (remove_files) COMPLETE
65342024-05-29T21:39:17.691Z[ recovery-image] May 29 21:39:16.308 INFO O| May 29 21:39:16.308 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-05-29T21:39:17.730Z[ recovery-image] May 29 21:39:16.349 INFO O| May 29 21:39:16.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65362024-05-29T21:39:17.730Z[ recovery-image] May 29 21:39:16.349 INFO O| May 29 21:39:16.349 INFO STEP 794 (remove_files) COMPLETE
65372024-05-29T21:39:17.733Z[ recovery-image] May 29 21:39:16.349 INFO O| May 29 21:39:16.349 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-05-29T21:39:17.771Z[ recovery-image] May 29 21:39:16.390 INFO O| May 29 21:39:16.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65392024-05-29T21:39:17.771Z[ recovery-image] May 29 21:39:16.390 INFO O| May 29 21:39:16.390 INFO STEP 795 (remove_files) COMPLETE
65402024-05-29T21:39:17.771Z[ recovery-image] May 29 21:39:16.390 INFO O| May 29 21:39:16.390 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-05-29T21:39:17.838Z[ recovery-image] May 29 21:39:16.457 INFO O| May 29 21:39:16.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65422024-05-29T21:39:17.838Z[ recovery-image] May 29 21:39:16.457 INFO O| May 29 21:39:16.457 INFO STEP 796 (remove_files) COMPLETE
65432024-05-29T21:39:17.843Z[ recovery-image] May 29 21:39:16.457 INFO O| May 29 21:39:16.457 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-05-29T21:39:17.867Z[ recovery-image] May 29 21:39:16.486 INFO O| May 29 21:39:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65452024-05-29T21:39:17.867Z[ recovery-image] May 29 21:39:16.486 INFO O| May 29 21:39:16.486 INFO STEP 797 (remove_files) COMPLETE
65462024-05-29T21:39:17.873Z[ recovery-image] May 29 21:39:16.486 INFO O| May 29 21:39:16.486 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-05-29T21:39:17.898Z[ recovery-image] May 29 21:39:16.515 INFO O| May 29 21:39:16.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65482024-05-29T21:39:17.901Z[ recovery-image] May 29 21:39:16.519 INFO O| May 29 21:39:16.519 INFO STEP 798 (remove_files) COMPLETE
65492024-05-29T21:39:17.901Z[ recovery-image] May 29 21:39:16.519 INFO O| May 29 21:39:16.519 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-05-29T21:39:17.919Z[ recovery-image] May 29 21:39:16.539 INFO O| May 29 21:39:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65512024-05-29T21:39:17.922Z[ recovery-image] May 29 21:39:16.539 INFO O| May 29 21:39:16.539 INFO STEP 799 (remove_files) COMPLETE
65522024-05-29T21:39:17.923Z[ recovery-image] May 29 21:39:16.539 INFO O| May 29 21:39:16.539 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-05-29T21:39:17.940Z[ recovery-image] May 29 21:39:16.558 INFO O| May 29 21:39:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65542024-05-29T21:39:17.946Z[ recovery-image] May 29 21:39:16.562 INFO O| May 29 21:39:16.562 INFO STEP 800 (remove_files) COMPLETE
65552024-05-29T21:39:17.946Z[ recovery-image] May 29 21:39:16.562 INFO O| May 29 21:39:16.562 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-05-29T21:39:17.965Z[ recovery-image] May 29 21:39:16.584 INFO O| May 29 21:39:16.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65572024-05-29T21:39:17.965Z[ recovery-image] May 29 21:39:16.584 INFO O| May 29 21:39:16.584 INFO STEP 801 (remove_files) COMPLETE
65582024-05-29T21:39:17.969Z[ recovery-image] May 29 21:39:16.584 INFO O| May 29 21:39:16.584 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-05-29T21:39:17.990Z[ recovery-image] May 29 21:39:16.608 INFO O| May 29 21:39:16.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65602024-05-29T21:39:17.990Z[ recovery-image] May 29 21:39:16.608 INFO O| May 29 21:39:16.608 INFO STEP 802 (remove_files) COMPLETE
65612024-05-29T21:39:17.990Z[ recovery-image] May 29 21:39:16.608 INFO O| May 29 21:39:16.608 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-05-29T21:39:18.023Z[ recovery-image] May 29 21:39:16.642 INFO O| May 29 21:39:16.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65632024-05-29T21:39:18.023Z[ recovery-image] May 29 21:39:16.642 INFO O| May 29 21:39:16.642 INFO STEP 803 (remove_files) COMPLETE
65642024-05-29T21:39:18.023Z[ recovery-image] May 29 21:39:16.642 INFO O| May 29 21:39:16.642 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-05-29T21:39:18.053Z[ recovery-image] May 29 21:39:16.673 INFO O| May 29 21:39:16.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65662024-05-29T21:39:18.053Z[ recovery-image] May 29 21:39:16.673 INFO O| May 29 21:39:16.673 INFO STEP 804 (remove_files) COMPLETE
65672024-05-29T21:39:18.057Z[ recovery-image] May 29 21:39:16.673 INFO O| May 29 21:39:16.673 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-05-29T21:39:18.080Z[ recovery-image] May 29 21:39:16.697 INFO O| May 29 21:39:16.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65692024-05-29T21:39:18.083Z[ recovery-image] May 29 21:39:16.697 INFO O| May 29 21:39:16.697 INFO STEP 805 (remove_files) COMPLETE
65702024-05-29T21:39:18.083Z[ recovery-image] May 29 21:39:16.698 INFO O| May 29 21:39:16.697 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-05-29T21:39:18.101Z[ recovery-image] May 29 21:39:16.717 INFO O| May 29 21:39:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65722024-05-29T21:39:18.105Z[ recovery-image] May 29 21:39:16.717 INFO O| May 29 21:39:16.717 INFO STEP 806 (remove_files) COMPLETE
65732024-05-29T21:39:18.105Z[ recovery-image] May 29 21:39:16.718 INFO O| May 29 21:39:16.717 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-05-29T21:39:18.117Z[ recovery-image] May 29 21:39:16.737 INFO O| May 29 21:39:16.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65752024-05-29T21:39:18.121Z[ recovery-image] May 29 21:39:16.737 INFO O| May 29 21:39:16.737 INFO STEP 807 (remove_files) COMPLETE
65762024-05-29T21:39:18.121Z[ recovery-image] May 29 21:39:16.737 INFO O| May 29 21:39:16.737 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-05-29T21:39:18.137Z[ recovery-image] May 29 21:39:16.756 INFO O| May 29 21:39:16.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65782024-05-29T21:39:18.142Z[ recovery-image] May 29 21:39:16.757 INFO O| May 29 21:39:16.757 INFO STEP 808 (remove_files) COMPLETE
65792024-05-29T21:39:18.142Z[ recovery-image] May 29 21:39:16.757 INFO O| May 29 21:39:16.757 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-05-29T21:39:18.161Z[ recovery-image] May 29 21:39:16.775 INFO O| May 29 21:39:16.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65812024-05-29T21:39:18.161Z[ recovery-image] May 29 21:39:16.775 INFO O| May 29 21:39:16.775 INFO STEP 809 (remove_files) COMPLETE
65822024-05-29T21:39:18.165Z[ recovery-image] May 29 21:39:16.775 INFO O| May 29 21:39:16.775 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-05-29T21:39:18.199Z[ recovery-image] May 29 21:39:16.815 INFO O| May 29 21:39:16.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65842024-05-29T21:39:18.200Z[ recovery-image] May 29 21:39:16.815 INFO O| May 29 21:39:16.815 INFO STEP 810 (remove_files) COMPLETE
65852024-05-29T21:39:18.203Z[ recovery-image] May 29 21:39:16.815 INFO O| May 29 21:39:16.815 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-05-29T21:39:18.229Z[ recovery-image] May 29 21:39:16.844 INFO O| May 29 21:39:16.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65872024-05-29T21:39:18.232Z[ recovery-image] May 29 21:39:16.844 INFO O| May 29 21:39:16.844 INFO STEP 811 (remove_files) COMPLETE
65882024-05-29T21:39:18.232Z[ recovery-image] May 29 21:39:16.844 INFO O| May 29 21:39:16.844 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-05-29T21:39:18.253Z[ recovery-image] May 29 21:39:16.871 INFO O| May 29 21:39:16.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65902024-05-29T21:39:18.253Z[ recovery-image] May 29 21:39:16.871 INFO O| May 29 21:39:16.871 INFO STEP 812 (remove_files) COMPLETE
65912024-05-29T21:39:18.256Z[ recovery-image] May 29 21:39:16.871 INFO O| May 29 21:39:16.871 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-05-29T21:39:18.272Z[ recovery-image] May 29 21:39:16.892 INFO O| May 29 21:39:16.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65932024-05-29T21:39:18.272Z[ recovery-image] May 29 21:39:16.892 INFO O| May 29 21:39:16.892 INFO STEP 813 (remove_files) COMPLETE
65942024-05-29T21:39:18.272Z[ recovery-image] May 29 21:39:16.892 INFO O| May 29 21:39:16.892 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-05-29T21:39:18.292Z[ recovery-image] May 29 21:39:16.911 INFO O| May 29 21:39:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65962024-05-29T21:39:18.292Z[ recovery-image] May 29 21:39:16.911 INFO O| May 29 21:39:16.911 INFO STEP 814 (remove_files) COMPLETE
65972024-05-29T21:39:18.292Z[ recovery-image] May 29 21:39:16.911 INFO O| May 29 21:39:16.911 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-05-29T21:39:18.311Z[ recovery-image] May 29 21:39:16.930 INFO O| May 29 21:39:16.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65992024-05-29T21:39:18.311Z[ recovery-image] May 29 21:39:16.930 INFO O| May 29 21:39:16.930 INFO STEP 815 (remove_files) COMPLETE
66002024-05-29T21:39:18.311Z[ recovery-image] May 29 21:39:16.930 INFO O| May 29 21:39:16.930 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-05-29T21:39:18.331Z[ recovery-image] May 29 21:39:16.949 INFO O| May 29 21:39:16.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66022024-05-29T21:39:18.331Z[ recovery-image] May 29 21:39:16.949 INFO O| May 29 21:39:16.949 INFO STEP 816 (remove_files) COMPLETE
66032024-05-29T21:39:18.331Z[ recovery-image] May 29 21:39:16.949 INFO O| May 29 21:39:16.949 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-05-29T21:39:18.357Z[ recovery-image] May 29 21:39:16.976 INFO O| May 29 21:39:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66052024-05-29T21:39:18.357Z[ recovery-image] May 29 21:39:16.976 INFO O| May 29 21:39:16.976 INFO STEP 817 (remove_files) COMPLETE
66062024-05-29T21:39:18.360Z[ recovery-image] May 29 21:39:16.977 INFO O| May 29 21:39:16.976 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-05-29T21:39:18.392Z[ recovery-image] May 29 21:39:17.011 INFO O| May 29 21:39:17.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66082024-05-29T21:39:18.392Z[ recovery-image] May 29 21:39:17.012 INFO O| May 29 21:39:17.012 INFO STEP 818 (remove_files) COMPLETE
66092024-05-29T21:39:18.399Z[ recovery-image] May 29 21:39:17.012 INFO O| May 29 21:39:17.012 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-05-29T21:39:18.412Z[ recovery-image] May 29 21:39:17.032 INFO O| May 29 21:39:17.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66112024-05-29T21:39:18.412Z[ recovery-image] May 29 21:39:17.032 INFO O| May 29 21:39:17.032 INFO STEP 819 (remove_files) COMPLETE
66122024-05-29T21:39:18.415Z[ recovery-image] May 29 21:39:17.032 INFO O| May 29 21:39:17.032 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-05-29T21:39:18.432Z[ recovery-image] May 29 21:39:17.051 INFO O| May 29 21:39:17.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66142024-05-29T21:39:18.432Z[ recovery-image] May 29 21:39:17.051 INFO O| May 29 21:39:17.051 INFO STEP 820 (remove_files) COMPLETE
66152024-05-29T21:39:18.432Z[ recovery-image] May 29 21:39:17.051 INFO O| May 29 21:39:17.051 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-05-29T21:39:18.450Z[ recovery-image] May 29 21:39:17.069 INFO O| May 29 21:39:17.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66172024-05-29T21:39:18.450Z[ recovery-image] May 29 21:39:17.070 INFO O| May 29 21:39:17.070 INFO STEP 821 (remove_files) COMPLETE
66182024-05-29T21:39:18.454Z[ recovery-image] May 29 21:39:17.070 INFO O| May 29 21:39:17.070 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-05-29T21:39:18.500Z[ recovery-image] May 29 21:39:17.119 INFO O| May 29 21:39:17.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66202024-05-29T21:39:18.504Z[ recovery-image] May 29 21:39:17.119 INFO O| May 29 21:39:17.119 INFO STEP 822 (remove_files) COMPLETE
66212024-05-29T21:39:18.504Z[ recovery-image] May 29 21:39:17.119 INFO O| May 29 21:39:17.119 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-05-29T21:39:18.520Z[ recovery-image] May 29 21:39:17.139 INFO O| May 29 21:39:17.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66232024-05-29T21:39:18.523Z[ recovery-image] May 29 21:39:17.139 INFO O| May 29 21:39:17.139 INFO STEP 823 (remove_files) COMPLETE
66242024-05-29T21:39:18.523Z[ recovery-image] May 29 21:39:17.139 INFO O| May 29 21:39:17.139 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-05-29T21:39:18.539Z[ recovery-image] May 29 21:39:17.158 INFO O| May 29 21:39:17.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66262024-05-29T21:39:18.542Z[ recovery-image] May 29 21:39:17.158 INFO O| May 29 21:39:17.158 INFO STEP 824 (remove_files) COMPLETE
66272024-05-29T21:39:18.542Z[ recovery-image] May 29 21:39:17.158 INFO O| May 29 21:39:17.158 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-05-29T21:39:18.560Z[ recovery-image] May 29 21:39:17.176 INFO O| May 29 21:39:17.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66292024-05-29T21:39:18.563Z[ recovery-image] May 29 21:39:17.176 INFO O| May 29 21:39:17.176 INFO STEP 825 (remove_files) COMPLETE
66302024-05-29T21:39:18.563Z[ recovery-image] May 29 21:39:17.177 INFO O| May 29 21:39:17.176 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-05-29T21:39:18.582Z[ recovery-image] May 29 21:39:17.196 INFO O| May 29 21:39:17.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66322024-05-29T21:39:18.595Z[ recovery-image] May 29 21:39:17.196 INFO O| May 29 21:39:17.196 INFO STEP 826 (remove_files) COMPLETE
66332024-05-29T21:39:18.595Z[ recovery-image] May 29 21:39:17.196 INFO O| May 29 21:39:17.196 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-05-29T21:39:18.599Z[ recovery-image] May 29 21:39:17.214 INFO O| May 29 21:39:17.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66352024-05-29T21:39:18.599Z[ recovery-image] May 29 21:39:17.214 INFO O| May 29 21:39:17.214 INFO STEP 827 (remove_files) COMPLETE
66362024-05-29T21:39:18.600Z[ recovery-image] May 29 21:39:17.214 INFO O| May 29 21:39:17.214 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-05-29T21:39:18.611Z[ recovery-image] May 29 21:39:17.231 INFO O| May 29 21:39:17.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66382024-05-29T21:39:18.615Z[ recovery-image] May 29 21:39:17.231 INFO O| May 29 21:39:17.231 INFO STEP 828 (remove_files) COMPLETE
66392024-05-29T21:39:18.615Z[ recovery-image] May 29 21:39:17.231 INFO O| May 29 21:39:17.231 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-05-29T21:39:18.630Z[ recovery-image] May 29 21:39:17.249 INFO O| May 29 21:39:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66412024-05-29T21:39:18.638Z[ recovery-image] May 29 21:39:17.250 INFO O| May 29 21:39:17.250 INFO STEP 829 (remove_files) COMPLETE
66422024-05-29T21:39:18.638Z[ recovery-image] May 29 21:39:17.250 INFO O| May 29 21:39:17.250 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-05-29T21:39:18.649Z[ recovery-image] May 29 21:39:17.268 INFO O| May 29 21:39:17.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66442024-05-29T21:39:18.652Z[ recovery-image] May 29 21:39:17.269 INFO O| May 29 21:39:17.269 INFO STEP 830 (remove_files) COMPLETE
66452024-05-29T21:39:18.652Z[ recovery-image] May 29 21:39:17.269 INFO O| May 29 21:39:17.269 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-05-29T21:39:18.668Z[ recovery-image] May 29 21:39:17.287 INFO O| May 29 21:39:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66472024-05-29T21:39:18.671Z[ recovery-image] May 29 21:39:17.287 INFO O| May 29 21:39:17.287 INFO STEP 831 (remove_files) COMPLETE
66482024-05-29T21:39:18.671Z[ recovery-image] May 29 21:39:17.288 INFO O| May 29 21:39:17.287 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-05-29T21:39:18.688Z[ recovery-image] May 29 21:39:17.307 INFO O| May 29 21:39:17.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66502024-05-29T21:39:18.691Z[ recovery-image] May 29 21:39:17.307 INFO O| May 29 21:39:17.307 INFO STEP 832 (remove_files) COMPLETE
66512024-05-29T21:39:18.691Z[ recovery-image] May 29 21:39:17.308 INFO O| May 29 21:39:17.307 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-05-29T21:39:18.708Z[ recovery-image] May 29 21:39:17.327 INFO O| May 29 21:39:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66532024-05-29T21:39:18.713Z[ recovery-image] May 29 21:39:17.328 INFO O| May 29 21:39:17.328 INFO STEP 833 (remove_files) COMPLETE
66542024-05-29T21:39:18.713Z[ recovery-image] May 29 21:39:17.328 INFO O| May 29 21:39:17.328 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-05-29T21:39:18.727Z[ recovery-image] May 29 21:39:17.347 INFO O| May 29 21:39:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66562024-05-29T21:39:18.730Z[ recovery-image] May 29 21:39:17.347 INFO O| May 29 21:39:17.347 INFO STEP 834 (remove_files) COMPLETE
66572024-05-29T21:39:18.730Z[ recovery-image] May 29 21:39:17.347 INFO O| May 29 21:39:17.347 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-05-29T21:39:18.745Z[ recovery-image] May 29 21:39:17.364 INFO O| May 29 21:39:17.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66592024-05-29T21:39:18.751Z[ recovery-image] May 29 21:39:17.364 INFO O| May 29 21:39:17.364 INFO STEP 835 (remove_files) COMPLETE
66602024-05-29T21:39:18.751Z[ recovery-image] May 29 21:39:17.364 INFO O| May 29 21:39:17.364 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-05-29T21:39:18.763Z[ recovery-image] May 29 21:39:17.382 INFO O| May 29 21:39:17.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66622024-05-29T21:39:18.766Z[ recovery-image] May 29 21:39:17.382 INFO O| May 29 21:39:17.382 INFO STEP 836 (remove_files) COMPLETE
66632024-05-29T21:39:18.766Z[ recovery-image] May 29 21:39:17.383 INFO O| May 29 21:39:17.383 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-05-29T21:39:18.782Z[ recovery-image] May 29 21:39:17.401 INFO O| May 29 21:39:17.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66652024-05-29T21:39:18.786Z[ recovery-image] May 29 21:39:17.402 INFO O| May 29 21:39:17.402 INFO STEP 837 (remove_files) COMPLETE
66662024-05-29T21:39:18.786Z[ recovery-image] May 29 21:39:17.402 INFO O| May 29 21:39:17.402 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-05-29T21:39:18.803Z[ recovery-image] May 29 21:39:17.421 INFO O| May 29 21:39:17.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66682024-05-29T21:39:18.806Z[ recovery-image] May 29 21:39:17.421 INFO O| May 29 21:39:17.421 INFO STEP 838 (remove_files) COMPLETE
66692024-05-29T21:39:18.806Z[ recovery-image] May 29 21:39:17.421 INFO O| May 29 21:39:17.421 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-05-29T21:39:18.821Z[ recovery-image] May 29 21:39:17.440 INFO O| May 29 21:39:17.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66712024-05-29T21:39:18.826Z[ recovery-image] May 29 21:39:17.440 INFO O| May 29 21:39:17.440 INFO STEP 839 (remove_files) COMPLETE
66722024-05-29T21:39:18.826Z[ recovery-image] May 29 21:39:17.440 INFO O| May 29 21:39:17.440 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-05-29T21:39:18.840Z[ recovery-image] May 29 21:39:17.459 INFO O| May 29 21:39:17.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66742024-05-29T21:39:18.843Z[ recovery-image] May 29 21:39:17.459 INFO O| May 29 21:39:17.459 INFO STEP 840 (remove_files) COMPLETE
66752024-05-29T21:39:18.843Z[ recovery-image] May 29 21:39:17.460 INFO O| May 29 21:39:17.459 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-05-29T21:39:18.859Z[ recovery-image] May 29 21:39:17.479 INFO O| May 29 21:39:17.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66772024-05-29T21:39:18.862Z[ recovery-image] May 29 21:39:17.479 INFO O| May 29 21:39:17.479 INFO STEP 841 (remove_files) COMPLETE
66782024-05-29T21:39:18.862Z[ recovery-image] May 29 21:39:17.479 INFO O| May 29 21:39:17.479 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-05-29T21:39:18.878Z[ recovery-image] May 29 21:39:17.498 INFO O| May 29 21:39:17.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66802024-05-29T21:39:18.882Z[ recovery-image] May 29 21:39:17.498 INFO O| May 29 21:39:17.498 INFO STEP 842 (remove_files) COMPLETE
66812024-05-29T21:39:18.882Z[ recovery-image] May 29 21:39:17.498 INFO O| May 29 21:39:17.498 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-05-29T21:39:18.898Z[ recovery-image] May 29 21:39:17.517 INFO O| May 29 21:39:17.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66832024-05-29T21:39:18.901Z[ recovery-image] May 29 21:39:17.517 INFO O| May 29 21:39:17.517 INFO STEP 843 (remove_files) COMPLETE
66842024-05-29T21:39:18.901Z[ recovery-image] May 29 21:39:17.517 INFO O| May 29 21:39:17.517 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-05-29T21:39:18.918Z[ recovery-image] May 29 21:39:17.537 INFO O| May 29 21:39:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66862024-05-29T21:39:18.921Z[ recovery-image] May 29 21:39:17.537 INFO O| May 29 21:39:17.537 INFO STEP 844 (remove_files) COMPLETE
66872024-05-29T21:39:18.921Z[ recovery-image] May 29 21:39:17.537 INFO O| May 29 21:39:17.537 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-05-29T21:39:18.939Z[ recovery-image] May 29 21:39:17.557 INFO O| May 29 21:39:17.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66892024-05-29T21:39:18.939Z[ recovery-image] May 29 21:39:17.557 INFO O| May 29 21:39:17.557 INFO STEP 845 (remove_files) COMPLETE
66902024-05-29T21:39:18.939Z[ recovery-image] May 29 21:39:17.557 INFO O| May 29 21:39:17.557 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-05-29T21:39:18.960Z[ recovery-image] May 29 21:39:17.579 INFO O| May 29 21:39:17.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66922024-05-29T21:39:18.960Z[ recovery-image] May 29 21:39:17.579 INFO O| May 29 21:39:17.579 INFO STEP 846 (remove_files) COMPLETE
66932024-05-29T21:39:18.960Z[ recovery-image] May 29 21:39:17.579 INFO O| May 29 21:39:17.579 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-05-29T21:39:18.994Z[ recovery-image] May 29 21:39:17.609 INFO O| May 29 21:39:17.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66952024-05-29T21:39:18.994Z[ recovery-image] May 29 21:39:17.609 INFO O| May 29 21:39:17.609 INFO STEP 847 (remove_files) COMPLETE
66962024-05-29T21:39:18.994Z[ recovery-image] May 29 21:39:17.609 INFO O| May 29 21:39:17.609 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-05-29T21:39:19.012Z[ recovery-image] May 29 21:39:17.629 INFO O| May 29 21:39:17.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66982024-05-29T21:39:19.012Z[ recovery-image] May 29 21:39:17.629 INFO O| May 29 21:39:17.629 INFO STEP 848 (remove_files) COMPLETE
66992024-05-29T21:39:19.012Z[ recovery-image] May 29 21:39:17.629 INFO O| May 29 21:39:17.629 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-05-29T21:39:19.063Z[ recovery-image] May 29 21:39:17.682 INFO O| May 29 21:39:17.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67012024-05-29T21:39:19.063Z[ recovery-image] May 29 21:39:17.682 INFO O| May 29 21:39:17.682 INFO STEP 849 (remove_files) COMPLETE
67022024-05-29T21:39:19.063Z[ recovery-image] May 29 21:39:17.682 INFO O| May 29 21:39:17.682 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-05-29T21:39:19.083Z[ recovery-image] May 29 21:39:17.702 INFO O| May 29 21:39:17.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67042024-05-29T21:39:19.083Z[ recovery-image] May 29 21:39:17.703 INFO O| May 29 21:39:17.703 INFO STEP 850 (remove_files) COMPLETE
67052024-05-29T21:39:19.083Z[ recovery-image] May 29 21:39:17.703 INFO O| May 29 21:39:17.703 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-05-29T21:39:19.117Z[ recovery-image] May 29 21:39:17.735 INFO O| May 29 21:39:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67072024-05-29T21:39:19.117Z[ recovery-image] May 29 21:39:17.735 INFO O| May 29 21:39:17.735 INFO STEP 851 (remove_files) COMPLETE
67082024-05-29T21:39:19.120Z[ recovery-image] May 29 21:39:17.735 INFO O| May 29 21:39:17.735 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-05-29T21:39:19.136Z[ recovery-image] May 29 21:39:17.756 INFO O| May 29 21:39:17.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67102024-05-29T21:39:19.137Z[ recovery-image] May 29 21:39:17.756 INFO O| May 29 21:39:17.756 INFO STEP 852 (remove_files) COMPLETE
67112024-05-29T21:39:19.137Z[ recovery-image] May 29 21:39:17.756 INFO O| May 29 21:39:17.756 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-05-29T21:39:19.157Z[ recovery-image] May 29 21:39:17.776 INFO O| May 29 21:39:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67132024-05-29T21:39:19.157Z[ recovery-image] May 29 21:39:17.776 INFO O| May 29 21:39:17.776 INFO STEP 853 (remove_files) COMPLETE
67142024-05-29T21:39:19.157Z[ recovery-image] May 29 21:39:17.776 INFO O| May 29 21:39:17.776 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-05-29T21:39:19.192Z[ recovery-image] May 29 21:39:17.808 INFO O| May 29 21:39:17.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67162024-05-29T21:39:19.192Z[ recovery-image] May 29 21:39:17.808 INFO O| May 29 21:39:17.808 INFO STEP 854 (remove_files) COMPLETE
67172024-05-29T21:39:19.195Z[ recovery-image] May 29 21:39:17.808 INFO O| May 29 21:39:17.808 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-05-29T21:39:19.207Z[ recovery-image] May 29 21:39:17.826 INFO O| May 29 21:39:17.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67192024-05-29T21:39:19.207Z[ recovery-image] May 29 21:39:17.826 INFO O| May 29 21:39:17.826 INFO STEP 855 (remove_files) COMPLETE
67202024-05-29T21:39:19.207Z[ recovery-image] May 29 21:39:17.826 INFO O| May 29 21:39:17.826 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-05-29T21:39:19.226Z[ recovery-image] May 29 21:39:17.845 INFO O| May 29 21:39:17.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67222024-05-29T21:39:19.226Z[ recovery-image] May 29 21:39:17.845 INFO O| May 29 21:39:17.845 INFO STEP 856 (remove_files) COMPLETE
67232024-05-29T21:39:19.226Z[ recovery-image] May 29 21:39:17.845 INFO O| May 29 21:39:17.845 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-05-29T21:39:19.273Z[ recovery-image] May 29 21:39:17.892 INFO O| May 29 21:39:17.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67252024-05-29T21:39:19.273Z[ recovery-image] May 29 21:39:17.892 INFO O| May 29 21:39:17.892 INFO STEP 857 (remove_files) COMPLETE
67262024-05-29T21:39:19.273Z[ recovery-image] May 29 21:39:17.892 INFO O| May 29 21:39:17.892 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-05-29T21:39:19.293Z[ recovery-image] May 29 21:39:17.912 INFO O| May 29 21:39:17.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67282024-05-29T21:39:19.293Z[ recovery-image] May 29 21:39:17.912 INFO O| May 29 21:39:17.912 INFO STEP 858 (remove_files) COMPLETE
67292024-05-29T21:39:19.296Z[ recovery-image] May 29 21:39:17.912 INFO O| May 29 21:39:17.912 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-05-29T21:39:19.326Z[ recovery-image] May 29 21:39:17.944 INFO O| May 29 21:39:17.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67312024-05-29T21:39:19.326Z[ recovery-image] May 29 21:39:17.945 INFO O| May 29 21:39:17.945 INFO STEP 859 (remove_files) COMPLETE
67322024-05-29T21:39:19.326Z[ recovery-image] May 29 21:39:17.945 INFO O| May 29 21:39:17.945 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-05-29T21:39:19.344Z[ recovery-image] May 29 21:39:17.964 INFO O| May 29 21:39:17.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67342024-05-29T21:39:19.344Z[ recovery-image] May 29 21:39:17.964 INFO O| May 29 21:39:17.964 INFO STEP 860 (remove_files) COMPLETE
67352024-05-29T21:39:19.344Z[ recovery-image] May 29 21:39:17.964 INFO O| May 29 21:39:17.964 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-05-29T21:39:19.363Z[ recovery-image] May 29 21:39:17.983 INFO O| May 29 21:39:17.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67372024-05-29T21:39:19.363Z[ recovery-image] May 29 21:39:17.983 INFO O| May 29 21:39:17.983 INFO STEP 861 (remove_files) COMPLETE
67382024-05-29T21:39:19.363Z[ recovery-image] May 29 21:39:17.983 INFO O| May 29 21:39:17.983 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-05-29T21:39:19.383Z[ recovery-image] May 29 21:39:18.002 INFO O| May 29 21:39:18.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67402024-05-29T21:39:19.383Z[ recovery-image] May 29 21:39:18.003 INFO O| May 29 21:39:18.002 INFO STEP 862 (remove_files) COMPLETE
67412024-05-29T21:39:19.386Z[ recovery-image] May 29 21:39:18.003 INFO O| May 29 21:39:18.003 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-05-29T21:39:19.405Z[ recovery-image] May 29 21:39:18.023 INFO O| May 29 21:39:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67432024-05-29T21:39:19.409Z[ recovery-image] May 29 21:39:18.023 INFO O| May 29 21:39:18.023 INFO STEP 863 (remove_files) COMPLETE
67442024-05-29T21:39:19.409Z[ recovery-image] May 29 21:39:18.023 INFO O| May 29 21:39:18.023 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-05-29T21:39:19.423Z[ recovery-image] May 29 21:39:18.043 INFO O| May 29 21:39:18.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67462024-05-29T21:39:19.424Z[ recovery-image] May 29 21:39:18.043 INFO O| May 29 21:39:18.043 INFO STEP 864 (remove_files) COMPLETE
67472024-05-29T21:39:19.424Z[ recovery-image] May 29 21:39:18.043 INFO O| May 29 21:39:18.043 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-05-29T21:39:19.443Z[ recovery-image] May 29 21:39:18.063 INFO O| May 29 21:39:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67492024-05-29T21:39:19.443Z[ recovery-image] May 29 21:39:18.063 INFO O| May 29 21:39:18.063 INFO STEP 865 (remove_files) COMPLETE
67502024-05-29T21:39:19.448Z[ recovery-image] May 29 21:39:18.063 INFO O| May 29 21:39:18.063 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-05-29T21:39:19.480Z[ recovery-image] May 29 21:39:18.092 INFO O| May 29 21:39:18.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67522024-05-29T21:39:19.484Z[ recovery-image] May 29 21:39:18.093 INFO O| May 29 21:39:18.093 INFO STEP 866 (remove_files) COMPLETE
67532024-05-29T21:39:19.484Z[ recovery-image] May 29 21:39:18.093 INFO O| May 29 21:39:18.093 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-05-29T21:39:19.499Z[ recovery-image] May 29 21:39:18.118 INFO O| May 29 21:39:18.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67552024-05-29T21:39:19.499Z[ recovery-image] May 29 21:39:18.118 INFO O| May 29 21:39:18.118 INFO STEP 867 (remove_files) COMPLETE
67562024-05-29T21:39:19.502Z[ recovery-image] May 29 21:39:18.118 INFO O| May 29 21:39:18.118 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-05-29T21:39:19.522Z[ recovery-image] May 29 21:39:18.140 INFO O| May 29 21:39:18.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67582024-05-29T21:39:19.526Z[ recovery-image] May 29 21:39:18.141 INFO O| May 29 21:39:18.140 INFO STEP 868 (remove_files) COMPLETE
67592024-05-29T21:39:19.526Z[ recovery-image] May 29 21:39:18.141 INFO O| May 29 21:39:18.140 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-05-29T21:39:19.555Z[ recovery-image] May 29 21:39:18.174 INFO O| May 29 21:39:18.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67612024-05-29T21:39:19.555Z[ recovery-image] May 29 21:39:18.174 INFO O| May 29 21:39:18.174 INFO STEP 869 (remove_files) COMPLETE
67622024-05-29T21:39:19.555Z[ recovery-image] May 29 21:39:18.174 INFO O| May 29 21:39:18.174 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-05-29T21:39:19.574Z[ recovery-image] May 29 21:39:18.193 INFO O| May 29 21:39:18.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67642024-05-29T21:39:19.575Z[ recovery-image] May 29 21:39:18.194 INFO O| May 29 21:39:18.194 INFO STEP 870 (remove_files) COMPLETE
67652024-05-29T21:39:19.575Z[ recovery-image] May 29 21:39:18.194 INFO O| May 29 21:39:18.194 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-05-29T21:39:19.597Z[ recovery-image] May 29 21:39:18.215 INFO O| May 29 21:39:18.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67672024-05-29T21:39:19.597Z[ recovery-image] May 29 21:39:18.215 INFO O| May 29 21:39:18.215 INFO STEP 871 (remove_files) COMPLETE
67682024-05-29T21:39:19.598Z[ recovery-image] May 29 21:39:18.215 INFO O| May 29 21:39:18.215 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-05-29T21:39:19.616Z[ recovery-image] May 29 21:39:18.234 INFO O| May 29 21:39:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67702024-05-29T21:39:19.616Z[ recovery-image] May 29 21:39:18.234 INFO O| May 29 21:39:18.234 INFO STEP 872 (remove_files) COMPLETE
67712024-05-29T21:39:20.036Z[ recovery-image] May 29 21:39:18.234 INFO O| May 29 21:39:18.234 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.253 INFO O| May 29 21:39:18.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67732024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.253 INFO O| May 29 21:39:18.253 INFO STEP 873 (remove_files) COMPLETE
67742024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.253 INFO O| May 29 21:39:18.253 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.275 INFO O| May 29 21:39:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67762024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.275 INFO O| May 29 21:39:18.275 INFO STEP 874 (remove_files) COMPLETE
67772024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.275 INFO O| May 29 21:39:18.275 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.295 INFO O| May 29 21:39:18.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67792024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.296 INFO O| May 29 21:39:18.295 INFO STEP 875 (remove_files) COMPLETE
67802024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.296 INFO O| May 29 21:39:18.295 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.314 INFO O| May 29 21:39:18.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67822024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.314 INFO O| May 29 21:39:18.314 INFO STEP 876 (remove_files) COMPLETE
67832024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.314 INFO O| May 29 21:39:18.314 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.335 INFO O| May 29 21:39:18.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67852024-05-29T21:39:20.694Z[ recovery-image] May 29 21:39:18.335 INFO O| May 29 21:39:18.335 INFO STEP 877 (remove_files) COMPLETE
67862024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.335 INFO O| May 29 21:39:18.335 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.355 INFO O| May 29 21:39:18.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67882024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.355 INFO O| May 29 21:39:18.355 INFO STEP 878 (remove_files) COMPLETE
67892024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.355 INFO O| May 29 21:39:18.355 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.374 INFO O| May 29 21:39:18.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67912024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.374 INFO O| May 29 21:39:18.374 INFO STEP 879 (remove_files) COMPLETE
67922024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.374 INFO O| May 29 21:39:18.374 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.393 INFO O| May 29 21:39:18.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67942024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.393 INFO O| May 29 21:39:18.393 INFO STEP 880 (remove_files) COMPLETE
67952024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.394 INFO O| May 29 21:39:18.393 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.432 INFO O| May 29 21:39:18.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67972024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.432 INFO O| May 29 21:39:18.432 INFO STEP 881 (remove_files) COMPLETE
67982024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.432 INFO O| May 29 21:39:18.432 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.453 INFO O| May 29 21:39:18.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68002024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.453 INFO O| May 29 21:39:18.453 INFO STEP 882 (remove_files) COMPLETE
68012024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.453 INFO O| May 29 21:39:18.453 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.474 INFO O| May 29 21:39:18.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68032024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.474 INFO O| May 29 21:39:18.474 INFO STEP 883 (remove_files) COMPLETE
68042024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.474 INFO O| May 29 21:39:18.474 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.519 INFO O| May 29 21:39:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68062024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.520 INFO O| May 29 21:39:18.520 INFO STEP 884 (remove_files) COMPLETE
68072024-05-29T21:39:20.695Z[ recovery-image] May 29 21:39:18.520 INFO O| May 29 21:39:18.520 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.539 INFO O| May 29 21:39:18.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68092024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.539 INFO O| May 29 21:39:18.539 INFO STEP 885 (remove_files) COMPLETE
68102024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.539 INFO O| May 29 21:39:18.539 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.559 INFO O| May 29 21:39:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68122024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.559 INFO O| May 29 21:39:18.559 INFO STEP 886 (remove_files) COMPLETE
68132024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.559 INFO O| May 29 21:39:18.559 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.577 INFO O| May 29 21:39:18.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68152024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.577 INFO O| May 29 21:39:18.577 INFO STEP 887 (remove_files) COMPLETE
68162024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.577 INFO O| May 29 21:39:18.577 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.615 INFO O| May 29 21:39:18.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68182024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.615 INFO O| May 29 21:39:18.615 INFO STEP 888 (remove_files) COMPLETE
68192024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.615 INFO O| May 29 21:39:18.615 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.641 INFO O| May 29 21:39:18.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68212024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.641 INFO O| May 29 21:39:18.641 INFO STEP 889 (remove_files) COMPLETE
68222024-05-29T21:39:20.696Z[ recovery-image] May 29 21:39:18.641 INFO O| May 29 21:39:18.641 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-05-29T21:39:20.701Z[ recovery-image] May 29 21:39:18.659 INFO O| May 29 21:39:18.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68242024-05-29T21:39:20.701Z[ recovery-image] May 29 21:39:18.659 INFO O| May 29 21:39:18.659 INFO STEP 890 (remove_files) COMPLETE
68252024-05-29T21:39:20.701Z[ recovery-image] May 29 21:39:18.659 INFO O| May 29 21:39:18.659 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-05-29T21:39:20.701Z[ recovery-image] May 29 21:39:18.699 INFO O| May 29 21:39:18.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68272024-05-29T21:39:20.701Z[ recovery-image] May 29 21:39:18.699 INFO O| May 29 21:39:18.699 INFO STEP 891 (remove_files) COMPLETE
68282024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.699 INFO O| May 29 21:39:18.699 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.778 INFO O| May 29 21:39:18.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68302024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.778 INFO O| May 29 21:39:18.778 INFO STEP 892 (remove_files) COMPLETE
68312024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.778 INFO O| May 29 21:39:18.778 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.819 INFO O| May 29 21:39:18.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68332024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.819 INFO O| May 29 21:39:18.819 INFO STEP 893 (remove_files) COMPLETE
68342024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.819 INFO O| May 29 21:39:18.819 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.870 INFO O| May 29 21:39:18.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68362024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.870 INFO O| May 29 21:39:18.870 INFO STEP 894 (remove_files) COMPLETE
68372024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.870 INFO O| May 29 21:39:18.870 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.934 INFO O| May 29 21:39:18.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68392024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.935 INFO O| May 29 21:39:18.934 INFO STEP 895 (remove_files) COMPLETE
68402024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.935 INFO O| May 29 21:39:18.935 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.955 INFO O| May 29 21:39:18.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68422024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.955 INFO O| May 29 21:39:18.955 INFO STEP 896 (remove_files) COMPLETE
68432024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.955 INFO O| May 29 21:39:18.955 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.973 INFO O| May 29 21:39:18.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68452024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.973 INFO O| May 29 21:39:18.973 INFO STEP 897 (remove_files) COMPLETE
68462024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:18.973 INFO O| May 29 21:39:18.973 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:19.005 INFO O| May 29 21:39:19.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68482024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:19.005 INFO O| May 29 21:39:19.005 INFO STEP 898 (remove_files) COMPLETE
68492024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:19.005 INFO O| May 29 21:39:19.005 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-05-29T21:39:20.702Z[ recovery-image] May 29 21:39:19.098 INFO O| May 29 21:39:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68512024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.098 INFO O| May 29 21:39:19.098 INFO STEP 899 (remove_files) COMPLETE
68522024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.098 INFO O| May 29 21:39:19.098 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.146 INFO O| May 29 21:39:19.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68542024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.146 INFO O| May 29 21:39:19.146 INFO STEP 900 (remove_files) COMPLETE
68552024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.146 INFO O| May 29 21:39:19.146 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.165 INFO O| May 29 21:39:19.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68572024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.166 INFO O| May 29 21:39:19.166 INFO STEP 901 (remove_files) COMPLETE
68582024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.166 INFO O| May 29 21:39:19.166 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.197 INFO O| May 29 21:39:19.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68602024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.197 INFO O| May 29 21:39:19.197 INFO STEP 902 (remove_files) COMPLETE
68612024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.197 INFO O| May 29 21:39:19.197 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.214 INFO O| May 29 21:39:19.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68632024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.214 INFO O| May 29 21:39:19.214 INFO STEP 903 (remove_files) COMPLETE
68642024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.214 INFO O| May 29 21:39:19.214 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.231 INFO O| May 29 21:39:19.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68662024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.231 INFO O| May 29 21:39:19.231 INFO STEP 904 (remove_files) COMPLETE
68672024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.231 INFO O| May 29 21:39:19.231 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.248 INFO O| May 29 21:39:19.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68692024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.248 INFO O| May 29 21:39:19.248 INFO STEP 905 (remove_files) COMPLETE
68702024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.248 INFO O| May 29 21:39:19.248 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.292 INFO O| May 29 21:39:19.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68722024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.293 INFO O| May 29 21:39:19.292 INFO STEP 906 (remove_files) COMPLETE
68732024-05-29T21:39:20.703Z[ recovery-image] May 29 21:39:19.293 INFO O| May 29 21:39:19.293 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-05-29T21:39:20.704Z[ recovery-image] May 29 21:39:19.314 INFO O| May 29 21:39:19.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68752024-05-29T21:39:20.704Z[ recovery-image] May 29 21:39:19.314 INFO O| May 29 21:39:19.314 INFO STEP 907 (remove_files) COMPLETE
68762024-05-29T21:39:20.704Z[ recovery-image] May 29 21:39:19.314 INFO O| May 29 21:39:19.314 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-05-29T21:39:20.714Z[ recovery-image] May 29 21:39:19.333 INFO O| May 29 21:39:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68782024-05-29T21:39:20.714Z[ recovery-image] May 29 21:39:19.333 INFO O| May 29 21:39:19.333 INFO STEP 908 (remove_files) COMPLETE
68792024-05-29T21:39:20.717Z[ recovery-image] May 29 21:39:19.333 INFO O| May 29 21:39:19.333 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-05-29T21:39:20.733Z[ recovery-image] May 29 21:39:19.352 INFO O| May 29 21:39:19.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68812024-05-29T21:39:20.736Z[ recovery-image] May 29 21:39:19.352 INFO O| May 29 21:39:19.352 INFO STEP 909 (remove_files) COMPLETE
68822024-05-29T21:39:20.736Z[ recovery-image] May 29 21:39:19.352 INFO O| May 29 21:39:19.352 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-05-29T21:39:20.754Z[ recovery-image] May 29 21:39:19.373 INFO O| May 29 21:39:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68842024-05-29T21:39:20.754Z[ recovery-image] May 29 21:39:19.373 INFO O| May 29 21:39:19.373 INFO STEP 910 (remove_files) COMPLETE
68852024-05-29T21:39:20.760Z[ recovery-image] May 29 21:39:19.373 INFO O| May 29 21:39:19.373 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-05-29T21:39:20.781Z[ recovery-image] May 29 21:39:19.399 INFO O| May 29 21:39:19.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68872024-05-29T21:39:20.784Z[ recovery-image] May 29 21:39:19.399 INFO O| May 29 21:39:19.399 INFO STEP 911 (remove_files) COMPLETE
68882024-05-29T21:39:20.784Z[ recovery-image] May 29 21:39:19.400 INFO O| May 29 21:39:19.399 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-05-29T21:39:20.815Z[ recovery-image] May 29 21:39:19.418 INFO O| May 29 21:39:19.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68902024-05-29T21:39:20.821Z[ recovery-image] May 29 21:39:19.419 INFO O| May 29 21:39:19.418 INFO STEP 912 (remove_files) COMPLETE
68912024-05-29T21:39:20.821Z[ recovery-image] May 29 21:39:19.419 INFO O| May 29 21:39:19.419 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-05-29T21:39:20.821Z[ recovery-image] May 29 21:39:19.436 INFO O| May 29 21:39:19.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68932024-05-29T21:39:20.821Z[ recovery-image] May 29 21:39:19.436 INFO O| May 29 21:39:19.436 INFO STEP 913 (remove_files) COMPLETE
68942024-05-29T21:39:20.821Z[ recovery-image] May 29 21:39:19.436 INFO O| May 29 21:39:19.436 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-05-29T21:39:20.861Z[ recovery-image] May 29 21:39:19.476 INFO O| May 29 21:39:19.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68962024-05-29T21:39:20.861Z[ recovery-image] May 29 21:39:19.476 INFO O| May 29 21:39:19.476 INFO STEP 914 (remove_files) COMPLETE
68972024-05-29T21:39:20.861Z[ recovery-image] May 29 21:39:19.476 INFO O| May 29 21:39:19.476 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-05-29T21:39:20.892Z[ recovery-image] May 29 21:39:19.496 INFO O| May 29 21:39:19.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68992024-05-29T21:39:20.892Z[ recovery-image] May 29 21:39:19.496 INFO O| May 29 21:39:19.496 INFO STEP 915 (remove_files) COMPLETE
69002024-05-29T21:39:20.892Z[ recovery-image] May 29 21:39:19.496 INFO O| May 29 21:39:19.496 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-05-29T21:39:20.899Z[ recovery-image] May 29 21:39:19.518 INFO O| May 29 21:39:19.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69022024-05-29T21:39:20.899Z[ recovery-image] May 29 21:39:19.518 INFO O| May 29 21:39:19.518 INFO STEP 916 (remove_files) COMPLETE
69032024-05-29T21:39:20.899Z[ recovery-image] May 29 21:39:19.518 INFO O| May 29 21:39:19.518 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-05-29T21:39:20.938Z[ recovery-image] May 29 21:39:19.556 INFO O| May 29 21:39:19.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69052024-05-29T21:39:20.938Z[ recovery-image] May 29 21:39:19.557 INFO O| May 29 21:39:19.557 INFO STEP 917 (remove_files) COMPLETE
69062024-05-29T21:39:20.938Z[ recovery-image] May 29 21:39:19.557 INFO O| May 29 21:39:19.557 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-05-29T21:39:20.965Z[ recovery-image] May 29 21:39:19.584 INFO O| May 29 21:39:19.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69082024-05-29T21:39:20.965Z[ recovery-image] May 29 21:39:19.584 INFO O| May 29 21:39:19.584 INFO STEP 918 (remove_files) COMPLETE
69092024-05-29T21:39:20.969Z[ recovery-image] May 29 21:39:19.584 INFO O| May 29 21:39:19.584 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-05-29T21:39:20.991Z[ recovery-image] May 29 21:39:19.609 INFO O| May 29 21:39:19.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69112024-05-29T21:39:20.997Z[ recovery-image] May 29 21:39:19.609 INFO O| May 29 21:39:19.609 INFO STEP 919 (remove_files) COMPLETE
69122024-05-29T21:39:20.997Z[ recovery-image] May 29 21:39:19.610 INFO O| May 29 21:39:19.609 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-05-29T21:39:21.025Z[ recovery-image] May 29 21:39:19.643 INFO O| May 29 21:39:19.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69142024-05-29T21:39:21.028Z[ recovery-image] May 29 21:39:19.643 INFO O| May 29 21:39:19.643 INFO STEP 920 (remove_files) COMPLETE
69152024-05-29T21:39:21.028Z[ recovery-image] May 29 21:39:19.643 INFO O| May 29 21:39:19.643 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-05-29T21:39:21.051Z[ recovery-image] May 29 21:39:19.668 INFO O| May 29 21:39:19.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69172024-05-29T21:39:21.051Z[ recovery-image] May 29 21:39:19.668 INFO O| May 29 21:39:19.668 INFO STEP 921 (remove_files) COMPLETE
69182024-05-29T21:39:21.051Z[ recovery-image] May 29 21:39:19.668 INFO O| May 29 21:39:19.668 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-05-29T21:39:21.515Z[ recovery-image] May 29 21:39:19.729 INFO O| May 29 21:39:19.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69202024-05-29T21:39:21.515Z[ recovery-image] May 29 21:39:19.729 INFO O| May 29 21:39:19.729 INFO STEP 922 (remove_files) COMPLETE
69212024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.729 INFO O| May 29 21:39:19.729 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.747 INFO O| May 29 21:39:19.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69232024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.747 INFO O| May 29 21:39:19.747 INFO STEP 923 (remove_files) COMPLETE
69242024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.747 INFO O| May 29 21:39:19.747 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.765 INFO O| May 29 21:39:19.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69262024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.765 INFO O| May 29 21:39:19.765 INFO STEP 924 (remove_files) COMPLETE
69272024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.765 INFO O| May 29 21:39:19.765 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.812 INFO O| May 29 21:39:19.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69292024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.812 INFO O| May 29 21:39:19.795 INFO STEP 925 (remove_files) COMPLETE
69302024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.812 INFO O| May 29 21:39:19.795 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-05-29T21:39:21.520Z[ recovery-image] May 29 21:39:19.815 INFO O| May 29 21:39:19.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69322024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.815 INFO O| May 29 21:39:19.815 INFO STEP 926 (remove_files) COMPLETE
69332024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.815 INFO O| May 29 21:39:19.815 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.833 INFO O| May 29 21:39:19.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69352024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.833 INFO O| May 29 21:39:19.833 INFO STEP 927 (remove_files) COMPLETE
69362024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.833 INFO O| May 29 21:39:19.833 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.852 INFO O| May 29 21:39:19.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69382024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.852 INFO O| May 29 21:39:19.852 INFO STEP 928 (remove_files) COMPLETE
69392024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.852 INFO O| May 29 21:39:19.852 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.870 INFO O| May 29 21:39:19.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69412024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.870 INFO O| May 29 21:39:19.870 INFO STEP 929 (remove_files) COMPLETE
69422024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.870 INFO O| May 29 21:39:19.870 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.888 INFO O| May 29 21:39:19.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69442024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.888 INFO O| May 29 21:39:19.888 INFO STEP 930 (remove_files) COMPLETE
69452024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.888 INFO O| May 29 21:39:19.888 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.920 INFO O| May 29 21:39:19.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69472024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.920 INFO O| May 29 21:39:19.920 INFO STEP 931 (remove_files) COMPLETE
69482024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.920 INFO O| May 29 21:39:19.920 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.982 INFO O| May 29 21:39:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69502024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.982 INFO O| May 29 21:39:19.982 INFO STEP 932 (remove_files) COMPLETE
69512024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:19.982 INFO O| May 29 21:39:19.982 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:20.005 INFO O| May 29 21:39:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69532024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:20.005 INFO O| May 29 21:39:20.005 INFO STEP 933 (remove_files) COMPLETE
69542024-05-29T21:39:21.521Z[ recovery-image] May 29 21:39:20.005 INFO O| May 29 21:39:20.005 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.025 INFO O| May 29 21:39:20.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69562024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.039 INFO O| May 29 21:39:20.039 INFO STEP 934 (remove_files) COMPLETE
69572024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.039 INFO O| May 29 21:39:20.039 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.072 INFO O| May 29 21:39:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69592024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.072 INFO O| May 29 21:39:20.072 INFO STEP 935 (remove_files) COMPLETE
69602024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.072 INFO O| May 29 21:39:20.072 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.119 INFO O| May 29 21:39:20.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69622024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.119 INFO O| May 29 21:39:20.119 INFO STEP 936 (remove_files) COMPLETE
69632024-05-29T21:39:21.522Z[ recovery-image] May 29 21:39:20.119 INFO O| May 29 21:39:20.119 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-05-29T21:39:21.540Z[ recovery-image] May 29 21:39:20.157 INFO O| May 29 21:39:20.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69652024-05-29T21:39:21.540Z[ recovery-image] May 29 21:39:20.157 INFO O| May 29 21:39:20.157 INFO STEP 937 (remove_files) COMPLETE
69662024-05-29T21:39:21.544Z[ recovery-image] May 29 21:39:20.157 INFO O| May 29 21:39:20.157 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-05-29T21:39:21.558Z[ recovery-image] May 29 21:39:20.177 INFO O| May 29 21:39:20.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69682024-05-29T21:39:21.558Z[ recovery-image] May 29 21:39:20.178 INFO O| May 29 21:39:20.178 INFO STEP 938 (remove_files) COMPLETE
69692024-05-29T21:39:21.562Z[ recovery-image] May 29 21:39:20.178 INFO O| May 29 21:39:20.178 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-05-29T21:39:21.578Z[ recovery-image] May 29 21:39:20.197 INFO O| May 29 21:39:20.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69712024-05-29T21:39:21.579Z[ recovery-image] May 29 21:39:20.197 INFO O| May 29 21:39:20.197 INFO STEP 939 (remove_files) COMPLETE
69722024-05-29T21:39:21.579Z[ recovery-image] May 29 21:39:20.197 INFO O| May 29 21:39:20.197 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-05-29T21:39:21.620Z[ recovery-image] May 29 21:39:20.239 INFO O| May 29 21:39:20.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69742024-05-29T21:39:21.620Z[ recovery-image] May 29 21:39:20.239 INFO O| May 29 21:39:20.239 INFO STEP 940 (remove_files) COMPLETE
69752024-05-29T21:39:21.621Z[ recovery-image] May 29 21:39:20.239 INFO O| May 29 21:39:20.239 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-05-29T21:39:21.640Z[ recovery-image] May 29 21:39:20.258 INFO O| May 29 21:39:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69772024-05-29T21:39:21.640Z[ recovery-image] May 29 21:39:20.259 INFO O| May 29 21:39:20.258 INFO STEP 941 (remove_files) COMPLETE
69782024-05-29T21:39:21.640Z[ recovery-image] May 29 21:39:20.259 INFO O| May 29 21:39:20.258 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-05-29T21:39:21.660Z[ recovery-image] May 29 21:39:20.279 INFO O| May 29 21:39:20.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69802024-05-29T21:39:21.660Z[ recovery-image] May 29 21:39:20.279 INFO O| May 29 21:39:20.279 INFO STEP 942 (remove_files) COMPLETE
69812024-05-29T21:39:21.660Z[ recovery-image] May 29 21:39:20.279 INFO O| May 29 21:39:20.279 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-05-29T21:39:21.679Z[ recovery-image] May 29 21:39:20.298 INFO O| May 29 21:39:20.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69832024-05-29T21:39:21.679Z[ recovery-image] May 29 21:39:20.298 INFO O| May 29 21:39:20.298 INFO STEP 943 (remove_files) COMPLETE
69842024-05-29T21:39:21.679Z[ recovery-image] May 29 21:39:20.298 INFO O| May 29 21:39:20.298 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-05-29T21:39:21.715Z[ recovery-image] May 29 21:39:20.334 INFO O| May 29 21:39:20.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69862024-05-29T21:39:21.718Z[ recovery-image] May 29 21:39:20.334 INFO O| May 29 21:39:20.334 INFO STEP 944 (remove_files) COMPLETE
69872024-05-29T21:39:21.718Z[ recovery-image] May 29 21:39:20.334 INFO O| May 29 21:39:20.334 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-05-29T21:39:21.757Z[ recovery-image] May 29 21:39:20.376 INFO O| May 29 21:39:20.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69892024-05-29T21:39:21.760Z[ recovery-image] May 29 21:39:20.376 INFO O| May 29 21:39:20.376 INFO STEP 945 (remove_files) COMPLETE
69902024-05-29T21:39:21.760Z[ recovery-image] May 29 21:39:20.377 INFO O| May 29 21:39:20.376 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-05-29T21:39:21.777Z[ recovery-image] May 29 21:39:20.396 INFO O| May 29 21:39:20.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69922024-05-29T21:39:21.777Z[ recovery-image] May 29 21:39:20.396 INFO O| May 29 21:39:20.396 INFO STEP 946 (remove_files) COMPLETE
69932024-05-29T21:39:21.777Z[ recovery-image] May 29 21:39:20.396 INFO O| May 29 21:39:20.396 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-05-29T21:39:21.798Z[ recovery-image] May 29 21:39:20.417 INFO O| May 29 21:39:20.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69952024-05-29T21:39:21.798Z[ recovery-image] May 29 21:39:20.417 INFO O| May 29 21:39:20.417 INFO STEP 947 (remove_files) COMPLETE
69962024-05-29T21:39:21.801Z[ recovery-image] May 29 21:39:20.417 INFO O| May 29 21:39:20.417 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-05-29T21:39:21.834Z[ recovery-image] May 29 21:39:20.453 INFO O| May 29 21:39:20.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69982024-05-29T21:39:21.837Z[ recovery-image] May 29 21:39:20.453 INFO O| May 29 21:39:20.453 INFO STEP 948 (remove_files) COMPLETE
69992024-05-29T21:39:21.837Z[ recovery-image] May 29 21:39:20.453 INFO O| May 29 21:39:20.453 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-05-29T21:39:21.855Z[ recovery-image] May 29 21:39:20.474 INFO O| May 29 21:39:20.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70012024-05-29T21:39:21.858Z[ recovery-image] May 29 21:39:20.474 INFO O| May 29 21:39:20.474 INFO STEP 949 (remove_files) COMPLETE
70022024-05-29T21:39:21.858Z[ recovery-image] May 29 21:39:20.474 INFO O| May 29 21:39:20.474 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-05-29T21:39:21.895Z[ recovery-image] May 29 21:39:20.514 INFO O| May 29 21:39:20.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70042024-05-29T21:39:21.899Z[ recovery-image] May 29 21:39:20.514 INFO O| May 29 21:39:20.514 INFO STEP 950 (remove_files) COMPLETE
70052024-05-29T21:39:21.899Z[ recovery-image] May 29 21:39:20.514 INFO O| May 29 21:39:20.514 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-05-29T21:39:21.959Z[ recovery-image] May 29 21:39:20.573 INFO O| May 29 21:39:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70072024-05-29T21:39:21.959Z[ recovery-image] May 29 21:39:20.573 INFO O| May 29 21:39:20.573 INFO STEP 951 (remove_files) COMPLETE
70082024-05-29T21:39:21.960Z[ recovery-image] May 29 21:39:20.573 INFO O| May 29 21:39:20.573 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-05-29T21:39:21.984Z[ recovery-image] May 29 21:39:20.592 INFO O| May 29 21:39:20.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70102024-05-29T21:39:21.985Z[ recovery-image] May 29 21:39:20.592 INFO O| May 29 21:39:20.592 INFO STEP 952 (remove_files) COMPLETE
70112024-05-29T21:39:21.985Z[ recovery-image] May 29 21:39:20.592 INFO O| May 29 21:39:20.592 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-05-29T21:39:22.010Z[ recovery-image] May 29 21:39:20.629 INFO O| May 29 21:39:20.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70132024-05-29T21:39:22.010Z[ recovery-image] May 29 21:39:20.629 INFO O| May 29 21:39:20.629 INFO STEP 953 (remove_files) COMPLETE
70142024-05-29T21:39:22.010Z[ recovery-image] May 29 21:39:20.629 INFO O| May 29 21:39:20.629 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-05-29T21:39:22.029Z[ recovery-image] May 29 21:39:20.648 INFO O| May 29 21:39:20.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70162024-05-29T21:39:22.029Z[ recovery-image] May 29 21:39:20.648 INFO O| May 29 21:39:20.648 INFO STEP 954 (remove_files) COMPLETE
70172024-05-29T21:39:22.029Z[ recovery-image] May 29 21:39:20.648 INFO O| May 29 21:39:20.648 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-05-29T21:39:22.046Z[ recovery-image] May 29 21:39:20.665 INFO O| May 29 21:39:20.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70192024-05-29T21:39:22.046Z[ recovery-image] May 29 21:39:20.665 INFO O| May 29 21:39:20.665 INFO STEP 955 (remove_files) COMPLETE
70202024-05-29T21:39:22.054Z[ recovery-image] May 29 21:39:20.665 INFO O| May 29 21:39:20.665 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-05-29T21:39:22.065Z[ recovery-image] May 29 21:39:20.684 INFO O| May 29 21:39:20.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70222024-05-29T21:39:22.065Z[ recovery-image] May 29 21:39:20.684 INFO O| May 29 21:39:20.684 INFO STEP 956 (remove_files) COMPLETE
70232024-05-29T21:39:22.068Z[ recovery-image] May 29 21:39:20.684 INFO O| May 29 21:39:20.684 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-05-29T21:39:22.083Z[ recovery-image] May 29 21:39:20.702 INFO O| May 29 21:39:20.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70252024-05-29T21:39:22.087Z[ recovery-image] May 29 21:39:20.703 INFO O| May 29 21:39:20.703 INFO STEP 957 (remove_files) COMPLETE
70262024-05-29T21:39:22.087Z[ recovery-image] May 29 21:39:20.703 INFO O| May 29 21:39:20.703 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-05-29T21:39:22.101Z[ recovery-image] May 29 21:39:20.720 INFO O| May 29 21:39:20.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70282024-05-29T21:39:22.105Z[ recovery-image] May 29 21:39:20.721 INFO O| May 29 21:39:20.721 INFO STEP 958 (remove_files) COMPLETE
70292024-05-29T21:39:22.105Z[ recovery-image] May 29 21:39:20.721 INFO O| May 29 21:39:20.721 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-05-29T21:39:22.120Z[ recovery-image] May 29 21:39:20.739 INFO O| May 29 21:39:20.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70312024-05-29T21:39:22.123Z[ recovery-image] May 29 21:39:20.739 INFO O| May 29 21:39:20.739 INFO STEP 959 (remove_files) COMPLETE
70322024-05-29T21:39:22.123Z[ recovery-image] May 29 21:39:20.739 INFO O| May 29 21:39:20.739 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-05-29T21:39:22.140Z[ recovery-image] May 29 21:39:20.759 INFO O| May 29 21:39:20.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70342024-05-29T21:39:22.144Z[ recovery-image] May 29 21:39:20.759 INFO O| May 29 21:39:20.759 INFO STEP 960 (remove_files) COMPLETE
70352024-05-29T21:39:22.144Z[ recovery-image] May 29 21:39:20.760 INFO O| May 29 21:39:20.759 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-05-29T21:39:22.198Z[ recovery-image] May 29 21:39:20.815 INFO O| May 29 21:39:20.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70372024-05-29T21:39:22.201Z[ recovery-image] May 29 21:39:20.815 INFO O| May 29 21:39:20.815 INFO STEP 961 (remove_files) COMPLETE
70382024-05-29T21:39:22.202Z[ recovery-image] May 29 21:39:20.815 INFO O| May 29 21:39:20.815 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-05-29T21:39:22.236Z[ recovery-image] May 29 21:39:20.842 INFO O| May 29 21:39:20.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70402024-05-29T21:39:22.236Z[ recovery-image] May 29 21:39:20.842 INFO O| May 29 21:39:20.842 INFO STEP 962 (remove_files) COMPLETE
70412024-05-29T21:39:22.240Z[ recovery-image] May 29 21:39:20.842 INFO O| May 29 21:39:20.842 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-05-29T21:39:22.279Z[ recovery-image] May 29 21:39:20.898 INFO O| May 29 21:39:20.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70432024-05-29T21:39:22.279Z[ recovery-image] May 29 21:39:20.898 INFO O| May 29 21:39:20.898 INFO STEP 963 (remove_files) COMPLETE
70442024-05-29T21:39:22.280Z[ recovery-image] May 29 21:39:20.898 INFO O| May 29 21:39:20.898 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-05-29T21:39:22.299Z[ recovery-image] May 29 21:39:20.918 INFO O| May 29 21:39:20.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70462024-05-29T21:39:22.300Z[ recovery-image] May 29 21:39:20.918 INFO O| May 29 21:39:20.918 INFO STEP 964 (remove_files) COMPLETE
70472024-05-29T21:39:22.300Z[ recovery-image] May 29 21:39:20.919 INFO O| May 29 21:39:20.918 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-05-29T21:39:22.335Z[ recovery-image] May 29 21:39:20.954 INFO O| May 29 21:39:20.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70492024-05-29T21:39:22.335Z[ recovery-image] May 29 21:39:20.954 INFO O| May 29 21:39:20.954 INFO STEP 965 (remove_files) COMPLETE
70502024-05-29T21:39:22.335Z[ recovery-image] May 29 21:39:20.954 INFO O| May 29 21:39:20.954 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-05-29T21:39:22.355Z[ recovery-image] May 29 21:39:20.974 INFO O| May 29 21:39:20.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70522024-05-29T21:39:22.359Z[ recovery-image] May 29 21:39:20.974 INFO O| May 29 21:39:20.974 INFO STEP 966 (remove_files) COMPLETE
70532024-05-29T21:39:22.359Z[ recovery-image] May 29 21:39:20.974 INFO O| May 29 21:39:20.974 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-05-29T21:39:22.376Z[ recovery-image] May 29 21:39:20.993 INFO O| May 29 21:39:20.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70552024-05-29T21:39:22.376Z[ recovery-image] May 29 21:39:20.993 INFO O| May 29 21:39:20.993 INFO STEP 967 (remove_files) COMPLETE
70562024-05-29T21:39:22.380Z[ recovery-image] May 29 21:39:20.993 INFO O| May 29 21:39:20.993 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-05-29T21:39:22.400Z[ recovery-image] May 29 21:39:21.018 INFO O| May 29 21:39:21.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70582024-05-29T21:39:22.400Z[ recovery-image] May 29 21:39:21.018 INFO O| May 29 21:39:21.018 INFO STEP 968 (remove_files) COMPLETE
70592024-05-29T21:39:22.404Z[ recovery-image] May 29 21:39:21.018 INFO O| May 29 21:39:21.018 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-05-29T21:39:22.437Z[ recovery-image] May 29 21:39:21.056 INFO O| May 29 21:39:21.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70612024-05-29T21:39:22.437Z[ recovery-image] May 29 21:39:21.056 INFO O| May 29 21:39:21.056 INFO STEP 969 (remove_files) COMPLETE
70622024-05-29T21:39:22.437Z[ recovery-image] May 29 21:39:21.056 INFO O| May 29 21:39:21.056 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-05-29T21:39:22.462Z[ recovery-image] May 29 21:39:21.078 INFO O| May 29 21:39:21.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70642024-05-29T21:39:22.462Z[ recovery-image] May 29 21:39:21.078 INFO O| May 29 21:39:21.078 INFO STEP 970 (remove_files) COMPLETE
70652024-05-29T21:39:22.462Z[ recovery-image] May 29 21:39:21.078 INFO O| May 29 21:39:21.078 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-05-29T21:39:22.482Z[ recovery-image] May 29 21:39:21.100 INFO O| May 29 21:39:21.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70672024-05-29T21:39:22.485Z[ recovery-image] May 29 21:39:21.100 INFO O| May 29 21:39:21.100 INFO STEP 971 (remove_files) COMPLETE
70682024-05-29T21:39:22.485Z[ recovery-image] May 29 21:39:21.100 INFO O| May 29 21:39:21.100 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-05-29T21:39:22.525Z[ recovery-image] May 29 21:39:21.144 INFO O| May 29 21:39:21.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70702024-05-29T21:39:22.529Z[ recovery-image] May 29 21:39:21.144 INFO O| May 29 21:39:21.144 INFO STEP 972 (remove_files) COMPLETE
70712024-05-29T21:39:22.529Z[ recovery-image] May 29 21:39:21.144 INFO O| May 29 21:39:21.144 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-05-29T21:39:22.548Z[ recovery-image] May 29 21:39:21.167 INFO O| May 29 21:39:21.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70732024-05-29T21:39:22.553Z[ recovery-image] May 29 21:39:21.167 INFO O| May 29 21:39:21.167 INFO STEP 973 (remove_files) COMPLETE
70742024-05-29T21:39:22.553Z[ recovery-image] May 29 21:39:21.167 INFO O| May 29 21:39:21.167 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-05-29T21:39:22.592Z[ recovery-image] May 29 21:39:21.205 INFO O| May 29 21:39:21.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70762024-05-29T21:39:22.602Z[ recovery-image] May 29 21:39:21.205 INFO O| May 29 21:39:21.205 INFO STEP 974 (remove_files) COMPLETE
70772024-05-29T21:39:22.602Z[ recovery-image] May 29 21:39:21.206 INFO O| May 29 21:39:21.205 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-05-29T21:39:22.606Z[ recovery-image] May 29 21:39:21.224 INFO O| May 29 21:39:21.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70792024-05-29T21:39:22.606Z[ recovery-image] May 29 21:39:21.224 INFO O| May 29 21:39:21.224 INFO STEP 975 (remove_files) COMPLETE
70802024-05-29T21:39:22.606Z[ recovery-image] May 29 21:39:21.224 INFO O| May 29 21:39:21.224 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-05-29T21:39:22.629Z[ recovery-image] May 29 21:39:21.245 INFO O| May 29 21:39:21.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70822024-05-29T21:39:22.629Z[ recovery-image] May 29 21:39:21.245 INFO O| May 29 21:39:21.245 INFO STEP 976 (remove_files) COMPLETE
70832024-05-29T21:39:22.633Z[ recovery-image] May 29 21:39:21.245 INFO O| May 29 21:39:21.245 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-05-29T21:39:22.647Z[ recovery-image] May 29 21:39:21.265 INFO O| May 29 21:39:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70852024-05-29T21:39:22.647Z[ recovery-image] May 29 21:39:21.265 INFO O| May 29 21:39:21.265 INFO STEP 977 (remove_files) COMPLETE
70862024-05-29T21:39:22.647Z[ recovery-image] May 29 21:39:21.265 INFO O| May 29 21:39:21.265 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-05-29T21:39:22.677Z[ recovery-image] May 29 21:39:21.290 INFO O| May 29 21:39:21.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70882024-05-29T21:39:22.677Z[ recovery-image] May 29 21:39:21.290 INFO O| May 29 21:39:21.285 INFO STEP 978 (remove_files) COMPLETE
70892024-05-29T21:39:22.677Z[ recovery-image] May 29 21:39:21.290 INFO O| May 29 21:39:21.285 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-05-29T21:39:22.727Z[ recovery-image] May 29 21:39:21.322 INFO O| May 29 21:39:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70912024-05-29T21:39:22.734Z[ recovery-image] May 29 21:39:21.323 INFO O| May 29 21:39:21.323 INFO STEP 979 (remove_files) COMPLETE
70922024-05-29T21:39:22.734Z[ recovery-image] May 29 21:39:21.323 INFO O| May 29 21:39:21.323 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-05-29T21:39:22.734Z[ recovery-image] May 29 21:39:21.341 INFO O| May 29 21:39:21.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70942024-05-29T21:39:22.734Z[ recovery-image] May 29 21:39:21.342 INFO O| May 29 21:39:21.342 INFO STEP 980 (remove_files) COMPLETE
70952024-05-29T21:39:22.734Z[ recovery-image] May 29 21:39:21.342 INFO O| May 29 21:39:21.342 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-05-29T21:39:22.742Z[ recovery-image] May 29 21:39:21.361 INFO O| May 29 21:39:21.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70972024-05-29T21:39:22.746Z[ recovery-image] May 29 21:39:21.361 INFO O| May 29 21:39:21.361 INFO STEP 981 (remove_files) COMPLETE
70982024-05-29T21:39:22.746Z[ recovery-image] May 29 21:39:21.361 INFO O| May 29 21:39:21.361 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-05-29T21:39:22.761Z[ recovery-image] May 29 21:39:21.380 INFO O| May 29 21:39:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71002024-05-29T21:39:22.764Z[ recovery-image] May 29 21:39:21.380 INFO O| May 29 21:39:21.380 INFO STEP 982 (remove_files) COMPLETE
71012024-05-29T21:39:22.764Z[ recovery-image] May 29 21:39:21.381 INFO O| May 29 21:39:21.380 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-05-29T21:39:22.782Z[ recovery-image] May 29 21:39:21.400 INFO O| May 29 21:39:21.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71032024-05-29T21:39:22.782Z[ recovery-image] May 29 21:39:21.400 INFO O| May 29 21:39:21.400 INFO STEP 983 (remove_files) COMPLETE
71042024-05-29T21:39:22.785Z[ recovery-image] May 29 21:39:21.400 INFO O| May 29 21:39:21.400 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-05-29T21:39:22.801Z[ recovery-image] May 29 21:39:21.419 INFO O| May 29 21:39:21.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71062024-05-29T21:39:22.804Z[ recovery-image] May 29 21:39:21.419 INFO O| May 29 21:39:21.419 INFO STEP 984 (remove_files) COMPLETE
71072024-05-29T21:39:22.804Z[ recovery-image] May 29 21:39:21.420 INFO O| May 29 21:39:21.419 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-05-29T21:39:22.819Z[ recovery-image] May 29 21:39:21.438 INFO O| May 29 21:39:21.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71092024-05-29T21:39:22.823Z[ recovery-image] May 29 21:39:21.438 INFO O| May 29 21:39:21.438 INFO STEP 985 (remove_files) COMPLETE
71102024-05-29T21:39:22.823Z[ recovery-image] May 29 21:39:21.438 INFO O| May 29 21:39:21.438 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-05-29T21:39:22.836Z[ recovery-image] May 29 21:39:21.455 INFO O| May 29 21:39:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71122024-05-29T21:39:22.836Z[ recovery-image] May 29 21:39:21.455 INFO O| May 29 21:39:21.455 INFO STEP 986 (remove_files) COMPLETE
71132024-05-29T21:39:22.843Z[ recovery-image] May 29 21:39:21.455 INFO O| May 29 21:39:21.455 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-05-29T21:39:22.854Z[ recovery-image] May 29 21:39:21.473 INFO O| May 29 21:39:21.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71152024-05-29T21:39:22.858Z[ recovery-image] May 29 21:39:21.473 INFO O| May 29 21:39:21.473 INFO STEP 987 (remove_files) COMPLETE
71162024-05-29T21:39:22.858Z[ recovery-image] May 29 21:39:21.473 INFO O| May 29 21:39:21.473 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-05-29T21:39:22.871Z[ recovery-image] May 29 21:39:21.490 INFO O| May 29 21:39:21.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71182024-05-29T21:39:22.874Z[ recovery-image] May 29 21:39:21.490 INFO O| May 29 21:39:21.490 INFO STEP 988 (remove_files) COMPLETE
71192024-05-29T21:39:22.874Z[ recovery-image] May 29 21:39:21.490 INFO O| May 29 21:39:21.490 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-05-29T21:39:22.889Z[ recovery-image] May 29 21:39:21.508 INFO O| May 29 21:39:21.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71212024-05-29T21:39:22.892Z[ recovery-image] May 29 21:39:21.508 INFO O| May 29 21:39:21.508 INFO STEP 989 (remove_files) COMPLETE
71222024-05-29T21:39:22.892Z[ recovery-image] May 29 21:39:21.508 INFO O| May 29 21:39:21.508 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-05-29T21:39:22.907Z[ recovery-image] May 29 21:39:21.526 INFO O| May 29 21:39:21.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71242024-05-29T21:39:22.910Z[ recovery-image] May 29 21:39:21.526 INFO O| May 29 21:39:21.526 INFO STEP 990 (remove_files) COMPLETE
71252024-05-29T21:39:22.911Z[ recovery-image] May 29 21:39:21.527 INFO O| May 29 21:39:21.526 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-05-29T21:39:22.928Z[ recovery-image] May 29 21:39:21.546 INFO O| May 29 21:39:21.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71272024-05-29T21:39:22.932Z[ recovery-image] May 29 21:39:21.546 INFO O| May 29 21:39:21.546 INFO STEP 991 (remove_files) COMPLETE
71282024-05-29T21:39:22.932Z[ recovery-image] May 29 21:39:21.546 INFO O| May 29 21:39:21.546 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-05-29T21:39:22.949Z[ recovery-image] May 29 21:39:21.568 INFO O| May 29 21:39:21.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71302024-05-29T21:39:22.949Z[ recovery-image] May 29 21:39:21.568 INFO O| May 29 21:39:21.568 INFO STEP 992 (remove_files) COMPLETE
71312024-05-29T21:39:22.949Z[ recovery-image] May 29 21:39:21.568 INFO O| May 29 21:39:21.568 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-05-29T21:39:22.966Z[ recovery-image] May 29 21:39:21.585 INFO O| May 29 21:39:21.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71332024-05-29T21:39:22.969Z[ recovery-image] May 29 21:39:21.586 INFO O| May 29 21:39:21.586 INFO STEP 993 (remove_files) COMPLETE
71342024-05-29T21:39:22.970Z[ recovery-image] May 29 21:39:21.586 INFO O| May 29 21:39:21.586 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-05-29T21:39:22.986Z[ recovery-image] May 29 21:39:21.604 INFO O| May 29 21:39:21.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71362024-05-29T21:39:22.991Z[ recovery-image] May 29 21:39:21.604 INFO O| May 29 21:39:21.604 INFO STEP 994 (remove_files) COMPLETE
71372024-05-29T21:39:22.992Z[ recovery-image] May 29 21:39:21.604 INFO O| May 29 21:39:21.604 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-05-29T21:39:23.004Z[ recovery-image] May 29 21:39:21.623 INFO O| May 29 21:39:21.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71392024-05-29T21:39:23.013Z[ recovery-image] May 29 21:39:21.623 INFO O| May 29 21:39:21.623 INFO STEP 995 (remove_files) COMPLETE
71402024-05-29T21:39:23.013Z[ recovery-image] May 29 21:39:21.624 INFO O| May 29 21:39:21.623 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-05-29T21:39:23.026Z[ recovery-image] May 29 21:39:21.641 INFO O| May 29 21:39:21.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71422024-05-29T21:39:23.451Z[ recovery-image] May 29 21:39:21.641 INFO O| May 29 21:39:21.641 INFO STEP 996 (remove_files) COMPLETE
71432024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.641 INFO O| May 29 21:39:21.641 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.661 INFO O| May 29 21:39:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71452024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.661 INFO O| May 29 21:39:21.661 INFO STEP 997 (remove_files) COMPLETE
71462024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.661 INFO O| May 29 21:39:21.661 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.680 INFO O| May 29 21:39:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71482024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.681 INFO O| May 29 21:39:21.681 INFO STEP 998 (remove_files) COMPLETE
71492024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.681 INFO O| May 29 21:39:21.681 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.700 INFO O| May 29 21:39:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71512024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.701 INFO O| May 29 21:39:21.701 INFO STEP 999 (remove_files) COMPLETE
71522024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.701 INFO O| May 29 21:39:21.701 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.720 INFO O| May 29 21:39:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71542024-05-29T21:39:23.452Z[ recovery-image] May 29 21:39:21.720 INFO O| May 29 21:39:21.720 INFO STEP 1000 (remove_files) COMPLETE
71552024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.720 INFO O| May 29 21:39:21.720 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.759 INFO O| May 29 21:39:21.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71572024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.759 INFO O| May 29 21:39:21.759 INFO STEP 1001 (remove_files) COMPLETE
71582024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.759 INFO O| May 29 21:39:21.759 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.777 INFO O| May 29 21:39:21.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71602024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.777 INFO O| May 29 21:39:21.777 INFO STEP 1002 (remove_files) COMPLETE
71612024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.777 INFO O| May 29 21:39:21.777 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.836 INFO O| May 29 21:39:21.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71632024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.836 INFO O| May 29 21:39:21.836 INFO STEP 1003 (remove_files) COMPLETE
71642024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.836 INFO O| May 29 21:39:21.836 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.884 INFO O| May 29 21:39:21.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71662024-05-29T21:39:23.453Z[ recovery-image] May 29 21:39:21.884 INFO O| May 29 21:39:21.884 INFO STEP 1004 (remove_files) COMPLETE
71672024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.884 INFO O| May 29 21:39:21.884 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.905 INFO O| May 29 21:39:21.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71692024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.905 INFO O| May 29 21:39:21.905 INFO STEP 1005 (remove_files) COMPLETE
71702024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.905 INFO O| May 29 21:39:21.905 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.936 INFO O| May 29 21:39:21.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71722024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.936 INFO O| May 29 21:39:21.936 INFO STEP 1006 (remove_files) COMPLETE
71732024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.937 INFO O| May 29 21:39:21.937 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.958 INFO O| May 29 21:39:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71752024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.958 INFO O| May 29 21:39:21.958 INFO STEP 1007 (remove_files) COMPLETE
71762024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.958 INFO O| May 29 21:39:21.958 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.976 INFO O| May 29 21:39:21.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71782024-05-29T21:39:23.454Z[ recovery-image] May 29 21:39:21.977 INFO O| May 29 21:39:21.977 INFO STEP 1008 (remove_files) COMPLETE
71792024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:21.977 INFO O| May 29 21:39:21.977 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:21.996 INFO O| May 29 21:39:21.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71812024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:21.996 INFO O| May 29 21:39:21.996 INFO STEP 1009 (remove_files) COMPLETE
71822024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:21.996 INFO O| May 29 21:39:21.996 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.019 INFO O| May 29 21:39:22.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71842024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.020 INFO O| May 29 21:39:22.020 INFO STEP 1010 (remove_files) COMPLETE
71852024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.020 INFO O| May 29 21:39:22.020 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.040 INFO O| May 29 21:39:22.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71872024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.040 INFO O| May 29 21:39:22.040 INFO STEP 1011 (remove_files) COMPLETE
71882024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.040 INFO O| May 29 21:39:22.040 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.062 INFO O| May 29 21:39:22.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71902024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.062 INFO O| May 29 21:39:22.062 INFO STEP 1012 (remove_files) COMPLETE
71912024-05-29T21:39:23.455Z[ recovery-image] May 29 21:39:22.062 INFO O| May 29 21:39:22.062 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-05-29T21:39:23.466Z[ recovery-image] May 29 21:39:22.083 INFO O| May 29 21:39:22.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71932024-05-29T21:39:23.472Z[ recovery-image] May 29 21:39:22.083 INFO O| May 29 21:39:22.083 INFO STEP 1013 (remove_files) COMPLETE
71942024-05-29T21:39:23.472Z[ recovery-image] May 29 21:39:22.083 INFO O| May 29 21:39:22.083 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-05-29T21:39:23.485Z[ recovery-image] May 29 21:39:22.103 INFO O| May 29 21:39:22.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71962024-05-29T21:39:23.490Z[ recovery-image] May 29 21:39:22.104 INFO O| May 29 21:39:22.104 INFO STEP 1014 (remove_files) COMPLETE
71972024-05-29T21:39:23.490Z[ recovery-image] May 29 21:39:22.104 INFO O| May 29 21:39:22.104 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-05-29T21:39:23.518Z[ recovery-image] May 29 21:39:22.137 INFO O| May 29 21:39:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71992024-05-29T21:39:23.522Z[ recovery-image] May 29 21:39:22.137 INFO O| May 29 21:39:22.137 INFO STEP 1015 (remove_files) COMPLETE
72002024-05-29T21:39:23.522Z[ recovery-image] May 29 21:39:22.137 INFO O| May 29 21:39:22.137 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-05-29T21:39:23.552Z[ recovery-image] May 29 21:39:22.158 INFO O| May 29 21:39:22.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72022024-05-29T21:39:23.555Z[ recovery-image] May 29 21:39:22.159 INFO O| May 29 21:39:22.158 INFO STEP 1016 (remove_files) COMPLETE
72032024-05-29T21:39:23.555Z[ recovery-image] May 29 21:39:22.159 INFO O| May 29 21:39:22.159 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-05-29T21:39:23.561Z[ recovery-image] May 29 21:39:22.179 INFO O| May 29 21:39:22.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72052024-05-29T21:39:23.564Z[ recovery-image] May 29 21:39:22.179 INFO O| May 29 21:39:22.179 INFO STEP 1017 (remove_files) COMPLETE
72062024-05-29T21:39:23.565Z[ recovery-image] May 29 21:39:22.179 INFO O| May 29 21:39:22.179 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-05-29T21:39:23.584Z[ recovery-image] May 29 21:39:22.199 INFO O| May 29 21:39:22.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72082024-05-29T21:39:23.587Z[ recovery-image] May 29 21:39:22.200 INFO O| May 29 21:39:22.199 INFO STEP 1018 (remove_files) COMPLETE
72092024-05-29T21:39:23.587Z[ recovery-image] May 29 21:39:22.200 INFO O| May 29 21:39:22.200 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-05-29T21:39:23.600Z[ recovery-image] May 29 21:39:22.219 INFO O| May 29 21:39:22.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72112024-05-29T21:39:23.604Z[ recovery-image] May 29 21:39:22.219 INFO O| May 29 21:39:22.219 INFO STEP 1019 (remove_files) COMPLETE
72122024-05-29T21:39:23.604Z[ recovery-image] May 29 21:39:22.219 INFO O| May 29 21:39:22.219 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-05-29T21:39:23.619Z[ recovery-image] May 29 21:39:22.238 INFO O| May 29 21:39:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72142024-05-29T21:39:23.623Z[ recovery-image] May 29 21:39:22.241 INFO O| May 29 21:39:22.241 INFO STEP 1020 (remove_files) COMPLETE
72152024-05-29T21:39:23.623Z[ recovery-image] May 29 21:39:22.241 INFO O| May 29 21:39:22.241 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-05-29T21:39:23.641Z[ recovery-image] May 29 21:39:22.260 INFO O| May 29 21:39:22.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72172024-05-29T21:39:23.645Z[ recovery-image] May 29 21:39:22.260 INFO O| May 29 21:39:22.260 INFO STEP 1021 (remove_files) COMPLETE
72182024-05-29T21:39:23.645Z[ recovery-image] May 29 21:39:22.260 INFO O| May 29 21:39:22.260 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-05-29T21:39:23.660Z[ recovery-image] May 29 21:39:22.279 INFO O| May 29 21:39:22.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72202024-05-29T21:39:23.663Z[ recovery-image] May 29 21:39:22.279 INFO O| May 29 21:39:22.279 INFO STEP 1022 (remove_files) COMPLETE
72212024-05-29T21:39:23.663Z[ recovery-image] May 29 21:39:22.279 INFO O| May 29 21:39:22.279 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-05-29T21:39:23.678Z[ recovery-image] May 29 21:39:22.297 INFO O| May 29 21:39:22.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72232024-05-29T21:39:23.681Z[ recovery-image] May 29 21:39:22.297 INFO O| May 29 21:39:22.297 INFO STEP 1023 (remove_files) COMPLETE
72242024-05-29T21:39:23.681Z[ recovery-image] May 29 21:39:22.297 INFO O| May 29 21:39:22.297 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-05-29T21:39:23.695Z[ recovery-image] May 29 21:39:22.314 INFO O| May 29 21:39:22.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72262024-05-29T21:39:23.698Z[ recovery-image] May 29 21:39:22.315 INFO O| May 29 21:39:22.315 INFO STEP 1024 (remove_files) COMPLETE
72272024-05-29T21:39:23.699Z[ recovery-image] May 29 21:39:22.315 INFO O| May 29 21:39:22.315 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-05-29T21:39:23.717Z[ recovery-image] May 29 21:39:22.332 INFO O| May 29 21:39:22.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72292024-05-29T21:39:23.720Z[ recovery-image] May 29 21:39:22.333 INFO O| May 29 21:39:22.333 INFO STEP 1025 (remove_files) COMPLETE
72302024-05-29T21:39:23.720Z[ recovery-image] May 29 21:39:22.333 INFO O| May 29 21:39:22.333 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-05-29T21:39:23.734Z[ recovery-image] May 29 21:39:22.351 INFO O| May 29 21:39:22.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72322024-05-29T21:39:23.737Z[ recovery-image] May 29 21:39:22.351 INFO O| May 29 21:39:22.351 INFO STEP 1026 (remove_files) COMPLETE
72332024-05-29T21:39:23.737Z[ recovery-image] May 29 21:39:22.351 INFO O| May 29 21:39:22.351 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-05-29T21:39:23.751Z[ recovery-image] May 29 21:39:22.369 INFO O| May 29 21:39:22.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72352024-05-29T21:39:23.754Z[ recovery-image] May 29 21:39:22.370 INFO O| May 29 21:39:22.370 INFO STEP 1027 (remove_files) COMPLETE
72362024-05-29T21:39:23.754Z[ recovery-image] May 29 21:39:22.370 INFO O| May 29 21:39:22.370 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-05-29T21:39:23.769Z[ recovery-image] May 29 21:39:22.388 INFO O| May 29 21:39:22.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72382024-05-29T21:39:23.772Z[ recovery-image] May 29 21:39:22.388 INFO O| May 29 21:39:22.388 INFO STEP 1028 (remove_files) COMPLETE
72392024-05-29T21:39:23.772Z[ recovery-image] May 29 21:39:22.388 INFO O| May 29 21:39:22.388 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-05-29T21:39:23.793Z[ recovery-image] May 29 21:39:22.409 INFO O| May 29 21:39:22.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72412024-05-29T21:39:23.799Z[ recovery-image] May 29 21:39:22.409 INFO O| May 29 21:39:22.409 INFO STEP 1029 (remove_files) COMPLETE
72422024-05-29T21:39:23.799Z[ recovery-image] May 29 21:39:22.409 INFO O| May 29 21:39:22.409 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-05-29T21:39:23.808Z[ recovery-image] May 29 21:39:22.426 INFO O| May 29 21:39:22.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72442024-05-29T21:39:23.811Z[ recovery-image] May 29 21:39:22.427 INFO O| May 29 21:39:22.427 INFO STEP 1030 (remove_files) COMPLETE
72452024-05-29T21:39:23.811Z[ recovery-image] May 29 21:39:22.427 INFO O| May 29 21:39:22.427 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-05-29T21:39:23.848Z[ recovery-image] May 29 21:39:22.444 INFO O| May 29 21:39:22.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72472024-05-29T21:39:23.848Z[ recovery-image] May 29 21:39:22.444 INFO O| May 29 21:39:22.444 INFO STEP 1031 (remove_files) COMPLETE
72482024-05-29T21:39:23.848Z[ recovery-image] May 29 21:39:22.444 INFO O| May 29 21:39:22.444 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-05-29T21:39:23.862Z[ recovery-image] May 29 21:39:22.463 INFO O| May 29 21:39:22.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72502024-05-29T21:39:23.862Z[ recovery-image] May 29 21:39:22.463 INFO O| May 29 21:39:22.463 INFO STEP 1032 (remove_files) COMPLETE
72512024-05-29T21:39:23.862Z[ recovery-image] May 29 21:39:22.463 INFO O| May 29 21:39:22.463 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-05-29T21:39:23.867Z[ recovery-image] May 29 21:39:22.483 INFO O| May 29 21:39:22.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72532024-05-29T21:39:23.867Z[ recovery-image] May 29 21:39:22.483 INFO O| May 29 21:39:22.483 INFO STEP 1033 (remove_files) COMPLETE
72542024-05-29T21:39:23.867Z[ recovery-image] May 29 21:39:22.483 INFO O| May 29 21:39:22.483 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-05-29T21:39:23.885Z[ recovery-image] May 29 21:39:22.504 INFO O| May 29 21:39:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72562024-05-29T21:39:23.885Z[ recovery-image] May 29 21:39:22.504 INFO O| May 29 21:39:22.504 INFO STEP 1034 (remove_files) COMPLETE
72572024-05-29T21:39:23.885Z[ recovery-image] May 29 21:39:22.504 INFO O| May 29 21:39:22.504 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-05-29T21:39:23.905Z[ recovery-image] May 29 21:39:22.524 INFO O| May 29 21:39:22.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72592024-05-29T21:39:23.905Z[ recovery-image] May 29 21:39:22.524 INFO O| May 29 21:39:22.524 INFO STEP 1035 (remove_files) COMPLETE
72602024-05-29T21:39:23.905Z[ recovery-image] May 29 21:39:22.524 INFO O| May 29 21:39:22.524 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-05-29T21:39:23.927Z[ recovery-image] May 29 21:39:22.545 INFO O| May 29 21:39:22.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72622024-05-29T21:39:23.927Z[ recovery-image] May 29 21:39:22.545 INFO O| May 29 21:39:22.545 INFO STEP 1036 (remove_files) COMPLETE
72632024-05-29T21:39:23.927Z[ recovery-image] May 29 21:39:22.545 INFO O| May 29 21:39:22.545 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-05-29T21:39:23.955Z[ recovery-image] May 29 21:39:22.574 INFO O| May 29 21:39:22.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72652024-05-29T21:39:23.958Z[ recovery-image] May 29 21:39:22.574 INFO O| May 29 21:39:22.574 INFO STEP 1037 (remove_files) COMPLETE
72662024-05-29T21:39:23.958Z[ recovery-image] May 29 21:39:22.574 INFO O| May 29 21:39:22.574 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-05-29T21:39:24.007Z[ recovery-image] May 29 21:39:22.625 INFO O| May 29 21:39:22.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72682024-05-29T21:39:24.007Z[ recovery-image] May 29 21:39:22.625 INFO O| May 29 21:39:22.625 INFO STEP 1038 (remove_files) COMPLETE
72692024-05-29T21:39:24.007Z[ recovery-image] May 29 21:39:22.625 INFO O| May 29 21:39:22.625 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-05-29T21:39:24.045Z[ recovery-image] May 29 21:39:22.663 INFO O| May 29 21:39:22.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72712024-05-29T21:39:24.045Z[ recovery-image] May 29 21:39:22.663 INFO O| May 29 21:39:22.663 INFO STEP 1039 (remove_files) COMPLETE
72722024-05-29T21:39:24.045Z[ recovery-image] May 29 21:39:22.663 INFO O| May 29 21:39:22.663 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-05-29T21:39:24.068Z[ recovery-image] May 29 21:39:22.687 INFO O| May 29 21:39:22.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72742024-05-29T21:39:24.068Z[ recovery-image] May 29 21:39:22.687 INFO O| May 29 21:39:22.687 INFO STEP 1040 (remove_files) COMPLETE
72752024-05-29T21:39:24.068Z[ recovery-image] May 29 21:39:22.687 INFO O| May 29 21:39:22.687 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-05-29T21:39:24.085Z[ recovery-image] May 29 21:39:22.704 INFO O| May 29 21:39:22.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72772024-05-29T21:39:24.106Z[ recovery-image] May 29 21:39:22.724 INFO O| May 29 21:39:22.724 INFO STEP 1041 (remove_files) COMPLETE
72782024-05-29T21:39:24.106Z[ recovery-image] May 29 21:39:22.724 INFO O| May 29 21:39:22.724 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-05-29T21:39:24.144Z[ recovery-image] May 29 21:39:22.763 INFO O| May 29 21:39:22.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72802024-05-29T21:39:24.144Z[ recovery-image] May 29 21:39:22.763 INFO O| May 29 21:39:22.763 INFO STEP 1042 (remove_files) COMPLETE
72812024-05-29T21:39:24.144Z[ recovery-image] May 29 21:39:22.763 INFO O| May 29 21:39:22.763 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-05-29T21:39:24.163Z[ recovery-image] May 29 21:39:22.781 INFO O| May 29 21:39:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72832024-05-29T21:39:24.163Z[ recovery-image] May 29 21:39:22.782 INFO O| May 29 21:39:22.782 INFO STEP 1043 (remove_files) COMPLETE
72842024-05-29T21:39:24.169Z[ recovery-image] May 29 21:39:22.782 INFO O| May 29 21:39:22.782 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-05-29T21:39:24.200Z[ recovery-image] May 29 21:39:22.819 INFO O| May 29 21:39:22.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72862024-05-29T21:39:24.200Z[ recovery-image] May 29 21:39:22.819 INFO O| May 29 21:39:22.819 INFO STEP 1044 (remove_files) COMPLETE
72872024-05-29T21:39:24.200Z[ recovery-image] May 29 21:39:22.819 INFO O| May 29 21:39:22.819 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-05-29T21:39:24.219Z[ recovery-image] May 29 21:39:22.838 INFO O| May 29 21:39:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72892024-05-29T21:39:24.222Z[ recovery-image] May 29 21:39:22.838 INFO O| May 29 21:39:22.838 INFO STEP 1045 (remove_files) COMPLETE
72902024-05-29T21:39:24.222Z[ recovery-image] May 29 21:39:22.838 INFO O| May 29 21:39:22.838 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-05-29T21:39:24.237Z[ recovery-image] May 29 21:39:22.855 INFO O| May 29 21:39:22.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72922024-05-29T21:39:24.237Z[ recovery-image] May 29 21:39:22.856 INFO O| May 29 21:39:22.856 INFO STEP 1046 (remove_files) COMPLETE
72932024-05-29T21:39:24.237Z[ recovery-image] May 29 21:39:22.856 INFO O| May 29 21:39:22.856 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-05-29T21:39:24.264Z[ recovery-image] May 29 21:39:22.873 INFO O| May 29 21:39:22.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72952024-05-29T21:39:24.264Z[ recovery-image] May 29 21:39:22.873 INFO O| May 29 21:39:22.873 INFO STEP 1047 (remove_files) COMPLETE
72962024-05-29T21:39:24.264Z[ recovery-image] May 29 21:39:22.873 INFO O| May 29 21:39:22.873 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-05-29T21:39:24.272Z[ recovery-image] May 29 21:39:22.891 INFO O| May 29 21:39:22.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72982024-05-29T21:39:24.272Z[ recovery-image] May 29 21:39:22.891 INFO O| May 29 21:39:22.891 INFO STEP 1048 (remove_files) COMPLETE
72992024-05-29T21:39:24.272Z[ recovery-image] May 29 21:39:22.891 INFO O| May 29 21:39:22.891 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-05-29T21:39:24.291Z[ recovery-image] May 29 21:39:22.909 INFO O| May 29 21:39:22.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73012024-05-29T21:39:24.291Z[ recovery-image] May 29 21:39:22.909 INFO O| May 29 21:39:22.909 INFO STEP 1049 (remove_files) COMPLETE
73022024-05-29T21:39:24.291Z[ recovery-image] May 29 21:39:22.909 INFO O| May 29 21:39:22.909 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-05-29T21:39:24.328Z[ recovery-image] May 29 21:39:22.946 INFO O| May 29 21:39:22.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73042024-05-29T21:39:24.352Z[ recovery-image] May 29 21:39:22.971 INFO O| May 29 21:39:22.971 INFO STEP 1050 (remove_files) COMPLETE
73052024-05-29T21:39:24.352Z[ recovery-image] May 29 21:39:22.971 INFO O| May 29 21:39:22.971 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-05-29T21:39:24.407Z[ recovery-image] May 29 21:39:23.026 INFO O| May 29 21:39:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73072024-05-29T21:39:24.407Z[ recovery-image] May 29 21:39:23.026 INFO O| May 29 21:39:23.026 INFO STEP 1051 (remove_files) COMPLETE
73082024-05-29T21:39:24.410Z[ recovery-image] May 29 21:39:23.026 INFO O| May 29 21:39:23.026 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-05-29T21:39:24.433Z[ recovery-image] May 29 21:39:23.052 INFO O| May 29 21:39:23.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73102024-05-29T21:39:24.433Z[ recovery-image] May 29 21:39:23.052 INFO O| May 29 21:39:23.052 INFO STEP 1052 (remove_files) COMPLETE
73112024-05-29T21:39:24.433Z[ recovery-image] May 29 21:39:23.052 INFO O| May 29 21:39:23.052 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-05-29T21:39:24.456Z[ recovery-image] May 29 21:39:23.074 INFO O| May 29 21:39:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73132024-05-29T21:39:24.456Z[ recovery-image] May 29 21:39:23.074 INFO O| May 29 21:39:23.074 INFO STEP 1053 (remove_files) COMPLETE
73142024-05-29T21:39:24.456Z[ recovery-image] May 29 21:39:23.074 INFO O| May 29 21:39:23.074 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-05-29T21:39:24.477Z[ recovery-image] May 29 21:39:23.096 INFO O| May 29 21:39:23.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73162024-05-29T21:39:24.477Z[ recovery-image] May 29 21:39:23.096 INFO O| May 29 21:39:23.096 INFO STEP 1054 (remove_files) COMPLETE
73172024-05-29T21:39:24.477Z[ recovery-image] May 29 21:39:23.096 INFO O| May 29 21:39:23.096 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-05-29T21:39:24.497Z[ recovery-image] May 29 21:39:23.116 INFO O| May 29 21:39:23.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73192024-05-29T21:39:24.497Z[ recovery-image] May 29 21:39:23.116 INFO O| May 29 21:39:23.116 INFO STEP 1055 (remove_files) COMPLETE
73202024-05-29T21:39:24.497Z[ recovery-image] May 29 21:39:23.116 INFO O| May 29 21:39:23.116 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-05-29T21:39:24.544Z[ recovery-image] May 29 21:39:23.146 INFO O| May 29 21:39:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73222024-05-29T21:39:24.544Z[ recovery-image] May 29 21:39:23.146 INFO O| May 29 21:39:23.146 INFO STEP 1056 (remove_files) COMPLETE
73232024-05-29T21:39:24.547Z[ recovery-image] May 29 21:39:23.147 INFO O| May 29 21:39:23.146 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-05-29T21:39:24.617Z[ recovery-image] May 29 21:39:23.234 INFO O| May 29 21:39:23.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73252024-05-29T21:39:24.620Z[ recovery-image] May 29 21:39:23.234 INFO O| May 29 21:39:23.234 INFO STEP 1057 (remove_files) COMPLETE
73262024-05-29T21:39:24.620Z[ recovery-image] May 29 21:39:23.234 INFO O| May 29 21:39:23.234 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-05-29T21:39:24.636Z[ recovery-image] May 29 21:39:23.255 INFO O| May 29 21:39:23.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73282024-05-29T21:39:24.639Z[ recovery-image] May 29 21:39:23.255 INFO O| May 29 21:39:23.255 INFO STEP 1058 (remove_files) COMPLETE
73292024-05-29T21:39:24.639Z[ recovery-image] May 29 21:39:23.255 INFO O| May 29 21:39:23.255 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-05-29T21:39:24.658Z[ recovery-image] May 29 21:39:23.274 INFO O| May 29 21:39:23.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73312024-05-29T21:39:24.662Z[ recovery-image] May 29 21:39:23.274 INFO O| May 29 21:39:23.274 INFO STEP 1059 (remove_files) COMPLETE
73322024-05-29T21:39:24.662Z[ recovery-image] May 29 21:39:23.275 INFO O| May 29 21:39:23.274 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-05-29T21:39:24.673Z[ recovery-image] May 29 21:39:23.292 INFO O| May 29 21:39:23.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73342024-05-29T21:39:24.677Z[ recovery-image] May 29 21:39:23.292 INFO O| May 29 21:39:23.292 INFO STEP 1060 (remove_files) COMPLETE
73352024-05-29T21:39:24.677Z[ recovery-image] May 29 21:39:23.292 INFO O| May 29 21:39:23.292 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-05-29T21:39:24.698Z[ recovery-image] May 29 21:39:23.316 INFO O| May 29 21:39:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73372024-05-29T21:39:24.698Z[ recovery-image] May 29 21:39:23.316 INFO O| May 29 21:39:23.316 INFO STEP 1061 (remove_files) COMPLETE
73382024-05-29T21:39:24.698Z[ recovery-image] May 29 21:39:23.316 INFO O| May 29 21:39:23.316 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-05-29T21:39:24.735Z[ recovery-image] May 29 21:39:23.353 INFO O| May 29 21:39:23.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73402024-05-29T21:39:24.735Z[ recovery-image] May 29 21:39:23.353 INFO O| May 29 21:39:23.353 INFO STEP 1062 (remove_files) COMPLETE
73412024-05-29T21:39:24.735Z[ recovery-image] May 29 21:39:23.353 INFO O| May 29 21:39:23.353 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-05-29T21:39:24.753Z[ recovery-image] May 29 21:39:23.371 INFO O| May 29 21:39:23.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73432024-05-29T21:39:24.753Z[ recovery-image] May 29 21:39:23.371 INFO O| May 29 21:39:23.371 INFO STEP 1063 (remove_files) COMPLETE
73442024-05-29T21:39:24.753Z[ recovery-image] May 29 21:39:23.371 INFO O| May 29 21:39:23.371 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-05-29T21:39:24.798Z[ recovery-image] May 29 21:39:23.404 INFO O| May 29 21:39:23.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73462024-05-29T21:39:24.798Z[ recovery-image] May 29 21:39:23.404 INFO O| May 29 21:39:23.404 INFO STEP 1064 (remove_files) COMPLETE
73472024-05-29T21:39:24.803Z[ recovery-image] May 29 21:39:23.405 INFO O| May 29 21:39:23.405 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-05-29T21:39:24.806Z[ recovery-image] May 29 21:39:23.424 INFO O| May 29 21:39:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73492024-05-29T21:39:24.809Z[ recovery-image] May 29 21:39:23.424 INFO O| May 29 21:39:23.424 INFO STEP 1065 (remove_files) COMPLETE
73502024-05-29T21:39:24.809Z[ recovery-image] May 29 21:39:23.425 INFO O| May 29 21:39:23.424 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-05-29T21:39:24.825Z[ recovery-image] May 29 21:39:23.443 INFO O| May 29 21:39:23.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73522024-05-29T21:39:24.829Z[ recovery-image] May 29 21:39:23.443 INFO O| May 29 21:39:23.443 INFO STEP 1066 (remove_files) COMPLETE
73532024-05-29T21:39:24.829Z[ recovery-image] May 29 21:39:23.444 INFO O| May 29 21:39:23.444 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-05-29T21:39:24.896Z[ recovery-image] May 29 21:39:23.511 INFO O| May 29 21:39:23.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73552024-05-29T21:39:24.896Z[ recovery-image] May 29 21:39:23.511 INFO O| May 29 21:39:23.511 INFO STEP 1067 (remove_files) COMPLETE
73562024-05-29T21:39:24.896Z[ recovery-image] May 29 21:39:23.511 INFO O| May 29 21:39:23.511 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-05-29T21:39:24.966Z[ recovery-image] May 29 21:39:23.581 INFO O| May 29 21:39:23.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73582024-05-29T21:39:24.966Z[ recovery-image] May 29 21:39:23.582 INFO O| May 29 21:39:23.582 INFO STEP 1068 (remove_files) COMPLETE
73592024-05-29T21:39:24.966Z[ recovery-image] May 29 21:39:23.582 INFO O| May 29 21:39:23.582 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-05-29T21:39:24.983Z[ recovery-image] May 29 21:39:23.600 INFO O| May 29 21:39:23.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73612024-05-29T21:39:24.983Z[ recovery-image] May 29 21:39:23.601 INFO O| May 29 21:39:23.601 INFO STEP 1069 (remove_files) COMPLETE
73622024-05-29T21:39:24.983Z[ recovery-image] May 29 21:39:23.601 INFO O| May 29 21:39:23.601 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-05-29T21:39:25.015Z[ recovery-image] May 29 21:39:23.633 INFO O| May 29 21:39:23.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73642024-05-29T21:39:25.015Z[ recovery-image] May 29 21:39:23.633 INFO O| May 29 21:39:23.633 INFO STEP 1070 (remove_files) COMPLETE
73652024-05-29T21:39:25.015Z[ recovery-image] May 29 21:39:23.633 INFO O| May 29 21:39:23.633 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-05-29T21:39:25.034Z[ recovery-image] May 29 21:39:23.653 INFO O| May 29 21:39:23.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73672024-05-29T21:39:25.034Z[ recovery-image] May 29 21:39:23.653 INFO O| May 29 21:39:23.653 INFO STEP 1071 (remove_files) COMPLETE
73682024-05-29T21:39:25.034Z[ recovery-image] May 29 21:39:23.653 INFO O| May 29 21:39:23.653 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-05-29T21:39:25.067Z[ recovery-image] May 29 21:39:23.686 INFO O| May 29 21:39:23.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73702024-05-29T21:39:25.067Z[ recovery-image] May 29 21:39:23.686 INFO O| May 29 21:39:23.686 INFO STEP 1072 (remove_files) COMPLETE
73712024-05-29T21:39:25.070Z[ recovery-image] May 29 21:39:23.686 INFO O| May 29 21:39:23.686 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-05-29T21:39:25.085Z[ recovery-image] May 29 21:39:23.704 INFO O| May 29 21:39:23.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73732024-05-29T21:39:25.086Z[ recovery-image] May 29 21:39:23.704 INFO O| May 29 21:39:23.704 INFO STEP 1073 (remove_files) COMPLETE
73742024-05-29T21:39:25.089Z[ recovery-image] May 29 21:39:23.704 INFO O| May 29 21:39:23.704 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-05-29T21:39:25.121Z[ recovery-image] May 29 21:39:23.740 INFO O| May 29 21:39:23.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73762024-05-29T21:39:25.121Z[ recovery-image] May 29 21:39:23.740 INFO O| May 29 21:39:23.740 INFO STEP 1074 (remove_files) COMPLETE
73772024-05-29T21:39:25.534Z[ recovery-image] May 29 21:39:23.740 INFO O| May 29 21:39:23.740 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-05-29T21:39:25.560Z[ recovery-image] May 29 21:39:23.774 INFO O| May 29 21:39:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73792024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.774 INFO O| May 29 21:39:23.774 INFO STEP 1075 (remove_files) COMPLETE
73802024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.774 INFO O| May 29 21:39:23.774 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.793 INFO O| May 29 21:39:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73822024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.793 INFO O| May 29 21:39:23.793 INFO STEP 1076 (remove_files) COMPLETE
73832024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.794 INFO O| May 29 21:39:23.793 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.834 INFO O| May 29 21:39:23.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73852024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.834 INFO O| May 29 21:39:23.834 INFO STEP 1077 (remove_files) COMPLETE
73862024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.834 INFO O| May 29 21:39:23.834 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.901 INFO O| May 29 21:39:23.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73882024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.901 INFO O| May 29 21:39:23.901 INFO STEP 1078 (remove_files) COMPLETE
73892024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.901 INFO O| May 29 21:39:23.901 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.920 INFO O| May 29 21:39:23.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73912024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.921 INFO O| May 29 21:39:23.921 INFO STEP 1079 (remove_files) COMPLETE
73922024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.921 INFO O| May 29 21:39:23.921 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.950 INFO O| May 29 21:39:23.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73942024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.950 INFO O| May 29 21:39:23.950 INFO STEP 1080 (remove_files) COMPLETE
73952024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.951 INFO O| May 29 21:39:23.950 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.969 INFO O| May 29 21:39:23.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73972024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.990 INFO O| May 29 21:39:23.990 INFO STEP 1081 (remove_files) COMPLETE
73982024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:23.990 INFO O| May 29 21:39:23.990 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-05-29T21:39:25.561Z[ recovery-image] May 29 21:39:24.023 INFO O| May 29 21:39:24.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74002024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.023 INFO O| May 29 21:39:24.023 INFO STEP 1082 (remove_files) COMPLETE
74012024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.023 INFO O| May 29 21:39:24.023 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.049 INFO O| May 29 21:39:24.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74032024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.049 INFO O| May 29 21:39:24.049 INFO STEP 1083 (remove_files) COMPLETE
74042024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.049 INFO O| May 29 21:39:24.049 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.105 INFO O| May 29 21:39:24.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74062024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.106 INFO O| May 29 21:39:24.106 INFO STEP 1084 (remove_files) COMPLETE
74072024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.106 INFO O| May 29 21:39:24.106 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.124 INFO O| May 29 21:39:24.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74092024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.124 INFO O| May 29 21:39:24.124 INFO STEP 1085 (remove_files) COMPLETE
74102024-05-29T21:39:25.562Z[ recovery-image] May 29 21:39:24.124 INFO O| May 29 21:39:24.124 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-05-29T21:39:25.570Z[ recovery-image] May 29 21:39:24.160 INFO O| May 29 21:39:24.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74122024-05-29T21:39:25.570Z[ recovery-image] May 29 21:39:24.160 INFO O| May 29 21:39:24.160 INFO STEP 1086 (remove_files) COMPLETE
74132024-05-29T21:39:25.571Z[ recovery-image] May 29 21:39:24.160 INFO O| May 29 21:39:24.160 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-05-29T21:39:25.571Z[ recovery-image] May 29 21:39:24.179 INFO O| May 29 21:39:24.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74152024-05-29T21:39:25.571Z[ recovery-image] May 29 21:39:24.180 INFO O| May 29 21:39:24.180 INFO STEP 1087 (remove_files) COMPLETE
74162024-05-29T21:39:25.571Z[ recovery-image] May 29 21:39:24.180 INFO O| May 29 21:39:24.180 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-05-29T21:39:25.598Z[ recovery-image] May 29 21:39:24.212 INFO O| May 29 21:39:24.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74182024-05-29T21:39:25.604Z[ recovery-image] May 29 21:39:24.212 INFO O| May 29 21:39:24.212 INFO STEP 1088 (remove_files) COMPLETE
74192024-05-29T21:39:25.604Z[ recovery-image] May 29 21:39:24.213 INFO O| May 29 21:39:24.212 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-05-29T21:39:25.613Z[ recovery-image] May 29 21:39:24.232 INFO O| May 29 21:39:24.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74212024-05-29T21:39:25.616Z[ recovery-image] May 29 21:39:24.232 INFO O| May 29 21:39:24.232 INFO STEP 1089 (remove_files) COMPLETE
74222024-05-29T21:39:25.616Z[ recovery-image] May 29 21:39:24.232 INFO O| May 29 21:39:24.232 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-05-29T21:39:25.633Z[ recovery-image] May 29 21:39:24.251 INFO O| May 29 21:39:24.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74242024-05-29T21:39:25.636Z[ recovery-image] May 29 21:39:24.251 INFO O| May 29 21:39:24.251 INFO STEP 1090 (remove_files) COMPLETE
74252024-05-29T21:39:25.636Z[ recovery-image] May 29 21:39:24.251 INFO O| May 29 21:39:24.251 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-05-29T21:39:25.693Z[ recovery-image] May 29 21:39:24.311 INFO O| May 29 21:39:24.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74272024-05-29T21:39:25.696Z[ recovery-image] May 29 21:39:24.312 INFO O| May 29 21:39:24.311 INFO STEP 1091 (remove_files) COMPLETE
74282024-05-29T21:39:25.696Z[ recovery-image] May 29 21:39:24.312 INFO O| May 29 21:39:24.312 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-05-29T21:39:25.770Z[ recovery-image] May 29 21:39:24.347 INFO O| May 29 21:39:24.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74302024-05-29T21:39:25.771Z[ recovery-image] May 29 21:39:24.347 INFO O| May 29 21:39:24.347 INFO STEP 1092 (remove_files) COMPLETE
74312024-05-29T21:39:25.775Z[ recovery-image] May 29 21:39:24.347 INFO O| May 29 21:39:24.347 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-05-29T21:39:25.775Z[ recovery-image] May 29 21:39:24.367 INFO O| May 29 21:39:24.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74332024-05-29T21:39:25.775Z[ recovery-image] May 29 21:39:24.367 INFO O| May 29 21:39:24.367 INFO STEP 1093 (remove_files) COMPLETE
74342024-05-29T21:39:25.775Z[ recovery-image] May 29 21:39:24.367 INFO O| May 29 21:39:24.367 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-05-29T21:39:25.807Z[ recovery-image] May 29 21:39:24.425 INFO O| May 29 21:39:24.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74362024-05-29T21:39:25.808Z[ recovery-image] May 29 21:39:24.425 INFO O| May 29 21:39:24.425 INFO STEP 1094 (remove_files) COMPLETE
74372024-05-29T21:39:25.808Z[ recovery-image] May 29 21:39:24.425 INFO O| May 29 21:39:24.425 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-05-29T21:39:25.827Z[ recovery-image] May 29 21:39:24.445 INFO O| May 29 21:39:24.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74392024-05-29T21:39:25.827Z[ recovery-image] May 29 21:39:24.445 INFO O| May 29 21:39:24.445 INFO STEP 1095 (remove_files) COMPLETE
74402024-05-29T21:39:25.827Z[ recovery-image] May 29 21:39:24.445 INFO O| May 29 21:39:24.445 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-05-29T21:39:25.846Z[ recovery-image] May 29 21:39:24.464 INFO O| May 29 21:39:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74422024-05-29T21:39:25.846Z[ recovery-image] May 29 21:39:24.464 INFO O| May 29 21:39:24.464 INFO STEP 1096 (remove_files) COMPLETE
74432024-05-29T21:39:25.846Z[ recovery-image] May 29 21:39:24.464 INFO O| May 29 21:39:24.464 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-05-29T21:39:25.959Z[ recovery-image] May 29 21:39:24.577 INFO O| May 29 21:39:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74452024-05-29T21:39:25.962Z[ recovery-image] May 29 21:39:24.577 INFO O| May 29 21:39:24.577 INFO STEP 1097 (remove_files) COMPLETE
74462024-05-29T21:39:25.962Z[ recovery-image] May 29 21:39:24.577 INFO O| May 29 21:39:24.577 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-05-29T21:39:25.983Z[ recovery-image] May 29 21:39:24.596 INFO O| May 29 21:39:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74482024-05-29T21:39:25.986Z[ recovery-image] May 29 21:39:24.596 INFO O| May 29 21:39:24.596 INFO STEP 1098 (remove_files) COMPLETE
74492024-05-29T21:39:25.986Z[ recovery-image] May 29 21:39:24.596 INFO O| May 29 21:39:24.596 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-05-29T21:39:25.997Z[ recovery-image] May 29 21:39:24.615 INFO O| May 29 21:39:24.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74512024-05-29T21:39:25.997Z[ recovery-image] May 29 21:39:24.615 INFO O| May 29 21:39:24.615 INFO STEP 1099 (remove_files) COMPLETE
74522024-05-29T21:39:25.997Z[ recovery-image] May 29 21:39:24.615 INFO O| May 29 21:39:24.615 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-05-29T21:39:26.034Z[ recovery-image] May 29 21:39:24.653 INFO O| May 29 21:39:24.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74542024-05-29T21:39:26.035Z[ recovery-image] May 29 21:39:24.653 INFO O| May 29 21:39:24.653 INFO STEP 1100 (remove_files) COMPLETE
74552024-05-29T21:39:26.035Z[ recovery-image] May 29 21:39:24.653 INFO O| May 29 21:39:24.653 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-05-29T21:39:26.107Z[ recovery-image] May 29 21:39:24.722 INFO O| May 29 21:39:24.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74572024-05-29T21:39:26.107Z[ recovery-image] May 29 21:39:24.722 INFO O| May 29 21:39:24.722 INFO STEP 1101 (remove_files) COMPLETE
74582024-05-29T21:39:26.107Z[ recovery-image] May 29 21:39:24.722 INFO O| May 29 21:39:24.722 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-05-29T21:39:26.169Z[ recovery-image] May 29 21:39:24.741 INFO O| May 29 21:39:24.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74602024-05-29T21:39:26.169Z[ recovery-image] May 29 21:39:24.742 INFO O| May 29 21:39:24.742 INFO STEP 1102 (remove_files) COMPLETE
74612024-05-29T21:39:26.169Z[ recovery-image] May 29 21:39:24.742 INFO O| May 29 21:39:24.742 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-05-29T21:39:26.189Z[ recovery-image] May 29 21:39:24.802 INFO O| May 29 21:39:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74632024-05-29T21:39:26.189Z[ recovery-image] May 29 21:39:24.802 INFO O| May 29 21:39:24.802 INFO STEP 1103 (remove_files) COMPLETE
74642024-05-29T21:39:26.189Z[ recovery-image] May 29 21:39:24.802 INFO O| May 29 21:39:24.802 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-05-29T21:39:26.223Z[ recovery-image] May 29 21:39:24.838 INFO O| May 29 21:39:24.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74662024-05-29T21:39:26.231Z[ recovery-image] May 29 21:39:24.838 INFO O| May 29 21:39:24.838 INFO STEP 1104 (remove_files) COMPLETE
74672024-05-29T21:39:26.231Z[ recovery-image] May 29 21:39:24.838 INFO O| May 29 21:39:24.838 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-05-29T21:39:26.243Z[ recovery-image] May 29 21:39:24.855 INFO O| May 29 21:39:24.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74692024-05-29T21:39:26.244Z[ recovery-image] May 29 21:39:24.855 INFO O| May 29 21:39:24.855 INFO STEP 1105 (remove_files) COMPLETE
74702024-05-29T21:39:26.244Z[ recovery-image] May 29 21:39:24.855 INFO O| May 29 21:39:24.855 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-05-29T21:39:26.256Z[ recovery-image] May 29 21:39:24.874 INFO O| May 29 21:39:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74722024-05-29T21:39:26.262Z[ recovery-image] May 29 21:39:24.874 INFO O| May 29 21:39:24.874 INFO STEP 1106 (remove_files) COMPLETE
74732024-05-29T21:39:26.262Z[ recovery-image] May 29 21:39:24.875 INFO O| May 29 21:39:24.875 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-05-29T21:39:26.289Z[ recovery-image] May 29 21:39:24.907 INFO O| May 29 21:39:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74752024-05-29T21:39:26.292Z[ recovery-image] May 29 21:39:24.907 INFO O| May 29 21:39:24.907 INFO STEP 1107 (remove_files) COMPLETE
74762024-05-29T21:39:26.292Z[ recovery-image] May 29 21:39:24.908 INFO O| May 29 21:39:24.908 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-05-29T21:39:26.307Z[ recovery-image] May 29 21:39:24.926 INFO O| May 29 21:39:24.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74782024-05-29T21:39:26.311Z[ recovery-image] May 29 21:39:24.926 INFO O| May 29 21:39:24.926 INFO STEP 1108 (remove_files) COMPLETE
74792024-05-29T21:39:26.311Z[ recovery-image] May 29 21:39:24.926 INFO O| May 29 21:39:24.926 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-05-29T21:39:26.326Z[ recovery-image] May 29 21:39:24.945 INFO O| May 29 21:39:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74812024-05-29T21:39:26.331Z[ recovery-image] May 29 21:39:24.945 INFO O| May 29 21:39:24.945 INFO STEP 1109 (remove_files) COMPLETE
74822024-05-29T21:39:26.331Z[ recovery-image] May 29 21:39:24.945 INFO O| May 29 21:39:24.945 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-05-29T21:39:26.365Z[ recovery-image] May 29 21:39:24.984 INFO O| May 29 21:39:24.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74842024-05-29T21:39:26.365Z[ recovery-image] May 29 21:39:24.984 INFO O| May 29 21:39:24.984 INFO STEP 1110 (remove_files) COMPLETE
74852024-05-29T21:39:26.365Z[ recovery-image] May 29 21:39:24.984 INFO O| May 29 21:39:24.984 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-05-29T21:39:26.402Z[ recovery-image] May 29 21:39:25.008 INFO O| May 29 21:39:25.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74872024-05-29T21:39:26.402Z[ recovery-image] May 29 21:39:25.008 INFO O| May 29 21:39:25.008 INFO STEP 1111 (remove_files) COMPLETE
74882024-05-29T21:39:26.416Z[ recovery-image] May 29 21:39:25.008 INFO O| May 29 21:39:25.008 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-05-29T21:39:26.420Z[ recovery-image] May 29 21:39:25.026 INFO O| May 29 21:39:25.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74902024-05-29T21:39:26.420Z[ recovery-image] May 29 21:39:25.027 INFO O| May 29 21:39:25.027 INFO STEP 1112 (remove_files) COMPLETE
74912024-05-29T21:39:26.420Z[ recovery-image] May 29 21:39:25.027 INFO O| May 29 21:39:25.027 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-05-29T21:39:26.425Z[ recovery-image] May 29 21:39:25.044 INFO O| May 29 21:39:25.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74932024-05-29T21:39:26.425Z[ recovery-image] May 29 21:39:25.044 INFO O| May 29 21:39:25.044 INFO STEP 1113 (remove_files) COMPLETE
74942024-05-29T21:39:26.428Z[ recovery-image] May 29 21:39:25.044 INFO O| May 29 21:39:25.044 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-05-29T21:39:26.451Z[ recovery-image] May 29 21:39:25.069 INFO O| May 29 21:39:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74962024-05-29T21:39:26.451Z[ recovery-image] May 29 21:39:25.069 INFO O| May 29 21:39:25.069 INFO STEP 1114 (remove_files) COMPLETE
74972024-05-29T21:39:26.455Z[ recovery-image] May 29 21:39:25.069 INFO O| May 29 21:39:25.069 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-05-29T21:39:26.470Z[ recovery-image] May 29 21:39:25.088 INFO O| May 29 21:39:25.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74992024-05-29T21:39:26.470Z[ recovery-image] May 29 21:39:25.088 INFO O| May 29 21:39:25.088 INFO STEP 1115 (remove_files) COMPLETE
75002024-05-29T21:39:26.474Z[ recovery-image] May 29 21:39:25.088 INFO O| May 29 21:39:25.088 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-05-29T21:39:26.488Z[ recovery-image] May 29 21:39:25.106 INFO O| May 29 21:39:25.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75022024-05-29T21:39:26.488Z[ recovery-image] May 29 21:39:25.106 INFO O| May 29 21:39:25.106 INFO STEP 1116 (remove_files) COMPLETE
75032024-05-29T21:39:26.488Z[ recovery-image] May 29 21:39:25.106 INFO O| May 29 21:39:25.106 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-05-29T21:39:26.508Z[ recovery-image] May 29 21:39:25.126 INFO O| May 29 21:39:25.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75052024-05-29T21:39:26.508Z[ recovery-image] May 29 21:39:25.126 INFO O| May 29 21:39:25.126 INFO STEP 1117 (remove_files) COMPLETE
75062024-05-29T21:39:26.511Z[ recovery-image] May 29 21:39:25.126 INFO O| May 29 21:39:25.126 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-05-29T21:39:26.550Z[ recovery-image] May 29 21:39:25.167 INFO O| May 29 21:39:25.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75082024-05-29T21:39:26.554Z[ recovery-image] May 29 21:39:25.167 INFO O| May 29 21:39:25.167 INFO STEP 1118 (remove_files) COMPLETE
75092024-05-29T21:39:26.554Z[ recovery-image] May 29 21:39:25.167 INFO O| May 29 21:39:25.167 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-05-29T21:39:26.568Z[ recovery-image] May 29 21:39:25.187 INFO O| May 29 21:39:25.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75112024-05-29T21:39:26.571Z[ recovery-image] May 29 21:39:25.187 INFO O| May 29 21:39:25.187 INFO STEP 1119 (remove_files) COMPLETE
75122024-05-29T21:39:26.571Z[ recovery-image] May 29 21:39:25.187 INFO O| May 29 21:39:25.187 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-05-29T21:39:26.611Z[ recovery-image] May 29 21:39:25.213 INFO O| May 29 21:39:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75142024-05-29T21:39:26.611Z[ recovery-image] May 29 21:39:25.213 INFO O| May 29 21:39:25.213 INFO STEP 1120 (remove_files) COMPLETE
75152024-05-29T21:39:26.611Z[ recovery-image] May 29 21:39:25.213 INFO O| May 29 21:39:25.213 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-05-29T21:39:26.633Z[ recovery-image] May 29 21:39:25.252 INFO O| May 29 21:39:25.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75172024-05-29T21:39:26.636Z[ recovery-image] May 29 21:39:25.252 INFO O| May 29 21:39:25.252 INFO STEP 1121 (remove_files) COMPLETE
75182024-05-29T21:39:26.636Z[ recovery-image] May 29 21:39:25.252 INFO O| May 29 21:39:25.252 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-05-29T21:39:26.653Z[ recovery-image] May 29 21:39:25.272 INFO O| May 29 21:39:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75202024-05-29T21:39:26.656Z[ recovery-image] May 29 21:39:25.272 INFO O| May 29 21:39:25.272 INFO STEP 1122 (remove_files) COMPLETE
75212024-05-29T21:39:26.656Z[ recovery-image] May 29 21:39:25.272 INFO O| May 29 21:39:25.272 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-05-29T21:39:26.672Z[ recovery-image] May 29 21:39:25.290 INFO O| May 29 21:39:25.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75232024-05-29T21:39:26.679Z[ recovery-image] May 29 21:39:25.291 INFO O| May 29 21:39:25.291 INFO STEP 1123 (remove_files) COMPLETE
75242024-05-29T21:39:26.679Z[ recovery-image] May 29 21:39:25.291 INFO O| May 29 21:39:25.291 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-05-29T21:39:26.690Z[ recovery-image] May 29 21:39:25.309 INFO O| May 29 21:39:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75262024-05-29T21:39:26.693Z[ recovery-image] May 29 21:39:25.309 INFO O| May 29 21:39:25.309 INFO STEP 1124 (remove_files) COMPLETE
75272024-05-29T21:39:26.693Z[ recovery-image] May 29 21:39:25.309 INFO O| May 29 21:39:25.309 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-05-29T21:39:26.725Z[ recovery-image] May 29 21:39:25.343 INFO O| May 29 21:39:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75292024-05-29T21:39:26.725Z[ recovery-image] May 29 21:39:25.343 INFO O| May 29 21:39:25.343 INFO STEP 1125 (remove_files) COMPLETE
75302024-05-29T21:39:26.725Z[ recovery-image] May 29 21:39:25.343 INFO O| May 29 21:39:25.343 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-05-29T21:39:26.745Z[ recovery-image] May 29 21:39:25.363 INFO O| May 29 21:39:25.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75322024-05-29T21:39:26.745Z[ recovery-image] May 29 21:39:25.363 INFO O| May 29 21:39:25.363 INFO STEP 1126 (remove_files) COMPLETE
75332024-05-29T21:39:26.745Z[ recovery-image] May 29 21:39:25.363 INFO O| May 29 21:39:25.363 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-05-29T21:39:26.764Z[ recovery-image] May 29 21:39:25.382 INFO O| May 29 21:39:25.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75352024-05-29T21:39:26.764Z[ recovery-image] May 29 21:39:25.382 INFO O| May 29 21:39:25.382 INFO STEP 1127 (remove_files) COMPLETE
75362024-05-29T21:39:26.764Z[ recovery-image] May 29 21:39:25.382 INFO O| May 29 21:39:25.382 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-05-29T21:39:26.799Z[ recovery-image] May 29 21:39:25.417 INFO O| May 29 21:39:25.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75382024-05-29T21:39:26.799Z[ recovery-image] May 29 21:39:25.417 INFO O| May 29 21:39:25.417 INFO STEP 1128 (remove_files) COMPLETE
75392024-05-29T21:39:26.799Z[ recovery-image] May 29 21:39:25.417 INFO O| May 29 21:39:25.417 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-05-29T21:39:26.834Z[ recovery-image] May 29 21:39:25.452 INFO O| May 29 21:39:25.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75412024-05-29T21:39:26.834Z[ recovery-image] May 29 21:39:25.453 INFO O| May 29 21:39:25.452 INFO STEP 1129 (remove_files) COMPLETE
75422024-05-29T21:39:26.839Z[ recovery-image] May 29 21:39:25.453 INFO O| May 29 21:39:25.453 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-05-29T21:39:26.906Z[ recovery-image] May 29 21:39:25.525 INFO O| May 29 21:39:25.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75442024-05-29T21:39:26.906Z[ recovery-image] May 29 21:39:25.525 INFO O| May 29 21:39:25.525 INFO STEP 1130 (remove_files) COMPLETE
75452024-05-29T21:39:26.907Z[ recovery-image] May 29 21:39:25.525 INFO O| May 29 21:39:25.525 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-05-29T21:39:26.926Z[ recovery-image] May 29 21:39:25.543 INFO O| May 29 21:39:25.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75472024-05-29T21:39:26.926Z[ recovery-image] May 29 21:39:25.544 INFO O| May 29 21:39:25.544 INFO STEP 1131 (remove_files) COMPLETE
75482024-05-29T21:39:26.926Z[ recovery-image] May 29 21:39:25.544 INFO O| May 29 21:39:25.544 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-05-29T21:39:26.964Z[ recovery-image] May 29 21:39:25.583 INFO O| May 29 21:39:25.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75502024-05-29T21:39:26.964Z[ recovery-image] May 29 21:39:25.583 INFO O| May 29 21:39:25.583 INFO STEP 1132 (remove_files) COMPLETE
75512024-05-29T21:39:26.964Z[ recovery-image] May 29 21:39:25.583 INFO O| May 29 21:39:25.583 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-05-29T21:39:26.982Z[ recovery-image] May 29 21:39:25.601 INFO O| May 29 21:39:25.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75532024-05-29T21:39:26.983Z[ recovery-image] May 29 21:39:25.601 INFO O| May 29 21:39:25.601 INFO STEP 1133 (remove_files) COMPLETE
75542024-05-29T21:39:26.983Z[ recovery-image] May 29 21:39:25.601 INFO O| May 29 21:39:25.601 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-05-29T21:39:27.029Z[ recovery-image] May 29 21:39:25.640 INFO O| May 29 21:39:25.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75562024-05-29T21:39:27.029Z[ recovery-image] May 29 21:39:25.640 INFO O| May 29 21:39:25.640 INFO STEP 1134 (remove_files) COMPLETE
75572024-05-29T21:39:27.046Z[ recovery-image] May 29 21:39:25.641 INFO O| May 29 21:39:25.640 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-05-29T21:39:27.068Z[ recovery-image] May 29 21:39:25.680 INFO O| May 29 21:39:25.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75592024-05-29T21:39:27.509Z[ recovery-image] May 29 21:39:25.680 INFO O| May 29 21:39:25.680 INFO STEP 1135 (remove_files) COMPLETE
75602024-05-29T21:39:27.510Z[ recovery-image] May 29 21:39:25.680 INFO O| May 29 21:39:25.680 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-05-29T21:39:27.510Z[ recovery-image] May 29 21:39:25.701 INFO O| May 29 21:39:25.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75622024-05-29T21:39:27.510Z[ recovery-image] May 29 21:39:25.701 INFO O| May 29 21:39:25.701 INFO STEP 1136 (remove_files) COMPLETE
75632024-05-29T21:39:27.511Z[ recovery-image] May 29 21:39:25.701 INFO O| May 29 21:39:25.701 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-05-29T21:39:27.511Z[ recovery-image] May 29 21:39:25.717 INFO O| May 29 21:39:25.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75652024-05-29T21:39:27.511Z[ recovery-image] May 29 21:39:25.717 INFO O| May 29 21:39:25.717 INFO STEP 1137 (remove_files) COMPLETE
75662024-05-29T21:39:27.512Z[ recovery-image] May 29 21:39:25.717 INFO O| May 29 21:39:25.717 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-05-29T21:39:27.512Z[ recovery-image] May 29 21:39:25.754 INFO O| May 29 21:39:25.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75682024-05-29T21:39:27.512Z[ recovery-image] May 29 21:39:25.754 INFO O| May 29 21:39:25.754 INFO STEP 1138 (remove_files) COMPLETE
75692024-05-29T21:39:27.512Z[ recovery-image] May 29 21:39:25.755 INFO O| May 29 21:39:25.754 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-05-29T21:39:27.513Z[ recovery-image] May 29 21:39:25.782 INFO O| May 29 21:39:25.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75712024-05-29T21:39:27.513Z[ recovery-image] May 29 21:39:25.782 INFO O| May 29 21:39:25.782 INFO STEP 1139 (remove_files) COMPLETE
75722024-05-29T21:39:27.513Z[ recovery-image] May 29 21:39:25.782 INFO O| May 29 21:39:25.782 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-05-29T21:39:27.515Z[ recovery-image] May 29 21:39:25.803 INFO O| May 29 21:39:25.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75742024-05-29T21:39:27.516Z[ recovery-image] May 29 21:39:25.803 INFO O| May 29 21:39:25.803 INFO STEP 1140 (remove_files) COMPLETE
75752024-05-29T21:39:27.516Z[ recovery-image] May 29 21:39:25.803 INFO O| May 29 21:39:25.803 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-05-29T21:39:27.516Z[ recovery-image] May 29 21:39:25.830 INFO O| May 29 21:39:25.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75772024-05-29T21:39:27.516Z[ recovery-image] May 29 21:39:25.830 INFO O| May 29 21:39:25.822 INFO STEP 1141 (remove_files) COMPLETE
75782024-05-29T21:39:27.517Z[ recovery-image] May 29 21:39:25.830 INFO O| May 29 21:39:25.822 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-05-29T21:39:27.517Z[ recovery-image] May 29 21:39:25.842 INFO O| May 29 21:39:25.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75802024-05-29T21:39:27.517Z[ recovery-image] May 29 21:39:25.842 INFO O| May 29 21:39:25.842 INFO STEP 1142 (remove_files) COMPLETE
75812024-05-29T21:39:27.518Z[ recovery-image] May 29 21:39:25.843 INFO O| May 29 21:39:25.843 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-05-29T21:39:27.518Z[ recovery-image] May 29 21:39:25.861 INFO O| May 29 21:39:25.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75832024-05-29T21:39:27.518Z[ recovery-image] May 29 21:39:25.862 INFO O| May 29 21:39:25.862 INFO STEP 1143 (remove_files) COMPLETE
75842024-05-29T21:39:27.518Z[ recovery-image] May 29 21:39:25.862 INFO O| May 29 21:39:25.862 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-05-29T21:39:27.519Z[ recovery-image] May 29 21:39:25.926 INFO O| May 29 21:39:25.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75862024-05-29T21:39:27.519Z[ recovery-image] May 29 21:39:25.926 INFO O| May 29 21:39:25.926 INFO STEP 1144 (remove_files) COMPLETE
75872024-05-29T21:39:27.519Z[ recovery-image] May 29 21:39:25.926 INFO O| May 29 21:39:25.926 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-05-29T21:39:27.519Z[ recovery-image] May 29 21:39:25.943 INFO O| May 29 21:39:25.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75892024-05-29T21:39:27.519Z[ recovery-image] May 29 21:39:25.943 INFO O| May 29 21:39:25.943 INFO STEP 1145 (remove_files) COMPLETE
75902024-05-29T21:39:27.520Z[ recovery-image] May 29 21:39:25.944 INFO O| May 29 21:39:25.943 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-05-29T21:39:27.520Z[ recovery-image] May 29 21:39:25.961 INFO O| May 29 21:39:25.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75922024-05-29T21:39:27.520Z[ recovery-image] May 29 21:39:25.962 INFO O| May 29 21:39:25.962 INFO STEP 1146 (remove_files) COMPLETE
75932024-05-29T21:39:27.520Z[ recovery-image] May 29 21:39:25.962 INFO O| May 29 21:39:25.962 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-05-29T21:39:27.520Z[ recovery-image] May 29 21:39:25.980 INFO O| May 29 21:39:25.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75952024-05-29T21:39:27.520Z[ recovery-image] May 29 21:39:25.980 INFO O| May 29 21:39:25.980 INFO STEP 1147 (remove_files) COMPLETE
75962024-05-29T21:39:27.521Z[ recovery-image] May 29 21:39:25.980 INFO O| May 29 21:39:25.980 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-05-29T21:39:27.521Z[ recovery-image] May 29 21:39:26.095 INFO O| May 29 21:39:26.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75982024-05-29T21:39:27.521Z[ recovery-image] May 29 21:39:26.095 INFO O| May 29 21:39:26.095 INFO STEP 1148 (remove_files) COMPLETE
75992024-05-29T21:39:27.521Z[ recovery-image] May 29 21:39:26.095 INFO O| May 29 21:39:26.095 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-05-29T21:39:27.544Z[ recovery-image] May 29 21:39:26.122 INFO O| May 29 21:39:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76012024-05-29T21:39:27.544Z[ recovery-image] May 29 21:39:26.122 INFO O| May 29 21:39:26.122 INFO STEP 1149 (remove_files) COMPLETE
76022024-05-29T21:39:27.544Z[ recovery-image] May 29 21:39:26.123 INFO O| May 29 21:39:26.122 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-05-29T21:39:27.579Z[ recovery-image] May 29 21:39:26.184 INFO O| May 29 21:39:26.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76042024-05-29T21:39:27.579Z[ recovery-image] May 29 21:39:26.184 INFO O| May 29 21:39:26.184 INFO STEP 1150 (remove_files) COMPLETE
76052024-05-29T21:39:27.579Z[ recovery-image] May 29 21:39:26.184 INFO O| May 29 21:39:26.184 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-05-29T21:39:27.594Z[ recovery-image] May 29 21:39:26.204 INFO O| May 29 21:39:26.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76072024-05-29T21:39:27.594Z[ recovery-image] May 29 21:39:26.204 INFO O| May 29 21:39:26.204 INFO STEP 1151 (remove_files) COMPLETE
76082024-05-29T21:39:27.598Z[ recovery-image] May 29 21:39:26.204 INFO O| May 29 21:39:26.204 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-05-29T21:39:27.610Z[ recovery-image] May 29 21:39:26.224 INFO O| May 29 21:39:26.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76102024-05-29T21:39:27.610Z[ recovery-image] May 29 21:39:26.224 INFO O| May 29 21:39:26.224 INFO STEP 1152 (remove_files) COMPLETE
76112024-05-29T21:39:27.610Z[ recovery-image] May 29 21:39:26.224 INFO O| May 29 21:39:26.224 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-05-29T21:39:27.626Z[ recovery-image] May 29 21:39:26.243 INFO O| May 29 21:39:26.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76132024-05-29T21:39:27.626Z[ recovery-image] May 29 21:39:26.243 INFO O| May 29 21:39:26.243 INFO STEP 1153 (remove_files) COMPLETE
76142024-05-29T21:39:27.631Z[ recovery-image] May 29 21:39:26.243 INFO O| May 29 21:39:26.243 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-05-29T21:39:27.661Z[ recovery-image] May 29 21:39:26.279 INFO O| May 29 21:39:26.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76162024-05-29T21:39:27.661Z[ recovery-image] May 29 21:39:26.279 INFO O| May 29 21:39:26.279 INFO STEP 1154 (remove_files) COMPLETE
76172024-05-29T21:39:27.661Z[ recovery-image] May 29 21:39:26.279 INFO O| May 29 21:39:26.279 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-05-29T21:39:27.681Z[ recovery-image] May 29 21:39:26.299 INFO O| May 29 21:39:26.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76192024-05-29T21:39:27.681Z[ recovery-image] May 29 21:39:26.299 INFO O| May 29 21:39:26.299 INFO STEP 1155 (remove_files) COMPLETE
76202024-05-29T21:39:27.682Z[ recovery-image] May 29 21:39:26.299 INFO O| May 29 21:39:26.299 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-05-29T21:39:27.702Z[ recovery-image] May 29 21:39:26.316 INFO O| May 29 21:39:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76222024-05-29T21:39:27.702Z[ recovery-image] May 29 21:39:26.316 INFO O| May 29 21:39:26.316 INFO STEP 1156 (remove_files) COMPLETE
76232024-05-29T21:39:27.702Z[ recovery-image] May 29 21:39:26.316 INFO O| May 29 21:39:26.316 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-05-29T21:39:27.714Z[ recovery-image] May 29 21:39:26.332 INFO O| May 29 21:39:26.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76252024-05-29T21:39:27.714Z[ recovery-image] May 29 21:39:26.332 INFO O| May 29 21:39:26.332 INFO STEP 1157 (remove_files) COMPLETE
76262024-05-29T21:39:27.718Z[ recovery-image] May 29 21:39:26.332 INFO O| May 29 21:39:26.332 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-05-29T21:39:27.749Z[ recovery-image] May 29 21:39:26.367 INFO O| May 29 21:39:26.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76282024-05-29T21:39:27.752Z[ recovery-image] May 29 21:39:26.367 INFO O| May 29 21:39:26.367 INFO STEP 1158 (remove_files) COMPLETE
76292024-05-29T21:39:27.752Z[ recovery-image] May 29 21:39:26.367 INFO O| May 29 21:39:26.367 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-05-29T21:39:27.768Z[ recovery-image] May 29 21:39:26.387 INFO O| May 29 21:39:26.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76312024-05-29T21:39:27.772Z[ recovery-image] May 29 21:39:26.387 INFO O| May 29 21:39:26.387 INFO STEP 1159 (remove_files) COMPLETE
76322024-05-29T21:39:27.772Z[ recovery-image] May 29 21:39:26.387 INFO O| May 29 21:39:26.387 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-05-29T21:39:27.811Z[ recovery-image] May 29 21:39:26.429 INFO O| May 29 21:39:26.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76342024-05-29T21:39:27.815Z[ recovery-image] May 29 21:39:26.429 INFO O| May 29 21:39:26.429 INFO STEP 1160 (remove_files) COMPLETE
76352024-05-29T21:39:27.815Z[ recovery-image] May 29 21:39:26.429 INFO O| May 29 21:39:26.429 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-05-29T21:39:27.854Z[ recovery-image] May 29 21:39:26.471 INFO O| May 29 21:39:26.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76372024-05-29T21:39:27.854Z[ recovery-image] May 29 21:39:26.471 INFO O| May 29 21:39:26.471 INFO STEP 1161 (remove_files) COMPLETE
76382024-05-29T21:39:27.860Z[ recovery-image] May 29 21:39:26.471 INFO O| May 29 21:39:26.471 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-05-29T21:39:27.889Z[ recovery-image] May 29 21:39:26.498 INFO O| May 29 21:39:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76402024-05-29T21:39:27.893Z[ recovery-image] May 29 21:39:26.498 INFO O| May 29 21:39:26.498 INFO STEP 1162 (remove_files) COMPLETE
76412024-05-29T21:39:27.893Z[ recovery-image] May 29 21:39:26.498 INFO O| May 29 21:39:26.498 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-05-29T21:39:27.901Z[ recovery-image] May 29 21:39:26.516 INFO O| May 29 21:39:26.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76432024-05-29T21:39:27.904Z[ recovery-image] May 29 21:39:26.517 INFO O| May 29 21:39:26.517 INFO STEP 1163 (remove_files) COMPLETE
76442024-05-29T21:39:27.904Z[ recovery-image] May 29 21:39:26.517 INFO O| May 29 21:39:26.517 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-05-29T21:39:27.917Z[ recovery-image] May 29 21:39:26.535 INFO O| May 29 21:39:26.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76462024-05-29T21:39:27.920Z[ recovery-image] May 29 21:39:26.535 INFO O| May 29 21:39:26.535 INFO STEP 1164 (remove_files) COMPLETE
76472024-05-29T21:39:27.920Z[ recovery-image] May 29 21:39:26.536 INFO O| May 29 21:39:26.535 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-05-29T21:39:27.938Z[ recovery-image] May 29 21:39:26.555 INFO O| May 29 21:39:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76492024-05-29T21:39:27.938Z[ recovery-image] May 29 21:39:26.555 INFO O| May 29 21:39:26.555 INFO STEP 1165 (remove_files) COMPLETE
76502024-05-29T21:39:27.958Z[ recovery-image] May 29 21:39:26.555 INFO O| May 29 21:39:26.555 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-05-29T21:39:28.377Z[ recovery-image] May 29 21:39:26.582 INFO O| May 29 21:39:26.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76522024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.582 INFO O| May 29 21:39:26.582 INFO STEP 1166 (remove_files) COMPLETE
76532024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.582 INFO O| May 29 21:39:26.582 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.634 INFO O| May 29 21:39:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76552024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.634 INFO O| May 29 21:39:26.634 INFO STEP 1167 (remove_files) COMPLETE
76562024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.634 INFO O| May 29 21:39:26.634 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.674 INFO O| May 29 21:39:26.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76582024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.674 INFO O| May 29 21:39:26.674 INFO STEP 1168 (remove_files) COMPLETE
76592024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.674 INFO O| May 29 21:39:26.674 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.693 INFO O| May 29 21:39:26.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76612024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.693 INFO O| May 29 21:39:26.693 INFO STEP 1169 (remove_files) COMPLETE
76622024-05-29T21:39:28.378Z[ recovery-image] May 29 21:39:26.693 INFO O| May 29 21:39:26.693 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.710 INFO O| May 29 21:39:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76642024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.710 INFO O| May 29 21:39:26.710 INFO STEP 1170 (remove_files) COMPLETE
76652024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.710 INFO O| May 29 21:39:26.710 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.728 INFO O| May 29 21:39:26.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76672024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.729 INFO O| May 29 21:39:26.728 INFO STEP 1171 (remove_files) COMPLETE
76682024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.729 INFO O| May 29 21:39:26.729 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.747 INFO O| May 29 21:39:26.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76702024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.747 INFO O| May 29 21:39:26.747 INFO STEP 1172 (remove_files) COMPLETE
76712024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.747 INFO O| May 29 21:39:26.747 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.782 INFO O| May 29 21:39:26.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76732024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.783 INFO O| May 29 21:39:26.783 INFO STEP 1173 (remove_files) COMPLETE
76742024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.783 INFO O| May 29 21:39:26.783 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.807 INFO O| May 29 21:39:26.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76762024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.807 INFO O| May 29 21:39:26.807 INFO STEP 1174 (remove_files) COMPLETE
76772024-05-29T21:39:28.379Z[ recovery-image] May 29 21:39:26.808 INFO O| May 29 21:39:26.807 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.829 INFO O| May 29 21:39:26.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76792024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.829 INFO O| May 29 21:39:26.829 INFO STEP 1175 (remove_files) COMPLETE
76802024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.829 INFO O| May 29 21:39:26.829 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.849 INFO O| May 29 21:39:26.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76822024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.849 INFO O| May 29 21:39:26.849 INFO STEP 1176 (remove_files) COMPLETE
76832024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.849 INFO O| May 29 21:39:26.849 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.871 INFO O| May 29 21:39:26.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76852024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.871 INFO O| May 29 21:39:26.871 INFO STEP 1177 (remove_files) COMPLETE
76862024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.871 INFO O| May 29 21:39:26.871 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.894 INFO O| May 29 21:39:26.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76882024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.895 INFO O| May 29 21:39:26.895 INFO STEP 1178 (remove_files) COMPLETE
76892024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.895 INFO O| May 29 21:39:26.895 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.917 INFO O| May 29 21:39:26.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76912024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.917 INFO O| May 29 21:39:26.917 INFO STEP 1179 (remove_files) COMPLETE
76922024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.917 INFO O| May 29 21:39:26.917 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.940 INFO O| May 29 21:39:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76942024-05-29T21:39:28.380Z[ recovery-image] May 29 21:39:26.940 INFO O| May 29 21:39:26.940 INFO STEP 1180 (remove_files) COMPLETE
76952024-05-29T21:39:28.381Z[ recovery-image] May 29 21:39:26.940 INFO O| May 29 21:39:26.940 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-05-29T21:39:28.381Z[ recovery-image] May 29 21:39:26.967 INFO O| May 29 21:39:26.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76972024-05-29T21:39:28.381Z[ recovery-image] May 29 21:39:26.967 INFO O| May 29 21:39:26.967 INFO STEP 1181 (remove_files) COMPLETE
76982024-05-29T21:39:28.381Z[ recovery-image] May 29 21:39:26.967 INFO O| May 29 21:39:26.967 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-05-29T21:39:28.388Z[ recovery-image] May 29 21:39:26.996 INFO O| May 29 21:39:26.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77002024-05-29T21:39:28.388Z[ recovery-image] May 29 21:39:26.996 INFO O| May 29 21:39:26.996 INFO STEP 1182 (remove_files) COMPLETE
77012024-05-29T21:39:28.388Z[ recovery-image] May 29 21:39:26.996 INFO O| May 29 21:39:26.996 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-05-29T21:39:28.404Z[ recovery-image] May 29 21:39:27.019 INFO O| May 29 21:39:27.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77032024-05-29T21:39:28.410Z[ recovery-image] May 29 21:39:27.019 INFO O| May 29 21:39:27.019 INFO STEP 1183 (remove_files) COMPLETE
77042024-05-29T21:39:28.411Z[ recovery-image] May 29 21:39:27.019 INFO O| May 29 21:39:27.019 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-05-29T21:39:28.423Z[ recovery-image] May 29 21:39:27.041 INFO O| May 29 21:39:27.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77062024-05-29T21:39:28.427Z[ recovery-image] May 29 21:39:27.041 INFO O| May 29 21:39:27.041 INFO STEP 1184 (remove_files) COMPLETE
77072024-05-29T21:39:28.427Z[ recovery-image] May 29 21:39:27.041 INFO O| May 29 21:39:27.041 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-05-29T21:39:28.445Z[ recovery-image] May 29 21:39:27.061 INFO O| May 29 21:39:27.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77092024-05-29T21:39:28.445Z[ recovery-image] May 29 21:39:27.061 INFO O| May 29 21:39:27.061 INFO STEP 1185 (remove_files) COMPLETE
77102024-05-29T21:39:28.448Z[ recovery-image] May 29 21:39:27.062 INFO O| May 29 21:39:27.061 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-05-29T21:39:28.464Z[ recovery-image] May 29 21:39:27.082 INFO O| May 29 21:39:27.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77122024-05-29T21:39:28.464Z[ recovery-image] May 29 21:39:27.082 INFO O| May 29 21:39:27.082 INFO STEP 1186 (remove_files) COMPLETE
77132024-05-29T21:39:28.464Z[ recovery-image] May 29 21:39:27.082 INFO O| May 29 21:39:27.082 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-05-29T21:39:28.484Z[ recovery-image] May 29 21:39:27.102 INFO O| May 29 21:39:27.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77152024-05-29T21:39:28.484Z[ recovery-image] May 29 21:39:27.103 INFO O| May 29 21:39:27.103 INFO STEP 1187 (remove_files) COMPLETE
77162024-05-29T21:39:28.487Z[ recovery-image] May 29 21:39:27.103 INFO O| May 29 21:39:27.103 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-05-29T21:39:28.504Z[ recovery-image] May 29 21:39:27.123 INFO O| May 29 21:39:27.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77182024-05-29T21:39:28.504Z[ recovery-image] May 29 21:39:27.123 INFO O| May 29 21:39:27.123 INFO STEP 1188 (remove_files) COMPLETE
77192024-05-29T21:39:28.504Z[ recovery-image] May 29 21:39:27.123 INFO O| May 29 21:39:27.123 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-05-29T21:39:28.526Z[ recovery-image] May 29 21:39:27.143 INFO O| May 29 21:39:27.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77212024-05-29T21:39:28.529Z[ recovery-image] May 29 21:39:27.143 INFO O| May 29 21:39:27.143 INFO STEP 1189 (remove_files) COMPLETE
77222024-05-29T21:39:28.529Z[ recovery-image] May 29 21:39:27.143 INFO O| May 29 21:39:27.143 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-05-29T21:39:28.550Z[ recovery-image] May 29 21:39:27.168 INFO O| May 29 21:39:27.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77242024-05-29T21:39:28.550Z[ recovery-image] May 29 21:39:27.168 INFO O| May 29 21:39:27.168 INFO STEP 1190 (remove_files) COMPLETE
77252024-05-29T21:39:28.553Z[ recovery-image] May 29 21:39:27.168 INFO O| May 29 21:39:27.168 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-05-29T21:39:28.574Z[ recovery-image] May 29 21:39:27.192 INFO O| May 29 21:39:27.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77272024-05-29T21:39:28.574Z[ recovery-image] May 29 21:39:27.192 INFO O| May 29 21:39:27.192 INFO STEP 1191 (remove_files) COMPLETE
77282024-05-29T21:39:28.611Z[ recovery-image] May 29 21:39:27.192 INFO O| May 29 21:39:27.192 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-05-29T21:39:28.615Z[ recovery-image] May 29 21:39:27.213 INFO O| May 29 21:39:27.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77302024-05-29T21:39:28.615Z[ recovery-image] May 29 21:39:27.213 INFO O| May 29 21:39:27.213 INFO STEP 1192 (remove_files) COMPLETE
77312024-05-29T21:39:28.615Z[ recovery-image] May 29 21:39:27.213 INFO O| May 29 21:39:27.213 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-05-29T21:39:28.625Z[ recovery-image] May 29 21:39:27.243 INFO O| May 29 21:39:27.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77332024-05-29T21:39:28.625Z[ recovery-image] May 29 21:39:27.243 INFO O| May 29 21:39:27.243 INFO STEP 1193 (remove_files) COMPLETE
77342024-05-29T21:39:28.628Z[ recovery-image] May 29 21:39:27.243 INFO O| May 29 21:39:27.243 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-05-29T21:39:28.687Z[ recovery-image] May 29 21:39:27.305 INFO O| May 29 21:39:27.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77362024-05-29T21:39:28.687Z[ recovery-image] May 29 21:39:27.305 INFO O| May 29 21:39:27.305 INFO STEP 1194 (remove_files) COMPLETE
77372024-05-29T21:39:28.687Z[ recovery-image] May 29 21:39:27.305 INFO O| May 29 21:39:27.305 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-05-29T21:39:28.722Z[ recovery-image] May 29 21:39:27.340 INFO O| May 29 21:39:27.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77392024-05-29T21:39:28.722Z[ recovery-image] May 29 21:39:27.340 INFO O| May 29 21:39:27.340 INFO STEP 1195 (remove_files) COMPLETE
77402024-05-29T21:39:28.722Z[ recovery-image] May 29 21:39:27.340 INFO O| May 29 21:39:27.340 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-05-29T21:39:28.758Z[ recovery-image] May 29 21:39:27.375 INFO O| May 29 21:39:27.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77422024-05-29T21:39:28.758Z[ recovery-image] May 29 21:39:27.375 INFO O| May 29 21:39:27.375 INFO STEP 1196 (remove_files) COMPLETE
77432024-05-29T21:39:28.758Z[ recovery-image] May 29 21:39:27.375 INFO O| May 29 21:39:27.375 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-05-29T21:39:28.778Z[ recovery-image] May 29 21:39:27.396 INFO O| May 29 21:39:27.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77452024-05-29T21:39:28.778Z[ recovery-image] May 29 21:39:27.396 INFO O| May 29 21:39:27.396 INFO STEP 1197 (remove_files) COMPLETE
77462024-05-29T21:39:28.778Z[ recovery-image] May 29 21:39:27.396 INFO O| May 29 21:39:27.396 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-05-29T21:39:28.797Z[ recovery-image] May 29 21:39:27.415 INFO O| May 29 21:39:27.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77482024-05-29T21:39:28.797Z[ recovery-image] May 29 21:39:27.415 INFO O| May 29 21:39:27.415 INFO STEP 1198 (remove_files) COMPLETE
77492024-05-29T21:39:28.800Z[ recovery-image] May 29 21:39:27.416 INFO O| May 29 21:39:27.415 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-05-29T21:39:28.818Z[ recovery-image] May 29 21:39:27.434 INFO O| May 29 21:39:27.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77512024-05-29T21:39:28.818Z[ recovery-image] May 29 21:39:27.435 INFO O| May 29 21:39:27.434 INFO STEP 1199 (remove_files) COMPLETE
77522024-05-29T21:39:28.819Z[ recovery-image] May 29 21:39:27.435 INFO O| May 29 21:39:27.435 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.453 INFO O| May 29 21:39:27.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77542024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.453 INFO O| May 29 21:39:27.453 INFO STEP 1200 (remove_files) COMPLETE
77552024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.453 INFO O| May 29 21:39:27.453 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.488 INFO O| May 29 21:39:27.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77572024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.488 INFO O| May 29 21:39:27.488 INFO STEP 1201 (remove_files) COMPLETE
77582024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.488 INFO O| May 29 21:39:27.488 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.520 INFO O| May 29 21:39:27.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77602024-05-29T21:39:29.226Z[ recovery-image] May 29 21:39:27.521 INFO O| May 29 21:39:27.520 INFO STEP 1202 (remove_files) COMPLETE
77612024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.521 INFO O| May 29 21:39:27.521 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.541 INFO O| May 29 21:39:27.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77632024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.541 INFO O| May 29 21:39:27.541 INFO STEP 1203 (remove_files) COMPLETE
77642024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.542 INFO O| May 29 21:39:27.541 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.572 INFO O| May 29 21:39:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77662024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.572 INFO O| May 29 21:39:27.572 INFO STEP 1204 (remove_files) COMPLETE
77672024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.572 INFO O| May 29 21:39:27.572 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.603 INFO O| May 29 21:39:27.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77692024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.603 INFO O| May 29 21:39:27.603 INFO STEP 1205 (remove_files) COMPLETE
77702024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.603 INFO O| May 29 21:39:27.603 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.643 INFO O| May 29 21:39:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77722024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.643 INFO O| May 29 21:39:27.643 INFO STEP 1206 (remove_files) COMPLETE
77732024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.644 INFO O| May 29 21:39:27.644 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77742024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.674 INFO O| May 29 21:39:27.674 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77752024-05-29T21:39:29.227Z[ recovery-image] May 29 21:39:27.675 INFO O| May 29 21:39:27.675 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77762024-05-29T21:39:31.190Z[ recovery-image] May 29 21:39:29.807 INFO O| May 29 21:39:29.807 INFO STEP 1207 (pack_tar) COMPLETE
77772024-05-29T21:39:31.190Z[ recovery-image] May 29 21:39:29.808 INFO O| May 29 21:39:29.807 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77782024-05-29T21:39:31.193Z[ recovery-image] May 29 21:39:29.808 INFO O| May 29 21:39:29.807 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77792024-05-29T21:39:31.375Z[ recovery-image] May 29 21:39:29.992 INFO O| May 29 21:39:29.992 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77802024-05-29T21:39:31.476Z[ recovery-image] May 29 21:39:30.091 INFO O| May 29 21:39:30.091 INFO completed processing gimlet/ramdisk-03-recovery-trim
77812024-05-29T21:39:31.483Z[ recovery-image] May 29 21:39:30.101 INFO image builder template: zfs-recovery...
77822024-05-29T21:39:31.483Z[ recovery-image] May 29 21:39:30.101 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/.tmp3HhEf3/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.28.233", "-n", "zfs-recovery"], pwd: None
77832024-05-29T21:39:31.539Z[ recovery-image] May 29 21:39:30.157 INFO O| May 29 21:39:30.156 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77842024-05-29T21:39:31.556Z[ recovery-image] May 29 21:39:30.173 INFO O| May 29 21:39:30.164 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77852024-05-29T21:39:31.695Z[ recovery-image] May 29 21:39:30.313 INFO O| May 29 21:39:30.313 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77862024-05-29T21:39:31.764Z[ recovery-image] May 29 21:39:30.382 INFO O| May 29 21:39:30.382 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77872024-05-29T21:39:31.768Z[ recovery-image] May 29 21:39:30.383 INFO O| May 29 21:39:30.383 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77882024-05-29T21:39:31.771Z[ recovery-image] May 29 21:39:30.389 INFO O| May 29 21:39:30.389 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77892024-05-29T21:39:31.860Z[ recovery-image] May 29 21:39:30.477 INFO O| May 29 21:39:30.477 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77902024-05-29T21:39:31.934Z[ recovery-image] May 29 21:39:30.550 INFO O| May 29 21:39:30.550 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77912024-05-29T21:39:31.952Z[ recovery-image] May 29 21:39:30.569 INFO O| May 29 21:39:30.569 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77922024-05-29T21:39:31.966Z[ recovery-image] May 29 21:39:30.584 INFO O| May 29 21:39:30.584 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77932024-05-29T21:39:31.980Z[ recovery-image] May 29 21:39:30.585 INFO O| May 29 21:39:30.585 INFO no lofi found
77942024-05-29T21:39:31.980Z[ recovery-image] May 29 21:39:30.585 INFO O| May 29 21:39:30.585 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77952024-05-29T21:39:31.981Z[ recovery-image] May 29 21:39:30.585 INFO O| May 29 21:39:30.585 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77962024-05-29T21:39:34.396Z[ recovery-image] May 29 21:39:33.013 INFO O| May 29 21:39:33.013 INFO lofi device = /dev/dsk/c2t1d0p0
77972024-05-29T21:39:34.396Z[ recovery-image] May 29 21:39:33.013 INFO O| May 29 21:39:33.013 INFO pool device = /dev/dsk/c2t1d0p0
77982024-05-29T21:39:34.400Z[ recovery-image] May 29 21:39:33.013 INFO O| May 29 21:39:33.013 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"]
77992024-05-29T21:39:34.628Z[ recovery-image] May 29 21:39:33.244 INFO O| May 29 21:39:33.244 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78002024-05-29T21:39:34.629Z[ recovery-image] May 29 21:39:33.244 INFO O| May 29 21:39:33.244 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78012024-05-29T21:39:34.738Z[ recovery-image] May 29 21:39:33.339 INFO O| May 29 21:39:33.339 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78022024-05-29T21:39:34.853Z[ recovery-image] May 29 21:39:33.471 INFO O| May 29 21:39:33.471 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78032024-05-29T21:39:34.929Z[ recovery-image] May 29 21:39:33.543 INFO O| May 29 21:39:33.543 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78042024-05-29T21:39:34.955Z[ recovery-image] May 29 21:39:33.572 INFO O| May 29 21:39:33.571 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78052024-05-29T21:39:34.975Z[ recovery-image] May 29 21:39:33.593 INFO O| May 29 21:39:33.593 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78062024-05-29T21:39:35.052Z[ recovery-image] May 29 21:39:33.665 INFO O| May 29 21:39:33.665 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78072024-05-29T21:39:35.055Z[ recovery-image] May 29 21:39:33.666 INFO O| May 29 21:39:33.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78082024-05-29T21:39:35.055Z[ recovery-image] May 29 21:39:33.666 INFO O| May 29 21:39:33.666 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78092024-05-29T21:39:35.095Z[ recovery-image] May 29 21:39:33.713 INFO O| May 29 21:39:33.712 INFO boot environment UUID: 04c83cf4-6f8d-4dcd-bf0a-c1ff7696ed24
78102024-05-29T21:39:35.095Z[ recovery-image] May 29 21:39:33.713 INFO O| May 29 21:39:33.713 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 04c83cf4-6f8d-4dcd-bf0a-c1ff7696ed24
78112024-05-29T21:39:35.166Z[ recovery-image] May 29 21:39:33.784 INFO O| May 29 21:39:33.784 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78122024-05-29T21:39:35.213Z[ recovery-image] May 29 21:39:33.830 INFO O| May 29 21:39:33.830 INFO STEP 0 (create_be) COMPLETE
78132024-05-29T21:39:35.213Z[ recovery-image] May 29 21:39:33.830 INFO O| May 29 21:39:33.830 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78142024-05-29T21:39:35.243Z[ recovery-image] May 29 21:39:33.860 INFO O| May 29 21:39:33.860 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78152024-05-29T21:39:42.209Z[ recovery-image] May 29 21:39:40.825 INFO O| May 29 21:39:40.825 INFO STEP 1 (unpack_tar) COMPLETE
78162024-05-29T21:39:42.209Z[ recovery-image] May 29 21:39:40.825 INFO O| May 29 21:39:40.825 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78172024-05-29T21:39:42.229Z[ recovery-image] May 29 21:39:40.845 INFO O| May 29 21:39:40.845 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78182024-05-29T21:39:43.438Z[ recovery-image] May 29 21:39:42.053 INFO O| May 29 21:39:42.053 INFO STEP 2 (devfsadm) COMPLETE
78192024-05-29T21:39:43.438Z[ recovery-image] May 29 21:39:42.054 INFO O| May 29 21:39:42.053 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78202024-05-29T21:39:43.456Z[ recovery-image] May 29 21:39:42.071 INFO O| May 29 21:39:42.071 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78212024-05-29T21:39:43.456Z[ recovery-image] May 29 21:39:42.072 INFO O| May 29 21:39:42.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78222024-05-29T21:39:43.460Z[ recovery-image] May 29 21:39:42.072 INFO O| May 29 21:39:42.072 INFO STEP 3 (ensure_dir) COMPLETE
78232024-05-29T21:39:43.460Z[ recovery-image] May 29 21:39:42.072 INFO O| May 29 21:39:42.072 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78242024-05-29T21:39:43.484Z[ recovery-image] May 29 21:39:42.088 INFO O| May 29 21:39:42.088 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78252024-05-29T21:39:43.484Z[ recovery-image] May 29 21:39:42.088 INFO O| May 29 21:39:42.088 INFO STEP 4 (ensure_dir) COMPLETE
78262024-05-29T21:39:43.489Z[ recovery-image] May 29 21:39:42.088 INFO O| May 29 21:39:42.088 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78272024-05-29T21:39:43.498Z[ recovery-image] May 29 21:39:42.108 INFO O| May 29 21:39:42.108 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78282024-05-29T21:39:43.498Z[ recovery-image] May 29 21:39:42.108 INFO O| May 29 21:39:42.108 INFO STEP 5 (ensure_dir) COMPLETE
78292024-05-29T21:39:43.498Z[ recovery-image] May 29 21:39:42.108 INFO O| May 29 21:39:42.108 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78302024-05-29T21:39:43.546Z[ recovery-image] May 29 21:39:42.159 INFO O| May 29 21:39:42.159 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78312024-05-29T21:39:43.555Z[ recovery-image] May 29 21:39:42.159 INFO O| May 29 21:39:42.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78322024-05-29T21:39:43.555Z[ recovery-image] May 29 21:39:42.159 INFO O| May 29 21:39:42.159 INFO STEP 6 (ensure_dir) COMPLETE
78332024-05-29T21:39:43.556Z[ recovery-image] May 29 21:39:42.159 INFO O| May 29 21:39:42.159 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78342024-05-29T21:39:43.605Z[ recovery-image] May 29 21:39:42.216 INFO O| May 29 21:39:42.216 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78352024-05-29T21:39:43.611Z[ recovery-image] May 29 21:39:42.216 INFO O| May 29 21:39:42.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78362024-05-29T21:39:43.611Z[ recovery-image] May 29 21:39:42.216 INFO O| May 29 21:39:42.216 INFO STEP 7 (ensure_dir) COMPLETE
78372024-05-29T21:39:43.611Z[ recovery-image] May 29 21:39:42.216 INFO O| May 29 21:39:42.216 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78382024-05-29T21:39:43.621Z[ recovery-image] May 29 21:39:42.237 INFO O| May 29 21:39:42.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78392024-05-29T21:39:43.625Z[ recovery-image] May 29 21:39:42.238 INFO O| May 29 21:39:42.238 INFO STEP 8 (remove_files) COMPLETE
78402024-05-29T21:39:43.625Z[ recovery-image] May 29 21:39:42.238 INFO O| May 29 21:39:42.238 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78412024-05-29T21:39:43.670Z[ recovery-image] May 29 21:39:42.287 INFO O| May 29 21:39:42.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78422024-05-29T21:39:43.673Z[ recovery-image] May 29 21:39:42.288 INFO O| May 29 21:39:42.288 INFO STEP 9 (remove_files) COMPLETE
78432024-05-29T21:39:43.673Z[ recovery-image] May 29 21:39:42.288 INFO O| May 29 21:39:42.288 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78442024-05-29T21:39:43.692Z[ recovery-image] May 29 21:39:42.308 INFO O| May 29 21:39:42.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78452024-05-29T21:39:43.696Z[ recovery-image] May 29 21:39:42.309 INFO O| May 29 21:39:42.309 INFO STEP 10 (remove_files) COMPLETE
78462024-05-29T21:39:43.696Z[ recovery-image] May 29 21:39:42.309 INFO O| May 29 21:39:42.309 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78472024-05-29T21:39:43.712Z[ recovery-image] May 29 21:39:42.327 INFO O| May 29 21:39:42.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78482024-05-29T21:39:43.716Z[ recovery-image] May 29 21:39:42.328 INFO O| May 29 21:39:42.328 INFO STEP 11 (remove_files) COMPLETE
78492024-05-29T21:39:43.716Z[ recovery-image] May 29 21:39:42.328 INFO O| May 29 21:39:42.328 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78502024-05-29T21:39:43.743Z[ recovery-image] May 29 21:39:42.358 INFO O| May 29 21:39:42.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78512024-05-29T21:39:43.743Z[ recovery-image] May 29 21:39:42.358 INFO O| May 29 21:39:42.358 INFO STEP 12 (remove_files) COMPLETE
78522024-05-29T21:39:43.743Z[ recovery-image] May 29 21:39:42.358 INFO O| May 29 21:39:42.358 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78532024-05-29T21:39:43.760Z[ recovery-image] May 29 21:39:42.376 INFO O| May 29 21:39:42.376 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78542024-05-29T21:39:43.763Z[ recovery-image] May 29 21:39:42.377 INFO O| May 29 21:39:42.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78552024-05-29T21:39:43.763Z[ recovery-image] May 29 21:39:42.377 INFO O| May 29 21:39:42.377 INFO STEP 13 (ensure_dir) COMPLETE
78562024-05-29T21:39:43.763Z[ recovery-image] May 29 21:39:42.377 INFO O| May 29 21:39:42.377 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78572024-05-29T21:39:43.779Z[ recovery-image] May 29 21:39:42.395 INFO O| May 29 21:39:42.395 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78582024-05-29T21:39:43.782Z[ recovery-image] May 29 21:39:42.395 INFO O| May 29 21:39:42.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78592024-05-29T21:39:43.782Z[ recovery-image] May 29 21:39:42.396 INFO O| May 29 21:39:42.395 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78602024-05-29T21:39:43.782Z[ recovery-image] May 29 21:39:42.396 INFO O| May 29 21:39:42.396 INFO STEP 14 (ensure_dir) COMPLETE
78612024-05-29T21:39:43.783Z[ recovery-image] May 29 21:39:42.396 INFO O| May 29 21:39:42.396 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78622024-05-29T21:39:43.799Z[ recovery-image] May 29 21:39:42.416 INFO O| May 29 21:39:42.416 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78632024-05-29T21:39:43.799Z[ recovery-image] May 29 21:39:42.416 INFO O| May 29 21:39:42.416 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78642024-05-29T21:39:43.799Z[ recovery-image] May 29 21:39:42.416 INFO O| May 29 21:39:42.416 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78652024-05-29T21:39:43.802Z[ recovery-image] May 29 21:39:42.416 INFO O| May 29 21:39:42.416 INFO STEP 15 (ensure_dir) COMPLETE
78662024-05-29T21:39:43.802Z[ recovery-image] May 29 21:39:42.416 INFO O| May 29 21:39:42.416 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78672024-05-29T21:39:43.821Z[ recovery-image] May 29 21:39:42.437 INFO O| May 29 21:39:42.437 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78682024-05-29T21:39:43.821Z[ recovery-image] May 29 21:39:42.437 INFO O| May 29 21:39:42.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78692024-05-29T21:39:43.821Z[ recovery-image] May 29 21:39:42.437 INFO O| May 29 21:39:42.437 INFO STEP 16 (ensure_dir) COMPLETE
78702024-05-29T21:39:43.821Z[ recovery-image] May 29 21:39:42.437 INFO O| May 29 21:39:42.437 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78712024-05-29T21:39:43.838Z[ recovery-image] May 29 21:39:42.454 INFO O| May 29 21:39:42.454 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78722024-05-29T21:39:43.838Z[ recovery-image] May 29 21:39:42.455 INFO O| May 29 21:39:42.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78732024-05-29T21:39:43.838Z[ recovery-image] May 29 21:39:42.455 INFO O| May 29 21:39:42.455 INFO STEP 17 (ensure_dir) COMPLETE
78742024-05-29T21:39:43.841Z[ recovery-image] May 29 21:39:42.455 INFO O| May 29 21:39:42.455 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78752024-05-29T21:39:43.874Z[ recovery-image] May 29 21:39:42.490 INFO O| May 29 21:39:42.490 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78762024-05-29T21:39:43.874Z[ recovery-image] May 29 21:39:42.490 INFO O| May 29 21:39:42.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78772024-05-29T21:39:43.874Z[ recovery-image] May 29 21:39:42.490 INFO O| May 29 21:39:42.490 INFO ok!
78782024-05-29T21:39:43.874Z[ recovery-image] May 29 21:39:42.490 INFO O| May 29 21:39:42.490 INFO STEP 18 (ensure_symlink) COMPLETE
78792024-05-29T21:39:43.874Z[ recovery-image] May 29 21:39:42.490 INFO O| May 29 21:39:42.490 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78802024-05-29T21:39:43.931Z[ recovery-image] May 29 21:39:42.547 INFO O| May 29 21:39:42.547 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78812024-05-29T21:39:43.931Z[ recovery-image] May 29 21:39:42.547 INFO O| May 29 21:39:42.547 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78822024-05-29T21:39:43.931Z[ recovery-image] May 29 21:39:42.547 INFO O| May 29 21:39:42.547 INFO ok!
78832024-05-29T21:39:43.931Z[ recovery-image] May 29 21:39:42.547 INFO O| May 29 21:39:42.547 INFO STEP 19 (ensure_file) COMPLETE
78842024-05-29T21:39:43.931Z[ recovery-image] May 29 21:39:42.547 INFO O| May 29 21:39:42.547 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78852024-05-29T21:39:43.969Z[ recovery-image] May 29 21:39:42.586 INFO O| May 29 21:39:42.586 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78862024-05-29T21:39:43.969Z[ recovery-image] May 29 21:39:42.586 INFO O| May 29 21:39:42.586 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78872024-05-29T21:39:43.975Z[ recovery-image] May 29 21:39:42.586 INFO O| May 29 21:39:42.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78882024-05-29T21:39:43.975Z[ recovery-image] May 29 21:39:42.586 INFO O| May 29 21:39:42.586 INFO ok!
78892024-05-29T21:39:43.976Z[ recovery-image] May 29 21:39:42.586 INFO O| May 29 21:39:42.586 INFO STEP 20 (ensure_symlink) COMPLETE
78902024-05-29T21:39:43.976Z[ recovery-image] May 29 21:39:42.586 INFO O| May 29 21:39:42.586 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78912024-05-29T21:39:43.996Z[ recovery-image] May 29 21:39:42.604 INFO O| May 29 21:39:42.604 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78922024-05-29T21:39:43.996Z[ recovery-image] May 29 21:39:42.604 INFO O| May 29 21:39:42.604 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78932024-05-29T21:39:44.012Z[ recovery-image] May 29 21:39:42.604 INFO O| May 29 21:39:42.604 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78942024-05-29T21:39:44.012Z[ recovery-image] May 29 21:39:42.604 INFO O| May 29 21:39:42.604 INFO ok!
78952024-05-29T21:39:44.012Z[ recovery-image] May 29 21:39:42.604 INFO O| May 29 21:39:42.604 INFO STEP 21 (ensure_symlink) COMPLETE
78962024-05-29T21:39:44.012Z[ recovery-image] May 29 21:39:42.604 INFO O| May 29 21:39:42.604 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78972024-05-29T21:39:44.022Z[ recovery-image] May 29 21:39:42.631 INFO O| May 29 21:39:42.631 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78982024-05-29T21:39:44.022Z[ recovery-image] May 29 21:39:42.632 INFO O| May 29 21:39:42.632 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78992024-05-29T21:39:44.023Z[ recovery-image] May 29 21:39:42.632 INFO O| May 29 21:39:42.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79002024-05-29T21:39:44.023Z[ recovery-image] May 29 21:39:42.632 INFO O| May 29 21:39:42.632 INFO ok!
79012024-05-29T21:39:44.023Z[ recovery-image] May 29 21:39:42.632 INFO O| May 29 21:39:42.632 INFO STEP 22 (ensure_symlink) COMPLETE
79022024-05-29T21:39:44.023Z[ recovery-image] May 29 21:39:42.632 INFO O| May 29 21:39:42.632 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79032024-05-29T21:39:44.035Z[ recovery-image] May 29 21:39:42.650 INFO O| May 29 21:39:42.649 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79042024-05-29T21:39:44.035Z[ recovery-image] May 29 21:39:42.650 INFO O| May 29 21:39:42.650 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79052024-05-29T21:39:44.038Z[ recovery-image] May 29 21:39:42.650 INFO O| May 29 21:39:42.650 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79062024-05-29T21:39:44.038Z[ recovery-image] May 29 21:39:42.650 INFO O| May 29 21:39:42.650 INFO ok!
79072024-05-29T21:39:44.038Z[ recovery-image] May 29 21:39:42.650 INFO O| May 29 21:39:42.650 INFO STEP 23 (ensure_symlink) COMPLETE
79082024-05-29T21:39:44.038Z[ recovery-image] May 29 21:39:42.650 INFO O| May 29 21:39:42.650 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79092024-05-29T21:39:44.051Z[ recovery-image] May 29 21:39:42.667 INFO O| May 29 21:39:42.667 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79102024-05-29T21:39:44.055Z[ recovery-image] May 29 21:39:42.668 INFO O| May 29 21:39:42.668 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 ...
79112024-05-29T21:39:44.055Z[ recovery-image] May 29 21:39:42.668 INFO O| May 29 21:39:42.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79122024-05-29T21:39:44.055Z[ recovery-image] May 29 21:39:42.668 INFO O| May 29 21:39:42.668 INFO ok!
79132024-05-29T21:39:44.055Z[ recovery-image] May 29 21:39:42.668 INFO O| May 29 21:39:42.668 INFO STEP 24 (ensure_file) COMPLETE
79142024-05-29T21:39:44.055Z[ recovery-image] May 29 21:39:42.668 INFO O| May 29 21:39:42.668 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79152024-05-29T21:39:44.068Z[ recovery-image] May 29 21:39:42.685 INFO O| May 29 21:39:42.684 INFO updating shadow file
79162024-05-29T21:39:44.071Z[ recovery-image] May 29 21:39:42.685 INFO O| May 29 21:39:42.685 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79172024-05-29T21:39:44.071Z[ recovery-image] May 29 21:39:42.685 INFO O| May 29 21:39:42.685 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79182024-05-29T21:39:44.071Z[ recovery-image] May 29 21:39:42.685 INFO O| May 29 21:39:42.685 INFO STEP 25 (shadow) COMPLETE
79192024-05-29T21:39:44.071Z[ recovery-image] May 29 21:39:42.685 INFO O| May 29 21:39:42.685 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79202024-05-29T21:39:44.085Z[ recovery-image] May 29 21:39:42.702 INFO O| May 29 21:39:42.702 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79212024-05-29T21:39:44.085Z[ recovery-image] May 29 21:39:42.702 INFO O| May 29 21:39:42.702 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79222024-05-29T21:39:44.089Z[ recovery-image] May 29 21:39:42.702 INFO O| May 29 21:39:42.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79232024-05-29T21:39:44.089Z[ recovery-image] May 29 21:39:42.702 INFO O| May 29 21:39:42.702 INFO ok!
79242024-05-29T21:39:44.089Z[ recovery-image] May 29 21:39:42.702 INFO O| May 29 21:39:42.702 INFO STEP 26 (ensure_file) COMPLETE
79252024-05-29T21:39:44.089Z[ recovery-image] May 29 21:39:42.702 INFO O| May 29 21:39:42.702 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79262024-05-29T21:39:44.101Z[ recovery-image] May 29 21:39:42.718 INFO O| May 29 21:39:42.718 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79272024-05-29T21:39:44.102Z[ recovery-image] May 29 21:39:42.718 INFO O| May 29 21:39:42.718 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79282024-05-29T21:39:44.105Z[ recovery-image] May 29 21:39:42.718 INFO O| May 29 21:39:42.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79292024-05-29T21:39:44.105Z[ recovery-image] May 29 21:39:42.718 INFO O| May 29 21:39:42.718 INFO ok!
79302024-05-29T21:39:44.105Z[ recovery-image] May 29 21:39:42.719 INFO O| May 29 21:39:42.718 INFO STEP 27 (ensure_file) COMPLETE
79312024-05-29T21:39:44.105Z[ recovery-image] May 29 21:39:42.719 INFO O| May 29 21:39:42.719 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79322024-05-29T21:39:44.118Z[ recovery-image] May 29 21:39:42.735 INFO O| May 29 21:39:42.734 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79332024-05-29T21:39:44.118Z[ recovery-image] May 29 21:39:42.735 INFO O| May 29 21:39:42.735 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79342024-05-29T21:39:44.121Z[ recovery-image] May 29 21:39:42.735 INFO O| May 29 21:39:42.735 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79352024-05-29T21:39:44.121Z[ recovery-image] May 29 21:39:42.735 INFO O| May 29 21:39:42.735 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79362024-05-29T21:39:44.122Z[ recovery-image] May 29 21:39:42.735 INFO O| May 29 21:39:42.735 INFO ok!
79372024-05-29T21:39:44.122Z[ recovery-image] May 29 21:39:42.735 INFO O| May 29 21:39:42.735 INFO STEP 28 (ensure_file) COMPLETE
79382024-05-29T21:39:44.122Z[ recovery-image] May 29 21:39:42.735 INFO O| May 29 21:39:42.735 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79392024-05-29T21:39:44.136Z[ recovery-image] May 29 21:39:42.753 INFO O| May 29 21:39:42.752 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79402024-05-29T21:39:44.136Z[ recovery-image] May 29 21:39:42.753 INFO O| May 29 21:39:42.753 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79412024-05-29T21:39:44.140Z[ recovery-image] May 29 21:39:42.753 INFO O| May 29 21:39:42.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79422024-05-29T21:39:44.140Z[ recovery-image] May 29 21:39:42.753 INFO O| May 29 21:39:42.753 INFO ok!
79432024-05-29T21:39:44.140Z[ recovery-image] May 29 21:39:42.753 INFO O| May 29 21:39:42.753 INFO STEP 29 (ensure_file) COMPLETE
79442024-05-29T21:39:44.140Z[ recovery-image] May 29 21:39:42.753 INFO O| May 29 21:39:42.753 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79452024-05-29T21:39:44.156Z[ recovery-image] May 29 21:39:42.773 INFO O| May 29 21:39:42.773 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79462024-05-29T21:39:44.156Z[ recovery-image] May 29 21:39:42.773 INFO O| May 29 21:39:42.773 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79472024-05-29T21:39:44.160Z[ recovery-image] May 29 21:39:42.773 INFO O| May 29 21:39:42.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79482024-05-29T21:39:44.160Z[ recovery-image] May 29 21:39:42.773 INFO O| May 29 21:39:42.773 INFO ok!
79492024-05-29T21:39:44.160Z[ recovery-image] May 29 21:39:42.773 INFO O| May 29 21:39:42.773 INFO STEP 30 (ensure_file) COMPLETE
79502024-05-29T21:39:44.160Z[ recovery-image] May 29 21:39:42.774 INFO O| May 29 21:39:42.773 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79512024-05-29T21:39:44.184Z[ recovery-image] May 29 21:39:42.800 INFO O| May 29 21:39:42.800 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79522024-05-29T21:39:44.184Z[ recovery-image] May 29 21:39:42.800 INFO O| May 29 21:39:42.800 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79532024-05-29T21:39:44.184Z[ recovery-image] May 29 21:39:42.801 INFO O| May 29 21:39:42.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79542024-05-29T21:39:44.184Z[ recovery-image] May 29 21:39:42.801 INFO O| May 29 21:39:42.801 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79552024-05-29T21:39:44.190Z[ recovery-image] May 29 21:39:42.801 INFO O| May 29 21:39:42.801 INFO ok!
79562024-05-29T21:39:44.190Z[ recovery-image] May 29 21:39:42.801 INFO O| May 29 21:39:42.801 INFO STEP 31 (ensure_file) COMPLETE
79572024-05-29T21:39:44.190Z[ recovery-image] May 29 21:39:42.801 INFO O| May 29 21:39:42.801 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79582024-05-29T21:39:44.222Z[ recovery-image] May 29 21:39:42.838 INFO O| May 29 21:39:42.838 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79592024-05-29T21:39:44.222Z[ recovery-image] May 29 21:39:42.839 INFO O| May 29 21:39:42.838 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79602024-05-29T21:39:44.225Z[ recovery-image] May 29 21:39:42.839 INFO O| May 29 21:39:42.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79612024-05-29T21:39:44.225Z[ recovery-image] May 29 21:39:42.839 INFO O| May 29 21:39:42.839 INFO ok!
79622024-05-29T21:39:44.225Z[ recovery-image] May 29 21:39:42.839 INFO O| May 29 21:39:42.839 INFO STEP 32 (ensure_file) COMPLETE
79632024-05-29T21:39:44.225Z[ recovery-image] May 29 21:39:42.839 INFO O| May 29 21:39:42.839 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79642024-05-29T21:39:44.245Z[ recovery-image] May 29 21:39:42.861 INFO O| May 29 21:39:42.861 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79652024-05-29T21:39:44.245Z[ recovery-image] May 29 21:39:42.861 INFO O| May 29 21:39:42.861 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79662024-05-29T21:39:44.248Z[ recovery-image] May 29 21:39:42.862 INFO O| May 29 21:39:42.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79672024-05-29T21:39:44.248Z[ recovery-image] May 29 21:39:42.862 INFO O| May 29 21:39:42.862 INFO ok!
79682024-05-29T21:39:44.248Z[ recovery-image] May 29 21:39:42.862 INFO O| May 29 21:39:42.862 INFO STEP 33 (ensure_file) COMPLETE
79692024-05-29T21:39:44.248Z[ recovery-image] May 29 21:39:42.862 INFO O| May 29 21:39:42.862 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79702024-05-29T21:39:44.268Z[ recovery-image] May 29 21:39:42.884 INFO O| May 29 21:39:42.884 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79712024-05-29T21:39:44.268Z[ recovery-image] May 29 21:39:42.884 INFO O| May 29 21:39:42.884 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79722024-05-29T21:39:44.268Z[ recovery-image] May 29 21:39:42.884 INFO O| May 29 21:39:42.884 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79732024-05-29T21:39:44.271Z[ recovery-image] May 29 21:39:42.884 INFO O| May 29 21:39:42.884 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79742024-05-29T21:39:44.271Z[ recovery-image] May 29 21:39:42.885 INFO O| May 29 21:39:42.884 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79752024-05-29T21:39:44.271Z[ recovery-image] May 29 21:39:42.885 INFO O| May 29 21:39:42.884 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79762024-05-29T21:39:44.272Z[ recovery-image] May 29 21:39:42.885 INFO O| May 29 21:39:42.885 INFO ok!
79772024-05-29T21:39:44.272Z[ recovery-image] May 29 21:39:42.885 INFO O| May 29 21:39:42.885 INFO STEP 34 (ensure_file) COMPLETE
79782024-05-29T21:39:44.272Z[ recovery-image] May 29 21:39:42.885 INFO O| May 29 21:39:42.885 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79792024-05-29T21:39:44.290Z[ recovery-image] May 29 21:39:42.906 INFO O| May 29 21:39:42.906 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79802024-05-29T21:39:44.290Z[ recovery-image] May 29 21:39:42.906 INFO O| May 29 21:39:42.906 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79812024-05-29T21:39:44.293Z[ recovery-image] May 29 21:39:42.906 INFO O| May 29 21:39:42.906 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79822024-05-29T21:39:44.294Z[ recovery-image] May 29 21:39:42.907 INFO O| May 29 21:39:42.907 INFO STEP 35 (ensure_dir) COMPLETE
79832024-05-29T21:39:44.294Z[ recovery-image] May 29 21:39:42.907 INFO O| May 29 21:39:42.907 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79842024-05-29T21:39:44.311Z[ recovery-image] May 29 21:39:42.927 INFO O| May 29 21:39:42.927 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
79852024-05-29T21:39:44.311Z[ recovery-image] May 29 21:39:42.927 INFO O| May 29 21:39:42.927 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 ...
79862024-05-29T21:39:44.314Z[ recovery-image] May 29 21:39:42.927 INFO O| May 29 21:39:42.927 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
79872024-05-29T21:39:44.314Z[ recovery-image] May 29 21:39:42.927 INFO O| May 29 21:39:42.927 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
79882024-05-29T21:39:44.315Z[ recovery-image] May 29 21:39:42.928 INFO O| May 29 21:39:42.927 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
79892024-05-29T21:39:44.315Z[ recovery-image] May 29 21:39:42.928 INFO O| May 29 21:39:42.928 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
79902024-05-29T21:39:44.315Z[ recovery-image] May 29 21:39:42.928 INFO O| May 29 21:39:42.928 INFO ok!
79912024-05-29T21:39:44.315Z[ recovery-image] May 29 21:39:42.928 INFO O| May 29 21:39:42.928 INFO STEP 36 (ensure_file) COMPLETE
79922024-05-29T21:39:44.315Z[ recovery-image] May 29 21:39:42.928 INFO O| May 29 21:39:42.928 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79932024-05-29T21:39:44.344Z[ recovery-image] May 29 21:39:42.948 INFO O| May 29 21:39:42.948 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79942024-05-29T21:39:44.344Z[ recovery-image] May 29 21:39:42.948 INFO O| May 29 21:39:42.948 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 ...
79952024-05-29T21:39:44.344Z[ recovery-image] May 29 21:39:42.948 INFO O| May 29 21:39:42.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79962024-05-29T21:39:44.348Z[ recovery-image] May 29 21:39:42.948 INFO O| May 29 21:39:42.948 INFO ok!
79972024-05-29T21:39:44.348Z[ recovery-image] May 29 21:39:42.948 INFO O| May 29 21:39:42.948 INFO STEP 37 (ensure_symlink) COMPLETE
79982024-05-29T21:39:44.348Z[ recovery-image] May 29 21:39:42.948 INFO O| May 29 21:39:42.948 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79992024-05-29T21:39:44.352Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.968 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80002024-05-29T21:39:44.352Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80012024-05-29T21:39:44.358Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80022024-05-29T21:39:44.358Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80032024-05-29T21:39:44.358Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80042024-05-29T21:39:44.358Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80052024-05-29T21:39:44.358Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO ok!
80062024-05-29T21:39:44.358Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO STEP 38 (ensure_file) COMPLETE
80072024-05-29T21:39:44.358Z[ recovery-image] May 29 21:39:42.969 INFO O| May 29 21:39:42.969 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80082024-05-29T21:39:44.373Z[ recovery-image] May 29 21:39:42.989 INFO O| May 29 21:39:42.989 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80092024-05-29T21:39:44.373Z[ recovery-image] May 29 21:39:42.989 INFO O| May 29 21:39:42.989 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 ...
80102024-05-29T21:39:44.377Z[ recovery-image] May 29 21:39:42.989 INFO O| May 29 21:39:42.989 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
80112024-05-29T21:39:44.377Z[ recovery-image] May 29 21:39:42.990 INFO O| May 29 21:39:42.990 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80122024-05-29T21:39:44.377Z[ recovery-image] May 29 21:39:42.990 INFO O| May 29 21:39:42.990 INFO ok!
80132024-05-29T21:39:44.377Z[ recovery-image] May 29 21:39:42.990 INFO O| May 29 21:39:42.990 INFO STEP 39 (ensure_file) COMPLETE
80142024-05-29T21:39:44.377Z[ recovery-image] May 29 21:39:42.990 INFO O| May 29 21:39:42.990 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-05-29T21:39:44.393Z[ recovery-image] May 29 21:39:43.009 INFO O| May 29 21:39:43.009 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80162024-05-29T21:39:44.393Z[ recovery-image] May 29 21:39:43.009 INFO O| May 29 21:39:43.009 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80172024-05-29T21:39:44.393Z[ recovery-image] May 29 21:39:43.009 INFO O| May 29 21:39:43.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80182024-05-29T21:39:44.393Z[ recovery-image] May 29 21:39:43.009 INFO O| May 29 21:39:43.009 INFO ok!
80192024-05-29T21:39:44.397Z[ recovery-image] May 29 21:39:43.009 INFO O| May 29 21:39:43.009 INFO STEP 40 (ensure_file) COMPLETE
80202024-05-29T21:39:44.397Z[ recovery-image] May 29 21:39:43.009 INFO O| May 29 21:39:43.009 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80212024-05-29T21:39:44.411Z[ recovery-image] May 29 21:39:43.028 INFO O| May 29 21:39:43.027 INFO updating shadow file
80222024-05-29T21:39:44.412Z[ recovery-image] May 29 21:39:43.028 INFO O| May 29 21:39:43.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80232024-05-29T21:39:44.412Z[ recovery-image] May 29 21:39:43.028 INFO O| May 29 21:39:43.028 INFO STEP 41 (shadow) COMPLETE
80242024-05-29T21:39:44.417Z[ recovery-image] May 29 21:39:43.028 INFO O| May 29 21:39:43.028 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80252024-05-29T21:39:44.451Z[ recovery-image] May 29 21:39:43.065 INFO O| May 29 21:39:43.065 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80262024-05-29T21:39:44.451Z[ recovery-image] May 29 21:39:43.065 INFO O| May 29 21:39:43.065 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80272024-05-29T21:39:44.459Z[ recovery-image] May 29 21:39:43.066 INFO O| May 29 21:39:43.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80282024-05-29T21:39:44.459Z[ recovery-image] May 29 21:39:43.066 INFO O| May 29 21:39:43.066 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80292024-05-29T21:39:44.459Z[ recovery-image] May 29 21:39:43.066 INFO O| May 29 21:39:43.066 INFO ok!
80302024-05-29T21:39:44.459Z[ recovery-image] May 29 21:39:43.066 INFO O| May 29 21:39:43.066 INFO STEP 42 (ensure_file) COMPLETE
80312024-05-29T21:39:44.459Z[ recovery-image] May 29 21:39:43.066 INFO O| May 29 21:39:43.066 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80322024-05-29T21:39:44.469Z[ recovery-image] May 29 21:39:43.085 INFO O| May 29 21:39:43.085 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80332024-05-29T21:39:44.469Z[ recovery-image] May 29 21:39:43.085 INFO O| May 29 21:39:43.085 INFO STEP 43 (ensure_dir) COMPLETE
80342024-05-29T21:39:44.469Z[ recovery-image] May 29 21:39:43.085 INFO O| May 29 21:39:43.085 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80352024-05-29T21:39:44.508Z[ recovery-image] May 29 21:39:43.123 INFO O| May 29 21:39:43.123 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80362024-05-29T21:39:44.508Z[ recovery-image] May 29 21:39:43.123 INFO O| May 29 21:39:43.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80372024-05-29T21:39:44.513Z[ recovery-image] May 29 21:39:43.123 INFO O| May 29 21:39:43.123 INFO STEP 44 (ensure_dir) COMPLETE
80382024-05-29T21:39:44.513Z[ recovery-image] May 29 21:39:43.123 INFO O| May 29 21:39:43.123 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80392024-05-29T21:39:44.540Z[ recovery-image] May 29 21:39:43.156 INFO O| May 29 21:39:43.156 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80402024-05-29T21:39:44.540Z[ recovery-image] May 29 21:39:43.156 INFO O| May 29 21:39:43.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80412024-05-29T21:39:44.540Z[ recovery-image] May 29 21:39:43.156 INFO O| May 29 21:39:43.156 INFO STEP 45 (ensure_dir) COMPLETE
80422024-05-29T21:39:44.543Z[ recovery-image] May 29 21:39:43.156 INFO O| May 29 21:39:43.156 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80432024-05-29T21:39:44.559Z[ recovery-image] May 29 21:39:43.176 INFO O| May 29 21:39:43.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80442024-05-29T21:39:44.559Z[ recovery-image] May 29 21:39:43.176 INFO O| May 29 21:39:43.176 INFO copying /tmp/.tmp3HhEf3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80452024-05-29T21:39:44.603Z[ recovery-image] May 29 21:39:43.217 INFO O| May 29 21:39:43.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80462024-05-29T21:39:44.603Z[ recovery-image] May 29 21:39:43.217 INFO O| May 29 21:39:43.217 INFO ok!
80472024-05-29T21:39:44.603Z[ recovery-image] May 29 21:39:43.217 INFO O| May 29 21:39:43.217 INFO STEP 46 (ensure_file) COMPLETE
80482024-05-29T21:39:44.603Z[ recovery-image] May 29 21:39:43.217 INFO O| May 29 21:39:43.217 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80492024-05-29T21:39:44.621Z[ recovery-image] May 29 21:39:43.238 INFO O| May 29 21:39:43.237 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80502024-05-29T21:39:44.621Z[ recovery-image] May 29 21:39:43.238 INFO O| May 29 21:39:43.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80512024-05-29T21:39:44.626Z[ recovery-image] May 29 21:39:43.238 INFO O| May 29 21:39:43.238 INFO STEP 47 (ensure_dir) COMPLETE
80522024-05-29T21:39:44.626Z[ recovery-image] May 29 21:39:43.238 INFO O| May 29 21:39:43.238 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80532024-05-29T21:39:44.640Z[ recovery-image] May 29 21:39:43.256 INFO O| May 29 21:39:43.256 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80542024-05-29T21:39:44.640Z[ recovery-image] May 29 21:39:43.256 INFO O| May 29 21:39:43.256 INFO copying /tmp/.tmp3HhEf3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80552024-05-29T21:39:44.643Z[ recovery-image] May 29 21:39:43.257 INFO O| May 29 21:39:43.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80562024-05-29T21:39:44.643Z[ recovery-image] May 29 21:39:43.257 INFO O| May 29 21:39:43.256 INFO ok!
80572024-05-29T21:39:44.644Z[ recovery-image] May 29 21:39:43.257 INFO O| May 29 21:39:43.257 INFO STEP 48 (ensure_file) COMPLETE
80582024-05-29T21:39:44.644Z[ recovery-image] May 29 21:39:43.257 INFO O| May 29 21:39:43.257 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80592024-05-29T21:39:44.665Z[ recovery-image] May 29 21:39:43.277 INFO O| May 29 21:39:43.277 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80602024-05-29T21:39:44.665Z[ recovery-image] May 29 21:39:43.277 INFO O| May 29 21:39:43.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80612024-05-29T21:39:44.665Z[ recovery-image] May 29 21:39:43.277 INFO O| May 29 21:39:43.277 INFO STEP 49 (ensure_dir) COMPLETE
80622024-05-29T21:39:44.669Z[ recovery-image] May 29 21:39:43.277 INFO O| May 29 21:39:43.277 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80632024-05-29T21:39:44.682Z[ recovery-image] May 29 21:39:43.298 INFO O| May 29 21:39:43.298 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80642024-05-29T21:39:44.682Z[ recovery-image] May 29 21:39:43.298 INFO O| May 29 21:39:43.298 INFO copying /tmp/.tmp3HhEf3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80652024-05-29T21:39:44.703Z[ recovery-image] May 29 21:39:43.318 INFO O| May 29 21:39:43.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80662024-05-29T21:39:44.703Z[ recovery-image] May 29 21:39:43.319 INFO O| May 29 21:39:43.318 INFO ok!
80672024-05-29T21:39:44.703Z[ recovery-image] May 29 21:39:43.319 INFO O| May 29 21:39:43.318 INFO STEP 50 (ensure_file) COMPLETE
80682024-05-29T21:39:44.703Z[ recovery-image] May 29 21:39:43.319 INFO O| May 29 21:39:43.318 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80692024-05-29T21:39:44.725Z[ recovery-image] May 29 21:39:43.338 INFO O| May 29 21:39:43.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80702024-05-29T21:39:44.725Z[ recovery-image] May 29 21:39:43.338 INFO O| May 29 21:39:43.338 INFO copying /tmp/.tmp3HhEf3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80712024-05-29T21:39:46.646Z[ recovery-image] May 29 21:39:45.261 INFO O| May 29 21:39:45.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80722024-05-29T21:39:46.646Z[ recovery-image] May 29 21:39:45.261 INFO O| May 29 21:39:45.261 INFO ok!
80732024-05-29T21:39:46.646Z[ recovery-image] May 29 21:39:45.261 INFO O| May 29 21:39:45.261 INFO STEP 51 (ensure_file) COMPLETE
80742024-05-29T21:39:46.649Z[ recovery-image] May 29 21:39:45.261 INFO O| May 29 21:39:45.261 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80752024-05-29T21:39:46.666Z[ recovery-image] May 29 21:39:45.282 INFO O| May 29 21:39:45.282 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80762024-05-29T21:39:46.666Z[ recovery-image] May 29 21:39:45.282 INFO O| May 29 21:39:45.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80772024-05-29T21:39:46.666Z[ recovery-image] May 29 21:39:45.282 INFO O| May 29 21:39:45.282 INFO STEP 52 (ensure_dir) COMPLETE
80782024-05-29T21:39:46.669Z[ recovery-image] May 29 21:39:45.282 INFO O| May 29 21:39:45.282 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80792024-05-29T21:39:46.711Z[ recovery-image] May 29 21:39:45.327 INFO O| May 29 21:39:45.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80802024-05-29T21:39:46.711Z[ recovery-image] May 29 21:39:45.327 INFO O| May 29 21:39:45.327 INFO copying /tmp/.tmp3HhEf3/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 ...
80812024-05-29T21:39:46.717Z[ recovery-image] May 29 21:39:45.327 INFO O| May 29 21:39:45.327 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
80822024-05-29T21:39:46.717Z[ recovery-image] May 29 21:39:45.327 INFO O| May 29 21:39:45.327 INFO ok!
80832024-05-29T21:39:46.718Z[ recovery-image] May 29 21:39:45.327 INFO O| May 29 21:39:45.327 INFO STEP 53 (ensure_file) COMPLETE
80842024-05-29T21:39:46.718Z[ recovery-image] May 29 21:39:45.327 INFO O| May 29 21:39:45.327 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80852024-05-29T21:39:46.745Z[ recovery-image] May 29 21:39:45.361 INFO O| May 29 21:39:45.361 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80862024-05-29T21:39:46.745Z[ recovery-image] May 29 21:39:45.361 INFO O| May 29 21:39:45.361 INFO copying /tmp/.tmp3HhEf3/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 ...
80872024-05-29T21:39:46.745Z[ recovery-image] May 29 21:39:45.361 INFO O| May 29 21:39:45.361 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
80882024-05-29T21:39:46.745Z[ recovery-image] May 29 21:39:45.361 INFO O| May 29 21:39:45.361 INFO ok!
80892024-05-29T21:39:46.746Z[ recovery-image] May 29 21:39:45.361 INFO O| May 29 21:39:45.361 INFO STEP 54 (ensure_file) COMPLETE
80902024-05-29T21:39:46.751Z[ recovery-image] May 29 21:39:45.361 INFO O| May 29 21:39:45.361 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80912024-05-29T21:39:46.787Z[ recovery-image] May 29 21:39:45.385 INFO O| May 29 21:39:45.385 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80922024-05-29T21:39:46.787Z[ recovery-image] May 29 21:39:45.385 INFO O| May 29 21:39:45.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80932024-05-29T21:39:46.792Z[ recovery-image] May 29 21:39:45.385 INFO O| May 29 21:39:45.385 INFO STEP 55 (ensure_dir) COMPLETE
80942024-05-29T21:39:46.792Z[ recovery-image] May 29 21:39:45.385 INFO O| May 29 21:39:45.385 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80952024-05-29T21:39:46.804Z[ recovery-image] May 29 21:39:45.419 INFO O| May 29 21:39:45.419 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80962024-05-29T21:39:46.804Z[ recovery-image] May 29 21:39:45.419 INFO O| May 29 21:39:45.419 INFO copying /tmp/.tmp3HhEf3/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 ...
80972024-05-29T21:39:46.808Z[ recovery-image] May 29 21:39:45.419 INFO O| May 29 21:39:45.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80982024-05-29T21:39:46.808Z[ recovery-image] May 29 21:39:45.419 INFO O| May 29 21:39:45.419 INFO ok!
80992024-05-29T21:39:46.808Z[ recovery-image] May 29 21:39:45.419 INFO O| May 29 21:39:45.419 INFO STEP 56 (ensure_file) COMPLETE
81002024-05-29T21:39:46.808Z[ recovery-image] May 29 21:39:45.419 INFO O| May 29 21:39:45.419 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81012024-05-29T21:39:46.822Z[ recovery-image] May 29 21:39:45.438 INFO O| May 29 21:39:45.437 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81022024-05-29T21:39:46.822Z[ recovery-image] May 29 21:39:45.438 INFO O| May 29 21:39:45.437 INFO copying /tmp/.tmp3HhEf3/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 ...
81032024-05-29T21:39:46.822Z[ recovery-image] May 29 21:39:45.438 INFO O| May 29 21:39:45.438 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
81042024-05-29T21:39:46.822Z[ recovery-image] May 29 21:39:45.438 INFO O| May 29 21:39:45.438 INFO ok!
81052024-05-29T21:39:46.826Z[ recovery-image] May 29 21:39:45.438 INFO O| May 29 21:39:45.438 INFO STEP 57 (ensure_file) COMPLETE
81062024-05-29T21:39:46.826Z[ recovery-image] May 29 21:39:45.438 INFO O| May 29 21:39:45.438 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81072024-05-29T21:39:46.839Z[ recovery-image] May 29 21:39:45.455 INFO O| May 29 21:39:45.455 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81082024-05-29T21:39:46.839Z[ recovery-image] May 29 21:39:45.455 INFO O| May 29 21:39:45.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81092024-05-29T21:39:46.839Z[ recovery-image] May 29 21:39:45.455 INFO O| May 29 21:39:45.455 INFO STEP 58 (ensure_dir) COMPLETE
81102024-05-29T21:39:46.839Z[ recovery-image] May 29 21:39:45.455 INFO O| May 29 21:39:45.455 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81112024-05-29T21:39:46.868Z[ recovery-image] May 29 21:39:45.474 INFO O| May 29 21:39:45.474 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81122024-05-29T21:39:46.868Z[ recovery-image] May 29 21:39:45.474 INFO O| May 29 21:39:45.474 INFO copying /tmp/.tmp3HhEf3/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 ...
81132024-05-29T21:39:46.874Z[ recovery-image] May 29 21:39:45.474 INFO O| May 29 21:39:45.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81142024-05-29T21:39:46.874Z[ recovery-image] May 29 21:39:45.474 INFO O| May 29 21:39:45.474 INFO ok!
81152024-05-29T21:39:46.874Z[ recovery-image] May 29 21:39:45.474 INFO O| May 29 21:39:45.474 INFO STEP 59 (ensure_file) COMPLETE
81162024-05-29T21:39:46.875Z[ recovery-image] May 29 21:39:45.474 INFO O| May 29 21:39:45.474 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81172024-05-29T21:39:46.884Z[ recovery-image] May 29 21:39:45.499 INFO O| May 29 21:39:45.499 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81182024-05-29T21:39:46.884Z[ recovery-image] May 29 21:39:45.499 INFO O| May 29 21:39:45.499 INFO copying /tmp/.tmp3HhEf3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81192024-05-29T21:39:46.888Z[ recovery-image] May 29 21:39:45.499 INFO O| May 29 21:39:45.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81202024-05-29T21:39:46.888Z[ recovery-image] May 29 21:39:45.499 INFO O| May 29 21:39:45.499 INFO ok!
81212024-05-29T21:39:46.888Z[ recovery-image] May 29 21:39:45.499 INFO O| May 29 21:39:45.499 INFO STEP 60 (ensure_file) COMPLETE
81222024-05-29T21:39:46.888Z[ recovery-image] May 29 21:39:45.499 INFO O| May 29 21:39:45.499 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81232024-05-29T21:39:46.926Z[ recovery-image] May 29 21:39:45.541 INFO O| May 29 21:39:45.541 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81242024-05-29T21:39:46.926Z[ recovery-image] May 29 21:39:45.541 INFO O| May 29 21:39:45.541 INFO STEP 61 (ensure_dir) COMPLETE
81252024-05-29T21:39:46.935Z[ recovery-image] May 29 21:39:45.541 INFO O| May 29 21:39:45.541 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81262024-05-29T21:39:46.961Z[ recovery-image] May 29 21:39:45.577 INFO O| May 29 21:39:45.577 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81272024-05-29T21:39:46.961Z[ recovery-image] May 29 21:39:45.577 INFO O| May 29 21:39:45.577 INFO STEP 62 (ensure_dir) COMPLETE
81282024-05-29T21:39:46.961Z[ recovery-image] May 29 21:39:45.577 INFO O| May 29 21:39:45.577 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81292024-05-29T21:39:46.986Z[ recovery-image] May 29 21:39:45.596 INFO O| May 29 21:39:45.596 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81302024-05-29T21:39:46.986Z[ recovery-image] May 29 21:39:45.596 INFO O| May 29 21:39:45.596 INFO STEP 63 (ensure_dir) COMPLETE
81312024-05-29T21:39:46.990Z[ recovery-image] May 29 21:39:45.596 INFO O| May 29 21:39:45.596 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81322024-05-29T21:39:47.021Z[ recovery-image] May 29 21:39:45.637 INFO O| May 29 21:39:45.637 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81332024-05-29T21:39:47.021Z[ recovery-image] May 29 21:39:45.637 INFO O| May 29 21:39:45.637 INFO STEP 64 (ensure_dir) COMPLETE
81342024-05-29T21:39:47.025Z[ recovery-image] May 29 21:39:45.637 INFO O| May 29 21:39:45.637 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81352024-05-29T21:39:47.039Z[ recovery-image] May 29 21:39:45.655 INFO O| May 29 21:39:45.655 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81362024-05-29T21:39:47.039Z[ recovery-image] May 29 21:39:45.655 INFO O| May 29 21:39:45.655 INFO copying /tmp/.tmp3HhEf3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81372024-05-29T21:39:47.039Z[ recovery-image] May 29 21:39:45.655 INFO O| May 29 21:39:45.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81382024-05-29T21:39:47.043Z[ recovery-image] May 29 21:39:45.655 INFO O| May 29 21:39:45.655 INFO ok!
81392024-05-29T21:39:47.043Z[ recovery-image] May 29 21:39:45.655 INFO O| May 29 21:39:45.655 INFO STEP 65 (ensure_file) COMPLETE
81402024-05-29T21:39:47.043Z[ recovery-image] May 29 21:39:45.655 INFO O| May 29 21:39:45.655 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81412024-05-29T21:39:47.055Z[ recovery-image] May 29 21:39:45.670 INFO O| May 29 21:39:45.670 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81422024-05-29T21:39:47.058Z[ recovery-image] May 29 21:39:45.670 INFO O| May 29 21:39:45.670 INFO STEP 66 (remove_files) COMPLETE
81432024-05-29T21:39:47.059Z[ recovery-image] May 29 21:39:45.671 INFO O| May 29 21:39:45.670 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81442024-05-29T21:39:47.071Z[ recovery-image] May 29 21:39:45.687 INFO O| May 29 21:39:45.687 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81452024-05-29T21:39:47.074Z[ recovery-image] May 29 21:39:45.688 INFO O| May 29 21:39:45.688 INFO STEP 67 (remove_files) COMPLETE
81462024-05-29T21:39:47.074Z[ recovery-image] May 29 21:39:45.688 INFO O| May 29 21:39:45.688 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81472024-05-29T21:39:47.090Z[ recovery-image] May 29 21:39:45.707 INFO O| May 29 21:39:45.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81482024-05-29T21:39:47.096Z[ recovery-image] May 29 21:39:45.707 INFO O| May 29 21:39:45.707 INFO STEP 68 (remove_files) COMPLETE
81492024-05-29T21:39:47.097Z[ recovery-image] May 29 21:39:45.707 INFO O| May 29 21:39:45.707 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81502024-05-29T21:39:47.125Z[ recovery-image] May 29 21:39:45.741 INFO O| May 29 21:39:45.741 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81512024-05-29T21:39:47.128Z[ recovery-image] May 29 21:39:45.741 INFO O| May 29 21:39:45.741 INFO STEP 69 (remove_files) COMPLETE
81522024-05-29T21:39:47.128Z[ recovery-image] May 29 21:39:45.742 INFO O| May 29 21:39:45.741 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81532024-05-29T21:39:47.149Z[ recovery-image] May 29 21:39:45.764 INFO O| May 29 21:39:45.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81542024-05-29T21:39:47.152Z[ recovery-image] May 29 21:39:45.765 INFO O| May 29 21:39:45.765 INFO STEP 70 (remove_files) COMPLETE
81552024-05-29T21:39:47.152Z[ recovery-image] May 29 21:39:45.765 INFO O| May 29 21:39:45.765 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81562024-05-29T21:39:47.170Z[ recovery-image] May 29 21:39:45.785 INFO O| May 29 21:39:45.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81572024-05-29T21:39:47.173Z[ recovery-image] May 29 21:39:45.786 INFO O| May 29 21:39:45.786 INFO STEP 71 (remove_files) COMPLETE
81582024-05-29T21:39:47.173Z[ recovery-image] May 29 21:39:45.786 INFO O| May 29 21:39:45.786 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81592024-05-29T21:39:47.221Z[ recovery-image] May 29 21:39:45.836 INFO O| May 29 21:39:45.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81602024-05-29T21:39:47.229Z[ recovery-image] May 29 21:39:45.836 INFO O| May 29 21:39:45.836 INFO STEP 72 (remove_files) COMPLETE
81612024-05-29T21:39:47.229Z[ recovery-image] May 29 21:39:45.836 INFO O| May 29 21:39:45.836 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81622024-05-29T21:39:47.244Z[ recovery-image] May 29 21:39:45.857 INFO O| May 29 21:39:45.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81632024-05-29T21:39:47.244Z[ recovery-image] May 29 21:39:45.857 INFO O| May 29 21:39:45.857 INFO STEP 73 (remove_files) COMPLETE
81642024-05-29T21:39:47.244Z[ recovery-image] May 29 21:39:45.857 INFO O| May 29 21:39:45.857 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81652024-05-29T21:39:47.259Z[ recovery-image] May 29 21:39:45.875 INFO O| May 29 21:39:45.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81662024-05-29T21:39:47.259Z[ recovery-image] May 29 21:39:45.875 INFO O| May 29 21:39:45.875 INFO STEP 74 (remove_files) COMPLETE
81672024-05-29T21:39:47.259Z[ recovery-image] May 29 21:39:45.875 INFO O| May 29 21:39:45.875 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81682024-05-29T21:39:47.286Z[ recovery-image] May 29 21:39:45.902 INFO O| May 29 21:39:45.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81692024-05-29T21:39:47.286Z[ recovery-image] May 29 21:39:45.902 INFO O| May 29 21:39:45.902 INFO STEP 75 (remove_files) COMPLETE
81702024-05-29T21:39:47.286Z[ recovery-image] May 29 21:39:45.902 INFO O| May 29 21:39:45.902 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81712024-05-29T21:39:47.304Z[ recovery-image] May 29 21:39:45.920 INFO O| May 29 21:39:45.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81722024-05-29T21:39:47.304Z[ recovery-image] May 29 21:39:45.920 INFO O| May 29 21:39:45.920 INFO STEP 76 (remove_files) COMPLETE
81732024-05-29T21:39:47.308Z[ recovery-image] May 29 21:39:45.921 INFO O| May 29 21:39:45.920 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81742024-05-29T21:39:47.322Z[ recovery-image] May 29 21:39:45.938 INFO O| May 29 21:39:45.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81752024-05-29T21:39:47.322Z[ recovery-image] May 29 21:39:45.938 INFO O| May 29 21:39:45.938 INFO STEP 77 (remove_files) COMPLETE
81762024-05-29T21:39:47.322Z[ recovery-image] May 29 21:39:45.938 INFO O| May 29 21:39:45.938 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81772024-05-29T21:39:47.355Z[ recovery-image] May 29 21:39:45.956 INFO O| May 29 21:39:45.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81782024-05-29T21:39:47.355Z[ recovery-image] May 29 21:39:45.956 INFO O| May 29 21:39:45.956 INFO STEP 78 (remove_files) COMPLETE
81792024-05-29T21:39:47.357Z[ recovery-image] May 29 21:39:45.956 INFO O| May 29 21:39:45.956 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81802024-05-29T21:39:47.396Z[ recovery-image] May 29 21:39:46.012 INFO O| May 29 21:39:46.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81812024-05-29T21:39:47.397Z[ recovery-image] May 29 21:39:46.012 INFO O| May 29 21:39:46.012 INFO STEP 79 (remove_files) COMPLETE
81822024-05-29T21:39:47.397Z[ recovery-image] May 29 21:39:46.012 INFO O| May 29 21:39:46.012 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81832024-05-29T21:39:47.415Z[ recovery-image] May 29 21:39:46.031 INFO O| May 29 21:39:46.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81842024-05-29T21:39:47.415Z[ recovery-image] May 29 21:39:46.031 INFO O| May 29 21:39:46.031 INFO STEP 80 (remove_files) COMPLETE
81852024-05-29T21:39:47.415Z[ recovery-image] May 29 21:39:46.031 INFO O| May 29 21:39:46.031 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81862024-05-29T21:39:47.449Z[ recovery-image] May 29 21:39:46.065 INFO O| May 29 21:39:46.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81872024-05-29T21:39:47.449Z[ recovery-image] May 29 21:39:46.065 INFO O| May 29 21:39:46.065 INFO STEP 81 (remove_files) COMPLETE
81882024-05-29T21:39:47.453Z[ recovery-image] May 29 21:39:46.065 INFO O| May 29 21:39:46.065 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81892024-05-29T21:39:47.474Z[ recovery-image] May 29 21:39:46.090 INFO O| May 29 21:39:46.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81902024-05-29T21:39:47.474Z[ recovery-image] May 29 21:39:46.090 INFO O| May 29 21:39:46.090 INFO STEP 82 (remove_files) COMPLETE
81912024-05-29T21:39:47.478Z[ recovery-image] May 29 21:39:46.090 INFO O| May 29 21:39:46.090 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81922024-05-29T21:39:47.494Z[ recovery-image] May 29 21:39:46.110 INFO O| May 29 21:39:46.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81932024-05-29T21:39:47.494Z[ recovery-image] May 29 21:39:46.110 INFO O| May 29 21:39:46.110 INFO STEP 83 (remove_files) COMPLETE
81942024-05-29T21:39:47.494Z[ recovery-image] May 29 21:39:46.110 INFO O| May 29 21:39:46.110 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81952024-05-29T21:39:47.513Z[ recovery-image] May 29 21:39:46.128 INFO O| May 29 21:39:46.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81962024-05-29T21:39:47.514Z[ recovery-image] May 29 21:39:46.128 INFO O| May 29 21:39:46.128 INFO STEP 84 (remove_files) COMPLETE
81972024-05-29T21:39:47.514Z[ recovery-image] May 29 21:39:46.128 INFO O| May 29 21:39:46.128 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81982024-05-29T21:39:47.530Z[ recovery-image] May 29 21:39:46.146 INFO O| May 29 21:39:46.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81992024-05-29T21:39:47.530Z[ recovery-image] May 29 21:39:46.146 INFO O| May 29 21:39:46.146 INFO STEP 85 (remove_files) COMPLETE
82002024-05-29T21:39:47.530Z[ recovery-image] May 29 21:39:46.146 INFO O| May 29 21:39:46.146 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82012024-05-29T21:39:47.552Z[ recovery-image] May 29 21:39:46.168 INFO O| May 29 21:39:46.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82022024-05-29T21:39:47.552Z[ recovery-image] May 29 21:39:46.168 INFO O| May 29 21:39:46.168 INFO STEP 86 (remove_files) COMPLETE
82032024-05-29T21:39:47.552Z[ recovery-image] May 29 21:39:46.168 INFO O| May 29 21:39:46.168 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82042024-05-29T21:39:47.571Z[ recovery-image] May 29 21:39:46.187 INFO O| May 29 21:39:46.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82052024-05-29T21:39:47.571Z[ recovery-image] May 29 21:39:46.187 INFO O| May 29 21:39:46.187 INFO STEP 87 (remove_files) COMPLETE
82062024-05-29T21:39:47.571Z[ recovery-image] May 29 21:39:46.187 INFO O| May 29 21:39:46.187 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82072024-05-29T21:39:47.590Z[ recovery-image] May 29 21:39:46.205 INFO O| May 29 21:39:46.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82082024-05-29T21:39:47.590Z[ recovery-image] May 29 21:39:46.205 INFO O| May 29 21:39:46.205 INFO STEP 88 (remove_files) COMPLETE
82092024-05-29T21:39:47.590Z[ recovery-image] May 29 21:39:46.205 INFO O| May 29 21:39:46.205 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82102024-05-29T21:39:47.618Z[ recovery-image] May 29 21:39:46.233 INFO O| May 29 21:39:46.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82112024-05-29T21:39:47.618Z[ recovery-image] May 29 21:39:46.233 INFO O| May 29 21:39:46.233 INFO STEP 89 (remove_files) COMPLETE
82122024-05-29T21:39:47.622Z[ recovery-image] May 29 21:39:46.234 INFO O| May 29 21:39:46.233 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82132024-05-29T21:39:47.662Z[ recovery-image] May 29 21:39:46.274 INFO O| May 29 21:39:46.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82142024-05-29T21:39:47.662Z[ recovery-image] May 29 21:39:46.274 INFO O| May 29 21:39:46.274 INFO STEP 90 (remove_files) COMPLETE
82152024-05-29T21:39:47.669Z[ recovery-image] May 29 21:39:46.274 INFO O| May 29 21:39:46.274 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82162024-05-29T21:39:47.678Z[ recovery-image] May 29 21:39:46.294 INFO O| May 29 21:39:46.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82172024-05-29T21:39:47.678Z[ recovery-image] May 29 21:39:46.294 INFO O| May 29 21:39:46.294 INFO STEP 91 (remove_files) COMPLETE
82182024-05-29T21:39:47.678Z[ recovery-image] May 29 21:39:46.294 INFO O| May 29 21:39:46.294 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82192024-05-29T21:39:47.696Z[ recovery-image] May 29 21:39:46.312 INFO O| May 29 21:39:46.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82202024-05-29T21:39:47.696Z[ recovery-image] May 29 21:39:46.312 INFO O| May 29 21:39:46.312 INFO STEP 92 (remove_files) COMPLETE
82212024-05-29T21:39:47.696Z[ recovery-image] May 29 21:39:46.312 INFO O| May 29 21:39:46.312 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82222024-05-29T21:39:47.712Z[ recovery-image] May 29 21:39:46.328 INFO O| May 29 21:39:46.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82232024-05-29T21:39:47.712Z[ recovery-image] May 29 21:39:46.328 INFO O| May 29 21:39:46.328 INFO STEP 93 (remove_files) COMPLETE
82242024-05-29T21:39:47.712Z[ recovery-image] May 29 21:39:46.328 INFO O| May 29 21:39:46.328 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82252024-05-29T21:39:47.748Z[ recovery-image] May 29 21:39:46.364 INFO O| May 29 21:39:46.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82262024-05-29T21:39:47.753Z[ recovery-image] May 29 21:39:46.364 INFO O| May 29 21:39:46.364 INFO STEP 94 (remove_files) COMPLETE
82272024-05-29T21:39:47.753Z[ recovery-image] May 29 21:39:46.364 INFO O| May 29 21:39:46.364 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82282024-05-29T21:39:47.775Z[ recovery-image] May 29 21:39:46.391 INFO O| May 29 21:39:46.390 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82292024-05-29T21:39:47.778Z[ recovery-image] May 29 21:39:46.391 INFO O| May 29 21:39:46.391 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
82302024-05-29T21:40:02.011Z[ recovery-image] May 29 21:40:00.620 INFO O| May 29 21:40:00.620 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
82312024-05-29T21:40:02.016Z[ recovery-image] May 29 21:40:00.620 INFO O| May 29 21:40:00.620 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82322024-05-29T21:40:02.030Z[ recovery-image] May 29 21:40:00.639 INFO O| May 29 21:40:00.639 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"}
82332024-05-29T21:40:02.207Z[ recovery-image] May 29 21:40:00.817 INFO O| May 29 21:40:00.817 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82342024-05-29T21:40:02.214Z[ recovery-image] May 29 21:40:00.817 INFO O| May 29 21:40:00.817 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 ...
82352024-05-29T21:40:02.214Z[ recovery-image] May 29 21:40:00.820 INFO O| May 29 21:40:00.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82362024-05-29T21:40:02.214Z[ recovery-image] May 29 21:40:00.820 INFO O| May 29 21:40:00.820 INFO ok!
82372024-05-29T21:40:02.214Z[ recovery-image] May 29 21:40:00.820 INFO O| May 29 21:40:00.820 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82382024-05-29T21:40:02.214Z[ recovery-image] May 29 21:40:00.820 INFO O| May 29 21:40:00.820 INFO STEP 95 (seed_smf) COMPLETE
82392024-05-29T21:40:02.215Z[ recovery-image] May 29 21:40:00.820 INFO O| May 29 21:40:00.820 INFO steps complete; finalising image!
82402024-05-29T21:40:02.215Z[ recovery-image] May 29 21:40:00.820 INFO O| May 29 21:40:00.820 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82412024-05-29T21:40:02.272Z[ recovery-image] May 29 21:40:00.886 INFO O| May 29 21:40:00.886 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Wed May 29 21:40:00 2024)
82422024-05-29T21:40:02.490Z[ recovery-image] May 29 21:40:01.104 INFO O| May 29 21:40:01.104 INFO trim TEMPORARY-gimlet-zfs-recovery: (29% trimmed, started at Wed May 29 21:40:00 2024)
82432024-05-29T21:40:02.709Z[ recovery-image] May 29 21:40:01.323 INFO O| May 29 21:40:01.323 INFO trim TEMPORARY-gimlet-zfs-recovery: (55% trimmed, started at Wed May 29 21:40:00 2024)
82442024-05-29T21:40:03.107Z[ recovery-image] May 29 21:40:01.721 INFO O| May 29 21:40:01.721 INFO temporary pool has 383M used, 1.38G avail, 1.00x compressratio
82452024-05-29T21:40:03.107Z[ recovery-image] May 29 21:40:01.721 INFO O| May 29 21:40:01.721 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82462024-05-29T21:40:04.032Z[ recovery-image] May 29 21:40:02.646 INFO O| May 29 21:40:02.645 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
82472024-05-29T21:40:04.032Z[ recovery-image] May 29 21:40:02.646 INFO O| May 29 21:40:02.646 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82482024-05-29T21:40:09.966Z[ recovery-image] May 29 21:40:08.167 INFO O| May 29 21:40:08.166 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82492024-05-29T21:40:09.966Z[ recovery-image] May 29 21:40:08.167 INFO O| May 29 21:40:08.167 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82502024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.167 INFO O| May 29 21:40:08.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82512024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.167 INFO O| May 29 21:40:08.167 INFO completed processing gimlet/zfs-recovery
82522024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.167 INFO O| May 29 21:40:08.167 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82532024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.388 INFO O| May 29 21:40:08.388 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82542024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.482 INFO BUILD STRING "heads/stlouis-0-g004716a0dd\n"
82552024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.482 INFO expanded image name: "recovery 6917f42/${os_short_commit} 2024-05-29 21:13" -> "recovery 6917f42/004716a 2024-05-29 21:13"
82562024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.482 INFO output artefacts stored in: "/work/os-recovery"
82572024-05-29T21:40:09.972Z[ recovery-image] May 29 21:40:08.482 INFO collecting git info from project "amd-host-image-builder"...
82582024-05-29T21:40:10.112Z[ recovery-image] May 29 21:40:08.718 INFO collecting git info from project "chelsio-t6-roms"...
82592024-05-29T21:40:10.144Z[ recovery-image] May 29 21:40:08.753 INFO collecting git info from project "pilot"...
82602024-05-29T21:40:10.157Z[ recovery-image] May 29 21:40:08.771 INFO collecting git info from project "pinprick"...
82612024-05-29T21:40:10.165Z[ recovery-image] May 29 21:40:08.778 INFO collecting git info from project "amd-firmware"...
82622024-05-29T21:40:10.533Z[ recovery-image] May 29 21:40:09.146 INFO collecting git info from project "image-builder"...
82632024-05-29T21:40:10.543Z[ recovery-image] May 29 21:40:09.156 INFO collecting git info from project "bootserver"...
82642024-05-29T21:40:10.579Z[ recovery-image] May 29 21:40:09.190 INFO collecting git info from project "phbl"...
82652024-05-29T21:40:10.588Z[ recovery-image] May 29 21:40:09.202 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82662024-05-29T21:40:11.457Z[ recovery-image] May 29 21:40:10.071 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82672024-05-29T21:40:12.165Z[ recovery-image] May 29 21:40:10.768 INFO creating Oxide boot image...
82682024-05-29T21:40:12.165Z[ recovery-image] May 29 21:40:10.768 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 6917f42/004716a 2024-05-29 21:13", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82692024-05-29T21:40:42.635Z[ host-image] May 29 21:40:41.241 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22694:20240520T120848Z
82702024-05-29T21:40:42.635Z[ host-image] May 29 21:40:41.241 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22694:20240520T120849Z
82712024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.242 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
82722024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.242 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
82732024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.242 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
82742024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.242 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
82752024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.243 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
82762024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.243 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
82772024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.243 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
82782024-05-29T21:40:42.648Z[ host-image] May 29 21:40:41.243 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
82792024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.243 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22694:20240520T120849Z
82802024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.245 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22694:20240520T120850Z
82812024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.246 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22694:20240520T120850Z
82822024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.246 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22694:20240520T120850Z
82832024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.247 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82842024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.247 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22694:20240520T120850Z
82852024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.248 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22694:20240520T120850Z
82862024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.248 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22694:20240520T120850Z
82872024-05-29T21:40:42.649Z[ host-image] May 29 21:40:41.248 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22694:20240520T120851Z
82882024-05-29T21:40:42.650Z[ host-image] May 29 21:40:41.248 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22694:20240520T120852Z
82892024-05-29T21:40:42.650Z[ host-image] May 29 21:40:41.249 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22694:20240520T120852Z
82902024-05-29T21:40:42.650Z[ host-image] May 29 21:40:41.249 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22694:20240520T120852Z
82912024-05-29T21:40:42.650Z[ host-image] May 29 21:40:41.249 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22694:20240520T120852Z
82922024-05-29T21:40:42.650Z[ host-image] May 29 21:40:41.249 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22694:20240520T120853Z
82932024-05-29T21:40:42.650Z[ host-image] May 29 21:40:41.249 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22694:20240520T120854Z
82942024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.249 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22694:20240520T120854Z
82952024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.250 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22694:20240520T120856Z
82962024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.250 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22694:20240520T120856Z
82972024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.250 INFO O| install = pkg://helios-dev/driver/network/opte@0.28.233:20240319T191842Z
82982024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.250 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22694:20240520T120858Z
82992024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.250 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22694:20240520T120900Z
83002024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.250 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22694:20240520T120900Z
83012024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.250 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22694:20240520T120901Z
83022024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.251 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22694:20240520T120902Z
83032024-05-29T21:40:42.651Z[ host-image] May 29 21:40:41.251 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22694:20240520T120903Z
83042024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.261 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83052024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.261 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22694:20240520T120903Z
83062024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.261 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
83072024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.261 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83082024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.262 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83092024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.262 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22694:20240520T120903Z
83102024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.263 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83112024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.263 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83122024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.264 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83132024-05-29T21:40:42.656Z[ host-image] May 29 21:40:41.264 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83142024-05-29T21:40:42.722Z[ host-image] May 29 21:40:41.277 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83152024-05-29T21:40:42.722Z[ host-image] May 29 21:40:41.277 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83162024-05-29T21:40:42.722Z[ host-image] May 29 21:40:41.277 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83172024-05-29T21:40:42.722Z[ host-image] May 29 21:40:41.278 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83182024-05-29T21:40:42.722Z[ host-image] May 29 21:40:41.278 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83192024-05-29T21:40:42.722Z[ host-image] May 29 21:40:41.278 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83202024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.315 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.13-2.0:20240130T173931Z
83212024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.316 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83222024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.316 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83232024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.317 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22694:20240520T120905Z
83242024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.317 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22694:20240520T120910Z
83252024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.317 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83262024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.317 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22694:20240520T120911Z
83272024-05-29T21:40:42.762Z[ host-image] May 29 21:40:41.317 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.0:20240105T152825Z
83282024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.318 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.0:20240105T152834Z
83292024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.318 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.0:20230621T194459Z
83302024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.318 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22694:20240520T120911Z
83312024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.318 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83322024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.323 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83332024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.323 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83342024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.323 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22694:20240520T120911Z
83352024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.323 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83362024-05-29T21:40:42.763Z[ host-image] May 29 21:40:41.338 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83372024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.339 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22694:20240520T120912Z
83382024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.341 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22694:20240520T120912Z
83392024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.341 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22694:20240520T120912Z
83402024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.341 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83412024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.342 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22694:20240520T120914Z
83422024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.342 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22694:20240520T120914Z
83432024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.343 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22694:20240520T120914Z
83442024-05-29T21:40:42.764Z[ host-image] May 29 21:40:41.343 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22694:20240520T120914Z
83452024-05-29T21:40:42.770Z[ host-image] May 29 21:40:41.347 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
83462024-05-29T21:40:42.770Z[ host-image] May 29 21:40:41.347 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22694:20240520T120915Z
83472024-05-29T21:40:42.770Z[ host-image] May 29 21:40:41.348 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22694:20240520T120916Z
83482024-05-29T21:40:42.770Z[ host-image] May 29 21:40:41.348 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
83492024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.348 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22694:20240520T120916Z
83502024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.348 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22694:20240520T120916Z
83512024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.348 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22694:20240520T120916Z
83522024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.349 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22694:20240520T120916Z
83532024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.357 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22694:20240520T120916Z
83542024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.358 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
83552024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.360 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22694:20240520T120917Z
83562024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.361 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22694:20240520T120917Z
83572024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.361 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22694:20240520T120917Z
83582024-05-29T21:40:42.771Z[ host-image] May 29 21:40:41.362 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22694:20240520T120917Z
83592024-05-29T21:40:42.772Z[ host-image] May 29 21:40:41.362 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22694:20240520T120917Z
83602024-05-29T21:40:42.772Z[ host-image] May 29 21:40:41.362 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22694:20240520T120918Z
83612024-05-29T21:40:42.772Z[ host-image] May 29 21:40:41.373 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22694:20240520T120919Z
83622024-05-29T21:40:42.772Z[ host-image] May 29 21:40:41.373 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22694:20240520T120918Z
83632024-05-29T21:40:42.772Z[ host-image] May 29 21:40:41.373 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22694:20240520T120918Z
83642024-05-29T21:40:42.772Z[ host-image] May 29 21:40:41.374 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22694:20240520T120919Z
83652024-05-29T21:40:42.772Z[ host-image] May 29 21:40:41.374 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22694:20240520T120919Z
83662024-05-29T21:40:42.789Z[ host-image] May 29 21:40:41.397 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22694:20240520T120922Z
83672024-05-29T21:40:42.796Z[ host-image] May 29 21:40:41.397 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22694:20240520T120919Z
83682024-05-29T21:40:42.796Z[ host-image] May 29 21:40:41.397 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22694:20240520T120919Z
83692024-05-29T21:40:42.796Z[ host-image] May 29 21:40:41.397 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
83702024-05-29T21:40:42.796Z[ host-image] May 29 21:40:41.397 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
83712024-05-29T21:40:42.817Z[ host-image] May 29 21:40:41.427 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22694:20240520T120919Z
83722024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.428 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83732024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.428 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22694:20240520T120920Z
83742024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.428 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22694:20240520T120920Z
83752024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.429 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22694:20240520T120920Z
83762024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.429 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83772024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.430 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83782024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.430 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22694:20240520T120921Z
83792024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.431 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22694:20240520T120921Z
83802024-05-29T21:40:42.821Z[ host-image] May 29 21:40:41.431 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22694:20240520T120921Z
83812024-05-29T21:40:42.826Z[ host-image] May 29 21:40:41.431 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22694:20240520T120921Z
83822024-05-29T21:40:42.826Z[ host-image] May 29 21:40:41.431 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22694:20240520T120922Z
83832024-05-29T21:40:42.826Z[ host-image] May 29 21:40:41.432 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22694:20240520T120922Z
83842024-05-29T21:40:42.826Z[ host-image] May 29 21:40:41.434 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83852024-05-29T21:40:42.826Z[ host-image] May 29 21:40:41.435 INFO O| install = pkg://helios-dev/system/microcode/amd@20240116-2.0.22694:20240520T120922Z
83862024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.436 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22694:20240520T120923Z
83872024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.436 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240116-2.0.22694:20240520T120923Z
83882024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.437 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22694:20240520T120924Z
83892024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.437 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22694:20240520T120923Z
83902024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.437 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22694:20240520T120923Z
83912024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.437 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83922024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.437 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83932024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.438 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22694:20240520T120925Z
83942024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.438 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22694:20240520T120926Z
83952024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.438 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
83962024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.438 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83972024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.439 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83982024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.439 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83992024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.439 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84002024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.440 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84012024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.441 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
84022024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.441 INFO O| tempdir @ "/tmp/.tmp94u2m2/tmp"
84032024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.441 INFO O| image root @ "/tmp/.tmp94u2m2/tmp/root"
84042024-05-29T21:40:42.832Z[ host-image] May 29 21:40:41.441 INFO O| creating image...
84052024-05-29T21:40:43.343Z[ host-image] May 29 21:40:41.951 INFO O| copying publishers...
84062024-05-29T21:40:50.069Z[verify-libraries] Finished release [optimized] target(s) in 5m 28s
84072024-05-29T21:40:50.146ZMay 29 21:40:43.271 INFO [verify-libraries] process exited with exit status: 0 (336.371481473s)
84082024-05-29T21:40:50.442Z[ host-image] May 29 21:40:46.717 INFO O| adding properties...
84092024-05-29T21:40:50.442Z[ host-image] May 29 21:40:47.735 INFO O| installing packages...
84102024-05-29T21:41:03.369Z[ host-image] May 29 21:41:01.975 INFO O| seeding SMF database...
84112024-05-29T21:41:10.976Z[ host-image] May 29 21:41:09.583 INFO O| configuring SMF profile...
84122024-05-29T21:41:10.976Z[ host-image] May 29 21:41:09.583 INFO O| modifying shadow(5)...
84132024-05-29T21:41:10.980Z[ host-image] May 29 21:41:09.583 INFO O| loading user and group database...
84142024-05-29T21:41:10.980Z[ host-image] May 29 21:41:09.583 INFO O| assessing packaged files...
84152024-05-29T21:41:11.667Z[ recovery-image] May 29 21:41:10.268 INFO O| ok, image written!
84162024-05-29T21:41:11.668Z[ recovery-image] May 29 21:41:10.268 INFO O| ok, boot_image_csum file written!
84172024-05-29T21:41:11.680Z[ recovery-image] May 29 21:41:10.271 INFO creating boot archive (CPIO)...
84182024-05-29T21:41:11.680Z[ recovery-image] May 29 21:41:10.271 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
84192024-05-29T21:41:11.680Z[ recovery-image] May 29 21:41:10.279 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84202024-05-29T21:41:11.680Z[ recovery-image] May 29 21:41:10.279 INFO E| + outfile=/work/os-recovery/cpio
84212024-05-29T21:41:11.680Z[ recovery-image] May 29 21:41:10.279 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84222024-05-29T21:41:11.681Z[ recovery-image] May 29 21:41:10.281 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84232024-05-29T21:41:11.692Z[ recovery-image] May 29 21:41:10.282 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84242024-05-29T21:41:11.710Z[ recovery-image] May 29 21:41:10.314 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84252024-05-29T21:41:11.710Z[ recovery-image] May 29 21:41:10.314 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84262024-05-29T21:41:11.724Z[ recovery-image] May 29 21:41:10.321 INFO creating compressed cpio/unix for nanobl-rs...
84272024-05-29T21:41:11.724Z[ recovery-image] May 29 21:41:10.321 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
84282024-05-29T21:41:11.991Z[ recovery-image] May 29 21:41:10.595 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84292024-05-29T21:41:13.117Z[ host-image] May 29 21:41:11.721 INFO O| creating archive...
84302024-05-29T21:41:13.150Z[ host-image] May 29 21:41:11.754 INFO O| missing from packaging:
84312024-05-29T21:41:13.150Z[ host-image] May 29 21:41:11.754 INFO O| "etc/.pwd.lock"
84322024-05-29T21:41:13.157Z[ host-image] May 29 21:41:11.754 INFO O| "etc/bash"
84332024-05-29T21:41:13.157Z[ host-image] May 29 21:41:11.759 INFO O| "etc/svc/profile/generic.xml"
84342024-05-29T21:41:13.158Z[ host-image] May 29 21:41:11.759 INFO O| "etc/svc/profile/inetd_services.xml"
84352024-05-29T21:41:13.158Z[ host-image] May 29 21:41:11.759 INFO O| "etc/svc/profile/name_service.xml"
84362024-05-29T21:41:13.158Z[ host-image] May 29 21:41:11.759 INFO O| "etc/svc/profile/platform.xml"
84372024-05-29T21:41:13.158Z[ host-image] May 29 21:41:11.759 INFO O| "etc/svc/profile/platform_omicron1.xml"
84382024-05-29T21:41:13.158Z[ host-image] May 29 21:41:11.759 INFO O| "etc/svc/repository.db"
84392024-05-29T21:41:13.165Z[ host-image] May 29 21:41:11.767 INFO O| "opt/ooce/share"
84402024-05-29T21:41:13.165Z[ host-image] May 29 21:41:11.767 INFO O| "opt/ooce/share/man"
84412024-05-29T21:41:13.165Z[ host-image] May 29 21:41:11.767 INFO O| "opt/ooce/share/man/man1"
84422024-05-29T21:41:13.171Z[ host-image] May 29 21:41:11.776 INFO O| finishing archive...
84432024-05-29T21:41:16.029Z[ host-image] May 29 21:41:14.633 INFO O| creating gzonly manifest...
84442024-05-29T21:41:16.038Z[ host-image] May 29 21:41:14.644 INFO O| ok
84452024-05-29T21:41:16.134Z[ host-image] May 29 21:41:14.734 INFO image builder template: ramdisk-02-trim...
84462024-05-29T21:41:16.134Z[ host-image] May 29 21:41:14.735 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/.tmp3HhEf3/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.28.233", "-n", "ramdisk-02-trim"], pwd: None
84472024-05-29T21:41:16.160Z[ host-image] May 29 21:41:14.758 INFO O| May 29 21:41:14.757 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84482024-05-29T21:41:16.169Z[ host-image] May 29 21:41:14.762 INFO O| May 29 21:41:14.761 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84492024-05-29T21:41:16.293Z[ host-image] May 29 21:41:14.888 INFO O| May 29 21:41:14.887 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
84502024-05-29T21:41:16.301Z[ recovery-image] May 29 21:41:14.892 INFO creating reset image...
84512024-05-29T21:41:16.301Z[ recovery-image] May 29 21:41:14.892 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84522024-05-29T21:41:16.780Z[ host-image] May 29 21:41:14.981 INFO O| May 29 21:41:14.981 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
84532024-05-29T21:41:16.781Z[ host-image] May 29 21:41:14.981 INFO O| May 29 21:41:14.981 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
84542024-05-29T21:41:16.789Z[ host-image] May 29 21:41:14.987 INFO O| May 29 21:41:14.987 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
84552024-05-29T21:41:16.790Z[ host-image] May 29 21:41:14.992 INFO O| May 29 21:41:14.992 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84562024-05-29T21:41:16.790Z[ host-image] May 29 21:41:14.998 INFO O| May 29 21:41:14.998 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84572024-05-29T21:41:16.790Z[ recovery-image] May 29 21:41:15.137 INFO E| Updating crates.io index
84582024-05-29T21:41:16.790Z[ host-image] May 29 21:41:15.189 INFO O| May 29 21:41:15.189 INFO rolled back to input snapshot; work may begin
84592024-05-29T21:41:16.790Z[ host-image] May 29 21:41:15.189 INFO O| May 29 21:41:15.189 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
84602024-05-29T21:41:16.790Z[ host-image] May 29 21:41:15.195 INFO O| May 29 21:41:15.195 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84612024-05-29T21:41:16.791Z[ host-image] May 29 21:41:15.207 INFO O| May 29 21:41:15.206 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
84622024-05-29T21:41:16.791Z[ recovery-image] May 29 21:41:15.226 INFO E| Downloading crates ...
84632024-05-29T21:41:16.791Z[ host-image] May 29 21:41:15.254 INFO O| May 29 21:41:15.254 INFO STEP 0 (remove_files) COMPLETE
84642024-05-29T21:41:16.791Z[ host-image] May 29 21:41:15.254 INFO O| May 29 21:41:15.254 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-05-29T21:41:16.791Z[ host-image] May 29 21:41:15.264 INFO O| May 29 21:41:15.264 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
84662024-05-29T21:41:16.791Z[ host-image] May 29 21:41:15.266 INFO O| May 29 21:41:15.266 INFO STEP 1 (remove_files) COMPLETE
84672024-05-29T21:41:16.791Z[ host-image] May 29 21:41:15.266 INFO O| May 29 21:41:15.266 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-05-29T21:41:16.791Z[ host-image] May 29 21:41:15.275 INFO O| May 29 21:41:15.275 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
84692024-05-29T21:41:16.792Z[ host-image] May 29 21:41:15.289 INFO O| May 29 21:41:15.289 INFO STEP 2 (remove_files) COMPLETE
84702024-05-29T21:41:16.792Z[ host-image] May 29 21:41:15.289 INFO O| May 29 21:41:15.289 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-05-29T21:41:16.792Z[ host-image] May 29 21:41:15.298 INFO O| May 29 21:41:15.298 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
84722024-05-29T21:41:16.792Z[ recovery-image] May 29 21:41:15.300 INFO E| Downloaded strsim v0.11.0
84732024-05-29T21:41:16.792Z[ host-image] May 29 21:41:15.300 INFO O| May 29 21:41:15.300 INFO STEP 3 (remove_files) COMPLETE
84742024-05-29T21:41:16.792Z[ host-image] May 29 21:41:15.300 INFO O| May 29 21:41:15.300 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84752024-05-29T21:41:16.792Z[ host-image] May 29 21:41:15.310 INFO O| May 29 21:41:15.309 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
84762024-05-29T21:41:16.792Z[ recovery-image] May 29 21:41:15.311 INFO E| Downloaded duct v0.13.7
84772024-05-29T21:41:16.792Z[ recovery-image] May 29 21:41:15.313 INFO E| Downloaded colorchoice v1.0.0
84782024-05-29T21:41:16.792Z[ host-image] May 29 21:41:15.314 INFO O| May 29 21:41:15.314 INFO STEP 4 (remove_files) COMPLETE
84792024-05-29T21:41:16.793Z[ host-image] May 29 21:41:15.314 INFO O| May 29 21:41:15.314 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-05-29T21:41:16.793Z[ recovery-image] May 29 21:41:15.318 INFO E| Downloaded proc-macro2 v1.0.79
84812024-05-29T21:41:16.793Z[ recovery-image] May 29 21:41:15.321 INFO E| Downloaded anstyle-query v1.0.2
84822024-05-29T21:41:16.793Z[ recovery-image] May 29 21:41:15.322 INFO E| Downloaded os_pipe v1.1.5
84832024-05-29T21:41:16.793Z[ recovery-image] May 29 21:41:15.323 INFO E| Downloaded anstyle v1.0.6
84842024-05-29T21:41:16.793Z[ host-image] May 29 21:41:15.325 INFO O| May 29 21:41:15.325 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
84852024-05-29T21:41:16.793Z[ recovery-image] May 29 21:41:15.325 INFO E| Downloaded shared_child v1.0.0
84862024-05-29T21:41:16.793Z[ host-image] May 29 21:41:15.327 INFO O| May 29 21:41:15.327 INFO STEP 5 (remove_files) COMPLETE
84872024-05-29T21:41:16.793Z[ host-image] May 29 21:41:15.327 INFO O| May 29 21:41:15.327 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84882024-05-29T21:41:16.793Z[ recovery-image] May 29 21:41:15.328 INFO E| Downloaded anstyle-parse v0.2.3
84892024-05-29T21:41:16.794Z[ recovery-image] May 29 21:41:15.330 INFO E| Downloaded clap_derive v4.5.3
84902024-05-29T21:41:16.794Z[ recovery-image] May 29 21:41:15.333 INFO E| Downloaded anstream v0.6.13
84912024-05-29T21:41:16.794Z[ recovery-image] May 29 21:41:15.335 INFO E| Downloaded clap v4.5.3
84922024-05-29T21:41:16.794Z[ host-image] May 29 21:41:15.337 INFO O| May 29 21:41:15.337 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
84932024-05-29T21:41:16.794Z[ recovery-image] May 29 21:41:15.347 INFO E| Downloaded syn v2.0.53
84942024-05-29T21:41:16.794Z[ host-image] May 29 21:41:15.347 INFO O| May 29 21:41:15.347 INFO STEP 6 (remove_files) COMPLETE
84952024-05-29T21:41:16.794Z[ host-image] May 29 21:41:15.347 INFO O| May 29 21:41:15.347 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84962024-05-29T21:41:16.794Z[ host-image] May 29 21:41:15.357 INFO O| May 29 21:41:15.357 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
84972024-05-29T21:41:16.794Z[ host-image] May 29 21:41:15.369 INFO O| May 29 21:41:15.369 INFO STEP 7 (remove_files) COMPLETE
84982024-05-29T21:41:16.795Z[ host-image] May 29 21:41:15.369 INFO O| May 29 21:41:15.369 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84992024-05-29T21:41:16.795Z[ host-image] May 29 21:41:15.379 INFO O| May 29 21:41:15.379 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85002024-05-29T21:41:16.799Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling proc-macro2 v1.0.79
85012024-05-29T21:41:16.799Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling unicode-ident v1.0.12
85022024-05-29T21:41:16.800Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling libc v0.2.153
85032024-05-29T21:41:16.800Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling utf8parse v0.2.1
85042024-05-29T21:41:16.800Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling anstyle v1.0.6
85052024-05-29T21:41:16.800Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling anstyle-query v1.0.2
85062024-05-29T21:41:16.800Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling colorchoice v1.0.0
85072024-05-29T21:41:16.800Z[ recovery-image] May 29 21:41:15.403 INFO E| Compiling strsim v0.11.0
85082024-05-29T21:41:16.869Z[ host-image] May 29 21:41:15.474 INFO O| May 29 21:41:15.474 INFO STEP 8 (remove_files) COMPLETE
85092024-05-29T21:41:16.869Z[ host-image] May 29 21:41:15.474 INFO O| May 29 21:41:15.474 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-05-29T21:41:16.887Z[ host-image] May 29 21:41:15.493 INFO O| May 29 21:41:15.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85112024-05-29T21:41:17.005Z[ recovery-image] May 29 21:41:15.611 INFO E| Compiling anstyle-parse v0.2.3
85122024-05-29T21:41:17.016Z[ recovery-image] May 29 21:41:15.622 INFO E| Compiling heck v0.5.0
85132024-05-29T21:41:17.021Z[ recovery-image] May 29 21:41:15.627 INFO E| Compiling clap_lex v0.7.0
85142024-05-29T21:41:17.087Z[ host-image] May 29 21:41:15.693 INFO O| May 29 21:41:15.693 INFO STEP 9 (remove_files) COMPLETE
85152024-05-29T21:41:17.087Z[ host-image] May 29 21:41:15.693 INFO O| May 29 21:41:15.693 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-05-29T21:41:17.148Z[ host-image] May 29 21:41:15.754 INFO O| May 29 21:41:15.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85172024-05-29T21:41:17.154Z[ host-image] May 29 21:41:15.760 INFO O| May 29 21:41:15.760 INFO STEP 10 (remove_files) COMPLETE
85182024-05-29T21:41:17.157Z[ host-image] May 29 21:41:15.760 INFO O| May 29 21:41:15.760 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85192024-05-29T21:41:17.173Z[ host-image] May 29 21:41:15.779 INFO O| May 29 21:41:15.779 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85202024-05-29T21:41:17.176Z[ host-image] May 29 21:41:15.781 INFO O| May 29 21:41:15.781 INFO STEP 11 (remove_files) COMPLETE
85212024-05-29T21:41:17.176Z[ host-image] May 29 21:41:15.781 INFO O| May 29 21:41:15.781 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85222024-05-29T21:41:17.192Z[ host-image] May 29 21:41:15.798 INFO O| May 29 21:41:15.798 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
85232024-05-29T21:41:17.196Z[ host-image] May 29 21:41:15.801 INFO O| May 29 21:41:15.801 INFO STEP 12 (remove_files) COMPLETE
85242024-05-29T21:41:17.196Z[ host-image] May 29 21:41:15.801 INFO O| May 29 21:41:15.801 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85252024-05-29T21:41:17.272Z[ host-image] May 29 21:41:15.866 INFO O| May 29 21:41:15.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
85262024-05-29T21:41:17.283Z[ host-image] May 29 21:41:15.866 INFO O| May 29 21:41:15.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
85272024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.867 INFO O| May 29 21:41:15.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
85282024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.867 INFO O| May 29 21:41:15.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
85292024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.867 INFO O| May 29 21:41:15.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
85302024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.867 INFO O| May 29 21:41:15.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
85312024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.867 INFO O| May 29 21:41:15.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
85322024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.867 INFO O| May 29 21:41:15.867 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
85332024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.868 INFO O| May 29 21:41:15.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
85342024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.868 INFO O| May 29 21:41:15.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
85352024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.868 INFO O| May 29 21:41:15.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
85362024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.868 INFO O| May 29 21:41:15.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
85372024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.868 INFO O| May 29 21:41:15.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
85382024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.868 INFO O| May 29 21:41:15.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
85392024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.869 INFO O| May 29 21:41:15.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
85402024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.869 INFO O| May 29 21:41:15.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
85412024-05-29T21:41:17.284Z[ host-image] May 29 21:41:15.870 INFO O| May 29 21:41:15.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
85422024-05-29T21:41:17.375Z[ recovery-image] May 29 21:41:15.976 INFO E| Compiling anstream v0.6.13
85432024-05-29T21:41:17.452Z[ recovery-image] May 29 21:41:16.058 INFO E| Compiling once_cell v1.19.0
85442024-05-29T21:41:17.731Z[ recovery-image] May 29 21:41:16.337 INFO E| Compiling clap_builder v4.5.2
85452024-05-29T21:41:17.741Z[ host-image] May 29 21:41:16.347 INFO O| May 29 21:41:16.347 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
85462024-05-29T21:41:17.744Z[ host-image] May 29 21:41:16.348 INFO O| May 29 21:41:16.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
85472024-05-29T21:41:17.769Z[ host-image] May 29 21:41:16.375 INFO O| May 29 21:41:16.375 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
85482024-05-29T21:41:17.779Z[ host-image] May 29 21:41:16.376 INFO O| May 29 21:41:16.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
85492024-05-29T21:41:17.862Z[ host-image] May 29 21:41:16.451 INFO O| May 29 21:41:16.450 INFO STEP 13 (remove_files) COMPLETE
85502024-05-29T21:41:17.863Z[ host-image] May 29 21:41:16.451 INFO O| May 29 21:41:16.450 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85512024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.469 INFO O| May 29 21:41:16.469 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
85522024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.471 INFO O| May 29 21:41:16.471 INFO STEP 14 (remove_files) COMPLETE
85532024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.471 INFO O| May 29 21:41:16.471 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.485 INFO O| May 29 21:41:16.485 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
85552024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.494 INFO O| May 29 21:41:16.493 INFO STEP 15 (remove_files) COMPLETE
85562024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.494 INFO O| May 29 21:41:16.494 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.508 INFO O| May 29 21:41:16.508 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
85582024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.509 INFO O| May 29 21:41:16.509 INFO STEP 16 (remove_files) COMPLETE
85592024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.509 INFO O| May 29 21:41:16.509 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.522 INFO O| May 29 21:41:16.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
85612024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.525 INFO O| May 29 21:41:16.525 INFO STEP 17 (remove_files) COMPLETE
85622024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.525 INFO O| May 29 21:41:16.525 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85632024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.541 INFO O| May 29 21:41:16.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
85642024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.542 INFO O| May 29 21:41:16.542 INFO STEP 18 (remove_files) COMPLETE
85652024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.542 INFO O| May 29 21:41:16.542 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85662024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.555 INFO O| May 29 21:41:16.555 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
85672024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.555 INFO O| May 29 21:41:16.555 INFO STEP 19 (remove_files) COMPLETE
85682024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.555 INFO O| May 29 21:41:16.555 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85692024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.571 INFO O| May 29 21:41:16.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
85702024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.571 INFO O| May 29 21:41:16.571 INFO STEP 20 (remove_files) COMPLETE
85712024-05-29T21:41:18.313Z[ host-image] May 29 21:41:16.571 INFO O| May 29 21:41:16.571 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85722024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.588 INFO O| May 29 21:41:16.588 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
85732024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.588 INFO O| May 29 21:41:16.588 INFO STEP 21 (remove_files) COMPLETE
85742024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.588 INFO O| May 29 21:41:16.588 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85752024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.604 INFO O| May 29 21:41:16.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
85762024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.604 INFO O| May 29 21:41:16.604 INFO STEP 22 (remove_files) COMPLETE
85772024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.605 INFO O| May 29 21:41:16.604 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.620 INFO O| May 29 21:41:16.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
85792024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.621 INFO O| May 29 21:41:16.621 INFO STEP 23 (remove_files) COMPLETE
85802024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.621 INFO O| May 29 21:41:16.621 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.636 INFO O| May 29 21:41:16.636 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
85822024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.637 INFO O| May 29 21:41:16.636 INFO STEP 24 (remove_files) COMPLETE
85832024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.637 INFO O| May 29 21:41:16.637 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.652 INFO O| May 29 21:41:16.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
85852024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.652 INFO O| May 29 21:41:16.652 INFO STEP 25 (remove_files) COMPLETE
85862024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.652 INFO O| May 29 21:41:16.652 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.668 INFO O| May 29 21:41:16.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
85882024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.668 INFO O| May 29 21:41:16.668 INFO STEP 26 (remove_files) COMPLETE
85892024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.668 INFO O| May 29 21:41:16.668 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.685 INFO O| May 29 21:41:16.685 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
85912024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.685 INFO O| May 29 21:41:16.685 INFO STEP 27 (remove_files) COMPLETE
85922024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.685 INFO O| May 29 21:41:16.685 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.699 INFO O| May 29 21:41:16.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
85942024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.699 INFO O| May 29 21:41:16.699 INFO STEP 28 (remove_files) COMPLETE
85952024-05-29T21:41:18.314Z[ host-image] May 29 21:41:16.699 INFO O| May 29 21:41:16.699 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.713 INFO O| May 29 21:41:16.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
85972024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.713 INFO O| May 29 21:41:16.713 INFO STEP 29 (remove_files) COMPLETE
85982024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.713 INFO O| May 29 21:41:16.713 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.726 INFO O| May 29 21:41:16.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86002024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.726 INFO O| May 29 21:41:16.726 INFO STEP 30 (remove_files) COMPLETE
86012024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.726 INFO O| May 29 21:41:16.726 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.740 INFO O| May 29 21:41:16.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86032024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.740 INFO O| May 29 21:41:16.740 INFO STEP 31 (remove_files) COMPLETE
86042024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.740 INFO O| May 29 21:41:16.740 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.752 INFO O| May 29 21:41:16.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86062024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.753 INFO O| May 29 21:41:16.753 INFO STEP 32 (remove_files) COMPLETE
86072024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.753 INFO O| May 29 21:41:16.753 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.765 INFO O| May 29 21:41:16.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86092024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.765 INFO O| May 29 21:41:16.765 INFO STEP 33 (remove_files) COMPLETE
86102024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.765 INFO O| May 29 21:41:16.765 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.778 INFO O| May 29 21:41:16.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86122024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.778 INFO O| May 29 21:41:16.778 INFO STEP 34 (remove_files) COMPLETE
86132024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.778 INFO O| May 29 21:41:16.778 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86142024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.790 INFO O| May 29 21:41:16.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86152024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.790 INFO O| May 29 21:41:16.790 INFO STEP 35 (remove_files) COMPLETE
86162024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.790 INFO O| May 29 21:41:16.790 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.804 INFO O| May 29 21:41:16.803 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
86182024-05-29T21:41:18.315Z[ host-image] May 29 21:41:16.804 INFO O| May 29 21:41:16.804 INFO STEP 36 (remove_files) COMPLETE
86192024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.804 INFO O| May 29 21:41:16.804 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86202024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.816 INFO O| May 29 21:41:16.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
86212024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.816 INFO O| May 29 21:41:16.816 INFO STEP 37 (remove_files) COMPLETE
86222024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.816 INFO O| May 29 21:41:16.816 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.830 INFO O| May 29 21:41:16.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
86242024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.830 INFO O| May 29 21:41:16.830 INFO STEP 38 (remove_files) COMPLETE
86252024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.830 INFO O| May 29 21:41:16.830 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.843 INFO O| May 29 21:41:16.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
86272024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.843 INFO O| May 29 21:41:16.843 INFO STEP 39 (remove_files) COMPLETE
86282024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.843 INFO O| May 29 21:41:16.843 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-05-29T21:41:18.316Z[ recovery-image] May 29 21:41:16.849 INFO E| Compiling shared_child v1.0.0
86302024-05-29T21:41:18.316Z[ recovery-image] May 29 21:41:16.849 INFO E| Compiling os_pipe v1.1.5
86312024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.856 INFO O| May 29 21:41:16.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
86322024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.856 INFO O| May 29 21:41:16.856 INFO STEP 40 (remove_files) COMPLETE
86332024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.856 INFO O| May 29 21:41:16.856 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86342024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.872 INFO O| May 29 21:41:16.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
86352024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.872 INFO O| May 29 21:41:16.872 INFO STEP 41 (remove_files) COMPLETE
86362024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.872 INFO O| May 29 21:41:16.872 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86372024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.888 INFO O| May 29 21:41:16.888 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
86382024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.888 INFO O| May 29 21:41:16.888 INFO STEP 42 (remove_files) COMPLETE
86392024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.888 INFO O| May 29 21:41:16.888 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86402024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.900 INFO O| May 29 21:41:16.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
86412024-05-29T21:41:18.316Z[ host-image] May 29 21:41:16.900 INFO O| May 29 21:41:16.900 INFO STEP 43 (remove_files) COMPLETE
86422024-05-29T21:41:18.317Z[ host-image] May 29 21:41:16.900 INFO O| May 29 21:41:16.900 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-05-29T21:41:18.320Z[ host-image] May 29 21:41:16.916 INFO O| May 29 21:41:16.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
86442024-05-29T21:41:18.321Z[ host-image] May 29 21:41:16.917 INFO O| May 29 21:41:16.917 INFO STEP 44 (remove_files) COMPLETE
86452024-05-29T21:41:18.321Z[ host-image] May 29 21:41:16.917 INFO O| May 29 21:41:16.917 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-05-29T21:41:18.324Z[ host-image] May 29 21:41:16.931 INFO O| May 29 21:41:16.931 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
86472024-05-29T21:41:18.328Z[ recovery-image] May 29 21:41:16.931 INFO E| Compiling quote v1.0.35
86482024-05-29T21:41:18.328Z[ host-image] May 29 21:41:16.931 INFO O| May 29 21:41:16.931 INFO STEP 45 (remove_files) COMPLETE
86492024-05-29T21:41:18.328Z[ host-image] May 29 21:41:16.931 INFO O| May 29 21:41:16.931 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-05-29T21:41:18.345Z[ host-image] May 29 21:41:16.947 INFO O| May 29 21:41:16.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
86512024-05-29T21:41:18.345Z[ host-image] May 29 21:41:16.947 INFO O| May 29 21:41:16.947 INFO STEP 46 (remove_files) COMPLETE
86522024-05-29T21:41:18.349Z[ host-image] May 29 21:41:16.947 INFO O| May 29 21:41:16.947 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-05-29T21:41:18.356Z[ host-image] May 29 21:41:16.962 INFO O| May 29 21:41:16.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
86542024-05-29T21:41:18.363Z[ host-image] May 29 21:41:16.962 INFO O| May 29 21:41:16.962 INFO STEP 47 (remove_files) COMPLETE
86552024-05-29T21:41:18.363Z[ host-image] May 29 21:41:16.962 INFO O| May 29 21:41:16.962 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-05-29T21:41:18.371Z[ host-image] May 29 21:41:16.977 INFO O| May 29 21:41:16.977 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
86572024-05-29T21:41:18.371Z[ host-image] May 29 21:41:16.978 INFO O| May 29 21:41:16.977 INFO STEP 48 (remove_files) COMPLETE
86582024-05-29T21:41:18.372Z[ host-image] May 29 21:41:16.978 INFO O| May 29 21:41:16.978 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-05-29T21:41:18.388Z[ host-image] May 29 21:41:16.994 INFO O| May 29 21:41:16.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
86602024-05-29T21:41:18.388Z[ host-image] May 29 21:41:16.994 INFO O| May 29 21:41:16.994 INFO STEP 49 (remove_files) COMPLETE
86612024-05-29T21:41:18.388Z[ host-image] May 29 21:41:16.994 INFO O| May 29 21:41:16.994 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-05-29T21:41:18.406Z[ host-image] May 29 21:41:17.012 INFO O| May 29 21:41:17.012 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
86632024-05-29T21:41:18.406Z[ host-image] May 29 21:41:17.012 INFO O| May 29 21:41:17.012 INFO STEP 50 (remove_files) COMPLETE
86642024-05-29T21:41:18.406Z[ host-image] May 29 21:41:17.012 INFO O| May 29 21:41:17.012 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-05-29T21:41:18.422Z[ host-image] May 29 21:41:17.028 INFO O| May 29 21:41:17.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
86662024-05-29T21:41:18.426Z[ host-image] May 29 21:41:17.028 INFO O| May 29 21:41:17.028 INFO STEP 51 (remove_files) COMPLETE
86672024-05-29T21:41:18.426Z[ host-image] May 29 21:41:17.029 INFO O| May 29 21:41:17.028 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-05-29T21:41:18.439Z[ host-image] May 29 21:41:17.045 INFO O| May 29 21:41:17.045 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
86692024-05-29T21:41:18.443Z[ host-image] May 29 21:41:17.045 INFO O| May 29 21:41:17.045 INFO STEP 52 (remove_files) COMPLETE
86702024-05-29T21:41:18.443Z[ host-image] May 29 21:41:17.045 INFO O| May 29 21:41:17.045 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-05-29T21:41:18.455Z[ host-image] May 29 21:41:17.062 INFO O| May 29 21:41:17.062 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
86722024-05-29T21:41:18.458Z[ host-image] May 29 21:41:17.062 INFO O| May 29 21:41:17.062 INFO STEP 53 (remove_files) COMPLETE
86732024-05-29T21:41:18.458Z[ host-image] May 29 21:41:17.062 INFO O| May 29 21:41:17.062 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-05-29T21:41:18.472Z[ host-image] May 29 21:41:17.078 INFO O| May 29 21:41:17.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
86752024-05-29T21:41:18.475Z[ host-image] May 29 21:41:17.078 INFO O| May 29 21:41:17.078 INFO STEP 54 (remove_files) COMPLETE
86762024-05-29T21:41:18.475Z[ host-image] May 29 21:41:17.078 INFO O| May 29 21:41:17.078 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-05-29T21:41:18.485Z[ host-image] May 29 21:41:17.091 INFO O| May 29 21:41:17.091 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
86782024-05-29T21:41:18.485Z[ host-image] May 29 21:41:17.091 INFO O| May 29 21:41:17.091 INFO STEP 55 (remove_files) COMPLETE
86792024-05-29T21:41:18.488Z[ host-image] May 29 21:41:17.091 INFO O| May 29 21:41:17.091 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-05-29T21:41:18.500Z[ host-image] May 29 21:41:17.106 INFO O| May 29 21:41:17.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
86812024-05-29T21:41:18.500Z[ host-image] May 29 21:41:17.106 INFO O| May 29 21:41:17.106 INFO STEP 56 (remove_files) COMPLETE
86822024-05-29T21:41:18.500Z[ host-image] May 29 21:41:17.106 INFO O| May 29 21:41:17.106 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-05-29T21:41:18.516Z[ host-image] May 29 21:41:17.119 INFO O| May 29 21:41:17.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
86842024-05-29T21:41:18.519Z[ host-image] May 29 21:41:17.119 INFO O| May 29 21:41:17.119 INFO STEP 57 (remove_files) COMPLETE
86852024-05-29T21:41:18.519Z[ host-image] May 29 21:41:17.119 INFO O| May 29 21:41:17.119 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-05-29T21:41:18.526Z[ host-image] May 29 21:41:17.132 INFO O| May 29 21:41:17.132 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
86872024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.132 INFO O| May 29 21:41:17.132 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
86882024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.133 INFO O| May 29 21:41:17.133 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86892024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.133 INFO O| May 29 21:41:17.133 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86902024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.133 INFO O| May 29 21:41:17.133 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86912024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.133 INFO O| May 29 21:41:17.133 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
86922024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.133 INFO O| May 29 21:41:17.133 INFO ok!
86932024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.133 INFO O| May 29 21:41:17.133 INFO STEP 58 (ensure_file) COMPLETE
86942024-05-29T21:41:18.530Z[ host-image] May 29 21:41:17.133 INFO O| May 29 21:41:17.133 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-05-29T21:41:18.552Z[ host-image] May 29 21:41:17.152 INFO O| May 29 21:41:17.151 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
86962024-05-29T21:41:18.563Z[ host-image] May 29 21:41:17.152 INFO O| May 29 21:41:17.152 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
86972024-05-29T21:41:18.563Z[ host-image] May 29 21:41:17.152 INFO O| May 29 21:41:17.152 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86982024-05-29T21:41:18.563Z[ host-image] May 29 21:41:17.152 INFO O| May 29 21:41:17.152 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
86992024-05-29T21:41:18.564Z[ host-image] May 29 21:41:17.152 INFO O| May 29 21:41:17.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87002024-05-29T21:41:18.564Z[ host-image] May 29 21:41:17.152 INFO O| May 29 21:41:17.152 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87012024-05-29T21:41:18.564Z[ host-image] May 29 21:41:17.152 INFO O| May 29 21:41:17.152 INFO ok!
87022024-05-29T21:41:18.564Z[ host-image] May 29 21:41:17.153 INFO O| May 29 21:41:17.153 INFO STEP 59 (ensure_file) COMPLETE
87032024-05-29T21:41:18.564Z[ host-image] May 29 21:41:17.153 INFO O| May 29 21:41:17.153 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-05-29T21:41:18.576Z[ host-image] May 29 21:41:17.170 INFO O| May 29 21:41:17.170 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87052024-05-29T21:41:18.576Z[ host-image] May 29 21:41:17.170 INFO O| May 29 21:41:17.170 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87062024-05-29T21:41:18.576Z[ host-image] May 29 21:41:17.171 INFO O| May 29 21:41:17.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87072024-05-29T21:41:18.576Z[ host-image] May 29 21:41:17.171 INFO O| May 29 21:41:17.170 INFO ok!
87082024-05-29T21:41:18.576Z[ host-image] May 29 21:41:17.171 INFO O| May 29 21:41:17.171 INFO STEP 60 (ensure_file) COMPLETE
87092024-05-29T21:41:18.576Z[ host-image] May 29 21:41:17.171 INFO O| May 29 21:41:17.171 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-05-29T21:41:18.587Z[ host-image] May 29 21:41:17.187 INFO O| May 29 21:41:17.187 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87112024-05-29T21:41:18.587Z[ host-image] May 29 21:41:17.187 INFO O| May 29 21:41:17.187 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87122024-05-29T21:41:18.590Z[ host-image] May 29 21:41:17.187 INFO O| May 29 21:41:17.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87132024-05-29T21:41:18.590Z[ host-image] May 29 21:41:17.187 INFO O| May 29 21:41:17.187 INFO ok!
87142024-05-29T21:41:18.590Z[ host-image] May 29 21:41:17.187 INFO O| May 29 21:41:17.187 INFO STEP 61 (ensure_file) COMPLETE
87152024-05-29T21:41:18.590Z[ host-image] May 29 21:41:17.187 INFO O| May 29 21:41:17.187 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-05-29T21:41:18.597Z[ host-image] May 29 21:41:17.203 INFO O| May 29 21:41:17.203 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87172024-05-29T21:41:18.597Z[ host-image] May 29 21:41:17.203 INFO O| May 29 21:41:17.203 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87182024-05-29T21:41:18.600Z[ host-image] May 29 21:41:17.203 INFO O| May 29 21:41:17.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87192024-05-29T21:41:18.600Z[ host-image] May 29 21:41:17.203 INFO O| May 29 21:41:17.203 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
87202024-05-29T21:41:18.600Z[ host-image] May 29 21:41:17.203 INFO O| May 29 21:41:17.203 INFO ok!
87212024-05-29T21:41:18.600Z[ host-image] May 29 21:41:17.203 INFO O| May 29 21:41:17.203 INFO STEP 62 (ensure_file) COMPLETE
87222024-05-29T21:41:18.600Z[ host-image] May 29 21:41:17.203 INFO O| May 29 21:41:17.203 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-05-29T21:41:18.613Z[ host-image] May 29 21:41:17.219 INFO O| May 29 21:41:17.219 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
87242024-05-29T21:41:18.613Z[ host-image] May 29 21:41:17.219 INFO O| May 29 21:41:17.219 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
87252024-05-29T21:41:18.628Z[ host-image] May 29 21:41:17.219 INFO O| May 29 21:41:17.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87262024-05-29T21:41:18.628Z[ host-image] May 29 21:41:17.219 INFO O| May 29 21:41:17.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
87272024-05-29T21:41:18.628Z[ host-image] May 29 21:41:17.219 INFO O| May 29 21:41:17.219 INFO ok!
87282024-05-29T21:41:18.628Z[ host-image] May 29 21:41:17.219 INFO O| May 29 21:41:17.219 INFO STEP 63 (ensure_file) COMPLETE
87292024-05-29T21:41:18.629Z[ host-image] May 29 21:41:17.219 INFO O| May 29 21:41:17.219 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-05-29T21:41:18.634Z[ host-image] May 29 21:41:17.234 INFO O| May 29 21:41:17.234 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
87312024-05-29T21:41:18.634Z[ host-image] May 29 21:41:17.234 INFO O| May 29 21:41:17.234 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
87322024-05-29T21:41:18.634Z[ host-image] May 29 21:41:17.234 INFO O| May 29 21:41:17.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
87332024-05-29T21:41:18.634Z[ host-image] May 29 21:41:17.234 INFO O| May 29 21:41:17.234 INFO ok!
87342024-05-29T21:41:18.634Z[ host-image] May 29 21:41:17.234 INFO O| May 29 21:41:17.234 INFO STEP 64 (assemble_files) COMPLETE
87352024-05-29T21:41:18.634Z[ host-image] May 29 21:41:17.234 INFO O| May 29 21:41:17.234 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362024-05-29T21:41:18.642Z[ host-image] May 29 21:41:17.245 INFO O| May 29 21:41:17.245 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
87372024-05-29T21:41:18.643Z[ host-image] May 29 21:41:17.246 INFO O| May 29 21:41:17.245 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
87382024-05-29T21:41:18.646Z[ host-image] May 29 21:41:17.246 INFO O| May 29 21:41:17.246 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87392024-05-29T21:41:18.646Z[ host-image] May 29 21:41:17.246 INFO O| May 29 21:41:17.246 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
87402024-05-29T21:41:18.646Z[ host-image] May 29 21:41:17.246 INFO O| May 29 21:41:17.246 INFO ok!
87412024-05-29T21:41:18.646Z[ host-image] May 29 21:41:17.246 INFO O| May 29 21:41:17.246 INFO STEP 65 (ensure_file) COMPLETE
87422024-05-29T21:41:18.646Z[ host-image] May 29 21:41:17.246 INFO O| May 29 21:41:17.246 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-05-29T21:41:18.651Z[ host-image] May 29 21:41:17.257 INFO O| May 29 21:41:17.257 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87442024-05-29T21:41:18.654Z[ host-image] May 29 21:41:17.257 INFO O| May 29 21:41:17.257 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87452024-05-29T21:41:18.654Z[ host-image] May 29 21:41:17.257 INFO O| May 29 21:41:17.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
87462024-05-29T21:41:18.654Z[ host-image] May 29 21:41:17.257 INFO O| May 29 21:41:17.257 INFO STEP 66 (ensure_dir) COMPLETE
87472024-05-29T21:41:18.654Z[ host-image] May 29 21:41:17.257 INFO O| May 29 21:41:17.257 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-05-29T21:41:18.668Z[ host-image] May 29 21:41:17.273 INFO O| May 29 21:41:17.273 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
87492024-05-29T21:41:18.668Z[ host-image] May 29 21:41:17.273 INFO O| May 29 21:41:17.273 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 ...
87502024-05-29T21:41:18.678Z[ host-image] May 29 21:41:17.284 INFO O| May 29 21:41:17.284 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
87512024-05-29T21:41:18.682Z[ host-image] May 29 21:41:17.284 INFO O| May 29 21:41:17.284 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
87522024-05-29T21:41:18.682Z[ host-image] May 29 21:41:17.284 INFO O| May 29 21:41:17.284 INFO ok!
87532024-05-29T21:41:18.682Z[ host-image] May 29 21:41:17.284 INFO O| May 29 21:41:17.284 INFO STEP 67 (ensure_file) COMPLETE
87542024-05-29T21:41:18.683Z[ host-image] May 29 21:41:17.284 INFO O| May 29 21:41:17.284 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-05-29T21:41:18.687Z[ recovery-image] May 29 21:41:17.288 INFO E| Compiling duct v0.13.7
87562024-05-29T21:41:18.693Z[ recovery-image] May 29 21:41:17.298 INFO E| Compiling syn v2.0.53
87572024-05-29T21:41:18.717Z[ host-image] May 29 21:41:17.312 INFO O| May 29 21:41:17.312 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
87582024-05-29T21:41:18.717Z[ host-image] May 29 21:41:17.312 INFO O| May 29 21:41:17.312 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 ...
87592024-05-29T21:41:18.722Z[ host-image] May 29 21:41:17.313 INFO O| May 29 21:41:17.313 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
87602024-05-29T21:41:18.722Z[ host-image] May 29 21:41:17.313 INFO O| May 29 21:41:17.313 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
87612024-05-29T21:41:18.722Z[ host-image] May 29 21:41:17.313 INFO O| May 29 21:41:17.313 INFO ok!
87622024-05-29T21:41:18.722Z[ host-image] May 29 21:41:17.313 INFO O| May 29 21:41:17.313 INFO STEP 68 (ensure_file) COMPLETE
87632024-05-29T21:41:18.722Z[ host-image] May 29 21:41:17.313 INFO O| May 29 21:41:17.313 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-05-29T21:41:18.731Z[ host-image] May 29 21:41:17.336 INFO O| May 29 21:41:17.336 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
87652024-05-29T21:41:18.731Z[ host-image] May 29 21:41:17.336 INFO O| May 29 21:41:17.336 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
87662024-05-29T21:41:21.108Z[ host-image] May 29 21:41:19.710 INFO O| May 29 21:41:19.710 INFO STEP 69 (pack_tar) COMPLETE
87672024-05-29T21:41:21.108Z[ host-image] May 29 21:41:19.710 INFO O| May 29 21:41:19.710 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87682024-05-29T21:41:21.120Z[ host-image] May 29 21:41:19.710 INFO O| May 29 21:41:19.710 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
87692024-05-29T21:41:21.303Z[ host-image] May 29 21:41:19.900 INFO O| May 29 21:41:19.899 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87702024-05-29T21:41:21.382Z[ host-image] May 29 21:41:19.983 INFO O| May 29 21:41:19.983 INFO completed processing gimlet/ramdisk-02-trim
87712024-05-29T21:41:21.391Z[ host-image] May 29 21:41:19.985 INFO image builder template: zfs...
87722024-05-29T21:41:21.391Z[ host-image] May 29 21:41:19.985 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/.tmp3HhEf3/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.28.233", "-n", "zfs"], pwd: None
87732024-05-29T21:41:21.400Z[ host-image] May 29 21:41:20.003 INFO O| May 29 21:41:20.003 INFO skip include "stress" because feature "stress" is not enabled
87742024-05-29T21:41:21.438Z[ host-image] May 29 21:41:20.044 INFO O| May 29 21:41:20.043 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
87752024-05-29T21:41:21.448Z[ host-image] May 29 21:41:20.050 INFO O| May 29 21:41:20.050 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
87762024-05-29T21:41:21.520Z[ host-image] May 29 21:41:20.125 INFO O| May 29 21:41:20.125 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
87772024-05-29T21:41:21.588Z[ host-image] May 29 21:41:20.183 INFO O| May 29 21:41:20.183 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
87782024-05-29T21:41:21.588Z[ host-image] May 29 21:41:20.184 INFO O| May 29 21:41:20.183 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
87792024-05-29T21:41:21.595Z[ host-image] May 29 21:41:20.188 INFO O| May 29 21:41:20.188 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
87802024-05-29T21:41:21.674Z[ host-image] May 29 21:41:20.268 INFO O| May 29 21:41:20.268 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
87812024-05-29T21:41:21.714Z[ host-image] May 29 21:41:20.317 INFO O| May 29 21:41:20.317 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
87822024-05-29T21:41:21.730Z[ host-image] May 29 21:41:20.333 INFO O| May 29 21:41:20.333 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87832024-05-29T21:41:21.749Z[ host-image] May 29 21:41:20.339 INFO O| May 29 21:41:20.339 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
87842024-05-29T21:41:21.750Z[ host-image] May 29 21:41:20.339 INFO O| May 29 21:41:20.339 INFO no lofi found
87852024-05-29T21:41:21.750Z[ host-image] May 29 21:41:20.339 INFO O| May 29 21:41:20.339 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
87862024-05-29T21:41:21.750Z[ host-image] May 29 21:41:20.339 INFO O| May 29 21:41:20.339 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
87872024-05-29T21:41:23.411Z[ host-image] May 29 21:41:22.012 INFO O| May 29 21:41:22.012 INFO lofi device = /dev/dsk/c2t1d0p0
87882024-05-29T21:41:23.411Z[ host-image] May 29 21:41:22.012 INFO O| May 29 21:41:22.012 INFO pool device = /dev/dsk/c2t1d0p0
87892024-05-29T21:41:23.423Z[ host-image] May 29 21:41:22.012 INFO O| May 29 21:41:22.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87902024-05-29T21:41:23.605Z[ host-image] May 29 21:41:22.207 INFO O| May 29 21:41:22.206 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87912024-05-29T21:41:23.605Z[ host-image] May 29 21:41:22.207 INFO O| May 29 21:41:22.207 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
87922024-05-29T21:41:23.634Z[ host-image] May 29 21:41:22.235 INFO O| May 29 21:41:22.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
87932024-05-29T21:41:23.702Z[ host-image] May 29 21:41:22.307 INFO O| May 29 21:41:22.307 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
87942024-05-29T21:41:23.744Z[ host-image] May 29 21:41:22.349 INFO O| May 29 21:41:22.349 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
87952024-05-29T21:41:23.760Z[ host-image] May 29 21:41:22.365 INFO O| May 29 21:41:22.365 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
87962024-05-29T21:41:23.771Z[ host-image] May 29 21:41:22.376 INFO O| May 29 21:41:22.376 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
87972024-05-29T21:41:23.822Z[ host-image] May 29 21:41:22.427 INFO O| May 29 21:41:22.427 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
87982024-05-29T21:41:23.822Z[ host-image] May 29 21:41:22.427 INFO O| May 29 21:41:22.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
87992024-05-29T21:41:23.825Z[ host-image] May 29 21:41:22.427 INFO O| May 29 21:41:22.427 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88002024-05-29T21:41:23.825Z[ recovery-image] May 29 21:41:22.429 INFO E| Compiling clap_derive v4.5.3
88012024-05-29T21:41:23.832Z[ host-image] May 29 21:41:22.437 INFO O| May 29 21:41:22.437 INFO boot environment UUID: d133b85f-5b49-4244-a8c8-7c23400cd806
88022024-05-29T21:41:23.836Z[ host-image] May 29 21:41:22.437 INFO O| May 29 21:41:22.437 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d133b85f-5b49-4244-a8c8-7c23400cd806
88032024-05-29T21:41:23.859Z[ host-image] May 29 21:41:22.447 INFO O| May 29 21:41:22.447 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88042024-05-29T21:41:23.866Z[ host-image] May 29 21:41:22.458 INFO O| May 29 21:41:22.458 INFO STEP 0 (create_be) COMPLETE
88052024-05-29T21:41:23.867Z[ host-image] May 29 21:41:22.458 INFO O| May 29 21:41:22.458 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88062024-05-29T21:41:23.873Z[ host-image] May 29 21:41:22.473 INFO O| May 29 21:41:22.473 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88072024-05-29T21:41:26.684Z[ recovery-image] May 29 21:41:25.282 INFO E| Compiling clap v4.5.3
88082024-05-29T21:41:26.747Z[ recovery-image] May 29 21:41:25.340 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88092024-05-29T21:41:28.346Z[ recovery-image] May 29 21:41:26.949 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.99s
88102024-05-29T21:41:28.358Z[ recovery-image] May 29 21:41:26.960 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88112024-05-29T21:41:28.553Z[ recovery-image] May 29 21:41:27.140 INFO E| Updating crates.io index
88122024-05-29T21:41:28.705Z[ recovery-image] May 29 21:41:27.304 INFO E| Downloading crates ...
88132024-05-29T21:41:28.783Z[ recovery-image] May 29 21:41:27.361 INFO E| Downloaded bit_field v0.10.2
88142024-05-29T21:41:28.791Z[ recovery-image] May 29 21:41:27.381 INFO E| Downloaded seq-macro v0.3.5
88152024-05-29T21:41:28.791Z[ recovery-image] May 29 21:41:27.384 INFO E| Downloaded cpio_reader v0.1.1
88162024-05-29T21:41:28.813Z[ recovery-image] May 29 21:41:27.396 INFO E| Downloaded raw-cpuid v10.7.0
88172024-05-29T21:41:28.813Z[ recovery-image] May 29 21:41:27.405 INFO E| Downloaded goblin v0.8.0
88182024-05-29T21:41:28.927Z[ recovery-image] May 29 21:41:27.532 INFO E| Downloaded x86 v0.52.0
88192024-05-29T21:41:29.052Z[ recovery-image] May 29 21:41:27.631 INFO E| Updating crates.io index
88202024-05-29T21:41:29.081Z[ recovery-image] May 29 21:41:27.684 INFO E| Downloading crates ...
88212024-05-29T21:41:29.565Z[ recovery-image] May 29 21:41:27.752 INFO E| Downloaded rustc-demangle v0.1.23
88222024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.757 INFO E| Downloaded allocator-api2 v0.2.16
88232024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.772 INFO E| Downloaded compiler_builtins v0.1.108
88242024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.866 INFO E| Compiling compiler_builtins v0.1.108
88252024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.866 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
88262024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.866 INFO E| Compiling proc-macro2 v1.0.79
88272024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.866 INFO E| Compiling unicode-ident v1.0.12
88282024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.866 INFO E| Compiling syn v1.0.109
88292024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.866 INFO E| Compiling x86 v0.52.0
88302024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.873 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88312024-05-29T21:41:29.569Z[ recovery-image] May 29 21:41:27.873 INFO E| Compiling seq-macro v0.3.5
88322024-05-29T21:41:31.191Z[ recovery-image] May 29 21:41:29.793 INFO E| Compiling quote v1.0.35
88332024-05-29T21:41:31.561Z[ recovery-image] May 29 21:41:30.165 INFO E| Compiling syn v2.0.53
88342024-05-29T21:41:36.991Z[ recovery-image] May 29 21:41:35.581 INFO E| Compiling scroll_derive v0.12.0
88352024-05-29T21:41:42.560Z[ recovery-image] May 29 21:41:41.160 INFO E| Compiling bitstruct_derive v0.1.0
88362024-05-29T21:41:44.995Z[ host-image] May 29 21:41:43.590 INFO O| May 29 21:41:43.590 INFO STEP 1 (unpack_tar) COMPLETE
88372024-05-29T21:41:45.027Z[ host-image] May 29 21:41:43.591 INFO O| May 29 21:41:43.590 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88382024-05-29T21:41:45.027Z[ host-image] May 29 21:41:43.602 INFO O| May 29 21:41:43.602 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88392024-05-29T21:41:45.446Z[ host-image] May 29 21:41:43.996 INFO O| May 29 21:41:43.996 INFO STEP 2 (devfsadm) COMPLETE
88402024-05-29T21:41:45.446Z[ host-image] May 29 21:41:43.996 INFO O| May 29 21:41:43.996 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88412024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.013 INFO O| May 29 21:41:44.013 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88422024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.013 INFO O| May 29 21:41:44.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88432024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.013 INFO O| May 29 21:41:44.013 INFO STEP 3 (ensure_dir) COMPLETE
88442024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.013 INFO O| May 29 21:41:44.013 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88452024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.025 INFO O| May 29 21:41:44.025 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88462024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.025 INFO O| May 29 21:41:44.025 INFO STEP 4 (ensure_dir) COMPLETE
88472024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.025 INFO O| May 29 21:41:44.025 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88482024-05-29T21:41:45.447Z[ host-image] May 29 21:41:44.037 INFO O| May 29 21:41:44.037 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88492024-05-29T21:41:45.448Z[ host-image] May 29 21:41:44.037 INFO O| May 29 21:41:44.037 INFO STEP 5 (ensure_dir) COMPLETE
88502024-05-29T21:41:45.448Z[ host-image] May 29 21:41:44.037 INFO O| May 29 21:41:44.037 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88512024-05-29T21:41:45.455Z[ host-image] May 29 21:41:44.049 INFO O| May 29 21:41:44.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88522024-05-29T21:41:45.455Z[ host-image] May 29 21:41:44.049 INFO O| May 29 21:41:44.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88532024-05-29T21:41:45.456Z[ host-image] May 29 21:41:44.049 INFO O| May 29 21:41:44.049 INFO STEP 6 (ensure_dir) COMPLETE
88542024-05-29T21:41:45.456Z[ host-image] May 29 21:41:44.049 INFO O| May 29 21:41:44.049 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88552024-05-29T21:41:45.459Z[ host-image] May 29 21:41:44.061 INFO O| May 29 21:41:44.061 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88562024-05-29T21:41:45.459Z[ host-image] May 29 21:41:44.061 INFO O| May 29 21:41:44.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88572024-05-29T21:41:45.459Z[ host-image] May 29 21:41:44.061 INFO O| May 29 21:41:44.061 INFO STEP 7 (ensure_dir) COMPLETE
88582024-05-29T21:41:45.459Z[ host-image] May 29 21:41:44.061 INFO O| May 29 21:41:44.061 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88592024-05-29T21:41:45.467Z[ host-image] May 29 21:41:44.071 INFO O| May 29 21:41:44.071 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
88602024-05-29T21:41:45.471Z[ host-image] May 29 21:41:44.071 INFO O| May 29 21:41:44.071 INFO STEP 8 (remove_files) COMPLETE
88612024-05-29T21:41:45.471Z[ host-image] May 29 21:41:44.071 INFO O| May 29 21:41:44.071 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88622024-05-29T21:41:45.480Z[ host-image] May 29 21:41:44.080 INFO O| May 29 21:41:44.080 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
88632024-05-29T21:41:45.487Z[ host-image] May 29 21:41:44.081 INFO O| May 29 21:41:44.081 INFO STEP 9 (remove_files) COMPLETE
88642024-05-29T21:41:45.487Z[ host-image] May 29 21:41:44.081 INFO O| May 29 21:41:44.081 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88652024-05-29T21:41:45.906Z[ host-image] May 29 21:41:44.091 INFO O| May 29 21:41:44.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
88662024-05-29T21:41:45.906Z[ host-image] May 29 21:41:44.091 INFO O| May 29 21:41:44.091 INFO STEP 10 (remove_files) COMPLETE
88672024-05-29T21:41:45.906Z[ host-image] May 29 21:41:44.091 INFO O| May 29 21:41:44.091 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88682024-05-29T21:41:45.930Z[ host-image] May 29 21:41:44.101 INFO O| May 29 21:41:44.101 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
88692024-05-29T21:41:45.930Z[ host-image] May 29 21:41:44.101 INFO O| May 29 21:41:44.101 INFO STEP 11 (remove_files) COMPLETE
88702024-05-29T21:41:45.930Z[ host-image] May 29 21:41:44.101 INFO O| May 29 21:41:44.101 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88712024-05-29T21:41:45.930Z[ host-image] May 29 21:41:44.111 INFO O| May 29 21:41:44.111 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
88722024-05-29T21:41:45.930Z[ host-image] May 29 21:41:44.112 INFO O| May 29 21:41:44.112 INFO STEP 12 (remove_files) COMPLETE
88732024-05-29T21:41:45.931Z[ host-image] May 29 21:41:44.112 INFO O| May 29 21:41:44.112 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88742024-05-29T21:41:45.931Z[ host-image] May 29 21:41:44.121 INFO O| May 29 21:41:44.121 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88752024-05-29T21:41:45.931Z[ host-image] May 29 21:41:44.121 INFO O| May 29 21:41:44.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88762024-05-29T21:41:45.932Z[ host-image] May 29 21:41:44.121 INFO O| May 29 21:41:44.121 INFO STEP 13 (ensure_dir) COMPLETE
88772024-05-29T21:41:45.932Z[ host-image] May 29 21:41:44.121 INFO O| May 29 21:41:44.121 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88782024-05-29T21:41:45.932Z[ host-image] May 29 21:41:44.131 INFO O| May 29 21:41:44.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88792024-05-29T21:41:45.932Z[ host-image] May 29 21:41:44.131 INFO O| May 29 21:41:44.131 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88802024-05-29T21:41:45.932Z[ host-image] May 29 21:41:44.131 INFO O| May 29 21:41:44.131 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
88812024-05-29T21:41:45.933Z[ host-image] May 29 21:41:44.132 INFO O| May 29 21:41:44.131 INFO STEP 14 (ensure_dir) COMPLETE
88822024-05-29T21:41:45.933Z[ host-image] May 29 21:41:44.132 INFO O| May 29 21:41:44.131 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88832024-05-29T21:41:45.933Z[ host-image] May 29 21:41:44.141 INFO O| May 29 21:41:44.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88842024-05-29T21:41:45.934Z[ host-image] May 29 21:41:44.142 INFO O| May 29 21:41:44.142 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88852024-05-29T21:41:45.934Z[ host-image] May 29 21:41:44.142 INFO O| May 29 21:41:44.142 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
88862024-05-29T21:41:45.934Z[ host-image] May 29 21:41:44.142 INFO O| May 29 21:41:44.142 INFO STEP 15 (ensure_dir) COMPLETE
88872024-05-29T21:41:45.934Z[ host-image] May 29 21:41:44.142 INFO O| May 29 21:41:44.142 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88882024-05-29T21:41:45.934Z[ host-image] May 29 21:41:44.151 INFO O| May 29 21:41:44.151 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88892024-05-29T21:41:45.934Z[ host-image] May 29 21:41:44.151 INFO O| May 29 21:41:44.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
88902024-05-29T21:41:45.935Z[ host-image] May 29 21:41:44.151 INFO O| May 29 21:41:44.151 INFO STEP 16 (ensure_dir) COMPLETE
88912024-05-29T21:41:45.935Z[ host-image] May 29 21:41:44.151 INFO O| May 29 21:41:44.151 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88922024-05-29T21:41:45.935Z[ host-image] May 29 21:41:44.161 INFO O| May 29 21:41:44.161 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88932024-05-29T21:41:45.935Z[ host-image] May 29 21:41:44.161 INFO O| May 29 21:41:44.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
88942024-05-29T21:41:45.936Z[ host-image] May 29 21:41:44.161 INFO O| May 29 21:41:44.161 INFO STEP 17 (ensure_dir) COMPLETE
88952024-05-29T21:41:45.936Z[ host-image] May 29 21:41:44.161 INFO O| May 29 21:41:44.161 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88962024-05-29T21:41:45.936Z[ host-image] May 29 21:41:44.172 INFO O| May 29 21:41:44.172 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88972024-05-29T21:41:45.937Z[ host-image] May 29 21:41:44.172 INFO O| May 29 21:41:44.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
88982024-05-29T21:41:45.937Z[ host-image] May 29 21:41:44.172 INFO O| May 29 21:41:44.172 INFO ok!
88992024-05-29T21:41:45.937Z[ host-image] May 29 21:41:44.172 INFO O| May 29 21:41:44.172 INFO STEP 18 (ensure_symlink) COMPLETE
89002024-05-29T21:41:45.938Z[ host-image] May 29 21:41:44.172 INFO O| May 29 21:41:44.172 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89012024-05-29T21:41:45.938Z[ host-image] May 29 21:41:44.182 INFO O| May 29 21:41:44.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89022024-05-29T21:41:45.938Z[ host-image] May 29 21:41:44.182 INFO O| May 29 21:41:44.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89032024-05-29T21:41:45.938Z[ host-image] May 29 21:41:44.182 INFO O| May 29 21:41:44.182 INFO ok!
89042024-05-29T21:41:45.938Z[ host-image] May 29 21:41:44.182 INFO O| May 29 21:41:44.182 INFO STEP 19 (ensure_file) COMPLETE
89052024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.182 INFO O| May 29 21:41:44.182 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89062024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.192 INFO O| May 29 21:41:44.192 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89072024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.192 INFO O| May 29 21:41:44.192 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89082024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.192 INFO O| May 29 21:41:44.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89092024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.192 INFO O| May 29 21:41:44.192 INFO ok!
89102024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.192 INFO O| May 29 21:41:44.192 INFO STEP 20 (ensure_symlink) COMPLETE
89112024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.192 INFO O| May 29 21:41:44.192 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122024-05-29T21:41:45.939Z[ host-image] May 29 21:41:44.202 INFO O| May 29 21:41:44.202 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89132024-05-29T21:41:45.940Z[ host-image] May 29 21:41:44.202 INFO O| May 29 21:41:44.202 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89142024-05-29T21:41:45.940Z[ host-image] May 29 21:41:44.202 INFO O| May 29 21:41:44.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89152024-05-29T21:41:45.940Z[ host-image] May 29 21:41:44.202 INFO O| May 29 21:41:44.202 INFO ok!
89162024-05-29T21:41:45.940Z[ host-image] May 29 21:41:44.202 INFO O| May 29 21:41:44.202 INFO STEP 21 (ensure_symlink) COMPLETE
89172024-05-29T21:41:45.940Z[ host-image] May 29 21:41:44.202 INFO O| May 29 21:41:44.202 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89182024-05-29T21:41:45.940Z[ host-image] May 29 21:41:44.211 INFO O| May 29 21:41:44.211 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89192024-05-29T21:41:45.940Z[ host-image] May 29 21:41:44.212 INFO O| May 29 21:41:44.211 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89202024-05-29T21:41:45.941Z[ host-image] May 29 21:41:44.212 INFO O| May 29 21:41:44.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89212024-05-29T21:41:45.941Z[ host-image] May 29 21:41:44.212 INFO O| May 29 21:41:44.212 INFO ok!
89222024-05-29T21:41:45.941Z[ host-image] May 29 21:41:44.212 INFO O| May 29 21:41:44.212 INFO STEP 22 (ensure_symlink) COMPLETE
89232024-05-29T21:41:45.941Z[ host-image] May 29 21:41:44.212 INFO O| May 29 21:41:44.212 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89242024-05-29T21:41:45.942Z[ host-image] May 29 21:41:44.221 INFO O| May 29 21:41:44.221 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89252024-05-29T21:41:45.942Z[ host-image] May 29 21:41:44.221 INFO O| May 29 21:41:44.221 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89262024-05-29T21:41:45.942Z[ host-image] May 29 21:41:44.221 INFO O| May 29 21:41:44.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89272024-05-29T21:41:45.942Z[ host-image] May 29 21:41:44.221 INFO O| May 29 21:41:44.221 INFO ok!
89282024-05-29T21:41:45.942Z[ host-image] May 29 21:41:44.221 INFO O| May 29 21:41:44.221 INFO STEP 23 (ensure_symlink) COMPLETE
89292024-05-29T21:41:45.942Z[ host-image] May 29 21:41:44.221 INFO O| May 29 21:41:44.221 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89302024-05-29T21:41:45.942Z[ host-image] May 29 21:41:44.232 INFO O| May 29 21:41:44.232 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89312024-05-29T21:41:45.943Z[ host-image] May 29 21:41:44.232 INFO O| May 29 21:41:44.232 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89322024-05-29T21:41:45.943Z[ host-image] May 29 21:41:44.232 INFO O| May 29 21:41:44.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89332024-05-29T21:41:45.943Z[ host-image] May 29 21:41:44.232 INFO O| May 29 21:41:44.232 INFO ok!
89342024-05-29T21:41:45.943Z[ host-image] May 29 21:41:44.232 INFO O| May 29 21:41:44.232 INFO STEP 24 (ensure_file) COMPLETE
89352024-05-29T21:41:45.943Z[ host-image] May 29 21:41:44.232 INFO O| May 29 21:41:44.232 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89362024-05-29T21:41:45.943Z[ host-image] May 29 21:41:44.242 INFO O| May 29 21:41:44.242 INFO updating shadow file
89372024-05-29T21:41:45.944Z[ host-image] May 29 21:41:44.242 INFO O| May 29 21:41:44.242 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89382024-05-29T21:41:45.944Z[ host-image] May 29 21:41:44.242 INFO O| May 29 21:41:44.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89392024-05-29T21:41:45.944Z[ host-image] May 29 21:41:44.242 INFO O| May 29 21:41:44.242 INFO STEP 25 (shadow) COMPLETE
89402024-05-29T21:41:45.944Z[ host-image] May 29 21:41:44.242 INFO O| May 29 21:41:44.242 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89412024-05-29T21:41:45.944Z[ host-image] May 29 21:41:44.252 INFO O| May 29 21:41:44.252 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89422024-05-29T21:41:45.944Z[ host-image] May 29 21:41:44.252 INFO O| May 29 21:41:44.252 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89432024-05-29T21:41:45.945Z[ host-image] May 29 21:41:44.253 INFO O| May 29 21:41:44.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
89442024-05-29T21:41:45.945Z[ host-image] May 29 21:41:44.253 INFO O| May 29 21:41:44.253 INFO ok!
89452024-05-29T21:41:45.945Z[ host-image] May 29 21:41:44.253 INFO O| May 29 21:41:44.253 INFO STEP 26 (ensure_file) COMPLETE
89462024-05-29T21:41:45.945Z[ host-image] May 29 21:41:44.253 INFO O| May 29 21:41:44.253 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89472024-05-29T21:41:45.945Z[ host-image] May 29 21:41:44.262 INFO O| May 29 21:41:44.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
89482024-05-29T21:41:45.945Z[ host-image] May 29 21:41:44.262 INFO O| May 29 21:41:44.262 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
89492024-05-29T21:41:45.946Z[ host-image] May 29 21:41:44.263 INFO O| May 29 21:41:44.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
89502024-05-29T21:41:45.946Z[ host-image] May 29 21:41:44.263 INFO O| May 29 21:41:44.263 INFO ok!
89512024-05-29T21:41:45.946Z[ host-image] May 29 21:41:44.263 INFO O| May 29 21:41:44.263 INFO STEP 27 (ensure_file) COMPLETE
89522024-05-29T21:41:45.946Z[ host-image] May 29 21:41:44.263 INFO O| May 29 21:41:44.263 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89532024-05-29T21:41:45.946Z[ host-image] May 29 21:41:44.273 INFO O| May 29 21:41:44.273 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
89542024-05-29T21:41:45.946Z[ host-image] May 29 21:41:44.273 INFO O| May 29 21:41:44.273 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
89552024-05-29T21:41:45.946Z[ host-image] May 29 21:41:44.273 INFO O| May 29 21:41:44.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89562024-05-29T21:41:45.947Z[ host-image] May 29 21:41:44.273 INFO O| May 29 21:41:44.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
89572024-05-29T21:41:45.947Z[ host-image] May 29 21:41:44.273 INFO O| May 29 21:41:44.273 INFO ok!
89582024-05-29T21:41:45.947Z[ host-image] May 29 21:41:44.273 INFO O| May 29 21:41:44.273 INFO STEP 28 (ensure_file) COMPLETE
89592024-05-29T21:41:45.947Z[ host-image] May 29 21:41:44.273 INFO O| May 29 21:41:44.273 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89602024-05-29T21:41:45.947Z[ host-image] May 29 21:41:44.283 INFO O| May 29 21:41:44.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
89612024-05-29T21:41:45.948Z[ host-image] May 29 21:41:44.283 INFO O| May 29 21:41:44.283 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
89622024-05-29T21:41:45.948Z[ host-image] May 29 21:41:44.283 INFO O| May 29 21:41:44.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
89632024-05-29T21:41:45.948Z[ host-image] May 29 21:41:44.283 INFO O| May 29 21:41:44.283 INFO ok!
89642024-05-29T21:41:45.949Z[ host-image] May 29 21:41:44.283 INFO O| May 29 21:41:44.283 INFO STEP 29 (ensure_file) COMPLETE
89652024-05-29T21:41:45.949Z[ host-image] May 29 21:41:44.283 INFO O| May 29 21:41:44.283 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89662024-05-29T21:41:45.949Z[ host-image] May 29 21:41:44.293 INFO O| May 29 21:41:44.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
89672024-05-29T21:41:45.949Z[ host-image] May 29 21:41:44.293 INFO O| May 29 21:41:44.293 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
89682024-05-29T21:41:45.958Z[ host-image] May 29 21:41:44.293 INFO O| May 29 21:41:44.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
89692024-05-29T21:41:45.959Z[ host-image] May 29 21:41:44.293 INFO O| May 29 21:41:44.293 INFO ok!
89702024-05-29T21:41:45.959Z[ host-image] May 29 21:41:44.293 INFO O| May 29 21:41:44.293 INFO STEP 30 (ensure_file) COMPLETE
89712024-05-29T21:41:45.959Z[ host-image] May 29 21:41:44.293 INFO O| May 29 21:41:44.293 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89722024-05-29T21:41:45.959Z[ host-image] May 29 21:41:44.303 INFO O| May 29 21:41:44.303 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
89732024-05-29T21:41:45.959Z[ host-image] May 29 21:41:44.303 INFO O| May 29 21:41:44.303 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
89742024-05-29T21:41:45.959Z[ host-image] May 29 21:41:44.303 INFO O| May 29 21:41:44.303 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89752024-05-29T21:41:45.960Z[ host-image] May 29 21:41:44.303 INFO O| May 29 21:41:44.303 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
89762024-05-29T21:41:45.960Z[ host-image] May 29 21:41:44.303 INFO O| May 29 21:41:44.303 INFO ok!
89772024-05-29T21:41:45.960Z[ host-image] May 29 21:41:44.303 INFO O| May 29 21:41:44.303 INFO STEP 31 (ensure_file) COMPLETE
89782024-05-29T21:41:45.961Z[ host-image] May 29 21:41:44.303 INFO O| May 29 21:41:44.303 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89792024-05-29T21:41:45.961Z[ host-image] May 29 21:41:44.313 INFO O| May 29 21:41:44.313 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
89802024-05-29T21:41:45.961Z[ host-image] May 29 21:41:44.313 INFO O| May 29 21:41:44.313 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
89812024-05-29T21:41:45.961Z[ host-image] May 29 21:41:44.313 INFO O| May 29 21:41:44.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
89822024-05-29T21:41:45.961Z[ host-image] May 29 21:41:44.313 INFO O| May 29 21:41:44.313 INFO ok!
89832024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.313 INFO O| May 29 21:41:44.313 INFO STEP 32 (ensure_file) COMPLETE
89842024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.313 INFO O| May 29 21:41:44.313 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89852024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.323 INFO O| May 29 21:41:44.323 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89862024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.323 INFO O| May 29 21:41:44.323 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
89872024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.323 INFO O| May 29 21:41:44.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
89882024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.323 INFO O| May 29 21:41:44.323 INFO ok!
89892024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.323 INFO O| May 29 21:41:44.323 INFO STEP 33 (ensure_file) COMPLETE
89902024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.323 INFO O| May 29 21:41:44.323 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89912024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.333 INFO O| May 29 21:41:44.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
89922024-05-29T21:41:45.962Z[ host-image] May 29 21:41:44.333 INFO O| May 29 21:41:44.333 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
89932024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.333 INFO O| May 29 21:41:44.333 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89942024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.333 INFO O| May 29 21:41:44.333 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89952024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.333 INFO O| May 29 21:41:44.333 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89962024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.333 INFO O| May 29 21:41:44.333 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
89972024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.333 INFO O| May 29 21:41:44.333 INFO ok!
89982024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.334 INFO O| May 29 21:41:44.333 INFO STEP 34 (ensure_file) COMPLETE
89992024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.334 INFO O| May 29 21:41:44.333 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90002024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.344 INFO O| May 29 21:41:44.343 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90012024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.344 INFO O| May 29 21:41:44.344 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90022024-05-29T21:41:45.963Z[ host-image] May 29 21:41:44.344 INFO O| May 29 21:41:44.344 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90032024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.344 INFO O| May 29 21:41:44.344 INFO STEP 35 (ensure_dir) COMPLETE
90042024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.344 INFO O| May 29 21:41:44.344 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90052024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.353 INFO O| May 29 21:41:44.353 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
90062024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.353 INFO O| May 29 21:41:44.353 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 ...
90072024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.354 INFO O| May 29 21:41:44.354 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
90082024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.354 INFO O| May 29 21:41:44.354 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
90092024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.354 INFO O| May 29 21:41:44.354 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
90102024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.354 INFO O| May 29 21:41:44.354 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
90112024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.354 INFO O| May 29 21:41:44.354 INFO ok!
90122024-05-29T21:41:45.964Z[ host-image] May 29 21:41:44.354 INFO O| May 29 21:41:44.354 INFO STEP 36 (ensure_file) COMPLETE
90132024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.354 INFO O| May 29 21:41:44.354 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90142024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.364 INFO O| May 29 21:41:44.364 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90152024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.364 INFO O| May 29 21:41:44.364 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 ...
90162024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.364 INFO O| May 29 21:41:44.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90172024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.364 INFO O| May 29 21:41:44.364 INFO ok!
90182024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.364 INFO O| May 29 21:41:44.364 INFO STEP 37 (ensure_symlink) COMPLETE
90192024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.364 INFO O| May 29 21:41:44.364 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90202024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.373 INFO O| May 29 21:41:44.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90212024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.373 INFO O| May 29 21:41:44.373 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90222024-05-29T21:41:45.965Z[ host-image] May 29 21:41:44.374 INFO O| May 29 21:41:44.374 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90232024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.374 INFO O| May 29 21:41:44.374 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90242024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.374 INFO O| May 29 21:41:44.374 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90252024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.374 INFO O| May 29 21:41:44.374 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90262024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.374 INFO O| May 29 21:41:44.374 INFO ok!
90272024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.374 INFO O| May 29 21:41:44.374 INFO STEP 38 (ensure_file) COMPLETE
90282024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.374 INFO O| May 29 21:41:44.374 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90292024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.383 INFO O| May 29 21:41:44.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90302024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.383 INFO O| May 29 21:41:44.383 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 ...
90312024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.383 INFO O| May 29 21:41:44.383 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
90322024-05-29T21:41:45.966Z[ host-image] May 29 21:41:44.384 INFO O| May 29 21:41:44.383 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90332024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.384 INFO O| May 29 21:41:44.384 INFO ok!
90342024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.384 INFO O| May 29 21:41:44.384 INFO STEP 39 (ensure_file) COMPLETE
90352024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.384 INFO O| May 29 21:41:44.384 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90362024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.393 INFO O| May 29 21:41:44.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90372024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.393 INFO O| May 29 21:41:44.393 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90382024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.393 INFO O| May 29 21:41:44.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90392024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.393 INFO O| May 29 21:41:44.393 INFO ok!
90402024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.393 INFO O| May 29 21:41:44.393 INFO STEP 40 (ensure_file) COMPLETE
90412024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.393 INFO O| May 29 21:41:44.393 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90422024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.404 INFO O| May 29 21:41:44.404 INFO updating shadow file
90432024-05-29T21:41:45.967Z[ host-image] May 29 21:41:44.404 INFO O| May 29 21:41:44.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90442024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.404 INFO O| May 29 21:41:44.404 INFO STEP 41 (shadow) COMPLETE
90452024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.404 INFO O| May 29 21:41:44.404 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90462024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
90472024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
90482024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90492024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
90502024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO ok!
90512024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO STEP 42 (ensure_file) COMPLETE
90522024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90532024-05-29T21:41:45.968Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO skip step because feature "mfg" is not enabled
90542024-05-29T21:41:45.969Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90552024-05-29T21:41:45.969Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO skip step because feature "mfg" is not enabled
90562024-05-29T21:41:45.969Z[ host-image] May 29 21:41:44.414 INFO O| May 29 21:41:44.414 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90572024-05-29T21:41:45.969Z[ host-image] May 29 21:41:44.427 INFO O| May 29 21:41:44.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
90582024-05-29T21:41:45.969Z[ host-image] May 29 21:41:44.427 INFO O| May 29 21:41:44.427 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
90592024-05-29T21:41:46.473Z[ host-image] May 29 21:41:45.071 INFO O| May 29 21:41:45.071 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90602024-05-29T21:41:46.473Z[ host-image] May 29 21:41:45.071 INFO O| May 29 21:41:45.071 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
90612024-05-29T21:41:46.474Z[ host-image] May 29 21:41:45.071 INFO O| May 29 21:41:45.071 INFO ok!
90622024-05-29T21:41:46.891Z[ host-image] May 29 21:41:45.071 INFO O| May 29 21:41:45.071 INFO STEP 45 (ensure_file) COMPLETE
90632024-05-29T21:41:46.891Z[ host-image] May 29 21:41:45.071 INFO O| May 29 21:41:45.071 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90642024-05-29T21:41:46.897Z[ host-image] May 29 21:41:45.084 INFO O| May 29 21:41:45.084 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
90652024-05-29T21:41:46.897Z[ host-image] May 29 21:41:45.084 INFO O| May 29 21:41:45.084 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90662024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.084 INFO O| May 29 21:41:45.084 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90672024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.085 INFO O| May 29 21:41:45.084 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90682024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.085 INFO O| May 29 21:41:45.084 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90692024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.085 INFO O| May 29 21:41:45.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90702024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.085 INFO O| May 29 21:41:45.085 INFO ok!
90712024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.085 INFO O| May 29 21:41:45.085 INFO STEP 46 (ensure_file) COMPLETE
90722024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.085 INFO O| May 29 21:41:45.085 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90732024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.095 INFO O| May 29 21:41:45.095 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
90742024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.095 INFO O| May 29 21:41:45.095 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 ...
90752024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.095 INFO O| May 29 21:41:45.095 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
90762024-05-29T21:41:46.898Z[ host-image] May 29 21:41:45.095 INFO O| May 29 21:41:45.095 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90772024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.095 INFO O| May 29 21:41:45.095 INFO ok!
90782024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.095 INFO O| May 29 21:41:45.095 INFO STEP 47 (ensure_file) COMPLETE
90792024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.095 INFO O| May 29 21:41:45.095 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90802024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
90812024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
90822024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90832024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90842024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90852024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
90862024-05-29T21:41:46.899Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO ok!
90872024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO STEP 48 (ensure_file) COMPLETE
90882024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.105 INFO O| May 29 21:41:45.105 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90892024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.115 INFO O| May 29 21:41:45.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
90902024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.115 INFO O| May 29 21:41:45.115 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 ...
90912024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.115 INFO O| May 29 21:41:45.115 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
90922024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.115 INFO O| May 29 21:41:45.115 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
90932024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.116 INFO O| May 29 21:41:45.115 INFO ok!
90942024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.116 INFO O| May 29 21:41:45.115 INFO STEP 49 (ensure_file) COMPLETE
90952024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.116 INFO O| May 29 21:41:45.116 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
90962024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
90972024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
90982024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
90992024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91002024-05-29T21:41:46.900Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91012024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91022024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO ok!
91032024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO STEP 50 (ensure_file) COMPLETE
91042024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.126 INFO O| May 29 21:41:45.126 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91052024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.136 INFO O| May 29 21:41:45.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91062024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.136 INFO O| May 29 21:41:45.136 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 ...
91072024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.136 INFO O| May 29 21:41:45.136 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
91082024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.136 INFO O| May 29 21:41:45.136 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91092024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.136 INFO O| May 29 21:41:45.136 INFO ok!
91102024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.136 INFO O| May 29 21:41:45.136 INFO STEP 51 (ensure_file) COMPLETE
91112024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.136 INFO O| May 29 21:41:45.136 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91122024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.146 INFO O| May 29 21:41:45.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91132024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.146 INFO O| May 29 21:41:45.146 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 ...
91142024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.146 INFO O| May 29 21:41:45.146 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
91152024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.147 INFO O| May 29 21:41:45.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91162024-05-29T21:41:46.901Z[ host-image] May 29 21:41:45.147 INFO O| May 29 21:41:45.147 INFO ok!
91172024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.147 INFO O| May 29 21:41:45.147 INFO STEP 52 (ensure_file) COMPLETE
91182024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.147 INFO O| May 29 21:41:45.147 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91192024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.156 INFO O| May 29 21:41:45.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91202024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.156 INFO O| May 29 21:41:45.156 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 ...
91212024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.157 INFO O| May 29 21:41:45.156 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
91222024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.157 INFO O| May 29 21:41:45.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91232024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.157 INFO O| May 29 21:41:45.157 INFO ok!
91242024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.157 INFO O| May 29 21:41:45.157 INFO STEP 53 (ensure_file) COMPLETE
91252024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.157 INFO O| May 29 21:41:45.157 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91262024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.167 INFO O| May 29 21:41:45.167 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91272024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.167 INFO O| May 29 21:41:45.167 INFO STEP 54 (ensure_dir) COMPLETE
91282024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.167 INFO O| May 29 21:41:45.167 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91292024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.176 INFO O| May 29 21:41:45.176 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91302024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.176 INFO O| May 29 21:41:45.176 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91312024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.176 INFO O| May 29 21:41:45.176 INFO STEP 55 (ensure_dir) COMPLETE
91322024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.176 INFO O| May 29 21:41:45.176 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.186 INFO O| May 29 21:41:45.186 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91342024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.186 INFO O| May 29 21:41:45.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
91352024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.186 INFO O| May 29 21:41:45.186 INFO STEP 56 (ensure_dir) COMPLETE
91362024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.186 INFO O| May 29 21:41:45.186 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91372024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.196 INFO O| May 29 21:41:45.196 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
91382024-05-29T21:41:46.902Z[ host-image] May 29 21:41:45.196 INFO O| May 29 21:41:45.196 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
91392024-05-29T21:41:46.903Z[ host-image] May 29 21:41:45.211 INFO O| May 29 21:41:45.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
91402024-05-29T21:41:46.903Z[ host-image] May 29 21:41:45.211 INFO O| May 29 21:41:45.211 INFO ok!
91412024-05-29T21:41:46.903Z[ host-image] May 29 21:41:45.211 INFO O| May 29 21:41:45.211 INFO STEP 57 (ensure_file) COMPLETE
91422024-05-29T21:41:46.903Z[ host-image] May 29 21:41:45.211 INFO O| May 29 21:41:45.211 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91432024-05-29T21:41:46.903Z[ host-image] May 29 21:41:45.222 INFO O| May 29 21:41:45.222 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
91442024-05-29T21:41:46.903Z[ host-image] May 29 21:41:45.222 INFO O| May 29 21:41:45.222 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
91452024-05-29T21:41:48.098Z[ host-image] May 29 21:41:46.330 INFO O| May 29 21:41:46.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
91462024-05-29T21:41:48.098Z[ host-image] May 29 21:41:46.330 INFO O| May 29 21:41:46.330 INFO ok!
91472024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.330 INFO O| May 29 21:41:46.330 INFO STEP 58 (ensure_file) COMPLETE
91482024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.330 INFO O| May 29 21:41:46.330 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91492024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.341 INFO O| May 29 21:41:46.341 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91502024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.342 INFO O| May 29 21:41:46.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
91512024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.342 INFO O| May 29 21:41:46.342 INFO STEP 59 (ensure_dir) COMPLETE
91522024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.342 INFO O| May 29 21:41:46.342 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91532024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.353 INFO O| May 29 21:41:46.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
91542024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.353 INFO O| May 29 21:41:46.353 INFO copying /tmp/.tmp3HhEf3/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 ...
91552024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.353 INFO O| May 29 21:41:46.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
91562024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.353 INFO O| May 29 21:41:46.353 INFO ok!
91572024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.353 INFO O| May 29 21:41:46.353 INFO STEP 60 (ensure_file) COMPLETE
91582024-05-29T21:41:48.535Z[ host-image] May 29 21:41:46.353 INFO O| May 29 21:41:46.353 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91592024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.363 INFO O| May 29 21:41:46.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
91602024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.363 INFO O| May 29 21:41:46.363 INFO copying /tmp/.tmp3HhEf3/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 ...
91612024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.363 INFO O| May 29 21:41:46.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
91622024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.363 INFO O| May 29 21:41:46.363 INFO ok!
91632024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.363 INFO O| May 29 21:41:46.363 INFO STEP 61 (ensure_file) COMPLETE
91642024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.363 INFO O| May 29 21:41:46.363 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91652024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.373 INFO O| May 29 21:41:46.373 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91662024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.373 INFO O| May 29 21:41:46.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
91672024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.373 INFO O| May 29 21:41:46.373 INFO STEP 62 (ensure_dir) COMPLETE
91682024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.373 INFO O| May 29 21:41:46.373 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.383 INFO O| May 29 21:41:46.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
91702024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.383 INFO O| May 29 21:41:46.382 INFO copying /tmp/.tmp3HhEf3/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 ...
91712024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.383 INFO O| May 29 21:41:46.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
91722024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.383 INFO O| May 29 21:41:46.383 INFO ok!
91732024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.383 INFO O| May 29 21:41:46.383 INFO STEP 63 (ensure_file) COMPLETE
91742024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.383 INFO O| May 29 21:41:46.383 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.392 INFO O| May 29 21:41:46.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
91762024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.392 INFO O| May 29 21:41:46.392 INFO copying /tmp/.tmp3HhEf3/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 ...
91772024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.392 INFO O| May 29 21:41:46.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
91782024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.393 INFO O| May 29 21:41:46.392 INFO ok!
91792024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.393 INFO O| May 29 21:41:46.392 INFO STEP 64 (ensure_file) COMPLETE
91802024-05-29T21:41:48.536Z[ host-image] May 29 21:41:46.393 INFO O| May 29 21:41:46.392 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.402 INFO O| May 29 21:41:46.402 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91822024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.402 INFO O| May 29 21:41:46.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
91832024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.402 INFO O| May 29 21:41:46.402 INFO STEP 65 (ensure_dir) COMPLETE
91842024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.402 INFO O| May 29 21:41:46.402 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91852024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.412 INFO O| May 29 21:41:46.412 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91862024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.412 INFO O| May 29 21:41:46.412 INFO copying /tmp/.tmp3HhEf3/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 ...
91872024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.412 INFO O| May 29 21:41:46.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91882024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.412 INFO O| May 29 21:41:46.412 INFO ok!
91892024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.412 INFO O| May 29 21:41:46.412 INFO STEP 66 (ensure_file) COMPLETE
91902024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.412 INFO O| May 29 21:41:46.412 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91912024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.422 INFO O| May 29 21:41:46.422 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
91922024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.422 INFO O| May 29 21:41:46.422 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
91932024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.422 INFO O| May 29 21:41:46.422 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
91942024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.422 INFO O| May 29 21:41:46.422 INFO ok!
91952024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.422 INFO O| May 29 21:41:46.422 INFO STEP 67 (ensure_file) COMPLETE
91962024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.422 INFO O| May 29 21:41:46.422 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91972024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.432 INFO O| May 29 21:41:46.432 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91982024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.432 INFO O| May 29 21:41:46.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
91992024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.432 INFO O| May 29 21:41:46.432 INFO STEP 68 (ensure_dir) COMPLETE
92002024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.432 INFO O| May 29 21:41:46.432 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92012024-05-29T21:41:48.537Z[ host-image] May 29 21:41:46.442 INFO O| May 29 21:41:46.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92022024-05-29T21:41:48.538Z[ host-image] May 29 21:41:46.442 INFO O| May 29 21:41:46.442 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92032024-05-29T21:41:48.541Z[ host-image] May 29 21:41:46.995 INFO O| May 29 21:41:46.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92042024-05-29T21:41:48.542Z[ host-image] May 29 21:41:46.995 INFO O| May 29 21:41:46.995 INFO ok!
92052024-05-29T21:41:48.542Z[ host-image] May 29 21:41:46.995 INFO O| May 29 21:41:46.995 INFO STEP 69 (ensure_file) COMPLETE
92062024-05-29T21:41:48.542Z[ host-image] May 29 21:41:46.995 INFO O| May 29 21:41:46.995 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92072024-05-29T21:41:48.542Z[ host-image] May 29 21:41:47.008 INFO O| May 29 21:41:47.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92082024-05-29T21:41:48.542Z[ host-image] May 29 21:41:47.008 INFO O| May 29 21:41:47.008 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92092024-05-29T21:41:49.965Z[ host-image] May 29 21:41:48.562 INFO O| May 29 21:41:48.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92102024-05-29T21:41:49.965Z[ host-image] May 29 21:41:48.562 INFO O| May 29 21:41:48.562 INFO ok!
92112024-05-29T21:41:49.974Z[ host-image] May 29 21:41:48.562 INFO O| May 29 21:41:48.562 INFO STEP 70 (ensure_file) COMPLETE
92122024-05-29T21:41:49.974Z[ host-image] May 29 21:41:48.562 INFO O| May 29 21:41:48.562 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-05-29T21:41:49.975Z[ host-image] May 29 21:41:48.573 INFO O| May 29 21:41:48.573 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92142024-05-29T21:41:49.975Z[ host-image] May 29 21:41:48.573 INFO O| May 29 21:41:48.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92152024-05-29T21:41:49.975Z[ host-image] May 29 21:41:48.573 INFO O| May 29 21:41:48.573 INFO STEP 71 (ensure_dir) COMPLETE
92162024-05-29T21:41:49.975Z[ host-image] May 29 21:41:48.573 INFO O| May 29 21:41:48.573 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-05-29T21:41:49.983Z[ host-image] May 29 21:41:48.584 INFO O| May 29 21:41:48.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92182024-05-29T21:41:49.983Z[ host-image] May 29 21:41:48.584 INFO O| May 29 21:41:48.584 INFO copying /tmp/.tmp3HhEf3/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 ...
92192024-05-29T21:41:49.989Z[ host-image] May 29 21:41:48.584 INFO O| May 29 21:41:48.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92202024-05-29T21:41:49.990Z[ host-image] May 29 21:41:48.584 INFO O| May 29 21:41:48.584 INFO ok!
92212024-05-29T21:41:49.990Z[ host-image] May 29 21:41:48.584 INFO O| May 29 21:41:48.584 INFO STEP 72 (ensure_file) COMPLETE
92222024-05-29T21:41:49.990Z[ host-image] May 29 21:41:48.584 INFO O| May 29 21:41:48.584 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-05-29T21:41:49.998Z[ host-image] May 29 21:41:48.594 INFO O| May 29 21:41:48.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92242024-05-29T21:41:49.998Z[ host-image] May 29 21:41:48.594 INFO O| May 29 21:41:48.594 INFO copying /tmp/.tmp3HhEf3/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 ...
92252024-05-29T21:41:49.998Z[ host-image] May 29 21:41:48.595 INFO O| May 29 21:41:48.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92262024-05-29T21:41:49.998Z[ host-image] May 29 21:41:48.595 INFO O| May 29 21:41:48.594 INFO ok!
92272024-05-29T21:41:49.999Z[ host-image] May 29 21:41:48.595 INFO O| May 29 21:41:48.595 INFO STEP 73 (ensure_file) COMPLETE
92282024-05-29T21:41:49.999Z[ host-image] May 29 21:41:48.595 INFO O| May 29 21:41:48.595 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-05-29T21:41:50.028Z[ host-image] May 29 21:41:48.604 INFO O| May 29 21:41:48.604 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92302024-05-29T21:41:50.029Z[ host-image] May 29 21:41:48.604 INFO O| May 29 21:41:48.604 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92312024-05-29T21:41:50.029Z[ host-image] May 29 21:41:48.604 INFO O| May 29 21:41:48.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
92322024-05-29T21:41:50.029Z[ host-image] May 29 21:41:48.604 INFO O| May 29 21:41:48.604 INFO ok!
92332024-05-29T21:41:50.029Z[ host-image] May 29 21:41:48.604 INFO O| May 29 21:41:48.604 INFO STEP 74 (ensure_file) COMPLETE
92342024-05-29T21:41:50.029Z[ host-image] May 29 21:41:48.604 INFO O| May 29 21:41:48.604 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-05-29T21:41:50.041Z[ host-image] May 29 21:41:48.614 INFO O| May 29 21:41:48.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
92362024-05-29T21:41:50.041Z[ host-image] May 29 21:41:48.614 INFO O| May 29 21:41:48.614 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
92372024-05-29T21:41:50.042Z[ host-image] May 29 21:41:48.614 INFO O| May 29 21:41:48.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
92382024-05-29T21:41:50.042Z[ host-image] May 29 21:41:48.614 INFO O| May 29 21:41:48.614 INFO ok!
92392024-05-29T21:41:50.042Z[ host-image] May 29 21:41:48.614 INFO O| May 29 21:41:48.614 INFO STEP 75 (ensure_file) COMPLETE
92402024-05-29T21:41:50.042Z[ host-image] May 29 21:41:48.614 INFO O| May 29 21:41:48.614 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.624 INFO O| May 29 21:41:48.624 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92422024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.624 INFO O| May 29 21:41:48.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
92432024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.624 INFO O| May 29 21:41:48.624 INFO STEP 76 (ensure_dir) COMPLETE
92442024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.624 INFO O| May 29 21:41:48.624 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.635 INFO O| May 29 21:41:48.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
92462024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.635 INFO O| May 29 21:41:48.634 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
92472024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.638 INFO O| May 29 21:41:48.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
92482024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.638 INFO O| May 29 21:41:48.638 INFO ok!
92492024-05-29T21:41:50.043Z[ host-image] May 29 21:41:48.638 INFO O| May 29 21:41:48.638 INFO STEP 77 (ensure_file) COMPLETE
92502024-05-29T21:41:50.044Z[ host-image] May 29 21:41:48.638 INFO O| May 29 21:41:48.638 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-05-29T21:41:50.069Z[ host-image] May 29 21:41:48.648 INFO O| May 29 21:41:48.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
92522024-05-29T21:41:50.070Z[ host-image] May 29 21:41:48.648 INFO O| May 29 21:41:48.648 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
92532024-05-29T21:41:50.070Z[ host-image] May 29 21:41:48.648 INFO O| May 29 21:41:48.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
92542024-05-29T21:41:50.070Z[ host-image] May 29 21:41:48.648 INFO O| May 29 21:41:48.648 INFO ok!
92552024-05-29T21:41:50.070Z[ host-image] May 29 21:41:48.648 INFO O| May 29 21:41:48.648 INFO STEP 78 (ensure_file) COMPLETE
92562024-05-29T21:41:50.070Z[ host-image] May 29 21:41:48.648 INFO O| May 29 21:41:48.648 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92572024-05-29T21:41:50.084Z[ host-image] May 29 21:41:48.658 INFO O| May 29 21:41:48.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
92582024-05-29T21:41:50.085Z[ host-image] May 29 21:41:48.658 INFO O| May 29 21:41:48.658 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
92592024-05-29T21:41:50.968Z[ host-image] May 29 21:41:49.566 INFO O| May 29 21:41:49.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
92602024-05-29T21:41:50.969Z[ host-image] May 29 21:41:49.566 INFO O| May 29 21:41:49.566 INFO ok!
92612024-05-29T21:41:50.969Z[ host-image] May 29 21:41:49.567 INFO O| May 29 21:41:49.566 INFO STEP 79 (ensure_file) COMPLETE
92622024-05-29T21:41:50.980Z[ host-image] May 29 21:41:49.567 INFO O| May 29 21:41:49.566 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92632024-05-29T21:41:50.980Z[ host-image] May 29 21:41:49.578 INFO O| May 29 21:41:49.578 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92642024-05-29T21:41:50.981Z[ host-image] May 29 21:41:49.578 INFO O| May 29 21:41:49.578 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
92652024-05-29T21:41:50.981Z[ host-image] May 29 21:41:49.578 INFO O| May 29 21:41:49.578 INFO STEP 80 (ensure_dir) COMPLETE
92662024-05-29T21:41:50.981Z[ host-image] May 29 21:41:49.578 INFO O| May 29 21:41:49.578 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-05-29T21:41:50.993Z[ host-image] May 29 21:41:49.589 INFO O| May 29 21:41:49.589 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92682024-05-29T21:41:50.993Z[ host-image] May 29 21:41:49.589 INFO O| May 29 21:41:49.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
92692024-05-29T21:41:50.994Z[ host-image] May 29 21:41:49.589 INFO O| May 29 21:41:49.589 INFO STEP 81 (ensure_dir) COMPLETE
92702024-05-29T21:41:50.994Z[ host-image] May 29 21:41:49.589 INFO O| May 29 21:41:49.589 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-05-29T21:41:51.009Z[ host-image] May 29 21:41:49.599 INFO O| May 29 21:41:49.599 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92722024-05-29T21:41:51.009Z[ host-image] May 29 21:41:49.599 INFO O| May 29 21:41:49.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
92732024-05-29T21:41:51.009Z[ host-image] May 29 21:41:49.599 INFO O| May 29 21:41:49.599 INFO STEP 82 (ensure_dir) COMPLETE
92742024-05-29T21:41:51.010Z[ host-image] May 29 21:41:49.599 INFO O| May 29 21:41:49.599 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-05-29T21:41:51.024Z[ host-image] May 29 21:41:49.609 INFO O| May 29 21:41:49.609 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92762024-05-29T21:41:51.025Z[ host-image] May 29 21:41:49.609 INFO O| May 29 21:41:49.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
92772024-05-29T21:41:51.025Z[ host-image] May 29 21:41:49.609 INFO O| May 29 21:41:49.609 INFO STEP 83 (ensure_dir) COMPLETE
92782024-05-29T21:41:51.025Z[ host-image] May 29 21:41:49.609 INFO O| May 29 21:41:49.609 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92792024-05-29T21:41:51.025Z[ host-image] May 29 21:41:49.619 INFO O| May 29 21:41:49.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92802024-05-29T21:41:51.025Z[ host-image] May 29 21:41:49.619 INFO O| May 29 21:41:49.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
92812024-05-29T21:41:51.026Z[ host-image] May 29 21:41:49.619 INFO O| May 29 21:41:49.619 INFO STEP 84 (ensure_dir) COMPLETE
92822024-05-29T21:41:51.026Z[ host-image] May 29 21:41:49.619 INFO O| May 29 21:41:49.619 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-05-29T21:41:51.062Z[ host-image] May 29 21:41:49.629 INFO O| May 29 21:41:49.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
92842024-05-29T21:41:51.062Z[ host-image] May 29 21:41:49.629 INFO O| May 29 21:41:49.629 INFO copying /tmp/.tmp3HhEf3/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 ...
92852024-05-29T21:41:51.063Z[ host-image] May 29 21:41:49.629 INFO O| May 29 21:41:49.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
92862024-05-29T21:41:51.063Z[ host-image] May 29 21:41:49.629 INFO O| May 29 21:41:49.629 INFO ok!
92872024-05-29T21:41:51.063Z[ host-image] May 29 21:41:49.629 INFO O| May 29 21:41:49.629 INFO STEP 85 (ensure_file) COMPLETE
92882024-05-29T21:41:51.063Z[ host-image] May 29 21:41:49.629 INFO O| May 29 21:41:49.629 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92892024-05-29T21:41:51.073Z[ host-image] May 29 21:41:49.639 INFO O| May 29 21:41:49.639 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92902024-05-29T21:41:51.074Z[ host-image] May 29 21:41:49.639 INFO O| May 29 21:41:49.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
92912024-05-29T21:41:51.074Z[ host-image] May 29 21:41:49.639 INFO O| May 29 21:41:49.639 INFO STEP 86 (ensure_dir) COMPLETE
92922024-05-29T21:41:51.074Z[ host-image] May 29 21:41:49.639 INFO O| May 29 21:41:49.639 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-05-29T21:41:51.074Z[ host-image] May 29 21:41:49.649 INFO O| May 29 21:41:49.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
92942024-05-29T21:41:51.074Z[ host-image] May 29 21:41:49.649 INFO O| May 29 21:41:49.648 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
92952024-05-29T21:41:51.074Z[ host-image] May 29 21:41:49.649 INFO O| May 29 21:41:49.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
92962024-05-29T21:41:51.075Z[ host-image] May 29 21:41:49.649 INFO O| May 29 21:41:49.649 INFO ok!
92972024-05-29T21:41:51.075Z[ host-image] May 29 21:41:49.649 INFO O| May 29 21:41:49.649 INFO STEP 87 (ensure_file) COMPLETE
92982024-05-29T21:41:51.075Z[ host-image] May 29 21:41:49.649 INFO O| May 29 21:41:49.649 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-05-29T21:41:51.075Z[ host-image] May 29 21:41:49.659 INFO O| May 29 21:41:49.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93002024-05-29T21:41:51.075Z[ host-image] May 29 21:41:49.659 INFO O| May 29 21:41:49.659 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93012024-05-29T21:41:51.374Z[ host-image] May 29 21:41:49.976 INFO O| May 29 21:41:49.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93022024-05-29T21:41:51.374Z[ host-image] May 29 21:41:49.976 INFO O| May 29 21:41:49.976 INFO ok!
93032024-05-29T21:41:51.374Z[ host-image] May 29 21:41:49.976 INFO O| May 29 21:41:49.976 INFO STEP 88 (ensure_file) COMPLETE
93042024-05-29T21:41:51.374Z[ host-image] May 29 21:41:49.977 INFO O| May 29 21:41:49.976 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93052024-05-29T21:41:51.386Z[ host-image] May 29 21:41:49.988 INFO O| May 29 21:41:49.988 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93062024-05-29T21:41:51.386Z[ host-image] May 29 21:41:49.988 INFO O| May 29 21:41:49.988 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93072024-05-29T21:41:51.923Z[ host-image] May 29 21:41:50.519 INFO O| May 29 21:41:50.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93082024-05-29T21:41:51.923Z[ host-image] May 29 21:41:50.519 INFO O| May 29 21:41:50.519 INFO ok!
93092024-05-29T21:41:51.923Z[ host-image] May 29 21:41:50.519 INFO O| May 29 21:41:50.519 INFO STEP 89 (ensure_file) COMPLETE
93102024-05-29T21:41:51.928Z[ host-image] May 29 21:41:50.519 INFO O| May 29 21:41:50.519 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93112024-05-29T21:41:51.949Z[ host-image] May 29 21:41:50.530 INFO O| May 29 21:41:50.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93122024-05-29T21:41:51.949Z[ host-image] May 29 21:41:50.530 INFO O| May 29 21:41:50.530 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93132024-05-29T21:41:51.949Z[ host-image] May 29 21:41:50.530 INFO O| May 29 21:41:50.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93142024-05-29T21:41:51.949Z[ host-image] May 29 21:41:50.530 INFO O| May 29 21:41:50.530 INFO ok!
93152024-05-29T21:41:51.949Z[ host-image] May 29 21:41:50.530 INFO O| May 29 21:41:50.530 INFO STEP 90 (ensure_file) COMPLETE
93162024-05-29T21:41:51.949Z[ host-image] May 29 21:41:50.530 INFO O| May 29 21:41:50.530 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93172024-05-29T21:41:51.962Z[ host-image] May 29 21:41:50.540 INFO O| May 29 21:41:50.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
93182024-05-29T21:41:51.962Z[ host-image] May 29 21:41:50.540 INFO O| May 29 21:41:50.540 INFO copying /tmp/.tmp3HhEf3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
93192024-05-29T21:41:55.844Z[ host-image] May 29 21:41:54.417 INFO O| May 29 21:41:54.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
93202024-05-29T21:41:55.844Z[ host-image] May 29 21:41:54.417 INFO O| May 29 21:41:54.417 INFO ok!
93212024-05-29T21:41:55.876Z[ host-image] May 29 21:41:54.417 INFO O| May 29 21:41:54.417 INFO STEP 91 (ensure_file) COMPLETE
93222024-05-29T21:41:55.877Z[ host-image] May 29 21:41:54.417 INFO O| May 29 21:41:54.417 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93232024-05-29T21:41:55.877Z[ host-image] May 29 21:41:54.429 INFO O| May 29 21:41:54.429 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
93242024-05-29T21:41:55.877Z[ host-image] May 29 21:41:54.429 INFO O| May 29 21:41:54.429 INFO STEP 92 (ensure_dir) COMPLETE
93252024-05-29T21:41:55.877Z[ host-image] May 29 21:41:54.429 INFO O| May 29 21:41:54.429 INFO STEP 93: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262024-05-29T21:41:55.877Z[ host-image] May 29 21:41:54.439 INFO O| May 29 21:41:54.438 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
93272024-05-29T21:41:55.878Z[ host-image] May 29 21:41:54.439 INFO O| May 29 21:41:54.439 INFO STEP 93 (ensure_dir) COMPLETE
93282024-05-29T21:41:55.878Z[ host-image] May 29 21:41:54.439 INFO O| May 29 21:41:54.439 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93292024-05-29T21:41:55.878Z[ host-image] May 29 21:41:54.449 INFO O| May 29 21:41:54.449 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93302024-05-29T21:41:55.878Z[ host-image] May 29 21:41:54.449 INFO O| May 29 21:41:54.449 INFO STEP 94 (ensure_dir) COMPLETE
93312024-05-29T21:41:55.879Z[ host-image] May 29 21:41:54.449 INFO O| May 29 21:41:54.449 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-05-29T21:41:55.896Z[ host-image] May 29 21:41:54.459 INFO O| May 29 21:41:54.459 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93332024-05-29T21:41:55.896Z[ host-image] May 29 21:41:54.459 INFO O| May 29 21:41:54.459 INFO STEP 95 (ensure_dir) COMPLETE
93342024-05-29T21:41:55.896Z[ host-image] May 29 21:41:54.459 INFO O| May 29 21:41:54.459 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352024-05-29T21:41:55.897Z[ host-image] May 29 21:41:54.469 INFO O| May 29 21:41:54.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93362024-05-29T21:41:55.897Z[ host-image] May 29 21:41:54.469 INFO O| May 29 21:41:54.469 INFO copying /tmp/.tmp3HhEf3/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 ...
93372024-05-29T21:41:55.897Z[ host-image] May 29 21:41:54.469 INFO O| May 29 21:41:54.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93382024-05-29T21:41:55.897Z[ host-image] May 29 21:41:54.469 INFO O| May 29 21:41:54.469 INFO ok!
93392024-05-29T21:41:55.897Z[ host-image] May 29 21:41:54.469 INFO O| May 29 21:41:54.469 INFO STEP 96 (ensure_file) COMPLETE
93402024-05-29T21:41:55.898Z[ host-image] May 29 21:41:54.469 INFO O| May 29 21:41:54.469 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412024-05-29T21:41:55.898Z[ host-image] May 29 21:41:54.478 INFO O| May 29 21:41:54.478 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93422024-05-29T21:41:55.898Z[ host-image] May 29 21:41:54.478 INFO O| May 29 21:41:54.478 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93432024-05-29T21:41:55.899Z[ host-image] May 29 21:41:54.478 INFO O| May 29 21:41:54.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93442024-05-29T21:41:55.899Z[ host-image] May 29 21:41:54.478 INFO O| May 29 21:41:54.478 INFO STEP 97 (ensure_dir) COMPLETE
93452024-05-29T21:41:55.899Z[ host-image] May 29 21:41:54.478 INFO O| May 29 21:41:54.478 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-05-29T21:41:55.925Z[ host-image] May 29 21:41:54.489 INFO O| May 29 21:41:54.489 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93472024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.489 INFO O| May 29 21:41:54.489 INFO copying /tmp/.tmp3HhEf3/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93482024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.489 INFO O| May 29 21:41:54.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93492024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.489 INFO O| May 29 21:41:54.489 INFO ok!
93502024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.489 INFO O| May 29 21:41:54.489 INFO STEP 98 (ensure_file) COMPLETE
93512024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.489 INFO O| May 29 21:41:54.489 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93522024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.499 INFO O| May 29 21:41:54.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93532024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.499 INFO O| May 29 21:41:54.499 INFO STEP 99 (remove_files) COMPLETE
93542024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.499 INFO O| May 29 21:41:54.499 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93552024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.509 INFO O| May 29 21:41:54.509 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93562024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.509 INFO O| May 29 21:41:54.509 INFO STEP 100 (remove_files) COMPLETE
93572024-05-29T21:41:55.926Z[ host-image] May 29 21:41:54.509 INFO O| May 29 21:41:54.509 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93582024-05-29T21:41:55.939Z[ host-image] May 29 21:41:54.519 INFO O| May 29 21:41:54.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93592024-05-29T21:41:55.939Z[ host-image] May 29 21:41:54.519 INFO O| May 29 21:41:54.519 INFO STEP 101 (remove_files) COMPLETE
93602024-05-29T21:41:55.939Z[ host-image] May 29 21:41:54.519 INFO O| May 29 21:41:54.519 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93612024-05-29T21:41:55.939Z[ host-image] May 29 21:41:54.529 INFO O| May 29 21:41:54.529 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93622024-05-29T21:41:55.939Z[ host-image] May 29 21:41:54.529 INFO O| May 29 21:41:54.529 INFO STEP 102 (remove_files) COMPLETE
93632024-05-29T21:41:55.940Z[ host-image] May 29 21:41:54.529 INFO O| May 29 21:41:54.529 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93642024-05-29T21:41:55.952Z[ host-image] May 29 21:41:54.538 INFO O| May 29 21:41:54.538 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93652024-05-29T21:41:55.952Z[ host-image] May 29 21:41:54.538 INFO O| May 29 21:41:54.538 INFO STEP 103 (remove_files) COMPLETE
93662024-05-29T21:41:55.953Z[ host-image] May 29 21:41:54.539 INFO O| May 29 21:41:54.538 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93672024-05-29T21:41:55.953Z[ host-image] May 29 21:41:54.548 INFO O| May 29 21:41:54.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93682024-05-29T21:41:55.953Z[ host-image] May 29 21:41:54.549 INFO O| May 29 21:41:54.549 INFO STEP 104 (remove_files) COMPLETE
93692024-05-29T21:41:55.953Z[ host-image] May 29 21:41:54.549 INFO O| May 29 21:41:54.549 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93702024-05-29T21:41:55.968Z[ host-image] May 29 21:41:54.558 INFO O| May 29 21:41:54.558 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93712024-05-29T21:41:55.968Z[ host-image] May 29 21:41:54.558 INFO O| May 29 21:41:54.558 INFO STEP 105 (remove_files) COMPLETE
93722024-05-29T21:41:55.968Z[ host-image] May 29 21:41:54.558 INFO O| May 29 21:41:54.558 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93732024-05-29T21:41:55.989Z[ host-image] May 29 21:41:54.568 INFO O| May 29 21:41:54.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93742024-05-29T21:41:55.989Z[ host-image] May 29 21:41:54.568 INFO O| May 29 21:41:54.568 INFO STEP 106 (remove_files) COMPLETE
93752024-05-29T21:41:55.989Z[ host-image] May 29 21:41:54.568 INFO O| May 29 21:41:54.568 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93762024-05-29T21:41:55.996Z[ host-image] May 29 21:41:54.578 INFO O| May 29 21:41:54.578 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93772024-05-29T21:41:55.996Z[ host-image] May 29 21:41:54.578 INFO O| May 29 21:41:54.578 INFO STEP 107 (remove_files) COMPLETE
93782024-05-29T21:41:55.996Z[ host-image] May 29 21:41:54.578 INFO O| May 29 21:41:54.578 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93792024-05-29T21:41:55.996Z[ host-image] May 29 21:41:54.588 INFO O| May 29 21:41:54.588 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93802024-05-29T21:41:55.996Z[ host-image] May 29 21:41:54.588 INFO O| May 29 21:41:54.588 INFO STEP 108 (remove_files) COMPLETE
93812024-05-29T21:41:55.996Z[ host-image] May 29 21:41:54.588 INFO O| May 29 21:41:54.588 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93822024-05-29T21:41:56.000Z[ host-image] May 29 21:41:54.598 INFO O| May 29 21:41:54.597 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93832024-05-29T21:41:56.000Z[ host-image] May 29 21:41:54.598 INFO O| May 29 21:41:54.598 INFO STEP 109 (remove_files) COMPLETE
93842024-05-29T21:41:56.000Z[ host-image] May 29 21:41:54.598 INFO O| May 29 21:41:54.598 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93852024-05-29T21:41:56.006Z[ host-image] May 29 21:41:54.608 INFO O| May 29 21:41:54.608 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93862024-05-29T21:41:56.006Z[ host-image] May 29 21:41:54.608 INFO O| May 29 21:41:54.608 INFO STEP 110 (remove_files) COMPLETE
93872024-05-29T21:41:56.010Z[ host-image] May 29 21:41:54.608 INFO O| May 29 21:41:54.608 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93882024-05-29T21:41:56.017Z[ host-image] May 29 21:41:54.618 INFO O| May 29 21:41:54.618 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93892024-05-29T21:41:56.017Z[ host-image] May 29 21:41:54.618 INFO O| May 29 21:41:54.618 INFO STEP 111 (remove_files) COMPLETE
93902024-05-29T21:41:56.017Z[ host-image] May 29 21:41:54.618 INFO O| May 29 21:41:54.618 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93912024-05-29T21:41:56.026Z[ host-image] May 29 21:41:54.628 INFO O| May 29 21:41:54.627 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93922024-05-29T21:41:56.026Z[ host-image] May 29 21:41:54.628 INFO O| May 29 21:41:54.628 INFO STEP 112 (remove_files) COMPLETE
93932024-05-29T21:41:56.039Z[ host-image] May 29 21:41:54.628 INFO O| May 29 21:41:54.628 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93942024-05-29T21:41:56.039Z[ host-image] May 29 21:41:54.637 INFO O| May 29 21:41:54.637 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93952024-05-29T21:41:56.040Z[ host-image] May 29 21:41:54.637 INFO O| May 29 21:41:54.637 INFO STEP 113 (remove_files) COMPLETE
93962024-05-29T21:41:56.040Z[ host-image] May 29 21:41:54.637 INFO O| May 29 21:41:54.637 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93972024-05-29T21:41:56.048Z[ host-image] May 29 21:41:54.647 INFO O| May 29 21:41:54.647 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93982024-05-29T21:41:56.055Z[ host-image] May 29 21:41:54.647 INFO O| May 29 21:41:54.647 INFO STEP 114 (remove_files) COMPLETE
93992024-05-29T21:41:56.055Z[ host-image] May 29 21:41:54.647 INFO O| May 29 21:41:54.647 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94002024-05-29T21:41:56.063Z[ host-image] May 29 21:41:54.657 INFO O| May 29 21:41:54.657 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
94012024-05-29T21:41:56.064Z[ host-image] May 29 21:41:54.657 INFO O| May 29 21:41:54.657 INFO STEP 115 (remove_files) COMPLETE
94022024-05-29T21:41:56.064Z[ host-image] May 29 21:41:54.657 INFO O| May 29 21:41:54.657 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94032024-05-29T21:41:56.083Z[ host-image] May 29 21:41:54.667 INFO O| May 29 21:41:54.667 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
94042024-05-29T21:41:56.083Z[ host-image] May 29 21:41:54.667 INFO O| May 29 21:41:54.667 INFO STEP 116 (remove_files) COMPLETE
94052024-05-29T21:41:56.083Z[ host-image] May 29 21:41:54.667 INFO O| May 29 21:41:54.667 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94062024-05-29T21:41:56.093Z[ host-image] May 29 21:41:54.677 INFO O| May 29 21:41:54.677 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
94072024-05-29T21:41:56.093Z[ host-image] May 29 21:41:54.677 INFO O| May 29 21:41:54.677 INFO STEP 117 (remove_files) COMPLETE
94082024-05-29T21:41:56.093Z[ host-image] May 29 21:41:54.677 INFO O| May 29 21:41:54.677 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94092024-05-29T21:41:56.093Z[ host-image] May 29 21:41:54.687 INFO O| May 29 21:41:54.687 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
94102024-05-29T21:41:56.093Z[ host-image] May 29 21:41:54.687 INFO O| May 29 21:41:54.687 INFO STEP 118 (remove_files) COMPLETE
94112024-05-29T21:41:56.093Z[ host-image] May 29 21:41:54.687 INFO O| May 29 21:41:54.687 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94122024-05-29T21:41:56.099Z[ host-image] May 29 21:41:54.697 INFO O| May 29 21:41:54.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
94132024-05-29T21:41:56.099Z[ host-image] May 29 21:41:54.697 INFO O| May 29 21:41:54.697 INFO STEP 119 (remove_files) COMPLETE
94142024-05-29T21:41:56.100Z[ host-image] May 29 21:41:54.697 INFO O| May 29 21:41:54.697 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94152024-05-29T21:41:56.112Z[ host-image] May 29 21:41:54.707 INFO O| May 29 21:41:54.707 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
94162024-05-29T21:41:56.133Z[ host-image] May 29 21:41:54.707 INFO O| May 29 21:41:54.707 INFO STEP 120 (remove_files) COMPLETE
94172024-05-29T21:41:56.133Z[ host-image] May 29 21:41:54.707 INFO O| May 29 21:41:54.707 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94182024-05-29T21:41:56.133Z[ host-image] May 29 21:41:54.717 INFO O| May 29 21:41:54.717 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
94192024-05-29T21:41:56.133Z[ host-image] May 29 21:41:54.717 INFO O| May 29 21:41:54.717 INFO STEP 121 (remove_files) COMPLETE
94202024-05-29T21:41:56.133Z[ host-image] May 29 21:41:54.717 INFO O| May 29 21:41:54.717 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94212024-05-29T21:41:56.158Z[ host-image] May 29 21:41:54.729 INFO O| May 29 21:41:54.729 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
94222024-05-29T21:41:56.158Z[ host-image] May 29 21:41:54.729 INFO O| May 29 21:41:54.729 INFO STEP 122 (remove_files) COMPLETE
94232024-05-29T21:41:56.158Z[ host-image] May 29 21:41:54.729 INFO O| May 29 21:41:54.729 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94242024-05-29T21:41:56.186Z[ host-image] May 29 21:41:54.739 INFO O| May 29 21:41:54.739 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
94252024-05-29T21:41:56.186Z[ host-image] May 29 21:41:54.739 INFO O| May 29 21:41:54.739 INFO STEP 123 (remove_files) COMPLETE
94262024-05-29T21:41:56.186Z[ host-image] May 29 21:41:54.739 INFO O| May 29 21:41:54.739 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94272024-05-29T21:41:56.186Z[ host-image] May 29 21:41:54.750 INFO O| May 29 21:41:54.750 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94282024-05-29T21:41:56.186Z[ host-image] May 29 21:41:54.750 INFO O| May 29 21:41:54.750 INFO STEP 124 (remove_files) COMPLETE
94292024-05-29T21:41:56.186Z[ host-image] May 29 21:41:54.750 INFO O| May 29 21:41:54.750 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94302024-05-29T21:41:56.186Z[ host-image] May 29 21:41:54.760 INFO O| May 29 21:41:54.760 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94312024-05-29T21:41:56.187Z[ host-image] May 29 21:41:54.760 INFO O| May 29 21:41:54.760 INFO STEP 125 (remove_files) COMPLETE
94322024-05-29T21:41:56.187Z[ host-image] May 29 21:41:54.760 INFO O| May 29 21:41:54.760 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94332024-05-29T21:41:56.187Z[ host-image] May 29 21:41:54.770 INFO O| May 29 21:41:54.770 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94342024-05-29T21:41:56.187Z[ host-image] May 29 21:41:54.770 INFO O| May 29 21:41:54.770 INFO STEP 126 (remove_files) COMPLETE
94352024-05-29T21:41:56.187Z[ host-image] May 29 21:41:54.770 INFO O| May 29 21:41:54.770 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94362024-05-29T21:41:56.201Z[ host-image] May 29 21:41:54.780 INFO O| May 29 21:41:54.780 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94372024-05-29T21:41:56.201Z[ host-image] May 29 21:41:54.780 INFO O| May 29 21:41:54.780 INFO STEP 127 (remove_files) COMPLETE
94382024-05-29T21:41:56.201Z[ host-image] May 29 21:41:54.780 INFO O| May 29 21:41:54.780 INFO STEP 128: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94392024-05-29T21:41:56.201Z[ host-image] May 29 21:41:54.795 INFO O| May 29 21:41:54.795 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94402024-05-29T21:41:56.201Z[ host-image] May 29 21:41:54.795 INFO O| May 29 21:41:54.795 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94412024-05-29T21:41:58.914Z[ recovery-image] May 29 21:41:57.508 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
94422024-05-29T21:42:00.594Z[ recovery-image] May 29 21:41:59.189 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
94432024-05-29T21:42:03.558Z[ host-image] May 29 21:42:02.158 INFO O| May 29 21:42:02.158 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
94442024-05-29T21:42:03.565Z[ host-image] May 29 21:42:02.158 INFO O| May 29 21:42:02.158 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94452024-05-29T21:42:03.572Z[ host-image] May 29 21:42:02.171 INFO O| May 29 21:42:02.171 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94462024-05-29T21:42:04.058Z[ host-image] May 29 21:42:02.249 INFO O| May 29 21:42:02.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94472024-05-29T21:42:04.058Z[ host-image] May 29 21:42:02.249 INFO O| May 29 21:42:02.249 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94482024-05-29T21:42:04.073Z[ host-image] May 29 21:42:02.251 INFO O| May 29 21:42:02.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94492024-05-29T21:42:04.073Z[ host-image] May 29 21:42:02.251 INFO O| May 29 21:42:02.250 INFO ok!
94502024-05-29T21:42:04.074Z[ host-image] May 29 21:42:02.251 INFO O| May 29 21:42:02.251 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94512024-05-29T21:42:04.074Z[ host-image] May 29 21:42:02.251 INFO O| May 29 21:42:02.251 INFO STEP 128 (seed_smf) COMPLETE
94522024-05-29T21:42:04.074Z[ host-image] May 29 21:42:02.251 INFO O| May 29 21:42:02.251 INFO steps complete; finalising image!
94532024-05-29T21:42:04.074Z[ host-image] May 29 21:42:02.251 INFO O| May 29 21:42:02.251 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94542024-05-29T21:42:04.074Z[ host-image] May 29 21:42:02.394 INFO O| May 29 21:42:02.394 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed May 29 21:42:02 2024)
94552024-05-29T21:42:04.074Z[ recovery-image] May 29 21:42:02.444 INFO E| Compiling bitflags v1.3.2
94562024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.444 INFO E| Compiling bit_field v0.10.2
94572024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.444 INFO E| Compiling plain v0.2.3
94582024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.444 INFO E| Compiling adler v1.0.2
94592024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.444 INFO E| Compiling log v0.4.21
94602024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.444 INFO E| Compiling scroll v0.12.0
94612024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.444 INFO E| Compiling static_assertions v1.1.0
94622024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.552 INFO E| Compiling raw-cpuid v10.7.0
94632024-05-29T21:42:04.075Z[ recovery-image] May 29 21:42:02.562 INFO E| Compiling cpio_reader v0.1.1
94642024-05-29T21:42:04.076Z[ host-image] May 29 21:42:02.606 INFO O| May 29 21:42:02.605 INFO trim TEMPORARY-gimlet-zfs: (78% trimmed, started at Wed May 29 21:42:02 2024)
94652024-05-29T21:42:04.076Z[ recovery-image] May 29 21:42:02.646 INFO E| Compiling miniz_oxide v0.7.2
94662024-05-29T21:42:04.161Z[ recovery-image] May 29 21:42:02.761 INFO E| Compiling bitstruct v0.1.1
94672024-05-29T21:42:04.219Z[ host-image] May 29 21:42:02.817 INFO O| May 29 21:42:02.816 INFO trim TEMPORARY-gimlet-zfs: (87% trimmed, started at Wed May 29 21:42:02 2024)
94682024-05-29T21:42:04.448Z[ recovery-image] May 29 21:42:03.045 INFO E| Compiling goblin v0.8.0
94692024-05-29T21:42:04.460Z[ host-image] May 29 21:42:03.051 INFO O| May 29 21:42:03.051 INFO temporary pool has 631M used, 201M avail, 1.90x compressratio
94702024-05-29T21:42:04.460Z[ host-image] May 29 21:42:03.051 INFO O| May 29 21:42:03.051 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94712024-05-29T21:42:04.909Z[ host-image] May 29 21:42:03.500 INFO O| May 29 21:42:03.500 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94722024-05-29T21:42:04.910Z[ host-image] May 29 21:42:03.500 INFO O| May 29 21:42:03.500 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94732024-05-29T21:42:06.224Z[ host-image] May 29 21:42:04.811 INFO O| May 29 21:42:04.811 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94742024-05-29T21:42:06.224Z[ host-image] May 29 21:42:04.811 INFO O| May 29 21:42:04.811 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94752024-05-29T21:42:06.246Z[ host-image] May 29 21:42:04.811 INFO O| May 29 21:42:04.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94762024-05-29T21:42:06.246Z[ host-image] May 29 21:42:04.811 INFO O| May 29 21:42:04.811 INFO completed processing gimlet/zfs
94772024-05-29T21:42:06.246Z[ host-image] May 29 21:42:04.812 INFO O| May 29 21:42:04.811 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94782024-05-29T21:42:11.640Z[ recovery-image] May 29 21:42:10.240 INFO E| Finished `release` profile [optimized] target(s) in 43.26s
94792024-05-29T21:42:11.689Z[ recovery-image] May 29 21:42:10.262 INFO building host image...
94802024-05-29T21:42:11.703Z[ recovery-image] May 29 21:42:10.262 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")
94812024-05-29T21:42:12.115Z[ recovery-image] May 29 21:42:10.715 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94822024-05-29T21:42:12.566Z[ host-image] May 29 21:42:11.165 INFO O| May 29 21:42:11.165 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94832024-05-29T21:42:12.651Z[ host-image] May 29 21:42:11.250 INFO BUILD STRING "heads/stlouis-0-g004716a0dd\n"
94842024-05-29T21:42:12.651Z[ host-image] May 29 21:42:11.250 INFO expanded image name: "ci 6917f42/${os_short_commit} 2024-05-29 21:13" -> "ci 6917f42/004716a 2024-05-29 21:13"
94852024-05-29T21:42:12.656Z[ host-image] May 29 21:42:11.251 INFO output artefacts stored in: "/work/os-host"
94862024-05-29T21:42:12.656Z[ host-image] May 29 21:42:11.251 INFO collecting git info from project "amd-host-image-builder"...
94872024-05-29T21:42:12.665Z[ host-image] May 29 21:42:11.265 INFO collecting git info from project "chelsio-t6-roms"...
94882024-05-29T21:42:12.682Z[ host-image] May 29 21:42:11.270 INFO collecting git info from project "pilot"...
94892024-05-29T21:42:12.686Z[ host-image] May 29 21:42:11.275 INFO collecting git info from project "pinprick"...
94902024-05-29T21:42:12.686Z[ host-image] May 29 21:42:11.279 INFO collecting git info from project "amd-firmware"...
94912024-05-29T21:42:12.697Z[ host-image] May 29 21:42:11.286 INFO collecting git info from project "image-builder"...
94922024-05-29T21:42:12.702Z[ host-image] May 29 21:42:11.290 INFO collecting git info from project "bootserver"...
94932024-05-29T21:42:12.702Z[ host-image] May 29 21:42:11.295 INFO collecting git info from project "phbl"...
94942024-05-29T21:42:12.702Z[ host-image] May 29 21:42:11.299 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94952024-05-29T21:42:13.056Z[ host-image] May 29 21:42:11.656 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94962024-05-29T21:42:13.335Z[ recovery-image] May 29 21:42:11.934 INFO image complete! materials are in "/work/os-recovery"
94972024-05-29T21:42:13.352Z[ recovery-image]
94982024-05-29T21:42:13.352Z[ recovery-image] real 7:04.702765162
94992024-05-29T21:42:13.352Z[ recovery-image] user 4:32.288345954
95002024-05-29T21:42:13.352Z[ recovery-image] sys 1:12.300251891
95012024-05-29T21:42:13.352Z[ recovery-image] trap 0.279027675
95022024-05-29T21:42:13.352Z[ recovery-image] tflt 0.518473945
95032024-05-29T21:42:13.352Z[ recovery-image] dflt 1.213793273
95042024-05-29T21:42:13.352Z[ recovery-image] kflt 0.000012437
95052024-05-29T21:42:13.352Z[ recovery-image] lock 9:26.112982912
95062024-05-29T21:42:13.352Z[ recovery-image] slp 40:58.632806063
95072024-05-29T21:42:13.352Z[ recovery-image] lat 2:02.489397117
95082024-05-29T21:42:13.353Z[ recovery-image] stop 4.817683286
95092024-05-29T21:42:13.353ZMay 29 21:42:11.937 INFO [recovery-image] process exited with exit status: 0 (424.742110381s)
95102024-05-29T21:42:13.396Z[ host-image] May 29 21:42:11.995 INFO creating Oxide boot image...
95112024-05-29T21:42:13.396Z[ host-image] May 29 21:42:11.995 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 6917f42/004716a 2024-05-29 21:13", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
95122024-05-29T21:42:14.314Z[ host-image] May 29 21:42:12.913 INFO O| ok, image written!
95132024-05-29T21:42:14.314Z[ host-image] May 29 21:42:12.913 INFO O| ok, boot_image_csum file written!
95142024-05-29T21:42:14.318Z[ host-image] May 29 21:42:12.916 INFO creating boot archive (CPIO)...
95152024-05-29T21:42:14.319Z[ host-image] May 29 21:42:12.916 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
95162024-05-29T21:42:14.324Z[ host-image] May 29 21:42:12.923 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
95172024-05-29T21:42:14.324Z[ host-image] May 29 21:42:12.923 INFO E| + outfile=/work/os-host/cpio
95182024-05-29T21:42:14.324Z[ host-image] May 29 21:42:12.923 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
95192024-05-29T21:42:14.329Z[ host-image] May 29 21:42:12.925 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
95202024-05-29T21:42:14.329Z[ host-image] May 29 21:42:12.925 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
95212024-05-29T21:42:14.361Z[ host-image] May 29 21:42:12.961 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
95222024-05-29T21:42:14.361Z[ host-image] May 29 21:42:12.961 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
95232024-05-29T21:42:14.369Z[ host-image] May 29 21:42:12.969 INFO creating compressed cpio/unix for nanobl-rs...
95242024-05-29T21:42:14.369Z[ host-image] May 29 21:42:12.969 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
95252024-05-29T21:42:14.657Z[ host-image] May 29 21:42:13.257 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
95262024-05-29T21:42:18.904Z[ host-image] May 29 21:42:17.503 INFO creating reset image...
95272024-05-29T21:42:18.907Z[ host-image] May 29 21:42:17.503 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
95282024-05-29T21:42:18.992Z[ host-image] May 29 21:42:17.591 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
95292024-05-29T21:42:19.004Z[ host-image] May 29 21:42:17.593 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
95302024-05-29T21:42:19.061Z[ host-image] May 29 21:42:17.660 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
95312024-05-29T21:42:21.246Z[ host-image] May 29 21:42:19.840 INFO E| Finished `release` profile [optimized] target(s) in 2.23s
95322024-05-29T21:42:21.253Z[ host-image] May 29 21:42:19.852 INFO building host image...
95332024-05-29T21:42:21.260Z[ host-image] May 29 21:42:19.852 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")
95342024-05-29T21:42:21.736Z[ host-image] May 29 21:42:20.327 INFO finishing image archive at "/work/os-host/os.tar.gz"...
95352024-05-29T21:43:01.840Z[ host-image] May 29 21:43:00.011 INFO image complete! materials are in "/work/os-host"
95362024-05-29T21:43:01.857Z[ host-image]
95372024-05-29T21:43:01.857Z[ host-image] real 8:21.189961293
95382024-05-29T21:43:01.857Z[ host-image] user 3:54.216339147
95392024-05-29T21:43:01.857Z[ host-image] sys 54.717466974
95402024-05-29T21:43:01.858Z[ host-image] trap 0.168056913
95412024-05-29T21:43:01.858Z[ host-image] tflt 0.038040958
95422024-05-29T21:43:01.858Z[ host-image] dflt 0.019743860
95432024-05-29T21:43:01.858Z[ host-image] kflt 0.000018237
95442024-05-29T21:43:01.858Z[ host-image] lock 5:25.414738163
95452024-05-29T21:43:01.858ZMay 29 21:43:00.016 [ host-image] slp 44:07.812244307
95462024-05-29T21:43:01.858ZINFO [host-image] process exited with exit status: 0 (501.202802526s)
95472024-05-29T21:43:01.858Z[ host-image] lat 1:30.913160870
95482024-05-29T21:43:01.858Z[ host-image] stop 0.897456152
95492024-05-29T21:43:01.858ZMay 29 21:43:00.016 INFO [tuf-repo] running task
95502024-05-29T21:43:07.819ZMay 29 21:43:06.412 INFO assembling repository in `/tmp/tufaceous2MeWx5`, component: OmicronRepoAssembler
95512024-05-29T21:43:12.213ZMay 29 21:43:10.807 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95522024-05-29T21:43:12.405ZMay 29 21:43:10.997 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95532024-05-29T21:43:23.242ZMay 29 21:43:21.834 INFO [tuf-repo] task succeeded (21.817967914s)
95542024-05-29T21:43:23.243ZMay 29 21:43:21.834 INFO all jobs completed in 1819.911365295s
95552024-05-29T21:43:23.725Zprocess exited: duration 2317515 ms, exit code 0
 
95562024-05-29T21:43:23.733Zfound 32 output files
95572024-05-29T21:43:23.733Zuploading: /work/manifest.toml (6876 bytes)
95582024-05-29T21:43:24.751Zuploaded: /work/manifest.toml
95592024-05-29T21:43:24.751Zuploading: /work/repo.zip (1704195087 bytes)
95602024-05-29T21:55:09.388Zuploaded: /work/repo.zip
95612024-05-29T21:55:09.388Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95622024-05-29T21:55:10.546Zuploaded: /work/repo.zip.sha256.txt
95632024-05-29T21:55:10.567Zuploading: /work/helios-setup.log (55113 bytes)
95642024-05-29T21:55:11.643Zuploaded: /work/helios-setup.log
95652024-05-29T21:55:11.643Zuploading: /work/host-image.log (171360 bytes)
95662024-05-29T21:55:12.758Zuploaded: /work/host-image.log
95672024-05-29T21:55:12.759Zuploading: /work/host-package.log (15373 bytes)
95682024-05-29T21:55:13.790Zuploaded: /work/host-package.log
95692024-05-29T21:55:13.790Zuploading: /work/host-target.log (101 bytes)
95702024-05-29T21:55:14.842Zuploaded: /work/host-target.log
95712024-05-29T21:55:14.843Zuploading: /work/omicron-package.log (4453 bytes)
95722024-05-29T21:55:16.135Zuploaded: /work/omicron-package.log
95732024-05-29T21:55:16.135Zuploading: /work/phbl-toolchain.log (881 bytes)
95742024-05-29T21:55:17.171Zuploaded: /work/phbl-toolchain.log
95752024-05-29T21:55:17.172Zuploading: /work/recovery-image.log (591124 bytes)
95762024-05-29T21:55:18.456Zuploaded: /work/recovery-image.log
95772024-05-29T21:55:18.456Zuploading: /work/recovery-package.log (290 bytes)
95782024-05-29T21:55:19.915Zuploaded: /work/recovery-package.log
95792024-05-29T21:55:19.915Zuploading: /work/recovery-target.log (98 bytes)
95802024-05-29T21:55:21.392Zuploaded: /work/recovery-target.log
95812024-05-29T21:55:21.392Zuploading: /work/stamp-clickhouse.log (117 bytes)
95822024-05-29T21:55:22.464Zuploaded: /work/stamp-clickhouse.log
95832024-05-29T21:55:22.464Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95842024-05-29T21:55:23.514Zuploaded: /work/stamp-clickhouse_keeper.log
95852024-05-29T21:55:23.514Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95862024-05-29T21:55:24.580Zuploaded: /work/stamp-cockroachdb.log
95872024-05-29T21:55:24.581Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95882024-05-29T21:55:26.511Zuploaded: /work/stamp-crucible-pantry-zone.log
95892024-05-29T21:55:26.511Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95902024-05-29T21:55:27.576Zuploaded: /work/stamp-crucible-zone.log
95912024-05-29T21:55:27.576Zuploading: /work/stamp-external-dns.log (119 bytes)
95922024-05-29T21:55:28.662Zuploaded: /work/stamp-external-dns.log
95932024-05-29T21:55:28.662Zuploading: /work/stamp-installinator.log (103 bytes)
95942024-05-29T21:55:30.608Zuploaded: /work/stamp-installinator.log
95952024-05-29T21:55:30.609Zuploading: /work/stamp-internal-dns.log (119 bytes)
95962024-05-29T21:55:31.725Zuploaded: /work/stamp-internal-dns.log
95972024-05-29T21:55:31.726Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95982024-05-29T21:55:33.255Zuploaded: /work/stamp-mg-ddm-gz.log
95992024-05-29T21:55:33.255Zuploading: /work/stamp-nexus.log (112 bytes)
96002024-05-29T21:55:34.337Zuploaded: /work/stamp-nexus.log
96012024-05-29T21:55:34.338Zuploading: /work/stamp-ntp.log (110 bytes)
96022024-05-29T21:55:35.384Zuploaded: /work/stamp-ntp.log
96032024-05-29T21:55:35.384Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
96042024-05-29T21:55:36.447Zuploaded: /work/stamp-omicron-sled-agent.log
96052024-05-29T21:55:36.447Zuploading: /work/stamp-overlay.log (114 bytes)
96062024-05-29T21:55:37.928Zuploaded: /work/stamp-overlay.log
96072024-05-29T21:55:37.928Zuploading: /work/stamp-oximeter.log (115 bytes)
96082024-05-29T21:55:39.027Zuploaded: /work/stamp-oximeter.log
96092024-05-29T21:55:39.027Zuploading: /work/stamp-oxlog.log (109 bytes)
96102024-05-29T21:55:40.144Zuploaded: /work/stamp-oxlog.log
96112024-05-29T21:55:40.145Zuploading: /work/stamp-probe.log (112 bytes)
96122024-05-29T21:55:41.217Zuploaded: /work/stamp-probe.log
96132024-05-29T21:55:41.217Zuploading: /work/stamp-propolis-server.log (122 bytes)
96142024-05-29T21:55:43.309Zuploaded: /work/stamp-propolis-server.log
96152024-05-29T21:55:43.309Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
96162024-05-29T21:55:44.840Zuploaded: /work/stamp-pumpkind-gz.log
96172024-05-29T21:55:44.840Zuploading: /work/stamp-switch-asic.log (118 bytes)
96182024-05-29T21:55:45.923Zuploaded: /work/stamp-switch-asic.log
96192024-05-29T21:55:45.923Zuploading: /work/verify-libraries.log (1342 bytes)
96202024-05-29T21:55:47.430Zuploaded: /work/verify-libraries.log