Skip to content

run view --log fails for certain step names #3444

@adamslc

Description

@adamslc

This is a regression on Linux, but didn't work in 1.8 on MacOS either.

In the JuliaSymbolics/Symbolics.jl repo, on Linux:

$ gh --version
gh version 1.8.1 (2021-04-03)
https://github.com/cli/cli/releases/tag/v1.8.1
$ DEBUG=api gh run view --log --job=2363489761 2> log-1.8-Linux | wc -l
1625
$ gh-1.9 --version
gh version 1.9.1 (2021-04-15)
https://github.com/cli/cli/releases/tag/v1.9.1
$ DEBUG=api gh-1.9 run view --log --job=2363489761 2> log-1.9-Linux | wc -l
0

And the same repo on MacOS:

$ gh --version
gh version 1.9.1 (2021-04-15)
https://github.com/cli/cli/releases/tag/v1.9.1
$ DEBUG=api gh run view --log --job=2363489761 2> log-1.9-MacOS | wc -l
       0
$ gh-1.8 --version
gh version 1.8.1 (2021-04-02)
https://github.com/cli/cli/releases/tag/v1.8.1
$ DEBUG=api gh-1.8 run view --log --job=2363489761 2> log-1.8-MacOS | wc -l
       0

Log files here:
https://gist.github.com/1d87d834f3b86b53c2272e502a6f4fbe

Metadata

Metadata

Assignees

Labels

actionsbugSomething isn't workingpriority-1Affects a large population and inhibits work

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions