fedora-41@cockpit-project/cockpit-files#51e5eda9789b Running on: rhos-01-23 Job({ "subject": { "repo": "cockpit-project/cockpit-files", "sha": "51e5eda9789b69c5506b34567a6e97e4369b57a1", "pull": 880, "branch": null, "target": null }, "container": null, "command_subject": null, "secrets": [ "github-token", "image-download" ], "command": null, "env": { "TEST_OS": "fedora-41", "TEST_REVISION": "51e5eda9789b69c5506b34567a6e97e4369b57a1", "COCKPIT_BOTS_REF": "main", "BASE_BRANCH": "main", "TEST_PULL": "880" }, "timeout": 120, "context": "fedora-41", "slug": "pull-880-51e5eda9-20250127-140117-fedora-41", "title": null, "report": null }) Using container image: ghcr.io/cockpit-project/tasks:2025-01-11 Trying to pull ghcr.io/cockpit-project/tasks:2025-01-11... Getting image source signatures Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 Copying blob sha256:0c5a86865c5d3e78a4ab19ac7c516ffe93e41e0fd67f052a72f52d07cd2c59f9 Copying blob sha256:ebfbcf0d664d4929ea3fdfb5df369d5b3719b0c5b78cb387500995a81485d9b1 Copying blob sha256:b504cd4e3fc2b722e642a8381d84ea565736bc270a8f29cc75aefa5e05404e6f Copying blob sha256:0accd70ca680719cd6ad7b85ac408fcbaaa90883bab37d310f1e4dffed67123f Copying config sha256:67cf7547703a5fabb7063915c1ca22630ae31941f11602cc39c76c1db5bcf505 Writing manifest to image destination + [checkout-and-run] --revision=51e5eda9789b69c5506b34567a6e97e4369b57a1 --rebase=main https://github.com/cockpit-project/cockpit-files + cat /run/.containerenv + uname -a Linux 7870f16ab1f6 6.9.7-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 27 18:11:45 UTC 2024 x86_64 GNU/Linux + mkdir -p /var/tmp/attachments + git clone -- https://github.com/cockpit-project/cockpit-files make-checkout-workdir Cloning into 'make-checkout-workdir'... + cd make-checkout-workdir + git fetch -- origin 51e5eda9789b69c5506b34567a6e97e4369b57a1 From https://github.com/cockpit-project/cockpit-files * branch 51e5eda9789b69c5506b34567a6e97e4369b57a1 -> FETCH_HEAD + git checkout --detach FETCH_HEAD HEAD is now at 51e5eda move FilesContext and ClipboardInfo to avoid imports from app.jsx + git fetch -- origin main From https://github.com/cockpit-project/cockpit-files * branch main -> FETCH_HEAD + git rebase -- 936c2f0c855d9ee2a53a9847c3179878ea0b5049 Rebasing (1/3) Rebasing (2/3) Rebasing (3/3) Successfully rebased and updated detached HEAD. + git log HEAD '^936c2f0c855d9ee2a53a9847c3179878ea0b5049' commit 8e036f80420ca62359c510dbf114e7c6c5b49d78 Author: tomasmatus Date: Mon Jan 27 14:39:33 2025 +0100 move FilesContext and ClipboardInfo to avoid imports from app.jsx commit 83735553adb644e6a43fd892648ae03ac2c429f4 Author: tomasmatus Date: Wed Jan 22 15:46:16 2025 +0100 test: wait for chown to be visible in UI commit 22e7d6c1d3f0bf7a29f658788db2d8cc95918fff Author: tomasmatus Date: Tue Nov 26 13:28:46 2024 +0100 Support copy&pasting files with administrator privileges Allows administrator to paste files into directories owned by a different user. + git log -n1 936c2f0c855d9ee2a53a9847c3179878ea0b5049 commit 936c2f0c855d9ee2a53a9847c3179878ea0b5049 Author: Cockpit Project Date: Mon Jan 27 02:50:04 2025 +0000 cockpit-ci: Update container to 2025-01-25 Closes #915 + .cockpit-ci/run git archive '1986ae8b4a7a6cb55dfade9899c20dcf8306b707^{tree}' -- pkg/lib test/common tools/node-modules | tar x tools/node-modules make_package_lock_json FETCH node_modules [ref: f1cf9f6698d1ba025d7e12f70ea2727087fdeaca] REMOVE node_modules CLONE node_modules [ref: f1cf9f6698d1ba025d7e12f70ea2727087fdeaca] COPY package-lock.json test/common/static-code tools/node-modules make_package_lock_json make package-lock.json && NODE_ENV=production ./build.js make[1]: Entering directory '/work/make-checkout-workdir' tools/node-modules make_package_lock_json make[1]: Leaving directory '/work/make-checkout-workdir' 14:15:35: Build finished in 1706 ms provides=$(npm ls --omit dev --package-lock-only --depth=Infinity | grep -Eo '[^[:space:]]+@[^[:space:]]+' | sort -u | sed 's/^/Provides: bundled(npm(/; s/\(.*\)@/\1)) = /'); \ awk -v p="$provides" '{gsub(/%{VERSION}/, "14.32.g8e036f8"); gsub(/%{NPM_PROVIDES}/, p)}1' packaging/cockpit-files.spec.in > cockpit-files.spec sed 's/VERSION/14.32.g8e036f8/; s/SOURCE/cockpit-files-14.32.g8e036f8.tar.xz/' packaging/arch/PKGBUILD.in > packaging/arch/PKGBUILD sed 's/VERSION/14.32.g8e036f8/' packaging/debian/changelog.in > packaging/debian/changelog if type appstream-util >/dev/null 2>&1; then appstream-util validate-relax --nonet *.metainfo.xml; fi org.cockpit_project.files.metainfo.xml: OK tar --xz --sort=name --mtime "@1737985173" --mode=go=rX,u+rw,a-s --numeric-owner --owner=0 --group=0 -cf cockpit-files-14.32.g8e036f8.tar.xz --transform 's,^,cockpit-files/,' \ --exclude packaging/cockpit-files.spec.in --exclude node_modules --exclude test/reference \ $(git ls-files) pkg/lib test/common tools/node-modules package-lock.json cockpit-files.spec \ packaging/arch/PKGBUILD packaging/debian/changelog dist/ tar --xz --sort=name --mtime "@1737985173" --mode=go=rX,u+rw,a-s --numeric-owner --owner=0 --group=0 -cf cockpit-files-node-14.32.g8e036f8.tar.xz --exclude .git node_modules test/common/make-bots FETCH bots [ref: main] CLONE bots [ref: main] bots/image-customize --no-network --fresh \ \ --upload cockpit-files-node-14.32.g8e036f8.tar.xz:/var/tmp/ --build cockpit-files-14.32.g8e036f8.tar.xz \ --script /work/make-checkout-workdir/test/vm.install fedora-41 Building target platforms: noarch Building for target noarch warning: %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from %source_date_epoch_from_changelog is set, but %changelog has no entries to take a date from INFO: mock.py version 6.0 starting (python version = 3.13.1, NVR = mock-6.0-1.fc41), args: /usr/libexec/mock/mock --no-clean --no-cleanup-after '--disablerepo=*' --offline --resultdir /var/tmp/build --rebuild /var/tmp/build/SRPMS/cockpit-files-14.32.g8e036f8-1.fc41.src.rpm Start: init plugins INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run INFO: Start(/var/tmp/build/SRPMS/cockpit-files-14.32.g8e036f8-1.fc41.src.rpm) Config(fedora-41-x86_64) Mock Version: 6.0 INFO: Mock Version: 6.0 Start: chroot init INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache INFO: enabled HW Info plugin INFO: Package manager dnf5 detected and used (fallback) INFO: Buildroot is handled by package management from host and used with --installroot: rpm-4.20.0-1.fc41.x86_64 rpm-sequoia-1.7.0-3.fc41.x86_64 python3-dnf-4.22.0-1.fc41.noarch python3-dnf-plugins-core-4.10.0-1.fc41.noarch dnf5-5.2.8.1-3.fc41.x86_64 dnf5-plugins-5.2.8.1-3.fc41.x86_64 Finish: chroot init Start: build phase for cockpit-files-14.32.g8e036f8-1.fc41.src.rpm Start: build setup for cockpit-files-14.32.g8e036f8-1.fc41.src.rpm Finish: build setup for cockpit-files-14.32.g8e036f8-1.fc41.src.rpm Start: rpmbuild cockpit-files-14.32.g8e036f8-1.fc41.src.rpm Start: Outputting list of installed packages Finish: Outputting list of installed packages Finish: rpmbuild cockpit-files-14.32.g8e036f8-1.fc41.src.rpm Finish: build phase for cockpit-files-14.32.g8e036f8-1.fc41.src.rpm INFO: Done(/var/tmp/build/SRPMS/cockpit-files-14.32.g8e036f8-1.fc41.src.rpm) Config(default) 0 minutes 4 seconds INFO: Results and/or logs in: /var/tmp/build Finish: run Created symlink '/etc/systemd/system/sockets.target.wants/cockpit.socket' → '/usr/lib/systemd/system/cockpit.socket'. test/common/pixel-tests pull Submodule 'test/reference' (https://github.com/cockpit-project/pixel-test-reference) registered for path 'test/reference' Cloning into '/work/make-checkout-workdir/test/reference'... Submodule path 'test/reference': checked out 'e908c10ea3999ae11cb71f375c35543646b3e590' test/common/run-tests --track-naughties 1..19 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-5p86mn4j.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-6qm_qr_6.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-hhm25suf.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-dcg9iq6k.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-n_8n7qs5.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-3e2fads7.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-t9n3_5pt.qcow2 qemu-img create -q -f qcow2 -b /work/make-checkout-workdir/test/images/fedora-41 -F qcow2 /tmp/bots-run/cockpit-8et1e_to.qcow2 # ---------------------------------------------------------------------- # testKeyboardNav (__main__.TestFiles.testKeyboardNav) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 51561 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 51561. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testKeyboardNav-shortcuts-help-menu Differences in pixel test TestFiles-testKeyboardNav-shortcuts-help-menu-medium Differences in pixel test TestFiles-testKeyboardNav-shortcuts-help-menu-mobile Differences in pixel test TestFiles-testKeyboardNav-shortcuts-help-menu-dark Differences in pixel test TestFiles-testKeyboardNav-shortcuts-help-menu-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testKeyboardNav (__main__.TestFiles.testKeyboardNav) failed # 1 TEST FAILED [35s on 7870f16ab1f6] not ok 13 /work/make-checkout-workdir/test/check-application TestFiles.testKeyboardNav [ND@6] # 1 TEST PASSED [35s on 7870f16ab1f6] ok 12 /work/make-checkout-workdir/test/check-application TestFiles.testHiddenItems [ND@7] # RETRY 1 (test affected tests 3 times) # ---------------------------------------------------------------------- # testMultiSelect (__main__.TestFiles.testMultiSelect) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 60053 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 60053. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testMultiSelect-multi-select-folder-view Differences in pixel test TestFiles-testMultiSelect-multi-select-folder-view-medium Differences in pixel test TestFiles-testMultiSelect-multi-select-folder-view-mobile Differences in pixel test TestFiles-testMultiSelect-multi-select-folder-view-dark Differences in pixel test TestFiles-testMultiSelect-multi-select-folder-view-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testMultiSelect (__main__.TestFiles.testMultiSelect) failed # 1 TEST FAILED [37s on 7870f16ab1f6] not ok 14 /work/make-checkout-workdir/test/check-application TestFiles.testMultiSelect [ND@5] # 1 TEST PASSED [37s on 7870f16ab1f6] ok 15 /work/make-checkout-workdir/test/check-application TestFiles.testNavigation [ND@4] # RETRY 1 (test affected tests 3 times) # ---------------------------------------------------------------------- # testRename (__main__.TestFiles.testRename) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 57023 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 57023. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testRename-rename-modal-error Differences in pixel test TestFiles-testRename-rename-modal-error-medium Differences in pixel test TestFiles-testRename-rename-modal-error-mobile Differences in pixel test TestFiles-testRename-rename-modal-error-dark Differences in pixel test TestFiles-testRename-rename-modal-error-rtl Differences in pixel test TestFiles-testRename-rename-modal Differences in pixel test TestFiles-testRename-rename-modal-medium Differences in pixel test TestFiles-testRename-rename-modal-mobile Differences in pixel test TestFiles-testRename-rename-modal-dark Differences in pixel test TestFiles-testRename-rename-modal-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testRename (__main__.TestFiles.testRename) failed # 1 TEST FAILED [46s on 7870f16ab1f6] not ok 17 /work/make-checkout-workdir/test/check-application TestFiles.testRename [ND@2] # 1 TEST PASSED [11s on 7870f16ab1f6] ok 12 /work/make-checkout-workdir/test/check-application TestFiles.testHiddenItems [ND@6] # RETRY 2 (test affected tests 3 times) # ---------------------------------------------------------------------- # testSorting (__main__.TestFiles.testSorting) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 56287 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 56287. > info: failed to fetch lastlog2: Object(5) > warn: transport closed: disconnected > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testSorting-sort-menu Differences in pixel test TestFiles-testSorting-sort-menu-medium Differences in pixel test TestFiles-testSorting-sort-menu-mobile Differences in pixel test TestFiles-testSorting-sort-menu-dark Differences in pixel test TestFiles-testSorting-sort-menu-rtl > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testSorting-list-view Differences in pixel test TestFiles-testSorting-list-view-medium Differences in pixel test TestFiles-testSorting-list-view-mobile Differences in pixel test TestFiles-testSorting-list-view-dark Differences in pixel test TestFiles-testSorting-list-view-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testSorting (__main__.TestFiles.testSorting) failed # 1 TEST FAILED [51s on 7870f16ab1f6] not ok 18 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@1] # 1 TEST PASSED [19s on 7870f16ab1f6] ok 15 /work/make-checkout-workdir/test/check-application TestFiles.testNavigation [ND@4] # RETRY 2 (test affected tests 3 times) # ---------------------------------------------------------------------- # testErrors (__main__.TestFiles.testErrors) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 43703 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 43703. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testErrors-error-folder-view Differences in pixel test TestFiles-testErrors-error-folder-view-medium Differences in pixel test TestFiles-testErrors-error-folder-view-mobile Differences in pixel test TestFiles-testErrors-error-folder-view-dark Differences in pixel test TestFiles-testErrors-error-folder-view-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testErrors (__main__.TestFiles.testErrors) failed # 1 TEST FAILED [21s on 7870f16ab1f6] not ok 10 /work/make-checkout-workdir/test/check-application TestFiles.testErrors [ND@5] # 1 TEST PASSED [11s on 7870f16ab1f6] ok 12 /work/make-checkout-workdir/test/check-application TestFiles.testHiddenItems [ND@6] # ---------------------------------------------------------------------- # testUpload (__main__.TestFiles.testUpload) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 40399 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 40399. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testUpload-upload-popover Differences in pixel test TestFiles-testUpload-upload-popover-medium Differences in pixel test TestFiles-testUpload-upload-popover-dark > warn: [Errno 28] No space left on device Differences in pixel test TestFiles-testUpload-multiple-upload-alert-success Differences in pixel test TestFiles-testUpload-multiple-upload-alert-success-medium Differences in pixel test TestFiles-testUpload-multiple-upload-alert-success-mobile Differences in pixel test TestFiles-testUpload-multiple-upload-alert-success-dark Differences in pixel test TestFiles-testUpload-multiple-upload-alert-success-rtl Differences in pixel test TestFiles-testUpload-upload-replace-dialog Differences in pixel test TestFiles-testUpload-upload-replace-dialog-medium Differences in pixel test TestFiles-testUpload-upload-replace-dialog-mobile Differences in pixel test TestFiles-testUpload-upload-replace-dialog-dark Differences in pixel test TestFiles-testUpload-upload-replace-dialog-rtl > warn: exception reading extended attrs for /home/testuser/testuser.txt: [Errno 13] Permission denied: '/home/testuser/testuser.txt' > error: Cannot obtain SELinux context Object(5) > warn: Cannot set initial file permissions Not permitted to perform this action. Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-medium Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-mobile Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-dark Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-rtl Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-blocked Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-blocked-medium Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-blocked-mobile Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-blocked-dark Differences in pixel test TestFiles-testUpload-drag-drop-upload-dropzone-blocked-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testUpload (__main__.TestFiles.testUpload) failed # 1 TEST FAILED [72s on 7870f16ab1f6] not ok 19 /work/make-checkout-workdir/test/check-application TestFiles.testUpload [ND@0] # ---------------------------------------------------------------------- # testPermissions (__main__.TestFiles.testPermissions) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 56633 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 56633. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testPermissions-permissions-modal Differences in pixel test TestFiles-testPermissions-permissions-modal-medium Differences in pixel test TestFiles-testPermissions-permissions-modal-mobile Differences in pixel test TestFiles-testPermissions-permissions-modal-dark Differences in pixel test TestFiles-testPermissions-permissions-modal-rtl Differences in pixel test TestFiles-testPermissions-multiple-files-permissions-modal Differences in pixel test TestFiles-testPermissions-multiple-files-permissions-modal-medium Differences in pixel test TestFiles-testPermissions-multiple-files-permissions-modal-mobile Differences in pixel test TestFiles-testPermissions-multiple-files-permissions-modal-dark Differences in pixel test TestFiles-testPermissions-multiple-files-permissions-modal-rtl Differences in pixel test TestFiles-testPermissions-permissions-tooltip Differences in pixel test TestFiles-testPermissions-permissions-tooltip-medium Differences in pixel test TestFiles-testPermissions-permissions-tooltip-mobile Differences in pixel test TestFiles-testPermissions-permissions-tooltip-dark Differences in pixel test TestFiles-testPermissions-permissions-tooltip-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testPermissions (__main__.TestFiles.testPermissions) failed # 1 TEST FAILED [72s on 7870f16ab1f6] not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testPermissions [ND@3] # ---------------------------------------------------------------------- # testFileTypes (__main__.TestFiles.testFileTypes) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 51995 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 51995. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testFileTypes-icon-list-view Differences in pixel test TestFiles-testFileTypes-icon-list-view-medium Differences in pixel test TestFiles-testFileTypes-icon-list-view-mobile Differences in pixel test TestFiles-testFileTypes-icon-list-view-dark Differences in pixel test TestFiles-testFileTypes-icon-list-view-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testFileTypes (__main__.TestFiles.testFileTypes) failed # 1 TEST FAILED [35s on 7870f16ab1f6] not ok 11 /work/make-checkout-workdir/test/check-application TestFiles.testFileTypes [ND@7] # 1 TEST PASSED [19s on 7870f16ab1f6] ok 15 /work/make-checkout-workdir/test/check-application TestFiles.testNavigation [ND@4] # ---------------------------------------------------------------------- # testDelete (__main__.TestFiles.testDelete) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 58625 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 58625. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testDelete-delete-modal-error Differences in pixel test TestFiles-testDelete-delete-modal-error-medium Differences in pixel test TestFiles-testDelete-delete-modal-error-mobile Differences in pixel test TestFiles-testDelete-delete-modal-error-dark Differences in pixel test TestFiles-testDelete-delete-modal-error-rtl Differences in pixel test TestFiles-testDelete-delete-modal Differences in pixel test TestFiles-testDelete-delete-modal-medium Differences in pixel test TestFiles-testDelete-delete-modal-mobile Differences in pixel test TestFiles-testDelete-delete-modal-dark Differences in pixel test TestFiles-testDelete-delete-modal-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testDelete (__main__.TestFiles.testDelete) failed # 1 TEST FAILED [23s on 7870f16ab1f6] not ok 7 /work/make-checkout-workdir/test/check-application TestFiles.testDelete [ND@5] # ---------------------------------------------------------------------- # testEditor (__main__.TestFiles.testEditor) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 54999 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 54999. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testEditor-editor-modal-changed Differences in pixel test TestFiles-testEditor-editor-modal-changed-medium Differences in pixel test TestFiles-testEditor-editor-modal-changed-mobile Differences in pixel test TestFiles-testEditor-editor-modal-changed-dark Differences in pixel test TestFiles-testEditor-editor-modal-changed-rtl Differences in pixel test TestFiles-testEditor-editor-modal-read-only Differences in pixel test TestFiles-testEditor-editor-modal-read-only-medium Differences in pixel test TestFiles-testEditor-editor-modal-read-only-mobile Differences in pixel test TestFiles-testEditor-editor-modal-read-only-dark Differences in pixel test TestFiles-testEditor-editor-modal-read-only-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testEditor (__main__.TestFiles.testEditor) failed # 1 TEST FAILED [36s on 7870f16ab1f6] not ok 9 /work/make-checkout-workdir/test/check-application TestFiles.testEditor [ND@2] # ---------------------------------------------------------------------- # testCreateFile (__main__.TestFiles.testCreateFile) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 54951 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 54951. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testCreateFile-create-file-modal-superuser Differences in pixel test TestFiles-testCreateFile-create-file-modal-superuser-medium Differences in pixel test TestFiles-testCreateFile-create-file-modal-superuser-mobile Differences in pixel test TestFiles-testCreateFile-create-file-modal-superuser-dark Differences in pixel test TestFiles-testCreateFile-create-file-modal-superuser-rtl Differences in pixel test TestFiles-testCreateFile-create-file-modal-admin Differences in pixel test TestFiles-testCreateFile-create-file-modal-admin-medium Differences in pixel test TestFiles-testCreateFile-create-file-modal-admin-mobile Differences in pixel test TestFiles-testCreateFile-create-file-modal-admin-dark Differences in pixel test TestFiles-testCreateFile-create-file-modal-admin-rtl > warn: Cannot create new file Object(3) > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testCreateFile (__main__.TestFiles.testCreateFile) failed # 1 TEST FAILED [34s on 7870f16ab1f6] not ok 6 /work/make-checkout-workdir/test/check-application TestFiles.testCreateFile [ND@6] # 1 TEST PASSED [17s on 7870f16ab1f6] ok 2 /work/make-checkout-workdir/test/check-application TestFiles.testBookmark [ND@4] # RETRY 1 (test affected tests 3 times) # ---------------------------------------------------------------------- # testCreateDirectory (__main__.TestFiles.testCreateDirectory) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 55507 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 55507. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testCreateDirectory-create-modal Differences in pixel test TestFiles-testCreateDirectory-create-modal-medium Differences in pixel test TestFiles-testCreateDirectory-create-modal-mobile Differences in pixel test TestFiles-testCreateDirectory-create-modal-dark Differences in pixel test TestFiles-testCreateDirectory-create-modal-rtl Creating mailbox file: File exists > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testCreateDirectory (__main__.TestFiles.testCreateDirectory) failed # 1 TEST FAILED [23s on 7870f16ab1f6] not ok 5 /work/make-checkout-workdir/test/check-application TestFiles.testCreateDirectory [ND@0] # ---------------------------------------------------------------------- # testContextMenu (__main__.TestFiles.testContextMenu) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 50601 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 50601. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testContextMenu-overview-context-menu Differences in pixel test TestFiles-testContextMenu-overview-context-menu-medium Differences in pixel test TestFiles-testContextMenu-overview-context-menu-mobile Differences in pixel test TestFiles-testContextMenu-overview-context-menu-dark Differences in pixel test TestFiles-testContextMenu-overview-context-menu-rtl Differences in pixel test TestFiles-testContextMenu-folder-context-menu Differences in pixel test TestFiles-testContextMenu-folder-context-menu-medium Differences in pixel test TestFiles-testContextMenu-folder-context-menu-mobile Differences in pixel test TestFiles-testContextMenu-folder-context-menu-dark Differences in pixel test TestFiles-testContextMenu-folder-context-menu-rtl > error: FormSelect requires either an id or aria-label to be specified Differences in pixel test TestFiles-testContextMenu-file-context-menu Differences in pixel test TestFiles-testContextMenu-file-context-menu-medium Differences in pixel test TestFiles-testContextMenu-file-context-menu-mobile Differences in pixel test TestFiles-testContextMenu-file-context-menu-dark Differences in pixel test TestFiles-testContextMenu-file-context-menu-rtl > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testContextMenu (__main__.TestFiles.testContextMenu) failed # 1 TEST FAILED [26s on 7870f16ab1f6] not ok 3 /work/make-checkout-workdir/test/check-application TestFiles.testContextMenu [ND@7] # 1 TEST PASSED [26s on 7870f16ab1f6] ok 4 /work/make-checkout-workdir/test/check-application TestFiles.testCopyPaste [ND@3] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [16s on 7870f16ab1f6] ok 2 /work/make-checkout-workdir/test/check-application TestFiles.testBookmark [ND@4] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [66s on 7870f16ab1f6] ok 8 /work/make-checkout-workdir/test/check-application TestFiles.testDownload [ND@1] # RETRY 1 (test affected tests 3 times) # 1 TEST PASSED [23s on 7870f16ab1f6] ok 4 /work/make-checkout-workdir/test/check-application TestFiles.testCopyPaste [ND@3] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [15s on 7870f16ab1f6] ok 2 /work/make-checkout-workdir/test/check-application TestFiles.testBookmark [ND@4] # 1 TEST PASSED [23s on 7870f16ab1f6] ok 4 /work/make-checkout-workdir/test/check-application TestFiles.testCopyPaste [ND@3] # ---------------------------------------------------------------------- # testBasic (__main__.TestFiles.testBasic) Starting ChromeDriver 131.0.6778.264 (2d05e31515360f4da764174f7c448b33e36da871-refs/branch-heads/6778@{#4323}) on port 41713 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully on port 41713. > info: failed to fetch lastlog2: Object(5) Differences in pixel test TestFiles-testBasic-empty-folder-view Differences in pixel test TestFiles-testBasic-empty-folder-view-medium Differences in pixel test TestFiles-testBasic-empty-folder-view-mobile Differences in pixel test TestFiles-testBasic-empty-folder-view-dark Differences in pixel test TestFiles-testBasic-empty-folder-view-rtl Differences in pixel test TestFiles-testBasic-folder-view Differences in pixel test TestFiles-testBasic-folder-view-medium Differences in pixel test TestFiles-testBasic-folder-view-mobile Differences in pixel test TestFiles-testBasic-folder-view-dark Differences in pixel test TestFiles-testBasic-folder-view-rtl > info: failed to fetch lastlog2: Object(5) > warn: transport closed: disconnected Traceback (most recent call last): File "/work/make-checkout-workdir/test/common/testlib.py", line 1970, in tearDown self.check_pixel_tests() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/work/make-checkout-workdir/test/common/testlib.py", line 2256, in check_pixel_tests raise Error(PIXEL_TEST_MESSAGE) testlib.Error: Some pixel tests have failed # Result testBasic (__main__.TestFiles.testBasic) failed # 1 TEST FAILED [91s on 7870f16ab1f6] not ok 1 /work/make-checkout-workdir/test/check-application TestFiles.testBasic [ND@5] # 1 TEST PASSED [62s on 7870f16ab1f6] ok 8 /work/make-checkout-workdir/test/check-application TestFiles.testDownload [ND@1] # RETRY 2 (test affected tests 3 times) # 1 TEST PASSED [60s on 7870f16ab1f6] ok 8 /work/make-checkout-workdir/test/check-application TestFiles.testDownload [ND@1] # 14 TESTS FAILED [249s on 7870f16ab1f6, 0 destructive tests, 19 nondestructive tests: 0: 102s, 1: 248s, 2: 88s, 3: 151s, 4: 131s, 5: 178s, 6: 97s, 7: 101s] make: *** [Makefile:210: check] Error 14 *** Failure: Container exited with code 2