build error
Job failed with exit code: 1. Reason: git branch -a && git tag -l cache miss: [22/24] RUN chmod -R 777 /app && find /app -type d -exec chmod 777 {} ; && find /app -type f -exec chmod 666 {} ; && chmod +x /app/server/bin/api cache miss: [16/24] RUN cd /app/server && go mod tidy && go mod download && go build -o bin/api main.go && chmod +x bin/api cache miss: [ 8/24] WORKDIR /app cache miss: [ 4/24] RUN wget https://golang.org/dl/go1.21.0.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.21.0.linux-amd64.tar.gz && rm go1.21.0.linux-amd64.tar.gz cache miss: [23/24] COPY app.py /app/app.py cache miss: [21/24] RUN echo '{\n "nodes": [],\n "edges": [],\n "groups": [],\n "templates": [],\n "root": null\n }' > /app/agents/chat_agent.json cache miss: [17/24] RUN cd /app/playground && pnpm install cache miss: [ 2/24] RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommends libasound2 libgstreamer1.0-dev libunwind-dev libc++1 libssl-dev python3 python3-venv python3-pip python3-dev curl wget unzip git build-essential jq vim ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* cache miss: [18/24] RUN echo '{\n "name": "default",\n "agents": [\n {\n "name": "voice_agent",\n "description": "A simple voice agent"\n },\n {\n "name": "chat_agent",\n "description": "A text chat agent"\n }\n ]\n }' > /app/agents/manifest.json cache miss: [10/24] RUN go install github.com/go-task/task/v3/cmd/task@latest cache miss: [ 6/24] RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && npm install -g pnpm cache miss: [12/24] COPY .env /app/.env cache miss: [20/24] RUN echo '{\n "nodes": [],\n "edges": [],\n "groups": [],\n "templates": [],\n "root": null\n }' > /app/agents/voice_agent.json cache miss: [15/24] RUN echo 'module.exports = { async rewrites() { return [ { source: "/api/designer/:path*", destination: "http://localhost:8080/api/agents/:path*", }, { source: "/api/dev/:path*", destination: "http://localhost:8080/api/agents/:path*", }, ]; }, };' > /app/playground/next.config.js cache miss: [ 3/24] RUN pip3 install requests cache miss: [ 7/24] RUN useradd -m -u 1000 -s /bin/bash tenuser cache miss: [14/24] RUN echo '{\n "success": true,\n "packages": [\n {\n "name": "default",\n "description": "Default package",\n "graphs": [\n {\n "name": "Voice Agent",\n "description": "Voice Agent with OpenAI",\n "file": "voice_agent.json",\n "id": "voice_agent",\n "package": "default"\n },\n {\n "name": "Chat Agent",\n "description": "Chat Agent",\n "file": "chat_agent.json",\n "id": "chat_agent",\n "package": "default"\n }\n ]\n }\n ]\n}' > /app/mock-api/designer-packages.json cache miss: [13/24] RUN chown tenuser:tenuser /app/.env cache miss: [11/24] RUN mkdir -p /app/server/bin && mkdir -p /app/agents && mkdir -p /tmp/ten_agent && mkdir -p /app/.pnpm-store && mkdir -p /app/backup && mkdir -p /app/mock-api && chown -R tenuser:tenuser /app && chown -R tenuser:tenuser /tmp/ten_agent cache miss: [ 5/24] RUN mkdir -p /go && chmod 777 /go cache miss: [19/24] RUN echo '{\n "_ten": {},\n "name": "TEN Agent Example",\n "version": "0.0.1",\n "extensions": ["openai_chatgpt"],\n "description": "A basic voice agent with OpenAI",\n "graphs": [\n {\n "name": "Voice Agent",\n "description": "Basic voice agent with OpenAI",\n "file": "voice_agent.json"\n },\n {\n "name": "Chat Agent",\n "description": "Simple chat agent",\n "file": "chat_agent.json"\n }\n ]\n }' > /app/agents/property.json {"total":29,"completed":20,"user_total":24,"user_cached":0,"user_completed":15,"user_cacheable":23,"from":1,"miss":23,"client_duration_ms":111035}
Build logs:
Fetching error logs...