01JARQSTMXMA67BJPVT2BDD7VD: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JARQTCE8FEPXW8WEK8MH79TY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-21T23:51:52.717Zjob assigned to worker 01JARQTEHV7P4M3C8JPF3YYGTH (queued for 1 m 27 s)
 
22024-10-21T23:52:01.119Zstarting task 0: "setup"
32024-10-21T23:52:01.128Z++ uname -s
42024-10-21T23:52:01.130Z+ kern=SunOS
52024-10-21T23:52:01.130Z+ case "$kern" in
62024-10-21T23:52:01.130Z+ groupadd -g 12345 build
72024-10-21T23:52:01.133Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-21T23:52:03.142Z+ zfs create -o mountpoint=/work rpool/work
92024-10-21T23:52:03.280Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-21T23:52:03.282Z+ home_fs=zfs
112024-10-21T23:52:03.282Z+ [[ zfs == autofs ]]
122024-10-21T23:52:03.283Z+ mkdir -p /home/build
132024-10-21T23:52:03.285Z+ chown build:build /home/build /work
142024-10-21T23:52:05.286Z+ chmod 0700 /home/build /work
152024-10-21T23:52:05.289Zprocess exited: duration 4171 ms, exit code 0
 
162024-10-21T23:52:05.295Zstarting task 1: "rust-toolchain"
172024-10-21T23:52:05.299Z+ printf ' * toolchain channel = "%s"
182024-10-21T23:52:05.299Z' 1.80.1
192024-10-21T23:52:05.299Z+ printf ' * toolchain profile = "%s"
202024-10-21T23:52:05.299Z' default
212024-10-21T23:52:05.299Z * toolchain channel = "1.80.1"
222024-10-21T23:52:05.299Z * toolchain profile = "default"
232024-10-21T23:52:05.302Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-21T23:52:05.302Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-21T23:52:05.408Zinfo: downloading installer
262024-10-21T23:52:07.664Zinfo: profile set to 'default'
272024-10-21T23:52:07.664Zinfo: default host triple is x86_64-unknown-illumos
282024-10-21T23:52:07.667Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-21T23:52:07.812Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-21T23:52:07.812Zinfo: downloading component 'cargo'
312024-10-21T23:52:08.651Zinfo: downloading component 'clippy'
322024-10-21T23:52:08.952Zinfo: downloading component 'rust-docs'
332024-10-21T23:52:10.117Zinfo: downloading component 'rust-std'
342024-10-21T23:52:11.838Zinfo: downloading component 'rustc'
352024-10-21T23:52:16.456Zinfo: downloading component 'rustfmt'
362024-10-21T23:52:16.702Zinfo: installing component 'cargo'
372024-10-21T23:52:17.595Zinfo: installing component 'clippy'
382024-10-21T23:52:18.011Zinfo: installing component 'rust-docs'
392024-10-21T23:52:19.651Zinfo: installing component 'rust-std'
402024-10-21T23:52:21.369Zinfo: installing component 'rustc'
412024-10-21T23:52:26.086Zinfo: installing component 'rustfmt'
422024-10-21T23:52:26.464Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-21T23:52:26.464Z
442024-10-21T23:52:26.736Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-21T23:52:26.736Z
462024-10-21T23:52:26.738Z
472024-10-21T23:52:26.738ZRust is installed now. Great!
482024-10-21T23:52:26.738Z
492024-10-21T23:52:26.738ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-21T23:52:26.738Zenvironment variable. This has not been done automatically.
512024-10-21T23:52:26.738Z
522024-10-21T23:52:26.738ZTo configure your current shell, you need to source
532024-10-21T23:52:26.739Zthe corresponding env file under $HOME/.cargo.
542024-10-21T23:52:26.739Z
552024-10-21T23:52:26.739ZThis is usually done by running one of the following (note the leading DOT):
562024-10-21T23:52:26.739Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-21T23:52:26.739Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-21T23:52:26.787Z+ rustc --version
592024-10-21T23:52:26.849Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-21T23:52:26.854Zprocess exited: duration 21557 ms, exit code 0
 
612024-10-21T23:52:26.859Zstarting task 2: "authentication"
622024-10-21T23:52:26.879Zprocess exited: duration 19 ms, exit code 0
 
632024-10-21T23:52:26.885Zstarting task 3: "clone repository"
642024-10-21T23:52:26.890Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-21T23:52:26.892Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-21T23:52:27.633ZCloning into '/work/oxidecomputer/omicron'...
672024-10-21T23:52:34.704Z+ cd /work/oxidecomputer/omicron
682024-10-21T23:52:34.704Z+ git fetch origin f02e00366cdb78d5f049699edd7bc9ba81265d0e
692024-10-21T23:52:35.032ZFrom https://github.com/oxidecomputer/omicron
702024-10-21T23:52:35.033Z * branch f02e00366cdb78d5f049699edd7bc9ba81265d0e -> FETCH_HEAD
712024-10-21T23:52:35.042Z+ [[ -n zl/smf-sled-idents ]]
722024-10-21T23:52:35.044Z++ git branch --show-current
732024-10-21T23:52:35.047Z+ current=main
742024-10-21T23:52:35.047Z+ [[ main != zl/smf-sled-idents ]]
752024-10-21T23:52:35.047Z+ git branch -f zl/smf-sled-idents f02e00366cdb78d5f049699edd7bc9ba81265d0e
762024-10-21T23:52:35.049Z+ git checkout -f zl/smf-sled-idents
772024-10-21T23:52:35.135ZSwitched to branch 'zl/smf-sled-idents'
782024-10-21T23:52:35.137Z+ git reset --hard f02e00366cdb78d5f049699edd7bc9ba81265d0e
792024-10-21T23:52:35.220ZHEAD is now at f02e00366 expunge dendrite ts
802024-10-21T23:52:35.223Zprocess exited: duration 8336 ms, exit code 0
 
812024-10-21T23:52:35.229Zstarting task 4: "build"
822024-10-21T23:52:35.234Z+ source .github/buildomat/ci-env.sh
832024-10-21T23:52:35.234Z++ export CARGO_TERM_COLOR=always
842024-10-21T23:52:35.234Z++ CARGO_TERM_COLOR=always
852024-10-21T23:52:35.237Z+ cargo --version
862024-10-21T23:52:35.288Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-21T23:52:35.291Z+ rustc --version
882024-10-21T23:52:35.347Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-21T23:52:35.350Z+ cargo tree --locked
902024-10-21T23:52:35.609Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-21T23:52:35.891Z Updating crates.io index
922024-10-21T23:52:35.955Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-21T23:52:36.735Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-21T23:52:37.095Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-21T23:52:37.404Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-21T23:52:37.783Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-21T23:52:38.560Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-21T23:52:40.777Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-21T23:52:41.719Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-21T23:52:42.668Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-21T23:52:42.924Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-21T23:52:43.326Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-21T23:52:43.955Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-21T23:52:44.538Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-21T23:52:44.826Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-21T23:52:45.196Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-21T23:52:45.486Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-21T23:52:45.746Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-21T23:52:46.136Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-21T23:52:46.551Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-21T23:52:46.806Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-21T23:52:47.266Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-21T23:52:47.697Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-21T23:52:48.244Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-21T23:52:48.641Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-21T23:52:49.139Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-21T23:52:49.539Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-21T23:52:49.802Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-21T23:52:51.376Z Downloading crates ...
1202024-10-21T23:52:51.484Z Downloaded aead v0.5.2
1212024-10-21T23:52:51.487Z Downloaded addr2line v0.24.2
1222024-10-21T23:52:51.500Z Downloaded foreign-types-shared v0.1.1
1232024-10-21T23:52:51.504Z Downloaded fallible-streaming-iterator v0.1.9
1242024-10-21T23:52:51.506Z Downloaded async-object-pool v0.1.5
1252024-10-21T23:52:51.510Z Downloaded float-ord v0.3.2
1262024-10-21T23:52:51.512Z Downloaded futures-executor v0.3.31
1272024-10-21T23:52:51.515Z Downloaded cipher v0.4.4
1282024-10-21T23:52:51.518Z Downloaded async-stream v0.3.6
1292024-10-21T23:52:51.521Z Downloaded cfg_aliases v0.1.1
1302024-10-21T23:52:51.523Z Downloaded fxhash v0.2.1
1312024-10-21T23:52:51.523Z Downloaded cbc v0.1.2
1322024-10-21T23:52:51.526Z Downloaded foreign-types v0.3.2
1332024-10-21T23:52:51.526Z Downloaded blowfish v0.9.1
1342024-10-21T23:52:51.528Z Downloaded http-range v0.1.5
1352024-10-21T23:52:51.528Z Downloaded block-padding v0.3.3
1362024-10-21T23:52:51.531Z Downloaded hubpack_derive v0.1.1
1372024-10-21T23:52:51.531Z Downloaded cassowary v0.3.0
1382024-10-21T23:52:51.533Z Downloaded camino-tempfile v1.1.1
1392024-10-21T23:52:51.537Z Downloaded foreign-types-macros v0.2.3
1402024-10-21T23:52:51.537Z Downloaded futures-sink v0.3.31
1412024-10-21T23:52:51.540Z Downloaded cargo-platform v0.1.8
1422024-10-21T23:52:51.540Z Downloaded http-body v1.0.1
1432024-10-21T23:52:51.540Z Downloaded bitfield v0.14.0
1442024-10-21T23:52:51.542Z Downloaded async-recursion v1.1.1
1452024-10-21T23:52:51.545Z Downloaded ghash v0.5.1
1462024-10-21T23:52:51.548Z Downloaded form_urlencoded v1.2.1
1472024-10-21T23:52:51.548Z Downloaded funty v2.0.0
1482024-10-21T23:52:51.550Z Downloaded ciborium-ll v0.2.2
1492024-10-21T23:52:51.553Z Downloaded fancy-regex v0.13.0
1502024-10-21T23:52:51.555Z Downloaded chacha20 v0.9.1
1512024-10-21T23:52:51.558Z Downloaded hostname v0.4.0
1522024-10-21T23:52:51.560Z Downloaded home v0.5.9
1532024-10-21T23:52:51.560Z Downloaded hash32 v0.2.1
1542024-10-21T23:52:51.563Z Downloaded globset v0.4.15
1552024-10-21T23:52:51.565Z Downloaded heck v0.3.3
1562024-10-21T23:52:51.565Z Downloaded atomicwrites v0.4.4
1572024-10-21T23:52:51.568Z Downloaded futures-timer v3.0.3
1582024-10-21T23:52:51.570Z Downloaded iana-time-zone v0.1.61
1592024-10-21T23:52:51.573Z Downloaded hyper-tls v0.6.0
1602024-10-21T23:52:51.573Z Downloaded futures-channel v0.3.31
1612024-10-21T23:52:51.576Z Downloaded async-stream-impl v0.3.6
1622024-10-21T23:52:51.579Z Downloaded hashlink v0.9.1
1632024-10-21T23:52:51.581Z Downloaded async-attributes v1.1.2
1642024-10-21T23:52:51.581Z Downloaded ascii-canvas v3.0.0
1652024-10-21T23:52:51.583Z Downloaded ff v0.13.0
1662024-10-21T23:52:51.583Z Downloaded assert_cmd v2.0.16
1672024-10-21T23:52:51.586Z Downloaded async-executor v1.13.1
1682024-10-21T23:52:51.588Z Downloaded argon2 v0.5.3
1692024-10-21T23:52:51.591Z Downloaded ciborium-io v0.2.2
1702024-10-21T23:52:51.593Z Downloaded arrayref v0.3.9
1712024-10-21T23:52:51.593Z Downloaded cfg_aliases v0.2.1
1722024-10-21T23:52:51.596Z Downloaded atty v0.2.14
1732024-10-21T23:52:51.596Z Downloaded httptest v0.16.1
1742024-10-21T23:52:51.598Z Downloaded foreign-types-shared v0.3.1
1752024-10-21T23:52:51.601Z Downloaded cfg-expr v0.17.0
1762024-10-21T23:52:51.603Z Downloaded ciborium v0.2.2
1772024-10-21T23:52:51.606Z Downloaded bb8 v0.8.5
1782024-10-21T23:52:51.608Z Downloaded async-io v2.3.4
1792024-10-21T23:52:51.611Z Downloaded assert-json-diff v2.0.2
1802024-10-21T23:52:51.614Z Downloaded futures-lite v2.3.0
1812024-10-21T23:52:51.616Z Downloaded httpdate v1.0.3
1822024-10-21T23:52:51.616Z Downloaded fragile v2.0.0
1832024-10-21T23:52:51.619Z Downloaded buf-list v1.0.3
1842024-10-21T23:52:51.622Z Downloaded async-global-executor v2.4.1
1852024-10-21T23:52:51.625Z Downloaded byteorder v1.5.0
1862024-10-21T23:52:51.627Z Downloaded blocking v1.6.1
1872024-10-21T23:52:51.627Z Downloaded rfc6979 v0.4.0
1882024-10-21T23:52:51.630Z Downloaded block-buffer v0.10.4
1892024-10-21T23:52:51.630Z Downloaded peg v0.8.4
1902024-10-21T23:52:51.634Z Downloaded castaway v0.2.3
1912024-10-21T23:52:51.637Z Downloaded futures-task v0.3.31
1922024-10-21T23:52:51.639Z Downloaded glob v0.3.1
1932024-10-21T23:52:51.642Z Downloaded headers-core v0.3.0
1942024-10-21T23:52:51.642Z Downloaded generic-array v0.14.7
1952024-10-21T23:52:51.644Z Downloaded cfg-if v1.0.0
1962024-10-21T23:52:51.644Z Downloaded futures-io v0.3.31
1972024-10-21T23:52:51.647Z Downloaded base16ct v0.2.0
1982024-10-21T23:52:51.647Z Downloaded futures-core v0.3.31
1992024-10-21T23:52:51.650Z Downloaded chrono-tz-build v0.4.0
2002024-10-21T23:52:51.650Z Downloaded cargo_metadata v0.18.1
2012024-10-21T23:52:51.653Z Downloaded bcrypt-pbkdf v0.10.0
2022024-10-21T23:52:51.653Z Downloaded cexpr v0.6.0
2032024-10-21T23:52:51.655Z Downloaded ident_case v1.0.1
2042024-10-21T23:52:51.658Z Downloaded olpc-cjson v0.1.4
2052024-10-21T23:52:51.658Z Downloaded bcs v0.1.6
2062024-10-21T23:52:51.661Z Downloaded pbkdf2 v0.12.2
2072024-10-21T23:52:51.663Z Downloaded bit-vec v0.6.3
2082024-10-21T23:52:51.663Z Downloaded async-task v4.7.1
2092024-10-21T23:52:51.666Z Downloaded async-process v2.3.0
2102024-10-21T23:52:51.669Z Downloaded time-core v0.1.2
2112024-10-21T23:52:51.671Z Downloaded group v0.13.0
2122024-10-21T23:52:51.674Z Downloaded pretty-hex v0.4.1
2132024-10-21T23:52:51.674Z Downloaded pbkdf2 v0.11.0
2142024-10-21T23:52:51.676Z Downloaded futures-macro v0.3.31
2152024-10-21T23:52:51.679Z Downloaded polyval v0.6.2
2162024-10-21T23:52:51.681Z Downloaded plain v0.2.3
2172024-10-21T23:52:51.681Z Downloaded backoff v0.4.0
2182024-10-21T23:52:51.684Z Downloaded phf v0.11.2
2192024-10-21T23:52:51.686Z Downloaded serde_path_to_error v0.1.16
2202024-10-21T23:52:51.689Z Downloaded base64 v0.13.1
2212024-10-21T23:52:51.691Z Downloaded hash32 v0.3.1
2222024-10-21T23:52:51.694Z Downloaded rand_core v0.6.4
2232024-10-21T23:52:51.694Z Downloaded rand_chacha v0.3.1
2242024-10-21T23:52:51.697Z Downloaded http-body v0.4.6
2252024-10-21T23:52:51.699Z Downloaded heapless v0.7.17
2262024-10-21T23:52:51.702Z Downloaded float-cmp v0.9.0
2272024-10-21T23:52:51.704Z Downloaded smf v0.2.3
2282024-10-21T23:52:51.707Z Downloaded heck v0.4.1
2292024-10-21T23:52:51.707Z Downloaded signal-hook-registry v1.4.2
2302024-10-21T23:52:51.709Z Downloaded rustversion v1.0.17
2312024-10-21T23:52:51.711Z Downloaded structmeta-derive v0.3.0
2322024-10-21T23:52:51.714Z Downloaded password-hash v0.5.0
2332024-10-21T23:52:51.717Z Downloaded signature v2.2.0
2342024-10-21T23:52:51.717Z Downloaded parking_lot v0.11.2
2352024-10-21T23:52:51.719Z Downloaded waitgroup v0.1.2
2362024-10-21T23:52:51.722Z Downloaded hickory-server v0.24.1
2372024-10-21T23:52:51.726Z Downloaded darling_macro v0.20.10
2382024-10-21T23:52:51.729Z Downloaded target-spec v3.2.2
2392024-10-21T23:52:51.731Z Downloaded parse-display-derive v0.10.0
2402024-10-21T23:52:51.731Z Downloaded poly1305 v0.8.0
2412024-10-21T23:52:51.734Z Downloaded base64 v0.22.1
2422024-10-21T23:52:51.738Z Downloaded rusty-fork v0.3.0
2432024-10-21T23:52:51.741Z Downloaded escape8259 v0.5.3
2442024-10-21T23:52:51.743Z Downloaded tokio-native-tls v0.3.1
2452024-10-21T23:52:51.743Z Downloaded resolv-conf v0.7.0
2462024-10-21T23:52:51.746Z Downloaded rand_seeder v0.3.0
2472024-10-21T23:52:51.748Z Downloaded supports-color v3.0.1
2482024-10-21T23:52:51.751Z Downloaded proc-macro-error v1.0.4
2492024-10-21T23:52:51.753Z Downloaded pin-project v1.1.6
2502024-10-21T23:52:51.765Z Downloaded futures v0.3.31
2512024-10-21T23:52:51.771Z Downloaded untrusted v0.7.1
2522024-10-21T23:52:51.773Z Downloaded subtle v2.6.1
2532024-10-21T23:52:51.776Z Downloaded hyper-staticfile v0.10.1
2542024-10-21T23:52:51.778Z Downloaded phf_shared v0.10.0
2552024-10-21T23:52:51.778Z Downloaded cobs v0.2.3
2562024-10-21T23:52:51.781Z Downloaded xz2 v0.1.7
2572024-10-21T23:52:51.783Z Downloaded xattr v1.3.1
2582024-10-21T23:52:51.783Z Downloaded data-encoding v2.6.0
2592024-10-21T23:52:51.786Z Downloaded crossbeam-deque v0.8.5
2602024-10-21T23:52:51.788Z Downloaded wyz v0.5.1
2612024-10-21T23:52:51.788Z Downloaded crc-catalog v2.4.0
2622024-10-21T23:52:51.791Z Downloaded colored v2.1.0
2632024-10-21T23:52:51.793Z Downloaded colorchoice v1.0.2
2642024-10-21T23:52:51.796Z Downloaded ron v0.7.1
2652024-10-21T23:52:51.798Z Downloaded pin-project-internal v1.1.6
2662024-10-21T23:52:51.801Z Downloaded event-listener v2.5.3
2672024-10-21T23:52:51.804Z Downloaded lazy_static v1.5.0
2682024-10-21T23:52:51.806Z Downloaded event-listener-strategy v0.5.2
2692024-10-21T23:52:51.806Z Downloaded time-macros v0.2.18
2702024-10-21T23:52:51.808Z Downloaded errno v0.3.9
2712024-10-21T23:52:51.811Z Downloaded bitflags v2.6.0
2722024-10-21T23:52:51.814Z Downloaded embedded-io v0.4.0
2732024-10-21T23:52:51.817Z Downloaded mockall v0.13.0
2742024-10-21T23:52:51.819Z Downloaded macaddr v1.0.1
2752024-10-21T23:52:51.822Z Downloaded hostname v0.3.1
2762024-10-21T23:52:51.822Z Downloaded hmac v0.12.1
2772024-10-21T23:52:51.825Z Downloaded half v2.4.1
2782024-10-21T23:52:51.827Z Downloaded num v0.4.3
2792024-10-21T23:52:51.830Z Downloaded managed v0.8.0
2802024-10-21T23:52:51.830Z Downloaded digest v0.10.7
2812024-10-21T23:52:51.832Z Downloaded difflib v0.4.0
2822024-10-21T23:52:51.835Z Downloaded normalize-line-endings v0.3.0
2832024-10-21T23:52:51.835Z Downloaded pest_generator v2.7.14
2842024-10-21T23:52:51.837Z Downloaded hashbrown v0.12.3
2852024-10-21T23:52:51.841Z Downloaded sqlparser_derive v0.2.2
2862024-10-21T23:52:51.843Z Downloaded oorandom v11.1.4
2872024-10-21T23:52:51.843Z Downloaded packed_struct_codegen v0.10.1
2882024-10-21T23:52:51.846Z Downloaded oso v0.27.3
2892024-10-21T23:52:51.848Z Downloaded try-lock v0.2.5
2902024-10-21T23:52:51.851Z Downloaded nibble_vec v0.1.0
2912024-10-21T23:52:51.853Z Downloaded ref-cast v1.0.23
2922024-10-21T23:52:51.857Z Downloaded quick-error v1.2.3
2932024-10-21T23:52:51.857Z Downloaded proc-macro-crate v1.3.1
2942024-10-21T23:52:51.859Z Downloaded dirs-next v2.0.0
2952024-10-21T23:52:51.859Z Downloaded predicates v3.1.2
2962024-10-21T23:52:51.862Z Downloaded linear-map v1.2.0
2972024-10-21T23:52:51.865Z Downloaded crucible-workspace-hack v0.1.0
2982024-10-21T23:52:51.865Z Downloaded usdt-attr-macro v0.5.0
2992024-10-21T23:52:51.868Z Downloaded darling v0.20.10
3002024-10-21T23:52:51.870Z Downloaded toml v0.7.8
3012024-10-21T23:52:51.873Z Downloaded rand_xorshift v0.3.0
3022024-10-21T23:52:51.876Z Downloaded pkg-config v0.3.31
3032024-10-21T23:52:51.878Z Downloaded rand_distr v0.4.3
3042024-10-21T23:52:51.880Z Downloaded chacha20poly1305 v0.10.1
3052024-10-21T23:52:51.883Z Downloaded serde_repr v0.1.19
3062024-10-21T23:52:51.885Z Downloaded headers v0.4.0
3072024-10-21T23:52:51.890Z Downloaded diesel_table_macro_syntax v0.2.0
3082024-10-21T23:52:51.893Z Downloaded structmeta v0.3.0
3092024-10-21T23:52:51.895Z Downloaded structmeta v0.2.0
3102024-10-21T23:52:51.895Z Downloaded uzers v0.12.1
3112024-10-21T23:52:51.898Z Downloaded crunchy v0.2.2
3122024-10-21T23:52:51.898Z Downloaded parking_lot_core v0.8.6
3132024-10-21T23:52:51.901Z Downloaded uuid v1.10.0
3142024-10-21T23:52:51.904Z Downloaded equivalent v1.0.1
3152024-10-21T23:52:51.906Z Downloaded newline-converter v0.3.0
3162024-10-21T23:52:51.907Z Downloaded strsim v0.11.1
3172024-10-21T23:52:51.909Z Downloaded ssh-cipher v0.2.0
3182024-10-21T23:52:51.911Z Downloaded md5 v0.7.0
3192024-10-21T23:52:51.911Z Downloaded newtype_derive v0.1.6
3202024-10-21T23:52:51.914Z Downloaded dhcproto v0.12.0
3212024-10-21T23:52:51.916Z Downloaded tabled_derive v0.7.0
3222024-10-21T23:52:51.919Z Downloaded publicsuffix v2.2.3
3232024-10-21T23:52:51.921Z Downloaded smallvec v0.6.14
3242024-10-21T23:52:51.924Z Downloaded path-slash v0.1.5
3252024-10-21T23:52:51.924Z Downloaded pkcs8 v0.10.2
3262024-10-21T23:52:51.927Z Downloaded once_cell v1.20.2
3272024-10-21T23:52:51.929Z Downloaded unicode-xid v0.2.6
3282024-10-21T23:52:51.932Z Downloaded tokio-macros v2.4.0
3292024-10-21T23:52:51.936Z Downloaded primeorder v0.13.6
3302024-10-21T23:52:51.936Z Downloaded pretty-hex v0.2.1
3312024-10-21T23:52:51.939Z Downloaded usdt v0.5.0
3322024-10-21T23:52:51.939Z Downloaded tungstenite v0.21.0
3332024-10-21T23:52:51.941Z Downloaded hyper-util v0.1.9
3342024-10-21T23:52:51.945Z Downloaded heapless v0.8.0
3352024-10-21T23:52:51.949Z Downloaded criterion-plot v0.5.0
3362024-10-21T23:52:51.952Z Downloaded smallvec v1.13.2
3372024-10-21T23:52:51.955Z Downloaded zeroize v1.8.1
3382024-10-21T23:52:51.957Z Downloaded sct v0.7.1
3392024-10-21T23:52:51.960Z Downloaded rtoolbox v0.0.2
3402024-10-21T23:52:51.963Z Downloaded scroll_derive v0.12.0
3412024-10-21T23:52:51.965Z Downloaded newtype-uuid v1.1.2
3422024-10-21T23:52:51.965Z Downloaded kstat-rs v0.2.4
3432024-10-21T23:52:51.968Z Downloaded indent_write v2.2.0
3442024-10-21T23:52:51.968Z Downloaded impl-trait-for-tuples v0.2.2
3452024-10-21T23:52:51.971Z Downloaded kv-log-macro v1.0.7
3462024-10-21T23:52:51.973Z Downloaded swrite v0.1.0
3472024-10-21T23:52:51.975Z Downloaded stable_deref_trait v1.2.0
3482024-10-21T23:52:51.975Z Downloaded itoa v1.0.11
3492024-10-21T23:52:51.978Z Downloaded dirs-sys-next v0.1.2
3502024-10-21T23:52:51.980Z Downloaded take_mut v0.2.2
3512024-10-21T23:52:51.980Z Downloaded parse-display v0.10.0
3522024-10-21T23:52:51.980Z Downloaded tracing-attributes v0.1.27
3532024-10-21T23:52:51.983Z Downloaded rand v0.8.5
3542024-10-21T23:52:51.987Z Downloaded md-5 v0.10.6
3552024-10-21T23:52:51.989Z Downloaded predicates-tree v1.0.11
3562024-10-21T23:52:51.992Z Downloaded qorb v0.1.2
3572024-10-21T23:52:51.995Z Downloaded maybe-uninit v2.0.0
3582024-10-21T23:52:51.997Z Downloaded quinn-udp v0.5.5
3592024-10-21T23:52:52.000Z Downloaded percent-encoding v2.3.1
3602024-10-21T23:52:52.000Z Downloaded nodrop v0.1.14
3612024-10-21T23:52:52.000Z Downloaded yasna v0.5.2
3622024-10-21T23:52:52.003Z Downloaded tokio-tungstenite v0.21.0
3632024-10-21T23:52:52.005Z Downloaded similar v2.6.0
3642024-10-21T23:52:52.011Z Downloaded tungstenite v0.23.0
3652024-10-21T23:52:52.015Z Downloaded nu-ansi-term v0.50.1
3662024-10-21T23:52:52.018Z Downloaded hashbrown v0.14.5
3672024-10-21T23:52:52.024Z Downloaded slog-json v2.6.1
3682024-10-21T23:52:52.026Z Downloaded match_cfg v0.1.0
3692024-10-21T23:52:52.029Z Downloaded is_ci v1.2.0
3702024-10-21T23:52:52.031Z Downloaded tabwriter v1.4.0
3712024-10-21T23:52:52.031Z Downloaded slog-scope v4.4.0
3722024-10-21T23:52:52.034Z Downloaded jobserver v0.1.32
3732024-10-21T23:52:52.036Z Downloaded zerocopy-derive v0.7.35
3742024-10-21T23:52:52.039Z Downloaded tls_codec v0.4.1
3752024-10-21T23:52:52.042Z Downloaded tap v1.0.1
3762024-10-21T23:52:52.044Z Downloaded pathdiff v0.2.2
3772024-10-21T23:52:52.047Z Downloaded nested v0.1.1
3782024-10-21T23:52:52.047Z Downloaded hashbrown v0.13.2
3792024-10-21T23:52:52.050Z Downloaded static_assertions v1.1.0
3802024-10-21T23:52:52.053Z Downloaded convert_case v0.4.0
3812024-10-21T23:52:52.055Z Downloaded usdt-impl v0.5.0
3822024-10-21T23:52:52.055Z Downloaded trybuild v1.0.100
3832024-10-21T23:52:52.060Z Downloaded zerocopy v0.6.6
3842024-10-21T23:52:52.063Z Downloaded progenitor-client v0.8.0
3852024-10-21T23:52:52.067Z Downloaded postgres-protocol v0.6.7
3862024-10-21T23:52:52.067Z Downloaded pem-rfc7468 v0.7.0
3872024-10-21T23:52:52.070Z Downloaded x509-cert v0.2.5
3882024-10-21T23:52:52.075Z Downloaded rstest_macros v0.23.0
3892024-10-21T23:52:52.078Z Downloaded is-terminal v0.4.13
3902024-10-21T23:52:52.081Z Downloaded zone v0.1.8
3912024-10-21T23:52:52.081Z Downloaded zeroize_derive v1.4.2
3922024-10-21T23:52:52.084Z Downloaded unicode-linebreak v0.1.5
3932024-10-21T23:52:52.086Z Downloaded hkdf v0.12.4
3942024-10-21T23:52:52.089Z Downloaded ipnetwork v0.20.0
3952024-10-21T23:52:52.089Z Downloaded is_terminal_polyfill v1.70.1
3962024-10-21T23:52:52.091Z Downloaded dsl_auto_type v0.1.2
3972024-10-21T23:52:52.094Z Downloaded internet-checksum v0.2.1
3982024-10-21T23:52:52.094Z Downloaded tower-service v0.3.3
3992024-10-21T23:52:52.094Z Downloaded termtree v0.4.1
4002024-10-21T23:52:52.096Z Downloaded indexmap v1.9.3
4012024-10-21T23:52:52.099Z Downloaded fallible-iterator v0.3.0
4022024-10-21T23:52:52.101Z Downloaded toolchain_find v0.4.0
4032024-10-21T23:52:52.104Z Downloaded datatest-stable v0.2.9
4042024-10-21T23:52:52.106Z Downloaded tracing-core v0.1.32
4052024-10-21T23:52:52.109Z Downloaded typify v0.2.0
4062024-10-21T23:52:52.111Z Downloaded quote v1.0.37
4072024-10-21T23:52:52.114Z Downloaded radium v0.7.0
4082024-10-21T23:52:52.116Z Downloaded powerfmt v0.2.0
4092024-10-21T23:52:52.119Z Downloaded whoami v1.5.2
4102024-10-21T23:52:52.121Z Downloaded ppv-lite86 v0.2.20
4112024-10-21T23:52:52.121Z Downloaded phf_codegen v0.11.2
4122024-10-21T23:52:52.124Z Downloaded num_enum_derive v0.5.11
4132024-10-21T23:52:52.124Z Downloaded mio v1.0.2
4142024-10-21T23:52:52.130Z Downloaded steno v0.4.1
4152024-10-21T23:52:52.134Z Downloaded num-conv v0.1.0
4162024-10-21T23:52:52.137Z Downloaded scrypt v0.11.0
4172024-10-21T23:52:52.140Z Downloaded same-file v1.0.6
4182024-10-21T23:52:52.140Z Downloaded hyper v0.14.30
4192024-10-21T23:52:52.149Z Downloaded r2d2 v0.8.10
4202024-10-21T23:52:52.151Z Downloaded russh-cryptovec v0.7.3
4212024-10-21T23:52:52.151Z Downloaded scheduled-thread-pool v0.2.7
4222024-10-21T23:52:52.154Z Downloaded blake3 v1.5.4
4232024-10-21T23:52:52.160Z Downloaded native-tls v0.2.12
4242024-10-21T23:52:52.163Z Downloaded zone v0.3.0
4252024-10-21T23:52:52.165Z Downloaded clap_derive v4.5.18
4262024-10-21T23:52:52.167Z Downloaded rustyline v14.0.0
4272024-10-21T23:52:52.173Z Downloaded sigpipe v0.1.3
4282024-10-21T23:52:52.175Z Downloaded rustc-hash v1.1.0
4292024-10-21T23:52:52.178Z Downloaded enum-as-inner v0.5.1
4302024-10-21T23:52:52.178Z Downloaded defmt-parser v0.3.4
4312024-10-21T23:52:52.180Z Downloaded libefi-sys v0.1.0
4322024-10-21T23:52:52.180Z Downloaded inout v0.1.3
4332024-10-21T23:52:52.183Z Downloaded enum-as-inner v0.6.1
4342024-10-21T23:52:52.185Z Downloaded crc v3.2.1
4352024-10-21T23:52:52.188Z Downloaded cpufeatures v0.2.14
4362024-10-21T23:52:52.188Z Downloaded unicode-ident v1.0.13
4372024-10-21T23:52:52.190Z Downloaded zone_cfg_derive v0.1.2
4382024-10-21T23:52:52.193Z Downloaded cstr-argument v0.1.2
4392024-10-21T23:52:52.193Z Downloaded tui-tree-widget v0.22.0
4402024-10-21T23:52:52.196Z Downloaded dropshot_endpoint v0.12.0
4412024-10-21T23:52:52.198Z Downloaded indoc v2.0.5
4422024-10-21T23:52:52.201Z Downloaded scroll v0.12.0
4432024-10-21T23:52:52.203Z Downloaded linked-hash-map v0.5.6
4442024-10-21T23:52:52.205Z Downloaded crc-any v2.5.0
4452024-10-21T23:52:52.208Z Downloaded thiserror-no-std v2.0.2
4462024-10-21T23:52:52.210Z Downloaded aes-gcm v0.10.3
4472024-10-21T23:52:52.215Z Downloaded parse-size v1.0.0
4482024-10-21T23:52:52.215Z Downloaded slab v0.4.9
4492024-10-21T23:52:52.219Z Downloaded deranged v0.3.11
4502024-10-21T23:52:52.219Z Downloaded tokio-tungstenite v0.24.0
4512024-10-21T23:52:52.222Z Downloaded tokio-tungstenite v0.23.1
4522024-10-21T23:52:52.224Z Downloaded termios v0.3.3
4532024-10-21T23:52:52.227Z Downloaded terminal_size v0.4.0
4542024-10-21T23:52:52.229Z Downloaded structmeta-derive v0.2.0
4552024-10-21T23:52:52.229Z Downloaded ssh-encoding v0.2.0
4562024-10-21T23:52:52.232Z Downloaded owo-colors v4.1.0
4572024-10-21T23:52:52.234Z Downloaded hashbrown v0.15.0
4582024-10-21T23:52:52.239Z Downloaded der_derive v0.7.3
4592024-10-21T23:52:52.242Z Downloaded unicode-truncate v1.1.0
4602024-10-21T23:52:52.244Z Downloaded pest_meta v2.7.14
4612024-10-21T23:52:52.247Z Downloaded zone_cfg_derive v0.3.0
4622024-10-21T23:52:52.249Z Downloaded sync_wrapper v1.0.1
4632024-10-21T23:52:52.250Z Downloaded git2 v0.19.0
4642024-10-21T23:52:52.257Z Downloaded plotters-svg v0.3.7
4652024-10-21T23:52:52.259Z Downloaded sync_wrapper v0.1.2
4662024-10-21T23:52:52.262Z Downloaded number_prefix v0.4.0
4672024-10-21T23:52:52.262Z Downloaded libtest-mimic v0.7.3
4682024-10-21T23:52:52.264Z Downloaded postgres-types v0.2.8
4692024-10-21T23:52:52.267Z Downloaded postcard v1.0.10
4702024-10-21T23:52:52.269Z Downloaded crypto-common v0.1.6
4712024-10-21T23:52:52.272Z Downloaded num_threads v0.1.7
4722024-10-21T23:52:52.272Z Downloaded semver v1.0.23
4732024-10-21T23:52:52.274Z Downloaded predicates-core v1.0.8
4742024-10-21T23:52:52.277Z Downloaded lock_api v0.4.12
4752024-10-21T23:52:52.277Z Downloaded unicode-bidi v0.3.17
4762024-10-21T23:52:52.280Z Downloaded memoffset v0.9.1
4772024-10-21T23:52:52.282Z Downloaded salsa20 v0.10.2
4782024-10-21T23:52:52.285Z Downloaded futures-util v0.3.31
4792024-10-21T23:52:52.296Z Downloaded snafu-derive v0.8.5
4802024-10-21T23:52:52.298Z Downloaded doc-comment v0.3.3
4812024-10-21T23:52:52.301Z Downloaded derive_builder_macro v0.20.2
4822024-10-21T23:52:52.301Z Downloaded strum_macros v0.24.3
4832024-10-21T23:52:52.303Z Downloaded rustls-pemfile v1.0.4
4842024-10-21T23:52:52.306Z Downloaded quinn v0.11.5
4852024-10-21T23:52:52.308Z Downloaded usdt-macro v0.5.0
4862024-10-21T23:52:52.311Z Downloaded serde-big-array v0.5.1
4872024-10-21T23:52:52.311Z Downloaded rcgen v0.12.1
4882024-10-21T23:52:52.314Z Downloaded rayon-core v1.12.1
4892024-10-21T23:52:52.318Z Downloaded downcast v0.11.0
4902024-10-21T23:52:52.321Z Downloaded rpassword v7.3.1
4912024-10-21T23:52:52.324Z Downloaded zip v0.6.6
4922024-10-21T23:52:52.326Z Downloaded crc32fast v1.4.2
4932024-10-21T23:52:52.329Z Downloaded rsa v0.9.6
4942024-10-21T23:52:52.333Z Downloaded h2 v0.3.26
4952024-10-21T23:52:52.341Z Downloaded pin-utils v0.1.0
4962024-10-21T23:52:52.343Z Downloaded progenitor-macro v0.8.0
4972024-10-21T23:52:52.344Z Downloaded progenitor v0.8.0
4982024-10-21T23:52:52.346Z Downloaded display-error-chain v0.2.1
4992024-10-21T23:52:52.346Z Downloaded defmt-macros v0.3.9
5002024-10-21T23:52:52.349Z Downloaded strum v0.26.3
5012024-10-21T23:52:52.352Z Downloaded endian-type v0.1.2
5022024-10-21T23:52:52.352Z Downloaded password-hash v0.4.2
5032024-10-21T23:52:52.355Z Downloaded goblin v0.8.2
5042024-10-21T23:52:52.360Z Downloaded debug-ignore v1.0.5
5052024-10-21T23:52:52.363Z Downloaded slog-dtrace v0.3.0
5062024-10-21T23:52:52.366Z Downloaded threadpool v1.8.1
5072024-10-21T23:52:52.369Z Downloaded slog-envlogger v2.2.0
5082024-10-21T23:52:52.369Z Downloaded rustls-native-certs v0.7.3
5092024-10-21T23:52:52.371Z Downloaded partial-io v0.5.4
5102024-10-21T23:52:52.374Z Downloaded itertools v0.13.0
5112024-10-21T23:52:52.381Z Downloaded termcolor v1.4.1
5122024-10-21T23:52:52.383Z Downloaded lazycell v1.3.0
5132024-10-21T23:52:52.386Z Downloaded tokio-rustls v0.25.0
5142024-10-21T23:52:52.386Z Downloaded parking_lot_core v0.9.10
5152024-10-21T23:52:52.388Z Downloaded toml_edit v0.19.15
5162024-10-21T23:52:52.406Z Downloaded embedded-io v0.6.1
5172024-10-21T23:52:52.408Z Downloaded instant v0.1.13
5182024-10-21T23:52:52.411Z Downloaded sha1 v0.10.6
5192024-10-21T23:52:52.411Z Downloaded phf_generator v0.11.2
5202024-10-21T23:52:52.413Z Downloaded packed_struct v0.10.1
5212024-10-21T23:52:52.416Z Downloaded lalrpop-util v0.19.12
5222024-10-21T23:52:52.416Z Downloaded indoc v1.0.9
5232024-10-21T23:52:52.418Z Downloaded slog-bunyan v2.5.0
5242024-10-21T23:52:52.420Z Downloaded relative-path v1.9.3
5252024-10-21T23:52:52.420Z Downloaded tungstenite v0.24.0
5262024-10-21T23:52:52.424Z Downloaded num-rational v0.4.2
5272024-10-21T23:52:52.427Z Downloaded peg-runtime v0.8.3
5282024-10-21T23:52:52.427Z Downloaded strum_macros v0.25.3
5292024-10-21T23:52:52.429Z Downloaded des v0.8.1
5302024-10-21T23:52:52.432Z Downloaded derive_builder_core v0.20.2
5312024-10-21T23:52:52.434Z Downloaded env_filter v0.1.2
5322024-10-21T23:52:52.437Z Downloaded sqlformat v0.2.6
5332024-10-21T23:52:52.437Z Downloaded parse-zoneinfo v0.3.1
5342024-10-21T23:52:52.440Z Downloaded slog-term v2.9.1
5352024-10-21T23:52:52.443Z Downloaded const-oid v0.9.6
5362024-10-21T23:52:52.446Z Downloaded indicatif v0.17.8
5372024-10-21T23:52:52.449Z Downloaded chrono v0.4.38
5382024-10-21T23:52:52.457Z Downloaded utf-8 v0.7.6
5392024-10-21T23:52:52.459Z Downloaded piper v0.2.4
5402024-10-21T23:52:52.462Z Downloaded tinyvec_macros v0.1.1
5412024-10-21T23:52:52.462Z Downloaded tiny-keccak v2.0.2
5422024-10-21T23:52:52.464Z Downloaded nom v7.1.3
5432024-10-21T23:52:52.469Z Downloaded prettyplease v0.2.22
5442024-10-21T23:52:52.472Z Downloaded opaque-debug v0.3.1
5452024-10-21T23:52:52.475Z Downloaded tracing v0.1.40
5462024-10-21T23:52:52.478Z Downloaded which v4.4.2
5472024-10-21T23:52:52.481Z Downloaded ref-cast-impl v1.0.23
5482024-10-21T23:52:52.483Z Downloaded proc-macro-crate v3.2.0
5492024-10-21T23:52:52.483Z Downloaded value-bag v1.9.0
5502024-10-21T23:52:52.486Z Downloaded pest_derive v2.7.14
5512024-10-21T23:52:52.489Z Downloaded new_debug_unreachable v1.0.6
5522024-10-21T23:52:52.491Z Downloaded plotters-backend v0.3.7
5532024-10-21T23:52:52.491Z Downloaded derive_more v0.99.18
5542024-10-21T23:52:52.496Z Downloaded vte_generate_state_changes v0.1.2
5552024-10-21T23:52:52.498Z Downloaded pem v3.0.4
5562024-10-21T23:52:52.498Z Downloaded concurrent-queue v2.5.0
5572024-10-21T23:52:52.501Z Downloaded progenitor-impl v0.8.0
5582024-10-21T23:52:52.503Z Downloaded env_logger v0.11.5
5592024-10-21T23:52:52.506Z Downloaded unicode-properties v0.1.3
5602024-10-21T23:52:52.508Z Downloaded der v0.7.9
5612024-10-21T23:52:52.513Z Downloaded ena v0.14.3
5622024-10-21T23:52:52.516Z Downloaded pretty_assertions v1.4.1
5632024-10-21T23:52:52.518Z Downloaded ed25519 v2.2.3
5642024-10-21T23:52:52.521Z Downloaded reedline v0.35.0
5652024-10-21T23:52:52.527Z Downloaded memmap2 v0.9.5
5662024-10-21T23:52:52.529Z Downloaded matches v0.1.10
5672024-10-21T23:52:52.532Z Downloaded want v0.3.1
5682024-10-21T23:52:52.532Z Downloaded version_check v0.9.5
5692024-10-21T23:52:52.534Z Downloaded pkcs1 v0.7.5
5702024-10-21T23:52:52.537Z Downloaded phf_shared v0.11.2
5712024-10-21T23:52:52.537Z Downloaded bitvec v1.0.1
5722024-10-21T23:52:52.552Z Downloaded crypto-bigint v0.5.5
5732024-10-21T23:52:52.559Z Downloaded derive-where v1.2.7
5742024-10-21T23:52:52.562Z Downloaded paste v1.0.15
5752024-10-21T23:52:52.565Z Downloaded num-iter v0.1.45
5762024-10-21T23:52:52.568Z Downloaded zerocopy v0.7.35
5772024-10-21T23:52:52.583Z Downloaded memmap v0.7.0
5782024-10-21T23:52:52.586Z Downloaded nanorand v0.7.0
5792024-10-21T23:52:52.588Z Downloaded num-integer v0.1.46
5802024-10-21T23:52:52.591Z Downloaded mockall_derive v0.13.0
5812024-10-21T23:52:52.591Z Downloaded snafu v0.8.5
5822024-10-21T23:52:52.596Z Downloaded serde_yaml v0.9.34+deprecated
5832024-10-21T23:52:52.600Z Downloaded maplit v1.0.2
5842024-10-21T23:52:52.602Z Downloaded thread-id v4.2.2
5852024-10-21T23:52:52.602Z Downloaded universal-hash v0.5.1
5862024-10-21T23:52:52.605Z Downloaded cookie_store v0.21.0
5872024-10-21T23:52:52.605Z Downloaded constant_time_eq v0.3.1
5882024-10-21T23:52:52.608Z Downloaded ecdsa v0.16.9
5892024-10-21T23:52:52.611Z Downloaded proc-macro2 v1.0.87
5902024-10-21T23:52:52.614Z Downloaded lru-cache v0.1.2
5912024-10-21T23:52:52.614Z Downloaded rustc-hash v2.0.0
5922024-10-21T23:52:52.614Z Downloaded clap v4.5.20
5932024-10-21T23:52:52.623Z Downloaded rustls-pemfile v2.2.0
5942024-10-21T23:52:52.627Z Downloaded path-tree v0.8.1
5952024-10-21T23:52:52.629Z Downloaded thread_local v1.1.8
5962024-10-21T23:52:52.629Z Downloaded spki v0.7.3
5972024-10-21T23:52:52.632Z Downloaded slog-async v2.8.0
5982024-10-21T23:52:52.632Z Downloaded minimal-lexical v0.2.1
5992024-10-21T23:52:52.636Z Downloaded unicode-segmentation v1.12.0
6002024-10-21T23:52:52.639Z Downloaded libloading v0.8.5
6012024-10-21T23:52:52.642Z Downloaded spin v0.9.8
6022024-10-21T23:52:52.645Z Downloaded const_format v0.2.33
6032024-10-21T23:52:52.649Z Downloaded url v2.5.2
6042024-10-21T23:52:52.653Z Downloaded typed-path v0.7.1
6052024-10-21T23:52:52.658Z Downloaded tokio-util v0.7.12
6062024-10-21T23:52:52.666Z Downloaded serde_with_macros v3.11.0
6072024-10-21T23:52:52.669Z Downloaded rustls-pki-types v1.9.0
6082024-10-21T23:52:52.672Z Downloaded serde v1.0.210
6092024-10-21T23:52:52.674Z Downloaded socket2 v0.5.7
6102024-10-21T23:52:52.677Z Downloaded tinytemplate v1.2.1
6112024-10-21T23:52:52.679Z Downloaded ryu v1.0.18
6122024-10-21T23:52:52.682Z Downloaded vergen v8.3.2
6132024-10-21T23:52:52.685Z Downloaded criterion v0.5.1
6142024-10-21T23:52:52.692Z Downloaded tinyvec v1.8.0
6152024-10-21T23:52:52.695Z Downloaded cookie v0.18.1
6162024-10-21T23:52:52.697Z Downloaded compact_str v0.8.0
6172024-10-21T23:52:52.702Z Downloaded unicode_categories v0.1.1
6182024-10-21T23:52:52.704Z Downloaded log v0.4.22
6192024-10-21T23:52:52.706Z Downloaded libxml v0.3.3
6202024-10-21T23:52:52.712Z Downloaded vte v0.11.1
6212024-10-21T23:52:52.714Z Downloaded subprocess v0.2.9
6222024-10-21T23:52:52.716Z Downloaded quinn-proto v0.11.8
6232024-10-21T23:52:52.723Z Downloaded ron v0.8.1
6242024-10-21T23:52:52.729Z Downloaded gimli v0.31.1
6252024-10-21T23:52:52.737Z Downloaded clap_builder v4.5.20
6262024-10-21T23:52:52.744Z Downloaded tabled v0.15.0
6272024-10-21T23:52:52.761Z Downloaded quick-xml v0.33.0
6282024-10-21T23:52:52.767Z Downloaded ed25519-dalek v2.1.1
6292024-10-21T23:52:52.771Z Downloaded num-bigint-dig v0.8.4
6302024-10-21T23:52:52.774Z Downloaded unicode-normalization v0.1.24
6312024-10-21T23:52:52.778Z Downloaded salty v0.3.0
6322024-10-21T23:52:52.785Z Downloaded rayon v1.10.0
6332024-10-21T23:52:52.794Z Downloaded hickory-proto v0.24.1
6342024-10-21T23:52:52.810Z Downloaded time v0.3.36
6352024-10-21T23:52:52.817Z Downloaded itertools v0.10.5
6362024-10-21T23:52:52.823Z Downloaded sqlparser v0.45.0
6372024-10-21T23:52:52.829Z Downloaded bstr v1.10.0
6382024-10-21T23:52:52.839Z Downloaded rustls v0.21.12
6392024-10-21T23:52:52.850Z Downloaded smoltcp v0.11.0
6402024-10-21T23:52:52.862Z Downloaded russh v0.45.0
6412024-10-21T23:52:52.867Z Downloaded idna v0.5.0
6422024-10-21T23:52:52.873Z Downloaded openapiv3 v2.0.0
6432024-10-21T23:52:52.884Z Downloaded smoltcp v0.9.1
6442024-10-21T23:52:52.895Z Downloaded rstest v0.23.0
6452024-10-21T23:52:52.900Z Downloaded reqwest v0.12.8
6462024-10-21T23:52:52.908Z Downloaded chrono-tz v0.10.0
6472024-10-21T23:52:52.915Z Downloaded rustix v0.38.37
6482024-10-21T23:52:52.937Z Downloaded rustls-webpki v0.101.7
6492024-10-21T23:52:52.951Z Downloaded rusqlite v0.32.1
6502024-10-21T23:52:52.957Z Downloaded serde_with v3.11.0
6512024-10-21T23:52:52.965Z Downloaded nix v0.28.0
6522024-10-21T23:52:52.977Z Downloaded proptest v1.5.0
6532024-10-21T23:52:52.985Z Downloaded dropshot v0.12.0
6542024-10-21T23:52:53.005Z Downloaded rustls v0.23.14
6552024-10-21T23:52:53.016Z Downloaded lalrpop v0.19.12
6562024-10-21T23:52:53.027Z Downloaded regex v1.11.0
6572024-10-21T23:52:53.040Z Downloaded openssl v0.10.66
6582024-10-21T23:52:53.048Z Downloaded syn v1.0.109
6592024-10-21T23:52:53.059Z Downloaded vcpkg v0.2.15
6602024-10-21T23:52:53.096Z Downloaded regex-syntax v0.6.29
6612024-10-21T23:52:53.103Z Downloaded webpki-roots v0.26.6
6622024-10-21T23:52:53.111Z Downloaded idna v0.3.0
6632024-10-21T23:52:53.116Z Downloaded syn v2.0.79
6642024-10-21T23:52:53.123Z Downloaded regress v0.9.1
6652024-10-21T23:52:53.131Z Downloaded diesel v2.2.4
6662024-10-21T23:52:53.149Z Downloaded zerocopy-derive v0.6.6
6672024-10-21T23:52:53.157Z Downloaded sled v0.34.7
6682024-10-21T23:52:53.167Z Downloaded typify-impl v0.2.0
6692024-10-21T23:52:53.180Z Downloaded object v0.36.5
6702024-10-21T23:52:53.192Z Downloaded regex-syntax v0.8.5
6712024-10-21T23:52:53.200Z Downloaded object v0.30.4
6722024-10-21T23:52:53.209Z Downloaded idna v0.4.0
6732024-10-21T23:52:53.215Z Downloaded ratatui v0.28.1
6742024-10-21T23:52:53.234Z Downloaded bzip2-sys v0.1.11+1.0.8
6752024-10-21T23:52:53.246Z Downloaded petgraph v0.6.5
6762024-10-21T23:52:53.262Z Downloaded unicode-width v0.1.14
6772024-10-21T23:52:53.267Z Downloaded polar-core v0.27.3
6782024-10-21T23:52:53.275Z Downloaded curve25519-dalek v4.1.3
6792024-10-21T23:52:53.283Z Downloaded regress v0.10.1
6802024-10-21T23:52:53.291Z Downloaded libc v0.2.161
6812024-10-21T23:52:53.317Z Downloaded rustls v0.22.4
6822024-10-21T23:52:53.330Z Downloaded nix v0.29.0
6832024-10-21T23:52:53.340Z Downloaded lzma-sys v0.1.20
6842024-10-21T23:52:53.368Z Downloaded nix v0.27.1
6852024-10-21T23:52:53.379Z Downloaded regex-automata v0.4.8
6862024-10-21T23:52:53.395Z Downloaded idna v0.2.3
6872024-10-21T23:52:53.400Z Downloaded trust-dns-proto v0.22.0
6882024-10-21T23:52:53.412Z Downloaded p384 v0.13.0
6892024-10-21T23:52:53.418Z Downloaded radix_trie v0.2.1
6902024-10-21T23:52:53.424Z Downloaded libz-sys v1.1.20
6912024-10-21T23:52:53.444Z Downloaded ssh-key v0.6.6
6922024-10-21T23:52:53.450Z Downloaded tokio v1.40.0
6932024-10-21T23:52:53.486Z Downloaded sha3 v0.10.8
6942024-10-21T23:52:53.490Z Downloaded httpmock v0.8.0-alpha.1
6952024-10-21T23:52:53.506Z Downloaded csv v1.3.0
6962024-10-21T23:52:53.526Z Downloaded dyn-clone v1.0.17
6972024-10-21T23:52:53.530Z Downloaded libsw v3.3.1
6982024-10-21T23:52:53.532Z Downloaded plotters v0.3.7
6992024-10-21T23:52:53.537Z Downloaded winnow v0.6.20
7002024-10-21T23:52:53.545Z Downloaded winnow v0.5.40
7012024-10-21T23:52:53.553Z Downloaded utf8parse v0.2.2
7022024-10-21T23:52:53.556Z Downloaded encoding_rs v0.8.34
7032024-10-21T23:52:53.575Z Downloaded untrusted v0.9.0
7042024-10-21T23:52:53.577Z Downloaded spin v0.5.2
7052024-10-21T23:52:53.577Z Downloaded multimap v0.10.0
7062024-10-21T23:52:53.580Z Downloaded sha2 v0.10.8
7072024-10-21T23:52:53.582Z Downloaded peg-macros v0.8.4
7082024-10-21T23:52:53.582Z Downloaded toml_edit v0.22.22
7092024-10-21T23:52:53.602Z Downloaded pin-project-lite v0.2.14
7102024-10-21T23:52:53.607Z Downloaded shell-words v1.1.0
7112024-10-21T23:52:53.609Z Downloaded instability v0.3.2
7122024-10-21T23:52:53.609Z Downloaded tokio-rustls v0.24.1
7132024-10-21T23:52:53.612Z Downloaded env_logger v0.10.2
7142024-10-21T23:52:53.614Z Downloaded libgit2-sys v0.17.0+1.8.1
7152024-10-21T23:52:53.668Z Downloaded console v0.15.8
7162024-10-21T23:52:53.671Z Downloaded rustls-webpki v0.102.8
7172024-10-21T23:52:53.688Z Downloaded multer v3.1.0
7182024-10-21T23:52:53.690Z Downloaded const_format_proc_macros v0.2.33
7192024-10-21T23:52:53.693Z Downloaded indexmap v2.6.0
7202024-10-21T23:52:53.696Z Downloaded reqwest v0.11.27
7212024-10-21T23:52:53.703Z Downloaded num-traits v0.2.19
7222024-10-21T23:52:53.706Z Downloaded strum_macros v0.26.4
7232024-10-21T23:52:53.708Z Downloaded openssl-sys v0.9.103
7242024-10-21T23:52:53.712Z Downloaded crossterm v0.28.1
7252024-10-21T23:52:53.718Z Downloaded bindgen v0.69.5
7262024-10-21T23:52:53.725Z Downloaded slog v2.7.0
7272024-10-21T23:52:53.728Z Downloaded dof v0.3.0
7282024-10-21T23:52:53.730Z Downloaded tokio-stream v0.1.16
7292024-10-21T23:52:53.733Z Downloaded polling v3.7.3
7302024-10-21T23:52:53.736Z Downloaded p256 v0.13.2
7312024-10-21T23:52:53.739Z Downloaded async-std v1.13.0
7322024-10-21T23:52:53.758Z Downloaded clang-sys v1.8.1
7332024-10-21T23:52:53.760Z Downloaded pest v2.7.14
7342024-10-21T23:52:53.764Z Downloaded psl-types v2.0.11
7352024-10-21T23:52:53.767Z Downloaded defmt v0.3.8
7362024-10-21T23:52:53.770Z Downloaded shlex v1.3.0
7372024-10-21T23:52:53.770Z Downloaded twox-hash v1.6.3
7382024-10-21T23:52:53.772Z Downloaded num-complex v0.4.6
7392024-10-21T23:52:53.775Z Downloaded schemars v0.8.21
7402024-10-21T23:52:53.783Z Downloaded memchr v2.7.4
7412024-10-21T23:52:53.788Z Downloaded mime v0.3.17
7422024-10-21T23:52:53.790Z Downloaded lru v0.12.5
7432024-10-21T23:52:53.790Z Downloaded vsss-rs v3.3.4
7442024-10-21T23:52:53.792Z Downloaded tls_codec_derive v0.4.1
7452024-10-21T23:52:53.795Z Downloaded toml v0.8.19
7462024-10-21T23:52:53.797Z Downloaded itertools v0.12.1
7472024-10-21T23:52:53.803Z Downloaded samael v0.0.17
7482024-10-21T23:52:53.808Z Downloaded portable-atomic v1.9.0
7492024-10-21T23:52:53.815Z Downloaded crossbeam-channel v0.5.13
7502024-10-21T23:52:53.819Z Downloaded tough v0.17.1
7512024-10-21T23:52:53.828Z Downloaded serde_json v1.0.128
7522024-10-21T23:52:53.835Z Downloaded num-derive v0.4.2
7532024-10-21T23:52:53.843Z Downloaded libm v0.2.8
7542024-10-21T23:52:53.850Z Downloaded typenum v1.17.0
7552024-10-21T23:52:53.852Z Downloaded tokio-rustls v0.26.0
7562024-10-21T23:52:53.855Z Downloaded diesel_derives v2.2.3
7572024-10-21T23:52:53.858Z Downloaded mime_guess v2.0.5
7582024-10-21T23:52:53.860Z Downloaded ipnet v2.10.1
7592024-10-21T23:52:53.863Z Downloaded precomputed-hash v0.1.1
7602024-10-21T23:52:53.863Z Downloaded oso-derive v0.27.3
7612024-10-21T23:52:53.863Z Downloaded openssl-probe v0.1.5
7622024-10-21T23:52:53.865Z Downloaded openssl-macros v0.1.1
7632024-10-21T23:52:53.865Z Downloaded thiserror-impl-no-std v2.0.2
7642024-10-21T23:52:53.865Z Downloaded strip-ansi-escapes v0.2.0
7652024-10-21T23:52:53.868Z Downloaded stringprep v0.1.5
7662024-10-21T23:52:53.868Z Downloaded stringmetrics v2.2.2
7672024-10-21T23:52:53.870Z Downloaded libsqlite3-sys v0.30.1
7682024-10-21T23:52:53.942Z Downloaded semver v0.1.20
7692024-10-21T23:52:53.946Z Downloaded scopeguard v1.2.0
7702024-10-21T23:52:53.946Z Downloaded schemars_derive v0.8.21
7712024-10-21T23:52:53.948Z Downloaded csv-core v0.1.11
7722024-10-21T23:52:53.948Z Downloaded typify-macro v0.2.0
7732024-10-21T23:52:53.948Z Downloaded russh-keys v0.45.0
7742024-10-21T23:52:53.951Z Downloaded num-bigint v0.4.6
7752024-10-21T23:52:53.953Z Downloaded hickory-resolver v0.24.1
7762024-10-21T23:52:53.957Z Downloaded num_enum v0.5.11
7772024-10-21T23:52:53.961Z Downloaded num_cpus v1.16.0
7782024-10-21T23:52:53.964Z Downloaded term v0.7.0
7792024-10-21T23:52:53.968Z Downloaded curve25519-dalek-derive v0.1.1
7802024-10-21T23:52:53.970Z Downloaded rustc-demangle v0.1.24
7812024-10-21T23:52:53.970Z Downloaded h2 v0.4.6
7822024-10-21T23:52:53.975Z Downloaded ctr v0.9.2
7832024-10-21T23:52:53.978Z Downloaded p521 v0.13.3
7842024-10-21T23:52:53.980Z Downloaded rust-argon2 v2.1.0
7852024-10-21T23:52:53.983Z Downloaded expectorate v1.1.0
7862024-10-21T23:52:54.013Z Downloaded serde_regex v1.1.0
7872024-10-21T23:52:54.013Z Downloaded keccak v0.1.5
7882024-10-21T23:52:54.013Z Downloaded textwrap v0.16.1
7892024-10-21T23:52:54.013Z Downloaded hyper v1.4.1
7902024-10-21T23:52:54.013Z Downloaded slog-stdlog v4.1.1
7912024-10-21T23:52:54.013Z Downloaded serde_urlencoded v0.7.1
7922024-10-21T23:52:54.013Z Downloaded serde_plain v1.0.2
7932024-10-21T23:52:54.013Z Downloaded serde-hex v0.1.0
7942024-10-21T23:52:54.013Z Downloaded pkcs5 v0.7.1
7952024-10-21T23:52:54.025Z Downloaded dtrace-parser v0.2.0
7962024-10-21T23:52:54.028Z Downloaded http v0.2.12
7972024-10-21T23:52:54.031Z Downloaded derive_builder v0.20.2
7982024-10-21T23:52:54.037Z Downloaded walkdir v2.5.0
7992024-10-21T23:52:54.039Z Downloaded test-strategy v0.3.1
8002024-10-21T23:52:54.044Z Downloaded papergrid v0.11.0
8012024-10-21T23:52:54.050Z Downloaded ring v0.17.8
8022024-10-21T23:52:54.129Z Downloaded yansi v1.0.1
8032024-10-21T23:52:54.133Z Downloaded elliptic-curve v0.13.8
8042024-10-21T23:52:54.136Z Downloaded tokio-postgres v0.7.12
8052024-10-21T23:52:54.140Z Downloaded aho-corasick v1.1.3
8062024-10-21T23:52:54.146Z Downloaded aes v0.8.4
8072024-10-21T23:52:54.149Z Downloaded toml_datetime v0.6.8
8082024-10-21T23:52:54.152Z Downloaded darling_core v0.20.10
8092024-10-21T23:52:54.159Z Downloaded diesel-dtrace v0.3.0
8102024-10-21T23:52:54.159Z Downloaded ring v0.16.20
8112024-10-21T23:52:54.234Z Downloaded similar-asserts v1.6.0
8122024-10-21T23:52:54.236Z Downloaded omicron-zone-package v0.11.1
8132024-10-21T23:52:54.238Z Downloaded miniz_oxide v0.8.0
8142024-10-21T23:52:54.241Z Downloaded unsafe-libyaml v0.2.11
8152024-10-21T23:52:54.243Z Downloaded ucd-trie v0.1.7
8162024-10-21T23:52:54.246Z Downloaded serde_derive v1.0.210
8172024-10-21T23:52:54.248Z Downloaded parking_lot v0.12.3
8182024-10-21T23:52:54.250Z Downloaded event-listener v5.3.1
8192024-10-21T23:52:54.253Z Downloaded crossbeam-utils v0.8.20
8202024-10-21T23:52:54.255Z Downloaded tar v0.4.42
8212024-10-21T23:52:54.258Z Downloaded parking v2.2.1
8222024-10-21T23:52:54.258Z Downloaded crossbeam-epoch v0.9.18
8232024-10-21T23:52:54.260Z Downloaded dhcproto-macros v0.1.0
8242024-10-21T23:52:54.260Z Downloaded thiserror-impl v1.0.64
8252024-10-21T23:52:54.262Z Downloaded thiserror v1.0.64
8262024-10-21T23:52:54.265Z Downloaded diff v0.1.13
8272024-10-21T23:52:54.267Z Downloaded siphasher v0.3.11
8282024-10-21T23:52:54.270Z Downloaded serde_tokenstream v0.2.2
8292024-10-21T23:52:54.270Z Downloaded serde_spanned v0.6.8
8302024-10-21T23:52:54.272Z Downloaded secrecy v0.8.0
8312024-10-21T23:52:54.272Z Downloaded rustc_version v0.4.1
8322024-10-21T23:52:54.275Z Downloaded rustc_version v0.1.7
8332024-10-21T23:52:54.275Z Downloaded fallible-iterator v0.2.0
8342024-10-21T23:52:54.277Z Downloaded guppy v0.17.8
8352024-10-21T23:52:54.281Z Downloaded signal-hook v0.3.17
8362024-10-21T23:52:54.283Z Downloaded base64 v0.21.7
8372024-10-21T23:52:54.287Z Downloaded clap_lex v0.7.2
8382024-10-21T23:52:54.289Z Downloaded tempfile v3.13.0
8392024-10-21T23:52:54.292Z Downloaded either v1.13.0
8402024-10-21T23:52:54.292Z Downloaded sec1 v0.7.3
8412024-10-21T23:52:54.294Z Downloaded flume v0.11.0
8422024-10-21T23:52:54.297Z Downloaded target-lexicon v0.12.16
8432024-10-21T23:52:54.299Z Downloaded getrandom v0.2.15
8442024-10-21T23:52:54.301Z Downloaded wait-timeout v0.2.0
8452024-10-21T23:52:54.304Z Downloaded flate2 v1.0.34
8462024-10-21T23:52:54.306Z Downloaded backtrace v0.3.74
8472024-10-21T23:52:54.311Z Downloaded hyper-rustls v0.26.0
8482024-10-21T23:52:54.313Z Downloaded httparse v1.9.5
8492024-10-21T23:52:54.315Z Downloaded cancel-safe-futures v0.1.5
8502024-10-21T23:52:54.317Z Downloaded unicase v2.7.0
8512024-10-21T23:52:54.320Z Downloaded unarray v0.1.4
8522024-10-21T23:52:54.320Z Downloaded topological-sort v0.2.2
8532024-10-21T23:52:54.322Z Downloaded serde_derive_internals v0.29.1
8542024-10-21T23:52:54.322Z Downloaded highway v1.2.0
8552024-10-21T23:52:54.324Z Downloaded hickory-client v0.24.1
8562024-10-21T23:52:54.327Z Downloaded cc v1.1.30
8572024-10-21T23:52:54.330Z Downloaded hyper-rustls v0.27.3
8582024-10-21T23:52:54.332Z Downloaded camino v1.1.9
8592024-10-21T23:52:54.334Z Downloaded string_cache v0.8.7
8602024-10-21T23:52:54.337Z Downloaded signal-hook-tokio v0.3.1
8612024-10-21T23:52:54.337Z Downloaded signal-hook-mio v0.2.4
8622024-10-21T23:52:54.340Z Downloaded blake2b_simd v1.0.2
8632024-10-21T23:52:54.340Z Downloaded proc-macro-error-attr v1.0.4
8642024-10-21T23:52:54.340Z Downloaded arc-swap v1.7.1
8652024-10-21T23:52:54.343Z Downloaded hubpack v0.1.2
8662024-10-21T23:52:54.346Z Downloaded bytes v1.7.2
8672024-10-21T23:52:54.348Z Downloaded async-trait v0.1.83
8682024-10-21T23:52:54.351Z Downloaded humantime v2.1.0
8692024-10-21T23:52:54.353Z Downloaded http v1.1.0
8702024-10-21T23:52:54.355Z Downloaded smawk v0.3.2
8712024-10-21T23:52:54.358Z Downloaded rustfmt-wrapper v0.2.1
8722024-10-21T23:52:54.358Z Downloaded http-body-util v0.1.2
8732024-10-21T23:52:54.360Z Downloaded hex v0.4.3
8742024-10-21T23:52:54.360Z Downloaded bzip2 v0.4.4
8752024-10-21T23:52:54.363Z Downloaded base64ct v1.6.0
8762024-10-21T23:52:54.366Z Downloaded async-lock v3.4.0
8772024-10-21T23:52:54.367Z Downloaded async-bb8-diesel v0.2.1
8782024-10-21T23:52:54.373Z Downloaded arrayvec v0.7.6
8792024-10-21T23:52:54.373Z Downloaded ahash v0.8.11
8802024-10-21T23:52:54.373Z Downloaded blake2 v0.10.6
8812024-10-21T23:52:54.377Z Downloaded anyhow v1.0.89
8822024-10-21T23:52:54.379Z Downloaded anstream v0.6.15
8832024-10-21T23:52:54.379Z Downloaded cast v0.3.0
8842024-10-21T23:52:54.382Z Downloaded bitflags v1.3.2
8852024-10-21T23:52:54.384Z Downloaded foreign-types v0.5.0
8862024-10-21T23:52:54.384Z Downloaded flagset v0.4.6
8872024-10-21T23:52:54.384Z Downloaded fd-lock v4.0.2
8882024-10-21T23:52:54.387Z Downloaded bitfield-struct v0.6.2
8892024-10-21T23:52:54.387Z Downloaded array-init v0.0.4
8902024-10-21T23:52:54.390Z Downloaded fs-err v2.11.0
8912024-10-21T23:52:54.390Z Downloaded fnv v1.0.7
8922024-10-21T23:52:54.393Z Downloaded fastrand v2.1.1
8932024-10-21T23:52:54.393Z Downloaded fatfs v0.3.6
8942024-10-21T23:52:54.396Z Downloaded async-signal v0.2.10
8952024-10-21T23:52:54.396Z Downloaded async-channel v1.9.0
8962024-10-21T23:52:54.396Z Downloaded approx v0.5.1
8972024-10-21T23:52:54.398Z Downloaded anstyle-query v1.1.1
8982024-10-21T23:52:54.398Z Downloaded anstyle v1.0.8
8992024-10-21T23:52:54.401Z Downloaded bytecount v0.6.8
9002024-10-21T23:52:54.403Z Downloaded guppy-workspace-hack v0.1.0
9012024-10-21T23:52:54.403Z Downloaded hex-literal v0.4.1
9022024-10-21T23:52:54.403Z Downloaded heck v0.5.0
9032024-10-21T23:52:54.406Z Downloaded async-channel v2.3.1
9042024-10-21T23:52:54.406Z Downloaded assert_matches v1.5.0
9052024-10-21T23:52:54.406Z Downloaded adler2 v2.0.0
9062024-10-21T23:52:54.408Z Downloaded bit-set v0.5.3
9072024-10-21T23:52:54.408Z Downloaded gethostname v0.5.0
9082024-10-21T23:52:54.411Z Downloaded foldhash v0.1.3
9092024-10-21T23:52:54.411Z Downloaded fixedbitset v0.4.2
9102024-10-21T23:52:54.411Z Downloaded filetime v0.2.25
9112024-10-21T23:52:54.415Z Downloaded autocfg v1.4.0
9122024-10-21T23:52:54.415Z Downloaded anstyle-parse v0.2.5
9132024-10-21T23:52:54.417Z Downloaded anes v0.1.6
9142024-10-21T23:52:54.417Z Downloaded atomic-waker v1.1.2
9152024-10-21T23:52:54.419Z Downloaded allocator-api2 v0.2.18
9162024-10-21T23:52:54.714Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9172024-10-21T23:53:11.831Z Startup: Refreshing catalog 'helios-dev' ... Done
9182024-10-21T23:53:15.173Z Startup: Caching catalogs ... Done
9192024-10-21T23:53:21.478ZPlanning: Solver setup ... Done (5.606s)
9202024-10-21T23:53:21.564ZPlanning: Running solver ... Done (0.086s)
9212024-10-21T23:53:21.711ZPlanning: Finding local manifests ... Done (0.076s)
9222024-10-21T23:53:21.740ZPlanning: Fetching manifests: 0/5 0% complete
9232024-10-21T23:53:22.579ZPlanning: Fetching manifests: 5/5 100% complete
9242024-10-21T23:53:22.783ZPlanning: Package planning ... Done (0.204s)
9252024-10-21T23:53:22.839ZPlanning: Merging actions ... Done (0.056s)
9262024-10-21T23:53:23.602ZPlanning: Checking for conflicting actions ... Done (0.763s)
9272024-10-21T23:53:29.042ZPlanning: Consolidating action changes ... Done (5.439s)
9282024-10-21T23:53:29.429ZPlanning: Evaluating mediators ... Done (0.387s)
9292024-10-21T23:53:29.568ZPlanning: Planning completed in 14.31 seconds
9302024-10-21T23:53:29.885Z Packages to install: 4
9312024-10-21T23:53:29.887Z Packages to update: 1
9322024-10-21T23:53:29.888Z Mediators to change: 2
9332024-10-21T23:53:29.888Z Services to change: 1
9342024-10-21T23:53:29.888Z Estimated space available: 155.48 GB
9352024-10-21T23:53:29.888ZEstimated space to be consumed: 1.58 GB
9362024-10-21T23:53:29.888Z Create boot environment: No
9372024-10-21T23:53:29.888ZCreate backup boot environment: Yes
9382024-10-21T23:53:29.888Z Rebuild boot archive: No
9392024-10-21T23:53:29.888Z
9402024-10-21T23:53:29.888ZChanged mediators:
9412024-10-21T23:53:29.888Z mediator clang:
9422024-10-21T23:53:29.888Z version: None -> 15 (system default)
9432024-10-21T23:53:29.888Z
9442024-10-21T23:53:29.888Z mediator llvm:
9452024-10-21T23:53:29.888Z version: 14 (system default) -> 15 (system default)
9462024-10-21T23:53:29.888Z
9472024-10-21T23:53:29.888ZChanged packages:
9482024-10-21T23:53:29.888Zhelios-dev
9492024-10-21T23:53:29.888Z developer/build-essential
9502024-10-21T23:53:29.888Z None -> 11-2.0
9512024-10-21T23:53:29.888Z library/libxmlsec1
9522024-10-21T23:53:29.888Z None -> 1.2.35-2.0
9532024-10-21T23:53:29.888Z ooce/developer/clang-15
9542024-10-21T23:53:29.888Z None -> 15.0.7-2.0
9552024-10-21T23:53:29.888Z ooce/developer/llvm-15
9562024-10-21T23:53:29.888Z None -> 15.0.7-2.0
9572024-10-21T23:53:29.888Z package/pkg
9582024-10-21T23:53:29.888Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9592024-10-21T23:53:29.888Z
9602024-10-21T23:53:29.888ZServices:
9612024-10-21T23:53:29.888Z restart_fmri:
9622024-10-21T23:53:29.888Z svc:/system/update-man-index:default
9632024-10-21T23:53:29.888Z
9642024-10-21T23:53:29.888ZEditable files to change:
9652024-10-21T23:53:29.888Z Update:
9662024-10-21T23:53:29.888Z usr/share/lib/pkg/web/config.shtml
9672024-10-21T23:53:30.145Z
9682024-10-21T23:53:30.145ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9692024-10-21T23:53:35.148ZDownload: 420/4281 items 16.9/220.6MB 7% complete (3.5M/s)
9702024-10-21T23:53:42.174ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (9.5M/s)
9712024-10-21T23:53:47.173ZDownload: 2696/4281 items 120.7/220.6MB 54% complete (10.1M/s)
9722024-10-21T23:53:52.180ZDownload: 3293/4281 items 212.6/220.6MB 96% complete (13.3M/s)
9732024-10-21T23:53:57.181ZDownload: 3997/4281 items 219.5/220.6MB 99% complete (9.9M/s)
9742024-10-21T23:54:01.126ZDownload: Completed 220.60 MB in 30.98 seconds (7.1M/s)
9752024-10-21T23:54:03.431Z Actions: 1/5063 actions (Removing old actions)
9762024-10-21T23:54:03.448Z Actions: 194/5063 actions (Installing new actions)
9772024-10-21T23:54:08.488Z Actions: 4092/5063 actions (Installing new actions)
9782024-10-21T23:54:09.083Z Actions: 4226/5063 actions (Updating modified actions)
9792024-10-21T23:54:09.486Z Actions: Completed 5063 actions in 6.06 seconds.
9802024-10-21T23:54:09.846Z Done (0.352s)
9812024-10-21T23:54:09.848Z Done (0.000s)
9822024-10-21T23:54:10.329Z Done (0.481s)
9832024-10-21T23:54:16.633Z Done (6.102s)
9842024-10-21T23:54:17.102Z Done (0.394s)
9852024-10-21T23:54:17.106Z Done (0.000s)
9862024-10-21T23:54:17.267Z Done (0.000s)
9872024-10-21T23:54:17.908ZPlanning: Evaluating mediator changes ... Done
9882024-10-21T23:54:18.068ZPlanning: Checking for conflicting actions ... Done
9892024-10-21T23:54:18.070ZPlanning: Consolidating action changes ... Done
9902024-10-21T23:54:18.337ZPlanning: Evaluating mediators ... Done
9912024-10-21T23:54:18.340ZPlanning: Planning completed in 0.43 seconds
9922024-10-21T23:54:18.376Z Mediators to change: 2
9932024-10-21T23:54:18.376Z Create boot environment: No
9942024-10-21T23:54:18.378ZCreate backup boot environment: No
9952024-10-21T23:54:18.474Z Done
9962024-10-21T23:54:18.475Z Done
9972024-10-21T23:54:18.823Z Done
9982024-10-21T23:54:22.289Z Done
9992024-10-21T23:54:22.379Z Done
10002024-10-21T23:54:22.382Z Done
10012024-10-21T23:54:22.589Z Done
10022024-10-21T23:54:23.193ZPlanning: Evaluating mediator changes ... Done
10032024-10-21T23:54:23.195ZPlanning: Merging actions ... Done
10042024-10-21T23:54:23.381ZPlanning: Checking for conflicting actions ... Done
10052024-10-21T23:54:23.383ZPlanning: Consolidating action changes ... Done
10062024-10-21T23:54:23.647ZPlanning: Evaluating mediators ... Done
10072024-10-21T23:54:23.701ZPlanning: Planning completed in 0.75 seconds
10082024-10-21T23:54:23.739Z Packages to change: 1
10092024-10-21T23:54:23.742Z Mediators to change: 1
10102024-10-21T23:54:23.743Z Services to change: 1
10112024-10-21T23:54:23.743Z Create boot environment: No
10122024-10-21T23:54:23.743ZCreate backup boot environment: Yes
10132024-10-21T23:54:26.035Z Actions: 1/6 actions (Updating modified actions)
10142024-10-21T23:54:26.191Z Actions: Completed 6 actions in 0.16 seconds.
10152024-10-21T23:54:26.193Z Done
10162024-10-21T23:54:26.193Z Done
10172024-10-21T23:54:26.291Z Done
10182024-10-21T23:54:29.776Z Done
10192024-10-21T23:54:29.869Z Done
10202024-10-21T23:54:29.876Z Done
10212024-10-21T23:54:30.083Z Done
10222024-10-21T23:54:30.515ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10232024-10-21T23:54:30.515Zclang system 15 system
10242024-10-21T23:54:30.515Zcsh system system illumos
10252024-10-21T23:54:30.515Zctags system system illumos
10262024-10-21T23:54:30.515Zgcc vendor 12 vendor
10272024-10-21T23:54:30.515Zgcc system 10 system
10282024-10-21T23:54:30.515Zgcc system 7 system
10292024-10-21T23:54:30.515Zgo system 1.20 system
10302024-10-21T23:54:30.515Zgo system 1.19 system
10312024-10-21T23:54:30.515Zllvm system 15 system
10322024-10-21T23:54:30.515Zllvm system 14 system
10332024-10-21T23:54:30.515Zmariadb system 10.6 system
10342024-10-21T23:54:30.515Zmta vendor vendor dma
10352024-10-21T23:54:30.515Zopenjdk system 17 system
10362024-10-21T23:54:30.515Zopenjdk system 11 system
10372024-10-21T23:54:30.515Zopenjdk system 1.8 system
10382024-10-21T23:54:30.515Zopenssl vendor 3 vendor
10392024-10-21T23:54:30.515Zperl system 5.36 system
10402024-10-21T23:54:30.515Zpostgresql system 15 system
10412024-10-21T23:54:30.515Zpostgresql system 13 system
10422024-10-21T23:54:30.515Zpython vendor 3 vendor
10432024-10-21T23:54:30.515Zpython system 2 system
10442024-10-21T23:54:30.515Zpython3 system 3.11 system
10452024-10-21T23:54:30.515Zruby system 3.0 system
10462024-10-21T23:54:30.515Zwords vendor vendor american-english
10472024-10-21T23:54:30.515Zwords system system australian-english
10482024-10-21T23:54:30.515Zwords system system british-english
10492024-10-21T23:54:30.515Zwords system system canadian-english
10502024-10-21T23:54:30.515Zwords system system french
10512024-10-21T23:54:30.515Zwords system system italian
10522024-10-21T23:54:30.515Zwords system system ngerman
10532024-10-21T23:54:30.515Zwords system system ogerman
10542024-10-21T23:54:30.515Zwords system system spanish
10552024-10-21T23:54:30.844ZPUBLISHER TYPE STATUS P LOCATION
10562024-10-21T23:54:30.844Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10572024-10-21T23:54:33.166ZFMRI IFO
10582024-10-21T23:54:33.166Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10592024-10-21T23:54:33.166Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10602024-10-21T23:54:33.166Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10612024-10-21T23:54:33.166Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10622024-10-21T23:54:33.166Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10632024-10-21T23:54:33.166Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10642024-10-21T23:54:33.166Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10652024-10-21T23:54:33.166Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10662024-10-21T23:54:33.166Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10672024-10-21T23:54:33.166Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10682024-10-21T23:54:33.166Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10692024-10-21T23:54:33.166Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10702024-10-21T23:54:33.166Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10712024-10-21T23:54:33.166Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10722024-10-21T23:54:33.166Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10732024-10-21T23:54:34.170Z Downloading crates ...
10742024-10-21T23:54:34.266Z Downloaded cargo_toml v0.20.5
10752024-10-21T23:54:34.403Z Compiling proc-macro2 v1.0.87
10762024-10-21T23:54:34.403Z Compiling unicode-ident v1.0.13
10772024-10-21T23:54:34.406Z Compiling version_check v0.9.5
10782024-10-21T23:54:34.406Z Compiling serde v1.0.210
10792024-10-21T23:54:34.406Z Compiling memchr v2.7.4
10802024-10-21T23:54:34.406Z Compiling thiserror v1.0.64
10812024-10-21T23:54:34.406Z Compiling libc v0.2.161
10822024-10-21T23:54:34.406Z Compiling itoa v1.0.11
10832024-10-21T23:54:34.654Z Compiling ucd-trie v0.1.7
10842024-10-21T23:54:34.667Z Compiling ryu v1.0.18
10852024-10-21T23:54:35.180Z Compiling once_cell v1.20.2
10862024-10-21T23:54:35.205Z Compiling byteorder v1.5.0
10872024-10-21T23:54:35.509Z Compiling rustix v0.38.37
10882024-10-21T23:54:35.733Z Compiling serde_json v1.0.128
10892024-10-21T23:54:36.047Z Compiling bitflags v2.6.0
10902024-10-21T23:54:36.050Z Compiling usdt-impl v0.5.0
10912024-10-21T23:54:36.077Z Compiling proc-macro-error-attr v1.0.4
10922024-10-21T23:54:36.272Z Compiling syn v1.0.109
10932024-10-21T23:54:36.334Z Compiling proc-macro-error v1.0.4
10942024-10-21T23:54:36.424Z Compiling equivalent v1.0.1
10952024-10-21T23:54:36.456Z Compiling plain v0.2.3
10962024-10-21T23:54:36.505Z Compiling utf8parse v0.2.2
10972024-10-21T23:54:36.520Z Compiling log v0.4.22
10982024-10-21T23:54:36.595Z Compiling camino v1.1.9
10992024-10-21T23:54:36.653Z Compiling hashbrown v0.15.0
11002024-10-21T23:54:36.790Z Compiling thread-id v4.2.2
11012024-10-21T23:54:36.877Z Compiling quote v1.0.37
11022024-10-21T23:54:36.889Z Compiling anstyle-parse v0.2.5
11032024-10-21T23:54:36.954Z Compiling winnow v0.6.20
11042024-10-21T23:54:37.222Z Compiling syn v2.0.79
11052024-10-21T23:54:37.239Z Compiling errno v0.3.9
11062024-10-21T23:54:37.511Z Compiling anstyle v1.0.8
11072024-10-21T23:54:37.542Z Compiling pretty-hex v0.4.1
11082024-10-21T23:54:37.728Z Compiling semver v1.0.23
11092024-10-21T23:54:37.883Z Compiling indexmap v2.6.0
11102024-10-21T23:54:37.934Z Compiling autocfg v1.4.0
11112024-10-21T23:54:38.249Z Compiling colorchoice v1.0.2
11122024-10-21T23:54:38.404Z Compiling anstyle-query v1.1.1
11132024-10-21T23:54:38.547Z Compiling is_terminal_polyfill v1.70.1
11142024-10-21T23:54:38.642Z Compiling unicode-width v0.1.14
11152024-10-21T23:54:38.872Z Compiling anstream v0.6.15
11162024-10-21T23:54:39.045Z Compiling fs-err v2.11.0
11172024-10-21T23:54:39.315Z Compiling anyhow v1.0.89
11182024-10-21T23:54:39.315Z Compiling heck v0.4.1
11192024-10-21T23:54:39.340Z Compiling strsim v0.11.1
11202024-10-21T23:54:39.583Z Compiling terminal_size v0.4.0
11212024-10-21T23:54:39.772Z Compiling fastrand v2.1.1
11222024-10-21T23:54:39.781Z Compiling fnv v1.0.7
11232024-10-21T23:54:39.963Z Compiling heck v0.5.0
11242024-10-21T23:54:40.335Z Compiling bytecount v0.6.8
11252024-10-21T23:54:40.358Z Compiling cfg-if v1.0.0
11262024-10-21T23:54:40.384Z Compiling clap_lex v0.7.2
11272024-10-21T23:54:40.424Z Compiling tempfile v3.13.0
11282024-10-21T23:54:40.545Z Compiling papergrid v0.11.0
11292024-10-21T23:54:40.728Z Compiling clap_builder v4.5.20
11302024-10-21T23:54:40.810Z Compiling memmap v0.7.0
11312024-10-21T23:54:40.905Z Compiling smawk v0.3.2
11322024-10-21T23:54:41.034Z Compiling unicode-linebreak v0.1.5
11332024-10-21T23:54:41.274Z Compiling swrite v0.1.0
11342024-10-21T23:54:41.533Z Compiling textwrap v0.16.1
11352024-10-21T23:54:42.723Z Compiling tabled_derive v0.7.0
11362024-10-21T23:54:44.295Z Compiling tabled v0.15.0
11372024-10-21T23:54:45.864Z Compiling serde_derive v1.0.210
11382024-10-21T23:54:45.867Z Compiling thiserror-impl v1.0.64
11392024-10-21T23:54:45.902Z Compiling zerocopy-derive v0.7.35
11402024-10-21T23:54:46.080Z Compiling scroll_derive v0.12.0
11412024-10-21T23:54:46.105Z Compiling clap_derive v4.5.18
11422024-10-21T23:54:47.344Z Compiling scroll v0.12.0
11432024-10-21T23:54:47.771Z Compiling zerocopy v0.7.35
11442024-10-21T23:54:47.805Z Compiling goblin v0.8.2
11452024-10-21T23:54:48.476Z Compiling pest v2.7.14
11462024-10-21T23:54:50.020Z Compiling clap v4.5.20
11472024-10-21T23:54:50.744Z Compiling pest_meta v2.7.14
11482024-10-21T23:54:51.558Z Compiling pest_generator v2.7.14
11492024-10-21T23:54:53.417Z Compiling pest_derive v2.7.14
11502024-10-21T23:54:54.122Z Compiling dtrace-parser v0.2.0
11512024-10-21T23:54:55.945Z Compiling serde_tokenstream v0.2.2
11522024-10-21T23:54:56.061Z Compiling toml_datetime v0.6.8
11532024-10-21T23:54:56.061Z Compiling serde_spanned v0.6.8
11542024-10-21T23:54:56.287Z Compiling cargo-platform v0.1.8
11552024-10-21T23:54:56.458Z Compiling toml_edit v0.22.22
11562024-10-21T23:54:56.475Z Compiling macaddr v1.0.1
11572024-10-21T23:54:56.729Z Compiling camino-tempfile v1.1.1
11582024-10-21T23:54:57.357Z Compiling dof v0.3.0
11592024-10-21T23:54:57.468Z Compiling cargo_metadata v0.18.1
11602024-10-21T23:54:59.193Z Compiling usdt-macro v0.5.0
11612024-10-21T23:54:59.193Z Compiling usdt-attr-macro v0.5.0
11622024-10-21T23:54:59.274Z Compiling toml v0.8.19
11632024-10-21T23:55:00.096Z Compiling cargo_toml v0.20.5
11642024-10-21T23:55:00.594Z Compiling usdt v0.5.0
11652024-10-21T23:55:03.934Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11662024-10-21T23:55:07.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.30s
11672024-10-21T23:55:07.961Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11682024-10-21T23:55:08.834Z Compiling serde v1.0.210
11692024-10-21T23:55:08.836Z Compiling typenum v1.17.0
11702024-10-21T23:55:08.836Z Compiling generic-array v0.14.7
11712024-10-21T23:55:08.836Z Compiling lock_api v0.4.12
11722024-10-21T23:55:08.837Z Compiling scopeguard v1.2.0
11732024-10-21T23:55:08.837Z Compiling subtle v2.6.1
11742024-10-21T23:55:08.988Z Compiling syn v2.0.79
11752024-10-21T23:55:09.000Z Compiling getrandom v0.2.15
11762024-10-21T23:55:09.233Z Compiling value-bag v1.9.0
11772024-10-21T23:55:09.283Z Compiling rand_core v0.6.4
11782024-10-21T23:55:09.375Z Compiling const-oid v0.9.6
11792024-10-21T23:55:09.392Z Compiling pin-project-lite v0.2.14
11802024-10-21T23:55:09.485Z Compiling smallvec v1.13.2
11812024-10-21T23:55:09.504Z Compiling log v0.4.22
11822024-10-21T23:55:09.675Z Compiling jobserver v0.1.32
11832024-10-21T23:55:09.775Z Compiling shlex v1.3.0
11842024-10-21T23:55:09.880Z Compiling parking_lot_core v0.9.10
11852024-10-21T23:55:09.899Z Compiling futures-core v0.3.31
11862024-10-21T23:55:10.142Z Compiling cc v1.1.30
11872024-10-21T23:55:10.195Z Compiling signal-hook-registry v1.4.2
11882024-10-21T23:55:10.332Z Compiling mio v1.0.2
11892024-10-21T23:55:10.669Z Compiling cpufeatures v0.2.14
11902024-10-21T23:55:10.772Z Compiling parking_lot v0.12.3
11912024-10-21T23:55:11.008Z Compiling futures-sink v0.3.31
11922024-10-21T23:55:11.044Z Compiling spin v0.9.8
11932024-10-21T23:55:11.167Z Compiling socket2 v0.5.7
11942024-10-21T23:55:11.342Z Compiling slab v0.4.9
11952024-10-21T23:55:11.443Z Compiling serde_json v1.0.128
11962024-10-21T23:55:11.534Z Compiling futures-channel v0.3.31
11972024-10-21T23:55:11.602Z Compiling futures-task v0.3.31
11982024-10-21T23:55:11.713Z Compiling tinyvec_macros v0.1.1
11992024-10-21T23:55:11.809Z Compiling pin-utils v0.1.0
12002024-10-21T23:55:11.825Z Compiling foldhash v0.1.3
12012024-10-21T23:55:11.892Z Compiling allocator-api2 v0.2.18
12022024-10-21T23:55:11.894Z Compiling futures-io v0.3.31
12032024-10-21T23:55:11.922Z Compiling tinyvec v1.8.0
12042024-10-21T23:55:12.067Z Compiling libm v0.2.8
12052024-10-21T23:55:12.102Z Compiling num-traits v0.2.19
12062024-10-21T23:55:12.132Z Compiling unicode-bidi v0.3.17
12072024-10-21T23:55:12.230Z Compiling base64ct v1.6.0
12082024-10-21T23:55:12.606Z Compiling hashbrown v0.15.0
12092024-10-21T23:55:12.698Z Compiling pem-rfc7468 v0.7.0
12102024-10-21T23:55:12.781Z Compiling flagset v0.4.6
12112024-10-21T23:55:12.985Z Compiling httparse v1.9.5
12122024-10-21T23:55:13.426Z Compiling unicode-normalization v0.1.24
12132024-10-21T23:55:13.612Z Compiling tracing-core v0.1.32
12142024-10-21T23:55:13.801Z Compiling crossbeam-utils v0.8.20
12152024-10-21T23:55:13.820Z Compiling percent-encoding v2.3.1
12162024-10-21T23:55:13.934Z Compiling rustls-pki-types v1.9.0
12172024-10-21T23:55:14.304Z Compiling ring v0.17.8
12182024-10-21T23:55:14.496Z Compiling untrusted v0.9.0
12192024-10-21T23:55:14.595Z Compiling powerfmt v0.2.0
12202024-10-21T23:55:14.670Z Compiling time-core v0.1.2
12212024-10-21T23:55:14.808Z Compiling num-conv v0.1.0
12222024-10-21T23:55:14.903Z Compiling vcpkg v0.2.15
12232024-10-21T23:55:14.958Z Compiling pkg-config v0.3.31
12242024-10-21T23:55:15.017Z Compiling deranged v0.3.11
12252024-10-21T23:55:15.092Z Compiling time-macros v0.2.18
12262024-10-21T23:55:15.504Z Compiling atomic-waker v1.1.2
12272024-10-21T23:55:15.693Z Compiling num_threads v0.1.7
12282024-10-21T23:55:15.819Z Compiling form_urlencoded v1.2.1
12292024-10-21T23:55:16.142Z Compiling try-lock v0.2.5
12302024-10-21T23:55:16.291Z Compiling rustix v0.38.37
12312024-10-21T23:55:16.327Z Compiling slog v2.7.0
12322024-10-21T23:55:16.397Z Compiling want v0.3.1
12332024-10-21T23:55:16.647Z Compiling httpdate v1.0.3
12342024-10-21T23:55:16.782Z Compiling idna v0.5.0
12352024-10-21T23:55:16.907Z Compiling openssl-sys v0.9.103
12362024-10-21T23:55:17.071Z Compiling match_cfg v0.1.0
12372024-10-21T23:55:17.114Z Compiling base64 v0.22.1
12382024-10-21T23:55:17.151Z Compiling rustversion v1.0.17
12392024-10-21T23:55:17.682Z Compiling tower-service v0.3.3
12402024-10-21T23:55:17.785Z Compiling foreign-types-shared v0.1.1
12412024-10-21T23:55:17.802Z Compiling iana-time-zone v0.1.61
12422024-10-21T23:55:17.833Z Compiling openssl v0.10.66
12432024-10-21T23:55:17.876Z Compiling foreign-types v0.3.2
12442024-10-21T23:55:18.024Z Compiling url v2.5.2
12452024-10-21T23:55:18.063Z Compiling time v0.3.36
12462024-10-21T23:55:18.222Z Compiling hostname v0.3.1
12472024-10-21T23:55:18.240Z Compiling dirs-sys-next v0.1.2
12482024-10-21T23:55:18.242Z Compiling aho-corasick v1.1.3
12492024-10-21T23:55:18.447Z Compiling syn v1.0.109
12502024-10-21T23:55:18.877Z Compiling siphasher v0.3.11
12512024-10-21T23:55:19.200Z Compiling adler2 v2.0.0
12522024-10-21T23:55:19.222Z Compiling data-encoding v2.6.0
12532024-10-21T23:55:19.275Z Compiling native-tls v0.2.12
12542024-10-21T23:55:19.605Z Compiling rustls v0.23.14
12552024-10-21T23:55:19.629Z Compiling rustls v0.22.4
12562024-10-21T23:55:19.876Z Compiling regex-syntax v0.8.5
12572024-10-21T23:55:19.949Z Compiling miniz_oxide v0.8.0
12582024-10-21T23:55:20.031Z Compiling dirs-next v2.0.0
12592024-10-21T23:55:21.440Z Compiling serde_derive_internals v0.29.1
12602024-10-21T23:55:21.502Z Compiling crossbeam-epoch v0.9.18
12612024-10-21T23:55:21.566Z Compiling lazy_static v1.5.0
12622024-10-21T23:55:21.691Z Compiling thread_local v1.1.8
12632024-10-21T23:55:22.257Z Compiling multer v3.1.0
12642024-10-21T23:55:22.274Z Compiling encoding_rs v0.8.34
12652024-10-21T23:55:22.553Z Compiling cookie v0.18.1
12662024-10-21T23:55:22.671Z Compiling serde_derive v1.0.210
12672024-10-21T23:55:22.809Z Compiling zeroize_derive v1.4.2
12682024-10-21T23:55:22.905Z Compiling zerocopy-derive v0.7.35
12692024-10-21T23:55:23.307Z Compiling tokio-macros v2.4.0
12702024-10-21T23:55:23.895Z Compiling thiserror-impl v1.0.64
12712024-10-21T23:55:24.405Z Compiling zeroize v1.8.1
12722024-10-21T23:55:24.896Z Compiling futures-macro v0.3.31
12732024-10-21T23:55:25.152Z Compiling zerocopy v0.7.35
12742024-10-21T23:55:26.180Z Compiling crypto-common v0.1.6
12752024-10-21T23:55:26.198Z Compiling block-buffer v0.10.4
12762024-10-21T23:55:26.396Z Compiling block-padding v0.3.3
12772024-10-21T23:55:26.449Z Compiling digest v0.10.7
12782024-10-21T23:55:26.465Z Compiling der_derive v0.7.3
12792024-10-21T23:55:26.588Z Compiling inout v0.1.3
12802024-10-21T23:55:26.624Z Compiling ppv-lite86 v0.2.20
12812024-10-21T23:55:26.746Z Compiling tracing-attributes v0.1.27
12822024-10-21T23:55:26.845Z Compiling hmac v0.12.1
12832024-10-21T23:55:26.885Z Compiling futures-util v0.3.31
12842024-10-21T23:55:26.906Z Compiling sha2 v0.10.8
12852024-10-21T23:55:27.078Z Compiling cipher v0.4.4
12862024-10-21T23:55:27.096Z Compiling thiserror v1.0.64
12872024-10-21T23:55:27.235Z Compiling pest v2.7.14
12882024-10-21T23:55:27.473Z Compiling rand_chacha v0.3.1
12892024-10-21T23:55:27.593Z Compiling salsa20 v0.10.2
12902024-10-21T23:55:27.815Z Compiling pbkdf2 v0.12.2
12912024-10-21T23:55:27.982Z Compiling rand v0.8.5
12922024-10-21T23:55:29.013Z Compiling der v0.7.9
12932024-10-21T23:55:29.839Z Compiling pest_meta v2.7.14
12942024-10-21T23:55:30.134Z Compiling scrypt v0.11.0
12952024-10-21T23:55:30.287Z Compiling cbc v0.1.2
12962024-10-21T23:55:30.535Z Compiling aes v0.8.4
12972024-10-21T23:55:30.616Z Compiling tracing v0.1.40
12982024-10-21T23:55:30.672Z Compiling scroll_derive v0.12.0
12992024-10-21T23:55:31.111Z Compiling spki v0.7.3
13002024-10-21T23:55:31.487Z Compiling pkcs5 v0.7.1
13012024-10-21T23:55:32.139Z Compiling scroll v0.12.0
13022024-10-21T23:55:32.387Z Compiling pest_generator v2.7.14
13032024-10-21T23:55:32.684Z Compiling rustls-webpki v0.102.8
13042024-10-21T23:55:32.720Z Compiling goblin v0.8.2
13052024-10-21T23:55:33.014Z Compiling pkcs8 v0.10.2
13062024-10-21T23:55:33.296Z Compiling async-trait v0.1.83
13072024-10-21T23:55:33.751Z Compiling openssl-macros v0.1.1
13082024-10-21T23:55:34.301Z Compiling sha1 v0.10.6
13092024-10-21T23:55:34.406Z Compiling signature v2.2.0
13102024-10-21T23:55:34.586Z Compiling regex-automata v0.4.8
13112024-10-21T23:55:34.693Z Compiling rayon-core v1.12.1
13122024-10-21T23:55:34.715Z Compiling schemars v0.8.21
13132024-10-21T23:55:34.819Z Compiling openssl-probe v0.1.5
13142024-10-21T23:55:34.835Z Compiling pest_derive v2.7.14
13152024-10-21T23:55:34.993Z Compiling paste v1.0.15
13162024-10-21T23:55:35.100Z Compiling gimli v0.31.1
13172024-10-21T23:55:35.199Z Compiling either v1.13.0
13182024-10-21T23:55:35.528Z Compiling signal-hook v0.3.17
13192024-10-21T23:55:35.642Z Compiling slog-async v2.8.0
13202024-10-21T23:55:35.691Z Compiling dtrace-parser v0.2.0
13212024-10-21T23:55:35.808Z Compiling mime v0.3.17
13222024-10-21T23:55:36.166Z Compiling ipnet v2.10.1
13232024-10-21T23:55:36.197Z Compiling unicode-properties v0.1.3
13242024-10-21T23:55:36.515Z Compiling bytes v1.7.2
13252024-10-21T23:55:36.891Z Compiling indexmap v2.6.0
13262024-10-21T23:55:37.380Z Compiling bitflags v2.6.0
13272024-10-21T23:55:37.813Z Compiling tokio v1.40.0
13282024-10-21T23:55:37.834Z Compiling http v1.1.0
13292024-10-21T23:55:37.858Z Compiling semver v1.0.23
13302024-10-21T23:55:38.352Z Compiling rustc_version v0.4.1
13312024-10-21T23:55:38.593Z Compiling dof v0.3.0
13322024-10-21T23:55:39.681Z Compiling http-body v1.0.1
13332024-10-21T23:55:39.951Z Compiling serde_spanned v0.6.8
13342024-10-21T23:55:40.187Z Compiling serde_tokenstream v0.2.2
13352024-10-21T23:55:40.271Z Compiling uuid v1.10.0
13362024-10-21T23:55:40.364Z Compiling toml_datetime v0.6.8
13372024-10-21T23:55:40.788Z Compiling usdt-impl v0.5.0
13382024-10-21T23:55:40.843Z Compiling chrono v0.4.38
13392024-10-21T23:55:40.887Z Compiling http-body-util v0.1.2
13402024-10-21T23:55:41.405Z Compiling heapless v0.7.17
13412024-10-21T23:55:41.924Z Compiling toml_edit v0.22.22
13422024-10-21T23:55:42.353Z Compiling addr2line v0.24.2
13432024-10-21T23:55:43.029Z Compiling curve25519-dalek v4.1.3
13442024-10-21T23:55:43.095Z Compiling usdt-macro v0.5.0
13452024-10-21T23:55:43.644Z Compiling usdt-attr-macro v0.5.0
13462024-10-21T23:55:44.506Z Compiling slog-json v2.6.1
13472024-10-21T23:55:44.588Z Compiling stringprep v0.1.5
13482024-10-21T23:55:44.606Z Compiling serde_urlencoded v0.7.1
13492024-10-21T23:55:45.347Z Compiling futures-executor v0.3.31
13502024-10-21T23:55:45.713Z Compiling md-5 v0.10.6
13512024-10-21T23:55:45.914Z Compiling tokio-util v0.7.12
13522024-10-21T23:55:45.984Z Compiling schemars_derive v0.8.21
13532024-10-21T23:55:47.339Z Compiling h2 v0.4.6
13542024-10-21T23:55:47.540Z Compiling enum-as-inner v0.6.1
13552024-10-21T23:55:49.258Z Compiling async-stream-impl v0.3.6
13562024-10-21T23:55:49.397Z Compiling crossbeam-deque v0.8.5
13572024-10-21T23:55:49.737Z Compiling term v0.7.0
13582024-10-21T23:55:50.399Z Compiling crossbeam-channel v0.5.13
13592024-10-21T23:55:50.710Z Compiling num-integer v0.1.46
13602024-10-21T23:55:51.271Z Compiling rustls-pemfile v2.2.0
13612024-10-21T23:55:51.491Z Compiling idna v0.3.0
13622024-10-21T23:55:51.511Z Compiling idna v0.4.0
13632024-10-21T23:55:51.611Z Compiling ff v0.13.0
13642024-10-21T23:55:51.841Z Compiling hash32 v0.2.1
13652024-10-21T23:55:52.222Z Compiling is-terminal v0.4.13
13662024-10-21T23:55:52.357Z Compiling object v0.36.5
13672024-10-21T23:55:53.028Z Compiling dropshot v0.12.0
13682024-10-21T23:55:53.047Z Compiling stable_deref_trait v1.2.0
13692024-10-21T23:55:53.064Z Compiling num-bigint-dig v0.8.4
13702024-10-21T23:55:53.143Z Compiling linked-hash-map v0.5.6
13712024-10-21T23:55:53.317Z Compiling anyhow v1.0.89
13722024-10-21T23:55:53.369Z Compiling take_mut v0.2.2
13732024-10-21T23:55:53.476Z Compiling fallible-iterator v0.2.0
13742024-10-21T23:55:53.519Z Compiling psl-types v2.0.11
13752024-10-21T23:55:53.714Z Compiling portable-atomic v1.9.0
13762024-10-21T23:55:53.937Z Compiling smoltcp v0.9.1
13772024-10-21T23:55:54.192Z Compiling hyper v1.4.1
13782024-10-21T23:55:54.662Z Compiling quick-error v1.2.3
13792024-10-21T23:55:54.786Z Compiling rustc-demangle v0.1.24
13802024-10-21T23:55:54.811Z Compiling dyn-clone v1.0.17
13812024-10-21T23:55:55.062Z Compiling utf-8 v0.7.6
13822024-10-21T23:55:55.290Z Compiling base16ct v0.2.0
13832024-10-21T23:55:55.400Z Compiling tungstenite v0.24.0
13842024-10-21T23:55:55.635Z Compiling sec1 v0.7.3
13852024-10-21T23:55:56.408Z Compiling resolv-conf v0.7.0
13862024-10-21T23:55:57.045Z Compiling hyper-util v0.1.9
13872024-10-21T23:55:57.835Z Compiling postgres-protocol v0.6.7
13882024-10-21T23:55:58.094Z Compiling publicsuffix v2.2.3
13892024-10-21T23:55:58.514Z Compiling lru-cache v0.1.2
13902024-10-21T23:55:59.162Z Compiling usdt v0.5.0
13912024-10-21T23:55:59.374Z Compiling backtrace v0.3.74
13922024-10-21T23:55:59.564Z Compiling hickory-proto v0.24.1
13932024-10-21T23:55:59.587Z Compiling slog-term v2.9.1
13942024-10-21T23:55:59.658Z Compiling group v0.13.0
13952024-10-21T23:55:59.963Z Compiling num-iter v0.1.45
13962024-10-21T23:55:59.982Z Compiling tokio-rustls v0.26.0
13972024-10-21T23:56:00.152Z Compiling async-stream v0.3.6
13982024-10-21T23:56:00.424Z Compiling tokio-rustls v0.25.0
13992024-10-21T23:56:00.466Z Compiling tokio-native-tls v0.3.1
14002024-10-21T23:56:00.815Z Compiling futures v0.3.31
14012024-10-21T23:56:00.853Z Compiling toml v0.8.19
14022024-10-21T23:56:00.937Z Compiling camino v1.1.9
14032024-10-21T23:56:01.903Z Compiling slog-bunyan v2.5.0
14042024-10-21T23:56:02.076Z Compiling terminal_size v0.4.0
14052024-10-21T23:56:02.112Z Compiling dropshot_endpoint v0.12.0
14062024-10-21T23:56:02.296Z Compiling openapiv3 v2.0.0
14072024-10-21T23:56:02.482Z Compiling serde_path_to_error v0.1.16
14082024-10-21T23:56:02.611Z Compiling hkdf v0.12.4
14092024-10-21T23:56:02.826Z Compiling crypto-bigint v0.5.5
14102024-10-21T23:56:02.852Z Compiling zerocopy-derive v0.6.6
14112024-10-21T23:56:02.870Z Compiling curve25519-dalek-derive v0.1.1
14122024-10-21T23:56:03.318Z Compiling phf_shared v0.11.2
14132024-10-21T23:56:03.702Z Compiling waitgroup v0.1.2
14142024-10-21T23:56:03.932Z Compiling webpki-roots v0.26.6
14152024-10-21T23:56:04.151Z Compiling hostname v0.4.0
14162024-10-21T23:56:04.220Z Compiling hubpack_derive v0.1.1
14172024-10-21T23:56:04.409Z Compiling ahash v0.8.11
14182024-10-21T23:56:04.426Z Compiling fs-err v2.11.0
14192024-10-21T23:56:04.730Z Compiling winnow v0.5.40
14202024-10-21T23:56:04.757Z Compiling bitflags v1.3.2
14212024-10-21T23:56:04.864Z Compiling managed v0.8.0
14222024-10-21T23:56:05.095Z Compiling debug-ignore v1.0.5
14232024-10-21T23:56:05.210Z Compiling hubpack v0.1.2
14242024-10-21T23:56:05.239Z Compiling clap_builder v4.5.20
14252024-10-21T23:56:05.652Z Compiling strum_macros v0.25.3
14262024-10-21T23:56:06.687Z Compiling elliptic-curve v0.13.8
14272024-10-21T23:56:07.463Z Compiling zerocopy v0.6.6
14282024-10-21T23:56:07.554Z Compiling hickory-resolver v0.24.1
14292024-10-21T23:56:08.326Z Compiling toml_edit v0.19.15
14302024-10-21T23:56:08.506Z Compiling console v0.15.8
14312024-10-21T23:56:09.764Z Compiling hyper-rustls v0.27.3
14322024-10-21T23:56:09.796Z Compiling phf v0.11.2
14332024-10-21T23:56:10.036Z Compiling signal-hook-mio v0.2.4
14342024-10-21T23:56:10.121Z Compiling cookie_store v0.21.0
14352024-10-21T23:56:10.203Z Compiling rayon v1.10.0
14362024-10-21T23:56:10.398Z Compiling hyper-tls v0.6.0
14372024-10-21T23:56:11.686Z Compiling postgres-types v0.2.8
14382024-10-21T23:56:13.273Z Compiling tokio-tungstenite v0.24.0
14392024-10-21T23:56:14.228Z Compiling tokio-stream v0.1.16
14402024-10-21T23:56:14.470Z Compiling regex v1.11.0
14412024-10-21T23:56:15.051Z Compiling bstr v1.10.0
14422024-10-21T23:56:15.129Z Compiling serde-big-array v0.5.1
14432024-10-21T23:56:15.255Z Compiling ed25519 v2.2.3
14442024-10-21T23:56:15.356Z Compiling pkcs1 v0.7.5
14452024-10-21T23:56:15.618Z Compiling rfc6979 v0.4.0
14462024-10-21T23:56:15.809Z Compiling serde_repr v0.1.19
14472024-10-21T23:56:16.271Z Compiling clap_derive v4.5.18
14482024-10-21T23:56:16.308Z Compiling derive-where v1.2.7
14492024-10-21T23:56:16.384Z Compiling phf_shared v0.10.0
14502024-10-21T23:56:16.786Z Compiling float-cmp v0.9.0
14512024-10-21T23:56:16.849Z Compiling sync_wrapper v1.0.1
14522024-10-21T23:56:16.999Z Compiling crc32fast v1.4.2
14532024-10-21T23:56:17.017Z Compiling predicates-core v1.0.8
14542024-10-21T23:56:17.020Z Compiling static_assertions v1.1.0
14552024-10-21T23:56:17.138Z Compiling new_debug_unreachable v1.0.6
14562024-10-21T23:56:17.236Z Compiling precomputed-hash v0.1.1
14572024-10-21T23:56:17.254Z Compiling whoami v1.5.2
14582024-10-21T23:56:17.313Z Compiling difflib v0.4.0
14592024-10-21T23:56:17.317Z Compiling unicode-segmentation v1.12.0
14602024-10-21T23:56:17.352Z Compiling number_prefix v0.4.0
14612024-10-21T23:56:17.369Z Compiling bit-vec v0.6.3
14622024-10-21T23:56:17.577Z Compiling normalize-line-endings v0.3.0
14632024-10-21T23:56:17.704Z Compiling fixedbitset v0.4.2
14642024-10-21T23:56:17.799Z Compiling minimal-lexical v0.2.1
14652024-10-21T23:56:17.882Z Compiling predicates v3.1.2
14662024-10-21T23:56:18.166Z Compiling similar v2.6.0
14672024-10-21T23:56:18.202Z Compiling nom v7.1.3
14682024-10-21T23:56:18.321Z Compiling petgraph v0.6.5
14692024-10-21T23:56:18.890Z Compiling bit-set v0.5.3
14702024-10-21T23:56:19.178Z Compiling tokio-postgres v0.7.12
14712024-10-21T23:56:19.604Z Compiling indicatif v0.17.8
14722024-10-21T23:56:19.887Z Compiling qorb v0.1.2
14732024-10-21T23:56:20.650Z Compiling string_cache v0.8.7
14742024-10-21T23:56:21.135Z Compiling flate2 v1.0.34
14752024-10-21T23:56:21.313Z Compiling clap v4.5.20
14762024-10-21T23:56:21.435Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14772024-10-21T23:56:21.826Z Compiling reqwest v0.12.8
14782024-10-21T23:56:21.951Z Compiling rsa v0.9.6
14792024-10-21T23:56:22.077Z Compiling ecdsa v0.16.9
14802024-10-21T23:56:22.270Z Compiling ed25519-dalek v2.1.1
14812024-10-21T23:56:22.929Z Compiling toml v0.7.8
14822024-10-21T23:56:23.603Z Compiling crossterm v0.28.1
14832024-10-21T23:56:25.592Z Compiling hex v0.4.3
14842024-10-21T23:56:25.711Z Compiling itertools v0.12.1
14852024-10-21T23:56:26.204Z Compiling itertools v0.10.5
14862024-10-21T23:56:26.350Z Compiling x509-cert v0.2.5
14872024-10-21T23:56:26.369Z Compiling unicode-xid v0.2.6
14882024-10-21T23:56:26.543Z Compiling peg-runtime v0.8.3
14892024-10-21T23:56:27.191Z Compiling lalrpop-util v0.19.12
14902024-10-21T23:56:27.333Z Compiling xattr v1.3.1
14912024-10-21T23:56:27.546Z Compiling strum_macros v0.26.4
14922024-10-21T23:56:27.599Z Compiling filetime v0.2.25
14932024-10-21T23:56:27.911Z Compiling tar v0.4.42
14942024-10-21T23:56:30.989Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14952024-10-21T23:56:31.082Z Compiling strum v0.26.3
14962024-10-21T23:56:31.242Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14972024-10-21T23:56:36.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
14982024-10-21T23:56:36.738Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14992024-10-21T23:56:36.778ZOct 21 23:56:35.176 INFO Starting download, target: Console
15002024-10-21T23:56:36.778ZOct 21 23:56:35.177 INFO Starting download, target: Cockroach
15012024-10-21T23:56:36.778ZOct 21 23:56:35.177 INFO Starting download, target: Clickhouse
15022024-10-21T23:56:36.781ZOct 21 23:56:35.177 INFO Starting download, target: DendriteOpenapi
15032024-10-21T23:56:36.781ZOct 21 23:56:35.177 INFO Starting download, target: DendriteStub
15042024-10-21T23:56:36.781ZOct 21 23:56:35.177 INFO Starting download, target: MaghemiteMgd
15052024-10-21T23:56:36.781ZOct 21 23:56:35.177 INFO Starting download, target: TransceiverControl
15062024-10-21T23:56:36.781ZOct 21 23:56:35.177 INFO Downloading out/downloads/dpd-b425a6c783b3081613ffa00407f271cae06568c4.json (attempt 1/3), target: DendriteOpenapi
15072024-10-21T23:56:36.781ZOct 21 23:56:35.177 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15082024-10-21T23:56:36.781ZOct 21 23:56:35.177 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15092024-10-21T23:56:36.781ZOct 21 23:56:35.178 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15102024-10-21T23:56:36.781ZOct 21 23:56:35.178 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15112024-10-21T23:56:36.781ZOct 21 23:56:35.178 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15122024-10-21T23:56:36.781ZOct 21 23:56:35.178 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15132024-10-21T23:56:36.969ZOct 21 23:56:35.366 INFO Download complete, target: DendriteOpenapi
15142024-10-21T23:56:37.209ZOct 21 23:56:35.602 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15152024-10-21T23:56:37.388ZOct 21 23:56:35.765 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15162024-10-21T23:56:37.502ZOct 21 23:56:35.900 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15172024-10-21T23:56:37.544ZOct 21 23:56:35.943 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15182024-10-21T23:56:37.806ZOct 21 23:56:36.204 INFO Download complete, target: Console
15192024-10-21T23:56:37.967ZOct 21 23:56:36.365 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15202024-10-21T23:56:37.967ZOct 21 23:56:36.365 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15212024-10-21T23:56:37.999ZOct 21 23:56:36.398 INFO Download complete, target: TransceiverControl
15222024-10-21T23:56:38.858ZOct 21 23:56:37.257 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15232024-10-21T23:56:40.819ZOct 21 23:56:39.217 INFO Download complete, target: MaghemiteMgd
15242024-10-21T23:56:40.977ZOct 21 23:56:39.376 INFO Download complete, target: DendriteStub
15252024-10-21T23:56:46.448ZOct 21 23:56:44.847 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15262024-10-21T23:56:46.735ZOct 21 23:56:45.133 INFO Checking that binary works, target: Cockroach
15272024-10-21T23:56:46.895ZOct 21 23:56:45.294 INFO Download complete, target: Cockroach
15282024-10-21T23:56:53.125ZOct 21 23:56:51.523 INFO Checking that binary works, target: Clickhouse
15292024-10-21T23:56:53.578ZOct 21 23:56:51.976 INFO Download complete, target: Clickhouse
15302024-10-21T23:56:53.587ZAll prerequisites installed successfully
15312024-10-21T23:56:53.590Z
15322024-10-21T23:56:53.590Zreal 3:58.866685269
15332024-10-21T23:56:53.590Zuser 12:39.945706794
15342024-10-21T23:56:53.590Zsys 2:36.852962535
15352024-10-21T23:56:53.590Ztrap 0.412754597
15362024-10-21T23:56:53.590Ztflt 5.012742151
15372024-10-21T23:56:53.590Zdflt 4.025797729
15382024-10-21T23:56:53.590Zkflt 0.248528794
15392024-10-21T23:56:53.590Zlock 26:30.146319440
15402024-10-21T23:56:53.590Zslp 49:45.463239991
15412024-10-21T23:56:53.590Zlat 40.580766275
15422024-10-21T23:56:53.590Zstop 1:47.448440415
15432024-10-21T23:56:53.590Z+ source ./tools/include/force-git-over-https.sh
15442024-10-21T23:56:53.590Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15452024-10-21T23:56:53.590Z++ (( i = 0 ))
15462024-10-21T23:56:53.590Z++ (( i < 5 ))
15472024-10-21T23:56:53.590Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15482024-10-21T23:56:53.593Z++ (( i++ ))
15492024-10-21T23:56:53.593Z++ (( i < 5 ))
15502024-10-21T23:56:53.593Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15512024-10-21T23:56:53.596Z++ (( i++ ))
15522024-10-21T23:56:53.596Z++ (( i < 5 ))
15532024-10-21T23:56:53.596Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15542024-10-21T23:56:53.600Z++ (( i++ ))
15552024-10-21T23:56:53.600Z++ (( i < 5 ))
15562024-10-21T23:56:53.600Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15572024-10-21T23:56:53.603Z++ (( i++ ))
15582024-10-21T23:56:53.603Z++ (( i < 5 ))
15592024-10-21T23:56:53.603Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15602024-10-21T23:56:53.603Z++ (( i++ ))
15612024-10-21T23:56:53.603Z++ (( i < 5 ))
15622024-10-21T23:56:53.603Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15632024-10-21T23:56:53.603Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15642024-10-21T23:56:53.603Z+ rc=0
15652024-10-21T23:56:53.603Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15662024-10-21T23:57:19.119Z+ case $rc in
15672024-10-21T23:57:19.120Z+ pfexec zfs create -p rpool/images/build/host
15682024-10-21T23:57:19.329Z+ pfexec zfs create -p rpool/images/build/recovery
15692024-10-21T23:57:19.410Z+ cargo xtask releng --output-dir /work
15702024-10-21T23:57:19.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15712024-10-21T23:57:19.980Z Running `target/debug/xtask releng --output-dir /work`
15722024-10-21T23:57:20.910Z Compiling proc-macro2 v1.0.87
15732024-10-21T23:57:20.910Z Compiling unicode-ident v1.0.13
15742024-10-21T23:57:20.910Z Compiling libc v0.2.161
15752024-10-21T23:57:20.912Z Compiling serde v1.0.210
15762024-10-21T23:57:20.912Z Compiling autocfg v1.4.0
15772024-10-21T23:57:20.912Z Compiling version_check v0.9.5
15782024-10-21T23:57:20.912Z Compiling cfg-if v1.0.0
15792024-10-21T23:57:21.204Z Compiling typenum v1.17.0
15802024-10-21T23:57:21.223Z Compiling shlex v1.3.0
15812024-10-21T23:57:21.269Z Compiling memchr v2.7.4
15822024-10-21T23:57:21.689Z Compiling generic-array v0.14.7
15832024-10-21T23:57:21.737Z Compiling parking_lot_core v0.9.10
15842024-10-21T23:57:21.972Z Compiling lock_api v0.4.12
15852024-10-21T23:57:22.150Z Compiling serde_json v1.0.128
15862024-10-21T23:57:22.183Z Compiling libm v0.2.8
15872024-10-21T23:57:22.294Z Compiling value-bag v1.9.0
15882024-10-21T23:57:22.497Z Compiling slab v0.4.9
15892024-10-21T23:57:22.534Z Compiling quote v1.0.37
15902024-10-21T23:57:22.831Z Compiling log v0.4.22
15912024-10-21T23:57:22.879Z Compiling num-traits v0.2.19
15922024-10-21T23:57:22.904Z Compiling syn v2.0.79
15932024-10-21T23:57:23.139Z Compiling getrandom v0.2.15
15942024-10-21T23:57:23.229Z Compiling jobserver v0.1.32
15952024-10-21T23:57:23.251Z Compiling once_cell v1.20.2
15962024-10-21T23:57:23.499Z Compiling itoa v1.0.11
15972024-10-21T23:57:23.618Z Compiling cc v1.1.30
15982024-10-21T23:57:23.650Z Compiling thiserror v1.0.64
15992024-10-21T23:57:23.740Z Compiling scopeguard v1.2.0
16002024-10-21T23:57:23.983Z Compiling rand_core v0.6.4
16012024-10-21T23:57:24.166Z Compiling byteorder v1.5.0
16022024-10-21T23:57:24.735Z Compiling subtle v2.6.1
16032024-10-21T23:57:25.342Z Compiling semver v1.0.23
16042024-10-21T23:57:25.439Z Compiling smallvec v1.13.2
16052024-10-21T23:57:25.483Z Compiling pin-project-lite v0.2.14
16062024-10-21T23:57:25.787Z Compiling httparse v1.9.5
16072024-10-21T23:57:25.840Z Compiling ryu v1.0.18
16082024-10-21T23:57:25.873Z Compiling heck v0.5.0
16092024-10-21T23:57:25.905Z Compiling const-oid v0.9.6
16102024-10-21T23:57:26.146Z Compiling pkg-config v0.3.31
16112024-10-21T23:57:26.258Z Compiling futures-core v0.3.31
16122024-10-21T23:57:26.304Z Compiling allocator-api2 v0.2.18
16132024-10-21T23:57:26.619Z Compiling signal-hook-registry v1.4.2
16142024-10-21T23:57:27.162Z Compiling parking_lot v0.12.3
16152024-10-21T23:57:27.184Z Compiling ring v0.17.8
16162024-10-21T23:57:27.280Z Compiling mio v1.0.2
16172024-10-21T23:57:28.269Z Compiling socket2 v0.5.7
16182024-10-21T23:57:28.406Z Compiling crossbeam-utils v0.8.20
16192024-10-21T23:57:28.691Z Compiling num-conv v0.1.0
16202024-10-21T23:57:28.719Z Compiling fnv v1.0.7
16212024-10-21T23:57:28.859Z Compiling vcpkg v0.2.15
16222024-10-21T23:57:28.953Z Compiling futures-sink v0.3.31
16232024-10-21T23:57:28.977Z Compiling time-core v0.1.2
16242024-10-21T23:57:29.170Z Compiling time-macros v0.2.18
16252024-10-21T23:57:29.603Z Compiling ahash v0.8.11
16262024-10-21T23:57:29.749Z Compiling schemars v0.8.21
16272024-10-21T23:57:30.089Z Compiling spin v0.9.8
16282024-10-21T23:57:30.508Z Compiling serde_derive_internals v0.29.1
16292024-10-21T23:57:30.591Z Compiling openssl-sys v0.9.103
16302024-10-21T23:57:31.370Z Compiling foldhash v0.1.3
16312024-10-21T23:57:31.690Z Compiling equivalent v1.0.1
16322024-10-21T23:57:31.859Z Compiling rustix v0.38.37
16332024-10-21T23:57:31.945Z Compiling cpufeatures v0.2.14
16342024-10-21T23:57:32.056Z Compiling hashbrown v0.15.0
16352024-10-21T23:57:32.816Z Compiling futures-channel v0.3.31
16362024-10-21T23:57:32.983Z Compiling slog v2.7.0
16372024-10-21T23:57:33.304Z Compiling futures-io v0.3.31
16382024-10-21T23:57:33.358Z Compiling futures-task v0.3.31
16392024-10-21T23:57:33.565Z Compiling pin-utils v0.1.0
16402024-10-21T23:57:33.682Z Compiling tinyvec_macros v0.1.1
16412024-10-21T23:57:33.769Z Compiling tinyvec v1.8.0
16422024-10-21T23:57:33.798Z Compiling openssl v0.10.66
16432024-10-21T23:57:34.152Z Compiling ucd-trie v0.1.7
16442024-10-21T23:57:34.292Z Compiling unicode-bidi v0.3.17
16452024-10-21T23:57:34.321Z Compiling iana-time-zone v0.1.61
16462024-10-21T23:57:34.379Z Compiling tracing-core v0.1.32
16472024-10-21T23:57:34.821Z Compiling native-tls v0.2.12
16482024-10-21T23:57:34.871Z Compiling rustls v0.23.14
16492024-10-21T23:57:35.428Z Compiling unicode-normalization v0.1.24
16502024-10-21T23:57:35.459Z Compiling base64ct v1.6.0
16512024-10-21T23:57:35.959Z Compiling pem-rfc7468 v0.7.0
16522024-10-21T23:57:36.224Z Compiling serde_derive v1.0.210
16532024-10-21T23:57:36.730Z Compiling zeroize_derive v1.4.2
16542024-10-21T23:57:36.733Z Compiling zerocopy-derive v0.7.35
16552024-10-21T23:57:36.813Z Compiling tokio-macros v2.4.0
16562024-10-21T23:57:37.170Z Compiling thiserror-impl v1.0.64
16572024-10-21T23:57:37.249Z Compiling futures-macro v0.3.31
16582024-10-21T23:57:37.292Z Compiling tracing-attributes v0.1.27
16592024-10-21T23:57:38.265Z Compiling zeroize v1.8.1
16602024-10-21T23:57:38.853Z Compiling zerocopy v0.7.35
16612024-10-21T23:57:40.201Z Compiling crypto-common v0.1.6
16622024-10-21T23:57:40.334Z Compiling block-buffer v0.10.4
16632024-10-21T23:57:40.455Z Compiling der_derive v0.7.3
16642024-10-21T23:57:40.658Z Compiling digest v0.10.7
16652024-10-21T23:57:40.679Z Compiling schemars_derive v0.8.21
16662024-10-21T23:57:40.983Z Compiling futures-util v0.3.31
16672024-10-21T23:57:41.089Z Compiling hmac v0.12.1
16682024-10-21T23:57:41.127Z Compiling scroll_derive v0.12.0
16692024-10-21T23:57:41.315Z Compiling pest v2.7.14
16702024-10-21T23:57:41.682Z Compiling block-padding v0.3.3
16712024-10-21T23:57:42.625Z Compiling inout v0.1.3
16722024-10-21T23:57:42.759Z Compiling openssl-macros v0.1.1
16732024-10-21T23:57:42.876Z Compiling cipher v0.4.4
16742024-10-21T23:57:43.646Z Compiling sha2 v0.10.8
16752024-10-21T23:57:43.668Z Compiling tracing v0.1.40
16762024-10-21T23:57:43.702Z Compiling ppv-lite86 v0.2.20
16772024-10-21T23:57:44.525Z Compiling pest_meta v2.7.14
16782024-10-21T23:57:44.646Z Compiling async-trait v0.1.83
16792024-10-21T23:57:47.182Z Compiling pest_generator v2.7.14
16802024-10-21T23:57:48.226Z Compiling cookie v0.18.1
16812024-10-21T23:57:48.321Z Compiling usdt-impl v0.5.0
16822024-10-21T23:57:48.531Z Compiling dyn-clone v1.0.17
16832024-10-21T23:57:48.706Z Compiling flagset v0.4.6
16842024-10-21T23:57:48.727Z Compiling percent-encoding v2.3.1
16852024-10-21T23:57:48.924Z Compiling syn v1.0.109
16862024-10-21T23:57:48.976Z Compiling pest_derive v2.7.14
16872024-10-21T23:57:49.061Z Compiling der v0.7.9
16882024-10-21T23:57:49.576Z Compiling rand_chacha v0.3.1
16892024-10-21T23:57:49.608Z Compiling scroll v0.12.0
16902024-10-21T23:57:49.903Z Compiling bytes v1.7.2
16912024-10-21T23:57:50.562Z Compiling indexmap v2.6.0
16922024-10-21T23:57:51.091Z Compiling bitflags v2.6.0
16932024-10-21T23:57:51.245Z Compiling tokio v1.40.0
16942024-10-21T23:57:51.841Z Compiling http v1.1.0
16952024-10-21T23:57:52.359Z Compiling serde_tokenstream v0.2.2
16962024-10-21T23:57:52.879Z Compiling rustc_version v0.4.1
16972024-10-21T23:57:52.996Z Compiling uuid v1.10.0
16982024-10-21T23:57:53.081Z Compiling chrono v0.4.38
16992024-10-21T23:57:54.413Z Compiling aho-corasick v1.1.3
17002024-10-21T23:57:54.837Z Compiling rustls-pki-types v1.9.0
17012024-10-21T23:57:56.761Z Compiling camino v1.1.9
17022024-10-21T23:57:57.451Z Compiling plain v0.2.3
17032024-10-21T23:57:57.630Z Compiling regex-syntax v0.8.5
17042024-10-21T23:57:58.388Z Compiling rayon-core v1.12.1
17052024-10-21T23:57:58.435Z Compiling goblin v0.8.2
17062024-10-21T23:57:58.785Z Compiling spki v0.7.3
17072024-10-21T23:57:59.844Z Compiling rand v0.8.5
17082024-10-21T23:58:00.673Z Compiling tokio-util v0.7.12
17092024-10-21T23:58:01.656Z Compiling regex-automata v0.4.8
17102024-10-21T23:58:03.743Z Compiling salsa20 v0.10.2
17112024-10-21T23:58:04.140Z Compiling pbkdf2 v0.12.2
17122024-10-21T23:58:04.808Z Compiling pretty-hex v0.4.1
17132024-10-21T23:58:05.388Z Compiling untrusted v0.9.0
17142024-10-21T23:58:05.625Z Compiling powerfmt v0.2.0
17152024-10-21T23:58:06.043Z Compiling rustls v0.22.4
17162024-10-21T23:58:06.441Z Compiling try-lock v0.2.5
17172024-10-21T23:58:06.669Z Compiling want v0.3.1
17182024-10-21T23:58:06.976Z Compiling deranged v0.3.11
17192024-10-21T23:58:08.380Z Compiling dof v0.3.0
17202024-10-21T23:58:10.255Z Compiling scrypt v0.11.0
17212024-10-21T23:58:10.443Z Compiling dtrace-parser v0.2.0
17222024-10-21T23:58:10.526Z Compiling form_urlencoded v1.2.1
17232024-10-21T23:58:11.096Z Compiling cbc v0.1.2
17242024-10-21T23:58:11.128Z Compiling aes v0.8.4
17252024-10-21T23:58:11.371Z Compiling errno v0.3.9
17262024-10-21T23:58:11.521Z Compiling thread-id v4.2.2
17272024-10-21T23:58:11.693Z Compiling atomic-waker v1.1.2
17282024-10-21T23:58:11.893Z Compiling num_threads v0.1.7
17292024-10-21T23:58:12.079Z Compiling httpdate v1.0.3
17302024-10-21T23:58:12.397Z Compiling time v0.3.36
17312024-10-21T23:58:12.979Z Compiling pkcs5 v0.7.1
17322024-10-21T23:58:14.658Z Compiling rustls-webpki v0.102.8
17332024-10-21T23:58:15.703Z Compiling heapless v0.7.17
17342024-10-21T23:58:16.178Z Compiling http-body v1.0.1
17352024-10-21T23:58:16.180Z Compiling zerocopy-derive v0.6.6
17362024-10-21T23:58:16.661Z Compiling multer v3.1.0
17372024-10-21T23:58:16.972Z Compiling slog-async v2.8.0
17382024-10-21T23:58:17.034Z Compiling tower-service v0.3.3
17392024-10-21T23:58:17.488Z Compiling num-bigint-dig v0.8.4
17402024-10-21T23:58:17.618Z Compiling signal-hook v0.3.17
17412024-10-21T23:58:17.646Z Compiling anyhow v1.0.89
17422024-10-21T23:58:18.195Z Compiling pkcs8 v0.10.2
17432024-10-21T23:58:18.326Z Compiling h2 v0.4.6
17442024-10-21T23:58:18.702Z Compiling regex v1.11.0
17452024-10-21T23:58:19.774Z Compiling idna v0.5.0
17462024-10-21T23:58:20.296Z Compiling strsim v0.11.1
17472024-10-21T23:58:20.784Z Compiling paste v1.0.15
17482024-10-21T23:58:21.360Z Compiling rustversion v1.0.17
17492024-10-21T23:58:21.691Z Compiling base64 v0.22.1
17502024-10-21T23:58:22.349Z Compiling url v2.5.2
17512024-10-21T23:58:24.634Z Compiling usdt-macro v0.5.0
17522024-10-21T23:58:24.835Z Compiling usdt-attr-macro v0.5.0
17532024-10-21T23:58:26.168Z Compiling hyper v1.4.1
17542024-10-21T23:58:27.393Z Compiling curve25519-dalek v4.1.3
17552024-10-21T23:58:28.003Z Compiling openapiv3 v2.0.0
17562024-10-21T23:58:28.272Z Compiling toml_datetime v0.6.8
17572024-10-21T23:58:28.845Z Compiling serde_spanned v0.6.8
17582024-10-21T23:58:29.082Z Compiling async-stream-impl v0.3.6
17592024-10-21T23:58:29.518Z Compiling enum-as-inner v0.6.1
17602024-10-21T23:58:30.600Z Compiling dropshot v0.12.0
17612024-10-21T23:58:30.682Z Compiling match_cfg v0.1.0
17622024-10-21T23:58:30.858Z Compiling portable-atomic v1.9.0
17632024-10-21T23:58:30.959Z Compiling smoltcp v0.9.1
17642024-10-21T23:58:31.667Z Compiling foreign-types-shared v0.1.1
17652024-10-21T23:58:31.782Z Compiling foreign-types v0.3.2
17662024-10-21T23:58:31.901Z Compiling hyper-util v0.1.9
17672024-10-21T23:58:31.931Z Compiling hostname v0.3.1
17682024-10-21T23:58:35.658Z Compiling clap_derive v4.5.18
17692024-10-21T23:58:36.354Z Compiling dirs-sys-next v0.1.2
17702024-10-21T23:58:36.887Z Compiling encoding_rs v0.8.34
17712024-10-21T23:58:36.908Z Compiling adler2 v2.0.0
17722024-10-21T23:58:37.141Z Compiling data-encoding v2.6.0
17732024-10-21T23:58:38.983Z Compiling siphasher v0.3.11
17742024-10-21T23:58:39.368Z Compiling mime v0.3.17
17752024-10-21T23:58:40.323Z Compiling ipnet v2.10.1
17762024-10-21T23:58:40.652Z Compiling miniz_oxide v0.8.0
17772024-10-21T23:58:44.733Z Compiling dirs-next v2.0.0
17782024-10-21T23:58:48.698Z Compiling http-body-util v0.1.2
17792024-10-21T23:58:48.820Z Compiling hubpack_derive v0.1.1
17802024-10-21T23:58:49.355Z Compiling serde_urlencoded v0.7.1
17812024-10-21T23:58:49.850Z Compiling crossbeam-epoch v0.9.18
17822024-10-21T23:58:49.995Z Compiling dropshot_endpoint v0.12.0
17832024-10-21T23:58:50.128Z Compiling hashbrown v0.14.5
17842024-10-21T23:58:50.175Z Compiling signature v2.2.0
17852024-10-21T23:58:50.451Z Compiling sha1 v0.10.6
17862024-10-21T23:58:50.499Z Compiling curve25519-dalek-derive v0.1.1
17872024-10-21T23:58:50.615Z Compiling lazy_static v1.5.0
17882024-10-21T23:58:50.786Z Compiling thread_local v1.1.8
17892024-10-21T23:58:50.918Z Compiling fs-err v2.11.0
17902024-10-21T23:58:51.476Z Compiling anstyle v1.0.8
17912024-10-21T23:58:51.538Z Compiling unicode-properties v0.1.3
17922024-10-21T23:58:51.947Z Compiling openssl-probe v0.1.5
17932024-10-21T23:58:52.053Z Compiling winnow v0.6.20
17942024-10-21T23:58:52.305Z Compiling utf8parse v0.2.2
17952024-10-21T23:58:52.341Z Compiling either v1.13.0
17962024-10-21T23:58:52.393Z Compiling gimli v0.31.1
17972024-10-21T23:58:52.916Z Compiling anstyle-parse v0.2.5
17982024-10-21T23:58:54.014Z Compiling stringprep v0.1.5
17992024-10-21T23:58:54.477Z Compiling regress v0.10.1
18002024-10-21T23:58:55.046Z Compiling crossbeam-deque v0.8.5
18012024-10-21T23:58:56.042Z Compiling toml_edit v0.22.22
18022024-10-21T23:58:58.078Z Compiling addr2line v0.24.2
18032024-10-21T23:58:58.879Z Compiling term v0.7.0
18042024-10-21T23:58:59.814Z Compiling slog-json v2.6.1
18052024-10-21T23:59:00.977Z Compiling crossbeam-channel v0.5.13
18062024-10-21T23:59:01.675Z Compiling rustls-pemfile v2.2.0
18072024-10-21T23:59:02.562Z Compiling futures-executor v0.3.31
18082024-10-21T23:59:03.061Z Compiling md-5 v0.10.6
18092024-10-21T23:59:03.124Z Compiling idna v0.4.0
18102024-10-21T23:59:03.358Z Compiling idna v0.3.0
18112024-10-21T23:59:03.705Z Compiling num-integer v0.1.46
18122024-10-21T23:59:04.627Z Compiling ff v0.13.0
18132024-10-21T23:59:04.690Z Compiling hash32 v0.2.1
18142024-10-21T23:59:04.955Z Compiling memmap v0.7.0
18152024-10-21T23:59:05.253Z Compiling is-terminal v0.4.13
18162024-10-21T23:59:05.260Z Compiling object v0.36.5
18172024-10-21T23:59:05.260Z Compiling colorchoice v1.0.2
18182024-10-21T23:59:05.264Z Compiling utf-8 v0.7.6
18192024-10-21T23:59:05.396Z Compiling heck v0.4.1
18202024-10-21T23:59:05.643Z Compiling quick-error v1.2.3
18212024-10-21T23:59:05.695Z Compiling is_terminal_polyfill v1.70.1
18222024-10-21T23:59:05.830Z Compiling fallible-iterator v0.2.0
18232024-10-21T23:59:05.858Z Compiling linked-hash-map v0.5.6
18242024-10-21T23:59:05.882Z Compiling take_mut v0.2.2
18252024-10-21T23:59:06.066Z Compiling anstyle-query v1.1.1
18262024-10-21T23:59:06.272Z Compiling rustc-demangle v0.1.24
18272024-10-21T23:59:06.311Z Compiling stable_deref_trait v1.2.0
18282024-10-21T23:59:06.485Z Compiling psl-types v2.0.11
18292024-10-21T23:59:06.578Z Compiling base16ct v0.2.0
18302024-10-21T23:59:06.673Z Compiling publicsuffix v2.2.3
18312024-10-21T23:59:06.949Z Compiling sec1 v0.7.3
18322024-10-21T23:59:07.114Z Compiling postgres-protocol v0.6.7
18332024-10-21T23:59:07.597Z Compiling lru-cache v0.1.2
18342024-10-21T23:59:07.805Z Compiling anstream v0.6.15
18352024-10-21T23:59:08.443Z Compiling strum_macros v0.25.3
18362024-10-21T23:59:08.464Z Compiling resolv-conf v0.7.0
18372024-10-21T23:59:08.558Z Compiling tungstenite v0.24.0
18382024-10-21T23:59:09.356Z Compiling slog-term v2.9.1
18392024-10-21T23:59:10.262Z Compiling usdt v0.5.0
18402024-10-21T23:59:10.485Z Compiling group v0.13.0
18412024-10-21T23:59:10.728Z Compiling num-iter v0.1.45
18422024-10-21T23:59:10.798Z Compiling hickory-proto v0.24.1
18432024-10-21T23:59:10.921Z Compiling futures v0.3.31
18442024-10-21T23:59:12.059Z Compiling tokio-rustls v0.26.0
18452024-10-21T23:59:12.526Z Compiling backtrace v0.3.74
18462024-10-21T23:59:13.909Z Compiling tokio-rustls v0.25.0
18472024-10-21T23:59:14.260Z Compiling slog-bunyan v2.5.0
18482024-10-21T23:59:14.329Z Compiling toml v0.8.19
18492024-10-21T23:59:14.439Z Compiling typify-impl v0.2.0
18502024-10-21T23:59:14.466Z Compiling tokio-native-tls v0.3.1
18512024-10-21T23:59:14.744Z Compiling terminal_size v0.4.0
18522024-10-21T23:59:14.963Z Compiling phf_shared v0.11.2
18532024-10-21T23:59:15.427Z Compiling async-stream v0.3.6
18542024-10-21T23:59:15.743Z Compiling waitgroup v0.1.2
18552024-10-21T23:59:15.924Z Compiling webpki-roots v0.26.6
18562024-10-21T23:59:15.947Z Compiling serde_path_to_error v0.1.16
18572024-10-21T23:59:16.218Z Compiling hkdf v0.12.4
18582024-10-21T23:59:16.258Z Compiling crypto-bigint v0.5.5
18592024-10-21T23:59:16.735Z Compiling serde_repr v0.1.19
18602024-10-21T23:59:17.811Z Compiling derive-where v1.2.7
18612024-10-21T23:59:19.734Z Compiling hostname v0.4.0
18622024-10-21T23:59:19.875Z Compiling debug-ignore v1.0.5
18632024-10-21T23:59:19.949Z Compiling winnow v0.5.40
18642024-10-21T23:59:20.040Z Compiling bitflags v1.3.2
18652024-10-21T23:59:20.374Z Compiling unicode-width v0.1.14
18662024-10-21T23:59:20.415Z Compiling managed v0.8.0
18672024-10-21T23:59:20.535Z Compiling clap_lex v0.7.2
18682024-10-21T23:59:20.894Z Compiling console v0.15.8
18692024-10-21T23:59:20.943Z Compiling clap_builder v4.5.20
18702024-10-21T23:59:22.193Z Compiling elliptic-curve v0.13.8
18712024-10-21T23:59:23.451Z Compiling toml_edit v0.19.15
18722024-10-21T23:59:23.667Z Compiling hickory-resolver v0.24.1
18732024-10-21T23:59:25.607Z Compiling hyper-rustls v0.27.3
18742024-10-21T23:59:26.375Z Compiling typify-macro v0.2.0
18752024-10-21T23:59:29.937Z Compiling phf v0.11.2
18762024-10-21T23:59:30.090Z Compiling hyper-tls v0.6.0
18772024-10-21T23:59:30.181Z Compiling signal-hook-mio v0.2.4
18782024-10-21T23:59:30.206Z Compiling rayon v1.10.0
18792024-10-21T23:59:30.208Z Compiling cookie_store v0.21.0
18802024-10-21T23:59:30.249Z Compiling tokio-tungstenite v0.24.0
18812024-10-21T23:59:30.462Z Compiling postgres-types v0.2.8
18822024-10-21T23:59:30.775Z Compiling ed25519 v2.2.3
18832024-10-21T23:59:30.796Z Compiling hubpack v0.1.2
18842024-10-21T23:59:30.891Z Compiling phf_shared v0.10.0
18852024-10-21T23:59:31.279Z Compiling pkcs1 v0.7.5
18862024-10-21T23:59:31.582Z Compiling zerocopy v0.6.6
18872024-10-21T23:59:31.775Z Compiling bstr v1.10.0
18882024-10-21T23:59:32.336Z Compiling tokio-stream v0.1.16
18892024-10-21T23:59:32.546Z Compiling serde-big-array v0.5.1
18902024-10-21T23:59:32.804Z Compiling rfc6979 v0.4.0
18912024-10-21T23:59:33.006Z Compiling float-cmp v0.9.0
18922024-10-21T23:59:33.214Z Compiling sync_wrapper v1.0.1
18932024-10-21T23:59:33.255Z Compiling crc32fast v1.4.2
18942024-10-21T23:59:33.318Z Compiling difflib v0.4.0
18952024-10-21T23:59:33.361Z Compiling new_debug_unreachable v1.0.6
18962024-10-21T23:59:33.559Z Compiling whoami v1.5.2
18972024-10-21T23:59:33.895Z Compiling unicode-segmentation v1.12.0
18982024-10-21T23:59:34.098Z Compiling fixedbitset v0.4.2
18992024-10-21T23:59:34.521Z Compiling bit-vec v0.6.3
19002024-10-21T23:59:34.609Z Compiling minimal-lexical v0.2.1
19012024-10-21T23:59:34.757Z Compiling predicates-core v1.0.8
19022024-10-21T23:59:34.779Z Compiling normalize-line-endings v0.3.0
19032024-10-21T23:59:34.890Z Compiling number_prefix v0.4.0
19042024-10-21T23:59:34.911Z Compiling static_assertions v1.1.0
19052024-10-21T23:59:34.966Z Compiling precomputed-hash v0.1.1
19062024-10-21T23:59:35.006Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19072024-10-21T23:59:35.041Z Compiling nom v7.1.3
19082024-10-21T23:59:35.073Z Compiling indicatif v0.17.8
19092024-10-21T23:59:35.093Z Compiling string_cache v0.8.7
19102024-10-21T23:59:35.111Z Compiling predicates v3.1.2
19112024-10-21T23:59:35.507Z Compiling bit-set v0.5.3
19122024-10-21T23:59:36.840Z Compiling similar v2.6.0
19132024-10-21T23:59:36.887Z Compiling petgraph v0.6.5
19142024-10-21T23:59:38.916Z Compiling tokio-postgres v0.7.12
19152024-10-21T23:59:40.497Z Compiling flate2 v1.0.34
19162024-10-21T23:59:40.822Z Compiling reqwest v0.12.8
19172024-10-21T23:59:41.390Z Compiling qorb v0.1.2
19182024-10-21T23:59:41.539Z Compiling ecdsa v0.16.9
19192024-10-21T23:59:43.727Z Compiling rsa v0.9.6
19202024-10-21T23:59:44.488Z Compiling ed25519-dalek v2.1.1
19212024-10-21T23:59:45.183Z Compiling crossterm v0.28.1
19222024-10-21T23:59:45.395Z Compiling toml v0.7.8
19232024-10-21T23:59:45.482Z Compiling clap v4.5.20
19242024-10-21T23:59:45.682Z Compiling itertools v0.12.1
19252024-10-21T23:59:46.689Z Compiling itertools v0.10.5
19262024-10-21T23:59:48.858Z Compiling x509-cert v0.2.5
19272024-10-21T23:59:49.717Z Compiling hex v0.4.3
19282024-10-21T23:59:51.614Z Compiling unicode-xid v0.2.6
19292024-10-21T23:59:51.783Z Compiling peg-runtime v0.8.3
19302024-10-21T23:59:52.238Z Compiling radium v0.7.0
19312024-10-21T23:59:52.486Z Compiling lalrpop-util v0.19.12
19322024-10-21T23:59:54.620Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332024-10-22T00:00:00.997Z Compiling tap v1.0.1
19342024-10-22T00:00:01.182Z Compiling maybe-uninit v2.0.0
19352024-10-22T00:00:01.677Z Compiling ident_case v1.0.1
19362024-10-22T00:00:01.864Z Compiling darling_core v0.20.10
19372024-10-22T00:00:07.429Z Compiling wyz v0.5.1
19382024-10-22T00:00:20.316Z Compiling typify v0.2.0
19392024-10-22T00:00:24.327Z Compiling http v0.2.12
19402024-10-22T00:00:25.117Z Compiling bzip2-sys v0.1.11+1.0.8
19412024-10-22T00:00:26.943Z Compiling funty v2.0.0
19422024-10-22T00:00:27.032Z Compiling unsafe-libyaml v0.2.11
19432024-10-22T00:00:27.598Z Compiling base64 v0.21.7
19442024-10-22T00:00:28.744Z Compiling packed_struct v0.10.1
19452024-10-22T00:00:29.206Z Compiling serde_yaml v0.9.34+deprecated
19462024-10-22T00:00:29.362Z Compiling bitvec v1.0.1
19472024-10-22T00:00:37.007Z Compiling progenitor-impl v0.8.0
19482024-10-22T00:00:39.764Z Compiling darling_macro v0.20.10
19492024-10-22T00:00:41.172Z Compiling packed_struct_codegen v0.10.1
19502024-10-22T00:00:43.669Z Compiling structmeta-derive v0.3.0
19512024-10-22T00:00:43.959Z Compiling indexmap v1.9.3
19522024-10-22T00:00:44.312Z Compiling fastrand v2.1.1
19532024-10-22T00:00:44.825Z Compiling nodrop v0.1.14
19542024-10-22T00:00:45.121Z Compiling crc-catalog v2.4.0
19552024-10-22T00:00:45.281Z Compiling newtype-uuid v1.1.2
19562024-10-22T00:00:45.639Z Compiling crc v3.2.1
19572024-10-22T00:00:46.264Z Compiling structmeta v0.3.0
19582024-10-22T00:00:47.591Z Compiling array-init v0.0.4
19592024-10-22T00:00:48.390Z Compiling tempfile v3.13.0
19602024-10-22T00:00:48.550Z Compiling progenitor-macro v0.8.0
19612024-10-22T00:00:52.339Z Compiling smallvec v0.6.14
19622024-10-22T00:00:52.499Z Compiling darling v0.20.10
19632024-10-22T00:00:58.749Z Compiling http-body v0.4.6
19642024-10-22T00:00:58.749Z Compiling h2 v0.3.26
19652024-10-22T00:00:58.749Z Compiling progenitor-client v0.8.0
19662024-10-22T00:01:03.678Z Compiling pin-project-internal v1.1.6
19672024-10-22T00:01:04.817Z Compiling same-file v1.0.6
19682024-10-22T00:01:05.096Z Compiling bitfield v0.14.0
19692024-10-22T00:01:05.311Z Compiling termcolor v1.4.1
19702024-10-22T00:01:06.987Z Compiling hashbrown v0.12.3
19712024-10-22T00:01:11.842Z Compiling pin-project v1.1.6
19722024-10-22T00:01:12.747Z Compiling env_logger v0.10.2
19732024-10-22T00:01:17.263Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19742024-10-22T00:01:17.293Z Compiling walkdir v2.5.0
19752024-10-22T00:01:17.293Z Compiling hyper v0.14.30
19762024-10-22T00:01:19.851Z Compiling progenitor v0.8.0
19772024-10-22T00:01:23.383Z Compiling serde-hex v0.1.0
19782024-10-22T00:01:23.606Z Compiling serde_with_macros v3.11.0
19792024-10-22T00:01:26.200Z Compiling bzip2 v0.4.4
19802024-10-22T00:01:26.662Z Compiling parse-display-derive v0.10.0
19812024-10-22T00:01:28.587Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19822024-10-22T00:01:28.914Z Compiling ron v0.8.1
19832024-10-22T00:01:31.326Z Compiling strum_macros v0.26.4
19842024-10-22T00:01:31.771Z Compiling ipnetwork v0.20.0
19852024-10-22T00:01:31.840Z Compiling hashbrown v0.13.2
19862024-10-22T00:01:32.465Z Compiling xattr v1.3.1
19872024-10-22T00:01:32.791Z Compiling snafu-derive v0.8.5
19882024-10-22T00:01:33.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19892024-10-22T00:01:34.008Z Compiling blake3 v1.5.4
19902024-10-22T00:01:34.175Z Compiling ring v0.16.20
19912024-10-22T00:01:34.649Z Compiling filetime v0.2.25
19922024-10-22T00:01:34.880Z Compiling instant v0.1.13
19932024-10-22T00:01:35.007Z Compiling crc-any v2.5.0
19942024-10-22T00:01:35.049Z Compiling buf-list v1.0.3
19952024-10-22T00:01:35.210Z Compiling sync_wrapper v0.1.2
19962024-10-22T00:01:35.658Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19972024-10-22T00:01:35.764Z Compiling strum v0.26.3
19982024-10-22T00:01:35.895Z Compiling reqwest v0.11.27
19992024-10-22T00:01:35.989Z Compiling backoff v0.4.0
20002024-10-22T00:01:36.358Z Compiling tar v0.4.42
20012024-10-22T00:01:37.041Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20022024-10-22T00:01:37.266Z Compiling object v0.30.4
20032024-10-22T00:01:37.382Z Compiling snafu v0.8.5
20042024-10-22T00:01:38.654Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20052024-10-22T00:01:41.574Z Compiling parse-display v0.10.0
20062024-10-22T00:01:41.901Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20072024-10-22T00:01:42.471Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20082024-10-22T00:01:43.046Z Compiling zip v0.6.6
20092024-10-22T00:01:43.528Z Compiling serde_with v3.11.0
20102024-10-22T00:01:43.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20112024-10-22T00:01:44.348Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20122024-10-22T00:01:45.775Z Compiling camino-tempfile v1.1.1
20132024-10-22T00:01:46.542Z Compiling globset v0.4.15
20142024-10-22T00:01:47.893Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20152024-10-22T00:01:48.090Z Compiling regress v0.9.1
20162024-10-22T00:01:50.195Z Compiling pem v3.0.4
20172024-10-22T00:01:51.602Z Compiling olpc-cjson v0.1.4
20182024-10-22T00:01:51.943Z Compiling serde_plain v1.0.2
20192024-10-22T00:01:52.462Z Compiling macaddr v1.0.1
20202024-10-22T00:01:52.914Z Compiling async-recursion v1.1.1
20212024-10-22T00:01:53.087Z Compiling memmap2 v0.9.5
20222024-10-22T00:01:53.678Z Compiling path-slash v0.1.5
20232024-10-22T00:01:53.918Z Compiling typed-path v0.7.1
20242024-10-22T00:01:54.130Z Compiling arrayvec v0.7.6
20252024-10-22T00:01:54.168Z Compiling constant_time_eq v0.3.1
20262024-10-22T00:01:54.367Z Compiling spin v0.5.2
20272024-10-22T00:01:54.415Z Compiling untrusted v0.7.1
20282024-10-22T00:01:54.594Z Compiling arrayref v0.3.9
20292024-10-22T00:01:54.651Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20302024-10-22T00:01:56.722Z Compiling tough v0.17.1
20312024-10-22T00:01:57.255Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20322024-10-22T00:01:58.869Z Compiling itertools v0.13.0
20332024-10-22T00:02:00.541Z Compiling cargo-platform v0.1.8
20342024-10-22T00:02:01.654Z Compiling topological-sort v0.2.2
20352024-10-22T00:02:01.918Z Compiling parse-size v1.0.0
20362024-10-22T00:02:02.047Z Compiling omicron-zone-package v0.11.1
20372024-10-22T00:02:02.221Z Compiling cargo_metadata v0.18.1
20382024-10-22T00:02:02.317Z Compiling shell-words v1.1.0
20392024-10-22T00:02:10.715Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20402024-10-22T00:02:22.264Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20412024-10-22T00:02:37.700Z Finished `release` profile [optimized] target(s) in 5m 17s
20422024-10-22T00:02:37.858Z Running `target/release/omicron-releng --output-dir /work`
20432024-10-22T00:02:37.901ZOct 22 00:02:36.296 DEBG changing working directory to /work/oxidecomputer/omicron
20442024-10-22T00:02:37.997ZOct 22 00:02:36.394 DEBG running: git rev-parse HEAD
20452024-10-22T00:02:38.004ZOct 22 00:02:36.400 DEBG process exited with exit status: 0 (6.554937ms)
20462024-10-22T00:02:38.004ZOct 22 00:02:36.400 INFO version: 12.0.0-0.ci+gitf02e00366cd
20472024-10-22T00:02:38.043ZOct 22 00:02:36.440 INFO cloning helios to /work/oxidecomputer/helios
20482024-10-22T00:02:38.043ZOct 22 00:02:36.440 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20492024-10-22T00:02:38.048ZCloning into '/work/oxidecomputer/helios'...
20502024-10-22T00:02:38.567ZOct 22 00:02:36.964 DEBG process exited with exit status: 0 (524.062983ms)
20512024-10-22T00:02:38.567ZOct 22 00:02:36.964 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20522024-10-22T00:02:38.574Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20532024-10-22T00:02:38.575Z# branch.head master
20542024-10-22T00:02:38.575Z# branch.upstream origin/master
20552024-10-22T00:02:38.575Z# branch.ab +0 -0
20562024-10-22T00:02:38.577ZOct 22 00:02:36.972 DEBG process exited with exit status: 0 (7.928226ms)
20572024-10-22T00:02:38.577ZOct 22 00:02:36.972 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20582024-10-22T00:02:39.354ZOct 22 00:02:37.751 DEBG process exited with exit status: 0 (778.613565ms)
20592024-10-22T00:02:39.354ZOct 22 00:02:37.751 DEBG running: zfs list rpool/images/build/host
20602024-10-22T00:02:39.363ZNAME USED AVAIL REFER MOUNTPOINT
20612024-10-22T00:02:39.363Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20622024-10-22T00:02:39.365ZOct 22 00:02:37.761 DEBG process exited with exit status: 0 (9.749031ms)
20632024-10-22T00:02:39.365ZOct 22 00:02:37.761 DEBG running: zfs list rpool/images/build/recovery
20642024-10-22T00:02:39.371ZNAME USED AVAIL REFER MOUNTPOINT
20652024-10-22T00:02:39.371Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20662024-10-22T00:02:39.373ZOct 22 00:02:37.769 DEBG process exited with exit status: 0 (7.806634ms)
20672024-10-22T00:02:39.373ZOct 22 00:02:37.770 INFO [hubris-staging] running task
20682024-10-22T00:02:39.373ZOct 22 00:02:37.770 INFO [hubris-production] running task
20692024-10-22T00:02:39.373ZOct 22 00:02:37.770 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20702024-10-22T00:02:39.377ZOct 22 00:02:37.774 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20712024-10-22T00:02:39.702Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20722024-10-22T00:02:39.909Z[ omicron-package] Blocking waiting for file lock on package cache
20732024-10-22T00:02:40.524Z[ omicron-package] Blocking waiting for file lock on package cache
20742024-10-22T00:02:40.799Z[ omicron-package] Blocking waiting for file lock on package cache
20752024-10-22T00:02:41.301ZOct 22 00:02:39.698 INFO [hubris-production] task succeeded (1.927678788s)
20762024-10-22T00:02:41.697Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20772024-10-22T00:02:41.699Z[ omicron-package] Compiling heapless v0.8.0
20782024-10-22T00:02:41.699Z[ omicron-package] Compiling hash32 v0.3.1
20792024-10-22T00:02:41.699Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20802024-10-22T00:02:41.699Z[ omicron-package] Compiling smoltcp v0.11.0
20812024-10-22T00:02:41.699Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20822024-10-22T00:02:41.699Z[ omicron-package] Compiling cobs v0.2.3
20832024-10-22T00:02:41.700Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20842024-10-22T00:02:43.028Z[ omicron-package] Compiling num_enum_derive v0.5.11
20852024-10-22T00:02:43.304Z[ omicron-package] Compiling postcard v1.0.10
20862024-10-22T00:02:43.444Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20872024-10-22T00:02:43.447Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20882024-10-22T00:02:43.447Z[ omicron-package] Compiling proc-macro-error v1.0.4
20892024-10-22T00:02:43.646Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20902024-10-22T00:02:43.961Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20912024-10-22T00:02:44.827Z[ omicron-package] Compiling tabwriter v1.4.0
20922024-10-22T00:02:44.911Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20932024-10-22T00:02:44.941Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20942024-10-22T00:02:45.146Z[ omicron-package] Compiling cstr-argument v0.1.2
20952024-10-22T00:02:45.773Z[ omicron-package] Compiling foreign-types v0.5.0
20962024-10-22T00:02:45.983Z[ omicron-package] Compiling pretty-hex v0.2.1
20972024-10-22T00:02:46.269Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20982024-10-22T00:02:46.269Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20992024-10-22T00:02:46.493Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21002024-10-22T00:02:46.604Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21012024-10-22T00:02:46.956Z[ omicron-package] Compiling colored v2.1.0
21022024-10-22T00:02:47.199Z[ omicron-package] Compiling num_enum v0.5.11
21032024-10-22T00:02:47.403Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21042024-10-22T00:02:47.579Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21052024-10-22T00:02:47.581Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21062024-10-22T00:02:47.726Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21072024-10-22T00:02:47.834Z[ omicron-package] Compiling num-derive v0.4.2
21082024-10-22T00:02:48.368Z[ omicron-package] Compiling sigpipe v0.1.3
21092024-10-22T00:02:48.450Z[ omicron-package] Compiling libefi-sys v0.1.0
21102024-10-22T00:02:48.675Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21112024-10-22T00:02:48.888Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21122024-10-22T00:02:49.520Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21132024-10-22T00:02:49.738Z[ omicron-package] Compiling smf v0.2.3
21142024-10-22T00:02:50.325Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21152024-10-22T00:02:50.757Z[ omicron-package] Compiling bitfield-struct v0.6.2
21162024-10-22T00:02:50.813Z[ omicron-package] Compiling zone v0.3.0
21172024-10-22T00:02:51.395ZOct 22 00:02:49.792 INFO [hubris-staging] task succeeded (12.02235437s)
21182024-10-22T00:02:52.513Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21192024-10-22T00:02:53.351Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21202024-10-22T00:02:53.998Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21212024-10-22T00:02:54.932Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21222024-10-22T00:02:54.991Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232024-10-22T00:02:55.419Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21242024-10-22T00:02:55.808Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21252024-10-22T00:02:55.951Z[ omicron-package] Compiling gethostname v0.5.0
21262024-10-22T00:02:57.410Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-22T00:02:59.786Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21282024-10-22T00:03:02.398Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21292024-10-22T00:03:03.070Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21302024-10-22T00:03:04.667Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21312024-10-22T00:03:20.661Z[ helios-setup] Oct 22 00:03:19.057 INFO helios repository root is: /work/oxidecomputer/helios
21322024-10-22T00:03:20.663Z[ helios-setup] Oct 22 00:03:19.060 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21332024-10-22T00:03:20.663Z[ helios-setup] Oct 22 00:03:19.060 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
21342024-10-22T00:03:20.663Z[ helios-setup] Oct 22 00:03:19.060 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21352024-10-22T00:03:20.668Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21362024-10-22T00:03:24.112Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.72s
21372024-10-22T00:03:24.334Z[ omicron-package]
21382024-10-22T00:03:24.337Z[ omicron-package] real 44.913738021
21392024-10-22T00:03:24.337Z[ omicron-package] user 2:39.114921536
21402024-10-22T00:03:24.337Z[ omicron-package] sys 20.670511781
21412024-10-22T00:03:24.337Z[ omicron-package] trap 0.170490236
21422024-10-22T00:03:24.337Z[ omicron-package] tflt 0.616860236
21432024-10-22T00:03:24.337Z[ omicron-package] dflt 0.721094210
21442024-10-22T00:03:24.337Z[ omicron-package] kflt 0.000085890
21452024-10-22T00:03:24.337Z[ omicron-package] lock 5:00.831025923
21462024-10-22T00:03:24.337Z[ omicron-package] slp 8:27.616131934
21472024-10-22T00:03:24.337Z[ omicron-package] lat 1:36.924403940
21482024-10-22T00:03:24.337Z[ omicron-package] stop 57.296294293
21492024-10-22T00:03:24.337ZOct 22 00:03:22.732 INFO [omicron-package] process exited with exit status: 0 (44.957662061s)
21502024-10-22T00:03:24.337ZOct 22 00:03:22.732 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
21512024-10-22T00:03:24.412ZOct 22 00:03:22.809 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21522024-10-22T00:03:24.424Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21532024-10-22T00:03:24.427Z[ host-target] Created new build target 'host' and set it as active
21542024-10-22T00:03:24.429ZOct 22 00:03:22.824 INFO [host-target] process exited with exit status: 0 (91.932845ms)
21552024-10-22T00:03:24.429ZOct 22 00:03:22.825 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21562024-10-22T00:03:24.434Z[ recovery-target] Created new build target 'recovery' and set it as active
21572024-10-22T00:03:24.434Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21582024-10-22T00:03:24.437ZOct 22 00:03:22.834 INFO [recovery-target] process exited with exit status: 0 (24.944735ms)
21592024-10-22T00:03:24.444Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21602024-10-22T00:03:25.696Z[ host-package] Compiling convert_case v0.4.0
21612024-10-22T00:03:25.699Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21622024-10-22T00:03:25.699Z[ host-package] Compiling password-hash v0.5.0
21632024-10-22T00:03:25.699Z[ host-package] Compiling blake2 v0.10.6
21642024-10-22T00:03:25.699Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21652024-10-22T00:03:25.858Z[ host-package] Compiling newline-converter v0.3.0
21662024-10-22T00:03:25.862Z[ host-package] Compiling owo-colors v4.1.0
21672024-10-22T00:03:25.911Z[ host-package] Compiling cancel-safe-futures v0.1.5
21682024-10-22T00:03:26.091Z[ host-package] Compiling expectorate v1.1.0
21692024-10-22T00:03:26.147Z[ host-package] Compiling libsw v3.3.1
21702024-10-22T00:03:26.357Z[ host-package] Compiling argon2 v0.5.3
21712024-10-22T00:03:26.480Z[ host-package] Compiling linear-map v1.2.0
21722024-10-22T00:03:26.532Z[ host-package] Compiling derive_more v0.99.18
21732024-10-22T00:03:26.723Z[ helios-setup] Oct 22 00:03:25.119 INFO clone ok!, project: amd-firmware
21742024-10-22T00:03:26.725Z[ helios-setup] Oct 22 00:03:25.120 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
21752024-10-22T00:03:26.725Z[ helios-setup] Oct 22 00:03:25.120 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21762024-10-22T00:03:26.728Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21772024-10-22T00:03:26.886Z[ host-package] Compiling indent_write v2.2.0
21782024-10-22T00:03:27.015Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21792024-10-22T00:03:27.074Z[ host-package] Compiling swrite v0.1.0
21802024-10-22T00:03:27.095Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21812024-10-22T00:03:27.199Z[ host-package] Compiling progenitor-client v0.8.0
21822024-10-22T00:03:27.397Z[ helios-setup] Oct 22 00:03:25.794 INFO clone ok!, project: phbl
21832024-10-22T00:03:27.401Z[ helios-setup] Oct 22 00:03:25.794 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
21842024-10-22T00:03:27.401Z[ helios-setup] Oct 22 00:03:25.794 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21852024-10-22T00:03:27.404Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21862024-10-22T00:03:27.599Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21872024-10-22T00:03:27.632Z[ host-package] Compiling progenitor v0.8.0
21882024-10-22T00:03:27.662Z[ host-package] Compiling atomicwrites v0.4.4
21892024-10-22T00:03:27.855Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21902024-10-22T00:03:27.928Z[ host-package] Compiling num-rational v0.4.2
21912024-10-22T00:03:28.193Z[ host-package] Compiling num-complex v0.4.6
21922024-10-22T00:03:28.680Z[ helios-setup] Oct 22 00:03:27.076 INFO clone ok!, project: pilot
21932024-10-22T00:03:28.683Z[ helios-setup] Oct 22 00:03:27.076 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
21942024-10-22T00:03:28.683Z[ helios-setup] Oct 22 00:03:27.076 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21952024-10-22T00:03:28.686Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21962024-10-22T00:03:28.698Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21972024-10-22T00:03:29.019Z[ host-package] Compiling prettyplease v0.2.22
21982024-10-22T00:03:29.370Z[ host-package] Compiling float-ord v0.3.2
21992024-10-22T00:03:29.517Z[ helios-setup] Oct 22 00:03:27.913 INFO clone ok!, project: pinprick
22002024-10-22T00:03:29.520Z[ helios-setup] Oct 22 00:03:27.914 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22012024-10-22T00:03:29.521Z[ helios-setup] Oct 22 00:03:27.914 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
22022024-10-22T00:03:29.521Z[ helios-setup] Oct 22 00:03:27.914 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22032024-10-22T00:03:29.524Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22042024-10-22T00:03:29.576Z[ host-package] Compiling num v0.4.3
22052024-10-22T00:03:29.649Z[ host-package] Compiling semver v0.1.20
22062024-10-22T00:03:29.706Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22072024-10-22T00:03:30.255Z[ host-package] Compiling rustc_version v0.1.7
22082024-10-22T00:03:30.490Z[ host-package] Compiling highway v1.2.0
22092024-10-22T00:03:30.519Z[ helios-setup] Oct 22 00:03:28.915 INFO clone ok!, project: image-builder
22102024-10-22T00:03:30.521Z[ helios-setup] Oct 22 00:03:28.915 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
22112024-10-22T00:03:30.521Z[ helios-setup] Oct 22 00:03:28.915 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22122024-10-22T00:03:30.524Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22132024-10-22T00:03:30.742Z[ host-package] Compiling newtype_derive v0.1.6
22142024-10-22T00:03:31.169Z[ host-package] Compiling humantime v2.1.0
22152024-10-22T00:03:31.311Z[ helios-setup] Oct 22 00:03:29.706 INFO clone ok!, project: bootserver
22162024-10-22T00:03:31.314Z[ helios-setup] Oct 22 00:03:29.706 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
22172024-10-22T00:03:31.314Z[ helios-setup] Oct 22 00:03:29.706 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
22182024-10-22T00:03:31.317Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22192024-10-22T00:03:32.077Z[ host-package] Compiling home v0.5.9
22202024-10-22T00:03:32.185Z[ host-package] Compiling steno v0.4.1
22212024-10-22T00:03:32.604Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22222024-10-22T00:03:32.620Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22232024-10-22T00:03:33.378Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22242024-10-22T00:03:35.010Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22252024-10-22T00:03:35.934Z[ host-package] Compiling newtype-uuid v1.1.2
22262024-10-22T00:03:36.307Z[ host-package] Compiling ipnetwork v0.20.0
22272024-10-22T00:03:36.678Z[ host-package] Compiling slog-dtrace v0.3.0
22282024-10-22T00:03:37.019Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22292024-10-22T00:03:37.173Z[ host-package] Compiling instant v0.1.13
22302024-10-22T00:03:37.337Z[ host-package] Compiling backoff v0.4.0
22312024-10-22T00:03:37.357Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22322024-10-22T00:03:37.764Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22332024-10-22T00:03:38.128Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22342024-10-22T00:03:38.149Z[ host-package] Compiling parse-display v0.10.0
22352024-10-22T00:03:38.741Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22362024-10-22T00:03:38.935Z[ host-package] Compiling strum v0.26.3
22372024-10-22T00:03:39.133Z[ host-package] Compiling serde_with v3.11.0
22382024-10-22T00:03:41.996Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22392024-10-22T00:03:42.011Z[ helios-setup] Oct 22 00:03:40.407 INFO clone ok!, project: amd-host-image-builder
22402024-10-22T00:03:42.013Z[ helios-setup] Oct 22 00:03:40.408 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
22412024-10-22T00:03:42.013Z[ helios-setup] Oct 22 00:03:40.408 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22422024-10-22T00:03:42.016Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22432024-10-22T00:03:42.638Z[ host-package] Compiling regress v0.9.1
22442024-10-22T00:03:43.084Z[ helios-setup] Oct 22 00:03:41.481 INFO clone ok!, project: chelsio-t6-roms
22452024-10-22T00:03:43.087Z[ helios-setup] Oct 22 00:03:41.481 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22462024-10-22T00:03:43.087Z[ helios-setup] Oct 22 00:03:41.481 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22472024-10-22T00:03:43.334Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22482024-10-22T00:03:44.132Z[ helios-setup] Oct 22 00:03:42.528 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22492024-10-22T00:03:44.778Z[ helios-setup] Oct 22 00:03:43.175 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22502024-10-22T00:03:44.781Z[ helios-setup] Oct 22 00:03:43.175 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22512024-10-22T00:03:45.321Z[ helios-setup] Oct 22 00:03:43.717 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22522024-10-22T00:03:45.416Z[ host-package] Compiling macaddr v1.0.1
22532024-10-22T00:03:45.832Z[ helios-setup] Oct 22 00:03:44.229 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22542024-10-22T00:03:45.832Z[ helios-setup] Oct 22 00:03:44.229 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22552024-10-22T00:03:46.367Z[ helios-setup] Oct 22 00:03:44.764 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22562024-10-22T00:03:46.796Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22572024-10-22T00:03:46.920Z[ helios-setup] Oct 22 00:03:45.317 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22582024-10-22T00:03:46.920Z[ helios-setup] Oct 22 00:03:45.317 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22592024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22602024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO ok!
22612024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22622024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22632024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO ok!
22642024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22652024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22662024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO ok!
22672024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22682024-10-22T00:03:46.923Z[ helios-setup] Oct 22 00:03:45.317 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22692024-10-22T00:03:47.220Z[ helios-setup] Oct 22 00:03:45.616 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
22702024-10-22T00:03:47.693Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22712024-10-22T00:03:48.027Z[ host-package] Compiling display-error-chain v0.2.1
22722024-10-22T00:03:48.273Z[ helios-setup] Oct 22 00:03:46.668 INFO E| From https://github.com/oxidecomputer/progenitor
22732024-10-22T00:03:48.273Z[ helios-setup] Oct 22 00:03:46.668 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
22742024-10-22T00:03:48.307Z[ helios-setup] Oct 22 00:03:46.703 INFO E| * [new tag] v0.1.1 -> v0.1.1
22752024-10-22T00:03:48.307Z[ helios-setup] Oct 22 00:03:46.703 INFO E| * [new tag] v0.2.0 -> v0.2.0
22762024-10-22T00:03:48.319Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22772024-10-22T00:03:48.430Z[ helios-setup] Oct 22 00:03:46.826 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22782024-10-22T00:03:49.000Z[ helios-setup] Oct 22 00:03:47.388 INFO E| From https://github.com/jclulow/hiercmd
22792024-10-22T00:03:49.000Z[ helios-setup] Oct 22 00:03:47.389 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22802024-10-22T00:03:49.037Z[ helios-setup] Oct 22 00:03:47.429 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22812024-10-22T00:03:49.520Z[ helios-setup] Oct 22 00:03:47.912 INFO E| From https://github.com/jclulow/network-interface
22822024-10-22T00:03:49.521Z[ helios-setup] Oct 22 00:03:47.912 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22832024-10-22T00:03:49.545Z[ helios-setup] Oct 22 00:03:47.934 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22842024-10-22T00:03:50.060Z[ helios-setup] Oct 22 00:03:48.456 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22852024-10-22T00:03:50.060Z[ helios-setup] Oct 22 00:03:48.456 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22862024-10-22T00:03:50.115Z[ helios-setup] Oct 22 00:03:48.511 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22872024-10-22T00:03:50.928Z[ helios-setup] Oct 22 00:03:49.324 INFO E| From https://github.com/oxidecomputer/facade
22882024-10-22T00:03:50.928Z[ helios-setup] Oct 22 00:03:49.324 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22892024-10-22T00:03:50.977Z[ helios-setup] Oct 22 00:03:49.373 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
22902024-10-22T00:03:51.216Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22912024-10-22T00:03:51.677Z[ helios-setup] Oct 22 00:03:50.074 INFO E| From https://github.com/oxidecomputer/dropshot
22922024-10-22T00:03:51.677Z[ helios-setup] Oct 22 00:03:50.074 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
22932024-10-22T00:03:51.713Z[ helios-setup] Oct 22 00:03:50.110 INFO E| * [new tag] v0.3.0 -> v0.3.0
22942024-10-22T00:03:51.714Z[ helios-setup] Oct 22 00:03:50.110 INFO E| * [new tag] v0.4.0 -> v0.4.0
22952024-10-22T00:03:51.716Z[ helios-setup] Oct 22 00:03:50.110 INFO E| * [new tag] v0.5.0 -> v0.5.0
22962024-10-22T00:03:51.716Z[ helios-setup] Oct 22 00:03:50.110 INFO E| * [new tag] v0.5.1 -> v0.5.1
22972024-10-22T00:03:51.716Z[ helios-setup] Oct 22 00:03:50.111 INFO E| * [new tag] v0.6.0 -> v0.6.0
22982024-10-22T00:03:51.716Z[ helios-setup] Oct 22 00:03:50.111 INFO E| * [new tag] v0.7.0 -> v0.7.0
22992024-10-22T00:03:51.716Z[ helios-setup] Oct 22 00:03:50.111 INFO E| * [new tag] v0.8.0 -> v0.8.0
23002024-10-22T00:03:51.716Z[ helios-setup] Oct 22 00:03:50.111 INFO E| * [new tag] v0.9.0 -> v0.9.0
23012024-10-22T00:03:51.765Z[ helios-setup] Oct 22 00:03:50.161 INFO E| Updating crates.io index
23022024-10-22T00:03:51.905Z[ helios-setup] Oct 22 00:03:50.302 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23032024-10-22T00:03:52.385Z[ host-package] Compiling half v2.4.1
23042024-10-22T00:03:53.135Z[ helios-setup] Oct 22 00:03:51.507 INFO E| From https://github.com/oxidecomputer/typify
23052024-10-22T00:03:53.135Z[ helios-setup] Oct 22 00:03:51.507 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23062024-10-22T00:03:53.144Z[ helios-setup] Oct 22 00:03:51.540 INFO E| * [new tag] v0.0.10 -> v0.0.10
23072024-10-22T00:03:53.144Z[ helios-setup] Oct 22 00:03:51.540 INFO E| * [new tag] v0.0.11 -> v0.0.11
23082024-10-22T00:03:53.144Z[ helios-setup] Oct 22 00:03:51.540 INFO E| * [new tag] v0.0.4 -> v0.0.4
23092024-10-22T00:03:53.147Z[ helios-setup] Oct 22 00:03:51.540 INFO E| * [new tag] v0.0.5 -> v0.0.5
23102024-10-22T00:03:53.147Z[ helios-setup] Oct 22 00:03:51.541 INFO E| * [new tag] v0.0.7 -> v0.0.7
23112024-10-22T00:03:53.147Z[ helios-setup] Oct 22 00:03:51.541 INFO E| * [new tag] v0.0.8 -> v0.0.8
23122024-10-22T00:03:53.147Z[ helios-setup] Oct 22 00:03:51.541 INFO E| * [new tag] v0.0.9 -> v0.0.9
23132024-10-22T00:03:53.150Z[ host-package] Compiling ciborium-io v0.2.2
23142024-10-22T00:03:53.343Z[ host-package] Compiling ciborium-ll v0.2.2
23152024-10-22T00:03:53.599Z[ helios-setup] Oct 22 00:03:51.995 INFO E| Downloading crates ...
23162024-10-22T00:03:53.879Z[ host-package] Compiling tungstenite v0.21.0
23172024-10-22T00:03:53.913Z[ helios-setup] Oct 22 00:03:52.310 INFO E| Downloaded ahash v0.7.6
23182024-10-22T00:03:53.979Z[ helios-setup] Oct 22 00:03:52.376 INFO E| Downloaded project-root v0.2.2
23192024-10-22T00:03:53.982Z[ helios-setup] Oct 22 00:03:52.377 INFO E| Downloaded paste v1.0.12
23202024-10-22T00:03:53.986Z[ helios-setup] Oct 22 00:03:52.383 INFO E| Downloaded num_enum_derive v0.5.7
23212024-10-22T00:03:53.989Z[ helios-setup] Oct 22 00:03:52.385 INFO E| Downloaded num_cpus v1.15.0
23222024-10-22T00:03:53.993Z[ helios-setup] Oct 22 00:03:52.390 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23232024-10-22T00:03:53.997Z[ helios-setup] Oct 22 00:03:52.394 INFO E| Downloaded digest v0.10.6
23242024-10-22T00:03:54.003Z[ helios-setup] Oct 22 00:03:52.400 INFO E| Downloaded semver v1.0.17
23252024-10-22T00:03:54.008Z[ helios-setup] Oct 22 00:03:52.405 INFO E| Downloaded ppv-lite86 v0.2.17
23262024-10-22T00:03:54.011Z[ helios-setup] Oct 22 00:03:52.408 INFO E| Downloaded want v0.3.0
23272024-10-22T00:03:54.017Z[ helios-setup] Oct 22 00:03:52.411 INFO E| Downloaded httparse v1.8.0
23282024-10-22T00:03:54.019Z[ helios-setup] Oct 22 00:03:52.416 INFO E| Downloaded log v0.4.17
23292024-10-22T00:03:54.025Z[ helios-setup] Oct 22 00:03:52.421 INFO E| Downloaded io-lifetimes v1.0.10
23302024-10-22T00:03:54.028Z[ helios-setup] Oct 22 00:03:52.425 INFO E| Downloaded toolchain_find v0.2.0
23312024-10-22T00:03:54.031Z[ helios-setup] Oct 22 00:03:52.427 INFO E| Downloaded anyhow v1.0.68
23322024-10-22T00:03:54.036Z[ helios-setup] Oct 22 00:03:52.433 INFO E| Downloaded getrandom v0.2.8
23332024-10-22T00:03:54.042Z[ helios-setup] Oct 22 00:03:52.438 INFO E| Downloaded parking_lot v0.12.1
23342024-10-22T00:03:54.046Z[ helios-setup] Oct 22 00:03:52.442 INFO E| Downloaded num-traits v0.2.15
23352024-10-22T00:03:54.124Z[ helios-setup] Oct 22 00:03:52.521 INFO E| Downloaded futures-channel v0.3.28
23362024-10-22T00:03:54.128Z[ helios-setup] Oct 22 00:03:52.525 INFO E| Downloaded try-lock v0.2.4
23372024-10-22T00:03:54.130Z[ helios-setup] Oct 22 00:03:52.526 INFO E| Downloaded tower-service v0.3.2
23382024-10-22T00:03:54.133Z[ helios-setup] Oct 22 00:03:52.528 INFO E| Downloaded slog-async v2.7.0
23392024-10-22T00:03:54.135Z[ helios-setup] Oct 22 00:03:52.531 INFO E| Downloaded sha1 v0.10.5
23402024-10-22T00:03:54.138Z[ helios-setup] Oct 22 00:03:52.534 INFO E| Downloaded clap v4.2.1
23412024-10-22T00:03:54.153Z[ helios-setup] Oct 22 00:03:52.550 INFO E| Downloaded autocfg v1.1.0
23422024-10-22T00:03:54.156Z[ helios-setup] Oct 22 00:03:52.552 INFO E| Downloaded utf8parse v0.2.1
23432024-10-22T00:03:54.158Z[ helios-setup] Oct 22 00:03:52.554 INFO E| Downloaded signal-hook-registry v1.4.0
23442024-10-22T00:03:54.161Z[ helios-setup] Oct 22 00:03:52.556 INFO E| Downloaded sct v0.7.0
23452024-10-22T00:03:54.164Z[ helios-setup] Oct 22 00:03:52.561 INFO E| Downloaded rustls-pemfile v1.0.2
23462024-10-22T00:03:54.168Z[ helios-setup] Oct 22 00:03:52.564 INFO E| Downloaded semver v0.11.0
23472024-10-22T00:03:54.171Z[ helios-setup] Oct 22 00:03:52.567 INFO E| Downloaded slab v0.4.7
23482024-10-22T00:03:54.174Z[ helios-setup] Oct 22 00:03:52.569 INFO E| Downloaded thiserror-impl v1.0.38
23492024-10-22T00:03:54.176Z[ helios-setup] Oct 22 00:03:52.571 INFO E| Downloaded rustfmt-wrapper v0.2.0
23502024-10-22T00:03:54.179Z[ helios-setup] Oct 22 00:03:52.573 INFO E| Downloaded unicode-width v0.1.10
23512024-10-22T00:03:54.181Z[ helios-setup] Oct 22 00:03:52.576 INFO E| Downloaded terminal_size v0.2.6
23522024-10-22T00:03:54.184Z[ helios-setup] Oct 22 00:03:52.578 INFO E| Downloaded semver-parser v0.10.2
23532024-10-22T00:03:54.186Z[ helios-setup] Oct 22 00:03:52.581 INFO E| Downloaded thiserror v1.0.38
23542024-10-22T00:03:54.191Z[ helios-setup] Oct 22 00:03:52.588 INFO E| Downloaded proc-macro-crate v1.2.1
23552024-10-22T00:03:54.193Z[ helios-setup] Oct 22 00:03:52.590 INFO E| Downloaded walkdir v2.3.3
23562024-10-22T00:03:54.197Z[ helios-setup] Oct 22 00:03:52.593 INFO E| Downloaded camino v1.1.4
23572024-10-22T00:03:54.199Z[ helios-setup] Oct 22 00:03:52.596 INFO E| Downloaded async-trait v0.1.68
23582024-10-22T00:03:54.205Z[ helios-setup] Oct 22 00:03:52.602 INFO E| Downloaded tokio-rustls v0.24.0
23592024-10-22T00:03:54.209Z[ helios-setup] Oct 22 00:03:52.605 INFO E| Downloaded sha2 v0.10.6
23602024-10-22T00:03:54.213Z[ helios-setup] Oct 22 00:03:52.609 INFO E| Downloaded time v0.1.45
23612024-10-22T00:03:54.216Z[ helios-setup] Oct 22 00:03:52.612 INFO E| Downloaded rhai_codegen v1.5.0
23622024-10-22T00:03:54.229Z[ helios-setup] Oct 22 00:03:52.626 INFO E| Downloaded tokio-tungstenite v0.18.0
23632024-10-22T00:03:54.233Z[ helios-setup] Oct 22 00:03:52.630 INFO E| Downloaded toml v0.7.3
23642024-10-22T00:03:54.240Z[ helios-setup] Oct 22 00:03:52.637 INFO E| Downloaded textwrap v0.16.0
23652024-10-22T00:03:54.244Z[ helios-setup] Oct 22 00:03:52.641 INFO E| Downloaded typenum v1.16.0
23662024-10-22T00:03:54.251Z[ helios-setup] Oct 22 00:03:52.647 INFO E| Downloaded unicode-bidi v0.3.13
23672024-10-22T00:03:54.255Z[ helios-setup] Oct 22 00:03:52.651 INFO E| Downloaded uuid v1.3.0
23682024-10-22T00:03:54.262Z[ helios-setup] Oct 22 00:03:52.659 INFO E| Downloaded smawk v0.3.1
23692024-10-22T00:03:54.266Z[ helios-setup] Oct 22 00:03:52.662 INFO E| Downloaded unsafe-libyaml v0.2.8
23702024-10-22T00:03:54.272Z[ helios-setup] Oct 22 00:03:52.668 INFO E| Downloaded bytes v1.4.0
23712024-10-22T00:03:54.279Z[ helios-setup] Oct 22 00:03:52.676 INFO E| Downloaded toml v0.5.11
23722024-10-22T00:03:54.284Z[ helios-setup] Oct 22 00:03:52.681 INFO E| Downloaded url v2.3.1
23732024-10-22T00:03:54.289Z[ helios-setup] Oct 22 00:03:52.686 INFO E| Downloaded unicode-linebreak v0.1.4
23742024-10-22T00:03:54.293Z[ helios-setup] Oct 22 00:03:52.690 INFO E| Downloaded tracing v0.1.37
23752024-10-22T00:03:54.302Z[ helios-setup] Oct 22 00:03:52.699 INFO E| Downloaded rustls-webpki v0.100.1
23762024-10-22T00:03:54.314Z[ helios-setup] Oct 22 00:03:52.710 INFO E| Downloaded tokio-util v0.7.7
23772024-10-22T00:03:54.325Z[ helios-setup] Oct 22 00:03:52.722 INFO E| Downloaded toml_edit v0.19.8
23782024-10-22T00:03:54.359Z[ helios-setup] Oct 22 00:03:52.756 INFO E| Downloaded unicode-normalization v0.1.22
23792024-10-22T00:03:54.374Z[ helios-setup] Oct 22 00:03:52.762 INFO E| Downloaded winnow v0.4.1
23802024-10-22T00:03:54.378Z[ helios-setup] Oct 22 00:03:52.775 INFO E| Downloaded serde_json v1.0.95
23812024-10-22T00:03:54.413Z[ helios-setup] Oct 22 00:03:52.810 INFO E| Downloaded rustls v0.21.0
23822024-10-22T00:03:54.435Z[ helios-setup] Oct 22 00:03:52.831 INFO E| Downloaded syn v2.0.72
23832024-10-22T00:03:54.454Z[ helios-setup] Oct 22 00:03:52.851 INFO E| Downloaded rustix v0.37.3
23842024-10-22T00:03:54.508Z[ helios-setup] Oct 22 00:03:52.904 INFO E| Downloaded rhai v1.14.0
23852024-10-22T00:03:54.529Z[ helios-setup] Oct 22 00:03:52.926 INFO E| Downloaded openapiv3 v1.0.2
23862024-10-22T00:03:54.560Z[ helios-setup] Oct 22 00:03:52.956 INFO E| Downloaded tokio v1.27.0
23872024-10-22T00:03:54.615Z[ helios-setup] Oct 22 00:03:53.012 INFO E| Downloaded regex v1.7.3
23882024-10-22T00:03:54.627Z[ helios-setup] Oct 22 00:03:53.023 INFO E| Downloaded git2 v0.16.1
23892024-10-22T00:03:54.639Z[ helios-setup] Oct 22 00:03:53.036 INFO E| Downloaded syn v1.0.107
23902024-10-22T00:03:54.658Z[ helios-setup] Oct 22 00:03:53.054 INFO E| Downloaded reqwest v0.11.16
23912024-10-22T00:03:54.669Z[ helios-setup] Oct 22 00:03:53.066 INFO E| Downloaded libc v0.2.139
23922024-10-22T00:03:54.709Z[ helios-setup] Oct 22 00:03:53.106 INFO E| Downloaded regress v0.5.0
23932024-10-22T00:03:54.721Z[ helios-setup] Oct 22 00:03:53.117 INFO E| Downloaded clap_builder v4.2.1
23942024-10-22T00:03:54.732Z[ helios-setup] Oct 22 00:03:53.128 INFO E| Downloaded hyper v0.14.25
23952024-10-22T00:03:54.746Z[ helios-setup] Oct 22 00:03:53.143 INFO E| Downloaded chrono v0.4.24
23962024-10-22T00:03:54.758Z[ helios-setup] Oct 22 00:03:53.154 INFO E| Downloaded rayon v1.6.1
23972024-10-22T00:03:54.773Z[ helios-setup] Oct 22 00:03:53.169 INFO E| Downloaded h2 v0.3.16
23982024-10-22T00:03:54.785Z[ helios-setup] Oct 22 00:03:53.181 INFO E| Downloaded futures-util v0.3.28
23992024-10-22T00:03:54.821Z[ helios-setup] Oct 22 00:03:53.217 INFO E| Downloaded flate2 v1.0.25
24002024-10-22T00:03:54.830Z[ helios-setup] Oct 22 00:03:53.227 INFO E| Downloaded crossbeam-channel v0.5.6
24012024-10-22T00:03:54.838Z[ helios-setup] Oct 22 00:03:53.235 INFO E| Downloaded serde v1.0.204
24022024-10-22T00:03:54.845Z[ helios-setup] Oct 22 00:03:53.241 INFO E| Downloaded tungstenite v0.18.0
24032024-10-22T00:03:54.850Z[ helios-setup] Oct 22 00:03:53.246 INFO E| Downloaded tracing-core v0.1.30
24042024-10-22T00:03:54.855Z[ helios-setup] Oct 22 00:03:53.251 INFO E| Downloaded serde_yaml v0.9.21
24052024-10-22T00:03:54.861Z[ helios-setup] Oct 22 00:03:53.257 INFO E| Downloaded rayon-core v1.10.2
24062024-10-22T00:03:54.868Z[ helios-setup] Oct 22 00:03:53.264 INFO E| Downloaded encoding_rs v0.8.32
24072024-10-22T00:03:54.909Z[ helios-setup] Oct 22 00:03:53.305 INFO E| Downloaded pest v2.5.7
24082024-10-22T00:03:54.917Z[ helios-setup] Oct 22 00:03:53.313 INFO E| Downloaded memchr v2.5.0
24092024-10-22T00:03:54.924Z[ helios-setup] Oct 22 00:03:53.321 INFO E| Downloaded cc v1.0.78
24102024-10-22T00:03:54.928Z[ helios-setup] Oct 22 00:03:53.325 INFO E| Downloaded serde_derive v1.0.204
24112024-10-22T00:03:54.933Z[ helios-setup] Oct 22 00:03:53.330 INFO E| Downloaded unicode-ident v1.0.8
24122024-10-22T00:03:54.938Z[ helios-setup] Oct 22 00:03:53.334 INFO E| Downloaded ucd-trie v0.1.5
24132024-10-22T00:03:54.940Z[ helios-setup] Oct 22 00:03:53.337 INFO E| Downloaded tinyvec v1.6.0
24142024-10-22T00:03:54.946Z[ helios-setup] Oct 22 00:03:53.342 INFO E| Downloaded miniz_oxide v0.6.2
24152024-10-22T00:03:54.949Z[ helios-setup] Oct 22 00:03:53.346 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24162024-10-22T00:03:55.050Z[ helios-setup] Oct 22 00:03:53.446 INFO E| Downloaded crossbeam-epoch v0.9.13
24172024-10-22T00:03:55.054Z[ helios-setup] Oct 22 00:03:53.451 INFO E| Downloaded base64 v0.21.0
24182024-10-22T00:03:55.060Z[ helios-setup] Oct 22 00:03:53.456 INFO E| Downloaded ahash v0.8.3
24192024-10-22T00:03:55.065Z[ helios-setup] Oct 22 00:03:53.460 INFO E| Downloaded proc-macro2 v1.0.86
24202024-10-22T00:03:55.068Z[ helios-setup] Oct 22 00:03:53.464 INFO E| Downloaded mio v0.8.5
24212024-10-22T00:03:55.075Z[ helios-setup] Oct 22 00:03:53.472 INFO E| Downloaded lock_api v0.4.9
24222024-10-22T00:03:55.079Z[ helios-setup] Oct 22 00:03:53.474 INFO E| Downloaded futures v0.3.28
24232024-10-22T00:03:55.086Z[ helios-setup] Oct 22 00:03:53.483 INFO E| Downloaded libz-sys v1.1.8
24242024-10-22T00:03:55.174Z[ helios-setup] Oct 22 00:03:53.570 INFO E| Downloaded crossbeam-utils v0.8.14
24252024-10-22T00:03:55.178Z[ helios-setup] Oct 22 00:03:53.574 INFO E| Downloaded tempfile v3.5.0
24262024-10-22T00:03:55.181Z[ helios-setup] Oct 22 00:03:53.578 INFO E| Downloaded socket2 v0.4.9
24272024-10-22T00:03:55.184Z[ helios-setup] Oct 22 00:03:53.581 INFO E| Downloaded schemars v0.8.12
24282024-10-22T00:03:55.203Z[ helios-setup] Oct 22 00:03:53.599 INFO E| Downloaded ryu v1.0.13
24292024-10-22T00:03:55.208Z[ helios-setup] Oct 22 00:03:53.604 INFO E| Downloaded http v0.2.9
24302024-10-22T00:03:55.214Z[ helios-setup] Oct 22 00:03:53.611 INFO E| Downloaded smallvec v1.10.0
24312024-10-22T00:03:55.217Z[ helios-setup] Oct 22 00:03:53.614 INFO E| Downloaded quote v1.0.36
24322024-10-22T00:03:55.221Z[ helios-setup] Oct 22 00:03:53.618 INFO E| Downloaded pin-project-lite v0.2.9
24332024-10-22T00:03:55.229Z[ helios-setup] Oct 22 00:03:53.625 INFO E| Downloaded once_cell v1.17.0
24342024-10-22T00:03:55.233Z[ helios-setup] Oct 22 00:03:53.629 INFO E| Downloaded strsim v0.10.0
24352024-10-22T00:03:55.235Z[ helios-setup] Oct 22 00:03:53.632 INFO E| Downloaded parking_lot_core v0.9.6
24362024-10-22T00:03:55.238Z[ helios-setup] Oct 22 00:03:53.635 INFO E| Downloaded ipnet v2.7.2
24372024-10-22T00:03:55.241Z[ helios-setup] Oct 22 00:03:53.638 INFO E| Downloaded iana-time-zone v0.1.56
24382024-10-22T00:03:55.245Z[ helios-setup] Oct 22 00:03:53.641 INFO E| Downloaded httpdate v1.0.2
24392024-10-22T00:03:55.247Z[ helios-setup] Oct 22 00:03:53.643 INFO E| Downloaded generic-array v0.14.6
24402024-10-22T00:03:55.250Z[ helios-setup] Oct 22 00:03:53.647 INFO E| Downloaded aho-corasick v0.7.20
24412024-10-22T00:03:55.256Z[ helios-setup] Oct 22 00:03:53.652 INFO E| Downloaded tokio-macros v2.0.0
24422024-10-22T00:03:55.258Z[ helios-setup] Oct 22 00:03:53.654 INFO E| Downloaded smartstring v1.0.1
24432024-10-22T00:03:55.262Z[ helios-setup] Oct 22 00:03:53.659 INFO E| Downloaded serde_derive_internals v0.26.0
24442024-10-22T00:03:55.265Z[ helios-setup] Oct 22 00:03:53.661 INFO E| Downloaded num_enum v0.5.7
24452024-10-22T00:03:55.271Z[ helios-setup] Oct 22 00:03:53.668 INFO E| Downloaded num-integer v0.1.45
24462024-10-22T00:03:55.273Z[ helios-setup] Oct 22 00:03:53.670 INFO E| Downloaded percent-encoding v2.2.0
24472024-10-22T00:03:55.276Z[ helios-setup] Oct 22 00:03:53.671 INFO E| Downloaded futures-io v0.3.28
24482024-10-22T00:03:55.276Z[ helios-setup] Oct 22 00:03:53.673 INFO E| Downloaded futures-core v0.3.28
24492024-10-22T00:03:55.279Z[ helios-setup] Oct 22 00:03:53.675 INFO E| Downloaded schemars_derive v0.8.12
24502024-10-22T00:03:55.281Z[ helios-setup] Oct 22 00:03:53.677 INFO E| Downloaded lazy_static v1.4.0
24512024-10-22T00:03:55.283Z[ helios-setup] Oct 22 00:03:53.679 INFO E| Downloaded itoa v1.0.6
24522024-10-22T00:03:55.294Z[ helios-setup] Oct 22 00:03:53.681 INFO E| Downloaded http-body v0.4.5
24532024-10-22T00:03:55.294Z[ helios-setup] Oct 22 00:03:53.683 INFO E| Downloaded home v0.5.4
24542024-10-22T00:03:55.294Z[ helios-setup] Oct 22 00:03:53.684 INFO E| Downloaded futures-sink v0.3.28
24552024-10-22T00:03:55.294Z[ helios-setup] Oct 22 00:03:53.686 INFO E| Downloaded errno v0.3.1
24562024-10-22T00:03:55.294Z[ helios-setup] Oct 22 00:03:53.688 INFO E| Downloaded either v1.8.0
24572024-10-22T00:03:55.294Z[ helios-setup] Oct 22 00:03:53.689 INFO E| Downloaded dyn-clone v1.0.11
24582024-10-22T00:03:55.302Z[ helios-setup] Oct 22 00:03:53.692 INFO E| Downloaded cpufeatures v0.2.5
24592024-10-22T00:03:55.302Z[ helios-setup] Oct 22 00:03:53.694 INFO E| Downloaded concolor-query v0.3.3
24602024-10-22T00:03:55.302Z[ helios-setup] Oct 22 00:03:53.695 INFO E| Downloaded toml_datetime v0.6.1
24612024-10-22T00:03:55.302Z[ helios-setup] Oct 22 00:03:53.697 INFO E| Downloaded slog-bunyan v2.4.0
24622024-10-22T00:03:55.302Z[ helios-setup] Oct 22 00:03:53.698 INFO E| Downloaded serde_spanned v0.6.1
24632024-10-22T00:03:55.310Z[ helios-setup] Oct 22 00:03:53.700 INFO E| Downloaded cargo-lock v8.0.3
24642024-10-22T00:03:55.310Z[ helios-setup] Oct 22 00:03:53.704 INFO E| Downloaded byteorder v1.4.3
24652024-10-22T00:03:55.310Z[ helios-setup] Oct 22 00:03:53.706 INFO E| Downloaded block-buffer v0.10.3
24662024-10-22T00:03:55.315Z[ helios-setup] Oct 22 00:03:53.708 INFO E| Downloaded anstyle-parse v0.1.1
24672024-10-22T00:03:55.315Z[ helios-setup] Oct 22 00:03:53.711 INFO E| Downloaded serde_tokenstream v0.2.0
24682024-10-22T00:03:55.319Z[ helios-setup] Oct 22 00:03:53.715 INFO E| Downloaded serde_path_to_error v0.1.11
24692024-10-22T00:03:55.321Z[ helios-setup] Oct 22 00:03:53.718 INFO E| Downloaded scopeguard v1.1.0
24702024-10-22T00:03:55.324Z[ helios-setup] Oct 22 00:03:53.719 INFO E| Downloaded const-random-macro v0.1.15
24712024-10-22T00:03:55.326Z[ helios-setup] Oct 22 00:03:53.721 INFO E| Downloaded anstream v0.2.6
24722024-10-22T00:03:55.329Z[ helios-setup] Oct 22 00:03:53.724 INFO E| Downloaded clap_lex v0.4.1
24732024-10-22T00:03:55.340Z[ helios-setup] Oct 22 00:03:53.732 INFO E| Downloaded async-stream v0.3.5
24742024-10-22T00:03:55.340Z[ helios-setup] Oct 22 00:03:53.732 INFO E| Downloaded crossbeam-deque v0.8.2
24752024-10-22T00:03:55.340Z[ helios-setup] Oct 22 00:03:53.732 INFO E| Downloaded pkg-config v0.3.26
24762024-10-22T00:03:55.343Z[ helios-setup] Oct 22 00:03:53.738 INFO E| Downloaded futures-executor v0.3.28
24772024-10-22T00:03:55.345Z[ helios-setup] Oct 22 00:03:53.740 INFO E| Downloaded clap_derive v4.2.0
24782024-10-22T00:03:55.351Z[ helios-setup] Oct 22 00:03:53.748 INFO E| Downloaded bincode v1.3.3
24792024-10-22T00:03:55.364Z[ helios-setup] Oct 22 00:03:53.760 INFO E| Downloaded memoffset v0.7.1
24802024-10-22T00:03:55.366Z[ helios-setup] Oct 22 00:03:53.762 INFO E| Downloaded jobserver v0.1.26
24812024-10-22T00:03:55.369Z[ helios-setup] Oct 22 00:03:53.765 INFO E| Downloaded is-terminal v0.4.7
24822024-10-22T00:03:55.371Z[ helios-setup] Oct 22 00:03:53.766 INFO E| Downloaded futures-task v0.3.28
24832024-10-22T00:03:55.373Z[ helios-setup] Oct 22 00:03:53.768 INFO E| Downloaded futures-macro v0.3.28
24842024-10-22T00:03:55.373Z[ helios-setup] Oct 22 00:03:53.770 INFO E| Downloaded form_urlencoded v1.1.0
24852024-10-22T00:03:55.376Z[ helios-setup] Oct 22 00:03:53.771 INFO E| Downloaded fastrand v1.9.0
24862024-10-22T00:03:55.376Z[ helios-setup] Oct 22 00:03:53.772 INFO E| Downloaded concolor-override v1.0.0
24872024-10-22T00:03:55.387Z[ helios-setup] Oct 22 00:03:53.784 INFO E| Downloaded const-random v0.1.15
24882024-10-22T00:03:55.390Z[ helios-setup] Oct 22 00:03:53.785 INFO E| Downloaded built v0.6.0
24892024-10-22T00:03:55.392Z[ helios-setup] Oct 22 00:03:53.787 INFO E| Downloaded async-stream-impl v0.3.5
24902024-10-22T00:03:55.392Z[ helios-setup] Oct 22 00:03:53.788 INFO E| Downloaded anstyle v0.3.5
24912024-10-22T00:03:55.662Z[ helios-setup] Oct 22 00:03:54.058 INFO E| Compiling proc-macro2 v1.0.86
24922024-10-22T00:03:55.662Z[ helios-setup] Oct 22 00:03:54.058 INFO E| Compiling libc v0.2.139
24932024-10-22T00:03:55.662Z[ helios-setup] Oct 22 00:03:54.059 INFO E| Compiling unicode-ident v1.0.8
24942024-10-22T00:03:55.666Z[ helios-setup] Oct 22 00:03:54.059 INFO E| Compiling autocfg v1.1.0
24952024-10-22T00:03:55.666Z[ helios-setup] Oct 22 00:03:54.059 INFO E| Compiling cfg-if v1.0.0
24962024-10-22T00:03:55.666Z[ helios-setup] Oct 22 00:03:54.059 INFO E| Compiling version_check v0.9.4
24972024-10-22T00:03:55.666Z[ helios-setup] Oct 22 00:03:54.059 INFO E| Compiling serde v1.0.204
24982024-10-22T00:03:55.666Z[ helios-setup] Oct 22 00:03:54.059 INFO E| Compiling syn v1.0.107
24992024-10-22T00:03:55.954Z[ host-package] Compiling tokio-tungstenite v0.21.0
25002024-10-22T00:03:56.131Z[ host-package] Compiling ciborium v0.2.2
25012024-10-22T00:03:56.465Z[ helios-setup] Oct 22 00:03:54.861 INFO E| Compiling memchr v2.5.0
25022024-10-22T00:03:56.858Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25032024-10-22T00:03:56.981Z[ helios-setup] Oct 22 00:03:55.376 INFO E| Compiling once_cell v1.17.0
25042024-10-22T00:03:57.802Z[ helios-setup] Oct 22 00:03:56.198 INFO E| Compiling log v0.4.17
25052024-10-22T00:03:57.971Z[ helios-setup] Oct 22 00:03:56.367 INFO E| Compiling thiserror v1.0.38
25062024-10-22T00:03:58.480Z[ helios-setup] Oct 22 00:03:56.877 INFO E| Compiling serde_json v1.0.95
25072024-10-22T00:03:59.055Z[ helios-setup] Oct 22 00:03:57.451 INFO E| Compiling quote v1.0.36
25082024-10-22T00:03:59.192Z[ helios-setup] Oct 22 00:03:57.588 INFO E| Compiling itoa v1.0.6
25092024-10-22T00:03:59.388Z[ host-package] Compiling fastrand v2.1.1
25102024-10-22T00:03:59.900Z[ helios-setup] Oct 22 00:03:58.296 INFO E| Compiling syn v2.0.72
25112024-10-22T00:04:00.345Z[ helios-setup] Oct 22 00:03:58.741 INFO E| Compiling getrandom v0.2.8
25122024-10-22T00:04:00.447Z[ host-package] Compiling same-file v1.0.6
25132024-10-22T00:04:00.458Z[ helios-setup] Oct 22 00:03:58.855 INFO E| Compiling indexmap v1.9.3
25142024-10-22T00:04:00.646Z[ helios-setup] Oct 22 00:03:59.043 INFO E| Compiling scopeguard v1.1.0
25152024-10-22T00:04:00.789Z[ host-package] Compiling tempfile v3.13.0
25162024-10-22T00:04:01.148Z[ helios-setup] Oct 22 00:03:59.545 INFO E| Compiling jobserver v0.1.26
25172024-10-22T00:04:01.151Z[ host-package] Compiling walkdir v2.5.0
25182024-10-22T00:04:01.299Z[ helios-setup] Oct 22 00:03:59.695 INFO E| Compiling pin-project-lite v0.2.9
25192024-10-22T00:04:01.517Z[ helios-setup] Oct 22 00:03:59.913 INFO E| Compiling num-integer v0.1.45
25202024-10-22T00:04:01.679Z[ helios-setup] Oct 22 00:04:00.076 INFO E| Compiling cc v1.0.78
25212024-10-22T00:04:01.730Z[ helios-setup] Oct 22 00:04:00.127 INFO E| Compiling bytes v1.4.0
25222024-10-22T00:04:01.854Z[ helios-setup] Oct 22 00:04:00.250 INFO E| Compiling futures-core v0.3.28
25232024-10-22T00:04:02.370Z[ host-package] Compiling ring v0.16.20
25242024-10-22T00:04:02.483Z[ host-package] Compiling blake3 v1.5.4
25252024-10-22T00:04:02.514Z[ helios-setup] Oct 22 00:04:00.910 INFO E| Compiling ryu v1.0.13
25262024-10-22T00:04:04.238Z[ helios-setup] Oct 22 00:04:02.634 INFO E| Compiling lock_api v0.4.9
25272024-10-22T00:04:04.413Z[ helios-setup] Oct 22 00:04:02.809 INFO E| Compiling parking_lot_core v0.9.6
25282024-10-22T00:04:04.452Z[ helios-setup] Oct 22 00:04:02.848 INFO E| Compiling bitflags v1.3.2
25292024-10-22T00:04:04.521Z[ helios-setup] Oct 22 00:04:02.918 INFO E| Compiling typenum v1.16.0
25302024-10-22T00:04:04.616Z[ helios-setup] Oct 22 00:04:03.012 INFO E| Compiling num_cpus v1.15.0
25312024-10-22T00:04:05.071Z[ helios-setup] Oct 22 00:04:03.467 INFO E| Compiling slab v0.4.7
25322024-10-22T00:04:05.392Z[ helios-setup] Oct 22 00:04:03.788 INFO E| Compiling generic-array v0.14.6
25332024-10-22T00:04:05.568Z[ helios-setup] Oct 22 00:04:03.965 INFO E| Compiling futures-channel v0.3.28
25342024-10-22T00:04:05.753Z[ helios-setup] Oct 22 00:04:04.150 INFO E| Compiling futures-task v0.3.28
25352024-10-22T00:04:05.856Z[ helios-setup] Oct 22 00:04:04.252 INFO E| Compiling futures-sink v0.3.28
25362024-10-22T00:04:06.546Z[ helios-setup] Oct 22 00:04:04.942 INFO E| Compiling tokio v1.27.0
25372024-10-22T00:04:07.047Z[ helios-setup] Oct 22 00:04:05.444 INFO E| Compiling schemars v0.8.12
25382024-10-22T00:04:07.179Z[ helios-setup] Oct 22 00:04:05.576 INFO E| Compiling futures-util v0.3.28
25392024-10-22T00:04:08.157Z[ helios-setup] Oct 22 00:04:06.553 INFO E| Compiling mio v0.8.5
25402024-10-22T00:04:08.341Z[ helios-setup] Oct 22 00:04:06.737 INFO E| Compiling socket2 v0.4.9
25412024-10-22T00:04:08.407Z[ helios-setup] Oct 22 00:04:06.803 INFO E| Compiling signal-hook-registry v1.4.0
25422024-10-22T00:04:08.487Z[ helios-setup] Oct 22 00:04:06.884 INFO E| Compiling num-traits v0.2.15
25432024-10-22T00:04:08.853Z[ helios-setup] Oct 22 00:04:07.250 INFO E| Compiling ahash v0.7.6
25442024-10-22T00:04:08.981Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25452024-10-22T00:04:08.981Z[ host-package] Compiling xattr v1.3.1
25462024-10-22T00:04:09.365Z[ helios-setup] Oct 22 00:04:07.761 INFO E| Compiling futures-io v0.3.28
25472024-10-22T00:04:09.396Z[ host-package] Compiling memmap2 v0.9.5
25482024-10-22T00:04:09.785Z[ helios-setup] Oct 22 00:04:08.181 INFO E| Compiling io-lifetimes v1.0.10
25492024-10-22T00:04:09.879Z[ host-package] Compiling filetime v0.2.25
25502024-10-22T00:04:10.329Z[ host-package] Compiling spin v0.5.2
25512024-10-22T00:04:10.453Z[ host-package] Compiling keccak v0.1.5
25522024-10-22T00:04:10.477Z[ helios-setup] Oct 22 00:04:08.874 INFO E| Compiling crunchy v0.2.2
25532024-10-22T00:04:11.242Z[ helios-setup] Oct 22 00:04:09.638 INFO E| Compiling serde_derive_internals v0.26.0
25542024-10-22T00:04:11.381Z[ helios-setup] Oct 22 00:04:09.778 INFO E| Compiling pin-utils v0.1.0
25552024-10-22T00:04:12.428Z[ helios-setup] Oct 22 00:04:10.824 INFO E| Compiling ahash v0.8.3
25562024-10-22T00:04:12.846Z[ host-package] Compiling arrayvec v0.7.6
25572024-10-22T00:04:12.975Z[ helios-setup] Oct 22 00:04:11.371 INFO E| Compiling hashbrown v0.12.3
25582024-10-22T00:04:13.053Z[ helios-setup] Oct 22 00:04:11.450 INFO E| Compiling tiny-keccak v2.0.2
25592024-10-22T00:04:13.066Z[ helios-setup] Oct 22 00:04:11.462 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25602024-10-22T00:04:13.521Z[ helios-setup] Oct 22 00:04:11.917 INFO E| Compiling rustix v0.37.3
25612024-10-22T00:04:13.570Z[ host-package] Compiling constant_time_eq v0.3.1
25622024-10-22T00:04:13.838Z[ host-package] Compiling untrusted v0.7.1
25632024-10-22T00:04:13.935Z[ host-package] Compiling arrayref v0.3.9
25642024-10-22T00:04:14.106Z[ host-package] Compiling sha3 v0.10.8
25652024-10-22T00:04:14.560Z[ helios-setup] Oct 22 00:04:12.957 INFO E| Compiling crypto-common v0.1.6
25662024-10-22T00:04:14.873Z[ helios-setup] Oct 22 00:04:13.269 INFO E| Compiling block-buffer v0.10.3
25672024-10-22T00:04:15.571Z[ helios-setup] Oct 22 00:04:13.968 INFO E| Compiling errno v0.3.1
25682024-10-22T00:04:15.976Z[ helios-setup] Oct 22 00:04:14.372 INFO E| Compiling fnv v1.0.7
25692024-10-22T00:04:15.979Z[ host-package] Compiling tar v0.4.42
25702024-10-22T00:04:16.107Z[ helios-setup] Oct 22 00:04:14.503 INFO E| Compiling crossbeam-utils v0.8.14
25712024-10-22T00:04:16.256Z[ helios-setup] Oct 22 00:04:14.653 INFO E| Compiling pkg-config v0.3.26
25722024-10-22T00:04:16.284Z[ helios-setup] Oct 22 00:04:14.680 INFO E| Compiling slog v2.7.0
25732024-10-22T00:04:16.400Z[ helios-setup] Oct 22 00:04:14.797 INFO E| Compiling http v0.2.9
25742024-10-22T00:04:16.458Z[ host-package] Compiling toolchain_find v0.4.0
25752024-10-22T00:04:16.927Z[ host-package] Compiling camino-tempfile v1.1.1
25762024-10-22T00:04:17.627Z[ host-package] Compiling nibble_vec v0.1.0
25772024-10-22T00:04:17.765Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25782024-10-22T00:04:17.880Z[ host-package] Compiling topological-sort v0.2.2
25792024-10-22T00:04:18.301Z[ host-package] Compiling endian-type v0.1.2
25802024-10-22T00:04:18.412Z[ host-package] Compiling maplit v1.0.2
25812024-10-22T00:04:18.838Z[ helios-setup] Oct 22 00:04:17.234 INFO E| Compiling digest v0.10.6
25822024-10-22T00:04:18.940Z[ host-package] Compiling glob v0.3.1
25832024-10-22T00:04:19.154Z[ host-package] Compiling crunchy v0.2.2
25842024-10-22T00:04:19.422Z[ helios-setup] Oct 22 00:04:17.818 INFO E| Compiling aho-corasick v0.7.20
25852024-10-22T00:04:19.712Z[ host-package] Compiling radix_trie v0.2.1
25862024-10-22T00:04:19.764Z[ helios-setup] Oct 22 00:04:18.149 INFO E| Compiling heck v0.4.1
25872024-10-22T00:04:19.814Z[ host-package] Compiling omicron-zone-package v0.11.1
25882024-10-22T00:04:20.386Z[ helios-setup] Oct 22 00:04:18.782 INFO E| Compiling httparse v1.8.0
25892024-10-22T00:04:20.550Z[ helios-setup] Oct 22 00:04:18.947 INFO E| Compiling cpufeatures v0.2.5
25902024-10-22T00:04:20.679Z[ helios-setup] Oct 22 00:04:19.076 INFO E| Compiling percent-encoding v2.2.0
25912024-10-22T00:04:20.691Z[ host-package] Compiling clang-sys v1.8.1
25922024-10-22T00:04:20.841Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25932024-10-22T00:04:21.142Z[ helios-setup] Oct 22 00:04:19.538 INFO E| Compiling thiserror-impl v1.0.38
25942024-10-22T00:04:21.376Z[ host-package] Compiling tiny-keccak v2.0.2
25952024-10-22T00:04:21.419Z[ helios-setup] Oct 22 00:04:19.815 INFO E| Compiling serde_derive v1.0.204
25962024-10-22T00:04:21.617Z[ helios-setup] Oct 22 00:04:20.014 INFO E| Compiling futures-macro v0.3.28
25972024-10-22T00:04:21.814Z[ helios-setup] Oct 22 00:04:20.210 INFO E| Compiling tokio-macros v2.0.0
25982024-10-22T00:04:21.901Z[ helios-setup] Oct 22 00:04:20.298 INFO E| Compiling schemars_derive v0.8.12
25992024-10-22T00:04:21.990Z[ helios-setup] Oct 22 00:04:20.386 INFO E| Compiling regex-syntax v0.6.29
26002024-10-22T00:04:22.228Z[ host-package] Compiling dsl_auto_type v0.1.2
26012024-10-22T00:04:22.481Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26022024-10-22T00:04:22.751Z[ host-package] Compiling secrecy v0.8.0
26032024-10-22T00:04:23.288Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26042024-10-22T00:04:23.522Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26052024-10-22T00:04:23.866Z[ helios-setup] Oct 22 00:04:22.262 INFO E| Compiling tinyvec_macros v0.1.1
26062024-10-22T00:04:24.116Z[ helios-setup] Oct 22 00:04:22.513 INFO E| Compiling unicode-width v0.1.10
26072024-10-22T00:04:24.279Z[ host-package] Compiling arc-swap v1.7.1
26082024-10-22T00:04:24.410Z[ helios-setup] Oct 22 00:04:22.807 INFO E| Compiling anyhow v1.0.68
26092024-10-22T00:04:24.731Z[ host-package] Compiling r2d2 v0.8.10
26102024-10-22T00:04:24.982Z[ helios-setup] Oct 22 00:04:23.378 INFO E| Compiling tinyvec v1.6.0
26112024-10-22T00:04:25.353Z[ host-package] Compiling diesel_derives v2.2.3
26122024-10-22T00:04:25.671Z[ host-package] Compiling slog-scope v4.4.0
26132024-10-22T00:04:25.738Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26142024-10-22T00:04:25.844Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26152024-10-22T00:04:25.967Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26162024-10-22T00:04:26.561Z[ helios-setup] Oct 22 00:04:24.957 INFO E| Compiling const-random-macro v0.1.15
26172024-10-22T00:04:26.644Z[ host-package] Compiling ascii-canvas v3.0.0
26182024-10-22T00:04:27.013Z[ host-package] Compiling universal-hash v0.5.1
26192024-10-22T00:04:27.522Z[ helios-setup] Oct 22 00:04:25.918 INFO E| Compiling form_urlencoded v1.1.0
26202024-10-22T00:04:27.571Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26212024-10-22T00:04:27.675Z[ host-package] Compiling ena v0.14.3
26222024-10-22T00:04:27.846Z[ helios-setup] Oct 22 00:04:26.241 INFO E| Compiling hashbrown v0.13.2
26232024-10-22T00:04:28.508Z[ host-package] Compiling libloading v0.8.5
26242024-10-22T00:04:28.558Z[ helios-setup] Oct 22 00:04:26.955 INFO E| Compiling chrono v0.4.24
26252024-10-22T00:04:28.561Z[ helios-setup] Oct 22 00:04:26.955 INFO E| Compiling libz-sys v1.1.8
26262024-10-22T00:04:28.903Z[ helios-setup] Oct 22 00:04:27.299 INFO E| Compiling regex v1.7.3
26272024-10-22T00:04:29.372Z[ host-package] Compiling bindgen v0.69.5
26282024-10-22T00:04:30.096Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26292024-10-22T00:04:30.774Z[ host-package] Compiling regex-syntax v0.6.29
26302024-10-22T00:04:32.602Z[ host-package] Compiling opaque-debug v0.3.1
26312024-10-22T00:04:32.693Z[ helios-setup] Oct 22 00:04:31.089 INFO E| Compiling dyn-clone v1.0.11
26322024-10-22T00:04:32.755Z[ helios-setup] Oct 22 00:04:31.152 INFO E| Compiling uuid v1.3.0
26332024-10-22T00:04:32.936Z[ helios-setup] Oct 22 00:04:31.332 INFO E| Compiling regress v0.5.0
26342024-10-22T00:04:32.955Z[ host-package] Compiling diff v0.1.13
26352024-10-22T00:04:33.369Z[ helios-setup] Oct 22 00:04:31.765 INFO E| Compiling unicode-normalization v0.1.22
26362024-10-22T00:04:33.687Z[ helios-setup] Oct 22 00:04:32.084 INFO E| Compiling const-random v0.1.15
26372024-10-22T00:04:34.396Z[ host-package] Compiling poly1305 v0.8.0
26382024-10-22T00:04:35.941Z[ helios-setup] Oct 22 00:04:34.337 INFO E| Compiling getopts v0.2.21
26392024-10-22T00:04:36.466Z[ helios-setup] Oct 22 00:04:34.862 INFO E| Compiling tracing-core v0.1.30
26402024-10-22T00:04:37.059Z[ helios-setup] Oct 22 00:04:35.455 INFO E| Compiling memoffset v0.7.1
26412024-10-22T00:04:37.368Z[ host-package] Compiling thiserror-no-std v2.0.2
26422024-10-22T00:04:37.976Z[ helios-setup] Oct 22 00:04:36.372 INFO E| Compiling ucd-trie v0.1.5
26432024-10-22T00:04:38.023Z[ host-package] Compiling lalrpop v0.19.12
26442024-10-22T00:04:38.207Z[ helios-setup] Oct 22 00:04:36.603 INFO E| Compiling num-conv v0.1.0
26452024-10-22T00:04:38.884Z[ helios-setup] Oct 22 00:04:37.281 INFO E| Compiling time-core v0.1.2
26462024-10-22T00:04:39.377Z[ helios-setup] Oct 22 00:04:37.773 INFO E| Compiling unicode-bidi v0.3.13
26472024-10-22T00:04:39.937Z[ helios-setup] Oct 22 00:04:38.333 INFO E| Compiling powerfmt v0.2.0
26482024-10-22T00:04:41.098Z[ helios-setup] Oct 22 00:04:39.495 INFO E| Compiling deranged v0.3.11
26492024-10-22T00:04:41.225Z[ helios-setup] Oct 22 00:04:39.622 INFO E| Compiling idna v0.3.0
26502024-10-22T00:04:41.896Z[ helios-setup] Oct 22 00:04:40.292 INFO E| Compiling time-macros v0.2.18
26512024-10-22T00:04:44.860Z[ helios-setup] Oct 22 00:04:43.256 INFO E| Compiling pest v2.5.7
26522024-10-22T00:04:45.672Z[ helios-setup] Oct 22 00:04:44.068 INFO E| Compiling tracing v0.1.37
26532024-10-22T00:04:47.467Z[ host-package] Compiling diesel v2.2.4
26542024-10-22T00:04:48.253Z[ helios-setup] Oct 22 00:04:46.648 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26552024-10-22T00:04:48.670Z[ helios-setup] Oct 22 00:04:47.066 INFO E| Compiling time v0.1.45
26562024-10-22T00:04:48.761Z[ helios-setup] Oct 22 00:04:47.157 INFO E| Compiling crossbeam-epoch v0.9.13
26572024-10-22T00:04:49.040Z[ helios-setup] Oct 22 00:04:47.436 INFO E| Compiling num_threads v0.1.6
26582024-10-22T00:04:49.410Z[ helios-setup] Oct 22 00:04:47.807 INFO E| Compiling toml v0.5.11
26592024-10-22T00:04:49.713Z[ helios-setup] Oct 22 00:04:48.110 INFO E| Compiling smallvec v1.10.0
26602024-10-22T00:04:51.008Z[ helios-setup] Oct 22 00:04:49.404 INFO E| Compiling serde_tokenstream v0.2.0
26612024-10-22T00:04:51.993Z[ helios-setup] Oct 22 00:04:50.389 INFO E| Compiling parking_lot v0.12.1
26622024-10-22T00:04:52.748Z[ helios-setup] Oct 22 00:04:51.144 INFO E| Compiling iana-time-zone v0.1.56
26632024-10-22T00:04:53.340Z[ helios-setup] Oct 22 00:04:51.734 INFO E| Compiling semver v1.0.17
26642024-10-22T00:04:55.056Z[ helios-setup] Oct 22 00:04:53.452 INFO E| Compiling time v0.3.36
26652024-10-22T00:04:56.471Z[ helios-setup] Oct 22 00:04:54.868 INFO E| Compiling semver-parser v0.10.2
26662024-10-22T00:04:59.762Z[ helios-setup] Oct 22 00:04:58.159 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26672024-10-22T00:05:01.374Z[ helios-setup] Oct 22 00:04:59.771 INFO E| Compiling url v2.3.1
26682024-10-22T00:05:03.412Z[ helios-setup] Oct 22 00:05:01.808 INFO E| Compiling crossbeam-channel v0.5.6
26692024-10-22T00:05:03.579Z[ host-package] Compiling slog-stdlog v4.1.1
26702024-10-22T00:05:05.369Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712024-10-22T00:05:05.679Z[ host-package] Compiling which v4.4.2
26722024-10-22T00:05:05.763Z[ helios-setup] Oct 22 00:05:04.159 INFO E| Compiling dirs-sys-next v0.1.2
26732024-10-22T00:05:06.596Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26742024-10-22T00:05:07.493Z[ helios-setup] Oct 22 00:05:05.888 INFO E| Compiling crc32fast v1.3.2
26752024-10-22T00:05:07.497Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762024-10-22T00:05:07.767Z[ host-package] Compiling chacha20 v0.9.1
26772024-10-22T00:05:07.953Z[ helios-setup] Oct 22 00:05:06.349 INFO E| Compiling try-lock v0.2.4
26782024-10-22T00:05:08.309Z[ host-package] Compiling cexpr v0.6.0
26792024-10-22T00:05:08.418Z[ helios-setup] Oct 22 00:05:06.814 INFO E| Compiling same-file v1.0.6
26802024-10-22T00:05:08.672Z[ host-package] Compiling aead v0.5.2
26812024-10-22T00:05:08.855Z[ helios-setup] Oct 22 00:05:07.251 INFO E| Compiling walkdir v2.3.3
26822024-10-22T00:05:09.047Z[ helios-setup] Oct 22 00:05:07.443 INFO E| Compiling want v0.3.0
26832024-10-22T00:05:09.443Z[ host-package] Compiling lazycell v1.3.0
26842024-10-22T00:05:10.299Z[ host-package] Compiling ref-cast v1.0.23
26852024-10-22T00:05:10.378Z[ helios-setup] Oct 22 00:05:08.775 INFO E| Compiling dirs-next v2.0.0
26862024-10-22T00:05:10.478Z[ helios-setup] Oct 22 00:05:08.874 INFO E| Compiling tokio-util v0.7.7
26872024-10-22T00:05:11.505Z[ host-package] Compiling rustc-hash v1.1.0
26882024-10-22T00:05:11.673Z[ host-package] Compiling chacha20poly1305 v0.10.1
26892024-10-22T00:05:12.358Z[ host-package] Compiling slog-envlogger v2.2.0
26902024-10-22T00:05:13.692Z[ helios-setup] Oct 22 00:05:12.088 INFO E| Compiling h2 v0.3.16
26912024-10-22T00:05:15.279Z[ helios-setup] Oct 22 00:05:13.675 INFO E| Compiling semver v0.11.0
26922024-10-22T00:05:15.442Z[ helios-setup] Oct 22 00:05:13.838 INFO E| Compiling proc-macro-crate v1.2.1
26932024-10-22T00:05:16.693Z[ helios-setup] Oct 22 00:05:15.089 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26942024-10-22T00:05:16.784Z[ host-package] Compiling vsss-rs v3.3.4
26952024-10-22T00:05:17.139Z[ helios-setup] Oct 22 00:05:15.534 INFO E| Compiling futures-executor v0.3.28
26962024-10-22T00:05:19.473Z[ helios-setup] Oct 22 00:05:17.869 INFO E| Compiling http-body v0.4.5
26972024-10-22T00:05:19.631Z[ helios-setup] Oct 22 00:05:18.027 INFO E| Compiling ring v0.16.20
26982024-10-22T00:05:20.736Z[ helios-setup] Oct 22 00:05:19.132 INFO E| Compiling rand_core v0.6.4
26992024-10-22T00:05:22.093Z[ helios-setup] Oct 22 00:05:20.489 INFO E| Compiling thread_local v1.1.7
27002024-10-22T00:05:22.148Z[ helios-setup] Oct 22 00:05:20.545 INFO E| Compiling home v0.5.4
27012024-10-22T00:05:22.639Z[ helios-setup] Oct 22 00:05:21.035 INFO E| Compiling fastrand v1.9.0
27022024-10-22T00:05:23.668Z[ helios-setup] Oct 22 00:05:22.065 INFO E| Compiling ppv-lite86 v0.2.17
27032024-10-22T00:05:23.694Z[ helios-setup] Oct 22 00:05:22.089 INFO E| Compiling adler v1.0.2
27042024-10-22T00:05:24.476Z[ helios-setup] Oct 22 00:05:22.872 INFO E| Compiling rayon-core v1.10.2
27052024-10-22T00:05:25.406Z[ helios-setup] Oct 22 00:05:23.802 INFO E| Compiling tower-service v0.3.2
27062024-10-22T00:05:25.873Z[ helios-setup] Oct 22 00:05:24.269 INFO E| Compiling utf8parse v0.2.1
27072024-10-22T00:05:25.966Z[ helios-setup] Oct 22 00:05:24.362 INFO E| Compiling httpdate v1.0.2
27082024-10-22T00:05:26.245Z[ helios-setup] Oct 22 00:05:24.641 INFO E| Compiling lazy_static v1.4.0
27092024-10-22T00:05:26.401Z[ helios-setup] Oct 22 00:05:24.798 INFO E| Compiling base64 v0.21.0
27102024-10-22T00:05:26.682Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27112024-10-22T00:05:26.721Z[ helios-setup] Oct 22 00:05:25.117 INFO E| Compiling toolchain_find v0.2.0
27122024-10-22T00:05:27.559Z[ helios-setup] Oct 22 00:05:25.955 INFO E| Compiling hyper v0.14.25
27132024-10-22T00:05:27.628Z[ helios-setup] Oct 22 00:05:26.025 INFO E| Compiling anstyle-parse v0.1.1
27142024-10-22T00:05:27.721Z[ host-package] Compiling derive_builder_core v0.20.2
27152024-10-22T00:05:29.185Z[ helios-setup] Oct 22 00:05:27.581 INFO E| Compiling rand_chacha v0.3.1
27162024-10-22T00:05:31.583Z[ helios-setup] Oct 22 00:05:29.979 INFO E| Compiling miniz_oxide v0.6.2
27172024-10-22T00:05:31.749Z[ helios-setup] Oct 22 00:05:30.145 INFO E| Compiling tempfile v3.5.0
27182024-10-22T00:05:31.973Z[ host-package] Compiling headers-core v0.3.0
27192024-10-22T00:05:32.034Z[ host-package] Compiling polar-core v0.27.3
27202024-10-22T00:05:32.467Z[ host-package] Compiling fxhash v0.2.1
27212024-10-22T00:05:33.026Z[ host-package] Compiling libxml v0.3.3
27222024-10-22T00:05:33.934Z[ host-package] Compiling ref-cast-impl v1.0.23
27232024-10-22T00:05:35.897Z[ host-package] Compiling headers v0.4.0
27242024-10-22T00:05:37.387Z[ host-package] Compiling derive_builder_macro v0.20.2
27252024-10-22T00:05:37.611Z[ helios-setup] Oct 22 00:05:36.007 INFO E| Compiling futures v0.3.28
27262024-10-22T00:05:40.353Z[ host-package] Compiling samael v0.0.17
27272024-10-22T00:05:41.748Z[ helios-setup] Oct 22 00:05:40.144 INFO E| Compiling num_enum_derive v0.5.7
27282024-10-22T00:05:42.782Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27292024-10-22T00:05:43.856Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27302024-10-22T00:05:44.664Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27312024-10-22T00:05:44.666Z[ helios-setup] Oct 22 00:05:43.061 INFO E| Compiling cargo-lock v8.0.3
27322024-10-22T00:05:48.143Z[ helios-setup] Oct 22 00:05:46.539 INFO E| Compiling crossbeam-deque v0.8.2
27332024-10-22T00:05:48.881Z[ host-package] Compiling phf_generator v0.11.2
27342024-10-22T00:05:49.272Z[ helios-setup] Oct 22 00:05:47.668 INFO E| Compiling term v0.7.0
27352024-10-22T00:05:49.399Z[ host-package] Compiling strum_macros v0.24.3
27362024-10-22T00:05:50.743Z[ helios-setup] Oct 22 00:05:49.140 INFO E| Compiling serde_urlencoded v0.7.1
27372024-10-22T00:05:51.907Z[ helios-setup] Oct 22 00:05:50.303 INFO E| Compiling is-terminal v0.4.7
27382024-10-22T00:05:52.108Z[ helios-setup] Oct 22 00:05:50.504 INFO E| Compiling sha2 v0.10.6
27392024-10-22T00:05:52.252Z[ helios-setup] Oct 22 00:05:50.648 INFO E| Compiling sha1 v0.10.5
27402024-10-22T00:05:52.339Z[ helios-setup] Oct 22 00:05:50.735 INFO E| Compiling atty v0.2.14
27412024-10-22T00:05:53.119Z[ helios-setup] Oct 22 00:05:51.515 INFO E| Compiling anstyle v0.3.5
27422024-10-22T00:05:54.378Z[ helios-setup] Oct 22 00:05:52.773 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27432024-10-22T00:05:54.700Z[ host-package] Compiling kstat-rs v0.2.4
27442024-10-22T00:05:55.103Z[ helios-setup] Oct 22 00:05:53.499 INFO E| Compiling concolor-query v0.3.3
27452024-10-22T00:05:55.634Z[ helios-setup] Oct 22 00:05:54.030 INFO E| Compiling concolor-override v1.0.0
27462024-10-22T00:05:56.080Z[ host-package] Compiling unicase v2.7.0
27472024-10-22T00:05:56.304Z[ host-package] Compiling indoc v1.0.9
27482024-10-22T00:05:56.779Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492024-10-22T00:05:56.835Z[ helios-setup] Oct 22 00:05:55.231 INFO E| Compiling anstream v0.2.6
27502024-10-22T00:05:58.078Z[ host-package] Compiling phf_codegen v0.11.2
27512024-10-22T00:05:58.646Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27522024-10-22T00:05:59.177Z[ helios-setup] Oct 22 00:05:57.573 INFO E| Compiling slog-term v2.9.0
27532024-10-22T00:05:59.768Z[ helios-setup] Oct 22 00:05:58.164 INFO E| Compiling flate2 v1.0.25
27542024-10-22T00:06:01.479Z[ helios-setup] Oct 22 00:05:59.874 INFO E| Compiling num_enum v0.5.7
27552024-10-22T00:06:01.748Z[ helios-setup] Oct 22 00:06:00.144 INFO E| Compiling rustfmt-wrapper v0.2.0
27562024-10-22T00:06:02.155Z[ helios-setup] Oct 22 00:06:00.550 INFO E| Compiling rand v0.8.5
27572024-10-22T00:06:02.734Z[ helios-setup] Oct 22 00:06:01.130 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27582024-10-22T00:06:02.868Z[ helios-setup] Oct 22 00:06:01.264 INFO E| Compiling openapiv3 v1.0.2
27592024-10-22T00:06:04.742Z[ helios-setup] Oct 22 00:06:03.138 INFO E| Compiling encoding_rs v0.8.32
27602024-10-22T00:06:05.805Z[ helios-setup] Oct 22 00:06:04.200 INFO E| Compiling spin v0.5.2
27612024-10-22T00:06:06.423Z[ helios-setup] Oct 22 00:06:04.819 INFO E| Compiling ipnet v2.7.2
27622024-10-22T00:06:09.367Z[ host-package] Compiling derive_builder v0.20.2
27632024-10-22T00:06:10.976Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27642024-10-22T00:06:11.505Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27652024-10-22T00:06:11.583Z[ helios-setup] Oct 22 00:06:09.979 INFO E| Compiling either v1.8.0
27662024-10-22T00:06:11.619Z[ helios-setup] Oct 22 00:06:10.015 INFO E| Compiling mime v0.3.17
27672024-10-22T00:06:11.827Z[ helios-setup] Oct 22 00:06:10.223 INFO E| Compiling project-root v0.2.2
27682024-10-22T00:06:12.369Z[ helios-setup] Oct 22 00:06:10.765 INFO E| Compiling untrusted v0.7.1
27692024-10-22T00:06:12.419Z[ helios-setup] Oct 22 00:06:10.815 INFO E| Compiling clap_lex v0.4.1
27702024-10-22T00:06:12.481Z[ host-package] Compiling oso-derive v0.27.3
27712024-10-22T00:06:12.725Z[ helios-setup] Oct 22 00:06:11.120 INFO E| Compiling byteorder v1.4.3
27722024-10-22T00:06:13.472Z[ helios-setup] Oct 22 00:06:11.868 INFO E| Compiling strsim v0.10.0
27732024-10-22T00:06:13.825Z[ helios-setup] Oct 22 00:06:12.220 INFO E| Compiling unsafe-libyaml v0.2.8
27742024-10-22T00:06:13.891Z[ helios-setup] Oct 22 00:06:12.287 INFO E| Compiling base64 v0.13.1
27752024-10-22T00:06:14.749Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27762024-10-22T00:06:15.538Z[ helios-setup] Oct 22 00:06:13.934 INFO E| Compiling utf-8 v0.7.6
27772024-10-22T00:06:15.785Z[ helios-setup] Oct 22 00:06:14.181 INFO E| Compiling clap_builder v4.2.1
27782024-10-22T00:06:16.187Z[ helios-setup] Oct 22 00:06:14.583 INFO E| Compiling tungstenite v0.18.0
27792024-10-22T00:06:17.506Z[ helios-setup] Oct 22 00:06:15.902 INFO E| Compiling serde_yaml v0.9.21
27802024-10-22T00:06:17.575Z[ helios-setup] Oct 22 00:06:15.971 INFO E| Compiling reqwest v0.11.16
27812024-10-22T00:06:20.367Z[ helios-setup] Oct 22 00:06:18.763 INFO E| Compiling rayon v1.6.1
27822024-10-22T00:06:20.719Z[ host-package] Compiling parse-zoneinfo v0.3.1
27832024-10-22T00:06:23.978Z[ host-package] Compiling libz-sys v1.1.20
27842024-10-22T00:06:24.593Z[ helios-setup] Oct 22 00:06:22.989 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27852024-10-22T00:06:25.427Z[ host-package] Compiling quick-xml v0.33.0
27862024-10-22T00:06:25.993Z[ helios-setup] Oct 22 00:06:24.389 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27872024-10-22T00:06:27.035Z[ helios-setup] Oct 22 00:06:25.431 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27882024-10-22T00:06:28.454Z[ host-package] Compiling diesel-dtrace v0.3.0
27892024-10-22T00:06:29.564Z[ host-package] Compiling parking_lot_core v0.8.6
27902024-10-22T00:06:30.754Z[ host-package] Compiling cfg_aliases v0.1.1
27912024-10-22T00:06:31.160Z[ host-package] Compiling nix v0.28.0
27922024-10-22T00:06:31.726Z[ helios-setup] Oct 22 00:06:30.122 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27932024-10-22T00:06:32.012Z[ helios-setup] Oct 22 00:06:30.407 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27942024-10-22T00:06:32.057Z[ helios-setup] Oct 22 00:06:30.453 INFO E| Compiling clap_derive v4.2.0
27952024-10-22T00:06:33.331Z[ host-package] Compiling oso v0.27.3
27962024-10-22T00:06:34.037Z[ host-package] Compiling chrono-tz-build v0.4.0
27972024-10-22T00:06:35.134Z[ helios-setup] Oct 22 00:06:33.525 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27982024-10-22T00:06:35.272Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27992024-10-22T00:06:36.331Z[ helios-setup] Oct 22 00:06:34.727 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28002024-10-22T00:06:36.422Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28012024-10-22T00:06:38.467Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28022024-10-22T00:06:41.412Z[ helios-setup] Oct 22 00:06:39.808 INFO E| Compiling clap v4.2.1
28032024-10-22T00:06:44.753Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28042024-10-22T00:06:45.441Z[ host-package] Compiling bb8 v0.8.5
28052024-10-22T00:06:45.920Z[ host-package] Compiling const_format_proc_macros v0.2.33
28062024-10-22T00:06:47.405Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28072024-10-22T00:06:49.178Z[ host-package] Compiling vte v0.11.1
28082024-10-22T00:06:49.637Z[ host-package] Compiling const_format v0.2.33
28092024-10-22T00:06:52.446Z[ host-package] Compiling async-bb8-diesel v0.2.1
28102024-10-22T00:06:52.751Z[ host-package] Compiling chrono-tz v0.10.0
28112024-10-22T00:06:56.481Z[ host-package] Compiling fd-lock v4.0.2
28122024-10-22T00:06:56.538Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28132024-10-22T00:06:57.245Z[ host-package] Compiling atty v0.2.14
28142024-10-22T00:06:57.907Z[ host-package] Compiling bytecount v0.6.8
28152024-10-22T00:06:58.383Z[ host-package] Compiling salty v0.3.0
28162024-10-22T00:06:58.860Z[ helios-setup] Oct 22 00:06:57.255 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28172024-10-22T00:06:59.718Z[ host-package] Compiling papergrid v0.11.0
28182024-10-22T00:07:01.874Z[ helios-setup] Oct 22 00:07:00.269 INFO E| Compiling tokio-tungstenite v0.18.0
28192024-10-22T00:07:03.257Z[ helios-setup] Oct 22 00:07:01.653 INFO E| Compiling smartstring v1.0.1
28202024-10-22T00:07:04.069Z[ helios-setup] Oct 22 00:07:02.463 INFO E| Compiling rustls v0.21.0
28212024-10-22T00:07:05.916Z[ helios-setup] Oct 22 00:07:04.311 INFO E| Compiling toml_datetime v0.6.1
28222024-10-22T00:07:07.504Z[ helios-setup] Oct 22 00:07:05.899 INFO E| Compiling serde_spanned v0.6.1
28232024-10-22T00:07:08.117Z[ helios-setup] Oct 22 00:07:06.505 INFO E| Compiling async-trait v0.1.68
28242024-10-22T00:07:08.121Z[ helios-setup] Oct 22 00:07:06.517 INFO E| Compiling static_assertions v1.1.0
28252024-10-22T00:07:08.346Z[ helios-setup] Oct 22 00:07:06.741 INFO E| Compiling camino v1.1.4
28262024-10-22T00:07:09.100Z[ helios-setup] Oct 22 00:07:07.496 INFO E| Compiling winnow v0.4.1
28272024-10-22T00:07:09.210Z[ helios-setup] Oct 22 00:07:07.605 INFO E| Compiling match_cfg v0.1.0
28282024-10-22T00:07:09.377Z[ host-package] Compiling parking_lot v0.11.2
28292024-10-22T00:07:09.434Z[ helios-setup] Oct 22 00:07:07.830 INFO E| Compiling paste v1.0.12
28302024-10-22T00:07:10.317Z[ helios-setup] Oct 22 00:07:08.713 INFO E| Compiling slog-async v2.7.0
28312024-10-22T00:07:11.010Z[ helios-setup] Oct 22 00:07:09.406 INFO E| Compiling hostname v0.3.1
28322024-10-22T00:07:11.975Z[ helios-setup] Oct 22 00:07:10.371 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28332024-10-22T00:07:13.490Z[ helios-setup] Oct 22 00:07:11.886 INFO E| Compiling slog-json v2.6.1
28342024-10-22T00:07:14.493Z[ helios-setup] Oct 22 00:07:12.888 INFO E| Compiling unicode-linebreak v0.1.4
28352024-10-22T00:07:16.779Z[ helios-setup] Oct 22 00:07:15.175 INFO E| Compiling toml_edit v0.19.8
28362024-10-22T00:07:20.065Z[ helios-setup] Oct 22 00:07:18.460 INFO E| Compiling async-stream-impl v0.3.5
28372024-10-22T00:07:23.112Z[ helios-setup] Oct 22 00:07:21.506 INFO E| Compiling rhai_codegen v1.5.0
28382024-10-22T00:07:23.706Z[ helios-setup] Oct 22 00:07:22.101 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28392024-10-22T00:07:24.258Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28402024-10-22T00:07:24.404Z[ helios-setup] Oct 22 00:07:22.800 INFO E| Compiling take_mut v0.2.2
28412024-10-22T00:07:25.891Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28422024-10-22T00:07:26.013Z[ host-package] Compiling tabled_derive v0.7.0
28432024-10-22T00:07:28.390Z[ helios-setup] Oct 22 00:07:26.785 INFO E| Compiling toml v0.7.3
28442024-10-22T00:07:28.816Z[ helios-setup] Oct 22 00:07:27.211 INFO E| Compiling rhai v1.14.0
28452024-10-22T00:07:30.661Z[ helios-setup] Oct 22 00:07:29.051 INFO E| Compiling async-stream v0.3.5
28462024-10-22T00:07:30.703Z[ host-package] Compiling peg-macros v0.8.4
28472024-10-22T00:07:31.755Z[ helios-setup] Oct 22 00:07:30.150 INFO E| Compiling slog-bunyan v2.4.0
28482024-10-22T00:07:35.219Z[ host-package] Compiling sqlparser_derive v0.2.2
28492024-10-22T00:07:36.984Z[ helios-setup] Oct 22 00:07:35.379 INFO E| Compiling rustls-pemfile v1.0.2
28502024-10-22T00:07:37.631Z[ host-package] Compiling unicode_categories v0.1.1
28512024-10-22T00:07:38.135Z[ helios-setup] Oct 22 00:07:36.530 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28522024-10-22T00:07:38.212Z[ host-package] Compiling nu-ansi-term v0.50.1
28532024-10-22T00:07:38.378Z[ host-package] Compiling sqlformat v0.2.6
28542024-10-22T00:07:38.538Z[ helios-setup] Oct 22 00:07:36.933 INFO E| Compiling serde_path_to_error v0.1.11
28552024-10-22T00:07:38.939Z[ helios-setup] Oct 22 00:07:37.334 INFO E| Compiling bincode v1.3.3
28562024-10-22T00:07:40.302Z[ host-package] Compiling reedline v0.35.0
28572024-10-22T00:07:40.910Z[ helios-setup] Oct 22 00:07:39.306 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28582024-10-22T00:07:41.388Z[ helios-setup] Oct 22 00:07:39.782 INFO E| Compiling terminal_size v0.2.6
28592024-10-22T00:07:42.077Z[ helios-setup] Oct 22 00:07:40.472 INFO E| Compiling smawk v0.3.1
28602024-10-22T00:07:42.662Z[ helios-setup] Oct 22 00:07:41.057 INFO E| Compiling textwrap v0.16.0
28612024-10-22T00:07:52.403Z[ helios-setup] Oct 22 00:07:50.797 INFO E| Compiling sct v0.7.0
28622024-10-22T00:07:52.505Z[ helios-setup] Oct 22 00:07:50.900 INFO E| Compiling rustls-webpki v0.100.1
28632024-10-22T00:07:59.881Z[ helios-setup] Oct 22 00:07:58.276 INFO E| Compiling git2 v0.16.1
28642024-10-22T00:08:00.835Z[ host-package] Compiling rustyline v14.0.0
28652024-10-22T00:08:01.425Z[ helios-setup] Oct 22 00:07:59.821 INFO E| Compiling tokio-rustls v0.24.0
28662024-10-22T00:08:06.833Z[ helios-setup] Oct 22 00:08:05.228 INFO E| Compiling built v0.6.0
28672024-10-22T00:08:07.239Z[ host-package] Compiling peg v0.8.4
28682024-10-22T00:08:07.439Z[ host-package] Compiling sqlparser v0.45.0
28692024-10-22T00:08:09.502Z[ host-package] Compiling tabled v0.15.0
28702024-10-22T00:08:11.181Z[ helios-setup] Oct 22 00:08:09.576 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28712024-10-22T00:08:14.422Z[ helios-setup] Oct 22 00:08:12.817 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28722024-10-22T00:08:15.410Z[ helios-setup] Oct 22 00:08:13.805 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28732024-10-22T00:08:18.956Z[ host-package] Compiling sled v0.34.7
28742024-10-22T00:08:21.449Z[ host-package] Compiling mime_guess v2.0.5
28752024-10-22T00:08:25.057Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762024-10-22T00:08:28.324Z[ host-package] Compiling hickory-client v0.24.1
28772024-10-22T00:08:29.521Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28782024-10-22T00:08:33.985Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28792024-10-22T00:08:36.989Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28802024-10-22T00:08:39.247Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28812024-10-22T00:08:41.076Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28822024-10-22T00:08:42.833Z[ host-package] Compiling hickory-server v0.24.1
28832024-10-22T00:08:43.298Z[ host-package] Compiling primeorder v0.13.6
28842024-10-22T00:08:43.324Z[ helios-setup] Oct 22 00:08:41.717 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28852024-10-22T00:08:44.119Z[ host-package] Compiling vergen v8.3.2
28862024-10-22T00:08:44.294Z[ host-package] Compiling bcs v0.1.6
28872024-10-22T00:08:44.691Z[ host-package] Compiling env_filter v0.1.2
28882024-10-22T00:08:45.513Z[ host-package] Compiling cargo-platform v0.1.8
28892024-10-22T00:08:45.746Z[ helios-setup] Oct 22 00:08:44.141 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28902024-10-22T00:08:46.299Z[ host-package] Compiling nanorand v0.7.0
28912024-10-22T00:08:46.353Z[ host-package] Compiling memoffset v0.9.1
28922024-10-22T00:08:47.121Z[ host-package] Compiling flume v0.11.0
28932024-10-22T00:08:47.324Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28942024-10-22T00:08:48.279Z[ host-package] Compiling cargo_metadata v0.18.1
28952024-10-22T00:08:51.450Z[ host-package] Compiling env_logger v0.11.5
28962024-10-22T00:08:54.298Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972024-10-22T00:08:55.049Z[ host-package] Compiling p384 v0.13.0
28982024-10-22T00:09:02.653Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28992024-10-22T00:09:07.187Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29002024-10-22T00:09:11.649Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29012024-10-22T00:09:14.199Z[ host-package] Compiling git2 v0.19.0
29022024-10-22T00:09:14.528Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29032024-10-22T00:09:24.938Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29042024-10-22T00:09:27.346Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29052024-10-22T00:09:28.528Z[ helios-setup] Oct 22 00:09:26.923 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29062024-10-22T00:09:28.807Z[ host-package] Compiling rand_seeder v0.3.0
29072024-10-22T00:09:28.980Z[ host-package] Compiling libsqlite3-sys v0.30.1
29082024-10-22T00:09:29.274Z[ host-package] Compiling lzma-sys v0.1.20
29092024-10-22T00:09:29.555Z[ host-package] Compiling cfg_aliases v0.2.1
29102024-10-22T00:09:29.634Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29112024-10-22T00:09:29.695Z[ host-package] Compiling rustls v0.21.12
29122024-10-22T00:09:30.206Z[ host-package] Compiling nix v0.29.0
29132024-10-22T00:09:30.453Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29142024-10-22T00:09:32.681Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29152024-10-22T00:09:33.154Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29162024-10-22T00:09:33.280Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29172024-10-22T00:09:34.299Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29182024-10-22T00:09:34.780Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29192024-10-22T00:09:39.263Z[ host-package] Compiling sct v0.7.1
29202024-10-22T00:09:39.462Z[ host-package] Compiling rustls-webpki v0.101.7
29212024-10-22T00:09:39.944Z[ host-package] Compiling heck v0.3.3
29222024-10-22T00:09:40.496Z[ host-package] Compiling castaway v0.2.3
29232024-10-22T00:09:40.733Z[ host-package] Compiling csv-core v0.1.11
29242024-10-22T00:09:41.783Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29252024-10-22T00:09:42.322Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29262024-10-22T00:09:42.845Z[ host-package] Compiling http-range v0.1.5
29272024-10-22T00:09:44.381Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29282024-10-22T00:09:45.763Z[ host-package] Compiling hyper-staticfile v0.10.1
29292024-10-22T00:09:49.915Z[ host-package] Compiling csv v1.3.0
29302024-10-22T00:09:53.239Z[ host-package] Compiling compact_str v0.8.0
29312024-10-22T00:09:53.505Z[ host-package] Compiling zone_cfg_derive v0.1.2
29322024-10-22T00:09:56.231Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29332024-10-22T00:09:57.734Z[ host-package] Compiling nix v0.27.1
29342024-10-22T00:10:02.709Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29352024-10-22T00:10:04.606Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29362024-10-22T00:10:10.352Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29372024-10-22T00:10:23.010Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29382024-10-22T00:10:23.258Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29392024-10-22T00:10:23.482Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29402024-10-22T00:10:26.686Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29412024-10-22T00:10:27.323Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29422024-10-22T00:10:27.931Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29432024-10-22T00:10:28.380Z[ host-package] Compiling unicode-truncate v1.1.0
29442024-10-22T00:10:28.867Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29452024-10-22T00:10:29.692Z[ host-package] Compiling hashlink v0.9.1
29462024-10-22T00:10:30.979Z[ host-package] Compiling tungstenite v0.23.0
29472024-10-22T00:10:33.320Z[ host-package] Compiling lru v0.12.5
29482024-10-22T00:10:33.750Z[ host-package] Compiling instability v0.3.2
29492024-10-22T00:10:34.148Z[ helios-setup] Oct 22 00:10:32.543 INFO E| Finished `release` profile [optimized] target(s) in 6m 47s
29502024-10-22T00:10:34.300Z[ helios-setup] Oct 22 00:10:32.695 INFO building project "pilot" ok (407 seconds)
29512024-10-22T00:10:34.304Z[ helios-setup] Oct 22 00:10:32.695 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29522024-10-22T00:10:34.304Z[ helios-setup] Oct 22 00:10:32.695 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29532024-10-22T00:10:34.772Z[ helios-setup] Oct 22 00:10:33.167 INFO E| Downloading crates ...
29542024-10-22T00:10:34.822Z[ host-package] Compiling base64 v0.13.1
29552024-10-22T00:10:34.855Z[ host-package] Compiling fallible-iterator v0.3.0
29562024-10-22T00:10:34.886Z[ helios-setup] Oct 22 00:10:33.278 INFO E| Downloaded miniz_oxide v0.7.2
29572024-10-22T00:10:35.066Z[ helios-setup] Oct 22 00:10:33.461 INFO E| Compiling adler v1.0.2
29582024-10-22T00:10:35.225Z[ helios-setup] Oct 22 00:10:33.620 INFO E| Compiling miniz_oxide v0.7.2
29592024-10-22T00:10:35.700Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29602024-10-22T00:10:35.763Z[ host-package] Compiling cassowary v0.3.0
29612024-10-22T00:10:36.018Z[ host-package] Compiling rusqlite v0.32.1
29622024-10-22T00:10:37.426Z[ host-package] Compiling ratatui v0.28.1
29632024-10-22T00:10:37.691Z[ host-package] Compiling ron v0.7.1
29642024-10-22T00:10:37.901Z[ helios-setup] Oct 22 00:10:36.296 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29652024-10-22T00:10:39.000Z[ helios-setup] Oct 22 00:10:37.394 INFO E| Finished `release` profile [optimized] target(s) in 4.59s
29662024-10-22T00:10:39.011Z[ helios-setup] Oct 22 00:10:37.405 INFO building project "pinprick" ok (4 seconds)
29672024-10-22T00:10:39.011Z[ helios-setup] Oct 22 00:10:37.406 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29682024-10-22T00:10:39.011Z[ helios-setup] Oct 22 00:10:37.406 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29692024-10-22T00:10:39.323Z[ helios-setup] Oct 22 00:10:37.718 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29702024-10-22T00:10:39.895Z[ helios-setup] Oct 22 00:10:38.290 INFO E| From https://github.com/jclulow/rust-jmclib
29712024-10-22T00:10:39.895Z[ helios-setup] Oct 22 00:10:38.290 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29722024-10-22T00:10:39.916Z[ helios-setup] Oct 22 00:10:38.311 INFO E| Updating crates.io index
29732024-10-22T00:10:40.137Z[ helios-setup] Oct 22 00:10:38.532 INFO E| Downloading crates ...
29742024-10-22T00:10:40.237Z[ helios-setup] Oct 22 00:10:38.631 INFO E| Downloaded itoa v1.0.9
29752024-10-22T00:10:40.241Z[ helios-setup] Oct 22 00:10:38.634 INFO E| Downloaded fastrand v2.0.0
29762024-10-22T00:10:40.275Z[ helios-setup] Oct 22 00:10:38.669 INFO E| Downloaded tempfile v3.7.0
29772024-10-22T00:10:40.278Z[ helios-setup] Oct 22 00:10:38.673 INFO E| Downloaded ryu v1.0.15
29782024-10-22T00:10:40.283Z[ helios-setup] Oct 22 00:10:38.678 INFO E| Downloaded opaque-debug v0.3.0
29792024-10-22T00:10:40.286Z[ helios-setup] Oct 22 00:10:38.680 INFO E| Downloaded unicode-ident v1.0.11
29802024-10-22T00:10:40.289Z[ helios-setup] Oct 22 00:10:38.684 INFO E| Downloaded block-buffer v0.9.0
29812024-10-22T00:10:40.292Z[ helios-setup] Oct 22 00:10:38.686 INFO E| Downloaded quote v1.0.31
29822024-10-22T00:10:40.295Z[ helios-setup] Oct 22 00:10:38.690 INFO E| Downloaded once_cell v1.18.0
29832024-10-22T00:10:40.300Z[ helios-setup] Oct 22 00:10:38.695 INFO E| Downloaded md-5 v0.9.1
29842024-10-22T00:10:40.302Z[ helios-setup] Oct 22 00:10:38.697 INFO E| Downloaded sha-1 v0.9.8
29852024-10-22T00:10:40.305Z[ helios-setup] Oct 22 00:10:38.700 INFO E| Downloaded serde_derive v1.0.193
29862024-10-22T00:10:40.310Z[ helios-setup] Oct 22 00:10:38.705 INFO E| Downloaded libdevinfo-sys v1.0.0
29872024-10-22T00:10:40.313Z[ helios-setup] Oct 22 00:10:38.706 INFO E| Downloaded uuid v0.8.2
29882024-10-22T00:10:40.317Z[ helios-setup] Oct 22 00:10:38.712 INFO E| Downloaded proc-macro2 v1.0.66
29892024-10-22T00:10:40.321Z[ helios-setup] Oct 22 00:10:38.716 INFO E| Downloaded serde v1.0.193
29902024-10-22T00:10:40.327Z[ helios-setup] Oct 22 00:10:38.722 INFO E| Downloaded getrandom v0.2.10
29912024-10-22T00:10:40.331Z[ helios-setup] Oct 22 00:10:38.726 INFO E| Downloaded anyhow v1.0.72
29922024-10-22T00:10:40.338Z[ helios-setup] Oct 22 00:10:38.733 INFO E| Downloaded digest v0.9.0
29932024-10-22T00:10:40.340Z[ helios-setup] Oct 22 00:10:38.735 INFO E| Downloaded cpufeatures v0.2.9
29942024-10-22T00:10:40.343Z[ helios-setup] Oct 22 00:10:38.737 INFO E| Downloaded bitflags v2.3.3
29952024-10-22T00:10:40.346Z[ helios-setup] Oct 22 00:10:38.741 INFO E| Downloaded serde_json v1.0.103
29962024-10-22T00:10:40.362Z[ helios-setup] Oct 22 00:10:38.757 INFO E| Downloaded syn v2.0.32
29972024-10-22T00:10:40.378Z[ helios-setup] Oct 22 00:10:38.773 INFO E| Downloaded rustix v0.38.4
29982024-10-22T00:10:40.409Z[ helios-setup] Oct 22 00:10:38.804 INFO E| Downloaded libc v0.2.147
29992024-10-22T00:10:40.699Z[ helios-setup] Oct 22 00:10:39.093 INFO E| Compiling libc v0.2.147
30002024-10-22T00:10:40.699Z[ helios-setup] Oct 22 00:10:39.093 INFO E| Compiling proc-macro2 v1.0.66
30012024-10-22T00:10:40.699Z[ helios-setup] Oct 22 00:10:39.093 INFO E| Compiling cfg-if v1.0.0
30022024-10-22T00:10:40.702Z[ helios-setup] Oct 22 00:10:39.093 INFO E| Compiling unicode-ident v1.0.11
30032024-10-22T00:10:40.702Z[ helios-setup] Oct 22 00:10:39.093 INFO E| Compiling version_check v0.9.4
30042024-10-22T00:10:40.702Z[ helios-setup] Oct 22 00:10:39.093 INFO E| Compiling typenum v1.16.0
30052024-10-22T00:10:40.702Z[ helios-setup] Oct 22 00:10:39.094 INFO E| Compiling serde v1.0.193
30062024-10-22T00:10:40.702Z[ helios-setup] Oct 22 00:10:39.094 INFO E| Compiling itoa v1.0.9
30072024-10-22T00:10:41.365Z[ helios-setup] Oct 22 00:10:39.760 INFO E| Compiling num-conv v0.1.0
30082024-10-22T00:10:41.467Z[ helios-setup] Oct 22 00:10:39.862 INFO E| Compiling rustix v0.38.4
30092024-10-22T00:10:41.814Z[ helios-setup] Oct 22 00:10:40.209 INFO E| Compiling powerfmt v0.2.0
30102024-10-22T00:10:41.874Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30112024-10-22T00:10:41.969Z[ helios-setup] Oct 22 00:10:40.364 INFO E| Compiling slog v2.7.0
30122024-10-22T00:10:42.623Z[ helios-setup] Oct 22 00:10:41.018 INFO E| Compiling time-core v0.1.2
30132024-10-22T00:10:42.757Z[ helios-setup] Oct 22 00:10:41.151 INFO E| Compiling generic-array v0.14.7
30142024-10-22T00:10:42.829Z[ helios-setup] Oct 22 00:10:41.224 INFO E| Compiling deranged v0.3.11
30152024-10-22T00:10:43.004Z[ helios-setup] Oct 22 00:10:41.399 INFO E| Compiling time-macros v0.2.18
30162024-10-22T00:10:43.042Z[ helios-setup] Oct 22 00:10:41.436 INFO E| Compiling num_threads v0.1.6
30172024-10-22T00:10:43.120Z[ helios-setup] Oct 22 00:10:41.515 INFO E| Compiling bitflags v2.3.3
30182024-10-22T00:10:43.395Z[ helios-setup] Oct 22 00:10:41.790 INFO E| Compiling once_cell v1.18.0
30192024-10-22T00:10:43.851Z[ helios-setup] Oct 22 00:10:42.246 INFO E| Compiling quote v1.0.31
30202024-10-22T00:10:44.111Z[ helios-setup] Oct 22 00:10:42.506 INFO E| Compiling dirs-sys-next v0.1.2
30212024-10-22T00:10:44.542Z[ helios-setup] Oct 22 00:10:42.937 INFO E| Compiling syn v2.0.32
30222024-10-22T00:10:44.910Z[ helios-setup] Oct 22 00:10:43.305 INFO E| Compiling dirs-next v2.0.0
30232024-10-22T00:10:45.120Z[ helios-setup] Oct 22 00:10:43.515 INFO E| Compiling errno v0.3.1
30242024-10-22T00:10:45.273Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30252024-10-22T00:10:45.343Z[ helios-setup] Oct 22 00:10:43.738 INFO E| Compiling term v0.7.0
30262024-10-22T00:10:45.434Z[ host-package] Compiling tokio-tungstenite v0.23.1
30272024-10-22T00:10:45.444Z[ helios-setup] Oct 22 00:10:43.839 INFO E| Compiling thread_local v1.1.7
30282024-10-22T00:10:45.501Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30292024-10-22T00:10:45.834Z[ helios-setup] Oct 22 00:10:44.228 INFO E| Compiling atty v0.2.14
30302024-10-22T00:10:46.662Z[ helios-setup] Oct 22 00:10:45.056 INFO E| Compiling fastrand v2.0.0
30312024-10-22T00:10:46.924Z[ helios-setup] Oct 22 00:10:45.318 INFO E| Compiling opaque-debug v0.3.0
30322024-10-22T00:10:47.023Z[ helios-setup] Oct 22 00:10:45.418 INFO E| Compiling serde_json v1.0.103
30332024-10-22T00:10:47.361Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30342024-10-22T00:10:47.848Z[ helios-setup] Oct 22 00:10:46.243 INFO E| Compiling anyhow v1.0.72
30352024-10-22T00:10:48.145Z[ helios-setup] Oct 22 00:10:46.540 INFO E| Compiling getrandom v0.2.10
30362024-10-22T00:10:48.378Z[ helios-setup] Oct 22 00:10:46.773 INFO E| Compiling digest v0.9.0
30372024-10-22T00:10:48.486Z[ helios-setup] Oct 22 00:10:46.881 INFO E| Compiling block-buffer v0.9.0
30382024-10-22T00:10:48.588Z[ helios-setup] Oct 22 00:10:46.983 INFO E| Compiling time v0.3.36
30392024-10-22T00:10:48.884Z[ helios-setup] Oct 22 00:10:47.279 INFO E| Compiling tempfile v3.7.0
30402024-10-22T00:10:48.893Z[ helios-setup] Oct 22 00:10:47.288 INFO E| Compiling same-file v1.0.6
30412024-10-22T00:10:48.913Z[ helios-setup] Oct 22 00:10:47.308 INFO E| Compiling ryu v1.0.15
30422024-10-22T00:10:49.489Z[ host-package] Compiling xz2 v0.1.7
30432024-10-22T00:10:49.564Z[ helios-setup] Oct 22 00:10:47.959 INFO E| Compiling unicode-width v0.1.10
30442024-10-22T00:10:49.607Z[ helios-setup] Oct 22 00:10:48.002 INFO E| Compiling cpufeatures v0.2.9
30452024-10-22T00:10:49.661Z[ helios-setup] Oct 22 00:10:48.056 INFO E| Compiling walkdir v2.3.3
30462024-10-22T00:10:49.695Z[ helios-setup] Oct 22 00:10:48.089 INFO E| Compiling sha-1 v0.9.8
30472024-10-22T00:10:49.775Z[ helios-setup] Oct 22 00:10:48.170 INFO E| Compiling getopts v0.2.21
30482024-10-22T00:10:49.780Z[ helios-setup] Oct 22 00:10:48.175 INFO E| Compiling md-5 v0.9.1
30492024-10-22T00:10:50.667Z[ helios-setup] Oct 22 00:10:49.062 INFO E| Compiling libdevinfo-sys v1.0.0
30502024-10-22T00:10:50.899Z[ helios-setup] Oct 22 00:10:49.292 INFO E| Compiling glob v0.3.1
30512024-10-22T00:10:52.115Z[ helios-setup] Oct 22 00:10:50.510 INFO E| Compiling slog-term v2.9.0
30522024-10-22T00:10:52.161Z[ host-package] Compiling tokio-rustls v0.24.1
30532024-10-22T00:10:52.883Z[ host-package] Compiling zone v0.1.8
30542024-10-22T00:10:54.127Z[ helios-setup] Oct 22 00:10:52.521 INFO E| Compiling serde_derive v1.0.193
30552024-10-22T00:11:04.721Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30562024-10-22T00:11:08.324Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30572024-10-22T00:11:09.579Z[ helios-setup] Oct 22 00:11:07.973 INFO E| Compiling toml v0.5.11
30582024-10-22T00:11:09.579Z[ helios-setup] Oct 22 00:11:07.973 INFO E| Compiling uuid v0.8.2
30592024-10-22T00:11:11.234Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30602024-10-22T00:11:11.858Z[ helios-setup] Oct 22 00:11:10.253 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30612024-10-22T00:11:13.071Z[ host-package] Compiling rustls-pemfile v1.0.4
30622024-10-22T00:11:14.166Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30632024-10-22T00:11:14.672Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30642024-10-22T00:11:15.181Z[ helios-setup] Oct 22 00:11:13.576 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30652024-10-22T00:11:20.355Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30662024-10-22T00:11:20.556Z[ host-package] Compiling signal-hook-tokio v0.3.1
30672024-10-22T00:11:20.855Z[ host-package] Compiling twox-hash v1.6.3
30682024-10-22T00:11:21.473Z[ host-package] Compiling yasna v0.5.2
30692024-10-22T00:11:21.907Z[ host-package] Compiling smawk v0.3.2
30702024-10-22T00:11:22.223Z[ host-package] Compiling unicode-linebreak v0.1.5
30712024-10-22T00:11:23.007Z[ host-package] Compiling is_ci v1.2.0
30722024-10-22T00:11:23.417Z[ host-package] Compiling supports-color v3.0.1
30732024-10-22T00:11:24.020Z[ host-package] Compiling rcgen v0.12.1
30742024-10-22T00:11:24.877Z[ host-package] Compiling textwrap v0.16.1
30752024-10-22T00:11:29.399Z[ helios-setup] Oct 22 00:11:27.793 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.29s
30762024-10-22T00:11:29.434Z[ helios-setup] Oct 22 00:11:27.829 INFO building project "image-builder" ok (50 seconds)
30772024-10-22T00:11:29.435Z[ helios-setup] Oct 22 00:11:27.829 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30782024-10-22T00:11:29.435Z[ helios-setup] Oct 22 00:11:27.829 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30792024-10-22T00:11:29.521Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30802024-10-22T00:11:29.766Z[ helios-setup] Oct 22 00:11:28.159 INFO E| Downloading crates ...
30812024-10-22T00:11:29.970Z[ helios-setup] Oct 22 00:11:28.364 INFO E| Downloaded sha2 v0.10.5
30822024-10-22T00:11:29.974Z[ helios-setup] Oct 22 00:11:28.368 INFO E| Downloaded bytes v1.2.1
30832024-10-22T00:11:29.980Z[ helios-setup] Oct 22 00:11:28.374 INFO E| Downloaded typenum v1.15.0
30842024-10-22T00:11:29.983Z[ helios-setup] Oct 22 00:11:28.378 INFO E| Downloaded digest v0.10.3
30852024-10-22T00:11:29.986Z[ helios-setup] Oct 22 00:11:28.381 INFO E| Downloaded anyhow v1.0.62
30862024-10-22T00:11:30.216Z[ helios-setup] Oct 22 00:11:28.611 INFO E| Compiling version_check v0.9.4
30872024-10-22T00:11:30.257Z[ helios-setup] Oct 22 00:11:28.651 INFO E| Compiling typenum v1.15.0
30882024-10-22T00:11:30.257Z[ helios-setup] Oct 22 00:11:28.652 INFO E| Compiling cfg-if v1.0.0
30892024-10-22T00:11:30.258Z[ helios-setup] Oct 22 00:11:28.652 INFO E| Compiling crc32fast v1.3.2
30902024-10-22T00:11:30.260Z[ helios-setup] Oct 22 00:11:28.652 INFO E| Compiling anyhow v1.0.62
30912024-10-22T00:11:30.260Z[ helios-setup] Oct 22 00:11:28.652 INFO E| Compiling adler v1.0.2
30922024-10-22T00:11:30.260Z[ helios-setup] Oct 22 00:11:28.652 INFO E| Compiling cpufeatures v0.2.5
30932024-10-22T00:11:30.260Z[ helios-setup] Oct 22 00:11:28.652 INFO E| Compiling unicode-width v0.1.10
30942024-10-22T00:11:30.485Z[ helios-setup] Oct 22 00:11:28.879 INFO E| Compiling bitflags v1.3.2
30952024-10-22T00:11:30.529Z[ helios-setup] Oct 22 00:11:28.924 INFO E| Compiling bytes v1.2.1
30962024-10-22T00:11:30.623Z[ helios-setup] Oct 22 00:11:29.017 INFO E| Compiling getopts v0.2.21
30972024-10-22T00:11:30.970Z[ helios-setup] Oct 22 00:11:29.365 INFO E| Compiling miniz_oxide v0.6.2
30982024-10-22T00:11:31.571Z[ helios-setup] Oct 22 00:11:29.965 INFO E| Compiling generic-array v0.14.6
30992024-10-22T00:11:32.628Z[ helios-setup] Oct 22 00:11:31.023 INFO E| Compiling flate2 v1.0.25
31002024-10-22T00:11:34.779Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31012024-10-22T00:11:36.413Z[ helios-setup] Oct 22 00:11:34.807 INFO E| Compiling crypto-common v0.1.6
31022024-10-22T00:11:36.413Z[ helios-setup] Oct 22 00:11:34.807 INFO E| Compiling block-buffer v0.10.3
31032024-10-22T00:11:36.668Z[ helios-setup] Oct 22 00:11:35.063 INFO E| Compiling digest v0.10.3
31042024-10-22T00:11:37.008Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31052024-10-22T00:11:37.081Z[ helios-setup] Oct 22 00:11:35.476 INFO E| Compiling sha2 v0.10.5
31062024-10-22T00:11:37.588Z[ helios-setup] Oct 22 00:11:35.982 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31072024-10-22T00:11:43.601Z[ helios-setup] Oct 22 00:11:41.995 INFO E| Finished `release` profile [optimized] target(s) in 14.07s
31082024-10-22T00:11:43.604Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31092024-10-22T00:11:43.617Z[ helios-setup] Oct 22 00:11:42.011 INFO building project "bootserver" ok (14 seconds)
31102024-10-22T00:11:43.617Z[ helios-setup] Oct 22 00:11:42.011 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31112024-10-22T00:11:43.620Z[ helios-setup] Oct 22 00:11:42.011 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31122024-10-22T00:11:43.628Z[ helios-setup] Oct 22 00:11:42.022 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
31132024-10-22T00:11:43.892Z[ helios-setup] Oct 22 00:11:42.287 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
31142024-10-22T00:11:43.892Z[ helios-setup] Oct 22 00:11:42.287 INFO E| info: downloading component 'cargo'
31152024-10-22T00:11:45.411Z[ helios-setup] Oct 22 00:11:43.804 INFO E| info: downloading component 'clippy'
31162024-10-22T00:11:45.759Z[ helios-setup] Oct 22 00:11:44.154 INFO E| info: downloading component 'rust-docs'
31172024-10-22T00:11:46.845Z[ helios-setup] Oct 22 00:11:45.240 INFO E| info: downloading component 'rust-src'
31182024-10-22T00:11:47.298Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31192024-10-22T00:11:47.370Z[ helios-setup] Oct 22 00:11:45.764 INFO E| info: downloading component 'rust-std'
31202024-10-22T00:11:49.654Z[ helios-setup] Oct 22 00:11:48.047 INFO E| info: downloading component 'rustc'
31212024-10-22T00:11:49.888Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31222024-10-22T00:11:52.471Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31232024-10-22T00:11:53.134Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31242024-10-22T00:11:55.741Z[ helios-setup] Oct 22 00:11:54.135 INFO E| info: downloading component 'rustfmt'
31252024-10-22T00:11:55.980Z[ helios-setup] Oct 22 00:11:54.374 INFO E| info: installing component 'cargo'
31262024-10-22T00:11:57.363Z[ helios-setup] Oct 22 00:11:55.757 INFO E| info: installing component 'clippy'
31272024-10-22T00:11:57.767Z[ helios-setup] Oct 22 00:11:56.162 INFO E| info: installing component 'rust-docs'
31282024-10-22T00:12:01.335Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31292024-10-22T00:12:04.496Z[ helios-setup] Oct 22 00:12:02.890 INFO E| info: installing component 'rust-src'
31302024-10-22T00:12:05.151Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31312024-10-22T00:12:05.393Z[ helios-setup] Oct 22 00:12:03.787 INFO E| info: installing component 'rust-std'
31322024-10-22T00:12:05.699Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31332024-10-22T00:12:08.202Z[ helios-setup] Oct 22 00:12:06.596 INFO E| info: installing component 'rustc'
31342024-10-22T00:12:09.071Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31352024-10-22T00:12:13.175Z[ host-package] Compiling fatfs v0.3.6
31362024-10-22T00:12:14.743Z[ host-package] Compiling rtoolbox v0.0.2
31372024-10-22T00:12:15.084Z[ helios-setup] Oct 22 00:12:13.478 INFO E| info: installing component 'rustfmt'
31382024-10-22T00:12:15.202Z[ host-package] Compiling subprocess v0.2.9
31392024-10-22T00:12:16.146Z[ helios-setup] Oct 22 00:12:14.540 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31402024-10-22T00:12:16.847Z[ host-package] Compiling assert_matches v1.5.0
31412024-10-22T00:12:17.048Z[ helios-setup] Oct 22 00:12:15.442 INFO E| From https://github.com/oxidecomputer/amd-apcb
31422024-10-22T00:12:17.048Z[ helios-setup] Oct 22 00:12:15.442 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
31432024-10-22T00:12:17.048Z[ helios-setup] Oct 22 00:12:15.442 INFO E| * [new tag] v0.4.1 -> v0.4.1
31442024-10-22T00:12:17.081Z[ helios-setup] Oct 22 00:12:15.475 INFO E| * [new tag] v0.1.3 -> v0.1.3
31452024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.475 INFO E| * [new tag] v0.1.4 -> v0.1.4
31462024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.475 INFO E| * [new tag] v0.1.5 -> v0.1.5
31472024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.475 INFO E| * [new tag] v0.2.0 -> v0.2.0
31482024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.475 INFO E| * [new tag] v0.3.0 -> v0.3.0
31492024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.476 INFO E| * [new tag] v0.3.1 -> v0.3.1
31502024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.476 INFO E| * [new tag] v0.3.2 -> v0.3.2
31512024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.476 INFO E| * [new tag] v0.3.3 -> v0.3.3
31522024-10-22T00:12:17.084Z[ helios-setup] Oct 22 00:12:15.476 INFO E| * [new tag] v0.4.0 -> v0.4.0
31532024-10-22T00:12:17.140Z[ helios-setup] Oct 22 00:12:15.534 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31542024-10-22T00:12:18.293Z[ helios-setup] Oct 22 00:12:16.687 INFO E| From https://github.com/oxidecomputer/amd-efs
31552024-10-22T00:12:18.293Z[ helios-setup] Oct 22 00:12:16.687 INFO E| * [new branch] empty -> origin/empty
31562024-10-22T00:12:18.293Z[ helios-setup] Oct 22 00:12:16.687 INFO E| * [new branch] issue-99 -> origin/issue-99
31572024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.688 INFO E| * [new branch] main -> origin/main
31582024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.688 INFO E| * [new branch] review -> origin/review
31592024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.688 INFO E| * [new ref] -> origin/HEAD
31602024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.688 INFO E| * [new tag] v0.2.0 -> v0.2.0
31612024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.688 INFO E| * [new tag] v0.2.1 -> v0.2.1
31622024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.688 INFO E| * [new tag] v0.2.2 -> v0.2.2
31632024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.688 INFO E| * [new tag] v0.2.3 -> v0.2.3
31642024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.2.4 -> v0.2.4
31652024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.2.5 -> v0.2.5
31662024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.2.6 -> v0.2.6
31672024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.2.7 -> v0.2.7
31682024-10-22T00:12:18.296Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.3.0 -> v0.3.0
31692024-10-22T00:12:18.297Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.3.1 -> v0.3.1
31702024-10-22T00:12:18.297Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.4.0 -> v0.4.0
31712024-10-22T00:12:18.297Z[ helios-setup] Oct 22 00:12:16.689 INFO E| * [new tag] v0.4.1 -> v0.4.1
31722024-10-22T00:12:18.319Z[ helios-setup] Oct 22 00:12:16.714 INFO E| Updating crates.io index
31732024-10-22T00:12:18.713Z[ helios-setup] Oct 22 00:12:17.107 INFO E| Downloading crates ...
31742024-10-22T00:12:18.877Z[ helios-setup] Oct 22 00:12:17.272 INFO E| Downloaded unic-ucd-version v0.9.0
31752024-10-22T00:12:18.881Z[ helios-setup] Oct 22 00:12:17.276 INFO E| Downloaded strum v0.23.0
31762024-10-22T00:12:18.884Z[ helios-setup] Oct 22 00:12:17.277 INFO E| Downloaded ansi_term v0.12.1
31772024-10-22T00:12:18.886Z[ helios-setup] Oct 22 00:12:17.280 INFO E| Downloaded proc-macro-crate v0.1.5
31782024-10-22T00:12:18.889Z[ helios-setup] Oct 22 00:12:17.282 INFO E| Downloaded strsim v0.8.0
31792024-10-22T00:12:18.892Z[ helios-setup] Oct 22 00:12:17.285 INFO E| Downloaded unic-char-range v0.9.0
31802024-10-22T00:12:18.894Z[ helios-setup] Oct 22 00:12:17.287 INFO E| Downloaded unic-char-property v0.9.0
31812024-10-22T00:12:18.897Z[ helios-setup] Oct 22 00:12:17.289 INFO E| Downloaded rustc_version v0.2.3
31822024-10-22T00:12:18.899Z[ helios-setup] Oct 22 00:12:17.291 INFO E| Downloaded semver-parser v0.7.0
31832024-10-22T00:12:18.899Z[ helios-setup] Oct 22 00:12:17.293 INFO E| Downloaded vec_map v0.8.2
31842024-10-22T00:12:18.902Z[ helios-setup] Oct 22 00:12:17.295 INFO E| Downloaded modular-bitfield-impl v0.11.2
31852024-10-22T00:12:18.904Z[ helios-setup] Oct 22 00:12:17.298 INFO E| Downloaded strum_macros v0.23.1
31862024-10-22T00:12:18.907Z[ helios-setup] Oct 22 00:12:17.301 INFO E| Downloaded unic-ucd-ident v0.9.0
31872024-10-22T00:12:18.911Z[ helios-setup] Oct 22 00:12:17.305 INFO E| Downloaded pre-proc-macro v0.2.1
31882024-10-22T00:12:18.913Z[ helios-setup] Oct 22 00:12:17.308 INFO E| Downloaded pest_derive v2.7.13
31892024-10-22T00:12:18.917Z[ helios-setup] Oct 22 00:12:17.312 INFO E| Downloaded pest v2.7.13
31902024-10-22T00:12:18.926Z[ helios-setup] Oct 22 00:12:17.320 INFO E| Downloaded goblin v0.4.3
31912024-10-22T00:12:18.935Z[ helios-setup] Oct 22 00:12:17.329 INFO E| Downloaded clap v2.34.0
31922024-10-22T00:12:18.945Z[ helios-setup] Oct 22 00:12:17.339 INFO E| Downloaded modular-bitfield v0.11.2
31932024-10-22T00:12:18.962Z[ helios-setup] Oct 22 00:12:17.356 INFO E| Downloaded textwrap v0.11.0
31942024-10-22T00:12:18.965Z[ helios-setup] Oct 22 00:12:17.359 INFO E| Downloaded scroll v0.10.2
31952024-10-22T00:12:18.967Z[ helios-setup] Oct 22 00:12:17.362 INFO E| Downloaded once_cell v1.20.1
31962024-10-22T00:12:18.971Z[ helios-setup] Oct 22 00:12:17.366 INFO E| Downloaded structopt-derive v0.4.18
31972024-10-22T00:12:18.974Z[ helios-setup] Oct 22 00:12:17.368 INFO E| Downloaded semver v0.9.0
31982024-10-22T00:12:18.976Z[ helios-setup] Oct 22 00:12:17.370 INFO E| Downloaded pre v0.2.1
31992024-10-22T00:12:18.979Z[ helios-setup] Oct 22 00:12:17.371 INFO E| Downloaded pest_generator v2.7.13
32002024-10-22T00:12:18.979Z[ helios-setup] Oct 22 00:12:17.373 INFO E| Downloaded four-cc v0.3.0
32012024-10-22T00:12:18.986Z[ helios-setup] Oct 22 00:12:17.375 INFO E| Downloaded cfg-if v0.1.10
32022024-10-22T00:12:18.986Z[ helios-setup] Oct 22 00:12:17.376 INFO E| Downloaded memoffset v0.5.6
32032024-10-22T00:12:18.986Z[ helios-setup] Oct 22 00:12:17.378 INFO E| Downloaded parse_int v0.6.0
32042024-10-22T00:12:18.987Z[ helios-setup] Oct 22 00:12:17.379 INFO E| Downloaded unic-common v0.9.0
32052024-10-22T00:12:18.989Z[ helios-setup] Oct 22 00:12:17.381 INFO E| Downloaded scroll_derive v0.10.5
32062024-10-22T00:12:18.989Z[ helios-setup] Oct 22 00:12:17.383 INFO E| Downloaded structopt v0.3.26
32072024-10-22T00:12:19.001Z[ helios-setup] Oct 22 00:12:17.395 INFO E| Downloaded pest_meta v2.7.13
32082024-10-22T00:12:19.004Z[ helios-setup] Oct 22 00:12:17.398 INFO E| Downloaded fletcher v0.1.0
32092024-10-22T00:12:19.007Z[ helios-setup] Oct 22 00:12:17.400 INFO E| Downloaded bytesize v1.3.0
32102024-10-22T00:12:19.107Z[ helios-setup] Oct 22 00:12:17.501 INFO E| Compiling proc-macro2 v1.0.86
32112024-10-22T00:12:19.107Z[ helios-setup] Oct 22 00:12:17.502 INFO E| Compiling unicode-ident v1.0.13
32122024-10-22T00:12:19.107Z[ helios-setup] Oct 22 00:12:17.502 INFO E| Compiling syn v1.0.109
32132024-10-22T00:12:19.110Z[ helios-setup] Oct 22 00:12:17.502 INFO E| Compiling version_check v0.9.5
32142024-10-22T00:12:19.110Z[ helios-setup] Oct 22 00:12:17.502 INFO E| Compiling memchr v2.7.4
32152024-10-22T00:12:19.110Z[ helios-setup] Oct 22 00:12:17.502 INFO E| Compiling semver-parser v0.7.0
32162024-10-22T00:12:19.110Z[ helios-setup] Oct 22 00:12:17.502 INFO E| Compiling thiserror v1.0.64
32172024-10-22T00:12:19.110Z[ helios-setup] Oct 22 00:12:17.502 INFO E| Compiling autocfg v1.4.0
32182024-10-22T00:12:19.363Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32192024-10-22T00:12:19.883Z[ helios-setup] Oct 22 00:12:18.277 INFO E| Compiling semver v0.9.0
32202024-10-22T00:12:20.353Z[ host-package] Compiling rpassword v7.3.1
32212024-10-22T00:12:20.476Z[ helios-setup] Oct 22 00:12:18.870 INFO E| Compiling serde v1.0.210
32222024-10-22T00:12:20.593Z[ helios-setup] Oct 22 00:12:18.987 INFO E| Compiling rustc_version v0.2.3
32232024-10-22T00:12:20.707Z[ helios-setup] Oct 22 00:12:19.100 INFO E| Compiling proc-macro-error-attr v1.0.4
32242024-10-22T00:12:20.934Z[ helios-setup] Oct 22 00:12:19.328 INFO E| Compiling proc-macro-error v1.0.4
32252024-10-22T00:12:21.238Z[ helios-setup] Oct 22 00:12:19.632 INFO E| Compiling serde_json v1.0.128
32262024-10-22T00:12:21.378Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32272024-10-22T00:12:21.431Z[ helios-setup] Oct 22 00:12:19.825 INFO E| Compiling num-traits v0.2.19
32282024-10-22T00:12:21.549Z[ helios-setup] Oct 22 00:12:19.942 INFO E| Compiling itoa v1.0.11
32292024-10-22T00:12:21.899Z[ helios-setup] Oct 22 00:12:20.286 INFO E| Compiling schemars v0.8.21
32302024-10-22T00:12:21.899Z[ helios-setup] Oct 22 00:12:20.286 INFO E| Compiling ryu v1.0.18
32312024-10-22T00:12:22.031Z[ helios-setup] Oct 22 00:12:20.425 INFO E| Compiling unicode-segmentation v1.12.0
32322024-10-22T00:12:22.136Z[ helios-setup] Oct 22 00:12:20.530 INFO E| Compiling pre-proc-macro v0.2.1
32332024-10-22T00:12:22.607Z[ helios-setup] Oct 22 00:12:21.000 INFO E| Compiling quote v1.0.37
32342024-10-22T00:12:22.929Z[ helios-setup] Oct 22 00:12:21.324 INFO E| Compiling memoffset v0.5.6
32352024-10-22T00:12:22.987Z[ helios-setup] Oct 22 00:12:21.382 INFO E| Compiling ucd-trie v0.1.7
32362024-10-22T00:12:23.143Z[ helios-setup] Oct 22 00:12:21.536 INFO E| Compiling rustversion v1.0.17
32372024-10-22T00:12:23.239Z[ helios-setup] Oct 22 00:12:21.633 INFO E| Compiling libc v0.2.159
32382024-10-22T00:12:23.588Z[ helios-setup] Oct 22 00:12:21.982 INFO E| Compiling syn v2.0.79
32392024-10-22T00:12:23.786Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32402024-10-22T00:12:23.973Z[ helios-setup] Oct 22 00:12:22.367 INFO E| Compiling heck v0.3.3
32412024-10-22T00:12:24.502Z[ helios-setup] Oct 22 00:12:22.896 INFO E| Compiling paste v1.0.15
32422024-10-22T00:12:24.559Z[ helios-setup] Oct 22 00:12:22.952 INFO E| Compiling lazy_static v1.5.0
32432024-10-22T00:12:24.897Z[ helios-setup] Oct 22 00:12:23.291 INFO E| Compiling dyn-clone v1.0.17
32442024-10-22T00:12:25.324Z[ helios-setup] Oct 22 00:12:23.718 INFO E| Compiling pre v0.2.1
32452024-10-22T00:12:25.357Z[ helios-setup] Oct 22 00:12:23.752 INFO E| Compiling byteorder v1.5.0
32462024-10-22T00:12:25.551Z[ helios-setup] Oct 22 00:12:23.945 INFO E| Compiling static_assertions v1.1.0
32472024-10-22T00:12:25.648Z[ helios-setup] Oct 22 00:12:24.043 INFO E| Compiling once_cell v1.20.1
32482024-10-22T00:12:25.797Z[ helios-setup] Oct 22 00:12:24.191 INFO E| Compiling cfg-if v0.1.10
32492024-10-22T00:12:26.613Z[ helios-setup] Oct 22 00:12:25.007 INFO E| Compiling unicode-width v0.1.14
32502024-10-22T00:12:27.910Z[ helios-setup] Oct 22 00:12:26.304 INFO E| Compiling atty v0.2.14
32512024-10-22T00:12:28.401Z[ helios-setup] Oct 22 00:12:26.569 INFO E| Compiling textwrap v0.11.0
32522024-10-22T00:12:28.417Z[ helios-setup] Oct 22 00:12:26.693 INFO E| Compiling strum v0.23.0
32532024-10-22T00:12:28.417Z[ helios-setup] Oct 22 00:12:26.779 INFO E| Compiling unic-char-range v0.9.0
32542024-10-22T00:12:28.841Z[ helios-setup] Oct 22 00:12:27.235 INFO E| Compiling bitflags v1.3.2
32552024-10-22T00:12:28.940Z[ helios-setup] Oct 22 00:12:27.332 INFO E| Compiling ansi_term v0.12.1
32562024-10-22T00:12:29.027Z[ helios-setup] Oct 22 00:12:27.416 INFO E| Compiling vec_map v0.8.2
32572024-10-22T00:12:29.206Z[ helios-setup] Oct 22 00:12:27.595 INFO E| Compiling strsim v0.8.0
32582024-10-22T00:12:29.553Z[ helios-setup] Oct 22 00:12:27.947 INFO E| Compiling parse_int v0.6.0
32592024-10-22T00:12:29.584Z[ helios-setup] Oct 22 00:12:27.977 INFO E| Compiling unic-common v0.9.0
32602024-10-22T00:12:29.849Z[ helios-setup] Oct 22 00:12:28.244 INFO E| Compiling fletcher v0.1.0
32612024-10-22T00:12:30.006Z[ helios-setup] Oct 22 00:12:28.400 INFO E| Compiling unic-ucd-version v0.9.0
32622024-10-22T00:12:30.061Z[ helios-setup] Oct 22 00:12:28.455 INFO E| Compiling clap v2.34.0
32632024-10-22T00:12:30.115Z[ helios-setup] Oct 22 00:12:28.510 INFO E| Compiling unic-char-property v0.9.0
32642024-10-22T00:12:30.232Z[ helios-setup] Oct 22 00:12:28.608 INFO E| Compiling log v0.4.22
32652024-10-22T00:12:30.232Z[ helios-setup] Oct 22 00:12:28.608 INFO E| Compiling plain v0.2.3
32662024-10-22T00:12:30.390Z[ helios-setup] Oct 22 00:12:28.785 INFO E| Compiling unic-ucd-ident v0.9.0
32672024-10-22T00:12:30.429Z[ helios-setup] Oct 22 00:12:28.823 INFO E| Compiling bytesize v1.3.0
32682024-10-22T00:12:32.148Z[ helios-setup] Oct 22 00:12:30.542 INFO E| Compiling serde_derive_internals v0.29.1
32692024-10-22T00:12:33.985Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32702024-10-22T00:12:34.606Z[ helios-setup] Oct 22 00:12:33.000 INFO E| Compiling toml v0.5.11
32712024-10-22T00:12:37.714Z[ helios-setup] Oct 22 00:12:36.108 INFO E| Compiling thiserror-impl v1.0.64
32722024-10-22T00:12:37.957Z[ helios-setup] Oct 22 00:12:36.351 INFO E| Compiling serde_derive v1.0.210
32732024-10-22T00:12:38.388Z[ helios-setup] Oct 22 00:12:36.783 INFO E| Compiling schemars_derive v0.8.21
32742024-10-22T00:12:39.743Z[ helios-setup] Oct 22 00:12:38.137 INFO E| Compiling zerocopy-derive v0.6.6
32752024-10-22T00:12:40.019Z[ helios-setup] Oct 22 00:12:38.413 INFO E| Compiling proc-macro-crate v0.1.5
32762024-10-22T00:12:41.306Z[ helios-setup] Oct 22 00:12:39.700 INFO E| Compiling num-derive v0.4.2
32772024-10-22T00:12:42.976Z[ helios-setup] Oct 22 00:12:41.370 INFO E| Compiling pest v2.7.13
32782024-10-22T00:12:43.593Z[ helios-setup] Oct 22 00:12:41.988 INFO E| Compiling zerocopy v0.6.6
32792024-10-22T00:12:45.969Z[ host-package] Compiling tui-tree-widget v0.22.0
32802024-10-22T00:12:46.174Z[ helios-setup] Oct 22 00:12:44.568 INFO E| Compiling modular-bitfield-impl v0.11.2
32812024-10-22T00:12:46.422Z[ helios-setup] Oct 22 00:12:44.816 INFO E| Compiling scroll_derive v0.10.5
32822024-10-22T00:12:46.904Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32832024-10-22T00:12:47.182Z[ helios-setup] Oct 22 00:12:45.576 INFO E| Compiling strum_macros v0.23.1
32842024-10-22T00:12:49.249Z[ helios-setup] Oct 22 00:12:47.643 INFO E| Compiling pest_meta v2.7.13
32852024-10-22T00:12:49.287Z[ helios-setup] Oct 22 00:12:47.681 INFO E| Compiling structopt-derive v0.4.18
32862024-10-22T00:12:49.615Z[ helios-setup] Oct 22 00:12:48.009 INFO E| Compiling scroll v0.10.2
32872024-10-22T00:12:50.770Z[ helios-setup] Oct 22 00:12:49.165 INFO E| Compiling goblin v0.4.3
32882024-10-22T00:12:51.653Z[ helios-setup] Oct 22 00:12:50.048 INFO E| Compiling modular-bitfield v0.11.2
32892024-10-22T00:12:52.045Z[ helios-setup] Oct 22 00:12:50.439 INFO E| Compiling pest_generator v2.7.13
32902024-10-22T00:12:54.453Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32912024-10-22T00:12:54.575Z[ helios-setup] Oct 22 00:12:52.969 INFO E| Compiling structopt v0.3.26
32922024-10-22T00:12:56.186Z[ helios-setup] Oct 22 00:12:54.580 INFO E| Compiling pest_derive v2.7.13
32932024-10-22T00:13:01.402Z[ helios-setup] Oct 22 00:12:59.796 INFO E| Compiling json5 v0.4.1
32942024-10-22T00:13:06.190Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32952024-10-22T00:13:06.714Z[ host-package] Compiling uzers v0.12.1
32962024-10-22T00:13:06.850Z[ helios-setup] Oct 22 00:13:05.244 INFO E| Compiling four-cc v0.3.0
32972024-10-22T00:13:06.850Z[ helios-setup] Oct 22 00:13:05.244 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
32982024-10-22T00:13:07.101Z[ helios-setup] Oct 22 00:13:05.495 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
32992024-10-22T00:13:10.968Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33002024-10-22T00:13:13.053Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33012024-10-22T00:13:15.661Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33022024-10-22T00:13:48.627Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33032024-10-22T00:13:48.642Z[ helios-setup] Oct 22 00:13:47.036 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
33042024-10-22T00:13:50.223Z[ host-package] Compiling multimap v0.10.0
33052024-10-22T00:14:03.446Z[ helios-setup] Oct 22 00:14:01.840 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33062024-10-22T00:14:55.776Z[ helios-setup] Oct 22 00:14:54.170 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 39s
33072024-10-22T00:14:55.812Z[ helios-setup] Oct 22 00:14:54.206 INFO building project "amd-host-image-builder" ok (192 seconds)
33082024-10-22T00:14:55.815Z[ helios-setup] rm -f helios-build
33092024-10-22T00:14:55.818Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33102024-10-22T00:14:55.821Z[ helios-setup]
33112024-10-22T00:14:55.823Z[ helios-setup] Setup complete! ./helios-build is now available.
33122024-10-22T00:14:55.826Z[ helios-setup]
33132024-10-22T00:14:55.838Z[ helios-setup]
33142024-10-22T00:14:55.838ZOct 22 00:14:54.220 INFO [helios-setup] process exited with exit status: 0 (736.449899838s)
33152024-10-22T00:14:55.838Z[ helios-setup] real 12:16.443585013
33162024-10-22T00:14:55.838Z[ helios-setup] user 28:57.525405283
33172024-10-22T00:14:55.838Z[ helios-setup] sys 3:32.860603224
33182024-10-22T00:14:55.838Z[ helios-setup] trap 1.692579181
33192024-10-22T00:14:55.838Z[ helios-setup] tflt 7.170824811
33202024-10-22T00:14:55.838Z[ helios-setup] dflt 39.505943857
33212024-10-22T00:14:55.838Z[ helios-setup] kflt 0.039796747
33222024-10-22T00:14:55.838Z[ helios-setup] lock 2:12:13.812639391
33232024-10-22T00:14:55.838Z[ helios-setup] slp 3:46:21.029635228
33242024-10-22T00:14:55.838Z[ helios-setup] lat 32:57.027793893
33252024-10-22T00:14:55.838Z[ helios-setup] stop 4:40.324099134
33262024-10-22T00:14:55.839ZOct 22 00:14:54.221 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33272024-10-22T00:14:55.853Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33282024-10-22T00:14:56.094Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33292024-10-22T00:14:56.097Z[ phbl-toolchain] info: downloading component 'cargo'
33302024-10-22T00:14:57.718Z[ phbl-toolchain] info: downloading component 'clippy'
33312024-10-22T00:14:58.605Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33322024-10-22T00:15:03.920Z[ phbl-toolchain] info: downloading component 'miri'
33332024-10-22T00:15:04.488Z[ phbl-toolchain] info: downloading component 'rust-docs'
33342024-10-22T00:15:05.800Z[ phbl-toolchain] info: downloading component 'rust-src'
33352024-10-22T00:15:06.516Z[ phbl-toolchain] info: downloading component 'rust-std'
33362024-10-22T00:15:08.448Z[ phbl-toolchain] info: downloading component 'rustc'
33372024-10-22T00:15:17.755Z[ phbl-toolchain] info: downloading component 'rustfmt'
33382024-10-22T00:15:18.004Z[ phbl-toolchain] info: installing component 'cargo'
33392024-10-22T00:15:19.347Z[ phbl-toolchain] info: installing component 'clippy'
33402024-10-22T00:15:20.077Z[ phbl-toolchain] info: installing component 'llvm-tools'
33412024-10-22T00:15:25.872Z[ phbl-toolchain] info: installing component 'miri'
33422024-10-22T00:15:26.287Z[ phbl-toolchain] info: installing component 'rust-docs'
33432024-10-22T00:15:34.499Z[ phbl-toolchain] info: installing component 'rust-src'
33442024-10-22T00:15:35.185Z[ phbl-toolchain] info: installing component 'rust-std'
33452024-10-22T00:15:37.875Z[ phbl-toolchain] info: installing component 'rustc'
33462024-10-22T00:15:47.667Z[ phbl-toolchain] info: installing component 'rustfmt'
33472024-10-22T00:15:48.535Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33482024-10-22T00:15:48.538ZOct 22 00:15:46.931 INFO [phbl-toolchain] process exited with exit status: 0 (52.709533746s)
33492024-10-22T00:16:15.358Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33502024-10-22T00:16:26.428Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33512024-10-22T00:23:11.996Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 47s
33522024-10-22T00:24:15.306ZOct 22 00:24:13.684 INFO [host-package] process exited with exit status: 0 (1250.859800137s)
33532024-10-22T00:24:15.309ZOct 22 00:24:13.685 INFO [host-stamp] running task
33542024-10-22T00:24:15.309ZOct 22 00:24:13.685 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33552024-10-22T00:24:15.310ZOct 22 00:24:13.685 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gitf02e00366cd
33562024-10-22T00:24:15.310ZOct 22 00:24:13.701 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gitf02e00366cd
33572024-10-22T00:24:15.315Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33582024-10-22T00:24:15.318ZOct 22 00:24:13.709 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gitf02e00366cd
33592024-10-22T00:24:15.324Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-22T00:24:15.324Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33612024-10-22T00:24:15.327Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-22T00:24:15.327ZOct 22 00:24:13.718 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gitf02e00366cd
33632024-10-22T00:24:15.338Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33642024-10-22T00:24:15.340Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-22T00:24:15.340ZOct 22 00:24:13.730 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gitf02e00366cd
33662024-10-22T00:24:15.349Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-22T00:24:15.351ZOct 22 00:24:13.740 INFO [stamp-oxlog] process exited with exit status: 0 (39.526521ms)
33682024-10-22T00:24:15.352ZOct 22 00:24:13.740 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (54.876017ms)
33692024-10-22T00:24:15.352ZOct 22 00:24:13.740 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gitf02e00366cd
33702024-10-22T00:24:15.360Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33712024-10-22T00:24:15.363Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33722024-10-22T00:24:15.363ZOct 22 00:24:13.753 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gitf02e00366cd
33732024-10-22T00:24:15.375Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-10-22T00:24:15.375ZOct 22 00:24:13.766 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitf02e00366cd
33752024-10-22T00:24:15.388Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33762024-10-22T00:24:15.392ZOct 22 00:24:13.779 INFO [stamp-overlay] process exited with exit status: 0 (49.687257ms)
33772024-10-22T00:24:15.398Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33782024-10-22T00:24:15.483Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33792024-10-22T00:24:15.487ZOct 22 00:24:13.878 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (111.752861ms)
33802024-10-22T00:24:15.602Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33812024-10-22T00:24:15.605ZOct 22 00:24:13.997 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (243.669424ms)
33822024-10-22T00:24:15.696Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33832024-10-22T00:24:15.700ZOct 22 00:24:14.091 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (372.76784ms)
33842024-10-22T00:24:16.508Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33852024-10-22T00:24:16.511ZOct 22 00:24:14.903 INFO [stamp-propolis-server] process exited with exit status: 0 (1.193863985s)
33862024-10-22T00:24:16.716Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33872024-10-22T00:24:18.906Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33882024-10-22T00:24:25.801Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33892024-10-22T00:24:25.804ZOct 22 00:24:24.194 INFO [stamp-switch-asic] process exited with exit status: 0 (10.453995521s)
33902024-10-22T00:24:25.804ZOct 22 00:24:24.195 INFO [host-stamp] task succeeded (10.510081306s)
33912024-10-22T00:24:25.804ZOct 22 00:24:24.195 INFO [host-proto] running task
33922024-10-22T00:24:26.206ZOct 22 00:24:24.597 INFO [host-proto] task succeeded (401.635338ms)
33932024-10-22T00:24:26.206ZOct 22 00:24:24.597 INFO [host-profile] running task
33942024-10-22T00:24:26.209ZOct 22 00:24:24.597 INFO [host-profile] task succeeded (301.534µs)
33952024-10-22T00:24:26.209ZOct 22 00:24:24.597 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpHpVcd4/proto/host/root -N 'ci f02e003/${os_short_commit} 2024-10-22 00:02' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33962024-10-22T00:24:26.223Z[ host-image] Oct 22 00:24:24.614 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33972024-10-22T00:24:26.226Z[ host-image] Oct 22 00:24:24.614 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33982024-10-22T00:24:26.236Z[ host-image] Oct 22 00:24:24.628 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpHpVcd4/proto/host/root"
33992024-10-22T00:24:26.239Z[ host-image] Oct 22 00:24:24.628 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34002024-10-22T00:24:26.239Z[ host-image] Oct 22 00:24:24.628 INFO image builder template: ramdisk-01-os...
34012024-10-22T00:24:26.239Z[ host-image] Oct 22 00:24:24.628 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/.tmpHpVcd4/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34022024-10-22T00:24:26.256Z[ host-image] Oct 22 00:24:24.647 INFO O| Oct 22 00:24:24.647 INFO CREATE DATASET: rpool/images/build/host/output
34032024-10-22T00:24:26.570Z[ host-image] Oct 22 00:24:24.961 INFO O| Oct 22 00:24:24.961 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-22T00:24:26.574Z[ host-image] Oct 22 00:24:24.965 INFO O| Oct 22 00:24:24.965 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34052024-10-22T00:24:26.944Z[ host-image] Oct 22 00:24:25.335 INFO O| Oct 22 00:24:25.335 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34062024-10-22T00:24:27.016Z[ host-image] Oct 22 00:24:25.407 INFO O| Oct 22 00:24:25.407 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34072024-10-22T00:24:27.016Z[ host-image] Oct 22 00:24:25.407 INFO O| Oct 22 00:24:25.407 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-22T00:24:27.019Z[ host-image] Oct 22 00:24:25.407 INFO O| Oct 22 00:24:25.407 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34092024-10-22T00:24:27.019Z[ host-image] Oct 22 00:24:25.407 INFO O| Oct 22 00:24:25.407 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34102024-10-22T00:24:27.027Z[ host-image] Oct 22 00:24:25.418 INFO O| Oct 22 00:24:25.418 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34112024-10-22T00:24:27.262Z[ host-image] Oct 22 00:24:25.653 INFO O| Oct 22 00:24:25.653 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34122024-10-22T00:24:27.278Z[ host-image] Oct 22 00:24:25.669 INFO O| Oct 22 00:24:25.669 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34132024-10-22T00:24:27.819Z[ host-image] Oct 22 00:24:26.210 INFO O| Oct 22 00:24:26.210 INFO O| Caching catalogs ... Done
34142024-10-22T00:24:27.950Z[ host-image] Oct 22 00:24:26.340 INFO O| Oct 22 00:24:26.340 INFO STEP 0 (pkg_image_create) COMPLETE
34152024-10-22T00:24:27.950Z[ host-image] Oct 22 00:24:26.340 INFO O| Oct 22 00:24:26.340 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-10-22T00:24:27.954Z[ host-image] Oct 22 00:24:26.340 INFO O| Oct 22 00:24:26.340 INFO skip step because feature "repo_redist" is not enabled
34172024-10-22T00:24:27.954Z[ host-image] Oct 22 00:24:26.340 INFO O| Oct 22 00:24:26.340 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-22T00:24:27.966Z[ host-image] Oct 22 00:24:26.357 INFO O| Oct 22 00:24:26.357 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"]
34192024-10-22T00:24:28.502Z[ host-image] Oct 22 00:24:26.893 INFO O| Oct 22 00:24:26.893 INFO STEP 2 (pkg_set_publisher) COMPLETE
34202024-10-22T00:24:28.503Z[ host-image] Oct 22 00:24:26.893 INFO O| Oct 22 00:24:26.893 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-10-22T00:24:28.519Z[ host-image] Oct 22 00:24:26.910 INFO O| Oct 22 00:24:26.910 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"]
34222024-10-22T00:24:29.093Z[ host-image] Oct 22 00:24:27.484 INFO O| Oct 22 00:24:27.483 INFO STEP 3 (pkg_set_publisher) COMPLETE
34232024-10-22T00:24:29.093Z[ host-image] Oct 22 00:24:27.484 INFO O| Oct 22 00:24:27.483 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-10-22T00:24:29.093Z[ host-image] Oct 22 00:24:27.484 INFO O| Oct 22 00:24:27.484 INFO skip step because feature "repo_redist" is not enabled
34252024-10-22T00:24:29.100Z[ host-image] Oct 22 00:24:27.484 INFO O| Oct 22 00:24:27.484 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-10-22T00:24:29.646Z[ host-image] Oct 22 00:24:28.037 INFO O| Oct 22 00:24:28.037 INFO variant opensolaris.zone is already global
34272024-10-22T00:24:29.646Z[ host-image] Oct 22 00:24:28.037 INFO O| Oct 22 00:24:28.037 INFO STEP 5 (pkg_change_variant) COMPLETE
34282024-10-22T00:24:29.646Z[ host-image] Oct 22 00:24:28.037 INFO O| Oct 22 00:24:28.037 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34292024-10-22T00:24:30.237Z[ host-image] Oct 22 00:24:28.586 INFO O| Oct 22 00:24:28.586 INFO variant opensolaris.imagetype is full; changing to partial
34302024-10-22T00:24:30.237Z[ host-image] Oct 22 00:24:28.586 INFO O| Oct 22 00:24:28.586 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34312024-10-22T00:24:36.984Z[ host-image] Oct 22 00:24:35.375 INFO O| Oct 22 00:24:35.374 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34322024-10-22T00:24:38.084Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.53s
34332024-10-22T00:24:40.205Z[ host-image] Oct 22 00:24:38.596 INFO O| Oct 22 00:24:38.596 INFO O| Startup: Caching catalogs ... Done
34342024-10-22T00:24:40.229ZOct 22 00:24:38.620 INFO [recovery-package] process exited with exit status: 0 (24.934971996s)
34352024-10-22T00:24:40.230ZOct 22 00:24:38.620 INFO [recovery-stamp] running task
34362024-10-22T00:24:40.233ZOct 22 00:24:38.621 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34372024-10-22T00:24:40.233ZOct 22 00:24:38.621 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gitf02e00366cd
34382024-10-22T00:24:40.248ZOct 22 00:24:38.639 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitf02e00366cd
34392024-10-22T00:24:40.258Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34402024-10-22T00:24:40.269Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34412024-10-22T00:24:40.272Z[ host-image] Oct 22 00:24:38.660 INFO O| Oct 22 00:24:38.660 INFO O| Planning: Planning completed in 0.00 seconds
34422024-10-22T00:24:40.272Z[ host-image] Oct 22 00:24:38.661 INFO O| Oct 22 00:24:38.661 INFO O| Planning: Consolidating action changes ... Done
34432024-10-22T00:24:40.272Z[ host-image] Oct 22 00:24:38.661 INFO O| Oct 22 00:24:38.661 INFO O| Planning: Evaluating mediators ... Done
34442024-10-22T00:24:40.272Z[ host-image] Oct 22 00:24:38.661 INFO O| Oct 22 00:24:38.661 INFO O| Planning: Planning completed in 0.00 seconds
34452024-10-22T00:24:40.272Z[ host-image] Oct 22 00:24:38.661 INFO O| Oct 22 00:24:38.661 INFO O| Variants/Facets to change: 1
34462024-10-22T00:24:40.288Z[ host-image] Oct 22 00:24:38.679 INFO O| Oct 22 00:24:38.679 INFO O| Done
34472024-10-22T00:24:40.288Z[ host-image] Oct 22 00:24:38.679 INFO O| Oct 22 00:24:38.679 INFO O| Done
34482024-10-22T00:24:40.362Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34492024-10-22T00:24:40.370ZOct 22 00:24:38.756 INFO [stamp-installinator] process exited with exit status: 0 (117.045594ms)
34502024-10-22T00:24:40.391Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34512024-10-22T00:24:40.402ZOct 22 00:24:38.785 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (164.162915ms)
34522024-10-22T00:24:40.402ZOct 22 00:24:38.785 INFO [recovery-stamp] task succeeded (164.592232ms)
34532024-10-22T00:24:40.403ZOct 22 00:24:38.785 INFO [recovery-proto] running task
34542024-10-22T00:24:40.403ZOct 22 00:24:38.785 INFO [tuf-stamp] running task
34552024-10-22T00:24:40.403ZOct 22 00:24:38.786 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gitf02e00366cd
34562024-10-22T00:24:40.409ZOct 22 00:24:38.800 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gitf02e00366cd
34572024-10-22T00:24:40.421Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34582024-10-22T00:24:40.426ZOct 22 00:24:38.816 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gitf02e00366cd
34592024-10-22T00:24:40.440Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34602024-10-22T00:24:40.443ZOct 22 00:24:38.831 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gitf02e00366cd
34612024-10-22T00:24:40.456Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-22T00:24:40.460ZOct 22 00:24:38.847 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gitf02e00366cd
34632024-10-22T00:24:40.478Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-22T00:24:40.481ZOct 22 00:24:38.870 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitf02e00366cd
34652024-10-22T00:24:40.495Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34662024-10-22T00:24:40.498ZOct 22 00:24:38.886 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gitf02e00366cd
34672024-10-22T00:24:40.527Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34682024-10-22T00:24:40.531ZOct 22 00:24:38.918 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gitf02e00366cd
34692024-10-22T00:24:40.605Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34702024-10-22T00:24:40.608Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-10-22T00:24:40.631ZOct 22 00:24:39.020 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gitf02e00366cd
34722024-10-22T00:24:40.708Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-22T00:24:40.712ZOct 22 00:24:39.100 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gitf02e00366cd
34742024-10-22T00:24:40.741Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-10-22T00:24:40.745ZOct 22 00:24:39.132 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gitf02e00366cd
34762024-10-22T00:24:40.773Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34772024-10-22T00:24:40.776ZOct 22 00:24:39.164 INFO [stamp-probe] process exited with exit status: 0 (332.817093ms)
34782024-10-22T00:24:40.776Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34792024-10-22T00:24:40.782ZOct 22 00:24:39.173 INFO [recovery-proto] task succeeded (388.002585ms)
34802024-10-22T00:24:40.785ZOct 22 00:24:39.173 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpHpVcd4/proto/recovery/root -N 'recovery f02e003/${os_short_commit} 2024-10-22 00:02' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34812024-10-22T00:24:40.931Z[ recovery-image] Oct 22 00:24:39.322 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34822024-10-22T00:24:40.935Z[ recovery-image] Oct 22 00:24:39.322 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34832024-10-22T00:24:40.986Z[ recovery-image] Oct 22 00:24:39.377 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpHpVcd4/proto/recovery/root"
34842024-10-22T00:24:40.990Z[ recovery-image] Oct 22 00:24:39.377 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34852024-10-22T00:24:40.990Z[ recovery-image] Oct 22 00:24:39.377 INFO image builder template: ramdisk-01-os...
34862024-10-22T00:24:40.990Z[ recovery-image] Oct 22 00:24:39.377 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/.tmpHpVcd4/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34872024-10-22T00:24:41.063Z[ recovery-image] Oct 22 00:24:39.454 INFO O| Oct 22 00:24:39.440 INFO CREATE DATASET: rpool/images/build/recovery/output
34882024-10-22T00:24:41.085Z[ host-image] Oct 22 00:24:39.475 INFO O| Oct 22 00:24:39.475 INFO O| Done
34892024-10-22T00:24:41.148Z[ host-image] Oct 22 00:24:39.539 INFO O| Oct 22 00:24:39.538 INFO O| Done
34902024-10-22T00:24:41.151Z[ host-image] Oct 22 00:24:39.540 INFO O| Oct 22 00:24:39.540 INFO O| Done
34912024-10-22T00:24:41.151Z[ host-image] Oct 22 00:24:39.540 INFO O| Oct 22 00:24:39.540 INFO O| Done
34922024-10-22T00:24:41.151Z[ host-image] Oct 22 00:24:39.542 INFO O| Oct 22 00:24:39.542 INFO O| Done
34932024-10-22T00:24:41.377Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34942024-10-22T00:24:41.395ZOct 22 00:24:39.786 INFO [stamp-ntp] process exited with exit status: 0 (765.832452ms)
34952024-10-22T00:24:41.568Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34962024-10-22T00:24:41.597ZOct 22 00:24:39.988 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.171408214s)
34972024-10-22T00:24:41.841Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
34982024-10-22T00:24:41.895Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34992024-10-22T00:24:41.951Z[ host-image] Oct 22 00:24:40.342 INFO O| Oct 22 00:24:40.342 INFO STEP 6 (pkg_change_variant) COMPLETE
35002024-10-22T00:24:41.951Z[ host-image] Oct 22 00:24:40.342 INFO O| Oct 22 00:24:40.342 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35012024-10-22T00:24:41.951Z[ host-image] Oct 22 00:24:40.342 INFO O| Oct 22 00:24:40.342 INFO skip step because feature "debug_variant" is not enabled
35022024-10-22T00:24:41.951Z[ host-image] Oct 22 00:24:40.342 INFO O| Oct 22 00:24:40.342 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35032024-10-22T00:24:41.991Z[ recovery-image] Oct 22 00:24:40.382 INFO O| Oct 22 00:24:40.382 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35042024-10-22T00:24:41.997Z[ recovery-image] Oct 22 00:24:40.388 INFO O| Oct 22 00:24:40.388 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35052024-10-22T00:24:42.268Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35062024-10-22T00:24:42.307ZOct 22 00:24:40.698 INFO [stamp-internal-dns] process exited with exit status: 0 (1.780234467s)
35072024-10-22T00:24:42.326Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35082024-10-22T00:24:42.344ZOct 22 00:24:40.735 INFO [stamp-external-dns] process exited with exit status: 0 (1.635410021s)
35092024-10-22T00:24:42.355Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35102024-10-22T00:24:42.360ZOct 22 00:24:40.751 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.881459447s)
35112024-10-22T00:24:42.510Z[ host-image] Oct 22 00:24:40.901 INFO O| Oct 22 00:24:40.901 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35122024-10-22T00:24:42.872Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35132024-10-22T00:24:42.877ZOct 22 00:24:41.268 INFO [stamp-oximeter] process exited with exit status: 0 (2.135490351s)
35142024-10-22T00:24:42.990Z[ recovery-image] Oct 22 00:24:41.382 INFO O| Oct 22 00:24:41.381 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35152024-10-22T00:24:43.154Z[ recovery-image] Oct 22 00:24:41.545 INFO O| Oct 22 00:24:41.545 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35162024-10-22T00:24:43.157Z[ recovery-image] Oct 22 00:24:41.545 INFO O| Oct 22 00:24:41.545 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35172024-10-22T00:24:43.157Z[ recovery-image] Oct 22 00:24:41.546 INFO O| Oct 22 00:24:41.546 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35182024-10-22T00:24:43.157Z[ recovery-image] Oct 22 00:24:41.546 INFO O| Oct 22 00:24:41.546 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35192024-10-22T00:24:43.165Z[ recovery-image] Oct 22 00:24:41.556 INFO O| Oct 22 00:24:41.556 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35202024-10-22T00:24:43.199Z[ host-image] Oct 22 00:24:41.590 INFO O| Oct 22 00:24:41.590 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35212024-10-22T00:24:43.202Z[ host-image] Oct 22 00:24:41.592 INFO O| Oct 22 00:24:41.592 INFO O| Planning: Planning completed in 0.00 seconds
35222024-10-22T00:24:43.202Z[ host-image] Oct 22 00:24:41.593 INFO O| Oct 22 00:24:41.593 INFO O| Planning: Consolidating action changes ... Done
35232024-10-22T00:24:43.202Z[ host-image] Oct 22 00:24:41.593 INFO O| Oct 22 00:24:41.593 INFO O| Planning: Evaluating mediators ... Done
35242024-10-22T00:24:43.202Z[ host-image] Oct 22 00:24:41.593 INFO O| Oct 22 00:24:41.593 INFO O| Planning: Planning completed in 0.00 seconds
35252024-10-22T00:24:43.204Z[ host-image] Oct 22 00:24:41.593 INFO O| Oct 22 00:24:41.593 INFO O| Variants/Facets to change: 1
35262024-10-22T00:24:43.312Z[ host-image] Oct 22 00:24:41.703 INFO O| Oct 22 00:24:41.703 INFO O| Done
35272024-10-22T00:24:43.312Z[ host-image] Oct 22 00:24:41.703 INFO O| Oct 22 00:24:41.703 INFO O| Done
35282024-10-22T00:24:43.795Z[ host-image] Oct 22 00:24:42.186 INFO O| Oct 22 00:24:42.186 INFO O| Done
35292024-10-22T00:24:43.857Z[ host-image] Oct 22 00:24:42.247 INFO O| Oct 22 00:24:42.247 INFO O| Done
35302024-10-22T00:24:43.860Z[ host-image] Oct 22 00:24:42.248 INFO O| Oct 22 00:24:42.248 INFO O| Done
35312024-10-22T00:24:43.860Z[ host-image] Oct 22 00:24:42.248 INFO O| Oct 22 00:24:42.248 INFO O| Done
35322024-10-22T00:24:43.860Z[ host-image] Oct 22 00:24:42.250 INFO O| Oct 22 00:24:42.250 INFO O| Done
35332024-10-22T00:24:43.933Z[ host-image] Oct 22 00:24:42.324 INFO O| Oct 22 00:24:42.324 INFO STEP 8 (pkg_change_facet) COMPLETE
35342024-10-22T00:24:43.933Z[ host-image] Oct 22 00:24:42.324 INFO O| Oct 22 00:24:42.324 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35352024-10-22T00:24:43.935Z[ host-image] Oct 22 00:24:42.324 INFO O| Oct 22 00:24:42.324 INFO skip step because feature "recovery" is not enabled
35362024-10-22T00:24:43.935Z[ host-image] Oct 22 00:24:42.324 INFO O| Oct 22 00:24:42.324 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35372024-10-22T00:24:43.935Z[ host-image] Oct 22 00:24:42.324 INFO O| Oct 22 00:24:42.324 INFO skip step because feature "recovery" is not enabled
35382024-10-22T00:24:43.935Z[ host-image] Oct 22 00:24:42.324 INFO O| Oct 22 00:24:42.324 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35392024-10-22T00:24:43.945Z[ host-image] Oct 22 00:24:42.337 INFO O| Oct 22 00:24:42.336 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
35402024-10-22T00:24:43.972Z[ recovery-image] Oct 22 00:24:42.363 INFO O| Oct 22 00:24:42.363 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-10-22T00:24:43.985Z[ recovery-image] Oct 22 00:24:42.377 INFO O| Oct 22 00:24:42.377 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35422024-10-22T00:24:44.449Z[ recovery-image] Oct 22 00:24:42.840 INFO O| Oct 22 00:24:42.840 INFO O| Caching catalogs ... Done
35432024-10-22T00:24:44.487Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35442024-10-22T00:24:44.491ZOct 22 00:24:42.883 INFO [stamp-nexus] process exited with exit status: 0 (4.035242324s)
35452024-10-22T00:24:44.551Z[ host-image] Oct 22 00:24:42.942 INFO O| Oct 22 00:24:42.942 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35462024-10-22T00:24:44.563Z[ recovery-image] Oct 22 00:24:42.954 INFO O| Oct 22 00:24:42.954 INFO STEP 0 (pkg_image_create) COMPLETE
35472024-10-22T00:24:44.565Z[ recovery-image] Oct 22 00:24:42.954 INFO O| Oct 22 00:24:42.954 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-22T00:24:44.566Z[ recovery-image] Oct 22 00:24:42.954 INFO O| Oct 22 00:24:42.954 INFO skip step because feature "repo_redist" is not enabled
35492024-10-22T00:24:44.566Z[ recovery-image] Oct 22 00:24:42.954 INFO O| Oct 22 00:24:42.954 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-10-22T00:24:44.579Z[ recovery-image] Oct 22 00:24:42.970 INFO O| Oct 22 00:24:42.970 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"]
35512024-10-22T00:24:45.076Z[ recovery-image] Oct 22 00:24:43.467 INFO O| Oct 22 00:24:43.467 INFO STEP 2 (pkg_set_publisher) COMPLETE
35522024-10-22T00:24:45.076Z[ recovery-image] Oct 22 00:24:43.467 INFO O| Oct 22 00:24:43.467 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-10-22T00:24:45.089Z[ recovery-image] Oct 22 00:24:43.480 INFO O| Oct 22 00:24:43.480 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"]
35542024-10-22T00:24:45.570Z[ recovery-image] Oct 22 00:24:43.961 INFO O| Oct 22 00:24:43.961 INFO STEP 3 (pkg_set_publisher) COMPLETE
35552024-10-22T00:24:45.570Z[ recovery-image] Oct 22 00:24:43.961 INFO O| Oct 22 00:24:43.961 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-10-22T00:24:45.570Z[ recovery-image] Oct 22 00:24:43.961 INFO O| Oct 22 00:24:43.961 INFO skip step because feature "repo_redist" is not enabled
35572024-10-22T00:24:45.573Z[ recovery-image] Oct 22 00:24:43.961 INFO O| Oct 22 00:24:43.961 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-10-22T00:24:45.673Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35592024-10-22T00:24:45.831Z[verify-libraries] Compiling polyval v0.6.2
35602024-10-22T00:24:45.833Z[verify-libraries] Compiling ctr v0.9.2
35612024-10-22T00:24:45.851Z[verify-libraries] Compiling ssh-encoding v0.2.0
35622024-10-22T00:24:45.851Z[verify-libraries] Compiling blowfish v0.9.1
35632024-10-22T00:24:45.855Z[verify-libraries] Compiling password-hash v0.4.2
35642024-10-22T00:24:45.858Z[verify-libraries] Compiling matches v0.1.10
35652024-10-22T00:24:45.858Z[verify-libraries] Compiling p256 v0.13.2
35662024-10-22T00:24:45.874Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35672024-10-22T00:24:45.942ZOct 22 00:24:44.333 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.532898373s)
35682024-10-22T00:24:46.034Z[ recovery-image] Oct 22 00:24:44.425 INFO O| Oct 22 00:24:44.425 INFO variant opensolaris.zone is already global
35692024-10-22T00:24:46.034Z[ recovery-image] Oct 22 00:24:44.425 INFO O| Oct 22 00:24:44.425 INFO STEP 5 (pkg_change_variant) COMPLETE
35702024-10-22T00:24:46.037Z[ recovery-image] Oct 22 00:24:44.425 INFO O| Oct 22 00:24:44.425 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35712024-10-22T00:24:46.431Z[verify-libraries] Compiling ghash v0.5.1
35722024-10-22T00:24:46.435Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35732024-10-22T00:24:46.551Z[verify-libraries] Compiling idna v0.2.3
35742024-10-22T00:24:46.643Z[ recovery-image] Oct 22 00:24:45.033 INFO O| Oct 22 00:24:45.033 INFO variant opensolaris.imagetype is full; changing to partial
35752024-10-22T00:24:46.643Z[ recovery-image] Oct 22 00:24:45.033 INFO O| Oct 22 00:24:45.033 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35762024-10-22T00:24:46.949Z[verify-libraries] Compiling aes-gcm v0.10.3
35772024-10-22T00:24:47.234Z[verify-libraries] Compiling pbkdf2 v0.11.0
35782024-10-22T00:24:47.311Z[verify-libraries] Compiling p521 v0.13.3
35792024-10-22T00:24:47.404Z[verify-libraries] Compiling ssh-cipher v0.2.0
35802024-10-22T00:24:47.407Z[verify-libraries] Compiling enum-as-inner v0.5.1
35812024-10-22T00:24:47.818Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35822024-10-22T00:24:48.441Z[verify-libraries] Compiling ssh-key v0.6.6
35832024-10-22T00:24:48.606Z[verify-libraries] Compiling md5 v0.7.0
35842024-10-22T00:24:49.078Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35852024-10-22T00:24:49.153Z[verify-libraries] Compiling num-bigint v0.4.6
35862024-10-22T00:24:49.432Z[verify-libraries] Compiling des v0.8.1
35872024-10-22T00:24:50.272Z[verify-libraries] Compiling hex-literal v0.4.1
35882024-10-22T00:24:50.641Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35892024-10-22T00:24:51.135Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35902024-10-22T00:24:51.154Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35912024-10-22T00:24:51.209ZOct 22 00:24:49.600 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.813474864s)
35922024-10-22T00:24:51.807Z[verify-libraries] Compiling russh-keys v0.45.0
35932024-10-22T00:24:51.892Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35942024-10-22T00:24:52.040ZOct 22 00:24:50.430 INFO [stamp-clickhouse] process exited with exit status: 0 (11.543697078s)
35952024-10-22T00:24:52.040ZOct 22 00:24:50.430 INFO [tuf-stamp] task succeeded (11.645197312s)
35962024-10-22T00:24:52.884Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35972024-10-22T00:24:53.479Z[verify-libraries] Compiling internet-checksum v0.2.1
35982024-10-22T00:24:53.823Z[verify-libraries] Compiling heck v0.4.1
35992024-10-22T00:24:55.489Z[verify-libraries] Compiling russh v0.45.0
36002024-10-22T00:24:59.052Z[ recovery-image] Oct 22 00:24:57.443 INFO O| Oct 22 00:24:57.442 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36012024-10-22T00:25:00.339Z[verify-libraries] Compiling dhcproto v0.12.0
36022024-10-22T00:25:00.404Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36032024-10-22T00:25:06.291Z[ recovery-image] Oct 22 00:25:04.682 INFO O| Oct 22 00:25:04.682 INFO O| Startup: Caching catalogs ... Done
36042024-10-22T00:25:06.397Z[ recovery-image] Oct 22 00:25:04.788 INFO O| Oct 22 00:25:04.788 INFO O| Planning: Planning completed in 0.00 seconds
36052024-10-22T00:25:06.400Z[ recovery-image] Oct 22 00:25:04.789 INFO O| Oct 22 00:25:04.789 INFO O| Planning: Consolidating action changes ... Done
36062024-10-22T00:25:06.400Z[ recovery-image] Oct 22 00:25:04.789 INFO O| Oct 22 00:25:04.789 INFO O| Planning: Evaluating mediators ... Done
36072024-10-22T00:25:06.400Z[ recovery-image] Oct 22 00:25:04.789 INFO O| Oct 22 00:25:04.789 INFO O| Planning: Planning completed in 0.00 seconds
36082024-10-22T00:25:06.400Z[ recovery-image] Oct 22 00:25:04.790 INFO O| Oct 22 00:25:04.790 INFO O| Variants/Facets to change: 1
36092024-10-22T00:25:06.562Z[ recovery-image] Oct 22 00:25:04.953 INFO O| Oct 22 00:25:04.953 INFO O| Done
36102024-10-22T00:25:06.562Z[ recovery-image] Oct 22 00:25:04.953 INFO O| Oct 22 00:25:04.953 INFO O| Done
36112024-10-22T00:25:07.456Z[ recovery-image] Oct 22 00:25:05.847 INFO O| Oct 22 00:25:05.846 INFO O| Done
36122024-10-22T00:25:07.513Z[ recovery-image] Oct 22 00:25:05.904 INFO O| Oct 22 00:25:05.903 INFO O| Done
36132024-10-22T00:25:07.515Z[ recovery-image] Oct 22 00:25:05.905 INFO O| Oct 22 00:25:05.905 INFO O| Done
36142024-10-22T00:25:07.516Z[ recovery-image] Oct 22 00:25:05.906 INFO O| Oct 22 00:25:05.906 INFO O| Done
36152024-10-22T00:25:07.518Z[ recovery-image] Oct 22 00:25:05.908 INFO O| Oct 22 00:25:05.908 INFO O| Done
36162024-10-22T00:25:08.145Z[ recovery-image] Oct 22 00:25:06.536 INFO O| Oct 22 00:25:06.536 INFO STEP 6 (pkg_change_variant) COMPLETE
36172024-10-22T00:25:08.145Z[ recovery-image] Oct 22 00:25:06.536 INFO O| Oct 22 00:25:06.536 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36182024-10-22T00:25:08.148Z[ recovery-image] Oct 22 00:25:06.536 INFO O| Oct 22 00:25:06.536 INFO skip step because feature "debug_variant" is not enabled
36192024-10-22T00:25:08.148Z[ recovery-image] Oct 22 00:25:06.536 INFO O| Oct 22 00:25:06.536 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36202024-10-22T00:25:08.848Z[ recovery-image] Oct 22 00:25:07.238 INFO O| Oct 22 00:25:07.238 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36212024-10-22T00:25:09.147Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36222024-10-22T00:25:09.707Z[ recovery-image] Oct 22 00:25:08.098 INFO O| Oct 22 00:25:08.097 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36232024-10-22T00:25:09.719Z[ recovery-image] Oct 22 00:25:08.110 INFO O| Oct 22 00:25:08.109 INFO O| Planning: Planning completed in 0.00 seconds
36242024-10-22T00:25:09.721Z[ recovery-image] Oct 22 00:25:08.111 INFO O| Oct 22 00:25:08.111 INFO O| Planning: Consolidating action changes ... Done
36252024-10-22T00:25:09.721Z[ recovery-image] Oct 22 00:25:08.111 INFO O| Oct 22 00:25:08.111 INFO O| Planning: Evaluating mediators ... Done
36262024-10-22T00:25:09.721Z[ recovery-image] Oct 22 00:25:08.111 INFO O| Oct 22 00:25:08.111 INFO O| Planning: Planning completed in 0.00 seconds
36272024-10-22T00:25:09.721Z[ recovery-image] Oct 22 00:25:08.112 INFO O| Oct 22 00:25:08.112 INFO O| Variants/Facets to change: 1
36282024-10-22T00:25:09.797Z[ recovery-image] Oct 22 00:25:08.188 INFO O| Oct 22 00:25:08.188 INFO O| Done
36292024-10-22T00:25:09.797Z[ recovery-image] Oct 22 00:25:08.188 INFO O| Oct 22 00:25:08.188 INFO O| Done
36302024-10-22T00:25:10.522Z[ recovery-image] Oct 22 00:25:08.912 INFO O| Oct 22 00:25:08.912 INFO O| Done
36312024-10-22T00:25:10.573Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36322024-10-22T00:25:10.651Z[ recovery-image] Oct 22 00:25:09.042 INFO O| Oct 22 00:25:09.042 INFO O| Done
36332024-10-22T00:25:10.654Z[ recovery-image] Oct 22 00:25:09.043 INFO O| Oct 22 00:25:09.043 INFO O| Done
36342024-10-22T00:25:10.654Z[ recovery-image] Oct 22 00:25:09.043 INFO O| Oct 22 00:25:09.043 INFO O| Done
36352024-10-22T00:25:10.654Z[ recovery-image] Oct 22 00:25:09.045 INFO O| Oct 22 00:25:09.045 INFO O| Done
36362024-10-22T00:25:10.756Z[ recovery-image] Oct 22 00:25:09.147 INFO O| Oct 22 00:25:09.147 INFO STEP 8 (pkg_change_facet) COMPLETE
36372024-10-22T00:25:10.756Z[ recovery-image] Oct 22 00:25:09.147 INFO O| Oct 22 00:25:09.147 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36382024-10-22T00:25:11.434Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36392024-10-22T00:25:11.434Z[ recovery-image] Oct 22 00:25:09.775 INFO O| Oct 22 00:25:09.775 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36402024-10-22T00:25:11.623Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36412024-10-22T00:25:11.664Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36422024-10-22T00:25:12.353Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36432024-10-22T00:25:12.374Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36442024-10-22T00:25:12.451Z[ recovery-image] Oct 22 00:25:10.842 INFO O| Oct 22 00:25:10.842 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36452024-10-22T00:25:12.453Z[ recovery-image] Oct 22 00:25:10.844 INFO O| Oct 22 00:25:10.844 INFO O| Planning: Planning completed in 0.00 seconds
36462024-10-22T00:25:12.456Z[ recovery-image] Oct 22 00:25:10.845 INFO O| Oct 22 00:25:10.845 INFO O| Planning: Consolidating action changes ... Done
36472024-10-22T00:25:12.456Z[ recovery-image] Oct 22 00:25:10.845 INFO O| Oct 22 00:25:10.845 INFO O| Planning: Evaluating mediators ... Done
36482024-10-22T00:25:12.456Z[ recovery-image] Oct 22 00:25:10.845 INFO O| Oct 22 00:25:10.845 INFO O| Planning: Planning completed in 0.00 seconds
36492024-10-22T00:25:12.456Z[ recovery-image] Oct 22 00:25:10.846 INFO O| Oct 22 00:25:10.846 INFO O| Variants/Facets to change: 1
36502024-10-22T00:25:12.560Z[ recovery-image] Oct 22 00:25:10.951 INFO O| Oct 22 00:25:10.951 INFO O| Done
36512024-10-22T00:25:12.560Z[ recovery-image] Oct 22 00:25:10.951 INFO O| Oct 22 00:25:10.951 INFO O| Done
36522024-10-22T00:25:12.844Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36532024-10-22T00:25:13.253Z[ recovery-image] Oct 22 00:25:11.644 INFO O| Oct 22 00:25:11.643 INFO O| Done
36542024-10-22T00:25:13.338Z[ recovery-image] Oct 22 00:25:11.729 INFO O| Oct 22 00:25:11.729 INFO O| Done
36552024-10-22T00:25:13.340Z[ recovery-image] Oct 22 00:25:11.730 INFO O| Oct 22 00:25:11.730 INFO O| Done
36562024-10-22T00:25:13.341Z[ recovery-image] Oct 22 00:25:11.730 INFO O| Oct 22 00:25:11.730 INFO O| Done
36572024-10-22T00:25:13.343Z[ recovery-image] Oct 22 00:25:11.732 INFO O| Oct 22 00:25:11.732 INFO O| Done
36582024-10-22T00:25:13.459Z[ recovery-image] Oct 22 00:25:11.848 INFO O| Oct 22 00:25:11.848 INFO STEP 9 (pkg_change_facet) COMPLETE
36592024-10-22T00:25:13.459Z[ recovery-image] Oct 22 00:25:11.848 INFO O| Oct 22 00:25:11.848 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-10-22T00:25:14.220Z[ recovery-image] Oct 22 00:25:12.610 INFO O| Oct 22 00:25:12.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36612024-10-22T00:25:15.349Z[ recovery-image] Oct 22 00:25:13.740 INFO O| Oct 22 00:25:13.740 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36622024-10-22T00:25:15.352Z[ recovery-image] Oct 22 00:25:13.742 INFO O| Oct 22 00:25:13.742 INFO O| Planning: Planning completed in 0.00 seconds
36632024-10-22T00:25:15.352Z[ recovery-image] Oct 22 00:25:13.743 INFO O| Oct 22 00:25:13.743 INFO O| Planning: Consolidating action changes ... Done
36642024-10-22T00:25:15.352Z[ recovery-image] Oct 22 00:25:13.743 INFO O| Oct 22 00:25:13.743 INFO O| Planning: Evaluating mediators ... Done
36652024-10-22T00:25:15.355Z[ recovery-image] Oct 22 00:25:13.744 INFO O| Oct 22 00:25:13.744 INFO O| Planning: Planning completed in 0.00 seconds
36662024-10-22T00:25:15.355Z[ recovery-image] Oct 22 00:25:13.744 INFO O| Oct 22 00:25:13.744 INFO O| Variants/Facets to change: 1
36672024-10-22T00:25:15.408Z[ recovery-image] Oct 22 00:25:13.798 INFO O| Oct 22 00:25:13.798 INFO O| Done
36682024-10-22T00:25:15.408Z[ recovery-image] Oct 22 00:25:13.798 INFO O| Oct 22 00:25:13.798 INFO O| Done
36692024-10-22T00:25:16.085Z[ recovery-image] Oct 22 00:25:14.476 INFO O| Oct 22 00:25:14.476 INFO O| Done
36702024-10-22T00:25:16.165Z[ recovery-image] Oct 22 00:25:14.556 INFO O| Oct 22 00:25:14.556 INFO O| Done
36712024-10-22T00:25:16.168Z[ recovery-image] Oct 22 00:25:14.557 INFO O| Oct 22 00:25:14.557 INFO O| Done
36722024-10-22T00:25:16.168Z[ recovery-image] Oct 22 00:25:14.557 INFO O| Oct 22 00:25:14.557 INFO O| Done
36732024-10-22T00:25:16.170Z[ recovery-image] Oct 22 00:25:14.559 INFO O| Oct 22 00:25:14.559 INFO O| Done
36742024-10-22T00:25:16.270Z[ recovery-image] Oct 22 00:25:14.661 INFO O| Oct 22 00:25:14.661 INFO STEP 10 (pkg_change_facet) COMPLETE
36752024-10-22T00:25:16.270Z[ recovery-image] Oct 22 00:25:14.661 INFO O| Oct 22 00:25:14.661 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-10-22T00:25:16.291Z[ recovery-image] Oct 22 00:25:14.682 INFO O| Oct 22 00:25:14.682 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
36772024-10-22T00:25:17.304Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36782024-10-22T00:25:17.444Z[ recovery-image] Oct 22 00:25:15.834 INFO O| Oct 22 00:25:15.834 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36792024-10-22T00:25:20.148Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36802024-10-22T00:25:24.349Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36812024-10-22T00:25:28.726Z[verify-libraries] Compiling termios v0.3.3
36822024-10-22T00:25:29.441Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36832024-10-22T00:25:34.853Z[ host-image] Oct 22 00:25:33.243 INFO O| Oct 22 00:25:33.243 INFO O| Planning: Solver setup ... Done
36842024-10-22T00:25:42.925Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36852024-10-22T00:26:05.894Z[ recovery-image] Oct 22 00:26:04.284 INFO O| Oct 22 00:26:04.284 INFO O| Planning: Solver setup ... Done
36862024-10-22T00:26:27.951Z[ host-image] Oct 22 00:26:26.341 INFO O| Oct 22 00:26:26.341 INFO O| Planning: Running solver ... Done
36872024-10-22T00:26:28.463Z[ host-image] Oct 22 00:26:26.853 INFO O| Oct 22 00:26:26.853 INFO O| Planning: Finding local manifests ... Done
36882024-10-22T00:26:28.477Z[ host-image] Oct 22 00:26:26.867 INFO O| Oct 22 00:26:26.867 INFO O| Planning: Fetching manifests: 0/124 0% complete
36892024-10-22T00:26:29.216Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36902024-10-22T00:26:33.672Z[ host-image] Oct 22 00:26:32.062 INFO O| Oct 22 00:26:32.062 INFO O| Planning: Fetching manifests: 124/124 100% complete
36912024-10-22T00:26:35.055Z[ host-image] Oct 22 00:26:33.437 INFO O| Oct 22 00:26:33.437 INFO O| Planning: Package planning ... Done
36922024-10-22T00:26:36.480Z[ host-image] Oct 22 00:26:34.870 INFO O| Oct 22 00:26:34.870 INFO O| Planning: Merging actions ... Done
36932024-10-22T00:26:37.014Z[ host-image] Oct 22 00:26:35.404 INFO O| Oct 22 00:26:35.404 INFO O| Planning: Checking for conflicting actions ... Done
36942024-10-22T00:26:37.334Z[ host-image] Oct 22 00:26:35.724 INFO O| Oct 22 00:26:35.724 INFO O| Planning: Consolidating action changes ... Done
36952024-10-22T00:26:37.883Z[ host-image] Oct 22 00:26:36.273 INFO O| Oct 22 00:26:36.273 INFO O| Planning: Evaluating mediators ... Done
36962024-10-22T00:26:41.304Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36972024-10-22T00:26:44.268Z[ host-image] Oct 22 00:26:42.658 INFO O| Oct 22 00:26:42.658 INFO O| Planning: Planning completed in 119.72 seconds
36982024-10-22T00:26:44.277Z[ host-image] Oct 22 00:26:42.668 INFO O| Oct 22 00:26:42.668 INFO O| Packages to install: 124
36992024-10-22T00:26:44.280Z[ host-image] Oct 22 00:26:42.668 INFO O| Oct 22 00:26:42.668 INFO O| Mediators to change: 4
37002024-10-22T00:26:44.280Z[ host-image] Oct 22 00:26:42.668 INFO O| Oct 22 00:26:42.668 INFO O| Services to change: 6
37012024-10-22T00:26:44.391Z[ host-image] Oct 22 00:26:42.781 INFO O| Oct 22 00:26:42.781 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
37022024-10-22T00:26:48.019Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37032024-10-22T00:26:49.392Z[ host-image] Oct 22 00:26:47.783 INFO O| Oct 22 00:26:47.783 INFO O| Download: 1248/22744 items 6.9/199.4MB 3% complete (1.4M/s)
37042024-10-22T00:26:54.471Z[ host-image] Oct 22 00:26:52.861 INFO O| Oct 22 00:26:52.861 INFO O| Download: 1805/22744 items 16.8/199.4MB 8% complete (1.6M/s)
37052024-10-22T00:26:57.337Z[ recovery-image] Oct 22 00:26:55.727 INFO O| Oct 22 00:26:55.727 INFO O| Planning: Running solver ... Done
37062024-10-22T00:26:57.811Z[ recovery-image] Oct 22 00:26:56.200 INFO O| Oct 22 00:26:56.200 INFO O| Planning: Finding local manifests ... Done
37072024-10-22T00:26:57.831Z[ recovery-image] Oct 22 00:26:56.217 INFO O| Oct 22 00:26:56.217 INFO O| Planning: Fetching manifests: 0/124 0% complete
37082024-10-22T00:26:59.539Z[ host-image] Oct 22 00:26:57.929 INFO O| Oct 22 00:26:57.929 INFO O| Download: 2337/22744 items 27.5/199.4MB 13% complete (2.1M/s)
37092024-10-22T00:27:02.724Z[ recovery-image] Oct 22 00:27:01.114 INFO O| Oct 22 00:27:01.114 INFO O| Planning: Fetching manifests: 124/124 100% complete
37102024-10-22T00:27:04.079Z[ recovery-image] Oct 22 00:27:02.469 INFO O| Oct 22 00:27:02.469 INFO O| Planning: Package planning ... Done
37112024-10-22T00:27:04.540Z[ host-image] Oct 22 00:27:02.931 INFO O| Oct 22 00:27:02.931 INFO O| Download: 3636/22744 items 37.4/199.4MB 18% complete (2.0M/s)
37122024-10-22T00:27:04.835Z[ recovery-image] Oct 22 00:27:03.226 INFO O| Oct 22 00:27:03.226 INFO O| Planning: Merging actions ... Done
37132024-10-22T00:27:05.063Z[ recovery-image] Oct 22 00:27:03.452 INFO O| Oct 22 00:27:03.452 INFO O| Planning: Checking for conflicting actions ... Done
37142024-10-22T00:27:05.191Z[ recovery-image] Oct 22 00:27:03.581 INFO O| Oct 22 00:27:03.580 INFO O| Planning: Consolidating action changes ... Done
37152024-10-22T00:27:05.562Z[ recovery-image] Oct 22 00:27:03.952 INFO O| Oct 22 00:27:03.952 INFO O| Planning: Evaluating mediators ... Done
37162024-10-22T00:27:09.661Z[ host-image] Oct 22 00:27:08.050 INFO O| Oct 22 00:27:08.050 INFO O| Download: 4644/22744 items 43.0/199.4MB 21% complete (1.6M/s)
37172024-10-22T00:27:11.663Z[ recovery-image] Oct 22 00:27:10.053 INFO O| Oct 22 00:27:10.053 INFO O| Planning: Planning completed in 114.22 seconds
37182024-10-22T00:27:11.668Z[ recovery-image] Oct 22 00:27:10.059 INFO O| Oct 22 00:27:10.059 INFO O| Packages to install: 124
37192024-10-22T00:27:11.668Z[ recovery-image] Oct 22 00:27:10.059 INFO O| Oct 22 00:27:10.059 INFO O| Mediators to change: 4
37202024-10-22T00:27:11.669Z[ recovery-image] Oct 22 00:27:10.059 INFO O| Oct 22 00:27:10.059 INFO O| Services to change: 5
37212024-10-22T00:27:11.746Z[ recovery-image] Oct 22 00:27:10.136 INFO O| Oct 22 00:27:10.136 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37222024-10-22T00:27:14.665Z[ host-image] Oct 22 00:27:13.056 INFO O| Oct 22 00:27:13.055 INFO O| Download: 5579/22744 items 46.2/199.4MB 23% complete (898k/s)
37232024-10-22T00:27:16.775Z[ recovery-image] Oct 22 00:27:15.166 INFO O| Oct 22 00:27:15.165 INFO O| Download: 1004/15846 items 7.9/176.2MB 4% complete (1.7M/s)
37242024-10-22T00:27:17.329Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37252024-10-22T00:27:19.670Z[ host-image] Oct 22 00:27:18.060 INFO O| Oct 22 00:27:18.060 INFO O| Download: 6696/22744 items 46.8/199.4MB 23% complete (395k/s)
37262024-10-22T00:27:22.110Z[ recovery-image] Oct 22 00:27:20.500 INFO O| Oct 22 00:27:20.500 INFO O| Download: 1184/15846 items 13.6/176.2MB 7% complete (1.2M/s)
37272024-10-22T00:27:24.688Z[ host-image] Oct 22 00:27:23.078 INFO O| Oct 22 00:27:23.078 INFO O| Download: 7392/22744 items 57.7/199.4MB 28% complete (1.1M/s)
37282024-10-22T00:27:27.112Z[ recovery-image] Oct 22 00:27:25.502 INFO O| Oct 22 00:27:25.502 INFO O| Download: 1582/15846 items 24.5/176.2MB 13% complete (1.7M/s)
37292024-10-22T00:27:31.012Z[ host-image] Oct 22 00:27:29.402 INFO O| Oct 22 00:27:29.402 INFO O| Download: 8072/22744 items 59.8/199.4MB 29% complete (1.3M/s)
37302024-10-22T00:27:32.300Z[ recovery-image] Oct 22 00:27:30.690 INFO O| Oct 22 00:27:30.690 INFO O| Download: 2677/15846 items 33.1/176.2MB 18% complete (2.1M/s)
37312024-10-22T00:27:32.952Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37322024-10-22T00:27:36.099Z[ host-image] Oct 22 00:27:34.489 INFO O| Oct 22 00:27:34.489 INFO O| Download: 8365/22744 items 69.1/199.4MB 34% complete (1.0M/s)
37332024-10-22T00:27:37.394Z[ recovery-image] Oct 22 00:27:35.785 INFO O| Oct 22 00:27:35.784 INFO O| Download: 3610/15846 items 39.1/176.2MB 22% complete (1.6M/s)
37342024-10-22T00:27:37.990Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37352024-10-22T00:27:39.003Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37362024-10-22T00:27:41.120Z[ host-image] Oct 22 00:27:39.510 INFO O| Oct 22 00:27:39.510 INFO O| Download: 9433/22744 items 82.0/199.4MB 41% complete (2.2M/s)
37372024-10-22T00:27:42.407Z[ recovery-image] Oct 22 00:27:40.797 INFO O| Oct 22 00:27:40.797 INFO O| Download: 3760/15846 items 41.9/176.2MB 23% complete (925k/s)
37382024-10-22T00:27:46.120Z[ host-image] Oct 22 00:27:44.510 INFO O| Oct 22 00:27:44.510 INFO O| Download: 10417/22744 items 88.0/199.4MB 44% complete (1.9M/s)
37392024-10-22T00:27:47.409Z[ recovery-image] Oct 22 00:27:45.799 INFO O| Oct 22 00:27:45.799 INFO O| Download: 4725/15846 items 43.0/176.2MB 24% complete (397k/s)
37402024-10-22T00:27:51.306Z[ host-image] Oct 22 00:27:49.696 INFO O| Oct 22 00:27:49.696 INFO O| Download: 11222/22744 items 94.1/199.4MB 47% complete (1.2M/s)
37412024-10-22T00:27:52.409Z[ recovery-image] Oct 22 00:27:50.799 INFO O| Oct 22 00:27:50.799 INFO O| Download: 5573/15846 items 43.4/176.2MB 24% complete (157k/s)
37422024-10-22T00:27:56.401Z[ host-image] Oct 22 00:27:54.791 INFO O| Oct 22 00:27:54.790 INFO O| Download: 12003/22744 items 99.5/199.4MB 49% complete (1.1M/s)
37432024-10-22T00:27:57.411Z[ recovery-image] Oct 22 00:27:55.801 INFO O| Oct 22 00:27:55.801 INFO O| Download: 5989/15846 items 54.1/176.2MB 30% complete (1.1M/s)
37442024-10-22T00:28:01.401Z[ host-image] Oct 22 00:27:59.791 INFO O| Oct 22 00:27:59.791 INFO O| Download: 12325/22744 items 109.5/199.4MB 54% complete (1.5M/s)
37452024-10-22T00:28:02.418Z[ recovery-image] Oct 22 00:28:00.805 INFO O| Oct 22 00:28:00.805 INFO O| Download: 6758/15846 items 64.8/176.2MB 36% complete (2.1M/s)
37462024-10-22T00:28:07.056Z[ host-image] Oct 22 00:28:05.446 INFO O| Oct 22 00:28:05.445 INFO O| Download: 13315/22744 items 109.9/199.4MB 55% complete (1.1M/s)
37472024-10-22T00:28:07.417Z[ recovery-image] Oct 22 00:28:05.807 INFO O| Oct 22 00:28:05.807 INFO O| Download: 7545/15846 items 73.6/176.2MB 41% complete (2.0M/s)
37482024-10-22T00:28:12.191Z[ host-image] Oct 22 00:28:10.582 INFO O| Oct 22 00:28:10.582 INFO O| Download: 14459/22744 items 112.2/199.4MB 56% complete (254k/s)
37492024-10-22T00:28:12.579Z[ recovery-image] Oct 22 00:28:10.969 INFO O| Oct 22 00:28:10.969 INFO O| Download: 7938/15846 items 77.6/176.2MB 44% complete (1.3M/s)
37502024-10-22T00:28:17.209Z[ host-image] Oct 22 00:28:15.599 INFO O| Oct 22 00:28:15.599 INFO O| Download: 15218/22744 items 120.0/199.4MB 60% complete (1.0M/s)
37512024-10-22T00:28:17.676Z[ recovery-image] Oct 22 00:28:16.066 INFO O| Oct 22 00:28:16.066 INFO O| Download: 8663/15846 items 81.5/176.2MB 46% complete (771k/s)
37522024-10-22T00:28:22.220Z[ host-image] Oct 22 00:28:20.610 INFO O| Oct 22 00:28:20.610 INFO O| Download: 15928/22744 items 134.0/199.4MB 67% complete (2.1M/s)
37532024-10-22T00:28:22.689Z[ recovery-image] Oct 22 00:28:21.079 INFO O| Oct 22 00:28:21.079 INFO O| Download: 9275/15846 items 92.8/176.2MB 52% complete (1.5M/s)
37542024-10-22T00:28:27.562Z[ host-image] Oct 22 00:28:25.952 INFO O| Oct 22 00:28:25.952 INFO O| Download: 16890/22744 items 146.3/199.4MB 73% complete (2.6M/s)
37552024-10-22T00:28:27.692Z[ recovery-image] Oct 22 00:28:26.082 INFO O| Oct 22 00:28:26.082 INFO O| Download: 10203/15846 items 93.3/176.2MB 52% complete (1.2M/s)
37562024-10-22T00:28:33.036Z[ recovery-image] Oct 22 00:28:31.426 INFO O| Oct 22 00:28:31.425 INFO O| Download: 10913/15846 items 93.9/176.2MB 53% complete (116k/s)
37572024-10-22T00:28:33.039Z[ host-image] Oct 22 00:28:31.426 INFO O| Oct 22 00:28:31.426 INFO O| Download: 17862/22744 items 150.1/199.4MB 75% complete (1.9M/s)
37582024-10-22T00:28:38.039Z[ host-image] Oct 22 00:28:36.428 INFO O| Oct 22 00:28:36.428 INFO O| Download: 18743/22744 items 165.3/199.4MB 82% complete (1.9M/s)
37592024-10-22T00:28:39.189Z[ recovery-image] Oct 22 00:28:37.579 INFO O| Oct 22 00:28:37.579 INFO O| Download: 11398/15846 items 107.0/176.2MB 60% complete (1.4M/s)
37602024-10-22T00:28:43.039Z[ host-image] Oct 22 00:28:41.429 INFO O| Oct 22 00:28:41.429 INFO O| Download: 19813/22744 items 169.6/199.4MB 85% complete (2.0M/s)
37612024-10-22T00:28:44.820Z[ recovery-image] Oct 22 00:28:43.210 INFO O| Oct 22 00:28:43.210 INFO O| Download: 11923/15846 items 128.3/176.2MB 72% complete (3.4M/s)
37622024-10-22T00:28:48.290Z[ host-image] Oct 22 00:28:46.680 INFO O| Oct 22 00:28:46.680 INFO O| Download: 20633/22744 items 172.8/199.4MB 86% complete (827k/s)
37632024-10-22T00:28:49.836Z[ recovery-image] Oct 22 00:28:48.226 INFO O| Oct 22 00:28:48.226 INFO O| Download: 12870/15846 items 143.7/176.2MB 81% complete (3.8M/s)
37642024-10-22T00:28:53.292Z[ host-image] Oct 22 00:28:51.682 INFO O| Oct 22 00:28:51.682 INFO O| Download: 21045/22744 items 179.3/199.4MB 89% complete (977k/s)
37652024-10-22T00:28:54.851Z[ recovery-image] Oct 22 00:28:53.240 INFO O| Oct 22 00:28:53.240 INFO O| Download: 13763/15846 items 147.4/176.2MB 83% complete (1.9M/s)
37662024-10-22T00:28:58.341Z[ host-image] Oct 22 00:28:56.731 INFO O| Oct 22 00:28:56.731 INFO O| Download: 21872/22744 items 191.2/199.4MB 95% complete (1.9M/s)
37672024-10-22T00:28:59.867Z[ recovery-image] Oct 22 00:28:58.256 INFO O| Oct 22 00:28:58.256 INFO O| Download: 14560/15846 items 150.2/176.2MB 85% complete (661k/s)
37682024-10-22T00:29:03.706Z[ host-image] Oct 22 00:29:02.095 INFO O| Oct 22 00:29:02.095 INFO O| Download: 22054/22744 items 193.8/199.4MB 97% complete (1.4M/s)
37692024-10-22T00:29:04.874Z[ recovery-image] Oct 22 00:29:03.263 INFO O| Oct 22 00:29:03.263 INFO O| Download: 15053/15846 items 157.8/176.2MB 89% complete (1.1M/s)
37702024-10-22T00:29:08.044Z[ host-image] Oct 22 00:29:06.434 INFO O| Oct 22 00:29:06.434 INFO O| Download: Completed 199.42 MB in 143.65 seconds (1.4M/s)
37712024-10-22T00:29:09.606Z[ host-image] Oct 22 00:29:07.996 INFO O| Oct 22 00:29:07.995 INFO O| Actions: 1/49311 actions (Installing new actions)
37722024-10-22T00:29:10.198Z[ recovery-image] Oct 22 00:29:08.588 INFO O| Oct 22 00:29:08.588 INFO O| Download: 15608/15846 items 169.6/176.2MB 96% complete (1.9M/s)
37732024-10-22T00:29:12.420Z[ recovery-image] Oct 22 00:29:10.810 INFO O| Oct 22 00:29:10.809 INFO O| Download: Completed 176.18 MB in 120.67 seconds (1.5M/s)
37742024-10-22T00:29:13.527Z[ recovery-image] Oct 22 00:29:11.917 INFO O| Oct 22 00:29:11.917 INFO O| Actions: 1/25012 actions (Installing new actions)
37752024-10-22T00:29:14.606Z[ host-image] Oct 22 00:29:12.996 INFO O| Oct 22 00:29:12.996 INFO O| Actions: 9577/49311 actions (Installing new actions)
37762024-10-22T00:29:18.527Z[ recovery-image] Oct 22 00:29:16.917 INFO O| Oct 22 00:29:16.917 INFO O| Actions: 8040/25012 actions (Installing new actions)
37772024-10-22T00:29:19.606Z[ host-image] Oct 22 00:29:17.996 INFO O| Oct 22 00:29:17.996 INFO O| Actions: 16192/49311 actions (Installing new actions)
37782024-10-22T00:29:23.540Z[ recovery-image] Oct 22 00:29:21.929 INFO O| Oct 22 00:29:21.929 INFO O| Actions: 14118/25012 actions (Installing new actions)
37792024-10-22T00:29:24.609Z[ host-image] Oct 22 00:29:22.999 INFO O| Oct 22 00:29:22.999 INFO O| Actions: 22520/49311 actions (Installing new actions)
37802024-10-22T00:29:29.610Z[ host-image] Oct 22 00:29:27.999 INFO O| Oct 22 00:29:27.999 INFO O| Actions: 48486/49311 actions (Installing new actions)
37812024-10-22T00:29:31.795Z[ recovery-image] Oct 22 00:29:30.184 INFO O| Oct 22 00:29:30.184 INFO O| Actions: 24459/25012 actions (Installing new actions)
37822024-10-22T00:29:34.675Z[ host-image] Oct 22 00:29:33.064 INFO O| Oct 22 00:29:33.064 INFO O| Actions: 48874/49311 actions (Installing new actions)
37832024-10-22T00:29:35.534Z[ recovery-image] Oct 22 00:29:33.923 INFO O| Oct 22 00:29:33.923 INFO O| Actions: Completed 25012 actions in 22.00 seconds.
37842024-10-22T00:29:36.205Z[ recovery-image] Oct 22 00:29:34.594 INFO O| Oct 22 00:29:34.594 INFO O| Done
37852024-10-22T00:29:36.205Z[ recovery-image] Oct 22 00:29:34.594 INFO O| Oct 22 00:29:34.594 INFO O| Done
37862024-10-22T00:29:36.594Z[ host-image] Oct 22 00:29:34.984 INFO O| Oct 22 00:29:34.984 INFO O| Actions: Completed 49311 actions in 26.98 seconds.
37872024-10-22T00:29:37.311Z[ host-image] Oct 22 00:29:35.701 INFO O| Oct 22 00:29:35.701 INFO O| Done
37882024-10-22T00:29:37.311Z[ host-image] Oct 22 00:29:35.701 INFO O| Oct 22 00:29:35.701 INFO O| Done
37892024-10-22T00:29:37.765Z[ recovery-image] Oct 22 00:29:36.155 INFO O| Oct 22 00:29:36.154 INFO O| Done
37902024-10-22T00:29:38.732Z[ host-image] Oct 22 00:29:37.122 INFO O| Oct 22 00:29:37.122 INFO O| Done
37912024-10-22T00:29:39.515Z[ recovery-image] Oct 22 00:29:37.904 INFO O| Oct 22 00:29:37.904 INFO O| Done
37922024-10-22T00:29:39.535Z[ recovery-image] Oct 22 00:29:37.925 INFO O| Oct 22 00:29:37.925 INFO O| Done
37932024-10-22T00:29:41.485Z[ host-image] Oct 22 00:29:39.874 INFO O| Oct 22 00:29:39.874 INFO O| Done
37942024-10-22T00:29:41.555Z[ host-image] Oct 22 00:29:39.945 INFO O| Oct 22 00:29:39.945 INFO O| Done
37952024-10-22T00:29:44.438Z[ recovery-image] Oct 22 00:29:42.828 INFO O| Oct 22 00:29:42.828 INFO O| Done
37962024-10-22T00:29:45.132Z[ recovery-image] Oct 22 00:29:43.522 INFO O| Oct 22 00:29:43.522 INFO O| Done
37972024-10-22T00:29:45.543Z[ recovery-image] Oct 22 00:29:43.933 INFO O| Oct 22 00:29:43.933 INFO STEP 11 (pkg_install) COMPLETE
37982024-10-22T00:29:45.543Z[ recovery-image] Oct 22 00:29:43.933 INFO O| Oct 22 00:29:43.933 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992024-10-22T00:29:45.546Z[ recovery-image] Oct 22 00:29:43.933 INFO O| Oct 22 00:29:43.933 INFO skip step because feature "recovery" is enabled
38002024-10-22T00:29:45.546Z[ recovery-image] Oct 22 00:29:43.933 INFO O| Oct 22 00:29:43.933 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012024-10-22T00:29:45.546Z[ recovery-image] Oct 22 00:29:43.933 INFO O| Oct 22 00:29:43.933 INFO skip step because feature "omicron1" is not enabled
38022024-10-22T00:29:45.546Z[ recovery-image] Oct 22 00:29:43.933 INFO O| Oct 22 00:29:43.933 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032024-10-22T00:29:45.562Z[ recovery-image] Oct 22 00:29:43.952 INFO O| Oct 22 00:29:43.952 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38042024-10-22T00:29:46.601Z[ recovery-image] Oct 22 00:29:44.990 INFO O| Oct 22 00:29:44.990 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38052024-10-22T00:29:49.207Z[ host-image] Oct 22 00:29:47.596 INFO O| Oct 22 00:29:47.596 INFO O| Done
38062024-10-22T00:29:49.963Z[ host-image] Oct 22 00:29:48.353 INFO O| Oct 22 00:29:48.352 INFO O| Done
38072024-10-22T00:29:50.033Z[ recovery-image] Oct 22 00:29:48.422 INFO O| Oct 22 00:29:48.422 INFO O| Planning: Solver setup ... Done
38082024-10-22T00:29:50.037Z[ recovery-image] Oct 22 00:29:48.427 INFO O| Oct 22 00:29:48.427 INFO O| Planning: Running solver ... Done
38092024-10-22T00:29:50.095Z[ recovery-image] Oct 22 00:29:48.485 INFO O| Oct 22 00:29:48.485 INFO O| Planning: Finding local manifests ... Done
38102024-10-22T00:29:50.099Z[ recovery-image] Oct 22 00:29:48.486 INFO O| Oct 22 00:29:48.486 INFO O| Planning: Fetching manifests: 0/1 0% complete
38112024-10-22T00:29:50.180Z[ recovery-image] Oct 22 00:29:48.569 INFO O| Oct 22 00:29:48.569 INFO O| Planning: Fetching manifests: 1/1 100% complete
38122024-10-22T00:29:50.208Z[ recovery-image] Oct 22 00:29:48.598 INFO O| Oct 22 00:29:48.598 INFO O| Planning: Package planning ... Done
38132024-10-22T00:29:50.211Z[ recovery-image] Oct 22 00:29:48.599 INFO O| Oct 22 00:29:48.599 INFO O| Planning: Merging actions ... Done
38142024-10-22T00:29:50.274Z[ recovery-image] Oct 22 00:29:48.663 INFO O| Oct 22 00:29:48.662 INFO O| Planning: Checking for conflicting actions ... Done
38152024-10-22T00:29:50.277Z[ recovery-image] Oct 22 00:29:48.663 INFO O| Oct 22 00:29:48.663 INFO O| Planning: Consolidating action changes ... Done
38162024-10-22T00:29:50.294Z[ host-image] Oct 22 00:29:48.684 INFO O| Oct 22 00:29:48.684 INFO STEP 11 (pkg_install) COMPLETE
38172024-10-22T00:29:50.297Z[ host-image] Oct 22 00:29:48.684 INFO O| Oct 22 00:29:48.684 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38182024-10-22T00:29:50.312Z[ host-image] Oct 22 00:29:48.702 INFO O| Oct 22 00:29:48.701 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38192024-10-22T00:29:50.435Z[ recovery-image] Oct 22 00:29:48.824 INFO O| Oct 22 00:29:48.824 INFO O| Planning: Evaluating mediators ... Done
38202024-10-22T00:29:50.437Z[ recovery-image] Oct 22 00:29:48.825 INFO O| Oct 22 00:29:48.825 INFO O| Planning: Planning completed in 3.83 seconds
38212024-10-22T00:29:50.437Z[ recovery-image] Oct 22 00:29:48.826 INFO O| Oct 22 00:29:48.826 INFO O| Packages to install: 1
38222024-10-22T00:29:50.448Z[ recovery-image] Oct 22 00:29:48.837 INFO O| Oct 22 00:29:48.837 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38232024-10-22T00:29:50.925Z[ recovery-image] Oct 22 00:29:49.314 INFO O| Oct 22 00:29:49.314 INFO O| Download: Completed 20.80 MB in 0.48 seconds (43.6M/s)
38242024-10-22T00:29:51.030Z[ recovery-image] Oct 22 00:29:49.420 INFO O| Oct 22 00:29:49.420 INFO O| Actions: 1/22 actions (Installing new actions)
38252024-10-22T00:29:51.033Z[ host-image] Oct 22 00:29:49.422 INFO O| Oct 22 00:29:49.422 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38262024-10-22T00:29:51.966Z[ recovery-image] Oct 22 00:29:50.355 INFO O| Oct 22 00:29:50.355 INFO O| Actions: Completed 22 actions in 0.94 seconds.
38272024-10-22T00:29:52.470Z[ recovery-image] Oct 22 00:29:50.860 INFO O| Oct 22 00:29:50.859 INFO O| Done
38282024-10-22T00:29:52.470Z[ recovery-image] Oct 22 00:29:50.860 INFO O| Oct 22 00:29:50.859 INFO O| Done
38292024-10-22T00:29:53.626Z[ recovery-image] Oct 22 00:29:52.016 INFO O| Oct 22 00:29:52.016 INFO O| Done
38302024-10-22T00:29:55.280Z[ host-image] Oct 22 00:29:53.670 INFO O| Oct 22 00:29:53.670 INFO O| Planning: Solver setup ... Done
38312024-10-22T00:29:55.287Z[ host-image] Oct 22 00:29:53.677 INFO O| Oct 22 00:29:53.676 INFO O| Planning: Running solver ... Done
38322024-10-22T00:29:55.380Z[ host-image] Oct 22 00:29:53.770 INFO O| Oct 22 00:29:53.770 INFO O| Planning: Finding local manifests ... Done
38332024-10-22T00:29:55.383Z[ host-image] Oct 22 00:29:53.772 INFO O| Oct 22 00:29:53.772 INFO O| Planning: Fetching manifests: 0/4 0% complete
38342024-10-22T00:29:55.511Z[ recovery-image] Oct 22 00:29:53.901 INFO O| Oct 22 00:29:53.901 INFO O| Done
38352024-10-22T00:29:55.533Z[ recovery-image] Oct 22 00:29:53.922 INFO O| Oct 22 00:29:53.922 INFO O| Done
38362024-10-22T00:29:55.533Z[ recovery-image] Oct 22 00:29:53.923 INFO O| Oct 22 00:29:53.923 INFO O| Done
38372024-10-22T00:29:55.548Z[ recovery-image] Oct 22 00:29:53.937 INFO O| Oct 22 00:29:53.937 INFO O| Done
38382024-10-22T00:29:55.659Z[ host-image] Oct 22 00:29:54.047 INFO O| Oct 22 00:29:54.047 INFO O| Planning: Fetching manifests: 4/4 100% complete
38392024-10-22T00:29:55.697Z[ host-image] Oct 22 00:29:54.087 INFO O| Oct 22 00:29:54.086 INFO O| Planning: Package planning ... Done
38402024-10-22T00:29:55.703Z[ host-image] Oct 22 00:29:54.092 INFO O| Oct 22 00:29:54.092 INFO O| Planning: Merging actions ... Done
38412024-10-22T00:29:55.742Z[ recovery-image] Oct 22 00:29:54.131 INFO O| Oct 22 00:29:54.131 INFO STEP 14 (pkg_install) COMPLETE
38422024-10-22T00:29:55.742Z[ recovery-image] Oct 22 00:29:54.131 INFO O| Oct 22 00:29:54.131 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38432024-10-22T00:29:55.742Z[ recovery-image] Oct 22 00:29:54.131 INFO O| Oct 22 00:29:54.131 INFO skip step because feature "mfg" is not enabled
38442024-10-22T00:29:55.745Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.131 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38452024-10-22T00:29:55.745Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.131 INFO skip step because feature "compliance" is not enabled
38462024-10-22T00:29:55.746Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.131 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38472024-10-22T00:29:55.746Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.131 INFO skip step because feature "stress" is not enabled
38482024-10-22T00:29:55.746Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.131 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38492024-10-22T00:29:55.746Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.131 INFO skip step because feature "nfs" is not enabled
38502024-10-22T00:29:55.746Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.132 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38512024-10-22T00:29:55.746Z[ recovery-image] Oct 22 00:29:54.132 INFO O| Oct 22 00:29:54.132 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38522024-10-22T00:29:55.875Z[ recovery-image] Oct 22 00:29:54.265 INFO O| Oct 22 00:29:54.265 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38532024-10-22T00:29:55.934Z[ host-image] Oct 22 00:29:54.323 INFO O| Oct 22 00:29:54.323 INFO O| Planning: Checking for conflicting actions ... Done
38542024-10-22T00:29:55.936Z[ host-image] Oct 22 00:29:54.325 INFO O| Oct 22 00:29:54.325 INFO O| Planning: Consolidating action changes ... Done
38552024-10-22T00:29:56.012Z[ recovery-image] Oct 22 00:29:54.401 INFO O| Oct 22 00:29:54.401 INFO completed processing gimlet/ramdisk-01-os
38562024-10-22T00:29:56.015Z[ recovery-image] Oct 22 00:29:54.405 INFO image builder template: ramdisk-02-trim...
38572024-10-22T00:29:56.017Z[ recovery-image] Oct 22 00:29:54.405 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/.tmpHpVcd4/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38582024-10-22T00:29:56.055Z[ recovery-image] Oct 22 00:29:54.445 INFO O| Oct 22 00:29:54.444 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38592024-10-22T00:29:56.062Z[ recovery-image] Oct 22 00:29:54.452 INFO O| Oct 22 00:29:54.452 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38602024-10-22T00:29:56.167Z[ recovery-image] Oct 22 00:29:54.557 INFO O| Oct 22 00:29:54.557 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38612024-10-22T00:29:56.269Z[ recovery-image] Oct 22 00:29:54.659 INFO O| Oct 22 00:29:54.659 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38622024-10-22T00:29:56.269Z[ recovery-image] Oct 22 00:29:54.659 INFO O| Oct 22 00:29:54.659 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38632024-10-22T00:29:56.291Z[ recovery-image] Oct 22 00:29:54.680 INFO O| Oct 22 00:29:54.680 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38642024-10-22T00:29:56.300Z[ recovery-image] Oct 22 00:29:54.689 INFO O| Oct 22 00:29:54.689 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38652024-10-22T00:29:56.309Z[ recovery-image] Oct 22 00:29:54.699 INFO O| Oct 22 00:29:54.699 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38662024-10-22T00:29:56.376Z[ host-image] Oct 22 00:29:54.766 INFO O| Oct 22 00:29:54.766 INFO O| Planning: Evaluating mediators ... Done
38672024-10-22T00:29:56.379Z[ host-image] Oct 22 00:29:54.768 INFO O| Oct 22 00:29:54.768 INFO O| Planning: Planning completed in 5.35 seconds
38682024-10-22T00:29:56.382Z[ host-image] Oct 22 00:29:54.771 INFO O| Oct 22 00:29:54.771 INFO O| Packages to install: 4
38692024-10-22T00:29:56.382Z[ host-image] Oct 22 00:29:54.771 INFO O| Oct 22 00:29:54.771 INFO O| Services to change: 2
38702024-10-22T00:29:56.420Z[ host-image] Oct 22 00:29:54.810 INFO O| Oct 22 00:29:54.810 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38712024-10-22T00:29:56.752Z[ recovery-image] Oct 22 00:29:55.141 INFO O| Oct 22 00:29:55.141 INFO rolled back to input snapshot; work may begin
38722024-10-22T00:29:56.752Z[ recovery-image] Oct 22 00:29:55.141 INFO O| Oct 22 00:29:55.141 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38732024-10-22T00:29:56.761Z[ recovery-image] Oct 22 00:29:55.150 INFO O| Oct 22 00:29:55.150 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-22T00:29:56.779Z[ recovery-image] Oct 22 00:29:55.169 INFO O| Oct 22 00:29:55.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38752024-10-22T00:29:56.862Z[ recovery-image] Oct 22 00:29:55.252 INFO O| Oct 22 00:29:55.252 INFO STEP 0 (remove_files) COMPLETE
38762024-10-22T00:29:56.865Z[ recovery-image] Oct 22 00:29:55.252 INFO O| Oct 22 00:29:55.252 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-22T00:29:56.900Z[ recovery-image] Oct 22 00:29:55.290 INFO O| Oct 22 00:29:55.289 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38782024-10-22T00:29:56.903Z[ recovery-image] Oct 22 00:29:55.292 INFO O| Oct 22 00:29:55.292 INFO STEP 1 (remove_files) COMPLETE
38792024-10-22T00:29:56.903Z[ recovery-image] Oct 22 00:29:55.292 INFO O| Oct 22 00:29:55.292 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-22T00:29:56.922Z[ recovery-image] Oct 22 00:29:55.311 INFO O| Oct 22 00:29:55.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38812024-10-22T00:29:56.943Z[ recovery-image] Oct 22 00:29:55.333 INFO O| Oct 22 00:29:55.333 INFO STEP 2 (remove_files) COMPLETE
38822024-10-22T00:29:56.943Z[ recovery-image] Oct 22 00:29:55.333 INFO O| Oct 22 00:29:55.333 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-22T00:29:56.961Z[ recovery-image] Oct 22 00:29:55.351 INFO O| Oct 22 00:29:55.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38842024-10-22T00:29:56.968Z[ recovery-image] Oct 22 00:29:55.354 INFO O| Oct 22 00:29:55.354 INFO STEP 3 (remove_files) COMPLETE
38852024-10-22T00:29:56.968Z[ recovery-image] Oct 22 00:29:55.354 INFO O| Oct 22 00:29:55.354 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38862024-10-22T00:29:56.982Z[ recovery-image] Oct 22 00:29:55.372 INFO O| Oct 22 00:29:55.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38872024-10-22T00:29:56.988Z[ recovery-image] Oct 22 00:29:55.378 INFO O| Oct 22 00:29:55.377 INFO STEP 4 (remove_files) COMPLETE
38882024-10-22T00:29:56.988Z[ recovery-image] Oct 22 00:29:55.378 INFO O| Oct 22 00:29:55.377 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-22T00:29:57.006Z[ recovery-image] Oct 22 00:29:55.395 INFO O| Oct 22 00:29:55.395 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38902024-10-22T00:29:57.008Z[ recovery-image] Oct 22 00:29:55.396 INFO O| Oct 22 00:29:55.396 INFO STEP 5 (remove_files) COMPLETE
38912024-10-22T00:29:57.008Z[ recovery-image] Oct 22 00:29:55.396 INFO O| Oct 22 00:29:55.396 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-22T00:29:57.025Z[ recovery-image] Oct 22 00:29:55.415 INFO O| Oct 22 00:29:55.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38932024-10-22T00:29:57.041Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO STEP 6 (remove_files) COMPLETE
38942024-10-22T00:29:57.045Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-22T00:29:57.045Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO skip step because feature "recovery" is enabled
38962024-10-22T00:29:57.045Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-22T00:29:57.045Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO skip step because feature "recovery" is enabled
38982024-10-22T00:29:57.045Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-10-22T00:29:57.045Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO skip step because feature "recovery" is enabled
39002024-10-22T00:29:57.045Z[ recovery-image] Oct 22 00:29:55.431 INFO O| Oct 22 00:29:55.431 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-22T00:29:57.069Z[ recovery-image] Oct 22 00:29:55.458 INFO O| Oct 22 00:29:55.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
39022024-10-22T00:29:57.074Z[ recovery-image] Oct 22 00:29:55.464 INFO O| Oct 22 00:29:55.464 INFO STEP 10 (remove_files) COMPLETE
39032024-10-22T00:29:57.077Z[ recovery-image] Oct 22 00:29:55.464 INFO O| Oct 22 00:29:55.464 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-10-22T00:29:57.094Z[ recovery-image] Oct 22 00:29:55.483 INFO O| Oct 22 00:29:55.483 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
39052024-10-22T00:29:57.096Z[ recovery-image] Oct 22 00:29:55.485 INFO O| Oct 22 00:29:55.485 INFO STEP 11 (remove_files) COMPLETE
39062024-10-22T00:29:57.096Z[ recovery-image] Oct 22 00:29:55.485 INFO O| Oct 22 00:29:55.485 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-22T00:29:57.114Z[ recovery-image] Oct 22 00:29:55.503 INFO O| Oct 22 00:29:55.503 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39082024-10-22T00:29:57.117Z[ recovery-image] Oct 22 00:29:55.507 INFO O| Oct 22 00:29:55.507 INFO STEP 12 (remove_files) COMPLETE
39092024-10-22T00:29:57.119Z[ recovery-image] Oct 22 00:29:55.507 INFO O| Oct 22 00:29:55.507 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-22T00:29:57.503Z[ recovery-image] Oct 22 00:29:55.893 INFO O| Oct 22 00:29:55.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39112024-10-22T00:29:57.506Z[ recovery-image] Oct 22 00:29:55.894 INFO O| Oct 22 00:29:55.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39122024-10-22T00:29:57.519Z[ host-image] Oct 22 00:29:55.909 INFO O| Oct 22 00:29:55.908 INFO O| Download: Completed 1.39 MB in 1.10 seconds (1.3M/s)
39132024-10-22T00:29:57.525Z[ recovery-image] Oct 22 00:29:55.915 INFO O| Oct 22 00:29:55.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39142024-10-22T00:29:57.530Z[ recovery-image] Oct 22 00:29:55.920 INFO O| Oct 22 00:29:55.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39152024-10-22T00:29:57.563Z[ host-image] Oct 22 00:29:55.953 INFO O| Oct 22 00:29:55.953 INFO O| Actions: 1/238 actions (Installing new actions)
39162024-10-22T00:29:57.566Z[ recovery-image] Oct 22 00:29:55.953 INFO O| Oct 22 00:29:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39172024-10-22T00:29:57.573Z[ recovery-image] Oct 22 00:29:55.962 INFO O| Oct 22 00:29:55.962 INFO STEP 13 (remove_files) COMPLETE
39182024-10-22T00:29:57.573Z[ recovery-image] Oct 22 00:29:55.962 INFO O| Oct 22 00:29:55.962 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-22T00:29:57.614Z[ recovery-image] Oct 22 00:29:56.004 INFO O| Oct 22 00:29:56.004 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39202024-10-22T00:29:57.617Z[ recovery-image] Oct 22 00:29:56.006 INFO O| Oct 22 00:29:56.006 INFO STEP 14 (remove_files) COMPLETE
39212024-10-22T00:29:57.617Z[ recovery-image] Oct 22 00:29:56.006 INFO O| Oct 22 00:29:56.006 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-22T00:29:57.634Z[ recovery-image] Oct 22 00:29:56.024 INFO O| Oct 22 00:29:56.024 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39232024-10-22T00:29:57.644Z[ recovery-image] Oct 22 00:29:56.032 INFO O| Oct 22 00:29:56.032 INFO STEP 15 (remove_files) COMPLETE
39242024-10-22T00:29:57.644Z[ recovery-image] Oct 22 00:29:56.032 INFO O| Oct 22 00:29:56.032 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-22T00:29:57.661Z[ recovery-image] Oct 22 00:29:56.050 INFO O| Oct 22 00:29:56.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39262024-10-22T00:29:57.663Z[ recovery-image] Oct 22 00:29:56.051 INFO O| Oct 22 00:29:56.051 INFO STEP 16 (remove_files) COMPLETE
39272024-10-22T00:29:57.663Z[ recovery-image] Oct 22 00:29:56.051 INFO O| Oct 22 00:29:56.051 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-22T00:29:57.721Z[ recovery-image] Oct 22 00:29:56.111 INFO O| Oct 22 00:29:56.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39292024-10-22T00:29:57.724Z[ recovery-image] Oct 22 00:29:56.113 INFO O| Oct 22 00:29:56.113 INFO STEP 17 (remove_files) COMPLETE
39302024-10-22T00:29:57.724Z[ recovery-image] Oct 22 00:29:56.113 INFO O| Oct 22 00:29:56.113 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-22T00:29:57.758Z[ recovery-image] Oct 22 00:29:56.147 INFO O| Oct 22 00:29:56.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39322024-10-22T00:29:57.758Z[ recovery-image] Oct 22 00:29:56.147 INFO O| Oct 22 00:29:56.147 INFO STEP 18 (remove_files) COMPLETE
39332024-10-22T00:29:57.758Z[ recovery-image] Oct 22 00:29:56.147 INFO O| Oct 22 00:29:56.147 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-22T00:29:57.778Z[ recovery-image] Oct 22 00:29:56.167 INFO O| Oct 22 00:29:56.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39352024-10-22T00:29:57.778Z[ recovery-image] Oct 22 00:29:56.167 INFO O| Oct 22 00:29:56.167 INFO STEP 19 (remove_files) COMPLETE
39362024-10-22T00:29:57.778Z[ recovery-image] Oct 22 00:29:56.167 INFO O| Oct 22 00:29:56.167 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-22T00:29:57.798Z[ recovery-image] Oct 22 00:29:56.186 INFO O| Oct 22 00:29:56.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39382024-10-22T00:29:57.798Z[ recovery-image] Oct 22 00:29:56.186 INFO O| Oct 22 00:29:56.186 INFO STEP 20 (remove_files) COMPLETE
39392024-10-22T00:29:57.798Z[ recovery-image] Oct 22 00:29:56.186 INFO O| Oct 22 00:29:56.186 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-22T00:29:57.814Z[ recovery-image] Oct 22 00:29:56.204 INFO O| Oct 22 00:29:56.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39412024-10-22T00:29:57.814Z[ recovery-image] Oct 22 00:29:56.204 INFO O| Oct 22 00:29:56.204 INFO STEP 21 (remove_files) COMPLETE
39422024-10-22T00:29:57.814Z[ recovery-image] Oct 22 00:29:56.204 INFO O| Oct 22 00:29:56.204 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-22T00:29:57.832Z[ recovery-image] Oct 22 00:29:56.221 INFO O| Oct 22 00:29:56.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39442024-10-22T00:29:57.832Z[ recovery-image] Oct 22 00:29:56.221 INFO O| Oct 22 00:29:56.221 INFO STEP 22 (remove_files) COMPLETE
39452024-10-22T00:29:57.832Z[ recovery-image] Oct 22 00:29:56.221 INFO O| Oct 22 00:29:56.221 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-22T00:29:57.850Z[ recovery-image] Oct 22 00:29:56.240 INFO O| Oct 22 00:29:56.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39472024-10-22T00:29:57.850Z[ recovery-image] Oct 22 00:29:56.240 INFO O| Oct 22 00:29:56.240 INFO STEP 23 (remove_files) COMPLETE
39482024-10-22T00:29:57.853Z[ recovery-image] Oct 22 00:29:56.240 INFO O| Oct 22 00:29:56.240 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-22T00:29:57.869Z[ recovery-image] Oct 22 00:29:56.258 INFO O| Oct 22 00:29:56.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39502024-10-22T00:29:57.869Z[ recovery-image] Oct 22 00:29:56.258 INFO O| Oct 22 00:29:56.258 INFO STEP 24 (remove_files) COMPLETE
39512024-10-22T00:29:57.869Z[ recovery-image] Oct 22 00:29:56.258 INFO O| Oct 22 00:29:56.258 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-22T00:29:57.886Z[ recovery-image] Oct 22 00:29:56.276 INFO O| Oct 22 00:29:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39532024-10-22T00:29:57.886Z[ recovery-image] Oct 22 00:29:56.276 INFO O| Oct 22 00:29:56.276 INFO STEP 25 (remove_files) COMPLETE
39542024-10-22T00:29:57.889Z[ recovery-image] Oct 22 00:29:56.276 INFO O| Oct 22 00:29:56.276 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-22T00:29:57.904Z[ recovery-image] Oct 22 00:29:56.293 INFO O| Oct 22 00:29:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39562024-10-22T00:29:57.904Z[ recovery-image] Oct 22 00:29:56.294 INFO O| Oct 22 00:29:56.293 INFO STEP 26 (remove_files) COMPLETE
39572024-10-22T00:29:57.904Z[ recovery-image] Oct 22 00:29:56.294 INFO O| Oct 22 00:29:56.294 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-22T00:29:57.921Z[ recovery-image] Oct 22 00:29:56.311 INFO O| Oct 22 00:29:56.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39592024-10-22T00:29:57.921Z[ recovery-image] Oct 22 00:29:56.311 INFO O| Oct 22 00:29:56.311 INFO STEP 27 (remove_files) COMPLETE
39602024-10-22T00:29:57.924Z[ recovery-image] Oct 22 00:29:56.311 INFO O| Oct 22 00:29:56.311 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-22T00:29:57.939Z[ recovery-image] Oct 22 00:29:56.329 INFO O| Oct 22 00:29:56.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39622024-10-22T00:29:57.939Z[ recovery-image] Oct 22 00:29:56.329 INFO O| Oct 22 00:29:56.329 INFO STEP 28 (remove_files) COMPLETE
39632024-10-22T00:29:57.942Z[ recovery-image] Oct 22 00:29:56.329 INFO O| Oct 22 00:29:56.329 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-22T00:29:57.957Z[ recovery-image] Oct 22 00:29:56.346 INFO O| Oct 22 00:29:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39652024-10-22T00:29:57.957Z[ recovery-image] Oct 22 00:29:56.346 INFO O| Oct 22 00:29:56.346 INFO STEP 29 (remove_files) COMPLETE
39662024-10-22T00:29:57.957Z[ recovery-image] Oct 22 00:29:56.346 INFO O| Oct 22 00:29:56.346 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-22T00:29:57.974Z[ recovery-image] Oct 22 00:29:56.363 INFO O| Oct 22 00:29:56.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39682024-10-22T00:29:57.974Z[ recovery-image] Oct 22 00:29:56.363 INFO O| Oct 22 00:29:56.363 INFO STEP 30 (remove_files) COMPLETE
39692024-10-22T00:29:57.976Z[ recovery-image] Oct 22 00:29:56.363 INFO O| Oct 22 00:29:56.363 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-22T00:29:57.991Z[ recovery-image] Oct 22 00:29:56.381 INFO O| Oct 22 00:29:56.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39712024-10-22T00:29:57.991Z[ recovery-image] Oct 22 00:29:56.381 INFO O| Oct 22 00:29:56.381 INFO STEP 31 (remove_files) COMPLETE
39722024-10-22T00:29:57.994Z[ recovery-image] Oct 22 00:29:56.381 INFO O| Oct 22 00:29:56.381 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-22T00:29:57.997Z[ host-image] Oct 22 00:29:56.387 INFO O| Oct 22 00:29:56.387 INFO O| Actions: Completed 238 actions in 0.43 seconds.
39742024-10-22T00:29:58.008Z[ recovery-image] Oct 22 00:29:56.398 INFO O| Oct 22 00:29:56.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39752024-10-22T00:29:58.011Z[ recovery-image] Oct 22 00:29:56.398 INFO O| Oct 22 00:29:56.398 INFO STEP 32 (remove_files) COMPLETE
39762024-10-22T00:29:58.011Z[ recovery-image] Oct 22 00:29:56.398 INFO O| Oct 22 00:29:56.398 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-22T00:29:58.060Z[ recovery-image] Oct 22 00:29:56.449 INFO O| Oct 22 00:29:56.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39782024-10-22T00:29:58.060Z[ recovery-image] Oct 22 00:29:56.450 INFO O| Oct 22 00:29:56.449 INFO STEP 33 (remove_files) COMPLETE
39792024-10-22T00:29:58.060Z[ recovery-image] Oct 22 00:29:56.450 INFO O| Oct 22 00:29:56.449 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-10-22T00:29:58.085Z[ recovery-image] Oct 22 00:29:56.474 INFO O| Oct 22 00:29:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39812024-10-22T00:29:58.085Z[ recovery-image] Oct 22 00:29:56.474 INFO O| Oct 22 00:29:56.474 INFO STEP 34 (remove_files) COMPLETE
39822024-10-22T00:29:58.087Z[ recovery-image] Oct 22 00:29:56.474 INFO O| Oct 22 00:29:56.474 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-10-22T00:29:58.143Z[ recovery-image] Oct 22 00:29:56.532 INFO O| Oct 22 00:29:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39842024-10-22T00:29:58.143Z[ recovery-image] Oct 22 00:29:56.532 INFO O| Oct 22 00:29:56.532 INFO STEP 35 (remove_files) COMPLETE
39852024-10-22T00:29:58.143Z[ recovery-image] Oct 22 00:29:56.532 INFO O| Oct 22 00:29:56.532 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-22T00:29:58.207Z[ recovery-image] Oct 22 00:29:56.597 INFO O| Oct 22 00:29:56.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39872024-10-22T00:29:58.207Z[ recovery-image] Oct 22 00:29:56.597 INFO O| Oct 22 00:29:56.597 INFO STEP 36 (remove_files) COMPLETE
39882024-10-22T00:29:58.210Z[ recovery-image] Oct 22 00:29:56.597 INFO O| Oct 22 00:29:56.597 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-22T00:29:58.228Z[ recovery-image] Oct 22 00:29:56.618 INFO O| Oct 22 00:29:56.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39902024-10-22T00:29:58.228Z[ recovery-image] Oct 22 00:29:56.618 INFO O| Oct 22 00:29:56.618 INFO STEP 37 (remove_files) COMPLETE
39912024-10-22T00:29:58.231Z[ recovery-image] Oct 22 00:29:56.618 INFO O| Oct 22 00:29:56.618 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-10-22T00:29:58.248Z[ recovery-image] Oct 22 00:29:56.638 INFO O| Oct 22 00:29:56.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39932024-10-22T00:29:58.248Z[ recovery-image] Oct 22 00:29:56.638 INFO O| Oct 22 00:29:56.638 INFO STEP 38 (remove_files) COMPLETE
39942024-10-22T00:29:58.251Z[ recovery-image] Oct 22 00:29:56.638 INFO O| Oct 22 00:29:56.638 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-22T00:29:58.283Z[ recovery-image] Oct 22 00:29:56.672 INFO O| Oct 22 00:29:56.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39962024-10-22T00:29:58.283Z[ recovery-image] Oct 22 00:29:56.672 INFO O| Oct 22 00:29:56.672 INFO STEP 39 (remove_files) COMPLETE
39972024-10-22T00:29:58.286Z[ recovery-image] Oct 22 00:29:56.672 INFO O| Oct 22 00:29:56.672 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-10-22T00:29:58.302Z[ recovery-image] Oct 22 00:29:56.692 INFO O| Oct 22 00:29:56.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39992024-10-22T00:29:58.305Z[ recovery-image] Oct 22 00:29:56.692 INFO O| Oct 22 00:29:56.692 INFO STEP 40 (remove_files) COMPLETE
40002024-10-22T00:29:58.305Z[ recovery-image] Oct 22 00:29:56.692 INFO O| Oct 22 00:29:56.692 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-10-22T00:29:58.336Z[ recovery-image] Oct 22 00:29:56.726 INFO O| Oct 22 00:29:56.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
40022024-10-22T00:29:58.336Z[ recovery-image] Oct 22 00:29:56.726 INFO O| Oct 22 00:29:56.726 INFO STEP 41 (remove_files) COMPLETE
40032024-10-22T00:29:58.336Z[ recovery-image] Oct 22 00:29:56.726 INFO O| Oct 22 00:29:56.726 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-22T00:29:58.368Z[ recovery-image] Oct 22 00:29:56.758 INFO O| Oct 22 00:29:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
40052024-10-22T00:29:58.368Z[ recovery-image] Oct 22 00:29:56.758 INFO O| Oct 22 00:29:56.758 INFO STEP 42 (remove_files) COMPLETE
40062024-10-22T00:29:58.368Z[ recovery-image] Oct 22 00:29:56.758 INFO O| Oct 22 00:29:56.758 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-10-22T00:29:58.385Z[ recovery-image] Oct 22 00:29:56.775 INFO O| Oct 22 00:29:56.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
40082024-10-22T00:29:58.385Z[ recovery-image] Oct 22 00:29:56.775 INFO O| Oct 22 00:29:56.775 INFO STEP 43 (remove_files) COMPLETE
40092024-10-22T00:29:58.388Z[ recovery-image] Oct 22 00:29:56.775 INFO O| Oct 22 00:29:56.775 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-10-22T00:29:58.413Z[ recovery-image] Oct 22 00:29:56.803 INFO O| Oct 22 00:29:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40112024-10-22T00:29:58.413Z[ recovery-image] Oct 22 00:29:56.803 INFO O| Oct 22 00:29:56.803 INFO STEP 44 (remove_files) COMPLETE
40122024-10-22T00:29:58.413Z[ recovery-image] Oct 22 00:29:56.803 INFO O| Oct 22 00:29:56.803 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-10-22T00:29:58.433Z[ recovery-image] Oct 22 00:29:56.823 INFO O| Oct 22 00:29:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40142024-10-22T00:29:58.433Z[ recovery-image] Oct 22 00:29:56.823 INFO O| Oct 22 00:29:56.823 INFO STEP 45 (remove_files) COMPLETE
40152024-10-22T00:29:58.435Z[ recovery-image] Oct 22 00:29:56.823 INFO O| Oct 22 00:29:56.823 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-10-22T00:29:58.489Z[ recovery-image] Oct 22 00:29:56.878 INFO O| Oct 22 00:29:56.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40172024-10-22T00:29:58.489Z[ recovery-image] Oct 22 00:29:56.878 INFO O| Oct 22 00:29:56.878 INFO STEP 46 (remove_files) COMPLETE
40182024-10-22T00:29:58.492Z[ recovery-image] Oct 22 00:29:56.878 INFO O| Oct 22 00:29:56.878 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-10-22T00:29:58.516Z[ recovery-image] Oct 22 00:29:56.905 INFO O| Oct 22 00:29:56.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40202024-10-22T00:29:58.518Z[ recovery-image] Oct 22 00:29:56.905 INFO O| Oct 22 00:29:56.905 INFO STEP 47 (remove_files) COMPLETE
40212024-10-22T00:29:58.518Z[ recovery-image] Oct 22 00:29:56.906 INFO O| Oct 22 00:29:56.905 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-22T00:29:58.535Z[ recovery-image] Oct 22 00:29:56.925 INFO O| Oct 22 00:29:56.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40232024-10-22T00:29:58.538Z[ recovery-image] Oct 22 00:29:56.925 INFO O| Oct 22 00:29:56.925 INFO STEP 48 (remove_files) COMPLETE
40242024-10-22T00:29:58.538Z[ recovery-image] Oct 22 00:29:56.925 INFO O| Oct 22 00:29:56.925 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-10-22T00:29:58.547Z[ host-image] Oct 22 00:29:56.936 INFO O| Oct 22 00:29:56.936 INFO O| Done
40262024-10-22T00:29:58.547Z[ host-image] Oct 22 00:29:56.937 INFO O| Oct 22 00:29:56.936 INFO O| Done
40272024-10-22T00:29:58.552Z[ recovery-image] Oct 22 00:29:56.942 INFO O| Oct 22 00:29:56.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40282024-10-22T00:29:58.555Z[ recovery-image] Oct 22 00:29:56.942 INFO O| Oct 22 00:29:56.942 INFO STEP 49 (remove_files) COMPLETE
40292024-10-22T00:29:58.555Z[ recovery-image] Oct 22 00:29:56.942 INFO O| Oct 22 00:29:56.942 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-22T00:29:58.586Z[ recovery-image] Oct 22 00:29:56.974 INFO O| Oct 22 00:29:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40312024-10-22T00:29:58.586Z[ recovery-image] Oct 22 00:29:56.974 INFO O| Oct 22 00:29:56.974 INFO STEP 50 (remove_files) COMPLETE
40322024-10-22T00:29:58.586Z[ recovery-image] Oct 22 00:29:56.974 INFO O| Oct 22 00:29:56.974 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-22T00:29:58.662Z[ recovery-image] Oct 22 00:29:57.051 INFO O| Oct 22 00:29:57.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40342024-10-22T00:29:58.662Z[ recovery-image] Oct 22 00:29:57.051 INFO O| Oct 22 00:29:57.051 INFO STEP 51 (remove_files) COMPLETE
40352024-10-22T00:29:58.665Z[ recovery-image] Oct 22 00:29:57.051 INFO O| Oct 22 00:29:57.051 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-10-22T00:29:58.693Z[ recovery-image] Oct 22 00:29:57.083 INFO O| Oct 22 00:29:57.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40372024-10-22T00:29:58.693Z[ recovery-image] Oct 22 00:29:57.083 INFO O| Oct 22 00:29:57.083 INFO STEP 52 (remove_files) COMPLETE
40382024-10-22T00:29:58.697Z[ recovery-image] Oct 22 00:29:57.083 INFO O| Oct 22 00:29:57.083 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-22T00:29:58.754Z[ recovery-image] Oct 22 00:29:57.142 INFO O| Oct 22 00:29:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40402024-10-22T00:29:58.754Z[ recovery-image] Oct 22 00:29:57.142 INFO O| Oct 22 00:29:57.142 INFO STEP 53 (remove_files) COMPLETE
40412024-10-22T00:29:58.754Z[ recovery-image] Oct 22 00:29:57.142 INFO O| Oct 22 00:29:57.142 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-10-22T00:29:58.771Z[ recovery-image] Oct 22 00:29:57.161 INFO O| Oct 22 00:29:57.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40432024-10-22T00:29:58.772Z[ recovery-image] Oct 22 00:29:57.161 INFO O| Oct 22 00:29:57.161 INFO STEP 54 (remove_files) COMPLETE
40442024-10-22T00:29:58.772Z[ recovery-image] Oct 22 00:29:57.161 INFO O| Oct 22 00:29:57.161 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-10-22T00:29:58.828Z[ recovery-image] Oct 22 00:29:57.218 INFO O| Oct 22 00:29:57.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40462024-10-22T00:29:58.828Z[ recovery-image] Oct 22 00:29:57.218 INFO O| Oct 22 00:29:57.218 INFO STEP 55 (remove_files) COMPLETE
40472024-10-22T00:29:58.828Z[ recovery-image] Oct 22 00:29:57.218 INFO O| Oct 22 00:29:57.218 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-22T00:29:58.852Z[ recovery-image] Oct 22 00:29:57.242 INFO O| Oct 22 00:29:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40492024-10-22T00:29:58.855Z[ recovery-image] Oct 22 00:29:57.242 INFO O| Oct 22 00:29:57.242 INFO STEP 56 (remove_files) COMPLETE
40502024-10-22T00:29:58.855Z[ recovery-image] Oct 22 00:29:57.242 INFO O| Oct 22 00:29:57.242 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40512024-10-22T00:29:58.872Z[ recovery-image] Oct 22 00:29:57.262 INFO O| Oct 22 00:29:57.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40522024-10-22T00:29:58.878Z[ recovery-image] Oct 22 00:29:57.262 INFO O| Oct 22 00:29:57.262 INFO STEP 57 (remove_files) COMPLETE
40532024-10-22T00:29:58.878Z[ recovery-image] Oct 22 00:29:57.262 INFO O| Oct 22 00:29:57.262 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-10-22T00:29:58.893Z[ recovery-image] Oct 22 00:29:57.282 INFO O| Oct 22 00:29:57.282 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40552024-10-22T00:29:58.895Z[ recovery-image] Oct 22 00:29:57.282 INFO O| Oct 22 00:29:57.282 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40562024-10-22T00:29:58.895Z[ recovery-image] Oct 22 00:29:57.283 INFO O| Oct 22 00:29:57.283 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40572024-10-22T00:29:58.895Z[ recovery-image] Oct 22 00:29:57.283 INFO O| Oct 22 00:29:57.283 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40582024-10-22T00:29:58.896Z[ recovery-image] Oct 22 00:29:57.283 INFO O| Oct 22 00:29:57.283 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40592024-10-22T00:29:58.896Z[ recovery-image] Oct 22 00:29:57.283 INFO O| Oct 22 00:29:57.283 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40602024-10-22T00:29:58.896Z[ recovery-image] Oct 22 00:29:57.284 INFO O| Oct 22 00:29:57.283 INFO ok!
40612024-10-22T00:29:58.896Z[ recovery-image] Oct 22 00:29:57.284 INFO O| Oct 22 00:29:57.283 INFO STEP 58 (ensure_file) COMPLETE
40622024-10-22T00:29:58.896Z[ recovery-image] Oct 22 00:29:57.284 INFO O| Oct 22 00:29:57.284 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-10-22T00:29:58.935Z[ recovery-image] Oct 22 00:29:57.324 INFO O| Oct 22 00:29:57.324 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40642024-10-22T00:29:58.935Z[ recovery-image] Oct 22 00:29:57.324 INFO O| Oct 22 00:29:57.324 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40652024-10-22T00:29:58.938Z[ recovery-image] Oct 22 00:29:57.325 INFO O| Oct 22 00:29:57.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40662024-10-22T00:29:58.938Z[ recovery-image] Oct 22 00:29:57.325 INFO O| Oct 22 00:29:57.325 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40672024-10-22T00:29:58.938Z[ recovery-image] Oct 22 00:29:57.325 INFO O| Oct 22 00:29:57.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40682024-10-22T00:29:58.938Z[ recovery-image] Oct 22 00:29:57.325 INFO O| Oct 22 00:29:57.325 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40692024-10-22T00:29:58.938Z[ recovery-image] Oct 22 00:29:57.325 INFO O| Oct 22 00:29:57.325 INFO ok!
40702024-10-22T00:29:58.938Z[ recovery-image] Oct 22 00:29:57.325 INFO O| Oct 22 00:29:57.325 INFO STEP 59 (ensure_file) COMPLETE
40712024-10-22T00:29:58.938Z[ recovery-image] Oct 22 00:29:57.325 INFO O| Oct 22 00:29:57.325 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-10-22T00:29:59.022Z[ recovery-image] Oct 22 00:29:57.411 INFO O| Oct 22 00:29:57.411 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40732024-10-22T00:29:59.022Z[ recovery-image] Oct 22 00:29:57.412 INFO O| Oct 22 00:29:57.411 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40742024-10-22T00:29:59.022Z[ recovery-image] Oct 22 00:29:57.412 INFO O| Oct 22 00:29:57.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40752024-10-22T00:29:59.025Z[ recovery-image] Oct 22 00:29:57.412 INFO O| Oct 22 00:29:57.412 INFO ok!
40762024-10-22T00:29:59.025Z[ recovery-image] Oct 22 00:29:57.412 INFO O| Oct 22 00:29:57.412 INFO STEP 60 (ensure_file) COMPLETE
40772024-10-22T00:29:59.025Z[ recovery-image] Oct 22 00:29:57.412 INFO O| Oct 22 00:29:57.412 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-10-22T00:29:59.062Z[ recovery-image] Oct 22 00:29:57.452 INFO O| Oct 22 00:29:57.452 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40792024-10-22T00:29:59.063Z[ recovery-image] Oct 22 00:29:57.452 INFO O| Oct 22 00:29:57.452 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40802024-10-22T00:29:59.065Z[ recovery-image] Oct 22 00:29:57.453 INFO O| Oct 22 00:29:57.453 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40812024-10-22T00:29:59.065Z[ recovery-image] Oct 22 00:29:57.453 INFO O| Oct 22 00:29:57.453 INFO ok!
40822024-10-22T00:29:59.065Z[ recovery-image] Oct 22 00:29:57.453 INFO O| Oct 22 00:29:57.453 INFO STEP 61 (ensure_file) COMPLETE
40832024-10-22T00:29:59.065Z[ recovery-image] Oct 22 00:29:57.453 INFO O| Oct 22 00:29:57.453 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-10-22T00:29:59.082Z[ recovery-image] Oct 22 00:29:57.472 INFO O| Oct 22 00:29:57.472 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40852024-10-22T00:29:59.084Z[ recovery-image] Oct 22 00:29:57.472 INFO O| Oct 22 00:29:57.472 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40862024-10-22T00:29:59.084Z[ recovery-image] Oct 22 00:29:57.472 INFO O| Oct 22 00:29:57.472 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40872024-10-22T00:29:59.084Z[ recovery-image] Oct 22 00:29:57.472 INFO O| Oct 22 00:29:57.472 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40882024-10-22T00:29:59.084Z[ recovery-image] Oct 22 00:29:57.472 INFO O| Oct 22 00:29:57.472 INFO ok!
40892024-10-22T00:29:59.085Z[ recovery-image] Oct 22 00:29:57.473 INFO O| Oct 22 00:29:57.472 INFO STEP 62 (ensure_file) COMPLETE
40902024-10-22T00:29:59.085Z[ recovery-image] Oct 22 00:29:57.473 INFO O| Oct 22 00:29:57.473 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-10-22T00:29:59.102Z[ recovery-image] Oct 22 00:29:57.491 INFO O| Oct 22 00:29:57.491 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40922024-10-22T00:29:59.102Z[ recovery-image] Oct 22 00:29:57.492 INFO O| Oct 22 00:29:57.492 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40932024-10-22T00:29:59.105Z[ recovery-image] Oct 22 00:29:57.492 INFO O| Oct 22 00:29:57.492 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40942024-10-22T00:29:59.105Z[ recovery-image] Oct 22 00:29:57.492 INFO O| Oct 22 00:29:57.492 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40952024-10-22T00:29:59.105Z[ recovery-image] Oct 22 00:29:57.492 INFO O| Oct 22 00:29:57.492 INFO ok!
40962024-10-22T00:29:59.105Z[ recovery-image] Oct 22 00:29:57.492 INFO O| Oct 22 00:29:57.492 INFO STEP 63 (ensure_file) COMPLETE
40972024-10-22T00:29:59.105Z[ recovery-image] Oct 22 00:29:57.492 INFO O| Oct 22 00:29:57.492 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-10-22T00:29:59.120Z[ recovery-image] Oct 22 00:29:57.510 INFO O| Oct 22 00:29:57.509 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40992024-10-22T00:29:59.120Z[ recovery-image] Oct 22 00:29:57.510 INFO O| Oct 22 00:29:57.510 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
41002024-10-22T00:29:59.122Z[ recovery-image] Oct 22 00:29:57.510 INFO O| Oct 22 00:29:57.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
41012024-10-22T00:29:59.122Z[ recovery-image] Oct 22 00:29:57.510 INFO O| Oct 22 00:29:57.510 INFO ok!
41022024-10-22T00:29:59.122Z[ recovery-image] Oct 22 00:29:57.510 INFO O| Oct 22 00:29:57.510 INFO STEP 64 (assemble_files) COMPLETE
41032024-10-22T00:29:59.123Z[ recovery-image] Oct 22 00:29:57.510 INFO O| Oct 22 00:29:57.510 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-10-22T00:29:59.156Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
41052024-10-22T00:29:59.156Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
41062024-10-22T00:29:59.156Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41072024-10-22T00:29:59.156Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41082024-10-22T00:29:59.158Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO ok!
41092024-10-22T00:29:59.158Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO STEP 65 (ensure_file) COMPLETE
41102024-10-22T00:29:59.158Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-10-22T00:29:59.158Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO skip step because feature "omicron1" is not enabled
41122024-10-22T00:29:59.159Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-10-22T00:29:59.159Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO skip step because feature "omicron1" is not enabled
41142024-10-22T00:29:59.159Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-10-22T00:29:59.159Z[ recovery-image] Oct 22 00:29:57.545 INFO O| Oct 22 00:29:57.545 INFO skip step because feature "omicron1" is not enabled
41162024-10-22T00:29:59.159Z[ recovery-image] Oct 22 00:29:57.546 INFO O| Oct 22 00:29:57.545 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-10-22T00:29:59.181Z[ recovery-image] Oct 22 00:29:57.571 INFO O| Oct 22 00:29:57.571 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41182024-10-22T00:29:59.181Z[ recovery-image] Oct 22 00:29:57.571 INFO O| Oct 22 00:29:57.571 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41192024-10-22T00:29:59.549Z[ host-image] Oct 22 00:29:57.938 INFO O| Oct 22 00:29:57.938 INFO O| Done
41202024-10-22T00:30:02.309Z[ recovery-image] Oct 22 00:30:00.698 INFO O| Oct 22 00:30:00.698 INFO STEP 69 (pack_tar) COMPLETE
41212024-10-22T00:30:02.309Z[ recovery-image] Oct 22 00:30:00.698 INFO O| Oct 22 00:30:00.698 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41222024-10-22T00:30:02.312Z[ recovery-image] Oct 22 00:30:00.698 INFO O| Oct 22 00:30:00.698 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41232024-10-22T00:30:02.536Z[ host-image] Oct 22 00:30:00.925 INFO O| Oct 22 00:30:00.925 INFO O| Done
41242024-10-22T00:30:02.582Z[ host-image] Oct 22 00:30:00.972 INFO O| Oct 22 00:30:00.972 INFO O| Done
41252024-10-22T00:30:02.585Z[ host-image] Oct 22 00:30:00.972 INFO O| Oct 22 00:30:00.972 INFO O| Done
41262024-10-22T00:30:02.612Z[ host-image] Oct 22 00:30:01.002 INFO O| Oct 22 00:30:01.002 INFO O| Done
41272024-10-22T00:30:02.692Z[ recovery-image] Oct 22 00:30:01.082 INFO O| Oct 22 00:30:01.081 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41282024-10-22T00:30:02.802Z[ host-image] Oct 22 00:30:01.192 INFO O| Oct 22 00:30:01.192 INFO STEP 12 (pkg_install) COMPLETE
41292024-10-22T00:30:02.802Z[ host-image] Oct 22 00:30:01.192 INFO O| Oct 22 00:30:01.192 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41302024-10-22T00:30:02.822Z[ host-image] Oct 22 00:30:01.212 INFO O| Oct 22 00:30:01.211 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
41312024-10-22T00:30:02.854Z[ recovery-image] Oct 22 00:30:01.244 INFO O| Oct 22 00:30:01.244 INFO completed processing gimlet/ramdisk-02-trim
41322024-10-22T00:30:02.857Z[ recovery-image] Oct 22 00:30:01.247 INFO image builder template: ramdisk-03-recovery-trim...
41332024-10-22T00:30:02.860Z[ recovery-image] Oct 22 00:30:01.247 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/.tmpHpVcd4/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41342024-10-22T00:30:03.075Z[ recovery-image] Oct 22 00:30:01.464 INFO O| Oct 22 00:30:01.464 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41352024-10-22T00:30:03.082Z[ recovery-image] Oct 22 00:30:01.472 INFO O| Oct 22 00:30:01.472 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41362024-10-22T00:30:03.213Z[ recovery-image] Oct 22 00:30:01.602 INFO O| Oct 22 00:30:01.602 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41372024-10-22T00:30:03.308Z[ recovery-image] Oct 22 00:30:01.697 INFO O| Oct 22 00:30:01.697 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41382024-10-22T00:30:03.312Z[ recovery-image] Oct 22 00:30:01.698 INFO O| Oct 22 00:30:01.698 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41392024-10-22T00:30:03.342Z[ recovery-image] Oct 22 00:30:01.732 INFO O| Oct 22 00:30:01.732 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41402024-10-22T00:30:03.361Z[ recovery-image] Oct 22 00:30:01.751 INFO O| Oct 22 00:30:01.751 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41412024-10-22T00:30:03.370Z[ recovery-image] Oct 22 00:30:01.760 INFO O| Oct 22 00:30:01.760 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41422024-10-22T00:30:03.887Z[ recovery-image] Oct 22 00:30:02.276 INFO O| Oct 22 00:30:02.276 INFO rolled back to input snapshot; work may begin
41432024-10-22T00:30:03.887Z[ recovery-image] Oct 22 00:30:02.277 INFO O| Oct 22 00:30:02.276 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41442024-10-22T00:30:03.895Z[ recovery-image] Oct 22 00:30:02.285 INFO O| Oct 22 00:30:02.285 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-10-22T00:30:03.933Z[ recovery-image] Oct 22 00:30:02.322 INFO O| Oct 22 00:30:02.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41462024-10-22T00:30:04.032Z[ recovery-image] Oct 22 00:30:02.421 INFO O| Oct 22 00:30:02.421 INFO STEP 0 (remove_files) COMPLETE
41472024-10-22T00:30:04.032Z[ recovery-image] Oct 22 00:30:02.421 INFO O| Oct 22 00:30:02.421 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-10-22T00:30:04.035Z[ host-image] Oct 22 00:30:02.425 INFO O| Oct 22 00:30:02.425 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41492024-10-22T00:30:04.085Z[ recovery-image] Oct 22 00:30:02.475 INFO O| Oct 22 00:30:02.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41502024-10-22T00:30:04.405Z[ recovery-image] Oct 22 00:30:02.795 INFO O| Oct 22 00:30:02.795 INFO STEP 1 (remove_files) COMPLETE
41512024-10-22T00:30:04.405Z[ recovery-image] Oct 22 00:30:02.795 INFO O| Oct 22 00:30:02.795 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-22T00:30:04.436Z[ recovery-image] Oct 22 00:30:02.825 INFO O| Oct 22 00:30:02.825 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41532024-10-22T00:30:04.480Z[ recovery-image] Oct 22 00:30:02.867 INFO O| Oct 22 00:30:02.866 INFO STEP 2 (remove_files) COMPLETE
41542024-10-22T00:30:04.480Z[ recovery-image] Oct 22 00:30:02.867 INFO O| Oct 22 00:30:02.867 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-22T00:30:04.537Z[ recovery-image] Oct 22 00:30:02.927 INFO O| Oct 22 00:30:02.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41562024-10-22T00:30:04.692Z[ recovery-image] Oct 22 00:30:03.082 INFO O| Oct 22 00:30:03.081 INFO STEP 3 (remove_files) COMPLETE
41572024-10-22T00:30:04.692Z[ recovery-image] Oct 22 00:30:03.082 INFO O| Oct 22 00:30:03.082 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-22T00:30:04.713Z[ recovery-image] Oct 22 00:30:03.103 INFO O| Oct 22 00:30:03.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41592024-10-22T00:30:04.859Z[ recovery-image] Oct 22 00:30:03.248 INFO O| Oct 22 00:30:03.248 INFO STEP 4 (remove_files) COMPLETE
41602024-10-22T00:30:04.859Z[ recovery-image] Oct 22 00:30:03.248 INFO O| Oct 22 00:30:03.248 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-22T00:30:04.921Z[ recovery-image] Oct 22 00:30:03.307 INFO O| Oct 22 00:30:03.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41622024-10-22T00:30:05.013Z[ recovery-image] Oct 22 00:30:03.399 INFO O| Oct 22 00:30:03.399 INFO STEP 5 (remove_files) COMPLETE
41632024-10-22T00:30:05.013Z[ recovery-image] Oct 22 00:30:03.400 INFO O| Oct 22 00:30:03.399 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-22T00:30:05.052Z[ recovery-image] Oct 22 00:30:03.441 INFO O| Oct 22 00:30:03.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41652024-10-22T00:30:05.055Z[ recovery-image] Oct 22 00:30:03.443 INFO O| Oct 22 00:30:03.443 INFO STEP 6 (remove_files) COMPLETE
41662024-10-22T00:30:05.055Z[ recovery-image] Oct 22 00:30:03.443 INFO O| Oct 22 00:30:03.443 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-22T00:30:05.117Z[ recovery-image] Oct 22 00:30:03.506 INFO O| Oct 22 00:30:03.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41682024-10-22T00:30:05.120Z[ recovery-image] Oct 22 00:30:03.508 INFO O| Oct 22 00:30:03.508 INFO STEP 7 (remove_files) COMPLETE
41692024-10-22T00:30:05.120Z[ recovery-image] Oct 22 00:30:03.508 INFO O| Oct 22 00:30:03.508 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-22T00:30:05.154Z[ recovery-image] Oct 22 00:30:03.543 INFO O| Oct 22 00:30:03.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41712024-10-22T00:30:05.270Z[ recovery-image] Oct 22 00:30:03.659 INFO O| Oct 22 00:30:03.659 INFO STEP 8 (remove_files) COMPLETE
41722024-10-22T00:30:05.270Z[ recovery-image] Oct 22 00:30:03.659 INFO O| Oct 22 00:30:03.659 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-22T00:30:05.332Z[ recovery-image] Oct 22 00:30:03.721 INFO O| Oct 22 00:30:03.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41742024-10-22T00:30:05.346Z[ recovery-image] Oct 22 00:30:03.736 INFO O| Oct 22 00:30:03.736 INFO STEP 9 (remove_files) COMPLETE
41752024-10-22T00:30:05.346Z[ recovery-image] Oct 22 00:30:03.736 INFO O| Oct 22 00:30:03.736 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-22T00:30:05.368Z[ recovery-image] Oct 22 00:30:03.757 INFO O| Oct 22 00:30:03.757 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41772024-10-22T00:30:05.370Z[ recovery-image] Oct 22 00:30:03.758 INFO O| Oct 22 00:30:03.758 INFO STEP 10 (remove_files) COMPLETE
41782024-10-22T00:30:05.370Z[ recovery-image] Oct 22 00:30:03.758 INFO O| Oct 22 00:30:03.758 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-22T00:30:05.387Z[ recovery-image] Oct 22 00:30:03.776 INFO O| Oct 22 00:30:03.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41802024-10-22T00:30:05.630Z[ recovery-image] Oct 22 00:30:04.018 INFO O| Oct 22 00:30:04.018 INFO STEP 11 (remove_files) COMPLETE
41812024-10-22T00:30:05.630Z[ recovery-image] Oct 22 00:30:04.019 INFO O| Oct 22 00:30:04.018 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-22T00:30:05.665Z[ recovery-image] Oct 22 00:30:04.054 INFO O| Oct 22 00:30:04.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41832024-10-22T00:30:05.690Z[ recovery-image] Oct 22 00:30:04.079 INFO O| Oct 22 00:30:04.079 INFO STEP 12 (remove_files) COMPLETE
41842024-10-22T00:30:05.690Z[ recovery-image] Oct 22 00:30:04.079 INFO O| Oct 22 00:30:04.079 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-22T00:30:05.723Z[ recovery-image] Oct 22 00:30:04.113 INFO O| Oct 22 00:30:04.113 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41862024-10-22T00:30:05.727Z[ recovery-image] Oct 22 00:30:04.116 INFO O| Oct 22 00:30:04.116 INFO STEP 13 (remove_files) COMPLETE
41872024-10-22T00:30:05.727Z[ recovery-image] Oct 22 00:30:04.117 INFO O| Oct 22 00:30:04.116 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-22T00:30:05.760Z[ recovery-image] Oct 22 00:30:04.149 INFO O| Oct 22 00:30:04.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41892024-10-22T00:30:05.762Z[ recovery-image] Oct 22 00:30:04.150 INFO O| Oct 22 00:30:04.149 INFO STEP 14 (remove_files) COMPLETE
41902024-10-22T00:30:05.762Z[ recovery-image] Oct 22 00:30:04.150 INFO O| Oct 22 00:30:04.149 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-22T00:30:05.796Z[ recovery-image] Oct 22 00:30:04.186 INFO O| Oct 22 00:30:04.185 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41922024-10-22T00:30:05.799Z[ recovery-image] Oct 22 00:30:04.187 INFO O| Oct 22 00:30:04.186 INFO STEP 15 (remove_files) COMPLETE
41932024-10-22T00:30:05.799Z[ recovery-image] Oct 22 00:30:04.187 INFO O| Oct 22 00:30:04.187 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-22T00:30:05.815Z[ recovery-image] Oct 22 00:30:04.205 INFO O| Oct 22 00:30:04.205 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41952024-10-22T00:30:05.861Z[ recovery-image] Oct 22 00:30:04.251 INFO O| Oct 22 00:30:04.251 INFO STEP 16 (remove_files) COMPLETE
41962024-10-22T00:30:05.861Z[ recovery-image] Oct 22 00:30:04.251 INFO O| Oct 22 00:30:04.251 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-22T00:30:05.921Z[ recovery-image] Oct 22 00:30:04.311 INFO O| Oct 22 00:30:04.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41982024-10-22T00:30:05.924Z[ recovery-image] Oct 22 00:30:04.311 INFO O| Oct 22 00:30:04.311 INFO STEP 17 (remove_files) COMPLETE
41992024-10-22T00:30:05.924Z[ recovery-image] Oct 22 00:30:04.311 INFO O| Oct 22 00:30:04.311 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-22T00:30:05.944Z[ recovery-image] Oct 22 00:30:04.334 INFO O| Oct 22 00:30:04.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
42012024-10-22T00:30:05.947Z[ recovery-image] Oct 22 00:30:04.334 INFO O| Oct 22 00:30:04.334 INFO STEP 18 (remove_files) COMPLETE
42022024-10-22T00:30:05.947Z[ recovery-image] Oct 22 00:30:04.334 INFO O| Oct 22 00:30:04.334 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-22T00:30:05.965Z[ recovery-image] Oct 22 00:30:04.355 INFO O| Oct 22 00:30:04.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
42042024-10-22T00:30:06.125Z[ recovery-image] Oct 22 00:30:04.514 INFO O| Oct 22 00:30:04.514 INFO STEP 19 (remove_files) COMPLETE
42052024-10-22T00:30:06.125Z[ recovery-image] Oct 22 00:30:04.514 INFO O| Oct 22 00:30:04.514 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-22T00:30:06.146Z[ recovery-image] Oct 22 00:30:04.535 INFO O| Oct 22 00:30:04.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42072024-10-22T00:30:06.208Z[ recovery-image] Oct 22 00:30:04.598 INFO O| Oct 22 00:30:04.598 INFO STEP 20 (remove_files) COMPLETE
42082024-10-22T00:30:06.208Z[ recovery-image] Oct 22 00:30:04.598 INFO O| Oct 22 00:30:04.598 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-22T00:30:06.251Z[ recovery-image] Oct 22 00:30:04.640 INFO O| Oct 22 00:30:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42102024-10-22T00:30:06.256Z[ recovery-image] Oct 22 00:30:04.646 INFO O| Oct 22 00:30:04.646 INFO STEP 21 (remove_files) COMPLETE
42112024-10-22T00:30:06.256Z[ recovery-image] Oct 22 00:30:04.646 INFO O| Oct 22 00:30:04.646 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-22T00:30:06.294Z[ recovery-image] Oct 22 00:30:04.683 INFO O| Oct 22 00:30:04.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42132024-10-22T00:30:06.318Z[ recovery-image] Oct 22 00:30:04.708 INFO O| Oct 22 00:30:04.708 INFO STEP 22 (remove_files) COMPLETE
42142024-10-22T00:30:06.318Z[ recovery-image] Oct 22 00:30:04.708 INFO O| Oct 22 00:30:04.708 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-22T00:30:06.370Z[ recovery-image] Oct 22 00:30:04.759 INFO O| Oct 22 00:30:04.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42162024-10-22T00:30:06.370Z[ recovery-image] Oct 22 00:30:04.759 INFO O| Oct 22 00:30:04.759 INFO STEP 23 (remove_files) COMPLETE
42172024-10-22T00:30:06.372Z[ recovery-image] Oct 22 00:30:04.760 INFO O| Oct 22 00:30:04.759 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-22T00:30:06.388Z[ recovery-image] Oct 22 00:30:04.778 INFO O| Oct 22 00:30:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42192024-10-22T00:30:06.388Z[ recovery-image] Oct 22 00:30:04.778 INFO O| Oct 22 00:30:04.778 INFO STEP 24 (remove_files) COMPLETE
42202024-10-22T00:30:06.391Z[ recovery-image] Oct 22 00:30:04.778 INFO O| Oct 22 00:30:04.778 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-22T00:30:06.418Z[ recovery-image] Oct 22 00:30:04.807 INFO O| Oct 22 00:30:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42222024-10-22T00:30:06.418Z[ recovery-image] Oct 22 00:30:04.807 INFO O| Oct 22 00:30:04.807 INFO STEP 25 (remove_files) COMPLETE
42232024-10-22T00:30:06.418Z[ recovery-image] Oct 22 00:30:04.807 INFO O| Oct 22 00:30:04.807 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-22T00:30:06.437Z[ recovery-image] Oct 22 00:30:04.827 INFO O| Oct 22 00:30:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42252024-10-22T00:30:06.437Z[ recovery-image] Oct 22 00:30:04.827 INFO O| Oct 22 00:30:04.827 INFO STEP 26 (remove_files) COMPLETE
42262024-10-22T00:30:06.440Z[ recovery-image] Oct 22 00:30:04.827 INFO O| Oct 22 00:30:04.827 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-22T00:30:06.456Z[ recovery-image] Oct 22 00:30:04.845 INFO O| Oct 22 00:30:04.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42282024-10-22T00:30:06.456Z[ recovery-image] Oct 22 00:30:04.845 INFO O| Oct 22 00:30:04.845 INFO STEP 27 (remove_files) COMPLETE
42292024-10-22T00:30:06.456Z[ recovery-image] Oct 22 00:30:04.845 INFO O| Oct 22 00:30:04.845 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-22T00:30:06.474Z[ recovery-image] Oct 22 00:30:04.863 INFO O| Oct 22 00:30:04.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42312024-10-22T00:30:06.474Z[ recovery-image] Oct 22 00:30:04.863 INFO O| Oct 22 00:30:04.863 INFO STEP 28 (remove_files) COMPLETE
42322024-10-22T00:30:06.474Z[ recovery-image] Oct 22 00:30:04.863 INFO O| Oct 22 00:30:04.863 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-22T00:30:06.521Z[ recovery-image] Oct 22 00:30:04.911 INFO O| Oct 22 00:30:04.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42342024-10-22T00:30:06.524Z[ recovery-image] Oct 22 00:30:04.911 INFO O| Oct 22 00:30:04.911 INFO STEP 29 (remove_files) COMPLETE
42352024-10-22T00:30:06.524Z[ recovery-image] Oct 22 00:30:04.911 INFO O| Oct 22 00:30:04.911 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-22T00:30:06.540Z[ recovery-image] Oct 22 00:30:04.930 INFO O| Oct 22 00:30:04.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42372024-10-22T00:30:06.543Z[ recovery-image] Oct 22 00:30:04.930 INFO O| Oct 22 00:30:04.930 INFO STEP 30 (remove_files) COMPLETE
42382024-10-22T00:30:06.543Z[ recovery-image] Oct 22 00:30:04.930 INFO O| Oct 22 00:30:04.930 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-22T00:30:06.557Z[ recovery-image] Oct 22 00:30:04.947 INFO O| Oct 22 00:30:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42402024-10-22T00:30:06.557Z[ recovery-image] Oct 22 00:30:04.947 INFO O| Oct 22 00:30:04.947 INFO STEP 31 (remove_files) COMPLETE
42412024-10-22T00:30:06.560Z[ recovery-image] Oct 22 00:30:04.947 INFO O| Oct 22 00:30:04.947 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-22T00:30:06.602Z[ recovery-image] Oct 22 00:30:04.991 INFO O| Oct 22 00:30:04.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42432024-10-22T00:30:06.602Z[ recovery-image] Oct 22 00:30:04.991 INFO O| Oct 22 00:30:04.991 INFO STEP 32 (remove_files) COMPLETE
42442024-10-22T00:30:06.602Z[ recovery-image] Oct 22 00:30:04.991 INFO O| Oct 22 00:30:04.991 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-22T00:30:06.621Z[ recovery-image] Oct 22 00:30:05.010 INFO O| Oct 22 00:30:05.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42462024-10-22T00:30:06.646Z[ recovery-image] Oct 22 00:30:05.035 INFO O| Oct 22 00:30:05.035 INFO STEP 33 (remove_files) COMPLETE
42472024-10-22T00:30:06.646Z[ recovery-image] Oct 22 00:30:05.035 INFO O| Oct 22 00:30:05.035 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-22T00:30:06.682Z[ recovery-image] Oct 22 00:30:05.072 INFO O| Oct 22 00:30:05.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42492024-10-22T00:30:06.682Z[ recovery-image] Oct 22 00:30:05.072 INFO O| Oct 22 00:30:05.072 INFO STEP 34 (remove_files) COMPLETE
42502024-10-22T00:30:06.685Z[ recovery-image] Oct 22 00:30:05.072 INFO O| Oct 22 00:30:05.072 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-22T00:30:06.737Z[ recovery-image] Oct 22 00:30:05.126 INFO O| Oct 22 00:30:05.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42522024-10-22T00:30:06.737Z[ recovery-image] Oct 22 00:30:05.126 INFO O| Oct 22 00:30:05.126 INFO STEP 35 (remove_files) COMPLETE
42532024-10-22T00:30:06.737Z[ recovery-image] Oct 22 00:30:05.126 INFO O| Oct 22 00:30:05.126 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-22T00:30:06.756Z[ recovery-image] Oct 22 00:30:05.145 INFO O| Oct 22 00:30:05.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42552024-10-22T00:30:06.765Z[ recovery-image] Oct 22 00:30:05.155 INFO O| Oct 22 00:30:05.155 INFO STEP 36 (remove_files) COMPLETE
42562024-10-22T00:30:06.765Z[ recovery-image] Oct 22 00:30:05.155 INFO O| Oct 22 00:30:05.155 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-22T00:30:06.804Z[ recovery-image] Oct 22 00:30:05.193 INFO O| Oct 22 00:30:05.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42582024-10-22T00:30:06.804Z[ recovery-image] Oct 22 00:30:05.194 INFO O| Oct 22 00:30:05.193 INFO STEP 37 (remove_files) COMPLETE
42592024-10-22T00:30:06.804Z[ recovery-image] Oct 22 00:30:05.194 INFO O| Oct 22 00:30:05.193 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-22T00:30:06.825Z[ recovery-image] Oct 22 00:30:05.215 INFO O| Oct 22 00:30:05.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42612024-10-22T00:30:06.825Z[ recovery-image] Oct 22 00:30:05.215 INFO O| Oct 22 00:30:05.215 INFO STEP 38 (remove_files) COMPLETE
42622024-10-22T00:30:06.828Z[ recovery-image] Oct 22 00:30:05.215 INFO O| Oct 22 00:30:05.215 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-22T00:30:06.845Z[ recovery-image] Oct 22 00:30:05.235 INFO O| Oct 22 00:30:05.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42642024-10-22T00:30:06.845Z[ recovery-image] Oct 22 00:30:05.235 INFO O| Oct 22 00:30:05.235 INFO STEP 39 (remove_files) COMPLETE
42652024-10-22T00:30:06.845Z[ recovery-image] Oct 22 00:30:05.235 INFO O| Oct 22 00:30:05.235 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-22T00:30:06.870Z[ recovery-image] Oct 22 00:30:05.259 INFO O| Oct 22 00:30:05.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42672024-10-22T00:30:06.870Z[ recovery-image] Oct 22 00:30:05.259 INFO O| Oct 22 00:30:05.259 INFO STEP 40 (remove_files) COMPLETE
42682024-10-22T00:30:06.870Z[ recovery-image] Oct 22 00:30:05.259 INFO O| Oct 22 00:30:05.259 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-22T00:30:06.929Z[ recovery-image] Oct 22 00:30:05.319 INFO O| Oct 22 00:30:05.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42702024-10-22T00:30:06.929Z[ recovery-image] Oct 22 00:30:05.319 INFO O| Oct 22 00:30:05.319 INFO STEP 41 (remove_files) COMPLETE
42712024-10-22T00:30:06.929Z[ recovery-image] Oct 22 00:30:05.319 INFO O| Oct 22 00:30:05.319 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-22T00:30:06.948Z[ recovery-image] Oct 22 00:30:05.338 INFO O| Oct 22 00:30:05.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42732024-10-22T00:30:06.949Z[ recovery-image] Oct 22 00:30:05.338 INFO O| Oct 22 00:30:05.338 INFO STEP 42 (remove_files) COMPLETE
42742024-10-22T00:30:06.951Z[ recovery-image] Oct 22 00:30:05.338 INFO O| Oct 22 00:30:05.338 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-22T00:30:07.009Z[ recovery-image] Oct 22 00:30:05.398 INFO O| Oct 22 00:30:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42762024-10-22T00:30:07.009Z[ recovery-image] Oct 22 00:30:05.398 INFO O| Oct 22 00:30:05.398 INFO STEP 43 (remove_files) COMPLETE
42772024-10-22T00:30:07.012Z[ recovery-image] Oct 22 00:30:05.398 INFO O| Oct 22 00:30:05.398 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-22T00:30:07.044Z[ recovery-image] Oct 22 00:30:05.434 INFO O| Oct 22 00:30:05.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42792024-10-22T00:30:07.044Z[ recovery-image] Oct 22 00:30:05.434 INFO O| Oct 22 00:30:05.434 INFO STEP 44 (remove_files) COMPLETE
42802024-10-22T00:30:07.044Z[ recovery-image] Oct 22 00:30:05.434 INFO O| Oct 22 00:30:05.434 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-22T00:30:07.103Z[ recovery-image] Oct 22 00:30:05.493 INFO O| Oct 22 00:30:05.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42822024-10-22T00:30:07.103Z[ recovery-image] Oct 22 00:30:05.493 INFO O| Oct 22 00:30:05.493 INFO STEP 45 (remove_files) COMPLETE
42832024-10-22T00:30:07.105Z[ recovery-image] Oct 22 00:30:05.493 INFO O| Oct 22 00:30:05.493 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-22T00:30:07.129Z[ recovery-image] Oct 22 00:30:05.518 INFO O| Oct 22 00:30:05.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42852024-10-22T00:30:07.131Z[ recovery-image] Oct 22 00:30:05.518 INFO O| Oct 22 00:30:05.518 INFO STEP 46 (remove_files) COMPLETE
42862024-10-22T00:30:07.131Z[ recovery-image] Oct 22 00:30:05.519 INFO O| Oct 22 00:30:05.518 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-22T00:30:07.154Z[ recovery-image] Oct 22 00:30:05.544 INFO O| Oct 22 00:30:05.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42882024-10-22T00:30:07.174Z[ recovery-image] Oct 22 00:30:05.564 INFO O| Oct 22 00:30:05.564 INFO STEP 47 (remove_files) COMPLETE
42892024-10-22T00:30:07.177Z[ recovery-image] Oct 22 00:30:05.564 INFO O| Oct 22 00:30:05.564 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-22T00:30:07.194Z[ recovery-image] Oct 22 00:30:05.584 INFO O| Oct 22 00:30:05.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42912024-10-22T00:30:07.197Z[ recovery-image] Oct 22 00:30:05.584 INFO O| Oct 22 00:30:05.584 INFO STEP 48 (remove_files) COMPLETE
42922024-10-22T00:30:07.197Z[ recovery-image] Oct 22 00:30:05.584 INFO O| Oct 22 00:30:05.584 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-22T00:30:07.213Z[ recovery-image] Oct 22 00:30:05.603 INFO O| Oct 22 00:30:05.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42942024-10-22T00:30:07.236Z[ recovery-image] Oct 22 00:30:05.626 INFO O| Oct 22 00:30:05.626 INFO STEP 49 (remove_files) COMPLETE
42952024-10-22T00:30:07.236Z[ recovery-image] Oct 22 00:30:05.626 INFO O| Oct 22 00:30:05.626 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-22T00:30:07.255Z[ recovery-image] Oct 22 00:30:05.645 INFO O| Oct 22 00:30:05.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42972024-10-22T00:30:07.258Z[ recovery-image] Oct 22 00:30:05.646 INFO O| Oct 22 00:30:05.645 INFO STEP 50 (remove_files) COMPLETE
42982024-10-22T00:30:07.258Z[ recovery-image] Oct 22 00:30:05.646 INFO O| Oct 22 00:30:05.646 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-22T00:30:07.297Z[ recovery-image] Oct 22 00:30:05.687 INFO O| Oct 22 00:30:05.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
43002024-10-22T00:30:07.297Z[ recovery-image] Oct 22 00:30:05.687 INFO O| Oct 22 00:30:05.687 INFO STEP 51 (remove_files) COMPLETE
43012024-10-22T00:30:07.300Z[ recovery-image] Oct 22 00:30:05.687 INFO O| Oct 22 00:30:05.687 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-22T00:30:07.337Z[ recovery-image] Oct 22 00:30:05.727 INFO O| Oct 22 00:30:05.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43032024-10-22T00:30:07.339Z[ recovery-image] Oct 22 00:30:05.727 INFO O| Oct 22 00:30:05.727 INFO STEP 52 (remove_files) COMPLETE
43042024-10-22T00:30:07.339Z[ recovery-image] Oct 22 00:30:05.727 INFO O| Oct 22 00:30:05.727 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-22T00:30:07.357Z[ recovery-image] Oct 22 00:30:05.746 INFO O| Oct 22 00:30:05.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43062024-10-22T00:30:07.357Z[ recovery-image] Oct 22 00:30:05.746 INFO O| Oct 22 00:30:05.746 INFO STEP 53 (remove_files) COMPLETE
43072024-10-22T00:30:07.360Z[ recovery-image] Oct 22 00:30:05.746 INFO O| Oct 22 00:30:05.746 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-22T00:30:07.380Z[ recovery-image] Oct 22 00:30:05.770 INFO O| Oct 22 00:30:05.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43092024-10-22T00:30:07.384Z[ recovery-image] Oct 22 00:30:05.771 INFO O| Oct 22 00:30:05.771 INFO STEP 54 (remove_files) COMPLETE
43102024-10-22T00:30:07.384Z[ recovery-image] Oct 22 00:30:05.771 INFO O| Oct 22 00:30:05.771 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-22T00:30:07.404Z[ host-image] Oct 22 00:30:05.794 INFO O| Oct 22 00:30:05.794 INFO O| Planning: Solver setup ... Done
43122024-10-22T00:30:07.412Z[ host-image] Oct 22 00:30:05.801 INFO O| Oct 22 00:30:05.801 INFO O| Planning: Running solver ... Done
43132024-10-22T00:30:07.427Z[ recovery-image] Oct 22 00:30:05.815 INFO O| Oct 22 00:30:05.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43142024-10-22T00:30:07.442Z[ recovery-image] Oct 22 00:30:05.831 INFO O| Oct 22 00:30:05.831 INFO STEP 55 (remove_files) COMPLETE
43152024-10-22T00:30:07.442Z[ recovery-image] Oct 22 00:30:05.831 INFO O| Oct 22 00:30:05.831 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-22T00:30:07.495Z[ host-image] Oct 22 00:30:05.884 INFO O| Oct 22 00:30:05.884 INFO O| Planning: Finding local manifests ... Done
43172024-10-22T00:30:07.500Z[ host-image] Oct 22 00:30:05.886 INFO O| Oct 22 00:30:05.886 INFO O| Planning: Fetching manifests: 0/6 0% complete
43182024-10-22T00:30:07.500Z[ recovery-image] Oct 22 00:30:05.888 INFO O| Oct 22 00:30:05.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43192024-10-22T00:30:07.500Z[ recovery-image] Oct 22 00:30:05.888 INFO O| Oct 22 00:30:05.888 INFO STEP 56 (remove_files) COMPLETE
43202024-10-22T00:30:07.500Z[ recovery-image] Oct 22 00:30:05.888 INFO O| Oct 22 00:30:05.888 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-22T00:30:07.519Z[ recovery-image] Oct 22 00:30:05.908 INFO O| Oct 22 00:30:05.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43222024-10-22T00:30:07.519Z[ recovery-image] Oct 22 00:30:05.908 INFO O| Oct 22 00:30:05.908 INFO STEP 57 (remove_files) COMPLETE
43232024-10-22T00:30:07.522Z[ recovery-image] Oct 22 00:30:05.908 INFO O| Oct 22 00:30:05.908 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-22T00:30:07.537Z[ recovery-image] Oct 22 00:30:05.927 INFO O| Oct 22 00:30:05.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43252024-10-22T00:30:07.537Z[ recovery-image] Oct 22 00:30:05.927 INFO O| Oct 22 00:30:05.927 INFO STEP 58 (remove_files) COMPLETE
43262024-10-22T00:30:07.538Z[ recovery-image] Oct 22 00:30:05.927 INFO O| Oct 22 00:30:05.927 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-10-22T00:30:07.558Z[ recovery-image] Oct 22 00:30:05.946 INFO O| Oct 22 00:30:05.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43282024-10-22T00:30:07.558Z[ recovery-image] Oct 22 00:30:05.947 INFO O| Oct 22 00:30:05.947 INFO STEP 59 (remove_files) COMPLETE
43292024-10-22T00:30:07.558Z[ recovery-image] Oct 22 00:30:05.947 INFO O| Oct 22 00:30:05.947 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-10-22T00:30:07.578Z[ recovery-image] Oct 22 00:30:05.966 INFO O| Oct 22 00:30:05.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43312024-10-22T00:30:07.578Z[ recovery-image] Oct 22 00:30:05.966 INFO O| Oct 22 00:30:05.966 INFO STEP 60 (remove_files) COMPLETE
43322024-10-22T00:30:07.578Z[ recovery-image] Oct 22 00:30:05.966 INFO O| Oct 22 00:30:05.966 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43332024-10-22T00:30:07.597Z[ recovery-image] Oct 22 00:30:05.986 INFO O| Oct 22 00:30:05.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43342024-10-22T00:30:07.611Z[ recovery-image] Oct 22 00:30:06.001 INFO O| Oct 22 00:30:06.000 INFO STEP 61 (remove_files) COMPLETE
43352024-10-22T00:30:07.611Z[ recovery-image] Oct 22 00:30:06.001 INFO O| Oct 22 00:30:06.001 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43362024-10-22T00:30:07.701Z[ recovery-image] Oct 22 00:30:06.091 INFO O| Oct 22 00:30:06.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43372024-10-22T00:30:07.701Z[ recovery-image] Oct 22 00:30:06.091 INFO O| Oct 22 00:30:06.091 INFO STEP 62 (remove_files) COMPLETE
43382024-10-22T00:30:07.701Z[ recovery-image] Oct 22 00:30:06.091 INFO O| Oct 22 00:30:06.091 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43392024-10-22T00:30:07.801Z[ recovery-image] Oct 22 00:30:06.191 INFO O| Oct 22 00:30:06.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43402024-10-22T00:30:07.801Z[ recovery-image] Oct 22 00:30:06.191 INFO O| Oct 22 00:30:06.191 INFO STEP 63 (remove_files) COMPLETE
43412024-10-22T00:30:07.801Z[ recovery-image] Oct 22 00:30:06.191 INFO O| Oct 22 00:30:06.191 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43422024-10-22T00:30:07.823Z[ recovery-image] Oct 22 00:30:06.213 INFO O| Oct 22 00:30:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43432024-10-22T00:30:07.825Z[ recovery-image] Oct 22 00:30:06.213 INFO O| Oct 22 00:30:06.213 INFO STEP 64 (remove_files) COMPLETE
43442024-10-22T00:30:07.825Z[ recovery-image] Oct 22 00:30:06.213 INFO O| Oct 22 00:30:06.213 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-22T00:30:07.866Z[ host-image] Oct 22 00:30:06.255 INFO O| Oct 22 00:30:06.255 INFO O| Planning: Fetching manifests: 6/6 100% complete
43462024-10-22T00:30:07.915Z[ recovery-image] Oct 22 00:30:06.304 INFO O| Oct 22 00:30:06.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43472024-10-22T00:30:07.915Z[ recovery-image] Oct 22 00:30:06.305 INFO O| Oct 22 00:30:06.304 INFO STEP 65 (remove_files) COMPLETE
43482024-10-22T00:30:07.918Z[ recovery-image] Oct 22 00:30:06.305 INFO O| Oct 22 00:30:06.305 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-22T00:30:07.926Z[ host-image] Oct 22 00:30:06.316 INFO O| Oct 22 00:30:06.316 INFO O| Planning: Package planning ... Done
43502024-10-22T00:30:07.949Z[ recovery-image] Oct 22 00:30:06.339 INFO O| Oct 22 00:30:06.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43512024-10-22T00:30:07.949Z[ recovery-image] Oct 22 00:30:06.339 INFO O| Oct 22 00:30:06.339 INFO STEP 66 (remove_files) COMPLETE
43522024-10-22T00:30:07.949Z[ recovery-image] Oct 22 00:30:06.339 INFO O| Oct 22 00:30:06.339 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-10-22T00:30:07.970Z[ recovery-image] Oct 22 00:30:06.360 INFO O| Oct 22 00:30:06.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43542024-10-22T00:30:07.971Z[ recovery-image] Oct 22 00:30:06.360 INFO O| Oct 22 00:30:06.360 INFO STEP 67 (remove_files) COMPLETE
43552024-10-22T00:30:07.973Z[ recovery-image] Oct 22 00:30:06.360 INFO O| Oct 22 00:30:06.360 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-10-22T00:30:07.987Z[ host-image] Oct 22 00:30:06.377 INFO O| Oct 22 00:30:06.377 INFO O| Planning: Merging actions ... Done
43572024-10-22T00:30:08.007Z[ recovery-image] Oct 22 00:30:06.397 INFO O| Oct 22 00:30:06.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43582024-10-22T00:30:08.010Z[ recovery-image] Oct 22 00:30:06.397 INFO O| Oct 22 00:30:06.397 INFO STEP 68 (remove_files) COMPLETE
43592024-10-22T00:30:08.010Z[ recovery-image] Oct 22 00:30:06.398 INFO O| Oct 22 00:30:06.397 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-22T00:30:08.028Z[ recovery-image] Oct 22 00:30:06.418 INFO O| Oct 22 00:30:06.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43612024-10-22T00:30:08.030Z[ recovery-image] Oct 22 00:30:06.418 INFO O| Oct 22 00:30:06.418 INFO STEP 69 (remove_files) COMPLETE
43622024-10-22T00:30:08.030Z[ recovery-image] Oct 22 00:30:06.418 INFO O| Oct 22 00:30:06.418 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-22T00:30:08.062Z[ recovery-image] Oct 22 00:30:06.452 INFO O| Oct 22 00:30:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43642024-10-22T00:30:08.062Z[ recovery-image] Oct 22 00:30:06.452 INFO O| Oct 22 00:30:06.452 INFO STEP 70 (remove_files) COMPLETE
43652024-10-22T00:30:08.066Z[ recovery-image] Oct 22 00:30:06.452 INFO O| Oct 22 00:30:06.452 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-22T00:30:08.082Z[ recovery-image] Oct 22 00:30:06.472 INFO O| Oct 22 00:30:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43672024-10-22T00:30:08.082Z[ recovery-image] Oct 22 00:30:06.472 INFO O| Oct 22 00:30:06.472 INFO STEP 71 (remove_files) COMPLETE
43682024-10-22T00:30:08.082Z[ recovery-image] Oct 22 00:30:06.472 INFO O| Oct 22 00:30:06.472 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-22T00:30:08.115Z[ recovery-image] Oct 22 00:30:06.504 INFO O| Oct 22 00:30:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43702024-10-22T00:30:08.115Z[ recovery-image] Oct 22 00:30:06.505 INFO O| Oct 22 00:30:06.504 INFO STEP 72 (remove_files) COMPLETE
43712024-10-22T00:30:08.117Z[ recovery-image] Oct 22 00:30:06.505 INFO O| Oct 22 00:30:06.504 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-22T00:30:08.120Z[ host-image] Oct 22 00:30:06.508 INFO O| Oct 22 00:30:06.508 INFO O| Planning: Checking for conflicting actions ... Done
43732024-10-22T00:30:08.125Z[ host-image] Oct 22 00:30:06.515 INFO O| Oct 22 00:30:06.514 INFO O| Planning: Consolidating action changes ... Done
43742024-10-22T00:30:08.170Z[ recovery-image] Oct 22 00:30:06.560 INFO O| Oct 22 00:30:06.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43752024-10-22T00:30:08.170Z[ recovery-image] Oct 22 00:30:06.560 INFO O| Oct 22 00:30:06.560 INFO STEP 73 (remove_files) COMPLETE
43762024-10-22T00:30:08.173Z[ recovery-image] Oct 22 00:30:06.560 INFO O| Oct 22 00:30:06.560 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-22T00:30:08.220Z[ recovery-image] Oct 22 00:30:06.610 INFO O| Oct 22 00:30:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43782024-10-22T00:30:08.220Z[ recovery-image] Oct 22 00:30:06.610 INFO O| Oct 22 00:30:06.610 INFO STEP 74 (remove_files) COMPLETE
43792024-10-22T00:30:08.223Z[ recovery-image] Oct 22 00:30:06.610 INFO O| Oct 22 00:30:06.610 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-22T00:30:08.241Z[ recovery-image] Oct 22 00:30:06.631 INFO O| Oct 22 00:30:06.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43812024-10-22T00:30:08.241Z[ recovery-image] Oct 22 00:30:06.631 INFO O| Oct 22 00:30:06.631 INFO STEP 75 (remove_files) COMPLETE
43822024-10-22T00:30:08.244Z[ recovery-image] Oct 22 00:30:06.631 INFO O| Oct 22 00:30:06.631 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-22T00:30:08.259Z[ recovery-image] Oct 22 00:30:06.649 INFO O| Oct 22 00:30:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43842024-10-22T00:30:08.259Z[ recovery-image] Oct 22 00:30:06.649 INFO O| Oct 22 00:30:06.649 INFO STEP 76 (remove_files) COMPLETE
43852024-10-22T00:30:08.262Z[ recovery-image] Oct 22 00:30:06.649 INFO O| Oct 22 00:30:06.649 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-22T00:30:08.298Z[ recovery-image] Oct 22 00:30:06.688 INFO O| Oct 22 00:30:06.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43872024-10-22T00:30:08.298Z[ recovery-image] Oct 22 00:30:06.688 INFO O| Oct 22 00:30:06.688 INFO STEP 77 (remove_files) COMPLETE
43882024-10-22T00:30:08.298Z[ recovery-image] Oct 22 00:30:06.688 INFO O| Oct 22 00:30:06.688 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-22T00:30:08.320Z[ recovery-image] Oct 22 00:30:06.710 INFO O| Oct 22 00:30:06.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43902024-10-22T00:30:08.320Z[ recovery-image] Oct 22 00:30:06.710 INFO O| Oct 22 00:30:06.710 INFO STEP 78 (remove_files) COMPLETE
43912024-10-22T00:30:08.320Z[ recovery-image] Oct 22 00:30:06.710 INFO O| Oct 22 00:30:06.710 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-22T00:30:08.340Z[ recovery-image] Oct 22 00:30:06.730 INFO O| Oct 22 00:30:06.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43932024-10-22T00:30:08.340Z[ recovery-image] Oct 22 00:30:06.730 INFO O| Oct 22 00:30:06.730 INFO STEP 79 (remove_files) COMPLETE
43942024-10-22T00:30:08.343Z[ recovery-image] Oct 22 00:30:06.730 INFO O| Oct 22 00:30:06.730 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-22T00:30:08.358Z[ recovery-image] Oct 22 00:30:06.747 INFO O| Oct 22 00:30:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43962024-10-22T00:30:08.358Z[ recovery-image] Oct 22 00:30:06.747 INFO O| Oct 22 00:30:06.747 INFO STEP 80 (remove_files) COMPLETE
43972024-10-22T00:30:08.358Z[ recovery-image] Oct 22 00:30:06.747 INFO O| Oct 22 00:30:06.747 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-22T00:30:08.389Z[ recovery-image] Oct 22 00:30:06.777 INFO O| Oct 22 00:30:06.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43992024-10-22T00:30:08.389Z[ recovery-image] Oct 22 00:30:06.777 INFO O| Oct 22 00:30:06.777 INFO STEP 81 (remove_files) COMPLETE
44002024-10-22T00:30:08.389Z[ recovery-image] Oct 22 00:30:06.777 INFO O| Oct 22 00:30:06.777 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-22T00:30:08.431Z[ recovery-image] Oct 22 00:30:06.821 INFO O| Oct 22 00:30:06.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
44022024-10-22T00:30:08.431Z[ recovery-image] Oct 22 00:30:06.821 INFO O| Oct 22 00:30:06.821 INFO STEP 82 (remove_files) COMPLETE
44032024-10-22T00:30:08.432Z[ recovery-image] Oct 22 00:30:06.821 INFO O| Oct 22 00:30:06.821 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-22T00:30:08.452Z[ recovery-image] Oct 22 00:30:06.841 INFO O| Oct 22 00:30:06.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
44052024-10-22T00:30:08.452Z[ recovery-image] Oct 22 00:30:06.841 INFO O| Oct 22 00:30:06.841 INFO STEP 83 (remove_files) COMPLETE
44062024-10-22T00:30:08.452Z[ recovery-image] Oct 22 00:30:06.842 INFO O| Oct 22 00:30:06.841 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-22T00:30:08.471Z[ recovery-image] Oct 22 00:30:06.860 INFO O| Oct 22 00:30:06.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44082024-10-22T00:30:08.471Z[ recovery-image] Oct 22 00:30:06.860 INFO O| Oct 22 00:30:06.860 INFO STEP 84 (remove_files) COMPLETE
44092024-10-22T00:30:08.473Z[ recovery-image] Oct 22 00:30:06.861 INFO O| Oct 22 00:30:06.860 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-22T00:30:08.491Z[ recovery-image] Oct 22 00:30:06.881 INFO O| Oct 22 00:30:06.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44112024-10-22T00:30:08.491Z[ recovery-image] Oct 22 00:30:06.881 INFO O| Oct 22 00:30:06.881 INFO STEP 85 (remove_files) COMPLETE
44122024-10-22T00:30:08.493Z[ recovery-image] Oct 22 00:30:06.881 INFO O| Oct 22 00:30:06.881 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-22T00:30:08.511Z[ recovery-image] Oct 22 00:30:06.900 INFO O| Oct 22 00:30:06.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44142024-10-22T00:30:08.511Z[ recovery-image] Oct 22 00:30:06.900 INFO O| Oct 22 00:30:06.900 INFO STEP 86 (remove_files) COMPLETE
44152024-10-22T00:30:08.513Z[ recovery-image] Oct 22 00:30:06.900 INFO O| Oct 22 00:30:06.900 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-22T00:30:08.562Z[ recovery-image] Oct 22 00:30:06.951 INFO O| Oct 22 00:30:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44172024-10-22T00:30:08.562Z[ recovery-image] Oct 22 00:30:06.951 INFO O| Oct 22 00:30:06.951 INFO STEP 87 (remove_files) COMPLETE
44182024-10-22T00:30:08.565Z[ recovery-image] Oct 22 00:30:06.951 INFO O| Oct 22 00:30:06.951 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-22T00:30:08.573Z[ host-image] Oct 22 00:30:06.963 INFO O| Oct 22 00:30:06.962 INFO O| Planning: Evaluating mediators ... Done
44202024-10-22T00:30:08.578Z[ host-image] Oct 22 00:30:06.968 INFO O| Oct 22 00:30:06.968 INFO O| Planning: Planning completed in 4.54 seconds
44212024-10-22T00:30:08.581Z[ host-image] Oct 22 00:30:06.971 INFO O| Oct 22 00:30:06.971 INFO O| Packages to install: 6
44222024-10-22T00:30:08.583Z[ host-image] Oct 22 00:30:06.971 INFO O| Oct 22 00:30:06.971 INFO O| Mediators to change: 1
44232024-10-22T00:30:08.583Z[ host-image] Oct 22 00:30:06.971 INFO O| Oct 22 00:30:06.971 INFO O| Services to change: 1
44242024-10-22T00:30:08.624Z[ host-image] Oct 22 00:30:07.013 INFO O| Oct 22 00:30:07.013 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
44252024-10-22T00:30:08.626Z[ recovery-image] Oct 22 00:30:07.016 INFO O| Oct 22 00:30:07.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44262024-10-22T00:30:08.629Z[ recovery-image] Oct 22 00:30:07.017 INFO O| Oct 22 00:30:07.016 INFO STEP 88 (remove_files) COMPLETE
44272024-10-22T00:30:08.629Z[ recovery-image] Oct 22 00:30:07.017 INFO O| Oct 22 00:30:07.017 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-22T00:30:08.679Z[ recovery-image] Oct 22 00:30:07.069 INFO O| Oct 22 00:30:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44292024-10-22T00:30:08.701Z[ recovery-image] Oct 22 00:30:07.091 INFO O| Oct 22 00:30:07.091 INFO STEP 89 (remove_files) COMPLETE
44302024-10-22T00:30:08.701Z[ recovery-image] Oct 22 00:30:07.091 INFO O| Oct 22 00:30:07.091 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-22T00:30:08.751Z[ recovery-image] Oct 22 00:30:07.141 INFO O| Oct 22 00:30:07.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44322024-10-22T00:30:08.754Z[ recovery-image] Oct 22 00:30:07.141 INFO O| Oct 22 00:30:07.141 INFO STEP 90 (remove_files) COMPLETE
44332024-10-22T00:30:08.754Z[ recovery-image] Oct 22 00:30:07.141 INFO O| Oct 22 00:30:07.141 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-22T00:30:08.771Z[ recovery-image] Oct 22 00:30:07.161 INFO O| Oct 22 00:30:07.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44352024-10-22T00:30:08.774Z[ recovery-image] Oct 22 00:30:07.161 INFO O| Oct 22 00:30:07.161 INFO STEP 91 (remove_files) COMPLETE
44362024-10-22T00:30:08.774Z[ recovery-image] Oct 22 00:30:07.161 INFO O| Oct 22 00:30:07.161 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-22T00:30:08.805Z[ recovery-image] Oct 22 00:30:07.195 INFO O| Oct 22 00:30:07.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44382024-10-22T00:30:08.808Z[ recovery-image] Oct 22 00:30:07.195 INFO O| Oct 22 00:30:07.195 INFO STEP 92 (remove_files) COMPLETE
44392024-10-22T00:30:08.808Z[ recovery-image] Oct 22 00:30:07.195 INFO O| Oct 22 00:30:07.195 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-22T00:30:08.827Z[ recovery-image] Oct 22 00:30:07.217 INFO O| Oct 22 00:30:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44412024-10-22T00:30:08.828Z[ recovery-image] Oct 22 00:30:07.217 INFO O| Oct 22 00:30:07.217 INFO STEP 93 (remove_files) COMPLETE
44422024-10-22T00:30:08.828Z[ recovery-image] Oct 22 00:30:07.217 INFO O| Oct 22 00:30:07.217 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-22T00:30:08.890Z[ recovery-image] Oct 22 00:30:07.280 INFO O| Oct 22 00:30:07.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44442024-10-22T00:30:08.916Z[ recovery-image] Oct 22 00:30:07.306 INFO O| Oct 22 00:30:07.306 INFO STEP 94 (remove_files) COMPLETE
44452024-10-22T00:30:08.916Z[ recovery-image] Oct 22 00:30:07.306 INFO O| Oct 22 00:30:07.306 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-22T00:30:08.938Z[ recovery-image] Oct 22 00:30:07.328 INFO O| Oct 22 00:30:07.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44472024-10-22T00:30:08.938Z[ recovery-image] Oct 22 00:30:07.328 INFO O| Oct 22 00:30:07.328 INFO STEP 95 (remove_files) COMPLETE
44482024-10-22T00:30:08.941Z[ recovery-image] Oct 22 00:30:07.328 INFO O| Oct 22 00:30:07.328 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-22T00:30:08.958Z[ recovery-image] Oct 22 00:30:07.348 INFO O| Oct 22 00:30:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44502024-10-22T00:30:08.959Z[ recovery-image] Oct 22 00:30:07.348 INFO O| Oct 22 00:30:07.348 INFO STEP 96 (remove_files) COMPLETE
44512024-10-22T00:30:08.959Z[ recovery-image] Oct 22 00:30:07.348 INFO O| Oct 22 00:30:07.348 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-22T00:30:08.979Z[ recovery-image] Oct 22 00:30:07.368 INFO O| Oct 22 00:30:07.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44532024-10-22T00:30:08.979Z[ recovery-image] Oct 22 00:30:07.368 INFO O| Oct 22 00:30:07.368 INFO STEP 97 (remove_files) COMPLETE
44542024-10-22T00:30:08.981Z[ recovery-image] Oct 22 00:30:07.368 INFO O| Oct 22 00:30:07.368 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-22T00:30:08.997Z[ recovery-image] Oct 22 00:30:07.386 INFO O| Oct 22 00:30:07.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44562024-10-22T00:30:08.997Z[ recovery-image] Oct 22 00:30:07.386 INFO O| Oct 22 00:30:07.386 INFO STEP 98 (remove_files) COMPLETE
44572024-10-22T00:30:08.999Z[ recovery-image] Oct 22 00:30:07.387 INFO O| Oct 22 00:30:07.386 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-22T00:30:09.016Z[ recovery-image] Oct 22 00:30:07.406 INFO O| Oct 22 00:30:07.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44592024-10-22T00:30:09.016Z[ recovery-image] Oct 22 00:30:07.406 INFO O| Oct 22 00:30:07.406 INFO STEP 99 (remove_files) COMPLETE
44602024-10-22T00:30:09.016Z[ recovery-image] Oct 22 00:30:07.406 INFO O| Oct 22 00:30:07.406 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-22T00:30:09.035Z[ recovery-image] Oct 22 00:30:07.425 INFO O| Oct 22 00:30:07.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44622024-10-22T00:30:09.064Z[ recovery-image] Oct 22 00:30:07.453 INFO O| Oct 22 00:30:07.453 INFO STEP 100 (remove_files) COMPLETE
44632024-10-22T00:30:09.064Z[ recovery-image] Oct 22 00:30:07.453 INFO O| Oct 22 00:30:07.453 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-22T00:30:09.087Z[ recovery-image] Oct 22 00:30:07.477 INFO O| Oct 22 00:30:07.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44652024-10-22T00:30:09.089Z[ recovery-image] Oct 22 00:30:07.477 INFO O| Oct 22 00:30:07.477 INFO STEP 101 (remove_files) COMPLETE
44662024-10-22T00:30:09.089Z[ recovery-image] Oct 22 00:30:07.477 INFO O| Oct 22 00:30:07.477 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-22T00:30:09.125Z[ recovery-image] Oct 22 00:30:07.514 INFO O| Oct 22 00:30:07.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44682024-10-22T00:30:09.138Z[ recovery-image] Oct 22 00:30:07.527 INFO O| Oct 22 00:30:07.527 INFO STEP 102 (remove_files) COMPLETE
44692024-10-22T00:30:09.138Z[ recovery-image] Oct 22 00:30:07.527 INFO O| Oct 22 00:30:07.527 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-10-22T00:30:09.201Z[ recovery-image] Oct 22 00:30:07.591 INFO O| Oct 22 00:30:07.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44712024-10-22T00:30:09.204Z[ recovery-image] Oct 22 00:30:07.593 INFO O| Oct 22 00:30:07.593 INFO STEP 103 (remove_files) COMPLETE
44722024-10-22T00:30:09.204Z[ recovery-image] Oct 22 00:30:07.593 INFO O| Oct 22 00:30:07.593 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-10-22T00:30:09.223Z[ recovery-image] Oct 22 00:30:07.613 INFO O| Oct 22 00:30:07.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44742024-10-22T00:30:09.223Z[ recovery-image] Oct 22 00:30:07.613 INFO O| Oct 22 00:30:07.613 INFO STEP 104 (remove_files) COMPLETE
44752024-10-22T00:30:09.226Z[ recovery-image] Oct 22 00:30:07.613 INFO O| Oct 22 00:30:07.613 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-10-22T00:30:09.246Z[ recovery-image] Oct 22 00:30:07.636 INFO O| Oct 22 00:30:07.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44772024-10-22T00:30:09.249Z[ recovery-image] Oct 22 00:30:07.636 INFO O| Oct 22 00:30:07.636 INFO STEP 105 (remove_files) COMPLETE
44782024-10-22T00:30:09.249Z[ recovery-image] Oct 22 00:30:07.636 INFO O| Oct 22 00:30:07.636 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-10-22T00:30:09.272Z[ recovery-image] Oct 22 00:30:07.661 INFO O| Oct 22 00:30:07.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44802024-10-22T00:30:09.272Z[ recovery-image] Oct 22 00:30:07.661 INFO O| Oct 22 00:30:07.661 INFO STEP 106 (remove_files) COMPLETE
44812024-10-22T00:30:09.272Z[ recovery-image] Oct 22 00:30:07.661 INFO O| Oct 22 00:30:07.661 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-10-22T00:30:09.296Z[ recovery-image] Oct 22 00:30:07.686 INFO O| Oct 22 00:30:07.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44832024-10-22T00:30:09.299Z[ recovery-image] Oct 22 00:30:07.686 INFO O| Oct 22 00:30:07.686 INFO STEP 107 (remove_files) COMPLETE
44842024-10-22T00:30:09.299Z[ recovery-image] Oct 22 00:30:07.686 INFO O| Oct 22 00:30:07.686 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-10-22T00:30:09.318Z[ recovery-image] Oct 22 00:30:07.708 INFO O| Oct 22 00:30:07.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44862024-10-22T00:30:09.318Z[ recovery-image] Oct 22 00:30:07.708 INFO O| Oct 22 00:30:07.708 INFO STEP 108 (remove_files) COMPLETE
44872024-10-22T00:30:09.318Z[ recovery-image] Oct 22 00:30:07.708 INFO O| Oct 22 00:30:07.708 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-10-22T00:30:09.339Z[ recovery-image] Oct 22 00:30:07.728 INFO O| Oct 22 00:30:07.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44892024-10-22T00:30:09.339Z[ recovery-image] Oct 22 00:30:07.728 INFO O| Oct 22 00:30:07.728 INFO STEP 109 (remove_files) COMPLETE
44902024-10-22T00:30:09.341Z[ recovery-image] Oct 22 00:30:07.728 INFO O| Oct 22 00:30:07.728 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-10-22T00:30:09.369Z[ recovery-image] Oct 22 00:30:07.757 INFO O| Oct 22 00:30:07.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44922024-10-22T00:30:09.369Z[ recovery-image] Oct 22 00:30:07.757 INFO O| Oct 22 00:30:07.757 INFO STEP 110 (remove_files) COMPLETE
44932024-10-22T00:30:09.371Z[ recovery-image] Oct 22 00:30:07.757 INFO O| Oct 22 00:30:07.757 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-10-22T00:30:09.387Z[ recovery-image] Oct 22 00:30:07.777 INFO O| Oct 22 00:30:07.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44952024-10-22T00:30:09.387Z[ recovery-image] Oct 22 00:30:07.777 INFO O| Oct 22 00:30:07.777 INFO STEP 111 (remove_files) COMPLETE
44962024-10-22T00:30:09.391Z[ recovery-image] Oct 22 00:30:07.777 INFO O| Oct 22 00:30:07.777 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-10-22T00:30:09.408Z[ recovery-image] Oct 22 00:30:07.798 INFO O| Oct 22 00:30:07.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44982024-10-22T00:30:09.412Z[ recovery-image] Oct 22 00:30:07.798 INFO O| Oct 22 00:30:07.798 INFO STEP 112 (remove_files) COMPLETE
44992024-10-22T00:30:09.412Z[ recovery-image] Oct 22 00:30:07.799 INFO O| Oct 22 00:30:07.799 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-10-22T00:30:09.441Z[ recovery-image] Oct 22 00:30:07.831 INFO O| Oct 22 00:30:07.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
45012024-10-22T00:30:09.441Z[ recovery-image] Oct 22 00:30:07.831 INFO O| Oct 22 00:30:07.831 INFO STEP 113 (remove_files) COMPLETE
45022024-10-22T00:30:09.441Z[ recovery-image] Oct 22 00:30:07.831 INFO O| Oct 22 00:30:07.831 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-10-22T00:30:09.458Z[ recovery-image] Oct 22 00:30:07.848 INFO O| Oct 22 00:30:07.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
45042024-10-22T00:30:09.458Z[ recovery-image] Oct 22 00:30:07.848 INFO O| Oct 22 00:30:07.848 INFO STEP 114 (remove_files) COMPLETE
45052024-10-22T00:30:09.461Z[ recovery-image] Oct 22 00:30:07.848 INFO O| Oct 22 00:30:07.848 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-10-22T00:30:09.477Z[ recovery-image] Oct 22 00:30:07.867 INFO O| Oct 22 00:30:07.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
45072024-10-22T00:30:09.477Z[ recovery-image] Oct 22 00:30:07.867 INFO O| Oct 22 00:30:07.867 INFO STEP 115 (remove_files) COMPLETE
45082024-10-22T00:30:09.479Z[ recovery-image] Oct 22 00:30:07.867 INFO O| Oct 22 00:30:07.867 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-10-22T00:30:09.494Z[ recovery-image] Oct 22 00:30:07.884 INFO O| Oct 22 00:30:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
45102024-10-22T00:30:09.497Z[ recovery-image] Oct 22 00:30:07.884 INFO O| Oct 22 00:30:07.884 INFO STEP 116 (remove_files) COMPLETE
45112024-10-22T00:30:09.497Z[ recovery-image] Oct 22 00:30:07.884 INFO O| Oct 22 00:30:07.884 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-10-22T00:30:09.512Z[ recovery-image] Oct 22 00:30:07.902 INFO O| Oct 22 00:30:07.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45132024-10-22T00:30:09.515Z[ recovery-image] Oct 22 00:30:07.902 INFO O| Oct 22 00:30:07.902 INFO STEP 117 (remove_files) COMPLETE
45142024-10-22T00:30:09.515Z[ recovery-image] Oct 22 00:30:07.902 INFO O| Oct 22 00:30:07.902 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-10-22T00:30:09.541Z[ recovery-image] Oct 22 00:30:07.930 INFO O| Oct 22 00:30:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45162024-10-22T00:30:09.541Z[ recovery-image] Oct 22 00:30:07.930 INFO O| Oct 22 00:30:07.930 INFO STEP 118 (remove_files) COMPLETE
45172024-10-22T00:30:09.543Z[ recovery-image] Oct 22 00:30:07.931 INFO O| Oct 22 00:30:07.930 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-10-22T00:30:09.559Z[ recovery-image] Oct 22 00:30:07.949 INFO O| Oct 22 00:30:07.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45192024-10-22T00:30:09.561Z[ recovery-image] Oct 22 00:30:07.949 INFO O| Oct 22 00:30:07.949 INFO STEP 119 (remove_files) COMPLETE
45202024-10-22T00:30:09.561Z[ recovery-image] Oct 22 00:30:07.949 INFO O| Oct 22 00:30:07.949 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-10-22T00:30:09.606Z[ recovery-image] Oct 22 00:30:07.995 INFO O| Oct 22 00:30:07.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45222024-10-22T00:30:09.608Z[ recovery-image] Oct 22 00:30:07.995 INFO O| Oct 22 00:30:07.995 INFO STEP 120 (remove_files) COMPLETE
45232024-10-22T00:30:09.608Z[ recovery-image] Oct 22 00:30:07.995 INFO O| Oct 22 00:30:07.995 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-10-22T00:30:09.626Z[ recovery-image] Oct 22 00:30:08.016 INFO O| Oct 22 00:30:08.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45252024-10-22T00:30:09.626Z[ recovery-image] Oct 22 00:30:08.016 INFO O| Oct 22 00:30:08.016 INFO STEP 121 (remove_files) COMPLETE
45262024-10-22T00:30:09.626Z[ recovery-image] Oct 22 00:30:08.016 INFO O| Oct 22 00:30:08.016 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-10-22T00:30:09.646Z[ recovery-image] Oct 22 00:30:08.036 INFO O| Oct 22 00:30:08.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45282024-10-22T00:30:09.646Z[ recovery-image] Oct 22 00:30:08.036 INFO O| Oct 22 00:30:08.036 INFO STEP 122 (remove_files) COMPLETE
45292024-10-22T00:30:09.646Z[ recovery-image] Oct 22 00:30:08.036 INFO O| Oct 22 00:30:08.036 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-10-22T00:30:09.687Z[ recovery-image] Oct 22 00:30:08.076 INFO O| Oct 22 00:30:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45312024-10-22T00:30:09.687Z[ recovery-image] Oct 22 00:30:08.076 INFO O| Oct 22 00:30:08.076 INFO STEP 123 (remove_files) COMPLETE
45322024-10-22T00:30:09.687Z[ recovery-image] Oct 22 00:30:08.076 INFO O| Oct 22 00:30:08.076 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-10-22T00:30:09.733Z[ recovery-image] Oct 22 00:30:08.121 INFO O| Oct 22 00:30:08.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45342024-10-22T00:30:09.758Z[ recovery-image] Oct 22 00:30:08.147 INFO O| Oct 22 00:30:08.147 INFO STEP 124 (remove_files) COMPLETE
45352024-10-22T00:30:09.758Z[ recovery-image] Oct 22 00:30:08.147 INFO O| Oct 22 00:30:08.147 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-10-22T00:30:09.818Z[ recovery-image] Oct 22 00:30:08.208 INFO O| Oct 22 00:30:08.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45372024-10-22T00:30:09.821Z[ recovery-image] Oct 22 00:30:08.208 INFO O| Oct 22 00:30:08.208 INFO STEP 125 (remove_files) COMPLETE
45382024-10-22T00:30:09.821Z[ recovery-image] Oct 22 00:30:08.208 INFO O| Oct 22 00:30:08.208 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-10-22T00:30:09.879Z[ recovery-image] Oct 22 00:30:08.268 INFO O| Oct 22 00:30:08.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45402024-10-22T00:30:09.879Z[ recovery-image] Oct 22 00:30:08.268 INFO O| Oct 22 00:30:08.268 INFO STEP 126 (remove_files) COMPLETE
45412024-10-22T00:30:09.885Z[ recovery-image] Oct 22 00:30:08.268 INFO O| Oct 22 00:30:08.268 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-10-22T00:30:09.899Z[ recovery-image] Oct 22 00:30:08.289 INFO O| Oct 22 00:30:08.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45432024-10-22T00:30:09.899Z[ recovery-image] Oct 22 00:30:08.289 INFO O| Oct 22 00:30:08.289 INFO STEP 127 (remove_files) COMPLETE
45442024-10-22T00:30:09.902Z[ recovery-image] Oct 22 00:30:08.289 INFO O| Oct 22 00:30:08.289 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-10-22T00:30:09.921Z[ recovery-image] Oct 22 00:30:08.310 INFO O| Oct 22 00:30:08.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45462024-10-22T00:30:09.921Z[ recovery-image] Oct 22 00:30:08.310 INFO O| Oct 22 00:30:08.310 INFO STEP 128 (remove_files) COMPLETE
45472024-10-22T00:30:09.921Z[ recovery-image] Oct 22 00:30:08.310 INFO O| Oct 22 00:30:08.310 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-10-22T00:30:09.950Z[ recovery-image] Oct 22 00:30:08.340 INFO O| Oct 22 00:30:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45492024-10-22T00:30:09.950Z[ recovery-image] Oct 22 00:30:08.340 INFO O| Oct 22 00:30:08.340 INFO STEP 129 (remove_files) COMPLETE
45502024-10-22T00:30:09.951Z[ recovery-image] Oct 22 00:30:08.340 INFO O| Oct 22 00:30:08.340 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-10-22T00:30:09.973Z[ recovery-image] Oct 22 00:30:08.362 INFO O| Oct 22 00:30:08.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45522024-10-22T00:30:09.973Z[ recovery-image] Oct 22 00:30:08.362 INFO O| Oct 22 00:30:08.362 INFO STEP 130 (remove_files) COMPLETE
45532024-10-22T00:30:09.973Z[ recovery-image] Oct 22 00:30:08.362 INFO O| Oct 22 00:30:08.362 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-10-22T00:30:09.995Z[ recovery-image] Oct 22 00:30:08.384 INFO O| Oct 22 00:30:08.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45552024-10-22T00:30:09.995Z[ recovery-image] Oct 22 00:30:08.384 INFO O| Oct 22 00:30:08.384 INFO STEP 131 (remove_files) COMPLETE
45562024-10-22T00:30:09.997Z[ recovery-image] Oct 22 00:30:08.384 INFO O| Oct 22 00:30:08.384 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-10-22T00:30:10.016Z[ recovery-image] Oct 22 00:30:08.406 INFO O| Oct 22 00:30:08.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45582024-10-22T00:30:10.017Z[ recovery-image] Oct 22 00:30:08.406 INFO O| Oct 22 00:30:08.406 INFO STEP 132 (remove_files) COMPLETE
45592024-10-22T00:30:10.017Z[ recovery-image] Oct 22 00:30:08.406 INFO O| Oct 22 00:30:08.406 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-10-22T00:30:10.052Z[ recovery-image] Oct 22 00:30:08.439 INFO O| Oct 22 00:30:08.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45612024-10-22T00:30:10.052Z[ recovery-image] Oct 22 00:30:08.439 INFO O| Oct 22 00:30:08.439 INFO STEP 133 (remove_files) COMPLETE
45622024-10-22T00:30:10.055Z[ recovery-image] Oct 22 00:30:08.440 INFO O| Oct 22 00:30:08.439 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-10-22T00:30:10.072Z[ recovery-image] Oct 22 00:30:08.462 INFO O| Oct 22 00:30:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45642024-10-22T00:30:10.072Z[ recovery-image] Oct 22 00:30:08.462 INFO O| Oct 22 00:30:08.462 INFO STEP 134 (remove_files) COMPLETE
45652024-10-22T00:30:10.075Z[ recovery-image] Oct 22 00:30:08.462 INFO O| Oct 22 00:30:08.462 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-10-22T00:30:10.095Z[ recovery-image] Oct 22 00:30:08.485 INFO O| Oct 22 00:30:08.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45672024-10-22T00:30:10.095Z[ recovery-image] Oct 22 00:30:08.485 INFO O| Oct 22 00:30:08.485 INFO STEP 135 (remove_files) COMPLETE
45682024-10-22T00:30:10.095Z[ recovery-image] Oct 22 00:30:08.485 INFO O| Oct 22 00:30:08.485 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-10-22T00:30:10.117Z[ recovery-image] Oct 22 00:30:08.507 INFO O| Oct 22 00:30:08.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45702024-10-22T00:30:10.117Z[ recovery-image] Oct 22 00:30:08.507 INFO O| Oct 22 00:30:08.507 INFO STEP 136 (remove_files) COMPLETE
45712024-10-22T00:30:10.117Z[ recovery-image] Oct 22 00:30:08.507 INFO O| Oct 22 00:30:08.507 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-10-22T00:30:10.138Z[ recovery-image] Oct 22 00:30:08.528 INFO O| Oct 22 00:30:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45732024-10-22T00:30:10.138Z[ recovery-image] Oct 22 00:30:08.528 INFO O| Oct 22 00:30:08.528 INFO STEP 137 (remove_files) COMPLETE
45742024-10-22T00:30:10.141Z[ recovery-image] Oct 22 00:30:08.528 INFO O| Oct 22 00:30:08.528 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-10-22T00:30:10.157Z[ recovery-image] Oct 22 00:30:08.546 INFO O| Oct 22 00:30:08.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45762024-10-22T00:30:10.159Z[ recovery-image] Oct 22 00:30:08.546 INFO O| Oct 22 00:30:08.546 INFO STEP 138 (remove_files) COMPLETE
45772024-10-22T00:30:10.159Z[ recovery-image] Oct 22 00:30:08.546 INFO O| Oct 22 00:30:08.546 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-10-22T00:30:10.175Z[ recovery-image] Oct 22 00:30:08.565 INFO O| Oct 22 00:30:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45792024-10-22T00:30:10.175Z[ recovery-image] Oct 22 00:30:08.565 INFO O| Oct 22 00:30:08.565 INFO STEP 139 (remove_files) COMPLETE
45802024-10-22T00:30:10.178Z[ recovery-image] Oct 22 00:30:08.565 INFO O| Oct 22 00:30:08.565 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-10-22T00:30:10.197Z[ recovery-image] Oct 22 00:30:08.586 INFO O| Oct 22 00:30:08.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45822024-10-22T00:30:10.197Z[ recovery-image] Oct 22 00:30:08.586 INFO O| Oct 22 00:30:08.586 INFO STEP 140 (remove_files) COMPLETE
45832024-10-22T00:30:10.197Z[ recovery-image] Oct 22 00:30:08.586 INFO O| Oct 22 00:30:08.586 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-10-22T00:30:10.219Z[ recovery-image] Oct 22 00:30:08.609 INFO O| Oct 22 00:30:08.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45852024-10-22T00:30:10.222Z[ recovery-image] Oct 22 00:30:08.609 INFO O| Oct 22 00:30:08.609 INFO STEP 141 (remove_files) COMPLETE
45862024-10-22T00:30:10.222Z[ recovery-image] Oct 22 00:30:08.609 INFO O| Oct 22 00:30:08.609 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-10-22T00:30:10.240Z[ recovery-image] Oct 22 00:30:08.629 INFO O| Oct 22 00:30:08.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45882024-10-22T00:30:10.240Z[ recovery-image] Oct 22 00:30:08.630 INFO O| Oct 22 00:30:08.629 INFO STEP 142 (remove_files) COMPLETE
45892024-10-22T00:30:10.242Z[ recovery-image] Oct 22 00:30:08.630 INFO O| Oct 22 00:30:08.629 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-10-22T00:30:10.299Z[ recovery-image] Oct 22 00:30:08.688 INFO O| Oct 22 00:30:08.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45912024-10-22T00:30:10.299Z[ recovery-image] Oct 22 00:30:08.688 INFO O| Oct 22 00:30:08.688 INFO STEP 143 (remove_files) COMPLETE
45922024-10-22T00:30:10.299Z[ recovery-image] Oct 22 00:30:08.688 INFO O| Oct 22 00:30:08.688 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-10-22T00:30:10.320Z[ recovery-image] Oct 22 00:30:08.708 INFO O| Oct 22 00:30:08.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45942024-10-22T00:30:10.320Z[ recovery-image] Oct 22 00:30:08.708 INFO O| Oct 22 00:30:08.708 INFO STEP 144 (remove_files) COMPLETE
45952024-10-22T00:30:10.320Z[ recovery-image] Oct 22 00:30:08.709 INFO O| Oct 22 00:30:08.708 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-10-22T00:30:10.338Z[ recovery-image] Oct 22 00:30:08.728 INFO O| Oct 22 00:30:08.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45972024-10-22T00:30:10.338Z[ recovery-image] Oct 22 00:30:08.728 INFO O| Oct 22 00:30:08.728 INFO STEP 145 (remove_files) COMPLETE
45982024-10-22T00:30:10.341Z[ recovery-image] Oct 22 00:30:08.728 INFO O| Oct 22 00:30:08.728 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-10-22T00:30:10.357Z[ recovery-image] Oct 22 00:30:08.747 INFO O| Oct 22 00:30:08.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
46002024-10-22T00:30:10.357Z[ recovery-image] Oct 22 00:30:08.747 INFO O| Oct 22 00:30:08.747 INFO STEP 146 (remove_files) COMPLETE
46012024-10-22T00:30:10.358Z[ recovery-image] Oct 22 00:30:08.747 INFO O| Oct 22 00:30:08.747 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-10-22T00:30:10.382Z[ recovery-image] Oct 22 00:30:08.772 INFO O| Oct 22 00:30:08.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
46032024-10-22T00:30:10.383Z[ recovery-image] Oct 22 00:30:08.772 INFO O| Oct 22 00:30:08.772 INFO STEP 147 (remove_files) COMPLETE
46042024-10-22T00:30:10.383Z[ recovery-image] Oct 22 00:30:08.772 INFO O| Oct 22 00:30:08.772 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-10-22T00:30:10.415Z[ recovery-image] Oct 22 00:30:08.805 INFO O| Oct 22 00:30:08.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
46062024-10-22T00:30:10.418Z[ recovery-image] Oct 22 00:30:08.805 INFO O| Oct 22 00:30:08.805 INFO STEP 148 (remove_files) COMPLETE
46072024-10-22T00:30:10.418Z[ recovery-image] Oct 22 00:30:08.806 INFO O| Oct 22 00:30:08.806 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-10-22T00:30:10.436Z[ recovery-image] Oct 22 00:30:08.825 INFO O| Oct 22 00:30:08.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46092024-10-22T00:30:10.449Z[ recovery-image] Oct 22 00:30:08.839 INFO O| Oct 22 00:30:08.839 INFO STEP 149 (remove_files) COMPLETE
46102024-10-22T00:30:10.449Z[ recovery-image] Oct 22 00:30:08.839 INFO O| Oct 22 00:30:08.839 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-10-22T00:30:10.469Z[ recovery-image] Oct 22 00:30:08.859 INFO O| Oct 22 00:30:08.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46122024-10-22T00:30:10.489Z[ recovery-image] Oct 22 00:30:08.879 INFO O| Oct 22 00:30:08.879 INFO STEP 150 (remove_files) COMPLETE
46132024-10-22T00:30:10.489Z[ recovery-image] Oct 22 00:30:08.879 INFO O| Oct 22 00:30:08.879 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-10-22T00:30:10.510Z[ recovery-image] Oct 22 00:30:08.900 INFO O| Oct 22 00:30:08.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46152024-10-22T00:30:10.512Z[ recovery-image] Oct 22 00:30:08.900 INFO O| Oct 22 00:30:08.900 INFO STEP 151 (remove_files) COMPLETE
46162024-10-22T00:30:10.512Z[ recovery-image] Oct 22 00:30:08.900 INFO O| Oct 22 00:30:08.900 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-10-22T00:30:10.529Z[ recovery-image] Oct 22 00:30:08.919 INFO O| Oct 22 00:30:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46182024-10-22T00:30:10.532Z[ recovery-image] Oct 22 00:30:08.919 INFO O| Oct 22 00:30:08.919 INFO STEP 152 (remove_files) COMPLETE
46192024-10-22T00:30:10.532Z[ recovery-image] Oct 22 00:30:08.919 INFO O| Oct 22 00:30:08.919 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-10-22T00:30:10.549Z[ recovery-image] Oct 22 00:30:08.939 INFO O| Oct 22 00:30:08.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46212024-10-22T00:30:10.551Z[ recovery-image] Oct 22 00:30:08.939 INFO O| Oct 22 00:30:08.939 INFO STEP 153 (remove_files) COMPLETE
46222024-10-22T00:30:10.551Z[ recovery-image] Oct 22 00:30:08.939 INFO O| Oct 22 00:30:08.939 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-10-22T00:30:10.568Z[ recovery-image] Oct 22 00:30:08.958 INFO O| Oct 22 00:30:08.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46242024-10-22T00:30:10.572Z[ recovery-image] Oct 22 00:30:08.958 INFO O| Oct 22 00:30:08.958 INFO STEP 154 (remove_files) COMPLETE
46252024-10-22T00:30:10.572Z[ recovery-image] Oct 22 00:30:08.958 INFO O| Oct 22 00:30:08.958 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-10-22T00:30:10.598Z[ recovery-image] Oct 22 00:30:08.988 INFO O| Oct 22 00:30:08.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46272024-10-22T00:30:10.598Z[ recovery-image] Oct 22 00:30:08.988 INFO O| Oct 22 00:30:08.988 INFO STEP 155 (remove_files) COMPLETE
46282024-10-22T00:30:10.601Z[ recovery-image] Oct 22 00:30:08.988 INFO O| Oct 22 00:30:08.988 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-10-22T00:30:10.618Z[ recovery-image] Oct 22 00:30:09.008 INFO O| Oct 22 00:30:09.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46302024-10-22T00:30:10.621Z[ recovery-image] Oct 22 00:30:09.008 INFO O| Oct 22 00:30:09.008 INFO STEP 156 (remove_files) COMPLETE
46312024-10-22T00:30:10.621Z[ recovery-image] Oct 22 00:30:09.008 INFO O| Oct 22 00:30:09.008 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-10-22T00:30:10.636Z[ recovery-image] Oct 22 00:30:09.026 INFO O| Oct 22 00:30:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46332024-10-22T00:30:10.636Z[ recovery-image] Oct 22 00:30:09.026 INFO O| Oct 22 00:30:09.026 INFO STEP 157 (remove_files) COMPLETE
46342024-10-22T00:30:10.639Z[ recovery-image] Oct 22 00:30:09.026 INFO O| Oct 22 00:30:09.026 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-10-22T00:30:10.655Z[ recovery-image] Oct 22 00:30:09.045 INFO O| Oct 22 00:30:09.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46362024-10-22T00:30:10.655Z[ recovery-image] Oct 22 00:30:09.045 INFO O| Oct 22 00:30:09.045 INFO STEP 158 (remove_files) COMPLETE
46372024-10-22T00:30:10.659Z[ recovery-image] Oct 22 00:30:09.045 INFO O| Oct 22 00:30:09.045 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-10-22T00:30:10.674Z[ recovery-image] Oct 22 00:30:09.064 INFO O| Oct 22 00:30:09.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46392024-10-22T00:30:10.674Z[ recovery-image] Oct 22 00:30:09.064 INFO O| Oct 22 00:30:09.064 INFO STEP 159 (remove_files) COMPLETE
46402024-10-22T00:30:10.676Z[ recovery-image] Oct 22 00:30:09.064 INFO O| Oct 22 00:30:09.064 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-10-22T00:30:10.715Z[ recovery-image] Oct 22 00:30:09.105 INFO O| Oct 22 00:30:09.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46422024-10-22T00:30:10.717Z[ recovery-image] Oct 22 00:30:09.105 INFO O| Oct 22 00:30:09.105 INFO STEP 160 (remove_files) COMPLETE
46432024-10-22T00:30:10.717Z[ recovery-image] Oct 22 00:30:09.105 INFO O| Oct 22 00:30:09.105 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-10-22T00:30:10.735Z[ recovery-image] Oct 22 00:30:09.125 INFO O| Oct 22 00:30:09.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46452024-10-22T00:30:10.738Z[ recovery-image] Oct 22 00:30:09.125 INFO O| Oct 22 00:30:09.125 INFO STEP 161 (remove_files) COMPLETE
46462024-10-22T00:30:10.738Z[ recovery-image] Oct 22 00:30:09.125 INFO O| Oct 22 00:30:09.125 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-10-22T00:30:10.774Z[ recovery-image] Oct 22 00:30:09.164 INFO O| Oct 22 00:30:09.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46482024-10-22T00:30:10.774Z[ recovery-image] Oct 22 00:30:09.164 INFO O| Oct 22 00:30:09.164 INFO STEP 162 (remove_files) COMPLETE
46492024-10-22T00:30:10.776Z[ recovery-image] Oct 22 00:30:09.164 INFO O| Oct 22 00:30:09.164 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-10-22T00:30:10.793Z[ recovery-image] Oct 22 00:30:09.182 INFO O| Oct 22 00:30:09.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46512024-10-22T00:30:10.793Z[ recovery-image] Oct 22 00:30:09.182 INFO O| Oct 22 00:30:09.182 INFO STEP 163 (remove_files) COMPLETE
46522024-10-22T00:30:10.793Z[ recovery-image] Oct 22 00:30:09.182 INFO O| Oct 22 00:30:09.182 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-10-22T00:30:10.810Z[ recovery-image] Oct 22 00:30:09.200 INFO O| Oct 22 00:30:09.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46542024-10-22T00:30:10.831Z[ recovery-image] Oct 22 00:30:09.220 INFO O| Oct 22 00:30:09.220 INFO STEP 164 (remove_files) COMPLETE
46552024-10-22T00:30:10.831Z[ recovery-image] Oct 22 00:30:09.220 INFO O| Oct 22 00:30:09.220 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-10-22T00:30:10.887Z[ recovery-image] Oct 22 00:30:09.276 INFO O| Oct 22 00:30:09.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46572024-10-22T00:30:10.887Z[ recovery-image] Oct 22 00:30:09.276 INFO O| Oct 22 00:30:09.276 INFO STEP 165 (remove_files) COMPLETE
46582024-10-22T00:30:10.887Z[ recovery-image] Oct 22 00:30:09.276 INFO O| Oct 22 00:30:09.276 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-10-22T00:30:10.922Z[ recovery-image] Oct 22 00:30:09.312 INFO O| Oct 22 00:30:09.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46602024-10-22T00:30:10.946Z[ recovery-image] Oct 22 00:30:09.336 INFO O| Oct 22 00:30:09.336 INFO STEP 166 (remove_files) COMPLETE
46612024-10-22T00:30:10.946Z[ recovery-image] Oct 22 00:30:09.336 INFO O| Oct 22 00:30:09.336 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-10-22T00:30:10.965Z[ recovery-image] Oct 22 00:30:09.355 INFO O| Oct 22 00:30:09.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46632024-10-22T00:30:10.965Z[ recovery-image] Oct 22 00:30:09.355 INFO O| Oct 22 00:30:09.355 INFO STEP 167 (remove_files) COMPLETE
46642024-10-22T00:30:10.967Z[ recovery-image] Oct 22 00:30:09.355 INFO O| Oct 22 00:30:09.355 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-10-22T00:30:10.981Z[ recovery-image] Oct 22 00:30:09.371 INFO O| Oct 22 00:30:09.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46662024-10-22T00:30:11.010Z[ recovery-image] Oct 22 00:30:09.398 INFO O| Oct 22 00:30:09.398 INFO STEP 168 (remove_files) COMPLETE
46672024-10-22T00:30:11.010Z[ recovery-image] Oct 22 00:30:09.398 INFO O| Oct 22 00:30:09.398 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-10-22T00:30:11.067Z[ recovery-image] Oct 22 00:30:09.456 INFO O| Oct 22 00:30:09.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46692024-10-22T00:30:11.067Z[ recovery-image] Oct 22 00:30:09.456 INFO O| Oct 22 00:30:09.456 INFO STEP 169 (remove_files) COMPLETE
46702024-10-22T00:30:11.067Z[ recovery-image] Oct 22 00:30:09.456 INFO O| Oct 22 00:30:09.456 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-10-22T00:30:11.083Z[ recovery-image] Oct 22 00:30:09.472 INFO O| Oct 22 00:30:09.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46722024-10-22T00:30:11.083Z[ recovery-image] Oct 22 00:30:09.472 INFO O| Oct 22 00:30:09.472 INFO STEP 170 (remove_files) COMPLETE
46732024-10-22T00:30:11.083Z[ recovery-image] Oct 22 00:30:09.472 INFO O| Oct 22 00:30:09.472 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-10-22T00:30:11.098Z[ recovery-image] Oct 22 00:30:09.487 INFO O| Oct 22 00:30:09.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46752024-10-22T00:30:11.098Z[ recovery-image] Oct 22 00:30:09.487 INFO O| Oct 22 00:30:09.487 INFO STEP 171 (remove_files) COMPLETE
46762024-10-22T00:30:11.098Z[ recovery-image] Oct 22 00:30:09.487 INFO O| Oct 22 00:30:09.487 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-10-22T00:30:11.114Z[ recovery-image] Oct 22 00:30:09.503 INFO O| Oct 22 00:30:09.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46782024-10-22T00:30:11.114Z[ recovery-image] Oct 22 00:30:09.503 INFO O| Oct 22 00:30:09.503 INFO STEP 172 (remove_files) COMPLETE
46792024-10-22T00:30:11.114Z[ recovery-image] Oct 22 00:30:09.503 INFO O| Oct 22 00:30:09.503 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-10-22T00:30:11.131Z[ recovery-image] Oct 22 00:30:09.519 INFO O| Oct 22 00:30:09.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46812024-10-22T00:30:11.131Z[ recovery-image] Oct 22 00:30:09.519 INFO O| Oct 22 00:30:09.519 INFO STEP 173 (remove_files) COMPLETE
46822024-10-22T00:30:11.131Z[ recovery-image] Oct 22 00:30:09.519 INFO O| Oct 22 00:30:09.519 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-10-22T00:30:11.150Z[ recovery-image] Oct 22 00:30:09.535 INFO O| Oct 22 00:30:09.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46842024-10-22T00:30:11.150Z[ recovery-image] Oct 22 00:30:09.535 INFO O| Oct 22 00:30:09.535 INFO STEP 174 (remove_files) COMPLETE
46852024-10-22T00:30:11.153Z[ recovery-image] Oct 22 00:30:09.535 INFO O| Oct 22 00:30:09.535 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-10-22T00:30:11.169Z[ recovery-image] Oct 22 00:30:09.552 INFO O| Oct 22 00:30:09.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46872024-10-22T00:30:11.169Z[ recovery-image] Oct 22 00:30:09.552 INFO O| Oct 22 00:30:09.552 INFO STEP 175 (remove_files) COMPLETE
46882024-10-22T00:30:11.172Z[ recovery-image] Oct 22 00:30:09.552 INFO O| Oct 22 00:30:09.552 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-10-22T00:30:11.179Z[ recovery-image] Oct 22 00:30:09.568 INFO O| Oct 22 00:30:09.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46902024-10-22T00:30:11.179Z[ recovery-image] Oct 22 00:30:09.568 INFO O| Oct 22 00:30:09.568 INFO STEP 176 (remove_files) COMPLETE
46912024-10-22T00:30:11.179Z[ recovery-image] Oct 22 00:30:09.568 INFO O| Oct 22 00:30:09.568 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-10-22T00:30:11.193Z[ recovery-image] Oct 22 00:30:09.583 INFO O| Oct 22 00:30:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46932024-10-22T00:30:11.216Z[ recovery-image] Oct 22 00:30:09.606 INFO O| Oct 22 00:30:09.606 INFO STEP 177 (remove_files) COMPLETE
46942024-10-22T00:30:11.216Z[ recovery-image] Oct 22 00:30:09.606 INFO O| Oct 22 00:30:09.606 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-10-22T00:30:11.235Z[ recovery-image] Oct 22 00:30:09.625 INFO O| Oct 22 00:30:09.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46962024-10-22T00:30:11.235Z[ recovery-image] Oct 22 00:30:09.625 INFO O| Oct 22 00:30:09.625 INFO STEP 178 (remove_files) COMPLETE
46972024-10-22T00:30:11.238Z[ recovery-image] Oct 22 00:30:09.625 INFO O| Oct 22 00:30:09.625 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-10-22T00:30:11.258Z[ recovery-image] Oct 22 00:30:09.648 INFO O| Oct 22 00:30:09.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46992024-10-22T00:30:11.258Z[ recovery-image] Oct 22 00:30:09.648 INFO O| Oct 22 00:30:09.641 INFO STEP 179 (remove_files) COMPLETE
47002024-10-22T00:30:11.260Z[ recovery-image] Oct 22 00:30:09.648 INFO O| Oct 22 00:30:09.641 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-10-22T00:30:11.266Z[ recovery-image] Oct 22 00:30:09.656 INFO O| Oct 22 00:30:09.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
47022024-10-22T00:30:11.268Z[ recovery-image] Oct 22 00:30:09.656 INFO O| Oct 22 00:30:09.656 INFO STEP 180 (remove_files) COMPLETE
47032024-10-22T00:30:11.268Z[ recovery-image] Oct 22 00:30:09.656 INFO O| Oct 22 00:30:09.656 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-10-22T00:30:11.282Z[ recovery-image] Oct 22 00:30:09.672 INFO O| Oct 22 00:30:09.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
47052024-10-22T00:30:11.284Z[ recovery-image] Oct 22 00:30:09.672 INFO O| Oct 22 00:30:09.672 INFO STEP 181 (remove_files) COMPLETE
47062024-10-22T00:30:11.284Z[ recovery-image] Oct 22 00:30:09.672 INFO O| Oct 22 00:30:09.672 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-10-22T00:30:11.299Z[ recovery-image] Oct 22 00:30:09.689 INFO O| Oct 22 00:30:09.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47082024-10-22T00:30:11.299Z[ recovery-image] Oct 22 00:30:09.689 INFO O| Oct 22 00:30:09.689 INFO STEP 182 (remove_files) COMPLETE
47092024-10-22T00:30:11.302Z[ recovery-image] Oct 22 00:30:09.689 INFO O| Oct 22 00:30:09.689 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-10-22T00:30:11.315Z[ recovery-image] Oct 22 00:30:09.705 INFO O| Oct 22 00:30:09.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47112024-10-22T00:30:11.348Z[ recovery-image] Oct 22 00:30:09.738 INFO O| Oct 22 00:30:09.738 INFO STEP 183 (remove_files) COMPLETE
47122024-10-22T00:30:11.348Z[ recovery-image] Oct 22 00:30:09.738 INFO O| Oct 22 00:30:09.738 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-10-22T00:30:11.379Z[ recovery-image] Oct 22 00:30:09.769 INFO O| Oct 22 00:30:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47142024-10-22T00:30:11.379Z[ recovery-image] Oct 22 00:30:09.769 INFO O| Oct 22 00:30:09.769 INFO STEP 184 (remove_files) COMPLETE
47152024-10-22T00:30:11.379Z[ recovery-image] Oct 22 00:30:09.769 INFO O| Oct 22 00:30:09.769 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-10-22T00:30:11.417Z[ recovery-image] Oct 22 00:30:09.807 INFO O| Oct 22 00:30:09.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47172024-10-22T00:30:11.417Z[ recovery-image] Oct 22 00:30:09.807 INFO O| Oct 22 00:30:09.807 INFO STEP 185 (remove_files) COMPLETE
47182024-10-22T00:30:11.420Z[ recovery-image] Oct 22 00:30:09.807 INFO O| Oct 22 00:30:09.807 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-10-22T00:30:11.462Z[ recovery-image] Oct 22 00:30:09.852 INFO O| Oct 22 00:30:09.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47202024-10-22T00:30:11.465Z[ recovery-image] Oct 22 00:30:09.852 INFO O| Oct 22 00:30:09.852 INFO STEP 186 (remove_files) COMPLETE
47212024-10-22T00:30:11.465Z[ recovery-image] Oct 22 00:30:09.852 INFO O| Oct 22 00:30:09.852 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-10-22T00:30:11.482Z[ recovery-image] Oct 22 00:30:09.872 INFO O| Oct 22 00:30:09.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47232024-10-22T00:30:11.485Z[ recovery-image] Oct 22 00:30:09.872 INFO O| Oct 22 00:30:09.872 INFO STEP 187 (remove_files) COMPLETE
47242024-10-22T00:30:11.485Z[ recovery-image] Oct 22 00:30:09.872 INFO O| Oct 22 00:30:09.872 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-10-22T00:30:11.501Z[ recovery-image] Oct 22 00:30:09.891 INFO O| Oct 22 00:30:09.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47262024-10-22T00:30:11.503Z[ recovery-image] Oct 22 00:30:09.891 INFO O| Oct 22 00:30:09.891 INFO STEP 188 (remove_files) COMPLETE
47272024-10-22T00:30:11.503Z[ recovery-image] Oct 22 00:30:09.891 INFO O| Oct 22 00:30:09.891 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-10-22T00:30:11.520Z[ recovery-image] Oct 22 00:30:09.910 INFO O| Oct 22 00:30:09.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47292024-10-22T00:30:11.522Z[ recovery-image] Oct 22 00:30:09.910 INFO O| Oct 22 00:30:09.910 INFO STEP 189 (remove_files) COMPLETE
47302024-10-22T00:30:11.523Z[ recovery-image] Oct 22 00:30:09.910 INFO O| Oct 22 00:30:09.910 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-10-22T00:30:11.539Z[ recovery-image] Oct 22 00:30:09.929 INFO O| Oct 22 00:30:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47322024-10-22T00:30:11.541Z[ recovery-image] Oct 22 00:30:09.929 INFO O| Oct 22 00:30:09.929 INFO STEP 190 (remove_files) COMPLETE
47332024-10-22T00:30:11.541Z[ recovery-image] Oct 22 00:30:09.929 INFO O| Oct 22 00:30:09.929 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-10-22T00:30:11.570Z[ recovery-image] Oct 22 00:30:09.960 INFO O| Oct 22 00:30:09.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47352024-10-22T00:30:11.570Z[ recovery-image] Oct 22 00:30:09.960 INFO O| Oct 22 00:30:09.960 INFO STEP 191 (remove_files) COMPLETE
47362024-10-22T00:30:11.570Z[ recovery-image] Oct 22 00:30:09.960 INFO O| Oct 22 00:30:09.960 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-22T00:30:11.607Z[ recovery-image] Oct 22 00:30:09.996 INFO O| Oct 22 00:30:09.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47382024-10-22T00:30:11.607Z[ recovery-image] Oct 22 00:30:09.996 INFO O| Oct 22 00:30:09.996 INFO STEP 192 (remove_files) COMPLETE
47392024-10-22T00:30:11.607Z[ recovery-image] Oct 22 00:30:09.996 INFO O| Oct 22 00:30:09.996 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-22T00:30:11.625Z[ recovery-image] Oct 22 00:30:10.015 INFO O| Oct 22 00:30:10.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47412024-10-22T00:30:11.625Z[ recovery-image] Oct 22 00:30:10.015 INFO O| Oct 22 00:30:10.015 INFO STEP 193 (remove_files) COMPLETE
47422024-10-22T00:30:11.628Z[ recovery-image] Oct 22 00:30:10.015 INFO O| Oct 22 00:30:10.015 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-22T00:30:11.643Z[ recovery-image] Oct 22 00:30:10.032 INFO O| Oct 22 00:30:10.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47442024-10-22T00:30:11.643Z[ recovery-image] Oct 22 00:30:10.032 INFO O| Oct 22 00:30:10.032 INFO STEP 194 (remove_files) COMPLETE
47452024-10-22T00:30:11.643Z[ recovery-image] Oct 22 00:30:10.032 INFO O| Oct 22 00:30:10.032 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-22T00:30:11.659Z[ recovery-image] Oct 22 00:30:10.049 INFO O| Oct 22 00:30:10.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47472024-10-22T00:30:11.659Z[ recovery-image] Oct 22 00:30:10.049 INFO O| Oct 22 00:30:10.049 INFO STEP 195 (remove_files) COMPLETE
47482024-10-22T00:30:11.661Z[ recovery-image] Oct 22 00:30:10.049 INFO O| Oct 22 00:30:10.049 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-22T00:30:11.675Z[ recovery-image] Oct 22 00:30:10.065 INFO O| Oct 22 00:30:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47502024-10-22T00:30:11.696Z[ recovery-image] Oct 22 00:30:10.086 INFO O| Oct 22 00:30:10.086 INFO STEP 196 (remove_files) COMPLETE
47512024-10-22T00:30:11.696Z[ recovery-image] Oct 22 00:30:10.086 INFO O| Oct 22 00:30:10.086 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-22T00:30:11.715Z[ recovery-image] Oct 22 00:30:10.105 INFO O| Oct 22 00:30:10.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47532024-10-22T00:30:11.715Z[ recovery-image] Oct 22 00:30:10.105 INFO O| Oct 22 00:30:10.105 INFO STEP 197 (remove_files) COMPLETE
47542024-10-22T00:30:11.718Z[ recovery-image] Oct 22 00:30:10.105 INFO O| Oct 22 00:30:10.105 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-22T00:30:11.733Z[ recovery-image] Oct 22 00:30:10.123 INFO O| Oct 22 00:30:10.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47562024-10-22T00:30:11.733Z[ recovery-image] Oct 22 00:30:10.123 INFO O| Oct 22 00:30:10.123 INFO STEP 198 (remove_files) COMPLETE
47572024-10-22T00:30:11.733Z[ recovery-image] Oct 22 00:30:10.123 INFO O| Oct 22 00:30:10.123 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-22T00:30:11.752Z[ recovery-image] Oct 22 00:30:10.141 INFO O| Oct 22 00:30:10.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47592024-10-22T00:30:11.752Z[ recovery-image] Oct 22 00:30:10.141 INFO O| Oct 22 00:30:10.141 INFO STEP 199 (remove_files) COMPLETE
47602024-10-22T00:30:11.754Z[ recovery-image] Oct 22 00:30:10.142 INFO O| Oct 22 00:30:10.141 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-22T00:30:11.770Z[ recovery-image] Oct 22 00:30:10.160 INFO O| Oct 22 00:30:10.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47622024-10-22T00:30:11.770Z[ recovery-image] Oct 22 00:30:10.160 INFO O| Oct 22 00:30:10.160 INFO STEP 200 (remove_files) COMPLETE
47632024-10-22T00:30:11.772Z[ recovery-image] Oct 22 00:30:10.160 INFO O| Oct 22 00:30:10.160 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-22T00:30:11.787Z[ recovery-image] Oct 22 00:30:10.177 INFO O| Oct 22 00:30:10.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47652024-10-22T00:30:11.787Z[ recovery-image] Oct 22 00:30:10.177 INFO O| Oct 22 00:30:10.177 INFO STEP 201 (remove_files) COMPLETE
47662024-10-22T00:30:11.789Z[ recovery-image] Oct 22 00:30:10.177 INFO O| Oct 22 00:30:10.177 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-22T00:30:11.805Z[ recovery-image] Oct 22 00:30:10.195 INFO O| Oct 22 00:30:10.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47682024-10-22T00:30:11.805Z[ recovery-image] Oct 22 00:30:10.195 INFO O| Oct 22 00:30:10.195 INFO STEP 202 (remove_files) COMPLETE
47692024-10-22T00:30:11.807Z[ recovery-image] Oct 22 00:30:10.195 INFO O| Oct 22 00:30:10.195 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-22T00:30:11.822Z[ recovery-image] Oct 22 00:30:10.212 INFO O| Oct 22 00:30:10.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47712024-10-22T00:30:11.822Z[ recovery-image] Oct 22 00:30:10.212 INFO O| Oct 22 00:30:10.212 INFO STEP 203 (remove_files) COMPLETE
47722024-10-22T00:30:11.824Z[ recovery-image] Oct 22 00:30:10.212 INFO O| Oct 22 00:30:10.212 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-22T00:30:11.840Z[ recovery-image] Oct 22 00:30:10.230 INFO O| Oct 22 00:30:10.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47742024-10-22T00:30:11.840Z[ recovery-image] Oct 22 00:30:10.230 INFO O| Oct 22 00:30:10.230 INFO STEP 204 (remove_files) COMPLETE
47752024-10-22T00:30:11.840Z[ recovery-image] Oct 22 00:30:10.230 INFO O| Oct 22 00:30:10.230 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-22T00:30:11.858Z[ recovery-image] Oct 22 00:30:10.247 INFO O| Oct 22 00:30:10.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47772024-10-22T00:30:11.858Z[ recovery-image] Oct 22 00:30:10.248 INFO O| Oct 22 00:30:10.248 INFO STEP 205 (remove_files) COMPLETE
47782024-10-22T00:30:11.860Z[ recovery-image] Oct 22 00:30:10.248 INFO O| Oct 22 00:30:10.248 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-22T00:30:11.874Z[ recovery-image] Oct 22 00:30:10.264 INFO O| Oct 22 00:30:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47802024-10-22T00:30:11.875Z[ recovery-image] Oct 22 00:30:10.264 INFO O| Oct 22 00:30:10.264 INFO STEP 206 (remove_files) COMPLETE
47812024-10-22T00:30:11.877Z[ recovery-image] Oct 22 00:30:10.265 INFO O| Oct 22 00:30:10.264 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-10-22T00:30:11.892Z[ recovery-image] Oct 22 00:30:10.282 INFO O| Oct 22 00:30:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47832024-10-22T00:30:11.892Z[ recovery-image] Oct 22 00:30:10.282 INFO O| Oct 22 00:30:10.282 INFO STEP 207 (remove_files) COMPLETE
47842024-10-22T00:30:11.895Z[ recovery-image] Oct 22 00:30:10.282 INFO O| Oct 22 00:30:10.282 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-10-22T00:30:11.910Z[ recovery-image] Oct 22 00:30:10.299 INFO O| Oct 22 00:30:10.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47862024-10-22T00:30:11.910Z[ recovery-image] Oct 22 00:30:10.299 INFO O| Oct 22 00:30:10.299 INFO STEP 208 (remove_files) COMPLETE
47872024-10-22T00:30:11.912Z[ recovery-image] Oct 22 00:30:10.300 INFO O| Oct 22 00:30:10.299 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-10-22T00:30:11.928Z[ recovery-image] Oct 22 00:30:10.317 INFO O| Oct 22 00:30:10.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47892024-10-22T00:30:11.928Z[ recovery-image] Oct 22 00:30:10.317 INFO O| Oct 22 00:30:10.317 INFO STEP 209 (remove_files) COMPLETE
47902024-10-22T00:30:11.928Z[ recovery-image] Oct 22 00:30:10.317 INFO O| Oct 22 00:30:10.317 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-10-22T00:30:11.944Z[ recovery-image] Oct 22 00:30:10.334 INFO O| Oct 22 00:30:10.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47922024-10-22T00:30:11.945Z[ recovery-image] Oct 22 00:30:10.334 INFO O| Oct 22 00:30:10.334 INFO STEP 210 (remove_files) COMPLETE
47932024-10-22T00:30:11.947Z[ recovery-image] Oct 22 00:30:10.335 INFO O| Oct 22 00:30:10.334 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-10-22T00:30:11.963Z[ recovery-image] Oct 22 00:30:10.352 INFO O| Oct 22 00:30:10.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47952024-10-22T00:30:11.963Z[ recovery-image] Oct 22 00:30:10.352 INFO O| Oct 22 00:30:10.352 INFO STEP 211 (remove_files) COMPLETE
47962024-10-22T00:30:11.963Z[ recovery-image] Oct 22 00:30:10.352 INFO O| Oct 22 00:30:10.352 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-10-22T00:30:11.981Z[ recovery-image] Oct 22 00:30:10.370 INFO O| Oct 22 00:30:10.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47982024-10-22T00:30:11.981Z[ recovery-image] Oct 22 00:30:10.371 INFO O| Oct 22 00:30:10.370 INFO STEP 212 (remove_files) COMPLETE
47992024-10-22T00:30:11.983Z[ recovery-image] Oct 22 00:30:10.371 INFO O| Oct 22 00:30:10.370 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-10-22T00:30:12.023Z[ recovery-image] Oct 22 00:30:10.413 INFO O| Oct 22 00:30:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
48012024-10-22T00:30:12.026Z[ recovery-image] Oct 22 00:30:10.413 INFO O| Oct 22 00:30:10.413 INFO STEP 213 (remove_files) COMPLETE
48022024-10-22T00:30:12.026Z[ recovery-image] Oct 22 00:30:10.413 INFO O| Oct 22 00:30:10.413 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-22T00:30:12.106Z[ recovery-image] Oct 22 00:30:10.496 INFO O| Oct 22 00:30:10.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48042024-10-22T00:30:12.106Z[ recovery-image] Oct 22 00:30:10.496 INFO O| Oct 22 00:30:10.496 INFO STEP 214 (remove_files) COMPLETE
48052024-10-22T00:30:12.107Z[ recovery-image] Oct 22 00:30:10.496 INFO O| Oct 22 00:30:10.496 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-22T00:30:12.158Z[ recovery-image] Oct 22 00:30:10.548 INFO O| Oct 22 00:30:10.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48072024-10-22T00:30:12.158Z[ recovery-image] Oct 22 00:30:10.548 INFO O| Oct 22 00:30:10.548 INFO STEP 215 (remove_files) COMPLETE
48082024-10-22T00:30:12.158Z[ recovery-image] Oct 22 00:30:10.548 INFO O| Oct 22 00:30:10.548 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-22T00:30:12.206Z[ recovery-image] Oct 22 00:30:10.595 INFO O| Oct 22 00:30:10.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48102024-10-22T00:30:12.206Z[ recovery-image] Oct 22 00:30:10.596 INFO O| Oct 22 00:30:10.595 INFO STEP 216 (remove_files) COMPLETE
48112024-10-22T00:30:12.208Z[ recovery-image] Oct 22 00:30:10.596 INFO O| Oct 22 00:30:10.596 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-22T00:30:12.241Z[ recovery-image] Oct 22 00:30:10.630 INFO O| Oct 22 00:30:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48132024-10-22T00:30:12.241Z[ recovery-image] Oct 22 00:30:10.630 INFO O| Oct 22 00:30:10.630 INFO STEP 217 (remove_files) COMPLETE
48142024-10-22T00:30:12.241Z[ recovery-image] Oct 22 00:30:10.631 INFO O| Oct 22 00:30:10.630 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-22T00:30:12.259Z[ recovery-image] Oct 22 00:30:10.648 INFO O| Oct 22 00:30:10.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48162024-10-22T00:30:12.259Z[ recovery-image] Oct 22 00:30:10.649 INFO O| Oct 22 00:30:10.648 INFO STEP 218 (remove_files) COMPLETE
48172024-10-22T00:30:12.261Z[ recovery-image] Oct 22 00:30:10.649 INFO O| Oct 22 00:30:10.648 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-22T00:30:12.277Z[ recovery-image] Oct 22 00:30:10.667 INFO O| Oct 22 00:30:10.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48192024-10-22T00:30:12.279Z[ recovery-image] Oct 22 00:30:10.667 INFO O| Oct 22 00:30:10.667 INFO STEP 219 (remove_files) COMPLETE
48202024-10-22T00:30:12.279Z[ recovery-image] Oct 22 00:30:10.667 INFO O| Oct 22 00:30:10.667 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-22T00:30:12.295Z[ recovery-image] Oct 22 00:30:10.685 INFO O| Oct 22 00:30:10.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48222024-10-22T00:30:12.295Z[ recovery-image] Oct 22 00:30:10.685 INFO O| Oct 22 00:30:10.685 INFO STEP 220 (remove_files) COMPLETE
48232024-10-22T00:30:12.298Z[ recovery-image] Oct 22 00:30:10.685 INFO O| Oct 22 00:30:10.685 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-22T00:30:12.314Z[ recovery-image] Oct 22 00:30:10.704 INFO O| Oct 22 00:30:10.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48252024-10-22T00:30:12.314Z[ recovery-image] Oct 22 00:30:10.704 INFO O| Oct 22 00:30:10.704 INFO STEP 221 (remove_files) COMPLETE
48262024-10-22T00:30:12.316Z[ recovery-image] Oct 22 00:30:10.704 INFO O| Oct 22 00:30:10.704 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-10-22T00:30:12.343Z[ recovery-image] Oct 22 00:30:10.732 INFO O| Oct 22 00:30:10.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48282024-10-22T00:30:12.347Z[ recovery-image] Oct 22 00:30:10.737 INFO O| Oct 22 00:30:10.732 INFO STEP 222 (remove_files) COMPLETE
48292024-10-22T00:30:12.347Z[ recovery-image] Oct 22 00:30:10.737 INFO O| Oct 22 00:30:10.733 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-10-22T00:30:12.375Z[ recovery-image] Oct 22 00:30:10.764 INFO O| Oct 22 00:30:10.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48312024-10-22T00:30:12.375Z[ recovery-image] Oct 22 00:30:10.765 INFO O| Oct 22 00:30:10.765 INFO STEP 223 (remove_files) COMPLETE
48322024-10-22T00:30:12.377Z[ recovery-image] Oct 22 00:30:10.765 INFO O| Oct 22 00:30:10.765 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-10-22T00:30:12.400Z[ recovery-image] Oct 22 00:30:10.790 INFO O| Oct 22 00:30:10.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48342024-10-22T00:30:12.400Z[ recovery-image] Oct 22 00:30:10.790 INFO O| Oct 22 00:30:10.790 INFO STEP 224 (remove_files) COMPLETE
48352024-10-22T00:30:12.403Z[ recovery-image] Oct 22 00:30:10.790 INFO O| Oct 22 00:30:10.790 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-10-22T00:30:12.450Z[ recovery-image] Oct 22 00:30:10.840 INFO O| Oct 22 00:30:10.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48372024-10-22T00:30:12.450Z[ recovery-image] Oct 22 00:30:10.840 INFO O| Oct 22 00:30:10.840 INFO STEP 225 (remove_files) COMPLETE
48382024-10-22T00:30:12.453Z[ recovery-image] Oct 22 00:30:10.840 INFO O| Oct 22 00:30:10.840 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-10-22T00:30:12.486Z[ recovery-image] Oct 22 00:30:10.875 INFO O| Oct 22 00:30:10.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48402024-10-22T00:30:12.486Z[ recovery-image] Oct 22 00:30:10.875 INFO O| Oct 22 00:30:10.875 INFO STEP 226 (remove_files) COMPLETE
48412024-10-22T00:30:12.488Z[ recovery-image] Oct 22 00:30:10.875 INFO O| Oct 22 00:30:10.875 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-10-22T00:30:12.522Z[ recovery-image] Oct 22 00:30:10.912 INFO O| Oct 22 00:30:10.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48432024-10-22T00:30:12.522Z[ recovery-image] Oct 22 00:30:10.912 INFO O| Oct 22 00:30:10.912 INFO STEP 227 (remove_files) COMPLETE
48442024-10-22T00:30:12.522Z[ recovery-image] Oct 22 00:30:10.912 INFO O| Oct 22 00:30:10.912 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-10-22T00:30:12.540Z[ recovery-image] Oct 22 00:30:10.929 INFO O| Oct 22 00:30:10.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48462024-10-22T00:30:12.542Z[ recovery-image] Oct 22 00:30:10.930 INFO O| Oct 22 00:30:10.930 INFO STEP 228 (remove_files) COMPLETE
48472024-10-22T00:30:12.542Z[ recovery-image] Oct 22 00:30:10.930 INFO O| Oct 22 00:30:10.930 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-10-22T00:30:12.572Z[ recovery-image] Oct 22 00:30:10.962 INFO O| Oct 22 00:30:10.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48492024-10-22T00:30:12.572Z[ recovery-image] Oct 22 00:30:10.962 INFO O| Oct 22 00:30:10.962 INFO STEP 229 (remove_files) COMPLETE
48502024-10-22T00:30:12.575Z[ recovery-image] Oct 22 00:30:10.962 INFO O| Oct 22 00:30:10.962 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-10-22T00:30:12.589Z[ recovery-image] Oct 22 00:30:10.979 INFO O| Oct 22 00:30:10.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48522024-10-22T00:30:12.590Z[ recovery-image] Oct 22 00:30:10.979 INFO O| Oct 22 00:30:10.979 INFO STEP 230 (remove_files) COMPLETE
48532024-10-22T00:30:12.592Z[ recovery-image] Oct 22 00:30:10.979 INFO O| Oct 22 00:30:10.979 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-10-22T00:30:12.607Z[ recovery-image] Oct 22 00:30:10.996 INFO O| Oct 22 00:30:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48552024-10-22T00:30:12.607Z[ recovery-image] Oct 22 00:30:10.996 INFO O| Oct 22 00:30:10.996 INFO STEP 231 (remove_files) COMPLETE
48562024-10-22T00:30:12.609Z[ recovery-image] Oct 22 00:30:10.997 INFO O| Oct 22 00:30:10.996 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-10-22T00:30:12.625Z[ recovery-image] Oct 22 00:30:11.015 INFO O| Oct 22 00:30:11.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48582024-10-22T00:30:12.625Z[ recovery-image] Oct 22 00:30:11.015 INFO O| Oct 22 00:30:11.015 INFO STEP 232 (remove_files) COMPLETE
48592024-10-22T00:30:12.628Z[ recovery-image] Oct 22 00:30:11.015 INFO O| Oct 22 00:30:11.015 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-10-22T00:30:12.643Z[ recovery-image] Oct 22 00:30:11.032 INFO O| Oct 22 00:30:11.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48612024-10-22T00:30:12.643Z[ recovery-image] Oct 22 00:30:11.032 INFO O| Oct 22 00:30:11.032 INFO STEP 233 (remove_files) COMPLETE
48622024-10-22T00:30:12.643Z[ recovery-image] Oct 22 00:30:11.033 INFO O| Oct 22 00:30:11.032 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-10-22T00:30:12.661Z[ recovery-image] Oct 22 00:30:11.051 INFO O| Oct 22 00:30:11.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48642024-10-22T00:30:12.661Z[ recovery-image] Oct 22 00:30:11.051 INFO O| Oct 22 00:30:11.051 INFO STEP 234 (remove_files) COMPLETE
48652024-10-22T00:30:12.662Z[ recovery-image] Oct 22 00:30:11.051 INFO O| Oct 22 00:30:11.051 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-10-22T00:30:12.681Z[ recovery-image] Oct 22 00:30:11.071 INFO O| Oct 22 00:30:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48672024-10-22T00:30:12.681Z[ recovery-image] Oct 22 00:30:11.071 INFO O| Oct 22 00:30:11.071 INFO STEP 235 (remove_files) COMPLETE
48682024-10-22T00:30:12.681Z[ recovery-image] Oct 22 00:30:11.071 INFO O| Oct 22 00:30:11.071 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-10-22T00:30:12.721Z[ recovery-image] Oct 22 00:30:11.111 INFO O| Oct 22 00:30:11.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48702024-10-22T00:30:12.722Z[ recovery-image] Oct 22 00:30:11.111 INFO O| Oct 22 00:30:11.111 INFO STEP 236 (remove_files) COMPLETE
48712024-10-22T00:30:12.722Z[ recovery-image] Oct 22 00:30:11.111 INFO O| Oct 22 00:30:11.111 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-10-22T00:30:12.776Z[ recovery-image] Oct 22 00:30:11.166 INFO O| Oct 22 00:30:11.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48732024-10-22T00:30:12.778Z[ recovery-image] Oct 22 00:30:11.166 INFO O| Oct 22 00:30:11.166 INFO STEP 237 (remove_files) COMPLETE
48742024-10-22T00:30:12.778Z[ recovery-image] Oct 22 00:30:11.166 INFO O| Oct 22 00:30:11.166 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-10-22T00:30:12.795Z[ recovery-image] Oct 22 00:30:11.184 INFO O| Oct 22 00:30:11.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48762024-10-22T00:30:12.795Z[ recovery-image] Oct 22 00:30:11.184 INFO O| Oct 22 00:30:11.184 INFO STEP 238 (remove_files) COMPLETE
48772024-10-22T00:30:12.795Z[ recovery-image] Oct 22 00:30:11.184 INFO O| Oct 22 00:30:11.184 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-10-22T00:30:12.812Z[ recovery-image] Oct 22 00:30:11.202 INFO O| Oct 22 00:30:11.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48792024-10-22T00:30:12.813Z[ recovery-image] Oct 22 00:30:11.202 INFO O| Oct 22 00:30:11.202 INFO STEP 239 (remove_files) COMPLETE
48802024-10-22T00:30:12.813Z[ recovery-image] Oct 22 00:30:11.202 INFO O| Oct 22 00:30:11.202 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-10-22T00:30:12.838Z[ recovery-image] Oct 22 00:30:11.228 INFO O| Oct 22 00:30:11.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48822024-10-22T00:30:12.838Z[ recovery-image] Oct 22 00:30:11.228 INFO O| Oct 22 00:30:11.228 INFO STEP 240 (remove_files) COMPLETE
48832024-10-22T00:30:12.840Z[ recovery-image] Oct 22 00:30:11.228 INFO O| Oct 22 00:30:11.228 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-10-22T00:30:12.870Z[ recovery-image] Oct 22 00:30:11.260 INFO O| Oct 22 00:30:11.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48852024-10-22T00:30:12.873Z[ recovery-image] Oct 22 00:30:11.260 INFO O| Oct 22 00:30:11.260 INFO STEP 241 (remove_files) COMPLETE
48862024-10-22T00:30:12.873Z[ recovery-image] Oct 22 00:30:11.260 INFO O| Oct 22 00:30:11.260 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-10-22T00:30:12.889Z[ recovery-image] Oct 22 00:30:11.279 INFO O| Oct 22 00:30:11.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48882024-10-22T00:30:12.889Z[ recovery-image] Oct 22 00:30:11.279 INFO O| Oct 22 00:30:11.279 INFO STEP 242 (remove_files) COMPLETE
48892024-10-22T00:30:12.889Z[ recovery-image] Oct 22 00:30:11.279 INFO O| Oct 22 00:30:11.279 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-10-22T00:30:12.908Z[ recovery-image] Oct 22 00:30:11.297 INFO O| Oct 22 00:30:11.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48912024-10-22T00:30:12.908Z[ recovery-image] Oct 22 00:30:11.297 INFO O| Oct 22 00:30:11.297 INFO STEP 243 (remove_files) COMPLETE
48922024-10-22T00:30:12.908Z[ recovery-image] Oct 22 00:30:11.297 INFO O| Oct 22 00:30:11.297 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-10-22T00:30:12.925Z[ recovery-image] Oct 22 00:30:11.314 INFO O| Oct 22 00:30:11.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48942024-10-22T00:30:12.925Z[ recovery-image] Oct 22 00:30:11.314 INFO O| Oct 22 00:30:11.314 INFO STEP 244 (remove_files) COMPLETE
48952024-10-22T00:30:12.925Z[ recovery-image] Oct 22 00:30:11.314 INFO O| Oct 22 00:30:11.314 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-10-22T00:30:12.941Z[ recovery-image] Oct 22 00:30:11.330 INFO O| Oct 22 00:30:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48972024-10-22T00:30:12.941Z[ recovery-image] Oct 22 00:30:11.330 INFO O| Oct 22 00:30:11.330 INFO STEP 245 (remove_files) COMPLETE
48982024-10-22T00:30:12.941Z[ recovery-image] Oct 22 00:30:11.330 INFO O| Oct 22 00:30:11.330 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-10-22T00:30:12.956Z[ recovery-image] Oct 22 00:30:11.346 INFO O| Oct 22 00:30:11.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
49002024-10-22T00:30:12.956Z[ recovery-image] Oct 22 00:30:11.346 INFO O| Oct 22 00:30:11.346 INFO STEP 246 (remove_files) COMPLETE
49012024-10-22T00:30:12.956Z[ recovery-image] Oct 22 00:30:11.346 INFO O| Oct 22 00:30:11.346 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-10-22T00:30:12.974Z[ recovery-image] Oct 22 00:30:11.363 INFO O| Oct 22 00:30:11.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49032024-10-22T00:30:12.974Z[ recovery-image] Oct 22 00:30:11.364 INFO O| Oct 22 00:30:11.363 INFO STEP 247 (remove_files) COMPLETE
49042024-10-22T00:30:12.974Z[ recovery-image] Oct 22 00:30:11.364 INFO O| Oct 22 00:30:11.363 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-10-22T00:30:12.991Z[ recovery-image] Oct 22 00:30:11.381 INFO O| Oct 22 00:30:11.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49062024-10-22T00:30:13.007Z[ recovery-image] Oct 22 00:30:11.396 INFO O| Oct 22 00:30:11.396 INFO STEP 248 (remove_files) COMPLETE
49072024-10-22T00:30:13.007Z[ recovery-image] Oct 22 00:30:11.396 INFO O| Oct 22 00:30:11.396 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-10-22T00:30:13.066Z[ recovery-image] Oct 22 00:30:11.456 INFO O| Oct 22 00:30:11.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49092024-10-22T00:30:13.067Z[ recovery-image] Oct 22 00:30:11.456 INFO O| Oct 22 00:30:11.456 INFO STEP 249 (remove_files) COMPLETE
49102024-10-22T00:30:13.067Z[ recovery-image] Oct 22 00:30:11.456 INFO O| Oct 22 00:30:11.456 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-10-22T00:30:13.087Z[ recovery-image] Oct 22 00:30:11.476 INFO O| Oct 22 00:30:11.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49122024-10-22T00:30:13.087Z[ recovery-image] Oct 22 00:30:11.476 INFO O| Oct 22 00:30:11.476 INFO STEP 250 (remove_files) COMPLETE
49132024-10-22T00:30:13.089Z[ recovery-image] Oct 22 00:30:11.476 INFO O| Oct 22 00:30:11.476 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-10-22T00:30:13.104Z[ recovery-image] Oct 22 00:30:11.494 INFO O| Oct 22 00:30:11.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49152024-10-22T00:30:13.105Z[ recovery-image] Oct 22 00:30:11.494 INFO O| Oct 22 00:30:11.494 INFO STEP 251 (remove_files) COMPLETE
49162024-10-22T00:30:13.107Z[ recovery-image] Oct 22 00:30:11.494 INFO O| Oct 22 00:30:11.494 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-10-22T00:30:13.122Z[ recovery-image] Oct 22 00:30:11.512 INFO O| Oct 22 00:30:11.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49182024-10-22T00:30:13.122Z[ recovery-image] Oct 22 00:30:11.512 INFO O| Oct 22 00:30:11.512 INFO STEP 252 (remove_files) COMPLETE
49192024-10-22T00:30:13.122Z[ recovery-image] Oct 22 00:30:11.512 INFO O| Oct 22 00:30:11.512 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-10-22T00:30:13.140Z[ recovery-image] Oct 22 00:30:11.530 INFO O| Oct 22 00:30:11.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49212024-10-22T00:30:13.140Z[ recovery-image] Oct 22 00:30:11.530 INFO O| Oct 22 00:30:11.530 INFO STEP 253 (remove_files) COMPLETE
49222024-10-22T00:30:13.140Z[ recovery-image] Oct 22 00:30:11.530 INFO O| Oct 22 00:30:11.530 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-10-22T00:30:13.159Z[ recovery-image] Oct 22 00:30:11.548 INFO O| Oct 22 00:30:11.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49242024-10-22T00:30:13.159Z[ recovery-image] Oct 22 00:30:11.548 INFO O| Oct 22 00:30:11.548 INFO STEP 254 (remove_files) COMPLETE
49252024-10-22T00:30:13.159Z[ recovery-image] Oct 22 00:30:11.548 INFO O| Oct 22 00:30:11.548 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-10-22T00:30:13.178Z[ recovery-image] Oct 22 00:30:11.567 INFO O| Oct 22 00:30:11.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49272024-10-22T00:30:13.178Z[ recovery-image] Oct 22 00:30:11.567 INFO O| Oct 22 00:30:11.567 INFO STEP 255 (remove_files) COMPLETE
49282024-10-22T00:30:13.187Z[ recovery-image] Oct 22 00:30:11.567 INFO O| Oct 22 00:30:11.567 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-10-22T00:30:13.196Z[ recovery-image] Oct 22 00:30:11.585 INFO O| Oct 22 00:30:11.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49302024-10-22T00:30:13.196Z[ recovery-image] Oct 22 00:30:11.586 INFO O| Oct 22 00:30:11.586 INFO STEP 256 (remove_files) COMPLETE
49312024-10-22T00:30:13.198Z[ recovery-image] Oct 22 00:30:11.586 INFO O| Oct 22 00:30:11.586 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-10-22T00:30:13.215Z[ recovery-image] Oct 22 00:30:11.604 INFO O| Oct 22 00:30:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49332024-10-22T00:30:13.215Z[ recovery-image] Oct 22 00:30:11.604 INFO O| Oct 22 00:30:11.604 INFO STEP 257 (remove_files) COMPLETE
49342024-10-22T00:30:13.215Z[ recovery-image] Oct 22 00:30:11.604 INFO O| Oct 22 00:30:11.604 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-10-22T00:30:13.232Z[ recovery-image] Oct 22 00:30:11.622 INFO O| Oct 22 00:30:11.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49362024-10-22T00:30:13.232Z[ recovery-image] Oct 22 00:30:11.622 INFO O| Oct 22 00:30:11.622 INFO STEP 258 (remove_files) COMPLETE
49372024-10-22T00:30:13.235Z[ recovery-image] Oct 22 00:30:11.622 INFO O| Oct 22 00:30:11.622 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-10-22T00:30:13.252Z[ recovery-image] Oct 22 00:30:11.641 INFO O| Oct 22 00:30:11.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49392024-10-22T00:30:13.252Z[ recovery-image] Oct 22 00:30:11.641 INFO O| Oct 22 00:30:11.641 INFO STEP 259 (remove_files) COMPLETE
49402024-10-22T00:30:13.252Z[ recovery-image] Oct 22 00:30:11.641 INFO O| Oct 22 00:30:11.641 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-10-22T00:30:13.274Z[ recovery-image] Oct 22 00:30:11.663 INFO O| Oct 22 00:30:11.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49422024-10-22T00:30:13.274Z[ recovery-image] Oct 22 00:30:11.663 INFO O| Oct 22 00:30:11.663 INFO STEP 260 (remove_files) COMPLETE
49432024-10-22T00:30:13.274Z[ recovery-image] Oct 22 00:30:11.663 INFO O| Oct 22 00:30:11.663 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-10-22T00:30:13.294Z[ recovery-image] Oct 22 00:30:11.683 INFO O| Oct 22 00:30:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49452024-10-22T00:30:13.294Z[ recovery-image] Oct 22 00:30:11.683 INFO O| Oct 22 00:30:11.683 INFO STEP 261 (remove_files) COMPLETE
49462024-10-22T00:30:13.294Z[ recovery-image] Oct 22 00:30:11.683 INFO O| Oct 22 00:30:11.683 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-10-22T00:30:13.318Z[ recovery-image] Oct 22 00:30:11.707 INFO O| Oct 22 00:30:11.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49482024-10-22T00:30:13.318Z[ recovery-image] Oct 22 00:30:11.707 INFO O| Oct 22 00:30:11.707 INFO STEP 262 (remove_files) COMPLETE
49492024-10-22T00:30:13.318Z[ recovery-image] Oct 22 00:30:11.707 INFO O| Oct 22 00:30:11.707 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-10-22T00:30:13.364Z[ recovery-image] Oct 22 00:30:11.754 INFO O| Oct 22 00:30:11.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49512024-10-22T00:30:13.364Z[ recovery-image] Oct 22 00:30:11.754 INFO O| Oct 22 00:30:11.754 INFO STEP 263 (remove_files) COMPLETE
49522024-10-22T00:30:13.367Z[ recovery-image] Oct 22 00:30:11.754 INFO O| Oct 22 00:30:11.754 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-10-22T00:30:13.381Z[ recovery-image] Oct 22 00:30:11.770 INFO O| Oct 22 00:30:11.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49542024-10-22T00:30:13.381Z[ recovery-image] Oct 22 00:30:11.770 INFO O| Oct 22 00:30:11.770 INFO STEP 264 (remove_files) COMPLETE
49552024-10-22T00:30:13.381Z[ recovery-image] Oct 22 00:30:11.771 INFO O| Oct 22 00:30:11.770 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-10-22T00:30:13.408Z[ recovery-image] Oct 22 00:30:11.798 INFO O| Oct 22 00:30:11.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49572024-10-22T00:30:13.408Z[ recovery-image] Oct 22 00:30:11.798 INFO O| Oct 22 00:30:11.798 INFO STEP 265 (remove_files) COMPLETE
49582024-10-22T00:30:13.411Z[ recovery-image] Oct 22 00:30:11.798 INFO O| Oct 22 00:30:11.798 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-10-22T00:30:13.426Z[ recovery-image] Oct 22 00:30:11.815 INFO O| Oct 22 00:30:11.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49602024-10-22T00:30:13.426Z[ recovery-image] Oct 22 00:30:11.815 INFO O| Oct 22 00:30:11.815 INFO STEP 266 (remove_files) COMPLETE
49612024-10-22T00:30:13.426Z[ recovery-image] Oct 22 00:30:11.815 INFO O| Oct 22 00:30:11.815 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-10-22T00:30:13.441Z[ recovery-image] Oct 22 00:30:11.830 INFO O| Oct 22 00:30:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49632024-10-22T00:30:13.441Z[ recovery-image] Oct 22 00:30:11.830 INFO O| Oct 22 00:30:11.830 INFO STEP 267 (remove_files) COMPLETE
49642024-10-22T00:30:13.441Z[ recovery-image] Oct 22 00:30:11.830 INFO O| Oct 22 00:30:11.830 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-10-22T00:30:13.458Z[ recovery-image] Oct 22 00:30:11.847 INFO O| Oct 22 00:30:11.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49662024-10-22T00:30:13.458Z[ recovery-image] Oct 22 00:30:11.847 INFO O| Oct 22 00:30:11.847 INFO STEP 268 (remove_files) COMPLETE
49672024-10-22T00:30:13.460Z[ recovery-image] Oct 22 00:30:11.848 INFO O| Oct 22 00:30:11.847 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-10-22T00:30:13.476Z[ recovery-image] Oct 22 00:30:11.865 INFO O| Oct 22 00:30:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49692024-10-22T00:30:13.476Z[ recovery-image] Oct 22 00:30:11.865 INFO O| Oct 22 00:30:11.865 INFO STEP 269 (remove_files) COMPLETE
49702024-10-22T00:30:13.476Z[ recovery-image] Oct 22 00:30:11.865 INFO O| Oct 22 00:30:11.865 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-10-22T00:30:13.491Z[ recovery-image] Oct 22 00:30:11.881 INFO O| Oct 22 00:30:11.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49722024-10-22T00:30:13.491Z[ recovery-image] Oct 22 00:30:11.881 INFO O| Oct 22 00:30:11.881 INFO STEP 270 (remove_files) COMPLETE
49732024-10-22T00:30:13.494Z[ recovery-image] Oct 22 00:30:11.881 INFO O| Oct 22 00:30:11.881 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-10-22T00:30:13.507Z[ recovery-image] Oct 22 00:30:11.897 INFO O| Oct 22 00:30:11.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49752024-10-22T00:30:13.507Z[ recovery-image] Oct 22 00:30:11.897 INFO O| Oct 22 00:30:11.897 INFO STEP 271 (remove_files) COMPLETE
49762024-10-22T00:30:13.509Z[ recovery-image] Oct 22 00:30:11.897 INFO O| Oct 22 00:30:11.897 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-10-22T00:30:13.522Z[ recovery-image] Oct 22 00:30:11.912 INFO O| Oct 22 00:30:11.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49782024-10-22T00:30:13.522Z[ recovery-image] Oct 22 00:30:11.912 INFO O| Oct 22 00:30:11.912 INFO STEP 272 (remove_files) COMPLETE
49792024-10-22T00:30:13.522Z[ recovery-image] Oct 22 00:30:11.912 INFO O| Oct 22 00:30:11.912 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-10-22T00:30:13.569Z[ recovery-image] Oct 22 00:30:11.958 INFO O| Oct 22 00:30:11.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49812024-10-22T00:30:13.571Z[ recovery-image] Oct 22 00:30:11.959 INFO O| Oct 22 00:30:11.959 INFO STEP 273 (remove_files) COMPLETE
49822024-10-22T00:30:13.571Z[ recovery-image] Oct 22 00:30:11.959 INFO O| Oct 22 00:30:11.959 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-10-22T00:30:13.617Z[ recovery-image] Oct 22 00:30:12.007 INFO O| Oct 22 00:30:12.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49842024-10-22T00:30:13.617Z[ recovery-image] Oct 22 00:30:12.007 INFO O| Oct 22 00:30:12.007 INFO STEP 274 (remove_files) COMPLETE
49852024-10-22T00:30:13.620Z[ recovery-image] Oct 22 00:30:12.007 INFO O| Oct 22 00:30:12.007 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-10-22T00:30:13.635Z[ recovery-image] Oct 22 00:30:12.025 INFO O| Oct 22 00:30:12.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49872024-10-22T00:30:13.638Z[ recovery-image] Oct 22 00:30:12.025 INFO O| Oct 22 00:30:12.025 INFO STEP 275 (remove_files) COMPLETE
49882024-10-22T00:30:13.638Z[ recovery-image] Oct 22 00:30:12.025 INFO O| Oct 22 00:30:12.025 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-10-22T00:30:13.653Z[ recovery-image] Oct 22 00:30:12.042 INFO O| Oct 22 00:30:12.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49902024-10-22T00:30:13.655Z[ recovery-image] Oct 22 00:30:12.043 INFO O| Oct 22 00:30:12.042 INFO STEP 276 (remove_files) COMPLETE
49912024-10-22T00:30:13.655Z[ recovery-image] Oct 22 00:30:12.043 INFO O| Oct 22 00:30:12.043 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-10-22T00:30:13.674Z[ recovery-image] Oct 22 00:30:12.062 INFO O| Oct 22 00:30:12.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49932024-10-22T00:30:13.677Z[ recovery-image] Oct 22 00:30:12.064 INFO O| Oct 22 00:30:12.064 INFO STEP 277 (remove_files) COMPLETE
49942024-10-22T00:30:13.677Z[ recovery-image] Oct 22 00:30:12.064 INFO O| Oct 22 00:30:12.064 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-10-22T00:30:13.677Z[ host-image] Oct 22 00:30:12.066 INFO O| Oct 22 00:30:12.066 INFO O| Download: 1083/1140 items 5.1/8.4MB 60% complete (893k/s)
49962024-10-22T00:30:13.721Z[ recovery-image] Oct 22 00:30:12.111 INFO O| Oct 22 00:30:12.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49972024-10-22T00:30:13.724Z[ recovery-image] Oct 22 00:30:12.111 INFO O| Oct 22 00:30:12.111 INFO STEP 278 (remove_files) COMPLETE
49982024-10-22T00:30:13.724Z[ recovery-image] Oct 22 00:30:12.112 INFO O| Oct 22 00:30:12.112 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-22T00:30:13.793Z[ recovery-image] Oct 22 00:30:12.183 INFO O| Oct 22 00:30:12.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
50002024-10-22T00:30:13.793Z[ recovery-image] Oct 22 00:30:12.183 INFO O| Oct 22 00:30:12.183 INFO STEP 279 (remove_files) COMPLETE
50012024-10-22T00:30:13.796Z[ recovery-image] Oct 22 00:30:12.183 INFO O| Oct 22 00:30:12.183 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-22T00:30:13.812Z[ recovery-image] Oct 22 00:30:12.201 INFO O| Oct 22 00:30:12.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50032024-10-22T00:30:13.814Z[ recovery-image] Oct 22 00:30:12.202 INFO O| Oct 22 00:30:12.202 INFO STEP 280 (remove_files) COMPLETE
50042024-10-22T00:30:13.814Z[ recovery-image] Oct 22 00:30:12.202 INFO O| Oct 22 00:30:12.202 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-22T00:30:13.829Z[ recovery-image] Oct 22 00:30:12.219 INFO O| Oct 22 00:30:12.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50062024-10-22T00:30:13.832Z[ recovery-image] Oct 22 00:30:12.219 INFO O| Oct 22 00:30:12.219 INFO STEP 281 (remove_files) COMPLETE
50072024-10-22T00:30:13.832Z[ recovery-image] Oct 22 00:30:12.219 INFO O| Oct 22 00:30:12.219 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-22T00:30:13.847Z[ recovery-image] Oct 22 00:30:12.237 INFO O| Oct 22 00:30:12.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50092024-10-22T00:30:13.850Z[ recovery-image] Oct 22 00:30:12.237 INFO O| Oct 22 00:30:12.237 INFO STEP 282 (remove_files) COMPLETE
50102024-10-22T00:30:13.850Z[ recovery-image] Oct 22 00:30:12.237 INFO O| Oct 22 00:30:12.237 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-22T00:30:13.867Z[ recovery-image] Oct 22 00:30:12.256 INFO O| Oct 22 00:30:12.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50122024-10-22T00:30:13.869Z[ recovery-image] Oct 22 00:30:12.257 INFO O| Oct 22 00:30:12.257 INFO STEP 283 (remove_files) COMPLETE
50132024-10-22T00:30:13.869Z[ recovery-image] Oct 22 00:30:12.257 INFO O| Oct 22 00:30:12.257 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-22T00:30:13.906Z[ recovery-image] Oct 22 00:30:12.296 INFO O| Oct 22 00:30:12.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50152024-10-22T00:30:13.909Z[ recovery-image] Oct 22 00:30:12.296 INFO O| Oct 22 00:30:12.296 INFO STEP 284 (remove_files) COMPLETE
50162024-10-22T00:30:13.909Z[ recovery-image] Oct 22 00:30:12.296 INFO O| Oct 22 00:30:12.296 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-22T00:30:13.927Z[ recovery-image] Oct 22 00:30:12.315 INFO O| Oct 22 00:30:12.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50182024-10-22T00:30:13.927Z[ recovery-image] Oct 22 00:30:12.315 INFO O| Oct 22 00:30:12.315 INFO STEP 285 (remove_files) COMPLETE
50192024-10-22T00:30:13.927Z[ recovery-image] Oct 22 00:30:12.315 INFO O| Oct 22 00:30:12.315 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-22T00:30:13.944Z[ recovery-image] Oct 22 00:30:12.333 INFO O| Oct 22 00:30:12.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50212024-10-22T00:30:13.944Z[ recovery-image] Oct 22 00:30:12.333 INFO O| Oct 22 00:30:12.333 INFO STEP 286 (remove_files) COMPLETE
50222024-10-22T00:30:13.944Z[ recovery-image] Oct 22 00:30:12.333 INFO O| Oct 22 00:30:12.333 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-10-22T00:30:13.977Z[ recovery-image] Oct 22 00:30:12.367 INFO O| Oct 22 00:30:12.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50242024-10-22T00:30:13.997Z[ recovery-image] Oct 22 00:30:12.387 INFO O| Oct 22 00:30:12.387 INFO STEP 287 (remove_files) COMPLETE
50252024-10-22T00:30:13.997Z[ recovery-image] Oct 22 00:30:12.387 INFO O| Oct 22 00:30:12.387 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-10-22T00:30:14.030Z[ recovery-image] Oct 22 00:30:12.419 INFO O| Oct 22 00:30:12.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50272024-10-22T00:30:14.031Z[ recovery-image] Oct 22 00:30:12.419 INFO O| Oct 22 00:30:12.419 INFO STEP 288 (remove_files) COMPLETE
50282024-10-22T00:30:14.031Z[ recovery-image] Oct 22 00:30:12.419 INFO O| Oct 22 00:30:12.419 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-10-22T00:30:14.048Z[ recovery-image] Oct 22 00:30:12.438 INFO O| Oct 22 00:30:12.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50302024-10-22T00:30:14.048Z[ recovery-image] Oct 22 00:30:12.438 INFO O| Oct 22 00:30:12.438 INFO STEP 289 (remove_files) COMPLETE
50312024-10-22T00:30:14.051Z[ recovery-image] Oct 22 00:30:12.438 INFO O| Oct 22 00:30:12.438 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-10-22T00:30:14.065Z[ recovery-image] Oct 22 00:30:12.455 INFO O| Oct 22 00:30:12.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50332024-10-22T00:30:14.065Z[ recovery-image] Oct 22 00:30:12.455 INFO O| Oct 22 00:30:12.455 INFO STEP 290 (remove_files) COMPLETE
50342024-10-22T00:30:14.065Z[ recovery-image] Oct 22 00:30:12.455 INFO O| Oct 22 00:30:12.455 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-10-22T00:30:14.082Z[ recovery-image] Oct 22 00:30:12.470 INFO O| Oct 22 00:30:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50362024-10-22T00:30:14.087Z[ recovery-image] Oct 22 00:30:12.470 INFO O| Oct 22 00:30:12.470 INFO STEP 291 (remove_files) COMPLETE
50372024-10-22T00:30:14.090Z[ recovery-image] Oct 22 00:30:12.470 INFO O| Oct 22 00:30:12.470 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-10-22T00:30:14.098Z[ recovery-image] Oct 22 00:30:12.488 INFO O| Oct 22 00:30:12.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50392024-10-22T00:30:14.126Z[ recovery-image] Oct 22 00:30:12.516 INFO O| Oct 22 00:30:12.516 INFO STEP 292 (remove_files) COMPLETE
50402024-10-22T00:30:14.129Z[ recovery-image] Oct 22 00:30:12.516 INFO O| Oct 22 00:30:12.516 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-10-22T00:30:14.146Z[ recovery-image] Oct 22 00:30:12.536 INFO O| Oct 22 00:30:12.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50422024-10-22T00:30:14.149Z[ recovery-image] Oct 22 00:30:12.536 INFO O| Oct 22 00:30:12.536 INFO STEP 293 (remove_files) COMPLETE
50432024-10-22T00:30:14.149Z[ recovery-image] Oct 22 00:30:12.536 INFO O| Oct 22 00:30:12.536 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-10-22T00:30:14.164Z[ recovery-image] Oct 22 00:30:12.553 INFO O| Oct 22 00:30:12.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50452024-10-22T00:30:14.166Z[ recovery-image] Oct 22 00:30:12.554 INFO O| Oct 22 00:30:12.554 INFO STEP 294 (remove_files) COMPLETE
50462024-10-22T00:30:14.166Z[ recovery-image] Oct 22 00:30:12.554 INFO O| Oct 22 00:30:12.554 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-22T00:30:14.187Z[ recovery-image] Oct 22 00:30:12.577 INFO O| Oct 22 00:30:12.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50482024-10-22T00:30:14.187Z[ recovery-image] Oct 22 00:30:12.577 INFO O| Oct 22 00:30:12.577 INFO STEP 295 (remove_files) COMPLETE
50492024-10-22T00:30:14.190Z[ recovery-image] Oct 22 00:30:12.577 INFO O| Oct 22 00:30:12.577 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-22T00:30:14.236Z[ recovery-image] Oct 22 00:30:12.626 INFO O| Oct 22 00:30:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50512024-10-22T00:30:14.236Z[ recovery-image] Oct 22 00:30:12.626 INFO O| Oct 22 00:30:12.626 INFO STEP 296 (remove_files) COMPLETE
50522024-10-22T00:30:14.260Z[ recovery-image] Oct 22 00:30:12.626 INFO O| Oct 22 00:30:12.626 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-22T00:30:14.260Z[ recovery-image] Oct 22 00:30:12.643 INFO O| Oct 22 00:30:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50542024-10-22T00:30:14.260Z[ recovery-image] Oct 22 00:30:12.643 INFO O| Oct 22 00:30:12.643 INFO STEP 297 (remove_files) COMPLETE
50552024-10-22T00:30:14.263Z[ recovery-image] Oct 22 00:30:12.643 INFO O| Oct 22 00:30:12.643 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-22T00:30:14.269Z[ recovery-image] Oct 22 00:30:12.659 INFO O| Oct 22 00:30:12.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50572024-10-22T00:30:14.269Z[ recovery-image] Oct 22 00:30:12.659 INFO O| Oct 22 00:30:12.659 INFO STEP 298 (remove_files) COMPLETE
50582024-10-22T00:30:14.272Z[ recovery-image] Oct 22 00:30:12.660 INFO O| Oct 22 00:30:12.659 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-22T00:30:14.285Z[ recovery-image] Oct 22 00:30:12.675 INFO O| Oct 22 00:30:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50602024-10-22T00:30:14.288Z[ recovery-image] Oct 22 00:30:12.676 INFO O| Oct 22 00:30:12.675 INFO STEP 299 (remove_files) COMPLETE
50612024-10-22T00:30:14.288Z[ recovery-image] Oct 22 00:30:12.676 INFO O| Oct 22 00:30:12.676 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-22T00:30:14.302Z[ recovery-image] Oct 22 00:30:12.692 INFO O| Oct 22 00:30:12.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50632024-10-22T00:30:14.302Z[ recovery-image] Oct 22 00:30:12.692 INFO O| Oct 22 00:30:12.692 INFO STEP 300 (remove_files) COMPLETE
50642024-10-22T00:30:14.305Z[ recovery-image] Oct 22 00:30:12.692 INFO O| Oct 22 00:30:12.692 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-22T00:30:14.367Z[ recovery-image] Oct 22 00:30:12.757 INFO O| Oct 22 00:30:12.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50662024-10-22T00:30:14.367Z[ recovery-image] Oct 22 00:30:12.757 INFO O| Oct 22 00:30:12.757 INFO STEP 301 (remove_files) COMPLETE
50672024-10-22T00:30:14.367Z[ recovery-image] Oct 22 00:30:12.757 INFO O| Oct 22 00:30:12.757 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-22T00:30:14.388Z[ host-image] Oct 22 00:30:12.777 INFO O| Oct 22 00:30:12.777 INFO O| Download: Completed 8.42 MB in 5.76 seconds (1.5M/s)
50692024-10-22T00:30:14.397Z[ recovery-image] Oct 22 00:30:12.787 INFO O| Oct 22 00:30:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50702024-10-22T00:30:14.397Z[ recovery-image] Oct 22 00:30:12.787 INFO O| Oct 22 00:30:12.787 INFO STEP 302 (remove_files) COMPLETE
50712024-10-22T00:30:14.397Z[ recovery-image] Oct 22 00:30:12.787 INFO O| Oct 22 00:30:12.787 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-22T00:30:14.491Z[ recovery-image] Oct 22 00:30:12.844 INFO O| Oct 22 00:30:12.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50732024-10-22T00:30:14.492Z[ recovery-image] Oct 22 00:30:12.844 INFO O| Oct 22 00:30:12.844 INFO STEP 303 (remove_files) COMPLETE
50742024-10-22T00:30:14.492Z[ recovery-image] Oct 22 00:30:12.844 INFO O| Oct 22 00:30:12.844 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-22T00:30:14.492Z[ recovery-image] Oct 22 00:30:12.864 INFO O| Oct 22 00:30:12.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50762024-10-22T00:30:14.492Z[ recovery-image] Oct 22 00:30:12.864 INFO O| Oct 22 00:30:12.864 INFO STEP 304 (remove_files) COMPLETE
50772024-10-22T00:30:14.492Z[ recovery-image] Oct 22 00:30:12.864 INFO O| Oct 22 00:30:12.864 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-22T00:30:14.501Z[ recovery-image] Oct 22 00:30:12.882 INFO O| Oct 22 00:30:12.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50792024-10-22T00:30:14.501Z[ host-image] Oct 22 00:30:12.890 INFO O| Oct 22 00:30:12.890 INFO O| Actions: 1/1361 actions (Installing new actions)
50802024-10-22T00:30:14.501Z[ recovery-image] Oct 22 00:30:12.882 INFO O| Oct 22 00:30:12.882 INFO STEP 305 (remove_files) COMPLETE
50812024-10-22T00:30:14.504Z[ recovery-image] Oct 22 00:30:12.882 INFO O| Oct 22 00:30:12.882 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-22T00:30:14.511Z[ recovery-image] Oct 22 00:30:12.901 INFO O| Oct 22 00:30:12.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50832024-10-22T00:30:14.514Z[ recovery-image] Oct 22 00:30:12.901 INFO O| Oct 22 00:30:12.901 INFO STEP 306 (remove_files) COMPLETE
50842024-10-22T00:30:14.514Z[ recovery-image] Oct 22 00:30:12.901 INFO O| Oct 22 00:30:12.901 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-22T00:30:14.528Z[ recovery-image] Oct 22 00:30:12.918 INFO O| Oct 22 00:30:12.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50862024-10-22T00:30:14.528Z[ recovery-image] Oct 22 00:30:12.918 INFO O| Oct 22 00:30:12.918 INFO STEP 307 (remove_files) COMPLETE
50872024-10-22T00:30:14.531Z[ recovery-image] Oct 22 00:30:12.918 INFO O| Oct 22 00:30:12.918 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-22T00:30:14.545Z[ recovery-image] Oct 22 00:30:12.934 INFO O| Oct 22 00:30:12.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50892024-10-22T00:30:14.545Z[ recovery-image] Oct 22 00:30:12.934 INFO O| Oct 22 00:30:12.934 INFO STEP 308 (remove_files) COMPLETE
50902024-10-22T00:30:14.545Z[ recovery-image] Oct 22 00:30:12.934 INFO O| Oct 22 00:30:12.934 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-22T00:30:14.562Z[ recovery-image] Oct 22 00:30:12.951 INFO O| Oct 22 00:30:12.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50922024-10-22T00:30:14.562Z[ recovery-image] Oct 22 00:30:12.951 INFO O| Oct 22 00:30:12.951 INFO STEP 309 (remove_files) COMPLETE
50932024-10-22T00:30:14.562Z[ recovery-image] Oct 22 00:30:12.951 INFO O| Oct 22 00:30:12.951 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-22T00:30:14.579Z[ recovery-image] Oct 22 00:30:12.968 INFO O| Oct 22 00:30:12.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50952024-10-22T00:30:14.579Z[ recovery-image] Oct 22 00:30:12.968 INFO O| Oct 22 00:30:12.968 INFO STEP 310 (remove_files) COMPLETE
50962024-10-22T00:30:14.579Z[ recovery-image] Oct 22 00:30:12.968 INFO O| Oct 22 00:30:12.968 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-22T00:30:14.645Z[ recovery-image] Oct 22 00:30:13.034 INFO O| Oct 22 00:30:13.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50982024-10-22T00:30:14.647Z[ recovery-image] Oct 22 00:30:13.035 INFO O| Oct 22 00:30:13.035 INFO STEP 311 (remove_files) COMPLETE
50992024-10-22T00:30:14.647Z[ recovery-image] Oct 22 00:30:13.035 INFO O| Oct 22 00:30:13.035 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-22T00:30:14.714Z[ recovery-image] Oct 22 00:30:13.103 INFO O| Oct 22 00:30:13.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
51012024-10-22T00:30:14.714Z[ recovery-image] Oct 22 00:30:13.104 INFO O| Oct 22 00:30:13.104 INFO STEP 312 (remove_files) COMPLETE
51022024-10-22T00:30:14.714Z[ recovery-image] Oct 22 00:30:13.104 INFO O| Oct 22 00:30:13.104 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-22T00:30:14.754Z[ recovery-image] Oct 22 00:30:13.144 INFO O| Oct 22 00:30:13.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51042024-10-22T00:30:14.755Z[ recovery-image] Oct 22 00:30:13.144 INFO O| Oct 22 00:30:13.144 INFO STEP 313 (remove_files) COMPLETE
51052024-10-22T00:30:14.755Z[ recovery-image] Oct 22 00:30:13.144 INFO O| Oct 22 00:30:13.144 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-22T00:30:14.804Z[ recovery-image] Oct 22 00:30:13.194 INFO O| Oct 22 00:30:13.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51072024-10-22T00:30:14.804Z[ recovery-image] Oct 22 00:30:13.194 INFO O| Oct 22 00:30:13.186 INFO STEP 314 (remove_files) COMPLETE
51082024-10-22T00:30:14.807Z[ recovery-image] Oct 22 00:30:13.194 INFO O| Oct 22 00:30:13.186 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-10-22T00:30:14.849Z[ recovery-image] Oct 22 00:30:13.238 INFO O| Oct 22 00:30:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51102024-10-22T00:30:14.849Z[ recovery-image] Oct 22 00:30:13.238 INFO O| Oct 22 00:30:13.237 INFO STEP 315 (remove_files) COMPLETE
51112024-10-22T00:30:14.849Z[ recovery-image] Oct 22 00:30:13.238 INFO O| Oct 22 00:30:13.237 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-22T00:30:14.866Z[ recovery-image] Oct 22 00:30:13.256 INFO O| Oct 22 00:30:13.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51132024-10-22T00:30:14.866Z[ recovery-image] Oct 22 00:30:13.256 INFO O| Oct 22 00:30:13.256 INFO STEP 316 (remove_files) COMPLETE
51142024-10-22T00:30:14.869Z[ recovery-image] Oct 22 00:30:13.256 INFO O| Oct 22 00:30:13.256 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-22T00:30:14.908Z[ recovery-image] Oct 22 00:30:13.298 INFO O| Oct 22 00:30:13.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51162024-10-22T00:30:14.908Z[ recovery-image] Oct 22 00:30:13.298 INFO O| Oct 22 00:30:13.298 INFO STEP 317 (remove_files) COMPLETE
51172024-10-22T00:30:14.908Z[ recovery-image] Oct 22 00:30:13.298 INFO O| Oct 22 00:30:13.298 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-22T00:30:14.961Z[ recovery-image] Oct 22 00:30:13.350 INFO O| Oct 22 00:30:13.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51192024-10-22T00:30:14.961Z[ recovery-image] Oct 22 00:30:13.350 INFO O| Oct 22 00:30:13.341 INFO STEP 318 (remove_files) COMPLETE
51202024-10-22T00:30:14.961Z[ recovery-image] Oct 22 00:30:13.350 INFO O| Oct 22 00:30:13.341 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-22T00:30:14.969Z[ recovery-image] Oct 22 00:30:13.359 INFO O| Oct 22 00:30:13.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51222024-10-22T00:30:14.969Z[ recovery-image] Oct 22 00:30:13.359 INFO O| Oct 22 00:30:13.359 INFO STEP 319 (remove_files) COMPLETE
51232024-10-22T00:30:14.969Z[ recovery-image] Oct 22 00:30:13.359 INFO O| Oct 22 00:30:13.359 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-22T00:30:14.986Z[ recovery-image] Oct 22 00:30:13.375 INFO O| Oct 22 00:30:13.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51252024-10-22T00:30:14.986Z[ recovery-image] Oct 22 00:30:13.376 INFO O| Oct 22 00:30:13.376 INFO STEP 320 (remove_files) COMPLETE
51262024-10-22T00:30:14.988Z[ recovery-image] Oct 22 00:30:13.376 INFO O| Oct 22 00:30:13.376 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-10-22T00:30:15.003Z[ recovery-image] Oct 22 00:30:13.392 INFO O| Oct 22 00:30:13.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51282024-10-22T00:30:15.003Z[ recovery-image] Oct 22 00:30:13.392 INFO O| Oct 22 00:30:13.392 INFO STEP 321 (remove_files) COMPLETE
51292024-10-22T00:30:15.005Z[ recovery-image] Oct 22 00:30:13.392 INFO O| Oct 22 00:30:13.392 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-22T00:30:15.019Z[ recovery-image] Oct 22 00:30:13.409 INFO O| Oct 22 00:30:13.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51312024-10-22T00:30:15.019Z[ recovery-image] Oct 22 00:30:13.409 INFO O| Oct 22 00:30:13.409 INFO STEP 322 (remove_files) COMPLETE
51322024-10-22T00:30:15.022Z[ recovery-image] Oct 22 00:30:13.409 INFO O| Oct 22 00:30:13.409 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-22T00:30:15.037Z[ recovery-image] Oct 22 00:30:13.426 INFO O| Oct 22 00:30:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51342024-10-22T00:30:15.037Z[ recovery-image] Oct 22 00:30:13.426 INFO O| Oct 22 00:30:13.426 INFO STEP 323 (remove_files) COMPLETE
51352024-10-22T00:30:15.037Z[ recovery-image] Oct 22 00:30:13.426 INFO O| Oct 22 00:30:13.426 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-22T00:30:15.072Z[ recovery-image] Oct 22 00:30:13.461 INFO O| Oct 22 00:30:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51372024-10-22T00:30:15.073Z[ recovery-image] Oct 22 00:30:13.462 INFO O| Oct 22 00:30:13.461 INFO STEP 324 (remove_files) COMPLETE
51382024-10-22T00:30:15.073Z[ recovery-image] Oct 22 00:30:13.462 INFO O| Oct 22 00:30:13.462 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-22T00:30:15.136Z[ recovery-image] Oct 22 00:30:13.526 INFO O| Oct 22 00:30:13.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51402024-10-22T00:30:15.137Z[ recovery-image] Oct 22 00:30:13.526 INFO O| Oct 22 00:30:13.526 INFO STEP 325 (remove_files) COMPLETE
51412024-10-22T00:30:15.137Z[ recovery-image] Oct 22 00:30:13.526 INFO O| Oct 22 00:30:13.526 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-22T00:30:15.203Z[ host-image] Oct 22 00:30:13.593 INFO O| Oct 22 00:30:13.593 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
51432024-10-22T00:30:15.256Z[ recovery-image] Oct 22 00:30:13.645 INFO O| Oct 22 00:30:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51442024-10-22T00:30:15.256Z[ recovery-image] Oct 22 00:30:13.645 INFO O| Oct 22 00:30:13.645 INFO STEP 326 (remove_files) COMPLETE
51452024-10-22T00:30:15.256Z[ recovery-image] Oct 22 00:30:13.645 INFO O| Oct 22 00:30:13.645 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-22T00:30:15.288Z[ recovery-image] Oct 22 00:30:13.677 INFO O| Oct 22 00:30:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51472024-10-22T00:30:15.288Z[ recovery-image] Oct 22 00:30:13.677 INFO O| Oct 22 00:30:13.677 INFO STEP 327 (remove_files) COMPLETE
51482024-10-22T00:30:15.288Z[ recovery-image] Oct 22 00:30:13.677 INFO O| Oct 22 00:30:13.677 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-22T00:30:15.349Z[ recovery-image] Oct 22 00:30:13.738 INFO O| Oct 22 00:30:13.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51502024-10-22T00:30:15.349Z[ recovery-image] Oct 22 00:30:13.738 INFO O| Oct 22 00:30:13.738 INFO STEP 328 (remove_files) COMPLETE
51512024-10-22T00:30:15.352Z[ recovery-image] Oct 22 00:30:13.738 INFO O| Oct 22 00:30:13.738 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-22T00:30:15.371Z[ recovery-image] Oct 22 00:30:13.761 INFO O| Oct 22 00:30:13.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51532024-10-22T00:30:15.371Z[ recovery-image] Oct 22 00:30:13.761 INFO O| Oct 22 00:30:13.761 INFO STEP 329 (remove_files) COMPLETE
51542024-10-22T00:30:15.371Z[ recovery-image] Oct 22 00:30:13.761 INFO O| Oct 22 00:30:13.761 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-22T00:30:15.406Z[ recovery-image] Oct 22 00:30:13.796 INFO O| Oct 22 00:30:13.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51562024-10-22T00:30:15.406Z[ recovery-image] Oct 22 00:30:13.796 INFO O| Oct 22 00:30:13.796 INFO STEP 330 (remove_files) COMPLETE
51572024-10-22T00:30:15.406Z[ recovery-image] Oct 22 00:30:13.796 INFO O| Oct 22 00:30:13.796 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-22T00:30:15.439Z[ recovery-image] Oct 22 00:30:13.829 INFO O| Oct 22 00:30:13.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51592024-10-22T00:30:15.439Z[ recovery-image] Oct 22 00:30:13.829 INFO O| Oct 22 00:30:13.829 INFO STEP 331 (remove_files) COMPLETE
51602024-10-22T00:30:15.439Z[ recovery-image] Oct 22 00:30:13.829 INFO O| Oct 22 00:30:13.829 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-22T00:30:15.458Z[ recovery-image] Oct 22 00:30:13.848 INFO O| Oct 22 00:30:13.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51622024-10-22T00:30:15.475Z[ recovery-image] Oct 22 00:30:13.865 INFO O| Oct 22 00:30:13.865 INFO STEP 332 (remove_files) COMPLETE
51632024-10-22T00:30:15.475Z[ recovery-image] Oct 22 00:30:13.865 INFO O| Oct 22 00:30:13.865 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-22T00:30:15.529Z[ recovery-image] Oct 22 00:30:13.918 INFO O| Oct 22 00:30:13.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51652024-10-22T00:30:15.529Z[ recovery-image] Oct 22 00:30:13.918 INFO O| Oct 22 00:30:13.918 INFO STEP 333 (remove_files) COMPLETE
51662024-10-22T00:30:15.529Z[ recovery-image] Oct 22 00:30:13.918 INFO O| Oct 22 00:30:13.918 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-22T00:30:15.549Z[ recovery-image] Oct 22 00:30:13.938 INFO O| Oct 22 00:30:13.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51682024-10-22T00:30:15.549Z[ recovery-image] Oct 22 00:30:13.938 INFO O| Oct 22 00:30:13.938 INFO STEP 334 (remove_files) COMPLETE
51692024-10-22T00:30:15.549Z[ recovery-image] Oct 22 00:30:13.938 INFO O| Oct 22 00:30:13.938 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-22T00:30:15.586Z[ recovery-image] Oct 22 00:30:13.975 INFO O| Oct 22 00:30:13.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51712024-10-22T00:30:15.586Z[ recovery-image] Oct 22 00:30:13.976 INFO O| Oct 22 00:30:13.975 INFO STEP 335 (remove_files) COMPLETE
51722024-10-22T00:30:15.586Z[ recovery-image] Oct 22 00:30:13.976 INFO O| Oct 22 00:30:13.975 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-22T00:30:15.616Z[ recovery-image] Oct 22 00:30:14.006 INFO O| Oct 22 00:30:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51742024-10-22T00:30:15.616Z[ recovery-image] Oct 22 00:30:14.006 INFO O| Oct 22 00:30:14.006 INFO STEP 336 (remove_files) COMPLETE
51752024-10-22T00:30:15.618Z[ recovery-image] Oct 22 00:30:14.006 INFO O| Oct 22 00:30:14.006 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-22T00:30:15.721Z[ recovery-image] Oct 22 00:30:14.111 INFO O| Oct 22 00:30:14.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51772024-10-22T00:30:15.724Z[ recovery-image] Oct 22 00:30:14.111 INFO O| Oct 22 00:30:14.111 INFO STEP 337 (remove_files) COMPLETE
51782024-10-22T00:30:15.724Z[ recovery-image] Oct 22 00:30:14.111 INFO O| Oct 22 00:30:14.111 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-22T00:30:15.739Z[ recovery-image] Oct 22 00:30:14.129 INFO O| Oct 22 00:30:14.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51802024-10-22T00:30:15.742Z[ recovery-image] Oct 22 00:30:14.129 INFO O| Oct 22 00:30:14.129 INFO STEP 338 (remove_files) COMPLETE
51812024-10-22T00:30:15.742Z[ recovery-image] Oct 22 00:30:14.129 INFO O| Oct 22 00:30:14.129 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-22T00:30:15.764Z[ recovery-image] Oct 22 00:30:14.154 INFO O| Oct 22 00:30:14.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51832024-10-22T00:30:15.765Z[ recovery-image] Oct 22 00:30:14.154 INFO O| Oct 22 00:30:14.154 INFO STEP 339 (remove_files) COMPLETE
51842024-10-22T00:30:15.767Z[ recovery-image] Oct 22 00:30:14.154 INFO O| Oct 22 00:30:14.154 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-22T00:30:15.775Z[ host-image] Oct 22 00:30:14.164 INFO O| Oct 22 00:30:14.164 INFO O| Done
51862024-10-22T00:30:15.775Z[ host-image] Oct 22 00:30:14.165 INFO O| Oct 22 00:30:14.164 INFO O| Done
51872024-10-22T00:30:15.804Z[ recovery-image] Oct 22 00:30:14.194 INFO O| Oct 22 00:30:14.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51882024-10-22T00:30:15.804Z[ recovery-image] Oct 22 00:30:14.194 INFO O| Oct 22 00:30:14.194 INFO STEP 340 (remove_files) COMPLETE
51892024-10-22T00:30:15.804Z[ recovery-image] Oct 22 00:30:14.194 INFO O| Oct 22 00:30:14.194 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-22T00:30:15.823Z[ recovery-image] Oct 22 00:30:14.212 INFO O| Oct 22 00:30:14.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51912024-10-22T00:30:15.823Z[ recovery-image] Oct 22 00:30:14.212 INFO O| Oct 22 00:30:14.212 INFO STEP 341 (remove_files) COMPLETE
51922024-10-22T00:30:15.825Z[ recovery-image] Oct 22 00:30:14.212 INFO O| Oct 22 00:30:14.212 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-22T00:30:15.842Z[ recovery-image] Oct 22 00:30:14.232 INFO O| Oct 22 00:30:14.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51942024-10-22T00:30:15.842Z[ recovery-image] Oct 22 00:30:14.232 INFO O| Oct 22 00:30:14.232 INFO STEP 342 (remove_files) COMPLETE
51952024-10-22T00:30:15.842Z[ recovery-image] Oct 22 00:30:14.232 INFO O| Oct 22 00:30:14.232 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-22T00:30:15.869Z[ recovery-image] Oct 22 00:30:14.258 INFO O| Oct 22 00:30:14.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51972024-10-22T00:30:15.869Z[ recovery-image] Oct 22 00:30:14.258 INFO O| Oct 22 00:30:14.258 INFO STEP 343 (remove_files) COMPLETE
51982024-10-22T00:30:15.869Z[ recovery-image] Oct 22 00:30:14.258 INFO O| Oct 22 00:30:14.258 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-22T00:30:15.907Z[ recovery-image] Oct 22 00:30:14.297 INFO O| Oct 22 00:30:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
52002024-10-22T00:30:15.907Z[ recovery-image] Oct 22 00:30:14.297 INFO O| Oct 22 00:30:14.297 INFO STEP 344 (remove_files) COMPLETE
52012024-10-22T00:30:15.907Z[ recovery-image] Oct 22 00:30:14.297 INFO O| Oct 22 00:30:14.297 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-22T00:30:15.926Z[ recovery-image] Oct 22 00:30:14.315 INFO O| Oct 22 00:30:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
52032024-10-22T00:30:15.926Z[ recovery-image] Oct 22 00:30:14.316 INFO O| Oct 22 00:30:14.315 INFO STEP 345 (remove_files) COMPLETE
52042024-10-22T00:30:15.929Z[ recovery-image] Oct 22 00:30:14.316 INFO O| Oct 22 00:30:14.316 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-22T00:30:15.944Z[ recovery-image] Oct 22 00:30:14.334 INFO O| Oct 22 00:30:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
52062024-10-22T00:30:15.944Z[ recovery-image] Oct 22 00:30:14.334 INFO O| Oct 22 00:30:14.334 INFO STEP 346 (remove_files) COMPLETE
52072024-10-22T00:30:15.947Z[ recovery-image] Oct 22 00:30:14.334 INFO O| Oct 22 00:30:14.334 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-22T00:30:15.977Z[ recovery-image] Oct 22 00:30:14.366 INFO O| Oct 22 00:30:14.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52092024-10-22T00:30:15.977Z[ recovery-image] Oct 22 00:30:14.366 INFO O| Oct 22 00:30:14.366 INFO STEP 347 (remove_files) COMPLETE
52102024-10-22T00:30:15.977Z[ recovery-image] Oct 22 00:30:14.366 INFO O| Oct 22 00:30:14.366 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-22T00:30:16.039Z[ recovery-image] Oct 22 00:30:14.428 INFO O| Oct 22 00:30:14.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52122024-10-22T00:30:16.039Z[ recovery-image] Oct 22 00:30:14.428 INFO O| Oct 22 00:30:14.428 INFO STEP 348 (remove_files) COMPLETE
52132024-10-22T00:30:16.042Z[ recovery-image] Oct 22 00:30:14.428 INFO O| Oct 22 00:30:14.428 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-22T00:30:16.075Z[ recovery-image] Oct 22 00:30:14.465 INFO O| Oct 22 00:30:14.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52152024-10-22T00:30:16.078Z[ recovery-image] Oct 22 00:30:14.465 INFO O| Oct 22 00:30:14.465 INFO STEP 349 (remove_files) COMPLETE
52162024-10-22T00:30:16.078Z[ recovery-image] Oct 22 00:30:14.465 INFO O| Oct 22 00:30:14.465 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-22T00:30:16.108Z[ recovery-image] Oct 22 00:30:14.498 INFO O| Oct 22 00:30:14.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52182024-10-22T00:30:16.108Z[ recovery-image] Oct 22 00:30:14.498 INFO O| Oct 22 00:30:14.498 INFO STEP 350 (remove_files) COMPLETE
52192024-10-22T00:30:16.108Z[ recovery-image] Oct 22 00:30:14.498 INFO O| Oct 22 00:30:14.498 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-22T00:30:16.146Z[ recovery-image] Oct 22 00:30:14.536 INFO O| Oct 22 00:30:14.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52212024-10-22T00:30:16.146Z[ recovery-image] Oct 22 00:30:14.536 INFO O| Oct 22 00:30:14.536 INFO STEP 351 (remove_files) COMPLETE
52222024-10-22T00:30:16.149Z[ recovery-image] Oct 22 00:30:14.536 INFO O| Oct 22 00:30:14.536 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-22T00:30:16.164Z[ recovery-image] Oct 22 00:30:14.554 INFO O| Oct 22 00:30:14.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52242024-10-22T00:30:16.164Z[ recovery-image] Oct 22 00:30:14.554 INFO O| Oct 22 00:30:14.554 INFO STEP 352 (remove_files) COMPLETE
52252024-10-22T00:30:16.164Z[ recovery-image] Oct 22 00:30:14.554 INFO O| Oct 22 00:30:14.554 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-22T00:30:16.182Z[ recovery-image] Oct 22 00:30:14.572 INFO O| Oct 22 00:30:14.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52272024-10-22T00:30:16.182Z[ recovery-image] Oct 22 00:30:14.572 INFO O| Oct 22 00:30:14.572 INFO STEP 353 (remove_files) COMPLETE
52282024-10-22T00:30:16.185Z[ recovery-image] Oct 22 00:30:14.572 INFO O| Oct 22 00:30:14.572 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-22T00:30:16.200Z[ recovery-image] Oct 22 00:30:14.590 INFO O| Oct 22 00:30:14.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52302024-10-22T00:30:16.201Z[ recovery-image] Oct 22 00:30:14.590 INFO O| Oct 22 00:30:14.590 INFO STEP 354 (remove_files) COMPLETE
52312024-10-22T00:30:16.203Z[ recovery-image] Oct 22 00:30:14.590 INFO O| Oct 22 00:30:14.590 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322024-10-22T00:30:16.240Z[ recovery-image] Oct 22 00:30:14.630 INFO O| Oct 22 00:30:14.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52332024-10-22T00:30:16.240Z[ recovery-image] Oct 22 00:30:14.630 INFO O| Oct 22 00:30:14.630 INFO STEP 355 (remove_files) COMPLETE
52342024-10-22T00:30:16.240Z[ recovery-image] Oct 22 00:30:14.630 INFO O| Oct 22 00:30:14.630 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352024-10-22T00:30:16.259Z[ recovery-image] Oct 22 00:30:14.649 INFO O| Oct 22 00:30:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52362024-10-22T00:30:16.260Z[ recovery-image] Oct 22 00:30:14.649 INFO O| Oct 22 00:30:14.649 INFO STEP 356 (remove_files) COMPLETE
52372024-10-22T00:30:16.260Z[ recovery-image] Oct 22 00:30:14.649 INFO O| Oct 22 00:30:14.649 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382024-10-22T00:30:16.290Z[ recovery-image] Oct 22 00:30:14.679 INFO O| Oct 22 00:30:14.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52392024-10-22T00:30:16.290Z[ recovery-image] Oct 22 00:30:14.679 INFO O| Oct 22 00:30:14.679 INFO STEP 357 (remove_files) COMPLETE
52402024-10-22T00:30:16.290Z[ recovery-image] Oct 22 00:30:14.679 INFO O| Oct 22 00:30:14.679 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412024-10-22T00:30:16.354Z[ recovery-image] Oct 22 00:30:14.743 INFO O| Oct 22 00:30:14.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52422024-10-22T00:30:16.354Z[ recovery-image] Oct 22 00:30:14.743 INFO O| Oct 22 00:30:14.743 INFO STEP 358 (remove_files) COMPLETE
52432024-10-22T00:30:16.354Z[ recovery-image] Oct 22 00:30:14.743 INFO O| Oct 22 00:30:14.743 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442024-10-22T00:30:16.372Z[ recovery-image] Oct 22 00:30:14.762 INFO O| Oct 22 00:30:14.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52452024-10-22T00:30:16.373Z[ recovery-image] Oct 22 00:30:14.762 INFO O| Oct 22 00:30:14.762 INFO STEP 359 (remove_files) COMPLETE
52462024-10-22T00:30:16.373Z[ recovery-image] Oct 22 00:30:14.762 INFO O| Oct 22 00:30:14.762 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472024-10-22T00:30:16.389Z[ recovery-image] Oct 22 00:30:14.779 INFO O| Oct 22 00:30:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52482024-10-22T00:30:16.389Z[ recovery-image] Oct 22 00:30:14.779 INFO O| Oct 22 00:30:14.779 INFO STEP 360 (remove_files) COMPLETE
52492024-10-22T00:30:16.391Z[ recovery-image] Oct 22 00:30:14.779 INFO O| Oct 22 00:30:14.779 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502024-10-22T00:30:16.441Z[ recovery-image] Oct 22 00:30:14.831 INFO O| Oct 22 00:30:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52512024-10-22T00:30:16.441Z[ recovery-image] Oct 22 00:30:14.831 INFO O| Oct 22 00:30:14.831 INFO STEP 361 (remove_files) COMPLETE
52522024-10-22T00:30:16.441Z[ recovery-image] Oct 22 00:30:14.831 INFO O| Oct 22 00:30:14.831 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532024-10-22T00:30:16.460Z[ recovery-image] Oct 22 00:30:14.849 INFO O| Oct 22 00:30:14.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52542024-10-22T00:30:16.460Z[ recovery-image] Oct 22 00:30:14.849 INFO O| Oct 22 00:30:14.849 INFO STEP 362 (remove_files) COMPLETE
52552024-10-22T00:30:16.460Z[ recovery-image] Oct 22 00:30:14.849 INFO O| Oct 22 00:30:14.849 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562024-10-22T00:30:16.478Z[ recovery-image] Oct 22 00:30:14.867 INFO O| Oct 22 00:30:14.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52572024-10-22T00:30:16.478Z[ recovery-image] Oct 22 00:30:14.867 INFO O| Oct 22 00:30:14.867 INFO STEP 363 (remove_files) COMPLETE
52582024-10-22T00:30:16.478Z[ recovery-image] Oct 22 00:30:14.867 INFO O| Oct 22 00:30:14.867 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592024-10-22T00:30:16.504Z[ recovery-image] Oct 22 00:30:14.893 INFO O| Oct 22 00:30:14.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52602024-10-22T00:30:16.507Z[ recovery-image] Oct 22 00:30:14.894 INFO O| Oct 22 00:30:14.894 INFO STEP 364 (remove_files) COMPLETE
52612024-10-22T00:30:16.507Z[ recovery-image] Oct 22 00:30:14.894 INFO O| Oct 22 00:30:14.894 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622024-10-22T00:30:16.538Z[ recovery-image] Oct 22 00:30:14.928 INFO O| Oct 22 00:30:14.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52632024-10-22T00:30:16.543Z[ recovery-image] Oct 22 00:30:14.928 INFO O| Oct 22 00:30:14.928 INFO STEP 365 (remove_files) COMPLETE
52642024-10-22T00:30:16.543Z[ recovery-image] Oct 22 00:30:14.929 INFO O| Oct 22 00:30:14.928 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652024-10-22T00:30:16.558Z[ recovery-image] Oct 22 00:30:14.948 INFO O| Oct 22 00:30:14.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52662024-10-22T00:30:16.561Z[ recovery-image] Oct 22 00:30:14.948 INFO O| Oct 22 00:30:14.948 INFO STEP 366 (remove_files) COMPLETE
52672024-10-22T00:30:16.561Z[ recovery-image] Oct 22 00:30:14.948 INFO O| Oct 22 00:30:14.948 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682024-10-22T00:30:16.579Z[ recovery-image] Oct 22 00:30:14.967 INFO O| Oct 22 00:30:14.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52692024-10-22T00:30:16.582Z[ recovery-image] Oct 22 00:30:14.968 INFO O| Oct 22 00:30:14.968 INFO STEP 367 (remove_files) COMPLETE
52702024-10-22T00:30:16.582Z[ recovery-image] Oct 22 00:30:14.968 INFO O| Oct 22 00:30:14.968 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712024-10-22T00:30:16.597Z[ recovery-image] Oct 22 00:30:14.987 INFO O| Oct 22 00:30:14.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52722024-10-22T00:30:16.600Z[ recovery-image] Oct 22 00:30:14.987 INFO O| Oct 22 00:30:14.987 INFO STEP 368 (remove_files) COMPLETE
52732024-10-22T00:30:16.600Z[ recovery-image] Oct 22 00:30:14.987 INFO O| Oct 22 00:30:14.987 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742024-10-22T00:30:16.619Z[ recovery-image] Oct 22 00:30:15.009 INFO O| Oct 22 00:30:15.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52752024-10-22T00:30:16.622Z[ recovery-image] Oct 22 00:30:15.009 INFO O| Oct 22 00:30:15.009 INFO STEP 369 (remove_files) COMPLETE
52762024-10-22T00:30:16.622Z[ recovery-image] Oct 22 00:30:15.009 INFO O| Oct 22 00:30:15.009 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772024-10-22T00:30:16.639Z[ recovery-image] Oct 22 00:30:15.029 INFO O| Oct 22 00:30:15.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52782024-10-22T00:30:16.642Z[ recovery-image] Oct 22 00:30:15.029 INFO O| Oct 22 00:30:15.029 INFO STEP 370 (remove_files) COMPLETE
52792024-10-22T00:30:16.642Z[ recovery-image] Oct 22 00:30:15.030 INFO O| Oct 22 00:30:15.029 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802024-10-22T00:30:16.659Z[ recovery-image] Oct 22 00:30:15.048 INFO O| Oct 22 00:30:15.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52812024-10-22T00:30:16.662Z[ recovery-image] Oct 22 00:30:15.049 INFO O| Oct 22 00:30:15.048 INFO STEP 371 (remove_files) COMPLETE
52822024-10-22T00:30:16.662Z[ recovery-image] Oct 22 00:30:15.049 INFO O| Oct 22 00:30:15.049 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-10-22T00:30:16.696Z[ recovery-image] Oct 22 00:30:15.085 INFO O| Oct 22 00:30:15.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52842024-10-22T00:30:16.696Z[ recovery-image] Oct 22 00:30:15.085 INFO O| Oct 22 00:30:15.085 INFO STEP 372 (remove_files) COMPLETE
52852024-10-22T00:30:16.697Z[ recovery-image] Oct 22 00:30:15.086 INFO O| Oct 22 00:30:15.085 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-10-22T00:30:16.733Z[ recovery-image] Oct 22 00:30:15.123 INFO O| Oct 22 00:30:15.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52872024-10-22T00:30:16.733Z[ recovery-image] Oct 22 00:30:15.123 INFO O| Oct 22 00:30:15.123 INFO STEP 373 (remove_files) COMPLETE
52882024-10-22T00:30:16.733Z[ recovery-image] Oct 22 00:30:15.123 INFO O| Oct 22 00:30:15.123 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-10-22T00:30:16.762Z[ recovery-image] Oct 22 00:30:15.151 INFO O| Oct 22 00:30:15.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52902024-10-22T00:30:16.762Z[ recovery-image] Oct 22 00:30:15.151 INFO O| Oct 22 00:30:15.151 INFO STEP 374 (remove_files) COMPLETE
52912024-10-22T00:30:16.762Z[ recovery-image] Oct 22 00:30:15.151 INFO O| Oct 22 00:30:15.151 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-10-22T00:30:16.781Z[ recovery-image] Oct 22 00:30:15.171 INFO O| Oct 22 00:30:15.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52932024-10-22T00:30:16.782Z[ recovery-image] Oct 22 00:30:15.171 INFO O| Oct 22 00:30:15.171 INFO STEP 375 (remove_files) COMPLETE
52942024-10-22T00:30:16.782Z[ recovery-image] Oct 22 00:30:15.171 INFO O| Oct 22 00:30:15.171 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-10-22T00:30:16.800Z[ recovery-image] Oct 22 00:30:15.189 INFO O| Oct 22 00:30:15.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52962024-10-22T00:30:16.800Z[ recovery-image] Oct 22 00:30:15.190 INFO O| Oct 22 00:30:15.189 INFO STEP 376 (remove_files) COMPLETE
52972024-10-22T00:30:16.800Z[ recovery-image] Oct 22 00:30:15.190 INFO O| Oct 22 00:30:15.189 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-10-22T00:30:16.817Z[ recovery-image] Oct 22 00:30:15.207 INFO O| Oct 22 00:30:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52992024-10-22T00:30:16.818Z[ recovery-image] Oct 22 00:30:15.207 INFO O| Oct 22 00:30:15.207 INFO STEP 377 (remove_files) COMPLETE
53002024-10-22T00:30:16.820Z[ recovery-image] Oct 22 00:30:15.207 INFO O| Oct 22 00:30:15.207 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-10-22T00:30:16.834Z[ recovery-image] Oct 22 00:30:15.224 INFO O| Oct 22 00:30:15.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
53022024-10-22T00:30:16.834Z[ recovery-image] Oct 22 00:30:15.224 INFO O| Oct 22 00:30:15.224 INFO STEP 378 (remove_files) COMPLETE
53032024-10-22T00:30:16.834Z[ recovery-image] Oct 22 00:30:15.224 INFO O| Oct 22 00:30:15.224 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-10-22T00:30:16.851Z[ recovery-image] Oct 22 00:30:15.240 INFO O| Oct 22 00:30:15.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
53052024-10-22T00:30:16.867Z[ host-image] Oct 22 00:30:15.257 INFO O| Oct 22 00:30:15.256 INFO O| Done
53062024-10-22T00:30:16.874Z[ recovery-image] Oct 22 00:30:15.263 INFO O| Oct 22 00:30:15.263 INFO STEP 379 (remove_files) COMPLETE
53072024-10-22T00:30:16.874Z[ recovery-image] Oct 22 00:30:15.263 INFO O| Oct 22 00:30:15.263 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-22T00:30:16.906Z[ recovery-image] Oct 22 00:30:15.294 INFO O| Oct 22 00:30:15.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53092024-10-22T00:30:16.906Z[ recovery-image] Oct 22 00:30:15.295 INFO O| Oct 22 00:30:15.295 INFO STEP 380 (remove_files) COMPLETE
53102024-10-22T00:30:16.906Z[ recovery-image] Oct 22 00:30:15.295 INFO O| Oct 22 00:30:15.295 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-22T00:30:16.924Z[ recovery-image] Oct 22 00:30:15.313 INFO O| Oct 22 00:30:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53122024-10-22T00:30:16.924Z[ recovery-image] Oct 22 00:30:15.313 INFO O| Oct 22 00:30:15.313 INFO STEP 381 (remove_files) COMPLETE
53132024-10-22T00:30:16.924Z[ recovery-image] Oct 22 00:30:15.313 INFO O| Oct 22 00:30:15.313 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-22T00:30:16.953Z[ recovery-image] Oct 22 00:30:15.342 INFO O| Oct 22 00:30:15.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53152024-10-22T00:30:16.953Z[ recovery-image] Oct 22 00:30:15.342 INFO O| Oct 22 00:30:15.342 INFO STEP 382 (remove_files) COMPLETE
53162024-10-22T00:30:16.953Z[ recovery-image] Oct 22 00:30:15.342 INFO O| Oct 22 00:30:15.342 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-22T00:30:16.984Z[ recovery-image] Oct 22 00:30:15.374 INFO O| Oct 22 00:30:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53182024-10-22T00:30:16.984Z[ recovery-image] Oct 22 00:30:15.374 INFO O| Oct 22 00:30:15.374 INFO STEP 383 (remove_files) COMPLETE
53192024-10-22T00:30:16.987Z[ recovery-image] Oct 22 00:30:15.374 INFO O| Oct 22 00:30:15.374 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-22T00:30:17.003Z[ recovery-image] Oct 22 00:30:15.392 INFO O| Oct 22 00:30:15.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53212024-10-22T00:30:17.003Z[ recovery-image] Oct 22 00:30:15.393 INFO O| Oct 22 00:30:15.392 INFO STEP 384 (remove_files) COMPLETE
53222024-10-22T00:30:17.003Z[ recovery-image] Oct 22 00:30:15.393 INFO O| Oct 22 00:30:15.393 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-22T00:30:17.023Z[ recovery-image] Oct 22 00:30:15.412 INFO O| Oct 22 00:30:15.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53242024-10-22T00:30:17.023Z[ recovery-image] Oct 22 00:30:15.412 INFO O| Oct 22 00:30:15.412 INFO STEP 385 (remove_files) COMPLETE
53252024-10-22T00:30:17.023Z[ recovery-image] Oct 22 00:30:15.412 INFO O| Oct 22 00:30:15.412 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-22T00:30:17.084Z[ recovery-image] Oct 22 00:30:15.474 INFO O| Oct 22 00:30:15.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53272024-10-22T00:30:17.084Z[ recovery-image] Oct 22 00:30:15.474 INFO O| Oct 22 00:30:15.474 INFO STEP 386 (remove_files) COMPLETE
53282024-10-22T00:30:17.087Z[ recovery-image] Oct 22 00:30:15.474 INFO O| Oct 22 00:30:15.474 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-22T00:30:17.128Z[ recovery-image] Oct 22 00:30:15.517 INFO O| Oct 22 00:30:15.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53302024-10-22T00:30:17.128Z[ recovery-image] Oct 22 00:30:15.517 INFO O| Oct 22 00:30:15.517 INFO STEP 387 (remove_files) COMPLETE
53312024-10-22T00:30:17.128Z[ recovery-image] Oct 22 00:30:15.517 INFO O| Oct 22 00:30:15.517 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-22T00:30:17.161Z[ recovery-image] Oct 22 00:30:15.551 INFO O| Oct 22 00:30:15.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53332024-10-22T00:30:17.161Z[ recovery-image] Oct 22 00:30:15.551 INFO O| Oct 22 00:30:15.551 INFO STEP 388 (remove_files) COMPLETE
53342024-10-22T00:30:17.161Z[ recovery-image] Oct 22 00:30:15.551 INFO O| Oct 22 00:30:15.551 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-22T00:30:17.192Z[ recovery-image] Oct 22 00:30:15.581 INFO O| Oct 22 00:30:15.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53362024-10-22T00:30:17.192Z[ recovery-image] Oct 22 00:30:15.581 INFO O| Oct 22 00:30:15.581 INFO STEP 389 (remove_files) COMPLETE
53372024-10-22T00:30:17.193Z[ recovery-image] Oct 22 00:30:15.581 INFO O| Oct 22 00:30:15.581 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-22T00:30:17.224Z[ recovery-image] Oct 22 00:30:15.613 INFO O| Oct 22 00:30:15.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53392024-10-22T00:30:17.224Z[ recovery-image] Oct 22 00:30:15.613 INFO O| Oct 22 00:30:15.613 INFO STEP 390 (remove_files) COMPLETE
53402024-10-22T00:30:17.224Z[ recovery-image] Oct 22 00:30:15.613 INFO O| Oct 22 00:30:15.613 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-22T00:30:17.268Z[ recovery-image] Oct 22 00:30:15.657 INFO O| Oct 22 00:30:15.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53422024-10-22T00:30:17.270Z[ recovery-image] Oct 22 00:30:15.658 INFO O| Oct 22 00:30:15.657 INFO STEP 391 (remove_files) COMPLETE
53432024-10-22T00:30:17.270Z[ recovery-image] Oct 22 00:30:15.658 INFO O| Oct 22 00:30:15.658 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-22T00:30:17.289Z[ recovery-image] Oct 22 00:30:15.678 INFO O| Oct 22 00:30:15.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53452024-10-22T00:30:17.292Z[ recovery-image] Oct 22 00:30:15.679 INFO O| Oct 22 00:30:15.679 INFO STEP 392 (remove_files) COMPLETE
53462024-10-22T00:30:17.292Z[ recovery-image] Oct 22 00:30:15.679 INFO O| Oct 22 00:30:15.679 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-22T00:30:17.329Z[ recovery-image] Oct 22 00:30:15.718 INFO O| Oct 22 00:30:15.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53482024-10-22T00:30:17.329Z[ recovery-image] Oct 22 00:30:15.718 INFO O| Oct 22 00:30:15.718 INFO STEP 393 (remove_files) COMPLETE
53492024-10-22T00:30:17.329Z[ recovery-image] Oct 22 00:30:15.718 INFO O| Oct 22 00:30:15.718 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-22T00:30:17.368Z[ recovery-image] Oct 22 00:30:15.757 INFO O| Oct 22 00:30:15.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53512024-10-22T00:30:17.368Z[ recovery-image] Oct 22 00:30:15.758 INFO O| Oct 22 00:30:15.758 INFO STEP 394 (remove_files) COMPLETE
53522024-10-22T00:30:17.370Z[ recovery-image] Oct 22 00:30:15.758 INFO O| Oct 22 00:30:15.758 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-22T00:30:17.385Z[ recovery-image] Oct 22 00:30:15.775 INFO O| Oct 22 00:30:15.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53542024-10-22T00:30:17.385Z[ recovery-image] Oct 22 00:30:15.775 INFO O| Oct 22 00:30:15.775 INFO STEP 395 (remove_files) COMPLETE
53552024-10-22T00:30:17.385Z[ recovery-image] Oct 22 00:30:15.775 INFO O| Oct 22 00:30:15.775 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-22T00:30:17.412Z[ recovery-image] Oct 22 00:30:15.801 INFO O| Oct 22 00:30:15.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53572024-10-22T00:30:17.414Z[ recovery-image] Oct 22 00:30:15.801 INFO O| Oct 22 00:30:15.801 INFO STEP 396 (remove_files) COMPLETE
53582024-10-22T00:30:17.414Z[ recovery-image] Oct 22 00:30:15.802 INFO O| Oct 22 00:30:15.802 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-22T00:30:17.430Z[ recovery-image] Oct 22 00:30:15.820 INFO O| Oct 22 00:30:15.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53602024-10-22T00:30:17.433Z[ recovery-image] Oct 22 00:30:15.820 INFO O| Oct 22 00:30:15.820 INFO STEP 397 (remove_files) COMPLETE
53612024-10-22T00:30:17.433Z[ recovery-image] Oct 22 00:30:15.820 INFO O| Oct 22 00:30:15.820 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-22T00:30:17.449Z[ recovery-image] Oct 22 00:30:15.838 INFO O| Oct 22 00:30:15.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53632024-10-22T00:30:17.451Z[ recovery-image] Oct 22 00:30:15.839 INFO O| Oct 22 00:30:15.839 INFO STEP 398 (remove_files) COMPLETE
53642024-10-22T00:30:17.451Z[ recovery-image] Oct 22 00:30:15.839 INFO O| Oct 22 00:30:15.839 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-22T00:30:17.466Z[ recovery-image] Oct 22 00:30:15.856 INFO O| Oct 22 00:30:15.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53662024-10-22T00:30:17.469Z[ recovery-image] Oct 22 00:30:15.856 INFO O| Oct 22 00:30:15.856 INFO STEP 399 (remove_files) COMPLETE
53672024-10-22T00:30:17.469Z[ recovery-image] Oct 22 00:30:15.857 INFO O| Oct 22 00:30:15.857 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-22T00:30:17.484Z[ recovery-image] Oct 22 00:30:15.873 INFO O| Oct 22 00:30:15.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53692024-10-22T00:30:17.486Z[ recovery-image] Oct 22 00:30:15.874 INFO O| Oct 22 00:30:15.874 INFO STEP 400 (remove_files) COMPLETE
53702024-10-22T00:30:17.486Z[ recovery-image] Oct 22 00:30:15.874 INFO O| Oct 22 00:30:15.874 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-22T00:30:17.523Z[ recovery-image] Oct 22 00:30:15.913 INFO O| Oct 22 00:30:15.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53722024-10-22T00:30:17.523Z[ recovery-image] Oct 22 00:30:15.913 INFO O| Oct 22 00:30:15.913 INFO STEP 401 (remove_files) COMPLETE
53732024-10-22T00:30:17.526Z[ recovery-image] Oct 22 00:30:15.913 INFO O| Oct 22 00:30:15.913 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-22T00:30:17.543Z[ recovery-image] Oct 22 00:30:15.932 INFO O| Oct 22 00:30:15.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53752024-10-22T00:30:17.543Z[ recovery-image] Oct 22 00:30:15.932 INFO O| Oct 22 00:30:15.932 INFO STEP 402 (remove_files) COMPLETE
53762024-10-22T00:30:17.543Z[ recovery-image] Oct 22 00:30:15.932 INFO O| Oct 22 00:30:15.932 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-22T00:30:17.560Z[ recovery-image] Oct 22 00:30:15.949 INFO O| Oct 22 00:30:15.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53782024-10-22T00:30:17.560Z[ recovery-image] Oct 22 00:30:15.949 INFO O| Oct 22 00:30:15.949 INFO STEP 403 (remove_files) COMPLETE
53792024-10-22T00:30:17.560Z[ recovery-image] Oct 22 00:30:15.949 INFO O| Oct 22 00:30:15.949 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-22T00:30:17.583Z[ recovery-image] Oct 22 00:30:15.973 INFO O| Oct 22 00:30:15.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53812024-10-22T00:30:17.584Z[ recovery-image] Oct 22 00:30:15.973 INFO O| Oct 22 00:30:15.973 INFO STEP 404 (remove_files) COMPLETE
53822024-10-22T00:30:17.584Z[ recovery-image] Oct 22 00:30:15.973 INFO O| Oct 22 00:30:15.973 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-22T00:30:17.633Z[ recovery-image] Oct 22 00:30:16.022 INFO O| Oct 22 00:30:16.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53842024-10-22T00:30:17.633Z[ recovery-image] Oct 22 00:30:16.022 INFO O| Oct 22 00:30:16.022 INFO STEP 405 (remove_files) COMPLETE
53852024-10-22T00:30:17.633Z[ recovery-image] Oct 22 00:30:16.022 INFO O| Oct 22 00:30:16.022 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-22T00:30:17.650Z[ recovery-image] Oct 22 00:30:16.039 INFO O| Oct 22 00:30:16.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53872024-10-22T00:30:17.650Z[ recovery-image] Oct 22 00:30:16.039 INFO O| Oct 22 00:30:16.039 INFO STEP 406 (remove_files) COMPLETE
53882024-10-22T00:30:17.650Z[ recovery-image] Oct 22 00:30:16.040 INFO O| Oct 22 00:30:16.039 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-22T00:30:17.687Z[ recovery-image] Oct 22 00:30:16.077 INFO O| Oct 22 00:30:16.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53902024-10-22T00:30:17.690Z[ recovery-image] Oct 22 00:30:16.077 INFO O| Oct 22 00:30:16.077 INFO STEP 407 (remove_files) COMPLETE
53912024-10-22T00:30:17.690Z[ recovery-image] Oct 22 00:30:16.077 INFO O| Oct 22 00:30:16.077 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-22T00:30:17.735Z[ recovery-image] Oct 22 00:30:16.125 INFO O| Oct 22 00:30:16.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53932024-10-22T00:30:17.735Z[ recovery-image] Oct 22 00:30:16.125 INFO O| Oct 22 00:30:16.125 INFO STEP 408 (remove_files) COMPLETE
53942024-10-22T00:30:17.735Z[ recovery-image] Oct 22 00:30:16.125 INFO O| Oct 22 00:30:16.125 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-22T00:30:17.797Z[ recovery-image] Oct 22 00:30:16.187 INFO O| Oct 22 00:30:16.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53962024-10-22T00:30:17.797Z[ recovery-image] Oct 22 00:30:16.187 INFO O| Oct 22 00:30:16.187 INFO STEP 409 (remove_files) COMPLETE
53972024-10-22T00:30:17.797Z[ recovery-image] Oct 22 00:30:16.187 INFO O| Oct 22 00:30:16.187 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-22T00:30:17.815Z[ recovery-image] Oct 22 00:30:16.205 INFO O| Oct 22 00:30:16.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53992024-10-22T00:30:17.815Z[ recovery-image] Oct 22 00:30:16.205 INFO O| Oct 22 00:30:16.205 INFO STEP 410 (remove_files) COMPLETE
54002024-10-22T00:30:17.816Z[ recovery-image] Oct 22 00:30:16.205 INFO O| Oct 22 00:30:16.205 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-22T00:30:17.833Z[ recovery-image] Oct 22 00:30:16.222 INFO O| Oct 22 00:30:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
54022024-10-22T00:30:17.833Z[ recovery-image] Oct 22 00:30:16.223 INFO O| Oct 22 00:30:16.223 INFO STEP 411 (remove_files) COMPLETE
54032024-10-22T00:30:17.835Z[ recovery-image] Oct 22 00:30:16.223 INFO O| Oct 22 00:30:16.223 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-22T00:30:17.850Z[ recovery-image] Oct 22 00:30:16.239 INFO O| Oct 22 00:30:16.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
54052024-10-22T00:30:17.850Z[ recovery-image] Oct 22 00:30:16.240 INFO O| Oct 22 00:30:16.240 INFO STEP 412 (remove_files) COMPLETE
54062024-10-22T00:30:17.850Z[ recovery-image] Oct 22 00:30:16.240 INFO O| Oct 22 00:30:16.240 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-22T00:30:17.867Z[ recovery-image] Oct 22 00:30:16.256 INFO O| Oct 22 00:30:16.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54082024-10-22T00:30:17.867Z[ recovery-image] Oct 22 00:30:16.256 INFO O| Oct 22 00:30:16.256 INFO STEP 413 (remove_files) COMPLETE
54092024-10-22T00:30:17.867Z[ recovery-image] Oct 22 00:30:16.256 INFO O| Oct 22 00:30:16.256 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-22T00:30:17.917Z[ recovery-image] Oct 22 00:30:16.307 INFO O| Oct 22 00:30:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54112024-10-22T00:30:17.917Z[ recovery-image] Oct 22 00:30:16.307 INFO O| Oct 22 00:30:16.307 INFO STEP 414 (remove_files) COMPLETE
54122024-10-22T00:30:17.917Z[ recovery-image] Oct 22 00:30:16.307 INFO O| Oct 22 00:30:16.307 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-22T00:30:17.937Z[ recovery-image] Oct 22 00:30:16.326 INFO O| Oct 22 00:30:16.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54142024-10-22T00:30:17.937Z[ recovery-image] Oct 22 00:30:16.326 INFO O| Oct 22 00:30:16.326 INFO STEP 415 (remove_files) COMPLETE
54152024-10-22T00:30:17.937Z[ recovery-image] Oct 22 00:30:16.326 INFO O| Oct 22 00:30:16.326 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-22T00:30:17.975Z[ recovery-image] Oct 22 00:30:16.364 INFO O| Oct 22 00:30:16.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54172024-10-22T00:30:17.975Z[ recovery-image] Oct 22 00:30:16.364 INFO O| Oct 22 00:30:16.364 INFO STEP 416 (remove_files) COMPLETE
54182024-10-22T00:30:17.975Z[ recovery-image] Oct 22 00:30:16.364 INFO O| Oct 22 00:30:16.364 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-22T00:30:17.992Z[ recovery-image] Oct 22 00:30:16.381 INFO O| Oct 22 00:30:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54202024-10-22T00:30:17.992Z[ recovery-image] Oct 22 00:30:16.381 INFO O| Oct 22 00:30:16.381 INFO STEP 417 (remove_files) COMPLETE
54212024-10-22T00:30:17.992Z[ recovery-image] Oct 22 00:30:16.381 INFO O| Oct 22 00:30:16.381 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-22T00:30:18.008Z[ recovery-image] Oct 22 00:30:16.398 INFO O| Oct 22 00:30:16.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54232024-10-22T00:30:18.008Z[ recovery-image] Oct 22 00:30:16.398 INFO O| Oct 22 00:30:16.398 INFO STEP 418 (remove_files) COMPLETE
54242024-10-22T00:30:18.008Z[ recovery-image] Oct 22 00:30:16.398 INFO O| Oct 22 00:30:16.398 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-22T00:30:18.029Z[ recovery-image] Oct 22 00:30:16.419 INFO O| Oct 22 00:30:16.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54262024-10-22T00:30:18.029Z[ recovery-image] Oct 22 00:30:16.419 INFO O| Oct 22 00:30:16.419 INFO STEP 419 (remove_files) COMPLETE
54272024-10-22T00:30:18.032Z[ recovery-image] Oct 22 00:30:16.419 INFO O| Oct 22 00:30:16.419 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-22T00:30:18.067Z[ recovery-image] Oct 22 00:30:16.456 INFO O| Oct 22 00:30:16.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54292024-10-22T00:30:18.067Z[ recovery-image] Oct 22 00:30:16.456 INFO O| Oct 22 00:30:16.456 INFO STEP 420 (remove_files) COMPLETE
54302024-10-22T00:30:18.067Z[ recovery-image] Oct 22 00:30:16.456 INFO O| Oct 22 00:30:16.456 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-22T00:30:18.102Z[ recovery-image] Oct 22 00:30:16.491 INFO O| Oct 22 00:30:16.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54322024-10-22T00:30:18.107Z[ recovery-image] Oct 22 00:30:16.492 INFO O| Oct 22 00:30:16.492 INFO STEP 421 (remove_files) COMPLETE
54332024-10-22T00:30:18.107Z[ recovery-image] Oct 22 00:30:16.492 INFO O| Oct 22 00:30:16.492 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-22T00:30:18.122Z[ recovery-image] Oct 22 00:30:16.511 INFO O| Oct 22 00:30:16.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54352024-10-22T00:30:18.124Z[ recovery-image] Oct 22 00:30:16.512 INFO O| Oct 22 00:30:16.511 INFO STEP 422 (remove_files) COMPLETE
54362024-10-22T00:30:18.124Z[ recovery-image] Oct 22 00:30:16.512 INFO O| Oct 22 00:30:16.512 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-22T00:30:18.139Z[ recovery-image] Oct 22 00:30:16.529 INFO O| Oct 22 00:30:16.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54382024-10-22T00:30:18.142Z[ recovery-image] Oct 22 00:30:16.529 INFO O| Oct 22 00:30:16.529 INFO STEP 423 (remove_files) COMPLETE
54392024-10-22T00:30:18.142Z[ recovery-image] Oct 22 00:30:16.530 INFO O| Oct 22 00:30:16.529 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-22T00:30:18.157Z[ recovery-image] Oct 22 00:30:16.546 INFO O| Oct 22 00:30:16.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54412024-10-22T00:30:18.159Z[ recovery-image] Oct 22 00:30:16.547 INFO O| Oct 22 00:30:16.547 INFO STEP 424 (remove_files) COMPLETE
54422024-10-22T00:30:18.159Z[ recovery-image] Oct 22 00:30:16.547 INFO O| Oct 22 00:30:16.547 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-22T00:30:18.178Z[ recovery-image] Oct 22 00:30:16.568 INFO O| Oct 22 00:30:16.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54442024-10-22T00:30:18.179Z[ recovery-image] Oct 22 00:30:16.568 INFO O| Oct 22 00:30:16.568 INFO STEP 425 (remove_files) COMPLETE
54452024-10-22T00:30:18.181Z[ recovery-image] Oct 22 00:30:16.568 INFO O| Oct 22 00:30:16.568 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-22T00:30:18.216Z[ recovery-image] Oct 22 00:30:16.606 INFO O| Oct 22 00:30:16.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54472024-10-22T00:30:18.216Z[ recovery-image] Oct 22 00:30:16.606 INFO O| Oct 22 00:30:16.606 INFO STEP 426 (remove_files) COMPLETE
54482024-10-22T00:30:18.219Z[ recovery-image] Oct 22 00:30:16.606 INFO O| Oct 22 00:30:16.606 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-22T00:30:18.239Z[ recovery-image] Oct 22 00:30:16.628 INFO O| Oct 22 00:30:16.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54502024-10-22T00:30:18.239Z[ recovery-image] Oct 22 00:30:16.628 INFO O| Oct 22 00:30:16.628 INFO STEP 427 (remove_files) COMPLETE
54512024-10-22T00:30:18.239Z[ recovery-image] Oct 22 00:30:16.628 INFO O| Oct 22 00:30:16.628 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-22T00:30:18.274Z[ recovery-image] Oct 22 00:30:16.663 INFO O| Oct 22 00:30:16.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54532024-10-22T00:30:18.274Z[ recovery-image] Oct 22 00:30:16.663 INFO O| Oct 22 00:30:16.663 INFO STEP 428 (remove_files) COMPLETE
54542024-10-22T00:30:18.274Z[ recovery-image] Oct 22 00:30:16.663 INFO O| Oct 22 00:30:16.663 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-22T00:30:18.319Z[ recovery-image] Oct 22 00:30:16.707 INFO O| Oct 22 00:30:16.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54562024-10-22T00:30:18.319Z[ recovery-image] Oct 22 00:30:16.708 INFO O| Oct 22 00:30:16.708 INFO STEP 429 (remove_files) COMPLETE
54572024-10-22T00:30:18.319Z[ recovery-image] Oct 22 00:30:16.708 INFO O| Oct 22 00:30:16.708 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-22T00:30:18.364Z[ recovery-image] Oct 22 00:30:16.754 INFO O| Oct 22 00:30:16.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54592024-10-22T00:30:18.364Z[ recovery-image] Oct 22 00:30:16.754 INFO O| Oct 22 00:30:16.754 INFO STEP 430 (remove_files) COMPLETE
54602024-10-22T00:30:18.364Z[ recovery-image] Oct 22 00:30:16.754 INFO O| Oct 22 00:30:16.754 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-22T00:30:18.382Z[ recovery-image] Oct 22 00:30:16.772 INFO O| Oct 22 00:30:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54622024-10-22T00:30:18.382Z[ recovery-image] Oct 22 00:30:16.772 INFO O| Oct 22 00:30:16.772 INFO STEP 431 (remove_files) COMPLETE
54632024-10-22T00:30:18.385Z[ recovery-image] Oct 22 00:30:16.772 INFO O| Oct 22 00:30:16.772 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-22T00:30:18.425Z[ recovery-image] Oct 22 00:30:16.814 INFO O| Oct 22 00:30:16.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54652024-10-22T00:30:18.425Z[ recovery-image] Oct 22 00:30:16.814 INFO O| Oct 22 00:30:16.814 INFO STEP 432 (remove_files) COMPLETE
54662024-10-22T00:30:18.425Z[ recovery-image] Oct 22 00:30:16.814 INFO O| Oct 22 00:30:16.814 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-22T00:30:18.483Z[ recovery-image] Oct 22 00:30:16.872 INFO O| Oct 22 00:30:16.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54682024-10-22T00:30:18.483Z[ recovery-image] Oct 22 00:30:16.873 INFO O| Oct 22 00:30:16.872 INFO STEP 433 (remove_files) COMPLETE
54692024-10-22T00:30:18.483Z[ recovery-image] Oct 22 00:30:16.873 INFO O| Oct 22 00:30:16.873 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-22T00:30:18.502Z[ recovery-image] Oct 22 00:30:16.891 INFO O| Oct 22 00:30:16.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54712024-10-22T00:30:18.502Z[ recovery-image] Oct 22 00:30:16.891 INFO O| Oct 22 00:30:16.891 INFO STEP 434 (remove_files) COMPLETE
54722024-10-22T00:30:18.504Z[ recovery-image] Oct 22 00:30:16.891 INFO O| Oct 22 00:30:16.891 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-22T00:30:18.520Z[ recovery-image] Oct 22 00:30:16.910 INFO O| Oct 22 00:30:16.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54742024-10-22T00:30:18.520Z[ recovery-image] Oct 22 00:30:16.910 INFO O| Oct 22 00:30:16.910 INFO STEP 435 (remove_files) COMPLETE
54752024-10-22T00:30:18.524Z[ recovery-image] Oct 22 00:30:16.910 INFO O| Oct 22 00:30:16.910 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-22T00:30:18.559Z[ recovery-image] Oct 22 00:30:16.949 INFO O| Oct 22 00:30:16.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54772024-10-22T00:30:18.562Z[ recovery-image] Oct 22 00:30:16.949 INFO O| Oct 22 00:30:16.949 INFO STEP 436 (remove_files) COMPLETE
54782024-10-22T00:30:18.562Z[ recovery-image] Oct 22 00:30:16.949 INFO O| Oct 22 00:30:16.949 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-22T00:30:18.579Z[ recovery-image] Oct 22 00:30:16.968 INFO O| Oct 22 00:30:16.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54802024-10-22T00:30:18.579Z[ recovery-image] Oct 22 00:30:16.968 INFO O| Oct 22 00:30:16.968 INFO STEP 437 (remove_files) COMPLETE
54812024-10-22T00:30:18.579Z[ recovery-image] Oct 22 00:30:16.968 INFO O| Oct 22 00:30:16.968 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-22T00:30:18.607Z[ recovery-image] Oct 22 00:30:16.996 INFO O| Oct 22 00:30:16.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54832024-10-22T00:30:18.607Z[ recovery-image] Oct 22 00:30:16.996 INFO O| Oct 22 00:30:16.996 INFO STEP 438 (remove_files) COMPLETE
54842024-10-22T00:30:18.607Z[ recovery-image] Oct 22 00:30:16.996 INFO O| Oct 22 00:30:16.996 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-22T00:30:18.659Z[ recovery-image] Oct 22 00:30:17.049 INFO O| Oct 22 00:30:17.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54862024-10-22T00:30:18.659Z[ recovery-image] Oct 22 00:30:17.049 INFO O| Oct 22 00:30:17.049 INFO STEP 439 (remove_files) COMPLETE
54872024-10-22T00:30:18.662Z[ recovery-image] Oct 22 00:30:17.049 INFO O| Oct 22 00:30:17.049 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-22T00:30:18.701Z[ recovery-image] Oct 22 00:30:17.090 INFO O| Oct 22 00:30:17.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54892024-10-22T00:30:18.702Z[ recovery-image] Oct 22 00:30:17.090 INFO O| Oct 22 00:30:17.090 INFO STEP 440 (remove_files) COMPLETE
54902024-10-22T00:30:18.702Z[ recovery-image] Oct 22 00:30:17.090 INFO O| Oct 22 00:30:17.090 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-22T00:30:18.793Z[ recovery-image] Oct 22 00:30:17.183 INFO O| Oct 22 00:30:17.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54922024-10-22T00:30:18.793Z[ recovery-image] Oct 22 00:30:17.183 INFO O| Oct 22 00:30:17.183 INFO STEP 441 (remove_files) COMPLETE
54932024-10-22T00:30:18.796Z[ recovery-image] Oct 22 00:30:17.183 INFO O| Oct 22 00:30:17.183 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-22T00:30:18.817Z[ recovery-image] Oct 22 00:30:17.206 INFO O| Oct 22 00:30:17.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54952024-10-22T00:30:18.817Z[ recovery-image] Oct 22 00:30:17.206 INFO O| Oct 22 00:30:17.206 INFO STEP 442 (remove_files) COMPLETE
54962024-10-22T00:30:18.817Z[ recovery-image] Oct 22 00:30:17.206 INFO O| Oct 22 00:30:17.206 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-22T00:30:18.862Z[ recovery-image] Oct 22 00:30:17.252 INFO O| Oct 22 00:30:17.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54982024-10-22T00:30:18.865Z[ recovery-image] Oct 22 00:30:17.252 INFO O| Oct 22 00:30:17.252 INFO STEP 443 (remove_files) COMPLETE
54992024-10-22T00:30:18.865Z[ recovery-image] Oct 22 00:30:17.252 INFO O| Oct 22 00:30:17.252 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-22T00:30:18.967Z[ recovery-image] Oct 22 00:30:17.357 INFO O| Oct 22 00:30:17.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
55012024-10-22T00:30:18.967Z[ recovery-image] Oct 22 00:30:17.357 INFO O| Oct 22 00:30:17.357 INFO STEP 444 (remove_files) COMPLETE
55022024-10-22T00:30:18.970Z[ recovery-image] Oct 22 00:30:17.357 INFO O| Oct 22 00:30:17.357 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-22T00:30:19.026Z[ recovery-image] Oct 22 00:30:17.415 INFO O| Oct 22 00:30:17.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
55042024-10-22T00:30:19.026Z[ recovery-image] Oct 22 00:30:17.415 INFO O| Oct 22 00:30:17.415 INFO STEP 445 (remove_files) COMPLETE
55052024-10-22T00:30:19.026Z[ recovery-image] Oct 22 00:30:17.415 INFO O| Oct 22 00:30:17.415 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-22T00:30:19.044Z[ recovery-image] Oct 22 00:30:17.433 INFO O| Oct 22 00:30:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55072024-10-22T00:30:19.044Z[ recovery-image] Oct 22 00:30:17.433 INFO O| Oct 22 00:30:17.433 INFO STEP 446 (remove_files) COMPLETE
55082024-10-22T00:30:19.044Z[ recovery-image] Oct 22 00:30:17.433 INFO O| Oct 22 00:30:17.433 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-22T00:30:19.076Z[ recovery-image] Oct 22 00:30:17.465 INFO O| Oct 22 00:30:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55102024-10-22T00:30:19.076Z[ recovery-image] Oct 22 00:30:17.465 INFO O| Oct 22 00:30:17.465 INFO STEP 447 (remove_files) COMPLETE
55112024-10-22T00:30:19.076Z[ recovery-image] Oct 22 00:30:17.465 INFO O| Oct 22 00:30:17.465 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-22T00:30:19.136Z[ recovery-image] Oct 22 00:30:17.526 INFO O| Oct 22 00:30:17.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55132024-10-22T00:30:19.136Z[ recovery-image] Oct 22 00:30:17.526 INFO O| Oct 22 00:30:17.526 INFO STEP 448 (remove_files) COMPLETE
55142024-10-22T00:30:19.139Z[ recovery-image] Oct 22 00:30:17.526 INFO O| Oct 22 00:30:17.526 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-22T00:30:19.167Z[ recovery-image] Oct 22 00:30:17.556 INFO O| Oct 22 00:30:17.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55162024-10-22T00:30:19.169Z[ recovery-image] Oct 22 00:30:17.556 INFO O| Oct 22 00:30:17.556 INFO STEP 449 (remove_files) COMPLETE
55172024-10-22T00:30:19.169Z[ recovery-image] Oct 22 00:30:17.557 INFO O| Oct 22 00:30:17.556 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-22T00:30:19.185Z[ recovery-image] Oct 22 00:30:17.575 INFO O| Oct 22 00:30:17.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55192024-10-22T00:30:19.188Z[ recovery-image] Oct 22 00:30:17.575 INFO O| Oct 22 00:30:17.575 INFO STEP 450 (remove_files) COMPLETE
55202024-10-22T00:30:19.188Z[ recovery-image] Oct 22 00:30:17.576 INFO O| Oct 22 00:30:17.575 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-22T00:30:19.204Z[ recovery-image] Oct 22 00:30:17.593 INFO O| Oct 22 00:30:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55222024-10-22T00:30:19.206Z[ recovery-image] Oct 22 00:30:17.594 INFO O| Oct 22 00:30:17.594 INFO STEP 451 (remove_files) COMPLETE
55232024-10-22T00:30:19.206Z[ recovery-image] Oct 22 00:30:17.594 INFO O| Oct 22 00:30:17.594 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-22T00:30:19.223Z[ recovery-image] Oct 22 00:30:17.612 INFO O| Oct 22 00:30:17.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55252024-10-22T00:30:19.225Z[ recovery-image] Oct 22 00:30:17.613 INFO O| Oct 22 00:30:17.612 INFO STEP 452 (remove_files) COMPLETE
55262024-10-22T00:30:19.225Z[ recovery-image] Oct 22 00:30:17.613 INFO O| Oct 22 00:30:17.613 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-22T00:30:19.253Z[ recovery-image] Oct 22 00:30:17.642 INFO O| Oct 22 00:30:17.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55282024-10-22T00:30:19.255Z[ recovery-image] Oct 22 00:30:17.642 INFO O| Oct 22 00:30:17.642 INFO STEP 453 (remove_files) COMPLETE
55292024-10-22T00:30:19.255Z[ recovery-image] Oct 22 00:30:17.642 INFO O| Oct 22 00:30:17.642 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-22T00:30:19.272Z[ recovery-image] Oct 22 00:30:17.662 INFO O| Oct 22 00:30:17.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55312024-10-22T00:30:19.275Z[ recovery-image] Oct 22 00:30:17.662 INFO O| Oct 22 00:30:17.662 INFO STEP 454 (remove_files) COMPLETE
55322024-10-22T00:30:19.275Z[ recovery-image] Oct 22 00:30:17.662 INFO O| Oct 22 00:30:17.662 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-22T00:30:19.308Z[ recovery-image] Oct 22 00:30:17.697 INFO O| Oct 22 00:30:17.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55342024-10-22T00:30:19.308Z[ recovery-image] Oct 22 00:30:17.697 INFO O| Oct 22 00:30:17.697 INFO STEP 455 (remove_files) COMPLETE
55352024-10-22T00:30:19.308Z[ recovery-image] Oct 22 00:30:17.697 INFO O| Oct 22 00:30:17.697 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-22T00:30:19.327Z[ recovery-image] Oct 22 00:30:17.717 INFO O| Oct 22 00:30:17.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55372024-10-22T00:30:19.327Z[ recovery-image] Oct 22 00:30:17.717 INFO O| Oct 22 00:30:17.717 INFO STEP 456 (remove_files) COMPLETE
55382024-10-22T00:30:19.327Z[ recovery-image] Oct 22 00:30:17.717 INFO O| Oct 22 00:30:17.717 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-22T00:30:19.346Z[ recovery-image] Oct 22 00:30:17.735 INFO O| Oct 22 00:30:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55402024-10-22T00:30:19.346Z[ recovery-image] Oct 22 00:30:17.736 INFO O| Oct 22 00:30:17.735 INFO STEP 457 (remove_files) COMPLETE
55412024-10-22T00:30:19.349Z[ recovery-image] Oct 22 00:30:17.736 INFO O| Oct 22 00:30:17.736 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-22T00:30:19.375Z[ recovery-image] Oct 22 00:30:17.764 INFO O| Oct 22 00:30:17.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55432024-10-22T00:30:19.375Z[ recovery-image] Oct 22 00:30:17.764 INFO O| Oct 22 00:30:17.764 INFO STEP 458 (remove_files) COMPLETE
55442024-10-22T00:30:19.375Z[ recovery-image] Oct 22 00:30:17.764 INFO O| Oct 22 00:30:17.764 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-22T00:30:19.392Z[ recovery-image] Oct 22 00:30:17.781 INFO O| Oct 22 00:30:17.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55462024-10-22T00:30:19.392Z[ recovery-image] Oct 22 00:30:17.781 INFO O| Oct 22 00:30:17.781 INFO STEP 459 (remove_files) COMPLETE
55472024-10-22T00:30:19.392Z[ recovery-image] Oct 22 00:30:17.781 INFO O| Oct 22 00:30:17.781 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-22T00:30:19.425Z[ recovery-image] Oct 22 00:30:17.814 INFO O| Oct 22 00:30:17.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55492024-10-22T00:30:19.425Z[ recovery-image] Oct 22 00:30:17.814 INFO O| Oct 22 00:30:17.814 INFO STEP 460 (remove_files) COMPLETE
55502024-10-22T00:30:19.425Z[ recovery-image] Oct 22 00:30:17.814 INFO O| Oct 22 00:30:17.814 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-22T00:30:19.485Z[ recovery-image] Oct 22 00:30:17.874 INFO O| Oct 22 00:30:17.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55522024-10-22T00:30:19.485Z[ recovery-image] Oct 22 00:30:17.874 INFO O| Oct 22 00:30:17.874 INFO STEP 461 (remove_files) COMPLETE
55532024-10-22T00:30:19.485Z[ recovery-image] Oct 22 00:30:17.875 INFO O| Oct 22 00:30:17.874 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-22T00:30:19.503Z[ recovery-image] Oct 22 00:30:17.893 INFO O| Oct 22 00:30:17.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55552024-10-22T00:30:19.503Z[ recovery-image] Oct 22 00:30:17.893 INFO O| Oct 22 00:30:17.893 INFO STEP 462 (remove_files) COMPLETE
55562024-10-22T00:30:19.506Z[ recovery-image] Oct 22 00:30:17.893 INFO O| Oct 22 00:30:17.893 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-22T00:30:19.532Z[ recovery-image] Oct 22 00:30:17.922 INFO O| Oct 22 00:30:17.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55582024-10-22T00:30:19.533Z[ recovery-image] Oct 22 00:30:17.922 INFO O| Oct 22 00:30:17.922 INFO STEP 463 (remove_files) COMPLETE
55592024-10-22T00:30:19.533Z[ recovery-image] Oct 22 00:30:17.922 INFO O| Oct 22 00:30:17.922 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-22T00:30:19.551Z[ recovery-image] Oct 22 00:30:17.941 INFO O| Oct 22 00:30:17.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55612024-10-22T00:30:19.551Z[ recovery-image] Oct 22 00:30:17.941 INFO O| Oct 22 00:30:17.941 INFO STEP 464 (remove_files) COMPLETE
55622024-10-22T00:30:19.554Z[ recovery-image] Oct 22 00:30:17.941 INFO O| Oct 22 00:30:17.941 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-22T00:30:19.589Z[ recovery-image] Oct 22 00:30:17.979 INFO O| Oct 22 00:30:17.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55642024-10-22T00:30:19.589Z[ recovery-image] Oct 22 00:30:17.979 INFO O| Oct 22 00:30:17.979 INFO STEP 465 (remove_files) COMPLETE
55652024-10-22T00:30:19.589Z[ recovery-image] Oct 22 00:30:17.979 INFO O| Oct 22 00:30:17.979 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-22T00:30:19.625Z[ recovery-image] Oct 22 00:30:18.014 INFO O| Oct 22 00:30:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55672024-10-22T00:30:19.627Z[ recovery-image] Oct 22 00:30:18.014 INFO O| Oct 22 00:30:18.014 INFO STEP 466 (remove_files) COMPLETE
55682024-10-22T00:30:19.627Z[ recovery-image] Oct 22 00:30:18.014 INFO O| Oct 22 00:30:18.014 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-22T00:30:19.636Z[ host-image] Oct 22 00:30:18.026 INFO O| Oct 22 00:30:18.026 INFO O| Done
55702024-10-22T00:30:19.682Z[ host-image] Oct 22 00:30:18.071 INFO O| Oct 22 00:30:18.071 INFO O| Done
55712024-10-22T00:30:19.684Z[ host-image] Oct 22 00:30:18.072 INFO O| Oct 22 00:30:18.071 INFO O| Done
55722024-10-22T00:30:19.717Z[ recovery-image] Oct 22 00:30:18.107 INFO O| Oct 22 00:30:18.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55732024-10-22T00:30:19.717Z[ recovery-image] Oct 22 00:30:18.107 INFO O| Oct 22 00:30:18.107 INFO STEP 467 (remove_files) COMPLETE
55742024-10-22T00:30:19.719Z[ recovery-image] Oct 22 00:30:18.107 INFO O| Oct 22 00:30:18.107 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-22T00:30:19.740Z[ host-image] Oct 22 00:30:18.130 INFO O| Oct 22 00:30:18.130 INFO O| Done
55762024-10-22T00:30:19.798Z[ recovery-image] Oct 22 00:30:18.188 INFO O| Oct 22 00:30:18.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55772024-10-22T00:30:19.798Z[ recovery-image] Oct 22 00:30:18.188 INFO O| Oct 22 00:30:18.188 INFO STEP 468 (remove_files) COMPLETE
55782024-10-22T00:30:19.798Z[ recovery-image] Oct 22 00:30:18.188 INFO O| Oct 22 00:30:18.188 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-22T00:30:19.817Z[ recovery-image] Oct 22 00:30:18.207 INFO O| Oct 22 00:30:18.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55802024-10-22T00:30:19.817Z[ recovery-image] Oct 22 00:30:18.207 INFO O| Oct 22 00:30:18.206 INFO STEP 469 (remove_files) COMPLETE
55812024-10-22T00:30:19.819Z[ recovery-image] Oct 22 00:30:18.207 INFO O| Oct 22 00:30:18.206 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-22T00:30:19.835Z[ recovery-image] Oct 22 00:30:18.225 INFO O| Oct 22 00:30:18.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55832024-10-22T00:30:19.835Z[ recovery-image] Oct 22 00:30:18.225 INFO O| Oct 22 00:30:18.225 INFO STEP 470 (remove_files) COMPLETE
55842024-10-22T00:30:19.835Z[ recovery-image] Oct 22 00:30:18.225 INFO O| Oct 22 00:30:18.225 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-10-22T00:30:19.853Z[ recovery-image] Oct 22 00:30:18.243 INFO O| Oct 22 00:30:18.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55862024-10-22T00:30:19.853Z[ recovery-image] Oct 22 00:30:18.243 INFO O| Oct 22 00:30:18.243 INFO STEP 471 (remove_files) COMPLETE
55872024-10-22T00:30:19.853Z[ recovery-image] Oct 22 00:30:18.243 INFO O| Oct 22 00:30:18.243 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-22T00:30:19.872Z[ recovery-image] Oct 22 00:30:18.261 INFO O| Oct 22 00:30:18.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55892024-10-22T00:30:19.872Z[ recovery-image] Oct 22 00:30:18.261 INFO O| Oct 22 00:30:18.261 INFO STEP 472 (remove_files) COMPLETE
55902024-10-22T00:30:19.872Z[ recovery-image] Oct 22 00:30:18.261 INFO O| Oct 22 00:30:18.261 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-22T00:30:19.909Z[ recovery-image] Oct 22 00:30:18.298 INFO O| Oct 22 00:30:18.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55922024-10-22T00:30:19.910Z[ recovery-image] Oct 22 00:30:18.298 INFO O| Oct 22 00:30:18.278 INFO STEP 473 (remove_files) COMPLETE
55932024-10-22T00:30:19.910Z[ host-image] Oct 22 00:30:18.299 INFO O| Oct 22 00:30:18.298 INFO STEP 13 (pkg_install) COMPLETE
55942024-10-22T00:30:19.910Z[ host-image] Oct 22 00:30:18.299 INFO O| Oct 22 00:30:18.299 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
55952024-10-22T00:30:19.910Z[ recovery-image] Oct 22 00:30:18.299 INFO O| Oct 22 00:30:18.278 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-22T00:30:19.920Z[ recovery-image] Oct 22 00:30:18.310 INFO O| Oct 22 00:30:18.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55972024-10-22T00:30:19.923Z[ recovery-image] Oct 22 00:30:18.310 INFO O| Oct 22 00:30:18.310 INFO STEP 474 (remove_files) COMPLETE
55982024-10-22T00:30:19.923Z[ recovery-image] Oct 22 00:30:18.310 INFO O| Oct 22 00:30:18.310 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-22T00:30:19.926Z[ host-image] Oct 22 00:30:18.315 INFO O| Oct 22 00:30:18.315 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
56002024-10-22T00:30:19.938Z[ recovery-image] Oct 22 00:30:18.326 INFO O| Oct 22 00:30:18.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
56012024-10-22T00:30:19.940Z[ recovery-image] Oct 22 00:30:18.327 INFO O| Oct 22 00:30:18.327 INFO STEP 475 (remove_files) COMPLETE
56022024-10-22T00:30:19.940Z[ recovery-image] Oct 22 00:30:18.327 INFO O| Oct 22 00:30:18.327 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-22T00:30:19.955Z[ recovery-image] Oct 22 00:30:18.344 INFO O| Oct 22 00:30:18.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
56042024-10-22T00:30:19.958Z[ recovery-image] Oct 22 00:30:18.344 INFO O| Oct 22 00:30:18.344 INFO STEP 476 (remove_files) COMPLETE
56052024-10-22T00:30:19.958Z[ recovery-image] Oct 22 00:30:18.344 INFO O| Oct 22 00:30:18.344 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-22T00:30:19.976Z[ recovery-image] Oct 22 00:30:18.365 INFO O| Oct 22 00:30:18.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
56072024-10-22T00:30:19.976Z[ recovery-image] Oct 22 00:30:18.365 INFO O| Oct 22 00:30:18.365 INFO STEP 477 (remove_files) COMPLETE
56082024-10-22T00:30:19.976Z[ recovery-image] Oct 22 00:30:18.365 INFO O| Oct 22 00:30:18.365 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-22T00:30:20.014Z[ recovery-image] Oct 22 00:30:18.404 INFO O| Oct 22 00:30:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
56102024-10-22T00:30:20.014Z[ recovery-image] Oct 22 00:30:18.404 INFO O| Oct 22 00:30:18.404 INFO STEP 478 (remove_files) COMPLETE
56112024-10-22T00:30:20.014Z[ recovery-image] Oct 22 00:30:18.404 INFO O| Oct 22 00:30:18.404 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-22T00:30:20.033Z[ recovery-image] Oct 22 00:30:18.422 INFO O| Oct 22 00:30:18.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56132024-10-22T00:30:20.033Z[ recovery-image] Oct 22 00:30:18.422 INFO O| Oct 22 00:30:18.422 INFO STEP 479 (remove_files) COMPLETE
56142024-10-22T00:30:20.033Z[ recovery-image] Oct 22 00:30:18.422 INFO O| Oct 22 00:30:18.422 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-22T00:30:20.055Z[ recovery-image] Oct 22 00:30:18.445 INFO O| Oct 22 00:30:18.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56162024-10-22T00:30:20.058Z[ recovery-image] Oct 22 00:30:18.445 INFO O| Oct 22 00:30:18.445 INFO STEP 480 (remove_files) COMPLETE
56172024-10-22T00:30:20.058Z[ recovery-image] Oct 22 00:30:18.445 INFO O| Oct 22 00:30:18.445 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-22T00:30:20.073Z[ recovery-image] Oct 22 00:30:18.462 INFO O| Oct 22 00:30:18.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56192024-10-22T00:30:20.073Z[ recovery-image] Oct 22 00:30:18.463 INFO O| Oct 22 00:30:18.463 INFO STEP 481 (remove_files) COMPLETE
56202024-10-22T00:30:20.075Z[ recovery-image] Oct 22 00:30:18.463 INFO O| Oct 22 00:30:18.463 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-22T00:30:20.089Z[ recovery-image] Oct 22 00:30:18.479 INFO O| Oct 22 00:30:18.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56222024-10-22T00:30:20.089Z[ recovery-image] Oct 22 00:30:18.479 INFO O| Oct 22 00:30:18.479 INFO STEP 482 (remove_files) COMPLETE
56232024-10-22T00:30:20.090Z[ recovery-image] Oct 22 00:30:18.479 INFO O| Oct 22 00:30:18.479 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-22T00:30:20.107Z[ recovery-image] Oct 22 00:30:18.497 INFO O| Oct 22 00:30:18.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56252024-10-22T00:30:20.107Z[ recovery-image] Oct 22 00:30:18.497 INFO O| Oct 22 00:30:18.497 INFO STEP 483 (remove_files) COMPLETE
56262024-10-22T00:30:20.110Z[ recovery-image] Oct 22 00:30:18.497 INFO O| Oct 22 00:30:18.497 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-22T00:30:20.127Z[ recovery-image] Oct 22 00:30:18.516 INFO O| Oct 22 00:30:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56282024-10-22T00:30:20.127Z[ recovery-image] Oct 22 00:30:18.517 INFO O| Oct 22 00:30:18.517 INFO STEP 484 (remove_files) COMPLETE
56292024-10-22T00:30:20.127Z[ recovery-image] Oct 22 00:30:18.517 INFO O| Oct 22 00:30:18.517 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-22T00:30:20.145Z[ recovery-image] Oct 22 00:30:18.534 INFO O| Oct 22 00:30:18.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56312024-10-22T00:30:20.145Z[ recovery-image] Oct 22 00:30:18.535 INFO O| Oct 22 00:30:18.534 INFO STEP 485 (remove_files) COMPLETE
56322024-10-22T00:30:20.145Z[ recovery-image] Oct 22 00:30:18.535 INFO O| Oct 22 00:30:18.535 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-22T00:30:20.163Z[ recovery-image] Oct 22 00:30:18.552 INFO O| Oct 22 00:30:18.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56342024-10-22T00:30:20.165Z[ recovery-image] Oct 22 00:30:18.553 INFO O| Oct 22 00:30:18.553 INFO STEP 486 (remove_files) COMPLETE
56352024-10-22T00:30:20.165Z[ recovery-image] Oct 22 00:30:18.553 INFO O| Oct 22 00:30:18.553 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-22T00:30:20.198Z[ recovery-image] Oct 22 00:30:18.588 INFO O| Oct 22 00:30:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56372024-10-22T00:30:20.198Z[ recovery-image] Oct 22 00:30:18.588 INFO O| Oct 22 00:30:18.588 INFO STEP 487 (remove_files) COMPLETE
56382024-10-22T00:30:20.201Z[ recovery-image] Oct 22 00:30:18.588 INFO O| Oct 22 00:30:18.588 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-22T00:30:20.217Z[ recovery-image] Oct 22 00:30:18.607 INFO O| Oct 22 00:30:18.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56402024-10-22T00:30:20.217Z[ recovery-image] Oct 22 00:30:18.607 INFO O| Oct 22 00:30:18.607 INFO STEP 488 (remove_files) COMPLETE
56412024-10-22T00:30:20.217Z[ recovery-image] Oct 22 00:30:18.607 INFO O| Oct 22 00:30:18.607 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-22T00:30:20.238Z[ recovery-image] Oct 22 00:30:18.628 INFO O| Oct 22 00:30:18.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56432024-10-22T00:30:20.239Z[ recovery-image] Oct 22 00:30:18.628 INFO O| Oct 22 00:30:18.628 INFO STEP 489 (remove_files) COMPLETE
56442024-10-22T00:30:20.241Z[ recovery-image] Oct 22 00:30:18.628 INFO O| Oct 22 00:30:18.628 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-22T00:30:20.269Z[ recovery-image] Oct 22 00:30:18.659 INFO O| Oct 22 00:30:18.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56462024-10-22T00:30:20.269Z[ recovery-image] Oct 22 00:30:18.659 INFO O| Oct 22 00:30:18.659 INFO STEP 490 (remove_files) COMPLETE
56472024-10-22T00:30:20.269Z[ recovery-image] Oct 22 00:30:18.659 INFO O| Oct 22 00:30:18.659 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-22T00:30:20.308Z[ recovery-image] Oct 22 00:30:18.697 INFO O| Oct 22 00:30:18.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56492024-10-22T00:30:20.308Z[ recovery-image] Oct 22 00:30:18.697 INFO O| Oct 22 00:30:18.697 INFO STEP 491 (remove_files) COMPLETE
56502024-10-22T00:30:20.308Z[ recovery-image] Oct 22 00:30:18.697 INFO O| Oct 22 00:30:18.697 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-22T00:30:20.326Z[ recovery-image] Oct 22 00:30:18.715 INFO O| Oct 22 00:30:18.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56522024-10-22T00:30:20.328Z[ recovery-image] Oct 22 00:30:18.716 INFO O| Oct 22 00:30:18.715 INFO STEP 492 (remove_files) COMPLETE
56532024-10-22T00:30:20.328Z[ recovery-image] Oct 22 00:30:18.716 INFO O| Oct 22 00:30:18.716 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-22T00:30:20.343Z[ recovery-image] Oct 22 00:30:18.733 INFO O| Oct 22 00:30:18.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56552024-10-22T00:30:20.343Z[ recovery-image] Oct 22 00:30:18.733 INFO O| Oct 22 00:30:18.733 INFO STEP 493 (remove_files) COMPLETE
56562024-10-22T00:30:20.343Z[ recovery-image] Oct 22 00:30:18.733 INFO O| Oct 22 00:30:18.733 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-22T00:30:20.362Z[ recovery-image] Oct 22 00:30:18.751 INFO O| Oct 22 00:30:18.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56582024-10-22T00:30:20.362Z[ recovery-image] Oct 22 00:30:18.751 INFO O| Oct 22 00:30:18.751 INFO STEP 494 (remove_files) COMPLETE
56592024-10-22T00:30:20.362Z[ recovery-image] Oct 22 00:30:18.751 INFO O| Oct 22 00:30:18.751 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-22T00:30:20.398Z[ recovery-image] Oct 22 00:30:18.787 INFO O| Oct 22 00:30:18.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56612024-10-22T00:30:20.398Z[ recovery-image] Oct 22 00:30:18.787 INFO O| Oct 22 00:30:18.787 INFO STEP 495 (remove_files) COMPLETE
56622024-10-22T00:30:20.398Z[ recovery-image] Oct 22 00:30:18.787 INFO O| Oct 22 00:30:18.787 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-22T00:30:20.432Z[ recovery-image] Oct 22 00:30:18.821 INFO O| Oct 22 00:30:18.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56642024-10-22T00:30:20.432Z[ recovery-image] Oct 22 00:30:18.821 INFO O| Oct 22 00:30:18.821 INFO STEP 496 (remove_files) COMPLETE
56652024-10-22T00:30:20.432Z[ recovery-image] Oct 22 00:30:18.821 INFO O| Oct 22 00:30:18.821 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-22T00:30:20.448Z[ recovery-image] Oct 22 00:30:18.837 INFO O| Oct 22 00:30:18.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56672024-10-22T00:30:20.448Z[ recovery-image] Oct 22 00:30:18.837 INFO O| Oct 22 00:30:18.837 INFO STEP 497 (remove_files) COMPLETE
56682024-10-22T00:30:20.448Z[ recovery-image] Oct 22 00:30:18.837 INFO O| Oct 22 00:30:18.837 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-22T00:30:20.464Z[ recovery-image] Oct 22 00:30:18.853 INFO O| Oct 22 00:30:18.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56702024-10-22T00:30:20.464Z[ recovery-image] Oct 22 00:30:18.853 INFO O| Oct 22 00:30:18.853 INFO STEP 498 (remove_files) COMPLETE
56712024-10-22T00:30:20.466Z[ recovery-image] Oct 22 00:30:18.853 INFO O| Oct 22 00:30:18.853 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-22T00:30:20.482Z[ recovery-image] Oct 22 00:30:18.871 INFO O| Oct 22 00:30:18.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56732024-10-22T00:30:20.482Z[ recovery-image] Oct 22 00:30:18.871 INFO O| Oct 22 00:30:18.871 INFO STEP 499 (remove_files) COMPLETE
56742024-10-22T00:30:20.482Z[ recovery-image] Oct 22 00:30:18.871 INFO O| Oct 22 00:30:18.871 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-22T00:30:20.512Z[ recovery-image] Oct 22 00:30:18.902 INFO O| Oct 22 00:30:18.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56762024-10-22T00:30:20.515Z[ recovery-image] Oct 22 00:30:18.902 INFO O| Oct 22 00:30:18.902 INFO STEP 500 (remove_files) COMPLETE
56772024-10-22T00:30:20.515Z[ recovery-image] Oct 22 00:30:18.903 INFO O| Oct 22 00:30:18.903 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-22T00:30:20.532Z[ recovery-image] Oct 22 00:30:18.922 INFO O| Oct 22 00:30:18.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56792024-10-22T00:30:20.535Z[ recovery-image] Oct 22 00:30:18.925 INFO O| Oct 22 00:30:18.925 INFO STEP 501 (remove_files) COMPLETE
56802024-10-22T00:30:20.535Z[ recovery-image] Oct 22 00:30:18.925 INFO O| Oct 22 00:30:18.925 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-22T00:30:20.557Z[ recovery-image] Oct 22 00:30:18.947 INFO O| Oct 22 00:30:18.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56822024-10-22T00:30:20.557Z[ recovery-image] Oct 22 00:30:18.947 INFO O| Oct 22 00:30:18.947 INFO STEP 502 (remove_files) COMPLETE
56832024-10-22T00:30:20.557Z[ recovery-image] Oct 22 00:30:18.947 INFO O| Oct 22 00:30:18.947 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-22T00:30:20.577Z[ recovery-image] Oct 22 00:30:18.967 INFO O| Oct 22 00:30:18.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56852024-10-22T00:30:20.580Z[ recovery-image] Oct 22 00:30:18.969 INFO O| Oct 22 00:30:18.969 INFO STEP 503 (remove_files) COMPLETE
56862024-10-22T00:30:20.580Z[ recovery-image] Oct 22 00:30:18.969 INFO O| Oct 22 00:30:18.969 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-22T00:30:20.621Z[ recovery-image] Oct 22 00:30:19.011 INFO O| Oct 22 00:30:19.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56882024-10-22T00:30:20.621Z[ recovery-image] Oct 22 00:30:19.011 INFO O| Oct 22 00:30:19.011 INFO STEP 504 (remove_files) COMPLETE
56892024-10-22T00:30:20.624Z[ recovery-image] Oct 22 00:30:19.011 INFO O| Oct 22 00:30:19.011 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-22T00:30:20.641Z[ recovery-image] Oct 22 00:30:19.031 INFO O| Oct 22 00:30:19.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56912024-10-22T00:30:20.641Z[ recovery-image] Oct 22 00:30:19.031 INFO O| Oct 22 00:30:19.031 INFO STEP 505 (remove_files) COMPLETE
56922024-10-22T00:30:20.641Z[ recovery-image] Oct 22 00:30:19.031 INFO O| Oct 22 00:30:19.031 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-22T00:30:20.658Z[ recovery-image] Oct 22 00:30:19.047 INFO O| Oct 22 00:30:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56942024-10-22T00:30:20.661Z[ recovery-image] Oct 22 00:30:19.048 INFO O| Oct 22 00:30:19.048 INFO STEP 506 (remove_files) COMPLETE
56952024-10-22T00:30:20.661Z[ recovery-image] Oct 22 00:30:19.048 INFO O| Oct 22 00:30:19.048 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-22T00:30:20.676Z[ recovery-image] Oct 22 00:30:19.066 INFO O| Oct 22 00:30:19.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56972024-10-22T00:30:20.676Z[ recovery-image] Oct 22 00:30:19.066 INFO O| Oct 22 00:30:19.066 INFO STEP 507 (remove_files) COMPLETE
56982024-10-22T00:30:20.678Z[ recovery-image] Oct 22 00:30:19.066 INFO O| Oct 22 00:30:19.066 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-22T00:30:20.694Z[ recovery-image] Oct 22 00:30:19.084 INFO O| Oct 22 00:30:19.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
57002024-10-22T00:30:20.694Z[ recovery-image] Oct 22 00:30:19.084 INFO O| Oct 22 00:30:19.084 INFO STEP 508 (remove_files) COMPLETE
57012024-10-22T00:30:20.696Z[ recovery-image] Oct 22 00:30:19.084 INFO O| Oct 22 00:30:19.084 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-22T00:30:20.711Z[ recovery-image] Oct 22 00:30:19.101 INFO O| Oct 22 00:30:19.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
57032024-10-22T00:30:20.711Z[ recovery-image] Oct 22 00:30:19.101 INFO O| Oct 22 00:30:19.101 INFO STEP 509 (remove_files) COMPLETE
57042024-10-22T00:30:20.713Z[ recovery-image] Oct 22 00:30:19.101 INFO O| Oct 22 00:30:19.101 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-22T00:30:20.728Z[ recovery-image] Oct 22 00:30:19.118 INFO O| Oct 22 00:30:19.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
57062024-10-22T00:30:20.728Z[ recovery-image] Oct 22 00:30:19.118 INFO O| Oct 22 00:30:19.118 INFO STEP 510 (remove_files) COMPLETE
57072024-10-22T00:30:20.728Z[ recovery-image] Oct 22 00:30:19.118 INFO O| Oct 22 00:30:19.118 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-22T00:30:20.745Z[ recovery-image] Oct 22 00:30:19.134 INFO O| Oct 22 00:30:19.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
57092024-10-22T00:30:20.745Z[ recovery-image] Oct 22 00:30:19.134 INFO O| Oct 22 00:30:19.134 INFO STEP 511 (remove_files) COMPLETE
57102024-10-22T00:30:20.745Z[ recovery-image] Oct 22 00:30:19.134 INFO O| Oct 22 00:30:19.134 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-22T00:30:20.762Z[ recovery-image] Oct 22 00:30:19.151 INFO O| Oct 22 00:30:19.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57122024-10-22T00:30:20.762Z[ recovery-image] Oct 22 00:30:19.152 INFO O| Oct 22 00:30:19.152 INFO STEP 512 (remove_files) COMPLETE
57132024-10-22T00:30:20.762Z[ recovery-image] Oct 22 00:30:19.152 INFO O| Oct 22 00:30:19.152 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-22T00:30:20.782Z[ recovery-image] Oct 22 00:30:19.168 INFO O| Oct 22 00:30:19.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57152024-10-22T00:30:20.782Z[ recovery-image] Oct 22 00:30:19.168 INFO O| Oct 22 00:30:19.168 INFO STEP 513 (remove_files) COMPLETE
57162024-10-22T00:30:20.782Z[ recovery-image] Oct 22 00:30:19.168 INFO O| Oct 22 00:30:19.168 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-22T00:30:20.795Z[ recovery-image] Oct 22 00:30:19.185 INFO O| Oct 22 00:30:19.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57182024-10-22T00:30:20.795Z[ recovery-image] Oct 22 00:30:19.185 INFO O| Oct 22 00:30:19.185 INFO STEP 514 (remove_files) COMPLETE
57192024-10-22T00:30:20.795Z[ recovery-image] Oct 22 00:30:19.185 INFO O| Oct 22 00:30:19.185 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-22T00:30:20.813Z[ recovery-image] Oct 22 00:30:19.202 INFO O| Oct 22 00:30:19.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57212024-10-22T00:30:20.813Z[ recovery-image] Oct 22 00:30:19.202 INFO O| Oct 22 00:30:19.202 INFO STEP 515 (remove_files) COMPLETE
57222024-10-22T00:30:20.813Z[ recovery-image] Oct 22 00:30:19.202 INFO O| Oct 22 00:30:19.202 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-22T00:30:20.829Z[ recovery-image] Oct 22 00:30:19.219 INFO O| Oct 22 00:30:19.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57242024-10-22T00:30:20.829Z[ recovery-image] Oct 22 00:30:19.219 INFO O| Oct 22 00:30:19.219 INFO STEP 516 (remove_files) COMPLETE
57252024-10-22T00:30:20.829Z[ recovery-image] Oct 22 00:30:19.219 INFO O| Oct 22 00:30:19.219 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-22T00:30:20.835Z[ host-image] Oct 22 00:30:19.225 INFO O| Oct 22 00:30:19.225 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
57272024-10-22T00:30:20.846Z[ recovery-image] Oct 22 00:30:19.236 INFO O| Oct 22 00:30:19.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57282024-10-22T00:30:20.846Z[ recovery-image] Oct 22 00:30:19.236 INFO O| Oct 22 00:30:19.236 INFO STEP 517 (remove_files) COMPLETE
57292024-10-22T00:30:20.848Z[ recovery-image] Oct 22 00:30:19.236 INFO O| Oct 22 00:30:19.236 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302024-10-22T00:30:20.864Z[ recovery-image] Oct 22 00:30:19.253 INFO O| Oct 22 00:30:19.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57312024-10-22T00:30:20.864Z[ recovery-image] Oct 22 00:30:19.254 INFO O| Oct 22 00:30:19.254 INFO STEP 518 (remove_files) COMPLETE
57322024-10-22T00:30:20.866Z[ recovery-image] Oct 22 00:30:19.254 INFO O| Oct 22 00:30:19.254 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332024-10-22T00:30:20.883Z[ recovery-image] Oct 22 00:30:19.273 INFO O| Oct 22 00:30:19.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57342024-10-22T00:30:20.883Z[ recovery-image] Oct 22 00:30:19.273 INFO O| Oct 22 00:30:19.273 INFO STEP 519 (remove_files) COMPLETE
57352024-10-22T00:30:20.883Z[ recovery-image] Oct 22 00:30:19.273 INFO O| Oct 22 00:30:19.273 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362024-10-22T00:30:20.900Z[ recovery-image] Oct 22 00:30:19.290 INFO O| Oct 22 00:30:19.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57372024-10-22T00:30:20.900Z[ recovery-image] Oct 22 00:30:19.290 INFO O| Oct 22 00:30:19.290 INFO STEP 520 (remove_files) COMPLETE
57382024-10-22T00:30:20.902Z[ recovery-image] Oct 22 00:30:19.290 INFO O| Oct 22 00:30:19.290 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392024-10-22T00:30:20.917Z[ recovery-image] Oct 22 00:30:19.307 INFO O| Oct 22 00:30:19.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57402024-10-22T00:30:20.920Z[ recovery-image] Oct 22 00:30:19.307 INFO O| Oct 22 00:30:19.307 INFO STEP 521 (remove_files) COMPLETE
57412024-10-22T00:30:20.920Z[ recovery-image] Oct 22 00:30:19.307 INFO O| Oct 22 00:30:19.307 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422024-10-22T00:30:20.935Z[ recovery-image] Oct 22 00:30:19.325 INFO O| Oct 22 00:30:19.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57432024-10-22T00:30:20.935Z[ recovery-image] Oct 22 00:30:19.325 INFO O| Oct 22 00:30:19.325 INFO STEP 522 (remove_files) COMPLETE
57442024-10-22T00:30:20.938Z[ recovery-image] Oct 22 00:30:19.325 INFO O| Oct 22 00:30:19.325 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452024-10-22T00:30:20.953Z[ recovery-image] Oct 22 00:30:19.342 INFO O| Oct 22 00:30:19.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57462024-10-22T00:30:20.953Z[ recovery-image] Oct 22 00:30:19.343 INFO O| Oct 22 00:30:19.343 INFO STEP 523 (remove_files) COMPLETE
57472024-10-22T00:30:20.955Z[ recovery-image] Oct 22 00:30:19.343 INFO O| Oct 22 00:30:19.343 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482024-10-22T00:30:20.971Z[ recovery-image] Oct 22 00:30:19.360 INFO O| Oct 22 00:30:19.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57492024-10-22T00:30:20.971Z[ recovery-image] Oct 22 00:30:19.360 INFO O| Oct 22 00:30:19.360 INFO STEP 524 (remove_files) COMPLETE
57502024-10-22T00:30:20.971Z[ recovery-image] Oct 22 00:30:19.360 INFO O| Oct 22 00:30:19.360 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512024-10-22T00:30:20.991Z[ recovery-image] Oct 22 00:30:19.381 INFO O| Oct 22 00:30:19.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57522024-10-22T00:30:20.991Z[ recovery-image] Oct 22 00:30:19.381 INFO O| Oct 22 00:30:19.381 INFO STEP 525 (remove_files) COMPLETE
57532024-10-22T00:30:20.991Z[ recovery-image] Oct 22 00:30:19.381 INFO O| Oct 22 00:30:19.381 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542024-10-22T00:30:21.010Z[ recovery-image] Oct 22 00:30:19.400 INFO O| Oct 22 00:30:19.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57552024-10-22T00:30:21.010Z[ recovery-image] Oct 22 00:30:19.400 INFO O| Oct 22 00:30:19.400 INFO STEP 526 (remove_files) COMPLETE
57562024-10-22T00:30:21.010Z[ recovery-image] Oct 22 00:30:19.400 INFO O| Oct 22 00:30:19.400 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572024-10-22T00:30:21.028Z[ recovery-image] Oct 22 00:30:19.418 INFO O| Oct 22 00:30:19.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57582024-10-22T00:30:21.028Z[ recovery-image] Oct 22 00:30:19.418 INFO O| Oct 22 00:30:19.418 INFO STEP 527 (remove_files) COMPLETE
57592024-10-22T00:30:21.029Z[ recovery-image] Oct 22 00:30:19.418 INFO O| Oct 22 00:30:19.418 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602024-10-22T00:30:21.047Z[ recovery-image] Oct 22 00:30:19.437 INFO O| Oct 22 00:30:19.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57612024-10-22T00:30:21.050Z[ recovery-image] Oct 22 00:30:19.437 INFO O| Oct 22 00:30:19.437 INFO STEP 528 (remove_files) COMPLETE
57622024-10-22T00:30:21.050Z[ recovery-image] Oct 22 00:30:19.437 INFO O| Oct 22 00:30:19.437 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632024-10-22T00:30:21.065Z[ recovery-image] Oct 22 00:30:19.455 INFO O| Oct 22 00:30:19.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57642024-10-22T00:30:21.065Z[ recovery-image] Oct 22 00:30:19.455 INFO O| Oct 22 00:30:19.455 INFO STEP 529 (remove_files) COMPLETE
57652024-10-22T00:30:21.068Z[ recovery-image] Oct 22 00:30:19.455 INFO O| Oct 22 00:30:19.455 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662024-10-22T00:30:21.082Z[ recovery-image] Oct 22 00:30:19.472 INFO O| Oct 22 00:30:19.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57672024-10-22T00:30:21.082Z[ recovery-image] Oct 22 00:30:19.472 INFO O| Oct 22 00:30:19.472 INFO STEP 530 (remove_files) COMPLETE
57682024-10-22T00:30:21.085Z[ recovery-image] Oct 22 00:30:19.472 INFO O| Oct 22 00:30:19.472 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692024-10-22T00:30:21.100Z[ recovery-image] Oct 22 00:30:19.489 INFO O| Oct 22 00:30:19.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57702024-10-22T00:30:21.100Z[ recovery-image] Oct 22 00:30:19.490 INFO O| Oct 22 00:30:19.490 INFO STEP 531 (remove_files) COMPLETE
57712024-10-22T00:30:21.100Z[ recovery-image] Oct 22 00:30:19.490 INFO O| Oct 22 00:30:19.490 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722024-10-22T00:30:21.118Z[ recovery-image] Oct 22 00:30:19.508 INFO O| Oct 22 00:30:19.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57732024-10-22T00:30:21.118Z[ recovery-image] Oct 22 00:30:19.508 INFO O| Oct 22 00:30:19.508 INFO STEP 532 (remove_files) COMPLETE
57742024-10-22T00:30:21.121Z[ recovery-image] Oct 22 00:30:19.508 INFO O| Oct 22 00:30:19.508 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752024-10-22T00:30:21.137Z[ recovery-image] Oct 22 00:30:19.527 INFO O| Oct 22 00:30:19.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57762024-10-22T00:30:21.140Z[ recovery-image] Oct 22 00:30:19.527 INFO O| Oct 22 00:30:19.527 INFO STEP 533 (remove_files) COMPLETE
57772024-10-22T00:30:21.140Z[ recovery-image] Oct 22 00:30:19.527 INFO O| Oct 22 00:30:19.527 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782024-10-22T00:30:21.155Z[ recovery-image] Oct 22 00:30:19.544 INFO O| Oct 22 00:30:19.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57792024-10-22T00:30:21.157Z[ recovery-image] Oct 22 00:30:19.544 INFO O| Oct 22 00:30:19.544 INFO STEP 534 (remove_files) COMPLETE
57802024-10-22T00:30:21.157Z[ recovery-image] Oct 22 00:30:19.545 INFO O| Oct 22 00:30:19.544 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812024-10-22T00:30:21.172Z[ recovery-image] Oct 22 00:30:19.562 INFO O| Oct 22 00:30:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57822024-10-22T00:30:21.172Z[ recovery-image] Oct 22 00:30:19.562 INFO O| Oct 22 00:30:19.562 INFO STEP 535 (remove_files) COMPLETE
57832024-10-22T00:30:21.175Z[ recovery-image] Oct 22 00:30:19.562 INFO O| Oct 22 00:30:19.562 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842024-10-22T00:30:21.189Z[ recovery-image] Oct 22 00:30:19.579 INFO O| Oct 22 00:30:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57852024-10-22T00:30:21.192Z[ recovery-image] Oct 22 00:30:19.579 INFO O| Oct 22 00:30:19.579 INFO STEP 536 (remove_files) COMPLETE
57862024-10-22T00:30:21.192Z[ recovery-image] Oct 22 00:30:19.579 INFO O| Oct 22 00:30:19.579 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872024-10-22T00:30:21.207Z[ recovery-image] Oct 22 00:30:19.597 INFO O| Oct 22 00:30:19.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57882024-10-22T00:30:21.207Z[ recovery-image] Oct 22 00:30:19.597 INFO O| Oct 22 00:30:19.597 INFO STEP 537 (remove_files) COMPLETE
57892024-10-22T00:30:21.209Z[ recovery-image] Oct 22 00:30:19.597 INFO O| Oct 22 00:30:19.597 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902024-10-22T00:30:21.224Z[ recovery-image] Oct 22 00:30:19.614 INFO O| Oct 22 00:30:19.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57912024-10-22T00:30:21.224Z[ recovery-image] Oct 22 00:30:19.614 INFO O| Oct 22 00:30:19.614 INFO STEP 538 (remove_files) COMPLETE
57922024-10-22T00:30:21.226Z[ recovery-image] Oct 22 00:30:19.614 INFO O| Oct 22 00:30:19.614 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932024-10-22T00:30:21.241Z[ recovery-image] Oct 22 00:30:19.630 INFO O| Oct 22 00:30:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57942024-10-22T00:30:21.243Z[ recovery-image] Oct 22 00:30:19.631 INFO O| Oct 22 00:30:19.631 INFO STEP 539 (remove_files) COMPLETE
57952024-10-22T00:30:21.243Z[ recovery-image] Oct 22 00:30:19.631 INFO O| Oct 22 00:30:19.631 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962024-10-22T00:30:21.257Z[ recovery-image] Oct 22 00:30:19.647 INFO O| Oct 22 00:30:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57972024-10-22T00:30:21.257Z[ recovery-image] Oct 22 00:30:19.647 INFO O| Oct 22 00:30:19.647 INFO STEP 540 (remove_files) COMPLETE
57982024-10-22T00:30:21.260Z[ recovery-image] Oct 22 00:30:19.647 INFO O| Oct 22 00:30:19.647 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-10-22T00:30:21.273Z[ recovery-image] Oct 22 00:30:19.663 INFO O| Oct 22 00:30:19.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
58002024-10-22T00:30:21.276Z[ recovery-image] Oct 22 00:30:19.663 INFO O| Oct 22 00:30:19.663 INFO STEP 541 (remove_files) COMPLETE
58012024-10-22T00:30:21.276Z[ recovery-image] Oct 22 00:30:19.663 INFO O| Oct 22 00:30:19.663 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-10-22T00:30:21.290Z[ recovery-image] Oct 22 00:30:19.680 INFO O| Oct 22 00:30:19.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
58032024-10-22T00:30:21.293Z[ recovery-image] Oct 22 00:30:19.680 INFO O| Oct 22 00:30:19.680 INFO STEP 542 (remove_files) COMPLETE
58042024-10-22T00:30:21.293Z[ recovery-image] Oct 22 00:30:19.680 INFO O| Oct 22 00:30:19.680 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-10-22T00:30:21.308Z[ recovery-image] Oct 22 00:30:19.697 INFO O| Oct 22 00:30:19.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
58062024-10-22T00:30:21.310Z[ recovery-image] Oct 22 00:30:19.698 INFO O| Oct 22 00:30:19.698 INFO STEP 543 (remove_files) COMPLETE
58072024-10-22T00:30:21.310Z[ recovery-image] Oct 22 00:30:19.698 INFO O| Oct 22 00:30:19.698 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-10-22T00:30:21.326Z[ recovery-image] Oct 22 00:30:19.716 INFO O| Oct 22 00:30:19.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
58092024-10-22T00:30:21.326Z[ recovery-image] Oct 22 00:30:19.716 INFO O| Oct 22 00:30:19.716 INFO STEP 544 (remove_files) COMPLETE
58102024-10-22T00:30:21.327Z[ recovery-image] Oct 22 00:30:19.716 INFO O| Oct 22 00:30:19.716 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-10-22T00:30:21.346Z[ recovery-image] Oct 22 00:30:19.736 INFO O| Oct 22 00:30:19.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58122024-10-22T00:30:21.346Z[ recovery-image] Oct 22 00:30:19.736 INFO O| Oct 22 00:30:19.736 INFO STEP 545 (remove_files) COMPLETE
58132024-10-22T00:30:21.346Z[ recovery-image] Oct 22 00:30:19.736 INFO O| Oct 22 00:30:19.736 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-10-22T00:30:21.368Z[ recovery-image] Oct 22 00:30:19.757 INFO O| Oct 22 00:30:19.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58152024-10-22T00:30:21.368Z[ recovery-image] Oct 22 00:30:19.758 INFO O| Oct 22 00:30:19.758 INFO STEP 546 (remove_files) COMPLETE
58162024-10-22T00:30:21.371Z[ recovery-image] Oct 22 00:30:19.758 INFO O| Oct 22 00:30:19.758 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-10-22T00:30:21.389Z[ recovery-image] Oct 22 00:30:19.779 INFO O| Oct 22 00:30:19.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58182024-10-22T00:30:21.389Z[ recovery-image] Oct 22 00:30:19.779 INFO O| Oct 22 00:30:19.779 INFO STEP 547 (remove_files) COMPLETE
58192024-10-22T00:30:21.389Z[ recovery-image] Oct 22 00:30:19.779 INFO O| Oct 22 00:30:19.779 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-10-22T00:30:21.412Z[ recovery-image] Oct 22 00:30:19.802 INFO O| Oct 22 00:30:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58212024-10-22T00:30:21.415Z[ recovery-image] Oct 22 00:30:19.802 INFO O| Oct 22 00:30:19.802 INFO STEP 548 (remove_files) COMPLETE
58222024-10-22T00:30:21.415Z[ recovery-image] Oct 22 00:30:19.802 INFO O| Oct 22 00:30:19.802 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-10-22T00:30:21.432Z[ recovery-image] Oct 22 00:30:19.822 INFO O| Oct 22 00:30:19.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58242024-10-22T00:30:21.435Z[ recovery-image] Oct 22 00:30:19.822 INFO O| Oct 22 00:30:19.822 INFO STEP 549 (remove_files) COMPLETE
58252024-10-22T00:30:21.435Z[ recovery-image] Oct 22 00:30:19.822 INFO O| Oct 22 00:30:19.822 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-10-22T00:30:21.452Z[ recovery-image] Oct 22 00:30:19.841 INFO O| Oct 22 00:30:19.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58272024-10-22T00:30:21.452Z[ recovery-image] Oct 22 00:30:19.841 INFO O| Oct 22 00:30:19.841 INFO STEP 550 (remove_files) COMPLETE
58282024-10-22T00:30:21.452Z[ recovery-image] Oct 22 00:30:19.841 INFO O| Oct 22 00:30:19.841 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-10-22T00:30:21.470Z[ recovery-image] Oct 22 00:30:19.859 INFO O| Oct 22 00:30:19.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58302024-10-22T00:30:21.470Z[ recovery-image] Oct 22 00:30:19.859 INFO O| Oct 22 00:30:19.859 INFO STEP 551 (remove_files) COMPLETE
58312024-10-22T00:30:21.472Z[ recovery-image] Oct 22 00:30:19.859 INFO O| Oct 22 00:30:19.859 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-10-22T00:30:21.488Z[ recovery-image] Oct 22 00:30:19.878 INFO O| Oct 22 00:30:19.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58332024-10-22T00:30:21.488Z[ recovery-image] Oct 22 00:30:19.878 INFO O| Oct 22 00:30:19.878 INFO STEP 552 (remove_files) COMPLETE
58342024-10-22T00:30:21.491Z[ recovery-image] Oct 22 00:30:19.878 INFO O| Oct 22 00:30:19.878 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-10-22T00:30:21.506Z[ recovery-image] Oct 22 00:30:19.896 INFO O| Oct 22 00:30:19.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58362024-10-22T00:30:21.508Z[ recovery-image] Oct 22 00:30:19.896 INFO O| Oct 22 00:30:19.896 INFO STEP 553 (remove_files) COMPLETE
58372024-10-22T00:30:21.508Z[ recovery-image] Oct 22 00:30:19.896 INFO O| Oct 22 00:30:19.896 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-10-22T00:30:21.522Z[ recovery-image] Oct 22 00:30:19.912 INFO O| Oct 22 00:30:19.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58392024-10-22T00:30:21.526Z[ recovery-image] Oct 22 00:30:19.912 INFO O| Oct 22 00:30:19.912 INFO STEP 554 (remove_files) COMPLETE
58402024-10-22T00:30:21.526Z[ recovery-image] Oct 22 00:30:19.912 INFO O| Oct 22 00:30:19.912 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-10-22T00:30:21.540Z[ recovery-image] Oct 22 00:30:19.930 INFO O| Oct 22 00:30:19.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58422024-10-22T00:30:21.543Z[ recovery-image] Oct 22 00:30:19.930 INFO O| Oct 22 00:30:19.930 INFO STEP 555 (remove_files) COMPLETE
58432024-10-22T00:30:21.543Z[ recovery-image] Oct 22 00:30:19.930 INFO O| Oct 22 00:30:19.930 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-10-22T00:30:21.557Z[ recovery-image] Oct 22 00:30:19.947 INFO O| Oct 22 00:30:19.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58452024-10-22T00:30:21.558Z[ recovery-image] Oct 22 00:30:19.947 INFO O| Oct 22 00:30:19.947 INFO STEP 556 (remove_files) COMPLETE
58462024-10-22T00:30:21.560Z[ recovery-image] Oct 22 00:30:19.947 INFO O| Oct 22 00:30:19.947 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-10-22T00:30:21.576Z[ recovery-image] Oct 22 00:30:19.965 INFO O| Oct 22 00:30:19.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58482024-10-22T00:30:21.576Z[ recovery-image] Oct 22 00:30:19.966 INFO O| Oct 22 00:30:19.966 INFO STEP 557 (remove_files) COMPLETE
58492024-10-22T00:30:21.576Z[ recovery-image] Oct 22 00:30:19.966 INFO O| Oct 22 00:30:19.966 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-10-22T00:30:21.597Z[ recovery-image] Oct 22 00:30:19.986 INFO O| Oct 22 00:30:19.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58512024-10-22T00:30:21.597Z[ recovery-image] Oct 22 00:30:19.987 INFO O| Oct 22 00:30:19.987 INFO STEP 558 (remove_files) COMPLETE
58522024-10-22T00:30:21.599Z[ recovery-image] Oct 22 00:30:19.987 INFO O| Oct 22 00:30:19.987 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-10-22T00:30:21.617Z[ recovery-image] Oct 22 00:30:20.007 INFO O| Oct 22 00:30:20.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58542024-10-22T00:30:21.617Z[ recovery-image] Oct 22 00:30:20.007 INFO O| Oct 22 00:30:20.007 INFO STEP 559 (remove_files) COMPLETE
58552024-10-22T00:30:21.617Z[ recovery-image] Oct 22 00:30:20.007 INFO O| Oct 22 00:30:20.007 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-10-22T00:30:21.631Z[ recovery-image] Oct 22 00:30:20.021 INFO O| Oct 22 00:30:20.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58572024-10-22T00:30:21.631Z[ recovery-image] Oct 22 00:30:20.021 INFO O| Oct 22 00:30:20.021 INFO STEP 560 (remove_files) COMPLETE
58582024-10-22T00:30:21.634Z[ recovery-image] Oct 22 00:30:20.021 INFO O| Oct 22 00:30:20.021 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-10-22T00:30:21.650Z[ recovery-image] Oct 22 00:30:20.040 INFO O| Oct 22 00:30:20.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58602024-10-22T00:30:21.653Z[ recovery-image] Oct 22 00:30:20.041 INFO O| Oct 22 00:30:20.040 INFO STEP 561 (remove_files) COMPLETE
58612024-10-22T00:30:21.653Z[ recovery-image] Oct 22 00:30:20.041 INFO O| Oct 22 00:30:20.041 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-10-22T00:30:21.666Z[ recovery-image] Oct 22 00:30:20.056 INFO O| Oct 22 00:30:20.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58632024-10-22T00:30:21.666Z[ recovery-image] Oct 22 00:30:20.056 INFO O| Oct 22 00:30:20.056 INFO STEP 562 (remove_files) COMPLETE
58642024-10-22T00:30:21.670Z[ recovery-image] Oct 22 00:30:20.056 INFO O| Oct 22 00:30:20.056 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-10-22T00:30:21.684Z[ recovery-image] Oct 22 00:30:20.074 INFO O| Oct 22 00:30:20.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58662024-10-22T00:30:21.687Z[ recovery-image] Oct 22 00:30:20.074 INFO O| Oct 22 00:30:20.074 INFO STEP 563 (remove_files) COMPLETE
58672024-10-22T00:30:21.687Z[ recovery-image] Oct 22 00:30:20.074 INFO O| Oct 22 00:30:20.074 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-10-22T00:30:21.701Z[ recovery-image] Oct 22 00:30:20.091 INFO O| Oct 22 00:30:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58692024-10-22T00:30:21.701Z[ recovery-image] Oct 22 00:30:20.091 INFO O| Oct 22 00:30:20.091 INFO STEP 564 (remove_files) COMPLETE
58702024-10-22T00:30:21.701Z[ recovery-image] Oct 22 00:30:20.091 INFO O| Oct 22 00:30:20.091 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-10-22T00:30:21.718Z[ recovery-image] Oct 22 00:30:20.107 INFO O| Oct 22 00:30:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58722024-10-22T00:30:21.718Z[ recovery-image] Oct 22 00:30:20.107 INFO O| Oct 22 00:30:20.107 INFO STEP 565 (remove_files) COMPLETE
58732024-10-22T00:30:21.720Z[ recovery-image] Oct 22 00:30:20.107 INFO O| Oct 22 00:30:20.107 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-10-22T00:30:21.732Z[ recovery-image] Oct 22 00:30:20.122 INFO O| Oct 22 00:30:20.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58752024-10-22T00:30:21.732Z[ recovery-image] Oct 22 00:30:20.122 INFO O| Oct 22 00:30:20.122 INFO STEP 566 (remove_files) COMPLETE
58762024-10-22T00:30:21.734Z[ recovery-image] Oct 22 00:30:20.122 INFO O| Oct 22 00:30:20.122 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-10-22T00:30:21.743Z[ recovery-image] Oct 22 00:30:20.133 INFO O| Oct 22 00:30:20.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58782024-10-22T00:30:21.745Z[ recovery-image] Oct 22 00:30:20.133 INFO O| Oct 22 00:30:20.133 INFO STEP 567 (remove_files) COMPLETE
58792024-10-22T00:30:21.745Z[ recovery-image] Oct 22 00:30:20.133 INFO O| Oct 22 00:30:20.133 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-10-22T00:30:21.759Z[ recovery-image] Oct 22 00:30:20.149 INFO O| Oct 22 00:30:20.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58812024-10-22T00:30:21.759Z[ recovery-image] Oct 22 00:30:20.149 INFO O| Oct 22 00:30:20.149 INFO STEP 568 (remove_files) COMPLETE
58822024-10-22T00:30:21.762Z[ recovery-image] Oct 22 00:30:20.149 INFO O| Oct 22 00:30:20.149 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-10-22T00:30:21.776Z[ recovery-image] Oct 22 00:30:20.165 INFO O| Oct 22 00:30:20.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58842024-10-22T00:30:21.776Z[ recovery-image] Oct 22 00:30:20.165 INFO O| Oct 22 00:30:20.165 INFO STEP 569 (remove_files) COMPLETE
58852024-10-22T00:30:21.778Z[ recovery-image] Oct 22 00:30:20.166 INFO O| Oct 22 00:30:20.165 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-10-22T00:30:21.792Z[ recovery-image] Oct 22 00:30:20.182 INFO O| Oct 22 00:30:20.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58872024-10-22T00:30:21.792Z[ recovery-image] Oct 22 00:30:20.182 INFO O| Oct 22 00:30:20.182 INFO STEP 570 (remove_files) COMPLETE
58882024-10-22T00:30:21.792Z[ recovery-image] Oct 22 00:30:20.182 INFO O| Oct 22 00:30:20.182 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-10-22T00:30:21.806Z[ recovery-image] Oct 22 00:30:20.195 INFO O| Oct 22 00:30:20.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58902024-10-22T00:30:21.806Z[ recovery-image] Oct 22 00:30:20.196 INFO O| Oct 22 00:30:20.196 INFO STEP 571 (remove_files) COMPLETE
58912024-10-22T00:30:21.808Z[ recovery-image] Oct 22 00:30:20.196 INFO O| Oct 22 00:30:20.196 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-10-22T00:30:21.822Z[ recovery-image] Oct 22 00:30:20.211 INFO O| Oct 22 00:30:20.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58932024-10-22T00:30:21.822Z[ recovery-image] Oct 22 00:30:20.211 INFO O| Oct 22 00:30:20.211 INFO STEP 572 (remove_files) COMPLETE
58942024-10-22T00:30:21.825Z[ recovery-image] Oct 22 00:30:20.212 INFO O| Oct 22 00:30:20.211 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-10-22T00:30:21.838Z[ recovery-image] Oct 22 00:30:20.228 INFO O| Oct 22 00:30:20.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58962024-10-22T00:30:21.838Z[ recovery-image] Oct 22 00:30:20.228 INFO O| Oct 22 00:30:20.228 INFO STEP 573 (remove_files) COMPLETE
58972024-10-22T00:30:21.841Z[ recovery-image] Oct 22 00:30:20.228 INFO O| Oct 22 00:30:20.228 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-10-22T00:30:21.855Z[ recovery-image] Oct 22 00:30:20.244 INFO O| Oct 22 00:30:20.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58992024-10-22T00:30:21.855Z[ recovery-image] Oct 22 00:30:20.244 INFO O| Oct 22 00:30:20.244 INFO STEP 574 (remove_files) COMPLETE
59002024-10-22T00:30:21.855Z[ recovery-image] Oct 22 00:30:20.244 INFO O| Oct 22 00:30:20.244 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-10-22T00:30:21.871Z[ recovery-image] Oct 22 00:30:20.260 INFO O| Oct 22 00:30:20.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
59022024-10-22T00:30:21.874Z[ recovery-image] Oct 22 00:30:20.261 INFO O| Oct 22 00:30:20.261 INFO STEP 575 (remove_files) COMPLETE
59032024-10-22T00:30:21.874Z[ recovery-image] Oct 22 00:30:20.261 INFO O| Oct 22 00:30:20.261 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-10-22T00:30:21.888Z[ recovery-image] Oct 22 00:30:20.277 INFO O| Oct 22 00:30:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
59052024-10-22T00:30:21.888Z[ recovery-image] Oct 22 00:30:20.278 INFO O| Oct 22 00:30:20.277 INFO STEP 576 (remove_files) COMPLETE
59062024-10-22T00:30:21.890Z[ recovery-image] Oct 22 00:30:20.278 INFO O| Oct 22 00:30:20.277 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-10-22T00:30:21.906Z[ recovery-image] Oct 22 00:30:20.296 INFO O| Oct 22 00:30:20.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
59082024-10-22T00:30:21.906Z[ recovery-image] Oct 22 00:30:20.296 INFO O| Oct 22 00:30:20.296 INFO STEP 577 (remove_files) COMPLETE
59092024-10-22T00:30:21.909Z[ recovery-image] Oct 22 00:30:20.296 INFO O| Oct 22 00:30:20.296 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-10-22T00:30:21.920Z[ recovery-image] Oct 22 00:30:20.310 INFO O| Oct 22 00:30:20.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59112024-10-22T00:30:21.923Z[ recovery-image] Oct 22 00:30:20.310 INFO O| Oct 22 00:30:20.310 INFO STEP 578 (remove_files) COMPLETE
59122024-10-22T00:30:21.923Z[ recovery-image] Oct 22 00:30:20.310 INFO O| Oct 22 00:30:20.310 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-22T00:30:21.937Z[ recovery-image] Oct 22 00:30:20.327 INFO O| Oct 22 00:30:20.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59142024-10-22T00:30:21.937Z[ recovery-image] Oct 22 00:30:20.327 INFO O| Oct 22 00:30:20.327 INFO STEP 579 (remove_files) COMPLETE
59152024-10-22T00:30:21.937Z[ recovery-image] Oct 22 00:30:20.327 INFO O| Oct 22 00:30:20.327 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-22T00:30:21.957Z[ recovery-image] Oct 22 00:30:20.346 INFO O| Oct 22 00:30:20.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59172024-10-22T00:30:21.957Z[ recovery-image] Oct 22 00:30:20.346 INFO O| Oct 22 00:30:20.346 INFO STEP 580 (remove_files) COMPLETE
59182024-10-22T00:30:21.959Z[ recovery-image] Oct 22 00:30:20.346 INFO O| Oct 22 00:30:20.346 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-22T00:30:21.976Z[ recovery-image] Oct 22 00:30:20.366 INFO O| Oct 22 00:30:20.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59202024-10-22T00:30:21.976Z[ recovery-image] Oct 22 00:30:20.366 INFO O| Oct 22 00:30:20.366 INFO STEP 581 (remove_files) COMPLETE
59212024-10-22T00:30:21.976Z[ recovery-image] Oct 22 00:30:20.366 INFO O| Oct 22 00:30:20.366 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-22T00:30:21.992Z[ recovery-image] Oct 22 00:30:20.382 INFO O| Oct 22 00:30:20.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59232024-10-22T00:30:21.992Z[ recovery-image] Oct 22 00:30:20.382 INFO O| Oct 22 00:30:20.382 INFO STEP 582 (remove_files) COMPLETE
59242024-10-22T00:30:21.995Z[ recovery-image] Oct 22 00:30:20.382 INFO O| Oct 22 00:30:20.382 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-22T00:30:22.005Z[ recovery-image] Oct 22 00:30:20.395 INFO O| Oct 22 00:30:20.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59262024-10-22T00:30:22.006Z[ recovery-image] Oct 22 00:30:20.395 INFO O| Oct 22 00:30:20.395 INFO STEP 583 (remove_files) COMPLETE
59272024-10-22T00:30:22.008Z[ recovery-image] Oct 22 00:30:20.395 INFO O| Oct 22 00:30:20.395 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-10-22T00:30:22.020Z[ recovery-image] Oct 22 00:30:20.410 INFO O| Oct 22 00:30:20.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59292024-10-22T00:30:22.020Z[ recovery-image] Oct 22 00:30:20.410 INFO O| Oct 22 00:30:20.410 INFO STEP 584 (remove_files) COMPLETE
59302024-10-22T00:30:22.020Z[ recovery-image] Oct 22 00:30:20.410 INFO O| Oct 22 00:30:20.410 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-10-22T00:30:22.034Z[ recovery-image] Oct 22 00:30:20.424 INFO O| Oct 22 00:30:20.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59322024-10-22T00:30:22.034Z[ recovery-image] Oct 22 00:30:20.424 INFO O| Oct 22 00:30:20.424 INFO STEP 585 (remove_files) COMPLETE
59332024-10-22T00:30:22.034Z[ recovery-image] Oct 22 00:30:20.424 INFO O| Oct 22 00:30:20.424 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-10-22T00:30:22.049Z[ recovery-image] Oct 22 00:30:20.439 INFO O| Oct 22 00:30:20.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59352024-10-22T00:30:22.049Z[ recovery-image] Oct 22 00:30:20.439 INFO O| Oct 22 00:30:20.439 INFO STEP 586 (remove_files) COMPLETE
59362024-10-22T00:30:22.052Z[ recovery-image] Oct 22 00:30:20.439 INFO O| Oct 22 00:30:20.439 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-10-22T00:30:22.064Z[ recovery-image] Oct 22 00:30:20.453 INFO O| Oct 22 00:30:20.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59382024-10-22T00:30:22.064Z[ recovery-image] Oct 22 00:30:20.454 INFO O| Oct 22 00:30:20.453 INFO STEP 587 (remove_files) COMPLETE
59392024-10-22T00:30:22.067Z[ recovery-image] Oct 22 00:30:20.454 INFO O| Oct 22 00:30:20.454 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-10-22T00:30:22.079Z[ recovery-image] Oct 22 00:30:20.469 INFO O| Oct 22 00:30:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59412024-10-22T00:30:22.079Z[ recovery-image] Oct 22 00:30:20.469 INFO O| Oct 22 00:30:20.469 INFO STEP 588 (remove_files) COMPLETE
59422024-10-22T00:30:22.079Z[ recovery-image] Oct 22 00:30:20.469 INFO O| Oct 22 00:30:20.469 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-10-22T00:30:22.095Z[ recovery-image] Oct 22 00:30:20.484 INFO O| Oct 22 00:30:20.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59442024-10-22T00:30:22.095Z[ recovery-image] Oct 22 00:30:20.484 INFO O| Oct 22 00:30:20.484 INFO STEP 589 (remove_files) COMPLETE
59452024-10-22T00:30:22.097Z[ recovery-image] Oct 22 00:30:20.484 INFO O| Oct 22 00:30:20.484 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-10-22T00:30:22.109Z[ recovery-image] Oct 22 00:30:20.499 INFO O| Oct 22 00:30:20.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59472024-10-22T00:30:22.109Z[ recovery-image] Oct 22 00:30:20.499 INFO O| Oct 22 00:30:20.499 INFO STEP 590 (remove_files) COMPLETE
59482024-10-22T00:30:22.112Z[ recovery-image] Oct 22 00:30:20.499 INFO O| Oct 22 00:30:20.499 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-10-22T00:30:22.123Z[ recovery-image] Oct 22 00:30:20.513 INFO O| Oct 22 00:30:20.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59502024-10-22T00:30:22.123Z[ recovery-image] Oct 22 00:30:20.513 INFO O| Oct 22 00:30:20.513 INFO STEP 591 (remove_files) COMPLETE
59512024-10-22T00:30:22.123Z[ recovery-image] Oct 22 00:30:20.513 INFO O| Oct 22 00:30:20.513 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-10-22T00:30:22.135Z[ recovery-image] Oct 22 00:30:20.524 INFO O| Oct 22 00:30:20.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59532024-10-22T00:30:22.139Z[ recovery-image] Oct 22 00:30:20.524 INFO O| Oct 22 00:30:20.524 INFO STEP 592 (remove_files) COMPLETE
59542024-10-22T00:30:22.139Z[ recovery-image] Oct 22 00:30:20.524 INFO O| Oct 22 00:30:20.524 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-10-22T00:30:22.147Z[ recovery-image] Oct 22 00:30:20.537 INFO O| Oct 22 00:30:20.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59562024-10-22T00:30:22.150Z[ recovery-image] Oct 22 00:30:20.537 INFO O| Oct 22 00:30:20.537 INFO STEP 593 (remove_files) COMPLETE
59572024-10-22T00:30:22.150Z[ recovery-image] Oct 22 00:30:20.537 INFO O| Oct 22 00:30:20.537 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-10-22T00:30:22.162Z[ recovery-image] Oct 22 00:30:20.552 INFO O| Oct 22 00:30:20.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59592024-10-22T00:30:22.162Z[ recovery-image] Oct 22 00:30:20.552 INFO O| Oct 22 00:30:20.552 INFO STEP 594 (remove_files) COMPLETE
59602024-10-22T00:30:22.162Z[ recovery-image] Oct 22 00:30:20.552 INFO O| Oct 22 00:30:20.552 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-10-22T00:30:22.178Z[ recovery-image] Oct 22 00:30:20.567 INFO O| Oct 22 00:30:20.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59622024-10-22T00:30:22.178Z[ recovery-image] Oct 22 00:30:20.567 INFO O| Oct 22 00:30:20.567 INFO STEP 595 (remove_files) COMPLETE
59632024-10-22T00:30:22.181Z[ recovery-image] Oct 22 00:30:20.567 INFO O| Oct 22 00:30:20.567 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-10-22T00:30:22.192Z[ recovery-image] Oct 22 00:30:20.581 INFO O| Oct 22 00:30:20.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59652024-10-22T00:30:22.192Z[ recovery-image] Oct 22 00:30:20.581 INFO O| Oct 22 00:30:20.581 INFO STEP 596 (remove_files) COMPLETE
59662024-10-22T00:30:22.194Z[ recovery-image] Oct 22 00:30:20.581 INFO O| Oct 22 00:30:20.581 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-10-22T00:30:22.202Z[ recovery-image] Oct 22 00:30:20.592 INFO O| Oct 22 00:30:20.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59682024-10-22T00:30:22.202Z[ recovery-image] Oct 22 00:30:20.592 INFO O| Oct 22 00:30:20.592 INFO STEP 597 (remove_files) COMPLETE
59692024-10-22T00:30:22.202Z[ recovery-image] Oct 22 00:30:20.592 INFO O| Oct 22 00:30:20.592 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-10-22T00:30:22.213Z[ recovery-image] Oct 22 00:30:20.603 INFO O| Oct 22 00:30:20.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59712024-10-22T00:30:22.213Z[ recovery-image] Oct 22 00:30:20.603 INFO O| Oct 22 00:30:20.603 INFO STEP 598 (remove_files) COMPLETE
59722024-10-22T00:30:22.216Z[ recovery-image] Oct 22 00:30:20.603 INFO O| Oct 22 00:30:20.603 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-10-22T00:30:22.226Z[ recovery-image] Oct 22 00:30:20.616 INFO O| Oct 22 00:30:20.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59742024-10-22T00:30:22.226Z[ recovery-image] Oct 22 00:30:20.616 INFO O| Oct 22 00:30:20.616 INFO STEP 599 (remove_files) COMPLETE
59752024-10-22T00:30:22.229Z[ recovery-image] Oct 22 00:30:20.616 INFO O| Oct 22 00:30:20.616 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-10-22T00:30:22.237Z[ recovery-image] Oct 22 00:30:20.627 INFO O| Oct 22 00:30:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59772024-10-22T00:30:22.240Z[ recovery-image] Oct 22 00:30:20.627 INFO O| Oct 22 00:30:20.627 INFO STEP 600 (remove_files) COMPLETE
59782024-10-22T00:30:22.240Z[ recovery-image] Oct 22 00:30:20.627 INFO O| Oct 22 00:30:20.627 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-10-22T00:30:22.248Z[ recovery-image] Oct 22 00:30:20.638 INFO O| Oct 22 00:30:20.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59802024-10-22T00:30:22.250Z[ recovery-image] Oct 22 00:30:20.638 INFO O| Oct 22 00:30:20.638 INFO STEP 601 (remove_files) COMPLETE
59812024-10-22T00:30:22.250Z[ recovery-image] Oct 22 00:30:20.638 INFO O| Oct 22 00:30:20.638 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-10-22T00:30:22.259Z[ recovery-image] Oct 22 00:30:20.648 INFO O| Oct 22 00:30:20.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59832024-10-22T00:30:22.259Z[ recovery-image] Oct 22 00:30:20.649 INFO O| Oct 22 00:30:20.648 INFO STEP 602 (remove_files) COMPLETE
59842024-10-22T00:30:22.259Z[ recovery-image] Oct 22 00:30:20.649 INFO O| Oct 22 00:30:20.648 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-10-22T00:30:22.270Z[ recovery-image] Oct 22 00:30:20.660 INFO O| Oct 22 00:30:20.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59862024-10-22T00:30:22.272Z[ recovery-image] Oct 22 00:30:20.660 INFO O| Oct 22 00:30:20.660 INFO STEP 603 (remove_files) COMPLETE
59872024-10-22T00:30:22.272Z[ recovery-image] Oct 22 00:30:20.660 INFO O| Oct 22 00:30:20.660 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-10-22T00:30:22.284Z[ recovery-image] Oct 22 00:30:20.674 INFO O| Oct 22 00:30:20.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59892024-10-22T00:30:22.285Z[ recovery-image] Oct 22 00:30:20.674 INFO O| Oct 22 00:30:20.674 INFO STEP 604 (remove_files) COMPLETE
59902024-10-22T00:30:22.285Z[ recovery-image] Oct 22 00:30:20.674 INFO O| Oct 22 00:30:20.674 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-10-22T00:30:22.303Z[ recovery-image] Oct 22 00:30:20.693 INFO O| Oct 22 00:30:20.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59922024-10-22T00:30:22.303Z[ recovery-image] Oct 22 00:30:20.693 INFO O| Oct 22 00:30:20.693 INFO STEP 605 (remove_files) COMPLETE
59932024-10-22T00:30:22.306Z[ recovery-image] Oct 22 00:30:20.693 INFO O| Oct 22 00:30:20.693 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-10-22T00:30:22.317Z[ recovery-image] Oct 22 00:30:20.707 INFO O| Oct 22 00:30:20.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59952024-10-22T00:30:22.318Z[ recovery-image] Oct 22 00:30:20.707 INFO O| Oct 22 00:30:20.707 INFO STEP 606 (remove_files) COMPLETE
59962024-10-22T00:30:22.320Z[ recovery-image] Oct 22 00:30:20.707 INFO O| Oct 22 00:30:20.707 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-10-22T00:30:22.332Z[ recovery-image] Oct 22 00:30:20.722 INFO O| Oct 22 00:30:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59982024-10-22T00:30:22.333Z[ recovery-image] Oct 22 00:30:20.722 INFO O| Oct 22 00:30:20.722 INFO STEP 607 (remove_files) COMPLETE
59992024-10-22T00:30:22.335Z[ recovery-image] Oct 22 00:30:20.722 INFO O| Oct 22 00:30:20.722 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-10-22T00:30:22.347Z[ recovery-image] Oct 22 00:30:20.737 INFO O| Oct 22 00:30:20.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
60012024-10-22T00:30:22.349Z[ recovery-image] Oct 22 00:30:20.737 INFO O| Oct 22 00:30:20.737 INFO STEP 608 (remove_files) COMPLETE
60022024-10-22T00:30:22.349Z[ recovery-image] Oct 22 00:30:20.737 INFO O| Oct 22 00:30:20.737 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-10-22T00:30:22.365Z[ recovery-image] Oct 22 00:30:20.755 INFO O| Oct 22 00:30:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
60042024-10-22T00:30:22.368Z[ recovery-image] Oct 22 00:30:20.755 INFO O| Oct 22 00:30:20.755 INFO STEP 609 (remove_files) COMPLETE
60052024-10-22T00:30:22.368Z[ recovery-image] Oct 22 00:30:20.755 INFO O| Oct 22 00:30:20.755 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-10-22T00:30:22.384Z[ recovery-image] Oct 22 00:30:20.774 INFO O| Oct 22 00:30:20.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
60072024-10-22T00:30:22.384Z[ recovery-image] Oct 22 00:30:20.774 INFO O| Oct 22 00:30:20.774 INFO STEP 610 (remove_files) COMPLETE
60082024-10-22T00:30:22.386Z[ recovery-image] Oct 22 00:30:20.774 INFO O| Oct 22 00:30:20.774 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-10-22T00:30:22.400Z[ recovery-image] Oct 22 00:30:20.790 INFO O| Oct 22 00:30:20.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60102024-10-22T00:30:22.400Z[ recovery-image] Oct 22 00:30:20.790 INFO O| Oct 22 00:30:20.790 INFO STEP 611 (remove_files) COMPLETE
60112024-10-22T00:30:22.403Z[ recovery-image] Oct 22 00:30:20.790 INFO O| Oct 22 00:30:20.790 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-10-22T00:30:22.415Z[ recovery-image] Oct 22 00:30:20.805 INFO O| Oct 22 00:30:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60132024-10-22T00:30:22.415Z[ recovery-image] Oct 22 00:30:20.805 INFO O| Oct 22 00:30:20.805 INFO STEP 612 (remove_files) COMPLETE
60142024-10-22T00:30:22.418Z[ recovery-image] Oct 22 00:30:20.805 INFO O| Oct 22 00:30:20.805 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-10-22T00:30:22.427Z[ recovery-image] Oct 22 00:30:20.817 INFO O| Oct 22 00:30:20.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60162024-10-22T00:30:22.429Z[ recovery-image] Oct 22 00:30:20.817 INFO O| Oct 22 00:30:20.817 INFO STEP 613 (remove_files) COMPLETE
60172024-10-22T00:30:22.429Z[ recovery-image] Oct 22 00:30:20.817 INFO O| Oct 22 00:30:20.817 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-10-22T00:30:22.439Z[ recovery-image] Oct 22 00:30:20.827 INFO O| Oct 22 00:30:20.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60192024-10-22T00:30:22.439Z[ recovery-image] Oct 22 00:30:20.827 INFO O| Oct 22 00:30:20.827 INFO STEP 614 (remove_files) COMPLETE
60202024-10-22T00:30:22.439Z[ recovery-image] Oct 22 00:30:20.827 INFO O| Oct 22 00:30:20.827 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-10-22T00:30:22.452Z[ recovery-image] Oct 22 00:30:20.842 INFO O| Oct 22 00:30:20.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60222024-10-22T00:30:22.454Z[ recovery-image] Oct 22 00:30:20.842 INFO O| Oct 22 00:30:20.842 INFO STEP 615 (remove_files) COMPLETE
60232024-10-22T00:30:22.454Z[ recovery-image] Oct 22 00:30:20.842 INFO O| Oct 22 00:30:20.842 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-10-22T00:30:22.467Z[ recovery-image] Oct 22 00:30:20.857 INFO O| Oct 22 00:30:20.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60252024-10-22T00:30:22.467Z[ recovery-image] Oct 22 00:30:20.857 INFO O| Oct 22 00:30:20.857 INFO STEP 616 (remove_files) COMPLETE
60262024-10-22T00:30:22.467Z[ recovery-image] Oct 22 00:30:20.857 INFO O| Oct 22 00:30:20.857 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-10-22T00:30:22.477Z[ recovery-image] Oct 22 00:30:20.867 INFO O| Oct 22 00:30:20.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60282024-10-22T00:30:22.477Z[ recovery-image] Oct 22 00:30:20.867 INFO O| Oct 22 00:30:20.867 INFO STEP 617 (remove_files) COMPLETE
60292024-10-22T00:30:22.480Z[ recovery-image] Oct 22 00:30:20.867 INFO O| Oct 22 00:30:20.867 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-10-22T00:30:22.487Z[ recovery-image] Oct 22 00:30:20.877 INFO O| Oct 22 00:30:20.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60312024-10-22T00:30:22.489Z[ recovery-image] Oct 22 00:30:20.877 INFO O| Oct 22 00:30:20.877 INFO STEP 618 (remove_files) COMPLETE
60322024-10-22T00:30:22.489Z[ recovery-image] Oct 22 00:30:20.877 INFO O| Oct 22 00:30:20.877 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-10-22T00:30:22.500Z[ recovery-image] Oct 22 00:30:20.889 INFO O| Oct 22 00:30:20.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60342024-10-22T00:30:22.500Z[ recovery-image] Oct 22 00:30:20.890 INFO O| Oct 22 00:30:20.890 INFO STEP 619 (remove_files) COMPLETE
60352024-10-22T00:30:22.502Z[ recovery-image] Oct 22 00:30:20.890 INFO O| Oct 22 00:30:20.890 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-10-22T00:30:22.513Z[ recovery-image] Oct 22 00:30:20.903 INFO O| Oct 22 00:30:20.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60372024-10-22T00:30:22.514Z[ recovery-image] Oct 22 00:30:20.903 INFO O| Oct 22 00:30:20.903 INFO STEP 620 (remove_files) COMPLETE
60382024-10-22T00:30:22.516Z[ recovery-image] Oct 22 00:30:20.903 INFO O| Oct 22 00:30:20.903 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-10-22T00:30:22.527Z[ recovery-image] Oct 22 00:30:20.917 INFO O| Oct 22 00:30:20.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60402024-10-22T00:30:22.527Z[ recovery-image] Oct 22 00:30:20.917 INFO O| Oct 22 00:30:20.917 INFO STEP 621 (remove_files) COMPLETE
60412024-10-22T00:30:22.530Z[ recovery-image] Oct 22 00:30:20.917 INFO O| Oct 22 00:30:20.917 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-10-22T00:30:22.538Z[ recovery-image] Oct 22 00:30:20.928 INFO O| Oct 22 00:30:20.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60432024-10-22T00:30:22.538Z[ recovery-image] Oct 22 00:30:20.928 INFO O| Oct 22 00:30:20.928 INFO STEP 622 (remove_files) COMPLETE
60442024-10-22T00:30:22.540Z[ recovery-image] Oct 22 00:30:20.928 INFO O| Oct 22 00:30:20.928 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-10-22T00:30:22.548Z[ recovery-image] Oct 22 00:30:20.938 INFO O| Oct 22 00:30:20.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60462024-10-22T00:30:22.549Z[ recovery-image] Oct 22 00:30:20.938 INFO O| Oct 22 00:30:20.938 INFO STEP 623 (remove_files) COMPLETE
60472024-10-22T00:30:22.549Z[ recovery-image] Oct 22 00:30:20.938 INFO O| Oct 22 00:30:20.938 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-10-22T00:30:22.559Z[ recovery-image] Oct 22 00:30:20.949 INFO O| Oct 22 00:30:20.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60492024-10-22T00:30:22.559Z[ recovery-image] Oct 22 00:30:20.949 INFO O| Oct 22 00:30:20.949 INFO STEP 624 (remove_files) COMPLETE
60502024-10-22T00:30:22.561Z[ recovery-image] Oct 22 00:30:20.949 INFO O| Oct 22 00:30:20.949 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-10-22T00:30:22.569Z[ recovery-image] Oct 22 00:30:20.959 INFO O| Oct 22 00:30:20.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60522024-10-22T00:30:22.569Z[ recovery-image] Oct 22 00:30:20.959 INFO O| Oct 22 00:30:20.959 INFO STEP 625 (remove_files) COMPLETE
60532024-10-22T00:30:22.569Z[ recovery-image] Oct 22 00:30:20.959 INFO O| Oct 22 00:30:20.959 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-10-22T00:30:22.583Z[ recovery-image] Oct 22 00:30:20.972 INFO O| Oct 22 00:30:20.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60552024-10-22T00:30:22.585Z[ recovery-image] Oct 22 00:30:20.972 INFO O| Oct 22 00:30:20.972 INFO STEP 626 (remove_files) COMPLETE
60562024-10-22T00:30:22.585Z[ recovery-image] Oct 22 00:30:20.973 INFO O| Oct 22 00:30:20.972 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-10-22T00:30:22.593Z[ recovery-image] Oct 22 00:30:20.983 INFO O| Oct 22 00:30:20.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60582024-10-22T00:30:22.593Z[ recovery-image] Oct 22 00:30:20.983 INFO O| Oct 22 00:30:20.983 INFO STEP 627 (remove_files) COMPLETE
60592024-10-22T00:30:22.593Z[ recovery-image] Oct 22 00:30:20.983 INFO O| Oct 22 00:30:20.983 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-10-22T00:30:22.607Z[ recovery-image] Oct 22 00:30:20.997 INFO O| Oct 22 00:30:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60612024-10-22T00:30:22.607Z[ recovery-image] Oct 22 00:30:20.997 INFO O| Oct 22 00:30:20.997 INFO STEP 628 (remove_files) COMPLETE
60622024-10-22T00:30:22.607Z[ recovery-image] Oct 22 00:30:20.997 INFO O| Oct 22 00:30:20.997 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-10-22T00:30:22.619Z[ recovery-image] Oct 22 00:30:21.009 INFO O| Oct 22 00:30:21.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60642024-10-22T00:30:22.619Z[ recovery-image] Oct 22 00:30:21.009 INFO O| Oct 22 00:30:21.009 INFO STEP 629 (remove_files) COMPLETE
60652024-10-22T00:30:22.619Z[ recovery-image] Oct 22 00:30:21.009 INFO O| Oct 22 00:30:21.009 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-10-22T00:30:22.630Z[ recovery-image] Oct 22 00:30:21.020 INFO O| Oct 22 00:30:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60672024-10-22T00:30:22.630Z[ recovery-image] Oct 22 00:30:21.020 INFO O| Oct 22 00:30:21.020 INFO STEP 630 (remove_files) COMPLETE
60682024-10-22T00:30:22.630Z[ recovery-image] Oct 22 00:30:21.020 INFO O| Oct 22 00:30:21.020 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-10-22T00:30:22.641Z[ recovery-image] Oct 22 00:30:21.031 INFO O| Oct 22 00:30:21.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60702024-10-22T00:30:22.643Z[ recovery-image] Oct 22 00:30:21.031 INFO O| Oct 22 00:30:21.031 INFO STEP 631 (remove_files) COMPLETE
60712024-10-22T00:30:22.643Z[ recovery-image] Oct 22 00:30:21.031 INFO O| Oct 22 00:30:21.031 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-10-22T00:30:22.651Z[ recovery-image] Oct 22 00:30:21.041 INFO O| Oct 22 00:30:21.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60732024-10-22T00:30:22.651Z[ recovery-image] Oct 22 00:30:21.041 INFO O| Oct 22 00:30:21.041 INFO STEP 632 (remove_files) COMPLETE
60742024-10-22T00:30:22.651Z[ recovery-image] Oct 22 00:30:21.041 INFO O| Oct 22 00:30:21.041 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-10-22T00:30:22.663Z[ recovery-image] Oct 22 00:30:21.052 INFO O| Oct 22 00:30:21.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60762024-10-22T00:30:22.663Z[ recovery-image] Oct 22 00:30:21.053 INFO O| Oct 22 00:30:21.053 INFO STEP 633 (remove_files) COMPLETE
60772024-10-22T00:30:22.663Z[ recovery-image] Oct 22 00:30:21.053 INFO O| Oct 22 00:30:21.053 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-10-22T00:30:22.676Z[ recovery-image] Oct 22 00:30:21.065 INFO O| Oct 22 00:30:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60792024-10-22T00:30:22.676Z[ recovery-image] Oct 22 00:30:21.066 INFO O| Oct 22 00:30:21.065 INFO STEP 634 (remove_files) COMPLETE
60802024-10-22T00:30:22.676Z[ recovery-image] Oct 22 00:30:21.066 INFO O| Oct 22 00:30:21.066 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-10-22T00:30:22.690Z[ recovery-image] Oct 22 00:30:21.079 INFO O| Oct 22 00:30:21.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60822024-10-22T00:30:22.692Z[ recovery-image] Oct 22 00:30:21.080 INFO O| Oct 22 00:30:21.080 INFO STEP 635 (remove_files) COMPLETE
60832024-10-22T00:30:22.692Z[ recovery-image] Oct 22 00:30:21.080 INFO O| Oct 22 00:30:21.080 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-10-22T00:30:22.702Z[ recovery-image] Oct 22 00:30:21.092 INFO O| Oct 22 00:30:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60852024-10-22T00:30:22.705Z[ recovery-image] Oct 22 00:30:21.092 INFO O| Oct 22 00:30:21.092 INFO STEP 636 (remove_files) COMPLETE
60862024-10-22T00:30:22.705Z[ recovery-image] Oct 22 00:30:21.092 INFO O| Oct 22 00:30:21.092 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-10-22T00:30:22.715Z[ recovery-image] Oct 22 00:30:21.104 INFO O| Oct 22 00:30:21.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60882024-10-22T00:30:22.715Z[ recovery-image] Oct 22 00:30:21.104 INFO O| Oct 22 00:30:21.104 INFO STEP 637 (remove_files) COMPLETE
60892024-10-22T00:30:22.715Z[ recovery-image] Oct 22 00:30:21.104 INFO O| Oct 22 00:30:21.104 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-10-22T00:30:22.727Z[ recovery-image] Oct 22 00:30:21.117 INFO O| Oct 22 00:30:21.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60912024-10-22T00:30:22.727Z[ recovery-image] Oct 22 00:30:21.117 INFO O| Oct 22 00:30:21.117 INFO STEP 638 (remove_files) COMPLETE
60922024-10-22T00:30:22.727Z[ recovery-image] Oct 22 00:30:21.117 INFO O| Oct 22 00:30:21.117 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-10-22T00:30:22.741Z[ recovery-image] Oct 22 00:30:21.131 INFO O| Oct 22 00:30:21.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60942024-10-22T00:30:22.741Z[ recovery-image] Oct 22 00:30:21.131 INFO O| Oct 22 00:30:21.131 INFO STEP 639 (remove_files) COMPLETE
60952024-10-22T00:30:22.741Z[ recovery-image] Oct 22 00:30:21.131 INFO O| Oct 22 00:30:21.131 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-10-22T00:30:22.756Z[ recovery-image] Oct 22 00:30:21.146 INFO O| Oct 22 00:30:21.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60972024-10-22T00:30:22.759Z[ recovery-image] Oct 22 00:30:21.146 INFO O| Oct 22 00:30:21.146 INFO STEP 640 (remove_files) COMPLETE
60982024-10-22T00:30:22.759Z[ recovery-image] Oct 22 00:30:21.146 INFO O| Oct 22 00:30:21.146 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-10-22T00:30:22.770Z[ recovery-image] Oct 22 00:30:21.159 INFO O| Oct 22 00:30:21.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
61002024-10-22T00:30:22.770Z[ recovery-image] Oct 22 00:30:21.160 INFO O| Oct 22 00:30:21.159 INFO STEP 641 (remove_files) COMPLETE
61012024-10-22T00:30:22.772Z[ recovery-image] Oct 22 00:30:21.160 INFO O| Oct 22 00:30:21.159 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-10-22T00:30:22.784Z[ recovery-image] Oct 22 00:30:21.174 INFO O| Oct 22 00:30:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
61032024-10-22T00:30:22.784Z[ recovery-image] Oct 22 00:30:21.174 INFO O| Oct 22 00:30:21.174 INFO STEP 642 (remove_files) COMPLETE
61042024-10-22T00:30:22.786Z[ recovery-image] Oct 22 00:30:21.174 INFO O| Oct 22 00:30:21.174 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-10-22T00:30:22.800Z[ recovery-image] Oct 22 00:30:21.190 INFO O| Oct 22 00:30:21.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
61062024-10-22T00:30:22.800Z[ recovery-image] Oct 22 00:30:21.190 INFO O| Oct 22 00:30:21.190 INFO STEP 643 (remove_files) COMPLETE
61072024-10-22T00:30:22.802Z[ recovery-image] Oct 22 00:30:21.190 INFO O| Oct 22 00:30:21.190 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-10-22T00:30:22.815Z[ recovery-image] Oct 22 00:30:21.204 INFO O| Oct 22 00:30:21.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61092024-10-22T00:30:22.815Z[ recovery-image] Oct 22 00:30:21.204 INFO O| Oct 22 00:30:21.204 INFO STEP 644 (remove_files) COMPLETE
61102024-10-22T00:30:22.815Z[ recovery-image] Oct 22 00:30:21.204 INFO O| Oct 22 00:30:21.204 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-10-22T00:30:22.832Z[ recovery-image] Oct 22 00:30:21.222 INFO O| Oct 22 00:30:21.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61122024-10-22T00:30:22.835Z[ recovery-image] Oct 22 00:30:21.222 INFO O| Oct 22 00:30:21.222 INFO STEP 645 (remove_files) COMPLETE
61132024-10-22T00:30:22.835Z[ recovery-image] Oct 22 00:30:21.222 INFO O| Oct 22 00:30:21.222 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-10-22T00:30:22.848Z[ recovery-image] Oct 22 00:30:21.238 INFO O| Oct 22 00:30:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61152024-10-22T00:30:22.848Z[ recovery-image] Oct 22 00:30:21.238 INFO O| Oct 22 00:30:21.238 INFO STEP 646 (remove_files) COMPLETE
61162024-10-22T00:30:22.848Z[ recovery-image] Oct 22 00:30:21.238 INFO O| Oct 22 00:30:21.238 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-10-22T00:30:22.862Z[ recovery-image] Oct 22 00:30:21.251 INFO O| Oct 22 00:30:21.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61182024-10-22T00:30:22.864Z[ recovery-image] Oct 22 00:30:21.252 INFO O| Oct 22 00:30:21.252 INFO STEP 647 (remove_files) COMPLETE
61192024-10-22T00:30:22.864Z[ recovery-image] Oct 22 00:30:21.252 INFO O| Oct 22 00:30:21.252 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-10-22T00:30:22.877Z[ recovery-image] Oct 22 00:30:21.266 INFO O| Oct 22 00:30:21.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61212024-10-22T00:30:22.877Z[ recovery-image] Oct 22 00:30:21.266 INFO O| Oct 22 00:30:21.266 INFO STEP 648 (remove_files) COMPLETE
61222024-10-22T00:30:22.879Z[ recovery-image] Oct 22 00:30:21.266 INFO O| Oct 22 00:30:21.266 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-10-22T00:30:22.889Z[ recovery-image] Oct 22 00:30:21.279 INFO O| Oct 22 00:30:21.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61242024-10-22T00:30:22.889Z[ recovery-image] Oct 22 00:30:21.279 INFO O| Oct 22 00:30:21.279 INFO STEP 649 (remove_files) COMPLETE
61252024-10-22T00:30:22.892Z[ recovery-image] Oct 22 00:30:21.279 INFO O| Oct 22 00:30:21.279 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-10-22T00:30:22.902Z[ recovery-image] Oct 22 00:30:21.292 INFO O| Oct 22 00:30:21.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61272024-10-22T00:30:22.902Z[ recovery-image] Oct 22 00:30:21.292 INFO O| Oct 22 00:30:21.292 INFO STEP 650 (remove_files) COMPLETE
61282024-10-22T00:30:22.904Z[ recovery-image] Oct 22 00:30:21.292 INFO O| Oct 22 00:30:21.292 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-10-22T00:30:22.914Z[ recovery-image] Oct 22 00:30:21.304 INFO O| Oct 22 00:30:21.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61302024-10-22T00:30:22.917Z[ recovery-image] Oct 22 00:30:21.304 INFO O| Oct 22 00:30:21.304 INFO STEP 651 (remove_files) COMPLETE
61312024-10-22T00:30:22.917Z[ recovery-image] Oct 22 00:30:21.304 INFO O| Oct 22 00:30:21.304 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-10-22T00:30:22.925Z[ recovery-image] Oct 22 00:30:21.315 INFO O| Oct 22 00:30:21.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61332024-10-22T00:30:22.927Z[ recovery-image] Oct 22 00:30:21.315 INFO O| Oct 22 00:30:21.315 INFO STEP 652 (remove_files) COMPLETE
61342024-10-22T00:30:22.927Z[ recovery-image] Oct 22 00:30:21.315 INFO O| Oct 22 00:30:21.315 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-22T00:30:22.935Z[ recovery-image] Oct 22 00:30:21.325 INFO O| Oct 22 00:30:21.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61362024-10-22T00:30:22.935Z[ recovery-image] Oct 22 00:30:21.325 INFO O| Oct 22 00:30:21.325 INFO STEP 653 (remove_files) COMPLETE
61372024-10-22T00:30:22.935Z[ recovery-image] Oct 22 00:30:21.325 INFO O| Oct 22 00:30:21.325 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-22T00:30:22.948Z[ recovery-image] Oct 22 00:30:21.337 INFO O| Oct 22 00:30:21.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61392024-10-22T00:30:22.948Z[ recovery-image] Oct 22 00:30:21.338 INFO O| Oct 22 00:30:21.338 INFO STEP 654 (remove_files) COMPLETE
61402024-10-22T00:30:22.950Z[ recovery-image] Oct 22 00:30:21.338 INFO O| Oct 22 00:30:21.338 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-22T00:30:22.960Z[ recovery-image] Oct 22 00:30:21.350 INFO O| Oct 22 00:30:21.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61422024-10-22T00:30:22.960Z[ recovery-image] Oct 22 00:30:21.350 INFO O| Oct 22 00:30:21.350 INFO STEP 655 (remove_files) COMPLETE
61432024-10-22T00:30:22.960Z[ recovery-image] Oct 22 00:30:21.350 INFO O| Oct 22 00:30:21.350 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-22T00:30:22.970Z[ recovery-image] Oct 22 00:30:21.360 INFO O| Oct 22 00:30:21.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61452024-10-22T00:30:22.973Z[ recovery-image] Oct 22 00:30:21.360 INFO O| Oct 22 00:30:21.360 INFO STEP 656 (remove_files) COMPLETE
61462024-10-22T00:30:22.973Z[ recovery-image] Oct 22 00:30:21.360 INFO O| Oct 22 00:30:21.360 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-22T00:30:22.980Z[ recovery-image] Oct 22 00:30:21.370 INFO O| Oct 22 00:30:21.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61482024-10-22T00:30:22.984Z[ recovery-image] Oct 22 00:30:21.370 INFO O| Oct 22 00:30:21.370 INFO STEP 657 (remove_files) COMPLETE
61492024-10-22T00:30:22.984Z[ recovery-image] Oct 22 00:30:21.370 INFO O| Oct 22 00:30:21.370 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-10-22T00:30:22.991Z[ recovery-image] Oct 22 00:30:21.380 INFO O| Oct 22 00:30:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61512024-10-22T00:30:22.991Z[ recovery-image] Oct 22 00:30:21.381 INFO O| Oct 22 00:30:21.381 INFO STEP 658 (remove_files) COMPLETE
61522024-10-22T00:30:22.993Z[ recovery-image] Oct 22 00:30:21.381 INFO O| Oct 22 00:30:21.381 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-10-22T00:30:23.001Z[ recovery-image] Oct 22 00:30:21.391 INFO O| Oct 22 00:30:21.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61542024-10-22T00:30:23.001Z[ recovery-image] Oct 22 00:30:21.391 INFO O| Oct 22 00:30:21.391 INFO STEP 659 (remove_files) COMPLETE
61552024-10-22T00:30:23.004Z[ recovery-image] Oct 22 00:30:21.391 INFO O| Oct 22 00:30:21.391 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-10-22T00:30:23.012Z[ recovery-image] Oct 22 00:30:21.401 INFO O| Oct 22 00:30:21.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61572024-10-22T00:30:23.014Z[ recovery-image] Oct 22 00:30:21.402 INFO O| Oct 22 00:30:21.402 INFO STEP 660 (remove_files) COMPLETE
61582024-10-22T00:30:23.014Z[ recovery-image] Oct 22 00:30:21.402 INFO O| Oct 22 00:30:21.402 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-10-22T00:30:23.024Z[ recovery-image] Oct 22 00:30:21.412 INFO O| Oct 22 00:30:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61602024-10-22T00:30:23.024Z[ recovery-image] Oct 22 00:30:21.412 INFO O| Oct 22 00:30:21.412 INFO STEP 661 (remove_files) COMPLETE
61612024-10-22T00:30:23.024Z[ recovery-image] Oct 22 00:30:21.412 INFO O| Oct 22 00:30:21.412 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-10-22T00:30:23.034Z[ recovery-image] Oct 22 00:30:21.423 INFO O| Oct 22 00:30:21.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61632024-10-22T00:30:23.034Z[ recovery-image] Oct 22 00:30:21.423 INFO O| Oct 22 00:30:21.423 INFO STEP 662 (remove_files) COMPLETE
61642024-10-22T00:30:23.037Z[ recovery-image] Oct 22 00:30:21.423 INFO O| Oct 22 00:30:21.423 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-10-22T00:30:23.044Z[ recovery-image] Oct 22 00:30:21.433 INFO O| Oct 22 00:30:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61662024-10-22T00:30:23.049Z[ recovery-image] Oct 22 00:30:21.434 INFO O| Oct 22 00:30:21.433 INFO STEP 663 (remove_files) COMPLETE
61672024-10-22T00:30:23.049Z[ recovery-image] Oct 22 00:30:21.434 INFO O| Oct 22 00:30:21.434 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-10-22T00:30:23.055Z[ recovery-image] Oct 22 00:30:21.444 INFO O| Oct 22 00:30:21.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61692024-10-22T00:30:23.055Z[ recovery-image] Oct 22 00:30:21.444 INFO O| Oct 22 00:30:21.444 INFO STEP 664 (remove_files) COMPLETE
61702024-10-22T00:30:23.057Z[ recovery-image] Oct 22 00:30:21.444 INFO O| Oct 22 00:30:21.444 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-10-22T00:30:23.065Z[ recovery-image] Oct 22 00:30:21.454 INFO O| Oct 22 00:30:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61722024-10-22T00:30:23.065Z[ recovery-image] Oct 22 00:30:21.454 INFO O| Oct 22 00:30:21.454 INFO STEP 665 (remove_files) COMPLETE
61732024-10-22T00:30:23.065Z[ recovery-image] Oct 22 00:30:21.454 INFO O| Oct 22 00:30:21.454 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-10-22T00:30:23.075Z[ recovery-image] Oct 22 00:30:21.465 INFO O| Oct 22 00:30:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61752024-10-22T00:30:23.080Z[ recovery-image] Oct 22 00:30:21.465 INFO O| Oct 22 00:30:21.465 INFO STEP 666 (remove_files) COMPLETE
61762024-10-22T00:30:23.080Z[ recovery-image] Oct 22 00:30:21.465 INFO O| Oct 22 00:30:21.465 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-10-22T00:30:23.087Z[ recovery-image] Oct 22 00:30:21.477 INFO O| Oct 22 00:30:21.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61782024-10-22T00:30:23.087Z[ recovery-image] Oct 22 00:30:21.477 INFO O| Oct 22 00:30:21.477 INFO STEP 667 (remove_files) COMPLETE
61792024-10-22T00:30:23.090Z[ recovery-image] Oct 22 00:30:21.477 INFO O| Oct 22 00:30:21.477 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-10-22T00:30:23.097Z[ recovery-image] Oct 22 00:30:21.487 INFO O| Oct 22 00:30:21.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61812024-10-22T00:30:23.100Z[ recovery-image] Oct 22 00:30:21.487 INFO O| Oct 22 00:30:21.487 INFO STEP 668 (remove_files) COMPLETE
61822024-10-22T00:30:23.100Z[ recovery-image] Oct 22 00:30:21.487 INFO O| Oct 22 00:30:21.487 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-10-22T00:30:23.107Z[ recovery-image] Oct 22 00:30:21.497 INFO O| Oct 22 00:30:21.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61842024-10-22T00:30:23.108Z[ recovery-image] Oct 22 00:30:21.497 INFO O| Oct 22 00:30:21.497 INFO STEP 669 (remove_files) COMPLETE
61852024-10-22T00:30:23.111Z[ recovery-image] Oct 22 00:30:21.497 INFO O| Oct 22 00:30:21.497 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-10-22T00:30:23.113Z[ host-image] Oct 22 00:30:21.501 INFO O| Oct 22 00:30:21.501 INFO O| Planning: Solver setup ... Done
61872024-10-22T00:30:23.118Z[ host-image] Oct 22 00:30:21.505 INFO O| Oct 22 00:30:21.504 INFO O| Planning: Running solver ... Done
61882024-10-22T00:30:23.126Z[ recovery-image] Oct 22 00:30:21.507 INFO O| Oct 22 00:30:21.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61892024-10-22T00:30:23.126Z[ recovery-image] Oct 22 00:30:21.507 INFO O| Oct 22 00:30:21.507 INFO STEP 670 (remove_files) COMPLETE
61902024-10-22T00:30:23.126Z[ recovery-image] Oct 22 00:30:21.507 INFO O| Oct 22 00:30:21.507 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-22T00:30:23.132Z[ recovery-image] Oct 22 00:30:21.517 INFO O| Oct 22 00:30:21.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61922024-10-22T00:30:23.132Z[ recovery-image] Oct 22 00:30:21.517 INFO O| Oct 22 00:30:21.517 INFO STEP 671 (remove_files) COMPLETE
61932024-10-22T00:30:23.132Z[ recovery-image] Oct 22 00:30:21.517 INFO O| Oct 22 00:30:21.517 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-22T00:30:23.138Z[ recovery-image] Oct 22 00:30:21.527 INFO O| Oct 22 00:30:21.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61952024-10-22T00:30:23.143Z[ recovery-image] Oct 22 00:30:21.527 INFO O| Oct 22 00:30:21.527 INFO STEP 672 (remove_files) COMPLETE
61962024-10-22T00:30:23.143Z[ recovery-image] Oct 22 00:30:21.527 INFO O| Oct 22 00:30:21.527 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-22T00:30:23.149Z[ recovery-image] Oct 22 00:30:21.537 INFO O| Oct 22 00:30:21.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61982024-10-22T00:30:23.149Z[ recovery-image] Oct 22 00:30:21.537 INFO O| Oct 22 00:30:21.537 INFO STEP 673 (remove_files) COMPLETE
61992024-10-22T00:30:23.151Z[ recovery-image] Oct 22 00:30:21.537 INFO O| Oct 22 00:30:21.537 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-10-22T00:30:23.158Z[ recovery-image] Oct 22 00:30:21.548 INFO O| Oct 22 00:30:21.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
62012024-10-22T00:30:23.162Z[ recovery-image] Oct 22 00:30:21.548 INFO O| Oct 22 00:30:21.548 INFO STEP 674 (remove_files) COMPLETE
62022024-10-22T00:30:23.162Z[ recovery-image] Oct 22 00:30:21.548 INFO O| Oct 22 00:30:21.548 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-10-22T00:30:23.167Z[ host-image] Oct 22 00:30:21.556 INFO O| Oct 22 00:30:21.556 INFO O| Planning: Finding local manifests ... Done
62042024-10-22T00:30:23.169Z[ host-image] Oct 22 00:30:21.557 INFO O| Oct 22 00:30:21.557 INFO O| Planning: Fetching manifests: 0/1 0% complete
62052024-10-22T00:30:23.169Z[ recovery-image] Oct 22 00:30:21.558 INFO O| Oct 22 00:30:21.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
62062024-10-22T00:30:23.169Z[ recovery-image] Oct 22 00:30:21.558 INFO O| Oct 22 00:30:21.558 INFO STEP 675 (remove_files) COMPLETE
62072024-10-22T00:30:23.169Z[ recovery-image] Oct 22 00:30:21.558 INFO O| Oct 22 00:30:21.558 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-22T00:30:23.178Z[ recovery-image] Oct 22 00:30:21.568 INFO O| Oct 22 00:30:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62092024-10-22T00:30:23.181Z[ recovery-image] Oct 22 00:30:21.568 INFO O| Oct 22 00:30:21.568 INFO STEP 676 (remove_files) COMPLETE
62102024-10-22T00:30:23.181Z[ recovery-image] Oct 22 00:30:21.568 INFO O| Oct 22 00:30:21.568 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-22T00:30:23.188Z[ recovery-image] Oct 22 00:30:21.578 INFO O| Oct 22 00:30:21.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62122024-10-22T00:30:23.192Z[ recovery-image] Oct 22 00:30:21.579 INFO O| Oct 22 00:30:21.579 INFO STEP 677 (remove_files) COMPLETE
62132024-10-22T00:30:23.192Z[ recovery-image] Oct 22 00:30:21.579 INFO O| Oct 22 00:30:21.579 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-22T00:30:23.199Z[ recovery-image] Oct 22 00:30:21.589 INFO O| Oct 22 00:30:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62152024-10-22T00:30:23.203Z[ recovery-image] Oct 22 00:30:21.589 INFO O| Oct 22 00:30:21.589 INFO STEP 678 (remove_files) COMPLETE
62162024-10-22T00:30:23.203Z[ recovery-image] Oct 22 00:30:21.589 INFO O| Oct 22 00:30:21.589 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-22T00:30:23.210Z[ recovery-image] Oct 22 00:30:21.599 INFO O| Oct 22 00:30:21.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62182024-10-22T00:30:23.210Z[ recovery-image] Oct 22 00:30:21.599 INFO O| Oct 22 00:30:21.599 INFO STEP 679 (remove_files) COMPLETE
62192024-10-22T00:30:23.213Z[ recovery-image] Oct 22 00:30:21.599 INFO O| Oct 22 00:30:21.599 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-22T00:30:23.220Z[ recovery-image] Oct 22 00:30:21.609 INFO O| Oct 22 00:30:21.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62212024-10-22T00:30:23.223Z[ recovery-image] Oct 22 00:30:21.609 INFO O| Oct 22 00:30:21.609 INFO STEP 680 (remove_files) COMPLETE
62222024-10-22T00:30:23.223Z[ recovery-image] Oct 22 00:30:21.609 INFO O| Oct 22 00:30:21.609 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-22T00:30:23.230Z[ recovery-image] Oct 22 00:30:21.619 INFO O| Oct 22 00:30:21.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62242024-10-22T00:30:23.230Z[ recovery-image] Oct 22 00:30:21.619 INFO O| Oct 22 00:30:21.619 INFO STEP 681 (remove_files) COMPLETE
62252024-10-22T00:30:23.235Z[ recovery-image] Oct 22 00:30:21.619 INFO O| Oct 22 00:30:21.619 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-22T00:30:23.242Z[ recovery-image] Oct 22 00:30:21.629 INFO O| Oct 22 00:30:21.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62272024-10-22T00:30:23.247Z[ recovery-image] Oct 22 00:30:21.629 INFO O| Oct 22 00:30:21.629 INFO STEP 682 (remove_files) COMPLETE
62282024-10-22T00:30:23.247Z[ recovery-image] Oct 22 00:30:21.629 INFO O| Oct 22 00:30:21.629 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-22T00:30:23.250Z[ host-image] Oct 22 00:30:21.637 INFO O| Oct 22 00:30:21.637 INFO O| Planning: Fetching manifests: 1/1 100% complete
62302024-10-22T00:30:23.250Z[ recovery-image] Oct 22 00:30:21.639 INFO O| Oct 22 00:30:21.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62312024-10-22T00:30:23.250Z[ recovery-image] Oct 22 00:30:21.639 INFO O| Oct 22 00:30:21.639 INFO STEP 683 (remove_files) COMPLETE
62322024-10-22T00:30:23.250Z[ recovery-image] Oct 22 00:30:21.639 INFO O| Oct 22 00:30:21.639 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-10-22T00:30:23.259Z[ recovery-image] Oct 22 00:30:21.649 INFO O| Oct 22 00:30:21.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62342024-10-22T00:30:23.262Z[ recovery-image] Oct 22 00:30:21.649 INFO O| Oct 22 00:30:21.649 INFO STEP 684 (remove_files) COMPLETE
62352024-10-22T00:30:23.262Z[ recovery-image] Oct 22 00:30:21.649 INFO O| Oct 22 00:30:21.649 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-10-22T00:30:23.267Z[ host-image] Oct 22 00:30:21.656 INFO O| Oct 22 00:30:21.656 INFO O| Planning: Package planning ... Done
62372024-10-22T00:30:23.270Z[ host-image] Oct 22 00:30:21.657 INFO O| Oct 22 00:30:21.657 INFO O| Planning: Merging actions ... Done
62382024-10-22T00:30:23.272Z[ recovery-image] Oct 22 00:30:21.660 INFO O| Oct 22 00:30:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62392024-10-22T00:30:23.272Z[ recovery-image] Oct 22 00:30:21.660 INFO O| Oct 22 00:30:21.660 INFO STEP 685 (remove_files) COMPLETE
62402024-10-22T00:30:23.272Z[ recovery-image] Oct 22 00:30:21.660 INFO O| Oct 22 00:30:21.660 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-22T00:30:23.282Z[ recovery-image] Oct 22 00:30:21.670 INFO O| Oct 22 00:30:21.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62422024-10-22T00:30:23.282Z[ recovery-image] Oct 22 00:30:21.670 INFO O| Oct 22 00:30:21.670 INFO STEP 686 (remove_files) COMPLETE
62432024-10-22T00:30:23.286Z[ recovery-image] Oct 22 00:30:21.670 INFO O| Oct 22 00:30:21.670 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-22T00:30:23.291Z[ recovery-image] Oct 22 00:30:21.680 INFO O| Oct 22 00:30:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62452024-10-22T00:30:23.294Z[ recovery-image] Oct 22 00:30:21.681 INFO O| Oct 22 00:30:21.681 INFO STEP 687 (remove_files) COMPLETE
62462024-10-22T00:30:23.294Z[ recovery-image] Oct 22 00:30:21.681 INFO O| Oct 22 00:30:21.681 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-22T00:30:23.301Z[ recovery-image] Oct 22 00:30:21.691 INFO O| Oct 22 00:30:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62482024-10-22T00:30:23.302Z[ recovery-image] Oct 22 00:30:21.691 INFO O| Oct 22 00:30:21.691 INFO STEP 688 (remove_files) COMPLETE
62492024-10-22T00:30:23.302Z[ recovery-image] Oct 22 00:30:21.691 INFO O| Oct 22 00:30:21.691 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-22T00:30:23.311Z[ recovery-image] Oct 22 00:30:21.701 INFO O| Oct 22 00:30:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62512024-10-22T00:30:23.312Z[ recovery-image] Oct 22 00:30:21.701 INFO O| Oct 22 00:30:21.701 INFO STEP 689 (remove_files) COMPLETE
62522024-10-22T00:30:23.316Z[ recovery-image] Oct 22 00:30:21.701 INFO O| Oct 22 00:30:21.701 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-22T00:30:23.322Z[ recovery-image] Oct 22 00:30:21.711 INFO O| Oct 22 00:30:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62542024-10-22T00:30:23.322Z[ recovery-image] Oct 22 00:30:21.711 INFO O| Oct 22 00:30:21.711 INFO STEP 690 (remove_files) COMPLETE
62552024-10-22T00:30:23.325Z[ recovery-image] Oct 22 00:30:21.711 INFO O| Oct 22 00:30:21.711 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-22T00:30:23.328Z[ host-image] Oct 22 00:30:21.716 INFO O| Oct 22 00:30:21.716 INFO O| Planning: Checking for conflicting actions ... Done
62572024-10-22T00:30:23.328Z[ host-image] Oct 22 00:30:21.717 INFO O| Oct 22 00:30:21.717 INFO O| Planning: Consolidating action changes ... Done
62582024-10-22T00:30:23.334Z[ recovery-image] Oct 22 00:30:21.722 INFO O| Oct 22 00:30:21.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62592024-10-22T00:30:23.337Z[ recovery-image] Oct 22 00:30:21.723 INFO O| Oct 22 00:30:21.723 INFO STEP 691 (remove_files) COMPLETE
62602024-10-22T00:30:23.337Z[ recovery-image] Oct 22 00:30:21.723 INFO O| Oct 22 00:30:21.723 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-10-22T00:30:23.343Z[ recovery-image] Oct 22 00:30:21.733 INFO O| Oct 22 00:30:21.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62622024-10-22T00:30:23.346Z[ recovery-image] Oct 22 00:30:21.733 INFO O| Oct 22 00:30:21.733 INFO STEP 692 (remove_files) COMPLETE
62632024-10-22T00:30:23.346Z[ recovery-image] Oct 22 00:30:21.733 INFO O| Oct 22 00:30:21.733 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-10-22T00:30:23.353Z[ recovery-image] Oct 22 00:30:21.743 INFO O| Oct 22 00:30:21.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62652024-10-22T00:30:23.357Z[ recovery-image] Oct 22 00:30:21.743 INFO O| Oct 22 00:30:21.743 INFO STEP 693 (remove_files) COMPLETE
62662024-10-22T00:30:23.357Z[ recovery-image] Oct 22 00:30:21.743 INFO O| Oct 22 00:30:21.743 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-10-22T00:30:23.364Z[ recovery-image] Oct 22 00:30:21.753 INFO O| Oct 22 00:30:21.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62682024-10-22T00:30:23.364Z[ recovery-image] Oct 22 00:30:21.753 INFO O| Oct 22 00:30:21.753 INFO STEP 694 (remove_files) COMPLETE
62692024-10-22T00:30:23.368Z[ recovery-image] Oct 22 00:30:21.753 INFO O| Oct 22 00:30:21.753 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-10-22T00:30:23.373Z[ recovery-image] Oct 22 00:30:21.763 INFO O| Oct 22 00:30:21.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62712024-10-22T00:30:23.377Z[ recovery-image] Oct 22 00:30:21.763 INFO O| Oct 22 00:30:21.763 INFO STEP 695 (remove_files) COMPLETE
62722024-10-22T00:30:23.377Z[ recovery-image] Oct 22 00:30:21.763 INFO O| Oct 22 00:30:21.763 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-10-22T00:30:23.384Z[ recovery-image] Oct 22 00:30:21.772 INFO O| Oct 22 00:30:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62742024-10-22T00:30:23.384Z[ recovery-image] Oct 22 00:30:21.773 INFO O| Oct 22 00:30:21.773 INFO STEP 696 (remove_files) COMPLETE
62752024-10-22T00:30:23.384Z[ recovery-image] Oct 22 00:30:21.773 INFO O| Oct 22 00:30:21.773 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-10-22T00:30:23.393Z[ recovery-image] Oct 22 00:30:21.783 INFO O| Oct 22 00:30:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62772024-10-22T00:30:23.393Z[ recovery-image] Oct 22 00:30:21.783 INFO O| Oct 22 00:30:21.783 INFO STEP 697 (remove_files) COMPLETE
62782024-10-22T00:30:23.396Z[ recovery-image] Oct 22 00:30:21.783 INFO O| Oct 22 00:30:21.783 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-10-22T00:30:23.404Z[ recovery-image] Oct 22 00:30:21.792 INFO O| Oct 22 00:30:21.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62802024-10-22T00:30:23.404Z[ recovery-image] Oct 22 00:30:21.792 INFO O| Oct 22 00:30:21.792 INFO STEP 698 (remove_files) COMPLETE
62812024-10-22T00:30:23.407Z[ recovery-image] Oct 22 00:30:21.792 INFO O| Oct 22 00:30:21.792 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-10-22T00:30:23.413Z[ recovery-image] Oct 22 00:30:21.802 INFO O| Oct 22 00:30:21.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62832024-10-22T00:30:23.413Z[ recovery-image] Oct 22 00:30:21.802 INFO O| Oct 22 00:30:21.802 INFO STEP 699 (remove_files) COMPLETE
62842024-10-22T00:30:23.416Z[ recovery-image] Oct 22 00:30:21.802 INFO O| Oct 22 00:30:21.802 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-10-22T00:30:23.431Z[ recovery-image] Oct 22 00:30:21.812 INFO O| Oct 22 00:30:21.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62862024-10-22T00:30:23.431Z[ recovery-image] Oct 22 00:30:21.812 INFO O| Oct 22 00:30:21.812 INFO STEP 700 (remove_files) COMPLETE
62872024-10-22T00:30:23.431Z[ recovery-image] Oct 22 00:30:21.812 INFO O| Oct 22 00:30:21.812 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-10-22T00:30:23.435Z[ recovery-image] Oct 22 00:30:21.823 INFO O| Oct 22 00:30:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62892024-10-22T00:30:23.435Z[ recovery-image] Oct 22 00:30:21.823 INFO O| Oct 22 00:30:21.823 INFO STEP 701 (remove_files) COMPLETE
62902024-10-22T00:30:23.435Z[ recovery-image] Oct 22 00:30:21.823 INFO O| Oct 22 00:30:21.823 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-10-22T00:30:23.444Z[ recovery-image] Oct 22 00:30:21.833 INFO O| Oct 22 00:30:21.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62922024-10-22T00:30:23.444Z[ recovery-image] Oct 22 00:30:21.833 INFO O| Oct 22 00:30:21.833 INFO STEP 702 (remove_files) COMPLETE
62932024-10-22T00:30:23.447Z[ recovery-image] Oct 22 00:30:21.833 INFO O| Oct 22 00:30:21.833 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-10-22T00:30:23.456Z[ recovery-image] Oct 22 00:30:21.845 INFO O| Oct 22 00:30:21.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62952024-10-22T00:30:23.462Z[ recovery-image] Oct 22 00:30:21.845 INFO O| Oct 22 00:30:21.845 INFO STEP 703 (remove_files) COMPLETE
62962024-10-22T00:30:23.462Z[ recovery-image] Oct 22 00:30:21.845 INFO O| Oct 22 00:30:21.845 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-10-22T00:30:23.468Z[ recovery-image] Oct 22 00:30:21.857 INFO O| Oct 22 00:30:21.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62982024-10-22T00:30:23.471Z[ recovery-image] Oct 22 00:30:21.857 INFO O| Oct 22 00:30:21.857 INFO STEP 704 (remove_files) COMPLETE
62992024-10-22T00:30:23.472Z[ recovery-image] Oct 22 00:30:21.857 INFO O| Oct 22 00:30:21.857 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-10-22T00:30:23.477Z[ recovery-image] Oct 22 00:30:21.867 INFO O| Oct 22 00:30:21.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
63012024-10-22T00:30:23.477Z[ recovery-image] Oct 22 00:30:21.867 INFO O| Oct 22 00:30:21.867 INFO STEP 705 (remove_files) COMPLETE
63022024-10-22T00:30:23.478Z[ recovery-image] Oct 22 00:30:21.867 INFO O| Oct 22 00:30:21.867 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-22T00:30:23.487Z[ recovery-image] Oct 22 00:30:21.876 INFO O| Oct 22 00:30:21.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
63042024-10-22T00:30:23.491Z[ recovery-image] Oct 22 00:30:21.877 INFO O| Oct 22 00:30:21.877 INFO STEP 706 (remove_files) COMPLETE
63052024-10-22T00:30:23.491Z[ recovery-image] Oct 22 00:30:21.877 INFO O| Oct 22 00:30:21.877 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-22T00:30:23.497Z[ recovery-image] Oct 22 00:30:21.886 INFO O| Oct 22 00:30:21.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
63072024-10-22T00:30:23.497Z[ recovery-image] Oct 22 00:30:21.886 INFO O| Oct 22 00:30:21.886 INFO STEP 707 (remove_files) COMPLETE
63082024-10-22T00:30:23.497Z[ recovery-image] Oct 22 00:30:21.887 INFO O| Oct 22 00:30:21.886 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-10-22T00:30:23.508Z[ recovery-image] Oct 22 00:30:21.896 INFO O| Oct 22 00:30:21.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
63102024-10-22T00:30:23.509Z[ recovery-image] Oct 22 00:30:21.896 INFO O| Oct 22 00:30:21.896 INFO STEP 708 (remove_files) COMPLETE
63112024-10-22T00:30:23.512Z[ recovery-image] Oct 22 00:30:21.896 INFO O| Oct 22 00:30:21.896 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-10-22T00:30:23.516Z[ host-image] Oct 22 00:30:21.905 INFO O| Oct 22 00:30:21.905 INFO O| Planning: Evaluating mediators ... Done
63132024-10-22T00:30:23.520Z[ host-image] Oct 22 00:30:21.906 INFO O| Oct 22 00:30:21.906 INFO O| Planning: Planning completed in 2.68 seconds
63142024-10-22T00:30:23.520Z[ recovery-image] Oct 22 00:30:21.906 INFO O| Oct 22 00:30:21.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63152024-10-22T00:30:23.520Z[ recovery-image] Oct 22 00:30:21.906 INFO O| Oct 22 00:30:21.906 INFO STEP 709 (remove_files) COMPLETE
63162024-10-22T00:30:23.520Z[ recovery-image] Oct 22 00:30:21.906 INFO O| Oct 22 00:30:21.906 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-22T00:30:23.520Z[ host-image] Oct 22 00:30:21.907 INFO O| Oct 22 00:30:21.907 INFO O| Packages to install: 1
63182024-10-22T00:30:23.527Z[ recovery-image] Oct 22 00:30:21.917 INFO O| Oct 22 00:30:21.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63192024-10-22T00:30:23.527Z[ recovery-image] Oct 22 00:30:21.917 INFO O| Oct 22 00:30:21.917 INFO STEP 710 (remove_files) COMPLETE
63202024-10-22T00:30:23.531Z[ recovery-image] Oct 22 00:30:21.917 INFO O| Oct 22 00:30:21.917 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-10-22T00:30:23.531Z[ host-image] Oct 22 00:30:21.919 INFO O| Oct 22 00:30:21.918 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
63222024-10-22T00:30:23.538Z[ recovery-image] Oct 22 00:30:21.927 INFO O| Oct 22 00:30:21.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63232024-10-22T00:30:23.538Z[ recovery-image] Oct 22 00:30:21.927 INFO O| Oct 22 00:30:21.927 INFO STEP 711 (remove_files) COMPLETE
63242024-10-22T00:30:23.543Z[ recovery-image] Oct 22 00:30:21.927 INFO O| Oct 22 00:30:21.927 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-22T00:30:23.551Z[ recovery-image] Oct 22 00:30:21.941 INFO O| Oct 22 00:30:21.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63262024-10-22T00:30:23.551Z[ recovery-image] Oct 22 00:30:21.941 INFO O| Oct 22 00:30:21.941 INFO STEP 712 (remove_files) COMPLETE
63272024-10-22T00:30:23.555Z[ recovery-image] Oct 22 00:30:21.941 INFO O| Oct 22 00:30:21.941 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-22T00:30:23.563Z[ recovery-image] Oct 22 00:30:21.952 INFO O| Oct 22 00:30:21.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63292024-10-22T00:30:23.566Z[ recovery-image] Oct 22 00:30:21.952 INFO O| Oct 22 00:30:21.952 INFO STEP 713 (remove_files) COMPLETE
63302024-10-22T00:30:23.566Z[ recovery-image] Oct 22 00:30:21.952 INFO O| Oct 22 00:30:21.952 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-22T00:30:23.573Z[ recovery-image] Oct 22 00:30:21.962 INFO O| Oct 22 00:30:21.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63322024-10-22T00:30:23.573Z[ recovery-image] Oct 22 00:30:21.962 INFO O| Oct 22 00:30:21.962 INFO STEP 714 (remove_files) COMPLETE
63332024-10-22T00:30:23.576Z[ recovery-image] Oct 22 00:30:21.962 INFO O| Oct 22 00:30:21.962 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-22T00:30:23.583Z[ recovery-image] Oct 22 00:30:21.972 INFO O| Oct 22 00:30:21.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63352024-10-22T00:30:23.583Z[ recovery-image] Oct 22 00:30:21.972 INFO O| Oct 22 00:30:21.972 INFO STEP 715 (remove_files) COMPLETE
63362024-10-22T00:30:23.586Z[ recovery-image] Oct 22 00:30:21.972 INFO O| Oct 22 00:30:21.972 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-22T00:30:23.596Z[ recovery-image] Oct 22 00:30:21.985 INFO O| Oct 22 00:30:21.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63382024-10-22T00:30:23.596Z[ recovery-image] Oct 22 00:30:21.986 INFO O| Oct 22 00:30:21.985 INFO STEP 716 (remove_files) COMPLETE
63392024-10-22T00:30:23.599Z[ recovery-image] Oct 22 00:30:21.986 INFO O| Oct 22 00:30:21.985 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-22T00:30:23.606Z[ recovery-image] Oct 22 00:30:21.996 INFO O| Oct 22 00:30:21.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63412024-10-22T00:30:23.609Z[ recovery-image] Oct 22 00:30:21.996 INFO O| Oct 22 00:30:21.996 INFO STEP 717 (remove_files) COMPLETE
63422024-10-22T00:30:23.609Z[ recovery-image] Oct 22 00:30:21.996 INFO O| Oct 22 00:30:21.996 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-22T00:30:23.619Z[ recovery-image] Oct 22 00:30:22.008 INFO O| Oct 22 00:30:22.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63442024-10-22T00:30:23.619Z[ recovery-image] Oct 22 00:30:22.008 INFO O| Oct 22 00:30:22.008 INFO STEP 718 (remove_files) COMPLETE
63452024-10-22T00:30:23.619Z[ recovery-image] Oct 22 00:30:22.008 INFO O| Oct 22 00:30:22.008 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-22T00:30:23.637Z[ recovery-image] Oct 22 00:30:22.022 INFO O| Oct 22 00:30:22.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63472024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.022 INFO O| Oct 22 00:30:22.022 INFO STEP 719 (remove_files) COMPLETE
63482024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.022 INFO O| Oct 22 00:30:22.022 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.033 INFO O| Oct 22 00:30:22.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63502024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.033 INFO O| Oct 22 00:30:22.033 INFO STEP 720 (remove_files) COMPLETE
63512024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.033 INFO O| Oct 22 00:30:22.033 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.045 INFO O| Oct 22 00:30:22.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63532024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.045 INFO O| Oct 22 00:30:22.045 INFO STEP 721 (remove_files) COMPLETE
63542024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.045 INFO O| Oct 22 00:30:22.045 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.057 INFO O| Oct 22 00:30:22.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63562024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.057 INFO O| Oct 22 00:30:22.057 INFO STEP 722 (remove_files) COMPLETE
63572024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.057 INFO O| Oct 22 00:30:22.057 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.075 INFO O| Oct 22 00:30:22.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63592024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.075 INFO O| Oct 22 00:30:22.075 INFO STEP 723 (remove_files) COMPLETE
63602024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.075 INFO O| Oct 22 00:30:22.075 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-22T00:30:23.758Z[ recovery-image] Oct 22 00:30:22.089 INFO O| Oct 22 00:30:22.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63622024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.089 INFO O| Oct 22 00:30:22.089 INFO STEP 724 (remove_files) COMPLETE
63632024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.089 INFO O| Oct 22 00:30:22.089 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.104 INFO O| Oct 22 00:30:22.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63652024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.104 INFO O| Oct 22 00:30:22.104 INFO STEP 725 (remove_files) COMPLETE
63662024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.104 INFO O| Oct 22 00:30:22.104 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.119 INFO O| Oct 22 00:30:22.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63682024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.119 INFO O| Oct 22 00:30:22.119 INFO STEP 726 (remove_files) COMPLETE
63692024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.119 INFO O| Oct 22 00:30:22.119 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.131 INFO O| Oct 22 00:30:22.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63712024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.131 INFO O| Oct 22 00:30:22.131 INFO STEP 727 (remove_files) COMPLETE
63722024-10-22T00:30:23.759Z[ recovery-image] Oct 22 00:30:22.131 INFO O| Oct 22 00:30:22.131 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-22T00:30:23.761Z[ recovery-image] Oct 22 00:30:22.142 INFO O| Oct 22 00:30:22.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63742024-10-22T00:30:23.761Z[ recovery-image] Oct 22 00:30:22.142 INFO O| Oct 22 00:30:22.142 INFO STEP 728 (remove_files) COMPLETE
63752024-10-22T00:30:23.761Z[ recovery-image] Oct 22 00:30:22.142 INFO O| Oct 22 00:30:22.142 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-22T00:30:23.770Z[ recovery-image] Oct 22 00:30:22.160 INFO O| Oct 22 00:30:22.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63772024-10-22T00:30:23.772Z[ recovery-image] Oct 22 00:30:22.160 INFO O| Oct 22 00:30:22.160 INFO STEP 729 (remove_files) COMPLETE
63782024-10-22T00:30:23.772Z[ recovery-image] Oct 22 00:30:22.160 INFO O| Oct 22 00:30:22.160 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-22T00:30:23.782Z[ recovery-image] Oct 22 00:30:22.172 INFO O| Oct 22 00:30:22.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63802024-10-22T00:30:23.785Z[ recovery-image] Oct 22 00:30:22.172 INFO O| Oct 22 00:30:22.172 INFO STEP 730 (remove_files) COMPLETE
63812024-10-22T00:30:23.785Z[ recovery-image] Oct 22 00:30:22.172 INFO O| Oct 22 00:30:22.172 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-22T00:30:23.794Z[ recovery-image] Oct 22 00:30:22.184 INFO O| Oct 22 00:30:22.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63832024-10-22T00:30:23.796Z[ recovery-image] Oct 22 00:30:22.184 INFO O| Oct 22 00:30:22.184 INFO STEP 731 (remove_files) COMPLETE
63842024-10-22T00:30:23.796Z[ recovery-image] Oct 22 00:30:22.184 INFO O| Oct 22 00:30:22.184 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-22T00:30:23.808Z[ recovery-image] Oct 22 00:30:22.197 INFO O| Oct 22 00:30:22.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63862024-10-22T00:30:23.810Z[ recovery-image] Oct 22 00:30:22.197 INFO O| Oct 22 00:30:22.197 INFO STEP 732 (remove_files) COMPLETE
63872024-10-22T00:30:23.810Z[ recovery-image] Oct 22 00:30:22.197 INFO O| Oct 22 00:30:22.197 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-22T00:30:23.821Z[ recovery-image] Oct 22 00:30:22.210 INFO O| Oct 22 00:30:22.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63892024-10-22T00:30:23.823Z[ recovery-image] Oct 22 00:30:22.210 INFO O| Oct 22 00:30:22.210 INFO STEP 733 (remove_files) COMPLETE
63902024-10-22T00:30:23.823Z[ recovery-image] Oct 22 00:30:22.210 INFO O| Oct 22 00:30:22.210 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-22T00:30:23.832Z[ recovery-image] Oct 22 00:30:22.222 INFO O| Oct 22 00:30:22.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63922024-10-22T00:30:23.832Z[ recovery-image] Oct 22 00:30:22.222 INFO O| Oct 22 00:30:22.222 INFO STEP 734 (remove_files) COMPLETE
63932024-10-22T00:30:23.834Z[ recovery-image] Oct 22 00:30:22.222 INFO O| Oct 22 00:30:22.222 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-22T00:30:23.843Z[ recovery-image] Oct 22 00:30:22.233 INFO O| Oct 22 00:30:22.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63952024-10-22T00:30:23.846Z[ recovery-image] Oct 22 00:30:22.233 INFO O| Oct 22 00:30:22.233 INFO STEP 735 (remove_files) COMPLETE
63962024-10-22T00:30:23.846Z[ recovery-image] Oct 22 00:30:22.233 INFO O| Oct 22 00:30:22.233 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-22T00:30:23.854Z[ recovery-image] Oct 22 00:30:22.244 INFO O| Oct 22 00:30:22.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63982024-10-22T00:30:23.854Z[ recovery-image] Oct 22 00:30:22.244 INFO O| Oct 22 00:30:22.244 INFO STEP 736 (remove_files) COMPLETE
63992024-10-22T00:30:23.857Z[ recovery-image] Oct 22 00:30:22.244 INFO O| Oct 22 00:30:22.244 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-22T00:30:23.865Z[ recovery-image] Oct 22 00:30:22.255 INFO O| Oct 22 00:30:22.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
64012024-10-22T00:30:23.865Z[ recovery-image] Oct 22 00:30:22.255 INFO O| Oct 22 00:30:22.255 INFO STEP 737 (remove_files) COMPLETE
64022024-10-22T00:30:23.865Z[ recovery-image] Oct 22 00:30:22.255 INFO O| Oct 22 00:30:22.255 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-22T00:30:23.875Z[ recovery-image] Oct 22 00:30:22.265 INFO O| Oct 22 00:30:22.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
64042024-10-22T00:30:23.875Z[ recovery-image] Oct 22 00:30:22.265 INFO O| Oct 22 00:30:22.265 INFO STEP 738 (remove_files) COMPLETE
64052024-10-22T00:30:23.875Z[ recovery-image] Oct 22 00:30:22.265 INFO O| Oct 22 00:30:22.265 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-22T00:30:23.885Z[ recovery-image] Oct 22 00:30:22.275 INFO O| Oct 22 00:30:22.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
64072024-10-22T00:30:23.885Z[ recovery-image] Oct 22 00:30:22.275 INFO O| Oct 22 00:30:22.275 INFO STEP 739 (remove_files) COMPLETE
64082024-10-22T00:30:23.885Z[ recovery-image] Oct 22 00:30:22.275 INFO O| Oct 22 00:30:22.275 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-22T00:30:23.895Z[ recovery-image] Oct 22 00:30:22.285 INFO O| Oct 22 00:30:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
64102024-10-22T00:30:23.898Z[ recovery-image] Oct 22 00:30:22.285 INFO O| Oct 22 00:30:22.285 INFO STEP 740 (remove_files) COMPLETE
64112024-10-22T00:30:23.898Z[ recovery-image] Oct 22 00:30:22.285 INFO O| Oct 22 00:30:22.285 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-22T00:30:23.903Z[ host-image] Oct 22 00:30:22.293 INFO O| Oct 22 00:30:22.292 INFO O| Download: Completed 20.80 MB in 0.37 seconds (55.6M/s)
64132024-10-22T00:30:23.906Z[ recovery-image] Oct 22 00:30:22.295 INFO O| Oct 22 00:30:22.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
64142024-10-22T00:30:23.906Z[ recovery-image] Oct 22 00:30:22.295 INFO O| Oct 22 00:30:22.295 INFO STEP 741 (remove_files) COMPLETE
64152024-10-22T00:30:23.906Z[ recovery-image] Oct 22 00:30:22.295 INFO O| Oct 22 00:30:22.295 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-10-22T00:30:23.916Z[ recovery-image] Oct 22 00:30:22.305 INFO O| Oct 22 00:30:22.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64172024-10-22T00:30:23.916Z[ recovery-image] Oct 22 00:30:22.305 INFO O| Oct 22 00:30:22.305 INFO STEP 742 (remove_files) COMPLETE
64182024-10-22T00:30:23.916Z[ recovery-image] Oct 22 00:30:22.305 INFO O| Oct 22 00:30:22.305 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-10-22T00:30:23.927Z[ recovery-image] Oct 22 00:30:22.316 INFO O| Oct 22 00:30:22.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64202024-10-22T00:30:23.927Z[ recovery-image] Oct 22 00:30:22.316 INFO O| Oct 22 00:30:22.316 INFO STEP 743 (remove_files) COMPLETE
64212024-10-22T00:30:23.927Z[ recovery-image] Oct 22 00:30:22.316 INFO O| Oct 22 00:30:22.316 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-10-22T00:30:23.930Z[ host-image] Oct 22 00:30:22.318 INFO O| Oct 22 00:30:22.318 INFO O| Actions: 1/22 actions (Installing new actions)
64232024-10-22T00:30:23.937Z[ recovery-image] Oct 22 00:30:22.326 INFO O| Oct 22 00:30:22.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64242024-10-22T00:30:23.940Z[ recovery-image] Oct 22 00:30:22.327 INFO O| Oct 22 00:30:22.327 INFO STEP 744 (remove_files) COMPLETE
64252024-10-22T00:30:23.940Z[ recovery-image] Oct 22 00:30:22.327 INFO O| Oct 22 00:30:22.327 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-10-22T00:30:23.949Z[ recovery-image] Oct 22 00:30:22.338 INFO O| Oct 22 00:30:22.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64272024-10-22T00:30:23.949Z[ recovery-image] Oct 22 00:30:22.338 INFO O| Oct 22 00:30:22.338 INFO STEP 745 (remove_files) COMPLETE
64282024-10-22T00:30:23.949Z[ recovery-image] Oct 22 00:30:22.338 INFO O| Oct 22 00:30:22.338 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-10-22T00:30:23.961Z[ recovery-image] Oct 22 00:30:22.351 INFO O| Oct 22 00:30:22.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64302024-10-22T00:30:23.964Z[ recovery-image] Oct 22 00:30:22.351 INFO O| Oct 22 00:30:22.351 INFO STEP 746 (remove_files) COMPLETE
64312024-10-22T00:30:23.964Z[ recovery-image] Oct 22 00:30:22.351 INFO O| Oct 22 00:30:22.351 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-10-22T00:30:23.973Z[ recovery-image] Oct 22 00:30:22.363 INFO O| Oct 22 00:30:22.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64332024-10-22T00:30:23.973Z[ recovery-image] Oct 22 00:30:22.363 INFO O| Oct 22 00:30:22.363 INFO STEP 747 (remove_files) COMPLETE
64342024-10-22T00:30:23.975Z[ recovery-image] Oct 22 00:30:22.363 INFO O| Oct 22 00:30:22.363 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-10-22T00:30:23.983Z[ recovery-image] Oct 22 00:30:22.373 INFO O| Oct 22 00:30:22.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64362024-10-22T00:30:23.983Z[ recovery-image] Oct 22 00:30:22.373 INFO O| Oct 22 00:30:22.373 INFO STEP 748 (remove_files) COMPLETE
64372024-10-22T00:30:23.986Z[ recovery-image] Oct 22 00:30:22.373 INFO O| Oct 22 00:30:22.373 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-10-22T00:30:23.995Z[ recovery-image] Oct 22 00:30:22.384 INFO O| Oct 22 00:30:22.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64392024-10-22T00:30:23.995Z[ recovery-image] Oct 22 00:30:22.384 INFO O| Oct 22 00:30:22.384 INFO STEP 749 (remove_files) COMPLETE
64402024-10-22T00:30:23.995Z[ recovery-image] Oct 22 00:30:22.384 INFO O| Oct 22 00:30:22.384 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-10-22T00:30:24.005Z[ recovery-image] Oct 22 00:30:22.395 INFO O| Oct 22 00:30:22.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64422024-10-22T00:30:24.005Z[ recovery-image] Oct 22 00:30:22.395 INFO O| Oct 22 00:30:22.395 INFO STEP 750 (remove_files) COMPLETE
64432024-10-22T00:30:24.008Z[ recovery-image] Oct 22 00:30:22.395 INFO O| Oct 22 00:30:22.395 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-10-22T00:30:24.016Z[ recovery-image] Oct 22 00:30:22.405 INFO O| Oct 22 00:30:22.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64452024-10-22T00:30:24.016Z[ recovery-image] Oct 22 00:30:22.405 INFO O| Oct 22 00:30:22.405 INFO STEP 751 (remove_files) COMPLETE
64462024-10-22T00:30:24.022Z[ recovery-image] Oct 22 00:30:22.405 INFO O| Oct 22 00:30:22.405 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-10-22T00:30:24.026Z[ recovery-image] Oct 22 00:30:22.416 INFO O| Oct 22 00:30:22.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64482024-10-22T00:30:24.026Z[ recovery-image] Oct 22 00:30:22.416 INFO O| Oct 22 00:30:22.416 INFO STEP 752 (remove_files) COMPLETE
64492024-10-22T00:30:24.029Z[ recovery-image] Oct 22 00:30:22.416 INFO O| Oct 22 00:30:22.416 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-10-22T00:30:24.037Z[ recovery-image] Oct 22 00:30:22.426 INFO O| Oct 22 00:30:22.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64512024-10-22T00:30:24.037Z[ recovery-image] Oct 22 00:30:22.426 INFO O| Oct 22 00:30:22.426 INFO STEP 753 (remove_files) COMPLETE
64522024-10-22T00:30:24.039Z[ recovery-image] Oct 22 00:30:22.426 INFO O| Oct 22 00:30:22.426 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-10-22T00:30:24.047Z[ recovery-image] Oct 22 00:30:22.437 INFO O| Oct 22 00:30:22.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64542024-10-22T00:30:24.047Z[ recovery-image] Oct 22 00:30:22.437 INFO O| Oct 22 00:30:22.437 INFO STEP 754 (remove_files) COMPLETE
64552024-10-22T00:30:24.047Z[ recovery-image] Oct 22 00:30:22.437 INFO O| Oct 22 00:30:22.437 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-10-22T00:30:24.057Z[ recovery-image] Oct 22 00:30:22.447 INFO O| Oct 22 00:30:22.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64572024-10-22T00:30:24.057Z[ recovery-image] Oct 22 00:30:22.447 INFO O| Oct 22 00:30:22.447 INFO STEP 755 (remove_files) COMPLETE
64582024-10-22T00:30:24.059Z[ recovery-image] Oct 22 00:30:22.447 INFO O| Oct 22 00:30:22.447 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-10-22T00:30:24.067Z[ recovery-image] Oct 22 00:30:22.457 INFO O| Oct 22 00:30:22.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64602024-10-22T00:30:24.067Z[ recovery-image] Oct 22 00:30:22.457 INFO O| Oct 22 00:30:22.457 INFO STEP 756 (remove_files) COMPLETE
64612024-10-22T00:30:24.067Z[ recovery-image] Oct 22 00:30:22.457 INFO O| Oct 22 00:30:22.457 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-10-22T00:30:24.078Z[ recovery-image] Oct 22 00:30:22.467 INFO O| Oct 22 00:30:22.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64632024-10-22T00:30:24.078Z[ recovery-image] Oct 22 00:30:22.468 INFO O| Oct 22 00:30:22.467 INFO STEP 757 (remove_files) COMPLETE
64642024-10-22T00:30:24.078Z[ recovery-image] Oct 22 00:30:22.468 INFO O| Oct 22 00:30:22.468 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-10-22T00:30:24.088Z[ recovery-image] Oct 22 00:30:22.478 INFO O| Oct 22 00:30:22.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64662024-10-22T00:30:24.088Z[ recovery-image] Oct 22 00:30:22.478 INFO O| Oct 22 00:30:22.478 INFO STEP 758 (remove_files) COMPLETE
64672024-10-22T00:30:24.090Z[ recovery-image] Oct 22 00:30:22.478 INFO O| Oct 22 00:30:22.478 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-10-22T00:30:24.101Z[ recovery-image] Oct 22 00:30:22.491 INFO O| Oct 22 00:30:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64692024-10-22T00:30:24.101Z[ recovery-image] Oct 22 00:30:22.491 INFO O| Oct 22 00:30:22.491 INFO STEP 759 (remove_files) COMPLETE
64702024-10-22T00:30:24.104Z[ recovery-image] Oct 22 00:30:22.491 INFO O| Oct 22 00:30:22.491 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-10-22T00:30:24.116Z[ recovery-image] Oct 22 00:30:22.504 INFO O| Oct 22 00:30:22.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64722024-10-22T00:30:24.116Z[ recovery-image] Oct 22 00:30:22.504 INFO O| Oct 22 00:30:22.504 INFO STEP 760 (remove_files) COMPLETE
64732024-10-22T00:30:24.119Z[ recovery-image] Oct 22 00:30:22.504 INFO O| Oct 22 00:30:22.504 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-10-22T00:30:24.126Z[ recovery-image] Oct 22 00:30:22.516 INFO O| Oct 22 00:30:22.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64752024-10-22T00:30:24.126Z[ recovery-image] Oct 22 00:30:22.516 INFO O| Oct 22 00:30:22.516 INFO STEP 761 (remove_files) COMPLETE
64762024-10-22T00:30:24.129Z[ recovery-image] Oct 22 00:30:22.516 INFO O| Oct 22 00:30:22.516 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-10-22T00:30:24.137Z[ recovery-image] Oct 22 00:30:22.527 INFO O| Oct 22 00:30:22.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64782024-10-22T00:30:24.137Z[ recovery-image] Oct 22 00:30:22.527 INFO O| Oct 22 00:30:22.527 INFO STEP 762 (remove_files) COMPLETE
64792024-10-22T00:30:24.140Z[ recovery-image] Oct 22 00:30:22.527 INFO O| Oct 22 00:30:22.527 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-10-22T00:30:24.148Z[ recovery-image] Oct 22 00:30:22.537 INFO O| Oct 22 00:30:22.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64812024-10-22T00:30:24.148Z[ recovery-image] Oct 22 00:30:22.537 INFO O| Oct 22 00:30:22.537 INFO STEP 763 (remove_files) COMPLETE
64822024-10-22T00:30:24.148Z[ recovery-image] Oct 22 00:30:22.537 INFO O| Oct 22 00:30:22.537 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-10-22T00:30:24.158Z[ recovery-image] Oct 22 00:30:22.548 INFO O| Oct 22 00:30:22.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64842024-10-22T00:30:24.158Z[ recovery-image] Oct 22 00:30:22.548 INFO O| Oct 22 00:30:22.548 INFO STEP 764 (remove_files) COMPLETE
64852024-10-22T00:30:24.160Z[ recovery-image] Oct 22 00:30:22.548 INFO O| Oct 22 00:30:22.548 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-10-22T00:30:24.168Z[ recovery-image] Oct 22 00:30:22.558 INFO O| Oct 22 00:30:22.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64872024-10-22T00:30:24.168Z[ recovery-image] Oct 22 00:30:22.558 INFO O| Oct 22 00:30:22.558 INFO STEP 765 (remove_files) COMPLETE
64882024-10-22T00:30:24.171Z[ recovery-image] Oct 22 00:30:22.558 INFO O| Oct 22 00:30:22.558 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-10-22T00:30:24.178Z[ recovery-image] Oct 22 00:30:22.568 INFO O| Oct 22 00:30:22.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64902024-10-22T00:30:24.178Z[ recovery-image] Oct 22 00:30:22.568 INFO O| Oct 22 00:30:22.568 INFO STEP 766 (remove_files) COMPLETE
64912024-10-22T00:30:24.178Z[ recovery-image] Oct 22 00:30:22.568 INFO O| Oct 22 00:30:22.568 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-10-22T00:30:24.190Z[ recovery-image] Oct 22 00:30:22.580 INFO O| Oct 22 00:30:22.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64932024-10-22T00:30:24.193Z[ recovery-image] Oct 22 00:30:22.580 INFO O| Oct 22 00:30:22.580 INFO STEP 767 (remove_files) COMPLETE
64942024-10-22T00:30:24.193Z[ recovery-image] Oct 22 00:30:22.580 INFO O| Oct 22 00:30:22.580 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-10-22T00:30:24.203Z[ recovery-image] Oct 22 00:30:22.592 INFO O| Oct 22 00:30:22.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64962024-10-22T00:30:24.203Z[ recovery-image] Oct 22 00:30:22.592 INFO O| Oct 22 00:30:22.592 INFO STEP 768 (remove_files) COMPLETE
64972024-10-22T00:30:24.205Z[ recovery-image] Oct 22 00:30:22.592 INFO O| Oct 22 00:30:22.592 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-10-22T00:30:24.215Z[ recovery-image] Oct 22 00:30:22.605 INFO O| Oct 22 00:30:22.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64992024-10-22T00:30:24.215Z[ recovery-image] Oct 22 00:30:22.605 INFO O| Oct 22 00:30:22.605 INFO STEP 769 (remove_files) COMPLETE
65002024-10-22T00:30:24.215Z[ recovery-image] Oct 22 00:30:22.605 INFO O| Oct 22 00:30:22.605 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-10-22T00:30:24.225Z[ recovery-image] Oct 22 00:30:22.615 INFO O| Oct 22 00:30:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
65022024-10-22T00:30:24.225Z[ recovery-image] Oct 22 00:30:22.615 INFO O| Oct 22 00:30:22.615 INFO STEP 770 (remove_files) COMPLETE
65032024-10-22T00:30:24.225Z[ recovery-image] Oct 22 00:30:22.615 INFO O| Oct 22 00:30:22.615 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-10-22T00:30:24.235Z[ recovery-image] Oct 22 00:30:22.625 INFO O| Oct 22 00:30:22.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
65052024-10-22T00:30:24.235Z[ recovery-image] Oct 22 00:30:22.625 INFO O| Oct 22 00:30:22.625 INFO STEP 771 (remove_files) COMPLETE
65062024-10-22T00:30:24.235Z[ recovery-image] Oct 22 00:30:22.625 INFO O| Oct 22 00:30:22.625 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-10-22T00:30:24.245Z[ recovery-image] Oct 22 00:30:22.635 INFO O| Oct 22 00:30:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
65082024-10-22T00:30:24.245Z[ recovery-image] Oct 22 00:30:22.635 INFO O| Oct 22 00:30:22.635 INFO STEP 772 (remove_files) COMPLETE
65092024-10-22T00:30:24.248Z[ recovery-image] Oct 22 00:30:22.635 INFO O| Oct 22 00:30:22.635 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-10-22T00:30:24.255Z[ recovery-image] Oct 22 00:30:22.645 INFO O| Oct 22 00:30:22.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
65112024-10-22T00:30:24.258Z[ recovery-image] Oct 22 00:30:22.645 INFO O| Oct 22 00:30:22.645 INFO STEP 773 (remove_files) COMPLETE
65122024-10-22T00:30:24.258Z[ recovery-image] Oct 22 00:30:22.645 INFO O| Oct 22 00:30:22.645 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-10-22T00:30:24.265Z[ recovery-image] Oct 22 00:30:22.655 INFO O| Oct 22 00:30:22.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65142024-10-22T00:30:24.265Z[ recovery-image] Oct 22 00:30:22.655 INFO O| Oct 22 00:30:22.655 INFO STEP 774 (remove_files) COMPLETE
65152024-10-22T00:30:24.268Z[ recovery-image] Oct 22 00:30:22.655 INFO O| Oct 22 00:30:22.655 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-10-22T00:30:24.275Z[ recovery-image] Oct 22 00:30:22.665 INFO O| Oct 22 00:30:22.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65172024-10-22T00:30:24.278Z[ recovery-image] Oct 22 00:30:22.665 INFO O| Oct 22 00:30:22.665 INFO STEP 775 (remove_files) COMPLETE
65182024-10-22T00:30:24.278Z[ recovery-image] Oct 22 00:30:22.665 INFO O| Oct 22 00:30:22.665 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-10-22T00:30:24.285Z[ recovery-image] Oct 22 00:30:22.675 INFO O| Oct 22 00:30:22.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65202024-10-22T00:30:24.285Z[ recovery-image] Oct 22 00:30:22.675 INFO O| Oct 22 00:30:22.675 INFO STEP 776 (remove_files) COMPLETE
65212024-10-22T00:30:24.285Z[ recovery-image] Oct 22 00:30:22.675 INFO O| Oct 22 00:30:22.675 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-10-22T00:30:24.297Z[ recovery-image] Oct 22 00:30:22.687 INFO O| Oct 22 00:30:22.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65232024-10-22T00:30:24.299Z[ recovery-image] Oct 22 00:30:22.687 INFO O| Oct 22 00:30:22.687 INFO STEP 777 (remove_files) COMPLETE
65242024-10-22T00:30:24.299Z[ recovery-image] Oct 22 00:30:22.687 INFO O| Oct 22 00:30:22.687 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-10-22T00:30:24.309Z[ recovery-image] Oct 22 00:30:22.698 INFO O| Oct 22 00:30:22.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65262024-10-22T00:30:24.309Z[ recovery-image] Oct 22 00:30:22.698 INFO O| Oct 22 00:30:22.698 INFO STEP 778 (remove_files) COMPLETE
65272024-10-22T00:30:24.309Z[ recovery-image] Oct 22 00:30:22.698 INFO O| Oct 22 00:30:22.698 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-10-22T00:30:24.318Z[ recovery-image] Oct 22 00:30:22.708 INFO O| Oct 22 00:30:22.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65292024-10-22T00:30:24.321Z[ recovery-image] Oct 22 00:30:22.708 INFO O| Oct 22 00:30:22.708 INFO STEP 779 (remove_files) COMPLETE
65302024-10-22T00:30:24.321Z[ recovery-image] Oct 22 00:30:22.708 INFO O| Oct 22 00:30:22.708 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-10-22T00:30:24.329Z[ recovery-image] Oct 22 00:30:22.718 INFO O| Oct 22 00:30:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65322024-10-22T00:30:24.329Z[ recovery-image] Oct 22 00:30:22.719 INFO O| Oct 22 00:30:22.719 INFO STEP 780 (remove_files) COMPLETE
65332024-10-22T00:30:24.329Z[ recovery-image] Oct 22 00:30:22.719 INFO O| Oct 22 00:30:22.719 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-10-22T00:30:24.338Z[ recovery-image] Oct 22 00:30:22.728 INFO O| Oct 22 00:30:22.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65352024-10-22T00:30:24.338Z[ recovery-image] Oct 22 00:30:22.728 INFO O| Oct 22 00:30:22.728 INFO STEP 781 (remove_files) COMPLETE
65362024-10-22T00:30:24.338Z[ recovery-image] Oct 22 00:30:22.728 INFO O| Oct 22 00:30:22.728 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-10-22T00:30:24.349Z[ recovery-image] Oct 22 00:30:22.738 INFO O| Oct 22 00:30:22.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65382024-10-22T00:30:24.349Z[ recovery-image] Oct 22 00:30:22.739 INFO O| Oct 22 00:30:22.738 INFO STEP 782 (remove_files) COMPLETE
65392024-10-22T00:30:24.351Z[ recovery-image] Oct 22 00:30:22.739 INFO O| Oct 22 00:30:22.739 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-10-22T00:30:24.359Z[ recovery-image] Oct 22 00:30:22.749 INFO O| Oct 22 00:30:22.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65412024-10-22T00:30:24.359Z[ recovery-image] Oct 22 00:30:22.749 INFO O| Oct 22 00:30:22.749 INFO STEP 783 (remove_files) COMPLETE
65422024-10-22T00:30:24.361Z[ recovery-image] Oct 22 00:30:22.749 INFO O| Oct 22 00:30:22.749 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-10-22T00:30:24.369Z[ recovery-image] Oct 22 00:30:22.759 INFO O| Oct 22 00:30:22.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65442024-10-22T00:30:24.369Z[ recovery-image] Oct 22 00:30:22.759 INFO O| Oct 22 00:30:22.759 INFO STEP 784 (remove_files) COMPLETE
65452024-10-22T00:30:24.372Z[ recovery-image] Oct 22 00:30:22.759 INFO O| Oct 22 00:30:22.759 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-10-22T00:30:24.379Z[ recovery-image] Oct 22 00:30:22.769 INFO O| Oct 22 00:30:22.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65472024-10-22T00:30:24.379Z[ recovery-image] Oct 22 00:30:22.769 INFO O| Oct 22 00:30:22.769 INFO STEP 785 (remove_files) COMPLETE
65482024-10-22T00:30:24.381Z[ recovery-image] Oct 22 00:30:22.769 INFO O| Oct 22 00:30:22.769 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-22T00:30:24.389Z[ recovery-image] Oct 22 00:30:22.779 INFO O| Oct 22 00:30:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65502024-10-22T00:30:24.389Z[ recovery-image] Oct 22 00:30:22.779 INFO O| Oct 22 00:30:22.779 INFO STEP 786 (remove_files) COMPLETE
65512024-10-22T00:30:24.391Z[ recovery-image] Oct 22 00:30:22.779 INFO O| Oct 22 00:30:22.779 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-22T00:30:24.400Z[ recovery-image] Oct 22 00:30:22.790 INFO O| Oct 22 00:30:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65532024-10-22T00:30:24.400Z[ recovery-image] Oct 22 00:30:22.790 INFO O| Oct 22 00:30:22.790 INFO STEP 787 (remove_files) COMPLETE
65542024-10-22T00:30:24.403Z[ recovery-image] Oct 22 00:30:22.790 INFO O| Oct 22 00:30:22.790 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-22T00:30:24.410Z[ recovery-image] Oct 22 00:30:22.800 INFO O| Oct 22 00:30:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65562024-10-22T00:30:24.413Z[ recovery-image] Oct 22 00:30:22.800 INFO O| Oct 22 00:30:22.800 INFO STEP 788 (remove_files) COMPLETE
65572024-10-22T00:30:24.413Z[ recovery-image] Oct 22 00:30:22.800 INFO O| Oct 22 00:30:22.800 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-22T00:30:24.424Z[ recovery-image] Oct 22 00:30:22.811 INFO O| Oct 22 00:30:22.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65592024-10-22T00:30:24.424Z[ recovery-image] Oct 22 00:30:22.812 INFO O| Oct 22 00:30:22.812 INFO STEP 789 (remove_files) COMPLETE
65602024-10-22T00:30:24.424Z[ recovery-image] Oct 22 00:30:22.812 INFO O| Oct 22 00:30:22.812 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-22T00:30:24.440Z[ recovery-image] Oct 22 00:30:22.829 INFO O| Oct 22 00:30:22.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65622024-10-22T00:30:24.440Z[ recovery-image] Oct 22 00:30:22.829 INFO O| Oct 22 00:30:22.829 INFO STEP 790 (remove_files) COMPLETE
65632024-10-22T00:30:24.440Z[ recovery-image] Oct 22 00:30:22.829 INFO O| Oct 22 00:30:22.829 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-22T00:30:24.455Z[ recovery-image] Oct 22 00:30:22.844 INFO O| Oct 22 00:30:22.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65652024-10-22T00:30:24.455Z[ recovery-image] Oct 22 00:30:22.844 INFO O| Oct 22 00:30:22.844 INFO STEP 791 (remove_files) COMPLETE
65662024-10-22T00:30:24.455Z[ recovery-image] Oct 22 00:30:22.845 INFO O| Oct 22 00:30:22.844 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-22T00:30:24.467Z[ recovery-image] Oct 22 00:30:22.857 INFO O| Oct 22 00:30:22.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65682024-10-22T00:30:24.467Z[ recovery-image] Oct 22 00:30:22.857 INFO O| Oct 22 00:30:22.857 INFO STEP 792 (remove_files) COMPLETE
65692024-10-22T00:30:24.467Z[ recovery-image] Oct 22 00:30:22.857 INFO O| Oct 22 00:30:22.857 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-22T00:30:24.479Z[ recovery-image] Oct 22 00:30:22.869 INFO O| Oct 22 00:30:22.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65712024-10-22T00:30:24.479Z[ recovery-image] Oct 22 00:30:22.869 INFO O| Oct 22 00:30:22.869 INFO STEP 793 (remove_files) COMPLETE
65722024-10-22T00:30:24.482Z[ recovery-image] Oct 22 00:30:22.869 INFO O| Oct 22 00:30:22.869 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-22T00:30:24.490Z[ recovery-image] Oct 22 00:30:22.880 INFO O| Oct 22 00:30:22.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65742024-10-22T00:30:24.492Z[ recovery-image] Oct 22 00:30:22.880 INFO O| Oct 22 00:30:22.880 INFO STEP 794 (remove_files) COMPLETE
65752024-10-22T00:30:24.492Z[ recovery-image] Oct 22 00:30:22.880 INFO O| Oct 22 00:30:22.880 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-22T00:30:24.500Z[ recovery-image] Oct 22 00:30:22.890 INFO O| Oct 22 00:30:22.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65772024-10-22T00:30:24.500Z[ recovery-image] Oct 22 00:30:22.890 INFO O| Oct 22 00:30:22.890 INFO STEP 795 (remove_files) COMPLETE
65782024-10-22T00:30:24.503Z[ recovery-image] Oct 22 00:30:22.890 INFO O| Oct 22 00:30:22.890 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-22T00:30:24.511Z[ recovery-image] Oct 22 00:30:22.901 INFO O| Oct 22 00:30:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65802024-10-22T00:30:24.511Z[ recovery-image] Oct 22 00:30:22.901 INFO O| Oct 22 00:30:22.901 INFO STEP 796 (remove_files) COMPLETE
65812024-10-22T00:30:24.513Z[ recovery-image] Oct 22 00:30:22.901 INFO O| Oct 22 00:30:22.901 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-22T00:30:24.521Z[ recovery-image] Oct 22 00:30:22.911 INFO O| Oct 22 00:30:22.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65832024-10-22T00:30:24.523Z[ recovery-image] Oct 22 00:30:22.911 INFO O| Oct 22 00:30:22.911 INFO STEP 797 (remove_files) COMPLETE
65842024-10-22T00:30:24.523Z[ recovery-image] Oct 22 00:30:22.911 INFO O| Oct 22 00:30:22.911 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-22T00:30:24.532Z[ recovery-image] Oct 22 00:30:22.922 INFO O| Oct 22 00:30:22.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65862024-10-22T00:30:24.537Z[ recovery-image] Oct 22 00:30:22.922 INFO O| Oct 22 00:30:22.922 INFO STEP 798 (remove_files) COMPLETE
65872024-10-22T00:30:24.537Z[ recovery-image] Oct 22 00:30:22.922 INFO O| Oct 22 00:30:22.922 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-10-22T00:30:24.544Z[ recovery-image] Oct 22 00:30:22.934 INFO O| Oct 22 00:30:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65892024-10-22T00:30:24.547Z[ recovery-image] Oct 22 00:30:22.934 INFO O| Oct 22 00:30:22.934 INFO STEP 799 (remove_files) COMPLETE
65902024-10-22T00:30:24.547Z[ recovery-image] Oct 22 00:30:22.934 INFO O| Oct 22 00:30:22.934 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-10-22T00:30:24.555Z[ recovery-image] Oct 22 00:30:22.945 INFO O| Oct 22 00:30:22.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65922024-10-22T00:30:24.555Z[ recovery-image] Oct 22 00:30:22.945 INFO O| Oct 22 00:30:22.945 INFO STEP 800 (remove_files) COMPLETE
65932024-10-22T00:30:24.557Z[ recovery-image] Oct 22 00:30:22.945 INFO O| Oct 22 00:30:22.945 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-10-22T00:30:24.565Z[ recovery-image] Oct 22 00:30:22.955 INFO O| Oct 22 00:30:22.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65952024-10-22T00:30:24.565Z[ recovery-image] Oct 22 00:30:22.955 INFO O| Oct 22 00:30:22.955 INFO STEP 801 (remove_files) COMPLETE
65962024-10-22T00:30:24.568Z[ recovery-image] Oct 22 00:30:22.955 INFO O| Oct 22 00:30:22.955 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-10-22T00:30:24.576Z[ recovery-image] Oct 22 00:30:22.966 INFO O| Oct 22 00:30:22.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65982024-10-22T00:30:24.578Z[ recovery-image] Oct 22 00:30:22.966 INFO O| Oct 22 00:30:22.966 INFO STEP 802 (remove_files) COMPLETE
65992024-10-22T00:30:24.578Z[ recovery-image] Oct 22 00:30:22.966 INFO O| Oct 22 00:30:22.966 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-10-22T00:30:24.587Z[ recovery-image] Oct 22 00:30:22.977 INFO O| Oct 22 00:30:22.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
66012024-10-22T00:30:24.590Z[ recovery-image] Oct 22 00:30:22.977 INFO O| Oct 22 00:30:22.977 INFO STEP 803 (remove_files) COMPLETE
66022024-10-22T00:30:24.590Z[ recovery-image] Oct 22 00:30:22.977 INFO O| Oct 22 00:30:22.977 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-10-22T00:30:24.599Z[ recovery-image] Oct 22 00:30:22.988 INFO O| Oct 22 00:30:22.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
66042024-10-22T00:30:24.599Z[ recovery-image] Oct 22 00:30:22.988 INFO O| Oct 22 00:30:22.988 INFO STEP 804 (remove_files) COMPLETE
66052024-10-22T00:30:24.599Z[ recovery-image] Oct 22 00:30:22.988 INFO O| Oct 22 00:30:22.988 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-10-22T00:30:24.602Z[ host-image] Oct 22 00:30:22.992 INFO O| Oct 22 00:30:22.992 INFO O| Actions: Completed 22 actions in 0.67 seconds.
66072024-10-22T00:30:24.608Z[ recovery-image] Oct 22 00:30:22.998 INFO O| Oct 22 00:30:22.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
66082024-10-22T00:30:24.610Z[ recovery-image] Oct 22 00:30:22.998 INFO O| Oct 22 00:30:22.998 INFO STEP 805 (remove_files) COMPLETE
66092024-10-22T00:30:24.610Z[ recovery-image] Oct 22 00:30:22.998 INFO O| Oct 22 00:30:22.998 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-22T00:30:24.619Z[ recovery-image] Oct 22 00:30:23.009 INFO O| Oct 22 00:30:23.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
66112024-10-22T00:30:24.620Z[ recovery-image] Oct 22 00:30:23.009 INFO O| Oct 22 00:30:23.009 INFO STEP 806 (remove_files) COMPLETE
66122024-10-22T00:30:24.622Z[ recovery-image] Oct 22 00:30:23.009 INFO O| Oct 22 00:30:23.009 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-22T00:30:24.630Z[ recovery-image] Oct 22 00:30:23.020 INFO O| Oct 22 00:30:23.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
66142024-10-22T00:30:24.630Z[ recovery-image] Oct 22 00:30:23.020 INFO O| Oct 22 00:30:23.020 INFO STEP 807 (remove_files) COMPLETE
66152024-10-22T00:30:24.633Z[ recovery-image] Oct 22 00:30:23.020 INFO O| Oct 22 00:30:23.020 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-22T00:30:24.643Z[ recovery-image] Oct 22 00:30:23.033 INFO O| Oct 22 00:30:23.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66172024-10-22T00:30:24.643Z[ recovery-image] Oct 22 00:30:23.033 INFO O| Oct 22 00:30:23.033 INFO STEP 808 (remove_files) COMPLETE
66182024-10-22T00:30:24.643Z[ recovery-image] Oct 22 00:30:23.033 INFO O| Oct 22 00:30:23.033 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-22T00:30:24.655Z[ recovery-image] Oct 22 00:30:23.045 INFO O| Oct 22 00:30:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66202024-10-22T00:30:24.655Z[ recovery-image] Oct 22 00:30:23.045 INFO O| Oct 22 00:30:23.045 INFO STEP 809 (remove_files) COMPLETE
66212024-10-22T00:30:24.658Z[ recovery-image] Oct 22 00:30:23.045 INFO O| Oct 22 00:30:23.045 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-22T00:30:24.668Z[ recovery-image] Oct 22 00:30:23.058 INFO O| Oct 22 00:30:23.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66232024-10-22T00:30:24.671Z[ recovery-image] Oct 22 00:30:23.058 INFO O| Oct 22 00:30:23.058 INFO STEP 810 (remove_files) COMPLETE
66242024-10-22T00:30:24.671Z[ recovery-image] Oct 22 00:30:23.058 INFO O| Oct 22 00:30:23.058 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-22T00:30:24.680Z[ recovery-image] Oct 22 00:30:23.070 INFO O| Oct 22 00:30:23.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66262024-10-22T00:30:24.680Z[ recovery-image] Oct 22 00:30:23.070 INFO O| Oct 22 00:30:23.070 INFO STEP 811 (remove_files) COMPLETE
66272024-10-22T00:30:24.680Z[ recovery-image] Oct 22 00:30:23.070 INFO O| Oct 22 00:30:23.070 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-22T00:30:24.692Z[ recovery-image] Oct 22 00:30:23.082 INFO O| Oct 22 00:30:23.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66292024-10-22T00:30:24.694Z[ recovery-image] Oct 22 00:30:23.082 INFO O| Oct 22 00:30:23.082 INFO STEP 812 (remove_files) COMPLETE
66302024-10-22T00:30:24.694Z[ recovery-image] Oct 22 00:30:23.082 INFO O| Oct 22 00:30:23.082 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-22T00:30:24.703Z[ recovery-image] Oct 22 00:30:23.093 INFO O| Oct 22 00:30:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66322024-10-22T00:30:24.703Z[ recovery-image] Oct 22 00:30:23.093 INFO O| Oct 22 00:30:23.093 INFO STEP 813 (remove_files) COMPLETE
66332024-10-22T00:30:24.703Z[ recovery-image] Oct 22 00:30:23.093 INFO O| Oct 22 00:30:23.093 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-22T00:30:24.715Z[ recovery-image] Oct 22 00:30:23.104 INFO O| Oct 22 00:30:23.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66352024-10-22T00:30:24.715Z[ recovery-image] Oct 22 00:30:23.105 INFO O| Oct 22 00:30:23.105 INFO STEP 814 (remove_files) COMPLETE
66362024-10-22T00:30:24.717Z[ recovery-image] Oct 22 00:30:23.105 INFO O| Oct 22 00:30:23.105 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-22T00:30:24.727Z[ recovery-image] Oct 22 00:30:23.116 INFO O| Oct 22 00:30:23.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66382024-10-22T00:30:24.729Z[ recovery-image] Oct 22 00:30:23.117 INFO O| Oct 22 00:30:23.117 INFO STEP 815 (remove_files) COMPLETE
66392024-10-22T00:30:24.729Z[ recovery-image] Oct 22 00:30:23.117 INFO O| Oct 22 00:30:23.117 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-22T00:30:24.739Z[ recovery-image] Oct 22 00:30:23.128 INFO O| Oct 22 00:30:23.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66412024-10-22T00:30:24.739Z[ recovery-image] Oct 22 00:30:23.129 INFO O| Oct 22 00:30:23.128 INFO STEP 816 (remove_files) COMPLETE
66422024-10-22T00:30:24.739Z[ recovery-image] Oct 22 00:30:23.129 INFO O| Oct 22 00:30:23.129 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-22T00:30:24.751Z[ recovery-image] Oct 22 00:30:23.141 INFO O| Oct 22 00:30:23.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66442024-10-22T00:30:24.751Z[ recovery-image] Oct 22 00:30:23.141 INFO O| Oct 22 00:30:23.141 INFO STEP 817 (remove_files) COMPLETE
66452024-10-22T00:30:24.751Z[ recovery-image] Oct 22 00:30:23.141 INFO O| Oct 22 00:30:23.141 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-22T00:30:24.763Z[ recovery-image] Oct 22 00:30:23.152 INFO O| Oct 22 00:30:23.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66472024-10-22T00:30:24.763Z[ recovery-image] Oct 22 00:30:23.152 INFO O| Oct 22 00:30:23.152 INFO STEP 818 (remove_files) COMPLETE
66482024-10-22T00:30:24.763Z[ recovery-image] Oct 22 00:30:23.152 INFO O| Oct 22 00:30:23.152 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-22T00:30:24.775Z[ recovery-image] Oct 22 00:30:23.165 INFO O| Oct 22 00:30:23.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66502024-10-22T00:30:24.777Z[ recovery-image] Oct 22 00:30:23.165 INFO O| Oct 22 00:30:23.165 INFO STEP 819 (remove_files) COMPLETE
66512024-10-22T00:30:24.777Z[ recovery-image] Oct 22 00:30:23.165 INFO O| Oct 22 00:30:23.165 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-22T00:30:24.787Z[ recovery-image] Oct 22 00:30:23.177 INFO O| Oct 22 00:30:23.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66532024-10-22T00:30:24.787Z[ recovery-image] Oct 22 00:30:23.177 INFO O| Oct 22 00:30:23.177 INFO STEP 820 (remove_files) COMPLETE
66542024-10-22T00:30:24.789Z[ recovery-image] Oct 22 00:30:23.177 INFO O| Oct 22 00:30:23.177 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-22T00:30:24.798Z[ recovery-image] Oct 22 00:30:23.188 INFO O| Oct 22 00:30:23.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66562024-10-22T00:30:24.798Z[ recovery-image] Oct 22 00:30:23.188 INFO O| Oct 22 00:30:23.188 INFO STEP 821 (remove_files) COMPLETE
66572024-10-22T00:30:24.798Z[ recovery-image] Oct 22 00:30:23.188 INFO O| Oct 22 00:30:23.188 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-22T00:30:24.809Z[ recovery-image] Oct 22 00:30:23.199 INFO O| Oct 22 00:30:23.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66592024-10-22T00:30:24.811Z[ recovery-image] Oct 22 00:30:23.199 INFO O| Oct 22 00:30:23.199 INFO STEP 822 (remove_files) COMPLETE
66602024-10-22T00:30:24.811Z[ recovery-image] Oct 22 00:30:23.199 INFO O| Oct 22 00:30:23.199 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-22T00:30:24.824Z[ recovery-image] Oct 22 00:30:23.214 INFO O| Oct 22 00:30:23.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66622024-10-22T00:30:24.824Z[ recovery-image] Oct 22 00:30:23.214 INFO O| Oct 22 00:30:23.214 INFO STEP 823 (remove_files) COMPLETE
66632024-10-22T00:30:24.824Z[ recovery-image] Oct 22 00:30:23.214 INFO O| Oct 22 00:30:23.214 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-22T00:30:24.840Z[ recovery-image] Oct 22 00:30:23.229 INFO O| Oct 22 00:30:23.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66652024-10-22T00:30:24.840Z[ recovery-image] Oct 22 00:30:23.230 INFO O| Oct 22 00:30:23.229 INFO STEP 824 (remove_files) COMPLETE
66662024-10-22T00:30:24.840Z[ recovery-image] Oct 22 00:30:23.230 INFO O| Oct 22 00:30:23.230 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-22T00:30:24.851Z[ recovery-image] Oct 22 00:30:23.241 INFO O| Oct 22 00:30:23.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66682024-10-22T00:30:24.851Z[ recovery-image] Oct 22 00:30:23.241 INFO O| Oct 22 00:30:23.241 INFO STEP 825 (remove_files) COMPLETE
66692024-10-22T00:30:24.851Z[ recovery-image] Oct 22 00:30:23.241 INFO O| Oct 22 00:30:23.241 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-22T00:30:24.862Z[ recovery-image] Oct 22 00:30:23.252 INFO O| Oct 22 00:30:23.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66712024-10-22T00:30:24.862Z[ recovery-image] Oct 22 00:30:23.252 INFO O| Oct 22 00:30:23.252 INFO STEP 826 (remove_files) COMPLETE
66722024-10-22T00:30:24.865Z[ recovery-image] Oct 22 00:30:23.252 INFO O| Oct 22 00:30:23.252 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-22T00:30:24.873Z[ recovery-image] Oct 22 00:30:23.263 INFO O| Oct 22 00:30:23.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66742024-10-22T00:30:24.873Z[ recovery-image] Oct 22 00:30:23.263 INFO O| Oct 22 00:30:23.263 INFO STEP 827 (remove_files) COMPLETE
66752024-10-22T00:30:24.873Z[ recovery-image] Oct 22 00:30:23.263 INFO O| Oct 22 00:30:23.263 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-22T00:30:24.883Z[ recovery-image] Oct 22 00:30:23.273 INFO O| Oct 22 00:30:23.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66772024-10-22T00:30:24.886Z[ recovery-image] Oct 22 00:30:23.273 INFO O| Oct 22 00:30:23.273 INFO STEP 828 (remove_files) COMPLETE
66782024-10-22T00:30:24.886Z[ recovery-image] Oct 22 00:30:23.273 INFO O| Oct 22 00:30:23.273 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-22T00:30:24.896Z[ recovery-image] Oct 22 00:30:23.285 INFO O| Oct 22 00:30:23.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66802024-10-22T00:30:24.896Z[ recovery-image] Oct 22 00:30:23.286 INFO O| Oct 22 00:30:23.285 INFO STEP 829 (remove_files) COMPLETE
66812024-10-22T00:30:24.898Z[ recovery-image] Oct 22 00:30:23.286 INFO O| Oct 22 00:30:23.286 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-22T00:30:24.908Z[ host-image] Oct 22 00:30:23.297 INFO O| Oct 22 00:30:23.297 INFO O| Done
66832024-10-22T00:30:24.908Z[ host-image] Oct 22 00:30:23.297 INFO O| Oct 22 00:30:23.297 INFO O| Done
66842024-10-22T00:30:24.911Z[ recovery-image] Oct 22 00:30:23.299 INFO O| Oct 22 00:30:23.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66852024-10-22T00:30:24.911Z[ recovery-image] Oct 22 00:30:23.299 INFO O| Oct 22 00:30:23.299 INFO STEP 830 (remove_files) COMPLETE
66862024-10-22T00:30:24.911Z[ recovery-image] Oct 22 00:30:23.299 INFO O| Oct 22 00:30:23.299 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-22T00:30:24.924Z[ recovery-image] Oct 22 00:30:23.313 INFO O| Oct 22 00:30:23.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66882024-10-22T00:30:24.926Z[ recovery-image] Oct 22 00:30:23.313 INFO O| Oct 22 00:30:23.313 INFO STEP 831 (remove_files) COMPLETE
66892024-10-22T00:30:24.926Z[ recovery-image] Oct 22 00:30:23.313 INFO O| Oct 22 00:30:23.313 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-22T00:30:24.936Z[ recovery-image] Oct 22 00:30:23.326 INFO O| Oct 22 00:30:23.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66912024-10-22T00:30:24.936Z[ recovery-image] Oct 22 00:30:23.326 INFO O| Oct 22 00:30:23.326 INFO STEP 832 (remove_files) COMPLETE
66922024-10-22T00:30:24.939Z[ recovery-image] Oct 22 00:30:23.326 INFO O| Oct 22 00:30:23.326 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-22T00:30:24.948Z[ recovery-image] Oct 22 00:30:23.338 INFO O| Oct 22 00:30:23.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66942024-10-22T00:30:24.950Z[ recovery-image] Oct 22 00:30:23.338 INFO O| Oct 22 00:30:23.338 INFO STEP 833 (remove_files) COMPLETE
66952024-10-22T00:30:24.950Z[ recovery-image] Oct 22 00:30:23.338 INFO O| Oct 22 00:30:23.338 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-22T00:30:24.960Z[ recovery-image] Oct 22 00:30:23.349 INFO O| Oct 22 00:30:23.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66972024-10-22T00:30:24.962Z[ recovery-image] Oct 22 00:30:23.350 INFO O| Oct 22 00:30:23.349 INFO STEP 834 (remove_files) COMPLETE
66982024-10-22T00:30:24.962Z[ recovery-image] Oct 22 00:30:23.350 INFO O| Oct 22 00:30:23.350 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-22T00:30:24.970Z[ recovery-image] Oct 22 00:30:23.360 INFO O| Oct 22 00:30:23.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
67002024-10-22T00:30:24.970Z[ recovery-image] Oct 22 00:30:23.360 INFO O| Oct 22 00:30:23.360 INFO STEP 835 (remove_files) COMPLETE
67012024-10-22T00:30:24.970Z[ recovery-image] Oct 22 00:30:23.360 INFO O| Oct 22 00:30:23.360 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-22T00:30:24.980Z[ recovery-image] Oct 22 00:30:23.370 INFO O| Oct 22 00:30:23.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
67032024-10-22T00:30:24.980Z[ recovery-image] Oct 22 00:30:23.370 INFO O| Oct 22 00:30:23.370 INFO STEP 836 (remove_files) COMPLETE
67042024-10-22T00:30:24.982Z[ recovery-image] Oct 22 00:30:23.370 INFO O| Oct 22 00:30:23.370 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-22T00:30:24.990Z[ recovery-image] Oct 22 00:30:23.380 INFO O| Oct 22 00:30:23.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
67062024-10-22T00:30:24.990Z[ recovery-image] Oct 22 00:30:23.380 INFO O| Oct 22 00:30:23.380 INFO STEP 837 (remove_files) COMPLETE
67072024-10-22T00:30:24.992Z[ recovery-image] Oct 22 00:30:23.380 INFO O| Oct 22 00:30:23.380 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-22T00:30:25.001Z[ recovery-image] Oct 22 00:30:23.390 INFO O| Oct 22 00:30:23.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
67092024-10-22T00:30:25.001Z[ recovery-image] Oct 22 00:30:23.390 INFO O| Oct 22 00:30:23.390 INFO STEP 838 (remove_files) COMPLETE
67102024-10-22T00:30:25.003Z[ recovery-image] Oct 22 00:30:23.390 INFO O| Oct 22 00:30:23.390 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-22T00:30:25.011Z[ recovery-image] Oct 22 00:30:23.400 INFO O| Oct 22 00:30:23.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
67122024-10-22T00:30:25.011Z[ recovery-image] Oct 22 00:30:23.401 INFO O| Oct 22 00:30:23.400 INFO STEP 839 (remove_files) COMPLETE
67132024-10-22T00:30:25.011Z[ recovery-image] Oct 22 00:30:23.401 INFO O| Oct 22 00:30:23.400 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-22T00:30:25.021Z[ recovery-image] Oct 22 00:30:23.411 INFO O| Oct 22 00:30:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67152024-10-22T00:30:25.021Z[ recovery-image] Oct 22 00:30:23.411 INFO O| Oct 22 00:30:23.411 INFO STEP 840 (remove_files) COMPLETE
67162024-10-22T00:30:25.023Z[ recovery-image] Oct 22 00:30:23.411 INFO O| Oct 22 00:30:23.411 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-22T00:30:25.031Z[ recovery-image] Oct 22 00:30:23.421 INFO O| Oct 22 00:30:23.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67182024-10-22T00:30:25.034Z[ recovery-image] Oct 22 00:30:23.421 INFO O| Oct 22 00:30:23.421 INFO STEP 841 (remove_files) COMPLETE
67192024-10-22T00:30:25.034Z[ recovery-image] Oct 22 00:30:23.421 INFO O| Oct 22 00:30:23.421 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-22T00:30:25.041Z[ recovery-image] Oct 22 00:30:23.431 INFO O| Oct 22 00:30:23.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67212024-10-22T00:30:25.041Z[ recovery-image] Oct 22 00:30:23.431 INFO O| Oct 22 00:30:23.431 INFO STEP 842 (remove_files) COMPLETE
67222024-10-22T00:30:25.044Z[ recovery-image] Oct 22 00:30:23.431 INFO O| Oct 22 00:30:23.431 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-22T00:30:25.052Z[ recovery-image] Oct 22 00:30:23.442 INFO O| Oct 22 00:30:23.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67242024-10-22T00:30:25.054Z[ recovery-image] Oct 22 00:30:23.442 INFO O| Oct 22 00:30:23.442 INFO STEP 843 (remove_files) COMPLETE
67252024-10-22T00:30:25.054Z[ recovery-image] Oct 22 00:30:23.442 INFO O| Oct 22 00:30:23.442 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-22T00:30:25.062Z[ recovery-image] Oct 22 00:30:23.452 INFO O| Oct 22 00:30:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67272024-10-22T00:30:25.062Z[ recovery-image] Oct 22 00:30:23.452 INFO O| Oct 22 00:30:23.452 INFO STEP 844 (remove_files) COMPLETE
67282024-10-22T00:30:25.065Z[ recovery-image] Oct 22 00:30:23.452 INFO O| Oct 22 00:30:23.452 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-22T00:30:25.073Z[ recovery-image] Oct 22 00:30:23.463 INFO O| Oct 22 00:30:23.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67302024-10-22T00:30:25.073Z[ recovery-image] Oct 22 00:30:23.463 INFO O| Oct 22 00:30:23.463 INFO STEP 845 (remove_files) COMPLETE
67312024-10-22T00:30:25.075Z[ recovery-image] Oct 22 00:30:23.463 INFO O| Oct 22 00:30:23.463 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-22T00:30:25.083Z[ recovery-image] Oct 22 00:30:23.473 INFO O| Oct 22 00:30:23.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67332024-10-22T00:30:25.083Z[ recovery-image] Oct 22 00:30:23.473 INFO O| Oct 22 00:30:23.473 INFO STEP 846 (remove_files) COMPLETE
67342024-10-22T00:30:25.086Z[ recovery-image] Oct 22 00:30:23.473 INFO O| Oct 22 00:30:23.473 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-22T00:30:25.093Z[ recovery-image] Oct 22 00:30:23.483 INFO O| Oct 22 00:30:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67362024-10-22T00:30:25.093Z[ recovery-image] Oct 22 00:30:23.483 INFO O| Oct 22 00:30:23.483 INFO STEP 847 (remove_files) COMPLETE
67372024-10-22T00:30:25.093Z[ recovery-image] Oct 22 00:30:23.483 INFO O| Oct 22 00:30:23.483 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-22T00:30:25.103Z[ recovery-image] Oct 22 00:30:23.493 INFO O| Oct 22 00:30:23.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67392024-10-22T00:30:25.106Z[ recovery-image] Oct 22 00:30:23.494 INFO O| Oct 22 00:30:23.494 INFO STEP 848 (remove_files) COMPLETE
67402024-10-22T00:30:25.106Z[ recovery-image] Oct 22 00:30:23.494 INFO O| Oct 22 00:30:23.494 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-22T00:30:25.114Z[ recovery-image] Oct 22 00:30:23.504 INFO O| Oct 22 00:30:23.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67422024-10-22T00:30:25.114Z[ recovery-image] Oct 22 00:30:23.504 INFO O| Oct 22 00:30:23.504 INFO STEP 849 (remove_files) COMPLETE
67432024-10-22T00:30:25.114Z[ recovery-image] Oct 22 00:30:23.504 INFO O| Oct 22 00:30:23.504 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-22T00:30:25.124Z[ recovery-image] Oct 22 00:30:23.514 INFO O| Oct 22 00:30:23.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67452024-10-22T00:30:25.126Z[ recovery-image] Oct 22 00:30:23.514 INFO O| Oct 22 00:30:23.514 INFO STEP 850 (remove_files) COMPLETE
67462024-10-22T00:30:25.126Z[ recovery-image] Oct 22 00:30:23.514 INFO O| Oct 22 00:30:23.514 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-22T00:30:25.134Z[ recovery-image] Oct 22 00:30:23.524 INFO O| Oct 22 00:30:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67482024-10-22T00:30:25.136Z[ recovery-image] Oct 22 00:30:23.524 INFO O| Oct 22 00:30:23.524 INFO STEP 851 (remove_files) COMPLETE
67492024-10-22T00:30:25.136Z[ recovery-image] Oct 22 00:30:23.524 INFO O| Oct 22 00:30:23.524 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-22T00:30:25.146Z[ recovery-image] Oct 22 00:30:23.535 INFO O| Oct 22 00:30:23.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67512024-10-22T00:30:25.146Z[ recovery-image] Oct 22 00:30:23.535 INFO O| Oct 22 00:30:23.535 INFO STEP 852 (remove_files) COMPLETE
67522024-10-22T00:30:25.146Z[ recovery-image] Oct 22 00:30:23.535 INFO O| Oct 22 00:30:23.535 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-22T00:30:25.155Z[ recovery-image] Oct 22 00:30:23.545 INFO O| Oct 22 00:30:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67542024-10-22T00:30:25.158Z[ recovery-image] Oct 22 00:30:23.545 INFO O| Oct 22 00:30:23.545 INFO STEP 853 (remove_files) COMPLETE
67552024-10-22T00:30:25.158Z[ recovery-image] Oct 22 00:30:23.545 INFO O| Oct 22 00:30:23.545 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-22T00:30:25.165Z[ recovery-image] Oct 22 00:30:23.555 INFO O| Oct 22 00:30:23.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67572024-10-22T00:30:25.165Z[ recovery-image] Oct 22 00:30:23.555 INFO O| Oct 22 00:30:23.555 INFO STEP 854 (remove_files) COMPLETE
67582024-10-22T00:30:25.166Z[ recovery-image] Oct 22 00:30:23.555 INFO O| Oct 22 00:30:23.555 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-22T00:30:25.175Z[ recovery-image] Oct 22 00:30:23.565 INFO O| Oct 22 00:30:23.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67602024-10-22T00:30:25.175Z[ recovery-image] Oct 22 00:30:23.565 INFO O| Oct 22 00:30:23.565 INFO STEP 855 (remove_files) COMPLETE
67612024-10-22T00:30:25.178Z[ recovery-image] Oct 22 00:30:23.565 INFO O| Oct 22 00:30:23.565 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-22T00:30:25.185Z[ recovery-image] Oct 22 00:30:23.575 INFO O| Oct 22 00:30:23.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67632024-10-22T00:30:25.185Z[ recovery-image] Oct 22 00:30:23.575 INFO O| Oct 22 00:30:23.575 INFO STEP 856 (remove_files) COMPLETE
67642024-10-22T00:30:25.188Z[ recovery-image] Oct 22 00:30:23.575 INFO O| Oct 22 00:30:23.575 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-22T00:30:25.195Z[ recovery-image] Oct 22 00:30:23.585 INFO O| Oct 22 00:30:23.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67662024-10-22T00:30:25.198Z[ recovery-image] Oct 22 00:30:23.586 INFO O| Oct 22 00:30:23.586 INFO STEP 857 (remove_files) COMPLETE
67672024-10-22T00:30:25.198Z[ recovery-image] Oct 22 00:30:23.586 INFO O| Oct 22 00:30:23.586 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-22T00:30:25.206Z[ recovery-image] Oct 22 00:30:23.596 INFO O| Oct 22 00:30:23.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67692024-10-22T00:30:25.206Z[ recovery-image] Oct 22 00:30:23.596 INFO O| Oct 22 00:30:23.596 INFO STEP 858 (remove_files) COMPLETE
67702024-10-22T00:30:25.208Z[ recovery-image] Oct 22 00:30:23.596 INFO O| Oct 22 00:30:23.596 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-22T00:30:25.216Z[ recovery-image] Oct 22 00:30:23.606 INFO O| Oct 22 00:30:23.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67722024-10-22T00:30:25.216Z[ recovery-image] Oct 22 00:30:23.606 INFO O| Oct 22 00:30:23.606 INFO STEP 859 (remove_files) COMPLETE
67732024-10-22T00:30:25.219Z[ recovery-image] Oct 22 00:30:23.606 INFO O| Oct 22 00:30:23.606 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-22T00:30:25.228Z[ recovery-image] Oct 22 00:30:23.618 INFO O| Oct 22 00:30:23.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67752024-10-22T00:30:25.228Z[ recovery-image] Oct 22 00:30:23.618 INFO O| Oct 22 00:30:23.618 INFO STEP 860 (remove_files) COMPLETE
67762024-10-22T00:30:25.228Z[ recovery-image] Oct 22 00:30:23.618 INFO O| Oct 22 00:30:23.618 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-22T00:30:25.238Z[ recovery-image] Oct 22 00:30:23.628 INFO O| Oct 22 00:30:23.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67782024-10-22T00:30:25.241Z[ recovery-image] Oct 22 00:30:23.628 INFO O| Oct 22 00:30:23.628 INFO STEP 861 (remove_files) COMPLETE
67792024-10-22T00:30:25.241Z[ recovery-image] Oct 22 00:30:23.628 INFO O| Oct 22 00:30:23.628 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-22T00:30:25.249Z[ recovery-image] Oct 22 00:30:23.639 INFO O| Oct 22 00:30:23.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67812024-10-22T00:30:25.251Z[ recovery-image] Oct 22 00:30:23.639 INFO O| Oct 22 00:30:23.639 INFO STEP 862 (remove_files) COMPLETE
67822024-10-22T00:30:25.251Z[ recovery-image] Oct 22 00:30:23.639 INFO O| Oct 22 00:30:23.639 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-22T00:30:25.262Z[ recovery-image] Oct 22 00:30:23.651 INFO O| Oct 22 00:30:23.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67842024-10-22T00:30:25.262Z[ recovery-image] Oct 22 00:30:23.652 INFO O| Oct 22 00:30:23.651 INFO STEP 863 (remove_files) COMPLETE
67852024-10-22T00:30:25.264Z[ recovery-image] Oct 22 00:30:23.652 INFO O| Oct 22 00:30:23.651 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-22T00:30:25.273Z[ recovery-image] Oct 22 00:30:23.663 INFO O| Oct 22 00:30:23.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67872024-10-22T00:30:25.273Z[ recovery-image] Oct 22 00:30:23.663 INFO O| Oct 22 00:30:23.663 INFO STEP 864 (remove_files) COMPLETE
67882024-10-22T00:30:25.273Z[ recovery-image] Oct 22 00:30:23.663 INFO O| Oct 22 00:30:23.663 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-22T00:30:25.285Z[ recovery-image] Oct 22 00:30:23.674 INFO O| Oct 22 00:30:23.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67902024-10-22T00:30:25.285Z[ recovery-image] Oct 22 00:30:23.674 INFO O| Oct 22 00:30:23.674 INFO STEP 865 (remove_files) COMPLETE
67912024-10-22T00:30:25.287Z[ recovery-image] Oct 22 00:30:23.674 INFO O| Oct 22 00:30:23.674 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-22T00:30:25.296Z[ recovery-image] Oct 22 00:30:23.686 INFO O| Oct 22 00:30:23.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67932024-10-22T00:30:25.298Z[ recovery-image] Oct 22 00:30:23.686 INFO O| Oct 22 00:30:23.686 INFO STEP 866 (remove_files) COMPLETE
67942024-10-22T00:30:25.299Z[ recovery-image] Oct 22 00:30:23.686 INFO O| Oct 22 00:30:23.686 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-22T00:30:25.307Z[ recovery-image] Oct 22 00:30:23.697 INFO O| Oct 22 00:30:23.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67962024-10-22T00:30:25.307Z[ recovery-image] Oct 22 00:30:23.697 INFO O| Oct 22 00:30:23.697 INFO STEP 867 (remove_files) COMPLETE
67972024-10-22T00:30:25.307Z[ recovery-image] Oct 22 00:30:23.697 INFO O| Oct 22 00:30:23.697 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-22T00:30:25.317Z[ recovery-image] Oct 22 00:30:23.707 INFO O| Oct 22 00:30:23.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67992024-10-22T00:30:25.320Z[ recovery-image] Oct 22 00:30:23.707 INFO O| Oct 22 00:30:23.707 INFO STEP 868 (remove_files) COMPLETE
68002024-10-22T00:30:25.320Z[ recovery-image] Oct 22 00:30:23.707 INFO O| Oct 22 00:30:23.707 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-22T00:30:25.328Z[ recovery-image] Oct 22 00:30:23.718 INFO O| Oct 22 00:30:23.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
68022024-10-22T00:30:25.328Z[ recovery-image] Oct 22 00:30:23.718 INFO O| Oct 22 00:30:23.718 INFO STEP 869 (remove_files) COMPLETE
68032024-10-22T00:30:25.328Z[ recovery-image] Oct 22 00:30:23.718 INFO O| Oct 22 00:30:23.718 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-22T00:30:25.338Z[ recovery-image] Oct 22 00:30:23.728 INFO O| Oct 22 00:30:23.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
68052024-10-22T00:30:25.338Z[ recovery-image] Oct 22 00:30:23.728 INFO O| Oct 22 00:30:23.728 INFO STEP 870 (remove_files) COMPLETE
68062024-10-22T00:30:25.338Z[ recovery-image] Oct 22 00:30:23.728 INFO O| Oct 22 00:30:23.728 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-22T00:30:25.349Z[ recovery-image] Oct 22 00:30:23.739 INFO O| Oct 22 00:30:23.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
68082024-10-22T00:30:25.349Z[ recovery-image] Oct 22 00:30:23.739 INFO O| Oct 22 00:30:23.739 INFO STEP 871 (remove_files) COMPLETE
68092024-10-22T00:30:25.349Z[ recovery-image] Oct 22 00:30:23.739 INFO O| Oct 22 00:30:23.739 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-22T00:30:25.361Z[ recovery-image] Oct 22 00:30:23.751 INFO O| Oct 22 00:30:23.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
68112024-10-22T00:30:25.363Z[ recovery-image] Oct 22 00:30:23.751 INFO O| Oct 22 00:30:23.751 INFO STEP 872 (remove_files) COMPLETE
68122024-10-22T00:30:25.363Z[ recovery-image] Oct 22 00:30:23.751 INFO O| Oct 22 00:30:23.751 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-22T00:30:25.371Z[ recovery-image] Oct 22 00:30:23.761 INFO O| Oct 22 00:30:23.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68142024-10-22T00:30:25.373Z[ recovery-image] Oct 22 00:30:23.761 INFO O| Oct 22 00:30:23.761 INFO STEP 873 (remove_files) COMPLETE
68152024-10-22T00:30:25.374Z[ recovery-image] Oct 22 00:30:23.761 INFO O| Oct 22 00:30:23.761 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-10-22T00:30:25.382Z[ recovery-image] Oct 22 00:30:23.771 INFO O| Oct 22 00:30:23.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68172024-10-22T00:30:25.385Z[ recovery-image] Oct 22 00:30:23.771 INFO O| Oct 22 00:30:23.771 INFO STEP 874 (remove_files) COMPLETE
68182024-10-22T00:30:25.385Z[ recovery-image] Oct 22 00:30:23.771 INFO O| Oct 22 00:30:23.771 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-10-22T00:30:25.391Z[ recovery-image] Oct 22 00:30:23.781 INFO O| Oct 22 00:30:23.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68202024-10-22T00:30:25.391Z[ recovery-image] Oct 22 00:30:23.781 INFO O| Oct 22 00:30:23.781 INFO STEP 875 (remove_files) COMPLETE
68212024-10-22T00:30:25.391Z[ recovery-image] Oct 22 00:30:23.781 INFO O| Oct 22 00:30:23.781 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-22T00:30:25.401Z[ recovery-image] Oct 22 00:30:23.791 INFO O| Oct 22 00:30:23.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68232024-10-22T00:30:25.404Z[ recovery-image] Oct 22 00:30:23.791 INFO O| Oct 22 00:30:23.791 INFO STEP 876 (remove_files) COMPLETE
68242024-10-22T00:30:25.404Z[ recovery-image] Oct 22 00:30:23.791 INFO O| Oct 22 00:30:23.791 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-22T00:30:25.404Z[ host-image] Oct 22 00:30:23.794 INFO O| Oct 22 00:30:23.794 INFO O| Done
68262024-10-22T00:30:25.412Z[ recovery-image] Oct 22 00:30:23.802 INFO O| Oct 22 00:30:23.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68272024-10-22T00:30:25.412Z[ recovery-image] Oct 22 00:30:23.802 INFO O| Oct 22 00:30:23.802 INFO STEP 877 (remove_files) COMPLETE
68282024-10-22T00:30:25.415Z[ recovery-image] Oct 22 00:30:23.802 INFO O| Oct 22 00:30:23.802 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-22T00:30:25.426Z[ recovery-image] Oct 22 00:30:23.815 INFO O| Oct 22 00:30:23.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68302024-10-22T00:30:25.426Z[ recovery-image] Oct 22 00:30:23.815 INFO O| Oct 22 00:30:23.815 INFO STEP 878 (remove_files) COMPLETE
68312024-10-22T00:30:25.428Z[ recovery-image] Oct 22 00:30:23.815 INFO O| Oct 22 00:30:23.815 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-22T00:30:25.438Z[ recovery-image] Oct 22 00:30:23.828 INFO O| Oct 22 00:30:23.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68332024-10-22T00:30:25.438Z[ recovery-image] Oct 22 00:30:23.828 INFO O| Oct 22 00:30:23.828 INFO STEP 879 (remove_files) COMPLETE
68342024-10-22T00:30:25.441Z[ recovery-image] Oct 22 00:30:23.828 INFO O| Oct 22 00:30:23.828 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-22T00:30:25.450Z[ recovery-image] Oct 22 00:30:23.839 INFO O| Oct 22 00:30:23.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68362024-10-22T00:30:25.450Z[ recovery-image] Oct 22 00:30:23.839 INFO O| Oct 22 00:30:23.839 INFO STEP 880 (remove_files) COMPLETE
68372024-10-22T00:30:25.452Z[ recovery-image] Oct 22 00:30:23.839 INFO O| Oct 22 00:30:23.839 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-22T00:30:25.459Z[ recovery-image] Oct 22 00:30:23.849 INFO O| Oct 22 00:30:23.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68392024-10-22T00:30:25.459Z[ recovery-image] Oct 22 00:30:23.849 INFO O| Oct 22 00:30:23.849 INFO STEP 881 (remove_files) COMPLETE
68402024-10-22T00:30:25.459Z[ recovery-image] Oct 22 00:30:23.849 INFO O| Oct 22 00:30:23.849 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-22T00:30:25.471Z[ recovery-image] Oct 22 00:30:23.860 INFO O| Oct 22 00:30:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68422024-10-22T00:30:25.474Z[ recovery-image] Oct 22 00:30:23.861 INFO O| Oct 22 00:30:23.860 INFO STEP 882 (remove_files) COMPLETE
68432024-10-22T00:30:25.474Z[ recovery-image] Oct 22 00:30:23.861 INFO O| Oct 22 00:30:23.861 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-22T00:30:25.481Z[ recovery-image] Oct 22 00:30:23.871 INFO O| Oct 22 00:30:23.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68452024-10-22T00:30:25.483Z[ recovery-image] Oct 22 00:30:23.871 INFO O| Oct 22 00:30:23.871 INFO STEP 883 (remove_files) COMPLETE
68462024-10-22T00:30:25.483Z[ recovery-image] Oct 22 00:30:23.871 INFO O| Oct 22 00:30:23.871 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-22T00:30:25.491Z[ recovery-image] Oct 22 00:30:23.881 INFO O| Oct 22 00:30:23.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68482024-10-22T00:30:25.491Z[ recovery-image] Oct 22 00:30:23.881 INFO O| Oct 22 00:30:23.881 INFO STEP 884 (remove_files) COMPLETE
68492024-10-22T00:30:25.493Z[ recovery-image] Oct 22 00:30:23.881 INFO O| Oct 22 00:30:23.881 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-22T00:30:25.502Z[ recovery-image] Oct 22 00:30:23.892 INFO O| Oct 22 00:30:23.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68512024-10-22T00:30:25.502Z[ recovery-image] Oct 22 00:30:23.892 INFO O| Oct 22 00:30:23.892 INFO STEP 885 (remove_files) COMPLETE
68522024-10-22T00:30:25.504Z[ recovery-image] Oct 22 00:30:23.892 INFO O| Oct 22 00:30:23.892 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-22T00:30:25.514Z[ recovery-image] Oct 22 00:30:23.904 INFO O| Oct 22 00:30:23.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68542024-10-22T00:30:25.514Z[ recovery-image] Oct 22 00:30:23.904 INFO O| Oct 22 00:30:23.904 INFO STEP 886 (remove_files) COMPLETE
68552024-10-22T00:30:25.517Z[ recovery-image] Oct 22 00:30:23.904 INFO O| Oct 22 00:30:23.904 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-22T00:30:25.526Z[ recovery-image] Oct 22 00:30:23.916 INFO O| Oct 22 00:30:23.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68572024-10-22T00:30:25.529Z[ recovery-image] Oct 22 00:30:23.916 INFO O| Oct 22 00:30:23.916 INFO STEP 887 (remove_files) COMPLETE
68582024-10-22T00:30:25.529Z[ recovery-image] Oct 22 00:30:23.916 INFO O| Oct 22 00:30:23.916 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-22T00:30:25.538Z[ recovery-image] Oct 22 00:30:23.928 INFO O| Oct 22 00:30:23.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68602024-10-22T00:30:25.538Z[ recovery-image] Oct 22 00:30:23.928 INFO O| Oct 22 00:30:23.928 INFO STEP 888 (remove_files) COMPLETE
68612024-10-22T00:30:25.541Z[ recovery-image] Oct 22 00:30:23.928 INFO O| Oct 22 00:30:23.928 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-22T00:30:25.549Z[ recovery-image] Oct 22 00:30:23.939 INFO O| Oct 22 00:30:23.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68632024-10-22T00:30:25.549Z[ recovery-image] Oct 22 00:30:23.939 INFO O| Oct 22 00:30:23.939 INFO STEP 889 (remove_files) COMPLETE
68642024-10-22T00:30:25.549Z[ recovery-image] Oct 22 00:30:23.939 INFO O| Oct 22 00:30:23.939 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-22T00:30:25.563Z[ recovery-image] Oct 22 00:30:23.952 INFO O| Oct 22 00:30:23.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68662024-10-22T00:30:25.563Z[ recovery-image] Oct 22 00:30:23.952 INFO O| Oct 22 00:30:23.952 INFO STEP 890 (remove_files) COMPLETE
68672024-10-22T00:30:25.563Z[ recovery-image] Oct 22 00:30:23.952 INFO O| Oct 22 00:30:23.952 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-22T00:30:25.573Z[ recovery-image] Oct 22 00:30:23.963 INFO O| Oct 22 00:30:23.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68692024-10-22T00:30:25.576Z[ recovery-image] Oct 22 00:30:23.963 INFO O| Oct 22 00:30:23.963 INFO STEP 891 (remove_files) COMPLETE
68702024-10-22T00:30:25.576Z[ recovery-image] Oct 22 00:30:23.963 INFO O| Oct 22 00:30:23.963 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-22T00:30:25.585Z[ recovery-image] Oct 22 00:30:23.975 INFO O| Oct 22 00:30:23.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68722024-10-22T00:30:25.585Z[ recovery-image] Oct 22 00:30:23.975 INFO O| Oct 22 00:30:23.975 INFO STEP 892 (remove_files) COMPLETE
68732024-10-22T00:30:25.587Z[ recovery-image] Oct 22 00:30:23.975 INFO O| Oct 22 00:30:23.975 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-22T00:30:25.598Z[ recovery-image] Oct 22 00:30:23.986 INFO O| Oct 22 00:30:23.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68752024-10-22T00:30:25.600Z[ recovery-image] Oct 22 00:30:23.986 INFO O| Oct 22 00:30:23.986 INFO STEP 893 (remove_files) COMPLETE
68762024-10-22T00:30:25.601Z[ recovery-image] Oct 22 00:30:23.987 INFO O| Oct 22 00:30:23.986 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-22T00:30:25.609Z[ recovery-image] Oct 22 00:30:23.998 INFO O| Oct 22 00:30:23.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68782024-10-22T00:30:25.611Z[ recovery-image] Oct 22 00:30:23.998 INFO O| Oct 22 00:30:23.998 INFO STEP 894 (remove_files) COMPLETE
68792024-10-22T00:30:25.612Z[ recovery-image] Oct 22 00:30:23.998 INFO O| Oct 22 00:30:23.998 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-22T00:30:25.620Z[ recovery-image] Oct 22 00:30:24.010 INFO O| Oct 22 00:30:24.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68812024-10-22T00:30:25.620Z[ recovery-image] Oct 22 00:30:24.010 INFO O| Oct 22 00:30:24.010 INFO STEP 895 (remove_files) COMPLETE
68822024-10-22T00:30:25.623Z[ recovery-image] Oct 22 00:30:24.010 INFO O| Oct 22 00:30:24.010 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-22T00:30:25.630Z[ recovery-image] Oct 22 00:30:24.020 INFO O| Oct 22 00:30:24.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68842024-10-22T00:30:25.630Z[ recovery-image] Oct 22 00:30:24.020 INFO O| Oct 22 00:30:24.020 INFO STEP 896 (remove_files) COMPLETE
68852024-10-22T00:30:25.633Z[ recovery-image] Oct 22 00:30:24.020 INFO O| Oct 22 00:30:24.020 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-22T00:30:25.640Z[ recovery-image] Oct 22 00:30:24.030 INFO O| Oct 22 00:30:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68872024-10-22T00:30:25.640Z[ recovery-image] Oct 22 00:30:24.030 INFO O| Oct 22 00:30:24.030 INFO STEP 897 (remove_files) COMPLETE
68882024-10-22T00:30:25.643Z[ recovery-image] Oct 22 00:30:24.030 INFO O| Oct 22 00:30:24.030 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-22T00:30:25.652Z[ recovery-image] Oct 22 00:30:24.040 INFO O| Oct 22 00:30:24.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68902024-10-22T00:30:25.652Z[ recovery-image] Oct 22 00:30:24.040 INFO O| Oct 22 00:30:24.040 INFO STEP 898 (remove_files) COMPLETE
68912024-10-22T00:30:25.654Z[ recovery-image] Oct 22 00:30:24.040 INFO O| Oct 22 00:30:24.040 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-22T00:30:25.665Z[ recovery-image] Oct 22 00:30:24.050 INFO O| Oct 22 00:30:24.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68932024-10-22T00:30:25.667Z[ recovery-image] Oct 22 00:30:24.051 INFO O| Oct 22 00:30:24.050 INFO STEP 899 (remove_files) COMPLETE
68942024-10-22T00:30:25.668Z[ recovery-image] Oct 22 00:30:24.051 INFO O| Oct 22 00:30:24.051 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-22T00:30:25.671Z[ recovery-image] Oct 22 00:30:24.061 INFO O| Oct 22 00:30:24.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68962024-10-22T00:30:25.674Z[ recovery-image] Oct 22 00:30:24.061 INFO O| Oct 22 00:30:24.061 INFO STEP 900 (remove_files) COMPLETE
68972024-10-22T00:30:25.674Z[ recovery-image] Oct 22 00:30:24.061 INFO O| Oct 22 00:30:24.061 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-22T00:30:25.681Z[ recovery-image] Oct 22 00:30:24.071 INFO O| Oct 22 00:30:24.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68992024-10-22T00:30:25.682Z[ recovery-image] Oct 22 00:30:24.071 INFO O| Oct 22 00:30:24.071 INFO STEP 901 (remove_files) COMPLETE
69002024-10-22T00:30:25.684Z[ recovery-image] Oct 22 00:30:24.071 INFO O| Oct 22 00:30:24.071 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-22T00:30:25.692Z[ recovery-image] Oct 22 00:30:24.081 INFO O| Oct 22 00:30:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
69022024-10-22T00:30:25.694Z[ recovery-image] Oct 22 00:30:24.081 INFO O| Oct 22 00:30:24.081 INFO STEP 902 (remove_files) COMPLETE
69032024-10-22T00:30:25.694Z[ recovery-image] Oct 22 00:30:24.081 INFO O| Oct 22 00:30:24.081 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-22T00:30:25.702Z[ recovery-image] Oct 22 00:30:24.091 INFO O| Oct 22 00:30:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
69052024-10-22T00:30:25.704Z[ recovery-image] Oct 22 00:30:24.091 INFO O| Oct 22 00:30:24.091 INFO STEP 903 (remove_files) COMPLETE
69062024-10-22T00:30:25.704Z[ recovery-image] Oct 22 00:30:24.091 INFO O| Oct 22 00:30:24.091 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-22T00:30:25.711Z[ recovery-image] Oct 22 00:30:24.101 INFO O| Oct 22 00:30:24.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
69082024-10-22T00:30:25.712Z[ recovery-image] Oct 22 00:30:24.101 INFO O| Oct 22 00:30:24.101 INFO STEP 904 (remove_files) COMPLETE
69092024-10-22T00:30:25.714Z[ recovery-image] Oct 22 00:30:24.101 INFO O| Oct 22 00:30:24.101 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-22T00:30:25.722Z[ recovery-image] Oct 22 00:30:24.111 INFO O| Oct 22 00:30:24.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
69112024-10-22T00:30:25.722Z[ recovery-image] Oct 22 00:30:24.111 INFO O| Oct 22 00:30:24.111 INFO STEP 905 (remove_files) COMPLETE
69122024-10-22T00:30:25.722Z[ recovery-image] Oct 22 00:30:24.111 INFO O| Oct 22 00:30:24.111 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-22T00:30:25.731Z[ recovery-image] Oct 22 00:30:24.121 INFO O| Oct 22 00:30:24.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69142024-10-22T00:30:25.731Z[ recovery-image] Oct 22 00:30:24.121 INFO O| Oct 22 00:30:24.121 INFO STEP 906 (remove_files) COMPLETE
69152024-10-22T00:30:25.734Z[ recovery-image] Oct 22 00:30:24.121 INFO O| Oct 22 00:30:24.121 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-22T00:30:25.741Z[ recovery-image] Oct 22 00:30:24.131 INFO O| Oct 22 00:30:24.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69172024-10-22T00:30:25.744Z[ recovery-image] Oct 22 00:30:24.131 INFO O| Oct 22 00:30:24.131 INFO STEP 907 (remove_files) COMPLETE
69182024-10-22T00:30:25.744Z[ recovery-image] Oct 22 00:30:24.132 INFO O| Oct 22 00:30:24.131 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-22T00:30:25.751Z[ recovery-image] Oct 22 00:30:24.141 INFO O| Oct 22 00:30:24.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69202024-10-22T00:30:25.754Z[ recovery-image] Oct 22 00:30:24.141 INFO O| Oct 22 00:30:24.141 INFO STEP 908 (remove_files) COMPLETE
69212024-10-22T00:30:25.754Z[ recovery-image] Oct 22 00:30:24.141 INFO O| Oct 22 00:30:24.141 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-22T00:30:25.762Z[ recovery-image] Oct 22 00:30:24.151 INFO O| Oct 22 00:30:24.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69232024-10-22T00:30:25.764Z[ recovery-image] Oct 22 00:30:24.152 INFO O| Oct 22 00:30:24.152 INFO STEP 909 (remove_files) COMPLETE
69242024-10-22T00:30:25.764Z[ recovery-image] Oct 22 00:30:24.152 INFO O| Oct 22 00:30:24.152 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-22T00:30:25.772Z[ recovery-image] Oct 22 00:30:24.162 INFO O| Oct 22 00:30:24.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69262024-10-22T00:30:25.772Z[ recovery-image] Oct 22 00:30:24.162 INFO O| Oct 22 00:30:24.162 INFO STEP 910 (remove_files) COMPLETE
69272024-10-22T00:30:25.772Z[ recovery-image] Oct 22 00:30:24.162 INFO O| Oct 22 00:30:24.162 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-22T00:30:25.782Z[ recovery-image] Oct 22 00:30:24.172 INFO O| Oct 22 00:30:24.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69292024-10-22T00:30:25.782Z[ recovery-image] Oct 22 00:30:24.172 INFO O| Oct 22 00:30:24.172 INFO STEP 911 (remove_files) COMPLETE
69302024-10-22T00:30:25.785Z[ recovery-image] Oct 22 00:30:24.172 INFO O| Oct 22 00:30:24.172 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-22T00:30:25.792Z[ recovery-image] Oct 22 00:30:24.182 INFO O| Oct 22 00:30:24.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69322024-10-22T00:30:25.792Z[ recovery-image] Oct 22 00:30:24.182 INFO O| Oct 22 00:30:24.182 INFO STEP 912 (remove_files) COMPLETE
69332024-10-22T00:30:25.794Z[ recovery-image] Oct 22 00:30:24.182 INFO O| Oct 22 00:30:24.182 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-22T00:30:25.802Z[ recovery-image] Oct 22 00:30:24.192 INFO O| Oct 22 00:30:24.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69352024-10-22T00:30:25.802Z[ recovery-image] Oct 22 00:30:24.192 INFO O| Oct 22 00:30:24.192 INFO STEP 913 (remove_files) COMPLETE
69362024-10-22T00:30:25.804Z[ recovery-image] Oct 22 00:30:24.192 INFO O| Oct 22 00:30:24.192 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-22T00:30:25.812Z[ recovery-image] Oct 22 00:30:24.202 INFO O| Oct 22 00:30:24.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69382024-10-22T00:30:25.812Z[ recovery-image] Oct 22 00:30:24.202 INFO O| Oct 22 00:30:24.202 INFO STEP 914 (remove_files) COMPLETE
69392024-10-22T00:30:25.812Z[ recovery-image] Oct 22 00:30:24.202 INFO O| Oct 22 00:30:24.202 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-22T00:30:25.822Z[ recovery-image] Oct 22 00:30:24.212 INFO O| Oct 22 00:30:24.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69412024-10-22T00:30:25.822Z[ recovery-image] Oct 22 00:30:24.212 INFO O| Oct 22 00:30:24.212 INFO STEP 915 (remove_files) COMPLETE
69422024-10-22T00:30:25.825Z[ recovery-image] Oct 22 00:30:24.212 INFO O| Oct 22 00:30:24.212 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-22T00:30:25.832Z[ recovery-image] Oct 22 00:30:24.222 INFO O| Oct 22 00:30:24.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69442024-10-22T00:30:25.833Z[ recovery-image] Oct 22 00:30:24.222 INFO O| Oct 22 00:30:24.222 INFO STEP 916 (remove_files) COMPLETE
69452024-10-22T00:30:25.835Z[ recovery-image] Oct 22 00:30:24.222 INFO O| Oct 22 00:30:24.222 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-22T00:30:25.843Z[ recovery-image] Oct 22 00:30:24.232 INFO O| Oct 22 00:30:24.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69472024-10-22T00:30:25.847Z[ recovery-image] Oct 22 00:30:24.232 INFO O| Oct 22 00:30:24.232 INFO STEP 917 (remove_files) COMPLETE
69482024-10-22T00:30:25.847Z[ recovery-image] Oct 22 00:30:24.232 INFO O| Oct 22 00:30:24.232 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-22T00:30:25.854Z[ recovery-image] Oct 22 00:30:24.244 INFO O| Oct 22 00:30:24.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69502024-10-22T00:30:25.854Z[ recovery-image] Oct 22 00:30:24.244 INFO O| Oct 22 00:30:24.244 INFO STEP 918 (remove_files) COMPLETE
69512024-10-22T00:30:25.854Z[ recovery-image] Oct 22 00:30:24.244 INFO O| Oct 22 00:30:24.244 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-22T00:30:25.864Z[ recovery-image] Oct 22 00:30:24.254 INFO O| Oct 22 00:30:24.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69532024-10-22T00:30:25.864Z[ recovery-image] Oct 22 00:30:24.254 INFO O| Oct 22 00:30:24.254 INFO STEP 919 (remove_files) COMPLETE
69542024-10-22T00:30:25.867Z[ recovery-image] Oct 22 00:30:24.254 INFO O| Oct 22 00:30:24.254 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-22T00:30:25.875Z[ recovery-image] Oct 22 00:30:24.265 INFO O| Oct 22 00:30:24.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69562024-10-22T00:30:25.875Z[ recovery-image] Oct 22 00:30:24.265 INFO O| Oct 22 00:30:24.265 INFO STEP 920 (remove_files) COMPLETE
69572024-10-22T00:30:25.877Z[ recovery-image] Oct 22 00:30:24.265 INFO O| Oct 22 00:30:24.265 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-22T00:30:25.886Z[ recovery-image] Oct 22 00:30:24.276 INFO O| Oct 22 00:30:24.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69592024-10-22T00:30:25.888Z[ recovery-image] Oct 22 00:30:24.276 INFO O| Oct 22 00:30:24.276 INFO STEP 921 (remove_files) COMPLETE
69602024-10-22T00:30:25.889Z[ recovery-image] Oct 22 00:30:24.276 INFO O| Oct 22 00:30:24.276 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-22T00:30:25.897Z[ recovery-image] Oct 22 00:30:24.287 INFO O| Oct 22 00:30:24.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69622024-10-22T00:30:25.897Z[ recovery-image] Oct 22 00:30:24.287 INFO O| Oct 22 00:30:24.287 INFO STEP 922 (remove_files) COMPLETE
69632024-10-22T00:30:25.897Z[ recovery-image] Oct 22 00:30:24.287 INFO O| Oct 22 00:30:24.287 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-22T00:30:25.908Z[ recovery-image] Oct 22 00:30:24.298 INFO O| Oct 22 00:30:24.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69652024-10-22T00:30:25.908Z[ recovery-image] Oct 22 00:30:24.298 INFO O| Oct 22 00:30:24.298 INFO STEP 923 (remove_files) COMPLETE
69662024-10-22T00:30:25.911Z[ recovery-image] Oct 22 00:30:24.298 INFO O| Oct 22 00:30:24.298 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-22T00:30:25.919Z[ recovery-image] Oct 22 00:30:24.308 INFO O| Oct 22 00:30:24.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69682024-10-22T00:30:25.919Z[ recovery-image] Oct 22 00:30:24.308 INFO O| Oct 22 00:30:24.308 INFO STEP 924 (remove_files) COMPLETE
69692024-10-22T00:30:25.919Z[ recovery-image] Oct 22 00:30:24.308 INFO O| Oct 22 00:30:24.308 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-22T00:30:25.929Z[ recovery-image] Oct 22 00:30:24.319 INFO O| Oct 22 00:30:24.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69712024-10-22T00:30:25.931Z[ recovery-image] Oct 22 00:30:24.319 INFO O| Oct 22 00:30:24.319 INFO STEP 925 (remove_files) COMPLETE
69722024-10-22T00:30:25.931Z[ recovery-image] Oct 22 00:30:24.319 INFO O| Oct 22 00:30:24.319 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-22T00:30:25.939Z[ recovery-image] Oct 22 00:30:24.329 INFO O| Oct 22 00:30:24.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69742024-10-22T00:30:25.939Z[ recovery-image] Oct 22 00:30:24.329 INFO O| Oct 22 00:30:24.329 INFO STEP 926 (remove_files) COMPLETE
69752024-10-22T00:30:25.941Z[ recovery-image] Oct 22 00:30:24.329 INFO O| Oct 22 00:30:24.329 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-22T00:30:25.951Z[ recovery-image] Oct 22 00:30:24.341 INFO O| Oct 22 00:30:24.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69772024-10-22T00:30:25.951Z[ recovery-image] Oct 22 00:30:24.341 INFO O| Oct 22 00:30:24.341 INFO STEP 927 (remove_files) COMPLETE
69782024-10-22T00:30:25.951Z[ recovery-image] Oct 22 00:30:24.341 INFO O| Oct 22 00:30:24.341 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-22T00:30:25.963Z[ recovery-image] Oct 22 00:30:24.353 INFO O| Oct 22 00:30:24.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69802024-10-22T00:30:25.963Z[ recovery-image] Oct 22 00:30:24.353 INFO O| Oct 22 00:30:24.353 INFO STEP 928 (remove_files) COMPLETE
69812024-10-22T00:30:25.966Z[ recovery-image] Oct 22 00:30:24.353 INFO O| Oct 22 00:30:24.353 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-22T00:30:25.975Z[ recovery-image] Oct 22 00:30:24.365 INFO O| Oct 22 00:30:24.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69832024-10-22T00:30:25.977Z[ recovery-image] Oct 22 00:30:24.365 INFO O| Oct 22 00:30:24.365 INFO STEP 929 (remove_files) COMPLETE
69842024-10-22T00:30:25.977Z[ recovery-image] Oct 22 00:30:24.365 INFO O| Oct 22 00:30:24.365 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-22T00:30:25.985Z[ recovery-image] Oct 22 00:30:24.375 INFO O| Oct 22 00:30:24.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69862024-10-22T00:30:25.985Z[ recovery-image] Oct 22 00:30:24.375 INFO O| Oct 22 00:30:24.375 INFO STEP 930 (remove_files) COMPLETE
69872024-10-22T00:30:25.987Z[ recovery-image] Oct 22 00:30:24.375 INFO O| Oct 22 00:30:24.375 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-22T00:30:25.995Z[ recovery-image] Oct 22 00:30:24.385 INFO O| Oct 22 00:30:24.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69892024-10-22T00:30:25.995Z[ recovery-image] Oct 22 00:30:24.385 INFO O| Oct 22 00:30:24.385 INFO STEP 931 (remove_files) COMPLETE
69902024-10-22T00:30:25.997Z[ recovery-image] Oct 22 00:30:24.385 INFO O| Oct 22 00:30:24.385 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-22T00:30:26.005Z[ recovery-image] Oct 22 00:30:24.395 INFO O| Oct 22 00:30:24.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69922024-10-22T00:30:26.005Z[ recovery-image] Oct 22 00:30:24.395 INFO O| Oct 22 00:30:24.395 INFO STEP 932 (remove_files) COMPLETE
69932024-10-22T00:30:26.005Z[ recovery-image] Oct 22 00:30:24.395 INFO O| Oct 22 00:30:24.395 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-22T00:30:26.018Z[ recovery-image] Oct 22 00:30:24.408 INFO O| Oct 22 00:30:24.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69952024-10-22T00:30:26.018Z[ recovery-image] Oct 22 00:30:24.408 INFO O| Oct 22 00:30:24.408 INFO STEP 933 (remove_files) COMPLETE
69962024-10-22T00:30:26.018Z[ recovery-image] Oct 22 00:30:24.408 INFO O| Oct 22 00:30:24.408 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-22T00:30:26.031Z[ recovery-image] Oct 22 00:30:24.420 INFO O| Oct 22 00:30:24.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69982024-10-22T00:30:26.031Z[ recovery-image] Oct 22 00:30:24.420 INFO O| Oct 22 00:30:24.420 INFO STEP 934 (remove_files) COMPLETE
69992024-10-22T00:30:26.033Z[ recovery-image] Oct 22 00:30:24.420 INFO O| Oct 22 00:30:24.420 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-22T00:30:26.042Z[ recovery-image] Oct 22 00:30:24.432 INFO O| Oct 22 00:30:24.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
70012024-10-22T00:30:26.042Z[ recovery-image] Oct 22 00:30:24.432 INFO O| Oct 22 00:30:24.432 INFO STEP 935 (remove_files) COMPLETE
70022024-10-22T00:30:26.042Z[ recovery-image] Oct 22 00:30:24.432 INFO O| Oct 22 00:30:24.432 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-22T00:30:26.052Z[ recovery-image] Oct 22 00:30:24.442 INFO O| Oct 22 00:30:24.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
70042024-10-22T00:30:26.052Z[ recovery-image] Oct 22 00:30:24.442 INFO O| Oct 22 00:30:24.442 INFO STEP 936 (remove_files) COMPLETE
70052024-10-22T00:30:26.052Z[ recovery-image] Oct 22 00:30:24.442 INFO O| Oct 22 00:30:24.442 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-22T00:30:26.065Z[ recovery-image] Oct 22 00:30:24.454 INFO O| Oct 22 00:30:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70072024-10-22T00:30:26.065Z[ recovery-image] Oct 22 00:30:24.455 INFO O| Oct 22 00:30:24.455 INFO STEP 937 (remove_files) COMPLETE
70082024-10-22T00:30:26.065Z[ recovery-image] Oct 22 00:30:24.455 INFO O| Oct 22 00:30:24.455 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-22T00:30:26.075Z[ recovery-image] Oct 22 00:30:24.465 INFO O| Oct 22 00:30:24.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
70102024-10-22T00:30:26.075Z[ recovery-image] Oct 22 00:30:24.465 INFO O| Oct 22 00:30:24.465 INFO STEP 938 (remove_files) COMPLETE
70112024-10-22T00:30:26.077Z[ recovery-image] Oct 22 00:30:24.465 INFO O| Oct 22 00:30:24.465 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-22T00:30:26.085Z[ recovery-image] Oct 22 00:30:24.475 INFO O| Oct 22 00:30:24.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70132024-10-22T00:30:26.086Z[ recovery-image] Oct 22 00:30:24.475 INFO O| Oct 22 00:30:24.475 INFO STEP 939 (remove_files) COMPLETE
70142024-10-22T00:30:26.086Z[ recovery-image] Oct 22 00:30:24.475 INFO O| Oct 22 00:30:24.475 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-22T00:30:26.096Z[ recovery-image] Oct 22 00:30:24.486 INFO O| Oct 22 00:30:24.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70162024-10-22T00:30:26.096Z[ recovery-image] Oct 22 00:30:24.486 INFO O| Oct 22 00:30:24.486 INFO STEP 940 (remove_files) COMPLETE
70172024-10-22T00:30:26.099Z[ recovery-image] Oct 22 00:30:24.486 INFO O| Oct 22 00:30:24.486 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-22T00:30:26.106Z[ recovery-image] Oct 22 00:30:24.496 INFO O| Oct 22 00:30:24.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70192024-10-22T00:30:26.106Z[ recovery-image] Oct 22 00:30:24.496 INFO O| Oct 22 00:30:24.496 INFO STEP 941 (remove_files) COMPLETE
70202024-10-22T00:30:26.109Z[ recovery-image] Oct 22 00:30:24.496 INFO O| Oct 22 00:30:24.496 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-22T00:30:26.116Z[ recovery-image] Oct 22 00:30:24.506 INFO O| Oct 22 00:30:24.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70222024-10-22T00:30:26.116Z[ recovery-image] Oct 22 00:30:24.506 INFO O| Oct 22 00:30:24.506 INFO STEP 942 (remove_files) COMPLETE
70232024-10-22T00:30:26.116Z[ recovery-image] Oct 22 00:30:24.506 INFO O| Oct 22 00:30:24.506 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-22T00:30:26.127Z[ recovery-image] Oct 22 00:30:24.517 INFO O| Oct 22 00:30:24.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70252024-10-22T00:30:26.127Z[ recovery-image] Oct 22 00:30:24.517 INFO O| Oct 22 00:30:24.517 INFO STEP 943 (remove_files) COMPLETE
70262024-10-22T00:30:26.127Z[ recovery-image] Oct 22 00:30:24.517 INFO O| Oct 22 00:30:24.517 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-22T00:30:26.138Z[ recovery-image] Oct 22 00:30:24.528 INFO O| Oct 22 00:30:24.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70282024-10-22T00:30:26.140Z[ recovery-image] Oct 22 00:30:24.528 INFO O| Oct 22 00:30:24.528 INFO STEP 944 (remove_files) COMPLETE
70292024-10-22T00:30:26.140Z[ recovery-image] Oct 22 00:30:24.528 INFO O| Oct 22 00:30:24.528 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-22T00:30:26.148Z[ recovery-image] Oct 22 00:30:24.538 INFO O| Oct 22 00:30:24.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70312024-10-22T00:30:26.148Z[ recovery-image] Oct 22 00:30:24.538 INFO O| Oct 22 00:30:24.538 INFO STEP 945 (remove_files) COMPLETE
70322024-10-22T00:30:26.148Z[ recovery-image] Oct 22 00:30:24.538 INFO O| Oct 22 00:30:24.538 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-22T00:30:26.158Z[ recovery-image] Oct 22 00:30:24.548 INFO O| Oct 22 00:30:24.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70342024-10-22T00:30:26.158Z[ recovery-image] Oct 22 00:30:24.548 INFO O| Oct 22 00:30:24.548 INFO STEP 946 (remove_files) COMPLETE
70352024-10-22T00:30:26.161Z[ recovery-image] Oct 22 00:30:24.548 INFO O| Oct 22 00:30:24.548 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-22T00:30:26.169Z[ recovery-image] Oct 22 00:30:24.559 INFO O| Oct 22 00:30:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70372024-10-22T00:30:26.169Z[ recovery-image] Oct 22 00:30:24.559 INFO O| Oct 22 00:30:24.559 INFO STEP 947 (remove_files) COMPLETE
70382024-10-22T00:30:26.173Z[ recovery-image] Oct 22 00:30:24.559 INFO O| Oct 22 00:30:24.559 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-22T00:30:26.181Z[ recovery-image] Oct 22 00:30:24.570 INFO O| Oct 22 00:30:24.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70402024-10-22T00:30:26.181Z[ recovery-image] Oct 22 00:30:24.571 INFO O| Oct 22 00:30:24.571 INFO STEP 948 (remove_files) COMPLETE
70412024-10-22T00:30:26.183Z[ recovery-image] Oct 22 00:30:24.571 INFO O| Oct 22 00:30:24.571 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-22T00:30:26.194Z[ recovery-image] Oct 22 00:30:24.583 INFO O| Oct 22 00:30:24.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70432024-10-22T00:30:26.194Z[ recovery-image] Oct 22 00:30:24.584 INFO O| Oct 22 00:30:24.584 INFO STEP 949 (remove_files) COMPLETE
70442024-10-22T00:30:26.194Z[ recovery-image] Oct 22 00:30:24.584 INFO O| Oct 22 00:30:24.584 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-22T00:30:26.207Z[ recovery-image] Oct 22 00:30:24.596 INFO O| Oct 22 00:30:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70462024-10-22T00:30:26.207Z[ recovery-image] Oct 22 00:30:24.596 INFO O| Oct 22 00:30:24.596 INFO STEP 950 (remove_files) COMPLETE
70472024-10-22T00:30:26.209Z[ recovery-image] Oct 22 00:30:24.597 INFO O| Oct 22 00:30:24.596 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-22T00:30:26.218Z[ recovery-image] Oct 22 00:30:24.607 INFO O| Oct 22 00:30:24.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70492024-10-22T00:30:26.218Z[ recovery-image] Oct 22 00:30:24.608 INFO O| Oct 22 00:30:24.608 INFO STEP 951 (remove_files) COMPLETE
70502024-10-22T00:30:26.218Z[ recovery-image] Oct 22 00:30:24.608 INFO O| Oct 22 00:30:24.608 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-22T00:30:26.228Z[ recovery-image] Oct 22 00:30:24.618 INFO O| Oct 22 00:30:24.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70522024-10-22T00:30:26.228Z[ recovery-image] Oct 22 00:30:24.618 INFO O| Oct 22 00:30:24.618 INFO STEP 952 (remove_files) COMPLETE
70532024-10-22T00:30:26.228Z[ recovery-image] Oct 22 00:30:24.618 INFO O| Oct 22 00:30:24.618 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-22T00:30:26.239Z[ recovery-image] Oct 22 00:30:24.628 INFO O| Oct 22 00:30:24.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70552024-10-22T00:30:26.241Z[ recovery-image] Oct 22 00:30:24.629 INFO O| Oct 22 00:30:24.629 INFO STEP 953 (remove_files) COMPLETE
70562024-10-22T00:30:26.241Z[ recovery-image] Oct 22 00:30:24.629 INFO O| Oct 22 00:30:24.629 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-22T00:30:26.249Z[ recovery-image] Oct 22 00:30:24.639 INFO O| Oct 22 00:30:24.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70582024-10-22T00:30:26.250Z[ recovery-image] Oct 22 00:30:24.639 INFO O| Oct 22 00:30:24.639 INFO STEP 954 (remove_files) COMPLETE
70592024-10-22T00:30:26.252Z[ recovery-image] Oct 22 00:30:24.640 INFO O| Oct 22 00:30:24.639 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-22T00:30:26.260Z[ recovery-image] Oct 22 00:30:24.650 INFO O| Oct 22 00:30:24.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70612024-10-22T00:30:26.262Z[ recovery-image] Oct 22 00:30:24.650 INFO O| Oct 22 00:30:24.650 INFO STEP 955 (remove_files) COMPLETE
70622024-10-22T00:30:26.262Z[ recovery-image] Oct 22 00:30:24.650 INFO O| Oct 22 00:30:24.650 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-22T00:30:26.270Z[ recovery-image] Oct 22 00:30:24.660 INFO O| Oct 22 00:30:24.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70642024-10-22T00:30:26.270Z[ recovery-image] Oct 22 00:30:24.660 INFO O| Oct 22 00:30:24.660 INFO STEP 956 (remove_files) COMPLETE
70652024-10-22T00:30:26.272Z[ recovery-image] Oct 22 00:30:24.660 INFO O| Oct 22 00:30:24.660 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-22T00:30:26.280Z[ recovery-image] Oct 22 00:30:24.670 INFO O| Oct 22 00:30:24.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70672024-10-22T00:30:26.283Z[ recovery-image] Oct 22 00:30:24.670 INFO O| Oct 22 00:30:24.670 INFO STEP 957 (remove_files) COMPLETE
70682024-10-22T00:30:26.283Z[ recovery-image] Oct 22 00:30:24.670 INFO O| Oct 22 00:30:24.670 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-22T00:30:26.291Z[ recovery-image] Oct 22 00:30:24.680 INFO O| Oct 22 00:30:24.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70702024-10-22T00:30:26.293Z[ recovery-image] Oct 22 00:30:24.680 INFO O| Oct 22 00:30:24.680 INFO STEP 958 (remove_files) COMPLETE
70712024-10-22T00:30:26.293Z[ recovery-image] Oct 22 00:30:24.680 INFO O| Oct 22 00:30:24.680 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-22T00:30:26.301Z[ recovery-image] Oct 22 00:30:24.690 INFO O| Oct 22 00:30:24.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70732024-10-22T00:30:26.304Z[ recovery-image] Oct 22 00:30:24.690 INFO O| Oct 22 00:30:24.690 INFO STEP 959 (remove_files) COMPLETE
70742024-10-22T00:30:26.304Z[ recovery-image] Oct 22 00:30:24.690 INFO O| Oct 22 00:30:24.690 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-22T00:30:26.311Z[ recovery-image] Oct 22 00:30:24.700 INFO O| Oct 22 00:30:24.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70762024-10-22T00:30:26.314Z[ recovery-image] Oct 22 00:30:24.700 INFO O| Oct 22 00:30:24.700 INFO STEP 960 (remove_files) COMPLETE
70772024-10-22T00:30:26.314Z[ recovery-image] Oct 22 00:30:24.700 INFO O| Oct 22 00:30:24.700 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-22T00:30:26.320Z[ recovery-image] Oct 22 00:30:24.710 INFO O| Oct 22 00:30:24.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70792024-10-22T00:30:26.321Z[ recovery-image] Oct 22 00:30:24.710 INFO O| Oct 22 00:30:24.710 INFO STEP 961 (remove_files) COMPLETE
70802024-10-22T00:30:26.321Z[ recovery-image] Oct 22 00:30:24.710 INFO O| Oct 22 00:30:24.710 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-22T00:30:26.330Z[ recovery-image] Oct 22 00:30:24.720 INFO O| Oct 22 00:30:24.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70822024-10-22T00:30:26.331Z[ recovery-image] Oct 22 00:30:24.720 INFO O| Oct 22 00:30:24.720 INFO STEP 962 (remove_files) COMPLETE
70832024-10-22T00:30:26.334Z[ recovery-image] Oct 22 00:30:24.720 INFO O| Oct 22 00:30:24.720 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-22T00:30:26.341Z[ recovery-image] Oct 22 00:30:24.731 INFO O| Oct 22 00:30:24.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70852024-10-22T00:30:26.341Z[ recovery-image] Oct 22 00:30:24.731 INFO O| Oct 22 00:30:24.731 INFO STEP 963 (remove_files) COMPLETE
70862024-10-22T00:30:26.344Z[ recovery-image] Oct 22 00:30:24.731 INFO O| Oct 22 00:30:24.731 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-22T00:30:26.352Z[ recovery-image] Oct 22 00:30:24.741 INFO O| Oct 22 00:30:24.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70882024-10-22T00:30:26.352Z[ recovery-image] Oct 22 00:30:24.741 INFO O| Oct 22 00:30:24.741 INFO STEP 964 (remove_files) COMPLETE
70892024-10-22T00:30:26.354Z[ recovery-image] Oct 22 00:30:24.741 INFO O| Oct 22 00:30:24.741 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-22T00:30:26.363Z[ recovery-image] Oct 22 00:30:24.753 INFO O| Oct 22 00:30:24.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70912024-10-22T00:30:26.365Z[ recovery-image] Oct 22 00:30:24.753 INFO O| Oct 22 00:30:24.753 INFO STEP 965 (remove_files) COMPLETE
70922024-10-22T00:30:26.365Z[ recovery-image] Oct 22 00:30:24.753 INFO O| Oct 22 00:30:24.753 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-22T00:30:26.374Z[ recovery-image] Oct 22 00:30:24.763 INFO O| Oct 22 00:30:24.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70942024-10-22T00:30:26.374Z[ recovery-image] Oct 22 00:30:24.763 INFO O| Oct 22 00:30:24.763 INFO STEP 966 (remove_files) COMPLETE
70952024-10-22T00:30:26.381Z[ recovery-image] Oct 22 00:30:24.763 INFO O| Oct 22 00:30:24.763 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-22T00:30:26.384Z[ recovery-image] Oct 22 00:30:24.773 INFO O| Oct 22 00:30:24.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70972024-10-22T00:30:26.384Z[ recovery-image] Oct 22 00:30:24.773 INFO O| Oct 22 00:30:24.773 INFO STEP 967 (remove_files) COMPLETE
70982024-10-22T00:30:26.384Z[ recovery-image] Oct 22 00:30:24.774 INFO O| Oct 22 00:30:24.773 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-22T00:30:26.394Z[ recovery-image] Oct 22 00:30:24.783 INFO O| Oct 22 00:30:24.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
71002024-10-22T00:30:26.394Z[ recovery-image] Oct 22 00:30:24.783 INFO O| Oct 22 00:30:24.783 INFO STEP 968 (remove_files) COMPLETE
71012024-10-22T00:30:26.396Z[ recovery-image] Oct 22 00:30:24.784 INFO O| Oct 22 00:30:24.783 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-22T00:30:26.403Z[ recovery-image] Oct 22 00:30:24.793 INFO O| Oct 22 00:30:24.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
71032024-10-22T00:30:26.403Z[ recovery-image] Oct 22 00:30:24.793 INFO O| Oct 22 00:30:24.793 INFO STEP 969 (remove_files) COMPLETE
71042024-10-22T00:30:26.404Z[ recovery-image] Oct 22 00:30:24.793 INFO O| Oct 22 00:30:24.793 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-22T00:30:26.414Z[ recovery-image] Oct 22 00:30:24.803 INFO O| Oct 22 00:30:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71062024-10-22T00:30:26.416Z[ recovery-image] Oct 22 00:30:24.804 INFO O| Oct 22 00:30:24.804 INFO STEP 970 (remove_files) COMPLETE
71072024-10-22T00:30:26.416Z[ recovery-image] Oct 22 00:30:24.804 INFO O| Oct 22 00:30:24.804 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-22T00:30:26.424Z[ recovery-image] Oct 22 00:30:24.814 INFO O| Oct 22 00:30:24.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
71092024-10-22T00:30:26.424Z[ recovery-image] Oct 22 00:30:24.814 INFO O| Oct 22 00:30:24.814 INFO STEP 971 (remove_files) COMPLETE
71102024-10-22T00:30:26.426Z[ recovery-image] Oct 22 00:30:24.814 INFO O| Oct 22 00:30:24.814 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-22T00:30:26.434Z[ recovery-image] Oct 22 00:30:24.824 INFO O| Oct 22 00:30:24.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71122024-10-22T00:30:26.436Z[ recovery-image] Oct 22 00:30:24.824 INFO O| Oct 22 00:30:24.824 INFO STEP 972 (remove_files) COMPLETE
71132024-10-22T00:30:26.436Z[ recovery-image] Oct 22 00:30:24.824 INFO O| Oct 22 00:30:24.824 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-22T00:30:26.444Z[ recovery-image] Oct 22 00:30:24.834 INFO O| Oct 22 00:30:24.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71152024-10-22T00:30:26.447Z[ recovery-image] Oct 22 00:30:24.834 INFO O| Oct 22 00:30:24.834 INFO STEP 973 (remove_files) COMPLETE
71162024-10-22T00:30:26.447Z[ recovery-image] Oct 22 00:30:24.834 INFO O| Oct 22 00:30:24.834 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-22T00:30:26.454Z[ recovery-image] Oct 22 00:30:24.844 INFO O| Oct 22 00:30:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71182024-10-22T00:30:26.457Z[ recovery-image] Oct 22 00:30:24.844 INFO O| Oct 22 00:30:24.844 INFO STEP 974 (remove_files) COMPLETE
71192024-10-22T00:30:26.457Z[ recovery-image] Oct 22 00:30:24.844 INFO O| Oct 22 00:30:24.844 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-22T00:30:26.465Z[ recovery-image] Oct 22 00:30:24.855 INFO O| Oct 22 00:30:24.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71212024-10-22T00:30:26.467Z[ recovery-image] Oct 22 00:30:24.855 INFO O| Oct 22 00:30:24.855 INFO STEP 975 (remove_files) COMPLETE
71222024-10-22T00:30:26.467Z[ recovery-image] Oct 22 00:30:24.855 INFO O| Oct 22 00:30:24.855 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-22T00:30:26.475Z[ recovery-image] Oct 22 00:30:24.865 INFO O| Oct 22 00:30:24.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71242024-10-22T00:30:26.475Z[ recovery-image] Oct 22 00:30:24.865 INFO O| Oct 22 00:30:24.865 INFO STEP 976 (remove_files) COMPLETE
71252024-10-22T00:30:26.477Z[ recovery-image] Oct 22 00:30:24.865 INFO O| Oct 22 00:30:24.865 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-22T00:30:26.485Z[ recovery-image] Oct 22 00:30:24.875 INFO O| Oct 22 00:30:24.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71272024-10-22T00:30:26.487Z[ recovery-image] Oct 22 00:30:24.875 INFO O| Oct 22 00:30:24.875 INFO STEP 977 (remove_files) COMPLETE
71282024-10-22T00:30:26.487Z[ recovery-image] Oct 22 00:30:24.875 INFO O| Oct 22 00:30:24.875 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-22T00:30:26.496Z[ recovery-image] Oct 22 00:30:24.885 INFO O| Oct 22 00:30:24.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71302024-10-22T00:30:26.498Z[ recovery-image] Oct 22 00:30:24.886 INFO O| Oct 22 00:30:24.886 INFO STEP 978 (remove_files) COMPLETE
71312024-10-22T00:30:26.498Z[ recovery-image] Oct 22 00:30:24.886 INFO O| Oct 22 00:30:24.886 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-22T00:30:26.506Z[ recovery-image] Oct 22 00:30:24.896 INFO O| Oct 22 00:30:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71332024-10-22T00:30:26.506Z[ recovery-image] Oct 22 00:30:24.896 INFO O| Oct 22 00:30:24.896 INFO STEP 979 (remove_files) COMPLETE
71342024-10-22T00:30:26.509Z[ recovery-image] Oct 22 00:30:24.896 INFO O| Oct 22 00:30:24.896 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-22T00:30:26.516Z[ recovery-image] Oct 22 00:30:24.906 INFO O| Oct 22 00:30:24.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71362024-10-22T00:30:26.519Z[ recovery-image] Oct 22 00:30:24.906 INFO O| Oct 22 00:30:24.906 INFO STEP 980 (remove_files) COMPLETE
71372024-10-22T00:30:26.519Z[ recovery-image] Oct 22 00:30:24.906 INFO O| Oct 22 00:30:24.906 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-22T00:30:26.526Z[ recovery-image] Oct 22 00:30:24.916 INFO O| Oct 22 00:30:24.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71392024-10-22T00:30:26.529Z[ recovery-image] Oct 22 00:30:24.916 INFO O| Oct 22 00:30:24.916 INFO STEP 981 (remove_files) COMPLETE
71402024-10-22T00:30:26.529Z[ recovery-image] Oct 22 00:30:24.916 INFO O| Oct 22 00:30:24.916 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-22T00:30:26.536Z[ recovery-image] Oct 22 00:30:24.926 INFO O| Oct 22 00:30:24.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71422024-10-22T00:30:26.536Z[ recovery-image] Oct 22 00:30:24.926 INFO O| Oct 22 00:30:24.926 INFO STEP 982 (remove_files) COMPLETE
71432024-10-22T00:30:26.536Z[ recovery-image] Oct 22 00:30:24.926 INFO O| Oct 22 00:30:24.926 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-22T00:30:26.546Z[ recovery-image] Oct 22 00:30:24.936 INFO O| Oct 22 00:30:24.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71452024-10-22T00:30:26.546Z[ recovery-image] Oct 22 00:30:24.936 INFO O| Oct 22 00:30:24.936 INFO STEP 983 (remove_files) COMPLETE
71462024-10-22T00:30:26.546Z[ recovery-image] Oct 22 00:30:24.936 INFO O| Oct 22 00:30:24.936 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-22T00:30:26.556Z[ recovery-image] Oct 22 00:30:24.946 INFO O| Oct 22 00:30:24.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71482024-10-22T00:30:26.556Z[ recovery-image] Oct 22 00:30:24.946 INFO O| Oct 22 00:30:24.946 INFO STEP 984 (remove_files) COMPLETE
71492024-10-22T00:30:26.556Z[ recovery-image] Oct 22 00:30:24.946 INFO O| Oct 22 00:30:24.946 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-22T00:30:26.567Z[ recovery-image] Oct 22 00:30:24.956 INFO O| Oct 22 00:30:24.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71512024-10-22T00:30:26.567Z[ recovery-image] Oct 22 00:30:24.956 INFO O| Oct 22 00:30:24.956 INFO STEP 985 (remove_files) COMPLETE
71522024-10-22T00:30:26.567Z[ recovery-image] Oct 22 00:30:24.956 INFO O| Oct 22 00:30:24.956 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-22T00:30:26.577Z[ recovery-image] Oct 22 00:30:24.967 INFO O| Oct 22 00:30:24.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71542024-10-22T00:30:26.578Z[ recovery-image] Oct 22 00:30:24.967 INFO O| Oct 22 00:30:24.967 INFO STEP 986 (remove_files) COMPLETE
71552024-10-22T00:30:26.580Z[ recovery-image] Oct 22 00:30:24.967 INFO O| Oct 22 00:30:24.967 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-22T00:30:26.588Z[ recovery-image] Oct 22 00:30:24.978 INFO O| Oct 22 00:30:24.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71572024-10-22T00:30:26.588Z[ recovery-image] Oct 22 00:30:24.978 INFO O| Oct 22 00:30:24.978 INFO STEP 987 (remove_files) COMPLETE
71582024-10-22T00:30:26.588Z[ recovery-image] Oct 22 00:30:24.978 INFO O| Oct 22 00:30:24.978 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-22T00:30:26.600Z[ recovery-image] Oct 22 00:30:24.988 INFO O| Oct 22 00:30:24.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71602024-10-22T00:30:26.600Z[ recovery-image] Oct 22 00:30:24.988 INFO O| Oct 22 00:30:24.988 INFO STEP 988 (remove_files) COMPLETE
71612024-10-22T00:30:26.600Z[ recovery-image] Oct 22 00:30:24.988 INFO O| Oct 22 00:30:24.988 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-22T00:30:26.616Z[ recovery-image] Oct 22 00:30:25.001 INFO O| Oct 22 00:30:25.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71632024-10-22T00:30:26.616Z[ recovery-image] Oct 22 00:30:25.001 INFO O| Oct 22 00:30:25.001 INFO STEP 989 (remove_files) COMPLETE
71642024-10-22T00:30:26.616Z[ recovery-image] Oct 22 00:30:25.001 INFO O| Oct 22 00:30:25.001 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-22T00:30:26.627Z[ recovery-image] Oct 22 00:30:25.015 INFO O| Oct 22 00:30:25.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71662024-10-22T00:30:26.627Z[ recovery-image] Oct 22 00:30:25.015 INFO O| Oct 22 00:30:25.015 INFO STEP 990 (remove_files) COMPLETE
71672024-10-22T00:30:26.632Z[ recovery-image] Oct 22 00:30:25.015 INFO O| Oct 22 00:30:25.015 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-22T00:30:26.637Z[ recovery-image] Oct 22 00:30:25.026 INFO O| Oct 22 00:30:25.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71692024-10-22T00:30:26.637Z[ recovery-image] Oct 22 00:30:25.026 INFO O| Oct 22 00:30:25.026 INFO STEP 991 (remove_files) COMPLETE
71702024-10-22T00:30:26.639Z[ recovery-image] Oct 22 00:30:25.026 INFO O| Oct 22 00:30:25.026 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-22T00:30:26.653Z[ recovery-image] Oct 22 00:30:25.040 INFO O| Oct 22 00:30:25.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71722024-10-22T00:30:26.653Z[ recovery-image] Oct 22 00:30:25.040 INFO O| Oct 22 00:30:25.040 INFO STEP 992 (remove_files) COMPLETE
71732024-10-22T00:30:26.656Z[ recovery-image] Oct 22 00:30:25.040 INFO O| Oct 22 00:30:25.040 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-22T00:30:26.661Z[ recovery-image] Oct 22 00:30:25.051 INFO O| Oct 22 00:30:25.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71752024-10-22T00:30:26.661Z[ recovery-image] Oct 22 00:30:25.051 INFO O| Oct 22 00:30:25.051 INFO STEP 993 (remove_files) COMPLETE
71762024-10-22T00:30:26.664Z[ recovery-image] Oct 22 00:30:25.051 INFO O| Oct 22 00:30:25.051 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-22T00:30:26.676Z[ recovery-image] Oct 22 00:30:25.065 INFO O| Oct 22 00:30:25.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71782024-10-22T00:30:26.676Z[ recovery-image] Oct 22 00:30:25.065 INFO O| Oct 22 00:30:25.065 INFO STEP 994 (remove_files) COMPLETE
71792024-10-22T00:30:26.680Z[ recovery-image] Oct 22 00:30:25.065 INFO O| Oct 22 00:30:25.065 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-22T00:30:26.690Z[ recovery-image] Oct 22 00:30:25.077 INFO O| Oct 22 00:30:25.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71812024-10-22T00:30:26.690Z[ recovery-image] Oct 22 00:30:25.077 INFO O| Oct 22 00:30:25.077 INFO STEP 995 (remove_files) COMPLETE
71822024-10-22T00:30:26.690Z[ recovery-image] Oct 22 00:30:25.077 INFO O| Oct 22 00:30:25.077 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-22T00:30:26.690Z[ host-image] Oct 22 00:30:25.079 INFO O| Oct 22 00:30:25.078 INFO O| Done
71842024-10-22T00:30:26.706Z[ recovery-image] Oct 22 00:30:25.089 INFO O| Oct 22 00:30:25.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71852024-10-22T00:30:26.706Z[ recovery-image] Oct 22 00:30:25.089 INFO O| Oct 22 00:30:25.089 INFO STEP 996 (remove_files) COMPLETE
71862024-10-22T00:30:26.713Z[ recovery-image] Oct 22 00:30:25.089 INFO O| Oct 22 00:30:25.089 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-10-22T00:30:26.721Z[ recovery-image] Oct 22 00:30:25.103 INFO O| Oct 22 00:30:25.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71882024-10-22T00:30:26.721Z[ recovery-image] Oct 22 00:30:25.103 INFO O| Oct 22 00:30:25.103 INFO STEP 997 (remove_files) COMPLETE
71892024-10-22T00:30:26.721Z[ recovery-image] Oct 22 00:30:25.103 INFO O| Oct 22 00:30:25.103 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-10-22T00:30:26.725Z[ host-image] Oct 22 00:30:25.112 INFO O| Oct 22 00:30:25.112 INFO O| Done
71912024-10-22T00:30:26.725Z[ host-image] Oct 22 00:30:25.112 INFO O| Oct 22 00:30:25.112 INFO O| Done
71922024-10-22T00:30:26.728Z[ recovery-image] Oct 22 00:30:25.115 INFO O| Oct 22 00:30:25.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71932024-10-22T00:30:26.728Z[ recovery-image] Oct 22 00:30:25.115 INFO O| Oct 22 00:30:25.115 INFO STEP 998 (remove_files) COMPLETE
71942024-10-22T00:30:26.728Z[ recovery-image] Oct 22 00:30:25.115 INFO O| Oct 22 00:30:25.115 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-22T00:30:26.735Z[ host-image] Oct 22 00:30:25.122 INFO O| Oct 22 00:30:25.122 INFO O| Done
71962024-10-22T00:30:26.738Z[ recovery-image] Oct 22 00:30:25.126 INFO O| Oct 22 00:30:25.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71972024-10-22T00:30:26.738Z[ recovery-image] Oct 22 00:30:25.126 INFO O| Oct 22 00:30:25.126 INFO STEP 999 (remove_files) COMPLETE
71982024-10-22T00:30:26.738Z[ recovery-image] Oct 22 00:30:25.126 INFO O| Oct 22 00:30:25.126 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-10-22T00:30:26.749Z[ recovery-image] Oct 22 00:30:25.137 INFO O| Oct 22 00:30:25.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
72002024-10-22T00:30:26.749Z[ recovery-image] Oct 22 00:30:25.137 INFO O| Oct 22 00:30:25.137 INFO STEP 1000 (remove_files) COMPLETE
72012024-10-22T00:30:26.753Z[ recovery-image] Oct 22 00:30:25.137 INFO O| Oct 22 00:30:25.137 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-10-22T00:30:26.759Z[ recovery-image] Oct 22 00:30:25.148 INFO O| Oct 22 00:30:25.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
72032024-10-22T00:30:26.759Z[ recovery-image] Oct 22 00:30:25.148 INFO O| Oct 22 00:30:25.148 INFO STEP 1001 (remove_files) COMPLETE
72042024-10-22T00:30:26.759Z[ recovery-image] Oct 22 00:30:25.148 INFO O| Oct 22 00:30:25.148 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-10-22T00:30:26.770Z[ recovery-image] Oct 22 00:30:25.159 INFO O| Oct 22 00:30:25.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
72062024-10-22T00:30:26.770Z[ recovery-image] Oct 22 00:30:25.159 INFO O| Oct 22 00:30:25.159 INFO STEP 1002 (remove_files) COMPLETE
72072024-10-22T00:30:26.770Z[ recovery-image] Oct 22 00:30:25.160 INFO O| Oct 22 00:30:25.159 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-10-22T00:30:26.788Z[ recovery-image] Oct 22 00:30:25.170 INFO O| Oct 22 00:30:25.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72092024-10-22T00:30:26.792Z[ recovery-image] Oct 22 00:30:25.171 INFO O| Oct 22 00:30:25.170 INFO STEP 1003 (remove_files) COMPLETE
72102024-10-22T00:30:26.792Z[ recovery-image] Oct 22 00:30:25.171 INFO O| Oct 22 00:30:25.170 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-10-22T00:30:26.792Z[ recovery-image] Oct 22 00:30:25.181 INFO O| Oct 22 00:30:25.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
72122024-10-22T00:30:26.792Z[ recovery-image] Oct 22 00:30:25.181 INFO O| Oct 22 00:30:25.181 INFO STEP 1004 (remove_files) COMPLETE
72132024-10-22T00:30:26.793Z[ recovery-image] Oct 22 00:30:25.181 INFO O| Oct 22 00:30:25.181 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-10-22T00:30:26.811Z[ recovery-image] Oct 22 00:30:25.192 INFO O| Oct 22 00:30:25.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
72152024-10-22T00:30:26.811Z[ recovery-image] Oct 22 00:30:25.192 INFO O| Oct 22 00:30:25.192 INFO STEP 1005 (remove_files) COMPLETE
72162024-10-22T00:30:26.811Z[ recovery-image] Oct 22 00:30:25.192 INFO O| Oct 22 00:30:25.192 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-10-22T00:30:26.815Z[ recovery-image] Oct 22 00:30:25.202 INFO O| Oct 22 00:30:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72182024-10-22T00:30:26.815Z[ recovery-image] Oct 22 00:30:25.202 INFO O| Oct 22 00:30:25.202 INFO STEP 1006 (remove_files) COMPLETE
72192024-10-22T00:30:26.815Z[ recovery-image] Oct 22 00:30:25.202 INFO O| Oct 22 00:30:25.202 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-10-22T00:30:26.827Z[ recovery-image] Oct 22 00:30:25.213 INFO O| Oct 22 00:30:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72212024-10-22T00:30:26.827Z[ recovery-image] Oct 22 00:30:25.213 INFO O| Oct 22 00:30:25.213 INFO STEP 1007 (remove_files) COMPLETE
72222024-10-22T00:30:26.827Z[ recovery-image] Oct 22 00:30:25.213 INFO O| Oct 22 00:30:25.213 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-10-22T00:30:26.834Z[ recovery-image] Oct 22 00:30:25.223 INFO O| Oct 22 00:30:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72242024-10-22T00:30:26.834Z[ recovery-image] Oct 22 00:30:25.223 INFO O| Oct 22 00:30:25.223 INFO STEP 1008 (remove_files) COMPLETE
72252024-10-22T00:30:26.834Z[ recovery-image] Oct 22 00:30:25.223 INFO O| Oct 22 00:30:25.223 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-10-22T00:30:26.850Z[ recovery-image] Oct 22 00:30:25.234 INFO O| Oct 22 00:30:25.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72272024-10-22T00:30:26.850Z[ recovery-image] Oct 22 00:30:25.234 INFO O| Oct 22 00:30:25.234 INFO STEP 1009 (remove_files) COMPLETE
72282024-10-22T00:30:26.861Z[ recovery-image] Oct 22 00:30:25.234 INFO O| Oct 22 00:30:25.234 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO STEP 14 (pkg_install) COMPLETE
72302024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72312024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO skip step because feature "mfg" is not enabled
72322024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72332024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO skip step because feature "compliance" is not enabled
72342024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72352024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO skip step because feature "stress" is not enabled
72362024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72372024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO skip step because feature "nfs" is not enabled
72382024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
72392024-10-22T00:30:26.861Z[ host-image] Oct 22 00:30:25.235 INFO O| Oct 22 00:30:25.235 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
72402024-10-22T00:30:26.869Z[ recovery-image] Oct 22 00:30:25.250 INFO O| Oct 22 00:30:25.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72412024-10-22T00:30:26.869Z[ recovery-image] Oct 22 00:30:25.250 INFO O| Oct 22 00:30:25.250 INFO STEP 1010 (remove_files) COMPLETE
72422024-10-22T00:30:26.869Z[ recovery-image] Oct 22 00:30:25.250 INFO O| Oct 22 00:30:25.250 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-22T00:30:26.883Z[ recovery-image] Oct 22 00:30:25.267 INFO O| Oct 22 00:30:25.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72442024-10-22T00:30:26.883Z[ recovery-image] Oct 22 00:30:25.267 INFO O| Oct 22 00:30:25.267 INFO STEP 1011 (remove_files) COMPLETE
72452024-10-22T00:30:26.894Z[ recovery-image] Oct 22 00:30:25.267 INFO O| Oct 22 00:30:25.267 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-22T00:30:26.898Z[ recovery-image] Oct 22 00:30:25.280 INFO O| Oct 22 00:30:25.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72472024-10-22T00:30:26.898Z[ recovery-image] Oct 22 00:30:25.280 INFO O| Oct 22 00:30:25.280 INFO STEP 1012 (remove_files) COMPLETE
72482024-10-22T00:30:26.899Z[ recovery-image] Oct 22 00:30:25.281 INFO O| Oct 22 00:30:25.280 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-22T00:30:26.908Z[ recovery-image] Oct 22 00:30:25.293 INFO O| Oct 22 00:30:25.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72502024-10-22T00:30:26.914Z[ recovery-image] Oct 22 00:30:25.294 INFO O| Oct 22 00:30:25.294 INFO STEP 1013 (remove_files) COMPLETE
72512024-10-22T00:30:26.914Z[ recovery-image] Oct 22 00:30:25.294 INFO O| Oct 22 00:30:25.294 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-22T00:30:26.917Z[ recovery-image] Oct 22 00:30:25.306 INFO O| Oct 22 00:30:25.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72532024-10-22T00:30:26.917Z[ recovery-image] Oct 22 00:30:25.306 INFO O| Oct 22 00:30:25.306 INFO STEP 1014 (remove_files) COMPLETE
72542024-10-22T00:30:26.917Z[ recovery-image] Oct 22 00:30:25.306 INFO O| Oct 22 00:30:25.306 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-22T00:30:26.929Z[ recovery-image] Oct 22 00:30:25.319 INFO O| Oct 22 00:30:25.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72562024-10-22T00:30:26.929Z[ recovery-image] Oct 22 00:30:25.319 INFO O| Oct 22 00:30:25.319 INFO STEP 1015 (remove_files) COMPLETE
72572024-10-22T00:30:26.933Z[ recovery-image] Oct 22 00:30:25.319 INFO O| Oct 22 00:30:25.319 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-22T00:30:26.941Z[ recovery-image] Oct 22 00:30:25.331 INFO O| Oct 22 00:30:25.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72592024-10-22T00:30:26.941Z[ recovery-image] Oct 22 00:30:25.331 INFO O| Oct 22 00:30:25.331 INFO STEP 1016 (remove_files) COMPLETE
72602024-10-22T00:30:26.941Z[ recovery-image] Oct 22 00:30:25.331 INFO O| Oct 22 00:30:25.331 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-22T00:30:26.966Z[ recovery-image] Oct 22 00:30:25.342 INFO O| Oct 22 00:30:25.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72622024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.342 INFO O| Oct 22 00:30:25.342 INFO STEP 1017 (remove_files) COMPLETE
72632024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.342 INFO O| Oct 22 00:30:25.342 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.353 INFO O| Oct 22 00:30:25.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72652024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.353 INFO O| Oct 22 00:30:25.353 INFO STEP 1018 (remove_files) COMPLETE
72662024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.353 INFO O| Oct 22 00:30:25.353 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.364 INFO O| Oct 22 00:30:25.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72682024-10-22T00:30:27.035Z[ host-image] Oct 22 00:30:25.364 INFO O| Oct 22 00:30:25.364 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
72692024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.364 INFO O| Oct 22 00:30:25.364 INFO STEP 1019 (remove_files) COMPLETE
72702024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.365 INFO O| Oct 22 00:30:25.364 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.375 INFO O| Oct 22 00:30:25.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72722024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.375 INFO O| Oct 22 00:30:25.375 INFO STEP 1020 (remove_files) COMPLETE
72732024-10-22T00:30:27.035Z[ recovery-image] Oct 22 00:30:25.375 INFO O| Oct 22 00:30:25.375 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.385 INFO O| Oct 22 00:30:25.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72752024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.385 INFO O| Oct 22 00:30:25.385 INFO STEP 1021 (remove_files) COMPLETE
72762024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.386 INFO O| Oct 22 00:30:25.385 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.397 INFO O| Oct 22 00:30:25.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72782024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.397 INFO O| Oct 22 00:30:25.397 INFO STEP 1022 (remove_files) COMPLETE
72792024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.397 INFO O| Oct 22 00:30:25.397 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.407 INFO O| Oct 22 00:30:25.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72812024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.407 INFO O| Oct 22 00:30:25.407 INFO STEP 1023 (remove_files) COMPLETE
72822024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.407 INFO O| Oct 22 00:30:25.407 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.418 INFO O| Oct 22 00:30:25.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72842024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.418 INFO O| Oct 22 00:30:25.418 INFO STEP 1024 (remove_files) COMPLETE
72852024-10-22T00:30:27.036Z[ recovery-image] Oct 22 00:30:25.419 INFO O| Oct 22 00:30:25.418 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-10-22T00:30:27.041Z[ recovery-image] Oct 22 00:30:25.431 INFO O| Oct 22 00:30:25.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72872024-10-22T00:30:27.041Z[ recovery-image] Oct 22 00:30:25.431 INFO O| Oct 22 00:30:25.431 INFO STEP 1025 (remove_files) COMPLETE
72882024-10-22T00:30:27.043Z[ recovery-image] Oct 22 00:30:25.431 INFO O| Oct 22 00:30:25.431 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-10-22T00:30:27.051Z[ recovery-image] Oct 22 00:30:25.441 INFO O| Oct 22 00:30:25.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72902024-10-22T00:30:27.053Z[ recovery-image] Oct 22 00:30:25.441 INFO O| Oct 22 00:30:25.441 INFO STEP 1026 (remove_files) COMPLETE
72912024-10-22T00:30:27.053Z[ recovery-image] Oct 22 00:30:25.441 INFO O| Oct 22 00:30:25.441 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-10-22T00:30:27.062Z[ recovery-image] Oct 22 00:30:25.451 INFO O| Oct 22 00:30:25.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72932024-10-22T00:30:27.062Z[ recovery-image] Oct 22 00:30:25.451 INFO O| Oct 22 00:30:25.451 INFO STEP 1027 (remove_files) COMPLETE
72942024-10-22T00:30:27.064Z[ recovery-image] Oct 22 00:30:25.451 INFO O| Oct 22 00:30:25.451 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-10-22T00:30:27.072Z[ recovery-image] Oct 22 00:30:25.461 INFO O| Oct 22 00:30:25.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72962024-10-22T00:30:27.074Z[ recovery-image] Oct 22 00:30:25.462 INFO O| Oct 22 00:30:25.461 INFO STEP 1028 (remove_files) COMPLETE
72972024-10-22T00:30:27.074Z[ recovery-image] Oct 22 00:30:25.462 INFO O| Oct 22 00:30:25.461 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-10-22T00:30:27.079Z[ host-image] Oct 22 00:30:25.469 INFO O| Oct 22 00:30:25.469 INFO completed processing gimlet/ramdisk-01-os
72992024-10-22T00:30:27.082Z[ host-image] Oct 22 00:30:25.471 INFO omicron1 baseline generation...
73002024-10-22T00:30:27.082Z[ host-image] Oct 22 00:30:25.472 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
73012024-10-22T00:30:27.084Z[ recovery-image] Oct 22 00:30:25.472 INFO O| Oct 22 00:30:25.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73022024-10-22T00:30:27.084Z[ recovery-image] Oct 22 00:30:25.472 INFO O| Oct 22 00:30:25.472 INFO STEP 1029 (remove_files) COMPLETE
73032024-10-22T00:30:27.084Z[ recovery-image] Oct 22 00:30:25.472 INFO O| Oct 22 00:30:25.472 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-10-22T00:30:27.093Z[ recovery-image] Oct 22 00:30:25.483 INFO O| Oct 22 00:30:25.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
73052024-10-22T00:30:27.093Z[ recovery-image] Oct 22 00:30:25.483 INFO O| Oct 22 00:30:25.483 INFO STEP 1030 (remove_files) COMPLETE
73062024-10-22T00:30:27.093Z[ recovery-image] Oct 22 00:30:25.483 INFO O| Oct 22 00:30:25.483 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-10-22T00:30:27.104Z[ recovery-image] Oct 22 00:30:25.493 INFO O| Oct 22 00:30:25.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
73082024-10-22T00:30:27.104Z[ recovery-image] Oct 22 00:30:25.493 INFO O| Oct 22 00:30:25.493 INFO STEP 1031 (remove_files) COMPLETE
73092024-10-22T00:30:27.104Z[ recovery-image] Oct 22 00:30:25.493 INFO O| Oct 22 00:30:25.493 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-10-22T00:30:27.116Z[ recovery-image] Oct 22 00:30:25.506 INFO O| Oct 22 00:30:25.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
73112024-10-22T00:30:27.116Z[ recovery-image] Oct 22 00:30:25.506 INFO O| Oct 22 00:30:25.506 INFO STEP 1032 (remove_files) COMPLETE
73122024-10-22T00:30:27.118Z[ recovery-image] Oct 22 00:30:25.506 INFO O| Oct 22 00:30:25.506 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-10-22T00:30:27.128Z[ recovery-image] Oct 22 00:30:25.518 INFO O| Oct 22 00:30:25.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
73142024-10-22T00:30:27.128Z[ recovery-image] Oct 22 00:30:25.518 INFO O| Oct 22 00:30:25.518 INFO STEP 1033 (remove_files) COMPLETE
73152024-10-22T00:30:27.129Z[ recovery-image] Oct 22 00:30:25.518 INFO O| Oct 22 00:30:25.518 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-10-22T00:30:27.141Z[ recovery-image] Oct 22 00:30:25.530 INFO O| Oct 22 00:30:25.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
73172024-10-22T00:30:27.141Z[ recovery-image] Oct 22 00:30:25.530 INFO O| Oct 22 00:30:25.530 INFO STEP 1034 (remove_files) COMPLETE
73182024-10-22T00:30:27.143Z[ recovery-image] Oct 22 00:30:25.530 INFO O| Oct 22 00:30:25.530 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-10-22T00:30:27.153Z[ recovery-image] Oct 22 00:30:25.542 INFO O| Oct 22 00:30:25.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
73202024-10-22T00:30:27.153Z[ recovery-image] Oct 22 00:30:25.542 INFO O| Oct 22 00:30:25.542 INFO STEP 1035 (remove_files) COMPLETE
73212024-10-22T00:30:27.155Z[ recovery-image] Oct 22 00:30:25.542 INFO O| Oct 22 00:30:25.542 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-10-22T00:30:27.165Z[ recovery-image] Oct 22 00:30:25.554 INFO O| Oct 22 00:30:25.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73232024-10-22T00:30:27.165Z[ recovery-image] Oct 22 00:30:25.554 INFO O| Oct 22 00:30:25.554 INFO STEP 1036 (remove_files) COMPLETE
73242024-10-22T00:30:27.165Z[ recovery-image] Oct 22 00:30:25.554 INFO O| Oct 22 00:30:25.554 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-10-22T00:30:27.175Z[ recovery-image] Oct 22 00:30:25.564 INFO O| Oct 22 00:30:25.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73262024-10-22T00:30:27.175Z[ recovery-image] Oct 22 00:30:25.564 INFO O| Oct 22 00:30:25.564 INFO STEP 1037 (remove_files) COMPLETE
73272024-10-22T00:30:27.177Z[ recovery-image] Oct 22 00:30:25.565 INFO O| Oct 22 00:30:25.564 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-10-22T00:30:27.187Z[ recovery-image] Oct 22 00:30:25.577 INFO O| Oct 22 00:30:25.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
73292024-10-22T00:30:27.187Z[ recovery-image] Oct 22 00:30:25.577 INFO O| Oct 22 00:30:25.577 INFO STEP 1038 (remove_files) COMPLETE
73302024-10-22T00:30:27.189Z[ recovery-image] Oct 22 00:30:25.577 INFO O| Oct 22 00:30:25.577 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-10-22T00:30:27.199Z[ recovery-image] Oct 22 00:30:25.589 INFO O| Oct 22 00:30:25.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73322024-10-22T00:30:27.201Z[ recovery-image] Oct 22 00:30:25.589 INFO O| Oct 22 00:30:25.589 INFO STEP 1039 (remove_files) COMPLETE
73332024-10-22T00:30:27.201Z[ recovery-image] Oct 22 00:30:25.589 INFO O| Oct 22 00:30:25.589 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-10-22T00:30:27.211Z[ recovery-image] Oct 22 00:30:25.601 INFO O| Oct 22 00:30:25.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73352024-10-22T00:30:27.211Z[ recovery-image] Oct 22 00:30:25.601 INFO O| Oct 22 00:30:25.601 INFO STEP 1040 (remove_files) COMPLETE
73362024-10-22T00:30:27.214Z[ recovery-image] Oct 22 00:30:25.601 INFO O| Oct 22 00:30:25.601 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-10-22T00:30:27.224Z[ recovery-image] Oct 22 00:30:25.613 INFO O| Oct 22 00:30:25.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73382024-10-22T00:30:27.224Z[ recovery-image] Oct 22 00:30:25.613 INFO O| Oct 22 00:30:25.613 INFO STEP 1041 (remove_files) COMPLETE
73392024-10-22T00:30:27.226Z[ recovery-image] Oct 22 00:30:25.613 INFO O| Oct 22 00:30:25.613 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-10-22T00:30:27.234Z[ recovery-image] Oct 22 00:30:25.624 INFO O| Oct 22 00:30:25.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73412024-10-22T00:30:27.234Z[ recovery-image] Oct 22 00:30:25.624 INFO O| Oct 22 00:30:25.624 INFO STEP 1042 (remove_files) COMPLETE
73422024-10-22T00:30:27.236Z[ recovery-image] Oct 22 00:30:25.624 INFO O| Oct 22 00:30:25.624 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-10-22T00:30:27.246Z[ recovery-image] Oct 22 00:30:25.635 INFO O| Oct 22 00:30:25.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73442024-10-22T00:30:27.246Z[ recovery-image] Oct 22 00:30:25.636 INFO O| Oct 22 00:30:25.635 INFO STEP 1043 (remove_files) COMPLETE
73452024-10-22T00:30:27.248Z[ recovery-image] Oct 22 00:30:25.636 INFO O| Oct 22 00:30:25.635 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-10-22T00:30:27.257Z[ recovery-image] Oct 22 00:30:25.647 INFO O| Oct 22 00:30:25.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73472024-10-22T00:30:27.257Z[ recovery-image] Oct 22 00:30:25.647 INFO O| Oct 22 00:30:25.647 INFO STEP 1044 (remove_files) COMPLETE
73482024-10-22T00:30:27.259Z[ recovery-image] Oct 22 00:30:25.647 INFO O| Oct 22 00:30:25.647 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-10-22T00:30:27.268Z[ recovery-image] Oct 22 00:30:25.657 INFO O| Oct 22 00:30:25.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73502024-10-22T00:30:27.268Z[ recovery-image] Oct 22 00:30:25.657 INFO O| Oct 22 00:30:25.657 INFO STEP 1045 (remove_files) COMPLETE
73512024-10-22T00:30:27.268Z[ recovery-image] Oct 22 00:30:25.658 INFO O| Oct 22 00:30:25.657 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-10-22T00:30:27.278Z[ recovery-image] Oct 22 00:30:25.668 INFO O| Oct 22 00:30:25.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73532024-10-22T00:30:27.278Z[ recovery-image] Oct 22 00:30:25.668 INFO O| Oct 22 00:30:25.668 INFO STEP 1046 (remove_files) COMPLETE
73542024-10-22T00:30:27.278Z[ recovery-image] Oct 22 00:30:25.668 INFO O| Oct 22 00:30:25.668 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-10-22T00:30:27.289Z[ recovery-image] Oct 22 00:30:25.679 INFO O| Oct 22 00:30:25.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73562024-10-22T00:30:27.289Z[ recovery-image] Oct 22 00:30:25.679 INFO O| Oct 22 00:30:25.679 INFO STEP 1047 (remove_files) COMPLETE
73572024-10-22T00:30:27.289Z[ recovery-image] Oct 22 00:30:25.679 INFO O| Oct 22 00:30:25.679 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-10-22T00:30:27.300Z[ recovery-image] Oct 22 00:30:25.689 INFO O| Oct 22 00:30:25.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73592024-10-22T00:30:27.300Z[ recovery-image] Oct 22 00:30:25.690 INFO O| Oct 22 00:30:25.689 INFO STEP 1048 (remove_files) COMPLETE
73602024-10-22T00:30:27.302Z[ recovery-image] Oct 22 00:30:25.690 INFO O| Oct 22 00:30:25.690 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-10-22T00:30:27.311Z[ recovery-image] Oct 22 00:30:25.700 INFO O| Oct 22 00:30:25.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73622024-10-22T00:30:27.311Z[ recovery-image] Oct 22 00:30:25.700 INFO O| Oct 22 00:30:25.700 INFO STEP 1049 (remove_files) COMPLETE
73632024-10-22T00:30:27.311Z[ recovery-image] Oct 22 00:30:25.700 INFO O| Oct 22 00:30:25.700 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-10-22T00:30:27.322Z[ recovery-image] Oct 22 00:30:25.711 INFO O| Oct 22 00:30:25.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73652024-10-22T00:30:27.322Z[ recovery-image] Oct 22 00:30:25.711 INFO O| Oct 22 00:30:25.711 INFO STEP 1050 (remove_files) COMPLETE
73662024-10-22T00:30:27.324Z[ recovery-image] Oct 22 00:30:25.711 INFO O| Oct 22 00:30:25.711 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-10-22T00:30:27.333Z[ recovery-image] Oct 22 00:30:25.723 INFO O| Oct 22 00:30:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73682024-10-22T00:30:27.336Z[ recovery-image] Oct 22 00:30:25.723 INFO O| Oct 22 00:30:25.723 INFO STEP 1051 (remove_files) COMPLETE
73692024-10-22T00:30:27.336Z[ recovery-image] Oct 22 00:30:25.723 INFO O| Oct 22 00:30:25.723 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-10-22T00:30:27.344Z[ recovery-image] Oct 22 00:30:25.734 INFO O| Oct 22 00:30:25.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73712024-10-22T00:30:27.344Z[ recovery-image] Oct 22 00:30:25.734 INFO O| Oct 22 00:30:25.734 INFO STEP 1052 (remove_files) COMPLETE
73722024-10-22T00:30:27.344Z[ recovery-image] Oct 22 00:30:25.734 INFO O| Oct 22 00:30:25.734 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-10-22T00:30:27.354Z[ recovery-image] Oct 22 00:30:25.744 INFO O| Oct 22 00:30:25.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73742024-10-22T00:30:27.357Z[ recovery-image] Oct 22 00:30:25.744 INFO O| Oct 22 00:30:25.744 INFO STEP 1053 (remove_files) COMPLETE
73752024-10-22T00:30:27.357Z[ recovery-image] Oct 22 00:30:25.744 INFO O| Oct 22 00:30:25.744 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-10-22T00:30:27.366Z[ recovery-image] Oct 22 00:30:25.756 INFO O| Oct 22 00:30:25.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73772024-10-22T00:30:27.369Z[ recovery-image] Oct 22 00:30:25.756 INFO O| Oct 22 00:30:25.756 INFO STEP 1054 (remove_files) COMPLETE
73782024-10-22T00:30:27.369Z[ recovery-image] Oct 22 00:30:25.756 INFO O| Oct 22 00:30:25.756 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-10-22T00:30:27.379Z[ recovery-image] Oct 22 00:30:25.769 INFO O| Oct 22 00:30:25.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73802024-10-22T00:30:27.379Z[ recovery-image] Oct 22 00:30:25.769 INFO O| Oct 22 00:30:25.769 INFO STEP 1055 (remove_files) COMPLETE
73812024-10-22T00:30:27.381Z[ recovery-image] Oct 22 00:30:25.769 INFO O| Oct 22 00:30:25.769 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-10-22T00:30:27.391Z[ recovery-image] Oct 22 00:30:25.781 INFO O| Oct 22 00:30:25.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73832024-10-22T00:30:27.394Z[ recovery-image] Oct 22 00:30:25.781 INFO O| Oct 22 00:30:25.781 INFO STEP 1056 (remove_files) COMPLETE
73842024-10-22T00:30:27.394Z[ recovery-image] Oct 22 00:30:25.781 INFO O| Oct 22 00:30:25.781 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-10-22T00:30:27.402Z[ recovery-image] Oct 22 00:30:25.791 INFO O| Oct 22 00:30:25.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73862024-10-22T00:30:27.402Z[ recovery-image] Oct 22 00:30:25.792 INFO O| Oct 22 00:30:25.792 INFO STEP 1057 (remove_files) COMPLETE
73872024-10-22T00:30:27.404Z[ recovery-image] Oct 22 00:30:25.792 INFO O| Oct 22 00:30:25.792 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-10-22T00:30:27.414Z[ recovery-image] Oct 22 00:30:25.803 INFO O| Oct 22 00:30:25.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73892024-10-22T00:30:27.414Z[ recovery-image] Oct 22 00:30:25.803 INFO O| Oct 22 00:30:25.803 INFO STEP 1058 (remove_files) COMPLETE
73902024-10-22T00:30:27.414Z[ recovery-image] Oct 22 00:30:25.803 INFO O| Oct 22 00:30:25.803 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-10-22T00:30:27.425Z[ recovery-image] Oct 22 00:30:25.814 INFO O| Oct 22 00:30:25.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73922024-10-22T00:30:27.425Z[ recovery-image] Oct 22 00:30:25.814 INFO O| Oct 22 00:30:25.814 INFO STEP 1059 (remove_files) COMPLETE
73932024-10-22T00:30:27.428Z[ recovery-image] Oct 22 00:30:25.814 INFO O| Oct 22 00:30:25.814 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-10-22T00:30:27.434Z[ recovery-image] Oct 22 00:30:25.824 INFO O| Oct 22 00:30:25.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73952024-10-22T00:30:27.434Z[ recovery-image] Oct 22 00:30:25.824 INFO O| Oct 22 00:30:25.824 INFO STEP 1060 (remove_files) COMPLETE
73962024-10-22T00:30:27.437Z[ recovery-image] Oct 22 00:30:25.824 INFO O| Oct 22 00:30:25.824 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-22T00:30:27.444Z[ recovery-image] Oct 22 00:30:25.834 INFO O| Oct 22 00:30:25.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73982024-10-22T00:30:27.447Z[ recovery-image] Oct 22 00:30:25.834 INFO O| Oct 22 00:30:25.834 INFO STEP 1061 (remove_files) COMPLETE
73992024-10-22T00:30:27.447Z[ recovery-image] Oct 22 00:30:25.834 INFO O| Oct 22 00:30:25.834 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-22T00:30:27.454Z[ recovery-image] Oct 22 00:30:25.844 INFO O| Oct 22 00:30:25.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74012024-10-22T00:30:27.457Z[ recovery-image] Oct 22 00:30:25.844 INFO O| Oct 22 00:30:25.844 INFO STEP 1062 (remove_files) COMPLETE
74022024-10-22T00:30:27.457Z[ recovery-image] Oct 22 00:30:25.844 INFO O| Oct 22 00:30:25.844 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-22T00:30:27.467Z[ recovery-image] Oct 22 00:30:25.856 INFO O| Oct 22 00:30:25.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
74042024-10-22T00:30:27.467Z[ recovery-image] Oct 22 00:30:25.856 INFO O| Oct 22 00:30:25.856 INFO STEP 1063 (remove_files) COMPLETE
74052024-10-22T00:30:27.467Z[ recovery-image] Oct 22 00:30:25.857 INFO O| Oct 22 00:30:25.856 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-22T00:30:27.480Z[ recovery-image] Oct 22 00:30:25.869 INFO O| Oct 22 00:30:25.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
74072024-10-22T00:30:27.480Z[ recovery-image] Oct 22 00:30:25.869 INFO O| Oct 22 00:30:25.869 INFO STEP 1064 (remove_files) COMPLETE
74082024-10-22T00:30:27.482Z[ recovery-image] Oct 22 00:30:25.869 INFO O| Oct 22 00:30:25.869 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-22T00:30:27.493Z[ recovery-image] Oct 22 00:30:25.882 INFO O| Oct 22 00:30:25.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
74102024-10-22T00:30:27.493Z[ recovery-image] Oct 22 00:30:25.882 INFO O| Oct 22 00:30:25.882 INFO STEP 1065 (remove_files) COMPLETE
74112024-10-22T00:30:27.495Z[ recovery-image] Oct 22 00:30:25.882 INFO O| Oct 22 00:30:25.882 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-10-22T00:30:27.506Z[ recovery-image] Oct 22 00:30:25.896 INFO O| Oct 22 00:30:25.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
74132024-10-22T00:30:27.506Z[ recovery-image] Oct 22 00:30:25.896 INFO O| Oct 22 00:30:25.896 INFO STEP 1066 (remove_files) COMPLETE
74142024-10-22T00:30:27.506Z[ recovery-image] Oct 22 00:30:25.896 INFO O| Oct 22 00:30:25.896 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-10-22T00:30:27.518Z[ recovery-image] Oct 22 00:30:25.908 INFO O| Oct 22 00:30:25.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74162024-10-22T00:30:27.518Z[ recovery-image] Oct 22 00:30:25.908 INFO O| Oct 22 00:30:25.908 INFO STEP 1067 (remove_files) COMPLETE
74172024-10-22T00:30:27.518Z[ recovery-image] Oct 22 00:30:25.908 INFO O| Oct 22 00:30:25.908 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-22T00:30:27.520Z[ host-image] Oct 22 00:30:25.908 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22982:20241021T230459Z
74192024-10-22T00:30:27.529Z[ recovery-image] Oct 22 00:30:25.918 INFO O| Oct 22 00:30:25.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74202024-10-22T00:30:27.529Z[ recovery-image] Oct 22 00:30:25.919 INFO O| Oct 22 00:30:25.918 INFO STEP 1068 (remove_files) COMPLETE
74212024-10-22T00:30:27.529Z[ recovery-image] Oct 22 00:30:25.919 INFO O| Oct 22 00:30:25.919 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-10-22T00:30:27.540Z[ recovery-image] Oct 22 00:30:25.930 INFO O| Oct 22 00:30:25.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74232024-10-22T00:30:27.540Z[ recovery-image] Oct 22 00:30:25.930 INFO O| Oct 22 00:30:25.930 INFO STEP 1069 (remove_files) COMPLETE
74242024-10-22T00:30:27.543Z[ recovery-image] Oct 22 00:30:25.930 INFO O| Oct 22 00:30:25.930 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-10-22T00:30:27.550Z[ recovery-image] Oct 22 00:30:25.940 INFO O| Oct 22 00:30:25.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74262024-10-22T00:30:27.551Z[ recovery-image] Oct 22 00:30:25.940 INFO O| Oct 22 00:30:25.940 INFO STEP 1070 (remove_files) COMPLETE
74272024-10-22T00:30:27.553Z[ recovery-image] Oct 22 00:30:25.940 INFO O| Oct 22 00:30:25.940 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-10-22T00:30:27.563Z[ recovery-image] Oct 22 00:30:25.952 INFO O| Oct 22 00:30:25.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
74292024-10-22T00:30:27.563Z[ recovery-image] Oct 22 00:30:25.953 INFO O| Oct 22 00:30:25.952 INFO STEP 1071 (remove_files) COMPLETE
74302024-10-22T00:30:27.565Z[ recovery-image] Oct 22 00:30:25.953 INFO O| Oct 22 00:30:25.953 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-10-22T00:30:27.573Z[ recovery-image] Oct 22 00:30:25.963 INFO O| Oct 22 00:30:25.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74322024-10-22T00:30:27.573Z[ recovery-image] Oct 22 00:30:25.963 INFO O| Oct 22 00:30:25.963 INFO STEP 1072 (remove_files) COMPLETE
74332024-10-22T00:30:27.576Z[ recovery-image] Oct 22 00:30:25.963 INFO O| Oct 22 00:30:25.963 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-10-22T00:30:27.583Z[ recovery-image] Oct 22 00:30:25.973 INFO O| Oct 22 00:30:25.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74352024-10-22T00:30:27.583Z[ recovery-image] Oct 22 00:30:25.973 INFO O| Oct 22 00:30:25.973 INFO STEP 1073 (remove_files) COMPLETE
74362024-10-22T00:30:27.583Z[ recovery-image] Oct 22 00:30:25.973 INFO O| Oct 22 00:30:25.973 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-10-22T00:30:27.595Z[ recovery-image] Oct 22 00:30:25.985 INFO O| Oct 22 00:30:25.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74382024-10-22T00:30:27.596Z[ recovery-image] Oct 22 00:30:25.985 INFO O| Oct 22 00:30:25.985 INFO STEP 1074 (remove_files) COMPLETE
74392024-10-22T00:30:27.598Z[ recovery-image] Oct 22 00:30:25.985 INFO O| Oct 22 00:30:25.985 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-10-22T00:30:27.608Z[ recovery-image] Oct 22 00:30:25.997 INFO O| Oct 22 00:30:25.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74412024-10-22T00:30:27.608Z[ recovery-image] Oct 22 00:30:25.997 INFO O| Oct 22 00:30:25.997 INFO STEP 1075 (remove_files) COMPLETE
74422024-10-22T00:30:27.610Z[ recovery-image] Oct 22 00:30:25.997 INFO O| Oct 22 00:30:25.997 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-22T00:30:27.618Z[ recovery-image] Oct 22 00:30:26.007 INFO O| Oct 22 00:30:26.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74442024-10-22T00:30:27.618Z[ recovery-image] Oct 22 00:30:26.007 INFO O| Oct 22 00:30:26.007 INFO STEP 1076 (remove_files) COMPLETE
74452024-10-22T00:30:27.618Z[ recovery-image] Oct 22 00:30:26.008 INFO O| Oct 22 00:30:26.007 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-10-22T00:30:27.628Z[ recovery-image] Oct 22 00:30:26.018 INFO O| Oct 22 00:30:26.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74472024-10-22T00:30:27.628Z[ recovery-image] Oct 22 00:30:26.018 INFO O| Oct 22 00:30:26.018 INFO STEP 1077 (remove_files) COMPLETE
74482024-10-22T00:30:27.633Z[ recovery-image] Oct 22 00:30:26.018 INFO O| Oct 22 00:30:26.018 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-10-22T00:30:27.638Z[ recovery-image] Oct 22 00:30:26.028 INFO O| Oct 22 00:30:26.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74502024-10-22T00:30:27.638Z[ recovery-image] Oct 22 00:30:26.028 INFO O| Oct 22 00:30:26.028 INFO STEP 1078 (remove_files) COMPLETE
74512024-10-22T00:30:27.638Z[ recovery-image] Oct 22 00:30:26.028 INFO O| Oct 22 00:30:26.028 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-10-22T00:30:27.652Z[ recovery-image] Oct 22 00:30:26.041 INFO O| Oct 22 00:30:26.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74532024-10-22T00:30:27.652Z[ recovery-image] Oct 22 00:30:26.041 INFO O| Oct 22 00:30:26.041 INFO STEP 1079 (remove_files) COMPLETE
74542024-10-22T00:30:27.652Z[ recovery-image] Oct 22 00:30:26.041 INFO O| Oct 22 00:30:26.041 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-10-22T00:30:27.663Z[ recovery-image] Oct 22 00:30:26.053 INFO O| Oct 22 00:30:26.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74562024-10-22T00:30:27.663Z[ recovery-image] Oct 22 00:30:26.053 INFO O| Oct 22 00:30:26.053 INFO STEP 1080 (remove_files) COMPLETE
74572024-10-22T00:30:27.663Z[ recovery-image] Oct 22 00:30:26.053 INFO O| Oct 22 00:30:26.053 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-22T00:30:27.674Z[ recovery-image] Oct 22 00:30:26.063 INFO O| Oct 22 00:30:26.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74592024-10-22T00:30:27.676Z[ recovery-image] Oct 22 00:30:26.064 INFO O| Oct 22 00:30:26.064 INFO STEP 1081 (remove_files) COMPLETE
74602024-10-22T00:30:27.676Z[ recovery-image] Oct 22 00:30:26.064 INFO O| Oct 22 00:30:26.064 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-22T00:30:27.684Z[ recovery-image] Oct 22 00:30:26.074 INFO O| Oct 22 00:30:26.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74622024-10-22T00:30:27.686Z[ recovery-image] Oct 22 00:30:26.074 INFO O| Oct 22 00:30:26.074 INFO STEP 1082 (remove_files) COMPLETE
74632024-10-22T00:30:27.686Z[ recovery-image] Oct 22 00:30:26.074 INFO O| Oct 22 00:30:26.074 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-22T00:30:27.695Z[ recovery-image] Oct 22 00:30:26.085 INFO O| Oct 22 00:30:26.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74652024-10-22T00:30:27.695Z[ recovery-image] Oct 22 00:30:26.085 INFO O| Oct 22 00:30:26.085 INFO STEP 1083 (remove_files) COMPLETE
74662024-10-22T00:30:27.698Z[ recovery-image] Oct 22 00:30:26.085 INFO O| Oct 22 00:30:26.085 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-22T00:30:27.706Z[ recovery-image] Oct 22 00:30:26.096 INFO O| Oct 22 00:30:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74682024-10-22T00:30:27.708Z[ recovery-image] Oct 22 00:30:26.096 INFO O| Oct 22 00:30:26.096 INFO STEP 1084 (remove_files) COMPLETE
74692024-10-22T00:30:27.709Z[ recovery-image] Oct 22 00:30:26.096 INFO O| Oct 22 00:30:26.096 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-22T00:30:27.718Z[ recovery-image] Oct 22 00:30:26.106 INFO O| Oct 22 00:30:26.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74712024-10-22T00:30:27.721Z[ recovery-image] Oct 22 00:30:26.107 INFO O| Oct 22 00:30:26.107 INFO STEP 1085 (remove_files) COMPLETE
74722024-10-22T00:30:27.721Z[ recovery-image] Oct 22 00:30:26.107 INFO O| Oct 22 00:30:26.107 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-22T00:30:27.727Z[ recovery-image] Oct 22 00:30:26.117 INFO O| Oct 22 00:30:26.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74742024-10-22T00:30:27.727Z[ recovery-image] Oct 22 00:30:26.117 INFO O| Oct 22 00:30:26.117 INFO STEP 1086 (remove_files) COMPLETE
74752024-10-22T00:30:27.730Z[ recovery-image] Oct 22 00:30:26.117 INFO O| Oct 22 00:30:26.117 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-22T00:30:27.737Z[ recovery-image] Oct 22 00:30:26.127 INFO O| Oct 22 00:30:26.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74772024-10-22T00:30:27.737Z[ recovery-image] Oct 22 00:30:26.127 INFO O| Oct 22 00:30:26.127 INFO STEP 1087 (remove_files) COMPLETE
74782024-10-22T00:30:27.740Z[ recovery-image] Oct 22 00:30:26.127 INFO O| Oct 22 00:30:26.127 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-22T00:30:27.747Z[ recovery-image] Oct 22 00:30:26.137 INFO O| Oct 22 00:30:26.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74802024-10-22T00:30:27.747Z[ recovery-image] Oct 22 00:30:26.137 INFO O| Oct 22 00:30:26.137 INFO STEP 1088 (remove_files) COMPLETE
74812024-10-22T00:30:27.747Z[ recovery-image] Oct 22 00:30:26.137 INFO O| Oct 22 00:30:26.137 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-22T00:30:27.757Z[ recovery-image] Oct 22 00:30:26.147 INFO O| Oct 22 00:30:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74832024-10-22T00:30:27.757Z[ recovery-image] Oct 22 00:30:26.147 INFO O| Oct 22 00:30:26.147 INFO STEP 1089 (remove_files) COMPLETE
74842024-10-22T00:30:27.760Z[ recovery-image] Oct 22 00:30:26.147 INFO O| Oct 22 00:30:26.147 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-22T00:30:27.767Z[ recovery-image] Oct 22 00:30:26.157 INFO O| Oct 22 00:30:26.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74862024-10-22T00:30:27.767Z[ recovery-image] Oct 22 00:30:26.157 INFO O| Oct 22 00:30:26.157 INFO STEP 1090 (remove_files) COMPLETE
74872024-10-22T00:30:27.770Z[ recovery-image] Oct 22 00:30:26.157 INFO O| Oct 22 00:30:26.157 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-22T00:30:27.778Z[ recovery-image] Oct 22 00:30:26.167 INFO O| Oct 22 00:30:26.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74892024-10-22T00:30:27.778Z[ recovery-image] Oct 22 00:30:26.167 INFO O| Oct 22 00:30:26.167 INFO STEP 1091 (remove_files) COMPLETE
74902024-10-22T00:30:27.778Z[ recovery-image] Oct 22 00:30:26.167 INFO O| Oct 22 00:30:26.167 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-22T00:30:27.788Z[ recovery-image] Oct 22 00:30:26.178 INFO O| Oct 22 00:30:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74922024-10-22T00:30:27.788Z[ recovery-image] Oct 22 00:30:26.178 INFO O| Oct 22 00:30:26.178 INFO STEP 1092 (remove_files) COMPLETE
74932024-10-22T00:30:27.791Z[ recovery-image] Oct 22 00:30:26.178 INFO O| Oct 22 00:30:26.178 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-22T00:30:27.798Z[ recovery-image] Oct 22 00:30:26.188 INFO O| Oct 22 00:30:26.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74952024-10-22T00:30:27.801Z[ recovery-image] Oct 22 00:30:26.188 INFO O| Oct 22 00:30:26.188 INFO STEP 1093 (remove_files) COMPLETE
74962024-10-22T00:30:27.801Z[ recovery-image] Oct 22 00:30:26.188 INFO O| Oct 22 00:30:26.188 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-22T00:30:27.808Z[ recovery-image] Oct 22 00:30:26.198 INFO O| Oct 22 00:30:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74982024-10-22T00:30:27.808Z[ recovery-image] Oct 22 00:30:26.198 INFO O| Oct 22 00:30:26.198 INFO STEP 1094 (remove_files) COMPLETE
74992024-10-22T00:30:27.811Z[ recovery-image] Oct 22 00:30:26.198 INFO O| Oct 22 00:30:26.198 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-22T00:30:27.818Z[ recovery-image] Oct 22 00:30:26.208 INFO O| Oct 22 00:30:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75012024-10-22T00:30:27.821Z[ recovery-image] Oct 22 00:30:26.208 INFO O| Oct 22 00:30:26.208 INFO STEP 1095 (remove_files) COMPLETE
75022024-10-22T00:30:27.821Z[ recovery-image] Oct 22 00:30:26.208 INFO O| Oct 22 00:30:26.208 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-22T00:30:27.829Z[ recovery-image] Oct 22 00:30:26.219 INFO O| Oct 22 00:30:26.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75042024-10-22T00:30:27.833Z[ recovery-image] Oct 22 00:30:26.219 INFO O| Oct 22 00:30:26.219 INFO STEP 1096 (remove_files) COMPLETE
75052024-10-22T00:30:27.833Z[ recovery-image] Oct 22 00:30:26.219 INFO O| Oct 22 00:30:26.219 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-22T00:30:27.839Z[ recovery-image] Oct 22 00:30:26.229 INFO O| Oct 22 00:30:26.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
75072024-10-22T00:30:27.839Z[ recovery-image] Oct 22 00:30:26.229 INFO O| Oct 22 00:30:26.229 INFO STEP 1097 (remove_files) COMPLETE
75082024-10-22T00:30:27.842Z[ recovery-image] Oct 22 00:30:26.229 INFO O| Oct 22 00:30:26.229 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-22T00:30:27.849Z[ recovery-image] Oct 22 00:30:26.239 INFO O| Oct 22 00:30:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75102024-10-22T00:30:27.851Z[ recovery-image] Oct 22 00:30:26.239 INFO O| Oct 22 00:30:26.239 INFO STEP 1098 (remove_files) COMPLETE
75112024-10-22T00:30:27.851Z[ recovery-image] Oct 22 00:30:26.239 INFO O| Oct 22 00:30:26.239 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-22T00:30:27.859Z[ recovery-image] Oct 22 00:30:26.249 INFO O| Oct 22 00:30:26.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75132024-10-22T00:30:27.859Z[ recovery-image] Oct 22 00:30:26.249 INFO O| Oct 22 00:30:26.249 INFO STEP 1099 (remove_files) COMPLETE
75142024-10-22T00:30:27.862Z[ recovery-image] Oct 22 00:30:26.249 INFO O| Oct 22 00:30:26.249 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-22T00:30:27.869Z[ recovery-image] Oct 22 00:30:26.259 INFO O| Oct 22 00:30:26.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75162024-10-22T00:30:27.869Z[ recovery-image] Oct 22 00:30:26.259 INFO O| Oct 22 00:30:26.259 INFO STEP 1100 (remove_files) COMPLETE
75172024-10-22T00:30:27.872Z[ recovery-image] Oct 22 00:30:26.259 INFO O| Oct 22 00:30:26.259 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-22T00:30:27.887Z[ recovery-image] Oct 22 00:30:26.275 INFO O| Oct 22 00:30:26.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75192024-10-22T00:30:27.887Z[ recovery-image] Oct 22 00:30:26.275 INFO O| Oct 22 00:30:26.275 INFO STEP 1101 (remove_files) COMPLETE
75202024-10-22T00:30:27.887Z[ recovery-image] Oct 22 00:30:26.275 INFO O| Oct 22 00:30:26.275 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-22T00:30:27.898Z[ recovery-image] Oct 22 00:30:26.288 INFO O| Oct 22 00:30:26.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75222024-10-22T00:30:27.898Z[ recovery-image] Oct 22 00:30:26.288 INFO O| Oct 22 00:30:26.288 INFO STEP 1102 (remove_files) COMPLETE
75232024-10-22T00:30:27.901Z[ recovery-image] Oct 22 00:30:26.288 INFO O| Oct 22 00:30:26.288 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-22T00:30:27.912Z[ recovery-image] Oct 22 00:30:26.302 INFO O| Oct 22 00:30:26.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75252024-10-22T00:30:27.914Z[ recovery-image] Oct 22 00:30:26.302 INFO O| Oct 22 00:30:26.302 INFO STEP 1103 (remove_files) COMPLETE
75262024-10-22T00:30:27.915Z[ recovery-image] Oct 22 00:30:26.302 INFO O| Oct 22 00:30:26.302 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-22T00:30:27.926Z[ recovery-image] Oct 22 00:30:26.316 INFO O| Oct 22 00:30:26.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75282024-10-22T00:30:27.928Z[ recovery-image] Oct 22 00:30:26.316 INFO O| Oct 22 00:30:26.316 INFO STEP 1104 (remove_files) COMPLETE
75292024-10-22T00:30:27.928Z[ recovery-image] Oct 22 00:30:26.316 INFO O| Oct 22 00:30:26.316 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-22T00:30:27.939Z[ recovery-image] Oct 22 00:30:26.329 INFO O| Oct 22 00:30:26.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75312024-10-22T00:30:27.939Z[ recovery-image] Oct 22 00:30:26.329 INFO O| Oct 22 00:30:26.329 INFO STEP 1105 (remove_files) COMPLETE
75322024-10-22T00:30:27.939Z[ recovery-image] Oct 22 00:30:26.329 INFO O| Oct 22 00:30:26.329 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-22T00:30:27.952Z[ recovery-image] Oct 22 00:30:26.341 INFO O| Oct 22 00:30:26.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75342024-10-22T00:30:27.954Z[ recovery-image] Oct 22 00:30:26.341 INFO O| Oct 22 00:30:26.341 INFO STEP 1106 (remove_files) COMPLETE
75352024-10-22T00:30:27.954Z[ recovery-image] Oct 22 00:30:26.342 INFO O| Oct 22 00:30:26.341 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-22T00:30:27.963Z[ recovery-image] Oct 22 00:30:26.352 INFO O| Oct 22 00:30:26.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75372024-10-22T00:30:27.963Z[ recovery-image] Oct 22 00:30:26.352 INFO O| Oct 22 00:30:26.352 INFO STEP 1107 (remove_files) COMPLETE
75382024-10-22T00:30:27.968Z[ recovery-image] Oct 22 00:30:26.352 INFO O| Oct 22 00:30:26.352 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-22T00:30:27.973Z[ recovery-image] Oct 22 00:30:26.362 INFO O| Oct 22 00:30:26.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75402024-10-22T00:30:27.975Z[ recovery-image] Oct 22 00:30:26.363 INFO O| Oct 22 00:30:26.363 INFO STEP 1108 (remove_files) COMPLETE
75412024-10-22T00:30:27.975Z[ recovery-image] Oct 22 00:30:26.363 INFO O| Oct 22 00:30:26.363 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-22T00:30:27.983Z[ recovery-image] Oct 22 00:30:26.373 INFO O| Oct 22 00:30:26.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75432024-10-22T00:30:27.985Z[ recovery-image] Oct 22 00:30:26.373 INFO O| Oct 22 00:30:26.373 INFO STEP 1109 (remove_files) COMPLETE
75442024-10-22T00:30:27.985Z[ recovery-image] Oct 22 00:30:26.373 INFO O| Oct 22 00:30:26.373 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-22T00:30:27.993Z[ recovery-image] Oct 22 00:30:26.383 INFO O| Oct 22 00:30:26.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75462024-10-22T00:30:27.993Z[ recovery-image] Oct 22 00:30:26.383 INFO O| Oct 22 00:30:26.383 INFO STEP 1110 (remove_files) COMPLETE
75472024-10-22T00:30:27.995Z[ recovery-image] Oct 22 00:30:26.383 INFO O| Oct 22 00:30:26.383 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-22T00:30:28.003Z[ recovery-image] Oct 22 00:30:26.393 INFO O| Oct 22 00:30:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75492024-10-22T00:30:28.006Z[ recovery-image] Oct 22 00:30:26.393 INFO O| Oct 22 00:30:26.393 INFO STEP 1111 (remove_files) COMPLETE
75502024-10-22T00:30:28.006Z[ recovery-image] Oct 22 00:30:26.393 INFO O| Oct 22 00:30:26.393 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-22T00:30:28.013Z[ recovery-image] Oct 22 00:30:26.403 INFO O| Oct 22 00:30:26.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75522024-10-22T00:30:28.013Z[ recovery-image] Oct 22 00:30:26.403 INFO O| Oct 22 00:30:26.403 INFO STEP 1112 (remove_files) COMPLETE
75532024-10-22T00:30:28.013Z[ recovery-image] Oct 22 00:30:26.403 INFO O| Oct 22 00:30:26.403 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-22T00:30:28.023Z[ recovery-image] Oct 22 00:30:26.413 INFO O| Oct 22 00:30:26.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75552024-10-22T00:30:28.023Z[ recovery-image] Oct 22 00:30:26.413 INFO O| Oct 22 00:30:26.413 INFO STEP 1113 (remove_files) COMPLETE
75562024-10-22T00:30:28.026Z[ recovery-image] Oct 22 00:30:26.413 INFO O| Oct 22 00:30:26.413 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-22T00:30:28.033Z[ recovery-image] Oct 22 00:30:26.423 INFO O| Oct 22 00:30:26.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75582024-10-22T00:30:28.033Z[ recovery-image] Oct 22 00:30:26.423 INFO O| Oct 22 00:30:26.423 INFO STEP 1114 (remove_files) COMPLETE
75592024-10-22T00:30:28.036Z[ recovery-image] Oct 22 00:30:26.423 INFO O| Oct 22 00:30:26.423 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-22T00:30:28.043Z[ recovery-image] Oct 22 00:30:26.433 INFO O| Oct 22 00:30:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75612024-10-22T00:30:28.046Z[ recovery-image] Oct 22 00:30:26.433 INFO O| Oct 22 00:30:26.433 INFO STEP 1115 (remove_files) COMPLETE
75622024-10-22T00:30:28.046Z[ recovery-image] Oct 22 00:30:26.433 INFO O| Oct 22 00:30:26.433 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-22T00:30:28.053Z[ recovery-image] Oct 22 00:30:26.443 INFO O| Oct 22 00:30:26.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75642024-10-22T00:30:28.053Z[ recovery-image] Oct 22 00:30:26.443 INFO O| Oct 22 00:30:26.443 INFO STEP 1116 (remove_files) COMPLETE
75652024-10-22T00:30:28.056Z[ recovery-image] Oct 22 00:30:26.443 INFO O| Oct 22 00:30:26.443 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-22T00:30:28.064Z[ recovery-image] Oct 22 00:30:26.453 INFO O| Oct 22 00:30:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75672024-10-22T00:30:28.064Z[ recovery-image] Oct 22 00:30:26.453 INFO O| Oct 22 00:30:26.453 INFO STEP 1117 (remove_files) COMPLETE
75682024-10-22T00:30:28.066Z[ recovery-image] Oct 22 00:30:26.454 INFO O| Oct 22 00:30:26.453 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-22T00:30:28.074Z[ recovery-image] Oct 22 00:30:26.463 INFO O| Oct 22 00:30:26.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75702024-10-22T00:30:28.074Z[ recovery-image] Oct 22 00:30:26.463 INFO O| Oct 22 00:30:26.463 INFO STEP 1118 (remove_files) COMPLETE
75712024-10-22T00:30:28.074Z[ recovery-image] Oct 22 00:30:26.463 INFO O| Oct 22 00:30:26.463 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-22T00:30:28.084Z[ recovery-image] Oct 22 00:30:26.474 INFO O| Oct 22 00:30:26.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75732024-10-22T00:30:28.084Z[ recovery-image] Oct 22 00:30:26.474 INFO O| Oct 22 00:30:26.474 INFO STEP 1119 (remove_files) COMPLETE
75742024-10-22T00:30:28.084Z[ recovery-image] Oct 22 00:30:26.474 INFO O| Oct 22 00:30:26.474 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-22T00:30:28.095Z[ recovery-image] Oct 22 00:30:26.484 INFO O| Oct 22 00:30:26.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75762024-10-22T00:30:28.095Z[ recovery-image] Oct 22 00:30:26.484 INFO O| Oct 22 00:30:26.484 INFO STEP 1120 (remove_files) COMPLETE
75772024-10-22T00:30:28.095Z[ recovery-image] Oct 22 00:30:26.484 INFO O| Oct 22 00:30:26.484 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-22T00:30:28.105Z[ recovery-image] Oct 22 00:30:26.494 INFO O| Oct 22 00:30:26.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75792024-10-22T00:30:28.105Z[ recovery-image] Oct 22 00:30:26.494 INFO O| Oct 22 00:30:26.494 INFO STEP 1121 (remove_files) COMPLETE
75802024-10-22T00:30:28.108Z[ recovery-image] Oct 22 00:30:26.495 INFO O| Oct 22 00:30:26.494 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-22T00:30:28.115Z[ recovery-image] Oct 22 00:30:26.504 INFO O| Oct 22 00:30:26.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75822024-10-22T00:30:28.115Z[ recovery-image] Oct 22 00:30:26.505 INFO O| Oct 22 00:30:26.505 INFO STEP 1122 (remove_files) COMPLETE
75832024-10-22T00:30:28.117Z[ recovery-image] Oct 22 00:30:26.505 INFO O| Oct 22 00:30:26.505 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-22T00:30:28.125Z[ recovery-image] Oct 22 00:30:26.515 INFO O| Oct 22 00:30:26.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75852024-10-22T00:30:28.125Z[ recovery-image] Oct 22 00:30:26.515 INFO O| Oct 22 00:30:26.515 INFO STEP 1123 (remove_files) COMPLETE
75862024-10-22T00:30:28.127Z[ recovery-image] Oct 22 00:30:26.515 INFO O| Oct 22 00:30:26.515 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-22T00:30:28.135Z[ recovery-image] Oct 22 00:30:26.525 INFO O| Oct 22 00:30:26.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75882024-10-22T00:30:28.135Z[ recovery-image] Oct 22 00:30:26.525 INFO O| Oct 22 00:30:26.525 INFO STEP 1124 (remove_files) COMPLETE
75892024-10-22T00:30:28.137Z[ recovery-image] Oct 22 00:30:26.525 INFO O| Oct 22 00:30:26.525 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-22T00:30:28.145Z[ recovery-image] Oct 22 00:30:26.535 INFO O| Oct 22 00:30:26.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75912024-10-22T00:30:28.148Z[ recovery-image] Oct 22 00:30:26.535 INFO O| Oct 22 00:30:26.535 INFO STEP 1125 (remove_files) COMPLETE
75922024-10-22T00:30:28.148Z[ recovery-image] Oct 22 00:30:26.535 INFO O| Oct 22 00:30:26.535 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-10-22T00:30:28.156Z[ recovery-image] Oct 22 00:30:26.545 INFO O| Oct 22 00:30:26.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75942024-10-22T00:30:28.156Z[ recovery-image] Oct 22 00:30:26.545 INFO O| Oct 22 00:30:26.545 INFO STEP 1126 (remove_files) COMPLETE
75952024-10-22T00:30:28.156Z[ recovery-image] Oct 22 00:30:26.546 INFO O| Oct 22 00:30:26.545 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-10-22T00:30:28.166Z[ recovery-image] Oct 22 00:30:26.556 INFO O| Oct 22 00:30:26.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75972024-10-22T00:30:28.166Z[ recovery-image] Oct 22 00:30:26.556 INFO O| Oct 22 00:30:26.556 INFO STEP 1127 (remove_files) COMPLETE
75982024-10-22T00:30:28.166Z[ recovery-image] Oct 22 00:30:26.556 INFO O| Oct 22 00:30:26.556 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-10-22T00:30:28.176Z[ recovery-image] Oct 22 00:30:26.566 INFO O| Oct 22 00:30:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76002024-10-22T00:30:28.176Z[ recovery-image] Oct 22 00:30:26.566 INFO O| Oct 22 00:30:26.566 INFO STEP 1128 (remove_files) COMPLETE
76012024-10-22T00:30:28.176Z[ recovery-image] Oct 22 00:30:26.566 INFO O| Oct 22 00:30:26.566 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-10-22T00:30:28.187Z[ recovery-image] Oct 22 00:30:26.576 INFO O| Oct 22 00:30:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76032024-10-22T00:30:28.187Z[ recovery-image] Oct 22 00:30:26.576 INFO O| Oct 22 00:30:26.576 INFO STEP 1129 (remove_files) COMPLETE
76042024-10-22T00:30:28.189Z[ recovery-image] Oct 22 00:30:26.576 INFO O| Oct 22 00:30:26.576 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-10-22T00:30:28.197Z[ recovery-image] Oct 22 00:30:26.587 INFO O| Oct 22 00:30:26.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76062024-10-22T00:30:28.197Z[ recovery-image] Oct 22 00:30:26.587 INFO O| Oct 22 00:30:26.587 INFO STEP 1130 (remove_files) COMPLETE
76072024-10-22T00:30:28.199Z[ recovery-image] Oct 22 00:30:26.587 INFO O| Oct 22 00:30:26.587 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-10-22T00:30:28.207Z[ recovery-image] Oct 22 00:30:26.597 INFO O| Oct 22 00:30:26.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76092024-10-22T00:30:28.210Z[ recovery-image] Oct 22 00:30:26.597 INFO O| Oct 22 00:30:26.597 INFO STEP 1131 (remove_files) COMPLETE
76102024-10-22T00:30:28.210Z[ recovery-image] Oct 22 00:30:26.597 INFO O| Oct 22 00:30:26.597 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-10-22T00:30:28.217Z[ recovery-image] Oct 22 00:30:26.607 INFO O| Oct 22 00:30:26.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76122024-10-22T00:30:28.220Z[ recovery-image] Oct 22 00:30:26.607 INFO O| Oct 22 00:30:26.607 INFO STEP 1132 (remove_files) COMPLETE
76132024-10-22T00:30:28.220Z[ recovery-image] Oct 22 00:30:26.607 INFO O| Oct 22 00:30:26.607 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-10-22T00:30:28.227Z[ recovery-image] Oct 22 00:30:26.617 INFO O| Oct 22 00:30:26.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76152024-10-22T00:30:28.230Z[ recovery-image] Oct 22 00:30:26.617 INFO O| Oct 22 00:30:26.617 INFO STEP 1133 (remove_files) COMPLETE
76162024-10-22T00:30:28.230Z[ recovery-image] Oct 22 00:30:26.617 INFO O| Oct 22 00:30:26.617 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-10-22T00:30:28.238Z[ recovery-image] Oct 22 00:30:26.628 INFO O| Oct 22 00:30:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76182024-10-22T00:30:28.238Z[ recovery-image] Oct 22 00:30:26.628 INFO O| Oct 22 00:30:26.628 INFO STEP 1134 (remove_files) COMPLETE
76192024-10-22T00:30:28.241Z[ recovery-image] Oct 22 00:30:26.628 INFO O| Oct 22 00:30:26.628 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-10-22T00:30:28.249Z[ recovery-image] Oct 22 00:30:26.638 INFO O| Oct 22 00:30:26.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76212024-10-22T00:30:28.249Z[ recovery-image] Oct 22 00:30:26.638 INFO O| Oct 22 00:30:26.638 INFO STEP 1135 (remove_files) COMPLETE
76222024-10-22T00:30:28.249Z[ recovery-image] Oct 22 00:30:26.638 INFO O| Oct 22 00:30:26.638 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-22T00:30:28.259Z[ recovery-image] Oct 22 00:30:26.649 INFO O| Oct 22 00:30:26.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76242024-10-22T00:30:28.259Z[ recovery-image] Oct 22 00:30:26.649 INFO O| Oct 22 00:30:26.649 INFO STEP 1136 (remove_files) COMPLETE
76252024-10-22T00:30:28.261Z[ recovery-image] Oct 22 00:30:26.649 INFO O| Oct 22 00:30:26.649 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-22T00:30:28.269Z[ recovery-image] Oct 22 00:30:26.659 INFO O| Oct 22 00:30:26.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76272024-10-22T00:30:28.269Z[ recovery-image] Oct 22 00:30:26.659 INFO O| Oct 22 00:30:26.659 INFO STEP 1137 (remove_files) COMPLETE
76282024-10-22T00:30:28.269Z[ recovery-image] Oct 22 00:30:26.659 INFO O| Oct 22 00:30:26.659 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-22T00:30:28.280Z[ recovery-image] Oct 22 00:30:26.669 INFO O| Oct 22 00:30:26.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76302024-10-22T00:30:28.280Z[ recovery-image] Oct 22 00:30:26.670 INFO O| Oct 22 00:30:26.670 INFO STEP 1138 (remove_files) COMPLETE
76312024-10-22T00:30:28.280Z[ recovery-image] Oct 22 00:30:26.670 INFO O| Oct 22 00:30:26.670 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-22T00:30:28.290Z[ recovery-image] Oct 22 00:30:26.680 INFO O| Oct 22 00:30:26.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76332024-10-22T00:30:28.292Z[ recovery-image] Oct 22 00:30:26.680 INFO O| Oct 22 00:30:26.680 INFO STEP 1139 (remove_files) COMPLETE
76342024-10-22T00:30:28.292Z[ recovery-image] Oct 22 00:30:26.680 INFO O| Oct 22 00:30:26.680 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-22T00:30:28.300Z[ recovery-image] Oct 22 00:30:26.690 INFO O| Oct 22 00:30:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76362024-10-22T00:30:28.302Z[ recovery-image] Oct 22 00:30:26.690 INFO O| Oct 22 00:30:26.690 INFO STEP 1140 (remove_files) COMPLETE
76372024-10-22T00:30:28.302Z[ recovery-image] Oct 22 00:30:26.690 INFO O| Oct 22 00:30:26.690 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-22T00:30:28.311Z[ recovery-image] Oct 22 00:30:26.701 INFO O| Oct 22 00:30:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76392024-10-22T00:30:28.311Z[ recovery-image] Oct 22 00:30:26.701 INFO O| Oct 22 00:30:26.701 INFO STEP 1141 (remove_files) COMPLETE
76402024-10-22T00:30:28.311Z[ recovery-image] Oct 22 00:30:26.701 INFO O| Oct 22 00:30:26.701 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-22T00:30:28.322Z[ recovery-image] Oct 22 00:30:26.711 INFO O| Oct 22 00:30:26.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76422024-10-22T00:30:28.322Z[ recovery-image] Oct 22 00:30:26.712 INFO O| Oct 22 00:30:26.712 INFO STEP 1142 (remove_files) COMPLETE
76432024-10-22T00:30:28.322Z[ recovery-image] Oct 22 00:30:26.712 INFO O| Oct 22 00:30:26.712 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-22T00:30:28.333Z[ recovery-image] Oct 22 00:30:26.723 INFO O| Oct 22 00:30:26.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76452024-10-22T00:30:28.335Z[ recovery-image] Oct 22 00:30:26.723 INFO O| Oct 22 00:30:26.723 INFO STEP 1143 (remove_files) COMPLETE
76462024-10-22T00:30:28.335Z[ recovery-image] Oct 22 00:30:26.723 INFO O| Oct 22 00:30:26.723 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-22T00:30:28.344Z[ recovery-image] Oct 22 00:30:26.734 INFO O| Oct 22 00:30:26.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76482024-10-22T00:30:28.344Z[ recovery-image] Oct 22 00:30:26.734 INFO O| Oct 22 00:30:26.734 INFO STEP 1144 (remove_files) COMPLETE
76492024-10-22T00:30:28.346Z[ recovery-image] Oct 22 00:30:26.734 INFO O| Oct 22 00:30:26.734 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-22T00:30:28.356Z[ recovery-image] Oct 22 00:30:26.745 INFO O| Oct 22 00:30:26.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76512024-10-22T00:30:28.356Z[ recovery-image] Oct 22 00:30:26.746 INFO O| Oct 22 00:30:26.745 INFO STEP 1145 (remove_files) COMPLETE
76522024-10-22T00:30:28.356Z[ recovery-image] Oct 22 00:30:26.746 INFO O| Oct 22 00:30:26.746 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-22T00:30:28.367Z[ recovery-image] Oct 22 00:30:26.757 INFO O| Oct 22 00:30:26.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76542024-10-22T00:30:28.367Z[ recovery-image] Oct 22 00:30:26.757 INFO O| Oct 22 00:30:26.757 INFO STEP 1146 (remove_files) COMPLETE
76552024-10-22T00:30:28.370Z[ recovery-image] Oct 22 00:30:26.757 INFO O| Oct 22 00:30:26.757 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-22T00:30:28.379Z[ recovery-image] Oct 22 00:30:26.769 INFO O| Oct 22 00:30:26.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76572024-10-22T00:30:28.381Z[ recovery-image] Oct 22 00:30:26.769 INFO O| Oct 22 00:30:26.769 INFO STEP 1147 (remove_files) COMPLETE
76582024-10-22T00:30:28.381Z[ recovery-image] Oct 22 00:30:26.769 INFO O| Oct 22 00:30:26.769 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-22T00:30:28.389Z[ recovery-image] Oct 22 00:30:26.779 INFO O| Oct 22 00:30:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76602024-10-22T00:30:28.389Z[ recovery-image] Oct 22 00:30:26.779 INFO O| Oct 22 00:30:26.779 INFO STEP 1148 (remove_files) COMPLETE
76612024-10-22T00:30:28.389Z[ recovery-image] Oct 22 00:30:26.779 INFO O| Oct 22 00:30:26.779 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-22T00:30:28.401Z[ recovery-image] Oct 22 00:30:26.790 INFO O| Oct 22 00:30:26.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76632024-10-22T00:30:28.403Z[ recovery-image] Oct 22 00:30:26.790 INFO O| Oct 22 00:30:26.790 INFO STEP 1149 (remove_files) COMPLETE
76642024-10-22T00:30:28.403Z[ recovery-image] Oct 22 00:30:26.790 INFO O| Oct 22 00:30:26.790 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-22T00:30:28.411Z[ recovery-image] Oct 22 00:30:26.801 INFO O| Oct 22 00:30:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76662024-10-22T00:30:28.413Z[ recovery-image] Oct 22 00:30:26.802 INFO O| Oct 22 00:30:26.802 INFO STEP 1150 (remove_files) COMPLETE
76672024-10-22T00:30:28.413Z[ recovery-image] Oct 22 00:30:26.802 INFO O| Oct 22 00:30:26.802 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-22T00:30:28.423Z[ recovery-image] Oct 22 00:30:26.813 INFO O| Oct 22 00:30:26.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76692024-10-22T00:30:28.423Z[ recovery-image] Oct 22 00:30:26.813 INFO O| Oct 22 00:30:26.813 INFO STEP 1151 (remove_files) COMPLETE
76702024-10-22T00:30:28.425Z[ recovery-image] Oct 22 00:30:26.813 INFO O| Oct 22 00:30:26.813 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-22T00:30:28.433Z[ recovery-image] Oct 22 00:30:26.823 INFO O| Oct 22 00:30:26.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76722024-10-22T00:30:28.433Z[ recovery-image] Oct 22 00:30:26.823 INFO O| Oct 22 00:30:26.823 INFO STEP 1152 (remove_files) COMPLETE
76732024-10-22T00:30:28.435Z[ recovery-image] Oct 22 00:30:26.823 INFO O| Oct 22 00:30:26.823 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-22T00:30:28.443Z[ recovery-image] Oct 22 00:30:26.833 INFO O| Oct 22 00:30:26.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76752024-10-22T00:30:28.443Z[ recovery-image] Oct 22 00:30:26.833 INFO O| Oct 22 00:30:26.833 INFO STEP 1153 (remove_files) COMPLETE
76762024-10-22T00:30:28.446Z[ recovery-image] Oct 22 00:30:26.833 INFO O| Oct 22 00:30:26.833 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-22T00:30:28.454Z[ recovery-image] Oct 22 00:30:26.843 INFO O| Oct 22 00:30:26.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76782024-10-22T00:30:28.456Z[ recovery-image] Oct 22 00:30:26.843 INFO O| Oct 22 00:30:26.843 INFO STEP 1154 (remove_files) COMPLETE
76792024-10-22T00:30:28.456Z[ recovery-image] Oct 22 00:30:26.843 INFO O| Oct 22 00:30:26.843 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-22T00:30:28.464Z[ recovery-image] Oct 22 00:30:26.854 INFO O| Oct 22 00:30:26.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76812024-10-22T00:30:28.466Z[ recovery-image] Oct 22 00:30:26.854 INFO O| Oct 22 00:30:26.854 INFO STEP 1155 (remove_files) COMPLETE
76822024-10-22T00:30:28.466Z[ recovery-image] Oct 22 00:30:26.854 INFO O| Oct 22 00:30:26.854 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-22T00:30:28.474Z[ recovery-image] Oct 22 00:30:26.864 INFO O| Oct 22 00:30:26.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76842024-10-22T00:30:28.476Z[ recovery-image] Oct 22 00:30:26.864 INFO O| Oct 22 00:30:26.864 INFO STEP 1156 (remove_files) COMPLETE
76852024-10-22T00:30:28.476Z[ recovery-image] Oct 22 00:30:26.864 INFO O| Oct 22 00:30:26.864 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-22T00:30:28.484Z[ recovery-image] Oct 22 00:30:26.874 INFO O| Oct 22 00:30:26.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76872024-10-22T00:30:28.486Z[ recovery-image] Oct 22 00:30:26.874 INFO O| Oct 22 00:30:26.874 INFO STEP 1157 (remove_files) COMPLETE
76882024-10-22T00:30:28.486Z[ recovery-image] Oct 22 00:30:26.874 INFO O| Oct 22 00:30:26.874 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-22T00:30:28.494Z[ recovery-image] Oct 22 00:30:26.884 INFO O| Oct 22 00:30:26.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76902024-10-22T00:30:28.494Z[ recovery-image] Oct 22 00:30:26.884 INFO O| Oct 22 00:30:26.884 INFO STEP 1158 (remove_files) COMPLETE
76912024-10-22T00:30:28.494Z[ recovery-image] Oct 22 00:30:26.884 INFO O| Oct 22 00:30:26.884 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-22T00:30:28.506Z[ recovery-image] Oct 22 00:30:26.896 INFO O| Oct 22 00:30:26.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76932024-10-22T00:30:28.506Z[ recovery-image] Oct 22 00:30:26.896 INFO O| Oct 22 00:30:26.896 INFO STEP 1159 (remove_files) COMPLETE
76942024-10-22T00:30:28.506Z[ recovery-image] Oct 22 00:30:26.896 INFO O| Oct 22 00:30:26.896 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-22T00:30:28.516Z[ recovery-image] Oct 22 00:30:26.906 INFO O| Oct 22 00:30:26.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76962024-10-22T00:30:28.516Z[ recovery-image] Oct 22 00:30:26.906 INFO O| Oct 22 00:30:26.906 INFO STEP 1160 (remove_files) COMPLETE
76972024-10-22T00:30:28.518Z[ recovery-image] Oct 22 00:30:26.906 INFO O| Oct 22 00:30:26.906 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-22T00:30:28.527Z[ recovery-image] Oct 22 00:30:26.916 INFO O| Oct 22 00:30:26.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76992024-10-22T00:30:28.527Z[ recovery-image] Oct 22 00:30:26.917 INFO O| Oct 22 00:30:26.916 INFO STEP 1161 (remove_files) COMPLETE
77002024-10-22T00:30:28.529Z[ recovery-image] Oct 22 00:30:26.917 INFO O| Oct 22 00:30:26.917 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-22T00:30:28.537Z[ recovery-image] Oct 22 00:30:26.927 INFO O| Oct 22 00:30:26.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77022024-10-22T00:30:28.537Z[ recovery-image] Oct 22 00:30:26.927 INFO O| Oct 22 00:30:26.927 INFO STEP 1162 (remove_files) COMPLETE
77032024-10-22T00:30:28.539Z[ recovery-image] Oct 22 00:30:26.927 INFO O| Oct 22 00:30:26.927 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-22T00:30:28.547Z[ recovery-image] Oct 22 00:30:26.937 INFO O| Oct 22 00:30:26.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77052024-10-22T00:30:28.549Z[ recovery-image] Oct 22 00:30:26.937 INFO O| Oct 22 00:30:26.937 INFO STEP 1163 (remove_files) COMPLETE
77062024-10-22T00:30:28.550Z[ recovery-image] Oct 22 00:30:26.937 INFO O| Oct 22 00:30:26.937 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-22T00:30:28.557Z[ recovery-image] Oct 22 00:30:26.947 INFO O| Oct 22 00:30:26.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77082024-10-22T00:30:28.557Z[ recovery-image] Oct 22 00:30:26.947 INFO O| Oct 22 00:30:26.947 INFO STEP 1164 (remove_files) COMPLETE
77092024-10-22T00:30:28.559Z[ recovery-image] Oct 22 00:30:26.947 INFO O| Oct 22 00:30:26.947 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-22T00:30:28.567Z[ recovery-image] Oct 22 00:30:26.956 INFO O| Oct 22 00:30:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77112024-10-22T00:30:28.567Z[ recovery-image] Oct 22 00:30:26.956 INFO O| Oct 22 00:30:26.956 INFO STEP 1165 (remove_files) COMPLETE
77122024-10-22T00:30:28.569Z[ recovery-image] Oct 22 00:30:26.957 INFO O| Oct 22 00:30:26.956 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-22T00:30:28.576Z[ recovery-image] Oct 22 00:30:26.966 INFO O| Oct 22 00:30:26.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77142024-10-22T00:30:28.579Z[ recovery-image] Oct 22 00:30:26.966 INFO O| Oct 22 00:30:26.966 INFO STEP 1166 (remove_files) COMPLETE
77152024-10-22T00:30:28.579Z[ recovery-image] Oct 22 00:30:26.966 INFO O| Oct 22 00:30:26.966 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-22T00:30:28.586Z[ recovery-image] Oct 22 00:30:26.976 INFO O| Oct 22 00:30:26.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77172024-10-22T00:30:28.588Z[ recovery-image] Oct 22 00:30:26.976 INFO O| Oct 22 00:30:26.976 INFO STEP 1167 (remove_files) COMPLETE
77182024-10-22T00:30:28.588Z[ recovery-image] Oct 22 00:30:26.976 INFO O| Oct 22 00:30:26.976 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-22T00:30:28.596Z[ recovery-image] Oct 22 00:30:26.986 INFO O| Oct 22 00:30:26.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77202024-10-22T00:30:28.598Z[ recovery-image] Oct 22 00:30:26.986 INFO O| Oct 22 00:30:26.986 INFO STEP 1168 (remove_files) COMPLETE
77212024-10-22T00:30:28.598Z[ recovery-image] Oct 22 00:30:26.986 INFO O| Oct 22 00:30:26.986 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-22T00:30:28.606Z[ recovery-image] Oct 22 00:30:26.996 INFO O| Oct 22 00:30:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77232024-10-22T00:30:28.608Z[ recovery-image] Oct 22 00:30:26.996 INFO O| Oct 22 00:30:26.996 INFO STEP 1169 (remove_files) COMPLETE
77242024-10-22T00:30:28.608Z[ recovery-image] Oct 22 00:30:26.996 INFO O| Oct 22 00:30:26.996 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-22T00:30:28.618Z[ recovery-image] Oct 22 00:30:27.008 INFO O| Oct 22 00:30:27.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77262024-10-22T00:30:28.618Z[ recovery-image] Oct 22 00:30:27.008 INFO O| Oct 22 00:30:27.008 INFO STEP 1170 (remove_files) COMPLETE
77272024-10-22T00:30:28.621Z[ recovery-image] Oct 22 00:30:27.008 INFO O| Oct 22 00:30:27.008 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-22T00:30:28.631Z[ recovery-image] Oct 22 00:30:27.020 INFO O| Oct 22 00:30:27.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77292024-10-22T00:30:28.633Z[ recovery-image] Oct 22 00:30:27.021 INFO O| Oct 22 00:30:27.021 INFO STEP 1171 (remove_files) COMPLETE
77302024-10-22T00:30:28.633Z[ recovery-image] Oct 22 00:30:27.021 INFO O| Oct 22 00:30:27.021 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-22T00:30:28.641Z[ recovery-image] Oct 22 00:30:27.031 INFO O| Oct 22 00:30:27.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77322024-10-22T00:30:28.641Z[ recovery-image] Oct 22 00:30:27.031 INFO O| Oct 22 00:30:27.031 INFO STEP 1172 (remove_files) COMPLETE
77332024-10-22T00:30:28.641Z[ recovery-image] Oct 22 00:30:27.031 INFO O| Oct 22 00:30:27.031 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-22T00:30:28.653Z[ recovery-image] Oct 22 00:30:27.043 INFO O| Oct 22 00:30:27.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77352024-10-22T00:30:28.653Z[ recovery-image] Oct 22 00:30:27.043 INFO O| Oct 22 00:30:27.043 INFO STEP 1173 (remove_files) COMPLETE
77362024-10-22T00:30:28.656Z[ recovery-image] Oct 22 00:30:27.043 INFO O| Oct 22 00:30:27.043 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-22T00:30:28.665Z[ recovery-image] Oct 22 00:30:27.055 INFO O| Oct 22 00:30:27.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77382024-10-22T00:30:28.668Z[ recovery-image] Oct 22 00:30:27.055 INFO O| Oct 22 00:30:27.055 INFO STEP 1174 (remove_files) COMPLETE
77392024-10-22T00:30:28.668Z[ recovery-image] Oct 22 00:30:27.055 INFO O| Oct 22 00:30:27.055 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-22T00:30:28.676Z[ recovery-image] Oct 22 00:30:27.066 INFO O| Oct 22 00:30:27.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77412024-10-22T00:30:28.676Z[ recovery-image] Oct 22 00:30:27.066 INFO O| Oct 22 00:30:27.066 INFO STEP 1175 (remove_files) COMPLETE
77422024-10-22T00:30:28.678Z[ recovery-image] Oct 22 00:30:27.066 INFO O| Oct 22 00:30:27.066 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-22T00:30:28.688Z[ recovery-image] Oct 22 00:30:27.077 INFO O| Oct 22 00:30:27.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77442024-10-22T00:30:28.688Z[ recovery-image] Oct 22 00:30:27.077 INFO O| Oct 22 00:30:27.077 INFO STEP 1176 (remove_files) COMPLETE
77452024-10-22T00:30:28.691Z[ recovery-image] Oct 22 00:30:27.077 INFO O| Oct 22 00:30:27.077 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-22T00:30:28.698Z[ recovery-image] Oct 22 00:30:27.088 INFO O| Oct 22 00:30:27.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77472024-10-22T00:30:28.701Z[ recovery-image] Oct 22 00:30:27.088 INFO O| Oct 22 00:30:27.088 INFO STEP 1177 (remove_files) COMPLETE
77482024-10-22T00:30:28.701Z[ recovery-image] Oct 22 00:30:27.088 INFO O| Oct 22 00:30:27.088 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-22T00:30:28.709Z[ recovery-image] Oct 22 00:30:27.099 INFO O| Oct 22 00:30:27.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77502024-10-22T00:30:28.709Z[ recovery-image] Oct 22 00:30:27.099 INFO O| Oct 22 00:30:27.099 INFO STEP 1178 (remove_files) COMPLETE
77512024-10-22T00:30:28.711Z[ recovery-image] Oct 22 00:30:27.099 INFO O| Oct 22 00:30:27.099 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-22T00:30:28.721Z[ recovery-image] Oct 22 00:30:27.111 INFO O| Oct 22 00:30:27.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77532024-10-22T00:30:28.721Z[ recovery-image] Oct 22 00:30:27.111 INFO O| Oct 22 00:30:27.111 INFO STEP 1179 (remove_files) COMPLETE
77542024-10-22T00:30:28.721Z[ recovery-image] Oct 22 00:30:27.111 INFO O| Oct 22 00:30:27.111 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-22T00:30:28.732Z[ recovery-image] Oct 22 00:30:27.122 INFO O| Oct 22 00:30:27.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77562024-10-22T00:30:28.732Z[ recovery-image] Oct 22 00:30:27.122 INFO O| Oct 22 00:30:27.122 INFO STEP 1180 (remove_files) COMPLETE
77572024-10-22T00:30:28.732Z[ recovery-image] Oct 22 00:30:27.122 INFO O| Oct 22 00:30:27.122 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-22T00:30:28.744Z[ recovery-image] Oct 22 00:30:27.134 INFO O| Oct 22 00:30:27.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77592024-10-22T00:30:28.744Z[ recovery-image] Oct 22 00:30:27.134 INFO O| Oct 22 00:30:27.134 INFO STEP 1181 (remove_files) COMPLETE
77602024-10-22T00:30:28.747Z[ recovery-image] Oct 22 00:30:27.134 INFO O| Oct 22 00:30:27.134 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-22T00:30:28.757Z[ recovery-image] Oct 22 00:30:27.147 INFO O| Oct 22 00:30:27.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77622024-10-22T00:30:28.759Z[ recovery-image] Oct 22 00:30:27.147 INFO O| Oct 22 00:30:27.147 INFO STEP 1182 (remove_files) COMPLETE
77632024-10-22T00:30:28.759Z[ recovery-image] Oct 22 00:30:27.147 INFO O| Oct 22 00:30:27.147 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-22T00:30:28.767Z[ recovery-image] Oct 22 00:30:27.157 INFO O| Oct 22 00:30:27.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77652024-10-22T00:30:28.769Z[ recovery-image] Oct 22 00:30:27.157 INFO O| Oct 22 00:30:27.157 INFO STEP 1183 (remove_files) COMPLETE
77662024-10-22T00:30:28.769Z[ recovery-image] Oct 22 00:30:27.157 INFO O| Oct 22 00:30:27.157 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-22T00:30:28.780Z[ recovery-image] Oct 22 00:30:27.170 INFO O| Oct 22 00:30:27.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77682024-10-22T00:30:28.780Z[ recovery-image] Oct 22 00:30:27.170 INFO O| Oct 22 00:30:27.170 INFO STEP 1184 (remove_files) COMPLETE
77692024-10-22T00:30:28.780Z[ recovery-image] Oct 22 00:30:27.170 INFO O| Oct 22 00:30:27.170 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-22T00:30:28.791Z[ recovery-image] Oct 22 00:30:27.181 INFO O| Oct 22 00:30:27.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77712024-10-22T00:30:28.791Z[ recovery-image] Oct 22 00:30:27.181 INFO O| Oct 22 00:30:27.181 INFO STEP 1185 (remove_files) COMPLETE
77722024-10-22T00:30:28.791Z[ recovery-image] Oct 22 00:30:27.181 INFO O| Oct 22 00:30:27.181 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-22T00:30:28.803Z[ recovery-image] Oct 22 00:30:27.193 INFO O| Oct 22 00:30:27.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77742024-10-22T00:30:28.803Z[ recovery-image] Oct 22 00:30:27.193 INFO O| Oct 22 00:30:27.193 INFO STEP 1186 (remove_files) COMPLETE
77752024-10-22T00:30:28.803Z[ recovery-image] Oct 22 00:30:27.193 INFO O| Oct 22 00:30:27.193 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-22T00:30:28.814Z[ recovery-image] Oct 22 00:30:27.204 INFO O| Oct 22 00:30:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77772024-10-22T00:30:28.814Z[ recovery-image] Oct 22 00:30:27.204 INFO O| Oct 22 00:30:27.204 INFO STEP 1187 (remove_files) COMPLETE
77782024-10-22T00:30:28.814Z[ recovery-image] Oct 22 00:30:27.204 INFO O| Oct 22 00:30:27.204 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-22T00:30:28.825Z[ recovery-image] Oct 22 00:30:27.215 INFO O| Oct 22 00:30:27.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77802024-10-22T00:30:28.825Z[ recovery-image] Oct 22 00:30:27.215 INFO O| Oct 22 00:30:27.215 INFO STEP 1188 (remove_files) COMPLETE
77812024-10-22T00:30:28.825Z[ recovery-image] Oct 22 00:30:27.215 INFO O| Oct 22 00:30:27.215 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-10-22T00:30:28.837Z[ recovery-image] Oct 22 00:30:27.227 INFO O| Oct 22 00:30:27.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77832024-10-22T00:30:28.840Z[ recovery-image] Oct 22 00:30:27.227 INFO O| Oct 22 00:30:27.227 INFO STEP 1189 (remove_files) COMPLETE
77842024-10-22T00:30:28.840Z[ recovery-image] Oct 22 00:30:27.227 INFO O| Oct 22 00:30:27.227 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-10-22T00:30:28.849Z[ recovery-image] Oct 22 00:30:27.238 INFO O| Oct 22 00:30:27.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77862024-10-22T00:30:28.851Z[ recovery-image] Oct 22 00:30:27.238 INFO O| Oct 22 00:30:27.238 INFO STEP 1190 (remove_files) COMPLETE
77872024-10-22T00:30:28.851Z[ recovery-image] Oct 22 00:30:27.238 INFO O| Oct 22 00:30:27.238 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-10-22T00:30:28.860Z[ recovery-image] Oct 22 00:30:27.249 INFO O| Oct 22 00:30:27.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77892024-10-22T00:30:28.860Z[ recovery-image] Oct 22 00:30:27.249 INFO O| Oct 22 00:30:27.249 INFO STEP 1191 (remove_files) COMPLETE
77902024-10-22T00:30:28.860Z[ recovery-image] Oct 22 00:30:27.249 INFO O| Oct 22 00:30:27.249 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-10-22T00:30:28.872Z[ recovery-image] Oct 22 00:30:27.262 INFO O| Oct 22 00:30:27.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77922024-10-22T00:30:28.872Z[ recovery-image] Oct 22 00:30:27.262 INFO O| Oct 22 00:30:27.262 INFO STEP 1192 (remove_files) COMPLETE
77932024-10-22T00:30:28.874Z[ recovery-image] Oct 22 00:30:27.262 INFO O| Oct 22 00:30:27.262 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-10-22T00:30:28.883Z[ recovery-image] Oct 22 00:30:27.273 INFO O| Oct 22 00:30:27.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77952024-10-22T00:30:28.883Z[ recovery-image] Oct 22 00:30:27.273 INFO O| Oct 22 00:30:27.273 INFO STEP 1193 (remove_files) COMPLETE
77962024-10-22T00:30:28.886Z[ recovery-image] Oct 22 00:30:27.273 INFO O| Oct 22 00:30:27.273 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-10-22T00:30:28.897Z[ recovery-image] Oct 22 00:30:27.284 INFO O| Oct 22 00:30:27.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77982024-10-22T00:30:28.897Z[ recovery-image] Oct 22 00:30:27.284 INFO O| Oct 22 00:30:27.284 INFO STEP 1194 (remove_files) COMPLETE
77992024-10-22T00:30:28.897Z[ recovery-image] Oct 22 00:30:27.284 INFO O| Oct 22 00:30:27.284 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-10-22T00:30:28.907Z[ recovery-image] Oct 22 00:30:27.296 INFO O| Oct 22 00:30:27.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78012024-10-22T00:30:28.909Z[ recovery-image] Oct 22 00:30:27.296 INFO O| Oct 22 00:30:27.296 INFO STEP 1195 (remove_files) COMPLETE
78022024-10-22T00:30:28.909Z[ recovery-image] Oct 22 00:30:27.297 INFO O| Oct 22 00:30:27.296 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-10-22T00:30:28.917Z[ recovery-image] Oct 22 00:30:27.307 INFO O| Oct 22 00:30:27.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78042024-10-22T00:30:28.922Z[ recovery-image] Oct 22 00:30:27.307 INFO O| Oct 22 00:30:27.307 INFO STEP 1196 (remove_files) COMPLETE
78052024-10-22T00:30:28.922Z[ recovery-image] Oct 22 00:30:27.307 INFO O| Oct 22 00:30:27.307 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-10-22T00:30:28.927Z[ recovery-image] Oct 22 00:30:27.317 INFO O| Oct 22 00:30:27.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
78072024-10-22T00:30:28.927Z[ recovery-image] Oct 22 00:30:27.317 INFO O| Oct 22 00:30:27.317 INFO STEP 1197 (remove_files) COMPLETE
78082024-10-22T00:30:28.930Z[ recovery-image] Oct 22 00:30:27.317 INFO O| Oct 22 00:30:27.317 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-10-22T00:30:28.939Z[ recovery-image] Oct 22 00:30:27.329 INFO O| Oct 22 00:30:27.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78102024-10-22T00:30:28.942Z[ recovery-image] Oct 22 00:30:27.329 INFO O| Oct 22 00:30:27.329 INFO STEP 1198 (remove_files) COMPLETE
78112024-10-22T00:30:28.942Z[ recovery-image] Oct 22 00:30:27.329 INFO O| Oct 22 00:30:27.329 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-10-22T00:30:28.950Z[ recovery-image] Oct 22 00:30:27.340 INFO O| Oct 22 00:30:27.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78132024-10-22T00:30:28.952Z[ recovery-image] Oct 22 00:30:27.340 INFO O| Oct 22 00:30:27.340 INFO STEP 1199 (remove_files) COMPLETE
78142024-10-22T00:30:28.952Z[ recovery-image] Oct 22 00:30:27.340 INFO O| Oct 22 00:30:27.340 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-10-22T00:30:28.960Z[ recovery-image] Oct 22 00:30:27.350 INFO O| Oct 22 00:30:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78162024-10-22T00:30:28.963Z[ recovery-image] Oct 22 00:30:27.350 INFO O| Oct 22 00:30:27.350 INFO STEP 1200 (remove_files) COMPLETE
78172024-10-22T00:30:28.963Z[ recovery-image] Oct 22 00:30:27.350 INFO O| Oct 22 00:30:27.350 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-10-22T00:30:28.972Z[ recovery-image] Oct 22 00:30:27.362 INFO O| Oct 22 00:30:27.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78192024-10-22T00:30:28.972Z[ recovery-image] Oct 22 00:30:27.362 INFO O| Oct 22 00:30:27.362 INFO STEP 1201 (remove_files) COMPLETE
78202024-10-22T00:30:28.975Z[ recovery-image] Oct 22 00:30:27.362 INFO O| Oct 22 00:30:27.362 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-10-22T00:30:28.983Z[ recovery-image] Oct 22 00:30:27.372 INFO O| Oct 22 00:30:27.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78222024-10-22T00:30:28.985Z[ recovery-image] Oct 22 00:30:27.373 INFO O| Oct 22 00:30:27.372 INFO STEP 1202 (remove_files) COMPLETE
78232024-10-22T00:30:28.985Z[ recovery-image] Oct 22 00:30:27.373 INFO O| Oct 22 00:30:27.372 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-10-22T00:30:28.993Z[ recovery-image] Oct 22 00:30:27.383 INFO O| Oct 22 00:30:27.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78252024-10-22T00:30:28.993Z[ recovery-image] Oct 22 00:30:27.383 INFO O| Oct 22 00:30:27.383 INFO STEP 1203 (remove_files) COMPLETE
78262024-10-22T00:30:28.996Z[ recovery-image] Oct 22 00:30:27.383 INFO O| Oct 22 00:30:27.383 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-10-22T00:30:29.003Z[ recovery-image] Oct 22 00:30:27.393 INFO O| Oct 22 00:30:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78282024-10-22T00:30:29.006Z[ recovery-image] Oct 22 00:30:27.393 INFO O| Oct 22 00:30:27.393 INFO STEP 1204 (remove_files) COMPLETE
78292024-10-22T00:30:29.006Z[ recovery-image] Oct 22 00:30:27.393 INFO O| Oct 22 00:30:27.393 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-10-22T00:30:29.014Z[ recovery-image] Oct 22 00:30:27.404 INFO O| Oct 22 00:30:27.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78312024-10-22T00:30:29.014Z[ recovery-image] Oct 22 00:30:27.404 INFO O| Oct 22 00:30:27.404 INFO STEP 1205 (remove_files) COMPLETE
78322024-10-22T00:30:29.014Z[ recovery-image] Oct 22 00:30:27.404 INFO O| Oct 22 00:30:27.404 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78332024-10-22T00:30:29.030Z[ recovery-image] Oct 22 00:30:27.420 INFO O| Oct 22 00:30:27.419 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78342024-10-22T00:30:29.030Z[ recovery-image] Oct 22 00:30:27.420 INFO O| Oct 22 00:30:27.420 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78352024-10-22T00:30:29.094Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 44s
78362024-10-22T00:30:29.433ZOct 22 00:30:27.822 INFO [verify-libraries] process exited with exit status: 0 (349.20169395s)
78372024-10-22T00:30:29.877Z[ recovery-image] Oct 22 00:30:28.267 INFO O| Oct 22 00:30:28.267 INFO STEP 1206 (pack_tar) COMPLETE
78382024-10-22T00:30:29.877Z[ recovery-image] Oct 22 00:30:28.267 INFO O| Oct 22 00:30:28.267 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78392024-10-22T00:30:29.880Z[ recovery-image] Oct 22 00:30:28.267 INFO O| Oct 22 00:30:28.267 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78402024-10-22T00:30:30.724Z[ recovery-image] Oct 22 00:30:29.114 INFO O| Oct 22 00:30:29.114 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78412024-10-22T00:30:30.801Z[ recovery-image] Oct 22 00:30:29.190 INFO O| Oct 22 00:30:29.190 INFO completed processing gimlet/ramdisk-03-recovery-trim
78422024-10-22T00:30:30.807Z[ recovery-image] Oct 22 00:30:29.197 INFO image builder template: zfs-recovery...
78432024-10-22T00:30:30.807Z[ recovery-image] Oct 22 00:30:29.197 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/.tmpHpVcd4/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
78442024-10-22T00:30:30.839Z[ recovery-image] Oct 22 00:30:29.229 INFO O| Oct 22 00:30:29.228 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78452024-10-22T00:30:30.844Z[ recovery-image] Oct 22 00:30:29.233 INFO O| Oct 22 00:30:29.233 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78462024-10-22T00:30:30.923Z[ recovery-image] Oct 22 00:30:29.312 INFO O| Oct 22 00:30:29.312 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78472024-10-22T00:30:30.994Z[ recovery-image] Oct 22 00:30:29.382 INFO O| Oct 22 00:30:29.382 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78482024-10-22T00:30:30.994Z[ recovery-image] Oct 22 00:30:29.382 INFO O| Oct 22 00:30:29.382 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78492024-10-22T00:30:30.996Z[ recovery-image] Oct 22 00:30:29.386 INFO O| Oct 22 00:30:29.386 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78502024-10-22T00:30:31.075Z[ recovery-image] Oct 22 00:30:29.465 INFO O| Oct 22 00:30:29.465 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78512024-10-22T00:30:31.139Z[ recovery-image] Oct 22 00:30:29.529 INFO O| Oct 22 00:30:29.529 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78522024-10-22T00:30:31.149Z[ recovery-image] Oct 22 00:30:29.539 INFO O| Oct 22 00:30:29.539 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78532024-10-22T00:30:31.153Z[ recovery-image] Oct 22 00:30:29.543 INFO O| Oct 22 00:30:29.543 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78542024-10-22T00:30:31.156Z[ recovery-image] Oct 22 00:30:29.545 INFO O| Oct 22 00:30:29.545 INFO no lofi found
78552024-10-22T00:30:31.156Z[ recovery-image] Oct 22 00:30:29.545 INFO O| Oct 22 00:30:29.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78562024-10-22T00:30:31.156Z[ recovery-image] Oct 22 00:30:29.545 INFO O| Oct 22 00:30:29.545 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78572024-10-22T00:30:32.621Z[ recovery-image] Oct 22 00:30:31.010 INFO O| Oct 22 00:30:31.010 INFO lofi device = /dev/dsk/c2t1d0p0
78582024-10-22T00:30:32.621Z[ recovery-image] Oct 22 00:30:31.010 INFO O| Oct 22 00:30:31.010 INFO pool device = /dev/dsk/c2t1d0p0
78592024-10-22T00:30:32.625Z[ recovery-image] Oct 22 00:30:31.010 INFO O| Oct 22 00:30:31.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78602024-10-22T00:30:32.695Z[ recovery-image] Oct 22 00:30:31.084 INFO O| Oct 22 00:30:31.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78612024-10-22T00:30:32.695Z[ recovery-image] Oct 22 00:30:31.084 INFO O| Oct 22 00:30:31.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78622024-10-22T00:30:32.715Z[ recovery-image] Oct 22 00:30:31.104 INFO O| Oct 22 00:30:31.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78632024-10-22T00:30:32.774Z[ recovery-image] Oct 22 00:30:31.164 INFO O| Oct 22 00:30:31.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78642024-10-22T00:30:32.811Z[ recovery-image] Oct 22 00:30:31.201 INFO O| Oct 22 00:30:31.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78652024-10-22T00:30:32.824Z[ recovery-image] Oct 22 00:30:31.214 INFO O| Oct 22 00:30:31.214 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78662024-10-22T00:30:32.835Z[ recovery-image] Oct 22 00:30:31.224 INFO O| Oct 22 00:30:31.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78672024-10-22T00:30:32.880Z[ recovery-image] Oct 22 00:30:31.270 INFO O| Oct 22 00:30:31.270 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78682024-10-22T00:30:32.880Z[ recovery-image] Oct 22 00:30:31.270 INFO O| Oct 22 00:30:31.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78692024-10-22T00:30:32.883Z[ recovery-image] Oct 22 00:30:31.270 INFO O| Oct 22 00:30:31.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78702024-10-22T00:30:32.887Z[ recovery-image] Oct 22 00:30:31.277 INFO O| Oct 22 00:30:31.277 INFO boot environment UUID: 89b32915-5be6-487a-a539-de426a4afc81
78712024-10-22T00:30:32.890Z[ recovery-image] Oct 22 00:30:31.277 INFO O| Oct 22 00:30:31.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 89b32915-5be6-487a-a539-de426a4afc81
78722024-10-22T00:30:32.897Z[ recovery-image] Oct 22 00:30:31.287 INFO O| Oct 22 00:30:31.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78732024-10-22T00:30:32.908Z[ recovery-image] Oct 22 00:30:31.297 INFO O| Oct 22 00:30:31.297 INFO STEP 0 (create_be) COMPLETE
78742024-10-22T00:30:32.908Z[ recovery-image] Oct 22 00:30:31.297 INFO O| Oct 22 00:30:31.297 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78752024-10-22T00:30:32.922Z[ recovery-image] Oct 22 00:30:31.312 INFO O| Oct 22 00:30:31.312 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"]
78762024-10-22T00:30:34.973Z[ recovery-image] Oct 22 00:30:33.362 INFO O| Oct 22 00:30:33.362 INFO STEP 1 (unpack_tar) COMPLETE
78772024-10-22T00:30:34.973Z[ recovery-image] Oct 22 00:30:33.362 INFO O| Oct 22 00:30:33.362 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78782024-10-22T00:30:34.984Z[ recovery-image] Oct 22 00:30:33.373 INFO O| Oct 22 00:30:33.373 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78792024-10-22T00:30:35.467Z[ recovery-image] Oct 22 00:30:33.857 INFO O| Oct 22 00:30:33.856 INFO STEP 2 (devfsadm) COMPLETE
78802024-10-22T00:30:35.467Z[ recovery-image] Oct 22 00:30:33.857 INFO O| Oct 22 00:30:33.856 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78812024-10-22T00:30:35.479Z[ recovery-image] Oct 22 00:30:33.868 INFO O| Oct 22 00:30:33.868 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78822024-10-22T00:30:35.479Z[ recovery-image] Oct 22 00:30:33.868 INFO O| Oct 22 00:30:33.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78832024-10-22T00:30:35.479Z[ recovery-image] Oct 22 00:30:33.868 INFO O| Oct 22 00:30:33.868 INFO STEP 3 (ensure_dir) COMPLETE
78842024-10-22T00:30:35.481Z[ recovery-image] Oct 22 00:30:33.868 INFO O| Oct 22 00:30:33.868 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78852024-10-22T00:30:35.489Z[ recovery-image] Oct 22 00:30:33.878 INFO O| Oct 22 00:30:33.878 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78862024-10-22T00:30:35.489Z[ recovery-image] Oct 22 00:30:33.878 INFO O| Oct 22 00:30:33.878 INFO STEP 4 (ensure_dir) COMPLETE
78872024-10-22T00:30:35.491Z[ recovery-image] Oct 22 00:30:33.878 INFO O| Oct 22 00:30:33.878 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-22T00:30:35.499Z[ recovery-image] Oct 22 00:30:33.888 INFO O| Oct 22 00:30:33.888 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78892024-10-22T00:30:35.499Z[ recovery-image] Oct 22 00:30:33.889 INFO O| Oct 22 00:30:33.888 INFO STEP 5 (ensure_dir) COMPLETE
78902024-10-22T00:30:35.501Z[ recovery-image] Oct 22 00:30:33.889 INFO O| Oct 22 00:30:33.888 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-22T00:30:35.509Z[ recovery-image] Oct 22 00:30:33.898 INFO O| Oct 22 00:30:33.898 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78922024-10-22T00:30:35.513Z[ recovery-image] Oct 22 00:30:33.898 INFO O| Oct 22 00:30:33.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78932024-10-22T00:30:35.513Z[ recovery-image] Oct 22 00:30:33.898 INFO O| Oct 22 00:30:33.898 INFO STEP 6 (ensure_dir) COMPLETE
78942024-10-22T00:30:35.513Z[ recovery-image] Oct 22 00:30:33.899 INFO O| Oct 22 00:30:33.898 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78952024-10-22T00:30:35.519Z[ recovery-image] Oct 22 00:30:33.909 INFO O| Oct 22 00:30:33.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78962024-10-22T00:30:35.519Z[ recovery-image] Oct 22 00:30:33.909 INFO O| Oct 22 00:30:33.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78972024-10-22T00:30:35.519Z[ recovery-image] Oct 22 00:30:33.909 INFO O| Oct 22 00:30:33.909 INFO STEP 7 (ensure_dir) COMPLETE
78982024-10-22T00:30:35.521Z[ recovery-image] Oct 22 00:30:33.909 INFO O| Oct 22 00:30:33.909 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78992024-10-22T00:30:35.529Z[ recovery-image] Oct 22 00:30:33.918 INFO O| Oct 22 00:30:33.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79002024-10-22T00:30:35.531Z[ recovery-image] Oct 22 00:30:33.919 INFO O| Oct 22 00:30:33.919 INFO STEP 8 (remove_files) COMPLETE
79012024-10-22T00:30:35.531Z[ recovery-image] Oct 22 00:30:33.919 INFO O| Oct 22 00:30:33.919 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79022024-10-22T00:30:35.540Z[ recovery-image] Oct 22 00:30:33.930 INFO O| Oct 22 00:30:33.930 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79032024-10-22T00:30:35.543Z[ recovery-image] Oct 22 00:30:33.931 INFO O| Oct 22 00:30:33.931 INFO STEP 9 (remove_files) COMPLETE
79042024-10-22T00:30:35.543Z[ recovery-image] Oct 22 00:30:33.931 INFO O| Oct 22 00:30:33.931 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79052024-10-22T00:30:35.551Z[ recovery-image] Oct 22 00:30:33.941 INFO O| Oct 22 00:30:33.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79062024-10-22T00:30:35.553Z[ recovery-image] Oct 22 00:30:33.942 INFO O| Oct 22 00:30:33.942 INFO STEP 10 (remove_files) COMPLETE
79072024-10-22T00:30:35.553Z[ recovery-image] Oct 22 00:30:33.942 INFO O| Oct 22 00:30:33.942 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79082024-10-22T00:30:35.564Z[ recovery-image] Oct 22 00:30:33.954 INFO O| Oct 22 00:30:33.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79092024-10-22T00:30:35.564Z[ recovery-image] Oct 22 00:30:33.954 INFO O| Oct 22 00:30:33.954 INFO STEP 11 (remove_files) COMPLETE
79102024-10-22T00:30:35.564Z[ recovery-image] Oct 22 00:30:33.954 INFO O| Oct 22 00:30:33.954 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79112024-10-22T00:30:35.575Z[ recovery-image] Oct 22 00:30:33.965 INFO O| Oct 22 00:30:33.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79122024-10-22T00:30:35.575Z[ recovery-image] Oct 22 00:30:33.965 INFO O| Oct 22 00:30:33.965 INFO STEP 12 (remove_files) COMPLETE
79132024-10-22T00:30:35.577Z[ recovery-image] Oct 22 00:30:33.965 INFO O| Oct 22 00:30:33.965 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79142024-10-22T00:30:35.586Z[ recovery-image] Oct 22 00:30:33.976 INFO O| Oct 22 00:30:33.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79152024-10-22T00:30:35.586Z[ recovery-image] Oct 22 00:30:33.976 INFO O| Oct 22 00:30:33.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79162024-10-22T00:30:35.589Z[ recovery-image] Oct 22 00:30:33.976 INFO O| Oct 22 00:30:33.976 INFO STEP 13 (ensure_dir) COMPLETE
79172024-10-22T00:30:35.589Z[ recovery-image] Oct 22 00:30:33.976 INFO O| Oct 22 00:30:33.976 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79182024-10-22T00:30:35.597Z[ recovery-image] Oct 22 00:30:33.986 INFO O| Oct 22 00:30:33.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79192024-10-22T00:30:35.599Z[ recovery-image] Oct 22 00:30:33.987 INFO O| Oct 22 00:30:33.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79202024-10-22T00:30:35.599Z[ recovery-image] Oct 22 00:30:33.987 INFO O| Oct 22 00:30:33.987 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79212024-10-22T00:30:35.599Z[ recovery-image] Oct 22 00:30:33.987 INFO O| Oct 22 00:30:33.987 INFO STEP 14 (ensure_dir) COMPLETE
79222024-10-22T00:30:35.599Z[ recovery-image] Oct 22 00:30:33.987 INFO O| Oct 22 00:30:33.987 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79232024-10-22T00:30:35.609Z[ recovery-image] Oct 22 00:30:33.999 INFO O| Oct 22 00:30:33.999 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79242024-10-22T00:30:35.609Z[ recovery-image] Oct 22 00:30:33.999 INFO O| Oct 22 00:30:33.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79252024-10-22T00:30:35.612Z[ recovery-image] Oct 22 00:30:33.999 INFO O| Oct 22 00:30:33.999 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79262024-10-22T00:30:35.612Z[ recovery-image] Oct 22 00:30:33.999 INFO O| Oct 22 00:30:33.999 INFO STEP 15 (ensure_dir) COMPLETE
79272024-10-22T00:30:35.612Z[ recovery-image] Oct 22 00:30:33.999 INFO O| Oct 22 00:30:33.999 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79282024-10-22T00:30:35.620Z[ recovery-image] Oct 22 00:30:34.010 INFO O| Oct 22 00:30:34.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79292024-10-22T00:30:35.620Z[ recovery-image] Oct 22 00:30:34.010 INFO O| Oct 22 00:30:34.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79302024-10-22T00:30:35.622Z[ recovery-image] Oct 22 00:30:34.010 INFO O| Oct 22 00:30:34.010 INFO STEP 16 (ensure_dir) COMPLETE
79312024-10-22T00:30:35.622Z[ recovery-image] Oct 22 00:30:34.010 INFO O| Oct 22 00:30:34.010 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79322024-10-22T00:30:35.630Z[ recovery-image] Oct 22 00:30:34.020 INFO O| Oct 22 00:30:34.020 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79332024-10-22T00:30:35.630Z[ recovery-image] Oct 22 00:30:34.020 INFO O| Oct 22 00:30:34.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79342024-10-22T00:30:35.633Z[ recovery-image] Oct 22 00:30:34.020 INFO O| Oct 22 00:30:34.020 INFO STEP 17 (ensure_dir) COMPLETE
79352024-10-22T00:30:35.633Z[ recovery-image] Oct 22 00:30:34.020 INFO O| Oct 22 00:30:34.020 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79362024-10-22T00:30:35.640Z[ recovery-image] Oct 22 00:30:34.030 INFO O| Oct 22 00:30:34.030 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79372024-10-22T00:30:35.641Z[ recovery-image] Oct 22 00:30:34.030 INFO O| Oct 22 00:30:34.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79382024-10-22T00:30:35.641Z[ recovery-image] Oct 22 00:30:34.030 INFO O| Oct 22 00:30:34.030 INFO ok!
79392024-10-22T00:30:35.641Z[ recovery-image] Oct 22 00:30:34.030 INFO O| Oct 22 00:30:34.030 INFO STEP 18 (ensure_symlink) COMPLETE
79402024-10-22T00:30:35.643Z[ recovery-image] Oct 22 00:30:34.030 INFO O| Oct 22 00:30:34.030 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79412024-10-22T00:30:35.653Z[ recovery-image] Oct 22 00:30:34.042 INFO O| Oct 22 00:30:34.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79422024-10-22T00:30:35.655Z[ recovery-image] Oct 22 00:30:34.042 INFO O| Oct 22 00:30:34.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79432024-10-22T00:30:35.655Z[ recovery-image] Oct 22 00:30:34.042 INFO O| Oct 22 00:30:34.042 INFO ok!
79442024-10-22T00:30:35.655Z[ recovery-image] Oct 22 00:30:34.042 INFO O| Oct 22 00:30:34.042 INFO STEP 19 (ensure_file) COMPLETE
79452024-10-22T00:30:35.655Z[ recovery-image] Oct 22 00:30:34.042 INFO O| Oct 22 00:30:34.042 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79462024-10-22T00:30:35.663Z[ recovery-image] Oct 22 00:30:34.052 INFO O| Oct 22 00:30:34.052 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79472024-10-22T00:30:35.663Z[ recovery-image] Oct 22 00:30:34.052 INFO O| Oct 22 00:30:34.052 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79482024-10-22T00:30:35.665Z[ recovery-image] Oct 22 00:30:34.053 INFO O| Oct 22 00:30:34.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79492024-10-22T00:30:35.665Z[ recovery-image] Oct 22 00:30:34.053 INFO O| Oct 22 00:30:34.053 INFO ok!
79502024-10-22T00:30:35.665Z[ recovery-image] Oct 22 00:30:34.053 INFO O| Oct 22 00:30:34.053 INFO STEP 20 (ensure_symlink) COMPLETE
79512024-10-22T00:30:35.665Z[ recovery-image] Oct 22 00:30:34.053 INFO O| Oct 22 00:30:34.053 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79522024-10-22T00:30:35.673Z[ recovery-image] Oct 22 00:30:34.062 INFO O| Oct 22 00:30:34.062 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79532024-10-22T00:30:35.673Z[ recovery-image] Oct 22 00:30:34.062 INFO O| Oct 22 00:30:34.062 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79542024-10-22T00:30:35.675Z[ recovery-image] Oct 22 00:30:34.063 INFO O| Oct 22 00:30:34.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79552024-10-22T00:30:35.675Z[ recovery-image] Oct 22 00:30:34.063 INFO O| Oct 22 00:30:34.063 INFO ok!
79562024-10-22T00:30:35.675Z[ recovery-image] Oct 22 00:30:34.063 INFO O| Oct 22 00:30:34.063 INFO STEP 21 (ensure_symlink) COMPLETE
79572024-10-22T00:30:35.676Z[ recovery-image] Oct 22 00:30:34.063 INFO O| Oct 22 00:30:34.063 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79582024-10-22T00:30:35.683Z[ recovery-image] Oct 22 00:30:34.072 INFO O| Oct 22 00:30:34.072 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79592024-10-22T00:30:35.683Z[ recovery-image] Oct 22 00:30:34.072 INFO O| Oct 22 00:30:34.072 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79602024-10-22T00:30:35.683Z[ recovery-image] Oct 22 00:30:34.072 INFO O| Oct 22 00:30:34.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79612024-10-22T00:30:35.685Z[ recovery-image] Oct 22 00:30:34.072 INFO O| Oct 22 00:30:34.072 INFO ok!
79622024-10-22T00:30:35.685Z[ recovery-image] Oct 22 00:30:34.072 INFO O| Oct 22 00:30:34.072 INFO STEP 22 (ensure_symlink) COMPLETE
79632024-10-22T00:30:35.685Z[ recovery-image] Oct 22 00:30:34.072 INFO O| Oct 22 00:30:34.072 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79642024-10-22T00:30:35.693Z[ recovery-image] Oct 22 00:30:34.083 INFO O| Oct 22 00:30:34.083 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79652024-10-22T00:30:35.693Z[ recovery-image] Oct 22 00:30:34.083 INFO O| Oct 22 00:30:34.083 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79662024-10-22T00:30:35.696Z[ recovery-image] Oct 22 00:30:34.083 INFO O| Oct 22 00:30:34.083 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79672024-10-22T00:30:35.696Z[ recovery-image] Oct 22 00:30:34.083 INFO O| Oct 22 00:30:34.083 INFO ok!
79682024-10-22T00:30:35.696Z[ recovery-image] Oct 22 00:30:34.083 INFO O| Oct 22 00:30:34.083 INFO STEP 23 (ensure_symlink) COMPLETE
79692024-10-22T00:30:35.696Z[ recovery-image] Oct 22 00:30:34.083 INFO O| Oct 22 00:30:34.083 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79702024-10-22T00:30:35.703Z[ recovery-image] Oct 22 00:30:34.093 INFO O| Oct 22 00:30:34.093 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79712024-10-22T00:30:35.707Z[ recovery-image] Oct 22 00:30:34.093 INFO O| Oct 22 00:30:34.093 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 ...
79722024-10-22T00:30:35.707Z[ recovery-image] Oct 22 00:30:34.093 INFO O| Oct 22 00:30:34.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79732024-10-22T00:30:35.707Z[ recovery-image] Oct 22 00:30:34.093 INFO O| Oct 22 00:30:34.093 INFO ok!
79742024-10-22T00:30:35.707Z[ recovery-image] Oct 22 00:30:34.093 INFO O| Oct 22 00:30:34.093 INFO STEP 24 (ensure_file) COMPLETE
79752024-10-22T00:30:35.707Z[ recovery-image] Oct 22 00:30:34.093 INFO O| Oct 22 00:30:34.093 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79762024-10-22T00:30:35.714Z[ recovery-image] Oct 22 00:30:34.103 INFO O| Oct 22 00:30:34.103 INFO updating shadow file
79772024-10-22T00:30:35.716Z[ recovery-image] Oct 22 00:30:34.104 INFO O| Oct 22 00:30:34.104 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79782024-10-22T00:30:35.716Z[ recovery-image] Oct 22 00:30:34.104 INFO O| Oct 22 00:30:34.104 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79792024-10-22T00:30:35.716Z[ recovery-image] Oct 22 00:30:34.104 INFO O| Oct 22 00:30:34.104 INFO STEP 25 (shadow) COMPLETE
79802024-10-22T00:30:35.716Z[ recovery-image] Oct 22 00:30:34.104 INFO O| Oct 22 00:30:34.104 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79812024-10-22T00:30:35.725Z[ recovery-image] Oct 22 00:30:34.114 INFO O| Oct 22 00:30:34.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79822024-10-22T00:30:35.725Z[ recovery-image] Oct 22 00:30:34.114 INFO O| Oct 22 00:30:34.114 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79832024-10-22T00:30:35.728Z[ recovery-image] Oct 22 00:30:34.115 INFO O| Oct 22 00:30:34.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79842024-10-22T00:30:35.728Z[ recovery-image] Oct 22 00:30:34.115 INFO O| Oct 22 00:30:34.115 INFO ok!
79852024-10-22T00:30:35.728Z[ recovery-image] Oct 22 00:30:34.115 INFO O| Oct 22 00:30:34.115 INFO STEP 26 (ensure_file) COMPLETE
79862024-10-22T00:30:35.728Z[ recovery-image] Oct 22 00:30:34.115 INFO O| Oct 22 00:30:34.115 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79872024-10-22T00:30:35.735Z[ recovery-image] Oct 22 00:30:34.125 INFO O| Oct 22 00:30:34.125 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79882024-10-22T00:30:35.735Z[ recovery-image] Oct 22 00:30:34.125 INFO O| Oct 22 00:30:34.125 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79892024-10-22T00:30:35.738Z[ recovery-image] Oct 22 00:30:34.125 INFO O| Oct 22 00:30:34.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79902024-10-22T00:30:35.738Z[ recovery-image] Oct 22 00:30:34.125 INFO O| Oct 22 00:30:34.125 INFO ok!
79912024-10-22T00:30:35.738Z[ recovery-image] Oct 22 00:30:34.125 INFO O| Oct 22 00:30:34.125 INFO STEP 27 (ensure_file) COMPLETE
79922024-10-22T00:30:35.738Z[ recovery-image] Oct 22 00:30:34.125 INFO O| Oct 22 00:30:34.125 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79932024-10-22T00:30:35.746Z[ recovery-image] Oct 22 00:30:34.136 INFO O| Oct 22 00:30:34.136 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79942024-10-22T00:30:35.746Z[ recovery-image] Oct 22 00:30:34.136 INFO O| Oct 22 00:30:34.136 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79952024-10-22T00:30:35.749Z[ recovery-image] Oct 22 00:30:34.136 INFO O| Oct 22 00:30:34.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79962024-10-22T00:30:35.749Z[ recovery-image] Oct 22 00:30:34.136 INFO O| Oct 22 00:30:34.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79972024-10-22T00:30:35.749Z[ recovery-image] Oct 22 00:30:34.136 INFO O| Oct 22 00:30:34.136 INFO ok!
79982024-10-22T00:30:35.749Z[ recovery-image] Oct 22 00:30:34.136 INFO O| Oct 22 00:30:34.136 INFO STEP 28 (ensure_file) COMPLETE
79992024-10-22T00:30:35.749Z[ recovery-image] Oct 22 00:30:34.136 INFO O| Oct 22 00:30:34.136 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80002024-10-22T00:30:35.757Z[ recovery-image] Oct 22 00:30:34.147 INFO O| Oct 22 00:30:34.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80012024-10-22T00:30:35.760Z[ recovery-image] Oct 22 00:30:34.147 INFO O| Oct 22 00:30:34.147 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80022024-10-22T00:30:35.760Z[ recovery-image] Oct 22 00:30:34.147 INFO O| Oct 22 00:30:34.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80032024-10-22T00:30:35.760Z[ recovery-image] Oct 22 00:30:34.147 INFO O| Oct 22 00:30:34.147 INFO ok!
80042024-10-22T00:30:35.760Z[ recovery-image] Oct 22 00:30:34.147 INFO O| Oct 22 00:30:34.147 INFO STEP 29 (ensure_file) COMPLETE
80052024-10-22T00:30:35.760Z[ recovery-image] Oct 22 00:30:34.147 INFO O| Oct 22 00:30:34.147 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80062024-10-22T00:30:35.767Z[ recovery-image] Oct 22 00:30:34.157 INFO O| Oct 22 00:30:34.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80072024-10-22T00:30:35.767Z[ recovery-image] Oct 22 00:30:34.157 INFO O| Oct 22 00:30:34.157 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80082024-10-22T00:30:35.770Z[ recovery-image] Oct 22 00:30:34.157 INFO O| Oct 22 00:30:34.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80092024-10-22T00:30:35.770Z[ recovery-image] Oct 22 00:30:34.157 INFO O| Oct 22 00:30:34.157 INFO ok!
80102024-10-22T00:30:35.770Z[ recovery-image] Oct 22 00:30:34.157 INFO O| Oct 22 00:30:34.157 INFO STEP 30 (ensure_file) COMPLETE
80112024-10-22T00:30:35.770Z[ recovery-image] Oct 22 00:30:34.157 INFO O| Oct 22 00:30:34.157 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80122024-10-22T00:30:35.778Z[ recovery-image] Oct 22 00:30:34.167 INFO O| Oct 22 00:30:34.167 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80132024-10-22T00:30:35.778Z[ recovery-image] Oct 22 00:30:34.168 INFO O| Oct 22 00:30:34.167 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80142024-10-22T00:30:35.780Z[ recovery-image] Oct 22 00:30:34.168 INFO O| Oct 22 00:30:34.168 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80152024-10-22T00:30:35.780Z[ recovery-image] Oct 22 00:30:34.168 INFO O| Oct 22 00:30:34.168 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80162024-10-22T00:30:35.780Z[ recovery-image] Oct 22 00:30:34.168 INFO O| Oct 22 00:30:34.168 INFO ok!
80172024-10-22T00:30:35.780Z[ recovery-image] Oct 22 00:30:34.168 INFO O| Oct 22 00:30:34.168 INFO STEP 31 (ensure_file) COMPLETE
80182024-10-22T00:30:35.781Z[ recovery-image] Oct 22 00:30:34.168 INFO O| Oct 22 00:30:34.168 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80192024-10-22T00:30:35.788Z[ recovery-image] Oct 22 00:30:34.178 INFO O| Oct 22 00:30:34.178 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80202024-10-22T00:30:35.791Z[ recovery-image] Oct 22 00:30:34.178 INFO O| Oct 22 00:30:34.178 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80212024-10-22T00:30:35.791Z[ recovery-image] Oct 22 00:30:34.178 INFO O| Oct 22 00:30:34.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80222024-10-22T00:30:35.791Z[ recovery-image] Oct 22 00:30:34.178 INFO O| Oct 22 00:30:34.178 INFO ok!
80232024-10-22T00:30:35.791Z[ recovery-image] Oct 22 00:30:34.178 INFO O| Oct 22 00:30:34.178 INFO STEP 32 (ensure_file) COMPLETE
80242024-10-22T00:30:35.791Z[ recovery-image] Oct 22 00:30:34.178 INFO O| Oct 22 00:30:34.178 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80252024-10-22T00:30:35.798Z[ recovery-image] Oct 22 00:30:34.188 INFO O| Oct 22 00:30:34.188 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80262024-10-22T00:30:35.801Z[ recovery-image] Oct 22 00:30:34.188 INFO O| Oct 22 00:30:34.188 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80272024-10-22T00:30:35.801Z[ recovery-image] Oct 22 00:30:34.188 INFO O| Oct 22 00:30:34.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80282024-10-22T00:30:35.801Z[ recovery-image] Oct 22 00:30:34.188 INFO O| Oct 22 00:30:34.188 INFO ok!
80292024-10-22T00:30:35.801Z[ recovery-image] Oct 22 00:30:34.188 INFO O| Oct 22 00:30:34.188 INFO STEP 33 (ensure_file) COMPLETE
80302024-10-22T00:30:35.801Z[ recovery-image] Oct 22 00:30:34.188 INFO O| Oct 22 00:30:34.188 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80312024-10-22T00:30:35.809Z[ recovery-image] Oct 22 00:30:34.198 INFO O| Oct 22 00:30:34.198 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80322024-10-22T00:30:35.809Z[ recovery-image] Oct 22 00:30:34.198 INFO O| Oct 22 00:30:34.198 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80332024-10-22T00:30:35.811Z[ recovery-image] Oct 22 00:30:34.199 INFO O| Oct 22 00:30:34.199 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80342024-10-22T00:30:35.811Z[ recovery-image] Oct 22 00:30:34.199 INFO O| Oct 22 00:30:34.199 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80352024-10-22T00:30:35.811Z[ recovery-image] Oct 22 00:30:34.199 INFO O| Oct 22 00:30:34.199 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80362024-10-22T00:30:35.811Z[ recovery-image] Oct 22 00:30:34.199 INFO O| Oct 22 00:30:34.199 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80372024-10-22T00:30:35.811Z[ recovery-image] Oct 22 00:30:34.199 INFO O| Oct 22 00:30:34.199 INFO ok!
80382024-10-22T00:30:35.811Z[ recovery-image] Oct 22 00:30:34.199 INFO O| Oct 22 00:30:34.199 INFO STEP 34 (ensure_file) COMPLETE
80392024-10-22T00:30:35.812Z[ recovery-image] Oct 22 00:30:34.199 INFO O| Oct 22 00:30:34.199 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80402024-10-22T00:30:35.819Z[ recovery-image] Oct 22 00:30:34.208 INFO O| Oct 22 00:30:34.208 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80412024-10-22T00:30:35.821Z[ recovery-image] Oct 22 00:30:34.209 INFO O| Oct 22 00:30:34.209 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80422024-10-22T00:30:35.821Z[ recovery-image] Oct 22 00:30:34.209 INFO O| Oct 22 00:30:34.209 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80432024-10-22T00:30:35.821Z[ recovery-image] Oct 22 00:30:34.209 INFO O| Oct 22 00:30:34.209 INFO STEP 35 (ensure_dir) COMPLETE
80442024-10-22T00:30:35.821Z[ recovery-image] Oct 22 00:30:34.209 INFO O| Oct 22 00:30:34.209 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80452024-10-22T00:30:35.829Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 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
80462024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 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 ...
80472024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 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
80482024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 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
80492024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 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
80502024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 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
80512024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 INFO ok!
80522024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 INFO STEP 36 (ensure_file) COMPLETE
80532024-10-22T00:30:35.833Z[ recovery-image] Oct 22 00:30:34.219 INFO O| Oct 22 00:30:34.219 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80542024-10-22T00:30:35.839Z[ recovery-image] Oct 22 00:30:34.229 INFO O| Oct 22 00:30:34.229 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80552024-10-22T00:30:35.839Z[ recovery-image] Oct 22 00:30:34.229 INFO O| Oct 22 00:30:34.229 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 ...
80562024-10-22T00:30:35.839Z[ recovery-image] Oct 22 00:30:34.229 INFO O| Oct 22 00:30:34.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80572024-10-22T00:30:35.842Z[ recovery-image] Oct 22 00:30:34.229 INFO O| Oct 22 00:30:34.229 INFO ok!
80582024-10-22T00:30:35.842Z[ recovery-image] Oct 22 00:30:34.229 INFO O| Oct 22 00:30:34.229 INFO STEP 37 (ensure_symlink) COMPLETE
80592024-10-22T00:30:35.842Z[ recovery-image] Oct 22 00:30:34.229 INFO O| Oct 22 00:30:34.229 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80602024-10-22T00:30:35.850Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80612024-10-22T00:30:35.850Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80622024-10-22T00:30:35.850Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80632024-10-22T00:30:35.852Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80642024-10-22T00:30:35.853Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80652024-10-22T00:30:35.853Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80662024-10-22T00:30:35.853Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO ok!
80672024-10-22T00:30:35.853Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO STEP 38 (ensure_file) COMPLETE
80682024-10-22T00:30:35.853Z[ recovery-image] Oct 22 00:30:34.240 INFO O| Oct 22 00:30:34.240 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80692024-10-22T00:30:35.860Z[ recovery-image] Oct 22 00:30:34.250 INFO O| Oct 22 00:30:34.250 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80702024-10-22T00:30:35.860Z[ recovery-image] Oct 22 00:30:34.250 INFO O| Oct 22 00:30:34.250 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 ...
80712024-10-22T00:30:35.862Z[ recovery-image] Oct 22 00:30:34.250 INFO O| Oct 22 00:30:34.250 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
80722024-10-22T00:30:35.862Z[ recovery-image] Oct 22 00:30:34.250 INFO O| Oct 22 00:30:34.250 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80732024-10-22T00:30:35.862Z[ recovery-image] Oct 22 00:30:34.250 INFO O| Oct 22 00:30:34.250 INFO ok!
80742024-10-22T00:30:35.862Z[ recovery-image] Oct 22 00:30:34.250 INFO O| Oct 22 00:30:34.250 INFO STEP 39 (ensure_file) COMPLETE
80752024-10-22T00:30:35.862Z[ recovery-image] Oct 22 00:30:34.250 INFO O| Oct 22 00:30:34.250 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80762024-10-22T00:30:35.871Z[ recovery-image] Oct 22 00:30:34.261 INFO O| Oct 22 00:30:34.261 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80772024-10-22T00:30:35.871Z[ recovery-image] Oct 22 00:30:34.261 INFO O| Oct 22 00:30:34.261 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80782024-10-22T00:30:35.874Z[ recovery-image] Oct 22 00:30:34.261 INFO O| Oct 22 00:30:34.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80792024-10-22T00:30:35.874Z[ recovery-image] Oct 22 00:30:34.261 INFO O| Oct 22 00:30:34.261 INFO ok!
80802024-10-22T00:30:35.874Z[ recovery-image] Oct 22 00:30:34.261 INFO O| Oct 22 00:30:34.261 INFO STEP 40 (ensure_file) COMPLETE
80812024-10-22T00:30:35.874Z[ recovery-image] Oct 22 00:30:34.261 INFO O| Oct 22 00:30:34.261 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80822024-10-22T00:30:35.881Z[ recovery-image] Oct 22 00:30:34.271 INFO O| Oct 22 00:30:34.271 INFO updating shadow file
80832024-10-22T00:30:35.883Z[ recovery-image] Oct 22 00:30:34.271 INFO O| Oct 22 00:30:34.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80842024-10-22T00:30:35.883Z[ recovery-image] Oct 22 00:30:34.271 INFO O| Oct 22 00:30:34.271 INFO STEP 41 (shadow) COMPLETE
80852024-10-22T00:30:35.883Z[ recovery-image] Oct 22 00:30:34.271 INFO O| Oct 22 00:30:34.271 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80862024-10-22T00:30:35.892Z[ recovery-image] Oct 22 00:30:34.282 INFO O| Oct 22 00:30:34.281 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80872024-10-22T00:30:35.892Z[ recovery-image] Oct 22 00:30:34.282 INFO O| Oct 22 00:30:34.282 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80882024-10-22T00:30:35.894Z[ recovery-image] Oct 22 00:30:34.282 INFO O| Oct 22 00:30:34.282 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80892024-10-22T00:30:35.894Z[ recovery-image] Oct 22 00:30:34.282 INFO O| Oct 22 00:30:34.282 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80902024-10-22T00:30:35.894Z[ recovery-image] Oct 22 00:30:34.282 INFO O| Oct 22 00:30:34.282 INFO ok!
80912024-10-22T00:30:35.894Z[ recovery-image] Oct 22 00:30:34.282 INFO O| Oct 22 00:30:34.282 INFO STEP 42 (ensure_file) COMPLETE
80922024-10-22T00:30:35.894Z[ recovery-image] Oct 22 00:30:34.282 INFO O| Oct 22 00:30:34.282 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-10-22T00:30:35.902Z[ recovery-image] Oct 22 00:30:34.292 INFO O| Oct 22 00:30:34.291 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80942024-10-22T00:30:35.902Z[ recovery-image] Oct 22 00:30:34.292 INFO O| Oct 22 00:30:34.292 INFO STEP 43 (ensure_dir) COMPLETE
80952024-10-22T00:30:35.905Z[ recovery-image] Oct 22 00:30:34.292 INFO O| Oct 22 00:30:34.292 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80962024-10-22T00:30:35.912Z[ recovery-image] Oct 22 00:30:34.301 INFO O| Oct 22 00:30:34.301 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80972024-10-22T00:30:35.912Z[ recovery-image] Oct 22 00:30:34.302 INFO O| Oct 22 00:30:34.302 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80982024-10-22T00:30:35.912Z[ recovery-image] Oct 22 00:30:34.302 INFO O| Oct 22 00:30:34.302 INFO STEP 44 (ensure_dir) COMPLETE
80992024-10-22T00:30:35.914Z[ recovery-image] Oct 22 00:30:34.302 INFO O| Oct 22 00:30:34.302 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81002024-10-22T00:30:35.922Z[ recovery-image] Oct 22 00:30:34.312 INFO O| Oct 22 00:30:34.312 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81012024-10-22T00:30:35.925Z[ recovery-image] Oct 22 00:30:34.312 INFO O| Oct 22 00:30:34.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81022024-10-22T00:30:35.925Z[ recovery-image] Oct 22 00:30:34.312 INFO O| Oct 22 00:30:34.312 INFO STEP 45 (ensure_dir) COMPLETE
81032024-10-22T00:30:35.925Z[ recovery-image] Oct 22 00:30:34.312 INFO O| Oct 22 00:30:34.312 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81042024-10-22T00:30:35.932Z[ recovery-image] Oct 22 00:30:34.322 INFO O| Oct 22 00:30:34.322 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81052024-10-22T00:30:35.934Z[ recovery-image] Oct 22 00:30:34.322 INFO O| Oct 22 00:30:34.322 INFO copying /tmp/.tmpHpVcd4/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81062024-10-22T00:30:35.973Z[ recovery-image] Oct 22 00:30:34.363 INFO O| Oct 22 00:30:34.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81072024-10-22T00:30:35.973Z[ recovery-image] Oct 22 00:30:34.363 INFO O| Oct 22 00:30:34.363 INFO ok!
81082024-10-22T00:30:35.973Z[ recovery-image] Oct 22 00:30:34.363 INFO O| Oct 22 00:30:34.363 INFO STEP 46 (ensure_file) COMPLETE
81092024-10-22T00:30:35.973Z[ recovery-image] Oct 22 00:30:34.363 INFO O| Oct 22 00:30:34.363 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81102024-10-22T00:30:35.985Z[ recovery-image] Oct 22 00:30:34.374 INFO O| Oct 22 00:30:34.374 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81112024-10-22T00:30:35.988Z[ recovery-image] Oct 22 00:30:34.374 INFO O| Oct 22 00:30:34.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81122024-10-22T00:30:35.988Z[ recovery-image] Oct 22 00:30:34.374 INFO O| Oct 22 00:30:34.374 INFO STEP 47 (ensure_dir) COMPLETE
81132024-10-22T00:30:35.988Z[ recovery-image] Oct 22 00:30:34.374 INFO O| Oct 22 00:30:34.374 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81142024-10-22T00:30:35.994Z[ recovery-image] Oct 22 00:30:34.384 INFO O| Oct 22 00:30:34.384 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81152024-10-22T00:30:35.994Z[ recovery-image] Oct 22 00:30:34.384 INFO O| Oct 22 00:30:34.384 INFO copying /tmp/.tmpHpVcd4/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81162024-10-22T00:30:35.997Z[ recovery-image] Oct 22 00:30:34.384 INFO O| Oct 22 00:30:34.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81172024-10-22T00:30:35.997Z[ recovery-image] Oct 22 00:30:34.384 INFO O| Oct 22 00:30:34.384 INFO ok!
81182024-10-22T00:30:35.997Z[ recovery-image] Oct 22 00:30:34.384 INFO O| Oct 22 00:30:34.384 INFO STEP 48 (ensure_file) COMPLETE
81192024-10-22T00:30:35.997Z[ recovery-image] Oct 22 00:30:34.384 INFO O| Oct 22 00:30:34.384 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81202024-10-22T00:30:36.004Z[ recovery-image] Oct 22 00:30:34.394 INFO O| Oct 22 00:30:34.394 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81212024-10-22T00:30:36.007Z[ recovery-image] Oct 22 00:30:34.394 INFO O| Oct 22 00:30:34.394 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81222024-10-22T00:30:36.007Z[ recovery-image] Oct 22 00:30:34.394 INFO O| Oct 22 00:30:34.394 INFO STEP 49 (ensure_dir) COMPLETE
81232024-10-22T00:30:36.007Z[ recovery-image] Oct 22 00:30:34.394 INFO O| Oct 22 00:30:34.394 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81242024-10-22T00:30:36.014Z[ recovery-image] Oct 22 00:30:34.404 INFO O| Oct 22 00:30:34.404 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81252024-10-22T00:30:36.015Z[ recovery-image] Oct 22 00:30:34.404 INFO O| Oct 22 00:30:34.404 INFO copying /tmp/.tmpHpVcd4/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81262024-10-22T00:30:36.036Z[ recovery-image] Oct 22 00:30:34.425 INFO O| Oct 22 00:30:34.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81272024-10-22T00:30:36.036Z[ recovery-image] Oct 22 00:30:34.425 INFO O| Oct 22 00:30:34.425 INFO ok!
81282024-10-22T00:30:36.038Z[ recovery-image] Oct 22 00:30:34.425 INFO O| Oct 22 00:30:34.425 INFO STEP 50 (ensure_file) COMPLETE
81292024-10-22T00:30:36.038Z[ recovery-image] Oct 22 00:30:34.425 INFO O| Oct 22 00:30:34.425 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81302024-10-22T00:30:36.047Z[ recovery-image] Oct 22 00:30:34.436 INFO O| Oct 22 00:30:34.436 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81312024-10-22T00:30:36.051Z[ recovery-image] Oct 22 00:30:34.437 INFO O| Oct 22 00:30:34.436 INFO copying /tmp/.tmpHpVcd4/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81322024-10-22T00:30:36.561Z[ recovery-image] Oct 22 00:30:34.950 INFO O| Oct 22 00:30:34.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81332024-10-22T00:30:36.563Z[ recovery-image] Oct 22 00:30:34.950 INFO O| Oct 22 00:30:34.949 INFO ok!
81342024-10-22T00:30:36.563Z[ recovery-image] Oct 22 00:30:34.950 INFO O| Oct 22 00:30:34.949 INFO STEP 51 (ensure_file) COMPLETE
81352024-10-22T00:30:36.563Z[ recovery-image] Oct 22 00:30:34.950 INFO O| Oct 22 00:30:34.949 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81362024-10-22T00:30:36.579Z[ recovery-image] Oct 22 00:30:34.968 INFO O| Oct 22 00:30:34.967 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81372024-10-22T00:30:36.581Z[ recovery-image] Oct 22 00:30:34.968 INFO O| Oct 22 00:30:34.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81382024-10-22T00:30:36.581Z[ recovery-image] Oct 22 00:30:34.968 INFO O| Oct 22 00:30:34.967 INFO STEP 52 (ensure_dir) COMPLETE
81392024-10-22T00:30:36.581Z[ recovery-image] Oct 22 00:30:34.968 INFO O| Oct 22 00:30:34.967 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81402024-10-22T00:30:36.598Z[ recovery-image] Oct 22 00:30:34.986 INFO O| Oct 22 00:30:34.984 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81412024-10-22T00:30:36.598Z[ recovery-image] Oct 22 00:30:34.986 INFO O| Oct 22 00:30:34.985 INFO copying /tmp/.tmpHpVcd4/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 ...
81422024-10-22T00:30:36.598Z[ recovery-image] Oct 22 00:30:34.986 INFO O| Oct 22 00:30:34.985 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
81432024-10-22T00:30:36.600Z[ recovery-image] Oct 22 00:30:34.986 INFO O| Oct 22 00:30:34.985 INFO ok!
81442024-10-22T00:30:36.603Z[ recovery-image] Oct 22 00:30:34.986 INFO O| Oct 22 00:30:34.985 INFO STEP 53 (ensure_file) COMPLETE
81452024-10-22T00:30:36.608Z[ recovery-image] Oct 22 00:30:34.986 INFO O| Oct 22 00:30:34.985 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81462024-10-22T00:30:36.619Z[ recovery-image] Oct 22 00:30:35.006 INFO O| Oct 22 00:30:35.006 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81472024-10-22T00:30:36.619Z[ recovery-image] Oct 22 00:30:35.007 INFO O| Oct 22 00:30:35.006 INFO copying /tmp/.tmpHpVcd4/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 ...
81482024-10-22T00:30:36.619Z[ recovery-image] Oct 22 00:30:35.007 INFO O| Oct 22 00:30:35.006 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
81492024-10-22T00:30:36.619Z[ recovery-image] Oct 22 00:30:35.007 INFO O| Oct 22 00:30:35.006 INFO ok!
81502024-10-22T00:30:36.619Z[ recovery-image] Oct 22 00:30:35.007 INFO O| Oct 22 00:30:35.006 INFO STEP 54 (ensure_file) COMPLETE
81512024-10-22T00:30:36.619Z[ recovery-image] Oct 22 00:30:35.007 INFO O| Oct 22 00:30:35.006 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81522024-10-22T00:30:36.637Z[ recovery-image] Oct 22 00:30:35.025 INFO O| Oct 22 00:30:35.025 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81532024-10-22T00:30:36.637Z[ recovery-image] Oct 22 00:30:35.025 INFO O| Oct 22 00:30:35.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81542024-10-22T00:30:36.637Z[ recovery-image] Oct 22 00:30:35.025 INFO O| Oct 22 00:30:35.025 INFO STEP 55 (ensure_dir) COMPLETE
81552024-10-22T00:30:36.637Z[ recovery-image] Oct 22 00:30:35.025 INFO O| Oct 22 00:30:35.025 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81562024-10-22T00:30:36.655Z[ recovery-image] Oct 22 00:30:35.044 INFO O| Oct 22 00:30:35.044 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81572024-10-22T00:30:36.658Z[ recovery-image] Oct 22 00:30:35.044 INFO O| Oct 22 00:30:35.044 INFO copying /tmp/.tmpHpVcd4/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 ...
81582024-10-22T00:30:36.658Z[ recovery-image] Oct 22 00:30:35.044 INFO O| Oct 22 00:30:35.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81592024-10-22T00:30:36.658Z[ recovery-image] Oct 22 00:30:35.044 INFO O| Oct 22 00:30:35.044 INFO ok!
81602024-10-22T00:30:36.658Z[ recovery-image] Oct 22 00:30:35.044 INFO O| Oct 22 00:30:35.044 INFO STEP 56 (ensure_file) COMPLETE
81612024-10-22T00:30:36.658Z[ recovery-image] Oct 22 00:30:35.044 INFO O| Oct 22 00:30:35.044 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81622024-10-22T00:30:36.673Z[ recovery-image] Oct 22 00:30:35.063 INFO O| Oct 22 00:30:35.063 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81632024-10-22T00:30:36.673Z[ recovery-image] Oct 22 00:30:35.063 INFO O| Oct 22 00:30:35.063 INFO copying /tmp/.tmpHpVcd4/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 ...
81642024-10-22T00:30:36.673Z[ recovery-image] Oct 22 00:30:35.063 INFO O| Oct 22 00:30:35.063 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
81652024-10-22T00:30:36.676Z[ recovery-image] Oct 22 00:30:35.063 INFO O| Oct 22 00:30:35.063 INFO ok!
81662024-10-22T00:30:36.676Z[ recovery-image] Oct 22 00:30:35.063 INFO O| Oct 22 00:30:35.063 INFO STEP 57 (ensure_file) COMPLETE
81672024-10-22T00:30:36.676Z[ recovery-image] Oct 22 00:30:35.063 INFO O| Oct 22 00:30:35.063 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81682024-10-22T00:30:36.686Z[ recovery-image] Oct 22 00:30:35.076 INFO O| Oct 22 00:30:35.076 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81692024-10-22T00:30:36.686Z[ recovery-image] Oct 22 00:30:35.076 INFO O| Oct 22 00:30:35.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81702024-10-22T00:30:36.689Z[ recovery-image] Oct 22 00:30:35.076 INFO O| Oct 22 00:30:35.076 INFO STEP 58 (ensure_dir) COMPLETE
81712024-10-22T00:30:36.689Z[ recovery-image] Oct 22 00:30:35.076 INFO O| Oct 22 00:30:35.076 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81722024-10-22T00:30:36.698Z[ recovery-image] Oct 22 00:30:35.088 INFO O| Oct 22 00:30:35.088 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81732024-10-22T00:30:36.698Z[ recovery-image] Oct 22 00:30:35.088 INFO O| Oct 22 00:30:35.088 INFO copying /tmp/.tmpHpVcd4/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 ...
81742024-10-22T00:30:36.701Z[ recovery-image] Oct 22 00:30:35.088 INFO O| Oct 22 00:30:35.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81752024-10-22T00:30:36.701Z[ recovery-image] Oct 22 00:30:35.088 INFO O| Oct 22 00:30:35.088 INFO ok!
81762024-10-22T00:30:36.701Z[ recovery-image] Oct 22 00:30:35.088 INFO O| Oct 22 00:30:35.088 INFO STEP 59 (ensure_file) COMPLETE
81772024-10-22T00:30:36.701Z[ recovery-image] Oct 22 00:30:35.088 INFO O| Oct 22 00:30:35.088 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81782024-10-22T00:30:36.710Z[ recovery-image] Oct 22 00:30:35.100 INFO O| Oct 22 00:30:35.099 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81792024-10-22T00:30:36.710Z[ recovery-image] Oct 22 00:30:35.100 INFO O| Oct 22 00:30:35.099 INFO copying /tmp/.tmpHpVcd4/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81802024-10-22T00:30:36.712Z[ recovery-image] Oct 22 00:30:35.100 INFO O| Oct 22 00:30:35.100 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81812024-10-22T00:30:36.712Z[ recovery-image] Oct 22 00:30:35.100 INFO O| Oct 22 00:30:35.100 INFO ok!
81822024-10-22T00:30:36.712Z[ recovery-image] Oct 22 00:30:35.100 INFO O| Oct 22 00:30:35.100 INFO STEP 60 (ensure_file) COMPLETE
81832024-10-22T00:30:36.712Z[ recovery-image] Oct 22 00:30:35.100 INFO O| Oct 22 00:30:35.100 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81842024-10-22T00:30:36.722Z[ recovery-image] Oct 22 00:30:35.112 INFO O| Oct 22 00:30:35.112 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81852024-10-22T00:30:36.722Z[ recovery-image] Oct 22 00:30:35.112 INFO O| Oct 22 00:30:35.112 INFO STEP 61 (ensure_dir) COMPLETE
81862024-10-22T00:30:36.724Z[ recovery-image] Oct 22 00:30:35.112 INFO O| Oct 22 00:30:35.112 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81872024-10-22T00:30:36.733Z[ recovery-image] Oct 22 00:30:35.123 INFO O| Oct 22 00:30:35.123 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81882024-10-22T00:30:36.733Z[ recovery-image] Oct 22 00:30:35.123 INFO O| Oct 22 00:30:35.123 INFO STEP 62 (ensure_dir) COMPLETE
81892024-10-22T00:30:36.736Z[ recovery-image] Oct 22 00:30:35.123 INFO O| Oct 22 00:30:35.123 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81902024-10-22T00:30:36.744Z[ recovery-image] Oct 22 00:30:35.134 INFO O| Oct 22 00:30:35.134 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81912024-10-22T00:30:36.744Z[ recovery-image] Oct 22 00:30:35.134 INFO O| Oct 22 00:30:35.134 INFO STEP 63 (ensure_dir) COMPLETE
81922024-10-22T00:30:36.747Z[ recovery-image] Oct 22 00:30:35.134 INFO O| Oct 22 00:30:35.134 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81932024-10-22T00:30:36.755Z[ recovery-image] Oct 22 00:30:35.145 INFO O| Oct 22 00:30:35.145 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81942024-10-22T00:30:36.758Z[ recovery-image] Oct 22 00:30:35.145 INFO O| Oct 22 00:30:35.145 INFO STEP 64 (ensure_dir) COMPLETE
81952024-10-22T00:30:36.758Z[ recovery-image] Oct 22 00:30:35.145 INFO O| Oct 22 00:30:35.145 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81962024-10-22T00:30:36.766Z[ recovery-image] Oct 22 00:30:35.156 INFO O| Oct 22 00:30:35.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81972024-10-22T00:30:36.766Z[ recovery-image] Oct 22 00:30:35.156 INFO O| Oct 22 00:30:35.156 INFO copying /tmp/.tmpHpVcd4/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81982024-10-22T00:30:36.769Z[ recovery-image] Oct 22 00:30:35.156 INFO O| Oct 22 00:30:35.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81992024-10-22T00:30:36.769Z[ recovery-image] Oct 22 00:30:35.156 INFO O| Oct 22 00:30:35.156 INFO ok!
82002024-10-22T00:30:36.769Z[ recovery-image] Oct 22 00:30:35.156 INFO O| Oct 22 00:30:35.156 INFO STEP 65 (ensure_file) COMPLETE
82012024-10-22T00:30:36.769Z[ recovery-image] Oct 22 00:30:35.156 INFO O| Oct 22 00:30:35.156 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82022024-10-22T00:30:36.778Z[ recovery-image] Oct 22 00:30:35.168 INFO O| Oct 22 00:30:35.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82032024-10-22T00:30:36.781Z[ recovery-image] Oct 22 00:30:35.168 INFO O| Oct 22 00:30:35.168 INFO STEP 66 (remove_files) COMPLETE
82042024-10-22T00:30:36.781Z[ recovery-image] Oct 22 00:30:35.168 INFO O| Oct 22 00:30:35.168 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82052024-10-22T00:30:36.792Z[ recovery-image] Oct 22 00:30:35.181 INFO O| Oct 22 00:30:35.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82062024-10-22T00:30:36.794Z[ recovery-image] Oct 22 00:30:35.182 INFO O| Oct 22 00:30:35.181 INFO STEP 67 (remove_files) COMPLETE
82072024-10-22T00:30:36.794Z[ recovery-image] Oct 22 00:30:35.182 INFO O| Oct 22 00:30:35.182 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-22T00:30:36.803Z[ recovery-image] Oct 22 00:30:35.192 INFO O| Oct 22 00:30:35.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82092024-10-22T00:30:36.805Z[ recovery-image] Oct 22 00:30:35.193 INFO O| Oct 22 00:30:35.193 INFO STEP 68 (remove_files) COMPLETE
82102024-10-22T00:30:36.805Z[ recovery-image] Oct 22 00:30:35.193 INFO O| Oct 22 00:30:35.193 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-22T00:30:36.814Z[ recovery-image] Oct 22 00:30:35.203 INFO O| Oct 22 00:30:35.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82122024-10-22T00:30:36.816Z[ recovery-image] Oct 22 00:30:35.204 INFO O| Oct 22 00:30:35.204 INFO STEP 69 (remove_files) COMPLETE
82132024-10-22T00:30:36.816Z[ recovery-image] Oct 22 00:30:35.204 INFO O| Oct 22 00:30:35.204 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-22T00:30:36.825Z[ recovery-image] Oct 22 00:30:35.215 INFO O| Oct 22 00:30:35.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82152024-10-22T00:30:36.827Z[ recovery-image] Oct 22 00:30:35.215 INFO O| Oct 22 00:30:35.215 INFO STEP 70 (remove_files) COMPLETE
82162024-10-22T00:30:36.827Z[ recovery-image] Oct 22 00:30:35.215 INFO O| Oct 22 00:30:35.215 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-22T00:30:36.836Z[ recovery-image] Oct 22 00:30:35.226 INFO O| Oct 22 00:30:35.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82182024-10-22T00:30:36.839Z[ recovery-image] Oct 22 00:30:35.226 INFO O| Oct 22 00:30:35.226 INFO STEP 71 (remove_files) COMPLETE
82192024-10-22T00:30:36.839Z[ recovery-image] Oct 22 00:30:35.226 INFO O| Oct 22 00:30:35.226 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-22T00:30:36.847Z[ recovery-image] Oct 22 00:30:35.237 INFO O| Oct 22 00:30:35.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82212024-10-22T00:30:36.849Z[ recovery-image] Oct 22 00:30:35.237 INFO O| Oct 22 00:30:35.237 INFO STEP 72 (remove_files) COMPLETE
82222024-10-22T00:30:36.849Z[ recovery-image] Oct 22 00:30:35.237 INFO O| Oct 22 00:30:35.237 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-22T00:30:36.859Z[ recovery-image] Oct 22 00:30:35.248 INFO O| Oct 22 00:30:35.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82242024-10-22T00:30:36.861Z[ recovery-image] Oct 22 00:30:35.248 INFO O| Oct 22 00:30:35.248 INFO STEP 73 (remove_files) COMPLETE
82252024-10-22T00:30:36.861Z[ recovery-image] Oct 22 00:30:35.248 INFO O| Oct 22 00:30:35.248 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-22T00:30:36.872Z[ recovery-image] Oct 22 00:30:35.261 INFO O| Oct 22 00:30:35.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82272024-10-22T00:30:36.872Z[ recovery-image] Oct 22 00:30:35.261 INFO O| Oct 22 00:30:35.261 INFO STEP 74 (remove_files) COMPLETE
82282024-10-22T00:30:36.872Z[ recovery-image] Oct 22 00:30:35.261 INFO O| Oct 22 00:30:35.261 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82292024-10-22T00:30:36.884Z[ recovery-image] Oct 22 00:30:35.274 INFO O| Oct 22 00:30:35.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82302024-10-22T00:30:36.886Z[ recovery-image] Oct 22 00:30:35.274 INFO O| Oct 22 00:30:35.274 INFO STEP 75 (remove_files) COMPLETE
82312024-10-22T00:30:36.886Z[ recovery-image] Oct 22 00:30:35.274 INFO O| Oct 22 00:30:35.274 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-22T00:30:36.894Z[ recovery-image] Oct 22 00:30:35.284 INFO O| Oct 22 00:30:35.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82332024-10-22T00:30:36.897Z[ recovery-image] Oct 22 00:30:35.284 INFO O| Oct 22 00:30:35.284 INFO STEP 76 (remove_files) COMPLETE
82342024-10-22T00:30:36.897Z[ recovery-image] Oct 22 00:30:35.284 INFO O| Oct 22 00:30:35.284 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-22T00:30:36.905Z[ recovery-image] Oct 22 00:30:35.295 INFO O| Oct 22 00:30:35.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82362024-10-22T00:30:36.905Z[ recovery-image] Oct 22 00:30:35.295 INFO O| Oct 22 00:30:35.295 INFO STEP 77 (remove_files) COMPLETE
82372024-10-22T00:30:36.909Z[ recovery-image] Oct 22 00:30:35.295 INFO O| Oct 22 00:30:35.295 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-22T00:30:36.916Z[ recovery-image] Oct 22 00:30:35.306 INFO O| Oct 22 00:30:35.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82392024-10-22T00:30:36.916Z[ recovery-image] Oct 22 00:30:35.306 INFO O| Oct 22 00:30:35.306 INFO STEP 78 (remove_files) COMPLETE
82402024-10-22T00:30:36.919Z[ recovery-image] Oct 22 00:30:35.306 INFO O| Oct 22 00:30:35.306 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-22T00:30:36.927Z[ recovery-image] Oct 22 00:30:35.317 INFO O| Oct 22 00:30:35.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82422024-10-22T00:30:36.927Z[ recovery-image] Oct 22 00:30:35.317 INFO O| Oct 22 00:30:35.317 INFO STEP 79 (remove_files) COMPLETE
82432024-10-22T00:30:36.930Z[ recovery-image] Oct 22 00:30:35.317 INFO O| Oct 22 00:30:35.317 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-22T00:30:36.938Z[ recovery-image] Oct 22 00:30:35.328 INFO O| Oct 22 00:30:35.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82452024-10-22T00:30:36.938Z[ recovery-image] Oct 22 00:30:35.328 INFO O| Oct 22 00:30:35.328 INFO STEP 80 (remove_files) COMPLETE
82462024-10-22T00:30:36.941Z[ recovery-image] Oct 22 00:30:35.328 INFO O| Oct 22 00:30:35.328 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-22T00:30:36.949Z[ recovery-image] Oct 22 00:30:35.339 INFO O| Oct 22 00:30:35.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82482024-10-22T00:30:36.950Z[ recovery-image] Oct 22 00:30:35.339 INFO O| Oct 22 00:30:35.339 INFO STEP 81 (remove_files) COMPLETE
82492024-10-22T00:30:36.950Z[ recovery-image] Oct 22 00:30:35.339 INFO O| Oct 22 00:30:35.339 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82502024-10-22T00:30:36.962Z[ recovery-image] Oct 22 00:30:35.352 INFO O| Oct 22 00:30:35.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82512024-10-22T00:30:36.962Z[ recovery-image] Oct 22 00:30:35.352 INFO O| Oct 22 00:30:35.352 INFO STEP 82 (remove_files) COMPLETE
82522024-10-22T00:30:36.962Z[ recovery-image] Oct 22 00:30:35.352 INFO O| Oct 22 00:30:35.352 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82532024-10-22T00:30:36.974Z[ recovery-image] Oct 22 00:30:35.363 INFO O| Oct 22 00:30:35.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82542024-10-22T00:30:36.974Z[ recovery-image] Oct 22 00:30:35.363 INFO O| Oct 22 00:30:35.363 INFO STEP 83 (remove_files) COMPLETE
82552024-10-22T00:30:36.976Z[ recovery-image] Oct 22 00:30:35.363 INFO O| Oct 22 00:30:35.363 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82562024-10-22T00:30:36.984Z[ recovery-image] Oct 22 00:30:35.374 INFO O| Oct 22 00:30:35.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82572024-10-22T00:30:36.986Z[ recovery-image] Oct 22 00:30:35.374 INFO O| Oct 22 00:30:35.374 INFO STEP 84 (remove_files) COMPLETE
82582024-10-22T00:30:36.986Z[ recovery-image] Oct 22 00:30:35.374 INFO O| Oct 22 00:30:35.374 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82592024-10-22T00:30:36.997Z[ recovery-image] Oct 22 00:30:35.386 INFO O| Oct 22 00:30:35.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82602024-10-22T00:30:36.997Z[ recovery-image] Oct 22 00:30:35.387 INFO O| Oct 22 00:30:35.387 INFO STEP 85 (remove_files) COMPLETE
82612024-10-22T00:30:36.997Z[ recovery-image] Oct 22 00:30:35.387 INFO O| Oct 22 00:30:35.387 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82622024-10-22T00:30:37.008Z[ recovery-image] Oct 22 00:30:35.397 INFO O| Oct 22 00:30:35.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82632024-10-22T00:30:37.010Z[ recovery-image] Oct 22 00:30:35.397 INFO O| Oct 22 00:30:35.397 INFO STEP 86 (remove_files) COMPLETE
82642024-10-22T00:30:37.010Z[ recovery-image] Oct 22 00:30:35.397 INFO O| Oct 22 00:30:35.397 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82652024-10-22T00:30:37.019Z[ recovery-image] Oct 22 00:30:35.409 INFO O| Oct 22 00:30:35.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82662024-10-22T00:30:37.019Z[ recovery-image] Oct 22 00:30:35.409 INFO O| Oct 22 00:30:35.409 INFO STEP 87 (remove_files) COMPLETE
82672024-10-22T00:30:37.019Z[ recovery-image] Oct 22 00:30:35.409 INFO O| Oct 22 00:30:35.409 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82682024-10-22T00:30:37.030Z[ recovery-image] Oct 22 00:30:35.420 INFO O| Oct 22 00:30:35.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82692024-10-22T00:30:37.030Z[ recovery-image] Oct 22 00:30:35.420 INFO O| Oct 22 00:30:35.420 INFO STEP 88 (remove_files) COMPLETE
82702024-10-22T00:30:37.030Z[ recovery-image] Oct 22 00:30:35.420 INFO O| Oct 22 00:30:35.420 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82712024-10-22T00:30:37.041Z[ recovery-image] Oct 22 00:30:35.431 INFO O| Oct 22 00:30:35.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82722024-10-22T00:30:37.044Z[ recovery-image] Oct 22 00:30:35.431 INFO O| Oct 22 00:30:35.431 INFO STEP 89 (remove_files) COMPLETE
82732024-10-22T00:30:37.044Z[ recovery-image] Oct 22 00:30:35.431 INFO O| Oct 22 00:30:35.431 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82742024-10-22T00:30:37.054Z[ recovery-image] Oct 22 00:30:35.444 INFO O| Oct 22 00:30:35.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82752024-10-22T00:30:37.054Z[ recovery-image] Oct 22 00:30:35.444 INFO O| Oct 22 00:30:35.444 INFO STEP 90 (remove_files) COMPLETE
82762024-10-22T00:30:37.057Z[ recovery-image] Oct 22 00:30:35.444 INFO O| Oct 22 00:30:35.444 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82772024-10-22T00:30:37.066Z[ recovery-image] Oct 22 00:30:35.456 INFO O| Oct 22 00:30:35.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82782024-10-22T00:30:37.066Z[ recovery-image] Oct 22 00:30:35.456 INFO O| Oct 22 00:30:35.456 INFO STEP 91 (remove_files) COMPLETE
82792024-10-22T00:30:37.069Z[ recovery-image] Oct 22 00:30:35.456 INFO O| Oct 22 00:30:35.456 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82802024-10-22T00:30:37.077Z[ recovery-image] Oct 22 00:30:35.467 INFO O| Oct 22 00:30:35.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82812024-10-22T00:30:37.077Z[ recovery-image] Oct 22 00:30:35.467 INFO O| Oct 22 00:30:35.467 INFO STEP 92 (remove_files) COMPLETE
82822024-10-22T00:30:37.078Z[ recovery-image] Oct 22 00:30:35.467 INFO O| Oct 22 00:30:35.467 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82832024-10-22T00:30:37.089Z[ recovery-image] Oct 22 00:30:35.479 INFO O| Oct 22 00:30:35.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82842024-10-22T00:30:37.089Z[ recovery-image] Oct 22 00:30:35.479 INFO O| Oct 22 00:30:35.479 INFO STEP 93 (remove_files) COMPLETE
82852024-10-22T00:30:37.089Z[ recovery-image] Oct 22 00:30:35.479 INFO O| Oct 22 00:30:35.479 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82862024-10-22T00:30:37.101Z[ recovery-image] Oct 22 00:30:35.491 INFO O| Oct 22 00:30:35.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82872024-10-22T00:30:37.105Z[ recovery-image] Oct 22 00:30:35.491 INFO O| Oct 22 00:30:35.491 INFO STEP 94 (remove_files) COMPLETE
82882024-10-22T00:30:37.105Z[ recovery-image] Oct 22 00:30:35.491 INFO O| Oct 22 00:30:35.491 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82892024-10-22T00:30:37.118Z[ recovery-image] Oct 22 00:30:35.507 INFO O| Oct 22 00:30:35.507 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82902024-10-22T00:30:37.120Z[ recovery-image] Oct 22 00:30:35.508 INFO O| Oct 22 00:30:35.508 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
82912024-10-22T00:30:42.479Z[ recovery-image] Oct 22 00:30:40.868 INFO O| Oct 22 00:30:40.868 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
82922024-10-22T00:30:42.479Z[ recovery-image] Oct 22 00:30:40.868 INFO O| Oct 22 00:30:40.868 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82932024-10-22T00:30:42.491Z[ recovery-image] Oct 22 00:30:40.880 INFO O| Oct 22 00:30:40.880 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82942024-10-22T00:30:42.566Z[ recovery-image] Oct 22 00:30:40.955 INFO O| Oct 22 00:30:40.955 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82952024-10-22T00:30:42.566Z[ recovery-image] Oct 22 00:30:40.955 INFO O| Oct 22 00:30:40.955 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 ...
82962024-10-22T00:30:42.569Z[ recovery-image] Oct 22 00:30:40.957 INFO O| Oct 22 00:30:40.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82972024-10-22T00:30:42.569Z[ recovery-image] Oct 22 00:30:40.957 INFO O| Oct 22 00:30:40.957 INFO ok!
82982024-10-22T00:30:42.569Z[ recovery-image] Oct 22 00:30:40.957 INFO O| Oct 22 00:30:40.957 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82992024-10-22T00:30:42.569Z[ recovery-image] Oct 22 00:30:40.957 INFO O| Oct 22 00:30:40.957 INFO STEP 95 (seed_smf) COMPLETE
83002024-10-22T00:30:42.569Z[ recovery-image] Oct 22 00:30:40.957 INFO O| Oct 22 00:30:40.957 INFO steps complete; finalising image!
83012024-10-22T00:30:42.569Z[ recovery-image] Oct 22 00:30:40.957 INFO O| Oct 22 00:30:40.957 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83022024-10-22T00:30:42.602Z[ recovery-image] Oct 22 00:30:40.992 INFO O| Oct 22 00:30:40.992 INFO trim TEMPORARY-gimlet-zfs-recovery: (9% trimmed, started at Tue Oct 22 00:30:40 2024)
83032024-10-22T00:30:42.809Z[ recovery-image] Oct 22 00:30:41.198 INFO O| Oct 22 00:30:41.198 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Tue Oct 22 00:30:40 2024)
83042024-10-22T00:30:43.018Z[ recovery-image] Oct 22 00:30:41.408 INFO O| Oct 22 00:30:41.407 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Tue Oct 22 00:30:40 2024)
83052024-10-22T00:30:43.241Z[ recovery-image] Oct 22 00:30:41.629 INFO O| Oct 22 00:30:41.628 INFO temporary pool has 414M used, 1.35G avail, 1.00x compressratio
83062024-10-22T00:30:43.241Z[ recovery-image] Oct 22 00:30:41.629 INFO O| Oct 22 00:30:41.628 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83072024-10-22T00:30:43.442Z[ recovery-image] Oct 22 00:30:41.831 INFO O| Oct 22 00:30:41.831 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
83082024-10-22T00:30:43.442Z[ recovery-image] Oct 22 00:30:41.831 INFO O| Oct 22 00:30:41.831 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83092024-10-22T00:30:46.545Z[ recovery-image] Oct 22 00:30:44.934 INFO O| Oct 22 00:30:44.934 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83102024-10-22T00:30:46.545Z[ recovery-image] Oct 22 00:30:44.935 INFO O| Oct 22 00:30:44.934 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83112024-10-22T00:30:46.547Z[ recovery-image] Oct 22 00:30:44.935 INFO O| Oct 22 00:30:44.934 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83122024-10-22T00:30:46.548Z[ recovery-image] Oct 22 00:30:44.935 INFO O| Oct 22 00:30:44.934 INFO completed processing gimlet/zfs-recovery
83132024-10-22T00:30:46.548Z[ recovery-image] Oct 22 00:30:44.935 INFO O| Oct 22 00:30:44.935 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83142024-10-22T00:30:46.981Z[ recovery-image] Oct 22 00:30:45.370 INFO O| Oct 22 00:30:45.370 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83152024-10-22T00:30:47.073Z[ recovery-image] Oct 22 00:30:45.463 INFO BUILD STRING "heads/stlouis-0-g3c4c34aff6\n"
83162024-10-22T00:30:47.077Z[ recovery-image] Oct 22 00:30:45.463 INFO expanded image name: "recovery f02e003/${os_short_commit} 2024-10-22 00:02" -> "recovery f02e003/3c4c34a 2024-10-22 00:02"
83172024-10-22T00:30:47.077Z[ recovery-image] Oct 22 00:30:45.463 INFO output artefacts stored in: "/work/os-recovery"
83182024-10-22T00:30:47.077Z[ recovery-image] Oct 22 00:30:45.464 INFO collecting git info from project "pilot"...
83192024-10-22T00:30:47.089Z[ recovery-image] Oct 22 00:30:45.479 INFO collecting git info from project "amd-host-image-builder"...
83202024-10-22T00:30:47.326Z[ recovery-image] Oct 22 00:30:45.715 INFO collecting git info from project "image-builder"...
83212024-10-22T00:30:47.332Z[ recovery-image] Oct 22 00:30:45.722 INFO collecting git info from project "bootserver"...
83222024-10-22T00:30:47.337Z[ recovery-image] Oct 22 00:30:45.727 INFO collecting git info from project "pinprick"...
83232024-10-22T00:30:47.342Z[ recovery-image] Oct 22 00:30:45.732 INFO collecting git info from project "phbl"...
83242024-10-22T00:30:47.348Z[ recovery-image] Oct 22 00:30:45.738 INFO collecting git info from project "amd-firmware"...
83252024-10-22T00:30:47.617Z[ recovery-image] Oct 22 00:30:46.006 INFO collecting git info from project "chelsio-t6-roms"...
83262024-10-22T00:30:47.637Z[ recovery-image] Oct 22 00:30:46.027 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83272024-10-22T00:30:47.984Z[ recovery-image] Oct 22 00:30:46.374 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83282024-10-22T00:30:48.333Z[ recovery-image] Oct 22 00:30:46.723 INFO creating Oxide boot image...
83292024-10-22T00:30:48.333Z[ recovery-image] Oct 22 00:30:46.723 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f02e003/3c4c34a 2024-10-22 00:02", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83302024-10-22T00:31:16.281Z[ host-image] Oct 22 00:31:14.670 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22982:20241021T230534Z
83312024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.670 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22982:20241021T230534Z
83322024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.671 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83332024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.671 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83342024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.671 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83352024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.671 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83362024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.672 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83372024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.672 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83382024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.672 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83392024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.672 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83402024-10-22T00:31:16.284Z[ host-image] Oct 22 00:31:14.672 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22982:20241021T230535Z
83412024-10-22T00:31:16.286Z[ host-image] Oct 22 00:31:14.674 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22982:20241021T230536Z
83422024-10-22T00:31:16.286Z[ host-image] Oct 22 00:31:14.675 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22982:20241021T230536Z
83432024-10-22T00:31:16.286Z[ host-image] Oct 22 00:31:14.675 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22982:20241021T230536Z
83442024-10-22T00:31:16.286Z[ host-image] Oct 22 00:31:14.675 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83452024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.676 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22982:20241021T230536Z
83462024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.677 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22982:20241021T230536Z
83472024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.677 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22982:20241021T230536Z
83482024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.677 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22982:20241021T230537Z
83492024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.677 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22982:20241021T230538Z
83502024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.677 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22982:20241021T230538Z
83512024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.677 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22982:20241021T230538Z
83522024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.677 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22982:20241021T230538Z
83532024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22982:20241021T230539Z
83542024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22982:20241021T230540Z
83552024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22982:20241021T230540Z
83562024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22982:20241021T230542Z
83572024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22982:20241021T230543Z
83582024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83592024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22982:20241021T230544Z
83602024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.678 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22982:20241021T230546Z
83612024-10-22T00:31:16.289Z[ host-image] Oct 22 00:31:14.679 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22982:20241021T230547Z
83622024-10-22T00:31:16.292Z[ host-image] Oct 22 00:31:14.679 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22982:20241021T230548Z
83632024-10-22T00:31:16.292Z[ host-image] Oct 22 00:31:14.680 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22982:20241021T230549Z
83642024-10-22T00:31:16.292Z[ host-image] Oct 22 00:31:14.680 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22982:20241021T230549Z
83652024-10-22T00:31:16.300Z[ host-image] Oct 22 00:31:14.689 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83662024-10-22T00:31:16.302Z[ host-image] Oct 22 00:31:14.689 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22982:20241021T230550Z
83672024-10-22T00:31:16.302Z[ host-image] Oct 22 00:31:14.689 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83682024-10-22T00:31:16.302Z[ host-image] Oct 22 00:31:14.690 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83692024-10-22T00:31:16.302Z[ host-image] Oct 22 00:31:14.690 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83702024-10-22T00:31:16.302Z[ host-image] Oct 22 00:31:14.691 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22982:20241021T230550Z
83712024-10-22T00:31:16.302Z[ host-image] Oct 22 00:31:14.691 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83722024-10-22T00:31:16.302Z[ host-image] Oct 22 00:31:14.691 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83732024-10-22T00:31:16.305Z[ host-image] Oct 22 00:31:14.692 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83742024-10-22T00:31:16.305Z[ host-image] Oct 22 00:31:14.692 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83752024-10-22T00:31:16.315Z[ host-image] Oct 22 00:31:14.705 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83762024-10-22T00:31:16.317Z[ host-image] Oct 22 00:31:14.705 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83772024-10-22T00:31:16.317Z[ host-image] Oct 22 00:31:14.705 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83782024-10-22T00:31:16.317Z[ host-image] Oct 22 00:31:14.705 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83792024-10-22T00:31:16.317Z[ host-image] Oct 22 00:31:14.706 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83802024-10-22T00:31:16.317Z[ host-image] Oct 22 00:31:14.706 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83812024-10-22T00:31:16.353Z[ host-image] Oct 22 00:31:14.742 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83822024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.743 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83832024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.743 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83842024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22982:20241021T230552Z
83852024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22982:20241021T230558Z
83862024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83872024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22982:20241021T230558Z
83882024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83892024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83902024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83912024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.744 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22982:20241021T230559Z
83922024-10-22T00:31:16.355Z[ host-image] Oct 22 00:31:14.745 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83932024-10-22T00:31:16.360Z[ host-image] Oct 22 00:31:14.749 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83942024-10-22T00:31:16.362Z[ host-image] Oct 22 00:31:14.749 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83952024-10-22T00:31:16.362Z[ host-image] Oct 22 00:31:14.749 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83962024-10-22T00:31:16.362Z[ host-image] Oct 22 00:31:14.750 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22982:20241021T230559Z
83972024-10-22T00:31:16.362Z[ host-image] Oct 22 00:31:14.750 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83982024-10-22T00:31:16.375Z[ host-image] Oct 22 00:31:14.765 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83992024-10-22T00:31:16.377Z[ host-image] Oct 22 00:31:14.765 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22982:20241021T230559Z
84002024-10-22T00:31:16.377Z[ host-image] Oct 22 00:31:14.767 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22982:20241021T230600Z
84012024-10-22T00:31:16.380Z[ host-image] Oct 22 00:31:14.768 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22982:20241021T230600Z
84022024-10-22T00:31:16.380Z[ host-image] Oct 22 00:31:14.768 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84032024-10-22T00:31:16.380Z[ host-image] Oct 22 00:31:14.768 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22982:20241021T230601Z
84042024-10-22T00:31:16.380Z[ host-image] Oct 22 00:31:14.769 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22982:20241021T230602Z
84052024-10-22T00:31:16.380Z[ host-image] Oct 22 00:31:14.769 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22982:20241021T230602Z
84062024-10-22T00:31:16.380Z[ host-image] Oct 22 00:31:14.769 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22982:20241021T230602Z
84072024-10-22T00:31:16.383Z[ host-image] Oct 22 00:31:14.773 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84082024-10-22T00:31:16.386Z[ host-image] Oct 22 00:31:14.773 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22982:20241021T230602Z
84092024-10-22T00:31:16.386Z[ host-image] Oct 22 00:31:14.774 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22982:20241021T230604Z
84102024-10-22T00:31:16.386Z[ host-image] Oct 22 00:31:14.774 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84112024-10-22T00:31:16.386Z[ host-image] Oct 22 00:31:14.774 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22982:20241021T230604Z
84122024-10-22T00:31:16.386Z[ host-image] Oct 22 00:31:14.775 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22982:20241021T230604Z
84132024-10-22T00:31:16.386Z[ host-image] Oct 22 00:31:14.775 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22982:20241021T230604Z
84142024-10-22T00:31:16.386Z[ host-image] Oct 22 00:31:14.775 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22982:20241021T230604Z
84152024-10-22T00:31:16.394Z[ host-image] Oct 22 00:31:14.784 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22982:20241021T230604Z
84162024-10-22T00:31:16.394Z[ host-image] Oct 22 00:31:14.784 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84172024-10-22T00:31:16.396Z[ host-image] Oct 22 00:31:14.786 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22982:20241021T230604Z
84182024-10-22T00:31:16.399Z[ host-image] Oct 22 00:31:14.787 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22982:20241021T230605Z
84192024-10-22T00:31:16.399Z[ host-image] Oct 22 00:31:14.787 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22982:20241021T230605Z
84202024-10-22T00:31:16.399Z[ host-image] Oct 22 00:31:14.788 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22982:20241021T230605Z
84212024-10-22T00:31:16.399Z[ host-image] Oct 22 00:31:14.788 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22982:20241021T230605Z
84222024-10-22T00:31:16.399Z[ host-image] Oct 22 00:31:14.788 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22982:20241021T230606Z
84232024-10-22T00:31:16.409Z[ host-image] Oct 22 00:31:14.799 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22982:20241021T230607Z
84242024-10-22T00:31:16.411Z[ host-image] Oct 22 00:31:14.799 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22982:20241021T230606Z
84252024-10-22T00:31:16.411Z[ host-image] Oct 22 00:31:14.799 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22982:20241021T230606Z
84262024-10-22T00:31:16.411Z[ host-image] Oct 22 00:31:14.800 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22982:20241021T230607Z
84272024-10-22T00:31:16.411Z[ host-image] Oct 22 00:31:14.800 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22982:20241021T230607Z
84282024-10-22T00:31:16.433Z[ host-image] Oct 22 00:31:14.822 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22982:20241021T230610Z
84292024-10-22T00:31:16.435Z[ host-image] Oct 22 00:31:14.822 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22982:20241021T230607Z
84302024-10-22T00:31:16.435Z[ host-image] Oct 22 00:31:14.822 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22982:20241021T230607Z
84312024-10-22T00:31:16.435Z[ host-image] Oct 22 00:31:14.823 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84322024-10-22T00:31:16.435Z[ host-image] Oct 22 00:31:14.823 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84332024-10-22T00:31:16.463Z[ host-image] Oct 22 00:31:14.852 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22982:20241021T230608Z
84342024-10-22T00:31:16.465Z[ host-image] Oct 22 00:31:14.853 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84352024-10-22T00:31:16.465Z[ host-image] Oct 22 00:31:14.853 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22982:20241021T230608Z
84362024-10-22T00:31:16.465Z[ host-image] Oct 22 00:31:14.853 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22982:20241021T230608Z
84372024-10-22T00:31:16.465Z[ host-image] Oct 22 00:31:14.854 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22982:20241021T230608Z
84382024-10-22T00:31:16.465Z[ host-image] Oct 22 00:31:14.854 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84392024-10-22T00:31:16.468Z[ host-image] Oct 22 00:31:14.855 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84402024-10-22T00:31:16.468Z[ host-image] Oct 22 00:31:14.855 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22982:20241021T230609Z
84412024-10-22T00:31:16.468Z[ host-image] Oct 22 00:31:14.856 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22982:20241021T230609Z
84422024-10-22T00:31:16.468Z[ host-image] Oct 22 00:31:14.856 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22982:20241021T230609Z
84432024-10-22T00:31:16.468Z[ host-image] Oct 22 00:31:14.856 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22982:20241021T230609Z
84442024-10-22T00:31:16.468Z[ host-image] Oct 22 00:31:14.856 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22982:20241021T230610Z
84452024-10-22T00:31:16.468Z[ host-image] Oct 22 00:31:14.856 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22982:20241021T230610Z
84462024-10-22T00:31:16.471Z[ host-image] Oct 22 00:31:14.859 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84472024-10-22T00:31:16.471Z[ host-image] Oct 22 00:31:14.860 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22982:20241021T230611Z
84482024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.861 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22982:20241021T230611Z
84492024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.861 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22982:20241021T230611Z
84502024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.862 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22982:20241021T230612Z
84512024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.862 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22982:20241021T230612Z
84522024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.862 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22982:20241021T230612Z
84532024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.862 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84542024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.862 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84552024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.863 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22982:20241021T230614Z
84562024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.863 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22982:20241021T230615Z
84572024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.863 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84582024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.863 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84592024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.863 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84602024-10-22T00:31:16.474Z[ host-image] Oct 22 00:31:14.863 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84612024-10-22T00:31:16.475Z[ host-image] Oct 22 00:31:14.863 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84622024-10-22T00:31:16.477Z[ host-image] Oct 22 00:31:14.864 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84632024-10-22T00:31:16.477Z[ host-image] Oct 22 00:31:14.865 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84642024-10-22T00:31:16.477Z[ host-image] Oct 22 00:31:14.866 INFO O| tempdir @ "/tmp/.tmp4JIuu2/tmp"
84652024-10-22T00:31:16.477Z[ host-image] Oct 22 00:31:14.866 INFO O| image root @ "/tmp/.tmp4JIuu2/tmp/root"
84662024-10-22T00:31:16.477Z[ host-image] Oct 22 00:31:14.866 INFO O| creating image...
84672024-10-22T00:31:16.965Z[ host-image] Oct 22 00:31:15.354 INFO O| copying publishers...
84682024-10-22T00:31:25.965Z[ host-image] Oct 22 00:31:24.354 INFO O| adding properties...
84692024-10-22T00:31:26.962Z[ host-image] Oct 22 00:31:25.351 INFO O| installing packages...
84702024-10-22T00:31:42.906Z[ host-image] Oct 22 00:31:41.295 INFO O| seeding SMF database...
84712024-10-22T00:31:43.463Z[ recovery-image] Oct 22 00:31:41.852 INFO O| ok, image written!
84722024-10-22T00:31:43.465Z[ recovery-image] Oct 22 00:31:41.852 INFO O| ok, boot_image_csum file written!
84732024-10-22T00:31:43.469Z[ recovery-image] Oct 22 00:31:41.859 INFO creating boot archive (CPIO)...
84742024-10-22T00:31:43.471Z[ recovery-image] Oct 22 00:31:41.859 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
84752024-10-22T00:31:43.477Z[ recovery-image] Oct 22 00:31:41.867 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84762024-10-22T00:31:43.477Z[ recovery-image] Oct 22 00:31:41.867 INFO E| + outfile=/work/os-recovery/cpio
84772024-10-22T00:31:43.480Z[ recovery-image] Oct 22 00:31:41.867 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84782024-10-22T00:31:43.480Z[ recovery-image] Oct 22 00:31:41.869 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84792024-10-22T00:31:43.480Z[ recovery-image] Oct 22 00:31:41.869 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84802024-10-22T00:31:43.511Z[ recovery-image] Oct 22 00:31:41.900 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84812024-10-22T00:31:43.511Z[ recovery-image] Oct 22 00:31:41.900 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84822024-10-22T00:31:43.519Z[ recovery-image] Oct 22 00:31:41.908 INFO creating compressed cpio/unix for nanobl-rs...
84832024-10-22T00:31:43.521Z[ recovery-image] Oct 22 00:31:41.909 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
84842024-10-22T00:31:43.803Z[ recovery-image] Oct 22 00:31:42.192 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84852024-10-22T00:31:48.215Z[ recovery-image] Oct 22 00:31:46.604 INFO creating reset image...
84862024-10-22T00:31:48.215Z[ recovery-image] Oct 22 00:31:46.604 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84872024-10-22T00:31:48.557Z[ recovery-image] Oct 22 00:31:46.946 INFO E| Updating crates.io index
84882024-10-22T00:31:48.661Z[ recovery-image] Oct 22 00:31:47.050 INFO E| Downloading crates ...
84892024-10-22T00:31:48.746Z[ recovery-image] Oct 22 00:31:47.136 INFO E| Downloaded shared_child v1.0.1
84902024-10-22T00:31:48.750Z[ recovery-image] Oct 22 00:31:47.140 INFO E| Downloaded duct v0.13.7
84912024-10-22T00:31:48.760Z[ recovery-image] Oct 22 00:31:47.150 INFO E| Downloaded os_pipe v1.2.1
84922024-10-22T00:31:48.767Z[ recovery-image] Oct 22 00:31:47.157 INFO E| Downloaded clap_builder v4.5.17
84932024-10-22T00:31:48.789Z[ recovery-image] Oct 22 00:31:47.178 INFO E| Downloaded libc v0.2.158
84942024-10-22T00:31:48.814Z[ recovery-image] Oct 22 00:31:47.203 INFO E| Downloaded clap v4.5.17
84952024-10-22T00:31:48.869Z[ recovery-image] Oct 22 00:31:47.258 INFO E| Compiling proc-macro2 v1.0.86
84962024-10-22T00:31:48.869Z[ recovery-image] Oct 22 00:31:47.258 INFO E| Compiling unicode-ident v1.0.13
84972024-10-22T00:31:48.869Z[ recovery-image] Oct 22 00:31:47.258 INFO E| Compiling libc v0.2.158
84982024-10-22T00:31:48.872Z[ recovery-image] Oct 22 00:31:47.259 INFO E| Compiling utf8parse v0.2.2
84992024-10-22T00:31:48.872Z[ recovery-image] Oct 22 00:31:47.259 INFO E| Compiling anstyle v1.0.8
85002024-10-22T00:31:48.872Z[ recovery-image] Oct 22 00:31:47.259 INFO E| Compiling anstyle-query v1.1.1
85012024-10-22T00:31:48.872Z[ recovery-image] Oct 22 00:31:47.259 INFO E| Compiling is_terminal_polyfill v1.70.1
85022024-10-22T00:31:48.872Z[ recovery-image] Oct 22 00:31:47.259 INFO E| Compiling colorchoice v1.0.2
85032024-10-22T00:31:49.085Z[ recovery-image] Oct 22 00:31:47.474 INFO E| Compiling anstyle-parse v0.2.5
85042024-10-22T00:31:49.095Z[ recovery-image] Oct 22 00:31:47.484 INFO E| Compiling clap_lex v0.7.2
85052024-10-22T00:31:49.122Z[ recovery-image] Oct 22 00:31:47.511 INFO E| Compiling heck v0.5.0
85062024-10-22T00:31:49.167Z[ recovery-image] Oct 22 00:31:47.556 INFO E| Compiling strsim v0.11.1
85072024-10-22T00:31:49.167Z[ recovery-image] Oct 22 00:31:47.556 INFO E| Compiling once_cell v1.19.0
85082024-10-22T00:31:49.366Z[ recovery-image] Oct 22 00:31:47.755 INFO E| Compiling anstream v0.6.15
85092024-10-22T00:31:49.745Z[ recovery-image] Oct 22 00:31:48.134 INFO E| Compiling clap_builder v4.5.17
85102024-10-22T00:31:50.165Z[ recovery-image] Oct 22 00:31:48.554 INFO E| Compiling os_pipe v1.2.1
85112024-10-22T00:31:50.165Z[ recovery-image] Oct 22 00:31:48.554 INFO E| Compiling shared_child v1.0.1
85122024-10-22T00:31:50.304Z[ recovery-image] Oct 22 00:31:48.693 INFO E| Compiling duct v0.13.7
85132024-10-22T00:31:50.318Z[ recovery-image] Oct 22 00:31:48.707 INFO E| Compiling quote v1.0.37
85142024-10-22T00:31:50.647Z[ recovery-image] Oct 22 00:31:49.036 INFO E| Compiling syn v2.0.77
85152024-10-22T00:31:51.281Z[ host-image] Oct 22 00:31:49.670 INFO O| configuring SMF profile...
85162024-10-22T00:31:51.283Z[ host-image] Oct 22 00:31:49.670 INFO O| modifying shadow(5)...
85172024-10-22T00:31:51.283Z[ host-image] Oct 22 00:31:49.670 INFO O| loading user and group database...
85182024-10-22T00:31:51.283Z[ host-image] Oct 22 00:31:49.670 INFO O| assessing packaged files...
85192024-10-22T00:31:54.073Z[ host-image] Oct 22 00:31:52.462 INFO O| creating archive...
85202024-10-22T00:31:54.134Z[ host-image] Oct 22 00:31:52.523 INFO O| missing from packaging:
85212024-10-22T00:31:54.136Z[ host-image] Oct 22 00:31:52.523 INFO O| "etc/.pwd.lock"
85222024-10-22T00:31:54.136Z[ host-image] Oct 22 00:31:52.523 INFO O| "etc/bash"
85232024-10-22T00:31:54.143Z[ host-image] Oct 22 00:31:52.532 INFO O| "etc/svc/profile/generic.xml"
85242024-10-22T00:31:54.143Z[ host-image] Oct 22 00:31:52.533 INFO O| "etc/svc/profile/inetd_services.xml"
85252024-10-22T00:31:54.146Z[ host-image] Oct 22 00:31:52.533 INFO O| "etc/svc/profile/name_service.xml"
85262024-10-22T00:31:54.146Z[ host-image] Oct 22 00:31:52.533 INFO O| "etc/svc/profile/platform.xml"
85272024-10-22T00:31:54.146Z[ host-image] Oct 22 00:31:52.533 INFO O| "etc/svc/profile/platform_omicron1.xml"
85282024-10-22T00:31:54.146Z[ host-image] Oct 22 00:31:52.533 INFO O| "etc/svc/repository.db"
85292024-10-22T00:31:54.161Z[ host-image] Oct 22 00:31:52.550 INFO O| "opt/ooce/share"
85302024-10-22T00:31:54.161Z[ host-image] Oct 22 00:31:52.550 INFO O| "opt/ooce/share/man"
85312024-10-22T00:31:54.161Z[ host-image] Oct 22 00:31:52.550 INFO O| "opt/ooce/share/man/man1"
85322024-10-22T00:31:54.176Z[ host-image] Oct 22 00:31:52.565 INFO O| finishing archive...
85332024-10-22T00:31:54.603Z[ recovery-image] Oct 22 00:31:52.992 INFO E| Compiling clap_derive v4.5.13
85342024-10-22T00:31:56.407Z[ recovery-image] Oct 22 00:31:54.796 INFO E| Compiling clap v4.5.17
85352024-10-22T00:31:56.457Z[ recovery-image] Oct 22 00:31:54.847 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85362024-10-22T00:31:57.054Z[ host-image] Oct 22 00:31:55.443 INFO O| creating gzonly manifest...
85372024-10-22T00:31:57.162Z[ host-image] Oct 22 00:31:55.552 INFO O| ok
85382024-10-22T00:31:57.264Z[ host-image] Oct 22 00:31:55.653 INFO image builder template: ramdisk-02-trim...
85392024-10-22T00:31:57.264Z[ host-image] Oct 22 00:31:55.653 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/.tmpHpVcd4/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85402024-10-22T00:31:57.289Z[ host-image] Oct 22 00:31:55.677 INFO O| Oct 22 00:31:55.677 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85412024-10-22T00:31:57.293Z[ host-image] Oct 22 00:31:55.681 INFO O| Oct 22 00:31:55.681 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85422024-10-22T00:31:57.477Z[ recovery-image] Oct 22 00:31:55.866 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
85432024-10-22T00:31:57.487Z[ recovery-image] Oct 22 00:31:55.877 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85442024-10-22T00:31:57.496Z[ host-image] Oct 22 00:31:55.885 INFO O| Oct 22 00:31:55.885 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85452024-10-22T00:31:57.604Z[ host-image] Oct 22 00:31:55.993 INFO O| Oct 22 00:31:55.993 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85462024-10-22T00:31:57.604Z[ host-image] Oct 22 00:31:55.994 INFO O| Oct 22 00:31:55.994 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85472024-10-22T00:31:57.609Z[ host-image] Oct 22 00:31:55.999 INFO O| Oct 22 00:31:55.999 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85482024-10-22T00:31:57.614Z[ host-image] Oct 22 00:31:56.003 INFO O| Oct 22 00:31:56.003 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85492024-10-22T00:31:57.616Z[ recovery-image] Oct 22 00:31:56.004 INFO E| Updating crates.io index
85502024-10-22T00:31:57.619Z[ host-image] Oct 22 00:31:56.008 INFO O| Oct 22 00:31:56.008 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85512024-10-22T00:31:57.819Z[ host-image] Oct 22 00:31:56.209 INFO O| Oct 22 00:31:56.208 INFO rolled back to input snapshot; work may begin
85522024-10-22T00:31:57.819Z[ host-image] Oct 22 00:31:56.209 INFO O| Oct 22 00:31:56.209 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85532024-10-22T00:31:57.824Z[ host-image] Oct 22 00:31:56.214 INFO O| Oct 22 00:31:56.214 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85542024-10-22T00:31:57.834Z[ host-image] Oct 22 00:31:56.223 INFO O| Oct 22 00:31:56.223 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85552024-10-22T00:31:57.882Z[ host-image] Oct 22 00:31:56.271 INFO O| Oct 22 00:31:56.271 INFO STEP 0 (remove_files) COMPLETE
85562024-10-22T00:31:57.882Z[ host-image] Oct 22 00:31:56.272 INFO O| Oct 22 00:31:56.271 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85572024-10-22T00:31:57.893Z[ host-image] Oct 22 00:31:56.282 INFO O| Oct 22 00:31:56.282 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85582024-10-22T00:31:57.896Z[ host-image] Oct 22 00:31:56.284 INFO O| Oct 22 00:31:56.284 INFO STEP 1 (remove_files) COMPLETE
85592024-10-22T00:31:57.896Z[ host-image] Oct 22 00:31:56.284 INFO O| Oct 22 00:31:56.284 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85602024-10-22T00:31:57.898Z[ recovery-image] Oct 22 00:31:56.287 INFO E| Downloading crates ...
85612024-10-22T00:31:57.904Z[ host-image] Oct 22 00:31:56.294 INFO O| Oct 22 00:31:56.293 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85622024-10-22T00:31:57.920Z[ host-image] Oct 22 00:31:56.309 INFO O| Oct 22 00:31:56.309 INFO STEP 2 (remove_files) COMPLETE
85632024-10-22T00:31:57.920Z[ host-image] Oct 22 00:31:56.309 INFO O| Oct 22 00:31:56.309 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85642024-10-22T00:31:57.929Z[ host-image] Oct 22 00:31:56.318 INFO O| Oct 22 00:31:56.318 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85652024-10-22T00:31:57.932Z[ host-image] Oct 22 00:31:56.320 INFO O| Oct 22 00:31:56.320 INFO STEP 3 (remove_files) COMPLETE
85662024-10-22T00:31:57.932Z[ host-image] Oct 22 00:31:56.320 INFO O| Oct 22 00:31:56.320 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85672024-10-22T00:31:57.940Z[ host-image] Oct 22 00:31:56.329 INFO O| Oct 22 00:31:56.329 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85682024-10-22T00:31:57.945Z[ host-image] Oct 22 00:31:56.333 INFO O| Oct 22 00:31:56.333 INFO STEP 4 (remove_files) COMPLETE
85692024-10-22T00:31:57.945Z[ host-image] Oct 22 00:31:56.334 INFO O| Oct 22 00:31:56.333 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85702024-10-22T00:31:57.953Z[ host-image] Oct 22 00:31:56.343 INFO O| Oct 22 00:31:56.343 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85712024-10-22T00:31:57.955Z[ recovery-image] Oct 22 00:31:56.343 INFO E| Downloaded bitstruct v0.1.1
85722024-10-22T00:31:57.958Z[ host-image] Oct 22 00:31:56.346 INFO O| Oct 22 00:31:56.346 INFO STEP 5 (remove_files) COMPLETE
85732024-10-22T00:31:57.958Z[ host-image] Oct 22 00:31:56.346 INFO O| Oct 22 00:31:56.346 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85742024-10-22T00:31:57.961Z[ recovery-image] Oct 22 00:31:56.349 INFO E| Downloaded cpio_reader v0.1.1
85752024-10-22T00:31:57.963Z[ recovery-image] Oct 22 00:31:56.351 INFO E| Downloaded seq-macro v0.3.5
85762024-10-22T00:31:57.963Z[ recovery-image] Oct 22 00:31:56.352 INFO E| Downloaded bitstruct_derive v0.1.0
85772024-10-22T00:31:57.966Z[ host-image] Oct 22 00:31:56.355 INFO O| Oct 22 00:31:56.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85782024-10-22T00:31:57.968Z[ recovery-image] Oct 22 00:31:56.356 INFO E| Downloaded bit_field v0.10.2
85792024-10-22T00:31:57.977Z[ host-image] Oct 22 00:31:56.366 INFO O| Oct 22 00:31:56.366 INFO STEP 6 (remove_files) COMPLETE
85802024-10-22T00:31:57.977Z[ host-image] Oct 22 00:31:56.366 INFO O| Oct 22 00:31:56.366 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-10-22T00:31:57.986Z[ host-image] Oct 22 00:31:56.376 INFO O| Oct 22 00:31:56.376 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85822024-10-22T00:31:57.994Z[ recovery-image] Oct 22 00:31:56.383 INFO E| Downloaded raw-cpuid v10.7.0
85832024-10-22T00:31:58.000Z[ host-image] Oct 22 00:31:56.389 INFO O| Oct 22 00:31:56.389 INFO STEP 7 (remove_files) COMPLETE
85842024-10-22T00:31:58.000Z[ host-image] Oct 22 00:31:56.389 INFO O| Oct 22 00:31:56.389 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-22T00:31:58.010Z[ host-image] Oct 22 00:31:56.399 INFO O| Oct 22 00:31:56.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85862024-10-22T00:31:58.094Z[ host-image] Oct 22 00:31:56.483 INFO O| Oct 22 00:31:56.483 INFO STEP 8 (remove_files) COMPLETE
85872024-10-22T00:31:58.094Z[ host-image] Oct 22 00:31:56.483 INFO O| Oct 22 00:31:56.483 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-22T00:31:58.105Z[ host-image] Oct 22 00:31:56.494 INFO O| Oct 22 00:31:56.494 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
85892024-10-22T00:31:58.113Z[ recovery-image] Oct 22 00:31:56.502 INFO E| Downloaded x86 v0.52.0
85902024-10-22T00:31:58.172Z[ recovery-image] Oct 22 00:31:56.561 INFO E| Updating crates.io index
85912024-10-22T00:31:58.192Z[ host-image] Oct 22 00:31:56.582 INFO O| Oct 22 00:31:56.582 INFO STEP 9 (remove_files) COMPLETE
85922024-10-22T00:31:58.192Z[ host-image] Oct 22 00:31:56.582 INFO O| Oct 22 00:31:56.582 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-10-22T00:31:58.203Z[ host-image] Oct 22 00:31:56.592 INFO O| Oct 22 00:31:56.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
85942024-10-22T00:31:58.206Z[ host-image] Oct 22 00:31:56.596 INFO O| Oct 22 00:31:56.596 INFO STEP 10 (remove_files) COMPLETE
85952024-10-22T00:31:58.209Z[ host-image] Oct 22 00:31:56.596 INFO O| Oct 22 00:31:56.596 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-10-22T00:31:58.216Z[ host-image] Oct 22 00:31:56.605 INFO O| Oct 22 00:31:56.605 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
85972024-10-22T00:31:58.218Z[ host-image] Oct 22 00:31:56.606 INFO O| Oct 22 00:31:56.606 INFO STEP 11 (remove_files) COMPLETE
85982024-10-22T00:31:58.218Z[ host-image] Oct 22 00:31:56.606 INFO O| Oct 22 00:31:56.606 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-10-22T00:31:58.226Z[ host-image] Oct 22 00:31:56.615 INFO O| Oct 22 00:31:56.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86002024-10-22T00:31:58.228Z[ host-image] Oct 22 00:31:56.617 INFO O| Oct 22 00:31:56.617 INFO STEP 12 (remove_files) COMPLETE
86012024-10-22T00:31:58.228Z[ host-image] Oct 22 00:31:56.617 INFO O| Oct 22 00:31:56.617 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-10-22T00:31:58.235Z[ recovery-image] Oct 22 00:31:56.624 INFO E| Downloading crates ...
86032024-10-22T00:31:58.308Z[ recovery-image] Oct 22 00:31:56.697 INFO E| Downloaded compiler_builtins v0.1.125
86042024-10-22T00:31:58.311Z[ host-image] Oct 22 00:31:56.700 INFO O| Oct 22 00:31:56.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86052024-10-22T00:31:58.313Z[ host-image] Oct 22 00:31:56.702 INFO O| Oct 22 00:31:56.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86062024-10-22T00:31:58.329Z[ host-image] Oct 22 00:31:56.719 INFO O| Oct 22 00:31:56.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86072024-10-22T00:31:58.334Z[ host-image] Oct 22 00:31:56.724 INFO O| Oct 22 00:31:56.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86082024-10-22T00:31:58.340Z[ recovery-image] Oct 22 00:31:56.730 INFO E| Downloaded unicode-width v0.1.13
86092024-10-22T00:31:58.407Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling compiler_builtins v0.1.125
86102024-10-22T00:31:58.407Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86112024-10-22T00:31:58.410Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling proc-macro2 v1.0.86
86122024-10-22T00:31:58.410Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling unicode-ident v1.0.13
86132024-10-22T00:31:58.410Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling syn v1.0.109
86142024-10-22T00:31:58.410Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling x86 v0.52.0
86152024-10-22T00:31:58.410Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86162024-10-22T00:31:58.410Z[ recovery-image] Oct 22 00:31:56.797 INFO E| Compiling seq-macro v0.3.5
86172024-10-22T00:31:58.717Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.102 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86182024-10-22T00:31:58.717Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86192024-10-22T00:31:58.717Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86202024-10-22T00:31:58.718Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86212024-10-22T00:31:58.718Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86222024-10-22T00:31:58.718Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.103 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86232024-10-22T00:31:58.718Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86242024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86252024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86262024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86272024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86282024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86292024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86302024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86312024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.105 INFO O| Oct 22 00:31:57.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86322024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.106 INFO O| Oct 22 00:31:57.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86332024-10-22T00:31:58.721Z[ host-image] Oct 22 00:31:57.106 INFO O| Oct 22 00:31:57.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86342024-10-22T00:31:58.738Z[ host-image] Oct 22 00:31:57.127 INFO O| Oct 22 00:31:57.127 INFO STEP 13 (remove_files) COMPLETE
86352024-10-22T00:31:58.738Z[ host-image] Oct 22 00:31:57.127 INFO O| Oct 22 00:31:57.127 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86362024-10-22T00:31:58.757Z[ host-image] Oct 22 00:31:57.147 INFO O| Oct 22 00:31:57.146 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86372024-10-22T00:31:58.760Z[ host-image] Oct 22 00:31:57.149 INFO O| Oct 22 00:31:57.149 INFO STEP 14 (remove_files) COMPLETE
86382024-10-22T00:31:58.760Z[ host-image] Oct 22 00:31:57.149 INFO O| Oct 22 00:31:57.149 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86392024-10-22T00:31:58.779Z[ host-image] Oct 22 00:31:57.168 INFO O| Oct 22 00:31:57.168 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86402024-10-22T00:31:58.791Z[ host-image] Oct 22 00:31:57.180 INFO O| Oct 22 00:31:57.180 INFO STEP 15 (remove_files) COMPLETE
86412024-10-22T00:31:58.791Z[ host-image] Oct 22 00:31:57.180 INFO O| Oct 22 00:31:57.180 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86422024-10-22T00:31:58.810Z[ host-image] Oct 22 00:31:57.199 INFO O| Oct 22 00:31:57.199 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86432024-10-22T00:31:58.813Z[ host-image] Oct 22 00:31:57.200 INFO O| Oct 22 00:31:57.200 INFO STEP 16 (remove_files) COMPLETE
86442024-10-22T00:31:58.813Z[ host-image] Oct 22 00:31:57.200 INFO O| Oct 22 00:31:57.200 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86452024-10-22T00:31:58.830Z[ host-image] Oct 22 00:31:57.219 INFO O| Oct 22 00:31:57.219 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86462024-10-22T00:31:58.832Z[ host-image] Oct 22 00:31:57.222 INFO O| Oct 22 00:31:57.222 INFO STEP 17 (remove_files) COMPLETE
86472024-10-22T00:31:58.835Z[ host-image] Oct 22 00:31:57.222 INFO O| Oct 22 00:31:57.222 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86482024-10-22T00:31:58.853Z[ host-image] Oct 22 00:31:57.241 INFO O| Oct 22 00:31:57.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86492024-10-22T00:31:58.853Z[ host-image] Oct 22 00:31:57.241 INFO O| Oct 22 00:31:57.241 INFO STEP 18 (remove_files) COMPLETE
86502024-10-22T00:31:58.853Z[ host-image] Oct 22 00:31:57.241 INFO O| Oct 22 00:31:57.241 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86512024-10-22T00:31:58.871Z[ host-image] Oct 22 00:31:57.259 INFO O| Oct 22 00:31:57.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86522024-10-22T00:31:58.871Z[ host-image] Oct 22 00:31:57.259 INFO O| Oct 22 00:31:57.259 INFO STEP 19 (remove_files) COMPLETE
86532024-10-22T00:31:58.871Z[ host-image] Oct 22 00:31:57.259 INFO O| Oct 22 00:31:57.259 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-22T00:31:58.889Z[ host-image] Oct 22 00:31:57.278 INFO O| Oct 22 00:31:57.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86552024-10-22T00:31:58.889Z[ host-image] Oct 22 00:31:57.279 INFO O| Oct 22 00:31:57.279 INFO STEP 20 (remove_files) COMPLETE
86562024-10-22T00:31:58.889Z[ host-image] Oct 22 00:31:57.279 INFO O| Oct 22 00:31:57.279 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-22T00:31:58.905Z[ host-image] Oct 22 00:31:57.294 INFO O| Oct 22 00:31:57.294 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86582024-10-22T00:31:58.905Z[ host-image] Oct 22 00:31:57.294 INFO O| Oct 22 00:31:57.294 INFO STEP 21 (remove_files) COMPLETE
86592024-10-22T00:31:58.905Z[ host-image] Oct 22 00:31:57.294 INFO O| Oct 22 00:31:57.294 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-22T00:31:58.918Z[ host-image] Oct 22 00:31:57.308 INFO O| Oct 22 00:31:57.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86612024-10-22T00:31:58.918Z[ host-image] Oct 22 00:31:57.308 INFO O| Oct 22 00:31:57.308 INFO STEP 22 (remove_files) COMPLETE
86622024-10-22T00:31:58.918Z[ host-image] Oct 22 00:31:57.308 INFO O| Oct 22 00:31:57.308 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-22T00:31:58.933Z[ host-image] Oct 22 00:31:57.322 INFO O| Oct 22 00:31:57.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86642024-10-22T00:31:58.933Z[ host-image] Oct 22 00:31:57.322 INFO O| Oct 22 00:31:57.322 INFO STEP 23 (remove_files) COMPLETE
86652024-10-22T00:31:58.933Z[ host-image] Oct 22 00:31:57.322 INFO O| Oct 22 00:31:57.322 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-22T00:31:58.947Z[ host-image] Oct 22 00:31:57.336 INFO O| Oct 22 00:31:57.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86672024-10-22T00:31:58.947Z[ host-image] Oct 22 00:31:57.336 INFO O| Oct 22 00:31:57.336 INFO STEP 24 (remove_files) COMPLETE
86682024-10-22T00:31:58.950Z[ host-image] Oct 22 00:31:57.336 INFO O| Oct 22 00:31:57.336 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-22T00:31:58.961Z[ host-image] Oct 22 00:31:57.350 INFO O| Oct 22 00:31:57.350 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86702024-10-22T00:31:58.963Z[ host-image] Oct 22 00:31:57.350 INFO O| Oct 22 00:31:57.350 INFO STEP 25 (remove_files) COMPLETE
86712024-10-22T00:31:58.963Z[ host-image] Oct 22 00:31:57.350 INFO O| Oct 22 00:31:57.350 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-22T00:31:58.974Z[ host-image] Oct 22 00:31:57.363 INFO O| Oct 22 00:31:57.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86732024-10-22T00:31:58.974Z[ host-image] Oct 22 00:31:57.363 INFO O| Oct 22 00:31:57.363 INFO STEP 26 (remove_files) COMPLETE
86742024-10-22T00:31:58.976Z[ host-image] Oct 22 00:31:57.363 INFO O| Oct 22 00:31:57.363 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-22T00:31:58.989Z[ host-image] Oct 22 00:31:57.378 INFO O| Oct 22 00:31:57.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86762024-10-22T00:31:58.989Z[ host-image] Oct 22 00:31:57.378 INFO O| Oct 22 00:31:57.378 INFO STEP 27 (remove_files) COMPLETE
86772024-10-22T00:31:58.989Z[ host-image] Oct 22 00:31:57.378 INFO O| Oct 22 00:31:57.378 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-22T00:31:59.003Z[ host-image] Oct 22 00:31:57.392 INFO O| Oct 22 00:31:57.392 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86792024-10-22T00:31:59.003Z[ host-image] Oct 22 00:31:57.392 INFO O| Oct 22 00:31:57.392 INFO STEP 28 (remove_files) COMPLETE
86802024-10-22T00:31:59.003Z[ host-image] Oct 22 00:31:57.392 INFO O| Oct 22 00:31:57.392 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-22T00:31:59.018Z[ host-image] Oct 22 00:31:57.407 INFO O| Oct 22 00:31:57.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86822024-10-22T00:31:59.018Z[ host-image] Oct 22 00:31:57.407 INFO O| Oct 22 00:31:57.407 INFO STEP 29 (remove_files) COMPLETE
86832024-10-22T00:31:59.018Z[ host-image] Oct 22 00:31:57.407 INFO O| Oct 22 00:31:57.407 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-22T00:31:59.032Z[ host-image] Oct 22 00:31:57.422 INFO O| Oct 22 00:31:57.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86852024-10-22T00:31:59.032Z[ host-image] Oct 22 00:31:57.422 INFO O| Oct 22 00:31:57.422 INFO STEP 30 (remove_files) COMPLETE
86862024-10-22T00:31:59.033Z[ host-image] Oct 22 00:31:57.422 INFO O| Oct 22 00:31:57.422 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-22T00:31:59.046Z[ host-image] Oct 22 00:31:57.435 INFO O| Oct 22 00:31:57.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86882024-10-22T00:31:59.046Z[ host-image] Oct 22 00:31:57.435 INFO O| Oct 22 00:31:57.435 INFO STEP 31 (remove_files) COMPLETE
86892024-10-22T00:31:59.048Z[ host-image] Oct 22 00:31:57.435 INFO O| Oct 22 00:31:57.435 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-22T00:31:59.061Z[ host-image] Oct 22 00:31:57.450 INFO O| Oct 22 00:31:57.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86912024-10-22T00:31:59.061Z[ host-image] Oct 22 00:31:57.450 INFO O| Oct 22 00:31:57.450 INFO STEP 32 (remove_files) COMPLETE
86922024-10-22T00:31:59.061Z[ host-image] Oct 22 00:31:57.450 INFO O| Oct 22 00:31:57.450 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-22T00:31:59.074Z[ host-image] Oct 22 00:31:57.463 INFO O| Oct 22 00:31:57.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86942024-10-22T00:31:59.074Z[ host-image] Oct 22 00:31:57.463 INFO O| Oct 22 00:31:57.463 INFO STEP 33 (remove_files) COMPLETE
86952024-10-22T00:31:59.074Z[ host-image] Oct 22 00:31:57.463 INFO O| Oct 22 00:31:57.463 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-22T00:31:59.087Z[ host-image] Oct 22 00:31:57.477 INFO O| Oct 22 00:31:57.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86972024-10-22T00:31:59.087Z[ host-image] Oct 22 00:31:57.477 INFO O| Oct 22 00:31:57.477 INFO STEP 34 (remove_files) COMPLETE
86982024-10-22T00:31:59.087Z[ host-image] Oct 22 00:31:57.477 INFO O| Oct 22 00:31:57.477 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-22T00:31:59.100Z[ host-image] Oct 22 00:31:57.490 INFO O| Oct 22 00:31:57.490 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87002024-10-22T00:31:59.100Z[ host-image] Oct 22 00:31:57.490 INFO O| Oct 22 00:31:57.490 INFO STEP 35 (remove_files) COMPLETE
87012024-10-22T00:31:59.101Z[ host-image] Oct 22 00:31:57.490 INFO O| Oct 22 00:31:57.490 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-22T00:31:59.111Z[ host-image] Oct 22 00:31:57.501 INFO O| Oct 22 00:31:57.501 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87032024-10-22T00:31:59.111Z[ host-image] Oct 22 00:31:57.501 INFO O| Oct 22 00:31:57.501 INFO STEP 36 (remove_files) COMPLETE
87042024-10-22T00:31:59.114Z[ host-image] Oct 22 00:31:57.501 INFO O| Oct 22 00:31:57.501 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-22T00:31:59.122Z[ host-image] Oct 22 00:31:57.512 INFO O| Oct 22 00:31:57.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87062024-10-22T00:31:59.122Z[ host-image] Oct 22 00:31:57.512 INFO O| Oct 22 00:31:57.512 INFO STEP 37 (remove_files) COMPLETE
87072024-10-22T00:31:59.125Z[ host-image] Oct 22 00:31:57.512 INFO O| Oct 22 00:31:57.512 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-10-22T00:31:59.135Z[ host-image] Oct 22 00:31:57.524 INFO O| Oct 22 00:31:57.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87092024-10-22T00:31:59.135Z[ host-image] Oct 22 00:31:57.524 INFO O| Oct 22 00:31:57.524 INFO STEP 38 (remove_files) COMPLETE
87102024-10-22T00:31:59.135Z[ host-image] Oct 22 00:31:57.524 INFO O| Oct 22 00:31:57.524 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-10-22T00:31:59.147Z[ host-image] Oct 22 00:31:57.536 INFO O| Oct 22 00:31:57.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87122024-10-22T00:31:59.147Z[ host-image] Oct 22 00:31:57.536 INFO O| Oct 22 00:31:57.536 INFO STEP 39 (remove_files) COMPLETE
87132024-10-22T00:31:59.147Z[ host-image] Oct 22 00:31:57.536 INFO O| Oct 22 00:31:57.536 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-22T00:31:59.157Z[ host-image] Oct 22 00:31:57.547 INFO O| Oct 22 00:31:57.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87152024-10-22T00:31:59.158Z[ host-image] Oct 22 00:31:57.547 INFO O| Oct 22 00:31:57.547 INFO STEP 40 (remove_files) COMPLETE
87162024-10-22T00:31:59.158Z[ host-image] Oct 22 00:31:57.547 INFO O| Oct 22 00:31:57.547 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-10-22T00:31:59.170Z[ host-image] Oct 22 00:31:57.559 INFO O| Oct 22 00:31:57.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87182024-10-22T00:31:59.170Z[ host-image] Oct 22 00:31:57.559 INFO O| Oct 22 00:31:57.559 INFO STEP 41 (remove_files) COMPLETE
87192024-10-22T00:31:59.170Z[ host-image] Oct 22 00:31:57.559 INFO O| Oct 22 00:31:57.559 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-10-22T00:31:59.182Z[ host-image] Oct 22 00:31:57.571 INFO O| Oct 22 00:31:57.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87212024-10-22T00:31:59.185Z[ host-image] Oct 22 00:31:57.572 INFO O| Oct 22 00:31:57.571 INFO STEP 42 (remove_files) COMPLETE
87222024-10-22T00:31:59.185Z[ host-image] Oct 22 00:31:57.572 INFO O| Oct 22 00:31:57.571 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-22T00:31:59.194Z[ host-image] Oct 22 00:31:57.583 INFO O| Oct 22 00:31:57.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87242024-10-22T00:31:59.194Z[ host-image] Oct 22 00:31:57.583 INFO O| Oct 22 00:31:57.583 INFO STEP 43 (remove_files) COMPLETE
87252024-10-22T00:31:59.196Z[ host-image] Oct 22 00:31:57.583 INFO O| Oct 22 00:31:57.583 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-10-22T00:31:59.203Z[ host-image] Oct 22 00:31:57.593 INFO O| Oct 22 00:31:57.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87272024-10-22T00:31:59.206Z[ host-image] Oct 22 00:31:57.593 INFO O| Oct 22 00:31:57.593 INFO STEP 44 (remove_files) COMPLETE
87282024-10-22T00:31:59.206Z[ host-image] Oct 22 00:31:57.593 INFO O| Oct 22 00:31:57.593 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-22T00:31:59.213Z[ host-image] Oct 22 00:31:57.603 INFO O| Oct 22 00:31:57.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87302024-10-22T00:31:59.213Z[ host-image] Oct 22 00:31:57.603 INFO O| Oct 22 00:31:57.603 INFO STEP 45 (remove_files) COMPLETE
87312024-10-22T00:31:59.216Z[ host-image] Oct 22 00:31:57.603 INFO O| Oct 22 00:31:57.603 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-10-22T00:31:59.223Z[ host-image] Oct 22 00:31:57.613 INFO O| Oct 22 00:31:57.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87332024-10-22T00:31:59.223Z[ host-image] Oct 22 00:31:57.613 INFO O| Oct 22 00:31:57.613 INFO STEP 46 (remove_files) COMPLETE
87342024-10-22T00:31:59.226Z[ host-image] Oct 22 00:31:57.613 INFO O| Oct 22 00:31:57.613 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-22T00:31:59.233Z[ host-image] Oct 22 00:31:57.623 INFO O| Oct 22 00:31:57.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87362024-10-22T00:31:59.236Z[ host-image] Oct 22 00:31:57.623 INFO O| Oct 22 00:31:57.623 INFO STEP 47 (remove_files) COMPLETE
87372024-10-22T00:31:59.236Z[ host-image] Oct 22 00:31:57.623 INFO O| Oct 22 00:31:57.623 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-10-22T00:31:59.243Z[ host-image] Oct 22 00:31:57.632 INFO O| Oct 22 00:31:57.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87392024-10-22T00:31:59.243Z[ host-image] Oct 22 00:31:57.632 INFO O| Oct 22 00:31:57.632 INFO STEP 48 (remove_files) COMPLETE
87402024-10-22T00:31:59.245Z[ host-image] Oct 22 00:31:57.632 INFO O| Oct 22 00:31:57.632 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-10-22T00:31:59.253Z[ host-image] Oct 22 00:31:57.642 INFO O| Oct 22 00:31:57.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87422024-10-22T00:31:59.253Z[ host-image] Oct 22 00:31:57.642 INFO O| Oct 22 00:31:57.642 INFO STEP 49 (remove_files) COMPLETE
87432024-10-22T00:31:59.255Z[ host-image] Oct 22 00:31:57.642 INFO O| Oct 22 00:31:57.642 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-10-22T00:31:59.262Z[ host-image] Oct 22 00:31:57.652 INFO O| Oct 22 00:31:57.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87452024-10-22T00:31:59.265Z[ host-image] Oct 22 00:31:57.652 INFO O| Oct 22 00:31:57.652 INFO STEP 50 (remove_files) COMPLETE
87462024-10-22T00:31:59.265Z[ host-image] Oct 22 00:31:57.652 INFO O| Oct 22 00:31:57.652 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-10-22T00:31:59.277Z[ host-image] Oct 22 00:31:57.667 INFO O| Oct 22 00:31:57.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87482024-10-22T00:31:59.280Z[ host-image] Oct 22 00:31:57.667 INFO O| Oct 22 00:31:57.667 INFO STEP 51 (remove_files) COMPLETE
87492024-10-22T00:31:59.280Z[ host-image] Oct 22 00:31:57.667 INFO O| Oct 22 00:31:57.667 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-10-22T00:31:59.290Z[ host-image] Oct 22 00:31:57.679 INFO O| Oct 22 00:31:57.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87512024-10-22T00:31:59.290Z[ host-image] Oct 22 00:31:57.679 INFO O| Oct 22 00:31:57.679 INFO STEP 52 (remove_files) COMPLETE
87522024-10-22T00:31:59.292Z[ host-image] Oct 22 00:31:57.679 INFO O| Oct 22 00:31:57.679 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-10-22T00:31:59.302Z[ host-image] Oct 22 00:31:57.691 INFO O| Oct 22 00:31:57.691 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87542024-10-22T00:31:59.304Z[ host-image] Oct 22 00:31:57.692 INFO O| Oct 22 00:31:57.691 INFO STEP 53 (remove_files) COMPLETE
87552024-10-22T00:31:59.305Z[ host-image] Oct 22 00:31:57.692 INFO O| Oct 22 00:31:57.692 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-10-22T00:31:59.313Z[ host-image] Oct 22 00:31:57.702 INFO O| Oct 22 00:31:57.702 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87572024-10-22T00:31:59.315Z[ host-image] Oct 22 00:31:57.702 INFO O| Oct 22 00:31:57.702 INFO STEP 54 (remove_files) COMPLETE
87582024-10-22T00:31:59.315Z[ host-image] Oct 22 00:31:57.702 INFO O| Oct 22 00:31:57.702 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-10-22T00:31:59.325Z[ host-image] Oct 22 00:31:57.715 INFO O| Oct 22 00:31:57.715 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87602024-10-22T00:31:59.328Z[ host-image] Oct 22 00:31:57.715 INFO O| Oct 22 00:31:57.715 INFO STEP 55 (remove_files) COMPLETE
87612024-10-22T00:31:59.328Z[ host-image] Oct 22 00:31:57.715 INFO O| Oct 22 00:31:57.715 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-22T00:31:59.338Z[ host-image] Oct 22 00:31:57.727 INFO O| Oct 22 00:31:57.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87632024-10-22T00:31:59.338Z[ host-image] Oct 22 00:31:57.727 INFO O| Oct 22 00:31:57.727 INFO STEP 56 (remove_files) COMPLETE
87642024-10-22T00:31:59.341Z[ host-image] Oct 22 00:31:57.727 INFO O| Oct 22 00:31:57.727 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-10-22T00:31:59.350Z[ host-image] Oct 22 00:31:57.740 INFO O| Oct 22 00:31:57.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87662024-10-22T00:31:59.350Z[ host-image] Oct 22 00:31:57.740 INFO O| Oct 22 00:31:57.740 INFO STEP 57 (remove_files) COMPLETE
87672024-10-22T00:31:59.354Z[ host-image] Oct 22 00:31:57.740 INFO O| Oct 22 00:31:57.740 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-10-22T00:31:59.362Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87692024-10-22T00:31:59.362Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87702024-10-22T00:31:59.365Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87712024-10-22T00:31:59.365Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87722024-10-22T00:31:59.365Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87732024-10-22T00:31:59.365Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87742024-10-22T00:31:59.365Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO ok!
87752024-10-22T00:31:59.365Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO STEP 58 (ensure_file) COMPLETE
87762024-10-22T00:31:59.365Z[ host-image] Oct 22 00:31:57.752 INFO O| Oct 22 00:31:57.752 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772024-10-22T00:31:59.373Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87782024-10-22T00:31:59.373Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87792024-10-22T00:31:59.376Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87802024-10-22T00:31:59.376Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87812024-10-22T00:31:59.376Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87822024-10-22T00:31:59.376Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87832024-10-22T00:31:59.376Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO ok!
87842024-10-22T00:31:59.376Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO STEP 59 (ensure_file) COMPLETE
87852024-10-22T00:31:59.376Z[ host-image] Oct 22 00:31:57.763 INFO O| Oct 22 00:31:57.763 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-10-22T00:31:59.383Z[ host-image] Oct 22 00:31:57.773 INFO O| Oct 22 00:31:57.773 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87872024-10-22T00:31:59.383Z[ host-image] Oct 22 00:31:57.773 INFO O| Oct 22 00:31:57.773 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87882024-10-22T00:31:59.386Z[ host-image] Oct 22 00:31:57.773 INFO O| Oct 22 00:31:57.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87892024-10-22T00:31:59.386Z[ host-image] Oct 22 00:31:57.773 INFO O| Oct 22 00:31:57.773 INFO ok!
87902024-10-22T00:31:59.386Z[ host-image] Oct 22 00:31:57.773 INFO O| Oct 22 00:31:57.773 INFO STEP 60 (ensure_file) COMPLETE
87912024-10-22T00:31:59.386Z[ host-image] Oct 22 00:31:57.773 INFO O| Oct 22 00:31:57.773 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-10-22T00:31:59.394Z[ host-image] Oct 22 00:31:57.783 INFO O| Oct 22 00:31:57.783 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87932024-10-22T00:31:59.397Z[ host-image] Oct 22 00:31:57.783 INFO O| Oct 22 00:31:57.783 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87942024-10-22T00:31:59.397Z[ host-image] Oct 22 00:31:57.784 INFO O| Oct 22 00:31:57.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87952024-10-22T00:31:59.397Z[ host-image] Oct 22 00:31:57.784 INFO O| Oct 22 00:31:57.784 INFO ok!
87962024-10-22T00:31:59.397Z[ host-image] Oct 22 00:31:57.784 INFO O| Oct 22 00:31:57.784 INFO STEP 61 (ensure_file) COMPLETE
87972024-10-22T00:31:59.397Z[ host-image] Oct 22 00:31:57.784 INFO O| Oct 22 00:31:57.784 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-10-22T00:31:59.404Z[ host-image] Oct 22 00:31:57.794 INFO O| Oct 22 00:31:57.794 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87992024-10-22T00:31:59.404Z[ host-image] Oct 22 00:31:57.794 INFO O| Oct 22 00:31:57.794 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88002024-10-22T00:31:59.407Z[ host-image] Oct 22 00:31:57.794 INFO O| Oct 22 00:31:57.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88012024-10-22T00:31:59.407Z[ host-image] Oct 22 00:31:57.794 INFO O| Oct 22 00:31:57.794 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88022024-10-22T00:31:59.407Z[ host-image] Oct 22 00:31:57.794 INFO O| Oct 22 00:31:57.794 INFO ok!
88032024-10-22T00:31:59.407Z[ host-image] Oct 22 00:31:57.794 INFO O| Oct 22 00:31:57.794 INFO STEP 62 (ensure_file) COMPLETE
88042024-10-22T00:31:59.407Z[ host-image] Oct 22 00:31:57.794 INFO O| Oct 22 00:31:57.794 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052024-10-22T00:31:59.414Z[ host-image] Oct 22 00:31:57.804 INFO O| Oct 22 00:31:57.804 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88062024-10-22T00:31:59.417Z[ host-image] Oct 22 00:31:57.804 INFO O| Oct 22 00:31:57.804 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88072024-10-22T00:31:59.417Z[ host-image] Oct 22 00:31:57.804 INFO O| Oct 22 00:31:57.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88082024-10-22T00:31:59.417Z[ host-image] Oct 22 00:31:57.804 INFO O| Oct 22 00:31:57.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88092024-10-22T00:31:59.417Z[ host-image] Oct 22 00:31:57.804 INFO O| Oct 22 00:31:57.804 INFO ok!
88102024-10-22T00:31:59.417Z[ host-image] Oct 22 00:31:57.804 INFO O| Oct 22 00:31:57.804 INFO STEP 63 (ensure_file) COMPLETE
88112024-10-22T00:31:59.417Z[ host-image] Oct 22 00:31:57.804 INFO O| Oct 22 00:31:57.804 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-10-22T00:31:59.424Z[ host-image] Oct 22 00:31:57.813 INFO O| Oct 22 00:31:57.813 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88132024-10-22T00:31:59.426Z[ host-image] Oct 22 00:31:57.814 INFO O| Oct 22 00:31:57.813 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88142024-10-22T00:31:59.426Z[ host-image] Oct 22 00:31:57.814 INFO O| Oct 22 00:31:57.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88152024-10-22T00:31:59.426Z[ host-image] Oct 22 00:31:57.814 INFO O| Oct 22 00:31:57.814 INFO ok!
88162024-10-22T00:31:59.426Z[ host-image] Oct 22 00:31:57.814 INFO O| Oct 22 00:31:57.814 INFO STEP 64 (assemble_files) COMPLETE
88172024-10-22T00:31:59.426Z[ host-image] Oct 22 00:31:57.814 INFO O| Oct 22 00:31:57.814 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-10-22T00:31:59.434Z[ host-image] Oct 22 00:31:57.823 INFO O| Oct 22 00:31:57.823 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88192024-10-22T00:31:59.437Z[ host-image] Oct 22 00:31:57.824 INFO O| Oct 22 00:31:57.823 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88202024-10-22T00:31:59.437Z[ host-image] Oct 22 00:31:57.824 INFO O| Oct 22 00:31:57.824 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88212024-10-22T00:31:59.437Z[ host-image] Oct 22 00:31:57.824 INFO O| Oct 22 00:31:57.824 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88222024-10-22T00:31:59.437Z[ host-image] Oct 22 00:31:57.824 INFO O| Oct 22 00:31:57.824 INFO ok!
88232024-10-22T00:31:59.437Z[ host-image] Oct 22 00:31:57.824 INFO O| Oct 22 00:31:57.824 INFO STEP 65 (ensure_file) COMPLETE
88242024-10-22T00:31:59.437Z[ host-image] Oct 22 00:31:57.824 INFO O| Oct 22 00:31:57.824 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88252024-10-22T00:31:59.444Z[ host-image] Oct 22 00:31:57.833 INFO O| Oct 22 00:31:57.833 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88262024-10-22T00:31:59.446Z[ host-image] Oct 22 00:31:57.834 INFO O| Oct 22 00:31:57.833 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88272024-10-22T00:31:59.446Z[ host-image] Oct 22 00:31:57.834 INFO O| Oct 22 00:31:57.834 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88282024-10-22T00:31:59.446Z[ host-image] Oct 22 00:31:57.834 INFO O| Oct 22 00:31:57.834 INFO STEP 66 (ensure_dir) COMPLETE
88292024-10-22T00:31:59.447Z[ host-image] Oct 22 00:31:57.834 INFO O| Oct 22 00:31:57.834 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-10-22T00:31:59.456Z[ host-image] Oct 22 00:31:57.846 INFO O| Oct 22 00:31:57.846 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88312024-10-22T00:31:59.456Z[ host-image] Oct 22 00:31:57.846 INFO O| Oct 22 00:31:57.846 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 ...
88322024-10-22T00:31:59.463Z[ host-image] Oct 22 00:31:57.853 INFO O| Oct 22 00:31:57.853 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
88332024-10-22T00:31:59.463Z[ host-image] Oct 22 00:31:57.853 INFO O| Oct 22 00:31:57.853 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88342024-10-22T00:31:59.466Z[ host-image] Oct 22 00:31:57.853 INFO O| Oct 22 00:31:57.853 INFO ok!
88352024-10-22T00:31:59.466Z[ host-image] Oct 22 00:31:57.853 INFO O| Oct 22 00:31:57.853 INFO STEP 67 (ensure_file) COMPLETE
88362024-10-22T00:31:59.466Z[ host-image] Oct 22 00:31:57.853 INFO O| Oct 22 00:31:57.853 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-10-22T00:31:59.474Z[ host-image] Oct 22 00:31:57.863 INFO O| Oct 22 00:31:57.863 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88382024-10-22T00:31:59.474Z[ host-image] Oct 22 00:31:57.863 INFO O| Oct 22 00:31:57.863 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 ...
88392024-10-22T00:31:59.476Z[ host-image] Oct 22 00:31:57.863 INFO O| Oct 22 00:31:57.863 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
88402024-10-22T00:31:59.476Z[ host-image] Oct 22 00:31:57.863 INFO O| Oct 22 00:31:57.863 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88412024-10-22T00:31:59.476Z[ host-image] Oct 22 00:31:57.863 INFO O| Oct 22 00:31:57.863 INFO ok!
88422024-10-22T00:31:59.476Z[ host-image] Oct 22 00:31:57.863 INFO O| Oct 22 00:31:57.863 INFO STEP 68 (ensure_file) COMPLETE
88432024-10-22T00:31:59.476Z[ host-image] Oct 22 00:31:57.863 INFO O| Oct 22 00:31:57.863 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88442024-10-22T00:31:59.489Z[ host-image] Oct 22 00:31:57.878 INFO O| Oct 22 00:31:57.878 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88452024-10-22T00:31:59.489Z[ host-image] Oct 22 00:31:57.878 INFO O| Oct 22 00:31:57.878 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88462024-10-22T00:31:59.576Z[ recovery-image] Oct 22 00:31:57.964 INFO E| Compiling quote v1.0.37
88472024-10-22T00:31:59.841Z[ recovery-image] Oct 22 00:31:58.230 INFO E| Compiling syn v2.0.77
88482024-10-22T00:32:01.842Z[ host-image] Oct 22 00:32:00.231 INFO O| Oct 22 00:32:00.231 INFO STEP 69 (pack_tar) COMPLETE
88492024-10-22T00:32:01.842Z[ host-image] Oct 22 00:32:00.231 INFO O| Oct 22 00:32:00.231 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88502024-10-22T00:32:01.846Z[ host-image] Oct 22 00:32:00.231 INFO O| Oct 22 00:32:00.231 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88512024-10-22T00:32:02.269Z[ host-image] Oct 22 00:32:00.657 INFO O| Oct 22 00:32:00.657 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88522024-10-22T00:32:02.385Z[ host-image] Oct 22 00:32:00.774 INFO O| Oct 22 00:32:00.774 INFO completed processing gimlet/ramdisk-02-trim
88532024-10-22T00:32:02.389Z[ host-image] Oct 22 00:32:00.777 INFO image builder template: zfs...
88542024-10-22T00:32:02.389Z[ host-image] Oct 22 00:32:00.777 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/.tmpHpVcd4/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88552024-10-22T00:32:02.415Z[ host-image] Oct 22 00:32:00.804 INFO O| Oct 22 00:32:00.804 INFO skip include "stress" because feature "stress" is not enabled
88562024-10-22T00:32:02.481Z[ host-image] Oct 22 00:32:00.870 INFO O| Oct 22 00:32:00.870 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88572024-10-22T00:32:02.489Z[ host-image] Oct 22 00:32:00.878 INFO O| Oct 22 00:32:00.878 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88582024-10-22T00:32:02.584Z[ host-image] Oct 22 00:32:00.973 INFO O| Oct 22 00:32:00.973 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88592024-10-22T00:32:02.660Z[ host-image] Oct 22 00:32:01.049 INFO O| Oct 22 00:32:01.049 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88602024-10-22T00:32:02.660Z[ host-image] Oct 22 00:32:01.049 INFO O| Oct 22 00:32:01.049 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88612024-10-22T00:32:02.665Z[ host-image] Oct 22 00:32:01.055 INFO O| Oct 22 00:32:01.055 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88622024-10-22T00:32:02.756Z[ host-image] Oct 22 00:32:01.145 INFO O| Oct 22 00:32:01.145 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88632024-10-22T00:32:02.889Z[ host-image] Oct 22 00:32:01.278 INFO O| Oct 22 00:32:01.278 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88642024-10-22T00:32:02.901Z[ host-image] Oct 22 00:32:01.290 INFO O| Oct 22 00:32:01.290 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88652024-10-22T00:32:02.908Z[ host-image] Oct 22 00:32:01.297 INFO O| Oct 22 00:32:01.297 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88662024-10-22T00:32:02.910Z[ host-image] Oct 22 00:32:01.297 INFO O| Oct 22 00:32:01.297 INFO no lofi found
88672024-10-22T00:32:02.910Z[ host-image] Oct 22 00:32:01.298 INFO O| Oct 22 00:32:01.297 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88682024-10-22T00:32:02.911Z[ host-image] Oct 22 00:32:01.298 INFO O| Oct 22 00:32:01.297 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88692024-10-22T00:32:04.622Z[ host-image] Oct 22 00:32:03.011 INFO O| Oct 22 00:32:03.011 INFO lofi device = /dev/dsk/c2t1d0p0
88702024-10-22T00:32:04.622Z[ host-image] Oct 22 00:32:03.011 INFO O| Oct 22 00:32:03.011 INFO pool device = /dev/dsk/c2t1d0p0
88712024-10-22T00:32:04.624Z[ host-image] Oct 22 00:32:03.011 INFO O| Oct 22 00:32:03.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88722024-10-22T00:32:04.717Z[ host-image] Oct 22 00:32:03.106 INFO O| Oct 22 00:32:03.106 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88732024-10-22T00:32:04.717Z[ host-image] Oct 22 00:32:03.106 INFO O| Oct 22 00:32:03.106 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88742024-10-22T00:32:04.741Z[ host-image] Oct 22 00:32:03.130 INFO O| Oct 22 00:32:03.130 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88752024-10-22T00:32:04.801Z[ host-image] Oct 22 00:32:03.190 INFO O| Oct 22 00:32:03.190 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88762024-10-22T00:32:04.846Z[ host-image] Oct 22 00:32:03.235 INFO O| Oct 22 00:32:03.235 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88772024-10-22T00:32:04.862Z[ host-image] Oct 22 00:32:03.251 INFO O| Oct 22 00:32:03.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88782024-10-22T00:32:04.875Z[ host-image] Oct 22 00:32:03.265 INFO O| Oct 22 00:32:03.264 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88792024-10-22T00:32:04.925Z[ host-image] Oct 22 00:32:03.314 INFO O| Oct 22 00:32:03.314 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88802024-10-22T00:32:04.925Z[ host-image] Oct 22 00:32:03.315 INFO O| Oct 22 00:32:03.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88812024-10-22T00:32:04.925Z[ host-image] Oct 22 00:32:03.315 INFO O| Oct 22 00:32:03.315 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88822024-10-22T00:32:04.940Z[ host-image] Oct 22 00:32:03.329 INFO O| Oct 22 00:32:03.329 INFO boot environment UUID: 18ba76df-ae1a-4512-943f-b726c32fc57b
88832024-10-22T00:32:04.940Z[ host-image] Oct 22 00:32:03.329 INFO O| Oct 22 00:32:03.329 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 18ba76df-ae1a-4512-943f-b726c32fc57b
88842024-10-22T00:32:04.951Z[ host-image] Oct 22 00:32:03.341 INFO O| Oct 22 00:32:03.341 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88852024-10-22T00:32:04.963Z[ host-image] Oct 22 00:32:03.352 INFO O| Oct 22 00:32:03.352 INFO STEP 0 (create_be) COMPLETE
88862024-10-22T00:32:04.966Z[ host-image] Oct 22 00:32:03.352 INFO O| Oct 22 00:32:03.352 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88872024-10-22T00:32:04.978Z[ host-image] Oct 22 00:32:03.367 INFO O| Oct 22 00:32:03.367 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88882024-10-22T00:32:20.380Z[ recovery-image] Oct 22 00:32:18.769 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88892024-10-22T00:32:22.860Z[ recovery-image] Oct 22 00:32:21.249 INFO E| Compiling scroll_derive v0.12.0
88902024-10-22T00:32:22.860Z[ recovery-image] Oct 22 00:32:21.249 INFO E| Compiling bitstruct_derive v0.1.0
88912024-10-22T00:32:22.908Z[ recovery-image] Oct 22 00:32:21.297 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88922024-10-22T00:32:26.074Z[ host-image] Oct 22 00:32:24.463 INFO O| Oct 22 00:32:24.463 INFO STEP 1 (unpack_tar) COMPLETE
88932024-10-22T00:32:26.074Z[ host-image] Oct 22 00:32:24.463 INFO O| Oct 22 00:32:24.463 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88942024-10-22T00:32:26.085Z[ host-image] Oct 22 00:32:24.474 INFO O| Oct 22 00:32:24.474 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
88952024-10-22T00:32:26.399Z[ host-image] Oct 22 00:32:24.788 INFO O| Oct 22 00:32:24.788 INFO STEP 2 (devfsadm) COMPLETE
88962024-10-22T00:32:26.399Z[ host-image] Oct 22 00:32:24.788 INFO O| Oct 22 00:32:24.788 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88972024-10-22T00:32:26.410Z[ host-image] Oct 22 00:32:24.800 INFO O| Oct 22 00:32:24.800 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88982024-10-22T00:32:26.413Z[ host-image] Oct 22 00:32:24.800 INFO O| Oct 22 00:32:24.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
88992024-10-22T00:32:26.413Z[ host-image] Oct 22 00:32:24.800 INFO O| Oct 22 00:32:24.800 INFO STEP 3 (ensure_dir) COMPLETE
89002024-10-22T00:32:26.413Z[ host-image] Oct 22 00:32:24.800 INFO O| Oct 22 00:32:24.800 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89012024-10-22T00:32:26.420Z[ host-image] Oct 22 00:32:24.810 INFO O| Oct 22 00:32:24.809 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89022024-10-22T00:32:26.423Z[ host-image] Oct 22 00:32:24.810 INFO O| Oct 22 00:32:24.810 INFO STEP 4 (ensure_dir) COMPLETE
89032024-10-22T00:32:26.423Z[ host-image] Oct 22 00:32:24.810 INFO O| Oct 22 00:32:24.810 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89042024-10-22T00:32:26.430Z[ host-image] Oct 22 00:32:24.819 INFO O| Oct 22 00:32:24.819 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89052024-10-22T00:32:26.430Z[ host-image] Oct 22 00:32:24.819 INFO O| Oct 22 00:32:24.819 INFO STEP 5 (ensure_dir) COMPLETE
89062024-10-22T00:32:26.432Z[ host-image] Oct 22 00:32:24.819 INFO O| Oct 22 00:32:24.819 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89072024-10-22T00:32:26.439Z[ host-image] Oct 22 00:32:24.829 INFO O| Oct 22 00:32:24.829 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89082024-10-22T00:32:26.439Z[ host-image] Oct 22 00:32:24.829 INFO O| Oct 22 00:32:24.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89092024-10-22T00:32:26.442Z[ host-image] Oct 22 00:32:24.829 INFO O| Oct 22 00:32:24.829 INFO STEP 6 (ensure_dir) COMPLETE
89102024-10-22T00:32:26.442Z[ host-image] Oct 22 00:32:24.829 INFO O| Oct 22 00:32:24.829 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89112024-10-22T00:32:26.449Z[ host-image] Oct 22 00:32:24.838 INFO O| Oct 22 00:32:24.838 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89122024-10-22T00:32:26.449Z[ host-image] Oct 22 00:32:24.839 INFO O| Oct 22 00:32:24.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89132024-10-22T00:32:26.451Z[ host-image] Oct 22 00:32:24.839 INFO O| Oct 22 00:32:24.839 INFO STEP 7 (ensure_dir) COMPLETE
89142024-10-22T00:32:26.451Z[ host-image] Oct 22 00:32:24.839 INFO O| Oct 22 00:32:24.839 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89152024-10-22T00:32:26.459Z[ host-image] Oct 22 00:32:24.848 INFO O| Oct 22 00:32:24.848 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89162024-10-22T00:32:26.462Z[ host-image] Oct 22 00:32:24.849 INFO O| Oct 22 00:32:24.849 INFO STEP 8 (remove_files) COMPLETE
89172024-10-22T00:32:26.462Z[ host-image] Oct 22 00:32:24.849 INFO O| Oct 22 00:32:24.849 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89182024-10-22T00:32:26.469Z[ host-image] Oct 22 00:32:24.858 INFO O| Oct 22 00:32:24.858 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89192024-10-22T00:32:26.473Z[ host-image] Oct 22 00:32:24.859 INFO O| Oct 22 00:32:24.859 INFO STEP 9 (remove_files) COMPLETE
89202024-10-22T00:32:26.473Z[ host-image] Oct 22 00:32:24.859 INFO O| Oct 22 00:32:24.859 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89212024-10-22T00:32:26.479Z[ host-image] Oct 22 00:32:24.868 INFO O| Oct 22 00:32:24.868 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89222024-10-22T00:32:26.481Z[ host-image] Oct 22 00:32:24.869 INFO O| Oct 22 00:32:24.869 INFO STEP 10 (remove_files) COMPLETE
89232024-10-22T00:32:26.481Z[ host-image] Oct 22 00:32:24.869 INFO O| Oct 22 00:32:24.869 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89242024-10-22T00:32:26.489Z[ host-image] Oct 22 00:32:24.879 INFO O| Oct 22 00:32:24.879 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89252024-10-22T00:32:26.491Z[ host-image] Oct 22 00:32:24.879 INFO O| Oct 22 00:32:24.879 INFO STEP 11 (remove_files) COMPLETE
89262024-10-22T00:32:26.491Z[ host-image] Oct 22 00:32:24.879 INFO O| Oct 22 00:32:24.879 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272024-10-22T00:32:26.499Z[ host-image] Oct 22 00:32:24.888 INFO O| Oct 22 00:32:24.888 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89282024-10-22T00:32:26.499Z[ host-image] Oct 22 00:32:24.888 INFO O| Oct 22 00:32:24.888 INFO STEP 12 (remove_files) COMPLETE
89292024-10-22T00:32:26.502Z[ host-image] Oct 22 00:32:24.888 INFO O| Oct 22 00:32:24.888 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-10-22T00:32:26.509Z[ host-image] Oct 22 00:32:24.898 INFO O| Oct 22 00:32:24.898 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89312024-10-22T00:32:26.511Z[ host-image] Oct 22 00:32:24.898 INFO O| Oct 22 00:32:24.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89322024-10-22T00:32:26.511Z[ host-image] Oct 22 00:32:24.898 INFO O| Oct 22 00:32:24.898 INFO STEP 13 (ensure_dir) COMPLETE
89332024-10-22T00:32:26.511Z[ host-image] Oct 22 00:32:24.898 INFO O| Oct 22 00:32:24.898 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342024-10-22T00:32:26.518Z[ host-image] Oct 22 00:32:24.907 INFO O| Oct 22 00:32:24.907 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89352024-10-22T00:32:26.518Z[ host-image] Oct 22 00:32:24.908 INFO O| Oct 22 00:32:24.907 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89362024-10-22T00:32:26.520Z[ host-image] Oct 22 00:32:24.908 INFO O| Oct 22 00:32:24.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89372024-10-22T00:32:26.520Z[ host-image] Oct 22 00:32:24.908 INFO O| Oct 22 00:32:24.908 INFO STEP 14 (ensure_dir) COMPLETE
89382024-10-22T00:32:26.520Z[ host-image] Oct 22 00:32:24.908 INFO O| Oct 22 00:32:24.908 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89392024-10-22T00:32:26.528Z[ host-image] Oct 22 00:32:24.917 INFO O| Oct 22 00:32:24.917 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89402024-10-22T00:32:26.528Z[ host-image] Oct 22 00:32:24.917 INFO O| Oct 22 00:32:24.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89412024-10-22T00:32:26.530Z[ host-image] Oct 22 00:32:24.917 INFO O| Oct 22 00:32:24.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89422024-10-22T00:32:26.530Z[ host-image] Oct 22 00:32:24.917 INFO O| Oct 22 00:32:24.917 INFO STEP 15 (ensure_dir) COMPLETE
89432024-10-22T00:32:26.530Z[ host-image] Oct 22 00:32:24.917 INFO O| Oct 22 00:32:24.917 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442024-10-22T00:32:26.537Z[ host-image] Oct 22 00:32:24.927 INFO O| Oct 22 00:32:24.927 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89452024-10-22T00:32:26.539Z[ host-image] Oct 22 00:32:24.927 INFO O| Oct 22 00:32:24.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89462024-10-22T00:32:26.539Z[ host-image] Oct 22 00:32:24.927 INFO O| Oct 22 00:32:24.927 INFO STEP 16 (ensure_dir) COMPLETE
89472024-10-22T00:32:26.539Z[ host-image] Oct 22 00:32:24.927 INFO O| Oct 22 00:32:24.927 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482024-10-22T00:32:26.547Z[ host-image] Oct 22 00:32:24.936 INFO O| Oct 22 00:32:24.936 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89492024-10-22T00:32:26.547Z[ host-image] Oct 22 00:32:24.936 INFO O| Oct 22 00:32:24.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89502024-10-22T00:32:26.550Z[ host-image] Oct 22 00:32:24.936 INFO O| Oct 22 00:32:24.936 INFO STEP 17 (ensure_dir) COMPLETE
89512024-10-22T00:32:26.550Z[ host-image] Oct 22 00:32:24.936 INFO O| Oct 22 00:32:24.936 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-22T00:32:26.556Z[ host-image] Oct 22 00:32:24.946 INFO O| Oct 22 00:32:24.946 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89532024-10-22T00:32:26.557Z[ host-image] Oct 22 00:32:24.946 INFO O| Oct 22 00:32:24.946 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89542024-10-22T00:32:26.559Z[ host-image] Oct 22 00:32:24.946 INFO O| Oct 22 00:32:24.946 INFO ok!
89552024-10-22T00:32:26.559Z[ host-image] Oct 22 00:32:24.946 INFO O| Oct 22 00:32:24.946 INFO STEP 18 (ensure_symlink) COMPLETE
89562024-10-22T00:32:26.559Z[ host-image] Oct 22 00:32:24.946 INFO O| Oct 22 00:32:24.946 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89572024-10-22T00:32:26.566Z[ host-image] Oct 22 00:32:24.955 INFO O| Oct 22 00:32:24.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89582024-10-22T00:32:26.566Z[ host-image] Oct 22 00:32:24.955 INFO O| Oct 22 00:32:24.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89592024-10-22T00:32:26.568Z[ host-image] Oct 22 00:32:24.955 INFO O| Oct 22 00:32:24.955 INFO ok!
89602024-10-22T00:32:26.569Z[ host-image] Oct 22 00:32:24.955 INFO O| Oct 22 00:32:24.955 INFO STEP 19 (ensure_file) COMPLETE
89612024-10-22T00:32:26.569Z[ host-image] Oct 22 00:32:24.956 INFO O| Oct 22 00:32:24.955 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89622024-10-22T00:32:26.576Z[ host-image] Oct 22 00:32:24.965 INFO O| Oct 22 00:32:24.965 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89632024-10-22T00:32:26.578Z[ host-image] Oct 22 00:32:24.965 INFO O| Oct 22 00:32:24.965 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89642024-10-22T00:32:26.578Z[ host-image] Oct 22 00:32:24.966 INFO O| Oct 22 00:32:24.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89652024-10-22T00:32:26.578Z[ host-image] Oct 22 00:32:24.966 INFO O| Oct 22 00:32:24.966 INFO ok!
89662024-10-22T00:32:26.578Z[ host-image] Oct 22 00:32:24.966 INFO O| Oct 22 00:32:24.966 INFO STEP 20 (ensure_symlink) COMPLETE
89672024-10-22T00:32:26.578Z[ host-image] Oct 22 00:32:24.966 INFO O| Oct 22 00:32:24.966 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89682024-10-22T00:32:26.586Z[ host-image] Oct 22 00:32:24.975 INFO O| Oct 22 00:32:24.975 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89692024-10-22T00:32:26.586Z[ host-image] Oct 22 00:32:24.975 INFO O| Oct 22 00:32:24.975 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89702024-10-22T00:32:26.588Z[ host-image] Oct 22 00:32:24.975 INFO O| Oct 22 00:32:24.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89712024-10-22T00:32:26.588Z[ host-image] Oct 22 00:32:24.975 INFO O| Oct 22 00:32:24.975 INFO ok!
89722024-10-22T00:32:26.588Z[ host-image] Oct 22 00:32:24.975 INFO O| Oct 22 00:32:24.975 INFO STEP 21 (ensure_symlink) COMPLETE
89732024-10-22T00:32:26.588Z[ host-image] Oct 22 00:32:24.975 INFO O| Oct 22 00:32:24.975 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89742024-10-22T00:32:26.596Z[ host-image] Oct 22 00:32:24.985 INFO O| Oct 22 00:32:24.985 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89752024-10-22T00:32:26.598Z[ host-image] Oct 22 00:32:24.985 INFO O| Oct 22 00:32:24.985 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89762024-10-22T00:32:26.598Z[ host-image] Oct 22 00:32:24.985 INFO O| Oct 22 00:32:24.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89772024-10-22T00:32:26.598Z[ host-image] Oct 22 00:32:24.985 INFO O| Oct 22 00:32:24.985 INFO ok!
89782024-10-22T00:32:26.598Z[ host-image] Oct 22 00:32:24.985 INFO O| Oct 22 00:32:24.985 INFO STEP 22 (ensure_symlink) COMPLETE
89792024-10-22T00:32:26.598Z[ host-image] Oct 22 00:32:24.985 INFO O| Oct 22 00:32:24.985 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89802024-10-22T00:32:26.605Z[ host-image] Oct 22 00:32:24.995 INFO O| Oct 22 00:32:24.995 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89812024-10-22T00:32:26.605Z[ host-image] Oct 22 00:32:24.995 INFO O| Oct 22 00:32:24.995 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89822024-10-22T00:32:26.608Z[ host-image] Oct 22 00:32:24.995 INFO O| Oct 22 00:32:24.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89832024-10-22T00:32:26.608Z[ host-image] Oct 22 00:32:24.995 INFO O| Oct 22 00:32:24.995 INFO ok!
89842024-10-22T00:32:26.608Z[ host-image] Oct 22 00:32:24.995 INFO O| Oct 22 00:32:24.995 INFO STEP 23 (ensure_symlink) COMPLETE
89852024-10-22T00:32:26.608Z[ host-image] Oct 22 00:32:24.995 INFO O| Oct 22 00:32:24.995 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89862024-10-22T00:32:26.617Z[ host-image] Oct 22 00:32:25.006 INFO O| Oct 22 00:32:25.006 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89872024-10-22T00:32:26.619Z[ host-image] Oct 22 00:32:25.006 INFO O| Oct 22 00:32:25.006 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89882024-10-22T00:32:26.619Z[ host-image] Oct 22 00:32:25.006 INFO O| Oct 22 00:32:25.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89892024-10-22T00:32:26.619Z[ host-image] Oct 22 00:32:25.006 INFO O| Oct 22 00:32:25.006 INFO ok!
89902024-10-22T00:32:26.619Z[ host-image] Oct 22 00:32:25.006 INFO O| Oct 22 00:32:25.006 INFO STEP 24 (ensure_file) COMPLETE
89912024-10-22T00:32:26.619Z[ host-image] Oct 22 00:32:25.006 INFO O| Oct 22 00:32:25.006 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
89922024-10-22T00:32:26.627Z[ host-image] Oct 22 00:32:25.016 INFO O| Oct 22 00:32:25.016 INFO updating shadow file
89932024-10-22T00:32:26.629Z[ host-image] Oct 22 00:32:25.016 INFO O| Oct 22 00:32:25.016 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89942024-10-22T00:32:26.629Z[ host-image] Oct 22 00:32:25.016 INFO O| Oct 22 00:32:25.016 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
89952024-10-22T00:32:26.629Z[ host-image] Oct 22 00:32:25.016 INFO O| Oct 22 00:32:25.016 INFO STEP 25 (shadow) COMPLETE
89962024-10-22T00:32:26.629Z[ host-image] Oct 22 00:32:25.016 INFO O| Oct 22 00:32:25.016 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89972024-10-22T00:32:26.637Z[ host-image] Oct 22 00:32:25.026 INFO O| Oct 22 00:32:25.026 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
89982024-10-22T00:32:26.639Z[ host-image] Oct 22 00:32:25.026 INFO O| Oct 22 00:32:25.026 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
89992024-10-22T00:32:26.639Z[ host-image] Oct 22 00:32:25.026 INFO O| Oct 22 00:32:25.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90002024-10-22T00:32:26.639Z[ host-image] Oct 22 00:32:25.026 INFO O| Oct 22 00:32:25.026 INFO ok!
90012024-10-22T00:32:26.639Z[ host-image] Oct 22 00:32:25.026 INFO O| Oct 22 00:32:25.026 INFO STEP 26 (ensure_file) COMPLETE
90022024-10-22T00:32:26.639Z[ host-image] Oct 22 00:32:25.026 INFO O| Oct 22 00:32:25.026 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90032024-10-22T00:32:26.646Z[ host-image] Oct 22 00:32:25.036 INFO O| Oct 22 00:32:25.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90042024-10-22T00:32:26.646Z[ host-image] Oct 22 00:32:25.036 INFO O| Oct 22 00:32:25.036 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90052024-10-22T00:32:26.649Z[ host-image] Oct 22 00:32:25.036 INFO O| Oct 22 00:32:25.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90062024-10-22T00:32:26.649Z[ host-image] Oct 22 00:32:25.036 INFO O| Oct 22 00:32:25.036 INFO ok!
90072024-10-22T00:32:26.649Z[ host-image] Oct 22 00:32:25.036 INFO O| Oct 22 00:32:25.036 INFO STEP 27 (ensure_file) COMPLETE
90082024-10-22T00:32:26.649Z[ host-image] Oct 22 00:32:25.036 INFO O| Oct 22 00:32:25.036 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90092024-10-22T00:32:26.657Z[ host-image] Oct 22 00:32:25.046 INFO O| Oct 22 00:32:25.046 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90102024-10-22T00:32:26.657Z[ host-image] Oct 22 00:32:25.046 INFO O| Oct 22 00:32:25.046 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90112024-10-22T00:32:26.659Z[ host-image] Oct 22 00:32:25.046 INFO O| Oct 22 00:32:25.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90122024-10-22T00:32:26.659Z[ host-image] Oct 22 00:32:25.046 INFO O| Oct 22 00:32:25.046 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90132024-10-22T00:32:26.659Z[ host-image] Oct 22 00:32:25.046 INFO O| Oct 22 00:32:25.046 INFO ok!
90142024-10-22T00:32:26.659Z[ host-image] Oct 22 00:32:25.046 INFO O| Oct 22 00:32:25.046 INFO STEP 28 (ensure_file) COMPLETE
90152024-10-22T00:32:26.659Z[ host-image] Oct 22 00:32:25.046 INFO O| Oct 22 00:32:25.046 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90162024-10-22T00:32:26.667Z[ host-image] Oct 22 00:32:25.056 INFO O| Oct 22 00:32:25.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90172024-10-22T00:32:26.667Z[ host-image] Oct 22 00:32:25.056 INFO O| Oct 22 00:32:25.056 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90182024-10-22T00:32:26.669Z[ host-image] Oct 22 00:32:25.056 INFO O| Oct 22 00:32:25.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90192024-10-22T00:32:26.669Z[ host-image] Oct 22 00:32:25.056 INFO O| Oct 22 00:32:25.056 INFO ok!
90202024-10-22T00:32:26.669Z[ host-image] Oct 22 00:32:25.056 INFO O| Oct 22 00:32:25.056 INFO STEP 29 (ensure_file) COMPLETE
90212024-10-22T00:32:26.669Z[ host-image] Oct 22 00:32:25.056 INFO O| Oct 22 00:32:25.056 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90222024-10-22T00:32:26.676Z[ host-image] Oct 22 00:32:25.066 INFO O| Oct 22 00:32:25.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90232024-10-22T00:32:26.679Z[ host-image] Oct 22 00:32:25.066 INFO O| Oct 22 00:32:25.066 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90242024-10-22T00:32:26.679Z[ host-image] Oct 22 00:32:25.066 INFO O| Oct 22 00:32:25.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90252024-10-22T00:32:26.679Z[ host-image] Oct 22 00:32:25.066 INFO O| Oct 22 00:32:25.066 INFO ok!
90262024-10-22T00:32:26.679Z[ host-image] Oct 22 00:32:25.066 INFO O| Oct 22 00:32:25.066 INFO STEP 30 (ensure_file) COMPLETE
90272024-10-22T00:32:26.679Z[ host-image] Oct 22 00:32:25.066 INFO O| Oct 22 00:32:25.066 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90282024-10-22T00:32:26.686Z[ host-image] Oct 22 00:32:25.076 INFO O| Oct 22 00:32:25.076 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90292024-10-22T00:32:26.689Z[ host-image] Oct 22 00:32:25.076 INFO O| Oct 22 00:32:25.076 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90302024-10-22T00:32:26.689Z[ host-image] Oct 22 00:32:25.076 INFO O| Oct 22 00:32:25.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90312024-10-22T00:32:26.689Z[ host-image] Oct 22 00:32:25.076 INFO O| Oct 22 00:32:25.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90322024-10-22T00:32:26.689Z[ host-image] Oct 22 00:32:25.076 INFO O| Oct 22 00:32:25.076 INFO ok!
90332024-10-22T00:32:26.689Z[ host-image] Oct 22 00:32:25.076 INFO O| Oct 22 00:32:25.076 INFO STEP 31 (ensure_file) COMPLETE
90342024-10-22T00:32:26.690Z[ host-image] Oct 22 00:32:25.076 INFO O| Oct 22 00:32:25.076 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90352024-10-22T00:32:26.697Z[ host-image] Oct 22 00:32:25.086 INFO O| Oct 22 00:32:25.086 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90362024-10-22T00:32:26.697Z[ host-image] Oct 22 00:32:25.086 INFO O| Oct 22 00:32:25.086 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90372024-10-22T00:32:26.699Z[ host-image] Oct 22 00:32:25.086 INFO O| Oct 22 00:32:25.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90382024-10-22T00:32:26.699Z[ host-image] Oct 22 00:32:25.086 INFO O| Oct 22 00:32:25.086 INFO ok!
90392024-10-22T00:32:26.699Z[ host-image] Oct 22 00:32:25.086 INFO O| Oct 22 00:32:25.086 INFO STEP 32 (ensure_file) COMPLETE
90402024-10-22T00:32:26.699Z[ host-image] Oct 22 00:32:25.086 INFO O| Oct 22 00:32:25.086 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90412024-10-22T00:32:26.706Z[ host-image] Oct 22 00:32:25.096 INFO O| Oct 22 00:32:25.096 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90422024-10-22T00:32:26.706Z[ host-image] Oct 22 00:32:25.096 INFO O| Oct 22 00:32:25.096 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90432024-10-22T00:32:26.709Z[ host-image] Oct 22 00:32:25.096 INFO O| Oct 22 00:32:25.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90442024-10-22T00:32:26.709Z[ host-image] Oct 22 00:32:25.096 INFO O| Oct 22 00:32:25.096 INFO ok!
90452024-10-22T00:32:26.709Z[ host-image] Oct 22 00:32:25.096 INFO O| Oct 22 00:32:25.096 INFO STEP 33 (ensure_file) COMPLETE
90462024-10-22T00:32:26.709Z[ host-image] Oct 22 00:32:25.096 INFO O| Oct 22 00:32:25.096 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90472024-10-22T00:32:26.716Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90482024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.105 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90492024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.106 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90502024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.106 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90512024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.106 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90522024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.106 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90532024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.106 INFO ok!
90542024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.106 INFO STEP 34 (ensure_file) COMPLETE
90552024-10-22T00:32:26.718Z[ host-image] Oct 22 00:32:25.106 INFO O| Oct 22 00:32:25.106 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90562024-10-22T00:32:26.726Z[ host-image] Oct 22 00:32:25.115 INFO O| Oct 22 00:32:25.115 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90572024-10-22T00:32:26.728Z[ host-image] Oct 22 00:32:25.116 INFO O| Oct 22 00:32:25.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90582024-10-22T00:32:26.728Z[ host-image] Oct 22 00:32:25.116 INFO O| Oct 22 00:32:25.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90592024-10-22T00:32:26.728Z[ host-image] Oct 22 00:32:25.116 INFO O| Oct 22 00:32:25.116 INFO STEP 35 (ensure_dir) COMPLETE
90602024-10-22T00:32:26.728Z[ host-image] Oct 22 00:32:25.116 INFO O| Oct 22 00:32:25.116 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90612024-10-22T00:32:26.736Z[ host-image] Oct 22 00:32:25.125 INFO O| Oct 22 00:32:25.125 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
90622024-10-22T00:32:26.736Z[ host-image] Oct 22 00:32:25.125 INFO O| Oct 22 00:32:25.125 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 ...
90632024-10-22T00:32:26.738Z[ host-image] Oct 22 00:32:25.125 INFO O| Oct 22 00:32:25.125 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
90642024-10-22T00:32:26.738Z[ host-image] Oct 22 00:32:25.125 INFO O| Oct 22 00:32:25.125 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
90652024-10-22T00:32:26.738Z[ host-image] Oct 22 00:32:25.125 INFO O| Oct 22 00:32:25.125 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
90662024-10-22T00:32:26.738Z[ host-image] Oct 22 00:32:25.126 INFO O| Oct 22 00:32:25.125 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
90672024-10-22T00:32:26.738Z[ host-image] Oct 22 00:32:25.126 INFO O| Oct 22 00:32:25.126 INFO ok!
90682024-10-22T00:32:26.738Z[ host-image] Oct 22 00:32:25.126 INFO O| Oct 22 00:32:25.126 INFO STEP 36 (ensure_file) COMPLETE
90692024-10-22T00:32:26.738Z[ host-image] Oct 22 00:32:25.126 INFO O| Oct 22 00:32:25.126 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90702024-10-22T00:32:26.746Z[ host-image] Oct 22 00:32:25.135 INFO O| Oct 22 00:32:25.135 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90712024-10-22T00:32:26.748Z[ host-image] Oct 22 00:32:25.135 INFO O| Oct 22 00:32:25.135 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 ...
90722024-10-22T00:32:26.748Z[ host-image] Oct 22 00:32:25.135 INFO O| Oct 22 00:32:25.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90732024-10-22T00:32:26.748Z[ host-image] Oct 22 00:32:25.135 INFO O| Oct 22 00:32:25.135 INFO ok!
90742024-10-22T00:32:26.748Z[ host-image] Oct 22 00:32:25.135 INFO O| Oct 22 00:32:25.135 INFO STEP 37 (ensure_symlink) COMPLETE
90752024-10-22T00:32:26.748Z[ host-image] Oct 22 00:32:25.135 INFO O| Oct 22 00:32:25.135 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90762024-10-22T00:32:26.756Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90772024-10-22T00:32:26.756Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90782024-10-22T00:32:26.756Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90792024-10-22T00:32:26.758Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90802024-10-22T00:32:26.758Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90812024-10-22T00:32:26.758Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90822024-10-22T00:32:26.758Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO ok!
90832024-10-22T00:32:26.758Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO STEP 38 (ensure_file) COMPLETE
90842024-10-22T00:32:26.758Z[ host-image] Oct 22 00:32:25.145 INFO O| Oct 22 00:32:25.145 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90852024-10-22T00:32:26.765Z[ host-image] Oct 22 00:32:25.155 INFO O| Oct 22 00:32:25.155 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90862024-10-22T00:32:26.768Z[ host-image] Oct 22 00:32:25.155 INFO O| Oct 22 00:32:25.155 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 ...
90872024-10-22T00:32:26.768Z[ host-image] Oct 22 00:32:25.155 INFO O| Oct 22 00:32:25.155 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
90882024-10-22T00:32:26.768Z[ host-image] Oct 22 00:32:25.155 INFO O| Oct 22 00:32:25.155 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
90892024-10-22T00:32:26.768Z[ host-image] Oct 22 00:32:25.155 INFO O| Oct 22 00:32:25.155 INFO ok!
90902024-10-22T00:32:26.768Z[ host-image] Oct 22 00:32:25.155 INFO O| Oct 22 00:32:25.155 INFO STEP 39 (ensure_file) COMPLETE
90912024-10-22T00:32:26.768Z[ host-image] Oct 22 00:32:25.155 INFO O| Oct 22 00:32:25.155 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90922024-10-22T00:32:26.776Z[ host-image] Oct 22 00:32:25.165 INFO O| Oct 22 00:32:25.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
90932024-10-22T00:32:26.776Z[ host-image] Oct 22 00:32:25.165 INFO O| Oct 22 00:32:25.165 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
90942024-10-22T00:32:26.779Z[ host-image] Oct 22 00:32:25.165 INFO O| Oct 22 00:32:25.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
90952024-10-22T00:32:26.779Z[ host-image] Oct 22 00:32:25.165 INFO O| Oct 22 00:32:25.165 INFO ok!
90962024-10-22T00:32:26.779Z[ host-image] Oct 22 00:32:25.165 INFO O| Oct 22 00:32:25.165 INFO STEP 40 (ensure_file) COMPLETE
90972024-10-22T00:32:26.779Z[ host-image] Oct 22 00:32:25.165 INFO O| Oct 22 00:32:25.165 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90982024-10-22T00:32:26.785Z[ host-image] Oct 22 00:32:25.174 INFO O| Oct 22 00:32:25.174 INFO updating shadow file
90992024-10-22T00:32:26.787Z[ host-image] Oct 22 00:32:25.175 INFO O| Oct 22 00:32:25.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91002024-10-22T00:32:26.787Z[ host-image] Oct 22 00:32:25.175 INFO O| Oct 22 00:32:25.175 INFO STEP 41 (shadow) COMPLETE
91012024-10-22T00:32:26.787Z[ host-image] Oct 22 00:32:25.175 INFO O| Oct 22 00:32:25.175 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91022024-10-22T00:32:26.795Z[ host-image] Oct 22 00:32:25.184 INFO O| Oct 22 00:32:25.184 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91032024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.184 INFO O| Oct 22 00:32:25.184 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91042024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91052024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91062024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO ok!
91072024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO STEP 42 (ensure_file) COMPLETE
91082024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91092024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO skip step because feature "mfg" is not enabled
91102024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91112024-10-22T00:32:26.797Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO skip step because feature "mfg" is not enabled
91122024-10-22T00:32:26.798Z[ host-image] Oct 22 00:32:25.185 INFO O| Oct 22 00:32:25.185 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91132024-10-22T00:32:26.805Z[ host-image] Oct 22 00:32:25.194 INFO O| Oct 22 00:32:25.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91142024-10-22T00:32:26.805Z[ host-image] Oct 22 00:32:25.194 INFO O| Oct 22 00:32:25.194 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91152024-10-22T00:32:27.155Z[ recovery-image] Oct 22 00:32:25.539 INFO E| Compiling bitflags v1.3.2
91162024-10-22T00:32:27.163Z[ recovery-image] Oct 22 00:32:25.539 INFO E| Compiling bit_field v0.10.2
91172024-10-22T00:32:27.167Z[ recovery-image] Oct 22 00:32:25.539 INFO E| Compiling scroll v0.12.0
91182024-10-22T00:32:27.173Z[ recovery-image] Oct 22 00:32:25.539 INFO E| Compiling plain v0.2.3
91192024-10-22T00:32:27.180Z[ recovery-image] Oct 22 00:32:25.539 INFO E| Compiling adler2 v2.0.0
91202024-10-22T00:32:27.183Z[ recovery-image] Oct 22 00:32:25.539 INFO E| Compiling log v0.4.22
91212024-10-22T00:32:27.183Z[ recovery-image] Oct 22 00:32:25.539 INFO E| Compiling static_assertions v1.1.0
91222024-10-22T00:32:27.295Z[ recovery-image] Oct 22 00:32:25.683 INFO E| Compiling raw-cpuid v10.7.0
91232024-10-22T00:32:27.328Z[ recovery-image] Oct 22 00:32:25.705 INFO E| Compiling cpio_reader v0.1.1
91242024-10-22T00:32:27.496Z[ recovery-image] Oct 22 00:32:25.884 INFO E| Compiling miniz_oxide v0.8.0
91252024-10-22T00:32:27.590Z[ host-image] Oct 22 00:32:25.979 INFO O| Oct 22 00:32:25.979 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91262024-10-22T00:32:27.590Z[ host-image] Oct 22 00:32:25.979 INFO O| Oct 22 00:32:25.979 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91272024-10-22T00:32:27.593Z[ host-image] Oct 22 00:32:25.979 INFO O| Oct 22 00:32:25.979 INFO ok!
91282024-10-22T00:32:27.593Z[ host-image] Oct 22 00:32:25.979 INFO O| Oct 22 00:32:25.979 INFO STEP 45 (ensure_file) COMPLETE
91292024-10-22T00:32:27.593Z[ host-image] Oct 22 00:32:25.979 INFO O| Oct 22 00:32:25.979 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91302024-10-22T00:32:27.595Z[ recovery-image] Oct 22 00:32:25.983 INFO E| Compiling bitstruct v0.1.1
91312024-10-22T00:32:27.608Z[ host-image] Oct 22 00:32:25.997 INFO O| Oct 22 00:32:25.997 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91322024-10-22T00:32:27.608Z[ host-image] Oct 22 00:32:25.997 INFO O| Oct 22 00:32:25.997 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91332024-10-22T00:32:27.610Z[ host-image] Oct 22 00:32:25.997 INFO O| Oct 22 00:32:25.997 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91342024-10-22T00:32:27.611Z[ host-image] Oct 22 00:32:25.997 INFO O| Oct 22 00:32:25.997 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91352024-10-22T00:32:27.611Z[ host-image] Oct 22 00:32:25.997 INFO O| Oct 22 00:32:25.997 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91362024-10-22T00:32:27.611Z[ host-image] Oct 22 00:32:25.998 INFO O| Oct 22 00:32:25.997 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91372024-10-22T00:32:27.611Z[ host-image] Oct 22 00:32:25.998 INFO O| Oct 22 00:32:25.998 INFO ok!
91382024-10-22T00:32:27.611Z[ host-image] Oct 22 00:32:25.998 INFO O| Oct 22 00:32:25.998 INFO STEP 46 (ensure_file) COMPLETE
91392024-10-22T00:32:27.611Z[ host-image] Oct 22 00:32:25.998 INFO O| Oct 22 00:32:25.998 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91402024-10-22T00:32:27.627Z[ host-image] Oct 22 00:32:26.016 INFO O| Oct 22 00:32:26.016 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91412024-10-22T00:32:27.627Z[ host-image] Oct 22 00:32:26.016 INFO O| Oct 22 00:32:26.016 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 ...
91422024-10-22T00:32:27.627Z[ host-image] Oct 22 00:32:26.016 INFO O| Oct 22 00:32:26.016 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
91432024-10-22T00:32:27.630Z[ host-image] Oct 22 00:32:26.016 INFO O| Oct 22 00:32:26.016 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91442024-10-22T00:32:27.630Z[ host-image] Oct 22 00:32:26.016 INFO O| Oct 22 00:32:26.016 INFO ok!
91452024-10-22T00:32:27.630Z[ host-image] Oct 22 00:32:26.016 INFO O| Oct 22 00:32:26.016 INFO STEP 47 (ensure_file) COMPLETE
91462024-10-22T00:32:27.630Z[ host-image] Oct 22 00:32:26.016 INFO O| Oct 22 00:32:26.016 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91472024-10-22T00:32:27.669Z[ host-image] Oct 22 00:32:26.058 INFO O| Oct 22 00:32:26.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91482024-10-22T00:32:27.669Z[ host-image] Oct 22 00:32:26.058 INFO O| Oct 22 00:32:26.058 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91492024-10-22T00:32:27.672Z[ host-image] Oct 22 00:32:26.059 INFO O| Oct 22 00:32:26.058 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91502024-10-22T00:32:27.672Z[ host-image] Oct 22 00:32:26.059 INFO O| Oct 22 00:32:26.059 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91512024-10-22T00:32:27.672Z[ host-image] Oct 22 00:32:26.059 INFO O| Oct 22 00:32:26.059 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91522024-10-22T00:32:27.672Z[ host-image] Oct 22 00:32:26.059 INFO O| Oct 22 00:32:26.059 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91532024-10-22T00:32:27.675Z[ host-image] Oct 22 00:32:26.059 INFO O| Oct 22 00:32:26.059 INFO ok!
91542024-10-22T00:32:27.675Z[ host-image] Oct 22 00:32:26.059 INFO O| Oct 22 00:32:26.059 INFO STEP 48 (ensure_file) COMPLETE
91552024-10-22T00:32:27.675Z[ host-image] Oct 22 00:32:26.059 INFO O| Oct 22 00:32:26.059 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91562024-10-22T00:32:27.691Z[ host-image] Oct 22 00:32:26.080 INFO O| Oct 22 00:32:26.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91572024-10-22T00:32:27.691Z[ host-image] Oct 22 00:32:26.080 INFO O| Oct 22 00:32:26.080 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 ...
91582024-10-22T00:32:27.691Z[ host-image] Oct 22 00:32:26.080 INFO O| Oct 22 00:32:26.080 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
91592024-10-22T00:32:27.692Z[ host-image] Oct 22 00:32:26.080 INFO O| Oct 22 00:32:26.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91602024-10-22T00:32:27.692Z[ host-image] Oct 22 00:32:26.080 INFO O| Oct 22 00:32:26.080 INFO ok!
91612024-10-22T00:32:27.692Z[ host-image] Oct 22 00:32:26.080 INFO O| Oct 22 00:32:26.080 INFO STEP 49 (ensure_file) COMPLETE
91622024-10-22T00:32:27.692Z[ host-image] Oct 22 00:32:26.080 INFO O| Oct 22 00:32:26.080 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91632024-10-22T00:32:27.709Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91642024-10-22T00:32:27.709Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91652024-10-22T00:32:27.712Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91662024-10-22T00:32:27.712Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91672024-10-22T00:32:27.712Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91682024-10-22T00:32:27.712Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91692024-10-22T00:32:27.712Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO ok!
91702024-10-22T00:32:27.712Z[ host-image] Oct 22 00:32:26.098 INFO O| Oct 22 00:32:26.098 INFO STEP 50 (ensure_file) COMPLETE
91712024-10-22T00:32:27.712Z[ host-image] Oct 22 00:32:26.099 INFO O| Oct 22 00:32:26.098 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91722024-10-22T00:32:27.748Z[ host-image] Oct 22 00:32:26.137 INFO O| Oct 22 00:32:26.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91732024-10-22T00:32:27.748Z[ host-image] Oct 22 00:32:26.138 INFO O| Oct 22 00:32:26.137 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 ...
91742024-10-22T00:32:27.749Z[ host-image] Oct 22 00:32:26.138 INFO O| Oct 22 00:32:26.138 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
91752024-10-22T00:32:27.751Z[ host-image] Oct 22 00:32:26.138 INFO O| Oct 22 00:32:26.138 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91762024-10-22T00:32:27.751Z[ host-image] Oct 22 00:32:26.138 INFO O| Oct 22 00:32:26.138 INFO ok!
91772024-10-22T00:32:27.751Z[ host-image] Oct 22 00:32:26.138 INFO O| Oct 22 00:32:26.138 INFO STEP 51 (ensure_file) COMPLETE
91782024-10-22T00:32:27.751Z[ host-image] Oct 22 00:32:26.138 INFO O| Oct 22 00:32:26.138 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91792024-10-22T00:32:27.774Z[ host-image] Oct 22 00:32:26.163 INFO O| Oct 22 00:32:26.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91802024-10-22T00:32:27.774Z[ host-image] Oct 22 00:32:26.163 INFO O| Oct 22 00:32:26.163 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 ...
91812024-10-22T00:32:27.777Z[ host-image] Oct 22 00:32:26.163 INFO O| Oct 22 00:32:26.163 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
91822024-10-22T00:32:27.777Z[ host-image] Oct 22 00:32:26.163 INFO O| Oct 22 00:32:26.163 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91832024-10-22T00:32:27.777Z[ host-image] Oct 22 00:32:26.163 INFO O| Oct 22 00:32:26.163 INFO ok!
91842024-10-22T00:32:27.777Z[ host-image] Oct 22 00:32:26.163 INFO O| Oct 22 00:32:26.163 INFO STEP 52 (ensure_file) COMPLETE
91852024-10-22T00:32:27.777Z[ host-image] Oct 22 00:32:26.163 INFO O| Oct 22 00:32:26.163 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91862024-10-22T00:32:27.795Z[ host-image] Oct 22 00:32:26.184 INFO O| Oct 22 00:32:26.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91872024-10-22T00:32:27.795Z[ host-image] Oct 22 00:32:26.184 INFO O| Oct 22 00:32:26.184 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 ...
91882024-10-22T00:32:27.798Z[ host-image] Oct 22 00:32:26.185 INFO O| Oct 22 00:32:26.185 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
91892024-10-22T00:32:27.798Z[ host-image] Oct 22 00:32:26.185 INFO O| Oct 22 00:32:26.185 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91902024-10-22T00:32:27.798Z[ host-image] Oct 22 00:32:26.185 INFO O| Oct 22 00:32:26.185 INFO ok!
91912024-10-22T00:32:27.798Z[ host-image] Oct 22 00:32:26.185 INFO O| Oct 22 00:32:26.185 INFO STEP 53 (ensure_file) COMPLETE
91922024-10-22T00:32:27.798Z[ host-image] Oct 22 00:32:26.185 INFO O| Oct 22 00:32:26.185 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-10-22T00:32:27.814Z[ host-image] Oct 22 00:32:26.203 INFO O| Oct 22 00:32:26.203 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91942024-10-22T00:32:27.814Z[ host-image] Oct 22 00:32:26.203 INFO O| Oct 22 00:32:26.203 INFO STEP 54 (ensure_dir) COMPLETE
91952024-10-22T00:32:27.814Z[ host-image] Oct 22 00:32:26.203 INFO O| Oct 22 00:32:26.203 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-10-22T00:32:27.835Z[ host-image] Oct 22 00:32:26.224 INFO O| Oct 22 00:32:26.224 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91972024-10-22T00:32:27.837Z[ host-image] Oct 22 00:32:26.224 INFO O| Oct 22 00:32:26.224 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91982024-10-22T00:32:27.837Z[ host-image] Oct 22 00:32:26.224 INFO O| Oct 22 00:32:26.224 INFO STEP 55 (ensure_dir) COMPLETE
91992024-10-22T00:32:27.837Z[ host-image] Oct 22 00:32:26.224 INFO O| Oct 22 00:32:26.224 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-10-22T00:32:27.854Z[ host-image] Oct 22 00:32:26.243 INFO O| Oct 22 00:32:26.243 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92012024-10-22T00:32:27.857Z[ host-image] Oct 22 00:32:26.244 INFO O| Oct 22 00:32:26.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92022024-10-22T00:32:27.857Z[ host-image] Oct 22 00:32:26.244 INFO O| Oct 22 00:32:26.244 INFO STEP 56 (ensure_dir) COMPLETE
92032024-10-22T00:32:27.857Z[ host-image] Oct 22 00:32:26.244 INFO O| Oct 22 00:32:26.244 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-10-22T00:32:27.874Z[ host-image] Oct 22 00:32:26.263 INFO O| Oct 22 00:32:26.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92052024-10-22T00:32:27.874Z[ host-image] Oct 22 00:32:26.264 INFO O| Oct 22 00:32:26.263 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92062024-10-22T00:32:27.898Z[ host-image] Oct 22 00:32:26.287 INFO O| Oct 22 00:32:26.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92072024-10-22T00:32:27.898Z[ host-image] Oct 22 00:32:26.287 INFO O| Oct 22 00:32:26.287 INFO ok!
92082024-10-22T00:32:27.901Z[ host-image] Oct 22 00:32:26.287 INFO O| Oct 22 00:32:26.287 INFO STEP 57 (ensure_file) COMPLETE
92092024-10-22T00:32:27.901Z[ host-image] Oct 22 00:32:26.287 INFO O| Oct 22 00:32:26.287 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-10-22T00:32:27.982Z[ host-image] Oct 22 00:32:26.306 INFO O| Oct 22 00:32:26.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92112024-10-22T00:32:27.982Z[ host-image] Oct 22 00:32:26.307 INFO O| Oct 22 00:32:26.307 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92122024-10-22T00:32:28.155Z[ recovery-image] Oct 22 00:32:26.532 INFO E| Compiling goblin v0.8.2
92132024-10-22T00:32:29.244Z[ host-image] Oct 22 00:32:27.633 INFO O| Oct 22 00:32:27.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92142024-10-22T00:32:29.244Z[ host-image] Oct 22 00:32:27.633 INFO O| Oct 22 00:32:27.633 INFO ok!
92152024-10-22T00:32:29.246Z[ host-image] Oct 22 00:32:27.633 INFO O| Oct 22 00:32:27.633 INFO STEP 58 (ensure_file) COMPLETE
92162024-10-22T00:32:29.246Z[ host-image] Oct 22 00:32:27.633 INFO O| Oct 22 00:32:27.633 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-10-22T00:32:29.262Z[ host-image] Oct 22 00:32:27.651 INFO O| Oct 22 00:32:27.650 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92182024-10-22T00:32:29.265Z[ host-image] Oct 22 00:32:27.651 INFO O| Oct 22 00:32:27.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92192024-10-22T00:32:29.265Z[ host-image] Oct 22 00:32:27.651 INFO O| Oct 22 00:32:27.651 INFO STEP 59 (ensure_dir) COMPLETE
92202024-10-22T00:32:29.265Z[ host-image] Oct 22 00:32:27.651 INFO O| Oct 22 00:32:27.651 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92212024-10-22T00:32:29.277Z[ host-image] Oct 22 00:32:27.666 INFO O| Oct 22 00:32:27.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92222024-10-22T00:32:29.277Z[ host-image] Oct 22 00:32:27.666 INFO O| Oct 22 00:32:27.666 INFO copying /tmp/.tmpHpVcd4/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 ...
92232024-10-22T00:32:29.279Z[ host-image] Oct 22 00:32:27.666 INFO O| Oct 22 00:32:27.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92242024-10-22T00:32:29.279Z[ host-image] Oct 22 00:32:27.666 INFO O| Oct 22 00:32:27.666 INFO ok!
92252024-10-22T00:32:29.279Z[ host-image] Oct 22 00:32:27.666 INFO O| Oct 22 00:32:27.666 INFO STEP 60 (ensure_file) COMPLETE
92262024-10-22T00:32:29.279Z[ host-image] Oct 22 00:32:27.666 INFO O| Oct 22 00:32:27.666 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92272024-10-22T00:32:29.288Z[ host-image] Oct 22 00:32:27.677 INFO O| Oct 22 00:32:27.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92282024-10-22T00:32:29.291Z[ host-image] Oct 22 00:32:27.677 INFO O| Oct 22 00:32:27.677 INFO copying /tmp/.tmpHpVcd4/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 ...
92292024-10-22T00:32:29.291Z[ host-image] Oct 22 00:32:27.677 INFO O| Oct 22 00:32:27.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92302024-10-22T00:32:29.291Z[ host-image] Oct 22 00:32:27.677 INFO O| Oct 22 00:32:27.677 INFO ok!
92312024-10-22T00:32:29.291Z[ host-image] Oct 22 00:32:27.677 INFO O| Oct 22 00:32:27.677 INFO STEP 61 (ensure_file) COMPLETE
92322024-10-22T00:32:29.291Z[ host-image] Oct 22 00:32:27.678 INFO O| Oct 22 00:32:27.677 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92332024-10-22T00:32:29.299Z[ host-image] Oct 22 00:32:27.688 INFO O| Oct 22 00:32:27.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92342024-10-22T00:32:29.301Z[ host-image] Oct 22 00:32:27.688 INFO O| Oct 22 00:32:27.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92352024-10-22T00:32:29.301Z[ host-image] Oct 22 00:32:27.688 INFO O| Oct 22 00:32:27.688 INFO STEP 62 (ensure_dir) COMPLETE
92362024-10-22T00:32:29.301Z[ host-image] Oct 22 00:32:27.688 INFO O| Oct 22 00:32:27.688 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92372024-10-22T00:32:29.313Z[ host-image] Oct 22 00:32:27.702 INFO O| Oct 22 00:32:27.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92382024-10-22T00:32:29.315Z[ host-image] Oct 22 00:32:27.702 INFO O| Oct 22 00:32:27.702 INFO copying /tmp/.tmpHpVcd4/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 ...
92392024-10-22T00:32:29.315Z[ host-image] Oct 22 00:32:27.702 INFO O| Oct 22 00:32:27.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92402024-10-22T00:32:29.315Z[ host-image] Oct 22 00:32:27.702 INFO O| Oct 22 00:32:27.702 INFO ok!
92412024-10-22T00:32:29.315Z[ host-image] Oct 22 00:32:27.702 INFO O| Oct 22 00:32:27.702 INFO STEP 63 (ensure_file) COMPLETE
92422024-10-22T00:32:29.315Z[ host-image] Oct 22 00:32:27.702 INFO O| Oct 22 00:32:27.702 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92432024-10-22T00:32:29.323Z[ host-image] Oct 22 00:32:27.713 INFO O| Oct 22 00:32:27.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92442024-10-22T00:32:29.324Z[ host-image] Oct 22 00:32:27.713 INFO O| Oct 22 00:32:27.713 INFO copying /tmp/.tmpHpVcd4/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 ...
92452024-10-22T00:32:29.326Z[ host-image] Oct 22 00:32:27.713 INFO O| Oct 22 00:32:27.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92462024-10-22T00:32:29.326Z[ host-image] Oct 22 00:32:27.713 INFO O| Oct 22 00:32:27.713 INFO ok!
92472024-10-22T00:32:29.326Z[ host-image] Oct 22 00:32:27.713 INFO O| Oct 22 00:32:27.713 INFO STEP 64 (ensure_file) COMPLETE
92482024-10-22T00:32:29.326Z[ host-image] Oct 22 00:32:27.713 INFO O| Oct 22 00:32:27.713 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92492024-10-22T00:32:29.339Z[ host-image] Oct 22 00:32:27.728 INFO O| Oct 22 00:32:27.728 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92502024-10-22T00:32:29.339Z[ host-image] Oct 22 00:32:27.728 INFO O| Oct 22 00:32:27.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92512024-10-22T00:32:29.341Z[ host-image] Oct 22 00:32:27.728 INFO O| Oct 22 00:32:27.728 INFO STEP 65 (ensure_dir) COMPLETE
92522024-10-22T00:32:29.341Z[ host-image] Oct 22 00:32:27.728 INFO O| Oct 22 00:32:27.728 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-10-22T00:32:29.353Z[ host-image] Oct 22 00:32:27.743 INFO O| Oct 22 00:32:27.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92542024-10-22T00:32:29.354Z[ host-image] Oct 22 00:32:27.743 INFO O| Oct 22 00:32:27.743 INFO copying /tmp/.tmpHpVcd4/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 ...
92552024-10-22T00:32:29.356Z[ host-image] Oct 22 00:32:27.743 INFO O| Oct 22 00:32:27.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92562024-10-22T00:32:29.356Z[ host-image] Oct 22 00:32:27.743 INFO O| Oct 22 00:32:27.743 INFO ok!
92572024-10-22T00:32:29.356Z[ host-image] Oct 22 00:32:27.743 INFO O| Oct 22 00:32:27.743 INFO STEP 66 (ensure_file) COMPLETE
92582024-10-22T00:32:29.356Z[ host-image] Oct 22 00:32:27.743 INFO O| Oct 22 00:32:27.743 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-10-22T00:32:29.365Z[ host-image] Oct 22 00:32:27.754 INFO O| Oct 22 00:32:27.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92602024-10-22T00:32:29.365Z[ host-image] Oct 22 00:32:27.754 INFO O| Oct 22 00:32:27.754 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92612024-10-22T00:32:29.367Z[ host-image] Oct 22 00:32:27.754 INFO O| Oct 22 00:32:27.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92622024-10-22T00:32:29.367Z[ host-image] Oct 22 00:32:27.754 INFO O| Oct 22 00:32:27.754 INFO ok!
92632024-10-22T00:32:29.367Z[ host-image] Oct 22 00:32:27.754 INFO O| Oct 22 00:32:27.754 INFO STEP 67 (ensure_file) COMPLETE
92642024-10-22T00:32:29.367Z[ host-image] Oct 22 00:32:27.754 INFO O| Oct 22 00:32:27.754 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-10-22T00:32:29.378Z[ host-image] Oct 22 00:32:27.767 INFO O| Oct 22 00:32:27.767 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92662024-10-22T00:32:29.378Z[ host-image] Oct 22 00:32:27.767 INFO O| Oct 22 00:32:27.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92672024-10-22T00:32:29.380Z[ host-image] Oct 22 00:32:27.767 INFO O| Oct 22 00:32:27.767 INFO STEP 68 (ensure_dir) COMPLETE
92682024-10-22T00:32:29.380Z[ host-image] Oct 22 00:32:27.767 INFO O| Oct 22 00:32:27.767 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92692024-10-22T00:32:29.393Z[ host-image] Oct 22 00:32:27.782 INFO O| Oct 22 00:32:27.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92702024-10-22T00:32:29.393Z[ host-image] Oct 22 00:32:27.782 INFO O| Oct 22 00:32:27.782 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92712024-10-22T00:32:30.706Z[ host-image] Oct 22 00:32:29.095 INFO O| Oct 22 00:32:29.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92722024-10-22T00:32:30.706Z[ host-image] Oct 22 00:32:29.095 INFO O| Oct 22 00:32:29.094 INFO ok!
92732024-10-22T00:32:30.709Z[ host-image] Oct 22 00:32:29.095 INFO O| Oct 22 00:32:29.095 INFO STEP 69 (ensure_file) COMPLETE
92742024-10-22T00:32:30.709Z[ host-image] Oct 22 00:32:29.095 INFO O| Oct 22 00:32:29.095 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92752024-10-22T00:32:30.723Z[ host-image] Oct 22 00:32:29.113 INFO O| Oct 22 00:32:29.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92762024-10-22T00:32:30.724Z[ host-image] Oct 22 00:32:29.113 INFO O| Oct 22 00:32:29.112 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92772024-10-22T00:32:32.754Z[ host-image] Oct 22 00:32:31.143 INFO O| Oct 22 00:32:31.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92782024-10-22T00:32:32.754Z[ host-image] Oct 22 00:32:31.143 INFO O| Oct 22 00:32:31.143 INFO ok!
92792024-10-22T00:32:32.754Z[ host-image] Oct 22 00:32:31.143 INFO O| Oct 22 00:32:31.143 INFO STEP 70 (ensure_file) COMPLETE
92802024-10-22T00:32:32.754Z[ host-image] Oct 22 00:32:31.143 INFO O| Oct 22 00:32:31.143 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92812024-10-22T00:32:32.765Z[ host-image] Oct 22 00:32:31.155 INFO O| Oct 22 00:32:31.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92822024-10-22T00:32:32.765Z[ host-image] Oct 22 00:32:31.155 INFO O| Oct 22 00:32:31.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92832024-10-22T00:32:32.766Z[ host-image] Oct 22 00:32:31.155 INFO O| Oct 22 00:32:31.155 INFO STEP 71 (ensure_dir) COMPLETE
92842024-10-22T00:32:32.768Z[ host-image] Oct 22 00:32:31.155 INFO O| Oct 22 00:32:31.155 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92852024-10-22T00:32:32.777Z[ host-image] Oct 22 00:32:31.167 INFO O| Oct 22 00:32:31.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92862024-10-22T00:32:32.777Z[ host-image] Oct 22 00:32:31.167 INFO O| Oct 22 00:32:31.167 INFO copying /tmp/.tmpHpVcd4/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 ...
92872024-10-22T00:32:32.780Z[ host-image] Oct 22 00:32:31.167 INFO O| Oct 22 00:32:31.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92882024-10-22T00:32:32.780Z[ host-image] Oct 22 00:32:31.167 INFO O| Oct 22 00:32:31.167 INFO ok!
92892024-10-22T00:32:32.780Z[ host-image] Oct 22 00:32:31.167 INFO O| Oct 22 00:32:31.167 INFO STEP 72 (ensure_file) COMPLETE
92902024-10-22T00:32:32.780Z[ host-image] Oct 22 00:32:31.167 INFO O| Oct 22 00:32:31.167 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92912024-10-22T00:32:32.788Z[ host-image] Oct 22 00:32:31.177 INFO O| Oct 22 00:32:31.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92922024-10-22T00:32:32.788Z[ host-image] Oct 22 00:32:31.177 INFO O| Oct 22 00:32:31.177 INFO copying /tmp/.tmpHpVcd4/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 ...
92932024-10-22T00:32:32.790Z[ host-image] Oct 22 00:32:31.177 INFO O| Oct 22 00:32:31.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92942024-10-22T00:32:32.790Z[ host-image] Oct 22 00:32:31.177 INFO O| Oct 22 00:32:31.177 INFO ok!
92952024-10-22T00:32:32.790Z[ host-image] Oct 22 00:32:31.177 INFO O| Oct 22 00:32:31.177 INFO STEP 73 (ensure_file) COMPLETE
92962024-10-22T00:32:32.790Z[ host-image] Oct 22 00:32:31.177 INFO O| Oct 22 00:32:31.177 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92972024-10-22T00:32:32.798Z[ host-image] Oct 22 00:32:31.187 INFO O| Oct 22 00:32:31.187 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
92982024-10-22T00:32:32.798Z[ host-image] Oct 22 00:32:31.187 INFO O| Oct 22 00:32:31.187 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
92992024-10-22T00:32:32.800Z[ host-image] Oct 22 00:32:31.187 INFO O| Oct 22 00:32:31.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93002024-10-22T00:32:32.800Z[ host-image] Oct 22 00:32:31.187 INFO O| Oct 22 00:32:31.187 INFO ok!
93012024-10-22T00:32:32.800Z[ host-image] Oct 22 00:32:31.187 INFO O| Oct 22 00:32:31.187 INFO STEP 74 (ensure_file) COMPLETE
93022024-10-22T00:32:32.800Z[ host-image] Oct 22 00:32:31.187 INFO O| Oct 22 00:32:31.187 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-10-22T00:32:32.808Z[ host-image] Oct 22 00:32:31.197 INFO O| Oct 22 00:32:31.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93042024-10-22T00:32:32.808Z[ host-image] Oct 22 00:32:31.197 INFO O| Oct 22 00:32:31.197 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93052024-10-22T00:32:32.811Z[ host-image] Oct 22 00:32:31.197 INFO O| Oct 22 00:32:31.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93062024-10-22T00:32:32.811Z[ host-image] Oct 22 00:32:31.197 INFO O| Oct 22 00:32:31.197 INFO ok!
93072024-10-22T00:32:32.811Z[ host-image] Oct 22 00:32:31.197 INFO O| Oct 22 00:32:31.197 INFO STEP 75 (ensure_file) COMPLETE
93082024-10-22T00:32:32.811Z[ host-image] Oct 22 00:32:31.197 INFO O| Oct 22 00:32:31.197 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-10-22T00:32:32.818Z[ host-image] Oct 22 00:32:31.207 INFO O| Oct 22 00:32:31.207 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93102024-10-22T00:32:32.821Z[ host-image] Oct 22 00:32:31.207 INFO O| Oct 22 00:32:31.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93112024-10-22T00:32:32.821Z[ host-image] Oct 22 00:32:31.208 INFO O| Oct 22 00:32:31.207 INFO STEP 76 (ensure_dir) COMPLETE
93122024-10-22T00:32:32.821Z[ host-image] Oct 22 00:32:31.208 INFO O| Oct 22 00:32:31.208 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-10-22T00:32:32.828Z[ host-image] Oct 22 00:32:31.217 INFO O| Oct 22 00:32:31.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93142024-10-22T00:32:32.831Z[ host-image] Oct 22 00:32:31.217 INFO O| Oct 22 00:32:31.217 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93152024-10-22T00:32:32.833Z[ host-image] Oct 22 00:32:31.221 INFO O| Oct 22 00:32:31.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93162024-10-22T00:32:32.833Z[ host-image] Oct 22 00:32:31.221 INFO O| Oct 22 00:32:31.221 INFO ok!
93172024-10-22T00:32:32.833Z[ host-image] Oct 22 00:32:31.221 INFO O| Oct 22 00:32:31.221 INFO STEP 77 (ensure_file) COMPLETE
93182024-10-22T00:32:32.833Z[ host-image] Oct 22 00:32:31.221 INFO O| Oct 22 00:32:31.221 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-10-22T00:32:32.841Z[ host-image] Oct 22 00:32:31.231 INFO O| Oct 22 00:32:31.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93202024-10-22T00:32:32.842Z[ host-image] Oct 22 00:32:31.231 INFO O| Oct 22 00:32:31.231 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93212024-10-22T00:32:32.844Z[ host-image] Oct 22 00:32:31.231 INFO O| Oct 22 00:32:31.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93222024-10-22T00:32:32.844Z[ host-image] Oct 22 00:32:31.231 INFO O| Oct 22 00:32:31.231 INFO ok!
93232024-10-22T00:32:32.844Z[ host-image] Oct 22 00:32:31.231 INFO O| Oct 22 00:32:31.231 INFO STEP 78 (ensure_file) COMPLETE
93242024-10-22T00:32:32.844Z[ host-image] Oct 22 00:32:31.231 INFO O| Oct 22 00:32:31.231 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-10-22T00:32:32.852Z[ host-image] Oct 22 00:32:31.241 INFO O| Oct 22 00:32:31.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93262024-10-22T00:32:32.852Z[ host-image] Oct 22 00:32:31.241 INFO O| Oct 22 00:32:31.241 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93272024-10-22T00:32:33.715Z[ host-image] Oct 22 00:32:32.104 INFO O| Oct 22 00:32:32.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93282024-10-22T00:32:33.715Z[ host-image] Oct 22 00:32:32.104 INFO O| Oct 22 00:32:32.104 INFO ok!
93292024-10-22T00:32:33.718Z[ host-image] Oct 22 00:32:32.104 INFO O| Oct 22 00:32:32.104 INFO STEP 79 (ensure_file) COMPLETE
93302024-10-22T00:32:33.718Z[ host-image] Oct 22 00:32:32.105 INFO O| Oct 22 00:32:32.104 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-10-22T00:32:33.727Z[ host-image] Oct 22 00:32:32.116 INFO O| Oct 22 00:32:32.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93322024-10-22T00:32:33.727Z[ host-image] Oct 22 00:32:32.116 INFO O| Oct 22 00:32:32.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93332024-10-22T00:32:33.729Z[ host-image] Oct 22 00:32:32.116 INFO O| Oct 22 00:32:32.116 INFO STEP 80 (ensure_dir) COMPLETE
93342024-10-22T00:32:33.729Z[ host-image] Oct 22 00:32:32.116 INFO O| Oct 22 00:32:32.116 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352024-10-22T00:32:33.738Z[ host-image] Oct 22 00:32:32.128 INFO O| Oct 22 00:32:32.127 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93362024-10-22T00:32:33.738Z[ host-image] Oct 22 00:32:32.128 INFO O| Oct 22 00:32:32.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93372024-10-22T00:32:33.741Z[ host-image] Oct 22 00:32:32.128 INFO O| Oct 22 00:32:32.128 INFO STEP 81 (ensure_dir) COMPLETE
93382024-10-22T00:32:33.741Z[ host-image] Oct 22 00:32:32.128 INFO O| Oct 22 00:32:32.128 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93392024-10-22T00:32:33.752Z[ host-image] Oct 22 00:32:32.142 INFO O| Oct 22 00:32:32.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93402024-10-22T00:32:33.752Z[ host-image] Oct 22 00:32:32.142 INFO O| Oct 22 00:32:32.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93412024-10-22T00:32:33.752Z[ host-image] Oct 22 00:32:32.142 INFO O| Oct 22 00:32:32.142 INFO STEP 82 (ensure_dir) COMPLETE
93422024-10-22T00:32:33.755Z[ host-image] Oct 22 00:32:32.142 INFO O| Oct 22 00:32:32.142 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-10-22T00:32:33.768Z[ host-image] Oct 22 00:32:32.157 INFO O| Oct 22 00:32:32.157 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93442024-10-22T00:32:33.768Z[ host-image] Oct 22 00:32:32.157 INFO O| Oct 22 00:32:32.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93452024-10-22T00:32:33.770Z[ host-image] Oct 22 00:32:32.157 INFO O| Oct 22 00:32:32.157 INFO STEP 83 (ensure_dir) COMPLETE
93462024-10-22T00:32:33.771Z[ host-image] Oct 22 00:32:32.158 INFO O| Oct 22 00:32:32.157 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-10-22T00:32:33.780Z[ host-image] Oct 22 00:32:32.169 INFO O| Oct 22 00:32:32.169 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93482024-10-22T00:32:33.780Z[ host-image] Oct 22 00:32:32.169 INFO O| Oct 22 00:32:32.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93492024-10-22T00:32:33.780Z[ host-image] Oct 22 00:32:32.169 INFO O| Oct 22 00:32:32.169 INFO STEP 84 (ensure_dir) COMPLETE
93502024-10-22T00:32:33.783Z[ host-image] Oct 22 00:32:32.169 INFO O| Oct 22 00:32:32.169 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93512024-10-22T00:32:33.802Z[ host-image] Oct 22 00:32:32.191 INFO O| Oct 22 00:32:32.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93522024-10-22T00:32:33.802Z[ host-image] Oct 22 00:32:32.192 INFO O| Oct 22 00:32:32.191 INFO copying /tmp/.tmpHpVcd4/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 ...
93532024-10-22T00:32:33.805Z[ host-image] Oct 22 00:32:32.192 INFO O| Oct 22 00:32:32.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93542024-10-22T00:32:33.805Z[ host-image] Oct 22 00:32:32.192 INFO O| Oct 22 00:32:32.192 INFO ok!
93552024-10-22T00:32:33.805Z[ host-image] Oct 22 00:32:32.192 INFO O| Oct 22 00:32:32.192 INFO STEP 85 (ensure_file) COMPLETE
93562024-10-22T00:32:33.805Z[ host-image] Oct 22 00:32:32.192 INFO O| Oct 22 00:32:32.192 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-10-22T00:32:33.816Z[ host-image] Oct 22 00:32:32.205 INFO O| Oct 22 00:32:32.205 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93582024-10-22T00:32:33.816Z[ host-image] Oct 22 00:32:32.205 INFO O| Oct 22 00:32:32.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93592024-10-22T00:32:33.816Z[ host-image] Oct 22 00:32:32.205 INFO O| Oct 22 00:32:32.205 INFO STEP 86 (ensure_dir) COMPLETE
93602024-10-22T00:32:33.816Z[ host-image] Oct 22 00:32:32.205 INFO O| Oct 22 00:32:32.205 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-10-22T00:32:33.828Z[ host-image] Oct 22 00:32:32.217 INFO O| Oct 22 00:32:32.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93622024-10-22T00:32:33.831Z[ host-image] Oct 22 00:32:32.217 INFO O| Oct 22 00:32:32.217 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93632024-10-22T00:32:33.831Z[ host-image] Oct 22 00:32:32.217 INFO O| Oct 22 00:32:32.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93642024-10-22T00:32:33.831Z[ host-image] Oct 22 00:32:32.217 INFO O| Oct 22 00:32:32.217 INFO ok!
93652024-10-22T00:32:33.831Z[ host-image] Oct 22 00:32:32.217 INFO O| Oct 22 00:32:32.217 INFO STEP 87 (ensure_file) COMPLETE
93662024-10-22T00:32:33.831Z[ host-image] Oct 22 00:32:32.218 INFO O| Oct 22 00:32:32.217 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93672024-10-22T00:32:33.844Z[ host-image] Oct 22 00:32:32.233 INFO O| Oct 22 00:32:32.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93682024-10-22T00:32:33.844Z[ host-image] Oct 22 00:32:32.233 INFO O| Oct 22 00:32:32.233 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93692024-10-22T00:32:34.250Z[ host-image] Oct 22 00:32:32.639 INFO O| Oct 22 00:32:32.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93702024-10-22T00:32:34.250Z[ host-image] Oct 22 00:32:32.639 INFO O| Oct 22 00:32:32.639 INFO ok!
93712024-10-22T00:32:34.253Z[ host-image] Oct 22 00:32:32.639 INFO O| Oct 22 00:32:32.639 INFO STEP 88 (ensure_file) COMPLETE
93722024-10-22T00:32:34.253Z[ host-image] Oct 22 00:32:32.639 INFO O| Oct 22 00:32:32.639 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-10-22T00:32:34.261Z[ host-image] Oct 22 00:32:32.650 INFO O| Oct 22 00:32:32.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93742024-10-22T00:32:34.261Z[ host-image] Oct 22 00:32:32.650 INFO O| Oct 22 00:32:32.650 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93752024-10-22T00:32:34.279Z[ host-image] Oct 22 00:32:32.669 INFO O| Oct 22 00:32:32.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93762024-10-22T00:32:34.279Z[ host-image] Oct 22 00:32:32.669 INFO O| Oct 22 00:32:32.669 INFO ok!
93772024-10-22T00:32:34.282Z[ host-image] Oct 22 00:32:32.669 INFO O| Oct 22 00:32:32.669 INFO STEP 89 (ensure_file) COMPLETE
93782024-10-22T00:32:34.282Z[ host-image] Oct 22 00:32:32.669 INFO O| Oct 22 00:32:32.669 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-10-22T00:32:34.291Z[ host-image] Oct 22 00:32:32.680 INFO O| Oct 22 00:32:32.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93802024-10-22T00:32:34.291Z[ host-image] Oct 22 00:32:32.680 INFO O| Oct 22 00:32:32.680 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93812024-10-22T00:32:34.291Z[ host-image] Oct 22 00:32:32.680 INFO O| Oct 22 00:32:32.680 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93822024-10-22T00:32:34.293Z[ host-image] Oct 22 00:32:32.680 INFO O| Oct 22 00:32:32.680 INFO ok!
93832024-10-22T00:32:34.294Z[ host-image] Oct 22 00:32:32.680 INFO O| Oct 22 00:32:32.680 INFO STEP 90 (ensure_file) COMPLETE
93842024-10-22T00:32:34.294Z[ host-image] Oct 22 00:32:32.680 INFO O| Oct 22 00:32:32.680 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-10-22T00:32:34.301Z[ host-image] Oct 22 00:32:32.690 INFO O| Oct 22 00:32:32.690 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93862024-10-22T00:32:34.304Z[ host-image] Oct 22 00:32:32.691 INFO O| Oct 22 00:32:32.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
93872024-10-22T00:32:34.304Z[ host-image] Oct 22 00:32:32.691 INFO O| Oct 22 00:32:32.691 INFO STEP 91 (ensure_dir) COMPLETE
93882024-10-22T00:32:34.304Z[ host-image] Oct 22 00:32:32.691 INFO O| Oct 22 00:32:32.691 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892024-10-22T00:32:34.311Z[ host-image] Oct 22 00:32:32.700 INFO O| Oct 22 00:32:32.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
93902024-10-22T00:32:34.311Z[ host-image] Oct 22 00:32:32.700 INFO O| Oct 22 00:32:32.700 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
93912024-10-22T00:32:34.313Z[ host-image] Oct 22 00:32:32.700 INFO O| Oct 22 00:32:32.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
93922024-10-22T00:32:34.313Z[ host-image] Oct 22 00:32:32.700 INFO O| Oct 22 00:32:32.700 INFO ok!
93932024-10-22T00:32:34.313Z[ host-image] Oct 22 00:32:32.700 INFO O| Oct 22 00:32:32.700 INFO STEP 92 (ensure_file) COMPLETE
93942024-10-22T00:32:34.313Z[ host-image] Oct 22 00:32:32.700 INFO O| Oct 22 00:32:32.700 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93952024-10-22T00:32:34.321Z[ host-image] Oct 22 00:32:32.710 INFO O| Oct 22 00:32:32.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
93962024-10-22T00:32:34.321Z[ host-image] Oct 22 00:32:32.710 INFO O| Oct 22 00:32:32.710 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
93972024-10-22T00:32:34.323Z[ host-image] Oct 22 00:32:32.710 INFO O| Oct 22 00:32:32.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
93982024-10-22T00:32:34.323Z[ host-image] Oct 22 00:32:32.710 INFO O| Oct 22 00:32:32.710 INFO ok!
93992024-10-22T00:32:34.323Z[ host-image] Oct 22 00:32:32.710 INFO O| Oct 22 00:32:32.710 INFO STEP 93 (ensure_file) COMPLETE
94002024-10-22T00:32:34.323Z[ host-image] Oct 22 00:32:32.710 INFO O| Oct 22 00:32:32.710 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-10-22T00:32:34.331Z[ host-image] Oct 22 00:32:32.720 INFO O| Oct 22 00:32:32.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94022024-10-22T00:32:34.331Z[ host-image] Oct 22 00:32:32.720 INFO O| Oct 22 00:32:32.720 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
94032024-10-22T00:32:34.333Z[ host-image] Oct 22 00:32:32.720 INFO O| Oct 22 00:32:32.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94042024-10-22T00:32:34.333Z[ host-image] Oct 22 00:32:32.720 INFO O| Oct 22 00:32:32.720 INFO ok!
94052024-10-22T00:32:34.333Z[ host-image] Oct 22 00:32:32.720 INFO O| Oct 22 00:32:32.720 INFO STEP 94 (ensure_file) COMPLETE
94062024-10-22T00:32:34.333Z[ host-image] Oct 22 00:32:32.720 INFO O| Oct 22 00:32:32.720 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-10-22T00:32:34.340Z[ host-image] Oct 22 00:32:32.730 INFO O| Oct 22 00:32:32.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94082024-10-22T00:32:34.340Z[ host-image] Oct 22 00:32:32.730 INFO O| Oct 22 00:32:32.730 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
94092024-10-22T00:32:34.343Z[ host-image] Oct 22 00:32:32.730 INFO O| Oct 22 00:32:32.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94102024-10-22T00:32:34.343Z[ host-image] Oct 22 00:32:32.730 INFO O| Oct 22 00:32:32.730 INFO ok!
94112024-10-22T00:32:34.343Z[ host-image] Oct 22 00:32:32.730 INFO O| Oct 22 00:32:32.730 INFO STEP 95 (ensure_file) COMPLETE
94122024-10-22T00:32:34.343Z[ host-image] Oct 22 00:32:32.730 INFO O| Oct 22 00:32:32.730 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-10-22T00:32:34.350Z[ host-image] Oct 22 00:32:32.739 INFO O| Oct 22 00:32:32.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94142024-10-22T00:32:34.350Z[ host-image] Oct 22 00:32:32.739 INFO O| Oct 22 00:32:32.739 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
94152024-10-22T00:32:34.352Z[ host-image] Oct 22 00:32:32.739 INFO O| Oct 22 00:32:32.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94162024-10-22T00:32:34.352Z[ host-image] Oct 22 00:32:32.740 INFO O| Oct 22 00:32:32.739 INFO ok!
94172024-10-22T00:32:34.353Z[ host-image] Oct 22 00:32:32.740 INFO O| Oct 22 00:32:32.740 INFO STEP 96 (ensure_file) COMPLETE
94182024-10-22T00:32:34.353Z[ host-image] Oct 22 00:32:32.740 INFO O| Oct 22 00:32:32.740 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192024-10-22T00:32:34.360Z[ host-image] Oct 22 00:32:32.749 INFO O| Oct 22 00:32:32.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94202024-10-22T00:32:34.360Z[ host-image] Oct 22 00:32:32.749 INFO O| Oct 22 00:32:32.749 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94212024-10-22T00:32:34.362Z[ host-image] Oct 22 00:32:32.749 INFO O| Oct 22 00:32:32.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94222024-10-22T00:32:34.362Z[ host-image] Oct 22 00:32:32.749 INFO O| Oct 22 00:32:32.749 INFO ok!
94232024-10-22T00:32:34.362Z[ host-image] Oct 22 00:32:32.749 INFO O| Oct 22 00:32:32.749 INFO STEP 97 (ensure_file) COMPLETE
94242024-10-22T00:32:34.362Z[ host-image] Oct 22 00:32:32.749 INFO O| Oct 22 00:32:32.749 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252024-10-22T00:32:34.370Z[ host-image] Oct 22 00:32:32.759 INFO O| Oct 22 00:32:32.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94262024-10-22T00:32:34.370Z[ host-image] Oct 22 00:32:32.759 INFO O| Oct 22 00:32:32.759 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
94272024-10-22T00:32:34.372Z[ host-image] Oct 22 00:32:32.759 INFO O| Oct 22 00:32:32.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94282024-10-22T00:32:34.372Z[ host-image] Oct 22 00:32:32.759 INFO O| Oct 22 00:32:32.759 INFO ok!
94292024-10-22T00:32:34.372Z[ host-image] Oct 22 00:32:32.759 INFO O| Oct 22 00:32:32.759 INFO STEP 98 (ensure_file) COMPLETE
94302024-10-22T00:32:34.372Z[ host-image] Oct 22 00:32:32.759 INFO O| Oct 22 00:32:32.759 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312024-10-22T00:32:34.380Z[ host-image] Oct 22 00:32:32.769 INFO O| Oct 22 00:32:32.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94322024-10-22T00:32:34.380Z[ host-image] Oct 22 00:32:32.769 INFO O| Oct 22 00:32:32.769 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
94332024-10-22T00:32:34.382Z[ host-image] Oct 22 00:32:32.769 INFO O| Oct 22 00:32:32.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94342024-10-22T00:32:34.382Z[ host-image] Oct 22 00:32:32.769 INFO O| Oct 22 00:32:32.769 INFO ok!
94352024-10-22T00:32:34.382Z[ host-image] Oct 22 00:32:32.769 INFO O| Oct 22 00:32:32.769 INFO STEP 99 (ensure_file) COMPLETE
94362024-10-22T00:32:34.382Z[ host-image] Oct 22 00:32:32.769 INFO O| Oct 22 00:32:32.769 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372024-10-22T00:32:34.390Z[ host-image] Oct 22 00:32:32.779 INFO O| Oct 22 00:32:32.779 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94382024-10-22T00:32:34.390Z[ host-image] Oct 22 00:32:32.779 INFO O| Oct 22 00:32:32.779 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
94392024-10-22T00:32:34.392Z[ host-image] Oct 22 00:32:32.779 INFO O| Oct 22 00:32:32.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94402024-10-22T00:32:34.392Z[ host-image] Oct 22 00:32:32.779 INFO O| Oct 22 00:32:32.779 INFO ok!
94412024-10-22T00:32:34.392Z[ host-image] Oct 22 00:32:32.779 INFO O| Oct 22 00:32:32.779 INFO STEP 100 (ensure_file) COMPLETE
94422024-10-22T00:32:34.392Z[ host-image] Oct 22 00:32:32.779 INFO O| Oct 22 00:32:32.779 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-10-22T00:32:34.400Z[ host-image] Oct 22 00:32:32.789 INFO O| Oct 22 00:32:32.789 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94442024-10-22T00:32:34.400Z[ host-image] Oct 22 00:32:32.789 INFO O| Oct 22 00:32:32.789 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94452024-10-22T00:32:34.402Z[ host-image] Oct 22 00:32:32.789 INFO O| Oct 22 00:32:32.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94462024-10-22T00:32:34.402Z[ host-image] Oct 22 00:32:32.789 INFO O| Oct 22 00:32:32.789 INFO ok!
94472024-10-22T00:32:34.402Z[ host-image] Oct 22 00:32:32.789 INFO O| Oct 22 00:32:32.789 INFO STEP 101 (ensure_file) COMPLETE
94482024-10-22T00:32:34.402Z[ host-image] Oct 22 00:32:32.789 INFO O| Oct 22 00:32:32.789 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-10-22T00:32:34.410Z[ host-image] Oct 22 00:32:32.799 INFO O| Oct 22 00:32:32.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94502024-10-22T00:32:34.410Z[ host-image] Oct 22 00:32:32.799 INFO O| Oct 22 00:32:32.799 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
94512024-10-22T00:32:34.410Z[ host-image] Oct 22 00:32:32.799 INFO O| Oct 22 00:32:32.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94522024-10-22T00:32:34.412Z[ host-image] Oct 22 00:32:32.799 INFO O| Oct 22 00:32:32.799 INFO ok!
94532024-10-22T00:32:34.412Z[ host-image] Oct 22 00:32:32.799 INFO O| Oct 22 00:32:32.799 INFO STEP 102 (ensure_file) COMPLETE
94542024-10-22T00:32:34.412Z[ host-image] Oct 22 00:32:32.799 INFO O| Oct 22 00:32:32.799 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-10-22T00:32:34.419Z[ host-image] Oct 22 00:32:32.809 INFO O| Oct 22 00:32:32.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94562024-10-22T00:32:34.422Z[ host-image] Oct 22 00:32:32.809 INFO O| Oct 22 00:32:32.809 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
94572024-10-22T00:32:34.422Z[ host-image] Oct 22 00:32:32.809 INFO O| Oct 22 00:32:32.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94582024-10-22T00:32:34.422Z[ host-image] Oct 22 00:32:32.809 INFO O| Oct 22 00:32:32.809 INFO ok!
94592024-10-22T00:32:34.422Z[ host-image] Oct 22 00:32:32.809 INFO O| Oct 22 00:32:32.809 INFO STEP 103 (ensure_file) COMPLETE
94602024-10-22T00:32:34.422Z[ host-image] Oct 22 00:32:32.809 INFO O| Oct 22 00:32:32.809 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-10-22T00:32:34.429Z[ host-image] Oct 22 00:32:32.818 INFO O| Oct 22 00:32:32.818 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94622024-10-22T00:32:34.429Z[ host-image] Oct 22 00:32:32.818 INFO O| Oct 22 00:32:32.818 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
94632024-10-22T00:32:34.431Z[ host-image] Oct 22 00:32:32.818 INFO O| Oct 22 00:32:32.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94642024-10-22T00:32:34.431Z[ host-image] Oct 22 00:32:32.818 INFO O| Oct 22 00:32:32.818 INFO ok!
94652024-10-22T00:32:34.431Z[ host-image] Oct 22 00:32:32.818 INFO O| Oct 22 00:32:32.818 INFO STEP 104 (ensure_file) COMPLETE
94662024-10-22T00:32:34.431Z[ host-image] Oct 22 00:32:32.818 INFO O| Oct 22 00:32:32.818 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-10-22T00:32:34.438Z[ host-image] Oct 22 00:32:32.828 INFO O| Oct 22 00:32:32.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94682024-10-22T00:32:34.438Z[ host-image] Oct 22 00:32:32.828 INFO O| Oct 22 00:32:32.828 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
94692024-10-22T00:32:34.441Z[ host-image] Oct 22 00:32:32.828 INFO O| Oct 22 00:32:32.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94702024-10-22T00:32:34.441Z[ host-image] Oct 22 00:32:32.828 INFO O| Oct 22 00:32:32.828 INFO ok!
94712024-10-22T00:32:34.441Z[ host-image] Oct 22 00:32:32.828 INFO O| Oct 22 00:32:32.828 INFO STEP 105 (ensure_file) COMPLETE
94722024-10-22T00:32:34.441Z[ host-image] Oct 22 00:32:32.828 INFO O| Oct 22 00:32:32.828 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-10-22T00:32:34.448Z[ host-image] Oct 22 00:32:32.837 INFO O| Oct 22 00:32:32.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94742024-10-22T00:32:34.448Z[ host-image] Oct 22 00:32:32.837 INFO O| Oct 22 00:32:32.837 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
94752024-10-22T00:32:34.451Z[ host-image] Oct 22 00:32:32.838 INFO O| Oct 22 00:32:32.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94762024-10-22T00:32:34.451Z[ host-image] Oct 22 00:32:32.838 INFO O| Oct 22 00:32:32.837 INFO ok!
94772024-10-22T00:32:34.451Z[ host-image] Oct 22 00:32:32.838 INFO O| Oct 22 00:32:32.837 INFO STEP 106 (ensure_file) COMPLETE
94782024-10-22T00:32:34.451Z[ host-image] Oct 22 00:32:32.838 INFO O| Oct 22 00:32:32.838 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-10-22T00:32:34.459Z[ host-image] Oct 22 00:32:32.848 INFO O| Oct 22 00:32:32.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94802024-10-22T00:32:34.462Z[ host-image] Oct 22 00:32:32.848 INFO O| Oct 22 00:32:32.848 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
94812024-10-22T00:32:34.462Z[ host-image] Oct 22 00:32:32.848 INFO O| Oct 22 00:32:32.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94822024-10-22T00:32:34.462Z[ host-image] Oct 22 00:32:32.848 INFO O| Oct 22 00:32:32.848 INFO ok!
94832024-10-22T00:32:34.462Z[ host-image] Oct 22 00:32:32.848 INFO O| Oct 22 00:32:32.848 INFO STEP 107 (ensure_file) COMPLETE
94842024-10-22T00:32:34.462Z[ host-image] Oct 22 00:32:32.848 INFO O| Oct 22 00:32:32.848 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-10-22T00:32:34.471Z[ host-image] Oct 22 00:32:32.861 INFO O| Oct 22 00:32:32.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
94862024-10-22T00:32:34.472Z[ host-image] Oct 22 00:32:32.861 INFO O| Oct 22 00:32:32.861 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
94872024-10-22T00:32:34.474Z[ host-image] Oct 22 00:32:32.861 INFO O| Oct 22 00:32:32.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
94882024-10-22T00:32:34.474Z[ host-image] Oct 22 00:32:32.861 INFO O| Oct 22 00:32:32.861 INFO ok!
94892024-10-22T00:32:34.474Z[ host-image] Oct 22 00:32:32.861 INFO O| Oct 22 00:32:32.861 INFO STEP 108 (ensure_file) COMPLETE
94902024-10-22T00:32:34.474Z[ host-image] Oct 22 00:32:32.861 INFO O| Oct 22 00:32:32.861 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-10-22T00:32:34.482Z[ host-image] Oct 22 00:32:32.871 INFO O| Oct 22 00:32:32.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
94922024-10-22T00:32:34.484Z[ host-image] Oct 22 00:32:32.871 INFO O| Oct 22 00:32:32.871 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
94932024-10-22T00:32:34.484Z[ host-image] Oct 22 00:32:32.871 INFO O| Oct 22 00:32:32.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
94942024-10-22T00:32:34.484Z[ host-image] Oct 22 00:32:32.871 INFO O| Oct 22 00:32:32.871 INFO ok!
94952024-10-22T00:32:34.484Z[ host-image] Oct 22 00:32:32.871 INFO O| Oct 22 00:32:32.871 INFO STEP 109 (ensure_file) COMPLETE
94962024-10-22T00:32:34.484Z[ host-image] Oct 22 00:32:32.871 INFO O| Oct 22 00:32:32.871 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-10-22T00:32:34.492Z[ host-image] Oct 22 00:32:32.881 INFO O| Oct 22 00:32:32.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
94982024-10-22T00:32:34.492Z[ host-image] Oct 22 00:32:32.881 INFO O| Oct 22 00:32:32.881 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
94992024-10-22T00:32:34.492Z[ host-image] Oct 22 00:32:32.881 INFO O| Oct 22 00:32:32.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95002024-10-22T00:32:34.495Z[ host-image] Oct 22 00:32:32.881 INFO O| Oct 22 00:32:32.881 INFO ok!
95012024-10-22T00:32:34.495Z[ host-image] Oct 22 00:32:32.881 INFO O| Oct 22 00:32:32.881 INFO STEP 110 (ensure_file) COMPLETE
95022024-10-22T00:32:34.495Z[ host-image] Oct 22 00:32:32.881 INFO O| Oct 22 00:32:32.881 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-10-22T00:32:34.502Z[ host-image] Oct 22 00:32:32.891 INFO O| Oct 22 00:32:32.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95042024-10-22T00:32:34.502Z[ host-image] Oct 22 00:32:32.891 INFO O| Oct 22 00:32:32.891 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
95052024-10-22T00:32:34.505Z[ host-image] Oct 22 00:32:32.891 INFO O| Oct 22 00:32:32.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95062024-10-22T00:32:34.505Z[ host-image] Oct 22 00:32:32.891 INFO O| Oct 22 00:32:32.891 INFO ok!
95072024-10-22T00:32:34.505Z[ host-image] Oct 22 00:32:32.891 INFO O| Oct 22 00:32:32.891 INFO STEP 111 (ensure_file) COMPLETE
95082024-10-22T00:32:34.505Z[ host-image] Oct 22 00:32:32.891 INFO O| Oct 22 00:32:32.891 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-10-22T00:32:34.512Z[ host-image] Oct 22 00:32:32.901 INFO O| Oct 22 00:32:32.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95102024-10-22T00:32:34.512Z[ host-image] Oct 22 00:32:32.901 INFO O| Oct 22 00:32:32.901 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
95112024-10-22T00:32:34.515Z[ host-image] Oct 22 00:32:32.901 INFO O| Oct 22 00:32:32.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95122024-10-22T00:32:34.515Z[ host-image] Oct 22 00:32:32.901 INFO O| Oct 22 00:32:32.901 INFO ok!
95132024-10-22T00:32:34.515Z[ host-image] Oct 22 00:32:32.901 INFO O| Oct 22 00:32:32.901 INFO STEP 112 (ensure_file) COMPLETE
95142024-10-22T00:32:34.515Z[ host-image] Oct 22 00:32:32.901 INFO O| Oct 22 00:32:32.901 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-10-22T00:32:34.522Z[ host-image] Oct 22 00:32:32.911 INFO O| Oct 22 00:32:32.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95162024-10-22T00:32:34.522Z[ host-image] Oct 22 00:32:32.911 INFO O| Oct 22 00:32:32.911 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
95172024-10-22T00:32:34.524Z[ host-image] Oct 22 00:32:32.911 INFO O| Oct 22 00:32:32.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95182024-10-22T00:32:34.524Z[ host-image] Oct 22 00:32:32.911 INFO O| Oct 22 00:32:32.911 INFO ok!
95192024-10-22T00:32:34.524Z[ host-image] Oct 22 00:32:32.911 INFO O| Oct 22 00:32:32.911 INFO STEP 113 (ensure_file) COMPLETE
95202024-10-22T00:32:34.524Z[ host-image] Oct 22 00:32:32.911 INFO O| Oct 22 00:32:32.911 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-10-22T00:32:34.532Z[ host-image] Oct 22 00:32:32.921 INFO O| Oct 22 00:32:32.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95222024-10-22T00:32:34.534Z[ host-image] Oct 22 00:32:32.921 INFO O| Oct 22 00:32:32.921 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
95232024-10-22T00:32:34.534Z[ host-image] Oct 22 00:32:32.921 INFO O| Oct 22 00:32:32.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95242024-10-22T00:32:34.534Z[ host-image] Oct 22 00:32:32.921 INFO O| Oct 22 00:32:32.921 INFO ok!
95252024-10-22T00:32:34.534Z[ host-image] Oct 22 00:32:32.921 INFO O| Oct 22 00:32:32.921 INFO STEP 114 (ensure_file) COMPLETE
95262024-10-22T00:32:34.535Z[ host-image] Oct 22 00:32:32.921 INFO O| Oct 22 00:32:32.921 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-10-22T00:32:34.541Z[ host-image] Oct 22 00:32:32.930 INFO O| Oct 22 00:32:32.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95282024-10-22T00:32:34.541Z[ host-image] Oct 22 00:32:32.930 INFO O| Oct 22 00:32:32.930 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
95292024-10-22T00:32:34.544Z[ host-image] Oct 22 00:32:32.930 INFO O| Oct 22 00:32:32.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95302024-10-22T00:32:34.544Z[ host-image] Oct 22 00:32:32.930 INFO O| Oct 22 00:32:32.930 INFO ok!
95312024-10-22T00:32:34.544Z[ host-image] Oct 22 00:32:32.930 INFO O| Oct 22 00:32:32.930 INFO STEP 115 (ensure_file) COMPLETE
95322024-10-22T00:32:34.544Z[ host-image] Oct 22 00:32:32.930 INFO O| Oct 22 00:32:32.930 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-10-22T00:32:34.551Z[ host-image] Oct 22 00:32:32.940 INFO O| Oct 22 00:32:32.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95342024-10-22T00:32:34.551Z[ host-image] Oct 22 00:32:32.940 INFO O| Oct 22 00:32:32.940 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95352024-10-22T00:32:34.553Z[ host-image] Oct 22 00:32:32.940 INFO O| Oct 22 00:32:32.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95362024-10-22T00:32:34.553Z[ host-image] Oct 22 00:32:32.940 INFO O| Oct 22 00:32:32.940 INFO ok!
95372024-10-22T00:32:34.553Z[ host-image] Oct 22 00:32:32.940 INFO O| Oct 22 00:32:32.940 INFO STEP 116 (ensure_file) COMPLETE
95382024-10-22T00:32:34.553Z[ host-image] Oct 22 00:32:32.940 INFO O| Oct 22 00:32:32.940 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-10-22T00:32:34.561Z[ host-image] Oct 22 00:32:32.950 INFO O| Oct 22 00:32:32.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95402024-10-22T00:32:34.563Z[ host-image] Oct 22 00:32:32.950 INFO O| Oct 22 00:32:32.950 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
95412024-10-22T00:32:34.563Z[ host-image] Oct 22 00:32:32.950 INFO O| Oct 22 00:32:32.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95422024-10-22T00:32:34.563Z[ host-image] Oct 22 00:32:32.950 INFO O| Oct 22 00:32:32.950 INFO ok!
95432024-10-22T00:32:34.563Z[ host-image] Oct 22 00:32:32.950 INFO O| Oct 22 00:32:32.950 INFO STEP 117 (ensure_file) COMPLETE
95442024-10-22T00:32:34.563Z[ host-image] Oct 22 00:32:32.950 INFO O| Oct 22 00:32:32.950 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-10-22T00:32:34.571Z[ host-image] Oct 22 00:32:32.960 INFO O| Oct 22 00:32:32.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95462024-10-22T00:32:34.571Z[ host-image] Oct 22 00:32:32.960 INFO O| Oct 22 00:32:32.960 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95472024-10-22T00:32:34.573Z[ host-image] Oct 22 00:32:32.960 INFO O| Oct 22 00:32:32.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95482024-10-22T00:32:34.573Z[ host-image] Oct 22 00:32:32.960 INFO O| Oct 22 00:32:32.960 INFO ok!
95492024-10-22T00:32:34.573Z[ host-image] Oct 22 00:32:32.960 INFO O| Oct 22 00:32:32.960 INFO STEP 118 (ensure_file) COMPLETE
95502024-10-22T00:32:34.573Z[ host-image] Oct 22 00:32:32.960 INFO O| Oct 22 00:32:32.960 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-10-22T00:32:34.580Z[ host-image] Oct 22 00:32:32.970 INFO O| Oct 22 00:32:32.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95522024-10-22T00:32:34.580Z[ host-image] Oct 22 00:32:32.970 INFO O| Oct 22 00:32:32.970 INFO copying /tmp/.tmpHpVcd4/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95532024-10-22T00:32:37.077Z[ recovery-image] Oct 22 00:32:35.466 INFO E| Finished `release` profile [optimized] target(s) in 39.57s
95542024-10-22T00:32:37.105Z[ recovery-image] Oct 22 00:32:35.494 INFO building host image...
95552024-10-22T00:32:37.107Z[ recovery-image] Oct 22 00:32:35.494 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")
95562024-10-22T00:32:37.890Z[ recovery-image] Oct 22 00:32:36.274 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
95572024-10-22T00:32:39.419Z[ host-image] Oct 22 00:32:37.808 INFO O| Oct 22 00:32:37.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95582024-10-22T00:32:39.419Z[ host-image] Oct 22 00:32:37.808 INFO O| Oct 22 00:32:37.808 INFO ok!
95592024-10-22T00:32:39.421Z[ host-image] Oct 22 00:32:37.808 INFO O| Oct 22 00:32:37.808 INFO STEP 119 (ensure_file) COMPLETE
95602024-10-22T00:32:39.421Z[ host-image] Oct 22 00:32:37.808 INFO O| Oct 22 00:32:37.808 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-10-22T00:32:39.430Z[ host-image] Oct 22 00:32:37.819 INFO O| Oct 22 00:32:37.819 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95622024-10-22T00:32:39.430Z[ host-image] Oct 22 00:32:37.819 INFO O| Oct 22 00:32:37.819 INFO STEP 120 (ensure_dir) COMPLETE
95632024-10-22T00:32:39.432Z[ host-image] Oct 22 00:32:37.819 INFO O| Oct 22 00:32:37.819 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-10-22T00:32:39.439Z[ host-image] Oct 22 00:32:37.828 INFO O| Oct 22 00:32:37.828 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95652024-10-22T00:32:39.439Z[ host-image] Oct 22 00:32:37.828 INFO O| Oct 22 00:32:37.828 INFO STEP 121 (ensure_dir) COMPLETE
95662024-10-22T00:32:39.442Z[ host-image] Oct 22 00:32:37.828 INFO O| Oct 22 00:32:37.828 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-10-22T00:32:39.449Z[ host-image] Oct 22 00:32:37.838 INFO O| Oct 22 00:32:37.838 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95682024-10-22T00:32:39.451Z[ host-image] Oct 22 00:32:37.838 INFO O| Oct 22 00:32:37.838 INFO STEP 122 (ensure_dir) COMPLETE
95692024-10-22T00:32:39.451Z[ host-image] Oct 22 00:32:37.838 INFO O| Oct 22 00:32:37.838 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-10-22T00:32:39.459Z[ host-image] Oct 22 00:32:37.848 INFO O| Oct 22 00:32:37.848 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95712024-10-22T00:32:39.459Z[ host-image] Oct 22 00:32:37.848 INFO O| Oct 22 00:32:37.848 INFO STEP 123 (ensure_dir) COMPLETE
95722024-10-22T00:32:39.461Z[ host-image] Oct 22 00:32:37.848 INFO O| Oct 22 00:32:37.848 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95732024-10-22T00:32:39.468Z[ host-image] Oct 22 00:32:37.858 INFO O| Oct 22 00:32:37.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95742024-10-22T00:32:39.471Z[ host-image] Oct 22 00:32:37.858 INFO O| Oct 22 00:32:37.858 INFO copying /tmp/.tmpHpVcd4/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 ...
95752024-10-22T00:32:39.471Z[ host-image] Oct 22 00:32:37.858 INFO O| Oct 22 00:32:37.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95762024-10-22T00:32:39.471Z[ host-image] Oct 22 00:32:37.858 INFO O| Oct 22 00:32:37.858 INFO ok!
95772024-10-22T00:32:39.471Z[ host-image] Oct 22 00:32:37.858 INFO O| Oct 22 00:32:37.858 INFO STEP 124 (ensure_file) COMPLETE
95782024-10-22T00:32:39.471Z[ host-image] Oct 22 00:32:37.858 INFO O| Oct 22 00:32:37.858 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-10-22T00:32:39.478Z[ host-image] Oct 22 00:32:37.868 INFO O| Oct 22 00:32:37.868 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95802024-10-22T00:32:39.478Z[ host-image] Oct 22 00:32:37.868 INFO O| Oct 22 00:32:37.868 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95812024-10-22T00:32:39.481Z[ host-image] Oct 22 00:32:37.868 INFO O| Oct 22 00:32:37.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95822024-10-22T00:32:39.481Z[ host-image] Oct 22 00:32:37.868 INFO O| Oct 22 00:32:37.868 INFO STEP 125 (ensure_dir) COMPLETE
95832024-10-22T00:32:39.481Z[ host-image] Oct 22 00:32:37.868 INFO O| Oct 22 00:32:37.868 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-10-22T00:32:39.488Z[ host-image] Oct 22 00:32:37.877 INFO O| Oct 22 00:32:37.877 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95852024-10-22T00:32:39.488Z[ host-image] Oct 22 00:32:37.877 INFO O| Oct 22 00:32:37.877 INFO copying /tmp/.tmpHpVcd4/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95862024-10-22T00:32:39.490Z[ host-image] Oct 22 00:32:37.877 INFO O| Oct 22 00:32:37.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
95872024-10-22T00:32:39.490Z[ host-image] Oct 22 00:32:37.877 INFO O| Oct 22 00:32:37.877 INFO ok!
95882024-10-22T00:32:39.490Z[ host-image] Oct 22 00:32:37.878 INFO O| Oct 22 00:32:37.877 INFO STEP 126 (ensure_file) COMPLETE
95892024-10-22T00:32:39.490Z[ host-image] Oct 22 00:32:37.878 INFO O| Oct 22 00:32:37.877 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95902024-10-22T00:32:39.498Z[ host-image] Oct 22 00:32:37.887 INFO O| Oct 22 00:32:37.887 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
95912024-10-22T00:32:39.500Z[ host-image] Oct 22 00:32:37.887 INFO O| Oct 22 00:32:37.887 INFO STEP 127 (remove_files) COMPLETE
95922024-10-22T00:32:39.500Z[ host-image] Oct 22 00:32:37.887 INFO O| Oct 22 00:32:37.887 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95932024-10-22T00:32:39.508Z[ host-image] Oct 22 00:32:37.897 INFO O| Oct 22 00:32:37.897 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
95942024-10-22T00:32:39.511Z[ host-image] Oct 22 00:32:37.897 INFO O| Oct 22 00:32:37.897 INFO STEP 128 (remove_files) COMPLETE
95952024-10-22T00:32:39.511Z[ host-image] Oct 22 00:32:37.897 INFO O| Oct 22 00:32:37.897 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95962024-10-22T00:32:39.519Z[ host-image] Oct 22 00:32:37.909 INFO O| Oct 22 00:32:37.908 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
95972024-10-22T00:32:39.522Z[ host-image] Oct 22 00:32:37.909 INFO O| Oct 22 00:32:37.909 INFO STEP 129 (remove_files) COMPLETE
95982024-10-22T00:32:39.522Z[ host-image] Oct 22 00:32:37.909 INFO O| Oct 22 00:32:37.909 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
95992024-10-22T00:32:39.529Z[ host-image] Oct 22 00:32:37.918 INFO O| Oct 22 00:32:37.918 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96002024-10-22T00:32:39.531Z[ host-image] Oct 22 00:32:37.918 INFO O| Oct 22 00:32:37.918 INFO STEP 130 (remove_files) COMPLETE
96012024-10-22T00:32:39.531Z[ host-image] Oct 22 00:32:37.918 INFO O| Oct 22 00:32:37.918 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96022024-10-22T00:32:39.539Z[ host-image] Oct 22 00:32:37.929 INFO O| Oct 22 00:32:37.929 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96032024-10-22T00:32:39.542Z[ host-image] Oct 22 00:32:37.929 INFO O| Oct 22 00:32:37.929 INFO STEP 131 (remove_files) COMPLETE
96042024-10-22T00:32:39.542Z[ host-image] Oct 22 00:32:37.929 INFO O| Oct 22 00:32:37.929 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052024-10-22T00:32:39.549Z[ host-image] Oct 22 00:32:37.939 INFO O| Oct 22 00:32:37.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96062024-10-22T00:32:39.552Z[ host-image] Oct 22 00:32:37.939 INFO O| Oct 22 00:32:37.939 INFO STEP 132 (remove_files) COMPLETE
96072024-10-22T00:32:39.552Z[ host-image] Oct 22 00:32:37.939 INFO O| Oct 22 00:32:37.939 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082024-10-22T00:32:39.559Z[ host-image] Oct 22 00:32:37.948 INFO O| Oct 22 00:32:37.948 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96092024-10-22T00:32:39.561Z[ host-image] Oct 22 00:32:37.948 INFO O| Oct 22 00:32:37.948 INFO STEP 133 (remove_files) COMPLETE
96102024-10-22T00:32:39.561Z[ host-image] Oct 22 00:32:37.948 INFO O| Oct 22 00:32:37.948 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112024-10-22T00:32:39.569Z[ host-image] Oct 22 00:32:37.958 INFO O| Oct 22 00:32:37.958 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96122024-10-22T00:32:39.569Z[ host-image] Oct 22 00:32:37.958 INFO O| Oct 22 00:32:37.958 INFO STEP 134 (remove_files) COMPLETE
96132024-10-22T00:32:39.571Z[ host-image] Oct 22 00:32:37.958 INFO O| Oct 22 00:32:37.958 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142024-10-22T00:32:39.578Z[ host-image] Oct 22 00:32:37.968 INFO O| Oct 22 00:32:37.968 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96152024-10-22T00:32:39.578Z[ host-image] Oct 22 00:32:37.968 INFO O| Oct 22 00:32:37.968 INFO STEP 135 (remove_files) COMPLETE
96162024-10-22T00:32:39.581Z[ host-image] Oct 22 00:32:37.968 INFO O| Oct 22 00:32:37.968 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-22T00:32:39.590Z[ host-image] Oct 22 00:32:37.979 INFO O| Oct 22 00:32:37.979 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96182024-10-22T00:32:39.592Z[ host-image] Oct 22 00:32:37.979 INFO O| Oct 22 00:32:37.979 INFO STEP 136 (remove_files) COMPLETE
96192024-10-22T00:32:39.593Z[ host-image] Oct 22 00:32:37.979 INFO O| Oct 22 00:32:37.979 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-22T00:32:39.601Z[ host-image] Oct 22 00:32:37.990 INFO O| Oct 22 00:32:37.990 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96212024-10-22T00:32:39.601Z[ host-image] Oct 22 00:32:37.991 INFO O| Oct 22 00:32:37.991 INFO STEP 137 (remove_files) COMPLETE
96222024-10-22T00:32:39.604Z[ host-image] Oct 22 00:32:37.991 INFO O| Oct 22 00:32:37.991 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-22T00:32:39.611Z[ host-image] Oct 22 00:32:38.000 INFO O| Oct 22 00:32:38.000 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96242024-10-22T00:32:39.611Z[ host-image] Oct 22 00:32:38.000 INFO O| Oct 22 00:32:38.000 INFO STEP 138 (remove_files) COMPLETE
96252024-10-22T00:32:39.611Z[ host-image] Oct 22 00:32:38.000 INFO O| Oct 22 00:32:38.000 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-22T00:32:39.621Z[ host-image] Oct 22 00:32:38.011 INFO O| Oct 22 00:32:38.011 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96272024-10-22T00:32:39.622Z[ host-image] Oct 22 00:32:38.011 INFO O| Oct 22 00:32:38.011 INFO STEP 139 (remove_files) COMPLETE
96282024-10-22T00:32:39.622Z[ host-image] Oct 22 00:32:38.011 INFO O| Oct 22 00:32:38.011 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-22T00:32:39.632Z[ host-image] Oct 22 00:32:38.021 INFO O| Oct 22 00:32:38.021 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96302024-10-22T00:32:39.634Z[ host-image] Oct 22 00:32:38.021 INFO O| Oct 22 00:32:38.021 INFO STEP 140 (remove_files) COMPLETE
96312024-10-22T00:32:39.634Z[ host-image] Oct 22 00:32:38.021 INFO O| Oct 22 00:32:38.021 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-22T00:32:39.642Z[ host-image] Oct 22 00:32:38.031 INFO O| Oct 22 00:32:38.031 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96332024-10-22T00:32:39.642Z[ host-image] Oct 22 00:32:38.031 INFO O| Oct 22 00:32:38.031 INFO STEP 141 (remove_files) COMPLETE
96342024-10-22T00:32:39.642Z[ host-image] Oct 22 00:32:38.031 INFO O| Oct 22 00:32:38.031 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-22T00:32:39.651Z[ host-image] Oct 22 00:32:38.040 INFO O| Oct 22 00:32:38.040 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96362024-10-22T00:32:39.654Z[ host-image] Oct 22 00:32:38.041 INFO O| Oct 22 00:32:38.041 INFO STEP 142 (remove_files) COMPLETE
96372024-10-22T00:32:39.654Z[ host-image] Oct 22 00:32:38.041 INFO O| Oct 22 00:32:38.041 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-22T00:32:39.661Z[ host-image] Oct 22 00:32:38.050 INFO O| Oct 22 00:32:38.050 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96392024-10-22T00:32:39.663Z[ host-image] Oct 22 00:32:38.050 INFO O| Oct 22 00:32:38.050 INFO STEP 143 (remove_files) COMPLETE
96402024-10-22T00:32:39.663Z[ host-image] Oct 22 00:32:38.050 INFO O| Oct 22 00:32:38.050 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-22T00:32:39.672Z[ host-image] Oct 22 00:32:38.062 INFO O| Oct 22 00:32:38.062 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96422024-10-22T00:32:39.675Z[ host-image] Oct 22 00:32:38.062 INFO O| Oct 22 00:32:38.062 INFO STEP 144 (remove_files) COMPLETE
96432024-10-22T00:32:39.675Z[ host-image] Oct 22 00:32:38.062 INFO O| Oct 22 00:32:38.062 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-22T00:32:39.683Z[ host-image] Oct 22 00:32:38.072 INFO O| Oct 22 00:32:38.072 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96452024-10-22T00:32:39.685Z[ host-image] Oct 22 00:32:38.072 INFO O| Oct 22 00:32:38.072 INFO STEP 145 (remove_files) COMPLETE
96462024-10-22T00:32:39.685Z[ host-image] Oct 22 00:32:38.072 INFO O| Oct 22 00:32:38.072 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-22T00:32:39.692Z[ host-image] Oct 22 00:32:38.082 INFO O| Oct 22 00:32:38.082 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96482024-10-22T00:32:39.693Z[ host-image] Oct 22 00:32:38.082 INFO O| Oct 22 00:32:38.082 INFO STEP 146 (remove_files) COMPLETE
96492024-10-22T00:32:39.695Z[ host-image] Oct 22 00:32:38.082 INFO O| Oct 22 00:32:38.082 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-22T00:32:39.702Z[ host-image] Oct 22 00:32:38.091 INFO O| Oct 22 00:32:38.091 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96512024-10-22T00:32:39.704Z[ host-image] Oct 22 00:32:38.092 INFO O| Oct 22 00:32:38.091 INFO STEP 147 (remove_files) COMPLETE
96522024-10-22T00:32:39.704Z[ host-image] Oct 22 00:32:38.092 INFO O| Oct 22 00:32:38.091 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-22T00:32:39.712Z[ host-image] Oct 22 00:32:38.101 INFO O| Oct 22 00:32:38.101 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96542024-10-22T00:32:39.714Z[ host-image] Oct 22 00:32:38.101 INFO O| Oct 22 00:32:38.101 INFO STEP 148 (remove_files) COMPLETE
96552024-10-22T00:32:39.714Z[ host-image] Oct 22 00:32:38.101 INFO O| Oct 22 00:32:38.101 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-22T00:32:39.722Z[ host-image] Oct 22 00:32:38.111 INFO O| Oct 22 00:32:38.111 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96572024-10-22T00:32:39.722Z[ host-image] Oct 22 00:32:38.111 INFO O| Oct 22 00:32:38.111 INFO STEP 149 (remove_files) COMPLETE
96582024-10-22T00:32:39.722Z[ host-image] Oct 22 00:32:38.111 INFO O| Oct 22 00:32:38.111 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-22T00:32:39.731Z[ host-image] Oct 22 00:32:38.120 INFO O| Oct 22 00:32:38.120 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96602024-10-22T00:32:39.734Z[ host-image] Oct 22 00:32:38.121 INFO O| Oct 22 00:32:38.121 INFO STEP 150 (remove_files) COMPLETE
96612024-10-22T00:32:39.734Z[ host-image] Oct 22 00:32:38.121 INFO O| Oct 22 00:32:38.121 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-22T00:32:39.741Z[ host-image] Oct 22 00:32:38.130 INFO O| Oct 22 00:32:38.130 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96632024-10-22T00:32:39.741Z[ host-image] Oct 22 00:32:38.130 INFO O| Oct 22 00:32:38.130 INFO STEP 151 (remove_files) COMPLETE
96642024-10-22T00:32:39.743Z[ host-image] Oct 22 00:32:38.130 INFO O| Oct 22 00:32:38.130 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-22T00:32:39.751Z[ host-image] Oct 22 00:32:38.140 INFO O| Oct 22 00:32:38.140 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96662024-10-22T00:32:39.751Z[ host-image] Oct 22 00:32:38.140 INFO O| Oct 22 00:32:38.140 INFO STEP 152 (remove_files) COMPLETE
96672024-10-22T00:32:39.753Z[ host-image] Oct 22 00:32:38.140 INFO O| Oct 22 00:32:38.140 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-22T00:32:39.761Z[ host-image] Oct 22 00:32:38.150 INFO O| Oct 22 00:32:38.150 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96692024-10-22T00:32:39.761Z[ host-image] Oct 22 00:32:38.150 INFO O| Oct 22 00:32:38.150 INFO STEP 153 (remove_files) COMPLETE
96702024-10-22T00:32:39.763Z[ host-image] Oct 22 00:32:38.150 INFO O| Oct 22 00:32:38.150 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-22T00:32:39.771Z[ host-image] Oct 22 00:32:38.161 INFO O| Oct 22 00:32:38.160 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96722024-10-22T00:32:39.771Z[ host-image] Oct 22 00:32:38.161 INFO O| Oct 22 00:32:38.161 INFO STEP 154 (remove_files) COMPLETE
96732024-10-22T00:32:39.774Z[ host-image] Oct 22 00:32:38.161 INFO O| Oct 22 00:32:38.161 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-22T00:32:39.781Z[ host-image] Oct 22 00:32:38.170 INFO O| Oct 22 00:32:38.170 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96752024-10-22T00:32:39.781Z[ host-image] Oct 22 00:32:38.170 INFO O| Oct 22 00:32:38.170 INFO STEP 155 (remove_files) COMPLETE
96762024-10-22T00:32:39.783Z[ host-image] Oct 22 00:32:38.170 INFO O| Oct 22 00:32:38.170 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96772024-10-22T00:32:39.795Z[ host-image] Oct 22 00:32:38.185 INFO O| Oct 22 00:32:38.185 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96782024-10-22T00:32:39.798Z[ host-image] Oct 22 00:32:38.185 INFO O| Oct 22 00:32:38.185 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96792024-10-22T00:32:39.907Z[ recovery-image] Oct 22 00:32:38.296 INFO image complete! materials are in "/work/os-recovery"
96802024-10-22T00:32:39.910Z[ recovery-image]
96812024-10-22T00:32:39.912Z[ recovery-image] real 7:59.077203480
96822024-10-22T00:32:39.912Z[ recovery-image] user 5:22.638993488
96832024-10-22T00:32:39.912Z[ recovery-image] sys 52.451879194
96842024-10-22T00:32:39.912Z[ recovery-image] trap 0.270363498
96852024-10-22T00:32:39.912Z[ recovery-image] tflt 0.436292166
96862024-10-22T00:32:39.912Z[ recovery-image] dflt 1.108656865
96872024-10-22T00:32:39.912Z[ recovery-image] kflt 0.000032238
96882024-10-22T00:32:39.912Z[ recovery-image] lock 16:39.619701845
96892024-10-22T00:32:39.912Z[ recovery-image] slp 48:15.214998189
96902024-10-22T00:32:39.912Z[ recovery-image] lat 2:05.800628511
96912024-10-22T00:32:39.913Z[ recovery-image] stop 5.238611307
96922024-10-22T00:32:39.913ZOct 22 00:32:38.300 INFO [recovery-image] process exited with exit status: 0 (479.126510722s)
96932024-10-22T00:32:47.612Z[ host-image] Oct 22 00:32:46.001 INFO O| Oct 22 00:32:46.001 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
96942024-10-22T00:32:47.612Z[ host-image] Oct 22 00:32:46.001 INFO O| Oct 22 00:32:46.001 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96952024-10-22T00:32:47.626Z[ host-image] Oct 22 00:32:46.015 INFO O| Oct 22 00:32:46.015 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96962024-10-22T00:32:47.704Z[ host-image] Oct 22 00:32:46.093 INFO O| Oct 22 00:32:46.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96972024-10-22T00:32:47.704Z[ host-image] Oct 22 00:32:46.093 INFO O| Oct 22 00:32:46.093 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96982024-10-22T00:32:47.707Z[ host-image] Oct 22 00:32:46.095 INFO O| Oct 22 00:32:46.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96992024-10-22T00:32:47.707Z[ host-image] Oct 22 00:32:46.095 INFO O| Oct 22 00:32:46.095 INFO ok!
97002024-10-22T00:32:47.707Z[ host-image] Oct 22 00:32:46.095 INFO O| Oct 22 00:32:46.095 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97012024-10-22T00:32:47.707Z[ host-image] Oct 22 00:32:46.095 INFO O| Oct 22 00:32:46.095 INFO STEP 156 (seed_smf) COMPLETE
97022024-10-22T00:32:47.707Z[ host-image] Oct 22 00:32:46.095 INFO O| Oct 22 00:32:46.095 INFO steps complete; finalising image!
97032024-10-22T00:32:47.707Z[ host-image] Oct 22 00:32:46.095 INFO O| Oct 22 00:32:46.095 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97042024-10-22T00:32:47.842Z[ host-image] Oct 22 00:32:46.231 INFO O| Oct 22 00:32:46.231 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Tue Oct 22 00:32:46 2024)
97052024-10-22T00:32:48.063Z[ host-image] Oct 22 00:32:46.452 INFO O| Oct 22 00:32:46.452 INFO temporary pool has 690M used, 142M avail, 1.86x compressratio
97062024-10-22T00:32:48.063Z[ host-image] Oct 22 00:32:46.452 INFO O| Oct 22 00:32:46.452 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97072024-10-22T00:32:48.347Z[ host-image] Oct 22 00:32:46.736 INFO O| Oct 22 00:32:46.736 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97082024-10-22T00:32:48.347Z[ host-image] Oct 22 00:32:46.736 INFO O| Oct 22 00:32:46.736 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97092024-10-22T00:32:49.380Z[ host-image] Oct 22 00:32:47.769 INFO O| Oct 22 00:32:47.769 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97102024-10-22T00:32:49.380Z[ host-image] Oct 22 00:32:47.769 INFO O| Oct 22 00:32:47.769 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-22T00:32:49.383Z[ host-image] Oct 22 00:32:47.769 INFO O| Oct 22 00:32:47.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97122024-10-22T00:32:49.383Z[ host-image] Oct 22 00:32:47.769 INFO O| Oct 22 00:32:47.769 INFO completed processing gimlet/zfs
97132024-10-22T00:32:49.383Z[ host-image] Oct 22 00:32:47.769 INFO O| Oct 22 00:32:47.769 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97142024-10-22T00:32:57.019Z[ host-image] Oct 22 00:32:55.408 INFO O| Oct 22 00:32:55.408 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97152024-10-22T00:32:57.107Z[ host-image] Oct 22 00:32:55.496 INFO BUILD STRING "heads/stlouis-0-g3c4c34aff6\n"
97162024-10-22T00:32:57.107Z[ host-image] Oct 22 00:32:55.496 INFO expanded image name: "ci f02e003/${os_short_commit} 2024-10-22 00:02" -> "ci f02e003/3c4c34a 2024-10-22 00:02"
97172024-10-22T00:32:57.109Z[ host-image] Oct 22 00:32:55.496 INFO output artefacts stored in: "/work/os-host"
97182024-10-22T00:32:57.109Z[ host-image] Oct 22 00:32:55.496 INFO collecting git info from project "pilot"...
97192024-10-22T00:32:57.112Z[ host-image] Oct 22 00:32:55.502 INFO collecting git info from project "amd-host-image-builder"...
97202024-10-22T00:32:57.126Z[ host-image] Oct 22 00:32:55.515 INFO collecting git info from project "image-builder"...
97212024-10-22T00:32:57.130Z[ host-image] Oct 22 00:32:55.519 INFO collecting git info from project "bootserver"...
97222024-10-22T00:32:57.134Z[ host-image] Oct 22 00:32:55.523 INFO collecting git info from project "pinprick"...
97232024-10-22T00:32:57.138Z[ host-image] Oct 22 00:32:55.527 INFO collecting git info from project "phbl"...
97242024-10-22T00:32:57.142Z[ host-image] Oct 22 00:32:55.532 INFO collecting git info from project "amd-firmware"...
97252024-10-22T00:32:57.151Z[ host-image] Oct 22 00:32:55.540 INFO collecting git info from project "chelsio-t6-roms"...
97262024-10-22T00:32:57.155Z[ host-image] Oct 22 00:32:55.544 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97272024-10-22T00:32:57.512Z[ host-image] Oct 22 00:32:55.901 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97282024-10-22T00:32:57.852Z[ host-image] Oct 22 00:32:56.241 INFO creating Oxide boot image...
97292024-10-22T00:32:57.852Z[ host-image] Oct 22 00:32:56.241 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f02e003/3c4c34a 2024-10-22 00:02", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97302024-10-22T00:32:58.765Z[ host-image] Oct 22 00:32:57.154 INFO O| ok, image written!
97312024-10-22T00:32:58.765Z[ host-image] Oct 22 00:32:57.154 INFO O| ok, boot_image_csum file written!
97322024-10-22T00:32:58.768Z[ host-image] Oct 22 00:32:57.157 INFO creating boot archive (CPIO)...
97332024-10-22T00:32:58.768Z[ host-image] Oct 22 00:32:57.157 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
97342024-10-22T00:32:58.776Z[ host-image] Oct 22 00:32:57.165 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97352024-10-22T00:32:58.776Z[ host-image] Oct 22 00:32:57.165 INFO E| + outfile=/work/os-host/cpio
97362024-10-22T00:32:58.777Z[ host-image] Oct 22 00:32:57.165 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97372024-10-22T00:32:58.779Z[ host-image] Oct 22 00:32:57.167 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97382024-10-22T00:32:58.779Z[ host-image] Oct 22 00:32:57.168 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97392024-10-22T00:32:58.811Z[ host-image] Oct 22 00:32:57.200 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97402024-10-22T00:32:58.811Z[ host-image] Oct 22 00:32:57.200 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97412024-10-22T00:32:58.818Z[ host-image] Oct 22 00:32:57.207 INFO creating compressed cpio/unix for nanobl-rs...
97422024-10-22T00:32:58.821Z[ host-image] Oct 22 00:32:57.207 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
97432024-10-22T00:32:59.111Z[ host-image] Oct 22 00:32:57.500 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97442024-10-22T00:33:03.509Z[ host-image] Oct 22 00:33:01.898 INFO creating reset image...
97452024-10-22T00:33:03.511Z[ host-image] Oct 22 00:33:01.898 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97462024-10-22T00:33:03.597Z[ host-image] Oct 22 00:33:01.986 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97472024-10-22T00:33:03.600Z[ host-image] Oct 22 00:33:01.987 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97482024-10-22T00:33:03.652Z[ host-image] Oct 22 00:33:02.041 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97492024-10-22T00:33:05.384Z[ host-image] Oct 22 00:33:03.773 INFO E| Finished `release` profile [optimized] target(s) in 1.77s
97502024-10-22T00:33:05.395Z[ host-image] Oct 22 00:33:03.784 INFO building host image...
97512024-10-22T00:33:05.398Z[ host-image] Oct 22 00:33:03.785 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")
97522024-10-22T00:33:05.872Z[ host-image] Oct 22 00:33:04.261 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97532024-10-22T00:33:53.140Z[ host-image] Oct 22 00:33:51.529 INFO image complete! materials are in "/work/os-host"
97542024-10-22T00:33:53.143Z[ host-image]
97552024-10-22T00:33:53.143Z[ host-image] real 9:26.920159850
97562024-10-22T00:33:53.143Z[ host-image] user 4:50.812423380
97572024-10-22T00:33:53.143Z[ host-image] sys 52.151060623
97582024-10-22T00:33:53.146Z[ host-image] trap 0.190552532
97592024-10-22T00:33:53.146Z[ host-image] tflt 0.005857206
97602024-10-22T00:33:53.146Z[ host-image] dflt 0.046826633
97612024-10-22T00:33:53.146Z[ host-image] kflt 0.000012090
97622024-10-22T00:33:53.146Z[ host-image] lock 6:32.185925426
97632024-10-22T00:33:53.146Z[ host-image] slp 51:34.934589682
97642024-10-22T00:33:53.146Z[ host-image] lat 1:31.557743038
97652024-10-22T00:33:53.146Z[ host-image] stop 0.414024481
97662024-10-22T00:33:53.146ZOct 22 00:33:51.533 INFO [host-image] process exited with exit status: 0 (566.935555776s)
97672024-10-22T00:33:53.146ZOct 22 00:33:51.533 INFO [tuf-repo] running task
97682024-10-22T00:34:00.043ZOct 22 00:33:58.431 INFO assembling repository in `/tmp/tufaceousHBF36D`, component: OmicronRepoAssembler
97692024-10-22T00:34:05.075ZOct 22 00:34:03.464 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97702024-10-22T00:34:05.269ZOct 22 00:34:03.658 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97712024-10-22T00:34:16.881ZOct 22 00:34:15.270 INFO [tuf-repo] task succeeded (23.737050136s)
97722024-10-22T00:34:16.882ZOct 22 00:34:15.270 INFO all jobs completed in 1897.500182946s
97732024-10-22T00:34:17.443Zprocess exited: duration 2502203 ms, exit code 0
 
97742024-10-22T00:34:17.455Zfound 33 output files
97752024-10-22T00:34:17.455Zuploading: /work/manifest.toml (8404 bytes)
97762024-10-22T00:34:18.466Zuploaded: /work/manifest.toml
97772024-10-22T00:34:18.466Zuploading: /work/repo.zip (1862937006 bytes)
97782024-10-22T00:34:58.198Zuploaded: /work/repo.zip
97792024-10-22T00:34:58.198Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97802024-10-22T00:34:59.210Zuploaded: /work/repo.zip.sha256.txt
97812024-10-22T00:34:59.210Zuploading: /work/helios-setup.log (65459 bytes)
97822024-10-22T00:35:00.232Zuploaded: /work/helios-setup.log
97832024-10-22T00:35:00.232Zuploading: /work/host-image.log (194443 bytes)
97842024-10-22T00:35:01.279Zuploaded: /work/host-image.log
97852024-10-22T00:35:01.279Zuploading: /work/host-package.log (22417 bytes)
97862024-10-22T00:35:02.316Zuploaded: /work/host-package.log
97872024-10-22T00:35:02.316Zuploading: /work/host-target.log (101 bytes)
97882024-10-22T00:35:03.326Zuploaded: /work/host-target.log
97892024-10-22T00:35:03.326Zuploading: /work/omicron-package.log (5011 bytes)
97902024-10-22T00:35:04.341Zuploaded: /work/omicron-package.log
97912024-10-22T00:35:04.341Zuploading: /work/phbl-toolchain.log (881 bytes)
97922024-10-22T00:35:05.349Zuploaded: /work/phbl-toolchain.log
97932024-10-22T00:35:05.349Zuploading: /work/recovery-image.log (591725 bytes)
97942024-10-22T00:35:06.385Zuploaded: /work/recovery-image.log
97952024-10-22T00:35:06.385Zuploading: /work/recovery-package.log (321 bytes)
97962024-10-22T00:35:07.393Zuploaded: /work/recovery-package.log
97972024-10-22T00:35:07.396Zuploading: /work/recovery-target.log (98 bytes)
97982024-10-22T00:35:08.402Zuploaded: /work/recovery-target.log
97992024-10-22T00:35:08.402Zuploading: /work/stamp-clickhouse.log (117 bytes)
98002024-10-22T00:35:09.416Zuploaded: /work/stamp-clickhouse.log
98012024-10-22T00:35:09.416Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98022024-10-22T00:35:10.443Zuploaded: /work/stamp-clickhouse_keeper.log
98032024-10-22T00:35:10.443Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98042024-10-22T00:35:11.451Zuploaded: /work/stamp-cockroachdb.log
98052024-10-22T00:35:11.452Zuploading: /work/stamp-crucible-dtrace.log (71 bytes)
98062024-10-22T00:35:12.460Zuploaded: /work/stamp-crucible-dtrace.log
98072024-10-22T00:35:12.460Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98082024-10-22T00:35:13.468Zuploaded: /work/stamp-crucible-pantry-zone.log
98092024-10-22T00:35:13.469Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98102024-10-22T00:35:14.477Zuploaded: /work/stamp-crucible-zone.log
98112024-10-22T00:35:14.477Zuploading: /work/stamp-external-dns.log (119 bytes)
98122024-10-22T00:35:15.485Zuploaded: /work/stamp-external-dns.log
98132024-10-22T00:35:15.485Zuploading: /work/stamp-installinator.log (103 bytes)
98142024-10-22T00:35:16.493Zuploaded: /work/stamp-installinator.log
98152024-10-22T00:35:16.494Zuploading: /work/stamp-internal-dns.log (119 bytes)
98162024-10-22T00:35:17.503Zuploaded: /work/stamp-internal-dns.log
98172024-10-22T00:35:17.503Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98182024-10-22T00:35:18.511Zuploaded: /work/stamp-mg-ddm-gz.log
98192024-10-22T00:35:18.511Zuploading: /work/stamp-nexus.log (112 bytes)
98202024-10-22T00:35:19.520Zuploaded: /work/stamp-nexus.log
98212024-10-22T00:35:19.520Zuploading: /work/stamp-ntp.log (110 bytes)
98222024-10-22T00:35:20.528Zuploaded: /work/stamp-ntp.log
98232024-10-22T00:35:20.528Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98242024-10-22T00:35:21.537Zuploaded: /work/stamp-omicron-sled-agent.log
98252024-10-22T00:35:21.537Zuploading: /work/stamp-overlay.log (114 bytes)
98262024-10-22T00:35:22.545Zuploaded: /work/stamp-overlay.log
98272024-10-22T00:35:22.545Zuploading: /work/stamp-oximeter.log (115 bytes)
98282024-10-22T00:35:23.554Zuploaded: /work/stamp-oximeter.log
98292024-10-22T00:35:23.554Zuploading: /work/stamp-oxlog.log (109 bytes)
98302024-10-22T00:35:24.562Zuploaded: /work/stamp-oxlog.log
98312024-10-22T00:35:24.562Zuploading: /work/stamp-probe.log (112 bytes)
98322024-10-22T00:35:25.571Zuploaded: /work/stamp-probe.log
98332024-10-22T00:35:25.571Zuploading: /work/stamp-propolis-server.log (122 bytes)
98342024-10-22T00:35:26.581Zuploaded: /work/stamp-propolis-server.log
98352024-10-22T00:35:26.581Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98362024-10-22T00:35:27.589Zuploaded: /work/stamp-pumpkind-gz.log
98372024-10-22T00:35:27.589Zuploading: /work/stamp-switch-asic.log (118 bytes)
98382024-10-22T00:35:28.597Zuploaded: /work/stamp-switch-asic.log
98392024-10-22T00:35:28.597Zuploading: /work/verify-libraries.log (3720 bytes)
98402024-10-22T00:35:29.606Zuploaded: /work/verify-libraries.log