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 aqtinstall from 3.1.18 to 3.2.0 #290

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

Bump aqtinstall from 3.1.18 to 3.2.0

1f384a5
Select commit
Loading
Failed to load commit list.
Open

Bump aqtinstall from 3.1.18 to 3.2.0 #290

Bump aqtinstall from 3.1.18 to 3.2.0
1f384a5
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / build-linux64/release-deb failed Feb 2, 2025 in 6m 47s

FirefoxCI (pull_request)

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

Details

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

Task Status

Started: 2025-02-02T00:01:20.273Z
Resolved: 2025-02-02T00:02:13.498Z
Task Execution Time: 53 seconds, 225 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-02-02 00:01:20.376Z] Task ID: T0f9d_shSCGmCYGbWAmGiA
[taskcluster 2025-02-02 00:01:20.376Z] Worker ID: 5095036521425341074
[taskcluster 2025-02-02 00:01:20.376Z] Worker Group: us-central1-b
[taskcluster 2025-02-02 00:01:20.376Z] Worker Node Type: projects/887720501152/machineTypes/c2-standard-4
[taskcluster 2025-02-02 00:01:20.376Z] Worker Pool: mozillavpn-1/b-linux-gcp
[taskcluster 2025-02-02 00:01:20.376Z] Worker Version: 38.0.5
[taskcluster 2025-02-02 00:01:20.376Z] Public IP: 34.31.128.98
[taskcluster 2025-02-02 00:01:20.376Z] Hostname: mozillavpn-1-b-linux-gcp-nim6gch9qekjb6zgv7nbaw
[taskcluster 2025-02-02 00:01:20.376Z] using cache "mozillavpn-level-1-checkouts-v3-0afbf72f72cb5ffedd2f-H-1MWJ42RZK_F_p18WVPHw" -> /builds/worker/checkouts

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

...(2835 lines hidden)...

[task 2025-02-02T00:02:11.974Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-gwOcQO
[task 2025-02-02T00:02:11.974Z] 
[task 2025-02-02T00:02:11.974Z] Run Build Command(s):/usr/bin/ninja cmTC_3d221 && [1/2] Building CXX object CMakeFiles/cmTC_3d221.dir/src.cxx.o
[task 2025-02-02T00:02:11.974Z] [2/2] Linking CXX executable cmTC_3d221
[task 2025-02-02T00:02:11.974Z] 
[task 2025-02-02T00:02:11.975Z] 
[task 2025-02-02T00:02:11.975Z] Source file was:
[task 2025-02-02T00:02:11.975Z] #include <atomic>
[task 2025-02-02T00:02:11.975Z] #include <cstdint>
[task 2025-02-02T00:02:11.975Z] 
[task 2025-02-02T00:02:11.975Z] int main(int, char **)
[task 2025-02-02T00:02:11.975Z] {
[task 2025-02-02T00:02:11.975Z]     volatile std::atomic<char>    size_1;
[task 2025-02-02T00:02:11.975Z]     volatile std::atomic<short>   size_2;
[task 2025-02-02T00:02:11.975Z]     volatile std::atomic<int>     size_4;
[task 2025-02-02T00:02:11.975Z]     volatile std::atomic<int64_t> size_8;
[task 2025-02-02T00:02:11.975Z] 
[task 2025-02-02T00:02:11.976Z]     ++size_1;
[task 2025-02-02T00:02:11.976Z]     ++size_2;
[task 2025-02-02T00:02:11.976Z]     ++size_4;
[task 2025-02-02T00:02:11.976Z]     ++size_8;
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z]     (void)size_1.load(std::memory_order_relaxed);
[task 2025-02-02T00:02:11.976Z]     (void)size_2.load(std::memory_order_relaxed);
[task 2025-02-02T00:02:11.976Z]     (void)size_4.load(std::memory_order_relaxed);
[task 2025-02-02T00:02:11.976Z]     (void)size_8.load(std::memory_order_relaxed);
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z]     return 0;
[task 2025-02-02T00:02:11.976Z] }
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Determining if the backtrace exist passed with the following output:
[task 2025-02-02T00:02:11.976Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-XDp9aR
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Run Build Command(s):/usr/bin/ninja cmTC_4fb69 && [1/2] Building C object CMakeFiles/cmTC_4fb69.dir/CheckSymbolExists.c.o
[task 2025-02-02T00:02:11.976Z] [2/2] Linking C executable cmTC_4fb69
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] File CheckSymbolExists.c:
[task 2025-02-02T00:02:11.976Z] /* */
[task 2025-02-02T00:02:11.976Z] #include <execinfo.h>
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] int main(int argc, char** argv)
[task 2025-02-02T00:02:11.976Z] {
[task 2025-02-02T00:02:11.976Z]   (void)argv;
[task 2025-02-02T00:02:11.976Z] #ifndef backtrace
[task 2025-02-02T00:02:11.976Z]   return ((int*)(&backtrace))[argc];
[task 2025-02-02T00:02:11.976Z] #else
[task 2025-02-02T00:02:11.976Z]   (void)argc;
[task 2025-02-02T00:02:11.976Z]   return 0;
[task 2025-02-02T00:02:11.976Z] #endif
[task 2025-02-02T00:02:11.976Z] }
[task 2025-02-02T00:02:11.976Z] Performing C++ SOURCE FILE Test HAVE_GETTIME succeeded with the following output:
[task 2025-02-02T00:02:11.976Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-8xHQxN
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Run Build Command(s):/usr/bin/ninja cmTC_57c7b && [1/2] Building CXX object CMakeFiles/cmTC_57c7b.dir/src.cxx.o
[task 2025-02-02T00:02:11.976Z] [2/2] Linking CXX executable cmTC_57c7b
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Source file was:
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] #include <time.h>
[task 2025-02-02T00:02:11.976Z] #include <unistd.h>
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] int main(int, char **) {
[task 2025-02-02T00:02:11.976Z]     struct timespec ts;
[task 2025-02-02T00:02:11.976Z]     clock_gettime(CLOCK_REALTIME, &ts);
[task 2025-02-02T00:02:11.976Z]     return 0;
[task 2025-02-02T00:02:11.976Z] }
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Performing C++ SOURCE FILE Test HAVE_SHM_OPEN_SHM_UNLINK succeeded with the following output:
[task 2025-02-02T00:02:11.976Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-i2o5QP
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Run Build Command(s):/usr/bin/ninja cmTC_846de && [1/2] Building CXX object CMakeFiles/cmTC_846de.dir/src.cxx.o
[task 2025-02-02T00:02:11.976Z] [2/2] Linking CXX executable cmTC_846de
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Source file was:
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] #include <sys/types.h>
[task 2025-02-02T00:02:11.976Z] #include <sys/mman.h>
[task 2025-02-02T00:02:11.976Z] #include <fcntl.h>
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] int main(int, char **) {
[task 2025-02-02T00:02:11.976Z]     shm_open("test", O_RDWR | O_CREAT | O_EXCL, 0666);
[task 2025-02-02T00:02:11.976Z]     shm_unlink("test");
[task 2025-02-02T00:02:11.976Z]     return 0;
[task 2025-02-02T00:02:11.976Z] }
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Performing C++ SOURCE FILE Test HAVE_EGL succeeded with the following output:
[task 2025-02-02T00:02:11.976Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-BDO61P
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Run Build Command(s):/usr/bin/ninja cmTC_f402d && [1/2] Building CXX object CMakeFiles/cmTC_f402d.dir/src.cxx.o
[task 2025-02-02T00:02:11.976Z] [2/2] Linking CXX executable cmTC_f402d
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Source file was:
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] #include <EGL/egl.h>
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] int main(int, char **) {
[task 2025-02-02T00:02:11.976Z]     [[maybe_unused]] EGLint x = 0;
[task 2025-02-02T00:02:11.976Z]     EGLDisplay dpy = 0; EGLContext ctx = 0;
[task 2025-02-02T00:02:11.976Z]     eglDestroyContext(dpy, ctx);
[task 2025-02-02T00:02:11.976Z] }
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Performing C++ SOURCE FILE Test HAVE_GLESv2 succeeded with the following output:
[task 2025-02-02T00:02:11.976Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-6LaoAN
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Run Build Command(s):/usr/bin/ninja cmTC_bfc5a && [1/2] Building CXX object CMakeFiles/cmTC_bfc5a.dir/src.cxx.o
[task 2025-02-02T00:02:11.976Z] [2/2] Linking CXX executable cmTC_bfc5a
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Source file was:
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] #ifdef __APPLE__
[task 2025-02-02T00:02:11.976Z] #  include <OpenGLES/ES2/gl.h>
[task 2025-02-02T00:02:11.976Z] #else
[task 2025-02-02T00:02:11.976Z] #  define GL_GLEXT_PROTOTYPES
[task 2025-02-02T00:02:11.976Z] #  include <GLES2/gl2.h>
[task 2025-02-02T00:02:11.976Z] #endif
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] int main(int, char **) {
[task 2025-02-02T00:02:11.976Z]     glUniform1f(1, GLfloat(1.0));
[task 2025-02-02T00:02:11.976Z]     glClear(GL_COLOR_BUFFER_BIT);
[task 2025-02-02T00:02:11.976Z] }
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Performing C++ SOURCE FILE Test HAVE_LIBRESOLV_FUNCTIONS succeeded with the following output:
[task 2025-02-02T00:02:11.976Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-SXeJrP
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Run Build Command(s):/usr/bin/ninja cmTC_9890e && [1/2] Building CXX object CMakeFiles/cmTC_9890e.dir/src.cxx.o
[task 2025-02-02T00:02:11.976Z] [2/2] Linking CXX executable cmTC_9890e
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] Source file was:
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] #include <netinet/in.h>
[task 2025-02-02T00:02:11.976Z] #include <resolv.h>
[task 2025-02-02T00:02:11.976Z] 
[task 2025-02-02T00:02:11.976Z] int main(int, char **argv)
[task 2025-02-02T00:02:11.976Z] {
[task 2025-02-02T00:02:11.976Z]     res_state statep = 0;
[task 2025-02-02T00:02:11.976Z]     int n = res_nmkquery(statep, 0, argv[1], 0, 0, NULL, 0, NULL, NULL, 0);
[task 2025-02-02T00:02:11.976Z]     n = res_nsend(statep, NULL, 0, NULL, 0);
[task 2025-02-02T00:02:11.976Z]     n = dn_expand(NULL, NULL, NULL, NULL, 0);
[task 2025-02-02T00:02:11.976Z]     return n;
[task 2025-02-02T00:02:11.977Z] }
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] 	cd build-x86_64-linux-gnu && tail -v -n \+0 CMakeFiles/CMakeError.log
[task 2025-02-02T00:02:11.977Z] ==> CMakeFiles/CMakeError.log <==
[task 2025-02-02T00:02:11.977Z] Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
[task 2025-02-02T00:02:11.977Z] Change Dir: /builds/worker/mozillavpn-source/build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] Run Build Command(s):/usr/bin/ninja cmTC_23a8c && [1/2] Building C object CMakeFiles/cmTC_23a8c.dir/src.c.o
[task 2025-02-02T00:02:11.977Z] [2/2] Linking C executable cmTC_23a8c
[task 2025-02-02T00:02:11.977Z] FAILED: cmTC_23a8c 
[task 2025-02-02T00:02:11.977Z] : && /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_23a8c.dir/src.c.o -o cmTC_23a8c   && :
[task 2025-02-02T00:02:11.977Z] /usr/bin/ld: CMakeFiles/cmTC_23a8c.dir/src.c.o: in function `main':
[task 2025-02-02T00:02:11.977Z] ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/src.c:11: undefined reference to `pthread_create'
[task 2025-02-02T00:02:11.977Z] /usr/bin/ld: ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/src.c:12: undefined reference to `pthread_detach'
[task 2025-02-02T00:02:11.977Z] /usr/bin/ld: ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/src.c:13: undefined reference to `pthread_cancel'
[task 2025-02-02T00:02:11.977Z] /usr/bin/ld: ./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/./build-x86_64-linux-gnu/CMakeFiles/CMakeScratch/TryCompile-bJJgHN/src.c:14: undefined reference to `pthread_join'
[task 2025-02-02T00:02:11.977Z] collect2: error: ld returned 1 exit status
[task 2025-02-02T00:02:11.977Z] ninja: build stopped: subcommand failed.
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] Source file was:
[task 2025-02-02T00:02:11.977Z] #include <pthread.h>
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] static void* test_func(void* data)
[task 2025-02-02T00:02:11.977Z] {
[task 2025-02-02T00:02:11.977Z]   return data;
[task 2025-02-02T00:02:11.977Z] }
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] int main(void)
[task 2025-02-02T00:02:11.977Z] {
[task 2025-02-02T00:02:11.977Z]   pthread_t thread;
[task 2025-02-02T00:02:11.977Z]   pthread_create(&thread, NULL, test_func, NULL);
[task 2025-02-02T00:02:11.977Z]   pthread_detach(thread);
[task 2025-02-02T00:02:11.977Z]   pthread_cancel(thread);
[task 2025-02-02T00:02:11.977Z]   pthread_join(thread, NULL);
[task 2025-02-02T00:02:11.977Z]   pthread_atfork(NULL, NULL, NULL);
[task 2025-02-02T00:02:11.977Z]   pthread_exit(NULL);
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z]   return 0;
[task 2025-02-02T00:02:11.977Z] }
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] 
[task 2025-02-02T00:02:11.977Z] 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\~pr290-static1 -DBUILD_TESTS=OFF .. returned exit code 1
[task 2025-02-02T00:02:11.977Z] make[1]: *** [debian/rules:20: override_dh_auto_configure] Error 25
[task 2025-02-02T00:02:11.977Z] make[1]: Leaving directory '/builds/worker/mozillavpn-source'
[task 2025-02-02T00:02:11.977Z] make: *** [debian/rules:17: build] Error 2
[task 2025-02-02T00:02:11.977Z] dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
[fetches 2025-02-02T00:02:11.977Z] removing /builds/worker/fetches
[fetches 2025-02-02T00:02:12.378Z] finished
[taskcluster 2025-02-02 00:02:12.721Z] === Task Finished ===
[taskcluster 2025-02-02 00:02:12.765Z] Unsuccessful task run with exit code: 2 completed in 52.39 seconds