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

Bump parcel from 2.12.0 to 2.13.3 #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump parcel from 2.12.0 to 2.13.3

103c420
Select commit
Loading
Failed to load commit list.
Open

Bump parcel from 2.12.0 to 2.13.3 #283

Bump parcel from 2.12.0 to 2.13.3
103c420
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / build-linux64/next-deb failed Jan 14, 2025 in 2h 10m 3s

FirefoxCI (pull_request)

Linux Build (Debian/Next Qt) (Treeherder push)

Details

View task in Taskcluster | View logs in Taskcluster | View task group in Taskcluster

Task Status

Started: 2025-01-14T03:51:21.334Z
Resolved: 2025-01-14T03:52:38.243Z
Task Execution Time: 1 minute, 16 seconds, 909 milliseconds
Task Status: failed
Reason Resolved: failed
RunId: 0

Artifacts

- public/chain-of-trust.json
- public/chain-of-trust.json.sig
- public/logs/certified.log
- public/logs/live_backing.log
- public/logs/live.log


[taskcluster 2025-01-14 03:51:21.374Z] Task ID: TkcUizOBT8KFC-zv8ldVBg
[taskcluster 2025-01-14 03:51:21.374Z] Worker ID: 5819264000049283131
[taskcluster 2025-01-14 03:51:21.374Z] Worker Group: us-west1-b
[taskcluster 2025-01-14 03:51:21.374Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2025-01-14 03:51:21.374Z] Worker Pool: mozillavpn-1/b-linux-gcp
[taskcluster 2025-01-14 03:51:21.374Z] Worker Version: 38.0.5
[taskcluster 2025-01-14 03:51:21.374Z] Public IP: 34.83.90.110
[taskcluster 2025-01-14 03:51:21.374Z] Hostname: mozillavpn-1-b-linux-gcp-v41zeqzhtqeyliuunrw-da
[taskcluster 2025-01-14 03:51:21.374Z] using cache "mozillavpn-level-1-checkouts-v3-0afbf72f72cb5ffedd2f-H-1MWJ42RZK_F_p18WVPHw" -> /builds/worker/checkouts

[taskcluster 2025-01-14 03:51:21.748Z] Image 'public/image.tar.zst' from task 'H-1MWJ42RZK_F_p18WVPHw' loaded.  Using image ID sha256:80fa408938c245cec532c1f540358649d785b49350db0d596659d1cb1e321e33.
[taskcluster 2025-01-14 03:51:21.770Z] === Task Starting ===
[setup 2025-01-14T03:51:22.024Z] run-task started in /builds/worker
[setup 2025-01-14T03:51:22.024Z] Invoked by command: --mozillavpn-checkout=/builds/worker/checkouts/vcs/ -- bash -cx /builds/worker/builder.sh -s
[setup 2025-01-14T03:51:22.024Z] Python version: 3.9.2
[cache 2025-01-14T03:51:22.026Z] cache /builds/worker/checkouts exists; requirements: gid=1000 uid=1000 version=1
[volume 2025-01-14T03:51:22.026Z] changing ownership of volume /builds/worker/.cache to 1000:1000
[volume 2025-01-14T03:51:22.026Z] volume /builds/worker/checkouts is a cache
[setup 2025-01-14T03:51:22.026Z] running as worker:worker
[vcs 2025-01-14T03:51:22.027Z] executing ['git', 'config', '--global', '--add', 'safe.directory', '/builds/worker/checkouts/vcs']

...(2829 lines hidden)...

[task 2025-01-14T03:52:36.875Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-ED6ZHN
[task 2025-01-14T03:52:36.875Z] 
[task 2025-01-14T03:52:36.875Z] Run Build Command(s):/usr/bin/ninja cmTC_81d68 && [1/2] Building CXX object CMakeFiles/cmTC_81d68.dir/src.cxx.o
[task 2025-01-14T03:52:36.875Z] [2/2] Linking CXX executable cmTC_81d68
[task 2025-01-14T03:52:36.875Z] 
[task 2025-01-14T03:52:36.875Z] 
[task 2025-01-14T03:52:36.875Z] Source file was:
[task 2025-01-14T03:52:36.875Z] #include <atomic>
[task 2025-01-14T03:52:36.875Z] #include <cstdint>
[task 2025-01-14T03:52:36.875Z] 
[task 2025-01-14T03:52:36.875Z] int main(int, char **)
[task 2025-01-14T03:52:36.875Z] {
[task 2025-01-14T03:52:36.875Z]     volatile std::atomic<char>    size_1;
[task 2025-01-14T03:52:36.875Z]     volatile std::atomic<short>   size_2;
[task 2025-01-14T03:52:36.875Z]     volatile std::atomic<int>     size_4;
[task 2025-01-14T03:52:36.875Z]     volatile std::atomic<int64_t> size_8;
[task 2025-01-14T03:52:36.875Z] 
[task 2025-01-14T03:52:36.875Z]     ++size_1;
[task 2025-01-14T03:52:36.875Z]     ++size_2;
[task 2025-01-14T03:52:36.875Z]     ++size_4;
[task 2025-01-14T03:52:36.875Z]     ++size_8;
[task 2025-01-14T03:52:36.875Z] 
[task 2025-01-14T03:52:36.876Z]     (void)size_1.load(std::memory_order_relaxed);
[task 2025-01-14T03:52:36.876Z]     (void)size_2.load(std::memory_order_relaxed);
[task 2025-01-14T03:52:36.876Z]     (void)size_4.load(std::memory_order_relaxed);
[task 2025-01-14T03:52:36.876Z]     (void)size_8.load(std::memory_order_relaxed);
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z]     return 0;
[task 2025-01-14T03:52:36.876Z] }
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Determining if the backtrace exist passed with the following output:
[task 2025-01-14T03:52:36.876Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-YOlFtO
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Run Build Command(s):/usr/bin/ninja cmTC_7345c && [1/2] Building C object CMakeFiles/cmTC_7345c.dir/CheckSymbolExists.c.o
[task 2025-01-14T03:52:36.876Z] [2/2] Linking C executable cmTC_7345c
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] File CheckSymbolExists.c:
[task 2025-01-14T03:52:36.876Z] /* */
[task 2025-01-14T03:52:36.876Z] #include <execinfo.h>
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] int main(int argc, char** argv)
[task 2025-01-14T03:52:36.876Z] {
[task 2025-01-14T03:52:36.876Z]   (void)argv;
[task 2025-01-14T03:52:36.876Z] #ifndef backtrace
[task 2025-01-14T03:52:36.876Z]   return ((int*)(&backtrace))[argc];
[task 2025-01-14T03:52:36.876Z] #else
[task 2025-01-14T03:52:36.876Z]   (void)argc;
[task 2025-01-14T03:52:36.876Z]   return 0;
[task 2025-01-14T03:52:36.876Z] #endif
[task 2025-01-14T03:52:36.876Z] }
[task 2025-01-14T03:52:36.876Z] Performing C++ SOURCE FILE Test HAVE_GETTIME succeeded with the following output:
[task 2025-01-14T03:52:36.876Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-NT5g8P
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Run Build Command(s):/usr/bin/ninja cmTC_e78c0 && [1/2] Building CXX object CMakeFiles/cmTC_e78c0.dir/src.cxx.o
[task 2025-01-14T03:52:36.876Z] [2/2] Linking CXX executable cmTC_e78c0
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Source file was:
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] #include <time.h>
[task 2025-01-14T03:52:36.876Z] #include <unistd.h>
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] int main(int, char **) {
[task 2025-01-14T03:52:36.876Z]     struct timespec ts;
[task 2025-01-14T03:52:36.876Z]     clock_gettime(CLOCK_REALTIME, &ts);
[task 2025-01-14T03:52:36.876Z]     return 0;
[task 2025-01-14T03:52:36.876Z] }
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Performing C++ SOURCE FILE Test HAVE_SHM_OPEN_SHM_UNLINK succeeded with the following output:
[task 2025-01-14T03:52:36.876Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-2lwfzP
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Run Build Command(s):/usr/bin/ninja cmTC_5f806 && [1/2] Building CXX object CMakeFiles/cmTC_5f806.dir/src.cxx.o
[task 2025-01-14T03:52:36.876Z] [2/2] Linking CXX executable cmTC_5f806
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Source file was:
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] #include <sys/types.h>
[task 2025-01-14T03:52:36.876Z] #include <sys/mman.h>
[task 2025-01-14T03:52:36.876Z] #include <fcntl.h>
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] int main(int, char **) {
[task 2025-01-14T03:52:36.876Z]     shm_open("test", O_RDWR | O_CREAT | O_EXCL, 0666);
[task 2025-01-14T03:52:36.876Z]     shm_unlink("test");
[task 2025-01-14T03:52:36.876Z]     return 0;
[task 2025-01-14T03:52:36.876Z] }
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Performing C++ SOURCE FILE Test HAVE_EGL succeeded with the following output:
[task 2025-01-14T03:52:36.876Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-heGHLP
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Run Build Command(s):/usr/bin/ninja cmTC_465be && [1/2] Building CXX object CMakeFiles/cmTC_465be.dir/src.cxx.o
[task 2025-01-14T03:52:36.876Z] [2/2] Linking CXX executable cmTC_465be
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Source file was:
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] #include <EGL/egl.h>
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] int main(int, char **) {
[task 2025-01-14T03:52:36.876Z]     [[maybe_unused]] EGLint x = 0;
[task 2025-01-14T03:52:36.876Z]     EGLDisplay dpy = 0; EGLContext ctx = 0;
[task 2025-01-14T03:52:36.876Z]     eglDestroyContext(dpy, ctx);
[task 2025-01-14T03:52:36.876Z] }
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Performing C++ SOURCE FILE Test HAVE_GLESv2 succeeded with the following output:
[task 2025-01-14T03:52:36.876Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-1d4YkN
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Run Build Command(s):/usr/bin/ninja cmTC_3bbc0 && [1/2] Building CXX object CMakeFiles/cmTC_3bbc0.dir/src.cxx.o
[task 2025-01-14T03:52:36.876Z] [2/2] Linking CXX executable cmTC_3bbc0
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Source file was:
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] #ifdef __APPLE__
[task 2025-01-14T03:52:36.876Z] #  include <OpenGLES/ES2/gl.h>
[task 2025-01-14T03:52:36.876Z] #else
[task 2025-01-14T03:52:36.876Z] #  define GL_GLEXT_PROTOTYPES
[task 2025-01-14T03:52:36.876Z] #  include <GLES2/gl2.h>
[task 2025-01-14T03:52:36.876Z] #endif
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] int main(int, char **) {
[task 2025-01-14T03:52:36.876Z]     glUniform1f(1, GLfloat(1.0));
[task 2025-01-14T03:52:36.876Z]     glClear(GL_COLOR_BUFFER_BIT);
[task 2025-01-14T03:52:36.876Z] }
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Performing C++ SOURCE FILE Test HAVE_LIBRESOLV_FUNCTIONS succeeded with the following output:
[task 2025-01-14T03:52:36.876Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-r15N6O
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Run Build Command(s):/usr/bin/ninja cmTC_91619 && [1/2] Building CXX object CMakeFiles/cmTC_91619.dir/src.cxx.o
[task 2025-01-14T03:52:36.876Z] [2/2] Linking CXX executable cmTC_91619
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] Source file was:
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] #include <netinet/in.h>
[task 2025-01-14T03:52:36.876Z] #include <resolv.h>
[task 2025-01-14T03:52:36.876Z] 
[task 2025-01-14T03:52:36.876Z] int main(int, char **argv)
[task 2025-01-14T03:52:36.876Z] {
[task 2025-01-14T03:52:36.876Z]     res_state statep = 0;
[task 2025-01-14T03:52:36.876Z]     int n = res_nmkquery(statep, 0, argv[1], 0, 0, NULL, 0, NULL, NULL, 0);
[task 2025-01-14T03:52:36.876Z]     n = res_nsend(statep, NULL, 0, NULL, 0);
[task 2025-01-14T03:52:36.877Z]     n = dn_expand(NULL, NULL, NULL, NULL, 0);
[task 2025-01-14T03:52:36.877Z]     return n;
[task 2025-01-14T03:52:36.877Z] }
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] 	cd build-x86_64-linux-gnu && tail -v -n \+0 CMakeFiles/CMakeError.log
[task 2025-01-14T03:52:36.877Z] ==> CMakeFiles/CMakeError.log <==
[task 2025-01-14T03:52:36.877Z] Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
[task 2025-01-14T03:52:36.877Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] Run Build Command(s):/usr/bin/ninja cmTC_da032 && [1/2] Building C object CMakeFiles/cmTC_da032.dir/src.c.o
[task 2025-01-14T03:52:36.877Z] [2/2] Linking C executable cmTC_da032
[task 2025-01-14T03:52:36.877Z] FAILED: cmTC_da032 
[task 2025-01-14T03:52:36.877Z] : && /usr/bin/cc -g -O2 -ffile-prefix-map=/builds/worker/mozillavpn-source=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro CMakeFiles/cmTC_da032.dir/src.c.o -o cmTC_da032   && :
[task 2025-01-14T03:52:36.877Z] /usr/bin/ld: CMakeFiles/cmTC_da032.dir/src.c.o: in function `main':
[task 2025-01-14T03:52:36.877Z] ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/src.c:11: undefined reference to `pthread_create'
[task 2025-01-14T03:52:36.877Z] /usr/bin/ld: ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/src.c:12: undefined reference to `pthread_detach'
[task 2025-01-14T03:52:36.877Z] /usr/bin/ld: ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/src.c:13: undefined reference to `pthread_cancel'
[task 2025-01-14T03:52:36.877Z] /usr/bin/ld: ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-GFfmDN/src.c:14: undefined reference to `pthread_join'
[task 2025-01-14T03:52:36.877Z] collect2: error: ld returned 1 exit status
[task 2025-01-14T03:52:36.877Z] ninja: build stopped: subcommand failed.
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] Source file was:
[task 2025-01-14T03:52:36.877Z] #include <pthread.h>
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] static void* test_func(void* data)
[task 2025-01-14T03:52:36.877Z] {
[task 2025-01-14T03:52:36.877Z]   return data;
[task 2025-01-14T03:52:36.877Z] }
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] int main(void)
[task 2025-01-14T03:52:36.877Z] {
[task 2025-01-14T03:52:36.877Z]   pthread_t thread;
[task 2025-01-14T03:52:36.877Z]   pthread_create(&thread, NULL, test_func, NULL);
[task 2025-01-14T03:52:36.877Z]   pthread_detach(thread);
[task 2025-01-14T03:52:36.877Z]   pthread_cancel(thread);
[task 2025-01-14T03:52:36.877Z]   pthread_join(thread, NULL);
[task 2025-01-14T03:52:36.877Z]   pthread_atfork(NULL, NULL, NULL);
[task 2025-01-14T03:52:36.877Z]   pthread_exit(NULL);
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z]   return 0;
[task 2025-01-14T03:52:36.877Z] }
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] 
[task 2025-01-14T03:52:36.877Z] dh_auto_configure: error: cd build-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -GNinja -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DWEBEXT_INSTALL_LIBDIR=/lib -DBUILD_ID=2.25.0\~pr283-static1 -DBUILD_TESTS=OFF .. returned exit code 1
[task 2025-01-14T03:52:36.877Z] make[1]: *** [debian/rules:20: override_dh_auto_configure] Error 25
[task 2025-01-14T03:52:36.877Z] make[1]: Leaving directory '/builds/worker/mozillavpn-source'
[task 2025-01-14T03:52:36.877Z] make: *** [debian/rules:17: build] Error 2
[task 2025-01-14T03:52:36.877Z] dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
[fetches 2025-01-14T03:52:36.880Z] removing /builds/worker/fetches
[fetches 2025-01-14T03:52:37.303Z] finished
[taskcluster 2025-01-14 03:52:37.606Z] === Task Finished ===
[taskcluster 2025-01-14 03:52:37.651Z] Unsuccessful task run with exit code: 2 completed in 76.278 seconds