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

OSBuild: ext.config.files.console-config kola test failure #1654

Closed
dustymabe opened this issue Jan 23, 2024 · 1 comment
Closed

OSBuild: ext.config.files.console-config kola test failure #1654

dustymabe opened this issue Jan 23, 2024 · 1 comment
Assignees

Comments

@dustymabe
Copy link
Member

In pursuit of #1653 we have one test failure that has not currently been addressed:

=== RUN   ext.config.files.console-config
systemctl status kola-runext-19.service:
× kola-runext-19.service
     Loaded: loaded (/etc/systemd/system/kola-runext-19.service; static)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: failed (Result: exit-code) since Tue 2024-01-23 20:49:37 UTC; 125ms ago
   Duration: 11ms
    Process: 2084 ExecStart=/usr/local/bin/kola-runext-console-config (code=exited, status=1/FAILURE)
   Main PID: 2084 (code=exited, status=1/FAILURE)
        CPU: 4ms

Jan 23 20:49:37 qemu0 systemd[1]: Started kola-runext-19.service.
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: + . /var/opt/kola/extdata-19/commonlib.sh
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: ++ IFS=' '
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: ++ read -r -a cmdline
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: + '[' '!' -e /boot/coreos/platforms.json ']'
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: + fatal 'platforms.json doesn'\''t exist!'
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: + echo 'platforms.json doesn'\''t exist!'
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: platforms.json doesn't exist!
Jan 23 20:49:37 qemu0 kola-runext-console-config[2084]: + exit 1
Jan 23 20:49:37 qemu0 systemd[1]: kola-runext-19.service: Main process exited, code=exited, status=1/FAILURE
Jan 23 20:49:37 qemu0 systemd[1]: kola-runext-19.service: Failed with result 'exit-code'.
--- FAIL: ext.config.files.console-config (27.04s)
        cluster.go:162: Error: Unit kola-runext-19.service exited with code 1
        cluster.go:162: 2024-01-23T20:49:37Z cli: Unit kola-runext-19.service exited with code 1
        harness.go:1261: kolet failed: : kolet run-test-unit failed: Process exited with status 1
FAIL, output in tmp/kola

dustymabe added a commit to dustymabe/fedora-coreos-config that referenced this issue Jan 23, 2024
When we switch to using OSBuild this test will start failing. See
coreos/fedora-coreos-tracker#1654
dustymabe added a commit to dustymabe/fedora-coreos-config that referenced this issue Jan 23, 2024
When we switch to using OSBuild this test will start failing. See
coreos/fedora-coreos-tracker#1654
@ravanelli ravanelli self-assigned this Jan 24, 2024
dustymabe added a commit to dustymabe/fedora-coreos-config that referenced this issue Jan 29, 2024
When we switch to using OSBuild this test will start failing. See
coreos/fedora-coreos-tracker#1654
dustymabe added a commit to dustymabe/fedora-coreos-config that referenced this issue Jan 31, 2024
When we switch to using OSBuild this test will start failing. See
coreos/fedora-coreos-tracker#1654
dustymabe added a commit to coreos/fedora-coreos-config that referenced this issue Jan 31, 2024
When we switch to using OSBuild this test will start failing. See
coreos/fedora-coreos-tracker#1654
dustymabe added a commit to dustymabe/coreos-assembler that referenced this issue Feb 2, 2024
This is something create_disk.sh was doing that we weren't in the
OSBuild flow today. It will make it so `coreos-installer` can pick
up and use this information when performing installs and should
support the efforts to make the ext.config.files.console-config
test start passing again.

xref coreos/fedora-coreos-tracker#1654
dustymabe added a commit to ravanelli/coreos-assembler that referenced this issue Feb 5, 2024
This is something create_disk.sh was doing that we weren't in the
OSBuild flow today. It will make it so `coreos-installer` can pick
up and use this information when performing installs and should
support the efforts to make the ext.config.files.console-config
test start passing again.

xref coreos/fedora-coreos-tracker#1654
dustymabe added a commit to coreos/coreos-assembler that referenced this issue Feb 5, 2024
This is something create_disk.sh was doing that we weren't in the
OSBuild flow today. It will make it so `coreos-installer` can pick
up and use this information when performing installs and should
support the efforts to make the ext.config.files.console-config
test start passing again.

xref coreos/fedora-coreos-tracker#1654
dustymabe added a commit to dustymabe/coreos-assembler that referenced this issue Feb 21, 2024
This is a backport of the upstream PR [1]. This helps us
close one of the final gaps when it comes to features
needed for OSBuild [2]. It updates the GRUB console settings
and also will update kernel arguments based on the platforms.json
content.

[1] osbuild/osbuild#1589
[2] coreos/fedora-coreos-tracker#1654
dustymabe added a commit to dustymabe/coreos-assembler that referenced this issue Feb 21, 2024
This is a backport of the upstream PR [1]. This helps us
close one of the final gaps when it comes to features
needed for OSBuild [2]. It updates the GRUB console settings
and also will update kernel arguments based on the platforms.json
content.

[1] osbuild/osbuild#1589
[2] coreos/fedora-coreos-tracker#1654
dustymabe added a commit to dustymabe/coreos-assembler that referenced this issue Feb 21, 2024
This is a backport of the upstream PR [1]. This helps us
close one of the final gaps when it comes to features
needed for OSBuild [2]. It updates the GRUB console settings
and also will update kernel arguments based on the platforms.json
content.

[1] osbuild/osbuild#1589
[2] coreos/fedora-coreos-tracker#1654
dustymabe added a commit to coreos/coreos-assembler that referenced this issue Feb 22, 2024
This is a backport of the upstream PR [1]. This helps us
close one of the final gaps when it comes to features
needed for OSBuild [2]. It updates the GRUB console settings
and also will update kernel arguments based on the platforms.json
content.

[1] osbuild/osbuild#1589
[2] coreos/fedora-coreos-tracker#1654
@dustymabe
Copy link
Member Author

This was fixed in coreos/coreos-assembler#3742

aaradhak pushed a commit to aaradhak/fedora-coreos-config that referenced this issue Mar 18, 2024
When we switch to using OSBuild this test will start failing. See
coreos/fedora-coreos-tracker#1654
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

2 participants