Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-arch jobs failing with "Error: unmarshalling error into &errorhandling.ErrorModel" #3678

Closed
jlebon opened this issue Dec 4, 2023 · 0 comments

Comments

@jlebon
Copy link
Member

jlebon commented Dec 4, 2023

E.g.:

12:01:38  + cosa init --force --branch stable --commit=94973f12ca41cefb52d2f405f7f38c3b5b650049 https://github.com/coreos/fedora-coreos-config
12:01:39  warning: /sys/fs/selinux appears to be mounted but should not be; enabling workaround
12:01:39  + mkdir -p src
12:01:39  + cd src
12:01:39  + test -e config
12:01:39  + case "${source}" in
12:01:39  + git clone --branch=stable --depth=1 --shallow-submodules --recurse-submodules https://github.com/coreos/fedora-coreos-config config
12:01:39  Cloning into 'config'...
12:01:39  + '[' -n 94973f12ca41cefb52d2f405f7f38c3b5b650049 ']'
12:01:39  + git -C ./config fetch origin 94973f12ca41cefb52d2f405f7f38c3b5b650049
12:01:39  From https://github.com/coreos/fedora-coreos-config
12:01:39   * branch            94973f12ca41cefb52d2f405f7f38c3b5b650049 -> FETCH_HEAD
12:01:39  + git -C ./config reset --hard 94973f12ca41cefb52d2f405f7f38c3b5b650049
12:01:39  HEAD is now at 94973f1 tree: promote changes from testing at 1c8e2d07af27fd856f6fd0be390d7d583cc56852
12:01:39  + git -C ./config submodule update --init --recursive
12:01:39  + set +x
12:01:39  Config commit: 94973f12ca41cefb52d2f405f7f38c3b5b650049
12:01:39  + manifest=src/config/manifest.yaml
12:01:39  + image=src/config/image.yaml
12:01:39  + [[ ! -f src/config/manifest.yaml ]]
12:01:39  + [[ ! -f src/config/image.yaml ]]
12:01:39  + [[ -n '' ]]
12:01:39  + mkdir -p cache
12:01:39  + mkdir -p builds
12:01:39  + mkdir -p tmp
12:01:39  + mkdir -p overrides/rpm
12:01:39  + mkdir -p overrides/rootfs
12:01:39  + test 0 = 1
12:01:39  + case "${YUMREPOS}" in
12:01:39  + set +x
12:01:39  Initialized /home/jenkins/agent/workspace/build-arch as coreos-assembler working directory.
12:01:39  Error: unmarshalling error into &errorhandling.ErrorModel{Because:"", Message:"", ResponseCode:0}, data "Not Found\n": invalid character 'N' looking for beginning of value

This seems to be a regression of podman v4.8: containers/podman#20821

jlebon added a commit to jlebon/coreos-assembler that referenced this issue Dec 4, 2023
Our pipeline is hitting this for our multi-arch builds. Let's freeze it
for now.

See: coreos#3678
jlebon added a commit that referenced this issue Dec 4, 2023
Our pipeline is hitting this for our multi-arch builds. Let's freeze it
for now.

See: #3678
dustymabe added a commit to dustymabe/coreos-assembler that referenced this issue Jan 8, 2024
This reverts commit d88d077.

The issue was fixed and the new podman is now in FCOS stable repos:
https://bodhi.fedoraproject.org/updates/FEDORA-2023-e8cfbfbdd9

Closes coreos#3678
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant