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

error: unexpected EOF reading a line -- in macos-12 #8092

Open
1 task done
harlantwood opened this issue Mar 22, 2023 · 2 comments
Open
1 task done

error: unexpected EOF reading a line -- in macos-12 #8092

harlantwood opened this issue Mar 22, 2023 · 2 comments

Comments

@harlantwood
Copy link

Platform

  • macOS

ProductName: macOS
ProductVersion: 12.6.3
BuildVersion: 21G419

Additional information

In github actions, macos-12 runner

Output

Output

installer options: --no-channel-add --darwin-use-unencrypted-nix-store-volume --nix-extra-conf-file /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmp.CjlEKe5L/nix.conf --daemon --daemon-user-count 6
  *   Trying 34.168.247.115:443...
  * Connected to nixos.org (34.168.247.115) port 443 (#0)
  * ALPN: offers h2,http/1.1
  } [5 bytes data]
  * TLSv1.3 (OUT), TLS handshake, Client hello (1):
  } [512 bytes data]
  * TLSv1.3 (IN), TLS handshake, Server hello (2):
  { [122 bytes data]
  * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
  { [15 bytes data]
  * TLSv1.3 (IN), TLS handshake, Certificate (11):
  { [3828 bytes data]
  * TLSv1.3 (IN), TLS handshake, CERT verify (15):
  { [78 bytes data]
  * TLSv1.3 (IN), TLS handshake, Finished (20):
  { [36 bytes data]
  * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
  } [1 bytes data]
  * TLSv1.3 (OUT), TLS handshake, Finished (20):
  } [36 bytes data]
  * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256
  * ALPN: server accepted h2
  * Server certificate:
  *  subject: CN=*.nixos.org
  *  start date: Mar 22 05:40:33 2023 GMT
  *  expire date: Jun 20 05:40:32 2023 GMT
  *  subjectAltName: host "nixos.org" matched cert's "nixos.org"
  *  issuer: C=US; O=Let's Encrypt; CN=R3
  *  SSL certificate verify ok.
  } [5 bytes data]
  * using HTTP/2
  
  
  # Nix
  if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
    . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
  fi
  # End Nix
  
  
  # Nix
  if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
    . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
  fi
  # End Nix
  
  
  ~~> Setting up shell profiles for Fish with with conf.d/nix.fish inside /etc/fish /usr/local/etc/fish /opt/homebrew/etc/fish /opt/local/etc/fish
  
  ~~> Setting up the default profile
  installing 'nix-2.13.3'
  building '/nix/store/07rs9myg8yh532ii[19](https://github.com/trustgraph/trustgraph-holochain/actions/runs/4457978432/jobs/7893131655#step:6:21)6qk5xvfmy2wk9c-user-environment.drv'...
  installing 'nss-cacert-3.83'
  error: unexpected EOF reading a line
  (use '--show-trace' to show detailed location information)
  
  ---- oh no! --------------------------------------------------------------------
  Oh no, something went wrong. If you can take all the output and open
  an issue, we'd love to fix the problem so nobody else has this issue.
  
  :(
  
  We'd love to help if you need it.
  
  You can open an issue at
  https://github.com/NixOS/nix/issues/new?labels=installer&template=installer.md
  
  Or get in touch with the community: https://nixos.org/community
  
  Error: Process completed with exit code 1.

Priorities

Add 👍 to issues you find important.

@abathur
Copy link
Member

abathur commented Mar 22, 2023

@edolstra
Copy link
Member

This might be fixed by #8049, but it's hard to say without more detail (there are a lot of different issues that could give an "unexpected EOF" error).

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

No branches or pull requests

3 participants