zinc 32 % arc land STRATEGY Merging with "squash" strategy, the default strategy. SOURCE Landing the current branch, "main". ONTO REMOTE Remote "origin" was selected by following tracking branches upstream to the closest remote. ONTO TARGET Refs were selected by reading "arc.land.onto" configuration: main. INTO REMOTE Will merge into remote "origin" by default, because this is the remote the change is landing onto. INTO TARGET Will merge into target "main" by default, because this is the "onto" target. FETCH Fetching "main" from remote "origin"... $ git fetch --no-tags --quiet -- origin main INTO COMMIT Preparing merge into "main" from remote "origin", at commit "7d1d9cc440f8". LANDING These changes will land: * D47478 zfsboot: Add an option to edit the ZFS pool creation options. 0b5cb026af57 Add an option to edit the ZFS pool creation options. >>> Land these changes? [y/N/?] y MERGING 0b5cb026af57 Add an option to edit the ZFS pool creation options. MERGE Attempting to rebase changes. DONE Merge succeeded. PUSHING Pushing changes to "origin". $ git push -- origin 4950565f48e4:refs/heads/main fatal: unable to access 'https://git.freebsd.org/src.git/': The requested URL returned error: 403 LOAD STATE Restoring local state (to ref "main" at commit "0b5cb026af57"). USAGE EXCEPTION Push failed! Fix the error and run "arc land" again. zinc 35 % git branch * main zinc 36 % git remote -v origin https://git.freebsd.org/src.git (fetch) origin https://git.freebsd.org/src.git (push) zinc 37 % git describe vendor/ena-com/2.8.0-295466-g0b5cb026af57