----------------------------- Docker Dev Setup (Sun 06 Nov 2022 05:55:47 PM UTC): ----------------------------- > It looks like you're using Linux. Let's set that up.(B > Checking Dependencies...(B /o\ Something went wrong. Check /home/canvas/canvas-lms/log/docker_dev_setup.log for details. ----------------------------- Docker Dev Setup (Sun 06 Nov 2022 06:00:11 PM UTC): ----------------------------- > It looks like you're using Linux. Let's set that up.(B > Checking Dependencies...(B /o\ Something went wrong. Check /home/canvas/canvas-lms/log/docker_dev_setup.log for details. ----------------------------- Docker Dev Setup (Mon 07 Nov 2022 12:55:00 AM UTC): ----------------------------- > It looks like you're using Linux. Let's set that up.(B > Checking Dependencies...(B /o\ Something went wrong. Check /home/canvas/canvas-lms/log/docker_dev_setup.log for details. ----------------------------- Docker Dev Setup (Mon 07 Nov 2022 03:02:37 AM UTC): ----------------------------- > It looks like you're using Linux. Let's set that up.(B > Checking Dependencies...(B > Now we can set up Canvas!(B > Copying Canvas docker configuration...(B > Setup override yaml and .env...(B > Copying default configuration from config/docker-compose.override.yml.example to docker-compose.override.yml(B > Setting up default .env configuration(B Building docker images... /snap/docker/2285/lib/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.hazmat.backends import default_backend redis uses an image, skipping Building postgres Sending build context to Docker daemon 5.12kB Step 1/8 : ARG POSTGRES=14 Step 2/8 : ARG POSTGRESIMAGE=postgres Step 3/8 : FROM $POSTGRESIMAGE:$POSTGRES 14: Pulling from library/postgres e9995326b091: Pulling fs layer a0cb03f17886: Pulling fs layer bb26f7e78134: Pulling fs layer c8e073b7ae91: Pulling fs layer 99b5b1679915: Pulling fs layer 55c520fc03c5: Pulling fs layer d0ac84d6672c: Pulling fs layer 4effb95d5849: Pulling fs layer f1605d32a2b6: Pulling fs layer 45587aaa5f27: Pulling fs layer 27c45a07ef3f: Pulling fs layer 2b6113fb2a7b: Pulling fs layer 144293d36fee: Pulling fs layer d0ac84d6672c: Waiting 4effb95d5849: Waiting f1605d32a2b6: Waiting 45587aaa5f27: Waiting 2b6113fb2a7b: Waiting c8e073b7ae91: Waiting 99b5b1679915: Waiting 144293d36fee: Waiting 55c520fc03c5: Waiting bb26f7e78134: Download complete a0cb03f17886: Verifying Checksum a0cb03f17886: Download complete e9995326b091: Verifying Checksum e9995326b091: Download complete c8e073b7ae91: Verifying Checksum c8e073b7ae91: Download complete 99b5b1679915: Verifying Checksum 99b5b1679915: Download complete 55c520fc03c5: Verifying Checksum 55c520fc03c5: Download complete d0ac84d6672c: Download complete 4effb95d5849: Verifying Checksum 4effb95d5849: Download complete e9995326b091: Pull complete 45587aaa5f27: Verifying Checksum 45587aaa5f27: Download complete a0cb03f17886: Pull complete bb26f7e78134: Pull complete c8e073b7ae91: Pull complete 27c45a07ef3f: Verifying Checksum 27c45a07ef3f: Download complete 99b5b1679915: Pull complete 55c520fc03c5: Pull complete d0ac84d6672c: Pull complete 4effb95d5849: Pull complete 2b6113fb2a7b: Verifying Checksum 2b6113fb2a7b: Download complete 144293d36fee: Verifying Checksum 144293d36fee: Download complete f1605d32a2b6: Verifying Checksum f1605d32a2b6: Download complete f1605d32a2b6: Pull complete 45587aaa5f27: Pull complete 27c45a07ef3f: Pull complete 2b6113fb2a7b: Pull complete 144293d36fee: Pull complete Digest: sha256:135c62a8134dcef829a1e4f5568bfae44bcfa2c75659ff948f43c71964366aa4 Status: Downloaded newer image for postgres:14 ---> cefd1c9e490c Step 4/8 : RUN echo "max_locks_per_transaction = 640" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample && echo "max_stack_depth = 5MB" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample && echo "random_page_cost = 1.0" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample && echo "shared_buffers = 256MB" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample && echo "effective_cache_size = 256MB" >> /usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample ---> Running in 5e3aa8d27a64 Removing intermediate container 5e3aa8d27a64 ---> f4f7ff9f36e4 Step 5/8 : COPY /create-dbs.sh /docker-entrypoint-initdb.d/ ---> e78d91fa7c51 Step 6/8 : COPY /wait-for-it / ---> 31af29b6b343 Step 7/8 : ENV PG_COLLKEY_VERSION 0.5.1 ---> Running in 87d2333f340c Removing intermediate container 87d2333f340c ---> f6a912ead02f Step 8/8 : RUN apt-get update --quiet=2 && apt-get install --quiet=2 build-essential ca-certificates libicu-dev postgresql-server-dev-$PG_MAJOR pgxnclient unzip && pgxnclient download --yes --target ~ pg_collkey=${PG_COLLKEY_VERSION} && unzip ~/pg_collkey-${PG_COLLKEY_VERSION}.zip -d ~/ && cd ~/pg_collkey-${PG_COLLKEY_VERSION} && mv Makefile Makefile.orig && sed '/^DATA = \$(wildcard/d' Makefile.orig > Makefile && make && make install && ** -v ~/pg_collkey-${PG_COLLKEY_VERSION}/pg_collkey--${PG_COLLKEY_VERSION}.sql /usr/share/postgresql/$PG_MAJOR/extension/ && apt-get remove -qqy build-essential ca-certificates libicu-dev postgresql-server-dev-$PG_MAJOR pgxnclient unzip && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ---> Running in 8f1444f0dbd7 debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package liblocale-gettext-perl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12113 files and directories currently installed.) Preparing to unpack .../liblocale-gettext-perl_1.07-4+b1_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-4+b1) ... Selecting previously unselected package libpython3.9-minimal:amd64. Preparing to unpack .../libpython3.9-minimal_3.9.2-1_amd64.deb ... Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_amd64.deb ... Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ... Selecting previously unselected package python3.9-minimal. Preparing to unpack .../python3.9-minimal_3.9.2-1_amd64.deb ... Unpacking python3.9-minimal (3.9.2-1) ... Setting up libpython3.9-minimal:amd64 (3.9.2-1) ... Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ... Setting up python3.9-minimal (3.9.2-1) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12422 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ... Unpacking python3-minimal (3.9.2-3) ... Selecting previously unselected package media-types. Preparing to unpack .../1-media-types_4.0.0_all.deb ... Unpacking media-types (4.0.0) ... Selecting previously unselected package libmpdec3:amd64. Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ... Unpacking libmpdec3:amd64 (2.5.1-1) ... Selecting previously unselected package libpython3.9-stdlib:amd64. Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1_amd64.deb ... Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ... Selecting previously unselected package python3.9. Preparing to unpack .../4-python3.9_3.9.2-1_amd64.deb ... Unpacking python3.9 (3.9.2-1) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... Setting up python3-minimal (3.9.2-3) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12819 files and directories currently installed.) Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ... Unpacking python3 (3.9.2-3) ... Selecting previously unselected package bzip2. Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... Unpacking bzip2 (1.0.8-4) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../002-ca-certificates_20210119_all.deb ... Unpacking ca-certificates (20210119) ... Selecting previously unselected package manpages. Preparing to unpack .../003-manpages_5.10-1_all.deb ... Unpacking manpages (5.10-1) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../004-libpipeline1_1.5.3-1_amd64.deb ... Unpacking libpipeline1:amd64 (1.5.3-1) ... Selecting previously unselected package binfmt-support. Preparing to unpack .../005-binfmt-support_2.2.1-1_amd64.deb ... Unpacking binfmt-support (2.2.1-1) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../006-binutils-common_2.35.2-2_amd64.deb ... Unpacking binutils-common:amd64 (2.35.2-2) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../007-libbinutils_2.35.2-2_amd64.deb ... Unpacking libbinutils:amd64 (2.35.2-2) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../008-libctf-nobfd0_2.35.2-2_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.35.2-2) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../009-libctf0_2.35.2-2_amd64.deb ... Unpacking libctf0:amd64 (2.35.2-2) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../010-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ... Selecting previously unselected package binutils. Preparing to unpack .../011-binutils_2.35.2-2_amd64.deb ... Unpacking binutils (2.35.2-2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../012-libc-dev-bin_2.31-13+deb11u5_amd64.deb ... Unpacking libc-dev-bin (2.31-13+deb11u5) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../013-linux-libc-dev_5.10.149-2_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.10.149-2) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../014-libcrypt-dev_1%3a4.4.18-4_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ... Selecting previously unselected package libtirpc-dev:amd64. Preparing to unpack .../015-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ... Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Selecting previously unselected package libnsl-dev:amd64. Preparing to unpack .../016-libnsl-dev_1.3.0-2_amd64.deb ... Unpacking libnsl-dev:amd64 (1.3.0-2) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../017-libc6-dev_2.31-13+deb11u5_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-13+deb11u5) ... Selecting previously unselected package libisl23:amd64. Preparing to unpack .../018-libisl23_0.23-1_amd64.deb ... Unpacking libisl23:amd64 (0.23-1) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../019-libmpfr6_4.1.0-3_amd64.deb ... Unpacking libmpfr6:amd64 (4.1.0-3) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../020-libmpc3_1.2.0-1_amd64.deb ... Unpacking libmpc3:amd64 (1.2.0-1) ... Selecting previously unselected package ***-10. Preparing to unpack .../021-***-10_10.2.1-6_amd64.deb ... Unpacking ***-10 (10.2.1-6) ... Selecting previously unselected package ***. Preparing to unpack .../022-cpp_4%3a10.2.1-1_amd64.deb ... Unpacking *** (4:10.2.1-1) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../023-libcc1-0_10.2.1-6_amd64.deb ... Unpacking libcc1-0:amd64 (10.2.1-6) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../024-libgomp1_10.2.1-6_amd64.deb ... Unpacking libgomp1:amd64 (10.2.1-6) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../025-libitm1_10.2.1-6_amd64.deb ... Unpacking libitm1:amd64 (10.2.1-6) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../026-libatomic1_10.2.1-6_amd64.deb ... Unpacking libatomic1:amd64 (10.2.1-6) ... Selecting previously unselected package libasan6:amd64. Preparing to unpack .../027-libasan6_10.2.1-6_amd64.deb ... Unpacking libasan6:amd64 (10.2.1-6) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../028-liblsan0_10.2.1-6_amd64.deb ... Unpacking liblsan0:amd64 (10.2.1-6) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../029-libtsan0_10.2.1-6_amd64.deb ... Unpacking libtsan0:amd64 (10.2.1-6) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../030-libubsan1_10.2.1-6_amd64.deb ... Unpacking libubsan1:amd64 (10.2.1-6) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../031-libquadmath0_10.2.1-6_amd64.deb ... Unpacking libquadmath0:amd64 (10.2.1-6) ... Selecting previously unselected package libgcc-10-dev:amd64. Preparing to unpack .../032-libgcc-10-dev_10.2.1-6_amd64.deb ... Unpacking libgcc-10-dev:amd64 (10.2.1-6) ... Selecting previously unselected package gcc-10. Preparing to unpack .../033-gcc-10_10.2.1-6_amd64.deb ... Unpacking gcc-10 (10.2.1-6) ... Selecting previously unselected package gcc. Preparing to unpack .../034-gcc_4%3a10.2.1-1_amd64.deb ... Unpacking gcc (4:10.2.1-1) ... Selecting previously unselected package libstdc++-10-dev:amd64. Preparing to unpack .../035-libstdc++-10-dev_10.2.1-6_amd64.deb ... Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ... Selecting previously unselected package g++-10. Preparing to unpack .../036-g++-10_10.2.1-6_amd64.deb ... Unpacking g++-10 (10.2.1-6) ... Selecting previously unselected package g++. Preparing to unpack .../037-g++_4%3a10.2.1-1_amd64.deb ... Unpacking g++ (4:10.2.1-1) ... Selecting previously unselected package make. Preparing to unpack .../038-make_4.3-4.1_amd64.deb ... Unpacking make (4.3-4.1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../039-libdpkg-perl_1.20.12_all.deb ... Unpacking libdpkg-perl (1.20.12) ... Selecting previously unselected package patch. Preparing to unpack .../040-patch_2.7.6-7_amd64.deb ... Unpacking patch (2.7.6-7) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../041-dpkg-dev_1.20.12_all.deb ... Unpacking dpkg-dev (1.20.12) ... Selecting previously unselected package build-essential. Preparing to unpack .../042-build-essential_12.9_amd64.deb ... Unpacking build-essential (12.9) ... Selecting previously unselected package libclang-cpp11. Preparing to unpack .../043-libclang-cpp11_1%3a11.0.1-2_amd64.deb ... Unpacking libclang-cpp11 (1:11.0.1-2) ... Selecting previously unselected package libgc1:amd64. Preparing to unpack .../044-libgc1_1%3a8.0.4-3_amd64.deb ... Unpacking libgc1:amd64 (1:8.0.4-3) ... Selecting previously unselected package libobjc4:amd64. Preparing to unpack .../045-libobjc4_10.2.1-6_amd64.deb ... Unpacking libobjc4:amd64 (10.2.1-6) ... Selecting previously unselected package libobjc-10-dev:amd64. Preparing to unpack .../046-libobjc-10-dev_10.2.1-6_amd64.deb ... Unpacking libobjc-10-dev:amd64 (10.2.1-6) ... Selecting previously unselected package libc6-i386. Preparing to unpack .../047-libc6-i386_2.31-13+deb11u5_amd64.deb ... Unpacking libc6-i386 (2.31-13+deb11u5) ... Selecting previously unselected package lib32gcc-s1. Preparing to unpack .../048-lib32gcc-s1_10.2.1-6_amd64.deb ... Unpacking lib32gcc-s1 (10.2.1-6) ... Selecting previously unselected package lib32stdc++6. Preparing to unpack .../049-lib32stdc++6_10.2.1-6_amd64.deb ... Unpacking lib32stdc++6 (10.2.1-6) ... Selecting previously unselected package libclang-common-11-dev. Preparing to unpack .../050-libclang-common-11-dev_1%3a11.0.1-2_amd64.deb ... Unpacking libclang-common-11-dev (1:11.0.1-2) ... Selecting previously unselected package libclang1-11. Preparing to unpack .../051-libclang1-11_1%3a11.0.1-2_amd64.deb ... Unpacking libclang1-11 (1:11.0.1-2) ... Selecting previously unselected package clang-11. Preparing to unpack .../052-clang-11_1%3a11.0.1-2_amd64.deb ... Unpacking clang-11 (1:11.0.1-2) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../053-libfakeroot_1.25.3-1.1_amd64.deb ... Unpacking libfakeroot:amd64 (1.25.3-1.1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../054-fakeroot_1.25.3-1.1_amd64.deb ... Unpacking fakeroot (1.25.3-1.1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../055-fonts-dejavu-core_2.37-2_all.deb ... Unpacking fonts-dejavu-core (2.37-2) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../056-fontconfig-config_2.13.1-4.2_all.deb ... Unpacking fontconfig-config (2.13.1-4.2) ... Selecting previously unselected package icu-devtools. Preparing to unpack .../057-icu-devtools_67.1-7_amd64.deb ... Unpacking icu-devtools (67.1-7) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../058-libalgorithm-diff-perl_1.201-1_all.deb ... Unpacking libalgorithm-diff-perl (1.201-1) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../059-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../060-libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../061-libbrotli1_1.0.9-2+b2_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../062-libpng16-16_1.6.37-3_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.37-3) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../063-libfreetype6_2.10.4+dfsg-1+deb11u1_amd64.deb ... Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../064-libfontconfig1_2.13.1-4.2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-4.2) ... Selecting previously unselected package libjpeg62-turbo:amd64. Preparing to unpack .../065-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ... Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ... Selecting previously unselected package libdeflate0:amd64. Preparing to unpack .../066-libdeflate0_1.7-1_amd64.deb ... Unpacking libdeflate0:amd64 (1.7-1) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../067-libjbig0_2.1-3.1+b2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1+b2) ... Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../068-libwebp6_0.6.1-2.1_amd64.deb ... Unpacking libwebp6:amd64 (0.6.1-2.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../069-libtiff5_4.2.0-1+deb11u1_amd64.deb ... Unpacking libtiff5:amd64 (4.2.0-1+deb11u1) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../070-libxau6_1%3a1.0.9-1_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.9-1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../071-libxdmcp6_1%3a1.1.2-3_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../072-libxcb1_1.14-3_amd64.deb ... Unpacking libxcb1:amd64 (1.14-3) ... Selecting previously unselected package libx11-data. Preparing to unpack .../073-libx11-data_2%3a1.7.2-1_all.deb ... Unpacking libx11-data (2:1.7.2-1) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../074-libx11-6_2%3a1.7.2-1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.7.2-1) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../075-libxpm4_1%3a3.5.12-1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.12-1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../076-libgd3_2.3.0-2_amd64.deb ... Unpacking libgd3:amd64 (2.3.0-2) ... Selecting previously unselected package libc-devtools. Preparing to unpack .../077-libc-devtools_2.31-13+deb11u5_amd64.deb ... Unpacking libc-devtools (2.31-13+deb11u5) ... Selecting previously unselected package libffi-dev:amd64. Preparing to unpack .../078-libffi-dev_3.3-6_amd64.deb ... Unpacking libffi-dev:amd64 (3.3-6) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../079-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ... Unpacking libfile-fcntllock-perl (0.22-3+b7) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../080-libgpm2_1.20.7-8_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-8) ... Selecting previously unselected package libicu-dev:amd64. Preparing to unpack .../081-libicu-dev_67.1-7_amd64.deb ... Unpacking libicu-dev:amd64 (67.1-7) ... Selecting previously unselected package libncurses6:amd64. Preparing to unpack .../082-libncurses6_6.2+20201114-2_amd64.deb ... Unpacking libncurses6:amd64 (6.2+20201114-2) ... Selecting previously unselected package libncurses-dev:amd64. Preparing to unpack .../083-libncurses-dev_6.2+20201114-2_amd64.deb ... Unpacking libncurses-dev:amd64 (6.2+20201114-2) ... Selecting previously unselected package libomp5-11:amd64. Preparing to unpack .../084-libomp5-11_1%3a11.0.1-2_amd64.deb ... Unpacking libomp5-11:amd64 (1:11.0.1-2) ... Selecting previously unselected package libomp-11-dev. Preparing to unpack .../085-libomp-11-dev_1%3a11.0.1-2_amd64.deb ... Unpacking libomp-11-dev (1:11.0.1-2) ... Selecting previously unselected package libpfm4:amd64. Preparing to unpack .../086-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ... Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../087-libssl-dev_1.1.1n-0+deb11u3_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.1n-0+deb11u3) ... Selecting previously unselected package libpq-dev. Preparing to unpack .../088-libpq-dev_15.0-1.pgdg110+1_amd64.deb ... Unpacking libpq-dev (15.0-1.pgdg110+1) ... Selecting previously unselected package libtinfo-dev:amd64. Preparing to unpack .../089-libtinfo-dev_6.2+20201114-2_amd64.deb ... Unpacking libtinfo-dev:amd64 (6.2+20201114-2) ... Selecting previously unselected package libyaml-0-2:amd64. Preparing to unpack .../090-libyaml-0-2_0.2.2-1_amd64.deb ... Unpacking libyaml-0-2:amd64 (0.2.2-1) ... Selecting previously unselected package libz3-dev:amd64. Preparing to unpack .../091-libz3-dev_4.8.10-1_amd64.deb ... Unpacking libz3-dev:amd64 (4.8.10-1) ... Selecting previously unselected package llvm-11-runtime. Preparing to unpack .../092-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ... Unpacking llvm-11-runtime (1:11.0.1-2) ... Selecting previously unselected package llvm-11. Preparing to unpack .../093-llvm-11_1%3a11.0.1-2_amd64.deb ... Unpacking llvm-11 (1:11.0.1-2) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../094-python3-pkg-resources_52.0.0-4_all.deb ... Unpacking python3-pkg-resources (52.0.0-4) ... Selecting previously unselected package python3-pygments. Preparing to unpack .../095-python3-pygments_2.7.1+dfsg-2.1_all.deb ... Unpacking python3-pygments (2.7.1+dfsg-2.1) ... Selecting previously unselected package python3-yaml. Preparing to unpack .../096-python3-yaml_5.3.1-5_amd64.deb ... Unpacking python3-yaml (5.3.1-5) ... Selecting previously unselected package llvm-11-tools. Preparing to unpack .../097-llvm-11-tools_1%3a11.0.1-2_amd64.deb ... Unpacking llvm-11-tools (1:11.0.1-2) ... Selecting previously unselected package llvm-11-dev. Preparing to unpack .../098-llvm-11-dev_1%3a11.0.1-2_amd64.deb ... Unpacking llvm-11-dev (1:11.0.1-2) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../099-manpages-dev_5.10-1_all.deb ... Unpacking manpages-dev (5.10-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../100-python3-six_1.16.0-2_all.deb ... Unpacking python3-six (1.16.0-2) ... Selecting previously unselected package pgxnclient. Preparing to unpack .../101-pgxnclient_1.3.2-2.pgdg110+1_all.deb ... Unpacking pgxnclient (1.3.2-2.pgdg110+1) ... Selecting previously unselected package postgresql-server-dev-14. Preparing to unpack .../102-postgresql-server-dev-14_14.5-2.pgdg110+2_amd64.deb ... Unpacking postgresql-server-dev-14 (14.5-2.pgdg110+2) ... Selecting previously unselected package unzip. Preparing to unpack .../103-unzip_6.0-26+deb11u1_amd64.deb ... Unpacking unzip (6.0-26+deb11u1) ... Setting up media-types (4.0.0) ... Setting up libpipeline1:amd64 (1.5.3-1) ... Setting up libz3-dev:amd64 (4.8.10-1) ... Setting up libxau6:amd64 (1:1.0.9-1) ... Setting up libxdmcp6:amd64 (1:1.1.2-3) ... Setting up libxcb1:amd64 (1.14-3) ... Setting up llvm-11-runtime (1:11.0.1-2) ... Setting up libgpm2:amd64 (1.20.7-8) ... Setting up libfile-fcntllock-perl (0.22-3+b7) ... Setting up libalgorithm-diff-perl (1.201-1) ... Setting up libyaml-0-2:amd64 (0.2.2-1) ... Setting up manpages (5.10-1) ... Setting up unzip (6.0-26+deb11u1) ... Setting up libbrotli1:amd64 (1.0.9-2+b2) ... Setting up binutils-common:amd64 (2.35.2-2) ... Setting up libdeflate0:amd64 (1.7-1) ... Setting up linux-libc-dev:amd64 (5.10.149-2) ... Setting up libctf-nobfd0:amd64 (2.35.2-2) ... Setting up libgomp1:amd64 (10.2.1-6) ... Setting up bzip2 (1.0.8-4) ... Setting up libffi-dev:amd64 (3.3-6) ... Setting up libjbig0:amd64 (2.1-3.1+b2) ... Setting up libfakeroot:amd64 (1.25.3-1.1) ... Setting up libasan6:amd64 (10.2.1-6) ... Setting up libclang-cpp11 (1:11.0.1-2) ... Setting up fakeroot (1.25.3-1.1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist Setting up ca-certificates (20210119) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Updating certificates in /etc/ssl/certs... 129 added, 0 removed; done. Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ... Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ... Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ... Setting up libx11-data (2:1.7.2-1) ... Setting up make (4.3-4.1) ... Setting up libmpfr6:amd64 (4.1.0-3) ... Setting up libncurses6:amd64 (6.2+20201114-2) ... Setting up libquadmath0:amd64 (10.2.1-6) ... Setting up libssl-dev:amd64 (1.1.1n-0+deb11u3) ... Setting up libpng16-16:amd64 (1.6.37-3) ... Setting up libmpc3:amd64 (1.2.0-1) ... Setting up libatomic1:amd64 (10.2.1-6) ... Setting up libclang1-11 (1:11.0.1-2) ... Setting up patch (2.7.6-7) ... Setting up binfmt-support (2.2.1-1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libwebp6:amd64 (0.6.1-2.1) ... Setting up icu-devtools (67.1-7) ... Setting up fonts-dejavu-core (2.37-2) ... Setting up libgc1:amd64 (1:8.0.4-3) ... Setting up libdpkg-perl (1.20.12) ... Setting up libomp5-11:amd64 (1:11.0.1-2) ... Setting up libubsan1:amd64 (10.2.1-6) ... Setting up libnsl-dev:amd64 (1.3.0-2) ... Setting up libcrypt-dev:amd64 (1:4.4.18-4) ... Setting up libmpdec3:amd64 (2.5.1-1) ... Setting up libc6-i386 (2.31-13+deb11u5) ... Setting up libx11-6:amd64 (2:1.7.2-1) ... Setting up libtiff5:amd64 (4.2.0-1+deb11u1) ... Setting up libbinutils:amd64 (2.35.2-2) ... Setting up libisl23:amd64 (0.23-1) ... Setting up libc-dev-bin (2.31-13+deb11u5) ... Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ... Setting up libcc1-0:amd64 (10.2.1-6) ... Setting up liblocale-gettext-perl (1.07-4+b1) ... Setting up liblsan0:amd64 (10.2.1-6) ... Setting up ***-10 (10.2.1-6) ... Setting up libitm1:amd64 (10.2.1-6) ... Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ... Setting up libpython3-stdlib:amd64 (3.9.2-3) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libtsan0:amd64 (10.2.1-6) ... Setting up libctf0:amd64 (2.35.2-2) ... Setting up manpages-dev (5.10-1) ... Setting up libxpm4:amd64 (1:3.5.12-1) ... Setting up libomp-11-dev (1:11.0.1-2) ... Setting up fontconfig-config (2.13.1-4.2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up libgcc-10-dev:amd64 (10.2.1-6) ... Setting up llvm-11 (1:11.0.1-2) ... Setting up libpq-dev (15.0-1.pgdg110+1) ... Setting up libobjc4:amd64 (10.2.1-6) ... Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ... Setting up lib32gcc-s1 (10.2.1-6) ... Setting up lib32stdc++6 (10.2.1-6) ... Setting up libobjc-10-dev:amd64 (10.2.1-6) ... Setting up *** (4:10.2.1-1) ... Setting up libclang-common-11-dev (1:11.0.1-2) ... Setting up libc6-dev:amd64 (2.31-13+deb11u5) ... Setting up libfontconfig1:amd64 (2.13.1-4.2) ... Setting up libicu-dev:amd64 (67.1-7) ... Setting up python3.9 (3.9.2-1) ... Setting up binutils-x86-64-linux-gnu (2.35.2-2) ... Setting up libncurses-dev:amd64 (6.2+20201114-2) ... Setting up libstdc++-10-dev:amd64 (10.2.1-6) ... Setting up python3 (3.9.2-3) ... running python rtupdate hooks for python3.9... running python post-rtupdate hooks for python3.9... Setting up binutils (2.35.2-2) ... Setting up dpkg-dev (1.20.12) ... Setting up python3-six (1.16.0-2) ... Setting up libgd3:amd64 (2.3.0-2) ... Setting up gcc-10 (10.2.1-6) ... Setting up clang-11 (1:11.0.1-2) ... Setting up libc-devtools (2.31-13+deb11u5) ... Setting up python3-pkg-resources (52.0.0-4) ... Setting up libtinfo-dev:amd64 (6.2+20201114-2) ... Setting up g++-10 (10.2.1-6) ... Setting up python3-yaml (5.3.1-5) ... Setting up gcc (4:10.2.1-1) ... Setting up python3-pygments (2.7.1+dfsg-2.1) ... Setting up pgxnclient (1.3.2-2.pgdg110+1) ... Setting up g++ (4:10.2.1-1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up build-essential (12.9) ... Setting up llvm-11-tools (1:11.0.1-2) ... Setting up llvm-11-dev (1:11.0.1-2) ... Setting up postgresql-server-dev-14 (14.5-2.pgdg110+2) ... Processing triggers for libc-bin (2.31-13+deb11u5) ... Processing triggers for ca-certificates (20210119) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. INFO: best version: pg_collkey 0.5.1 INFO: saving /root/pg_collkey-0.5.1.zip Archive: /root/pg_collkey-0.5.1.zip 51bac08a13cdc7a9befdc6a2c112e54a5a2c2b17 creating: /root/pg_collkey-0.5.1/ inflating: /root/pg_collkey-0.5.1/.gitignore inflating: /root/pg_collkey-0.5.1/Changelog inflating: /root/pg_collkey-0.5.1/LICENSE inflating: /root/pg_collkey-0.5.1/META.json inflating: /root/pg_collkey-0.5.1/Makefile inflating: /root/pg_collkey-0.5.1/README inflating: /root/pg_collkey-0.5.1/collkey_icu.c inflating: /root/pg_collkey-0.5.1/collkey_icu.sql extracting: /root/pg_collkey-0.5.1/pg_collkey--0.5.0--0.5.1.sql inflating: /root/pg_collkey-0.5.1/pg_collkey.control make: icu-config: No such file or directory gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -I. -I./ -I/usr/include/postgresql/14/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -c -o collkey_icu.o collkey_icu.c In file included from /usr/include/postgresql/14/server/postgres.h:47, from collkey_icu.c:34: collkey_icu.c: In function ‘pgsqlext_collkey_icu_error’: collkey_icu.c:59:29: warning: left-hand operand of comma expression has no effect [-Wunused-value] 59 | ereport(ERROR, (sqlerrcode, | ^ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: in definition of macro ‘ereport_domain’ 141 | __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ | ^~~~~~~~~~~ collkey_icu.c:59:3: note: in expansion of macro ‘ereport’ 59 | ereport(ERROR, (sqlerrcode, | ^~~~~~~ collkey_icu.c: In function ‘pgsqlext_collkey_nomem’: collkey_icu.c:65:40: warning: left-hand operand of comma expression has no effect [-Wunused-value] 65 | ereport(ERROR, (ERRCODE_OUT_OF_MEMORY, | ^ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: in definition of macro ‘ereport_domain’ 141 | __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ | ^~~~~~~~~~~ collkey_icu.c:65:3: note: in expansion of macro ‘ereport’ 65 | ereport(ERROR, (ERRCODE_OUT_OF_MEMORY, | ^~~~~~~ collkey_icu.c: In function ‘pgsqlext_collkey_overflow’: collkey_icu.c:71:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] 71 | ereport(ERROR, (ERRCODE_PROGRAM_LIMIT_EXCEEDED, | ^ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: in definition of macro ‘ereport_domain’ 141 | __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ | ^~~~~~~~~~~ collkey_icu.c:71:3: note: in expansion of macro ‘ereport’ 71 | ereport(ERROR, (ERRCODE_PROGRAM_LIMIT_EXCEEDED, | ^~~~~~~ collkey_icu.c: In function ‘pgsqlext_collkey’: collkey_icu.c:164:56: warning: left-hand operand of comma expression has no effect [-Wunused-value] 164 | ereport(ERROR, (ERRCODE_INVALID_PARAMETER_VALUE, | ^ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: in definition of macro ‘ereport_domain’ 141 | __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ | ^~~~~~~~~~~ collkey_icu.c:164:9: note: in expansion of macro ‘ereport’ 164 | ereport(ERROR, (ERRCODE_INVALID_PARAMETER_VALUE, | ^~~~~~~ In file included from collkey_icu.c:34: /usr/include/postgresql/14/server/postgres.h:281:61: warning: pointer targets in passing argument 4 of ‘ucol_getSortKey_67’ differ in signedness [-Wpointer-sign] 281 | #define VARDATA_4B(PTR) (((varattrib_4b *) (PTR))->va_4byte.va_data) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ | | | char * /usr/include/postgresql/14/server/postgres.h:315:27: note: in expansion of macro ‘VARDATA_4B’ 315 | #define VARDATA(PTR) VARDATA_4B(PTR) | ^~~~~~~~~~ collkey_icu.c:187:7: note: in expansion of macro ‘VARDATA’ 187 | VARDATA(output), output_length - 1 + 4); | ^~~~~~~ In file included from collkey_icu.c:40: /usr/include/unicode/ucol.h:1021:25: note: expected ‘uint8_t *’ {aka ‘unsigned char *’} but argument is of type ‘char *’ 1021 | uint8_t *result, | ~~~~~~~~~~~~~~~~^~~~~~ make: icu-config: No such file or directory gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -fPIC -shared -o collkey_icu.so collkey_icu.o -L/usr/lib/x86_64-linux-gnu -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-11/lib -Wl,--as-needed ** collkey_icu.sql pg_collkey--0.5.1.sql /usr/bin/clang-11 -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -O2 -I. -I./ -I/usr/include/postgresql/14/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -flto=thin -emit-llvm -c -o collkey_icu.bc collkey_icu.c collkey_icu.c:59:19: warning: expression result unused [-Wunused-value] ereport(ERROR, (sqlerrcode, ^~~~~~~~~~ /usr/include/postgresql/14/server/utils/elog.h:158:37: note: expanded from macro 'ereport' ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__) ^~~~~~~~~~~ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: expanded from macro 'ereport_domain' __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ ^~~~~~~~~~~ collkey_icu.c:65:19: warning: expression result unused [-Wunused-value] ereport(ERROR, (ERRCODE_OUT_OF_MEMORY, ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/14/server/utils/errcodes.h:275:31: note: expanded from macro 'ERRCODE_OUT_OF_MEMORY' #define ERRCODE_OUT_OF_MEMORY MAKE_SQLSTATE('5','3','2','0','0') ^ /usr/include/postgresql/14/server/utils/elog.h:66:25: note: expanded from macro 'MAKE_SQLSTATE'  (PGSIXBIT(ch4) << 18) + (PGSIXBIT(ch5) << 24)) ^ /usr/include/postgresql/14/server/utils/elog.h:158:37: note: expanded from macro 'ereport' ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: expanded from macro 'ereport_domain'  __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ ^~~~~~~~~~~ collkey_icu.c:71:19: warning: expression result unused [-Wunused-value] ereport(ERROR, (ERRCODE_PROGRAM_LIMIT_EXCEEDED, ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/14/server/utils/errcodes.h:280:40: note: expanded from macro 'ERRCODE_PROGRAM_LIMIT_EXCEEDED' #define ERRCODE_PROGRAM_LIMIT_EXCEEDED MAKE_SQLSTATE('5','4','0','0','0') ^ /usr/include/postgresql/14/server/utils/elog.h:66:25: note: expanded from macro 'MAKE_SQLSTATE' (PGSIXBIT(ch4) << 18) + (PGSIXBIT(ch5) << 24)) ^ /usr/include/postgresql/14/server/utils/elog.h:158:37: note: expanded from macro 'ereport' ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: expanded from macro 'ereport_domain' __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ ^~~~~~~~~~~ collkey_icu.c:164:25: warning: expression result unused [-Wunused-value] ereport(ERROR, (ERRCODE_INVALID_PARAMETER_VALUE, ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/postgresql/14/server/utils/errcodes.h:87:41: note: expanded from macro 'ERRCODE_INVALID_PARAMETER_VALUE' #define ERRCODE_INVALID_PARAMETER_VALUE MAKE_SQLSTATE('2','2','0','2','3') ^ /usr/include/postgresql/14/server/utils/elog.h:66:25: note: expanded from macro 'MAKE_SQLSTATE'  (PGSIXBIT(ch4) << 18) + (PGSIXBIT(ch5) << 24)) ^ /usr/include/postgresql/14/server/utils/elog.h:158:37: note: expanded from macro 'ereport' ereport_domain(elevel, TEXTDOMAIN, __VA_ARGS__) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/postgresql/14/server/utils/elog.h:141:4: note: expanded from macro 'ereport_domain' __VA_ARGS__, errfinish(__FILE__, __LINE__, PG_FUNCNAME_MACRO); \ ^~~~~~~~~~~ collkey_icu.c:187:7: warning: passing 'char []' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] VARDATA(output), output_length - 1 + 4); ^~~~~~~~~~~~~~~ /usr/include/postgresql/14/server/postgres.h:315:27: note: expanded from macro 'VARDATA' #define VARDATA(PTR) VARDATA_4B(PTR) ^~~~~~~~~~~~~~~ /usr/include/postgresql/14/server/postgres.h:281:26: note: expanded from macro 'VARDATA_4B' #define VARDATA_4B(PTR) (((varattrib_4b *) (PTR))->va_4byte.va_data) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/unicode/ucol.h:1021:25: note: passing argument to parameter 'result' here uint8_t *result, ^ 5 warnings generated. make: icu-config: No such file or directory /bin/mkdir -p '/usr/lib/postgresql/14/lib' /bin/mkdir -p '/usr/share/postgresql/14/extension' /bin/mkdir -p '/usr/share/postgresql/14/extension' /usr/bin/install -c -m 755 collkey_icu.so '/usr/lib/postgresql/14/lib/collkey_icu.so' /usr/bin/install -c -m 644 .//pg_collkey.control '/usr/share/postgresql/14/extension/' /usr/bin/install -c -m 644 .//collkey_icu.sql '/usr/share/postgresql/14/extension/' /bin/mkdir -p '/usr/lib/postgresql/14/lib/bitcode/collkey_icu' /bin/mkdir -p '/usr/lib/postgresql/14/lib/bitcode'/collkey_icu/ /usr/bin/install -c -m 644 collkey_icu.bc '/usr/lib/postgresql/14/lib/bitcode'/collkey_icu/./ cd '/usr/lib/postgresql/14/lib/bitcode' && /usr/lib/llvm-11/bin/llvm-lto -thinlto -thinlto-action=thinlink -o collkey_icu.index.bc collkey_icu/collkey_icu.bc '/root/pg_collkey-0.5.1/pg_collkey--0.5.1.sql' -> '/usr/share/postgresql/14/extension/pg_collkey--0.5.1.sql' (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24864 files and directories currently installed.) Removing build-essential (12.9) ... Removing pgxnclient (1.3.2-2.pgdg110+1) ... Removing ca-certificates (20210119) ... Removing dangling symlinks from /etc/ssl/certs... done. Removing libicu-dev:amd64 (67.1-7) ... Removing postgresql-server-dev-14 (14.5-2.pgdg110+2) ... Removing unzip (6.0-26+deb11u1) ... Removing intermediate container 8f1444f0dbd7 ---> 1513c9565c96 Successfully built 1513c9565c96 Successfully tagged canvas-lms_postgres:latest Building webpack Sending build context to Docker daemon 219.1MB Step 1/27 : ARG RUBY=2.7 Step 2/27 : FROM instructure/ruby-passenger:$RUBY 2.7: Pulling from instructure/ruby-passenger eaead16dc43b: Pulling fs layer 0a471a32bef3: Pulling fs layer 5bc23ba99f36: Pulling fs layer 2c6b147a7c8e: Pulling fs layer 176853b308f9: Pulling fs layer 33933d744031: Pulling fs layer c84c3989a89e: Pulling fs layer 5d12db0338d9: Pulling fs layer 9449ed7329e7: Pulling fs layer 4f4fb700ef54: Pulling fs layer 6ad05e45a7cd: Pulling fs layer 171072a75445: Pulling fs layer 6bf3b6142b5c: Pulling fs layer f6d5b6c8d3e5: Pulling fs layer be36320b35c7: Pulling fs layer 43393a8669d3: Pulling fs layer 28362755894d: Pulling fs layer 176853b308f9: Waiting 33933d744031: Waiting c84c3989a89e: Waiting 5d12db0338d9: Waiting 9449ed7329e7: Waiting 4f4fb700ef54: Waiting 6ad05e45a7cd: Waiting 171072a75445: Waiting 6bf3b6142b5c: Waiting 2c6b147a7c8e: Waiting f6d5b6c8d3e5: Waiting be36320b35c7: Waiting 43393a8669d3: Waiting 28362755894d: Waiting eaead16dc43b: Verifying Checksum eaead16dc43b: Download complete 5bc23ba99f36: Verifying Checksum 5bc23ba99f36: Download complete 0a471a32bef3: Verifying Checksum 0a471a32bef3: Download complete 176853b308f9: Verifying Checksum 176853b308f9: Download complete 2c6b147a7c8e: Verifying Checksum 2c6b147a7c8e: Download complete eaead16dc43b: Pull complete 33933d744031: Verifying Checksum 33933d744031: Download complete c84c3989a89e: Verifying Checksum c84c3989a89e: Download complete 0a471a32bef3: Pull complete 5bc23ba99f36: Pull complete 2c6b147a7c8e: Pull complete 176853b308f9: Pull complete 33933d744031: Pull complete c84c3989a89e: Pull complete 4f4fb700ef54: Download complete 9449ed7329e7: Download complete 6ad05e45a7cd: Download complete 171072a75445: Download complete 6bf3b6142b5c: Verifying Checksum 6bf3b6142b5c: Download complete 5d12db0338d9: Download complete f6d5b6c8d3e5: Verifying Checksum f6d5b6c8d3e5: Download complete be36320b35c7: Verifying Checksum be36320b35c7: Download complete 43393a8669d3: Verifying Checksum 43393a8669d3: Download complete 28362755894d: Verifying Checksum 28362755894d: Download complete 5d12db0338d9: Pull complete 9449ed7329e7: Pull complete 4f4fb700ef54: Pull complete 6ad05e45a7cd: Pull complete 171072a75445: Pull complete 6bf3b6142b5c: Pull complete f6d5b6c8d3e5: Pull complete be36320b35c7: Pull complete 43393a8669d3: Pull complete 28362755894d: Pull complete Digest: sha256:7039e3ba57cb2fe4a4ad101934f3f831549734db93fc9a1ff99518a76fa83685 Status: Downloaded newer image for instructure/ruby-passenger:2.7 ---> 75b00e9b06d6 Step 3/27 : LABEL maintainer="Instructure" ---> Running in fe0f1361c507 Removing intermediate container fe0f1361c507 ---> df22513b029c Step 4/27 : ARG POSTGRES_CLIENT=14 ---> Running in c9f5a1c2bcf9 Removing intermediate container c9f5a1c2bcf9 ---> 12f8fb8f5163 Step 5/27 : ENV APP_HOME /usr/src/app/ ---> Running in f5571f73800b Removing intermediate container f5571f73800b ---> 9c41dd6801ed Step 6/27 : ENV RAILS_ENV development ---> Running in 4911e88dc9d0 Removing intermediate container 4911e88dc9d0 ---> f767c28cd141 Step 7/27 : ENV NGINX_MAX_UPLOAD_SIZE 10g ---> Running in 6a42398946a9 Removing intermediate container 6a42398946a9 ---> 7b05bbe3f626 Step 8/27 : ENV LANG en_US.UTF-8 ---> Running in f13ca28e4cb9 Removing intermediate container f13ca28e4cb9 ---> 858d74fb50bc Step 9/27 : ENV LANGUAGE en_US.UTF-8 ---> Running in 611662da4568 Removing intermediate container 611662da4568 ---> 23fdd5a72704 Step 10/27 : ENV LC_CTYPE en_US.UTF-8 ---> Running in 73063d0c7fd8 Removing intermediate container 73063d0c7fd8 ---> 15eb8cf64fca Step 11/27 : ENV LC_ALL en_US.UTF-8 ---> Running in c6e5409dd240 Removing intermediate container c6e5409dd240 ---> 6fe813db50d7 Step 12/27 : ARG CANVAS_RAILS=6.1 ---> Running in bef20997ada7 Removing intermediate container bef20997ada7 ---> 58d183b3daa3 Step 13/27 : ENV CANVAS_RAILS=${CANVAS_RAILS} ---> Running in c9754ca400b7 Removing intermediate container c9754ca400b7 ---> 59f3e8079d6a Step 14/27 : ENV YARN_VERSION 1.19.1-1 ---> Running in 2b9e62682a93 Removing intermediate container 2b9e62682a93 ---> edf89c00530c Step 15/27 : ENV BUNDLER_VERSION 2.2.17 ---> Running in c5683cc1aded Removing intermediate container c5683cc1aded ---> 447126f6d261 Step 16/27 : ENV GEM_HOME /home/docker/.gem/$RUBY ---> Running in d0518e58e190 Removing intermediate container d0518e58e190 ---> 391a2f3c605c Step 17/27 : ENV PATH $GEM_HOME/bin:$PATH ---> Running in 32476eb34584 Removing intermediate container 32476eb34584 ---> 33917e1aab1d Step 18/27 : ENV BUNDLE_APP_CONFIG /home/docker/.bundle ---> Running in da5041bda5e7 Removing intermediate container da5041bda5e7 ---> 0ba3d9b89a5e Step 19/27 : WORKDIR $APP_HOME ---> Running in ab717032e86e Removing intermediate container ab717032e86e ---> 03a1ea927739 Step 20/27 : USER root ---> Running in e3adaa33098d Removing intermediate container e3adaa33098d ---> f852f1deba2b Step 21/27 : ARG USER_ID ---> Running in ba67ab22a04b Removing intermediate container ba67ab22a04b ---> 4ed94c188f40 Step 22/27 : RUN if [ -n "$USER_ID" ]; then usermod -u "${USER_ID}" docker && chown --from=9999 docker /usr/src/nginx /usr/src/app -R; fi ---> Running in e59b6e79bf82 Removing intermediate container e59b6e79bf82 ---> e5f9ee9d02bc Step 23/27 : RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && printf 'path-exclude /usr/share/doc/*\npath-exclude /usr/share/man/*' > /etc/dpkg/dpkg.cfg.d/01_nodoc && echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update -qq && apt-get install -qqy --no-install-recommends nodejs yarn="$YARN_VERSION" libxmlsec1-dev python3-lxml python-is-python3 libicu-dev libidn11-dev parallel postgresql-client-$POSTGRES_CLIENT unzip pbzip2 fontforge git build-essential && rm -rf /var/lib/apt/lists/* && mkdir -p /home/docker/.gem/ruby/$RUBY_MAJOR.0 ---> Running in 5988811e0274 ## Installing the NodeSource Node.js 16.x repo... ## Populating apt-get cache... + apt-get update Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] Ign:3 https://oss-binaries.phusionpassenger.com/apt/passenger focal InRelease Get:4 https://oss-binaries.phusionpassenger.com/apt/passenger focal Release [3,420 B] Get:5 https://oss-binaries.phusionpassenger.com/apt/passenger focal Release.gpg [833 B] Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [27.5 kB] Get:7 https://oss-binaries.phusionpassenger.com/apt/passenger focal/main amd64 Packages [13.8 kB] Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [926 kB] Get:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,655 kB] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,267 kB] Get:14 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1,275 kB] Get:16 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [37.7 kB] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,224 kB] Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1,772 kB] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,737 kB] Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Get:22 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [27.5 kB] Fetched 24.2 MB in 6s (4,085 kB/s) Reading package lists... ## Confirming "focal" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_16.x/dists/focal/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null ## Creating apt sources list file for the NodeSource Node.js 16.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x focal main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x focal main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Get:1 https://deb.nodesource.com/node_16.x focal InRelease [4,583 B] Get:2 https://deb.nodesource.com/node_16.x focal/main amd64 Packages [774 B] Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease Ign:6 https://oss-binaries.phusionpassenger.com/apt/passenger focal InRelease Hit:7 https://oss-binaries.phusionpassenger.com/apt/passenger focal Release Hit:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease Fetched 5,357 B in 2s (2,634 B/s) Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 16.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn Warning: apt-key output should not be parsed (stdout is not a terminal) OK Warning: apt-key output should not be parsed (stdout is not a terminal) OK debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package xkb-data. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 48336 files and directories currently installed.) Preparing to unpack .../00-xkb-data_2.29-2_all.deb ... Unpacking xkb-data (2.29-2) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../01-gtk-update-icon-cache_3.24.20-0ubuntu1.1_amd64.deb ... No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. Unpacking gtk-update-icon-cache (3.24.20-0ubuntu1.1) ... Selecting previously unselected package humanity-icon-theme. Preparing to unpack .../02-humanity-icon-theme_0.6.15_all.deb ... Unpacking humanity-icon-theme (0.6.15) ... Selecting previously unselected package ubuntu-mono. Preparing to unpack .../03-ubuntu-mono_19.04-0ubuntu3_all.deb ... Unpacking ubuntu-mono (19.04-0ubuntu3) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../04-adwaita-icon-theme_3.36.1-2ubuntu0.20.04.2_all.deb ... Unpacking adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ... Selecting previously unselected package libstdc++-9-dev:amd64. Preparing to unpack .../05-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... Selecting previously unselected package g++-9. Preparing to unpack .../06-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ... Selecting previously unselected package g++. Preparing to unpack .../07-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking g++ (4:9.3.0-1ubuntu2) ... Selecting previously unselected package patch. Preparing to unpack .../08-patch_2.7.6-6_amd64.deb ... Unpacking patch (2.7.6-6) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../09-dpkg-dev_1.19.7ubuntu3.2_all.deb ... Unpacking dpkg-dev (1.19.7ubuntu3.2) ... Selecting previously unselected package build-essential. Preparing to unpack .../10-build-essential_12.8ubuntu1.1_amd64.deb ... Unpacking build-essential (12.8ubuntu1.1) ... Selecting previously unselected package fontforge-common. Preparing to unpack .../11-fontforge-common_1%3a20190801~dfsg-4_all.deb ... Unpacking fontforge-common (1:20190801~dfsg-4) ... Selecting previously unselected package libgif7:amd64. Preparing to unpack .../12-libgif7_5.1.9-1_amd64.deb ... Unpacking libgif7:amd64 (5.1.9-1) ... Selecting previously unselected package libpython3.8:amd64. Preparing to unpack .../13-libpython3.8_3.8.10-0ubuntu1~20.04.5_amd64.deb ... Unpacking libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.5) ... Selecting previously unselected package libspiro1:amd64. Preparing to unpack .../14-libspiro1_1%3a20190731-2_amd64.deb ... Unpacking libspiro1:amd64 (1:20190731-2) ... Selecting previously unselected package libuninameslist1:amd64. Preparing to unpack .../15-libuninameslist1_20190701-1_amd64.deb ... Unpacking libuninameslist1:amd64 (20190701-1) ... Selecting previously unselected package libfontforge3. Preparing to unpack .../16-libfontforge3_1%3a20190801~dfsg-4_amd64.deb ... Unpacking libfontforge3 (1:20190801~dfsg-4) ... Selecting previously unselected package libatk1.0-data. Preparing to unpack .../17-libatk1.0-data_2.35.1-1ubuntu2_all.deb ... Unpacking libatk1.0-data (2.35.1-1ubuntu2) ... Selecting previously unselected package libatk1.0-0:amd64. Preparing to unpack .../18-libatk1.0-0_2.35.1-1ubuntu2_amd64.deb ... Unpacking libatk1.0-0:amd64 (2.35.1-1ubuntu2) ... Selecting previously unselected package libatspi2.0-0:amd64. Preparing to unpack .../19-libatspi2.0-0_2.36.0-2_amd64.deb ... Unpacking libatspi2.0-0:amd64 (2.36.0-2) ... Selecting previously unselected package libatk-bridge2.0-0:amd64. Preparing to unpack .../20-libatk-bridge2.0-0_2.34.2-0ubuntu2~20.04.1_amd64.deb ... Unpacking libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../21-libcolord2_1.4.4-2_amd64.deb ... Unpacking libcolord2:amd64 (1.4.4-2) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../22-libepoxy0_1.5.4-1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.4-1) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../23-libjson-glib-1.0-common_1.4.4-2ubuntu2_all.deb ... Unpacking libjson-glib-1.0-common (1.4.4-2ubuntu2) ... Selecting previously unselected package libjson-glib-1.0-0:amd64. Preparing to unpack .../24-libjson-glib-1.0-0_1.4.4-2ubuntu2_amd64.deb ... Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2ubuntu2) ... Selecting previously unselected package libsoup-gnome2.4-1:amd64. Preparing to unpack .../25-libsoup-gnome2.4-1_2.70.0-1_amd64.deb ... Unpacking libsoup-gnome2.4-1:amd64 (2.70.0-1) ... Selecting previously unselected package librest-0.7-0:amd64. Preparing to unpack .../26-librest-0.7-0_0.8.1-1_amd64.deb ... Unpacking librest-0.7-0:amd64 (0.8.1-1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../27-libwayland-client0_1.18.0-1ubuntu0.1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../28-libwayland-cursor0_1.18.0-1ubuntu0.1_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ... Selecting previously unselected package libwayland-egl1:amd64. Preparing to unpack .../29-libwayland-egl1_1.18.0-1ubuntu0.1_amd64.deb ... Unpacking libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../30-libxcomposite1_1%3a0.4.5-1_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.5-1) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../31-libxfixes3_1%3a5.0.3-2_amd64.deb ... Unpacking libxfixes3:amd64 (1:5.0.3-2) ... Selecting previously unselected package libxcursor1:amd64. Preparing to unpack .../32-libxcursor1_1%3a1.2.0-2_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.2.0-2) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../33-libxdamage1_1%3a1.1.5-2_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.5-2) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../34-libxi6_2%3a1.7.10-0ubuntu1_amd64.deb ... Unpacking libxi6:amd64 (2:1.7.10-0ubuntu1) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../35-libxinerama1_2%3a1.1.4-2_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.4-2) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../36-libxkbcommon0_0.10.0-1_amd64.deb ... Unpacking libxkbcommon0:amd64 (0.10.0-1) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../37-libxrandr2_2%3a1.5.2-0ubuntu1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.2-0ubuntu1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../38-libgtk-3-common_3.24.20-0ubuntu1.1_all.deb ... Unpacking libgtk-3-common (3.24.20-0ubuntu1.1) ... Selecting previously unselected package libgtk-3-0:amd64. Preparing to unpack .../39-libgtk-3-0_3.24.20-0ubuntu1.1_amd64.deb ... Unpacking libgtk-3-0:amd64 (3.24.20-0ubuntu1.1) ... Selecting previously unselected package libgdraw6. Preparing to unpack .../40-libgdraw6_1%3a20190801~dfsg-4_amd64.deb ... Unpacking libgdraw6 (1:20190801~dfsg-4) ... Selecting previously unselected package fontforge. Preparing to unpack .../41-fontforge_1%3a20190801~dfsg-4_amd64.deb ... Unpacking fontforge (1:20190801~dfsg-4) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../42-libcurl3-gnutls_7.68.0-1ubuntu2.14_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.14) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../43-liberror-perl_0.17029-1_all.deb ... Unpacking liberror-perl (0.17029-1) ... Selecting previously unselected package git-man. Preparing to unpack .../44-git-man_1%3a2.25.1-1ubuntu3.6_all.deb ... Unpacking git-man (1:2.25.1-1ubuntu3.6) ... Selecting previously unselected package git. Preparing to unpack .../45-git_1%3a2.25.1-1ubuntu3.6_amd64.deb ... Unpacking git (1:2.25.1-1ubuntu3.6) ... Selecting previously unselected package libgpg-error-dev. Preparing to unpack .../46-libgpg-error-dev_1.37-1_amd64.deb ... Unpacking libgpg-error-dev (1.37-1) ... Selecting previously unselected package libgcrypt20-dev. Preparing to unpack .../47-libgcrypt20-dev_1.8.5-5ubuntu1.1_amd64.deb ... Unpacking libgcrypt20-dev (1.8.5-5ubuntu1.1) ... Selecting previously unselected package libgnutls-openssl27:amd64. Preparing to unpack .../48-libgnutls-openssl27_3.6.13-2ubuntu1.7_amd64.deb ... Unpacking libgnutls-openssl27:amd64 (3.6.13-2ubuntu1.7) ... Selecting previously unselected package libunbound8:amd64. Preparing to unpack .../49-libunbound8_1.9.4-2ubuntu1.3_amd64.deb ... Unpacking libunbound8:amd64 (1.9.4-2ubuntu1.3) ... Selecting previously unselected package libgnutls-dane0:amd64. Preparing to unpack .../50-libgnutls-dane0_3.6.13-2ubuntu1.7_amd64.deb ... Unpacking libgnutls-dane0:amd64 (3.6.13-2ubuntu1.7) ... Selecting previously unselected package libgnutlsxx28:amd64. Preparing to unpack .../51-libgnutlsxx28_3.6.13-2ubuntu1.7_amd64.deb ... Unpacking libgnutlsxx28:amd64 (3.6.13-2ubuntu1.7) ... Selecting previously unselected package libidn2-dev:amd64. Preparing to unpack .../52-libidn2-dev_2.2.0-2_amd64.deb ... Unpacking libidn2-dev:amd64 (2.2.0-2) ... Selecting previously unselected package libp11-kit-dev:amd64. Preparing to unpack .../53-libp11-kit-dev_0.23.20-1ubuntu0.1_amd64.deb ... Unpacking libp11-kit-dev:amd64 (0.23.20-1ubuntu0.1) ... Selecting previously unselected package libtasn1-6-dev:amd64. Preparing to unpack .../54-libtasn1-6-dev_4.16.0-2_amd64.deb ... Unpacking libtasn1-6-dev:amd64 (4.16.0-2) ... Selecting previously unselected package nettle-dev:amd64. Preparing to unpack .../55-nettle-dev_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... Unpacking nettle-dev:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... Selecting previously unselected package libgnutls28-dev:amd64. Preparing to unpack .../56-libgnutls28-dev_3.6.13-2ubuntu1.7_amd64.deb ... Unpacking libgnutls28-dev:amd64 (3.6.13-2ubuntu1.7) ... Selecting previously unselected package libidn11-dev:amd64. Preparing to unpack .../57-libidn11-dev_1.33-2.2ubuntu2_amd64.deb ... Unpacking libidn11-dev:amd64 (1.33-2.2ubuntu2) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../58-libnspr4_2%3a4.25-1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.25-1) ... Selecting previously unselected package libnspr4-dev. Preparing to unpack .../59-libnspr4-dev_2%3a4.25-1_amd64.deb ... Unpacking libnspr4-dev (2:4.25-1) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../60-libnss3_2%3a3.49.1-1ubuntu1.8_amd64.deb ... Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... Selecting previously unselected package libnss3-dev:amd64. Preparing to unpack .../61-libnss3-dev_2%3a3.49.1-1ubuntu1.8_amd64.deb ... Unpacking libnss3-dev:amd64 (2:3.49.1-1ubuntu1.8) ... Preparing to unpack .../62-libpq-dev_15.0-1.pgdg20.04+1_amd64.deb ... Unpacking libpq-dev (15.0-1.pgdg20.04+1) over (12.12-0ubuntu0.20.04.1) ... Preparing to unpack .../63-libpq5_15.0-1.pgdg20.04+1_amd64.deb ... Unpacking libpq5:amd64 (15.0-1.pgdg20.04+1) over (12.12-0ubuntu0.20.04.1) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../64-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package libsensors5:amd64. Preparing to unpack .../65-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ... Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package libxmlsec1:amd64. Preparing to unpack .../66-libxmlsec1_1.2.28-2_amd64.deb ... Unpacking libxmlsec1:amd64 (1.2.28-2) ... Selecting previously unselected package libxmlsec1-gcrypt:amd64. Preparing to unpack .../67-libxmlsec1-gcrypt_1.2.28-2_amd64.deb ... Unpacking libxmlsec1-gcrypt:amd64 (1.2.28-2) ... Selecting previously unselected package libxmlsec1-gnutls:amd64. Preparing to unpack .../68-libxmlsec1-gnutls_1.2.28-2_amd64.deb ... Unpacking libxmlsec1-gnutls:amd64 (1.2.28-2) ... Selecting previously unselected package libxmlsec1-nss:amd64. Preparing to unpack .../69-libxmlsec1-nss_1.2.28-2_amd64.deb ... Unpacking libxmlsec1-nss:amd64 (1.2.28-2) ... Selecting previously unselected package libxmlsec1-openssl:amd64. Preparing to unpack .../70-libxmlsec1-openssl_1.2.28-2_amd64.deb ... Unpacking libxmlsec1-openssl:amd64 (1.2.28-2) ... Selecting previously unselected package libxmlsec1-dev. Preparing to unpack .../71-libxmlsec1-dev_1.2.28-2_amd64.deb ... Unpacking libxmlsec1-dev (1.2.28-2) ... Selecting previously unselected package nodejs. Preparing to unpack .../72-nodejs_16.18.1-deb-1nodesource1_amd64.deb ... Unpacking nodejs (16.18.1-deb-1nodesource1) ... Selecting previously unselected package pbzip2. Preparing to unpack .../73-pbzip2_1.1.13-1build1_amd64.deb ... Unpacking pbzip2 (1.1.13-1build1) ... Selecting previously unselected package pgdg-keyring. Preparing to unpack .../74-pgdg-keyring_2018.2_all.deb ... Unpacking pgdg-keyring (2018.2) ... Selecting previously unselected package postgresql-client-common. Preparing to unpack .../75-postgresql-client-common_244.pgdg20.04+1_all.deb ... Unpacking postgresql-client-common (244.pgdg20.04+1) ... Selecting previously unselected package postgresql-client-14. Preparing to unpack .../76-postgresql-client-14_14.5-2.pgdg20.04+2_amd64.deb ... Unpacking postgresql-client-14 (14.5-2.pgdg20.04+2) ... Selecting previously unselected package python-is-python3. Preparing to unpack .../77-python-is-python3_3.8.2-4_all.deb ... Unpacking python-is-python3 (3.8.2-4) ... Selecting previously unselected package python3-lxml:amd64. Preparing to unpack .../78-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... Selecting previously unselected package sysstat. Preparing to unpack .../79-sysstat_12.2.0-2ubuntu0.1_amd64.deb ... Unpacking sysstat (12.2.0-2ubuntu0.1) ... Selecting previously unselected package yarn. Preparing to unpack .../80-yarn_1.19.1-1_all.deb ... Unpacking yarn (1.19.1-1) ... Selecting previously unselected package parallel. Preparing to unpack .../81-parallel_20161222-1.1_all.deb ... Adding 'diversion of /usr/bin/parallel to /usr/bin/parallel.moreutils by parallel' Adding 'diversion of /usr/share/man/man1/parallel.1.gz to /usr/share/man/man1/parallel.moreutils.1.gz by parallel' Unpacking parallel (20161222-1.1) ... Setting up pgdg-keyring (2018.2) ... Removing apt.postgresql.org key from trusted.gpg: OK Setting up gtk-update-icon-cache (3.24.20-0ubuntu1.1) ... Setting up libidn11-dev:amd64 (1.33-2.2ubuntu2) ... Setting up libgnutls-openssl27:amd64 (3.6.13-2ubuntu1.7) ... Setting up libxdamage1:amd64 (1:1.1.5-2) ... Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... Setting up libxi6:amd64 (2:1.7.10-0ubuntu1) ... Setting up nettle-dev:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... Setting up libspiro1:amd64 (1:20190731-2) ... Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... Setting up libpq5:amd64 (15.0-1.pgdg20.04+1) ... Setting up xkb-data (2.29-2) ... Setting up libpq-dev (15.0-1.pgdg20.04+1) ... Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.14) ... Setting up fontforge-common (1:20190801~dfsg-4) ... Setting up libatspi2.0-0:amd64 (2.36.0-2) ... Setting up nodejs (16.18.1-deb-1nodesource1) ... Setting up pbzip2 (1.1.13-1build1) ... Setting up libcolord2:amd64 (1.4.4-2) ... Setting up liberror-perl (0.17029-1) ... Setting up libunbound8:amd64 (1.9.4-2ubuntu1.3) ... Setting up libgpg-error-dev (1.37-1) ... Setting up libepoxy0:amd64 (1.5.4-1) ... Setting up libnspr4:amd64 (2:4.25-1) ... Setting up libxfixes3:amd64 (1:5.0.3-2) ... Setting up libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.5) ... Setting up libxinerama1:amd64 (2:1.1.4-2) ... Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ... Setting up patch (2.7.6-6) ... Setting up libgnutlsxx28:amd64 (3.6.13-2ubuntu1.7) ... Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... Setting up libidn2-dev:amd64 (2.2.0-2) ... Setting up libgif7:amd64 (5.1.9-1) ... Setting up libatk1.0-data (2.35.1-1ubuntu2) ... Setting up g++ (4:9.3.0-1ubuntu2) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist Setting up libuninameslist1:amd64 (20190701-1) ... Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... Setting up git-man (1:2.25.1-1ubuntu3.6) ... Setting up libjson-glib-1.0-common (1.4.4-2ubuntu2) ... Setting up libfontforge3 (1:20190801~dfsg-4) ... Setting up libatk1.0-0:amd64 (2.35.1-1ubuntu2) ... Setting up libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ... Setting up yarn (1.19.1-1) ... Setting up libxmlsec1:amd64 (1.2.28-2) ... Setting up libsoup-gnome2.4-1:amd64 (2.70.0-1) ... Setting up libtasn1-6-dev:amd64 (4.16.0-2) ... Setting up python-is-python3 (3.8.2-4) ... Setting up libxcomposite1:amd64 (1:0.4.5-1) ... Setting up sysstat (12.2.0-2ubuntu0.1) ... Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/sar.1.gz because associated file /usr/share/man/man1/sar.sysstat.1.gz (of link group sar) doesn't exist Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service → /lib/systemd/system/sysstat.service. Setting up libgtk-3-common (3.24.20-0ubuntu1.1) ... Setting up libp11-kit-dev:amd64 (0.23.20-1ubuntu0.1) ... Setting up libxkbcommon0:amd64 (0.10.0-1) ... Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ... Setting up postgresql-client-common (244.pgdg20.04+1) ... Setting up libnspr4-dev (2:4.25-1) ... Setting up librest-0.7-0:amd64 (0.8.1-1) ... Setting up libgnutls-dane0:amd64 (3.6.13-2ubuntu1.7) ... Setting up libxmlsec1-openssl:amd64 (1.2.28-2) ... Setting up libxcursor1:amd64 (1:1.2.0-2) ... Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... Setting up postgresql-client-14 (14.5-2.pgdg20.04+2) ... update-alternatives: using /usr/share/postgresql/14/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode Setting up dpkg-dev (1.19.7ubuntu3.2) ... Setting up libjson-glib-1.0-0:amd64 (1.4.4-2ubuntu2) ... Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ... Setting up libgcrypt20-dev (1.8.5-5ubuntu1.1) ... Setting up libxmlsec1-gcrypt:amd64 (1.2.28-2) ... Setting up git (1:2.25.1-1ubuntu3.6) ... Setting up parallel (20161222-1.1) ... Setting up libxmlsec1-nss:amd64 (1.2.28-2) ... Setting up libnss3-dev:amd64 (2:3.49.1-1ubuntu1.8) ... Setting up libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ... Setting up build-essential (12.8ubuntu1.1) ... Setting up libxmlsec1-gnutls:amd64 (1.2.28-2) ... Setting up libgnutls28-dev:amd64 (3.6.13-2ubuntu1.7) ... Setting up libxmlsec1-dev (1.2.28-2) ... Setting up adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Setting up humanity-icon-theme (0.6.15) ... Setting up ubuntu-mono (19.04-0ubuntu3) ... Processing triggers for systemd (245.4-4ubuntu3.18) ... Processing triggers for shared-mime-info (1.15-1) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... Setting up libgtk-3-0:amd64 (3.24.20-0ubuntu1.1) ... Processing triggers for libc-bin (2.31-0ubuntu9.9) ... Setting up libgdraw6 (1:20190801~dfsg-4) ... Setting up fontforge (1:20190801~dfsg-4) ... Processing triggers for libc-bin (2.31-0ubuntu9.9) ... Removing intermediate container 5988811e0274 ---> 0da34edb7947 Step 24/27 : RUN if [ -e /var/lib/gems/$RUBY_MAJOR.0/gems/bundler-* ]; then BUNDLER_INSTALL="-i /var/lib/gems/$RUBY_MAJOR.0"; fi && gem uninstall --all --ignore-dependencies --force $BUNDLER_INSTALL bundler && gem install bundler --no-document -v $BUNDLER_VERSION && find $GEM_HOME ! -user docker | xargs chown docker:docker ---> Running in fe74afb76aa1 Gem bundler-2.2.6 cannot be uninstalled because it is a default gem Removing bundle Removing bundler Successfully uninstalled bundler-2.2.6 Successfully installed bundler-2.2.17 1 gem installed Removing intermediate container fe74afb76aa1 ---> f095d5224abe Step 25/27 : RUN npm install -g npm@latest && npm cache clean --force ---> Running in bf88cc8f5837 changed 19 packages, and audited 212 packages in 7s 11 packages are looking for funding run `npm fund` for details found 0 vulnerabilities npm WARN using --force Recommended protections disabled. Removing intermediate container bf88cc8f5837 ---> 7801231c8e99 Step 26/27 : USER docker ---> Running in 99c751eb2321 Removing intermediate container 99c751eb2321 ---> 2f28004682d8 Step 27/27 : RUN set -eux; mkdir -p .yardoc app/stylesheets/brandable_css_brands app/views/info config/locales/generated log node_modules packages/canvas-media/es packages/canvas-media/lib packages/canvas-media/node_modules packages/canvas-planner/lib packages/canvas-planner/node_modules packages/canvas-rce/canvas packages/canvas-rce/lib packages/canvas-rce/node_modules packages/jest-moxios-utils/node_modules packages/js-utils/es packages/js-utils/lib packages/js-utils/node_modules packages/k5uploader/es packages/k5uploader/lib packages/k5uploader/node_modules packages/old-copy-of-react-14-that-is-just-here-so-if-analytics-is-checked-out-it-doesnt-change-yarn.lock/node_modules pacts public/dist public/doc/api public/javascripts/translations reports tmp /home/docker/.bundle/ /home/docker/.cache/yarn /home/docker/.gem/ ---> Running in 27e9a830078e + mkdir -p .yardoc app/stylesheets/brandable_css_brands app/views/info config/locales/generated log node_modules packages/canvas-media/es packages/canvas-media/lib packages/canvas-media/node_modules packages/canvas-planner/lib packages/canvas-planner/node_modules packages/canvas-rce/canvas packages/canvas-rce/lib packages/canvas-rce/node_modules packages/jest-moxios-utils/node_modules packages/js-utils/es packages/js-utils/lib packages/js-utils/node_modules packages/k5uploader/es packages/k5uploader/lib packages/k5uploader/node_modules packages/old-copy-of-react-14-that-is-just-here-so-if-analytics-is-checked-out-it-doesnt-change-yarn.lock/node_modules pacts public/dist public/doc/api public/javascripts/translations reports tmp /home/docker/.bundle/ /home/docker/.cache/yarn /home/docker/.gem/ Removing intermediate container 27e9a830078e ---> b77035e03d88 Successfully built b77035e03d88 Successfully tagged canvas-lms_webpack:latest Building jobs Sending build context to Docker daemon 219.1MB Step 1/27 : ARG RUBY=2.7 Step 2/27 : FROM instructure/ruby-passenger:$RUBY 2.7: Pulling from instructure/ruby-passenger Digest: sha256:7039e3ba57cb2fe4a4ad101934f3f831549734db93fc9a1ff99518a76fa83685 Status: Image is up to date for instructure/ruby-passenger:2.7 ---> 75b00e9b06d6 Step 3/27 : LABEL maintainer="Instructure" ---> Using cache ---> df22513b029c Step 4/27 : ARG POSTGRES_CLIENT=14 ---> Using cache ---> 12f8fb8f5163 Step 5/27 : ENV APP_HOME /usr/src/app/ ---> Using cache ---> 9c41dd6801ed Step 6/27 : ENV RAILS_ENV development ---> Using cache ---> f767c28cd141 Step 7/27 : ENV NGINX_MAX_UPLOAD_SIZE 10g ---> Using cache ---> 7b05bbe3f626 Step 8/27 : ENV LANG en_US.UTF-8 ---> Using cache ---> 858d74fb50bc Step 9/27 : ENV LANGUAGE en_US.UTF-8 ---> Using cache ---> 23fdd5a72704 Step 10/27 : ENV LC_CTYPE en_US.UTF-8 ---> Using cache ---> 15eb8cf64fca Step 11/27 : ENV LC_ALL en_US.UTF-8 ---> Using cache ---> 6fe813db50d7 Step 12/27 : ARG CANVAS_RAILS=6.1 ---> Using cache ---> 58d183b3daa3 Step 13/27 : ENV CANVAS_RAILS=${CANVAS_RAILS} ---> Using cache ---> 59f3e8079d6a Step 14/27 : ENV YARN_VERSION 1.19.1-1 ---> Using cache ---> edf89c00530c Step 15/27 : ENV BUNDLER_VERSION 2.2.17 ---> Using cache ---> 447126f6d261 Step 16/27 : ENV GEM_HOME /home/docker/.gem/$RUBY ---> Using cache ---> 391a2f3c605c Step 17/27 : ENV PATH $GEM_HOME/bin:$PATH ---> Using cache ---> 33917e1aab1d Step 18/27 : ENV BUNDLE_APP_CONFIG /home/docker/.bundle ---> Using cache ---> 0ba3d9b89a5e Step 19/27 : WORKDIR $APP_HOME ---> Using cache ---> 03a1ea927739 Step 20/27 : USER root ---> Using cache ---> f852f1deba2b Step 21/27 : ARG USER_ID ---> Using cache ---> 4ed94c188f40 Step 22/27 : RUN if [ -n "$USER_ID" ]; then usermod -u "${USER_ID}" docker && chown --from=9999 docker /usr/src/nginx /usr/src/app -R; fi ---> Using cache ---> e5f9ee9d02bc Step 23/27 : RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && printf 'path-exclude /usr/share/doc/*\npath-exclude /usr/share/man/*' > /etc/dpkg/dpkg.cfg.d/01_nodoc && echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update -qq && apt-get install -qqy --no-install-recommends nodejs yarn="$YARN_VERSION" libxmlsec1-dev python3-lxml python-is-python3 libicu-dev libidn11-dev parallel postgresql-client-$POSTGRES_CLIENT unzip pbzip2 fontforge git build-essential && rm -rf /var/lib/apt/lists/* && mkdir -p /home/docker/.gem/ruby/$RUBY_MAJOR.0 ---> Using cache ---> 0da34edb7947 Step 24/27 : RUN if [ -e /var/lib/gems/$RUBY_MAJOR.0/gems/bundler-* ]; then BUNDLER_INSTALL="-i /var/lib/gems/$RUBY_MAJOR.0"; fi && gem uninstall --all --ignore-dependencies --force $BUNDLER_INSTALL bundler && gem install bundler --no-document -v $BUNDLER_VERSION && find $GEM_HOME ! -user docker | xargs chown docker:docker ---> Using cache ---> f095d5224abe Step 25/27 : RUN npm install -g npm@latest && npm cache clean --force ---> Using cache ---> 7801231c8e99 Step 26/27 : USER docker ---> Using cache ---> 2f28004682d8 Step 27/27 : RUN set -eux; mkdir -p .yardoc app/stylesheets/brandable_css_brands app/views/info config/locales/generated log node_modules packages/canvas-media/es packages/canvas-media/lib packages/canvas-media/node_modules packages/canvas-planner/lib packages/canvas-planner/node_modules packages/canvas-rce/canvas packages/canvas-rce/lib packages/canvas-rce/node_modules packages/jest-moxios-utils/node_modules packages/js-utils/es packages/js-utils/lib packages/js-utils/node_modules packages/k5uploader/es packages/k5uploader/lib packages/k5uploader/node_modules packages/old-copy-of-react-14-that-is-just-here-so-if-analytics-is-checked-out-it-doesnt-change-yarn.lock/node_modules pacts public/dist public/doc/api public/javascripts/translations reports tmp /home/docker/.bundle/ /home/docker/.cache/yarn /home/docker/.gem/ ---> Using cache ---> b77035e03d88 Successfully built b77035e03d88 Successfully tagged canvas-lms_jobs:latest Building githook_installer Sending build context to Docker daemon 219.1MB Step 1/2 : FROM busybox:latest latest: Pulling from library/busybox 22b70bddd3ac: Pulling fs layer 22b70bddd3ac: Verifying Checksum 22b70bddd3ac: Download complete 22b70bddd3ac: Pull complete Digest: sha256:6bdd92bf5240be1b5f3bf71324f5e371fe59f0e153b27fa1f1620f78ba16963c Status: Downloaded newer image for busybox:latest ---> bc01a3326866 Step 2/2 : ENTRYPOINT /tmp/script/install_hooks /tmp/ ---> Running in 9ae6515ca398 Removing intermediate container 9ae6515ca398 ---> 2547145e7467 Successfully built 2547145e7467 Successfully tagged canvas-lms_githook_installer:latest Building web Sending build context to Docker daemon 219.1MB Step 1/27 : ARG RUBY=2.7 Step 2/27 : FROM instructure/ruby-passenger:$RUBY 2.7: Pulling from instructure/ruby-passenger Digest: sha256:7039e3ba57cb2fe4a4ad101934f3f831549734db93fc9a1ff99518a76fa83685 Status: Image is up to date for instructure/ruby-passenger:2.7 ---> 75b00e9b06d6 Step 3/27 : LABEL maintainer="Instructure" ---> Using cache ---> df22513b029c Step 4/27 : ARG POSTGRES_CLIENT=14 ---> Using cache ---> 12f8fb8f5163 Step 5/27 : ENV APP_HOME /usr/src/app/ ---> Using cache ---> 9c41dd6801ed Step 6/27 : ENV RAILS_ENV development ---> Using cache ---> f767c28cd141 Step 7/27 : ENV NGINX_MAX_UPLOAD_SIZE 10g ---> Using cache ---> 7b05bbe3f626 Step 8/27 : ENV LANG en_US.UTF-8 ---> Using cache ---> 858d74fb50bc Step 9/27 : ENV LANGUAGE en_US.UTF-8 ---> Using cache ---> 23fdd5a72704 Step 10/27 : ENV LC_CTYPE en_US.UTF-8 ---> Using cache ---> 15eb8cf64fca Step 11/27 : ENV LC_ALL en_US.UTF-8 ---> Using cache ---> 6fe813db50d7 Step 12/27 : ARG CANVAS_RAILS=6.1 ---> Using cache ---> 58d183b3daa3 Step 13/27 : ENV CANVAS_RAILS=${CANVAS_RAILS} ---> Using cache ---> 59f3e8079d6a Step 14/27 : ENV YARN_VERSION 1.19.1-1 ---> Using cache ---> edf89c00530c Step 15/27 : ENV BUNDLER_VERSION 2.2.17 ---> Using cache ---> 447126f6d261 Step 16/27 : ENV GEM_HOME /home/docker/.gem/$RUBY ---> Using cache ---> 391a2f3c605c Step 17/27 : ENV PATH $GEM_HOME/bin:$PATH ---> Using cache ---> 33917e1aab1d Step 18/27 : ENV BUNDLE_APP_CONFIG /home/docker/.bundle ---> Using cache ---> 0ba3d9b89a5e Step 19/27 : WORKDIR $APP_HOME ---> Using cache ---> 03a1ea927739 Step 20/27 : USER root ---> Using cache ---> f852f1deba2b Step 21/27 : ARG USER_ID ---> Using cache ---> 4ed94c188f40 Step 22/27 : RUN if [ -n "$USER_ID" ]; then usermod -u "${USER_ID}" docker && chown --from=9999 docker /usr/src/nginx /usr/src/app -R; fi ---> Using cache ---> e5f9ee9d02bc Step 23/27 : RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && printf 'path-exclude /usr/share/doc/*\npath-exclude /usr/share/man/*' > /etc/dpkg/dpkg.cfg.d/01_nodoc && echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && apt-get update -qq && apt-get install -qqy --no-install-recommends nodejs yarn="$YARN_VERSION" libxmlsec1-dev python3-lxml python-is-python3 libicu-dev libidn11-dev parallel postgresql-client-$POSTGRES_CLIENT unzip pbzip2 fontforge git build-essential && rm -rf /var/lib/apt/lists/* && mkdir -p /home/docker/.gem/ruby/$RUBY_MAJOR.0 ---> Using cache ---> 0da34edb7947 Step 24/27 : RUN if [ -e /var/lib/gems/$RUBY_MAJOR.0/gems/bundler-* ]; then BUNDLER_INSTALL="-i /var/lib/gems/$RUBY_MAJOR.0"; fi && gem uninstall --all --ignore-dependencies --force $BUNDLER_INSTALL bundler && gem install bundler --no-document -v $BUNDLER_VERSION && find $GEM_HOME ! -user docker | xargs chown docker:docker ---> Using cache ---> f095d5224abe Step 25/27 : RUN npm install -g npm@latest && npm cache clean --force ---> Using cache ---> 7801231c8e99 Step 26/27 : USER docker ---> Using cache ---> 2f28004682d8 Step 27/27 : RUN set -eux; mkdir -p .yardoc app/stylesheets/brandable_css_brands app/views/info config/locales/generated log node_modules packages/canvas-media/es packages/canvas-media/lib packages/canvas-media/node_modules packages/canvas-planner/lib packages/canvas-planner/node_modules packages/canvas-rce/canvas packages/canvas-rce/lib packages/canvas-rce/node_modules packages/jest-moxios-utils/node_modules packages/js-utils/es packages/js-utils/lib packages/js-utils/node_modules packages/k5uploader/es packages/k5uploader/lib packages/k5uploader/node_modules packages/old-copy-of-react-14-that-is-just-here-so-if-analytics-is-checked-out-it-doesnt-change-yarn.lock/node_modules pacts public/dist public/doc/api public/javascripts/translations reports tmp /home/docker/.bundle/ /home/docker/.cache/yarn /home/docker/.gem/ ---> Using cache ---> b77035e03d88 Successfully built b77035e03d88 Successfully tagged canvas-lms_web:latest Starting docker containers... /snap/docker/2285/lib/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.hazmat.backends import default_backend Creating network "canvas-lms_default" with the default driver Creating volume "canvas-lms_api_docs" with default driver Creating volume "canvas-lms_brandable_css_brands" with default driver Creating volume "canvas-lms_bundler" with default driver Creating volume "canvas-lms_canvas-docker-gems" with default driver Creating volume "canvas-lms_canvas-media_es" with default driver Creating volume "canvas-lms_canvas-media_lib" with default driver Creating volume "canvas-lms_canvas-media_node_modules" with default driver Creating volume "canvas-lms_canvas-planner_node_modules" with default driver Creating volume "canvas-lms_canvas-planner_lib" with default driver Creating volume "canvas-lms_canvas-rce_canvas" with default driver Creating volume "canvas-lms_canvas-rce_lib" with default driver Creating volume "canvas-lms_canvas-rce_node_modules" with default driver Creating volume "canvas-lms_i18nliner_node_modules" with default driver Creating volume "canvas-lms_jest-moxios-utils_node_modules" with default driver Creating volume "canvas-lms_js-utils_es" with default driver Creating volume "canvas-lms_js-utils_lib" with default driver Creating volume "canvas-lms_js-utils_node_modules" with default driver Creating volume "canvas-lms_k5uploader_es" with default driver Creating volume "canvas-lms_k5uploader_lib" with default driver Creating volume "canvas-lms_k5uploader_node_modules" with default driver Creating volume "canvas-lms_locales" with default driver Creating volume "canvas-lms_log" with default driver Creating volume "canvas-lms_node_modules" with default driver Creating volume "canvas-lms_old-copy-of-react-14-that-is-just-here-so-if-analytics-is-checked-out-it-doesnt-change-yarn.lock_node_modules" with default driver Creating volume "canvas-lms_pg_data" with default driver Creating volume "canvas-lms_pacts" with default driver Creating volume "canvas-lms_public_dist" with default driver Creating volume "canvas-lms_reports" with default driver Creating volume "canvas-lms_styleguide" with default driver Creating volume "canvas-lms_tmp" with default driver Creating volume "canvas-lms_translations" with default driver Creating volume "canvas-lms_yardoc" with default driver Creating volume "canvas-lms_yarn-cache" with default driver Pulling redis (redis:alpine)... alpine: Pulling from library/redis Digest: sha256:40b02b7a48829317e973114d07968d28eaaf75ec6b80ddef20f3999238aad7c8 Status: Downloaded newer image for redis:alpine Creating canvas-lms_postgres_1 ... Creating canvas-lms_redis_1 ... Creating canvas-lms_redis_1 ... done Creating canvas-lms_postgres_1 ... done Creating canvas-lms_web_1 ... Creating canvas-lms_web_1 ... done /snap/docker/2285/lib/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.hazmat.backends import default_backend Creating canvas-lms_web_run ... Creating canvas-lms_web_run ... done touch: cannot touch 'Gemfile.lock': Permission denied 1 > The 'docker' user is not allowed to write to Gemfile.lock. We need write permissions so we can install gems.(B > Building assets...(B > Bundle install... Running bundle config and bundle install... Fetching https://github.com/rails-api/active_model_serializers.git Fetching https://github.com/robotdana/json_schemer.git Fetching https://github.com/instructure/week-of-month.git Fetching https://github.com/kreynolds/cassandra-cql.git Fetching https://github.com/twitter/thrift_client.git Fetching https://github.com/rda1902/spring-commands-rubocop.git Fetching https://github.com/erickguan/ffi-icu.git Fetching https://github.com/kyler-instructure/rspecq.git Fetching gem metadata from https://rubygems.org/....... Resolving dependencies............................................ Fetching rake 13.0.3 Installing rake 13.0.3 Fetching minitest 5.16.3 Fetching Ascii85 1.1.0 Fetching concurrent-ruby 1.1.10 Fetching zeitwerk 2.6.5 Installing Ascii85 1.1.0 Installing zeitwerk 2.6.5 Fetching mime-types-data 3.2021.0901 Fetching multi_xml 0.6.0 Installing minitest 5.16.3 Installing concurrent-ruby 1.1.10 Fetching builder 3.2.4 Installing multi_xml 0.6.0 Fetching erubi 1.11.0 Installing mime-types-data 3.2021.0901 Installing builder 3.2.4 Installing erubi 1.11.0 Fetching racc 1.6.0 Fetching crass 1.0.6 Fetching rack 2.2.3 Fetching nio4r 2.5.8 Installing crass 1.0.6 Installing racc 1.6.0 with native extensions Fetching websocket-extensions 0.1.5 Installing rack 2.2.3 Installing websocket-extensions 0.1.5 Fetching marcel 1.0.2 Installing nio4r 2.5.8 with native extensions Installing marcel 1.0.2 Fetching mini_mime 1.1.2 Using bundler 2.2.17 Fetching method_source 1.0.0 Installing mini_mime 1.1.2 Installing method_source 1.0.0 Fetching thor 1.2.1 Fetching active_record_query_trace 1.8 Installing active_record_query_trace 1.8 Fetching public_suffix 4.0.7 Installing thor 1.2.1 Fetching aes_key_wrap 1.1.0 Installing aes_key_wrap 1.1.0 Fetching afm 0.2.2 Installing public_suffix 4.0.7 Fetching google-protobuf 3.21.9 (x86_64-linux) Installing afm 0.2.2 Fetching graphql 1.12.14 Fetching ast 2.4.2 Installing graphql 1.12.14 Installing google-protobuf 3.21.9 (x86_64-linux) Installing ast 2.4.2 Fetching simple_uuid 0.4.0 Fetching thrift 0.9.3.0 Installing simple_uuid 0.4.0 Fetching deep_merge 1.2.2 Fetching multipart-post 2.1.1 Installing deep_merge 1.2.2 Installing thrift 0.9.3.0 with native extensions Fetching folio-pagination 0.0.12 Installing multipart-post 2.1.1 Fetching json 2.6.2 Installing folio-pagination 0.0.12 Fetching will_paginate 3.3.0 Installing json 2.6.2 with native extensions Installing will_paginate 3.3.0 Fetching dogstatsd-ruby 4.8.2 Installing dogstatsd-ruby 4.8.2 Fetching statsd-ruby 1.4.0 Installing statsd-ruby 1.4.0 Fetching parallel 1.22.0 Installing parallel 1.22.0 Using autoextend 1.0.0 from source at `gems` Fetching extlib 0.9.16 Installing extlib 0.9.16 Fetching multi_json 1.15.0 Installing multi_json 1.15.0 Fetching awesome_print 1.9.2 Installing awesome_print 1.9.2 Fetching aws-eventstream 1.2.0 Installing aws-eventstream 1.2.0 Fetching aws-partitions 1.393.0 Installing aws-partitions 1.393.0 Fetching jmespath 1.6.1 Installing jmespath 1.6.1 Fetching matrix 0.4.2 Installing matrix 0.4.2 Fetching regexp_parser 1.8.2 Installing regexp_parser 1.8.2 Fetching dumb_delegator 1.0.0 Fetching childprocess 3.0.0 Installing dumb_delegator 1.0.0 Fetching rexml 3.2.5 Installing childprocess 3.0.0 Fetching rubyzip 2.3.0 Installing rexml 3.2.5 Fetching thread_safe 0.3.6 Fetching ice_nine 0.11.2 Installing rubyzip 2.3.0 Fetching barby 0.6.8 Installing ice_nine 0.11.2 Installing thread_safe 0.3.6 Fetching bcrypt 3.1.16 Installing barby 0.6.8 Fetching bindata 2.4.14 Fetching bluecloth 2.2.0 Installing bcrypt 3.1.16 with native extensions Installing bindata 2.4.14 Fetching msgpack 1.6.0 Installing msgpack 1.6.0 with native extensions Fetching brakeman 5.3.1 Installing bluecloth 2.2.0 with native extensions Installing brakeman 5.3.1 Fetching brotli 0.4.0 Installing brotli 0.4.0 with native extensions Fetching browser 5.1.0 Installing browser 5.1.0 Fetching rbtree 0.4.5 Installing rbtree 0.4.5 with native extensions Fetching set 1.0.3 Installing set 1.0.3 Fetching byebug 11.1.3 Installing byebug 11.1.3 with native extensions Fetching digest-murmurhash 1.1.1 Installing digest-murmurhash 1.1.1 with native extensions Fetching redis 4.1.4 Installing redis 4.1.4 Using canvas_color 0.0.1 from source at `gems` Using canvas_crummy 0.0.1 from source at `gems` Fetching debug_inspector 1.1.0 Installing debug_inspector 1.1.0 with native extensions Fetching raabro 1.4.0 Installing raabro 1.4.0 Fetching swearjar 1.4.0 Using canvas_sort 1.0.0 from source at `gems` Using canvas_mimetype_fu 0.0.1 from source at `gems` Fetching pg 1.2.3 Installing swearjar 1.4.0 Fetching idn-ruby 0.1.4 Installing pg 1.2.3 with native extensions Installing idn-ruby 0.1.4 with native extensions Fetching unf_ext 0.0.8.2 Installing unf_ext 0.0.8.2 with native extensions Fetching chunky_png 1.3.14 Installing chunky_png 1.3.14 Fetching colored 1.2 Installing colored 1.2 Fetching colorize 0.8.1 Installing colorize 0.8.1 Fetching rchardet 1.8.0 Installing rchardet 1.8.0 Fetching sqlite3 1.4.2 Installing sqlite3 1.4.2 with native extensions Fetching database_cleaner-core 2.0.1 Installing database_cleaner-core 2.0.1 Fetching rspec-support 3.12.0 Installing rspec-support 3.12.0 Fetching diff-lcs 1.5.0 Installing diff-lcs 1.5.0 Fetching debase-ruby_core_source 0.10.17 Installing debase-ruby_core_source 0.10.17 Fetching dig_rb 1.0.1 Installing dig_rb 1.0.1 Fetching docile 1.1.5 Fetching dotenv 2.7.5 Installing docile 1.1.5 Fetching mustache 1.1.1 Installing dotenv 2.7.5 Fetching pygments.rb 2.2.0 Installing mustache 1.1.1 Fetching redcarpet 3.5.0 Installing redcarpet 3.5.0 with native extensions Installing pygments.rb 2.2.0 Fetching escape_code 0.2 Installing escape_code 0.2 Fetching ffi 1.14.2 Installing ffi 1.14.2 with native extensions Fetching filelock 1.1.1 Installing filelock 1.1.1 Fetching find_a_port 1.0.1 Installing find_a_port 1.0.1 Fetching git-version-bump 0.17.2 Installing git-version-bump 0.17.2 Fetching globby 0.1.2 Installing globby 0.1.2 Fetching retriable 1.4.1 Fetching jwt 2.5.0 Installing jwt 2.5.0 Installing retriable 1.4.1 Fetching promise.rb 0.7.4 Fetching hana 1.3.7 Installing promise.rb 0.7.4 Fetching hashdiff 1.0.1 Installing hana 1.3.7 Fetching hashery 2.1.2 Installing hashdiff 1.0.1 Fetching headless 2.3.1 Installing hashery 2.1.2 Fetching highline 2.0.3 Installing headless 2.3.1 Fetching http-accept 1.7.0 Installing http-accept 1.7.0 Fetching sexp_processor 4.16.1 Installing highline 2.0.3 Fetching ya2yaml 0.31 Installing sexp_processor 4.16.1 Using utf8_cleaner 0.0.1 from source at `gems` Fetching ice_cube 0.16.4 Installing ice_cube 0.16.4 Fetching simple_oauth 0.3.1 Installing ya2yaml 0.31 Fetching io-console 0.5.11 Installing io-console 0.5.11 with native extensions Installing simple_oauth 0.3.1 Fetching iso8601 0.13.0 Installing iso8601 0.13.0 Fetching jira_ref_parser 1.0.1 Installing jira_ref_parser 1.0.1 Fetching uri_template 0.7.0 Installing uri_template 0.7.0 Fetching link_header 0.0.8 Installing link_header 0.0.8 Fetching oauth 0.5.4 Installing oauth 0.5.4 Fetching luminosity_contrast 0.2.1 Installing luminosity_contrast 0.2.1 Fetching mini_magick 4.11.0 Installing mini_magick 4.11.0 Fetching rdiscount 2.2.7 Installing rdiscount 2.2.7 with native extensions Fetching net-ldap 0.16.3 Installing net-ldap 0.16.3 Fetching netrc 0.11.0 Installing netrc 0.11.0 Fetching oj 3.10.16 Installing oj 3.10.16 with native extensions Fetching open4 1.3.4 Installing open4 1.3.4 Fetching randexp 0.1.7 Installing randexp 0.1.7 Fetching sync 0.5.0 Installing sync 0.5.0 Fetching webrick 1.7.0 Installing webrick 1.7.0 Fetching table_print 1.5.7 Installing table_print 1.5.7 Fetching pdf-core 0.9.0 Installing pdf-core 0.9.0 Fetching ruby-rc4 0.1.5 Installing ruby-rc4 0.1.5 Fetching ttfunk 1.7.0 Installing ttfunk 1.7.0 Fetching rainbow 3.0.0 Installing rainbow 3.0.0 Fetching soap4r-ruby1.9 2.0.5 Fetching ritex 1.0.1 Installing ritex 1.0.1 Fetching rotp 6.2.0 Installing soap4r-ruby1.9 2.0.5 Installing rotp 6.2.0 Fetching rqrcode_core 0.2.0 Installing rqrcode_core 0.2.0 Fetching ruby-progressbar 1.11.0 Installing ruby-progressbar 1.11.0 Fetching unicode-display_width 2.1.0 Fetching ruby-debug-ide 0.7.3 Installing unicode-display_width 2.1.0 Fetching ruby-rtf 0.0.5 Installing ruby-debug-ide 0.7.3 with native extensions Fetching ruby2_keywords 0.0.3 Installing ruby-rtf 0.0.5 Installing ruby2_keywords 0.0.3 Fetching simplecov-html 0.12.3 Fetching simplecov_json_formatter 0.1.4 Fetching spring 4.0.0 Installing simplecov_json_formatter 0.1.4 Fetching stackprof 0.2.22 Installing spring 4.0.0 Installing simplecov-html 0.12.3 Using stringify_ids 1.0.0 from source at `gems` Fetching testrail_client 0.0.1 Installing stackprof 0.2.22 with native extensions Fetching timecop 0.9.1 Installing timecop 0.9.1 Fetching wcag_color_contrast 0.1.0 Installing testrail_client 0.0.1 Using week_of_month 1.2.5 from https://github.com/instructure/week-of-month.git (at b301363@b301363) Fetching yard 0.9.25 Installing wcag_color_contrast 0.1.0 Fetching mime-types 3.3.1 Installing mime-types 3.3.1 Fetching i18n 1.8.5 Installing yard 0.9.25 Installing i18n 1.8.5 Fetching tzinfo 2.0.4 Installing tzinfo 2.0.4 Fetching sentry-ruby-core 5.1.0 Fetching websocket-driver 0.7.5 Installing websocket-driver 0.7.5 with native extensions Installing sentry-ruby-core 5.1.0 Fetching rack-test 1.1.0 Fetching sprockets 4.1.1 Installing rack-test 1.1.0 Fetching request_store 1.5.1 Installing sprockets 4.1.1 Installing request_store 1.5.1 Fetching mail 2.7.1 Fetching addressable 2.7.0 Fetching nokogiri 1.12.5 (x86_64-linux) Installing addressable 2.7.0 Fetching parser 3.1.2.1 Installing mail 2.7.1 Fetching pg_query 2.1.2 Installing parser 3.1.2.1 Installing nokogiri 1.12.5 (x86_64-linux) Fetching apollo-federation 1.1.5 Installing apollo-federation 1.1.5 Fetching faraday 0.17.4 Installing pg_query 2.1.2 with native extensions Installing faraday 0.17.4 Using paginated_collection 1.0.0 from source at `gems` Fetching parallel_tests 4.0.0 Fetching aws-sigv4 1.2.2 Installing parallel_tests 4.0.0 Fetching ecma-re-validator 0.2.1 Installing aws-sigv4 1.2.2 Fetching puma 5.2.2 Installing ecma-re-validator 0.2.1 Using thrift_client 0.9.3 from https://github.com/twitter/thrift_client.git (at 5c10d59@5c10d59) Fetching crack 0.4.5 Installing puma 5.2.2 with native extensions Installing crack 0.4.5 Fetching selenium-webdriver 4.1.0 Installing selenium-webdriver 4.1.0 Fetching descendants_tracker 0.0.4 Installing descendants_tracker 0.0.4 Using json_token 0.0.1 from source at `gems` Fetching crocodoc-ruby 0.0.1 Installing crocodoc-ruby 0.0.1 Fetching vericite_api 1.5.3 Installing vericite_api 1.5.3 Fetching sorted_set 1.0.3 Installing sorted_set 1.0.3 Fetching bootsnap 1.13.0 Installing bootsnap 1.13.0 with native extensions Fetching ddtrace 0.42.0 Installing ddtrace 0.42.0 Fetching redis-scripting 1.0.1 Installing redis-scripting 1.0.1 Using canvas_slug 0.0.1 from source at `gems` Fetching git 1.11.0 Installing git 1.11.0 Fetching unf 0.1.4 Installing unf 0.1.4 Fetching rspec-core 3.12.0 Installing rspec-core 3.12.0 Fetching rspec-expectations 3.12.0 Installing rspec-expectations 3.12.0 Fetching rspec-mocks 3.12.0 Fetching debase 0.2.5.beta2 Installing rspec-mocks 3.12.0 Using csv_diff 1.0.0 from source at `gems` Fetching dress_code 1.2.1 Installing debase 0.2.5.beta2 with native extensions Installing dress_code 1.2.1 Fetching graphql-batch 0.4.3 Installing graphql-batch 0.4.3 Fetching ruby_parser 3.18.1 Fetching icalendar 2.7.0 Installing ruby_parser 3.18.1 Fetching reline 0.3.1 Installing icalendar 2.7.0 Fetching ffi-compiler 1.0.1 Installing reline 0.3.1 Installing ffi-compiler 1.0.1 Using ffi-icu 0.4.0 from https://github.com/erickguan/ffi-icu.git (at 0c6f8b2@0c6f8b2) Fetching pdf-reader 2.5.0 Fetching tins 1.31.1 Installing tins 1.31.1 Installing pdf-reader 2.5.0 Fetching prawn 2.4.0 Fetching rack-brotli 1.0.0 Installing rack-brotli 1.0.0 Installing prawn 2.4.0 Fetching rqrcode 1.2.0 Fetching soap4r-middleware 0.8.7 Installing rqrcode 1.2.0 Fetching spring-commands-parallel-rspec 1.1.0 Installing soap4r-middleware 0.8.7 Fetching spring-commands-rspec 1.0.4 Installing spring-commands-parallel-rspec 1.1.0 Using spring-commands-rubocop 0.3.0 from https://github.com/rda1902/spring-commands-rubocop.git (at 818acb7@818acb7) Fetching simplecov 0.21.2 Installing spring-commands-rspec 1.0.4 Fetching httparty 0.18.1 Installing simplecov 0.21.2 Using canvas_text_helper 0.0.1 from source at `gems` Fetching yard-appendix 0.1.8 Installing httparty 0.18.1 Fetching activesupport 6.1.4.6 Installing activesupport 6.1.4.6 Installing yard-appendix 0.1.8 Fetching et-orbi 1.2.4 Fetching sentry-ruby 5.1.0 Installing et-orbi 1.2.4 Fetching autoparse 0.3.3 Installing autoparse 0.3.3 Fetching launchy 2.5.0 Fetching json-schema 2.8.1 Installing launchy 2.5.0 Installing sentry-ruby 5.1.0 Fetching rubocop-ast 1.13.0 Fetching loofah 2.19.0 Installing json-schema 2.8.1 Installing loofah 2.19.0 Installing rubocop-ast 1.13.0 Fetching xpath 3.2.0 Fetching sanitize 6.0.0 Using diigo 1.0.0 from source at `gems` Fetching docx 0.6.2 Installing xpath 3.2.0 Fetching gepub 1.0.15 Installing docx 0.6.2 Installing sanitize 6.0.0 Fetching instructure-happymapper 0.5.10 Using linked_in 1.0.0 from source at `gems` Fetching nokogiri-xmlsec-instructure 0.10.1 Installing nokogiri-xmlsec-instructure 0.10.1 with native extensions Installing gepub 1.0.15 Fetching ratom-nokogiri 0.10.11 Installing instructure-happymapper 0.5.10 Installing ratom-nokogiri 0.10.11 Fetching diplomat 2.6.3 Fetching faraday_middleware 0.14.0 Installing faraday_middleware 0.14.0 Installing diplomat 2.6.3 Fetching signet 0.15.0 Fetching oauth2 1.4.4 Installing signet 0.15.0 Installing oauth2 1.4.4 Fetching twilio-ruby 5.36.0 Fetching aws-sdk-core 3.109.2 Installing aws-sdk-core 3.109.2 Installing twilio-ruby 5.36.0 Fetching vault 0.15.0 Installing vault 0.15.0 Using json_schemer 0.2.16 from https://github.com/robotdana/json_schemer.git (at 0d2ac35@0d2ac35) Using cassandra-cql 1.2.3 from https://github.com/kreynolds/cassandra-cql.git (at 02b5abb@02b5abb) Fetching webmock 3.8.2 Installing webmock 3.8.2 Fetching watir 7.1.0 Fetching webdrivers 5.0.0 Installing watir 7.1.0 Installing webdrivers 5.0.0 Fetching axiom-types 0.1.1 Fetching coercible 1.0.0 Installing axiom-types 0.1.1 Using multipart 0.0.1 from source at `gems` Fetching crystalball 0.7.0 Installing coercible 1.0.0 Fetching twitter-text 3.1.0 Installing crystalball 0.7.0 Fetching domain_name 0.5.20190701 Installing twitter-text 3.1.0 Fetching rspec_junit_formatter 0.6.0 Installing domain_name 0.5.20190701 Fetching rspec-collection_matchers 1.2.0 Installing rspec_junit_formatter 0.6.0 Fetching rspec 3.12.0 Installing rspec-collection_matchers 1.2.0 Fetching ruby2ruby 2.4.4 Installing rspec 3.12.0 Fetching scrypt 3.0.7 Installing ruby2ruby 2.4.4 Fetching irb 1.4.1 Installing scrypt 3.0.7 with native extensions Installing irb 1.4.1 Fetching term-ansicolor 1.7.1 Installing term-ansicolor 1.7.1 Fetching prawn-table 0.2.2 Fetching simplecov-rcov 0.2.3 Installing prawn-table 0.2.2 Installing simplecov-rcov 0.2.3 Fetching gergich 2.0.0 Fetching academic_benchmarks 1.1.2 Installing gergich 2.0.0 Fetching rails-dom-testing 2.0.3 Installing academic_benchmarks 1.1.2 Installing rails-dom-testing 2.0.3 Fetching globalid 1.0.0 Fetching activemodel 6.1.4.6 Using activesupport-suspend_callbacks 0.0.1 from source at `gems` Fetching adobe_connect 1.0.10 Installing globalid 1.0.0 Fetching business_time 0.10.0 Installing activemodel 6.1.4.6 Using canvas_breach_mitigation 0.0.1 from source at `gems` Using canvas_ext 1.0.0 from source at `gems` Fetching json-jwt 1.13.0 Installing business_time 0.10.0 Using canvas_time 1.0.0 from source at `gems` Using canvas_unzip 0.0.1 from source at `gems` Fetching factory_bot 6.2.1 Installing adobe_connect 1.0.10 Using lti_outbound 0.0.1 from source at `gems` Fetching rrule 0.4.4 Installing json-jwt 1.13.0 Installing factory_bot 6.2.1 Fetching ruby-duration 3.2.3 Fetching rubycas-client 2.3.9 Installing rrule 0.4.4 Fetching shoulda-matchers 4.3.0 Installing shoulda-matchers 4.3.0 Installing ruby-duration 3.2.3 Installing rubycas-client 2.3.9 Fetching fugit 1.4.0 Installing fugit 1.4.0 Fetching letter_opener 1.7.0 Fetching rails-html-sanitizer 1.4.3 Fetching rubocop 1.22.3 Installing letter_opener 1.7.0 Fetching capybara 3.38.0 Installing rails-html-sanitizer 1.4.3 Using canvas_sanitize 0.0.1 from source at `gems` Fetching moodle2cc 0.2.41 Installing capybara 3.38.0 Installing rubocop 1.22.3 Installing moodle2cc 0.2.41 Using turnitin_api 0.1.0 from source at `gems` Fetching google-api-client 0.8.2 Fetching aws-sdk-applicationautoscaling 1.49.0 Installing aws-sdk-applicationautoscaling 1.49.0 Installing google-api-client 0.8.2 Fetching aws-sdk-autoscaling 1.49.0 Fetching aws-sdk-dynamodb 1.57.0 Installing aws-sdk-autoscaling 1.49.0 Fetching aws-sdk-kinesis 1.30.0 Fetching aws-sdk-kms 1.39.0 Installing aws-sdk-kinesis 1.30.0 Installing aws-sdk-kms 1.39.0 Installing aws-sdk-dynamodb 1.57.0 Fetching aws-sdk-sns 1.36.0 Fetching aws-sdk-sqs 1.34.0 Using canvas_http 1.0.0 from source at `gems` Fetching virtus 2.0.0 Installing aws-sdk-sns 1.36.0 Using html_text_helper 0.0.1 from source at `gems` Fetching http-cookie 1.0.5 Installing virtus 2.0.0 Installing aws-sdk-sqs 1.34.0 Using rspecq 0.7.1 from https://github.com/kyler-instructure/rspecq.git (at 8cea6a3@8cea6a3) Fetching db-query-matchers 0.11.0 Installing http-cookie 1.0.5 Installing db-query-matchers 0.11.0 Fetching flakey_spec_catcher 0.11.2 Fetching rspec_around_all 0.2.0 Fetching testrailtagging 0.3.8.7 Installing flakey_spec_catcher 0.11.2 Installing rspec_around_all 0.2.0 Fetching i18nliner 0.2.2 Fetching pact-support 1.16.8 Installing pact-support 1.16.8 Fetching pact_broker-client 1.40.0 Installing i18nliner 0.2.2 Fetching saml2 3.1.2 Installing testrailtagging 0.3.8.7 Installing pact_broker-client 1.40.0 Fetching activejob 6.1.4.6 Fetching activerecord 6.1.4.6 Installing activejob 6.1.4.6 Fetching active_model-better_errors 1.6.7 Installing activerecord 6.1.4.6 Installing saml2 3.1.2 Installing active_model-better_errors 1.6.7 Using active_model_serializers 0.9.0.alpha1 from https://github.com/rails-api/active_model_serializers.git (at 61882e1@61882e1) Fetching rails-observers 0.1.5 Fetching canvas_connect 0.3.16 Installing rails-observers 0.1.5 Fetching ims-lti 2.3.2 Installing canvas_connect 0.3.16 Fetching inst_access 0.1.1 Using lti-advantage 0.1.0 from source at `gems` Fetching actionview 6.1.4.6 Installing ims-lti 2.3.2 Installing actionview 6.1.4.6 Installing inst_access 0.1.1 Fetching rubocop-performance 1.12.0 Installing rubocop-performance 1.12.0 Fetching rubocop-rails 2.12.4 Fetching rubocop-rake 0.6.0 Fetching rubocop-rspec 2.6.0 Installing rubocop-rails 2.12.4 Installing rubocop-rake 0.6.0 Fetching aws-sdk-s3 1.84.1 Using canvas_dynamodb 0.0.1 from source at `gems` Using canvas_kaltura 1.0.0 from source at `gems` Using canvas_panda_pub 1.0.0 from source at `gems` Using canvas_quiz_statistics 0.1.0 from source at `gems` Using twitter 1.0.0 from source at `gems` Fetching axe-core-api 4.1.0 Installing rubocop-rspec 2.6.0 Fetching rest-client 2.1.0 Installing axe-core-api 4.1.0 Installing aws-sdk-s3 1.84.1 Fetching pact-mock_service 3.10.0 Using i18n_extraction 0.0.1 from source at `gems/i18n_extraction` Fetching after_transaction_commit 2.2.2 Installing rest-client 2.1.0 Fetching authlogic 6.4.2 Installing pact-mock_service 3.10.0 Installing after_transaction_commit 2.2.2 Fetching database_cleaner-active_record 2.0.1 Fetching actionpack 6.1.4.6 Installing database_cleaner-active_record 2.0.1 Installing authlogic 6.4.2 Fetching axe-core-rspec 4.1.0 Fetching axe-core-selenium 4.1.0 Installing actionpack 6.1.4.6 Installing axe-core-rspec 4.1.0 Installing axe-core-selenium 4.1.0 Using i18n_tasks 0.0.1 from source at `gems/i18n_tasks` Using broadcast_policy 1.0.0 from source at `gems` Fetching pact 1.57.0 Fetching sauce_whisk 0.2.2 Fetching database_cleaner 2.0.1 Installing database_cleaner 2.0.1 Installing pact 1.57.0 Fetching stormbreaker 0.0.8 Fetching actioncable 6.1.4.6 Installing stormbreaker 0.0.8 Installing sauce_whisk 0.2.2 Fetching activestorage 6.1.4.6 Fetching actionmailer 6.1.4.6 Installing actioncable 6.1.4.6 Installing actionmailer 6.1.4.6 Installing activestorage 6.1.4.6 Fetching railties 6.1.4.6 Fetching sprockets-rails 3.4.2 Fetching encrypted_cookie_store-instructure 1.2.12 Installing sprockets-rails 3.4.2 Fetching marginalia 1.9.0 Installing railties 6.1.4.6 Installing marginalia 1.9.0 Installing encrypted_cookie_store-instructure 1.2.12 Fetching rails-controller-testing 1.0.5 Fetching pact-messages 0.2.0 Installing rails-controller-testing 1.0.5 Installing pact-messages 0.2.0 Fetching actionmailbox 6.1.4.6 Fetching actiontext 6.1.4.6 Fetching activerecord-pg-extensions 0.4.4 Installing actionmailbox 6.1.4.6 Fetching guardrail 3.0.2 Installing actiontext 6.1.4.6 Installing activerecord-pg-extensions 0.4.4 Fetching canvas_webex 0.18.2 Fetching rspec-rails 6.0.1 Installing canvas_webex 0.18.2 Fetching outrigger 3.0.1 Installing guardrail 3.0.2 Fetching sentry-rails 5.1.0 Installing rspec-rails 6.0.1 Installing outrigger 3.0.1 Fetching inst-jobs 3.1.6 Installing sentry-rails 5.1.0 Using canvas_partman 2.0.0 from source at `gems` Fetching rails 6.1.4.6 Fetching switchman 3.1.3 Installing rails 6.1.4.6 Using rubocop-canvas 1.0.0 from source at `gems/rubocop-canvas` Fetching once-ler 2.0.1 Installing switchman 3.1.3 Using academic_benchmark 1.1.0 from source at `/usr/src/app/gems/plugins/academic_benchmark` Using account_reports 1.1.0 from source at `/usr/src/app/gems/plugins/account_reports` Using acts_as_list 0.0.1 from source at `gems` Using adheres_to_policy 0.0.1 from source at `gems` Fetching aroi 0.0.7 Installing inst-jobs 3.1.6 Installing once-ler 2.0.1 Using attachment_fu 1.0.0 from source at `gems` Using config_file 0.1.0 from source at `gems` Using bookmarked_collection 1.0.0 from source at `gems` Using canvas_stringex 0.0.1 from source at `gems` Using google_drive 1.0.0 from source at `gems` Using moodle_importer 1.0.0 from source at `/usr/src/app/gems/plugins/moodle_importer` Fetching prawn-rails 1.3.0 Installing aroi 0.0.7 Using qti_exporter 1.0.0 from source at `/usr/src/app/gems/plugins/qti_exporter` Using respondus_soap_endpoint 1.1.0 from source at `/usr/src/app/gems/plugins/respondus_soap_endpoint` Using simply_versioned 1.0.0 from source at `/usr/src/app/gems/plugins/simply_versioned` Using workflow 0.0.1 from source at `gems` Using canvas_cassandra 0.1.0 from source at `gems/canvas_cassandra` Using dynamic_settings 0.1.0 from source at `gems` Using canvas_errors 0.1.0 from source at `gems` Fetching inst_statsd 2.2.0 Fetching inst-jobs-autoscaling 2.1.1 Installing prawn-rails 1.3.0 Fetching sentry-inst_jobs 1.0.2 Installing inst_statsd 2.2.0 Fetching switchman-inst-jobs 4.0.13 Installing sentry-inst_jobs 1.0.2 Using event_stream 0.1.0 from source at `gems` Using canvas_cache 0.1.0 from source at `gems` Using incoming_mail_processor 0.0.1 from source at `gems` Fetching inst-jobs-statsd 2.2.0 Installing inst-jobs-autoscaling 2.1.1 Using live_events 1.0.0 from source at `gems` Using audits 0.1.0 from source at `engines` Using canvas_security 0.1.0 from source at `gems` Using request_context 0.1.0 from source at `gems` Installing switchman-inst-jobs 4.0.13 Installing inst-jobs-statsd 2.2.0 There was an error while trying to write to `/usr/src/app/Gemfile.rails61.lock`. It is likely that you need to grant write permissions for that path. /snap/docker/2285/lib/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release. from cryptography.hazmat.backends import default_backend /o\ Something went wrong. Check /home/canvas/canvas-lms/log/docker_dev_setup.log for details. ----------------------------- Docker Dev Setup (Tue 08 Nov 2022 12:34:15 AM UTC): ----------------------------- > It looks like you're using Linux. Let's set that up.(B > Checking Dependencies...(B > Starting dory...(B > Something went wrong with dory! Exiting script.(B /o\ Something went wrong. Check /home/canvas/canvas-lms/log/docker_dev_setup.log for details. �.