34 lines
5.9 KiB
Plaintext
34 lines
5.9 KiB
Plaintext
2025-10-01T07:05:07.412825606Z true /bin/sh -c #(nop) ARG RELEASE
|
|
2025-10-01T07:05:07.443877636Z true /bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
|
|
2025-10-01T07:05:07.476180507Z true /bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
|
|
2025-10-01T07:05:07.507158046Z true /bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
|
|
2025-10-01T07:05:09.794236284Z false /bin/sh -c #(nop) ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 in /
|
|
2025-10-01T07:05:10.246514057Z true /bin/sh -c #(nop) CMD ["/bin/bash"]
|
|
2026-06-01T08:59:35.113257315Z true /bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
|
|
2026-06-01T08:59:35.432712019Z false /bin/sh -c #(nop) COPY dir:3ed9a0b3492289f09b8938d18db54312b9b7842499c0689a47f78567d3d5cbef in /tmp/sudo/
|
|
2026-06-01T08:59:43.336491242Z false /bin/sh -c dpkg -i /tmp/sudo/*.deb > /dev/null 2>&1 || (apt-get update && apt-get -f install -y > /dev/null 2>&1)
|
|
2026-06-01T08:59:44.778442219Z false /bin/sh -c useradd -m -s /bin/bash user1 && echo "user1 ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
|
2026-06-01T08:59:44.988527613Z true /bin/sh -c #(nop) USER user1
|
|
2026-06-01T08:59:45.225294668Z false /bin/sh -c #(nop) COPY --chown=user1:user1 file:782cdbc779d9817f05697c5c5833edf9d33680bcc3d0b717cc4ebc2d46d4dede in /home/user1/pkgs/
|
|
2026-06-01T08:59:52.224008819Z false /bin/sh -c #(nop) COPY --chown=user1:user1 dir:78a1b3dc4b4f33d190a0fce9517fb01de4210aae265abc569814dd0e40c2491f in /tmp/TOOL/
|
|
2026-06-01T09:00:04.427483133Z false /bin/sh -c #(nop) COPY --chown=user1:user1 dir:11a1753d3f6119d4483e900bd00a66c4179a0cbf196d3c9c11b5d13e7c26762c in /home/common_share/systemc
|
|
2026-06-01T09:00:15.584126692Z false /bin/sh -c #(nop) COPY --chown=user1:user1 dir:d6f7f13a8677e45f3f45a7d8ebc8e02d3ed3082bddd1f411e2e1c1b60791c45f in /home/user1/CalCulet/
|
|
2026-06-01T09:00:21.463513361Z false /bin/sh -c #(nop) COPY --chown=user1:user1 dir:d2db06a3dcfd59304df12d44928b422ccdd4679b4861e0973367ef4331e51c2e in /home/user1/pkgs/fmt/
|
|
2026-06-01T09:00:23.144309833Z false /bin/sh -c #(nop) COPY --chown=user1:user1 file:30d8ab0435e698525d9239423158f6b26da12bdbc0f6f315d255145c4630e4f5 in /home/user1/.config/aichat/
|
|
2026-06-01T09:00:30.248735377Z false /bin/sh -c #(nop) COPY --chown=user1:user1 dir:b3b0ac2a401cab8e68c0dfe4cf6da86df600f759881981c0656547be931bc4c1 in /home/user1/pkgs/openssl-3.6.1
|
|
2026-06-01T09:00:34.392211237Z false /bin/sh -c #(nop) COPY --chown=user1:user1 file:abe159c289296b4e5b265a86f6581cc2d5ad87c829ee33eecff357f79ba99d64 in /home/user1/
|
|
2026-06-01T09:00:34.821066568Z true /bin/sh -c #(nop) WORKDIR /home/user1/CalCulet
|
|
2026-06-01T09:00:35.099575074Z true /bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/user1/env/miniconda3/bin
|
|
2026-06-01T09:00:36.629108912Z false /bin/sh -c sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/*.list && echo "deb [trusted=yes] file:///tmp/TOOL ./" | sudo tee /etc/apt/sources.list.d/local.list && sudo apt-get update > /dev/null 2>&1
|
|
2026-06-01T09:02:30.338879439Z false /bin/sh -c sudo apt-get install -y gcc-11 g++-11 cmake make git automake file libelf-dev vim curl tmux gdb strace libtool language-pack-en language-pack-zh-hans libelf1 > /dev/null 2>&1 && sudo apt-get clean && sudo rm -rf /var/lib/apt/lists/*
|
|
2026-06-01T09:02:41.030962422Z false /bin/sh -c sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 110 && sudo locale-gen en_US.UTF-8 > /dev/null && sudo update-locale LANG=en_US.UTF-8 > /dev/null
|
|
2026-06-01T09:03:19.077482731Z false /bin/sh -c bash /tmp/TOOL/Miniconda3-py310_24.5.0-0-Linux-x86_64.sh -b -p /home/user1/env/miniconda3 > /dev/null 2>&1
|
|
2026-06-01T09:03:24.146212834Z true /bin/sh -c #(nop) ENV CONDA_ENVS_PATH=/home/user1/env/miniconda3/envs
|
|
2026-06-01T09:03:40.608464251Z false /bin/sh -c cd /home/user1/pkgs/openssl-3.6.1 && ./Configure > /tmp/openssl_config.log 2>&1
|
|
2026-06-01T09:04:02.066974107Z false /bin/sh -c cd /home/user1/CalCulet/calrt/hostrt && sudo cmake -S . -B build -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=RELEASE > /tmp/calrt_cmake_config.log 2>&1 && sudo cmake --build build --config Release -j > /tmp/calrt_cmake_build.log 2>&1 && sudo cmake --install build > /tmp/calrt_cmake_install.log 2>&1 && cd ../../ && sudo rm -rf calrt/
|
|
2026-06-01T09:04:10.960371403Z false /bin/sh -c tar -xzf /home/user1/pkgs/yaml-cpp-0.7.0.tar.gz -C /tmp && cd /tmp/yaml-cpp-yaml-cpp-0.7.0 && mkdir build && cd build && cmake -DYAML_BUILD_SHARED_LIBS=OFF .. -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/tmp/yaml -DYAML_CPP_BUILD_TESTS=OFF -DCMAKE_CXX_FLAGS="-D_GLIBCXX_USE_CXX11_ABI=1" > /tmp/yaml_cmake_config.log 2>&1 && make -j$(nproc) > /tmp/yaml_make.log 2>&1 && make install > /tmp/yaml_make_install.log 2>&1
|
|
2026-06-01T09:04:12.301182368Z false /bin/sh -c sudo ln -s /usr/bin/aclocal /usr/bin/aclocal-1.14 && sudo ln -s /usr/bin/automake /usr/bin/automake-1.14
|
|
2026-06-01T09:05:31.631241567Z false /bin/sh -c cd /home/common_share/systemc && mkdir -p objdir && cd objdir && export CXX=g++ && ../configure CXXFLAGS="-D_GLIBCXX_USE_CXX11_ABI=1" > /tmp/systemc_config.log 2>&1 && make -j$(nproc) > /tmp/systemc_make.log 2>&1 && make install > /tmp/systemc_make_install.log 2>&1
|
|
2026-06-01T09:07:28.220093851Z false /bin/sh -c cd /home/user1/pkgs/fmt/ && mkdir build && cd build && cmake .. -DCMAKE_POSITION_INDEPENDENT_CODE=ON > /tmp/fmt_cmake_config.log 2>&1 && make -j$(nproc) > /tmp/fmt_make.log 2>&1 && sudo make install > /tmp/fmt_make_install.log 2>&1
|
|
2026-06-01T09:12:33.523817533Z false /bin/sh -c cd /home/user1/CalCulet/llama.cpp && cmake -B build -DLLAMA_BUILD_COMMON=ON -DLLAMA_USE_CALRT=ON -DLLAMA_CURL=OFF -DCALRT_INSTALL_DIR=/usr/local/ > /tmp/llama_cmake_config.log 2>&1 && cmake --build build -j > /tmp/llama_cmake_build.log 2>&1
|