Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action time negative number #31628

Open
Yee36951 opened this issue Jul 13, 2024 · 2 comments
Open

Action time negative number #31628

Yee36951 opened this issue Jul 13, 2024 · 2 comments
Labels
topic/gitea-actions related to the actions of Gitea type/bug

Comments

@Yee36951
Copy link

Description

Action time negative number

Gitea Version

1.21.7 built with GNU Make 4.4.1, go1.21.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

image

Git Version

2.40.1, Wire Protocol Version 2 Enabled

Operating System

Ubuntu

How are you running Gitea?

docker-compose up

docker-compose.yml

version: "3"

networks:
  gitea:
    driver: bridge

services:
  server:
    image: gitea/gitea:latest
    container_name: gitea
    environment:
      - USER_UID=1000
      - USER_GID=1000
      - GITEA__database__DB_TYPE=mysql
      - GITEA__database__HOST=db:3306
      - GITEA__database__NAME=gitea
      - GITEA__database__USER=gitea
      - GITEA__database__PASSWD=gitea
    restart: always
    networks:
        gitea:
            ipv4_address: 172.21.0.2
    volumes:
      - ./gitea:/data
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    ports:
      #- "3000:3000"
      - "222:22"
    depends_on:
      - db

  db:
    image: mysql:8
    restart: always
    environment:
      - MYSQL_ROOT_PASSWORD=gitea
      - MYSQL_USER=gitea
      - MYSQL_PASSWORD=gitea
      - MYSQL_DATABASE=gitea
    networks:
        gitea:
            ipv4_address: 172.21.0.3
    volumes:
      - ./mysql:/var/lib/mysql

Database

MySQL/MariaDB

@DiegoZy
Copy link

DiegoZy commented Jul 18, 2024

Check Server's time which runs the act_runner

@wolfogre
Copy link
Member

Could you please upgrade Gitea to the latest version and see if there are any new Actions runs with a negative duration?

@wolfogre wolfogre added the topic/gitea-actions related to the actions of Gitea label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Projects
None yet
Development

No branches or pull requests

3 participants