Skip to content

Instantly share code, notes, and snippets.

@totem3
Last active April 6, 2024 08:09
Show Gist options
  • Save totem3/fab8b764cafd443b9244f18513a9b566 to your computer and use it in GitHub Desktop.
Save totem3/fab8b764cafd443b9244f18513a9b566 to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt-get install clang-format clang-tidy clang-tools clang clangd libc++-dev libc++1 libc++abi-dev libc++abi1 libclang-dev libclang1 liblldb-dev libllvm-ocaml-dev libomp-dev libomp5 lld lldb llvm-dev llvm-runtime llvm python3-clang
cd /tmp/
wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz
cd
git clone https://github.com/goccy/bigquery-emulator
cd bigquery-emulator/
export PATH=$PATH:/usr/local/go/bin
CGO_ENABLED=1 CC=clang CXX=clang++ go install ./cmd/bigquery-emulator
~/go/bin/bigquery-emulator --project test
takafumi@instance-20240318-064440:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"
takafumi@instance-20240318-064440:~$ sudo apt update
Hit:1 http://us-central1.gce.archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:3 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:5 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8,628 kB]
Get:6 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe Translation-en [5,124 kB]
Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,779 kB]
Get:8 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB]
Get:9 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB]
Get:10 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB]
Get:11 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9,136 B]
Get:12 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,156 kB]
Get:13 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [504 kB]
Get:14 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,755 kB]
Get:15 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [421 kB]
Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,638 kB]
Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [368 kB]
Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [950 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [200 kB]
Get:20 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB]
Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB]
Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B]
Get:23 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B]
Get:24 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [385 kB]
Get:25 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,175 kB]
Get:26 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [282 kB]
Get:27 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB]
Get:28 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB]
Get:29 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B]
Get:30 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B]
Get:31 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB]
Get:32 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/main Translation-en [16.3 kB]
Get:33 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B]
Get:34 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B]
Get:35 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB]
Get:36 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [16.3 kB]
Get:37 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B]
Get:38 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B]
Fetched 30.4 MB in 4s (8,008 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
6 packages can be upgraded. Run 'apt list --upgradable' to see them.
takafumi@instance-20240318-064440:~$ sudo apt-get install clang-format clang-tidy clang-tools clang clangd libc++-dev libc++1 libc++abi-dev libc++abi1 libclang-dev libclang1 liblldb-dev libllvm-ocaml-dev libomp-dev libomp5 lld lldb llvm-dev llvm-runtime llvm python3-clang
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libatasmart4 libblockdev-fs2 libblockdev-loop2 libblockdev-part-err2 libblockdev-part2 libblockdev-swap2 libblockdev-utils2 libblockdev2 libmbim-glib4 libmbim-proxy libmm-glib0 libnspr4 libnss3 libnuma1
libparted-fs-resize0 libqmi-glib5 libqmi-proxy libudisks2-0 libxmlb2 usb-modeswitch usb-modeswitch-data
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
binfmt-support binutils binutils-common binutils-x86-64-linux-gnu clang-10 clang-format-10 clang-tidy-10 clang-tools-10 clangd-10 cpp cpp-9 gcc gcc-9 gcc-9-base ledit lib32gcc-s1 lib32stdc++6 libasan5
libatomic1 libbinutils libc++-10-dev libc++1-10 libc++abi-10-dev libc++abi1-10 libc-dev-bin libc6-dev libc6-i386 libcc1-0 libclang-10-dev libclang-common-10-dev libclang-cpp10 libclang1-10 libcrypt-dev
libctf-nobfd0 libctf0 libctypes-ocaml libctypes-ocaml-dev libffi-dev libfindlib-ocaml libfindlib-ocaml-dev libgc1c2 libgcc-9-dev libgomp1 libintegers-ocaml libintegers-ocaml-dev libisl22 libitm1 liblldb-10
liblldb-10-dev libllvm-10-ocaml-dev libllvm10 liblsan0 libmpc3 libncurses-dev libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpfm4 libquadmath0 libstdc++-9-dev libtinfo-dev libtsan0 libubsan1 libz3-4
libz3-dev linux-libc-dev lld-10 lldb-10 llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools manpages-dev ocaml-base-nox ocaml-compiler-libs ocaml-findlib ocaml-interp ocaml-man ocaml-nox python3-clang-10
python3-lldb-10 python3-pygments
Suggested packages:
binutils-doc clang-10-doc cpp-doc gcc-9-locales gcc-multilib make autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib gcc-9-doc glibc-doc llvm-10-doc ncurses-doc libomp-10-doc libstdc++-9-doc
camlp4 ocaml-doc tuareg-mode python-pygments-doc ttf-bitstream-vera
The following NEW packages will be installed:
binfmt-support binutils binutils-common binutils-x86-64-linux-gnu clang clang-10 clang-format clang-format-10 clang-tidy clang-tidy-10 clang-tools clang-tools-10 clangd clangd-10 cpp cpp-9 gcc gcc-9
gcc-9-base ledit lib32gcc-s1 lib32stdc++6 libasan5 libatomic1 libbinutils libc++-10-dev libc++-dev libc++1 libc++1-10 libc++abi-10-dev libc++abi-dev libc++abi1 libc++abi1-10 libc-dev-bin libc6-dev
libc6-i386 libcc1-0 libclang-10-dev libclang-common-10-dev libclang-cpp10 libclang-dev libclang1 libclang1-10 libcrypt-dev libctf-nobfd0 libctf0 libctypes-ocaml libctypes-ocaml-dev libffi-dev
libfindlib-ocaml libfindlib-ocaml-dev libgc1c2 libgcc-9-dev libgomp1 libintegers-ocaml libintegers-ocaml-dev libisl22 libitm1 liblldb-10 liblldb-10-dev liblldb-dev libllvm-10-ocaml-dev libllvm-ocaml-dev
libllvm10 liblsan0 libmpc3 libncurses-dev libobjc-9-dev libobjc4 libomp-10-dev libomp-dev libomp5 libomp5-10 libpfm4 libquadmath0 libstdc++-9-dev libtinfo-dev libtsan0 libubsan1 libz3-4 libz3-dev
linux-libc-dev lld lld-10 lldb lldb-10 llvm llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools llvm-dev llvm-runtime manpages-dev ocaml-base-nox ocaml-compiler-libs ocaml-findlib ocaml-interp ocaml-man
ocaml-nox python3-clang python3-clang-10 python3-lldb-10 python3-pygments
0 upgraded, 104 newly installed, 0 to remove and 6 not upgraded.
Need to get 240 MB of archives.
After this operation, 1,302 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB]
Get:2 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.9 [208 kB]
Get:3 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.9 [475 kB]
Get:4 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.9 [48.2 kB]
Get:5 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.9 [46.6 kB]
Get:6 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.9 [1,614 kB]
Get:7 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.9 [3,380 B]
Get:8 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB]
Get:9 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB]
Get:10 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB]
Get:11 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB]
Get:12 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB]
Get:13 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9,284 B]
Get:14 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2,752 kB]
Get:15 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB]
Get:16 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2,016 kB]
Get:17 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB]
Get:18 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB]
Get:19 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2,359 kB]
Get:20 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.14 [71.8 kB]
Get:21 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-173.191 [1,144 kB]
Get:22 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
Get:23 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.14 [2,519 kB]
Get:24 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1,722 kB]
Get:25 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB]
Get:26 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.5.0-1ubuntu1~20.04 [42.8 kB]
Get:27 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [225 kB]
Get:28 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.14 [2,726 kB]
Get:29 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.5.0-1ubuntu1~20.04 [49.1 kB]
Get:30 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.5.0-1ubuntu1~20.04 [522 kB]
Get:31 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB]
Get:32 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB]
Get:33 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB]
Get:34 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang amd64 1:10.0-50~exp1 [3,276 B]
Get:35 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang-format-10 amd64 1:10.0.0-4ubuntu1 [40.9 kB]
Get:36 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang-format amd64 1:10.0-50~exp1 [3,272 B]
Get:37 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang-tools-10 amd64 1:10.0.0-4ubuntu1 [6,150 kB]
Get:38 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang-tidy-10 amd64 1:10.0.0-4ubuntu1 [1,033 kB]
Get:39 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang-tidy amd64 1:10.0-50~exp1 [3,048 B]
Get:40 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clang-tools amd64 1:10.0-50~exp1 [3,176 B]
Get:41 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clangd-10 amd64 1:10.0.0-4ubuntu1 [1,638 kB]
Get:42 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 clangd amd64 1:10.0-50~exp1 [2,948 B]
Get:43 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
Get:44 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
Get:45 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7,502 kB]
Get:46 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
Get:47 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB]
Get:48 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8,276 kB]
Get:49 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5,208 B]
Get:50 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 ocaml-base-nox amd64 4.08.1-8 [510 kB]
Get:51 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 ledit all 2.04-4build1 [48.1 kB]
Get:52 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++abi1-10 amd64 1:10.0.0-4ubuntu1 [59.4 kB]
Get:53 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++1-10 amd64 1:10.0.0-4ubuntu1 [193 kB]
Get:54 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++-10-dev amd64 1:10.0.0-4ubuntu1 [618 kB]
Get:55 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++abi-10-dev amd64 1:10.0.0-4ubuntu1 [65.8 kB]
Get:56 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-10-dev amd64 1:10.0.0-4ubuntu1 [19.4 MB]
Get:57 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-dev amd64 1:10.0-50~exp1 [2,880 B]
Get:58 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1 amd64 1:10.0-50~exp1 [3,048 B]
Get:59 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libintegers-ocaml amd64 0.3.0-1build1 [54.0 kB]
Get:60 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libctypes-ocaml amd64 0.15.1-1build3 [495 kB]
Get:61 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libncurses-dev amd64 6.2-0ubuntu2.1 [340 kB]
Get:62 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 ocaml-compiler-libs amd64 4.08.1-8 [24.4 MB]
Get:63 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 ocaml-interp amd64 4.08.1-8 [4,634 kB]
Get:64 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 ocaml-nox amd64 4.08.1-8 [55.0 MB]
Get:65 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libintegers-ocaml-dev amd64 0.3.0-1build1 [138 kB]
Get:66 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libctypes-ocaml-dev amd64 0.15.1-1build3 [510 kB]
Get:67 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libfindlib-ocaml amd64 1.8.1-1build3 [170 kB]
Get:68 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libfindlib-ocaml-dev amd64 1.8.1-1build3 [154 kB]
Get:69 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 liblldb-10 amd64 1:10.0.0-4ubuntu1 [3,374 kB]
Get:70 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB]
Get:71 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB]
Get:72 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB]
Get:73 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB]
Get:74 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtinfo-dev amd64 6.2-0ubuntu2.1 [972 B]
Get:75 http://us-central1.gce.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB]
Get:76 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB]
Get:77 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB]
Get:78 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB]
Get:79 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB]
Get:80 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 python3-lldb-10 amd64 1:10.0.0-4ubuntu1 [92.9 kB]
Get:81 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 lldb-10 amd64 1:10.0.0-4ubuntu1 [894 kB]
Get:82 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 liblldb-10-dev amd64 1:10.0.0-4ubuntu1 [458 kB]
Get:83 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 liblldb-dev amd64 1:10.0-50~exp1 [2,932 B]
Get:84 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libllvm-10-ocaml-dev amd64 1:10.0.0-4ubuntu1 [186 kB]
Get:85 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-runtime amd64 1:10.0-50~exp1 [2,916 B]
Get:86 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libllvm-ocaml-dev amd64 1:10.0-50~exp1 [1,676 B]
Get:87 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB]
Get:88 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB]
Get:89 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 lld-10 amd64 1:10.0.0-4ubuntu1 [942 kB]
Get:90 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 lld amd64 1:10.0-50~exp1 [2,864 B]
Get:91 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 lldb amd64 1:10.0-50~exp1 [2,992 B]
Get:92 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 llvm amd64 1:10.0-50~exp1 [3,880 B]
Get:93 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-dev amd64 1:10.0-50~exp1 [1,856 B]
Get:94 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2,266 kB]
Get:95 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 ocaml-findlib amd64 1.8.1-1build3 [457 kB]
Get:96 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 ocaml-man all 4.08.1-8 [449 kB]
Get:97 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 python3-clang-10 amd64 1:10.0.0-4ubuntu1 [28.6 kB]
Get:98 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 python3-clang amd64 1:10.0-50~exp1 [3,052 B]
Get:99 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++-dev amd64 1:10.0-50~exp1 [2,924 B]
Get:100 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++1 amd64 1:10.0-50~exp1 [2,904 B]
Get:101 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++abi-dev amd64 1:10.0-50~exp1 [2,856 B]
Get:102 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libc++abi1 amd64 1:10.0-50~exp1 [2,832 B]
Get:103 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-dev amd64 1:10.0-50~exp1 [2,824 B]
Get:104 http://us-central1.gce.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5 amd64 1:10.0-50~exp1 [2,800 B]
Fetched 240 MB in 13s (18.2 MB/s)
Extracting templates from packages: 100%
Selecting previously unselected package binfmt-support.
(Reading database ... 62275 files and directories currently installed.)
Preparing to unpack .../000-binfmt-support_2.2.0-2_amd64.deb ...
Unpacking binfmt-support (2.2.0-2) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../001-binutils-common_2.34-6ubuntu1.9_amd64.deb ...
Unpacking binutils-common:amd64 (2.34-6ubuntu1.9) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../002-libbinutils_2.34-6ubuntu1.9_amd64.deb ...
Unpacking libbinutils:amd64 (2.34-6ubuntu1.9) ...
Selecting previously unselected package libctf-nobfd0:amd64.
Preparing to unpack .../003-libctf-nobfd0_2.34-6ubuntu1.9_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ...
Selecting previously unselected package libctf0:amd64.
Preparing to unpack .../004-libctf0_2.34-6ubuntu1.9_amd64.deb ...
Unpacking libctf0:amd64 (2.34-6ubuntu1.9) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../005-binutils-x86-64-linux-gnu_2.34-6ubuntu1.9_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ...
Selecting previously unselected package binutils.
Preparing to unpack .../006-binutils_2.34-6ubuntu1.9_amd64.deb ...
Unpacking binutils (2.34-6ubuntu1.9) ...
Selecting previously unselected package libllvm10:amd64.
Preparing to unpack .../007-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libclang-cpp10.
Preparing to unpack .../008-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package gcc-9-base:amd64.
Preparing to unpack .../009-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../010-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../011-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../012-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libasan5:amd64.
Preparing to unpack .../013-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../014-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../015-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../016-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../017-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libgcc-9-dev:amd64.
Preparing to unpack .../018-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../019-libc-dev-bin_2.31-0ubuntu9.14_amd64.deb ...
Unpacking libc-dev-bin (2.31-0ubuntu9.14) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../020-linux-libc-dev_5.4.0-173.191_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.4.0-173.191) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../021-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../022-libc6-dev_2.31-0ubuntu9.14_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-0ubuntu9.14) ...
Selecting previously unselected package libstdc++-9-dev:amd64.
Preparing to unpack .../023-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Selecting previously unselected package libgc1c2:amd64.
Preparing to unpack .../024-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ...
Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ...
Selecting previously unselected package libobjc4:amd64.
Preparing to unpack .../025-libobjc4_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libobjc4:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libobjc-9-dev:amd64.
Preparing to unpack .../026-libobjc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Selecting previously unselected package libc6-i386.
Preparing to unpack .../027-libc6-i386_2.31-0ubuntu9.14_amd64.deb ...
Unpacking libc6-i386 (2.31-0ubuntu9.14) ...
Selecting previously unselected package lib32gcc-s1.
Preparing to unpack .../028-lib32gcc-s1_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking lib32gcc-s1 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package lib32stdc++6.
Preparing to unpack .../029-lib32stdc++6_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking lib32stdc++6 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package libclang-common-10-dev.
Preparing to unpack .../030-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libclang1-10.
Preparing to unpack .../031-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package clang-10.
Preparing to unpack .../032-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking clang-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package clang.
Preparing to unpack .../033-clang_1%3a10.0-50~exp1_amd64.deb ...
Unpacking clang (1:10.0-50~exp1) ...
Selecting previously unselected package clang-format-10.
Preparing to unpack .../034-clang-format-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking clang-format-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package clang-format.
Preparing to unpack .../035-clang-format_1%3a10.0-50~exp1_amd64.deb ...
Unpacking clang-format (1:10.0-50~exp1) ...
Selecting previously unselected package clang-tools-10.
Preparing to unpack .../036-clang-tools-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking clang-tools-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package clang-tidy-10.
Preparing to unpack .../037-clang-tidy-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking clang-tidy-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package clang-tidy.
Preparing to unpack .../038-clang-tidy_1%3a10.0-50~exp1_amd64.deb ...
Unpacking clang-tidy (1:10.0-50~exp1) ...
Selecting previously unselected package clang-tools.
Preparing to unpack .../039-clang-tools_1%3a10.0-50~exp1_amd64.deb ...
Unpacking clang-tools (1:10.0-50~exp1) ...
Selecting previously unselected package clangd-10.
Preparing to unpack .../040-clangd-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking clangd-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package clangd.
Preparing to unpack .../041-clangd_1%3a10.0-50~exp1_amd64.deb ...
Unpacking clangd (1:10.0-50~exp1) ...
Selecting previously unselected package libisl22:amd64.
Preparing to unpack .../042-libisl22_0.22.1-1_amd64.deb ...
Unpacking libisl22:amd64 (0.22.1-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../043-libmpc3_1.1.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.1.0-1) ...
Selecting previously unselected package cpp-9.
Preparing to unpack .../044-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
Selecting previously unselected package cpp.
Preparing to unpack .../045-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
Unpacking cpp (4:9.3.0-1ubuntu2) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../046-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ...
Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
Selecting previously unselected package gcc-9.
Preparing to unpack .../047-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ...
Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
Selecting previously unselected package gcc.
Preparing to unpack .../048-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
Unpacking gcc (4:9.3.0-1ubuntu2) ...
Selecting previously unselected package ocaml-base-nox.
Preparing to unpack .../049-ocaml-base-nox_4.08.1-8_amd64.deb ...
Unpacking ocaml-base-nox (4.08.1-8) ...
Selecting previously unselected package ledit.
Preparing to unpack .../050-ledit_2.04-4build1_all.deb ...
Unpacking ledit (2.04-4build1) ...
Selecting previously unselected package libc++abi1-10:amd64.
Preparing to unpack .../051-libc++abi1-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libc++abi1-10:amd64 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libc++1-10:amd64.
Preparing to unpack .../052-libc++1-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libc++1-10:amd64 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libc++-10-dev:amd64.
Preparing to unpack .../053-libc++-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libc++-10-dev:amd64 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libc++abi-10-dev:amd64.
Preparing to unpack .../054-libc++abi-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libc++abi-10-dev:amd64 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libclang-10-dev.
Preparing to unpack .../055-libclang-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libclang-10-dev (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libclang-dev.
Preparing to unpack .../056-libclang-dev_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libclang-dev (1:10.0-50~exp1) ...
Selecting previously unselected package libclang1:amd64.
Preparing to unpack .../057-libclang1_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libclang1:amd64 (1:10.0-50~exp1) ...
Selecting previously unselected package libintegers-ocaml.
Preparing to unpack .../058-libintegers-ocaml_0.3.0-1build1_amd64.deb ...
Unpacking libintegers-ocaml (0.3.0-1build1) ...
Selecting previously unselected package libctypes-ocaml.
Preparing to unpack .../059-libctypes-ocaml_0.15.1-1build3_amd64.deb ...
Unpacking libctypes-ocaml (0.15.1-1build3) ...
Selecting previously unselected package libncurses-dev:amd64.
Preparing to unpack .../060-libncurses-dev_6.2-0ubuntu2.1_amd64.deb ...
Unpacking libncurses-dev:amd64 (6.2-0ubuntu2.1) ...
Selecting previously unselected package ocaml-compiler-libs.
Preparing to unpack .../061-ocaml-compiler-libs_4.08.1-8_amd64.deb ...
Unpacking ocaml-compiler-libs (4.08.1-8) ...
Selecting previously unselected package ocaml-interp.
Preparing to unpack .../062-ocaml-interp_4.08.1-8_amd64.deb ...
Unpacking ocaml-interp (4.08.1-8) ...
Selecting previously unselected package ocaml-nox.
Preparing to unpack .../063-ocaml-nox_4.08.1-8_amd64.deb ...
Unpacking ocaml-nox (4.08.1-8) ...
Selecting previously unselected package libintegers-ocaml-dev.
Preparing to unpack .../064-libintegers-ocaml-dev_0.3.0-1build1_amd64.deb ...
Unpacking libintegers-ocaml-dev (0.3.0-1build1) ...
Selecting previously unselected package libctypes-ocaml-dev.
Preparing to unpack .../065-libctypes-ocaml-dev_0.15.1-1build3_amd64.deb ...
Unpacking libctypes-ocaml-dev (0.15.1-1build3) ...
Selecting previously unselected package libfindlib-ocaml.
Preparing to unpack .../066-libfindlib-ocaml_1.8.1-1build3_amd64.deb ...
Unpacking libfindlib-ocaml (1.8.1-1build3) ...
Selecting previously unselected package libfindlib-ocaml-dev.
Preparing to unpack .../067-libfindlib-ocaml-dev_1.8.1-1build3_amd64.deb ...
Unpacking libfindlib-ocaml-dev (1.8.1-1build3) ...
Selecting previously unselected package liblldb-10.
Preparing to unpack .../068-liblldb-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking liblldb-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../069-libffi-dev_3.3-4_amd64.deb ...
Unpacking libffi-dev:amd64 (3.3-4) ...
Selecting previously unselected package llvm-10-runtime.
Preparing to unpack .../070-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libpfm4:amd64.
Preparing to unpack .../071-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ...
Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
Selecting previously unselected package llvm-10.
Preparing to unpack .../072-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking llvm-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libtinfo-dev:amd64.
Preparing to unpack .../073-libtinfo-dev_6.2-0ubuntu2.1_amd64.deb ...
Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2.1) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../074-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ...
Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
Selecting previously unselected package llvm-10-tools.
Preparing to unpack .../075-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libz3-4:amd64.
Preparing to unpack .../076-libz3-4_4.8.7-4build1_amd64.deb ...
Unpacking libz3-4:amd64 (4.8.7-4build1) ...
Selecting previously unselected package libz3-dev:amd64.
Preparing to unpack .../077-libz3-dev_4.8.7-4build1_amd64.deb ...
Unpacking libz3-dev:amd64 (4.8.7-4build1) ...
Selecting previously unselected package llvm-10-dev.
Preparing to unpack .../078-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package python3-lldb-10.
Preparing to unpack .../079-python3-lldb-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking python3-lldb-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package lldb-10.
Preparing to unpack .../080-lldb-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking lldb-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package liblldb-10-dev.
Preparing to unpack .../081-liblldb-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking liblldb-10-dev (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package liblldb-dev.
Preparing to unpack .../082-liblldb-dev_1%3a10.0-50~exp1_amd64.deb ...
Unpacking liblldb-dev (1:10.0-50~exp1) ...
Selecting previously unselected package libllvm-10-ocaml-dev.
Preparing to unpack .../083-libllvm-10-ocaml-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libllvm-10-ocaml-dev (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package llvm-runtime.
Preparing to unpack .../084-llvm-runtime_1%3a10.0-50~exp1_amd64.deb ...
Unpacking llvm-runtime (1:10.0-50~exp1) ...
Selecting previously unselected package libllvm-ocaml-dev.
Preparing to unpack .../085-libllvm-ocaml-dev_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libllvm-ocaml-dev (1:10.0-50~exp1) ...
Selecting previously unselected package libomp5-10:amd64.
Preparing to unpack .../086-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package libomp-10-dev.
Preparing to unpack .../087-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package lld-10.
Preparing to unpack .../088-lld-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking lld-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package lld.
Preparing to unpack .../089-lld_1%3a10.0-50~exp1_amd64.deb ...
Unpacking lld (1:10.0-50~exp1) ...
Selecting previously unselected package lldb.
Preparing to unpack .../090-lldb_1%3a10.0-50~exp1_amd64.deb ...
Unpacking lldb (1:10.0-50~exp1) ...
Selecting previously unselected package llvm.
Preparing to unpack .../091-llvm_1%3a10.0-50~exp1_amd64.deb ...
Unpacking llvm (1:10.0-50~exp1) ...
Selecting previously unselected package llvm-dev.
Preparing to unpack .../092-llvm-dev_1%3a10.0-50~exp1_amd64.deb ...
Unpacking llvm-dev (1:10.0-50~exp1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../093-manpages-dev_5.05-1_all.deb ...
Unpacking manpages-dev (5.05-1) ...
Selecting previously unselected package ocaml-findlib.
Preparing to unpack .../094-ocaml-findlib_1.8.1-1build3_amd64.deb ...
Unpacking ocaml-findlib (1.8.1-1build3) ...
Selecting previously unselected package ocaml-man.
Preparing to unpack .../095-ocaml-man_4.08.1-8_all.deb ...
Unpacking ocaml-man (4.08.1-8) ...
Selecting previously unselected package python3-clang-10.
Preparing to unpack .../096-python3-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ...
Unpacking python3-clang-10 (1:10.0.0-4ubuntu1) ...
Selecting previously unselected package python3-clang.
Preparing to unpack .../097-python3-clang_1%3a10.0-50~exp1_amd64.deb ...
Unpacking python3-clang (1:10.0-50~exp1) ...
Selecting previously unselected package libc++-dev:amd64.
Preparing to unpack .../098-libc++-dev_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libc++-dev:amd64 (1:10.0-50~exp1) ...
Selecting previously unselected package libc++1:amd64.
Preparing to unpack .../099-libc++1_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libc++1:amd64 (1:10.0-50~exp1) ...
Selecting previously unselected package libc++abi-dev:amd64.
Preparing to unpack .../100-libc++abi-dev_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libc++abi-dev:amd64 (1:10.0-50~exp1) ...
Selecting previously unselected package libc++abi1:amd64.
Preparing to unpack .../101-libc++abi1_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libc++abi1:amd64 (1:10.0-50~exp1) ...
Selecting previously unselected package libomp-dev.
Preparing to unpack .../102-libomp-dev_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libomp-dev (1:10.0-50~exp1) ...
Selecting previously unselected package libomp5:amd64.
Preparing to unpack .../103-libomp5_1%3a10.0-50~exp1_amd64.deb ...
Unpacking libomp5:amd64 (1:10.0-50~exp1) ...
Setting up manpages-dev (5.05-1) ...
Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ...
Setting up binutils-common:amd64 (2.34-6ubuntu1.9) ...
Setting up linux-libc-dev:amd64 (5.4.0-173.191) ...
Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ...
Setting up libobjc4:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libffi-dev:amd64 (3.3-4) ...
Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ...
Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ...
Setting up libz3-4:amd64 (4.8.7-4build1) ...
Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ...
Setting up libclang1-10 (1:10.0.0-4ubuntu1) ...
Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libmpc3:amd64 (1.1.0-1) ...
Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up binfmt-support (2.2.0-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libclang1:amd64 (1:10.0-50~exp1) ...
Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ...
Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
Setting up libc++abi1-10:amd64 (1:10.0.0-4ubuntu1) ...
Setting up libc6-i386 (2.31-0ubuntu9.14) ...
Setting up libisl22:amd64 (0.22.1-1) ...
Setting up ocaml-base-nox (4.08.1-8) ...
Setting up libbinutils:amd64 (2.34-6ubuntu1.9) ...
Setting up libc-dev-bin (2.31-0ubuntu9.14) ...
Setting up ocaml-man (4.08.1-8) ...
Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ...
Setting up libctf0:amd64 (2.34-6ubuntu1.9) ...
Setting up libz3-dev:amd64 (4.8.7-4build1) ...
Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ...
Setting up libc++abi-10-dev:amd64 (1:10.0.0-4ubuntu1) ...
Setting up libintegers-ocaml (0.3.0-1build1) ...
Setting up libc++1-10:amd64 (1:10.0.0-4ubuntu1) ...
Setting up libc++abi1:amd64 (1:10.0-50~exp1) ...
Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ...
Setting up libfindlib-ocaml (1.8.1-1build3) ...
Setting up libomp5:amd64 (1:10.0-50~exp1) ...
Setting up ledit (2.04-4build1) ...
update-alternatives: using /usr/bin/ledit to provide /usr/bin/readline-editor (readline-editor) in auto mode
Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ...
Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ...
Setting up lld-10 (1:10.0.0-4ubuntu1) ...
Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up lib32gcc-s1 (10.5.0-1ubuntu1~20.04) ...
Setting up lib32stdc++6 (10.5.0-1ubuntu1~20.04) ...
Setting up libc++-10-dev:amd64 (1:10.0.0-4ubuntu1) ...
Setting up llvm-runtime (1:10.0-50~exp1) ...
Setting up ocaml-findlib (1.8.1-1build3) ...
Setting up clang-format-10 (1:10.0.0-4ubuntu1) ...
Setting up liblldb-10 (1:10.0.0-4ubuntu1) ...
Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ...
Setting up libc6-dev:amd64 (2.31-0ubuntu9.14) ...
Setting up libc++-dev:amd64 (1:10.0-50~exp1) ...
Setting up libc++abi-dev:amd64 (1:10.0-50~exp1) ...
Setting up libomp-dev (1:10.0-50~exp1) ...
Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ...
Setting up libctypes-ocaml (0.15.1-1build3) ...
Setting up clang-format (1:10.0-50~exp1) ...
Setting up libncurses-dev:amd64 (6.2-0ubuntu2.1) ...
Setting up libc++1:amd64 (1:10.0-50~exp1) ...
Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ...
Setting up lld (1:10.0-50~exp1) ...
Setting up llvm-10 (1:10.0.0-4ubuntu1) ...
Setting up binutils (2.34-6ubuntu1.9) ...
Setting up python3-lldb-10 (1:10.0.0-4ubuntu1) ...
Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up clangd-10 (1:10.0.0-4ubuntu1) ...
Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ...
Setting up clangd (1:10.0-50~exp1) ...
Setting up llvm (1:10.0-50~exp1) ...
Setting up libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up cpp (4:9.3.0-1ubuntu2) ...
Setting up llvm-dev (1:10.0-50~exp1) ...
Setting up lldb-10 (1:10.0.0-4ubuntu1) ...
Setting up libtinfo-dev:amd64 (6.2-0ubuntu2.1) ...
Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ...
Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ...
Setting up gcc (4:9.3.0-1ubuntu2) ...
Setting up liblldb-10-dev (1:10.0.0-4ubuntu1) ...
Setting up clang-10 (1:10.0.0-4ubuntu1) ...
Setting up libclang-10-dev (1:10.0.0-4ubuntu1) ...
Setting up clang-tools-10 (1:10.0.0-4ubuntu1) ...
Setting up clang-tools (1:10.0-50~exp1) ...
Setting up lldb (1:10.0-50~exp1) ...
Setting up libclang-dev (1:10.0-50~exp1) ...
Setting up liblldb-dev (1:10.0-50~exp1) ...
Setting up clang (1:10.0-50~exp1) ...
Setting up python3-clang-10 (1:10.0.0-4ubuntu1) ...
Setting up clang-tidy-10 (1:10.0.0-4ubuntu1) ...
Setting up python3-clang (1:10.0-50~exp1) ...
Setting up clang-tidy (1:10.0-50~exp1) ...
Setting up ocaml-compiler-libs (4.08.1-8) ...
Setting up ocaml-interp (4.08.1-8) ...
Setting up ocaml-nox (4.08.1-8) ...
Setting up libintegers-ocaml-dev (0.3.0-1build1) ...
Setting up libfindlib-ocaml-dev (1.8.1-1build3) ...
Setting up libctypes-ocaml-dev (0.15.1-1build3) ...
Setting up libllvm-10-ocaml-dev (1:10.0.0-4ubuntu1) ...
Setting up libllvm-ocaml-dev (1:10.0-50~exp1) ...
Processing triggers for install-info (6.7.0.dfsg.2-5) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
Processing triggers for systemd (245.4-4ubuntu3.23) ...
Processing triggers for man-db (2.9.1-1) ...
takafumi@instance-20240318-064440:~$ clang++
clang: error: no input files
takafumi@instance-20240318-064440:~$ cd /tmp/
takafumi@instance-20240318-064440:/tmp$ wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
--2024-03-18 06:48:42-- https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
Resolving go.dev (go.dev)... 216.239.38.21, 216.239.34.21, 216.239.32.21, ...
Connecting to go.dev (go.dev)|216.239.38.21|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://dl.google.com/go/go1.21.5.linux-amd64.tar.gz [following]
--2024-03-18 06:48:42-- https://dl.google.com/go/go1.21.5.linux-amd64.tar.gz
Resolving dl.google.com (dl.google.com)... 142.251.120.91, 142.251.120.93, 142.251.120.190, ...
Connecting to dl.google.com (dl.google.com)|142.251.120.91|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 66618285 (64M) [application/x-gzip]
Saving to: ‘go1.21.5.linux-amd64.tar.gz’
go1.21.5.linux-amd64.tar.gz 100%[===================================================================================================================>] 63.53M 243MB/s in 0.3s
2024-03-18 06:48:42 (243 MB/s) - ‘go1.21.5.linux-amd64.tar.gz’ saved [66618285/66618285]
takafumi@instance-20240318-064440:/tmp$ sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz
takafumi@instance-20240318-064440:/tmp$ cd
takafumi@instance-20240318-064440:~$ git clone https://github.com/goccy/bigquery-emulator
Cloning into 'bigquery-emulator'...
remote: Enumerating objects: 1069, done.
remote: Counting objects: 100% (1069/1069), done.
remote: Compressing objects: 100% (419/419), done.
remote: Total 1069 (delta 623), reused 973 (delta 582), pack-reused 0
Receiving objects: 100% (1069/1069), 501.07 KiB | 6.11 MiB/s, done.
Resolving deltas: 100% (623/623), done.
takafumi@instance-20240318-064440:~$ cd bigquery-emulator/
takafumi@instance-20240318-064440:~/bigquery-emulator$ export PATH=$PATH:/usr/local/go/bin
takafumi@instance-20240318-064440:~/bigquery-emulator$ CGO_ENABLED=1 CC=clang CXX=clang++ go install ./cmd/bigquery-emulator
go: downloading github.com/jessevdk/go-flags v1.5.0
go: downloading cloud.google.com/go/bigquery v1.53.0
go: downloading github.com/apache/arrow/go/v10 v10.0.1
go: downloading cloud.google.com/go v0.110.7
go: downloading github.com/go-playground/validator/v10 v10.11.0
go: downloading github.com/goccy/go-json v0.10.0
go: downloading github.com/goccy/go-zetasqlite v0.19.1
go: downloading github.com/goccy/go-zetasql v0.5.5
go: downloading google.golang.org/api v0.126.0
go: downloading cloud.google.com/go/storage v1.30.1
go: downloading github.com/goccy/go-yaml v1.9.5
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/linkedin/goavro/v2 v2.12.0
go: downloading github.com/segmentio/parquet-go v0.0.0-20221020201645-63215c8128ff
go: downloading go.uber.org/zap v1.21.0
go: downloading golang.org/x/sync v0.3.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
go: downloading google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
go: downloading google.golang.org/grpc v1.59.0
go: downloading google.golang.org/protobuf v1.31.0
go: downloading golang.org/x/sys v0.18.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
go: downloading cloud.google.com/go/iam v1.1.1
go: downloading github.com/apache/arrow/go/v12 v12.0.0
go: downloading github.com/googleapis/gax-go/v2 v2.11.0
go: downloading golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
go: downloading github.com/go-playground/universal-translator v0.18.0
go: downloading github.com/leodido/go-urn v1.2.1
go: downloading golang.org/x/crypto v0.21.0
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/mattn/go-sqlite3 v1.14.16
go: downloading github.com/google/flatbuffers v2.0.8+incompatible
go: downloading github.com/klauspost/compress v1.15.9
go: downloading github.com/pierrec/lz4/v4 v4.1.15
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.0
go: downloading github.com/google/uuid v1.3.1
go: downloading golang.org/x/oauth2 v0.11.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/segmentio/encoding v0.3.5
go: downloading golang.org/x/net v0.21.0
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/zeebo/xxh3 v1.0.2
go: downloading github.com/go-playground/locales v0.14.0
go: downloading github.com/DataDog/go-hll v1.0.2
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/dop251/goja v0.0.0-20221118162653-d4bf6fde1b86
go: downloading github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
go: downloading gonum.org/v1/gonum v0.11.0
go: downloading github.com/fatih/color v1.10.0
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading github.com/andybalholm/brotli v1.0.4
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/google/s2a-go v0.1.4
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/klauspost/cpuid/v2 v2.0.9
go: downloading github.com/dlclark/regexp2 v1.7.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.2.3
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/mattn/go-isatty v0.0.17
go: downloading github.com/apache/thrift v0.16.0
go: downloading github.com/go-sourcemap/sourcemap v2.1.3+incompatible
go: downloading google.golang.org/appengine v1.6.7
# github.com/goccy/go-zetasql/internal/ccall/go-zetasql/parser/parser
In file included from bind.cc:120:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, int>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:346:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, int>' requested here
In file included from bind.cc:120:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:361:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, long>' requested here
In file included from bind.cc:120:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, unsigned int>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:376:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, unsigned int>' requested here
In file included from bind.cc:120:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'float' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<float, unsigned long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:391:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<float, unsigned long>' requested here
In file included from bind.cc:120:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<double, long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:464:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<double, long>' requested here
In file included from bind.cc:120:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::convert_internal::InRangeNoTruncate<double, unsigned long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:494:18: note: in instantiation of function template specialization 'zetasql_parser_parser_zetasql::functions::internal::CheckFloatToIntRange<double, unsigned long>' requested here
# github.com/goccy/go-zetasql/internal/ccall/go-zetasql
In file included from bind.cc:3:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, int>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:346:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, int>' requested here
In file included from bind.cc:3:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:361:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, long>' requested here
In file included from bind.cc:3:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned int' to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, unsigned int>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:376:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, unsigned int>' requested here
In file included from bind.cc:3:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'float' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<float, unsigned long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:391:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<float, unsigned long>' requested here
In file included from bind.cc:3:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<double, long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:464:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<double, long>' requested here
In file included from bind.cc:3:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parser/export.inc:1317:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/bison_parser_generated_lib/export.inc:219:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/parser/parse_tree/export.inc:722:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/type/export.inc:61:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/types/export.inc:1751:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/types/value_representations/export.inc:6:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/go-zetasql/public/interval_value/export.inc:7:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/interval_value.cc:22:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/arithmetics.h:46:
In file included from ../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:42:
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert_internal.h:103:29: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:95:28: note: in instantiation of function template specialization 'zetasql::convert_internal::InRangeNoTruncate<double, unsigned long>' requested here
../go/pkg/mod/github.com/goccy/go-zetasql@v0.5.5/internal/ccall/zetasql/public/functions/convert.h:494:18: note: in instantiation of function template specialization 'zetasql::functions::internal::CheckFloatToIntRange<double, unsigned long>' requested here
takafumi@instance-20240318-064440:~/bigquery-emulator$ echo $?
0
takafumi@instance-20240318-064440:~/bigquery-emulator$ ./bigquery-emulator --project test
[bigquery-emulator] REST server listening at 0.0.0.0:9050
[bigquery-emulator] gRPC server listening at 0.0.0.0:9060
^C[bigquery-emulator] receive interrupt. shutdown gracefully
@totem3
Copy link
Author

totem3 commented Apr 6, 2024

The installation location depends on the GOPATH and GOBIN environment variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment